{
  "name": "binox_2026_Carson_Jan",
  "nodes": [
    {
      "parameters": {
        "schemaType": "manual",
        "inputSchema": "{\n  \"type\": \"array\",\n  \"items\": {\n    \"type\": \"object\",\n    \"properties\": {\n      \"id\":       { \"type\": \"number\" },\n      \"title_en\": { \"type\": \"string\" }\n    },\n    \"required\": [\"id\", \"title_en\"]\n  }\n}",
        "autoFix": true
      },
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "typeVersion": 1.3,
      "position": [
        608,
        -1520
      ],
      "id": "c818e4f5-8371-4ff1-99d5-70bc0959cd24",
      "name": "Structured Output Parser"
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "typeVersion": 1,
      "position": [
        608,
        -1312
      ],
      "id": "49d0bf17-d489-42a8-8c4e-3eccb85995e3",
      "name": "Google Gemini Chat Model",
      "credentials": {
        "googlePalmApi": {
          "id": "RZEfCdFRvxw0xSTF",
          "name": "Google Gemini(PaLM) Api account 4"
        }
      }
    },
    {
      "parameters": {
        "promptType": "define",
        "text": "=Translate each Japanese title to English.\nReturn ONLY a raw JSON array. No markdown fences, no explanation.\nEach element: { \"id\": <number>, \"title_en\": \"<translated string>\" }\n\nINPUT: {{ $json.titlesJson }}",
        "hasOutputParser": true,
        "batching": {}
      },
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "typeVersion": 1.7,
      "position": [
        528,
        -1744
      ],
      "id": "3663c2c7-9265-429d-9e3e-320e6f7541e0",
      "name": "Basic LLM Chain"
    },
    {
      "parameters": {
        "rule": {
          "interval": [
            {}
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [
        -816,
        -1408
      ],
      "id": "8feb8c56-ae6c-4b3a-bbc2-05174ac50f6e",
      "name": "Schedule Trigger1"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        -592,
        -1408
      ],
      "id": "7af536f8-bbda-4135-b372-070484de015d",
      "name": "No Operation, do nothing1"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3.2,
      "position": [
        1424,
        -1248
      ],
      "id": "e68ad0ef-8c74-4a6b-b947-fed1fb1251d6",
      "name": "Merge3"
    },
    {
      "parameters": {
        "fieldToSplitOut": "output",
        "options": {}
      },
      "type": "n8n-nodes-base.splitOut",
      "typeVersion": 1,
      "position": [
        976,
        -1536
      ],
      "id": "03ced763-721b-46be-98d4-22bee16d4e98",
      "name": "Split Out2"
    },
    {
      "parameters": {
        "jsCode": "const items = $input.all();\n\nconst articles = items.map((item, idx) => ({ id: idx, ...item.json }));\n\nconst titlesPayload = articles.map(a => ({ id: a.id, title: a.title }));\n\nreturn [{ json: {\n  articles,\n  titlesJson: JSON.stringify(titlesPayload) \n}}];"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        304,
        -1536
      ],
      "id": "ed66b0b3-37e1-47a3-8e9f-de6a57578ba2",
      "name": "Batch Articles1"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3.2,
      "position": [
        976,
        -1040
      ],
      "id": "b27befa0-b023-4f82-b17d-c4f77e245adc",
      "name": "Merge4"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3.2,
      "position": [
        80,
        -1536
      ],
      "id": "20bd11ca-e09b-41fa-b40d-9edf4a893a71",
      "name": "Merge5"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "1ed44e98-69a4-45c7-b960-7c08da522386",
              "name": "title",
              "value": "={{ $json.title }}",
              "type": "string"
            },
            {
              "id": "ded883f6-589c-40df-a5b0-3a3304957f57",
              "name": "language",
              "value": "en",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        1200,
        -1040
      ],
      "id": "41ca516d-2142-4f11-90f3-8f6f6a771017",
      "name": "language: en1"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "0a86ec42-b7bf-4e41-987c-200b84ca8d54",
              "name": "title",
              "value": "={{ $json.title_en }}",
              "type": "string"
            },
            {
              "id": "5a94059c-da51-406d-a2fa-5424e0f536af",
              "name": "language",
              "value": "jp",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        1200,
        -1536
      ],
      "id": "104f2568-dc9c-454a-88a4-fc23e349d06a",
      "name": "language: jp1"
    },
    {
      "parameters": {
        "jsCode": "const lastWeek = new Date();\nlastWeek.setDate(lastWeek.getDate() - 7)\nconst lastWeekString = lastWeek.toISOString().split(\"T\")[0]\nreturn {lastWeekString}"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        -368,
        -1632
      ],
      "id": "20bb2eb6-6f3d-4711-9d5a-97278cefd44d",
      "name": "Get Last Week Date1"
    },
    {
      "parameters": {
        "url": "=https://news.google.com/rss/?hl=ja&gl=JP&ceid=JP:ja&after={{ $json.lastWeekString }}",
        "options": {}
      },
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1.2,
      "position": [
        -144,
        -1632
      ],
      "id": "3477beff-1081-46b2-ac6f-420318f2c455",
      "name": "Google News Japan1"
    },
    {
      "parameters": {
        "fieldToSplitOut": "feed.entry",
        "options": {}
      },
      "type": "n8n-nodes-base.splitOut",
      "typeVersion": 1,
      "position": [
        640,
        -944
      ],
      "id": "be7e09a1-dbc7-44f8-b662-f23473a75c10",
      "name": "Split Out3"
    },
    {
      "parameters": {
        "url": "https://asia.nikkei.com/rss/feed/nar",
        "options": {}
      },
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1.2,
      "position": [
        640,
        -1136
      ],
      "id": "b3fbd69e-5153-45b8-9617-8d3e2e62385a",
      "name": "Nikkei Asia - Supply Chain1"
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "n8n-nodes-base.xml",
      "typeVersion": 1,
      "position": [
        304,
        -944
      ],
      "id": "c5fadf67-9ed7-46a9-a38b-815d3ce91ba1",
      "name": "XML1"
    },
    {
      "parameters": {
        "url": "https://toyokeizai.net/list/feed/rss",
        "options": {}
      },
      "type": "n8n-nodes-base.rssFeedRead",
      "typeVersion": 1.2,
      "position": [
        -144,
        -1408
      ],
      "id": "ee18df82-892b-4183-bbd9-e2c1caf505d4",
      "name": "Toyokeizai (東洋経済オンライン)1"
    },
    {
      "parameters": {
        "content": "# Collection, Pre-processing & Translation",
        "height": 1216,
        "width": 2240
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -2000
      ],
      "typeVersion": 1,
      "id": "7d9fc9a1-4afb-46eb-b688-667fb44608cb",
      "name": "Sticky Note1"
    },
    {
      "parameters": {
        "modelName": "models/gemini-embedding-001"
      },
      "type": "@n8n/n8n-nodes-langchain.embeddingsGoogleGemini",
      "typeVersion": 1,
      "position": [
        -368,
        -400
      ],
      "id": "ae5d4354-348d-43c0-a3f4-029db709a552",
      "name": "Embeddings Google Gemini1",
      "credentials": {
        "googlePalmApi": {
          "id": "RZEfCdFRvxw0xSTF",
          "name": "Google Gemini(PaLM) Api account 4"
        }
      }
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.documentDefaultDataLoader",
      "typeVersion": 1.1,
      "position": [
        -240,
        -400
      ],
      "id": "72c4aac9-9372-455c-9df5-fb14addd6cbc",
      "name": "Default Data Loader1"
    },
    {
      "parameters": {
        "fieldsToSummarize": {
          "values": [
            {
              "aggregation": "append",
              "field": "content"
            }
          ]
        },
        "fieldsToSplitBy": "cluster",
        "options": {
          "outputFormat": "separateItems"
        }
      },
      "type": "n8n-nodes-base.summarize",
      "typeVersion": 1.1,
      "position": [
        -144,
        -48
      ],
      "id": "29dd314f-828b-43f7-8770-84fbf8dcab8c",
      "name": "Summarize1"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "556f1973-feb0-4516-a733-274695bcb2ad",
              "name": "title",
              "value": "={{ $json.title }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        1648,
        -1248
      ],
      "id": "36404d0e-dab7-4230-8b61-b92a775822d8",
      "name": "Extract Title1"
    },
    {
      "parameters": {
        "tableId": "titles",
        "dataToSend": "autoMapInputData"
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        1872,
        -1248
      ],
      "id": "1b5fc6b7-27f2-40a9-957f-1d506f904862",
      "name": "Save titles1",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "mode": "insert",
        "tableName": {
          "__rl": true,
          "mode": "list",
          "value": "documents"
        },
        "embeddingBatchSize": 10,
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.vectorStoreSupabase",
      "typeVersion": 1.3,
      "position": [
        -368,
        -624
      ],
      "id": "159db8e0-e763-44b4-9f3b-79a3713cee8b",
      "name": "Store embeddings1",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "batchSize": 10,
        "options": {}
      },
      "type": "n8n-nodes-base.splitInBatches",
      "typeVersion": 3,
      "position": [
        -592,
        -496
      ],
      "id": "6b86dac7-ae3a-4612-8e7b-a9f2103f8753",
      "name": "Loop Over Items1"
    },
    {
      "parameters": {
        "amount": 2
      },
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        -16,
        -496
      ],
      "id": "df65034e-52f9-4ce2-92ce-a26b6aa3acc8",
      "name": "Wait1",
      "webhookId": "8435fe94-a1b2-44d5-beda-331fd0ba3f17"
    },
    {
      "parameters": {
        "url": "https://www.meti.go.jp/ml_index_en_atom.xml",
        "sendHeaders": true,
        "specifyHeaders": "json",
        "jsonHeaders": "{\n  \"Accept\": \"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8\",\n  \"Accept-Language\": \"en-US,en;q=0.6\",\n  \"Connection\": \"keep-alive\",\n  \"Sec-Fetch-Dest\": \"document\",\n  \"Sec-Fetch-Mode\": \"navigate\",\n  \"Sec-Fetch-Site\": \"none\",\n  \"Sec-Fetch-User\": \"?1\",\n  \"Sec-GPC\": \"1\",\n  \"Upgrade-Insecure-Requests\": \"1\",\n  \"User-Agent\": \"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36\",\n  \"sec-ch-ua\": \"\\\"Chromium\\\";v=\\\"146\\\", \\\"Not-A.Brand\\\";v=\\\"24\\\", \\\"Brave\\\";v=\\\"146\\\"\",\n  \"sec-ch-ua-mobile\": \"?0\",\n  \"sec-ch-ua-platform\": \"\\\"Linux\\\"\"\n}",
        "options": {}
      },
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        80,
        -944
      ],
      "id": "cc92e396-de51-4e61-be23-d49a8ef67a78",
      "name": "HTTP Request"
    },
    {
      "parameters": {
        "mode": "combine",
        "fieldsToMatchString": "id",
        "options": {}
      },
      "type": "n8n-nodes-base.merge",
      "typeVersion": 3.2,
      "position": [
        -368,
        -48
      ],
      "id": "223623ac-bd9e-460c-b189-37b7c6bd92c7",
      "name": "Merge"
    },
    {
      "parameters": {
        "operation": "getAll",
        "tableId": "titles",
        "returnAll": true
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        -816,
        -496
      ],
      "id": "e57f2bdd-dbc6-40b7-afa0-1c5b6996b33f",
      "name": "Get Titles",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "content": "# Title Saving",
        "height": 1216,
        "width": 432,
        "color": 4
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1600,
        -2000
      ],
      "typeVersion": 1,
      "id": "0c866cbb-5d65-4833-9e82-ef875ae8cfe4",
      "name": "Sticky Note"
    },
    {
      "parameters": {
        "tableId": "clusters",
        "fieldsUi": {
          "fieldValues": [
            {
              "fieldId": "cluster",
              "fieldValue": "={{ $json.cluster }}"
            },
            {
              "fieldId": "titles",
              "fieldValue": "={{ $json.appended_content }}"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        80,
        -48
      ],
      "id": "f7dcf564-3c8a-44b3-8790-5a24d73a78a0",
      "name": "Store Clustered Titles",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "language": "python",
        "pythonCode": "import json\nimport numpy as np\nfrom sklearn.decomposition import PCA\nfrom sklearn.cluster import KMeans\nfrom sklearn.preprocessing import normalize\n\nN_CLUSTERS = 6\nPCA_DIMS = 50\n\nitems = _input.all()\n\n# Parse embeddings — pgvector returns as string \"[0.1, 0.2, ...]\"\nembeddings = []\nfor item in items:\n    emb = item.json.get(\"embedding\", \"[]\")\n    if isinstance(emb, str):\n        emb = json.loads(emb)\n    embeddings.append(emb)\n\nX = np.array(embeddings, dtype=np.float32)\n\n# L2 normalize → PCA → KMeans\nX_normed = normalize(X, norm=\"l2\")\nX_reduced = PCA(n_components=PCA_DIMS, random_state=42).fit_transform(X_normed)\nlabels = KMeans(n_clusters=N_CLUSTERS, n_init=20, random_state=42).fit_predict(X_reduced)\n\n# Return items with cluster label attached\nreturn [\n    {\n        \"json\": {\n            \"id\": item.json.get(\"id\"),\n            \"title\": item.json.get(\"title\"),\n            \"body\": item.json.get(\"body\"),\n            \"cluster\": int(label),\n        }\n    }\n    for item, label in zip(items, labels)\n]"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        -592,
        -112
      ],
      "id": "16e471c1-6a08-47e7-9919-a6aa2005122e",
      "name": "Clustering"
    },
    {
      "parameters": {
        "jsonSchemaExample": "[\n  {\n    \"theme\": \"classify a theme name for the cluster\",\n    \"summary\": \"1 sentence English interpretation\",\n    \"seo_keywords\": [\"keyword1\", \"keyword2\", \"keyword3\", \"keyword4\"],\n    \"content_opportunity\": \"1 sentence on what SEO content a B2B enterprise AI firm could publish\"\n  }\n]\n",
        "autoFix": true
      },
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "typeVersion": 1.3,
      "position": [
        -288,
        688
      ],
      "id": "a4bc9ece-9654-464c-8f67-b34f8bd5d2b3",
      "name": "Structured Output Parser1"
    },
    {
      "parameters": {
        "operation": "getAll",
        "tableId": "clusters",
        "returnAll": true
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        -816,
        464
      ],
      "id": "0ff2f1be-4835-494e-bdd4-cc4c5974e100",
      "name": "Get many rows",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "jsCode": "const titles = $input.all().map(item => item.json.titles);\n\n// Return one object containing all titles\nreturn [{\n  json: {\n    data: titles\n  }\n}];"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        -592,
        464
      ],
      "id": "70f23964-b86c-4ee3-8546-ec1b76b836d5",
      "name": "Batch Clusters"
    },
    {
      "parameters": {
        "promptType": "define",
        "text": "=You are an SEO intelligence analyst specialized in Japanese news sources.\n\nBelow is a JSON object with clusters of news titles that are related to a specific recent news theme.\n\nJSON DATA STARTS HERE\n{{ $json.data }}\nJSON DATA ENDS HERE\n\nFor EACH cluster, classify and extract SEO signals from the list of titles. Respond ONLY with a raw JSON array, no markdown, no explanation, and use of em dashes is strictly prohibited, here is an example (IMPORTANT: extract exactly 3-5 seo_keywords that are directly related to the theme, not the source):\n\n[\n  {\n    \"theme\": \"classify a theme name for the cluster\",\n    \"summary\": \"1 sentence English interpretation\",\n    \"seo_keywords\": [\"keyword1\", \"keyword2\", \"keyword3\", \"keyword4\"],\n    \"content_opportunity\": \"1 sentence on what SEO content a B2B enterprise AI firm could publish\"\n  },\n  ... more objects\n]",
        "hasOutputParser": true,
        "batching": {}
      },
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "typeVersion": 1.7,
      "position": [
        -368,
        464
      ],
      "id": "fab0bb9f-c206-456a-afa6-b56f80643147",
      "name": "Summarize Clusters"
    },
    {
      "parameters": {
        "tableId": "analysis",
        "fieldsUi": {
          "fieldValues": [
            {
              "fieldId": "theme",
              "fieldValue": "={{ $json.theme }}"
            },
            {
              "fieldId": "summary",
              "fieldValue": "={{ $json.summary }}"
            },
            {
              "fieldId": "seo_keywords",
              "fieldValue": "={{ $json.seo_keywords }}"
            },
            {
              "fieldId": "content_opportunity",
              "fieldValue": "={{ $json.content_opportunity }}"
            }
          ]
        }
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        304,
        464
      ],
      "id": "f59182c3-ab41-4ae4-ba5c-66c2aa9d3b2b",
      "name": "Create a row",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "fieldToSplitOut": "output",
        "options": {}
      },
      "type": "n8n-nodes-base.splitOut",
      "typeVersion": 1,
      "position": [
        80,
        464
      ],
      "id": "0576624e-0ddb-41d5-b7a0-b94cd2fc231d",
      "name": "Split Out"
    },
    {
      "parameters": {
        "content": "# Create Embedding",
        "height": 464,
        "width": 1072,
        "color": 6
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -704
      ],
      "typeVersion": 1,
      "id": "18666f90-952d-4be1-aa94-7e6c6183b8f0",
      "name": "Sticky Note2"
    },
    {
      "parameters": {
        "content": "# Clustering",
        "height": 480,
        "width": 1072,
        "color": 5
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -224
      ],
      "typeVersion": 1,
      "id": "e282856b-fac5-48af-81d5-ae9edea9ce23",
      "name": "Sticky Note3"
    },
    {
      "parameters": {
        "content": "# Analyzing",
        "height": 736,
        "width": 1312,
        "color": 2
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        320
      ],
      "typeVersion": 1,
      "id": "51480814-fe84-47bc-ab37-f41831b57f15",
      "name": "Sticky Note4"
    },
    {
      "parameters": {
        "operation": "getAll",
        "tableId": "analysis",
        "returnAll": true
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        512,
        464
      ],
      "id": "7f908693-5fed-4a01-9cd3-51b9275d85ee",
      "name": "Get many rows1",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        -816,
        -1552
      ],
      "id": "dfb2cbee-029e-47f9-bd45-3285826368aa",
      "name": "When clicking ‘Execute workflow’"
    },
    {
      "parameters": {
        "content": "## This is slow\nv2: should use dedicated translation api"
      },
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        512,
        -1936
      ],
      "typeVersion": 1,
      "id": "f4a51140-c313-41a6-8024-517dcba70194",
      "name": "Sticky Note5"
    },
    {
      "parameters": {
        "operation": "getAll",
        "tableId": "documents",
        "returnAll": true,
        "filters": {
          "conditions": []
        }
      },
      "type": "n8n-nodes-base.supabase",
      "typeVersion": 1,
      "position": [
        -816,
        -48
      ],
      "id": "711a9e7b-cf46-408f-a310-671465021a46",
      "name": "Get embeddings",
      "credentials": {
        "supabaseApi": {
          "id": "xFfPEShemMZwpPEv",
          "name": "Supabase account"
        }
      }
    },
    {
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "claude-sonnet-4-5-20250929",
          "cachedResultName": "Claude Sonnet 4.5"
        },
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "typeVersion": 1.3,
      "position": [
        -368,
        864
      ],
      "id": "1413372e-8f12-473b-93de-15d196c2f89d",
      "name": "Anthropic Chat Model",
      "credentials": {
        "anthropicApi": {
          "id": "dQxtqcNSD5KAiRP1",
          "name": "Anthropic account"
        }
      }
    }
  ],
  "pinData": {
    "Basic LLM Chain": [
      {
        "json": {
          "output": [
            {
              "id": 0,
              "title_en": "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters"
            },
            {
              "id": 1,
              "title_en": "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online"
            },
            {
              "id": 2,
              "title_en": "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News"
            },
            {
              "id": 3,
              "title_en": "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News"
            },
            {
              "id": 4,
              "title_en": "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN"
            },
            {
              "id": 5,
              "title_en": "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN"
            },
            {
              "id": 6,
              "title_en": "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News"
            },
            {
              "id": 7,
              "title_en": "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online"
            },
            {
              "id": 8,
              "title_en": "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews"
            },
            {
              "id": 9,
              "title_en": "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun"
            },
            {
              "id": 10,
              "title_en": "Iran Rejects Israel's Continued Attacks; Speaker Ghalibaf: \"Negotiations While Violations Persist Have No Rationality\" - FNN Prime Online"
            },
            {
              "id": 11,
              "title_en": "US Vice President Vance Visits Hungary, Supports PM Orban's Re-election, Fiercely Criticizes EU - BBC"
            },
            {
              "id": 12,
              "title_en": "US Democrats to Re-deliberate Resolution Limiting Iran Attacks; \"Trump is Out of Control\" - Jiji.com"
            },
            {
              "id": 13,
              "title_en": "[Breaking News] Official: US Military Ready to Resume Operations - 47NEWS"
            },
            {
              "id": 14,
              "title_en": "FX/Foreign Exchange \"Dollar/Yen Today's Forecast\" Gaitame.com Today April 9, 2026 Issue - Gaitame.com"
            },
            {
              "id": 15,
              "title_en": "TSE Afternoon Session Opens Weak; Nikkei Average Soft as Market Awaits US-Iran Talks - Nikkei Shimbun"
            },
            {
              "id": 16,
              "title_en": "Seven & i Postpones Listing of US Convenience Store Subsidiary Due to Sluggish Performance - Nikkei Shimbun"
            },
            {
              "id": 17,
              "title_en": "The Outright Lie of the Myth That \"Americans Don't Save\": They Actually Far Outpace Japan as \"The World's Best Savers,\" Also the Biggest Reason for Their Net Worth - Yahoo! Finance"
            },
            {
              "id": 18,
              "title_en": "\"The Grass is Always Greener\" - Frank Talk from Manufacturer Representative Emerges at \"NVIDIA Gamer Day\" Report - AKIBA PC Hotline!"
            },
            {
              "id": 19,
              "title_en": "\"DualSense Wireless Controller '007 First Light' Limited Edition\" to be Released on May 27 - news.denfaminicogamer.jp"
            },
            {
              "id": 20,
              "title_en": "Windows 11 to Abolish Control Panel, Fully Migrate to Settings App - ASCII.jp"
            },
            {
              "id": 21,
              "title_en": "\"iOS 26.4.1\" Released ── Apple's New iPhone Update, Unexpected Urgent Bug Fix - Forbes JAPAN"
            },
            {
              "id": 22,
              "title_en": "Bibiru Oki Surprised by Taiga Drama 'John Man,' Announcement Made During Stage Press Conference for His Appearance. Enthusiastic About \"Appearance\"? \"Let's Do Our Best Together,\" Big Fan of John Manjiro - Oricon News"
            },
            {
              "id": 23,
              "title_en": "Arashi Fans Thrilled by \"Silver Tape Mailed\" and 3900 Yen \"Thank You Price\" for Final Performance FC Live Streaming Tickets - dmenu news"
            },
            {
              "id": 24,
              "title_en": "Sayuri Kokusho Says Hit Song \"Valentine Kiss\" Was \"Sung Angrily\" (Published April 9, 2026) - Livedoor News"
            },
            {
              "id": 25,
              "title_en": "Voting for \"2026 Sanrio Character Award\" Starts Today; All 90 Characters Entered - news.denfaminicogamer.jp"
            },
            {
              "id": 26,
              "title_en": "Former Yokozuna Terunofuji's Isegahama Stablemaster Disciplined with Demotion to \"Hiradoshiyori\" and Salary Reduction; Haku no Fuji Also Severely Warned for Inappropriate Conduct - Yomiuri Shimbun Online"
            },
            {
              "id": 27,
              "title_en": "[Oka Sho (Japanese 1000 Guineas) 2026] Exactly! Training Diagnosis (Wednesday Workout Check): Top Evaluation for 3 Horses - Alan Car, Gallaborg, Lily Joie! - Horse Racing Prediction Umanty"
            },
            {
              "id": 28,
              "title_en": "\"It's the Best Feeling!\" Chunichi Dragons' Akira Neo Achieves First Professional Win, Finally Rewarding 8 Years of Perseverance. \"If You Don't Give Up and Keep Going, You Can Always Overcome It\" - A Graduation Project He Poured His Heart Into in Junior High: Chunichi Sports/Tokyo Chunichi Sports - Chunichi Shimbun Web"
            },
            {
              "id": 29,
              "title_en": "\"Playing Against Shohei Ohtani Isn't Fun\": After Dramatic Victory, the ¥23.8 Billion Man Reveals \"True Feelings\" on NHK Broadcast - full-count.jp"
            },
            {
              "id": 30,
              "title_en": "The Inconvenient Truth of the Unprecedented \"¥87 Trillion in Investments and Loans to the US\" | Digest Version | Toyo Keizai Online"
            },
            {
              "id": 31,
              "title_en": "Why \"Not Having Anything You Want to Do\" Can Become a Career | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
            },
            {
              "id": 32,
              "title_en": "Why Do We Have an Excessive Aversion to \"Direct Supervisors\"? | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
            },
            {
              "id": 33,
              "title_en": "The \"Secret Note-Taking\" Technique Used by \"Good Communicators\" | Dining Strategies to Build \"The Best Business Network\" | Toyo Keizai Online"
            },
            {
              "id": 34,
              "title_en": "Single Men Savor \"Soy Sauce-Marinated Egg Yolks\" | A Little More Rice Accompaniment | Toyo Keizai Online"
            },
            {
              "id": 35,
              "title_en": "The Big Lie of the Common Belief That \"Americans Don't Save\" | 'The World Runs on Debt' | Toyo Keizai Online"
            },
            {
              "id": 36,
              "title_en": "Practitioner Emphasizes Why \"1 Minute of Exercise Daily\" is More Important Than the Gym | Health | Toyo Keizai Online"
            },
            {
              "id": 37,
              "title_en": "Xi Jinping's \"Malicious Politics Overflowing with Goodwill\" and Its Limits | China･Taiwan | Toyo Keizai Online"
            },
            {
              "id": 38,
              "title_en": "The \"Too Distant Spring\" of a 38-Year-Old Woman Who \"Doesn't Feel a Spark with Her Partner\" | Matchmaker Saw - Real Voices from the Marriage Hunting Scene - | Toyo Keizai Online"
            },
            {
              "id": 39,
              "title_en": "3 Classic Literary Works Popular Among University of Tokyo Students, Including 'The Count of Monte Cristo' | Reading | Toyo Keizai Online"
            },
            {
              "id": 40,
              "title_en": "\"Cocoe Ear\" Aimed at 90% of Hearing-Impaired People Who Don't Use Hearing Aids | Internet | Toyo Keizai Online"
            },
            {
              "id": 41,
              "title_en": "\"Super Civil Servant\" Revitalizes Depopulated Town, But Reason for \"Retirement at 51\" | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
            },
            {
              "id": 42,
              "title_en": "Reason Why Mazda 3rd Generation \"Roadster\" is a Best Buy | Used Cars | Toyo Keizai Online"
            },
            {
              "id": 43,
              "title_en": "The Reality of the Huge Burden on Schools for Koshien Participation | The Imminent Crisis in Japanese Baseball | Toyo Keizai Online"
            },
            {
              "id": 44,
              "title_en": "[2026 Edition] Top 300 Stations in Tokyo Convenient for Bicycle Commuting | City･Living | Toyo Keizai Online"
            },
            {
              "id": 45,
              "title_en": "Repeated Harsh Criticism: Are \"Aeon's Low-Priced Foods\" Really That Bad? | Gourmet・Recipe | Toyo Keizai Online"
            },
            {
              "id": 46,
              "title_en": "Niseko and Others... List of \"Japanese Land Acquisitions by Foreigners\" | Domestic Economy | Toyo Keizai Online"
            },
            {
              "id": 47,
              "title_en": "The \"Gap\" Highlighted by Nissin's Commercial \"Too Sexual, Causing Backlash\" | Internet | Toyo Keizai Online"
            },
            {
              "id": 48,
              "title_en": "Why China's BYD, Which Was \"Winning Alone,\" Fell into Profit Decline | Grand Dissection: China's \"EV Hegemony\" | Toyo Keizai Online"
            },
            {
              "id": 49,
              "title_en": "The Misconception of Japanese Traditional Companies Seeking IT Talent at \"Half the Market Price\" While IT Talent is in Fierce Demand | Toyo Keizai Tech x Cybersecurity | Toyo Keizai Online"
            }
          ]
        },
        "pairedItem": {
          "item": 0
        }
      }
    ],
    "Schedule Trigger1": [
      {
        "json": {
          "timestamp": "2026-04-09T00:26:45.861-07:00",
          "Readable date": "April 9th 2026, 12:26:45 am",
          "Readable time": "12:26:45 am",
          "Day of week": "Thursday",
          "Year": "2026",
          "Month": "April",
          "Day of month": "09",
          "Hour": "00",
          "Minute": "26",
          "Second": "45",
          "Timezone": "America/Vancouver (UTC-07:00)"
        },
        "pairedItem": {
          "item": 0
        }
      }
    ],
    "Save titles1": [
      {
        "json": {
          "id": 101,
          "title": "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 102,
          "title": "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online"
        },
        "pairedItem": {
          "item": 1
        }
      },
      {
        "json": {
          "id": 103,
          "title": "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News"
        },
        "pairedItem": {
          "item": 2
        }
      },
      {
        "json": {
          "id": 104,
          "title": "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News"
        },
        "pairedItem": {
          "item": 3
        }
      },
      {
        "json": {
          "id": 105,
          "title": "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 4
        }
      },
      {
        "json": {
          "id": 106,
          "title": "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 5
        }
      },
      {
        "json": {
          "id": 107,
          "title": "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News"
        },
        "pairedItem": {
          "item": 6
        }
      },
      {
        "json": {
          "id": 108,
          "title": "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online"
        },
        "pairedItem": {
          "item": 7
        }
      },
      {
        "json": {
          "id": 109,
          "title": "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews"
        },
        "pairedItem": {
          "item": 8
        }
      },
      {
        "json": {
          "id": 110,
          "title": "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun"
        },
        "pairedItem": {
          "item": 9
        }
      },
      {
        "json": {
          "id": 111,
          "title": "Iran Rejects Israel's Continued Attacks; Speaker Ghalibaf: \"Negotiations While Violations Persist Have No Rationality\" - FNN Prime Online"
        },
        "pairedItem": {
          "item": 10
        }
      },
      {
        "json": {
          "id": 112,
          "title": "US Vice President Vance Visits Hungary, Supports PM Orban's Re-election, Fiercely Criticizes EU - BBC"
        },
        "pairedItem": {
          "item": 11
        }
      },
      {
        "json": {
          "id": 113,
          "title": "US Democrats to Re-deliberate Resolution Limiting Iran Attacks; \"Trump is Out of Control\" - Jiji.com"
        },
        "pairedItem": {
          "item": 12
        }
      },
      {
        "json": {
          "id": 114,
          "title": "[Breaking News] Official: US Military Ready to Resume Operations - 47NEWS"
        },
        "pairedItem": {
          "item": 13
        }
      },
      {
        "json": {
          "id": 115,
          "title": "FX/Foreign Exchange \"Dollar/Yen Today's Forecast\" Gaitame.com Today April 9, 2026 Issue - Gaitame.com"
        },
        "pairedItem": {
          "item": 14
        }
      },
      {
        "json": {
          "id": 116,
          "title": "TSE Afternoon Session Opens Weak; Nikkei Average Soft as Market Awaits US-Iran Talks - Nikkei Shimbun"
        },
        "pairedItem": {
          "item": 15
        }
      },
      {
        "json": {
          "id": 117,
          "title": "Seven & i Postpones Listing of US Convenience Store Subsidiary Due to Sluggish Performance - Nikkei Shimbun"
        },
        "pairedItem": {
          "item": 16
        }
      },
      {
        "json": {
          "id": 118,
          "title": "The Outright Lie of the Myth That \"Americans Don't Save\": They Actually Far Outpace Japan as \"The World's Best Savers,\" Also the Biggest Reason for Their Net Worth - Yahoo! Finance"
        },
        "pairedItem": {
          "item": 17
        }
      },
      {
        "json": {
          "id": 119,
          "title": "\"The Grass is Always Greener\" - Frank Talk from Manufacturer Representative Emerges at \"NVIDIA Gamer Day\" Report - AKIBA PC Hotline!"
        },
        "pairedItem": {
          "item": 18
        }
      },
      {
        "json": {
          "id": 120,
          "title": "\"DualSense Wireless Controller '007 First Light' Limited Edition\" to be Released on May 27 - news.denfaminicogamer.jp"
        },
        "pairedItem": {
          "item": 19
        }
      },
      {
        "json": {
          "id": 121,
          "title": "Windows 11 to Abolish Control Panel, Fully Migrate to Settings App - ASCII.jp"
        },
        "pairedItem": {
          "item": 20
        }
      },
      {
        "json": {
          "id": 122,
          "title": "\"iOS 26.4.1\" Released ── Apple's New iPhone Update, Unexpected Urgent Bug Fix - Forbes JAPAN"
        },
        "pairedItem": {
          "item": 21
        }
      },
      {
        "json": {
          "id": 123,
          "title": "Bibiru Oki Surprised by Taiga Drama 'John Man,' Announcement Made During Stage Press Conference for His Appearance. Enthusiastic About \"Appearance\"? \"Let's Do Our Best Together,\" Big Fan of John Manjiro - Oricon News"
        },
        "pairedItem": {
          "item": 22
        }
      },
      {
        "json": {
          "id": 124,
          "title": "Arashi Fans Thrilled by \"Silver Tape Mailed\" and 3900 Yen \"Thank You Price\" for Final Performance FC Live Streaming Tickets - dmenu news"
        },
        "pairedItem": {
          "item": 23
        }
      },
      {
        "json": {
          "id": 125,
          "title": "Sayuri Kokusho Says Hit Song \"Valentine Kiss\" Was \"Sung Angrily\" (Published April 9, 2026) - Livedoor News"
        },
        "pairedItem": {
          "item": 24
        }
      },
      {
        "json": {
          "id": 126,
          "title": "Voting for \"2026 Sanrio Character Award\" Starts Today; All 90 Characters Entered - news.denfaminicogamer.jp"
        },
        "pairedItem": {
          "item": 25
        }
      },
      {
        "json": {
          "id": 127,
          "title": "Former Yokozuna Terunofuji's Isegahama Stablemaster Disciplined with Demotion to \"Hiradoshiyori\" and Salary Reduction; Haku no Fuji Also Severely Warned for Inappropriate Conduct - Yomiuri Shimbun Online"
        },
        "pairedItem": {
          "item": 26
        }
      },
      {
        "json": {
          "id": 128,
          "title": "[Oka Sho (Japanese 1000 Guineas) 2026] Exactly! Training Diagnosis (Wednesday Workout Check): Top Evaluation for 3 Horses - Alan Car, Gallaborg, Lily Joie! - Horse Racing Prediction Umanty"
        },
        "pairedItem": {
          "item": 27
        }
      },
      {
        "json": {
          "id": 129,
          "title": "\"It's the Best Feeling!\" Chunichi Dragons' Akira Neo Achieves First Professional Win, Finally Rewarding 8 Years of Perseverance. \"If You Don't Give Up and Keep Going, You Can Always Overcome It\" - A Graduation Project He Poured His Heart Into in Junior High: Chunichi Sports/Tokyo Chunichi Sports - Chunichi Shimbun Web"
        },
        "pairedItem": {
          "item": 28
        }
      },
      {
        "json": {
          "id": 130,
          "title": "\"Playing Against Shohei Ohtani Isn't Fun\": After Dramatic Victory, the ¥23.8 Billion Man Reveals \"True Feelings\" on NHK Broadcast - full-count.jp"
        },
        "pairedItem": {
          "item": 29
        }
      },
      {
        "json": {
          "id": 131,
          "title": "The Inconvenient Truth of the Unprecedented \"¥87 Trillion in Investments and Loans to the US\" | Digest Version | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 30
        }
      },
      {
        "json": {
          "id": 132,
          "title": "Why \"Not Having Anything You Want to Do\" Can Become a Career | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 31
        }
      },
      {
        "json": {
          "id": 133,
          "title": "Why Do We Have an Excessive Aversion to \"Direct Supervisors\"? | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 32
        }
      },
      {
        "json": {
          "id": 134,
          "title": "The \"Secret Note-Taking\" Technique Used by \"Good Communicators\" | Dining Strategies to Build \"The Best Business Network\" | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 33
        }
      },
      {
        "json": {
          "id": 135,
          "title": "Single Men Savor \"Soy Sauce-Marinated Egg Yolks\" | A Little More Rice Accompaniment | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 34
        }
      },
      {
        "json": {
          "id": 136,
          "title": "The Big Lie of the Common Belief That \"Americans Don't Save\" | 'The World Runs on Debt' | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 35
        }
      },
      {
        "json": {
          "id": 137,
          "title": "Practitioner Emphasizes Why \"1 Minute of Exercise Daily\" is More Important Than the Gym | Health | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 36
        }
      },
      {
        "json": {
          "id": 138,
          "title": "Xi Jinping's \"Malicious Politics Overflowing with Goodwill\" and Its Limits | China･Taiwan | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 37
        }
      },
      {
        "json": {
          "id": 139,
          "title": "The \"Too Distant Spring\" of a 38-Year-Old Woman Who \"Doesn't Feel a Spark with Her Partner\" | Matchmaker Saw - Real Voices from the Marriage Hunting Scene - | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 38
        }
      },
      {
        "json": {
          "id": 140,
          "title": "3 Classic Literary Works Popular Among University of Tokyo Students, Including 'The Count of Monte Cristo' | Reading | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 39
        }
      },
      {
        "json": {
          "id": 141,
          "title": "\"Cocoe Ear\" Aimed at 90% of Hearing-Impaired People Who Don't Use Hearing Aids | Internet | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 40
        }
      },
      {
        "json": {
          "id": 142,
          "title": "\"Super Civil Servant\" Revitalizes Depopulated Town, But Reason for \"Retirement at 51\" | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 41
        }
      },
      {
        "json": {
          "id": 143,
          "title": "Reason Why Mazda 3rd Generation \"Roadster\" is a Best Buy | Used Cars | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 42
        }
      },
      {
        "json": {
          "id": 144,
          "title": "The Reality of the Huge Burden on Schools for Koshien Participation | The Imminent Crisis in Japanese Baseball | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 43
        }
      },
      {
        "json": {
          "id": 145,
          "title": "[2026 Edition] Top 300 Stations in Tokyo Convenient for Bicycle Commuting | City･Living | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 44
        }
      },
      {
        "json": {
          "id": 146,
          "title": "Repeated Harsh Criticism: Are \"Aeon's Low-Priced Foods\" Really That Bad? | Gourmet・Recipe | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 45
        }
      },
      {
        "json": {
          "id": 147,
          "title": "Niseko and Others... List of \"Japanese Land Acquisitions by Foreigners\" | Domestic Economy | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 46
        }
      },
      {
        "json": {
          "id": 148,
          "title": "The \"Gap\" Highlighted by Nissin's Commercial \"Too Sexual, Causing Backlash\" | Internet | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 47
        }
      },
      {
        "json": {
          "id": 149,
          "title": "Why China's BYD, Which Was \"Winning Alone,\" Fell into Profit Decline | Grand Dissection: China's \"EV Hegemony\" | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 48
        }
      },
      {
        "json": {
          "id": 150,
          "title": "The Misconception of Japanese Traditional Companies Seeking IT Talent at \"Half the Market Price\" While IT Talent is in Fierce Demand | Toyo Keizai Tech x Cybersecurity | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 49
        }
      },
      {
        "json": {
          "id": 151,
          "title": "Asian prices of key petrochemicals stay elevated despite Iran ceasefire"
        },
        "pairedItem": {
          "item": 50
        }
      },
      {
        "json": {
          "id": 152,
          "title": "Thailand's Anutin vows to boost economy with technology, OECD accession"
        },
        "pairedItem": {
          "item": 51
        }
      },
      {
        "json": {
          "id": 153,
          "title": "Lithium miners rise as supply uncertainty, battery demand boost prices"
        },
        "pairedItem": {
          "item": 52
        }
      },
      {
        "json": {
          "id": 154,
          "title": "Asian stocks shy of full recovery amid fragile Iran ceasefire"
        },
        "pairedItem": {
          "item": 53
        }
      },
      {
        "json": {
          "id": 155,
          "title": "Peter Thiel-backed Cognition pushes into Asia with Japan, Singapore offices"
        },
        "pairedItem": {
          "item": 54
        }
      },
      {
        "json": {
          "id": 156,
          "title": "China's Rokid to bring OpenClaw to AI glasses"
        },
        "pairedItem": {
          "item": 55
        }
      },
      {
        "json": {
          "id": 157,
          "title": "Japan's Fujitsu, NEC and NRI among Asian software stocks hit by war, AI shift"
        },
        "pairedItem": {
          "item": 56
        }
      },
      {
        "json": {
          "id": 158,
          "title": "Southeast Asian street food sellers hit by soaring packaging costs"
        },
        "pairedItem": {
          "item": 57
        }
      },
      {
        "json": {
          "id": 159,
          "title": "Japan's Itochu and Sankyu to buy Singapore plant repair firm SWTS"
        },
        "pairedItem": {
          "item": 58
        }
      },
      {
        "json": {
          "id": 160,
          "title": "Freshness is king: BYD reigns with 200 vehicle software updates a year"
        },
        "pairedItem": {
          "item": 59
        }
      },
      {
        "json": {
          "id": 161,
          "title": "US shares jump 3% as ceasefire deal lifts investor sentiment"
        },
        "pairedItem": {
          "item": 60
        }
      },
      {
        "json": {
          "id": 162,
          "title": "Japan's Terumo steps up medical device R&D in Costa Rica"
        },
        "pairedItem": {
          "item": 61
        }
      },
      {
        "json": {
          "id": 163,
          "title": "Japan household propane costs to rise on Mideast price hikes"
        },
        "pairedItem": {
          "item": 62
        }
      },
      {
        "json": {
          "id": 164,
          "title": "Japan insurer Aioi Nissay offers safe driving app for foreign tourists"
        },
        "pairedItem": {
          "item": 63
        }
      },
      {
        "json": {
          "id": 165,
          "title": "Hormuz closure: Time for Japan to expand its domestic energy resilience"
        },
        "pairedItem": {
          "item": 64
        }
      },
      {
        "json": {
          "id": 166,
          "title": "Asia PVC market in turmoil as Hormuz closure hits major Taiwan supplier"
        },
        "pairedItem": {
          "item": 65
        }
      },
      {
        "json": {
          "id": 167,
          "title": "Analysis: What Wen Jiabao's rare public appearance reveals"
        },
        "pairedItem": {
          "item": 66
        }
      },
      {
        "json": {
          "id": 168,
          "title": "SMBC expands with 2nd US headquarters in North Carolina"
        },
        "pairedItem": {
          "item": 67
        }
      },
      {
        "json": {
          "id": 169,
          "title": "Japan firms eye Russia aluminum on supply concerns despite Mideast ceasefire"
        },
        "pairedItem": {
          "item": 68
        }
      },
      {
        "json": {
          "id": 170,
          "title": "Japan Inc.'s fundraising backed by receivables hits post-2008 high"
        },
        "pairedItem": {
          "item": 69
        }
      },
      {
        "json": {
          "id": 171,
          "title": "Japan corporate bankruptcies hit 12-year high on rising prices, wages"
        },
        "pairedItem": {
          "item": 70
        }
      },
      {
        "json": {
          "id": 172,
          "title": "China's CSSC sets sail on designing own cruise ships"
        },
        "pairedItem": {
          "item": 71
        }
      },
      {
        "json": {
          "id": 173,
          "title": "Mitsubishi Corp. opens free trial data center to boost AI deployment"
        },
        "pairedItem": {
          "item": 72
        }
      },
      {
        "json": {
          "id": 174,
          "title": "Vietnam, Thailand to suffer most among ASEAN-5 in 2026: World Bank"
        },
        "pairedItem": {
          "item": 73
        }
      },
      {
        "json": {
          "id": 175,
          "title": "Bangladeshi foreign minister visits India to reset relationship"
        },
        "pairedItem": {
          "item": 74
        }
      },
      {
        "json": {
          "id": 176,
          "title": "Grab adds AI features for delivery, travel across key markets"
        },
        "pairedItem": {
          "item": 75
        }
      },
      {
        "json": {
          "id": 177,
          "title": "Japan PM calls for immediate de-escalation in talk with Iran president"
        },
        "pairedItem": {
          "item": 76
        }
      },
      {
        "json": {
          "id": 178,
          "title": "China urges 'full end' to Iran war as more high-stakes diplomacy awaits"
        },
        "pairedItem": {
          "item": 77
        }
      },
      {
        "json": {
          "id": 179,
          "title": "Asian stocks soar and oil prices plunge on US-Iran ceasefire"
        },
        "pairedItem": {
          "item": 78
        }
      },
      {
        "json": {
          "id": 180,
          "title": "Pakistan succeeds in avoiding 'doomsday scenario' through US-Iran ceasefire"
        },
        "pairedItem": {
          "item": 79
        }
      },
      {
        "json": {
          "id": 181,
          "title": "Asia gives cautious welcome to US-Iran ceasefire"
        },
        "pairedItem": {
          "item": 80
        }
      },
      {
        "json": {
          "id": 182,
          "title": "Indian central bank extends pause on key policy rate amid US-Iran crisis"
        },
        "pairedItem": {
          "item": 81
        }
      },
      {
        "json": {
          "id": 183,
          "title": "Taiwan chip industry calls for helium, LNG reserves amid Iran war risks"
        },
        "pairedItem": {
          "item": 82
        }
      },
      {
        "json": {
          "id": 184,
          "title": "Asian governments turn to subsidies to cushion energy crisis pain"
        },
        "pairedItem": {
          "item": 83
        }
      },
      {
        "json": {
          "id": 185,
          "title": "Japan passes its biggest ever budget: 5 things to know"
        },
        "pairedItem": {
          "item": 84
        }
      },
      {
        "json": {
          "id": 186,
          "title": "Vietnam's FTSE stock market upgrade expected to boost price discovery"
        },
        "pairedItem": {
          "item": 85
        }
      },
      {
        "json": {
          "id": 187,
          "title": "Nearly 80,000 tech jobs cut in Q1, but AI's full impact may be yet to come"
        },
        "pairedItem": {
          "item": 86
        }
      },
      {
        "json": {
          "id": 188,
          "title": "BHP locked in stiff iron ore price talks with China's state-owned buyer"
        },
        "pairedItem": {
          "item": 87
        }
      },
      {
        "json": {
          "id": 189,
          "title": "Foreign tourism spurs room rates higher in Japan: luxury hotel group CEO"
        },
        "pairedItem": {
          "item": 88
        }
      },
      {
        "json": {
          "id": 190,
          "title": "Japan university students pivot away from US to Thailand and Malaysia"
        },
        "pairedItem": {
          "item": 89
        }
      },
      {
        "json": {
          "id": 191,
          "title": "CK Hutchison to navigate 'world in turmoil' by scaling up"
        },
        "pairedItem": {
          "item": 90
        }
      },
      {
        "json": {
          "id": 192,
          "title": "Mitsubishi Motors not facing production halt from Hormuz crisis: CEO"
        },
        "pairedItem": {
          "item": 91
        }
      },
      {
        "json": {
          "id": 193,
          "title": "Tokyo exchange's midtier Standard market overtakes Prime in listed firms"
        },
        "pairedItem": {
          "item": 92
        }
      },
      {
        "json": {
          "id": 194,
          "title": "The KMT and CCP form united front against Taiwan's sovereignty"
        },
        "pairedItem": {
          "item": 93
        }
      },
      {
        "json": {
          "id": 195,
          "title": "Collapse of Honda's EV focus leaves it with dearth of new models"
        },
        "pairedItem": {
          "item": 94
        }
      },
      {
        "json": {
          "id": 196,
          "title": "Japan to see higher plastic and metal prices as Iran war drags on"
        },
        "pairedItem": {
          "item": 95
        }
      },
      {
        "json": {
          "id": 197,
          "title": "Huawei AI aids conservation of endangered Chinese monkey"
        },
        "pairedItem": {
          "item": 96
        }
      },
      {
        "json": {
          "id": 198,
          "title": "China solar panel makers hike Japan prices on materials costs, rebate cuts"
        },
        "pairedItem": {
          "item": 97
        }
      },
      {
        "json": {
          "id": 199,
          "title": "Saudi Aramco's record Asian oil premium locks in higher prices"
        },
        "pairedItem": {
          "item": 98
        }
      },
      {
        "json": {
          "id": 200,
          "title": "Iran war sends fertilizer price soaring 50%, threatening global food supply"
        },
        "pairedItem": {
          "item": 99
        }
      },
      {
        "json": {
          "id": 201,
          "title": "Minister AKAZAWA Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy, the Kingdom of Saudi Arabia"
        },
        "pairedItem": {
          "item": 100
        }
      },
      {
        "json": {
          "id": 202,
          "title": "Parliamentary Vice-Minister OCHI Holds “Roundtable on Promoting the Growth of Small and Medium Enterprises through the Utilization of the Strategic Investment Initiative\""
        },
        "pairedItem": {
          "item": 101
        }
      },
      {
        "json": {
          "id": 203,
          "title": "Guidelines on the Roles Expected of Cyber Infrastructure Providers (Japanese and English Versions)"
        },
        "pairedItem": {
          "item": 102
        }
      },
      {
        "json": {
          "id": 204,
          "title": "Minister Akazawa Attends Meeting of the G7 Energy and Finance Ministers and Central Bank Governors"
        },
        "pairedItem": {
          "item": 103
        }
      },
      {
        "json": {
          "id": 205,
          "title": "Interim Arrangements for the WTO Agreement on Electronic Commerce Adopted"
        },
        "pairedItem": {
          "item": 104
        }
      },
      {
        "json": {
          "id": 206,
          "title": "Parliamentary Vice-Minister Komori Receives Courtesy Call from ISO Secretary-General Sergio Mujica"
        },
        "pairedItem": {
          "item": 105
        }
      },
      {
        "json": {
          "id": 207,
          "title": "9th Japan-EU Digital Policy Dialogue Held"
        },
        "pairedItem": {
          "item": 106
        }
      },
      {
        "json": {
          "id": 208,
          "title": "Minister Akazawa Holds Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency"
        },
        "pairedItem": {
          "item": 107
        }
      },
      {
        "json": {
          "id": 209,
          "title": "Global CBPR System Program Requirements Updated"
        },
        "pairedItem": {
          "item": 108
        }
      },
      {
        "json": {
          "id": 210,
          "title": "Japan–Thailand Space Industry Forum Held"
        },
        "pairedItem": {
          "item": 109
        }
      },
      {
        "json": {
          "id": 211,
          "title": "Companies Selected as FY2025 Nadeshiko Brands and Next Nadeshiko: Companies Supporting Dual Careers and Co-parenting"
        },
        "pairedItem": {
          "item": 110
        }
      },
      {
        "json": {
          "id": 212,
          "title": "State Minister Yamada Attends Japan-Bhutan Business Forum on the Occasion of Prime Minister Tobgay of the Kingdom of Bhutan’s Visit to Japan"
        },
        "pairedItem": {
          "item": 111
        }
      },
      {
        "json": {
          "id": 213,
          "title": "State Minister Yamada Receives Courtesy Call from Co-Chairman of India-Japan Business Co-operation Committee and Chairman of Japan-India Business Co-operation Committee"
        },
        "pairedItem": {
          "item": 112
        }
      },
      {
        "json": {
          "id": 214,
          "title": "Vice-Minister for International Affairs Matsuo Holds Meeting with H.E. Ms. Helene Budliger Artieda, State Secretary and Director of the State Secretariat for Economic Affairs (SECO), Switzerland"
        },
        "pairedItem": {
          "item": 113
        }
      },
      {
        "json": {
          "id": 215,
          "title": "Minister Akazawa Attends G7 Energy Ministers’ Meeting"
        },
        "pairedItem": {
          "item": 114
        }
      },
      {
        "json": {
          "id": 216,
          "title": "Minister Akazawa Holds Online Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency"
        },
        "pairedItem": {
          "item": 115
        }
      },
      {
        "json": {
          "id": 217,
          "title": "Japan Partnership for Circular Economy (J4CE) Held the 21st Public-Private Dialogue/Networking Session"
        },
        "pairedItem": {
          "item": 116
        }
      },
      {
        "json": {
          "id": 218,
          "title": "H.E. Radmila Shekerinska, Deputy Secretary General of NATO, Holds Meeting with State Minister Ino and Engages in Dialogue with Japanese Dual-Use Startups"
        },
        "pairedItem": {
          "item": 117
        }
      },
      {
        "json": {
          "id": 219,
          "title": "Symposium on Economic Resilience Strategy for Japan and ASEAN Held"
        },
        "pairedItem": {
          "item": 118
        }
      },
      {
        "json": {
          "id": 220,
          "title": "Consultation Committee on the Japan-U.S. Strategic Investment Initiative"
        },
        "pairedItem": {
          "item": 119
        }
      },
      {
        "json": {
          "id": 221,
          "title": "Minister of Economy, Trade and Industry Akazawa Holds Meeting with H.E. Dr. Sultan Al Jaber, Group CEO of Abu Dhabi National Oil Company, Minister of Industry and Advanced Technology and Special Envoy of the United Arab Emirates to Japan, and H.E. Dr. Thani bin Ahmed Al Zeyoudi, Minister of Foreign Trade of the United Arab Emirates"
        },
        "pairedItem": {
          "item": 120
        }
      },
      {
        "json": {
          "id": 222,
          "title": "METI Hosts “Public-Private Dialogue towards Robust and Resilient Copper Supply Chains”"
        },
        "pairedItem": {
          "item": 121
        }
      },
      {
        "json": {
          "id": 223,
          "title": "State Minister Yamada Receives a Courtesy Call from the Honourable Raymonde Gagné, Senator, Speaker of the Senate, Canada"
        },
        "pairedItem": {
          "item": 122
        }
      },
      {
        "json": {
          "id": 224,
          "title": "Minister Akazawa Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy of Saudi Arabia"
        },
        "pairedItem": {
          "item": 123
        }
      },
      {
        "json": {
          "id": 225,
          "title": "Consultation Committee on the Japan-U.S. Strategic Investment Initiative"
        },
        "pairedItem": {
          "item": 124
        }
      }
    ],
    "Store embeddings1": [
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online"
        },
        "pairedItem": {
          "item": 1
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News"
        },
        "pairedItem": {
          "item": 2
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News"
        },
        "pairedItem": {
          "item": 3
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 4
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 5
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News"
        },
        "pairedItem": {
          "item": 6
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online"
        },
        "pairedItem": {
          "item": 7
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews"
        },
        "pairedItem": {
          "item": 8
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun"
        },
        "pairedItem": {
          "item": 9
        }
      }
    ],
    "Wait1": [
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online"
        },
        "pairedItem": {
          "item": 1
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News"
        },
        "pairedItem": {
          "item": 2
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News"
        },
        "pairedItem": {
          "item": 3
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 4
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 5
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News"
        },
        "pairedItem": {
          "item": 6
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online"
        },
        "pairedItem": {
          "item": 7
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews"
        },
        "pairedItem": {
          "item": 8
        }
      },
      {
        "json": {
          "metadata": {
            "source": "blob",
            "blobType": "application/json",
            "loc": {
              "lines": {
                "from": 1,
                "to": 1
              }
            }
          },
          "pageContent": "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun"
        },
        "pairedItem": {
          "item": 9
        }
      }
    ],
    "Get Titles": [
      {
        "json": {
          "id": 101,
          "title": "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 102,
          "title": "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 103,
          "title": "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 104,
          "title": "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 105,
          "title": "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 106,
          "title": "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 107,
          "title": "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 108,
          "title": "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 109,
          "title": "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 110,
          "title": "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 111,
          "title": "Iran Rejects Israel's Continued Attacks; Speaker Ghalibaf: \"Negotiations While Violations Persist Have No Rationality\" - FNN Prime Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 112,
          "title": "US Vice President Vance Visits Hungary, Supports PM Orban's Re-election, Fiercely Criticizes EU - BBC"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 113,
          "title": "US Democrats to Re-deliberate Resolution Limiting Iran Attacks; \"Trump is Out of Control\" - Jiji.com"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 114,
          "title": "[Breaking News] Official: US Military Ready to Resume Operations - 47NEWS"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 115,
          "title": "FX/Foreign Exchange \"Dollar/Yen Today's Forecast\" Gaitame.com Today April 9, 2026 Issue - Gaitame.com"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 116,
          "title": "TSE Afternoon Session Opens Weak; Nikkei Average Soft as Market Awaits US-Iran Talks - Nikkei Shimbun"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 117,
          "title": "Seven & i Postpones Listing of US Convenience Store Subsidiary Due to Sluggish Performance - Nikkei Shimbun"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 118,
          "title": "The Outright Lie of the Myth That \"Americans Don't Save\": They Actually Far Outpace Japan as \"The World's Best Savers,\" Also the Biggest Reason for Their Net Worth - Yahoo! Finance"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 119,
          "title": "\"The Grass is Always Greener\" - Frank Talk from Manufacturer Representative Emerges at \"NVIDIA Gamer Day\" Report - AKIBA PC Hotline!"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 120,
          "title": "\"DualSense Wireless Controller '007 First Light' Limited Edition\" to be Released on May 27 - news.denfaminicogamer.jp"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 121,
          "title": "Windows 11 to Abolish Control Panel, Fully Migrate to Settings App - ASCII.jp"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 122,
          "title": "\"iOS 26.4.1\" Released ── Apple's New iPhone Update, Unexpected Urgent Bug Fix - Forbes JAPAN"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 123,
          "title": "Bibiru Oki Surprised by Taiga Drama 'John Man,' Announcement Made During Stage Press Conference for His Appearance. Enthusiastic About \"Appearance\"? \"Let's Do Our Best Together,\" Big Fan of John Manjiro - Oricon News"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 124,
          "title": "Arashi Fans Thrilled by \"Silver Tape Mailed\" and 3900 Yen \"Thank You Price\" for Final Performance FC Live Streaming Tickets - dmenu news"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 125,
          "title": "Sayuri Kokusho Says Hit Song \"Valentine Kiss\" Was \"Sung Angrily\" (Published April 9, 2026) - Livedoor News"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 126,
          "title": "Voting for \"2026 Sanrio Character Award\" Starts Today; All 90 Characters Entered - news.denfaminicogamer.jp"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 127,
          "title": "Former Yokozuna Terunofuji's Isegahama Stablemaster Disciplined with Demotion to \"Hiradoshiyori\" and Salary Reduction; Haku no Fuji Also Severely Warned for Inappropriate Conduct - Yomiuri Shimbun Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 128,
          "title": "[Oka Sho (Japanese 1000 Guineas) 2026] Exactly! Training Diagnosis (Wednesday Workout Check): Top Evaluation for 3 Horses - Alan Car, Gallaborg, Lily Joie! - Horse Racing Prediction Umanty"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 129,
          "title": "\"It's the Best Feeling!\" Chunichi Dragons' Akira Neo Achieves First Professional Win, Finally Rewarding 8 Years of Perseverance. \"If You Don't Give Up and Keep Going, You Can Always Overcome It\" - A Graduation Project He Poured His Heart Into in Junior High: Chunichi Sports/Tokyo Chunichi Sports - Chunichi Shimbun Web"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 130,
          "title": "\"Playing Against Shohei Ohtani Isn't Fun\": After Dramatic Victory, the ¥23.8 Billion Man Reveals \"True Feelings\" on NHK Broadcast - full-count.jp"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 131,
          "title": "The Inconvenient Truth of the Unprecedented \"¥87 Trillion in Investments and Loans to the US\" | Digest Version | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 132,
          "title": "Why \"Not Having Anything You Want to Do\" Can Become a Career | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 133,
          "title": "Why Do We Have an Excessive Aversion to \"Direct Supervisors\"? | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 134,
          "title": "The \"Secret Note-Taking\" Technique Used by \"Good Communicators\" | Dining Strategies to Build \"The Best Business Network\" | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 135,
          "title": "Single Men Savor \"Soy Sauce-Marinated Egg Yolks\" | A Little More Rice Accompaniment | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 136,
          "title": "The Big Lie of the Common Belief That \"Americans Don't Save\" | 'The World Runs on Debt' | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 137,
          "title": "Practitioner Emphasizes Why \"1 Minute of Exercise Daily\" is More Important Than the Gym | Health | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 138,
          "title": "Xi Jinping's \"Malicious Politics Overflowing with Goodwill\" and Its Limits | China･Taiwan | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 139,
          "title": "The \"Too Distant Spring\" of a 38-Year-Old Woman Who \"Doesn't Feel a Spark with Her Partner\" | Matchmaker Saw - Real Voices from the Marriage Hunting Scene - | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 140,
          "title": "3 Classic Literary Works Popular Among University of Tokyo Students, Including 'The Count of Monte Cristo' | Reading | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 141,
          "title": "\"Cocoe Ear\" Aimed at 90% of Hearing-Impaired People Who Don't Use Hearing Aids | Internet | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 142,
          "title": "\"Super Civil Servant\" Revitalizes Depopulated Town, But Reason for \"Retirement at 51\" | Leadership, Education, Qualifications, Skills | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 143,
          "title": "Reason Why Mazda 3rd Generation \"Roadster\" is a Best Buy | Used Cars | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 144,
          "title": "The Reality of the Huge Burden on Schools for Koshien Participation | The Imminent Crisis in Japanese Baseball | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 145,
          "title": "[2026 Edition] Top 300 Stations in Tokyo Convenient for Bicycle Commuting | City･Living | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 146,
          "title": "Repeated Harsh Criticism: Are \"Aeon's Low-Priced Foods\" Really That Bad? | Gourmet・Recipe | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 147,
          "title": "Niseko and Others... List of \"Japanese Land Acquisitions by Foreigners\" | Domestic Economy | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 148,
          "title": "The \"Gap\" Highlighted by Nissin's Commercial \"Too Sexual, Causing Backlash\" | Internet | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 149,
          "title": "Why China's BYD, Which Was \"Winning Alone,\" Fell into Profit Decline | Grand Dissection: China's \"EV Hegemony\" | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 150,
          "title": "The Misconception of Japanese Traditional Companies Seeking IT Talent at \"Half the Market Price\" While IT Talent is in Fierce Demand | Toyo Keizai Tech x Cybersecurity | Toyo Keizai Online"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 151,
          "title": "Asian prices of key petrochemicals stay elevated despite Iran ceasefire"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 152,
          "title": "Thailand's Anutin vows to boost economy with technology, OECD accession"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 153,
          "title": "Lithium miners rise as supply uncertainty, battery demand boost prices"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 154,
          "title": "Asian stocks shy of full recovery amid fragile Iran ceasefire"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 155,
          "title": "Peter Thiel-backed Cognition pushes into Asia with Japan, Singapore offices"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 156,
          "title": "China's Rokid to bring OpenClaw to AI glasses"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 157,
          "title": "Japan's Fujitsu, NEC and NRI among Asian software stocks hit by war, AI shift"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 158,
          "title": "Southeast Asian street food sellers hit by soaring packaging costs"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 159,
          "title": "Japan's Itochu and Sankyu to buy Singapore plant repair firm SWTS"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 160,
          "title": "Freshness is king: BYD reigns with 200 vehicle software updates a year"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 161,
          "title": "US shares jump 3% as ceasefire deal lifts investor sentiment"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 162,
          "title": "Japan's Terumo steps up medical device R&D in Costa Rica"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 163,
          "title": "Japan household propane costs to rise on Mideast price hikes"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 164,
          "title": "Japan insurer Aioi Nissay offers safe driving app for foreign tourists"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 165,
          "title": "Hormuz closure: Time for Japan to expand its domestic energy resilience"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 166,
          "title": "Asia PVC market in turmoil as Hormuz closure hits major Taiwan supplier"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 167,
          "title": "Analysis: What Wen Jiabao's rare public appearance reveals"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 168,
          "title": "SMBC expands with 2nd US headquarters in North Carolina"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 169,
          "title": "Japan firms eye Russia aluminum on supply concerns despite Mideast ceasefire"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 170,
          "title": "Japan Inc.'s fundraising backed by receivables hits post-2008 high"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 171,
          "title": "Japan corporate bankruptcies hit 12-year high on rising prices, wages"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 172,
          "title": "China's CSSC sets sail on designing own cruise ships"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 173,
          "title": "Mitsubishi Corp. opens free trial data center to boost AI deployment"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 174,
          "title": "Vietnam, Thailand to suffer most among ASEAN-5 in 2026: World Bank"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 175,
          "title": "Bangladeshi foreign minister visits India to reset relationship"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 176,
          "title": "Grab adds AI features for delivery, travel across key markets"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 177,
          "title": "Japan PM calls for immediate de-escalation in talk with Iran president"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 178,
          "title": "China urges 'full end' to Iran war as more high-stakes diplomacy awaits"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 179,
          "title": "Asian stocks soar and oil prices plunge on US-Iran ceasefire"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 180,
          "title": "Pakistan succeeds in avoiding 'doomsday scenario' through US-Iran ceasefire"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 181,
          "title": "Asia gives cautious welcome to US-Iran ceasefire"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 182,
          "title": "Indian central bank extends pause on key policy rate amid US-Iran crisis"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 183,
          "title": "Taiwan chip industry calls for helium, LNG reserves amid Iran war risks"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 184,
          "title": "Asian governments turn to subsidies to cushion energy crisis pain"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 185,
          "title": "Japan passes its biggest ever budget: 5 things to know"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 186,
          "title": "Vietnam's FTSE stock market upgrade expected to boost price discovery"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 187,
          "title": "Nearly 80,000 tech jobs cut in Q1, but AI's full impact may be yet to come"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 188,
          "title": "BHP locked in stiff iron ore price talks with China's state-owned buyer"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 189,
          "title": "Foreign tourism spurs room rates higher in Japan: luxury hotel group CEO"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 190,
          "title": "Japan university students pivot away from US to Thailand and Malaysia"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 191,
          "title": "CK Hutchison to navigate 'world in turmoil' by scaling up"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 192,
          "title": "Mitsubishi Motors not facing production halt from Hormuz crisis: CEO"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 193,
          "title": "Tokyo exchange's midtier Standard market overtakes Prime in listed firms"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 194,
          "title": "The KMT and CCP form united front against Taiwan's sovereignty"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 195,
          "title": "Collapse of Honda's EV focus leaves it with dearth of new models"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 196,
          "title": "Japan to see higher plastic and metal prices as Iran war drags on"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 197,
          "title": "Huawei AI aids conservation of endangered Chinese monkey"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 198,
          "title": "China solar panel makers hike Japan prices on materials costs, rebate cuts"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 199,
          "title": "Saudi Aramco's record Asian oil premium locks in higher prices"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 200,
          "title": "Iran war sends fertilizer price soaring 50%, threatening global food supply"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 201,
          "title": "Minister AKAZAWA Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy, the Kingdom of Saudi Arabia"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 202,
          "title": "Parliamentary Vice-Minister OCHI Holds “Roundtable on Promoting the Growth of Small and Medium Enterprises through the Utilization of the Strategic Investment Initiative\""
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 203,
          "title": "Guidelines on the Roles Expected of Cyber Infrastructure Providers (Japanese and English Versions)"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 204,
          "title": "Minister Akazawa Attends Meeting of the G7 Energy and Finance Ministers and Central Bank Governors"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 205,
          "title": "Interim Arrangements for the WTO Agreement on Electronic Commerce Adopted"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 206,
          "title": "Parliamentary Vice-Minister Komori Receives Courtesy Call from ISO Secretary-General Sergio Mujica"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 207,
          "title": "9th Japan-EU Digital Policy Dialogue Held"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 208,
          "title": "Minister Akazawa Holds Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 209,
          "title": "Global CBPR System Program Requirements Updated"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 210,
          "title": "Japan–Thailand Space Industry Forum Held"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 211,
          "title": "Companies Selected as FY2025 Nadeshiko Brands and Next Nadeshiko: Companies Supporting Dual Careers and Co-parenting"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 212,
          "title": "State Minister Yamada Attends Japan-Bhutan Business Forum on the Occasion of Prime Minister Tobgay of the Kingdom of Bhutan’s Visit to Japan"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 213,
          "title": "State Minister Yamada Receives Courtesy Call from Co-Chairman of India-Japan Business Co-operation Committee and Chairman of Japan-India Business Co-operation Committee"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 214,
          "title": "Vice-Minister for International Affairs Matsuo Holds Meeting with H.E. Ms. Helene Budliger Artieda, State Secretary and Director of the State Secretariat for Economic Affairs (SECO), Switzerland"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 215,
          "title": "Minister Akazawa Attends G7 Energy Ministers’ Meeting"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 216,
          "title": "Minister Akazawa Holds Online Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 217,
          "title": "Japan Partnership for Circular Economy (J4CE) Held the 21st Public-Private Dialogue/Networking Session"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 218,
          "title": "H.E. Radmila Shekerinska, Deputy Secretary General of NATO, Holds Meeting with State Minister Ino and Engages in Dialogue with Japanese Dual-Use Startups"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 219,
          "title": "Symposium on Economic Resilience Strategy for Japan and ASEAN Held"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 220,
          "title": "Consultation Committee on the Japan-U.S. Strategic Investment Initiative"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 221,
          "title": "Minister of Economy, Trade and Industry Akazawa Holds Meeting with H.E. Dr. Sultan Al Jaber, Group CEO of Abu Dhabi National Oil Company, Minister of Industry and Advanced Technology and Special Envoy of the United Arab Emirates to Japan, and H.E. Dr. Thani bin Ahmed Al Zeyoudi, Minister of Foreign Trade of the United Arab Emirates"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 222,
          "title": "METI Hosts “Public-Private Dialogue towards Robust and Resilient Copper Supply Chains”"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 223,
          "title": "State Minister Yamada Receives a Courtesy Call from the Honourable Raymonde Gagné, Senator, Speaker of the Senate, Canada"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 224,
          "title": "Minister Akazawa Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy of Saudi Arabia"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 225,
          "title": "Consultation Committee on the Japan-U.S. Strategic Investment Initiative"
        },
        "pairedItem": {
          "item": 0
        }
      }
    ],
    "Store Clustered Titles": [
      {
        "json": {
          "cluster": 0,
          "titles": [
            "\"Cocoe Ear\" Aimed at 90% of Hearing-Impaired People Who Don't Use Hearing Aids | Internet | Toyo Keizai Online",
            "\"Super Civil Servant\" Revitalizes Depopulated Town, But Reason for \"Retirement at 51\" | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
            "Reason Why Mazda 3rd Generation \"Roadster\" is a Best Buy | Used Cars | Toyo Keizai Online",
            "The Reality of the Huge Burden on Schools for Koshien Participation | The Imminent Crisis in Japanese Baseball | Toyo Keizai Online",
            "[2026 Edition] Top 300 Stations in Tokyo Convenient for Bicycle Commuting | City･Living | Toyo Keizai Online",
            "Repeated Harsh Criticism: Are \"Aeon's Low-Priced Foods\" Really That Bad? | Gourmet・Recipe | Toyo Keizai Online",
            "Niseko and Others... List of \"Japanese Land Acquisitions by Foreigners\" | Domestic Economy | Toyo Keizai Online",
            "The \"Gap\" Highlighted by Nissin's Commercial \"Too Sexual, Causing Backlash\" | Internet | Toyo Keizai Online",
            "Why China's BYD, Which Was \"Winning Alone,\" Fell into Profit Decline | Grand Dissection: China's \"EV Hegemony\" | Toyo Keizai Online",
            "The Misconception of Japanese Traditional Companies Seeking IT Talent at \"Half the Market Price\" While IT Talent is in Fierce Demand | Toyo Keizai Tech x Cybersecurity | Toyo Keizai Online",
            "Companies Selected as FY2025 Nadeshiko Brands and Next Nadeshiko: Companies Supporting Dual Careers and Co-parenting",
            "Guidelines on the Roles Expected of Cyber Infrastructure Providers (Japanese and English Versions)",
            "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News",
            "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN",
            "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN",
            "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News",
            "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online",
            "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews",
            "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun",
            "FX/Foreign Exchange \"Dollar/Yen Today's Forecast\" Gaitame.com Today April 9, 2026 Issue - Gaitame.com",
            "\"The Grass is Always Greener\" - Frank Talk from Manufacturer Representative Emerges at \"NVIDIA Gamer Day\" Report - AKIBA PC Hotline!",
            "\"DualSense Wireless Controller '007 First Light' Limited Edition\" to be Released on May 27 - news.denfaminicogamer.jp",
            "Windows 11 to Abolish Control Panel, Fully Migrate to Settings App - ASCII.jp",
            "\"iOS 26.4.1\" Released ── Apple's New iPhone Update, Unexpected Urgent Bug Fix - Forbes JAPAN",
            "Bibiru Oki Surprised by Taiga Drama 'John Man,' Announcement Made During Stage Press Conference for His Appearance. Enthusiastic About \"Appearance\"? \"Let's Do Our Best Together,\" Big Fan of John Manjiro - Oricon News",
            "Arashi Fans Thrilled by \"Silver Tape Mailed\" and 3900 Yen \"Thank You Price\" for Final Performance FC Live Streaming Tickets - dmenu news",
            "Sayuri Kokusho Says Hit Song \"Valentine Kiss\" Was \"Sung Angrily\" (Published April 9, 2026) - Livedoor News",
            "Voting for \"2026 Sanrio Character Award\" Starts Today; All 90 Characters Entered - news.denfaminicogamer.jp",
            "Former Yokozuna Terunofuji's Isegahama Stablemaster Disciplined with Demotion to \"Hiradoshiyori\" and Salary Reduction; Haku no Fuji Also Severely Warned for Inappropriate Conduct - Yomiuri Shimbun Online",
            "[Oka Sho (Japanese 1000 Guineas) 2026] Exactly! Training Diagnosis (Wednesday Workout Check): Top Evaluation for 3 Horses - Alan Car, Gallaborg, Lily Joie! - Horse Racing Prediction Umanty",
            "\"It's the Best Feeling!\" Chunichi Dragons' Akira Neo Achieves First Professional Win, Finally Rewarding 8 Years of Perseverance. \"If You Don't Give Up and Keep Going, You Can Always Overcome It\" - A Graduation Project He Poured His Heart Into in Junior High: Chunichi Sports/Tokyo Chunichi Sports - Chunichi Shimbun Web",
            "\"Playing Against Shohei Ohtani Isn't Fun\": After Dramatic Victory, the ¥23.8 Billion Man Reveals \"True Feelings\" on NHK Broadcast - full-count.jp",
            "The Inconvenient Truth of the Unprecedented \"¥87 Trillion in Investments and Loans to the US\" | Digest Version | Toyo Keizai Online",
            "Why \"Not Having Anything You Want to Do\" Can Become a Career | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
            "Why Do We Have an Excessive Aversion to \"Direct Supervisors\"? | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
            "The \"Secret Note-Taking\" Technique Used by \"Good Communicators\" | Dining Strategies to Build \"The Best Business Network\" | Toyo Keizai Online",
            "Single Men Savor \"Soy Sauce-Marinated Egg Yolks\" | A Little More Rice Accompaniment | Toyo Keizai Online",
            "The Big Lie of the Common Belief That \"Americans Don't Save\" | 'The World Runs on Debt' | Toyo Keizai Online",
            "Practitioner Emphasizes Why \"1 Minute of Exercise Daily\" is More Important Than the Gym | Health | Toyo Keizai Online",
            "Xi Jinping's \"Malicious Politics Overflowing with Goodwill\" and Its Limits | China･Taiwan | Toyo Keizai Online",
            "The \"Too Distant Spring\" of a 38-Year-Old Woman Who \"Doesn't Feel a Spark with Her Partner\" | Matchmaker Saw - Real Voices from the Marriage Hunting Scene - | Toyo Keizai Online",
            "3 Classic Literary Works Popular Among University of Tokyo Students, Including 'The Count of Monte Cristo' | Reading | Toyo Keizai Online"
          ]
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "cluster": 5,
          "titles": [
            "Asian prices of key petrochemicals stay elevated despite Iran ceasefire",
            "Asian stocks shy of full recovery amid fragile Iran ceasefire",
            "US shares jump 3% as ceasefire deal lifts investor sentiment",
            "Japan firms eye Russia aluminum on supply concerns despite Mideast ceasefire",
            "Japan PM calls for immediate de-escalation in talk with Iran president",
            "China urges 'full end' to Iran war as more high-stakes diplomacy awaits",
            "Asian stocks soar and oil prices plunge on US-Iran ceasefire",
            "Pakistan succeeds in avoiding 'doomsday scenario' through US-Iran ceasefire",
            "Asia gives cautious welcome to US-Iran ceasefire",
            "The KMT and CCP form united front against Taiwan's sovereignty",
            "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters",
            "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online",
            "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News",
            "Iran Rejects Israel's Continued Attacks; Speaker Ghalibaf: \"Negotiations While Violations Persist Have No Rationality\" - FNN Prime Online",
            "US Democrats to Re-deliberate Resolution Limiting Iran Attacks; \"Trump is Out of Control\" - Jiji.com",
            "[Breaking News] Official: US Military Ready to Resume Operations - 47NEWS",
            "TSE Afternoon Session Opens Weak; Nikkei Average Soft as Market Awaits US-Iran Talks - Nikkei Shimbun",
            "Interim Arrangements for the WTO Agreement on Electronic Commerce Adopted"
          ]
        },
        "pairedItem": {
          "item": 1
        }
      },
      {
        "json": {
          "cluster": 1,
          "titles": [
            "Thailand's Anutin vows to boost economy with technology, OECD accession",
            "Lithium miners rise as supply uncertainty, battery demand boost prices",
            "Peter Thiel-backed Cognition pushes into Asia with Japan, Singapore offices",
            "China's Rokid to bring OpenClaw to AI glasses",
            "Japan's Fujitsu, NEC and NRI among Asian software stocks hit by war, AI shift",
            "Southeast Asian street food sellers hit by soaring packaging costs",
            "Japan's Itochu and Sankyu to buy Singapore plant repair firm SWTS",
            "Freshness is king: BYD reigns with 200 vehicle software updates a year",
            "Japan's Terumo steps up medical device R&D in Costa Rica",
            "Japan insurer Aioi Nissay offers safe driving app for foreign tourists",
            "Analysis: What Wen Jiabao's rare public appearance reveals",
            "SMBC expands with 2nd US headquarters in North Carolina",
            "Japan Inc.'s fundraising backed by receivables hits post-2008 high",
            "Japan corporate bankruptcies hit 12-year high on rising prices, wages",
            "China's CSSC sets sail on designing own cruise ships",
            "Mitsubishi Corp. opens free trial data center to boost AI deployment",
            "Vietnam, Thailand to suffer most among ASEAN-5 in 2026: World Bank",
            "Grab adds AI features for delivery, travel across key markets",
            "Asian governments turn to subsidies to cushion energy crisis pain",
            "Japan passes its biggest ever budget: 5 things to know",
            "Vietnam's FTSE stock market upgrade expected to boost price discovery",
            "Nearly 80,000 tech jobs cut in Q1, but AI's full impact may be yet to come",
            "BHP locked in stiff iron ore price talks with China's state-owned buyer",
            "Foreign tourism spurs room rates higher in Japan: luxury hotel group CEO",
            "Japan university students pivot away from US to Thailand and Malaysia",
            "CK Hutchison to navigate 'world in turmoil' by scaling up",
            "Tokyo exchange's midtier Standard market overtakes Prime in listed firms",
            "Collapse of Honda's EV focus leaves it with dearth of new models",
            "Huawei AI aids conservation of endangered Chinese monkey",
            "China solar panel makers hike Japan prices on materials costs, rebate cuts",
            "Saudi Aramco's record Asian oil premium locks in higher prices",
            "Seven & i Postpones Listing of US Convenience Store Subsidiary Due to Sluggish Performance - Nikkei Shimbun",
            "The Outright Lie of the Myth That \"Americans Don't Save\": They Actually Far Outpace Japan as \"The World's Best Savers,\" Also the Biggest Reason for Their Net Worth - Yahoo! Finance",
            "Global CBPR System Program Requirements Updated"
          ]
        },
        "pairedItem": {
          "item": 2
        }
      },
      {
        "json": {
          "cluster": 3,
          "titles": [
            "Japan household propane costs to rise on Mideast price hikes",
            "Hormuz closure: Time for Japan to expand its domestic energy resilience",
            "Asia PVC market in turmoil as Hormuz closure hits major Taiwan supplier",
            "Bangladeshi foreign minister visits India to reset relationship",
            "Indian central bank extends pause on key policy rate amid US-Iran crisis",
            "Taiwan chip industry calls for helium, LNG reserves amid Iran war risks",
            "Mitsubishi Motors not facing production halt from Hormuz crisis: CEO",
            "Japan to see higher plastic and metal prices as Iran war drags on",
            "Iran war sends fertilizer price soaring 50%, threatening global food supply"
          ]
        },
        "pairedItem": {
          "item": 3
        }
      },
      {
        "json": {
          "cluster": 4,
          "titles": [
            "State Minister Yamada Attends Japan-Bhutan Business Forum on the Occasion of Prime Minister Tobgay of the Kingdom of Bhutan’s Visit to Japan",
            "State Minister Yamada Receives Courtesy Call from Co-Chairman of India-Japan Business Co-operation Committee and Chairman of Japan-India Business Co-operation Committee",
            "Vice-Minister for International Affairs Matsuo Holds Meeting with H.E. Ms. Helene Budliger Artieda, State Secretary and Director of the State Secretariat for Economic Affairs (SECO), Switzerland",
            "Japan Partnership for Circular Economy (J4CE) Held the 21st Public-Private Dialogue/Networking Session",
            "H.E. Radmila Shekerinska, Deputy Secretary General of NATO, Holds Meeting with State Minister Ino and Engages in Dialogue with Japanese Dual-Use Startups",
            "Symposium on Economic Resilience Strategy for Japan and ASEAN Held",
            "Consultation Committee on the Japan-U.S. Strategic Investment Initiative",
            "METI Hosts “Public-Private Dialogue towards Robust and Resilient Copper Supply Chains”",
            "State Minister Yamada Receives a Courtesy Call from the Honourable Raymonde Gagné, Senator, Speaker of the Senate, Canada",
            "Consultation Committee on the Japan-U.S. Strategic Investment Initiative",
            "Parliamentary Vice-Minister OCHI Holds “Roundtable on Promoting the Growth of Small and Medium Enterprises through the Utilization of the Strategic Investment Initiative\"",
            "US Vice President Vance Visits Hungary, Supports PM Orban's Re-election, Fiercely Criticizes EU - BBC",
            "Parliamentary Vice-Minister Komori Receives Courtesy Call from ISO Secretary-General Sergio Mujica",
            "9th Japan-EU Digital Policy Dialogue Held",
            "Japan–Thailand Space Industry Forum Held"
          ]
        },
        "pairedItem": {
          "item": 4
        }
      },
      {
        "json": {
          "cluster": 2,
          "titles": [
            "Minister Akazawa Attends G7 Energy Ministers’ Meeting",
            "Minister Akazawa Holds Online Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency",
            "Minister of Economy, Trade and Industry Akazawa Holds Meeting with H.E. Dr. Sultan Al Jaber, Group CEO of Abu Dhabi National Oil Company, Minister of Industry and Advanced Technology and Special Envoy of the United Arab Emirates to Japan, and H.E. Dr. Thani bin Ahmed Al Zeyoudi, Minister of Foreign Trade of the United Arab Emirates",
            "Minister Akazawa Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy of Saudi Arabia",
            "Minister AKAZAWA Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy, the Kingdom of Saudi Arabia",
            "Minister Akazawa Attends Meeting of the G7 Energy and Finance Ministers and Central Bank Governors",
            "Minister Akazawa Holds Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency"
          ]
        },
        "pairedItem": {
          "item": 5
        }
      }
    ],
    "Get embeddings": [
      {
        "json": {
          "id": 121,
          "content": "\"Cocoe Ear\" Aimed at 90% of Hearing-Impaired People Who Don't Use Hearing Aids | Internet | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.012027606,-0.009149213,0.021688608,-0.08656099,0.003360734,0.014325603,-0.019497933,0.028484141,0.02803738,-0.0054083415,-0.0023889972,-0.026083611,0.021956593,0.011595803,0.10483542,0.01240286,-0.004828302,0.025662238,-0.012022295,0.0022484877,0.009737179,0.035760175,0.0024374023,-0.02671417,-0.0080812415,-0.0047189468,0.029011086,0.012054864,0.034115054,-0.0061638984,-0.002330379,-0.014222875,0.0072495034,0.022224091,0.015423153,0.005754952,0.052161325,-0.043719072,0.014656646,0.027794803,0.0068364516,0.0034544698,-0.020118618,-0.0141693745,-0.03048134,0.017872702,-0.04511207,-0.025027424,0.015183707,0.018208314,-0.0072017736,0.013599668,0.00790554,-0.16558002,-0.024421668,0.0051616183,0.023795499,-0.00027541767,-0.016382765,-0.00859644,0.011641535,-0.012959242,-0.041814864,0.012783204,-0.0014330648,0.015298503,-0.02646996,0.0046079666,0.0006792858,0.01275389,-0.0043274346,0.040715832,-0.015073555,0.008580418,0.025725462,-0.028373566,-0.0068469467,-0.020329492,-0.007839816,-0.0076549207,-0.013124053,-0.014275575,-0.023699261,-0.00832995,0.011069791,-0.00015787865,0.006481597,-0.019123962,-0.004636588,-0.003528523,-0.006029713,0.024913989,0.03499329,0.0067271665,-0.029186992,0.014074036,-0.03840291,-0.03658538,0.018261204,0.00040554794,0.009048828,-0.030202944,0.026186598,0.01569116,-0.015437539,-0.018568283,0.0010519243,-0.03482445,0.011874467,0.00922952,-0.014298695,0.0018636308,-0.008709188,0.0043561887,0.02853469,-0.12898566,-0.011678789,0.019068131,0.0050010616,-0.007142893,0.0015340642,-0.0012242665,-0.005710325,0.03981236,-0.026724007,-0.008108068,-0.007925253,0.0016471371,-0.0116137,0.0159848,0.0054606674,0.0020879046,0.034540616,0.0009942395,0.026911043,-0.009101831,0.01601973,-0.006579263,0.008953352,0.0042530387,-0.04108149,0.0019905043,-0.008417656,-0.007028195,-0.011741059,-0.0039178333,-0.0105216615,-0.022590056,0.028317498,-0.0059944536,0.015824677,0.017070979,0.018799659,-0.004913831,-1.8104294e-05,-0.017797908,-0.0004987861,0.020887759,-0.0060819974,0.020674951,0.016652882,-0.003910303,-0.008295242,0.010955121,-0.008986354,0.0050693303,0.037178416,0.030991917,0.023291629,0.010100619,0.004351811,0.013694456,0.007600951,0.021064512,-0.016318727,0.011139174,0.019441456,0.008309154,-0.02222895,-0.008387881,-0.0028296905,0.00016277778,0.016917625,-0.011530257,0.0004892788,0.0025323553,0.0012652008,-0.024739247,0.0063840146,-0.017769702,-0.0058667613,0.0036125793,0.015692122,-0.024496924,0.043747026,-0.03157669,-0.0064183683,0.038251743,-0.007402381,-0.00038029542,0.019557007,0.010831987,-0.0030519813,0.013406147,0.007151217,0.008051122,0.010599451,0.0077471766,0.029457515,0.0034688294,0.023820665,0.009743104,0.026679544,-0.0035693403,0.031448305,-0.008249923,-0.049880933,-0.004537723,-0.014227123,-0.033121623,0.0035770412,0.01019785,0.006372321,-0.014116727,-0.0035111743,-0.0030760171,-0.020286024,-0.009470935,-0.0021681003,-0.0046954635,-0.016521867,0.0044095395,0.02999914,0.0075668395,-0.022975424,-0.003989673,0.010325243,-0.017557964,0.016366258,0.017862273,-0.0030308454,0.0069708824,0.028179567,0.010640504,-0.024146749,0.0022224032,0.0049887695,-0.012064813,0.0058059,0.02539399,-0.0110589415,-0.026769064,-0.0098112505,-0.008634368,-0.015534564,-0.01061076,-0.015602643,0.0022600337,-0.017592289,0.0030424027,-0.009939876,-0.0044515044,-0.014466972,-0.00747766,0.015783064,0.012133085,0.0084586,-0.013039945,-0.03136774,-0.00020501422,0.009457427,0.00035118294,0.0027360506,0.0007908502,0.020045592,-0.023653693,-0.06836639,0.031675294,0.027080307,-0.012052577,-0.00030220416,0.008021374,0.008748819,-0.00968257,-0.0054817153,-0.00088352174,-0.019682098,-0.01024293,0.0070295352,-0.014582585,0.027877769,0.011722144,-0.009269996,-0.025619214,-0.02647824,-0.042298567,0.0042714104,0.00807115,0.011754405,0.004521824,-0.013513973,-0.036132153,0.0019700173,0.03453896,0.0088204695,-0.0003167978,0.010486496,0.03598934,-0.014245574,0.0042334846,-0.040476765,-0.020297127,0.013370159,0.016701264,-0.024211382,-0.027625006,-0.006305936,0.00076334673,-0.020493576,0.0012215422,0.016129926,-0.043376982,-0.0073277303,-0.010805264,-0.013230551,0.008655587,0.0328474,-0.0020671533,0.0035821598,-0.027135605,-0.0012469159,0.016293386,0.012682387,-0.011097399,-0.02554596,0.008830452,-0.0005288668,0.020716976,-0.00015183994,-0.009411823,-0.025867686,0.0012448225,-0.001091716,-0.022494322,0.014520267,0.030095097,0.0045735687,0.007671633,-0.011644284,-0.0376825,0.0046757483,-0.036465984,0.00225835,-0.0034007607,-0.030542914,0.0096333735,0.029685523,-0.02561144,0.006751573,0.0013655424,0.027683694,0.016722487,0.013199954,0.018956155,0.00968719,0.004561197,0.007646012,0.014204186,0.007263242,-0.009949036,0.0040194103,-0.01983625,0.01937721,0.0111375945,0.018927712,-0.013786559,-0.01748109,0.028380621,0.013454341,0.0098084,-0.0075684753,0.034767672,0.0041437116,-0.007970574,-0.003750614,0.0010850582,-0.0032894332,-0.00089726027,0.01411067,0.014689541,0.00051824393,0.0055115637,-0.03715968,0.031365905,-0.029355656,0.044107903,0.00028781683,-0.015747648,0.009186803,-0.00060119707,0.019528085,-0.009503049,0.0037756725,0.0056061805,0.0030039921,0.028958501,-0.0061846497,0.016563322,-0.0025640333,-0.004327226,-0.014342462,-0.015811741,0.014713571,0.0017269824,0.034190923,0.013849937,0.008691284,-0.0009167502,-0.016967747,-0.009423399,-0.0287456,-0.003223056,-0.0025968833,0.024878586,-0.021540806,-0.009488589,-0.026844785,-0.012688672,0.027961837,0.00054621685,0.001720222,0.0037046906,0.008999969,0.0060390495,-0.00028895808,-0.045654025,-0.003045136,-0.0069929603,0.015695373,-0.0058150026,0.013311912,-0.0068675135,0.0022340948,-0.004483666,0.017679289,0.016463466,-0.012756774,-0.0036721209,-0.015274966,0.030578589,0.02618989,0.030994158,-0.017218942,0.022856459,0.027545713,-0.0062924195,0.015397153,-0.017275669,-0.009703004,0.0010541667,0.002860144,-0.010867047,-0.014383971,0.02929656,0.0010529106,0.008523459,-0.010134399,-0.011655889,-0.011368046,-0.006962351,0.017061705,-0.009160187,-0.00903894,0.0044590533,-0.03604268,-0.030346591,-0.009421611,-0.016097788,0.013847827,-0.022398625,0.017910244,0.00079575303,-0.034562223,0.00392817,0.033701774,0.03515022,0.00571821,0.0016602228,0.011687164,0.013454425,-0.0015572015,0.0079561155,0.002814835,-0.0070517776,0.012231977,-0.0028509933,-0.006824608,-0.035230607,-0.013627317,-0.023771003,-0.004484778,0.0033245422,-0.008620726,-0.029546568,-0.036301665,-0.023167996,-0.00043925,0.0056060725,-0.01172286,-0.023244776,-0.029403692,-0.028230214,0.010810005,0.015870335,0.0134292925,-0.0031264022,0.011381048,-0.02025808,0.00272866,0.0048329993,-0.032030728,0.025996923,0.0044743796,0.015986219,-0.0176065,0.021593215,0.06526992,-0.016600193,0.0072573475,0.0019324875,0.005299887,0.029798575,0.01378459,0.027059834,-0.0032502962,-0.0037461787,0.024132045,0.0021338991,0.02014599,0.003708928,0.0115751345,-0.0036093679,-0.012905516,0.0033115982,0.02285327,-0.08600373,-0.012936486,-0.0074313376,-0.016635947,-0.00345883,-0.0021751076,0.052424658,-0.0075205103,0.005290116,-0.003895749,-0.0076264613,-0.038272824,-0.00052926474,0.028543416,-0.00419356,0.008259796,0.030365145,0.03503448,0.0163058,0.011360662,0.009061287,0.002130545,-0.023490429,0.0017354852,0.007991887,0.003266066,0.011052193,-0.025937818,-0.014381778,-0.0038416837,-0.024044268,0.00494854,0.016429018,-0.012941015,0.016539397,0.018385312,0.032977507,-0.0011838883,-0.00047267176,0.016738314,-0.0022874533,-0.008492101,0.0041460423,-0.007415042,0.01894505,-0.004346278,-0.018483233,0.006775594,0.011848913,0.010716427,-0.019492254,-0.022190597,0.001267361,-0.0113290595,0.0020772181,-0.0069982857,9.8150296e-05,0.01840923,-0.01790005,-0.013523282,0.0050201938,0.012058397,-0.031401798,0.019585555,0.00581019,0.0002694095,0.005491042,0.0557462,-0.0057204016,-0.0013008988,-0.010677404,0.012109386,0.007002092,0.021436548,-0.010617281,0.0031713403,-0.011052056,0.024636889,0.0011403646,0.050385036,-0.024213186,-0.025528857,-0.08354024,-0.01579452,0.0042081075,-0.0005607307,-0.007200588,0.004587457,0.0011141713,-0.0046178508,-0.005974094,0.010153522,0.0033197722,-0.025609214,0.010802581,-0.022220153,0.013242365,0.015258625,0.013185802,0.0008892237,0.008605,-0.003385572,0.011171029,0.007877534,-0.015757173,-0.01081514,0.020976191,0.018089024,-0.024972083,0.0026981602,-0.005594223,-0.018175194,-0.019196993,-0.14261585,-0.008174921,0.024542635,0.0006074147,-0.0013010878,-0.023783462,-0.02636479,-0.0028332633,0.007857811,-0.006762716,-0.034636155,-0.055641957,-0.039112326,-0.008470937,0.00032846382,0.12378466,-0.01191962,0.0010146577,-0.009412853,0.01206618,-0.0066597513,-0.0068099587,0.016199509,-0.014394809,-0.02708355,-0.038103234,0.0274447,0.012008287,-0.044600032,-0.015523212,-0.011580215,0.02878441,-0.0069095087,-0.022385579,0.0033830693,0.003972386,-0.020040192,0.017503781,-0.00013622313,-0.014757823,0.04066142,-0.007730832,-0.0013568883,-0.015787836,-0.011500996,-0.007882701,-0.012754287,-0.008140424,-0.011003929,0.0034037726,-0.020916894,-0.047887143,0.020496229,0.006834092,-0.010724054,0.0021332582,0.010337645,-0.011982019,0.013739486,0.0054722168,-0.008836045,-0.0012195758,-0.0035193465,-0.017091384,-0.008171905,-0.016015347,0.004403853,0.012687104,-0.028882716,0.027293123,-0.018842949,-0.0059673837,-0.002290214,0.022054847,0.0049392893,-0.016662398,0.0217858,0.02101062,-0.003530803,0.00016179454,0.01525866,-0.01273702,0.017656678,-0.008833697,-0.01016349,0.008995832,-0.00014692778,-0.03153597,0.005516683,-0.00011328,0.014165922,0.009108638,0.004153602,0.022427572,0.016088763,0.0047583417,0.024093516,0.017084843,-0.025443856,0.00631842,0.012295543,-0.00025703356,-0.01458917,-0.0126424115,-0.019448863,0.018643558,0.0031112705,0.0103287855,0.022265386,-0.01588364,0.00047541934,0.00083644013,-0.015640391,0.00963217,-0.0032199337,0.018768067,-0.0105666965,-0.0016462986,0.00093800284,-0.020617092,-0.00552403,-0.008122078,-0.008797427,-0.00090290443,0.019827565,0.000611149,-0.009796124,0.0022955867,0.0062794555,-0.03129446,0.004671528,-0.009906465,-0.00829072,0.010844083,0.024063427,-0.009052227,0.0068717883,0.00037577655,-0.012569134,-0.009233873,0.013114709,0.0022317031,-0.0009807867,-0.0022131635,0.008457561,-2.3423543e-05,-0.013746129,-0.00908931,-0.0029539508,-0.013919719,0.009275693,-0.011109306,0.017352616,0.018056475,-0.013334029,-0.011844988,0.010349279,-0.0053346017,0.01290638,-0.009411163,0.014915124,0.016816184,0.0040688436,-0.0016659067,0.014149698,0.004237169,0.023252208,-0.0085934885,0.012960938,-0.0018680242,0.0054281363,-0.0064754514,-0.017728614,0.008565287,0.0069454634,-0.006668912,0.005552636,0.0033377884,-0.023160819,0.009101402,0.016225602,0.009918795,-0.0030439082,0.011227936,0.02185218,0.026172228,-0.014759247,0.014341657,0.021261638,0.014510124,0.0152354315,-0.011344996,0.009504522,-0.015697842,-0.00875079,-0.013546357,0.008595455,0.0032782478,0.008038482,-0.0016719421,-0.004029692,0.00205804,-0.0027673866,-0.00570958,-0.008968752,0.0075027356,0.012174394,0.0031900106,0.0055663837,-0.0053018653,-0.0046423227,0.009202054,-0.01077485,0.0069668745,-0.01516688,0.008539995,0.022664836,0.025687737,0.0024576196,-0.0066057295,-0.016006669,-0.0021358875,0.021651212,-0.009557385,0.0034967626,-0.007539778,-0.0069235126,0.011756715,0.012728364,-0.01614351,-0.0176977,0.0178939,0.018011827,0.004344892,-0.016947683,0.0057911817,0.01436493,0.0053197113,0.011491101,-0.0004943396,0.004063795,0.0024348984,0.0019456636,-0.00063587114,0.005844323,0.009214904,-0.00405283,-0.0029655863,-0.027276512,0.0008372219,-0.010540145,0.022210907,0.0075858287,0.023617432,-0.01672185,-0.003586967,-0.018786952,0.010409045,-0.004628017,0.0034445538,-0.007222945,0.010417508,-0.007594579,0.014384472,0.01995546,0.0075780386,-0.006130272,0.009705013,-0.002290598,0.013598009,-0.0054473006,0.0058000684,0.008005603,0.016791446,0.0049710535,-0.017783323,-0.0014064552,0.007343014,0.007370492,0.00555804,-0.022390466,-0.010415749,0.0025847887,0.012886613,0.024750717,-0.005807916,0.020540504,-0.00239824,-0.015204096,0.01130044,0.013945065,0.021038521,-0.008103687,-0.010156552,0.01499832,-0.0119683,0.014352759,0.009693401,-0.01946149,0.009342113,-0.012111861,-0.015261001,0.008854872,-0.01897679,-0.010088606,0.012095648,0.0022426578,0.0044181715,-0.0012685668,0.0009766747,0.07714469,-0.0027277267,0.0055568432,0.0152161475,-0.016010772,0.017579501,0.017124396,-0.0063871173,-0.005787404,0.0054819393,-0.019612385,-0.012974436,-0.003660059,-0.00843467,-0.011503287,0.013890934,0.018615432,0.008737522,0.011412015,-0.003597669,-0.0016322767,-0.015282227,0.004551501,-0.0029589504,0.0072809025,0.015085886,-0.0057270154,-0.0021008318,0.0115359565,-0.007889466,0.014746173,-0.01012132,-0.013190788,0.013357134,-0.011154682,0.0006225526,0.005796187,0.009627993,-0.0008915555,0.0014591828,-0.0023533728,0.010213966,0.0029829529,0.0027378984,-0.019737216,0.02431197,-0.001458761,0.0057007316,0.008662771,-0.004120462,0.009191289,-0.011887217,0.022630556,-0.0043691387,-0.0148585215,0.013265059,-0.004407379,-0.011627939,0.01160547,0.015345107,0.00060849014,0.0047074826,0.018487453,-0.0026207624,0.000105528394,-0.022170855,-0.006199657,-0.0111767,0.020521915,0.0027050297,-0.013630209,0.0034013598,0.00874677,0.006972519,0.020781375,3.56266e-05,-0.0016012235,-0.019231431,-0.012305196,-0.0010371902,0.011410529,-0.011696711,-0.011257974,0.007529463,-0.0047602,-0.012977724,-0.0026792707,0.017310493,-0.009575287,-0.0066378443,0.0028160624,0.009811473,0.00080268696,0.00997413,0.011281545,0.004538274,0.044294856,0.0059681926,0.014216312,0.022826724,0.018545022,-0.0055183033,0.009382616,0.015092333,0.022031501,-0.0014351442,0.0001828741,0.02727612,0.008056131,-0.013706507,-0.00024185609,-0.00372333,0.01716777,0.0045621144,-0.022738192,-0.0030549131,0.00016016117,0.01885332,-0.014658132,0.008343949,0.008517527,0.011824804,-0.0021928803,0.0060485792,-0.007169573,-0.010882325,-0.0129021425,-0.004952275,0.009365639,0.0062691215,0.017248021,0.017598424,-0.0073392377,-0.0024080211,0.0035853775,0.0029338792,0.013066446,0.0064866217,-0.015335987,-0.0010057314,-0.005319233,-0.0135952355,-0.009360759,-0.008752722,0.013968767,-0.013185373,0.011269301,-0.0021337578,-0.0012080144,0.005198387,0.010897229,-0.010765751,-0.0021022302,0.008048008,-0.009751124,-0.0032754568,0.003638785,-0.0055288696,0.015123794,0.0077157742,-0.0057019717,0.009939645,0.018988598,0.0016966031,0.011050178,0.0043890793,0.0030478123,-0.002840137,-0.012956403,0.015329792,-0.010424341,-0.00073935627,0.003611915,0.006156628,0.006014603,-0.00991409,0.019190151,-0.006442579,-0.0066102296,0.007101258,0.011103768,0.0014988265,-0.012154119,-0.0069738184,-0.02558572,-0.015627822,0.002638427,0.010557394,0.008827965,0.0011281,-0.00024587687,-0.0130984355,0.0004454947,0.007656505,-0.0051875236,0.0019824572,-0.016709879,0.0012755867,-0.0006544766,0.012432868,0.012550397,0.017350584,0.0030816004,-0.004418273,0.02017951,-0.0006364199,0.0015080973,0.004448938,-0.006975744,0.00262343,0.012551948,-0.028436381,0.01568752,0.015495436,0.005204184,0.012114246,-0.010411087,0.0019981696,0.00618885,0.0019006887,-0.005746469,-0.004840601,0.021498146,-0.0040837335,0.004130835,0.011022308,0.008568802,-0.0041046483,-0.0023721568,0.005708218,0.0017475234,-0.007993463,-0.00763193,-0.0064560454,0.016728934,-0.012952079,-0.012642363,-0.0065167914,-0.02571297,-0.003896461,0.006717195,-0.0017964356,-0.00094253494,0.00019585191,7.39981e-06,0.008257915,0.0069763064,-0.005954642,-0.011583054,0.007432198,-0.018367853,0.0006622922,-0.0025075844,-0.012272043,0.017857404,-0.008627327,0.028059019,-0.050277468,-0.0091355145,0.0019046215,0.019019272,0.009914402,-0.000778723,-0.02422636,0.009523224,-0.0073742927,-0.0054502073,-8.706921e-05,0.00076642074,0.009077948,0.015117272,0.004395945,-0.00034480862,0.008817434,0.013212254,0.0132015925,-0.0011131883,-0.040151067,0.0062464243,0.0010553935,0.025924394,-0.008899335,0.0005441341,0.004670009,0.0074063893,-0.006340928,-0.017291298,0.002456177,-0.014162525,-0.003312561,0.011843055,0.0034431487,-0.014309864,-0.0050313547,-0.0006064874,-0.00708125,-0.0020847698,0.010229343,-0.0020108449,-0.01150484,0.013644606,-0.011631185,-0.026397469,-0.008964023,-0.005233736,0.022559172,-0.01002546,-0.01373281,0.028732276,0.016283609,0.008135587,-0.0023942206,-0.0019961647,0.023606818,0.0071357596,-0.0072687482,-0.0060080737,-0.0018939648,0.0055245664,0.009653522,0.0042355424,-0.026382238,0.021036936,-0.010825613,-0.0077658934,-0.022512347,-0.016721835,0.0045233434,-0.018927606,0.010548605,0.01789046,0.0006001071,0.0030392061,0.008603723,0.0023346308,0.006437123,0.012420125,0.010449638,-0.0028555468,-0.007787823,0.007854201,0.012179977,0.0032138715,-0.011366279,-0.0049002212,-0.011501369,0.0031482826,0.007808579,0.030329632,-0.001748174,0.03020135,0.0026086443,0.0007944629,-0.0036870176,0.00034679932,0.0023187327,0.0064916275,-0.012326736,-0.01171045,-0.0041769836,-0.005194441,-0.0014359176,-0.0055586863,-0.009397484,-0.015912555,-0.0017259682,-0.004615981,-0.006873338,-0.0031293805,0.012478385,0.007079526,0.0071542007,0.010145566,-0.015582067,0.0021733774,-0.010680578,-0.011069469,-0.0048804884,0.004098599,-0.008935675,-0.00067701994,0.0050412025,-0.0031097643,-0.0017872266,0.0035540182,0.011464811,-0.0049323114,-0.0040210905,0.008761434,0.012990637,-0.0008570248,0.0045230878,0.0015107085,0.0045850803,0.0035487975,-0.016750697,0.018915994,0.025368316,-0.007976688,-0.013349371,0.0020191732,-0.00065530714,-0.00018369195,0.0065620695,0.017535768,-0.007745307,0.009719119,-0.0025768457,0.003682121,0.010695096,0.008980527,0.0042926134,-0.000980926,0.0021170888,0.013117054,-0.008982575,0.004657159,0.01240883,0.0014822545,-0.010565902,0.013612801,0.0072328188,0.011187493,0.00023062991,-0.0012281747,0.0022627867,-0.01746699,-0.01720023,0.0038286585,-0.011677525,0.034048263,-0.017698111,-0.0040192143,0.008694753,-0.012119187,-0.010504143,-0.00065990945,0.007745854,0.0134562645,0.019878216,0.0026089603,-0.0022847527,-0.0043210085,0.005412464,0.011093369,0.010119722,0.014213007,0.014930525,-0.007993135,-0.028397834,0.007568665,-0.0077629522,0.018001905,-0.0020534552,0.006307746,0.012017447,-0.010588092,-0.013735557,0.010139718,-5.4263186e-05,-0.009155537,0.0091968365,-0.08320056,-0.0067800595,-0.004151558,0.005046685,-0.0185624,0.0037427796,-0.010930419,-0.008393523,0.009234353,-0.009594938,0.014845583,0.014863692,0.01762796,-0.02426346,0.006277229,0.009777133,0.004026298,-0.003214098,-0.0011884745,0.0061356407,-0.0026370124,0.0056836405,-0.004225573,0.016090136,-0.008834052,-0.00118827,-0.02062804,-0.0057905195,0.011943091,8.2202736e-05,-0.0027248112,0.0005370652,-0.0052690166,-0.001955306,0.0012859512,0.00044800004,9.114739e-05,-0.004277437,-0.13494524,-0.0076502203,-0.003944592,0.009456727,-0.010191123,-0.00275715,0.0041146884,0.008889766,0.0093140425,0.0030551113,0.014780758,0.017832961,0.0050516445,-0.009169002,-0.008846845,-0.009592414,0.0015030658,0.0039030497,-0.010853872,0.00436021,0.0129626645,0.00026056526,0.010735557,0.012272968,0.000110246445,0.0031462647,-0.00671466,0.0076929023,0.0066114278,-0.007595189,0.0044391095,-0.0054037473,-0.009818314,0.012002115,0.00634128,-0.009001114,0.020209568,0.026479006,-0.0037411125,-0.0042702868,0.0018144939,0.00768916,0.0077958084,0.01125559,-0.0054944614,0.002195272,0.005358312,-0.014184417,-0.0032270474,-0.00076977967,-0.015152863,0.00036087513,-0.010172414,0.010692973,-0.0049232147,0.0067109372,0.015224711,-0.010529679,0.008556748,0.004996482,0.0070530474,0.01495998,0.009863991,0.003073946,0.0068409164,-0.00209371,0.002218439,0.02420494,-0.0037902836,-0.01935011,-0.029868366,-0.0013858054,0.0032123541,0.008629216,0.0036587417,0.00028629953,0.0068312907,-0.021879002,0.011852612,0.011317014,0.013552956,-0.01006869,-0.021899644,0.01314377,0.015586504,-0.014474116,-0.0246984,0.0041814162,-0.017062169,-0.052021842,-0.01888742,0.004974889,-0.00019677535,0.02225281,0.008200516,0.002013704,-0.012512332,0.007939823,0.003403175,-0.012404157,-0.0008192186,-0.0042101215,-0.0059618307,-0.020353872,-0.0038735962,0.03326635,-0.027202042,-0.01793475,0.007574162,-0.015233978,0.002459174,0.0031137203,0.0045907763,-0.02387094,-0.03611331,0.015694909,-0.014883867,0.0019940683,-0.016924746,-0.0045738677,0.006799215,-0.005572901,0.013806692,0.00605426,0.004429082,0.010298425,-0.006656208,0.0125514995,-0.0041264766,0.0028083269,-0.0018173279,0.00047496063,0.019989979,0.01467991,-0.011468272,-0.0059049116,-0.0066556567,0.01234171,-0.00048343287,-0.0042106556,0.016630074,-0.017721359,0.0015681824,0.009737687,-0.003241801,-0.0021446191,-0.012977589,0.018133348,-0.012220104,0.020084232,0.020090368,-0.006790721,-0.02264069,0.00087896874,0.029748425,-0.0062567038,0.014854109,0.014636417,-0.0030797946,-0.006545392,0.0029261261,0.008410625,0.0043655583,-0.002100249,-0.012759418,0.022294605,0.0002618682,-0.029050259,0.0046208063,0.0047036745,0.025710238,-0.012755349,0.0016590385,-0.012014922,-0.02753299,-0.011693313,0.00378098,-0.007253941,-0.010566703,0.031437404,0.0021568143,0.010470451,-0.0041504838,-0.0034898818,0.002181199,0.008501101,0.0074588233,0.011588448,-0.002887136,-0.0029503368,0.0058608167,0.0010738586,-0.027759869,-0.005276657,-0.012105797,-0.021894833,0.0040032407,0.0015785593,0.010120773,-0.021819714,0.012822718,0.0021128934,0.035215862,-0.17380686,0.00070792984,0.014228103,-0.0037435086,-0.027291652,-0.013017895,0.00090058247,0.011432737,0.026578866,0.007829578,0.0025317199,-0.0010396143,0.0065197647,0.00854753,-0.0076757222,-0.0059672263,0.030408695,0.020841029,0.02591525,0.0015675905,-0.025430808,0.009441711,0.029711356,-0.01825695,-0.01753776,-0.0021267533,0.03593683,0.0074103414,-0.00656776,-0.0095831435,0.0037953719,-0.0015709616,0.0059960163,-0.009462378,-0.027641512,-7.629682e-05,-0.010347396,-0.012237648,-0.011938325,0.03909653,0.007802955,0.013909051,-0.011333388,0.014150289,-0.0033574332,0.011332108,-0.016727252,0.0075094076,-0.0070387325,-0.029323844,0.006730476,0.0053616967,0.035259303,-0.007837889,-0.009606438,-0.0065835705,0.00045047535,0.008750535,0.02153176,-0.0150342705,0.0046044937,0.024009438,0.0006234003,-0.009965848,0.006911555,-0.004779578,-0.008160951,0.14299922,-0.01792898,-0.010040932,0.00024553845,0.008013577,0.0014766548,0.008508979,0.03547545,0.005726349,-0.0046213367,0.008384139,-0.010639438,-0.0010621097,0.013770541,0.002980061,0.011356384,-0.009228508,0.0009405827,-0.017566975,-0.0031552857,-0.00040983735,-0.012064214,-0.017959721,-0.017329946,-0.010141874,0.022477861,0.01901395,-0.012809036,0.016872484,0.019450841,0.004211977,-0.024948817,-0.009734199,-0.0073627257,0.010140792,0.022135599,-0.0126507785,-0.0070556467,-0.01365907,0.009883948,-0.008796837,-0.0038309817,0.016847774,-0.0004627158,-0.009270147,-0.01292881,0.009594862,0.014331675,0.013938917,-0.019382589,-0.017919142,-0.006521079,-0.018304786,0.0029958396,-0.0146812955,0.0074303146,0.0074384077,-0.011719084,0.0063903523,-0.01166488,0.016384596,-0.002389537,-0.027553432,-0.018162334,-0.0017252185,0.015335781,0.0016352439,-0.01572303,0.0079122605,-0.097425714,-0.0030211501,-0.0068534827,-0.010359428,-0.013725067,-0.0009453619,-0.0025441188,0.008611576,-0.0048819617,0.009664326,0.006409766,-0.017121933,-0.009849889,-0.005728706,0.011028168,0.0012663895,-0.010353672,-0.015634941,-0.009215219,-0.012153583,-0.0022033704,0.022065282,0.013140839,-0.02196862,-0.0010754003,0.0046732724,0.0035999238,-0.013172464,-0.0067528374,0.0057664113,-0.0058511086,0.010817459,-0.009667477,0.031557813,0.008435911,-0.0041117207,0.016451284,0.001953648,-0.01489508,-0.012357974,-0.016377183,0.021126052,0.0011242152,0.014377966,0.002766738,0.0015635325,0.014505624,-0.010763686,-0.02197519,0.0039716265,0.009998034,-0.0055908714,0.0008386825,0.009942903,-0.022237867,0.02698622,0.006973003,-0.027576456,0.0065199514,0.0050580297,-0.017943628,0.0043578264,-0.02537837,0.006081276,0.0025042675,-0.015743973,0.0017345664,0.028254518,-0.010619266,-0.01294045,0.0034074278,-0.014948088,0.034670934,-0.004073832,-0.00096209004,-0.0017726753,-0.0023539674,-0.0021047166,0.005450617,-0.010184873,-0.0036701842,-0.0071516195,0.023957204,-0.008899135,0.025274418,-0.020207623,-0.0055357786,-0.010434883,-0.02204653,-0.015575777,0.0026352557,0.011509481,-0.009395174,-0.011263603,-0.0054526054,-0.018629242,-0.02142276,0.011560262,0.022562843,0.005404692,-0.002197819,0.005197342,-0.014940082,0.0001608377,-0.020447003,0.014959401,-0.0073240753,-0.015087936,0.01832691,-0.012481296,-0.017155385,0.007007473,-0.00844122,0.0049073,0.010246913,0.0028170717,0.011932774,0.0016840242,-0.0044559212,-0.016919006,-0.0018358534,-0.0070559536,0.013295301,0.01758686,-0.008935529,-0.025431694,-0.0038798277,-0.024110157,0.0015700593,0.0076460573,0.010100523,-0.007875339,0.013412052,-0.009482755,0.024508994,-0.006854695,0.01921943,0.0020858303,0.00014339392,0.006531246,0.008247453,0.00826281,-0.010080015,0.026209127,0.00798696,0.015217546,0.009723112,-0.01060867,-0.015123224,-0.0005517818,-0.00022822479,0.00952451,-0.020020545,-0.005270373,-0.0016127711,0.034581523,0.02132135,0.007561083,-0.014718197,-0.0026118218,0.007585755,0.014533143,-0.003562388,0.01732085,0.002451671,0.011522071,-0.0018227517,-0.0036422152,-0.026563875,0.0012560571,-0.015000541,0.02539623,-0.0072542825,-0.022967491,0.009587735,-0.008462217,0.0010432259,-0.0073559717,-0.0007244128,-0.07468194,-0.002371089,-0.0060952976,-0.012018654,-0.015072579,-0.0060507134,0.008004748,-0.013188846,-0.021885376,0.016234055,-0.013978274,-0.005479072,-0.008747277,-0.00041746016,0.00076609635,0.000785258,-0.007368401,0.0063566654,0.01597428,-0.02226199,0.009744889,0.006631292,-0.005684103,-0.0013767943,-0.015816443,-0.0025772932,0.008645906,-0.0038824894,-0.011024524,-0.015440128,-0.014012189,0.027345112,0.013370515,-0.0054826015,0.011024263,-0.04109143,-0.0013518817,-0.01054864,0.0024748265,-0.043275163,0.0010256743,0.018333334,-0.05889727,0.0010800937,0.015340163,0.037867736,-0.013193837,0.00838452,-0.017305346,-0.014929595,-0.0048987325,0.012035073,-0.04012964,0.021270985,-0.006917307,0.0036655983,0.0007435805,-0.0015133668,-0.0018562394,-0.02271673,0.00078431435,-0.005967726,0.005566976,0.0028982325,0.012008263,-0.009135442,0.010033146,-0.0014459218,-0.0146935405,0.0056663556,-0.0016280257,-0.0053894906,-0.006123478,-0.00069077924,0.005017641,0.013377503,-0.00043698936,-0.0034143021,0.02180888,0.0541436,-0.004573038,0.02354602,-0.030643709,0.016122764,0.013987656,-0.02083434,-0.0175632,-0.103432074,-0.0072856955,-0.012827473,0.0127247395,0.016624983,0.0065604965,-0.010047518,0.03752806,0.009014122,-0.0029552877,0.0042280154,-0.0005963133,-0.009632561,-0.0031776666,-0.011010399,0.0030926494,-0.014075623,-0.0036506618,0.0039543444,0.025851868,-0.006848462,-0.00954674,0.017083883,0.014950929,-0.0053235656,-0.05063968,-0.006660768,-0.018100137,-0.016273072,-0.010872789,0.0027642862,-0.012075879,0.0028770324,0.022624122,0.0050541456,0.009710417,-0.01186847,-0.0061216424,-0.020329807,-0.0053883134,-0.0035413331,-0.0013304901,0.00928592,-0.00021758185,0.0070900153,0.019287616,0.010023013,0.012980593,-0.028925624,-0.012120654,-0.00096507766,0.011392743,0.019527009,-0.0096329665,0.006018954,0.005942465,-0.017504655,0.009415329,0.019336192,-0.0101470295,-0.0012619743,-0.0029677728,0.0068623866,-0.007096644,-0.028927676,-0.021537922,-0.0058322367,0.011447665,-0.047259696,0.037938386,0.011781217,0.013168162,0.009479884,0.012838813,0.0084882965,-0.020551419,-0.011130708,0.02373444,0.0016720657,-0.012225227,0.017425671,0.0021627946,-0.0008256212,0.0013240237,-0.015754897,0.00466251,0.0021041292,-0.0067188055,0.02467906,0.015322214,0.0066767186,-0.018244194,-0.002156065,-0.022629496,0.005405334,-0.000616673,-0.004852935,-0.006184095,0.0020106102,-0.032923505,-0.017831698,-0.013334217,0.015696488,0.0030427808,0.0151322475,0.0023902715,-0.012993966,0.0121948095,-0.0042840564,-0.003813516,-0.0064231656,0.0019045388,0.020732107,-0.002247432,0.0034098888,0.0054069473,0.009085601,-0.012670432,-0.0021924006,-0.010308602,-0.019874,-0.01011087,-0.021168994,0.00079072977,0.018432958,-0.0058069234,-0.015043026,0.010568815,0.0006646422,0.005999154,0.024178926,-0.00935331,0.010073187,0.0018249395,0.020238977,0.0020109615,0.0032973879,0.002959524,-0.010017431,0.0089665735,-0.0013920489,-0.008156682,-0.010988042,-0.011541643,-0.01281803,0.012321425,0.015509496,0.014767772,0.00014113812,0.010557974,0.016452352,0.0048066597,-0.009215836,-0.022341503,-0.017349198,0.0066597904,0.006289306,-0.013428051,0.0030051332,-0.0067206845,-0.022138024,0.011835797,-0.012888139,-0.0073322826,-0.010650577,-0.0067843646,-0.006624409,0.0024064148,0.010301626,0.005504461,-0.0019697596,-0.013391305,0.0066757845,-0.018976536,0.041473858,-0.015795257,-0.0028224199,-0.0032710682,-0.013840468,-0.0069423052,0.0033413123,0.00047892865,0.011817951,-0.0077263075,0.016479583,0.026764061,0.024488028,-0.003312975,0.009106869,-0.01532906,0.004101079,0.0154788345,0.007422982,-0.005438269,-0.008738676,-0.0020192845,0.001580303,-0.01045425,0.01875618,0.0022199252,-0.0010109863,0.0023348297,-0.014754108,0.004680217,0.016985938,-0.016324142,0.0015153175,0.002837157,-0.01867259,0.009507507,-0.007268078,-0.013029537,-0.027897727,0.0018926648,-0.0077480264,-0.0035313522,0.021039724,0.0013358513,0.013421818,-0.014230766,0.011719065,0.0065418584,-0.007994285,6.655586e-05,-0.023757098,0.00347146,-0.014356158,-0.006663664,-0.020949526,-0.008782128,-0.026961446,-0.014384976,0.0014076717,0.021164836,-0.0065769204,0.00081731036,-0.0071335644,-0.028065313,0.00674421,-0.0020763155,0.009798166,0.0151688745,0.018489016,-0.015029204,0.0023602247,-0.025937492,0.0049880156,0.013227721,-0.011199464,0.0015070407,0.013921604,0.026893713,-0.008542462,-0.009830271,-0.007857669,-0.004372649,-0.016960593,0.00020665412,-0.0027623237,-0.008445787,0.013232803,0.015250836,-0.021856738,0.036530197,-0.029050922,-0.020879345,-0.0043255817,0.011067429,0.0007005389,-0.037710167,-0.009028908,0.01462853,-0.011476368,0.021047303,-0.040940017,-0.026763441,-0.008904674,0.033546705,0.03675576,-0.00548027,-0.005485242,-0.0061514443,0.0120691275,-0.009961537,0.0039054558,0.011047014,-0.0072564622,-0.00072511454,0.0120181255,-0.011615494,0.032753915,-0.003062439,0.024574136,-0.006462019,-0.021389438,-0.008213263,-0.025199223,0.008154078,0.0025162161,0.0052676983,0.017089311,-0.026020404,0.014815893,-0.009294823,-0.01726676,0.0056706057,0.010974884,-0.0153077245,0.013909652,-0.01659713,-0.008992747,0.014009529,0.015358085,-0.017447146,-0.01822498,-0.005162004,-0.0070549794,0.010674797,0.0028715439,0.00015924609,0.009491799,-0.019778354,0.012133344,0.026752964,0.013013167,0.015752021,0.004069533,-0.018424911,-0.0028343047,-0.013808109,0.0033210577,0.01554976,-0.00075045344,0.010650281,0.008947736,-0.012290721,0.00923489,0.011137306,0.003344181,-0.0071364683,-0.0154110305,0.0145851,-1.852692e-05,0.004487975,0.008743854,0.010574038,-0.016442431,0.0064733145,-0.011299333,0.011248878,-0.007814926,-0.0056628888,-0.005114033,-0.0051577897,0.0102609545,0.017396517,-0.0057750195,0.0016239026,0.00044598448,0.008932301,0.011289909,-0.012903826,-0.011067878,0.013726922,0.007870551,-0.009346906,0.002769331,0.0038878813,0.016050285,0.00897235,-0.020269606,0.004671575,-0.0062460997,-0.0013248022,0.011541227,0.0060405503,-0.017949272,-0.0024529723,0.0018261212,-5.278658e-05,-0.03862157,0.015255905,-0.015474803,-0.001219354,-0.0116185,-0.015232916,-0.0013142262,-0.011065622,-0.016321983,-0.031090558,0.014744431,-0.011312153,-0.0014723056,-0.015209296,0.006187045,-0.0025096016,0.01195892,-0.0101592755,0.0035121518,0.007626052,0.0068686046,-0.0066982214,0.03372068,-0.0175759,0.0036217968,-0.013440314,0.0003822981,0.008302324,0.0129025355,-0.025939075,-0.029450418,0.010301087,-0.011111078,0.0007287807,-0.013890463,0.025554812,-0.0018968229,0.012455284,-0.012514056,0.010871219,-0.007353452,0.013376187,0.020553507,0.0033491834,-0.003259884,-0.0045915893,0.004533557,0.00023892826,0.015964177,-0.018597582,0.0044831024,-0.005606446,-0.00306412,-0.000986503,0.015698893,0.0004580325,0.0034249143,0.0052670357,-0.0090750065,0.0050016507,0.014322477,0.02823988,0.021129413,0.004239796,0.019302592,-0.0066662556,0.009782348,0.024074716,-0.0146028865,-0.0153330285,-0.017724425,-0.012145628,-0.0026437303,-0.014763746,-0.013116184,0.013665707,-0.004015721,-0.009528245,0.0030203196,-0.0034452558,0.00320613,-0.000792151,0.025689254,0.008527235,-0.018606747,-0.016491538,-0.02195043,0.008476917,-0.009816427,0.0031398367,-0.02551714,0.010212118,-0.06288174,0.008077108,0.0027286035,0.01383643,-0.00026125016,0.01990196,-0.002125026,0.0075567225,-0.047090806,0.010274968,0.01552796,0.005410046,0.011463556,-0.009862455,-0.0030242368,-0.0132921785,0.018373804,-0.018844925,0.00016753592,-0.0035071603,0.006037672,-0.0053459723,0.007868203,0.0009940723,0.00012336926,0.00037599815,0.014321095,0.0014398362,0.0023343896,0.0076179216,-0.0011450375,-0.001972154,0.029445205,-0.00047623084,0.008897241,-0.018169831,-0.0044137524,-0.02391792,-0.010815661,0.0101924855,0.01759661,-0.025982318,0.009694353,-0.0029820863,0.007756521,-6.134268e-05,-0.00476412,0.0048984583,-0.001969247,0.00071074977,0.013022328,-0.007665355,-0.0050357943,0.008675959,0.0017647182,0.015507452,0.015104319,0.0014651737,0.010123446,0.020136587,-0.010017052,-0.005238449,-0.005566181,-0.010176892,0.028597316,-0.0055239005,-0.004121336,-0.017824082,-0.015813211,-0.006632316,0.002205465,-0.008695969,0.029023128,0.0012491951,0.02772955,0.00067615014,-0.020968204,-0.0044335257,-0.010578955,-0.005599748,-0.016082551,-0.035149664,-0.00875194,0.0033765,-0.010521309,-0.0014176319,0.016906032,-0.01689057,0.014948269,-0.03605055,-0.0047426326,0.0033237238,0.016765397,-0.022074925,0.002694681,0.0031978835,0.020078612,0.010982658,-0.000103548395,-0.018369319,0.023362264,-0.015534755,0.011540523,-0.011683753,0.018818937,-0.0070124967,0.01045175,0.007594692,-0.0032168233,-0.011890879,0.0056131594,0.0008039126,0.0076555,-0.01217977,0.037864998,0.0045467955,-0.0052579455,-0.020271398,-0.015229851,-0.03354342,0.016965043,0.010968776,-0.00011120178,0.010274474,-0.020643543,-0.023224775,0.0033587199,-0.010802581,0.007594405,-0.0034325423,-0.019106476,0.007137516,-0.0067592836,-0.009279115,0.0026836332,0.006898673,0.008593763,0.006353523,-0.0047320216,0.01574167,-0.0019469718,0.003494203,-0.0110616125,0.011688615,0.0061439793,0.022963636,0.014436568,-0.0022236672,-0.01451914,0.0031111294,0.0047859796,-0.00957064,-0.009385539,0.01129956,0.006080581,0.0014955618,-0.016643964,-0.018574158,0.003732817,0.01016982,-0.013540144,-0.0005874826,-0.00033741383,0.023609977,-0.0052034887,0.0030135752,0.017682495,0.0069376486,0.034654178,-0.0056707743,-0.004079904,-0.022082053,-0.013042062,0.009260738,0.0113251805,-0.002905843,-0.003943924,0.018372938,0.00733815,-0.0037423854,-0.020222884,-0.02770821,0.00087174616,-0.004709536,0.026265945,0.0062005543,0.030411944,0.037481684,-0.028481875,-0.0004169517,-0.0045665177,-0.001499349,0.011665794,-0.041604962,-0.01198799,-0.0064582797,0.013290308,-0.0015223376,0.007446431,-0.016259417,-0.010824811,0.031142958,0.0133216195,-0.009624994,-0.0067135636,0.007998215,-0.0068436284,-0.0042127287,-0.01770423,0.024223547,-0.0031600816,0.0038766428,-0.012810627,-0.023786416,0.1523255,0.114637755,0.0039021499,0.016961193,0.012211009,-0.0025167835,-0.012666498,0.008197073,0.005706676,-0.019000154,-0.0024184624,-0.00888906,0.0126936985,0.004380625,-0.010632893,-0.0013616377,0.021576859,0.025584672,-0.01556478,-0.011036966,0.006870001,0.005371546,-0.014670062,0.01402014,-0.034020323,0.012022839,0.0015069774,0.0053391512,0.0030013896,-1.6622427e-05,0.016746936,-0.0021825733,0.0023043153,-0.015110951,0.009636311,-0.013733547,-0.011284157,0.0058836485,-0.0049518007,-0.023617914,-0.020648118,-0.015820518,-0.016382989,-0.0037448818,-0.0068732537,0.0039959042,0.016333153,-0.005428481,-0.006966916,0.019277563,-0.020772556,-0.019659437,-0.008287844,-0.008361452,-0.023119207,-0.006475601,0.037877448,0.015758961,0.0007274766,0.01138134,0.008735561,0.03154356,-0.002164968,0.012346471,0.02661865,0.0013144459,0.00911902,-0.01794621,-0.00328157,-0.00701621,-0.015980868,0.009163008,0.008001466,0.007418844,-0.0075165746,-0.0045330026,0.008463374,0.00474239,0.0152149545,0.015893655,-0.012775157,0.03214426,0.0042557865,0.01229746,0.011617813,-0.0026218586,0.0011523855,0.035723764,0.1100885,0.0074209524,0.008930268,-0.033911247,0.023978727,0.0063637686,-0.002961564,0.06707862,0.005171667,0.00735203,0.03666524,0.005939597,0.006164874,0.0025387127,0.011713543,0.0052379016,0.010254792,0.02697808,0.020101639,0.014010529,0.00348749,0.003038193,-0.0069420342,0.011536396,-0.009361684,0.02024881,-0.00361434,0.0011142006,-0.020028785,0.022136223,-0.10321769,-0.00014369443,-0.0020769516,-0.004240161,-0.025175074,0.028125955,0.038543675,0.02289837,-0.0020432142,-0.0108181685,-0.011259004,-0.016637905,0.007439614,-0.022717789,-0.022652285,0.025172953,0.0070633683,-0.022480188,-0.018131208,-0.01885918,-0.00918811,0.00039089264,-0.013841176,0.030445455,-0.0024400048,0.02561168,0.01697578,0.018468749,0.0066693625,-0.0015427299,-0.018357083,0.004800811,-0.0024586765,0.009252472,-0.0142615205,0.026841477,0.0025750042,-0.019979019,0.020178685,0.001781675,-0.001838158,-0.041039694,0.0084341755,-0.033986006,-0.012238554,-0.0064657493,-0.014266182,0.0045387023,0.0023058495,-0.0046091545,0.023377076,-0.0059840833,0.016688462,0.014315002,-0.014455154,-0.014403963,0.0016910147,-0.012158405,-0.003619122,0.014051806,0.012463091,-0.01976005,-0.0101796435,-0.0019053025,-0.028468816,0.0051058773,0.0047833812,-0.0016678357,-0.013295144,-0.014818274,0.0016057163,-0.0018816997,-0.0018191028,-0.017948385,0.02109139,0.012145933,-0.010147039,0.011030484,0.021099607,0.015795149,0.0023349528,-0.012179532,-0.005346511,0.11167036,0.03766124,-0.03451369,0.01913314,0.016184365,-0.04113016,4.7627193e-05,-0.010258636,0.0018858851,-0.007139865,-0.004555313,-0.014540268,-0.01358296,0.023541981,0.00039474573,-0.013165227,0.006887978,-0.004459725,0.013896839,-0.0029682154,0.009966812,-0.0016988175,-0.009831889,-0.010743794,-0.005843417,0.037868377,-0.019613016,-0.0025186944,0.0004190132,-0.0024549717,0.00034989818,0.0025870402,-0.018676417,-0.016335417,-0.005222208,0.023129921,-0.013549629,-0.02415631,-0.032410257,-0.0052081426,0.003069581,-0.0024080682,0.003733941,0.023381718,-0.04653895,0.19256926,-0.0064621773,0.0066774716,-0.011368607,-0.0027577553,-0.000998112,-0.018591374,0.005265616,0.005665955,-0.00018093987,0.019257382,-0.019374654,0.006486667,-0.0031590434,-0.0043813162,-0.0086368,-0.011479155,-0.009616459,0.0078220265,0.028592106,-0.003333226,-0.00032250863,0.001198006,-0.023453247,-0.00975998,0.011960744,0.008713773,-0.0007600482,-0.0014107012,-0.007593919,-0.00035497505,-0.016213797,-0.005190852,-0.0009518362,-0.03700101,-0.014949187,0.0019477599,-0.010393857,-0.009095418,-0.013231181,0.010458519,-0.02381361,0.0081680985,-0.0035676763,0.006579223,-0.011845667,-0.008740106,0.020785326,-0.02340853,-0.0023357624,-0.012399891,0.013783543,-0.0009071175,-0.006657227,-0.0052031623,-0.00095933065,0.0011030692,0.0148959495,-0.009670556,0.01306717,-0.007147571,0.002147025,0.0005880522,0.012020687,0.01833203,0.0167477,-0.008018113]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 122,
          "content": "\"Super Civil Servant\" Revitalizes Depopulated Town, But Reason for \"Retirement at 51\" | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.007907584,-0.0045899735,0.016197933,-0.07746101,0.05495092,0.0041263364,-0.0026569397,-0.0037827264,0.033297356,-0.0058005718,-0.032804754,0.002230506,0.008839397,0.05289756,0.095586084,-0.0048101796,0.047025736,-0.0043564653,-0.00736571,0.00336921,0.0022846465,0.03350765,-0.007280619,-0.025156409,0.0077440767,-0.0120268455,0.020178575,0.014343349,0.015976481,-0.0010572461,-0.021157546,0.038053293,-0.011261448,0.0006046553,0.015910614,0.024327632,0.044265393,-0.023208136,-0.00477543,0.005001804,-0.0059914626,-0.01418098,-0.005766835,0.013647741,-0.0072714994,-0.012203214,-0.046515174,-0.03568291,-0.009314012,-0.002901115,-0.0019838014,0.0019283973,0.014249457,-0.15200058,-0.018371863,0.021534793,0.010661897,0.008937737,0.0023536128,0.013735818,0.004902399,0.0056962855,-0.0264592,-0.015777785,0.0010045882,0.008170323,0.031079244,-0.01160433,-0.0149916,0.0044307224,0.0051930966,0.008684422,-0.020628663,-0.014106465,0.01668383,-0.017599884,-0.010309055,0.0005316158,-0.0010706575,-0.04989236,0.00039307785,0.014521935,0.014006549,-0.01630816,-0.021077484,-0.006628867,-0.00052230543,-0.011867772,0.005265835,0.012439502,0.01988481,0.0362093,0.025253225,-0.0033895252,-0.03822707,0.014042941,-0.0059786397,-0.030705772,-0.0038197932,-0.022714458,-0.03233903,-0.017250136,0.006526345,0.022737019,0.003561977,-0.005514577,0.0050569316,-0.024015883,0.0013669321,-0.00509668,-0.029080886,-0.02196782,-0.045108918,0.018262485,0.006476276,-0.114451624,-0.004306793,0.0023484712,-0.014767805,0.020043844,0.022782112,-0.02314436,-0.01711983,0.0008404885,-0.01990499,-0.01182335,-0.008582422,0.006037846,0.0011848912,0.0065950775,-0.0075280177,-0.021456588,-0.004635693,-0.008810242,0.039036565,0.032694396,0.0060187955,-0.02206059,-0.0031765294,-0.001213056,-0.012338094,0.013795195,-0.017595896,0.01798873,-0.020011174,-0.023177136,-0.018160582,0.00038569502,0.014423163,0.014492397,-0.0038784898,-0.008324882,0.013640678,-0.00930935,0.029984083,-0.037331067,-0.005759989,0.035582956,0.02434161,-0.021234188,0.013827955,-0.023202632,0.024228813,0.01312221,0.023342775,0.0037693998,0.023333255,0.03323551,-0.024759717,-0.011556038,0.01658274,0.012579177,-0.018496402,-0.012166516,0.0198832,-0.029488174,0.021030337,0.0032519626,0.018443123,0.0074589117,0.0075345747,0.020712638,0.014130143,-0.0017610446,0.03420845,-0.02618808,0.009632722,-0.021890411,0.013274116,0.004492802,-0.0077653984,-0.008602723,-0.011639605,-0.026169257,0.019158768,-0.025776813,-0.008537155,0.013462147,-0.015404647,-0.0035362253,0.018990234,0.017039062,0.012283747,-0.011308627,0.029545799,-0.004928972,0.0017058797,0.006465484,0.017858487,0.002101989,0.008881348,0.01609649,0.01714728,0.0038250566,0.010566295,0.0061196415,-0.02315842,0.027866805,-0.01998851,-0.008190319,0.0038595055,0.0061682328,0.019581767,0.013767724,-0.0050314465,-0.04808828,0.043730322,0.0012362485,-0.025571303,0.013178261,0.00016145952,-0.0042010313,0.0039844327,-0.00882635,0.025221912,-0.028217444,-0.0004133581,0.027277878,-0.0010983426,0.025251158,0.0025863615,-0.013503049,0.012883412,-0.0021587785,-0.0063784914,0.0018573445,0.002307969,0.022572445,0.0064601945,0.033103842,-0.0005934027,0.016927913,0.010105652,-0.02537592,0.0013962665,-0.009790152,0.009469075,0.022568492,0.02080339,0.018491132,-0.003070486,-0.0038410546,-0.0028257084,-0.01105105,-0.037137672,-0.013733013,-0.0061466834,0.010544996,-0.00457246,-0.009171784,0.0010555154,0.033434458,0.026857208,-0.0123785045,0.025020948,0.00049158715,-0.07757972,0.016154176,0.011900348,-0.025351249,-0.0118025,0.017435366,0.0076686665,-0.04066677,-0.024715502,-0.012172352,-0.014829956,0.0063707447,-0.020694476,-0.014027769,-0.0020933333,-0.017290926,0.0063916184,0.013854554,-0.015576975,-0.01070495,-0.026660902,0.01683111,-0.006715563,-0.0012313186,-0.0033655646,-0.036074046,0.027907148,0.06897056,0.033935893,0.0010257055,0.025343502,-0.012104347,-0.0037777354,-0.012078082,-0.0079539195,-0.02388413,0.002891297,0.026627637,0.0025296279,-0.023407483,0.013475835,0.013499957,-0.0071117287,0.0052768267,-0.0003975475,-0.023158243,0.00031507155,-0.0073921327,-0.012232248,0.013597864,-0.013836416,0.009915876,0.024139356,-0.025460232,-0.0010947336,0.015894087,0.02724441,0.006588124,-0.0012180978,0.007815213,0.020966502,0.008635914,-0.0027077885,-0.023881676,-0.008297283,-0.0008595556,-0.020861926,0.010492402,0.011322182,0.0066498783,0.009580744,0.0041385344,-0.023723643,-0.026847377,0.0248482,-0.009342347,0.028661666,-0.00065548345,-0.015205164,0.036776938,0.0070140157,-0.0045371857,-0.012209143,-0.011168624,0.0085109575,0.018602675,0.020549214,0.028875554,0.014867423,-0.013689119,0.0002457517,-0.021476474,0.003951032,0.007211318,0.0020754116,-0.035901394,0.028261272,0.00999034,0.008772489,-0.02502656,-0.023511946,-0.0017899001,0.009283589,-0.017988613,0.0051617892,0.030521708,-0.0008185223,-0.005205004,-0.008848419,-0.007085405,-0.026777636,-0.03223757,0.03445693,-0.015004022,0.00048480794,-0.0026749976,-0.023276953,0.007964083,-0.0068110726,0.04259725,-0.003438659,-0.01675898,-0.010840985,0.010690313,0.020110717,-0.015194846,0.002694184,0.021772018,0.010414604,0.014707294,0.016195333,-0.029867638,-0.015260465,-0.008131891,0.012878598,-0.00669521,-0.0037046666,-0.0088162,-0.007987889,-0.0015717541,-0.007782021,-0.008718862,-0.014776255,-0.020513853,-0.018056978,-0.008280996,-0.0271735,0.023442706,0.02203736,-0.030669028,-0.02364723,0.0038332215,0.02174009,0.0068257535,-0.010983584,-0.01684419,-0.016438497,0.020226682,-0.011998228,-0.0231821,0.009984536,0.009022898,0.008592071,-0.022392314,0.0005680777,0.018665189,-0.015240457,-0.011482591,0.0069033606,0.002665363,-0.015398716,0.000994376,-0.028304141,-0.02054576,0.0033566125,0.041870642,0.0007383071,3.7091326e-05,0.023382934,-0.0062749824,0.00457205,-0.003987427,0.005614104,0.0020219465,0.00768597,-0.010690058,0.001588524,-0.011106387,0.0014321366,0.01679565,-0.015439884,0.015647205,-0.027056476,0.0059902105,0.017425004,-0.009022714,0.00037394595,0.011746982,-0.0073295236,-0.017995456,-0.003521914,-0.013857216,-0.0016113721,0.025290981,-0.00087450293,-0.033468615,0.001703875,-0.028061572,0.0059862565,0.038716722,0.009936896,-0.0011174616,0.02313541,-0.018045193,-0.018728647,0.0066858153,0.006078746,0.017201956,0.0100395,-0.016279256,-0.0011735468,-0.018771265,-0.033081207,0.012428408,0.015077885,0.0027633954,-0.0059646177,-0.007320525,-0.0027747527,0.005842423,-0.0040281154,0.018668065,0.026540661,-0.00032828996,-0.01298896,-0.008822525,-0.0043725814,0.018267076,-0.03632606,-0.00063106726,-0.039706413,-0.02151803,0.006416868,0.011002031,0.010433287,0.03296234,0.025483869,-0.010888416,0.007771375,0.032581728,0.04137779,0.0027608573,0.010345977,0.0139822215,0.024762185,0.031970493,0.0036254479,-0.02093171,-0.023222925,0.01420161,-0.020651236,-0.004314607,-0.010700536,0.010936495,-0.0041599846,0.013824859,-0.04693527,0.019975487,-0.010252924,-0.098359756,-0.00069068203,0.011923041,-0.0122116525,-0.0068350188,0.02632981,-0.009130935,0.0015489365,0.016855484,0.020045493,-0.0026188153,-0.045701243,0.020724665,-0.0054745353,0.0046983324,-0.0037420474,-0.003632371,0.01889494,0.01822424,-0.003002128,0.0122755235,-0.014964654,0.0075913905,0.023984058,-0.0060380367,0.023629412,0.022072468,-0.00091316877,0.01640483,0.015643345,-0.031021787,0.01915227,0.002543246,-0.008207248,-0.024688574,0.0044585573,0.02072106,-0.0076280856,-0.017654778,0.027246533,-0.0091453325,-0.001895837,0.03554254,-0.05057313,-0.014090418,0.03188164,0.01605237,0.0044016507,-0.025786443,-0.032789346,0.005199526,-0.01156893,-0.009495394,-0.009296518,-0.014534321,-0.021612229,0.0009689907,-0.028614258,-0.013913304,-0.0074001546,-0.022365185,-0.0057224263,-0.0037023595,0.011811911,-0.015462906,-0.00537113,-0.020136876,0.03398971,-0.00996958,-0.007735001,-0.017586067,-0.026752762,0.0030309202,0.0035591116,0.014844051,-0.015128309,0.014482121,0.010599712,-0.00770585,0.014455346,-0.010938942,-0.005914853,-0.09253739,0.013216637,0.017155893,-0.00910068,-0.004262842,0.0041871117,0.004341656,0.013774423,-0.003109744,0.015059149,0.0021510713,0.014008302,0.026600597,0.0010430623,0.018417984,0.0031664646,0.009308004,-0.007044092,0.024367623,-0.008074093,-0.01879959,0.0084102405,-0.040384803,-0.017540898,0.0062308363,-0.00094751635,-0.020025192,-0.00047079023,0.0113313645,-0.0037003898,-0.020269955,-0.15061373,0.0060873316,-0.0013514436,-0.030009821,0.014675847,0.029989822,-0.0050808466,-0.027054911,-0.011936141,-0.028655827,0.0027584971,-0.005082771,-0.0070692427,-0.0087731015,0.002030217,0.11148488,0.00445214,0.01359436,0.022458548,0.006186141,0.017809624,-0.024341222,-0.0042663114,-0.021933261,-0.0076129786,-0.010745479,0.035123054,-0.0121986605,0.008867687,-0.013070851,0.024945587,0.035321098,-0.0069596674,-0.0035598709,0.024448613,-0.025301807,-0.013817207,-0.018577633,0.017092163,0.0018287383,0.0021936106,-0.0128096,-0.0062800148,0.016253866,0.02597527,-0.0036970486,-0.0080645885,-0.011633265,-0.011266401,-0.019718347,-0.02550373,-0.067857295,0.009318262,0.0055535226,-0.01808175,0.034262538,0.0069744815,-0.021346906,0.012826191,-0.0013593042,0.024213951,-0.0034744283,0.010380294,-0.0064310567,-0.005516858,0.005237796,0.015418681,-0.021670807,-0.019849805,0.019122694,-0.0019807585,-0.0056838333,-0.00738333,-0.019571036,0.0056344555,0.0065414016,0.0038972343,0.032089584,0.021697333,-0.016812438,0.012098638,-0.02314635,9.405381e-05,-0.020308089,0.01299856,-0.010988655,-0.012712478,-0.008468304,0.0073447763,-0.002958447,0.001283534,0.03308615,0.0124771455,-0.018071147,0.0087523535,0.033184063,0.0015754345,0.015490342,-0.020185048,-0.012845598,0.0053040613,-0.023609744,0.01874947,-0.0024867265,-0.026869439,0.01264212,0.014823167,0.029615276,0.0051812255,0.008869705,0.0029824744,-0.0052097104,-0.005140149,0.0054900725,0.012921573,0.00577471,-0.003923523,-0.015000725,-0.003001832,-0.011942708,-0.0012948419,-0.0007583361,-0.014498415,0.0005581222,0.0048390776,-0.003018826,0.0023887544,-0.008547185,0.0082411375,-0.03497039,0.00096357043,-0.0011386209,-0.0017980856,-0.0031819346,0.014107924,-0.0076205586,0.005301958,-0.011088528,0.012295841,-0.0038178791,0.01438122,-0.00054997177,-0.004751487,-0.0007896841,0.007734563,0.011555045,-0.014350833,-0.011598382,-0.0035208007,-0.01239299,-0.00018724114,-0.030810025,0.020683426,0.014049507,-0.007996437,-0.010017537,0.021413151,0.01108117,0.01332755,-0.01679748,-0.009629564,0.023235174,0.010143742,0.010555139,0.006232343,0.008677692,0.032384835,-0.010617098,0.0029417747,0.011326819,0.034566984,0.009146545,-0.003936443,-0.0086174905,0.0064465688,-0.006993846,0.016321179,-0.014738496,-0.038245715,0.0034878762,0.016304703,-0.0014716504,-0.012832979,0.023953032,0.010472402,0.017224671,0.0012362875,-0.0046203216,0.0065454594,0.006822457,0.012033605,-0.013705201,0.011720216,-0.0026875527,-0.025012502,0.0009963352,-0.0077986317,0.0032968852,-0.008495226,0.015091688,0.017613422,0.0040332335,0.006373825,-0.0040024864,0.0014355613,0.0086444905,0.0012625626,0.006606973,-0.012449141,-0.0037496865,0.022044452,-0.011764714,-0.021238051,0.018830696,-0.018992105,0.005502889,0.015607949,0.016792262,0.001851321,-0.0054042884,-0.014700686,-0.014812792,0.0019172622,-0.0014999242,0.016148876,-0.0018412984,0.0072599533,0.005149912,0.004108115,0.00084951695,-0.000119699165,-0.0024173397,8.441771e-05,-0.010380749,-0.00047303792,-0.0034680183,0.0038441468,0.0017784333,-0.008406169,0.00393181,0.00977308,0.016179185,0.010791697,-0.01113361,-0.0056968527,-1.2262847e-06,0.026665127,-0.008054623,-0.011024503,0.0030311423,0.008272211,-0.0069133365,0.019168297,-0.0023510933,-0.013513228,0.025239155,-0.02517233,0.0112773245,0.0037371165,0.0037150788,0.0061539477,0.012000556,0.018869817,0.00091488694,0.030286852,-0.012180772,0.00419272,-0.013535422,0.0066050957,0.0068819216,0.014914256,-0.016483424,0.0015800158,-0.0011323687,0.017887168,-0.018153135,-0.012208783,-0.012258583,0.013380867,-0.009838918,0.0006301727,-0.016439838,0.0016057759,0.007279464,0.0016762915,0.019077873,0.014134522,0.012116179,-0.016436089,-0.01893835,-0.0074595376,0.006339249,0.0047579794,0.0034303365,0.016365541,0.006901875,0.0031931885,-0.0074210176,0.0012678395,0.0125512285,0.005310904,0.007963516,-0.009816228,-0.0043440117,-0.00097595685,-0.006145677,0.0023116057,-0.011326126,0.00435728,0.0056018354,0.07081562,0.012063702,-0.0024616052,0.022094553,0.008524044,0.0051039644,-0.0051586526,-0.009027057,0.0044602198,0.010692261,-0.00912256,-0.019018374,-0.00041783226,0.009686955,-0.008177193,0.009145994,0.012842743,-0.013867671,0.00331705,-0.0075370222,0.021403996,0.015761483,0.012358764,-0.004881474,0.0008294168,0.00443242,-0.003312681,-0.008216221,0.013985241,-0.017853409,0.0033879573,0.0045110397,-0.00456872,0.01732744,-0.016262725,-0.016769981,0.0056655263,0.02013819,0.020033255,0.005553242,0.017858868,0.016785154,0.0017415738,-0.005227063,-0.006311505,0.013703337,-0.002257982,0.0033991595,-0.007814683,0.012863444,-0.008559908,-0.010402963,-0.009027406,-0.0031093063,-0.0013598572,-0.002335661,-0.005324744,-0.019210765,0.014173723,-0.0027838266,0.006851576,0.015135392,-0.0108647,-0.005777257,0.010598668,-0.01025636,0.0061852057,-0.0041170223,0.0009927829,-0.0030863085,-0.013985767,-0.016790364,0.0006783174,0.011636327,0.014856022,-0.009803335,-0.003373955,-0.018709531,0.0039023259,0.0014843475,-0.0008336977,-0.008754427,-0.0021362803,0.0014823813,0.013001844,0.010348593,-0.005584109,0.034666363,0.004516364,-0.0018910168,0.016388958,-0.006080295,0.011986961,0.0023986495,-0.00029305916,-0.006863109,0.06993216,0.007587684,-0.000605391,-0.017846938,0.005406491,0.016183192,-0.010207827,0.018433943,0.008768381,-0.0028916455,-0.0060835937,0.019847179,0.013270707,0.0010362585,0.005419604,0.010992814,0.0103529105,-0.008632794,-0.008546211,-0.0016308761,-0.023741664,0.0040626484,-0.012378128,0.004266141,0.0015091193,0.015375613,-0.0068724714,0.0025814467,-0.0018969924,-0.0018451503,-0.00025001777,-0.0034061717,-0.008031829,0.00031175558,0.008413873,-0.016546622,-0.0035434968,0.004168675,0.0069656144,0.012368314,-0.00083818665,0.03208844,-0.005297255,0.0015842855,-0.020732947,-0.009504789,-0.01897263,-0.006809558,0.008141362,-0.01533542,-0.0027626108,0.0008526972,0.020414382,0.009646575,0.0042580063,-0.014515843,-0.01574609,-0.008046604,-0.0062060617,-0.0028655087,0.0022297418,0.0023504104,-0.025018333,0.0073503926,-0.0007979112,0.0027321714,-0.008367079,-0.0043584662,0.00025769437,0.0011591027,-0.0011244811,0.002259092,-0.007838958,0.027850606,-0.0145468265,-0.00069518515,0.0012899148,0.0050837793,-0.012321516,0.00071256445,0.0048890635,-0.0018635738,0.013054075,0.016088266,-0.0032878872,-0.0074095153,-0.014708816,-0.019160712,-0.021508202,-0.008029751,0.004326165,-0.007672379,0.015227678,-0.010756891,0.0030246142,-0.0010113479,-0.010890383,0.010334935,0.011855038,0.00677289,0.0006230576,0.00413055,0.010107468,0.007866103,0.006063233,-0.0026356976,-0.01075259,-0.002047701,0.022363974,0.01122179,0.0070651374,0.009816942,0.0012389495,-0.00430835,-0.013513552,-0.026420807,0.0067593246,0.0011705884,0.0058029057,-0.010120354,0.0050665354,0.003493515,-0.0056399866,-0.0044413134,-0.014493209,0.0020113657,0.017838337,-0.021287998,0.01425912,-0.0052583027,-0.00054771826,-2.641086e-05,0.013623892,-0.005272248,-0.0041766665,0.0066710413,0.010172692,-0.0020090113,-0.003988464,-0.0014065562,0.02088669,0.007843145,-0.016138325,-0.0009821443,-0.0013431627,-0.0136855785,-0.004285057,0.0072628134,-0.00030932072,0.014484011,-0.017485783,0.013451657,-0.019377794,-0.006205991,-0.013668266,0.00095672684,0.00093158946,-0.02589435,0.00186289,-0.006741044,0.0045471718,-0.050932076,0.011199761,0.0033943423,0.00028634164,-0.0018580602,-0.008893864,-0.030216334,0.0007926836,-0.0046128994,0.0116278,0.010698857,-0.01724262,-0.0109322,0.007074531,-0.0015959021,-0.0145592885,-0.0048874808,0.012893792,0.0011128811,-0.014719312,-0.022874122,-0.0025310451,0.0074765338,0.017708508,-0.003381607,0.003600114,0.010058984,-0.009657058,0.004263984,-0.012429668,-0.010222062,0.005425284,0.01663738,-0.01292265,0.0018237474,0.005961812,-0.006862374,0.00017751429,0.005944359,-0.011449683,0.016273605,0.009603366,-0.0032913077,0.008109007,0.0030927067,0.005134267,-0.009106471,-0.0048013325,0.0030389572,-0.013406582,0.023111157,0.0192047,-0.009239325,0.012458839,-0.0082021495,0.008433982,0.021255888,0.0053274534,0.0015538459,0.003160452,-0.0037785962,-0.0079964725,-0.00012523113,0.012622513,-0.026527097,0.012895246,-0.028277026,-0.008633451,-0.006750056,0.0045721796,-0.005244552,-0.005540213,-0.016774049,-0.004601028,0.0034445818,0.0096670715,0.026441148,0.0076877438,0.00015490742,0.0045180176,0.0027254377,0.01095241,0.013683511,-0.00069817196,0.00010922743,-0.006716758,0.0021092372,-0.011088586,-0.011012788,0.014659175,0.0066588013,0.0053171776,-0.0030636159,0.007963046,-0.010803396,-0.0016537323,-0.0149503555,0.005775278,-0.013098256,0.009471136,-0.009874912,0.005320327,0.026792748,0.0003049448,-0.016248573,0.0084580835,-0.010254132,0.00064101414,0.0057010096,0.0034272429,-0.01145035,-0.0055948542,-0.017399548,-0.00078483054,0.01068618,0.0007066134,-0.008277125,-0.0069229375,0.0011012886,-0.011145137,-0.008112525,0.010128249,-0.004546892,0.0027197928,0.0064610774,-0.016314846,-0.0043104505,-0.0068163103,0.01044307,-0.006825221,-0.010333373,0.019090397,0.029347274,-0.009867558,-0.019376758,0.014073577,0.006716083,0.0058590495,-0.006370744,0.018746538,-0.005963043,-0.008723077,-0.011053819,-0.012986908,-0.006225385,-0.015534485,0.002066904,0.0004772064,-0.00988225,0.010239385,-0.015634911,-0.011740655,-0.0012314391,0.014046569,0.009374586,0.016940502,0.0072840103,-0.0012319728,0.005716983,0.00055920123,-0.0069849766,0.011344553,-0.0026527948,0.003651803,0.008060166,-0.0032027669,0.0106252255,0.0013130885,0.0011151201,-0.016447257,-0.01910547,0.000927774,0.0058736242,0.012429783,-0.019616755,-0.0016821113,0.0023743252,-0.015777236,0.0016929405,0.0016468026,-0.00062262436,0.00474595,-0.0005996238,0.0057049184,-0.0018243714,-0.013046316,0.009600329,0.0035474885,-0.0066198837,0.020106174,0.009186245,0.009944476,-0.010933172,0.0020052136,0.010766219,0.011546136,-0.0007228959,-0.0040041623,0.007653191,0.0031187474,-0.002232682,-0.0021343285,0.004691524,-0.008734119,0.01957087,-0.08961415,0.0059276787,-0.010500421,-0.0045750225,-0.019571934,0.016729522,0.0028854667,-0.010395099,-0.00040487043,0.02073972,-0.0010492157,0.010008642,-0.006902132,-0.007137242,-0.0050440594,-0.002175704,-0.009463575,-0.0066486816,-0.00241672,0.016720653,0.010308969,-0.015134851,0.022579795,0.014647274,-0.0019442394,-0.0063110655,-0.047276463,-0.008131497,-0.012152278,0.00974859,-0.008955275,-0.01125812,0.010927024,0.021079553,0.0061800843,-0.0022432518,0.0019279928,-0.004208615,-0.12773989,-0.006152489,-0.0061109676,0.0077872854,-0.0010354493,-0.01512549,0.010111031,-0.011309264,0.023164608,-0.0032831533,0.0041394867,0.018420432,0.0038138058,-0.008007496,0.0034748535,-0.017986644,-0.0028920474,0.024378257,-0.007823065,0.0073224907,-0.013181982,0.0066057607,0.011857547,0.015035965,0.019586155,0.00019660706,0.0032107513,0.0077684135,0.0014767962,-0.006568982,0.008280499,0.003563832,-0.0042744917,0.0039277147,0.012815081,-0.0013444134,0.0025981679,0.0047858125,0.0069266227,-0.0044539426,0.0345998,0.008804556,-0.012203963,-0.0016937406,-0.003450584,0.003172259,-0.015193154,0.015837956,-0.004352554,-0.0069491584,-0.022008397,0.010978759,-0.0024634013,0.0029535375,0.003973963,0.005572986,0.0140271755,-0.0038332671,-0.006728068,0.001316374,0.014192976,-0.011325206,0.014609353,0.017355135,-0.0031940157,0.0084494045,0.015684891,0.009962963,-0.0019602128,0.0027318348,0.013880618,0.012538833,0.02232659,-0.01834433,0.0025925755,-0.0048592547,0.0005017659,0.0074020857,0.021559954,0.00044308818,-0.0038905565,0.016073659,-0.010838493,0.00911075,-0.0036683267,-0.020191249,-0.009972866,0.0035196308,-0.003099342,-0.02949744,-0.00019539703,0.0004198234,0.005015452,0.012625283,0.008597085,-0.010403311,0.0095423935,-0.007472767,-0.019159572,-0.008086005,-0.018029146,-0.022003826,0.00024371385,-0.014662122,-0.004512232,0.01473708,-0.012947592,-0.008899628,-0.014457133,-0.030999895,0.00769807,-0.0031358378,-0.009472993,0.005667032,-0.018827697,0.017965233,0.004461569,0.005818985,-0.0072494308,0.010550475,-0.0093648825,-0.0097799795,0.008224928,-0.026030593,0.0016671515,-0.017615033,0.020804968,-0.006523578,-0.0037020189,-0.0051176557,-0.004963518,-0.008647932,-0.00018160995,0.00228625,0.002730827,-0.018281559,0.01922058,-0.001981295,-0.004972708,0.009198928,-0.0002381582,-0.0048907897,0.005057575,-0.004464579,0.018118164,-0.0044979635,0.012772966,0.018978328,-0.011488395,0.009834097,0.014198637,0.014951813,0.006022868,0.0042431164,0.011681361,-0.020227646,-0.0009519499,0.005226107,-0.015637515,-0.009644933,-0.002215405,0.014880948,0.006137103,-0.00801423,-0.013427571,-0.010643417,0.0016498835,-0.026059015,-0.0006613214,0.0030401042,-0.009969769,-0.009488228,-0.004909835,0.0014300063,-0.014581601,-0.014209482,0.0013655496,-0.016037345,-0.004035634,0.00932037,0.003095474,0.0042492943,-0.0081464,0.013065963,0.006357556,-0.02101587,0.00048318287,-0.0012606882,-0.015506509,-0.0067259073,-0.013635093,0.0022513256,-0.024013283,0.009563337,-0.0184019,0.0033446157,-0.01526602,-0.0056726662,-0.0030794654,-0.0030257467,-0.0007216883,0.010298186,0.015264951,-0.16020322,-0.018541096,-0.013079985,-0.005023292,-0.0062692296,-0.027955418,0.005286658,0.011243833,0.02398122,-0.007975019,-0.0010335572,-0.022372045,-0.0007427832,0.013128151,0.0025059006,-0.02502534,0.028135259,0.008376898,0.009065512,-0.0061034043,-0.036455926,0.0018671623,-0.009388399,0.0054762387,-0.012271899,0.0071375994,0.028454373,-0.0028550485,-0.022112066,-0.0006811143,-0.0007446485,0.006717633,0.0028117779,-0.012771977,0.005177402,0.014814624,-0.006975451,-0.007295334,-0.008914073,0.025909591,0.040152375,-0.00077024783,-0.007827556,-0.004361838,-0.015704198,0.0005181312,-0.018123902,0.010841502,-0.0048466427,-0.024299355,-0.0069606807,-0.00059669523,-0.00092653744,0.007868147,0.0063836775,0.008318277,-0.0042963997,-0.024669038,0.003742156,-0.0020684463,0.016635975,0.0039856983,0.026887678,0.006282323,-0.022555267,-0.0050442,-0.014673407,0.14550568,-0.024405967,0.023195948,0.008141092,-0.002938647,0.0089495815,0.011475767,-0.02457014,0.011484938,-0.019344056,0.009775197,-0.017611168,0.013060338,-0.0021212553,0.0048050587,0.005985756,-0.0027471501,0.008562784,-0.012102423,-0.011290668,0.0009769407,0.012276938,0.0006296258,-0.018934643,-0.007414213,-0.008143595,0.029460706,0.00081764965,-0.013440274,0.014122499,0.008805582,-0.029885462,-0.023943534,-0.024179704,0.025188053,-0.022215562,0.005216258,-0.0033141559,0.006808235,0.020579277,0.0022039276,-0.004070138,-0.0015990278,-0.029471068,0.001693333,-0.019887941,0.015288362,0.0061219004,-0.020123187,0.008254539,-0.033902474,0.0003561284,-0.011192737,0.014721456,-0.016185772,-0.01198662,0.017824348,-0.0056157485,-0.0018110212,-0.02767265,0.028179288,-0.009178806,-0.011213502,-0.0064041964,-0.013630658,-0.008591057,0.012491462,0.0021765146,-0.0006870144,-0.10231422,-0.011158424,-0.020714488,0.009919659,-0.008772141,-0.015246027,0.01439918,0.01017323,-0.014975205,-0.023085264,0.00469875,0.016237326,0.0032794809,-0.01433634,0.02303912,-0.008669605,-0.012911997,0.0019780307,-0.0025127768,0.015697185,-0.020315431,0.003911243,0.004529518,-0.0122174015,-0.017065944,0.017789613,0.013101018,0.017100599,0.025752977,-0.019269563,-0.0053603114,0.031231623,-0.006380805,0.026760316,-0.011207352,0.0043678298,0.012610279,0.00068094843,-0.02314668,-0.018076839,0.00127216,-0.00046142607,0.023269763,0.013174657,0.008130969,-0.013276721,0.021183765,0.0086442465,-0.04024042,0.005387014,-0.020954013,-0.022780992,0.018819172,0.0020266406,-0.0036324407,0.028304618,0.027821485,-0.02137803,0.032941524,-0.0019500318,0.004318304,-0.02432252,-0.01704211,-0.015100532,-0.018117478,-0.008238442,-0.0017681542,-0.0194421,0.014299633,-0.025661007,-0.009594621,-0.02276294,0.026101008,-0.020864619,-0.006015511,-0.016761702,-1.0066679e-05,-0.004787258,0.010939004,-0.00377604,-0.011409151,-0.0030248528,0.017496478,-0.021187093,0.035291884,0.010658851,-0.019284237,-0.008959446,-0.005257933,-0.015457049,0.0063425405,0.011216447,-0.029825497,-0.0064842515,-0.0007046688,-0.008316334,-0.028765205,0.0017641381,-0.0058755856,-0.03335353,-0.0024847188,0.016968202,-0.008490849,0.015091648,0.008660636,-0.013636229,0.016173365,-0.015501366,-0.011931706,0.008954249,-0.01797455,-0.0042919754,-0.0012640273,0.0101843085,-0.0060240524,0.021739399,0.008665915,0.005014448,0.0055922507,-0.013697776,0.011572919,0.0198387,-0.0030516128,-0.0006391974,-0.017751303,0.0034091708,0.009488273,0.0130027635,0.009411707,-0.005736552,0.0018374411,0.0075250524,0.01229428,0.01686672,-0.0045286706,-0.02413657,0.003542367,-0.015306671,0.011717349,0.014042903,-0.012470867,0.008719089,0.009525246,0.031002728,0.01093733,-0.008323435,0.02705037,0.011503071,0.0016348519,-0.0006987505,-0.0017579342,0.00838828,-0.015513142,-0.027578915,0.0068856725,0.0052778684,0.024925765,-0.0018944487,-0.020412462,-0.030263009,0.014228839,0.026791729,-0.005695727,0.015680533,-0.003782892,0.013516585,0.0061540115,0.0043083774,-0.020979067,-0.014161827,-0.0018918244,-0.0034091726,0.012593618,-0.007836738,-0.012408813,-0.001422668,-0.0054822015,0.005758195,-0.00014431699,-0.07828902,-0.002716172,-0.0024674518,-0.026569678,-0.033251576,0.018856062,-0.008100905,-0.02344076,-0.016909942,0.00015253022,0.0006968038,-0.013582394,0.006104939,-0.0052403747,-0.010623065,0.0023921148,-0.008247574,-0.007866925,0.027874345,0.0010994547,0.0096413605,-0.012075176,-0.007251479,-0.0022487785,-0.008935572,-0.0072743692,-0.006393886,0.012226588,0.012751432,0.015061568,-0.010724749,0.034369852,0.013728684,-0.012885294,0.0038650262,-0.02270177,-0.0104950275,-0.014690551,0.0140006365,-0.038223185,-0.0044695283,0.0062869736,-0.07012678,0.0074451007,0.0075522023,0.018943928,0.0055679698,0.018974395,0.00283278,-0.015647141,-0.011482821,-0.010095458,-0.011084372,0.0040185414,0.003489928,-0.015340614,-0.014002382,-0.023195317,0.021238744,-0.010137217,-0.023208657,-0.025274456,-0.013674652,0.005186922,0.019561596,0.00061208714,0.0007787743,0.010105119,0.0005697124,0.013414682,0.0087627005,0.010577089,0.019150332,-0.0038880284,-0.017171927,-0.008861669,0.0012729466,-0.018676111,0.026889645,0.021576038,0.00050881953,0.017398322,-0.012937986,0.009376747,-0.009538301,-0.007985804,0.002228524,-0.09563902,0.0010522956,0.00041807932,-0.0066121826,0.024360621,0.030452264,-0.0023265798,0.040039215,0.011967958,-0.009231207,0.007087301,0.0039459965,0.007349494,-0.0077335127,0.0004589928,-0.0006207306,0.008937968,-0.00063585176,0.022723304,0.021312507,0.0015845324,-0.0068802773,-0.004163594,0.014884197,-0.0037807557,-0.09494876,0.0033402287,0.009061222,-0.020731973,0.015001836,-0.002262289,-0.00010873895,-0.0014396156,0.0194623,-0.0064650183,-0.008161625,-0.028728487,-0.012941397,-0.017919756,-0.00020301179,0.01923768,-0.023444109,-0.011446641,-0.019639447,0.0025427125,0.0074442197,-0.03342764,0.007067087,-0.019527918,-0.00085660524,0.021855582,-0.008972187,0.017640254,0.0074354536,0.009255794,-0.01360558,-0.0047788415,-0.0045997906,0.0018905795,0.0003063853,-0.004689177,0.014619786,0.0008960108,0.000726071,-0.027006472,-0.011371223,-0.013973089,-0.01303834,-0.025724448,-0.016672835,-0.008145303,0.0055700266,0.007586761,-0.00931574,0.0087947985,0.02343654,-0.02161846,0.0028083583,-0.04205488,0.0041105454,0.018457217,0.008150976,0.03225064,0.0072120037,0.00046942607,-0.012879261,-0.008146721,-0.0004208121,0.0034375454,-0.014404229,-0.007433481,0.0007403564,-0.009719669,0.017646702,0.016169459,-0.0022203566,0.008942818,-0.009351672,0.011307774,-0.011235206,0.020552268,0.016727794,0.013849546,-0.00411023,0.016758803,-0.030458253,0.0020083417,-0.023721755,0.02240427,-0.008922095,-3.1726853e-05,0.0054284697,0.0050606336,0.011293277,-0.0070540574,0.015399244,0.0050016437,0.0012079482,-0.010362582,-0.018215341,-0.012999297,-0.028123273,-0.016171047,-0.013388593,0.022882583,-0.017884068,-0.014629184,0.0050081024,0.00088453904,0.0107859615,0.01318795,-0.008190428,0.0022165629,0.006564971,0.0065655047,-0.0053262105,-0.025712492,-0.006736784,0.0040960843,0.020314204,-0.015777444,0.010461164,0.0031888457,-0.00721131,-0.00034224518,-0.009259875,0.016075104,0.006063528,-0.017373098,-0.014404089,0.008667073,0.01182008,-0.0134783555,-0.00605187,-0.0091486955,-0.0021216467,-0.0035680295,-0.0007472451,-0.006078783,-0.001255577,-0.010963918,-0.0053498,-0.0043736105,-0.0062334556,-0.032478403,-0.0001836283,0.008813634,-0.0075422195,0.016152365,-0.010660123,0.0064291335,-0.013559958,-0.0007291211,-0.006650256,0.062285833,-0.02160924,-0.012137508,-0.0047319923,0.007368715,-0.021716202,-0.00066608936,0.003734055,0.022138175,0.004099575,-0.005496738,0.008636104,0.004409925,-0.00896099,0.0064054504,-0.009918504,-0.0034076108,0.032694295,0.003599982,0.002007188,0.005239473,-0.0032351033,-0.022364527,-0.0051336717,0.012977363,-0.0036182264,-0.012402443,0.018446714,-0.00018531199,-0.0044417405,0.00803592,-0.005333476,0.0008001203,-0.0059716273,-0.02350281,0.0012653844,-6.3082634e-06,-0.016620867,-0.004798421,0.016802264,-0.025488667,0.0062568407,0.0026415524,0.0087817805,0.0045304415,0.00155642,0.003382329,0.019525232,-0.037013803,0.00881373,-0.012921734,-0.018304652,0.004106713,-0.014090413,-0.0037433435,-0.020614054,-0.025025448,-0.0018006793,0.0031212626,-0.01153763,-0.009675362,-0.020733492,-0.010672465,-0.038357064,0.013532254,0.020561457,-0.012104939,0.0035001559,-0.0003679859,0.010412662,0.0058525195,-0.0033240991,-0.0023228673,0.021287113,-0.012714729,-0.0037366473,0.0048201964,0.0073908563,-0.026980989,-0.011916598,0.0063111912,-0.0057683024,-0.0008391166,-0.0017649479,-0.004010994,-0.007670578,0.015137609,-0.003676095,-0.0075229867,0.013857573,-0.008749662,-0.015242493,0.0116053885,-0.008139108,-0.018890036,-0.018141333,0.013886191,0.0067831636,0.0017605756,-0.019263139,-0.02774709,0.0018318676,0.0013432613,-0.010743044,0.01378682,-0.014954994,0.022909058,-0.025558643,-0.0020738167,-0.026739135,-0.00042447503,-0.00886748,-0.0024855635,0.00949161,-0.022642609,-0.027096864,0.008897938,-0.0125650605,-0.016434936,0.01852019,0.004284136,0.009649229,-0.0031068653,0.007949987,-0.0035229414,0.0067892116,0.031682715,-0.014427623,0.02036881,0.00374465,-0.0036692137,-0.018198961,0.04545872,-0.017954512,0.023925073,-0.0014711154,-0.016423266,0.019327937,0.008130455,0.015459458,-0.016732734,0.0041918564,-0.019891776,-0.027164433,-0.0007805339,-0.00030333232,-0.0047338363,-0.020608028,0.015927121,0.003393142,0.019927645,0.008764093,0.0029190583,0.0019918247,0.00066893647,0.005603086,0.020067038,0.013404039,0.02158051,0.017317684,0.020170197,0.0054721427,-0.0050289663,0.001463606,-0.033787556,-0.0071796654,-0.0013316362,-0.005462688,0.0071884426,0.00011055856,-0.013957145,-0.011994217,-0.00960273,-0.017631998,0.015953206,-0.0028928972,-0.014223945,-0.003178563,-0.017186033,-0.00094650395,-0.02130974,0.024718236,0.005787932,0.001300763,0.0065555554,0.001115574,-0.0060289945,-0.012584672,-0.00043851545,-0.002338852,-0.016476916,0.012061688,-0.007841671,-0.020013193,0.018739585,0.0010434558,-0.018821286,0.004371399,0.027065,0.0056565446,0.0090645235,-0.01364427,-0.021971868,-0.004886083,0.015541484,-0.013794652,-0.012767256,0.029146217,0.010551611,0.0021684887,-0.0050573703,0.015683446,0.0003900086,0.000943852,-0.021018839,-0.017882824,0.004589797,0.0066891266,0.0016032591,-0.008367528,-0.00041025743,0.003168338,-0.008946686,-0.0065873535,-0.004068746,0.006977476,0.012521423,-0.023103386,0.012176134,-0.008576564,0.006558489,0.010444175,0.01022485,-0.01800186,0.01777879,-0.0028849875,-0.008690311,-0.0022056529,-0.014745998,0.014423887,-0.02126906,-0.0015511173,0.00050154625,0.0070907003,0.0011396839,-0.008494089,-0.011855199,0.0036417085,-0.010394051,-0.003912922,-0.00024074412,0.017250659,0.016446637,0.015031573,0.00012334195,0.020950854,-0.0074031083,0.022006914,-0.022294099,-0.003524607,0.008530536,-0.01378775,0.022682678,0.0139166545,0.0028350647,0.03625742,-0.0039825113,0.0015296668,0.009521036,-0.008605475,0.013137687,-0.014207212,0.007028921,0.022218693,-0.0143014435,-0.013882451,-0.017869564,-0.03048847,0.004437993,-0.015260624,-0.009759556,0.0040201377,-0.017598787,-0.0045690774,-0.0025189265,-0.008534794,0.022128424,-0.0075752605,0.010869926,-0.022044089,-0.006739756,-0.023796715,-0.02591736,0.0024289957,0.023682807,-0.015441902,-0.011364615,0.0016850233,-0.0677324,-0.006690975,-0.01888395,-0.005319013,0.012030938,0.0077616223,-0.0067200325,-0.011332725,-0.039294913,-0.017495455,0.041709423,0.022823686,0.023074783,-0.0021592001,-0.011725455,-0.016388098,0.0014557895,0.016918212,0.0011597876,-0.011479235,-0.0062533966,-0.016484866,-0.015345651,0.004174008,-0.0009851704,0.014296201,0.009703222,-0.0011790319,0.016100155,-0.00012594897,-0.0043184655,-0.00014686747,-0.0009316262,0.008201836,-0.012730128,0.0043904013,-0.016697012,-0.016921569,-0.001689206,-0.01971676,0.008738443,-0.011505182,-0.0003611078,0.0006584785,0.003369431,3.747335e-05,-0.0011522193,0.011967551,-0.010407942,-0.012300438,-0.003099321,0.00059523655,0.014651092,-0.0055053253,0.0068309074,0.01273696,-0.019933127,-0.0035450319,-0.0017115326,0.0123124765,3.991078e-05,0.012089766,0.004880287,-0.0058155227,0.009452743,-0.003923233,-0.01772865,0.009961114,-0.020332769,0.014915927,-0.017037597,-0.008467071,0.01587855,0.0024148447,0.038177915,0.005198092,-0.024171056,0.0049794517,0.002675632,-0.022107083,-0.014441072,-0.012874915,-0.02154093,-0.0123154605,0.0117632905,-0.01912928,0.028550066,0.009076902,0.007292348,0.0048317024,-0.01800944,0.017425992,-0.02156289,-0.024954425,0.00032343442,-0.009426235,-0.020719646,-0.002318558,0.0010289169,-0.009669919,0.00047078636,0.014541678,0.01606102,-0.0013300442,0.015532306,0.024197968,0.011490536,0.03235856,0.015702998,-0.024965344,0.022242844,0.0035412149,0.001113587,0.0067295516,-0.0076522366,0.012962579,0.00016618524,-0.0064717685,-0.025879493,-0.0010057596,0.011536285,0.0057043657,0.005129178,-0.0041193827,-0.0048019,-0.011797204,-0.00053119415,-0.001734314,-0.018132059,-0.0322011,-0.018017549,-0.010341761,-0.00962498,3.8112423e-06,0.021670775,-0.00223344,0.019282766,-0.005411633,-0.011599739,0.007058212,-0.024287535,0.0009714017,0.0014542061,-0.007819352,0.016058631,0.007816715,0.018461706,-0.02585364,0.00874462,0.01693299,-0.017116873,-0.017208653,0.020699836,-0.017577015,0.026871758,0.013240981,0.018269606,-0.016553167,-0.002796305,0.0060780672,-0.018404014,0.0054477844,0.02926061,-0.0053610997,0.016642394,0.00934775,0.00065966835,0.0053064516,0.01816534,-0.015330843,-0.020029953,0.00039873866,-0.00092201785,0.012190417,0.0037937104,0.0031509015,0.006099883,0.011941099,0.002333806,-0.009077658,-0.018641202,-0.0108830035,0.0063485173,-0.017833559,0.013372404,-0.0052405684,0.028013708,0.0031824769,-0.027385518,-0.0048998077,-0.030289881,0.0052018506,0.0005344069,-0.0011325793,-0.02416271,0.005987204,0.026345797,-0.006734586,0.00013064039,-0.004205171,-0.00020386571,0.035762437,0.009786476,0.019079091,0.0024662893,-0.014637524,0.012240577,-0.010025615,-0.013574403,-0.0024009976,-0.017892752,-0.0030025926,0.010839047,0.008315288,0.14051126,0.11516979,-0.009925242,0.009926229,0.0064181783,-0.0047369576,-0.022505686,-0.007831585,-0.0025211284,0.024092393,-0.004012072,0.018412191,-0.0056041824,-0.01732891,0.0027941966,-0.009357455,0.011214093,0.013936814,0.0046464633,0.006519536,0.005711019,-0.007839762,-0.013104275,0.009857752,-0.01531433,0.011420502,0.002525111,0.0064371033,-0.0030212689,0.007282682,-0.004462396,0.0132424,-0.02026861,0.005251771,0.037186418,-0.037872173,-0.0141161755,0.0207928,0.0017236009,0.0036641192,-0.0066395197,-0.014521721,0.0020280094,0.01139385,-0.011192508,-0.00083069556,0.0035801076,0.024048744,0.011773398,0.003239996,-0.012416923,0.002315945,-0.010619992,-0.0014116704,0.008598563,0.024280047,0.01878647,0.020961167,-0.014955529,0.0077963867,0.031997856,0.0092709595,-0.010909085,-9.798745e-05,-0.01640771,0.010011435,-0.012878054,-0.0015126605,-0.0073246923,-0.00754216,0.0030573488,0.013267881,-0.0055987756,0.0038358846,-0.011804513,-0.009593746,0.005961836,-0.008653831,0.017076494,-0.026447942,-0.0051376573,0.012906608,-0.009410146,0.02168969,-0.005498785,-0.023258138,0.0117472755,0.014740004,0.1275142,-0.007655868,-0.005423471,-0.0060049347,0.010598191,0.0047933576,0.003869956,0.07236949,-0.0022292237,0.0015993718,0.02559126,-0.0039883913,0.0004919772,-0.022696363,0.019865291,0.012280024,0.0029841359,0.042036116,0.024547989,0.0021755192,0.0021393336,0.015385509,0.006060856,0.025202323,0.0010952086,-0.009608607,0.0046003126,-0.0040770257,-0.010017089,-0.00867245,-0.10301157,0.0324382,-0.005005723,-0.01650134,0.0009889185,0.027130768,0.02410045,0.003318159,-0.0078039477,0.013687553,-0.028758094,-0.010886486,-0.0026292007,-0.0048489086,-0.003743082,0.010323608,0.032441538,0.0045450516,-0.005448913,-0.005278511,0.012257016,0.0019546652,-0.017862579,-0.0085078785,-0.008427317,-0.0053016464,0.01954282,0.009349206,-0.016581668,0.030842949,-0.013011695,-0.00016235854,0.011067492,0.0044493414,-0.012392652,0.01376891,0.0026452148,-0.013192128,0.021570705,-0.01403375,-0.0090374835,-0.015011508,0.023408322,-0.027353717,-0.01382294,-0.007113309,-0.01570072,-0.009232412,-0.0070469077,0.017763223,0.014359145,-0.001355935,-0.010788912,-0.011710714,0.002097582,-0.022844808,-0.00488219,-0.021851415,-0.015567244,0.020929081,0.014799541,0.0042842743,-0.0058631888,0.012307313,0.00063165947,-0.011855616,-0.0004685818,0.025001992,-0.01576541,-0.0002887583,-0.005278545,-0.0009994094,0.022034852,0.0068025575,0.013190249,-0.016890867,-0.014518751,-0.0007915733,-0.012629426,0.002797277,0.018015057,-0.0117848,-0.0058954,0.11282298,0.024878656,-0.032634154,-0.0031695464,-0.00045786897,-0.015135765,0.0057220096,-0.006788284,0.0026477505,0.01381217,-0.008548797,-0.009226369,0.012981615,0.008683646,-0.0051459945,-0.0012470516,0.011031254,-0.010072691,0.039399773,3.64107e-05,0.01174979,0.0067843297,0.0036327392,-0.032345437,0.01219532,0.023942485,-0.0034127766,-0.0055350023,0.00811779,-0.006911067,0.0010081427,-0.00988591,0.0020963675,-0.02424601,-0.0076405345,0.0027953195,-0.019988867,-0.0022227273,-0.008649214,-0.017971493,-0.018443245,0.023073034,0.010087635,0.0073834755,-0.02717159,0.18381207,0.0056857485,0.015243763,0.004901715,0.00089530955,-0.013276338,-0.00014073621,0.009130323,0.016064914,-0.0017523771,0.018114693,-0.014670616,-0.00036351127,-0.00899104,0.014110114,-0.027199976,-0.012845067,-0.01127458,-0.015352421,-0.0024884325,-0.013589534,-0.00027971272,-0.0012676182,-0.014091368,-0.014025758,0.017752996,0.0075259856,0.017591331,-0.006031233,0.003509023,0.010996934,-0.018268945,-0.002660344,-0.012896049,-0.015153331,-0.0029569315,-0.008979779,0.014248707,-0.008770577,0.010690919,-0.014341249,0.014667595,0.014970848,-0.017698318,-0.0113396365,-0.01721073,0.005504406,0.00372831,-0.04093444,0.008696056,0.00082112337,0.0050046043,0.001934539,0.020644385,-0.011150463,-0.011221485,0.010452842,0.013907306,-0.017485967,0.0020410006,-0.009384167,-0.008800779,0.00013090258,-0.008433596,0.00396539,-0.003984409,-0.026733348]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 123,
          "content": "Reason Why Mazda 3rd Generation \"Roadster\" is a Best Buy | Used Cars | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.019707197,0.0144106755,0.0014619904,-0.039934184,0.023420997,-0.005645159,0.001967276,0.0058705155,-0.0152207585,-0.00070378795,-0.0032603508,0.009814981,0.021471359,0.0074335886,0.12701064,-0.0007490369,0.011328883,0.02630762,-0.010999353,0.002518253,0.013000689,-0.00015884069,-0.015342235,0.0050574234,0.011091011,-0.00068206363,0.0185734,-0.0026334485,0.031458214,-0.017248586,0.036051262,0.019680785,0.023890134,0.020639563,0.0047148266,0.010251714,0.047799446,-0.023910282,0.0046252953,0.009201865,-0.01988596,0.016613653,-0.0069651003,-0.02375885,-0.007435073,-0.009106399,0.00030568626,-0.018029293,-0.009021659,0.03084338,0.0053913062,0.003276485,0.024455924,-0.16515489,0.0037926927,0.0070035504,-0.0037784881,0.005030215,0.010840927,0.009398086,0.0044291713,0.003478952,-0.0044556465,-0.019173762,-0.0021596185,-0.0064027426,0.011910863,-0.016694058,-0.034187987,-0.018502537,0.0037346447,0.019626541,-0.023821888,7.811391e-05,0.035853527,-0.015031741,-0.014673651,-0.0045574987,0.016531646,0.01109792,-0.009658848,0.00025288147,-0.012572464,0.010001428,0.029023783,0.024508545,0.016809842,0.0052756425,0.0013623984,0.0073911627,0.011445941,0.017520202,0.021206472,-0.024850601,-0.020428736,-0.013028457,-0.0035560268,-0.020456623,-0.01742406,-0.0042582476,0.0002736391,-0.020330636,0.047922507,-0.014181311,0.0049043014,-0.0019211939,-0.0016300568,-0.018136103,-0.014312061,0.039284684,-0.013661817,0.020137703,-0.016231932,0.020783026,-0.022544956,-0.113910995,0.00883016,-0.0101082595,-0.028591191,0.03253172,-0.0056759804,-0.018604564,0.013875387,0.013856257,-0.015037332,-0.0007819277,0.01026381,0.020827105,-0.021095319,0.014546311,-0.0064669973,-0.0048859995,0.013997833,-0.0034703077,0.016200906,0.020563772,-0.00027819318,-0.0038144952,-0.007978776,0.007561367,-0.01930582,-0.00528721,-0.032411627,0.017622292,-0.0032635843,-0.02104774,-0.009003029,0.0038996704,0.012659658,-0.018351521,0.03791397,-0.021835234,0.021932285,-0.0028174329,0.004003417,-0.02662888,0.011533928,0.028194645,0.0093417475,-0.0014558793,0.024056576,-0.011661642,-0.005607225,0.015207249,-0.0037726997,0.0057502794,0.020765228,0.014184975,-0.00043704465,-0.011466366,-0.0076098293,0.017280856,0.033028223,0.005302836,-0.015959201,0.0078665055,0.022255516,-0.024300879,0.011829174,-0.012023077,0.025237933,-0.014100973,-0.0016446988,0.018662201,-0.0010396305,-0.011571005,0.00032400875,-0.0057514557,-0.008635947,-0.0061383406,-0.006214896,0.00059376773,-0.016066657,-0.030973373,-0.010828858,-0.008808462,0.03281043,0.012051653,0.008646439,0.01632264,0.05228329,0.009188949,0.0115733845,-0.0049912124,0.008322207,-0.015012418,-0.003352565,-0.006970153,0.0029064373,0.036215227,-0.016302617,0.046429574,0.002941072,-0.037785273,-0.021738142,-0.022498904,-0.0026143622,-0.0061970893,-0.016900284,-0.007310086,0.0010990145,0.035349667,0.03301861,0.0007507208,0.0056360485,0.0046928814,0.0043568905,-0.002514832,-0.0080268,-0.022620792,0.004722172,0.0009462341,0.010848702,-0.009140475,0.002520478,-0.012432419,-0.005025566,-0.0045327237,-0.0011845233,0.0056910124,-0.002494286,-0.008081442,-0.0068811756,-0.0019041009,-0.015870862,0.0043934835,0.012449054,-0.0053436165,0.02399714,0.030194491,0.017456753,-0.005873483,0.023832424,0.0010904006,0.027545746,-0.023505908,0.0074070627,-0.0022596582,0.004262724,-0.019232823,0.00091352314,-0.018275138,0.006819364,-0.0084117595,-0.0015756177,0.017944794,-0.01063628,0.0035213467,-0.010940901,-0.026534226,0.025664125,0.015019603,-0.020777142,-0.0069907755,-0.01068194,-0.019805236,-0.047148667,0.034016512,-0.01384962,-0.023965118,-0.0082498565,0.006460948,0.00610034,-0.010740168,-0.011461979,0.0012513632,-0.029238328,0.0056783482,0.010801507,0.009052525,-0.012147996,0.029011462,-0.013625452,-0.006901706,0.025363633,0.009710025,-0.042919606,0.02307255,0.007262066,-0.008258694,-0.004102841,-0.00940971,0.025910698,0.055939745,0.014619046,0.032180186,0.0024035322,-0.014256234,-0.017118413,-0.009791233,-0.023884589,-0.004106628,0.00024929715,0.004554498,-0.0125582,-0.013104989,0.016138587,0.0038419405,0.011608095,-0.029907173,-0.0004444137,-0.005105487,-0.011017905,-0.0136722475,-0.015182742,0.02554466,0.019359665,0.00064943405,0.012807265,0.0017120498,0.017046517,0.0015434476,-0.018610973,-0.017841697,0.015215477,0.01734664,0.010141499,0.024687978,0.011353685,-0.023051467,-0.00859966,0.008063083,-0.020307386,-0.016281381,0.0047489507,-0.007963296,-0.004059576,0.016555483,-0.0051315413,-0.026176402,-0.009938968,0.010583811,0.031600613,-0.0013576987,-0.021371454,0.043583795,0.01826397,0.013168236,0.025902944,-0.011342875,0.0061278692,0.024686106,0.014000465,0.0096607385,0.0121618565,-0.021015434,-0.0022680731,-0.0014516951,0.012583228,-0.009163078,-0.046609454,0.010492284,0.021360587,0.0019538729,0.015732124,-0.013924753,0.011571068,0.0042880327,0.048857693,-0.0009331506,-0.027337033,0.04253478,0.022132788,-0.010268106,-0.004063059,0.022002311,-0.00852874,-0.0076238997,-0.012609028,-0.0006093483,-0.0070137335,0.0148290945,-0.004390776,0.022946332,-0.0049365712,0.01997626,0.010148523,0.0035385806,-0.014272733,-0.03624187,0.022365436,-0.015280008,0.035560388,0.0071859444,0.0044753854,0.0026330012,0.001903395,0.013688961,-0.011982268,-0.019740488,0.003462088,-0.027999394,-0.004431387,-0.023873514,-0.0015960084,-0.02468981,0.021834988,-0.008513437,-0.0057013324,0.013025666,-0.01681088,0.0059999274,-0.003915886,0.025951989,0.014475986,-0.011305911,-0.00922007,-0.009062138,-0.02031581,-0.0013465461,-0.019336727,0.02364626,-0.019522948,-0.03741724,-0.04326542,-0.022113744,-0.02055258,-0.0039334632,0.010644853,-0.048203018,-0.023270985,0.050581206,0.005287574,-0.009951724,0.03160631,0.029801074,0.020418745,-0.0032292805,0.0069336817,0.01678527,0.003560594,0.018436015,0.006923241,0.009383481,-0.019343762,-0.009685738,-0.01155167,0.019832313,0.004844419,0.006452316,-0.020701624,-0.002304162,0.035959702,0.008597941,0.034790874,0.006722512,-0.0030029435,0.00470345,-0.03782095,0.0030084057,0.036479227,-0.0014140876,-0.025107106,0.008616756,-0.00953879,-0.012851201,-0.01916104,-0.020202724,-0.01216538,0.009329653,0.031609043,-0.04722915,0.015931351,0.0021459337,0.04622105,-0.010075322,-0.026943147,-0.023857439,0.01470541,0.0069415756,0.00529354,-0.003085596,-0.02309788,0.032594044,-0.02164093,-0.007114718,-0.004007728,-0.018715655,-0.019392358,0.0054633305,0.0117937,0.0012341753,0.016153185,-0.0099001145,-0.0061350227,-0.022235906,-0.0061112624,-0.033256873,0.008154442,0.04327217,0.0044798297,-0.0124823265,0.035139732,-0.027269939,0.0030867034,0.0015440258,-0.0040566586,-0.014727105,-0.019152854,0.03275936,0.012146322,0.0018044405,0.005435512,-0.022586366,-0.011397957,0.01681719,0.037390117,-0.025484864,-0.018039826,0.012627935,0.02213277,0.0070657786,-0.014762942,0.008453693,-0.03152574,0.03944366,0.032327894,-0.024587754,0.016044457,-0.0003515802,0.01716493,-0.007809023,0.015152683,-0.013009743,0.02011237,-0.100081705,-0.0088567315,0.017330678,0.005696852,0.011007529,0.0068323994,0.028175976,0.007754225,-0.011075355,-0.015819361,0.004500748,0.0044152588,0.031335443,-0.018321157,-0.013264934,0.0013248613,0.0060430174,0.009281914,0.029168233,0.03462217,0.013191938,-0.0071000904,-0.00820769,-0.0037339053,-0.009528053,-0.02201912,-0.002287864,-0.0032782475,0.021261146,-0.02398041,-0.043591987,0.01598989,0.007957146,0.034541998,-0.010064797,0.011319055,-0.012753151,0.039149463,0.017849809,0.012240457,-0.0147855235,0.00043870296,0.005910831,-0.026828092,-0.025143566,0.00580813,0.0026010224,0.0025178182,-0.0180961,-0.008550766,0.006208588,0.019380515,0.011415155,-0.012811927,-0.013596813,-0.007819028,-0.025790935,0.015893616,0.020792529,-0.005802029,-0.0005971712,-0.0018396556,-0.008248404,0.025405282,-0.014683219,0.032801878,0.021663332,0.025305616,0.008841936,-0.0018597497,0.003311286,0.0055937665,-0.00285673,0.013625567,-0.007438621,-0.015468442,-0.0015653467,0.0029298412,-0.021617403,0.03137865,-0.028768284,-0.019248044,-0.112810254,0.002480261,-0.014624273,-0.008529225,0.008201538,-0.009003784,-0.0040354584,0.004874851,-0.004321897,-0.00029387177,0.0128117185,0.0053460314,-0.022501206,-0.017112093,0.0065918947,-0.017647061,0.005501196,-0.016456261,-0.009585649,-0.007639791,-0.015464171,-0.01972287,0.013022458,-0.0131904455,0.01542392,0.03218075,0.0006012196,0.02430473,0.018714676,0.00014118433,0.0077351495,-0.13394012,-0.006856385,0.016984146,-0.023891918,0.010582016,-0.0038948113,-0.03221424,-0.043622393,-0.013922425,0.012090297,-0.019183628,-0.0022896375,-0.0054558455,-0.016314827,0.027570188,0.09947014,0.017971741,-0.0025904395,0.030530434,0.0019548687,-0.009135614,-0.004491128,-0.002405792,-0.030518655,-0.013266836,-0.016240826,0.016676843,0.018292032,-0.031060582,-0.0038734803,0.05254677,0.014475702,-0.008472899,-0.028901083,-0.0055041593,-0.02281471,-0.017502178,0.0072335764,-0.01429945,-0.022036443,0.026752412,0.0044649495,-0.014635065,0.00208303,-0.0068713734,0.0005833603,-0.005901929,-0.018553631,-0.01827778,-0.024171509,-0.033270955,-0.09023695,-0.0051734373,0.029847747,0.008216534,0.012201551,0.016975077,-0.019311693,-0.014884152,-0.010628603,0.01031364,-0.0097919125,0.011376638,-0.0025658328,0.01194896,0.0069869347,-0.0005947083,0.0036274018,-0.006220887,0.027075734,-0.010948514,-0.021681983,-0.0030557276,0.00029468362,-0.0071157534,0.024858277,0.007896489,0.022774383,-0.01217422,-0.020157771,0.025771597,-0.006979723,0.0068407925,-0.009734719,0.018851075,0.022291008,-0.0121834045,-0.017651564,0.008574697,-0.007830614,0.0002684278,0.031668656,0.017889652,0.010053167,-0.0128975,0.027808977,0.018362304,0.003826768,-0.009196915,-0.031552915,-0.017742079,-0.0021007776,0.008804994,-0.0053301873,-0.0002025445,0.038064785,-0.017436666,0.042563118,-0.0051074508,-0.0032360316,0.0064649754,-0.010034581,0.012550846,0.0040944866,-0.017007217,0.0021640116,-0.0042700726,-0.028868593,-0.003755055,-0.010845282,-0.010214386,0.014764407,-0.0129324775,0.0053440724,0.015024511,0.0024688153,-0.0055375593,0.00035256715,0.007510312,-0.036480095,0.00522284,0.008658474,-0.010489266,-0.013016392,-0.0036979457,0.00699926,0.012213182,-0.0054798354,0.013170491,0.01193604,0.030824324,0.002708293,-0.006928052,0.0124455085,-0.0040061506,-0.009378224,-0.006393312,-0.0019984324,-0.027120313,0.0064220135,0.0026198293,-0.02475679,0.010441788,0.013360693,-0.021380285,-0.0044799973,-0.0035996847,-0.01986976,0.010443773,-0.013541838,0.0010602728,0.010314838,-0.0050073527,-0.0015197892,-0.011515644,-0.009086228,0.013695889,-0.011822623,0.016497724,0.009766623,0.003494392,-0.009674464,-0.02521512,0.0007916324,-0.0007326332,-0.010516174,0.0019470288,0.018119734,0.008196692,0.009236427,-0.008536253,-0.009923447,-0.008606265,0.013006442,0.007853837,0.016242124,-0.013279463,0.0045337663,-0.010566454,0.012842533,-0.021236591,-0.015981695,0.0070398967,-0.0123231,0.007760674,-0.014570356,-0.0041007823,0.017971614,0.009094544,-1.9130077e-05,-0.003547669,-0.0048481436,-0.013421213,-0.0019766106,-0.015505371,0.014352298,0.0077842255,0.009778474,0.002068362,-0.017689675,0.010506883,-0.00063224643,-0.020373598,-0.010902098,-0.0029304146,0.008909286,0.02609288,-0.0028841502,-0.0005553508,-0.0015757208,-0.0011592527,-0.008068147,0.008167851,0.007281832,0.004635986,-0.0050283778,0.008091485,-0.0024865135,0.004468314,-0.00029966744,0.010932735,-0.0048899837,0.01259707,-0.0074507426,0.0070485175,0.0014950738,0.0103417095,-0.008914703,0.016296288,0.013973379,0.01755321,-0.0112558715,0.00012170305,-0.014285133,-0.0114464145,-0.0035412563,0.004277109,0.0034620292,-0.003408433,0.0043512224,-0.002397553,0.0026097998,0.00869766,0.015290977,-0.0022920677,-0.00491587,-0.0076879663,-0.012406629,0.014452886,0.009696568,0.008166649,-0.009614235,-0.007813721,0.0062547354,0.010741201,0.002389075,0.014727715,0.00036728606,0.010474261,0.011338657,-0.029287573,0.0035286334,-0.0022544295,0.012934141,-0.0014314612,0.0023925768,-0.00037293014,0.006933603,0.024992017,-0.009345955,0.0015250673,-0.017702146,0.0024870688,-0.014045964,0.006189361,0.0081227515,0.0182922,0.016345797,-0.013319943,-0.017058067,0.022341797,0.011935806,-0.0063066003,0.014265611,0.012718856,-0.00044546483,-0.0021858306,0.021909155,0.010157716,-0.002595295,0.011128342,0.0023645198,-0.0049701463,-0.011322999,-0.0014767059,-1.3284584e-05,0.008180156,0.00024817188,0.005191993,0.0013459884,0.079463616,0.005919525,-0.0025068773,0.007070806,-0.0075789914,-0.0035785006,-0.011381718,-0.016039263,0.017853612,-0.001210085,-0.0043519875,-0.015181912,-0.037619438,-0.01515645,0.0017068025,0.007757149,0.0017293358,0.01023453,-0.0068627344,-0.007166283,0.0039389017,-0.0032047199,0.0059442637,-0.016831955,0.0032962232,0.0013901546,0.0010968749,-0.0019469202,-0.0077942405,-0.011725607,0.033500925,0.0024901056,0.014602517,0.0017998707,-0.0016235844,-0.0033131428,0.0068938243,0.024653126,0.031920545,0.0048674424,0.0113249505,-0.015993906,0.007987454,0.006217239,-0.004270319,0.0005076767,-0.020130066,0.0010448239,-0.009944391,0.004262331,0.0012729294,0.0012929062,0.005368965,0.0073056826,-0.0008699449,-0.0047699446,-0.007852003,-0.010613747,-0.019483518,-0.006238968,0.007345194,0.016940184,0.0096211145,-0.005737848,-0.009249462,-0.0047436957,0.0052115945,-0.020457176,0.0061487607,-7.834128e-05,-0.0009811023,-0.007839052,0.004588349,0.007477457,0.018279647,-0.003516065,-0.013053024,-0.0067290235,0.005716054,-0.006364244,0.0049229553,0.001455467,-0.0012786135,-0.0006338136,-0.0107471105,0.013905922,-0.0041804845,0.009625761,-0.01262476,-0.0037272975,0.010079381,0.0105088325,0.014732239,0.008812495,0.005610411,-0.002852321,0.047058698,0.009833536,-0.0072500654,-0.0048195743,0.021580184,-0.008168998,-0.020971697,0.0045836545,0.009179838,-0.0138333365,0.0042670174,0.02521996,0.004967933,-0.020481117,0.0008519687,0.0019208753,0.007771567,-0.00073975965,0.011756671,0.007984535,0.009914171,0.0125671225,-0.017958451,0.0019534691,-0.0051182467,0.01147471,0.0023911102,0.0129316915,0.006753964,0.00034865533,-0.009953037,-0.0070813936,-0.006039826,0.0030256645,0.007819617,-0.0018702234,-0.0026546628,-0.007910457,-0.0052383244,-0.0053821746,-0.00598738,0.011309898,-0.014309954,-0.010218089,-0.013363668,-0.0010337067,-0.005785919,-0.011014847,0.01441532,0.009102859,-0.009274716,-0.00299084,0.0026696436,-0.0003906342,0.008020863,-0.018565519,0.0050742365,-0.016911315,-0.012142772,0.008170109,-0.0035011023,0.0033848996,0.02274818,0.017045755,0.0075499373,-0.0020576515,-0.008163987,0.0005537062,-0.0021629462,-0.019070998,-0.007192548,-0.006015303,-0.0018954577,0.015400801,-0.022412641,-0.006373275,0.00033466052,0.023857305,-0.010513462,0.006899863,0.009479076,-0.024195828,0.007876233,0.007121392,0.012245567,0.00061612146,-0.009719295,-0.009376197,-0.00782389,-0.0076252786,-0.001007318,-0.011250866,0.026715495,-0.0005937461,-0.0053393133,0.011288047,-0.007544619,0.013084119,-0.011201549,0.0027678632,0.005255443,-0.012678507,0.018494304,-0.0092582395,0.0016465309,-0.0065641967,0.0005928409,-0.014663027,0.0038943754,0.003340327,-0.008133833,-0.011899343,-0.0070649846,0.009296962,-0.014400889,-0.02012825,-0.013067636,0.014516051,0.01464987,-0.010208776,0.0026319283,-0.020311955,0.007856163,0.010652481,-0.0063236947,-0.013235443,0.00995687,-0.014466896,-0.004452084,0.007842579,-0.019318992,0.010595451,0.00093100034,-0.01716763,0.0027024855,-0.0038169224,-0.00549093,0.0127309235,0.0042025284,0.0061891475,-0.01581047,-0.0057150973,-0.0045074043,-0.008739235,-0.0064536855,-0.0031337945,0.0008190843,-0.014932031,-0.021723136,-0.0010447105,-0.0020544839,-0.014899876,-0.019127939,0.0054241926,-0.007372713,-0.015750112,0.0007473023,0.008441072,-0.012492426,-0.0046136,0.0041196505,-0.04394817,0.007030515,-0.0038273353,0.0050924793,-0.00300027,-0.012144076,0.0046362425,-0.004657312,0.00060841907,0.005619233,-0.0048176264,0.00557613,-0.00541103,0.0046835975,0.016092755,0.007436462,-0.01423321,0.009486969,0.005814269,-0.018170564,-0.019882774,0.006110875,0.011713418,0.01694564,0.0037066618,0.023014143,0.010461168,0.0110228285,0.008670156,-0.017408852,-0.014123722,-0.005958187,-0.006063529,0.007767635,-0.009772194,-0.012649795,0.004776483,-0.005485018,-0.00928343,0.006967158,0.0101870475,0.00509767,-0.0070802905,-0.0024323275,-0.0045905327,-0.017595468,-0.008224245,-0.0012848144,0.0115559995,-0.016559513,-0.01744442,0.0046671666,-0.008742223,0.010841022,-0.011382467,0.01330605,0.014614743,0.010283589,0.006772948,-0.0011122993,-4.5981832e-07,-0.0036545524,0.011035215,-0.0071657514,-0.038399175,0.0026307823,-0.013058411,-0.012101818,-0.0109210415,0.009386804,-0.0024830592,0.0058765137,-0.015259802,0.0055690375,-0.011925605,-0.011032914,0.018991712,0.003946747,-0.006750651,0.0043382305,-0.0035700519,0.0035798245,0.019337725,-0.021125583,-0.0050342544,0.0017015474,-0.0038142756,-0.023841081,-0.019034173,0.013569234,0.0003346053,0.000674569,0.0065786713,0.01624454,0.007940741,0.0020094356,-0.013024833,0.0046122666,-0.012169223,0.013371245,0.004290357,0.008948406,0.0064029167,0.0050977524,-0.009495968,0.0040412126,-0.0057690633,0.01324597,-0.022357535,-0.001181496,-0.005008967,0.008128194,-0.004709926,-0.01296734,-0.0013188263,0.027184632,0.012533303,0.013914917,-0.01910994,-0.014074759,-0.00050064956,0.02010471,0.00053508347,-0.010542145,0.0041391505,-0.020627217,0.0014826604,-0.0041016033,-0.009958512,-0.011178169,0.008517408,0.004797,0.0041043833,0.0048909597,-0.0050403564,0.018938897,0.01733316,0.0077685122,-0.00074495294,0.023750989,0.008850699,-0.0057751015,-0.0016783911,-0.0077859154,0.00504647,-0.0023974979,-0.00085924804,-0.0010765973,0.017409107,0.014804424,0.011040829,0.0054702363,0.008806992,0.00877351,-0.016072702,0.010267364,-0.006739505,-0.012443009,-0.01686919,-0.011754946,0.0022802507,0.0044085113,-0.0051132436,0.0064685317,0.010371454,-0.011161565,-0.009787164,-0.0016460193,-0.012514365,-0.027338067,-0.020476798,0.006468392,-0.008647515,0.013700326,-0.017668523,0.0015111859,0.008264328,-0.016154747,-0.006987727,0.012652961,-0.0053997794,0.025461575,0.0033601795,-0.00038532988,-0.002578727,-0.007589605,-0.0011055556,0.012117606,-0.003932492,0.003198889,-0.0011328467,-0.0012416062,-0.006532298,0.00075333857,0.015159898,0.010066828,0.014542854,0.0009990181,-0.00811115,-0.0041065044,-0.0031795986,-0.0049504936,-0.014486407,-0.011869559,0.008486152,-0.08349471,-0.005415532,0.002350788,-0.002991792,-0.01564363,-0.005448646,-0.003952218,-0.012528592,-0.005616079,0.012845124,-0.011767196,-0.015269212,-0.0048361914,-0.0036409383,0.019262621,0.009373705,-0.01755643,0.010603228,0.00069294556,0.0153842,-0.009972198,0.0042915805,0.010181265,-0.011697512,0.015785536,-0.004798499,-0.013481057,-0.011760509,-0.009000524,-0.0025865934,-0.011212793,0.0019375084,-0.0003849725,-0.0016951318,-0.0042671375,-0.01083502,0.018545095,0.005037342,-0.13015707,-0.005027294,-0.0077418117,-0.0017319225,-0.010154955,-0.0064099664,0.0130461445,-0.0068622576,0.0075016376,-0.006827244,-0.0034405647,-0.013260199,-0.0014136939,-0.024018895,0.0035425473,-0.007759729,-0.014796728,-0.01077527,0.002327197,0.019293072,-0.009206536,0.006068914,0.021232815,-0.010226578,0.0060080234,0.006618412,-0.0008109496,0.008770859,-0.012181003,-0.010420148,0.0035170128,0.005112399,0.006925965,0.0028270916,0.0019620876,0.00560317,0.026742995,-0.017291393,0.0007226385,0.0016326366,0.021286123,0.017604178,-0.0027698698,0.011026576,-0.008281708,0.022213966,-0.0049312436,0.012986375,-0.0058716307,0.0032777141,-0.0373109,-0.0056103836,-0.0035271517,0.006440525,0.025743142,-0.007661077,0.009743443,0.002551614,-2.458705e-05,0.0029846113,-0.007821048,-0.002813828,0.009550509,0.007464699,0.014232872,0.009378861,0.009116659,0.0056491317,0.011850592,-0.0075481273,-0.0012863325,-0.0016368441,0.011292802,-0.019984104,-0.0032997963,-0.015473794,-0.015372454,0.0082239285,-0.0066187736,0.0055456273,0.008766829,0.005794624,0.0021440452,0.025057022,-0.010757606,-0.027809646,-0.014758097,0.013417364,0.004805654,-0.05477907,0.013721563,0.016343147,-0.016137548,0.023675367,0.011378285,0.008985159,0.004464246,-0.0019576014,-0.012002556,-0.017479757,0.0005704413,-0.0060953237,-1.36024555e-05,-0.012093701,-0.005628674,-0.0028925347,0.007641012,-0.0009843275,-0.008328232,0.0044472935,0.0044283452,-0.012149605,0.0060900915,0.0017442225,-0.026222134,-0.005230174,0.0016722037,-0.0022228498,-0.008763445,0.003049423,-0.007942361,0.00022275919,0.008831963,0.01214748,-0.0053594518,0.021050528,0.019163148,0.0006354977,-0.005637122,0.0099102305,-0.023720372,-0.0065424214,0.014365513,0.012610286,-0.015621164,-0.023677755,0.002369934,0.004099966,-0.010297969,-0.003889328,0.014990336,-0.009415531,0.020788535,0.0119513385,0.0066034775,-3.3501237e-05,-0.0054626423,0.017247466,-0.014168494,0.010192225,0.0009816042,-0.014417935,-0.0181838,-0.008221533,0.02308611,0.0009885039,-0.012876154,0.011240768,-0.019309318,0.024135694,-0.015629806,0.012889695,-0.0061077457,0.0033290735,-0.003129487,-0.017090077,0.010263823,-0.010949216,0.0029781356,0.0036284323,0.0026544833,-0.014524731,0.007407779,0.006706716,0.0014931646,-0.0046981694,-0.015904764,0.004604917,-0.01351645,0.053491935,0.0039464366,0.019940894,-0.0037714967,0.014401815,0.027394528,-0.003274861,0.007666432,0.037748225,0.0019143634,0.017434524,0.0025496779,-0.007508933,-0.024283865,0.0020086477,-0.030232562,0.00744288,-0.0127578275,-0.015686113,0.007760287,-0.003949817,-0.0122019835,0.010824915,0.0014976729,-0.16291873,-0.007988715,0.012557024,-0.017489782,-0.004391177,-0.011141026,0.010981634,-0.0017886643,0.014860735,-0.00017564537,-0.0061393245,-0.007312895,0.01814044,-0.0060506035,0.004439679,-0.023035122,0.018774651,0.0063711097,-0.010694766,0.009268693,2.1623386e-05,-0.015613979,0.003772248,0.026062602,-0.012623246,0.023928396,0.0009634362,0.00875602,-0.001058052,0.010377915,-0.0101962425,0.016714767,0.002902907,-0.0040830667,-0.007145307,-0.014983944,-0.021608938,-0.004655813,-0.006796078,0.042721614,-0.002890291,-0.023329908,-0.024641152,0.010302179,0.015759509,0.0106855845,-0.004546703,-0.018274333,-0.023264786,0.004047155,0.031041598,-0.0017567681,0.03767794,0.0060994565,0.016886745,-0.0015722481,-0.006743032,-0.0077332435,0.008304029,-0.007937062,0.008602754,0.020834986,0.0066299727,-0.006592383,-0.013287765,0.013546644,0.0045006005,0.14106889,-0.012749202,0.018432897,-0.0041409875,-0.011903634,0.010798482,-0.014320984,-0.0022228402,-0.012824375,-0.0219732,0.009622768,-0.017313633,0.011005198,0.003054252,0.00043902622,0.017181715,-0.011281246,0.004053146,-0.0064061703,-0.005035294,-0.02347643,-0.007689543,-0.003581891,-0.02235309,0.013936055,0.0017753708,-0.019597234,0.0037997342,0.0093413,0.0031698141,0.0138196135,-0.00984825,0.008668065,-0.012954733,0.037089787,0.0071330494,0.0015653039,-0.00083108136,-0.010658551,-0.021194812,0.0073159537,-0.011019632,-0.007735451,0.0005092912,-0.00500561,0.012422798,0.0057445485,0.01836915,0.011203533,0.00024585906,-0.0029260046,0.0031047228,-0.018783018,0.011325334,0.0021537838,0.0065321526,0.012663735,0.005939667,0.00956413,-0.0049924282,0.024090605,0.024727812,-0.013060132,-0.02412967,0.0212737,-4.5511726e-05,0.0063837133,-0.02483071,-0.0019087577,-0.11066441,-0.011753709,0.0065791258,-0.011546501,-0.016529595,-0.0036554353,0.010637415,-0.018298432,0.0063318554,0.015454774,-0.007542994,-0.0065681785,0.004451895,0.002367253,-0.0077475677,0.0073214723,-0.0038421378,0.011582459,-0.018696727,0.009026861,-0.0061732153,0.022009132,-0.0049612946,-0.033331234,-0.007833712,0.0072806417,-0.00053772324,-0.0035764726,0.019117706,-0.017678848,-0.0674373,0.01240206,-0.009343737,-0.004839168,-0.023568667,0.012810542,-0.0048724385,-0.004881523,0.023080284,-0.016367259,0.006547057,-0.0017433044,0.022599943,0.009000793,-0.024668943,-0.01598756,0.0052893967,-0.00017655554,-0.028846381,-0.0059289667,0.00058373995,0.003829516,0.002595961,-0.009985257,-0.015997702,0.0137013765,0.035700306,-0.023974558,-0.005819376,-0.0050118295,0.011897832,-0.0009973141,0.0048307125,-0.016836798,-0.0050192787,-0.012906001,0.02006117,-0.0076994323,0.012258211,-0.0007164853,-0.016450066,-0.01932108,-0.008356904,-0.0025387383,0.021726733,0.022556571,-0.01926627,-0.02108124,0.0067771743,-0.03187566,-0.016625812,-0.01833488,0.006385903,-0.01432951,0.02386276,-0.0017173601,-0.016116818,0.014513448,-0.008749811,-0.019642308,-0.010190646,0.0013786997,-0.026705101,-0.017939653,0.011236541,-0.016063947,-0.008129299,-0.0062454757,0.023307748,0.008564309,-0.022519428,0.007236709,-0.015688054,-0.0023315724,-0.0146296965,-0.008102116,-0.012241357,-0.031773247,0.035341337,0.0035003547,-0.0057623466,0.00054121454,0.007148859,-0.0029010149,-0.0072360337,0.011551351,0.0067118756,-0.011046573,0.006860912,-0.014105259,0.0018509062,0.0027526307,0.03133766,0.012790742,-0.00038783863,-0.0013642436,0.0120314825,0.010575632,0.0062356056,0.020968892,0.0010045682,0.0069304663,-0.016255874,-0.024305956,0.013000518,-0.0072553903,0.010558188,-0.018676553,0.0009937662,0.005559273,-0.01899099,0.0035783683,0.0022958082,0.013943434,0.010389751,0.0062644696,-0.009639501,0.010835251,-0.006517077,0.002965328,0.0126151685,-0.009994637,-0.0073052566,0.011452409,0.011537037,0.01363703,0.03655184,0.022553537,0.0043318085,-0.009197349,-0.0010300846,9.658799e-05,0.008422302,0.006998816,-0.006896122,0.012565592,-0.009577715,0.010215344,-0.027107,-0.014178575,0.00508783,0.013951146,-0.0013384175,-0.028432472,-0.004750812,-0.019431276,-0.0045321556,0.01021617,0.013327321,-0.048445888,0.0043728976,0.007896713,-0.0020708446,-0.0038093727,-0.00462595,0.0074733114,-0.028271213,-0.020820562,0.02075564,0.008357163,-0.007612765,-0.021054307,-0.012005928,0.014483597,-0.009909646,0.0013206401,0.00026153194,0.005315061,-0.009093053,-0.0033504723,-0.0011214406,-0.0058984724,-0.014775058,0.013153503,6.383569e-05,0.009128659,0.023751233,0.0023358213,-0.00823906,0.009499081,0.0014152133,-0.0034196489,-0.0017583558,-0.01125108,0.00058618066,0.005106328,-0.011062667,0.010175923,-0.03898611,0.004182663,-0.003349517,-0.068598464,-0.009116173,7.9913974e-05,0.004307956,-0.014265225,0.014776031,-0.008313797,-0.0034765382,0.01581631,-0.0057036355,-0.00719475,-0.015422905,0.0027942117,-0.005256341,-0.00043142785,-0.005257801,0.017582944,-0.028298128,-0.003824751,-0.012773492,0.0012479649,-0.002328991,0.025638882,0.004755964,0.030003037,0.011038125,-0.0070022894,0.025141781,-0.024440276,-0.01528441,-0.010948054,-0.004898206,-0.007920626,0.009194562,0.00953629,0.0027011933,0.012780429,0.009416927,-0.020640612,0.015272189,-0.027002124,0.038097274,0.0063679223,-0.018719718,0.0019207483,-0.103708565,9.363045e-05,0.0061041946,0.0026001555,0.009169918,0.0034334322,-0.028625418,0.034400877,-0.0015752417,0.005388023,-0.009824318,-0.014395061,0.0036907888,0.013972961,-0.0001620898,0.0029881494,0.010909237,0.005836407,0.013359623,0.00020580979,0.005020873,0.017988339,-0.008501984,0.006113624,-0.00606254,-0.06079717,-0.024530945,0.02123584,-0.008093199,-0.0060085086,0.0019733638,-0.00068597397,0.031560864,0.0027460926,-0.017105449,-0.0015986663,-0.010788603,-0.0060020997,-0.005905863,0.00048082534,-0.0055671944,-0.016066391,-0.0049686222,-0.010163098,-0.007236027,0.004282436,0.00028628306,0.013632303,-0.011948168,-0.009687451,0.023096072,0.012993,0.003393509,0.014228366,0.000625679,0.016325759,-0.011981022,-0.014636572,0.009592751,0.012400885,-0.01945815,-0.0040502995,0.013103606,-0.0012106663,0.00062731275,0.005434926,-0.020518092,-0.018465264,-0.026954493,0.016156636,-0.008774223,0.024259277,-0.007213443,-0.008642898,0.010590747,0.0029836388,-0.021244828,-0.0134214815,-0.024588948,-0.010048762,0.013820589,-0.006721553,0.03048112,0.0016514976,-0.0048606223,-0.0017213753,0.0037509527,-0.0020447108,0.0050652074,0.009458758,0.0129992785,-0.018850911,-0.0007227093,0.0036835112,0.0108140195,0.0054729893,-0.016255062,-0.016580546,0.021693498,-0.0057609654,0.006589733,0.011091329,0.027411701,0.02078915,0.02546916,0.016955579,0.0036266977,0.0041559804,0.0005147043,0.015855135,-0.011977326,0.019982591,0.0049820123,0.00382633,0.0174958,-0.0051197982,-0.00013009347,-0.028704757,-0.009144643,-0.016917532,0.003855158,-0.014519247,-0.00893868,0.008442907,-0.008987016,-0.025553757,-0.011295329,0.0008129118,0.004130799,-0.011992556,0.021984033,-0.016222559,0.012397805,0.0014574595,0.014054774,-0.010528189,0.0017415253,0.0031139038,0.003165821,-0.011489428,-0.0043399283,0.0068684183,-0.014689204,0.00047677133,0.028141707,0.010431647,0.026745507,-0.008592089,0.0068301894,-0.021803148,-0.0069893375,-0.0024294585,0.02316174,-0.015611862,-0.000419731,-0.0038338571,0.00044354223,0.00096078904,-0.0031909477,-0.0069937,0.0066833,-0.00962581,8.107242e-05,-0.020855557,-0.023836473,-0.0050274646,0.0023481508,-0.0060999985,0.015133699,-0.0026798872,0.006189499,-0.040563643,0.04041928,-0.007544568,0.05874516,-0.02182967,-0.0018890486,0.015172739,0.015829112,0.004336271,0.013741255,0.034545694,0.008874635,0.0047169374,-0.003411198,-0.007167709,0.010600531,0.0008559119,0.016249478,-0.0097513525,0.015543941,0.014460876,0.006004235,-0.033587843,0.0035694279,-0.014517452,0.006694286,-0.002127203,-0.0037877387,0.015876815,-0.012215467,0.01356741,-0.029156752,-0.0071048946,-0.015862172,0.017637333,0.00619641,0.00785814,-0.014708616,-0.018106703,0.01915031,-0.008571895,-0.0048583136,0.030973976,-0.015245644,0.031067858,0.016153121,-0.01955832,-0.00824218,0.021305308,-0.0053857923,0.003995151,0.0031749113,0.014130498,0.0022626838,-0.0144584,0.019810544,-0.010617522,-0.0041532414,-0.025622874,-0.009150486,-0.0027042925,-0.004772415,-0.014810803,-0.0016535976,0.008031967,0.0023473331,-0.0087157115,0.02464692,-0.02200968,-0.004223204,0.0048965686,0.007052867,0.011661402,-0.016760664,-0.01830532,-0.013688344,0.00070890755,0.008458189,-0.015296795,-0.00065221806,-0.0056445044,0.015094141,-0.01718487,0.02331997,-0.030650962,0.0026740178,0.00071016955,-0.0072991704,-0.015160876,0.028295126,-0.008684021,-0.027642354,0.031796537,-0.018799834,0.0059901397,-0.005840205,0.015540457,-0.011982293,-0.015049628,-0.012389778,0.011364789,-0.007989921,-0.007899963,-0.014424613,0.005848291,-0.017372075,0.026814386,0.017732363,-0.0064520855,0.0070194677,-0.0007570186,0.013587336,0.00674379,0.028454315,-0.019570595,0.0067180116,0.008666983,-0.012496422,-0.010932065,0.0028790028,-0.0015522046,0.017261626,0.0006189285,-0.0024269284,0.014652141,0.0015056252,0.020922659,-0.014419332,-4.9799386e-05,0.005166341,-0.0059091924,0.0031838017,0.016990636,0.023015732,-0.01549469,-0.013692022,0.020635152,0.010049184,-0.008040097,-0.012988553,0.007093689,4.2341184e-05,-0.0197615,-0.0149664935,-0.021973293,-0.0034184577,-0.01736051,-0.013164333,0.01801158,-0.010573303,-0.017666364,0.027465958,-0.033624414,0.016633859,0.005102586,0.004853583,-0.026537959,-0.0028612446,0.002251321,0.00798076,-0.0076008355,0.0044663716,0.024223072,0.020530906,0.011160021,0.007209357,0.0090964595,0.0043701543,-0.012599167,0.0065376908,0.0027330893,-0.008616054,0.01904786,-0.012744486,-0.001554765,-0.00096794765,0.0025073085,-0.008719395,0.0023877828,-0.0281141,-0.0062851314,0.002044156,0.00019731156,-0.0014649188,-0.01178661,-0.008881681,-0.011445819,0.022078864,-0.0070397714,-0.008807245,-0.032542184,-0.012048265,-0.0026411773,-0.0066084666,-0.030861363,0.022719517,-0.0076846723,0.0058710077,0.003334053,-0.023241578,-0.006521091,0.0009883589,0.00235043,0.017978717,-0.016935261,-0.0095782885,-0.008596145,0.008893426,0.013345879,-0.01704318,-0.00017370842,-0.0034923109,0.00501787,0.00043745892,0.0152477,-0.0029118673,-0.010208321,-0.010811243,0.010852282,0.014379696,0.0075258585,0.002538145,-0.008849093,-0.00019634946,-0.008608004,-0.01977515,-0.016977025,-0.0053953514,-0.01126343,-0.010133929,-0.020485839,0.013262205,-0.005208406,0.0037485037,0.023101354,0.016924411,0.031106407,-0.01758032,-0.0008470478,-0.013371465,0.013699822,0.025330657,0.024556326,-0.029041069,0.02529282,-0.024046129,0.00030105573,-0.02237573,0.0048057316,0.0059384685,-0.021464763,-0.015198615,0.0039560697,-0.014426238,-0.012076328,0.011832412,0.0086672,-0.011648381,0.009587339,-0.0077743144,0.010326232,-0.0042446223,0.002912646,0.013164085,-0.009736406,0.028835878,0.012384148,-0.0008608923,0.026445063,-0.0059529217,0.01634378,-0.010424204,-0.0020610013,0.016622365,-0.024022598,0.0015885705,0.031552695,0.01863154,-0.002116971,-0.005740093,-0.018108046,-0.0063053574,-0.040967204,-0.0021541947,0.0067582503,-0.014355001,0.0033029455,0.00509521,0.011483087,-0.005424816,0.005523097,0.014835643,0.007827256,-0.011096392,-0.010862262,-0.013465874,0.010698777,-0.0025287787,0.007057649,-0.007486354,-0.006632605,-0.050384793,-0.0012518944,-0.019923035,-0.00081184943,0.02249709,0.020325324,0.0043416494,0.030881125,-0.020247504,0.0024438782,0.018359283,0.030355578,-0.003201988,0.0065490194,-0.011770088,-0.03528717,0.018400393,-0.011526553,-0.006038754,0.02852432,0.006331241,-0.029798139,-0.013100341,-8.853863e-05,-0.002918858,0.02046,0.02522015,0.017383117,0.004130924,0.0054631494,0.010643733,-0.027832644,0.006118003,-0.012022744,0.014599945,-0.0037608352,-0.0026030089,-0.015965877,-0.00076773687,0.0026772202,0.010253349,-0.023469217,-0.012076662,0.011025383,-0.0043351445,-0.008375367,0.009752667,0.006658328,0.0026107437,-0.0028774552,-0.009374888,-0.030074578,-0.012498187,-0.010049298,0.023654027,0.010044155,-0.0059890947,0.005180275,-0.00088561635,0.014702593,0.0030510833,0.010831997,-0.004682468,-0.0100076,0.0005918226,-0.006921272,-0.0046346686,0.0031791693,-0.018498536,0.0036422226,0.009389687,-0.026827306,0.051774256,0.009480574,0.0015552026,-0.030325886,-0.010233776,-0.002177859,-0.007233391,0.0012098048,-0.022196546,-0.01680598,0.0026185613,0.007929886,-0.028753323,-0.01660384,0.005672493,0.005882409,0.01093906,0.012434321,-0.007133422,0.005632924,-0.010546573,-0.0048887697,0.0017141482,-0.009494884,-0.020300686,0.00428349,0.019687802,0.01452161,0.0094306115,-0.013928659,0.0068291533,-0.006205061,0.009173412,0.006077722,0.008581601,0.0045859315,-0.0005459486,-0.015503448,-0.00556444,0.016902989,0.010771724,-0.013879294,0.007600679,0.01036657,0.010235665,-0.007297081,0.009403672,-0.018678712,0.011598614,0.006113809,0.008355668,-0.019029342,0.0040077106,-0.0046825088,0.0056081163,-0.015900884,0.0026655472,-0.013942892,0.002360118,-0.0001283571,0.01212617,0.013108778,0.010760862,0.02347115,0.0011180822,-0.015701493,0.018018596,0.011392946,-0.03710303,0.009657211,-0.0066442196,0.0010073873,0.020340066,0.013558135,0.003535285,-0.021335827,-0.014392839,0.013184048,-0.009740082,-0.02605236,0.002242684,-0.008623175,0.044065163,0.026952673,-0.0022141752,-0.0048632454,0.00957483,0.0091589345,-0.0005947142,-0.00616995,0.021659523,0.010793402,-0.018273808,0.0037090734,-0.012951286,-0.0003908544,0.0020997447,-0.006360048,-0.012426768,-0.007804587,-0.0063307043,-0.0044736797,-0.010630564,-0.009193567,0.008738341,0.010484092,-0.0058430755,-0.023279926,-0.029360803,0.0009941604,0.007769755,-6.1125786e-05,0.01770379,0.014214443,0.031165557,0.015700445,-0.021256356,-0.009570985,-0.02778368,-0.004066749,-0.01763728,-0.0068993955,-0.012190257,-0.006019822,0.010296196,-0.00471356,0.008018868,0.038332384,-0.0053912266,0.019891743,0.00976417,-0.0059753177,0.0032083208,0.020569544,0.007210876,0.0102697,-0.004686225,0.020798186,-0.022728438,0.0023346497,0.01032709,0.0083926665,0.14461471,0.1335663,-0.00675499,0.015551089,0.013456037,0.0025081749,-0.032295916,-0.017892573,0.012889662,-0.010270052,0.012655146,-0.013258066,0.011137028,-0.028008055,0.013973246,-0.0047806706,-0.032144915,-0.003079455,-0.008709505,-0.0039307363,0.033142354,0.015387025,-0.0043026847,-0.006096578,-0.030082166,0.021713834,-0.0014819963,0.004651531,-0.0026726197,0.0019727144,-0.019150568,-0.0028042383,-0.00885942,0.0033428837,0.023074726,-0.011632716,-0.0002849116,0.0031305596,-0.013110972,-0.019676065,-0.016715515,-0.0036474245,-0.014467041,-0.01513974,0.0058460287,0.00683886,0.0057117697,0.004822783,0.0131096495,0.00459315,0.00753276,0.0026389456,-0.00957642,-0.011829568,-0.004192049,0.014435363,0.010472788,0.0082640555,-0.006754192,0.006002571,0.008085782,0.0005073474,-0.011297181,0.030394474,-0.009048252,0.007895451,0.014676955,-0.0043453076,0.0070026643,-0.004099921,0.00082311174,0.021120144,0.002618524,0.026704615,-0.0038073307,-0.0034845918,0.014984405,-0.022773756,0.006195669,0.009036786,0.00078865624,-0.008701858,-0.0048160506,0.024967095,-0.0027575216,0.013823665,0.001578029,-0.012180754,0.10351998,0.0129640335,0.008417462,-0.0033754501,0.02158239,-0.0046013608,-0.0030015127,0.05958749,0.022347374,-0.008040451,0.030366741,-0.0147292605,-0.0026136534,0.004045169,-0.02311449,0.006010439,-0.0027406728,0.0076680207,-0.0052835606,0.016289039,-0.011201593,0.010233193,-0.0180534,0.006435251,0.0005707043,0.011071898,0.041507173,-0.020746605,-0.038653668,0.0011490935,-0.10004796,0.010223546,-0.012082339,0.007972695,-0.026146414,0.009297496,0.0048233396,-0.016832083,0.018053392,0.0066166534,0.010513017,0.00039393708,-0.018312488,0.009640414,-0.020924063,0.0074356496,-0.009473358,-0.003190661,-0.0036305322,7.536774e-06,0.0015376197,-0.0009181383,0.004749056,0.013581693,-0.020735491,-0.004138507,0.008483876,-0.013400649,0.005898458,0.029080892,-0.01086839,-0.012029259,-0.010187542,0.016407475,-0.004918547,0.023212506,-0.017604021,-0.016484188,0.011718637,-0.012081198,0.017663905,0.0034796738,0.008221691,-0.011782415,-0.00029921578,-0.0074717007,5.7549983e-06,0.0046049287,-0.014743171,-0.007714584,0.0049255467,-4.1107596e-05,-0.012666137,0.027803779,0.0048331884,0.012862457,-0.011972428,-0.0027451278,-0.015786417,0.005481726,-0.0107499715,0.033878442,-0.015003548,-0.010128884,-0.011381911,-0.010354216,0.00989854,0.015088011,-0.018818442,-0.009937854,0.014443284,-0.009149669,-0.0067815054,-0.0014191013,0.015228571,-0.0103396615,-0.009539751,0.012098547,0.007253886,0.0054164315,0.026684204,-0.014237291,0.008321051,0.103230886,-0.0027131056,-0.010736669,-0.02429383,0.012251069,0.004781884,0.0008129562,-0.011977825,-0.0079678185,-0.009060634,-0.01461296,-0.015133765,-0.0047645345,0.00326557,-0.023283308,-0.022745812,0.015730744,-0.01602002,0.022652209,-0.0038985831,-0.0044044517,0.0064658946,0.0028645636,-0.016368756,0.012536078,0.00034848382,-0.0027410353,-0.021893142,-0.011137011,0.031299517,0.0078445915,0.0006395599,0.016818188,-0.012684881,0.00750182,0.016369125,-0.005098832,-0.014099361,-0.018681305,-0.010313692,-0.013717535,0.010344749,0.0047636107,0.01615227,-0.0467108,0.19736484,0.01799315,-0.054557636,-0.020247728,0.00663135,0.023373475,0.015529302,0.0110922465,0.012182977,0.0039162408,0.023489363,0.010529472,-0.01472611,-0.0031173893,-0.0060605593,-0.027879842,-0.0012647922,0.010890306,0.015788719,-0.010203747,0.0060371826,0.019448351,0.014219576,-0.006957226,-0.01628964,0.0001981002,-0.0083247535,0.025996566,0.00072379655,0.018150182,0.010389083,-0.0017563979,0.008712295,-0.031019608,4.9696642e-05,0.0053360835,-0.0018104827,0.0061575547,0.0012756657,-0.010537471,-0.01306061,0.009297068,-0.01046627,-0.0027523774,0.00308387,-0.023698943,0.009773776,0.034366824,-0.0017162699,0.008503029,-0.0021940116,0.01826539,0.023059,0.007474262,-0.0192598,-0.019113109,0.019709824,-0.0066690054,-0.010114043,-0.0035010937,0.0352673,0.010983712,0.005203351,-0.01480301,0.025477484,0.0030703682,-0.0035207835]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 124,
          "content": "The Reality of the Huge Burden on Schools for Koshien Participation | The Imminent Crisis in Japanese Baseball | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.040258717,-0.020787908,0.002967718,-0.06385479,0.012802652,0.025558671,-0.022637015,-0.0027311638,0.0037992403,0.025579188,-0.022854771,0.03191941,0.021816783,0.017951008,0.0909089,0.027402455,-0.0070734867,0.009896227,-0.013516358,0.0048288554,0.0013353399,0.026383998,0.0018295242,-0.02754256,0.019830447,-0.012078647,0.017952269,0.008808037,0.018080354,-0.015133385,0.0034221266,0.021000791,5.8229758e-05,0.00048236464,0.0237312,0.016777365,0.026549013,-0.023002524,0.009506481,-0.003152872,0.010235979,-0.008623294,-0.006162708,-0.03592878,-0.0057642045,-0.007224416,-0.023871385,-0.025567975,0.018782921,0.00034798722,0.0050596553,-0.012484405,0.024655499,-0.17180789,0.004621441,0.0026366964,0.0063491315,0.0018190704,0.0018163793,0.0031847283,0.009888274,-0.008852324,-0.015678467,0.006000998,0.0045746276,-0.01063299,0.008569371,-0.005563851,-0.016319703,-0.015117136,-0.011903697,0.027007231,-0.015211357,0.00094474957,0.026545214,0.0010786655,-0.0024375217,0.009703644,-0.021898985,-0.02392807,-0.008270541,-0.030904379,-0.0076024844,-0.014623634,-0.007372481,-0.031168886,0.02145429,-0.008547614,0.0029727079,0.011002627,-0.0019660809,0.01946072,-0.0055708815,-0.00045792785,-0.015663141,0.020679954,0.007863906,-0.02552914,0.01760717,-0.00693937,0.029760689,-0.0048976634,-0.024014471,0.020652955,0.0022801945,0.005240435,0.0064927703,-0.0059336037,0.0097857835,0.010958735,0.0010235602,-0.002129391,0.013999622,0.025525047,-0.022134861,-0.10559725,-0.0125116175,0.0033162043,-0.01875583,-0.014378178,-0.015879929,0.0054695373,-0.013976366,0.016063185,-0.013994243,-0.020942546,-0.004232376,0.01300222,0.0057454193,-0.009802756,0.027279776,-0.012033194,0.0073480336,0.015709145,0.020227922,-0.0026617802,-0.013619963,-0.013220245,-0.040043954,-0.020516373,-0.021737223,0.01154973,-0.03357759,0.020629883,-0.035912737,-0.015077171,-0.010656132,0.00814211,0.015944812,0.017866729,0.0054365867,-0.0066885,0.010139227,-0.0010882613,0.011621692,-0.0013238307,0.018712804,0.02283889,-0.0074101146,0.004097315,0.024463713,-0.011961541,0.007675884,0.015851637,-0.0011379711,0.038398027,-0.009305237,0.038062636,-0.011539855,-0.006171561,0.0015402968,0.047269322,3.5478875e-05,0.00096137397,-0.008696924,0.014955721,0.010581547,-0.015042036,0.017407134,0.015398576,0.011999512,-0.017391158,0.0037020273,0.009029938,0.0033863657,-0.032864403,-0.0028000532,-0.019753497,0.026498843,0.013343339,-0.019825272,-0.025850052,-0.020042738,-0.04743117,0.0074656974,-0.03890831,-0.026629293,0.038302172,-0.035021715,-0.004044517,0.027742913,0.0277309,0.011691047,0.026422162,-0.027302153,0.005293133,0.026120143,0.021286897,-0.026674908,0.0149028385,-0.018039128,0.0105702905,0.011973532,-0.014980831,-0.0030924866,-0.009092912,-0.021565365,-0.0077766967,-0.02640313,0.023128925,0.046553236,-0.011537708,-0.013624677,-0.006754612,0.020916589,-0.0033404492,0.0047458825,-0.009418767,-0.009839226,-0.020726943,-0.011126143,0.020329366,0.04000029,-0.0315232,-0.012475306,-0.02888325,-0.006727741,0.008207748,0.03964933,0.039208867,-0.036648504,-0.012213675,-0.00095613225,-0.0061400924,0.0066803456,0.0015807793,-0.007646364,-0.019926496,-0.0051848623,0.027182642,0.029849535,0.020213982,0.035432655,0.026151398,0.00873876,-0.021767842,0.035462342,-0.008037791,-0.0044940966,0.00063888275,0.0047916253,-0.0075987554,-0.018945022,-0.007974639,-0.008401923,0.0022303408,0.007452959,-0.0039660754,-0.015476994,-0.047037225,-0.023008738,0.0038454782,-0.024487004,-0.020377735,0.0025844623,-0.00093233306,-0.037338343,0.0036220937,-0.01254798,-0.04854637,-0.0108858785,0.020534346,-0.019306682,-0.011461394,-0.03780468,-0.0032076095,-0.0041199587,0.004380562,-0.00500413,-0.009064722,-0.00978974,0.020629497,-0.0116734365,0.014101386,-0.0013542201,-0.024057485,-0.014586613,0.0121964505,0.0074804164,-0.036844827,-0.027343024,-0.017760267,-0.0052284054,0.06732785,0.01103271,0.0033614002,0.022614725,-0.02010636,0.010646212,0.013691829,-0.038206533,-0.0033783212,-0.0064679203,-0.00041287154,-0.01866176,-0.0058955573,0.03859619,-0.024040638,0.018263588,0.016610803,-0.015159606,-0.026110044,-0.011730297,0.0021776923,-0.017205196,0.02213704,-0.009426388,-0.019475546,-0.007712247,0.015859181,0.018638404,0.03128342,0.022705223,0.013908237,-0.03313262,0.011811238,-0.018344168,-0.0017515689,-0.010447936,0.0052970173,0.0002731053,0.018548701,-0.031565662,-0.012515161,0.0002615473,-0.008536881,0.009679891,0.008458659,-0.016427865,-0.034724697,0.0195313,0.006903431,-0.020353593,-0.008021804,0.012483545,0.017850552,0.005825356,-0.0027796722,-0.011964183,0.017566115,0.025206657,0.0014414849,0.004539987,0.031577896,0.0038145934,-0.0053602415,0.02646332,0.0068034995,0.013572084,0.017329667,0.004385634,-0.0014751196,0.04453877,0.033793055,0.006566349,-0.011606319,0.023540538,0.013929096,-0.0051439446,-0.018734258,0.0070140674,0.018673511,0.0036285657,-0.0033415107,-0.009954428,0.009019436,0.0069256388,-0.0021470888,0.030711085,-0.01079818,0.0064350152,-0.005050756,0.0002772264,0.014913717,-0.011665516,0.021923525,-0.0064667906,-0.03557528,-0.019164303,0.0075029917,0.02352314,-0.01824909,0.012020208,0.0052211476,0.0064198826,0.015410676,-0.011987111,0.005179374,-0.0035620586,-0.011964297,-0.0075309454,-0.021615809,0.0005846597,0.0200362,0.006366091,-0.0019421881,-0.024625277,0.0057977987,0.0033296295,0.009445419,0.009344442,0.008724727,-0.024691632,0.03489448,-0.0068760053,-4.2625794e-05,-0.016354498,0.0169879,0.026050119,-0.011829479,-0.04784093,-0.0051987963,0.022115096,0.016360406,0.0070108473,-0.020095965,-0.019553205,0.0028988956,-0.0076773064,-0.009427544,-0.01571397,0.043809038,-0.006303038,-0.0077300477,-0.0011799058,0.000559843,0.013516004,-0.005417757,0.01124255,0.024950083,0.022324387,0.024759887,0.016430996,0.015265714,0.01876423,-0.026729343,-0.014499378,-0.008138595,-0.005473471,0.03419638,0.005375456,-0.031136688,0.010148899,0.015798261,-0.034632485,-0.00594241,-0.041776728,-0.01657097,0.0076273866,0.010824302,0.041061796,-0.0036224544,-0.0038577707,0.023678143,-0.008426263,-0.03418231,-0.008857559,-0.004167757,0.0059998855,0.0021862867,0.019145625,-0.015195844,-0.029087717,-0.02902662,0.009679492,0.025894733,-0.015172693,-0.0035515658,0.010327215,-0.020688614,-0.009628964,0.015623721,-0.011096581,0.008529779,0.016167086,-0.017332107,-0.0042554834,-0.021243326,0.027434947,-0.03159904,0.016980212,0.005530356,0.009142199,0.005461503,-0.00881366,-0.016562345,-0.010930564,0.027714733,-0.0033113349,0.020022314,-0.005601448,0.0032765542,-0.0070701656,-0.004250644,-0.006295369,-0.017851923,0.0011736081,0.00015134756,-0.028378207,0.037600674,0.018009553,0.022338515,0.0016046786,0.018523172,-0.0050292043,-0.0033916507,0.048357718,-0.013758146,0.022997886,0.010349738,-0.00026285276,0.025473036,-0.01157184,0.003860869,-0.044701423,0.00479681,0.024862614,0.026843242,0.036726102,0.014242212,-0.017100587,0.0048219273,0.002011593,-0.0007307589,-0.0062063737,-0.09662196,0.0052700248,0.03778093,0.003337657,0.004753903,0.01101759,0.0051601366,0.006693476,0.015492363,0.012178969,0.0122987805,-0.015864016,0.00744169,0.00061953015,0.012523697,-0.011128002,-0.0075420137,0.007129253,0.016328724,0.0060764607,0.027841859,0.0057049566,0.00048648045,0.0033429847,0.038872078,0.012859676,0.0017674398,-0.010128549,-0.016719384,0.008058026,-0.0074838395,0.009154704,0.007794653,-0.019151296,-0.00800604,0.0031974309,0.003248326,0.012917071,0.016831353,0.04795878,0.0049208673,-0.028843474,0.0029080492,-0.026931498,0.0030485026,0.017050024,0.0014163121,0.0010112509,-0.016844863,0.004184913,0.029950429,-0.018515522,0.009947159,-0.004804641,0.0077850404,-0.0115863355,0.0011681559,-0.013683296,-0.006690588,0.016227696,-0.014390486,0.004430148,0.009346389,0.034181207,0.0095442375,-0.007834304,-0.0068757054,0.002634066,-0.0014029728,-0.007883665,0.010836476,0.002163755,-0.011732697,-0.01792246,0.03948212,0.001866528,-0.0010200555,0.012198675,-7.870004e-06,0.019136816,-0.025544288,-0.018616743,-0.09529704,-0.002549683,-0.046982344,0.0070622773,0.0049941745,0.017915554,-0.007648567,0.038151942,0.009636624,-0.0064257192,0.024384253,0.008653627,0.0085547725,-0.009847014,-0.019369986,-0.024113823,0.028475564,-0.015389957,-0.013621409,-0.0023894513,-0.0040005175,-0.028222786,0.006171855,0.015830567,-0.014876032,0.012779023,-0.018751904,0.013271823,0.02454622,-0.014951699,0.017211221,-0.13447823,-0.01323479,0.026125614,-0.043588795,0.054032423,-0.00021590738,-0.005918908,0.0006184267,-0.0012371661,-0.017450806,-0.008235151,-0.026455108,-0.013120077,-0.007082085,0.027147168,0.11392723,0.0010222194,0.021628438,0.02767659,0.007863301,0.012839187,-0.009948071,-0.017987547,-0.0021883147,0.010519629,0.016060496,0.027443102,-0.00615026,-0.0038848387,-0.020881772,0.013208775,0.0014510204,-0.0002542786,-0.0025106084,0.0024004106,0.013298273,0.00036909318,-0.017155543,0.0066226455,-0.012798253,-0.0026670096,0.044551644,-0.012152351,0.01976416,-0.012772161,-0.021563,-0.037572574,-0.00063187943,-0.010346269,-0.0071911016,-0.03530969,-0.079124495,0.015441407,0.009400093,-0.004822554,0.002754957,0.0059596775,0.0042176275,0.0125820115,0.011178635,0.008782441,0.0028690915,0.016322976,0.017440269,-0.024286585,0.0050792117,0.019383078,-0.0040821466,0.01712605,0.0021312968,-0.02128145,-0.019199908,0.0052413153,0.0032316716,-0.0058944463,-0.02584841,-0.010149962,-0.013787037,0.0037542386,-0.0006571721,0.013257614,-0.0019439348,0.013122817,-0.0009248695,-0.0015400716,-0.014574545,0.0031325244,-0.034810912,0.0076717376,0.007511844,0.0015512576,0.06270762,-0.014037888,-0.0028900376,0.019605974,0.025975835,-0.0056151804,-0.0048651043,-0.031674247,0.0018329024,0.014527601,-0.00836796,0.02887467,-0.028015207,-0.027121404,-0.0035392314,-0.023542987,0.009897426,0.023785941,-0.003910809,0.002744692,0.0013957345,-0.0044504437,0.013568387,-0.01377621,0.020711148,-0.0032809027,-0.01595431,0.0017057756,-0.013278707,-0.008893144,-0.0039038337,0.009538667,0.0071604596,0.020349609,0.011741653,-0.0049084728,0.0052946415,0.0037198805,-0.045965116,0.009875708,-0.0004810021,-0.0038983538,0.009963904,0.0019392784,-0.005923526,0.0006180128,-6.427743e-05,0.027536491,0.0015126185,-0.012192153,0.012643588,9.924425e-05,0.009300052,0.010936766,0.005354357,-0.01251896,0.0024605535,-0.005772607,-0.0148898605,0.009647509,-0.0276387,0.0130274175,0.0037749151,0.004663027,-0.006239317,-0.0044203806,-0.012884799,0.02532357,0.0048537995,0.0006000758,0.0030401817,-0.0036926395,0.008770452,-0.008798504,0.01641747,0.029088536,-0.0111174425,0.020182073,0.002758185,0.022613954,-0.012823085,-0.0144197345,-0.0019897586,-0.0047307233,-0.006599882,0.006315666,0.0043009706,-0.00718624,0.015443185,0.012675227,0.0094943,-0.015035783,0.027841182,-0.01856882,0.006665613,-0.006373928,0.007843634,0.00138443,0.0012244211,-0.023514515,0.0033185382,0.012780547,-0.007304839,-0.02047423,0.00086498755,-0.004638748,0.019750537,0.0016889845,0.017872991,0.015663303,0.005399985,0.0049077184,0.0018289279,-0.009914435,0.002045349,0.010149124,8.210413e-06,0.004966684,-0.0034443673,0.016693674,0.0012879467,-0.019608721,0.016493479,-0.008749812,0.0015699384,0.015736546,0.0067926496,-0.021673787,0.0004997111,-0.014962336,-0.010970037,-0.017328052,4.651497e-06,0.008115382,0.0012927023,0.00028473814,0.016245063,0.01679025,-0.0077450145,0.00039209647,-0.013206008,0.00041190197,-0.0008273141,-0.0076135956,-0.020166384,0.013340382,0.010092275,-0.009246476,-0.0038113387,-0.0014346975,0.016760226,0.005839081,-0.0071141603,-0.006779067,0.013397741,0.0024915186,0.014640665,1.2898875e-05,-0.0002790883,0.0029393823,-0.0029779675,0.0038420255,0.0071172337,-0.013142843,0.022372972,-0.010470626,0.019846596,0.00940547,0.005054335,-0.0014983292,0.006353822,-0.002266261,0.02629618,0.0050453614,-0.0013174062,0.009330189,-0.008970867,-0.0066792574,0.031656913,-0.011799027,-0.0033567033,0.008807431,-0.0073893126,0.0051582363,-0.009573751,-0.016287295,-0.0023751569,0.001482558,0.0025342812,0.0117075825,-0.015887931,0.016909637,0.0048893066,0.006077756,0.0048624505,0.007855627,-0.000703568,0.006327925,-0.0154348025,-0.0058044717,0.00020177594,0.01132428,-0.00798039,-0.0097666755,0.011153271,0.010515647,-0.0071232407,0.014870335,-0.018690953,0.023520533,-0.0040871603,0.0054043103,-0.001208253,-0.011382592,-0.00056869746,-0.0056069894,0.013708092,0.010810675,-0.0014892165,0.086452775,0.008628574,-0.0079993885,0.0044788127,0.0072468612,-0.0024434584,0.003077307,-0.0056520863,-0.004942483,-0.006862565,-0.013773814,-0.009282863,-0.018446395,0.019227184,0.0028791623,0.0026196975,0.021515429,0.0029858635,0.006159492,0.0038552189,0.011839076,0.011611584,0.007312943,-0.009347278,0.014565444,0.007949565,-0.0018721024,-0.018625814,0.017376103,-0.012894554,0.00138776,0.00420708,-0.010458524,0.022375712,-0.0031200151,0.0071257316,0.004117957,0.015315555,0.014394076,0.008350404,-0.0003741825,0.004458954,0.0038948588,-0.01302344,0.012313047,0.016623596,-0.0016201158,-0.008765294,0.011668171,0.009996321,-0.016546039,0.0077211605,-0.010530357,0.020443311,-0.002998518,0.005877005,0.010735765,-0.0035657068,0.012885781,0.003799241,0.007881882,0.009311605,0.0029183943,-0.017915152,-0.015198264,-0.014358623,0.016161818,-0.0025955497,0.0066307792,0.014823999,-0.011183556,-0.023620408,0.008095855,0.0022188835,0.024910286,-0.007362684,-0.013374403,0.0018299686,0.0026719628,0.010582824,0.01562863,0.0023984034,-0.020989731,-0.0018219638,0.016014697,0.0029476602,0.003506813,0.014026813,-0.004168646,-0.006839141,-0.00034125874,0.0040544686,-0.0049334615,0.007672152,0.0037324394,0.007067199,0.05028152,-0.009698744,-0.0031725685,0.023916205,-0.0048244623,-0.008970852,0.0007327289,0.010209664,0.005742476,-7.995048e-05,0.009215936,0.014265852,0.014905016,-0.014281484,0.011196347,0.010567483,0.0226099,-0.000721425,0.0024721238,0.0060063107,0.010052724,-0.0073811323,-0.017136224,0.01626035,0.008009599,0.014097414,-0.013727874,-0.015702512,-0.0021760406,-0.01519429,-0.007160477,0.0034329027,-0.0019794013,-0.007824622,0.0152977,-0.002540272,-0.024436234,0.009282218,6.270825e-05,0.022184597,0.0014739706,0.03227645,-0.005105253,-0.010522164,-0.020213231,0.010369521,-0.0016358341,-0.0046281647,0.0036655073,0.014123552,0.0009775639,0.0040018526,0.013420003,-0.0007677266,0.0021688738,0.0027050818,-0.0026193296,-0.004682755,-0.00813928,-7.605797e-05,-0.00064043934,-0.01968322,0.0035234534,0.00743755,0.0148352515,0.003671468,-0.0025959818,-0.0068878816,0.003752849,-0.009245844,-0.0124874115,0.0030055565,0.00087209383,0.02009245,-0.019708566,-0.006963532,0.0039597745,-0.0060323006,0.00091136375,-0.01078948,-1.572486e-05,-0.0008245681,0.0036117015,0.015272101,0.008892938,0.0026347477,-0.014848201,-0.020335527,-0.005633965,-0.015036047,0.0060537173,0.011707377,0.005376584,0.00017177346,-0.016346553,-0.0027316092,0.0030859997,0.023247244,0.0012010294,-0.0037535552,-0.00051125337,-0.00024554462,-0.014314094,0.008010219,0.0034787336,0.003945025,0.0038093124,-0.006216837,0.0026479652,-0.005948043,0.005801591,0.013239856,-0.007836286,-0.0099036265,0.00012797813,-0.024910377,-0.0010806422,0.010286472,-0.0062446874,-0.0072831823,0.019465351,-0.0045892787,0.008037759,0.003348416,0.0065784478,0.0016507154,-0.013937976,-0.0059171477,0.013613704,0.021401739,-0.006463437,-0.0029323788,-0.0003776387,-0.0061254515,0.0015422087,-0.0024839898,-0.012269197,0.004469708,0.021833105,0.007263522,-0.004840364,-0.00024768553,0.0019314765,0.005346413,-0.009658051,-0.014389708,-0.0038052534,-0.0068975026,-0.0060259425,0.002510314,-0.009063149,-0.004384749,-0.0010685797,-0.0013093709,-0.0062124045,-0.00027277065,0.0042411657,-0.0052821552,0.011895166,-0.0032097998,-0.011557637,-0.03207852,0.009048126,-0.006609779,0.004130537,0.0020233896,0.00047924658,-0.024102611,0.00044769293,-0.010770089,0.003847277,0.017500406,-0.006049169,0.0033946638,0.010778879,-0.011783575,-0.007449786,0.006920898,0.018301887,-0.007816197,-0.0066302666,-0.014554624,-0.007189582,-0.0035744195,0.0150967855,-0.0036926258,0.013077012,0.013128418,0.008614599,0.0005642824,-0.0068681496,-0.010701028,0.0021166995,-0.00056896603,0.001308262,0.015785139,0.0057075913,-0.01379004,-0.003543794,-0.013130482,-0.021229874,0.001776711,-0.011013753,-0.030862737,0.016671764,0.0087427795,-0.0106893135,-0.0074329698,-0.015141839,0.012161774,-0.009618237,-0.0065398775,0.02326338,0.009206444,-0.0009806029,-0.004773345,-0.0032868667,0.021596327,-0.009910968,0.004317042,0.0023782186,-0.0028913985,-0.0046496238,0.020142604,0.0020713843,-0.031055586,0.0054251608,-0.003695132,-0.0076480242,-0.028479945,-0.0058632228,0.009650095,-0.0064210678,0.0055213473,-0.0039769793,0.0017338443,-0.00035109726,0.023961822,0.015898485,0.0028754422,0.01609103,0.012773464,-0.00029133892,-0.011746316,0.0026034063,-0.006212873,-0.006898058,-0.00016519903,-0.013259131,0.0011633814,0.02083639,0.009614026,0.013293088,-0.006208803,0.007579585,-0.012818219,-0.00529001,-0.009460253,-0.010226443,-0.0012013981,-0.0008542799,0.0014844453,-0.004350015,0.00947266,-0.004229745,-0.015198297,0.010413397,0.012638945,-0.004323339,-0.00073785795,0.015575994,-0.026443344,-0.0056917137,0.002903428,-0.0030472698,0.0116277095,-0.001017322,-0.0112449415,-0.013151447,0.0054217693,0.0039436296,0.014721342,0.011243831,0.020286,-0.012255908,-0.015264507,-0.0028990877,0.013579333,-0.009071949,0.014558228,0.004307982,-0.0063505373,0.026871026,0.017067615,-0.013402906,-0.023429444,0.0114711495,0.010057388,-0.00045029592,0.012067011,0.019052073,-0.012789906,0.0022606887,0.0067008813,0.0036400757,-0.0013394557,-0.014403407,-0.003789455,0.011929603,0.006996354,0.018677888,0.0007910914,-0.0009797236,0.0032950316,0.0039717024,0.007644463,-0.012661759,0.004001093,0.005193398,0.008347877,-0.012839719,0.0065520494,0.015579411,0.0068912827,0.00014323652,0.008224322,-0.02067924,0.0030173678,-0.008640972,-0.018790264,-0.022286383,-0.021050382,0.004430782,0.005546727,0.016988605,-0.021770498,-0.0045353193,0.012598518,-0.004287937,-0.025890654,-0.0013993636,-0.0064128893,-0.007297573,0.009751643,0.0012549025,-0.018712094,0.00920049,0.0039335294,0.009031331,-0.010496789,0.012273594,0.008659741,-0.012307756,-0.014951722,0.014037803,0.026969602,-0.013124866,-0.007187716,-0.014127421,-0.0002954767,-0.013975126,-0.0060427394,-0.0024144102,-0.00020353374,0.007465736,0.009673215,-0.08411134,0.002000525,-0.004993213,-0.02055263,-0.0062447065,0.019396612,-0.0075960876,0.0019169006,0.0009996041,0.0011929566,0.011924332,-0.0015978692,-0.0021329857,0.0066782525,-0.0064718644,0.0057790484,0.011940181,-0.011282057,-0.016647093,-0.0062435814,-0.0028117544,0.0021689984,0.00469668,0.016485503,0.0029997646,-0.008231237,-0.028275337,-0.0016577247,-0.0030848663,0.021891672,-0.016929107,-0.00043844662,0.01130111,0.009145181,0.0010442047,0.0043082773,0.013337841,-0.00016761084,-0.12037092,0.004261541,-0.013502671,-0.0062117535,-0.02064345,0.005043653,0.011338287,0.0038855693,-0.0008444685,0.0018772387,0.01876478,-0.0016605632,0.010385474,-0.022959882,0.0023530629,-0.009160366,-0.0035186596,-0.00030974508,-0.012024946,0.016635682,0.0053437673,0.0060285884,0.012230534,0.012719949,0.010499603,0.0034458942,-0.0025052105,-0.010614279,-0.0013000189,-0.00794295,0.0025727202,0.0029749305,-0.0017712062,0.0152999,0.0009784407,-0.011858399,0.022348957,0.017221414,0.009305809,-0.003402568,0.018239275,-0.009578161,0.000101756414,0.009387437,-0.005851634,0.009427386,0.0050476873,0.007083356,-0.016346078,-0.0009913584,-0.014673133,0.016266491,0.000589972,-0.0028331517,0.008683523,0.008193016,0.03039083,0.0019540736,-0.020284254,0.012296776,-0.016204005,0.0036825214,-0.0017133676,0.022654086,0.017079115,0.014054635,0.009995722,0.01420388,-0.0031000054,0.004428231,0.01261892,0.004019677,0.009402447,0.0056998245,0.02514206,0.010192884,0.0011448235,0.009651677,0.0046876995,-0.0037282428,0.004824685,0.02682535,0.002091012,-0.0011688528,-0.026266536,-0.011941541,-0.031910416,-0.020020252,-0.003148358,-0.078098066,-0.01926867,-0.00097526296,0.007141765,0.023612961,-0.017635746,-0.017523142,0.011155802,0.0025196767,-0.009439137,-0.007205139,-0.012495787,-0.0031774796,0.00981964,-0.012747132,-0.012585043,0.0044287187,-0.006648732,-0.017443344,0.010075757,-0.017776756,-0.007892976,0.00577552,-0.00020327423,0.021566313,-0.0041372487,0.016368926,0.0010745073,0.015264615,-0.0117878085,-0.010658089,-0.0061711757,-0.004655251,-0.004815142,0.003295992,-0.0036427937,-0.0059411298,0.023394743,-0.02563495,-0.010398812,-0.0047336584,-0.014001057,-0.007865273,0.011744938,-0.01113707,-0.0028942982,0.009117254,0.012862733,-0.009664259,-0.015808025,0.011015618,0.015177315,-0.016485048,0.004428949,-0.0120383175,-0.01558871,0.017893882,0.01833004,0.008607172,0.0011725435,0.0067919954,0.017361345,-0.0014437378,0.01763241,-0.0041795867,0.027013358,0.008119988,0.017955841,0.0024160536,0.0023516389,-0.0060367896,0.00010278385,0.013807465,-0.0116261775,0.002801121,-0.006716532,-0.0082878135,0.023542074,-0.00606989,0.007134269,0.03001824,0.0045625586,0.00046428223,0.0028623182,-0.012381179,-0.011380184,-0.003021012,0.021168899,-0.011152908,-0.009980426,0.030849094,0.010853483,0.004333587,-0.0022435547,0.017791476,0.022543253,-0.012136032,-0.0176365,0.023005331,0.03292109,-0.008225722,-0.007096663,-0.0012548976,-0.0021140561,0.008891324,-0.01306082,-0.0066151023,-0.010634787,-0.021215515,-0.017495254,-0.017643118,-0.0019763124,-0.015801458,-0.00566573,-0.16510355,-0.02506294,0.01577546,-0.009245756,-0.010676351,-0.009185206,0.010431006,-0.0067023276,0.02001624,-0.048701216,-0.0043749693,0.00411808,-0.0013522973,-0.025490716,0.013783473,-0.009245387,0.02416266,0.01871912,-0.0055187,-0.017258748,-0.0110794585,0.013126685,-0.004809901,-0.00485109,-0.0019465944,0.00073279586,-0.0038459403,-0.01119483,-0.0022501498,-0.001125275,-0.005393961,0.009267551,-0.004271891,-0.0047029634,0.010086285,0.017340744,-0.011133275,-0.0028327652,-0.024931809,0.031750448,0.011964667,0.009058067,-0.015016882,0.0086937165,-0.015656834,-0.0068922555,0.0062231054,0.00058036693,0.002300686,-0.020377256,0.00062915677,-0.0032261282,-0.0013886637,0.012288194,0.0059639774,-0.010096419,0.0060143056,0.01976173,-0.0017064364,-0.008755156,0.023859568,0.0006479753,0.0050407657,0.005420084,-0.0080135595,-0.0018430378,0.0011938482,0.13568205,-0.026669707,0.008598047,0.0081277955,-0.020436976,0.03002732,-0.007868335,0.021405999,-0.0060421987,0.0056265974,-0.005119517,-0.021918818,-0.0008885559,-0.016260112,0.0001579194,0.0012608629,-0.0038593535,0.017439993,-0.0056544812,0.0042545483,0.0021338093,0.0037296384,-0.022052303,-0.017628042,-0.018588338,-0.0053300075,0.02844238,0.012527005,0.011535854,0.020139582,-0.015165164,-0.009086102,-0.009290601,-0.000498198,0.012985874,0.012800094,-0.012672735,0.007999128,-0.013302678,-0.0038804074,-0.0086761145,-0.017749911,0.0041919504,0.0033128548,-8.805636e-06,0.00094572606,0.00661516,0.023439303,-0.012719346,-0.010828876,-0.014337903,0.008664963,0.0056153536,-0.013800393,-0.007313854,-0.0037254202,-0.012753872,-0.015980389,-0.01583259,-0.003876624,0.024164926,0.020497564,-0.017995682,-0.020112548,-0.014040351,-0.01861983,0.011033149,-0.0033910775,-0.011785651,-0.09299816,-0.017091995,-0.01909602,0.012953481,0.0003329291,-0.021055808,0.0014035422,0.013224135,0.0022504677,0.00059204287,0.00739923,-0.015355357,0.00086358195,-0.008551292,0.010325825,0.011530179,-0.01738593,-0.013086659,-0.0034191047,-0.013072077,-0.005932066,0.031678047,-0.000869293,-0.01704273,-0.020938149,-0.015961377,-0.006632099,-0.005953367,0.013902214,0.0050027417,-0.017494263,0.02106439,-0.022817785,0.0028388666,-0.020116823,0.0025674494,0.026565501,0.0038021097,-0.004949091,-0.01782159,0.019544916,-0.023623144,-0.0071282363,0.006087175,0.010973516,-0.013129833,0.02946748,-0.019656554,-0.006480634,0.009292358,-0.020924835,-0.0076423823,0.0077427025,-0.014178607,-0.0026616494,0.021127058,0.038061593,-0.0032919473,0.019987555,-0.006300058,-0.006605304,-0.0067783543,0.009254418,0.007599253,-0.015589524,-0.021240873,0.009537203,0.007949371,0.002564764,-0.01619167,-0.0033031348,-0.024687149,0.028407218,-0.0018109512,-0.014544859,-0.008934032,-0.0012378872,-0.008451365,-0.0074164104,-0.010455273,0.010851329,-0.026492015,0.016018854,-0.0002855556,0.018417368,-0.0055458075,-0.010768268,0.009457998,0.01098732,-0.0072111674,-0.0028410004,0.0044599157,-0.019603303,-0.0038259134,0.0090484815,0.002157402,0.00579303,-0.0031394628,0.009571393,-0.017242646,0.023080077,-6.259584e-05,-0.03540093,0.012756203,-0.008055393,-0.0080852,-0.009745819,-0.037349682,0.0016888963,0.010598188,-0.007693455,-0.005521432,0.008953982,-0.0045961947,0.008860765,-0.0076744305,0.012372195,0.0048236204,0.017670766,-0.009485997,0.0053964304,0.021155424,0.0102411555,-0.012298233,-0.014184891,-0.0014752059,0.0007110484,-0.012836246,0.0026189322,-0.018820086,-0.016570397,0.0030925414,-0.025495546,-0.0043256083,0.0022911427,-0.0102649275,0.012007964,-0.01132594,0.013488771,0.031993713,-0.011953317,-0.0073349522,0.010505628,0.025339134,0.011835784,0.003182494,0.019809036,-0.010286669,0.015343374,-0.016179956,0.011107705,-0.016146896,-0.022915734,-0.0063823634,0.025168907,0.0009284775,0.018477365,0.009326268,0.016866991,-0.0063335905,-0.0025276807,0.022674419,-0.0020950339,0.010314773,0.014510095,0.01213975,-0.012294604,0.004386861,-0.029824201,-0.010237138,-0.0048591634,0.0021127986,-0.008284612,-0.028808786,-0.019997234,0.020149393,0.022167327,0.01102325,-0.022299564,-0.07014106,0.028885843,0.011785104,0.002869854,0.0041859965,0.00733957,-0.0027893928,-0.009905471,-0.013413248,0.006102922,0.014520543,0.0018469291,-0.0018253541,0.0021244853,0.003318123,0.0027368367,0.0005131899,0.011071507,0.02303439,-0.0041211164,0.0037456257,-0.012982985,-0.01251512,0.000831962,-0.006078383,0.0068252883,0.018908285,0.019669248,-0.0096342955,-0.0060094376,-0.0049735033,0.018448468,0.00959744,-0.0017058104,0.0071432316,-0.022029195,-0.020052291,0.0053378325,-0.0055916314,-0.037153088,0.0023438386,-0.015195586,-0.05036162,0.025322089,-0.0079494035,0.015847955,-0.0026025886,0.009339283,1.3776333e-05,-0.011947122,0.0012002016,-0.00010117824,-0.028655717,-0.0035039699,-5.96223e-05,-0.0014804649,-0.0058451025,0.0028923086,0.023067508,-0.009476573,-0.016804421,-0.044688143,-0.014548537,0.021683136,0.038391322,-0.015089251,-0.0032362952,0.021104338,-0.0073226807,0.009894798,-0.024561604,-0.0217163,0.013775506,-0.0067361286,-0.004632483,0.000488096,0.015739562,-0.008881243,0.006180191,0.010314956,-0.01103823,0.015041129,0.011058614,0.034718685,0.008717752,-0.032942344,-0.0074043223,-0.08726992,0.010559403,0.004351031,-0.008949751,-0.0002012798,0.04000838,0.0042242873,0.00069733366,-0.007381483,0.033396516,-0.013998422,0.017085038,0.0058204927,0.0013028254,0.020655356,0.012779477,0.009410934,0.008741984,0.019299384,0.004136126,-0.011503002,-0.009972543,-0.017777264,0.01462446,-0.01491758,-0.08188275,0.010679235,-0.0020609281,-0.004469535,-0.017753867,0.0022375323,-0.014065365,0.0039658234,0.008875365,-0.0035751942,0.010383147,-0.0003837988,-0.015426903,-0.00066501135,-0.006638704,0.00067316904,-0.031587638,0.00063189183,-0.01652762,-0.014727182,-0.018814469,-0.021399736,-0.010338485,-0.0099561475,-0.037761845,0.012187631,-0.024902673,0.035118148,-0.01244628,-0.0054426882,0.005947261,-0.005520047,-0.017736489,-0.020734383,0.031011775,-0.007853081,-0.008423411,0.0036544777,0.004474967,-0.01573219,-0.0014974371,-0.010422619,0.018165534,-0.0019865658,0.0017410499,0.012683073,-0.01890246,-0.0029542297,0.00805583,-0.003262845,0.0074879196,-0.00603181,0.00034273218,-0.012293814,-0.0021090019,0.009358029,0.006317826,0.01688862,0.003988164,0.002512561,0.00026096255,-0.0038202843,0.014754251,0.012492979,-0.0032942872,0.023236651,-0.024517095,-0.0042719403,-0.013015333,0.01707051,-0.008561685,-0.016377453,-0.004646689,-0.012774935,-0.021303283,-0.017648099,0.0059240605,0.0016545776,-0.011935089,-0.005261558,-0.004688634,0.006230689,-0.0026251776,0.024212277,-0.0061467327,0.01937805,0.0294736,-0.00047123796,0.0020566254,0.0013183634,0.0006364794,0.011649617,0.0031062516,0.0025947026,0.0061783814,-0.011479877,-0.006279854,-0.0054756287,0.013072176,0.007362726,0.009806718,-0.011722228,-0.020135822,0.01146894,0.017764566,0.009545946,-0.009108104,0.031278636,0.001818149,-0.0032854949,0.01567312,0.0035092314,-0.0036972107,-0.016932089,0.03822968,-0.018629717,0.004140874,0.017558329,0.00032629256,0.004027318,0.0013618972,0.0113879,-0.0028605754,0.005027055,-0.030646265,0.0025034319,-0.0008424198,0.0117184175,-0.008135294,-0.010941945,-0.014767396,-0.022372799,-0.009698583,0.010369561,0.020327725,0.0235998,-0.015432241,-0.0062908987,-0.012388697,-0.03642239,-0.009415211,-0.018148728,-0.011970218,0.011654882,0.015442831,-0.007073612,-0.014717794,0.044312946,-0.0004116629,0.0449233,-0.0014276135,-0.0037771787,-0.007873705,0.01203071,-0.0032619766,0.005573595,0.023096137,-0.004506354,-0.0006086292,0.0144997835,0.0061979033,0.0074729132,-0.013928157,0.02138641,-0.014560918,-0.024605056,0.0109444875,-0.028727887,-0.0057221027,-0.010353487,-0.002976233,-0.0034215534,0.0028561803,-0.011229593,0.017444352,0.009086323,0.0010615172,-0.0056206635,0.0070124343,-0.00097366085,-4.935398e-05,-0.01406856,0.003339683,0.005856623,0.00064497406,0.017054068,0.011727475,-0.013414746,-0.006342972,0.009892626,0.0100472,-0.0016622732,0.0158135,0.00043353334,0.0010227099,0.019557633,0.0157479,-0.0049915486,-0.010298639,-0.016218238,-0.01874323,0.0015399568,-0.0015153384,0.009071763,-0.017710948,-0.017996347,0.0013039459,0.030930718,0.0019283636,-0.0019284451,-0.008737556,-0.022159573,-0.018223768,0.007867842,0.0062733265,0.026616685,0.0066777454,0.024530925,-0.021764446,-0.020379376,-0.004599942,-0.0030683586,0.0026929495,-0.0011899879,-0.0044158315,0.02650738,0.0034626918,0.0005792501,0.011018142,-0.00817679,-0.040305223,0.0020197844,-0.011517687,-0.021599952,0.005472663,-0.0042004925,0.0039555817,-0.0061462102,0.019164968,-0.018438604,0.011662497,0.007073454,0.019167852,-0.011526949,-0.020162469,-0.01840285,0.009866828,-0.0015033964,-0.013405591,-0.030299315,-0.00465449,0.008403995,-0.007788387,0.017702935,-0.0017133036,0.036273345,0.01955888,0.011238414,0.0017017873,-0.0019317307,-0.008799788,0.023675207,0.00043491102,-0.009444109,-0.0244803,0.016798373,-0.0082206065,0.010500961,-0.00082164607,-0.004910799,0.005195699,0.014317181,0.009484396,-0.0069758305,-0.0014607836,-0.0028373252,-0.05323161,0.0016016819,-0.0087661315,0.005396905,-0.0068348143,0.0033672382,-0.027378803,0.014194368,-0.02211681,-0.006618921,0.01113562,0.019016067,-0.009558148,-0.0076635433,-0.01599527,0.0027179704,-0.009482321,-0.00858881,0.010829103,-0.011529528,-0.014531859,-0.0025131723,-0.0041613616,-0.0026130825,0.015806975,0.00641084,-0.021234296,-0.0027537292,-0.01890758,0.03815891,-0.003970734,0.015127058,0.02321864,-0.0025991015,-0.016704388,-0.0012097316,-0.0024073792,-0.017957522,-0.0046031554,0.014621876,0.010055612,-0.016131759,-0.008674455,0.008759748,-0.010033925,0.012067594,0.0052634254,-0.007189061,-0.009971159,0.0013554764,-0.007357546,-0.00982838,0.007753182,-0.0031389487,0.011874452,0.0032916085,0.005528384,-0.006164768,0.0059907595,-0.020027928,0.003932688,-0.004941108,0.009751443,-0.0028815253,-0.0023772095,-0.011895423,-0.008833328,0.022317143,-0.00016884189,-0.017391328,0.001623559,-0.0071012564,0.015138343,-0.0045890105,-0.0022370801,-0.0019670627,0.02017204,0.005666053,0.0061007016,-0.016727725,0.0048221014,-0.008878179,0.0032904092,-0.0122336,0.014717902,-0.0012087577,0.0014706702,0.010929218,-0.0061921664,0.024355633,-0.003073585,0.012265546,-0.0097232675,0.016654849,0.0020226433,-0.0020663808,-0.013004876,0.018769955,-0.022582725,0.012083815,-0.027067067,0.009012424,-0.024466975,0.0029927888,0.005123613,0.0010918807,0.011236455,0.008906495,-0.01656184,-0.026144195,0.012867924,0.0018766402,0.014179723,-0.0055556186,0.0045241183,-0.0049448456,0.0012092305,-0.0021980496,-0.0064705764,-0.0063790195,-0.011558965,-0.0034809357,-0.00882492,-0.004119885,0.0020554531,0.023668896,0.005053898,0.011390055,-0.012535725,-0.006657586,0.017865032,0.024601962,0.009172094,0.0009314286,0.00586848,0.02370599,0.001381787,-0.017625712,0.01982986,-0.022093752,0.009855047,0.011649064,0.0011196454,0.03684412,0.008435172,0.014905839,0.010267647,-0.012951635,-1.03016475e-07,-0.0109109115,-0.0027172328,0.0048029176,-0.014916834,0.023140728,0.01406563,-0.016766312,-0.0010897355,-4.9208546e-05,-0.019962402,-0.010160072,-0.005806495,0.021621495,0.011039208,-0.015833791,-0.021344116,-0.027748488,-0.008531496,-0.0015401122,-0.0032130529,-0.011917661,-0.008175244,-0.055223405,-0.00033854245,-0.003122128,0.011322869,0.0026158295,0.006244294,-0.019431286,0.01733296,-0.019111954,0.0019881446,0.01034396,0.021644037,0.01963642,-0.014590303,-0.0021193791,-0.018525694,0.019628312,-0.00958964,0.0014838021,-0.002735569,-0.0028305533,-0.011290926,-0.033566892,0.009835236,0.0065815095,-0.0003861306,0.013607815,0.0013754042,0.006287321,0.0032333476,-0.0062397625,-0.007327163,0.010598735,-0.011759149,0.0010070421,-0.006046088,0.0037585683,-0.034379415,-0.0059624743,-0.0014594038,0.006841832,-0.031087013,0.00934774,-0.013278867,0.0036231056,0.0029102333,-0.013238152,0.00983757,0.01790901,-0.017256577,-0.021114664,-0.018476166,0.007417972,0.005584098,0.000779574,0.0004546514,0.015378266,-0.009345242,-0.002464468,0.009406351,0.0017839597,0.013159375,0.0010341366,-0.009633321,0.0035105885,-0.008747872,-0.0022686797,0.01336152,0.005267905,-0.010588157,-0.00748469,-0.029795274,0.049641103,-0.0066460315,0.010823052,0.0027502987,-0.0038219586,0.002308165,-0.016856166,-0.0058775963,-0.015013682,-0.024169805,0.0011031677,0.0042571193,-0.00011039003,-0.015179927,0.0217601,-0.0001288421,-0.018149514,0.012538548,-0.016156003,0.00063941354,-0.023586903,-0.00053505425,-0.0057143504,-0.017315177,-0.001265229,-0.008852552,0.020172326,0.0035960157,0.016237134,0.0055946345,0.03100306,0.009368192,0.017981293,0.015472219,0.008143873,-0.012867949,0.012662705,-0.036145993,-0.0025532518,-0.017993713,-0.008252578,0.01303244,0.009581865,0.01365657,-0.0062748143,0.002636405,-0.007881709,-0.020918146,-0.0064783874,-0.004873041,0.0008793626,0.017976929,-0.006802265,-0.0042456463,0.012037536,-0.011310157,0.008388134,0.0065680183,-0.024384605,0.01158361,-0.0053871362,-0.0049905768,-0.008839506,0.036783736,0.022092892,-0.003706554,0.006218261,0.012339397,-0.019479847,0.007197469,0.02250123,-0.006122308,0.018011382,-0.029593106,0.026719933,-0.009373152,0.010307488,0.0060905456,-0.018854933,0.010416305,0.0067260563,-0.009434879,0.021934781,-0.009210458,0.014732177,-0.02929419,-0.0036911827,-0.002008922,0.00016780687,-0.0019009451,0.0025213852,-0.014726018,0.0060240272,0.011569906,0.01575004,-0.0032547973,0.037575733,-0.0063781585,0.0144004505,0.005396697,-0.0027237476,-0.012044825,-0.004665277,0.006713617,0.010788551,0.016805861,-0.010053686,-0.004426595,-0.0070460513,-0.022575311,0.021047438,-0.009176462,0.012189956,-0.020079479,0.002677291,-0.0061017685,-0.010855464,0.003758129,-0.046408016,0.005642236,-0.017093863,-0.00030937695,-0.008600901,0.0023897132,0.009068805,0.01647518,0.01640686,0.022384379,0.002852188,0.0064533623,-0.007178834,0.0055253315,-0.0011563966,-0.0038695335,-0.0005380887,0.0018559122,-0.035732307,0.026836565,-0.019848036,0.0025935092,0.0119836135,-0.002715361,0.14482205,0.1324576,-0.014144242,-0.014193773,0.012619818,-0.011184724,-0.003378089,0.011378461,-0.0055999635,0.004545068,-0.012826653,-0.0058865943,0.0031546438,-0.008163042,0.014361035,-0.009256616,0.018963732,-0.01694903,0.009291189,0.00014686423,0.0046330453,0.026922088,-0.031050846,0.029373815,-0.030522477,0.017501762,0.0014755947,-0.008941721,0.02924912,0.0006873065,-0.034114055,0.030909635,-0.0010325735,-0.008550091,0.014793585,0.0033764152,-0.0057672733,0.020257609,0.025132455,-0.02230022,-0.008913594,-0.015390252,-0.017766137,0.008642237,0.0013325842,0.017935771,0.0033471165,0.016501622,0.0121329045,-0.00066193537,-0.005634457,0.018141387,0.006289517,0.0049679624,0.0032577012,0.005820207,0.026618037,0.024192298,-0.00822523,0.0051189316,0.0036395255,0.0055505605,-0.0027548287,0.018668562,0.004029553,-0.003932248,0.0055190944,-0.011966549,-0.005385925,-0.00889353,0.00982129,0.007453372,-0.004554365,0.016263956,0.0021135875,0.008064516,0.017705817,0.0065761562,-0.00719658,-0.0061365315,0.00035510265,0.0095887855,-0.00066774053,0.008375762,0.0068585677,0.00943961,-0.0067645498,0.009968554,0.111716725,0.0019604913,0.0108902985,-0.0029089937,0.034883697,-0.009509192,0.019744746,0.06331811,0.015180321,0.034829203,0.015009233,0.0006416651,0.02307067,-0.025241477,0.0037283057,-0.0066856993,0.014099307,0.04557134,-0.02451283,0.0065455404,-0.001776104,0.004260418,0.0068936795,0.012085519,0.010858155,0.004123803,-0.0017205538,0.0083417175,-0.009228672,0.0038508563,-0.114059374,0.009170458,-0.016719555,-0.006525572,-0.022816138,0.031360637,-0.0012162356,0.0011377091,-0.004292862,0.0033292254,-0.0047234492,-0.016315714,-0.016110014,-0.0059236744,0.00059027347,0.027976025,-0.0106827505,-0.011542729,-0.011528795,-0.012221753,0.014924284,-0.010135781,0.007742811,0.001002338,-0.009309516,-0.010050132,-0.01635925,-0.0093821995,-0.019725746,0.007504939,-0.022814332,0.0044483594,0.004491017,0.0031269733,-0.014552042,0.0012058133,-0.029643327,0.011921735,0.013786194,-0.0164183,-0.02561939,-0.014647017,-0.02221193,-0.0009977218,-0.0069729066,-0.0034430823,-0.024657626,-0.0057846247,-0.016772944,0.0171197,-0.0128361005,0.009801024,0.02912092,-0.0029872882,0.00899699,-0.004251443,0.0054210797,-0.010120136,0.012677385,0.017550452,-0.005143608,-0.025767125,-0.023871012,-0.008472813,-0.019055443,-0.011279764,-4.522908e-05,0.012362979,-0.026819577,-0.0012032912,-0.025582105,0.016346315,-0.018421318,-0.0032997958,0.010194292,0.010811397,-0.026842795,0.019117175,0.010295699,0.030006755,8.017651e-05,0.005430608,-0.008635519,0.09244039,-0.0029625515,-0.009826293,-0.0065999688,-0.0032476902,-0.012694992,0.008119387,-0.013361093,0.0012352172,0.020290919,-0.014405624,-0.02014744,0.014606692,0.013074811,0.033153057,-0.00029547338,0.011752464,-0.010408602,-0.002061979,0.0069253785,-0.020148976,0.006991759,0.013809363,-0.021218609,0.0023676688,0.015568853,-0.021946179,-0.013123815,0.008309967,0.015888497,-5.9919228e-05,-0.010705913,0.012733805,-0.032583863,0.0041303136,0.008424842,-0.03959802,0.008991143,-0.024743605,-0.0060151536,-0.014601204,0.010834131,0.02434679,0.0069806436,-0.060236122,0.19853191,-0.0010318824,-0.0042543076,0.0066484907,0.02398261,0.0051267426,-0.0007765927,0.010903625,0.0020299673,0.002234029,-0.0037150583,-0.0045323353,0.0005732134,0.0032259705,0.019700337,-0.016577853,-0.008771473,-0.0060236454,-0.014996032,0.02344319,-0.008718215,0.01310284,0.0050376873,-0.027536506,-0.0018967227,0.009320363,0.02767807,-0.008407224,0.023662116,-0.032548383,-0.00077939586,-0.0025424233,0.009935929,0.0016783286,-0.009922318,-0.017621946,-0.005778503,0.005709698,-0.0063667838,-0.0107933255,0.0009251849,0.008605999,0.003239611,0.009439663,-0.008941644,-0.007925993,0.010065647,0.0021523202,-0.025146365,-0.0011662641,0.025339287,-0.011117584,0.024333173,-0.0056802304,-0.00042324167,0.021352198,0.021069575,0.0155459065,-0.011678819,-0.015238192,0.00040740805,-0.012554306,0.0075471373,-0.0071153836,0.016506355,0.018140953,0.011902639]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 125,
          "content": "[2026 Edition] Top 300 Stations in Tokyo Convenient for Bicycle Commuting | City･Living | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.011947039,-0.0090964995,0.003348978,-0.048351407,0.0078482255,-0.009882221,-0.012897746,-0.0081244055,0.02468124,0.0017612396,0.0039724307,-0.008946599,0.021722151,0.008364182,0.09257056,-0.010677045,-0.0062566022,0.019246655,0.0022065823,0.0018810655,0.000717559,0.023269922,-0.014208018,-0.031204801,-0.02288409,-0.015934888,-0.009741593,0.0009850775,0.03244614,0.0032504355,-0.015708733,0.02574129,-0.00046599252,0.018323263,0.0207408,0.030350704,0.046881374,-0.035160538,0.007751387,0.0016661934,-0.032032754,0.036116738,0.03175274,-0.0057945624,-0.03391329,0.0006968293,-0.014033347,-0.015017938,0.0044707996,0.01700252,-0.004865639,0.010838241,0.008256962,-0.19640552,-0.006495526,-0.032326344,-0.013568899,-0.0035896706,-0.013122823,0.004603249,0.014868594,0.017469889,-0.020034127,0.017893704,-0.0012097904,-0.0007515391,-0.019332275,0.008906994,-0.035401188,-0.016591577,-0.018665692,0.019364292,-0.008870941,-0.019602694,0.0049595973,0.018511793,-0.006391576,0.013888755,-0.009513866,-0.007657909,-0.0015511776,-0.0107472455,-0.002188909,-0.02618463,-0.014472905,-0.009572653,-0.0022303858,-0.00048712874,-0.0124917915,0.0044529433,-0.012024909,0.032552786,-0.013986456,-0.033064526,-0.007316952,0.005394354,-0.009564959,-0.01843113,-0.002223381,-0.02653986,0.022926716,-0.021220671,0.01505731,0.004519824,0.025294663,-0.0052344156,0.013922912,-0.0045007872,-0.024825966,-0.0016378509,-0.008126583,0.02374226,-0.025522938,-0.0069134333,0.0058849733,-0.11076567,-0.023771495,-0.019592075,0.007881938,-0.016016802,-0.019700468,-0.010947267,0.016029248,0.011646632,-0.0034754951,-0.030167272,0.014252485,-0.0043682214,0.014410272,0.025711507,0.009471289,0.0041276286,0.039700333,-0.015348894,0.005748202,-0.0058001634,-0.009902876,-0.00011968274,0.008836176,-0.02865102,-0.0319506,0.004553247,-0.0061343876,0.014976591,0.0011154247,-0.029956922,-0.05790128,0.010971376,0.027243985,-0.016126307,0.031969655,-0.00017416742,-0.005202797,0.0026880468,-0.022103988,-0.0007739447,0.048124358,0.042751323,0.016332991,0.0065204822,0.009397468,-0.009365622,-0.00676121,0.011168951,0.021313988,0.04030602,-0.0029528718,-0.00093218515,0.018397287,0.00492924,0.007401605,0.009313239,0.005463374,0.013371651,-0.0089912135,-0.015832486,0.010585824,-0.0011390557,0.008457569,0.030240528,-0.00036827772,0.009626524,0.01798086,0.022874888,-0.0021486857,-0.037402965,-0.014857118,-0.027380852,0.012077988,-0.02112937,0.011977495,0.007688579,-0.032819226,-0.02677115,0.00067860854,-0.04335055,0.0147911105,-0.0032588008,-0.0031077075,-0.002535055,0.025279775,0.011127151,0.012865646,-0.0015110108,0.0041158064,-0.023577543,0.01332635,0.0004707343,-0.002128947,-0.016834693,-0.012251206,0.0149037,0.03850797,-0.033880632,0.00426629,-0.027582802,-0.0136830015,0.017628834,-0.017370297,0.020769387,0.01528006,-1.6846625e-05,0.009942756,0.0067151687,-0.006238393,0.01348539,0.012220334,0.022316778,-0.038412806,-0.009417014,-0.015164719,0.012665205,0.025510116,-0.033812374,-0.02951932,-0.018358137,0.01880972,0.02029791,0.035527904,0.03618158,0.0074741584,0.023103954,0.0049243346,-0.0051360577,0.00662289,-0.016931927,0.009244181,-0.02849698,0.031000147,0.05515854,0.0116188545,-0.026705068,0.015192482,0.010035987,-0.0007647725,0.02506434,0.0021839072,0.008985479,0.0066005155,0.0055021336,-0.013995308,0.021492837,0.009499315,-0.011314116,0.0019059052,-0.0019206491,0.028272105,0.0058355327,-0.009173555,-0.016691681,0.0053518717,0.007252038,0.0017746524,-0.00080229033,0.017307252,0.015155517,-0.0439678,0.0025835664,-0.0033773095,-0.045201942,-0.016426712,0.042400707,0.02253369,0.007289765,-0.013666442,-0.00976618,-0.015489536,-0.030466022,0.01684426,-0.03217452,-0.010660045,0.011194531,0.008982748,0.01715952,0.025054604,-0.03108287,-0.03386042,-0.017820738,-0.014022275,-0.0061536557,-0.0011282163,0.004828834,0.036517136,0.033591576,0.018444078,-0.014802635,-0.00072928617,0.037141025,0.006407146,-0.009287952,-0.018028127,-0.014704436,0.0015658512,0.018355874,-0.02121991,-0.013048399,0.0067651714,-0.027958209,0.012387421,-0.012976351,-0.016836137,-0.029415166,0.0057625636,0.00987985,-0.033586726,0.02161752,0.014792335,0.0040536593,0.032811128,0.005215681,0.01766903,0.0012880655,0.018476075,0.005948295,-0.0042901533,-0.017005779,-0.028515154,-0.015478884,0.011606418,-0.015958596,0.005519779,0.00898595,-0.00017760346,-0.034424692,-0.020731485,0.015065022,0.005799473,0.014627049,-0.004033538,-0.035885878,-0.012176055,0.023602312,0.0106316535,-0.02264442,-0.005891742,0.017597688,0.0015126669,0.013155964,0.020977892,0.009715448,0.005216082,-0.0376131,0.021877794,0.025409415,0.0055763465,-0.013268799,-0.014683068,-0.009949496,-0.02716024,-0.002345047,0.008911989,0.008313206,0.02280238,-0.007828125,0.019402504,-0.0045807813,0.010551363,-0.00069932017,0.02713222,-0.024391677,-0.006540074,0.00074581674,-0.0128629645,0.0030674601,-0.023004197,-0.014013987,0.0036451933,0.0026178933,0.00505442,-0.0051069516,-0.0039804834,-0.0050970283,-0.006433649,0.008680573,0.007765707,0.04080134,0.025042348,-0.009788895,-0.0059960685,-0.023577075,0.030735588,0.0030258594,0.00999068,0.002283799,0.017648827,0.012908543,0.014350203,0.0074333325,0.0058055064,-0.015799703,0.002470425,-0.022467168,-0.006501573,0.0045374767,0.03136377,0.02767576,0.013600048,0.00074371166,-0.022362126,0.027397519,-0.012473863,0.008708534,-0.020627987,0.036162544,-0.018118117,-0.0103675,-0.005607356,-0.011910247,-0.0060634436,-0.023391392,-0.01775805,0.022722414,-0.016322445,-0.024454659,-0.052068014,-0.0075784,-0.022071421,-0.010932425,-0.015085866,-0.002533625,0.023870176,-0.0040146834,-0.014615519,-0.0032606889,-0.004980997,-0.002761783,-0.0012074847,-0.0053381235,-0.017346425,0.026259132,0.014755891,0.0018653274,-0.0045672087,0.03277095,-0.0025360011,-0.0211595,-0.0014539162,-0.019060679,-0.0047534793,0.027297035,0.02707178,-0.018045433,0.0017849455,0.01329814,0.0075801993,0.011108767,-0.0020308762,-0.025579074,-0.0045104045,-0.025552645,-0.016212666,-0.004260477,0.00380449,0.0017190769,-0.002970981,0.0001773236,0.0002804695,-0.017996017,-0.008552148,-0.01576101,0.009167535,-0.03421746,-0.030601047,0.015719892,0.038998745,0.025127932,0.0021880944,2.0491843e-05,0.010996592,0.023647618,0.0016509818,0.0057970174,-0.02271623,-0.0074765794,-0.015643721,0.0155146485,0.012880326,-0.015350784,0.012570655,-0.005013509,0.015108549,-0.018082542,0.0046452913,-0.018759474,-0.020062143,-0.015442911,0.011050317,-0.010848701,0.022966938,0.01735024,0.00037370142,-0.023130989,0.010314917,0.0038267672,-0.00394127,0.0098004425,0.018041851,-0.031652343,-0.010026221,0.002139496,-0.020129545,-0.027921932,0.006068177,-0.0034955568,-0.014467517,-0.017985782,0.008504186,-0.032967262,0.0016423615,0.00034629105,0.034286603,0.04186142,0.021865712,0.015045381,0.0021702577,0.021781014,0.0032111825,0.016437853,-0.0051974454,0.009734817,0.0070135514,0.0031317323,-0.011216949,0.013622132,0.020436604,-0.07494835,-0.013027094,0.041263413,-0.025759581,-0.0073218397,0.016340652,0.025504744,-0.0027280324,0.011598457,0.006405411,0.016437639,-0.031387813,-0.013675265,0.0014751565,0.010643227,-0.011559517,-0.014396937,0.018123318,0.004173099,-0.006030717,0.010248495,-0.0067720013,0.019085286,0.01576172,-0.004372019,0.0212118,0.012994869,-0.03469006,-0.020383207,-0.010778756,-0.024120018,0.013618238,-0.026420014,-0.002111913,-0.017800316,0.019337533,-0.005560404,0.009063845,0.0011561633,-0.013727149,0.0003289416,0.019319307,-0.015545401,-0.021041617,0.015663147,0.023612605,0.010535854,-0.013630492,-0.0038945547,0.0069253887,-0.020982012,0.012386738,0.009528256,-0.024988094,0.0118136145,-0.0063809073,0.012640122,-0.01090123,-0.01271818,-0.02987481,-0.015308942,0.02222733,-0.007419042,0.018346952,-0.009139397,0.037450008,0.018569656,0.025176365,0.018806439,0.0020293968,0.02790096,-0.014556577,-0.010217121,0.021877674,0.0075305235,-0.02930615,-0.0018541068,0.012613082,0.008433206,-0.005998097,-0.021522341,-0.00038737638,-0.0921347,-0.027337702,-0.026073938,-0.009541228,-0.031683788,0.014917757,0.004968274,-0.019522676,-0.003503896,-0.00820415,-0.0013367276,0.01446375,0.014241818,0.013709069,0.016272357,-0.0013601398,0.0061610416,-0.0037601138,0.004918235,0.01846932,-0.0064670863,0.0080927815,0.037661567,0.014465084,0.016668292,0.020095395,-0.009724068,0.026026852,0.0045972266,-0.030870555,-0.025876395,-0.13105893,0.009587935,0.008912452,0.0039919103,-0.007690259,-0.017248876,-0.0008293085,0.0012203566,-0.004057289,-0.024417682,0.0058463817,-0.03241694,-0.011292038,0.0032843684,-0.008615926,0.10552772,0.011024051,0.02432388,0.0039887773,-0.009231167,0.019059518,-0.0003667932,0.017315181,-0.02623616,-0.0010926814,0.016490143,0.021309074,0.013541133,-0.02157785,0.018115602,0.013992764,0.024007553,0.0027504892,0.01931274,0.009912769,0.048458323,-0.019198112,-0.012427005,0.030510962,0.017703969,0.013603503,0.014962612,0.0331116,0.0045064795,-0.026728295,1.559217e-05,-0.015290289,-0.009538517,-0.021421555,-0.0056501944,-0.03123844,-0.07199794,0.0010147298,0.015342021,0.0037242076,0.012335817,-0.008598683,-0.009079007,0.025108965,0.021900618,-8.825618e-05,0.024499832,-0.01275662,0.031965815,-0.005931349,0.0025238025,0.037547108,0.001640208,0.0088745095,0.039974477,-0.0005587777,-0.0018025631,-0.030765168,0.0015129138,-0.016177777,-0.0067169457,0.037374355,0.006708173,0.022178669,-0.0017067306,0.037077747,-0.00054804404,0.025051987,0.015361499,0.018956162,-0.0050801635,0.012310611,-0.0033129065,0.010129991,-0.011059508,0.04301304,0.039281312,-0.0050615678,-0.020711353,-0.0104687065,-0.00038892386,-0.008357371,-0.014769195,-0.041603968,-0.015121242,0.01023151,-0.022054162,0.013854336,-0.026551714,-0.016409671,0.039353035,-0.004882517,0.022360014,0.03275388,-0.011376709,0.01858117,0.0027921537,0.0064287,0.00868558,-0.0129317865,0.012700753,0.00544638,0.0014447095,-0.005542113,-0.0025934007,0.01279576,0.00387108,0.003948372,-0.00068359333,0.025919365,0.0014897605,-0.010231974,-0.0024431788,0.016412765,-0.046788707,0.009082267,-0.023137169,0.004733917,0.0025889715,0.006692323,-0.011383403,0.006632977,0.024272298,-0.001469273,-0.015308742,0.020783244,0.008878332,0.011712764,0.01524375,0.0021320914,0.012584192,-0.022271175,-0.0006690241,-0.016607357,-0.010555392,0.008105347,-0.025771415,-0.008048594,0.0068432554,-0.01371513,-0.0030911227,0.0010940462,0.0049985936,0.01782777,-0.013780984,-0.014900188,0.004645463,0.003777197,0.00667528,0.0042239632,-0.0022950715,0.011622127,-0.0039691017,0.02357959,0.011093428,0.003542129,-0.0039333845,-0.019338338,0.00031147662,0.011403315,-0.02734718,-0.009773631,0.0014896004,-0.0026947968,-0.008128593,0.022396002,0.004770932,-0.0056901486,0.0041593835,-0.0049294224,0.013329471,0.0055798013,0.0013526834,0.012274392,0.02659865,-0.005861445,-0.023257198,-0.00072293286,-0.019903287,-0.00019916739,-0.0030145836,-0.0010109752,0.0039689946,-0.010156533,0.009854797,-0.0020078865,-0.00025409856,-0.0016213536,0.0012787075,-0.0055086343,0.011387803,0.014321892,0.013380897,0.018920137,-0.025097163,0.0029001548,0.012673648,-0.016521666,-0.005872433,0.0014621231,-0.0051718494,0.015284229,0.014240263,0.0031513686,0.013153552,0.0022666987,-0.016535858,0.0106515875,0.0001478332,-0.0011934884,-0.00027471106,0.005852403,2.5830766e-05,0.026640963,0.0016014779,-0.00068466977,-0.005114666,0.02234684,0.000904767,-0.0023292648,-0.006188131,-0.00560739,-0.0038010997,0.00751797,0.008573183,-0.003042419,0.004338957,-0.003964056,-0.008412276,-0.014402547,0.012884895,0.00874607,-0.003918647,-0.024199823,-0.0104525,0.006365215,0.0063071097,0.011558449,0.012296211,-0.005454619,0.004189231,0.0050053056,0.009727912,0.00088920945,-0.003586553,-0.003221636,0.008312804,-0.0105360765,-0.00340892,0.017011875,0.005607916,0.0020307517,-0.014031648,-0.0033409733,0.023007758,-0.012901639,-0.008698287,-0.020865252,0.009284535,-0.012460952,-0.012844839,0.009686322,0.023444703,0.010736137,-0.005589862,0.021573545,-0.006906986,0.00023979398,0.020298745,-0.0037561678,-0.013141861,-0.00570685,-0.004186567,-0.009160746,-0.016488137,-0.0012321223,-0.0028448168,-0.0077574784,0.0016992446,0.00076785625,0.001194019,0.00014332538,0.008950071,-0.016811518,0.002376354,-0.010704503,-0.006469244,-0.009647863,-0.0060876026,0.0071904142,-0.001024129,0.0028575812,0.015763113,0.020672314,0.00232239,0.09366929,-0.010029489,0.0071665463,0.01768871,-0.0009418162,-0.012686812,0.008685454,-0.00340082,-0.007113972,-0.00989694,0.0032321932,0.007939622,-0.011490793,0.0054368293,0.005622056,0.006542073,0.019814713,0.00056041934,0.005480396,-0.0014309179,-0.008464271,-0.0030735699,-0.0012051053,-0.017465519,0.005512772,0.013718465,0.0026917143,0.0037414161,0.009168798,0.004245498,0.01588592,-0.003173587,0.007654388,0.008669942,-0.014994367,-0.010018515,-0.014533644,0.0065396344,0.012567601,-0.00056844734,0.004842163,0.010948788,0.011066986,0.0011589181,-0.0060213134,0.0062409006,-0.014014344,-0.00025992497,0.0047122333,0.0072539393,0.0016897034,-0.014950079,-0.015023453,0.00074368966,-0.011966402,-0.001163206,-0.018771218,-0.020432185,-0.0007324336,-6.470863e-05,-0.0034300028,0.015220152,-0.016276995,-0.00236146,-0.0032357448,-0.0065060663,0.0056975964,-0.013347948,-0.0032078407,-0.0063188877,0.00025442147,-0.008963322,-0.009183248,-0.009548047,0.01213815,7.5086573e-06,0.0037050133,-0.0077729784,0.003918216,-0.0031366989,0.01732926,-0.013315239,-0.017295392,0.002282913,0.00636265,0.004530984,-0.0003336561,0.004895669,-0.011901545,0.01269884,0.0143942805,-0.014314548,0.013132844,0.0073753716,0.012091567,-0.011225195,0.042955853,0.0052978867,0.011398243,0.004501785,0.019256426,-0.0024417837,-0.0056973337,0.014343124,0.0035278983,0.010629176,0.01685508,0.023733381,0.019113407,-0.0049537383,0.004921587,0.027029041,0.018181413,0.009438747,-0.0071536563,0.029000463,0.004807624,0.0044117044,-0.0115461545,-0.008718337,-0.0030566794,-0.012989699,-0.008396929,0.0024089818,0.017617464,-0.0012852513,-0.022020362,-0.0006902626,-0.0025486215,0.0022134266,0.0013896109,0.016531046,-0.01564775,0.002383666,0.0015470556,0.008090165,0.0061297254,0.0265308,0.008382229,-0.013232982,-0.005975584,0.0009965966,-0.02002181,-0.02467889,0.00661936,0.0073972647,0.0063837976,0.0076063327,0.018916186,-0.0027371845,0.0049446174,0.0022345644,-0.009658507,0.007915867,-0.003612385,0.0006723766,-0.01770751,-0.001627851,0.0044781403,0.008294825,0.0074960724,0.012526486,0.0055705495,-0.0033770825,0.009133205,0.007942634,0.0061423373,0.00859387,0.0033336699,0.009070959,-0.0004973433,-0.006143405,0.002447682,0.021460578,0.0057306453,0.0043046116,0.001407339,-0.010392331,-0.0011707017,-0.013217723,0.0002553355,-0.01235235,-0.021659454,-0.0029904677,-0.013579115,0.0048074857,-0.008073285,0.012555077,0.01943061,-0.00289413,0.0043659937,-0.022050524,-0.0029536001,0.0127041405,0.010034878,0.0062262337,-0.006001863,-0.020908913,-0.012449163,0.002938675,0.0005536531,-0.014833054,0.0035159301,-0.018096358,0.03205229,-0.005866195,0.0027995917,0.014427836,-0.004789281,-0.00075918227,-0.0006272145,-0.009493159,0.0042857816,-0.00044590718,0.004108305,-0.0038685203,0.011411654,-0.01154995,-0.0023331423,-0.022014307,-0.00080992724,0.014212208,-0.008876413,-0.0062969807,0.016357373,0.0044388724,-0.0016516262,-0.00061280053,0.008698362,-0.027794782,-0.0067814165,-0.01581846,-0.0056841234,0.0026014159,0.01922727,0.010652476,-0.0047174664,0.0032409525,0.0068642017,-0.0044404166,-0.010018645,0.00050777517,0.0079412125,-0.009410713,-0.0062431614,0.006216865,-0.003089891,0.0030135661,-0.021823332,0.00049654586,-0.005327624,-0.0005483675,-0.0054138536,-0.017483048,0.012595022,0.0030709023,0.015227181,-0.04041205,-0.009958446,0.0059219995,-0.00030837415,0.012776193,0.008135508,-0.0075194333,-0.007869074,0.00897231,-0.003139717,0.021171741,-0.010951733,-0.015185039,0.013883095,0.0014049016,-0.008313452,-0.0051885825,0.0047771106,0.008000859,-0.0015486716,-0.028167276,-0.013860531,0.0152596915,0.005384067,0.00017393673,0.012376901,0.0133382,-0.008971332,0.007177337,0.012116394,0.0006885996,-0.0040498236,0.017174857,0.0016074643,0.0039440086,0.00897162,-0.0023106344,0.0018519292,-0.0001261017,0.002818302,0.008783985,0.0015177551,-0.009090512,-0.001879619,0.00036519987,-0.009198181,0.0031153045,-0.009682951,0.006510569,-0.013229236,0.0019293436,0.03320307,0.0054646116,0.0008223711,0.009646678,-0.0076631396,0.008484204,0.012388054,-0.015156585,-0.011710649,0.009959295,0.021956123,0.003596648,0.0033649984,-0.028480144,0.016212434,-0.014977671,0.008613732,-0.017450564,0.012117859,0.021522012,-0.012989135,-0.00690263,0.010875431,0.00018908842,-0.01074056,0.021656077,0.0070867185,0.009710097,-0.006307404,0.002928711,0.01949033,0.0024725655,-0.00777854,-0.006477869,-0.007724062,0.002288304,-0.024143212,0.0005303875,0.0146532,0.015357776,0.014002613,-0.011979125,0.0060492232,-0.0125475805,0.003409587,-0.015672456,0.005270435,-0.0046751453,0.0022802514,-0.004375085,-0.02560586,0.0091099255,0.017509071,-0.0029340181,0.0032749192,-0.009317988,-0.0015363594,-0.0116829565,0.00608486,-0.014743181,-0.0017498974,0.016838238,-0.014464957,0.019653706,0.0030244838,0.003509319,-0.007765261,0.0031627913,-0.016960623,-0.017738437,0.01461074,-0.00745938,0.0014425426,-0.024677671,-0.016944658,-0.017219992,-0.0023699282,0.0057316977,-0.008152279,0.02139585,0.00027261762,0.017212326,0.0018965716,-0.0031890979,-0.00018680365,0.01258538,0.007492652,0.010468842,0.0092432005,0.014264147,-0.010256638,-0.0051793074,-0.0092616705,0.00044633358,-0.00084268826,-0.0005899486,-0.00558318,-0.004907313,0.011809711,-0.0052292147,-0.021652592,0.010711941,0.0036449626,-0.014381539,-0.0029513682,-0.002027457,0.009878932,0.008890046,0.0003069409,0.019931857,-0.0033855052,-0.008608062,-0.009400024,0.00944393,0.0030373898,0.008379058,0.017797954,0.0112419715,-0.010942182,-0.01044992,0.005856667,-0.010322553,0.008884625,-0.012080265,0.0052668573,0.011724524,-0.00808981,0.0048798346,-0.0045435876,-0.0012767061,0.027794097,0.0036022917,0.004986787,0.011882171,-0.013513683,0.003379012,-0.0014253452,-0.022063777,0.025424559,0.010928884,-0.013517763,-0.0038967025,0.006060179,0.005975736,-0.014198967,0.0023467045,0.0050123865,0.0032445241,-0.004643315,-0.017655324,-0.00022649828,0.0041792537,-0.026497984,0.0012993126,-0.07741247,-0.012048916,0.012361717,0.007986728,-0.010521354,0.001974053,-0.020685023,0.0036758343,-0.0012739748,0.008578695,-0.013555431,-0.002703414,-0.014348572,0.011271102,0.010166359,-0.0036078158,-0.005903729,0.005248441,0.0061532618,-0.004539052,-0.009188865,0.012353036,-0.004130919,-0.0057155127,0.007725253,-0.006291721,-0.022725154,0.017185582,-0.005320093,0.004971249,-0.003337228,0.014023104,-0.0056796353,0.010257807,-0.00083895604,0.00034720136,-0.0072131245,0.020916495,-0.12716487,0.016602898,-0.0008645324,-0.0058623464,0.013985852,-0.013047763,0.02602182,-0.005787482,-0.0065924325,-0.005122099,0.007868084,0.010712384,-0.00503358,-0.0069730156,0.0044024056,-0.0041342247,-0.017792614,0.015717097,-0.005780073,0.013237178,-0.013615992,0.0042305435,0.016213715,0.009715718,-0.008023175,0.0028153725,-0.014174294,0.00087495276,0.001984115,-0.0076359594,0.0031633596,-0.009788384,0.014464753,0.013962514,0.0025460876,-0.016813688,0.00843817,0.016845379,0.0072507155,0.0032051746,0.0033427004,0.007682328,0.003705974,-0.00086249755,0.01626515,0.0042618443,-0.0016207498,-0.007204622,-0.0072175725,-0.007875026,0.0023830195,-0.003087913,-0.007206252,0.010799084,0.0153435,-0.006260472,0.018806677,0.011783078,0.005811644,0.014487805,-0.012694525,0.014403912,0.004545138,0.010958153,0.020046793,0.0042181388,0.02007458,0.0061279438,0.0037872249,0.02396724,-0.024768405,0.0023933162,0.014439402,-0.014709805,-0.009963973,0.020681573,0.0066805193,-0.0021152336,-0.002616256,-0.0045876335,-0.0105616385,-0.018113984,-0.009396624,0.023518382,-0.008056723,-0.01722328,-0.022440601,-0.00064718723,-0.0021312227,-0.0609238,-0.0075170593,0.012460101,-0.004490243,0.036391247,0.009825731,0.006474167,0.013417527,-0.014269215,-0.020849464,-0.016587732,0.023696663,-0.031552985,0.0011626872,-0.014243758,-0.007050462,0.024340363,0.00261702,-0.015802693,-0.0036179682,-0.043085154,-0.006600784,-0.02589988,0.018817656,-0.0017229385,-0.013076403,-7.824173e-05,-0.007133456,0.021364322,-0.021483637,0.0034608084,-0.0012541016,0.006672392,0.019079091,0.024003297,-0.009571177,0.018821012,0.009139579,-0.0064146672,-0.00061511196,-0.015864324,-0.00084582844,-0.008252824,-0.00054510275,0.015623806,0.007989505,0.0021173907,0.002682521,0.001004288,0.005144201,0.019699669,0.013381105,-0.014161144,-0.00022281596,0.023007909,0.008813486,0.01436751,-0.001973751,0.0012130793,-0.022470426,0.018877542,0.010156742,-0.005367957,-0.009169749,0.017637664,0.0002444354,0.00333982,0.021050822,-0.018596038,-0.0096477745,0.0105389645,0.020486172,0.026219184,0.00914705,0.006204121,-0.027498087,-0.011445807,0.025967663,-0.024687491,0.017660402,0.012643285,0.008163258,-0.024629997,0.01642762,-0.0058568935,0.006084273,-0.0030625274,-0.0054815724,0.0077884756,-0.031594336,0.031708773,0.00067243987,0.0057730046,-0.00022526532,0.013575032,0.027384007,-0.008384881,0.01200482,-0.008681727,-0.011306011,0.004969759,0.015498696,0.0024190934,-0.016107392,-0.00084501255,-0.009598135,0.021103323,-0.014443154,-0.003270427,-0.015985347,-0.00034891625,0.0110742785,-0.011005709,0.025893955,-0.16163114,-0.016026344,0.0071023144,-0.008183512,-0.010503911,-0.011509955,0.0069937743,0.01941825,0.016513841,-0.0051973825,0.021602461,-0.024164755,-0.0113934325,0.001932928,0.04898452,-0.024215586,0.008426705,0.016647713,-0.015980512,0.0035270439,0.008065089,-0.0024102735,-0.006756757,-0.014941581,-0.009644466,0.0012402359,-0.0022969672,-0.005635406,0.0016055804,-0.015263694,-0.000823598,0.016836725,0.0058413087,-0.005095173,9.27057e-05,-0.0012480785,0.0051045516,-0.0030880938,-0.017272804,0.020717831,0.01658596,0.0011872544,-0.029687488,0.00766363,0.0032262832,0.006354416,-0.01878814,-0.027437277,-0.0130932825,-0.013456751,0.0042249886,0.010080379,0.020257931,0.00045363358,0.0059026466,-0.0044384315,0.0075707515,-0.009912125,0.004320496,0.004836634,0.04142845,-0.0063772136,0.0095124,-0.004075331,0.004644007,-0.0084478,0.008293785,0.13566133,-0.009110056,0.011442221,0.0071139243,0.010102041,-0.010861198,0.006081934,0.007626002,-0.007119399,-0.014428478,-0.00028644843,0.006456152,-0.002434626,0.019722465,0.014410378,0.0069842003,-0.022993859,0.008964192,-0.018291665,-0.005111338,-0.018349081,-0.012033509,-0.005434518,-0.008372928,-0.0076052253,-0.004724812,0.005083177,0.008494515,-0.008433714,0.027024902,-0.0032086116,-0.018418863,0.0015027177,-0.020032227,0.015853722,0.009344284,0.0032780233,-0.0081754755,-0.025293259,-0.018022547,-0.011166621,0.018404987,0.009875806,-0.0014000676,0.012330966,-7.630159e-06,-0.004519517,0.009546021,-0.001813884,-0.0049452144,-0.022972897,0.00022143337,-0.012633251,-0.0029785675,0.004097264,-0.007869586,-0.0059526325,-0.003577767,-0.008435547,-0.0028864383,-0.004141859,0.013894277,0.0042683743,-0.01717522,-0.009951851,-0.019287145,0.0014519014,-0.006030082,0.018908152,-0.09386211,-0.016764216,-0.008755186,0.012592236,-0.007295473,0.017225575,0.0023088146,-0.00017661585,0.006734543,-0.010678295,0.0010536623,0.0004228659,-0.014391693,-0.003361564,0.011518822,0.0007564331,-0.009520951,0.01576536,0.013321361,-0.015540973,0.013344415,0.024439117,0.019397423,-0.020579142,-0.019577231,-0.0041373735,0.00687779,-0.014598337,0.007725262,0.005837984,-0.010762526,0.022455703,-0.03806517,0.008056196,-0.010795099,0.0014051613,0.021768909,0.0063693835,-0.009353517,0.0014463745,-0.00050953875,-0.021097891,0.004925856,0.020788074,-0.0005938305,-0.03212491,0.020007197,-0.008822022,-0.030247327,0.0012305181,0.0034129506,-0.007393094,-0.006767446,-0.02019904,-0.017758705,0.032281414,0.02091063,-0.015796302,0.015431465,0.0060260543,0.0060097673,0.0004897118,-0.013673081,-0.010580478,0.011544096,-0.01370756,0.0031974653,2.0279234e-05,-0.004356179,0.010642597,0.005091222,-0.0015702713,0.0036979623,-0.02629276,-0.010230953,-0.029936483,-0.013893941,-0.010149557,-0.005442261,-0.01520082,0.00023483367,-0.021055376,-0.0012609648,-0.008848432,0.024323957,-0.017808834,-0.00296554,-0.014923185,0.0035811686,0.005553401,-0.025199328,0.020027714,-0.0072619007,-0.0021712254,0.0028118414,-0.0023335363,-0.014672994,-0.0091512995,0.00089632027,-0.009314364,0.0019854289,-0.0037632983,-0.010740279,0.012113749,-0.005928077,-0.009774447,0.010178553,-0.036511958,0.02461523,0.01520363,-0.016609065,0.019931251,-0.035402503,0.0014827955,-0.0030028038,-0.015665801,0.021763457,0.00062783516,0.027721386,-0.011847627,-0.0025314928,-0.0049695545,-0.0009939672,-0.026932707,-0.010062438,-0.017137473,-0.0051498297,0.013512029,0.014604661,0.0022700867,0.013240104,0.018589305,-0.011526122,0.026855554,-0.00024506633,-0.0079450905,-0.0037618128,0.0041552973,0.0150974,0.0055163507,-0.011966256,0.015147083,-0.006131558,0.027876075,0.0065971175,-0.002602913,0.0033296351,-0.0076752654,0.00435607,0.0009818771,-0.021945823,-0.017480383,0.0025103418,-0.0058447653,-0.012081931,0.01853127,0.009682435,0.022652,0.009950563,-0.006951008,0.0066422992,0.017557925,-0.007225782,0.011099021,-0.010308237,0.0014666796,0.017472008,-0.006845887,-0.022588799,-0.01830644,-0.005685659,0.021765642,0.00011621085,-0.016463617,0.014383374,0.00062638085,-0.0023563746,-0.0043850937,0.00075878744,-0.068771265,-0.0038140938,-0.008702815,0.0066666827,-0.0071869297,0.0026538009,-0.00047288704,0.00013101088,-0.027476273,-0.010530703,-0.023782799,-0.0019560622,0.0023246952,-0.013536792,0.014450225,0.010068004,-0.008244226,-0.023453088,0.0099451495,-0.016138725,-0.0011641673,0.023259232,0.0033008317,0.014542146,0.03485597,-0.0040036933,0.036130972,-0.0010569909,0.0032897869,0.011558498,-0.010000375,-0.01470838,0.0013246769,0.004212278,-0.009741835,-0.016109038,0.008992354,-0.0126040345,0.016497655,-0.036346983,-0.008425306,0.03144868,-0.060317326,0.019584285,0.007377498,0.023049718,0.001871219,0.016808616,-0.0043288697,-0.013710923,-0.008798549,-0.003905803,-0.027296215,0.011791245,0.01412375,-0.013536694,-0.007984078,-0.01856375,-0.021089481,-0.033676136,-0.0046453625,0.00020807906,-0.009100742,0.0129906265,0.03207562,0.0056995065,-0.007222149,0.013856376,-0.019289609,0.016147675,-0.03096595,-0.014369277,0.0010549994,0.0012143101,-0.008120509,0.017277224,-0.01482289,-0.022133349,0.004107446,0.026407316,-0.021354934,0.02607718,-0.009125408,0.024498582,0.020592896,-0.016619299,-0.006863795,-0.099456295,-0.003926445,-0.026525453,-0.0013261208,0.0042174812,0.0057800007,-0.002592181,0.015660426,0.004834274,0.008146068,-0.0046545425,-0.030005649,0.011565958,-0.013035954,0.00084145,0.007991458,-0.0016455512,0.0061868564,-0.0009240798,-0.01660078,-0.014410229,-0.0010410495,0.0031348523,0.011646189,-0.007675238,-0.023298187,-0.0150675485,0.0010994459,-0.0040653367,0.0006717474,-0.027155265,-0.011250462,0.0028460722,0.0059695775,-0.0062975273,0.026872985,-0.0062670363,-0.020840516,0.012160961,0.012622768,0.012109034,-0.008181214,0.006298987,0.0055330964,-0.0032505137,0.019201044,-0.0045464765,0.012582851,-0.030250613,0.010756814,0.021177322,-0.0016339101,0.038177937,0.003923773,0.025967149,0.01534577,-0.00077297754,-0.011481603,-0.0068162684,0.011060809,0.0036990393,-0.014561207,-0.0063960096,-0.0064435205,-0.0058522155,-0.027384095,-0.017183024,-0.030760858,-0.018532787,0.010265005,-0.014392009,-0.012746286,0.0119035095,0.01639549,-0.018076196,0.0022881546,0.004215035,-0.0035811206,-0.030510558,-0.0041842866,0.011416568,-0.034930598,0.009938734,-0.0041691633,-0.013292584,0.006146542,-0.000706971,0.024832444,0.0023917004,-0.016326986,0.020797746,-0.01802515,-0.0048910673,0.00543736,0.014814177,0.0067695742,-0.008998138,-0.0041206037,0.006226609,-0.027645037,-0.00040294704,0.008455588,0.015773691,-0.0073651043,0.02261571,0.0012724203,0.015237906,-0.0016735384,-0.0055295937,0.005144396,0.0033539962,0.0036532357,0.00059183664,-0.0009173577,-0.019970078,-0.0012036705,0.027725877,-0.014114982,-0.013234566,-0.012025611,-0.0027129047,0.0011841819,-0.018157585,-0.0047170953,0.012509814,-0.010606339,0.011393277,-0.027460136,0.026486801,-0.0148651535,0.026340276,-0.0013331885,0.013040035,0.022091562,-0.002163153,-0.021263035,0.012206943,0.013940544,-0.022149872,-0.006110993,-0.029787285,-0.0087210415,0.022918731,-0.027643127,0.008290863,0.024902314,0.025478056,-0.0010504016,0.0102425665,-0.017538533,-0.0089034345,0.01783734,-0.013743211,-0.026351662,-0.0073469444,-0.020341374,-0.014496697,-0.014177265,-0.0034732972,-0.007380796,0.006950128,0.005341332,-0.0048332433,0.008994216,-0.014388025,-0.0071829273,-0.0007014001,0.0044967197,0.012558799,-0.0062414673,-0.0011209563,-0.027264332,0.0028366202,-0.003641415,0.03855533,0.0024058856,-0.004864565,0.0030361149,0.003580221,0.0042455643,0.0012045599,0.009596796,-0.0024131238,0.008975528,0.0043206764,0.016904444,-0.0071346015,-0.0026733757,0.01741953,0.005623942,0.0022578903,0.009352114,0.022023907,-0.011279426,0.008691621,0.006254059,-0.010926788,-0.019026166,0.011159581,-0.018614467,0.004136813,-0.012399678,-0.00704202,-0.0062693725,0.0035614884,-0.00048340214,0.02326413,0.008794745,-0.0056870473,0.0034247248,0.0061374595,-0.018298997,-0.0048294617,0.009713154,0.0060247025,0.009273633,0.0061448575,0.0052113975,-0.0032897408,0.016386468,0.022979142,0.023494584,0.019540193,-0.012345526,-0.010025574,-0.004787772,-0.027299,0.026254322,0.0032289322,-0.028944012,-0.00053869985,-0.0019953868,-0.01794796,0.005107695,-0.019744122,-0.02156872,-0.024936246,0.0054223114,0.007151839,-0.007152436,-0.0028503356,0.014608392,0.02660761,-0.0011615455,-0.0015477573,-0.017953796,-0.004116804,-0.0012384427,0.00074376015,-0.0051622693,0.005002619,0.0043581007,0.0067289784,-0.004117153,0.001463074,-0.012352093,-0.0022090506,0.00857979,0.024420729,-0.020431697,0.019762851,-0.009645542,-0.0089158295,0.0034411456,-0.029505333,-0.028365612,0.027299484,0.0017494609,0.035194464,0.011803311,-0.008716439,-0.003477962,-0.014096359,-0.013994107,-0.017451325,-0.016176222,-0.017849615,0.0110771125,0.020318583,-0.007394601,0.0014388895,-0.00679624,0.0124862855,-0.0057932846,0.013712575,0.015967296,0.006368156,-0.015581561,-0.000979125,-0.00945528,0.011488614,-0.031918224,0.009163864,0.009590623,-0.011940664,0.015454729,0.00657455,0.0016110019,0.015040286,0.0077497284,0.017165534,-0.011516206,0.00051807537,-0.0033412576,0.006162294,0.006400829,-0.0061013727,-0.0015895221,-0.002677394,-0.023046289,-0.01203657,0.023480643,-0.0067529893,-0.0076559614,-0.0137403,0.00083285675,-0.028316531,-0.013344565,0.026594885,-0.0056413906,-0.008038003,-0.017639654,0.0013271694,-0.0097920885,0.007729333,-0.010234827,-0.0015304437,-0.021754144,-0.006156093,0.009158595,-0.011746651,-0.0060396926,-0.009950986,0.0014133783,0.0034439322,0.0052020256,-0.006221797,0.030207328,0.0041741435,-0.005608294,0.002545825,0.00488855,0.005872719,0.004122861,0.0023856962,-0.014216952,-0.01546419,0.008733219,0.0025417472,-0.0005559059,-0.012105631,0.00850304,0.011304067,-0.00039093275,-0.003968964,0.012417614,0.0019069177,0.0009628513,0.0107242195,0.007842799,-0.016056126,0.01600329,0.0017275367,0.0046497094,-0.012997699,-0.016162556,0.0030745766,-0.0005974339,0.008438385,0.009471449,-0.051189642,-0.010226987,0.0026266593,0.00019932857,0.01750542,-0.007842951,0.01817732,-0.027624942,-0.010382744,0.0045907013,-0.014718138,-0.006112399,-0.01697159,-0.016710462,-0.019947888,-0.010534079,0.012623914,0.0054558776,0.037163783,-0.011613542,0.003633055,0.023499005,0.0050704265,0.00858808,-0.0026440585,0.0037833257,-0.0062041786,-0.005458284,0.005355116,-0.03177904,0.017491953,-0.032507215,-0.0036893487,0.006386001,-0.0071545686,0.01194027,-0.015010103,0.002911382,0.0009537179,-0.010501495,-0.030351896,0.02055999,-0.016748393,0.009589726,-0.0151727935,0.010384788,-0.014676097,0.0066374694,-0.0014469434,-0.004786105,0.0032998624,-0.005331557,0.0031382476,0.031184439,-0.023299731,-0.0012637567,0.03247309,0.018455556,0.017025843,0.000501008,0.022241171,-0.00037276978,0.015827794,-0.0037094995,0.019532297,0.009131806,-0.011374326,0.011034579,0.0063789343,0.022008214,0.0064686784,0.011358042,0.003244508,0.009684775,0.015421991,0.010106339,0.0048039863,0.025535265,0.008034318,-0.013806135,-0.00044147886,0.0088635385,-0.0116929,0.0121790115,-0.008027272,0.0106939385,-0.007175896,-0.011658431,-0.0033141926,0.009122864,-0.009143104,-0.0019135391,-0.0019423199,0.009887108,-0.026268123,-0.015397165,-0.018689757,0.000481253,-0.009843305,-0.004938806,0.007868593,-0.01493353,-0.04022644,-0.0060655177,-0.01688162,-0.009762995,-0.0014614181,-0.01497743,0.0010254367,-0.0005911984,-0.015386705,0.023038149,0.0007091323,0.005976123,0.0104269795,-0.03125712,0.0072912597,-0.03402576,0.018095216,0.01258328,-0.0076094037,-0.01759287,0.014368755,-0.030123318,0.009101356,0.012699508,-0.009053926,0.008520291,0.0071742237,0.0013179872,-0.0014571917,-0.019421069,0.0029339294,-0.015002005,0.015315858,-0.023061449,0.0119147245,0.0015510056,-0.020681718,-0.041823156,-0.024868496,0.008724404,-0.0042680744,-0.022300648,-0.02749905,0.011745775,0.01440772,-0.002332129,-0.009171215,-0.0008423032,0.0149278175,0.0024205889,-0.004460087,-0.015715009,0.006080977,-0.037134137,0.015238206,0.0007774799,0.013323676,-0.006229301,0.0073724026,0.004413868,-0.01711664,0.0016087571,-0.0017617965,-0.022636347,8.500002e-05,2.6043686e-05,0.0154148275,-0.023833917,-0.00037864147,-0.013040266,0.0078054434,-0.0039452077,0.026644774,0.0020658227,0.0048868363,-0.007300556,-0.019798044,0.022071643,-0.008689399,-0.023241507,0.010383058,-0.00985961,-0.008073113,0.0068095145,0.02026982,0.011737683,0.009070453,-0.008070287,-0.02414246,0.01096944,-0.0118518,0.019410219,-0.018797759,-0.02329194,-0.006973785,-0.016420478,-0.015623423,0.009000057,0.017625332,0.005867501,0.028433917,0.018579837,0.0077444008,-0.015886785,-0.0026923104,-0.011479691,0.013591044,0.0008129473,0.008376947,-0.032354496,0.009689309,0.0048981654,0.009355966,0.0014036406,0.007853791,0.013418621,0.017392876,0.004185253,0.0030694783,-0.013240417,0.010204873,-0.013092146,-0.00469188,0.014001703,0.00716386,-0.028760914,0.00046265186,-0.00755228,-0.00555224,-0.008755457,-0.005643703,-0.0016432733,0.025763195,0.009238262,-0.007278783,0.024837121,0.034951348,-0.009573603,-0.020201655,0.034087215,-0.016454909,-0.005169787,0.007913955,-0.011826741,0.023495331,-0.0038159927,0.0023756733,-0.012233473,-0.0061542415,0.008424142,-0.010023443,0.009922177,-0.0061004213,-0.019161176,0.012267118,-0.015390387,-0.007223636,-0.031183006,0.0052226437,0.013881375,-0.01875177,-0.008741822,0.014732752,0.0039439574,-0.0047261887,-0.0013273332,0.009534472,0.02536876,0.03270079,-0.0030214293,0.003112691,-0.0006945745,0.021880053,-0.009551922,-0.0011995421,0.007966619,-0.0049258485,0.013254773,-0.00232218,-0.0031475327,0.01619975,0.000717169,-0.008059762,-0.013048619,-0.0036795477,-0.0074983696,0.057719752,0.0013178958,-0.019283634,0.0003654764,-0.0023702723,0.009947749,0.010661081,-0.03559007,-0.0023463413,-0.0072312253,0.00034486264,-0.0036105225,0.011364988,-0.0010058827,-0.022145936,0.03230167,0.0072229435,-0.012550643,-0.01043627,0.010020092,-0.002307853,0.000807252,-0.042980984,0.009859624,0.008221013,-0.005110038,0.007983691,0.025223749,0.15034473,0.13852611,-0.031514134,0.004624182,-0.007021211,0.0064397096,-0.022343155,-0.022874625,-0.005125293,-0.020293074,-0.022112183,-0.013171048,0.0066685877,0.0022698205,0.0005666307,-0.010211102,-0.011813463,-0.0164722,-0.008646504,0.0054172976,0.011454843,0.010558242,-0.014088196,-0.0023714725,-0.019128846,0.014991422,-0.003571369,0.020085538,0.008693942,-0.0046208748,-0.017547369,0.021964697,-0.012248223,-0.0031276147,0.03241165,-0.0034386474,-0.010729442,0.006886481,0.0009690267,-0.030583167,0.011660874,0.017546,0.0064097494,0.0022618317,0.009542121,-0.0017291403,0.013681166,0.0029951693,0.001969147,-0.010479257,0.022582456,-0.013218308,0.0037015064,0.0004950634,-0.009677028,-0.007018649,0.0087711075,-0.0032639434,0.00088501896,0.015061717,0.002040245,0.019368477,0.008004548,0.015296644,0.011913908,0.010363147,0.012048882,0.0027443913,0.0049420926,-0.014668889,0.011203262,0.010948005,0.0024084381,0.025550922,-0.012082707,0.015921386,0.021849796,0.011985081,-0.010325684,0.010516716,-0.026329288,0.014084975,-0.013736168,0.0068158126,0.031012826,0.0014737553,-0.022432229,0.034320805,0.0885799,-0.0012084957,0.005536636,-0.018002786,0.0319229,-0.014859679,0.009600467,0.054818008,0.019434888,0.025203088,0.04252035,0.009474151,-0.012856557,-0.012535282,0.0046770237,-0.020576444,0.009446276,0.02448253,0.004406793,0.012225387,-0.020225475,-0.015078655,0.01922101,0.000930031,-0.015572016,0.026764482,0.018516732,-0.0029637266,-0.012035904,0.0008286702,-0.10936693,0.016686812,0.018210223,-0.032062203,-0.007923294,0.01743278,-0.026978599,0.0034254994,0.0066009187,-0.0031844312,0.024120385,-0.0032038037,0.00420721,0.008689445,-0.02285177,0.0065791486,0.017983668,-0.0101643205,-3.336483e-05,0.008344217,-0.011176594,0.0044253124,-0.019029826,0.007781746,-0.025378026,0.018830348,-0.008117561,0.008489974,0.0060369777,0.009330599,-0.006699932,0.015923832,-0.023519171,0.03124962,-0.0018286908,0.001189881,0.012065575,0.01748397,0.011352338,-0.0024772417,-0.00384708,-0.015227513,-0.0026160986,-0.011814284,-0.024006868,-0.016385274,0.004959336,-0.011825835,-0.02380444,0.0047877473,-0.0059804786,0.0073453183,-0.008078279,0.023805626,-0.0004735177,-0.005715838,0.0039299163,-0.0013941186,-0.006009184,0.02182537,-0.0014978382,0.00727672,-0.01932094,0.006574311,0.0034354653,-0.023257995,-0.0014400525,0.005707117,-0.00732053,0.002289109,-0.028543223,-0.0068450635,-0.0065543302,-0.004526734,0.006584711,0.019991308,0.00595778,0.013135641,0.0074755996,0.015619665,-0.002255715,-0.02771946,0.0045425734,0.09549019,-0.0020724605,-0.008536704,-0.0026179585,0.020087602,-0.011716668,0.0050261444,-0.008817669,0.02361692,0.0076486194,0.0042752973,-0.018820465,0.01352694,0.023324862,0.021106308,-0.015532878,-0.009863208,0.0013754182,0.023421785,0.021524793,0.030883579,0.004762039,-0.00010182381,-0.019168358,0.016068054,0.021645447,-0.024193138,0.0051423507,-0.009679926,0.011357095,0.0011381971,0.0044332296,0.019894546,-0.014071057,-0.017355401,0.030604314,-0.023613676,0.0012656,-0.005939375,-0.015069717,-0.00362876,0.004615294,-0.00021999437,0.006969201,-0.038633294,0.19957277,-0.005640171,-0.01874347,-6.896237e-05,-0.002532497,0.014050627,-0.0026167748,0.011793446,0.024133785,0.0063108862,0.0101812575,-0.018145977,-0.020930218,0.00400772,0.018127585,-0.0067393947,-0.016520742,-0.02021681,-0.012676454,0.0091974195,0.008200353,-0.017534068,-0.013018636,0.0025107681,0.008521479,0.016211668,0.0050204294,-0.013018965,0.01375044,-0.012873209,-0.008606459,-0.018902237,0.00044937752,-0.007662353,0.0002499205,0.0034390485,0.016033927,-0.0027178833,0.011542084,0.0117762005,0.019130966,0.009538937,-0.006460835,0.0241052,0.014335917,0.006772062,-0.005331676,-0.020643475,-0.016971475,0.014334498,0.0011286926,0.005497309,0.029153556,0.012750948,-0.015451411,0.002126666,0.008046903,2.49769e-06,-0.008670954,-0.001497817,0.019984977,0.002403617,0.0059853406,0.001720699,0.01441447,0.0033637823,-0.010252891]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 126,
          "content": "Repeated Harsh Criticism: Are \"Aeon's Low-Priced Foods\" Really That Bad? | Gourmet・Recipe | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.031661976,-0.008116366,0.02480817,-0.05681205,0.001889994,-0.011167039,0.014880818,0.0036828099,0.014473532,0.022731183,-0.014853416,-0.016725576,0.034406178,-0.0018491666,0.07737489,0.005398742,0.032575946,0.023355402,-0.0054007056,-0.00610499,0.007922657,0.01112473,-0.007646637,0.009748502,-0.0009837736,-0.016484115,0.010571002,0.017221699,0.045163,0.005644869,-0.0021305734,0.02148727,-0.0052623143,0.012649759,0.01304036,0.038358614,0.009449903,-0.023599796,0.0025244327,0.037900183,-0.0048403475,0.001956801,0.01629362,0.02118798,-0.014453557,-0.008462164,-0.01093243,-0.014862851,0.02793591,0.013378839,0.010836634,0.0017666217,0.005310283,-0.168433,-0.031232666,0.035908554,-0.001071858,-0.030170064,0.00093879324,-0.025447268,-0.012534699,0.000109186396,-0.026423149,0.0012272098,0.015086691,-0.019092422,0.012169375,-0.0066647204,0.013201634,0.015630456,0.020362554,-0.0030746192,-0.009987524,-0.0076472997,-0.0016456018,0.0012310351,0.026553344,0.031765826,-0.025509367,-0.03335311,-0.0018945575,-0.04709702,-0.018604951,-0.0456943,0.009207894,0.015236118,-0.00046335976,-0.0370978,0.019236963,0.027430696,-0.018325755,0.007969385,0.0159375,0.0025623364,-0.021368667,0.019837871,-0.0029657988,-0.038753845,0.008692619,-0.0017647968,-0.008574897,-0.015790818,0.03005979,0.021291964,-0.00059930934,-0.004199896,0.0017876381,-0.017025916,-0.01046958,0.019833611,0.002202918,0.016014367,-0.038809307,0.0121246055,0.0029725938,-0.116896845,-0.0036527822,-0.010260251,0.00599819,-0.01184354,-0.03919501,0.022834169,-0.02532543,0.029200342,-0.039447013,0.0049078553,-0.0031381692,0.021476187,0.007319786,0.028473703,0.001158176,-0.015231178,-0.018032275,-0.02446728,0.0016127911,0.019874794,-0.0014861124,0.018586567,0.00487433,-0.009079705,-0.00339651,0.020502254,0.0028551293,0.0063437214,-0.022271521,-0.0384373,-0.013646861,0.013441068,0.051567253,0.008317347,0.0049733315,0.028627139,0.007068875,0.0076643354,0.023653459,-0.035695933,0.02364792,0.009204308,0.0017050329,-0.006742438,0.04439657,-0.021017853,0.0009343578,0.0067145484,-0.0046870504,0.008140593,0.012444917,0.020805798,-0.00606333,-0.023065034,0.027664496,0.0100655295,0.0026586838,-0.00014697303,-0.019058857,0.009237285,-0.007532806,0.00061760686,0.027645793,0.005551703,0.026283732,-0.008989417,0.006732297,-0.0021746582,0.0005902478,-0.009152787,0.0055876034,-0.007225995,0.037663102,0.0017380656,-0.026211867,-0.021692524,0.013526175,-0.05681375,0.021655064,0.0013269264,-0.017783975,0.023359362,0.001190263,0.00024405257,0.031570613,0.0017156292,-0.0012975404,0.008861031,-0.013393581,-0.006280074,-0.00097048364,-0.0028520273,0.018483557,0.0052604694,-0.014226446,0.013744125,0.013444792,0.007770517,-0.016290557,-0.0028322206,-0.028628642,-0.0075465133,0.0018289394,-0.00716175,0.02404229,0.0035613258,-0.01644422,0.02178634,-0.017507905,-0.009458434,0.03992342,0.029082172,-0.03952606,0.0024651627,-0.023851587,-0.011339805,0.024643635,-0.018345052,0.018296838,-0.024075372,-0.0016571236,-0.014309744,0.0126298675,0.039682537,-0.01957942,-0.0070904703,0.020742679,0.0037902624,-0.005168612,-0.016100524,0.005167379,0.0090513285,-0.0035009703,0.007777127,-0.012926976,-0.0042516026,0.008904885,-0.002995472,-0.005141889,-0.030945199,0.01383882,-0.0207929,0.0063892007,0.023980075,0.023130776,0.016476074,0.010186762,-0.011476417,0.0071722507,0.010768516,-0.0005730239,0.0028009622,-0.0061644027,-0.0024018222,0.005867894,0.007200913,-0.008311715,-0.006800327,0.02064452,0.0129863545,-0.08036229,0.0022354992,-0.008721554,0.0054449285,0.02774826,0.017040398,-0.013216226,0.001213194,-0.028027197,0.016598223,-0.025020298,0.009052847,-0.00925079,0.004148872,-0.000983469,0.020600358,-0.01734238,-0.028011028,-0.024436174,-0.016090348,0.00046005627,-0.010163512,-0.008694243,-0.010473518,-0.011610403,-0.011458158,-0.022358196,0.016387422,-0.011383777,0.018118907,-0.012020805,-0.011904048,-0.006012392,-0.004734592,-0.033702023,-0.01525006,0.022294164,0.028413685,-0.02500865,-0.033908688,-0.010507387,-0.01383197,0.014594464,0.020500567,-0.022209933,-0.008640369,-0.005674501,-0.02105167,-0.020208938,0.017564375,0.009839156,-0.023141328,0.00470367,-0.005699845,0.006999653,0.030352814,0.01511059,-0.014428369,-0.020076098,-0.0055762557,-0.013870559,-0.01082383,-0.009103209,-0.014335946,-0.01673726,-0.005988914,0.0016838489,-0.0017679351,-0.0276741,-0.0043558055,0.004374042,0.036871757,-0.0007923541,-0.009955671,-0.032007787,-0.022942146,0.027381856,-0.0007957591,-0.019584218,0.031042103,0.008097758,-0.016537275,0.02519372,0.00815955,0.02847649,0.024319941,0.015945414,0.03206179,0.0045862785,-0.032929126,0.010722983,0.009609356,-0.0025910912,0.0023604098,-0.015321469,0.0012383242,0.018002985,0.02922783,0.032558296,0.0008021919,0.007827955,0.008754574,0.028279576,-0.015282658,0.0069743413,-0.002968208,0.004848724,-0.008597471,-0.006561562,-0.004474251,0.008951534,0.008322955,0.005400279,0.011057888,0.002363254,0.007270984,-0.005617312,0.0067273597,-0.0072150887,0.0046334886,-0.0020457201,0.02029972,-0.0064596827,0.011844806,-0.015331175,-0.008285177,8.344306e-05,-0.00080771436,0.0061796973,0.012021283,-0.006982183,0.003757129,0.009086408,-0.0011058098,0.016588328,-0.024329592,-0.013737366,-0.008955112,-0.0022386056,-0.0015803922,-0.022713523,0.025747715,-0.009278804,0.018539216,-0.0051579163,0.008014423,0.00198164,0.00411319,0.003827026,-0.023993913,-0.021318004,0.013118218,0.0041715754,-0.035250645,0.004421047,0.0006748205,-0.0006696031,0.015522471,-0.0027917386,-0.05420418,-0.013138834,0.023577712,-2.5079751e-05,-0.0011793851,-0.022536457,0.0076875603,-0.010438989,0.00929783,0.027875481,0.018170267,-0.0034686641,-0.022640154,-0.02427687,0.020632766,0.0030373833,0.012546317,0.021593908,0.023333041,-0.016851423,-0.029674128,0.036521975,-0.008294376,-0.003647855,0.004160551,-0.0033849406,-0.029502595,0.015327646,0.010921111,0.0009523311,-0.00875174,0.0054288697,0.0063575297,-0.026503218,0.024686566,0.014555446,0.021486158,0.0015784198,0.01430188,-0.030754695,-0.023744779,0.0011695006,0.023394821,0.010746477,-0.0035315636,0.0068052886,-0.033123914,-0.014240754,-0.020733222,-0.0030263802,0.036086824,0.0079801865,-0.000998746,-0.0065381215,-0.030727359,0.0078012827,0.01173016,-0.004031641,-0.0022009127,0.028210325,-0.0141033605,0.010504867,-0.02651514,0.007049764,-0.009809416,0.01099561,0.006499262,0.001922761,-0.027478002,-0.0033563555,-0.017813193,0.002471805,-0.0042210254,-0.0042838273,0.02078152,-0.011035972,-0.020322379,0.015411418,0.024461929,-0.0016442526,0.0143657345,-0.008730544,0.0076723713,0.0014184245,0.0073676812,-0.011167778,0.010748705,0.007856647,0.0013342754,-0.0009386263,-0.022607427,0.029656319,0.00986962,0.03249613,0.035825867,0.0017011719,0.054358233,0.0064728796,-0.008983902,-0.015296097,0.004085985,0.006781985,0.0037449389,0.034638878,0.00020933527,0.015612138,-0.013563171,0.023356281,0.015854394,0.020117013,-0.070551515,-0.016110254,0.004198152,-0.025182577,0.0097782975,0.0032578167,-0.0030756607,-0.01492919,0.022065189,-0.0009799151,0.012283531,-0.029994551,-0.0005511553,0.014819678,-0.001562041,-0.005387758,-0.029913869,0.0066137207,0.014308896,0.01485953,0.024269046,0.003913494,0.0065748338,0.006808108,-0.0071648783,0.003672621,0.025944915,0.010208388,-0.033685602,0.0013343698,0.0016035982,0.025653547,0.008414884,0.009833142,-0.019958202,0.017500842,-0.0014087154,0.0003174853,0.013025136,0.0038435787,0.024827758,-0.012842428,-0.005782993,-0.030095268,-0.038657796,0.018572267,-0.0029817836,0.008569505,0.0057597947,-0.015764244,0.02539204,-0.026597641,-0.006797044,-0.012853042,0.0064684474,-0.025289992,-0.009256593,0.010764403,-0.03080447,-0.0047280453,0.005922388,-0.0019469401,0.022437891,0.030176345,-0.0028896814,0.0055960617,0.005012565,0.04526643,0.010207037,0.002713859,0.003408604,-0.004838326,0.006983243,-0.023839368,0.0010242995,-0.02862914,-0.011742682,0.0005977315,-0.012384724,0.030627131,-0.005234438,-0.016341347,-0.10437879,-0.0024822834,-0.014435746,-0.02461066,-0.020149361,0.029028153,0.017969372,-0.0034921705,0.0028932535,-0.014332757,-0.007535284,0.000554683,0.016217887,-0.033421542,-0.013879169,-0.008997356,0.009718447,-0.015352776,-0.033254914,0.028504966,0.007584156,-0.02312922,0.026622882,0.027269516,-0.024379821,0.0055088154,0.0019996832,-0.0057621533,-0.01574957,0.030417155,-0.011547506,-0.1435411,0.02078276,-0.00061314076,-0.03998327,0.012840659,0.007931547,0.00083097396,-0.012883292,-0.004967486,-0.025435692,-0.010934124,-0.0064803623,0.018325282,-0.012185382,0.0059063607,0.12705334,0.018254273,-0.00082204194,-0.02324105,-0.006440861,0.010613069,0.0047141793,0.010373021,-0.010169459,-0.012611168,-0.000940545,0.039905418,-0.015582157,-0.021570899,-0.007008386,0.00689879,-0.0038373864,-0.038209338,-0.018009057,0.007166732,-0.0036668053,-0.018509751,-0.003996421,0.019656962,-0.03730718,0.011739699,-0.018648557,0.010979816,-0.014898843,0.01339453,-0.018348018,-0.01102975,-0.00529304,-0.009871066,0.0020966746,-0.029006405,-0.08133216,0.029353373,0.02624639,0.025043944,0.02546065,0.040778138,-0.0026838223,-0.007848246,-0.0046205763,0.002338156,-0.011524321,-0.0069824588,0.00962071,-0.0017039576,0.009366886,0.029017128,-0.017612075,-0.0008392348,0.025181241,0.01851102,-0.014431685,-0.013086652,-0.004702584,-0.017807594,0.023924416,-0.01632485,0.008695854,0.004921916,0.0059924377,0.0106125055,-0.00080303155,-0.011854542,-0.008055586,0.0007074898,0.0048761885,-0.011192491,-0.045167934,0.011521419,-0.015040067,-0.0154118985,0.036043994,0.03520139,-0.018144324,0.015401773,0.028624993,0.0012391903,0.00017624536,-0.03507508,-0.016450055,0.010446586,0.004842178,0.024225775,-0.009290664,0.016088318,0.028385423,0.01806031,0.03774182,0.03241608,0.007146308,0.017462151,-0.012265161,-0.017459009,-0.0015115764,-0.015303749,0.023247985,-0.0059544854,-0.021501603,-0.010642967,0.0009186282,0.0037150458,2.8045044e-05,-0.00958024,-0.0040767607,0.0036824758,-0.0050612777,-0.008174417,0.011797159,-0.0056266477,-0.04573654,-0.002778549,-0.0019147695,0.0019591027,0.010458724,0.020627022,-0.004920826,-0.0022258293,0.017646292,0.000606722,-0.010363794,0.014209706,-0.004460728,-0.0054367054,-0.010422953,-0.0038471762,0.0071655232,-0.0009210478,-0.0059280116,0.0006203271,-0.004692751,0.0015273346,-0.0050210776,0.013713946,-0.0029625723,-0.015730748,-0.0060218982,0.012833456,-0.011114836,0.014650012,0.01041748,0.012851012,0.009143739,0.0073283003,0.0054364665,0.022931125,-0.0066846954,0.01897405,-0.005207499,0.009035583,-0.0052406113,-0.00096840964,-0.0027607505,-0.023375653,-0.0035783832,0.005791333,-0.00850414,0.0011684737,0.005468831,-0.014096792,0.007865036,0.019627092,-0.008732288,-0.017133148,0.0002266299,0.024603121,-0.0066395286,-0.019322556,0.0120682195,-0.005155446,0.01788204,-0.0026229476,-0.017484616,0.013887947,-0.029973853,-0.012344775,0.0066660494,0.026092604,0.009397717,0.002837207,0.01838112,-0.004519489,-0.0078009744,0.015591556,-0.0070201857,-0.020409545,0.0043733446,-0.0026782535,-0.0050012856,0.022488745,-0.0013286532,0.012492694,0.0026360264,-0.009450981,0.025118187,-0.009847743,0.008234879,0.014019338,0.01284043,0.0054356726,-0.0026246256,-0.011527083,0.008081274,0.0107819205,0.0026235713,0.006248808,-0.0016339265,0.008248504,0.009150751,0.010754109,0.008794709,-0.0063916347,-0.0017288842,0.0021472576,0.0066311066,0.012989501,-0.009011707,0.027363455,-0.01603574,-0.011146541,-0.009633342,0.014273195,-0.0010563108,-0.00480374,-0.018049277,0.014003203,0.030339006,0.00075072283,0.0014330104,-0.01004002,-0.006548311,-0.010223533,-0.00096903864,0.013530334,0.015195023,-0.009947991,-0.0011056337,-0.030940285,0.009207553,-0.0094625475,0.011861547,0.008232451,0.00511113,-0.0017876505,0.005179774,-0.007152846,0.018595962,-0.0053928974,-0.021317864,0.00529979,0.021022668,-0.0054551344,0.0009435324,-0.0070486455,0.010552068,-0.0016217196,-0.0036803817,-0.010270397,0.00046540395,0.0033313455,0.00867739,0.014815832,-0.021688875,-0.0075242664,-0.018105485,0.00900313,-0.00034698044,0.02806445,0.004394175,-0.000622051,-0.011503733,-0.00025072205,0.010291085,0.018077957,0.019046072,0.005699359,0.014681622,0.0018538754,0.009990784,0.021202194,-0.016594931,-0.00044818164,0.014211223,-0.002861393,-0.02005536,-0.01052333,-0.00806087,-0.011182525,0.0016038134,0.01786684,-0.0037879818,0.09431428,-0.00034686326,0.00540203,0.023971016,0.0045468425,0.011513771,-0.00846664,0.012066707,0.013857263,0.010647936,-1.4738757e-05,0.00064613845,-0.008239132,0.004717383,-0.0057376307,-0.0027840906,-0.014999883,0.0050488217,0.010651449,-0.0018450987,0.0011965565,0.0022949856,0.008099246,-0.0012413237,0.0046077278,-0.00019737166,-0.008616545,-0.017181057,0.008194173,-0.00213405,0.011987153,0.0021334388,0.016222458,0.016788488,-0.0021762482,-0.0071192286,0.010474138,0.011306238,-0.0059212027,0.009651406,0.0049871313,0.011291851,-0.00047930545,-0.0014488874,-0.0039074537,0.007576415,-0.006267091,-0.004065936,-0.009606433,0.011636021,-0.0039559943,0.010092117,0.0016324426,0.0041948142,-0.007214826,-0.008320495,-0.007397446,-0.024889434,-0.0016209013,-0.007430312,-0.014718897,0.005585627,0.0071318345,-0.008432432,0.0042300858,-0.012023807,0.0154726235,0.0048502814,-0.0017925563,-0.010636132,-0.019214207,-0.012757146,0.0033665695,-0.0064277593,0.018811055,-0.008024668,-0.0062500094,-0.009000109,-0.003736009,0.0085042175,0.018945213,-0.009707982,0.00041226178,-0.0056468733,0.0019125983,0.00866344,0.0007540699,0.025571318,0.010096504,-0.005613952,0.014445769,-0.004569357,-0.013668199,0.006227765,-0.017099146,-0.009074859,0.051246688,-6.344226e-05,-0.008437621,0.014720543,0.011466153,-0.0073420308,-0.022351911,0.007900934,0.0070340806,-0.0023488957,-0.011078203,0.009095692,0.00791015,-0.0109317135,0.010213764,0.004129132,0.0032844762,-0.0027689901,0.0010719872,0.004652914,0.0027138763,0.007950651,-0.007498515,0.01755423,-0.0082742125,0.0017480144,-0.018900808,-0.006674169,0.0012597182,-0.013150809,0.007052406,-0.004391952,-0.0016208657,0.006456751,0.02457657,0.005297598,-0.00345776,0.0054006493,0.014789863,-0.0026946329,0.00482108,0.014594209,-0.004311685,-0.0059755817,-0.009831698,-0.0069474713,-0.01100311,-0.0067603653,0.0021554932,-0.0013122851,0.0044991015,0.007025354,0.006923691,0.0066572465,-0.005578085,-0.0051809424,-0.011135652,0.0089969,-0.019517876,0.01116676,-0.005156137,0.0022842276,-0.0047331457,-0.005221745,-0.00013236055,0.008837435,0.006039574,0.0022150998,0.022314522,-0.0048597544,-0.007531282,0.012945155,-0.0060323253,0.019938845,-0.0039045191,0.010835538,3.8374994e-05,0.031460218,-0.017314274,-0.013541172,0.015695732,-0.019637516,0.006581398,-0.0020228447,0.019409869,0.00018228398,-0.033844184,-0.0029310633,-0.0038504994,-0.030037224,0.005321294,0.0049248813,0.0065234355,-0.009713842,-0.012187634,0.0047069713,-0.005146291,0.0015447738,-0.006252457,0.015524483,0.00021433338,0.0031815132,0.003284417,0.010409091,-0.017638747,0.006093325,-0.0063631665,-0.00998665,0.025861282,0.0033822588,0.00072535546,0.0079421485,-0.0017724041,0.00095763523,-0.012577505,-0.018690718,0.014023071,0.011045468,0.014114276,-0.020636782,0.01999144,-0.011440719,0.0032237486,-0.011053376,0.0050812024,-0.009346523,0.028293759,0.012495032,-0.0013046477,-0.0064609004,0.00740624,0.004653313,0.024088705,0.013168917,0.016307404,-0.008736006,0.007336345,0.0026572759,0.0058004432,0.0029948014,0.0047656056,0.016931918,-0.023491265,0.0017005495,-0.020732941,0.0018998984,-0.0077449707,-0.01876074,0.003059027,0.006536567,-0.008699064,-0.00056637067,-0.008114767,-0.0032917561,-0.013725702,0.0016060695,-0.012956146,-0.0068610804,0.011484962,0.0023476419,0.007256845,-0.050477847,-0.0030806023,0.0019895048,-0.012938448,-0.0076748095,-0.012411495,0.0027034343,0.01220159,0.0034774619,0.01730872,0.007698173,0.003820131,0.022664396,-0.0089176195,-0.006222711,-0.007049542,-0.0045670774,0.00914871,-0.004546463,-0.014173281,-0.00016110823,-0.016907299,0.019145597,0.005341237,-0.012205238,0.01679278,0.009227451,0.011713244,0.0042348555,-0.0013465415,-0.0047081243,0.0022925818,-3.2529235e-05,-0.003548054,-0.0073644994,0.0035466228,-0.017056556,0.007182858,-0.028372625,-0.0344928,0.013709286,0.011651382,-0.015282294,0.002889663,0.01338026,-0.015233651,0.0045376574,0.008407275,-0.003739424,-0.025817832,0.014386443,0.019264016,-0.009302559,0.024205908,-0.0013642068,-0.0007270149,0.028793413,0.008561311,-0.023966577,0.003322466,-0.011929989,0.018723678,0.015777482,6.298579e-05,-0.016241886,-0.018623391,0.000573917,-0.0066182576,-0.015916139,-0.01234412,0.0070956056,-0.01833111,0.0012243201,0.0019353494,-0.009135877,0.01199797,0.02895143,0.012364378,0.009670912,-6.690244e-05,-0.0060545197,0.00024714015,0.009337111,-0.004919067,0.0030413945,-0.0012961044,0.003065478,-0.023344448,-0.011126783,0.010552001,0.014503983,0.00064308976,-0.008107425,0.023144681,-0.009343608,-0.00333387,0.00031637822,0.005528929,0.0043058903,0.009307962,0.0013562588,-0.005886473,0.010846275,0.001186285,-0.005911699,-0.0012896605,0.0061855954,0.0035491455,0.008753472,0.008537058,-0.007112592,0.0034657717,-0.0043648835,-0.0027408183,0.014579254,-0.00045240766,-0.0055337073,0.010342749,-0.0058092577,-0.023687024,0.0045511327,0.016496586,-0.016992858,-0.0003020316,0.0016788527,-0.014734832,0.0041176914,0.007105032,0.006289509,-0.0005555612,0.011362187,-0.01029031,0.035155695,-0.0100906,-0.009815352,0.015529989,0.015258258,-0.0021846576,-0.0027719073,0.016171305,-0.0016815196,0.0023265718,-0.019027153,-0.0041188626,-0.0041589644,-0.0042269304,-0.0006729575,0.021318583,-0.0026097537,0.01561534,0.003423813,-0.015497876,0.012037991,-0.0027957277,-0.00678472,0.013790831,-0.012264072,0.014500897,-0.0020404994,-0.0077248975,0.013255356,-0.009647337,-0.010618465,-0.0020366088,0.011069682,-0.008941448,0.0066125663,0.017247861,-0.0049379547,-0.012599998,-0.022752626,0.009646858,-0.009543976,0.020488871,-0.016683245,0.0013002484,0.011238964,-0.012836794,-0.0032424554,0.016399674,0.007078135,-0.005620279,0.012910158,-0.006954569,-0.01728107,0.0059121903,0.010717894,0.0051960372,0.0064745382,0.009659391,0.00074351183,-0.016196895,-0.010859598,0.0047491565,0.008225285,0.0008596239,0.0018354824,-0.0052562733,0.0076394216,-0.00036984522,0.0011499207,0.0034277085,-0.01181393,0.01825159,0.0012367348,-0.08611754,0.011004532,0.006785947,3.8805054e-05,-0.018388133,0.015981708,-0.00069720735,-0.021631872,-0.009213789,-0.0053017265,0.0039173956,0.005258014,0.002629986,0.0034234035,-0.005155455,0.022747377,0.0008086513,-0.027848251,-0.0025528686,0.0019592417,-0.0010936889,0.0039120987,-0.007931704,0.01446509,-0.003744706,-0.0013269008,-0.018077679,-0.00197323,-0.006368831,0.016184524,-0.0018525523,0.003009102,0.0146376565,0.013325957,0.020666135,-0.008523602,-0.0036084666,-0.014340161,-0.12038731,-9.6027674e-05,-0.007575643,0.010759271,-0.004500357,-0.0009775913,-0.0006928072,-0.007693589,0.0025861543,-0.012237027,-0.00013224788,0.008723878,0.005153753,-0.007692528,-0.009092961,-0.005324149,-0.01725714,0.011515118,-0.00849321,0.0040024645,-0.009295242,0.0033643213,0.024906212,0.0060080173,0.017336302,0.01582126,0.0084456615,-0.0043731076,0.0060492223,-0.011598615,-0.0035057156,0.00014121755,-0.006133089,0.011146756,0.00699937,-0.018224908,0.01599868,-0.012455066,0.011388971,-0.018304944,-0.0033155156,0.009497153,-0.009150679,0.00075561024,-0.015059054,0.0069684214,0.0057309247,-0.0072903284,0.003417647,0.00557917,-0.0014552352,0.0013161501,-0.0025518772,0.004514965,0.013804389,-0.004814152,0.024438623,-0.00038764082,0.005491358,-0.0048875427,-0.0021835917,0.008459519,-0.003304518,-0.009189651,0.010497602,-0.0059368648,-0.007964658,0.02572922,-0.0045143464,-0.00961959,-0.014659902,-0.010894786,0.03192187,-0.01662652,0.0012707454,0.0042173187,0.028135862,0.021781795,0.024266668,-0.004488473,0.00849262,0.0032876611,0.012421147,-0.0018081045,0.016488597,0.00876075,-0.008367869,0.01034389,-0.015085256,-0.060020216,-0.01073859,-0.017220806,-0.0028420137,0.0025122329,-0.012008914,-0.023038909,0.020028558,0.009591323,-0.014084305,-0.018589078,-0.015340555,-0.0033763654,0.032700066,-0.02039491,0.0031567519,0.017378306,-0.012373415,0.0025955618,0.008483136,-0.014824056,0.009345527,0.01758985,0.0038247139,-0.002636515,-0.007268169,0.01633912,-0.0025803118,0.0006027116,-0.013651925,-0.01825366,0.019555755,0.0020792417,0.0012681189,0.015892157,0.008096798,0.012541271,0.029414924,-0.009197142,0.0054700933,0.0051413053,-0.015813334,-0.021730883,-0.029508308,0.009785311,0.01622407,0.0016367257,-0.022864612,-0.005190092,-0.00014628416,0.009520902,0.003284096,0.01032378,-0.023043733,0.0057427674,0.016096726,0.008887252,-0.0002167068,0.006711509,0.001486056,0.01891256,0.0017130377,-0.013461142,0.0070636114,-0.0040689125,0.018831832,4.4900975e-05,0.0041274517,0.0016928514,-0.00045714938,0.009537749,0.0033660717,-0.004908008,0.0014162904,-0.011903745,-0.013507275,-0.0034683377,0.010214475,-0.0068383557,-0.014452081,-0.010186221,-0.024585553,-0.0126301935,0.012217945,-0.013641478,-0.008889225,-0.021056224,0.02308756,0.002545528,0.0015306224,0.033714596,-0.005271224,0.03307206,-0.017221248,0.0058241514,0.02028232,-0.007833349,-0.0009210658,0.01534465,0.00883907,0.03634514,0.0020700656,-0.006753915,-0.02649068,0.0010187094,-0.00765999,-0.0024880418,0.0075177555,-0.00041317206,0.005501419,-0.015169497,0.010440511,0.007809918,-0.00039147856,-0.16215822,-0.008216362,-0.0053334073,-0.023800384,0.002994264,-0.009090602,-0.001950651,-0.004250546,0.030826122,-0.024597384,0.013098619,0.021578696,-0.00063400454,0.0052779806,0.022748047,-0.024292095,0.02322176,0.0032145907,0.010332476,-0.0076265843,-0.027141457,-0.0013915101,-0.020304594,-0.014822668,-0.009601977,-0.00068407954,0.0070278435,-0.0005344512,-0.022273222,-0.0044058855,-0.0054475055,0.0028436475,0.0032515773,-0.014195184,-0.00061436516,-0.0025544097,-0.012229031,0.008077181,-0.014288562,0.009328277,-0.011629072,-0.0057833823,-0.0045891376,0.0050127013,-0.004474734,0.0026120911,-0.02754899,-0.0060281926,-0.029197233,-0.0474344,-0.013488922,0.007386284,0.02462918,0.0055396,-0.0034422125,-0.0007614867,0.017482076,-0.02753828,-0.0012377732,-0.0099042,0.03729099,0.008057799,0.0050983233,-0.008874879,-0.009245341,0.009727645,-0.03270334,0.1445644,-0.005692966,0.02005026,0.0029329974,-0.013928933,0.02223002,0.0052741542,0.02588142,0.0066239946,-0.012497128,0.011098805,-0.0023345146,0.009889969,0.017549831,-0.00041704136,0.018198917,0.0039561577,0.013460222,-0.008603623,-0.017336564,0.016430562,0.00367574,-0.02672053,-0.0038795583,-0.0065013594,0.0064301114,-0.0058414578,-0.009514786,0.0034863295,0.020667085,-0.0013293258,-0.016890133,-0.006314048,-0.013101037,0.020759871,0.010924028,0.009156169,0.0044483263,0.0009761217,0.0005858169,0.010911056,-0.0029288812,-0.0140343,-0.008383707,-0.008380902,-0.018187676,-0.0054334886,0.01734483,-0.0075000855,-0.006113475,-0.008924888,-0.01797856,-0.014334522,-0.006732316,-0.007853828,0.0068544517,-0.00642697,-0.021678466,-0.0073385965,-0.005808937,-8.1299964e-05,-0.01547679,0.00601026,-0.011826107,-0.021910494,0.011033591,0.006109434,-0.027460622,-0.0010954838,-0.087653585,-0.026554573,-0.036665913,0.007496941,0.0076452093,-0.0035497986,0.00083678024,0.0038743077,-0.0032853982,-0.005418879,-0.008859587,-0.009928635,0.0026392003,-0.0031181292,0.0046993936,0.002387789,-0.029074648,-0.017880043,0.014747365,0.0019941041,-0.004671849,0.041304067,-0.0076450957,-0.039203454,-0.013790871,0.00041020886,-0.016466562,0.0030869388,-0.0030689412,0.009582847,0.004296595,-0.0002831782,-0.022853933,0.0126674585,-0.0049849725,0.0017621431,0.0053328304,-0.020128852,-0.006808242,-0.022443991,0.030338978,-0.0044885683,0.004633732,-0.0002881352,-0.011670384,0.016900482,0.010002445,-0.012342978,-0.014446397,0.01446805,0.014543286,-0.005681565,-0.011774209,-0.021611022,-0.016874122,0.030554125,0.019605901,-0.02814637,0.010500635,-0.0059877513,0.007567635,0.017210737,-0.006605639,0.0009979304,-0.00017236953,-0.012014659,0.03069138,0.003416776,-0.008135538,-0.009439415,0.0072954996,-0.015835399,0.01780942,-0.027965223,-0.019958794,-0.0105350055,-0.0147068575,0.0063630533,-0.0005538144,-0.011213752,-0.00196194,-0.0016931554,0.0065739187,0.009466626,0.019936973,-0.012715548,0.00400986,-0.01160202,-0.0038323407,-0.035164338,-0.003837719,-0.012421556,-0.009901717,0.0065415003,-0.022802195,-0.012633507,-6.5519744e-05,0.025244104,0.021328408,-0.019708145,-0.0005297071,0.0153748095,-0.009579049,-0.0021538897,-0.007908363,-0.007454382,0.013210834,-0.027463676,0.0285428,-0.004930948,-0.01742586,0.000746243,-0.029949982,-0.00082282204,0.010480354,-0.016029228,0.008383026,0.01765336,0.007807171,-0.019146722,0.008969032,0.0036502527,0.012077645,-0.0048013045,-0.022129098,-0.027241157,-0.00054695836,-0.017724166,0.0042257085,0.0131599335,-0.020689582,-0.008010837,0.020590853,0.01288419,-0.006278754,-0.017314931,0.023523252,-0.008951728,0.014777146,0.025079811,-0.0013924906,0.005911102,-0.0060760803,0.036519255,0.007531422,-0.014982953,0.016614584,-0.010438413,-0.00010724736,-0.027010718,-0.013256126,-0.011561735,0.008199369,0.01084424,0.02644253,0.014761063,0.014125059,0.009627326,-0.017344033,-0.017075274,0.018492218,0.02826163,-0.020347048,0.013061265,0.008933084,0.0042696064,0.011666961,-0.025439566,-0.029715355,-0.015215485,-0.016473193,0.025510764,-0.0049192673,-0.017784217,-0.0008402137,-0.010567147,0.010346711,0.005314411,0.0034990753,-0.06610872,-0.002288412,0.007674173,0.0020364814,-0.0038165853,-0.0040303166,-0.00159821,-0.028022652,-0.034511022,-0.012069981,-0.011259436,-0.0044275457,-0.010677218,0.002304571,0.001922969,0.0014930884,-0.003840148,0.002038207,0.013458361,0.00025638094,-0.012247681,-0.007253585,-0.024934089,-0.006413296,-0.009140007,0.0043088356,0.00025231065,0.019201897,0.004394821,0.006386311,-0.0046134144,0.016588105,0.018867005,-0.016511614,-0.0077368,-0.0056695165,-0.013378578,0.010525361,0.02136876,-0.020802435,0.0042450544,0.009828577,-0.047008816,-0.006793221,0.0036339932,0.026776675,0.020527823,0.006116403,0.01007913,-0.014016431,0.009457358,-0.0006723278,-0.011968737,-0.020349197,-0.0025046018,0.013617809,0.0011920037,-0.017617755,0.0096052885,-0.026599597,-0.013580695,-0.011500709,-0.017504757,0.010863799,0.025320156,-0.017037002,0.007862505,0.01979314,0.012592496,-0.0074205804,0.0105682425,-0.018692436,-0.008229395,-0.020041758,-0.018652236,0.0038923891,0.015463045,-0.02021596,0.009327817,0.01417608,0.006862004,0.018949369,0.0031605382,0.04467924,0.011421159,-0.021019857,-0.009964157,-0.104671516,0.008546736,0.0007884772,0.016786555,0.011822298,0.005533556,-0.015709277,0.043285247,0.013807968,0.007904559,-0.0017952393,0.0075917267,-0.016986983,0.015371042,0.030984372,0.01283501,-0.009732871,0.004062335,0.00719621,-0.0067776814,0.006188954,0.0009793566,-0.03229675,0.017331783,-0.010916507,-0.057749517,0.0012365812,0.012793476,0.00058375316,-0.0044957832,0.0018704286,-0.012548664,0.022705505,0.002394855,-0.021794843,-0.0008807995,-0.006257688,-0.020689188,-0.006303786,-0.0047692303,0.008557642,0.012754229,0.0019209262,-0.0011561842,0.026606077,0.007685895,-0.007948102,0.008754749,-0.029086737,-0.016237216,0.010523285,0.006292281,0.014916304,-0.02460358,-0.0004058892,0.0063498477,-0.021837955,-0.010381598,0.0018897648,0.0051535503,-0.0133433,0.0018104169,0.018318236,-0.00512711,-0.034973893,-0.007932062,-0.013570099,0.020921951,-0.069895856,0.0029476036,0.004985764,0.004134717,0.013659926,-0.009462893,0.01674951,-0.02713568,-0.02264966,-0.0029052505,-0.01402177,-0.017316429,-0.0008747463,0.0046513397,0.01668229,-0.029723711,-0.0012450217,-0.0036714673,0.0024529132,0.017179232,0.0035363869,0.0030106562,0.011079124,-0.009089654,-0.009642616,0.0004564791,0.01723985,-0.012115036,0.01105249,0.0017850425,0.010096027,-0.018820724,-0.0060929153,-0.005025347,0.0013126071,0.026690671,0.0012206963,-0.030481772,-0.019580703,-0.014689692,0.0013226187,0.009994289,0.016226264,0.0038571334,-0.011263605,-0.01054751,0.005283496,0.0056928135,0.0039831186,0.007693167,-0.0030207955,0.0056804973,-0.0072307633,-0.020694941,-0.023685731,-0.012125665,0.0015030398,-0.003967464,0.01285382,-0.01693174,-0.005378772,0.012368286,-0.02416046,0.003234016,0.01485319,0.0056042345,0.030312136,-0.0020975857,0.0056033577,-0.014252945,0.010019587,0.021759558,-0.033198196,-0.009517081,-0.012153991,-0.0040324125,0.0102324495,0.014751185,0.008667473,0.006662294,-0.009611679,-0.018784698,0.017065845,-0.0024181306,0.016521873,0.018732255,-0.02298369,0.0026084243,0.011549417,-0.012992032,-0.0034367887,0.0076878807,0.009257569,0.0004030619,0.001224413,-0.023996722,-0.020981032,-0.0013969021,0.007176649,-0.009578992,0.01366582,-0.011775026,-0.00077747053,0.009353926,0.009936445,-0.004327822,0.03316295,0.014306878,-0.0018018282,0.0033851212,0.012410262,-0.033061814,-0.021638699,-0.0018614316,0.011121468,-0.010371569,0.0016772865,-0.0006166009,0.017245209,-0.008237941,0.0070413603,0.015220779,-0.017328583,0.0062128683,-0.012958429,-0.012149027,-0.009405182,0.010882044,0.001466341,-0.0076569743,0.008504401,0.01606066,0.008658377,0.010399419,-0.0040147672,-0.0024108745,-0.02219132,-0.009972115,0.0064577595,0.004445153,-0.005314095,-0.005306436,0.012951444,0.020946,0.028792204,0.01955239,0.0033322244,0.033129074,0.0019838081,0.014902619,-0.013189546,-0.013718433,0.024231,0.01305587,0.010093784,-0.0007001311,0.025292246,-0.019901488,0.002827924,-0.010273415,0.009561336,-0.014036486,-0.017941928,-0.011330149,-0.0022223545,0.012801594,-0.005383776,0.00022145316,-0.026628198,0.006803953,0.017595772,0.010325644,-0.0045362506,0.0021355571,0.00039066005,0.017000234,-0.0044895825,-0.0071551437,0.009818337,0.0059126564,-0.0091985855,-0.012784495,0.02585854,-0.004464078,0.0107989395,-0.022876471,0.0138274,-0.013090016,-0.017400263,-0.018655375,-0.026381945,-0.019772284,0.025100144,0.003999809,-0.0077734133,0.008577045,-0.00084634847,-0.004491336,-0.00018258409,0.015054085,-0.0004711159,-0.013141555,-0.008192211,0.007912018,-0.006371323,0.005079343,-0.023814142,0.0037279248,0.011988057,-0.0063646142,0.012549322,-0.006972124,-0.002503795,-0.005022886,0.02149339,-0.020939864,0.0145660555,-0.0068181627,0.017883232,0.02175122,-0.027287321,-0.021630134,0.0049838857,0.0017361225,0.029364463,0.0030211553,0.015026352,0.03545579,-0.014391411,0.0021663287,0.001858227,0.00060724694,0.019484797,-0.039899677,0.0072090076,-0.0033552218,0.017608928,-0.012076686,0.008386345,-0.0067533506,-0.016002538,-0.01952339,0.0010875352,-0.0010588432,0.005098708,0.0062880525,-0.011896251,0.008209404,-0.009273537,0.0037040378,0.012930661,-0.009317324,-0.00419476,-0.017845275,0.030280765,0.016119577,0.0010441705,0.011185468,0.031149874,-0.0025641602,-0.0014757157,-0.013916334,0.02621016,0.0213248,0.006217192,0.014061289,0.0136417635,-0.000103150014,0.0048287963,0.017606515,-0.011779813,-0.017755857,0.009372073,-0.00708038,0.00067699596,-0.01722361,0.01188107,-0.0109860115,-0.0055268104,-0.0018772592,-0.027962754,-0.0022957816,0.0049775154,-0.014718125,-0.0030579085,0.0025028246,-0.0019030409,0.01632402,-0.0074383374,-0.0009171127,0.03226949,-0.0018087386,0.022419179,0.0072388747,-0.02165082,0.0037400785,0.005409335,-0.01010765,-0.0011071676,-0.019963946,0.018667279,-0.0031431308,-0.014354129,-5.493931e-05,-0.0015671132,0.024894135,0.007217877,0.0042794757,-0.004398962,-0.014124962,0.0075432207,-0.008368318,-0.006623287,0.003732988,-0.015195515,-0.029711977,-0.0078040934,0.0018538174,-0.024140531,0.004802185,-0.01211967,-0.018774083,-0.0067639234,0.00081431895,0.00076244894,-0.0010868335,0.015690397,0.008253276,-0.013434148,-0.0081855245,-0.0007547219,0.0042754556,0.010260513,-0.028644029,0.014558354,-0.027235486,0.010383431,-0.00040602044,0.02805134,0.022696275,-0.012804941,-0.021067332,-0.010986922,-0.032498136,-0.012045372,-0.00053439906,-0.005977154,0.01853994,-0.02061093,-0.0062551624,-0.005372843,-0.005299385,-0.008225463,-0.008311169,0.0147544425,-0.001056067,-0.010513242,0.007058844,0.0051777954,0.008817393,-0.007178956,-0.001221448,-0.00091075775,0.0028872713,0.0026150714,-0.0011789828,0.0020923046,-0.012974452,0.0243861,-0.006672476,-0.008040244,0.007100964,0.021420455,0.006111447,0.009738634,-0.0055676033,0.017352117,0.0024214177,-0.0022480667,0.021686278,0.0046102377,0.0060853725,0.0033895043,-0.017608358,0.030851377,0.017999168,-0.0021092582,0.010431954,-0.009257988,0.0072357995,-0.013473936,-0.006517869,-0.0012395316,0.009753961,0.01865798,0.00028889734,-0.023544682,-0.017772056,-0.0075187082,-0.020967377,0.007338712,-0.011308318,-0.024703639,-0.0015385349,-0.062400997,0.0130785145,-0.024933489,0.012970063,-0.0073369583,-0.007586958,0.004635776,0.010064853,-0.029623028,-0.0054996335,-0.02401454,0.009409127,0.012920444,-0.0044086035,-0.019059269,-0.038682267,0.01365678,-0.0067670336,0.0035190838,-0.014053988,0.020211965,-0.012689338,0.003912185,0.015829118,-0.0010128777,0.012502425,0.002131892,0.00148391,-0.015711365,0.021430882,-0.004036325,0.009635219,-0.0018094905,-0.004406449,0.015611941,0.004760951,-0.028911732,-0.040410724,0.013354821,0.008377254,0.0017532967,-0.039380968,0.003000229,-0.016729288,0.012674232,-0.0033540973,-0.018159915,0.015141791,-0.019601215,-0.011082731,0.006165341,-0.008148462,0.024054348,-0.0068775513,-0.0050629894,0.011463295,-0.01374332,-0.012676922,0.010242976,-0.0067392522,-0.022226498,-0.0015309543,0.0066278744,0.012546851,0.005844691,0.007823573,-0.008235634,-0.0043010805,-0.012250671,0.004634411,-0.0050468827,-0.013185055,0.057447825,0.012615203,0.0055101425,-0.0074893096,-0.012678058,-0.00366702,0.012009702,-0.019471204,-0.011209075,-0.02250186,0.0036310682,-0.0018833805,0.006546309,0.0062695257,0.017117182,-0.0026081065,-0.014668061,-0.015087094,-0.021659188,0.020257762,0.0018486339,-0.02627321,0.00012911725,-0.0038788998,0.015288626,0.010714411,-0.016095812,-0.0013466097,-0.00014090144,-0.00024168244,0.024739102,0.004816943,0.00016054181,0.0024180096,0.02167938,0.0066873897,0.01926741,0.0066333245,-0.004950008,0.026758011,-0.0011762773,0.005253349,0.00332305,-0.010341387,-0.008779448,-0.0018147946,-0.0072361743,0.0029593187,0.013462021,0.016643547,0.038280565,-0.013418443,0.0042390027,-0.009910915,-0.019410409,-0.02377391,0.00459466,0.0037923977,-0.0073468527,-0.0017336771,0.0074032666,-0.0018166993,0.008885517,-0.00086793525,0.028017249,0.0015810657,-0.002376412,0.013692532,-0.016800577,-0.0131635945,-0.008813547,-0.013479337,0.019022211,0.021614041,0.02752504,-0.01142464,-0.025140844,0.003237796,-0.009233823,-0.015556391,0.008518569,-0.010167436,0.017802509,0.005795986,-0.0045963735,-0.030202983,0.007421044,0.010308308,-0.011278664,-0.014415665,0.02740052,0.0071952958,-0.0053132805,-0.006348495,0.021225516,-0.007503523,0.0010351967,0.01104486,-0.0023944683,-0.0181844,0.020079805,-0.009986824,0.0042393063,0.019868184,0.0016931773,-0.0021634214,-0.014889463,-0.019968595,0.0022146,-0.006323958,-0.002739154,-0.017595876,-0.006611967,0.0046402803,0.01707534,0.010825698,-0.0005894421,0.00392052,-0.022157958,0.010565226,0.008321094,0.0048643034,-0.01599772,-0.008081296,0.025892928,0.022712547,-0.0041247597,-0.0037932375,-0.007689562,0.021007463,-0.010545513,0.0024174596,-0.0110036135,-0.024831183,0.015304697,0.0010673968,-0.016321993,0.006904187,0.0037999537,0.011494362,-0.0024361636,-0.009646935,0.15308687,0.119440824,-0.0022192416,0.026290858,0.013555645,-0.012200635,0.0060420237,-0.00366404,-0.020393375,0.026743988,-0.002981492,0.0035528725,0.0116137955,-0.010991859,0.009699732,0.003185058,0.02442876,0.0013708136,-0.0012199505,-0.0029597988,0.013274623,0.033094402,-0.013221357,-0.0036635722,-0.04327056,-0.0097054085,0.0014022131,0.0004655768,0.02824307,-0.009118685,-0.023275638,0.0056175548,-0.004398368,-0.0074606193,0.0039542983,-0.0028312197,-0.038624443,-0.00057785714,0.005222529,-0.014318178,-0.017834218,-0.006166617,-0.010463171,0.00069367676,0.0015319386,-0.0054115644,-0.020820882,0.0006064291,-0.030551415,0.009098391,0.0018939364,-0.0019315459,-0.008035457,-0.010433626,0.010851788,0.0064150025,0.016412029,0.017831404,0.0141271865,0.0036173442,0.007405624,-5.9949274e-05,-0.016838595,0.016796093,0.022483902,0.011191492,0.0064787334,0.0035119136,0.0006077407,0.0008814416,0.0067509552,0.002555923,0.031790305,0.021188276,-0.017545167,0.007932574,-0.00073947146,0.01712501,0.0156186,0.005937489,0.0024535896,0.01051295,-0.0027632732,-0.013844104,0.011833065,0.019193046,0.012482013,0.0035876164,0.106609136,0.0026260496,0.008978309,-0.020555444,0.022050757,-0.015850168,0.033684436,0.06396162,0.023004374,-0.0068873805,0.0040997583,-0.0091262525,0.008351235,-0.00230349,-0.0062167007,0.009188383,0.01941941,0.02171664,-0.012382867,0.008793465,-0.01509033,0.0027131778,0.0019177686,0.0073221074,-0.011435578,-0.00051963236,0.021644859,-0.0019015655,-0.011633076,0.0072103203,-0.11257086,0.011154593,0.0022152392,0.0006867585,-0.025382213,-0.005464672,-0.002936661,-0.0071984506,0.007925219,-0.018435372,0.0066915313,-0.01737564,-0.008669006,-0.018010683,0.015649416,0.0072282963,0.018213825,0.0037340447,0.011056726,-0.0012929977,0.014568307,-0.0103826225,0.001560911,0.006999774,0.009991305,-0.012655125,-0.004978502,0.01593927,0.0005953986,0.017332857,-0.006793151,0.018671446,0.016413163,0.010189392,0.013155578,0.015975142,-0.032403573,-0.017643865,0.00093428424,-0.0072968756,0.007936709,-0.012780177,-0.0045847157,-0.0069644554,-0.017204704,-0.015410039,-0.00087573443,-0.007947284,-0.016308993,-0.012476801,0.004804702,-0.005642895,0.008565713,0.01452417,0.006620195,-0.009109135,-0.015389404,-0.0037035886,-0.0070162136,0.0033078392,0.013679746,0.0013770546,-0.023196062,0.006074827,-0.0091690635,-0.014461774,-0.01135354,0.013526273,-0.010545665,0.016798183,-0.016405454,0.029655742,-0.004768579,0.006052924,0.008653256,-0.0036518436,-0.0111288335,-0.0052805226,-0.003041722,0.027781088,0.028524056,-0.0018562828,0.022790538,0.10623874,-0.0029997576,-0.00041831777,-0.0032526576,0.010022945,0.0040080664,0.005000535,-0.0072436803,0.006468736,-0.0014129962,-0.0034063575,-0.018632386,0.021302676,0.0019642848,0.018744163,-0.014183645,0.00026577155,0.020604203,0.013917918,0.0187509,-0.0077153873,0.008865362,-0.013131845,-0.02702878,0.013447849,0.017752606,-0.006535172,0.023360545,0.0034092497,0.0064752833,0.007612506,-0.01742862,0.0043974835,-0.040144518,0.0071964627,0.023320219,-0.03132427,-0.003917758,-0.01349913,-0.0106599415,-0.012209503,0.0051246635,0.00727324,-0.0027619516,-0.016220436,0.1929734,0.0055576055,-0.005727527,-0.005759032,0.009948974,0.024821986,0.0008760318,0.010977221,-0.00807407,-0.0012315143,-0.00042635432,-0.0019561274,0.004943108,0.0014687736,0.014902967,0.0064137606,-0.023861442,-0.008268485,0.0029007965,0.005088841,-0.013354824,0.0024667084,-0.0065431152,-0.0036751798,0.0040496034,0.0013658891,0.008344589,0.010128843,-0.01402254,0.0010190689,-0.0017199046,-0.014059242,0.0077890805,-0.0078062485,0.013221588,0.0036507507,-0.0049652783,0.008103941,-0.007120387,0.00398433,0.0014566473,0.024648268,0.016077707,-0.01866225,-0.021970032,-0.033835735,0.020008298,0.0019082435,-0.019672858,-0.0012114011,-0.005662917,-0.003475438,0.009835559,0.010089076,-0.0055801,-0.028157562,0.007855362,0.0022495838,-0.009909626,-0.014405745,0.0046017156,-0.00090429996,-0.010372566,0.0056581046,0.017584251,0.009334442,0.017642569]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 127,
          "content": "Niseko and Others... List of \"Japanese Land Acquisitions by Foreigners\" | Domestic Economy | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0046024453,-0.018716244,0.026688412,-0.0657204,0.040528987,-0.012241692,0.014770738,-0.002297969,0.0129152555,0.0012556426,0.013288296,0.00085287174,0.024650786,-0.003265307,0.10846588,-0.0048953076,0.013522032,0.018998142,-0.01346147,-0.010317297,-0.012595159,0.02941271,0.025525846,-0.017117567,0.012122914,-0.012627498,0.019986145,0.00026056098,0.021480968,-0.032984007,-0.0131418,0.034883928,-0.0035842468,-0.009959817,0.019711623,0.028652934,0.04951735,-0.0039903857,-0.00040239454,0.0029021779,-0.02221891,-0.0015080277,-0.015276161,-0.0031936131,-0.02314078,0.020264989,-0.02854804,-0.02993133,0.006218539,0.037939914,-0.0065590143,0.016325587,0.006187677,-0.17814107,0.04421432,0.007598847,0.01639972,0.007056524,0.02801131,0.01310359,0.005871176,0.009025947,-0.007982602,-0.019681236,0.00268149,-0.017954713,-0.024907354,0.0037139,0.0047275345,0.01375985,0.012584879,0.026410654,-0.0076383026,-0.010703418,0.033909936,0.0037715489,0.012199256,0.0041872184,0.0043847067,-0.015401725,0.008194626,0.03233712,-0.023514796,-0.006302599,0.033497266,-0.02929986,0.0070405854,-0.012938457,-0.009641547,0.006531076,0.015702583,-0.0052399477,0.018324511,0.011612845,-0.02605417,0.007618979,0.012652526,-0.041928057,-0.0063551487,-0.006756157,0.021851977,-0.014477952,-0.011564259,-0.034622535,-0.008334264,-0.032937437,0.023820108,0.00810045,-0.007315218,-0.012504315,0.013411956,0.0032735816,-0.0031366227,0.012590309,-0.006975421,-0.094905235,-0.015501776,0.0012023075,0.003503154,-0.0003561343,-0.011358244,-0.0015521387,-0.03142544,-0.019804215,-0.01119666,-0.030117232,-0.011710827,0.008492651,0.012196657,-0.016216628,-0.007534001,0.0065650507,0.011371013,-0.01523989,0.027109126,0.0022705311,0.03246913,-0.0023557837,-0.005316326,-0.009018331,-0.018933525,0.00832563,-0.006371083,-0.0061194217,-0.009710929,-0.0016001207,-0.034290034,-0.0005653421,0.021981142,-0.003470506,-0.008473408,0.012781613,-0.002863604,0.02119179,0.009041436,-0.034830853,0.00954059,0.0034519366,0.015523187,-0.00030730668,0.037156783,-0.022679761,0.019031595,0.029160824,0.0009847136,0.02974411,0.022060351,0.020498352,-0.0019295764,0.0035026935,-0.0227305,0.002124079,0.010530563,-0.02007035,-0.014744878,-0.02227513,0.018934196,0.0024213993,0.034389414,0.045045417,0.0040830034,-0.002698012,0.009409303,0.007405477,0.01788167,-0.023263298,-0.01658972,-0.024938723,-0.011894665,-0.005315292,-0.023411004,-0.018036148,-0.012736329,-0.013264987,-0.0040896637,-0.009176673,-0.0015382417,-0.022456598,-0.032664336,-0.021074738,0.019076776,0.038833234,0.02960461,-0.0006631875,-0.0025039092,-0.005261629,0.01151695,0.009823175,-0.006117229,0.031022418,-0.0071634017,0.016001355,0.014961704,-0.032939672,-0.009163418,0.0043606777,-0.009548452,0.028885962,-0.027216094,-0.00089987385,0.023678644,-0.037399482,0.00040441757,0.007167727,-0.015923386,0.006495005,0.012447826,0.013396016,-0.039698515,-0.009513436,-0.028514452,0.018148473,0.028161157,-0.022603095,-0.01995602,-0.008096517,0.012325366,0.009737922,-0.019712094,0.016204309,0.010701393,-0.00042139605,0.025115257,0.006183573,-0.038183536,-0.003485281,-0.0124947885,0.014589188,0.006291119,0.036683224,-0.00781925,0.01580956,-0.020242434,-0.0011496008,0.0036088515,0.0066926237,0.030192304,0.0023269185,0.012138101,0.0054364395,0.0014753243,-0.009938847,-0.008361695,0.0004583338,-0.01864505,0.01570275,0.010462874,0.028450426,-0.0029365635,-0.016746033,-0.014001309,0.009306826,0.0016303469,0.011268099,-0.010503319,0.008755754,-0.055751164,-0.0031946737,0.002381974,-0.013327918,0.0022077966,0.04171565,-0.0015455888,0.008651306,-0.013752035,0.017805878,-0.025599325,-0.0031193837,-0.011855733,-0.011702227,0.0021010642,0.009804055,-0.015051496,-0.030024033,0.031134162,-0.01055013,0.007352064,0.0097049875,0.0028442128,-0.034029696,-0.014474987,-0.031224033,0.028295893,0.038286794,0.015287836,0.03420902,0.016522335,-0.001257005,0.0054121376,0.005122361,-0.011908477,-0.008012492,0.008229466,-0.0061417995,-0.026511114,-0.017145151,0.019606702,-0.021492237,-0.00026792154,-0.021330722,-0.03438619,-0.012367724,0.014036444,-0.012316438,-0.00621735,0.02230247,0.016642965,0.0019321606,0.019098558,-0.010535328,0.019885626,0.021213662,0.010610833,0.024633776,-0.015585659,-0.01739397,-0.007689202,-0.0009464468,0.019305341,0.0036961734,-0.021626974,0.006641966,-0.046119396,-0.006859867,0.0064212717,0.027450558,0.002899509,0.009045874,-0.028604807,-0.03269113,0.00593395,-0.00739647,-0.010145697,-0.02684914,-0.018309537,0.024220705,0.0081939995,0.008840983,0.017082332,0.0030225362,-0.008732907,0.005341408,0.0093457615,0.015565163,0.013315359,-0.008160394,-0.007832388,0.01616759,-0.022726147,-0.0007086,-0.02753831,-0.03225617,0.018799733,-0.007308645,0.018907886,-0.019714516,0.0014758589,0.017718308,0.029718468,0.0056740995,0.009172554,0.024425471,-0.010446156,0.004157876,-0.010430529,-0.012368066,-0.0055839005,-0.032593995,0.028950827,0.0036386892,0.0011875746,0.013123639,-0.011542227,0.031533692,0.007252861,-0.0061809933,0.017039867,0.0023517988,-0.02225442,-0.02422349,-0.002354282,-0.020793244,0.0069250097,0.011098143,0.0040701083,0.020666718,0.025375431,0.017848657,0.0093170125,-0.0010261802,-0.0028012693,-0.037847124,0.026859801,-0.005535876,0.021244243,0.007081319,-0.021598881,0.0021477898,-0.031943202,0.015751181,-0.0058230394,0.012614783,-0.015329107,0.01594926,-0.002032959,-0.003752353,0.017548475,0.009392892,-0.00521046,-0.019615255,-0.043476123,0.0016900144,0.0025696296,-0.017597953,-0.024787156,-0.00859787,-0.014696323,0.006370301,0.0088865785,-0.025513792,-0.008065051,0.018902553,0.009648821,-0.0090756295,0.02493683,0.009661839,-0.012045202,-0.028252356,-0.022334708,-0.0032772203,-0.017242838,0.0034511904,-0.0023076546,0.00028450176,0.0058902316,0.01945123,-0.0045584,-0.001511582,0.0024633103,-0.0023340264,-0.0047373567,-0.013224217,-0.0054733553,0.011603448,0.0045285868,0.032860268,0.0010437398,0.0010428119,-0.010154702,-0.0068079717,0.013104631,-0.014874132,-0.0061789546,0.018986112,-0.025460644,-0.023298468,-0.009056019,-0.007968947,0.0033235366,-0.004620203,-0.00060489366,-0.03799105,-0.012633462,-0.0005029264,0.023649834,0.049314763,-0.010240186,-0.0036268663,0.025042834,-0.017937243,-0.02053213,-0.00680997,0.025489997,0.0040466036,0.022989014,-0.008885386,0.003801021,-0.009942204,-0.00083290716,-0.011340436,-0.008482922,-0.0060759177,0.01649202,-0.018487142,-0.01430443,-0.008069396,-0.009682692,0.021757305,0.03395575,0.034221265,-0.02390905,-0.013609453,0.007839657,-0.016130554,-0.011831311,-0.0039022064,-0.00011655826,-0.0036714808,0.025429428,0.007008869,-0.028188134,-0.015157286,-0.015259036,0.008876858,-0.007087824,-0.003352935,0.014167591,0.014959565,0.009599036,0.023241635,0.023423653,0.013080518,0.00675349,0.017358884,-0.008933778,0.015007892,-0.0013038483,0.027883418,0.0032532746,0.018456398,0.012304026,0.0025657585,-0.00244464,0.0014238199,0.007827787,-0.0895881,-0.011802808,0.028012767,-0.0036249196,-0.015360966,0.019332387,0.029396981,-0.00767477,0.031534288,-0.00013897583,0.026506877,-0.022575585,0.003808584,-0.024391733,-0.010977324,-0.006266778,-0.017477296,0.0188612,0.030486396,-0.017192211,0.017706178,-0.027010122,0.026734598,0.011972194,-0.003734499,0.025869552,-0.0050729946,0.00310277,-0.026303666,0.0025698736,-0.019484323,-0.0032215817,0.019653022,0.0017473532,-0.010074039,-0.011371858,0.0037801515,0.03154383,0.0041081547,0.02725015,0.025601279,0.0010971637,0.0012323209,-0.031054113,-0.018495325,0.005293327,0.013317091,-0.020627806,-0.041955963,0.020563474,0.042549975,-0.011810665,0.0054842387,-0.0072678574,0.0029728261,-0.044021677,-0.004934281,0.0042833504,-0.02854958,-0.0051924083,0.008143772,0.022124719,0.034768958,0.0005266474,0.007347719,0.033818796,0.010159555,0.05004602,0.018358907,0.004700411,-0.022599734,0.0096167615,-0.004927496,-0.008520231,0.0119681675,-0.008952563,-0.016488593,0.027062654,0.0013854329,0.016993925,-0.032790404,-0.00083495886,-0.14033888,0.0022673493,-0.02374031,-0.016735816,0.008524115,-0.011075349,0.009740129,-0.014942558,0.013885768,-0.004299307,0.0072159762,-0.015005828,-0.016499037,-0.015384131,0.020780608,-0.00075124524,0.0074806768,-0.026918266,0.0064952816,-0.0031218831,-0.0110340975,0.00013375124,0.021408774,0.013569522,-0.0016523105,0.005898183,-0.010028972,0.008937343,0.039337207,-0.00981222,-0.025797145,-0.122099206,0.013656802,0.0007174218,-0.01798783,-0.0064254515,-0.016303152,0.0046264953,-0.026106114,0.028166248,-0.03662295,-0.01588519,-0.026194172,-0.0044948417,-0.010642156,0.012015423,0.09177554,-0.0076125744,0.027344683,0.012151367,-0.02153899,0.02095709,0.011028463,0.014603901,-0.033637855,-0.017654272,0.008840569,0.000864274,0.009621496,-0.018637234,-0.0145370485,0.018179541,-0.001886234,-0.007034977,-0.023970475,-0.008724112,0.021283345,-0.019148128,-0.007151799,0.009025954,-0.017151525,-0.00065776816,0.02626396,-0.012490904,-0.0045990716,0.0008914832,-0.02538784,-0.006529607,-0.020468608,-0.000728102,0.00789536,-0.03285202,-0.077293485,-0.0048708343,0.0002763332,0.017981352,0.01965378,-0.022384202,-0.0048664897,0.0024558879,0.025996175,-0.0154322265,-0.04065769,-0.013139301,0.0058650123,-0.011273033,-0.006378625,0.03425183,-0.016281819,-0.007862598,0.026839962,-0.009336892,0.0027492698,0.0047815363,-0.0066780434,-0.0033628733,-0.010949013,-0.008357925,0.018353185,0.020398255,-0.000847775,-2.2776185e-05,-0.010943036,0.01719617,-0.0010797323,0.0071463166,-0.0076836115,-0.03420417,-0.035401076,0.014164526,0.0046147187,0.0078865625,0.047353547,0.017431127,-0.033511147,0.018972836,6.105991e-05,0.023214253,0.022496052,0.0014739523,0.0054786354,-0.0094147585,-0.011854915,-0.001681793,0.0008094695,-0.011208472,0.003228812,-0.0077992156,0.031441163,0.011824628,0.018818082,0.0046168803,-0.014448428,-0.00059047405,0.0011283053,-0.013649741,0.0033002077,0.009952148,-0.0059121684,0.029678151,1.1991139e-05,0.022176059,0.008192463,-0.01055244,-0.014232913,0.013536528,-0.010206959,-0.010954124,0.0024194072,0.0095720915,-0.053445637,0.003959551,-0.002377981,0.0072951266,0.009887852,0.007211981,0.0052709533,0.013790086,0.009656119,-0.006456127,-0.010059125,0.015549846,-0.0057325847,-0.0075205793,0.008927935,-0.00904507,0.012091932,-0.008968145,-0.009337487,-0.010101149,-0.005900529,0.0051699127,-0.02542552,0.017859519,0.0012556532,-0.007126644,0.0066490895,0.014743407,0.008726684,0.009203481,-0.0033519948,-0.0038532922,-0.00420462,-0.0009750261,-0.0018652936,0.013369967,-0.015749665,0.0030767396,0.005517203,0.018086297,-0.00689057,0.02637117,0.004421489,-0.018321866,-0.006187894,0.0020142465,-0.005824796,0.0021589708,0.0061665964,-0.015398756,0.0070235543,0.011599786,-0.012055104,-0.011073517,0.01884549,-0.00018088499,-0.0040248204,-0.006198739,0.0013601591,0.009487639,0.018527083,-0.0034218149,-0.0113036055,0.032186937,0.0020321794,-0.0120914355,-0.011291168,0.0026571867,0.021864763,-0.0027482416,0.019759038,0.011368191,-0.0018945788,-0.0020861358,-0.007604268,-0.0066897436,0.0032649008,-0.0020635484,0.0071360134,0.01428686,-0.0027069435,0.017866932,-0.007136477,-0.01752674,0.019507252,-0.016074913,0.015075921,0.0012355986,0.016978027,0.011016535,0.002285499,-0.023011059,-0.0008263224,0.0049751275,0.0077804406,0.012315469,0.015950473,0.010065987,0.0037059104,-0.0016224106,0.011371912,-0.008679806,-0.0067662224,0.0070512756,-0.0045895022,0.0044866498,0.004080457,0.01057101,-0.0014905768,-0.0025474997,-0.0008636495,0.012616101,-0.004476538,0.009156871,0.0051345835,0.006223423,0.01752608,0.0047522723,0.009324541,-0.011061881,0.0049107745,0.010598835,-0.013637544,0.00850854,0.014644349,-0.0010479875,0.0009360949,-0.024713153,0.0046750624,0.00037839264,0.017898945,-0.00029796202,0.010847566,0.009200491,0.011104631,0.027569916,0.003732594,0.0102530895,0.00026878336,0.007389803,0.021615213,-0.011765437,-0.0077425446,0.016535077,0.010829624,0.010970178,-0.008660266,0.0042855465,0.016158707,0.0012948293,-0.005351853,-0.015445112,0.0019659598,0.0065776687,0.014261055,0.010368142,0.01975671,0.020680493,-0.006918861,-0.00085914426,-0.022221152,-0.0019834687,-0.0056873094,-0.00031760568,0.0035379936,-0.0025441356,0.015007681,0.0051160622,-0.0061152214,-0.0013714087,0.002106923,0.00090888544,-0.0023444057,0.007636331,-0.013425521,-0.011793913,-0.0032828485,0.006090877,0.0023556866,0.009484127,0.0042236154,0.078281574,0.013688914,0.008324306,0.0057783537,-0.0010954653,0.0048374115,0.006245951,-0.009697345,-0.012729093,0.0027497776,0.0018674356,-0.013453064,-0.012785889,0.0014786863,0.025442956,-0.005719051,0.0008590374,0.00630483,-0.012081002,0.00035064688,-0.013028465,-0.0028180804,-0.0077521624,-0.0063027823,0.010895133,0.009674144,0.00404363,-0.00018482169,0.016032292,-0.006991914,0.012660462,-0.005324974,0.005142421,0.013058249,-0.015793724,-0.0023200023,0.0035985576,0.019899236,0.00064267847,0.01091573,0.01891723,0.014169081,0.018762784,-0.012113068,-0.016131928,0.020872219,0.0003065539,0.00054473814,0.0060984613,0.018139385,0.011784636,-0.00420017,-0.0026584598,-0.014594952,-0.007525551,0.00074440497,0.0028002716,-0.0132944705,0.014194749,0.008297682,-0.014239217,0.010751724,-0.0018190801,-0.006847243,-0.0009869207,-0.023905003,-0.012195989,0.009938155,-0.0015737425,-0.008382277,-0.0075241607,-0.018878307,0.008690552,0.009767164,0.023460489,0.0070266393,0.007870004,-0.006308173,-0.0031189222,0.00646233,0.011903867,-0.0063809925,-0.01618918,0.0037848975,0.005823939,0.013015463,-0.029225715,0.010937272,-0.007321648,-0.010195022,0.020779468,-0.0033496849,-0.0051547056,0.00715323,0.007996616,0.0013720811,0.061203495,-0.004182363,-0.004968606,0.010100883,0.017057726,-0.015458622,-0.00074507395,0.007859102,0.017341932,0.013709349,-0.0011543477,0.014723022,0.006241356,0.0042412216,-9.493489e-05,0.007885261,0.014043881,0.0057753623,0.0070588603,0.011288998,-0.006894081,0.002112834,-0.012249123,0.011480129,0.002619091,0.010714839,-0.025601082,-0.003971348,0.0045247045,-0.009390955,0.0076357597,-0.008425387,0.0023877588,-0.0039529623,0.02530352,-0.010647968,-0.0035463038,0.0007627603,0.00579842,-0.0012607998,0.0018282699,0.008052408,-0.011410288,-0.025155121,0.015132793,0.0041220025,-0.010606027,-0.01765191,0.00581803,0.0097579295,0.009622949,0.006612896,0.016430268,-0.009639368,0.006423102,-0.0027185108,0.013314106,-0.0012858956,-0.0062305923,0.016479315,0.004383332,-0.008637188,0.018359177,-0.01596832,0.019741485,0.014260078,-0.00024134466,-0.0022785712,0.010882883,-0.006818609,-0.0023105151,0.013370468,0.015256,0.03215194,0.0056468113,0.0013470233,0.011887247,0.014679139,-0.0025562134,-0.008890557,-0.004978035,-0.018729307,-0.013371201,0.0028095443,0.017590309,-0.0042622928,-0.007173381,-0.016326502,-0.003566034,0.0009505885,-0.013527224,-0.0031596425,0.017478213,0.008722025,-0.013608849,0.008923833,-0.010038362,0.0013281289,-0.0026305246,-0.000470782,0.01306503,-0.0038690658,0.004339239,0.0057106027,0.017461305,-0.0043025236,-0.007646334,-0.028230457,0.021199297,-0.004980263,0.002894962,0.0101798875,-0.0048087295,0.013350214,0.0056574275,-0.02553328,0.0034502663,-0.00015003319,-0.009170078,0.0028706472,0.022407599,-0.013628234,-0.0039419513,-0.0048312675,0.0064861733,-0.0065855314,0.0024828422,0.004053572,-0.008281734,0.0040576174,0.011510744,0.0013721626,-0.0012434842,-0.023505328,-0.0033068862,0.00817272,-0.008951561,0.0012010074,0.02120607,0.00395192,0.016117394,0.016652277,-0.006218534,-0.003913352,-0.02706294,-0.008424201,0.01015537,-0.006704936,-0.008019214,-0.0062156813,-0.0068325405,0.007484546,-0.0060431533,-0.0011288589,0.0030530763,-0.008114194,-0.0046595642,0.0045482228,0.0022810462,0.0021062894,-0.007595529,-0.020419424,0.0016850536,0.0035190047,0.0071285623,0.0057886476,-0.00557478,-0.0069661764,-0.0032709078,0.0092137,0.013951751,0.008915803,0.004221803,-0.010058313,0.010877216,-0.0024549942,0.009890462,0.00039436176,-0.0122837415,-0.0029645276,-0.0027458456,-0.021260826,-0.010802317,0.0017400079,0.008250614,0.0141677,0.022149855,0.02567447,-0.029144892,-0.0034403184,-0.005273496,-0.0045336923,-0.002670717,0.0029269909,0.0068404404,-0.01608919,0.005362437,-0.014140362,-0.0096554635,-0.016516596,-0.006638769,0.011332157,0.0076656723,0.0052875704,-0.014493801,0.0045577735,-0.006880726,-0.00036542612,0.011286321,0.018820036,-0.0055743284,-0.0048721577,0.017698871,-0.0044372887,0.013436506,-0.011426908,-0.015717842,0.023719868,0.01795053,-0.0046540964,0.00556451,-0.0027621028,0.009447463,0.015259512,0.012843828,-0.029733332,0.001981466,-0.0125766685,-0.006278088,-0.0052577886,-0.0048885914,0.006188691,-0.010731965,0.0016730468,0.00625971,0.002830636,-0.001665883,0.00029060675,0.029697306,0.026206944,-0.0015906353,-0.0005625024,0.009442722,0.011098872,-0.0025911767,-7.5310716e-05,-0.01743762,-0.02232287,-0.008782835,-0.014911642,0.018552095,0.0021795954,0.0055725616,0.017211314,0.014236328,-0.008096285,0.00472884,-0.00064375834,0.0014252884,-0.0051040277,-0.0043930355,-0.003873234,-0.006091136,0.0023195806,0.00940248,-0.0037938978,0.008177367,-0.0064321696,0.0018358865,0.007400135,-0.002913953,-0.015804164,0.008675256,-0.013728564,-0.00814259,-0.002780252,-0.0027756952,-0.007003229,-0.0042966204,-0.005575446,-0.007579793,0.0055536903,0.008864049,0.003241924,-0.01641956,-0.0007808811,-0.012782076,0.012749953,-0.013560335,0.0003410533,-0.011711141,0.015741652,0.010809912,0.023658803,0.0013242359,-0.002390119,0.011170931,-0.003890548,-0.005734551,0.0072094784,0.014980119,0.009516954,-0.00078928604,-0.0056263814,-0.0047454224,-0.0023858545,-0.0013133251,0.0119315665,0.008161702,-0.013823143,-0.007659842,-0.0025953648,0.012246117,0.0028804627,0.005581085,0.0035576322,0.0042121434,-0.012385774,0.010288529,0.007923266,-0.00077664095,0.010246895,-0.0017064116,-0.0073512457,0.0017493386,0.030576404,0.0006160287,-0.007890541,0.011219734,-0.0033192106,-0.019588782,-0.026555143,-0.00727014,-0.006967172,0.012130679,-0.005509932,0.007537148,0.0063046752,-0.023550909,-0.014028772,0.019282874,-0.007728413,0.0074789226,0.0060595535,0.010445741,-0.021153783,-0.0029953266,0.0071381084,-0.015110414,-0.0061607338,0.021589352,-0.0048936475,-0.0049238964,-0.020472236,-0.0015499182,0.015313227,0.019255824,0.012726517,0.014669982,0.019906238,-0.007454304,0.0085897185,0.0018446888,-0.0009465122,-0.008032831,-0.013290021,-0.07654703,0.009072086,0.009273189,-0.0052501685,-0.015712181,0.0039535183,-0.010143278,-0.0055766334,-0.0053693997,0.012777268,-0.0008184534,0.020241322,-0.0009968125,0.03022926,0.0069995634,0.021086397,0.009945246,-0.0026270149,-0.00682979,0.025691014,-0.00092664186,-0.00061998796,0.005005889,0.02106571,0.013760595,-0.017928416,-0.0061146687,-0.0067536654,0.005985872,-0.00035348747,-0.030888183,0.015453158,-0.020572606,0.0023597688,-0.007202868,-0.014008654,-3.409215e-06,0.0075771897,-0.13459761,0.006465539,-0.012927015,-0.014699909,-0.00037511383,0.00823799,0.01612695,-0.0037396315,-0.0010978173,-0.018556856,0.01066753,0.0044481815,-0.007330169,-0.027419263,-0.011849883,-0.008919997,-0.019951247,0.0022692916,-0.01086425,-0.0010863631,-0.0104017835,-0.0051955665,0.014689114,0.015404852,0.00895957,0.012438854,-0.009015589,-0.0093209585,-0.004503029,0.007648997,-0.013239959,0.0003710902,0.012233366,0.018380497,0.010849067,-0.010050771,0.004832365,0.009777836,0.010000094,-0.013242493,0.0067666313,0.017069627,-0.018845025,0.010275907,-0.014638374,0.0064469147,0.012800275,-0.008061462,0.004116416,0.002276281,-0.009389893,0.0026300775,-0.00018689925,-0.013745097,0.0021707658,-0.009522686,0.01646374,0.014054911,0.0007379595,0.014398214,0.011233545,0.004605483,0.011359429,0.023617096,0.013658341,-0.0036186825,0.0111292545,0.012170862,0.0056927223,0.0119212335,-0.000121786434,0.0026983353,0.026528394,-0.02626164,-0.004013912,-0.016301092,0.025810406,0.01082735,0.010259485,-0.010554353,0.020302592,0.02250948,-0.009655851,0.02687332,0.019649988,-0.017939255,0.00029225598,0.005706321,-0.0032765921,-0.054952323,-0.01279412,0.014254006,-0.011490723,0.032323025,-0.0043437965,0.007562973,0.0052192495,-0.023424633,-0.018451734,-0.001257543,0.00077016634,-0.017648727,-0.008706447,-0.004654888,-0.0011823844,0.028822167,-0.012252047,-0.00020905791,0.0035973922,-0.027983515,-0.016403997,0.019907538,-0.0015822724,0.007958952,-0.0014426076,0.012040334,0.012988909,-0.001201723,-0.015357792,0.005085541,-0.016233275,0.007881454,0.0057551,0.014565192,0.0014172243,0.026516795,0.044200942,-0.0066047525,0.008099854,0.011584593,-0.0092886835,-0.0029462886,-0.005414378,0.031167053,-0.00854736,0.013062115,-0.003798974,-0.017877745,-0.0027278068,0.028397044,0.0111782355,0.0030876726,-0.007258575,0.00602688,0.02977468,0.027329005,0.011663339,0.01834343,-0.010938547,0.008342757,0.006171264,0.0006146284,-0.006462426,0.0070599886,0.033119366,-0.025294563,0.016290389,0.013734872,0.016705237,0.0065820008,-0.012278924,0.03180422,-0.020030469,0.0040130024,-0.0047956025,-0.006713945,0.0065830443,-0.013578566,0.0078614205,-0.002124831,-0.022865037,-0.0131540615,0.00843509,0.015216612,0.0038494426,-0.022149615,-0.0009362006,-0.0073374845,-0.027506242,0.031527974,0.008176182,0.007664597,0.001819338,0.025388725,-0.0063558435,-0.0152894575,0.0050337636,-0.009636248,0.014382206,0.0145131275,0.0050905026,-0.0033231995,0.0022604428,-0.023709053,-0.018278887,0.009825568,0.0012712134,-0.0023556435,-0.0031599526,-0.0240566,0.0007145817,-0.0013381502,0.011819382,-0.1761524,-0.008285743,0.020173239,-0.013007904,-0.016900424,-0.014832059,0.0001428119,-0.0070848423,0.017718522,-0.018587695,-0.0011314319,-0.008284603,-0.013004455,-0.006758432,0.049043562,-0.027876623,0.027971106,0.013033767,-0.023502382,0.0078032124,-0.0067201005,-0.008153341,-0.018437862,0.0044382713,-0.010748276,-0.016398294,0.013499245,0.0061225365,-0.010668011,0.019197851,-0.0064733736,0.011687473,0.028427167,-0.0036913815,0.010212481,-0.00044220279,-0.008894946,-0.009085535,0.0035650106,-0.010181961,0.026287304,-0.005617021,0.0006793928,0.0052045286,0.005860597,-0.00024113871,-0.004055322,0.000884953,-0.018550396,-0.007990158,-0.0002916477,0.016721755,0.0010705303,-0.005642871,0.0038040453,-0.012035138,0.020930648,-0.03386483,-0.008978985,0.00033660186,0.019924399,0.014724896,-9.70595e-05,-0.005234484,-0.032585803,0.00078552274,-0.009184447,0.13019447,-0.0071394444,0.0023721857,-0.00526687,0.005891565,0.0024684384,0.00051672256,0.002787101,0.0086499415,-0.005874601,-0.004164454,-0.013743017,-0.0043668575,0.0030020734,0.013292723,0.023532653,-0.00012214817,0.014916762,-0.012448894,-0.007709716,-0.00039586058,-0.017595906,-0.020255351,-0.01581992,-0.005446233,0.007542816,-0.002004655,0.011182023,0.02354732,0.003643184,0.021805694,-0.02634099,-0.00563865,-0.00605621,0.016154055,0.008884227,0.012616148,0.01614276,-0.016578982,0.011018236,-0.0061209337,-0.017024769,0.0022727035,-0.01686866,0.012564356,-0.0077053243,-0.003335524,0.02083913,0.0062569208,-0.0150089655,-0.019751376,0.0061867,-0.018674605,0.0162209,0.010889342,-0.0073683285,0.0033012645,-0.0077131474,-0.012497074,-0.00670107,0.034615114,-0.02631151,-0.008270939,-0.01183891,0.0071024406,0.013387909,-0.010308894,-0.0003549419,-0.0038382807,-0.09158477,-0.008431479,-0.008974256,-0.003971091,-0.022405261,-0.00038731247,0.0043078545,0.010707911,0.0015110242,-0.013617296,-0.01412425,0.03026301,0.012774998,0.020512076,0.037943017,-0.0010972338,-0.016654788,0.0045640944,0.0029114173,-0.013561086,0.0050872746,0.013777456,0.017842883,-0.0037713265,-0.020436576,-0.01688067,-0.01886456,-0.012853733,0.005944514,-0.02075984,-0.016551638,0.013373762,-0.018863482,0.02190682,-0.0029695053,0.015302636,-0.00053783593,-0.006802656,-0.006960244,0.0037942769,0.0012438762,-0.009128041,0.008137374,0.01045627,-0.008819471,-0.0074669993,0.009779484,0.0116232205,-0.03626806,-0.0049676513,-0.0036537182,-0.0066561303,0.019949913,-0.017133145,-0.0149645945,0.02576029,0.011853179,-0.01878323,0.004775688,0.010671258,0.00017009371,-0.023313953,-0.013088392,-0.01725435,0.004895331,-0.0057713487,0.007320651,-0.0021191556,0.012054699,0.006416244,0.0023139652,-0.017552942,-0.002945282,-0.0031211996,-0.015059017,-0.007999705,-0.013403865,-0.012149091,0.0027935195,-0.019774633,0.009398348,-0.010086576,0.034956887,-0.011397227,0.020876318,-0.0030423128,-0.0067187482,-0.005726303,0.002793233,-0.021481771,-0.028613243,0.0010498256,-0.021326628,-0.009326331,-0.005665398,0.013706338,-0.009194424,-0.011096838,0.006719129,-0.0035014327,-0.0025112391,-0.0048088836,-0.01920062,0.0050846343,0.016058316,0.0001097068,-0.010486728,-0.015481928,-0.004074066,-0.0007098969,-0.021419048,-0.00350457,-0.025379525,-0.006619507,0.0018311223,-0.0038389268,0.01958845,-0.0046703527,0.019624393,-0.0071297246,0.02844482,0.004883921,0.00613714,-0.0015691369,-0.014760117,-0.003406646,0.0071954112,-0.0019909288,-0.00877824,0.004369815,-0.007217164,0.006087931,-0.0029958312,0.002106464,-0.018176476,0.0019728022,0.009497721,-0.030973673,-0.004065637,0.00578531,-0.0072039254,0.014901061,-0.00055546773,0.008803815,0.016073588,0.0034950778,0.022680543,0.0053047254,0.016266134,-0.024196353,-0.008652954,0.0050199796,-0.03075142,-0.006177962,0.01736275,0.031417657,0.024243271,0.0018736144,-0.0074309832,-0.022088544,0.020528855,0.0031538168,0.001173775,0.015461106,0.01335951,-0.008606214,0.012985252,-0.010524793,-0.018883519,-0.011641532,-0.011301433,0.0042784675,0.0013106166,-0.009348735,-0.01288276,-0.005376804,-0.00039938476,0.012211824,-0.009811235,-0.06403483,0.008193802,0.008659248,0.0014978907,-0.01137785,-0.011031109,0.00952296,-0.011876387,-0.006820335,0.0043091583,0.0053261104,0.00043085348,0.0138169285,-0.008129856,-0.0070263753,0.02464187,-0.0259958,0.019082177,0.016104255,-0.00094115705,-0.01719751,0.005207226,-0.008045599,-0.004184179,0.0072627375,-0.013952828,-0.014254139,0.023271903,-0.007964045,-0.006676136,-0.0004303506,-0.0021494352,0.012909198,-0.019507768,-0.020546215,-0.015843093,0.0021356451,-6.23079e-05,0.0039541265,-0.06424904,-0.0076415967,0.0039073415,-0.029997956,-0.01001721,0.0039328737,0.025242832,0.015201163,0.01465185,-0.0054491195,-0.048047658,-0.0011533379,-0.008845281,0.002689683,0.0031995373,-0.0005294333,0.002391896,-0.00382443,-0.014778403,0.004429331,-0.033018492,0.007481156,0.002244835,-0.032811493,0.012600398,0.01336612,0.016120525,-0.0005346492,-0.009623771,-0.0075952965,0.030928802,-0.010363222,0.007957305,-0.0053487555,-0.007866622,0.008484698,-0.006233243,-0.005249287,-0.017463008,0.0053006164,0.028325351,-0.01169117,0.026157403,0.0018124009,0.015755413,0.01439003,-0.008023977,-0.009330376,-0.08471659,0.008183932,-0.001408356,-0.011531028,0.016379185,0.007893231,-0.014235418,0.01282314,-0.004253111,0.008127255,-0.01351137,0.005582516,-0.0082732495,0.013954878,0.005219598,0.00010451478,-0.0008953171,-0.010488341,0.010221825,0.0018211898,0.0024913421,0.0061151483,-0.004479104,0.01500315,-0.004934485,-0.0633416,-0.006656449,-0.013300225,0.0024011796,-0.007967322,-0.011943026,-0.0070339595,0.0102770245,-0.00027957183,-0.010141845,0.033181574,-0.023324829,-0.022741439,-0.008068573,-0.0067875856,0.0124132335,-0.015442038,0.006221934,-0.02938777,0.0009180592,0.009997233,-0.022482052,-0.011562536,-0.016341075,-0.0154422885,0.016705088,-0.019577745,0.005681083,0.011830194,-0.013585177,-0.0034296901,-0.00061805686,-0.020100802,0.019340286,0.0052707647,0.018400181,-0.0012340867,0.009206636,0.011334,-0.0070685917,-0.0007642966,-0.024131203,-0.005844948,-0.020247273,0.005249361,0.032267287,0.0014354514,0.017549599,0.0024768985,-0.0045908336,-0.0138381235,0.0015779652,-0.006443025,-0.0024094426,-0.0069864024,-0.020162323,-0.019119438,0.040519454,-0.005578499,-0.026461313,0.00011904476,0.008968903,0.0018250311,0.004558104,0.025199816,0.009945323,-0.017066166,0.0030190153,-0.01575584,0.006941613,0.00082659174,0.0056741717,-0.010942549,0.01494349,-0.037624758,0.013909832,0.016577039,-0.0012248602,0.014758499,0.00619806,0.012500129,-0.013876518,0.011082499,0.0030086322,-0.0016337212,0.004225858,0.0054434882,0.01600058,0.0020665436,0.0010932557,0.02516377,0.016728327,-0.0039616437,-0.010906885,-0.018195363,-0.0059250346,-0.013057737,-0.0030518973,-0.00016320737,0.007752812,-0.017516078,-0.013281042,-0.0117663145,0.013682918,-0.00830473,0.020965846,-0.012633264,0.009606803,0.010839633,-0.0057780156,0.010106102,0.0045401733,-0.00019373701,-0.016835416,0.014467265,-0.0104454765,0.011383859,0.0050851223,-0.001699746,0.02644203,0.022881808,0.021278357,-0.0036499815,0.0062853172,-0.010864797,-0.009908101,0.020198865,0.0040202863,-0.02214999,-0.03429367,-0.007563337,-0.0010186367,-0.001676767,0.005568865,-0.0013560491,0.01519892,-0.0032487132,-0.006778889,-0.0037859995,-0.015399001,-0.00072613225,0.01771249,-0.0091178585,0.017107923,-0.004448111,-0.0063443384,-0.02419184,0.016610196,-0.007888452,0.064828,-0.0013584292,-0.0033120594,-0.003030723,0.021563271,0.0074202637,0.024929326,0.008896365,0.009356111,-0.015784983,0.01285598,-0.0051612696,0.020584943,0.003520942,0.010379745,0.014077573,-0.022123545,0.0040357336,-0.011869014,-0.021769041,0.015208912,-0.013800624,-0.0031916746,0.004202707,0.014515581,0.003917453,0.0015150082,-0.0074839876,-0.0033757808,-0.028945418,-0.00931755,-0.006596458,0.0066449326,-0.006440014,-0.025320478,-0.009745518,0.006642968,-0.011754339,0.006322147,-0.0018587809,0.005085603,0.005765974,-0.023738865,0.0051403423,0.010309883,0.008855931,0.030182043,0.021759223,-0.012601499,-0.0053527765,-0.00895836,-0.0039511654,0.0047295275,-0.008941837,-0.020416113,-0.002445998,-0.007368185,-0.010270337,-0.010218311,0.0009742519,-0.007307095,0.0063433214,-0.009039002,-0.030589588,0.019638726,-0.0053151934,0.01592322,0.03137484,0.009477214,0.014083464,-0.0023333572,0.00835006,-0.009598197,-0.0020005107,-0.015933303,-0.0029811799,-0.012916903,0.00377601,-0.011882217,0.028425222,0.020172037,-0.018121691,-0.0026122176,-0.008219742,-0.018208452,-0.019831706,0.028705603,0.0076965354,-0.011903344,0.008573013,-0.021780612,-0.0097263185,-0.004565708,0.03258857,-0.010140661,0.008684923,0.006013139,0.0036543922,-0.013159227,0.0033931292,-0.03526162,-0.011970777,0.024097936,0.014332452,0.01828661,-0.01480597,-0.0036453905,-0.020370724,0.0043319734,-0.0010945287,0.0019834568,-0.01709013,0.027825585,-0.016395772,-0.01300683,-0.021018928,0.016817022,0.0048244502,0.020581482,-0.002848116,-0.0149340425,0.005859301,0.0014110315,0.007852387,0.004937363,0.019458327,0.023893882,-0.01586552,-0.006181294,-0.0141937155,0.0013013543,0.008450415,0.017817033,-0.017404096,-0.009914595,-0.0021786338,-0.020417547,0.008150436,0.014511619,0.009403122,-0.05867248,0.013874105,0.015463152,-0.014317125,0.009377134,-0.02788352,-0.0080469055,-0.017030861,0.023315987,-0.0015871606,-0.0014713334,0.015008652,0.022325102,-0.0006404806,0.003614449,0.0132901445,0.0144285755,-0.018081289,0.020606345,0.0052904873,0.023665642,0.014167984,-0.007738209,0.006337644,-0.010180247,0.0027062106,-0.019136524,0.013815298,0.0051065125,-0.020896595,0.009261244,-0.0012728975,-0.0044533983,-0.018351622,-0.0050247246,-0.0046657934,-0.018764243,-0.005127567,-0.011391473,0.0043165465,0.007516642,0.013033705,0.0083873235,0.0109280925,-0.003243256,4.9146503e-05,-0.016870905,-0.019965302,-0.010605192,0.0008609418,0.005367876,0.0001884191,-0.014965065,0.016570019,0.030748833,-0.014063151,-0.019291425,0.009185935,-0.00711709,-0.00085239095,0.015411776,0.012176542,-0.007344113,-0.021579657,0.009176349,0.008074876,-0.017007113,0.01215314,-0.008844341,-0.00035266837,-0.013713591,0.0014808804,0.021564536,0.0029473251,0.017260436,-0.009311298,0.0048959358,-0.005201833,0.0059551788,-0.024423674,-0.006200759,0.0024619482,-0.028344657,0.01011087,0.006536115,0.013020427,-0.0063556754,-0.03702905,0.01850189,-0.014040587,0.033181675,-0.0067657563,0.033025004,0.02029153,-0.014180712,-0.024948923,-0.011422599,0.0013047548,0.00033174572,0.0090350425,-0.0241564,0.0066143745,-0.0065558213,0.0066992063,-0.021543277,-0.005757685,0.0014822686,-0.0152901625,0.010543235,0.0049484894,-0.018509204,0.026635738,0.016016351,0.012801282,-0.011932475,-0.0063370583,0.0011994971,-0.0058404226,-0.0001653435,-0.0051133335,0.0055482173,-0.003783613,0.014726378,0.015801242,-0.010077599,0.008580551,-0.0046772435,0.013654778,-0.011338174,-0.028614094,0.03241115,0.016350864,0.010536702,0.005330407,0.007604274,-0.031511668,-0.003323243,-0.0050691473,-0.0011184842,-0.0034460863,0.005181537,0.021953253,-0.0068577514,0.019895272,-0.0001391528,-0.00684721,-0.004871907,0.005178803,0.03495006,-0.026144406,-0.017400356,-0.023906166,-0.015584923,0.0034474975,-0.026043834,-0.0035073594,-0.01583437,0.002545274,-0.04890672,0.011076399,-0.02784479,-0.0025253429,0.010322719,0.003537733,0.010564401,-0.005188043,-0.009242778,0.007679637,0.003879223,0.017694537,0.002818684,-0.018739847,0.01031424,-0.029717049,0.0078786425,-0.010874111,-0.022619613,-0.012759072,0.007904632,-0.0068077655,-0.014521714,0.012325954,0.004350899,-0.011599325,0.00251366,-0.0032970295,0.013839506,0.008080923,0.02629594,-0.0038596918,0.0038335347,-0.041394286,0.006478525,-0.009737008,0.016447492,-0.03355338,-0.015922092,0.0045704385,0.029494634,-0.049593262,0.006240511,-0.011011917,0.012638013,-0.015669445,-0.0072275135,-0.0030006713,-0.0015171446,0.014546192,-0.0013287009,-0.022492187,0.0064805658,0.0013810287,0.005790308,-0.011583195,-0.011241092,0.0045770966,0.010959675,0.0034317384,0.0020261514,-0.003551557,-0.0049931807,-0.016338952,0.0135546345,0.02961051,-0.009818495,-0.009200769,-0.016158674,0.017392673,-0.020927642,0.011386649,0.013949652,-0.01149777,0.015790945,-0.019501539,-0.02528117,-0.010398485,-0.009276599,-0.008147808,0.0037200262,-0.010593537,0.0101825595,-0.021824658,0.012271519,-0.021614453,-0.0011208265,-0.0012907501,0.009715537,0.0046003126,-0.020227345,0.0027958192,-0.002003306,-0.023686476,0.026815735,-0.005493071,-0.010219304,0.024540244,-0.0054666996,-0.016005298,0.005557724,0.026546557,0.018696634,0.010910422,0.01933321,-0.00783611,-0.0032455446,0.0013541532,-0.0034231248,-0.026061442,-0.0053418768,-0.0065614246,-0.008435631,-0.0066981358,0.00739366,0.000184068,-0.00261832,-0.018093733,0.014648799,0.0038442572,0.023725653,0.008982107,-0.0034716092,-0.0042645847,-0.021600008,0.005582917,0.0047537223,-0.010155992,0.026324194,0.022106381,-0.00816611,0.003532354,-0.002526536,0.00464381,0.016043367,0.008511426,0.021949945,-0.007834276,-0.008482104,0.0020121336,-0.016409574,0.0067969547,-0.0074993707,-0.018737592,0.015381386,0.005464533,-0.0010837644,-0.025208818,-0.001654737,0.018684525,-0.0026786248,-0.01040933,-0.023320964,-0.009733313,0.044971466,-0.0038532272,0.012610519,-0.018362043,-0.0031272324,0.0009805522,0.0063705407,-0.008938321,0.042257585,0.007509846,0.0016405126,-0.0022895564,0.0017224898,0.0044198157,0.021225017,-0.0026161522,-0.012579339,0.0011870941,0.0012340511,-0.015778422,0.009570922,-0.018295286,0.0009080199,0.006042758,-0.009318686,-0.010639821,-0.011576288,0.0031948048,-0.005985542,-0.0055130827,0.0049035433,0.018304735,0.03473909,0.00028085022,-0.0026459382,-0.017457012,-0.014913865,0.0069987276,0.0036556374,0.0060305973,0.000109613335,0.0059945164,0.0069152946,0.008712011,0.0036964514,0.005922794,-0.013399019,0.00426334,0.01437418,-0.0131190205,0.0006794519,0.006242409,0.014641753,-0.0075427652,-0.033515174,0.010817863,0.022811862,0.0076696114,-0.0065017412,0.009681601,0.1492639,0.130573,-0.008471026,-0.0023696371,-0.007741753,-0.005488291,-0.017515605,0.0035221241,-0.012292388,0.009948262,-0.011611423,0.0015526386,0.0033850581,0.0036269221,0.02408708,-0.008106895,0.004408406,0.010861329,0.0059042554,0.0028084535,0.02459012,0.0063558067,-0.009867479,0.01643884,-0.026223756,0.01746341,-0.012339411,0.022414753,0.004678192,0.011532407,-0.018694025,1.781441e-05,-0.010217045,0.006962801,0.02191996,-0.006654634,0.016701939,0.031194774,0.0007186393,-0.028223448,-0.0015792206,-0.003965228,-0.011091368,0.011148119,0.012364609,0.007374762,0.010804079,0.0068159397,0.015642492,-0.009150433,0.0052929367,0.009654368,-0.009774968,0.024819234,0.018735992,-0.007609947,0.011511237,0.004857924,-0.010448508,0.0010127559,0.013998915,-0.012418431,0.006832453,0.024547676,0.01897104,0.022432327,-0.018651202,0.0032388903,-0.012784318,0.0059990566,0.007441437,0.0025556276,0.0047996645,0.011599709,-0.008638571,-0.00017302054,0.0055496036,-0.0024186475,-0.009491591,-0.0011582674,-0.0046384097,0.0017210261,-0.0017717935,0.026555764,0.0019807485,0.004919504,0.0011873272,0.02476579,0.12399793,-0.002891802,0.007801369,-0.015760517,0.023375465,-0.003742588,0.010069475,0.070271954,0.019284466,0.016768966,0.019763296,0.0045986385,-0.006891992,-0.011889329,-0.0027262857,0.002614765,-0.005984492,0.0356255,0.009256512,0.014248983,-0.013165507,-0.012922925,0.011388443,0.006634957,0.0056943516,0.009413873,0.010601549,0.00025291563,-0.04012648,0.014818436,-0.11186908,0.015983224,-0.010077523,-0.0068653338,-0.019481167,0.0128999585,-0.040072996,-0.017037759,0.011341545,-0.0022688927,0.012979717,-0.0032417222,-0.012957588,0.0006965242,0.0014540113,-0.007958573,0.0035619051,0.0030787776,0.006596211,0.014841143,0.0058683674,-0.015727056,0.0052609975,-0.00075104117,-0.017493153,0.021365298,-0.006121948,0.009807192,-0.0079761045,0.021702962,-0.010522157,0.0076042474,-0.011872878,0.025261918,-0.013929118,0.008181092,-0.018637296,0.0039797984,0.019629126,-0.0029260016,-0.0055954093,-0.00956582,-0.0008266594,0.0044342554,0.0054864334,-0.011028717,-0.0021776292,-0.00048682917,-0.007935052,0.01876624,-0.010481411,0.0047632083,0.0046101287,0.041088782,0.0036960577,-0.0019208232,-0.017071307,-0.009980166,-0.004132756,0.013868538,0.016081031,-0.0013145163,-0.026885457,0.009789718,-0.0074813575,0.004154136,0.011449444,0.01901471,-0.0072905472,0.00930619,0.0067028683,-0.033599082,-0.017376723,0.00172167,0.009901083,0.015294047,-0.015688607,-0.0004270453,-0.016274616,0.003645853,0.006289308,-0.0046388437,0.008473443,0.11319318,-0.01966665,-0.0014019388,-0.0018603131,0.0012604938,-0.012328245,0.011753477,0.008178126,-0.0030922084,0.009460661,-0.012328301,-0.01008141,0.031261764,0.0069649294,0.007831535,-0.0048495107,0.011598948,-0.010408554,0.023560207,0.014643602,-0.014089787,-0.011821284,0.005098384,-0.03038255,-0.0075220424,0.0072898986,-0.021653222,0.0011683059,-0.013674634,0.003747658,-0.010217337,0.0026428588,0.008402652,-0.008348606,-0.01438104,0.005347167,-0.027090762,-0.016360728,-0.02683876,-0.007072929,-0.014112742,0.010637313,0.034998544,0.0031402144,-0.031781033,0.19381228,0.011749103,0.006741078,0.011054366,0.0012034868,-0.016748596,0.011029082,-0.009014232,-0.009388335,0.0044857096,-0.015608841,-0.017708633,-0.00875097,0.014908916,0.019062985,0.0029084736,-0.009946739,-0.027647942,0.0052795624,0.0075868648,-0.006049149,-0.0056287115,-0.012191034,-0.020495081,-0.0001284846,0.026862986,0.0031268722,-0.0011829922,0.009038097,-0.0074073263,-0.009627294,-0.003364548,-0.0015888849,0.0035995813,-0.017677091,0.002464429,0.00814357,-0.0034931863,-0.00047569297,0.02535171,0.018197821,0.012630371,-0.003916393,-0.021519942,-0.004100369,-0.0068132677,-0.002155239,0.008196726,-0.02131566,-0.00046537747,-0.0025725954,-0.0019114539,-0.0021797677,-0.00017093122,-0.005428379,0.0023460237,0.019467631,0.016932735,-0.013007187,0.01407802,-0.0053025475,-0.0022669986,-0.007010758,0.0058436575,-0.0061440174,0.020885238,-0.006344101]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 128,
          "content": "The \"Gap\" Highlighted by Nissin's Commercial \"Too Sexual, Causing Backlash\" | Internet | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0013087856,-0.0070781363,0.0035862427,-0.06196975,-0.011699584,0.01773146,-0.0016506148,0.026462086,0.024716523,-0.016102927,0.027321735,0.006511639,0.019177806,-0.0010423551,0.069170624,-0.010013368,-0.013603389,0.01284106,0.0076779425,0.014765774,0.011199986,0.013209996,-0.045643594,-0.0022351218,0.016922409,-0.011167158,0.01698239,-0.00036558017,0.023319291,-0.023614326,0.009913233,-0.005265643,0.034249324,0.0091576995,0.04287869,0.024424419,0.002552385,-0.026622778,0.00749681,0.015427833,-0.0053576543,0.0026211333,0.0019722753,-0.009078857,-0.004420504,0.03438159,-0.0028878024,-0.01660111,0.03992648,0.023385866,-0.019378772,0.0067312154,0.0106208995,-0.1558484,-0.020568902,0.015829323,0.004910096,0.023870708,-0.015894905,-0.005538066,0.011678521,-0.01124225,-0.029707387,-0.009500422,-0.0034816083,0.014666895,0.022954185,-0.0065956987,-0.028175673,0.027603285,0.0037473082,0.02655341,-0.03899522,0.0024231158,0.013992665,-0.014939521,-0.011269037,0.02196079,0.003924919,-0.050924383,-0.0014625249,-0.0001611084,-0.010187008,-0.041907206,-0.0015289761,-0.011587276,0.0040399237,-0.04333634,0.01690978,0.014576148,-0.026896646,0.023466123,0.015202423,0.018609246,-0.007419241,0.019243473,-0.009542025,-0.023415642,0.017374478,0.006576824,-0.00037860562,-0.02086643,0.019269546,-0.01689323,-0.0214257,-0.007156414,-0.010009497,-0.022638299,-0.003825049,0.0019701293,-0.016811365,-0.00369073,-0.032253847,0.017742524,-0.0137818605,-0.13764645,-0.007043309,0.0026035982,0.032765422,-0.009669214,-0.020519895,0.00230716,-0.00391417,0.010910866,0.0067811096,-0.01924445,0.012111713,0.0045863274,-0.005528009,0.022921057,-0.024875587,0.0009701515,-0.0077993693,0.0006916315,0.016453315,-0.0049016257,0.016261436,0.040278766,-0.014161644,-0.025208127,-0.0027811544,0.012447634,-0.03637787,0.017849244,-0.029469637,-0.033958923,-0.015569642,0.0109477285,0.046220277,-0.006880327,0.024213405,0.016545748,0.016425557,0.01833226,-0.013204904,-0.040713396,0.0024977897,0.034839895,0.0016961325,-0.006981258,0.01141916,0.00218752,-0.0066206963,0.00820756,-0.021805512,-0.0012826588,0.004264497,0.028344458,-0.0056417356,0.010810093,-0.019516738,-0.002767157,-0.00018630458,-0.002171063,-0.024755344,0.0036415756,-0.005901442,-0.010197436,-0.014022902,-0.019502398,0.008580734,-0.001115164,0.022089567,-0.0068069776,0.011198331,-0.039712254,0.00930598,-0.005942162,0.006950029,-0.009151012,-0.028613428,-0.02138802,-0.0025842749,-0.014608611,0.014642944,-0.021713227,-0.00352129,-0.016533231,-0.013428971,0.0084871715,0.0017653416,0.055911608,-0.012836905,-0.00455267,-0.0014646329,-0.015793554,0.007925671,0.030357582,0.016194385,0.00811736,-0.015232999,0.017447377,0.033724964,-0.022211159,-0.0011746039,-0.003109419,-0.020292288,0.0041586794,-0.0012243221,-0.0061341785,0.024248103,0.0048121046,-0.019747177,-0.0033888419,-0.017490698,0.0053460547,0.0061207893,0.021302631,-0.02116627,0.0136004165,-0.056778666,0.025750069,0.007184052,-0.040138677,-0.021377796,-0.0030276559,0.003832029,-0.016838722,0.009738023,0.030246826,-0.02751566,-0.006533492,0.015174597,-0.0068243365,0.007258036,-0.0051293937,-0.009581119,-0.00046127482,0.018451273,0.006090265,0.017957535,-0.007247038,0.00755364,0.020519895,0.00055480516,-0.015654823,-0.0007675328,-0.0005044855,-0.00032467095,-0.006050488,-0.0026217152,0.007378984,0.008457975,0.0103375185,0.0017051637,-0.001686147,0.006483968,-0.0022140287,-0.022141844,-0.0112508675,-5.40268e-06,0.012729226,-0.024104904,-0.002665503,0.008249509,0.030311173,-0.057982415,0.022804242,0.039155763,-0.014210271,0.014869044,0.0064433645,-0.003283925,-0.00999452,0.003152483,-0.015611671,-0.027945487,0.006860495,-0.0005357235,-0.0013223068,0.002131159,0.0093224,-0.019238072,-0.013377278,0.011132269,-0.0016543105,0.0042832843,0.020888917,0.0025783593,-0.040356204,-0.01923131,-0.021311456,-0.010901384,0.025149696,-0.008620898,0.0028844282,0.02411455,-0.0010422108,-0.009197516,-0.016509674,-0.05554997,-0.014922574,-0.029424744,0.0038925158,-0.0304559,-0.027123906,-0.0075244876,-0.036246248,-0.02073149,0.011772051,-0.013068993,-0.037428252,-0.0018962385,-0.0016556561,-0.004448369,0.033174515,-0.014738889,0.010675142,0.0072034854,-0.027507668,-0.0036706442,0.048406415,0.020169303,0.025175884,0.011248455,-0.011546976,-0.00096296164,0.038631164,-0.009741421,0.011280099,0.006628104,-0.0049555097,0.0005185365,-0.02440579,0.020515082,-0.0045343935,0.019492181,-0.0020414987,-0.0013794636,-0.04168164,-0.014475349,-0.042342294,0.004983775,-0.0133544635,-0.0019340677,0.013401845,0.0074754716,-0.029372057,0.0014825469,0.019210344,0.037819255,0.008530294,0.027243383,0.03820546,-0.012931828,-0.031548336,-0.008667219,0.03924772,-0.012772519,0.0048239175,-0.02300571,-0.0021120533,-0.0015718422,-0.01307976,0.0073620775,-0.040004633,-0.005504267,-0.005387582,0.0345002,-0.022151217,-0.0037750078,0.03664428,0.025498226,-0.0016837004,-0.010455333,0.014059305,-0.014467858,-0.022534665,0.017616984,0.0066789463,-0.01524876,-0.006552331,-0.012592981,0.013134224,-0.00063805404,0.016392078,-0.009791614,-0.0023683747,0.020670928,-0.015323124,-0.030481398,0.000715123,-0.00709954,0.0018175814,0.022416111,0.035056952,0.0059685996,-0.0023221083,-0.0045225094,-0.008024456,-0.009733776,-0.029236315,-0.016380215,-0.0057905144,0.014729857,0.009535099,0.0049663885,0.010675243,-0.0147106415,-0.03030097,-0.017416999,-0.0015089815,0.026989907,0.014914454,0.010544879,-0.0011729656,-0.0069628595,-0.02812602,0.022705149,0.007839686,-0.021408975,0.009763461,0.011056373,0.0041931854,-0.0024649675,-0.034387443,-0.019624105,-0.0011331353,0.0113103455,-0.0072045163,-0.010368779,0.019541243,-0.024667207,-0.01199952,0.02541184,0.033417188,-0.012072388,-0.015327951,-0.02283463,0.018380398,0.007990302,0.004182559,-0.00046702582,0.019623633,0.02198896,-0.011055557,0.015321105,-0.014401243,-0.014053962,0.0061544133,-0.000514237,-0.033579215,0.0006277527,0.0021924563,-3.792465e-05,0.0061607785,0.0010145749,0.0023475068,-0.008584763,0.014995485,0.0073047495,0.027445715,-0.018040853,0.013883515,-0.022214444,-0.020089582,0.0019622813,0.0045540608,0.008119125,-0.02534382,0.012122496,-0.019953096,-0.006579513,0.010686769,0.0041706725,0.016984675,-0.0075140414,-0.0122934105,0.02133947,-0.005726246,0.022685798,0.009973771,-0.0019931134,-0.018205203,0.027566584,-0.0039076395,0.00923977,-0.0279778,-0.002616078,-0.028287865,0.006383954,0.007680675,0.022800647,-0.03096224,-0.025220808,0.00029559963,0.000578021,0.012020104,0.009221381,0.0028777502,-0.0068726675,-0.010468157,-0.013793584,-0.004438564,-0.01578254,-0.0053759622,0.008731422,0.014837937,0.007009181,-0.009113525,-0.011588598,0.021078276,-0.007884885,-0.022119379,-0.002947887,0.008330164,0.02404951,-0.006630207,0.021996526,0.033438932,-0.012079998,0.04201671,-0.0013038425,-0.011196779,0.006457424,-0.007983158,0.0023196295,0.025482168,0.0063831834,0.012522338,0.0055026137,0.0011109016,0.008914375,-0.01754118,0.02725983,-0.08560359,-0.024077674,0.014129832,-0.03682985,-0.014361587,0.0018710989,0.030295262,0.0038716465,-0.010430306,-0.0062592058,0.027638404,-0.010202079,0.014125111,-0.0034495166,-0.0067718807,0.011178391,-0.03356786,0.04595773,0.02871622,0.0038382676,0.02534089,0.0028183267,0.011438268,0.010717349,-0.011156418,0.0050467127,0.017900836,0.0047378507,-0.0058154278,0.0011920666,0.0058219936,-0.00022792468,0.004708775,0.001329938,-0.028542647,0.01981309,0.02825436,-0.0021797635,0.020341557,0.032888327,0.0051542376,-0.0027398483,-0.011736737,-0.008309993,-0.0053850184,0.0110853985,0.016539207,0.017217217,-0.0052607534,-0.008264277,-0.00919824,-0.009015475,-0.0020345945,-0.0026888289,-0.0006710342,-0.033088163,-0.0006656331,0.0005879615,-0.017150652,-0.025141783,0.031037956,-0.003845876,0.016221311,0.03679634,0.015302425,0.003176404,0.01149641,0.02243666,0.017490776,-0.01809572,-0.016925804,0.024062013,0.0007232744,0.0005396282,-0.012673261,0.011980448,-0.020178782,0.01722646,0.0054014623,0.013398199,-0.024465557,-0.03277148,-0.10320456,-0.0074749975,-0.020372538,-0.01188449,-0.011740642,0.021168903,0.018666955,-0.0034202863,-0.00029367083,-0.0147388885,0.00725376,0.0018913822,0.015461838,-0.0037722245,0.021243382,-0.007892878,-0.006600197,-0.025267303,-0.002642976,0.02948966,-0.02249819,-0.008260492,0.006002614,0.002804654,-0.016627042,0.018291866,0.0042236843,-0.0036678147,0.010609068,0.00320082,-0.004598305,-0.15125303,0.021245714,-0.012156113,-0.017889665,0.0067733964,0.009580839,-0.0046087164,-0.022383258,-0.026826676,-0.01131991,-0.010980349,-0.03006702,0.0036834476,0.02852692,-0.00617661,0.113397434,-0.015735712,0.013358359,-0.01606303,-0.01670548,0.021146681,-5.6953827e-06,0.036858875,-0.0014198326,-0.0012308292,-0.01784337,0.034799583,-0.005388549,-0.02172507,0.008179525,0.0020663291,0.016668517,0.00017871516,0.015184149,0.0058420906,-0.0037962229,-0.0064328937,-0.019171821,0.008499479,-0.023751313,0.016524661,0.003088653,-0.028239038,0.0036318172,0.012557358,-0.015766185,-0.003020429,-0.029310374,-0.02869079,-0.016345227,-0.00054819364,-0.09077186,0.034852646,0.03393286,0.0128122,0.018238207,0.026500525,-0.026079379,0.018108837,0.030131817,-0.018657831,-0.002419049,0.00028312547,0.009246343,-0.02763444,-0.017639864,0.013297971,-0.03763572,-0.0019101754,0.017856238,-0.006135891,0.0031167585,-0.017101483,-0.009570602,-0.036376867,-0.0041942014,-0.0011922768,0.01171984,-0.005563411,-0.008252891,-0.015159189,-0.005004804,-0.0059944014,-0.013711798,0.012543935,-0.011947262,-0.017989859,-0.016577678,-0.022904115,-0.022327088,0.028047264,0.0015900166,0.016218124,0.013841997,0.0227974,0.012564742,-0.012875988,-0.006223789,-0.0071265227,-0.021894207,0.0013228278,0.0124695115,-0.013930563,-0.022271134,-0.0019552656,0.0031944353,-0.011873631,0.036282137,0.03305211,-0.008049314,-0.007962854,-0.016561912,-0.019197257,0.002497004,-0.009356603,0.0007863415,-0.0031685953,-0.018671304,-0.010870143,-0.0057153255,0.02175419,0.00020425399,-0.011006684,-0.0039380044,0.00268887,-0.002310841,0.0036093695,3.611343e-05,0.00041889117,-0.04378294,0.0030239746,-0.0040522227,0.0064154593,0.011499925,-0.007603439,0.0055146655,0.0069194646,0.007543057,-0.0054149814,-0.01544385,0.02222346,-0.007814229,0.0013014326,0.025158804,-0.0063873753,-0.0039093206,0.0010715979,-0.0041491715,-0.02005948,0.004256205,0.0063219685,-0.0045117075,-0.0071668453,0.010702833,-0.01070297,0.0038554424,0.008274897,-0.007108295,0.0090607265,-0.0068435264,0.012487804,0.022292482,0.010965097,0.000882381,0.008896757,0.006294689,0.024115754,-0.009333477,0.006099876,-0.0031319298,0.01126073,-0.022627493,-0.018356144,0.017337942,-0.0026100958,-0.009923713,0.011391406,-0.0037724262,-0.01509577,-0.0077704126,0.01068136,-0.002208369,-0.007879419,0.009370096,0.017876856,0.019038577,-0.00047298308,0.012255898,0.017618608,0.008569285,0.0052232794,-0.02033094,0.022373503,-0.00029742665,-0.006354591,0.00088937744,0.009537957,0.019456478,0.012884824,0.0061771716,0.009548709,0.0048841876,0.0050129443,0.0046193535,-0.023737557,-0.008020204,0.015780363,-0.0022267974,0.0011883104,0.010855967,0.0065211174,-0.0017141529,-0.011919943,0.028436419,-0.02276307,0.00046756407,0.013649442,0.009161278,0.011002547,0.006861321,-0.0007405983,0.0012245831,0.013868313,0.0012439291,-0.0007245227,-0.015263771,0.003517836,-0.0074987602,-0.0054121953,0.005143393,-0.020348938,-0.012958418,0.014372007,-0.009340876,0.016829632,-0.008581587,0.020306734,0.003493411,0.0007258013,-0.002593791,-0.0033253157,-0.00046741858,-0.010385003,0.0027031524,0.004102426,0.013384607,-0.002170949,0.006225399,-0.0068760677,-0.0140837105,0.004565229,0.008988528,0.00549835,0.006976278,0.006701742,0.001001244,-0.0105954595,0.0031426405,-0.0074410224,0.012283229,0.0012888086,0.0073221913,0.003834151,0.012769998,0.0067382124,0.008215397,-0.0036859466,-0.01299796,0.0077742804,0.01965422,-0.010999005,0.0044762436,0.02310745,0.018146424,0.016350104,-0.0244623,0.015512261,-0.00459598,0.00082617253,-0.0038324578,-0.006890097,-0.021346847,0.006611618,0.004986046,0.0027553677,0.0075817173,0.019235658,0.0051541873,-0.0065519973,-0.017133567,0.003786382,0.001459863,0.0030578845,0.002883589,-0.006748764,0.008445936,0.0071386225,-0.0018838865,0.0013867319,-0.0074294363,0.010641911,0.003848619,0.0014888856,-0.01128564,0.011814286,-0.006534963,-0.0069534215,-0.0028729448,0.0166795,0.011306167,0.07799286,-0.007813808,0.008022841,0.015568918,0.011900876,0.021348136,-0.0095726615,-0.0051976335,-0.006860687,0.009307229,-0.0035117723,-0.0006049156,-0.0140452,0.0030482048,0.016110487,0.017964939,-0.005902561,0.00013899447,0.0084625,0.00807113,0.0040486604,-0.0006823156,0.0007361431,-0.012484505,0.0070937457,0.0027930816,-0.015472386,-0.03272504,0.019581499,-0.0018519094,0.01962071,-0.01825481,-0.0011208476,0.014836623,-0.019396339,-0.0034967172,0.0066229533,0.01443635,0.0077964114,0.002746564,0.016170157,-0.018059399,0.0034552496,-0.00598102,0.010287072,0.014844065,-0.012695635,-0.014170949,0.0059535825,-0.009719311,-0.017285734,0.003190945,0.012473727,-0.0043150675,-0.0026816048,0.0033558083,-0.0098529225,-0.014252215,0.0043044128,-0.0033165778,-0.014692827,0.015369499,0.009362345,-0.0026486963,0.00034658198,-0.012583213,0.005443999,0.013005669,-0.0059334273,-0.01353508,-0.015126633,-0.005885404,0.018920885,0.0031534801,0.015386623,0.0049608434,-0.008802459,0.006838732,0.007988413,-0.0010070555,0.01225714,0.0075307568,-0.006485019,-7.262514e-05,-0.008674176,-0.011050881,0.011629179,0.031083168,0.018949155,0.0041574393,-5.8662317e-06,-0.008691398,-0.0037064336,0.0016935435,0.00015494031,-0.00876165,0.046254724,0.0016394332,-0.0017390648,0.0126386285,-0.00053065416,0.004481843,-0.010515399,0.015736705,0.0017312577,0.0015279633,-0.023795642,-0.004149601,0.013486702,-0.010183336,-0.0011834016,0.016291467,0.023027316,-0.0062370594,-0.0035171625,0.009275411,-0.004244962,0.022527594,0.005291306,0.0045459643,0.0043361746,0.007966372,-0.021050166,-0.0047969157,-0.0024342486,-0.0040432154,0.006881211,-0.00016447686,-0.010910712,0.011914689,0.012301459,-0.005696684,-0.002129168,-0.0043468256,0.00896516,0.013382005,0.0072173113,0.002785893,-0.00031410964,0.00010934389,-0.009148249,-0.015066619,-0.0073772627,0.003050337,0.028252006,-0.0054918625,0.00063647376,-0.008995223,-0.013972846,0.019960115,-0.0016397119,-0.023762839,-0.0016533439,0.001331406,4.7563466e-05,-0.0043557175,0.017244909,0.011797215,-0.0037803475,-0.011418433,0.00938209,0.015099422,0.007999593,0.011778663,0.015879864,0.002889378,0.00203241,0.01624995,-0.0069872327,0.028356554,-0.0027203653,0.016745282,0.010794997,0.015043285,-0.004032498,0.0117027415,-0.0058794944,-0.009313563,0.006963327,0.008844249,0.0069216564,0.005003399,-0.01867939,-0.0091656465,0.006620017,-0.00033904472,0.008384152,0.005037054,0.002337879,-0.0071254973,0.0034797785,-0.0011958944,-0.0066547273,-0.0012557189,0.011187535,-0.0052511254,-0.019026903,-0.0043751,0.00021727769,0.012831412,-0.006795617,-0.008137973,0.009453758,-0.0070912675,0.021752238,-0.0061498773,0.016095752,0.005636432,-0.009725562,0.018978199,0.010873148,-0.005662695,0.018455714,3.0702533e-05,0.0028049508,-0.004732631,0.031006543,-0.00445088,0.0013792152,0.00045463874,0.00964668,0.013503991,0.0140797375,-0.0034507383,-0.008478244,0.012205271,-0.011941695,-0.016537828,0.0077734725,-0.014703882,-0.001645733,0.0025356521,-0.004666645,0.008529301,-0.0014971353,-0.0020230538,0.013367526,-0.0021404386,-0.013805753,-0.0038116572,-0.013851219,-0.013217598,-0.009028403,-0.0032869156,-0.016545005,0.0067070792,0.0018684523,0.012768173,-0.025695466,-0.0044505945,-0.009926725,0.0024138633,-0.002960584,0.0051288414,0.00068106136,-0.0064651417,0.0050446587,-0.064972505,0.008076248,-0.0067424434,0.002639286,-0.002856416,-0.008853831,-0.006671746,0.002814023,-0.0029398017,0.011688054,0.0064468742,0.010084697,0.017485838,-0.0021890244,-0.0017652691,0.0077063735,-0.0011797525,0.0065556075,-0.0012560905,-0.005490076,-0.015970236,-0.011445009,-0.009629783,0.0081691835,-0.015150816,-0.009127856,0.010804265,0.007190594,-0.008873787,-0.005261319,-0.020602318,-0.0030337507,0.013231456,-0.004527683,0.0040341318,-0.009571561,-0.0019591895,0.00062215846,-0.0035994775,-0.0100155305,0.01655572,0.019378949,-0.02910939,0.003641233,0.0046107345,-0.0153658865,-0.0025843813,-0.008625466,0.019479442,-0.009879081,0.0050840494,0.03259094,-0.011392612,0.020079535,0.0141114835,-0.0027835798,0.02011387,-0.0034464719,0.004064555,-0.010419012,0.0018292718,0.0024104756,-0.00010016942,0.009226913,-0.022760376,0.0007884922,-0.01143597,-0.0003083575,-0.012245689,-0.017520139,0.0032720205,-0.009545263,0.0045601395,0.009006392,-0.0038932345,0.00595426,0.0068767397,0.016076371,7.674227e-05,-0.008853715,-0.0009161958,-0.01446801,0.013326991,-0.00089398865,0.0074243667,-0.011769916,-0.002479999,-0.01852306,-0.023677891,0.002698654,0.021588326,0.027531626,0.0068257437,0.021041585,-0.0136866495,-0.00847822,0.000982569,-0.008830062,0.009754606,0.023189789,-0.0052365717,-0.020953907,0.013304632,0.012487479,-0.020794638,0.00344306,-0.019202262,-0.007976484,0.002759399,0.0047953087,0.00068497204,0.004571945,-0.018754764,-0.0072658095,-0.0047509144,0.014276457,-0.01386899,0.014141192,-0.0047081932,0.002322064,-0.0074587404,0.0010863201,-0.009014348,-0.002001428,-0.0049492233,0.007035748,-0.0062928856,-0.0015218619,0.023997433,-0.003206467,0.0015728989,0.0021030498,0.010570595,0.004205694,-1.3629976e-06,0.0104273055,0.011149931,-0.016695004,0.006460298,0.017223788,0.011190273,-0.006411747,-0.009479138,0.012896031,0.008028381,-0.007959574,0.01075995,0.009560277,-0.0019601758,0.009510144,0.02202646,0.0017601253,0.009534609,0.002680909,0.0017810105,0.003602981,-0.005372499,0.011446704,-0.00038956886,-0.009228521,0.0068233996,-0.00969739,0.0004890062,0.009188037,0.020061154,-0.0071188966,0.0149771385,0.0035705266,-0.00883387,-0.015985357,-0.011645945,-0.0026436993,-0.0065815407,0.02097885,-0.010994052,-0.0016034674,-0.0016406546,-0.010050727,-0.00726787,0.0033601301,0.005700516,-0.0061411667,0.0011043764,0.011334035,-0.015055574,-0.0041169114,0.009261968,0.0010541753,0.024964593,0.01622559,0.0075481148,-0.006620714,-0.004824864,-0.0021077965,0.010843987,-0.0057384293,0.0073274733,0.0025689309,0.010228654,-0.014654198,-0.011975851,-0.006904728,-0.01491964,0.005806361,-0.0058568935,-0.08869814,-0.0031677303,0.0071388497,0.0060604843,-0.008650349,0.011014089,0.006690969,-0.011991323,0.00048253048,0.006322476,0.009581301,0.0060707903,0.0017118963,-0.013581359,0.008045721,0.002819978,-0.0050209975,-0.011257197,0.0030316778,0.005151839,-0.007085203,0.0044308347,-0.0034797725,0.006420112,0.010959592,-0.000977541,-0.023696084,0.011628992,-0.0034565388,-0.0016216374,-0.0031364204,0.0027143313,-0.015170369,-0.012827948,0.00577602,0.0017681136,0.0022903627,0.010566319,-0.13205455,-0.01277127,-0.023245413,0.01043689,-0.008936517,0.0011526127,0.0005158189,-2.1322836e-05,0.008030329,0.021398472,0.018168503,0.009824395,0.0015019639,-0.0147020435,-0.0074290046,-0.015305948,-0.005798657,0.003279812,-0.017447252,0.0034328562,0.00044473834,0.013669821,0.023680704,-0.0036145523,0.0187752,0.023284625,-0.0035894017,-0.0063127805,-0.01005963,-0.00036790993,0.00046091795,-0.008884913,-0.0011492529,0.0131804375,-0.0041489857,-0.0030465638,0.033084083,0.007954962,0.00740212,-0.010756967,-0.0063907104,0.0046216697,0.005713634,0.0049964986,-0.016856162,0.012887011,0.0014474491,-0.0017878173,-0.010642635,-0.01274773,-0.0006318196,0.0031223393,-0.0038312227,-0.008627344,0.0073187095,0.0032386726,0.020019323,-0.0033097125,0.0069750505,0.0058075213,-0.008958822,0.017005352,-0.007407521,0.0028719276,0.013679953,-0.007984958,0.006989697,0.006425459,0.0075638387,0.0058796103,-0.0059397933,0.0044891792,0.00069192867,-0.010192677,0.0036708897,0.006990692,0.013073613,0.02870343,0.007550772,-0.0009933221,0.006219958,0.030667558,-0.028707216,0.018572303,0.014695994,-0.014028442,-0.006476256,0.010996104,-0.0070809876,-0.05202401,-0.005640019,-0.014207581,0.01650932,0.0023001444,-0.018447831,-0.012335803,0.00413996,-0.011342493,-0.013434554,-0.0067685097,-0.0035390158,0.005187885,0.016116912,0.0015445646,-0.018141344,0.017201437,0.008229768,0.012708975,-0.0022607923,-0.015414001,-0.003987433,-0.014970746,0.015466101,9.5422474e-05,-0.0036053995,0.028332766,0.002799729,0.02537625,0.0034331447,-0.002986173,0.0013360721,0.019461459,-0.007900896,0.0008549354,0.0029722345,0.005747026,0.025325444,-0.0028280914,0.01692868,-0.009382031,-0.0038617633,-0.0120006045,0.000857952,0.022226458,-0.015771149,0.0008055167,-0.010592966,-0.0073119,-0.0013984571,0.010921464,0.0126446355,-0.009330772,-0.0053043095,0.00039201166,0.017780572,0.010154659,0.0024246988,-0.0065744594,-0.019698672,0.032848034,0.020479599,-0.018522084,-0.0042833174,0.0014103497,0.026075907,0.010801012,0.019753534,0.009208596,-0.022454122,0.016684892,-0.006255905,0.01583317,-0.012168655,0.009719112,-0.0047263247,-0.00080449466,-0.0036060985,-0.008796149,0.024777574,0.004753283,0.01392024,-0.00019872676,-0.020751845,0.00064070086,-0.024265064,-0.016396713,0.015640445,-0.0138020525,0.013544099,0.02040387,0.002745399,0.0112916315,0.0048624324,-0.0010210635,0.016191307,-0.011417259,-0.0009779218,0.013190722,0.009490072,0.022570938,0.010313004,-0.0031844245,-0.0059401984,0.0051753283,-0.017985394,-0.018817108,0.010801171,-0.0021122252,-0.0033284507,-0.013022772,0.0038813367,0.0300365,0.0018155499,-0.17456551,-0.01601683,-0.004230771,-0.007740402,0.0005164847,0.0058774245,0.0001293912,-0.00014757294,0.018319102,0.0070236884,-0.0055615953,0.014679947,0.0035171944,0.013541793,0.018153159,-0.036335714,0.023568325,0.0014365364,0.013714616,0.0042793276,-0.035910983,0.02015538,0.008597242,1.5382086e-05,0.008802176,-0.0006957964,0.013194302,0.014024748,-0.007115282,-0.005676304,-0.000616357,0.0025734932,0.01051774,0.003350749,-0.013239497,0.0063596135,-0.017896352,0.011486826,-0.010186009,0.0064004473,-0.008838579,0.012077294,-0.022045495,-0.017438956,0.009619556,0.010964752,-0.021009624,-0.003771178,-0.015181098,-0.023407117,-0.007017135,-0.0066490155,0.017779829,-0.009971351,-0.005373685,-0.0058414885,0.0069851168,-0.0009697565,0.014983569,-0.012160068,0.0059991437,0.009878392,-0.004620908,0.005170146,-0.011893693,0.016077664,-0.0152156595,0.14681901,-0.004266726,0.0031115434,0.0077672354,0.0111408895,0.020815467,0.004701627,0.02521794,0.0023323228,-0.0023239837,-0.0030038157,-0.0020352476,0.0119715035,0.0039793365,-0.017351698,0.024713714,-0.013914332,0.004818862,-0.007028434,0.0072971075,-0.0007268507,-0.012316894,0.0026544242,-0.028562725,-0.01812252,0.0057332246,-0.0012935871,-0.018785527,-0.0061054397,0.011905549,0.023000887,-0.042361263,0.013677782,-0.009009019,0.03377103,0.026298381,0.022619555,0.009113071,-0.025932923,-0.00020564637,-0.010031624,-0.018739037,0.0055550323,-0.010631287,-0.003218918,-0.026407525,-0.0055714296,0.020678092,0.0055204225,-0.0136837475,0.0005210019,0.018312477,-0.0072384714,0.0137382625,-0.011277406,0.00746718,0.0135745965,-0.02592183,-0.022934562,-0.01392912,0.007475942,0.0042856587,-0.010291431,-0.0139207905,-0.012312189,-0.00990898,-0.003524717,0.0066389656,-0.009698728,-0.08662962,-0.01542533,-0.006110026,0.0032364328,-0.016030474,-0.012045767,0.01038369,0.003900473,-0.010906406,0.00036427786,-0.0077644894,-0.0024408393,0.022190342,-0.02647939,0.01240592,-0.0096569,-0.026900167,-0.015675299,-0.009231987,0.004278849,0.0017686854,0.020225173,-0.006474497,-0.0065356838,-0.0032260665,0.005713095,-0.003043317,-0.011730911,-0.013097048,0.00028376398,-0.033419725,0.023823919,-0.022570927,0.029078722,0.001052463,0.017230887,-0.010666084,-0.006449902,-0.0045912913,-0.004848928,0.00064033765,-0.0014024896,0.020767702,0.0039370656,-0.01024478,0.0026065463,-0.00562756,-0.00079667463,-0.024364863,0.014238046,0.0016063085,-0.011973366,-0.0045174127,-0.014744371,-0.040859535,0.002648896,0.028150396,-0.029976439,0.013790292,0.0058096587,-0.021029498,0.009933723,-0.006418959,-0.007836468,-0.0053091217,-0.0061784163,0.019888349,0.018090222,0.01465256,0.014283871,-0.01242711,0.000990105,0.01835362,-0.005537956,-0.013492199,0.014101639,0.0020611596,0.003943101,0.010270577,-0.0070563527,-0.0061154743,-0.0003889514,0.011515899,-0.005303344,0.034824155,-0.020057417,-0.007480203,-0.003316818,-0.008904846,-0.011173172,0.0035422428,-0.012481915,-0.008487274,-0.0026767037,0.008684998,-0.0135693,0.008515166,-0.0035713632,0.027476856,-0.013041825,-0.009537144,-0.0062303403,0.000101850565,0.018937077,0.00038479554,-0.007172056,-0.0014776386,-0.03483852,0.007904726,-0.0052199126,-0.0048065,0.0146180885,-0.032763477,-0.009366393,0.022078013,0.0035351852,-0.004195154,-0.002619939,0.0034056248,-0.022029068,0.003421826,0.015173829,0.02968365,-0.010676994,-0.030921057,0.00796473,0.010702839,-0.0052733487,0.015092253,-0.012272427,0.01472815,-0.0038880194,0.011306796,0.0010807926,0.009889006,-0.0186869,0.028969591,-0.002349642,-0.007633511,0.03097138,-0.0029729928,-0.0010675793,0.0015465284,0.02551277,0.006872649,0.023610331,0.032142404,-0.024045195,0.008620798,-0.01636985,-0.01709334,-0.004744593,0.0017681242,0.00558956,0.01788532,0.014929587,0.0075430456,-0.0040692035,-0.01692155,0.0036244749,0.010474204,0.029549232,-0.025134193,0.007889147,-0.00028857175,0.017498791,0.02034628,-0.013413154,-0.04146307,-0.009199858,-0.006136044,-0.0046026134,-0.0049211583,-0.047027934,0.0038087845,-0.012025671,0.028960867,-0.010085078,-0.009479959,-0.07309401,0.0048317756,0.0130991535,-0.0019242081,-0.018801838,-0.013819216,-0.02043885,-0.010965301,-0.027523851,-0.0039728913,-0.0162543,-0.0054295957,0.014301352,0.00081286655,0.008314533,0.0032872702,-0.030220378,0.0013193616,0.029782848,0.002905571,0.0019912284,-0.028448047,-0.018708106,-0.010015242,-0.0045222207,-0.0031453907,0.026128793,0.014873668,-0.0015078976,-0.025159992,-0.01646556,0.032744378,0.003333688,-0.018809041,-0.004564674,-0.01468751,-0.006478935,-0.02107225,0.014732385,-0.025704665,-0.014165896,0.017076397,-0.0688381,0.007339363,-0.008862294,0.0018478828,0.008581138,-0.0054910067,-0.006891375,-0.02334643,-0.0043963594,0.015762046,-0.011781828,0.0010385574,0.019936057,-0.0017189091,0.008569159,-0.018663077,0.0079360865,-0.0150039205,-0.006817216,0.0062552695,-0.0152680455,-0.00048875884,0.0064180386,0.004609497,0.0030688327,0.031192122,-0.0036630004,0.00433142,-0.0016208689,-0.0046552937,-0.014738939,0.001642647,-0.014726687,0.017277015,0.013684869,-0.018864015,0.015509244,0.037788708,0.016349241,0.017877769,0.0013854887,0.03936297,-0.0031221432,0.013015024,-0.004363652,-0.10323834,0.0065795276,-0.010642214,0.0034775962,0.017078077,-0.0023081491,-0.0035225248,0.059115816,-0.001173789,0.021722857,-0.014565068,0.0155330645,-0.0032497984,0.007974524,0.015942352,-0.015771732,-0.0054365564,-0.0022799466,0.029119764,-0.013486745,0.0037038506,0.00038205547,-0.005229849,0.0133040855,-0.027738366,-0.056935642,-0.009019322,-0.0068234885,0.006268468,-0.015764406,0.007951491,-0.01893287,0.02058257,0.021432187,-0.0082580885,0.016894592,-0.004051554,-0.019154659,-0.02182153,-0.0016489706,0.006125624,-0.017757185,-0.016221292,-0.01564692,0.017295811,0.022231918,-0.018316668,0.017186819,-0.013124274,-0.025697988,0.001753129,-0.014657678,0.011049442,-0.010333566,-0.0035200634,0.027478782,1.4019404e-05,-0.014679624,-0.0002558464,0.0033143247,-0.015242212,-0.012409026,0.018262377,0.004074358,-0.017663108,0.003943649,-0.01818035,0.009769362,-0.03365257,0.010163248,0.021709105,0.0101506645,0.016087975,0.011622256,0.0051512173,-0.030567348,-0.015989821,0.016217342,-0.009368337,-0.009585029,0.0060660085,-0.0075438637,0.0030605213,-0.009154747,-0.0069734966,-0.0023746542,0.013691677,0.0060208063,0.018713914,0.010073732,-0.011335849,-0.00520566,-0.010404921,-0.030019559,0.016671916,-0.009439747,-0.0027410723,0.011958441,0.01755735,-0.0034318522,-0.0066580884,0.014633023,0.002494965,-0.0032786445,0.004191259,-0.0022072927,0.0025011234,-0.00646188,0.0071684965,-0.0063077104,0.005105854,-0.00091375306,0.014383755,-0.0011792174,0.023595203,0.023851983,0.015056251,-0.028397948,-0.012414016,-0.008516519,-0.0150443595,-0.028487409,-0.016215993,-0.0010586964,0.019451417,-0.0018495694,-0.012741512,-0.021374423,-0.0003995328,-0.003190637,0.012467563,-0.010671631,0.015759856,0.0023981188,0.0172085,-0.005154579,-0.021678682,-0.0066146497,-0.041519634,0.013115787,-0.01765381,-0.008374858,0.010921138,-0.007774166,-0.0019435887,0.021219678,0.004235386,0.004198142,-0.012364111,-0.007884577,0.0099534895,0.027277406,0.0151969325,0.0034222465,-0.009573684,0.016091883,0.004298528,-0.007248879,0.013718467,-0.00095285353,0.0064711613,0.028553773,-0.012785148,-0.02698758,-0.03293066,-0.0075631756,0.010167194,0.0054212925,-0.0115641,-0.0066660307,-0.002406759,0.0014030003,0.003874793,-0.004423763,0.05831632,-0.013292752,-0.010384351,0.006687625,0.009299684,-0.013049847,-0.015450706,-0.007903467,0.018872477,-0.00721998,0.011032644,-0.010232558,0.016577264,-0.00425588,0.0117218755,0.0018570621,-0.0050884667,-7.576016e-05,-0.002469386,-0.013856987,-0.015620468,0.016552381,0.015563474,-0.010653193,-0.005952057,0.004882265,0.020340767,0.0065227672,0.0038962197,0.020229153,-0.0016009564,-0.005966488,0.014893284,0.0066461773,-0.022689741,-0.014031045,0.0066681528,-0.0015031568,0.003044514,0.001252539,-0.012243646,0.034837887,-0.0104180295,0.0048019267,0.00024321637,-0.001072698,0.012817302,0.03223688,0.0007413813,0.011122883,-0.0018272054,-0.016668601,0.010928227,0.006905817,0.008500532,-0.01969231,-0.013829687,-0.014231028,0.013110309,0.015997125,-0.00063779566,-0.009040984,-0.014835506,-0.015751371,0.019439531,0.0045413175,0.011109677,0.009582489,0.015335936,0.008907052,-0.00032171485,-0.011758539,-0.009183192,0.008560229,0.0038523676,-0.014383431,0.009110178,0.014063554,0.002878501,-0.016562257,0.00045646686,-0.0063393954,-0.013750394,-0.0034454863,-0.0052002524,-0.015540803,0.010749987,0.0018841552,-0.02193147,0.026650263,-0.015200714,-0.011853876,-0.009501842,0.012391477,0.0067993524,-0.011782184,0.021172022,0.009009573,0.002981239,-0.002891943,-0.014030257,0.011747628,0.0025216588,0.0005032319,0.021783134,0.002796264,-0.00525848,0.003104769,-0.004795105,-0.0045825676,-0.0011108491,0.012595199,0.00762879,0.011608341,-0.018637443,-0.02252603,0.0051231957,-0.014197824,0.017088817,0.010833525,0.012397104,-0.009388981,-0.021461448,0.024100762,0.00028085907,0.019823544,0.0065743853,-0.049926426,0.011757384,-0.024430824,0.011137173,-0.0016826218,0.03395198,-0.021610262,-0.015481295,-0.025109427,0.0055919415,0.00021909934,0.0036655779,-0.013569922,-0.03859821,-0.002269875,-0.024932716,0.0011806426,0.0127366055,-0.004030076,-0.0062156073,-0.014632896,-0.0056729843,0.009506558,0.027376568,0.0116541395,2.670742e-05,-0.004426913,0.02095704,-0.019457806,0.013660263,0.0067362036,-0.012948507,0.0061603934,0.0028653273,0.0024839053,0.00390705,0.011159271,-0.0022720462,-0.018725552,-0.0045355917,0.00708031,0.021724433,-0.027383335,0.011179888,0.0018131459,-0.009050491,-0.0054112542,-0.019219048,-0.00025539467,0.005969888,-0.0013106662,-0.006044935,-0.0031643023,0.012698327,-0.004051247,0.008710021,-0.008970347,0.022453522,0.003040112,0.022820545,-0.010256739,-0.026848938,-0.011391945,0.010475028,0.004644676,0.0146305645,-0.010164071,0.0083220275,-0.00848242,-0.031941902,0.002854947,-0.026440369,0.008332263,0.007191386,0.01036401,-0.019882958,-0.012526879,-0.0023182821,0.0010297968,-0.006215915,0.014795207,-0.010843375,-0.02082793,0.0092717735,-0.016366322,0.011670605,-0.011565539,-0.0065284627,-0.010630307,-0.0012527421,-0.019915039,0.004447923,0.012054045,-0.00035249657,-0.01129416,-0.01355997,0.0034993705,0.0066791633,-0.020217296,-0.0078024855,-0.035712294,0.014576354,-0.021860844,-0.00030285353,0.009597784,0.02279728,0.021758666,0.002716219,0.0025443963,-0.018514188,-0.0068382234,-0.021666665,-0.011823418,-0.008009501,0.023367649,-0.022980772,-0.008216627,-0.00094045507,0.002581946,0.01674202,0.0022267594,-0.0021531682,0.009044625,-0.024604784,0.0024839244,0.021128615,0.023910524,0.013476061,0.0017355682,-0.0051164534,0.0013397558,0.010379582,-0.0044321856,0.019478988,-0.006902078,-0.001644113,0.004482385,-0.0047815465,0.016176494,-0.0022725372,0.00954895,-0.0051818034,-0.005704293,0.00575781,0.0014061758,-0.002246679,0.009097809,-0.013599477,-0.016550424,0.00022737816,-0.007347792,0.008898828,-0.0052374457,0.0020386386,0.010690871,0.008509948,-0.010695086,0.0016347399,-0.022619884,0.018123114,0.019665211,0.016629301,0.008895066,-0.032215476,-0.038729124,-0.0023137897,0.0035923054,-0.0039337077,0.001800777,-0.036565363,-0.0038964485,-0.044088487,0.009456364,0.023308303,0.0011430028,-0.021545716,0.0051932237,-0.0005366108,0.0020374558,-0.035087056,-0.006899028,-0.018069435,0.03964184,0.0060207993,-0.007410218,-0.006669756,-0.0216216,0.02178011,-0.00016001014,-0.01206473,-0.017853435,0.017406268,0.007988866,0.016738197,0.007694178,-0.0005896,0.021853209,0.023320735,-0.0071183513,-0.015111515,0.013804088,0.007259403,-0.010569396,0.0119543625,0.0032722272,0.005952868,-0.00044657642,-0.008377852,-0.01038233,0.008682575,0.0149326,0.020948283,-0.023326773,0.025563786,-0.019470781,0.026888367,0.0133139165,-0.019127045,0.026504314,0.007768017,0.007848807,0.0037292475,-0.00448699,-0.0024674,0.0016830226,0.019637289,0.0032318963,0.009530318,0.017479347,-0.0046520154,-0.008961616,-0.0023728195,0.017226053,-0.012369292,-0.008497294,0.013271153,0.025876168,-0.007076181,-0.013108947,-0.0040417337,0.0062619676,0.005253159,0.0034387414,0.009104821,0.018906916,0.0036765255,-0.016829547,-0.02242805,-0.01555113,0.004138994,-0.01041223,0.0063201073,-0.00881717,0.013889341,-0.012127304,-0.004885608,0.0074041476,0.010773453,-0.026446423,0.010293863,0.0013346244,-0.011195065,-0.005744753,0.018318878,-0.013611763,-0.018763958,0.010905476,0.0020574909,0.015438126,0.010512504,-0.030057041,-0.0010291782,0.010915745,0.008466907,0.022822719,0.00950207,0.0013047165,0.013279013,0.0039281864,-0.0043523978,-0.027418606,0.00703226,0.021897811,0.014234543,0.0035218291,0.0035484186,-0.014182969,-0.009883066,-0.00911224,-0.027369685,-0.005026183,0.01160325,0.021784829,0.00082082424,0.013871162,-0.01153112,-0.002501412,0.015525367,-0.020093292,0.00087541714,-0.028753433,-0.010755697,0.00021536864,0.016391631,-0.014034428,-0.0036753104,-0.012378141,0.0090668,-0.009015572,-0.03358038,0.025375888,0.004473311,-0.0024684276,0.0039608707,-0.005499858,0.03120345,-0.0027331011,0.011269382,-0.010660508,-0.017046833,0.008164927,0.003548528,-0.0022847734,0.003257669,-0.01110398,-0.010107945,0.010905801,-0.0070408373,-0.0081086205,-0.0022311541,0.00890712,-0.012752009,-0.014654157,0.0018206654,-0.0064885956,0.012472523,-0.017414447,0.0040431567,0.013571026,0.019683648,-0.01181741,0.012120926,-0.025450617,-0.019421306,-0.018361771,0.023260117,-0.010933191,-0.0010762489,0.005413164,-0.0063563013,-0.00894351,-0.003221562,-0.009100218,0.019282576,-0.0043924307,0.032961287,-0.021854537,0.024700167,0.010304274,-0.00067907124,0.0032686996,-0.009722836,-0.012591299,-0.005245037,-0.021431481,-0.019896764,-0.009044821,-0.00016379742,0.011196515,0.0004693728,0.001183137,-0.017164536,0.024831876,0.014622825,-0.0035671936,0.0017387031,0.0042370716,0.00962355,-0.0045694048,-0.013065153,0.019765437,0.021157673,0.008486083,-0.013158948,-0.0029630393,0.15545726,0.09912378,-0.00032852005,0.003970197,-0.003515907,0.014420183,-0.009043223,0.00050919387,-0.025310308,-0.009807042,-0.0070199096,0.010177777,-0.0007445684,-0.0070771403,-0.0031934627,-0.02480726,-0.004158513,0.008015793,-0.02092061,-0.0027248599,-0.0019064071,0.037978705,-0.0024616614,0.014638573,-0.030753661,-0.007186685,0.0080656195,0.0304834,0.024433935,0.01804576,-0.0075693065,0.03045963,-0.0024493071,-0.019743571,0.023014551,-0.019282438,-0.01658855,0.0070123454,0.00475859,-0.019463079,0.00982356,-0.013710901,-0.0005042427,-0.0030691044,0.017285315,0.0042328974,-0.016484186,-0.01632362,-0.015025268,-0.0053506955,0.0025011913,-0.0013640205,0.002478829,-0.015192968,-0.0007371174,0.008741644,0.025402984,-0.0005440592,0.009598901,-0.018415758,-0.009226896,-0.006593862,0.013642645,0.02665839,0.010095439,0.013916929,0.006703967,-0.009206702,0.025551662,-0.0107674375,-0.014509602,0.006493247,0.007382904,0.02462135,0.018968416,-0.023167212,0.018259805,-0.0018668295,0.018422911,0.011688994,-0.005534238,0.0031568315,0.0017681117,-0.0034859192,0.025960075,-0.0033623243,-0.0075751627,0.012859119,0.12087779,-0.01270747,-0.01529074,0.0021387262,0.005889739,-0.019742997,0.0032367988,0.077711895,0.037499376,-0.0033684475,0.00019679131,-0.0038463287,0.014597705,0.0042240922,0.001975932,0.0020331633,0.017452966,0.023488818,-0.0006618656,0.02193978,-0.029882852,0.010369005,-0.002875618,0.013568859,-0.016006969,-0.008749979,0.0128374,0.0002846468,1.0925792e-05,-0.0048410054,-0.1115893,-0.0073054284,0.010886712,-0.009991126,-0.0010842792,0.025973143,0.01294474,0.0059118285,0.010267757,5.2247822e-05,0.0067889127,0.0016844817,-0.00821524,0.0001534782,0.0055497773,0.0146715855,0.01487554,0.0066284966,-0.0028869149,0.0003136731,-0.0009179728,-0.005287729,0.0009888329,0.0034444022,-0.00266885,0.019756775,-0.011090336,-0.00666324,0.0008714454,0.0072643254,-0.007646478,0.017344464,-0.032222956,0.0066386038,0.0049909307,0.013014929,-0.03101441,-0.020519821,0.00080730265,0.007436792,-0.00614177,-0.014561551,-0.003505004,-0.022752669,-0.00089259655,0.0071486784,-0.016226748,-0.0074763303,-0.010159327,0.007863384,0.0022410392,0.0056407196,0.01485808,0.026144518,0.014716607,0.0015047534,-0.013814529,-0.009744387,0.010898927,0.03038498,0.0115169985,-0.018340329,-0.009478616,-0.009297114,-0.014408281,-0.010592065,-0.0037481901,0.0036457959,-0.0007338089,-0.00603603,0.0011158785,0.002774023,0.0029280419,-0.008022708,0.005263741,0.012038307,-0.000597718,-0.0100466395,0.012383734,0.021220783,0.0113283,-0.0062556844,0.0082307495,0.1093916,0.01508057,-0.0024814673,0.021032605,0.00062139163,-0.021608375,-0.013346006,0.0061799847,-0.007332433,-0.011124665,-0.026021384,-0.005473272,0.01601244,0.030981133,0.008602511,-0.01688177,-0.0015477944,-0.016107405,0.005392874,0.017092314,-0.026015872,0.011902143,-0.02574595,-0.021494573,-0.0021335797,0.005356842,0.0010234399,-0.006379853,0.0014259579,-0.0070037777,-0.0251099,-0.0055895206,0.016044091,-0.015832251,-0.0026650548,0.01131804,-0.022888187,0.018901436,-0.013197228,-0.013826822,-0.008422749,0.0031742603,0.015592307,0.020593427,-0.025116395,0.19230483,-0.0031963445,-0.016631719,0.0058327867,-0.004095919,0.008203037,0.016143205,-0.0144524025,0.02115365,-0.005038098,0.008674075,-0.010893734,0.0029344067,-0.0032333415,0.00813102,-0.016381904,-0.015011843,-0.013156722,0.0015576761,0.011400387,0.005527469,8.4460335e-06,-0.008600925,-0.007004599,0.0001073152,-0.005889926,0.018570432,-0.0015861776,-0.0074102627,-0.016485346,-0.0060601467,0.0030192945,-0.0073125577,-0.0019915274,0.009295208,-0.003962911,-0.007998954,0.015026927,-0.0022217291,0.015896,-0.0116303805,0.0133832935,-0.0024574816,0.0050728405,0.0023183324,-0.009515233,-0.021787947,0.0070001287,-0.04174599,-0.03996214,-0.0048765927,0.006007155,7.557967e-05,-0.0015351899,0.015051062,-0.019316372,0.01122598,0.0047276225,-0.0038776416,0.013272834,0.0038272499,-0.013982315,-0.0051534637,-0.0006920925,0.00033862083,-0.006478181,0.0057686977]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 129,
          "content": "Why China's BYD, Which Was \"Winning Alone,\" Fell into Profit Decline | Grand Dissection: China's \"EV Hegemony\" | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.03264354,0.006501953,0.011587168,-0.06789938,0.027432226,-0.017407088,0.013622584,-0.004380471,0.0047994014,-0.0033968783,-0.0009406515,0.001188805,0.010073124,0.006074973,0.08109566,0.022509655,0.031110322,0.004436532,-0.022823885,-0.0037154022,-0.015100718,0.007997982,-0.031523407,0.0040860665,0.008557821,-0.00954025,0.017001677,0.012087957,0.04598568,0.0053318273,0.032584786,-0.024044992,0.0009208713,0.028172333,-0.0076854094,0.02726413,0.0038513036,0.015576305,-0.011531129,-0.005311309,-0.009713483,0.011550461,-0.028427625,0.0046685515,-0.008899864,-0.01334907,-0.025547609,-0.014510433,0.033183765,0.0109955175,0.002323951,0.020607645,0.023845455,-0.17618224,-0.03950102,0.018145623,-0.024915924,0.0062009725,0.001631736,0.011646292,-0.009453346,-0.006729583,-0.034828637,-0.012669371,0.00859863,-0.013770106,0.032692507,-0.0049781315,-0.027751492,-0.02309914,0.016493214,-0.02002413,-0.020844812,-0.016077997,0.009944741,-0.0300709,-0.022986665,-0.01171105,-0.008315923,-0.029983222,0.0080767395,0.0021326346,-0.013527304,0.005525226,0.0060982774,0.009551989,-0.0013266273,-0.05626374,0.0036145812,0.0058881165,-0.004304004,0.008559603,0.0073270975,-0.009135446,-0.024142202,-0.007657182,-0.005517655,-0.017884728,0.030590918,-0.018261017,-0.031096391,0.029770747,-0.008625289,-0.0010537206,-0.022289583,-0.014879011,-0.004624937,-0.02878458,0.007480081,-0.0047558285,-0.002783637,0.03075862,-0.036383618,0.015907124,-0.0024532329,-0.10545128,-0.00556488,0.004540142,-0.014820387,-0.01838536,-0.026507458,-0.013860794,0.012822756,0.013457346,-0.0063513997,-0.019919265,-0.034061637,-0.0072289812,0.010936865,-0.012383666,0.0075399014,-0.03592201,-0.007890971,-0.018931003,-0.013918322,0.025173934,0.013602475,-0.03057211,-0.007112217,-0.024076745,-0.00028366246,0.009482884,-0.01165928,0.035001557,-0.023986543,-0.02311963,-0.017366037,0.012109008,0.009515671,-0.005585727,-0.0054657334,0.009531293,-0.015100073,-0.006706653,0.009582535,-0.030694302,-0.013923685,0.0022182758,0.0064126397,-0.021490356,0.033119317,2.5816786e-05,-0.0071101007,0.0010510997,0.019713774,0.0030277632,0.035799626,0.014964462,-0.008209347,0.029987993,-0.012810321,0.006304464,0.004502278,0.004388503,-0.0039280285,-0.0057049165,-0.012017711,-0.00097486476,-0.0025777337,0.015121908,0.01157257,-0.019197062,0.037551552,0.02888459,0.0030215092,-0.002995381,0.0088136215,-0.017682254,-0.002805036,-0.000118601514,-0.010977806,0.012520716,-0.015653886,-0.066351205,0.0016675384,-0.03544984,-0.01595647,0.007594129,-0.01387207,0.006340235,0.03693756,0.01589051,0.013434838,-0.010155971,0.013600738,-0.023258628,0.0014975519,0.022361198,-0.0139694745,0.025744665,0.0021567089,0.022001883,0.0152906235,0.006472231,-0.002868953,-0.0059315925,-0.021837113,-0.0012961874,0.018059507,-0.022184718,0.022666022,0.026314544,0.010843501,-0.015529277,0.029082723,0.0030481042,0.016544072,-0.0057155397,-0.004677071,-0.004430032,-0.012882618,0.022079498,-0.0077990093,0.0023112462,-0.002991526,-0.009507673,0.0043461444,-0.008591482,-0.039305966,0.0522222,-0.0054678726,-0.0046743527,0.0063495743,0.004791692,-0.001299653,-0.02319152,-0.016218966,-0.009782051,-0.0055141347,0.03439863,3.9671784e-05,-0.0012806092,0.014744522,-0.008686834,0.0018063165,-0.0121208625,-0.0010144077,-8.6562795e-05,-0.015773324,0.004319859,0.046721037,-0.00872056,-0.012145814,-0.026829198,-0.010603743,-0.009174746,-0.0061259335,0.011078126,-0.023829333,-0.0083495425,0.0030482493,-0.010406498,-0.017243853,-0.00809352,0.023943469,0.023619553,-0.04866546,0.012192372,0.012523356,-0.016268995,0.016649712,0.017867466,0.023872536,0.00780018,-0.017517839,-0.02072991,-0.02241219,-0.0026168518,0.0014581357,-0.00035943172,0.004069377,0.029523645,-0.007166473,-0.0288604,0.003906344,-0.035176616,-0.016261462,0.023021568,-0.015571866,-0.0029932049,-0.0054257195,0.016170861,0.006732912,0.042669374,0.0005631632,0.009817478,-0.013892959,0.004092574,0.014078549,-0.014578064,-0.0146485055,-0.020505847,-0.018264133,-0.006939641,-0.0123712085,-0.028177349,0.021749932,0.01592168,-0.021773793,0.014388977,-0.0042691003,-0.042095736,-0.020633498,0.010409279,-0.01594658,0.01230626,0.0064443033,-0.017813472,-0.013364759,0.011634653,0.012951523,-0.0047192546,0.0063067307,-0.013781494,-0.014775307,-0.0070374394,-0.01225967,0.00096848025,-0.023220744,-0.015864383,-0.010877521,0.008559204,-0.0023153685,0.010629985,-0.008669577,0.01165003,0.023640553,0.05076812,-0.016096344,-0.020896312,0.0039246846,-0.0040501133,0.018306758,-0.0007993763,-0.01253254,0.022357555,0.017467974,0.010295146,0.020674387,-0.009877694,0.021755423,0.008184518,0.023867622,0.00031503243,-0.004115953,-0.0275596,0.01273964,-0.00024057562,0.0033330263,0.014755086,-0.016420567,-0.004358903,0.019936072,0.00012001733,0.010770873,-0.0038020895,0.045714684,-0.01179987,-0.0062561217,-0.012306046,-0.014240741,0.032021515,0.020522347,0.014385272,-0.018292215,-0.014748527,0.009212207,-0.01669078,0.012270249,0.02726926,0.022486867,-0.0040006647,-0.009691075,-0.014289839,0.014035593,0.04933908,-0.009178502,0.0040018125,-0.021689037,-0.036125485,0.00082647975,-0.014640851,-0.002220836,0.0072055776,0.02206031,0.042762946,-0.0064715142,0.027106907,-0.01021575,0.0046162014,0.015084931,-0.021498218,-0.005075628,0.0038281926,-0.020571545,-0.015362567,-0.02060577,-3.8948157e-05,-0.00043596476,-0.013694589,-0.0059072757,0.034234647,-0.02594487,0.014495199,-0.015414517,0.0077948067,-0.00086087704,0.012303168,-0.0035690835,-0.00811075,0.02216484,-0.0057156156,0.0049866117,0.014240397,-0.024503686,-0.0040209726,-0.015701514,0.014569362,0.012324665,0.012393941,0.007858439,0.016360592,-0.0044682897,0.016109109,-0.018736925,0.0030161245,-0.013640552,-0.043667797,-0.0063632475,-0.004163303,0.025743734,-0.0055931187,0.027453467,-0.022653693,0.025570894,0.008134888,0.034866948,0.009253045,-0.0051520653,-0.0067034494,-0.014247147,0.0016034105,0.0124829225,0.013547171,-0.017182093,0.016285744,-0.011757623,0.03397733,-0.0025687322,0.010328122,0.008026454,-0.011300915,-0.031370852,0.004262624,-0.017616207,-0.010061134,-0.005133316,0.008832984,-0.010070339,-0.014144448,-0.0071039503,-0.044887993,-0.018718816,-0.0064129,-0.0011638587,0.0013456477,0.012566194,-0.019254934,-0.026340678,-0.03995023,0.0023617325,0.015893754,0.007935562,-0.018618437,0.016498307,0.0031954385,0.031474657,-0.043494508,-0.009590023,0.0064192815,-0.01622311,0.011847722,0.0032325634,-0.009371442,-0.006819285,-0.049031377,-0.012863351,0.00873511,0.014797774,0.014810745,-0.03191494,-0.01290922,0.03026844,0.010153519,0.011723542,-0.017266626,-0.010010461,0.007416514,-0.019272868,0.0027175825,-0.0052295695,0.005222202,0.0041432385,-0.012122224,0.017041702,-0.013150077,6.050781e-05,0.014422554,0.024461549,0.013733579,0.0024287815,0.03344404,0.02968226,-0.010678769,0.0069537265,0.007134562,0.00095529703,-0.0005364986,0.009616133,0.014852209,-0.008520728,0.013463248,0.020560605,-0.003611449,-0.0016401475,-0.07842832,0.01093642,-0.007391539,-0.03370769,-0.009486251,0.0021699762,0.039544743,-0.0139295235,0.0016753575,0.02511073,-0.020512296,-0.003544233,0.0061386717,0.0020442263,0.016270105,0.0060911635,0.0072396086,0.013383326,0.030750412,0.019093892,0.028949387,-0.008440072,0.015816592,0.009488443,0.0054878728,-0.024072655,-0.008445918,0.00072072557,-0.022657096,0.009728595,-0.033442646,0.026642486,-0.0068048476,0.012342773,0.0027709783,-0.010450634,-0.005620254,0.0039512706,0.03351516,0.03667144,-0.010606567,-0.023399571,-0.005886012,-0.0013069144,-0.0078734895,0.011523051,-0.015762357,0.023149544,-0.0070156534,-0.0018825779,0.021525685,-0.005021198,0.0037105198,-0.030436046,0.010004893,-0.0031406297,-0.0022695526,0.00074637943,-0.030168813,-0.005665303,0.006125739,0.019839637,0.006959874,0.02770064,0.031123485,0.003758168,-0.0072932974,0.029168006,-0.0012447218,-0.003392466,-0.028338928,-0.002508063,0.0118802665,-0.01587525,0.025193993,-0.0014308743,-0.019341068,0.015450924,0.009903129,0.019143187,-0.009289943,-0.024811778,-0.103276916,-0.015513101,-0.027265543,-0.011898334,-0.023294913,0.025636276,0.013411188,-0.0024772391,0.013495723,0.009556186,0.03203805,0.012347802,-0.003920446,-0.01683204,0.011869186,-0.015221085,-0.0010845619,0.0052910605,-0.017669996,0.0036121313,0.015919,-0.0049644434,0.014315274,0.013296475,-0.005021387,0.012421604,-0.01836858,-0.0020720144,0.0017643304,-0.0014120416,0.001995305,-0.13758035,0.024531635,-0.022357635,-0.042620894,0.024161352,0.000254857,-0.01184166,-0.0062433747,-0.03833549,-0.051920433,-0.0075041787,0.012518767,-0.0055051264,-0.017158613,0.010329397,0.11112591,-0.010270093,0.0098710405,0.025752785,-0.007842268,0.00731911,0.008056668,0.020998951,-0.032493193,-0.005082472,0.0036565266,0.03081234,0.017238885,0.01323834,-0.00055594026,0.02829227,0.028334329,0.008711092,-0.0073245307,-0.017310904,-0.025658362,-0.026777545,-0.012035959,0.006375056,0.011531515,-0.02554241,0.003337773,-0.0018433831,0.005045896,-0.015087985,-0.00691024,-0.014593759,-0.010132612,-0.04242148,-0.0047833505,-0.049136374,-0.07044004,-0.019230673,0.0010542743,0.028328842,0.027885847,0.021738617,-0.019256385,0.030161563,-0.01825389,-0.0101579465,-0.03801031,-0.0033483377,0.0030435377,0.018642766,-0.0037991898,0.0242144,0.016603416,0.014364714,-0.01528142,-0.0032944295,-0.009230285,0.014151496,-1.7271745e-05,0.008920597,0.00053121446,-0.017778518,-0.0043058195,-0.008143875,-0.0029821608,0.019214254,-0.023270352,0.03975183,-0.03228276,0.03702995,0.0021185575,0.040595815,-0.022878516,-0.00911399,-0.005491999,0.016724048,0.029610002,-0.04944569,0.0031062262,-0.017851971,0.016888123,-0.017819213,0.0017647516,-0.02054399,-0.026920002,0.0036824173,-0.021146493,-0.008499435,-0.029412527,-0.008428022,0.01007035,-0.03176818,0.014979457,0.046838842,0.020463265,0.004859634,-0.008210139,0.010166249,0.0011467696,-0.03468068,0.0049681347,0.011039234,0.0004571262,-0.026596365,-0.0047242288,-0.006051023,-0.001597566,-0.018977262,0.006930276,0.011853739,0.0019320936,-0.00836046,-0.013979449,-0.00021300196,-0.04358855,0.0061867544,0.0049053584,0.012020457,-0.00383629,0.014607133,0.017443938,0.017327439,-0.0052507534,0.010075839,0.009738703,-0.0047245617,-0.008864903,-0.016053451,0.01486573,0.0014766965,-0.0064104917,0.0093101645,-0.0028611799,0.010206134,-6.621303e-05,0.0032198331,-0.007178422,-0.0015592109,0.016239932,-0.017440112,0.011956285,0.012878567,-0.0115892785,0.010350845,-0.0066721556,0.0209357,0.0028331,0.0098798955,0.002976758,-0.0043253987,0.005668878,0.026903952,0.0025892728,0.013862039,-0.004878463,0.0011731288,-0.0008242975,-0.014269824,-0.010644456,-0.005895881,0.010094324,0.0057211877,-0.003871234,0.00361925,-0.01072945,0.02347301,-0.017118474,0.016683303,0.014753548,0.0079837125,-0.009650976,-0.021464061,0.012772142,0.0027855178,0.009059529,0.00044381962,-0.020268993,0.0018827241,-0.00531599,5.774218e-05,0.0035064018,-0.008006866,0.017698124,-0.0029688391,0.01145403,0.0063550035,0.010684075,-0.0012342631,0.0104743065,-0.0020089834,0.02479072,-0.002101602,-0.008346313,0.008218973,-0.004640758,0.007306406,-0.0030982452,-0.0006116162,0.011242061,-0.00680278,-0.005929646,0.00085690344,0.0014627906,-0.0023049333,-0.0031808077,-0.011561903,-0.0005124028,0.022193562,-0.024570543,0.0165116,-0.0051815347,0.0045501417,-0.012838699,-0.002375597,-0.003462139,-0.0008910662,0.008195093,0.013506374,-0.0038510903,0.0012030205,-0.006453364,0.016868832,-0.0005392622,-0.00017376726,0.0015203042,-0.0015965304,0.007112271,-0.0007492408,-0.00630016,0.0066592824,0.0046474743,-0.0033219217,0.00476245,-0.015830226,-0.00223859,-0.0019874491,0.009041745,0.014285727,0.0011565267,0.0009628826,0.007671966,-0.020028954,0.0016799984,9.434674e-05,0.019902738,0.0028956265,-0.0039842627,0.0095601855,0.009105676,0.017368268,-0.0103751635,-0.00017998283,-0.002909075,0.0017672332,0.020579541,-0.01452726,0.0009343409,0.006133785,-0.009106097,0.016429942,-0.023627015,-0.015031673,0.01740985,0.0073847235,-0.003936496,-0.00605222,0.007971458,-0.00021077303,-0.01539892,0.00012526171,0.0014567005,0.021671187,0.005573689,-0.015115927,-0.014124983,-0.010318787,0.0127523905,0.0050777495,0.00068846403,0.00010744917,-0.0013071483,-0.005784099,0.026105708,0.0061689625,0.0046419445,0.0007082609,0.017474562,-0.010587534,0.007633879,-0.00024407115,-0.008109346,-0.004033322,0.00025646968,0.0084135225,-0.00075120095,0.08762862,-0.012365353,0.004568776,0.019984601,-0.0017673223,-0.0028562734,-0.0029927155,0.00037171034,0.012798562,0.0019756912,-0.008278402,0.0021781165,-0.019954098,-0.007402604,-0.008155073,0.006335511,-0.0024975226,0.012038388,-0.0049138786,0.00017476287,0.0051403856,-0.0047188518,0.0007134745,0.003689221,-0.002673656,0.0040943446,0.011858982,0.004945424,-0.008762234,0.01189388,0.031227386,0.018546196,0.017471205,0.0075726253,0.011938969,-0.0060721566,-0.0016583845,0.031481948,0.00093786785,-0.00719326,0.017670942,0.0018016001,-0.00397775,0.008506806,-0.01897303,0.004572375,-0.016161205,-0.011198352,-0.0146276625,-0.006451871,-0.0031250094,-0.0062949485,0.0034246007,0.017824871,-0.007717793,0.006504311,0.008413125,0.0027910592,-0.00938755,0.006286583,0.00083554833,0.009359576,0.005701063,-0.0040443055,0.0070797666,0.0061625782,0.0036251422,0.013774052,-0.007777004,0.0030785315,-0.010613935,-0.00872205,-0.009436148,-0.0038238668,0.0124454275,-0.0015254162,-0.013269628,-0.0030315963,-0.009511256,-0.0011646689,-0.0024408645,-0.009434245,-0.0011401162,-0.00500346,-0.0012530895,0.020780426,0.003163075,0.012912809,0.0036954235,0.007179817,-0.009139741,0.0067048147,0.0042599826,0.009806011,0.015544579,-0.0023826004,0.04818195,0.012842828,0.0005740755,0.016392963,0.010972682,-0.0040990007,0.0009935995,0.009711917,0.015804838,0.0006100341,0.012624455,-0.009661396,0.0032386375,-0.005366571,0.012013393,0.0020118193,-0.00439618,-0.017365005,-0.006911493,-0.0028145988,0.010262535,0.0054492597,0.0001769361,0.013150316,-0.019424785,0.0077255084,-0.012540149,-0.005085533,0.01973691,-0.0034797252,-0.008526136,-0.011576742,0.011035201,0.017630003,0.025567839,0.024023896,-0.0025819195,0.018207977,0.015864372,-0.0042608995,0.01020862,0.014727161,-0.0045846463,-0.007523585,0.0021727367,-0.009437897,0.0022960524,-0.02736103,0.006764773,0.01855034,0.010720096,-0.005469941,0.0038254522,0.017774334,-0.005565883,-0.012413214,-0.009671626,-0.012505407,0.002731064,-0.0055551063,0.006113107,0.026437253,0.011231675,0.0011391097,-0.001977814,0.0032921503,-0.0021848008,-0.0045249807,0.01629472,-0.0074334834,-0.0059725917,-0.0075998036,-0.025064778,0.024849957,-0.00031615084,0.008656443,-0.0009351609,0.007535154,0.005424896,-0.0062947962,-0.004513842,-0.023377413,0.023143608,0.008836896,0.007412867,0.0015878435,-0.019607397,-0.007879308,0.010950601,-0.024830041,-0.0025516541,-0.004784156,0.0074951034,-0.013027662,0.00041470685,-0.0033520157,-0.008273954,0.010793992,0.013604843,0.0072990316,-0.011770975,-0.010957259,0.011983743,0.0032836637,-0.0063807652,0.0064511527,-0.010263056,-0.0072781676,0.0066913683,0.0047139595,0.0075717717,0.0017814656,0.012752035,0.019197717,-0.0015170332,-0.021344677,0.0039267163,-0.009261598,0.018193657,-0.015657438,0.022695726,-0.01610495,0.022302892,0.019917663,0.003809994,-0.018049818,0.001641099,-0.001969819,0.009589239,0.0088719865,-0.00022925182,-0.016659208,0.0029863731,-0.009571324,-0.005250366,0.0019323092,-0.0065016067,0.011474029,0.026832871,-0.0016008111,0.010733417,-0.009270345,-0.024759118,-0.0020805479,-0.009465983,-0.0034114479,-0.017479397,-0.00795393,-0.01988102,0.005564212,-0.0050824317,-0.0040307217,-0.013494529,-0.0024622795,-0.018038979,-0.0025695777,0.00026948363,-0.006917078,0.0023092905,-0.010907473,-0.0019165423,-0.04759642,0.013621813,0.0074280784,0.009166153,-0.013775259,-0.02098863,0.0010847484,-0.0080639515,-0.0014335893,0.0034221173,0.0054864283,0.0038555355,-0.008283273,-0.00038043535,0.011322428,0.020448398,-0.015636772,0.008081463,0.014675455,-0.009370995,-0.021016086,-0.012191135,-0.0042822678,0.0004952702,-0.010973369,0.007323602,0.005837215,0.011031716,0.0020171641,0.014013706,-0.0026102962,-0.003746209,-0.00308917,-0.0067526037,-0.008580665,-0.0030089843,0.0047315713,-0.0049831485,0.0007559112,0.0020592108,0.008972695,0.006899945,0.0011389188,-0.0011565303,-0.0032643492,0.0019327379,0.013112873,-0.012835564,0.005125953,-0.024199335,-0.012313757,0.013049705,-0.008875515,0.019287307,0.0077937054,-0.002147641,0.0041081575,0.026045077,0.001053738,-0.01142346,0.0028849423,-0.00031758603,0.009881039,0.004084932,-0.030929083,0.0008250773,0.0011463225,-0.0018462104,-0.016088387,-0.011609956,0.022608861,-0.016997518,0.012119686,0.016980484,-0.015514323,0.013004826,0.017955935,0.009399351,-0.0009058474,0.018943045,-0.0020117615,-0.009666051,0.004176644,-0.008863985,0.008576334,-0.018446663,0.010881547,-0.022342276,0.0009416635,0.011415724,0.011802015,0.006131505,-0.0120773325,0.017422993,-0.0029405823,0.0060211257,-0.0010473107,0.012295838,-0.0059200595,-0.0053052707,0.0053774705,-0.01457374,0.00044391933,0.00875925,0.0017714949,-0.00019144146,-0.0011835641,-0.0038040036,0.0021000851,0.013617303,-0.024201125,0.003182176,-0.0041751117,0.00063562003,-0.0075113336,0.0041630995,2.454918e-06,0.01523586,-0.010688118,-0.015095593,0.00073809095,-0.00114642,-0.02127031,-0.008003179,0.008634926,-0.011652045,-0.0190628,0.005353873,-0.0063496716,0.0052670115,0.01762709,0.012922801,0.008463971,0.004414767,-0.009405548,0.011858489,0.009733148,-0.00814893,-0.007001373,0.009640238,-0.014910413,-0.016196778,-0.00234335,0.0025977842,-0.019054476,0.004854389,-0.014648931,0.010915712,-0.0045777396,0.0035033014,0.0044327336,0.014608171,-0.008252227,0.0070854058,0.0059478404,-0.0016498214,0.002757535,-0.0015747467,-0.012965969,-0.000335012,0.011767628,0.012943318,0.020825537,0.008779447,0.010856701,-0.012435167,-0.00924232,-0.0045160046,-0.0061922283,0.015188093,-0.0037793808,0.012021461,-0.022323713,0.02107013,-0.013515085,0.0022124727,0.02213287,-0.008855681,0.002673332,0.0073599196,0.01701051,0.015769845,0.0026308817,0.0009596126,-0.015393798,-0.0018608547,-0.0072275894,0.016566357,0.00035319975,0.026513131,-0.005210392,0.0070503815,0.0030541332,0.0058225305,0.019691205,-0.0057287165,-0.009233796,-0.00081041805,0.0042215656,0.007234921,-0.011152242,-0.0057497392,0.0025428045,-0.002352253,0.0033229482,-0.09020402,0.015476316,0.010746656,-0.0022899124,-0.0055988356,-0.013776197,-0.0037076236,-0.02325704,0.003905258,-0.009641091,0.016746894,0.014268502,-0.01119624,0.010179426,-0.01292005,0.0027571674,0.0029134345,-0.01514718,-0.010199582,0.023051372,0.0042872173,0.00080968876,-0.004293453,0.012008336,-0.008390895,-0.029270561,-0.012728725,0.012200155,-0.0025321024,-0.0034696946,-0.008219775,-0.0021618924,-0.0018506951,0.00701394,0.010345294,0.009473045,0.017510999,0.0012031675,-0.11854033,0.0016089077,-0.013223507,-0.0020068833,-0.00022925541,0.002189963,0.016158396,-0.017276447,0.0064390767,-0.009712277,-0.01587404,0.0130546605,0.0035888448,-0.013138958,0.002704354,-0.009567172,0.012297924,0.013128157,-0.013825515,0.012040582,0.002208504,0.004773177,0.008099188,0.024066875,-0.0006521859,0.014156882,0.008762985,-0.008393807,0.0078045325,-0.02210747,-0.0057147266,0.006482134,0.001641075,0.012636302,-0.0043553873,0.0006696189,0.02254278,-0.0036305627,0.01834018,-0.0053699953,-0.0012331952,0.0060231527,0.008564114,0.010862655,0.029367942,0.016971877,-0.010126029,0.0020146975,-0.019190772,0.005151667,-0.0066072373,0.01244024,0.003126721,-0.006307276,0.017443657,0.008820327,0.028791318,0.00026466948,-0.0062610684,0.01372953,-0.0008336777,0.0009508815,0.0066166096,0.013193416,0.019911304,0.0034954913,0.011938175,0.012842391,-0.014255258,-0.00082125666,-0.0055771763,-0.009229405,0.026776675,-0.0009411088,-0.00054285675,-0.022744399,0.0055424664,0.01836004,-1.7128891e-06,-0.006281495,-0.026277294,0.005886186,-0.022818167,-0.0067346576,-0.0027675338,-0.029425045,0.003175787,0.026872994,0.007926057,-0.06984695,-0.00069310423,0.0029369707,-0.009895605,-0.018107291,0.01161091,-0.019335827,-0.007003649,0.018340122,-0.019059174,0.008953269,0.005298976,-0.005331937,0.013455216,0.022256205,-0.0030958916,0.015962608,0.0017264108,0.014230372,-0.01039612,0.012165626,-0.0003491467,0.016174233,-0.008510236,0.0008267924,-0.013991633,0.022843381,-0.018145155,0.0035072165,-0.012847572,-0.018552288,-0.018147595,-0.005409427,0.0023426951,-0.00071825745,-0.0063135517,0.022211676,0.027481286,-0.018628873,-0.0005622417,-0.0037174264,0.0042867716,0.00022621044,-0.00013044388,-0.0039162114,-0.014259666,-0.019606225,-0.0026486316,0.0074075446,-0.014350135,-0.003700121,-0.014551773,-0.00934016,-0.005882979,-0.019931505,-0.0006435241,0.012586596,0.0088198045,-0.03125493,-0.005591058,0.025335366,0.0041168025,0.00022504019,0.0019787597,-0.006574832,0.022461282,-0.006943799,0.017985882,-0.010925281,-0.021826526,-0.010359074,0.0070448476,-0.005262248,0.018314198,-0.011185731,-0.002353432,0.004377865,0.013749418,0.004444366,0.0036872448,-0.0084472615,0.0030450525,-0.015476386,0.025066728,-0.0053177667,0.008790197,0.02000843,0.011421239,0.017081017,0.008430826,0.04722081,0.0071353503,0.017277084,-0.002130663,0.0064857076,0.044660203,0.025486426,0.00045112032,-0.0005310234,0.00078428595,0.01846114,-0.008088731,-0.0006151002,-0.028316362,0.0039453,-0.018879568,-0.01638364,0.0009661304,0.010137035,-0.010961633,-0.006152108,-0.01970294,-4.3380925e-05,0.0041724513,-0.16660592,-0.008573419,-0.0018986969,-0.015036094,0.004471812,-0.02973834,-0.00035100043,-0.0106375795,0.025237354,-0.0074006254,0.0066307224,0.010156965,-0.0075607263,-0.008424527,0.01435845,-0.0037720716,0.017091552,0.00231465,0.0054559135,0.017500093,-0.01146144,0.0115069095,0.009695668,0.0065129832,0.007786607,0.0016245286,-0.0019698385,0.005519869,0.009926392,-0.015893208,0.0084277205,0.01588085,0.013162377,-0.025168158,0.0095958095,0.024502276,-0.018357527,0.008015734,-0.019257773,0.015404287,0.0016762203,-0.0091272555,-0.0031015512,-0.0073945774,-0.016768735,0.0034327891,-0.01612075,-0.01061983,0.001466394,-0.02378671,0.00061733933,-0.008839332,0.017511826,0.0011220324,-0.014794842,-0.0018918088,-0.0113375895,-0.023558727,0.005850377,-0.012048904,0.0058977692,0.010998366,0.011031852,0.01850769,-0.005448218,0.0025569238,0.0064905705,0.14373183,-0.010233228,0.014565976,0.0092084,-0.011846655,0.026226282,0.004111389,0.015636891,0.019767348,0.004111419,-0.00818704,-0.0012893974,-0.009030715,-0.01763075,0.008532477,0.010068732,-0.006142429,0.020814423,-0.013096567,0.020602252,0.006310123,0.017524825,-0.0015569925,0.0021598695,0.003285856,0.011062878,-0.019651776,-0.002542925,-0.021056246,0.033603705,-0.019070838,-0.019500395,-0.016127499,-0.007913212,0.01562796,0.0080576865,0.0039022223,-0.016841277,-0.013249875,-0.0057638823,-0.0059379525,-0.011848466,-0.0012472743,0.008163165,-0.004248044,0.0065987227,0.004684854,0.020358894,-0.009140755,0.004960806,-0.015158841,-0.009389982,-0.0017032856,-0.0035061873,-0.013381221,-0.007317099,0.015143016,-0.02503016,-0.025603326,-0.021463145,0.02135459,-0.009224802,-5.8848447e-05,-0.012121794,0.012384619,-0.004476407,0.016665485,-0.016947754,-0.008761031,-0.08116656,-0.0103268055,-0.010161855,-0.021573089,-0.019228237,-0.0074504805,0.0100228125,0.002615868,-0.0028743558,0.0036625694,0.0020261987,0.010243158,-0.004270692,0.0062668365,-0.004650297,-0.003699606,0.007591924,-0.0053287,-0.017100276,0.0047861403,0.006528882,0.023533285,-0.014783684,-0.014908469,-0.033382364,-0.0022243164,-0.008801251,-0.0063312985,-0.005010216,-0.013946959,-0.03752399,0.0005274767,-0.017060418,0.016754173,-0.0021125863,0.011551072,0.0022173263,0.005040438,-0.011837059,-0.026851775,0.008346938,0.008807448,-0.0049641603,0.0014222609,-0.009037849,-0.013250831,0.010040198,0.014777801,-0.018868325,0.0106317,0.01285156,0.0077482355,0.0063783107,-0.014208721,-0.020616725,0.022486368,0.028357524,-0.021071164,-0.022112403,0.02932273,-0.0024571992,0.00200787,-0.008968685,-0.0028819751,-0.008061935,0.0030835818,0.011054467,-0.019412898,0.0038058157,-0.013236803,0.0044460343,-0.027808793,0.015080212,-0.01867798,-0.000395566,0.001556499,-0.012125475,-0.009837102,-0.0113763595,-0.026215503,0.0022557366,-0.017897733,0.006217858,-0.0212218,-0.0009839579,-0.008489665,-0.0003946955,0.008249373,-0.0002700102,-0.017801294,-0.017391665,-0.010096507,-0.012520741,-0.011649852,-0.0009251846,-0.0058176965,0.002770089,-0.010349677,0.016185334,0.0044622407,0.0109337615,0.0026326461,-0.017870773,0.016731597,0.007717374,-0.022891834,-0.003492407,0.0006796192,-0.007644311,0.001667076,-0.018197201,0.008192503,-0.0211465,-0.0034519993,-0.024730835,-0.012325986,0.0070095733,0.015899252,0.0103957625,0.0030571623,-0.005235406,0.015496318,0.0035124035,-0.0009988757,-0.010330433,-0.016168257,0.007846302,0.016747836,0.005106158,0.009285588,0.0028207458,-0.013607257,0.022753742,-0.011464702,0.040407643,0.002293596,0.022286048,0.01568588,-0.006835034,0.014886757,-0.008263644,0.010521434,0.005612861,-0.0026977814,0.0037468374,0.022997644,0.003956709,-0.0044191675,0.007235553,-0.017244702,0.004329433,-0.014860298,-0.022877527,0.015272985,0.01946417,0.0025295268,0.0051210364,0.021090776,-0.0010317508,-0.011433011,0.007541577,0.0046055396,-0.0005940661,0.0074700704,-0.009009123,0.0010757432,-0.0028585463,-0.0049977456,-0.039693944,-0.012239429,-0.0030125848,0.008724085,-0.0017291987,-0.016662417,-0.0022314477,-0.020225901,0.0038696362,-0.0018937046,0.006715601,-0.06675056,0.009520421,0.0051238593,0.0012214358,0.005523203,0.0020019577,-0.018978018,0.0032499311,-0.035552546,0.0036585014,0.0028909869,-0.006888464,-0.009992225,-0.006561731,-0.014548661,0.01368797,-0.028214378,0.005489988,0.030637067,0.015441899,-0.0039754985,-0.019393144,-0.018171735,0.019340819,-0.006940734,-0.020381995,0.013784847,-0.010119213,-0.01063655,-0.038686663,-0.015655424,0.0060114227,-0.013801763,0.0141238235,-0.007849685,-0.0299648,0.006006805,0.007996791,0.018083103,-0.028119475,0.018195793,0.00024179496,-0.02471389,-0.02549066,-0.0047130277,0.008145959,-0.0071685496,0.00962521,-0.010404167,-0.015096117,0.007706636,0.0029021555,-0.008525103,-0.009024741,-0.015662802,-0.0026228242,0.002022146,-0.003951887,0.019514227,-0.005014984,0.021894192,-0.017267592,-0.02615304,0.0294514,0.017805992,0.007352873,-0.010057011,-0.009016852,0.007195505,0.014975722,0.007942156,-0.018124864,0.004514291,-0.002725707,0.017633358,-0.004712735,0.006587148,-0.00031494044,0.015233269,0.021109879,-0.023824187,-0.000656364,-0.0012476551,0.026961992,-0.010587271,-0.0094423685,0.012825348,-0.09397925,-0.004715789,-0.02510202,0.010896609,-0.0015639726,0.016672805,-0.0071341987,0.03618787,0.014421999,-0.003921874,0.009727198,-0.026747322,-0.002640903,-0.010400471,-0.00039282403,0.01701227,0.008051868,0.010632173,-0.0045169657,-0.0070541822,0.010286624,0.0076999734,-0.014537071,-0.008024512,-0.0063734306,-0.05384921,-0.0028993124,-0.012162624,-9.708067e-05,0.0075330148,0.003937199,0.0036913974,0.020051872,0.010850998,0.0102705145,-0.0114647355,-0.02323772,-0.01102833,0.013308392,-0.005408213,0.0030023542,-0.019303212,0.006767222,-0.02707331,0.00039963645,-0.019506289,-0.011731496,0.0020213863,-0.0020370327,-0.003850148,0.026566055,-0.022858104,-0.011605928,-0.017435845,-0.0067199306,0.0047437395,-0.0007892983,-0.010260158,0.0012501221,0.0031402023,-0.0062047616,0.005919449,-0.014566219,-0.0011005731,-0.010359871,0.004653703,0.0015240798,0.01282969,-0.03938327,0.0048307227,0.003769424,-0.017120544,-0.024387253,-0.0017762437,0.006016344,-0.018439204,-0.013563123,-0.006150965,-0.014068796,0.003564346,0.0064870953,-0.020439288,0.026649734,-0.0041170456,0.01933963,-0.016179213,-0.006019171,0.009133623,0.0024524045,0.0015760779,0.01228433,-0.027599918,0.029783096,-0.005797396,0.0077910805,-0.009525185,-0.0022567248,-0.0021429327,0.0025267832,-0.014646711,0.005002294,-0.0017861024,0.009648775,0.0014738515,0.01374592,-0.00035254806,-0.022271309,-0.017758561,0.006966601,0.0017752778,0.021655193,-0.013348168,0.011342455,0.001263965,0.02313643,-0.008438594,0.0013431,0.01277224,-0.030425074,-0.020270247,-0.013744744,-0.0117103765,-0.019885568,-0.010889561,-0.0060186917,0.0074514407,-0.01833803,-0.024942525,0.014880427,0.003565548,-0.007151174,0.0016819682,0.002087361,0.047479827,0.00730425,-0.015578201,-0.0004731241,-0.005596381,-0.029830022,0.012803519,0.0020241318,0.0010180065,-0.02015837,-0.008504357,0.014652192,0.004149887,0.0074842824,-0.009012166,-0.0113753155,-0.0031217204,0.017592572,-0.0028300148,0.0029088906,-0.0003529567,-0.0251927,-0.0034871048,-0.021464674,0.018985145,0.001978373,0.03645006,-0.018977432,-0.006133377,-0.007223972,-0.0061674616,-0.031197809,0.0035975953,-0.0010618903,0.016470028,0.018940935,-0.026073,0.001674955,-0.026614685,0.033910666,-0.01188552,0.0401909,0.0038885165,-0.0067837383,-0.0009990708,0.0114183035,-0.010109668,-0.0022092287,0.010309313,0.019659605,-0.018550768,0.012787614,-0.0031263125,0.017458424,-0.007954469,0.013589654,0.011104378,-0.00353966,0.009605686,-0.011546172,-0.014952121,-0.014341997,-0.023766061,-0.00041639718,-0.0062416797,0.015883496,-0.0020683862,-0.009547258,0.0027982825,0.012179309,-0.0063950806,-0.002801743,-0.008193382,0.018289763,-0.007552001,-0.01835164,-0.016258044,-0.00411353,0.018056013,-0.015711019,0.01493633,-0.0018138145,0.022340555,-0.00476931,0.014881422,-0.011341701,-0.012580091,0.016094713,0.008507055,-0.0016843555,0.01823557,0.0059457556,-0.023124311,0.0010409808,-0.0034588324,-0.008205301,-0.038359314,-0.0050356817,0.002813363,0.013036686,-0.008751229,0.027612282,0.014711459,-0.0374633,0.0046785427,0.00040821361,0.014340846,0.0064938786,0.010947875,0.020622386,-0.0043496387,0.0064012734,-0.014350506,0.009793049,-0.0068478626,-0.024147479,-0.012320126,-0.0069343857,-0.0035265083,-0.025348846,-0.017409116,-4.077412e-05,-0.007258321,-0.010244005,-0.0013611327,0.0016263803,-0.0005009649,0.008500536,-0.018557042,-0.010760873,0.01950194,-0.00889751,0.01184061,0.0014819726,0.0063796905,-0.022137407,-0.009514702,0.0076078903,-0.015426339,-0.01438406,-0.019418417,-0.022057774,0.02584496,0.010912832,0.011219922,-0.008144208,0.0042850445,0.002961956,-0.0074264985,0.0064797373,0.006785233,0.004650666,0.013649191,-0.00529449,0.004412931,0.010591123,0.0036113593,0.005191828,-0.026206546,0.002435062,-0.003528893,0.01633485,0.0021569477,-0.0065621547,-8.921075e-05,-0.015551958,0.016810074,0.0063896053,-0.025830787,0.014677897,0.0056722206,0.026675738,-0.007784823,0.012341277,-0.0020796228,0.014801817,0.008119022,0.0021288085,0.00018436776,0.00971643,0.009572624,-0.025354948,-0.01223688,-0.0029102215,-0.015191136,0.02138446,-0.01618074,0.0054494636,-0.016594227,0.009469441,-0.024174256,0.018375678,-0.007028629,-0.0034803338,-0.004795457,0.011953818,-0.01757454,0.026208632,0.00047889302,0.0020570266,-0.0012593727,0.016096532,0.030294169,-0.012038942,0.0011269522,-0.005592253,-0.028606798,0.013894481,0.00297445,0.0043828515,-0.0024393282,-0.0027855588,0.0031262857,0.00901274,0.0070181894,-0.0047995476,-0.028893836,-0.0046610516,-0.010460029,-0.010051597,-0.0132671185,-0.010964635,0.021467514,-0.0004036067,-0.0065668733,0.005503145,-0.021655802,-0.010370943,0.0069375946,0.0042430996,0.006033583,0.0032529773,-0.0043507223,-0.013461576,-0.01840038,0.023269683,-0.016547853,-0.022151666,0.0110078305,0.0018764933,0.01083167,0.015322667,-0.009699674,-0.016410979,-0.01603103,0.015818847,0.015447345,-0.018790364,0.013302337,-0.010841261,-0.0029566954,-0.019742819,0.011814227,-0.033593696,-0.0034876706,-0.008209934,-0.0196716,0.0063642752,0.006941526,0.0020082924,0.020269364,0.017755447,-0.008720969,0.0048456625,9.7824704e-05,0.009319288,0.0029420485,-0.019603668,-0.04157513,-0.004071264,-0.03438864,-0.0022589355,0.02030709,0.029036019,0.0047293017,-0.008520292,-0.019524015,-0.003984218,-0.0042073927,-0.007464625,0.013256329,-0.01241031,0.018297674,-0.005884614,-0.010501256,-0.0021617792,0.019340167,0.009697654,-0.005136688,0.0032391227,0.0034109782,0.023819841,0.01903764,-0.0058651264,-0.0041434662,0.007184796,0.0039505046,0.022470497,-0.0059717386,-0.0053867553,0.017631706,-0.00898972,-0.005577473,0.013944236,0.026030157,0.0032961117,0.010094135,-0.01018155,0.018098159,-0.0091729285,-0.015265999,0.03113027,-0.019726373,0.008137598,0.019341048,-0.014573003,0.0033625085,0.013932564,-0.0045925356,0.039244812,-0.008738312,-0.015292146,0.031129079,-0.0085360035,-0.00057075126,-0.005380963,-0.017994411,0.008634786,0.025280103,0.010906918,-0.008655091,-0.028376631,-0.028523684,0.01906335,-0.015294101,-0.003697023,-0.0021001815,-0.009287499,0.005126562,-0.06311447,-0.031914376,-0.024008138,-0.0051442184,-0.0022128206,0.013956092,0.0059190397,0.012833704,-0.046903685,-0.012240549,-0.016424062,0.0007163189,-0.001990138,-0.021853913,-0.004228616,-0.025608456,-0.0056468924,-0.014272412,-0.021671131,-0.016417744,0.0036038281,-0.003605199,-0.0071954993,-0.002300168,-0.020971378,0.0011505209,0.019678343,0.0075266766,-0.007562149,0.007179932,-0.013470629,0.003847042,-0.009671456,0.0014235524,0.0032815016,-0.0118808085,-0.007399815,-0.028294403,0.017626068,-0.0030446853,0.021231549,-0.027612032,0.0023204354,-0.0069813062,0.013143159,-0.004044001,-0.014041623,0.012086225,0.008410243,-0.023764264,-0.012846321,0.0005542625,-0.010731891,0.008422733,-0.023761546,-0.0076286066,0.015384408,-0.0020858005,-0.008015023,0.017613785,-0.017390745,-0.007865769,-0.011126251,-0.026347773,0.02396725,0.018992256,0.005664831,-0.009526254,0.007212955,0.0040821554,-0.003072282,-0.011531407,0.024364002,-0.0075585255,0.015334771,-0.028207896,-0.009636589,0.00749057,-0.012165871,-0.013248716,-0.003749764,-0.018904936,0.01312509,-0.0018173027,-0.006288775,-0.0054220106,0.028793573,-0.010493678,-0.018554494,0.0019813646,-0.025539985,0.017502053,0.0037675204,-0.009988211,0.013362845,-0.032327823,0.017753435,0.00830766,0.0056338115,-0.018166374,0.0045279423,-0.014107602,0.027334727,0.005725311,0.02121387,0.013256551,0.0055432734,-0.001133576,-0.003904365,0.00956701,0.007954043,0.000834905,-0.0054499586,0.016258605,0.014759531,0.0111738825,-0.000109497276,0.007930283,-0.0061364016,-0.02310942,0.0014318071,0.0036993027,0.004714083,-0.002418127,-0.0113165565,-0.008890236,0.024397163,-0.0071874224,0.014064573,-0.013439999,-0.00885078,-0.021114454,0.028339004,0.012865711,0.01540955,0.025311839,0.023895971,-0.0066236295,-0.034537535,0.0006272824,0.0062009585,-0.01130094,-0.03559985,-0.013281253,0.029573202,-0.019048981,0.0023483979,0.0068596965,0.0006997531,0.0108999945,-0.014566231,-0.020763967,0.019994436,-0.0070226155,0.017711725,-0.00031615217,-0.019822974,-0.020920621,0.024790725,-0.0124667315,0.00059466495,0.0055262935,0.03056178,-0.015075949,-0.007734426,0.0182487,0.0049628643,-0.009793201,0.008660961,0.0014469578,-0.0049207318,-0.0030593672,-0.01579366,0.003860802,-0.005169364,0.001761764,-0.011005394,0.017460866,-0.0004182028,-0.017815983,-0.028568625,0.010713927,0.021173708,-0.0020550762,0.015150984,-0.0053938986,0.01618248,0.0026027265,-0.007682134,-0.029547801,-0.02183179,-0.0037640706,-0.0024332488,0.006976362,-0.011428362,-0.0022123386,0.015499696,-0.003695301,0.0020571514,0.010779211,-0.006271845,0.016094552,0.039614707,0.019191721,-0.01910271,-0.007926816,0.0011780037,0.02088088,-0.021205973,-0.0025536045,-0.010258605,-0.0013799673,0.0415121,0.023184774,0.15028171,0.1101466,-0.020120034,0.013546935,0.020841306,-0.004759608,-0.0100299595,-0.016551806,0.019970804,-0.0056672543,-0.020787442,-0.010874002,-0.001112409,-0.016885182,0.0038989629,0.0062353113,0.0011153893,-0.018465932,-0.024223283,-0.0031390896,0.019913377,0.006136803,-0.02629954,-0.008242361,-0.029541854,-0.0085641965,-0.031919215,-0.004084352,0.02007728,-0.0045606187,-0.011706617,0.0062955804,0.00046102528,0.021074127,0.018942194,-0.0034086718,0.0023505788,-0.001131023,0.010248914,0.005721001,-0.0006493436,-0.014575054,-0.013907463,-0.004164253,0.0061691557,0.0075408914,0.0107374275,-0.008013149,-0.039908394,0.010314746,0.0047922414,-0.02434903,0.00313407,-0.020854453,-0.01936737,-0.00040401987,0.0015890216,0.025225682,-0.014402889,-0.014480513,0.0061065643,0.001476214,-0.020083273,0.006771356,0.004095687,5.3893447e-05,-0.0077903164,-0.014251731,0.007876437,0.005187508,0.00769123,0.0053498005,0.01589373,0.018329557,0.0031745,0.0078107566,-0.015880516,0.0031777315,-0.011661523,0.018919464,-0.023439564,0.0035644134,-0.004147913,0.0066351076,0.0069399914,-0.012562837,-0.0082826875,0.008704528,0.11604046,0.0030701163,0.01404423,-0.02433643,0.022927562,0.00042422913,0.013649167,0.045269456,0.017984953,-0.0020327424,-0.0026544377,0.0083044935,0.005888799,-0.0030509916,0.00673031,-0.0050727995,0.014731424,0.017326005,0.0023710611,0.019199146,-0.0018946568,-0.0007449857,-0.003216278,-0.0015103116,-0.011144063,0.002972188,-0.017167954,0.022803241,0.002198875,0.0017774934,-0.115935765,0.00043010447,0.024142116,0.004511307,-0.0018880287,-0.010115195,0.007992155,-0.012112178,0.00959718,0.0032800199,-0.012642202,0.00684305,0.008732565,-0.018238006,-0.004685625,-0.0008683681,-0.0016859841,-0.0091247745,0.019432835,0.0020645205,0.0020394193,-0.015517909,0.0068703215,0.0051796883,-0.022329379,-0.009806623,-0.0063540135,0.002948253,-0.0057407077,0.018342,-0.012891526,0.014178918,-0.022204315,0.011309275,0.011200678,0.027678452,-0.016850207,-0.008288844,-0.023457767,0.00091883977,-0.01203527,0.006050206,-0.009152255,-0.024049796,-0.018113626,-0.02874175,-0.0031691983,-0.013498623,-0.028538657,0.01316115,0.007757568,0.024974398,-0.00862341,-0.00039278288,0.011441347,-0.005274558,-0.009719574,-0.03836064,-0.03829742,0.010318154,-0.019950267,-0.031198129,0.02203192,-0.008641026,-0.010946409,-0.0037885325,0.0018057858,0.029524505,0.013852465,-0.0060643437,0.004110067,0.008180683,-0.016633006,0.013940357,0.002482545,-0.020340256,-0.022474626,0.019360859,0.024228191,0.029219935,0.025751533,-0.01081123,0.0052097137,0.11199389,0.005963853,-0.00024729635,-0.009121465,0.019112477,0.0021291352,0.005414832,0.006278571,0.013719842,0.022025727,-0.0026492686,-0.010938787,0.02334927,0.020376483,0.0052908035,-0.01828605,0.018867688,-0.0076777507,0.03230008,0.0060935556,0.005299319,0.01802968,0.012651722,-0.031074278,-0.0026789212,0.008810199,-0.026629576,0.018649133,-0.007872734,0.01563296,0.0009331523,0.01370761,0.009413304,-0.011140765,0.010415768,0.01820239,-0.01160986,-0.013521094,-0.03441254,-0.002842735,0.00072970666,0.01674911,0.0034696565,-0.0024474352,-0.010539963,0.19006532,0.018910995,-0.018917244,0.009850942,-0.006182564,0.0005600586,-0.020170914,0.02541935,0.003819606,0.014407764,0.013076528,0.00027506994,0.009813288,0.00076785946,-0.0008704585,-0.024378842,-0.014078892,-0.0066379067,0.0099458145,-0.00278762,0.0022143282,-0.018401582,-0.031133207,-0.00023915948,-0.008175183,0.0038640974,0.006605712,0.0015514601,0.0029063656,-0.0071990397,-0.0019943058,3.3642213e-05,0.0022921443,-0.030653484,-0.0014133932,0.009193933,0.0010620041,0.0060037086,-0.019045468,0.0057112942,0.014407272,0.02228881,0.04315496,-0.0023800833,-0.031980366,-0.014346466,-0.01867013,0.012223773,-0.018692575,-0.0046380796,0.017292535,0.009441566,0.022042403,0.007395466,-0.017837975,0.00016863662,0.00425784,0.012347856,0.0013814535,-0.031664778,0.020090008,0.005681789,-0.0211568,-0.009432098,0.0059964317,0.0034950036,0.016629903]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 130,
          "content": "The Misconception of Japanese Traditional Companies Seeking IT Talent at \"Half the Market Price\" While IT Talent is in Fierce Demand | Toyo Keizai Tech x Cybersecurity | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0077441605,-0.0047387327,0.011268819,-0.072524846,0.0015658531,-0.0052953907,-0.0017422609,-0.0044377926,0.009943171,0.027105795,0.0011154478,0.0040821675,0.020355333,-0.0068290583,0.08145893,-0.004363138,0.035738483,0.0077735805,-0.004085542,0.017192153,-0.011511465,0.01564811,-6.851331e-05,-0.031431437,-0.019830165,-0.04964967,-0.0062450585,0.017109375,0.036074676,-0.025425449,-0.004611276,0.014283228,-0.0068441085,0.03378052,0.020200718,-0.003633668,0.05136525,-0.041096516,0.020372307,-0.008578665,0.022135936,0.0022847855,-0.03144531,-0.01990055,-0.025949504,0.018719705,-0.031922195,-0.019213421,-0.01712656,0.021937355,0.012010606,0.011910659,0.00899955,-0.17826667,-0.008390003,0.020073906,0.018946044,-0.021772556,-0.026878532,0.008536059,-0.004061739,0.0064159883,-0.017014148,0.00956207,0.02397349,-0.011911023,0.026693847,0.011164481,0.01285467,0.021233473,0.02344043,0.013692311,-0.01817362,0.010797818,0.026339592,0.00047415568,-0.01201029,-0.009555603,0.00896213,-0.05035302,-0.027500873,0.00095146813,-0.0031632194,0.0058731716,0.009020556,-0.009765703,-0.011372343,-0.02986976,-4.327931e-05,-0.018632578,-0.0021587887,0.04087433,-0.011206718,0.004506782,-0.024741778,0.009738631,-0.020063348,-0.0169291,0.0004978838,-0.014542754,-0.01715299,-0.006886969,-0.021149492,-0.008344116,0.018224614,0.005996331,-0.0083773155,-0.024435239,-0.029510451,0.011791824,0.008525339,-0.0075406577,0.010622009,0.042176884,0.0013285526,-0.103619374,0.015812483,0.006711757,0.015957613,-0.0007360682,0.00039083918,0.015104158,0.0073775463,0.011276225,-0.0011132554,-0.018591052,0.010728135,-0.004726949,0.0023047032,-0.0038931512,0.009078094,-0.009027836,0.024936117,-0.003079165,0.025397563,0.0050540445,0.019263046,0.017423104,-0.017168904,-0.027488984,-0.004771811,0.022093104,-0.025757782,0.028803108,-0.03651975,-0.016845852,-0.01634036,-0.002832509,0.010637557,0.019573765,0.033490658,0.007051158,0.024883922,0.0136034945,-0.01982051,-0.033627026,0.020669298,0.028132139,0.005673982,0.0065580225,0.0259463,-0.041869,0.022531413,0.0023024702,0.0032640398,0.0056757843,0.008271395,0.039553426,0.002430685,0.0154739395,0.007427737,0.0040986533,-0.007978095,-0.0011364524,-0.009458994,-0.03202189,-0.0046934867,0.0054650223,-0.005162915,-0.050578143,0.014737277,0.02795151,0.0010649137,0.0036031958,0.010344046,-0.027917989,-0.0017947957,-0.013602885,0.0046645785,-0.00068003364,-0.016775541,-0.020981953,-0.03475684,0.001505082,0.00026120554,-0.024911696,-0.010002159,0.025806861,-0.022885174,0.029001985,0.007379373,0.016497048,-5.4955723e-05,0.004919347,-0.020857766,-0.017150952,0.017742207,0.02596321,0.013250698,0.016542563,0.004497371,0.039769486,0.005154623,0.0024105152,-0.023949558,0.001531302,-0.014525576,-0.027040096,-0.0061040157,-0.007083343,0.021359937,-0.01277348,0.008567199,0.021699768,-0.0015733383,-0.011724544,0.020407036,0.007855664,-0.017888498,0.02705438,-0.027358774,0.01738794,0.010960063,-0.03263417,-0.0149044525,-0.023168052,0.009405907,0.026790095,0.00714428,0.036018852,-0.035287376,-0.0023392355,0.0047973036,0.008065292,0.011402371,-0.010805755,-0.0043559703,0.009050528,0.01429829,0.023298135,-0.020378567,-0.01143074,0.003747873,-0.027115976,0.0144669935,-0.02157832,0.01682816,-0.0050590937,-0.006297985,0.019014584,0.0017047705,-0.011673643,-0.002416479,-0.02263436,0.012813549,0.0070587615,-0.0025736205,-0.003436004,-0.023845382,-0.025504285,-0.0074592964,0.026647046,-0.004977309,-0.0016071086,0.008932906,0.018933741,-0.045206502,0.011360506,0.008335727,-0.0429945,0.0032253216,-0.011643653,-0.011684241,-0.009809566,-0.01594443,-0.01855934,-0.0023157727,0.044638865,-0.0008203289,-0.015128852,-0.0074877073,-0.011063398,-0.012577106,0.007839729,0.009816575,-0.002373944,0.003814914,-0.025451321,0.0016770684,-0.029420685,-0.0061293636,-0.02364174,-0.019282233,0.059710164,0.0021958323,0.0073456643,0.003270261,0.0033800267,0.024441838,-0.02083057,-0.0026570961,-0.029906042,-0.011465807,-0.0007922849,-0.0558809,-0.012569097,0.010014328,0.009377294,0.0021034074,-0.0042744344,-0.018181046,0.011084052,0.018354675,0.012512655,-0.015891178,0.02632598,-0.008393777,0.0047975243,0.0092293,-0.016431442,0.012380026,0.04017592,0.01183554,0.007989421,-0.019497242,0.01634947,0.016478961,0.028661944,-0.02778223,-0.0143748345,0.0064240266,0.0037273527,0.005500245,-0.0073804553,-0.008800129,-0.004522521,0.01250368,-0.0034369659,-0.0065330258,-0.026053276,0.00949142,-0.044507578,-0.017424569,-0.008720951,-0.024981245,0.056921463,0.018757837,-0.016184647,0.00988613,0.030087467,0.0034795315,0.03842892,0.011174971,0.0021229922,0.0028043797,-0.037792552,-0.020900652,0.04774199,-0.012972473,0.0012299592,-0.016904932,-0.03041942,0.002825956,-0.034090966,0.018272383,-0.01698259,-0.020683983,0.0013729859,0.0026248985,-0.0089139305,-0.0070694266,0.039470483,-0.0121562155,0.0024295887,-0.005045413,-0.01986608,0.007049981,0.0022188942,0.017155655,0.017656365,0.005398712,-0.010553154,-0.0013560199,0.037056018,-0.017763266,-0.0044552526,-0.00060165895,-0.0053490903,-0.0053354795,-0.040870912,-0.019299576,-0.01293175,-0.00054881594,0.004163126,0.015448713,0.021139069,0.0091446005,-0.006569342,0.011522586,0.025079725,0.023516458,-0.02437455,-0.013281515,0.018125353,0.0037066126,-0.0063769314,0.015232528,-0.0020806878,-0.008078535,-0.006741859,0.004903969,-0.009846472,-0.008209272,0.013409728,0.011461093,-0.0030067207,0.0076110503,0.009899171,0.026736667,0.009627191,-0.024578223,0.008905187,0.017037528,-0.014682014,-0.021645147,-0.0038238275,-0.007783966,0.034298804,-0.0025378007,-0.0041637756,0.027932487,0.024763422,0.0067325807,-0.021106655,0.033793144,0.029988937,0.010067989,-0.03237799,-0.024598254,0.027555779,0.02470312,0.02500347,0.0049102516,-0.0048185624,0.014017529,-0.018192511,0.00078608905,0.018254805,0.0008491636,0.005594153,0.0014119945,-0.015584347,0.016279224,0.01930733,-0.01195996,-0.0023775788,-0.018419627,-0.0286669,-0.016330553,0.011504737,0.0026929495,-0.0058657136,-0.028571375,-0.020146703,-0.017722111,-0.005931656,0.012832902,-0.020203043,-0.0035091212,-0.01565902,0.0030763347,-0.03463013,-0.016715022,-0.03047273,0.0035233898,0.03625988,-0.01655486,-0.018868668,0.0042575467,-0.0018829893,0.009300725,0.0048884577,-0.0018666765,-0.009654462,0.012971471,-0.017266491,0.007096736,-0.021977197,0.012195369,-0.013001515,0.003369172,0.012877486,0.008702002,-0.010709432,-0.010109443,-0.010115486,0.01132717,0.002880756,-0.007590003,0.024426874,-0.016917475,0.0021244958,0.002875152,0.0064222673,-0.007102979,0.0021914279,0.01800529,-0.017611314,-0.00445244,-0.011837985,-0.026478149,0.019609123,0.004605796,0.0005618534,0.019629382,0.0056984755,0.05311874,0.008408035,0.018401906,0.019568725,-0.013599013,0.024824852,0.008650252,-0.0019666376,-0.032131974,-0.0049070744,0.0109605305,0.015126879,0.017139228,0.0089579085,-0.020936977,0.01747072,0.014825575,-0.0016547076,0.015044763,-0.06777952,-0.036288857,0.01461782,-0.009675535,-0.0057431096,0.005943493,0.013415643,-0.023850283,0.009610674,-0.0006684403,0.0236968,-0.019483607,0.013186365,-0.008626753,-0.023260187,-0.0057696956,-0.016384652,0.017980458,-0.0068323207,-0.0083305985,0.004537222,0.005503273,-0.012631735,-0.0044198325,0.0063168197,0.019489404,-0.010475624,0.013455317,-0.010909011,-0.02129654,-0.034225807,0.012035108,0.025902256,0.022387376,-0.0036690522,-0.024767945,-0.0097922655,-0.004576591,0.0048263273,0.021863297,0.014016627,0.0073483395,0.004943543,-0.0046014404,0.027374495,0.025541062,-0.01949305,0.003998234,-0.021448197,-0.0077286647,0.00902446,-0.0130090825,-0.009659631,-0.011811695,0.02627563,-0.0036496893,0.011311232,-0.02319537,-0.014078989,-0.0038724905,0.00674785,-0.009467264,-0.006178124,0.054192554,-0.009007825,0.028870758,-0.016111456,0.027452081,0.021045007,0.0020396116,0.011366111,-0.015158109,-0.020851266,0.0010899177,0.009119025,-0.0203995,-0.008365874,0.035014722,-0.0057389676,0.028949572,-0.02427778,-0.02373915,-0.10164976,-0.009884843,-0.009997436,-0.0029292507,-0.0026753065,0.021086104,0.02871052,-0.0014919542,-0.017096955,0.00015504086,0.009878986,0.0133431805,-0.0013368041,-0.027835721,0.0097277975,0.005856498,0.006682677,-0.025464162,0.016887235,-0.01999879,0.024444127,0.013657641,0.017106155,-0.008648282,0.0053622094,0.019765554,0.005329519,0.00435495,0.006201045,-0.016702067,-0.0053409846,-0.1330544,-0.0014273821,-0.029691087,-0.005899158,0.0067107244,0.015957164,-0.02839044,-0.020655438,-0.005619024,-0.0327181,-0.013852778,-0.022882992,0.010976489,-0.01723695,-0.00835295,0.11755205,0.008188913,-0.0034026962,0.018800866,-0.0009714945,0.017159011,-0.004845492,0.022461658,-0.017312521,0.012618361,-0.0053886236,0.03494357,0.0046972283,-0.00067749433,-0.0029126878,0.00029840047,-0.00919741,-0.0089314645,0.0013196548,-0.0029169545,-0.007253164,-0.0092153065,-0.01585168,0.005298785,0.007320237,0.012682432,-0.0011145243,-0.0010536636,-0.025771363,0.001962114,-0.013277321,-0.008074252,-0.021539977,-0.025645329,-0.02335137,-0.014917483,-0.09281876,0.002519271,0.01399839,0.003443239,0.01712283,0.008040731,-0.038877714,-0.010752448,-0.009044528,0.011816296,-0.0024522226,-0.009642264,-0.0053044558,0.0011212209,-0.021406233,0.03595414,-0.023906346,-0.0037625516,0.03497771,-0.011187901,0.009037826,-0.007718244,-0.008016908,-0.010358973,-0.0087300595,-0.003048182,0.0031868198,-0.0015958266,-0.012637577,-0.0061289063,0.0002620635,0.0015075853,-0.014743282,-0.004852447,0.0031985627,0.0038637847,-0.018391361,-0.010126043,-0.010612713,-0.0018966395,0.030234138,-0.003180544,-0.022798069,0.039679416,0.016912159,0.02046291,-0.0019165965,-0.0036259673,-0.021871528,-0.018357286,-0.003191182,0.00024051663,-0.018711101,-0.031902444,0.002559511,-0.02137061,0.020238394,0.032325476,0.0028023692,0.014254676,-0.01759704,-0.0045394874,-0.0066303383,-0.022745544,0.011039202,-0.007106278,-0.018653378,0.0047967266,-0.014312699,0.0012899128,-0.00024929852,-0.0063494486,-0.0021677723,0.0004286562,-0.0031497066,-0.014722861,0.0042883656,-0.012082686,-0.031866033,-0.0036722866,0.0036827947,-0.0019157638,-0.023160694,0.014625668,0.010173583,0.004476513,0.012264374,0.0064502363,-0.019474324,0.017489262,-0.012060732,0.008062851,0.022834376,-0.0032850266,0.020083692,0.008536223,-0.0037196823,-0.013670628,-0.020116836,-0.0013749244,-0.026132058,0.01871949,0.0032605026,-0.020359587,0.0036225389,0.008850701,0.0049248612,0.026453178,-0.020633152,-0.0030350694,-0.001563177,-0.011009293,-0.01800906,0.024970287,-0.0063372683,0.02307045,0.0001584807,0.00466136,0.004216186,0.019414643,0.0014454065,-0.013053373,-0.011058757,0.008277018,-0.009182241,0.011891868,-0.0052275956,-0.012533571,0.0035410307,0.003847181,0.002902228,-0.016934907,0.003528817,0.0022641132,0.01378574,-0.0077858744,0.020694071,0.0019944587,0.007878995,-0.00073726755,-0.027537424,0.0028283536,-0.019035177,-0.0066698454,-0.0010916137,0.0065837693,-0.011860283,-0.008221542,0.00528285,0.005302615,-0.00026932993,0.0019186179,-0.0056696427,-0.0068750354,0.0130318785,-0.0007512485,0.012342175,0.0010018818,-0.010433328,0.0072322935,-0.00086525956,-0.011591149,0.007798397,0.0038127154,0.023850676,0.011654902,0.005854402,-0.002368579,-0.004317242,-0.031791702,-0.008812514,0.014144954,0.0010878596,-0.0068835267,0.00026576198,0.0139961,-0.006765005,0.0070875445,0.00073161145,0.017568337,-0.004036997,0.006593794,-0.013619568,-0.010649778,0.0031036106,0.021562668,-0.0038081764,0.0016858673,-0.002355046,0.014933929,0.01671891,0.010421913,-0.014561178,-0.0015659126,0.03151408,0.00628636,-0.008565907,-0.021353856,0.0021706277,0.005526871,0.016472915,0.017228758,0.011940059,-0.008711656,-0.015998503,-0.011595517,0.023966745,0.0060485518,0.009668967,-0.014557019,-0.019374223,0.003827238,0.016786978,0.02261031,0.011155238,0.005926682,0.004068051,-0.0044717574,0.026258925,-0.01567857,0.015750235,0.009912315,-0.008936146,0.0066097826,-0.026781755,0.005119106,0.0035579277,0.019495154,0.013127674,-0.0059829927,-0.0190291,-0.005582737,-0.0025463805,0.016894111,0.0032813181,0.02142408,-0.0060652234,-0.0051898314,-0.01289738,0.0045624026,0.0025851673,-0.008055801,-0.012979222,-0.013709437,0.005453745,0.0069100587,0.0070148264,-0.0019579916,0.0063136197,0.018326994,-0.011861578,0.0007867443,0.011248325,-0.021352641,0.0013992001,-0.005252257,-0.0012075567,0.0054253633,0.0016423853,0.078232996,0.011025543,-0.0052483263,-0.002705927,0.016982926,0.011132194,-0.005524125,-0.026691379,0.00995612,0.0010805127,-0.00902131,-0.019436127,-0.016499262,0.00596867,0.026412886,0.0074780495,0.003359619,0.008788862,0.0066947937,-0.014574941,0.0014210196,0.008149956,-0.0015785841,0.0018561637,-0.00311694,0.0018766508,-0.011243103,-0.027013991,0.008803855,0.0020375764,0.023548663,-0.006120394,0.0023686283,0.012636937,-0.01243897,-0.0006244602,-0.0002628967,0.028263425,0.0066347625,0.012345444,0.025497038,0.0007516013,0.0037972035,-0.012835191,-0.00851283,0.009849708,-0.014527655,0.011924626,0.0014898622,-0.0066662123,-0.012573691,0.003735384,0.019713825,-0.0005287271,-0.007959397,0.015007927,0.0050973706,-0.010433365,-0.010162749,0.01324037,0.0049902257,0.004048305,-0.010847303,-0.0072497874,0.0028450987,-0.017747901,-0.0071902787,0.00744136,0.008683713,0.0048891287,-0.005692732,-0.0045330315,0.013193093,0.008860181,0.009633731,0.018832956,-0.000472778,-0.0030913765,-0.0033502341,0.008897243,0.011472392,0.0068516177,0.0020515374,0.0049244836,0.009407811,0.008643973,-0.018030675,0.010265338,0.014779404,-0.0037312084,0.0043670367,-0.013531603,0.0045738416,-0.0029496858,-0.015026037,0.0019182959,0.021057056,0.009647612,-0.009356562,0.009235615,0.014358254,0.007017255,-0.0039520673,0.0017995943,0.02342878,0.028406085,0.012286999,0.0041016005,0.011975959,-0.011444596,0.000817734,0.0005592625,0.02391685,-0.0015316136,-0.008072916,0.0009860923,0.008624494,0.021707185,-0.017602224,0.016061217,0.0008198052,0.018893367,-0.016394759,0.0053420705,-0.009204369,0.0027446202,-0.021479663,0.006899521,0.011082449,0.020216562,0.03319605,-0.00036706292,-0.0026931746,0.014628698,-0.005880124,0.015389815,-0.009150357,0.019500516,-0.015771452,-0.0076391343,0.011674693,0.0068889526,-0.011585042,0.0054482147,0.0089458,-0.001958124,0.0074742413,-0.0021996463,0.0023359936,-0.0027722875,0.0012765174,-0.015399845,0.00028930436,0.02665659,-0.004813922,-0.008840886,0.005788286,-0.01151319,0.004332493,-0.006913099,0.011407331,0.0071330434,-0.00053954445,0.017171059,0.0075529967,-0.010882866,0.0032726312,0.003097279,0.0014393006,0.029243756,-0.0012066113,0.0124827605,0.0069875107,0.012435216,-0.004596199,-0.020515816,0.0072404044,0.00399535,-0.012298718,0.0128863435,0.01490669,0.009063014,-0.017817512,-0.0043786643,0.0046799676,-0.019708212,-0.0121791735,0.0069420943,0.00788343,0.0005440881,0.0113563975,0.00855972,0.0065791295,0.014614996,-0.0029047308,0.0012095347,0.0066910107,0.010714016,0.0005491405,0.008372817,-0.011184824,0.004680156,0.0036534711,-0.016168253,0.016438415,0.009812319,0.010603211,-0.012239788,-0.009954769,-0.0045146784,0.0058459053,-0.02854467,-0.009994618,0.010424963,-0.0074656797,0.003435999,0.011265879,-0.0028870131,-0.013163066,-0.0021205929,-0.012627838,0.0016899387,0.0009742256,0.0026010263,0.0118575385,0.0054923985,0.011399014,0.006006196,0.01208001,-0.0037165447,0.006392047,0.014605021,0.01870589,0.0065876413,0.01577507,0.015703093,-0.0036530113,-0.008611627,-0.007290595,-0.013091236,-0.018554298,-0.007127277,-0.0013484888,-0.013329741,-0.0040444992,0.007288039,-0.008148969,0.00016680574,-0.010749195,-0.004074008,-0.0005103228,-0.00084697816,-0.0012047087,-0.0036387949,-0.012624075,-0.018204313,0.014253275,-0.065376826,-0.00261592,-0.010062318,0.012411155,0.0068131136,-0.012299354,-0.014562142,0.0013942408,-0.012498709,0.013548769,0.011049522,-0.012622174,0.0017959337,-0.0039457707,-0.0046374835,0.0033897855,-0.016060788,0.022416178,0.0015189556,-0.008943885,-0.028118968,0.0035889624,0.0152359735,0.0034874994,-6.889876e-05,-0.005612725,0.013979187,-0.015039654,-0.0024698733,-0.0008830586,-0.0063201822,-0.001417731,-0.013756613,0.006606189,-0.0036568698,0.016917733,-0.013884616,-0.001426975,-0.004803178,-0.0097020855,0.013976962,0.0028158324,-0.0020654548,0.0018612506,0.008813798,-0.008228577,-0.010888498,-0.0069398824,0.02141087,-0.00732075,0.004661322,0.024899703,-0.0019739668,0.018303677,0.0053979144,-0.0025469088,0.009760157,0.011569972,-0.010630486,0.0067943623,-0.013248787,-0.0028195377,-0.0011268059,0.015806796,-0.031589326,0.0039788624,-0.012851881,-0.0041569453,-0.017651897,0.0029756448,0.003994846,-0.005999828,-0.011276911,-0.0018546548,-0.013261085,0.0056439377,0.009985742,0.011427616,0.00053676317,-0.0003980727,0.0038548955,0.017003002,0.0024034325,0.0014445886,-0.000949009,-0.010757849,0.011565271,0.0037868656,-0.031436246,0.026878433,0.0031235253,0.0116620585,0.0109781455,0.0098600695,-0.017624456,0.018153965,-0.012547521,0.0134234335,-0.0095409695,-0.004002817,-0.006734411,-0.01497831,-0.0014429882,0.023367373,-0.024481509,0.009942596,-0.0028656959,0.0019836188,0.007124773,0.0013025551,0.009633802,0.001760774,-0.0035069727,-0.007867801,0.002872167,-0.0012871994,-0.0007190712,0.0033561229,-0.000925184,-0.016911756,0.0025976442,0.02036206,0.0028352144,0.004280335,0.00807805,-0.015142028,0.0031143746,0.005817769,0.005021759,-0.001656301,-0.006157464,0.003616043,0.009755553,-0.0144633725,0.0021726305,0.01627681,0.010802418,-0.016368704,0.01151314,0.028460093,0.014594828,0.0042273575,0.0015701848,0.014051761,-0.0020745276,-0.008181921,0.017270315,0.0050825477,0.007246639,-0.007676297,0.01574836,0.013896802,0.0036325976,0.0051651606,0.0053164684,0.0032034072,0.0021012996,0.0002204707,0.015896961,-0.003436223,0.021135526,-0.0131778745,0.015046231,0.005461155,0.0035970611,-0.00023229582,0.005929709,-0.0021469714,-0.0026606794,-0.0067858333,-0.006033428,-0.00066528993,-0.014166007,0.018890526,0.004699933,-0.007019996,0.019057058,-0.015575169,-0.008545951,0.02182556,0.011038979,0.017312383,0.005013671,0.01604023,-0.012956321,0.01249514,-0.0020317684,-0.00919035,0.011990096,0.033914484,-0.00690179,-0.0137862535,-0.0065559084,0.0066404757,0.0019180165,0.018347442,0.0015313287,0.014050681,0.0100005,-0.0061975564,-0.010242642,-0.005951868,0.004205488,0.015544588,0.006131339,-0.09420137,0.010850592,0.009858358,0.004230009,-0.017726324,0.001227468,-0.009125241,-0.0013783083,0.0022210886,0.004893099,0.007466014,0.007395649,-0.0009028094,-0.003510972,0.016834017,0.008866691,-0.0027297505,-0.011214667,-0.003725947,0.005997123,0.004323378,0.007117642,-0.012109956,0.0136822965,0.011745344,-0.00976291,-0.033024732,0.0065283556,0.0009445637,-0.008162048,-0.0009878984,-0.00673441,0.006862767,0.0020207115,0.007347978,-0.012770499,0.0046448484,-0.0010324498,-0.12691969,-0.01488887,-0.0008572103,0.013322543,-0.004038757,0.0005308375,0.0064916126,0.0008225413,0.006194412,-0.007767083,0.005592022,0.01504113,0.006787476,-0.012618345,-0.014009536,-0.002652787,0.0019269438,0.0045744963,0.0017748472,-0.0029337404,-0.007216238,-0.011935011,0.010156734,0.018371815,0.0136879515,0.012118196,0.0012045029,-0.0006630364,0.006158628,-0.0033931963,0.0030769368,0.02695945,-0.0029314233,-0.002163334,0.022566006,-0.005067401,0.02604112,0.0049172714,0.0054829065,-0.0048308116,0.0070672627,0.021600148,0.013235748,-0.007234965,0.0006251795,0.011177112,0.01177579,-0.0045667165,-0.019639952,0.010838397,0.0031887535,-0.011020433,-0.011086125,0.019419018,0.007508944,0.0022457282,0.023207702,-0.0112760905,-0.018484978,-0.00012231461,-0.0023747354,0.005315059,0.007173653,-0.016171668,0.025035555,-0.0056991065,0.0029845973,0.017490197,0.0072989995,0.006848635,0.0021819614,0.015421646,0.0106179835,0.0065902798,-0.0059961914,0.0101419985,0.015931465,0.008023596,0.015542713,0.0002961032,-0.0036323052,0.033250954,-0.02277043,0.009096676,0.012587801,-0.020344796,-0.030798946,-0.005925016,-0.004992243,-0.05179279,0.015503023,-0.014620993,0.0008035178,0.014314779,-0.014233061,0.015220432,-0.020400932,-0.0220632,-0.015665663,0.00691454,0.0029496297,-0.013601995,0.004347798,0.00017753727,-0.010600203,0.018156638,-0.0071681896,-0.0029662587,0.0054030917,-0.02358582,-0.0044104042,0.0030717002,0.011575982,-0.004900606,-0.020062497,0.041787285,-0.004718348,0.012936195,-0.024729548,-0.0065955147,0.00874195,0.00725819,0.013524009,-0.004028232,0.002088332,-0.0016953215,0.017833347,-0.018591706,0.015398483,-0.0022704983,-0.006876408,0.012040892,0.0048466017,0.0020521765,-0.0030859339,0.0017155566,-0.016938036,-0.008859532,0.021074593,0.0049581258,0.0060026934,-0.0010703029,0.015274663,0.008146941,0.0068358863,-0.0007878301,-0.013243519,0.0061667007,-0.010857498,-0.018242404,-0.021226583,0.0072309715,-0.010498256,0.007787937,0.02491677,-0.019803261,0.035952784,0.0074066953,-0.015032953,0.009371753,-0.0109174745,-0.0057240142,-0.0093073165,0.0165962,0.003678411,0.022626266,0.0052921483,-0.017147252,0.016226526,0.005521147,-0.015630959,-0.006692991,0.017305506,0.0023913274,0.0015173429,-0.010491769,0.020257898,-0.008548142,-0.0039357194,0.026145399,-0.017223326,0.026053414,0.002495911,0.006051827,0.035341352,0.006838092,0.03035881,-0.010550505,0.011710964,0.029644506,0.001453896,-0.005453402,-0.012053952,-0.0060812156,-0.024966216,0.004862171,0.010292,0.009835777,0.016029164,-0.01350173,-0.0103567215,0.010733462,-0.01977109,-0.1727262,-0.027145814,0.0125899,-0.005610117,-0.008483252,0.003221491,0.010981236,0.0070348447,0.0369865,-0.0033454366,0.018703498,-0.00581759,0.004206765,0.022310635,0.00037560833,-0.013303941,0.027497245,0.016585173,-0.0019153844,-0.0077596367,-0.027767029,0.0071290387,-0.014462025,0.01829536,-0.009441451,0.010366443,0.021186452,0.002840753,-0.0199098,-0.009838438,-0.0017742319,-0.000897195,0.015933586,0.01272136,0.006665514,0.002708299,-0.030874327,-0.019330872,-0.008787532,0.014301614,-0.0031032905,-0.0018748922,-0.020683274,0.0028913158,-0.009398522,-0.00814951,-0.003507095,9.3016584e-05,-0.013423029,-0.0113170035,0.01436969,-0.015148518,0.0020490128,-0.016530223,0.006279764,-0.012581988,0.026359258,-0.022440728,0.016117586,-0.012307391,0.0011437883,0.023719948,0.018577723,-0.013075191,-0.006956596,0.0018389352,-0.016222294,0.14880466,-0.0010226825,-0.013098862,0.0015124887,0.00022117356,0.0073797386,0.011066338,0.015543092,0.0021576937,-0.001828562,-0.0007164703,-0.021051444,-0.00051438116,0.0093480125,-0.010273757,0.019662274,0.004963479,-0.004784855,-0.017841078,-0.0030705954,0.008717876,0.021579677,-0.016893445,-0.013111251,0.002960323,-0.004595528,0.015261462,-0.015006815,-0.0327258,0.021523641,-2.0114147e-05,-0.04395041,0.012088298,-0.02160367,0.020060508,0.016491432,-0.005103034,0.0011635121,-0.0018419959,-0.0070003076,0.010011206,0.009300353,0.0009773923,-0.012721862,0.0042275414,-0.0101988,-0.0047874567,0.019836944,0.0022896903,0.011097237,-0.018944308,-0.02148685,-0.0020976553,0.020746611,0.00013625815,0.0006347361,0.008392225,-0.015321219,-0.01586994,-0.015311979,0.039745323,0.012214054,0.01886664,-0.033918906,-0.0009168275,-0.009322287,0.0039360807,-0.0055418424,0.0037669959,-0.075937584,0.013391255,-0.009091617,-0.011274463,-0.006719377,0.0034067049,0.006147233,0.0077076103,-0.017933883,-0.014938735,-0.019908266,-0.01477872,0.0036021655,-0.009338577,0.0009166807,-0.010256681,-0.012747568,-0.0051507344,0.00598437,-0.0027507555,-0.0011129801,0.010671228,-0.012101592,-0.015333016,-0.016357535,0.0064809043,-0.020083392,-0.007511554,0.00808065,-0.009968736,-0.023320153,0.002610175,-0.00066469907,0.036497988,-0.00793026,-0.0018037376,-0.0049441135,-0.010579016,-0.004195594,-0.014847904,0.029820874,0.017565325,0.009357428,0.014057642,-0.008245578,-0.004391753,0.015910434,-0.01671981,-0.022093065,0.011291192,-0.017123189,-0.010803965,-0.005872582,-0.002087802,-0.017571071,0.0047458094,0.015721295,-0.030690834,0.03165359,0.018488511,-0.0027836463,0.0100857,-0.031865332,-0.008231325,0.013597772,-0.007325301,0.008634278,0.014960548,0.013228944,-0.0059053088,-0.009790669,-0.027765792,0.021048568,-0.012110108,-0.0030147599,-0.0062514576,-0.01621688,-0.00011654149,0.013348644,-0.025767997,0.004084458,-0.023764692,0.007195973,0.0008959461,0.020461129,0.0030175599,0.009539274,0.0008142883,0.015450944,0.003513385,-0.0015716879,0.013427408,-0.009191542,-0.0002992387,-0.0033310195,-0.011029822,-0.021042706,0.012084487,0.020586176,-0.01706332,0.013048908,-0.007756956,-0.0046711434,0.016855374,-0.011744916,0.0040321164,-0.018137522,-0.034923837,-0.003566143,0.011001902,0.0043810667,0.015920222,-0.0132166315,-0.013308391,0.0047936537,0.011407048,-0.009425288,0.0064536054,0.0040264158,-0.0100705875,0.02476143,0.0014270705,0.014630976,0.015410688,-0.019373499,0.0020245053,0.029554445,-0.0017948233,-0.011815835,-0.0027800852,-0.023311714,0.0037138856,0.0034594035,-0.0035149115,0.0038465224,-0.0052698166,0.0039773183,-0.01720404,8.1819366e-05,0.0065945233,-0.024123162,0.012984538,-0.0050735255,0.015545432,0.019444602,0.013601905,0.015792675,-0.02598082,0.0112661645,-0.012405446,-0.0062342095,-0.0010257806,0.012591684,0.0003956245,0.011554004,0.02254435,0.010820182,-0.0073399926,-0.013490391,-0.020707697,0.030597098,0.018726628,0.0005481875,0.013040606,-0.007771085,-0.00531282,0.0073224884,-0.0019231982,-0.045167472,-0.0022091547,-0.0026295234,-0.0073920507,-0.007399561,-0.0018012053,0.012253765,-0.010373073,0.0053108195,-0.015584219,-0.006276664,-0.07210616,0.012127799,0.023410773,0.002469311,-0.0065308195,-0.00560504,-0.0047207163,-0.02171735,-0.01635282,0.017078651,0.00606168,0.0026892913,0.010195286,-0.010613485,-0.024152612,0.01406507,-0.014068003,0.0032429073,0.015922952,0.0026724795,0.0023300387,-0.006821037,-0.006246807,-0.017017143,-0.005295484,-0.016546136,-0.012094431,-0.000534748,-0.033500317,-0.01882632,-0.012203323,0.018250123,-0.016348016,-0.026456658,-0.020720022,-0.038882785,-0.008850889,-0.016392436,-0.0055431398,-0.018718699,0.013222613,-0.0019621719,-0.060535427,0.022380168,-0.015430631,0.014874112,0.0038688409,-0.012908728,-0.0031450777,-0.026405003,-0.004862688,0.0012190223,-0.005975025,-0.0065474934,0.002737845,0.0075726868,-0.0095505025,-0.0125998445,0.010703333,-0.0015980885,-0.0073641986,-0.0047373385,-0.01634219,-0.0005600793,0.021990275,0.005056697,-0.0002269979,0.002258538,0.01747389,0.022579504,0.0014595736,-0.021588111,-0.017737988,-0.008945132,-0.0069390424,0.00323097,0.017189208,-0.02128775,0.015487065,0.020165034,-0.031988617,0.024438111,0.0007319965,0.013409756,0.011077788,-0.0021081807,0.0093327,-0.08293692,0.011656776,-0.0031785483,0.0046626613,0.011196922,0.015421606,-0.0039193095,0.0041617975,-0.0075030285,0.012219567,0.0060151746,0.005582528,0.01969897,0.01820686,0.020953298,0.024941236,-0.00039027206,-0.000118904885,0.0046607666,0.0072255963,-0.001214269,0.02015282,-0.016918333,-0.007495948,-0.011932276,-0.06885751,-0.0014302507,-0.01644158,-0.0043764953,0.0047738757,0.002208323,-0.011531715,0.019227525,0.013904985,-0.005370137,-0.0040189475,-0.0011644482,0.0057968544,3.7306767e-05,0.0056827636,0.0059544127,-0.019969909,-0.0062015085,-0.012175808,0.007317253,0.015453788,-0.0066173295,0.002606197,0.0006343895,-0.007768488,0.00791695,-0.014998584,-0.0018462442,-0.009153198,0.022168059,-0.0021349539,0.0003520353,-0.027810482,0.011741971,-0.0075554224,-0.015673686,-0.0037269283,0.011019408,0.018777026,-0.0221895,-0.024459863,-0.024339559,0.0070205773,-0.04600504,-0.01050125,0.014892227,0.006602562,0.014915029,0.01958431,0.014117408,-0.0054307827,0.00077597296,-0.0073939855,-0.022432981,0.02554113,-0.0020568126,-0.0077445437,0.0147698745,-0.0009683666,-0.0110145025,0.0039982502,-0.016221892,0.0056590904,0.0026507122,0.006861947,-0.013757267,-0.0046099904,-0.02433503,-0.024195304,0.016608154,-0.003326288,-0.002193862,-0.017824888,0.020760607,-0.011143771,0.0067735007,0.020169903,0.013949827,0.007879719,-0.012987704,-0.015898585,-0.0050312,-0.007839225,0.006079291,-0.013464367,0.003523937,0.0056058993,-0.015925733,0.01315465,0.0059454055,0.016155008,0.014014325,0.0029857168,-0.016627952,0.0046683676,0.0046202056,-0.02241864,-0.00245838,-0.019294092,-0.007527133,-0.006563008,-0.01644354,-0.008700727,0.01921941,0.0027907046,0.02009281,0.0021370177,0.013681569,0.022961857,0.016932743,0.010843862,0.0042197467,0.009851761,-0.0266543,0.026255338,-0.014993968,0.003547323,0.0155903045,0.008843739,-0.0026255364,0.02067292,0.0153127145,-0.017481396,0.015191371,-0.0018544778,-0.0017415913,0.0054169167,0.026661884,-0.023187855,-0.017160721,0.011724396,-0.00889786,-0.014594154,0.0017423965,0.0047545475,0.01012832,0.020367729,-0.035963297,-0.029063184,-0.011184127,-0.016260644,0.023000829,0.0053645535,-0.0022279264,-0.0011081989,-0.0069207516,0.0027967147,0.0052655526,-0.023954563,0.034786236,-0.0023267013,-0.017517563,0.024809226,0.0186797,-0.009325386,-0.0025956023,0.006308499,0.027583448,-0.01440023,-0.010378928,-0.007306288,0.0061247484,-0.021617705,0.023003466,-0.0136696985,-0.009114899,0.011975449,-0.011169441,0.0024245062,-0.007777392,-0.00950216,-0.005511084,-0.013459401,0.013285197,0.015551506,-0.0044372478,0.019316781,-0.005360473,0.0081856325,-0.012034011,0.0059099887,0.010558432,-0.0146057885,-0.020858973,-0.007224542,0.003012932,0.007626346,-0.017328713,-0.012313479,-0.014175632,0.01905288,-0.015416875,0.0109859705,-0.011318394,0.009785907,0.025495926,0.0013693927,0.00092829985,-0.0030876263,0.0030738432,-0.00297734,-0.0110911215,-0.005250081,-0.0073828083,-0.00980951,-0.011976295,0.0043505365,-0.0024455306,-0.006365006,-0.0036550714,0.002399535,-0.00066505896,-0.025688715,0.023278907,0.010824743,0.024463784,0.012305849,0.010336988,0.022473618,-0.012483631,-0.015254989,0.01393596,-0.022918373,-0.02121853,-0.032876045,0.02210279,-0.028950501,-0.015339866,0.0043562143,-0.0007424415,-0.003284482,-0.0055064075,0.0016953215,0.003912792,-0.0017116371,0.02448095,0.018910509,-0.030470321,0.017533123,-0.020331306,-0.013219762,-0.005601601,0.012346984,-0.016959878,-0.01025746,0.008490622,0.0176967,-0.003122059,0.042053998,-0.017940976,0.036131572,0.009783415,0.020723553,0.023072055,-0.007432746,-0.004009026,0.0015030503,0.00459967,-0.012658213,0.01367959,-0.013947071,-0.007419718,-0.028074227,-0.013239813,-0.0046426705,0.002600498,-0.010317983,0.015471305,0.016500091,0.011098172,0.0056660366,-0.011863678,0.0044238186,-0.009905132,-0.0027169983,0.0036239792,-0.035694487,-0.013198453,0.018288907,-0.008908506,-0.00095077755,0.018411731,-0.017891653,0.00050909485,-0.023707747,-0.015239234,-0.0032742529,0.014990329,-0.0059738895,-0.0074237217,-0.013522354,-0.007479317,-0.013401605,0.022438578,0.004969065,-0.004305576,-0.022516944,0.0114821475,0.0074513983,0.002073793,0.0005462888,-0.0018714784,-0.017817056,0.012653829,-0.011215559,0.005190682,0.001478041,0.010659516,-0.0007359965,0.019905906,0.013477169,0.008066572,0.0024197858,-0.0058427583,-0.0121926945,0.0086241,0.003581393,0.00024014426,-0.0154088335,-0.00843274,-0.0045150183,0.016886557,0.005862452,0.0017616795,-0.0075440663,-0.0030222046,-0.013931224,-0.004389628,0.008356131,-0.0002151276,-0.0005594121,-0.0020904914,-0.0011639573,0.0099936295,-0.009264669,0.004238907,0.0071196835,0.0043615284,0.014481301,-0.008210678,0.011394866,-0.017962458,-0.0112669505,-0.0013491262,0.022298487,-0.044989046,-0.005276917,0.005561927,-0.0023677575,0.008048516,0.020366197,-0.031328358,-0.007877736,-0.02139213,-0.01243697,-0.014784274,0.004114604,0.008527599,5.5312343e-05,-0.005437498,0.010482162,0.008914225,-0.009682665,-0.014120312,-0.028591324,0.0056899698,0.026417417,0.018328002,0.0042244913,-0.019385416,0.0022128012,0.00014813435,0.0069971713,0.0056256847,-0.019936563,0.0015040825,-0.011590476,0.012742001,-0.0018141496,0.0017951482,0.015921548,0.003999571,0.01958458,0.00040969928,-0.013725767,-0.005929806,0.016777085,-0.011525836,-0.005549568,-0.0017480231,0.016712705,-0.017435959,0.0024893165,0.0029816132,0.02260834,0.0016864592,0.0012352027,0.0106828185,0.00011537572,-0.00832039,0.0008047043,0.008086433,0.0073290807,0.019951293,0.019907149,-0.010094991,0.01076118,0.01548004,0.0046927244,-0.0025044328,-0.018856969,0.023421478,0.020731794,-0.018186986,0.035898834,-0.008449026,0.018218486,0.013940046,-0.00026312366,0.020143334,-0.003114742,-0.0060896594,0.012810845,0.0012442599,-0.01781991,-0.01578033,-0.010836369,-0.009499946,-0.02575342,0.0040643862,0.008638244,-0.0080061415,0.003737327,-0.005629215,-0.018009292,0.01403457,0.002309944,0.0018413969,0.008328971,-0.017791962,-0.03803424,-0.035381574,0.0050903787,-0.0056369314,-0.008019979,-0.025462542,0.0038099755,-0.055224765,-0.0033903322,0.011009672,0.010475436,-0.0077266213,0.00880126,3.901855e-05,0.0012786291,0.004848306,-0.016980639,0.012452476,0.019444022,0.020395674,-0.014491392,-0.014835652,-0.029478975,0.0052097337,0.00039539943,-0.007349014,-0.012580373,0.0010512084,-0.013891653,-0.010735474,0.00086750626,0.022526966,-0.01061765,0.023470664,0.007698652,0.01304822,0.013290341,-0.011862644,-0.0009763203,-0.0005256712,0.0116624115,0.0126594985,0.0008607119,-0.020366423,-0.009565735,-0.012825955,-0.015354929,0.009665986,-0.03447454,0.0026830006,-0.03338789,0.0044689435,0.002628646,-0.0016270428,0.024427896,-0.0036392019,-0.017281681,0.0027130803,0.0015866569,-0.003659128,-0.020550316,-0.027613398,0.009075148,0.0041805683,-5.9654296e-05,0.029378705,-0.009895885,-0.01944278,-0.0045046825,0.021537635,-0.0023251667,0.00088521704,-0.000529951,-0.009371594,-0.0031090374,-0.011584301,-0.016866203,-0.013853363,-0.025346387,0.012900902,0.0032014134,0.010590008,-0.029725824,0.004686192,-0.0135001615,-0.019217214,0.007387811,-0.020425338,-0.009148831,-0.014175783,-0.0007949378,0.0057468275,-0.014511793,0.0065000523,-0.027296834,-0.0021806562,0.00045978418,-0.01647781,0.014008968,-0.020674152,-0.002516356,0.00292999,-0.01589471,-0.01373171,0.0033432762,0.0061009126,-0.030952623,0.033572562,-0.0007130919,0.013409681,0.023503471,0.008396912,0.0158867,0.016239954,-0.01772609,0.023888988,-0.015848111,0.0050416077,0.00508828,0.018029759,-0.023009526,0.0144785885,-0.019087069,-0.007413462,0.0027422886,-0.018705534,-0.009859635,0.011283396,0.019232588,-0.008884721,0.009428494,0.0009577386,-0.0035120794,0.0009969102,-0.0030214896,0.001423021,0.0035543642,-0.00045068303,-0.019804701,-0.00068855495,-0.012086682,0.020906614,0.0188695,0.0006468114,-0.0070784157,-0.006649157,0.014469995,-0.0038266403,0.0036931662,0.0038449368,-0.013291368,0.018020675,-0.0068552415,0.01379298,-0.0031799602,-0.023797013,-0.008129149,-0.017414672,-0.018211737,-0.0015184366,-0.004597573,0.013673641,0.006605627,0.004068536,-0.024445424,0.023136519,0.004909159,-0.034510374,-0.006428255,0.014489009,0.022168856,-0.007390181,0.005318297,-0.023556476,-0.0010801317,0.045491803,0.0024784668,-0.006082993,-0.00436506,-0.010890824,-0.017187903,0.01093216,-0.0054522287,0.006120423,-0.0040401965,0.005161208,-0.029113736,-0.0015196536,-0.005192948,0.008036493,0.0059210756,0.016373053,-0.01070929,0.02913595,0.010826065,-0.0040357155,-0.02337908,-0.031383637,0.009755778,0.0029014936,-0.010541646,0.0086550955,0.00060633145,0.012168912,-0.002589455,0.0121858055,-0.0069125853,-0.013171454,-9.647737e-05,-0.0031984665,-0.01796802,0.0035275086,-0.02636168,0.022246696,-0.019146537,-0.013869511,0.0024550282,0.004576576,0.011473983,-0.0061761155,0.009129367,0.15490535,0.11463896,-0.017693985,0.004880999,0.009675445,-0.018942174,-0.008146327,0.0036289364,-0.018478429,-0.013599121,-0.002240241,-0.019533345,0.011653804,0.0040315078,-0.0009857506,-0.0120874075,0.004688147,0.0049543227,-0.012582833,0.0081781335,-0.007254791,-0.003322142,0.008038495,0.023327287,-0.040772397,0.026991114,0.0045766085,0.0075731645,0.0128135,-0.0023403985,0.007317847,0.0061716046,-0.018419601,0.0034662525,0.023453837,-0.00284803,-0.0076833027,0.010901127,-0.014193956,-0.00416869,-0.013541982,-0.00920259,0.0011407294,-0.014134571,-0.004041606,-0.004614794,0.014667742,-0.0049215457,-0.01392318,0.005673305,-0.012567706,0.014052207,-0.022170806,0.016830675,0.0017173466,-0.009603909,0.009482473,0.005294805,-0.005685042,-0.0057684686,0.0036738997,0.016629625,0.0038738763,0.02155287,0.010962479,0.008418448,-0.0064339093,0.010567707,0.0166017,-0.002719854,0.013220364,-0.011667202,-0.00030218964,0.0029637031,-0.010608271,0.0025853831,0.027527547,-0.018132202,0.021772517,0.005606634,0.011554716,-0.005132822,-0.01706515,0.017135318,0.00928142,0.0048910854,-0.007009427,0.04103463,0.09822586,0.00236915,0.00048457697,-0.025518162,0.014704371,-0.013581308,-0.009552117,0.050546,0.010955749,0.012999165,0.018233165,-0.010178684,0.029492782,0.0016493406,0.0024711709,0.010550935,0.015983686,0.008483791,-0.011197823,0.02525082,-0.03774094,-0.006123209,0.020443084,0.0061601014,0.030087067,-0.0015571356,0.010342788,0.00964926,0.0008172488,0.0058487067,-0.11473847,0.0034289027,0.005756489,-0.029730545,-0.0063386657,0.024061956,0.02866875,0.0097426,-0.002014775,-0.002479297,-0.011941142,0.0048713903,-0.0035194936,-0.015969964,-0.010672911,0.0064988406,0.009428216,-0.007373022,-0.01605199,-0.014593819,0.005176186,0.002091716,0.000101668295,0.009076531,-0.019155666,0.018320872,-0.025878735,0.007442102,-6.0502745e-05,0.018168803,-0.010384328,-0.0021685173,-0.0023273355,0.010918706,0.008491364,-0.0016837728,-0.0076518287,-0.0066464776,0.011060335,-0.01931692,-0.021667238,-0.0066409796,0.00014017269,-0.024490573,-0.020943332,-0.014643098,-0.007906762,0.010742014,-0.03204779,0.01611912,-0.0057097184,0.00942597,0.018397663,0.0076483767,0.007044368,-0.0093730865,-0.014492945,0.00042154777,-0.013178302,0.027165713,0.018216379,-0.010913557,-0.030467723,-0.002847865,-0.01637576,0.0017135278,-0.0033403155,0.010496246,-0.011996629,0.016256247,0.0048346696,-0.008575651,0.007151256,0.011811845,-0.0004982463,-0.0012330193,0.0041907188,0.012942962,-0.008184765,0.009066283,0.008232397,-0.019796427,-0.0015715365,0.11849148,0.0071130656,-0.008571996,0.0070422483,0.01974654,-0.025464563,0.0072871405,0.002588378,0.014367529,-0.00079100643,0.008818889,-0.0040072715,0.018644523,0.007546248,0.0075033437,0.0036129872,0.0071303328,-0.015118866,0.03013174,0.009674474,-0.007842836,0.012129224,-0.012150228,-0.002384358,-0.0059632934,0.009256944,-0.02773785,0.008074925,0.003247093,-0.0048828926,-0.012445521,-0.017722555,0.0055262484,-0.017962905,-0.012433678,0.018137429,-0.022434676,0.006610835,-0.034941502,0.0012825814,0.011042529,-0.0033362792,0.021441476,0.008366955,-0.061611503,0.19650592,0.0023599674,-0.0055316607,0.0007399898,0.015099537,0.014725133,0.012002022,-0.009114254,-0.00043450439,0.011369664,5.4888555e-05,-0.008336747,0.007074659,-0.0017662318,0.025782099,-0.012445706,-0.014046612,-0.0067283465,0.015795097,0.014449659,-0.0062943553,0.004533313,0.0071723545,0.0075808386,-0.017632065,0.018106388,0.019394957,-0.0035171523,0.008800537,-0.01572917,-0.00844956,-0.0144189615,0.00012106851,-0.015309697,-0.0005132251,-0.011582048,-0.008273521,-0.008161613,-0.0039133183,0.0043106647,-0.0014695995,0.024615483,-0.006742675,0.0025326943,-0.00055050035,-0.03582775,0.0013800699,0.01983586,-0.035162833,-0.00981308,0.005467997,0.0066371593,0.0023735454,0.010454036,-0.015319217,-0.02037221,-0.020276176,0.013621868,-0.016646663,-0.002750336,-0.0015220188,-0.012308104,0.02928109,-0.0021239866,0.008763173,0.025430042,-0.008284307]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 131,
          "content": "Asian prices of key petrochemicals stay elevated despite Iran ceasefire",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0030402972,0.02792819,-0.021606702,-0.09484644,-0.019986765,0.038735155,-0.033146363,-0.016738383,-0.027715415,-0.01138043,0.0076601836,-0.034777172,0.005417016,-0.012204474,0.10451351,-0.0035594148,0.0021401173,0.005463421,-0.016878592,0.0073569855,-0.015245992,0.022610096,-0.012515046,-0.0013272219,0.02513139,-0.02562213,0.015090396,3.3928998e-05,0.04345672,-0.007932996,-9.491931e-05,-0.0063855723,-0.015151347,0.0016419208,-0.0067360266,0.007153818,0.03307686,-0.007107499,0.017508224,0.010819794,0.0069943587,0.034421608,-0.014111995,0.016530247,-0.03068851,-0.0048654475,0.00052384543,-0.020934418,-0.0070541874,0.03049605,0.0048210975,-0.027642103,-0.021110632,-0.16389437,-0.03307305,0.0096676545,0.0060999687,-0.02181858,-0.008993649,-0.0048814462,-0.02203976,0.028066374,0.0006418664,0.00017476156,0.012316887,-0.0064105643,0.015508067,0.0071717254,-0.016911104,-0.0046983166,0.00879954,0.010084689,-0.0056751696,-0.006198631,0.047181427,-0.03198186,0.0060050227,0.009853048,-0.018001726,0.009719092,-0.011307817,-0.040968508,0.004575676,-0.0044408166,0.03647281,-0.016061315,-0.015707918,-0.008923651,-0.009574886,-0.0035982174,0.018851213,0.01793914,0.01722397,0.001777591,0.00019518058,-0.00047328923,-0.011912941,-0.014538999,-0.02960412,-0.0033624584,-0.010870281,0.016719362,0.011207609,0.019144883,0.0013090881,-0.024419283,0.0050552017,0.025902677,0.008643458,0.010325399,0.014252127,0.024622738,-0.02713056,0.036530294,0.0071085817,-0.12470085,-0.0046535823,0.0019018651,-0.00023093412,-0.020473938,-0.008735532,-0.004173234,-0.02014484,0.019500565,0.0067617195,-0.038340867,0.009438662,0.013771267,0.0026422858,0.027140342,-0.0008490281,-0.0044357358,-0.008191948,0.022785299,-0.023190198,0.026711188,0.012860989,0.016949406,-0.009867108,-0.02476898,0.014261102,0.046953395,-0.023606509,-0.013688432,-0.025204597,-0.020827696,-0.0051549464,0.006473655,-0.007212987,0.0077984817,0.015004851,-0.014075578,-0.018006826,-0.009116192,0.0034802302,0.0018724946,0.02047886,0.006711551,-0.011717436,-0.01527248,-0.0016049942,-0.019861026,0.012886931,-0.008952847,-0.0085450085,-0.010036207,-0.0002173183,0.012708354,0.016273294,0.006735949,-0.015329581,0.0010330961,0.0062028305,0.0029244309,-0.024728445,-0.01358191,0.011212025,0.019463325,0.012489969,0.014875859,-0.013789611,0.0045104,-0.017742971,0.04630455,0.0024040774,0.023825156,-0.0029349872,-0.030040635,0.00895624,0.005221207,-0.025770081,-0.03884011,0.0027103429,-0.036570873,0.020914543,0.007959566,-0.008298099,-0.015253437,0.0027381983,-0.01412997,0.027119817,0.008986631,-0.017134625,0.0027519749,-0.008650345,0.0003473701,0.0145030795,-0.0044972333,0.023236468,-0.02401473,0.0038357396,0.015326323,0.017493144,-0.007485889,-0.0056094495,-0.020494133,0.01068087,-0.0115179345,0.024890518,0.0013656681,0.0031137192,-0.0010397178,-0.01522064,0.027228702,0.008220663,-0.0145490905,0.04252095,0.022045972,-1.5637355e-05,0.012505868,0.002659972,0.02467832,-0.007349358,0.0069717416,-0.018808262,-0.017268784,0.02153806,0.025156595,0.022981225,0.030515248,-0.026716053,0.019948699,-0.006841873,0.00604802,0.0015368699,0.00023051054,0.030335562,-8.160231e-05,-0.0050577037,0.015656943,-0.012479536,0.033935174,0.013726272,0.007055918,-0.0026962527,-0.026208322,0.011588618,-0.006921347,-0.029669799,0.02780573,-0.0011184175,-0.014220105,-0.002237035,-0.008387493,-0.008261394,0.032173377,0.008133803,-0.005197182,-0.011630238,0.003338278,-0.051112268,-0.0067900247,-0.023954527,-0.004373761,-0.022178907,0.023485182,-0.047313407,0.027121048,-0.014159332,-0.0098137995,0.0011191561,-0.022320602,0.01922139,0.028702775,-0.017689541,0.0093959635,-0.014717113,-0.0006285581,-0.004761153,0.008928534,-0.019134207,0.0109395785,0.0057764747,-0.008679827,0.011001457,-0.01410497,0.018978946,0.0041645807,-0.0067593493,-0.010016204,-0.008335214,0.004151762,0.0066003124,0.05618658,0.0023405214,-0.011871531,-0.024595087,0.024131475,0.016238479,0.006367811,0.00044056473,-0.010784892,-0.014299978,-0.008555779,-0.007346988,-0.026575446,0.0013156062,0.006917241,-0.022653015,-0.010143756,-0.0022153154,-0.018096471,-0.02097952,-0.016282596,-0.019109575,0.00927461,0.01142255,0.037170067,-0.0032565515,-6.917331e-05,-0.023877207,-0.018318735,0.015433775,0.007024407,0.010569968,0.021190265,-0.007611282,0.0019787764,9.794489e-05,-0.0035551998,0.0027586936,0.013229153,0.0046044365,-0.0015115822,0.0048925406,0.024587115,-0.020534458,-0.0035818638,-0.04585555,-0.0180713,0.0031126626,0.0034448523,0.03867306,-0.005036167,-0.022440802,0.015910674,0.021302156,-0.011518778,0.007097698,0.019666413,0.026992623,0.030985275,0.0038160775,-0.008167042,0.009053013,-0.023992993,0.010821904,-0.0016502296,-0.01395607,-0.035207853,-0.010026601,0.0010713043,0.008887644,0.02650766,-0.008444068,-0.0015055563,0.015772073,-0.027644396,-0.00051171175,-0.007139269,0.0059761135,0.02159462,0.026914874,-0.014265443,-0.007860316,-0.02893316,-0.01170772,0.018914338,-0.011818648,0.03787695,-0.018164426,-0.003563538,0.0017714589,0.011704338,-0.02673977,0.014776025,0.012647105,-0.015476863,0.029239625,0.00616112,-0.01473042,0.0139843095,0.009376908,-0.024078837,-0.013854081,0.011439745,-0.0006087811,-0.040738937,0.0029547524,0.0061972644,-0.0002467488,0.010894378,0.001929386,0.004181332,0.0068365666,-0.0058754683,-0.009816268,0.047068343,0.032672163,-0.007945022,0.011306713,0.016107831,0.009539714,-0.011264038,0.01210998,0.006999781,0.018449932,-0.0054122284,0.01667032,0.008996575,0.0021043853,0.0069340044,0.012524096,-0.01619782,0.004309514,-0.0005981662,-0.0010795373,0.01936559,-0.019666202,-0.014242055,3.6568343e-07,0.025710892,-0.010187479,0.011329309,0.016420696,0.007299691,-0.0037446315,-0.011737015,0.019866653,0.0020719043,0.016264053,0.011976025,0.035751406,-0.0139409695,0.007325431,0.018926801,-2.1534359e-05,0.010496653,-0.019922538,-0.0067348755,-0.0023942655,-0.039190616,-0.013869104,0.030861374,0.0154833365,0.0042073973,0.0032429385,-0.014729195,-0.007173752,0.0016523104,0.0025702496,0.0015012521,-0.023728115,0.012780813,0.00912564,-0.003620071,-0.05413653,-0.0054502958,-0.0004872472,0.01746948,0.024004411,-0.018181507,0.020604499,-0.017477104,-0.002096787,0.004502787,-0.001850419,-0.04068441,0.004849651,0.007224949,0.006656441,-0.014461024,-0.016703155,-0.009191555,0.008446692,-0.03425211,0.0203221,0.006062927,0.015983418,0.013459158,-0.0012803676,-0.03837122,-0.0076119625,0.027214423,-0.028324785,-0.018521413,-0.012981214,-0.0045137377,0.010027665,0.00055806304,-0.0068701734,0.009948724,0.020411117,0.027018093,-0.0038134179,0.011541672,0.0142563125,-0.009663484,-0.010392392,0.0001522269,-0.035740014,0.020835334,-0.016245125,0.0017727874,-0.009298807,-0.0019935232,0.0066161123,-0.019692896,0.0034737599,-0.016474819,-0.01786724,0.03537865,0.00840389,-0.02569456,-0.0014290072,-0.016369553,0.016225144,0.0229561,0.027003316,-0.006962001,0.013806583,-0.006303243,0.021490792,-0.032249484,0.030669557,-0.07479522,0.004446554,0.025137223,-0.009771061,0.024086736,0.0012631639,-0.008200227,-0.012604607,0.023156773,-0.013744428,-0.009971348,-0.016157635,0.014166844,-0.006486579,-0.03387154,-0.013891783,0.0043723457,0.012832474,-0.00085980154,-0.022844993,0.025826534,-0.0065731527,0.028714057,0.011733831,0.017381731,-0.01788846,-0.018801108,0.040946264,0.001032231,-0.014586954,-0.005765214,0.017473549,-0.012961522,0.023246564,0.0011283583,-0.018132236,0.004559901,-0.0049492447,-0.032800756,0.0034804272,0.027117325,-0.0022897625,0.029110175,-0.015444503,0.0023354,0.0015920972,-0.010263875,0.0056071244,0.03439517,0.0011457752,0.0009674512,-0.027185217,0.005433887,0.0028776918,0.0042677736,-0.008139779,-0.016451124,0.009968485,-0.005410407,0.01598465,-0.018779805,-0.0027858783,0.0061624125,0.014314912,-0.005755555,0.018318713,-0.009831042,0.022251273,0.012033968,0.04526088,-0.002294399,0.0042006243,-0.024307994,0.020231176,0.0064322343,0.016305324,0.0014267239,0.010415625,0.024130048,0.021923268,-0.0035665676,-0.018623626,-0.0961493,-0.009218904,-0.032617867,-0.0025596218,-0.009986497,-0.0034851355,0.020356152,-0.0067543206,0.029027361,0.046830364,0.010786968,-0.014815822,0.012071028,-0.016663576,-0.01110365,0.00079449447,-0.003133577,-0.008401259,0.026511779,-0.023265291,0.0018166365,-0.018938677,-0.011766412,0.002402636,0.005940569,0.026861662,-0.01702308,0.004487734,0.00028256956,-0.009218744,-0.013374701,-0.14557521,0.005905929,0.025239706,-0.01079981,-0.005132252,-0.0044133235,0.0060326415,-0.0043204185,0.007556858,-8.895931e-05,0.004902063,0.010986408,-0.0067569925,-0.025203919,0.04533682,0.10017202,-0.018595494,-0.0057946933,0.0080695795,0.0035174831,-0.004563706,0.0055734618,-0.010971063,0.015047007,-0.016605344,-0.016313866,0.005273931,0.02476139,-0.0012466311,0.011736421,-0.030454392,-0.024330713,-0.001563163,0.022643337,0.0059293904,-0.013512522,-0.008201442,-0.008839693,0.008915406,-0.015216582,0.0134447785,-0.006984428,-0.019887017,0.005152309,-0.02618944,0.004427534,0.004946242,-0.03381721,-0.0014035037,0.0057270043,-0.034779906,-0.06840957,0.006868332,0.023517815,-0.018175064,0.012798563,0.0012185306,0.009987941,-0.013093356,-0.024639264,0.004140593,-0.019383423,0.015640015,-0.008501985,0.0063724965,0.006852702,0.0025685045,-0.0010563084,-0.02200208,0.013311664,0.015308882,-0.016104141,0.026225114,-0.008443548,0.016655598,-0.0304972,-0.024189562,0.032467548,0.01265236,0.014849886,-0.009841985,-0.0018106609,-0.02794797,-0.020893322,0.02808908,0.005720237,0.008974279,0.013636962,-0.016724147,0.027496563,0.016207227,0.009124817,-0.009382087,-0.0010844368,-0.0052794893,0.014679666,-0.030162225,-0.008945119,-0.016056538,-0.018802306,-0.023608986,-0.00307461,0.030084386,0.027505266,2.734047e-05,-0.013892453,-0.029943487,4.3976638e-07,0.02261229,0.023843363,0.003925461,0.006000369,-0.010981677,-0.003540342,0.0071493993,0.019500868,0.0023267192,-0.011864524,0.011319299,-0.003971564,0.018683521,0.0013155224,0.008413361,0.014695257,0.029053936,0.012790049,-0.0033616389,0.019843,-0.016520163,-0.04335039,0.0032693641,0.00039129046,-0.0075379093,0.0075634825,-0.0053111017,0.025507916,0.023751354,0.0141164465,-0.0066402033,0.01720298,0.015096178,0.01857866,0.0068377717,0.007424814,0.020997029,0.0056840708,0.008197594,0.0026558302,0.0094866,-0.0039914455,0.0069615846,-0.012498096,0.009518027,0.02464562,-0.0057445685,-0.013657102,0.005844133,-0.0045755072,0.0059127356,-0.0023721994,0.021602487,0.006560228,0.01719978,0.00890417,0.021870654,0.0034235967,0.0074549047,-0.0149868885,-0.0056563425,0.017521488,0.01118871,0.01592244,-0.013726863,-0.02515873,0.00027457334,-0.0104322145,-0.009823338,-0.011258529,-0.0015927982,0.0033226076,0.012321491,0.014902875,-0.0066147745,-0.028394202,0.0020617463,0.008409152,-0.0035387746,0.0003833966,0.0059750443,-0.010261102,-0.015908679,-0.029427676,0.00088874344,0.0037736776,0.0087864855,-0.010166944,0.0042335,0.0004876989,-0.005773974,0.003753774,-0.008006825,-0.018891295,-0.0016180449,-0.010759365,-0.0067227334,0.0022883618,-0.0041301176,-0.0007782468,0.012885472,0.010587987,0.008368289,0.0073459446,-0.007243979,-0.0004523184,0.0006075163,0.004605414,0.000105986685,0.009957445,0.016055241,0.003031854,-0.01731466,-0.01892408,-0.0108534265,-0.0007155407,0.0054417625,-0.016954489,0.03149713,0.009206503,-0.014409364,0.004683074,0.0026479356,0.004142439,0.015313576,-0.004042255,-0.0023942045,0.0064668846,0.0029238227,-0.0071399943,0.035069894,0.009659861,0.015212938,0.0032695013,0.009769355,0.011261844,-0.010087939,0.0054369657,0.006450117,-0.0062741274,-0.017493993,-0.0034889332,0.00799164,0.019428,0.009676923,0.013319887,-0.0043067895,-0.013319686,-0.016197644,0.0014829693,-0.0049484177,-0.0074304217,0.010109801,-0.0084361145,-0.013091466,0.013861407,0.006787584,0.020628193,0.003941164,0.004245686,-0.009443111,0.0017119573,-0.019953912,0.01338462,0.021093605,-0.019388312,-0.020366658,-0.029720072,-0.0005355488,-0.0058749355,0.0045432635,-0.0065538697,0.0028002535,0.003256113,-0.013713529,0.005611582,0.0113343885,0.018985843,0.010270512,-0.01103913,-0.008004577,-0.016097512,-0.021611923,-0.004218023,-0.008414717,0.0023999074,-0.0027940287,-0.00741469,-0.004386667,-0.013735507,-0.008750526,0.008345259,0.0046349117,-0.01186117,-0.0040119393,0.0058507365,0.00043636627,0.0030449892,-0.033711098,0.0093676355,0.017345604,0.013054989,0.08695937,-0.0034315404,-0.002236021,0.0178782,-0.001880745,0.009567439,0.01762716,-0.01591555,0.0033884302,0.015109922,0.025015442,-0.021167397,-0.008816475,0.006408226,-0.00280043,0.013872831,-0.0042545116,0.002914531,-0.004140544,-0.0013934057,-0.010428425,0.0073643844,-0.0027176507,-0.0017971512,0.00048642108,0.01583483,-0.002198823,-0.008938857,0.015424811,-0.002785375,0.0041446653,0.015772792,0.0019590983,0.012166864,-0.012224914,-0.0019699829,-0.004837453,0.0037690103,0.020478917,0.0024859922,0.013537601,-0.013610372,-0.005929754,-0.0062431213,0.0011506348,-0.0032431872,-0.013259455,-0.0010642963,0.009007703,0.0025466294,-0.003605439,-0.013763157,-0.010400815,0.009362912,0.0033727419,-0.009618582,-0.0066747325,-0.012861424,0.0020614788,0.005743424,0.017742291,0.011700922,0.015120878,0.0039685816,-0.017285125,-0.005739632,0.02595073,0.014328772,-0.011023422,-0.008874044,-0.009816456,-0.00032419947,-0.0070318226,-0.007038885,0.029366577,0.004331668,-0.0037233261,-0.00081198703,-0.013256505,-0.0076147295,0.017349828,-0.022688812,-0.0036723774,0.023843171,0.008826696,-0.012549742,-0.009913851,0.020026417,0.021259002,-0.008644487,-0.002215152,-0.00038452615,0.007427218,0.011396768,-0.02304194,0.023054155,0.050354537,-0.0024400249,0.002012101,0.00413871,-0.0074295695,-0.045035873,-0.0041876184,-0.008454551,0.025332132,0.015306141,-0.004705074,-0.014036794,-0.0062673497,-0.0112117,0.0018684164,-0.0111794155,-0.013180661,0.005030518,0.011378291,0.013385417,-0.010292992,-0.012137796,-0.005090456,0.0025439411,0.0112029,0.0064982534,-0.004720393,0.015939252,-0.010895567,0.003095557,0.005564907,-0.0012627371,-0.0024752084,0.01339725,0.0017820569,0.0073725716,0.007869945,0.0005516405,0.00990346,0.016555024,0.00992148,-0.0057604117,0.0025191612,0.005019795,0.003573691,0.0010304088,-0.0010654578,-0.00811956,0.0010574479,0.010311581,-0.019371549,-0.007305128,-0.004975394,0.007330955,-0.018493772,-0.012183554,-0.002074939,0.0061030625,-0.0040906235,-0.012954826,0.012794443,0.004292025,-0.010405309,-0.010729898,-0.008744295,-0.008428648,0.019141085,-0.0046127164,-0.0049500004,0.011558511,0.0040425383,0.0037353092,0.0053766198,0.014466483,0.016282922,0.0109182205,0.014061166,-0.009505367,-0.009960811,-0.0123091275,0.00081674726,-0.025035456,-0.01886404,0.005427204,-0.007180676,-0.0008233353,-0.009372655,-0.003135349,0.00020392261,-0.016410172,-0.0283814,-0.00076662685,0.027900934,9.844392e-05,0.011747677,-0.008598118,0.0067253057,-0.0038750288,-0.002284819,0.017032648,-0.002463993,-0.013359146,-0.004763597,0.019299049,0.006550786,-0.003782575,0.0073066475,-0.007242561,0.0047934665,0.0081942165,0.013783378,0.0036898837,0.0002494606,-0.00075698935,-0.00079244655,-0.0138610015,0.00853247,0.012283361,0.0057992674,-0.0002574603,0.010201439,-0.029232621,0.0070354166,0.022873884,-0.013440888,-0.0074993214,0.0051434333,-0.0017126814,0.0040300046,0.014543902,-0.0063780807,-0.020046454,-0.0032118645,-0.010472592,-0.021940636,0.016352363,0.005062165,0.009007418,0.025276724,0.003439065,-0.0011690365,-0.0134354895,0.0004008199,-0.0049181576,0.0012848828,-0.0072061117,0.0034188365,-0.019373411,-0.0016568502,0.01317215,-0.012075264,-0.0010961004,-0.016810674,-0.0023513075,-0.0025440764,-0.0060902443,-0.019131336,0.00076695107,0.012634446,-0.022343036,-0.0022789016,-0.046711277,-0.0041343328,0.023898711,0.013020689,-0.012981484,0.017219335,0.028322056,-0.0008860304,0.007848733,-0.006745254,0.0033507554,-0.031132875,0.0007020407,0.003298821,-0.019005246,0.0032242208,-0.0006742062,0.007799551,0.0071554235,0.010167235,-0.012299665,-0.004348612,0.016578836,-0.005782536,0.021705985,-0.005825084,0.009317159,0.016915858,0.018232618,-0.003328641,-0.007312672,0.00042526404,-0.01355645,-0.0004513233,0.0002918689,-0.0037309944,-0.00806885,-0.0029355765,-0.011279037,-0.0060882634,0.0072553605,-0.021265587,-0.0032459346,-0.0032817733,0.0007173536,-0.008598402,0.01583098,-0.014308442,-0.0013028211,0.006888489,-0.005855548,0.0061335173,0.0033778679,-0.01380125,0.021591093,-0.00556541,0.03115749,-8.584708e-05,-0.011378409,-0.00050768565,-0.011177343,0.0059415298,0.019353302,0.011036841,-0.006750327,0.0074135317,-0.009375135,-0.0016010086,-0.015331637,-0.0058358787,0.0035378987,-0.0073275967,-0.007685241,0.0037895315,-0.0178275,0.007081623,0.0056899283,0.021401428,-0.02978837,-0.0036888968,-0.013569603,0.01177147,-0.003982266,-0.009546411,0.011241301,0.016218645,0.014059192,-0.010612439,-0.019416127,0.025012061,0.015087806,0.0021653816,0.008654977,0.0004431122,-0.0052449596,-0.0034886198,0.0071298466,-0.0006490765,0.00474441,0.035027377,-0.0076023727,-0.0020217118,-0.0005381361,0.014986907,-0.0039618174,0.024266427,-0.020445473,0.0047314777,0.016478373,0.032860085,0.007687631,0.002646761,0.008586564,-0.004112575,-0.009430138,-0.0057738256,-0.00022329773,-0.003926992,0.017048802,0.021921176,0.009142406,0.0073620626,0.008878593,-0.012851561,0.00836791,-0.015785769,-0.00846405,0.008671233,-0.0021861955,0.0010035414,-0.006304696,-0.0016470775,0.00085090037,-0.012939696,0.016928274,0.0133061735,0.0015526923,0.0032950607,0.00022759878,0.0099303,-0.006158256,-0.0034385896,0.029438335,-0.018000433,-0.018603172,-0.015633386,-0.0035912767,-0.009347318,0.0054039527,-0.008504428,0.0127594005,0.003852468,0.023888584,-0.0003809124,-0.0051649204,0.0025692603,-0.0032621562,0.0032881037,0.007950535,-0.0068727015,-0.004319728,0.0012065432,0.008728953,-0.012977969,0.0064768544,-0.01721259,-0.0020404113,0.006056416,-0.00017019706,-0.00264781,-0.009817608,-0.0005144379,-0.0020234154,0.022941966,0.0035120433,-0.022074444,0.018009704,0.0013278069,0.015238679,0.0050718505,0.009715135,0.007849071,0.008379684,0.004060152,-0.0032878618,0.0051598856,0.0006149072,0.017599143,-0.014328548,0.0065934528,-0.012689534,-0.017631019,-0.019427598,0.0050433422,-0.006666675,-0.002484462,0.0026608538,0.0022654354,0.021451237,0.0037974925,-0.01091535,-0.004466833,-0.005307917,-0.0009686764,-0.0032932186,-0.086194456,0.0045678737,-0.010007276,0.017710907,-0.012623437,0.0059403107,0.0074147633,0.008746941,0.005822793,-0.010527617,-0.0055153463,-0.008049905,-0.015469949,0.0064181588,-0.0028900625,0.01269581,0.002924462,-0.021250272,-0.006078074,0.014358561,-0.011877041,-0.004159848,-0.009389845,-0.017404612,0.003226526,0.005741596,-0.005161887,0.010739304,0.0054531926,-0.008151351,0.008199477,-0.0056271995,0.014865566,-0.0070093074,-0.0012437887,-0.0013553365,0.0023134784,0.020909054,-0.13821255,0.012046164,-0.02774032,-0.002982116,-0.023627777,0.006487038,-0.015154734,-0.00613557,-0.010270626,0.0049145115,0.015814403,0.0043404335,-0.005442216,-0.01564618,-0.006242398,0.0010689822,-0.02280315,-0.0042636353,0.0020495933,0.010373877,-0.017124426,0.0026217238,0.0035272446,0.009863774,0.008487918,-0.009351291,0.0151591,-0.014293672,0.0013609335,-0.0073464457,0.0009748505,0.008685686,0.009481628,0.010256524,0.023616187,0.002354583,0.008292926,-0.0031129064,0.002698433,-0.027192507,0.010457995,0.012921004,-0.006461385,0.000656723,-0.007131163,0.00471628,-0.0057384074,-0.011498962,-0.0028038577,0.0049687983,0.009369642,0.018574893,-0.0058234967,-0.009486902,0.0016138948,0.0063317157,0.009870336,-0.013393079,-0.0001493323,0.0075563733,0.002611646,0.012442063,0.008704737,-0.00022138926,-0.003809295,0.011535561,0.013230444,-0.007279677,0.027677273,0.0032148776,0.0046729087,0.014359508,0.0010626625,0.0029327546,-0.005395583,0.017451748,-0.0069386233,0.011092978,-0.008529452,0.023919266,0.0059278035,0.0025553608,-0.014909319,-0.00671917,-0.009908249,0.007731029,-0.007770222,0.003750746,-0.017276997,-0.037886415,-0.02018726,0.014541236,0.019399988,0.021505993,0.00378422,0.017651046,-0.0026492742,-0.0034709156,-0.009822147,-0.015363553,0.009484484,0.008059639,0.006917975,0.014223953,-0.028741011,-0.012734336,0.01798567,-0.025209488,0.010391364,-0.002432955,0.023620779,-0.00910709,0.014708449,-0.0004228849,-0.006612757,0.009346556,-0.0043619247,0.012564577,-0.00798208,0.011473663,0.020360244,0.0040639937,0.0032078298,-0.0025237375,-0.001234664,-0.0009002427,0.007267456,-0.0130367875,-0.029056033,-0.0049908436,-0.012624766,-0.01073306,-0.0023356546,0.02364477,0.015017479,-0.0043315436,-0.0054043005,0.006851769,0.018017452,0.002094525,-0.009149054,0.0012561212,-0.00095969776,0.009452567,-0.018822692,-0.010629337,0.0026458625,0.002052536,0.002177484,0.003495835,0.0042523216,-0.00089958025,0.0104586445,-0.006905289,0.015945837,0.009719946,-0.024052292,-0.018465463,-0.0009793191,0.005954794,-0.0073215216,0.0017593218,-0.01175039,-0.0029722024,-0.012245036,0.008733181,-0.002454509,0.006082625,0.011581468,0.025389409,-0.0015781467,-0.0043859,0.012177847,-0.00012161707,0.0019578936,-0.007980712,0.0037830388,-0.005334479,0.014750473,0.019570984,0.013743676,0.008111531,0.007794089,-0.027728517,0.013769228,-0.0047510676,0.012285154,-0.02025792,0.027781265,0.0012916521,0.026297461,0.0032738617,0.021710014,0.009059341,-0.010667848,0.005079779,0.0008644084,-0.008543311,0.0126693705,-0.009990041,0.021164568,0.0054872986,-0.001955819,-0.16646355,-0.01945221,-0.003150591,-0.011238528,0.03669523,0.0100219725,0.009585838,-0.044839244,0.033383574,-0.0033043628,0.005137263,0.026780836,-0.016545981,0.010802562,0.0032085772,0.0056117345,0.024837496,0.008772517,-0.005267547,0.009112809,-0.036052965,0.001360559,0.018021293,0.012431356,0.00053380267,0.014881375,0.015279052,-0.006116766,0.03479954,-0.0016853142,-0.01536676,-0.011121478,-0.0042327456,0.0021014172,0.009280826,0.020747593,-0.0015535068,0.018840037,-0.0052876268,0.0119388765,-0.00083160866,0.029889164,0.016880803,0.011219246,0.0003432135,0.0029482485,0.001413045,-0.01615273,0.0054362286,-0.0071690646,0.005665718,-0.012840699,0.00041360076,-0.035336472,0.0012477901,-0.0058599464,0.005300683,-0.0038276063,-0.0016202457,0.0059887962,-0.017555783,-0.017288152,-0.008246708,0.012426588,0.013157625,0.012833349,-0.013121101,0.15033817,0.0014496129,0.0070328526,-0.0063437233,-0.009754056,0.035079785,0.022917632,-0.012260741,-0.020502118,-0.025844576,-0.0077423137,-0.0012019393,-0.0011780963,-0.005971379,0.0026650096,0.011186045,-0.008701175,0.0066236877,-0.00562856,0.0015812983,-0.021990024,-0.010257226,0.020503683,0.009564905,0.0150182955,-0.0015058457,-0.01715696,0.03590433,-0.025962774,0.011202243,-0.0029701318,-0.023118293,0.026227262,-0.009885952,-0.0012346904,0.017355906,-0.009637849,-0.0101094525,0.011353759,-0.002798468,0.0009996896,0.010661806,-0.03410486,-0.008506168,0.002552791,0.0043875226,0.003385317,0.018895984,-0.003743785,0.005271297,-0.017409278,0.0095340675,0.0035944418,0.005578429,-0.0012662433,-0.00918126,-0.0021533875,0.0071724243,0.01331407,-0.0152827175,-0.0077001792,0.008638862,-0.021047782,-0.01913353,0.00305875,-0.0071229246,0.0059339893,-0.018201543,0.026062017,-0.09008114,0.013408052,-0.024062568,0.0035103336,-0.007902041,-0.040350866,0.004201189,0.017284758,0.022163292,0.0035662444,-0.012027329,0.0004759607,-0.0021736706,-0.016941996,0.012785115,-0.001478374,0.016506704,0.0050548688,0.006821996,0.0044581383,0.0026209462,0.029250035,0.019954886,-0.016430816,-0.0010955671,-0.02992414,-0.029492604,-0.004091657,0.021264711,0.005900384,-0.01196821,-0.0048408015,-0.0137387635,-0.003314474,-0.020572549,0.014696075,-0.004935354,0.040159874,-0.016465543,0.018952262,0.018861936,-0.0108132325,-0.019058047,-0.00033625244,-0.023700804,0.024447,0.0022900463,-0.0039272346,-0.009296398,-0.0015517981,0.024760092,0.005896735,-0.0022959248,-0.012347552,-0.01700044,0.009354657,0.011799602,-0.01974634,0.02175444,0.0061286087,0.008690198,0.018379988,-0.00018995616,0.017241152,0.016892312,0.004047593,0.0034480174,0.008442936,0.010992235,0.010957482,-6.804239e-05,-0.02862924,0.024288911,0.0020205153,-0.0054683755,-0.011943894,-0.0019225146,0.00785508,-0.0024534434,0.018467562,-0.013725384,-0.0077882726,0.020453863,-0.019769136,0.03674854,-0.0069466624,0.00043696628,-0.03093304,-0.01066725,0.0064891884,-0.01962843,-0.013373533,-0.013174453,0.019288411,-0.0050177327,-0.0015200973,-0.020674016,-0.0070061036,0.05171284,-0.022527374,-0.0013835919,-0.01699973,-0.029320644,0.01428814,-0.002801862,0.009349196,-0.010725419,-0.006079857,0.026312182,-0.011702031,0.0015683554,-0.013553142,-0.016566902,-0.0040842714,0.0068271603,-0.003831822,-0.017830502,-0.016120987,-0.02110932,-0.01633456,0.004554582,0.004397673,-0.0037092695,0.011605527,-0.009392809,-0.01960829,0.011948093,0.002159119,-0.012179521,0.001812007,-0.022486541,-0.004703212,0.0072431737,-0.022219041,0.020811537,-0.021977052,-0.0061325566,-0.016794438,0.014248357,0.02328741,-0.017186064,-0.0030946948,-0.008446713,0.005594435,0.012011456,0.018987859,0.005497404,-0.016866408,-0.0048299273,-0.01789272,-0.0060744933,-0.01487458,-0.015997475,0.0015506101,0.0108857965,0.020793844,0.0015689938,0.008224215,-0.006529894,0.009084214,0.0126716485,0.00346435,-0.0033994087,0.0049397624,0.0062452704,-0.039297264,0.018086217,0.0035716116,-0.014558397,-0.013345576,-0.0022567874,0.00056155986,0.0058380016,-0.004298499,-0.000500136,-0.029168138,0.004847741,0.0045793406,0.013405539,-0.06860692,0.0020238217,-0.0050296816,-0.015184967,-0.0144812185,0.023524988,-0.0015036718,0.020181388,-0.0095874425,-0.00089273223,-0.005375101,-0.003985376,-0.011337525,-0.02287837,0.009591905,-0.019051485,-0.0091018155,0.019426614,0.0054776156,0.012146307,-0.0037173426,-0.017844668,-0.015506517,0.0039572823,-0.005936119,0.027266305,0.015681798,-0.019781828,-0.00428949,-0.0022386974,-0.0085797785,0.0005402433,-0.0020913277,-0.022917327,-0.013149343,-0.004478075,-0.024587154,-0.0021238057,0.02373365,-0.03420784,0.0056657637,0.001698319,-0.047888838,0.0010603778,-0.0044133374,0.0053879847,0.0025485747,0.004019518,-0.020519547,-0.0278493,0.033338554,0.011666683,-0.014692009,-0.0021993523,0.010321533,-0.015790705,0.023248091,-0.023162488,-0.0034810721,-0.019737763,-0.016178543,-0.011433443,0.01168127,0.017241882,-0.0054955976,0.008523513,0.014089611,-0.021501733,0.019355953,-0.004263663,0.006343438,-0.011292998,-0.005251502,0.0006025437,0.008888729,0.01896048,0.023842,-0.00032716925,-0.011033929,0.004801959,-0.014411467,0.01306357,-0.019699514,0.03020684,0.007416282,-0.02209327,0.010746696,-0.09768365,0.021348914,0.0084036635,0.0042535397,0.0125214225,0.0043794136,-0.017366225,0.026667641,0.005592947,0.0009874505,-0.022572834,0.0009407913,0.017178942,-0.008103025,0.013919512,0.0038711284,-0.00699088,0.004978065,0.028052656,-0.012949883,0.008733895,-0.017691733,-0.023234103,-0.004769234,-0.0019989214,-0.019553315,-0.043187246,-0.0031662183,-0.0021569435,0.021612002,0.003720035,-0.002363194,0.0025433295,-0.002819828,0.0056798304,-0.017582214,-0.024003949,0.009132183,-0.018583182,-0.0147972,0.025102846,0.008147124,-0.0013616815,-0.0014447565,0.0070851035,-0.008247509,0.005366524,0.0025082037,0.0014515981,-0.014511522,0.003863152,-0.024550015,-0.027214827,-0.011301419,0.023622403,0.01946521,-0.015149047,-0.024996659,-0.016474642,-0.022330271,0.013375912,-0.005184627,-0.017725255,0.019997763,-0.00097097515,0.010275829,-0.012604536,0.010301625,-0.0042093503,0.010287871,0.010685331,-0.008955843,0.023707237,0.0020348446,-0.0073719407,0.0165242,-0.01075385,-7.3268666e-06,-0.0008844653,0.004086904,-0.011209777,-7.980116e-05,0.00833143,-0.0043333527,0.0030108509,0.014330466,-0.00047487646,0.015103849,0.0024988344,-0.0055530514,-0.018866546,-0.022059852,-0.011337096,-0.0074453363,0.012615394,0.0029567995,-0.011332413,0.005806534,0.020307856,-0.008304387,-0.0019239899,0.0016105743,0.0020133883,-0.004010431,0.016011396,-0.014720117,-0.008897252,-0.0029812874,-0.010091528,-0.010718298,0.003857513,-0.016750513,0.010831236,0.008110822,0.029277423,-0.0070767035,0.011217085,0.00086973317,-0.026917396,-0.02423028,0.012937369,0.0036895443,0.021693822,-0.0002072445,-0.013290192,-0.013191126,-0.007989186,0.0037246898,0.002487323,0.008554666,0.0009379276,-0.0078124185,0.001520886,0.008378472,-0.009482376,0.013101418,0.0031307915,-0.01722146,0.008398254,-0.004582958,0.010022297,0.0042196335,0.007008055,0.005771541,0.0005952532,-0.0131333135,-0.0016607561,0.0148069365,-0.03482515,0.0011905641,0.01941307,0.008338408,0.0030001937,0.0033326936,-0.009245858,0.009930108,-0.009603385,-0.018813418,-0.0029470297,0.01061505,0.0045801755,0.0028167292,-0.009525974,-0.0051568123,-0.016009554,0.00041712663,-0.013949035,-0.007681804,-0.018445976,0.00069301255,0.0116930995,-0.00932328,-0.021111393,-0.0021647008,0.026438467,0.0018278768,-0.0062529063,0.023211772,-0.0038629596,0.0013375478,0.017219175,0.0016761604,-0.006058207,-0.0070326254,-0.011628602,0.01988918,-0.0010594445,-0.0047560935,-0.008438565,9.642139e-05,0.0028380363,0.0009264631,-0.0052762856,0.0048779184,-0.012610384,-0.017978039,0.023661587,0.020091653,0.010854983,0.025419952,0.01808723,0.0056288145,0.021211077,-0.01883746,-0.014095497,0.0006315105,-0.01249619,0.013801286,-0.017448219,0.022830442,-0.005189606,0.0009985932,0.007569269,0.003990081,0.004754802,0.0029050813,-0.0002461357,1.2626723e-05,-0.011338464,-0.011480421,0.008439001,0.004517069,-0.007985125,0.006791445,0.0181576,-0.012066343,0.01550683,0.006113926,0.011903178,-0.0027843984,0.00022187384,-0.005345108,0.009554533,-0.009514912,0.020986442,-0.0015031656,0.0108586885,-0.008454628,-0.005934224,0.014196908,0.013635967,0.00044493374,0.003835448,-0.01199889,-0.015891984,-0.024852943,-0.01339019,-0.013528868,-0.025777208,0.0025443125,0.010330687,-0.02264517,-0.015056782,0.0022007842,0.01924085,-0.0049222675,0.010338232,-0.010480923,-0.005440753,0.010047406,0.014655241,0.012186736,-0.011050189,0.012058628,-0.025433313,-0.012274442,-0.0010762535,-0.00035792004,-0.027091015,-0.0010039194,0.0046988046,-0.017251076,-0.037556913,-0.003738341,0.009640622,0.026970034,-0.0073674433,0.0047780583,0.022852099,0.0006786636,-0.0046190955,0.0019630275,0.001973108,-0.013614471,0.02204857,-0.01355046,0.03241553,-0.011613159,-0.0067917304,-0.009868227,0.016447466,0.0042888876,0.037784126,-0.020931017,-0.0021502264,0.009795139,-0.0050107855,0.0008688433,0.014019691,-0.015892541,-0.0053674653,-0.0028505377,0.0042368798,-0.006884564,0.013758538,0.024891164,-0.012371609,-0.007472348,0.0030580705,0.00083879073,-0.0063139913,-0.0037390217,0.022830915,0.011522921,-0.02838737,0.012564856,0.0060922727,-0.020155475,0.010962469,-0.006782748,0.008510974,0.00093566446,0.008191133,0.023019468,-0.008288755,0.008354523,-0.004883071,0.0109711215,-0.009133681,0.0024773353,0.028312728,0.008643411,0.0064261123,0.011007382,0.038812555,0.016658708,0.018449722,-0.0150349885,-0.0026403621,0.00411805,-0.005036899,0.0056513157,-0.008085215,-0.026037924,-0.002842195,0.02219074,-0.008005092,-0.01704934,0.005080177,-0.009847242,0.0013554033,-0.009749656,0.00843993,0.016198419,-0.004556125,0.018826958,0.011094632,-0.017378125,0.016738763,-0.009871993,-0.00703498,0.004407496,-0.00496639,0.0152285565,0.012982621,-0.023461781,0.0038490698,-0.0030867443,-0.0005523147,-0.0056442367,0.000911245,0.0060646385,0.012049899,0.027225776,0.018838657,0.0070192036,-0.011659301,-0.0031350153,0.018324303,-0.011989812,-0.024254115,0.006549011,-0.012650614,-0.008265921,-0.0056133755,0.00980196,-0.02552066,-0.012137747,-0.028410858,-0.015208636,0.0044740424,-0.0016152789,-0.019057292,-0.002291512,0.0069909636,-0.008606052,-0.018363856,-0.013915182,-0.0062743146,0.00802912,0.016905008,-0.02554086,0.012651484,0.0006804731,0.0041707205,-0.020965416,-0.0024473972,0.021221379,-0.008550432,-0.019961337,-0.017201714,-0.0063258787,-0.012206756,-0.0043314695,-0.0077411933,0.002897415,-0.024059968,0.016400894,0.002911526,0.0064813136,-0.004816491,0.010332813,-0.008341406,-0.0048094746,-0.0012983108,-0.018468874,0.0029894386,0.0019405441,0.037645757,0.008085497,-0.002972878,0.006614448,0.007842716,0.012369844,-0.0059552076,-0.010710952,-0.009650875,0.009229307,-0.010331269,0.024709515,0.014236156,0.023075096,-0.0045355354,0.011694059,0.016496286,-0.004687563,-0.0063272226,0.030200489,0.024121147,-0.012988213,-0.0024738587,-0.011950565,-0.011688627,-0.015886169,0.005912512,-0.012132575,-0.006750507,0.016930927,0.013851499,0.00094951247,-0.009880975,-0.00034169498,0.01028948,0.011147915,-0.02428901,-0.012468476,-0.012148262,-0.023429241,-0.0006907445,0.0012832497,-0.027086237,-0.015389106,-0.06052357,0.0015361453,-0.016212765,0.013743213,0.011249202,0.0051229508,-0.008846328,-0.00146621,0.015469069,0.0035431185,0.0011579348,0.010132046,0.009685417,0.010673857,-0.012802848,-0.039271392,-0.0075952704,0.0040183295,-0.014845821,-0.020052744,0.0052954513,-0.03001722,-0.0043430272,0.009178433,-0.010017361,0.015847282,0.014806462,-0.00032598156,0.017055979,0.03377878,0.0023902142,-0.0031237158,0.0041931556,0.0021620656,-0.020298252,0.005845984,-0.0001322235,-0.018655878,-0.018581796,-0.0038856915,-0.030504908,-0.0076174675,0.0077306014,-0.015854951,0.0061605703,0.0005838811,0.016924236,0.021263307,-0.0015017546,0.008553966,-0.030333245,-0.0070304503,0.0063420767,-0.0018041912,-0.019529536,0.0063551017,0.003448599,-0.007127625,0.01573062,-0.019414175,-0.018431645,0.015990464,-0.0024721753,-0.013459941,0.015391318,0.0074225008,0.009335474,-0.017549677,0.0067098346,0.011303379,0.021112567,0.012222205,0.008309355,-0.008638415,-0.0548623,-0.0038824112,-0.002059171,-0.0051688305,0.0022080601,0.003367586,-0.021059357,-0.0012598817,-0.00289193,0.008325282,-0.015633607,-0.008055133,0.015838556,-0.01684201,-0.011766098,0.0194982,-0.013018455,-0.012478918,0.0047536246,-0.004975692,0.0022151847,0.003898286,-0.007138522,-0.019472294,-0.001516948,-0.02708231,0.024777886,0.010673057,0.011793176,0.013333279,-0.0051549184,0.013063184,0.015278072,0.01957092,6.5018685e-07,0.0027307796,-0.0073876586,-0.011082856,0.0069392254,-0.021488147,0.016397355,0.0030741622,-0.010758071,-0.0015318342,-0.00868459,0.008661033,0.022941865,0.004142815,0.0012971445,-0.005598692,-0.019642785,-0.0069075255,-0.004877121,-0.0072102593,0.010989981,-0.00944828,-0.005926695,-0.038171187,0.010171367,-0.0012879327,0.02318597,0.02812816,0.013060738,-0.014614548,0.0027524773,0.02051386,-0.019844942,0.01925616,0.0013424342,-0.019900687,0.022350205,0.0026402434,0.032979798,0.017407404,-0.018033702,-0.023993745,-0.0037945563,-0.0048535904,-0.0024071,0.0063674813,0.036975462,0.003793191,-0.007977105,-0.025394985,0.0013997046,-0.018662743,0.016467756,0.010674145,0.011407976,-0.0008144553,-0.011492382,0.008495852,0.0027028818,0.023118779,0.0018321594,0.011022368,-0.013082213,-0.0034924475,-0.007659327,-0.01365978,-0.0062791095,-0.014837827,-0.002324857,0.018087454,0.008907723,-0.03059123,0.0080140475,-0.01776571,-0.006968088,0.016188335,0.0071678106,0.014648547,0.0077529238,0.0031521292,-0.025565652,-0.0075741727,-0.006542411,0.005319633,0.0026659907,-0.0037006289,0.017316014,0.0068133688,0.025642427,0.0014053775,0.00036225293,-0.006738595,-0.0016685752,0.002242572,0.019731699,0.017729368,-0.009665457,-0.0087389555,0.018423757,-0.01698764,-0.025905415,-0.014766196,0.010334466,-0.015501048,0.020935934,0.006463829,0.16026682,0.122419626,-0.0125505,-0.0066360882,-0.016416768,0.0011861032,-0.017356286,-0.005175389,0.0057298024,-0.0033340899,-0.0017177952,-0.024232576,0.008215146,-0.022405641,0.017454667,0.006303451,0.021925613,0.00096281146,0.002998105,-0.00044873403,-0.01673815,0.010594293,0.006223862,0.016214198,-0.026362611,0.015553183,-0.0050806664,0.0067071407,0.026273,-0.022936033,-0.012918176,-0.017135808,0.014486326,-0.013028194,0.0067708744,0.009270525,0.017010497,-0.000422103,0.0011188518,0.016984474,-0.016680283,-0.009918877,-0.01726181,0.0084139295,-0.017853111,0.0067743836,0.002685631,-0.026672417,-0.013472492,0.011957785,-0.0027999193,0.0012297549,0.006635524,-0.0111044645,0.008098004,0.0052670715,-0.005456575,0.03547207,-0.02088091,0.0016767792,0.01527141,0.017500235,-0.024042012,0.00978606,0.0093982695,0.004958277,0.016566057,0.019646933,-0.012954325,-0.007402739,0.011301064,0.0345546,0.014660085,-0.011437339,-0.02552915,0.013937397,0.010446604,-0.024689768,-0.010772246,-0.007835802,0.02057216,-0.00352658,0.011878119,-0.009586122,0.007562092,0.009503739,0.016794324,0.01833883,0.09856042,0.019017175,0.004077988,-0.012589286,0.014258966,0.002420279,0.00041699575,0.06459792,-0.0034929188,0.005111549,0.0034911623,-0.015700167,0.016238127,-0.013106844,0.015556046,0.006975973,0.007766728,0.008275555,0.02030387,0.0057572513,-0.02003999,-0.024237184,0.0013856688,0.023696767,-0.0098205,-0.012182143,-0.0008190621,-0.013376034,0.015972346,-0.010863777,-0.11224502,-0.021189865,-0.00031166512,0.00922577,-0.010383231,-0.011580384,-0.014685462,-0.0027234766,-5.144146e-05,0.009925709,0.002834096,-0.0022759484,0.025479533,-0.016564745,0.009418121,0.009802268,0.019488374,-0.0064734407,-0.0037890782,-0.012445163,-0.009711852,-0.0037011814,0.01024279,0.017047632,0.010189975,0.007575551,-0.005182277,0.041857943,-0.009025729,0.022695636,-0.0044343024,-0.008205106,0.008684825,0.019112073,0.027910966,0.029191067,-0.036547102,0.009555704,0.01135956,0.003446588,-0.0022487286,0.0044217138,-0.0009849393,0.005488526,-0.013939581,0.0012414416,0.0101697715,-0.025257034,0.006293977,0.00623904,0.031421125,-0.0041223187,0.012966986,0.018179635,-0.0006970392,0.005185922,-0.011179404,-0.0038238254,0.018226277,0.009183345,-0.02901305,-0.0006583056,0.0016906378,-0.0012648212,0.018269857,-0.0027408716,-0.017698599,0.020796036,-0.009223088,0.0059095304,0.00058185763,-0.012669272,-0.021844031,-0.012344673,-0.012052524,0.008990429,-0.04236244,0.017097393,0.0065158773,0.034472473,-0.006430589,-0.018972699,0.0218217,0.13328768,0.021654155,0.020243336,-0.013785833,0.011837455,-0.017573653,-0.012946082,0.0024024397,0.00965967,0.011310636,0.023888724,0.005997472,-5.1969877e-05,0.0034460053,0.0066393726,0.00807302,0.010831855,-0.0074500926,-0.007411021,-0.01701072,0.006618881,0.0069840495,-0.0048811752,0.020837435,0.012393697,0.010838089,-0.024448456,0.00747201,-0.009573062,-0.0009140746,0.0114545105,-0.015204274,0.022278925,-0.019015325,-0.018642412,-0.001319655,-0.00628138,0.0038663354,-0.0052673095,0.0016644599,-0.010359967,0.005022086,0.014505316,0.012875726,-0.029532354,0.19324604,0.0014967277,-0.004965913,-0.0028909515,0.019379519,0.024386166,0.0149050625,0.015082543,-0.012481359,0.008683233,0.01126179,0.00458711,-0.012856504,0.006321556,0.014399487,-0.0057395943,-0.01514891,-0.010476719,-0.017624736,0.012482109,0.007991506,0.014889512,0.0065342295,-0.0069620404,-0.012898696,-0.01631418,0.017373415,0.009271735,-0.005143928,-0.0040431162,-0.012497778,0.015192321,-0.0056619593,-0.016925098,0.008216544,0.026590504,-0.007795298,-0.026720999,-0.020717459,0.014268421,0.007993956,0.013792748,0.006914501,0.030161228,0.009315931,-0.002518457,0.005058281,0.017829128,-0.012431883,0.012652383,0.016789267,0.008405885,0.020725412,-0.013232844,-0.017232686,0.0075720055,0.014500686,0.0048363674,-0.025432361,-0.005410948,-0.0051779295,0.012135563,-0.009185412,0.0064456384,0.0035794575,-0.0014903215,-0.017645212]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 132,
          "content": "Thailand's Anutin vows to boost economy with technology, OECD accession",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.022833664,-0.007268674,0.00079714373,-0.073694855,-0.014559786,-0.009555564,0.017355891,-0.01916044,0.023342226,-0.030949896,-0.05734422,0.0023461303,0.0030248011,-0.005887356,0.13139944,-0.012954603,0.0032385006,0.017895682,-0.0029997616,0.010562128,-0.009895321,0.015566129,0.0014903935,-0.030225588,-0.0009128529,0.014823002,0.03942145,-0.003611417,0.03049761,-0.020742381,-0.013086882,-0.003586996,0.01035781,0.0040179044,-0.00774699,-0.009548628,0.027410025,-0.0055176723,-0.008846138,0.0052239844,-0.0014086484,0.003631114,-0.03635925,0.020210683,-0.018605942,0.008572759,0.02553622,-0.036995117,0.004309833,-0.00749344,0.000339287,-0.0020089287,-0.02241083,-0.14759634,0.004048611,0.002894311,-0.0055035567,-0.010358773,0.015449707,-0.023272945,-0.009102766,0.012161728,-0.018846229,-0.0022646433,-0.002228013,-0.027544811,0.020985356,0.00088173855,-0.0023354322,-0.0062199323,-0.0057893763,0.005857213,-0.016680747,-0.010752972,-0.008049097,-0.019696224,0.016686652,-0.0037177508,-0.009568883,0.003167686,-0.00088040764,0.014036055,-0.01825619,-0.05116656,0.022010118,-0.01173658,-0.033399872,-0.02882107,0.020240303,-0.016099341,0.0051503316,-0.004952765,0.04277634,0.012237642,-0.009973489,0.011732637,-0.0016869442,-0.018447567,0.036268625,-0.014955953,-0.015027953,0.0050919326,-0.005625287,-0.013509626,0.016326226,0.0016127039,-0.015957067,-0.010038893,-0.0020109469,-0.013035397,-0.0026473294,-0.013725792,-0.020668369,-0.00785934,0.010726924,-0.121746555,-0.044404093,0.034323107,0.00037885582,0.007471805,-0.018654145,0.007924724,-0.0024599985,0.008401092,-0.017104808,-0.002810511,0.008252234,0.018670524,-0.032929994,0.012113065,-0.011384737,-0.025831696,0.011282885,-0.004578941,0.024715418,0.0392656,0.034497485,0.0004742454,-0.0009334046,-0.01875596,0.0076312525,0.025641067,0.0020469485,0.019287158,0.0037923027,-0.061785605,-0.0009991265,0.024946537,0.027303874,0.018632429,0.018447118,0.013244714,0.005139668,-0.000113621965,0.009033381,-0.030185709,0.011960755,-0.029115457,-0.024448304,0.017647322,-0.014234669,-0.01477969,0.009669276,-0.012937883,-0.0071685426,0.014737879,-0.00942457,-0.00045074412,0.008907639,0.005910217,0.0027164705,0.014529862,-0.004406721,0.008781983,-0.025841499,0.0019306099,-0.009790004,-0.0075218896,-0.005143724,0.00505418,0.02192167,0.009383888,0.010876652,0.011576339,0.028929712,-0.0019770914,0.00768241,-0.008418065,0.007987377,0.032884873,-0.010614997,-0.015613566,0.013115451,0.015632661,0.00468492,0.004281828,-0.02580751,-0.010135982,0.0009767436,-0.012186801,0.01857513,0.02072493,-0.015654106,0.014508335,0.028539777,-0.010960123,-0.0037961928,0.02146291,-0.007622458,-0.006872107,0.028557511,-0.013463441,0.017404731,-0.014283387,0.004175332,-0.013903911,0.031417206,0.020088548,0.011987657,0.011842273,-0.012050109,0.013454256,-0.029120367,0.004085519,0.012582246,0.017478345,-0.0010532388,-0.011661777,-0.009008709,-0.0057809697,-0.021447835,0.010266326,0.0031629389,-0.0036766448,0.03016705,-0.008417084,0.020008668,-0.016898219,-0.015064678,0.013488366,-0.015474877,0.0102709,0.043190017,0.02426986,0.01371255,-0.007735539,0.0048543485,-0.0009786709,-0.009903091,0.016044034,-0.020441974,-0.0076435506,-0.016568122,-0.010720595,-0.012719374,0.014640516,0.015203136,-0.021830807,0.0026660557,0.010056245,-0.006168822,0.007902464,-0.03871318,-0.014038735,-0.0011211393,0.008829035,-0.0011654785,0.027247624,-0.010505312,-0.005382671,0.0064349514,0.018386368,0.016579535,0.0066653797,0.002808281,-0.029595228,-0.044855606,0.028602457,0.006521578,-0.002821144,-0.0046061864,0.011395383,0.010589698,0.0020138433,0.021355474,-0.007138243,-0.005063036,-0.017023735,8.929256e-05,0.027227897,0.018122211,0.006953504,-0.02401323,-0.01925189,0.016527774,0.0016904784,-0.040197335,0.01505759,0.009005073,-0.018837798,0.013321729,-0.030846264,0.020175278,0.034350924,-0.0039145993,0.013729355,0.0013900406,0.017921116,-0.00063479686,-0.01342547,-0.010316095,-0.066072166,0.014924878,0.017711733,-0.014454693,-0.018648924,-0.02005358,-0.005911925,0.012774639,0.025433676,0.00081177225,-0.011470367,0.0038828908,0.0025476832,-0.009219521,0.020706974,0.003467755,-0.010085926,-0.014519982,-0.039478175,0.00730436,0.011188758,0.028380724,-0.00971945,0.012106892,0.010539832,0.023591097,0.0060087745,-0.0040482683,-0.027367363,-0.0017471277,-0.030322198,0.013555427,0.031991214,-0.02314028,0.023406759,-0.01086073,-0.02917592,-0.038977582,-0.015047341,-0.0108418595,0.0012676936,-0.015133056,0.011093515,-0.016569221,0.023853676,-0.015566038,-0.012331704,0.0106676435,-0.009980163,0.01655015,0.029218081,-0.01046304,-0.014333772,0.008751155,-0.0067820842,0.025442678,-0.0030154367,0.03428135,0.0064776205,-0.0245147,-0.0023150304,-0.00094371865,-0.0025204227,0.012888603,0.0031530212,0.00052375405,-0.013247821,0.0054116608,-0.019933103,0.00031437448,0.014263074,0.005839128,-0.011432222,0.0067932177,-0.03039865,0.006007372,-0.0101945875,0.0045972364,0.01632152,-0.041437153,0.006236338,0.0052844873,0.0031174645,-0.028447147,-0.0012681851,0.005737277,0.0065205884,-0.041938733,-0.0055237515,-0.014412118,0.023594532,0.008778883,-0.0073960726,-0.015818832,0.017176304,-0.039132006,0.0017567739,-0.007928399,0.03142807,-0.008486135,-0.039942395,-0.013603734,-0.03310089,-0.011397753,0.015028952,0.015773747,0.0137613565,-0.004130831,-0.025864517,0.032182384,0.0052405647,0.0050325003,-0.014109204,-0.010489659,-0.037689853,0.016152553,0.014216318,0.011804475,-0.013286382,0.018437944,-0.018693537,0.004464233,0.001765606,0.018673701,-0.019754099,0.004685989,-0.016522245,0.015442646,-0.025780281,-0.0015296922,0.002096061,0.018480964,-0.019472433,0.022721613,0.0117940055,-0.013362661,-0.021385558,-0.011785584,0.02075389,0.012315665,0.0104899695,0.015092444,0.025080658,-0.019911902,0.0023664073,-0.0023242186,-0.013024385,-0.031397082,0.045645826,0.011556128,0.003998847,-0.027831942,0.00624601,-0.013573235,0.0005292706,0.0068918075,-0.034755584,-0.013133119,0.01034528,0.0046876133,-0.0039602346,0.0010545191,0.00085360283,0.008861565,-0.013955131,-0.008629355,-0.02142337,0.027750183,0.0125096645,0.027033273,0.0006634037,-0.016298765,0.012001238,0.020024875,0.003831804,0.0038679058,0.016584357,0.02465792,-8.5788466e-05,-0.011488599,0.002496935,-0.0123966625,0.005068047,-0.004345922,-0.03128482,-0.02644968,-0.026671305,-0.011230746,0.0092996815,0.00084755314,-0.017896434,0.007022093,-0.044946704,-0.0067010284,-0.0067684273,-0.0032618637,-0.005005181,0.024618793,-0.030214798,-0.014869605,-0.019627238,0.0074143237,0.027644904,-0.021885283,-0.01368046,-0.010396726,0.01600769,0.011237295,-0.01698285,0.012869129,-0.0101177925,0.0056801997,-0.0027401326,0.042380072,0.0006624761,0.027656568,0.02590784,0.018741338,-0.0051484983,0.015432273,0.0070978566,0.018049186,-0.0238885,-0.00050645816,0.008963689,-0.007834919,0.009923913,0.016759599,-0.008856877,-0.0074648815,-0.015605521,-0.015316932,-0.0075344834,0.011965797,-0.07722584,0.00074159424,-0.0014660484,0.0061951517,-0.013704685,-0.026170295,0.009993546,-0.03590191,0.0039002784,-0.011020528,-0.028162748,-0.011397584,-0.00034972807,-0.009775528,-0.009694546,-0.02208581,-0.030281764,0.0075682164,-0.0036909233,-0.021938637,0.04514788,-0.012840804,0.012080602,-0.0072148084,-0.0022168087,0.024159245,0.0058446564,0.004605266,-0.0018784731,-0.026964027,-0.014397221,-0.022427568,0.0023532722,0.030713918,0.024165006,-0.008036938,0.0328329,-0.0023276424,0.011767397,0.013122802,0.021249078,0.0075546177,-0.051985566,-0.013919797,-0.011825006,-0.0070075965,0.00011808043,0.030754078,0.0009265211,0.0052028713,-0.03402253,-0.025411606,-0.0137196835,-0.026070982,-0.018782308,-0.004743662,-0.03551255,-0.027597105,0.02619256,0.021017719,0.028976757,-0.022784298,-0.007213822,0.051254693,-0.032125343,0.02886131,0.013206188,0.023633339,0.022510594,0.0033775403,-0.0019140623,-0.028034627,-0.009862172,-0.012866654,-0.008260376,-0.009401011,-0.007597981,0.026474528,0.008386172,0.0059621995,-0.0044634864,-0.01632567,-0.10501802,-0.013430843,0.009113121,0.012852173,-0.0047771274,0.010024481,-0.0044892794,-0.02686172,0.020051872,0.006608342,-0.003914937,-0.0045049614,-0.0020292592,-0.010166112,-0.020147303,0.019795427,-0.0051429337,-0.011202912,0.017947871,-0.027175486,-0.0181975,-0.008116696,0.005262794,0.018868322,0.006752628,-0.036503535,0.014003508,-0.0003287899,-0.026968494,-0.025836827,0.01786424,-0.13451533,0.005331886,-0.011402324,0.010497296,-0.0047597135,-0.006615511,0.026168212,-0.010770482,-0.0043611913,0.00064424524,-0.01067516,-0.0078453785,-0.023257999,-0.009752354,0.028894937,0.11525006,0.021507163,-0.02096979,0.018220276,0.004125014,-0.028576912,-0.010726,0.0069502313,-0.0107271625,-0.015460708,-0.014089223,0.00087469426,-0.0062145633,-0.016513668,0.004521423,-0.030215159,-0.015301161,0.002264131,0.0050811996,-0.006606495,0.018192546,-0.0056832284,-0.0031815064,-0.028831335,-0.00917915,0.04123256,0.024916703,-0.016276103,0.026555767,0.018661072,-0.012356608,-0.004421989,0.0005351102,-0.002514066,-0.015772969,-0.011239953,-0.08454434,0.01098929,0.018722143,-0.017097741,-0.028946243,-0.030589815,0.01612568,0.017029116,0.035145327,0.025770105,0.010186166,-0.015398251,-0.015352645,-0.0027158044,-0.013555737,0.0021108529,0.023954695,-0.009818875,-0.00028655975,0.017542701,-0.007871554,-0.01268637,0.0070381686,0.0002976004,0.003506485,-0.005623357,0.017498191,0.034916826,-0.018026784,-0.013593015,-0.021993965,0.019340813,0.0038229092,0.0041985433,-0.0037265157,0.0069141504,0.009354677,-0.010788119,0.057938624,0.0227947,0.009403311,-0.007918266,0.0057574417,-0.021732155,0.019786656,0.0029648964,0.01842135,-0.01711096,-0.0063307034,0.0076985676,-0.004466664,0.019119088,-0.008190282,0.003928987,0.02364228,-0.00077237905,-0.0024425276,0.0096825855,0.021575097,0.00042489805,0.014534469,-0.008847981,-0.0052967765,-0.0056622312,-0.001771498,0.0070713395,0.0002277386,0.017245473,0.010087,0.0033962894,0.012111383,-0.022408018,-0.0072602574,-0.017125787,-0.0038981168,0.010968095,0.004938763,-0.0040568537,-0.029097525,0.0036093516,-0.0034356492,-0.001221392,0.011937343,-0.008206782,0.007359025,-0.002970242,0.011911192,-0.0019325095,0.00017378367,0.010934751,0.0071298904,-0.009731964,-0.0027010958,0.02117971,-0.0075619663,0.0066479887,-0.0012673595,0.010011775,-0.008488476,-0.012283871,-0.015860546,-0.0015330372,0.014883107,0.026660983,0.0028097723,-0.0033626012,-0.0027291882,0.012081521,-0.007022303,-0.00049136044,0.0007875128,0.012112002,-0.00016436023,0.013924988,-0.010118447,-0.001512274,-0.0006946511,-0.00626903,0.0028445497,0.020867992,-0.013513732,-0.014402686,0.0070708888,0.009723066,-0.0030158656,-0.0048971665,-0.003940649,0.000630931,0.016816007,-0.017479105,0.0025021974,0.026671588,-0.00438823,0.008859474,0.016775353,0.012031086,0.015768956,0.0016290784,0.009729805,-0.0023311744,-0.030057602,0.011414346,-0.015700374,-0.0052827206,0.021171788,0.014035233,-0.010413864,-0.009943206,0.0065277996,-0.018345423,-0.007759086,0.012648872,-0.016200796,-0.004461388,-0.010101793,-0.00014039618,0.0028852914,0.018152775,-0.0016367227,0.0034112078,-0.00094611617,-0.011824259,0.011364608,-0.006673516,0.0039254175,0.00028528168,0.022693744,0.0020381382,0.009357139,0.0032943264,-0.011602523,0.014038025,0.00093855726,-0.014671324,-0.008918161,0.0007568514,0.010396325,0.005010935,-0.00680057,-0.006268974,-0.015353911,0.0046695974,0.00791168,-0.006737771,0.010657142,0.02087176,0.021465037,-0.0075788074,0.00021169674,-0.011039254,0.022964548,0.008345597,-0.0050363047,-0.0125257615,-0.012048357,0.0038607125,0.007120721,-0.014569379,-0.0015818056,-0.016318234,-0.0038274098,0.003083475,0.005943844,0.0031214044,-0.0035274448,-0.009688221,-0.01077441,-0.011771108,0.0017863711,0.010342616,-0.019244853,-0.002322694,0.0036947366,-0.015398897,-0.0019168796,0.018320438,-0.0011905148,-0.008861096,-0.0058236863,-0.009935295,0.0071613984,-0.0044212467,-0.0029560428,0.006079891,-0.008027179,-0.013508108,0.016706355,-0.0024363971,-0.0108068045,2.7689837e-05,-0.0007519034,-0.00083451276,0.0151943285,0.0072655114,-0.004816819,0.002741687,0.005165718,-0.02009082,-0.0035622558,-0.002309771,-0.0012701079,0.0040259324,0.010986631,-0.011349354,-0.002951024,0.006213252,0.0057964073,-0.01682038,0.01857943,0.003406143,-0.0050206464,-0.010874096,-0.015189191,0.015053517,0.00915913,0.0035466044,-2.5140054e-05,0.027912702,-0.011400319,0.08185939,0.009277503,0.02198408,0.0058774697,-0.0053233546,0.010441828,0.0050763604,-0.011957224,0.00777151,-0.0060917144,0.0067668417,0.006828998,-0.0019910783,-0.010600659,0.010949942,-0.016175987,-0.0074149063,-0.009953421,0.00984944,0.0031862836,0.013177831,0.0018550504,-0.00043600914,-0.0073258947,0.0024179118,-0.015533175,-0.0048939837,-0.011378832,-0.003974704,0.010202948,0.0064569153,-0.019944502,0.007061932,0.0063567027,-0.031431146,0.0088926535,-0.01815333,0.018304028,0.00021852856,0.013354779,0.006104513,0.002444948,-0.0114770355,-0.019163925,-0.0322749,0.01229801,-0.001768231,-0.00015777782,-0.005412115,-0.009131398,-0.0034996672,-0.01297405,0.01671827,-0.0005425018,-0.014004313,0.009217557,0.021957053,-0.006811258,0.007579738,-0.009702243,-0.016685562,0.006333543,-0.028298683,-5.4414628e-05,0.003431102,-0.01089277,0.0006916293,0.0007930128,-0.021010973,-0.0123262005,-0.008115166,0.002102377,0.010698321,0.012994663,0.02570016,-0.0068787867,0.008818739,-0.032347355,-0.008733134,-0.0002982663,0.0072912695,-0.013487871,-0.0071717817,0.002349528,0.00074144406,0.007492416,0.013039055,-0.0016154598,0.008011672,0.017076282,0.025184998,-0.009622421,0.0004479337,0.0080057,-0.020989608,0.014909197,0.038580697,-0.00540785,0.00061102514,0.018256394,0.004665135,-0.0080408435,0.017596036,0.005209524,0.015184991,0.008057017,0.0008403958,0.0032458727,0.011001805,0.0067272647,0.0009737041,-0.027172472,0.010381969,0.017036224,-0.005270766,-0.0022377812,-0.013821126,-0.011110958,0.0011931496,0.017810758,0.0043330784,-0.018088253,-0.0028470133,0.014087834,-0.0041668518,0.0061608455,-0.0134148495,-0.00049463025,-0.0115442,0.01013316,-0.0015995421,-0.0032880239,0.018212672,0.016479833,0.0007997978,-0.00520375,0.012118882,0.0044605397,-0.0044843564,0.021045761,-0.001724533,0.012135317,-0.0040393863,0.018392248,-0.003382735,0.019346835,0.010409296,0.0007731182,-0.0073903273,0.0037873755,-0.0038346665,0.0026092848,-0.0060899276,-0.0008191661,-0.012499852,0.0044603893,0.007759025,0.012303821,-0.0028359077,0.0019103053,-0.016609646,0.0068552303,-0.009373853,0.0041438914,0.019034749,-0.0028449905,0.00547391,0.0045351502,-0.0034547125,0.00945578,-0.0065004397,0.017218506,-0.010223204,0.0031048623,-0.014151496,0.0152201,-0.0031776605,-0.019706419,-0.023134613,0.005193274,-0.019732744,-0.017269572,0.009261299,0.007797063,-0.0002156964,-0.0033635644,0.014943059,-0.00078265736,0.012826417,0.00047762634,-0.0038866093,-0.0054245037,-0.0035068193,-0.0064855805,0.01967542,-0.0066891536,-0.011510559,0.0018128833,-0.0022329977,0.0037197876,-0.008858781,0.001893813,0.0076228743,-0.0038527448,-0.006003499,-0.0026843601,0.0052265255,-0.0022407905,-0.01096066,0.0012136879,0.009896357,-0.024353128,0.006742467,-0.009096115,-0.000558301,-0.0070350757,0.010858609,-0.01796241,0.021595495,-0.011547716,0.0020612916,-0.01303586,-0.0061403266,-0.013553903,0.0074890996,0.0017773403,1.3475939e-05,0.020454269,0.027912196,-0.01741939,0.013075767,0.00032655513,-0.0004062093,-0.023996035,0.021233087,-0.012532573,-0.010249586,0.010860589,-0.017827274,-0.007816715,-0.009282418,0.016406506,0.016462376,0.00019770543,-0.004019079,-0.0004780413,-0.01803142,-0.008041414,-0.010424995,-0.006366744,-0.00082916184,0.0024725092,-0.0084708175,0.0029731614,-0.006008244,-0.011418257,-0.0052476698,-0.05327901,0.004175144,-0.018279945,0.010135091,0.014780165,-0.00613932,0.001709355,-0.0036080994,-0.00038717294,0.010692635,0.0012006122,-0.0016437237,0.008926542,-0.0067639374,0.009535453,0.0048778686,-0.00425885,0.02248676,-0.021104421,-0.0038541136,0.0023171282,0.0065345652,0.0078976,0.0054419604,0.0012490787,0.0032850495,-0.009039693,0.0073434757,0.0036544711,0.017629255,0.0074023874,-0.009796974,0.02233634,0.016109591,-0.019060543,0.016256006,-0.012027576,-0.009776455,-0.008923837,-0.009201698,0.008353636,0.0047825784,-0.0055200714,0.025518682,0.010633362,0.0037946475,-0.0050656255,-0.019882208,-0.0094865635,-0.018210774,-0.0076597556,0.0076820455,0.0047298563,-0.0046296027,0.0035284106,-0.003419361,0.01929798,0.0046040914,-0.0025207992,0.017365767,-0.0007745665,0.022987448,0.007761406,-0.014854293,-0.0069663855,-0.007409282,-0.025487907,-0.0023730292,-0.006483334,-0.005475669,0.009137942,-0.015097697,-0.0037627108,-0.023084546,-0.0006598965,0.0016933278,0.0126355635,0.013822262,-0.0014685026,0.013191922,-0.018449027,0.0062088175,-0.026872398,0.00041862982,-0.01382159,0.015851539,0.0022340645,-0.002285021,0.0026174374,0.0010513649,-0.004051803,0.010675049,-0.0029996533,-0.008014913,0.015274357,0.015922362,-0.017037189,0.0030996099,-0.005121123,-0.0071467976,0.022771686,0.006705556,0.008328418,-0.015897045,-0.032999482,0.0044271788,-0.002936238,0.018877575,0.00635488,0.009363101,-0.008078236,0.011411151,0.0074931257,-0.0011812024,0.005744474,0.005469879,0.015030676,0.004085172,0.013114115,-0.00096812646,-0.015735477,0.009553278,-0.0077347993,0.013425552,0.011413981,0.006362327,0.009578108,0.005448992,0.0031270315,0.0033226172,-0.009157372,0.0018623263,0.005405828,0.00017689768,-0.023846928,0.008993996,0.0024649713,-0.0046015466,-0.0025441397,0.015439864,0.0079809,0.014852991,-0.011994298,-0.007251842,-0.03048947,-0.008927573,0.014937962,0.0053739767,0.00051941373,0.009729725,0.00014850787,0.01004213,0.018688956,-0.00081918587,0.016798496,-0.004193517,-0.010747349,0.004732327,0.0019007114,-0.008928037,0.0071935253,0.003814965,-0.0062535726,-0.0024530857,0.014792793,-0.0061022323,0.0020110973,-0.006160919,-0.017570326,-0.0023988655,-0.010659806,0.0006001537,-0.009970281,0.01822286,-0.014889975,-0.009214018,-0.01013367,-0.0028997809,-0.0063938634,0.023024136,0.007609308,0.008226194,0.008176715,0.006837301,0.0045628627,0.014503411,0.0070345043,0.000118826036,0.01416133,0.0077108904,0.0017552824,-0.008622598,-0.026129335,-0.00281749,0.0076388046,-0.009005791,-0.008367754,-0.0030165396,0.014390454,0.016175162,-0.013333542,-0.0012577666,-0.017064149,-0.012694001,0.0018174549,-0.109895386,-0.01074785,-0.005244319,0.01993419,0.005180914,0.0016364214,-0.011972469,0.0084559405,-0.0165347,-0.007431461,0.00985706,0.003746667,0.006148243,-0.013606382,0.010593912,0.017826712,-0.0018250598,-0.0072488873,-0.002720661,0.006480712,-0.0037891888,0.02268628,-0.013927582,0.010526409,0.006933497,-0.009622997,-0.010823824,0.0029802667,0.007557909,-0.01726763,-0.017405113,-0.015323518,0.010978276,0.018390382,0.011542663,-0.008323417,0.0011502495,-0.008299924,-0.122328535,-0.014335143,0.0145344585,-0.02118258,-0.017857768,0.009290415,0.0056372806,-0.014910257,0.011286066,0.0060341437,-0.00889891,0.020843316,-0.0042466284,-0.0006173278,0.017416263,0.007825657,-0.011390943,0.023401625,-0.018520545,-0.0061527505,0.0026127815,0.010835313,0.017338704,0.0025286286,0.0012876025,-0.01302995,-0.019710941,-0.0057010185,-0.008542411,-0.014302027,-0.01177357,0.0021133684,-0.010882017,0.0042610583,0.0044995546,-0.006286348,0.010763431,0.012961967,-0.020038681,0.00548138,-0.017139586,-0.006121351,0.00782882,0.016447563,0.011188253,-0.0035982605,-0.005995608,-0.0005656041,0.017674312,0.0121974675,0.0003900078,-0.0040515554,-0.00736489,-0.022139002,0.0016500724,-0.003178348,0.022592109,-0.007023891,-0.0061088405,0.010641882,0.020894501,-0.0019735692,0.0019598356,-0.0053879335,0.012056409,-0.002611806,0.0055617243,0.00074096455,-0.0095873345,-0.0156000005,0.0016377828,0.018784583,0.0032391248,-0.01107699,-0.019913776,-0.027698517,0.01580336,-0.00654655,0.007937076,0.016591271,0.0063544586,-0.006684849,-0.0141784325,0.014831512,0.0027471904,-0.012933109,-0.026457472,-0.0071189296,-0.00044671696,-0.05660752,0.0025706575,0.012454374,-0.0037034673,0.010259975,-0.0116793895,-0.014206034,-0.009186153,0.00044101648,-0.004767019,-0.040010963,0.010146007,-0.0025812625,0.011566908,-0.0035534077,-0.014582345,0.005530167,-0.00086178037,-0.021184603,0.019788349,-0.0035175981,-0.0075279926,0.008038983,0.010906085,0.001810881,0.0026579935,-0.0046566413,-0.015535167,0.0025135474,0.0052145463,-0.0012242347,0.013456616,0.026371604,0.0051397327,-0.0108273905,-0.0115202265,-0.0039185546,0.012049132,0.0012115994,0.0082484055,-0.007036498,-0.009967399,0.007045691,0.0135619985,-0.003361428,0.0044958843,-0.0017584257,0.004636817,0.004575255,-0.02249254,-0.019199654,0.026969014,0.01541399,-0.008374928,0.03347184,0.01538013,-0.020502055,-0.0026201566,-0.0034265663,-0.03617144,-0.0089246165,-0.006025005,-0.0052647893,-0.0011938203,0.02516003,0.006930081,0.014157794,-0.009312242,-0.008123293,-0.013971632,-0.006063769,0.013770376,0.00924066,-0.0028564357,-0.014190794,0.008258556,0.01419585,-0.009328578,-0.005943981,0.014170578,0.02692763,-0.039380744,-0.009334777,0.012402127,0.020053357,-0.003911919,-0.009042767,0.023918768,-0.0053431606,-0.025038982,0.009561328,0.0124718025,-0.0035203653,0.0012075214,-0.031597305,0.014462393,-0.011520978,-0.01449116,-0.004473539,-0.0135894045,7.098535e-05,-0.025176862,-0.008681672,0.003449863,0.013762329,-0.009573611,-0.022594957,0.008760721,0.01210137,-0.017515618,-0.014856087,0.016427882,0.009144932,-0.0027404088,-0.16072488,-0.02222312,0.025319539,-0.0069425423,0.0070564724,-0.022987047,-0.009619238,-0.0008781122,0.012308186,-0.010938121,-0.007241613,0.008412434,0.0026070818,0.007991627,0.0029684305,-0.00038179944,0.004396442,0.025534015,0.009871895,-0.0043351185,-0.024298133,-0.029574336,0.017884467,0.000832405,-0.009539894,-0.004840402,0.011373249,0.0033944908,-0.00028522513,0.0024104265,0.014321432,-0.0026217524,-0.012292382,0.00012666313,-0.023395272,0.0019774092,-0.0030475236,0.0006610137,0.002126194,0.009779105,0.0037972976,-0.003462478,0.0065502445,-0.007651317,-0.007191967,-0.013426267,0.019540166,-0.022694841,-0.020061955,-0.006520483,-0.014522726,-0.016416179,0.020260131,0.005730031,-0.010848343,-0.0078009604,0.0034527201,-0.02536255,-0.0030870705,-0.035083428,-0.011345385,-0.01479935,0.043091726,0.0005192595,-0.021435738,0.0047232322,-0.0084473835,0.15316495,-0.008300129,0.009607334,-0.035148576,-0.007408747,0.017801283,0.020220106,0.00230393,0.009135197,0.012249093,-0.019116627,-0.015118898,-0.010797017,0.014969316,-0.005573956,0.006322237,-0.028811041,0.015582774,-0.0037122888,-0.019035183,0.0034256913,0.00039397288,0.024301413,-0.0036097704,0.01135091,-0.006414,-0.015506396,0.021272643,-0.0074816397,-0.004326933,-0.0030315411,-0.030055508,0.00032625944,-0.032159667,-0.003930801,-0.025131483,0.011099122,0.008657595,-0.003369104,0.016201992,0.008256458,0.006852019,-0.001121596,-0.02255543,0.0084926365,-0.0010713344,-0.0028772124,-0.0013631,-0.0037444262,0.0061094067,-0.038102746,-0.015452836,-0.0139277205,-0.0037506074,-0.011218705,0.012728705,7.287739e-05,-0.0036346116,0.0053875437,-0.02581961,-0.01723626,-0.004134965,-0.019812515,0.0053130127,-0.0027176705,-0.015829662,0.008030227,-0.003412657,0.014396644,-0.088685215,0.016230237,-0.028396169,-0.010023894,-0.016756276,0.022970114,0.012011585,0.010983923,-0.0038434113,-0.0029945865,-0.01620118,-0.018436095,0.0055980226,-0.022216953,-0.0038498542,0.009239954,0.013892327,0.007861814,1.2735475e-05,-0.0010866347,-0.0087878555,0.024494713,0.005687779,-0.005796427,-0.0002012526,0.026870623,-0.0019216002,-0.004532423,0.011199344,-0.0009510511,0.020553274,0.015238452,-0.016881932,0.02570311,-0.010811784,-0.014761968,0.005108798,0.0065317266,-0.0012711291,0.016230417,-0.00048230772,-0.0021775588,0.0070656175,0.008479978,0.01121547,-0.014464937,0.020329801,0.008808679,-0.021512134,-0.013008526,0.0049872403,-0.002326092,0.015462402,-0.024492024,-0.010843629,0.0039205155,0.017632892,-0.013181518,0.010755541,0.022735102,-0.017492216,0.01035041,0.017381977,0.005758299,0.0056124334,-0.038487874,0.0122978715,-0.019069675,-0.015143128,0.0037845965,-0.03209909,0.007872444,0.0032001156,-0.011899663,-0.00045492197,0.010998148,-0.019454917,0.01898929,-0.018711047,0.009918444,-0.015274445,-0.0021322155,0.014089517,-0.014830585,0.038250703,0.003694138,-0.018335452,0.00506642,-0.0074631376,-0.02692377,-0.013579752,0.007452098,-0.008556038,-0.008175839,-0.010805231,0.01354069,0.016546743,-0.0007906909,0.031885363,0.0062172064,-0.020739127,0.0102555305,0.0206344,-3.5448196e-05,0.010341719,0.00204805,-0.008662622,-0.0058733504,-0.010497057,0.006781047,-0.016710743,0.014629346,-0.025511468,-0.019855594,0.004743805,0.01836473,0.013181658,0.016107935,-0.01568812,-0.013970634,0.00016512294,0.01327801,0.018462509,0.00031875068,-0.014121271,0.002442779,0.015384016,-0.009945605,-0.0041466714,-0.009716418,0.0100536505,0.019912807,0.033672173,-0.016007803,-0.007127953,-0.029254695,0.006945961,-0.01145176,0.0119963735,0.012829191,-0.017120063,0.0344273,-0.0070993467,0.024190657,0.0053125056,0.024380818,-0.0053681443,0.008239473,-0.002562883,-0.0059551965,-0.00028831526,-0.00014466606,-0.009850685,-0.00416595,0.0010986564,0.023900557,0.011129582,0.013443242,0.0031528908,-0.018675622,-0.031603895,0.012971514,-0.002470757,-0.00404777,0.01211146,-0.010503204,-0.0064631663,-0.004473433,-0.0080364365,-0.019428307,-0.005836346,-0.011161534,0.016845515,-0.024980534,0.004665202,0.015798762,0.009367985,-0.0021064368,0.015195565,-0.07529108,0.010475214,0.017428711,-0.021815334,-0.014853166,0.023984032,2.5066265e-05,-0.00054971105,-0.010219455,-0.012625381,-0.005475006,-0.015720932,-0.021222267,0.007947079,-0.018990362,-0.0016031347,0.0038896496,0.0023785895,0.010293156,0.014465186,0.011924913,0.00319392,-0.0129304575,-0.017738752,-0.011232555,0.002271775,0.01856331,0.0155350985,-0.0015762473,-0.0048446767,0.0044609956,0.0063960687,0.007814248,0.00082845945,-0.002279954,-0.032251712,-0.005721095,-0.028876277,0.008555716,-0.018574202,-0.00892626,0.00062643294,-0.05859679,0.019968634,0.01298516,0.028001836,0.010662521,-0.011014676,0.014425576,-0.029229986,0.016766135,-0.017392512,0.032281443,-0.0033139936,0.0034156365,-0.021463308,0.013248028,0.020243019,0.01161204,-0.010199804,-0.020691494,-0.019653544,-0.002004674,0.006775606,-0.023820417,0.012098428,-0.007446949,0.005934137,0.017410615,0.0075883903,0.000811945,-0.019173369,0.010250314,-0.007950433,-0.016709182,0.015814256,0.013511778,-0.004391924,0.007933215,-0.002367662,-0.018330792,0.031048564,-0.013136447,0.003706215,-0.010236831,0.00070820854,-0.0046477094,-0.09331412,-0.0055206367,-0.0032787623,0.014227469,0.011212422,0.0335741,-0.0056362767,0.06527163,0.00097013765,0.017165132,-0.009623882,-0.017148156,-0.018276405,0.0043870127,-0.0022258318,0.006593276,-0.02368553,0.0068966295,0.0077765076,-0.0027989368,0.0025641304,-0.02238007,-0.021299522,0.035245426,-0.002068864,-0.04484786,-0.008453887,-0.00053973845,0.02192296,0.043200046,0.022207899,-0.0066311527,0.00219133,-0.0041344366,-0.008869354,-0.01895241,-0.008082362,-0.016010854,0.012420261,0.009928321,0.007376132,-0.0023114202,0.011052809,0.029644754,0.010573576,0.008953158,-0.012677297,-0.015319604,-0.01103257,-0.009672254,-0.020535108,-0.0010966127,0.002681737,-0.014643851,-0.0003864353,0.014630043,-0.017068556,-0.025431627,0.01019103,0.0048048007,-0.018721042,-0.025932172,-0.0013004714,-0.0011212041,0.0016413662,0.014626834,0.0043102857,-0.0019027005,-0.045137864,0.013575565,0.0073550236,0.02816019,0.008633556,-0.012110558,-0.012170488,0.0100853825,-0.015889367,0.010356287,-0.0053031165,-0.015504941,0.00082716387,0.02399761,0.0073506557,0.01090291,-0.00716939,-0.0012847825,0.00820212,-0.028008817,0.020944944,0.0067806966,0.031071775,-0.0049541886,-0.0038518535,-0.007194311,0.008897101,-0.006582649,-0.015862366,-0.010764971,-0.00036651862,0.0028372519,-0.0048910733,0.0019283289,0.0069096815,-0.00017246394,-0.011247921,-0.0070141917,0.010834374,0.002342966,-0.004157747,-0.0007117188,-0.008437113,0.004381495,-0.005507327,0.001167624,0.023805907,0.0013418631,0.015058325,0.0035602371,0.0042486116,-0.029252099,-0.022998622,-0.012692925,0.0013806704,-0.02393094,-0.001516147,0.0008127459,-0.019358246,-0.005878777,-0.009905342,0.009740443,0.017285459,0.007830149,0.005638991,-0.008502731,0.003184341,0.0112387985,-0.029112006,0.0011561618,0.00601074,0.021043278,0.001244801,0.0055354657,0.0069316546,0.016616054,0.0050174487,-0.008240962,-0.006724253,0.024110297,-0.0030703908,0.0109911775,0.021125862,0.0082245935,0.015073091,-0.008675698,-0.0007456915,0.01305431,-0.012370761,-0.009013149,-0.00052371976,-0.0050886893,-0.011013776,0.000758199,-0.0035769355,0.013318929,-0.011065371,-0.0046468414,0.02720635,-0.04575137,0.008012614,0.004862064,-0.009171458,-0.013237377,-0.025895353,-0.003187214,0.030234197,-0.001951171,0.005356775,0.019624773,0.03258468,-0.0100358175,0.0099099465,0.013378647,0.009746897,0.0112488875,0.0163329,-0.0033897774,0.0091027,-0.025533864,-0.0013583286,-0.022024376,0.0044071963,-0.0032576213,0.004488992,-0.0053228773,0.031156247,0.004547466,0.012130445,-0.02907956,0.0270278,0.010544322,0.01729617,-0.0024965773,-0.009886683,-0.014551451,0.014635209,0.009375497,-0.0061829793,0.0031141168,-0.029662065,-0.008102179,0.005451944,-0.004399955,0.0008948341,0.04282177,-0.019327179,-0.0098237675,-0.004804768,-0.0034241453,-0.00990905,0.0014961846,0.03350544,0.024364913,-0.003051147,0.0007104314,0.0030752714,0.008130236,-0.010531789,0.0062286993,-0.00024465204,0.011304183,0.016908025,0.017751524,0.013900865,0.008165329,-0.0125820115,-0.0016786669,0.01036996,0.000280345,0.00086355396,0.007199613,-0.0073546213,0.019350842,0.00010053091,0.032935802,-0.013856486,-0.01762862,0.006910465,-0.010490022,0.004488728,0.008021979,0.016336992,0.014299499,-0.013650474,-0.0036430405,-0.0026449969,0.00406899,0.0056585525,0.011257614,-0.0043532224,-0.028255412,0.03090463,0.020262556,0.0005686027,-0.008693095,-0.013430647,0.015307773,-0.00840119,0.011034732,0.004776356,-0.0063452404,0.03425755,0.014211987,-0.01580094,0.0024504606,0.002792691,-0.0029662296,0.016768109,-0.0021594374,-0.019189697,0.011635679,0.012368371,0.00042347703,0.019074265,-0.0021590253,0.030851342,-0.019814886,-0.019817661,-0.016284872,-0.007283757,-0.003920925,0.023855863,-0.0010454732,0.01685592,-0.015452432,-0.012583635,-0.020558482,-0.0035872534,0.0112325875,-0.008850308,-0.015249548,-0.0038603253,-0.016056256,-0.029645035,-0.011827905,0.01997298,-0.0031742947,0.009257315,0.0074780486,-0.018406205,-0.027601767,-0.0053979754,0.0021658163,-0.018426089,0.00040340095,-0.025135707,-0.007244283,-0.0122127095,-0.0090019135,0.016326088,0.018252518,-0.0038491571,-0.0029647215,0.039327662,-0.0036400885,0.0029970936,-0.002599743,0.009674822,0.017231973,-0.020114604,-0.013175735,-0.007217513,-0.001732946,-0.0045368546,-0.0011991606,0.025525259,-0.0045259884,-0.0034602203,0.0023706376,0.009586258,-0.0052312883,-0.030036926,0.009503479,-0.013056847,-0.01047202,0.0032985106,0.01824293,-0.0139115,0.008148041,-0.016343396,-0.005710309,0.007829173,-0.0050540045,-0.012810836,-0.0018109226,0.013599154,0.007082178,0.015207106,-0.025029423,0.029635936,-0.008019361,0.006275076,0.004460697,-0.026486266,0.008432821,-0.019102063,0.010026502,0.011499078,0.020486712,0.004144676,0.018613532,0.0077693537,-0.007453053,-0.004544457,-0.01687911,-0.016504657,0.018605417,-0.026679112,0.019460287,-0.00856052,0.006915351,-0.0048502875,0.01759122,-0.01629973,-0.00042593625,-0.01597566,-0.016428063,-0.014231531,0.015083351,-0.012048016,-0.014265037,-0.00040843623,-0.024923094,0.0013497976,-0.013336366,0.03157685,-0.01517903,0.0065440885,-0.01168395,-0.004501254,0.017365351,-0.0019907716,-0.006149788,0.0018185204,-0.013957858,0.0057896217,-0.006566056,-0.0013361542,-0.0029570772,-0.01396312,-0.016830932,-0.012494758,-0.03624936,0.018099528,-0.0030649656,-0.013377419,0.014713231,-0.0039596036,0.023054384,-0.009599146,0.029758371,-0.0033765652,0.0047879834,0.007286711,0.020500591,0.0012856654,0.015516373,-0.011195567,0.011594559,0.010191221,-0.018804803,-0.0046453816,-2.701127e-05,0.007572945,-0.02493044,0.009901542,-0.0057336506,0.00019300515,-0.019043649,-0.0065800156,0.02524203,0.02701705,0.024571562,0.007427024,-0.005842689,0.015859548,7.570221e-06,0.0014213164,0.012525239,-0.0012113444,0.017943555,-0.02197101,-0.006855643,-0.006982469,0.0056107948,0.026340261,-0.0026147477,0.014576936,0.026924547,0.0006513694,-0.0134751545,0.0014751502,0.014102888,0.025538895,-0.000424968,-0.011384356,-0.025120297,-0.011977011,-0.017275581,-0.01139663,0.015049152,-0.016403403,0.019992163,-0.027634,0.015836094,0.024606837,-0.0062086517,0.01213561,-0.0007427815,0.008609467,-0.013347068,-0.009381517,-0.013356036,-0.014745451,0.002561549,-0.013075559,-0.00053790235,-0.021635575,-0.02052638,0.0061094644,-0.009052006,-0.001057263,-0.003430331,-0.017291857,-0.0021636507,0.01374589,0.0010919977,-0.010010731,-0.018944336,-0.0088959085,-0.005322235,0.015160906,0.0129721,-0.009646805,0.023263242,0.031063044,-0.020832526,0.0011669545,-0.0019517873,0.0069703697,-0.042793408,0.0021446752,-0.0006274393,0.012801161,-0.014602495,-0.016406558,-0.023090767,0.0020390823,0.009275194,-0.00065719185,0.0051324368,-0.005022434,-0.016829718,0.0024645855,-0.00048360354,-0.009694099,-0.00869336,-0.011223145,0.0026113389,-0.01885617,-0.016292961,0.0018992017,0.018379875,0.0019431763,0.016586952,0.034120522,-0.018123323,0.02705452,0.0010702411,0.01655791,-0.016962815,-0.0068725985,-0.0043842727,0.009480093,0.003672961,-0.0027964073,0.0109060975,0.0002695625,-0.021214005,0.01642291,0.012705266,-0.0030685985,-0.0050896686,0.015488662,-0.012696998,0.011891549,-0.01704682,-0.0053919614,-0.017816005,0.005865319,-0.010537577,-0.028966695,-0.00046392748,-0.012309616,0.0023966571,0.009658714,-0.016434897,-0.022252357,-0.022330463,0.00859845,0.002072091,-0.010640974,-0.009084919,0.021453744,-0.0017367539,7.983416e-05,0.009872748,-0.00012582284,-0.0060448954,0.0038098297,0.00973905,-0.00013103355,-0.017133841,-0.024248814,0.009526039,0.0046513043,0.00332586,-0.0006803984,0.008113162,0.0076724472,-0.004591173,0.005528174,0.009304591,0.015657032,-0.015286571,0.0033877243,0.0113093695,-0.02072619,-0.021408876,0.008802233,-0.0054068533,0.022335634,-0.013095481,-0.021921797,0.006787832,0.003027129,0.0017544565,0.019756721,-0.003380903,0.009569891,0.0068753487,-0.0016056091,0.007511649,-0.0088581415,-0.009019612,-0.027458293,-0.015572653,0.0031300955,0.010552386,0.010362412,0.0068457923,-0.008515951,-0.00022367066,0.0063493876,-0.018894326,0.009908191,-0.009283697,0.01642171,0.038308103,-0.02175936,-0.007192127,-0.004365392,0.0055440417,-0.029576585,-0.0009233196,-0.003895907,0.01451894,-0.014373129,-0.009270248,0.011862921,-0.0095716575,0.0109738475,0.008229724,-0.0058378684,0.0021999292,0.015015722,-0.012241485,0.021748956,-0.0054024532,0.031439915,-0.0012043884,-0.0073661655,0.0030374364,0.01132081,0.013010697,-0.006096465,0.018549487,0.017042618,0.026673049,0.0075088027,0.037659045,-0.0027659454,0.002172625,-0.022719298,-0.031569995,0.0122251315,0.013496652,-0.0018710754,-0.012843724,0.005518285,0.022841737,0.005303321,-0.012671982,0.007240444,0.017634328,0.025444705,0.0018928072,-0.02091475,-0.00431367,0.009504777,-4.6827437e-05,-0.009597048,0.020273136,-0.0065805954,0.02166112,-0.01811317,-0.01354776,0.15873595,0.12242857,-0.0022002545,0.0016406549,0.031285904,-0.002255843,-0.014641371,-0.018871143,-0.008136929,0.02062857,0.000889466,-0.029051922,0.02439322,0.003976279,0.01983062,-0.004285764,0.014957782,0.017811786,-0.01954927,-0.0015162132,0.013988352,0.012303226,-0.01459754,0.005450774,-0.00031621175,-0.021297244,-0.012343234,-0.0068446146,0.0061907317,0.0069144606,-0.0021684081,-0.007668057,0.0030822845,-0.021609582,0.018858142,-0.014979078,0.0051798355,0.019008292,-0.008236861,-0.023754269,-0.007102287,0.0068423073,-0.0072402805,-0.021602295,-0.0057768445,-0.010753954,0.0132708,0.011826876,-0.0034031677,-0.013829109,-0.013703994,-0.010347304,-0.014993208,-0.006779417,-0.007656376,-0.02173233,0.023118887,0.02638242,-0.010750293,0.00380925,-0.0084953215,-0.0050187237,0.012386849,0.0028191113,0.003645306,0.001580974,-0.016083686,0.007483216,-0.008041978,-0.01685961,0.002629459,-0.004128662,-0.011977408,-0.0012951341,-0.02042982,-0.011629573,-0.019549046,-0.0020043254,-0.0059461715,-0.018486647,0.007300689,0.005170824,0.0003232683,0.025595624,0.0171141,0.013684714,0.0064950995,0.026517257,0.091502406,-0.004712971,0.0027068686,-0.020066788,-0.011668138,0.020527067,-0.01403117,0.03532421,0.026073232,-0.0028561663,-0.013670209,-0.00034370754,-0.007681715,-0.010783049,0.015311067,0.018151326,0.0024913456,0.020171273,0.00024046688,-0.008456351,-0.005278653,-0.011445112,-0.0030504076,0.0018465946,-0.01631446,0.009848442,-0.016256733,0.0035716176,-0.025777249,-0.041510664,-0.09863508,-0.0020031023,0.012500486,-0.006361119,-0.0043906267,0.009932472,0.008309131,0.0067141238,-0.011172902,-0.026189229,0.016632687,-0.0077633667,0.008933231,-0.024111923,0.021923594,0.013208714,0.021844024,-0.01935419,-0.00021090126,-0.013245704,-0.00803241,-0.0031412807,0.00129049,-0.012925377,0.0073041567,0.025522538,0.0041185347,0.011452064,-0.008158823,-0.008367519,0.02662966,0.017788015,-0.019893115,0.0051815584,0.02056123,0.011454099,-0.014583294,0.006336836,0.011195293,0.013880188,-0.007834278,-0.032855418,-0.0026416918,-0.011437662,0.0035858848,-0.009130386,-0.030957578,-0.0037126844,-0.020022139,-0.0046492806,0.023372747,-0.02567023,0.016779525,0.012479176,-0.008617814,-0.016185354,0.0074489624,0.007608294,0.01449164,0.004325824,0.021797646,0.012229296,-0.003394727,-0.010739073,0.01570737,-0.0010876475,-0.0037085977,-0.011444209,0.0046638926,-0.015260212,-0.014877189,0.002437153,0.027582875,0.010768304,0.009627725,-0.0077756764,-0.034752402,-0.003805214,-0.002431912,0.0043534767,0.015936451,0.012656976,-0.0003227808,0.111848354,-0.011634368,-0.005618658,0.0015438548,0.0054373643,-0.024307024,-0.0025843014,-0.004646256,0.014010847,0.02156608,-0.0041021267,0.016233515,-0.00042989364,0.01884702,-0.0014804315,-0.0014973824,0.024784693,-0.016483262,0.023137793,-0.018061252,-0.0077969437,0.0013075232,-0.010111559,0.0071017547,-0.0151657825,0.018237408,-0.028552093,0.029361187,0.008647842,-0.01943389,-0.015763877,-0.008833246,0.017442893,-0.0027388728,-0.012263197,-0.0025471451,0.010238926,-0.009230902,0.0016683699,-0.008860972,0.0006519515,0.004806393,0.0011451072,-0.008310265,-0.026813276,0.1915553,-0.0017252527,-0.013149261,-0.00573321,0.018391866,-0.0022901702,-0.013647606,0.012819546,-0.020391777,0.013032868,0.021582836,-0.010367805,-0.009216839,0.0073860805,0.009738129,-0.010883448,0.009677201,-0.015736373,0.008953725,0.007172054,0.0020349715,-0.01671072,-0.0022559757,0.017389163,0.0022558698,0.004514449,-0.011626161,0.008720343,-0.0042777867,-0.00013237294,-0.010957857,-0.015573351,-0.016930206,-0.01186375,0.0033103484,0.014268946,0.0144513175,-0.015243403,-0.008073108,0.013858411,-0.00021155765,0.009741586,-0.012095116,0.027001431,-0.020144917,-0.00056779047,0.0055611175,-0.015513895,0.019072361,-0.0132023655,-0.006552446,0.014031804,0.010400327,-0.008474304,-0.005891439,0.008079865,-0.0030680369,0.0012979597,-0.03504576,-0.0040109167,-0.03223303,-0.005987332,0.0073794993,0.0144512,-0.0067691556,0.011699831,-0.021240648]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 133,
          "content": "Lithium miners rise as supply uncertainty, battery demand boost prices",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.014914629,-0.0023239513,-0.009121009,-0.06596559,-0.0038457455,-0.010394019,-0.03810713,-0.0020174936,-0.015776211,0.021292752,0.01611196,0.0003420979,-0.008587777,0.002091976,0.11056978,-0.02077626,-0.013224092,-0.0062413663,0.015130741,0.003366474,-0.00336915,0.01195162,-0.012581641,-0.015720446,0.011848016,-0.008995452,0.019761551,0.0010982342,0.028696347,0.00219003,0.011213747,-0.015997343,0.025777489,0.0315285,0.03192509,-0.017740592,0.005300363,-0.0019320187,0.014053503,0.0074143503,-0.012576119,0.018772868,0.0042130947,-0.017693559,-0.04402837,0.011637232,0.014602917,-0.03123145,-0.028876103,-0.008098912,-0.0021262392,-0.0022889278,0.005436452,-0.17355256,-0.017165637,0.005306821,0.02081209,0.017737575,0.019415686,-0.013115817,-0.009148227,0.029339302,-0.0071160705,-0.05591136,0.016224934,-0.0061080903,0.023184337,-0.0037667789,-0.010623359,-0.013415326,0.035655808,-0.008998524,-0.005364218,-0.022286559,0.017944843,-0.02083068,0.02624565,0.011383187,-0.0134113105,0.00024359094,-0.0032451563,-0.003521984,0.0003482253,-0.012932914,0.011855697,0.013463924,-0.0075497357,-0.02682219,-0.002280779,-0.0016132583,0.01092879,-0.008436463,-0.007895596,0.015971724,-0.021152088,0.013931314,-0.011835095,0.0091717625,-0.008553435,-0.015492991,-0.0072821686,0.030913051,-0.0072177686,0.0033487321,-0.009728607,-0.012789492,0.004165014,0.037290856,0.024095966,0.0143785225,0.010592447,0.03254509,0.018905114,0.0026448716,0.014944159,-0.12950622,0.002812669,-0.020054433,-0.016069164,0.008397655,0.001298959,0.04448904,-0.0006001187,0.019927517,0.008983766,-0.03137037,-0.00947891,0.011291882,-0.0017298526,0.0009896918,-0.0010388681,-0.011439842,0.0126665365,0.0033894884,-0.0044803782,-0.0077162306,0.018438367,-0.015940176,-0.00075775856,-0.02452234,0.027333718,-0.0011224371,0.011102512,0.02572011,-0.029946087,-0.026518546,-0.025872434,-0.007908608,-0.0066082794,-0.020614868,-0.002026617,0.011816365,0.014985337,8.81941e-05,0.005647173,-0.04367788,-0.024745552,0.010473231,-0.015186053,-0.0072471956,-0.0028951243,-0.01105588,0.011882078,-0.024075968,-0.009204006,0.01947715,-0.0037929872,-0.009379104,0.014414595,0.01603353,-0.011341229,0.01725171,0.0026162155,-0.019077193,0.007935263,-0.027689824,0.010009267,-0.0039755404,0.010999923,-0.026184123,0.008911774,-0.00091877795,-0.014305361,0.031551365,-0.0065678405,-0.0027768116,-0.0036554253,0.0035044083,-0.0072526094,0.00030086187,-0.032992505,-0.030236362,-0.0039618644,-0.041155864,0.02382454,-0.014360907,0.012541893,-0.010405423,-0.033150114,-0.004593259,0.007936025,-0.0060275323,0.008347924,-0.007096386,-0.0020123455,-0.023345655,0.011469101,0.012424594,0.020212919,0.0039062854,-0.009087576,0.013381832,0.006720394,0.00014794811,0.0029855547,-0.010172761,0.020844383,-0.007241229,0.001995182,-0.020927383,0.014468493,0.014696353,-0.019279072,-0.032043166,0.029836854,0.0014888513,0.0010742771,0.007061451,0.018520137,0.020013927,0.0046975357,0.01564681,0.010187475,0.02267677,0.020169046,-0.009968765,-0.010060808,0.0073375916,0.01519687,0.02525631,0.008347131,0.030689675,-0.0032171411,-0.0076474487,0.012355862,-0.03519138,0.008562596,-0.0054888735,-0.009777308,0.007695394,0.013715234,-0.007933306,0.0021942477,-0.00017548153,-0.0012441021,0.013486386,0.012230561,-0.0013433411,0.013144637,-0.0056716986,0.01792134,-0.010776325,-0.041591827,-0.019917035,-0.004720176,0.025025304,0.026711104,-0.016673855,-0.028411658,0.019461164,-0.01879513,0.015079504,-0.009902329,-0.0034830687,-0.006490801,-0.023456464,-0.05500551,0.008893748,-0.0046553984,0.023562081,0.013904257,0.009664121,0.022491224,0.005397736,-0.009455557,-0.018370185,-0.026441492,0.0047732773,0.039224938,0.015561269,0.021112327,-0.013932092,-0.010653178,-0.008543695,0.01653203,-0.0193675,0.013052027,-0.015745876,-0.00056457374,-0.024459176,-0.009060389,-0.0026032373,-0.005264922,0.049097072,0.00838021,-0.03818038,-0.030056162,0.0077397027,0.029183049,0.03145078,0.0019730085,-0.015016128,-0.006977876,-0.04425578,-0.0072310176,-0.027070377,-0.03760181,0.0357292,-0.011661439,0.0051861415,0.005310023,0.0115742255,0.021026907,-0.0346753,0.0039130347,-0.02239881,0.01715962,0.030107195,0.0041698543,-0.013322538,-0.023768695,-0.0341857,0.0035435993,0.0057951882,0.009292029,0.0007042948,-0.0010342537,-0.009444909,-0.010416247,-0.012230812,-0.03498747,0.047191888,-0.026921036,0.005047279,-0.020115439,0.01553742,-0.007398803,-0.022989223,-0.044480223,-0.015156228,-0.02195169,0.006310121,0.002952255,0.0077324766,-0.04506669,0.008472692,-0.0033675479,0.008868457,-0.0073624947,0.009441594,-0.0104015265,-0.017256968,0.002025808,-0.017487677,0.03903941,0.015757643,0.00063128455,-0.00070681114,-0.006732277,0.014468073,-0.006176787,0.009037913,-0.016373258,-0.013696947,-0.009010836,0.0063456018,0.01402635,-0.0039968756,0.028017795,-0.0059162644,-0.030390013,0.033190712,-0.012969808,0.009017676,-0.0007507606,0.007164495,-0.0121560935,0.0066037895,0.0002524824,0.012753642,0.017375419,0.00597864,-0.013801453,0.012712506,-0.04312366,0.0004543279,-0.027898619,0.011680464,-0.0040497473,-0.0056331255,0.0023783413,0.004266449,-0.008836383,0.017126657,-0.007662015,0.017744506,-0.010721717,-0.010572262,0.015305039,0.0065842676,-0.0061958963,-0.020017775,0.0107041225,0.016794652,-0.009428737,-0.007204494,-0.009997226,0.015109952,0.018746598,-0.010216159,0.003135132,-0.0050624134,0.015070052,0.022086903,0.016511448,-0.00023844266,0.041527286,-0.016785018,-0.00032689693,-0.013100437,0.03351133,-0.015888907,-0.0056566475,0.014718292,0.017144743,-0.009694034,0.0013179498,0.004843009,0.0075591803,0.0067554913,-0.013953392,0.039419647,0.023632253,0.009304173,0.0052473927,-0.0067221415,-0.022817554,-0.013625947,0.011667717,-0.009136839,-0.0010872005,0.026006151,-0.0015130742,-0.016529314,0.04291854,0.048626035,-0.03728932,0.016020477,-0.022144808,0.008437322,-0.0051541794,-0.012686772,-0.001430406,0.005769202,-0.05175542,0.022303676,0.002084083,-0.014386716,0.0311244,0.0037111277,0.010852232,0.00819047,0.013017428,0.0017486567,-0.038030993,-0.001582599,-0.032068428,-0.0030106474,0.0030378846,0.017267708,0.041609418,-0.011016136,0.0143378535,-0.0008117684,-0.010294059,-0.02214988,0.007568404,-0.0048782374,-0.018027298,0.01241114,0.04130346,-0.0024664162,-0.00018563675,-0.0054838182,-0.0044332896,-0.028577546,0.018314587,-0.023633575,0.010125831,0.008283701,-0.0061128493,0.0156459,-0.0015505307,-0.0035132738,-0.03812048,-0.06158733,0.0017128816,0.0014331009,-0.0033392336,-0.0011290958,-0.0016989217,0.0051023215,0.0030566002,0.026828019,0.016777562,0.008735819,0.013697404,-0.023546506,-0.013575489,0.0124737555,0.00014873967,0.01297391,-0.0139634665,0.006374252,-0.017671501,-0.019544575,-0.019951928,-0.0037816218,0.0035866299,0.0017776683,0.022509413,0.005505856,0.014305019,0.021439921,0.027484002,-0.00011199107,-0.008129428,0.0078106895,0.011028017,0.022848336,0.024366984,-0.023129195,0.013699768,-0.048840493,0.026303466,-0.08505911,-0.015322424,-0.007888612,-0.019920813,-0.043809883,-0.009238685,-0.0037822367,-0.01349025,0.008170709,-0.0037691118,-0.02165478,0.001137084,0.036882367,-4.6666202e-05,-0.017693168,-0.011716905,0.008229393,0.03013918,0.004921726,-0.028179588,0.0062351013,0.012728195,0.0066038766,0.012410644,-0.0031819462,-0.022629755,0.023037827,0.0018240362,0.025174262,-0.0038582354,-0.009648685,-0.0046026087,0.0025497053,0.016419634,0.006369482,-0.0002894716,0.00029013574,-0.01988489,-0.006304108,0.014768023,0.010124746,-0.014794107,0.007513997,-0.02892247,-0.005478508,0.026704546,-0.0057079694,-0.005449523,0.041150004,0.013812191,-0.013001612,-0.023984285,-0.009591138,-0.018364727,-0.025456037,-0.0057937126,-0.0412125,0.03548643,-0.00012885772,0.0071613905,0.029042374,-0.015261996,0.0006390777,0.010301809,-0.00086810393,-0.00028954598,-0.02455366,0.0178978,0.01268085,0.012845659,0.0024994162,-0.020873513,-0.010506134,-0.013762049,0.004601034,0.014616808,0.013581523,-0.0033091104,0.029785277,-0.020231368,0.007279812,-0.02447715,-0.09965987,0.0024445995,-0.012911093,-0.0033249685,-0.007565959,0.014116044,0.009569582,-0.024558214,0.020919822,0.013847508,0.016000167,-0.0029418052,-0.0044904095,-0.030998174,-0.016269024,-0.0019303206,0.0011524135,-0.009400253,0.02500705,-0.019241264,-0.020168666,-0.00019591252,0.018570304,-0.031969573,0.034161694,-0.005293519,-0.00844854,0.015275029,-0.011736919,-0.018040475,-0.022202812,-0.11787007,-0.0103438655,-0.013921375,-0.018125791,0.0042999825,0.0022257194,0.01935144,-0.0069232453,0.032378938,-0.010031538,0.0021678729,0.031044018,-0.026660511,-0.014202986,0.03921257,0.09931738,0.010923637,0.020782767,-0.008797548,0.006228714,0.00063840125,0.022896355,0.007431019,-0.0141565595,-0.009340806,0.021128586,0.023953475,0.022256577,0.0020562902,0.022543034,0.0027553851,0.015998516,0.021795366,0.0083162505,0.009584094,0.0025482802,-0.00764444,0.012637619,-0.004786156,0.031655192,0.021639034,-0.0037629798,-0.008008715,0.0047416333,0.0040654726,0.028367808,-0.014396331,-0.004583409,-0.00915233,-0.020094268,-0.0135228615,-0.06860746,-0.021876505,0.04559452,0.0079504745,-0.004335475,-0.030609513,0.02550147,-0.020528007,-0.021980077,-0.0045707123,-0.016036658,0.02290003,-0.014027431,-0.007137111,-0.004216047,-0.0017282348,-0.01733664,-0.036227856,0.0044908184,-0.013002877,0.016106172,0.003654037,0.02364565,-0.016134057,-0.008501712,-0.015746258,0.032156613,-0.0053263316,0.003340636,0.020331834,-0.00026233162,0.011782483,-0.013554801,0.0069609312,-0.01533191,0.009529959,-0.01676477,-0.005108396,-0.0013542309,0.02162261,0.0148527995,-0.0005721448,-0.005753429,0.01295924,0.008304582,-0.02109285,0.020312676,0.05270874,-0.018504439,0.0059417966,-0.00985456,0.0061572352,-0.0068742926,-0.00034834258,0.0042812256,0.006654162,-0.010416833,0.031190773,-0.0007616196,0.0009806422,-0.0030817294,0.008310937,0.010570555,-0.0009393733,0.0067506204,0.011207265,-0.00709488,-0.0011608361,-0.011006355,0.011721195,0.018709028,0.012194526,0.008105616,0.008383591,0.009559994,0.009636702,0.0064969524,-0.009906917,-0.025227785,0.0043445015,0.00774229,0.00832698,-0.014376651,0.007954521,0.016277751,0.009336872,-0.0047494275,0.023401499,0.0021718915,0.01855069,0.0076321797,-0.0012709757,0.005630692,0.0044766143,-0.001215722,-0.0028514368,0.014464357,-0.011441628,-0.014997702,0.014736046,-0.016479159,0.0055387556,0.020594135,-0.0015871628,-0.0056313584,0.008455541,0.008587654,-0.009194403,0.001798962,0.0018007358,-0.001781336,-0.0059328666,-0.014218713,0.004389417,-0.0009511876,0.019756485,-0.0035681075,0.0072858715,0.020566417,0.016614486,0.014507115,-0.005875616,-0.013483161,-0.017351625,-0.015235703,-0.022741484,0.016964111,0.013028603,-0.0023547083,0.008679765,-0.0069756834,0.01126368,-0.00254955,-0.0009369186,0.014395755,-0.013093711,0.008868901,-0.010203205,0.0049895565,-0.0005473131,-0.026984613,0.023381896,-0.0042995582,0.0016565525,-0.0044915923,0.007437716,-0.0048445496,-0.0061746393,0.012527441,-0.0105001675,-0.0132645955,-0.0067999205,4.8740938e-05,-0.008002895,0.0063051614,0.013029007,0.0026092837,0.003324978,0.0010104663,0.015606882,-0.0077465707,0.01062881,0.0065935194,-0.0036936253,0.005094431,0.005404169,0.030554792,-0.0018254323,0.010868413,0.00937009,-0.013858492,-0.001084898,0.004933396,0.019516364,0.0071008704,0.028890748,0.012539908,-0.012063397,-0.0007420105,-0.0021316365,0.011614859,-0.0040787836,-0.0007419236,0.0056308443,0.0038246075,0.012667119,-0.0152570205,0.015595437,0.00023182883,0.002739502,0.0018354878,0.006160936,-0.00039189478,0.010484333,-0.009154754,0.0072790077,0.015178051,-0.020063484,-0.0039656917,0.02140188,0.014513895,-0.013555027,-0.0061990395,0.0006439274,-0.014263851,0.006765709,-0.01162225,0.007476054,-0.005490655,-0.009368781,-0.007049376,-0.00074319897,-0.00043049036,0.012248074,-0.003042738,-0.019575447,0.00020167574,0.002336187,0.008551743,-0.012517709,-0.005525161,0.028622374,-0.021967443,-0.015781986,-0.02095085,-0.012086014,0.008732633,0.00054115587,-0.019739194,-0.004940814,0.0070504714,-0.011208221,-0.02376006,0.018683285,0.0044306167,0.007361544,0.000700985,0.013695763,-0.016230283,-0.02939649,0.0068510473,-0.008543535,0.015088645,0.003451197,0.0013958522,-0.0010089184,0.0053237234,-0.0076299016,0.014794802,0.008786353,-0.002360936,0.0044715074,-0.009249512,0.024972493,-0.0080230115,-0.005612805,0.012952101,-0.0030144746,0.016956098,0.08193884,0.0011058397,0.011522463,0.0031354346,0.0016319557,-0.019103773,0.009902824,-0.00078469294,0.018077454,-0.011744569,-0.008795269,0.012537774,0.027280834,-0.009316227,-0.0066968617,0.0047440915,-0.007178807,-0.005515903,-0.027344992,0.013276503,-0.0159768,-0.013596377,-0.008262465,-0.0045150816,0.0014122059,0.0026229504,-0.0093051,0.001888261,0.025269618,-0.009808364,-0.00050666055,0.019487126,0.0108206,0.010031455,0.00094035297,-0.00046142025,0.00073782605,0.029657196,0.0013372301,0.01075957,-0.019888936,0.0061462317,0.0021144422,-0.010013196,-0.019266052,0.012637585,0.0002869766,-0.014220395,-0.01629699,0.005927952,-0.0076604346,0.0066638696,-0.0025841035,-0.0036657907,0.015499712,0.00046618667,0.00038720257,0.011808472,-0.010633186,0.00025003593,0.004960526,0.0022690715,0.010851666,0.0142616425,0.0017303864,0.0054052444,0.007986289,0.0075522014,-0.01524978,-0.0053514596,-0.0064010695,0.005174338,0.014392785,-0.009557452,0.020605976,0.0057494207,-0.007300711,-0.0055775302,-0.008198877,-0.013845334,0.0049644206,-0.009561463,0.009902714,0.00033331278,0.0053672297,0.022647198,-0.009827697,-0.007188804,0.007896005,-0.00086231023,0.0013012841,0.008581516,0.012928061,-0.0008090437,-0.012959016,0.0032718964,0.06275352,0.010964559,0.01489464,-0.0154824555,0.002657101,-0.008526746,-0.000305352,-0.0031565803,0.02213146,0.010920376,0.022623064,0.013476679,-0.01416533,0.011401118,0.0005280488,-0.012157242,0.0013629515,-0.00014335693,0.010579009,-0.0054599266,0.0019236661,-0.014198045,0.014795785,-0.0051397765,-0.0034966192,-0.014021598,0.014042917,0.0026850754,-0.028358899,-0.0068627293,-0.0033571753,0.004171899,0.014321294,0.017548133,0.01767039,0.01039327,0.00092990545,-0.0085142,-0.0074366583,0.0036425756,-0.00012668126,0.015181408,0.016221931,0.0008431677,-0.002005182,0.0014890099,0.0020655277,-0.01572491,-0.008866339,-0.00028040298,-0.010871494,-0.0030941814,-0.011115631,0.0038060246,-0.00889937,-0.008871828,0.00051859656,-0.011683154,-0.00028489533,0.0046929205,0.013624807,0.011545812,0.012970196,-0.0047363364,-0.018132033,-0.013002337,0.018659739,-0.01384054,-0.007046011,-0.0006288621,-0.008807693,0.014698793,0.0035213428,0.009613682,0.0014522815,-0.0031786181,0.023575475,-0.006937856,0.0038139063,-0.0046612564,0.002706668,-0.010895632,-0.011123597,0.00079099933,-0.011609197,-0.0012286442,0.012952742,0.027743982,0.003388531,-0.004039657,-0.0072755306,-0.002104284,0.008429032,0.0009961389,-0.0100935865,0.016517857,-0.005451216,0.009625425,3.6208046e-05,-0.0010094434,0.008422204,0.011896127,-0.0022317534,-0.006209072,0.003948578,0.013666991,0.014012458,0.0010648968,0.0075269495,0.0015894015,0.005315299,0.014363493,-0.0029514688,-0.018102117,-0.02419707,-0.025181523,-0.0086044455,0.008828949,0.018503727,-0.0015988663,-0.0030511585,-0.0005612894,-0.004047384,0.0027702712,-0.016513748,-0.013792825,-0.006923049,0.015743323,-0.018054834,0.0023373344,0.0017719103,-0.010894643,0.0011781128,0.0030172395,0.010379144,-0.0018106538,-0.013425006,0.017134547,0.013539294,-0.0021728443,-0.018115373,-0.02554996,-0.0034769566,-0.0010048155,0.011423105,-0.0007349589,-0.008610111,-0.014476442,-0.002145285,0.014522296,-0.0086207,0.01237325,-0.0011496862,0.00053219986,0.009536483,0.0030678643,0.010186945,0.0065732966,-0.0038019372,-0.02313351,-0.005658042,-0.059250325,0.022843676,0.016844967,0.021575782,-0.0038711282,0.018961642,0.009875971,0.0029370263,-0.0003851787,0.0021044933,0.016658867,-0.0120697925,-0.003381733,0.010706032,-0.0027679007,-0.0020095843,-0.007879068,0.01807259,0.009562428,0.0043594223,-0.029807022,0.012087457,0.0024855626,-0.0011964987,-0.005460889,-0.0030988944,0.0011371251,0.0062426184,0.0014945521,0.002947404,0.007644779,-0.028082386,0.00070571003,-0.012636499,0.010752055,0.0059205177,0.007033555,-0.00394756,-0.00573655,-0.00087813527,0.01267392,-0.006581628,0.007555026,0.011107142,0.0014949077,0.0016943628,-0.0040222346,0.004600669,0.028349644,-0.014257766,0.004718883,0.008026291,-0.0020363524,0.0043531037,0.0062167114,-0.013176238,0.023096168,0.0010023689,-0.010612599,0.0155146485,-0.011977396,-0.006908269,-0.00046856477,0.0036447472,-0.019623667,-0.023126954,-0.0061109583,-0.000109790555,-0.008171355,0.00020369804,0.0021886243,-0.008644257,-0.018448826,0.009011933,0.0020613552,-0.017159712,0.00469913,0.023014879,0.015750635,0.0021387276,-0.02073153,-0.0005577655,0.0015434063,-0.006244017,0.0017740241,-0.016566753,0.014911065,-0.0061620334,-0.014236846,0.007478168,0.014004286,0.0038156325,-0.007916465,-0.008560555,0.003534613,0.0181214,0.0112329405,0.019648854,-0.004942429,0.011564422,-0.011565516,-0.0037218414,-0.008172572,-0.0097581,-0.026646711,0.015735254,-0.0034310971,0.011918456,0.005519989,0.017392332,-0.004220237,-0.008868651,0.007882722,0.006016245,-0.01755021,0.000596588,-0.0020377652,-0.006340154,0.0058603426,0.011774071,-0.010136726,0.0076115527,0.022061218,-0.0009594231,-0.0022789629,0.013315537,0.009835026,0.011026976,3.963677e-06,0.006760984,0.016676955,0.013654834,0.008801846,0.024189105,0.006468271,0.0015268467,0.004620743,-0.016153678,-0.023991905,0.0063862153,-0.0034962099,0.007757452,0.010532765,-0.021210378,-0.008093498,0.002743044,0.007299884,0.0016160619,0.006235426,-0.011376443,0.005816418,-0.0036651718,0.00044627232,0.0021041613,-0.007687092,0.0018182162,-0.008743263,-0.008585908,-0.0016830033,0.011826406,0.012946409,-0.008144484,0.019827707,-0.014470645,0.015885219,-0.01820017,0.008303794,0.011119992,0.0014450845,-0.0152540505,0.026723053,-0.0053899623,-0.002899066,0.020322826,-0.0146742575,-0.01177869,0.008250932,-0.009912494,0.0020413185,0.0047938298,0.011480282,0.0031107618,-0.0072805355,0.0036861717,-0.0032300141,-0.0040264847,0.012639343,0.02077176,-0.005838042,0.0062119425,-0.01962895,-0.01550678,0.0039103394,-0.013753631,-0.0043078125,0.016505146,0.022015154,-0.0019565988,0.0048852116,0.017186757,0.0020690218,-0.00619814,0.0021179945,0.018042006,0.0016203945,-0.08925902,0.013501171,-0.0029785628,0.020906838,-0.014985746,-0.009342767,0.0040332614,-0.02307996,-0.006972633,0.0067484775,0.0015239131,-0.0035818357,-0.0001984201,0.0014253634,0.0036213202,-0.008345548,0.0064842245,-0.021449324,-0.0064634723,0.006989069,0.012414854,-0.011942139,0.0026243143,-0.01317658,0.0006180539,-0.011839216,-0.0006675145,-7.715233e-05,-0.0069051026,0.017461183,-0.005596501,-0.021809833,0.0122527955,0.01399055,0.004196185,-0.013210856,0.009656743,0.0067374087,-0.13597226,-0.008656764,-0.0007812183,0.008246471,-0.00080935244,0.008589082,0.00013649551,-0.0147712445,-0.002541702,0.008664949,0.0045922706,-0.005828817,0.010371878,-0.01159474,0.0023473671,0.004352573,-0.00763545,0.011382543,0.00010254225,-0.00075659243,-0.011163722,-0.000997794,0.0008239707,-0.0001481343,-0.002291722,-0.004736212,0.0017434126,-0.0031453897,-0.018544156,0.0021321555,-0.0038832307,0.0041375523,-0.023982482,0.016759036,0.00015060468,0.0062326724,-0.008412844,-0.0034580545,0.010274754,0.0005515358,0.0013719822,0.0020320439,0.02141616,0.008908476,0.02316297,-6.6075954e-05,0.010973654,0.012765183,-0.00041578675,-0.005610596,0.021279586,0.0144144995,-0.0102702435,-0.0030153517,0.0019278774,0.0058364477,0.002695879,-0.006997904,-0.0020639102,0.02629674,-0.013059224,0.0012514879,-0.0002585771,-0.00022527187,0.009026,0.019132858,0.00413836,0.015445926,-0.0019172946,0.0015008703,0.03188131,0.02690339,-0.00602415,-0.013024727,-0.027153263,0.011376241,-0.015728157,0.008980037,-0.0026357349,-0.013341885,0.016079912,0.019750843,-0.019143008,-0.021567449,0.019253444,0.0007391959,0.016843548,0.007409376,-0.0002036925,-0.03195767,0.009193686,0.004855991,-0.011995869,-0.006985655,-0.011584927,-0.001630275,-0.0142167555,0.006804264,-0.0006642569,-0.015615618,0.013684952,0.014026923,-0.010031836,-0.0020749767,0.022368878,-0.005644115,0.013170316,-0.021749556,-0.03012211,0.0052549783,0.00096972624,0.018029524,0.007963684,-0.01845382,0.0075573022,0.012885977,-0.0015718191,-0.007589408,-0.015045758,0.0057494845,-0.005582163,-0.02274161,-0.013207575,-0.011083641,-0.01484487,0.021455776,0.0025082566,-0.011130177,-0.012935514,-0.001332899,0.024237815,0.022238716,0.024333723,-0.01049094,0.00094916346,0.009877344,0.002124847,-0.0017310149,-0.011634274,0.0040254374,0.0017841988,0.011076517,0.01647808,0.008066386,-0.012681654,-0.011962561,-0.021117577,0.011049228,0.014501981,0.00806462,-0.0033835822,0.00717987,-0.014568861,-0.011238788,0.013180941,0.003492117,-0.011745819,0.0077394084,-0.016815018,-0.0030140274,-0.0140574165,0.010559373,0.0049910597,0.0016151469,0.017430808,0.019243972,0.017493216,0.014983189,0.017896459,0.02302834,0.013785973,0.0021024104,0.040236995,-0.0052955896,-0.030259836,-0.0068526436,0.0109987445,0.0030394013,0.022295516,0.02075618,0.010396913,-0.020122986,-0.0038625302,-0.020483222,-0.003703499,0.0010061645,-0.006170462,-0.02145002,0.015159621,-0.0070114424,-0.028525546,0.010614822,0.019159451,-0.020774538,-0.008146596,-0.025665054,0.020888103,0.022115925,-0.02255289,-0.013840715,-0.016315315,4.9650887e-05,-0.016807927,-0.15945603,-0.016032895,-0.0029263026,-0.023630492,0.023136677,-0.028380148,-0.013078673,0.0070247417,0.031369224,-0.0029081793,-0.028055789,0.019435821,-0.012344572,-0.009033573,0.0070145773,0.0066701914,0.0058618365,0.01391557,0.019434707,-0.009829602,-0.04120041,0.012122929,0.02873922,0.010138605,-0.004524539,0.007139897,-0.012899799,0.0069666537,0.004555694,0.009657014,-0.010338413,0.021551352,0.007874465,0.0020477427,0.011357006,-0.010277081,-0.00076577166,-0.008946044,-0.00053927087,-0.0042590657,-0.017961912,-0.0021199733,0.019592112,0.008905884,0.02197804,-0.004403881,-0.0038870913,-0.033137947,-0.008757986,-0.0038466244,0.0011792989,-0.022875715,0.0020737832,0.00031563162,-0.02013742,-0.0005910739,-0.010571453,-0.010491161,0.003392055,-0.013082763,-0.009559308,-0.012118209,0.023523498,0.005437778,0.033606376,0.01746642,0.0059339437,0.15657645,0.0051546213,-0.012257521,-0.027385294,-0.021854056,0.008648602,0.0060432036,-0.0018122102,0.012005017,-0.013390916,-0.010800457,0.007076845,0.0013078732,0.014150266,-0.01012431,0.002055066,0.009026787,-0.02475682,0.0038233902,-0.019704154,-0.01614487,0.009453674,0.0082622655,0.006179053,-0.008536501,0.0039965864,-0.022259608,0.029879611,-0.007517325,0.006194876,0.0038166214,-0.008716734,0.024900202,-0.0037684338,0.0041360576,-0.0069147875,-0.0119909495,-0.016890155,0.0039168866,0.020807877,0.0003341461,-0.015610832,0.008657686,-0.019490182,0.01625977,-0.010346662,-0.0056628785,0.0029509729,-0.010782205,0.0028573445,-0.006014014,0.016624723,-0.0045414804,0.0052507985,-0.021516811,-0.0088901855,-0.017764881,-0.0023016082,-0.0045592193,-0.0008412095,0.01109192,0.008293318,-0.017357463,0.030548638,0.019728618,0.0014593083,-0.0067902706,-0.014047633,0.010957365,-0.11885319,0.0214833,-0.03351806,-0.0177252,-0.0049432097,-0.026032621,0.006897257,0.024892986,0.0030855106,0.0006446276,0.0025755048,0.0005364921,0.012381403,0.0311765,0.021302301,0.007792226,-0.00243808,0.014151121,-0.007944865,-0.0069462303,0.012603109,0.03240463,-0.0059947,-0.025196433,0.024977544,-0.016343258,-0.015580368,-0.006465879,-0.013174156,-0.00882429,-0.017401628,0.020236438,-0.024340484,0.0053272457,-0.018768886,-0.01056889,-0.019715685,0.019092146,0.01903603,-0.040932216,0.01163325,-0.010913447,0.007356571,-0.0033826595,-0.00015510796,-0.0044636037,-0.0047427597,-0.0038506903,-0.011515829,-0.0166733,-0.0015726564,-0.0041481005,0.011687812,0.002871143,-0.029847374,-0.00989878,-0.003782538,-0.009172781,0.027899113,0.022402167,0.0023385026,0.00932442,-0.0076120365,-0.015560097,0.018030886,-0.0072349543,0.0059007835,-0.0003792662,0.02346687,0.0025474792,-0.0147333685,0.00752388,-0.0020522226,0.0049238107,-0.0045420825,0.0031672383,0.0037163356,-0.0073500103,-0.028975446,-0.0038669845,-0.022739457,0.0034422593,0.03515788,-0.014135831,0.013121108,-0.004817202,-0.005541587,0.004566674,0.0009848299,-0.012602117,-0.021830186,-0.0050856587,-0.0023826044,-0.02268654,0.012022731,0.0016193299,-0.00676522,-0.018221002,0.005155609,0.0152388085,-0.006140704,0.0023369659,0.008068056,0.00013284778,0.0004282499,-0.0013841018,-0.020259496,0.0245284,0.016705254,0.028217338,0.00061738404,0.0037982014,-0.011636562,-0.003749256,-0.0015206378,-0.007390149,-0.0033151482,-0.011856378,-0.01411404,0.007496076,-0.0033604184,0.0040974915,-0.030586129,0.029901989,-0.009712583,0.016921168,-0.0069191526,0.004871552,0.017374251,0.010053943,0.015431032,0.020288201,0.0031964558,-0.00043827252,0.023856623,0.0010409771,0.0041713184,0.0024750985,0.017818376,-0.0043277172,-0.009897652,0.0059879716,0.0077480366,-0.012228721,-0.011735164,0.012163034,0.010218225,-0.016170235,0.01739923,-0.025061416,-0.013964525,-0.0007040862,-0.033155713,0.0061492696,-0.013286218,0.0064593707,-0.0031950097,-0.002809174,-0.0062406817,-0.0001407955,0.01977691,-0.0022135202,-0.0039579333,-0.0014504439,0.003276945,-0.0034940122,-0.0015163848,0.0042516887,-0.020896051,-0.014730867,-0.01451959,-0.0022994052,-9.3238625e-05,-0.008790334,0.0005366632,-0.01407153,-0.00044166105,0.018022636,0.02124866,-0.060879406,0.010922975,0.024921477,-0.0042678365,0.0025005487,0.020969635,0.0010214945,0.0015661042,-0.020268543,-0.012791344,-0.004539376,0.0139635885,0.014537229,-0.014439792,-0.006302887,0.0005537032,-0.0018897748,0.0186067,-0.0068934606,-0.0040758313,-0.0047195484,0.0019169281,-0.012016296,0.0036185356,-0.010589313,-0.014349693,-0.003103748,-0.009337384,-0.020778086,-0.027572328,-0.020611962,0.014466862,-0.00056104874,-0.008865879,-0.011324534,-0.006686706,0.00020157915,-0.010209021,0.013045811,-0.05464768,0.016025774,0.0018912728,-0.05458748,0.0025629264,0.0037543045,-0.0089224735,-0.005834203,-0.013458267,0.001017388,0.0069423113,0.026031066,0.00367071,-0.015540034,0.0027880543,-0.0014594728,-0.0247599,0.0023717321,-0.01052515,-0.00031194888,-0.018127304,0.0060408902,-0.026651796,-0.0055520856,0.006071789,-0.021048026,0.01524151,0.010372406,-0.0051782243,0.01144531,0.018143728,0.0034795513,-0.021933611,-0.0077368836,0.012615472,0.00765661,-0.010759522,0.020836746,-0.004022608,0.005625898,0.0025634274,-0.0071883053,-0.0031669468,0.034937397,0.036661867,-0.02264392,0.004450562,0.016678648,-0.08977438,-0.008713837,0.00280038,-0.013766151,0.023283647,-1.9333743e-06,0.00726776,0.05414467,0.009889303,-0.005346208,-0.008815556,-0.015713813,0.018879024,-0.0021998687,0.0067862067,0.0029665546,-0.006601147,0.019291814,0.041944288,-0.002936349,0.017765233,-0.0027882329,-0.020077322,0.0006924083,0.025737505,-0.015613269,-0.016878396,0.008982787,-0.0033961264,0.044616137,0.0029799305,0.0070459754,-0.010978245,-0.026400184,0.003118609,-0.0101689985,-0.025934668,0.015229423,0.0020285838,-0.004271847,0.030878603,-0.0074384836,0.025512565,-0.008026985,0.015708141,-0.01021286,-0.0019199403,0.010321882,-0.008433249,0.007003541,-0.0054727653,-0.028061127,-0.020432081,-0.015796734,0.008441044,0.0012537291,-0.013909001,-0.011110044,-0.008716695,-0.020860545,-0.020738862,0.0017584505,-0.024689255,0.0003941136,-0.0111316815,-0.01309657,-0.030031946,-0.0093898205,-0.015952481,0.01886961,-0.022157798,-0.018662555,-0.0025028724,-0.010082719,-0.004262848,-0.014351436,0.007258943,-0.009501093,-0.011757706,-0.02408705,-0.014663766,0.0014794904,0.0061542774,-0.0066105365,0.0091222245,0.008057992,-0.0042107236,0.014279665,0.008889913,-0.019858409,0.021947348,-0.00039431648,-0.003234116,0.02109671,0.0028083727,0.0025395094,-0.004162206,-0.015751647,0.0017044732,-0.035326313,-0.008402577,0.03231283,-0.009531974,0.026725369,0.006755814,-0.010135887,-0.007707362,-0.0044311,0.017136626,-0.015195383,0.019087195,-0.011083605,-0.021222701,-0.0050151986,-0.008258507,-2.0244242e-06,0.001613293,0.0098163225,8.160584e-06,-0.0037851774,-0.0076030176,0.025374668,0.01634,-0.005552122,-0.0009943595,0.008612827,-0.00066212344,0.0032791647,-0.013921776,-0.0056408923,0.015287627,-0.002714065,-0.020112228,0.025964072,0.0074451035,-0.020796057,-0.0099286735,-0.0014609941,-0.017882409,0.002443112,3.8705217e-05,0.017671127,0.025116898,-1.3663496e-05,0.025214823,-0.013947041,-0.016271854,0.0074749263,-0.016248368,0.011714446,0.015035944,0.025280789,0.009195099,0.001567023,-0.008484032,-0.0013956537,-0.010507181,0.0072024525,-0.0061752684,-0.0005565206,0.0022913762,-0.00087923754,-0.009970883,0.032780953,-0.0050757406,0.006924737,-0.0023025146,0.01272928,0.008221167,-0.0021302414,0.017780883,-0.023047915,-0.020292591,-0.0142661845,0.026619658,-0.008151202,-0.0093531795,0.024819689,0.010697661,0.007427525,0.020477109,-6.312791e-05,-0.015636053,-0.02217994,0.0018409146,-0.022635998,0.0125367455,0.014798594,-0.004182431,0.002950322,0.0312611,0.00012790784,-0.019712806,0.006434709,-0.015060924,-0.016423127,0.023690794,0.008328101,0.0031191471,0.00012627934,-0.003478875,-0.0025824034,-0.007107441,-0.010824533,-0.00350465,-0.002386368,-0.023322282,0.007555043,-0.021875653,0.02818639,0.00078692957,0.013608032,0.005699949,0.0019007128,-0.004610034,0.021447001,-0.0015482497,0.0058984566,0.003616391,-0.0027759236,-0.00480392,-0.005134099,0.014723038,0.01298672,0.0049016713,-0.009860769,-0.0101127215,-0.0062057776,-0.019658128,0.037642967,0.014082064,-0.0018814731,-0.014408592,-0.003933921,0.018126426,0.0248783,-0.009349947,-0.011619461,-0.001223007,-0.006355442,0.012514473,0.01173742,0.0066586537,-0.019607008,-0.01681659,-0.037525948,-0.04399463,0.0012474795,-0.018847553,0.0101720365,-0.007154536,0.00929518,-0.026255472,-0.01439917,0.0006276483,0.001168056,0.006586089,-0.0060321037,-0.0031346723,-0.019464033,0.0031164058,0.018546764,-0.005419088,0.01445994,-0.035602365,-0.0065644137,-0.012725354,0.022691336,-0.011966818,-0.035712734,0.0061868755,-0.007851864,-0.021371003,0.002689971,-0.0007364253,0.020327738,-0.008508557,0.0116775865,0.0035826461,0.016404632,0.006840075,-0.0125228,0.005913862,0.016639646,-0.005113073,-0.018479735,-0.016002327,0.0079413345,0.012834387,-0.0013061804,0.006591194,0.020361723,0.024565168,0.0011306641,-0.0147133,-0.003282635,0.007177382,0.024462592,-0.0019943826,0.014339899,0.011823368,-0.004973834,-0.018879075,-0.0011485837,0.001918161,-0.019316904,-0.010854698,-0.008241602,0.0003008129,0.019055266,-0.011939275,0.009715357,0.009376183,-0.012936586,-0.031492125,-0.015944786,-0.0019417651,-0.005071331,0.0056176246,-0.027865076,0.004970917,0.01546603,0.0053473697,0.007416954,0.008461153,-0.008059838,0.007900594,0.009741483,-0.0035127234,-0.0064998395,-0.0006185909,0.012740336,-0.0067482553,0.010138092,-0.0019224515,-0.014908698,-0.0008721139,0.0014859755,-0.010764865,0.021723766,-0.011185362,-0.02270166,-0.012987686,-0.03688297,0.00062627025,0.01674129,0.013439659,-0.027445614,0.009698483,0.0040420294,-0.0071870503,-0.014005224,0.004738736,0.0013394158,-2.5997062e-05,-0.01009846,-0.009153077,-0.013396823,-0.004792826,0.0048482874,-0.024779385,0.019018339,0.004649311,0.002035151,0.010796412,0.0024031647,-0.0043840175,0.00037837017,0.009575175,0.024835017,-0.013742199,0.020597992,-0.02020038,0.0051123174,0.003988889,0.018510042,0.004566021,-0.015729021,0.00039782285,0.013179284,-0.014952553,0.027347578,0.0033901054,0.009273747,0.006257043,0.0064935107,-0.020236721,0.025771504,-0.005747701,-0.014333589,0.0076329596,0.0005548314,0.005691703,-0.00535799,0.00076570205,-0.005214417,0.0029582712,0.0023135848,-0.012709086,0.03219183,0.021950286,-0.016364083,-0.0037481703,-0.008295701,0.0054292264,-0.010663635,-0.00020673392,0.009989816,-0.006534501,-0.0068120933,0.008378114,-0.009503171,-0.011277952,0.0012093,-0.016164264,0.018218007,-0.0058818213,0.004936537,0.008751778,-0.013293376,-0.018343452,0.012541562,-0.012101199,0.017156215,0.0064720577,0.0043512983,-0.018283926,-0.006657982,0.02362166,0.0139079625,-0.005192285,0.018290805,0.006693697,-0.0009342139,-0.014020751,-1.3789544e-05,-0.022415431,-0.011315346,-0.012899207,0.022197438,0.018760344,0.0053596413,-0.018731382,0.0040787766,0.015791634,0.0039983676,-0.0065986356,0.021217268,0.022955041,-0.009882732,0.011146155,0.023774903,-0.02959919,-0.04155366,0.0009634044,-0.024810247,-0.01163551,0.01751983,0.024856333,-0.010649646,-0.015611024,0.012317618,0.00720802,-0.0038692558,-0.016781729,-0.0005775296,-0.01269651,-0.017526247,0.019611558,0.009985059,-0.018695043,0.005400127,-0.050121542,-0.005791926,0.006845568,-0.019534508,0.0013101075,-0.0035977117,0.0044574616,-0.0070781754,-0.012367882,-0.0021926935,-0.0049716085,-0.0044032857,0.01786019,-0.020223951,-0.010999108,-0.019916803,-0.018639885,0.015032722,0.008671232,-0.0061349166,0.009640148,-0.036878258,0.010493864,-0.01497766,0.001372713,-0.008078127,-0.0033354438,0.0031873584,0.013136102,0.006333723,0.016856937,0.007121193,0.0026336343,0.0021855282,-0.006847309,-0.012519023,0.02466536,0.0022377907,0.006190991,-0.014937001,0.024281371,-0.001294258,0.008671543,-0.013008418,-0.013536422,-0.00022066935,-0.009299082,0.0053812983,0.005276488,0.013261814,0.013576775,-0.015992898,0.013562715,0.007299599,-0.024600053,0.009176529,0.01663045,-0.011317523,0.009106036,-0.014889894,-0.013244143,0.009782831,0.0019016457,0.018135814,-0.0014008341,0.0034770672,0.0026871448,-0.050093874,0.01287654,-0.005504271,0.0066719376,-0.015383876,0.02582585,-0.032043893,0.0024580604,-0.018124606,-0.023808615,0.016720094,-0.019972716,-0.0041560936,-0.011437948,-0.012140952,0.015203122,0.014466268,-0.0036662158,0.005526067,0.007994697,-0.008388972,-0.009406982,0.02329467,-0.01568417,0.0061332462,-0.009451536,-0.0001045973,-0.007992146,-0.0139469635,-0.0018049795,-0.014524133,0.007708932,-0.012662666,0.040202826,-0.005664293,0.0014696884,-0.007044099,-0.00040058934,-0.016720604,0.020734042,-0.0054288865,-0.0045902277,-0.0071711577,-0.015431203,-0.0016355788,-0.0009617037,-0.004074549,-0.012929805,0.001584131,-0.011894592,-0.025398353,-0.01859995,-0.0004287373,0.008695639,0.0047788275,-0.025709387,-0.0023592021,0.00075531035,-0.01713638,0.008512401,-0.0057230867,0.001546356,0.015958251,-0.003919879,0.009922277,0.013952348,-7.611892e-05,0.018736307,0.0008808892,0.014817066,-0.016090496,0.0032468864,0.016422817,0.008256924,0.014467506,0.0061841467,-0.03184113,-0.0008007286,-0.010080714,0.011970609,0.009377317,-0.021535572,-0.0026481836,0.020211542,0.0056629847,-0.0044132024,-0.001299353,0.025435613,-0.008727793,0.0018209411,0.0054470827,-0.004555791,-0.020926014,0.017997848,-0.00015610569,0.0043561994,-0.016886761,-0.0028900465,0.024537895,-0.015654372,0.0067272694,0.008049044,0.0035510224,0.0043710247,-0.0021414743,-0.010370513,-0.008531608,-0.0022660068,-0.016410004,-0.0019087881,0.0023345065,0.0051960987,-0.006759588,-0.016764777,-0.010392752,7.2402418e-06,0.0105852345,0.013017872,0.008000385,0.021577934,-0.00037818917,-0.028708722,-0.020689916,-0.0072454168,0.0013243136,-0.0036003203,-0.0150401965,0.0030829946,-0.00866015,0.019646574,-0.0035130589,-0.0031181376,-0.016582962,-0.0064932634,-0.0071223676,0.022974782,0.02684873,-0.018850854,0.0079302555,0.007476589,0.031570088,-0.005682854,0.0029579126,0.0070214598,0.008444197,0.009400131,0.016650626,0.15760893,0.112976916,0.010315951,-0.011117282,-0.025160424,0.0019432801,-0.0060532894,-0.032954983,0.026048522,0.00695724,0.0028107434,-0.008245236,0.00064636784,-0.01674323,0.011050796,-0.001738279,-0.0044116573,0.00038171606,-0.0072048875,0.012851202,0.0010617585,0.008031925,-0.0054798867,0.0011144498,-0.025283486,0.00094110565,-0.0008342629,-0.010312973,0.022372423,0.010320909,-0.003920777,-0.0081527885,-0.01500723,-0.01627504,0.0054217787,0.0054062023,0.015060067,0.0008247032,-0.030844232,0.0049895723,-0.023488836,0.012934105,0.006371644,0.0024419099,0.040959384,0.02278109,0.0024660209,0.014115853,-0.033089757,0.0045847967,-0.026352996,-0.010179701,0.014111217,-0.014007013,-0.0056890706,-0.013158331,-0.001064344,0.0052655283,-0.022476507,0.01075428,0.0024335478,0.014663495,-0.017467381,0.010073084,-0.000879451,-0.0071857087,0.01741711,0.013224373,-0.004985741,0.010330865,0.005888213,0.019134616,-0.00804417,0.006797844,0.0047967564,0.027087392,0.0010071035,-0.014701579,-0.009927657,0.010987645,-0.01646174,0.0008421145,0.0053415094,-0.0069244984,-0.019552862,-0.012689455,0.005681804,0.014407128,0.10226449,0.015173874,0.0036980826,0.0015635721,-0.009668512,0.0058685886,0.011710097,0.05368819,0.0055641327,-0.021743633,0.0006671522,-0.024009384,0.0020288017,0.0060433885,-0.016658418,-0.000954353,0.022156151,0.0055131447,0.024552347,0.010122443,-0.016796188,-0.0012072307,0.00052665337,-0.0049305474,0.0060084313,-0.0036422915,-0.015511481,-0.0027553309,-0.0042634397,-0.005319581,-0.09216673,-0.028342258,-0.011534192,-0.006785641,-0.015636615,0.010742382,0.0113389455,0.022268776,-0.014907154,0.0076775677,0.008936855,-0.025941804,0.009138088,-0.029208474,0.00052737724,-0.022121044,0.009602257,0.0017608469,0.00050842605,-0.002190714,0.00040904633,0.0045306147,0.0125823375,0.017302388,-0.019328458,-0.0036533007,0.010693898,0.0010885725,-0.004106382,-0.014135295,-0.012491771,0.00612639,-0.023620375,-0.016466413,0.020676043,0.0030028801,-0.032261707,0.016183259,-0.008316903,0.0061398637,-0.0062557417,-0.0048580035,0.00027793998,-0.013164233,-0.037338704,-0.009036488,0.004187341,-0.015883075,-0.006801536,0.019060371,0.045919508,0.008389085,-0.005555324,0.011184125,-0.009484945,-0.009236344,-0.015897308,0.0065406053,-0.011180503,0.02366318,-0.021616278,0.013700636,-0.0034545448,0.01093119,-0.0050867125,-0.00061363186,0.006042148,0.008519793,-0.012459225,0.017676296,-0.0038707908,-0.004338137,-0.008774944,-0.0075277914,0.009296595,-0.0011253075,-0.0080127865,0.011118532,0.0074932943,0.018305765,-0.0057237693,-0.013885423,0.03502386,0.13111186,0.01946895,0.010645165,-0.008353244,0.010477555,-0.01339598,-0.01097216,-0.019890914,0.0076388894,0.0027341794,0.0055877455,0.021907147,0.015600398,-0.017946597,-0.010084847,-0.013905647,0.012376421,0.0033319884,-0.0066174506,0.019408928,-0.02467545,-0.0020874415,0.017513195,0.016561905,0.017518023,0.016755803,-0.013486395,0.009321416,-0.0055230795,0.0026909527,-0.0070515783,0.0010886224,0.014510877,-0.001733502,0.010621086,0.007713737,-0.0044317036,-0.012631756,-0.032286383,0.028255409,0.022352396,0.01772102,0.020975318,0.0047159223,-0.05007382,0.18877114,0.0047552134,-0.015441257,-0.0006208814,-0.0144551145,0.027143914,-0.015905565,0.016986962,0.019219903,0.0071689365,0.0075396914,-0.017446104,-0.002808446,-0.00078580715,0.0019460316,-0.008506752,0.007390956,-0.014193889,0.0008358657,-0.004046719,-0.0031871994,-0.0011714661,0.023809865,0.0021181707,-0.0016382802,0.02648899,0.020037914,0.0013685832,0.0054793833,-0.018011888,-0.003610333,-0.0070957593,-0.0096444525,-0.019600155,0.012562012,0.037987687,-0.024798248,-0.0032861154,0.0031925256,-0.018910553,0.006917917,0.012014724,-0.0051526637,0.032745786,-0.008136335,-0.027301287,0.0052783974,0.017127132,-0.0058507794,0.0052965246,-0.0034556678,0.008897967,-0.009977922,-0.0065940847,-0.007004216,0.0125386575,0.034305304,0.00738809,-0.020799678,-0.023562754,-0.0057419315,0.018219773,0.010825332,0.0046826308,-0.0081341835,-0.015634554,-0.0024396307]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 134,
          "content": "Asian stocks shy of full recovery amid fragile Iran ceasefire",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.028461808,0.030037945,-0.021415014,-0.08816993,-0.012121948,0.0040282127,-0.016246267,-0.02546368,-0.0066336426,-0.003874126,0.0055747586,-0.007844257,-0.004924867,-0.004098912,0.11060515,0.011758205,0.016709583,0.0056222905,-0.0017572496,0.005651789,0.01830293,0.007898306,-0.011971993,-0.02691705,0.052621868,-0.02502225,0.0038755334,0.032557983,0.048498604,-0.004814302,-0.005445239,-0.015062804,0.015530165,-0.00065365614,0.00070189196,0.012174714,0.015450194,-0.019779915,-0.0016332893,-0.016773833,-0.0101226885,0.051431097,-0.014824668,0.011274682,-0.034325246,-0.0023360807,0.00035946324,-0.013070474,0.0073548863,0.024157869,0.004771273,-0.024148135,-0.017062776,-0.16454105,-0.028240519,0.0029711635,-0.019446949,-0.017035732,0.019538866,0.0067122304,-0.027620614,0.03232525,0.007038608,-0.035915483,0.028200781,-0.029395297,0.0008187084,0.006869838,-0.008719626,0.0031915677,0.011484719,0.0010877345,-0.018142428,-0.0093318885,0.050646115,-0.00077078055,0.004148877,0.005109652,-0.014159398,4.7095175e-05,0.00042013187,-0.032043915,0.00044881096,-0.008553964,0.032484453,0.009630806,0.0004498505,-0.008898647,0.012508989,0.012758245,0.023366047,0.012501528,0.0029887278,0.012210913,0.0016010952,0.013358006,-0.023321016,0.015853053,-0.011932179,-0.017528903,-0.02233369,0.014593284,-0.008638338,0.001090717,-0.0010181055,-0.012651553,0.031842437,0.043825943,0.050240584,0.004286842,0.0066730967,-0.0030452125,-0.012825896,0.022600887,-0.011281833,-0.13617752,-0.012168834,-0.009381587,-0.009327891,0.0018787785,-0.026130887,0.0052195494,-0.017206075,-0.001237028,-0.00082955376,-0.034484413,0.0016647154,-0.0026267439,0.013385349,0.0058329934,-0.021538133,0.00565594,-0.011932754,0.016066037,-0.014136437,0.025556836,0.023168571,0.00891386,-0.009183331,-0.04386931,0.0032823512,0.0008791397,-0.011474114,0.0033601937,-0.037471972,-0.034644783,-0.013269754,0.006988719,0.006280876,0.0024766924,0.02334695,0.016272878,-0.026769103,-0.016232502,-0.0024856098,-0.02207599,0.00404964,0.020153763,-0.017325263,-0.022183828,-0.026545933,0.013075939,0.042654887,0.00974439,0.008773002,-0.02044488,0.017977597,0.014346238,-0.0011362884,-0.003000668,-0.008694888,-0.011049106,0.018542329,0.013200033,-0.018796885,-0.014415368,0.027426546,-0.005518151,-0.004599594,0.005845144,-0.0046779746,0.011412009,-0.008418894,0.04405836,-0.02025659,0.006046864,0.004416283,0.002465766,-0.017309897,-0.012611,-0.039784472,-0.0072621284,0.0020649985,-0.022788225,0.045305025,-0.0053854226,-0.010407023,-0.027273186,0.0027986404,-0.0042267735,0.0039033168,0.013444703,-0.023561697,-0.0028785246,0.0013734235,-0.0032371513,0.017725814,0.0012368212,0.006437645,0.009161735,0.017611085,0.014945069,0.0019144203,-0.020492045,0.008328572,-0.00463189,0.007580889,-0.006677757,0.006453318,-0.002853784,-0.0019960816,0.007917519,-0.022493038,0.02344391,0.003913114,-0.0070240255,0.026383098,0.011384132,0.022923939,0.025836086,-0.012877345,0.01327446,-0.013622107,0.020002248,-0.01192081,0.010418922,0.023437792,0.022561217,0.0015082718,0.024795592,0.00073745113,0.012522819,-0.018080395,0.0024981361,-0.0017996148,0.007868251,0.02937242,-0.010057466,-0.0005788537,0.01514235,-0.021935081,0.021797756,0.009752592,0.022819642,-0.019052176,-0.015579625,0.016216725,-0.0135801565,-0.023242095,0.0012744768,-0.006745232,0.016007656,-0.024846297,-0.0073974715,0.010879344,0.003999889,0.010433936,0.006618412,-0.021228706,0.029873442,-0.04909631,-0.004336705,-0.009380974,-0.02328252,-0.017527804,-0.0055456143,-0.07561888,0.021517588,-0.04546624,-0.0025716808,-0.00061431096,-0.0069656293,0.03325844,0.014257871,0.009345315,0.014005461,-0.012220727,0.0072947857,-0.015634324,0.0072209146,-0.010843086,-0.012445056,0.023772359,-0.018965969,0.0005877344,-0.017044336,0.027181331,-0.0098484885,-0.004078704,0.010879772,0.012989983,0.0075557255,0.0037355463,0.05161962,-0.0022121256,-0.003957891,-0.020235775,0.004964681,0.020420011,0.020311285,0.016005255,-0.024537778,-0.010016094,-0.023297664,-0.014991361,-0.010702274,-0.018612623,-9.715927e-07,-0.012243025,-0.0059742266,-0.019888464,-0.0042451727,-0.016657354,-0.007074406,-0.023377234,-0.008887967,-0.011585705,0.017799232,0.012475191,-0.014221191,-0.012080027,-0.0029334836,-0.014217256,0.0066503836,0.0015801926,0.010062869,0.010527001,-0.016269801,-0.004006039,-0.017498257,-0.011166972,-0.0006523784,0.02339561,0.018393053,0.010057381,0.032101683,0.0063559143,-0.017728955,-0.045003664,-0.036978766,-0.0009433632,0.028043296,0.058186125,-0.021511683,-0.047269367,0.040228646,0.017235458,-0.011646669,0.001096749,0.017696371,0.021038195,0.02113068,0.009606074,-0.018587114,-0.005700119,-0.027795289,0.03765892,0.0030368972,-0.0347142,-0.043352276,-0.011254129,-0.0064509213,0.023742452,0.03502434,-0.023780324,-0.0115585225,0.0027021265,-0.0062138187,-0.0010271131,0.0015545645,0.0037698518,0.041136485,-0.009537163,-0.013839173,0.009248567,-0.027444432,-0.0051103914,-0.0033653611,0.0119144125,0.012135132,-0.022494879,-0.0010901884,-0.0066599036,-0.0038784295,-0.019420482,-0.0033140634,0.0060371594,-0.00019045032,0.004358804,-0.007160184,-0.003778405,0.0037959786,-0.0015339396,-0.01367892,-0.022165118,0.0021132848,-0.0035698416,-0.0037906063,0.012889605,-0.0030770076,0.025505917,-0.004107881,-0.0060506766,0.02684427,0.01826528,-0.010022266,-0.016661145,0.040116943,0.025182113,-0.022978589,0.026351498,0.025260653,0.0064711445,-0.012074721,0.007513171,-0.009375719,0.023549736,-0.0073089423,0.022259828,-0.006431501,0.018976359,-0.013088013,0.013023442,0.008383677,-0.001876592,-0.00993189,-0.002620859,0.019291945,-0.005018152,-0.016058082,-0.0031777201,0.01626102,-0.015876254,-0.0032213568,0.011249611,-0.0036279103,0.015631111,-0.007834474,0.0073243463,0.019048234,0.0025601953,0.0058631226,0.013811888,-0.013032724,0.025236823,0.015465502,0.0034961267,-0.005848875,-0.014305431,-0.020453768,-0.03449948,-0.03542944,-0.008245359,0.02616119,0.0044102855,0.033369344,-0.008883704,-0.026564416,-0.011505518,0.013170945,0.020217054,0.02346173,-0.0057529337,0.004155865,0.016180495,0.0017562085,-0.030039722,-0.015091043,0.015554469,0.018619828,0.044746753,0.0077159046,-0.0019308735,-0.009743026,0.0027749985,0.0023874298,0.0064432556,-0.015134182,0.024338715,-0.018926686,-0.0030312096,-0.005785281,-0.014573094,0.001326561,-0.00029871854,-0.011961502,0.013020473,0.015619884,0.015322373,0.011428213,0.01737357,-0.020648275,-0.0060519734,0.012692358,-0.036878254,-0.023440244,-0.020082545,0.0026641088,0.015278011,0.004884815,0.005873122,0.0155489165,0.02330554,-0.008753346,-0.0020246552,0.01672645,0.029804759,0.0024330153,0.01496557,0.007213181,-0.0048971702,0.005505298,-0.026321871,-0.0055943043,0.012274651,-0.014956848,0.0013731315,-0.010406484,0.015837748,-0.007730957,-0.021139758,0.026851742,-0.02158842,-0.007775899,0.012629348,-0.027847204,0.012123374,-0.0018036778,0.016335007,-0.005506492,0.013644747,0.00019905622,0.017655324,-0.015990628,0.044206627,-0.06630654,-0.0026673572,0.035810594,-0.03402625,-0.008544835,0.010963277,0.0121347355,-0.005859176,0.020017553,-0.024892958,-0.0187014,0.0045227255,0.028611492,-0.011326093,-0.032231662,0.004742232,0.014914802,0.016731435,0.036771253,-0.038746595,0.009093129,0.019523757,0.026446179,0.01904095,0.0115206735,-0.01471369,0.012485725,0.012246419,0.014577009,0.0029516977,0.01301629,0.0014040677,-0.015250302,0.027924482,0.011671409,-0.0076597603,0.020887623,-0.013910584,-0.012802511,-0.0011737801,0.033044517,0.017038733,-0.001927133,-0.01999446,-0.021103878,-0.0032574208,-0.0018605731,-0.0053259945,0.031031685,0.007670501,-0.0048192893,-0.016107747,0.032358423,-0.005606066,-0.017402695,-0.0014193848,-0.026646577,0.012858791,-0.00030746107,0.0023658073,-0.0016065526,0.023429085,0.0113557,0.017152585,-0.0030940713,0.0047766184,-0.0021420298,0.03697928,0.03279081,0.03957536,0.0147244,0.009341726,-0.01379669,0.0034436975,0.0237808,-0.007561895,0.010590497,0.0004284489,0.0057549416,0.024868958,-0.0004959156,-0.020005763,-0.09327346,-0.014400144,-0.017792989,-0.012135323,-0.006718663,-0.014008958,0.00937201,-0.0052925,0.007986364,0.023352282,-0.00056237954,-0.028396638,-0.025350507,-0.014068316,-0.007080333,0.0141529795,0.004434491,-0.0039849854,0.022038259,-0.0018686436,-0.030771956,-0.008049141,-0.018943008,0.0037188493,0.009380802,0.013205867,-0.018022103,0.01564032,0.0006002206,-0.023894459,-0.013525185,-0.13520661,0.018041955,0.020966806,-0.0024159532,-0.0009663067,0.013707782,0.0144751975,-0.015394342,0.014806894,-0.0010261112,-0.008072569,0.016848436,0.012247949,-0.008193531,0.034840573,0.09058514,-0.020662868,-0.021625374,-0.007886857,-0.008400697,0.0075117694,0.010505606,0.03066632,0.01715655,-0.032985035,0.009470064,-0.0016414037,0.0071687354,-0.017877234,0.007585628,-0.03831176,-0.006824636,-0.005098136,0.016882958,0.0003933312,0.0013310274,-0.005951169,-0.010893761,-0.009847227,-0.016287766,0.0020042374,0.004637051,0.00039336225,0.003138557,-0.016995063,0.0030608894,0.0083927475,-0.0040335595,0.008492135,0.0018320933,-0.02369921,-0.066618845,-0.01658882,0.02150709,-0.026544318,0.0027665163,0.005817836,0.0077941585,0.0061904336,-0.017110607,-0.00554467,-0.026097516,-0.03419265,-0.018237088,0.031114016,0.0057435697,-0.0013228771,-0.014734899,-0.0016809275,0.0076171923,-0.008353659,-0.0023920725,-0.0013569687,-0.006187882,-0.00077711634,-0.029887728,-0.012109746,0.02919215,-0.00045906147,0.017626168,0.01821684,0.0012888173,-0.020041358,-0.0028041862,0.025981124,0.0103825955,0.0021392838,0.0020091021,-0.013186955,0.024132319,0.016049303,0.0011311392,0.0031096495,-0.023702798,0.0065992232,0.005905368,-0.02423379,0.017446375,-0.029549291,-0.015796833,0.0022538821,-0.012536923,0.033699937,0.008369834,0.0070644487,-0.011993817,0.0066247648,-0.003413567,0.024357714,0.015725788,-0.0012454703,0.009974144,-0.009201361,0.003626553,0.01036035,0.0013383228,0.0058751274,-0.012284098,-0.003433912,-0.004596238,0.017043611,-0.001312803,0.0053135282,0.0131321885,0.0007460323,0.0027436716,0.0026731729,0.02796949,-0.015927976,-0.027640758,0.0021537489,0.010177115,-0.0036984878,0.004870032,0.006862239,0.0118595855,0.013766023,0.0037175564,-0.01269965,0.024342336,0.008045255,0.014278634,-0.00026432276,-0.009920488,0.006825931,0.007780895,0.012453882,0.014288369,0.0065040574,-0.0057938313,0.00028962147,-0.009676205,-0.0018085887,0.014569911,0.003949244,-0.008666198,0.01827813,0.0023540251,0.009938912,0.0057912944,0.006377072,0.020410819,0.011563932,0.010894713,0.018296307,0.012057553,0.010976773,-0.0019064486,0.00063901325,-0.0014366638,0.010651125,0.0147035,-0.007334837,-0.013326309,0.0079789,-0.0031255756,-0.009143664,-0.01191198,0.0043707252,0.006884706,0.0046624322,0.0022628612,0.0058748485,-0.011358075,-0.0001601243,0.008763263,-0.006788964,0.0042018304,0.0023533432,-0.0036445556,-0.0052321367,-0.025189416,-0.0048586573,0.002267208,0.008195872,0.0053447257,0.013401357,0.005455019,0.0145817315,0.0097464835,-0.00069077726,-0.017353771,0.004602982,-0.029036753,-0.00817267,0.014441809,0.0011809996,-1.0123567e-05,0.01226015,0.0017521684,0.0009636942,0.01833227,-0.0034064092,0.0025722652,-0.019835146,-0.0009784445,-0.009099198,-0.00020437979,0.01125705,0.003335789,-0.0062567466,-0.02434822,-0.0037806502,0.0076666507,0.00066337845,0.0056846263,0.016092733,0.0021907168,-0.013206662,0.013960096,0.0030077358,0.001761694,0.027245883,-0.011138852,-0.0064913207,0.018767985,0.0016481476,-0.017104518,0.027185628,-0.0022768208,0.0024992833,-0.008518031,-0.010531423,0.018217117,-0.0013902567,-0.010661423,-0.007041361,-0.0077069085,-0.02185272,-0.006721929,0.017704144,0.013202496,0.013300437,0.009453671,6.743489e-05,-0.007479295,-0.0036571724,-0.0055098576,0.010113471,-0.011228521,-0.0115418965,0.004863713,-0.0057266993,0.017613405,0.011425192,0.011939256,-0.0117670065,0.008591258,-0.0030118455,-0.002592673,-0.0025956465,0.004175237,0.020849934,0.0088910395,-0.01203669,-0.022479355,-0.021750052,-0.012808128,-0.0011396704,-0.00072012085,0.0034390374,0.0037641034,-0.017329762,0.011894598,0.0119289635,0.0016410681,0.014437302,0.007857703,0.0182123,-0.019093357,-0.014649422,-0.0008692624,-0.01796451,-0.0024341336,0.00052953174,0.019075565,-0.0016506125,-0.01021336,-0.015283101,0.0024982092,0.013755332,-0.008221225,-0.013043439,-0.008118082,0.00994243,0.007501313,-0.037096675,-0.0032105148,0.014716039,0.015938481,0.074686386,0.011247649,-0.00477333,0.0074560065,0.0029550537,0.016375938,0.015041031,-0.017001025,0.019466203,-0.0029346908,0.015414753,-0.017244022,-0.007746531,0.011616983,-0.004209092,0.028352767,-0.0047629406,-0.0063977554,0.001319681,0.01939293,-0.013123283,0.00440854,-0.002534939,-0.0033871045,0.010449367,0.012032845,-0.014646493,-0.0073895035,0.017450338,-0.011283591,-1.045752e-05,0.01135668,0.0024465607,-0.00857723,-0.01590125,-0.009997422,-0.012879782,0.008016325,0.011562467,0.0008266996,0.010039165,-0.008379438,0.0080455495,-0.007520699,-0.009917661,0.008247155,0.004919893,0.0053780344,0.0037759189,-0.0040016863,-0.007214774,-0.018364873,-0.009505778,-0.0059909937,0.0123998625,-0.008711791,0.006312352,-0.020007784,-0.009941607,0.018809874,-0.0032316323,0.014010042,0.011962197,0.0063091256,-0.016225176,0.0023561271,-0.00079718494,0.00996423,-0.0053581307,-0.017360786,0.00819107,0.0054037105,-0.003791186,-0.0035087806,0.03278487,-0.0036886733,-0.003345151,-0.010522805,-0.0134127345,-0.0067110406,0.01362123,-0.006762121,0.0050138957,0.027376162,-0.003205267,0.0041139214,-0.016923163,0.0069974423,0.0027681433,-0.0014360255,-0.0028797635,0.00043712478,0.003996633,-0.0029687134,-0.016461957,0.026995704,0.06405631,0.0027601307,-0.012598128,-0.0028555535,-0.017010882,-0.02221096,-0.0061867614,-0.0060552317,0.009896022,0.008355846,-0.0010562373,0.010823644,-0.0038015654,-0.01063357,-0.008124576,-0.004785432,0.00072475546,0.0068229833,-0.0019133798,0.018926252,0.012733419,-0.005545129,0.010199433,-0.00094625086,0.013316944,0.009644114,-0.0021227947,0.008660766,0.002574119,-0.0021207377,-0.0044561764,-0.009157107,0.00621812,0.015583417,-0.0019862647,0.0008453572,0.0044781035,-0.0036069734,0.007275612,0.003188756,0.0047929776,-0.0065114293,-0.006269093,-0.005126251,0.003950269,-0.004879306,-0.012438556,-0.006817409,-0.018668586,0.013796272,-0.009596398,0.011855864,-0.006226299,0.008935445,-0.027032325,-0.0037156467,-0.0029342156,-0.0051142885,-0.003235636,0.0023963747,0.011622809,0.0001893975,-0.0001626248,0.0021836017,-0.0030537783,-0.0065769413,0.017921282,-0.0009950085,0.011634982,0.008898834,0.013825387,0.0043702675,0.0020362386,0.009962499,0.012258513,0.00040185754,0.012669541,0.004482742,-0.005588492,-0.00950638,0.0026196928,-0.030326298,-0.006019087,0.00959764,0.007431197,0.009132787,-0.019362435,-0.0006270094,0.021311186,-0.011142017,-0.013250118,0.005613484,0.025827097,0.0061832396,0.006222872,-0.002235145,0.018417476,0.0056518908,-0.011271106,-0.004357576,-0.008403128,0.0017841004,-0.007952938,-0.0027144842,0.006003471,-0.0048104483,0.009409937,0.004007095,0.008894518,0.00499817,0.009081204,0.012693876,0.003562478,0.006879326,0.0074835927,0.0041226638,0.012887971,0.0045291884,-0.009809891,-0.006872775,0.0070301597,-0.026250862,-0.00046881544,0.008124267,-0.0016404944,-0.008091899,-0.0011808438,0.009357693,0.0058993543,-0.014463908,0.017273655,-0.007349127,-0.003791685,-0.0006769514,-0.019867456,0.005358852,-0.010221442,0.00542048,0.020286022,0.0017115131,-0.0005768196,-0.0031890234,-0.01841674,-0.005759418,0.012734938,-0.009052051,-0.0055369395,-0.016214637,0.011042411,0.014179665,-0.020487657,0.007888005,-0.014720215,0.0020033475,0.016278038,0.0014430106,-0.012646338,0.009919708,0.010574166,-0.014065341,-0.014335022,-0.043551095,0.009482684,0.01760412,0.019671695,-0.008026744,0.0111753475,0.022504993,-0.0025370605,-0.010943335,0.004757342,0.012018494,-0.01644959,-0.0048920535,0.013553853,0.0019510981,-0.006176719,-0.013838986,0.00090275524,0.0020278685,0.007306872,-0.016659705,-0.0024688754,-0.0011171761,0.011669405,0.0070167477,0.010102553,0.021597946,0.006652634,0.012095005,-0.004118403,-0.0033648342,-0.00015729241,0.0040867184,0.0007043294,0.0014709964,-0.009259151,0.0040135966,-0.014079022,-0.00768057,-0.011026106,0.010855111,-0.030662205,-0.0040021217,-0.0021568306,0.007447891,-0.0037582207,-0.0012108895,-0.006087043,0.0029342566,-0.014728974,0.007067717,0.010291761,0.0030683258,-0.012286185,0.03137013,-0.0048113544,0.0121217035,0.016950427,-0.016548984,-0.009204087,-0.0077503887,-0.0059197554,0.01310849,0.0028904513,-0.021680748,0.0013403653,-0.003555161,-0.005522733,-0.0010955402,-0.0022990364,0.01651555,-0.005970465,0.011817468,0.008204026,-0.02349549,0.013220221,0.006609594,0.023009352,-0.024353428,0.010289338,-0.008209856,-0.0061858483,-0.006011894,-0.001283344,0.02290189,0.009152389,0.022041209,-4.2076554e-05,-0.02049201,0.018830175,0.02238245,0.007334622,0.024851682,-0.002089195,-0.023388576,0.004221196,0.019626763,0.012526523,0.0045940783,0.027777577,-0.008182776,-0.00094272284,-0.0026504027,0.022516068,-0.0054060323,0.009382724,-0.018755442,0.0015591361,0.009013974,0.021279536,-0.009820743,0.0013243621,0.005000045,0.0027648448,-0.015321082,-0.005652254,0.0051354705,0.0053633456,0.027448617,-0.00048061172,-0.009282252,0.0032626998,0.013240259,-0.0127029605,0.005232105,-0.0020533493,-0.0041973256,0.0060801376,-0.0016833327,0.0013379046,-0.002694082,0.00027526176,0.022314208,-0.016554076,0.011600883,0.003609876,-0.0015630878,-0.002972902,-0.01463121,0.0056201625,-0.013004011,0.0007005587,0.042529322,-0.015002556,-0.003638504,-0.0008149497,-0.0030778055,0.0032545093,0.0009068092,-0.014119918,0.0066872286,0.0027890452,0.017213715,0.015652183,0.0025505868,-0.012488808,0.013874336,-0.0050327387,0.008402061,-0.0068792086,-0.009245883,0.011240155,-0.0010433982,0.00035429138,0.006884221,-0.0055457875,0.0008518838,-0.001526921,-0.012105412,0.0045122677,0.014000415,-0.002698543,0.005753055,0.014032893,0.014893877,-0.0066272817,0.007983427,0.009883315,0.00057904195,0.022465361,0.0017331615,0.011664396,0.028942743,7.660513e-05,-0.002908919,-0.0003072994,0.0045180838,0.028299809,-0.00577058,-0.007506595,-0.0022606284,-0.00991242,-0.011099564,-0.001501912,0.002967877,0.013018684,0.0011111972,0.005998645,0.016763566,-0.002627316,-0.007267352,0.0036663471,-0.017735537,0.0030393954,0.02527557,-0.090995505,0.012187761,-0.022897422,0.020308169,-0.0050058435,-0.0033068275,0.0009827737,0.00016422676,0.012688686,-0.007704755,-0.010353531,0.0066523138,0.010630368,-0.0020986525,0.0017239201,0.0032030158,0.0048594787,-0.0072954907,-0.0015595412,0.021101708,-0.011806061,-0.005428643,-0.003568485,0.013814641,0.0022698771,0.01443647,0.0004607122,-0.0030504887,-0.0047370214,0.0004381725,-0.0041707424,-0.023503134,0.0049747196,0.0065733683,-0.010646362,-0.007401048,-0.0026781445,0.014471595,-0.14372061,0.011951749,-0.03177393,-0.010284993,0.004058647,0.01794113,-0.019056266,-0.012323311,0.0015131707,0.005016215,0.01020283,-0.0039827893,-0.012147515,-0.010450982,0.0015174692,0.010030914,-0.023164159,0.011052479,-0.021515364,-0.011918016,-0.0023837865,-0.0025695674,0.015083331,0.009943981,0.008634574,-0.011856902,0.012781069,0.009878846,-0.015821725,-0.01046563,0.0021069262,0.0098987995,-0.0017851882,-0.0049075116,0.0068003414,-0.0060369773,0.0040819473,0.0008308921,-0.00037788827,-0.01140203,0.007006025,0.025552474,-0.0053518433,0.009936874,-0.0010690963,0.009146059,-0.0027344543,-0.0041391067,-0.017286802,0.006491726,-0.00684889,0.010389315,-0.016157638,-0.008295641,-0.0019044995,0.0205378,-0.0015592163,-0.0069078803,0.010067336,0.009809639,-0.00069983717,0.0066595622,-0.00240974,0.0024311794,0.0010490831,0.018629724,0.015935045,0.010787335,-0.00199568,0.007191293,0.016335674,0.0063327076,-0.004428691,-0.00050698855,-0.00072522194,0.021169517,-0.0030444262,0.029045247,-0.00093429314,0.005372795,0.020440664,0.0043280246,-0.016535074,-0.015516749,-0.007463593,-0.005773654,0.015316581,0.0018845538,-0.013556882,-0.033734795,-0.034793228,0.0038793474,-0.004528935,0.029010944,0.0008006629,0.029682422,0.0058882944,-0.002972902,-0.0041955886,0.004037845,0.014508529,-0.010530542,0.0023072273,0.0069003487,-0.018832926,0.00067739066,0.0040909,-0.008759017,0.005343609,-0.015405808,0.009934017,-0.01823761,0.0050284085,0.009275436,-0.005272471,0.00876784,-0.018181881,0.022007661,-0.010014374,0.02265617,0.026331998,-0.025180154,-0.013777147,-0.006322115,-0.007223714,-0.01612147,0.017694732,-0.020499276,-0.018632898,-0.01918318,-0.00014460436,-0.0022212483,0.0029878432,0.025276657,-0.0021605606,0.0133676,-0.0009999983,0.017633,0.0010882431,0.015952583,-0.002529529,0.008708406,-0.006643039,0.011952713,-0.021920731,0.008813476,0.010174058,-0.021614853,-0.024281729,-0.0112818265,-0.015165018,0.0044250544,0.018966254,0.0025709942,0.01536988,-0.0030868726,-0.0078115975,-0.016968269,0.0015989293,-0.0009923849,-0.007206777,0.001570971,-0.0069722612,0.0015719159,-0.008161579,0.0063688694,-0.0044188406,0.018194823,0.011189122,0.010533322,-0.0024476869,-0.014583043,0.031257574,-0.0004225846,-0.00890375,-0.025391806,-0.0083256485,0.012658663,-0.008006951,0.0049221558,0.015186132,0.0033303017,-0.006482676,-0.004417825,0.0135869775,-0.002462814,0.013795467,-0.035571028,0.017775927,-0.01791738,0.014380437,-0.014449747,0.015623005,-0.01862838,-0.008324487,-0.0096590435,0.009178792,0.003120131,-0.002213386,-0.014225993,0.023267386,-0.01634202,0.00073873537,-0.15219201,-0.029530236,-0.013351724,-0.014029379,0.028816504,-0.0068681124,0.010201448,-0.047166828,0.029664654,-0.0066644037,0.0043396503,0.015497545,-0.018350037,0.013486471,0.01554189,0.020080648,8.41056e-05,0.01642811,-0.021243077,0.0165819,-0.031365022,0.0037671877,0.008538624,-0.00074312714,0.0065761115,0.006378117,0.01693215,-0.007637234,0.00359053,0.013427322,-0.0054588504,-0.008768071,-0.013339069,0.0027019621,0.025636896,0.014636593,0.0002937551,0.02654533,-0.031518813,0.009154745,-0.0017189683,0.021209097,0.025331378,0.012155295,-0.0028393816,0.0036869068,0.006769239,-0.015622526,-0.006356308,0.011753267,0.0036353683,-0.01936436,0.006888716,-0.020386195,0.012212487,-0.009087122,0.0015225206,0.010520147,-0.0102837775,0.0031519488,-0.025216172,-0.0132686915,-0.008021638,0.0146568995,-0.004685437,0.00026758848,-0.015219421,0.1467203,0.0016162157,-0.0002373884,-0.023139931,-0.0237706,0.016432613,0.009245973,0.0143295275,-0.023630943,-0.009548871,-5.5564684e-05,0.012240558,-0.005192036,-0.0003550635,-0.0041582678,0.017721076,-0.014049513,0.0050963266,-0.0076784287,-0.025026014,-0.026884027,-0.007478704,0.012380685,0.002235048,0.00084913045,0.010738993,-0.021900164,0.02429055,-0.028739223,0.008796408,-0.005928435,-0.035228904,0.027236704,-0.0061924267,0.005324355,0.017163709,0.005463548,-0.019739509,0.012450839,0.0081234295,0.0029113046,0.004438066,-0.026326552,-0.012895437,-0.006988493,0.015810994,-0.008994223,0.021368619,-0.0055976617,0.009174483,-0.01574183,0.027124278,0.015441587,-0.0016890619,-0.010154653,0.00031317698,-0.02637562,-0.007274467,0.0041086064,-0.018965662,-0.0023527844,0.004997555,-0.02404324,0.0025565152,0.011788852,-0.0032348249,0.0002695659,-0.01760446,0.024392562,-0.104250334,0.018617127,0.001794862,0.004871332,-0.004971084,-0.03355518,-0.017162891,0.021733927,0.018498247,0.020735517,-0.027125876,-0.018788714,0.009782425,0.0048575713,0.02321882,-0.008185904,-0.014061269,0.006271032,0.012686402,0.013395504,-0.0012856952,0.010488594,-0.0036521256,-0.024847504,0.008029615,-0.032387078,-0.041091852,-0.0020720328,0.008795515,-0.010704212,0.013341545,0.0032174983,-0.025668826,0.010777297,-0.0078072455,0.0055755777,-0.017752241,0.025448782,-0.015910456,0.00067972054,0.018716369,-0.020908017,0.0068249907,-0.012616468,0.01811252,0.012897335,0.0042741057,-0.009068058,0.023007533,-0.011670789,0.0072410535,0.0039014898,-0.0030301616,-0.010536996,-0.022280065,0.013399502,-0.0017881191,-0.026072592,0.022424703,-0.0073958193,-0.0033642766,0.013800891,0.0029695404,0.006983512,-0.0015867146,0.007921128,0.012981733,0.015832884,0.006610683,0.020196462,0.01049719,-0.010883786,0.00979333,-0.011999025,-0.006450234,0.0036099672,-0.007520383,0.0067307735,-0.0067352923,0.01934491,-0.014833259,-0.0057870066,0.016167222,-0.019607186,0.03419886,-0.017278425,0.004164263,-0.018860763,0.0090998905,-0.0074882563,-0.021208385,0.006607899,-0.019497005,0.009645077,-0.010307904,-0.0047233854,-0.0069117136,-0.006121405,0.041490264,-0.0074671614,-0.013319683,0.00094758486,-0.00015074552,0.0121825505,0.0041180253,-0.017135754,-0.006578503,0.023319516,0.011355683,-0.003337559,-0.011430801,-0.009080691,-0.011915178,-0.010320535,-0.0062771705,-0.00890844,-0.022401426,-0.0035566688,-0.004282387,-0.017834375,-0.0009820337,0.00572569,-0.015916312,0.018353757,0.003038444,-0.008494981,0.0025912407,0.0077673444,-0.009710737,0.018453242,0.007769433,0.017105592,0.008442511,-0.007999527,0.0102805365,-0.025172502,-0.0058550127,0.003947411,0.0257755,0.023989877,0.0027223106,0.003966249,-0.011919422,0.0118204225,0.016296318,0.0041109486,0.0010693027,-0.006630592,-0.0036455176,-0.015910055,-0.0046738046,0.0057435245,-0.016960567,-0.0020258275,0.012241088,0.030680856,0.015152226,0.00970974,-0.018186722,-0.0020474421,0.009082529,-0.031127721,-0.008139238,0.01746954,-0.0020476317,-0.027173162,0.024286611,0.0048291385,-0.015228883,0.0012758984,0.0072802906,0.012255673,0.011075331,-0.0070849136,0.016642582,-0.021742087,0.002563298,-0.0057805,0.019990304,-0.07838699,0.011389424,0.008622535,-0.009083008,-0.004494573,0.0024307126,-0.0045957337,0.018997457,-0.00031091197,-0.010861467,0.00601861,0.007948838,-0.008402807,-0.012292335,0.009989778,-0.0090462165,-0.008804529,0.007738495,0.016067648,0.009572092,0.012145818,-0.033409603,-0.011214972,0.010965493,-0.008577428,0.004750345,0.020466926,-0.017883046,-0.009193072,0.006040178,-0.028496146,0.005689109,0.00032550757,-0.010202216,-0.004625541,0.00918968,-0.0045363717,0.008537934,0.035337806,-0.046440568,-0.007861509,0.0052695163,-0.06081748,-0.0014764045,-0.009543254,0.010163069,-0.017080627,-0.0059415605,0.002510395,-0.018724034,0.016488569,0.021405015,-0.012935678,-0.015417579,0.02012821,-0.010199,0.012423917,-0.007987152,-0.0018835331,-0.014696339,-0.032119714,-0.031181775,0.0029592467,0.00043170847,-0.012945696,-0.0064974353,0.027802182,-0.0030795557,0.016022768,0.017357128,0.026837774,-0.009329215,0.009148744,0.011278047,0.009899996,0.0157894,0.023404362,0.0034312308,-0.0066956272,-0.01583667,0.008090358,0.0063815634,-0.022719106,0.047332577,0.014555389,0.0097537385,0.015829574,-0.10734788,0.028307676,0.0037743058,-0.010618428,0.022378612,-0.016278056,-0.01816087,0.0453368,-0.0042845015,0.00010055832,-0.007395616,0.024434619,-0.0012577345,0.008007336,0.021158662,-0.0069329487,-0.005606935,-0.0017822282,0.037392158,0.0058508315,-0.0030964115,-0.011702331,-0.020014651,0.007813628,-0.010941559,-0.021422638,-0.033419967,0.0032720347,-0.009636528,0.020337736,-0.012204237,0.0034525113,0.0021936414,-0.013773488,-0.009893608,0.0012464802,-0.027558379,0.0019204036,-0.02165669,0.00033071853,0.02201043,0.0032749416,0.008915705,0.00084954215,-0.0080714775,-0.017353147,0.0057019624,0.017298397,0.020027604,0.0031407797,0.0010922066,-0.024039684,-0.006080621,0.0021151863,0.007888027,0.03272992,-0.003920705,-0.03944619,-0.0026159792,-0.020280322,-0.0042811017,-0.0058010253,-0.0046676123,-0.008741615,-0.022129692,-0.0019114028,-0.023120992,0.02058246,0.0009168004,0.0150680095,0.0031885605,-0.020468963,0.008353958,-0.0139818825,-0.020296566,-0.006126876,-0.019669075,0.013631404,0.004130169,0.010928163,-0.017561372,-0.003578142,0.012022157,-0.012287003,0.011241611,0.028717708,0.009174655,0.005873061,-0.002483945,-0.0042243525,-0.010341623,-0.007894329,-8.954437e-05,-0.0111618005,0.0062378133,0.004031508,-0.016364245,0.0020407015,0.014521014,-0.009439602,-0.007546329,0.007726326,0.001259364,0.0078032147,-0.0072215227,-0.009610536,-0.015796293,0.013304848,0.0011670259,-0.009448871,-0.005233793,-0.025433803,0.0036813982,0.032132436,0.023022383,0.0016735574,0.006414989,-0.006669912,-0.014881231,-0.001362976,-0.010661522,0.003701767,0.01972543,-0.011293957,-0.012685481,0.008755804,-0.013631255,0.012843406,-0.005576086,0.001961152,0.015947588,-0.0010789675,-0.00076872547,0.00063014135,-0.0023121478,0.00487974,-0.021974776,-0.0011418181,-0.0014232845,0.011728879,0.0084009,0.016006758,-0.0021064908,-0.012439908,0.01505801,0.002050085,-0.0020337019,0.00621081,-0.022750592,-0.0043205298,0.009317865,0.01652861,0.0083194375,0.012023609,-0.008021263,-0.005370377,-0.019420035,-0.01398021,0.019051233,0.0048737666,0.012189719,0.0063128644,0.005211282,-0.007197185,-0.0045337374,-0.016679645,-0.004088768,-0.010032997,-0.020499216,-0.0023864198,0.003751715,-0.025308484,-0.01807317,-0.0110981325,0.030493123,-0.005597978,0.003319393,0.023385689,0.013325853,-0.006544486,0.02066378,0.0009336319,-0.016309638,-0.014050824,-0.0031106973,0.0017364474,0.011553588,0.0017211542,-0.013173016,0.007951623,-0.010985225,0.0016065424,0.002911581,0.00042778737,-0.02809409,0.0007011528,0.0042366646,0.0045994953,0.022949098,0.029961694,-0.0027690295,0.013526322,0.0056500793,-0.021549257,-0.0114722755,-0.017572662,0.003702055,0.022522626,-0.018812176,-0.012027228,0.0039373618,-0.014983832,-0.00082685146,0.018684179,-0.0026025434,0.01046218,0.009446407,0.02397036,0.012542925,-0.010900864,0.006433839,-0.0041239527,-0.002289008,0.014341414,0.020261535,-0.009920265,0.00089687406,0.0049942085,0.008669127,0.0024517248,0.009773798,0.02797936,0.013545412,-0.010285249,0.015729,0.018808592,0.007214685,0.0046101557,-0.014660096,0.009694325,0.029270083,-0.0046199705,0.023438785,-0.011731658,-0.002419403,-0.0042440374,-0.0074109263,-0.01952784,-0.02739242,-0.0042019463,0.011112458,0.0017494594,-0.021503111,-0.0043101762,-0.005779648,0.0041420073,-0.0044513955,-0.010803204,0.008393996,0.0032093152,0.031765033,0.0095763905,-0.0043007648,-0.0045174607,-0.03283679,-0.01818089,-0.004527004,-0.009842508,-0.021260967,-0.007907694,0.0029641767,-0.017625466,-0.015758466,-0.013846089,-0.0016848118,0.027243448,-0.0054699304,0.021570079,0.014490228,-0.001329524,0.010976026,-0.0077155516,0.0048270947,-0.003890596,0.0040179314,-0.0014022234,0.025266962,0.009744821,-0.011266472,0.0007072868,0.023496099,-0.0015298362,0.029186927,-0.03393101,-0.008637586,0.019394236,0.017228637,0.00512025,0.0046710335,-0.00681852,0.029693276,0.0049126884,0.013085745,-0.0012684047,0.0064646807,0.005903289,-0.0043462357,-0.010918237,0.015160516,0.0056597483,-0.02083274,-0.011868674,0.022651607,0.010293654,-0.01350293,0.007864782,0.017831868,0.010662139,0.002006451,-0.019147253,0.026040604,-0.0010575355,0.004462324,0.009412438,0.009462797,0.010277188,0.005275851,0.0029354738,-0.0063520456,0.009150046,0.0048267925,0.0059796576,-0.0026281676,-0.0011252387,0.035540216,0.0032325243,0.004452115,0.0039390707,-0.018677004,-0.0029617038,-0.0056037563,0.007275083,0.00046556583,-0.017877154,0.013166135,0.02743253,-0.020197982,-0.0014998758,-0.0020901524,0.0065612504,-0.02768086,-0.019863486,-0.00694325,0.0026073328,-0.005469135,0.00021326359,-0.0027520321,-0.0013226677,0.016872523,0.009969697,-0.019577824,-0.020712417,-0.0016496704,0.007328515,0.007578219,-0.0012137704,0.010451195,0.0006070128,-0.0044387025,-0.007078006,-0.0024736514,0.013444147,0.0041173557,0.005726021,0.0012263114,-0.00017628226,-0.013886956,-0.01721717,0.018524153,-0.0014690105,-0.007953964,0.020824587,-0.00064729556,0.00699161,0.009233153,0.004167967,-0.012258948,-0.004096876,-0.0010132727,0.0029230902,-0.013069518,-0.008327464,-0.005914265,0.0063537084,0.0018239993,0.0063914503,-0.00068408455,0.0014496245,0.0010787088,0.036908787,0.020889694,-0.02343825,-0.016787704,-0.014986112,-0.0047663315,-0.016435402,0.008937369,0.029747253,0.00013376845,-0.009069149,-8.230953e-06,-0.009760498,-0.010199548,0.000885818,-0.008575926,0.008994361,-0.00359537,0.0072734407,0.01972547,-0.006783702,0.0033086636,-0.007930822,-0.010028469,0.011592398,-0.0027415047,-0.016261553,-0.013561634,-0.008233133,0.035103258,-0.012917548,-0.01866107,-0.0013364748,0.0018989847,0.010515415,0.0024103832,-0.007212852,0.0045235357,-0.00939111,-0.019860618,0.046872485,0.022169838,0.015193161,-0.020613862,-0.00044189004,0.0020458433,0.0029452848,0.011695053,0.01799105,0.024985783,-0.0049958737,-0.0029058305,-0.008814774,-0.016270075,-0.0048946217,0.0126025975,-0.0049297134,-0.005320624,0.007578648,0.036034014,-0.014500383,-0.019720193,-0.0038320653,0.009153044,0.019783452,0.00278406,-0.014700758,0.0010619586,-0.015009826,0.0038799888,0.0041408306,-0.050308198,-0.020795343,-0.03737943,-0.01233565,0.0012170762,-0.0061632907,0.0003206164,-0.00025414047,-0.004529897,-0.009724577,0.0024510373,-0.005338101,-0.0014171976,0.013639216,0.005730293,0.008048255,-0.008666826,-0.035415523,0.010092218,-0.0032811705,0.0007149427,-0.011873845,0.012244496,-0.02946933,-0.019745449,0.014055936,-0.008170901,0.015653146,0.009594475,-0.0068209935,0.014502672,0.01875813,0.015650276,0.0032553046,0.008373817,-0.013474439,-0.014045477,0.01740311,0.024447335,-0.035918333,-0.009702017,-0.00059176126,-0.0013774699,-0.003618067,0.020566951,-0.019993642,0.007294377,-0.0076309214,-0.016950972,0.012623429,-0.008750688,-0.0066623967,-0.034368053,-0.0031780151,-0.0052719163,0.0015396137,-0.01576682,-0.0030658254,0.010537186,-0.01613303,0.00850064,-0.008769029,-0.008216117,0.01663533,0.00069026096,-0.008896786,0.004932913,0.023000447,0.00086448767,-0.034598373,0.018783502,0.00010146708,0.0059728078,0.021434342,-0.00832077,-0.0023996767,-0.021782385,-0.012021173,-0.00052486925,0.028069582,-0.004064293,0.0010999212,-0.01706276,-0.0047824215,-0.002317169,-0.008672491,-0.0013862902,-0.022709273,-0.0042856196,-0.01662536,0.0025963157,0.010540053,-0.008073357,0.008581759,0.016355075,-0.012069311,-0.007559341,0.0032752142,-0.002597509,-0.001282612,-0.0058380105,-0.038534306,0.019771405,0.0037293937,-0.006615418,0.0106161535,-0.008993112,-0.022983843,0.0006436439,0.004182016,0.008658544,-0.008909682,-0.015061287,-0.027998375,0.007840918,-0.015056543,0.0114211,0.006573111,-0.0052076834,0.00069592346,-0.0028435842,0.0029944621,0.021816276,0.017464263,0.011623739,-0.027342403,-0.01905022,-0.01073847,-0.00043982142,-0.0064579006,0.01718797,-0.0123000415,-0.0110182045,-0.025374841,0.01004261,-0.0021983052,0.01567203,0.015028958,0.024329785,-0.0020377452,-0.0077572116,0.020315384,0.00069864054,0.005120013,0.0006464494,-0.005959048,0.011692149,0.0027905107,0.031071443,0.013020365,-0.022179473,-0.011363807,0.019212794,0.003101375,-0.025849503,0.006365512,0.027758235,0.0064122407,-0.014581787,-0.014264261,-0.011860393,-0.014279363,0.018962968,0.0024905342,0.018640354,0.007901917,-0.016124604,-0.004865704,0.009796456,0.02554435,0.010370393,0.0031430507,-0.03343845,-0.012480129,-0.0091055995,-0.017245593,0.0044100643,-0.0154851135,-0.0039781644,-0.00792679,0.0064960946,-0.016246086,0.0033987581,-0.02005285,0.014556159,0.015755538,0.010953781,0.007972745,0.017002195,0.01851425,-0.02345711,-0.015086709,-0.0010505696,-0.005409484,-0.00047489736,0.013225678,0.010455276,0.011849541,0.02815999,0.007971682,0.026607113,-0.021358823,-0.014741355,0.003649736,0.018296478,0.015029369,-0.0073129465,-0.0030964597,0.025047852,-0.00057087175,0.0010453562,-0.006389063,-0.010072306,-0.006333819,0.013420922,0.014902119,0.1624587,0.11560982,0.006770212,-0.0056359572,-0.013207196,-0.0044753044,-0.01815186,-0.005917745,0.007428513,0.0043176142,0.003113746,-0.009408466,0.0056505054,-0.022458488,0.0054680672,0.023504049,0.002321933,-0.0033044275,0.006889262,0.0005436978,-0.016068652,0.01167426,0.014839502,0.009275311,-0.010740489,0.010742121,-0.0044015036,-0.0014783432,0.0427256,-0.01651131,-0.010105842,-0.02659879,-0.018007237,-0.009866378,-0.0074381977,0.01568575,0.002077118,0.011483164,-0.0026320284,0.027569482,-0.020671051,0.024616593,-0.014983232,-0.0037881373,-0.004583803,-0.011616172,-0.0051901164,-0.034198374,-0.01670362,0.01714747,-0.005272332,0.0024528932,0.0073274355,-0.010477146,0.00818943,0.0020612185,0.0050891903,0.011201516,-0.033075787,0.0008292114,0.01895571,0.0018527814,-0.0042687887,0.004845851,0.00911622,0.007501399,0.01050009,0.010465973,0.002652771,0.0014942003,0.012781043,0.022376638,0.011657881,-0.007851125,-0.009015315,0.03229562,0.00420354,-0.01589152,-0.016848149,-0.004787021,0.016023546,0.003284362,0.00066842645,0.019049192,0.015239084,-0.010404795,0.006700125,0.013311038,0.11282832,-0.0017220806,-0.0028729336,-0.01579099,0.00042111648,0.027055541,0.0056239935,0.05319577,0.00075001415,-0.0057288324,0.009509935,-0.023952061,0.0059387605,-0.0043948586,0.021132438,0.0096565075,-0.00902409,0.015121208,0.011157528,0.023828305,-0.023499904,-0.0011519443,-0.007961595,0.014660893,-0.00026204015,-0.012887497,-0.009891825,-0.010564324,0.0025416862,-0.017802218,-0.10231852,-0.016987834,0.008292819,0.003505576,0.00066811277,-0.004564957,-0.0140143605,-0.0036063807,0.015088084,-0.0032966249,0.009357538,-0.013421633,0.0013632969,-0.008121073,0.0027202622,0.008668972,0.005870106,-0.01301171,0.014968444,0.00812814,-0.006686469,0.0058607864,0.008512876,0.015993867,-0.01358126,0.009043614,0.012070925,0.033517905,-0.011078954,0.015805645,0.00040618246,-0.0105024725,0.010862224,0.009594795,0.02634119,0.022479815,-0.021744037,0.010171538,0.015218574,0.008616697,-0.0072614797,0.008126455,0.0026248859,-0.00033556423,-0.027587552,-0.01386864,0.019138305,-0.020835374,0.013160512,0.009598561,0.0444271,-0.008973497,0.007506521,-0.0035740563,0.019588986,-3.4766877e-06,-0.0003198904,0.007520422,0.022790385,0.012649542,-0.013731299,0.012355382,0.011450213,0.001256428,0.0042620003,-0.0003016937,0.003092741,0.02123328,-0.0018744108,-0.013932503,0.014092544,0.010153869,-0.009424617,-0.008834037,0.008858537,-0.012685457,-0.031868976,0.002318076,0.002340396,0.022816781,-0.0021221759,-0.0152433235,0.022221824,0.13216752,0.027481887,0.011288879,-0.0029986105,0.016468503,-0.018533457,0.0030713952,-0.0005143117,0.0054409094,0.0072472496,-0.009630919,0.018132288,0.0069037406,0.0031958271,0.0044582514,-0.0057561947,0.016999183,-0.012574083,0.009085366,0.005746265,-0.007609675,-0.009949818,-0.005273241,0.013652261,0.0039786818,0.014083274,-0.02861818,0.022323309,-0.026183356,0.0009949529,0.007114461,0.0012961384,0.022629581,-0.03217552,-0.0067151613,0.008135261,0.01615675,-0.028646003,0.0003682689,-0.0052211694,0.001283237,0.019631784,0.006381029,0.0047263633,-0.038518023,0.19153488,0.015672551,0.0056966343,0.007663935,0.012638438,0.034898777,0.01012122,0.008962889,-0.0167017,0.018684529,0.002594975,0.0034418108,0.0014851142,0.022722658,0.024328813,-0.0018220454,-0.011511144,-0.003319425,-0.01194449,0.019148292,0.0060894317,0.011519927,0.004934841,-0.0067868717,-0.011306449,-0.0011138999,0.0056671156,-0.00849194,-0.001683477,0.0076605175,-0.009602587,0.01834076,-0.02214128,-0.008649317,-0.0004869751,0.015809556,0.0028411022,-0.03405412,0.0025746783,0.008597405,-0.0089917155,0.010113952,0.0009052445,0.032037884,-0.007486234,0.0031019384,-0.0058741216,0.014072987,0.0007483042,0.011262115,0.018478887,-0.0018461006,0.0010950412,-0.0040421532,-0.010058615,0.011366531,0.020388687,0.01025787,-0.024819888,-0.004034063,-0.0027444977,0.013100843,-0.010269788,-0.0007147768,-0.0049385345,-0.0042190147,-0.013725614]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 135,
          "content": "Peter Thiel-backed Cognition pushes into Asia with Japan, Singapore offices",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.00021078957,-0.02030444,0.018512618,-0.09549561,-0.022916012,-0.007066777,-0.012601765,0.005074018,0.016900131,0.003516642,0.0021209589,0.021829879,0.0047731195,-0.021647172,0.09352309,0.012584245,0.018224712,0.01628882,0.0075675063,0.0006716433,-0.009075923,0.015728142,-0.020128079,-0.0120422905,-0.0011331515,-0.014855427,0.027811466,-0.013348993,0.013349686,-0.0027453415,-0.018634427,-0.007160091,0.0015649588,0.000586676,0.012883597,-0.003911255,0.009952377,-0.019502884,-0.020863738,0.030511083,-0.011511514,-0.014269405,-0.037443865,0.025610352,0.015255769,-0.030515255,0.030019015,-0.019819455,0.0071389037,0.010923046,0.016917983,0.024833571,0.0143805975,-0.15296073,-0.014613773,-0.012035932,-0.0048903897,0.004053682,0.02825889,-0.0009999193,-0.00011023936,-0.03848266,-0.004731801,-0.024524454,-0.0147938905,0.0011480337,-0.0017051011,-0.0010838117,-0.025019312,0.0012066815,-0.008679429,-0.018510494,-0.012552831,-0.028048333,0.0077284737,0.0053088455,0.0016243161,-0.0028265046,-0.0029829221,0.021364018,0.00045783518,0.016825011,0.00087069726,0.012668429,0.008017444,-0.009886678,0.0047867326,-0.02132884,0.0044838176,-0.004302554,-0.0016815565,0.016887685,0.0043900358,-0.007911588,-0.0076077147,0.03556318,-0.025754306,-0.012264966,0.008316576,-0.009376826,-0.012968263,-0.011860886,0.007777878,-0.00037333934,-0.005285624,-0.0137533955,0.0045156726,-0.02415223,0.012773155,-0.002794632,-0.00886395,0.011238199,0.0021132724,0.017952204,0.021452552,-0.12943563,-0.016379451,0.034159493,0.017398775,0.004039129,-0.02614338,0.031446412,-0.019967057,0.006522516,0.038387682,0.007762633,-0.0051001688,0.011063588,-0.034778073,0.026840042,-0.024706693,-0.04152026,-0.015997661,0.01862802,-0.010178511,0.020510523,0.021303583,-0.02862252,-0.016490854,-0.015969204,-0.034661442,0.022310438,-0.0111468965,-0.016658861,-0.0056628915,-0.0031722127,-0.022626065,0.041410223,0.020629454,-0.0058944747,0.017615436,0.0118878,0.025065426,-0.004764181,-0.0069627254,-0.03560998,0.01318957,0.0049929977,0.018832253,0.008273973,0.00082358596,-0.040295396,0.0037202646,0.029467603,-0.009609146,0.017469198,0.018153412,0.02943682,0.01746184,0.0122957975,0.008545722,-0.02752317,-0.011852784,0.019514486,0.018414918,0.00011424349,0.015836984,0.014932965,0.012847818,-0.014352085,0.011879159,0.01919456,0.011409289,0.006591944,-0.008282556,0.019930108,-0.008657289,-0.0052947635,0.020688348,-0.022456387,-0.033191785,0.0027267325,0.015833935,0.008714246,0.015530598,0.022488127,-6.0235576e-05,-0.0055617522,-0.0026531527,-0.007250841,0.010182617,-0.016284347,-0.010701855,-0.0052236277,-0.0067905057,0.01235508,-0.0072897756,0.013910655,-0.00043489767,0.015147743,-0.0069788354,0.008783998,0.021377355,-0.018607209,0.010816108,0.014239431,-0.044077348,0.009115353,0.0035437106,-0.008801327,0.00042211602,-0.029708464,0.024612755,-0.004399131,0.01434717,-0.018529449,0.0030371903,-0.022048002,-0.0056057097,-0.013900392,0.0015546212,0.013927091,0.018710312,-0.024361728,-0.0075286957,-0.0040714247,-0.020550774,-0.016990626,-0.035452727,0.041079223,-0.022784257,-0.008003044,0.00046122234,-0.007343921,0.023557764,-0.0050867843,-0.00938394,0.014519833,-0.011724951,-0.01782587,-0.015131655,0.0047107367,0.010931508,-0.013147242,0.001794345,0.007510818,0.0070284493,0.010812318,0.0059991623,0.0006851154,-0.0017404617,-0.0071391584,-0.0055516986,0.0063190153,0.0011985147,0.028537506,0.011761957,0.01554051,-0.01666545,-0.021323888,-0.0049003703,-0.00081248436,-0.0015901795,0.00086884276,0.021996258,0.002986683,-0.07122268,0.02103364,0.008381272,-0.0041603493,0.021897065,0.0022475366,-0.009251271,0.010145103,-0.018217422,0.024174916,-0.021988664,0.0055642836,0.018354125,0.0064364206,0.009640769,-0.0071577257,0.006928645,-0.035842765,-0.0046569193,-0.026300209,-0.0047932584,-0.0011864546,-0.025857473,-0.007944381,0.0023759017,-0.023462497,0.031897966,0.045327984,0.014210337,-0.024232663,-1.2684522e-05,0.0044467226,0.0051308,-0.0001911302,-0.0027932478,0.000902824,0.006952297,-0.03238842,-0.031862255,0.016029697,-0.029423496,-0.022003455,-0.0072246287,0.006408288,0.009077541,0.007994106,0.0051806504,-0.009508158,-0.046675593,-0.01166535,0.003833905,0.0330065,0.014245391,-0.012267145,-0.013435114,-0.0009747846,0.016569184,-0.0072540794,-0.022571001,-0.016066747,0.009662821,0.01957199,0.0017355465,0.009692698,-0.01109736,-0.030407038,-0.0033731337,-0.031057155,-0.016043564,0.023165867,0.0028104377,-0.033931248,-0.010722108,-0.038613413,0.007787784,0.008936173,0.015003307,-0.021951681,-0.037947733,0.0119659435,-0.006537732,0.028787881,0.030855784,0.0025807873,-0.0011164476,-0.00092813314,-0.03187496,0.012773994,0.018792262,-0.02830795,0.046501692,0.038680546,-0.018629491,-0.031791985,0.021216739,-0.022870898,0.01628072,0.010393138,-0.0030826516,-0.009073018,-0.009511873,0.01517503,9.9933655e-05,0.013091964,-0.006484537,0.04074946,0.0019096177,-0.0024364905,0.006048913,-0.032281097,0.00041356284,-0.02289328,0.022687685,0.0064330567,-0.018050844,-0.012717139,0.00804736,-0.01220425,-0.0144021185,-0.009637377,0.0071817013,-0.010355481,0.016634375,-0.0120068425,0.020426273,-0.01842381,-0.013607854,-0.005386698,0.005915429,0.0029033094,-0.0010143652,0.009495948,0.0027383775,-0.0003775824,0.0077698696,0.02075587,-0.003471129,-0.012504475,0.036663324,0.035564244,-0.014567613,0.0014798783,-0.0036167246,-0.018583585,-0.00514986,0.017605886,-0.014966703,0.00033972395,-0.0074126045,-0.014981321,0.004628529,0.013981703,0.016687086,-0.0059656203,0.026917025,-0.012938955,0.004150852,-0.008566397,0.0061030616,0.0022280053,-0.004396699,0.0024674167,-0.030297618,-0.03439501,-0.01659205,0.012140515,-2.4190094e-05,0.037972935,0.038867276,0.010472345,-0.0067750188,-0.01190182,-0.016760739,-0.004703277,0.017936029,0.019590704,-0.020652141,-0.011493649,0.0051689604,0.00764083,-0.027316976,-0.014961791,-0.020137884,-0.020151079,-0.03962853,0.010018223,-0.015883429,0.007494582,0.0051143346,0.0055832625,-0.009879268,-0.003798423,0.025853628,-0.0021435458,0.0068133306,0.016221019,-0.0148870535,0.0016155337,-0.005519502,-0.0362903,-0.017068421,-0.026244177,0.02046102,-0.0023861083,0.03009683,0.049386766,0.006524539,-0.0028231996,-0.0033204665,0.050948963,-0.03239539,-0.0005401865,-0.0021107525,0.004263931,0.02023633,0.019205472,0.005074875,-0.004909253,0.011236475,-0.0026984012,0.002849223,0.006763373,-0.016607694,-0.0021402892,0.00045605603,-0.013863007,0.008203872,-0.02258832,-0.05282013,-0.023287198,-0.00026038737,0.034541313,0.0052540735,-0.0027909852,-0.031035861,-0.015692689,-0.019716881,0.019269114,0.0063982527,-0.0057560317,-0.011949755,0.0014185925,-0.006151982,-0.0029407886,-0.032705035,0.0069774752,-0.040082414,-0.0027345638,0.01353071,0.010423054,0.044720482,0.0015097628,0.035715174,-0.01905825,-0.012427723,0.011354969,0.004431726,-0.024503592,-0.007486659,-0.008489184,-0.0021459612,0.014260683,0.027989913,0.008678698,-0.016114647,0.002546542,0.026874784,-0.012201899,0.035378017,-0.056450173,-0.0035287244,0.025847772,-0.0024603726,-0.00966193,-0.012504933,0.013047733,-0.014921005,-0.013558138,-0.012494004,0.003829611,-0.03963306,0.009149608,0.003907128,0.02192665,-0.0004892024,0.013967131,0.009987076,0.005986567,-0.018003618,0.017474545,0.0053856308,0.009752952,0.0014483721,0.011753669,-0.005853781,0.0037988145,0.01648435,0.02021507,-0.029111424,-0.002812572,0.013124447,0.015342267,0.022601146,-0.0140516795,0.02264922,-0.0082960045,-0.006991242,0.015417821,0.0074589313,0.021349294,0.014019856,-0.042091526,-0.06325777,-0.015153152,0.0031862662,-0.027794855,0.00790322,-0.0009155311,0.011323831,-0.037000675,0.0020429105,0.0038824144,-0.017412782,-0.0039815535,0.0086819,-0.014561077,0.007960715,0.011305957,0.046702337,0.031984482,0.010130479,0.005457333,0.028186169,-0.01397465,0.025794141,-0.0074341823,0.009383848,0.021668585,-0.0019335186,0.022765877,-0.028803037,-0.0068420195,0.02185807,0.010877539,-0.0011047756,0.024293844,0.014599358,-0.020010866,0.0011521295,-0.03055764,-0.009760153,-0.10728382,-0.018989434,0.020610344,0.0073385765,-0.0024148447,-0.010094676,0.011392787,0.015798079,0.025880476,0.0013706938,0.006594216,-0.0040982203,0.0012080132,0.01074319,-0.011072996,0.0119274715,0.0008121512,-0.0197901,0.009663771,-0.0002832779,0.009243931,0.008424965,-0.0118333325,-0.009442318,-0.005074503,0.004328091,-0.007994484,0.022014597,0.0026999018,-0.023035398,0.013256938,-0.13635789,-0.0020436416,0.014723722,0.025541611,-0.014022019,0.004167146,0.020772856,0.0009698066,-0.0032912565,-0.034327697,-0.021232875,-0.020703847,-0.0007206733,0.0034976222,-0.0043280595,0.14660004,-0.012390852,-0.018978069,-0.013353218,0.0027441387,0.013539132,0.020580685,0.028550033,-0.01552836,-0.023967663,-0.01329946,-0.0014030165,0.0042629573,-0.007608038,0.00644362,0.0173539,-0.0059700427,0.018690238,0.002656066,-0.006307349,0.014308128,0.010013046,-0.03841225,0.017353568,-0.005369471,0.02939596,0.0111111915,0.0005113552,0.010059863,-0.0040637488,-0.020006258,-0.027137598,0.010904019,-0.0078082527,-0.013724284,-0.015644524,-0.07533875,-0.020914983,0.0016878373,-0.032133717,0.011773694,-0.01734113,0.025438266,-0.009029446,0.021086516,0.0020786978,-0.027451858,-0.008577621,0.017677156,0.012756481,-0.003692104,-0.007470502,0.01508942,0.01575064,0.040084083,0.003806545,-0.00231932,-0.0145708015,0.010082279,0.010982137,-0.037371002,0.045556292,-0.008522381,0.024606341,-0.014796069,-0.0073521943,-0.026534682,0.0066348314,-0.008974243,-0.011251439,0.0126548335,-0.011562925,-0.008907882,-0.006280806,0.012360933,0.010727905,-0.0130108595,-0.021725778,0.034334835,-0.01489408,0.00761105,0.0046215453,0.006186426,-0.01607431,0.018958323,-0.009629954,-0.003969875,0.013207063,-0.031900086,-0.023909945,-0.0026966964,0.019204196,-0.0020490119,0.03267162,-0.0067013944,-0.0052360483,0.0062354505,-0.0065594395,0.0031538203,-0.010815925,-0.005721312,-0.0005458976,0.012979531,0.026592148,-0.015909817,-0.0041151475,0.0072834017,0.0023134563,0.00082267006,0.00052894827,0.008089854,-0.008748538,0.02079834,-0.00093303935,-0.0117863,-0.021333274,0.0015204356,-0.0008394509,0.0022631236,-0.0010373301,-0.011389311,-0.00019164417,0.010181698,0.015909875,-0.014555414,0.00071716466,0.014654576,-0.0026700608,-0.01165517,-0.0112087475,0.012151709,0.0038742728,0.0032917338,0.0035046106,-0.0036641026,0.003958296,0.0044554234,0.019135248,0.012394907,-0.003755698,-0.009841781,0.010763318,-0.0034373289,-0.0044166544,-0.01121783,0.010036238,-0.007867444,0.009163287,0.014526048,0.005521049,-0.0060511385,0.018742094,0.0014167024,0.0025999374,0.023472328,0.0002621674,0.00071883365,-0.018075608,-0.011637737,0.005059722,-0.0067518814,-0.0073184287,0.0014582913,-0.007957462,-0.00045935193,-0.0052383454,0.0049764994,0.007891814,0.008162759,0.018156515,0.016476205,-0.0048602754,0.010360148,0.0072664493,0.011151764,-0.013466402,-0.019947598,0.0039485916,-0.008216171,0.010857529,0.008833161,0.00038955253,0.0020039019,0.012061993,0.005477402,-0.007643358,-0.0055768723,-0.004359625,-0.0034822142,0.00067805033,-0.01250756,0.015582372,0.008257688,-0.00607864,-0.0030410239,-0.0065070097,0.021116393,0.002740786,0.0021718855,-0.011133983,0.018419927,0.0061184387,-0.0063259713,0.017985104,0.0016716706,-0.018722942,-0.013362247,0.019143056,0.008051388,-0.016322615,-0.0043390365,-0.009298581,-0.001590495,0.007783179,0.0013979168,0.018669369,-0.021282336,0.0053901235,0.009631631,-0.023458846,-0.009145651,0.0020275388,0.011192003,0.00710179,-0.006950815,0.010878019,0.010514227,-0.019709088,-0.0010833187,0.010048718,-0.0013196311,-0.008104187,-0.0015138908,-0.021201106,0.028681107,-0.0015871621,0.002923339,0.0046246215,-0.00016590905,0.008164143,-0.008745923,0.0050058016,0.0047169933,-0.0066804183,-0.005739445,0.0029236346,0.02540914,-0.008566274,0.006080259,-0.0038736055,0.009792022,0.019784387,-0.006500449,-0.01748256,0.028003085,-0.013989403,0.017467901,0.047963023,0.0024894718,-0.0077307653,0.006418863,-0.019183341,-0.010944148,0.011317946,-0.00039280244,0.013980514,-0.008277555,-0.008034391,0.0018879889,0.016319487,9.361116e-06,0.009127764,-0.00072561053,0.0030714455,0.0024216885,-0.0070830574,-0.0053234594,-0.0086985,0.014541638,-0.02434884,-0.0025617026,0.0046751285,-0.00120346,0.0025628745,-0.008040199,0.002018472,-0.0071213106,-0.008348977,0.02021703,0.011606342,-0.02314678,-0.0030732902,0.003500175,-0.0015683179,0.0023324352,0.06914106,0.015837187,0.022705171,-0.0021885473,0.0124528,0.008445439,0.007869054,-0.0043361024,-0.007979798,0.0023195078,-0.002607051,0.0077118124,0.009699016,0.0074610836,-0.005355772,0.00036984432,0.009671261,0.0035799716,0.0010949486,-0.0014734986,-0.0037987528,0.002359688,0.0146715995,-0.0045437687,0.010616432,0.0011217338,0.0060289092,-0.00576333,0.0069324467,0.02853483,0.014082775,-0.0065726093,-0.0130718155,0.0017285378,0.015011067,-0.008616327,0.005300213,0.01881247,0.021666668,0.002702846,0.01229357,-0.0061300187,-0.0029728548,-0.009702684,-0.008369811,0.0026163338,-0.0063549234,0.00087306777,0.012701045,0.0013017302,0.0009231177,0.0012354478,-0.0010480925,-0.007057154,-0.025591642,-0.0019232049,0.0070585217,0.00094080705,0.0041355584,0.005612613,0.017576806,0.0075066932,0.017732881,0.010162584,-0.0105714835,-0.014402954,0.012373395,0.001260001,-0.017966356,-0.003185766,-0.007594071,-0.0026603767,0.0117149595,0.010250345,0.043443307,-0.0003645541,-0.013037598,-0.022742618,-0.006997307,0.016241122,0.0015036289,-0.0126812,0.003316762,0.009664646,0.013987287,-0.002617967,-0.0040686256,-0.006179685,-0.010994228,0.010855777,0.005015944,-0.001956432,0.005220578,0.009071211,0.007029066,0.0052487194,0.057562266,0.0011918531,-0.008374114,-0.015960956,0.01189892,0.00015996295,0.00014571786,-0.003510342,0.014220673,-0.0055107353,-0.0105532855,0.0103884125,0.0071412516,0.0023578752,-0.014073538,0.00854857,0.008399423,-0.0128289545,-0.009449043,0.0016269087,-0.01669713,0.018700058,-0.0028715387,0.008376621,0.0074251513,-0.017836813,0.0126791075,-0.0121356305,-0.0104669295,-0.006446751,0.0058153807,-7.498004e-05,0.019596834,-0.00028374532,0.008544517,0.0054216334,-0.01727269,0.0042722607,0.0010618019,0.0039730715,0.00873516,0.0051742997,0.0027575726,0.012729656,-0.0076454226,-0.0013580305,0.0020404123,-0.0017648635,-0.0015788187,0.0029810483,0.0037196742,-0.004234215,-8.931136e-05,0.016741913,0.012714942,0.0029466155,0.01218048,-0.0122839445,0.008787922,0.018250244,0.0083147995,-0.02140559,0.0021124138,0.017081512,-0.015169326,0.0011166546,-0.0023121578,0.005659818,0.0060447576,-0.0049360143,0.00060614216,-0.0192953,-0.0036525382,0.014648042,-0.0038390828,-0.0005369165,0.0069177863,-0.008952847,-0.0057621337,0.0032266777,0.014165742,-0.013234506,-0.012422375,0.0079409415,-0.007825711,-0.00094767276,0.0026761584,0.0063975933,-0.0016541356,-0.030520711,0.0004321742,0.0044633164,0.0077491375,0.0036389912,0.0051881247,-0.012246684,0.0014376318,0.018942446,-0.007834343,0.009397259,0.013123597,0.005796891,0.028356299,0.006856118,-0.0050160307,0.017736195,0.002629038,-0.010524365,0.012298216,0.0039011636,0.008853192,0.009665366,-0.00044308443,-0.0074296743,0.019048253,-0.028474765,0.009823161,0.01245991,0.0033545673,-0.00022798547,-0.000120887154,-0.012577407,-0.0045510973,-0.008202738,0.0015087315,-0.011815639,0.0044811736,-0.013944221,-0.0064583896,0.006598432,0.005171754,0.0043176753,0.00662262,-0.004780906,0.0045481045,0.0010843497,-0.0042435634,0.0023927006,0.01688234,-0.005442099,0.0029584342,0.002351838,-0.013522209,-0.015834866,0.010703456,-0.018670043,0.018011307,-0.0095845135,0.005295143,0.0016292061,0.0033105225,-8.564587e-05,-0.005365423,0.0009278558,-0.008341833,0.0056782225,-0.009095519,0.0060549546,0.004974521,-0.0010131504,0.022523677,-0.06878131,0.01894293,0.0031618099,2.3494757e-05,-0.0073336097,-0.0060968217,0.017406229,-0.010081701,-0.0031391776,0.0002454865,0.00639779,0.002649726,0.011599378,0.007869164,0.0033169745,0.004400506,-0.0069271484,0.01509523,-0.0052231015,0.003299502,-0.009994917,-0.01315681,-0.019065993,-0.0016470246,-0.02402171,0.0014145579,0.013272354,-0.004537212,-0.0007375662,-0.013684995,0.00352078,-0.004330566,0.01448881,-0.00078995916,-0.004292273,-0.00019345198,-0.0021866583,0.00012988484,-0.037581682,-0.004329463,0.016574178,0.0037070725,0.016120538,-0.013263207,0.0045943344,-0.006124283,0.008724369,0.010394731,0.012065663,-0.0135241775,-0.0036780643,0.01437732,-0.015439154,-0.009767763,0.011962123,0.013239895,0.0045383326,0.010745751,0.0072519393,-0.00036686612,-0.011647209,-0.0160721,0.006158834,-0.018299302,-0.007417974,0.010204965,-0.0016492984,-0.0017677079,-0.011922181,-0.013244402,-0.011081418,0.005193853,-0.013740634,0.006965036,0.016167678,0.015492553,-0.002179645,0.0027458384,0.000877633,0.012671725,0.0056919837,0.0032148138,-0.0027654064,-0.0040896754,0.0034105268,0.009412976,-0.0044408725,-0.012130368,-0.017724736,-0.006187468,0.008532574,0.016797764,0.02244962,-0.025590999,0.0046014674,0.0013743702,-0.0023449273,-0.0037241396,0.023077874,-0.009407106,-0.023621375,-0.008943332,0.0026741175,-0.014944813,0.0018175853,0.014866185,0.0014824512,-0.0009990997,-0.0041766283,0.0095319655,0.005580315,0.0056531006,0.0054460634,0.0032397008,0.007808624,0.019292125,-0.0035264625,-0.011712305,-0.009408233,0.010214571,-0.011282317,0.006899289,-0.003925795,-0.013177621,0.008006195,0.010251222,-0.0059217284,0.007042114,-0.0018774782,-0.006247147,-0.014027504,0.015634926,0.019927626,-0.0015210974,-0.0028800545,0.0065959664,0.015867107,-0.0072997785,-0.007987694,-0.0011786348,0.007394771,-0.006842485,0.008308014,0.0041148383,0.0052332585,-0.0046437546,0.012242233,0.015474032,0.004407968,-0.000829169,0.005577818,0.028387107,0.0013633942,-0.0018248991,0.015132069,-0.022089127,-0.00333372,-0.004365133,-0.0076048225,-0.006703562,0.006895754,0.013251579,-0.00722047,-0.0014341677,0.013895164,-0.001131517,0.014335301,-0.004688471,0.007559849,0.0084339455,0.005318506,0.0063739396,-0.00049025414,0.0031737988,0.010294861,-0.017757118,0.010688812,-0.009265396,-0.0016081546,0.010527626,-0.009748052,0.018060442,0.010686574,0.009678447,0.0050225793,0.00684967,-0.0043756994,-0.009883221,0.008461846,-0.0055491547,-0.018625643,0.0021123695,-0.020853667,-0.0036952612,-0.01062038,0.011621937,-0.003163677,0.00017352388,0.018088149,-0.0028882548,-0.0020612762,0.0029879701,-0.004066247,-0.00033881573,0.010290852,-0.09948097,0.002462641,-0.0037088185,0.0091624465,-0.0032185488,0.018735634,0.003492673,0.005237813,-0.011112959,-0.0038650224,0.0039365357,0.0024748032,0.02553413,-0.0042651333,-0.005812334,0.015388527,-0.0067809573,-0.008567761,0.0056783715,0.010714253,-0.004568876,0.0024099338,-0.009019385,0.0196168,0.0032527773,-0.0018822602,-0.018520681,-0.01649354,-0.0045884755,-0.0001310327,-0.021374384,-0.002011428,0.0008785007,0.012821221,-0.006972787,-0.0055562225,-0.005635271,0.006638684,-0.13851193,0.0023996662,0.008024409,-0.0072777094,-0.0071501825,-0.0067786435,0.022890573,-0.004958869,0.013215102,0.0054827523,0.006895307,0.0033578335,-0.012692185,0.0014455926,0.0095131425,0.0033365786,0.004541296,-0.005545153,-0.017028252,-0.0066955118,-0.0027535518,0.0010828575,0.014984089,0.007780265,-0.00120427,-0.003310911,1.5558695e-05,-0.002206884,-0.0094412295,-0.012965039,-0.0011430182,-0.006699322,-0.0164083,0.018908506,0.0013342475,-0.0085628005,0.0064791427,-0.010734996,-0.012422211,0.015302148,-0.00833263,-0.0037933795,0.004288528,0.020009875,-0.016174203,-0.0080396645,-0.0058955364,-0.015461846,-0.0013088676,-0.0030446714,0.005716688,0.006411269,-0.005917307,-0.01017654,0.004836045,-0.00658708,0.010319644,-0.0051731016,0.009785532,-0.0023707997,0.006102289,0.0022623786,-0.004176579,0.008217629,-0.010524458,-0.0079355845,0.007039857,0.018928064,0.0013270292,0.005920284,-0.0059166737,0.024372922,-0.011762684,0.013287553,0.023560219,-0.018184314,-0.0061854534,-0.008324526,0.00821249,0.016841218,-0.012136985,0.020981248,-0.03233643,0.015489288,-0.008964392,-0.000100996425,-0.00053583155,-0.0035692076,0.0005202447,-0.04995116,-0.009026521,0.012664657,-0.010942561,0.055573743,-0.03682525,0.023211868,-0.035871085,-0.026838219,0.00770205,-0.015661933,0.0013245012,0.018255431,0.008863684,-0.0035599398,0.0023817522,-0.0068810163,-0.0065146373,-0.029202025,-0.024315141,-0.018708419,-0.029015973,0.013944616,-0.0065237884,0.01774995,-0.01498196,-0.0018945984,-0.017273644,-0.00447585,-0.0024429024,-0.009834334,-0.0069067925,0.015726767,-0.0011832177,0.009875867,0.01003808,-0.001539384,0.000729303,0.0052201725,0.01153855,-0.01198253,0.004552289,0.0019028696,0.003437577,0.001076875,-0.006149027,0.0005201846,-0.0036926512,-0.0023459515,-0.014124943,0.009197267,0.019489137,-0.0038166263,0.011880236,-0.010054643,0.004070418,0.016942281,-0.0030825192,-0.017033951,-0.009504932,0.016687538,-0.0105031915,-0.008568903,0.000290296,-0.010754011,0.0037037854,0.0057709725,0.012873154,-0.012560537,0.022108216,0.021809429,0.0116917305,-0.010593609,-0.026079513,-0.006700943,-0.00015040988,0.019316226,-0.0022095067,-0.0059777405,0.03370812,0.005372271,-0.0047603818,0.00013181486,-0.00088609953,-0.0021467928,-0.009023871,0.016125208,-0.0029263922,-0.00733494,-0.0074611437,0.007975374,-0.00061773433,0.016292423,-0.013788224,0.013083403,-0.004077871,0.0069315606,0.0062369667,-0.023824975,0.0153977815,-0.008084642,-0.012483351,0.02282511,-0.002653163,0.0024652707,-0.011740745,-0.0065122885,-0.019589862,-0.0070778662,-0.006130535,0.016165199,0.016036667,-0.017376397,0.0029470273,-0.1497906,0.0073512495,-0.0026135119,0.0074918186,-0.0064626397,-0.0103682615,0.009234973,-0.009961233,0.023871927,0.009697142,-0.002053481,0.013022239,-0.014479507,0.0014350811,-0.013631886,-0.0025719714,-0.0027803,0.026155554,-0.011502768,0.012382015,-0.047953296,0.0031162312,0.005247789,0.0036375215,-0.006413637,0.008640124,0.0128403995,-0.00033573198,-0.00713684,-0.0034716786,-0.0038712614,0.005618613,-0.008343401,0.0008661959,-0.022092577,-0.0033912142,-0.027729528,-0.011479261,-0.010263774,0.026478395,-0.013699426,0.008215695,-0.009602973,0.0011140588,-0.011150059,-0.00046547185,-0.035804495,0.0033309022,-0.021275738,-0.0028772657,-0.002508698,-0.00038179022,0.0036499314,0.003784614,0.0006111893,-0.010797412,-0.0057550035,-0.028012792,-0.0096068075,-0.010929547,-8.5327716e-05,-0.0025475335,-0.003170511,-0.02144234,-0.019474432,0.023164177,-0.0005543254,0.16253765,-0.016914686,0.00088860653,-0.00898982,0.0050504897,0.0024736444,0.015539967,0.009575371,-0.019522253,-0.035075087,-0.009201762,0.00654405,0.01786138,0.015328197,0.0077816267,-0.0017335346,-0.0025408866,0.026749842,0.0012902425,-0.025693709,0.007414144,-0.006093327,0.024034766,0.007361485,-0.015524913,0.016213555,-0.0036373101,-0.0031910774,-0.008631351,0.031074358,-0.0041076755,-0.031223653,-0.007083407,0.007536842,-0.010733926,0.036266256,0.023071172,0.01801223,-0.016987488,0.008487201,-0.0008083433,0.0029940433,-0.022076745,-0.008622747,0.006717856,0.0071631246,-0.006490769,0.0035977208,0.0043915994,-0.007330875,-0.02168957,-0.0046690805,-0.0051093157,0.009244644,-0.007832534,0.0011798653,-0.0015584299,-0.025799222,0.008568278,-0.00068017846,-0.0066209803,0.010544753,0.0010317895,-0.007351155,-0.008817986,-0.009939832,-0.011914431,-0.027283143,-0.0054561906,-0.105055325,-0.0015297132,-0.00333932,0.0070869476,-0.012225864,-0.017377794,0.004095521,0.006691474,-0.004345959,-0.005937991,-0.00017604938,0.0069330684,0.002593871,-0.009267943,0.013260068,0.028612878,0.0031190075,0.0031002676,0.009491811,0.009791008,-0.0091215465,0.009854372,0.0075877355,-0.014516495,-0.0016779327,-0.009863869,-0.030237146,0.016205262,0.0116484575,-0.01256117,0.009827977,0.019738505,-0.0073247156,0.0127411205,-0.011767908,0.00804081,-0.009669299,0.0024868355,-0.005514275,0.00687791,-0.002241479,-0.0012168936,0.013156944,-0.011505484,-0.0041312263,0.0075516338,0.016555669,-0.03091316,-0.0028937126,-0.00043439658,0.01416185,-0.0074468534,0.003939556,-0.023303574,-0.031777605,0.018463988,0.031040542,-0.04201354,0.029864771,0.0037738762,-0.033105876,0.022330942,0.011515919,-0.01570269,-0.0077372836,-0.0041616866,0.014120817,0.0049481518,0.013211992,0.010393608,-0.0048653292,-0.01792889,0.007462765,-0.0001238851,-0.011995886,0.015899623,0.009980397,0.00084883324,0.008704825,0.024050659,-0.029735768,-0.013622512,0.02464663,-0.005843743,0.0298103,-0.0037280575,-0.0049202805,-0.0064291186,0.010242753,0.0110697765,-0.012218057,-0.0011450449,0.0038041119,0.00079385325,-0.025098326,0.0053684367,-0.034042962,0.009973438,-0.0016950244,-0.004586968,0.00042505094,0.028867373,-0.025869373,0.009672362,-7.113234e-05,0.00083122036,-0.019956298,-0.011897549,-0.012892961,-0.01643586,-0.016172357,0.0014633905,-0.030805144,-0.015112828,0.012619687,0.0055028345,-0.010530164,0.013593207,0.0042695254,-0.00431233,0.00088737987,0.0013743376,0.0026694904,0.021149721,-0.032232262,-0.010199118,-0.0030392376,-0.005636974,-0.00477202,0.0076096137,0.010213611,-0.0014383562,0.0012634487,-0.0011235067,0.0056855697,-0.017000977,0.0021960044,0.013037394,-0.02513675,0.011746744,-0.006646554,0.026246069,-0.0077054426,0.0065395683,-0.002617521,-0.0067757987,0.006072447,-0.014178636,-0.006617201,-0.006139,0.00665179,0.01856397,-0.04238887,-0.010785432,-0.00590451,0.011968224,-0.009113425,-0.015663138,-0.024799544,-0.012003187,0.0029106075,0.005294757,0.0140689,0.0015604007,0.0029244544,-0.014533211,-0.0011432857,0.0075069913,-0.02563685,-0.022662656,0.011258383,-0.0021148885,0.010279425,-0.0095624,-0.0028914963,-0.005168129,-0.00485264,-0.00833589,0.002318608,-0.08191931,0.013095573,0.02249146,-0.028443541,-0.022608336,-0.025471294,-0.019869251,-0.018688561,0.0065857014,0.009312083,0.018208377,-0.0044336114,0.023753496,0.003865532,-0.001011632,0.012708315,-0.0032040572,0.014329467,0.014921566,0.04253155,0.011401203,-0.0053677987,-0.021843988,0.019162193,-0.014711523,0.008722511,-0.00039510048,0.012536935,-0.012862234,0.0028957764,-0.032613996,0.0071919053,0.0011539428,-8.773561e-05,0.014088946,-0.0018830681,0.021219455,-0.008879156,-0.0040623555,-0.02625228,0.0020346344,-0.0010527341,-0.08019934,-0.007591054,-0.011642409,0.028719164,-0.012758826,-0.002204667,-0.011547463,-0.015541973,0.0032074128,0.0046460484,0.011304615,0.016852146,0.009573805,-0.022046275,-0.009239415,-0.0133889755,0.013936119,-0.016431576,-0.0009708458,-0.010021011,0.0033820153,-0.017226312,-0.0007295247,0.022484945,0.019708514,-0.0078517,0.0041042455,0.0018310503,0.0191225,-0.013848803,-0.00024144683,0.012122607,-0.03042663,0.0021256204,0.025816279,-0.011118126,-0.0073066116,-0.017145416,0.011101401,0.0025914374,0.00694399,-0.0033200383,0.02186013,-0.012171717,-0.02346326,-0.10772587,-0.0055899816,0.00083437556,0.010840889,-0.025004184,0.021483326,-0.015807433,0.089770615,0.006416406,0.0036455418,-0.007337337,-0.016006092,-0.023020219,0.0028594353,-0.021861844,0.0042461846,0.0041552405,0.003945083,0.010083189,-0.0012368191,-0.009642852,0.002117393,0.002367017,0.019755846,0.021399472,-0.060301952,0.0022179543,-0.013002271,-0.0279382,0.004948293,0.01792417,0.0016384778,0.011256641,0.017028168,0.010913376,0.012331091,-0.009074751,-0.00014223458,0.012164295,0.007447255,0.0074858745,-0.0021383702,0.01590227,-0.028332813,0.00049762323,-0.0045921803,-0.005247673,-0.014282272,0.014221757,0.0035975033,-0.0011000114,-0.0009350818,0.014501239,-0.0038830547,-0.008759848,-0.008607293,0.005923954,-0.020786347,0.00042962463,0.0043962277,-0.0014439239,-0.011112573,0.003916195,0.0005609877,0.0043257507,0.01760695,-0.02483477,-0.01146305,-0.009430761,0.008970212,0.0054673445,0.020744508,0.005245707,0.0038113673,-0.027517173,0.011972131,0.007892039,-0.0059165703,-0.013698918,0.020430375,0.012842897,0.028364763,0.0092982,-0.00053866213,0.011913571,-0.014448616,0.0047216965,0.01081228,-0.0069017312,0.0105605675,-0.029862162,-0.012210957,-0.013304726,-0.0088441195,-0.0057513076,0.01038167,-0.0005319179,-0.010341243,0.008252903,-0.010051273,-0.028938593,-0.015096994,-0.011035776,0.0059306454,0.02108302,-0.0030593465,-0.0038355994,0.0022556337,-0.0048655057,-0.01797962,0.0015390931,0.016871551,-0.0012908258,0.0011701756,0.010079686,0.012361455,0.013274481,0.006788724,-0.031180207,-0.023439972,-0.02266703,0.001764667,0.019838843,-0.009791383,-0.03442323,-0.0049326397,-0.0139293065,-0.01738538,-0.0059883525,0.012793473,0.0099573955,0.026196452,0.004751921,0.0031500685,-0.0063893707,-0.0026388878,0.022736672,-0.0077161086,-0.017805234,-0.0142332,0.013612354,-0.010082594,-0.009632193,-0.009927936,-0.00018097632,0.013874446,-0.0155071905,-0.00058073946,-0.0006195475,0.014767077,0.0029113668,0.0041753408,0.018167486,-0.006054101,0.0064057466,0.008676294,0.020984747,-0.0030609197,0.035505686,3.4909794e-05,-0.0008260055,-0.0015399646,-0.0155793475,0.0073353667,-0.005100369,-0.010426106,-0.008177735,-0.00043513978,0.0051743696,0.0067801056,-0.013708116,-0.008849606,-0.001295225,-0.0031504869,0.030982403,-0.0065154512,-0.032644022,0.011877744,0.028583273,-0.004758108,0.013044586,0.009350213,-0.002683298,-0.011515852,0.017155614,0.01577265,0.00217515,-0.0030322187,0.0035972542,0.002042738,0.0004899877,0.008539556,-0.010251743,0.0045894687,-0.012144177,-0.015762791,0.023012245,-0.010692924,0.0027862133,-0.010320111,0.005624095,0.0031384937,-0.007203054,0.00017870868,-0.00811166,-0.0069153844,0.018273178,0.030151336,-0.014798178,0.011294684,0.0051468653,0.009011493,0.0031139893,0.035492633,-0.0011060069,-0.00626049,-0.0054390267,0.011157433,0.005525242,0.013116124,0.018386573,0.0068868017,0.008644239,0.0070784683,0.014468259,-0.013931728,-0.02082818,-0.0018191807,-0.018573992,-0.009242675,0.012605099,0.019523399,0.002490826,0.032130986,-0.013374592,-0.012965081,0.012492795,-0.017462824,-0.0027763385,-0.007971224,0.011876437,-0.011630062,0.0057677655,-0.0049999417,-0.011445337,-0.011189032,0.0046604234,-0.020760307,-0.0066331537,0.014807697,0.017915428,0.003933295,-0.011312008,-0.005634199,0.0026431375,0.019876258,0.015532807,-0.014838574,0.018092265,-0.024533503,0.022055645,0.010647411,-0.016917719,0.02018157,-0.03592336,0.013585709,-0.005496176,-0.0043234485,0.0056500663,-0.012281743,-0.023937142,-0.0037418066,-0.034292623,0.007863424,-0.029685503,-0.019124946,-0.011359471,0.0011827371,0.012574983,-0.008161257,-0.012723736,0.008198748,0.002441358,0.025731293,0.010241376,-0.00079333695,0.01380116,-0.017288854,0.011695511,-0.002903719,0.02900888,0.016365644,0.018837703,-0.029099066,-0.011698732,-0.0065649436,-0.01450651,0.0074927052,0.015215434,0.0030552675,0.0356228,-0.0047914996,-0.0014460037,-0.0076288385,0.007737426,-0.010070798,-0.0024933561,-0.033038735,-0.0030250186,-0.011748552,-0.026890635,-0.006123545,0.008996871,-0.0053207846,-0.021020273,0.0141110765,-0.01651469,0.028902426,0.007164928,0.0056534917,0.019409271,-0.008792855,0.020753497,-0.00084843417,0.006352586,0.022762982,0.0058797756,0.0009142645,-0.0058749076,0.002591334,-0.0055703926,-0.0031170875,0.00068993954,-0.008132321,0.017273804,-0.0016678848,4.4974557e-05,0.019547962,0.02307217,0.00060026516,-0.028761229,0.0027361684,0.00038502397,-0.008372297,0.00078429043,-0.009846315,-0.011861527,-0.0136006465,-0.012596167,-0.008598464,-0.017530804,0.010736349,-0.0026481159,-0.007065754,0.010365381,0.004123816,0.00073404796,-0.0053040404,-0.008702596,0.016767103,0.007915548,0.015163715,0.02093106,0.01329735,0.0041276966,-0.0115404865,-0.021926582,0.011091637,-0.005525578,0.007604525,0.0049921935,-0.022630846,-0.008467474,-0.0043388903,-0.0074696904,-0.0095586395,-0.02617609,-0.013741084,-0.00018354022,-0.005608823,-0.022163525,0.0065215663,-0.011555105,0.0061515206,0.014008026,-0.009495498,0.014191199,2.9870538e-05,-0.0011349089,0.008522574,-0.016922137,-0.0055541107,0.0077544576,0.0040477454,0.0025791402,0.0058074286,0.00024644312,0.0015157523,0.0012680975,0.0025870756,0.0020262497,0.011342056,0.014568639,-0.009435622,0.027803473,0.0056016524,-0.008419836,-0.0051546944,0.0019339308,-0.00925183,-0.012882898,-0.01460655,-0.018637057,0.008078802,-0.005736828,0.011152284,-0.0013521258,0.013368297,-0.01068341,-0.002973752,-0.0062688077,0.0012074821,-0.003136278,0.016821904,0.010516359,0.006442988,-0.014969283,0.030627728,0.009668916,-0.012934999,-0.00364296,-0.008516234,0.0073386314,-0.0065957536,-0.0024672917,0.036245424,-0.001330856,0.005996486,0.0086092,0.0005628961,0.011789212,-0.0042301654,-0.007721692,-0.009450978,0.0086833825,-0.008585644,-6.3924555e-05,0.018499672,0.0061975163,0.005659325,0.0044295792,-0.014076928,-0.024721107,-0.0069316975,-0.002213679,-0.012875037,0.0033373006,-0.002829514,0.018562255,0.006267972,0.0010770744,0.015736138,0.035953384,0.010508141,-0.020410614,-0.0047976784,-0.008121653,-0.016886914,0.013159151,0.009120714,-0.03024793,0.010761519,-0.049985018,0.014353285,0.0007065594,-0.00030463736,0.003754229,-0.0032460417,-0.009149258,-0.008128788,-0.009434914,0.0025435137,0.002559955,-0.0017010873,0.012953822,-0.016310832,-0.005288541,-0.015901709,-0.00818012,0.005245246,-0.0145235425,0.003332977,-0.016143369,-0.019750401,0.016035555,0.017547019,0.018077156,0.013974763,0.0001013822,-0.008716278,-0.007270831,0.012423804,0.008614811,-0.000944642,-0.005248685,-0.028464375,-0.0057167774,-0.011574575,0.011306484,-0.00012672746,0.0013323292,-0.007110641,0.011309262,-0.017140558,0.02182846,-0.02874007,-0.0007327139,-0.0072552483,-0.02086801,0.0037380655,-0.0014611386,-0.015808523,-0.018837444,-0.02635127,0.0077128205,-0.0050618933,0.011147826,-0.010740577,-0.0027668271,0.007515925,0.0116165625,0.0074106483,-0.012567295,-0.015309939,-0.003259554,-0.020562636,0.02818377,0.0012610673,-0.006062884,-0.014859656,-0.0017706444,0.017341968,-0.018085437,0.0066605043,-0.009814664,-0.010185117,0.035538036,-0.0072732666,-0.020137805,0.013966575,-0.00045822252,-0.01053707,-0.0011503557,-0.021754628,-0.006759028,-2.3435452e-05,0.015370373,-0.017285263,0.018099325,-0.020450974,-0.0019765964,-0.001719842,-0.010248431,-0.0125624575,-0.0026643495,0.0016467454,-0.0036951082,-0.01693632,0.004594285,0.0053788265,0.006107601,-0.019206574,-0.0056098416,0.017030569,0.012297519,0.0090335505,0.032982975,-0.008886731,-0.007803194,0.0015951807,0.009314271,0.0141325975,0.010962437,0.007845222,-0.0053188466,0.0014235401,-0.004587998,0.013541657,-0.0048101908,-0.006365348,-0.0058946335,0.008810473,0.028034672,0.005562466,0.014994795,0.008168749,-0.0018205523,0.0051655676,0.016598336,-0.026051482,0.010731537,0.0051900866,0.0035874723,-0.00088014547,-0.033075005,0.022149943,0.020536842,-0.010353328,0.015463262,0.019512024,-0.0126170255,0.029874612,-0.011303132,0.00042129663,0.00763667,-0.0030184612,0.008073717,-0.009672769,-0.003778187,-0.0016074564,0.0021235982,-0.012156806,0.016547458,-0.030109098,-0.024981342,-8.568999e-05,0.028778834,0.008644963,-0.020684795,-0.014524017,-0.02457816,0.018198593,-0.012394377,-0.003004474,0.0061217807,0.013969294,-0.0011836641,-0.013723432,-0.009823718,0.0027968523,0.023222558,-0.010646127,-0.027365891,-0.014071897,0.020741455,-0.00010839115,-0.0058935857,-0.020256447,0.011136886,0.0036758897,-0.014667513,-0.011694338,0.013429492,0.026510432,-0.007923104,-0.004865705,0.017789908,-0.0066368086,0.032670703,0.013277537,-0.022274226,0.020019352,-0.009700713,-0.005012478,-0.0024833644,0.018650342,-0.014155012,0.0038158568,0.0007336483,0.013277764,0.036693424,-0.011173799,-0.016867222,0.022299001,-0.0007860495,0.0014162477,-0.0007017511,0.020059582,-0.0060677165,-0.009434085,-0.011819696,0.022642568,0.008789413,0.016514951,0.014943488,-0.01615799,0.15897982,0.116862625,0.012585764,0.01356481,0.004391444,-0.018630676,-0.013325086,-0.0037056124,0.018443722,-0.008813482,-0.022301849,-0.019995578,-0.008850068,-0.026379388,-0.0029494443,-0.003000598,0.022362271,0.024024934,-0.008140205,0.011984927,-0.0007850855,0.016929086,-0.004262522,0.018194152,-0.01952079,0.018631235,-0.013766462,-0.011101239,0.03662569,-0.009424012,0.00342299,0.004431665,-0.019563181,-0.009549183,0.018867278,0.0028681562,-0.0096168555,0.0021703234,-0.0036445535,0.000766379,-0.021345362,0.00317496,-0.009757586,-0.022921614,-0.00083282817,-0.012491549,-0.011977466,-0.016465459,-0.004352218,0.01841262,-0.005278006,-0.015628748,-0.0028724005,0.012346243,-0.018843936,-0.020058949,0.015002498,0.015792068,-0.0060329535,0.0026254267,-0.008188534,0.018850438,0.00039039183,0.015048391,-0.002183674,-0.00693768,0.009301437,-0.03126724,-0.01953722,0.0022769924,-0.023030896,-0.011774478,0.0032134145,-0.0007402132,-0.015982393,0.005054122,-0.007785716,-0.004289653,-0.0051232297,-0.017544128,-0.016688628,-0.0053885444,-0.022030795,0.0038625847,-0.0039567463,0.017074632,-0.012377856,0.030721815,0.11886468,0.021439483,-0.0070069446,0.0046316357,-0.0015241698,-0.012457188,0.00030766454,0.024183286,0.00906477,0.0028207048,-0.004768665,0.006523198,0.0077522434,0.009406907,0.014570927,0.0036630477,0.0017422138,0.018769938,-0.01633279,0.007919188,-0.03340125,-0.0034343002,0.0022606668,0.003061635,0.0054590898,0.011350497,-0.005051317,-0.015281427,-0.0036646698,0.015512737,-0.11208928,-0.022891736,-0.016082052,0.009653144,-0.005841711,0.009392605,0.02719642,-0.0259332,-0.00058901816,0.013919599,-0.00890831,-0.011238915,0.012210083,-0.0108413175,-0.011176231,0.011698924,-0.0031335556,-0.01601652,0.005126885,0.004198672,0.018397523,0.008365923,-0.013786155,0.027792014,0.015879018,0.0062106173,0.027197188,0.011956708,-0.000605725,-0.01788153,0.0032630996,-0.014212463,-0.030852528,-0.005653396,-0.0045930105,0.012977542,-0.0037514088,0.0034416434,-0.005007209,0.005614091,-0.03690604,-0.0245079,-0.021141548,-0.022580467,-0.0055935406,-0.01927967,0.004744018,-0.0015271171,-0.0016015026,0.011656441,0.03525252,-0.009743276,0.016813595,0.011197353,-0.0073193675,0.002780747,-0.0061289417,-0.011556931,0.0013295661,0.004570478,0.011505628,-0.033248954,-0.0028048407,-0.002777354,0.009812056,-0.00035936784,0.011496853,-0.00515687,0.0033208155,0.011274091,-0.020871568,0.034520183,-0.0016548141,-0.01618814,0.0011290623,-0.010135159,-0.027729366,-0.013338818,0.011465631,0.0016179736,0.006161684,-0.00033009896,0.007762183,0.11267786,0.0049044117,0.00176006,0.01183129,0.014265135,-0.030781375,0.0063166367,-0.015157021,0.0026869182,0.007597646,0.0027590608,-1.1991477e-05,0.00676857,-0.003863563,0.012015314,0.0058480427,0.016955107,-0.00847722,0.012014842,-0.015163645,-0.005529279,-0.006239872,-0.012419662,-0.0009303799,0.010924006,0.014789438,-0.031940605,0.012651881,-0.015296301,0.001877882,-0.0020253216,0.020491077,0.0072695287,-0.0120128635,-0.0013861944,0.010213755,-0.015999168,0.003852673,-0.0071563227,-0.023998076,-0.002508903,-0.006609246,-0.0010877746,0.006650159,-0.029486045,0.1882765,-0.009620704,-0.008797665,-0.017947849,0.004254203,0.00089074485,-0.028726295,-0.011986592,4.3014465e-05,0.009487044,0.008231152,-0.012410547,0.038869567,0.0061199167,-0.014100906,-0.0066582523,-0.00074566214,-0.0039615934,0.020422904,0.008764888,-0.008824872,-0.012836224,0.015901852,-0.002854136,-0.008327357,0.01597498,-0.008794981,0.012314807,0.015502531,-0.01808239,0.00022727366,-0.02156274,0.027794696,0.00029357415,-0.005896606,-0.0218661,0.0057403445,-0.008114469,-0.017122973,0.00942088,-0.0037874707,0.004677126,-0.018828625,-0.009373913,-0.02721759,-0.006328871,0.0016431868,0.012147504,0.010397869,-0.0091941925,0.0081410445,-0.0019364941,0.003380848,-0.008435746,-0.010905352,0.029777687,0.016864657,-0.0048546568,-0.0131957,-0.0056200847,-0.014499435,0.0009288127,-0.00032568054,0.019369382,-0.010023195,0.011302208,-0.023898123]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 136,
          "content": "China's Rokid to bring OpenClaw to AI glasses",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.012575485,-0.03160535,-0.009482883,-0.10798144,-0.026209839,-0.011781357,-0.017298983,-0.0044963174,0.016736345,-0.015762378,-0.005484748,-0.0069541396,0.003106859,-0.0015870951,0.12624249,0.0010158493,0.0064508277,0.002933003,0.015724324,-0.008727203,-0.005285741,0.021430813,0.01121106,-0.044705294,0.0070764055,-0.007812864,0.023029843,0.0027524345,0.045238994,0.00242515,-0.020168673,-0.0082825245,0.024651472,-0.012163354,-0.00874508,-0.006034543,0.031915117,-0.016221669,0.015991066,0.002684342,-0.021193046,-0.008331663,-0.0033625944,0.012807808,-0.02782324,-0.008582693,0.020574976,-0.018848216,0.012625112,0.015852818,0.010859905,0.016358973,-0.0060669957,-0.15554053,0.019671254,0.043415714,0.0013236766,0.012459908,0.03350933,0.028488278,-0.017615682,0.009541443,-0.0002229501,0.01777034,-0.025199175,-0.04515771,0.0017692384,-0.01275303,-0.025976285,0.019521745,-0.0078096213,0.014740237,0.026524248,0.005973069,-0.0048039067,-0.017197922,-0.011233125,-0.004836843,0.0025740063,0.03481383,0.0041826074,-0.0027236808,-0.0032481635,-0.012490064,0.0110123735,-0.0036830143,0.020324865,-0.010320444,-1.4526235e-05,0.003619034,-0.013880929,-0.0071196333,0.030983945,0.0019738025,0.0066775572,0.015821565,0.0023737147,-0.022132978,-0.023964223,0.013157684,-0.01926001,-0.015287885,0.009198019,-0.00742589,-0.0018824368,0.0034492777,-0.015697056,0.0051243394,0.0067863255,0.011953253,0.016522825,-0.00096760684,-0.028740985,0.021523977,0.024766613,-0.12556906,0.006532227,0.04047461,0.013499039,0.0039701774,-0.020061638,-0.021575902,0.0009109262,0.046039764,0.003344795,-0.019485785,-0.0031547945,-0.009659932,-0.016974004,0.032251824,-0.0078103603,-0.041939523,0.010117555,0.012896597,0.0065668593,0.04481043,-0.012223169,-0.03776168,-0.018805169,-0.012333939,-0.0025561259,-0.012804694,-0.011552153,0.02428336,-0.027455574,-0.015392878,-0.0085631,-0.00013527865,0.0126408925,0.010843013,0.0061933002,0.01474803,-0.005058633,0.011361952,0.022532003,-0.038720943,0.00856208,-0.017554823,-0.014762367,0.02187483,0.029164325,-0.0065931724,-0.0024529565,0.02164072,-0.016863143,0.0066644996,0.014963669,-0.009485192,0.015742585,0.024470577,-0.004501454,0.0014225575,-0.01298399,0.031510476,-0.011785372,-0.0032966556,-0.023218846,0.018326642,-0.009813338,-0.0077662547,0.01989321,0.021487907,0.00865356,0.00074638205,-0.0028638344,-0.00044106523,0.0070813606,-0.030917794,0.017454972,-0.020847427,-0.030257124,-0.015982289,0.012254046,-0.028679088,-0.022720275,-0.006178773,-0.039753728,-0.004773434,-0.023070434,0.023837559,0.006692194,-0.03862088,-0.014247694,0.015191869,-0.002558891,-0.006889566,0.0044652526,-0.015128789,-0.0043027294,-0.00757,-8.5507105e-05,-0.020126361,-0.012708198,-0.013978001,0.014368536,0.0019968727,-0.023482654,-0.013601575,0.01173785,0.0020350653,0.008613357,0.0073263356,0.008169908,0.0014155848,-0.012259753,-0.01510571,-0.012187805,0.009576848,0.0059432355,-0.016645191,0.0063629835,-0.0109149795,-0.0005541693,0.015119884,-0.010944934,0.012188038,0.006411755,-0.009121732,-0.015431471,0.040656682,0.006302723,-0.0036447698,-0.01207401,-0.0004642231,0.035273038,-0.013560585,0.020351142,0.005022247,-0.04074752,0.002576583,-0.0070993113,0.005474193,0.005922927,0.012996458,-0.0013110515,-0.008079462,0.014749095,0.006251745,-0.010637348,-0.0011771977,0.020589588,-0.00558045,-0.030386351,0.01857207,0.032938495,0.021155823,-0.014321415,-0.00039013737,-0.027169088,0.02650769,-0.021159858,-0.01215464,0.026177658,0.00869253,0.011147693,-0.004882165,-0.045471318,0.03975149,0.0065138536,-0.004206369,0.020640215,-0.009870627,-0.029690318,-0.003795046,0.025521876,0.008759049,-0.028488154,-0.00035644704,-0.009840482,0.017846981,-0.0037209531,0.033352673,-0.014322309,-0.0038345805,-0.0155108785,-0.039234247,-0.006382777,0.01245269,-0.010543743,0.020458791,0.0027851332,-0.005132464,0.030830849,0.042408966,-0.0050021084,-0.008836325,0.02493653,0.0100870235,-0.01086512,0.016468022,-0.027367901,-0.022393033,-0.0072923163,-0.01713979,-0.029814119,0.016348504,0.004178546,-0.014052234,-0.01509882,0.005869877,-0.010261046,-0.027428336,0.0047295867,-0.016658276,-0.025005396,-0.006728985,0.009330583,0.018673431,-0.015532562,-0.0067657554,0.01916427,-0.0036609834,0.027612746,-0.0032149095,0.019242603,0.03038529,0.017859677,0.022141667,-0.00019845346,0.004534663,0.006452114,0.015608769,-0.0052588778,0.029775491,-0.015611415,0.011679372,0.03687815,-0.02805131,-0.009910139,-0.04151754,0.0039890325,-0.00067571906,-0.016746238,0.0029179233,-0.025171414,-0.015031361,-0.00031926288,0.018900108,0.007438499,-0.005770059,0.014032118,-0.036182407,-0.0084842425,-0.008192675,0.00013093808,0.012735587,0.025924353,0.022199985,-0.012342354,0.012653675,0.015821232,-0.016058145,0.006179233,0.0010600773,0.005752559,-0.028328069,0.014929216,0.015211308,-0.037945632,0.017293569,-0.0053387503,0.0209433,-0.011183535,-0.024089955,0.018754484,-0.035240263,-0.0054376232,-0.021840084,-0.01050987,0.010445803,-0.0064564585,0.009530834,0.010970859,0.0015755552,-0.0040821913,0.018491646,-0.016857184,-0.009034247,0.00043722804,-0.015190946,0.008848021,-0.032740228,-0.026067507,-0.016522853,0.0030324862,0.02824681,0.0013180801,0.041030925,0.011899603,0.04115204,0.009431305,-0.0013199521,0.0111778,-0.0065543144,0.020321513,0.028303677,0.009907277,-0.0062386435,-0.008878389,-0.006771304,0.008302924,-0.004660498,-0.006375736,0.02260938,-0.048830956,-0.008934367,-0.0162831,-0.013048333,0.0009464845,0.013322003,-0.019648762,-0.00791303,0.00012688301,0.010127459,-0.014783678,-0.042667516,0.009449243,0.00023127242,-0.012567952,-0.0003858874,0.0020636388,-0.003614778,-0.0031913589,-0.00075879536,0.012605125,0.007673859,0.018407157,0.0056462837,-0.045474753,0.0059069283,0.008777581,0.024490084,0.024267057,0.004927759,-0.011417874,0.014629524,-0.0005187226,0.00948106,0.012926737,-0.041648403,0.002836638,0.035198882,-0.02485116,0.030629378,0.026568718,0.022187669,-0.009276614,-0.024351357,0.01088903,0.0106916,-0.003380981,0.018594181,0.006461393,-0.014620537,0.016282937,-0.034497313,0.00017884879,0.00011621679,-0.0037775438,-0.0035115657,0.029136416,-0.0015500672,0.0064521637,-0.015057708,0.025171218,0.027301135,-0.016300658,0.0022907793,-0.022258475,0.003176918,0.007882468,0.0051874937,0.015435677,-0.021627188,-0.0275299,-0.0094255395,-0.02310684,-0.031173097,0.0009862684,0.010508031,0.017822588,-0.0014152866,0.0021183281,-0.003263546,-0.020508338,-0.010529637,-0.0034243066,-0.0005850649,0.042030968,-0.020024579,-0.008205021,-0.00699008,0.017804256,0.009692088,-0.004365634,0.0138174435,-0.010297773,0.00091506366,0.0017730405,0.015940154,-0.0066784457,0.0046980428,-0.007814329,0.0014619548,0.009469781,0.009699839,0.015269935,-0.020784745,0.023504544,0.002089493,-0.005563048,0.026907053,-0.018893758,-0.015258863,0.011993917,0.0067303437,0.015109657,0.00061236275,0.020669844,0.0046141585,-0.0337782,-0.008209221,-0.016822878,-0.0048653637,0.020841945,-0.057975896,-0.023235736,-0.010169236,-0.024097517,-0.017901817,-0.001050118,0.020413116,-0.016757106,-0.0023749731,0.0059109344,-0.0033491119,0.015636532,0.009410579,0.022843521,-0.004464268,0.013448575,0.04355756,-0.004240938,0.010223001,-0.017494919,0.049139768,0.005246328,-0.0013711315,-0.013251906,0.0060892017,-0.014439475,0.0016028364,-0.0026232596,-0.027272725,-0.0038435818,-0.022115298,-0.0125494925,-0.012158406,0.022122523,0.012700739,0.040813275,0.008817147,-0.005815499,-0.010158055,0.003919158,0.019253261,0.0028609927,0.0032115015,-0.013956923,0.010517998,-0.03957096,-0.014415458,0.007441513,0.018319106,0.0123621905,-0.06821836,0.016612008,-0.017543444,0.015306439,-0.0038430577,-0.00556715,-0.023999477,0.039520327,-0.009306914,0.013538814,0.0025221421,-0.0015910417,-0.0038357526,0.015381283,-0.011289426,0.0357932,0.0029723982,0.031808503,-0.00049097923,-0.0012067107,-0.005217992,-0.019660369,0.01802383,0.020376464,-0.019215899,0.009381479,-0.0056966036,0.01675483,-0.022965118,-0.006309989,-0.0326886,-0.025708511,-0.096980214,-0.005962699,-0.008788405,0.022521647,0.0020962786,-0.001864951,0.019798778,-0.030450763,0.010285972,-0.006226438,0.013738057,0.01354248,-0.021950833,-0.0012988166,0.0066031166,-0.0012694338,-0.003332276,-0.00514213,0.0061987257,-0.0258816,-0.03652895,-0.010348459,-0.0064037195,0.0039132484,-0.02461673,0.025804767,0.005490414,-0.0064294087,-0.0034765583,-0.012996422,-0.008714838,-0.13747986,0.0014125886,-0.007609046,0.0044901837,-0.0017209365,-0.006790146,-0.008589014,0.0046417573,-0.013706674,-0.027568372,-0.0151723055,-0.0045410753,-0.018056313,-0.0066962005,0.014114257,0.12422422,0.002051674,-0.00093370694,0.012891822,-0.015522014,0.011567154,0.0068733958,0.017015323,0.009053928,0.016637325,0.008669391,0.022629581,-0.0024679592,-0.0009745019,0.005113414,0.0145078935,0.0077229314,0.000949684,-0.008165896,0.0033170774,-0.0067573404,0.0030360408,0.0030458919,0.0001766471,0.019875402,0.016252778,0.014443359,-0.009262159,0.014664275,-0.018335393,-0.008255072,-0.022831514,0.00097207056,-0.0059541776,0.003947226,-0.023610668,-0.067120515,0.00992601,-0.016281445,0.0014230929,-0.0032298279,0.005913072,0.00959641,0.018001286,-0.0011546316,-0.006731442,-0.0057048565,-0.014380867,-0.009515611,-0.008139006,-0.023481194,-0.009459094,-0.009595421,0.0018018584,0.0041368944,0.01757112,0.005309641,0.015398157,0.008151824,-0.006168003,-0.0146520855,-0.005282129,0.020653557,0.035356518,-0.007438167,0.0031371538,-0.006138339,-0.0013381748,-0.025573518,0.0006091504,-0.014789831,-0.003135318,-0.015295526,-0.004560134,-0.013609756,0.028814513,0.014918499,-0.0071829213,0.024929715,-0.01709433,0.027145825,0.0066006514,0.0030557283,-0.012607896,0.014325052,-0.014664529,-0.0014274307,0.0036012086,-0.0028347143,-0.01369398,0.013546656,-0.009585399,-0.017801303,0.060203027,-0.016860582,0.009013713,0.02272509,-0.015431951,0.01165235,-0.017327495,-0.011517197,0.024902524,0.0004494664,0.0101669775,0.0056364196,-0.0100812,-0.010886999,-0.020716999,-0.008704441,-9.475736e-08,0.0025070037,-0.00044146666,0.007359808,-0.006546317,-0.021146107,0.0075307414,0.0063101356,0.002843905,0.009126214,-0.009827631,0.014040428,-0.0128534185,0.0023996192,-0.0019656068,-0.007104082,0.008448506,-0.015554173,0.015685018,-0.0026263609,-0.00042053842,-0.010349638,0.016409354,0.0032724158,0.011012627,-0.015055862,0.0039564767,0.004260663,-0.0008854508,0.014421203,-0.01844849,0.0043140696,0.008984731,0.012972381,0.00926718,-0.005372306,-0.010835406,-0.012986216,0.0129162315,0.0017960037,0.014625829,-0.001477179,0.025078015,-0.0049669277,-0.007989056,0.008002519,-0.0015541856,0.007181891,-0.01351136,-0.00370215,0.0013320581,-0.0030161622,-0.0034796742,-0.003717173,-0.024847096,0.03244402,1.7361763e-05,-0.0015808428,0.015562232,-0.010006059,0.0022179536,0.013952615,-0.014525663,-0.0031157278,0.0169712,-0.017706014,0.02223997,-0.026422322,0.025785964,-0.005934505,-0.0037406795,0.009063267,-0.0016070702,-0.008658923,-0.0029449528,-0.0114816055,-0.019298054,-0.009825433,-0.0056314613,0.005824262,0.00024054399,0.000131814,-0.004819641,0.005852684,-0.0051511624,0.014993586,0.0010155635,0.0119511485,-0.0034123377,0.009926001,-0.0042111855,-0.0105950255,-0.00816483,-0.006871926,0.005390005,0.0052473964,-0.0022107186,-0.01955478,0.0046395166,-0.0027303146,0.0032497302,-0.024565894,-0.0003247711,-0.006356108,0.0007030874,-0.010370872,-0.0006300767,-0.0031124232,-0.0058424375,-0.00019379111,-0.0036654614,0.016906736,0.029530492,0.014115313,0.0014419636,-0.0032881927,-0.00165012,0.004701828,-0.01222438,0.000752493,0.006947308,0.012474763,-0.014734365,0.0021858835,0.0032119376,-7.7075776e-05,-0.021465639,0.012208301,0.023082796,-0.0030180858,0.008128848,0.0005057141,0.0025396976,0.021834133,0.008951753,-0.0025744908,-0.007243924,0.015249944,-0.004054271,0.007082801,0.034791123,0.008060081,0.0122919725,0.010029937,-0.009715282,-0.0032412058,-0.005626409,0.008307692,0.007476292,0.006047868,-0.020132024,0.01727366,-0.007350578,0.010710885,0.0086382115,0.011133372,0.013520287,0.007940466,-0.012524475,-0.010079493,-0.004238073,-0.012856555,0.029940266,0.0035264578,-0.0139062265,-0.002852224,-0.0063504362,0.0124974055,-0.001453807,-0.0058246553,0.005528331,-0.009484692,0.010962694,0.0025278996,-0.0051599895,0.010467357,-0.0038498396,0.009824364,-0.012698621,-0.009351452,0.008828018,-0.019066088,-0.025509456,0.009322354,-0.001587315,0.0071316254,0.082750276,0.0037255425,0.013257308,0.008683502,-0.006011373,0.01036993,0.006869346,-0.018719643,0.003838379,0.023367876,-0.0024472615,-0.017617928,-0.0070681563,-0.00124839,-0.006470798,-0.00086050184,-0.013288425,0.004830831,-0.008801138,0.013146014,-0.0030635484,0.0011216922,0.014505383,-0.002804945,-0.00088650023,-0.0057801767,-0.0043286593,-0.00624709,-0.0097396625,-0.0021378445,-0.003485495,-0.021469804,0.008211282,0.0013266999,0.0052845855,-0.014825775,-0.021318143,0.003700713,0.0011918645,0.00079887785,0.0099570695,0.0076472075,-0.0018188196,-0.017924381,-0.0014267712,-0.008499817,0.004286151,-0.014763665,0.005972039,-0.0009882393,-0.008276554,0.0030651623,0.017229458,0.017788773,-0.01661573,0.010006327,0.0036105139,0.00088697264,-0.0003667081,-0.004251202,-0.007671671,0.018832564,0.023212353,-0.0060995943,-0.008297022,-0.00724143,0.010733606,-0.013508149,-0.012637501,-0.0077485275,-0.00062707404,-0.0032796434,0.0048559844,0.021874,0.031625196,-0.019103073,-0.0075428705,-0.00531728,-0.0064056325,0.0043111434,0.014395263,-0.004676524,-0.0015533125,0.0046593784,0.021393681,-0.00886758,-0.012198245,-0.011504786,-0.013101979,0.0035809288,0.008035027,-0.0040145796,-0.008401984,0.015168586,0.024345921,0.009001282,0.050163336,0.007507253,0.0057176193,-0.00834405,0.020616045,-0.011825745,0.00905009,0.0049772775,0.011327264,-0.015865622,0.0029843005,0.0017982319,0.011377867,-0.00016206912,0.003904509,-0.0035848448,0.005350198,0.0065922537,-0.010586076,0.002309727,0.0006942137,0.022002181,0.021031024,0.0038259712,0.012610634,-0.0058919955,-0.014418579,-0.0036167947,0.0027301551,0.00069674023,0.0047809635,-0.024510618,-0.0007819277,-0.0073180837,-0.0037820356,0.00085197575,-0.008235419,-0.0014436435,0.005924364,0.012341837,0.008625317,-0.0077104256,0.015518323,0.017224696,-0.012869117,-0.0057198554,0.011616361,-0.0042469986,0.0034024124,0.0051939497,-0.004513053,-0.00033707393,-0.008843943,0.0027314085,0.017883256,-0.011365673,-0.0014089858,0.007005074,0.011517758,-0.023525681,0.025070552,-0.0040958845,-0.008023548,0.0020933007,-0.0071609775,0.006688047,0.007513478,0.01201111,-0.007971728,-0.003214947,0.021259075,-0.008900543,-0.0035507828,-0.013533443,-0.005009987,0.012437989,0.0037007593,-0.011128104,-0.018886128,0.001778332,0.005824603,-0.01000746,-0.017904986,0.0120923305,-0.008569012,0.017170023,0.016751613,0.013065947,0.008155258,-0.027106361,-0.002968232,-0.004149735,0.03255645,-0.0039870553,-0.007953446,-0.010894831,0.012975175,0.0095061585,0.0077088526,0.010504273,-0.004120468,-0.0044306945,-0.0017247502,-0.022330964,0.005225619,-0.0038095205,-0.0010968306,0.0018827477,-0.0005524783,0.0062916237,-0.021000803,-0.007690362,-0.007676511,0.004939853,0.0020101129,-0.026905887,-0.006310738,-0.011681818,-0.0048629404,0.004503845,0.018420296,-0.03251637,0.0132757425,-0.0030194107,-0.012549086,0.012756598,0.006218374,-0.0014015768,0.0044356324,0.006482631,-0.006736708,0.010658713,-0.00875953,-0.01385596,-0.024405207,-0.014274184,-0.018802712,-0.0058076796,0.008420097,-0.0069226148,-0.015149789,0.0011962712,-0.008268589,0.008516006,0.0059156236,0.0072903284,0.01485668,-0.005729689,0.009791312,0.0004598089,-0.014181412,0.004955371,-0.026988357,0.00401961,0.010193507,-0.017422609,0.009848844,-0.007966576,-0.009160754,-0.010877203,0.010087616,-0.055020146,0.003482143,0.004137748,-0.0010124585,0.0030673791,-0.013655793,0.01137852,-0.0009237739,0.005430102,-0.016162103,0.008348797,-0.013426888,0.011227177,0.005497728,-0.005441082,0.040417045,0.004380991,-0.001586592,-0.00791893,0.0111626955,-0.012886612,-0.005373887,-0.029754365,-0.0006257267,0.0059380718,0.00092754676,0.013590564,0.02004045,-0.014982851,-0.0010217539,0.0049027503,0.0068116975,0.0006916181,-0.0012853536,-0.020564187,-0.00081859675,-0.0025239186,-0.022518054,-0.025623944,0.0062900693,-0.006822781,-0.008411098,0.0017154099,-0.0061947256,-0.013557479,-0.021198465,-0.0026758413,-0.015880348,0.0088951755,-0.010259505,0.0030164968,0.014646025,0.00331483,-0.0039213724,-0.00072048535,-0.00785023,0.021706698,-0.006483631,-0.021804389,-0.0038657645,0.0015313986,-0.0094611375,0.02481776,-0.010338925,-0.01595593,0.005019677,-0.0077488148,0.0037948827,-0.010963223,0.009355926,0.022006739,0.006701338,-0.034663804,0.0026796653,-0.0075431555,-0.0037999027,0.013377007,0.020047592,-0.0018247822,0.025825227,0.004166625,-0.010810929,0.0039955582,0.010536461,-0.01591283,-0.007816992,-0.015673043,-0.0040270835,-0.00850145,-0.024777919,-0.0015111935,0.017938515,0.0074517415,-0.0069812126,0.0016301263,0.022077437,0.00063229236,0.0026318524,0.0011450202,0.0123894205,0.009146686,-0.009756097,0.007592962,0.004832075,0.010956908,0.007963933,-0.0023517488,0.012960666,0.018494673,-0.0005520976,-0.010426192,0.029336654,-0.009827395,-0.0030391417,-0.0097910315,0.018622946,0.0043467674,0.016409243,-0.00017112834,0.0001501272,-0.0071113585,0.007983404,-0.004370306,-0.016129779,0.008242407,0.009872226,-0.0046262667,0.026669424,-0.02065373,-0.007964084,-0.01625161,0.010786399,0.009525018,-0.006566406,-0.009663026,0.0059670145,0.0044535915,-0.016827052,-0.0073235,0.009007432,0.03246818,-0.016764382,0.020796597,0.0093924645,-0.011467616,0.0066493815,-0.009211711,0.020207541,-0.002312853,-0.003959334,-0.007468434,0.010488846,0.0006706716,-0.0018139984,0.008857168,-0.009141001,-0.008045423,-0.002846001,0.013981315,-0.004542951,0.014252687,-0.0011089394,0.0030292233,0.00016000852,0.0044461642,0.00935857,-0.0046930187,-0.014412962,-0.013001257,0.018663995,0.006707782,-0.0001502279,0.0031730304,0.032910362,-0.0010560723,-0.005663906,0.012392765,-0.021820948,-0.0073996633,-0.007023364,-0.006970072,0.019379487,-0.0036051478,-0.011127521,0.0069586793,0.00565966,-0.0045081354,0.008362209,0.013787064,-0.0014545736,-0.015060337,0.018264366,0.006755128,0.00063431903,0.010466412,-0.007948893,-0.009750538,0.010442581,0.004999388,-0.010635609,-0.0155273145,0.0007689528,0.0015155097,-0.022109428,0.0009511719,-0.09762986,-0.0042798007,-0.003117296,0.0048959907,-0.0021688442,-0.011513484,0.00040536135,-0.0077898316,-0.005527501,-0.025438499,-0.007302777,0.008876977,0.0075000376,-0.025431331,0.004896724,0.007534827,0.008854911,-0.0069806953,0.0064235455,0.0044906484,-0.00023921365,-0.0034452847,-0.02291008,0.001858645,-0.0046694116,-0.005752909,-0.00032416024,0.014997674,0.005555817,-0.0071764067,-0.028294835,-0.013653034,0.0075087347,-0.0024474545,0.010236719,0.0007260063,0.01961944,-0.0073225903,-0.1301979,0.0088753775,-0.013622871,-0.009040913,-0.003314026,0.012724068,0.006200136,-0.0063464404,0.0017550978,-0.008291904,-0.02961251,0.00090272754,-0.019089606,-0.0060746325,0.011248588,-0.009305557,0.0064112507,0.0059748874,-0.020914715,0.0035213635,-0.005734822,-0.0035008101,-0.00072352984,0.01079607,-0.0059424206,-0.017292183,0.00069072115,0.020544989,-0.005775382,-0.01827908,0.0008910858,-0.005652943,-0.01224789,-0.0017218464,-0.0026792374,-0.0014978121,0.011092184,0.0011267635,0.009452063,0.00974681,0.0019661596,-0.0032599217,0.007364799,0.012074065,-0.0023827264,0.008043943,0.0058446378,-0.01662747,0.004389358,-0.000771839,-0.009433732,0.0046996134,-0.0048121777,-0.020573381,-0.003152777,0.005728351,0.005660142,0.003628203,0.007036293,-0.003258549,0.009539716,-0.005001525,-0.008650402,0.0036929399,0.005391402,0.0043011205,0.01947182,0.017323367,-0.010034776,0.00212463,-0.016957764,0.015263479,0.003463921,-0.008592206,0.001320571,-0.037851922,0.002693314,-0.013302525,0.017495845,0.006281445,-0.0033145123,0.005947044,-0.00202593,0.0065254904,-0.01803239,0.0045580002,-0.032080542,-0.004271875,-0.021729758,-0.065558046,-0.012408167,0.010395362,0.0064962744,0.019669216,-0.013208469,0.024918657,-0.004326885,0.027114088,-0.002095059,-0.011456895,-0.0002335275,0.00564307,-0.022211652,-0.014510374,0.010248597,-0.0029464823,-0.0040106922,-0.012667868,0.005151866,-0.0126931,-0.02874635,-0.008710522,0.0024517186,-0.010150816,-0.018519145,-0.0013672609,-0.009843925,-0.0016110765,-0.007965286,-0.01113869,-0.012122624,0.0163288,-0.010271869,-0.019144103,0.0074208975,0.03379164,0.026590887,0.008699161,-0.0067196675,-0.0075367955,0.008758689,0.018917529,0.004252116,0.013689472,0.01362597,0.002058421,-0.0034832738,0.010045866,0.0069042966,-0.019510837,0.010241749,-0.022767304,0.009330359,0.0140811745,0.019423753,0.023353022,-0.015539849,-0.009554292,0.0039768214,0.010983542,0.009548313,-0.018044567,0.0039536003,-0.007177845,0.012318785,0.015422393,-0.0039944914,-0.0022482816,-0.007690173,0.00013522332,0.0003190396,0.0029738634,-0.008753307,-0.0024287582,-0.0072474526,0.020486599,0.014413862,-0.009200842,-0.0028130643,0.02200053,-0.0022942377,-0.0054507777,0.026130538,0.0018388074,0.009386721,-0.008151073,0.0037015972,0.03356578,-0.00457066,0.014607791,-0.021608539,-0.008297004,0.0027417496,0.015448485,0.012350413,0.0030669577,-0.014244488,-0.003266444,0.00061028363,-0.02931242,-0.0029667388,0.028800976,-0.041182138,-0.0069878413,-0.044745598,-0.024962928,0.0070619863,-0.0020452493,0.0049974257,-0.00844624,0.022916477,0.0056996,0.0038040136,-0.15512317,0.0058557787,-0.011333943,0.008256342,0.0021774296,0.00869008,0.024973448,0.0035561814,0.03476344,-0.020817166,-0.0065803262,0.0060156453,0.0065529807,-0.0031440998,-0.0017587766,-0.0120522855,0.002581238,0.017460767,0.007354447,0.018744852,0.00651585,-0.015921336,0.02768987,-0.012503001,0.01003545,0.003502248,-0.0046125115,0.011161165,-0.0031006301,-0.014551891,-0.0066456823,0.0077611296,-0.008555343,0.0027361144,-0.016561728,0.031904783,-0.025559459,-0.0027779143,-0.020217141,0.02557041,0.008020834,0.03027307,-0.0014235992,-0.02125182,-0.023719667,0.014535271,-0.010667421,-0.009818368,-0.011440319,0.0014281753,-0.009870321,0.012524118,0.003709492,-0.013733217,0.0020467064,-0.009497278,-0.011784667,0.016580656,0.0019761252,-0.014829858,-0.013609425,0.0034407082,0.0155918375,0.010823552,0.009788877,0.017259201,-0.003611315,0.14268073,-0.017700389,0.0041794768,0.01029936,0.011344532,0.008008768,0.010754182,0.020851126,-0.0012897658,-0.0032381753,-0.026148856,0.008989444,-0.00021354022,2.687623e-05,-0.019592706,0.0022055253,0.012481757,0.0003362445,0.01531818,-0.00024634646,0.012196593,-0.0024158512,0.019394036,-0.018641343,-0.0031063305,-0.004980352,-0.003417075,0.021557825,0.0029209526,0.010139559,-0.011118077,-0.015315852,-0.008300691,0.02049463,0.017100131,0.013707018,-0.0123296,-0.012681283,-0.0099332705,0.006870137,0.016543608,0.012350149,-0.0014441423,0.006866948,0.0025535068,0.017042877,0.0049422863,0.015436069,0.006029676,0.0067827757,-0.01703867,-0.01155507,-0.0027978402,0.0011293722,0.010033658,-0.0019768106,0.01164029,0.01346691,0.013550274,-0.0062528187,-0.0031072525,0.005973355,0.008365114,0.016859045,0.0058920854,0.0019041006,-0.035828076,0.00023355574,0.018334059,-0.108123,0.034985054,-0.0076501723,-0.015978197,-0.017568914,0.00059471466,0.012359806,0.0179089,0.014102536,-0.0133773,0.0025647592,-0.006435899,0.011688287,0.007183325,-0.0027419522,-0.003225873,-0.008240399,-0.013752279,-0.0017363811,0.032159567,-0.012813816,3.9098686e-05,0.0052191024,-0.009950748,-0.0037118122,0.005984245,-0.016677769,-0.0037821059,0.012373288,0.027817858,-0.0048379563,0.0044334093,0.009919496,0.03434219,-0.019448316,-0.017839074,0.009810037,0.00828728,0.0035209993,-0.020208351,-0.012512049,-0.011802734,-0.002292861,-0.0047529447,-0.0024337557,-0.0060829204,-0.004578316,-0.0063201035,-0.025028214,-0.016007148,0.0034490908,0.008190977,-0.0029645187,-0.009014728,-0.005573578,0.0071846,0.015760614,-0.022509962,0.007367346,-0.0011002475,-0.021609798,0.009968847,0.0020455304,0.008578568,-0.0009720158,0.0028413038,0.0029337874,0.011674932,0.0073182955,0.0021431725,0.0043319124,0.020587498,0.009886927,0.010074707,-0.004425134,0.011788822,-0.018908827,0.008627733,-0.010396308,0.0049380483,-0.0035571372,-0.007279995,0.003659894,0.010191725,0.021054596,-0.02834151,0.006766971,0.004396975,0.0057325996,0.009389741,-0.011217795,0.011433329,-0.012114084,-0.017548846,-0.027509544,-0.002487116,-0.020036586,0.017369539,0.013673134,-0.013367441,-0.021405831,0.0013364529,-0.011322353,0.0043797325,-0.012713115,-0.0055898954,-0.0012857205,-0.00031441698,-0.0085683465,-0.033750966,0.020260261,0.00877711,-0.02283706,-0.01090344,-0.0014923413,0.0021316325,-0.02811901,0.0052703614,0.0028296215,0.005579846,-0.0014261606,0.024134845,0.0008149382,0.009668506,-0.00065714633,0.0009874951,0.0048149335,-0.009213125,0.0038908252,0.0084364815,0.011868566,-0.024665812,0.020817699,0.006661183,0.035002466,-0.010254056,0.0105360905,-0.006541577,-0.0034220074,0.030388406,0.0078025064,0.0032016293,0.0150252925,0.010247808,-0.010332415,0.0056115887,0.01173355,-0.0030786903,-0.012337794,0.024533419,-0.0046712165,-0.005224688,-0.00852551,-0.016959792,-0.007388905,0.0021598956,-0.016677216,0.01745051,0.005596579,0.0077445693,-0.0070966044,0.010205611,-0.031980913,-0.016223168,0.016205367,-0.007288306,-0.0028249174,0.00011176942,-0.021626621,-0.02422719,0.0030760053,-0.023357846,0.0014400884,-0.001446069,-0.018641936,-0.019907424,-0.0010066845,0.0031852478,-0.010479621,-0.08313374,-0.00013020104,0.012006152,-0.012381428,-0.002594012,-0.010450293,-0.001995465,-0.013495947,-0.009195428,-0.0072141467,0.0011814265,-0.0014152653,-0.004280129,0.013860212,-0.023799121,-0.010047572,-0.013983721,0.015116961,-0.0011639779,0.027591798,-0.019888991,-0.013808673,-0.0028157805,0.0017077783,-0.02438161,-0.00071399135,-0.007538627,-0.004873885,-0.011234853,-0.011294616,-0.017819185,0.0018145833,0.013482298,0.008818889,0.012559993,0.0068943896,0.00048103914,-0.0155763775,0.01750136,-0.018191496,0.0029496797,-0.015077321,-0.072069794,0.007117282,-0.013810858,0.005437954,0.009383427,-0.009395686,-0.03374881,0.014183198,0.0123539725,0.013433333,-0.009473784,-0.026351394,0.012853354,0.0022025935,0.018483471,0.008539219,-0.0035369096,-0.010946189,0.011005072,-0.011799864,0.011029941,0.006991887,-0.0009142843,0.019997133,-0.0017070324,-0.009969725,-0.023040177,-0.0026991789,0.013083854,-0.013351156,-0.01277074,-0.015367217,0.006888533,-0.011275903,-0.0006732881,-0.0025828085,-0.003425041,0.02862337,-0.009011647,0.04247049,-0.004254176,-0.0046480033,0.0076476987,-0.017526165,-0.007180884,-0.112155594,0.0021074684,0.0133205205,-0.00416552,0.017703738,0.012251179,-0.014343362,0.06795529,0.009888935,-0.0010095186,-0.009249529,-0.0024827188,0.003118345,-0.008444046,0.0070227534,-0.014532694,-0.0074094497,0.013893317,0.0025028316,-0.00862589,0.0035090314,-0.019485561,-0.014533176,0.0024973925,0.0036451085,-0.042786486,-0.03035494,-0.02550803,-0.023808436,0.021947281,0.01636708,0.008167159,0.022644108,0.020704525,0.011414952,-0.005740696,-0.024250152,0.02963936,0.0077672005,-0.008476078,0.016787644,0.013146196,0.004756214,-0.026027292,0.0076614097,0.0032514136,-0.007948999,0.007302389,0.014319777,-0.008733659,0.004260814,-0.0092890635,-0.001212269,-0.0052398453,-0.0046947384,-0.014760159,-0.0043344414,-0.024664426,0.019553754,-0.02143247,-0.005646612,-0.005056846,-0.007879818,-0.0066790534,0.014232432,0.013311981,-0.032119043,0.0053077606,-0.03493805,0.004204017,0.0028647538,0.009476487,0.0027088118,0.015274802,-0.023974271,0.005440342,0.005444538,-0.008267556,-0.009342245,0.023870867,0.0023069957,0.018340549,0.017581528,-0.007858941,-0.0042965515,-0.0060488246,0.013034198,-0.030366318,0.015566353,0.006245876,-0.0022957136,-0.026887035,0.007981726,0.007884013,-0.0045089056,0.007071388,0.0013731432,-0.010351811,-0.007949031,-0.009980185,-0.013370845,-0.042296223,-3.0917185e-05,0.0049353912,0.0032597827,0.024037505,0.008250269,-0.0051670927,-0.003081644,-0.0050267465,0.012867784,-0.010826303,0.006436781,-0.0023887004,0.021645365,-0.02952322,0.009954114,0.014772234,0.0025395288,-0.011776425,-0.0075673456,-0.012939809,-0.01006471,-0.0277765,0.00057015463,0.022610374,-0.00661784,-0.0012056202,-0.00079652236,-0.020943454,-0.005120079,0.020892289,0.0044612596,-0.0024324334,0.014093864,0.0123868305,-0.005963281,0.01822499,-0.02481374,-0.015486136,0.0037673656,0.012201085,-0.02207844,-0.026429923,-0.0038679757,0.00041848392,0.0037536277,0.01332697,0.007481077,0.0018838596,0.012705257,0.004801365,0.030314153,-0.009415748,-0.018238379,0.007848386,-0.014735767,0.007329523,0.014915433,0.0069574486,-0.010818555,0.011617756,-0.000117332165,-0.0035091294,-0.0017855833,-0.0014608552,-0.004169183,0.00212536,0.011447964,0.0059888535,0.0068260934,0.010423336,-0.011083613,0.007890839,0.023405774,-0.021168962,-0.019930562,-0.010752802,0.016914368,-0.0084541375,-0.012574075,-0.012990831,-0.010137326,-0.0047029443,0.015003354,-0.012013118,0.021306843,-0.009324994,4.6542602e-05,-0.0063230805,0.010460652,-0.008100102,0.00011800515,-0.015187175,-0.015585771,-0.010287641,0.0025298833,0.01191387,0.03237842,-0.002945683,0.014548873,-0.025289262,0.00787169,-0.0037473182,0.017592445,-0.021382429,0.008249134,0.015517007,0.014109223,0.007784509,0.010790296,0.0068597677,0.0031445217,0.0075540137,-0.0032152922,0.014186176,0.009232188,0.029050522,0.0024419832,0.016938193,0.023374928,0.008839536,-0.015482848,0.0012346342,0.003077246,-0.0051517296,-0.01251771,0.018150002,0.011424429,0.00075447833,0.01325635,0.009575855,0.025233919,0.029431237,0.008242657,0.009679617,0.009758409,-0.012083421,-0.008630983,-0.00047318812,0.002405241,-0.0064368905,0.017281499,-0.003168871,0.002007726,-0.0015609883,0.004904316,-0.013958775,0.0049239546,0.011199882,-0.008727445,0.010351326,-0.0097468505,-0.025607849,-0.002060542,0.015078327,0.006546329,-0.02117677,0.0074269613,-0.026724257,0.028405145,0.005089062,-0.0062188506,0.0120748915,-0.020689957,5.3592827e-05,-0.017851291,-0.006632465,0.015814273,0.0018275235,0.0067422222,-0.012798009,-0.025022602,0.011428318,-0.036477905,-0.0058424342,-0.00889916,-0.0036004914,0.008475037,0.008161867,0.0042904317,-0.012790166,-0.0033400606,0.022491753,-0.00078402105,-0.014126161,0.008780581,-0.0056094085,0.0064306743,-0.0037509794,0.03118854,0.00718879,-0.004106379,-0.01619643,-0.027647102,-0.011236314,-0.016410848,0.023375645,0.015536549,-0.015797012,0.023534024,-0.008021729,-0.010903519,0.008165475,0.00541189,-0.00031592353,0.015621434,-0.0052918065,-0.0012966853,-0.016694253,-0.033432964,-0.009869597,-0.01823829,-0.00569062,0.01258676,-0.01578506,0.01313381,-0.011072153,0.0008692069,-0.0033433628,-0.0014645488,-0.0010649781,0.010162457,-0.016446711,-0.016354898,-0.002944064,0.013774737,0.0054718386,-0.024856815,-0.0062860986,0.00067624025,-0.0028555884,-0.023059854,-0.026982833,0.015994277,-0.01820207,-0.0069524613,0.010503992,-0.006781567,-0.01121414,-0.014274753,0.008813721,0.00956758,-0.010158406,0.013343667,-0.009019086,-0.020869922,0.01986147,0.008617289,0.0131449755,-0.024629422,0.009425239,0.008491438,7.547472e-05,0.018638233,0.003210442,0.014800848,-0.031291313,-0.004404071,-0.0147028,0.0052739475,0.0018778776,0.0020109804,-0.0024068935,-0.0011178945,-0.02503236,-0.0061593116,0.008143938,-0.00576428,0.0015512093,-0.0021640568,-0.012565048,0.011978433,-0.016489133,0.0026749813,-0.0075605386,-0.032105856,-0.011175483,0.009430044,-0.013456224,-0.021445733,0.016330466,-0.019853152,0.002117735,0.007535029,0.0009917159,-0.010617188,0.0051171794,-0.0012689723,-0.006464048,-0.01001913,-0.018713411,0.0053109773,-0.018349003,0.017325185,-0.016215898,-0.0034889234,-0.0030307327,0.010134829,-0.008851241,0.018303404,-0.01758903,0.026103605,-0.005812427,0.009018242,-0.0046078553,0.008717867,0.008926921,-0.003301121,-0.010260241,-0.028678566,-0.015498838,0.003490027,-0.0070839394,-0.03482836,0.02365751,0.016371828,0.0036685292,-0.025059057,0.026177343,-0.0018868994,0.012919809,-0.014694346,0.013944293,-0.005032809,0.018198336,-0.014930192,0.0073694666,0.025196353,-0.0318864,0.009097366,0.009632008,0.012718544,-0.0001735201,-0.0076616067,0.04055241,-0.0086639,0.0061204806,0.0024603142,0.034159876,0.011544302,0.01110747,-0.014749869,-0.01570964,0.0066392133,0.008834065,0.01322597,0.029858911,0.0074095,-0.0032782024,-0.020193702,-0.023801574,-0.017488414,-0.0039857184,-0.0027222924,0.010430295,0.0017320174,0.016861321,0.008409997,0.0013980211,-0.010490522,0.0042797825,0.02056188,-0.0031730798,-0.012825462,-0.018371232,-0.012440047,0.009796061,-0.01161125,-0.025143156,-0.04165415,0.021970281,-0.046467908,-0.015921762,-0.019565092,-0.027869578,-0.003253823,0.010426899,0.008383332,0.01367146,0.009716678,-0.00016426334,-0.012767109,0.011961719,0.006557197,-0.018392399,-0.0039669806,-0.012171985,-0.0063959244,-0.01912943,0.009113095,0.0019245634,0.021576513,-0.01493638,0.004086457,0.006263158,-0.011574589,0.0016410443,-0.0062793754,0.0081806155,0.009715446,-0.017799003,0.0122838365,-0.005870083,0.011482227,-0.017823111,0.001687578,-0.0013700404,0.005611708,-0.035188243,-0.016271954,0.0050881673,0.026140295,-0.013418682,-0.0019272441,0.002017143,0.0058217784,0.0008011865,-0.024124268,0.006912718,0.012938742,-0.004213336,-0.023781447,-0.0034112833,-0.011435424,0.01994337,-0.014874271,-0.0059604477,-0.006101896,0.02289016,0.0038067303,0.026253082,-0.020886615,0.009128548,0.03319106,-0.017107276,0.01784276,-6.423858e-05,-0.004489261,0.0024304246,-0.0055326526,0.010248274,-0.014130144,0.01660778,0.00012144878,-0.004660798,-0.0025060188,0.0010707327,-0.02503431,0.0064637447,-0.021262292,-0.005182552,0.005289694,-0.004100212,-0.006259381,0.007027733,0.027731251,0.008653046,0.0030397582,-0.02308936,0.021531696,0.01412601,0.0041887537,-0.0074733794,-0.0073196637,-0.010466939,0.010426817,-0.010652717,-0.011908534,-0.013087841,-0.0124963205,0.018414931,0.013969652,-0.024064519,0.008367669,0.011157523,0.003414992,0.0047269496,0.0017634993,-0.003440419,0.009834037,-0.017465323,-0.0012581387,-0.01696772,0.0023514638,-0.0073048035,0.007840751,0.012544544,-0.018922139,-0.0025967348,0.0034915102,-0.015740428,0.012281855,-0.0021154657,0.011778487,0.006244139,-0.009465192,-0.023555232,0.013338273,-0.0028304465,0.024017386,-0.004720214,-0.018602002,-0.01945385,-0.028110098,-0.0069621275,-0.0026373137,0.007903744,-0.008565506,-0.0035140945,-0.02273295,0.008262427,0.0002943385,-0.004010705,0.007774582,0.0007102879,0.019179238,-0.03536056,0.022838486,0.00788408,-0.008410505,0.0059198304,0.012900877,-0.0005764186,-0.004258542,-0.0020929787,0.0024498727,0.021843387,-0.023185035,0.018891001,0.006839475,-0.0041280333,-0.013526184,-0.018461214,0.0012226909,0.00078870717,-0.0070963046,-0.014373257,0.0047780722,0.02150781,0.018301206,-0.0005767394,-0.0079476265,-0.0063619665,-0.014295061,-0.00066869706,0.019198028,-0.01181315,-0.013506287,-0.011985003,-0.019268978,-0.0024657,0.0083182,-0.0015575122,-0.0019990567,-0.008799394,0.015757065,0.009720336,0.0359432,0.024727277,-0.016094962,0.006898342,0.00073538907,-0.005272646,-0.013071941,0.013770393,0.0027559514,0.0015775516,0.002925618,0.005738205,0.023188997,0.026321992,0.01392074,0.018514123,-0.0073898835,0.002287429,0.02592612,-0.0014941836,-0.013357968,-0.004878347,-0.018406145,0.03762529,0.01307057,0.0237365,0.00063322653,-0.0011428319,0.16850682,0.11050582,0.02413289,0.016980086,0.015038587,-0.014225724,-0.0064950488,-0.014932175,-0.000699871,-0.010364995,-0.016142866,-0.012314446,0.019468488,-0.0008161179,0.010766511,0.019749882,0.021636095,0.021953955,-0.007529614,-0.0008911165,-0.004550345,0.013862236,-0.006984624,0.00266771,-0.025552839,0.010511426,-0.036009505,0.009451462,-0.0032047618,0.010590954,-0.0025069916,-0.016168758,-0.017123057,-0.00021814667,-0.010368181,-0.0048458837,-0.0025756375,0.008748907,-0.012420575,0.0011505403,-0.028463442,-0.018378908,0.016511016,-0.013684285,-0.0038442588,-0.00189974,-0.003530631,-0.007065148,-0.011838963,-0.011072868,-0.018585054,-0.001957696,0.005133312,-0.0001120916,-0.027785515,-0.012822925,0.016984003,0.030531844,-0.009519783,-0.018144239,-0.00305612,0.010154561,-0.017048474,-0.0057307016,0.008891705,-0.015989305,-0.0001917427,-0.029257847,-0.004957943,-0.022596372,-0.011162968,0.012897167,0.01578863,-0.008945026,-0.0040111104,0.0121209305,-0.006525922,-0.006157826,-0.017179476,0.002881007,-0.0053529697,-0.00037543336,0.016921405,-0.0010778786,-0.0026950336,-0.00180478,-0.023517326,0.02912325,0.117316246,0.028753435,-0.0054976963,-0.025198122,0.018508956,0.0075125187,-0.024618309,0.019727016,-0.0088197505,-0.014355172,-0.002029493,-0.0005015428,0.009484723,-0.00053587597,0.020773953,0.00803389,0.0071600634,0.022870272,-0.009222397,-0.006563279,-0.011637074,-0.01798887,0.019863907,-0.0038832175,0.002152172,0.0051893783,-0.0013793971,-0.020503689,-0.018809488,0.018465338,-0.10477316,-0.00980799,-0.005330378,0.012706026,0.00036101864,0.0025432166,0.016965993,-0.016020881,0.00336194,0.01721136,0.01586889,-0.0029792043,0.024427736,0.0030602827,0.02947854,0.012530241,0.03077602,-0.008231689,-0.0031909114,-0.0020908106,0.0067597334,0.022064026,-0.0088810995,0.007909986,0.017900733,0.024080317,-0.0006101544,0.007452675,0.0067455256,0.008101218,-0.014966446,0.0073745237,-0.040221162,0.016803784,-0.007099551,-0.0026063796,0.011620043,-0.01169776,-0.0012408226,0.0069489903,-0.007693854,-0.026939861,-0.013476516,-0.04047259,0.010025334,-0.009327242,-0.0042116954,-0.007765352,-0.018210163,-0.026441222,0.038867895,-0.0038532931,0.007803983,-0.000725277,-0.022862645,-0.0032691977,-0.0035926956,-0.021244315,0.012650103,0.0011435755,-0.010012756,-0.0023575593,0.025393652,-0.021184044,0.0118512735,-0.0028303745,-0.008925748,-0.013237758,0.004769927,-0.0046904623,-0.0033486937,0.027467974,0.015729634,-0.022098213,0.012546541,0.0075418404,-0.017228758,-0.0034493622,0.01363412,-0.015737733,0.030653873,-0.00088994607,0.022139868,0.11656936,0.025441773,-0.011229512,0.017332377,0.009504491,-0.009845621,-0.022645323,0.005340419,0.006579368,0.0032254786,-0.009805084,-0.00022526798,0.0066731717,0.012820624,0.009562138,0.017765353,0.020385021,-0.020600384,0.009054844,-0.0051962067,0.00064130843,-0.011236005,0.0011905885,-0.013424552,-0.007093126,0.019760262,-0.022045624,0.02134189,-0.012598095,-0.015734537,-0.0056274557,-0.018580124,0.002514993,-0.0153234685,0.012555737,0.018820325,0.004283624,0.002217506,-0.0027834987,-0.0007666186,0.00064461125,0.030723048,0.0065999483,0.024400229,-0.0336497,0.19248714,-0.0053192717,-0.009342069,-0.0047426033,-0.005943303,0.009250149,-0.0028200368,0.0075927833,0.0063080536,-0.009325439,0.03110307,0.0025163898,0.0070594857,0.021027975,-0.008722699,-0.0040642116,0.006324718,0.013148747,0.0021146499,-0.028253099,-0.0064087976,0.00056223123,-0.019493848,-0.0036991942,-0.009264227,0.00044886465,0.00094845827,-0.005510901,0.005346651,-0.003550178,-0.015686313,-0.0053011742,0.023608474,-0.0008652036,-0.00573674,-0.009098573,0.004984588,-0.025275402,-0.013831556,-0.0076494603,0.004243675,0.004845684,0.016434554,-0.008802641,-0.006494254,-0.01550865,-0.0072717154,-0.0010802464,-0.0059819845,0.01859834,0.010825979,-0.012192098,0.006421911,-0.006894516,-0.0019487276,-0.005332701,0.00019088863,-0.010696441,-0.0209567,-0.016964817,-0.021500861,0.007144574,-0.0040713674,0.004826111,-0.005036783,-0.0059878896,0.024037816]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 137,
          "content": "Japan's Fujitsu, NEC and NRI among Asian software stocks hit by war, AI shift",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.010705029,-0.0059427056,-0.02174614,-0.082931735,-0.02186705,0.012939343,0.0015608134,0.010561782,-0.0029152315,0.0025837927,0.0031661883,-0.012381161,0.029530948,0.016919486,0.116624095,-0.00030092633,0.01042003,0.0012607734,0.015187105,-0.004708597,0.020195553,0.02500287,-0.01490928,-0.040257286,0.0049771485,-0.039326243,-0.0022412988,0.012586133,0.03011202,-0.021815535,0.004279176,-0.013998205,-0.0040903287,-0.0023180696,-0.0011200932,0.00994998,0.028609093,-0.013719905,-0.0072948616,0.00040641296,-0.0008003441,0.029843284,-0.0073442175,0.03000546,-0.033259016,0.023421027,0.019263992,-0.02093546,-0.004033786,0.036076084,0.0147033185,-0.011694576,-0.016963236,-0.16029964,-0.0072831307,0.027239295,0.011294134,-0.0048025385,0.013718963,0.0016366213,-0.013390446,0.010650511,-0.004675089,0.007404418,-0.00024409052,-0.019406835,0.0040485547,-0.006143361,-0.047063954,-0.007504261,0.0047269594,0.020816332,0.007660376,-0.023595843,0.021503557,0.015843906,0.003324281,-0.010319255,-0.0035044935,0.0130654285,0.01145255,-0.0008977007,0.010246104,-0.024598498,0.039793976,-0.034206353,-0.017389521,-0.025609236,0.009166711,0.009991202,0.024626328,-0.010477701,-0.018449958,-0.01451064,-0.007824051,0.010979283,-0.032444295,0.014906088,0.008562301,-0.03519229,0.007246459,-0.006373272,-0.0045844126,0.022475109,0.0017864606,0.0028040765,-0.0018524178,0.010629516,0.030702222,-0.036540017,0.028417496,-0.009539995,-0.009132071,0.05553383,0.004414272,-0.13625318,-0.007795918,0.002512135,-0.014270942,0.0051186644,-0.04996724,0.028942375,5.4774602e-05,0.0035005824,-0.01113012,-0.041115366,-0.010597686,0.015628584,-0.0007291138,0.019116547,-0.021011,-0.0064229746,0.012887518,-0.016575167,0.01439054,0.02283039,0.014270845,-0.0065781046,-0.010116407,-0.026559567,-0.018123556,0.006823133,-0.041455176,0.017602287,-0.03032968,-0.01624847,-0.03743812,0.019780904,0.00053213513,-0.011763161,0.04757909,0.003418682,-0.014284118,-0.0052084555,-0.0032259906,-0.019956343,-0.002166979,0.020367946,0.0134756155,-0.010897383,0.0011427744,-0.014882796,-0.00325556,-0.019621598,-0.026034117,0.019743554,-0.0064727333,0.013091732,0.0047531854,0.017731262,-0.0058488864,0.00565659,-0.019206312,0.009321691,0.002431301,-0.029424625,-0.0067405514,-0.00014173279,0.015919046,-0.0397765,0.032269,-0.0037014675,0.0031178857,0.023084778,-0.017742213,-0.0045536985,0.023375584,0.009840433,-0.023886727,0.0042665577,-0.018328063,-0.022560064,0.03255795,-0.055408,0.011879642,-0.002990537,0.0058895573,-0.013160983,-0.0044942503,-0.022604268,0.0030053963,0.008842755,0.012819406,-0.006435936,-0.008624287,-0.004655428,0.021848574,-0.004932748,-0.0072645852,-0.012696778,-0.01839427,0.009427709,0.016877087,-0.016951963,-0.018067498,-0.025947157,-0.015760899,-0.029765675,0.0066075465,0.007814169,0.02877183,-0.019678649,-0.0028769597,-0.002170829,0.013036817,-0.022858407,-0.00079112704,-0.0012986481,0.026554417,0.0033162397,0.0017902337,0.039990976,0.0065538757,0.023864934,-0.032989264,-0.01004071,0.0126848575,-0.009397161,0.001874459,0.043268807,-0.025394488,0.0126110865,-0.008306048,0.0013153555,0.005718974,-0.015006086,0.011222702,0.011883235,-0.022107812,-0.0010294055,-0.007023312,-0.0042084777,0.02309837,-0.010505795,-0.007302845,-0.0119662685,0.0014256134,-0.0164225,-0.007543842,0.010940491,0.008556543,-0.005388361,-0.0257357,-0.022545226,0.015019077,0.016647168,0.0024588015,0.016352596,-0.016539384,-0.01261887,-0.033779323,0.005724796,-0.014623934,-0.004372294,0.0009716927,0.00980323,-0.046236463,0.02334067,-0.023490451,0.006176152,-0.0023890655,-0.0022790758,-0.023955632,0.0024182673,0.0017331896,-0.019549273,-0.000247762,-0.006095038,0.025433112,0.0012086048,0.016344942,0.0057113664,-0.00074039714,-0.0056566624,-0.0017888921,-0.015044987,-0.0028553747,0.008198189,0.00941801,-0.011276006,0.0048709144,-0.031216245,0.027763171,0.060646087,-0.028714629,0.022122059,-0.003829704,0.007489395,0.037407923,0.0071639107,0.022770526,-0.035602573,0.023172632,-0.006178795,-0.0043997215,-0.017729666,-0.022678323,-0.009224928,-0.017667377,-0.028245008,0.0014763668,0.005191645,-0.0004097785,-0.024516353,-0.021882448,0.011194597,-0.008671513,0.033387978,0.01784003,0.00057830097,0.017171118,0.025694333,0.014234028,-0.015368883,-0.026794033,0.0027577644,0.023172766,-0.005002938,-0.01887157,-0.0014269912,-0.014551923,0.01829786,-0.0074848565,0.030324351,-0.013432629,0.033953693,0.007007503,-0.046983697,-0.033593446,-0.018504905,-0.0034731429,-0.014424351,-0.009813195,-0.028025871,-0.047874007,0.046759255,-0.004606758,0.018164221,0.0062788264,0.007481844,-0.0014284999,0.0035449376,-0.0095925955,-0.010905565,0.017586935,-0.011825331,0.020708654,0.03025313,-0.012336028,-0.01988692,0.0026082795,-0.012989517,-0.019703036,0.007891203,0.0062323385,-0.0027157457,-0.0065175183,0.017317753,0.003056044,-0.005625798,-0.0060799327,0.04581568,-0.012985632,-0.0009663276,0.008409673,-0.036781453,-0.00018613046,-0.01975141,0.0069251517,0.015613381,-5.303466e-05,-0.01046775,-0.010834517,0.02909952,-0.008892606,0.009771318,0.022651184,-0.0026947255,-0.02779558,-0.012991322,0.0100842025,-0.020574464,0.0031406204,-0.019856095,-0.029668445,0.010943617,0.008042969,0.009963484,0.007325122,-0.0046576066,0.0047275596,-0.028638367,-0.020413661,0.01686792,0.00662061,-0.0025837894,-0.011666379,0.009576013,0.0024247372,-0.01630752,-0.012848721,0.045632068,0.008801896,0.034736,0.015623238,0.011900481,0.016114824,-0.0035971967,0.011817258,-0.005068246,-0.0049238834,-0.02965129,0.016116446,-0.004262929,-0.035802986,0.007463621,-0.003831469,-0.0010348926,-0.00053336564,-0.03406572,0.014329735,0.014175996,0.004878511,0.01631675,0.017635062,-0.009986589,-0.01615043,-0.031384785,-0.032531433,-0.00481198,-0.008933968,0.008050226,0.01639761,-0.0080470005,0.031590674,0.019158117,0.005173376,0.01577629,0.020734819,-0.014705288,-0.013076109,-0.0033207044,-0.014385163,0.021033976,-0.019383406,0.0032686621,0.0012387139,-0.014436018,0.0155619765,0.017308729,0.012574744,0.0031031359,-0.017308453,0.0012117396,-0.035362683,-0.007613862,-0.0056775995,-0.00026651047,0.030496376,0.0052721607,0.02911788,0.0118617015,-0.021048166,-0.018729117,0.0016044602,0.01168485,0.004541452,-0.035274897,-0.00032711195,-0.01263146,0.04669893,-0.011934774,0.009269573,-0.020888718,0.008856192,-0.0274294,0.022444427,-0.038592644,0.0019049707,-0.015581142,0.025164578,-0.021758897,0.033535063,-0.022692375,-0.03395162,-0.015712973,-0.0046514133,0.00030992203,0.022978269,-0.007876477,-0.03002861,0.006067562,0.003247273,0.00784521,0.0025473188,0.016204743,-0.005159345,-0.023510769,0.007754917,-0.008718388,-0.030046457,0.023729265,-0.019433137,-0.005671414,0.0121460715,-0.021930724,0.029354408,-0.00543307,-0.0019894552,0.019003097,0.0017763225,0.0236469,-0.004062895,-0.007042621,0.021356065,-0.008091211,-0.016472539,0.029066926,-0.0024948623,-0.011095606,-0.005086613,0.0041104956,-0.001966143,-0.049259007,0.053126484,-0.046752084,-0.004803152,0.034794442,-0.012473508,-0.011733788,-0.0045347554,0.008443981,-0.0032574593,0.025324285,-0.0035201458,-0.015340914,-0.019353567,-0.002269577,0.023245154,-0.0071550105,-0.006916362,-0.01304174,0.016444128,0.03748933,-0.011251521,-0.0058426857,0.002269497,0.012477253,0.012995442,0.01654882,-0.0085308915,0.016907372,0.04387714,-0.0050377646,0.004440313,-0.018046487,-0.006701334,0.003395682,0.013679922,-0.0061216042,-0.0080871945,-0.02116895,-0.0052266694,0.0059408587,0.0024249004,-0.00072445866,-0.0066165896,-0.01211291,-0.0049596643,0.024168722,0.011443221,0.002380627,0.013551343,-0.003682795,0.021791495,-0.018693173,-0.010222059,0.028535955,-0.034818355,-0.0035912432,-0.013764914,0.0077621536,-0.01574682,-0.014700931,0.029425886,0.012678512,0.0038531187,0.0066844765,0.043563787,-0.010271442,0.0041442397,0.004702897,0.030990941,0.008907169,0.009359883,-0.029707745,-0.008123835,-0.011703511,0.012938729,-0.010844872,-0.0014430891,-0.0081191035,0.031582404,-0.021292914,0.011022476,-0.02809109,-0.055923115,-0.09729052,-0.02530206,-0.013842037,-0.0483625,0.015852107,-0.019880783,0.011028817,-0.015055379,-0.025147911,0.017631846,-0.002238705,-0.011237668,0.00076436985,-0.010522214,0.0019252321,-0.023388807,0.016165659,-0.006965832,0.018245375,-0.0074430783,-0.015721846,0.013363133,0.019132344,-0.009152952,-0.007816707,0.0020400537,-0.0035120673,-0.009956958,-0.029337544,-0.020496162,-0.0051417896,-0.13151783,-0.0008079487,-0.0042911824,-0.0020210268,0.015673067,-0.004635872,-0.016775837,-0.014718959,-0.002330698,-0.029162716,-0.017609086,0.010498394,0.0032625175,-0.008189792,0.0026624461,0.086488076,-0.012233926,0.022941284,0.011490831,-0.008883539,0.0050401506,-0.002265794,0.044704333,0.0021106978,0.012135309,-0.0043681194,0.019113528,-0.0068567335,-0.019855728,-0.013079244,0.005888244,0.010221337,-0.006133103,-0.0005633132,0.005459476,-0.013426571,-0.002393183,-0.0021848988,0.0092443125,-0.0011404876,0.011490213,0.038128696,-0.00015917236,-0.012093605,-0.012162068,-0.0060566366,0.010613215,0.005223251,-0.013999041,-0.017116869,-0.017917993,-0.09175666,-0.00828502,-0.00065009587,-0.008718101,-0.0065302984,-0.005738526,0.027302355,0.007117128,-0.0039404333,0.024945632,-0.009994857,-0.00214171,0.0028369643,0.0038753275,-0.02436762,0.0049491534,0.013822354,0.012279143,-0.012347811,-0.0085870335,0.017368427,0.008938443,-0.013262194,-0.009315715,-0.02353738,0.006020361,0.042948566,-0.012152594,-0.019699123,-0.0048227385,0.0019001451,0.017968569,-0.026552113,0.03977618,0.017605903,-0.007550281,0.0014673,0.0010991177,-0.003959264,0.002356302,0.010236744,0.0033454301,0.014028214,0.0037581571,0.018715076,0.004641361,0.03655994,-0.010360417,-0.026664369,-0.001279476,-0.0014130897,0.019007575,-0.00222959,-0.0062530455,0.001252773,-0.0068933023,-0.00860312,0.020378647,0.010338407,-0.00215733,-0.0072605815,-0.0024917247,0.0023601395,-0.013737136,0.006557217,0.0070721917,-0.0033470572,-0.0049426947,-0.0101871025,0.00046500404,-0.00013237416,-0.015178229,0.0076381294,0.0052418327,0.010885008,-0.012883465,0.023858164,0.00021036647,-0.027714456,0.0008210675,0.02860416,0.006565471,-0.00477533,0.008662861,0.007321331,0.00258738,-0.00013882648,-0.00041980704,0.007992075,-0.002097244,-0.0065853572,0.007087199,-0.011403104,-0.0020536208,-0.0005672671,-0.0030672823,0.009810343,0.0047091492,0.0034515904,0.0075513273,-0.0034436872,0.016821388,0.00048573106,0.000680663,-0.0035413594,0.015350425,0.0072903708,0.008480116,-0.012985329,-0.006531799,-0.00754766,0.0014529971,0.000778614,0.028181668,0.0010016104,0.019625714,0.0019453885,0.013641465,0.0030190554,0.0030699873,0.007549772,-0.012414958,0.00026283914,0.01622246,0.00044407937,-0.0069230483,-0.0003124671,0.0028381357,-0.0019531746,-0.0004554431,0.0022510674,-0.0039912583,-0.006875851,-0.00011563646,0.013016856,-0.0005781586,0.021772418,-0.0015397622,0.009438515,-0.003925167,-0.023845669,0.0018843553,-0.008311351,-0.008573209,-0.014113263,-0.004972596,-0.0041841962,-0.006083243,0.005187089,0.008087301,-0.024713108,0.00914115,0.00616264,-0.0010554482,0.0072092153,0.010235358,0.01375329,0.017508226,0.019006103,-0.0048651644,-0.0017838203,0.018934853,0.012493356,-0.013602331,0.0053863,-0.012573073,0.008834726,0.0093294205,0.0063984348,-0.02918525,-0.017944984,0.025585594,-0.004511079,0.006001474,0.008245041,0.0070675164,0.002531805,0.0033659467,-0.007343081,0.009286699,0.0030140148,-0.0028519768,-0.004842094,-0.00795527,0.013272383,0.011366931,0.006067243,0.0076660956,0.014505593,0.0049719024,0.018204305,0.002081511,-0.002149909,-0.008152101,-0.0002855672,0.001022529,-0.012232178,-0.026083423,0.007467966,0.007474119,0.010077073,0.011889456,0.013139731,-0.002101298,0.0007671117,0.0020038048,-0.0006479688,0.006706774,-0.0082881125,-0.021430977,0.006299559,-0.008235112,0.013233289,0.010170387,0.002325082,0.0029794886,-0.008105404,0.00080847595,0.014834206,-0.004770427,0.015385121,0.014750905,0.0033462513,-0.0028806392,-0.015970726,-0.019174324,-0.012433212,0.020698663,0.000620393,-0.0046683564,0.009409532,-0.016887782,-0.0020554028,-0.0057572494,0.014024945,0.014201616,-0.012401673,-0.0075757126,-0.02316258,-0.025204899,0.01658527,0.005905996,0.008811461,-0.015185661,0.022909453,0.0066779014,0.0017389061,0.0033168632,0.0071425983,0.007328648,0.0030438118,-7.992008e-05,-0.008702058,0.013570107,0.00875727,-0.005739655,0.011635648,0.011894876,-0.0052036447,0.08334102,0.0060253185,0.016474856,-0.013206925,-0.009736625,0.008439288,-0.0042910622,-0.017851971,0.008636159,-0.00024130741,-0.0005672318,-0.01664597,0.0089153005,-0.00027111787,0.010984452,0.010569244,0.006743434,0.007422664,-0.019710014,0.010890537,0.004707683,0.010983791,0.012109936,0.0065852837,0.020851359,-0.0035914432,0.016157992,0.011117101,0.017602315,0.0007711833,0.016211413,0.0091505,0.004504983,0.01897159,-0.008717822,-0.0011271614,0.010598195,0.018653806,0.0042274687,-0.008079753,0.015596891,0.017930051,0.023901856,-0.0038891986,-0.013798396,0.011378493,-0.013411585,0.009397811,-0.015244526,0.0038742295,-0.017274398,0.010839735,-0.00080769183,0.0002985891,-0.007912118,0.0019658974,0.0019004672,-0.010437078,0.00092952367,0.028767835,-0.008257145,0.012947389,0.013445854,8.069942e-05,-0.014873556,-0.0033684284,-0.0006212455,0.004995609,-0.0069160936,-0.015424542,0.00064548803,-0.0072393664,0.006508516,0.001203319,0.027028557,0.0017487332,-0.016953371,-0.01450684,-0.003267827,-0.0062638326,0.011299112,-0.009682993,0.003132679,0.00975784,0.004889356,0.014233954,-0.01796794,-0.0009250917,-0.0034158982,0.0041541033,0.0047189975,-0.02145362,0.021972854,0.005538724,-0.00071780913,0.0025917285,0.039938122,-0.0045978674,0.0067445138,-0.0074192267,0.0108209215,-0.011456774,0.006145367,-0.0060589886,0.02100405,0.0114463065,0.002816249,0.006357371,0.012882195,0.015030884,-0.013636532,0.008993659,0.010188959,0.0020815742,-0.008400296,-0.005780535,-0.013945758,0.0056081014,-0.0073246295,-0.005651137,0.008988956,-0.0003632669,-0.0036028351,-0.009060027,-0.008446654,0.005526098,-0.015151835,-0.0011656018,0.00117959,0.02233398,0.02051577,0.0008195214,0.00066081266,0.0087523945,0.001252936,0.002817686,0.01429348,0.019103758,-0.0025594656,0.0029318964,-0.0021592854,0.012514462,0.0077635506,0.019127147,-0.017558591,-0.0007989167,-0.012670949,0.0051495642,-0.0013439773,0.005971466,0.0010424074,0.008236458,0.016942123,-0.01178916,0.007137521,-0.013804514,0.00933072,-0.0052320384,-0.0026720625,-0.003961309,-0.0079914015,0.0023610063,0.006098268,0.0054524317,0.008418975,-0.01971054,0.016469035,-0.0007771914,-0.00036980273,0.01207324,-0.009103385,0.022870878,0.016023299,0.0057202736,0.00087206357,-0.01550633,-0.0008109963,-0.0195446,-0.028959729,9.712039e-05,0.00097651075,0.0093448125,-0.007924579,-0.007069566,0.015241902,-0.015125039,-0.011432419,-0.00062982854,0.0051945415,-0.0168146,-0.0054886825,-0.00588147,0.023743525,0.009567567,0.0100670485,0.0021188913,-0.00031564917,-0.014785223,0.0073103686,0.0016002579,0.0029468604,0.017621271,0.0026667805,-0.0071705934,0.0020556867,-0.008548076,0.017453749,0.0067177806,-0.018801166,0.0074865725,-0.008714323,-0.0015653158,0.0059427926,-0.0072265705,-0.00819769,0.004640276,-0.003002438,-0.01722671,-0.010268421,0.010816482,-0.016916841,-0.0022983882,0.0043748827,-0.014913529,-0.013079046,0.0012531327,0.0025304996,-0.009525934,0.017205756,-0.015469343,-0.0017376652,-0.0118561685,-0.017307494,0.026166126,0.019838791,0.0037046226,-0.02299335,-0.019798407,-0.01619079,-0.011985304,0.005506315,0.0073477305,0.0018757463,-0.011953683,-0.0040275226,-0.003975968,0.013225951,0.0149647575,-0.0031700535,-0.010611905,-0.0042668595,-0.015136196,-0.019966364,-0.0015793297,0.008825872,0.0043650693,-0.0024167853,-0.04890701,0.012714268,-0.0012481675,0.009540503,-0.006017762,-0.0071081743,0.011950645,-0.02321781,-0.015449877,-0.00075116404,0.0034159771,-0.0021629878,0.0039049909,0.015599271,-0.0065144734,0.011356756,-0.029954182,0.0039181537,-0.005133915,-0.004054333,-0.004487813,0.0023402073,-0.011558624,0.00055305375,-0.0057363315,-0.009382623,-0.00012636828,0.007492339,-0.0065859947,0.0016360849,-0.00319322,-0.0021425672,0.011986856,-0.0019816027,-0.01837483,0.011258293,-0.005621689,-0.016692938,-0.002133223,-0.012469439,0.015042666,-0.0055174376,3.357176e-05,0.012042611,0.0077119726,-0.011682143,0.0033390948,-0.019772803,0.020060891,-0.023690982,-0.014512733,0.018706035,0.0016617414,0.016308907,0.010717554,-0.005946992,0.02214374,-0.0044123414,0.0062672533,-0.0051878546,-0.0017214473,-0.001259687,-0.010901925,-0.005195137,-0.01432378,-0.018972728,0.02196372,0.001107202,-0.012326424,-0.0013173888,0.0154595105,-0.018270085,0.0015872164,0.020408332,-0.017679345,0.018223934,0.0027236405,0.023300493,0.0031987466,-0.004008046,0.003067986,0.0069488944,-0.0018291379,0.00549521,-0.017534792,-0.01075767,-0.0016406177,-0.023577569,-0.017732577,0.017550202,0.013250454,0.011492938,0.013802578,-0.0031412225,0.00012306654,0.008081314,0.0033668203,-0.006417572,0.01952951,0.0044162306,-0.005238027,-0.0027542596,0.015149519,0.024949525,-0.012423351,0.01879021,-0.012868725,0.008149479,0.024306009,0.016996315,-0.005968441,-0.00087758317,0.019240584,-0.005996829,-0.013277575,0.014725308,0.022028247,-0.00966189,0.016235411,-0.015818635,-0.003560032,0.012077725,0.007035334,-0.021654252,0.0052494276,0.006099814,-0.012431195,0.01743401,0.015351715,-0.0017188186,-0.0037578582,0.006364515,0.019792037,0.0109367715,-0.006998901,0.00083477964,0.01072194,-0.02501221,-0.0058754026,0.013193929,0.0007330167,0.006722306,0.0151809165,-0.010562493,-0.013025753,-0.009066704,0.007162365,0.004364767,-0.00062300323,5.2380132e-05,-0.0003279295,0.0037567266,0.0021300733,0.00058223604,-0.006294852,-0.008579573,0.005823601,-0.012146953,0.029483134,0.0019511058,0.0023189518,-0.004452244,0.0024035082,0.0032090761,0.014806163,-0.005518804,0.008538088,-0.0016944327,0.0026946997,-0.017584004,0.00061505724,0.0064291144,-0.007018087,0.0222174,0.018831778,0.009837439,-0.0010937602,-0.0026486164,-0.017474806,0.022963705,0.004373039,0.013111224,0.0063225245,-0.0077848383,0.0003473852,-0.00554067,0.02105078,0.011414829,8.622299e-05,-5.1484163e-05,-0.008237753,-0.007245834,-0.02749465,0.020316778,0.015737448,-0.0010621542,0.007321949,0.006666811,0.026421072,0.0005363647,-0.0022073004,-0.0047960365,0.0075536137,0.004245108,-0.002178049,-0.088675424,0.00469327,-0.008591849,0.019851612,-0.01898638,8.862383e-05,-0.005361559,-0.009015435,-0.0013592837,-0.011027271,-0.012819657,-0.008772772,0.00018391329,0.0007929244,-0.013794881,-0.006407759,0.003064463,-0.00022888707,0.0057244617,0.022808516,-0.0030891052,0.00086989894,-0.013917777,0.0134307295,0.010309816,-0.002420456,-0.014542275,0.030021407,0.019974675,0.005038008,-0.014902214,-0.019532243,0.0022873364,-9.564378e-05,0.015686538,-0.00971218,-0.0048719677,-0.0027562843,-0.13033338,0.008590489,-0.011575836,0.009877664,-0.00072020205,0.022642689,0.013473405,-0.016602654,-0.0062398864,-0.0040053283,0.0038243968,0.0056964047,-0.026757166,-0.008910691,0.011190441,0.0120193735,-0.008174049,0.005988703,-0.02173635,-0.0020244971,-0.013147513,0.011537102,0.018480327,0.0028159532,0.0061598117,-0.00232563,0.0024472757,0.0030336631,0.005969238,-0.019468522,-0.0056284736,0.0061508776,-0.019835964,-0.011401474,0.013506808,0.0059839175,0.015197628,0.0012614072,0.0046646674,-0.007761783,0.020986946,0.013291084,-0.0027288855,0.010590735,0.0038377685,-0.0002456502,0.0043789675,-0.001232573,-0.017109485,0.008892829,0.007806103,-0.0040459717,0.008058825,-0.018756324,0.014647817,0.014192054,0.030788448,0.004838712,0.010012572,0.010324292,0.006932112,0.011186564,0.00097441336,-7.2859504e-05,0.0060293395,0.0011082485,0.017096028,0.0047741295,0.01293537,-0.00079132174,0.021669112,0.0132076675,0.007365712,0.00027368567,0.010563842,-0.008604549,-0.020565188,0.012037675,-0.0013696899,0.020078084,0.04691581,0.03073965,-0.002590466,-0.015444271,-0.005916819,-0.01240249,-0.0026418115,-0.006068481,0.017337184,-0.06556195,-0.0073258015,0.015706293,-0.01649375,0.0052482556,-0.027143862,0.013663559,-0.019221837,-0.014807514,-0.010812982,-0.006064588,0.014637839,-0.001252862,-0.0046486617,-0.011725775,-0.016180737,0.017137162,0.011216258,-0.024426514,0.0005735968,-0.0011323227,-0.023299726,0.0010291307,0.0045219967,0.007203715,-0.01089114,0.01602144,0.00059436,-0.015888155,-0.02043422,-0.015931072,0.0019245318,0.009841495,0.0003984861,0.00088112237,0.009539941,0.010501708,0.0029820758,-0.005922625,-0.0117169535,-0.010193027,-0.008322945,0.02327313,0.011584243,0.012196405,0.010612192,0.021000372,-0.03577257,0.013325713,-0.008405925,0.010381581,0.0050458033,-0.0027219686,0.010229973,0.025399216,0.007619804,0.0196784,-0.0018210822,0.0009985389,-0.013462885,0.012628479,-0.014495244,-0.009773708,-0.009647877,0.008497112,0.029292146,0.014624585,-0.013553362,-0.015442986,-0.008733751,-0.00681851,-0.0042033168,-0.0054775346,0.008843977,0.0024299999,-0.003474329,0.028656097,-0.0017430303,0.027185237,0.020741055,0.0053766486,0.009946863,-0.016534727,0.031101504,0.013392781,-0.0053356024,-0.016974233,0.014530432,-0.01111802,0.007282839,0.03017403,-0.0010302094,0.0011717995,-0.016108684,-7.729554e-05,0.023059666,0.006203571,0.004057368,-0.016706685,0.0075882394,-0.0055972585,-0.003296914,0.012570181,-0.008653953,-1.1301722e-05,-0.020008368,-0.00039631582,0.008556082,-0.0152867995,0.010804362,-0.00037376749,0.015004504,-0.015527276,0.029477686,-0.15958007,-0.04101243,-0.016065596,-0.0065492825,0.0024570841,0.004643271,0.0027139024,-0.007999879,0.043775953,0.006241242,0.010881135,0.00857183,-0.021647532,0.008626663,0.004682681,-0.0073018423,0.010921446,0.015319328,-0.0005664141,0.014411919,-0.021292208,-0.010853878,0.009654057,-0.026246076,-0.008457481,0.0013068551,0.033305407,0.013236717,-0.009734275,0.007303943,-0.0006548427,0.02248674,0.019598883,0.015752666,-0.003947676,0.012660117,-0.0044182194,-0.0025917694,-0.0061950968,0.019045085,-0.02214423,0.0014272647,0.021336902,0.0060239993,0.005400237,0.002653592,-0.011769631,-0.0054146573,-0.0053809965,-0.008724131,0.028944263,0.0020050206,-0.004968421,0.0030442702,0.0046959473,-0.0081720445,0.0002941974,-0.0022557725,-0.010730779,-0.008914483,-0.0022278791,-0.008849974,0.030103078,6.1078295e-05,-0.014274482,-0.018215809,0.0033513168,0.15393376,-0.0011086514,-0.017615462,-0.017960683,-0.004942045,0.01527828,0.01211103,0.014595092,-0.024708355,-0.008592923,0.00871226,-0.0020799453,0.0020200806,-0.011515873,0.008949671,0.02026499,0.0022073453,0.0018644842,0.015903536,-0.0025609902,0.0071375994,-0.021652807,0.01844252,-0.0116922045,0.015594863,-0.00756208,-0.015816465,0.006221984,-0.0069535165,0.02309052,-0.009949854,-0.001908301,0.03173972,0.011402294,-0.00045193214,0.013069956,-0.0065789097,-0.00889886,0.005254416,-0.0003522435,0.011201381,0.028225683,-0.018324036,-0.014779422,0.012392844,0.009244012,-0.016051257,0.020961437,-0.0050402726,0.009825967,-0.039115984,0.023077354,0.0012175655,0.008404373,-0.004194352,0.006875427,-0.023115646,-0.022840714,-0.005137297,-0.014819422,-0.0033183512,-0.009295283,-0.012445894,0.0009147679,0.008377375,0.0116833225,-0.014277651,-0.005844245,0.0019505017,-0.072441354,-0.0021674498,0.0012059216,-0.006051385,-0.0019112483,-0.010189621,-0.0053360937,-0.0028585363,0.004278023,-0.009281679,-0.0052578533,-0.010086409,-0.00028586556,0.008679068,0.009874853,0.0013753675,-0.012563104,0.015429806,0.013083149,-0.009312392,0.009261589,0.0235309,-0.011933507,-0.02200385,0.0029292034,-0.015035965,-0.018996017,9.982213e-05,0.021624617,-0.011952195,-0.008014909,0.0106462175,0.0019050931,0.01990082,-0.009909603,-0.014480587,-0.006373642,0.019274175,-0.023895754,0.002188388,0.012206038,-0.01106605,0.010778333,-0.010586898,-0.015427358,-0.021331985,-0.0022133705,0.0016403588,0.0031375354,-0.0001368468,0.0029919846,0.0018843539,-0.009438504,-0.030244209,-0.04192491,0.0053228955,0.026874572,-0.05655151,0.03487532,-0.00791809,-0.027259106,-0.00877474,-0.012680334,0.015581941,0.01852866,-0.0032192548,0.0009418769,-0.012273583,0.022421401,0.017442744,0.0064862487,-0.0138857495,-9.8892546e-05,-0.012111193,-0.014933834,0.016692556,-0.0044890414,0.018021025,-0.0041844216,-0.014481462,-0.002035379,-0.012988661,0.011177615,-0.011376037,0.03637042,0.006104231,-0.016912075,0.007273331,0.00024188324,-0.012032119,-0.0108265495,-0.011837313,-0.0033973951,-0.018158896,-0.010542518,-0.016391637,-0.017695943,-0.0068893638,0.0061700214,0.007071336,-0.017439378,0.0026513196,-0.0072235335,-0.0008282691,0.0017284267,-0.00571327,-0.017381107,-0.0023191047,0.020582499,-0.011032078,-0.0022089358,0.006826204,-0.016396316,-0.013259563,0.009290938,-0.01161521,0.0033804937,0.0108925635,0.006146681,-0.009529227,-0.006490802,-0.01176481,-0.011223684,0.01011714,-0.021603296,0.0034616035,0.002245306,0.014434035,0.0027411222,-0.0008921341,-0.0034126812,-0.009761837,0.007865471,-0.0068824226,0.025962424,-0.0084163295,0.010757861,0.0020427573,-0.010569142,0.018319935,-0.022201875,0.00047140548,-0.01978039,0.01132181,0.0048859767,0.0020468968,0.0019497733,-0.016047908,-0.009538716,-0.03286719,0.002532757,-0.005900754,-0.008287822,-0.00403273,-0.0040507773,-0.003409656,0.010675252,0.010488018,-0.011805365,-0.005483482,0.01745895,-0.0032545757,0.011988649,-0.004915867,0.020793686,0.012910097,0.009835925,-0.0001809903,-0.04034916,-0.014200423,-0.011694615,-0.027717218,0.00676565,-0.0052199145,-0.0074416925,-0.014454376,0.013977646,-0.010840413,0.010304795,-0.062562734,0.019643959,0.0136613175,-0.01935725,0.0019130864,-0.021683102,0.010068199,0.009026371,0.0010683582,-0.0034745943,0.011205954,-0.008054407,0.011875693,-0.011379105,-0.0019754644,-0.00997792,-0.008088894,0.013143083,0.010618973,0.01979753,0.005669481,-0.0050720563,-0.005412501,-0.005663322,-0.023212468,-0.0066185053,0.00577786,-0.0029756904,-0.009145214,-0.01573645,-0.004390436,0.024586925,-0.0018411612,-0.010674276,0.0018299726,-0.022135017,0.010663551,0.008337116,0.008922573,-0.037122767,0.018081563,-0.0071863295,-0.052256674,-0.01215724,-0.010434325,0.004050491,8.86032e-05,-0.007918935,0.010394655,-0.005210832,0.0060060867,-0.015842725,-0.0024863852,-0.010824803,-0.002468218,-0.020261848,0.0015866724,-0.007358081,-0.0124899885,-0.004007201,-0.0022764455,-0.024762485,-0.021394411,-0.0041965228,0.011108962,0.009333876,0.0052070823,0.007042169,0.020014478,0.005517772,6.617719e-05,-0.007276578,0.01529569,8.1093865e-05,0.0051903226,-0.0068584536,0.042323224,-0.0016179599,0.0036388838,0.0010712255,-0.005759836,0.018831763,0.010149936,0.017013198,0.012283295,0.011105209,-0.004403239,-0.09831376,0.013283004,-0.0041045817,0.013128134,0.011939323,0.018958243,-0.009806255,0.051652655,-0.013561609,0.008532833,-0.017645286,-0.012075241,0.012552342,0.023990246,-0.014187157,0.028121503,0.009159641,0.021474062,0.007109555,-0.018214364,-0.010485528,-0.006118438,-0.017546896,0.044815093,-0.0014977544,-0.027253166,-0.014622918,0.0010999077,-0.011004849,0.022545714,-0.008653194,-0.0007657357,0.023517637,-0.016931301,0.028421473,0.0073193987,-0.025767513,0.010501339,-0.007946202,0.019945879,0.01603876,-0.014930768,0.035768636,-0.019547882,-0.010434326,-0.010771161,-0.03365332,-0.00018934524,0.018193929,0.001482266,0.019838022,-0.0046530482,-0.008944699,-0.01179401,0.014463125,0.0005555721,-0.0016290292,-0.026965216,0.0030010995,-0.015990365,-0.01827617,0.013194743,0.0028777877,0.0023581188,-0.0124263475,-0.01235038,-0.045362696,-0.0036487444,-0.017666874,0.019293394,0.02221078,-0.011453165,0.04039729,0.0110132275,-0.0036548811,-0.015667947,-0.014773884,-0.005735609,-0.005531126,-0.0023448009,-0.013210314,0.008101853,0.018424839,0.010691738,-0.017506648,0.00089791376,-0.019041797,0.0042804163,0.0102185635,0.0016817638,-0.008150047,-0.006464888,0.0016768149,-0.0044526295,-0.009830743,0.006686735,0.005708783,0.0030913085,0.0052048475,-0.003744005,0.0037457128,-0.003087626,-0.01046791,0.020820593,0.01388478,0.00049005717,-0.0076560425,0.00621034,0.0049045393,-0.009740574,0.011211606,0.0040482217,0.010865004,0.021840043,0.0002421552,0.0032507798,0.0047985353,-0.0005856566,0.0047732936,0.0044904193,-0.014592556,-0.010288125,0.00039656193,-0.019041682,-0.013877552,0.009625566,-0.028196229,-0.0048322035,0.0016027322,0.019982541,0.023709925,0.012093287,-0.0005075147,0.018724855,0.0064759674,-0.01002493,0.012796317,-0.008250475,-0.043720264,-0.00052251545,-0.014766601,0.01931673,0.014037249,-0.024606142,0.011905385,0.023456128,-0.00027810506,0.00020983133,0.0065093655,4.4428747e-05,0.0006845542,-0.014159377,0.009490652,-0.003741901,-0.022401327,0.015082308,-0.0038978313,-0.009884028,0.014306569,0.0059816246,0.0019188358,0.00997038,0.0011146882,-0.0018349511,0.00817832,-0.0020942213,0.0131116435,0.0014696209,-0.0048542563,0.003244648,0.0032813777,-0.00042074962,-0.0018105044,-0.0088738175,0.02869638,-0.010335041,-0.016874978,0.020761006,0.019905396,0.0009635774,0.012752172,-0.0136916,-0.014919051,-0.010524217,0.010022438,0.011437359,0.012372162,-0.012924705,-0.00478414,0.008766855,0.0018373543,0.020500317,-0.02723463,-0.009763614,-0.02015425,-0.0069497055,0.018385034,-0.0010183192,0.02634767,-0.012870018,0.0009967667,-0.0053070304,0.01587627,-0.007538975,0.010395426,0.0071031395,0.02930813,0.008014578,-0.006146813,0.008300343,-0.01905549,0.001806543,1.1746739e-05,0.023796864,0.0029493216,0.0063210586,-0.0117829265,0.0032337718,0.014655521,-0.017167041,0.02666265,0.0023984057,-0.0057940413,-0.0052945293,-0.0128372265,-0.024162421,-0.01280219,0.0030364946,-0.0013674658,-0.008221617,-0.00064031355,-0.012771222,0.0063811415,0.01176347,0.021981467,0.012851743,-0.034516778,-0.023277046,-0.012837704,0.008700786,0.023828715,0.000804922,0.015329424,0.01566904,-0.00853719,-0.008746498,-0.012359787,-0.0209249,-0.015648644,-0.016900044,0.0054624816,-0.0064638415,-0.026384477,-0.022054678,-0.0038160277,-0.0045694266,-0.0044768676,-0.010071119,-0.0033167661,-0.015700968,0.03616965,0.018822059,0.00076615385,-0.0035677045,-0.042621654,0.007211215,-0.0033253739,-0.007919035,-0.00754244,-0.02215268,0.022386746,0.002836553,-0.015423432,0.006495563,-0.025690248,0.021583423,0.0074804816,0.014137843,0.0040514823,0.0003189067,0.00799975,-0.007887471,0.006997814,0.00056186673,0.002156416,0.0053766784,0.0074860146,0.010176332,-0.004201825,0.008871587,0.004325509,-0.013189499,0.026090669,-0.010717474,-0.008557062,0.0075129224,-0.0047842036,0.0025330556,-0.012708862,0.012093351,0.021485377,-0.027101846,-0.006231345,-0.014671863,-0.016058065,-0.012167048,0.010135879,-0.013527537,0.021117212,0.0045010988,-0.015055212,0.014037963,-0.012937539,0.0055993353,-0.02475171,-0.0056570703,-0.0028347322,-0.023363788,0.0031552275,0.0039784056,0.022446513,0.0045411214,0.0054104263,-0.004361174,0.014196168,0.008096449,0.0045775026,0.010409522,-0.010017705,-0.009013487,0.00158941,0.015386783,-0.009386704,0.00043596467,0.038155686,-0.012616893,-0.00092798274,0.0019936326,-0.0015858784,-0.0074228235,-0.0019230257,-0.01203913,0.011825593,-0.038408376,-0.011900903,-0.005077778,-0.0050166063,-0.008347992,0.013314065,-0.008355302,-0.016891832,-0.009733557,-0.006532237,-0.003974448,-0.006034017,-0.013156299,0.0075132134,-0.006132758,0.011131026,0.00453268,0.0028039909,0.010362806,-0.0008668502,0.004105003,0.0059206816,-0.006271533,-0.0070823682,0.0057332506,0.0031396295,-0.010528586,-0.0118365595,0.02766674,0.003153664,-0.016362468,-0.011496237,0.011868536,-0.010188488,-0.0077040773,0.0058228127,-0.015322373,-0.015392121,0.006173336,0.0074458816,-0.003349843,-0.027273731,0.005800303,0.0005329698,-0.007788527,-0.019492071,-0.017833136,0.0113106035,-0.011617306,0.0049407007,0.012664138,-0.009018446,-0.006295411,-0.018860014,-0.015616378,-0.012987867,0.008801381,0.017176243,-0.030221332,-0.0037102022,-0.016291125,0.0047786143,-0.0063936957,0.005389619,0.017995002,-0.008619524,-0.010220361,-0.004192562,-0.01566347,-0.03052001,0.0155615825,0.022236928,0.02442871,-0.012709457,0.012735847,0.011757273,0.008232405,-0.014131828,0.0059449314,0.0005853845,0.017695637,0.019794196,-0.011941348,-0.0043801297,-0.0059475335,0.041238703,0.019614372,0.0038363882,0.019548431,-0.00680251,-0.008103818,-0.014107391,0.014577357,0.0077712312,-0.02899424,0.002518308,0.029563002,0.0026214537,-0.0012204397,-0.019013114,0.0011874406,0.004865994,0.00011994782,-0.0006516281,0.014755642,0.0062837643,-0.0018623653,-0.00945403,-0.023230808,-0.01584669,-0.003539805,0.006870237,0.006833855,0.005584669,0.009291246,0.004353444,-0.024669465,-0.009623707,0.009378966,0.01883387,0.0035101287,-0.027407164,-0.019004257,-0.012124132,-0.0026916284,-0.013358584,-0.0023400607,-0.018532662,0.019417085,-0.031460572,-0.015461229,-0.0024203435,0.012084584,-0.011567571,-0.013878693,-0.006259717,0.013047827,0.0012967542,-0.016007243,0.0076670656,0.009712756,0.008682325,-0.008564361,-0.0026509878,-0.00749248,0.0058977073,-0.014832028,-0.017082637,-0.004401984,0.008946351,-0.029044395,-0.019409195,0.0028258883,-0.013017659,-0.0033953656,0.013896092,-0.000952568,0.0049716355,-0.01073323,0.012781464,-0.007949066,0.013076675,-0.024252484,0.0021372102,0.0020752957,-0.0099248625,-0.015436762,0.0090184845,0.022072693,-0.0008529465,-0.013390682,0.015094486,-0.023983449,-0.002017965,-0.014738665,-0.0022020962,0.03054969,0.013035968,0.00050195935,0.0034525434,-0.010811916,0.01370259,-0.017629985,-0.013617329,-0.0030675004,-0.00026611023,-0.016632568,0.028304959,-0.0069800075,-0.0048670243,0.011619745,0.0101112295,0.008734077,0.011511532,0.026490575,0.021194413,-0.028808352,-0.022750545,0.007574669,-0.021267487,-0.011586837,-0.019398738,-0.01807414,-0.016403347,-0.025624469,-0.032271642,-0.0022582978,-0.038064864,0.0009283402,-0.028092815,-0.0071496987,0.0023995459,-0.006309152,0.010509639,0.011232918,-0.0029787666,-0.0077511477,-0.01276267,0.009334841,-0.02568285,-0.006381033,-0.030387053,-0.006471896,-0.008112866,-0.0092330575,-0.0024546327,0.0011818327,-0.02462698,-0.03741006,0.03164649,-0.0051429616,0.014529452,0.008122516,-0.00078297744,0.010849021,0.0078851255,0.0023961319,0.0051627336,-0.005140332,-0.02152499,-0.0072463844,1.3014259e-06,0.007158984,0.021449668,0.01758446,0.012608313,-0.0026447296,-0.010003426,-0.013991418,0.011732106,-0.00037961343,-0.00651808,0.020210275,-0.02076246,-0.02220628,0.014304194,-0.006030166,0.029493878,-0.001727284,-0.0073717902,0.0144092655,-0.0061929817,-0.000617064,0.019342884,0.01821708,0.01688295,-0.0068143564,0.014406677,0.0019063668,-0.004730369,0.012771539,0.0024968756,0.001176811,0.023987936,-0.0152389025,0.017688856,0.010352147,-0.020331437,-0.0068086553,0.0121204825,-2.5935593e-05,-0.008497443,0.0148932915,0.0126034,0.0008347802,-0.019844426,-0.0035780368,-6.4535016e-05,-0.013276181,-0.0058884877,-0.01575604,0.026573623,0.021263614,-0.011230991,-0.010800026,0.0134807285,0.010290502,0.019001832,-0.014148044,-0.008927335,-0.0038347794,0.006042812,-0.011205258,0.023705037,-0.028399605,-0.008349249,0.022874925,0.014125446,0.008487381,-0.008112428,0.0071572755,0.016566401,0.0049668797,0.018880665,0.012367626,0.03138946,0.016274996,-0.019478476,-0.020642329,-0.013887257,-0.013010778,-0.003882982,0.02199668,-0.013232289,-0.0057201968,0.0096049085,0.012662023,0.018750066,-0.011957012,-0.0023214708,-0.007469203,0.020298483,-0.0027700427,-0.003965227,-0.0026284563,0.008861584,-0.0008356516,-0.0015701075,0.0033020198,0.014906945,0.007509721,0.016938945,0.022003992,0.15890491,0.12455156,0.018558988,0.00330049,0.010195427,-0.026266169,-0.0061208946,-0.0071314797,-0.009050023,-0.01758591,-0.02897216,-0.010591254,0.023255726,-0.015343057,0.011702415,-0.006192074,0.018403202,0.00072774314,-0.005406361,-0.011789548,-0.013257844,0.01684527,-0.0019549727,0.014602267,-0.009299193,0.010825776,-0.014573723,0.020494925,0.0051106447,-0.020140663,-0.019134788,0.000952429,-0.037036274,-0.022216951,0.01871432,-0.010008704,0.004650527,0.038465556,0.0034701615,0.006542149,-0.036104314,0.005291407,0.008635099,-0.017659461,0.008157161,-0.014207114,-0.008712324,-0.017530564,0.0019787706,0.01530215,-0.005171599,-0.012427547,-0.024196096,0.011460125,-0.01591683,0.0141335055,0.030754788,0.0128126135,-0.028117964,0.0067613237,0.024099672,0.015167231,0.016837377,0.010930399,0.01638553,-7.31234e-05,-0.027927302,0.0038976993,-0.00982884,0.0075679263,0.0132885175,0.019519446,0.0048614005,-0.0118963625,-0.009889777,-0.0060455375,0.007396643,-0.0064208396,-0.021433994,0.01977185,0.007395575,0.0033563224,0.0020198212,0.01776472,0.0031631328,0.0047742142,0.0037350205,0.029732542,0.10318178,-0.018937914,0.0018365097,-0.016937245,0.008853927,-0.002259056,0.0017842061,0.043994054,-0.0003289443,0.00020617498,0.0037832197,-0.0016890338,0.02063705,0.019469889,1.4701648e-05,0.013970827,0.028588356,-0.0017633924,0.019420274,0.010703968,-0.034047578,0.0009392489,0.016023748,0.017156402,-0.002890392,0.033876687,-0.017543903,-0.014130146,-0.012511743,0.007084615,-0.10572852,-0.029142618,-0.021753643,7.353537e-05,-0.015576059,0.016632896,-0.004685992,-0.015636366,0.006597074,-0.0038559497,-0.010494861,-0.011442568,0.0019611116,-0.016905613,-0.0069918525,0.010078892,0.01287691,-0.015843833,0.0035459166,0.0060847066,0.010279445,-0.009129882,-0.0051520513,-0.00010920986,-0.0011560251,0.0046968046,-0.015874166,0.018321268,-0.013049711,0.011847407,-0.013633755,-0.0025923355,-0.01600735,-0.0002425964,0.01869631,0.02464843,-0.0074141617,0.014272574,-0.027908219,0.032702632,-0.009522116,0.0022710455,-0.017314417,-0.029809667,-0.010133515,-0.0044612917,0.010805323,-0.023595398,-0.024210865,0.01642259,0.016273074,0.008937688,0.0009680054,0.00035477953,0.0058407094,-0.007684328,-0.00748117,-0.0030158248,0.013173568,0.008940311,-0.0088665355,-0.0055206823,-0.028132033,-0.0066248667,0.014151046,-0.002087759,-0.0077468455,0.0024235374,0.011354633,-0.016099922,0.006396815,0.0027756453,-0.009533847,-0.012014307,-0.0047161756,0.007854519,-0.0022222493,-0.019473102,0.008017671,0.014210203,0.013424112,0.007516569,0.013950673,0.12291571,0.007568157,0.010104943,-0.013682487,0.0056451177,-0.03476623,0.0027394872,0.008307435,0.0045882734,0.00044251926,-0.011407772,-0.0072358386,0.026087912,0.0017047209,0.035163123,0.011874355,0.027061006,-0.010216595,0.035812482,0.0030954988,-0.006605628,-0.0022705297,-0.005472865,-0.0019905758,0.02564012,0.025936395,-0.030279113,0.016699057,-0.008868086,-0.008721719,-0.0035954367,-0.019031364,0.002420742,-0.01041189,-0.018766653,0.010456649,-0.018550752,0.008363114,-0.018502938,-0.016151447,0.020002853,0.018698798,0.017829312,0.027195435,-0.048124515,0.19779159,0.010530098,-0.015857363,0.00952551,0.0019024495,0.006931032,0.0026086376,0.003094375,-0.007663189,0.003055817,0.0046712984,-0.0023867863,0.0043713097,0.0035000907,0.0052360846,-0.016796302,-0.00026155397,0.005288102,-0.026676249,-0.025794331,0.001429963,0.0072859447,0.011938921,0.0062732045,0.00013126276,0.00900215,0.013887357,-0.005243599,-0.0034435226,-0.007812857,-0.010522015,0.008369097,-0.017564604,-0.0063294973,0.0040581706,0.0005827828,0.0035189,-0.0010279433,0.0043077483,9.496072e-05,-0.0015436482,0.0051777433,-0.005183186,0.030200785,-0.012391142,-0.0017366022,0.009920947,0.0116049005,-0.00015787431,-0.0037248628,-0.0023742449,0.018624043,-0.003041031,0.00914312,-0.0022255844,0.01620607,0.017804284,0.013869677,-0.012501969,0.0015997926,-0.02245433,0.008942169,-0.0040767784,0.008479109,-0.004764558,0.02193349,-0.012260302]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 138,
          "content": "Southeast Asian street food sellers hit by soaring packaging costs",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.010314848,-0.004691794,-0.0069334786,-0.077587105,-0.0017159267,0.02656812,-0.02967651,-0.0001729932,-0.016287848,0.008078653,0.0020760521,0.013156092,0.03382778,0.0021492613,0.12712066,-0.016739862,0.018301064,0.021244694,0.030582638,-0.010213432,0.015394298,0.01976992,-0.008213582,-0.010359155,0.021099338,-0.017908094,0.039374,0.013180523,0.01222169,-0.00085677335,0.02875961,-0.016000161,0.018055787,-0.023036482,0.008617454,0.0048582396,0.0010917642,-0.015732802,0.036443096,-0.003853472,0.0014655117,0.027822122,0.018263714,0.010393832,-0.032523166,-0.0097065205,-0.0035242392,-0.042093508,0.004994947,0.012023064,0.004739272,-0.044228967,0.010180476,-0.16476855,-0.062638745,0.015682979,-0.017149689,-0.008531524,0.01766035,-0.015349722,-0.0046704668,0.005535156,0.009032275,-0.0029122604,-0.0069207177,-0.022878306,0.012403729,0.0058755926,-0.030561218,0.022323431,-0.008572484,0.048458472,-0.03323591,-0.023018524,0.022324365,-0.010036013,0.020143364,0.022095207,-0.035047397,0.013830341,0.007937774,-0.027069893,-0.0010106341,-0.038734887,0.032768898,-0.013747047,-0.011205804,0.009679465,-0.03216713,0.026716448,0.0026637327,0.00560008,-0.009160115,-0.009515451,0.006230848,-0.0013139148,0.014676626,-0.011481191,0.022143506,-0.027288236,-0.007969092,0.011959737,-0.002334496,0.04291026,-0.0014815392,-0.006066855,-0.0074041057,-0.009888932,0.008173625,0.0051264414,0.0075161625,0.0317323,0.012750181,0.024209011,-0.036663003,-0.11763384,-0.0017392082,0.0077387104,-0.035634063,-0.01541391,-0.037849214,0.00831039,-0.004394484,0.008712715,-0.014395808,-0.0028309822,0.022569042,0.038824566,0.026768664,0.016147107,0.016395124,-0.0040861224,0.014048741,-0.0007912056,-0.027174218,0.032103155,0.022463245,-0.009737846,-0.016604787,-0.01219932,0.003203347,-0.0018283812,0.011371307,-0.018210568,-0.022666534,-0.04516372,-0.015761495,0.03503576,-0.001062688,0.013211566,0.0073570716,0.029098278,-0.024652129,0.016951706,0.013158169,-0.024036504,0.013159142,-0.003284512,-0.007944237,0.0023740414,0.015380814,-0.022578603,-0.008754703,-0.02913714,-0.00350785,0.021945748,-0.009674251,0.019669455,0.022133628,-0.008146818,-0.0030020468,0.04040764,0.009758607,-0.016283069,0.003313502,-0.01633147,-0.025559649,0.014192556,0.025157172,-0.003922864,0.013592309,-0.02075649,0.0058597326,0.035135727,0.0056976816,-0.012385973,-0.01180309,-0.0017044715,0.029548785,-0.0063836947,-0.0028898255,-0.022186348,-0.012400618,-0.033587478,0.012655028,-0.017218402,0.0072547183,0.031300355,0.01680788,-0.012408318,0.015276579,0.016062975,-0.015341777,-0.008674905,-0.0069348365,-0.020920865,-0.0059298966,-0.0200631,0.02356391,0.0058127595,-0.0037599949,-0.00199865,0.0051079327,-0.00540767,0.026983565,-0.009662312,-0.003868547,0.00095037895,-0.0064297644,0.005008266,0.0018226237,-0.017061628,-0.019118827,0.018530356,0.031329233,-0.00059556897,-0.01535704,0.014661658,-0.028721372,0.00025661476,0.0051938044,0.03159141,0.032396875,0.0091551095,-0.02358336,0.0125473235,-0.008716617,-0.018823825,-0.00989065,0.032919805,0.013534765,0.021455476,0.011323196,-0.0053120945,0.008338056,-0.009155507,0.006994999,-0.015427227,-0.015417577,0.0010608706,-0.01734049,-0.012331121,0.009538571,-0.013946474,-0.0032026377,-0.011228036,0.019251518,-0.0069670416,0.012541808,-0.0027285593,-0.01588901,-0.008547977,-0.0063961213,-0.039444886,-0.0082065035,0.022326807,0.014325415,0.016916191,-0.01787717,-0.0121865375,-0.034544576,0.023605354,-0.016701194,0.016091129,-0.008877198,0.014081011,-0.046151232,0.02572077,-0.011941385,-0.0055892626,-0.002346475,0.00034150085,-0.0025785433,0.017544078,-0.018928055,-0.021674424,-0.031113146,-0.02599693,0.03181576,0.007087793,0.013418646,0.025470851,-0.010525746,-0.017465627,0.009326315,-0.013984866,0.013867423,-0.0026824614,-0.04380767,-0.01177179,-0.00752524,-0.016360046,0.0005518372,0.053353798,-0.002129449,-0.01675655,0.009726128,-0.0014714616,-0.020670237,-0.004689238,0.006053766,-0.010619183,-0.0076463665,-0.028960979,0.0001065259,-0.015820818,-0.013013464,0.012586006,-0.0073685,0.01499517,-0.011441071,-0.011973582,-0.012915814,-0.009382392,-0.019879417,0.01815425,-0.0071380003,0.013489676,0.00031452088,0.007644895,-0.013614152,0.005148397,0.020214308,0.0009852356,0.005912289,-0.0045569725,-0.0033931541,-0.036630332,-0.02039542,-0.004835999,-0.022137895,-0.015531568,-0.005056905,0.023396425,0.004347477,-0.0019648797,-0.004874585,-0.026908467,-0.018593203,-0.0487207,-0.0047658104,-0.0042779865,0.02182358,0.0013007957,-0.022667432,-0.0127256205,-0.016908985,-0.01106213,0.029074105,0.0036652843,0.008637075,-0.016765395,-0.019523408,0.0042223707,0.026479578,-0.0030664813,0.006248752,0.0058260174,0.024832185,0.011595552,-0.025365854,0.021413399,-0.015152731,0.039734285,-0.003971116,-0.010136709,0.017594729,0.007514826,-0.03108329,-0.0105765555,-0.024378613,0.0121959755,0.007514704,-0.03903319,0.0064740917,-0.022613768,-0.00052366767,-0.0018555049,-0.011622189,0.026564658,-0.040245242,-0.027583718,0.0035504345,0.010349028,0.0024676612,0.019095847,-0.017122595,-0.01638201,-0.00052427925,0.022276266,0.0072853854,0.0027922858,-0.015631357,-0.0052067754,-0.017854903,0.025598058,-0.002651181,-0.006340833,0.011004341,0.020546757,0.005509061,-0.01729,-0.005763315,0.0039808974,0.037651595,0.03212917,-0.025021562,0.020701448,0.007112979,-0.012445016,0.004334637,0.027191127,-0.015917487,0.020085799,0.0028366738,-0.004930881,0.0017923942,-0.0073352805,0.017982317,-0.020393385,0.006076833,-0.019541644,0.012721613,0.012546112,-0.0012089424,-0.0013275523,-0.006696609,0.000990858,-0.0059469314,-0.009496915,0.015618672,-0.00081932795,0.013758967,-0.010594865,0.0062147314,-0.022233222,-0.0063405368,-0.04687914,-0.012248718,-0.014248521,-0.012763439,-0.0186741,-0.00094505167,-0.008014454,0.01686386,0.011995461,-0.018150687,0.0014547055,-0.022101162,0.024676178,-0.0015217229,0.01582272,-0.020509483,0.023287917,0.0070256013,-0.009198715,0.02800214,-0.047794092,-0.0044164155,0.024218338,0.0062222728,0.01079792,-0.02975603,0.0106311515,-0.001531761,0.012654268,-0.020107986,-0.00022773708,0.007431954,0.0043818643,0.02781826,-0.008166132,-0.01301287,-0.020843502,0.0005414682,-0.014757462,0.0070791272,0.000146701,-0.018037489,0.011988672,0.038374614,0.0059140036,-0.011406007,-0.028831178,0.0057424163,-0.008866509,-0.0074887914,-0.019924264,0.016475441,-0.020019144,0.022127597,-0.002767715,0.00873937,-0.0006615287,-0.0052160863,-0.002475691,0.006469097,-0.006210893,-0.021438163,-0.03033879,-0.011160034,0.017989907,0.008116689,0.0013497458,0.02335135,0.011750353,0.00093846355,0.011211523,-0.019248024,0.018545344,-0.018451765,0.015916958,0.01223635,0.015710065,0.037690546,0.005079253,0.0045672986,-0.017178563,0.02998123,0.032318186,0.017631637,0.027337141,-0.006739649,-0.0012122846,-0.014953424,-0.015348999,0.03171333,0.03571962,0.012458846,-0.019971786,-0.025952201,-0.011925404,0.004084454,-0.018867435,0.020280378,-0.060408752,-0.022931268,0.010031384,-0.030037005,0.012475049,-0.01025705,-0.015335888,0.00094317406,0.026346853,-0.0116324695,0.012711865,-0.023890119,-0.030015638,-0.019044433,0.0015546333,-2.4101448e-05,-0.011104602,0.024467893,0.0029294202,-0.015061048,0.020587109,0.025480542,-0.015048955,0.020924594,0.030469423,0.015377751,0.028015578,0.04517657,0.039635252,-0.0012164743,0.012616519,0.0071462677,0.018954318,-0.009036241,0.001602967,0.013255151,0.0006797594,-0.021624133,-0.01031465,0.027981777,0.006814792,-0.0071251113,-0.018974435,-0.02811758,0.008351348,0.011198597,-0.008917082,0.016540337,0.02023269,0.026978329,0.00263971,0.0013450083,-0.005721192,0.013684843,0.0286787,0.0035516508,0.0036887496,-0.0261997,-0.004022503,-0.009669114,-0.004507223,-0.0014386765,0.0041261413,0.0007122438,0.0033451444,-0.014891195,0.0154472375,0.0023849476,0.008504412,0.007783547,-0.020528419,-0.0015583269,0.027929826,-0.013605162,0.014954778,0.017170139,-0.017018432,-0.02689495,0.029104268,0.03564129,-0.018703068,-0.040027767,-0.056269728,0.011111491,-0.012797855,-0.038645264,-0.0136689935,0.029197114,0.0016281217,-0.03385544,-0.001497778,0.027591651,0.008793118,0.01684552,0.019573543,-0.012334491,0.0029317192,-0.019694312,0.012953504,-0.008229244,-0.022154579,-0.013583014,-0.0033778085,-0.0073407157,-0.0032373345,0.010044627,-0.026793642,-0.0050390414,-0.0031896469,0.020080088,0.012495264,-0.008401946,-0.0012990112,-0.12555444,-0.01174563,0.0044514774,-0.033019133,0.025203384,0.018122714,0.021716462,0.012421355,-0.0073929974,-0.019256704,0.00250235,0.0063422304,0.0018537098,-0.010667274,0.050114896,0.12797938,-0.0036925294,0.009364859,-0.0028619184,-0.021818053,0.008773501,-0.008060443,0.0019665747,-0.021023601,-0.0066686315,0.025558745,-0.016981076,0.011051393,-0.01855241,0.015279758,0.013996449,-0.020639436,0.022472018,0.01843017,0.016266324,0.005606339,-0.015842224,0.010444075,-0.0069022225,-0.024596842,0.046927087,0.00019329961,-0.0073210383,0.023010656,0.03787432,0.035175923,-0.0048780395,-0.011773469,-0.0011391769,-0.017499253,-0.04150711,-0.07796592,-0.0004275066,0.008284613,-0.021835594,0.009768048,0.023593485,0.015049501,-0.022479335,0.008878016,0.016575342,0.007739959,0.00475047,0.022108046,0.0052057425,0.01534277,-0.004439608,-0.012914262,-0.01267069,-0.012441021,-0.016368216,0.014669346,0.038232096,0.0028394677,0.009432534,-0.0030627204,-0.011409014,-0.015456518,0.023272708,0.0025360994,-0.024203887,-0.010971176,0.014218632,-0.011926392,0.011088948,-0.0028182366,-0.02085567,-0.015272422,-0.011869352,0.023166947,0.030157344,0.010436817,-0.011929209,-0.019208258,-0.0048773433,0.0017714505,-0.007018433,0.016772296,-0.007760492,-0.010051995,0.023808079,-0.033215377,0.0008778091,-0.002933747,0.0005428292,0.020464836,-0.0043556555,-0.027384853,0.015002765,0.017910026,-0.002353897,0.003958624,-0.01139452,-0.003275456,0.013069438,0.0074691935,0.012337018,-0.01325012,0.014527038,0.0025040158,0.01980972,-0.00843276,-0.018241463,0.002218994,0.009537985,-0.01080589,0.002875441,0.011989552,0.007593231,-0.027116746,0.018870069,0.0061344467,0.015527484,-0.0016925607,0.014251627,0.0093076425,-0.007206655,-0.014704213,0.0034667838,0.0034225679,0.006036081,0.019072726,-0.00058573706,-0.0217531,0.023192268,0.0010435967,0.0024720477,-0.013658472,-0.007863346,-0.0036423143,0.03019152,-0.0074467543,0.0034747296,0.01800799,-0.005949403,-8.698084e-05,0.0020228876,0.014564891,-0.013470399,0.008525088,0.009005182,0.009129478,-0.005261929,0.014892991,0.01507933,0.0059361225,0.0005157129,-0.0045648697,0.011766353,0.017206583,-0.008227572,0.009577175,-0.01035916,-0.012836351,0.012098217,0.0072265193,-0.004124992,0.011250663,-0.0019174131,0.0018479939,-0.005833025,0.007416097,-0.0014919449,-0.010295929,0.00049489917,0.015887618,0.0012908117,-0.005642069,0.0090410095,0.0028771341,-0.012630798,-0.0063295932,0.028138136,-0.0010431589,0.0042328523,0.013708753,0.0061776275,0.0038391745,-0.004618712,0.0050133476,-0.012701532,-0.008365116,-0.009462882,-0.007329661,-0.011216503,0.007356312,0.0050541246,-0.0045568766,0.020829972,-0.0020690018,-0.0018308341,-0.008188973,-0.004550291,0.020225234,-0.011478288,0.019474331,0.012709609,0.035609525,-0.002103185,0.0124799,-0.00884174,-0.026000233,0.010409146,0.0025430531,0.0019992585,-0.010852238,0.019617874,0.004829685,0.00043383826,-0.0037326429,-0.0068721245,-0.0073252334,0.015254061,0.00693125,0.0019467747,0.009121636,0.009132567,0.018122546,-0.0025343234,-0.0025124508,0.0037301125,-0.00465095,0.004578476,-0.0022586002,-0.0063595697,0.015572764,0.0012413259,-0.008721107,-0.009813584,-0.008753526,-0.011919497,-0.0012354752,0.007937832,-0.0058572534,0.0102872085,0.016078398,-0.020749222,-0.0005139623,0.011714161,0.0017667195,0.026011879,-0.016617998,-0.005142234,0.010778937,0.00274429,-0.012534834,0.011522963,-0.009007128,0.00016533693,0.009795367,-0.0023968928,0.009302334,0.020174569,-0.02005879,-0.0012247654,-0.002646197,-0.025591686,-0.0024174545,-0.0017206278,-0.0044618016,0.018713666,0.009554471,-0.0115356315,-0.008903203,-0.014654444,-0.0070069097,0.001050862,0.0017158742,-0.0069629666,-0.011792479,-0.0057135476,0.001471239,0.0017494771,-0.0008689088,-0.0041787317,0.0010174371,0.0039489386,-0.0015781842,-0.012769999,0.0020867593,-0.005318033,-0.0020540925,-0.0075876303,-0.0017800552,-0.00306504,-0.013286459,0.0036733197,0.024339179,0.0093320785,0.010795641,0.080743864,-0.009761326,0.018122047,0.0031166524,-0.00010978161,-0.0128028905,0.005813118,-0.0069596954,0.00072764285,0.00810545,-0.0013121205,0.006664996,0.0143536925,0.004453487,0.007692934,-0.002477265,0.0083883675,0.0087909065,-0.0008528481,0.01641503,-0.012184764,-0.014446902,-0.009175176,-0.020531138,-0.0019074389,0.0002643841,-0.008605753,0.00940718,0.026736377,0.017929858,-0.002675072,0.012962425,0.006303231,0.008642189,-0.018315136,-0.00037497448,0.010767868,0.0066981902,0.02536694,0.002150329,0.0109172715,0.005609197,-0.0032156478,-0.025632946,0.020641023,-0.0015829218,-0.016444605,0.00514074,-0.0019642357,0.0035783227,-0.004577022,0.012332373,-0.009557541,0.0035060844,-0.00065925176,0.0014366321,-0.00086410646,-0.0077263745,-0.008267165,-0.0041548866,-0.006167107,0.01916854,0.009344724,0.007305317,0.002798039,-0.01432315,0.013145679,-0.0003787981,-0.010230483,-0.013839903,0.0022360536,0.010572241,-0.007860928,-0.011618974,0.016983861,-0.0095886225,-0.016620545,0.0063536246,-0.021822851,0.002246992,0.020740043,-0.016116496,-0.0038615768,0.0023354222,0.0031478906,0.0063260947,-0.0055635893,-0.0066376305,-0.010697072,0.006515413,0.0005093939,0.0009858377,0.01218684,0.0057751522,-0.0032814192,0.008076409,0.03586722,-0.012518945,0.004887802,0.00758272,-0.0051927427,-0.00914455,-0.0068194233,0.0038303402,0.016202522,0.003377434,0.010589019,-0.01280035,0.0015189493,-0.007819112,-0.009731563,-0.0021807235,-0.012841606,-0.008792963,0.031078871,-0.010158668,-0.013691545,0.0076154107,-0.0050331964,-0.0032096084,0.0031110093,0.004118396,-0.010178936,-0.0032526702,-0.013751468,-0.010233259,0.0049884035,0.0005472984,-0.0051701004,0.02566454,0.0026040936,0.010936688,-0.010213632,0.013698969,0.016198108,0.004813461,0.016209366,0.013484206,0.015099688,-0.007571084,0.003293452,-0.0132284155,0.0048323665,-0.014186156,0.0012093708,-0.00016540776,-0.00819174,3.6988757e-05,-0.0065628006,0.0022994035,-0.00025140718,0.0021194047,0.009920051,0.005330783,-0.010886737,-0.005662034,0.0058013545,-0.0067607923,-0.0072761634,-0.023477698,0.0026245522,0.009748331,-0.0009695663,-0.0063029635,0.0022044636,-0.001403056,-0.0055786786,0.0022086748,0.0043091443,0.014119884,0.008262859,-0.007954501,-0.0023467338,0.007644146,0.011198545,0.0023081098,-0.0066947537,-0.025127271,-0.026946304,0.0019548624,-0.0050440202,-0.011014562,-0.0050157732,0.0053763255,0.0022447682,-0.0022912286,-0.00783735,-0.0028784003,0.016395763,0.0020342951,-0.0041143475,-0.013012947,-0.016516171,0.0054484345,0.015358211,-0.004542171,-0.01787675,-0.0001438339,0.008266716,0.006802312,0.004874415,0.005858991,-0.0061591794,-0.0032066659,-0.0065694223,-0.012810688,-0.010991391,0.013352747,-0.0120176235,-0.0044786283,-0.0012584436,-0.006407907,-0.005811768,0.017967263,-0.0041442714,-0.016172407,0.013597157,-0.017965017,0.0087687215,0.0011937681,0.0047880434,0.018836081,0.009834643,0.0064505627,9.686597e-05,0.009041643,-0.0031529183,0.0058524283,0.0022787915,0.012254073,-0.0053767115,0.0055900346,-0.016586017,0.0062036165,0.017004002,0.018629827,0.0056602913,0.0048110527,0.00047305296,-0.007971104,0.014629168,-0.0052611507,0.002442311,-0.0040339967,0.009383769,-0.0028727776,-0.00019718258,-0.0059206416,-0.0057441317,-0.001693496,0.012105758,-0.020680126,0.0036622859,0.0055231475,0.017978344,-0.0027790226,-0.019934947,-0.05973226,-0.002813053,0.0030818202,0.005653071,-0.0012321401,0.027750399,-0.001762119,-0.015873503,0.011955769,-0.00052150496,0.01740287,0.00059769256,0.014451457,-0.00042426653,-0.016273703,-0.008284131,-0.004675754,0.010837806,-0.01224364,-0.0065220706,0.0011493778,-0.021215625,-0.018979723,-0.001051621,0.012732306,0.008734346,0.02928289,0.017261561,0.0018974546,0.018456265,-0.0071040713,-0.009325719,-0.0033394983,0.0022429433,0.0071192747,-0.004936621,0.010717778,-0.010843361,0.0050792764,0.006006567,0.0017073401,-0.008035335,-0.0077951085,0.014699033,0.013515835,-0.0013496339,0.010108782,-0.016634649,0.016573608,-0.0014909102,-0.006959688,0.018397793,-0.005046449,0.0038925593,0.011227709,-0.023265494,0.027119162,0.003640964,-0.016255409,-0.0058164545,-0.0075889556,-0.012543102,0.0061469353,0.023811104,-0.0048096087,0.012546129,0.011592306,-0.014266462,-0.012306532,0.005562414,0.015485889,-0.01474864,-0.0069402196,0.0070410473,-0.0067254696,-0.0014949614,0.00085238914,0.0053407284,-0.012212136,-0.0029849731,0.00015035363,-0.0055202795,-0.010517042,-0.0152105205,-7.9565165e-05,0.00029869875,-0.00634259,-0.022784146,0.014345118,0.01464287,0.0014882511,0.022129605,-0.00057728356,-0.0049202708,-0.014760079,0.016930485,0.003948304,-0.012041159,0.01167488,0.020023437,-0.0023293998,-0.008367921,0.0012013481,0.018804,-0.011164628,0.015872221,-0.017438348,0.012807303,0.007866239,-0.00017088819,0.010449644,-0.00020612891,0.00851247,0.007867758,-0.0018902572,-0.011618937,0.015394876,0.0016142083,0.002361568,-4.7726102e-05,0.0127849635,-0.0070351637,0.011692264,-0.016903443,-0.005134028,0.000754756,0.017090062,0.014146561,-0.007815977,0.005393826,0.024814418,-0.009447609,0.025164051,0.012305456,-0.013704749,0.004970695,-0.0017037739,-0.01845685,-0.0056504793,0.007540871,0.00028949484,-0.0013646135,0.01923703,-0.014689922,0.0068896357,-0.002793231,0.008256291,0.007872796,0.0057830648,0.011629279,-0.003598131,0.010200874,0.015748229,-0.0024679597,0.0007978321,-0.026651956,-0.003491875,0.005605922,-0.0037917197,-0.010591853,0.014382722,-0.0011591295,0.008550418,-0.008889057,-0.0022548228,-0.018735223,-0.0065238317,-0.017417697,-0.018528223,-0.007442978,0.008969351,0.0048600226,-0.011975545,0.04922536,-0.013598314,-0.013706887,-0.003662629,0.013281756,-0.0063671735,0.0063283485,0.012218721,0.0037175466,-0.003436648,-0.010048966,0.0133788595,-0.014049582,-0.0017426861,-0.00034126587,0.0069969343,-0.014912075,-0.0060110125,-0.024223827,-0.023406023,0.010675333,0.007964876,-0.006564728,-0.001678464,-0.012554398,0.0025727567,0.0016481411,-0.00020646073,0.0029927942,0.0050482317,0.012688201,-0.011673517,-0.0822095,0.0015154498,-0.012039661,0.017485423,-0.01116359,0.0019117676,0.007489376,-0.014750056,-0.0011915327,0.009570284,0.008257799,-0.016189247,-0.005489394,-0.009019041,-0.0027857646,0.01100369,-0.0017531019,-0.00060486153,-0.017455045,0.0026080695,-0.0051813237,0.012675581,-0.013219153,-0.000766601,-0.011180754,-0.021212518,0.0010363031,0.017008264,0.026667597,0.0020347259,-0.018056262,0.005630608,0.016445436,0.0052147945,0.01862869,0.013014058,-0.0081353765,-0.0028658179,-0.12851387,0.007928988,-0.0036566092,0.008671347,0.004069523,0.011180873,-0.014856753,-0.022154182,0.007973448,0.014727562,-0.009332405,-0.011395027,-0.015696026,-0.01581562,0.017788585,-0.012068945,-0.0141412085,0.010898043,-0.018471662,0.00820648,-0.02281976,0.004139945,0.012133797,0.011014799,0.0008710529,-0.0077283205,-0.0047524357,-0.024475839,-0.0028354628,-0.0054338174,-0.017450636,0.016096612,-0.009019036,0.009695531,0.0012995779,-0.0039942074,0.007049194,0.0038816582,0.008990143,3.382891e-05,0.006396275,-0.0060426393,-0.016240792,-0.003576368,0.005625698,-0.00090005837,-0.020927224,0.0042837877,-0.015273264,0.0031709007,0.010229282,0.006582902,0.013102484,-0.009281322,0.016619744,-0.010164255,0.014604262,0.0010101616,-0.0048085484,0.016185377,-0.010453484,-0.0010473438,0.0019164196,0.0035370372,-0.0044794427,0.0039383136,-0.01309256,0.014102053,0.0048356457,0.0035698903,0.0052099763,0.014287384,-0.0045868447,-0.0019244038,-0.008486201,0.0024187309,0.0034769163,-0.0053276927,-0.009102863,-0.0029225985,0.015889665,0.008030261,0.0054612127,-0.007950136,-0.006963218,-0.013249234,0.0045241537,0.023494896,0.016318176,-0.049655605,0.004357497,-0.009571806,0.009674245,0.006452718,-0.0079873605,-0.033162426,-0.012085403,0.014142663,0.0055980184,-0.022263398,0.0058612153,0.013091763,-0.0034104793,0.024367314,0.001242948,0.0011924689,-0.0014157334,-0.012638725,-0.024618981,0.0040620505,0.0051659434,0.00032256497,0.0014908527,-0.009800081,-0.011059993,0.0026999952,-0.0065670265,-0.012482112,0.0040408596,-0.018009784,-0.012951965,0.011221927,0.01632137,0.005582213,-0.009116928,0.0013373937,0.008198263,-0.010577049,-0.01720301,-0.008250596,-0.008187487,-0.020584438,-0.0064721582,-0.002418923,0.008615622,-0.0015774509,-0.012847774,-0.0022964396,0.026088761,-0.015617887,-0.0018187189,-0.009085463,-0.0032929627,-0.009755414,0.0054774573,-0.005973898,0.0058496287,0.012763033,0.007415893,-0.008947581,-0.011911182,-0.005046674,0.017805615,-0.013436229,0.008400966,-0.010483428,-0.008939052,-0.008690036,0.0006026067,0.006399677,-0.0055909366,0.0005744778,-0.0071204556,0.01141788,-0.0049702786,0.012485019,-0.011986653,0.017635703,0.014067586,0.009371277,-0.005888122,-0.003340067,0.030539297,0.013257393,-0.016419213,-0.008033346,0.027850442,0.022341814,0.020661334,0.010663425,-0.0062340675,-0.0045750923,0.00017337938,-0.036895048,0.011668018,-0.031449094,-0.007896273,0.004001996,0.03727587,0.006285789,-0.024126519,0.013340528,0.009908674,0.017886406,0.010423501,-0.009930884,-0.007929943,0.0017805857,0.015185315,-0.010119629,0.030152317,0.001702365,-0.0033121419,-0.17548549,0.0030154353,-0.0131023945,-0.029322028,0.028708145,-0.026279982,0.0038895737,-0.014957336,0.049751326,-0.023581628,0.012738138,-0.0055662515,-0.008623816,-0.013308628,0.0049604545,0.0025306204,-0.007489306,0.014770828,-0.001438256,-0.0011084623,-0.0398336,0.0015371029,0.0047236322,0.02240063,0.0013173379,-0.0075365915,0.00046782044,-0.0119689265,0.0051780017,-0.0025748897,-0.004307356,-0.0016348037,-0.021385923,-0.0031119378,-0.005123186,0.007907817,-0.0006646281,0.009588558,-0.021252235,-0.010781073,-0.00028476992,0.012392172,0.0010310708,-0.00092286523,0.0054475125,0.0010601161,-0.0022686082,-0.015736308,0.0026910773,-0.015627205,0.0075257174,-0.017493544,0.022220612,-0.0056483145,-0.0050834506,-0.020667415,0.0050829016,-0.021956025,-0.015553011,-0.00048387994,-0.0057919,-0.026354654,0.0053368225,0.0064557595,0.0028773937,0.006070742,0.006249929,0.13597128,-0.004233578,-0.0014246454,-0.025822004,0.003434812,0.018194627,0.03620064,0.013947227,-0.025291558,-0.0014607912,-0.018805802,-0.014616033,-0.01246691,-0.0039040572,-0.0022599993,0.004974734,0.0027434293,0.034199055,0.0037480486,-0.0003324285,-0.0056988895,-0.006469394,0.0077616186,0.004606561,0.018538915,0.0030324697,-0.015207013,0.0065962323,-0.0056163454,0.020123752,-0.012733689,-0.021943571,0.0060452074,-0.020596333,-0.0038051405,0.025762474,-0.0014028539,-0.0027666846,-0.015498226,-0.006654092,0.024408652,0.0014502954,-0.009839018,-0.0017450978,0.0029235384,0.01641592,-0.011378755,0.027769042,0.018411556,0.0011072803,-0.022729564,0.007193418,-0.017391313,-0.0022374524,-0.03806314,0.025233006,-0.017448414,0.009945863,-0.0035800484,0.0069138845,0.0072543705,-0.013697798,0.008920442,0.001130985,-0.00802599,-0.018306624,-0.0014692807,-0.013397979,-0.009187528,-0.08897959,0.005542549,-0.039093245,-0.000924299,0.011635572,-0.008090031,-0.013569598,0.025555516,0.009953978,-0.024662154,0.00093838834,-0.0022995227,-0.017097231,-0.005384132,0.015370576,0.011112487,-0.011860423,0.018857926,-0.0016322768,0.0051135356,0.004690033,0.030733502,-0.012872761,-0.028115142,0.016632969,-0.0141375,-0.010139321,-0.015425217,0.0041143578,0.015341441,0.020158432,0.029326677,-0.014158929,0.024256404,0.010064967,0.0017303951,0.02476301,0.028719952,0.008358763,-0.013686404,0.0013798343,-0.017678596,-0.015617997,-0.00943099,0.0014377598,-0.015153304,-0.0046168948,-0.0075390404,-0.002507263,-0.018684043,0.008961776,-0.00017943453,-0.004594938,-0.006266839,-0.031106966,-0.009013333,0.008002628,-0.033503808,0.0066846316,-0.012392208,-0.013774063,0.016135532,-0.0057050297,0.032675274,-0.014169437,-0.009971441,-0.01681315,-0.0108691435,0.017647196,0.031488527,-0.0006294867,-0.0017430309,-0.015150455,-0.023174005,-0.02337779,-0.021433132,0.01380033,-0.01139663,-0.0062165055,-0.002726546,-0.0035332823,0.011643551,0.011396182,-0.009065684,0.016304139,-0.003351365,-3.504788e-05,-0.00941573,-0.03011504,-0.016361902,-0.008690968,0.003978861,0.016204972,-0.014591244,0.0121503845,-0.017528279,0.0022663383,-0.009083676,0.0040697847,-0.018236753,0.0072369967,0.016426522,-0.009499148,0.017116219,0.0028986307,0.024660736,-0.028630966,-0.0059940577,0.037437174,0.018746424,-0.010477105,0.014558999,-0.0068037524,-0.0041703023,0.020625262,-0.011625423,0.009478644,0.010577038,-0.00070119475,0.0016528236,-0.0032004975,0.0208858,-0.01568079,-0.013108978,-0.0067394082,0.008632483,0.0031701091,-0.00649343,0.032519102,-0.004889758,0.03667338,0.0146081345,-0.006751859,0.03168559,0.013115807,-0.00851998,-0.00085047295,-0.011702908,0.0021537205,0.030045003,-0.0032491547,-0.0060760523,-0.018839449,0.036248405,0.0025341464,-0.0027872857,0.017593954,-0.014245894,-0.0071648895,-0.019658715,0.0058115097,-0.019653814,0.001482739,0.020853084,-0.0056542633,-0.0001003105,-0.0054021785,0.011341483,-0.0032627867,-0.0034506423,-0.0010052535,0.0017295602,0.012142477,-0.009905921,0.016922832,0.0024492026,-0.008048666,0.0102063995,-0.024403058,-0.027889173,-0.008313868,-0.0028219582,0.041649334,-0.0092191845,-0.009924806,-8.2374376e-05,0.011829578,0.00024018009,0.007461489,-0.06281373,-0.010098383,0.013026718,-0.00847824,-0.003013594,-0.010410308,0.013643022,0.01980436,-0.00027591042,-0.0008722532,0.01214152,0.0060339696,-0.0011769641,-0.0016653211,-0.019636096,0.009135035,-0.0182502,-0.005183995,-0.0137894135,0.029585544,-0.01850949,0.008023397,-0.02519153,0.00985621,0.00094231596,0.0051944037,-0.0011974056,0.010017531,-0.00735338,-0.010127294,0.007968488,-0.0018980975,0.009156755,-0.030326417,0.006174508,0.0033087071,-0.0102994805,-0.014763139,-0.004862228,-0.026552504,-0.0050552576,0.011173044,-0.06017488,0.009926406,0.0011549217,0.0005862637,-0.016369367,0.0073456983,0.019777967,0.0069708023,0.040009238,-0.0021868662,0.018583158,0.001953306,-0.0139217,0.01850241,0.0099355625,-0.005963294,-0.0031917344,-0.00048072267,-0.0046306257,-0.02429219,-0.01941047,0.018365877,0.027436052,0.012515655,-0.002320104,0.007341754,0.021786897,-0.003587697,-0.021971181,-0.013370224,0.00090008933,-0.0024946742,-0.0032692596,0.0008295844,0.017719258,-0.0022718136,-0.019275222,0.014622459,0.018759096,0.025566243,0.012147339,0.051009316,-0.011498298,-0.010055441,-0.009449086,-0.10186725,0.020201335,0.02367478,0.011629592,-0.012200858,-0.006545968,0.006246955,0.02968995,0.0077843093,0.0047472045,-0.043552704,0.0045407712,-0.006539769,0.036738615,-0.0035840396,0.011112902,-0.012297371,0.022339288,0.022081302,-0.015947444,0.0043502753,-0.020970864,-0.0016854854,0.015402161,0.0062028132,-0.008198583,-0.025974862,-0.01916719,0.025818242,0.022909611,0.0034592377,-0.016415592,0.016957752,-0.01995812,0.00106947,-0.02045166,-0.03299697,-0.0049515245,0.0026278188,-0.014014092,0.0077629033,0.016083444,0.0112460125,-0.019800168,0.05322662,-0.00709216,-0.0023362283,-0.004129663,-0.012324964,0.00089161645,0.019654285,-0.018593322,-0.0013304135,-0.012635554,3.6339763e-05,0.022109263,-0.008446103,-0.012780568,-0.0018685446,-0.014625984,-0.0063707195,-0.005957281,0.009872531,0.020026807,0.0016737145,-0.018040301,-0.020345353,0.02426401,-0.025175683,0.007840156,-0.0031437716,-0.014918399,0.015886618,0.016578227,-0.005240204,0.030991925,-0.00235627,0.0013804514,-0.017818222,-0.013708282,-0.004296013,-0.015296253,-0.0017619611,-0.01828958,0.0031954672,0.0069359727,-0.0112012625,-0.002521955,-0.0045992625,0.0066652326,0.0062174737,-0.012653803,-0.0033422585,0.0022231461,-0.0014647077,0.007528946,-0.011515796,0.016050555,-0.00030591778,-0.015619061,-0.022328075,-0.00070952374,-0.010108869,0.006089387,0.00017862457,-0.027261732,0.0014695537,0.0055556023,4.2391748e-05,-0.02375525,0.0035418598,-0.006982387,0.022889242,0.0020688467,-0.017924646,-0.009608012,-0.004316732,-0.0034919248,-0.00795747,-0.004396737,-0.03725071,-0.00064602686,-0.021286283,0.0059142997,0.011349353,-0.018898861,-0.013195897,-0.0077114855,-0.004230956,0.0136634335,0.00080055755,0.007270984,0.011903235,0.009263732,0.0070191566,-0.0040779314,-0.017109353,-0.020566424,-0.0100163715,0.01038176,0.0008638756,-0.010887892,-0.026362838,-0.024619585,-0.008915119,-0.021101426,0.010491883,0.005753115,-0.025531111,-0.0048558926,0.017991902,-0.014632914,0.0023571295,0.024531826,-0.009229005,0.016429292,-0.00475275,-0.011965556,0.024724023,0.0024069534,-0.006484589,-0.0031911056,0.0043470208,-0.0017213589,-0.02987096,0.0007513515,0.0123490235,-0.0031499814,-0.017941853,-0.009107106,0.007633458,-0.018820945,-0.012955105,0.010979654,0.04685979,0.002583953,-0.020124987,0.009974803,0.013289764,-0.011301704,0.004975913,-0.014666682,0.00074039627,0.008290537,0.009895101,0.0037811897,0.0047841687,-0.020109273,-0.007542012,0.0029274104,0.0014019113,0.0018254316,-0.013063486,0.009158626,-0.0068634786,0.013761677,0.040041756,-0.00038846827,0.0053085196,0.008361273,0.009323024,-0.01454843,0.0025502685,-0.00060785026,0.011886011,0.0016637853,-0.0026502784,-0.0003649538,-0.021064682,0.0066600842,-0.017525982,-0.011527515,0.005445483,0.005450674,0.0027503506,0.009400795,0.0059444765,0.00169136,-0.002827522,0.013765089,0.018011706,0.01007004,0.003981725,0.00350232,-0.008281493,-0.015506525,-0.020479422,0.0023922685,-0.01310449,-0.0112809045,-0.004087494,-0.004644489,0.020894518,0.004812138,0.0115603525,-0.008948181,-0.013347671,-0.0064140023,0.0031542603,0.0019435285,-0.0014241515,0.0153916115,-0.00965247,-0.0069796364,0.0052293153,-0.047653865,-0.024935521,-0.0037546193,-0.026052149,-0.009133374,0.025340557,-0.017616404,-0.007447023,0.0010660787,0.006522702,-0.029844256,0.009114394,0.00827981,-0.0036634675,-0.0032589133,0.044330172,0.007971558,-0.00094837823,0.010206125,-0.021506041,0.024497394,-0.009390209,-0.0065276534,0.009570426,-0.012091532,0.011582343,-0.018911932,-0.014454864,-0.038739778,0.006869013,0.008213056,-0.0071517625,-0.03158027,-0.013737149,0.022582775,0.006073944,-0.004125227,-0.0058696256,-0.0031966977,-0.011284263,-0.0016439692,0.021225482,-0.016169801,-0.021525348,-0.02254325,0.011701747,-0.015794631,0.023898287,-0.0027459413,-0.01612735,-0.024742289,-0.011077316,0.007588824,0.006457965,-0.007169685,0.025889643,-0.031002892,-0.010468194,-0.014370341,0.008913643,-0.014381262,0.0075594066,-0.0074782576,-0.010802032,-0.0011011419,0.0017428445,0.014422872,0.020331172,0.002618671,-0.032456506,-0.014308077,0.008384644,-0.014309016,0.0046606944,0.0011077285,0.011698145,-0.01557732,-0.00883965,0.016052224,-0.0055706184,0.009220404,0.036677953,0.011707124,-0.0067828065,-0.002398666,0.018254673,0.00048635673,0.023667423,0.027900586,-0.019321995,0.0043462664,-0.00030844146,-0.0051936377,-0.010969183,-0.011255412,0.010200454,0.011452405,-0.0026912685,-0.00075088476,-0.011448929,-0.0134531595,0.0059129293,-0.01821068,0.0025869238,-0.0132288635,0.0014424149,-0.017325742,-0.0003929817,-0.0059916344,-0.00018393011,0.0062068393,0.0021281834,-0.0059349923,-0.005179811,0.0009972479,-0.0030845045,0.020192688,-0.018864816,0.019343395,-0.0009353317,-0.0076420414,0.0062833494,-0.006105594,0.027464,-0.0030404266,0.0021777852,0.0013172755,-0.019402483,0.0065770326,-0.0031293256,-0.0031377694,-0.0074996008,0.0022686122,0.019208819,0.019872697,-0.015772713,0.0053999503,0.003761723,0.0028351264,-0.014405529,0.007123825,-0.023015691,-0.009423703,-0.020817319,0.008515158,0.02164357,-0.0032596593,-0.029780077,-0.014044225,0.016599227,0.013108844,0.002220618,-0.017533831,0.00084378856,-0.0066645425,0.005832587,-0.012876206,0.019107124,0.008378,-0.010400956,-0.012706536,-0.0018906211,0.0061370097,-0.011884321,-0.02248821,-0.0012867333,-0.026797269,-0.0035820513,0.006433158,-0.021313109,0.026047954,-0.015880613,-0.0017316628,-0.0038559712,0.0034644718,-0.011773948,0.017705439,0.011260038,0.010513886,-0.015769465,0.0050649336,-0.019018956,0.00010269104,0.005508617,-0.03272099,-0.0013376299,0.022194615,0.0016258976,0.010840339,-0.013027982,0.026101477,-0.007391678,-0.009733094,-0.0030989882,-0.00087745173,-0.011810484,0.012967918,-0.02010228,0.013328225,0.02286261,0.0068845497,-0.0144364815,0.024956524,-0.005077431,-0.020535134,0.012281254,-0.00881133,-0.017188368,0.0049843914,0.026642013,0.010143089,0.0038077799,0.017598465,0.0042745396,0.0025838774,-0.01841097,0.012738197,0.00081829703,0.021010568,-0.013317572,-0.0102860285,-0.018651428,0.0013083926,0.00088530075,0.00208017,-0.02583633,-0.0077385586,-0.04924646,-0.005909411,-0.012350331,0.01448575,-0.0076788203,0.0005664534,-0.013050323,-0.011290977,0.0030316364,0.006550986,-0.0015896023,0.009589087,0.0018022369,-0.009125229,0.0016854863,-0.016211124,0.01243774,-0.01344109,-0.008387804,-0.012938417,-0.012221759,-0.012992665,-0.01958622,0.007268299,-0.013751054,0.0066670263,0.016966274,0.005751286,-0.005211716,0.0105815,-0.021058023,-0.005200162,0.018439166,-0.0054985955,-0.006161612,0.014101664,0.010115735,-0.04086626,1.4606642e-05,0.008959172,-0.006602838,-0.007862466,0.013832331,0.017989669,0.007685238,-0.0049286825,-0.022943547,-0.009948674,-0.009471003,0.013693652,-0.005049544,0.0017891729,0.0059085023,-0.0005114396,-0.006973576,0.0018776149,0.014514799,-0.0028765232,-0.0037678166,-0.010321427,-0.007599524,0.019414362,0.01345194,-0.010092229,0.023842178,0.014588652,-0.0144337,-0.008650797,-0.0043620183,-0.021304898,-0.010512393,-0.022187281,0.007758622,0.007581138,-0.016569369,-0.0042346725,-0.0056053996,0.022492887,-0.013487607,-0.0131352125,0.001542351,0.009108906,-0.00076198013,0.017337605,0.0118484385,0.0044023856,0.01584961,-0.00090243225,-0.0071997447,0.012304138,-0.021919228,-0.02303382,0.006173479,0.010002433,-0.008159842,-0.01632157,-0.013812342,-0.0024243605,0.0052108075,0.0039664055,0.037973255,-0.010054198,0.0077261454,0.019235687,0.004827827,-0.02113185,0.010007113,-0.0021430876,-0.004159183,-0.014088618,-0.009917061,-0.007864714,-0.0123844035,0.01140859,0.013134668,0.008068361,-0.0047719507,0.004968853,-0.009822883,-0.016545586,0.005594648,-0.0062500136,-0.012316785,0.0032693276,-0.0149047775,-0.007498453,0.017666453,-0.006066262,0.009861538,0.0036344647,-0.021032058,-0.009688861,-0.0038351503,0.011716682,0.0053397673,0.023321068,0.0128080435,-0.010573717,-0.0056282617,0.0010901699,-0.029934917,0.0073477994,0.015318079,-0.011162558,-0.0038462614,0.008087377,0.0015013422,0.010197429,-0.009691646,-0.017033989,-0.0029306465,-0.0045329696,0.023628278,-0.007990866,0.024839085,0.00014984827,-0.010007443,-0.03927387,0.015265881,-0.011078187,-0.008396801,0.015026969,0.013559851,-0.0113029145,0.011342351,0.00043529636,0.014247547,0.0040310128,0.015604908,0.007925372,0.0013952783,-0.008606385,0.00068787916,-0.021383913,-0.00052640284,-0.018441077,-0.0047610234,0.014498807,-0.02173345,0.011130703,0.00093561405,-0.0034835616,0.011351987,0.0024556622,0.0015749272,0.011820588,0.013295264,-0.018318465,-0.0081651155,0.006118682,0.0008656878,-0.0063598487,-0.015483582,0.017906703,-0.0006717746,0.0032358672,0.029823884,0.007338237,-0.018132254,-0.0014593989,0.006851304,0.023194201,0.0008757893,-0.00626206,-0.0057004597,-0.0038440477,-0.015593135,-0.006028781,-0.025059873,0.020411812,0.03205919,-0.0054528015,0.017644275,-0.01682043,0.15568864,0.11172134,0.012560614,0.0090279775,0.0028418184,0.0047970233,-0.020985173,-0.05131877,-0.004132081,0.012159685,-0.021082511,-0.020833855,-0.010337194,-0.011210629,0.018120741,-0.0012580886,0.02261453,-0.0326027,0.018282227,0.015842715,-0.021601534,0.055273097,-0.010919492,-0.00042247146,-0.013434504,-0.0070573697,0.0021834513,-0.008629316,0.023705542,-0.02031842,-0.0049651577,-0.0042595845,0.005323441,-0.021185927,-0.0012030099,-0.01312347,-0.008728298,0.031737376,-0.011269995,0.018664116,-0.0038276913,0.011942638,-0.0056780297,0.01626477,-0.003831991,0.013159111,0.0031435853,-0.011213936,0.015627407,-0.007179397,0.008568119,-0.0002698687,0.0045133918,-0.0011366145,-0.008664621,-0.002337082,0.017520942,0.01966586,-0.00041788802,0.0020227137,0.026635794,-0.00539975,-0.012302755,0.016614156,0.00161626,-0.0077700457,0.008497419,0.0071595768,0.005174406,0.00819134,0.016836485,0.016589163,0.022745993,0.0041048448,-0.005253454,0.0051510814,-0.011599811,0.009766774,-0.017648559,-0.0021715972,0.018075997,0.0009964339,-0.00708751,-0.004735127,-0.013560484,0.00053691474,-0.010956496,0.0118080815,0.09615968,-0.0003171632,0.0048031043,-0.020238088,-0.0061803362,-0.01139493,0.0196529,0.027610254,0.01265882,0.015034598,-0.010248623,-0.008049157,0.013697374,0.0018090123,-0.0043478315,-0.0016306542,0.007446155,-0.0010796863,-0.015788693,0.0029491533,-0.00086673495,-0.008025076,-0.030705346,-0.0053978125,0.008032235,0.010327752,-0.02439505,-0.02292125,0.002939037,0.000396797,-0.09279502,-0.021468293,-0.0058175544,-0.032156654,0.0034192067,-0.016604068,0.0019994238,-0.00043901507,0.02488103,0.028844388,0.017931929,-0.027190326,-0.0069126305,-0.022571782,0.0058454894,0.022704102,0.0073525477,-0.02959111,-0.0023943775,-0.0026419414,0.017301803,0.015209435,-0.00065648503,0.016135735,6.688975e-05,-0.006473743,-0.009858065,0.022824448,0.005537545,-0.011911434,-0.0062750783,0.0075491667,-0.0011513883,-0.0045787566,0.029498238,0.030173833,-0.034760095,0.004527858,-0.013497609,0.018968364,-0.0004750798,-0.035719194,-0.0018207976,-0.029715903,-0.008628264,0.0060654427,0.005187138,-0.013196629,-0.011464276,0.00728186,0.043639682,-0.009711379,0.0012307866,-0.0052495655,0.0069377483,0.014205652,0.021287732,0.00996453,0.02205737,0.016111922,-0.025149891,0.0076533523,-0.019121839,-0.0046131685,-0.011687189,-0.0073036435,-0.0017953013,0.00547851,-0.011764385,0.013314355,-0.026873827,0.007285162,-0.017580558,-0.021523075,0.012389078,0.025379688,-0.029275486,-0.008994001,0.011201031,0.0029234383,0.0046798703,-0.013371542,0.030297736,0.12598494,0.018593585,0.011917073,0.0062377257,-0.018662091,-0.03416015,-0.0029422066,-0.02695022,0.0052063507,-0.0057817404,-0.0029595562,-0.014278282,-0.010468146,0.011620643,0.02016328,-0.012233927,0.004250185,-0.007401156,0.016715204,-0.0077013364,0.0011566889,0.0053162896,-0.013562209,-0.017071782,0.027692035,0.0072050653,0.005619308,0.017026851,-0.032906808,-0.017065136,0.0064485,-0.03580438,0.023595365,-0.023897698,-0.005913437,0.01688998,-0.018021695,0.0049486062,-0.019016758,-0.021587376,-0.0014461821,0.009864436,0.0057550827,0.0016963675,-0.029933218,0.19125023,0.0145783555,-0.016748006,-0.0020394153,-0.013210761,0.0020650616,0.0006751891,0.008938035,0.0034294485,0.015897889,-0.0062324055,0.002206262,-0.00025764407,0.007997323,0.0060942406,0.006977529,-0.0085309865,0.013565944,-0.01596457,0.010918001,-0.003946557,0.016289078,0.0063905776,-0.02167651,-0.0153083205,-0.0108045405,0.008297483,-0.0016554118,0.001936415,-0.00017054207,-0.02487203,-0.0051144185,-0.005422855,-0.018146854,0.004244274,0.012588465,0.009431045,-0.022647271,0.017474674,-0.010328903,0.017792182,-0.00270839,0.013781256,0.0232708,0.0013171189,0.00817525,0.008515856,-0.005198174,0.000539405,0.012386044,0.010446951,-0.0003586524,-0.0065305633,0.005873258,0.0010660813,0.019481761,0.009919348,0.0016097589,-0.025065325,-0.026415886,-0.024837447,-0.0058694133,-0.002715514,0.026935173,-0.003038631,0.029298322,0.0061735343]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 139,
          "content": "Japan's Itochu and Sankyu to buy Singapore plant repair firm SWTS",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.006859521,-0.012051547,0.016575,-0.08560177,-0.0060386485,0.0010354668,0.03405803,0.017260741,0.00951858,0.013627892,-0.005269802,-0.012598295,0.012867938,-0.006083554,0.10372158,0.013805951,0.024998555,0.020971177,0.0055947853,0.0040731826,-0.014393434,0.013643453,-0.012359383,-0.016025012,-0.01504697,0.013930044,0.040148757,0.0018638155,0.02651254,-0.021626621,0.029870572,0.0063962317,0.027278017,0.0067178034,0.00039090574,-0.011643026,0.0030785636,-0.01264222,0.0070422026,0.0047710426,0.008630056,0.01785852,0.016802013,0.02373005,-0.038316473,-0.016629416,-0.012366451,-0.010137543,-0.007580371,0.012910199,0.022209525,-0.003277546,0.0016718729,-0.17502318,-0.023816666,0.02891952,0.004240467,-0.026410803,-0.007694833,0.015843412,-0.030968873,-0.0085001495,0.0037780355,0.007238786,-0.0031183802,-0.011878811,-0.016500425,-0.0152512295,-0.016190657,0.019748341,0.017941948,-0.007986265,0.00079457735,0.009548204,0.0025560702,0.001729019,0.00066690135,-0.007358784,-0.029629283,0.013309156,-0.026028464,-0.022764126,-0.00908842,-0.008600385,0.004543159,-0.014446775,-0.016931707,0.012184139,-0.03356258,0.013025477,0.0013423978,-0.0036328463,0.017187014,-0.001630675,-0.033272933,0.031529807,-0.0060335794,-0.00055653165,0.013000207,-0.031786934,-0.023578677,-0.023574714,-0.020643432,0.013287689,0.000113881855,-0.0083205355,-0.006597218,0.03180921,0.016089827,-0.011262978,0.00785478,0.0070956806,0.0029270838,0.035781026,0.014039112,-0.11732276,-0.0010419135,0.024438828,-0.011771043,0.003055658,-0.040245205,0.027179057,0.023007445,0.0044189086,0.00574665,-0.03257946,0.016690984,0.012312127,-0.05849163,0.015629511,-0.011536952,0.0013387025,0.0062929303,0.014317749,-0.011299558,0.05549945,0.015019514,-0.012510316,-0.024995202,-0.00036341796,-0.0115154,0.01377906,0.0042980197,0.017023304,0.0010877751,-0.020342145,-0.0035315105,0.02663646,-0.014824602,-0.002401676,0.04503035,0.03286968,0.013681949,0.009064911,-0.0012146577,-0.028324965,-0.006631596,0.015395996,0.013270933,0.006469853,-0.0033746837,-0.018663473,0.0015684412,0.01057723,-0.0060006874,0.010374498,0.0139751965,0.008945673,-0.010225751,0.014766016,-0.025875375,-0.02743343,-0.012428416,0.0044350475,0.004396629,-0.0021185363,-0.023566917,-0.019595306,-0.00030421728,-0.002629053,-0.012362644,0.026847607,0.0007374942,0.004089011,0.018318454,0.03191684,0.018659333,-0.047905263,-0.023883162,0.011634032,-0.0065368656,-0.006258201,0.015336819,-0.009958242,-0.010367829,-0.017805869,0.013488226,-0.007599057,0.00591569,-0.0023470214,-0.0029137728,0.011337865,-0.020697203,0.014171894,-0.007550623,-0.0011037969,0.010977456,0.01234207,-0.0014566781,0.014933665,-0.014543408,0.02189965,-0.0011955055,-0.02235364,0.020534033,-0.021937473,0.011633528,-0.027262684,-0.047537673,-0.006135381,-0.009552754,-0.001080899,-0.02456464,0.0041250554,0.015775347,0.0029312423,0.012060856,0.0093402,0.0035959154,0.009719961,-0.019554475,0.0028676677,0.016795825,-0.011568591,-0.022732615,-0.01019851,0.03589288,0.0066231093,-0.004352778,0.021497553,0.0004305573,0.0094381645,0.024014965,-0.0009069905,0.01916042,0.0022664014,-0.012977234,0.0259866,-0.0068290676,0.013780015,0.0025440136,0.0013072768,0.024227194,-0.0015659739,0.0065236203,-0.010081936,0.028882226,-0.020083658,0.008841128,-0.0065866606,0.011032435,0.031668708,-0.027910389,-0.032715663,-0.0047079264,0.003373468,0.0008474099,0.00785802,-0.06403561,-0.0026650815,-0.019152073,-0.018087864,0.0111571215,-0.026633624,-0.017711617,-0.0048066443,-0.064911224,0.008494194,0.016603218,-0.034575935,-0.0146536715,-0.008016225,0.005357089,0.00810219,0.004326178,0.01887804,-0.020417767,-0.008990975,0.022035498,-0.007664125,0.0078090406,0.00774325,-0.0033638652,-0.027657641,0.03751364,-0.010047744,-0.01710397,-0.009334036,-0.012430907,-0.011042655,-0.032786116,-0.032172594,0.03501834,0.051581744,0.014155586,-0.02547254,-0.0028313952,-0.0058010905,0.035107337,0.0065133595,0.010455585,-0.02136154,0.028896075,0.013723943,-0.05041166,-0.008895435,-0.0051890565,-0.0008117557,-0.021229574,-0.006288539,0.01905929,0.005836497,0.014473097,-0.0046416176,-0.0039071627,0.03407648,0.021818757,-0.0067912824,0.009132448,-0.0021184809,0.02853165,0.0013728294,0.0062854933,-0.0024918923,-0.021097286,0.011504924,0.024018735,-0.02143441,0.021624677,-0.0067495615,-0.025539178,-0.015518899,-0.018442731,-0.0078779105,0.013580942,0.01332333,0.010482327,-0.027574288,-0.028516455,-0.018344387,-0.021098223,-0.0012741609,0.0038730733,-0.0017677567,-0.057561666,0.008260602,0.0020303214,-0.0029338705,-0.002829638,0.01267407,-0.0021465835,0.021624804,-0.012020357,0.0033644813,0.021788292,-0.007382326,0.0019379101,0.01200374,-0.0036947099,-0.011763856,0.016348533,0.012624774,-0.00913148,-0.039094217,0.01212351,-0.03363771,-0.010683522,-0.0058603017,0.001726444,0.03919001,-0.018525789,0.056856535,0.00903406,-0.010801448,-0.006407133,-0.027115697,-0.017575067,-0.024345882,0.013096556,0.00770141,-0.021917775,-0.028590538,-0.015203873,0.021968033,-0.006762895,0.0013081357,0.013345745,-0.013115059,-0.011553605,0.02354129,-0.011323775,-0.013984779,0.020819236,-0.018107833,-0.007873193,0.005555929,-0.022684483,0.0071386676,-0.0036256118,-0.012598288,-0.002964623,-0.021065354,0.008758252,0.028229058,0.0058512515,-0.006262208,0.00407601,0.013383666,-0.005435876,-0.01018357,-0.018063214,0.012036714,-0.0156061435,0.0078019165,-0.003922248,-0.018805666,0.027344333,-0.023786848,-0.0022665428,-0.029847857,-0.024696518,-0.0033749295,0.027757943,-0.007295498,-0.001769261,0.007131772,-0.024924181,0.0222195,-0.005584755,-0.014794079,-0.025414363,0.032619987,0.0058564576,0.029789811,0.009879857,0.034601573,-0.014600379,-0.008931737,0.0021732647,-0.017355861,-0.021301573,0.01352557,0.009380271,0.024487983,0.0028274509,0.0014894862,-0.02068771,-0.01216673,-0.017808199,0.0023834228,0.004360007,-0.01460526,-0.02265355,0.0103804665,-0.0013900781,0.007588113,0.009637361,-0.015612696,0.010541477,-0.028092964,0.04078116,0.0048156497,-0.024283843,0.012740096,0.0036734215,0.0017913899,-0.030212475,0.005243575,0.020651087,0.020136204,0.024944762,0.0117638,0.019307068,-0.029846502,-0.0040318347,0.04759879,-0.007549078,-0.001492817,0.006460087,-0.016099885,0.0092491545,-0.004906864,0.012993092,0.0069470364,-0.02565324,-0.0052824784,0.0014153704,6.896265e-05,-0.026914645,0.019161552,0.0054859924,0.019075282,0.032603156,-0.011659884,-0.02699381,-0.038086195,0.015626151,0.007285605,-0.018399198,-0.0005704915,-0.03376408,-0.018857295,-0.0072326846,0.0032737984,0.017388213,0.014487753,-0.004722624,-0.00670173,0.0043879203,-0.005039553,-0.0231676,0.026486436,-0.016009094,0.012293715,-0.012111694,-0.008680173,0.0139052775,-0.0071564317,0.022265598,2.2978298e-05,-0.0076628095,0.017586553,-0.00177949,0.018146472,-0.009141634,-0.013968502,-0.005053518,0.01639386,0.003075871,-0.011414523,-0.01905361,-0.0018853798,0.029949492,0.0056047062,0.052572653,-0.026391836,-0.0027678865,0.030366212,-0.008674901,-0.012171744,-0.0041100513,0.0020765315,-0.0026117568,0.013535327,-0.0068706325,0.0133968005,-0.0003011889,0.0038295714,0.010202513,-0.011343454,-0.012845168,-0.013058268,0.037649505,-0.015045492,-0.010505323,0.023916852,-0.015255616,0.0041135144,0.019597396,0.010657138,-0.009620076,0.01228891,0.004310717,-0.02020559,-0.003292217,0.0061091892,0.018225955,-0.019842768,0.015468104,0.019237401,-0.040480763,0.013891757,0.006809704,-0.037639882,-0.0026326028,0.036316227,-0.027339537,-0.015376239,-0.024813825,0.041048545,0.0037112916,-0.012404477,0.005431144,-0.03116077,-0.020712081,-0.009652347,-0.00403946,-0.016559532,-0.007128253,0.008823215,0.0045131305,0.0061422386,-0.00092988013,-0.0037713477,0.021050882,-0.014484206,0.04118637,-0.00011420643,0.025324939,-0.030526105,0.01205142,-0.028875595,0.0133137675,-0.006712714,-0.0102100065,0.023840247,-0.019771611,0.0059343106,-0.031817798,-0.031471767,-0.006542457,-0.011587082,0.0065294695,0.04174342,0.01177542,0.0050565717,-0.014976016,-0.11036109,-0.02717126,-0.010667514,-0.012965108,0.015456143,-0.0048528956,0.0040682293,-0.013659689,0.029049683,0.010547118,-0.000850066,-0.008464849,-0.014144678,0.0057111895,-0.009318439,0.0012563638,0.014906579,0.01465098,0.0025666317,0.009228237,-0.02255793,0.002216515,-0.015970593,-0.0038722707,0.004097673,0.019740788,0.023123013,0.01662905,-0.010316232,-0.009762986,-0.006459581,-0.12541544,0.0017970022,0.02110714,-0.0052505233,0.03244464,0.003862959,-0.0016166988,-0.0035562252,0.009660804,-0.028187536,-0.006271162,-0.018106056,-0.0010882552,0.008186037,0.028808393,0.10879109,-0.018422013,-0.018318487,0.020197526,-0.0024046064,0.022900196,-0.0026460509,0.049141675,0.0027014287,-0.006183841,0.0049432158,-0.0029759987,0.018084312,0.015896477,-0.0046268096,-0.010908704,0.0050605275,0.019278068,0.011667426,-0.010574902,0.0063942233,0.0049946723,0.003411279,-0.009422411,-0.013494051,0.0031061152,0.009694637,0.0079950625,0.012189533,-0.027337389,-0.0128283305,0.0018613737,-0.026581805,0.007487129,-0.00012771772,-0.004520197,-0.089575544,-0.014226429,0.008274439,0.009884435,-0.0020953284,-0.005111407,0.017395528,-0.0392908,-0.001357466,0.015865324,-0.0065145004,0.018674213,0.0065367124,0.0040684156,-0.004613411,0.0023518917,0.023498083,0.03183563,0.027630566,-0.006366712,-0.0063293176,-0.0028777216,-0.0239323,-0.015166558,-0.021622714,-0.024894541,0.009428595,-0.0060678627,-0.008450366,0.00031961783,-0.02260088,0.000976948,-0.00392271,-0.00305226,0.002628152,0.017814646,-0.006328058,0.0068811662,-0.012364586,0.00264299,0.007411481,-0.0033093465,-0.007878581,-0.018762186,0.00351955,-0.022038125,0.030456757,-0.003523806,-0.02468445,-0.012694276,-0.006476396,-0.0020891759,-0.009537301,0.0021232963,0.0024069238,-0.028688855,-0.021347862,0.032927126,0.020156173,-0.0002584432,-0.009635381,0.006537769,0.0072262613,-0.007573149,-0.007470747,0.011712874,-0.0021420661,0.011931833,-0.0010901134,-0.00011505629,-0.0015838215,-0.0024549426,0.002502647,0.006411658,-0.0030464516,-0.006151082,0.01567881,-0.004549906,-0.012276168,0.0021273405,-0.00957165,0.0076843738,0.0008774657,-0.0045579895,0.008604963,-0.0030214516,0.008717811,0.0023812721,0.0072066877,0.016287703,0.0057652676,0.00458965,-0.005657685,0.00894306,0.0034992613,-0.0049435673,-0.0012715476,-0.014565886,0.007880546,0.0018087628,-0.006178791,0.006416287,0.01620942,0.010719155,0.00029737237,0.012539962,-0.0025793647,-0.002290247,-0.0263753,-0.000402925,0.0021209214,0.009452493,0.0013368082,0.018233398,-0.01004477,0.0051259357,-0.012216337,0.007254448,0.01982085,-0.003878162,0.009800812,-0.015682383,-0.0062364195,0.00041803776,-0.0075514656,-0.00914634,-0.007014499,-0.0023678772,-0.0078391675,-0.0057541453,0.0017447274,0.006467855,-0.016282983,-0.0008201992,0.008164765,0.0051669297,-0.0005796487,0.00027122637,0.006681969,-0.004563909,-0.00812965,0.013308955,-0.005316348,-0.017088996,-0.015936289,0.008041235,-0.0061964844,0.005615768,0.007782525,-0.0027212559,-0.0007675363,0.0025801028,-0.022085194,-0.007034287,0.00205799,-0.00701275,0.017637376,0.004159298,0.0036652877,-0.00073892984,0.0020839514,-0.0063563166,-0.0011819465,0.0012977257,0.00054252514,0.006251992,0.008941608,0.005382157,0.0033697328,-0.0074673956,-0.008654767,0.012081947,0.017489588,-0.020164851,-0.0013961812,-0.0064969105,0.019880995,0.018414626,0.018326277,-0.015962794,-0.0038193152,-0.0006237271,0.011879861,-0.0013208694,-0.00964634,0.019716242,-0.013084007,0.0037295253,-0.0009222527,0.0077135046,0.02320998,0.009752839,0.005372321,-0.004165195,0.015331083,-0.010060341,0.008528418,-0.025233667,0.015421269,0.0093921125,0.010826258,0.0011427564,-0.0014457002,0.00053224876,-0.00620777,-0.017475521,0.009815666,0.011195723,-0.0061215777,-0.011665121,0.011924562,-0.0033668801,0.020098947,0.01190622,0.009747553,-5.5769782e-05,-0.013897907,-0.02653891,0.015430046,-0.018602569,0.0040659234,-0.0062395404,-0.0025180874,-0.0011937752,0.0018155103,-0.0014176089,-0.012738364,0.010702589,-0.00014519978,0.0059636123,0.010833177,0.0022319688,-0.008805369,0.007372879,-0.016292868,0.0134307705,0.022707598,-0.00094644865,-0.0012803429,-0.012445389,-0.00224036,-0.00045112093,0.0067971293,-0.020691222,0.01393279,-0.011540786,-0.011001224,-0.0032443558,0.0063657262,0.015314714,-0.00017607669,-0.0014817066,0.0048882836,0.001999677,-0.02139708,-0.003487229,0.0049131378,0.015501555,0.007353691,0.08429049,0.014742172,0.01101348,0.007299301,0.014658264,0.014321667,0.009066056,-0.031578097,-0.006233958,-0.008465074,0.00035444877,-0.012401191,0.0023798316,5.1939634e-05,0.011579089,0.007686216,0.001771669,0.01333104,-0.011300689,0.004938271,0.009608676,0.00028855595,-0.0096359635,-7.970422e-06,0.009617545,0.004836212,-0.006494143,0.0033702638,0.0032162506,0.00995852,0.007960799,-0.009573662,0.0047207284,-0.0065248585,0.01569928,-0.01210059,-0.011937015,0.017340263,0.02264745,-0.0015550802,0.019312583,-0.023054468,0.0041432367,-0.008666933,0.010106782,0.016445689,0.001377884,0.005792251,-0.000664499,0.00060743204,-0.014952136,0.009524478,0.012927218,-0.0029639048,-0.0062146466,-0.0017240482,-0.013155714,0.010591527,0.032497324,0.03510061,-0.008517977,0.029470673,-0.0075317896,-0.010597163,-0.0137051735,0.011232498,0.0055502937,0.014706988,0.00062021695,-0.0014152974,-0.0031191849,-0.012730433,-0.025713447,0.008359915,0.024146987,0.011122283,0.012104298,-0.019786475,-0.0062545156,0.0046486794,0.0050988747,-0.028690666,-0.0031566625,0.016197573,-0.0054100165,0.0052563865,-0.0010250608,0.003911996,-0.011016324,-0.0014390481,-0.009888662,-0.028351557,0.005428301,-0.0040128157,-0.009341269,0.009203711,0.050446205,0.005875633,-0.014483175,-0.0058271615,-0.009755623,-0.023179777,-0.016477028,-0.0071292645,0.018789636,0.0050682845,-0.002443045,0.0131132025,-0.003932744,0.0037476073,-0.008752808,0.0016522811,0.024418242,0.0076073837,0.012441846,-0.007033789,-0.014673764,0.0054855924,-0.0057211285,-0.004257353,-0.009252338,-0.010225821,-0.016189918,0.015738063,-0.015566609,-0.0046225027,-0.011033046,-0.012791933,0.0007895626,0.0001322903,-0.007840344,-0.0009334426,0.000751893,0.02150549,0.011568386,0.009082384,-0.0031906334,0.0042769467,0.0068367654,0.0059778825,-0.0014800673,0.015755605,0.006221411,0.019327201,-0.008962898,0.009189613,0.011973595,-0.014661393,-0.0077931453,0.008298574,-0.006838656,0.0003613137,0.007055606,-0.0052586226,-0.0049251104,0.010875407,0.017922278,-0.013241757,-0.0047969404,-0.014299305,-0.002404239,-0.0027900322,-0.011821284,0.005842564,0.0059165107,0.0044571217,0.004725638,-0.006524481,-0.010787051,0.019142173,-0.015540118,0.0035801132,0.016918676,0.0006351144,0.0059743817,-0.006664426,-0.0141502675,-0.018000064,-0.0035668402,-0.008386444,-0.016939307,-0.01306843,0.0046835537,-0.0020051196,0.0063741975,0.0045769387,0.0040983786,-8.7601686e-05,0.027568715,0.000114308714,-0.0029587513,-0.006615679,0.034684245,-0.0041216593,-0.0063081486,0.012343071,-0.0047616377,0.0034920296,0.008783796,0.012498234,-0.0032982733,-0.006909036,0.0090137,0.0051060608,-0.0010058101,0.01434896,0.00055432506,0.016478136,-0.013860082,-0.0094562955,-0.0068012965,-0.013074445,0.0033854842,-0.011086874,0.022602703,0.003369195,0.01790516,-0.019018106,0.008400186,0.009130434,0.0066604037,0.003263409,-0.01173931,-0.00970443,0.003184443,0.002360157,-0.0051461663,0.0038435843,0.009735152,0.003122325,-0.0060454807,0.008621669,-0.022717116,0.027576916,0.030613149,-0.008027787,0.008254567,0.009969427,-0.0048003765,-0.008702697,0.006890617,-0.0060797823,0.0100603225,-0.0015985582,-0.00407498,0.010900302,0.011073298,0.011337099,-0.009008807,0.0043369755,0.0035233938,0.00015985033,0.00070754124,0.008747429,0.0057499986,-0.013859824,0.0215827,-0.044901595,-0.013681335,0.008529787,0.01417672,0.014136897,0.0020132991,0.00211005,0.007893911,0.021485811,0.01972245,-0.00069380354,-0.0067627276,-0.003218325,-0.010981299,-0.0007666059,-0.0030931646,0.012716881,0.0035481453,0.013163922,-0.014899428,-0.008971571,-0.005059294,-0.0066260286,0.012136036,0.003840602,0.011364422,0.0022944934,-0.009342949,-0.013889904,0.000517182,-0.0056475643,-0.0013545597,-0.007210861,0.0011607034,-0.0035240606,0.0069858795,-0.0033616205,-0.015630104,-0.015781384,0.0027729915,0.0032976689,0.018078102,-0.012779641,-0.00664596,0.006227591,-0.011331069,0.009801822,0.00037475833,0.017852236,0.0042153187,-0.0010688291,0.022177974,0.015242613,0.0026362417,0.0011121739,-0.0060840077,0.009291789,0.01075882,-0.015098133,-0.0015712123,0.00044001013,-0.0016525484,0.008074745,0.008609484,-0.018264338,-0.004189553,-0.0039042418,-0.0033277678,-0.015877685,-0.02664095,0.0006739145,-0.0073310933,-0.022007221,-0.020842638,0.0051054503,-0.008375087,0.0031099652,0.002719273,0.008326568,0.0017339209,-0.008843063,0.004584405,-0.010609574,-0.011880456,-0.0016960168,-0.014973623,0.013068499,-0.018066166,-0.017991707,0.011924438,0.0008493114,0.03672402,0.0035346863,-0.012919883,-0.005861558,0.009121349,0.010838745,0.016430957,0.021258652,0.010022566,0.011837188,-0.016925788,0.013717901,-0.008732748,-0.03710139,-0.009453045,0.0090606,-0.004259028,0.005303257,-0.009274889,-0.022500018,0.00045048248,0.0036050992,-0.00032304542,-0.0002956735,0.02899083,0.027544826,0.0059244013,-0.0028289703,-0.0024771804,0.0047472166,0.008926483,0.002695128,-0.011042491,0.0011576023,0.0015879548,-0.00890505,0.006357377,-0.012647278,0.0028426207,-0.015945002,0.017531008,0.012537053,-0.013265966,-0.012420178,0.0068386793,0.019721754,-0.015493047,-0.003190615,-0.0030936208,-0.00044003088,0.005825841,0.019204253,-0.014505414,0.018826906,-0.013361103,0.016334493,0.0031011205,0.004077743,0.012098281,0.002484874,0.013977113,-0.0010815931,0.0036250418,0.008739426,0.0037730047,0.019412635,0.0046880585,-0.018667994,-0.0022827548,-0.0024712447,0.0126253385,-0.0070782094,-0.0024013927,0.0019905886,-0.001691978,-0.009056907,0.0069680596,0.0048315353,-0.014646609,0.008011972,0.0150775,-0.0010498841,0.0073433793,-0.0065712966,-0.014490905,0.006568928,-0.01045163,-0.0006145994,0.0035888318,0.004117998,0.018449973,0.000958609,-0.0021593533,-0.0016622182,0.026339479,-0.007353977,0.008649063,0.024029968,0.0125504425,-0.010988478,-0.0033231587,-0.007859314,0.0039019422,-0.015683495,0.007772084,0.003439256,0.0034415,0.021034606,0.009608922,0.013157087,0.012578068,0.005309281,0.01629559,-0.004439893,-0.09263192,0.00506393,-0.00895619,0.017084576,-0.010437135,-0.008768296,-0.015811544,-0.013281999,-0.005170495,-0.023342395,-0.00356173,0.014850854,-0.013628112,0.004326606,-0.005604165,0.02499485,0.017377092,-0.004118634,-0.010012122,0.010014489,0.0013065261,0.001605764,-0.0066984384,-0.003941281,0.0066422424,-0.024289412,-0.0029991,0.019641247,0.0070440467,-0.00029337985,-0.0053551015,0.010381325,-0.0033571664,-0.0027938483,-0.0025845703,-0.0059494684,-0.015197135,0.017646052,-0.13150482,0.0037901548,-0.0021682826,0.013749479,-0.007923344,0.018931028,0.00012959325,-0.026085533,0.006523754,0.009666638,0.008136844,-0.015318579,-0.015768375,-0.0025574146,0.0061376733,-0.005242089,-0.001975506,0.010375267,-0.013350778,0.0076728943,-0.004130687,0.011392182,0.012428436,0.0035790233,-0.015770517,0.001675175,-0.004150941,0.020611841,-0.014592143,-0.0027211949,-0.008153833,0.0075684087,-0.00076213415,0.0147859175,-0.0005318482,-0.0013620384,-0.0024201828,0.0144714555,-0.008140156,-0.0036063632,0.013018857,0.009625914,-0.0033173107,0.014740628,0.00604122,-0.015714478,0.012891915,-0.012843028,0.0030699621,-0.0044301716,-0.01848716,0.0073555056,-0.0012821059,-0.0057117376,0.028653251,-0.0009717289,0.0014389411,0.0071703303,-0.008496861,0.008140638,0.006004591,0.017410822,0.0067873946,0.002346516,-0.007680215,-0.0075526456,0.014674423,0.011515643,0.017366838,0.014721991,0.01623376,0.013087219,0.008255108,-0.0045261877,-0.006777764,-0.006154028,0.012709282,0.0072161425,0.013677761,0.012681001,0.022874564,0.0042681065,-0.02655877,0.0060807434,0.011957416,0.004620612,-0.014220597,0.009512762,0.009258827,-0.05279816,-0.003643503,-0.0023785545,-0.032878287,0.015329076,-0.0013520146,0.0026957705,-0.016388811,-0.008269912,-0.015897522,0.0034658285,-0.010204242,0.0047664624,0.0049345284,0.016228857,-0.0042119673,0.016301244,-0.00027304454,-0.028635677,-0.0010613917,-0.016440047,-0.0016763248,0.0033162972,-0.0036938374,0.028450182,-0.033273615,0.013548359,-0.013516682,0.0058725476,0.009047815,-0.0123509485,-0.010027294,0.0001936659,0.016874596,-0.0038393813,0.007623921,-0.0031697773,0.006608042,-0.013344276,-0.01470855,-0.0063416637,0.015789976,0.00828866,0.0016988183,0.0015594236,0.010867817,-0.01358862,-0.0057375906,0.0062586465,0.012848542,-0.0013488315,0.0023095282,-0.0021076337,-0.0024822196,0.03700229,-0.004362955,-0.006236667,-0.0063653574,-0.003551924,-0.022277627,0.009113428,-0.006984164,-0.027679339,-0.02119692,-0.0017980218,0.020368297,-0.017956657,-0.015783314,0.023746768,-0.0066240495,0.009378401,-0.025423348,0.026641654,-0.0052919798,-0.017155256,0.022260062,0.017266862,0.01534424,0.0024592688,0.04207711,0.019311998,0.01021844,0.0061916485,0.02088359,-0.018039305,-0.03032498,-0.015214957,3.3541062e-05,0.002235318,-0.011172782,0.0048442655,0.0008564815,-0.0028470866,-0.0243033,-0.018090764,0.01037761,0.018573768,0.026093734,-0.015688164,0.017270548,0.0036461921,-0.009676834,0.013084491,0.00035509103,-0.0037787776,-0.0086176675,0.009101285,0.022341562,0.003456246,-0.019036137,-0.0039476557,-0.01639833,-0.022893565,-0.016975136,-0.1622417,-0.012200118,0.0035296641,-0.00032596363,-0.015322404,-0.004927316,0.005195738,-0.008660699,0.042459656,-0.018835306,0.012233339,0.025888888,-0.019483946,0.022818454,0.024769776,-0.029198546,0.0005936601,0.037564307,0.015053291,0.014189093,-0.020106276,0.0014090186,-0.008287736,0.00067595614,0.003219107,0.008817207,0.01472462,-0.008931019,-0.0017272622,0.011797797,-0.0027619356,0.023718303,0.0003180568,0.010713502,-0.0023085237,0.00046573655,-0.022977665,-0.0010874936,-0.016569098,-3.785743e-05,-0.015405238,-0.014797375,-0.014001201,-0.013064415,-0.019250574,0.014547567,-0.033401676,-0.0076659424,-0.004150186,0.0034010136,-0.012501751,0.017362943,-0.026949119,-0.013325069,-0.0017752642,-0.0012017562,0.0023974334,-0.029349152,0.00010757266,0.0015894965,-0.0027332436,0.004802096,0.008878235,-0.007226148,-0.009599244,-0.0039250455,0.026217027,0.15298629,0.008661314,-0.013630785,-0.02421631,-0.0042200275,-0.0048053535,0.02438165,0.004796224,-0.0030557292,-0.0019553474,0.0053825467,0.0011895709,-0.010290975,0.0051207645,-0.01810894,0.027095797,-0.02142205,-0.005116714,0.0038640467,-0.025580034,0.0056152004,0.007186475,0.008857292,0.00069783034,0.011044603,-0.01337023,-0.010333067,-0.004630039,-0.012374524,0.010777939,0.007272583,-0.021324784,0.008826181,0.015232917,0.0035506547,0.025514832,-0.0045220256,0.012953639,-0.012194038,0.026159715,-0.004558507,-0.009205999,-0.0075959396,-0.006823012,0.024577178,-0.0017607243,-0.019514147,-0.010545738,0.017202089,-0.017731674,-0.030047705,0.017249515,0.00061459426,-0.008470367,0.010013913,0.0139532825,0.0010099007,-0.020117337,0.019146444,-0.016168,0.017501919,0.01719601,-0.0009273789,-0.020123059,0.01595465,-0.005169414,-0.010947626,-0.0073209223,0.0013370088,-0.092128925,0.00376621,0.0023365435,0.010721215,-0.0004273976,-0.016641958,0.011072133,0.0013905112,0.00990644,-0.015813984,-0.0077469423,0.007970758,0.00020750047,-0.015092238,-0.004473519,0.042307187,0.006793861,-0.012853748,-3.7607668e-05,-0.0017109686,0.0015725486,0.0120056365,0.007342041,-0.03376104,-0.030011045,-0.02265542,-0.0073295836,0.004663846,-0.0011578555,0.01461185,0.0068818787,0.01690656,0.00030287777,0.043716114,0.012105815,0.004351189,0.0039647003,0.017556893,-0.017917668,-0.00461686,0.0023727908,-0.015809264,0.016795456,0.010605072,0.025627704,0.011160476,-0.0024868313,0.016459044,0.022534916,-0.0030408464,0.016438967,0.0006484953,0.017856002,-0.016905764,-0.019343195,-0.0029375143,0.039574802,-0.051584706,0.009154367,-0.0009627599,-0.017056808,-0.00095128256,-0.001624651,0.011428185,0.0090094805,-0.0023096458,-0.00083899655,0.001960835,-0.0016110466,0.0110064,-0.008913638,-0.0133388415,-0.021886526,-0.0064312774,-0.020987205,0.00048644593,-0.010833832,-0.015959918,-0.005387733,-0.005670579,-0.015864935,0.0030099102,-0.007704401,-0.017676044,0.028972926,-6.9564885e-06,-0.02057429,-0.0053671054,0.015853971,-0.025359018,0.0010693463,0.0016337469,-0.0073827333,0.015899973,-0.0017305271,-0.012469147,-0.013658606,-0.015334574,0.0138248,-0.019835254,-0.0096889,-0.0025833678,-0.019458089,0.0020855824,-0.0065889866,-0.0049805106,-0.009972825,0.0023821087,0.017124053,0.013015513,-0.0057500685,0.000126966,-0.0050416007,-0.009390298,0.0006470643,0.0010228999,-0.0038431643,-0.0056923283,-0.012472474,-0.0077864896,0.0037319432,-0.020782156,0.0050519826,0.010958579,-0.032397695,0.010268275,0.011918064,-0.00066004787,-0.016942244,-0.0049834196,0.0045358967,-0.017136559,-0.0035591105,0.01690112,0.015199323,-0.007914862,0.009791616,-0.0030345703,0.01852775,-0.001493609,-0.005922847,0.029219467,-0.011935467,0.02165321,0.01877319,-0.03447203,0.0033618885,-0.0018020441,0.004105494,-0.018285982,-0.007679337,-0.015598027,0.0007568937,-0.017242592,-0.014362577,0.0021064817,0.0036780133,0.008336017,0.00038261246,7.6994154e-05,0.008839559,-0.0049361717,-0.016374366,0.010857874,0.0062465197,-0.0017253814,-0.01077884,-0.0018620914,-0.03493386,-0.0037606242,-0.006120943,-0.005615386,0.00520827,-0.010669855,0.0048244097,0.0011317759,-0.0026015323,0.0029553403,-0.0051255715,-0.06627454,0.004564972,-0.010056595,-0.0052790623,0.001082868,-0.01906536,-0.006828604,0.003923975,-0.020457769,0.0036454853,0.002540627,-0.011715296,-0.0013973246,-0.018426048,0.0012564437,-0.002135153,-0.015019023,0.0172823,0.027203893,0.019856913,0.024337742,0.013562885,0.005938234,0.012386004,0.012840393,0.009079684,-0.004339381,0.025766542,-0.034312826,-0.0011646257,-0.022974655,-0.0017484713,-0.029220523,0.004452295,-0.0012083049,-0.012144926,0.015877025,-1.7425697e-05,0.0052110488,-0.019791188,0.012596086,0.012927548,-0.050868362,0.020105012,0.027885852,0.015455929,-0.004608604,-0.0032539333,0.0024364328,-0.010851925,0.023134938,-0.0049394746,0.016904386,-0.0030266596,-0.008927524,-0.0037538302,0.004596252,0.0055310256,0.010248851,-0.0047662514,0.01346375,-0.027051153,-0.017025769,0.011288871,0.0134224985,-0.008687672,0.004336204,-0.026911385,0.007605921,-0.0032047043,0.009515243,-0.019945651,-0.001416392,0.0009200772,0.0015259982,0.0020722966,0.009086234,0.0014028103,-0.0033190076,-0.016270095,0.0010667414,0.0043775537,-0.0016611591,0.0023972697,0.019611062,-0.021842616,0.018626787,-0.10878795,-0.007234606,0.02888953,0.0094101075,0.0011420944,0.0057176836,0.0065026856,0.058403738,0.013320154,0.005399532,-0.00074590836,-0.0042604986,-0.006357754,-0.0032608593,0.0068917484,0.006717754,0.00518999,0.01934783,-0.00904263,-0.014695093,0.0018431296,-0.013729739,0.006867324,-0.0062385667,0.0057036546,-0.026192684,-0.024597129,-0.003810549,0.01193127,0.025921045,0.025074195,-0.024947772,-0.004362556,-0.012714104,-0.0014478397,-0.0022294025,-0.019402301,0.019377008,0.005604724,-0.010441855,0.0009858137,-0.009088898,-7.838974e-05,-0.027273381,0.014424583,-0.0046784887,-0.0064192708,-0.012559931,-0.012223235,0.019806536,-0.008749172,-0.021194201,0.003741863,-0.01741413,0.014751156,-0.008309797,-0.00056222104,-0.0062315594,0.00043828654,-0.0117816655,-0.02046149,0.011282257,-0.017447703,0.011844391,0.0032721807,0.005755118,-0.018616784,-0.0029522353,-0.015835386,0.015420568,0.0029410128,0.015634442,0.0022090683,-0.019099096,-0.001710411,0.006261871,0.006046458,-0.016662484,0.014188524,0.004946674,-0.029363928,-0.016950922,0.015079563,-0.013017724,-0.02300684,0.0077994578,0.015920373,0.019406132,0.014800117,-1.8890521e-05,-0.004529127,-0.019938659,-0.032449003,0.004645374,0.014081046,0.0067282654,0.010105492,-0.010372133,0.023607636,0.00554195,-0.022883646,0.020986795,-0.008297845,-0.000518698,-0.006555202,0.009233127,0.008071684,0.007470513,0.0021754832,-0.0022127458,-0.0032290304,-0.0067273946,-0.0036186043,0.000786979,-0.0023460272,-0.0037847452,0.0058761053,-0.017456526,-0.013761883,-0.013464929,0.0038227923,0.011347855,0.0047480194,0.0005339897,-0.014394034,0.007626485,-0.015656818,0.018670827,0.0022052147,0.01694144,0.014381803,-0.01704367,-0.010849955,0.0077900803,-0.011496302,0.0050523197,-0.0017436121,-0.012824627,0.009414188,0.011074795,0.007951561,0.0054616556,-0.0093653025,-0.014389627,0.00046105913,-0.0025280076,-0.012900208,0.021841146,-0.013971208,-0.0026536714,-0.0091019375,0.0023590978,0.002766171,-0.018339917,-0.007728583,0.0006293844,0.010943809,0.014710009,-0.0011908296,-0.0058026216,0.010753676,-0.007902542,-0.029679812,-0.010485634,0.013969313,-0.008246935,-0.008135691,0.00066153734,0.024155715,0.009403865,-0.0074483836,-0.0333112,0.009765365,-0.015031788,0.031142872,0.023350378,-0.035972845,0.014262893,0.03773143,-0.0014600916,0.0003637421,0.009237845,-0.0037020866,-0.011061297,-0.014184636,0.008776331,-0.00043518207,-0.010864581,-0.0005012709,0.013631102,-0.021459179,0.005581151,-0.006725378,-0.02178307,-0.03152866,-0.010034989,-0.02315499,0.007906133,-0.011569367,0.017849982,0.012889428,0.015697207,0.00057417824,-0.00987553,-0.0013949191,0.023870118,-0.00018182541,-0.0052317204,-0.02543584,-0.010626827,-0.001533465,0.012767297,0.0016388423,0.024975363,0.00711937,0.03060406,-0.011522856,0.0014200532,0.02042653,0.004790292,0.012086139,0.0071828132,-0.012999363,0.01101302,-0.0038982702,-0.025658583,-0.006935204,0.0041461866,-0.012667519,-0.010752866,-0.0015493458,0.0123970555,-0.008242104,0.012346483,-0.021008259,0.0019775396,0.005153353,-0.00467664,-0.007925869,-0.010949446,-0.008999967,0.014839118,0.0007567904,0.011807172,-0.010189697,-0.00095637486,-0.004936761,0.004552805,-0.023585116,2.7644854e-05,0.011410266,0.013069545,-0.01853827,-0.004243699,0.0067427615,-0.007515436,0.015364082,-0.006025042,-0.00992472,-0.015507053,0.01378859,0.017095491,-0.008627839,0.01102497,-0.047056187,0.011037963,-0.012345124,-0.009382538,-0.006409961,-5.489632e-05,0.0115567865,0.0074427864,-0.039427456,0.020346243,-0.028999498,0.009648122,-0.00073493965,-0.0030236868,0.005677366,0.004150033,0.015823657,0.009825456,0.0058840024,0.0045358464,0.0033060238,-0.013961726,0.006341435,-0.01956473,-0.0029055432,-0.009510654,0.015968984,-0.012141362,0.029811388,-0.00073525694,-0.020702986,-0.012205609,-0.024820577,0.01791172,-0.0310289,0.012446685,0.0023544552,-0.020680005,-0.005533688,-0.029555222,0.010412348,-0.020129682,0.0190993,0.00861717,0.012326515,0.005576309,-0.02716891,0.013008447,0.012648237,0.01879129,-0.025655486,-0.013715937,0.017959392,-0.017152317,0.024763575,0.02437987,-0.0018755895,-0.0065344987,-0.008604028,0.011163097,0.027125603,0.023602964,-0.0068236925,0.0045974203,-0.019419478,-0.015570654,0.031538215,0.0048991377,-0.017866481,-0.019441156,0.014674505,0.0060661,0.033070333,-0.0045530046,0.0011912953,0.017003924,0.0026760062,0.017341439,-0.0010268782,-0.026520027,0.006398646,0.035949815,-0.02448075,-0.04628207,0.014266751,0.017820356,0.0032758175,-0.0006054371,0.0058238436,0.0042710807,0.0016599135,-0.0031633226,0.013339727,0.0013405249,-0.0031639123,0.011480761,0.002121554,0.019588493,0.021301072,-0.013829155,0.00061744696,-0.00031478633,-0.024016488,-0.0037390282,0.013595155,-0.026027327,-0.015205101,0.01117088,-0.0013644816,-0.027497895,0.0025039173,-0.0037374108,-0.010543951,-0.00632862,0.032633763,-0.008626395,-0.00032827788,0.021329232,-0.023141714,0.014393048,-0.0032995671,-0.0106407385,-0.0054866043,-0.0026413477,-0.0071500903,0.022024646,-0.011100181,-0.013021308,-0.009767632,0.0054818713,0.013355841,0.0045480295,-0.009471791,-0.002582327,0.023191197,-0.012524087,0.012067318,-0.010778114,0.009959232,0.012439596,-0.005017332,-0.010153486,0.008137909,0.008945579,0.009897074,-0.024263687,-0.009895489,-0.0170783,-0.014043914,-0.008578917,-0.02958794,0.0046997606,-0.015904656,0.017676339,0.0011891598,0.013810409,-0.00081221916,-0.00391164,-0.009541777,0.010925676,-0.010337526,-0.010016408,-0.008262208,-0.0039534206,0.023731768,-0.025210002,0.00015218617,0.0069687995,0.023886256,-0.013256811,0.0072019007,-0.00347273,-0.012853633,0.017214416,0.009378812,0.033522386,0.0009033951,0.029888662,-0.020921787,0.008927593,0.0079350155,5.227051e-05,0.011757938,0.024269072,-0.0042398865,-0.015409092,-0.009325369,-0.020046584,-0.02611689,-0.0038437974,0.01839263,-0.000100469835,0.00695352,-0.0038149634,0.016867712,0.0012889021,-0.019667398,-0.010814741,-0.002780341,-0.0010974612,0.0001726445,-0.019268252,-0.0056273364,-0.01682024,-0.021737296,0.0025683006,-0.01767431,0.010003735,-0.031245545,-0.00044530796,0.003174026,-0.0053409846,-0.005334807,-0.004278451,0.026511468,-0.00059138023,0.013933617,-0.021293577,0.004291361,-0.0042964625,0.010682751,0.0032975837,0.006845482,-0.021653177,-0.002680583,-0.002911923,-0.0235896,0.009762219,-0.013005376,-0.010929177,-0.019339867,-0.0025698722,0.010769451,0.003910994,-0.018119683,-0.0020290746,0.000990228,0.012661718,-0.0027684742,-0.00023466411,-0.0008977129,-0.015904255,-0.0172625,-0.003962874,0.0125287585,-0.04364,-0.013882657,0.0012469761,0.00061330164,-0.011059919,0.011331212,-0.022023411,0.0118993595,-0.01231139,0.0036743225,0.0031223502,0.012457362,0.00022665306,-0.008777471,0.019558193,-0.014462343,-0.013105893,0.009524059,0.0137844775,-0.01736489,-0.006109274,0.0055280793,-0.009847085,-0.013586507,-0.0037915115,0.0025420333,-0.0077134497,0.010775192,-0.008656029,0.0244222,-0.01797478,-0.01300503,-0.006699319,-0.013823872,-0.01710807,-0.0057847193,-0.008568749,-0.029054118,-0.020410126,-0.023398153,-0.0044558975,-0.023935722,-0.001691596,-0.025607144,-0.013831702,0.027159961,-0.004892081,0.012258091,-0.023900276,0.0010088648,-0.031740915,-0.045392092,0.0044526886,-0.004955981,0.0076287305,-0.01715695,0.0014483784,0.007051526,0.007987961,0.0011198949,0.011806891,-0.0015544632,-0.004313062,0.025465062,0.0048708,0.0076895873,0.010222842,0.015759971,0.011407269,0.013714361,-0.009569121,-0.0025933848,-0.00868304,-0.018837785,-0.027825179,-0.006216044,0.0069520385,-0.011405794,0.0013275875,-0.022501051,0.0046107853,0.010827781,-0.026206361,0.010084426,-0.0015292276,-0.0005529846,0.0053809807,-0.046019785,0.00040244238,0.009468586,-0.0026375486,0.023341477,-0.009450462,-0.011875708,-0.0067635784,-0.026129568,0.00866012,0.0030760758,0.013834437,-0.00038391104,0.008946825,-0.0010275794,-0.008753062,-0.01784714,-0.0040509677,-0.011422699,0.0121429255,0.03737437,-0.012583729,0.041626137,0.013633364,-0.02698122,-0.022317516,0.00090389774,-0.011261736,-0.0154850455,0.0028116922,0.01824438,0.014707534,-0.028473131,-0.0019314078,-0.020242322,-0.0023341742,-0.01715026,-0.0074837697,0.03318344,-0.013735466,-0.020144846,0.0040847436,0.016541274,0.012653048,0.03822295,0.009260059,-0.0102534965,0.008999776,0.018248199,-0.01573894,0.006770875,-0.013521795,0.02389851,0.0012297388,0.0025167137,-0.006101839,-0.0061677718,-0.0075452086,-0.001972934,0.007986928,0.0016497789,0.011856596,0.014504893,0.0025259038,0.0029129002,0.01653303,-0.009263554,0.0043623624,-0.002710089,-0.008270233,0.007769173,-0.02364672,0.015411548,0.0066733235,-0.010847773,-0.009091819,-0.011756212,0.0029168352,0.0021619943,-0.008623,0.003770237,8.075478e-05,0.008396091,-0.0046888418,-0.00110718,-0.009317427,0.01703142,0.017903917,0.001633202,-0.02324204,0.15015738,0.12387803,-0.014792758,0.0038042893,0.0046767117,-0.013530581,-0.035132084,-0.0008414164,0.025858816,0.003470377,-0.012412694,0.0012371549,-0.0033542886,-0.017910529,0.0027455336,-0.00321867,-0.001306034,0.0004913069,-0.022075135,0.0043737195,-0.0021702356,0.00023888006,0.014602736,0.021162726,-0.015313755,0.022407351,-0.014324149,-0.0063741524,0.01829206,-0.00971835,0.0015497598,0.0025584337,-0.00045981733,-0.0245898,-0.010968929,-0.008382998,-0.005436316,-0.009811591,0.006467688,-0.004947711,0.0063949814,0.024436949,1.4898873e-05,-0.028315559,-0.0046157693,0.0026969546,-0.013372893,0.010602465,-0.013589733,-0.0030323565,0.0038470223,-0.00848595,-0.020465126,0.001620267,-0.0032037317,-0.0046226582,-0.005178351,0.006405718,-0.0038652688,-0.009351184,0.0027420272,0.001015007,-0.015637614,0.03832686,0.007737366,0.006867072,0.00256358,-0.0031598643,-0.020313397,0.00707517,0.007094425,0.020140892,0.0010732654,-0.024981514,0.00089129456,0.00070904114,0.014934315,-0.022481604,-0.009646378,0.0065573077,-0.013666085,5.3153693e-05,0.005690436,0.015855223,-0.0003237069,0.00762166,0.017044926,0.008794645,0.09155729,0.0028553377,0.0022019402,-0.016526839,0.0045102746,0.009796052,-0.017217008,0.022849817,0.0072002653,-0.0020426642,0.024812946,-0.015514653,-0.0034392935,0.0063939877,0.025389532,0.004246543,0.012912406,0.0063638594,0.012851288,-0.003096796,-0.018805692,0.0034389636,-0.011828138,0.011388058,0.0041277283,0.022356272,0.014661645,-0.017993743,0.0022440772,-0.031478688,-0.11069391,-0.023821915,-0.011908897,-0.010433738,-0.025013994,0.030183535,0.011069056,-0.0017880783,-0.004699446,0.008605598,0.018659925,-0.015823761,-0.007465313,-0.0012704214,0.0009839671,-0.007745869,-0.0006209236,-0.020333892,-0.0146856,0.0036279159,0.0132702645,0.0024101827,-0.0036439102,0.009464246,-0.0112184575,-0.004867126,0.0007911867,0.016810035,-0.042294245,0.014602186,-0.002598824,-0.006355801,-0.010677753,-0.0048795994,0.022587141,0.01909505,-0.019212367,0.0018427485,-0.010152136,0.028101796,-0.008192763,-0.030293433,-0.02230801,0.0011373806,0.0019511187,-0.016387481,-0.00080427306,-0.0017107654,-0.018690266,0.009555416,0.023590097,-0.015125742,0.028425781,0.005299373,-0.007630579,0.020994704,0.0073870206,-0.017056903,0.014057671,0.026294583,0.0088648945,-0.012131529,-0.014299835,0.010647744,-0.0075155837,0.010501568,-0.021107804,0.0040806155,-0.0012409468,-0.013916103,-0.014778277,-0.011415224,-0.014198719,-0.011515258,0.003565804,0.008024843,-0.024082452,0.0013614657,-0.0080739735,0.0050822734,0.025624907,0.011491786,0.028790582,0.12267526,0.0067296242,0.00983527,0.013788012,0.013773599,-0.013135324,-0.0069100354,-0.0015793291,0.006368138,0.008058542,-0.008035122,-0.0022524835,0.019698214,-0.014756936,0.018110873,0.00509472,0.011102946,0.0015918611,0.029996354,0.0031908702,-0.01572856,0.003000256,-0.024466636,-0.023052968,0.0064694565,0.009516887,0.001302369,0.010146774,-0.020220784,-0.004637199,0.006512193,-0.002885386,0.029092675,-0.003455171,0.009699601,0.027628902,-0.0103173,0.0080482755,-0.0021658775,0.0035976702,-0.014583807,0.0072667557,0.01515012,0.0060175587,-0.031549107,0.19681345,-0.0011109577,-0.00548102,-0.028686026,0.015201079,-0.01565882,-0.013476409,-0.008924077,-0.022403715,-0.017590027,0.008464799,-0.027921647,0.0049501127,0.0050999126,-0.01610355,-0.016438585,-0.0052038548,0.016158326,0.0013869947,0.0005689049,-0.016479539,0.011524081,0.041058492,0.003349351,0.00017683987,0.0059514623,0.022319043,0.006082354,0.016031144,0.0074518076,-0.005304921,-0.0044701383,0.010502727,0.0059559867,0.014709369,-0.0031745033,-0.0105177555,-0.011587755,-0.017714614,0.0029619713,0.005625628,-0.008372497,0.010841967,0.024757765,0.004508795,0.009878103,-0.0084161805,0.016521955,-0.0065885074,0.0043027718,-0.0127399815,-0.0056806826,0.014425126,-0.022580754,-0.017958822,-0.014884303,0.04340172,-0.010030385,-0.020642644,-0.0071245604,-0.02238708,-0.0040010875,-0.027780082,0.0042918553,0.0012512676,0.013333882,-0.009275259]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 140,
          "content": "Freshness is king: BYD reigns with 200 vehicle software updates a year",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.024904327,0.022194048,-0.013967604,-0.054785576,-0.0026952433,0.0015389316,0.0158517,0.0053997114,-0.023082044,-0.0041184723,0.00061222323,-0.005519754,-0.008413092,0.01911203,0.117809094,0.027953064,0.021661932,-0.015784968,-0.0025109157,-0.0115999505,0.0032362132,-0.015748482,-0.02544322,-0.029094752,0.006764877,-0.005153665,0.023238912,0.001731524,0.04518721,-0.0047901226,0.015643809,0.003565915,0.02513539,0.021092026,-0.025169417,0.011425734,0.005051453,0.01666625,-0.0080078645,-0.004652167,-0.01515319,0.018421825,0.015928345,-0.028799415,-0.025745224,-0.00023040466,-0.0047682556,-0.026327355,-0.0054579503,0.0021083225,0.012721853,0.008040021,0.013161615,-0.1514154,-0.023957781,-0.0120589,-0.019495908,-0.0004941583,-0.011755266,0.00302422,0.00043177817,0.009156738,-0.017612573,-0.040599365,0.006468759,-0.03351907,0.026867853,-0.011751567,-0.012907913,0.026312903,-0.0072518475,-0.042940892,-0.019264316,-0.033385377,0.0034537383,-0.00021073138,-0.01926775,-0.019201359,-0.010014533,-0.0004352005,-0.013956579,-0.007304369,-0.00058149715,-0.025375782,0.0003269647,0.011053756,-0.0016145309,-0.023544408,0.010214494,-0.0005520251,0.0067583215,0.013882183,-0.0075056874,-0.028739028,-0.018510556,-0.0054151625,-0.0241305,-0.020068493,0.029834233,-0.003631633,-0.02193291,-0.0013390854,-0.005326319,0.021109927,-0.020693129,0.014839998,-0.012682429,-0.041125894,-0.0018848821,0.015299331,0.0039026814,0.012899394,-0.04384649,-0.012961005,-0.018305395,-0.1183664,0.01813522,0.010661978,-0.02544057,0.030681668,-0.03267922,-0.013923579,0.002191499,0.031920508,-0.0014088931,0.0057145497,0.022696713,-0.019459167,0.0070979786,0.030657481,-0.00092275394,-0.008258559,0.022161836,-0.03681171,-0.0054332805,0.015100916,0.035482433,-0.028600221,0.01158718,-0.025376657,0.009516182,-0.0106175905,0.0068756854,0.013649805,-0.0360483,-0.024684995,-0.01883614,0.042549986,0.03005379,0.0025185763,0.049820337,-0.0043582614,-0.0048478125,-0.034695704,0.019683558,-0.05719892,0.0062923143,-0.033986624,-0.00040686817,-0.019220693,-0.012988901,-0.00027150707,0.007865523,-0.029895807,0.0022213897,0.003929318,0.0022362722,-0.0002798951,0.0017011577,0.027950432,-0.008414861,0.02136164,0.004670022,-0.027213132,-0.016099473,-0.0061059026,-0.029155403,0.0008645006,0.006536491,-0.0009219343,0.0051668487,0.0018946766,0.031215517,0.028946906,0.0037338648,-0.011375568,0.004962918,0.023729274,-0.01850718,-0.0050539407,-0.004808354,-0.006733437,0.02822484,-0.025572522,0.017070435,-0.03408312,0.026841205,0.0044023464,0.003172041,0.03450832,0.03732637,0.012985833,-0.0010001174,-0.0033745698,0.014318584,-0.021897636,0.028121408,0.020897483,-0.0031143005,-0.00040692813,-0.014682768,0.014790406,0.0302814,-0.0021250625,0.0026985344,-0.0017258405,-0.006868774,0.018471057,0.013024907,0.000533748,0.022400636,0.010917499,0.0074026682,0.018429307,0.021004155,0.0043966775,-0.010115381,-0.004263429,-0.010566155,-0.015951019,-0.013294737,0.003792823,-0.016082434,0.022937765,0.000121499856,0.022897625,0.0055844616,-0.0218993,-0.023618996,0.048090834,-0.017484903,0.0068896883,-0.028451867,0.008525934,0.002317242,-0.016412139,0.002351371,-0.017894054,0.008788071,0.023175672,0.005291438,0.002290732,-0.0024508673,0.0178306,-0.0048480895,0.008678603,-0.009860732,-0.0034895556,0.0014120521,-0.009664554,0.0022840183,0.0057248375,-0.008540599,-0.03930804,-0.007138434,0.014441381,-0.00068739423,0.003866052,-0.032594375,-0.00072504964,-0.011247285,0.019197902,0.0047391225,0.00307001,-0.0047557256,0.00015792073,-0.06931388,0.031002317,0.0025954721,-0.027916394,0.012272437,-0.014608307,-0.0022453147,0.0045787035,-0.02494641,-0.00952451,-0.014057375,-0.005729606,0.01000986,-0.012458554,0.021525975,0.019402333,-0.00013457374,-0.005296895,0.0068114665,-0.043029357,-0.0072481437,0.009180608,-0.013798782,0.006211722,0.005008919,-0.0020886092,-0.01774252,0.04130679,-0.0050645107,-0.0005882872,-0.014849546,-0.002762922,0.025841806,-0.006428868,0.016975021,-0.016568735,-0.018760024,-0.010920957,-0.001102017,0.0006665882,-0.0025056337,0.017573848,-0.022226918,0.0065049427,0.001440801,-0.02645508,0.019324897,0.009732199,-0.04130486,0.019717505,0.018681673,0.008201919,0.012609794,-0.02644305,0.009306508,0.0052780104,0.0281664,-0.010357161,8.639169e-05,0.020740474,0.010422085,0.007285653,0.011909564,0.0046821972,0.0048576533,0.015493168,-0.024907546,-0.0089393975,-0.023558265,0.0025648507,0.020148711,-0.0036479214,0.002396504,-0.021719083,0.0023642667,-0.020552974,0.01212531,-0.016490884,-0.01270595,0.005883651,-0.005937649,0.022236086,0.010858577,-0.00072519406,-0.012450771,0.02259117,-0.002917754,0.0052140593,0.026712585,-0.019821791,0.013098017,0.007824676,0.018876702,-0.0047896197,0.015648657,-0.006285237,-0.018460942,-0.011270442,0.005621548,-0.0013438719,0.029482516,0.020081017,-0.012204506,0.005044063,-0.026590962,0.007121719,0.003394265,0.0061726877,0.0048670224,0.022169186,-0.0033988825,0.02848706,-0.0154310595,0.019472599,0.0024185255,0.008679685,0.0118828295,0.0070497524,0.0070342226,0.020750979,-0.0034840778,-0.024338646,-0.023852231,-0.033057243,-0.0007655589,-0.012476373,-0.0021382144,0.028521111,0.0060735513,0.020216215,-0.014328745,-0.002187392,-0.01759802,0.0049959277,-0.008858531,-0.0020443143,0.0102209365,-0.00022348482,0.0070094857,-0.013944029,-0.018086234,0.016322397,-0.02050558,0.03371412,-0.011836499,0.03660336,-0.0020051082,0.010428138,0.0041038366,0.014289933,-0.0052310387,-0.013929931,-0.0005423531,-0.012265975,0.007607017,-0.00502597,0.02469878,-2.0256884e-05,-0.022190742,-0.032135345,-0.011410399,0.0077424496,0.0017323702,-0.010242308,-0.015952056,0.013845838,0.004115149,-0.009941844,-0.014027104,-0.020696158,-0.0065408526,-0.023876661,-0.03851559,-0.0002404768,0.023219485,-0.0146099925,0.012226072,0.007993297,-0.0076339017,0.013110908,0.0051220288,0.00013364575,-0.004373217,-0.008844128,-0.021905094,0.026071092,-0.0026281576,-0.0072569977,0.007158065,-0.0055801794,0.007031772,0.009575886,0.008243023,0.01837651,-0.026007501,0.0035939908,-0.015729208,-0.027462648,-0.013789329,-0.017720215,0.007838046,0.0107258465,-0.020064475,-0.01667792,0.021110196,-0.0044368757,0.017418502,-0.010858273,0.011983106,0.01099544,-0.0050557447,0.009560445,-0.018711818,-0.011515373,0.03661537,0.0053602885,0.00069343706,-0.015751142,0.022678008,0.013594843,0.0052329903,-0.025212977,-0.025228,0.032192856,0.01046385,-0.016738001,0.013858477,0.013386929,0.0076347585,-0.019271582,-0.023128226,-0.032211892,0.017221075,0.013150212,-0.00435783,-0.012103959,0.027681595,0.020542087,0.016840078,0.00072144944,0.007903525,-0.009869206,0.012930119,0.026192203,-0.001134343,-0.01918223,-0.005864672,-0.013899609,0.002090706,-0.016069617,0.01716342,0.024381561,0.02525101,0.01093414,0.0059236167,0.018589633,-0.030394962,0.000694287,0.013689281,0.00063225994,-0.011044049,-0.0030968857,0.017570596,-0.0005945125,0.0037230614,0.007217935,-0.0064682937,-0.021166999,-0.009999597,-0.07219512,-0.009065971,-0.019510357,-0.0041477587,-0.012874213,0.0075071943,0.027189804,-0.017986715,0.028763404,-0.0009663166,0.00038039213,-0.007761128,-0.0015630246,0.0081811305,0.013864205,-0.0042750137,0.0051996424,0.018462399,0.040163342,0.008272451,0.021748003,0.0348961,-0.0014550241,0.012544364,-0.021754313,-0.016370304,0.025133865,0.0062475754,-0.036295027,0.008685383,-0.04616041,0.0036668365,0.008651416,0.016881334,0.013107341,0.019888895,0.025098551,-0.0035215195,0.04065367,-0.00055612193,-8.519774e-05,0.0011876622,0.014222244,-0.00997768,0.01903898,0.028279988,-0.023740066,0.02056353,0.030621924,0.014284492,-0.03410003,0.020864367,-0.008777702,-0.025810717,-0.010177758,0.015491143,-0.020763662,-0.012946408,0.013625849,0.02107485,0.0021422384,-0.01062425,-0.008613397,0.028202264,0.014058007,0.016983846,-0.007078817,0.0060413084,0.03759924,-0.002818957,0.005540244,0.0135902045,0.03259793,0.010244694,-0.014768983,-0.0028252841,-0.0034740674,0.019135447,-0.00061912305,-0.01935144,-0.009835506,-0.030252429,-0.107474096,-0.013138824,-0.004139506,-0.02926151,0.014785347,0.0126870815,-0.00073139713,0.00054944033,-0.00044732398,0.004427082,0.017822165,0.0070106722,0.00325858,-0.011598579,0.0005774558,0.020047488,0.008301345,0.01081056,-0.008686701,-0.020063302,-0.011787351,0.0010966362,0.0086753545,0.009655691,-0.01575647,0.013864355,-0.03795687,-0.00076947926,-0.007813526,0.0031159287,0.003740078,-0.15576367,0.024313588,-0.03385854,-0.023941841,0.00277717,0.007445694,-0.012876232,-0.012818769,-0.020280004,-0.038555585,-0.009278443,0.015482943,-0.023595762,0.0014495761,0.009265906,0.123833664,-0.011763261,0.005035421,-0.00017934454,-0.005028634,-0.00033420708,-0.0094756745,0.018110488,0.01870119,-0.014031466,-0.0049577346,0.03393091,0.022815093,-0.00069450034,0.0048275404,0.007988283,0.010004242,-0.0037507205,0.0005066137,-0.0073443325,0.00037144503,0.002751368,0.003506109,-0.0022980392,0.024736883,-0.0012855402,-0.008608596,-0.0028917536,-0.017392635,-0.033062693,-0.003406811,-0.0040177642,-0.0017290588,-0.03654681,0.009276199,-0.017741777,-0.07429755,-0.008057706,-0.0005488471,0.026393518,0.002776225,-0.025821513,0.003138855,0.0031159034,-0.023652218,-0.00520413,0.0016724446,-0.008967037,0.010601755,-0.019036248,-0.0090534445,0.03166895,0.0033760713,0.00592826,-0.0030124374,0.009876911,-0.012818519,0.0026702613,-0.011888579,-0.014282119,0.0071282457,-0.0003649791,-0.002984626,-0.012930972,-0.020613514,0.013340316,-0.024932599,0.035310213,-0.014235009,0.024948755,-0.020506965,0.03481715,0.0016234891,-0.013842287,0.028081253,0.00039475368,0.0031221854,-0.029665628,0.014544709,-0.01585852,0.049750526,0.017464174,0.0025252402,0.0048150737,-0.022317257,0.011359079,-0.016869236,-0.019824672,-0.023791669,-0.02050403,0.025510725,-0.008280626,-0.022949755,0.029025,0.022859856,-0.0058758617,-0.0026472758,-0.0068185567,0.0069864723,-0.028747443,0.032803517,0.016720843,-0.01863538,-0.002678067,0.0021920763,0.0016546681,-0.0002946472,-0.0011466388,0.016708856,0.0027674385,-0.0032290006,0.0018255616,0.009322267,-0.004789091,-0.03091767,-0.0030072795,0.014501143,-0.005796205,0.0006461033,-0.008716795,0.009201058,0.015416809,-0.001188978,0.014603124,0.00039051217,0.008632813,0.0005025187,-0.0026766106,0.012918216,0.003710522,0.0064013116,0.009381787,0.024841202,0.020039815,-0.01321674,-0.0031185935,0.005743138,-0.00023400864,0.005662591,-0.015210451,0.007847204,0.014678247,0.025558133,0.006225347,-0.011882598,0.0032550988,-0.010750456,0.010081926,-0.0016925775,0.0050948034,0.007906694,0.020279568,0.010238684,0.018221948,0.01085181,-0.002006144,0.0027017635,-0.019657282,-0.0007128536,-0.0057407706,-0.00035037208,-0.0030890144,-0.0066698194,0.0002736832,0.008190671,0.0018507965,-0.0010607741,0.012057863,0.011128008,-0.0011805444,0.0040268665,-0.009987058,0.013151338,-0.001264138,0.007668039,0.010781699,-0.02300589,0.0020961098,-0.028333234,-0.00028777766,0.014230122,-0.008950153,-0.008184871,-0.0042921333,-0.00016386497,-0.01463707,-0.0037265874,0.01566442,0.01506983,-0.009835174,-0.004645056,-0.0031216948,0.007992346,0.0105849495,-0.011671433,-0.0085052475,-0.006928129,-0.008283748,0.0063548987,0.008396469,0.00025661392,0.0020498887,-0.007320436,0.010878419,0.012936743,0.002965825,0.0156315,0.022014102,-0.015615371,-0.0005140757,-0.004209974,0.0047051194,0.002333747,-0.00088736526,-0.009257905,-0.0069199093,0.008449998,0.001453739,-0.005669576,0.012213113,-0.0058086915,0.015957559,0.0061758496,-0.021307359,-0.007231642,0.01633,0.0048796544,0.0016112278,0.00038315516,0.0052755508,0.0070701563,0.0008443451,-0.0048440793,-0.032370355,0.029577702,0.00028268158,0.0012287231,0.017299982,0.008651498,-0.014266775,0.00027271462,-0.013291817,-0.0067700157,0.006844155,-0.00651482,-0.0061309435,-0.013328081,0.006549113,0.0043841787,-0.0034039547,-0.007384487,0.0058183745,-0.010690498,0.005235033,-0.009845064,-0.019238187,-0.0046501937,0.015914757,0.0038359948,0.0090359785,-0.0038866217,-0.018157776,-0.006039473,0.00077834737,0.0018266039,0.008906935,0.0059566973,-0.0011916268,0.0018338179,0.018163377,-0.015640082,0.017916447,-0.005426853,-0.015785372,0.004811579,-0.02637587,0.0062430473,0.004608895,-0.013504466,-0.006387344,-0.008151557,0.006936696,0.008793404,-0.0078696655,-0.004166042,0.0043381285,0.022583831,0.00526869,0.0029772185,0.015564039,-0.012428869,0.017560488,0.0072441725,0.009579629,0.013910997,0.08364903,0.011238914,-0.00168736,0.009765321,-0.0025156261,0.011182401,0.010592327,-0.0014774338,0.01150512,0.019240635,-0.018255977,-0.014968463,0.009531925,0.004820742,-0.0013999216,-0.0041537522,-0.005295103,-0.010158404,-0.010325324,-0.013906479,-0.004383228,-0.011512611,0.0023294636,-0.010127784,-0.0054442706,-0.0014938419,0.0073775933,-0.007345963,-0.01861403,0.014933646,0.0065289824,0.0085994415,0.005669566,-0.0013133282,0.0011258761,-0.007037396,-0.0033698373,0.024112426,-0.0035845314,0.01906718,-0.0077843172,0.0019436764,-0.010303341,-0.0014378957,-0.0022656266,0.0060650893,-0.0012822214,-0.004040445,0.0025751188,-0.0016461697,-0.015046068,-0.024078742,0.006734635,0.008040189,0.0077250497,0.021616131,0.0051772464,-0.002576507,-0.010427007,0.016005252,-0.008988075,0.022000782,0.0039219656,-0.010005204,0.0070685665,0.004116054,0.012336459,-0.0029864742,-0.0015204874,0.014778918,-0.010207982,-0.011468404,-0.0068656295,-0.017454283,0.044321403,-0.019842975,-0.003261645,0.009469643,-0.007530914,0.0053572054,-0.026997376,-0.023044711,-0.01203484,-0.026792377,0.0023486766,0.021174673,0.0033566328,-0.0035046071,0.006777718,0.03035525,0.009527117,0.009146425,0.011753544,0.011691332,0.0068243486,-0.010844066,0.04631426,0.021547202,0.007035985,-0.0020445867,-0.0044395276,0.0026948887,0.005115423,0.014395497,0.00882779,0.007888407,0.0059059397,-0.009148609,-0.00767181,0.013420122,0.006156006,0.017949056,-0.0012320312,0.004737987,0.01480654,-0.00091421563,0.0048656645,0.015473623,-0.0069496194,-0.004888228,-0.0018745234,0.003598152,-0.012274122,0.01742702,0.009304221,0.009898866,-0.0076514953,-0.0066838437,0.0049243527,0.019990245,0.006692741,-0.0059620235,0.0063925115,0.023347171,0.0045333966,-0.0006748344,0.0027547448,0.029650394,0.0045021265,0.01078327,0.0066274856,0.0029898358,0.010288437,-0.019321725,-0.0078111417,0.020132866,0.017456315,0.0012870131,0.0026407405,0.0076463195,-0.0044993414,-0.023910977,-0.008543207,-0.009540021,0.005595254,0.00064369745,0.024305163,0.023499168,0.013489872,0.015068541,-0.019883575,0.008980216,0.00026414802,-0.010889793,0.010247388,-0.011471464,-0.0074555892,0.0135143865,-0.018111259,0.015115156,-0.0069679455,0.013610581,0.015893219,0.015307745,-0.0019230408,0.0021128773,0.015438537,-0.012688885,0.0048901807,0.0048763715,0.011295167,0.0038265528,-0.016395148,-0.004469158,-0.0028828275,-0.021343254,0.014420343,-0.00877603,0.010161918,0.0015888448,-0.007854847,-0.0036234679,-0.0012953425,0.00061436073,0.016697684,0.009575878,-0.01328181,0.0027196244,0.0071554505,-0.00048009874,-0.0182605,0.0028981057,0.012477262,-0.0040253373,0.00948631,0.016902888,0.00179149,-0.0013481558,-0.0028931499,0.012410057,-0.0096321665,-0.019174762,-0.007938815,-0.0040386133,0.0054397513,-0.018461855,0.0046994784,-0.012332124,0.023259174,0.0033329434,-0.0070736133,-0.0097913435,0.0091533745,-0.0005552967,0.008722561,-0.0016449153,-0.011419514,-0.014777362,-0.003549844,-0.0074703004,-0.01174655,-0.0036859396,-0.026941389,0.005526699,0.010756137,-0.011506652,-0.0028690207,-0.0030051125,-0.0055875536,-0.006259838,-0.0068835616,0.006348691,-0.012962293,-0.01476103,7.584469e-05,-0.009946228,-0.0036191645,-0.0035763946,-0.020129828,-0.0006334972,-0.018964969,-0.014731711,-0.0065431236,-0.023754306,0.0038684325,0.01108029,0.004458544,-0.076191515,0.035046954,-0.0032419665,0.01662017,0.0005293316,-0.018236034,0.0025302756,-0.013958195,0.008726998,-0.010225965,0.006466376,-0.011295107,0.015102971,-0.0034925193,0.012000313,0.028069934,-0.01570573,-0.009190236,0.009029056,-0.0066765454,0.005859626,-0.010214432,0.0028795316,0.009585337,0.0017261388,0.005345773,0.004212919,0.011613171,0.0005234018,0.009901868,-0.005911827,-0.0013365449,0.003681659,-0.0109973475,-0.0034934406,0.015125782,0.0018176886,-0.016873315,-0.0044594845,0.00785909,0.007941109,-0.007896797,-0.0077206763,0.0067084595,-0.010490461,-0.019996354,0.0132585475,-0.008689659,0.0084511535,-0.0057523306,-0.017281087,0.00090675236,-0.014715842,0.012846697,-0.012927383,-0.006417872,0.009711214,-0.006361979,-0.0073449328,0.0034574629,0.017330188,0.016955923,-0.004534633,-0.0017210032,-0.025306089,0.006238102,0.007682723,-0.0021176827,0.0044913646,0.018944245,0.012482604,0.004030845,-0.005368784,0.015785845,-0.007112369,0.010999523,-0.0034266224,0.017087102,-0.0044424376,0.012389749,0.005393079,0.002159223,0.010490115,-0.01492006,0.016375622,-0.003660023,-0.013552007,-0.0102433,-0.0071786945,-0.001430691,0.0056913276,0.011584427,-0.014805384,-0.012879485,0.012218574,0.010579688,-0.007090207,-0.003244264,0.011487462,0.016397888,0.00806621,-0.014316559,0.004471544,0.015837962,-0.0029772616,0.016097767,-0.0060414746,0.027136745,-0.0045986595,-0.00092907617,0.01035318,0.011709532,0.0070633884,-0.007217843,-0.01819695,0.0068097254,0.0018166548,0.00169042,-0.005336993,-0.0060113217,-0.033026382,-0.008663738,0.0018607732,-0.028250653,0.015167452,-0.013990641,-0.009696775,-0.0014118493,0.002554016,0.0016039182,0.015816275,0.019603427,-0.004496546,0.010630624,-0.00419242,0.015270519,0.022235258,-0.006357002,0.008491481,0.0031956306,0.0071587213,0.004233496,0.0016982154,-0.01423394,0.0027478037,0.009828621,-0.014008941,-0.00041220867,-9.06693e-05,-0.001808992,-0.010028813,0.0056726797,-0.013596536,0.01659672,0.014828296,-0.005013494,0.01890436,0.0043329718,0.012040546,-0.018691927,0.014109492,0.009915113,0.009163025,0.010068686,0.010732604,-0.014058562,-0.0018396043,0.0075515644,-0.008640703,0.0029696433,0.007833956,-0.0012991885,-0.017280633,0.03443773,-0.017585319,0.016548038,0.014623488,0.003862086,0.0145536205,0.010336401,0.021777447,0.024770617,-0.010501669,0.020585852,-0.009841119,-0.0014542695,-0.00096262264,0.007837388,0.0074146087,0.0018171686,-0.0112953475,0.0126987845,0.010461758,0.014470776,0.0020790515,-0.010602946,0.0016949158,0.004150311,0.0023312175,-0.007922209,-0.019905081,-0.009080792,0.008423106,-0.0032368365,-0.0065555116,-0.09010032,0.021536518,0.0070136935,0.0016992824,0.0046668174,-0.00966826,-0.020396406,-0.0107302535,-0.016915873,-0.011707521,-0.015520533,0.007944913,-0.0024297005,0.001020485,-0.020873396,0.005280224,0.0018601073,-0.0018004741,7.8900004e-05,0.0033406422,-0.0001944024,0.0005255156,-0.0007174686,0.00070206064,0.0038142884,-0.007553693,-0.002820687,0.0053157536,0.015287843,-0.007923048,-0.015052135,-0.013424296,0.016709657,-0.00908236,0.011652311,-0.012474168,0.010909035,-0.015018006,-0.12982751,0.01184306,-0.0040608197,0.0027652725,-0.0075045703,-0.0015618658,0.01640495,-0.010209023,0.008397306,-0.009628292,-0.009029855,-0.019112375,-0.0052234335,-0.01971304,0.004082905,-0.0055162385,0.0028791048,0.009814048,-0.010313747,-0.013858176,0.003560328,0.008540372,-0.0038169748,0.027811863,0.0096417675,0.026419213,0.0128166685,-0.0035328039,0.0051195174,-0.0027500666,-0.013509667,-0.012358683,-0.027791735,0.018652989,0.0044980436,-0.00021840037,0.00072731404,-0.017343985,0.021611704,0.010844624,-0.0036628803,-0.0011814529,0.010721096,-0.0070170015,0.002645076,0.0022128392,0.00086781225,0.012691536,0.010562613,0.00010660557,-0.006749283,0.016834278,-0.009210493,-0.021717086,0.0009141745,-0.014725133,0.0019794044,0.009531093,0.0046506254,0.009375,-0.006387267,-0.0027628255,0.03345471,0.0027418917,0.006171511,0.014907604,0.0019497616,0.004774487,-0.005852168,0.010191921,-0.0085150665,0.022244606,0.007351975,0.0056907227,0.0045582205,-0.005710553,0.0020324013,-0.0024361627,0.0019926995,-0.016103309,-0.014768052,-0.028067248,-0.021836888,0.01340842,0.011577593,-0.009061151,0.0027339237,0.012693635,0.006107135,-0.06338992,-0.004495024,0.016497381,-0.004753669,-0.013926338,-0.014852974,-0.015585212,-0.030489566,-0.0065321806,0.00019628667,0.007447076,0.018327335,0.016438581,-0.017044928,-0.014300493,-0.010312359,0.0050250334,0.009696177,-0.008303724,0.009158898,0.013243426,-0.014279267,-0.0005525817,-5.1965428e-05,0.00500406,-0.03566819,-0.0010787053,-0.0031922334,0.016950542,0.0053663705,-0.01714528,0.00094894425,0.008035235,-0.0021890295,-0.011131195,-0.005184073,0.02293292,0.015507184,-0.011207768,-0.015804969,0.002809116,0.0006454731,-0.011528693,0.0027005384,-0.027808418,0.0149306515,-0.006079072,-0.0035646071,0.016926417,-0.009299077,-0.00072078896,0.003551825,-0.008251715,-0.005646403,-0.011185943,0.004873358,0.016186904,0.009329101,-0.025842657,-0.034026805,0.034465883,0.00753156,-0.011685194,-0.0022362913,0.0022695065,0.007199809,0.01118708,-0.010211188,-0.018262768,-0.027826078,0.001797256,0.010611064,0.005339729,-0.0062419977,-0.0047534523,0.010238542,0.0050487565,-0.0050599407,0.01125461,-0.0115416115,-0.022429675,0.009327038,-0.008736761,0.018414464,0.018847333,-0.0053698015,0.027589165,0.013872889,0.015520921,0.01449143,0.0061316737,0.004073703,0.00542888,-0.011355897,-0.011955059,0.040819455,0.023823068,0.016159764,0.005468196,0.00054267637,0.008595773,0.008240769,0.011888351,-0.0226073,0.0007414243,-0.012609339,-0.002627044,0.01706503,0.011097879,0.005757431,-0.02129321,-0.015742697,-0.021957714,-0.0040637306,-0.15236412,-0.005488913,-0.0023917125,0.009150664,0.010165908,-0.014038802,-0.0017105137,0.0033403477,0.0040174047,-0.007816626,-0.0030829154,-0.006147463,0.000668761,0.0059245713,-0.0046754587,0.012079654,0.0058277636,0.008676487,0.0051490813,0.0014693117,-0.009616709,0.0014218396,0.0089495955,0.01970648,0.0024299778,-0.0015209501,0.015201835,-0.016487975,-0.0044038924,-0.016342804,-0.012999124,0.018106535,0.004631808,0.021182725,0.0018142924,-0.0055116923,-0.011607331,0.024176028,-0.009155978,0.022818862,-0.0066315797,-0.005234482,-0.007241144,-4.795391e-06,0.009328685,0.013342011,-0.02213494,-0.031914424,-0.03132641,-0.0029879762,-0.019608213,-0.025386203,0.014325456,-0.005428646,-0.016934542,-0.03513615,0.020352831,0.005268585,0.0013509888,-0.013187281,0.00041286074,-0.00712933,0.019530045,-0.0010507104,0.008837011,-0.0044142157,-0.0009387493,0.16059117,0.0004910598,0.008017881,0.018742481,-0.0075758616,0.006351893,0.010306678,0.0016712948,-0.00087436166,-0.013087935,-0.0118003115,0.006339104,-0.0017099608,-0.007050832,-0.018110134,0.00014257268,-0.014953168,0.0022319984,-0.007190942,-0.0013680164,-0.014298504,-0.003953768,0.010649095,-0.021998152,0.003980432,0.026328668,-0.020374607,0.014262651,-0.012028665,0.04356796,-0.009953022,-0.033234533,-0.0012822304,-0.0127485525,0.010007984,-0.02254768,-0.003761351,-0.017199978,-0.014839459,0.014468637,0.018966185,0.0070019374,0.006025514,-0.0029477782,0.023832195,0.0038697997,-0.0031742104,0.033093378,-0.017097333,0.00565025,-0.020128315,-0.012839372,0.010994895,-0.0071962276,-0.007420005,-0.011730689,-0.002112291,-0.016558908,0.011332105,-0.012391626,-0.0111612175,-0.0043015266,-0.010136937,-0.003326756,-0.005922641,0.018672498,-0.009912037,-0.012485553,0.013668394,-0.11417252,-0.00491881,-0.014048111,-0.02067344,0.00024928246,-0.006996028,0.003912185,0.005320187,-0.00568142,0.005161244,-0.011860788,0.004318575,0.0004056643,0.00023246833,-0.0018723424,0.013870822,0.008368538,0.019473597,0.020204687,0.011919597,0.0070570195,0.01774949,-0.0030194225,-0.022131233,-0.009576393,0.008051204,-0.02390603,0.0063578407,-0.0021291887,0.0014263713,-0.023998277,0.022793846,-0.012438707,-0.01394052,-0.00974381,0.0015374043,-0.007894863,0.011633168,0.007859708,-0.008667139,-0.002845456,-0.0063003064,-0.0018675894,-0.011571949,-0.0073228925,0.0030577534,-0.006405793,0.005240491,-0.036901254,-0.008466024,0.0017626168,0.006862205,-0.002306284,-0.025864081,0.007060191,0.012264133,0.022178335,-0.026550256,0.015518397,-0.0012640348,-0.0031181192,0.019390667,0.001294688,-0.0067203413,-0.008294884,0.011459758,0.013249121,-0.023364108,0.009438994,-0.024573712,-0.007754175,-0.01567883,-8.319891e-05,-0.007808069,-0.011389122,-0.0034953482,-0.011995313,-0.0027739455,-0.002386298,-0.0027819085,-0.011703123,-0.022692904,0.008959461,-0.011787669,0.014086184,-0.008569054,-0.016440487,0.012234758,0.0056311567,-0.009797738,-0.009073005,-0.011955031,0.009060894,-0.017903797,-0.0168111,0.0053267963,-0.0060230377,-0.012887164,0.007954034,-0.018421315,0.0069233137,0.019244246,0.00059973367,0.0024460515,0.0048262,-0.029077504,-0.012373458,-0.019623179,0.0005831691,0.013346448,0.0055202073,0.0029129395,-0.039160293,-0.0025996505,0.0016573322,-0.0054447483,-8.30244e-05,0.020637624,0.0073014093,-0.021984886,-0.004864346,-0.009338086,0.003200697,0.009724088,-0.007417164,0.007823225,0.026104696,0.007399712,0.013497056,-0.0001484532,0.012393549,-0.0021368596,0.012138105,-0.002523215,0.037656322,-0.0021564467,0.0074246638,0.016380457,-0.0047249063,-0.013719423,-0.005753026,0.005426587,-0.0010526679,0.009041572,-0.014840608,0.008121553,-0.005945992,-0.015834862,0.0012063903,-0.024418566,0.0132104745,0.0018444505,-0.008623778,5.887799e-06,-0.0076118433,-0.0052210055,-0.012720031,0.04615796,-0.0008456495,-0.011902271,6.324846e-05,0.014978971,-0.0014711252,0.0030595127,0.010263017,-0.01716557,0.017352102,-0.0018457543,-0.009161532,-0.0133313695,0.0010817993,-0.00578238,0.004555565,-0.024612542,-0.0008616281,-0.031812154,0.014209124,0.017105483,0.0042745383,-0.06798652,0.016397199,0.016661346,-0.0015313966,-0.0130055435,0.012036397,-0.009426288,0.0146110505,-0.010040453,-0.0068979794,-0.002199303,0.012684569,-0.0035633603,-0.014648375,-0.023569424,-0.0134913,0.012234345,-0.022964504,-0.014574551,0.005209399,-0.0076898597,-0.0012999403,0.0051594004,-0.02731892,-0.008280032,-0.011306815,0.00659008,0.009408809,-0.006033245,-0.04000827,0.005595294,-0.016271552,0.011032132,0.0056553883,0.004771386,-0.01821977,0.0041766334,0.00554956,0.000324146,-0.037371762,0.01098944,-0.020777185,-0.06290835,-0.01790516,-0.009734925,0.008721113,-0.009358538,-0.007049351,-0.0071207453,0.01709461,0.0034143007,0.0063665346,-0.0007035788,-0.02372801,-0.030971516,-0.0015730165,0.003165796,-0.015468239,0.0050355922,-0.029934537,-0.00042520286,-0.018259777,-0.028064298,0.012857743,0.00693649,0.0011313447,-0.010120255,0.009180844,0.024080807,0.040446073,-0.0072920737,-0.015386314,-0.005117203,-0.006595359,-0.008929864,-0.003445198,0.0107633285,-0.006360628,0.004007867,0.012909005,-0.0144742485,0.012905352,-0.01365136,0.027892288,-0.005836218,0.001459982,0.014170388,-0.08753404,-0.009608975,-0.01488702,0.0006357128,0.004480514,0.016214456,0.017577892,0.07271164,0.018780641,0.0008034285,0.0030361025,-0.011327663,0.0036987707,0.013209357,-0.008265013,-0.013419302,-0.006476037,0.00010501528,0.0066710473,0.006850601,0.0074486677,0.017474364,-0.0013697384,-0.006067884,0.004274853,-0.030274644,-0.019876666,-0.020036938,0.013338665,0.005065231,0.00561455,0.0056384373,0.01134795,0.009767987,0.0034691386,-0.009298347,-0.009953195,-0.006171061,-0.008617678,0.009820677,-0.0048824004,-0.02474058,0.0067337854,-0.0116506945,0.0110631725,-0.016978482,-0.012542267,-0.01728642,-0.012719953,-0.015465717,0.031258292,0.0063413642,-0.013143908,0.0052538365,0.023995148,0.018598795,0.00019691914,-0.010157575,0.012344837,-0.0027290995,-0.035443634,-0.003029234,0.006317542,-0.0073908446,0.010874619,0.0023865944,-0.019924158,-0.01019076,-0.005646983,0.019593496,0.008677228,0.00714925,-0.00752928,0.0060552834,0.0065949755,-0.0073554423,-0.001991821,0.002063639,-0.017607056,0.001212854,0.019409485,-0.016647886,0.008911604,0.009879836,0.023090366,-0.016059197,-0.0072849705,-0.009179498,0.023819083,-0.021685028,-0.011356482,-0.03261617,0.030679826,0.017232139,0.0013030376,-0.0012776422,-0.004390926,-0.0038610434,0.0062914896,-0.01204039,0.0032966638,-0.030863062,0.0017679312,-0.0012533185,0.014353077,-0.0033341597,0.00025551982,-0.0246419,-0.015397013,0.004742916,0.019581089,-0.019109514,0.019488458,0.0032671727,0.016276978,-0.016039094,0.013289834,0.006648639,-0.022204299,-0.004561302,-0.024049677,-0.020668114,-0.01717126,-0.017838499,-0.0022763181,0.0007554092,0.008708186,-0.017330885,-0.003704039,-5.79514e-05,0.0037640443,-0.00078990986,-0.004972927,0.03317741,-0.0013088069,-0.0031951773,-0.015669756,0.006397688,-0.013652657,0.01934351,-0.04026135,0.009258212,-0.0035162752,-0.024322366,0.021063767,0.010357674,0.013368035,-0.0001576804,0.004136291,0.01422865,0.011800762,0.006798661,0.020457162,-0.011075665,-0.0036872607,-0.003836167,-0.0072412794,0.021512879,0.01335902,0.014742035,-0.012229815,-0.0044017816,-0.017190194,0.002937111,-0.012166825,-0.009541749,-0.015930383,-0.005078416,0.020840105,-0.007307667,0.023738094,-0.019207755,0.0065131565,-0.012740443,0.027529143,0.0009380871,0.0038503897,0.004890796,0.004660488,-0.01721081,0.0090555465,0.014312984,-0.010428219,-0.0039954977,0.027134843,0.0047061774,0.018096697,-0.010274848,0.02827992,0.004224006,-0.004439492,0.008549848,0.007293384,-0.013233071,-0.014395498,-0.012296069,-0.021674197,-0.0010986492,0.008551576,0.0041955165,-0.010720556,0.008662643,-0.007072397,0.011849919,0.008582413,0.026776817,0.023751864,-0.021542424,-0.017741894,-0.02568185,0.014154208,0.017057247,-0.0018831312,0.01640993,-0.0034903556,0.0045222444,0.02013679,-0.006986365,0.018289614,-0.0003193568,0.017501216,0.01750705,0.0033514886,0.017459676,-0.021241551,-0.025394969,-0.016476057,-0.0140740005,0.022849943,-0.009394564,0.012152557,0.0068820305,-0.009435205,0.0042817104,-0.001599305,-0.0024880029,-0.022445142,-0.01575838,0.007944256,0.0023537027,-0.009834194,-0.0066617727,0.012501922,-0.00028069626,0.007899591,-0.006411506,-0.009370987,0.01724787,-0.01802741,-0.0072478075,-0.0056226947,-0.010184504,-0.020776793,-0.019424176,-0.0012372144,0.002977661,0.003323087,0.026946878,0.009600442,-0.00082638307,0.001842499,-0.01131135,-0.005791452,0.013232889,-0.033791788,-0.012047781,0.004408107,0.0130385235,-0.0014707284,0.0012248062,0.014485708,-0.012100706,-0.019651586,0.00868268,-0.02108589,0.03022666,0.012780211,-0.0293062,0.003440327,-0.007861112,0.012059024,-0.025561476,0.0023510484,7.250396e-05,0.011539154,0.012032413,0.0076836366,-0.0024651939,0.0013438761,0.025265798,0.011246605,-0.011519322,0.015453062,0.00096635765,0.009321139,0.013148198,0.009855366,0.009507404,-0.006532871,0.005206394,0.020815007,-0.020120904,0.0022850924,0.016455246,0.015160957,0.010474388,0.011645024,0.0114375055,0.0047375318,-0.004069118,0.0051111327,0.0069459868,-0.00034801988,0.010420722,-0.01047584,-0.008256311,-0.017498223,0.003122657,-0.012957345,-0.01180482,-0.00991214,0.00082353374,0.0042641424,-0.0055281576,0.009438232,-0.02614187,-0.004770384,0.012275322,0.007014553,-0.010488465,-0.004187706,0.01157934,-0.01585488,-0.0043102005,0.0032113714,0.007551802,-0.00058235374,0.010964989,-0.011769641,-0.006830536,-0.006810015,0.008200213,0.009180562,-0.016697194,-0.0024953133,-0.0002296841,-0.017495928,-0.0046679457,-0.004902177,-0.0033180017,0.009911693,-0.016157433,-0.017067937,-0.007157672,-0.009003769,0.0040386394,-0.0022353549,0.0015668749,-0.0033869238,0.009544075,0.028345171,0.020817475,0.02090217,-0.01035092,0.018408349,-0.0047897496,0.008856228,0.018548733,0.0028308106,0.0076762983,-0.016978335,-0.0073776017,-0.0111505445,-0.005540219,0.014860102,0.010329537,-0.021900501,0.0042557213,0.014204363,0.016585067,-0.019073224,0.01818794,0.00054391555,0.007590734,-0.00506651,-0.005782269,-0.0077688317,0.007878757,-0.025443193,-0.019742781,-0.008830723,-0.0118564395,0.011084224,0.015085114,0.020177754,0.004779528,0.0138731655,-0.013893369,-0.007891943,0.029290626,-0.002422208,-0.022228232,-0.0002719934,-0.011098335,0.0018507934,0.009785058,0.011540269,-0.00971059,-0.018185144,-0.02382275,-0.009114594,-0.009362275,-0.000992759,-0.002210729,-0.01701998,0.009649339,-0.0024822277,-0.004714852,4.313611e-07,0.016334517,0.0144433165,0.009800672,0.0103074955,0.012331289,0.014463172,0.0045616436,-0.012276116,-0.003235667,0.004581315,0.003366789,0.01036611,-0.010542089,-0.0031254364,0.024931531,-0.017800517,0.024867825,-0.0026281285,0.017465083,0.0037235725,0.009036159,0.012358359,0.01886538,-0.010328521,-0.0050915936,0.022946587,0.0062559997,-0.014792644,0.015217635,0.0044542574,-0.0057350947,-0.0058189086,-0.0032568357,0.012352842,-0.009778547,-0.013167363,0.0073934766,0.0032907883,0.018443068,0.008342995,-0.0056951316,0.025011275,0.02924959,0.028112208,0.0065875156,-0.020962453,-0.02501665,-0.001216631,-0.022470666,-0.006530501,-0.00062419055,-0.018026046,0.01326012,-0.055463947,-0.020866018,-0.00740131,-0.008204545,0.00453623,-0.004080404,0.015616856,0.0015992309,0.010297534,-0.017962081,-0.015276779,0.023489337,-0.020951143,-0.0037357954,0.01362589,-0.035455372,-0.025792914,-0.008425952,0.018743286,0.010978255,0.0039238716,-0.0056969672,0.007833117,-0.018646743,-0.005296756,-0.03012329,-0.0037232973,0.01516149,-0.021771178,0.0011912109,0.009958344,0.0069830148,0.023522163,-0.009833547,0.014548506,-0.002069854,-0.028324043,-0.020090079,-0.017924009,-0.0069738585,0.0062737176,-0.016762862,0.0070845378,-0.005468487,0.009415411,0.017055262,-0.02081223,-0.018730719,0.021792758,-0.0035636309,0.00039244868,-0.015413758,0.0016723113,-0.0035658798,-0.02369846,0.009471571,0.012263215,-0.018653417,0.0021478075,0.028877418,-0.035357565,-0.008175968,-0.017747799,-0.034488466,0.015533596,0.02405637,-0.0005955276,-0.04072045,0.0053691976,-0.008345998,-0.014744565,-0.003110608,0.030903704,0.007942526,0.006039997,-0.03104545,0.0010302197,0.007865489,-0.027309244,-0.010893578,0.008793088,-0.011324947,-0.0044795736,0.0021538958,0.012174876,0.0069847973,0.005380991,-0.014856544,-0.014843095,-0.0021737034,-0.04062629,-0.001929398,-0.017463636,0.003984987,0.022799606,-0.029536735,0.02389028,0.003898381,-4.3402768e-05,-0.00022688613,-0.0049558235,-0.013762978,-0.0012003116,-0.011653939,-0.010481225,0.009645702,-0.0041903546,-0.009446372,0.0028277356,0.005768119,-0.017041186,0.015624793,-0.009671528,0.012146835,0.0026104907,0.013282811,-0.0055053546,0.0020017668,0.008318683,0.0057384134,-0.009132386,-0.0068495334,-0.01921924,0.0009798827,-0.001313955,-0.0010267228,0.006289658,-0.005295631,0.013652529,-0.008699417,-0.0011228127,0.020248534,0.014942297,0.0050896197,0.0012779363,0.026869642,0.013548622,-0.008812278,-0.017076148,0.015970364,-0.01613224,-0.012439458,-0.013514944,-0.017082898,0.01201301,-0.014969867,0.021021508,0.01922197,0.020631991,0.008786187,0.0017867107,-0.019529963,0.02766028,-0.009262517,0.018236091,-0.0062257093,-0.024662485,-0.008192838,0.022142772,-0.007876597,0.0014495587,0.014411727,-0.00810533,0.004424978,0.007983522,0.0012641832,6.874999e-05,-0.011392403,0.025760813,-0.018122775,0.0031872604,0.0013196188,-0.014323787,0.0029456136,0.0033123586,0.0067173294,-0.01292411,0.011030762,-0.0068828417,-0.011192623,-0.051223747,0.015070813,0.029506484,-0.0037561571,0.027049951,0.010279445,0.035392147,0.022578351,-0.0032145623,-0.0107399365,-0.015107005,-0.000528914,-0.023449013,-0.006873708,-0.0010988644,-0.016632518,-0.0051296335,0.014474051,0.019106265,-0.0017507061,-0.012401556,0.020584082,-0.0007449819,-0.01489812,-0.005229009,0.010441131,-0.026584705,-0.0150391655,-0.0016689503,0.019093469,0.008802412,0.014147289,0.038097892,0.02450135,0.16821252,0.12075956,7.0866605e-05,0.022253,0.035375357,-0.009499661,-0.0070774015,-0.018795872,0.0042698425,0.011447148,-0.015787093,-0.014821072,0.018736953,-0.027236978,0.008266688,-0.014875269,-0.018510727,0.002630719,-0.008782205,0.00576691,0.0180173,0.017427504,-0.0044722734,-0.0045035346,-0.040600646,0.0220321,-0.025517015,0.0049013635,-0.0019055216,0.004034895,0.004745227,-0.008232269,-0.014011025,0.00444819,0.0077294144,-0.018790692,-0.0010766712,-0.002038121,-0.0055114925,-0.002607047,-0.027343104,0.003499158,0.011676256,-0.03337434,0.018690068,0.0025800087,-0.011387888,-0.01678777,-0.005184584,-0.021247018,-0.00015192755,-0.012594087,0.0040307604,0.006611469,-0.003971882,0.007706174,0.005678274,0.002807225,-0.0069169044,-0.008813968,0.010067885,-0.007547893,-0.0076212185,-0.003887117,0.019868596,-0.0027633042,-0.01929297,-0.0040089185,0.0011343625,0.011347846,-0.010531233,-0.0050218627,0.013137935,0.004199866,-0.019781534,-0.0017056796,0.0028435336,0.0018675112,0.003858375,0.026142327,-0.0071766083,0.0032489053,-0.0011461921,0.015451632,-0.010400771,0.012307257,-0.015382693,0.015145694,0.09825447,0.0017894107,0.0065502864,-0.018509453,0.009526935,0.0108052315,0.009243819,0.045502685,0.0065993895,-0.020635279,-0.0011427937,0.0026706778,0.017168071,0.01023417,-0.010103066,-0.005072098,0.0030168667,-0.0056037214,0.0007944422,0.017968522,-0.008407105,0.0081857825,-0.010479979,-0.022337873,-0.013782321,0.0135380775,0.01173616,0.002459736,0.0052610524,0.0106733525,-0.09738557,-0.033710934,0.013844563,-0.008246644,0.020013656,-0.011713353,0.03636822,-0.010240462,-0.00822233,-0.00022994404,0.0010581178,0.002071122,0.0046195397,-0.010639804,0.0039779497,-0.0049163406,0.013423242,-0.0015774386,0.0011475743,0.0059770984,0.00041146946,-0.0018928997,-0.0093181385,0.0076031047,0.0041818502,0.016133357,8.5629516e-05,-0.0031631507,0.0023601502,0.019928083,0.008177504,0.005398898,-0.021493223,-0.0019243514,-0.00070072146,0.023765048,-0.009269224,-0.010033808,-0.035210032,0.0024127045,0.006081017,-0.01243678,0.008577005,-0.007262525,-0.024631448,-0.028624984,-0.00628668,0.0035201695,0.0061449753,-0.009375203,0.04726444,0.0117294295,0.0059241396,-0.017095126,0.004791795,0.0016401334,-0.009327901,-0.028617516,-0.026153881,0.01020824,-0.016364675,-0.0020325198,0.026582636,-0.01647832,0.009737129,-0.014054628,0.011467281,0.010552024,0.009277348,-0.01780049,-0.018904937,0.015581608,0.00046874245,0.013089592,-0.0035099403,0.002297349,-0.008467748,-0.00625781,-0.0070457296,0.022153813,0.009944407,-0.023343174,0.02661157,0.12012134,0.035100434,0.011339838,-0.005876074,0.006744042,-0.018305399,-0.0016625435,0.009059443,0.0074859513,0.030547297,-0.0074523515,-0.0063108196,0.015132139,0.00041145575,0.008595146,-0.00828273,0.022666074,-0.026680635,0.036046866,-0.013576967,-0.015439886,0.006988555,-0.003718588,0.0036104317,-0.014979103,0.010366617,0.0020844669,-0.013102446,-0.030457571,-0.0005320156,0.0005741909,-0.020036604,0.0042136866,-0.013180135,0.014887406,0.003154218,-0.0043531335,-8.328518e-05,-0.03024915,-0.002879015,0.0020435234,0.011486352,-0.00886205,0.00068658526,-0.04749682,0.18467015,0.019016407,-0.032787483,0.013732041,0.0020911323,0.016360406,-0.0071618604,0.0152015155,0.010338404,0.014888734,0.0074648582,0.0019882272,0.014485539,0.023019427,-0.007592358,-0.014721925,-0.00071917835,0.037530664,-0.0069420543,-0.030590728,0.00020246465,-0.011108585,-0.021172639,-0.0029470483,0.013616736,-0.011070677,0.012309109,0.0010486002,-0.0017753153,0.016831418,0.022109574,0.014220532,-0.01638342,-0.020279717,0.014496074,0.007091295,0.005545455,-0.00018267638,0.012071325,-0.024712453,0.01072653,0.011348499,0.005393086,0.015510336,-0.002208153,-0.03013454,0.003977945,0.024710687,0.0070000524,0.027380109,0.012441596,0.015955037,0.004960465,-0.0043489547,-0.0104159275,0.0018316387,-0.00011250009,0.024343427,-0.008797943,-0.022163538,0.0070648156,0.003314975,-0.0046223872,-0.005245226,0.01283636,0.006313618,0.0014333368]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 141,
          "content": "US shares jump 3% as ceasefire deal lifts investor sentiment",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.00034527254,0.017701957,-0.024719147,-0.07093266,-0.026253445,0.013588713,-0.042287372,0.0016704266,-0.0066180457,0.022234188,0.016168622,-0.028505804,-0.015053041,-0.019677553,0.10302612,0.003418404,0.0023388967,-0.024273314,-0.0022856137,0.0022700184,0.010031029,0.012083384,-0.007987043,-0.0118897855,0.055140644,-0.017252555,0.021358902,-0.022453114,0.0104171,-0.016686497,0.005430374,-0.006961756,-0.010228592,0.022070665,0.00415334,-0.009819985,0.014621838,-0.0027002883,0.026779162,-0.0024549768,-0.009529843,0.018332213,-0.0054951054,-0.014021189,-0.029013082,-0.0056991917,0.0070405183,-0.029595168,-0.008630913,0.036799647,0.0020738167,-0.031033553,-0.01074837,-0.16594712,-0.011926361,0.0013022679,-0.018042173,-0.015412695,-0.00074927934,0.017575346,0.0030730614,0.0051185205,-0.0022749787,-0.027761199,0.020568851,-0.02838741,-0.0030581483,-0.006088827,0.0048015467,-0.004597002,0.007509882,0.0047743088,-0.010807994,0.010771106,0.046074584,-0.010139798,0.00809502,-0.0047898376,-0.01169868,-0.0047616954,0.0027250883,-0.01586162,-0.0119783105,0.009899367,0.04174329,-0.0039025396,-0.014062845,-0.00397079,-0.004441931,0.023993745,0.02205911,0.018418038,0.0014167952,0.007824973,-0.017581243,0.00890859,-0.018680155,-0.019216409,-0.009074398,-0.017715205,-0.011026572,0.011299769,0.018491548,0.009607657,0.012246136,0.00271975,0.022577345,0.040896006,0.04722859,-0.007243035,0.014028384,0.0031082646,0.0006099883,0.020910647,0.0067702173,-0.12450867,0.011309651,-0.005884253,-0.005333961,0.0034331158,-0.008939413,-0.0022669884,0.0022292386,0.023472808,0.010306438,-0.032771513,-0.007487165,0.012280433,0.015886942,0.017644294,-0.006068725,0.0036900267,0.024848675,-0.008947714,-0.01503504,0.024827994,-0.019328618,-0.0013438709,-0.0053211087,-0.04981245,-0.004549238,-0.021893794,-0.014661136,-0.0001536802,-0.009656304,-0.021082044,-0.0013973515,0.009371651,0.0069420785,-0.020216404,-0.015998377,0.0017886363,-0.014727499,-0.017284794,-0.00831067,-0.04264109,-0.006202519,0.011165709,-0.013343261,-0.0127713485,-0.035373088,0.025741216,0.016794177,-0.0029515247,0.038151465,-0.008181749,0.025358176,-0.010493832,0.025880076,0.0011882413,-0.010695014,0.0070697395,-0.0005623052,0.01532266,-0.01508599,0.01195021,0.032297105,0.0018852277,0.010644784,-0.00690641,0.003920543,-0.00732719,-0.023758134,0.048041373,-0.018440343,0.011676515,-0.0038048099,-0.015385608,-0.021012513,-0.0066468245,-0.010835617,-0.0012405653,-0.0070007704,-0.011437333,0.019484162,-0.0031647538,0.015369744,-0.009477939,0.016342418,-0.0016364245,-0.0033628123,0.0012432351,-0.014561194,-0.011606483,-0.010263071,0.00846095,0.002848957,0.0055054044,-0.0054617375,0.020916644,0.010555417,0.03852398,0.0029992536,0.004432457,0.042749904,-0.00972047,-0.0007526986,-0.01485359,-0.015929777,-0.0041329484,0.0009686541,0.026114576,0.0067505054,0.0033280752,0.013018637,-0.00381911,0.011008646,0.0072475225,-0.000503989,0.008407184,-0.015574553,0.019557659,-0.004332519,0.02065181,0.013342946,-0.008378315,0.027272828,0.0022859904,0.0026323122,0.024858866,0.0013140704,0.016827604,-0.010254558,0.012784941,0.0093263015,0.005505508,0.010636184,-0.0030070886,0.00986983,-0.01767042,-0.013576257,0.007153464,0.010569939,-0.024037244,-0.022526026,-0.00070226484,-0.007418491,-0.019364353,0.021130603,0.0075904103,0.008650213,-0.014989384,-0.025364542,-0.018553568,-0.014328609,0.013731403,0.015287406,-0.019761235,-0.042990457,0.02739581,-0.017168485,-0.012116064,-0.007748434,-0.006549273,-0.009341254,-0.022696681,-0.06791827,0.013888708,-0.014374381,0.0053019742,0.0035231747,-0.00043428084,0.023840223,0.02708846,-0.009585382,-0.00021541733,-0.005359601,0.004401578,0.011357611,-0.0010763091,-0.0076217293,6.7330795e-05,0.0046198796,0.0061287466,-0.0017509018,-0.01676399,0.03648809,-0.001582206,0.015868686,0.015079163,0.00045063562,-0.0016195541,0.017211916,0.04410912,-0.016267745,-0.012580568,-0.0029132995,-0.033129465,0.04436412,0.015122765,0.0028879428,-0.0003964581,0.00025702594,-0.006125239,-0.00596438,-0.030546142,0.0008790001,-0.0016171979,-0.025680387,0.0044484157,0.022935197,0.03166202,-0.004884105,-0.008828004,-0.009128952,-0.051745057,0.006949419,0.03749815,0.00603717,-0.007918699,0.00060704385,-0.024555972,0.014956601,0.0066945353,-0.0062278416,0.023690408,0.010416713,0.0078693,0.0067222537,-0.018904515,0.008330601,-0.014887101,-0.012529647,0.0017466205,0.014251738,0.00089056627,-0.009473045,0.0016508392,-0.014280014,-0.02439741,0.0010875377,0.02225682,0.04879026,0.018904543,-0.032338057,0.031891648,0.02195591,-0.021261333,-0.01026994,0.0341082,-0.0019989433,0.012649259,0.0044400366,-0.028066766,0.002288964,-0.01847607,0.025354085,0.002698422,0.0070728706,-0.035035267,0.0077692186,-0.0067909313,0.0062275594,-0.021174368,-0.012443199,-0.018631248,-0.0052614817,-0.00018829119,0.023158522,0.006126193,0.017313438,0.03156756,-0.03450984,0.012946259,0.0041445354,0.006101302,0.023655593,-0.008687644,-0.0038542962,0.0007107517,-0.0090026725,0.017798323,0.01171474,0.0050893137,-0.03728486,-0.0019422598,0.016821371,0.003897351,-0.012393534,0.006371009,0.009161568,-0.0009221638,-0.00063232024,-0.030029347,-0.003871065,-0.013012561,0.01569165,0.00423725,-0.0009035861,0.00067421224,0.006125245,0.0034463885,0.0005850334,0.017785795,0.020152245,-0.008918816,0.001135029,0.0368445,0.028256454,-0.007530261,0.028629147,-0.000179929,0.0041540037,-0.012340226,-0.0031971834,-0.002128826,0.0063614924,-0.018339021,0.019531071,0.016372837,0.03863386,-0.0087343855,-0.026790973,-0.0028368563,-0.0009981741,-0.010821433,0.019527227,0.0024930239,-0.0028674188,-0.013668585,-0.0136726005,0.035429154,0.0016330552,-0.012546925,0.015214009,-0.027415441,0.018247908,-0.014676323,0.014016084,-0.018703403,-0.0048238817,0.010380363,0.012532388,-0.022480063,0.010286582,0.035359286,0.0042268597,-0.016264757,-0.014579398,-0.03984074,-0.023016237,-0.023010878,-0.0062676053,0.02806434,0.006969774,0.01686503,0.0144435335,-0.027439723,-0.022728309,-0.0055711083,0.01902029,0.008417341,0.0016785179,-0.008006842,0.0051287734,0.017970087,-0.026403872,-0.012732326,0.029015264,0.012688403,0.034502555,0.002897875,0.0039929114,0.013954365,-0.010043776,0.007068693,-0.011596157,-0.028196318,0.00023520131,-0.0017900881,0.043114416,-0.0061767697,-0.015434905,0.0032156627,-0.0028752862,0.012255655,0.017017445,-0.0119002955,0.017537419,0.017759163,0.01587245,-0.011605959,-0.01731934,-0.009315488,-0.04554398,-0.026962072,0.0018236483,-0.013842985,0.0217309,-0.012405049,0.0048209275,0.0052712956,0.03448442,-0.01778359,0.0035638537,-0.01109171,0.019302858,-0.0038715284,0.0011676312,0.004827894,-0.028141968,0.01678379,-0.005909451,-0.0027061156,-0.013986828,0.009552289,-0.007731951,-0.014139344,-0.004319697,0.005479125,-0.012689047,0.01889909,-0.0077456124,0.030779608,0.013802757,-0.0069220574,-0.006688353,0.0002472409,0.018868472,-0.0016120845,0.020145558,-0.012331054,0.023057066,-0.017624503,0.022533821,-0.072665825,-0.0091995085,0.029677322,-0.012256325,-0.0062888563,-0.00735224,0.020338533,-0.010910564,0.014408675,-0.020065537,0.0061296653,0.00380729,0.026387794,-0.007126836,-0.03670634,0.002880666,0.041182753,0.0068276743,0.043682378,-0.027169703,0.02023842,0.033359643,0.038347017,0.028493632,0.033741467,-0.037662793,-0.014321499,-0.00999248,0.00829663,0.013137848,-0.011296082,0.0076340274,-0.0020903777,0.022679724,0.0063623665,-0.011375149,-0.003516449,0.011662222,-0.016557012,-0.0018888483,0.013591168,0.0035664372,0.002076373,-0.018706836,-0.025763873,0.015573088,-0.0052406117,-0.0050183763,0.009972486,-0.004723292,-0.0034373053,-0.007529401,0.025042979,-0.0114393905,-0.01598609,0.00047207257,-0.023954932,0.024286577,0.0058011115,0.015414861,0.010863576,0.005004299,0.015729781,0.020221574,-0.0065500857,0.019482533,-0.012104093,0.039180703,0.009473754,0.013170203,0.012499148,-0.014243002,-0.0066019488,0.008372693,-0.0011062825,2.2462123e-06,0.0032533698,0.00969762,0.02406005,0.004498992,-0.005379876,-0.019357486,-0.08471561,0.012236596,-0.008343044,-0.02170787,0.0069465134,0.010615113,0.008489617,-0.028848885,0.0071341265,0.020839762,-0.024153082,-0.00011725196,-0.022350943,-0.02723877,0.04183592,0.021581262,0.009202772,-0.006818775,0.030053554,-0.0063811713,-0.027420372,-0.019201087,0.0019391434,-0.0033618286,0.034486823,-0.0036894842,-0.011950413,-0.003045776,-0.015863204,-0.017080495,-0.026283514,-0.1453642,0.009487861,-0.0016523182,0.034078076,-0.0041405708,-0.00870328,0.005380746,0.0129208,0.01297744,0.02330383,0.0049908385,-0.034397725,-0.03613122,-0.002583131,0.011652094,0.13304587,0.0042788167,-0.019522894,-0.0053922078,0.0062761093,-0.009837722,0.00075647986,0.005408031,0.0061235274,-0.02802787,0.010870008,0.039959036,0.015524458,-0.00066734926,0.027781706,-0.02147936,0.04388908,0.0075374804,0.01370018,0.021300105,-0.008703747,0.014988515,0.010369741,0.0046815397,-0.018943805,0.018660024,-0.011569992,-0.008264941,0.007308315,-0.012123093,0.025878882,0.0018090066,-0.00562827,-0.014585022,0.010306861,-0.027464796,-0.048710674,0.017946783,0.017803296,0.005277153,-0.015515894,-0.017462933,-0.0017255597,-0.016009307,-0.02269262,-0.008609831,-0.020294953,0.0062365825,-0.023193395,-0.0008659685,0.010632908,-0.004740064,-0.013741922,-0.029377941,0.0064243022,0.0005714574,-0.0022188898,-0.019197505,-0.00013440313,0.014229832,-0.01536612,-0.0070833093,0.013939244,-0.00681775,0.033323962,0.0046339096,-0.008515777,-0.018133583,0.0032247095,-0.0049511767,0.0017271404,0.0074899467,0.014325798,-0.013263498,0.042847548,0.02021541,-0.0022743845,-0.0043856804,0.0074337134,-0.0064139003,-0.010880937,-0.014454399,-0.012180359,0.03534913,0.0054069166,0.023992587,-0.008185431,0.011806283,0.030919593,-0.007871213,-0.018727988,0.011735908,-0.0073424634,0.0022216279,0.007114617,0.0073374696,0.025207676,0.0014109842,0.005135753,0.010355219,-0.0077159116,0.0049581947,-0.0023194707,0.020469908,-0.023478404,0.005218909,0.0011920261,0.017491592,0.021131393,-0.007951185,-0.0026671754,0.016518956,0.019531526,-0.018814137,-0.032816388,-0.018532328,0.004899661,0.0048911558,-0.001911394,-0.010506829,-0.0023554242,-0.0013023748,-0.0027495064,0.003551729,0.00598562,0.021629939,0.017262526,0.0045863646,0.013587596,0.0010300619,-0.0005431285,-0.004275371,0.020428194,0.014277556,-0.014517803,0.0013046943,-0.0135460915,0.002227057,0.0070356973,-0.00044178244,-0.01982186,0.012094846,-0.007118801,0.005661213,-0.013658779,0.0037507832,0.014160683,-0.007625102,0.0063434187,0.022015905,0.001533536,0.020734329,-0.016588025,-0.01582548,-0.0024248092,-0.00038831524,6.886775e-05,-0.007868914,-0.010361422,-0.0108734,-0.007924442,-0.007763396,-0.002949966,-4.9996706e-05,-0.013550197,-0.0060288105,0.0075399284,0.0084983865,-0.006440604,0.0027758204,0.010434594,-0.017885618,0.0033956086,-0.005036995,0.0109456,-0.011342141,-0.00881907,0.017036946,0.0069786003,0.018074086,0.009355871,-0.0056367456,-0.007497839,0.002151141,0.0067704376,0.0022556598,-0.011248288,-0.0023717668,0.00026676862,-0.0036350144,-0.0018147526,0.009471731,-0.01202236,0.0012007229,-0.008300658,0.0043546115,-0.0028615948,0.0027344488,-0.007422945,-0.018889602,0.0020224955,-0.01244698,0.011025368,0.007991721,-0.00023633547,-0.0043028123,-0.010630798,0.012841335,0.0014594075,-0.0066485936,-0.00037684987,0.00883853,-0.0014241256,-0.013018012,0.0020176494,-0.0034724937,0.002518978,0.016236534,-0.0039173774,-0.0025931757,0.019636733,0.0045248144,-0.022258747,0.016474117,0.0076520387,0.017684935,-0.009812109,-0.0058393287,0.021263998,0.002652422,-0.02010107,-0.00013066307,-0.017908264,-0.028958078,0.011954624,-0.0041294205,0.01470404,0.0022525112,-0.001906632,-0.009317637,-0.017626556,0.0043501034,-0.006471983,0.0131630935,-0.011705323,0.016719418,0.012380016,-0.01081538,0.020978551,0.012794814,-0.00984465,-0.011537351,0.016369682,-0.008206354,0.002168493,0.006003581,0.009240036,0.011360935,-0.019914905,-0.0044493177,-0.023713846,-0.01601341,-0.0048342794,-0.007342993,-0.019887889,-0.016078096,0.00077174173,-0.014276189,0.0016194311,0.0036432815,0.0069075814,0.010912713,0.016259136,0.0054255477,-0.014499652,-0.014022337,-0.0105223935,-0.021394072,0.020117627,0.0032064759,-0.0033648545,0.012656968,-0.0045493464,-0.0015745905,0.0034644697,0.006510322,-0.011252074,-0.000984168,-0.011973557,-0.0023832002,0.009612361,-0.020429166,-0.01617436,0.012584505,0.01802953,0.07484231,-0.012647442,-0.00473878,0.01999115,-0.011716076,0.0061826124,0.020158913,-0.023625853,0.02446899,-0.006489413,0.006074381,-0.007172039,0.01536255,0.0075028716,0.00031737908,0.021822006,-0.016966054,0.008354041,-0.0063150497,0.016850444,-0.0014685324,-0.007010129,-0.0008134483,0.007080209,0.01936937,0.0012062126,-0.01095802,-0.012857848,-0.0011294044,-0.018787004,-0.008979806,0.010727822,0.002154818,-2.547506e-05,-0.001717664,0.013811748,-0.0038642427,-0.00080835103,0.02241238,0.00645696,-0.009347218,-0.024871306,0.012475079,0.0015078203,-0.007157854,0.00047700637,-0.01351777,0.009088428,0.012892313,-0.010333884,-0.0005367177,-0.0009495373,-0.008816559,-0.0072106696,0.0024565305,-0.015045531,0.011356951,0.008537456,0.0114373425,0.007881371,0.010819329,-0.01596389,0.0005278181,0.009394259,-0.0076515414,0.0019506604,0.0040072915,-0.007237269,0.010344952,-0.0039049205,-0.0043462794,0.011089671,-0.010211826,0.009355166,0.03890268,0.015070555,0.0022099363,0.0050025247,-0.019443896,-0.011850546,-0.0032135567,-0.015867835,0.00642983,0.015920097,0.0009985433,0.017931085,-0.015202908,0.006696759,0.007945912,-0.01694393,0.012506269,0.003758269,0.0046632695,0.010723063,0.0076370486,0.021928933,0.06428076,-0.003929686,-0.0015801848,-0.020753132,0.0034404257,-0.031516034,0.0015148226,-0.014097294,0.009945039,0.021965723,0.006871712,0.003872238,0.0052445685,0.0016603353,-0.010605833,0.0021854865,-0.006039446,0.0038964986,-0.0006649563,0.005732408,0.013276523,-0.00693046,0.0031610888,-0.017350659,-0.0005748415,-0.003536,0.0064666397,0.012833104,-0.015177376,0.021973299,0.002114169,0.006252706,0.010603106,0.006193622,0.011671904,0.010601746,-0.006350332,-0.01121002,-0.0063316543,0.009507501,0.00020998875,-0.0017026619,-0.019660879,-0.007328283,-0.008276448,-0.0026170164,0.0062595652,-0.015325657,-0.024123255,0.0129099,-0.010684892,-0.0010796709,0.0047179023,0.012665482,0.0031796359,-0.01137096,0.0034513122,-0.00867201,0.0063257576,4.5895464e-05,-0.0083440775,-0.023852283,0.010540192,0.00020917832,0.0016057246,0.006355186,0.03133944,-0.003164563,0.01109145,0.021832034,0.02831814,0.015868919,-0.014738125,0.0015341591,-0.0007977405,0.022869589,0.010696559,-0.0009459074,-0.004304205,-0.014096505,0.008821183,-0.02391881,-0.006212601,-0.005130061,-0.012362049,0.013578641,-0.008442152,0.0020685783,0.017053539,0.0020552885,-0.013731681,-0.011009463,0.008733966,-0.00084763626,-0.009036642,-0.0010471493,0.015924072,0.004884183,0.0025800085,0.006695521,0.0017746268,-0.0005058772,0.0038242305,-0.008862165,-0.011389888,-0.013970228,0.016858138,-0.0011146684,0.00011723631,0.0024727252,0.012397027,0.007554037,-0.017131539,0.008981385,0.008612995,-0.026810195,0.0038134635,0.006881201,0.0008460283,-0.0073435763,-0.0041643973,-0.017519146,-0.0043582227,0.011503879,-0.009876955,-0.008367385,0.008196477,0.002722838,-0.006795869,-0.0004019042,0.01104418,0.0005232266,0.006242871,-0.00092012406,-0.005773423,0.014148815,-0.014062834,0.0060488293,0.0032033906,0.011550235,0.0024594439,-0.020033969,-0.0016596186,0.0060840924,0.0119296145,0.003527297,-0.016951464,-0.010694107,-0.0014374782,0.027311789,-0.017477615,-0.005346243,-0.001735508,-0.011589213,0.017473279,0.0047552716,0.002355953,0.007561047,0.00522574,-0.0030310876,0.011439767,-0.046084624,0.016355857,0.006993586,0.013649124,-0.005357789,0.02534779,0.017008107,0.017389838,0.007763957,0.012616851,-0.0020995573,-0.0063148937,-0.017803883,0.015909374,-0.0074472795,-0.009503959,-0.017371934,-9.6655654e-05,-0.008971617,0.005808133,-0.008223446,-0.010613093,-0.0055999346,-0.004565385,0.015715178,0.008341612,-0.007737459,0.01723391,0.009499838,0.0015984663,-0.0012843562,-0.00873831,0.017455185,0.009758678,0.0041839657,0.007978604,0.016057631,-0.0036111476,-0.025139606,-0.0031910222,0.026541997,-0.030582827,0.0034934394,-0.0043895445,0.0059497175,-0.012285558,-0.0068128575,0.00092160696,0.0025389746,0.00092122506,-0.008488536,0.01276582,-0.007478405,-0.005593263,0.009894434,-0.007967309,0.001121013,0.012108248,-0.013758936,0.0098058395,-0.015809054,-0.0006087977,0.0054418175,-0.012758688,-0.025444105,-0.010288917,0.0013240755,0.011895238,0.011753639,0.014426381,0.004029004,-0.0071382057,0.0053684567,0.020252906,-0.006529334,0.006100645,0.003367041,0.026874239,-0.005451667,0.010354204,-0.0069535645,-0.001740303,0.012002006,-0.017091779,0.010707393,-0.002865015,0.034567796,0.009978678,-0.0194784,0.0040964116,-0.0036897515,0.008717544,0.012588328,-0.0036731781,-0.017512351,-0.010580971,0.007612691,0.0026892992,-0.0033813545,0.015281253,0.008727056,-0.0042928387,-0.0049938583,-0.001323764,-0.019118039,-0.008878501,-0.0023245234,-0.0012794859,-0.0051165335,0.00941833,0.0024778792,-0.0054093343,-0.0007340864,-0.0019962282,-0.00021523454,-0.0017737794,0.0073104776,-0.0028447548,0.012892713,0.011213887,-0.008730484,0.014305769,0.012200064,-0.009193865,0.010128431,-0.0066110594,-0.002759623,0.013093258,-0.008839996,0.0013770345,-0.013792514,0.0028454796,0.013294742,5.5449556e-05,0.00018355246,0.01124944,-0.0017026549,0.007159509,-0.012152367,0.0089813275,0.004529904,-0.00418612,0.03462411,-0.013064343,-0.010133089,0.008098588,-0.0038239365,0.0026915632,0.005529338,-0.0064163543,0.008554778,0.0034368916,0.022253715,0.0192076,0.009955248,0.010504006,0.014968912,0.0067750644,0.00908938,0.004972261,0.0010970726,-0.00055444514,0.0010691064,-0.007503843,-0.0032854108,-0.025471471,-0.006199362,0.0070952596,-0.0136314435,-0.010268518,0.009015812,-0.019426227,0.0050009275,0.001663965,0.0011099618,-0.020529082,0.0031566347,0.011614931,0.005491091,0.003445148,0.0006500327,0.025635278,0.0074015325,-0.007948743,-0.0081614,-0.007918801,0.006088254,0.0038558424,-0.018078348,0.007983355,0.009093282,-0.0045912904,-0.012018282,0.009888474,0.011220762,0.016253207,0.019632593,0.002940331,0.0063262163,-0.016756836,-0.012433778,0.009650702,-0.015071383,-0.0020082914,0.013193033,-0.10053839,0.017331062,-0.0015293015,0.017002268,0.001584893,-0.01011377,0.0004844621,-0.0015845819,0.0032539836,0.0028186515,0.0025520648,0.0074285152,0.02268589,-0.00016358016,0.010009709,-0.013812459,-0.0006664104,-0.022367774,-0.014161237,0.025083205,0.014875332,-0.0045310366,-0.013960244,0.0024540073,-0.0019592987,-7.563714e-05,-0.0030320145,-0.009632379,-0.008412668,0.0054663187,0.0068828017,-0.007182924,0.009621554,-0.0085663805,-0.0047244383,-0.0041029584,-0.0009782859,0.032782145,-0.1405828,0.015100622,-0.015863229,-0.0306309,-0.005892052,0.019559663,0.00049521995,-0.022526462,-0.012441592,-0.012799456,0.0011489937,-0.00036165584,0.0064144447,-0.004283544,-0.0024927775,0.011401768,-0.0041446984,-0.015247364,0.006716776,0.00094311486,-0.0011635615,-0.001872879,0.0071568126,0.007304616,0.00069626974,-0.013048884,0.00660668,0.005126863,-0.003958294,-0.00072020595,0.014612525,0.013001608,-0.011047987,0.004670365,-0.003210062,-0.0018575041,-0.007141123,0.005035026,-0.0032431113,-0.006219028,0.0060594804,0.007012172,-0.0057063415,0.00843924,-0.0012915017,0.00038803817,0.011744189,-0.010604414,-0.0048240963,-0.0036177593,-0.0062692007,0.008445998,-0.0064309635,-0.006036679,0.0038605737,0.0076635056,0.0009903697,0.006578619,0.01665779,0.016085315,-0.0052529727,-0.010944541,0.009995646,-0.016622392,0.00017125686,0.00961843,-0.00038331616,-0.009048879,-0.00088214903,0.010681756,-0.00044594627,0.019618837,-0.00044004503,-0.0044504437,-0.019043185,0.019723395,0.011795417,0.01479126,-0.014374698,1.2760731e-05,0.0054776124,0.006317152,-0.022149824,0.004010292,0.003975519,-0.01120516,0.010478583,-0.0129361395,-0.016983572,-0.030041447,-0.014401136,0.012063628,-0.012646089,0.0033358946,0.0072809616,0.020983262,-0.008293739,-0.01840214,-0.0042558694,0.0032435,0.01607687,0.00729306,0.009963817,0.0046185427,-0.024620142,-0.026021276,0.0070124813,-0.015811268,-0.014146876,-0.018423628,0.020286163,8.775093e-05,0.017884688,-0.0029030284,0.0042532403,-0.000929442,-0.019541252,0.0066967313,-0.014166039,0.010968643,-0.003715961,-0.019394515,-0.011991629,-0.00042525012,0.00020282278,0.014695018,-0.0145068485,-0.020532252,-0.0007170214,-0.008957846,0.023350576,-0.004192474,0.0168142,-0.012432472,0.010782527,0.008646916,-0.027134776,-0.0019555867,0.0018198219,0.004209136,-0.002587176,0.005552521,-0.011046867,-0.008207841,-0.03285513,0.001864366,-0.008628077,-0.0074262023,0.0015791603,-0.0014771584,-0.009200747,0.010341063,0.0072226617,-0.0002648259,0.0094132805,-0.0011909797,-0.017698972,0.000638861,-0.012447334,0.0046573426,-0.026051017,-0.0041978876,-0.011273753,-0.021880094,0.0055408957,0.00809349,0.0034283085,0.0070537487,0.010934151,0.0022610226,0.018514996,-0.02073973,0.016037839,0.021920623,0.0014482717,-0.005946496,-0.015463984,0.014949022,0.0051690065,-0.0055623497,-0.0075676967,-0.019519806,-0.0034763017,-0.006680163,0.01139757,0.0036469498,0.012882339,-0.029969947,-0.009532886,0.002364184,0.005951805,0.014450775,0.005755547,-0.004973521,-0.01769325,-0.018214384,-0.01854064,-0.0026436523,-0.012398695,0.0050815158,0.002146711,0.0024351662,0.004946195,-0.15677579,0.008150983,0.0042567346,-0.0027912913,-0.0010243325,-0.01235521,0.013472989,-0.029609263,0.022322934,0.009348492,0.0094888415,0.010788488,-0.028711628,-0.006434598,-0.0040029106,0.013968534,-0.015834717,0.0029494872,-0.0028787232,0.0069562416,-0.033754233,0.0030575618,0.0069773495,-0.009892339,-0.00036532272,-0.0010271854,0.0069350996,0.0135173425,0.00608722,0.00782628,-0.027425192,-0.011213896,-0.019626064,0.036397096,0.011675939,0.0033018677,0.02182957,0.015288758,-0.013326534,0.026818553,0.0061631147,0.033883743,0.022746075,-0.0069582425,0.023976896,0.0054825544,0.024208099,-0.006309119,-0.020496873,0.003087784,0.0021321368,-0.009171613,0.008774938,-0.008574635,-0.0058462373,0.0045078886,-0.003891018,-0.0037516924,0.013510143,0.0050518312,-0.016003279,-0.0048874924,-0.0027557407,-0.012355357,0.008685287,0.012520551,-0.005451766,0.15361951,0.0028162377,-0.01120744,-0.0073212013,-0.0020788822,-0.010903793,0.01347365,0.02141376,-0.008484366,-0.01568144,-0.007635839,0.0066281017,-0.004653366,-0.019412363,-0.005138642,-0.0014213705,-0.014023852,0.0041619944,-0.0058796387,-0.01248723,-0.02045874,-0.019822676,-0.012296383,-0.010261402,-0.0011515098,0.002408074,-0.023790384,0.028894128,-0.020096123,-0.0057340628,0.005827002,-0.00970258,0.011936155,-0.00816199,-0.00071928976,-0.0020329885,-0.0023430153,-0.014230837,-0.006673791,0.004133763,0.005844962,-0.0075638206,-0.03815318,-0.009695706,0.01988855,0.010828055,-0.00346993,0.013438162,0.010278422,0.016760385,-0.026225092,-0.0030444304,-0.00035696727,0.002331038,-0.004202565,-0.008650999,0.013571927,-0.00034986687,0.008042069,-0.024787983,0.012570503,0.010953695,-0.015511239,0.0012023974,0.01778009,0.009640855,0.010674545,-0.021675736,0.020417627,-0.12547264,0.023344828,0.0016337223,-0.009677769,-0.017512264,-0.028416047,-0.0042953994,0.010995796,0.013248542,0.0040048375,-0.011738438,-0.0065654926,0.0027237812,0.009841134,0.02484494,0.0007420238,-0.0036415455,-0.0035898567,0.027542088,-0.0071443743,0.0152619155,-0.012199984,0.01165698,-0.030503044,0.0048628775,-0.020693079,-0.030270133,-0.029561913,-0.016346047,-0.0060850983,-0.0067885728,0.003354734,-0.004505604,0.001238017,0.0021194217,-0.009665798,-0.0035937724,0.018240301,0.010098728,-0.025773637,0.0016871617,-0.018350298,0.015030151,-0.030252296,0.005790338,0.00860319,-0.00031816683,-0.02347371,-0.0041491073,-0.009604344,0.020710386,-0.0061912704,-0.003982779,0.0045362613,-0.029187167,-0.0020831714,0.0039953114,-0.0063460725,0.0136075,0.0058442494,0.008685405,-0.0055846157,-0.0027444777,0.022018133,0.007086596,0.005621895,0.005018133,-0.0030450637,0.017612392,-0.018131614,-0.000383694,0.00015057663,-0.0027188072,0.018870428,-0.0026149235,0.015020052,-0.0009677935,0.017497655,0.0022922966,-0.021401454,-0.021782355,-0.00572609,0.015407164,-0.020598346,0.014579676,-0.014625941,-0.008052523,-0.015275826,0.006897339,-0.005988093,-0.02640993,-0.022144271,-0.005161916,0.0043028146,0.009954082,0.009051637,0.011408185,0.0070173745,0.034113504,0.008778779,0.009238439,-0.0101630315,-0.0045879716,-0.005076324,-0.014673368,0.020834614,-0.016372077,0.019778159,0.017694768,0.00012976961,-0.020671505,-0.0027877435,-0.008600428,-0.020658562,-0.0040615797,-0.0029103975,-0.011968428,-0.0011557812,-0.0004595989,-0.017324414,-0.0040766345,0.012312229,-0.006514987,0.025145134,0.03363439,0.0053108684,0.004284958,-0.0019120574,-0.004047426,0.025240973,0.009982896,-0.0028018712,0.00092688523,-0.021958971,0.0040587746,-0.0121823205,0.0015681336,0.0099362265,0.0084619615,-0.007779671,0.0045764395,-1.4798131e-05,-0.02245168,0.0024959196,0.011226329,0.009226972,0.0175458,-0.014172701,-0.006799773,-0.011541737,0.009398651,-0.005549826,-0.02948227,0.021620072,0.0043700193,-0.0020516438,0.02013404,-0.0031082677,-0.024772778,-0.010763311,0.003853159,-0.024851982,0.0013470012,0.0049778717,-0.0032377136,-0.0361568,0.016236195,0.010042855,-0.02206122,-0.007717764,0.006198097,0.0015262652,0.000681968,0.008734555,0.014596548,-0.008225655,-0.018769315,-0.0049702944,0.01059822,-0.06973803,0.020220788,-0.0063035237,-0.010747992,-0.011756881,0.004271855,-0.011326502,0.01252835,-0.012607973,-0.0006762425,0.008676021,-0.000116722105,-0.0070901047,-0.0006585209,0.004080518,0.02103328,0.0028520664,0.011870361,0.019024491,-0.01734779,0.0048007765,-0.028412152,0.0022435454,0.007346118,0.0015426115,-0.0015943818,0.029596105,-0.01411577,-0.0074056066,-0.017309148,-0.015640395,0.0059877913,0.0022317762,-0.0076870066,0.006562735,0.0028210403,0.004520248,0.014607716,0.031314626,-0.06651554,0.023480164,0.0059345206,-0.0691339,0.0051500737,-0.01491784,-0.004166334,0.00012966359,0.014792515,-0.0029510467,-0.013996691,0.020259352,0.0035682102,-0.020035975,-0.0025983343,-0.010975141,-0.010407993,-0.00035740944,-0.00063625275,-0.0015551969,-0.0019260502,-0.032703023,-0.023719437,0.022769488,0.0045862608,0.0022037812,0.019492675,0.017178478,0.0010292606,0.007823057,0.012328673,0.015254561,-0.0051753446,-0.025518233,0.01088045,-0.00071213185,0.021472732,0.003089765,-0.00894341,-0.0011067737,-0.008666469,0.016404992,-0.004956134,0.005952685,0.032619566,0.0029005168,-0.014179035,-0.0056081656,-0.10082348,0.017971689,0.002667905,-0.015611518,0.029409755,-0.011795441,-0.006387044,0.06305433,-0.0015789146,-0.0017272105,-0.019712856,-0.01942415,0.0003268023,-0.008348474,-0.013782224,0.017934293,0.00031073162,0.0011831196,0.025817882,0.0008305277,0.014619867,-0.00439448,-0.008730923,-0.0026416807,0.006659488,-0.06512739,-0.03520765,-0.023960304,-0.011165266,0.009990695,0.0006727993,0.017914034,-0.013359806,-0.014474244,9.83186e-05,-0.009373464,-0.003420157,-0.007950732,-0.02186722,-0.012616159,0.0065822513,-0.0033639683,0.015906647,-0.012540452,0.00017104505,-0.03527875,-0.0054629655,0.019842915,0.0050648716,-0.0020272727,0.0013452173,-0.0004028274,0.0081457645,0.00035310615,0.021458484,0.0275093,-0.00994337,-0.027926013,-0.005695659,0.0008096545,-0.0009429746,0.0079575535,-0.02441105,0.01049921,-0.011943549,-0.012367161,-0.021635046,0.022681087,-0.0018003454,0.010219387,0.0024517458,-0.015311071,-0.029930895,-0.025733277,0.010216788,-0.014295323,0.0017544429,0.010209768,0.0035104172,-0.008541441,-0.0075650327,0.0060988152,-0.0031554687,-0.002725306,0.013608197,0.016909683,-0.00037467878,0.021713877,0.0130695095,0.001068006,0.0060516023,0.011670506,8.603862e-05,0.008245338,0.01032392,0.03002771,-0.005643351,-0.00619068,0.009008234,0.0060480214,0.006078911,0.0029511184,0.0063375593,0.0075550927,0.012854955,-0.0021156298,-0.005055485,-0.0024896266,0.0015934535,-0.0073133344,-0.0091523575,-0.009303501,0.015259408,0.0126057295,0.0087288935,-0.0020261526,-0.007482473,-0.00023624941,-0.034098398,-0.01660902,0.005710242,0.0156786,0.025597477,-0.019339573,-0.0062124664,0.012928009,0.007032512,-0.0035126398,0.007146983,-0.009397234,0.03041267,0.016338807,-0.018552022,-0.023516925,-0.00034389523,-0.0075692195,-0.013139112,0.00095953036,-0.0005988452,-0.0098133255,0.0006868964,0.015906826,-0.01861232,-0.02053151,0.007868279,-0.004453259,-0.008557516,0.005738052,-0.020821853,0.012346552,0.012821871,0.0005252619,0.014780958,-0.012976143,0.0066267755,-0.010628492,-0.008224067,-0.007983698,0.0075585805,-0.008858998,-0.0015078695,-0.0023765336,0.022968423,0.0018167455,0.0028710642,-0.004130648,-0.016695071,0.0014750839,-0.023771025,0.0077357315,0.020704731,-0.0132053625,-0.016710427,-0.016277581,0.038529485,-0.005980508,-0.013745076,-0.005897596,0.016831448,0.0051052934,0.008224674,0.012835082,-0.014063178,0.0063323355,-0.010412629,-0.008428842,0.01808322,0.008818424,0.0028165225,0.0041568177,-0.0004835397,-0.010624003,-0.0016934501,0.0038754833,-0.026835687,0.013010618,0.005860863,-0.0011354804,0.018963285,0.01865976,-0.0068415804,0.016600711,0.012260114,-0.007786609,-0.025885025,-0.010620308,-0.015434756,0.0010899402,-0.0155061055,0.011152726,-0.003782468,-0.0129932575,0.0027638397,0.00067190843,-0.016409358,0.0017149721,0.013134835,0.013473972,0.025670173,0.02360673,-0.0017189686,-0.006964111,6.867998e-06,-0.0006348543,-0.011120859,-0.014528957,-0.004858855,-0.0018332945,-0.0046012574,-0.0014198018,0.003568308,0.012724461,0.008762896,-0.0134922005,0.0055310684,-0.00087076315,0.01750993,-0.0024049773,0.0043202797,-0.0014984919,0.014350678,-0.0012333406,-0.0016752967,-0.013392286,-0.020736493,-0.022098701,-0.019300463,0.0076857507,-0.014186571,0.0067957654,0.01206843,0.008432702,-0.0022081616,-0.019804578,-0.0014458438,0.014946106,0.0054387646,-0.013759733,0.0082561895,0.0107988175,0.013361663,0.018731987,-0.008475248,0.017254872,-0.03209474,-0.009481089,0.0027692723,-0.0012845527,-0.005425623,-0.030170541,0.009983957,0.0117274895,-0.02800093,0.010817959,-0.007109542,0.0100506665,-0.016322704,0.03649229,0.003676093,0.0057947543,0.013833347,-0.012018588,-0.0002932637,0.011677156,0.012847715,-0.008608935,0.003187596,-0.009428117,-0.0009792281,-0.0038711685,0.0063340575,0.0043423055,0.04211345,-0.027260106,-0.0013949586,0.01122181,0.008767298,0.029845072,0.027108971,0.017085683,0.019235237,-0.006402521,-0.0027467906,-0.008339443,0.007643312,-0.0028712912,-0.0088650705,-0.021688279,-0.012172864,0.002344574,0.006948132,-0.0039025357,0.018389296,0.0025156904,-0.031475555,-0.016521461,0.007264581,-0.00085434696,0.0072456733,-0.020238934,0.011334856,0.0037862458,-0.01429502,-0.0029261748,0.020593649,-0.014127419,-0.0010990911,-0.015727054,-0.008337325,0.027352566,-0.006923655,0.007891251,0.0018136015,-0.006499718,0.038572434,-0.014059879,0.014439596,0.0006948698,0.0050358837,0.009321875,-0.020854387,0.0023719796,-0.0029455824,-0.014840229,0.02782094,0.008933947,-0.02392765,-0.010266877,0.027189612,0.008132689,-0.02652937,0.0015910139,-0.013857529,-0.013859186,-0.0064829444,-0.013769561,-0.01059579,-0.021588784,-0.005811335,-0.005232831,-0.023039531,-0.010660898,-0.0077881278,0.0010961656,0.012175505,0.0092455335,0.018992754,0.002487335,-0.0027587458,0.005005318,0.006913424,0.011888462,-0.009450943,0.003283117,0.023649156,0.005675401,-0.018297536,-0.015253799,0.008832897,-0.013155366,-0.013465112,0.031705104,0.0053098076,-0.023548704,0.0034086984,-0.009944396,0.004002312,-0.0023284946,-0.029387958,-0.010028671,0.007732724,0.001857264,0.014664907,-0.0018390063,-0.0047239293,0.010582282,0.0062890267,0.020996373,-0.0035003822,0.016494201,0.009429015,-0.01680276,-0.0058680656,-0.003865448,-0.0025532083,-0.02285872,0.004338282,0.030447567,-0.0059632147,-0.008501035,-0.0012228959,0.005561336,-0.013452606,-0.010082092,-0.034412596,0.0076139467,-0.006065706,0.012241258,0.020604748,-0.027445141,0.0020732041,0.009603181,-0.025370171,0.0069713695,-0.009844171,-0.012821293,-0.008229797,-0.00030210018,0.020487556,6.378504e-05,-0.0126989735,0.009797479,0.0046319673,-0.011552363,0.00059165224,-0.020607425,-0.0030606189,-0.008014669,-0.013842571,0.0069770156,0.029602885,0.025897158,-0.030353377,0.005689104,0.010677972,-0.0107148625,0.009970217,0.014426955,0.02241936,0.004128401,0.000692417,0.0038721552,-0.023589173,-0.021548353,0.015591609,-0.005045181,-0.011846512,0.019577954,0.019422408,-0.011012108,-0.014138343,-0.001993114,0.0058480734,0.007076408,0.0045650997,-0.008643838,-0.02370887,-0.010500062,-0.0005072355,-0.01536015,-0.03707007,-0.031259093,-0.06323813,-0.00024671186,0.0012141913,-0.008835189,0.016903576,0.010267806,0.0029571054,-0.0022310882,0.010458726,-0.005358559,0.0068480507,-0.010045694,0.0009850976,0.0016133918,0.020076199,-0.021731434,-0.008461454,0.004960444,-0.0062542097,0.011875956,0.031424653,-0.033258434,0.0019128473,-0.0047096726,-0.0089137545,0.007021109,0.017248573,0.006335156,0.029672943,0.012782141,0.018933706,0.0018293557,0.006751318,0.014523022,0.008562783,0.010994339,0.0058699786,-0.021524226,-0.006087515,-0.0218222,-0.018265307,-0.003506616,0.014546561,-0.017060295,-0.004068303,0.0063126856,0.0014323359,0.010702548,0.003284782,0.003444499,-0.023672016,0.0028389874,0.0077767475,0.013422497,-0.022268739,0.00230423,0.028362647,-0.013434839,0.0025003883,-0.020312002,-0.014202647,0.017143881,0.002610052,-0.00691611,0.015574236,0.0034128982,0.016749486,-0.02528794,0.010954217,0.009870584,-0.004218012,0.01807228,0.027836302,-0.020673057,-0.022766136,-0.011379049,-0.01266919,0.020598484,-0.024214186,-0.018983018,-0.01134745,0.00022738651,-0.011135897,-0.010443909,0.0036121944,-0.0120249735,-0.0043308274,-0.018486466,-0.008237115,-0.0027169206,0.004267307,-0.007289708,0.0032204017,-0.014990978,0.003183347,0.013870503,-0.017134015,-0.00832086,-0.0040932973,-0.018739566,0.036467962,-0.01571414,-0.023045376,0.016057441,-0.0031221814,-0.01042814,0.021025728,0.017249165,-0.0113147525,-0.016382609,-0.018566165,-0.015323206,0.0017976549,-0.017795764,0.020003688,0.015401677,0.00052383635,-0.006380888,0.005897581,0.0004865065,0.031122262,0.008107333,0.0077936235,-0.03789904,-0.018055232,-0.010640082,0.011799495,-0.02495384,0.010266071,-0.006473399,-0.01770285,-0.019264447,-0.0040945597,-0.0017959679,0.025734495,0.0301841,0.009968631,-0.006670708,-0.004134841,0.03148053,-0.0024732242,0.019425428,0.00944353,-0.009380076,0.020248186,0.015720932,0.028028976,0.018062098,-0.022367017,-0.0005517902,0.007583299,-0.008611184,-0.004273967,-0.0066786655,0.028943276,0.002141832,-0.009150261,-0.0038212086,0.006902144,0.0057819625,0.0013119003,0.0069277873,0.018619733,0.003042625,-0.0077512637,-0.006706846,0.018649567,0.020119896,-0.006887947,0.01094304,-0.026654232,0.01666745,-0.010569962,-0.004280986,-0.007154465,-0.011222728,0.0206493,0.002621536,0.0123088425,-0.005202466,-0.011088246,-0.009303548,-0.016249204,0.015039381,0.0022086021,0.013553006,-0.0071605095,0.008843613,-0.017209863,-0.0146935275,0.0054113,0.0006019207,-0.0029723225,0.013977991,0.015479216,0.0039503807,0.022419957,-0.0016062891,0.0072430093,-0.017681723,-0.010309209,0.0054640956,0.010982816,0.010533776,-0.020263202,-0.015114102,0.016567513,-0.0006739846,0.0017355037,-0.0029463475,0.0019288821,-0.00982676,0.008862777,0.0017718531,0.17173441,0.108083494,0.016915323,-0.03457909,-0.004476114,-0.0059581846,-0.018898942,-0.0075859716,0.03158583,-0.0065157376,0.00082493405,-0.009088537,0.015922822,-0.025156962,-0.0066407435,0.026301876,0.014249362,-0.016148942,-0.0036305287,-0.012715899,0.0057222587,0.003336042,0.025785815,0.005729331,0.0012586338,0.017511262,0.011759202,0.005731057,0.029687818,0.00039874006,0.004434003,-0.009386891,-0.017548893,-0.014379955,0.013823511,0.011388997,0.026780779,0.018513737,-0.023206312,0.00919762,-0.020426875,0.011467201,-0.017625455,0.005917512,0.015533869,-0.0045610014,-0.01881983,-0.02177978,-0.02148589,0.010983178,-0.01135044,0.004693565,0.0064642346,0.0005100278,0.012458151,0.0022274097,-0.021812472,-0.008912435,-0.023918094,0.012636603,0.001207394,0.0039788582,-0.019930653,-0.012940429,0.007537925,-0.0040002046,0.015168491,-0.0011285514,-0.00122762,0.010188336,0.0019472485,0.01630766,-0.0075126914,-0.007676884,-0.0076522897,0.035280533,0.017601652,-0.03852478,-0.030889586,-0.0047970614,0.00576613,-0.019253165,0.019132933,-0.001467476,-0.011727253,0.017076766,0.0051367567,-0.0033072273,0.094125874,-0.009368917,0.0017195668,-0.00022372906,0.008332002,0.031813316,0.028357869,0.04725,0.013267914,-0.011566488,0.020859305,-0.013636547,0.010246898,-0.01336097,0.0055185193,0.010839327,0.0037663872,0.014533873,0.013454363,0.026412996,-0.024472488,0.0041534775,-0.010747434,0.017204218,-0.004511995,-2.4253211e-05,0.013983354,-0.026095571,-0.011598258,-0.0008720675,-0.08570896,-0.013290521,-0.00013054039,0.02007092,-0.013426892,-0.0007610605,-0.002749831,0.0059596584,0.0026819846,-0.012508552,0.023989815,-0.0064422414,0.009202926,-0.010551236,-0.00956108,-0.0059226262,0.014562177,-0.022477059,-0.005508586,0.0026502868,0.0007383912,0.029486062,0.015815038,0.035012368,-0.005616361,0.004492912,0.028727453,0.014343911,-0.010155015,-0.022727076,0.0050993627,-0.0074073425,0.019564161,-0.009825217,0.030317994,0.0020930876,-0.0027368492,0.010625621,0.044534445,-0.00089085725,-0.005465739,-0.0020583838,-0.00017772272,-0.006535054,-0.029756749,-0.016637357,0.025339147,-0.020306993,0.02006784,-0.00362254,0.047038212,-0.005480178,0.0037525345,-0.0066764895,0.015806874,-0.008432888,-0.008982348,-0.00042393414,0.0043509444,-0.00082875363,-0.012113297,-0.0019518563,0.0025544148,-0.008378108,0.0023110476,0.004662706,0.012422574,-0.009087626,-0.025764689,0.001590889,0.028672121,0.009339101,-0.020084282,-0.009099689,-0.0033162571,-0.024756327,-0.014367132,0.02926867,0.009327787,0.02198135,-0.008245483,0.009113387,0.013844975,0.12835896,0.03089467,0.0063569853,-0.0073180436,0.013164702,-0.007688278,-0.010428589,-0.0074212863,-0.00029183144,0.009936298,0.007943664,0.0060125594,-0.005900225,-0.0018058055,-0.0038457755,0.0030965295,0.0044879643,-0.011236488,-0.01773964,-0.021597963,0.0072575747,-0.0112747,0.0069971173,0.013438094,-0.013992917,0.015417097,-0.020243268,0.0039153476,-0.0040853308,0.00011588322,-0.007833751,-0.0052830093,0.0045242338,-0.024455884,-0.002507531,0.01916097,0.007858533,-0.027202599,0.02155754,0.007751163,0.024571683,0.03107523,0.008553841,0.0005993823,-0.04303596,0.18345141,0.030426675,-0.018269373,-0.021505201,-0.0037179107,0.019796517,0.012470011,-0.0141762635,-0.0070523648,0.010478161,0.009237512,-0.0036380547,0.0046890015,0.0053439676,-0.013867413,-0.0074021765,-0.0072578057,-0.029370556,-0.007580643,-0.012846116,0.0026239818,-9.500459e-05,-0.018905647,0.00036111815,-0.008964427,0.00485831,0.031047065,0.016023096,-0.020265162,0.023434607,0.019347627,0.013709227,-0.006791481,-0.008181126,-0.005503891,0.00672819,-0.008060203,-0.011550636,-0.0062283603,0.001955029,-0.008693191,-0.023149192,0.00087811874,0.013339085,0.00089160923,-0.007476385,-0.0004669796,0.014206368,0.0045925435,0.018526234,0.019004915,0.019921433,-0.01774955,-0.012201894,-0.016467243,0.008633553,0.011660034,0.014343261,-0.013699272,0.00794142,-0.0020451394,0.019809917,-0.0072211907,0.0070275622,0.0033304146,0.0038319598,0.013689198]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 142,
          "content": "Japan's Terumo steps up medical device R&D in Costa Rica",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.026311124,-0.029804196,0.0020121133,-0.094354354,-0.02085671,0.009546706,0.00028877368,0.023348866,0.015726961,-0.0037306515,-0.016612655,0.0077392594,-0.009906917,0.023168072,0.11122452,0.025542643,0.034604672,0.021707157,-0.012738627,0.009545663,-0.024935456,0.0025367085,-0.016565628,-0.009445804,0.008335565,-0.015244921,0.008190436,0.023441024,0.012686233,-0.0057596876,-0.0049199606,-0.00048783043,0.021837106,0.0075873933,-0.028591735,0.010432906,0.00055907463,-0.051064126,-0.017543219,0.023574648,0.0024274054,0.01429825,-0.0023287926,-0.008811272,0.0019195256,-0.022853453,-0.008719874,0.0011175742,0.005624825,0.04988717,0.024146464,0.018368281,0.009334395,-0.15619132,0.033365134,0.026563635,0.0073523615,0.0066797524,0.00945458,0.000116306845,0.012183608,0.015320226,-0.013775498,0.021893084,-0.00070015463,0.0027735983,0.005352516,0.010755039,-0.007936256,0.013843136,0.014058245,0.021074127,0.011280372,-0.025163632,-0.0133979935,0.016928455,-0.002671203,0.014097716,-0.014943729,0.018136619,-0.007815488,0.020941228,-0.001606829,-0.010859654,0.00097348634,-0.031558946,-0.010325017,-0.02656288,0.0038214596,0.0067018373,0.036368847,-0.007143729,0.02025616,-0.0017198472,-0.02362754,0.012655321,0.011535833,-0.023539757,0.0022078364,-0.0133175105,-0.00974548,-0.03296372,0.013606833,0.017188733,0.0043873843,-0.011795228,0.008882031,-0.030292455,-0.018000036,-0.013861465,-0.021779628,0.01979425,-0.03778673,0.04507327,0.0021737874,-0.11324377,-0.0073260977,0.023463352,0.0005366233,-0.011000109,-0.027590055,0.020011023,0.015017544,0.0020308131,0.0018606032,-0.031243492,0.01209026,-0.002196649,-0.020079905,0.0008010291,-0.0011778423,0.0017939305,0.027762264,0.016669543,-0.004166797,0.007879729,0.0005349273,-0.013797794,0.011920817,-0.041611914,-0.012876889,0.03081108,-0.011244525,0.026782975,-0.030703902,-0.020277085,0.0015387225,0.013369708,-0.0068540093,0.003408979,0.021138398,0.0016215498,0.019019641,-0.023620017,0.011793622,0.012488482,0.008632639,-0.0069725728,0.0015170764,0.007916653,0.0012848594,-0.016367683,0.007268448,0.003562682,-0.025344692,0.014009069,0.017709062,0.02529078,0.025480486,0.0041424357,0.015965607,0.004544398,-0.0029635278,0.015812026,-0.005138751,0.0033722003,0.023181545,-0.013843898,-0.004876538,-0.015163457,0.037318293,0.033368632,-0.01481375,0.042519618,0.03880369,-0.012432967,-0.022974545,-0.025590053,-0.009248903,-0.005174471,-0.029916031,-0.004020377,0.014323064,-0.027437516,0.014165212,0.0005254967,-0.01937123,0.00014177468,-0.0029932999,0.0067899604,0.012176946,-0.016425615,-0.0047379895,0.021383528,-0.026823213,0.0061345375,0.0053160996,0.032558072,-0.0009804673,0.018235069,-0.0036125747,0.012732197,-0.0057749767,-0.035668954,-0.0024577663,-0.019465435,-0.00844188,0.021052249,-0.02786044,0.0050278935,0.016179178,-0.010749446,-0.0030814717,0.016254613,0.00094758574,-0.022306181,0.0027311244,0.00689664,0.00631689,-0.0129428115,-0.0149733415,0.00963271,0.007865297,0.011673702,0.015798962,-0.0066290414,-0.013949347,-0.009852583,0.012717048,-0.008088366,0.0041722264,0.0022962347,-0.0013323297,-0.00026256312,-0.005230949,0.010463859,0.016026182,-0.00027217998,-0.015343323,0.011768272,-0.007429,-0.00920793,0.027659506,0.0047054123,0.01672636,0.017338624,0.010571095,-0.0035641156,-0.0072033415,-0.016614268,0.01361417,-0.0043719537,-0.024099108,0.011268378,0.005283985,-0.021749036,0.011696539,0.02417854,-0.052700758,-0.007255765,-0.018868024,0.010895907,0.023367682,-0.036616623,-0.027190864,-0.00048940413,-0.036693558,0.038526576,0.013180023,-0.017424619,-0.01701449,0.0055867024,-0.018562805,0.017100742,-0.01973704,-0.003025987,0.004767751,0.006001798,0.0079100225,-0.001888066,-0.0012085212,-0.024422083,0.014134555,-0.030041445,0.027715705,-0.0049555344,-0.00011628152,0.021521093,-0.023752447,0.004398741,-0.008811555,0.005662661,0.020680467,0.03480002,0.057271726,-0.014324663,0.01908106,-0.037069973,-0.0115014585,-0.0029504092,-0.011246855,0.010444453,0.009068297,-0.009238145,-0.04589445,-0.020757513,-0.008132224,-0.0028014975,-0.0051438124,-0.0066478606,0.023228548,-0.010250001,0.006181853,0.012208325,-0.031537313,0.017606847,0.026177224,-0.0042072143,0.021607228,-0.005621907,-0.0044395556,0.026006818,-0.01490259,-0.020791134,-0.0074398755,-0.01620241,0.018155852,-0.01955432,0.022518668,-0.017452765,-0.012807019,0.0016469152,0.0077130133,0.011785437,-0.006752277,0.030775001,-0.03302076,-0.020986445,-0.023968305,-0.04127531,0.013473937,0.0075760926,-0.0031211644,0.012339474,-0.034009263,0.031073464,-0.021093685,0.0063835112,-0.006055071,0.012450955,-0.020446416,-0.008957244,-0.006241692,0.0092731835,0.014956746,-0.024694193,-0.023103083,0.024746269,0.00036000306,-0.011525158,-0.0016407606,-0.014742319,0.0074111437,-0.0005023813,0.00605539,-0.012870444,-0.013705153,-0.010389576,-0.0038306746,0.002882956,-0.016840462,0.008424951,0.0016935843,0.0097231185,0.010469908,-0.02053683,0.016022539,-0.017213961,0.014224513,0.02856023,-0.011850061,0.00096053333,0.0062586702,0.024615837,-0.015364754,-0.016409673,-0.026381938,-0.0031788782,-0.014581914,0.005459232,-0.006559996,-0.014718529,0.027244363,-0.012733835,0.008953919,0.008444006,-0.01718926,-0.016962543,-0.009568553,0.007342721,0.01606688,-0.024574889,-0.00010073371,-0.03986334,0.015953438,-0.006274317,-0.0073763696,0.02026763,-0.01197483,-0.01831754,-0.0054110796,0.019776005,-0.029342428,0.013790069,0.0130683575,-0.031270724,0.027825719,-0.012426752,0.030217541,-0.0021711977,0.0010819325,-0.016704489,0.016582903,0.029751355,-0.011615553,-0.017786393,-0.045149095,0.0077018053,-0.0028470922,-0.021649638,-0.014382318,-0.0075347843,0.017052019,-0.024767548,0.0077275666,0.019696327,-0.026206903,-0.030857924,0.023757339,-0.010576554,-0.0049787434,-0.024242999,0.045067277,-0.003398209,0.02297744,-0.026248053,0.015576271,0.010732359,-0.00397918,0.006084866,0.011495437,-0.03492037,-0.0025597524,0.0102254795,-0.0041619437,0.008893353,0.0026300761,-0.018063651,-0.024079973,-0.025529498,0.0045440244,0.008181191,-0.017677583,-0.0037142166,0.013718931,-0.019979095,-0.031467523,0.0012118422,0.03340266,0.02034174,0.014461238,0.016836753,-0.030004142,0.0038909093,0.02016673,-0.0155115705,-0.014050071,-0.014814509,-0.003921348,-0.016921993,0.024496233,0.01573319,-0.011323812,-0.0008709873,-0.013578547,0.0005680161,0.0037465629,-0.020282632,0.0028780482,-0.015290745,-0.0095601035,-0.011171118,-0.019401915,-0.016682763,-0.021177927,0.00962483,-0.00276067,-0.0075009107,-0.005631598,0.012591262,-0.015218825,-0.020418674,-0.016949551,-0.0050777583,0.0042656185,0.022755308,-1.99019e-05,-0.0065721143,0.01034564,-0.006567535,-0.024212806,0.0020546888,-0.0058591394,-0.024277192,-0.0016573279,0.0025272472,0.0070611746,0.006018155,0.047195192,0.011903329,0.001370407,0.050505478,0.0041665426,-0.010979506,0.0025219647,-0.0098328935,-0.020545999,0.034847036,0.0071313037,0.005629393,-0.004011803,0.012171122,-0.004002838,-0.012772994,0.039855413,-0.047583442,-0.015014043,0.0120248925,-0.012922078,-0.00427809,0.008335433,0.04009923,-0.023393665,0.016773269,-0.02181219,-0.018629463,-0.018037524,-0.009361061,0.005724249,-0.024083996,-0.018156296,0.029950602,-0.023597604,0.00892502,6.0557377e-05,-0.0017498381,0.0013943643,-0.0072753145,0.00015441126,-0.021852873,0.019381868,-0.0017027445,0.00012906255,-0.039880566,-0.019824976,-0.012486486,-0.00037884671,0.013262975,-0.01574506,-0.009390107,0.009776609,-0.0046714703,-0.038286455,0.0032401055,0.013879011,0.016306972,0.008883282,-0.028634211,-0.041665494,-0.026850678,-0.0009312958,-0.020736232,-0.005927469,-0.009382071,-0.0073534935,-0.056961436,-0.02667485,0.010694203,-0.008531555,-0.0068222466,-0.0096945595,-0.0017696847,-0.010642781,-0.016325401,0.0014253512,-0.011402706,-0.0039617755,0.018021652,0.015849823,-0.014239035,-0.002940984,-0.020376954,0.009462447,0.023133492,0.008473082,0.002017223,0.005695616,0.010230545,-0.011494673,0.005171521,-0.013925559,-0.01978445,0.013371545,-0.0056399438,0.0036559002,-0.025427816,-0.044952765,-0.11189241,-0.025116125,0.03309905,-0.013390955,0.0016576169,0.013267388,0.007282034,-0.014556633,-0.0144436695,0.018257337,-4.7884125e-05,0.045797136,-0.0055792164,-0.0061533772,0.008326352,0.002225735,0.0040318705,-0.015728625,0.0100197205,-0.0033783442,-0.023505135,0.021385916,-0.019621994,0.015084073,0.0069001582,0.025998667,-0.008636654,-0.005265459,0.0062998235,-0.026437737,0.0029395442,-0.14867723,-0.014693894,0.012630492,0.0029065497,-0.0014917852,0.008644226,-0.016746664,-0.019196158,0.0034350727,-0.01134093,-0.024529811,-0.0079098,-0.041881554,-0.020807799,0.011017964,0.11236449,6.0894276e-05,0.0018171851,0.034704242,0.00028689246,-0.018215448,0.016499704,0.007676223,-0.010372841,0.0338228,-0.0066764965,0.00058180105,0.020357573,0.012885056,-0.027716536,0.0037064764,0.0069748154,-0.008653173,-0.0030675784,0.0047444277,0.006068253,-0.0064664967,0.0046906606,-0.0053845365,-0.01549857,0.018643584,-0.014914148,-0.017431831,-0.026862238,-0.005621882,-0.013868128,-0.026294539,-0.008388679,-0.011183005,-0.03341348,-0.008907475,-0.09230784,0.008355797,0.038117453,-0.0054764864,-0.007777518,-0.016926132,0.031941615,0.017058892,0.033885337,0.022545692,-0.03350041,-0.012881372,-0.021153418,-0.0060899872,-0.0033745083,0.012651346,0.00866667,-0.0011625286,0.005645371,-0.009198091,-0.018912675,-0.00049447065,0.006900022,0.004086187,0.01238682,0.013361575,0.006457194,0.017676892,-0.024674485,-0.0030703908,-0.02457794,0.0054598823,0.04147439,-0.019806733,-0.022328332,0.0029274747,0.0014503243,-0.016898409,-0.012728438,-0.00027375921,0.001731665,0.030434383,0.013783563,-0.0021564271,0.0065507935,0.012308011,-0.003966492,-0.015196125,0.0011302633,0.022553658,0.007163393,-0.027605902,0.008217269,0.0042250343,0.010336832,-0.016127197,0.0061943145,0.0477071,-0.023909641,0.0107732285,0.0077462983,0.011219022,0.0014756272,-0.015393401,0.0059515187,-0.0056749084,-0.009126447,0.01083204,-0.015520606,0.00562962,0.01215512,-0.012306912,0.0091353,0.004815612,0.01610691,-0.0018629153,0.005247478,-0.007401661,-0.02162482,0.009546648,-0.0053632474,0.01039721,-0.0034508926,-0.0009194008,-0.003557551,0.004552204,0.0022392478,-0.010179507,-0.0016056563,0.021004962,0.0050037038,0.006165957,0.017420515,0.012472675,-0.025261348,0.015970193,0.022491936,-0.0033942645,0.010137973,0.016843146,0.0077276495,0.01048912,-0.006597832,-0.005428646,-0.017416783,0.023533396,0.0055884733,0.0034286038,-0.023158552,0.00044083886,-0.01758852,-0.00364734,0.022795884,0.02022088,-0.00493847,0.013719477,0.007810939,0.012396346,0.01608911,0.0041296813,0.0005914781,-0.005411252,0.011683067,-0.008218128,-0.01322545,-0.0056502805,0.01759048,0.004485333,0.0069120233,-0.015869118,0.013018514,-0.0014347862,-0.012897728,0.0060067265,0.015912602,-0.021467932,0.0010151871,-0.0127534475,-0.0029264132,0.0022039667,0.0044352836,0.008320526,-0.017339453,0.004633151,0.025140973,-0.0014233784,0.005317559,0.002267308,-0.013345582,-0.015900249,-0.017106025,-0.009188307,0.008477066,-0.0015871014,-0.0067356904,0.009026648,0.011785741,0.008693968,-0.021177657,-0.014600125,-0.0047135036,-0.005650627,0.014785862,-0.014550618,0.0037426373,0.010907127,-0.0076634283,0.004349682,-0.000746024,-0.012626907,-0.026397994,0.017863644,0.00021461408,0.008775988,-0.013411437,-0.004916074,0.0014084926,0.01789228,0.004558293,-0.0010985587,0.0100631565,0.0034980224,-0.0035997806,0.0009966034,-0.011023716,0.014263507,0.010761244,0.008631257,-0.0030811876,0.013739039,-0.007821679,0.0019148171,-0.009794921,-0.000751767,-0.007551679,0.0111356955,-0.0065253763,-0.0075479555,0.009877454,0.004315753,-0.0026725945,0.013619244,0.0019885954,0.006057776,-0.015816603,-0.019347576,0.021932837,-0.010123355,-0.0014810571,-0.0011657428,0.011567168,-0.0095982095,0.015246749,-0.0034778204,-0.0019487789,0.012497354,-0.01110763,-0.009213582,0.009597314,-0.0034101584,0.013958866,0.007306096,-0.001951005,-0.007619108,-0.009492716,-0.019331954,-0.005587052,-0.0030141291,0.0068037095,-0.00930122,0.0018296705,0.0023809623,0.021476759,0.0017736638,-0.0022661695,0.010581637,0.0035572546,-0.008419632,-0.0145070525,-0.02428312,-0.0008632589,0.0059890016,-0.006462954,-0.012176733,0.015889773,0.009436462,-0.019639762,-0.009825613,0.013974582,-0.0025447975,0.0075443857,-0.016410938,-0.01189584,0.029312875,-0.00235655,-0.018302593,0.011703028,0.011209111,-0.005317327,0.0811862,0.011041499,0.011754925,0.01804091,-0.008177368,0.0051704086,0.002446057,-0.020357262,0.0067559383,0.0022920528,-0.013502836,-0.017735016,0.0035353333,0.0008286588,-0.00818054,0.0034119985,-0.007854875,0.0052351994,-0.010272359,-0.011247257,0.0016835564,0.01022121,-0.0010888281,-0.0017372874,-0.008315687,-0.0077813,-0.006412459,-0.006755044,0.0020305747,0.01529434,-0.004407761,-0.0014519063,0.004233789,0.015691902,-0.013279851,0.0005138058,-0.0043304744,0.028404288,0.026602117,0.004017791,0.0076468093,0.018189585,0.002337522,-0.0075099156,0.019411344,-0.0025395975,-0.0147928,0.0055200164,0.010420604,-0.0020928727,0.005870707,-0.0035394905,0.008419677,-0.0034695384,-0.024173658,0.001356014,0.002326546,-0.018439805,0.0077320472,0.013234658,0.0022670885,0.016230192,0.012583798,-0.015539708,-0.02373154,-0.018728768,0.00581796,-0.025521357,0.00073231687,-0.010210219,-0.005940279,-0.0042992784,0.003857525,0.000995983,0.019130735,0.006877926,0.0022882163,-0.0069020204,0.008229588,-0.02449906,-0.010306928,-0.012368073,-0.012620339,0.003021923,0.0033845599,-0.0054169474,-0.013971348,0.0052421372,0.013905921,-0.008815472,0.0022832095,-0.026775759,-0.015247498,0.0027681633,-0.009209824,0.017500633,0.050656017,-0.004239976,-0.0057804175,-0.017654598,-0.010550182,0.009117881,0.00021190458,0.009468142,0.008732585,-0.0059984913,0.007291333,0.010950875,0.0031827793,-0.007349282,0.0045714276,-0.00029389508,0.0068646227,0.00761172,-0.001389811,-0.019029986,-0.010376698,0.0031544904,-0.0059560356,0.019108674,0.0045317714,0.0065548834,-0.019602459,-0.0045049926,-0.014379662,0.0004976656,-0.012463934,-0.008380754,-0.00017771324,0.0030502386,-0.002296834,0.0019275388,-0.011574172,-0.009535421,-0.018557623,-0.0075474284,0.006724532,0.022954267,0.011856277,0.018634034,-0.00954073,0.026423672,-0.0026479163,-0.0042401063,-0.004769463,-0.0057204086,0.022173176,-0.010827213,-0.018849675,0.0070492565,0.014520148,-0.018553074,0.006480726,-0.0007878726,-0.019033581,0.011690354,0.006508857,0.011724349,-0.007375404,-0.0006783379,-0.008584839,-0.00011311843,0.0055358545,-3.782171e-05,-0.009805141,0.009276793,0.018612448,-0.0020121806,0.016270552,0.010811253,-0.0016059119,-0.014109705,0.019489877,-0.0036430478,-0.00013351177,0.011850059,0.013196201,-0.012337093,0.006976852,0.009166453,-0.010425811,0.0102036735,0.006062155,0.01668931,0.011310127,-0.008062365,0.016332138,-0.007144676,0.018483572,-0.009019063,-0.02948135,-0.00954724,0.0049634385,0.013385541,0.02049091,0.006639661,0.019412288,-0.0018940583,-0.004475334,-0.013737228,-0.007952686,-0.0054006204,-0.0064440668,-0.0012180016,0.0030464584,0.00308051,-0.018631596,0.009108544,-0.0050861654,0.003077604,0.0055064014,-0.032896396,0.0056962795,-0.015039255,-0.0076268497,0.0030807075,-0.019844308,-0.014276408,-0.0048200856,0.021256207,-0.022901375,0.005565849,-0.00653864,-0.0139405625,0.003916036,0.020799715,0.021161046,-0.0025217475,0.008611985,-0.008350843,0.01847267,0.0106167905,-0.006090691,-0.009753482,2.3742985e-05,-0.007171415,-0.0032695546,-0.017559871,-0.0020883433,-0.01560143,0.015356263,0.001967405,-0.0020980828,0.0052520814,-0.0021228748,-0.011460043,-0.007678452,0.016609512,-0.038269874,0.00050043897,0.012487724,-0.005343081,-0.009938999,0.00220738,0.0045277877,-0.009531112,0.016368449,-0.046926327,0.0051791,-0.005261251,0.018245282,0.003951611,-0.007122636,0.0064903772,-0.0036883706,-0.00038406515,0.012457444,0.010036548,0.011567293,0.013212333,-0.016697844,-0.012078826,0.0019439135,-0.006248813,0.012029593,0.0031359985,-0.008758706,-0.008504506,0.0047759493,-0.008010619,0.0025193428,0.0014160805,0.0082307095,0.0043805237,-0.008918085,-0.013710394,0.004977686,-0.006782326,-0.0103886975,0.015007619,0.012334675,0.0018478307,-0.0044927476,0.004686224,-0.0041115955,-0.016270773,0.0072201034,0.0038268748,-0.007216575,0.01444376,0.022167632,-0.010704951,0.0011562769,0.0047489065,-0.0039313757,0.017333323,-0.010734331,-0.010944198,0.023406044,0.000419764,-0.0025034898,0.012943856,-0.017104372,0.025908226,0.010428301,-0.002331599,0.0025467058,-0.00911355,0.010383006,-0.004723929,0.0010624292,-0.008532998,0.008375554,-0.0074812095,-0.009705489,0.00035293243,0.004757572,0.009231804,-0.0028177209,0.02126101,0.0074020727,0.015289537,-0.0014915372,0.023879306,0.014620153,-0.008586634,0.0005083077,-0.004301664,-0.00020428396,0.0063156495,0.005282983,0.003686233,0.0013577963,-0.004688893,0.0047321627,-0.02081249,-0.0043757614,0.0011488061,0.028666327,0.0060932795,-0.008890672,0.010512687,0.0069474503,0.013021663,0.009434946,0.0028151588,0.010422329,0.003435785,-0.017339204,-0.0034916978,-0.003629949,-0.018554147,0.0026628303,0.00415976,0.0045872545,-0.006758803,-0.007682425,-0.034717537,0.010303707,0.014697377,0.0064614885,-0.0012054938,0.015177644,0.023929058,-0.008801519,-0.006026134,0.017699635,-0.013490767,0.01655025,-0.0036452198,-0.008822523,0.010362067,0.007449087,-0.00078419317,0.0025058445,0.0014935754,0.00069149473,-0.011387767,0.01583436,0.0079949945,-0.009343611,-0.018784283,0.019750219,0.015446602,-0.006321873,0.014283286,0.012021289,-0.0011794182,0.008178789,0.004512194,-0.0020214384,0.0037676962,-0.013626233,0.012360188,0.00019055273,0.0068819392,-0.0068668597,-0.003309243,0.011540668,-0.006434695,0.0005784439,0.004305157,0.002228752,-0.009454882,0.0068835923,0.0037645341,0.004164259,-0.00481066,0.0050698854,-0.0034659742,-0.011943659,-0.008897163,-0.008435221,0.000784043,-0.015158723,0.00026601358,0.010129988,-0.000100225705,-0.0055591753,-0.017178629,0.020652715,0.002981029,2.8557519e-05,0.0005554957,0.0069791256,0.015623065,0.00978149,0.006507207,0.02848991,0.02246053,0.0055070883,0.008662194,-0.019030452,0.011998882,-0.0017371784,0.0015826799,0.009482365,0.007494522,-0.0036973294,0.006809399,-0.0023797874,0.0009073988,-0.0031962218,-0.009772357,-0.0014121681,0.009523228,-0.0046620965,-0.0034557825,0.0063250056,-0.0010344934,0.014391603,-0.0050921547,-0.07609361,0.00019148584,-0.0026051675,0.028551638,-0.010261796,0.013347016,0.0040822257,-0.0138571765,0.00070704665,0.020592256,0.0048597525,0.011101149,0.0071742204,0.01730954,0.0036798117,0.018888019,0.004151125,-0.0058704033,0.0050426787,-0.008127295,-0.016002268,0.006763256,-0.020617101,0.0069200927,-0.0030656087,0.0018705082,-0.006023673,0.018738084,-0.0016818019,-0.0028392975,-0.02341444,0.002902827,-0.010496679,-0.0034069468,0.019428592,-0.00093717687,-0.008806222,0.007352465,-0.13725471,-0.004784876,-0.0023589819,0.0018970837,-0.012113639,-0.014510783,0.020222865,-0.0058959853,0.004672617,-0.0054717604,0.010815438,0.010702376,-0.013542093,-0.001302928,0.004519879,-0.0096007,0.005447081,0.01639025,0.006906363,0.0017410184,0.0053579025,0.0045735785,0.021046285,0.013218888,-0.009020001,0.0035705513,-0.005528572,0.005826341,0.0066960906,-0.017591871,-0.013544347,0.004379358,-0.002195713,0.010965785,0.0018391529,-0.006694919,0.0062060026,0.018191727,-0.02443801,0.0106224585,-0.006229463,0.026647853,-0.0015386487,0.030308176,-0.008934876,-0.011202664,-0.011131983,-0.0036990696,-0.002339694,-0.005574267,-0.00443752,0.029683722,0.0087232245,-0.0058623715,0.0028224238,-0.01048471,0.015245635,0.0122502465,-0.021317815,0.0024126568,-0.0025188923,0.00831569,0.0064149834,0.00078164344,-0.0003871834,0.010375857,-0.0031434165,0.011702432,-0.0020044427,0.0014899543,-0.0006448902,0.014559408,0.016431974,0.02005763,0.00939467,-0.0213078,0.010385175,-0.0032307098,0.0141923325,0.01001083,0.0032075418,0.004357384,-0.0054202448,0.0029910202,0.0010801292,-0.015036093,-0.013917512,-0.005633968,0.014076569,-0.05268206,-0.01089251,0.016975524,-0.016413195,0.022363504,-0.010629867,0.010240805,-0.004525358,0.0055613355,-0.00052472635,0.007898903,-0.013082828,0.008775233,0.014624675,-0.015979653,0.0013435646,-0.015706485,0.010903464,-0.036357343,0.011371982,-0.0041247685,-0.017312318,-0.0009568744,0.005257328,0.019663647,-0.0072328853,-0.012035121,-0.0036617287,0.019703697,-0.03114553,-0.0123126665,-0.0070136697,0.0069908923,-0.0066808197,0.010517245,0.02252228,-0.0081177475,0.016552191,0.009587408,0.007531243,-0.011193874,-0.011929077,0.0029589788,-0.0019084588,0.0034730753,-0.014674736,-0.027390763,-0.0032925515,0.0080747865,-0.0038904669,-0.0059118206,0.0014194635,-0.005434882,-0.0026597178,0.024045926,0.004067544,-0.00019160018,-0.006092362,-0.019811658,-0.0067716017,-0.0061930753,0.012276915,0.0093204705,0.0029523498,-0.020776406,0.0076221945,-0.020575004,-0.013463433,-0.0073595364,-0.006976933,0.001357918,-0.0007550671,0.012380558,-0.021529466,-0.005108614,-0.0042610867,0.0012292624,0.013616484,0.0050544306,0.037791274,0.0025314987,0.015137244,0.00975422,0.021048471,-0.00041839769,0.009196964,-0.01839523,-0.005640971,0.0020463064,-0.004886976,-0.003131434,-0.019215895,0.025016496,-0.019171169,0.0031544485,0.0048552365,-0.008055004,0.0018058801,-0.02283194,-0.005333119,-0.016350709,0.004728433,-0.024658326,-0.0099711055,-0.0006558247,-0.024822194,-0.00024254461,-0.023540096,0.0019616724,-0.0032856346,-0.015319036,0.0075612688,-0.012822909,0.0033746078,-0.17095973,-0.014436541,-0.0017101074,0.010196266,0.0018391989,0.0034959116,0.025346652,0.0042164517,0.047337547,0.0053659854,-0.017360419,0.01873146,0.003723692,-0.0051423423,0.009684327,-0.0028198594,0.0081262775,0.017147755,-0.015566917,-0.030021528,-0.024889806,-0.029589787,-0.0033858945,-0.0142894415,0.0053766617,0.0041187643,0.0023914613,0.0034133366,-0.0088240625,-0.010888169,0.0024191728,0.017484263,-0.019050483,-0.0011406669,0.005844444,-0.0051993253,-0.026752118,-0.014261764,0.0075607384,0.0028933422,0.000668351,0.009181271,-0.010430197,0.0067590596,-0.00863246,-0.0063687903,-0.012504533,-0.021518335,-0.0036465824,0.00821481,0.0011558126,-0.0022830938,0.0031625559,0.0017510955,0.02426253,-0.0046504727,0.028042674,-0.0013252589,0.023436502,0.007465116,-0.0072546806,0.0062625487,0.010905565,0.010144345,-0.01055571,0.024306664,-0.006539363,0.15981187,-0.0072641834,0.025641393,-0.026572399,0.008770403,0.0049741953,0.013202934,0.0352666,-0.0064201094,0.00013331504,0.0029527666,-0.0099204015,-0.002726151,-0.0049615377,-0.0112439245,-0.0024728393,-0.022106584,0.0040819137,-0.001043296,-0.0062252292,0.010361509,-0.004888777,0.015513641,-0.034408446,0.0145706795,0.0020746796,-0.008579617,-0.004681766,0.0010992638,0.022719467,-0.015378778,-0.009366614,-0.024234807,-0.030548442,0.0078616645,0.0020081282,-0.002540469,-0.0031508866,0.00656302,0.022798778,-0.0034224798,0.0060129804,0.013382836,-0.02548465,0.016157124,0.018607419,-0.016510691,0.018315412,0.0034614548,0.0073241075,-0.030023964,0.013903511,-0.011356235,0.0045936955,0.0053458298,0.026268013,0.0053749266,-0.005114581,-0.0013915368,-0.013946917,-0.0010795895,0.016253008,0.0005733458,-0.013120864,-0.003087571,-0.011518899,0.008486077,-0.0021623098,-0.0016786119,-0.09322901,-0.022613566,0.0032984307,-0.014852683,-0.03056061,-0.008068806,0.009966611,0.0060283095,0.019464275,-0.0027426172,0.00026675672,0.004664624,-0.019066472,-0.0053542308,0.018075243,0.004224059,-0.0010752572,0.0042332863,0.0052915,-0.009376876,0.02870667,0.0009947949,0.029243229,0.0024058467,0.0026903853,0.005495875,-0.031257488,-0.014495114,0.0032578963,0.016709331,0.018382743,0.0062606325,-0.012685157,0.0010849086,0.0125004295,-0.008825896,0.0009882144,0.00058111513,-0.017327525,-0.0002177148,-0.0035124326,0.0056350925,0.0118754525,0.008644805,-0.0008511583,-0.019308088,-0.02343058,-0.007609167,-0.011374338,0.005380455,0.0123311775,-0.0067930478,-0.0023283157,-0.004113381,-0.017112285,0.006136965,0.03852706,-0.0319866,0.025969367,0.017756226,-0.004700311,0.015471327,0.0046371873,-0.0026750504,0.009413073,0.007604536,0.0025087222,0.019765815,0.0004223296,0.012749255,-0.01101185,0.0017041754,0.00859073,0.011010916,0.016156826,0.0093291765,0.00054576265,0.021513086,-0.008433926,0.010490944,-0.006430365,0.010277808,-0.004975068,0.0015370625,0.047558706,-0.011298988,-0.0055456734,-0.026177535,0.0025013378,0.0053474773,-0.013183082,0.0025883566,-0.016138125,0.0013689265,0.003234156,0.0035216892,-0.026042677,0.01054819,0.005181894,-0.014405674,-0.014102632,0.005621243,-0.016514495,0.029518634,0.0026163266,-0.03191076,-0.011192037,-0.0030259523,0.015052034,-0.00019137791,-0.002341797,0.0035784803,-0.030146495,0.00084086455,0.0057950923,-0.013788228,-0.0015906678,0.034425464,0.031198798,-0.025518697,-0.001892656,-0.0073995134,4.4539924e-05,0.003444418,-0.0071059903,-0.009933835,-0.00546945,-0.019149285,0.014588626,-0.0033339069,-0.011867024,-0.0060399994,0.0061098817,-0.006761696,-0.0031985845,-0.026731772,-0.0057453956,-0.015177594,0.018447468,0.014101741,-0.022194318,0.0026734965,-0.014810781,0.008064166,0.0089980345,-0.011441881,-0.014152352,-0.01720872,0.00848066,-0.015532103,-0.0052912007,-0.006563271,-0.009688283,-0.0030052564,-0.010908258,0.037524555,-0.015929693,0.018139072,-0.011998535,-0.019450221,0.0039059513,-0.01707205,-0.00026559966,-0.022456879,-0.00033884266,-0.012931194,-0.0029673951,-0.026355334,-0.037644006,-0.01428584,0.0009434172,-0.006817617,0.013327453,-0.014991631,0.0062104575,-0.01626512,-0.010880012,0.007191243,0.010642886,-0.054946225,0.019473637,-0.010440977,-0.015545862,-0.0014370247,0.020610966,-0.003370594,0.008013395,-0.029632673,0.0011454985,-0.012253587,-0.011112791,-0.0012745695,0.03867525,-0.0051074596,-0.003644066,-0.012033281,0.006755574,-0.012217251,-0.00092489825,0.020256668,-0.0050065494,0.0043837223,-0.0018226969,-0.018664066,0.02103337,-0.011394886,0.004851196,-0.015028795,0.006595697,0.008972039,0.01372504,0.0059531806,0.004802383,0.005135463,-0.025000548,0.01769905,-0.023442278,0.021715287,-0.021562224,0.013992173,0.01535524,-0.052779593,0.012550519,-0.019431548,-0.0015812829,-0.021376025,-0.001553715,-0.011772814,-0.0046135355,0.012009484,-0.014578212,-0.0136443395,0.0049538403,0.0056688357,-0.0071147885,-0.0054542692,-0.0005374252,0.0012870416,0.005259155,-0.004818462,-0.031997517,-0.039449498,0.0011546141,0.0008321793,0.021293415,-0.017696006,0.013363815,-0.006394918,0.020302232,0.0035615354,-0.009307057,0.03388147,0.011010199,-0.008714857,-0.009134521,0.031600676,-0.021526601,-0.019219846,-0.011421734,0.0009479504,-0.015235528,0.019566908,0.017759595,0.0007603456,0.0045838547,-0.021151232,-0.09513333,-0.009025493,0.005041501,0.012132368,0.0052411463,0.0052267737,-0.008319312,0.043429043,0.0089465,-0.009235458,-0.019023355,0.006874448,0.0061864057,-0.0064143674,-0.0007981725,-0.0059902985,-0.008436728,0.012076042,0.005582079,-0.00833705,-0.0028448596,-0.017709361,-0.015542306,0.018662734,0.018770183,-0.030999431,-0.006641249,0.0012727162,0.0064604226,0.0028486133,-0.004081615,0.0028758536,-0.007872238,-0.00067929376,-0.0007212086,0.018165058,-0.029377948,0.009991466,-0.02132804,-0.001693776,0.016429907,-0.021993069,0.009132307,-0.019082695,0.02590992,0.019033354,0.0022282195,0.008421655,0.010777965,-0.0047749546,-0.008954587,-0.035017766,-0.0050857733,-0.019360414,-0.0038152793,-0.035709832,-0.008094247,-0.028799823,-0.0067475606,0.0037409028,-0.023238128,0.017666675,0.022827623,-0.016544275,-0.0112022385,0.015820941,-0.010347623,-0.003643207,-0.0137269795,0.013692486,-0.018101584,0.011853013,0.02022103,0.0050379806,-0.002258222,0.0037956692,-0.024978846,0.006651978,-0.030046074,-0.014056631,-0.014864035,0.013246871,-0.0030495494,-0.006242888,-0.009558058,-0.010900307,-0.014583932,-0.012860369,0.0060735876,-0.0012242754,0.0034548428,-0.017816225,-0.01823013,0.0020676884,0.011132436,-0.006705441,0.002160643,-0.015090397,-0.0055722254,0.012556459,-0.012736737,0.01866145,-0.0024066532,0.012096211,0.007461546,0.0037594312,-0.012674439,0.013948622,-0.008962715,-0.0018401565,0.013263373,0.004128725,0.008981977,0.0028131485,0.013600441,0.0094752405,0.007497211,-0.006939168,-0.0028220257,0.002365156,-0.002482985,-0.005101583,-0.0032840807,-0.019128682,0.008975973,-0.0049293274,-0.012310762,0.004547214,-0.01892862,0.02136572,-0.0010592336,-0.0007235684,0.0063164,0.010376088,-0.0041556987,-0.0024867086,-0.0011483761,0.0011088686,-0.022377055,0.0062372284,0.0065385727,-0.006155859,-0.020312237,-0.00976397,0.02370923,0.01412387,0.024473378,0.0014911435,-0.0023854293,-0.007040696,0.022845529,-0.00057098764,0.011352903,-0.023623548,-0.006895019,0.01307303,-0.000565093,-0.026661647,0.026499478,-0.0012335052,-0.023602635,0.0073328624,-0.011950438,-0.023637183,-0.0015084798,0.0098117,-0.01513444,0.0045054085,-0.004788466,-0.015074908,-0.004673818,0.00020688803,0.0005476459,-0.016849197,0.016990257,-0.00050405937,-0.0072238096,0.01687867,0.008475038,-0.006110931,0.006562084,0.0101703,-0.003223706,-0.0014621333,0.006095962,-0.0040927413,0.0029442403,-0.01929096,0.0022090496,-0.004989263,-0.0025558558,-0.005958333,-0.029597549,-0.015426529,-0.028391123,0.0065696626,-0.007221351,0.0006717919,-0.019979129,-0.005734382,-0.020021304,0.018377276,-0.02010772,-0.039838187,-0.012138487,-0.0010977994,0.029392172,0.0063352077,-0.013810065,-0.0022232248,0.012950514,-0.011995908,0.013379342,0.030865047,0.027481927,-0.0200071,0.002692175,0.0056630066,0.023965998,-0.0058297017,0.021065747,0.012122242,-0.009943205,-0.0009348891,-0.022461887,-0.00035178007,-0.0055594696,0.028044134,-0.014151434,-0.007905779,0.011196828,0.0015926647,0.0063143494,-0.00012670174,0.0029246346,-0.0030401233,0.015610396,0.0002501349,0.01686382,-0.00072189356,-0.0061006737,0.022977665,0.005136331,0.0028810292,-0.014475908,-0.0133023495,0.007216212,-0.004122553,-0.0071662967,-0.014657559,0.024821004,-0.0012493172,-0.0025898614,-0.010995224,0.0050800145,-0.017152078,0.009673645,-0.016505841,0.004547137,-0.024778325,0.014632366,0.0031338015,-0.011988989,0.022873135,-0.046929106,-0.0044180024,-0.0070440746,-0.014610323,-0.0071653216,-0.017302977,0.013625525,-0.0074931094,-0.03625205,0.0052015213,0.0042501045,-0.013409852,0.013066996,-0.0077468767,0.0013674366,0.014643916,0.005202836,-0.011036824,0.020003103,-0.00023363293,0.015688395,0.0028415166,0.030948555,-0.024108104,0.002991387,-0.021536632,0.009522453,-0.016063739,0.016308792,0.005546097,-0.012408431,-0.026292484,0.004292849,0.009451878,-0.014411182,0.026890576,0.010086592,-0.011077004,-0.02531183,0.002611038,0.021214085,0.015619945,0.01427218,0.002008044,0.0055816257,0.001155368,-0.018578663,0.004430214,0.015478028,-0.014493623,-0.025083113,-0.011413541,-0.0075490302,0.0033243422,-0.016018393,0.022018088,-0.013299836,-0.012057975,0.0029265676,0.0006791795,0.019370161,0.006900203,-0.006270125,0.0015321798,-0.010177815,0.0047603687,-0.008456083,0.012761852,-0.016038222,-0.007361413,0.0022442406,0.033300962,0.010482937,0.0387147,-0.0041553006,0.0023611642,-0.012595458,0.015991004,0.0057636043,-0.008722927,-0.007886514,0.025920888,-0.0011283002,-0.0012270648,-0.005123771,0.0035566406,0.011457827,0.018970182,-0.00893827,0.0019349583,-0.003284776,0.01154115,-0.025147129,-0.0092233205,0.0061734817,0.022098385,-0.016814854,0.011939809,-0.00833944,-0.01382575,-0.009724553,-0.0074887145,-0.010367637,-0.010953713,0.020625466,0.026141942,0.0028001922,-0.00927176,0.00722334,-0.02880809,-0.0127071915,0.0078106984,-0.00859042,-0.005182428,0.013989171,0.005334221,-0.018427296,0.0055558025,-0.0065664942,-0.014435509,0.007404706,0.014496289,0.013441959,-0.02225456,-0.017901523,0.002083288,-0.0040305057,-0.010219867,0.0017192467,-0.016321598,-0.0029234875,-0.0020332502,0.005873745,-0.03339908,0.0048995563,-0.010386368,-0.003166044,-0.00453936,0.01507272,0.0015349695,0.0005161913,-0.01695487,0.012875946,-0.004349436,-0.010424822,-0.029519167,-0.02170415,0.00931846,-0.0012599264,-0.0012601054,-0.0038906287,0.0029726063,-0.012103484,0.021776743,-0.0026854833,0.017265646,0.007340308,0.013294396,-0.0031082227,-0.0068648094,-0.013624726,0.0140030375,-0.021667205,0.013116628,-0.01463366,-0.011118446,0.0026026275,0.0018198909,0.013062873,0.02468203,0.002888853,0.0045027635,0.0063034203,0.019848099,-0.023540761,0.024488267,0.004340857,0.018239528,-0.014475383,0.003245501,0.014181022,0.0057463353,0.01800364,-0.0053337137,-0.0035438181,0.012551804,-0.0019796996,-0.0011493886,-0.014399634,-0.011766035,-0.0076005966,-0.006915143,0.009358663,-6.4222055e-05,0.0044568595,-0.020905344,-0.018222628,0.0073781223,0.03384196,0.016158717,-0.011451961,-0.02742023,-0.024660693,-0.019080464,-0.0019523817,0.016984824,-0.023380479,0.012024263,-0.054131735,-0.008534956,0.0053109913,-0.015664784,-0.012310825,0.007898155,0.0074320273,0.0030300736,0.02396098,-0.028996358,0.010477317,-0.0068956497,0.004825029,-0.0014528637,0.009235931,-0.042751834,0.016320845,0.0038610792,-0.011579774,-0.013386575,-0.0019168804,-0.0063198498,-0.0026429584,0.0027678842,0.0040203608,0.012316258,-0.0033227757,-0.018493218,0.004400217,0.005089649,0.008205358,-0.009419938,0.02307203,-0.0075741224,-0.007456259,0.0073966114,-0.00053365744,-0.0301408,0.009956553,-0.026905464,0.010808321,-0.019923763,0.0008853848,-0.012981903,0.0013481796,0.001044418,0.002427818,0.00290908,-0.017923541,-0.00036471777,0.013456341,-0.018689765,0.015739288,0.014717056,-0.0072911335,0.008662475,-0.008142749,-0.014672749,0.019426083,0.0049102516,-0.00697977,0.0007241544,0.028706856,-0.0038694425,-2.0437878e-06,0.011192957,0.0071404264,-0.0018767497,-0.02111761,0.0022232942,0.021815503,0.0048265727,0.026238343,0.009261283,0.0049019693,0.0012187352,-0.037114404,0.006955413,-0.0074845366,-0.021243911,-0.012515441,-0.0096044745,-0.004973623,0.00697449,0.022336781,0.015454884,-0.0029993313,-0.0018270313,0.004434482,-0.029234432,0.006156847,0.009341208,-0.009014838,-0.00021377963,-0.01219158,-0.01498874,0.0254769,0.017249117,-0.026298882,-0.02055013,0.032675836,0.0071352385,-0.0049820393,0.032335345,-0.021139417,0.004759509,-0.013797888,0.00799621,-0.0009324352,-0.010177265,0.00028394134,0.0036436962,0.011333319,0.0170457,-0.0033033236,0.00090549607,0.0032446487,-0.00045305063,0.012295506,-0.00899133,0.024119982,-0.009697489,0.005055278,-0.0045968983,-0.011301317,-0.008260851,0.011304045,-0.027044376,0.005874581,0.0029072997,-0.016271094,-0.010430139,-0.040621992,-0.018261539,0.025061524,0.018908799,-0.02306952,0.014940476,-0.0036441279,0.041045643,-0.017743282,-0.0066493005,0.0028280376,0.015332573,0.020932456,-0.0150293335,0.0120411785,-0.0033076769,-0.021301406,-0.024119064,-0.005548865,-0.022968635,-0.0050428915,0.015739718,0.026400398,0.010028635,-0.018355701,-0.007342297,0.016155416,-0.0024522122,-0.028086126,0.004813514,0.014965082,0.0031828098,-0.016526826,0.016364127,0.00562696,0.023518201,0.016822772,-0.018822907,0.007255446,0.013195465,-0.006109385,-0.019365242,0.0066042324,0.0062637175,0.007281731,0.006567047,0.005952308,-0.014674168,0.005673376,-0.01288666,-0.002974032,0.010777795,0.031690236,0.012812987,0.055320594,0.00450702,0.008469551,0.013505343,-0.0035467164,-0.013671343,-0.008208778,-0.00043599863,-0.0058692237,0.015674753,0.0037813399,-0.0020701156,0.0012149906,0.0046260166,-0.004154358,0.0018267892,0.016457655,0.006871408,-0.00507117,-0.016566645,-0.008234753,-0.008925531,-0.033526003,0.046239726,0.017967276,-0.024518833,-0.008573487,0.008734129,0.1504311,0.13005662,-0.0006485027,0.0070114434,0.014105325,-0.014649631,-0.02501398,-0.00032066207,0.016413158,0.006639134,-0.019226633,0.021885462,0.010680258,-0.010982802,0.0041590384,0.021865223,-0.027525337,0.018461186,0.008712276,0.005711765,0.016341591,0.01407196,-0.017016828,-0.0030989947,-0.0077612516,0.0024036262,-0.006159111,0.0042798803,0.0069096815,0.005335361,-0.013979908,-0.0031303798,0.0060877255,-0.010757052,0.0060379216,-0.009132222,-0.011057036,-0.0008434188,0.018065436,-0.0030377815,-0.03375227,0.0119189825,0.0023034501,-0.0076888995,0.0019229709,-0.015407701,-0.010225471,0.009664593,-0.018252967,0.0020897777,-0.0216288,-0.006317613,-0.011279051,0.004432273,-0.017472673,0.0077818963,0.009683261,0.02362189,0.0028264942,-0.0015442469,0.0106347175,-0.0050238324,0.016985316,0.011579698,-0.003660835,-0.012681439,0.009918666,0.012979368,0.016817205,-0.012943267,-0.006381545,-0.012544756,-0.0005664511,0.0057026614,-0.027830834,0.004856778,-0.0012708126,-0.0034151194,-0.008747445,-0.00068907434,6.793445e-05,-0.011173179,-0.009828653,0.01637611,-0.005567185,0.016164416,-0.01536875,0.014858267,0.081072375,0.011300044,0.0033013052,-0.00428396,0.026765529,0.003963238,0.011648154,0.045085117,-0.0036781344,-0.003919355,-0.002183496,0.005791911,0.021363977,0.0013766154,0.010824049,-0.0071421103,0.039242048,0.039124895,-0.01523373,-0.0047890744,-0.031130444,-0.007739813,0.009680604,0.03444303,-0.0044037593,0.018629396,0.0044025495,0.0001332931,-0.017047891,0.0043894174,-0.11410158,0.0048520435,-0.014935883,-0.008719995,-0.014059362,0.013302752,0.02065098,-0.0023516482,0.017531907,-0.007051965,-0.015658282,-0.0007973847,0.005352095,0.020170422,-0.019885248,0.0021007124,0.010781179,-0.042400543,-0.010177133,0.016283875,0.0044606635,0.014434249,-0.017252175,-0.0043898453,-0.0005526962,0.015114351,0.0012335263,-0.009603247,-0.014630733,-0.013118304,-0.009739244,-0.0035388747,-0.020578258,0.015395615,0.009324614,0.01411208,0.007444505,0.0031254918,-0.0012784105,0.00978079,-0.0062044812,-0.019014524,-0.006434041,-0.020689089,-0.012829938,-0.00059847,-0.0059809308,0.008441127,-0.019165952,0.017139632,-0.004396504,-0.008382167,0.032238916,0.0015679216,-0.0073720124,0.0018393873,-0.014176324,-0.01583369,-0.0023972036,0.0013213407,0.019571828,-0.014056758,-0.027153142,0.012841393,0.017480223,0.0089991065,-0.013503402,-0.001721681,-0.00953712,-0.021731466,-0.011794586,-0.0070762103,0.03238133,0.0087199295,0.01258908,0.008860531,-0.02482207,-0.00040200393,0.0070047844,0.009768508,-0.0054074475,0.0072830515,0.016653208,0.1189087,0.006259133,0.017230853,0.010675664,0.015216649,0.00091283163,0.010361138,0.0030730374,-0.0016746798,-0.0033996385,-0.015823772,0.02336543,-0.013793328,-0.0017753764,-0.0056418073,-0.0065176794,0.023432313,-0.023171404,0.030445397,-0.024608364,-0.013727643,0.02076651,0.0025104957,-0.011698629,-0.012225255,0.0054644444,-0.0102770245,-0.0062247366,0.0043086163,-0.012219266,0.0011546891,0.0039051012,-0.0083595235,-0.0049417308,0.016297312,-0.008489722,-0.00817903,-0.0067981593,-0.040626317,0.011932202,0.026015405,0.01627171,0.017275775,0.023183858,-0.03160506,0.19205126,-0.005800613,0.0042693964,-0.013836609,0.016744522,0.0044597923,0.0015955888,-0.00020537918,-0.0061053983,-0.006544475,0.0056167105,0.011838705,-0.0047415695,-0.005963214,0.008606258,-0.009261428,-0.040245667,-0.0014281548,-0.024321664,-0.0139472205,-0.008977125,0.0056842817,-0.0030189848,0.016336301,-0.028394181,-0.008103258,0.0031800414,0.0026496253,0.022936529,-0.012191122,0.008197383,-0.029190168,0.0077657965,-0.015867125,-0.013404065,-0.009794662,-0.00031267776,0.0074584326,-0.0082613425,-0.001023231,-0.009061063,0.005233537,0.0010106926,0.008421883,-0.004499783,-0.0003608343,0.00066605577,0.016294792,-0.010232663,-0.0188247,0.005881708,0.010670417,-0.019280674,-0.0008229798,-0.0016314684,0.002942092,0.010699037,0.003600303,-0.026539598,-0.012808674,-0.008632535,-0.002383989,-0.0061148107,0.028089743,-0.004873213,0.009319646,-0.008037149]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 143,
          "content": "Japan household propane costs to rise on Mideast price hikes",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.04536732,-0.018093951,-0.013303133,-0.099386215,0.000663088,0.019729322,-0.015721217,-0.0049115983,0.007742438,-0.0012209949,0.008293567,-0.02952606,0.0008860556,-0.026873782,0.09950619,0.009432171,0.0058238143,0.01860477,0.0017953655,0.0057137352,-0.030202296,0.023940282,0.0121941725,-0.034966137,0.00061856897,-0.013540148,0.026372021,0.00515275,0.0283913,-0.01209976,0.02499993,0.025288265,0.018187668,-0.015989644,0.0057367836,-0.0016914918,0.015397897,-0.0001836795,0.018687831,0.0061717937,-0.019981623,-0.0016080925,-0.021702148,0.015562414,-0.02888785,0.0050642528,-0.014943947,-0.033977482,0.00678618,0.042579874,0.017028367,-0.020312723,-0.0013366077,-0.17593679,0.0107096955,0.011476031,-0.026138991,-0.023920108,0.012260121,-0.017411284,-0.016836274,0.006942499,0.0067555974,0.009930629,-0.012086338,0.010547509,-0.0039211093,-0.0044243936,-0.0002684961,0.012144418,0.013188915,0.027049933,-0.005276833,-0.007085567,0.02435895,-0.0077759796,0.0021913107,0.014135647,0.014767014,0.007572939,0.008199201,-0.017036356,-0.026196828,-0.011624754,0.003581611,-0.034562286,0.008069884,-0.008531106,-0.02529057,0.022683902,0.013846209,0.0089614205,0.009738305,0.017522315,0.007047627,0.01312732,0.006283606,-0.0059614587,-0.014731118,-0.018443165,0.006678205,0.0057437243,0.0027372115,0.04002055,0.0010003322,0.003484043,-0.011369213,0.02206267,-0.017071035,-0.005982422,0.019454926,0.025745919,-0.012252242,0.027501853,0.007592494,-0.12343706,-0.004638821,-0.0015375529,-0.017940585,-0.0016393763,-0.04454355,-0.019112937,0.006013234,0.024667282,0.012474998,-0.02761414,0.022363601,0.032825407,-0.0028239472,0.022160664,0.006896128,-0.035988245,0.002612309,0.0385703,-0.018490683,0.0058118133,0.028139265,-0.0013630731,-0.02822794,-0.029666679,-0.0058918484,0.006027362,-0.01484309,0.0043637343,-0.02410079,-0.0001191088,-0.001315588,0.010791904,-0.009336305,-0.007416657,0.05079502,0.016557354,0.0073634186,0.0028709325,-0.008435382,-0.0139473695,-0.004767478,0.0015293331,-0.014189792,-0.026238149,-0.0077296835,-0.003598909,0.009909612,-0.009988136,-0.00043787053,0.025724893,0.028157838,0.03432765,-0.011524498,0.0069883205,-0.046509787,0.0056480262,0.00011471792,-0.01433653,0.014530341,-0.00061080215,0.0027160526,0.009882527,0.0067553045,-0.0013036446,-0.0038631759,0.014153445,0.00072451006,0.0035838701,0.020336257,0.0021758059,-0.027909571,0.005379261,0.011991533,-0.01915012,-0.013250471,-0.03144151,0.011183684,-0.030554784,0.008625444,0.015185244,-0.002912554,-0.018564088,-0.013657939,0.007775049,0.030663893,0.0041417875,-0.037495654,-0.005538191,-0.02650383,0.018999739,-0.006835074,0.0079526715,0.019862782,-0.010151394,-0.024854632,0.03792943,0.022912202,0.0125242025,-0.003938548,-0.039931044,-0.0036996556,-0.027266148,-0.0058102454,0.02186806,0.035967115,-0.012916738,-0.012895166,0.0035916725,0.014031253,-0.0060431063,0.0022787903,-0.0054178955,0.017230708,0.030246198,-0.0130561255,0.006659691,0.010775929,-0.027103918,-0.0054591396,-0.023569113,0.008511016,0.02367426,0.013078483,0.042059317,-0.0027412921,-0.0039188694,0.002735884,-0.0053341384,0.01451525,-0.0054138494,-0.014300429,0.010609742,-0.0054521607,0.006179103,-0.0007684917,0.008773626,0.012191909,0.01018199,-0.014637108,0.005866089,0.017123077,-0.033001136,-0.003781304,-0.005183504,-0.011834331,-0.025833294,0.009818207,-0.020899018,-0.015524737,0.018634716,-0.002608479,0.011527847,-0.03783141,-0.007965211,-0.011877467,0.017837007,-0.026278088,-0.0066227484,0.002404288,0.027060376,-0.044684425,0.039527006,-0.005702272,-0.0007658246,-0.0052759117,-0.015467475,0.013965757,0.005206928,-0.006689601,-0.024007326,0.0057989825,0.0062320656,0.015487573,0.0069523775,-0.013860028,0.0290835,-0.03019666,-0.008065968,0.022001065,-0.0015148873,0.0018645854,0.025669256,-0.01016592,-0.026463933,-0.0005907127,-0.016610581,0.008173426,0.038745455,0.004900541,0.016038729,0.00045878682,0.00989881,0.016621234,0.0057622534,-0.031169,-0.01743008,0.031211603,-0.01233004,-0.018196693,-0.04791911,-0.011276589,-0.0028260415,-0.008747626,-0.014250925,0.018170023,-0.03070506,0.014617739,0.032436445,-0.00015235746,0.010237639,0.005230124,0.0035394235,-0.0028378812,-0.00854176,0.023691183,-0.00464297,0.026,-0.001680698,-0.018491754,-0.012114127,0.009043351,-0.0019745694,-0.0014435016,0.00036317113,-0.011966822,0.018612389,0.01613571,-0.008263922,0.007814952,-0.010424757,0.023744572,-0.018642455,-0.030737242,-0.01144519,-0.01183654,0.0020784282,0.008998133,-0.00998105,-0.03314933,0.03292451,-0.011873171,-0.017006231,0.024594458,0.049010023,-0.0069651087,0.0019334403,-3.567241e-05,0.030335033,-0.0049574585,-0.02525491,0.029941162,-0.00094935176,0.005433434,-0.00035274532,-0.025503874,-0.007819736,-0.0030559567,0.027280733,0.006252861,0.013520248,0.004706531,-0.011671578,0.010446146,-0.00074291567,-0.030549863,0.019704087,0.026091203,-0.02255757,-0.00689597,-0.00082950166,-0.010241594,-0.012480161,-0.011717025,0.01638444,-0.038524635,-0.011183892,0.020744791,0.0073608905,-0.023249382,0.016258037,-0.0040864064,-0.018626293,0.027770098,0.004262452,0.008938332,0.008557768,0.010864176,-0.0018039123,-0.014702268,0.00021713751,-0.015138551,-0.012934773,0.01674205,0.020682316,-0.006801131,-0.0045931214,0.0045711566,-0.0010182423,0.02653179,-0.013024292,0.0010788372,0.010888679,0.00062569417,-0.021880783,0.006772355,-0.0018229556,-0.014584205,0.0001079984,-0.0017873206,-0.01848404,0.017096836,-0.0075532533,0.022288857,-0.015506102,-0.0074290494,-0.0055027017,0.005978496,-0.0048450693,0.016359814,0.0026949449,0.008423525,0.00039288393,-0.011533812,-0.0062069986,-0.0075821504,0.015873842,-0.025323851,0.008700017,0.00057921646,0.01311033,-0.015680915,-0.022017915,0.015551473,-0.02192134,-0.010052811,0.008940977,-0.001765529,0.0161272,0.007948764,0.012267473,0.022003394,-0.0070092594,0.0045352527,0.015106832,-0.008773329,-0.01708098,0.012094511,0.030614194,-0.006608155,0.0021202522,0.010981107,-0.029547991,0.012713619,-0.005573039,0.011966877,0.011113284,-0.004658557,8.220045e-05,-0.007183011,-0.020650025,-0.058591332,-0.018250365,0.011751563,0.013006173,0.03297176,0.01509639,-0.008486537,-0.022526167,0.011909691,0.010207431,-0.011772199,-0.010797486,0.0057558096,-0.009851775,0.03399066,0.0011962997,-0.011796327,0.02252206,0.00944643,-0.041564036,-0.0203146,-0.02211854,0.01475419,0.027022189,-0.0009262891,-0.013995326,0.008450322,-0.046995122,-0.033105355,-0.009782488,-0.019569863,0.014670569,-0.00025502004,0.002592716,-0.0034619067,0.018417588,-0.004344651,-0.016769476,-0.0033714406,0.023215117,0.0023166772,0.010657466,-0.020173917,0.0011242138,-0.011352931,0.015049599,0.0007815898,-0.012428203,0.02395832,0.0050654653,0.0074095377,-0.009462551,0.008286762,0.024853103,0.011204908,0.041160572,0.014572796,-0.00391411,-0.019568088,-0.009711887,-0.021242214,0.028082618,0.01816532,-0.006088942,-0.015109134,0.0055530192,0.014117207,-0.00901146,0.04093133,-0.07105057,0.004414239,0.021659635,-0.01369961,-0.03486378,0.009815535,0.050574962,0.006611714,0.015623266,-0.0066574975,0.015347667,-0.012983629,-0.004801814,-0.008935308,-0.016887197,-0.011361404,-0.050855298,0.02050494,-0.0034099233,-0.0009282877,0.011977606,0.0077221007,0.0014638237,0.030147363,0.034394592,0.003522837,0.009387501,0.013221778,-0.0027473837,-0.013546692,0.0006712093,-0.0021780964,0.006629053,0.0077200728,0.0022771766,-0.01185521,0.0018476024,0.00323148,0.0065031704,0.0044167847,0.009201782,-0.014068437,-0.018420838,-0.020979466,-0.02448192,-0.01223609,0.013979901,0.004495803,0.0075324005,-0.0031446852,0.0037236563,0.004791403,-0.0017206819,0.0030608014,0.028752757,-0.02316157,-0.01706186,-0.022394711,-0.035613164,0.012995796,-0.03899825,0.0129565075,0.015182455,0.0125559885,-0.023714468,0.007722429,0.0013189578,0.011754348,-0.005746765,0.022518776,-0.017487904,-0.01857768,-0.014928677,-0.025871035,0.03844349,-0.016039109,0.01824384,0.021617565,0.025153728,0.009292903,0.014167685,-0.024406746,-0.103335895,-0.007034181,-0.048344117,-0.011170518,0.008547867,0.018550912,0.014698479,-0.020549512,0.002619285,0.05543873,0.024137197,-0.008521683,-0.025689213,0.014486946,-0.026859486,-0.029010689,0.017713282,-0.035192147,0.014773055,-0.019735554,-0.02461039,-0.0011856011,-0.0011187152,0.0067876354,-0.046607833,0.002739733,0.00065540604,0.01526438,0.024745444,-0.025126485,-0.018732456,-0.12635341,-0.016163466,0.015499381,-0.028383002,0.026702167,0.0028724116,0.022387551,-0.0019225543,-0.018973695,-0.0075727096,-0.0043075345,0.01752807,-0.0032130003,-0.016824303,0.031396896,0.10394458,-0.0004281481,0.024151105,0.0018402003,-0.007684934,-0.019623602,0.018374883,0.011819908,-0.015754111,-0.016658284,0.0014115734,-0.006592975,0.011444214,-0.018597111,-0.005373849,0.0089572305,0.0069006924,-0.0064819125,-0.009917997,0.03426923,0.0040983623,-0.00069229177,-0.028495137,0.01907111,-0.015916374,-0.005683556,0.00838036,-0.009171902,0.01549827,-0.006441378,0.01618996,-0.042627085,-0.029580913,-0.0029387746,-0.005304901,-0.010079114,-0.08721169,0.017386677,0.026834402,-0.0009858588,-0.0048970855,0.011136277,0.021017242,-0.019477671,-0.01993686,-0.0017729667,-0.016757332,0.02009538,-0.002894822,0.0041733305,-0.02607631,-0.0034335123,-0.010336981,-0.0074664284,0.024760671,0.006705488,0.008278293,0.026384553,0.0027895956,-0.019678846,-0.016975425,0.0024280916,0.027452959,0.017600922,0.01636718,0.0020284138,-0.029549843,0.0023602904,-0.0056859027,0.014001158,-0.0061371643,-0.016269917,0.02129362,-0.0007614744,0.01922565,0.032528095,0.00091656746,-0.017870799,-0.014712771,-0.010674308,0.021484511,-0.018734189,-0.011030101,-0.016218431,-0.023534657,-0.0077169077,-0.0012310859,0.018967489,0.00095206196,0.006811985,0.015953649,-0.023258938,-0.008664668,0.02568289,-0.01012624,0.002837767,-0.01163037,-0.0020803646,-0.0001275183,-0.0061955163,0.006204188,0.007592079,-0.010738196,0.00070791336,0.011519806,0.0074359216,-0.015980046,-0.008315878,-0.0064258915,0.0057082353,0.011189794,-0.011041893,0.02590678,-0.014432267,-0.032737944,0.016713586,0.0058600875,0.00074008096,-0.006876615,0.0006900812,0.006744127,0.017599707,0.008406241,0.0040088766,-0.0038776,0.004900845,0.013376794,0.0037572065,-0.010002272,0.006611778,-0.016753538,-5.556276e-05,-0.005201486,-0.015020043,0.0039328653,0.018343559,-0.020684645,0.007645986,0.0072440836,0.004359985,-0.002689002,0.0012330689,0.0036471067,0.011915471,-0.02499198,0.0054403185,0.0057395743,0.0045032585,0.0096413195,0.009998608,-0.0029144832,0.0047090133,-0.0056420323,-0.0030831601,0.029973498,0.006050077,0.017795622,-0.019052416,-0.0030575315,-0.00864024,-0.0036196595,-0.018477216,0.00026229594,0.002459722,0.017203048,0.0028045787,-0.009481838,-0.006396351,-0.009197942,0.0074929916,0.0143537745,-0.007440342,-0.0033609662,-0.012470969,-0.001572208,0.0042011174,-0.017472804,0.008152626,-0.009912891,0.0020161876,0.0012884305,-0.008740127,0.012980306,-0.0016629928,0.011529085,-0.022715893,-0.011890593,0.009024537,0.0045494684,-0.007891161,-0.01627854,-0.0014372616,0.003444319,0.015653854,0.01264093,0.011653196,0.01580223,0.0059503433,0.010133441,-0.0125866635,0.01321751,0.0048469673,0.016304396,-0.0037995505,0.015791861,-0.024227597,-0.009080639,0.008284322,0.008267288,-0.015488017,-0.009376526,0.010998555,0.009825676,0.006190987,-0.017677128,-0.01367734,-0.0052128457,0.0008210056,0.014638833,0.0021429816,0.0036185118,0.008949534,0.0037491152,0.024623815,0.010047804,-0.0021303226,0.0053251903,0.015509611,-0.005421194,-0.01760988,0.0043467907,0.012047674,-0.014977705,-0.023977714,-0.009333413,-0.0012637735,0.017972365,0.0034778728,0.010611296,0.004379932,0.0028284746,-0.007127387,0.012484031,-0.00198372,0.0016104927,-3.930195e-05,0.00048434007,0.002408517,0.02333866,0.0082111545,0.00062959606,0.0027794773,-0.009817662,-0.01151718,0.019901505,-0.009708762,-0.00010055092,0.022496378,-0.004043461,-0.0018597256,-0.026158353,-0.013677588,0.005373124,0.015406489,0.005237995,0.006635026,-0.00073813647,-0.018674921,0.004150871,0.0051633674,0.01186876,0.011386051,-0.00048522215,0.005566757,-0.021120913,-0.0077114836,-0.006535512,-0.005665985,0.00907142,-0.0068867397,0.00525037,-0.007500266,-0.011469085,0.007680597,-0.008403143,-0.0040139034,-0.00021134752,-0.003257803,-0.003231291,-0.0075259604,-0.023448458,-0.0032505034,0.014021805,0.01244949,0.009115787,0.08932024,-0.0036566132,0.00800178,0.018660018,0.0015218812,0.0087312125,0.015114358,-0.02608378,-0.02053251,-0.0032595987,0.0036740003,-0.0007501119,0.00902426,-0.0046359384,-0.010399952,0.0054089124,-0.0011816449,0.012765142,-0.017033631,0.005385298,0.0015346215,-0.00016683785,-0.011067714,-0.0038100714,0.010758145,0.014317612,0.01223094,-0.012578354,0.023890557,0.013772689,0.009069659,0.01768358,0.008123641,0.019878106,0.0010885434,0.008353971,-0.0047674896,0.020808954,-7.94967e-05,0.00722224,0.015435941,-0.002824731,-0.0044682645,-0.008954444,0.012726677,0.009337866,-0.013554419,0.002300419,-0.006771632,0.0043548336,-0.0054092435,0.012599054,-0.008912186,0.0038406027,-0.010113382,-0.015525384,-0.0072253896,0.0006546178,0.0091091115,0.011861881,0.011698955,0.013610112,0.00950147,-0.016501002,0.0067626103,0.0021008286,0.015097178,0.011965962,-0.013924911,0.0073235747,-0.02298426,-0.008546336,0.013084836,-0.008234264,0.015223009,-0.0034411177,-0.0176848,0.0022620873,0.0047028773,-0.008218369,0.018688098,-0.0066974196,-0.011200864,0.011564643,0.010934507,-0.01118289,0.0040372647,-0.00010840468,-0.0008852958,-0.013902461,0.011737486,-0.0024375175,0.017877353,-0.0051629674,-0.01341154,0.013237235,0.052435238,-0.010217217,0.0056035677,-0.014991651,-0.026407553,-0.024106115,0.0003027518,-0.012729675,0.006657975,0.01630269,0.0046820953,-0.0038540596,0.006518694,0.013072307,-0.00341321,0.0060424195,0.0060591553,-0.0072214836,0.0040653218,-0.028729215,0.0001418341,-0.004878407,-0.02204858,0.013081394,-0.0012519667,0.0034313714,0.0047002477,0.0060546654,-0.027068987,0.0026881632,0.010516317,-0.00042180432,0.010931145,0.027128255,0.005706974,0.0021256197,-0.017907012,-0.016732456,0.008121483,0.010014462,-0.004329892,0.0012635964,0.0075114802,-0.009647959,-0.0016098027,0.01331453,-0.003022464,-0.007949603,-0.018484527,-0.0072877924,-0.0268869,-0.004650856,-0.011283106,-0.0053882133,0.0023387116,-0.0014446726,-0.004992959,0.0018281715,0.0013478515,0.001000348,0.011405369,-0.00013627547,0.00020856562,-0.0052260705,-0.000729694,0.0034092304,-0.0042160884,-0.011913642,0.008098143,-0.006968694,0.0138330525,0.0005653645,0.0011306016,0.004046278,-0.002441006,0.008400515,0.015315361,-0.02306253,-0.01854765,-0.015683344,-0.0073391977,-0.015424536,-0.017698102,-0.0027064497,-0.004820171,-0.0019198388,-0.0051085344,-0.0003075672,0.004839433,-0.014184306,-0.013716686,-0.004385357,0.01965671,0.011097704,0.006733341,5.3509324e-05,0.0036534767,0.004233237,0.003080407,0.01737948,-0.011767923,-0.0060711657,-0.004429436,0.018143738,-0.009177355,-0.0021275321,-0.010705533,-0.012383764,-0.006173172,0.00084984425,0.006427771,0.002330663,-0.0009918914,0.011200425,-0.00059159874,-0.013880179,-0.0002536278,0.010483117,0.009586956,-0.011116738,0.029859751,-0.011382205,0.0032514704,0.010025867,-0.027422825,1.6803342e-05,-0.0014858468,0.0017701837,0.00944521,0.005490683,0.016326664,0.014881983,0.00029120088,-0.015236294,-0.0036353592,0.0038101065,-0.010309664,0.005240647,0.014612492,0.015374448,-0.018774098,-0.011299545,-0.004222278,-0.0073384806,0.015630178,0.0080925375,0.011392118,-0.012620817,-0.003581712,-0.0058395546,-0.008034931,-0.00102554,-0.020769916,-0.0037306568,0.017721038,0.001521727,-0.0181425,0.0023319859,0.021913456,-0.00057075184,0.0026067898,-0.046036992,-0.011562666,0.008583116,0.019584445,0.0018374022,0.015631862,0.0075874524,-0.00031000713,-0.010607541,0.024952097,0.008486378,-0.011019612,0.018768033,0.0008455472,0.00019215213,0.019309437,-0.0021546835,0.02424304,-0.0064879954,-0.0018085543,-0.0167309,-0.0034313365,-0.008223175,-0.017024316,0.0032734505,0.0026006235,0.01617503,0.007942005,0.0009479049,-0.00047339348,-0.0046510445,-0.0041367933,0.0002825156,-0.005355452,0.0134192435,0.003468321,0.002707911,0.009040882,-0.0083606,-0.0154178655,-0.0023122514,0.014199368,-0.021982314,0.017360207,0.0023597127,-0.0088612875,0.017707653,-0.012457686,0.000382145,-0.00667286,0.006331028,0.0055957204,0.0008972993,0.008200708,-0.0005301932,-0.0046123285,0.019316144,0.016422512,-0.0042707473,-0.01394353,0.004072913,0.009113885,0.0055691954,0.009464335,-0.016873376,0.008303146,-0.018240971,-0.008775494,-0.014162233,-0.00063657836,0.0059882156,-0.0040270053,-0.019866712,0.004615932,-0.007144614,0.008762554,0.0072956905,0.0142743215,-0.025269205,-0.01208458,-0.007013666,0.019802775,0.015118043,-0.017747333,-0.008538353,-0.0043023606,0.007708034,0.007715709,-0.0037814477,0.009788502,0.0070249853,0.014790696,-0.0032113662,-0.011570237,-0.011157465,0.01565656,0.0027597733,-0.012429463,0.017503073,0.0015478651,0.0076624104,0.0042020096,0.005359795,0.008386575,-0.009164779,0.011810106,0.004741779,0.017842608,0.012617261,-0.0043783025,-0.003650002,-0.00063717214,0.0155706415,-0.016639782,-0.00052510685,0.0074703605,0.006252359,-0.0047127004,0.007088325,0.0056145717,-0.00092436874,0.013952375,0.013527557,-0.01606944,-0.008382607,0.0061408253,0.0035388642,0.0067748944,0.014847968,-0.001665035,-0.008378916,0.010595131,0.02516381,0.003264473,-0.006874811,-0.0006025996,0.009191257,0.0028128773,-0.006484042,0.0037960527,-0.013571164,0.00827489,0.01252133,0.0074394704,-0.007949614,-0.015970886,0.010632674,0.0059521864,-0.0009811429,0.008033664,0.006534862,0.0014612704,-0.003542576,0.01317003,0.009465302,0.0045837485,0.003748215,0.0010061709,0.002847622,0.018463274,0.0012143693,-0.019425979,-0.00881905,-0.002144296,0.0055410275,-0.01919871,0.0036617005,0.006278818,-0.011460218,0.0019111114,0.013188738,0.015719885,-0.0139734605,0.03238223,0.0028914486,-0.010753325,0.010367808,-0.009354284,-0.0070118536,0.012448778,-0.0069629545,0.0090471795,0.0032218173,0.0035421757,-0.030318365,-0.002992453,0.0058198893,0.010761652,0.0039381725,0.005922751,-0.011796694,-0.03685483,-0.0016674097,0.011838466,0.0061084614,-0.0037436488,0.0065109422,-0.015702976,0.017009335,0.0017991875,-0.005832926,-0.0012052944,0.0094958665,0.004149557,-0.018721366,-0.08104086,-0.0065041906,0.0075395545,0.0052822665,-0.025757432,-0.008944292,-0.0212329,0.00063238246,0.010688772,-0.0070352554,-0.013405407,0.015794933,-0.01081281,0.007942581,0.0056013013,0.0035847682,0.004600183,0.0059273285,0.0024878888,0.0008742287,-0.016296752,0.02175585,0.005615984,0.010973341,0.007161246,-0.013771323,-0.009051989,0.0053455955,0.013889858,0.0043529714,-0.008843237,0.007931524,-0.007841881,0.0011534122,0.014725505,0.0050721774,-0.008068997,0.010257197,-0.13266777,-0.0011082435,-0.0022300563,0.011207579,-0.015788732,-0.0010961667,0.0019075492,-0.029461203,-0.005072033,0.017169751,0.0025983094,0.008953155,-0.0005514891,-0.018576821,0.012092639,-0.005769244,-0.01404804,-0.0028284593,-0.014134219,0.009019788,-0.015429165,-0.004228942,0.028320981,0.012414394,0.010394195,-0.011042527,-0.007884104,-0.0068503064,0.020194624,-0.0013059482,-0.01705446,0.0004228886,-4.309026e-05,0.007078372,-0.0019082816,-0.013663415,0.020359421,-0.008185213,0.017502017,-0.010138583,-0.00047892754,0.0033599494,0.0074169193,0.003692493,-0.0011838482,-0.012470535,-0.004718263,-0.014143612,-0.027404508,0.020194316,-0.007244681,-0.0006816218,-0.008332698,0.0037293853,0.0014773168,-0.0045160437,0.004817558,0.007283683,0.0063895667,0.013004294,-0.007586089,-0.006062159,0.0026119736,0.008188056,-0.009703953,-0.012780565,-0.007052063,0.0043956195,0.0020002439,0.00743774,0.022458835,0.025448736,0.01229659,-0.012154725,0.013575922,-0.0028312916,-0.0033316328,0.0070580537,0.0018942856,-0.011009705,0.0063155224,0.0070382087,-0.025687788,-0.011828358,0.0010277447,0.018851439,0.017285978,-0.011690703,0.0049019745,-0.053957768,-0.011884619,0.0009371411,-0.012348918,0.03011147,-0.012482861,0.006162538,-0.007399943,0.005663914,-0.024440756,-0.0015656526,0.006546118,-0.0112998,0.006598845,0.014043657,-0.020828713,0.009387419,-0.00042464212,-0.00716217,-0.006010947,-0.003521749,0.008698439,0.0031940907,0.011453869,0.027653532,-0.002613336,0.024429007,-0.010027816,-0.00028766692,0.0056013437,-0.011978007,0.019474467,0.012508659,0.007447071,0.0029003124,-0.021020101,0.010289872,-0.007943705,-0.015914112,0.0038627882,0.009401692,-0.002847868,-0.01706877,0.005055735,0.0056245867,-0.013816342,-0.0052784183,0.016540539,-0.016862232,-0.005346496,0.0031438912,0.011365499,0.00064251974,-0.005311422,0.0050292453,0.002331263,-0.00012682735,-0.008369242,0.0107752,0.0074585946,-0.027662251,-0.013990775,0.0100759445,0.014372219,0.010647478,0.025345052,0.008449561,-0.015547842,-0.005021969,-0.02349502,0.0079654595,-0.026411854,0.016522253,-0.018552208,0.0065696975,0.004569481,0.015767148,-0.010762853,0.013985078,0.037389874,0.021999722,0.010939555,0.0009907808,0.017283322,-0.0027565383,-0.018955287,-0.013846818,0.015477945,-0.011266604,0.013287364,-0.013626641,0.0010151399,0.0023180458,-0.024692696,0.009072161,0.01168631,0.0015891843,0.001688447,-0.012079488,0.025313808,-0.007332014,0.008632564,-0.00830754,-0.004669878,0.0048217764,-0.021224018,-0.004229804,-0.0007862494,-0.0074550295,0.011442222,-0.009025262,0.021065092,-0.012467079,-0.0066258814,-0.17154488,0.00044963628,0.0023844559,-0.02248181,-0.0006804996,0.0066237543,0.015397294,-0.011547425,0.025586817,-0.009168281,0.0049145785,0.00075171085,-0.017532136,-0.0027496722,0.014564078,-0.019765956,0.023525639,-0.0047500646,-0.01463975,0.0031745816,-0.03966927,-0.010660951,0.008227998,-0.001746616,-0.013769581,0.002262706,-0.0011577886,0.0021672698,0.023193248,-0.00038239136,-0.018636968,-0.010567631,-0.004590519,-0.01721227,0.025187176,0.016118843,-0.010673753,0.0075222915,-0.021369344,0.019281626,-0.0043321117,0.003195472,0.015821902,-0.012712531,-0.006074753,0.014838845,-0.00093008357,0.0009662701,-0.0012087424,-0.003282716,0.0050567323,0.0018626883,-0.01706054,0.010378433,0.015214316,-0.00984296,0.018709544,-0.004560434,-0.012854294,-0.008947116,-0.012159296,-0.0052851317,0.018218301,0.014055505,0.012038123,-0.00095816667,0.004927664,0.14595564,-0.003235115,0.0026467596,-0.030733062,0.0073564127,0.02466764,0.011449671,0.00032206002,-0.0037424038,-0.009081064,-0.0028995515,-0.0028599156,-0.0036873042,0.0056341835,-0.0064361026,0.022218073,-0.012276674,0.017892396,0.012520792,0.0015753651,-0.013682032,-0.009660126,0.008786097,-0.0040272973,-0.0030118455,-0.000102973376,-0.013312894,0.028235009,-0.018493926,0.0020567467,0.009295947,-0.007282709,0.0030830456,-0.019317677,0.011550375,0.0049135294,0.01624552,0.00073487946,0.0022728343,-0.0062781535,0.004574301,-0.007393336,-0.014685524,-0.021844264,-0.00045464424,-0.0105474675,-0.014171747,0.01360436,-0.0038570676,0.010570853,-0.011285867,0.020829644,0.0012910846,-0.010398815,-0.0059855296,-0.0012972584,0.005023325,0.012786591,-0.0053302296,0.0067038243,0.017650532,-0.010733557,-0.005772943,-0.02324508,-0.00013685385,-0.020873964,0.0075601162,-0.02253662,0.0016726546,-0.08962752,-0.009361172,0.003052553,-0.0050273105,-0.020082822,-0.00059997605,0.007845237,0.005798737,-0.0003133774,0.0064929477,-0.022817021,0.010618841,-0.0044972626,-0.00012614003,0.0038531625,0.014198285,0.003192995,0.015098069,-0.0035783555,-0.013304965,0.028379288,0.03074572,0.00924227,-0.02558316,-0.008871253,-0.007752977,-0.021064349,0.009937523,0.016988195,0.01663399,-0.0206779,0.021228125,-0.021381086,0.0133723365,-0.012224573,0.017163418,0.01606729,0.009384041,0.0048217406,0.006434301,0.009907817,-0.01522216,0.004630347,0.007163347,-0.017580103,0.007825094,-0.0047528623,-0.016515736,0.012375446,-0.020353569,0.014222639,0.004272017,-0.011801013,-0.0044776686,-0.0173245,0.012132865,0.01697784,-0.03217435,0.036202606,-0.00041226821,-0.009735576,-0.00093555794,-0.020068103,0.028395932,0.009285164,0.016345434,0.005169482,0.0059485314,0.008378498,0.013215753,0.008914308,-0.014227913,-0.004184077,-0.004008861,0.006753347,0.010421357,0.030864393,0.011301055,-0.02775026,-0.0026432695,-0.005465754,-0.011021063,0.024522563,-0.021482794,0.041228853,-0.0045254077,-0.011996475,-0.0015494218,-0.02132208,-0.012490055,-0.026490828,0.020267911,-0.009423358,-0.00044989778,-0.0038078115,-0.0005743686,-0.012394821,0.015756642,0.035365492,-0.019193647,0.00093693647,-0.0017230943,-0.023893226,0.008987386,0.020790756,-0.0002956687,-0.014292225,0.0051706084,0.031827543,0.008117577,-0.008973568,-1.8917459e-05,-0.026616579,-0.009043921,0.01414432,-0.008630138,0.0016491567,-0.020647874,-0.0051310332,-0.021060498,-0.008101407,-0.019626962,-0.007595585,-0.008218076,-0.0013034684,0.01599012,0.0050769686,-0.003069298,0.011772759,-0.010745878,-0.001449798,0.0003040959,-0.008615384,-0.014306596,0.009597381,0.011183199,0.024590483,-0.015956378,0.0060221087,0.0379661,-0.018426163,0.010574886,-0.00024770584,0.028569462,-0.008492238,0.00021926391,0.0009763375,0.0018427818,-0.00071489863,-0.0106097385,0.0027807583,-0.0073350742,-0.0033365332,0.0074721524,0.017190559,-0.008173245,0.01276565,-0.0036765232,-0.0026464593,0.016735543,0.007786539,0.0034284624,-0.00078528107,-0.011816512,0.024874292,-0.015068651,0.021484412,-0.0053015444,-0.036216576,-0.021176048,-0.0056737564,-0.0094884895,0.013692259,-0.013507621,-0.009048254,0.0031279523,0.02712676,0.019003036,0.00033762987,-0.050802723,-0.0073375604,-0.007051596,0.01274607,-0.017809981,-0.01879779,-0.029238801,0.014084282,-0.016063385,-0.0024693885,0.014341141,0.0008467311,0.004771922,-0.0074577355,0.0012594516,0.0015085551,-0.01615406,0.017315969,-0.014269802,0.023821855,0.008459862,-0.0076306257,-0.0030323165,0.0006539768,-0.020277731,-0.0072873244,0.0029572148,-0.0038260173,-0.020268075,-0.0018511283,-0.023533594,0.008790277,0.015316372,-0.008448669,-0.015131414,-0.008840509,-0.0034285008,-0.002671966,0.009603971,-0.026848594,0.0064161518,0.016044512,-0.059276186,-0.0077544455,0.0022067574,0.021221638,0.004094974,-0.007506723,-0.0058166343,-0.015027259,0.030427286,-0.01403775,0.01956538,0.0043713674,0.030721314,-0.021448977,0.016545208,-0.00042475289,-0.013000234,0.013861695,-0.006992683,-0.027740179,-0.012831294,0.006815837,0.027307617,0.011685702,0.014368036,-0.019289522,0.0022934051,-0.0066056727,0.0017007112,0.0015103711,0.0008311302,0.0044267136,0.00494472,-0.008709865,0.02491996,0.008313091,0.009380575,-0.00876128,-0.018682044,0.020133816,0.0062258267,0.040172704,0.007423509,-0.017952953,-0.0015123518,-0.09730885,0.004606484,0.0036324188,-0.009677937,-0.0029190814,0.021484155,-0.008136089,0.030239258,-0.0020196482,0.025354719,-0.039735418,0.002280858,0.017336987,0.010329477,-0.0015422656,0.010632473,8.113764e-05,0.006278912,0.030295415,-0.033664,0.0048837424,-0.001939082,-0.0144500015,0.012478751,0.019190142,-0.031194506,-0.013700157,-0.014103548,0.0041123945,0.0049195644,-0.0011560742,-0.03001442,-0.015563082,-0.004164571,-0.0015464193,-0.026196396,-0.012478196,0.0034049402,0.013259869,-0.009444095,0.020067362,-0.011273131,-0.005275193,-0.010341668,0.009093949,0.00019528857,0.01905789,0.011047826,-0.020938514,-0.016203286,-0.0026993458,-0.019457249,0.0022018098,-0.012417964,0.00956753,-0.010865426,-0.0047032265,-0.016941398,-0.013228271,0.00091214234,-0.008751264,0.0071214475,-0.020939806,0.024069456,-0.0047275214,0.017984483,-0.0014343454,0.009579206,-0.0135229705,0.0017752015,0.027602868,0.004367095,-0.012722484,-0.0113554085,0.0047322516,-0.0016780021,-0.027557684,-0.004481666,0.0066987015,-0.0018971607,-0.0064271637,-0.00853623,0.017074836,-0.008114603,0.00073862245,-0.005680923,-0.006618552,-0.0031472377,0.0017598076,-0.020813245,0.0075928583,-0.019309333,-0.012742334,0.0057864953,-0.009652968,0.0015215111,-0.0023371878,-0.0307673,0.021790473,-0.03459231,-0.0027152714,-0.00033143285,-0.012537468,0.030706557,0.014960515,-0.009639035,0.0026038273,0.0064764465,0.006809838,-0.015126,-0.0010112702,0.014027622,-0.0005923689,0.0058940346,0.02344994,0.025274022,0.003068873,-0.017025927,-0.014659653,0.009948574,0.005819178,0.013964749,0.025394239,-8.4713225e-05,-0.012177399,-0.004993706,-0.003785476,-0.03231704,0.0029325152,0.013091786,0.014739379,0.016651815,0.022715867,0.003219256,0.023777854,0.0019461139,-0.013404931,-0.010589616,-0.012856508,-0.00036398368,0.009665699,-0.00814863,6.960813e-05,-0.0043641524,0.007143124,-0.008798445,-0.009819322,0.009798177,-0.025148233,0.010305198,0.009857648,0.016821261,0.008421952,0.008661794,-0.005404909,0.009215132,0.0053560524,-0.0036096286,0.010062718,-0.020523706,0.013812788,-0.0014386394,-0.016001295,0.011511612,0.007922159,0.00081822684,0.007989367,-0.009570075,-0.004574031,-0.009972522,0.011803916,-0.009232128,-0.0013173054,-0.0020222226,0.03182513,0.005495338,-0.020630432,0.014976762,0.03188697,-0.012021634,-0.003440241,0.020793932,-0.024344651,-0.0021148613,0.010752777,0.0025376547,0.016225504,-0.010006904,-0.00905284,-0.010514234,-0.030903699,-0.007207182,-0.020027546,0.0143378675,-0.010721311,0.0035465471,0.011339051,0.01372311,0.008831293,-0.0037365525,0.01844931,-0.009006363,-0.0022881043,-0.020847734,-0.010119756,0.0061199428,0.0013978475,-0.0051276786,-0.006911838,-0.00053771096,-0.01540738,0.004674711,-0.0017702995,0.0065155555,-0.00032132224,0.0064071403,0.016855849,0.009962733,-0.0019117721,-0.0029258274,0.015592882,0.023088751,-0.008843951,0.008454347,-0.002098491,-0.019533163,0.0067094225,0.0075677126,0.0020231274,-0.016822027,-0.0069059534,-0.007993509,0.007448386,0.0018608336,0.011638629,-0.0060362765,-0.009034198,-0.010615283,-0.010844446,-0.0055915606,0.009603699,0.01794487,0.01904296,-0.007198956,-0.01622367,-0.044377375,-0.040109146,-0.02344395,-0.03338445,0.010563955,-0.01542739,-0.019968191,-0.0028726822,-0.023156112,0.025394786,-0.018191703,-0.008848656,-0.02402248,-0.00493493,-0.007384666,0.042651027,0.012732956,-0.0027823586,0.03846564,-0.031717785,0.010149024,-0.013431289,0.014011199,-0.005157779,-0.029822234,0.014527493,0.0021903329,-0.003852974,-0.025835728,-0.021882042,-0.0021878683,-0.011776848,-0.018054325,0.006696494,-0.003329828,-0.011949536,-0.0032877417,0.0032359157,-0.0071600135,-0.004027346,-0.010482379,0.006916667,-0.017768415,-0.021583334,-0.015190249,0.019520268,-0.02906107,0.02323918,0.00038133448,-0.0039736186,-0.01748557,0.004714154,0.016869327,-0.006059353,0.02389465,-0.015860831,-0.03283922,-0.005722721,-0.02501832,0.010993861,-0.00185778,0.0077684005,0.0071319644,0.0004320909,-0.006944573,-0.001849286,0.017980706,0.00235456,-0.010452526,-0.02837731,-0.017980268,0.0020631035,-0.013525271,-0.0114339255,0.009510389,-0.0055734995,-0.008430637,-0.008705678,0.003474733,-0.008194891,0.005455365,0.0002642728,0.013863043,-0.0027213348,0.013112582,0.038147584,-0.0031545912,0.009445159,-0.00335175,0.009710082,0.0049686325,0.005335586,0.0023708462,-0.012442122,0.003816432,0.013270519,0.0008355116,0.003389934,-0.036456224,-0.0061091045,-0.012398297,-0.011648943,-0.015286332,-0.0065708756,-0.0074437093,-0.011901482,-0.0022470944,0.01575634,0.0022974126,0.009602192,-0.009530905,0.008955206,-0.016575452,0.008078284,-0.015882686,0.0045579383,0.04157937,-0.00758314,-0.011956901,-0.004287278,0.0015603799,0.004356428,0.0051200846,0.007199214,-0.008239471,-0.039231528,0.0145139955,-0.016445542,-0.0082446225,0.0018852474,-0.0038936469,-0.012398429,-0.022019122,0.012721623,0.00027166642,-0.024161953,0.0088004405,-0.013973551,0.0045738546,0.015379149,0.019926233,0.0032692482,-0.006094097,-0.009959201,-0.0072299805,0.0356301,-0.0063278032,-0.02120887,-0.0053723785,0.011692967,-0.0027701475,-0.011544244,-0.012036671,-0.019800669,-0.005562152,-0.0010888086,-0.025342794,0.0067512756,-0.018918917,-0.0035799425,0.0064938227,-0.02670735,0.01276239,-0.02653076,-0.0064492077,-0.0059831208,0.0045253914,-0.007011466,-0.014141156,-0.0091839945,0.024570998,-0.03800031,0.007968378,-0.008763984,0.01961173,-0.016418757,-0.020469107,-0.013626531,0.0103721935,-0.011714771,0.019372014,-0.00548632,-0.003499161,0.016657548,0.0034238882,-0.02430135,-0.0008861906,0.00087759964,0.0022104273,0.010002399,-0.0068941833,0.014120952,0.023015596,-0.008531031,0.028124945,0.017122071,0.025067855,0.005790369,-0.0032870197,0.026153209,0.02133304,0.013310011,0.0081363255,-0.005017293,-0.02045032,-0.008420127,-0.02664511,-0.0038204216,-0.0072167707,0.016005771,-0.010611846,0.018391933,0.012833721,0.02940031,-0.008634779,-0.023102617,0.0029652196,-0.0010227495,0.0067226426,-0.0110741,-0.002573788,-0.022622706,-0.0018753879,0.0039209314,0.017664699,-0.030403508,0.0018725881,-0.05818685,0.007198778,-0.01132573,0.016472518,0.0025912814,-0.00918457,0.003441613,0.0046083755,0.008439459,-0.0014475005,-0.00033311362,0.010044081,0.03215899,-0.012314103,-0.016457688,-0.039433908,0.0056068967,-0.003305257,0.0005656704,-0.0068553137,0.0011221773,-0.00036922816,-0.0049346327,-0.008320021,0.018755652,-0.0048655635,0.0076049375,0.0049447003,0.0012013246,0.010796793,-0.003350518,-0.0120264115,0.0033502153,0.010344802,-0.0011732251,-0.008195268,0.02109445,-0.038883694,0.013060521,-0.008397995,-3.7565267e-05,-0.021244545,0.027354619,-0.017709889,0.015258892,-0.012340282,0.007818634,0.0026325956,0.019605901,-0.0039270995,-0.03288176,0.0022958599,0.00923118,-0.009985071,-0.011698298,0.0014744459,-0.013993573,-0.0049504987,-0.0008331821,-0.0019635183,-0.013959554,-0.009920702,0.01608646,0.0014472821,0.02097627,0.023638852,0.005864284,0.0016175905,0.014958841,0.015118543,0.014064172,-0.002481953,0.011895,0.004011429,-0.030560913,-0.010154204,-0.03194247,-0.010716049,-0.021372043,-0.02642176,-0.008669666,-0.0034559679,0.027168289,0.0029313692,0.01701522,-0.0022027104,0.0016518111,-0.006463758,-0.014049641,-0.0004975034,-0.0024140237,-0.010384124,-0.0043556173,-0.017653119,-0.018494276,-0.007714229,0.0048000957,-0.0027982332,-0.009053909,-0.011439537,0.009379914,0.01676453,0.026006954,0.024399536,0.018671302,-0.012223475,0.021854714,0.0012672539,0.014625371,-0.0045835413,-0.004164292,0.0031171825,0.016762001,-0.016992066,0.002684393,0.018236464,-0.0057824436,-0.006059541,-0.023859248,-0.006909287,0.015383234,-0.015091655,-0.0031287605,0.010601857,-0.00921474,-0.0063864454,0.007837862,0.010344525,0.01268122,-0.0023802198,-0.0082686115,-0.010969961,0.013239466,0.019934041,0.016995445,0.03436827,0.022141278,-0.006001762,-0.00057084806,0.017554037,-0.031076124,-0.011693148,0.016199613,-0.00037490117,0.023862746,0.00089425535,0.005598831,-0.00743967,-0.029108986,-0.00861627,-0.0058395425,-0.008342133,0.011237385,-0.010862261,0.036161005,-0.01004769,-0.03077353,-0.03367461,-0.0097938515,0.005034047,-0.008334336,-0.006543178,0.013810089,0.006084732,-0.0011090807,0.016180288,0.018129136,0.021662943,0.029950785,-0.0040730145,-0.0008675589,0.017107468,0.011013379,-0.016101398,0.008169801,-0.017383616,0.0080237575,0.003286418,0.0021505158,-0.0035468836,-0.0055761174,-0.015108536,-0.011805471,-0.022990873,-0.0017396105,0.00064596103,0.013850556,0.0049963994,-0.009912422,0.0072719804,-0.015950492,-0.017701862,-0.010059051,-0.0026329483,0.0017740554,0.009105585,0.0345046,0.014348805,0.0069706966,0.01815424,0.005655198,0.006699564,0.018553384,-0.017522879,-0.009559481,-0.009818808,-0.010893195,-0.0015256812,-0.030507244,0.012071617,0.023601048,0.0239467,-0.0041962955,-0.0034982513,0.16561276,0.12207095,0.0018625906,0.014280528,0.0009453236,-0.013260437,-0.026356261,-0.017106013,0.0104641775,-0.005933595,-0.0034540447,-0.0028814513,0.0097642895,-0.019653281,0.007707164,-0.018019758,0.0069700903,-0.016730733,0.002330105,-0.000119052,-0.008775705,0.010200755,-0.01700233,0.028348276,-0.008308768,0.0053326553,0.006620839,-0.0032630314,0.023609003,-0.013348098,-0.02589092,0.009551412,0.00094139756,-0.00929821,0.0037033663,0.016938379,0.010099651,0.01742111,-0.0034580946,0.020390673,-0.005058985,0.006277858,-0.011965817,-0.012570008,-0.029782834,0.009348991,0.0064498386,-0.0029223496,-0.0010445527,-0.0078025004,0.0050661913,0.007325122,-0.0064859004,-0.018958908,0.0051595904,-0.0075058336,0.016105238,0.021947155,-0.012891255,-0.006395364,-0.0019038903,0.0009282862,-0.010794965,0.005485703,0.0029392596,0.0039269184,0.005087435,0.00646196,-0.0003151319,-0.027253594,0.005575025,0.022619447,0.013158701,-0.013342757,-0.0069386703,-0.008071463,0.018402716,0.0060989955,0.011353315,-0.005814927,0.00038769483,0.0027654918,-0.009708831,-0.013808368,0.0047748066,0.009552987,0.0070771948,0.02529206,0.09495751,0.018236205,-0.015682561,0.0003969794,0.02219732,0.0012157662,0.004923194,0.04230399,-0.0011424731,0.004540032,0.00062035455,-0.0017663077,-0.0092662955,-0.0064903493,0.022360582,0.007823125,0.0025468082,0.02315202,-0.0014258511,0.014000869,-0.009576073,-0.011819227,0.002023354,0.029390004,0.0037958424,0.021585979,-0.018850068,-0.0037563078,-0.038664725,-0.025001781,-0.10611949,-0.011493646,-0.014562687,0.008598104,-0.0093444735,-0.0046547623,-0.014428504,-0.021366104,-0.0071189865,0.017755799,0.007362809,-0.010124639,0.02350854,-0.008501897,0.0177216,0.014708191,0.017543226,-0.040151555,-0.040297337,0.005644893,0.0056139035,-0.000377165,-0.000819293,0.007147869,-0.009084384,0.016931962,-0.013351093,0.008136502,-0.013555688,0.003843546,0.004605211,0.0056208656,-0.0016958172,-0.014962661,0.014956368,-0.00577886,-0.03317856,0.0034070285,-0.0027733534,0.016797587,-0.020930596,-0.010275107,0.0013532564,-0.0052170204,-0.0051556434,-0.008523249,0.0036084317,-0.00010393759,-0.01963287,0.0062089376,0.019428907,0.0070594605,0.0029356463,0.009038139,0.017211603,0.016181748,-0.01874681,-0.0010623811,0.011374588,0.009471823,-0.013387406,0.008043087,-0.0053491783,0.0047761467,-0.0061653694,-0.01069263,-0.022344582,0.0102254255,-0.018129492,-0.001346849,-0.015685707,-0.012897132,0.004426442,-0.015633939,-0.01328718,0.014596423,-0.046899993,0.02192184,0.005057647,0.02036963,0.0056423666,-0.003631844,0.0057387417,0.13287702,0.006417488,0.0127803,0.0015694194,-0.00039199035,-0.006284008,-0.010523357,-0.008483462,0.024942415,0.021726184,0.006631592,-0.007853246,0.0026299725,0.0010630229,0.012290568,0.0033148313,0.01684458,-0.015029701,-0.023237258,-0.017440578,-0.0020674432,-0.00417543,-0.011288138,0.0052335714,0.014272846,0.004728664,-0.011519811,0.026075121,-0.0136730345,0.019138005,0.015592498,-0.026799286,0.020921228,-0.034611173,-0.010685357,0.009525678,-0.018497331,0.0071963114,-0.027000697,-0.009337557,-0.0029139526,1.9246889e-05,0.0007562936,0.00939317,-0.006077609,0.19658145,0.0054568076,0.000106889776,0.0011752426,-0.013298132,0.022149447,-0.0081447195,0.00025505596,-0.011149345,-0.0065202066,0.007836243,-0.00030302495,-0.0032651254,-0.020501787,0.011157512,-0.037003405,-0.019885251,-0.0011832715,0.002118564,0.0037134208,0.010216317,0.0139042055,-0.0014658164,-0.0023108413,-0.017840357,0.0020630574,0.020115739,-0.009708535,0.008260637,-0.019268317,-0.01450599,-0.0018421203,-0.0061525023,-0.006031405,-0.014578551,-0.004016518,-0.016852079,-0.008782162,-0.008982557,0.005073717,0.009360638,-0.0016956548,0.014523119,0.02116244,0.0069077364,-0.0037742693,-3.6446813e-06,-0.014213662,-0.010478354,0.012317595,0.0069641448,-0.0057757823,0.007750294,-0.006619886,-0.0129843205,-0.01514291,-0.0016502223,-0.007598903,-0.027989335,-0.0036503875,-0.021755975,0.013596859,-0.01683229,0.014932771,0.00044431988,0.017383883,0.007792522]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 144,
          "content": "Japan insurer Aioi Nissay offers safe driving app for foreign tourists",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-8.891722e-05,-0.007592072,0.0150447795,-0.054319315,-0.019956084,-0.009191838,-0.02146081,0.0078039574,0.032380715,-0.014716478,0.009200319,0.024989944,0.007018109,0.029457018,0.12497905,0.00204495,0.026090745,0.02386495,0.0053073876,-0.012527156,-0.0057964553,0.019746285,-0.010504057,-0.020166485,0.005911301,-0.009950582,0.003035328,0.009047742,0.019125693,-0.0053306925,-0.009245826,0.014756015,0.015619436,0.0074336994,0.015016804,0.0104208,0.045900863,0.010449719,-0.017400358,-0.012271054,0.01260539,0.03324873,-0.010217959,0.016645549,-0.036766473,0.009481473,-0.008832216,-0.023337549,0.001328339,0.050668783,0.007972019,-0.011779087,0.00979622,-0.1930197,-0.010459637,0.0036612966,-0.0066983537,-0.018115027,-0.001517028,-0.02172181,-0.0041181264,-0.013762693,-0.010091189,-0.0085501475,0.012599308,0.014500245,-0.028783606,0.014292705,-0.026292894,0.027596563,-0.011594556,0.028389532,-0.011931777,-0.01701329,0.026734915,-0.0058904975,0.015328317,-0.016122205,-0.0015914226,0.0037885634,0.010011013,0.007162956,0.0003118629,0.0012569164,0.038081348,-0.030496774,-0.00031590863,0.0024523782,-0.02339938,0.022096656,-0.0018760703,0.013728136,0.012840228,0.014300696,-0.0163917,0.013869758,-0.010707212,0.0030079384,0.0144662,0.005437279,-0.007050043,-0.02536348,-0.019113159,0.018362546,0.011304371,0.024038399,0.017394358,-0.02373133,-0.016813494,0.0079381745,0.027550502,0.010916503,-0.020860575,0.028838871,0.0001586498,-0.10587049,-0.0044267215,0.021183014,-0.013634041,0.022831192,-0.029196164,-0.008956473,0.0004013477,0.007114271,-0.003101724,-0.02823278,0.011948968,0.005846095,0.010936065,0.012508809,0.0015564807,-0.0078164125,0.012085767,-0.022857068,0.006200098,0.024561606,0.017285442,-0.006888428,0.01491721,-0.011200238,-0.03662748,0.0015186074,-0.008745679,0.009937278,-0.016055059,-0.023597125,-0.016596265,-0.007557058,0.021421183,-0.029811982,0.0385475,-0.0034807832,0.0101291705,-0.0018486277,-0.0023120206,-0.017522644,0.02132548,-0.021787908,0.016067596,0.001991963,0.030255815,-0.0053748065,-0.027976537,0.012003249,0.0016257298,-0.01811383,0.01301232,0.0014061404,-0.025839226,-0.0045181643,-0.0040198495,0.015647482,-0.011861135,0.0141290035,-0.005220831,0.008544953,0.0069543784,0.005988061,-0.022344809,-0.02706407,0.025510833,0.03306591,0.015693644,0.014081849,0.014466958,-0.016108118,-0.025736067,0.010124235,0.00821929,-0.0030886442,-0.023263479,-0.0023399966,0.005730009,-0.0043152077,0.004069884,-0.02789703,-0.009129661,-0.009043967,0.021575423,0.009067714,0.008219617,-0.0068405457,-0.011947766,0.00031257927,0.008921023,-0.024840577,0.017799638,0.0073104696,0.0025668333,-0.024079926,-0.0012225033,-0.008034081,0.016539114,-0.023688592,0.021396352,-0.0017021066,-0.005917934,-0.014187848,-0.014548778,0.008649413,0.023846868,-0.008386681,0.02465183,0.024608165,0.03043333,-0.015616677,-0.008549275,-0.01551507,-0.035630006,0.0010492251,-0.021885868,0.030563625,-0.001969186,0.007801507,-0.010672188,0.014791447,0.021739349,-0.023164267,-0.009543139,0.010362157,-0.0039227316,0.0019626606,0.0045481827,-0.00214821,-0.007432469,-0.000591226,0.014387103,0.03436275,0.010415665,0.0031362001,-0.015079711,-0.013826138,-0.0038664225,0.0050575715,-0.030833345,-0.007399035,0.0060863155,0.026302475,-0.004878536,-0.010246677,0.011583664,-0.01865423,-0.023060245,-0.020292055,-0.0042676767,-0.01017254,0.0015361612,0.011823495,-0.03164786,-0.01417228,-0.016719662,0.008625836,-0.006115901,0.00017278301,0.014849019,0.0023574387,-0.042826805,0.023560245,0.016172526,0.0035411355,-0.011732055,-0.0006983807,-0.0046438435,0.024946075,0.013146313,0.009240443,-0.031643804,-0.0026189892,-0.015299826,-0.023063296,0.017929053,0.0094955545,-0.004382891,-0.0106412405,0.02509397,-0.020282995,0.013649587,0.029743316,0.04489547,-0.029364908,0.02208118,-0.010563344,0.03822357,0.026678007,0.017603692,0.016668983,0.005887605,0.0067803715,0.019975005,0.015476038,0.0066865697,-0.025593337,-0.00011765078,-0.009906049,-0.014031944,-0.03477535,-0.027583323,-0.020389356,0.00053361873,-0.017446183,-0.019559009,-0.008649603,0.014153908,-0.0057929754,-0.01680928,0.017827569,0.0023707692,0.019823859,0.009551288,-0.003722049,-0.013767336,0.021279382,0.008703027,-0.012607413,-0.023594087,0.005066016,0.03415352,0.017892271,0.0005885732,0.0064757382,0.0050494084,1.7129503e-05,-0.006610185,-0.01636717,-0.029096859,0.017094238,-0.0025323043,0.003918601,0.0033530102,-0.02563395,-0.0033550381,-0.0069618323,-0.0020733937,-0.013399123,-0.02392782,0.015439007,-0.027577823,0.016007835,0.017924462,0.0010885451,-0.017542914,0.027536692,-0.011655667,0.039044447,0.022086259,-0.013083351,0.045467786,0.024286266,0.010431507,0.007241211,-0.0050441115,-0.0060174083,-0.017350264,0.009307597,0.014511532,-0.012149777,0.0011587174,-0.006101615,0.020502068,-0.00089054013,-0.008268753,0.018799553,-0.016114881,-0.034036376,0.029438157,-0.023952538,-0.015533719,0.012342919,-0.0046273917,-0.0036796266,-0.021377826,-0.0077308896,-0.017548645,0.018188274,-0.03443145,-0.011190521,0.010562825,-0.007757904,-0.009684328,0.018219434,0.00044003836,0.010170641,0.005534494,0.0054708538,0.011344888,-0.0045552514,-0.023187602,-0.011169125,0.020892585,0.012734245,-0.013749493,-0.014525077,-0.005499722,-0.0063967104,0.024222702,-0.0040128315,0.022166891,-0.00875104,-0.021778721,0.01535484,-0.0033256798,0.031357247,-0.006446456,0.056890186,-0.010348865,-0.010445287,-0.003435647,0.012425317,0.009678714,-0.0029690198,-0.003437391,0.0027927712,0.029712,-0.008817013,-0.0060767625,-0.010611539,0.013473157,0.03914295,0.013216814,-0.0009943448,-0.023441523,0.01798686,0.014677981,0.003969434,0.0010384892,-0.0013588427,-0.015986355,-0.039987806,-0.030321095,-0.00027698782,-0.006989568,0.002468751,0.014394513,0.0033961402,0.02041687,0.009816059,-0.0028369403,0.028471481,0.018874528,-0.0033241748,0.017203996,-0.024460735,-0.024799261,0.029057875,0.011325454,0.010961981,-5.4287255e-05,-0.022004649,0.000801081,-0.012141921,0.013721195,0.005982106,-0.005360223,-0.0041581565,-0.0075450167,-0.010000996,0.004479833,0.0032385963,-0.0028975555,-0.013634078,-0.011279216,-0.0006339923,-0.044880282,0.038421024,0.0019725452,0.018540459,0.008225701,-0.007909022,0.002407519,-0.022251017,0.009665376,0.0057254336,0.024418427,0.0029525605,0.01233846,0.030577231,-0.006426524,8.586336e-05,-0.0054898825,-0.024656704,0.025691336,-3.5434827e-05,0.0318471,-0.018921625,-0.02207906,-0.0051000123,0.0058878786,-0.02760176,0.02209324,0.004305253,-0.019069072,-0.014658011,-0.006317485,0.030802475,0.024243757,0.02155022,0.02621761,0.0072181537,0.013642236,-0.0137341255,-0.0171074,0.0031980737,-0.001393693,-0.018313996,0.025989328,-0.023292605,0.020827092,-0.006715463,0.020496506,-0.014303993,0.00873157,0.02202069,0.017476583,-0.0065225568,0.02562661,0.002837223,-0.02249386,-0.009356173,0.03581071,0.021899713,0.0056379642,-0.016361626,-0.0012937791,0.015479788,0.025497537,-0.10856009,0.00044246364,0.027665017,-0.029358935,-0.005134576,0.008757728,0.043148033,0.026702588,0.014856681,-0.006089624,0.008138719,-0.0054368163,0.009186879,-0.022082428,0.008062356,-0.014052427,0.0037074503,0.025538186,0.015906805,0.005122022,0.031465475,0.016188279,0.0034525155,-3.456127e-05,0.0085937735,-0.0130450195,0.005434827,0.008769855,0.010115312,0.0039715446,-0.0031508394,-0.028909242,0.0067195585,0.0044105183,0.0043996163,0.0033994035,0.040589124,-0.0145924315,0.0353233,-0.0023579232,0.0069685457,1.6033371e-05,-0.026689889,-0.03798104,-0.010817488,-0.006938568,-0.03060506,0.010702569,-0.0070910025,0.02307946,-0.030448744,0.010083181,-0.018110467,-0.0062293746,0.0024141027,-0.01992514,-0.019813364,0.0054267654,0.0040257727,-0.002569155,0.018928839,-0.020399189,-0.004446848,0.011344013,-0.0026522025,0.04045354,-0.001717887,0.024337789,0.0038688434,0.0058375136,0.0009148911,-0.00578786,-0.022830825,0.005310341,-0.009451117,-0.008160071,0.00089963456,0.021646077,-0.0028523162,0.010732768,-0.00337189,-0.018992273,-0.11247385,0.008710215,-0.019100754,0.0222392,0.0065570287,-0.022515547,-0.009289193,-0.00836554,-0.0032281738,0.010219701,-0.0058687604,0.019255068,0.00013416338,-0.039174214,-0.010726892,-0.031093197,0.014832082,-0.01367892,0.019322751,-0.00026607522,0.021630509,-0.011286418,-0.009156803,-1.4124688e-05,-0.025816284,0.0019982809,-0.011309116,-0.00013820991,0.016689831,-0.0117929615,-0.02692575,-0.14100192,-0.019762738,-0.03693179,-0.012929397,-0.011053718,-0.011742694,0.03029175,-0.008515834,0.012390564,-0.02411374,-0.044961404,-0.015361393,-0.0045628776,-0.001619066,-0.0022044792,0.081955306,0.009365983,0.0077926884,0.0065697026,-0.026647974,0.008720346,-0.00028926594,0.048213545,-0.04102058,0.011696655,0.027034037,-0.0069957627,0.0070026745,-0.024537232,0.0043559717,-0.006944616,0.018599989,0.014397096,0.009032401,-0.01756978,0.021380384,0.008996852,-0.02250944,-0.009927063,-0.0049545076,0.023261113,0.030658443,0.0040061753,-0.009148914,-0.016350377,-0.046804003,-0.053228926,-0.005917829,-0.0123912785,0.015585634,-0.012182909,-0.06887485,-0.0007478979,-0.0011492831,-0.01695505,0.0077395714,0.0023719957,0.0038885532,0.0018324878,0.014767052,0.00084961584,-0.013907047,0.012246565,-0.014650069,-0.027742302,0.00041492077,0.0072938376,-0.0046051973,0.031109631,0.013847956,0.014307065,-0.0138776135,0.0024640423,0.0064815436,-0.017728267,-0.019315865,-0.0024873917,0.027447356,0.0006887018,-0.018180354,-0.010079672,-0.037485294,0.0019332462,0.030682757,0.008656583,-0.048880793,0.005753913,-0.03287383,-0.012976114,0.0065731537,-0.010571039,0.0088284025,-0.0010637484,0.017305322,-0.00824117,0.02474036,0.008559458,0.026686862,-0.01607554,-0.0072454987,-0.0049428605,0.006342341,0.0022950533,-0.033289522,-0.011021201,0.015426268,-0.004153314,0.0008659474,-0.0012957611,0.0003719838,-0.0033396082,0.008395207,-0.0062024426,0.00062514015,0.004813022,0.03127392,-0.0011208807,-0.018275902,0.010986426,-0.007165465,-0.002961917,0.0071957437,-0.0044528088,-0.004621895,0.0185661,0.0049154926,-0.01216012,0.004615893,-0.009295998,-0.036944628,0.0021054968,0.0166243,0.0039976435,-0.009871826,-0.016805606,-0.009139608,0.008121802,0.00879021,0.0075142304,-0.016303759,0.016793398,-0.013153972,0.0151280165,-0.020954177,-0.025288466,-0.0007207886,-0.011247943,0.0005452401,-0.010424153,-0.009318021,0.022679705,-0.008385433,0.025186423,0.007829458,-0.02670834,-0.0013740171,-0.0016445834,0.0162025,-0.0046188775,-0.006783904,0.0020858727,-0.0035606662,-0.0010194875,0.0048854,0.0087733315,-0.005717426,0.0042214496,-0.0009986217,0.008136984,-0.010249005,0.0132104205,-0.0023775625,-0.018916374,0.014748257,0.0126634985,0.004715721,0.0018558607,-0.0069459667,-0.0071385982,-0.0021299024,0.00035399516,-0.012909432,0.001162178,0.006156381,0.0049827336,0.026182953,-0.0075138416,0.0008610372,0.009583479,0.011278159,0.008512556,0.0015299729,-0.0025437651,-0.0137752695,0.013376661,0.0062026028,0.007921931,0.0036055339,0.003922676,0.018491121,-0.008581292,-0.016793422,0.007546015,0.0015809962,0.004225313,-0.0051534073,0.01659414,-0.0012047664,0.015334474,-0.0057478156,0.013767604,0.011689733,-0.0036929501,0.017209526,-0.015083417,0.00038520043,0.008585501,0.017942537,-0.010967628,-0.0028043946,-0.0008381235,-0.02099704,0.027661067,-0.018784296,-0.006530708,-0.0075202584,0.00019361034,0.018351693,0.00067792746,-0.010552424,0.0055423537,0.013020813,0.018123226,0.00992081,-0.0097889835,-0.002730591,0.015218952,0.002846415,0.0025854069,0.0058450466,0.0009388345,-0.005138501,-0.011748582,-0.008006167,0.012918896,0.0073882765,0.002080416,-0.005947735,-0.03170258,-0.00616266,0.008731851,-0.0003441426,0.0047916234,-0.0001355148,0.010091087,-0.011906342,-0.0043434063,0.010323908,0.011203782,0.009409145,0.012137308,0.0024488387,0.0080723055,0.013519145,0.0046012867,0.002755814,0.0043734103,-0.0058000903,-0.006187951,0.01424993,-0.011617048,-0.011749877,0.011236587,0.0076940944,-0.004357796,0.0010095533,-0.013833515,-0.003241406,-0.004070518,0.011706884,0.00034416898,-0.011681015,0.0010717512,0.017121261,0.010017859,0.00061432284,0.022011697,0.008441156,-0.012565975,-0.015031072,-0.009764704,0.0067884577,-0.012259836,0.005285467,-0.010470503,0.008861462,-0.0053020357,0.0021865612,0.016097585,0.010945704,0.0047398224,0.0057801274,0.0076319026,-0.01165794,-0.004368279,0.0013797489,0.0069228495,-0.0013406011,0.015172083,0.003508848,0.08822938,0.0012518001,0.018728632,0.008990024,-0.008629314,0.015508721,0.013882209,-0.00757345,0.009572016,-0.004931042,-0.0021795463,-0.015876902,-0.008668473,-0.006275283,0.0067552114,0.0058023846,-0.010313328,0.022092387,0.0008621289,0.002734503,0.0047525517,-0.006144257,-0.004170972,-0.018079903,-0.006605398,0.0020400782,-0.0061594197,-0.00071576575,-0.00048204642,0.008213526,0.0007699464,-0.00978571,-0.00743444,0.011480617,-0.0043468736,0.008598472,-0.0047237496,0.0187896,0.015611516,0.00066382077,0.010732937,0.0044852206,0.013062502,0.003005841,-0.006662761,0.02738293,-0.0079715755,-0.0055558146,0.0067711733,0.003795848,-0.0007885133,-0.0033903313,-0.00061885384,-0.01115308,-0.0045756917,0.024814397,0.0020594175,-0.005891667,-0.0065424736,0.021150857,0.011626922,-0.0103074005,0.0005513608,-0.013891722,-0.020312926,-0.023423212,0.014819382,0.005698932,-0.009284208,-0.023489561,-0.0011834512,0.008723997,0.00028133744,-0.006870275,0.02878539,-0.00043629244,0.001213804,-0.017199397,0.001606779,-0.008926154,0.007707526,-0.015178032,-0.011421999,0.010473961,0.012962056,0.01589126,0.0045573283,-0.0046335477,-0.0032055897,0.0137851685,-0.0049786293,-0.011675947,0.017618544,0.008509627,0.01645763,0.010064846,0.044184286,-0.0080121895,0.010847976,-0.008228455,0.005476633,-0.01036065,0.01670902,-0.00048211648,0.025344148,0.028464966,0.0026420818,0.009832385,0.013448564,0.007792927,-0.0057436153,-0.00096905057,0.02012289,0.006672969,-0.0023964916,0.011926126,0.004344991,0.014434483,-0.010174032,0.0074859355,-0.012499364,-0.0018377304,-0.011374797,-0.0031413354,-0.013357094,-0.009808209,0.004459793,-0.0064814175,-0.003539841,0.0097813215,0.0053755445,-0.004003855,-0.0055349334,-0.018306457,-0.0015584327,-0.0063750464,0.030829376,0.0023989493,0.017919447,-0.0044015744,0.010976291,-0.017854461,-0.0021812287,0.00048983184,0.0014409589,0.002051145,0.009602966,-0.010190875,0.008121256,0.0060079596,-0.0006646471,-0.00026991832,0.001990783,-0.0037809117,0.00064387935,0.014880179,0.008689362,-0.008152783,0.02613306,0.016560525,0.0007600688,0.012690573,0.0034216985,-0.009657417,-0.0049308036,-0.0048189345,0.0025839326,0.017966049,0.0062148026,0.021672001,0.0034138383,0.014092987,0.021770284,-0.004084731,-0.011367841,0.011331625,0.0032199984,-0.015802545,-0.0009525759,0.01787083,-0.0134803485,-0.0048858617,-0.003991737,0.00034309787,-0.0056523043,-0.002262108,-0.008557219,-0.0030035377,0.014701646,-0.0021537035,0.00041833747,0.0060512675,0.0015350214,0.016809352,0.011999098,0.004189676,0.0040412266,-0.004131722,-0.0029200106,0.00218182,-0.011153634,-0.012609985,-0.0025044763,-0.018456599,0.007827177,0.027966551,0.0046570697,0.005256697,-0.0014595267,0.0057990206,-0.005944258,-0.014527222,-0.0011973829,-0.0018833731,-0.008855763,0.0018186725,0.01599254,-0.0064900382,-0.003714412,-0.0057602394,-0.008034486,-0.010435848,-0.002797447,-0.011290848,0.013418064,-0.00827349,0.0088095395,0.0027919468,0.004776845,-0.016292628,-0.0016512679,-0.002046323,0.0019430402,0.01619704,0.017246943,-0.0070599476,0.0011210527,-0.001416631,-0.014914036,-0.018554606,-0.005048546,-0.0024993317,0.006501827,-0.004666096,0.010993352,0.0030918352,0.021764683,0.019198941,-0.017981868,-0.004482151,0.00042181576,0.0015592008,-0.006262562,-0.004588871,0.02059982,-0.018745262,-0.0021537528,-0.034098297,0.016779872,0.0010923076,0.017120332,0.0027795245,-0.0022032298,0.0070819315,-0.006511672,-0.00053559616,0.0046673147,0.010490821,0.00064842217,0.025302596,0.003728229,-0.0070350915,0.00076551293,-0.004023996,0.010040106,0.00513725,0.0020185823,0.0035435844,-0.011036853,-0.015469453,0.008531691,-0.002894629,4.0056428e-05,0.015927607,-0.0019725838,0.0010859777,-0.0041464115,0.0061766366,-9.425417e-05,0.010191037,0.0035610448,-0.0025768303,0.0012893436,-0.016924337,-0.029786421,-0.021993307,-0.0035883314,-0.016771423,0.0155295115,-0.0022437149,-0.010322235,0.0007769403,-0.003910107,0.01686128,-0.0075998013,0.012091826,-0.03642872,0.008080087,0.012026808,9.922345e-06,-0.0019705344,0.011625842,0.010828167,0.03238365,-0.0050372975,-0.004250355,0.008825598,-0.0041511576,-0.015243512,0.0035647645,0.002263665,-0.018728048,-0.018502252,-0.0003867104,-0.0017412008,-0.017939093,0.0047616004,0.0077969567,-0.0029602658,0.008609427,-0.0016675068,-0.0027252838,-0.009160262,0.014916727,0.013060986,0.0029093868,0.0036793684,-0.018834187,0.014037493,0.0016068027,-0.003525208,-0.0007382492,-0.00457819,-0.017664252,0.0025226048,-0.0065857745,0.009927641,0.011100266,0.019338986,-0.000729643,-0.0032459043,-0.0011726308,0.005092608,-0.013838389,0.005157942,0.029208824,-0.0018001385,0.014938143,0.0016127931,0.003066829,0.0019792584,-0.0022854896,0.0106802145,-0.008295622,0.015259366,0.0020027342,-0.0002976728,-0.010839841,0.01687751,-0.023013115,-0.005942406,-0.0022231746,0.004134724,0.011678397,0.009115153,-0.0038334855,-0.012912261,0.0019707433,0.009167482,0.0053777355,0.0014996375,-0.00658998,-0.007631437,-0.020216007,0.00077238376,-0.003252122,-0.0068167103,0.006499175,0.0055585075,0.0061463593,-0.0024122733,0.0044286675,0.00010619621,0.0069377115,0.006926059,0.028069187,0.008470252,0.022742666,0.0193263,0.011349359,-0.0059957826,-0.0002909846,-0.0033111891,0.01654902,0.0045773922,0.008138379,-0.006209786,0.0030237169,-0.0009813315,0.01295269,0.0027716828,0.003713446,-0.015207847,-0.0102169495,-0.0090782195,-0.009037329,0.0010916849,0.008447125,0.008255719,-0.022022834,0.008123356,0.019568305,-0.011916548,-0.01719359,-0.0035266245,0.0006186961,0.008271037,0.0058976873,-0.0059750355,-0.008801116,0.022977471,0.0015175733,0.008013834,0.03199094,-0.017021924,-0.009327064,0.008740319,0.008723121,0.021323213,0.013400809,-0.010750231,0.0041364133,-0.020152103,-0.010488209,-0.027083809,0.008924257,0.004834985,-0.010851475,-0.022077532,0.0031628155,0.0009004055,0.018012416,-0.009816055,0.0028812808,0.010794757,-0.005776102,0.0058456105,-0.021890836,0.0007416459,-0.016256837,-0.0075162435,0.0010975379,-0.086844146,0.0029200194,-0.013756527,0.007218752,-0.0051917154,-0.0128812045,-0.014491386,-0.005403395,-0.0015668715,-0.009492743,-0.0072409925,0.010996331,0.0093082385,0.0050687874,-0.009180711,0.020491894,-0.008873486,-0.0007941701,-0.01058551,-0.0021827933,-0.0036850192,-0.00040235056,0.007622801,0.032622285,-0.015064026,0.0031552713,-0.0019653651,0.0024749762,-0.003018787,0.011408757,-0.0071307556,0.0013439052,0.01815793,0.001559608,0.009827123,0.005548371,0.0043716957,0.010188048,-0.13065939,0.0034711957,0.0068850857,0.0024147723,-0.008866954,-0.005046327,0.018639717,-0.010171275,0.005993818,0.010307584,0.011703348,0.024139978,-0.011049961,-0.012034905,-0.0012119199,-0.010874161,-0.017048383,0.02011846,-0.006431106,0.018279824,-0.015565931,0.007978471,0.014327124,0.0117824655,0.015984278,-0.007476092,-0.006089097,0.0056107496,0.010768723,0.0018335351,-0.013768549,0.0020423287,-0.012104355,0.0044008736,-0.0058675157,-0.00055377476,0.00056106795,-0.0028220594,-0.004067024,0.00013902494,-0.0035703504,0.0063328976,-0.006184035,0.026060494,-0.018290026,-0.0028129788,0.00025010167,0.0013075059,-0.010448354,-0.0049317842,0.0032540201,-0.012078335,-0.0016597667,-0.0059009437,0.018493732,0.013844413,0.012501612,0.009659658,0.0069956416,-0.00033776407,-0.006986228,0.012405793,0.011714288,-0.0014456362,0.02099593,-0.00290034,-0.0012569033,0.009732338,0.012153285,-0.016390916,-0.020509899,-0.015444785,0.028138302,-0.024234504,0.012536815,-0.002009139,0.015488443,-0.006435693,0.009209489,-0.0091009755,0.010372355,0.008181254,-0.013130387,0.011323257,0.016124131,-0.008217333,0.00104423,-0.014050237,-0.012289347,-0.06690264,-0.016828442,0.01918272,0.0011000478,0.004401468,-0.010472811,-0.008629026,-0.01376415,-0.012100256,-0.005354027,-0.0071385107,-0.020280909,-0.0008375256,0.027640315,-0.0057700183,-0.023804005,0.011556966,-0.021785827,-0.018921617,-0.0015484346,-0.027407764,-0.017124463,-0.021876814,-0.0020467613,-0.001249154,-0.024125498,-0.011839201,-0.0018783396,-0.014901243,0.01581485,-0.008693714,0.0048056454,0.010403527,0.0014410682,-0.0059280735,0.00029346664,0.015700633,0.0069381106,-0.01558639,-0.020338489,-0.015177307,0.022083225,-0.0020668202,-0.017746959,0.02323953,-0.0019872908,0.014846451,-0.023697497,-0.001745011,-0.00918285,-0.008493402,0.02286609,0.0058380985,0.01707201,0.016564267,0.013105765,0.0041245385,0.0007324271,0.010490814,-0.027056713,0.0029482897,-0.012486764,-0.015720418,-0.027476473,-0.014542775,0.020036323,-0.021534625,-0.016812092,0.0038643698,-0.0149441045,0.0038088528,0.0017002363,0.027470503,-0.008300644,0.0229601,-0.003173389,-0.020055696,0.0054400894,0.005012252,0.022801623,0.005331209,-0.00799039,-0.0038238377,0.028801268,0.0132581005,-0.00987604,-0.026296586,0.026541308,-0.0025796853,-0.02190099,0.0022203613,-0.0003641192,0.0036459155,-0.019765344,0.01996003,-0.0004213015,-0.0016037151,-0.012383235,-0.007836196,0.0109530315,-0.009280899,-0.0013417322,0.009829482,-0.005057351,-3.182108e-05,-0.036689628,-0.014656937,0.0061612055,-0.011202266,0.00925245,-0.010964969,0.0063388804,-0.02480493,0.01857566,-0.18335816,-0.010910828,-0.0021003892,0.0043880134,0.0031397725,-0.0054130508,-0.00669817,0.005654079,0.026888022,0.0071732216,0.0027413815,-0.004798864,-0.00888613,0.0037286626,0.0073802704,-0.010782508,0.03631483,0.0366019,-0.00059572404,0.022523867,-0.018472532,-0.022875791,0.00060761604,-0.0017238844,-0.020783849,-0.007663321,0.014507956,0.021104958,-0.009395847,0.010157342,0.011733413,-0.010071188,0.019376315,-0.012839431,-0.016976511,-0.008527838,-0.01757159,-0.02328957,-0.0032108123,0.014385764,-0.013254783,0.0012330776,-0.016915994,-0.008506927,-0.0013614158,-0.0026789457,0.008744342,-0.015767124,-0.016267138,-0.015484699,-0.0010914437,0.003048773,0.0074242805,-0.00082876213,0.021047201,0.0048127314,0.0050233863,0.0075882645,0.0006841513,-0.01595135,-0.008231001,-0.013330327,-0.0030248482,0.00011597786,-0.0031079864,-0.02553996,-0.008766192,0.14723603,0.00517311,-0.026013227,0.00021069258,0.01010177,0.017902415,0.0048232195,-0.0027064916,0.0020025135,-0.01565033,0.0036116533,0.007881841,0.031098694,0.006875037,-0.0057576015,0.016793361,0.0026011998,0.015819946,-0.019809034,0.0050006113,0.016917057,0.0015403528,0.010292847,0.011847258,-0.010403195,0.012694404,-0.004733513,0.004106394,0.0063162735,0.04860728,0.027053826,-0.039891597,0.0098059615,-0.019362073,-0.010732853,0.010907911,0.00968609,-0.00872158,-0.008086241,0.028740156,-0.0014275342,0.03479309,0.0031257742,0.004923718,-0.0023049319,0.015935285,-0.005993449,0.009818297,0.0041847345,0.009955331,-0.016477795,0.02194221,0.0075562946,0.0006099266,0.010593221,-0.001207426,0.0029592563,-0.009019654,-0.0106531065,0.009107459,0.016256906,-0.012123174,-0.004590869,-0.0020987217,-0.01472868,0.010136442,-0.0040872847,0.003534331,-0.0064981855,-0.08878822,-0.0056459894,-0.002102422,-0.010121879,-0.0008267831,0.012121548,-0.0049056388,-0.004220477,0.009545325,-0.01402893,0.0016477534,-0.033676453,-0.0013581308,-0.010776562,0.020874586,0.032171465,0.02842055,0.013608903,-0.0028659296,-0.012268879,0.00066234544,0.013055778,0.009919682,-0.011115989,0.033201363,-0.003837359,-0.0011550974,0.0036554667,0.00014419317,0.005910309,0.0042128135,0.001690533,0.0026059134,0.0065104375,0.00961732,0.0076886537,0.005653917,-0.0031934532,0.0030036524,-0.017980337,0.017126216,-0.01562178,0.018054139,-0.016070824,0.011054123,-0.016024247,0.008374323,-0.0052486775,-0.022570567,-0.01489697,0.020045212,0.006366841,0.008053817,-0.015102429,-0.016840784,-0.00015687507,0.01446626,-0.022182584,0.03252403,-0.004754825,-0.01950157,-0.0020065394,0.005287184,-0.009161244,0.025854174,-0.027902257,-0.015288324,0.0006896047,0.020463578,-0.0010626658,-0.01435374,0.019840049,0.0068249414,-0.0076471246,-0.0018360704,0.005230627,-0.006977753,0.0071817343,0.0035676563,-0.019050743,0.016611192,-0.0141287,0.0017596558,0.014211255,0.024983948,0.0009800581,-0.019179253,-0.0026357064,0.00047763687,0.005005054,-7.1561844e-05,-0.0019079824,0.010087682,-0.002226912,-0.012144709,-0.010296403,-0.008993221,-0.008150438,0.029037941,-0.0037251387,0.007592411,0.027535455,0.00049335894,0.0006704888,0.01763154,0.0012212788,0.003384357,-0.003978964,-0.012195227,-0.011743223,-0.0061173034,-0.0014445735,-0.038607437,-0.0076308995,0.0015831488,-0.020048043,-0.0014008541,0.0074673486,0.0022300927,-0.026856083,0.0022533452,0.0010907099,-0.0017982062,0.014374482,-0.02531166,-0.00057788996,-0.00018039947,0.0056186696,-0.020771287,0.008881692,-0.004963221,0.015167413,-0.0062106703,-0.0004663616,0.0037349311,0.0010579585,0.019000076,-0.004022321,-0.014079655,0.0056967367,-0.0063686487,0.016605811,-0.017885255,0.00023896944,-0.00027425258,-0.010802875,-0.016968092,-0.0089469915,-0.004610826,-0.0071011167,-0.009070973,0.013503732,-0.011911019,0.0067195813,0.014807867,0.0046071387,-0.00013275756,-0.0048782458,0.0008203156,-0.0071167457,-0.006877658,-0.0010629428,-0.0062372717,0.0055272086,0.010182895,-0.009919712,0.012234599,-0.0046339342,-0.019178424,-0.021544859,0.015325929,-0.0037139743,0.02357857,-0.015321418,0.00981847,-0.0038259034,0.02050535,-0.0015344498,0.0015415372,-0.0700235,0.023009552,0.019902593,0.006523379,-0.0019975032,0.0024767523,0.0122325495,0.0018803987,-0.017155541,0.00011181042,-0.010670337,0.0035311824,0.019481797,-0.0015587391,-0.016022017,-0.0040680286,0.0037167403,0.012945409,-0.007937211,-0.00064101606,0.003302438,0.00967641,-0.016660243,0.0050176303,-0.0014384268,-0.010444583,0.0034603924,0.03440472,0.0056482563,-0.018473117,-0.004052735,0.0036530215,-0.007840302,-0.01603275,0.0030833923,0.005783233,0.03026744,-0.02702428,0.011269377,-0.04856126,0.014932512,0.0077806376,-0.070465855,-0.009803532,-0.016471274,0.0142955445,0.018002031,0.021959899,-0.01836415,-0.0097096,0.005859514,-0.013282079,0.0020654937,0.005115385,-0.008921594,0.0021226688,0.044414278,-0.011675893,-0.004029946,-0.020731194,-0.015636899,-0.02446548,-0.01881509,-0.0009985288,0.008994703,0.0026643896,0.013478896,0.0049760845,-0.007069514,0.017067363,-0.02109433,-0.007187062,0.02470021,0.001654172,-0.014950599,-0.008412567,0.01717547,-0.008423004,0.018274385,0.008435925,-0.0012642407,0.022839159,-0.0077349544,0.021484489,0.00046481058,-0.010860089,-0.015534946,-0.102631494,0.0018860099,0.009174663,-0.018274553,-0.021134155,0.02292953,-0.019679636,0.035414644,0.0060433056,0.023663264,-0.027703729,-0.0012000896,0.006116107,0.0024871696,0.000113515205,0.0156222405,-0.0122510195,0.006823851,0.014779172,-0.005434973,-0.0081596915,0.011217044,0.0033095283,0.017838636,-0.009359578,-0.04717987,0.005605802,-0.0038888,0.0027973705,-0.017208394,-0.008530476,-0.004440571,-0.009383197,-0.013144673,0.00960716,-0.003959394,-0.016769117,0.0034567257,-0.020098304,0.024770143,-0.01593043,-0.017201116,-0.0014902995,-0.027574364,0.008518205,-0.007575158,0.00053666014,0.01371004,-0.01637054,-0.015848326,-0.0011167357,0.007472482,0.028865553,0.010732681,-0.0071481243,0.009270245,-0.0011900493,-0.013045501,0.004787341,-0.0020470768,-0.019911883,-0.0032407911,0.025220964,0.01788991,-0.00090738427,0.0009720878,-0.008535014,-0.0112262,-0.03280432,0.01270608,-0.00054131355,0.01929414,0.0015128362,0.006370612,-0.0051635457,-0.008795283,0.005869569,0.01433717,-0.0011596599,-0.002226629,-0.00033702282,-0.0014457477,0.012416182,0.0023379733,0.007502036,0.0008223502,-0.0051682037,0.0005926824,0.019537332,0.012655635,-0.007281137,-0.015592267,-0.01188563,-0.012941141,-0.0134301195,0.0061232946,-0.007107452,-0.01662197,0.010206746,-0.010971013,-0.02624986,0.008796374,0.00969328,0.018623525,0.025770979,0.004530415,0.016387213,-0.020176116,-0.007225086,-0.009011094,-0.019749844,-0.0022061483,0.013954221,0.013731345,0.016155368,0.0044404007,0.01054307,-0.003487318,-0.019178256,-0.02085222,-0.0072168205,-0.00761625,-0.018341072,-0.008142098,-0.009987255,-0.015080997,-0.027756955,-0.020014254,-0.018381622,0.0150104975,0.031296223,0.0011155275,0.012171644,-0.0010753965,-0.00915802,-0.0009354766,0.01907492,0.0062916586,-0.0002447716,0.017361674,-0.009137052,0.015548311,0.017632024,-0.009872397,-0.00015308615,0.017150993,0.0018409397,0.004338195,-0.004256458,-0.023226688,-0.0043371986,0.0147022335,0.0045547998,-0.03147849,-0.020822639,-0.010312082,-0.0060216496,-0.01821892,0.018754492,0.0037630156,0.0052773138,-0.015131817,-0.025577553,-0.0026171007,-0.014127636,-0.0099713495,0.017765664,-0.0015133179,0.0030192737,-0.005036103,0.0010908963,-0.020082695,-0.0036068368,-0.019184917,0.021280505,-0.0047331806,0.005927698,0.009765696,0.016198387,0.014886291,0.009052568,-0.019155055,0.002818735,-0.0004954703,0.014501483,0.01640789,0.01232712,-0.0067421296,0.006323994,0.013585449,-0.016305003,0.0013831753,-0.03141261,-0.013156616,0.0027844552,-0.010371851,-0.016264733,0.009325849,-0.007614588,-0.00044381342,0.0070553254,-0.0027636862,0.026655449,-0.02168469,-0.005600776,0.011541833,0.017488388,0.022218753,-0.017605808,-0.016384443,-0.0033182339,0.0030972431,0.0028414726,-0.005579183,0.00648661,-0.009947606,0.016692935,0.015723735,0.02173292,0.014945054,-0.00050383713,0.010631849,-0.0018668363,0.0040389444,0.0023522626,-0.0019557686,-0.009618338,0.026556553,-0.010259948,-0.004989704,-0.0050158803,-0.0027747601,-0.007664183,-0.0022127281,0.016817363,-0.0075643836,0.013369502,0.00070604094,-0.0006743779,0.0067424555,0.002011673,-0.0015947645,0.014106709,0.019440455,0.009101181,0.0014171792,-0.010485056,0.0015291749,-0.003222291,0.005021002,0.011321813,0.012277544,-0.0034167676,-0.0003369309,0.013797821,-0.005720951,-0.0076837232,-0.003986717,-0.0046466654,-0.028097019,0.043658797,0.0036310523,-0.0005482683,0.021628262,-0.027181279,-0.0027742893,-0.0031713773,0.00084066874,0.0143923145,0.011746694,0.0058282227,-0.0063663074,-0.044092648,-0.005577955,-0.005571649,0.0076115015,0.0065352083,0.0031749222,0.01995803,-0.012171372,-0.001139358,-0.014988949,0.014843247,0.014489878,0.027553985,0.010925133,-0.010616265,-0.009020514,0.0018560328,0.0010791689,0.022825558,-0.0050177146,0.0024967594,-0.0056576473,-0.004801219,-0.011795257,0.011992902,0.0012470548,0.007857945,0.018477209,0.045769524,-0.025448693,-0.003946729,-0.0045810747,-0.015444445,0.0060855397,0.0008561528,0.0034630997,-0.000776133,-0.015386356,-0.017323483,0.01934949,0.009753559,-0.005399991,-0.014379424,-0.012485042,-0.0070284707,0.00925897,-0.010577248,-0.0013245986,-0.009470667,0.0054526813,0.020892307,-0.02179391,0.018651763,0.0049840244,0.022202214,-0.007254982,-0.016947687,0.0026685174,-0.0020745343,0.027158625,-0.004645351,0.0024474494,0.00603359,0.0025789314,0.009005822,0.026131136,-0.00627967,0.0057011587,0.004540794,0.0012788221,-0.0033967549,-0.011343521,-0.0050028665,0.0052412553,-0.006943718,-0.0011552301,0.0023932166,-0.006745989,-0.0018914333,0.0015014943,-0.010282036,-0.012769921,0.011269979,0.00872201,0.01203858,0.023553725,0.012599279,0.0041439403,0.016568309,0.008712769,0.0045462293,0.0036530453,0.011897825,-0.011498294,0.0031064607,0.000531878,-0.000105842286,-0.018377522,-0.008533592,0.017398745,0.005709703,-0.028110245,0.0019728085,0.017150113,-0.023999695,-0.026344264,0.012586331,-0.008199382,-0.006259184,-0.016493192,-0.004523255,0.00017043247,-0.010335024,-0.0051179426,0.024329012,0.0015762824,0.00819847,-0.0058833365,0.0031605586,-0.016383497,-0.007993795,0.006793026,-0.005006104,-0.014577533,0.0018437182,-0.015075881,0.0027090604,0.00045658118,0.023281634,-0.031148368,0.016473413,-0.0046949177,-0.0052035307,0.0027267549,-0.00045515998,0.013634014,0.017686816,-0.0059087933,-0.0058574057,-0.0017786077,-0.0035605305,-0.009400968,-0.0118695,0.017169448,-0.0029600146,0.010578428,0.009302692,0.02908587,0.012330787,0.014269363,-0.0012161577,0.03771632,0.006589636,-0.006038787,0.0066040736,0.00032058381,0.0021181207,0.009603967,0.013385364,-0.006010472,0.0040037786,-0.016713498,-0.00077915017,0.0037771661,0.0097037535,0.01854365,-0.0060244794,0.015085163,0.012220149,0.011982796,-0.019586682,0.004403573,0.027485965,0.011339701,-0.007882439,-0.011535604,-0.015590135,-0.016700676,0.0016896906,-0.0035018506,-0.013845554,-0.00094099686,-0.0015944745,-0.0017267059,0.008545454,0.008204795,0.02797421,-0.0010613884,0.011688537,0.009541646,0.009001018,0.00660604,-0.031663045,-0.028649412,-0.00913647,-0.0005431539,0.010851611,0.012750539,-0.033320345,0.00825506,-0.042351726,0.008334007,0.00492362,-0.0063680233,0.014222589,-0.03915949,-0.012334013,-0.0012065609,-0.0392184,0.00202337,0.0019609127,0.0055326684,0.021512024,-0.014904126,-0.0068459427,-0.02404994,-0.0025489423,-0.010733056,0.00031915278,-0.005177294,0.0041124974,-0.027659839,-0.0041959137,0.0025133602,0.00418096,-0.02357528,-0.035015512,-0.01078251,0.01269105,-0.0035520946,0.0056452877,-0.008117923,0.038339306,-0.014482655,0.029082509,-0.007642721,0.008536756,-0.032916825,-0.010863869,-0.007497061,0.02804585,-0.036301587,0.011055017,-0.023815777,-0.007108916,0.0038512882,0.0016240889,0.020696698,0.027036535,-0.022060689,0.0026744322,-0.012450821,-0.00555261,-0.025648091,-0.020973485,0.0028908185,0.0007477714,-0.016843071,-0.0076213973,-0.0085149845,-0.0027706625,-0.020957792,0.015934147,-0.0012807109,-0.0026764912,0.014277803,-0.0010701074,-0.026106926,0.025097616,-0.017180871,0.010050118,0.008089208,0.025410308,-0.011373156,0.00029325765,-0.017145913,-0.012939166,-0.013978112,-0.0031720067,-0.028828278,-0.007318226,0.00265415,0.0063217236,0.0031476351,0.029020354,0.013124178,0.013330132,-0.022130594,0.018863223,-0.012599003,-0.012506996,-0.012171995,-0.021921465,-0.025925172,-0.0076399553,-0.010264967,0.016789267,0.0058431695,-0.011766254,-0.012767498,0.022195961,-0.0042936774,0.016413035,0.02926653,-0.006763856,-0.02924485,0.004346586,-0.0071414835,-0.015960826,-0.020256868,-0.006761325,0.004015664,-0.005629192,0.013869481,0.011262415,0.013892074,0.026182314,0.00070896005,-0.009938912,-0.010453028,0.016322687,0.012809762,0.017401123,-0.0036557952,-0.02534352,-0.020463524,0.017544575,-0.030850545,0.016737755,-0.013837952,-0.007128385,-0.014528645,-0.008539271,0.0054805814,0.01682098,0.007233585,0.025749683,-0.012242853,-0.009695867,0.010227431,-0.005448022,0.016548533,0.005470457,-0.0030763014,0.008623837,-0.0089780465,0.0077269142,-0.007843059,-0.0053893747,0.009842215,0.010472352,-0.0038305314,0.0041832,-0.019477757,0.01316089,0.0013447136,-0.022920549,-0.00036376828,-0.0023884836,0.00036344433,-0.025564427,-0.009795522,-0.0005441096,0.009176488,-0.0146505255,0.0058565065,0.010514636,0.024351142,0.029265238,0.009867725,0.002257463,0.0074358876,0.020947726,-0.014583904,0.02201185,-0.027567033,-0.01055374,0.0094753,-0.010496383,-0.0137997465,-0.007076636,-0.0076892124,0.0061571416,-0.009507796,0.006601266,-0.0010133573,0.04091101,0.01317071,-0.008107912,0.00722686,0.005760343,-0.011240135,-0.0046460843,0.0055330764,-0.027491426,-0.0048297723,0.0038097792,0.0073413155,0.0039547407,0.016330311,-0.013664042,0.028051287,0.019764895,-0.031175395,0.0037501727,-0.00781793,-0.013706994,-0.0138236275,-0.006904176,0.021962536,0.005986946,0.00020770507,0.0112060355,-0.009840273,0.15953815,0.12649804,-0.0012722041,0.030201828,0.0021152834,-0.019326404,-0.011972858,-0.008407307,-0.0031683925,-0.013663349,-0.024000417,-0.00719198,0.015219847,-0.0008703954,0.021497272,-0.017412642,0.0067887204,0.020687249,-0.0042866464,-0.0013234977,-0.016039483,0.00445652,-0.018502275,0.005119396,-0.042001702,0.010669353,0.007029512,0.00073011714,0.006926931,-0.014072274,0.0038427748,-0.018970128,-0.02049088,0.006840901,-0.0055455696,-0.018639049,0.008925522,-0.0025383066,-0.026792426,-0.018749237,-0.013227732,0.0011764354,0.014986454,-0.015278604,-0.0026078832,-0.0079580145,0.0011210818,-0.01197366,-0.010109329,-0.020583464,0.0027486132,0.0010113383,0.014420377,0.033423353,-0.0068616704,-0.003945928,0.02496558,0.010948599,-0.0012053623,-0.017888002,0.011347611,-0.00602492,0.016197095,0.021476507,0.012291334,-0.00028320108,0.0021314793,-0.00049736036,0.0036519978,-0.004672629,-0.0061288355,-0.005706296,0.005006573,0.023998218,-0.026072001,0.0050752615,-0.022063259,-0.008177685,0.007449934,0.003725452,-0.009008432,-0.011655922,-0.02506701,-0.014596261,-0.004560209,0.00036852254,0.004740606,0.029438227,0.095255665,0.00528105,0.009013413,-0.007147167,0.014944464,0.022402765,-0.0054915873,0.040196095,0.0034728122,-0.005425373,-0.014306337,-0.013874879,0.00140818,0.012037431,-0.007626748,-0.02133825,0.0130464025,0.002562919,-0.0056116357,-0.008754089,-0.025473773,-0.0023972595,0.0018174764,-0.020204838,0.008932732,0.03568178,0.00040703954,0.0044901296,-0.020899624,-0.007344737,-0.10964022,-0.014943704,0.015044672,-0.0028105392,-0.020411458,0.0035696935,-0.009110863,-0.026979659,0.007938847,0.004428094,0.032066103,-0.022072894,-0.004602446,-0.004163753,0.00011015784,0.036945395,0.009745352,-0.023375569,-0.011875012,-0.0055853026,0.006325673,-0.018272242,-0.0055542784,-0.023830576,-0.0011192821,-0.011131146,-0.015064191,0.0009403901,0.0028277277,0.0038153974,-0.024455605,-0.004285462,-0.009134397,0.0007452051,-0.0051264325,0.030715613,-0.005309552,0.010017411,-0.0041553476,-0.006600163,-0.012771816,-0.005780661,-0.00031399116,-0.049640264,-0.01227027,-0.018966066,0.0012204841,-0.002971414,-0.0037130245,-0.0043806643,0.007578759,-0.026714884,0.0028912465,-0.00507264,0.0016955144,0.009281447,-0.02791886,-0.02973753,-0.015393137,0.02016837,0.003477007,-0.025225287,-0.010758111,-0.004747643,-0.00011463003,-0.019174917,0.016920725,0.0112867495,-0.010566041,-0.0086549735,0.0024590257,0.01860694,-0.0053271987,0.008010553,-0.007354252,-0.0002989778,-0.0153931165,-0.00022195205,-0.004604542,0.014071639,0.013543536,-0.0087226005,0.0023400434,0.103826314,0.02278148,-0.019638194,-0.0014509055,0.010676293,-0.0058740424,0.021634078,0.0047192457,0.008079297,0.025757678,0.013695517,0.0022605,0.016595533,0.022001322,0.0055286777,-0.004345683,0.041313328,-0.03789013,0.011197092,-0.019545203,-0.03332664,-0.0032073099,-0.01148539,0.010948613,-0.017809689,0.014941857,-0.012758703,0.0015164756,-0.010951858,-0.012171273,-0.022978002,-0.008364152,0.00826348,-0.0198729,-0.0033882665,0.013179677,-0.00088737404,-0.028747724,-0.014267513,-0.011707078,0.004295013,0.02155886,0.007049604,0.00037324906,-0.028530369,0.19673924,-0.013075389,0.00491767,-0.0029572605,0.003162011,0.02900161,-0.0034558214,0.005567495,0.0069713746,-0.00043399687,0.011385263,-0.0072197095,-0.0061894297,0.0067811953,0.005117984,-0.008434685,-0.012744165,0.01230998,-0.0021988123,0.0042014783,0.0054414133,-0.016478773,-0.024001636,-0.0027075068,-0.025013482,0.019773612,-0.0052166437,-0.022695567,0.006576736,0.0003128266,0.014667839,0.011171738,-0.001640089,-0.0209716,-0.0098369485,0.010971366,0.01975535,-0.014280544,-0.011072006,0.0016044467,0.026069915,0.013575525,0.028177738,0.0052226107,-0.0096456455,0.0065062623,-0.010830441,0.022090772,-0.018919313,0.008113885,0.0055274465,0.015644632,0.0054793083,-0.0017228537,-0.008309341,-0.004504962,0.017604832,0.005109585,-0.02866071,0.009207849,0.0024834168,-0.011022334,0.01645293,0.013510761,-0.0061530084,0.027340392,0.0016485939]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 145,
          "content": "Hormuz closure: Time for Japan to expand its domestic energy resilience",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.039941877,0.0035658127,0.011756371,-0.11738999,0.010482794,-0.016724516,-0.01972741,-0.012878436,0.027542764,-0.0045792605,0.00039963503,-0.027463507,0.0184188,0.04265477,0.113141485,0.02516764,0.01220157,0.011803682,0.021371601,0.023287894,-0.006368673,0.0023063337,-0.016844928,-0.033718403,0.014144525,-0.015666148,0.011153077,0.034856275,0.0323434,0.0009860852,0.01593666,0.033820607,0.029847505,-0.02849242,0.033308953,-0.0017384858,0.008235749,-0.02278961,0.030074852,0.00017062377,0.0046329503,-0.0059285956,-0.037384916,0.027914466,-0.028081086,-0.029150426,-0.0069900346,-0.0036544327,-0.021015793,0.03948142,0.009732487,-0.005987787,-0.012878703,-0.17008586,-0.0204991,0.02153364,0.0051988587,-0.016582383,0.008080247,-0.009706505,-0.029442172,0.0074734837,0.010768769,0.013567098,0.0068953387,0.024211997,-0.014893438,-0.00077547895,-0.020432116,-0.0014107518,0.007932542,0.015820391,-0.007611858,-0.012709794,0.023380267,-0.009761948,0.015866892,0.030992836,-0.009017713,0.008905676,0.0038336166,-0.009413083,0.012054602,0.023523275,-0.021432752,-0.03463532,-0.013602384,0.0021067748,0.010003845,0.021859627,0.0077120215,0.010651377,-0.0042163413,0.029315406,-0.0007499588,-0.005764324,-0.009609828,0.012180884,-0.019458987,-0.011403156,0.00031604944,0.0024192736,0.0051515554,0.054609388,-0.0028307014,-0.0062886253,0.002130042,0.0024656549,0.0076270537,0.00041131367,-0.0019694527,0.006443982,-0.008320325,0.007082433,0.0066013783,-0.11784241,-0.02606845,-0.01300997,-0.0027997359,-0.0044824793,-0.00581638,-0.0017504281,0.004787491,-0.024171885,0.03934263,-0.009695425,-0.006782229,0.02648689,-0.019292291,0.0025428245,0.025860302,-0.020966072,-0.0005575607,0.015709259,0.004682174,0.030312743,0.009513682,-0.006448034,-0.01996867,-0.036590476,-0.0017182798,0.030687362,-0.0076868185,0.017319996,-0.031746738,-0.01416028,-0.02235253,-0.005386819,0.011658585,-0.007593858,0.039195634,0.03077101,0.0028297885,-0.023028012,-0.018999172,-0.018714875,-0.018410468,0.009400032,-0.022462687,-0.04529354,0.008020274,-0.0029073043,-0.009331515,0.043992747,0.005965624,0.023572022,0.025749907,-0.003934025,0.0040287706,0.007738449,-0.017286846,-0.0037554489,0.01520829,0.0003607896,0.008525543,-0.0019049132,0.015683811,-0.0036918826,0.0034678061,-0.00872479,-0.0044928896,0.0060899076,0.013493548,0.02855816,0.016395293,-0.00030940174,-0.00036347238,0.018006725,-0.0060976148,-0.012237983,-0.01874128,-0.006274573,0.004372101,-0.014486766,0.0061169714,-0.033162165,0.00083508267,-0.022690758,-0.032151032,0.0013239736,0.018958386,-0.011203261,-0.022211716,0.0020560762,-0.0020196855,0.013251377,0.013540209,0.01449176,0.00014469946,-0.0181201,0.013398208,-0.0015342843,0.0047586155,-0.010863259,-0.019473571,0.0010647504,0.006328479,0.025605489,0.011023026,0.019331317,0.021753542,-0.022324098,-0.013095934,-0.0011536612,-0.0045920345,-0.033702593,0.012500922,0.018340148,0.021520572,0.024699809,-0.024731737,-0.012554341,0.029689737,-0.021011097,-0.02289805,-0.048417844,0.023615142,0.058443934,0.0010649164,0.039542112,-0.002781909,0.024604954,0.0048891585,-0.025831804,-0.002807767,-0.020166775,-0.030816708,-0.0010337584,-0.0030345928,0.020244367,0.009691152,-0.02916588,0.018236788,-0.0030009793,-0.006559876,-0.012140309,0.007117103,-0.025379218,0.0021099427,-0.0061319396,0.001409768,-0.008185289,-0.02438886,-0.014797879,-0.019636218,0.020394996,-0.006807144,0.02202373,-0.013498184,-0.013650919,0.0065702684,-0.010196294,-0.023505345,0.012650956,0.0026543569,0.01567368,-0.041605428,0.039668046,-0.014461123,-0.019498829,0.0025232043,-0.008254988,0.015301371,-0.024365507,-0.02626462,0.01667185,-0.013925563,0.015758527,-0.031227658,-0.008497502,0.0013547421,0.006696175,-0.0037871632,-0.026385807,0.030969195,0.0044306107,0.0029190409,0.011966113,-0.022694116,-0.02131315,0.011472068,-0.017081307,0.023954233,0.026736096,0.0003436318,0.01575281,-0.030997435,0.004937266,-0.009397548,0.017122103,-0.025063854,-0.048631784,0.030898774,-0.025854573,-0.0063413577,-0.021190457,-0.0057232813,-0.0033938345,-0.0003861987,-0.018611139,-0.0011618335,-0.007894185,0.013144636,0.014226102,-0.012050039,0.008507973,-0.0040915306,0.011940584,0.008426971,-0.016086273,-0.00150557,0.012931271,-0.015825499,0.011141359,-0.017873669,0.014916639,0.0008487768,0.017682057,0.032003798,0.0026547895,-0.028172867,0.015968442,-0.015273756,0.018560702,0.0046725217,0.03325037,0.011174949,-0.037527334,-0.020697113,-0.027648192,-0.00018915508,0.003537895,0.00041491422,-0.020397346,-0.037944604,0.026470248,-0.016517663,-0.024633637,0.0121339075,0.03158238,-0.006526509,0.013052932,-0.00422251,-0.015675886,-0.020584285,-0.025003072,0.0013189336,0.010360163,-0.0015117541,-0.007070161,-0.001276675,-0.017040338,-0.005742138,-0.010957108,0.02759762,-0.021097666,0.0021537535,0.0056372834,-0.0066172243,-0.0012833371,0.009011888,0.011647194,0.009209963,0.0040875333,-0.042706836,-0.014345175,-0.016267579,0.013214505,0.009967806,0.020031037,-0.01254554,-0.025691787,0.0030257963,0.031953212,-0.03487152,-0.003860242,-0.014390685,-0.016123971,-0.003372567,-0.02772893,-0.013273418,9.6126336e-05,0.023699824,-0.007091732,-0.0076063685,-0.005123067,-0.032963578,-0.0054686945,0.02151622,0.01923276,0.027064206,-0.0014285989,0.028321227,0.0062863706,0.01860349,0.004528852,0.0030893122,0.0033529152,-0.019087588,-0.02144684,0.002459726,-0.025804281,-0.032097228,0.033430967,-0.013872398,-0.025932912,0.0090453485,-0.0055965255,0.012904535,-0.01555066,-0.01503167,0.0014130705,0.017209154,0.007269219,-0.0125098545,0.015461324,-0.04387927,0.015977144,-0.00028190497,-0.014733293,1.1511734e-05,0.0032547566,0.0026733205,-0.019149804,-0.022804894,0.011950282,0.0015989421,0.0073245424,-0.006472567,0.017687522,0.009277137,-0.012116233,0.023403322,0.0045577167,0.016885664,0.023333266,-0.0035284886,0.011190666,0.0012758626,-0.01709578,0.0061247675,-0.018067189,0.026777472,0.025939597,-0.01866022,-0.0030352015,0.0016564516,0.0035862753,0.013550577,0.022617169,0.019700537,0.008388392,0.0012700551,0.018745046,0.007523217,-0.02693521,-0.05463449,-0.0041984017,-0.016657654,0.032152403,0.0270234,-0.0048183496,-0.009511707,-0.017507391,0.01657775,-0.0067333486,-0.0042166403,0.01635684,-5.6472873e-05,0.015412049,-0.0027652148,0.010575436,0.008292967,0.012251598,-0.0016609157,-4.6286743e-05,0.014475649,-0.0083637955,0.017247787,-0.0012433303,-0.029717933,-0.00033116553,-0.008713633,-0.014985176,-0.03330947,0.028565098,-0.0050655548,-0.0015689554,0.008067612,-0.002529495,0.013061511,0.014638393,0.017451875,0.008564248,-0.00058543275,0.0059502013,0.014956276,-0.007083361,-0.008534497,-0.0023893728,-0.0023674327,0.017499851,-0.016105326,-0.016716283,0.019851593,0.009350971,0.01795611,0.003134748,0.011766759,0.034019787,-0.0013160461,0.018096086,-0.008715881,0.01369924,-0.01464881,-0.009883973,-0.0063063563,0.0029829347,0.024363339,0.0065487605,0.00813117,-0.0042440724,0.00051456486,0.014300812,0.019097822,-0.077884875,0.017493257,0.016183017,-0.00015449444,-0.016132778,0.020151004,0.033847556,0.023345184,-0.0062254495,-0.0031304033,0.0023598575,-0.009611688,0.012830602,-0.010081169,-0.0052916007,0.0054527186,-0.025440034,0.011741637,0.0014705632,-0.011171271,0.008995693,-0.019390399,0.020778183,0.0010607039,-0.0011369121,-0.0084685795,0.025742827,-0.008160959,-0.0101283705,-0.02828238,-0.0077915266,-0.017569222,0.01273944,-0.01568945,-0.0013896867,-0.028885186,0.026763687,0.0087611675,-0.005949452,0.01622873,0.014078221,0.0120298145,-0.025700461,-0.014599268,-0.015005916,-0.029682443,0.021559114,-0.024783514,-0.006799525,0.004860756,0.028705407,-0.0077049113,0.017470121,-0.04433784,0.0030165704,-0.021801382,-0.023354959,0.011223853,0.010238817,-0.0062185405,0.00045939046,-0.003099381,0.018131591,0.013880904,-0.0140798325,0.0020360032,0.0007606323,0.01018058,0.0021393863,-0.0055656424,0.0074974135,-0.032511253,-0.008051133,-0.025118781,0.033788014,-0.014292199,-0.0013246344,-0.025982697,0.03807861,0.011447992,-0.029088985,-0.018838063,-0.1004841,-0.008013749,-0.006828315,-0.0051058065,0.0024022928,-0.021702128,-0.0028338712,0.006948932,-0.001548048,0.02382333,-0.017959462,-0.013709035,0.0046736747,-0.012969148,-0.02224784,-0.005461078,0.0040797084,-0.024809446,-0.0007158631,0.001078848,-0.0067842966,0.0056642685,-0.021723595,-0.00912271,-0.0043527377,0.018074477,-0.0034014313,0.012567307,0.008978956,0.004229714,-0.023111522,-0.12029987,-0.022275046,0.011498759,-0.024597313,0.0063678045,0.0051313345,0.01613694,-0.014126536,-0.019641638,-0.015541476,-0.027561156,0.0068753697,-0.015941592,0.016201733,0.013881061,0.10956116,-0.03947026,0.008560611,0.0076718326,-0.018874504,-0.007990452,0.011263943,0.023944722,-0.010009977,-0.007835773,0.015430642,-0.0030988364,0.01324005,-0.004139104,-0.02355082,0.01841531,0.010163458,0.009859877,-0.007455553,-0.010422872,0.028182035,-0.0011039843,-0.024787964,0.0009969298,-0.023058303,0.015500104,-0.0046779425,3.8366354e-05,0.007506486,-0.027045023,-0.033813618,-0.011830306,-0.0020353715,-0.00057643984,-0.024553966,0.0028567393,-0.09062615,0.017718293,0.014233898,-0.004845524,-0.003820749,-0.0052347286,-0.009391106,-0.0016445991,-0.020343935,0.015972802,-0.022092633,0.013847533,-0.0014803412,-0.015974423,-0.009401744,-0.001085062,-0.012484941,-0.002822543,0.03699183,-0.014100789,0.0014564593,-0.013995314,0.0034527392,-0.011142231,-0.023210304,0.028222935,0.047921825,0.018639209,0.0016636988,0.0018825004,-0.019231806,-0.0072124577,-0.0002221257,-0.00045325523,-0.013804483,0.0075199795,0.004569998,0.0070508737,0.027491923,0.03028289,0.01608967,0.01361335,-0.014705368,0.0063160546,0.03082757,-0.00028435985,0.0065059583,-0.0138695035,-0.015195647,-0.021365702,-0.004199631,0.033199843,0.0065341075,-0.007280476,0.0063254377,0.019959265,0.00791019,0.008944075,0.012713475,-0.013242614,-0.011008375,0.002542375,0.0075137303,0.01685965,0.0015663377,-0.010205867,-0.022417333,0.009380043,-0.008051212,0.01754362,0.005225601,0.0030567367,0.0028859256,0.007014875,0.009745244,-0.004292972,0.015472166,0.009041343,-0.042199887,0.0141464155,-0.0027178547,0.010557776,0.002073576,0.010459366,-0.008310778,-0.0011479756,0.013220807,0.01663356,-0.0034748737,0.013276995,0.01060505,0.007161889,0.0071197106,0.010515938,-0.016336882,0.0030389065,-0.0035484424,0.0012428476,0.005163102,0.0125894565,-0.0029860486,-0.016936135,-0.001650015,-0.004368263,0.01274295,0.008708182,0.013460929,0.019897074,-0.013215006,-0.015115052,0.008134775,0.0017213292,0.014074143,0.017341489,-0.01400186,0.019071195,-0.008546694,-0.0059512598,-0.0033192327,0.017761193,0.015056441,-0.017167429,0.013523962,-0.003909134,-0.005399424,0.0036313094,0.017350513,0.007825754,0.019797234,-0.015257431,-0.015608081,-0.0019106766,-0.00056631933,-0.003888378,-0.004906418,0.0019202669,0.0019203923,0.0072169183,-0.0076574665,0.0061800806,0.0035306958,0.0015338594,-0.010723661,-0.0019222025,-0.0175552,-0.0011357804,-0.0010902737,0.022880277,0.002479728,-0.0034421384,0.008508886,-0.0074044135,-0.026237065,-0.0067990436,-0.010352376,-0.00032787133,0.022169428,0.008510794,0.0045238896,0.018327354,0.012610353,-0.0062488923,0.0086754775,0.0019761177,0.024080096,-0.0056372983,0.015834589,0.01815517,0.0055216756,-0.0020665254,-0.0025310544,-0.0071419375,-0.011372183,-0.01738078,-0.0058503663,0.0036975807,0.010694615,-0.0021977588,0.013183847,0.011956017,0.0018835852,0.0068969703,0.003308707,-0.017926328,0.0057891295,0.029100226,-0.01190571,0.020592533,0.003610097,0.0051914374,0.0071103466,0.023368683,-0.0038280215,-0.004344071,0.0121228,0.014222088,0.009807264,-0.0052489103,-0.010600464,0.0024141152,0.009061945,0.01291119,-0.008331566,-0.0102989795,-0.0141797485,-0.011158452,0.003469609,-0.0118566975,-0.010537184,0.0070325043,0.0028748529,0.003522252,0.02324228,0.0048564347,0.010759978,0.006667929,-0.009607665,-0.011093573,0.01479222,-0.01590602,0.004443514,0.008019976,-0.004055675,0.0065156324,-0.011825851,-0.010116584,-0.009947777,0.005304263,0.009627516,0.0068976404,0.0017865149,0.006456357,0.020073956,-0.004284465,-2.0329337e-05,0.0019106542,0.011276547,0.021394625,-0.020386526,-0.012987592,0.005435533,0.001423835,-0.0018510022,-0.017707163,-0.018566925,0.009733486,-0.0021254707,0.00029645074,0.016487349,0.0074880538,0.0028845684,-0.011607665,-0.0026430604,0.01239222,0.009164875,-0.008175446,0.017083062,0.011159917,0.0035700907,0.08730682,-0.01149064,0.015504184,-0.009649959,-0.005877067,-0.0087255845,0.004373449,-0.0063393908,-0.0069013885,-0.0052779424,-0.011499857,0.0013484124,-0.012444126,-0.0048725195,-0.01213002,0.012326795,-0.0011275841,0.0068008057,0.0047685965,-0.01464481,0.00490863,-0.011692663,-0.010277876,-0.0073581473,0.008914837,0.013988479,-0.0010273178,-0.019667441,0.01447831,-0.0017889797,0.020685608,-0.010516696,0.0012359449,-0.010873837,-0.019856764,-0.016011313,-0.013826934,0.015907077,0.012737753,-0.004557582,0.01671477,0.00035932485,0.014259305,-0.0012974344,0.007123397,0.0037083658,0.01289516,-0.010139375,-0.0075615887,0.016386705,-0.008694888,0.0032923361,0.0026390224,0.0057634823,-0.0064295293,0.0030056788,0.00077543757,-0.011387704,-0.017403528,0.019710915,0.0051454036,0.010492131,-0.012446225,0.0014079188,0.004206667,0.0072790054,0.0012442697,0.0027612005,-0.0031333428,0.0027536212,0.009257436,-0.0031348153,-0.0052869306,0.0081862705,0.008332857,0.0026813692,-0.023815695,0.013660544,-0.007453541,-0.0027517432,0.014484593,-0.004176967,-0.018471463,0.02102512,0.01991618,-0.0047999425,-0.0058626095,-0.002195824,-0.0024034318,-0.010778744,0.00010672729,0.0020611633,0.002478375,0.014409089,-0.0070361835,-0.0013716982,0.059152525,-0.016392875,-0.012196227,-0.0076584257,-0.005181579,-0.005263755,0.010514284,-0.008907187,0.02122551,0.022897966,-0.00035522945,0.010427888,0.013853088,-0.012259642,0.014722662,0.010763808,0.0048120143,0.0071529606,0.012298303,-0.01638855,-0.0031964777,-0.0066691535,-0.013517536,0.0020889284,-0.0022433677,0.018252134,-0.011313858,0.00406722,-0.011138585,0.0014308882,-0.014844246,-0.0057690777,-0.0019009209,-0.0059286035,0.0021067443,0.014185669,-0.012061136,-0.006953371,-0.002944986,0.010776611,-0.0018278445,0.023323629,-0.008212201,-0.002601134,-0.006836459,-0.001243656,-0.00531486,-0.0012088771,-0.019799583,0.008245848,-0.026241845,0.005037109,-0.026877781,-0.0018913293,0.013243118,-0.007883618,0.006448075,0.0028975757,0.0037947504,3.2105803e-05,0.0103515275,0.0018840831,0.0041498165,0.012994562,0.003306989,-0.009242689,5.3909174e-05,-0.0046344283,0.011998934,-0.004894803,-0.0025439635,0.0010027468,0.0019588473,0.024787499,0.017260771,-0.0076191975,0.02443929,-0.020933243,-0.013508931,-0.003025553,-0.014642322,-0.0052238684,-0.0016114638,0.0069479607,0.011547338,-0.003567722,-0.0056416336,-0.00052683917,0.023764132,-0.01017521,-0.007928278,0.003259387,0.0015224337,0.0040926314,-0.006114095,-0.0071308115,0.0137261525,0.0022373616,0.0053812168,0.006791213,0.011772789,-0.0073001776,0.0026235266,-0.005851805,-0.0033623395,0.001608984,-0.0012359334,-0.015320145,0.0060962373,0.0060066576,-0.00071625505,0.015992433,-0.0035682141,0.0043432717,0.008348384,-0.02088864,-0.0006280537,-0.0038330187,0.00093074323,-0.0076116067,-0.0069021485,-0.010609771,0.005921954,0.004274308,-0.022672,0.0075732763,-0.002226798,-0.0063859858,0.013404532,0.0024426098,0.017989732,0.004080789,-0.0039644632,-0.007863347,-0.0065228995,0.0018264548,-0.0043487437,0.008789777,0.011859627,0.00018240882,0.011380874,-0.010797364,0.0001852979,0.0028049222,0.0012019743,0.010064894,0.016140252,0.010071435,0.004115302,-0.00058096746,-0.025569005,-0.0009090276,-0.0098482305,-0.0036839282,0.015344809,0.009889177,-0.014649317,-0.00989196,0.020113854,-0.0041055554,-0.006858879,-0.05014025,-0.007728805,0.022892168,0.0026149524,0.0029554216,0.003614708,0.00096053124,-0.0047223805,-0.0039696824,0.0058854977,-0.004954966,-0.013399531,0.009043503,0.011465272,0.0010114982,0.0073450543,0.0075570852,0.026634488,-0.0016425749,-0.014333142,-0.012912314,-0.00088297523,0.0034976883,-0.0068793865,0.020940686,0.012364372,0.01393473,0.004880542,0.013258912,-0.003845805,-0.014006203,-0.013278288,0.010895755,-0.016517028,0.007986292,-0.016378725,-0.009372668,0.010037129,-0.012090163,-0.007000495,0.016663995,-0.01005117,-0.003584292,0.012693265,0.006974063,-0.0028418533,0.0053847786,-0.017334053,0.0005523212,-0.007222312,-0.0051401705,0.016344454,-1.46123775e-05,0.00206054,0.0055674706,-0.0021964307,0.01369017,0.0058962186,-0.007453286,0.010132118,-0.011556701,-0.0002859618,0.002661711,0.00368652,-0.010297637,0.0121232215,-0.017793505,0.0014731714,-0.0071224743,0.006989221,-0.013219859,0.0050846078,-0.012360034,-0.008314351,-0.00638597,0.017350944,0.013443339,0.027469879,-0.010881174,1.5066522e-05,0.0022794101,-0.0032901466,0.025612852,-0.009351993,-0.0034909362,0.0015790686,0.011525454,0.020973457,-0.018463833,0.01162886,0.012415346,0.0125538055,0.011079309,0.0051431227,-0.011304469,-0.0008704212,0.0043218127,-0.00882687,0.00087592215,0.001312079,0.0003873565,-0.0021008572,0.002257706,0.009072629,0.0043823444,0.0170019,0.0069653927,-0.0049913456,0.0017113086,0.0016995028,0.0036083085,0.002189762,0.0061621736,-0.011698051,-0.00087883184,0.00072048756,0.020936247,0.021594228,0.0015709181,-0.013348573,0.0029307893,0.007986934,-0.009062924,-0.022211397,0.0068624713,-0.0003847701,0.0026966573,0.017594973,0.007015236,-0.013438028,-0.0007518385,0.007163278,0.007611447,-0.0077842586,-0.013944357,0.017816192,0.019998815,0.012042687,-0.0028687778,0.007155937,-0.014573926,0.010858139,-0.006599706,0.0067323362,-0.00037376513,-0.00052014616,0.012229453,-0.0013001433,-0.0058585634,0.0030617842,-0.0009716363,0.0050146705,-0.015579588,0.0029406098,0.0072013945,0.007123166,0.0042514023,-0.0048297853,0.004781031,0.022030542,0.00022942219,-0.0015574112,-0.002614109,0.0025028044,0.020440252,-0.0016598745,-0.0037967456,-0.012309611,-0.0061757476,0.0029989718,0.009297172,-0.010402191,-0.01626107,0.01686739,0.00854775,0.0016682502,0.003072844,-0.008833217,0.0021820758,0.0072940267,0.020695336,0.028667714,0.008088664,0.0108844405,0.011533372,0.024009382,0.01830237,-0.0060629584,0.00578328,0.015194651,-0.00024617044,-0.020428881,-0.0002024136,0.0031028953,0.0044156527,0.0045834393,0.010171354,-0.0052551934,0.012344232,-0.0077040745,-0.010843382,-0.0029146592,-0.00515783,-0.01904017,0.0061688796,-0.093903095,-0.0129989125,0.0142148575,0.014239889,-0.0023205471,0.012450783,-0.014678358,-0.018756455,0.0035449339,0.003993346,-0.018211972,0.007839303,-0.009151139,-0.0045374595,0.012764975,0.028614512,0.018158697,0.00552148,0.009850432,-0.004795447,-0.018241074,0.002133267,0.011531807,-0.0039503723,-0.0014298534,0.006182635,-0.007332541,-0.019568937,0.0061159558,0.0009345674,-0.028095903,-0.007694362,-0.0051873997,0.016460799,0.023107838,-0.019771526,0.000109984394,0.003374355,-0.13116816,-0.010925484,-0.02290077,0.01192951,-0.0044397414,0.002552794,0.0045877225,-0.026981384,-0.009007325,0.017995827,-0.014629132,0.014472579,-0.0040217303,-0.00493758,0.019215524,0.007872061,-0.014559781,0.0062845186,0.0028038034,0.0009537329,0.0003692385,0.0015675467,0.013329653,0.027421417,0.014252292,-0.008732645,0.0012671425,-0.009694508,0.0064644585,0.006511394,-0.027862193,0.015042525,-0.012140888,-0.0019755925,0.014978945,-0.0034778456,0.012112487,0.019016163,-0.00038090293,0.0025084834,0.0130826505,0.0070865103,0.00999669,0.019082997,-0.017955726,-0.0058654617,-0.005580528,0.0027687708,-0.010870951,-0.010518967,-0.00045500134,0.0020678123,-0.0056586177,0.0013282268,0.0057799197,-0.0035937172,0.0022804204,0.0021777395,0.004664647,0.0019341523,-0.0005709315,0.016190562,-0.004579338,0.0004945296,-0.0041322843,-0.0026188742,0.0084936805,0.018035395,0.006413907,-0.023807723,0.02351194,0.009357781,-0.014883821,0.00414802,-0.004930282,-0.0049423855,0.0035423723,0.011066687,0.027272366,0.0069799307,-0.0033525543,-0.0072459476,-0.046660848,0.0070279376,0.012039003,-0.016861228,0.016155634,0.011169725,0.027645461,-0.041759696,-0.015433066,0.006004727,-0.018986339,0.006089015,-0.001127992,0.00524168,0.00022310848,0.010454913,-0.0033285655,0.01244699,-0.0016524275,-0.016867748,-0.013323755,-0.0053805406,-0.009037486,0.014308446,0.005104557,0.007540447,0.006959814,-0.021902157,-0.007260872,-0.0052270023,0.014026722,0.031118156,-0.015807273,-0.010679785,-0.015752979,0.004049883,-0.011188538,-0.0030564244,0.0038119399,-0.01162692,0.009381043,-0.00085688935,-0.015534345,0.01235938,0.03387079,-0.015589682,0.019044483,0.009243988,0.004620301,0.007310366,0.0067823543,-0.003712948,-0.021713909,0.0022709852,0.017107097,0.014621372,0.007708284,0.0161192,0.0068547516,0.0071373074,0.009601074,0.01002887,0.0045798053,-0.003275753,0.018368585,-0.0055081756,-0.017110234,-0.0029790802,-0.0035452151,0.001670185,0.0077116094,0.0054372,0.010695556,-0.011517861,0.0010137606,-0.009054239,-0.007729868,0.016178386,-0.028896041,0.029602727,-0.020132998,0.015930139,-0.007637227,0.022932975,-0.0046774633,0.0010526117,0.009480059,0.02347241,-0.00411505,-0.00042716254,0.009804239,0.018989393,-0.0020220184,-0.013872236,0.0005597503,-0.0055052023,-0.0010815507,-0.008426543,0.00926084,0.0018851362,-0.017273854,0.009195101,0.013284762,0.0010028337,0.01666444,-0.030637637,0.012639026,-0.03591047,0.018910533,-0.017406221,-0.0002120772,0.00030720746,-0.018826328,-0.0012556176,0.002272738,0.007942218,0.018033799,-0.0029953807,-0.018700667,0.006074481,0.008967508,-0.16118969,-0.022061916,0.003592125,-0.012931017,-0.009646581,0.018694455,0.007983503,0.00028113928,0.015262995,-0.012303297,0.016107757,0.01348355,0.020601189,0.0044933325,0.022817934,-0.019101663,0.0036025646,0.03465559,-0.032166865,0.0074719163,-0.029134631,-0.03033519,0.0017478473,0.008123763,-0.018843967,0.024310675,0.010717564,0.009069392,0.0075725447,0.014469332,-0.005536625,-0.009337028,0.0058748033,-0.007930386,0.00764157,0.0037392676,-0.002204199,0.013942282,-0.0055126897,0.014980861,0.028192662,0.0022829764,0.0038599644,-0.003610134,-0.0072665857,-0.0005256449,-0.011131078,-0.009127118,-0.0050394908,-0.008805386,-0.0021950407,-0.008848929,-0.016168905,0.0050223325,0.008164998,-0.020065373,0.007787611,-0.018565916,-0.017989505,-0.0015335935,0.019807426,-0.0016145526,0.022268774,0.023866385,0.005802348,-0.0104260715,-0.0043639857,0.14735425,0.004625888,-0.0002343073,-0.031290144,-0.0007031783,0.0077467905,0.00901619,-0.009451184,-0.0034526405,-0.012374325,-0.013630065,-0.02153713,0.011154698,-0.00952225,-0.010892412,0.022825751,-0.012523198,-0.032579843,-0.0047940025,0.003224371,0.0076270606,0.011420792,-0.0027631456,-0.014958243,-0.0033964545,-0.009765139,-0.004213892,0.014907912,-0.00022254384,0.0056356755,-0.0030985503,-0.029020151,-0.0032712796,-0.014855458,0.007293928,0.006193743,-0.0035294243,-0.020006327,-0.0062388554,-0.000115402836,-0.012507421,0.0007960683,-0.015570716,-0.0031539,-0.0021575764,0.0022608545,-0.015643101,0.019164875,0.01402487,-0.002402217,-0.012797209,0.016861584,-0.0056564147,-0.017226182,-0.0032946283,-0.017016253,0.003840343,-0.0043602115,0.018492226,-0.013741075,0.01961361,0.016974581,-0.013011545,-0.012860487,-0.01052306,-0.0220859,0.004973909,-0.030844316,0.009566705,-0.09081118,0.011122917,0.017401889,0.017502438,0.0095155155,-0.0073716254,-0.009856683,-0.004086562,0.014507173,0.0018676623,-0.002902086,0.0044549126,0.017646205,0.0006642487,0.005173074,0.0085038785,0.01712199,0.016258324,0.0055993665,-0.014865513,0.023501083,0.011213939,0.01830866,-0.009745541,0.0020328187,0.010969736,-0.01920044,-0.006895376,0.0007244824,-0.020539962,0.008884933,0.015613881,-0.04205172,0.015622114,-0.020769393,0.019923618,0.021582423,-0.007655118,0.00631556,-0.014790573,0.027368046,0.016791156,-0.011281594,-0.005133425,0.020166818,-0.008269386,-0.012554568,0.025999045,0.00518627,0.011339991,-0.00054249866,0.0069184825,-0.0030972487,-0.017775334,-0.01768192,0.010718385,0.015642807,-0.0412898,0.009739622,0.0062869308,-0.0061573936,-0.0012399154,-0.0012305982,0.005337808,0.008798492,-0.011724112,0.01609002,0.022484988,0.0032771945,0.0029869713,0.0020504543,-0.0090628,0.005951161,0.0090703415,0.022811353,-0.005028148,0.017478762,-0.009592685,-0.006289253,-0.0077257315,-0.002362353,-0.014836895,0.015016593,-0.029926328,0.05077502,0.0018400885,-0.0134788435,-0.0181001,0.008441955,-0.016442003,-0.020574918,0.012584873,-0.018788919,0.0018088664,0.004411457,-0.016679306,-0.01774241,0.004619534,0.023339521,-0.0038212254,-0.015258775,-0.0039185183,-6.679137e-05,0.034713246,0.0029319336,0.0041325544,-0.009400221,-0.003563177,-0.0013823719,-0.004711052,0.013430866,-0.0013046736,-0.0035068626,-0.0083118,0.0015106079,-0.009200942,-0.019269725,-0.015479366,0.008707289,-0.0030929912,0.0074051316,-0.025523024,-0.0020853449,0.013283274,-0.009809832,-0.006568099,-0.0039568204,-0.0025208872,0.03182764,-0.005721014,0.0005394124,0.012814728,0.01483658,-0.01725981,-0.00028380766,0.0035982593,-0.009221592,-0.023518935,0.010918999,0.010998708,0.0017555407,0.012204241,-0.00597048,0.033823535,-0.025658255,0.00057557225,0.0009992953,-0.001977208,0.015231784,-0.0065346905,-0.01251618,-0.014626657,-0.0011556849,-0.015385089,-0.00556761,0.009047656,0.029204572,-0.010649332,0.00229822,-0.00026665124,-0.0033276167,0.00527957,-0.006842801,-0.012960967,-0.009133337,0.0028005417,0.0071570897,-0.016627962,-0.011073915,-0.023364365,0.011961571,-0.013537036,0.0044294475,-0.0070340545,-0.00064564816,0.01972833,0.0017889936,0.0011051472,-0.014306775,-0.06853533,0.014501058,-0.010517268,0.0098145995,-0.013519949,0.0068915947,0.0042944658,-0.021452712,-0.011284581,-0.010229493,0.003734208,0.0073605487,-0.012426086,-0.029009357,-0.015178156,0.008855199,-0.015112789,0.019264018,-0.007843182,0.012635895,0.028789692,-0.028084384,-0.00018329523,0.006351455,-0.00364174,-0.004805462,0.024454085,-0.0047156867,-0.022768617,-0.005147698,0.0006992033,-0.006733498,0.0029898833,-0.0070654037,-0.017415697,0.002713673,-0.0067824614,-0.011107721,-0.0046412316,-0.008586313,-0.003240247,-0.0033271553,-0.045664612,0.01077316,-0.0034819786,-0.0043182983,-0.02403107,0.007307388,-0.001239423,-0.013842009,0.030573718,-0.0042754933,-0.0057597957,-0.012807846,0.012079482,-0.02633899,-0.0034872072,-0.029091915,0.004329314,-0.0006665175,-0.012469757,-0.01711735,-0.007235668,0.006333699,0.01575391,-0.01150065,0.0056291176,-0.013992619,0.007971343,0.009674123,0.0013554076,0.0222285,0.002943662,0.0065828,-0.0122704115,0.013763629,0.012004677,-0.010286431,0.012933775,0.014288421,-0.0006003719,0.0039656414,0.0047864662,0.029440809,0.023464395,9.2700875e-06,0.011620031,-0.10337257,-0.013882339,-0.017722398,-0.016934616,-0.0038157136,0.013124274,-0.018021101,0.05383332,0.0033158811,-0.0003619982,-0.003808511,-0.004715949,0.015229554,0.017799826,0.005287932,0.010493624,0.011753912,-0.0036182737,0.025169963,-0.019525373,0.021102346,-0.0036780802,-0.010566354,0.019315133,-0.009130925,-0.040917397,-0.019681504,0.010219588,-0.00054174627,-0.011849151,0.017714763,-0.023495965,-6.340661e-05,0.001170117,-0.0050741704,-0.0045019235,-0.03130121,0.01843573,0.003695465,0.0020076418,0.0005497894,-0.019857282,0.011681929,0.0070152157,-0.012880415,-0.014353916,0.013241198,0.010600894,0.0046834857,0.011352233,-0.019892668,-0.0092134075,0.04528048,-0.005526363,0.012695617,0.003682394,0.005376904,-0.014977563,-0.015564184,0.0041559017,0.0013376279,0.02178773,-0.01607316,-0.0034595528,-0.025843859,0.0043869927,-0.02161464,-0.0017977384,-0.013096643,-0.012894238,-0.00010150352,-0.0065660547,-0.008490834,-0.024672251,-0.009578176,0.0001638307,-0.025791045,-0.0014165571,0.005523836,-0.029783105,-0.008282047,-0.0033751768,-0.000998146,-0.014801742,-0.0027678825,0.0054184175,0.015718855,0.013614984,0.0193615,-0.0025915925,0.01728811,-0.026784316,-0.014073246,0.011101918,-0.016854052,0.0069375997,0.02321813,-0.036665086,0.011488862,-0.006542551,-0.0009380937,0.005909019,-0.016449615,0.01945192,0.004034077,-0.0050764675,-5.3432323e-05,-0.0054211966,-0.0036015478,-0.009482198,0.015235296,0.024732519,-0.015491252,0.0023625838,0.030852774,0.022414882,0.022763247,0.00038499606,-0.010016425,0.0067933477,-0.012575239,0.009175391,0.01342124,0.002966797,0.0023043312,-0.016470017,-0.017503051,-0.011824978,-0.0028446876,0.007588134,-0.0012176287,0.015632546,0.02105833,-0.008639252,-0.008464252,-0.005052752,-0.015322097,-0.004917312,-0.04252627,0.0075832075,-0.009590996,-0.00367203,0.0011342238,0.0046771658,-0.004920239,-0.017428135,-0.0016980809,0.02402542,-0.00704069,-0.0051277066,0.009850455,0.019085323,-0.0028582274,-0.00025018823,-0.026283506,-0.0024146915,0.008620148,0.006829665,-0.01857532,-0.006116143,0.006900867,0.008445583,0.0010821766,0.0098713115,-0.0141095165,0.009413422,0.021210667,-0.00015278585,-0.004016756,-0.01584149,0.0038120286,-0.017888755,0.013743843,-0.014866922,0.024351988,0.0025293978,-0.028561655,0.022017406,0.03024845,0.018945074,-0.017146584,0.012418335,-0.016689152,-0.012312459,0.0017890394,-0.0053504696,-0.0068176026,0.0138784135,-0.005109343,-0.01581038,-0.019801904,-0.000615321,-0.008353051,-0.012931362,-0.006700557,-0.011467083,0.008133297,-0.0044394643,0.012741543,0.021818282,0.0020115369,-0.0011375573,-0.013348629,-0.0066984594,-0.0100677125,0.018000605,0.009572636,0.007982294,-0.02250745,-0.0017874886,0.009084602,0.0061589605,0.0136985965,0.019661475,-0.009552581,6.2297004e-05,0.007904378,0.01367146,-0.0018983118,-0.0043046023,0.020707568,0.00839167,-0.013038334,0.008757075,0.019762505,-0.016527053,0.006332717,-0.010912304,-0.016148325,-0.0023809734,-0.008689158,0.008386893,0.016766181,-0.0016037353,0.008449124,-0.007598701,0.009828347,-0.019906007,0.004755168,0.0018092663,0.01390806,0.01600497,0.0059353723,-0.001667135,-0.014897002,-0.03089528,-0.027594682,-0.008317988,-0.010208272,0.012764574,0.0020269363,-0.013519212,-0.0033803326,0.0014230127,0.0275443,0.0007071379,-0.006206708,-0.009026478,0.008496118,0.0048018936,0.03599413,0.0033084669,0.002704455,0.027787872,-0.026603697,-0.0041205073,0.00027517282,-0.0060771517,0.0011225124,-0.0024508773,0.015602497,0.009015817,-0.019489342,-0.011470378,-0.018175848,-0.00085745467,0.005274242,-0.01599254,0.009532558,-0.0072086626,0.0005962724,-0.018674158,-0.007343253,-0.01638802,-0.002063221,-0.03677051,0.012324091,0.002383572,0.013188163,-0.00281409,0.019614197,-0.01545917,0.016411703,-0.008222672,-0.015627254,-0.0027697482,0.0167344,0.0033600687,-0.017704805,0.0071802135,0.013241334,-0.023517018,0.0023306396,-0.0009908772,-0.015580584,0.03295056,0.016210435,-0.0002570868,0.0060898885,-0.009940457,-0.010229785,0.0045797336,-0.007159125,-0.0061900155,-0.0029548474,-0.013167396,0.021383708,-0.011083773,0.017069973,-0.013646627,-0.0013298044,0.001044296,0.036198083,-0.0057388586,0.014957374,0.027856331,-0.008513788,0.018746272,-0.008169202,-0.007966576,0.008143838,0.015017417,8.895528e-05,-0.005811511,-8.7340166e-05,0.015452406,0.006016579,0.0031204375,0.008586523,0.014557572,0.0066573187,0.0064248536,-0.018418053,-0.037912745,-0.014562653,-0.0017291044,-0.021884792,-0.023050401,-0.01620278,-0.020077724,-0.01989893,-0.0099413,0.010464981,0.0018909579,0.015664259,-0.0077813654,0.0007938148,0.013549272,0.015620855,0.0033070617,-0.0025024258,0.023224106,-0.016471779,-0.015384833,0.014861912,0.007751426,-0.01506302,0.010756057,0.006926349,-0.00702725,-0.04178612,0.0016958871,0.0111925565,0.0040073777,-0.011043913,-0.0022358363,-0.017649176,-0.025885187,0.006508227,0.0063346718,-0.03764962,0.019468172,-0.0025047087,0.021996373,-0.0022375232,0.009793555,0.006594999,0.019752638,0.011403056,-0.0025133076,-0.028643224,-0.02260881,-0.0044928454,-0.011068198,0.021090668,-0.010712476,0.011916786,-0.018726666,-0.0012073444,-0.0050898716,-0.0050760075,-0.023659158,-0.0027967794,-0.004863365,-0.010546157,-0.0043554744,-0.009949186,0.011040046,-0.002552805,0.0080317,-0.016665477,0.0072503923,-0.008020978,-0.0069312262,0.011824419,0.0023821709,-0.007153745,0.001514931,0.0069637178,0.019504113,-0.028404228,-0.0072433227,-0.0044662743,0.016307708,-0.0038826766,-0.0075528948,0.010845903,-0.016891606,0.02291919,-0.022809545,-0.0043347226,-0.0029917802,0.0030490865,-0.035359673,-0.0019546133,-0.0019932077,-0.00875602,0.007010731,0.0011579243,0.022009375,0.0014204406,0.021016292,-0.0043267384,0.00042623322,0.0310369,0.019640733,0.018944576,0.006687497,-0.009205629,-0.021599084,-0.012600223,-0.011139097,0.0066259517,0.003688325,-0.018779758,-0.0054746256,0.005139566,-0.014545971,0.013721723,-0.024952903,-0.019763052,-0.009464298,-0.0070635364,0.001369629,0.0072671403,-0.007517489,-0.012113931,0.023040889,-0.0059601385,0.02133943,-0.038822535,0.008447389,-0.044778343,-0.0035922062,0.010460085,0.009827535,0.0017936717,-0.011209103,0.012135932,0.005374396,-0.00043213848,0.009496095,0.007168084,0.017846832,0.004323191,-0.02387806,0.005360505,-0.034014877,0.022286432,-0.005792605,0.0056467857,0.0052221147,0.008144364,-0.006311045,-0.01350107,0.0035216054,0.011702929,-0.0028124293,-0.005681507,-0.006298845,0.009527678,-0.0047447677,0.021036929,-0.016434118,0.00667591,-0.0029710059,-0.025031459,-0.009193419,0.011751691,-0.03648902,-0.01995779,-0.0018388933,0.033494778,-0.010806173,0.020186288,-0.032630716,0.004479381,-0.015104123,0.018877374,-0.00038793997,-0.0006040851,-0.0069774017,-0.012212175,-0.02026146,0.010045167,0.0032889005,-0.0061900523,0.006059448,-0.007849515,-0.016810104,0.0017932876,-0.005725451,-0.017500201,0.0011013161,0.033903793,-0.021894982,0.004151888,0.001143784,-0.019775463,0.016939227,-0.011965372,-0.009813943,-0.020780373,-0.009983178,0.024627253,-0.008887907,0.02045225,0.001707676,-0.0022736043,0.0026378864,-0.0037373914,0.0016084726,-0.011601981,-0.008162267,0.003533431,0.002073599,0.031218443,0.0034016932,-0.013233581,0.007927444,-0.009718365,0.006068348,-0.0137023,0.0059477305,0.014746929,-0.018416295,-0.007997469,-0.009659426,-0.0040545706,0.009191534,-0.029099138,-0.026619343,0.006287094,0.026122939,0.01658614,0.028646344,0.0111806765,-0.0207995,0.0007990607,0.010723498,0.005052012,0.011451168,-0.01604159,0.005020355,0.0036142755,0.0005831188,0.02771983,0.00031892039,0.0006451638,0.00866415,-0.017426167,-0.0143939275,0.017683156,0.012418926,-0.00141019,-0.01353601,-0.0024063054,-0.010268364,0.0010977106,0.011339755,0.009713987,0.0039943894,-0.009062289,-0.010483905,-0.0024330074,0.01720482,0.007968247,0.0074511208,0.029080722,-0.00072338816,-0.018599903,0.018848471,-0.02979194,0.026951075,0.008494007,0.0033326652,-0.0023614648,0.0014578095,0.017047517,-0.022945816,-0.0348696,-0.0062939054,-0.018055419,-0.0016726077,-0.0028634202,-0.014275628,0.05701398,0.014681195,-0.016822452,0.006633572,-0.008548036,0.004093697,-0.0076845046,0.0038743813,0.01838666,-0.0050070556,0.0060105133,0.0023710073,0.018067198,0.029015318,0.02535741,0.015920442,0.00074748095,0.01159506,0.0078097326,-0.0031273481,-0.0042885127,-0.0011125898,-0.016172992,0.014793594,0.0024161448,-0.024735972,-0.0058468906,-0.026349887,-0.0048520556,-0.01862453,0.0127303125,0.01812272,0.00071389915,0.0019480574,-0.022539716,-0.006720499,0.024221363,-0.016074091,-0.00022962503,0.00685584,0.0107679,0.020214058,-0.010004671,-0.0044729556,0.009222378,0.010200898,0.0046186815,0.008195111,-0.0049921796,0.003249582,-0.010152805,-0.0008540332,0.013263952,0.012946164,-0.01656093,0.0047497093,0.020248327,-0.006489298,-0.0061218,0.027268117,0.15998507,0.1272344,-0.007175978,0.026786126,0.010030049,0.0021955022,-0.01620269,-0.013481668,0.007062022,-0.0009942126,-0.0012123594,0.0062678196,0.0024322432,-0.009398415,0.031152027,-0.01122705,0.007913973,-0.0022597928,0.02797576,-0.012234426,-0.009182843,0.022928633,-0.025348363,0.015176284,-0.03397528,0.013795973,0.0029712452,-0.012696603,0.020486122,0.0015626829,1.6944576e-06,-0.0113198245,-0.033994243,0.006473842,0.012491207,0.0005145477,-0.0026545501,4.9087073e-05,-0.013067819,-0.0029780462,-0.017026052,0.0044110096,-0.013466592,0.013526524,-0.030662896,0.006149252,0.004733686,-0.00044258297,0.004828251,0.00399521,-0.010308556,-0.0037824465,-0.003799576,0.0053548533,0.017184716,-0.0026296587,0.011325367,0.007282456,-0.015532963,0.0010769889,-0.0022019285,-0.014253533,0.009515382,0.011798836,-0.007845982,-0.0106467,-0.0055210306,0.01290101,-0.013102107,-0.0058391234,0.012336462,0.004262236,0.010010125,-0.010192127,-0.010359477,0.009880748,0.017059855,0.0024977059,0.017102938,0.0017704476,0.014074862,0.0007830853,-0.013440997,0.010768024,0.013464575,-0.00636712,-0.006092939,0.009619189,0.1120733,0.010675128,-0.005408424,0.013550268,0.013086486,0.0011474576,-0.009204789,0.04520061,-0.0025326933,0.024324374,-0.002314384,-0.009505466,0.00071940926,0.0060742213,0.030726485,-0.00049788115,0.00056896615,0.012090843,-0.007616006,0.042654965,-0.037740625,0.014986198,-0.009099775,0.0028607694,0.016922105,-0.0003176359,-0.019574376,0.0036539235,-0.0021126962,-0.024375001,-0.12590152,-0.0036025092,-0.0023649444,0.011614789,-0.018665193,0.015921108,-0.006137271,-0.008856524,-0.01296169,0.010022447,0.0017085724,-0.005749167,-2.7614204e-05,-0.0061271796,0.021305347,0.01873433,0.014049649,-0.01779501,-0.04745148,-0.004049171,0.0031418717,-0.0116416635,-0.012636982,0.010843279,-0.015421863,-0.009324516,-0.020135814,0.024349954,-0.025728405,0.009829217,-0.0030073347,-0.0038318431,-0.010399724,0.03146356,0.0061134836,-0.0074407286,-0.002996157,-0.00034228375,-0.00014022402,0.015562137,-0.012416136,0.010201208,-0.0020352216,-0.029892428,-0.0075784023,-0.0062297257,-0.005727103,-0.015608009,-0.013584662,0.01005483,0.008157478,0.0023577833,0.022491993,0.007794587,-0.0057581523,-0.02198932,-0.00805097,0.006417142,-0.0014537516,0.013189672,0.004727203,0.0037183068,-0.021927426,0.029019518,0.009655578,-0.006191758,0.008415888,0.011665728,-0.0015451974,-0.0017429728,-0.0026857788,-0.024615727,0.027283518,-0.006861333,-0.011471506,0.006307617,-0.0071558855,-0.0015130092,0.0021828695,0.027383322,-0.0048495205,0.0012660713,0.0100630615,0.11654985,-0.008826472,-0.006527387,0.013026206,-0.0004325771,-0.0028124482,-0.005177969,0.0017802311,0.017758287,0.012567683,-0.026650757,0.008423639,0.0017798047,-0.0026533038,0.007001506,-0.0031153583,-0.0074129663,-0.01726791,0.007857,0.0018338215,-0.016967008,-0.030549817,-0.0065570963,0.01410304,0.037000496,-0.0025913953,-0.028360898,0.008703276,-0.017287934,0.021841204,0.008987061,0.010106738,0.01397624,-0.021941641,-0.001066793,0.0014756441,-0.017328693,-0.009652746,-0.025812335,-0.015769836,-0.0123920115,0.029024443,-0.0022616673,0.008624112,-0.025807073,0.19766565,0.0059389523,-0.002399599,0.010777116,0.010544603,0.017337663,0.004231894,0.0016911515,0.0040539755,0.00020933461,0.024864092,0.009858824,-0.011685679,-0.00633448,0.024001686,-0.012541117,-0.0052617816,-0.005690098,-0.0026071586,0.015142284,0.008244868,0.0180081,0.01732471,-0.005812094,-0.033707947,-0.0055808634,0.020580176,-0.004041839,0.01032871,-0.009549962,-0.015084182,-0.011212779,0.008406754,-0.0007671382,-0.016719006,0.0036478885,0.010976487,0.00917457,0.005603972,0.022730628,-0.014873348,0.012491209,0.00893171,0.014673414,0.00061985524,-0.00092725403,-0.010508712,0.018321544,-0.02118424,0.019303149,0.017617054,0.015492682,0.0018502685,-0.0026335544,0.0068286275,-0.0034937218,0.0064318683,-0.0059505766,-0.02335083,-0.0024317962,-0.017583055,0.030027242,-0.027008424,0.020521466,0.015133654,-0.002868928,-0.0070160874]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 146,
          "content": "Asia PVC market in turmoil as Hormuz closure hits major Taiwan supplier",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.026168484,-0.01342405,0.00027501397,-0.108856946,-0.006584864,0.02108416,-0.02634755,-0.007837619,-0.011715676,-0.019193592,-0.0052014883,-0.032217782,0.032454994,0.018418098,0.12391237,0.0066800616,0.00021793187,-0.0014730244,-0.006211083,0.009994378,-0.010803049,0.025178725,0.0032373897,-0.018653978,0.043628596,-0.02172095,0.0013141534,0.010417567,0.015490296,-0.013074713,-0.0018889281,-0.003920252,0.010264202,-0.012669962,-0.0020149748,0.013773407,0.044097982,0.0011196763,0.017163783,0.0035409753,0.025426835,0.017308649,0.01060602,0.027994068,-0.028349534,0.006389082,0.01936569,-0.028638875,-0.011749741,0.008718152,0.013520457,-0.004172225,-0.016560327,-0.17075266,-0.0088026235,0.00972555,0.002935257,-0.02903936,0.011880529,-0.031014444,-0.005647841,0.03998698,0.014161022,-0.020348541,-0.0049899635,-0.0052452823,0.025758447,0.017932534,-0.011450056,-0.022588376,-0.016687563,0.010597635,-0.012169849,-0.019993655,0.022779452,-0.021702947,0.011271726,0.018430687,0.010061356,0.008019159,0.014901814,-0.034231346,0.004817148,0.0036388831,0.020998985,-0.032403316,-0.0124528445,0.013027509,-0.012023824,0.011735714,0.016065812,0.005291048,-0.003649305,0.000127911,0.018128127,-0.012697955,-0.036272053,0.0104254605,-0.006848223,0.014615993,-0.0035021878,0.011435429,0.02032427,0.0162886,0.016220951,-0.033378482,0.015937055,0.010272877,0.0052744956,0.006297239,-0.006628252,0.020987464,0.006866617,0.03323082,0.024361655,-0.12416455,0.007487236,-0.0082555255,0.0039536646,-0.0036633846,-0.020448403,-0.02644419,-0.014884668,-0.0049457345,0.0065040262,-0.0110547235,-0.0029058428,0.03024504,-0.033621017,-0.0037883336,0.035560492,-0.011114228,-0.010636035,0.022672031,-0.015777363,0.014067755,-0.010757727,0.010803477,-0.031895567,-0.019134413,0.0047484264,0.035281908,-0.015297436,0.0018063794,-0.038934637,-0.040642716,0.0063026748,0.017376654,0.005893483,-0.0029642466,0.017446449,0.022472812,-0.008727783,-0.009288415,0.00912669,-0.008613749,-0.016013743,0.00026925525,-0.027497064,-0.018796291,0.014414628,-0.017669603,-0.007468509,0.0005974633,-0.0079936525,-0.0046208627,-0.007200729,0.0012143074,0.008416807,-0.002821692,-0.016816642,-0.005146355,-0.013293046,0.008058407,0.010857156,-0.0029982368,-0.010981188,0.016264984,0.019822814,7.874728e-05,0.010790091,-0.0086437045,-0.028500916,0.04515556,0.00031357378,0.028667526,0.017913686,-0.003952364,0.005729666,-0.0033967404,0.0014029302,-0.038341325,0.008635585,-0.026465157,0.008153284,0.0018555297,0.0030162241,-0.009672401,-0.0033650037,-0.006847806,0.0069065574,-0.004719502,-0.0003518219,0.0146408435,-0.01664329,-0.008766603,0.0061348537,-0.018164583,-0.01759565,-0.023078497,0.017254185,0.0123895705,0.01255393,0.015392837,-0.012293559,-0.032200128,-0.00048783515,0.0041045784,0.014576956,0.02141954,0.009831777,-0.019096829,-0.024771608,-0.0019188359,0.03486506,-0.042569876,-0.0012539233,0.014596076,0.015625248,0.05553356,-0.007874623,0.0035496673,0.011139477,0.0132803125,-0.028709024,-0.01627928,0.016263012,0.016916972,-0.00943829,0.017677024,-0.014166957,0.0161778,-0.010246614,0.00427315,0.007399289,-0.03450056,0.016060982,0.0013129441,0.0003875823,0.03492494,0.0076052085,0.015433121,0.029890923,-0.0027647873,0.0032904348,-0.02530453,0.006275339,-0.01508689,-0.025370099,-0.010677964,0.023622211,-0.012901102,-0.009810282,0.02007493,0.007589774,0.02381301,-0.015919983,0.038448103,0.00023372575,0.018926539,-0.034827214,-0.00052229414,-0.027881322,0.006653284,-0.023133978,0.019825466,-0.051854108,0.027793407,0.0024132456,-0.019251408,-0.0052675963,-0.0038085352,0.01347619,0.0059601655,-0.036316693,-0.009712469,-0.017386345,-0.0018328036,-0.0074085044,0.01029988,-0.0022944137,0.023492001,-0.009992401,-0.018760992,-0.00893485,-8.668529e-06,0.009081829,0.02445671,-0.036947202,0.0060650324,-0.017449208,-0.028203836,0.029184837,0.02972341,-0.006491291,-0.023923466,-0.03490349,0.027033553,-0.0046965326,0.013704772,0.01764389,-0.005625346,-0.01828581,-0.01649054,-0.013310994,-0.025378572,-0.019197162,-0.0020908753,-0.0105968,-0.012281129,-0.0011234687,-0.0578863,-0.016614169,0.0038115848,-0.030117022,0.03319611,0.015549839,0.0008154318,-0.022798864,-9.372967e-05,-0.027630275,0.014655922,0.00337391,0.008912243,0.02785291,-0.0016023447,-0.0006516267,0.002742544,-0.004567204,-0.021350209,-0.031129995,0.0111804325,0.0027081238,0.012369815,0.015750844,0.018846672,-0.017988876,-0.006587786,-0.043410614,-0.044560585,-0.011095772,0.007915332,-0.0068639796,-0.022087982,-0.022357563,0.020706147,0.004423165,-0.016603863,-0.010272994,0.030038238,-0.004255651,0.017701486,0.002833287,0.0029499156,0.004695865,-0.0062394934,-0.0051385397,0.006156688,0.0075568836,0.0020895277,0.005009703,-0.008951011,-0.011291318,0.019800764,-0.01594968,-0.013595319,0.025792742,-0.022699697,-0.0033887478,-0.0117608,0.0021571591,0.0055821505,0.026666114,-0.011363499,-0.006036912,0.00030577552,0.018033706,0.0018732523,-0.0036108529,0.060703497,0.002043375,-0.02672207,0.011514853,-0.007193339,-0.007909921,0.022956008,-0.031884465,-0.024397517,0.0042141266,0.019970963,-0.017041814,0.009475048,0.012902258,-0.02358613,-0.010963252,0.01637559,-0.046377633,-0.031896856,0.0055493284,-0.020868799,0.019641114,-0.0071956534,-0.007550812,0.025248561,0.039469566,-0.004076456,0.011803203,0.013493068,0.016234115,-0.021334184,-0.008908157,0.010962707,-0.011204812,0.015926383,0.0019548272,-0.008665176,-0.009387513,-0.012351317,0.01084718,-0.002889262,-0.018308902,0.017355524,0.026471242,0.0042136,0.0049112807,0.0017776802,-0.014147166,0.032242056,-0.019176623,-0.03648178,-0.034317352,0.010714626,-0.0060580065,0.010773959,-0.01240746,-0.0048987614,0.015456315,-0.0032753516,-0.01047727,-6.92803e-05,0.03183717,-0.01757389,0.037707217,-0.021147711,0.013300316,0.03824037,-0.0068712775,0.016837064,-0.0010412929,-0.01736617,0.0024425571,-0.03296444,0.012648335,0.03754547,0.011708395,0.0045404034,0.011712325,0.008952264,0.014874696,0.017515473,-0.0063316184,0.005304247,-0.04491214,0.0060259053,0.0031246527,0.00057679217,-0.0414092,0.0024992547,-0.02170554,0.019136978,0.013750459,0.004418598,-0.008313335,-0.002496403,0.012798856,-0.014555734,0.0019171081,-0.028231885,-0.018968433,0.0048843017,-0.0023130379,0.010463878,0.0078104357,0.0035195611,-0.0012485374,-0.026648637,0.013205982,-0.01766788,0.005121224,0.008202918,-0.014678055,-0.010796302,-0.0018340193,-0.0021900495,-0.01900099,0.019448355,-7.5308126e-05,0.007466548,0.009042086,0.008549112,-0.018896075,0.0020334867,0.022444192,0.013155838,-0.0060619586,-0.003061655,-0.021280905,-0.007973709,-0.009978139,0.012674974,-0.025976103,-0.01192742,0.00982257,-0.0015236646,0.015103523,-3.3142558e-05,0.018364351,-0.0190143,0.005912495,0.0069288486,-0.02871212,0.04577895,-0.0028052141,0.012471009,0.004012112,-0.02908039,0.009743517,0.024700962,0.02022281,0.012005474,0.009049143,0.018452462,-0.021325104,0.0022383453,0.05386726,-0.06133993,-0.022667857,0.0039883545,0.002485867,0.000744113,0.0043734456,0.013181368,0.011929075,0.015937228,0.011143109,-0.004607163,0.0111361435,0.009695684,-0.01970777,-0.020420324,-0.015473852,-0.019502144,0.0032062216,-0.014499265,-0.002310884,0.0055444846,-0.0010156919,0.03299121,0.0041809883,0.014344729,-0.0064114057,-0.0012852083,0.01285122,0.016816257,-0.0053655785,0.021016942,0.000479097,-0.01010261,-0.014240939,0.017183503,-0.008328776,0.008393187,0.0072607985,-0.031264562,0.041807562,0.0006280748,0.013073725,-0.00940992,-0.00054368784,-0.018167138,-0.008450733,0.010268716,0.014806916,0.016237762,-0.010635373,0.022748612,-0.023533486,0.013525961,-0.0085072,-0.00017109571,0.00838498,-0.019329928,0.029470839,-0.017157646,0.0074925614,-0.021364888,0.008437442,0.026404837,0.004130484,-0.017169164,0.002492984,0.0013429988,0.01458417,-0.010493619,0.022252226,-0.00916417,0.004009996,0.009347793,-0.022774134,0.0071654115,0.00855093,0.00041896343,-0.011167167,0.033704907,0.044907253,-0.024196152,-0.03108606,-0.079252824,0.009269592,-0.022911321,-0.00020131281,-0.03165036,-0.010250142,0.0026834623,-0.01603109,0.012761842,0.046794455,0.002721472,-0.0071436847,0.0022315679,-0.017937662,-0.003396028,-0.008107832,-0.003847876,-0.017775312,-0.0007634798,-0.017648065,-0.034273442,0.0048802714,-0.01572206,-0.033778206,-0.020696241,0.04273595,-0.029109081,-0.005887678,0.01314618,-0.020173525,-0.0356462,-0.12793237,0.0003489021,0.0037320054,-0.028157074,-0.0018330467,0.00028038758,0.020283636,5.4480774e-05,-0.015426545,-0.017236913,-0.00067625655,0.012677435,-0.009420762,-0.011033328,0.02160127,0.11217565,-0.0049668183,0.020470606,0.016469248,-0.02053366,-0.0064853756,-0.0008956776,0.0040712184,0.0038468214,-0.009746881,0.023478994,-0.002295201,0.006709403,-0.0038298727,-0.017884083,-0.02627137,-0.025205744,0.018900326,0.016556906,0.00066763954,-0.0060245963,-0.006417325,-0.003622899,0.015823223,-0.006123528,0.01992956,-0.02260657,-0.014639757,-0.00072557986,-0.021982225,-0.0010686076,0.0059295343,-0.016910104,-0.005110584,0.016022358,-0.023118673,-0.066483244,0.00083227945,0.0058094654,-0.023650492,0.0108332895,-0.011270378,0.01733335,-0.002395494,-0.012390467,0.012143696,-0.0102025755,-0.0012796761,-0.014304137,0.0068037594,0.022104526,0.037576374,-0.0073147686,-0.009566732,0.017822983,-0.01684822,-0.011869721,0.005736447,-0.010263843,-0.0072284066,-0.016614465,-0.01793942,0.025931079,0.03410808,-0.03574689,-0.009271327,-0.010260637,-0.013378551,-0.015480208,0.021297336,0.021905748,0.006283143,-0.01146724,-0.018920451,0.016184319,0.0050813057,-0.016994566,-0.003687944,-0.019558765,-0.0007208075,-0.002956453,-0.01385474,-0.0011489494,-0.01024418,-0.014262009,-0.0126491515,-0.01400719,0.017068379,0.0260794,0.011745825,-0.0031965456,-0.008093926,-0.018847251,0.026507791,0.019476574,-0.010942691,-0.009239476,-0.025861025,0.0060925665,0.030972974,0.004098044,-0.020105796,-0.008106557,-0.019925458,-0.006460593,0.011508488,0.01900508,-0.008363368,0.008774309,0.015645452,-0.0082871765,0.005332951,0.024442961,-0.0030276892,-0.0452152,0.00995399,0.027299646,0.011346567,0.0032853964,0.0045244615,-0.0028221393,0.0058719227,0.0039283135,0.0037301404,0.019763224,0.02140876,0.021721497,0.0044832556,0.018926274,0.023796491,0.0021804345,0.01000576,0.0024810291,0.010215379,-0.004070644,0.018446002,-0.0061019864,0.012094483,0.0210945,-0.000827917,-0.017713629,0.021647658,0.008123224,0.010386911,0.0021828425,-0.0031668078,0.00914048,0.0005805103,0.0032546837,0.032385662,-0.012560593,0.00678736,-0.0024614949,0.014480545,0.009620556,0.0041833133,0.011902107,-0.010502408,-0.0072847954,0.0065859635,-0.017837463,-0.0069189416,-0.0012536395,-0.0003566774,0.020659406,0.008202926,0.01343974,-0.014497976,-0.017180627,-0.00091732654,0.011423781,-0.003184316,0.0064490195,0.014383467,-0.025936704,-0.01567193,-0.018975412,0.0115409605,-0.013493814,0.002460199,0.0037858752,0.0023139021,0.0064392807,0.003676026,-0.006907049,-0.017420359,-0.0026393763,0.008293782,-0.017192386,0.0017818057,0.0046613836,-0.0016562614,-0.0013598746,0.019228613,0.02361314,-0.00074794266,0.014322608,-0.012058123,0.017306864,0.0057567023,0.0059643043,0.000689836,0.01418289,0.012312974,0.0036328267,-0.0025554239,-0.011456382,-0.0013255946,-0.007313764,-0.004229236,-0.012769766,0.023234235,0.010392053,-0.007858799,0.007167396,0.010931567,-0.005740399,0.014031096,0.0029439935,-0.0061716414,0.009869256,0.014631942,0.0013734628,0.009686901,-0.0002715517,0.0060786684,0.01392936,0.010347896,-0.00928577,-0.0004062864,0.008486868,0.013479543,-0.0012562113,-0.002647308,-0.0026479925,-0.011376474,0.009650115,0.020935966,0.003204543,0.008890799,0.016619466,-0.006043539,-0.009248882,5.7760833e-05,0.00074558903,-0.004580223,0.006485495,0.0021209444,0.006446566,-0.004386429,0.007343412,-0.0018327491,0.016781548,-0.008624582,-0.00406931,-0.014635826,0.008218406,0.014082837,-0.0069402526,-0.0032647063,-0.03311298,-0.0064186617,-0.028886503,-0.004008518,0.007973299,0.005011229,0.0034878089,-0.0048687714,-0.005993987,-0.0012158332,0.0070324955,0.0011127549,0.010321717,-0.0026527077,-0.009019478,-0.0045529767,-0.006032001,0.006662869,0.002146919,-0.0078088236,-0.01019415,0.015306831,-0.008295432,-0.010083895,0.012005822,-0.008919527,-0.0069720815,-0.008755589,-0.0038669023,0.018172085,-0.003657763,-0.012541778,0.019927394,-0.0038225402,0.014766373,0.08769492,-0.0075421073,0.015609675,0.0024380705,0.0052360543,-0.021632329,0.0026034086,-0.008395154,-0.018072564,-0.010867679,0.014083925,-0.01960233,-0.0085738115,-0.007344541,-0.0053150696,0.0060042227,0.0019483283,0.008970054,-0.0132081965,0.0019345224,-0.00025825467,-0.008948359,0.006013859,-0.01834166,0.0026368124,0.025326427,-0.009764384,-0.011669341,0.01614732,0.0017949655,0.012087793,0.007610442,-0.0011236682,0.00643962,-0.007722501,-0.009611384,-0.0036327415,0.00402996,0.0064145373,0.0048222654,0.01839112,-0.011638505,-0.019476444,0.0023229131,0.02470616,-0.0004460531,-0.012112219,-0.0060907635,0.0038535113,0.012911255,-0.020420827,0.0059974054,0.0036836385,0.020537328,-0.0012926391,-0.0039560003,0.0028083553,0.007665224,-0.005686446,-0.0062558893,0.007154348,0.023059439,0.02066757,0.015556252,-0.00997976,0.00046974496,0.0075979903,0.018844858,0.006093059,-0.0039211125,-0.0019185273,0.007953782,0.005900619,0.013252637,0.023142137,-0.021274563,-0.01037263,0.008484999,-0.01649321,-0.021277195,0.01590921,-0.022576457,-0.007800385,0.0075984253,0.0017954812,0.0036481207,0.0005478866,0.0043226755,-0.0078013726,-0.008684597,0.0011841793,-0.0073822737,0.017447662,0.009899973,-0.0020423539,0.0061447592,0.050339222,0.002996649,-0.017190166,0.002150008,-0.021046357,-0.015889423,0.0012353767,-0.0021969748,0.009662499,-0.004201885,-0.0010951307,0.00020793932,0.008809217,-0.0061523323,0.0005826901,-0.005879306,-0.018351384,0.006981423,0.010264691,0.018978953,0.006027377,-0.00795531,-0.021518677,0.0052045668,0.009942155,-0.009279702,-0.013097162,0.021551127,-0.004711101,0.008032786,-0.008737651,-0.015139747,-8.563644e-05,0.007316339,0.0029352868,0.03435716,-0.002112752,-0.0013111846,-0.0014482343,0.018119803,0.009252019,0.0147557715,0.011666539,0.01337052,-0.0073704408,-0.00049877015,0.0019621039,0.0102768475,-0.0039283205,0.0074549145,-0.012674662,0.008495071,-0.0079388395,0.0146513,-0.0134543525,-0.013155213,0.0063372925,0.0065322304,-0.010669202,-0.014871571,0.0144855045,-0.00476811,-0.018776366,0.0047010314,0.0021865964,-0.0046948595,0.012305288,-0.00917827,0.0011759683,-0.0028585196,-0.0043320064,-0.012797037,0.018433765,0.013403202,-0.00698897,-0.022552613,0.016067458,-0.017953554,0.010226897,-0.001334564,-0.010460236,-0.021989191,0.0047324784,-0.0083281305,-0.008629674,0.000897212,0.0019446355,-0.004501447,0.0089111235,-0.017008595,-0.007878722,-0.004008212,0.014423575,0.0052182274,0.0107684145,-0.018979924,-0.00701504,-0.0041605574,0.017562484,0.021431861,0.0023515366,-0.0057224752,0.0035751904,0.010601123,0.018624721,-0.0017068763,-0.0004265006,-0.006855995,0.011973154,0.003788927,0.0060968753,-0.0032707183,-0.005536675,0.018321507,0.0049148495,-0.00907601,-0.0048989765,0.007314217,-0.0069447644,-0.024219673,0.0017997181,-0.010606133,0.014552262,0.026102943,-0.0023353265,-0.01845202,0.008636161,-4.522687e-05,-0.0010917406,0.014763854,-0.008972774,0.0037400175,0.003092777,0.0038361656,-0.008843794,0.024339292,-0.011208628,0.02642619,0.018816678,-0.011525124,-0.00047772404,0.0010962379,-0.008667822,-0.0034224435,0.01327651,0.0015754544,0.035969492,0.008247367,0.01068973,-0.0056049847,-0.023690639,0.008798171,-0.008209731,0.0053425813,-0.0012016871,-0.0029790478,-0.0107976515,-0.00095557515,0.0061326297,-0.015666125,-0.008870252,-0.04275863,-0.009236382,0.024831036,0.00057758356,0.00020605417,0.0074820784,0.027097043,-0.015803358,-0.014198862,0.0019267934,0.0036606255,-0.0020355722,0.0031468906,0.006380446,-0.012261709,0.015297022,-0.012834585,0.02880832,-0.0055478783,-0.0056449417,-0.008538649,0.0029166897,0.0010399936,-0.0059020375,0.025643865,-0.0042905733,0.022147257,0.012287919,0.010832,-0.0035655084,0.009289216,0.0040539983,0.010493523,-0.008447408,0.0061250986,0.00027015354,-0.0064414307,0.0032985301,0.0015702787,-0.03257567,0.011239856,-0.0016358291,-0.0041572107,0.006837388,0.0073112044,-0.009174087,0.011853945,-0.010059715,-0.00776324,-0.008284518,-0.0058762045,0.01840183,0.0050756223,0.002197947,0.0023217509,-0.0040544523,0.01363155,-0.0036136473,-0.008043998,-0.0006026259,0.00094884407,-0.0024014083,-0.0020329612,0.0072638434,-0.021506896,0.02037212,-0.010485708,-0.005045724,0.0018696366,0.010443446,0.0038686935,0.010131424,-0.0024297407,-0.018824067,-0.00872099,0.008113906,0.013365594,0.023728117,-0.009353524,-0.008948151,-0.0075846044,-0.00050854526,0.00011072109,0.0019739189,-0.009830222,0.00985659,0.016760068,-0.0047367453,-0.02240994,0.024319744,0.009957746,0.00948371,0.018479893,-0.0049644215,-0.008355884,-0.00041429128,0.016312724,0.00371082,0.00795188,0.014126761,-0.00681806,0.005074112,0.024249991,0.012970249,0.014437728,0.0150897,-0.005623352,0.005124004,0.02334023,0.011951413,-0.0001680641,-0.0054675867,0.011968521,-0.004241546,-0.008299718,-0.0070712715,-0.005161955,0.0062759602,0.008648471,0.019511923,0.006662138,0.010072721,-0.0014156525,-0.0068910616,-0.00735883,0.0044168863,0.0031123338,0.00493657,-0.00941365,0.0014142661,-0.002119382,0.0050059026,0.011118802,-0.008906145,0.0006558223,0.020249719,0.00984651,-0.017081803,0.007053572,0.00911223,-0.01688639,0.015752282,0.007203237,-0.013008273,-0.0057211467,-0.023428684,0.0020915177,0.0025611653,-0.0043739495,0.0019685337,-0.006884694,-0.0021936584,0.02176964,0.0024074684,0.0022268228,-0.013827669,-0.020518463,0.003555106,0.013300105,0.009376303,0.0042757,0.0064817294,0.0046433085,-0.0010036076,0.0015215129,-0.0077653616,-0.0016855387,-0.004977143,-0.0028317927,0.0025869757,-0.010191759,0.0032086885,0.0087796105,0.029376917,-0.009350435,-0.016658692,-0.015169599,0.001596595,-0.00035513035,-0.009503468,0.017327495,0.014005687,0.017311325,-0.004089055,0.019371718,0.0006560901,-0.005090383,0.009551323,0.0029448282,0.001942158,-0.015077902,-0.0070683775,-0.004416326,0.005508502,0.0047102105,-0.010217323,-0.009131673,0.0041320394,0.002358583,0.009652886,0.0033621707,0.013553967,-0.008086491,0.0074268207,-0.003723306,-0.079906344,-0.009576106,0.0058890423,0.017285492,-0.0013460636,-5.0645554e-05,0.015743462,-0.004196539,-0.011732282,-0.0025292893,-0.008177457,0.006757124,-0.009692525,-0.0010182452,-0.0021439195,-0.00011036345,0.0052367947,-0.0011629915,-0.008785672,0.006787428,0.0017906235,0.0068279877,0.019655254,-0.00047547964,0.0040236246,0.005711833,0.00025323866,0.0063339965,0.0013167372,-0.016285148,-0.015200164,-0.017395725,0.006577984,0.0038914268,0.015419987,0.00068959116,-0.0015180754,0.0207393,-0.13651547,0.013087191,-0.013099137,0.001471704,0.0042232117,0.016159942,-0.025932103,-0.012811989,-0.00892684,0.019220788,-0.00034824596,0.011481781,-0.008926911,-0.011990688,-0.005995078,-0.0043575177,-0.0074082376,-6.708886e-05,-0.0003544113,0.020244254,-0.009632966,0.0013779555,-0.0017984458,0.01852942,0.021487223,-0.011913657,-0.0043568085,-0.00979247,-0.007519322,0.009291921,-0.01961259,0.0012011869,0.0036157672,-0.005176823,-0.0018611155,0.009608482,0.005074013,-0.0025596695,0.000637167,-0.007958844,0.011438117,0.002283998,0.0130590815,0.00767632,-0.0063052163,0.01120012,-0.0028866166,-0.0073194597,-0.016087035,-0.013044305,0.015863152,-0.0038301616,-0.0063864454,0.0038693238,-0.0005949627,0.01371333,0.006095986,0.003104924,-0.003150503,0.00422765,-0.012725801,0.016558157,-0.011133178,0.0003721841,-0.01011192,0.0042426214,-0.00041685542,-0.00061031996,-0.0017734523,0.007142694,0.018963285,-0.0063229473,-0.013227444,0.012628058,-0.004923293,0.011351627,-0.010952488,0.030349964,-0.0100958655,0.011268293,-0.0041068466,0.02206992,-0.0006984427,0.002753205,-0.00641058,0.013910176,-0.011598117,0.009009623,-0.0024464843,-0.053312216,-0.012969023,0.01657864,-0.009588186,-0.0042666146,0.011642535,0.018063016,0.012420274,0.0029130755,2.6839676e-05,0.014082713,-7.145793e-05,-0.0011645305,0.016416734,0.020039232,-0.012684607,0.016525544,0.015984366,-0.02213858,0.0036476424,0.014632366,0.018509286,0.0100188255,0.025056498,0.012238581,-0.019921543,0.0049595106,-0.0041422574,0.00408907,-0.011494707,-0.0065566436,-0.007062291,0.0038062748,0.003321735,-0.024290606,-0.0007516835,0.0015858631,0.021248097,-0.031976968,-0.018839704,-0.012928415,-0.0049775243,-0.013189868,-0.021013867,0.020182239,0.006241748,0.008339414,-0.007878087,0.01201933,0.00076463894,0.0033315953,0.00039463004,-0.004516228,0.0011612716,-0.019931644,-0.020675516,-0.020581596,0.0066499123,0.0021101937,-0.012823567,-0.015450825,-0.004391709,0.009470377,0.010323419,-0.014586472,0.0052110804,0.0028254008,-0.025556436,-0.007512032,-0.036587156,0.022920646,-0.022157444,-0.0005457517,-0.014902436,0.027123956,-0.0068321037,0.011361541,-0.002398945,0.010582782,0.008818499,0.0272942,-0.015416204,0.0061658095,0.01139748,-0.005854135,0.01271993,-0.008973687,-0.0011123099,-0.01675771,0.017903589,-0.0006733755,0.015369998,0.0023725939,-0.008270672,-0.020698648,0.00951252,0.0074450686,-0.0062634414,-0.022806369,0.040499028,-0.021228537,0.009731363,-0.010678165,-0.009659076,0.0060860165,-0.009788742,-0.008640462,0.0061039766,0.0003398401,0.029237745,-0.0013415022,-0.0019650992,0.019607153,-0.0068802577,-0.17543478,-0.005757743,-0.008587374,-0.016851557,0.03728386,0.0036943683,-0.0044153477,-0.024503643,0.039218213,-0.0159383,0.01607302,0.00054181385,0.00046848872,0.020495497,0.013830108,-0.0022421363,-0.017263185,0.015605564,-0.00855957,0.0019465238,-0.03213114,-0.028707433,0.020417271,-0.0017890063,0.00923212,-0.00031341365,0.017311122,-0.004750062,0.012600014,0.004348911,-0.026127435,-0.0051521137,0.006519093,-0.0033737652,0.01067328,0.016819634,0.011722909,0.013441372,-0.01783046,0.0017730665,0.0067396164,0.029703561,0.0038492908,0.009199961,-0.0101012075,-0.009890487,-0.008955501,-0.024713017,0.013139361,0.0033387917,0.0048066727,-0.017471481,0.0099739,-0.020689217,0.016838746,-0.02868694,0.0035064442,0.0019867169,-0.000702589,-0.013907129,-0.010024014,0.00015598936,0.015857233,0.0059816497,0.015114162,0.004377686,-0.018714722,0.13892734,-0.012354022,0.016553605,-0.0032204725,-0.020183075,0.020437246,0.009933616,-0.006598699,-0.004648161,-0.019029818,0.00042759025,-0.019940412,0.011010667,-3.8591657e-05,0.008976454,0.0004692847,-0.0027804398,-0.0065213153,-0.009051768,-0.0014160486,0.0056684925,-0.009366526,-0.0028611978,-0.00038108003,0.0033578642,-0.013165471,-0.027261999,0.0259093,-0.00983677,0.002367659,0.0035321391,-0.02311272,0.006796624,-0.012973326,0.011920383,0.009841813,0.00444794,0.0009519765,0.0049350252,0.0020546468,0.020155247,0.0047691492,-0.0042934925,-0.021514053,-0.0011248818,-0.00051749824,0.00723378,0.012841744,0.011693331,-0.01142843,-0.01417386,0.0080770245,0.005750729,-0.0052333893,-0.016778482,-0.023319196,0.0043041124,-0.017012538,-0.006031047,0.0012667587,0.016807633,0.0015402765,-0.0043059653,-0.0008207572,0.0005836576,0.0020495262,0.004614466,-0.017001363,0.0054983892,-0.0897177,0.00924309,0.0137032205,0.013518172,-0.004500945,-0.029851314,0.00018523251,0.023405615,0.01828303,0.0052816137,-0.009206074,0.01717178,0.015990335,-0.0036003315,-0.006992172,-0.004707693,0.009948794,0.010609086,0.0022089365,0.0050274464,-0.013462989,0.007194236,0.0259945,-0.018887041,-0.0018596299,-0.01474652,-0.025506826,0.0006990013,0.019539516,0.008298379,-0.0106703965,0.02449533,-0.01905519,0.0064788884,-0.023858465,0.014604698,0.017955434,0.007793206,-0.012991964,0.0015229156,0.011121429,0.011584798,-0.01817104,-0.007110321,-0.000186512,-0.008055902,-0.0004592348,0.021150421,-0.004532802,0.005443828,0.02737537,0.0063921176,-0.027957616,-0.017188897,-0.021086197,0.018289544,0.016659977,-0.037690565,0.0037044187,0.0067728767,-0.0059358096,0.0047575836,0.0061463616,0.018067652,-0.015839107,-0.0020988958,-0.013351358,0.0110049285,0.0073534194,0.005491197,0.003980579,0.012091365,0.013994338,0.022078522,0.014594751,-0.019459967,-0.0010884376,0.0017596394,-0.01106846,0.020959763,-0.0059123826,0.014890839,0.004192845,-0.022206282,0.04805996,-0.0121274805,-0.00048769853,-0.039159805,-0.018314483,0.010335538,-0.012812647,-0.0024234327,-0.028226405,0.004407546,0.009523487,-0.019934589,-0.022990553,-0.0011842088,0.047001604,-0.018376468,0.0078093424,0.004531448,-0.011070739,0.0070082746,0.016644463,-0.0049578105,-0.0033494334,-0.011875023,0.020765323,-0.014345164,0.0146459425,-0.012392418,-0.0046697957,-0.013594385,0.0042630113,-0.017101763,0.0016278634,-0.025549028,-0.0051003722,0.00017751894,-0.0029900356,0.0053559546,-0.008931596,0.018475605,-0.01501569,-0.0027191269,-0.011575315,0.0040180436,0.015472003,-0.014287754,-0.0061855125,0.0075968485,0.01954453,-0.0025189305,0.010450324,-0.01345839,-0.011189494,0.0047396384,0.0031116905,0.021303136,0.0065775868,-0.011671364,-0.02160666,0.00293532,0.0076539423,-0.009280835,-0.005640982,-0.0018165365,0.0026837187,0.00040852354,0.0062355525,-0.02966773,-0.00821276,0.006870707,0.001626064,0.0072113927,-0.0009341229,-0.00011895617,0.0011808362,0.005258138,-0.0060779005,0.016010934,-0.0028557323,-0.013101863,0.0057358984,-0.022548098,-5.8424594e-05,-0.027334778,-0.013578455,-0.027289689,-0.0012693171,-0.027626889,0.019499391,0.02061866,-0.028829256,-0.0128347585,0.014704688,0.012474001,0.00041398316,-0.070814654,0.0015854754,-0.014555974,0.009157671,0.012577357,-0.0025393812,0.0111998115,0.0009776584,-0.008617745,-0.020451762,-0.0009891388,0.010055329,-0.0002231402,-0.016149653,-0.0074263774,-0.012114888,-0.004291873,0.010566672,0.022884572,0.017607076,0.006089953,-0.019366598,-0.0267652,-0.00450687,-0.00034399092,0.0086644525,0.0052770018,-0.014305508,0.00073222624,-0.014485925,-0.012652522,0.002869873,0.0117542185,-0.015120882,-0.0020109676,-0.0074169673,-0.03155057,-0.00479653,0.015803928,-0.020632526,-0.0028866217,-0.024258371,-0.040724777,0.010750277,-0.016668933,0.004850474,-0.004436035,0.009037102,-0.02526183,-0.02671207,0.021493671,-0.0027451126,-0.010144319,-0.016603693,0.01995198,-0.013558927,-0.008403881,-0.032300822,-0.004103363,-0.008012742,0.00087337446,-0.009214366,-0.0027194966,0.0022627558,0.01664604,0.010205921,-0.010292132,-0.009452339,0.019567072,-0.0067541637,0.016893007,0.013284317,0.01625789,0.0019744814,0.0026971665,0.0017315373,0.01616635,0.016918108,-0.0023796759,0.012758811,-0.012673688,0.005601576,0.006970298,0.04298094,0.005860444,0.006344672,-0.0053372714,-0.10841304,0.009753575,0.0027930124,-0.0035411222,0.0074058673,0.01864783,-0.039884277,0.033546384,-0.00021161814,0.009111651,-0.00027973985,0.011309101,0.025348056,-0.011168607,0.011420766,-0.0060492577,-0.0028993746,-0.011214094,0.011949908,-0.006217062,0.016400531,-0.0122138625,0.015584754,-0.0005986307,-0.0012618987,-0.0034374888,-0.03054863,0.0012197217,0.0044097467,0.026314147,-0.0036154552,-0.021494813,0.008582275,0.0017984817,0.0091873435,-0.018726986,-0.011997565,0.02478096,-0.008276654,-0.017342603,0.014038937,-0.0042869123,-0.00925017,-0.0009791683,-0.0037654038,-0.02568378,0.005013907,-0.0049148942,0.0026761228,0.0027761376,-0.006441662,-0.016545989,-0.005205476,-0.008100752,0.0024497723,0.013250206,-0.0034381405,-0.00040962902,-0.03338268,-0.015361475,0.00957526,0.014674981,0.005462808,0.017123511,0.011841039,0.020144595,-0.014194687,0.017324036,0.010174182,0.011710385,0.010197054,-0.0117526855,0.000945799,0.0150946975,-0.015579641,-0.0070900684,-0.012604872,-0.011809346,-0.004966807,-0.0056511783,-0.0033758043,0.0011061769,0.011980046,-0.009025134,0.01246449,0.008979858,-0.00040519208,-0.0024359222,0.018040596,-0.017405612,0.007156669,-0.036413457,-0.012095151,0.00321801,-0.01328201,0.009933886,-0.0043585054,0.011083788,0.013739018,0.02299319,-0.00058553007,-0.0005795583,-0.02379432,0.0008129434,0.008437187,-0.002869522,-0.016269762,0.010935717,0.0024847458,-0.017454715,-0.0067876508,-0.0010631823,0.007657637,0.00623688,0.0055707386,0.00032303017,0.0020174903,0.01279128,0.00048676564,-0.008441232,-0.00079280604,-0.0013904523,0.02031728,0.0047435975,-0.0015697306,-0.0077666123,0.0025268088,0.00460161,0.011630215,0.010811003,0.0061703394,-0.025083544,0.004148485,0.0054219835,-0.005325652,0.0073693064,0.00091017835,-0.014986678,-0.0088969255,-0.004784566,0.0030345116,0.009145053,0.016487824,-0.002174295,-0.0025557717,-0.028480113,-0.00891481,0.014458793,-0.033409204,-0.01600076,0.0027059403,-0.0013024609,0.006889726,-0.018942822,-0.014809861,0.01850799,-0.0013726018,-0.0108175175,0.0073613836,0.0065311124,-0.02363458,0.0017704569,0.0001138828,-0.0067867925,0.00023143229,0.011498018,0.026184946,-0.0040107835,0.0049020345,-0.0056535774,0.00923088,0.011180323,0.012619206,-0.013682074,0.041938726,-0.0018630176,-0.022187978,0.0022103547,0.009638411,0.0076909973,-0.00020636049,-0.0018691228,-0.011790171,0.0015262737,0.008698753,0.004951131,0.02414065,-0.01837705,-0.013920169,-0.011869572,-0.0037043777,-0.0034328527,-0.002094865,-0.001534917,-0.032620713,-0.015823426,0.01482595,0.012487493,0.0151176145,0.021520978,0.01630144,-0.009530831,0.00072539767,-0.005979257,-0.001542548,0.02460399,-0.019228721,0.0065139653,-0.025744474,0.0028884448,-0.0066335276,-0.009585078,-0.010780755,0.0077323676,0.02675333,-0.007832648,-0.008969585,-0.0062933248,-0.0033443451,-0.009957063,-0.010408466,-0.000507972,-0.016322276,0.010901591,0.014571264,-0.012656416,-0.0070031825,0.011591326,-0.011029124,-0.00478587,-0.009359573,-0.0101665985,0.0018802743,-0.0017964148,0.016686197,0.0016147699,0.0058220183,-0.004542678,-0.0038909211,0.004705473,0.006325328,0.024835575,0.013857112,-0.0064068073,-0.015682034,-0.03247139,0.0063136723,0.008552679,-0.025914693,0.01061057,0.015949726,-0.0057411273,-0.0029914533,0.011236285,0.020041576,-0.015003812,0.0055765295,0.008286387,-0.011464011,9.573335e-05,0.023812823,-0.0043758266,0.005241626,-0.0022708727,-0.030711358,-0.022369795,-0.0129566565,-0.016279334,-0.012092573,-0.008248484,-0.00563024,-0.025333054,-0.018289652,-0.039256442,0.004364177,0.0101122875,-0.007953004,-0.025361689,0.005206903,-0.005580764,0.005537547,-0.013331742,-0.0064934012,-0.018706474,0.012425831,-0.009441196,0.020716755,-0.018950026,0.010462579,-0.008191101,0.02780383,0.00014809085,0.019399991,-0.022048822,-0.0022778173,0.0005364676,0.003119806,0.01332591,0.008173059,-0.017992357,0.025996482,-0.012102037,-0.020773726,0.006959434,-0.010681817,0.011553441,-0.012706749,-0.015870146,-0.0039513917,-0.0040177144,-0.00042236256,-0.0020967575,0.009276415,0.0044686995,-0.012641946,-0.0011704041,0.009768395,-0.0029971388,0.011536827,0.016782334,0.0028081571,0.0007071821,0.014718478,0.008135014,-3.1271502e-05,-0.011160872,0.01732749,0.020183321,-0.0002087715,-0.013207274,0.015734766,-0.004324792,0.0042943894,0.004944368,-0.0046348353,-0.00984374,0.010481039,-0.023763508,0.009709605,-0.0057150247,-0.0094487835,-0.00021392193,-0.0021138869,-0.023318555,-0.010645155,-0.009392292,-0.020340037,-0.01102876,0.005611835,-0.019336667,-0.02880704,0.0047115544,0.025439449,0.004058416,0.004344052,0.011243632,0.006139983,-0.0022470306,0.012989676,0.02070902,-0.011539484,5.3422114e-05,-0.034019146,0.013031912,0.0056764605,-0.025596773,-0.000960964,-0.015243023,0.011086672,-0.00085752277,0.007739441,0.025155345,0.019899445,0.018868936,-0.0069592437,0.0045925165,-0.020109182,-0.013558009,0.019796394,0.009127392,-0.0050551607,-7.332356e-06,-0.002999927,0.008050399,-0.0075261425,0.017151836,-0.030490523,0.0028378416,-0.019431887,-0.015299179,-0.0052650864,-0.01639472,-0.0059867683,-0.010026442,0.01356575,-0.0048954673,-0.003958259,-0.018028123,-0.00011973977,0.005535599,-0.0016645063,-0.023625452,0.00047384738,-0.010903205,-0.007567224,-0.019037103,0.0048107468,0.011963869,0.019255236,-0.009835407,-0.0024887777,0.01066502,-0.011497659,0.019200671,0.0010095877,0.017077016,-0.017939815,-0.0046993424,-0.0045418167,0.029401554,-0.02898085,-0.0029775403,-0.0034551597,0.0021042777,0.000384982,-0.009166096,-0.017428294,0.0077298507,0.019510899,-0.0175518,-0.015284355,0.020580867,-0.0049521206,-0.015753036,0.0019960625,0.009895446,-0.01778301,0.007767187,-0.0044421875,0.01440374,0.0060017416,0.023932496,-0.008237087,0.011613752,-0.0029142222,0.012675213,-0.008707656,0.009244207,0.0002739734,-0.009790558,-0.0014543014,-0.018447591,-0.0037255909,0.003072252,0.00025233533,1.5794913e-05,0.008567733,0.0013462794,0.012388774,0.015797717,-0.002159063,0.008184286,0.015984084,0.0045680674,-0.02841237,-0.0021656216,-0.0068974984,-0.0061225593,0.008331279,0.0133025,-0.049785554,0.009057534,-0.043300945,-0.012721019,0.021301718,0.0164999,-0.01969622,0.0017662422,0.0013359779,0.005750784,0.0072065545,-0.010584312,0.0011653549,-0.00327544,0.0003926811,-0.0006671617,-0.009231584,-0.04709108,0.0089539625,-0.00032809284,-0.010769609,-0.019096678,0.008902489,-0.008433182,-0.01699817,-0.0064898445,-0.0025056186,-0.003117629,-0.015957551,0.011189255,0.011909225,0.00534529,-0.015181507,0.012669755,0.0041649397,-0.0049132695,-0.011448957,0.010258328,0.01210906,-0.03955121,-0.0020203588,0.0065852734,0.008318092,0.014516352,0.0039557065,-0.014956413,-0.0037495058,0.0012322823,0.024251072,0.012709523,-0.012400681,0.01117199,-0.013062877,-0.009971301,0.014203952,-0.006906478,-0.0050103837,0.021585206,0.0021037513,0.008761748,0.021794979,-0.013496267,-0.012853155,0.023093037,0.024293188,0.0052836235,0.0016927425,-0.004564487,0.0010162733,0.0045533096,0.0012573862,0.025057841,0.01637874,0.0043602213,-0.0024190333,-0.0047013075,0.0004374857,-0.024360772,-0.010899368,0.019132352,-0.015008219,-0.0054743974,-0.02648761,-0.00070623215,0.004632678,0.005726493,0.015599858,0.013960958,0.014060812,-0.016699007,-0.021423971,0.006388772,-0.013030871,-0.017086485,0.027352031,-0.010484706,0.0050328188,-0.0038647149,-0.011043944,-0.013730624,0.0010157503,-0.009389371,0.024743915,0.010893858,0.0032604556,0.028635947,-0.0028495735,0.01997708,0.016439388,0.014001821,0.011696188,0.0015255952,-0.0029764695,-0.0037000345,0.010698813,-0.002652852,0.022581033,-0.0077775414,-0.021149429,0.00044313437,-0.0025863454,-0.019669604,0.018116852,-0.0049280487,0.003111747,-0.010497016,-0.016436575,-0.0002704631,0.013723479,0.0091285985,-0.015367744,0.01582751,-0.010358411,-0.012974895,0.019858392,0.0037455647,0.010056822,0.014750349,0.018352645,-0.008946864,0.00026073822,-0.0025767104,-0.023500143,0.011179953,0.007379665,0.011141814,0.021776538,-0.018670443,0.011944273,-0.00071462704,-0.017379435,-0.008547893,-0.012467836,-0.011731053,0.009967974,0.0041719005,0.03770254,0.02407891,-0.015275705,-0.009383431,0.00019388567,-0.006203418,0.00022604318,0.011289065,0.01811439,-0.02795126,-0.0049106274,0.005766178,0.02011707,0.0023913647,0.016696606,0.0062878863,-0.005290942,-0.01552533,-0.017995177,-0.016638678,0.003786165,-0.0034059007,-0.024724644,0.013539901,-0.01323581,0.0013597148,-0.016290866,-0.0135576315,0.011243378,-0.00307716,0.01181466,0.02455754,0.017180437,-0.0117958,-0.0060666474,-0.0028205677,0.00923789,0.005236664,-0.005613702,-0.009990658,0.0130110765,0.007829287,0.012180494,0.011400451,-0.005531743,-0.009125098,-0.002798144,0.0035209265,0.01088286,0.0059356014,-0.018130928,-0.010640312,-0.009544851,-0.013298045,-0.01301176,-0.0032553358,0.0034805716,-0.023216696,0.029752448,-0.00037621986,0.16205071,0.12173252,-0.0063910736,-0.0042315517,-0.004830062,-0.0029942596,-0.011739067,-0.014028318,0.020718284,-0.019660024,-0.0067223627,-0.0136137325,-0.008398048,-0.01924399,0.016720004,-0.0021583382,0.040145643,-0.003779606,0.028709527,0.00015653895,-0.02845752,0.022297246,-0.024768468,-0.012753031,-0.023851382,0.01540974,-0.0020691445,0.0064200107,0.019046687,0.008965,-0.0023546761,-0.032864135,0.0023068541,-0.007877136,-0.006445629,-0.009544255,0.01453053,-0.011939082,-0.002821174,0.00035540827,-0.01567729,0.015070627,-0.0047298134,0.012241506,-0.026076635,0.030163255,0.015511358,-0.002927062,0.0063788923,0.012136312,0.022553474,-0.0043662204,-0.009497634,-0.012151116,-0.035140146,0.020819712,0.01771493,0.036462378,-0.006166739,-0.00058468967,-0.001040029,0.00094210776,-0.017316127,0.016720047,0.009139801,-0.00012400746,5.709888e-05,0.025032599,-0.011363572,-0.016472459,0.0010246969,0.034464408,0.022016022,-0.02468395,-0.02412174,0.0132373,0.01403406,-0.01948446,0.0105382325,-0.0045427363,0.026354048,0.00912975,-0.0012717841,-0.0032604225,-0.00081542885,0.0047524353,-0.010049475,0.019089658,0.12558948,0.0046236403,0.01662841,-0.030593077,0.008412369,0.0065135057,0.003946005,0.052261908,0.010985304,0.0019168904,-0.013446029,-0.0014296642,0.012071566,0.0013580277,0.0032685385,0.007725555,0.025994895,0.012717344,0.007017721,-0.003196873,-0.030977469,-0.022572191,-0.006303946,0.0032094778,-0.011645138,-0.0046748207,-0.013868245,-0.0120252725,0.0032478452,0.0053373165,-0.11214936,-0.029285112,-0.014935039,-0.005415677,-0.015326547,0.015329874,0.002904209,0.0072854133,-0.012644438,0.019408623,0.011217667,-0.001939146,-0.00065596524,-0.009204703,0.0115391305,0.0072473804,0.008565955,-0.00832871,-0.017764866,0.015583612,-0.010340442,-0.012396242,0.0033061667,-0.0020899978,-0.0015329743,-0.008991288,-0.015111002,0.032484647,-0.0039774557,0.0029521163,0.0070541366,4.6710127e-05,-0.0050713797,0.007072138,0.038501162,0.026568364,-0.027829377,-0.0037515748,-0.0045899176,0.020427736,-0.0026151938,0.0021904397,-0.021743305,0.0012884475,-0.0023108744,-0.0039460068,-0.00561329,-0.0075858524,-0.0112083275,0.017094549,0.035107557,0.008216493,0.0051273075,0.0136115635,0.0103422,-0.009778355,0.0006473212,0.0074822046,0.018758852,0.022142898,-0.03627906,0.006344545,-0.011839843,0.0055041667,0.021383677,0.025012122,-0.009193426,0.016815046,0.0020350167,0.013142324,-0.006701805,-0.0098882625,0.004024812,0.00018471338,0.0046635363,0.008646612,-0.016009616,0.013963291,0.025223156,0.027301434,-0.0043799356,-0.012656102,0.0464342,0.12002396,-5.5719706e-06,0.028160237,0.007755434,-0.012531186,-0.0053769625,0.00075047294,-0.0030059845,-0.0015305992,-0.009406321,0.005345816,0.01623369,0.008196324,-0.0006977691,-0.0007072578,-0.011118118,0.007999575,-0.041601375,0.009519256,0.000853409,0.0065214057,0.004988055,0.0016319469,0.00033788962,0.034120332,0.016584007,-0.021945572,0.0042020413,-0.001474964,0.0038688362,0.012668995,0.0033035448,0.028270287,-0.019146068,-0.011829479,0.0038567851,-0.0043642554,0.0021072347,-0.0092102755,-0.018252581,-0.021799412,0.037527073,0.007925089,0.005784967,-0.011451153,0.18650307,0.010724142,0.0029264244,0.008220164,0.0020099266,0.030489927,0.0059011853,0.0007535007,-0.002363137,-0.017384147,0.014300735,0.0016968814,-0.019509412,-0.0057274606,0.009401284,-0.004545187,-0.006648563,0.00510554,-0.002681188,0.005995837,0.0114161875,0.00819908,0.021596022,-0.0048822057,-0.032903325,-0.01128185,0.028811602,-0.00717236,0.0091256825,0.0066965516,-0.03791143,0.011157367,-0.011376833,-0.00709878,0.010090959,0.0028437423,0.003040174,-0.008589576,0.0021766496,0.030790726,0.021167077,0.019819813,0.023922311,0.016977899,0.002136808,-0.004621174,-0.008333734,0.0066211536,-0.03391621,0.01977678,-0.0035759504,0.009477551,0.007590394,-0.0023276948,0.01237384,-0.0003316136,-0.004483363,0.0026210141,-0.01680936,0.004578876,-0.0049854605,0.028312441,-0.026430119,0.009932412,0.0007505773,-0.0008659804,-0.017965902]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 147,
          "content": "Analysis: What Wen Jiabao's rare public appearance reveals",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.009140622,0.008233247,-0.0066385586,-0.070659086,0.028653098,0.0015441198,-0.03644198,-0.0016169308,0.0145628145,0.007649309,-0.0023591693,0.0051191347,-0.00041827798,0.00021820489,0.10607236,-0.0012243165,0.02616264,-0.0067965444,0.046675943,0.024401065,0.018422812,0.016627688,-0.018843448,-0.036970682,0.041824773,-0.017936867,-0.016794065,-0.0062778615,0.018133808,-0.010675127,-0.0115932105,0.015738294,0.014685446,0.00058782723,0.0111177135,0.016581565,0.027286088,0.010143243,-0.006186954,-0.016296428,0.0021389865,-0.013939798,0.016615884,0.00977559,-0.003845408,-0.0081859715,-0.0139029175,-0.02117133,0.01412133,0.006727683,-0.008063648,-0.0060633393,-0.017348522,-0.16759945,-0.013972823,0.008411748,-0.016460545,0.013614897,0.00034598736,0.012883953,-0.019071836,-0.012958579,-0.016458014,-0.0011938602,0.022258973,0.010025821,0.040242016,0.0045051514,0.0028644206,-0.015546194,-0.0045861755,-0.0031512904,0.027977549,-0.00902074,0.011920291,-0.0052553266,0.013425557,0.01090337,0.0133737335,-0.004577814,-0.012668332,0.02107832,0.01881776,0.004287121,0.012829808,0.0035437108,-0.004466068,-0.024012111,0.022021053,0.001625215,-0.0076267854,0.01632339,0.02195677,-0.032624546,-0.013913769,0.022932304,-0.009327872,-0.017583292,0.0037743633,0.008869331,-0.012402969,0.009717914,0.00028943093,0.023007972,-0.007400035,-0.0069093485,0.0008500979,0.013659037,0.048111644,0.012829825,-0.020065105,0.021103976,-0.028782137,-0.004640612,0.004817359,-0.1284318,-0.03558021,-0.0005343896,-0.009543111,0.0062812692,-0.0012935844,-0.024533244,-0.01762148,0.030940054,-0.02710209,-0.02372445,0.025674704,0.0332367,-0.01870725,0.032234684,-0.024664706,-0.014477269,-0.02851574,0.014744863,-0.020418141,0.011394726,0.0016048189,-0.05114751,-0.03205438,-0.028120885,-0.019918622,0.017877541,0.0014560068,0.012492753,0.005273323,-0.022621028,-0.038921937,0.03325643,-0.0011791466,0.01745598,-0.025015516,0.019871771,-0.03241165,0.004306298,0.032138277,-0.029027775,-0.012787591,0.00091637764,-0.014399512,0.008702635,-0.003169038,-0.003790405,0.014259393,0.03216242,-0.00037882756,0.012106562,-0.010243694,0.041505445,-0.0049692625,0.004180135,0.016391706,-0.014843413,0.0036067592,0.022902003,-0.007912341,0.017503262,-0.008106519,-0.01982213,0.0029433134,0.012332112,0.01713111,-0.0023591716,0.0042789266,0.025884122,0.025971975,0.009522999,0.011433356,-0.00988405,-0.029263483,0.028476158,-0.038914464,-0.02922531,0.0023519099,-0.009914384,0.020358482,-0.02423364,-0.01628947,-0.0028345797,0.025504261,0.024874924,0.022969184,-0.00834904,0.00033050164,0.004151109,0.009311253,-0.02945134,-0.0013035298,0.024280736,-0.009185624,0.02292775,0.008961024,0.0019663176,0.00063080183,-0.023004996,0.0009017702,-0.026795123,-0.003709937,0.0046368293,0.030608308,-0.035711635,0.0048629455,-0.008263663,-0.0023683489,0.032622956,0.0115388,-0.0030720283,0.03580542,0.006828548,-0.022208005,0.029706337,0.011753002,-0.017251715,-0.032737736,0.007903126,-0.028833088,-0.013356642,0.009473485,-0.006120098,-0.0005594573,0.012536862,0.009458909,-0.02919735,-0.0015821644,0.02228202,0.021623239,-0.032748066,-0.0063923136,0.017343596,-0.0038809162,0.024984844,-0.011061908,0.025211975,0.02434306,-0.0057004434,0.033506244,-0.025665833,0.004531396,0.0031082209,0.012392492,0.016153721,0.022911726,0.009242286,-0.011036585,-0.005927633,0.005891005,-0.0044639227,-0.009145987,0.012790089,-0.05961272,0.027180782,-0.0039842306,0.029537885,-0.0033116674,-0.024477543,0.003961246,0.0010423712,-0.061418656,-0.0042156256,-0.018570809,0.035538,0.007234389,0.0045030722,0.011807278,-0.020325124,-0.00637589,-0.013408929,-0.026670562,0.0005221181,0.0026953123,-0.006993209,-0.017249858,-0.0052004424,-0.0006033995,-0.0075420532,-0.009173415,-0.04201504,-0.008653144,0.015007827,0.013959491,-0.01107958,0.009137154,0.005970854,0.032156155,0.03229923,0.02340563,-0.014266516,-0.003554629,-0.031170867,0.017582823,0.016234463,-0.005397321,-0.013117912,-0.012005297,0.024714693,-0.0088241575,-0.010689581,0.014446296,0.011120213,-0.03209597,0.004526125,-0.017013185,-0.0009776852,0.008819963,-0.0058017205,0.0030891614,0.0030297195,-0.008996131,-0.03070146,0.0077572516,-0.015433199,0.021233784,0.007676955,0.023337146,-0.028197518,0.019972825,-0.014214812,0.025900695,-0.011427487,-0.0025908677,0.00564634,0.008497346,-0.01773282,-0.00404581,-0.017412242,-0.019114997,0.022821799,0.0054977806,-0.014974386,-0.046387177,-0.019589426,0.0134240035,0.016541766,-0.009766457,0.008183216,-0.0015834065,0.023298487,0.02258307,0.010984586,0.0033347236,0.000581217,0.014201161,0.025051499,0.01931759,-0.0018958091,0.03280587,9.154401e-05,0.0051931096,-0.006643454,-0.0039280048,0.012520831,-0.0024683839,-0.008964236,0.0114918025,-0.0073505244,0.024937287,-0.006430368,0.020373171,-0.0015095628,-0.0015504298,-0.0005325251,-0.0019730758,0.039391834,0.018115249,0.0068075876,-0.023300106,0.0051148077,0.0054936837,-0.012356444,0.034527786,0.036474247,-0.0015530487,-0.0017092142,0.009042242,-0.005913782,-0.020656088,0.011117647,0.016532479,0.017935779,0.0030576661,0.0014231836,-0.03907948,-0.026467962,-0.003440966,-0.0054859617,0.011963285,0.0046818536,-0.024290897,0.029869763,0.022166807,0.03377566,-0.009424338,-0.007523064,0.02087177,-0.0028933475,0.0037141356,-0.026658759,-0.040749528,-0.011498066,0.010523874,0.02373302,0.0042835185,0.012991671,-0.010137471,0.016171226,-0.0033019816,-0.0073899664,-0.010392328,0.034438565,0.015828574,-0.0068129143,-0.0013720974,-0.028660772,0.016295793,0.03039106,0.0010598496,-0.04922316,-0.017253203,-0.0030639996,-0.0021654686,0.013081531,0.012307016,-0.0015129546,-0.032937966,-0.0046893815,0.03835502,0.0010609031,0.007410229,-0.007134881,-0.025774933,0.023112502,0.0141143855,0.014871846,-0.0059255594,0.03382952,0.031879954,0.028474925,0.003057615,0.023241108,-0.016013384,-0.009672731,0.013546304,-0.03903765,-0.01476441,0.019576913,-0.0024591042,0.012262589,-0.026112676,0.0040237913,0.00014963366,0.019766197,-0.0026033982,0.008372806,0.018533085,0.02741927,0.0092527615,-0.006661851,0.0013317311,-0.0026954361,-0.017938795,-0.007420711,0.012237613,-0.014235239,0.023895845,0.011097357,0.014950773,0.023901518,-0.028584858,0.0023908478,-0.0054318304,0.005983445,0.009466075,-0.0075294278,0.008116716,-0.001235963,0.0021340328,-0.026859878,0.022791985,0.01585438,0.009934814,0.021640642,0.007042959,0.036640946,-0.020590475,-0.01149949,-0.008379582,-0.00857847,0.01343054,0.0059053777,-0.00040726096,-0.001744282,0.00039965796,-0.0057146414,0.011628297,0.007667178,-0.01711796,-0.010440409,0.0027696986,-0.00075632345,-0.0036999153,0.0062815994,0.014074233,-0.008122311,0.008582449,-0.015827639,-0.0020996784,-0.0204966,0.02600339,0.005252032,-0.008396219,-0.017708573,-0.018134527,0.026797986,-0.029970175,-0.016365496,-0.01377796,-0.024211347,-0.019123202,0.0030224829,0.017733643,0.034689963,0.029274303,0.008183458,0.019472944,0.02474557,-0.009765125,-0.08975494,0.019455226,-0.013453847,0.00073321036,-0.04835635,-0.021332938,-0.0015517623,-0.019342942,0.0041054147,0.0310765,0.011179884,-0.011578956,-0.00058549544,-0.0026515082,0.023632811,-0.0070544044,0.017884916,0.02604832,-0.007964008,-0.005977576,-0.008570522,0.017149562,0.029717421,0.008507016,-0.01260363,-0.01648702,-0.0062376685,-0.0075242,0.021376533,-0.028733196,-0.010600688,-0.016471492,0.014444205,0.03135184,-0.0012346362,0.021467328,0.0004392436,-0.025200492,-0.023558632,0.001970292,0.03598288,-0.005452538,0.00082048133,-0.030873366,0.0017429721,-0.004222181,-0.0008581546,0.01379984,0.012878316,0.003060287,-0.00285129,-0.0043867086,0.014522437,0.0053961733,-0.0047704456,0.006517938,0.018885406,0.0031671633,0.010644101,0.011949992,1.17642385e-05,0.03061493,0.010802863,0.029232929,0.009152142,-0.0140371155,0.010378341,0.032349795,-0.017179642,-0.005179974,0.0033917213,0.0114248395,0.008710355,-0.0066109314,0.010518305,0.014976961,-0.016883686,0.0068788277,0.035761036,0.013338968,-0.014171872,0.0058181537,-0.098726474,-0.013143109,-0.009892525,-0.028468657,-0.00060629664,-0.016261194,-0.0009261248,-0.012050492,-0.0061396016,0.009492993,-0.028476022,-0.008781298,-0.0048156194,-0.005686118,-0.005222521,-0.010922307,-0.00088509574,0.008199451,0.0029242449,-0.004363685,-0.010973987,0.003951361,-0.050459508,0.016858837,-0.023343135,0.015227355,-0.019401388,0.003009542,0.010061124,-0.010600566,-0.008486132,-0.14188263,0.010960503,0.019775001,0.006084868,0.023994602,0.004504497,-0.018405242,-0.016017491,-0.010343452,-0.021086274,-0.01902956,0.009654998,0.02911773,-0.00088734546,0.028740607,0.08830924,-0.0011829137,0.02151309,0.016719453,-0.008226908,0.016376833,-0.0037175277,-0.005136772,0.015137071,0.005586112,0.01967726,0.011475306,0.019754063,0.009345774,-0.00035254774,0.028303564,0.019448858,-0.024097092,2.8834742e-05,0.0056184684,-0.0074346783,0.0073608495,0.0052931667,0.008030127,-0.02601266,-0.029817646,0.0020863924,-0.008945723,0.0011461923,-0.0026277958,-0.01332602,-0.0056486973,-0.02235958,-0.017894862,0.034556214,-0.03030691,-0.08004367,0.024969092,0.014303896,0.011866826,0.0024833747,-0.001123964,-0.00059172104,0.0233949,-0.017969973,-0.003475384,-0.021135643,-0.0012263266,0.0005155714,-0.012960347,0.018960983,0.011957665,0.009275374,-0.021575402,-0.024204908,-0.023596305,-0.017206423,-0.018674565,0.010990984,0.0073860865,0.0044886083,0.008557286,0.022075856,0.018086527,0.0019799196,0.007706672,-0.008610333,0.010664984,0.012968692,0.009144386,0.01040424,0.026758848,0.006015953,-0.021179033,-0.0026289772,-0.0036872185,0.018191693,0.017084088,0.00798806,0.00066515873,0.020010145,-0.017923698,0.01482524,-0.043128718,0.0012982497,-0.01007828,-0.018891865,0.0027500698,-0.021738656,0.026849277,0.025043208,-0.026394984,-0.014334607,0.030896682,0.007343515,-0.002441365,0.0062116412,-0.010393884,0.01209271,-0.014636197,-0.0063030836,0.020717036,0.0026495405,-0.00016261013,0.008446027,0.026924014,0.0056935167,-0.017632486,0.013638025,0.013769923,0.0044816937,0.0014525019,0.011298848,-0.00021196084,-0.041566495,-0.01636317,-0.0059324545,0.018950507,0.006379744,0.014034542,-0.004303888,-0.0012753536,-0.0029974745,0.0006680908,-0.012810465,0.01313984,-0.006983174,0.0068656425,-0.0041737366,0.014571027,-0.0058871834,0.018353008,0.009059433,0.009324888,-0.0073798974,0.025360227,-0.012109201,-0.01478201,0.021204397,0.0071537723,-0.0007403152,0.0070363726,-0.016853066,-0.013834896,0.00765708,0.0061734496,-0.00076892175,0.02099382,0.00078732823,-0.0011120861,-0.013999138,0.0124413045,-0.020855924,-0.004027937,-0.0068338118,0.013003008,-0.0023799834,0.003464369,-0.0127876755,0.0029655613,0.007659457,0.010580828,-0.01482909,-0.009188747,0.0030628291,-0.007332411,-0.003395903,0.0017015691,0.0048057265,0.010397497,0.0006734675,-0.0019493658,-0.0026268002,0.00991104,0.007988011,-0.009768935,-0.026081711,0.02645536,-0.014084131,-0.005749201,0.0022402785,0.0021494017,-0.014178222,0.002983266,-0.0064005656,0.020098021,-0.0008405709,0.009486864,0.006176604,0.008475443,0.0077195154,0.0069716587,0.007233986,0.0045077763,0.0054057725,0.008759042,0.006887147,-0.013721799,-0.0051663467,0.006032889,7.7352495e-05,-0.021677107,-0.010411505,0.017393997,0.020085044,-0.007889349,-0.02186255,0.0036244218,-0.0023779664,0.009397686,0.0011802125,-0.0017187301,0.0021049588,-0.0011479973,0.00019710965,0.0046567377,0.004214819,-0.0033352415,-0.02211061,0.002452335,-0.01976005,0.035898656,-0.011111149,-0.014348606,0.004795374,-0.01813226,-0.018524127,0.010029125,0.00993928,0.0018737516,-0.0057360353,-0.0006714161,-0.00373547,-0.009473829,-0.002487542,-0.0026554905,-0.0026163606,0.008120145,0.01993337,-0.015358498,0.006758564,-0.021206543,0.0187038,0.031165848,-0.014721287,0.028088689,0.010579825,0.0036876744,0.0030711452,-0.0046733813,0.005950788,-0.011988023,0.011759266,0.0030833646,0.00083800993,0.008635858,0.004572262,0.0006157216,0.0025945222,0.008350142,0.0029997434,-0.002062548,0.011577571,0.00043461233,-0.0058725826,-0.0043311045,-0.009150072,-0.0130880475,0.018850818,0.01647421,-0.0082613,0.018452644,-0.025506727,0.002693539,-0.018395986,-0.026208015,0.00066040986,0.0020280415,0.00033310265,0.01231483,-0.014723392,-0.0019222627,0.0006718738,-0.008142534,0.016083274,0.00782925,0.012998251,-0.018934112,-0.0064772284,0.007540311,0.007952739,0.0021348232,-0.01508821,-0.010143846,0.006898344,0.076867856,0.00054336124,0.0034635763,0.0049518333,0.0042318953,0.0041883094,-0.0020501502,0.0033823373,0.013083268,0.00729495,-4.1312618e-05,-0.0022610815,-0.0018165257,0.0061056726,-0.0062049003,0.018727975,0.0022944352,0.0097247055,0.006635943,0.00015093225,-0.012240812,0.0008146066,-0.017417548,-0.011160533,-0.016183335,-0.004193576,0.010507755,-0.0033407165,0.0038229877,0.0034442497,-0.0003942727,0.0034080925,0.0016207725,0.0027437068,-0.0022590337,-0.0078141065,-0.007412921,0.00851833,0.012437333,0.003528922,0.009601786,0.00016341354,0.020697867,-0.005700327,0.0049815103,0.002964061,-0.01440583,-0.02085303,0.005782496,0.0060358453,-0.016300242,0.01102362,0.01023341,0.017397117,-0.012479158,-0.0023532566,0.028206157,-0.016071677,0.013354618,0.0050132973,-0.019477619,0.017819524,0.0072697997,0.0039934763,-0.009746435,-0.0037951642,0.00038978123,-0.011541233,-0.009434881,-0.008301002,-0.028624767,0.0011424252,-0.022992961,0.0023084504,0.034012046,-0.004508989,-0.010740198,-0.021393638,-0.026779784,-0.009626587,0.000797944,0.014283734,-0.014257199,0.008568845,0.012784501,-0.001657305,0.006316951,-0.003176135,-0.002351983,0.0061211986,0.0047854176,-0.0049520005,-0.0073376345,-0.008107928,-0.00828085,-0.008656516,0.06345341,0.0006723457,-0.012551955,0.00372108,-0.0042422125,0.0021739847,-0.0074870754,-0.012217326,-0.0002842957,-0.0020203865,0.008020926,-0.0010984483,0.0087892935,-0.012922923,0.0025309448,-0.008034288,0.0021988777,0.008866146,-0.0053235,-0.0091352025,0.0039294953,-0.0032103427,0.01012123,0.00839609,0.0058771647,0.006070522,-0.014078615,0.0006579627,-0.0025713977,2.3108021e-05,0.0051617464,0.01813875,0.008802369,-0.0107782,0.0059126453,-0.0009271572,0.0051805703,0.0045061694,-0.007066954,-0.016882744,-0.00835102,-0.005106101,0.017304681,0.007012197,-0.0018727381,0.0005022955,-0.013845137,-0.0017998079,0.0063723405,0.030931877,0.009717507,-0.0019003146,0.0017252703,-0.0069628307,-0.016280495,-0.0007987188,-0.010255757,-0.01037952,-0.0033250335,0.0021125893,0.014337845,0.017514512,2.7173373e-06,0.006942024,0.0073008356,0.016580554,-0.0073257745,-0.0030768805,0.005055543,-0.010235596,-0.0070719467,0.0051400615,-0.014097003,0.00173953,-0.008243104,-0.0036904933,-0.00040603895,0.005066418,-0.010388696,0.0045854407,0.0031184035,0.00092110573,0.005029901,0.01117727,0.00232592,-0.009937533,-0.007517322,-0.0020981985,-0.013098776,-0.027823882,-0.012503906,0.0055045006,0.00043884487,-0.026499456,0.025133772,-0.020516854,0.004961974,0.016017925,0.0062055974,-0.009640999,-0.010216706,0.02750176,-0.0002991645,0.0021386486,0.007340514,0.011806163,0.018656103,0.00068974914,0.008001002,0.001663902,-0.0009019554,-0.0054649482,-0.00024077711,0.017622119,-0.0062739784,-0.0059895148,-0.002783035,-0.0047797696,0.0037475096,-0.013161288,0.0017528647,-0.00050686835,0.003358171,0.0044445586,0.0054595727,-4.172171e-05,-0.009814398,0.017966008,0.024832657,0.008985333,0.010073908,-0.009272824,-0.009436559,-0.017043244,-0.0025892907,-0.0015688039,0.0010642573,0.004592097,0.01219101,-0.00836762,0.0033290782,-0.0001671323,-0.009339695,-0.0014356502,-0.014267307,-0.00040122587,0.0017886789,0.014489366,0.0058963858,0.011958656,-0.0045564603,0.012816267,-0.032494087,0.0018485525,-0.021474462,0.015374255,-0.00024162512,-0.0049807373,0.014713822,-0.0025582449,-0.017736716,-0.03711844,-0.0006798626,0.01658723,0.015930438,0.012877729,-0.0032465518,0.00900745,-0.00094665046,-0.0071379393,-0.013953563,0.01788994,0.0053297007,0.0067154304,0.0016761497,0.007374827,0.0024831588,0.0005693164,0.0017425118,0.006607935,0.0048275455,-0.023661863,-0.0096260505,-0.010429526,-0.0024751574,0.005318529,-0.0015417979,-0.008842727,-0.0010628183,0.0035788887,0.0076794885,-0.026741402,0.013310973,-0.005196183,0.003113352,0.013659435,0.008910231,-0.017376076,-0.017562853,-0.0026781077,-0.00067546614,0.011096975,-0.016751558,0.01251976,-5.0910374e-05,-0.006519813,-0.0050121835,0.022249846,-0.01047227,-0.003008929,-0.03395511,-0.01060979,-2.0076761e-06,-0.0018754008,-0.016858352,0.0074089305,0.0036878092,0.019193534,0.00021241837,-0.026804665,0.007191955,0.002602009,0.0013403044,-0.0024933906,0.0060348273,-0.01616377,0.003546976,0.006650161,0.0043118745,-0.007930876,0.0083442805,-0.006541006,-0.009377085,0.00055859506,7.242805e-05,-0.025268776,0.0057789385,-0.0026386061,0.014089331,-0.015223302,0.013001112,-0.0056310394,-0.007363875,-0.010116225,-0.009936197,0.003086156,-0.005834691,0.00425996,-0.0014626377,-0.0021583932,0.014831952,0.007912535,-0.004171836,-0.007810719,-0.011387102,-0.012391923,0.019936409,-0.0072106356,-0.0045614783,0.021281023,-0.009908162,0.0054846397,-0.0020593766,0.0036293315,-0.0027058318,-0.029780228,-0.0070802863,-0.011688233,-0.0125983665,0.0039005873,0.0019677675,-0.01600581,-0.0022500632,-0.0038104872,-0.007225008,-0.0048230956,0.004976094,0.0011430603,-0.0017175346,0.0109673925,0.0044058426,-0.00821148,0.006781756,0.0118244635,-0.0015382338,-0.0019967472,0.00013233561,-0.014686802,0.0051272097,-0.011394111,-0.0019380715,-0.018378137,0.0040007983,0.01015913,0.0036824427,-0.011973002,0.014361565,0.005148299,-0.009758969,-0.00014863594,0.0026724804,-0.0033585527,-0.0053925985,-0.008053702,0.0016027159,0.007672506,-0.00086439267,0.012666261,0.0019296105,-0.003799165,-0.008223921,-0.011165047,-0.0026561008,-0.009192209,0.0019761936,-0.0012042674,0.012683065,-0.020731812,-0.026939481,-0.0038758372,-0.0072663254,0.0077512697,-0.0002624999,-0.003028269,0.0060500535,-0.006143155,0.010550036,-0.022296032,0.004615014,0.004734992,0.00031822393,0.0131116975,0.009154149,-0.0065104375,0.009015147,0.0048777754,-0.01946578,-0.01680425,0.007711591,0.0018316833,-0.008437279,0.008188981,-0.005417214,0.011013468,-0.0049449382,-0.0092504425,0.006483291,-0.0055254567,0.008908283,-0.0033123416,0.009244906,-0.010814396,0.011026136,-0.01918035,-0.010455755,0.007939941,0.010174179,0.0011112443,0.0031517446,-0.0009881415,-0.01283324,-0.007823449,0.0049266093,-0.015462542,-0.004998773,0.0075010713,-0.09966794,-0.011507196,-0.015096158,0.016755871,-0.022203477,9.644914e-05,0.005518684,-0.01569957,-0.0021924926,-0.014981193,0.009267013,0.014884451,-0.0013806216,-0.0006570047,0.0013456462,0.025612205,0.0077997884,-0.007951735,0.008035908,0.00018418576,-0.013307803,-0.008750588,-0.0040981895,-0.009829653,0.01237941,-0.0026870265,0.006774182,0.0003705431,-0.0074187554,0.0032776566,-0.0061377864,-0.002878716,0.01198218,0.0074795214,0.008102886,0.010952691,0.017056633,0.004369218,-0.1346924,0.0059501654,-0.0069865817,-0.0062161246,-0.020709552,0.0136674745,0.0020997482,0.0026949435,0.027634252,-0.005531201,-0.00683368,0.004128334,-0.009923625,-0.022856964,0.003734547,0.0036049853,-0.00016077375,0.020470774,0.00053340464,-0.009398533,0.010004254,0.02150051,0.0033936154,0.0036145542,-0.0043912516,-0.00057798094,0.003492003,0.0017745721,0.012951176,-0.0043144664,-0.0010362309,-0.0046678605,-0.015762666,0.0005088469,0.0028100747,-0.014382852,0.013329494,-0.005318037,0.011192275,0.010152673,0.016019357,0.0034401133,0.008642649,0.019592239,0.0052841282,0.013071952,-0.015000145,0.021755029,-0.01011413,0.0025023764,-0.018457353,-0.00807343,-0.015816757,-0.013781178,0.0037789529,0.00402635,-0.002308136,-0.016694771,0.018748863,-0.0011969091,0.003247281,0.0011269425,-0.0015779168,-0.004562998,-0.01605257,0.016865505,0.015277446,0.014270668,-0.0013958137,-0.015621347,-0.007428838,0.0043753902,-0.00661484,-0.0077840723,0.022705976,0.018911285,0.016836893,0.0031064237,-0.003553278,-0.014176495,-0.00944895,-0.008987121,0.009855364,-0.012234981,-0.0031381922,-0.024448691,-0.011290862,-0.009445878,-0.0005961841,-0.061900422,-0.016863683,-0.005866509,-0.00017689852,-0.011094033,-0.008910799,0.004855697,-0.0028732321,0.00983167,-0.012113305,-0.001563717,-0.02306836,0.0056779035,0.0020204901,0.0071386704,0.0040940274,-0.0021648942,0.010006067,-0.017568476,0.023987548,0.0056990758,-0.021897981,0.014782049,0.007765696,0.0023963149,0.019495435,-0.010692649,0.0033176765,0.017787663,-0.012152969,0.011016014,0.0048727174,-0.013793536,0.003934179,-0.011559992,0.011252599,0.009040948,-0.00082701375,0.012244161,-0.012759036,0.025007382,0.010015599,0.016482795,-0.016028102,-0.015065725,0.0036382326,-0.005298857,0.02726216,0.004544931,-0.017802818,-0.015841816,0.0031874613,-0.0063778027,-0.021455478,-0.0050765183,0.017855223,0.0036201098,-0.0112324115,0.012422522,-0.0031803248,0.012509434,0.002863344,0.0021751302,0.0031302376,-0.018823372,0.021080613,-0.02487054,-0.021672677,-0.0123993,-0.008543394,0.0032808587,-0.0028482832,0.024833888,-0.0021086875,-0.004857132,-0.02005608,0.019638551,-0.006527339,-0.009355018,-0.0036080081,0.0076256036,-0.001176984,0.017217252,0.016253391,-0.0069836895,-0.00019873353,-0.0038035861,0.00016961667,0.0177517,-0.015936844,0.010979804,0.008996497,-0.027660824,0.009118582,0.009291764,0.026983641,0.0075808126,-0.008276627,0.003276852,-0.006949133,0.00018351416,-0.0014103455,0.0043533226,0.00369001,-0.022663865,-0.019197203,-0.021875678,-0.013129761,0.006873769,-0.0051596034,-0.0035173183,-0.01570558,-0.008287993,0.01689539,-0.14978732,-0.016453018,0.011469418,-0.009843498,0.028114945,-0.002947171,0.013037938,0.027078336,0.021331457,-0.02714659,0.01362815,-0.008308951,0.009423537,0.014419037,0.008129954,-0.016621428,0.0008530081,0.018686,-0.009855251,0.004097865,-0.012729837,-0.0016099162,-0.027600607,0.006791097,0.002433732,-0.0011862136,0.025869636,-0.0012891673,0.0061351047,0.0076183714,-0.00892868,0.02718673,0.005168025,0.011019501,-0.0042744474,0.024652207,0.0104042385,-0.0009239447,-0.021160807,0.007587098,0.0024440128,-0.00684308,0.011706645,-0.010384699,-0.024135023,0.0023184004,-0.02747053,-0.009319408,-0.0052833552,-0.013449668,-0.03130071,-0.00044261376,-0.0019118907,-0.0070485687,-0.026437435,0.01369254,0.0060516493,0.008562621,0.021651268,0.0022089174,-0.021687025,-0.008281268,0.01257536,0.01620294,-0.012510536,0.010668401,-0.0133794015,0.1407341,-0.01865865,0.026101315,0.005411831,0.004119437,0.01667273,0.019457644,-0.0068996483,-0.007837103,-0.027392296,-0.001157368,0.017296167,-0.021348787,-0.00046223172,-0.014119777,0.0060650925,-6.329549e-05,-0.0018069103,0.0055106976,0.001657234,0.023264373,0.011140412,0.008895734,0.015094613,0.00094295014,0.008860654,-0.015748113,0.025604228,0.0009828892,-0.0047829505,-0.008166345,-0.015899017,-0.016168566,-0.0032426957,0.013613342,0.005800766,0.0028981066,0.003480855,0.0017015714,-0.0033036948,-0.005695857,0.0065749222,0.0018124012,-0.017234074,-0.0023223953,0.024153253,-0.023950696,0.0067448337,-0.0065394626,-0.00849697,-0.02652257,0.009289705,-0.006664308,0.023059294,-0.008782381,-0.021740943,0.010799005,-0.034297906,0.004638528,-0.028549822,0.002903287,-0.009578253,-0.0237015,-0.013876275,-0.026766958,-0.008553386,0.014656944,-0.0051596947,0.011205588,-0.096620634,0.012718587,-0.017376686,-0.009670731,-0.0011103632,-0.0061773774,0.0045757713,0.021945711,0.020058675,0.0052992017,-0.0118844565,-0.0060384963,-0.020409454,-0.01201459,0.016681861,-0.024043594,-0.030973047,-0.0069678403,-0.014439132,0.013232737,-0.025202347,0.024039678,-0.0016728636,0.011085986,-0.020003723,-0.01986735,-0.014925382,0.0016796141,-0.014980277,-0.0018749881,0.0010851503,0.024136055,-0.026219096,0.00072187366,-0.01831244,0.010901024,0.0071826256,-0.009074536,-0.010529773,-0.0018473612,0.008446803,-0.02160916,-0.021228684,-0.0036990284,0.002271321,-0.008326098,-0.017388852,-0.013653015,-0.0042281086,-0.0101436395,0.002077964,0.016331553,0.025547184,-0.012116708,-0.013595495,-0.0043529007,-0.010159376,-0.02723224,-0.013623407,-0.0006597749,-0.02334907,0.033435598,-0.0027786568,0.009629216,-0.01163215,-0.0036929809,-0.0010520297,-0.012877403,0.0016670309,-0.010006167,-0.005205308,-0.005463808,0.015305082,-0.034681205,0.027375821,0.011704028,-0.021679929,-0.020697892,0.0025182795,0.010978014,-0.021877525,0.002414633,0.0031969873,-0.008572352,0.040177397,-0.018207313,0.0015027614,-0.013096117,0.021803135,-0.005903832,0.018477492,-0.011008942,-0.006798113,0.009419215,0.012676982,-5.86746e-05,0.009016168,0.005458601,0.014405732,0.0011881153,0.0124586625,0.0068661636,-0.0291375,0.0005971986,-0.025644787,-0.021799441,-0.0073957415,-0.0068894844,-0.0022303674,0.010136011,-0.018650804,0.008846165,-0.00080305117,0.0046814363,-0.011264498,0.007775513,-0.0002030655,0.005399846,0.012241977,-0.019313902,-0.030493174,0.011116609,-0.0045362744,-0.012953985,-0.013641714,-0.0046481416,0.0075283353,0.0059708976,0.0191718,-0.0072823297,0.0022705125,0.006072209,0.013164022,-0.0026853846,0.006866122,-0.010135763,-0.011048416,0.007284869,0.026462428,0.013373976,-0.0073062647,-0.004164498,0.00204851,0.016464535,0.0038549013,-0.003005,0.011007259,-0.0072264913,0.0115231015,-0.018322505,0.0069020055,-0.020879319,-0.006197695,-0.0027658958,0.016328398,0.006656127,-0.0011508978,0.005035915,-0.006113621,-0.01394703,-0.014942988,-0.012942576,-0.00066437863,-0.007665653,0.0032097807,0.007561815,0.017356036,-0.008283498,-0.040180262,-0.032398194,0.01304819,0.0066362405,0.02747715,-0.013041935,-0.006735867,-0.0057083904,0.0038529974,0.016615825,-0.01729282,-0.07060502,0.01784264,-0.008124377,-0.0073193344,-0.023759771,-0.0019270506,-0.00963095,-0.0036824276,-0.0044548498,-0.023313148,-0.007429625,-0.0036384962,0.0031900988,-0.019749096,0.0076430137,0.014315459,-0.007698499,0.003502898,0.0044066776,0.020306345,0.011029068,-0.001984762,-0.008692756,-0.0018248183,-0.017438846,-0.017812945,-0.0025993607,-0.015804809,-0.02131358,-0.004398488,-0.01610877,0.02947245,-0.012570786,0.019827828,0.011147215,-0.015431185,-0.016817652,0.0069177565,0.032378975,-0.04011162,-0.0077194623,0.001406685,-0.034380514,0.0047244905,0.006877339,0.024406647,0.00991306,0.0039399844,-0.0054973043,-0.01627288,0.026743202,-0.013724366,-0.012450233,0.004251698,0.0023948054,0.0014376189,-0.0030369696,-0.008792974,-0.0060078865,-0.0128781805,0.016235935,-0.032988288,-0.0025821931,0.002304594,-0.017754361,-0.011494792,0.0035364737,0.034112588,0.0003922179,0.007844743,0.015795985,-0.0041832053,0.027187996,-0.0039128894,-0.015987191,-0.008455073,-0.0005850687,0.009025676,-0.0078220805,0.010298604,0.023872325,0.006294486,-0.004451141,0.01813267,0.023578053,-0.015642066,0.016716925,-0.09747977,0.007415566,0.007960273,-0.00034772372,0.010938762,0.014961293,-0.019478554,0.06164517,-0.007969109,0.005140417,0.019744975,-0.0054075704,0.0029038666,0.0019629623,-0.0026551923,-0.014707058,-0.022191787,0.00024774388,0.0115166465,0.0068603028,-0.024755696,-0.010651479,-0.014511552,-0.004952925,0.013493459,-0.034537848,-0.006951622,0.036323987,-0.020187011,0.0013740846,0.00081299664,0.013572649,-0.008621835,0.025091503,-0.00835821,-0.002237456,-0.015028739,-0.0029000884,-0.0024053678,-0.021084933,-0.00023057878,0.0037137154,-0.022573192,0.007081227,-0.016907614,0.006390323,-0.021487433,-0.01180403,-0.002297432,0.0005587206,0.004048734,-0.012886354,-0.02336615,0.0029975143,-0.0020624667,0.013351721,-0.00067480025,-0.0058461167,-0.014544739,0.0062408824,0.003986829,0.013723109,-0.019403208,0.0048602405,-0.007014162,0.02488274,-0.012525319,-0.0071065207,-0.02402597,-0.019543795,0.025944315,0.011344147,0.014498334,-0.018633187,-0.007406027,-0.015734961,-0.018678674,-0.004326269,-0.020011107,0.013247808,0.0077597927,-0.016380426,0.008854053,-0.013806327,0.0125616295,0.01001669,0.00701957,-0.005996607,0.0039793984,0.006458124,0.019231169,-0.013719776,-0.016240522,-0.03365678,-2.6084805e-05,0.01395376,0.00040985344,-0.007265537,-0.0065170177,-0.0024071697,-0.015494663,-0.013360793,0.002971913,-0.003750213,-0.017282149,-0.012475806,0.010474488,-0.027008168,0.0010894906,-0.0017844043,0.012409163,0.009815171,0.0074383304,-0.00026371694,0.02141336,-0.011797436,0.011731311,0.018936139,-0.008743016,-0.016080644,0.013812283,-0.018214308,0.016263988,-0.015268964,0.0023671745,0.0021053287,0.007752756,0.007571755,-0.0074400115,0.0015628738,-0.015801849,-0.00051587645,-0.008656789,0.014072066,-0.020799514,-0.03289397,-0.003758601,0.0004826747,0.011098865,0.007580225,-0.0067438907,-0.007336946,-0.0025439854,0.01321945,-0.0074523236,0.0015534919,0.009302358,0.009909754,-0.0016881701,-0.015158743,0.024542011,0.023338918,0.013913466,0.0082713,-0.0052203154,0.009525684,-0.010584586,0.0077405325,-0.0016404234,0.028100394,-0.011522691,0.010497654,-0.009350622,-0.0029733637,-0.0037592307,-0.021232612,-0.017070519,-0.00039441476,0.028793009,0.009425239,0.009179801,-0.028020276,-0.019376941,-0.004145786,0.04898084,-0.0045069945,-0.009279485,0.012090188,0.012868341,0.0053427415,0.008129823,0.0041359197,0.009075023,0.010750251,0.019296605,-0.022576187,0.0055961683,-0.019524977,-0.0004364531,0.004436426,-0.006736143,0.02066286,-0.0004623729,0.024503501,-0.034611404,0.009527146,-0.02209413,0.01250902,0.00959178,0.011388585,-0.008699955,0.018957073,-0.002758355,-0.015192486,0.008272579,-0.0020327105,0.01096781,0.0046903766,-0.013351327,-0.014932716,0.0025027534,-0.00040293127,0.006830032,-0.01202474,-0.017411752,0.0035859006,-0.0013936561,0.01728558,0.0066228574,-0.012266438,0.02884961,0.019558067,0.0022551275,-0.006458775,0.0053355233,-0.023751525,-0.0014444262,-0.010218813,0.007730696,0.011652966,0.0065492913,0.011509131,0.0013877755,-0.008434144,-0.00039401135,-0.013586005,-0.021390665,0.0069485167,-0.009944616,-0.009804822,0.025772635,-0.009977242,0.008840625,0.0036196958,-0.01170872,-0.005605722,-0.012253848,0.006172928,0.005033407,-0.00073605095,0.007906148,0.006319735,0.006743724,-0.01241168,0.0056745787,0.001956665,0.010775808,-0.010733505,0.0029417584,-0.0040471796,0.011404808,0.001160841,0.014781283,0.001446262,-0.0060832114,0.018002374,-0.026408553,0.003867173,-0.00762303,0.011807688,-0.0049828114,0.004738394,-0.021652935,0.00682134,-0.0014238404,0.011165287,-0.013986681,0.008191268,-0.016308479,-0.0017134404,0.018736614,-0.03761001,0.019931266,-0.009320688,0.008967169,-0.013214441,0.0066113574,1.3234128e-05,0.015026962,0.00803129,0.027820412,-0.009680773,0.0009091889,0.0041901814,0.0012474785,0.0044041476,0.007056965,0.0069526103,0.006362565,-0.01077109,0.014024502,-0.013486195,-0.0022152655,0.021966979,0.008544906,-0.0067366282,0.0115798535,-0.016115619,0.014843739,0.0134033905,0.0028715366,0.013758687,-0.0071423813,-0.0008166755,-0.020584246,0.00916334,0.022566319,0.010283024,0.011927783,-0.0051050954,-0.007884436,0.0067454977,0.030691082,-0.002491135,0.015770635,0.0076917377,0.03089677,-0.006854916,0.014310266,-0.0027985738,0.0172955,0.020243216,0.022278298,0.0019285226,0.0010605505,-0.0031569374,0.004719577,-0.019458208,-0.028966464,-0.00966515,-0.018028118,0.015042825,-0.030769633,-0.025171287,0.012549957,0.009467749,-0.018864302,-0.008023226,0.017197208,0.0082506165,-0.014186705,-0.005708179,-0.007820964,0.007011604,0.0038923183,-0.017617898,-0.008284918,0.0015014097,0.008248466,0.0053613596,-0.0049711782,-0.016050318,-0.0077241063,0.009414738,-0.010831317,0.0033651716,-0.017166274,-0.0003361842,-0.010392246,-0.003992404,-0.010967748,0.01954746,0.014082829,-0.007892227,0.006100888,-0.015223064,-0.021015955,0.018192202,0.009335987,-0.025840933,0.0058243014,0.020700527,0.011725735,-0.0058076745,-0.0037427922,0.011570097,-0.01760678,-0.012345386,0.015623249,-0.008424945,0.00016497803,0.0120973615,0.0031696125,-0.021275554,0.0178131,0.0008379064,0.0061957864,0.008217453,-0.014992264,0.0051926207,-0.004856834,-0.0028612155,-0.004743784,-0.012441731,0.0128723895,0.0077841813,0.004684447,-0.002365459,0.014769747,-0.015851945,0.0072072144,-0.016688986,0.0025932023,-0.0044232626,-0.0376882,0.019812796,-0.008259721,0.004912081,-0.013178191,0.03132429,-0.010355715,-0.0038475003,-0.004922791,-0.0019628576,-0.0064670127,0.015792634,0.004785432,-0.004368341,0.018336924,-0.0015495041,0.00687339,-0.015415858,-0.014507384,-0.0028415092,0.008723672,-0.017095216,-0.010140703,0.027435537,0.0033599148,0.0100656785,-0.01896375,-0.004546638,0.0021747008,-0.021660397,0.018511768,-0.020902852,0.030970419,0.011526711,0.0016831119,0.017444389,-0.0035237554,-0.0039884923,-0.027474688,-0.0069753677,-0.00079893554,-0.000554555,-0.010294518,0.012460586,0.01747629,0.0016373309,0.0042522117,-0.023254462,0.016837133,-0.009463873,-0.0011015197,-0.019048288,-0.012362574,0.0022899238,0.005169339,-0.0053934744,-0.06011458,0.008605956,-0.03249136,-0.014537468,0.005560632,0.0077784946,0.01639423,0.00480507,0.0091715,0.002597271,-0.015088187,-0.009341386,-0.004152253,0.019093432,0.007523045,0.0075555597,0.008193793,-0.030677987,0.013436744,-0.011719574,0.020398684,-0.007377818,0.009207447,-0.01348113,-0.011413614,-0.007822589,-0.026557298,0.01253972,0.024483152,-0.024623282,0.00034356632,9.998494e-05,0.022159602,-0.015202375,-0.00958873,0.011746449,-0.0028034782,0.02211416,0.00016510843,-0.02456473,-0.0070061814,-0.0025493647,0.019634163,-0.013154974,-0.0077270702,-0.023072388,0.02288108,0.006598479,-0.0136417495,0.012688625,0.019023256,-0.041275617,-0.011805786,-0.009212321,-0.010788306,0.008432166,0.0071185976,0.003732386,0.0019709505,0.0048520006,-0.0059382175,0.020361345,0.002375192,-0.004184904,-0.0051026,-0.015445813,0.029483758,0.024987217,0.018485421,-0.010279018,-0.0068043955,0.022787834,-0.0026121847,0.009054635,0.031318516,-0.01073728,0.006624221,-0.02104242,-0.0033969057,-0.0017997745,0.013927381,0.0022830197,0.0032884174,0.002882315,-0.0026302177,-0.03416631,0.002303519,-0.019672668,-0.016591646,-0.02205113,-0.03600785,0.025631508,-0.027040612,0.0113230795,0.002515139,-0.01188217,-0.012821464,0.013933698,0.0019220072,0.0073879417,-0.00024488097,-0.019672008,0.02712176,0.014844821,0.0010785977,0.022066783,0.016196698,-0.023923103,0.022153202,0.009602769,-0.01389162,0.0032573245,-0.005554977,-0.027554551,0.0016969577,-0.006897522,-0.013434958,0.016105426,-0.0033962177,-0.0038092234,0.00049665314,0.009365044,0.015012579,0.016276699,-0.012941902,0.003280606,-0.012105255,-0.013842236,0.006919995,0.0089652715,0.026625203,-0.005796744,-0.015293617,-0.0016449394,-0.009860619,0.01987491,0.0016926816,0.009378454,0.0044923807,-0.030906793,0.0060467394,0.014957496,-0.011261458,0.009118045,0.018071802,0.0050835945,0.023775676,-0.024685595,0.023906486,0.008957073,-0.026018804,-0.0029626228,-0.015239112,-0.021122226,-0.0024126477,0.0014779323,0.025108477,-0.0044610184,-0.010232763,-0.033239946,-0.0030610173,0.00013378874,0.008311497,-0.010155423,0.0109926285,0.008240389,-0.011411503,-0.002942276,0.010876897,-0.00067021983,0.009139848,0.004014987,-0.0064798826,-0.001683924,0.0075629777,-0.005426553,0.019422904,0.001311968,-0.021169018,0.0054990384,0.009900739,-0.018992243,-0.013071428,-0.0005204413,0.0017231778,-0.004461541,-0.0038069654,0.0003319092,0.010834517,0.023426417,-0.051148847,-0.02010559,-0.021448107,0.00053673564,-0.0017983626,-0.005869387,-0.0011769397,0.0010381419,0.0047035953,0.026035039,-0.011197432,-0.024192737,-0.020163104,0.014846819,0.0150437215,0.015633339,0.022152165,-0.003586831,-0.021003483,0.003995719,0.0027393363,0.0052338177,-0.028601628,-0.0010141915,0.019618936,-0.0040302956,0.16508128,0.13304622,0.0007624028,0.011835504,0.015842324,-0.005135918,-0.011559833,0.027742552,0.015632633,0.007486133,-0.0011074845,-0.00071908615,-0.0024098102,-0.00080243073,-0.0006568212,0.0055605373,0.0027713876,0.0063318694,0.012873512,-0.0011223543,-0.0147540625,0.016176501,-0.025778607,-0.022030262,-0.015264496,0.008285686,-0.006607953,-0.009915705,0.039162673,0.010166552,-0.009352363,0.0034929146,-0.011834974,-0.009036294,0.0034823713,-0.02513693,-0.024607386,0.02742724,-0.010140406,0.024431124,-0.02728584,-0.004828224,0.016923567,0.008423209,-0.015201131,-0.0044282805,0.01348115,-0.003689015,-0.025539728,0.011966502,-0.012266397,-0.0028606798,-0.012039902,0.018244268,0.0036092722,0.019120587,-0.008364818,-0.0010347392,-0.0005333379,-8.837781e-05,0.037100237,0.009661412,-0.03231712,-0.007090752,-0.0077389698,-0.005583414,-0.004411974,-0.031383235,-0.004112423,-0.013316661,0.01799532,0.030689456,0.021804968,0.018090885,0.0011001424,-0.011573931,-0.008995764,-0.0034924492,0.005035908,0.016543934,-0.01899469,-0.0168488,0.025978113,-0.0112879975,0.012523157,-0.003474443,0.0004952406,-0.009793426,0.12816648,0.00031489806,-0.0038423333,-0.024448361,-0.0015373771,-0.021268696,-0.0024798855,0.05866583,0.010590879,-0.013966701,0.00050147105,-0.0021251098,0.013533222,-0.011043443,0.01678363,-0.002008954,0.030130995,0.011577648,0.00817109,0.003203175,-0.0058808834,-0.015538152,0.0029547873,0.005343787,0.0023588703,-0.007987227,0.0009566663,0.003913369,-0.0100921765,0.008390811,-0.084789105,-0.0131914625,0.009246091,-0.0034840317,0.016178107,0.009856803,0.0106716985,-0.031569418,-0.0073730336,0.003352946,-0.008905472,-0.007264041,-0.0005308282,-0.0041172504,0.021273695,-0.0026150004,0.04482518,0.0074212197,-0.0012045068,0.015538951,0.002617237,0.02793666,-0.007449296,0.0048007625,0.0025520937,0.00291052,-0.009586803,-0.012087037,-0.0056499075,0.023140805,-0.0025106475,0.011904239,-0.0064318315,0.0048782015,-0.012717931,0.002042533,-0.014954716,0.010358279,0.006737762,-0.02017855,0.0051000225,-0.008249819,-0.0022417111,-0.0076132906,-0.002259186,-0.004156137,-0.015293401,-0.031882837,-0.0033127016,0.0023196007,0.025767792,-0.0017468845,-0.003016362,-0.008413384,-0.022749295,0.022516241,-0.004910007,-0.020338658,-0.01732955,0.008146731,-0.026981499,-0.027879989,0.0022687784,0.0090971785,0.008480542,-0.007491507,-0.006773406,0.034131657,0.0022966906,0.0012929827,0.024396779,0.0012424848,0.006626286,0.01163634,0.015915079,-0.010776376,-0.005386349,0.015354171,-0.0043104426,0.026448023,0.017310815,-0.007906076,-0.00091757876,0.11242073,0.0072550797,-0.0064615845,0.0006143779,0.007941758,-0.0077210176,-0.0028517202,0.011331587,0.011317896,0.010779366,0.013679092,0.016458208,-0.007218946,0.0006519291,0.006906083,-0.011879167,0.029740464,-0.020939074,0.013600589,0.013540645,-0.011258598,-0.0030831115,-0.009683497,0.005394452,-0.013608361,0.02032614,-0.022554224,-0.002400517,-0.010502946,-0.008994616,0.018900802,0.008196494,0.0029638198,0.019797286,0.007639363,0.0048396094,-0.018741462,0.006197032,-0.012082186,0.001125478,-0.0046291896,0.035810076,-0.00090527686,-0.006884505,-0.013817658,0.20332609,0.00606308,0.0010031376,-0.008695072,0.007517225,0.017776474,-0.0038473024,0.024142798,0.012858782,0.020488918,0.022257036,-0.0384686,0.004642304,0.024135293,0.009720827,-0.010078564,0.026406284,0.011908573,0.0034922839,0.005090698,-0.022423888,0.008347347,-0.04129499,-0.019688824,-0.0018953878,0.017535886,0.0028657343,0.021605795,0.008594277,-0.029218972,-0.017540885,-0.0098477835,0.018362312,0.0030535574,0.022891462,0.0006741403,0.010578266,-0.017706681,-0.018795008,0.022523232,0.0061581004,-0.006951591,0.0008906591,0.025617737,0.008002103,-0.018511206,-0.011689488,0.015354153,-0.02207438,-0.00031360105,0.001514258,-0.010058692,0.011166349,0.006616385,-0.0020569013,0.009948522,0.011791777,0.009150684,-0.022560656,-0.017482867,0.0077585448,0.023198245,0.0015866664,-0.0070586973,-0.011536249,-0.01692214,-0.01281879]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 148,
          "content": "SMBC expands with 2nd US headquarters in North Carolina",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.006681254,-0.014385462,-0.02901362,-0.07335048,-0.00218897,-0.031157672,0.0030138344,-0.014433864,0.008985252,0.040510014,0.0014736311,-0.0015112136,0.015784465,0.0049989945,0.114082925,-0.006351731,0.017386615,0.008251111,-0.009140807,0.0032825896,-0.004276875,0.0066089123,-0.021261886,-0.007243278,-0.0129811885,-0.018011693,0.009985181,-0.008505464,0.015620395,-0.017205322,-0.01662812,-0.012729287,0.011405692,-0.0065481076,-0.004960556,0.009093029,0.00029164657,-0.011223792,0.00738966,0.013565977,0.0068081734,0.01081813,0.010038296,0.0061968546,-0.0052160146,-0.023449143,-0.022262586,-0.02360559,-0.013509929,0.04050552,-0.01065427,0.0065939827,0.0054322346,-0.1716946,0.014510699,-0.008724168,-0.014659858,0.00032844333,-0.017784053,0.01884174,0.009107026,0.0010551969,-0.009369152,-0.005750146,-0.001212562,0.003029793,0.008993629,-0.002209196,-0.00796441,-0.0076835016,0.012000487,0.013170318,-0.014392996,-0.0005526452,-0.014084534,0.0026627714,0.020948976,-0.007646703,-0.032003243,0.001621583,0.022500645,0.04253797,-0.01788856,-0.0029572463,0.007359023,-0.013275032,-0.02516854,0.003701976,-0.014147294,-0.0055867718,0.006508368,-0.002128243,0.0035860215,-0.022199333,0.008560101,0.03648314,-0.006764775,-0.010697507,0.0050615636,-0.006117246,-0.04946808,-0.04561046,-0.00916564,0.002183441,-0.0027545032,-0.013522147,0.008344242,0.013151536,0.0016407233,0.038950935,0.0006601865,0.0049830633,-0.029388899,0.021749701,0.0064367834,-0.12431789,-0.010681527,-0.0011922304,-0.010199835,-0.0048995735,-0.008334196,0.00041535703,0.019422919,-0.0013990293,0.0109371,-0.024726216,-0.011374396,0.029009026,-0.030237773,0.013489336,-0.006771425,-0.0007532636,-0.005120164,-0.00722268,-0.002626159,0.006422235,0.03030201,-0.003783094,-0.008999187,-0.017862383,-0.023779841,0.029563073,-0.01767204,0.016409812,-0.028764296,-0.001535339,-0.0142758405,0.022940973,0.014576403,-0.020686615,0.020856217,-0.0008548779,-0.011246614,-0.03541186,-0.00442194,-0.03226395,-0.011726888,0.028969172,-0.004818514,-0.006316089,0.0014848883,-0.012778946,0.01980272,0.023439836,-0.015884211,-0.009120358,0.0023885716,0.00573633,0.00540703,0.029923799,-0.010529782,0.0067068804,0.00025285952,-0.010673534,0.008658147,0.008834848,0.011554794,0.0047772955,0.021778429,-0.011551102,0.01595451,0.018910272,0.015476312,-0.0003855373,0.046397537,-0.023658304,-0.018633304,-0.011423336,-0.015714446,-0.008562125,-0.019129358,0.0056980415,-0.011136931,-0.02373185,0.021166049,-0.016560337,0.016665265,0.00070020783,-0.0018886372,0.008842681,0.018037299,0.03148735,0.0019060444,0.007452383,0.019346183,-0.0055440273,0.012550716,0.015518635,-0.011428945,0.014562479,0.026055306,-0.0033766613,-0.012009828,-0.020524323,-0.00086580263,0.016822131,0.001372273,0.013164258,-0.01607357,-0.021586798,-0.0059475903,0.010914155,-0.032834068,-0.0013473213,0.004908287,-0.017472263,-0.014121935,-0.022578081,0.0141657395,0.029674388,-0.012442933,0.034824505,0.030775882,-0.008383475,-0.010044984,-0.032496635,-0.00010815809,0.02787375,-0.014670057,0.017713474,-0.027313452,-0.014589992,0.021729007,-0.0070009776,0.020258605,-0.005118162,0.01371587,-0.025433255,0.025926348,-0.01271646,0.016299613,0.014654598,0.03765689,-0.0066203685,-0.013661569,-0.004796986,0.006920717,0.03522431,0.024967581,-0.018133776,0.022783391,-0.015542055,-0.00058758416,-0.045889053,-0.027237019,9.532751e-05,0.01415012,-0.009398015,-0.026621964,0.0003996017,0.014941372,-0.051549982,0.025817052,-0.029861253,-0.009344778,0.01111042,-0.057137165,0.012422543,-0.0025120738,-0.012253663,0.029903626,0.0080297375,-0.017726423,0.012155335,-0.023479914,-0.011526018,-0.02591306,0.014079067,-0.019564452,0.008533,0.0048544332,-0.009020252,0.016918123,-0.0070927446,0.013398871,-0.015134059,-0.007184474,-0.017022353,0.021018531,-0.018674077,0.023268905,0.011785679,0.028407665,0.039787587,0.02067257,-0.014022825,0.0037850526,-0.026206356,-0.006548007,0.005196257,-0.0027677268,-0.01993287,0.009351902,-0.013888471,-0.0017369604,0.004759525,0.0021694626,-0.0007581729,0.0060761706,-0.007890374,0.0059349854,-0.018484402,0.0091343,0.02940413,-0.051058866,0.034481645,0.0011687188,-0.023729842,-0.032203637,0.0015345556,-0.0004357066,0.017987488,-0.014456075,-0.016884258,0.007742359,0.0051193736,0.022413895,0.011988883,0.011393087,-0.002204218,-0.0109257065,-0.00072590046,-0.004060067,-0.0053918404,-0.010389189,0.0027032066,0.008981148,0.022451978,-0.01817421,-0.0046417234,0.004891231,0.009510302,0.025476791,0.004928982,-0.032038998,0.01817571,0.002250917,0.00624868,-0.0072523016,0.009060775,-0.038865756,-0.02564114,-0.00869581,-0.0051284223,-0.011125268,-0.010891518,0.016114052,-0.02081924,-0.009479821,-0.022672258,-0.029449932,0.031595074,-0.030042384,0.0041840174,0.049994234,-0.034452304,0.010762912,0.026740862,0.05157168,0.0031202834,0.009991523,0.045980804,-0.003702359,0.015378161,0.009043488,-0.023234595,-0.009027698,0.012567868,-0.0024503605,0.020114968,0.019865625,0.02468662,0.018032389,0.0006380348,0.0030758374,0.039387133,-0.008170244,0.01551722,-0.0027508533,0.013529044,-0.009246844,0.0077468846,0.012917955,0.0070579764,0.01311869,0.01364709,0.013046048,0.005578368,-0.0033229922,-0.02453289,-0.0076074423,-0.017997287,-0.0039985897,-0.012681892,0.01290361,0.007676786,0.0047797924,0.008162211,-0.025818814,-0.0050305678,0.01639973,-0.012131434,0.014574568,-0.006220722,-0.010077064,0.011319681,-0.029562678,-0.011657921,-0.0029360433,0.008912774,0.0069551202,-0.035142075,-0.005034939,-0.020682825,-0.0035475881,0.0073102857,0.013109168,0.010767237,-0.041885197,-0.03160435,-0.008854926,0.0020156691,0.020915434,0.0034620026,0.0032870825,0.031303786,-0.0034482314,-0.022496797,0.009809335,-0.004005147,0.0052688867,0.008054691,-0.002419474,0.01373588,0.0037158206,0.017176775,0.00078533764,-0.0006583615,-0.011833851,-0.01815858,0.012512604,-0.0016882651,-0.008961109,0.023088535,0.010022946,0.013132317,-0.015856335,0.00633498,0.0015594506,0.003587654,0.04991277,0.009304244,-0.016934307,0.012375011,-0.020743297,-0.02818828,-0.015962012,-0.0043881754,0.014645701,-0.014028728,0.03866428,0.02243347,-0.00926005,0.017559389,0.0057611293,0.005699806,-0.012171596,-0.008384611,0.008101762,0.014549632,0.014064025,0.002602132,-0.005619226,0.02285604,-0.010823533,0.01091779,0.018000165,-0.015313059,-0.005532495,0.022117747,0.028136276,0.008366199,-0.0115032215,-0.01712702,-0.02394833,0.0066553187,0.01019345,-0.0034716756,-0.013582384,0.007542976,-0.029180778,-0.026256246,0.0014436571,-0.0029884772,-0.00021487621,0.0055485354,0.010004253,-0.009223903,0.008498331,0.0291349,-0.02747433,0.024724055,0.0044744997,0.017379252,-0.008511758,-0.021066263,-0.0089688115,0.0035516338,0.017439073,0.016034143,-0.010267408,-0.0006737517,0.009343291,-0.015547658,-0.005374408,0.0074543087,-0.01641719,0.039016716,-0.0064154826,-0.0004091306,-0.0019613318,0.00897997,0.013923202,0.026259555,0.001500947,-0.04171513,-0.00016659098,0.0091392705,-0.011311936,-0.032526597,0.0122303935,0.022280077,0.005177683,0.0027882445,-0.0031121545,0.0060689435,-0.026874125,0.007876632,-0.016477276,-0.009523254,-0.00080657407,0.015075288,0.008026487,-0.0022208106,-0.01782048,0.028276406,0.022399493,0.012800586,0.0030156013,0.022551198,-0.01408731,-0.024866913,0.02385583,0.009303594,-0.019314785,0.0075332564,0.0066601145,0.04279103,0.028379248,0.0016794502,0.0033026205,-0.0030719563,-0.0034590599,0.00271409,0.0032196548,0.0063688327,-0.016410958,-0.01077185,-0.04500919,0.006207786,0.016582808,-0.0053504244,0.00088207645,-0.018437464,-0.010032945,-0.033182044,-0.008983278,-0.0018712697,-0.0019103247,0.023494871,-0.024111366,-0.032083537,0.0037455142,0.0067254393,0.03116348,0.00023829144,-0.010217586,0.017569508,0.054630484,-0.050193496,0.009138931,-0.030625422,-0.014377369,-0.01910443,0.00621743,0.014503941,-0.015916545,-0.009472506,-0.021754885,0.0058757495,0.008763698,-0.0143328225,0.026740646,-3.645923e-05,-0.013657416,-0.02501912,-0.037977733,-0.101247706,-0.051803276,-0.013820272,0.018869165,-0.006476507,-0.014242817,0.001355615,-0.026720949,-0.016359419,0.033823814,-0.03281577,0.009684986,-0.009112243,0.006885638,0.026709337,0.0032358947,0.009570671,0.021884488,0.010788883,-0.023130214,0.012340312,-0.011950556,-0.00013931529,0.033435095,0.010565362,0.015518384,0.0044671856,-0.007173158,0.015180584,-0.0065500713,0.015453838,-0.16566142,-0.005678526,-0.022127159,-0.0019928254,0.0064130626,0.012973775,0.01593053,0.005290345,0.0010322656,-0.032075543,-0.0030981507,0.0074910945,-0.043465257,0.0030009453,-0.007935109,0.10884855,0.0029770613,0.0035645121,0.022065643,-0.012087317,0.0087835705,0.026607916,0.016537737,-0.015612138,0.009171649,-0.0018000449,-0.025489783,0.021538245,-0.020862915,-0.010225088,0.005774731,-0.018969415,-0.020992054,0.0077137453,-0.00081762235,0.0071227895,0.01663406,0.020441586,0.00020655185,0.018627374,0.013830931,0.013086623,-0.0015442991,-0.02392067,0.009118884,-0.009429794,-0.031171067,-0.008982372,-0.007527877,0.0050289775,-0.0021729283,-0.057604518,-0.01736591,0.040817246,0.033942234,-0.0138114095,-0.00087337336,0.012449647,-0.022265574,0.015376499,0.01716139,-0.029984482,-0.0002551401,0.017525632,0.021881398,-0.010597955,0.024188988,0.00832912,0.01853501,0.056624755,-0.0077783437,-0.008145104,-0.017238103,-0.0088971555,-0.013436765,-0.00464036,0.006809011,0.014154006,0.029592989,-0.025993293,-0.006036435,0.019131213,0.029841064,-0.014328479,-0.023910178,-0.01514525,0.013512836,0.009792335,0.0060688406,-0.014166612,0.004277852,-0.004699399,0.0063202186,-0.006249948,-0.0076466766,0.00066577806,0.0029745451,0.01866682,0.03162248,-0.0117097115,0.011902385,-0.019672472,0.0035708013,-0.0034760218,-0.017568437,0.005030651,-0.02074034,-0.016756788,0.018630272,0.013472982,0.007285349,-0.003919646,0.003853666,0.009244659,-0.009028084,0.01856458,0.0007335588,-0.009549735,-0.0112839965,-0.0059107845,0.005334657,-0.003392864,-0.019184267,-0.003988118,0.012622252,-0.0042324974,0.018077258,0.022996563,-0.0031625242,-0.0041934806,0.003728044,-0.0021340707,-0.0019569546,-0.0024040828,-0.004875489,-0.011686328,0.004673903,0.002597901,-0.003740814,0.00657843,0.011205014,0.00393495,-0.007114229,0.0038109587,-0.014238861,0.001612741,-0.0029929706,-0.0027558112,0.00412406,0.00255505,0.013031324,0.009662861,0.013197392,-0.007134517,-0.012721528,0.0028370162,0.009544681,-0.0023596932,-0.004675167,-0.008599292,-0.01133986,-0.0003905736,0.00051451544,0.009872484,0.013041309,-0.010324218,0.033965252,-0.0140210185,0.0073632207,0.010721052,-0.007887033,-0.017380591,0.0007353912,-0.0013859692,-0.0012033582,-0.007134448,-0.0030509185,-0.006849049,0.0031022348,-0.019177664,0.007689149,-0.0031173686,0.015426732,0.007691144,-0.0061857398,-0.011814707,-0.020353539,0.008976835,0.013024669,0.018875469,-0.014801668,-0.0017455874,0.020895263,-0.014471665,-0.00019665355,0.026852647,-0.004238084,0.008843608,0.014246285,-0.009529551,-0.004882246,0.00047646806,-0.0030941986,-0.008930578,-0.015423955,0.0012211151,-0.0029162443,-0.009041804,0.014594238,0.004811927,0.005570785,0.010794675,-0.015559622,0.0062447726,-0.014216991,0.0051078405,-0.003826229,0.008961286,-0.0063946038,-0.0009937739,-0.0074172975,0.008283713,0.03230009,0.005905283,-0.0056500915,-0.012509522,0.006946125,-0.0010425355,-0.010207657,0.005003814,-0.003998516,-0.009162224,-0.0017374122,-0.019787757,0.012175506,0.0043801717,0.027320534,0.0062897583,0.0032215097,0.018982455,0.013393777,0.022898497,0.0061076726,0.0061532794,-0.014670433,-0.0016292975,-0.0011285438,-0.005258999,0.0013088938,-0.015058419,-0.006648313,-0.008161488,-0.0005156611,-0.01093249,-0.00470134,0.0033173806,0.004290084,0.0034232754,0.008658905,0.00019680042,0.0069674314,0.003939756,0.003108045,0.0022831305,-0.0060389745,-0.014730916,0.0039994004,0.009634754,-0.011568868,8.0543134e-05,0.011293351,0.000107681095,0.0105642555,-0.021212727,-0.0005137289,0.0062785135,-0.026366958,-0.0002641508,0.00044308248,-0.0060126665,-0.010181821,-0.0032669362,-0.0006829547,-0.0020476268,0.016965339,-0.0009172234,0.01652875,-0.0044112303,-0.004131107,0.0052771284,-0.0013639333,-0.015772922,0.012130351,-0.009116237,-0.021149633,0.005671414,-0.006076095,-0.015549608,0.003161335,0.019278023,0.011529648,0.0016097141,-0.009269883,-0.0052532386,0.02003604,0.010722127,-0.007710003,0.012051443,-0.00065546297,0.008976527,0.07722056,0.0068583367,0.01701981,0.019173162,-0.0023583926,-0.012661562,0.0062862374,-0.023027496,0.0088136215,0.012111301,-0.0044634286,0.00056590186,-0.013851569,-0.0015455314,0.037347693,0.0075056795,-0.016479068,-0.00598351,-0.0031759827,0.0022729274,0.006370838,0.0011178836,0.010412603,0.0046177995,0.0134837255,-0.0053257747,-0.0072824615,-0.018527102,-0.006704318,0.00022791723,0.011618432,-0.021316877,0.008429838,-5.2118146e-05,-0.01864566,-0.017735107,0.0050630174,0.01650104,0.011856486,0.0016036418,0.0006666159,-0.017056055,0.017752938,-0.020092117,0.015542651,-0.0053712013,-0.0063464195,-0.0073222322,-0.0057293354,0.0034923463,0.0016326271,-0.0064930744,0.013800966,-0.00875747,-0.014773294,-0.0025606502,-0.009135615,-0.0031595083,0.014821692,-0.008395264,-0.00038031835,0.016262827,-0.0023140502,-0.026373228,0.0050003617,-0.022211695,-0.024534157,0.005591861,0.007740748,-0.009706971,-0.01215141,-0.0100937765,0.0010198572,-0.0071108467,0.038983442,0.006683725,0.014809082,-0.011781929,-0.0066989064,-0.0054723597,-0.015395741,0.016035162,-0.0035949403,-0.008077763,0.024142427,-0.006605929,-0.0043048253,0.008934591,-0.0020076584,0.008400888,0.0070102178,-0.012609269,0.006977885,0.02052229,-0.0017875085,0.002083948,0.053639382,0.0073020267,0.00079830334,-0.0023324357,0.008843758,-0.010141617,-0.014205434,-0.013120128,0.008155831,-0.014432835,0.014966124,0.018144282,-0.008484129,-0.016586702,0.006335791,0.012817835,0.0020914928,0.008380435,0.006832574,-0.0056355977,0.0073671313,-0.0014552895,-0.009108347,0.00906634,-0.015091981,0.006713131,0.010619225,0.008305429,0.0068402966,-0.019170346,-0.022036012,-0.01458343,-0.011080008,-0.003768067,-0.0056351186,0.010857645,0.00920657,0.002333846,-0.0018315411,-0.005074987,0.0017435127,0.006680624,-0.0027379193,-0.004077163,0.0008667279,0.0034179424,-0.0122136315,0.0018763104,0.001284384,-0.0052677533,-0.007063937,-0.0026966408,-0.0051876833,0.024317523,0.016557023,-0.013370254,0.003091891,-0.011989741,-0.0121039655,0.014490143,0.024780758,-0.010579746,0.0043403073,-0.0035587098,-0.004815931,0.006332427,0.0061785723,-0.009656458,0.010279763,-0.022221068,0.006848256,0.02030006,0.0066216043,0.01086841,0.0012032473,-0.017161764,0.007668717,-0.0009463994,-0.0129924845,-0.019436669,-0.0074000102,-0.00831919,-0.0061598816,-0.0021761605,-0.010469713,0.00437176,-0.0033404212,-0.01604177,-0.003985482,-0.011892988,0.011559152,-0.0018390523,0.008751734,-0.001183572,0.00020848362,-0.0031595135,-0.0146625135,0.0008747171,-0.00095042965,0.0072439285,-0.0035454212,-0.023958689,0.010652896,-0.006885485,-0.0020639321,0.0014852851,0.016824855,-0.005509034,0.0035468764,0.017236538,0.01844864,0.006477865,-0.0033694985,0.0114280265,0.015575663,-0.018554403,0.0009635386,0.01444077,0.00892343,0.0008716336,-0.0030200714,0.00025658586,0.011491183,0.013317873,-0.0022413875,-0.005337532,-0.00269182,0.00288015,0.020029241,0.0241634,0.023465421,-0.00485018,-0.013569939,-0.007554137,-0.0064850408,0.0062789978,-0.006155506,-0.010546435,0.0062019215,-0.0060417866,0.010916034,-0.011997037,-0.0054986523,-0.002592673,0.0008003647,-0.010184716,0.014714586,-0.0019752039,-0.004516373,0.0064015463,-0.004777486,0.02251141,-0.022125095,-0.004687283,-0.002221611,0.015991677,0.007123776,-0.007504511,0.0032659029,0.015151876,0.008529946,-0.045745328,0.016418584,-0.005626267,-0.0054839477,-0.0041345707,-0.010182416,0.0050391695,-0.0055572595,0.0057983394,-0.0005034979,0.0030394064,-0.024022313,-0.0025413907,0.024430905,0.033486906,-0.0016821234,0.009604957,-0.017762106,0.01051337,0.0066911504,-0.01674102,-0.0073945075,-0.0052450188,0.008667808,0.016661974,0.0075574657,-0.0038534075,-0.014333913,0.003926509,-0.0010427886,-0.0009171779,-0.013745036,0.0062160357,-0.006963669,-0.019570589,0.021624312,0.021758761,-0.0031216107,-0.016911667,-0.0026449738,-0.003037435,0.012332467,-0.0037016456,-0.007977931,-0.0060537616,-0.003591206,0.0012307571,-0.00167925,0.0046859304,-0.0043086563,-0.0030080264,0.0334939,0.0052904706,-0.0036749,0.024267541,-0.015472956,0.022991937,0.008925606,-0.0043575075,0.0012049659,-0.0022653653,-0.021697627,0.024506787,0.010798316,-0.01215581,0.013400494,-0.0062305867,0.011279482,-0.006077493,0.0014477216,0.0059142667,0.010123891,-0.0027900364,0.0023221846,-0.01006625,0.004377702,0.012625789,0.017702788,0.007900273,0.022522014,-0.0067774947,0.004056881,-0.01653115,-0.004639784,0.006442888,-0.0053187534,0.012108792,-0.010611106,-0.016143115,-0.004144022,0.008522729,-0.005395713,-0.008997845,9.436032e-05,-0.012958082,0.0027584087,-0.0041261115,0.0021102254,0.007929481,0.0024598078,-0.00027463483,-0.012451575,0.0018149014,0.0061491285,-0.0059549264,0.00022606863,-0.0043002306,0.0071134204,-6.8455e-05,-0.0029078557,-0.016745407,0.0038265432,0.002646716,0.0011296716,-0.0049225534,0.013886156,0.022694355,0.0044192723,0.0004991833,0.006693331,0.0028304844,0.0022328172,-0.0057724426,0.004091943,0.0109390635,-0.016267808,-0.0036660784,0.017533211,-0.004047826,-0.009688036,0.012480593,0.020254264,0.013296907,0.002459496,0.0062491256,0.00092742196,0.012618281,-0.008022954,-0.009760077,0.015123342,0.03141251,-0.0034738004,0.0033531056,0.0075572077,-0.0018732199,-0.007229291,0.0002717288,0.027639765,0.020268377,0.018492939,-0.0050782873,0.006066531,-0.006198863,0.012770843,0.0046289014,0.004858105,0.0062694093,0.00079287926,-0.009142021,-0.011723619,-0.010870416,0.013411864,0.004621785,0.0009652475,0.0080705555,-0.00044786258,-0.022557028,-0.003366342,0.015958482,0.00964979,-0.004539893,0.0038956862,-0.014243319,0.015177272,-0.0060434723,-0.002915616,0.00615665,-0.0013303722,-0.00046224202,0.011087119,-0.00031581457,0.0035959426,0.005178897,0.012921812,-0.024836829,0.000996075,0.006132035,-0.0022719817,-0.00022866107,0.006182532,-0.012851439,-0.013620222,-0.0035587032,0.012428275,0.0059675938,0.02126508,0.009206878,0.009527816,0.024204774,0.011076171,-0.01057164,0.0005675825,0.011387147,-0.008412525,-0.01311077,-0.08228788,0.023164073,-0.010853928,0.017315168,-0.00814729,0.0060445894,0.006423772,-0.0036595373,0.003964484,-0.0054860394,-0.013519651,0.002670787,0.01463976,0.0099706035,-0.007517842,0.011870149,-0.020880565,-0.001530311,-0.0013095901,0.011803162,-0.024959905,0.018587975,0.0046777083,0.0008739965,0.0025280959,-0.00036686275,0.0028032253,0.003526924,-0.0112225115,0.013464923,-0.00038872563,-4.599275e-05,0.0023716579,-0.010762108,-0.005466965,0.009956301,-0.012191255,-0.0026800898,-0.14783807,-0.015584708,0.0040510963,-0.00031531858,-0.014834875,0.004343202,0.016499866,-0.0054790345,0.012228607,0.0074290032,0.01125121,-0.0044555482,-0.0024873312,-0.004261794,0.004297388,-5.086745e-05,-0.011115007,-0.007220054,-0.0032707218,0.0053669023,0.0006708136,0.0031109806,0.026558004,0.0075227814,-0.004200861,0.008031636,-0.00051914563,0.009352091,-0.00043066524,-0.006008658,0.005817697,-0.009255555,-0.0061120708,0.01861126,-0.0008646616,0.0040056636,0.0032802797,0.01819678,-0.011014237,0.02869807,0.006115459,0.012313366,0.0013062694,0.0030649235,0.0015142895,-0.0051179137,0.005639609,-0.005752836,-0.022438342,-0.0074882926,-0.0060398495,0.0073938034,-0.014203038,0.022358757,0.011446623,-0.0035161155,0.027552838,0.0025094445,0.0019742474,0.0071920366,0.002463385,0.014014444,0.014426891,-0.026505515,0.007170167,0.0030164497,0.0025672805,0.0042639794,0.0065265545,0.03580699,-0.009113807,0.0022500146,0.022609323,0.01602656,-0.0045720553,0.0052470625,0.019483978,-0.02001139,0.0155415535,-0.008429644,0.0087426,-0.006338218,-0.026646044,-0.0015595473,0.007909741,0.011369188,0.007497377,0.0064325994,0.01872219,-0.022688663,-0.021415077,0.018988274,-0.027581276,0.0066984147,-0.011337139,0.00871842,-0.012812523,-0.009914638,0.002643771,0.0047128075,-0.014966831,0.006035794,0.015632968,-0.0014027873,0.014561938,-0.014160391,0.017519984,-0.019777868,0.006209991,0.014462714,0.012020396,0.013691258,-0.0017822202,0.017250733,-0.02570177,-0.00633347,-0.0043476266,0.022571009,-0.016501814,0.006435678,-0.0014852596,0.0018424641,0.002178144,-0.003465105,-0.0028179276,0.019724,0.0021587536,-0.0025430731,-0.0052584684,0.009396252,0.026666062,0.007985012,0.011143711,0.0017583763,-0.027265746,-0.0058672996,-0.0023100972,-0.0059821685,-0.0109007675,-0.020238684,0.009440507,-0.0071253045,0.0034263285,0.006304102,0.015002913,-0.009568523,-0.014068828,-0.006169098,-0.0043009613,0.006914709,-0.014857521,-0.018877814,-0.03082122,-0.011712307,0.010632059,0.0004377039,-0.0053259893,-0.0026211536,-0.021248715,-0.012115265,-0.012407311,0.012737064,-0.0026501662,0.016782163,0.004615235,0.02215095,0.000555682,0.008077891,0.013461721,0.008347006,-0.009108546,0.0028270078,0.00023949437,0.011183886,-0.004180262,-0.014676667,0.010561592,-0.028401924,-0.009628194,0.029084528,-0.0075951396,0.017796414,-0.008162338,-0.017552137,0.0025743204,0.028367564,-0.0081479,-0.021151604,0.008761909,0.00594734,-0.013118942,0.017026473,-0.025483659,-0.017654639,-0.011193232,0.012512332,-0.005594665,-0.007858628,-0.0024008942,-0.0051494674,-0.008843019,0.005567528,0.006437425,-0.16469124,0.0074332245,0.0042458996,-0.007298643,-0.00071529346,-0.025623607,-0.005109007,0.0031946492,0.012263196,0.0018276016,0.0048305173,-0.0058644465,-0.005147793,0.02095764,0.020557871,-0.024252385,-0.00072933914,0.009132917,-0.024329174,-0.000702078,-0.001031568,-0.006230658,-0.005782009,0.02301527,0.0040358114,-0.008101874,-0.0048658266,-0.015724003,-0.013202496,-0.0064199464,-0.0035135308,0.006308037,-0.009859254,0.0031673044,-0.018612916,0.004113547,-0.0016431188,0.017969195,-0.008729864,0.0034810873,0.01836114,0.0006759566,-0.00936266,0.012194524,-0.001954664,-0.010557045,-0.014064472,-0.02749491,-0.0018705705,-0.012033214,-0.015105991,-0.00205358,0.0030046448,-0.0021965608,0.01934125,0.002907339,0.003714916,-0.018577117,-0.0204158,-0.0004352824,0.013859543,-0.006869808,0.0031243626,-0.009973129,-0.010797456,-0.004070245,-0.00708388,0.15474994,0.011352853,0.013540746,-0.023018116,-0.022586554,-0.006650011,0.011640163,0.0028596632,0.0001895604,-0.015335485,-0.0070574,-0.0026342392,0.0018167542,-0.0008774358,-0.026890129,0.0009607026,-0.002491466,0.014921989,-0.0034853688,-0.0012871478,0.0049302615,-0.004347994,0.017852098,-0.021867733,-0.01795052,-8.2877945e-05,-0.0074030715,-0.030711198,-0.00030543507,-0.009301561,-0.011785508,-0.030771928,-0.029146396,-0.032482006,0.010023342,0.005400319,0.013951678,0.015922556,-0.02380301,-0.0017339342,-0.0081213545,0.006309708,-0.0028082915,0.013372074,0.017522508,0.0011634466,-0.010584362,0.022355331,-0.005200567,0.008839986,-0.018555904,0.0032691737,-0.00060233293,0.001015965,-0.0016158961,-0.013711552,0.014642536,-0.022783902,-0.005993732,-0.0033233296,0.015281781,0.010004819,-0.017309338,-0.0038836834,-0.0033756988,-0.00969468,0.008430734,0.0017906564,-0.003410134,-0.11649756,0.003137357,-0.031813618,-0.025126703,-0.02657641,-0.0129598845,0.022123981,-0.010923191,0.0032699397,-0.011018238,0.0058790306,0.019835083,0.006933305,-0.010704408,0.0046918583,0.015294031,-0.0019105343,-0.004951194,-0.0073343273,-0.011902326,0.010186539,0.007434661,0.006122296,-0.010994108,-0.0039990437,-0.022401875,-0.011516218,0.0032157772,0.0125138275,-0.023458013,-0.003730815,-0.005969273,0.011498112,0.02173603,-0.016375942,-0.00621456,0.013053877,-0.0034933104,-0.023107724,-0.014928647,0.011863725,-0.019444145,0.009580495,0.0013534199,-0.008629018,0.006739616,-0.006676214,-0.003435353,0.0061825663,-0.009830411,0.019859724,0.009795535,0.011072976,-0.018450797,-0.045885965,0.007462843,0.027313832,-0.052038994,0.008824055,-0.0042309477,0.007653204,0.011454188,0.007239755,-0.0043681613,-0.007153662,-0.00088667934,0.007513222,-0.0061539356,0.0069377176,0.01116949,0.007820151,-0.019050065,0.0064034746,-0.0037674916,-0.007991332,0.008700379,-0.019717125,-0.035630744,-0.005386244,0.0036590598,-0.01893419,-0.013115163,-0.010674828,-0.005087428,0.0071780286,-0.0026541674,0.0017467975,0.013889398,0.0061499747,-0.016311066,0.006668002,0.0030388664,-0.01837896,-0.010684092,0.009413398,0.0046951454,-0.0069488226,-0.009582022,0.013524102,0.010034322,-0.0053530713,0.013492432,-0.004579232,0.015294818,-0.005867984,-0.010665418,-0.02305238,-0.011355248,0.026692625,0.010213869,-0.01740055,-0.0063721538,-0.030521978,-0.011493716,0.005121616,0.00069455797,-0.007458629,0.011263159,-0.008787474,-0.004250989,0.0076802056,-0.010587011,0.022735879,0.0035284504,0.013289544,0.026218282,0.0023834563,0.029652348,0.017757848,-0.0036936977,0.00089786807,-0.00830756,0.005439383,0.01695709,-0.010790841,-0.021579752,0.022036849,-0.020435885,0.0052184416,-0.0016928245,-0.004501501,0.0018886806,-0.009222007,-0.013994218,-0.0023007425,0.003913187,0.0020003715,-0.02422675,0.007183226,-0.0064104297,-0.012340275,-0.008664651,0.0015515117,0.0071340366,0.005180819,0.016316934,-0.008739641,-0.0028697557,0.010662742,-0.018546006,0.0038605877,0.004580016,-0.013124368,0.009746348,0.030675665,-0.016111955,-0.012124149,-0.02108016,-0.006498177,0.027150378,-0.011119483,0.009771996,0.017538818,-0.0077591874,-0.00016750656,0.0041039274,0.0020469946,0.0011926509,0.0055312365,-0.081118606,0.0010912191,0.029480785,-0.016957935,-0.013233651,-0.008083799,0.014412702,-0.0058580823,-0.01431094,-0.005898946,0.0019817972,0.0027809795,0.0043465565,-0.00015235334,-0.017513094,0.0070090303,-0.0064742877,0.031703036,0.0006612733,0.00032153924,0.014096841,-0.009360736,0.011906488,0.010283208,-0.0013623291,0.00802771,-0.0042970297,0.016059965,-0.0011347405,0.010359086,0.010647081,0.009457678,-0.0011206188,-0.008820018,0.019981224,-0.028068086,0.023813883,-0.01706984,0.017655086,-0.039547287,0.029871231,-0.016101623,-0.06878749,-0.010529565,-0.009978485,0.015467807,0.005496225,0.008016378,-0.022936102,-0.00884084,0.0011106031,-0.019538078,-0.009177063,-0.02307131,0.006687176,-0.0053487937,0.00100323,-0.014111293,0.010349789,0.0031404924,0.012945085,-0.0061995583,0.015603225,0.0062588174,0.004212092,-0.0022022906,0.009283078,-0.008387918,0.008347294,0.0032137118,-0.006257852,-0.002790095,0.0011788774,0.017174687,-0.0044393386,0.024710488,0.0030449645,-0.0008191004,0.011440673,0.0046930364,0.01804672,-0.005242707,-0.02041741,0.030661125,0.006764678,0.0003791735,0.012929468,-0.08909924,-0.0055529526,0.009520874,-0.0032764738,0.011133522,-0.00235744,0.004165502,0.050130587,0.008171096,0.002092318,-0.0035838482,-0.008268372,-0.001658743,-0.012111408,0.024372704,-0.0077968095,0.0018384145,-0.00012815505,-0.015875982,-0.009436979,0.0051551196,0.019282093,0.023148732,0.030086951,0.017053848,-0.081302635,-0.009559113,-0.016105177,-0.008770615,0.014863475,0.012571728,-0.009207582,-0.008397618,0.004764773,-0.0030307225,-0.011226465,-0.016630795,0.007882638,0.014938354,-0.01678647,0.014630767,-0.02024632,0.015618381,-0.012589612,0.015213491,-0.003083716,-0.0052865245,0.023302143,-0.01039131,0.029138278,-0.013058644,-0.023291036,0.02547999,0.0088282395,0.011858375,-0.0022081384,-0.013944859,0.0017390376,0.00021440908,-0.013342421,-0.0115212565,-0.0059321676,0.007412523,-0.02443106,0.0056063463,-0.014829261,-0.016752556,-0.0074516316,-0.018922089,-0.0049903854,0.016366635,-0.00045074645,0.012715982,-0.000384756,-0.014613199,0.020052798,0.007864403,-0.00644901,-0.012719009,0.0083278585,-0.017325934,-0.011588975,0.017737623,-0.0031426896,-0.008275503,-0.026622994,4.64306e-05,0.013800063,0.0046818135,0.0046915975,0.010641338,-0.010848097,-0.008406343,-0.009728184,-0.012513093,-0.0068446877,0.0066227554,-0.005504235,-0.010224771,-0.0052931695,-0.0065657976,0.017093029,0.01484716,-0.008020739,0.030489082,0.006111431,0.016676571,0.006675068,-0.004365328,-0.0019933328,0.022532199,-0.002057773,-0.01230611,-0.0035449294,0.0006787635,0.006086135,0.016365537,-0.0041731,-0.011606935,-0.004681121,0.004426164,-0.01778577,0.02034899,0.0013129638,0.0025843135,-0.002596738,0.030300707,0.01653018,-7.220891e-05,-0.0020754905,0.030891633,-0.010421076,0.0024564592,0.00886086,-0.023087105,0.0018914777,0.010471522,0.0056582014,-0.0076688626,0.0022639416,-0.0063046906,0.016503278,-0.004891795,-0.0027432642,0.017871855,0.007102318,0.024984889,0.005257159,-0.020565854,-0.008024607,-0.007829183,-0.0022413149,0.0071240114,-0.02927779,0.013770659,0.013784605,0.0034776288,0.0038410947,0.024901446,0.03985412,-0.02345342,0.0068923696,-0.015943604,0.0033601113,-0.00043922768,-0.010558222,-0.007522378,0.01935945,0.02744692,-0.0028487297,-0.006416886,0.018371457,-0.0008575099,-0.012864641,0.038506247,0.004164197,0.0018364484,0.0027575816,0.015131587,-0.014785641,0.001989148,0.004906592,0.011449274,-0.0043091,0.01948068,0.018169815,0.012533512,-0.019553617,0.018972164,0.019962447,0.0032724293,-0.00023562854,-0.030767301,0.0019294207,0.0070854067,0.012902761,-0.000514552,-0.000709785,-0.012292063,-0.015791385,-0.009267353,0.012370571,-0.00025496932,0.0012434629,-0.010387339,-0.016803652,-0.013411266,0.0008485705,-0.014721384,0.015854575,0.0009300476,-0.026339594,0.0059780343,0.023054,-0.0067798826,0.006781115,-0.01614321,0.0092951525,0.001056674,0.005803208,0.016121132,0.0022733863,0.027130084,0.016670227,7.063613e-05,0.0026560046,-0.012701014,-0.0037736814,0.004811658,-0.0108673675,0.013203915,0.008257154,0.024286121,-0.0018948818,0.0069798618,-0.0043723667,0.025575168,0.0019691738,0.011672758,0.0002494092,0.024157723,0.0018088544,0.021919524,-0.005973172,-0.0146213835,-0.0073510157,-0.007662878,0.01966294,0.006483234,0.002348546,0.00092330645,-0.019197956,0.0078964215,-0.0017664911,0.0007516843,0.0035129595,0.0032620283,0.0128513165,-0.028985003,-0.029558338,0.018516408,0.0071339346,-0.02401536,0.010731302,-0.03392337,0.0144620985,0.0037979397,0.009128836,0.026568295,0.012567956,0.0064803828,-0.019118987,-0.035072535,0.013407087,-0.031706966,0.004018124,0.005467426,0.00033482522,0.0037142283,-0.0049423194,-0.0001928521,-0.010703515,-0.008985382,0.033865597,0.010613879,-0.0040966813,-0.00054188014,-0.006060019,0.026056614,0.012283098,0.0056277122,-0.0057430305,0.016309256,-0.006466352,0.01832182,0.0037158926,0.006987482,0.010789371,-0.015800053,0.011066231,0.025240768,0.0024176047,-0.0036410794,-0.024500867,0.012255459,0.01607484,0.0052970145,-0.008029058,-0.0043658335,0.0033530127,-0.001891966,0.010888924,0.015898257,-0.00027744228,-0.011153402,-0.034237638,-0.011349707,-0.008241205,-0.003578949,-0.0001420646,-0.021188464,-0.007221774,-0.005180985,-0.015633198,-0.0052059735,0.008242056,0.014293773,-0.0033391505,-0.024125827,-0.00017784198,-0.0166714,5.051855e-05,-0.009762345,0.0018265143,0.004612996,0.0018764002,-0.016605997,-0.0016069527,-0.0036102529,-0.011731809,-0.013419124,0.01417467,-0.009941145,-0.014544535,-0.032506313,0.013520619,-0.004541232,-0.0075987144,0.022318685,-0.0020098719,0.014421804,-0.0019725796,-0.0013120739,0.01161035,0.0017655508,0.014283251,0.003959343,0.0117980745,0.0033885941,0.010474142,0.0027477022,0.017709423,0.0200437,-0.002100651,0.0030540584,0.008803638,-0.016789021,0.011281624,-0.0047225067,0.0038295588,-0.03348632,0.00070571416,0.023687579,-0.023318427,0.008531566,-0.0014059783,-0.011489766,-0.038343184,0.018905206,0.010165921,-0.010373766,0.023457684,0.01257142,-0.005168116,-0.015561512,-0.0023627041,-0.0035512212,-0.0015619396,0.020484067,0.013736993,-0.005419696,-0.0052653304,-0.013557369,-0.008278158,-0.013473224,0.0052394853,-0.009159907,-0.01451391,0.00032155373,-0.012568813,-0.003021522,-0.019220889,0.0048454246,0.032263685,0.010836342,0.0024212135,-0.002691664,-0.005725632,0.010055218,-0.0058537973,0.00092946884,0.010644067,-0.025780307,0.0005210159,-0.009267486,0.017190695,-0.016582452,0.0028103746,-0.029795086,0.0004214269,0.026008494,-0.010007219,0.0068077785,0.005797855,-0.005237479,-0.0033950757,-0.011585506,0.014892414,0.0028240932,-0.0045957905,0.0057897726,-0.00446306,-0.0227947,-0.008002338,0.0016842842,-0.011942466,-0.0019856705,0.016160604,0.004455544,-0.0020925724,-0.0041948687,0.0029986447,-0.006935033,0.0072687627,0.0017492091,0.01429063,-0.0036596472,-0.003461716,0.018125197,0.0127983475,-0.008668837,-0.000506309,-0.0030214465,-0.016108101,0.017456029,-0.007056173,0.018587736,-0.008871693,0.009086378,-0.0051141037,-0.013821004,0.0097433785,0.017029867,-0.008634842,0.019383535,-0.014238013,-0.003092781,-0.015488212,-0.0033841338,0.025444739,-0.009517051,-0.0045304773,-0.05627847,-0.0076714694,0.012679408,2.85704e-05,-0.0013611759,0.023835113,-0.00617427,0.004393615,-0.011570115,-0.005250523,-0.011889771,-0.008628298,0.005774618,-0.0011201396,-0.016155168,-0.024408448,-7.046071e-05,-0.01745627,-0.016838938,0.02120791,-0.01176133,-0.004659341,-0.0019984348,-0.00024527803,-0.0051416503,0.0027928844,0.008065545,-0.030535296,0.02617411,-0.0038761334,0.010003721,-0.007613717,0.011709081,-0.009131506,0.0017947106,0.0049581435,0.024092613,-0.030787652,0.01327416,-0.0149656935,0.016385695,-0.022662267,-0.0033460015,-0.028730202,-0.003260186,0.012446443,-0.009888779,0.013906442,0.008151998,0.0027436141,-0.003988666,0.0032965806,0.002967112,-0.013213592,0.018405583,0.016908977,0.01272691,-0.0036426012,-0.010931798,0.0070823594,-0.01425717,0.00330167,0.021232229,-0.02216505,0.021404885,-0.007970917,0.0028006323,-0.012556151,0.004353763,0.025612412,-0.0083314385,-0.0066814674,0.0043782536,0.0131060565,-0.0026216256,-0.014648953,-0.025287319,0.0069635403,-0.002769732,-0.016507948,-0.0079617305,-0.026505742,-0.016365273,0.0054608425,0.008817168,0.012109296,0.005534277,0.0064231064,-0.0015504676,0.012797634,-0.0044383514,-0.0030750092,-0.010316749,0.00072831876,0.00082927523,-0.013723583,0.0023378374,-0.0035712798,-0.015565315,-0.014437628,0.035526708,0.016053716,0.015975814,0.0157759,0.020036714,0.005282405,-0.011525993,0.013222534,0.0054435907,-0.027989984,-0.012554351,-0.028726012,-0.0016484197,0.0037553385,0.011830268,0.014553951,-0.018372796,-0.0168029,0.007907634,-0.0008107406,0.008850752,-0.008025875,-0.0017005474,-0.03312426,-0.0055105565,-0.0013664151,0.025082452,-0.0068395664,0.010521019,-0.011083371,0.009981535,0.0023475771,-0.008887669,0.00873228,0.0133398855,0.013476733,0.0020246683,0.003872764,-0.007966299,0.04040661,-0.020541202,0.023344392,0.009028133,-0.01775302,0.027522413,-0.013013853,0.01969384,-0.00059509854,-0.016503524,-0.014679401,-0.006070491,-0.0218539,-0.014491904,-0.02080881,0.021179523,0.0323468,-0.020803215,-0.031447142,-0.040462364,-0.0068807593,-0.0082353735,-0.011933818,0.029541561,-0.019673407,-0.018325754,-0.028378861,0.0054417946,0.013427967,0.009794183,-0.015859198,0.02555237,0.008715488,0.014300747,-0.0153947035,-0.006471869,-0.004031436,0.016796222,0.0030334943,0.018261641,-0.014049851,-0.008409801,0.009214119,0.021296302,0.013782394,0.016400846,0.0030359332,0.04072323,-0.0042676264,-0.0028448512,0.008733177,0.0095999185,-0.0008155336,0.0013286739,-0.0141066415,0.019818313,0.021977203,0.011227743,-0.005067959,0.021283705,-0.007963081,-0.01484009,0.024425866,-0.0116968015,-0.007186223,-0.010789157,0.010695069,-0.0018478971,1.0303091e-05,-0.03296189,-0.0065385536,0.001598031,0.022474108,-0.0011758908,-0.0049369875,0.17727527,0.12928616,-0.0063038617,-0.0043462515,0.025594031,-0.02044939,-0.0077903126,0.0075344886,0.021422986,-0.02312907,0.004148923,0.007622951,0.016191192,-0.02736812,0.014112564,-0.0028631915,0.006100281,0.0030414492,-0.019597897,0.013225257,-0.005991282,0.00993638,0.009094365,0.0049103824,-0.0025503966,-0.005023501,-0.027868975,0.00972849,0.017438341,-0.006863552,-0.020628901,-0.019259652,-0.01610154,-0.009491013,0.013994915,-0.023115909,0.01758053,-0.000116171606,-0.018429903,-0.00036898645,-0.036739256,-0.0036027348,-0.00024987748,-0.012555117,0.0022142378,0.00873124,-0.016599556,-0.005356061,0.0047758305,0.005084505,-0.0017975961,-0.00907105,-0.010593215,-0.015662571,0.008639233,-0.0152456565,-0.0011512877,-0.006595604,-0.014916961,0.004689894,0.021316193,-0.0034510668,0.009668687,-0.0094914315,0.005690445,0.007010567,0.011882559,-0.018046416,-0.013747615,0.012104831,-0.014994809,-0.023465067,-0.005383462,-0.00417575,-0.0040788953,0.027837979,0.019105995,-0.009991511,-0.003990651,0.016852181,-0.002220726,0.01981145,-0.002239653,0.026016764,-0.023274401,-0.010035008,0.008421284,0.0071138153,0.09036459,0.006914693,0.005771814,-0.011312226,-0.0069274367,-0.0031799667,-0.008739888,0.053013965,-0.0075464216,-0.018285794,-0.0038583395,-0.013543858,-0.0063544805,-0.006364635,0.012974196,0.002581018,0.004640622,0.016137088,-0.017207436,-0.00061784615,-0.025356751,0.011636063,0.013202776,0.03457947,0.009779702,0.0014839832,0.011552076,-0.035864446,0.0047463276,-0.026976952,-0.10145089,0.010633882,0.005296416,0.00084268826,-0.0048505585,0.018543793,0.01331605,-0.012709042,0.009824554,-0.00271817,-0.035283715,-0.012709847,0.007113519,-0.0009798068,0.023364447,0.017744606,0.008327385,-0.02061756,-0.014825782,-0.010043935,0.005718539,0.013258056,-0.0069148904,0.006029579,-0.0018531369,-0.0009622365,0.0023608217,-0.01920714,-0.027946984,0.009923955,-0.010530795,-0.004719012,0.0035815493,-0.0002853198,-0.0015043361,0.013226275,-0.024845738,-0.0014229802,0.009977797,-0.015545905,-0.010305813,-0.005744429,-0.028161023,-0.013948888,0.0023724511,-0.031061886,0.012918784,-0.0030800488,-0.008410861,0.008099991,0.025335656,0.0053855563,0.009725333,-0.007660257,-0.010893096,0.00062622677,-0.008376866,-0.028889949,-0.011334747,0.0154651925,-0.00892096,-0.013624241,-0.009010195,0.008895,0.017586166,0.00031277994,-0.021689495,-0.0013746257,0.010693001,-0.0054730694,-0.0010972789,-0.014429913,0.002259409,-0.025590004,-0.0007375212,0.024330562,-0.020481732,0.018777186,-0.0027459606,0.027386438,0.0013412985,-0.0023413345,-0.0033038498,0.09495949,0.008698751,-0.0026758343,-0.0056436984,0.019493414,0.009929559,-0.021031413,0.0020738568,0.0256057,0.013631846,-0.012417537,0.0059426934,0.012446386,0.013386838,-0.0010176097,-0.017495023,0.0029829848,-0.026923506,0.0045933444,-0.0024501244,-0.010077802,-0.0021471062,-0.01782362,0.010478547,-0.014370389,-0.002760662,-0.021114185,0.01865052,0.0058859,0.0051751393,-0.011873771,0.003320226,0.008271521,-0.01292514,0.032052174,0.025367036,0.005959624,0.014308147,-0.0058838893,0.018733094,-0.0080619315,-0.011451225,0.03172531,0.0038710004,-0.027495375,0.19798677,0.030403925,-0.00719213,-0.013632029,-0.013154616,0.008597302,-0.0024370903,-0.017250689,-0.0004132745,0.030730829,-0.015470853,0.00019072185,-0.0042341514,-0.0017940716,0.010533014,-0.02292214,-0.018200312,-0.010393507,-0.004097782,0.0034711724,-0.010959431,0.00607043,-0.037013564,0.011469577,-0.003435732,0.016358146,0.022686519,0.01192848,-0.014524113,-0.004603841,0.022372905,0.018724987,-0.0024648302,-0.022932552,0.006771886,-0.010547331,-0.027056688,-0.0010321904,0.020670062,0.010867112,-0.022536773,0.0070977877,-0.010226157,0.03128128,-0.027386513,-0.006536191,-0.006018136,0.010562754,-0.004213693,-0.017519346,-0.004991674,0.008440729,-0.013013182,-0.012469128,-0.0052791415,-0.014566159,0.010336005,-0.016558502,9.189329e-05,-0.0105694635,-0.015646452,-0.0028872807,-0.0015611066,0.022009285,-0.022066327,-0.011153458,0.008550111]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 149,
          "content": "Japan firms eye Russia aluminum on supply concerns despite Mideast ceasefire",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.004730724,-0.020943807,-0.009808811,-0.09501839,-0.033398584,0.017213767,-0.028039645,0.00057376677,-0.010305966,0.0110087255,-0.0150368875,-0.001979,0.007131782,-0.0070604393,0.097629614,-0.0051472,0.002503486,0.011546488,0.0022790749,0.0007564801,-0.020425916,0.0056902743,0.01969156,-0.047832604,0.032678522,-0.021919677,0.017352007,0.0041832747,0.010278159,-0.027178664,0.0074239415,0.018465927,0.01796781,0.027992265,0.01757354,0.032859214,0.008245005,-0.014813486,0.0057001463,0.0162899,0.0006535621,0.031458497,0.00215155,0.005555947,-0.029391468,-0.013269467,-0.0013705244,-0.023931682,-0.016012453,0.02194518,-0.008009885,-2.7818662e-05,-0.0064673377,-0.16884643,-0.009638233,0.03380638,-0.014169317,-0.008246378,0.033979543,0.0016841308,-0.0030124187,0.017532306,-0.008374613,0.0027255025,0.017572166,-0.0041181585,-0.01166117,0.00080994546,-0.009674061,0.010078613,0.017105186,0.018234393,-0.012238592,-0.010299225,0.025310613,-0.020660201,-0.011880999,0.013248938,-0.01654074,0.0072558657,-0.00079016195,-0.024565632,-0.015308245,-0.0021351788,0.02370069,-0.022962634,-0.03365223,-0.00058704393,-0.030320188,0.049529098,0.00910755,0.0288584,-0.009428121,0.028784292,-0.030954521,0.014417845,-0.019022373,0.0021274332,-0.023536954,-0.007917813,-0.01829387,-0.016247293,0.0041088136,0.036079068,0.0038746714,-0.0054118964,0.016909225,0.00597053,0.02200432,-0.013020181,0.017857216,0.021407718,-0.014648559,0.038603514,-0.0052289506,-0.11229603,-0.018469537,0.011055366,-0.008288081,0.009560323,-0.03604252,-0.028771931,-0.008130924,0.011336407,0.021353155,-0.026815007,0.023344455,0.03789395,0.0057437834,-0.00054325873,0.0007403854,-0.034468256,-0.00028849102,0.005397282,0.02218177,0.02130574,0.009185674,0.0063372115,0.0028088945,-0.03157661,-0.0058615627,0.032468967,-0.00701826,0.008965289,-0.040640455,-0.010185283,0.0033293765,-0.0044665523,0.019456781,-0.010417412,0.005382574,0.013976144,0.013207059,0.0032185111,0.003765929,-0.0026846635,-0.018044561,0.012711194,-0.0026725654,-0.033149417,0.006415842,-0.015523795,-0.00067588734,0.0067714285,-0.010336629,0.018612185,0.020264003,0.021025889,0.0071802265,0.0076080374,-0.014731571,-0.0073300893,-0.00049913727,0.006819775,0.0012234461,0.011377569,0.015684908,-0.0064479476,0.017956441,-0.0132819135,-0.004034885,0.010167564,0.0059387167,0.046841834,0.01609746,-0.0045293462,-0.0083915675,-0.024758408,0.017172867,0.006818659,-0.009719012,-0.006253907,-0.016885122,-0.054566156,0.015579455,0.02808001,0.002543187,-0.0132095665,-0.0106129935,-0.0024666572,0.008532145,0.00041478366,-0.050770763,-0.010396523,-0.010465885,-0.005448255,0.01145816,-0.002122345,-0.008028387,0.015928473,-0.004180113,0.022351077,-0.01112198,-0.006848467,-0.013918367,-0.012467412,-0.006393685,-0.008869807,-0.003243055,0.0001994173,0.020727238,-0.023465531,-0.0030784495,0.009999775,0.02721777,-0.014094277,0.04235062,0.0021220434,-0.0076546427,0.029246194,-0.023969403,0.015482886,0.006288992,-0.000631835,-0.0052727484,0.00418268,0.0020632313,0.052400857,0.018469045,0.024923649,-0.01207221,0.005298637,0.00028904833,0.030289816,0.0040979637,0.022665385,0.016040066,-0.0028197835,-0.009173512,0.023008581,-0.004447049,0.038571168,0.03406983,0.016916826,-1.0386968e-05,-0.007988542,3.4668297e-05,-0.011624751,-0.0002768604,0.017744252,0.0151583245,-0.016868586,-0.026519323,-0.013809923,0.0037104648,0.02325809,0.004686112,-0.018049588,-0.023127653,-0.012279018,-0.029774632,-0.0020992951,-0.011011262,-0.0111310175,0.005958624,0.015689988,-0.03701654,0.019905671,-0.008071329,-0.012960395,-0.0081190625,0.011483039,0.018109413,0.018881405,-0.0024075198,-0.020610593,0.0033350326,-0.0024436116,0.0003411603,0.011167198,-0.00025058375,0.00075585156,0.017762562,-0.00958856,0.04666965,-0.00543821,0.012926628,0.0046596793,-0.005305862,-0.008582944,-0.014720135,-0.018032873,2.326621e-06,0.07180952,0.008507435,0.0130302645,0.002877426,-0.0011256335,0.03753295,0.007137894,-0.009802643,-0.03756274,0.0053215385,-0.020197256,-0.019732276,-0.03386156,-0.015533206,0.002402931,-0.038448986,-0.026293198,0.007243107,0.0033285662,-0.004931073,0.009266778,-0.029112237,-0.019175997,-0.010011633,0.019864613,0.00818038,-0.013452855,0.0041970657,-0.021148471,-0.019350246,0.022793358,0.00021021267,0.009180715,0.0033019274,0.005438995,0.008432821,-0.0057791253,-0.024972618,0.014468504,0.004825106,0.010389364,0.023539184,0.0051689013,0.010606684,-0.0074430583,-0.029789556,0.0016490439,0.00031355844,0.002487102,0.029220043,-0.032202512,-0.03531816,0.021280086,0.010055488,-0.033829503,-0.00051398965,0.011085157,-0.005642297,0.01943692,-0.0012974488,0.004564691,-5.467821e-05,-0.028700342,0.034518745,0.03067269,-0.018284181,-0.027101966,-0.0050108824,-0.009607475,0.006838164,-0.0035052057,-0.013578447,0.0054562776,-0.012053022,-0.016786756,-0.0062795957,0.034454897,0.012505617,0.017414737,0.0091154035,0.013754615,-0.013728732,-0.026065359,0.0010406541,-0.005655183,0.0005558798,0.0229377,-0.015058279,-0.013997349,0.0013994618,0.03209601,-0.03318785,-0.0075476333,0.019348202,-0.0008395717,-0.01857979,-0.023417069,0.0072959806,-0.0037579192,-0.0113122165,0.0009698432,-0.0023089633,0.007305187,0.0111025,-0.041341312,0.019835016,0.009225382,0.007420204,-0.013673984,-0.012616101,0.01500643,-0.0148238195,0.004176366,-0.012784398,0.015123785,0.025853105,-0.012958869,0.02581958,0.012893936,-0.022627134,0.008817874,-0.017552216,-0.014153911,0.026799183,-0.0040970757,0.030886028,-0.01247936,-0.0193491,0.000738156,-0.0033607518,-0.02131685,-0.011981084,-2.2601478e-05,-0.011704254,-0.0066901594,-0.00042733608,-0.024822533,0.010062422,0.02049809,-0.01894646,0.01961475,0.017431043,0.017923964,-0.014404506,-0.01975711,-0.0071060034,0.02703215,0.0029827945,0.010085641,-0.01387273,-0.0018175577,0.009321618,0.009095146,-0.03193361,0.01311391,0.004867867,-0.013462111,-0.010582828,-0.028367596,0.009456739,0.033398747,0.0022062252,0.030262318,-0.0074959323,-0.016620899,-0.0006409814,0.006559428,0.016732998,0.015153675,-0.02122482,0.0025759542,0.004804876,-0.004561534,-0.050738405,-0.023349352,0.018529415,0.036280993,0.02629694,-0.0025796557,0.004834127,-0.0023347624,0.008873268,0.01076742,0.0027985338,-0.014892816,0.013554873,0.0033357157,0.020716213,-0.010517398,0.0034494437,0.0077614277,0.021707904,-0.008382308,-0.0062292307,-0.0020214962,0.02107761,0.011301197,0.0021049841,-0.01738798,-0.0018405163,-0.026344856,-0.04261607,-0.017609634,-0.008247759,-0.0010921616,0.023209915,-0.0025410946,-0.0070586074,0.003003895,0.010810841,-0.008684721,0.0033874314,0.0068613794,0.03177725,0.00055814005,-0.01050898,0.0033771228,-0.017091405,0.015946506,-0.0049333074,0.0031208633,-0.019092426,0.0026380739,0.013149699,0.002435888,0.022383405,0.029307347,-0.000115926894,0.013297775,0.0020253502,0.024521245,-0.004639606,-0.010479784,-0.0010119551,0.0065564956,0.024315521,0.013663642,0.010086013,-0.0131293405,0.012143925,-0.023431133,0.022245232,-0.06915798,-0.009706398,0.0036565245,-0.02155736,-0.03559214,-0.008317442,0.036039595,0.0019177111,0.029395176,-0.0069958516,-0.0007205299,-0.015777862,0.025093043,-0.014386401,-0.011204933,0.016877266,-0.013317556,0.010871309,0.018079732,-0.020831225,0.03728407,0.0036956659,0.0120585095,0.03808099,0.05322338,-0.03264515,-0.003456696,0.0036658633,0.015949551,-0.0051651993,-0.012897501,-0.010104973,-0.013842132,0.016747108,0.010865363,-0.0073385364,-0.0050200187,0.011950369,-0.017338764,0.0021086028,0.026230916,0.0124538215,0.017343313,-0.02739826,-0.02511323,0.0058140107,-0.029962262,-0.010073574,0.009022132,0.019632963,0.0015161046,-0.019444961,0.029215654,-0.007202813,0.016383246,-0.033128656,0.0056985286,0.0042397897,-0.010943409,0.013043319,-0.02263544,0.0056538894,0.004487603,0.04549645,-0.0017162149,0.017953178,-0.014922182,0.015586448,0.023203831,0.024789993,0.0005253744,-0.009620459,0.01038269,0.01301916,0.011849421,-0.013987417,-0.011865411,-0.005505242,0.013149215,-0.0014876678,0.011837756,-0.019976335,-0.119606525,-0.013827852,-0.019490276,-0.012825714,0.008905478,-0.015022053,0.012436566,-0.03061706,0.03266125,0.019845495,-0.008423354,-0.022367194,0.014497414,-0.023241991,-0.0021150266,-0.020522965,0.024417952,-0.017709166,0.03300868,-0.009526598,-0.0009056388,0.00097387336,0.017983291,0.009786827,0.007131,0.017525358,-0.036263395,-0.0051216776,0.015920913,-0.018369649,-0.023025418,-0.1308278,0.010239555,0.011220269,-0.0066628046,0.017633887,0.007531938,0.013505973,-0.024549741,-0.0054906965,0.011924473,0.015475184,0.004374178,-0.006611435,-0.018679883,-0.0010340395,0.11221366,-0.0065198652,0.009144957,0.0016863948,0.0075637074,-0.009406578,0.0034206146,0.024331307,0.015147198,-0.014870358,-0.0040861447,0.011355529,0.04592687,-0.005339723,-0.010822906,0.013695357,0.0036222474,-0.012053912,0.00067117077,0.023567425,0.0061356197,-0.0047460613,-0.011192836,0.012484267,-0.040329978,-0.005136257,0.009857072,0.033558633,0.03184597,-0.035987604,-0.0020284925,-0.0042531337,0.015301429,-0.010018226,-0.00779821,-0.024762105,-0.07292002,-0.0013733315,-0.0043179425,-0.015079785,0.01098824,-0.00036020263,0.0018571462,-0.012070855,-0.0013860404,-0.02067741,0.009164434,0.0005074217,-0.014684779,0.0046143704,-0.02421427,-0.007129411,-0.026196422,0.005563637,0.0027455075,0.0040812115,-0.0054790424,-0.005452047,0.0010989604,-0.01215603,-0.045089122,-0.032604583,0.036025062,0.015152799,0.0038685324,0.030694108,-0.013250363,-0.020753684,-0.014516477,0.0073423767,-0.005844079,-0.010391695,-0.004169009,-0.010568171,0.020695496,0.021792637,-0.014105089,0.019732727,0.020506132,-0.007089019,0.008210558,0.00082712393,-0.03908642,-0.008332502,0.006255188,-0.023407588,0.007830807,-0.0066103917,0.01539735,0.003423673,0.0073271133,0.009250765,-0.00061444147,0.039645087,-0.033148706,0.0012464257,-0.00021397429,-4.300282e-05,0.005713795,-0.006799249,-0.005891727,0.012776674,-0.009131041,-0.00085697335,-0.020598128,0.009472429,-0.0023988367,-0.0075572864,0.007882886,0.014495665,-0.0010070052,-0.015296119,0.023985073,-0.019320646,-0.03605473,0.0032003592,0.0006013664,0.0023072823,-0.011979953,0.011023162,0.008988214,0.008226327,-0.0011947276,0.006078111,-0.007213663,0.0075952783,0.008841955,0.0063648815,0.0061727026,0.012832896,-0.012358238,-0.008828512,0.0027489553,-0.011167954,0.007058801,0.014451568,-0.01806385,-0.0072913948,-0.01780621,-0.013204106,-0.01074793,0.0073691495,-0.0036412396,0.009114472,-0.016377449,0.013486987,0.007734479,0.014410459,-0.0017256726,0.01617181,-0.004972088,0.008104825,-0.00985198,-0.021289224,0.0027028609,0.0034951798,0.015741194,-0.027727889,-0.0068353666,-0.005861114,-0.01202747,0.0013607522,0.010183596,-0.002534663,0.013491833,0.014307971,-0.013718266,0.0026038676,-0.010816993,0.008789548,0.017911544,-0.010629334,0.012714316,0.006225046,0.006348422,-0.021954412,-0.014113025,0.0009803523,-0.009166788,0.017393412,-0.0067759627,-0.0043417336,-0.0017149666,0.012355367,0.009286976,0.004383615,-0.017208606,-0.012355895,0.00464598,-0.010598921,-0.012654056,0.009911469,0.009055431,-1.5351057e-05,0.00791906,0.0030697933,0.0064485157,-0.0012481578,0.011283497,-0.018997533,0.009292948,0.0035252213,0.01201792,0.0131072495,-0.0049950476,-0.02407807,-0.017214544,0.017392885,-0.001356797,-0.005105826,-0.0032116612,0.017351165,0.014301039,-0.0011456365,0.0005311761,-0.0028795705,0.015163344,0.010569242,0.017180549,0.0008032847,0.004364535,0.023019962,-0.0035694297,0.023709841,0.00600367,-0.00435838,0.0009483101,0.016253337,0.009155173,-0.002793418,-0.008099726,0.0088991355,-0.011982393,-0.038148805,-0.0010829924,0.011475738,0.006564241,0.0059410483,0.0067109824,0.0037808623,0.0026633262,0.0011069257,0.016103532,-0.006910354,-0.014528098,0.0039671417,0.012797772,-0.0068735736,0.014012889,0.008692937,0.0026134448,0.0017134488,-0.0005424864,-0.020852154,0.015347417,-0.0069631785,0.0061815027,0.021328656,-0.003141848,-0.013820332,-0.005016499,-0.008142866,-0.00018361669,0.00016479715,-0.010902238,0.005920066,-0.0014331875,-0.017683389,0.010763444,0.0117900055,0.009824279,0.020038165,0.009249853,0.0051940805,-0.024380852,-0.016060077,0.0048980424,-0.020682333,-0.0014736681,0.01929795,-0.00059950614,0.010223472,-0.016146118,-0.0068401587,-0.0053834924,-0.0010105942,0.0152690215,0.008689209,0.0031890133,-0.016660277,0.006629355,-0.015436961,0.021928258,0.024393592,-0.006040772,0.078561485,-0.02282633,-0.0023104227,0.008612405,-0.00846858,0.016130665,0.02191109,-0.027781006,0.0013378555,-0.0089946,0.021102212,-0.015201046,-0.00063989684,0.0057993894,-0.0056819194,0.020816157,-0.0069198306,0.008024404,-0.008801287,0.0139418915,-0.012877651,0.009357891,0.0060445163,0.0004457622,0.014993856,-0.005295001,-0.011551906,-0.0026857615,0.007121513,-0.0007694983,0.010770039,0.0068024136,-0.0035399338,-0.0002575287,0.0010512049,-0.0042591947,0.00054855016,0.015613823,0.0068570385,0.004800911,0.018126274,0.0023290748,-0.0011898254,-0.0066161356,0.011297061,0.0039716633,-0.0187312,0.0061779497,0.00066319824,0.020760637,-0.0017663523,-0.0038150705,-0.0015541563,-0.014689687,-0.0033704245,-0.003373538,0.0045331987,0.00055412523,0.0060397824,0.028685138,0.007962534,0.0073076384,0.0049188407,-0.0007218577,-0.010272057,-0.0008947022,0.011843062,-0.0091191875,-0.012842119,-0.0021357457,0.0010373516,0.003378804,-0.002857079,0.005161442,0.022137439,0.01147518,0.002054914,-0.008934405,-0.003822083,0.00035154927,0.014862921,-0.005875268,-0.012124811,-0.002585613,0.02009244,0.0032303499,-0.004887409,0.0031425322,-0.0136904605,-0.011044995,0.015232252,-0.014334067,-0.0007669342,-0.0051048645,-0.004891098,0.02614496,0.060002748,-0.012002517,-0.013667939,-0.009128224,-0.022096682,-0.017959034,0.0034249322,-0.009488797,0.026237207,0.018810762,-0.010719456,-0.0041613025,-0.011847874,0.016486146,0.0056962837,-0.0032032172,0.011031117,-0.0114038205,0.0031349277,0.002334683,0.0129131945,-0.0043414044,0.008447447,-0.0039931703,-0.00034880303,-0.0066361255,0.0027893211,0.0059395074,0.0051698303,0.0089960825,0.0016539167,-0.0041269707,-0.008539178,0.011302137,0.012766592,0.0027020564,-0.010815486,-0.0061982116,-0.009115503,0.0077088196,0.0093232505,0.00093883293,-0.007027422,-0.006666268,-0.015144241,-0.0019470957,-0.008659311,0.010954965,-0.012413173,0.012256555,0.0047700107,-0.00010041542,-0.015963199,0.0053237258,-0.007658912,0.0035228548,-0.00057432696,0.004671395,-0.015772877,0.00010033658,0.012137315,-0.00907826,0.005965932,-0.0011536247,0.002438638,-0.004697621,0.00663734,-0.01782226,-0.008629198,0.012794492,-0.00010234899,0.016333867,0.0011053697,0.02082469,-0.007882472,-0.00186596,0.014788652,0.008716417,-0.023766868,-0.013103026,-0.0075345635,-0.002910087,0.0020948916,-0.0056805564,-0.0034191865,0.0056987847,-0.016738856,0.007279706,0.009287259,-0.011317214,-0.026366368,0.0053400337,0.027284168,0.001936769,-0.009765034,-0.011956201,0.0070547825,-0.0026116692,0.004335616,0.0077174027,0.015148648,-0.012427657,-0.01590681,0.012587675,-0.017178472,0.010228412,0.00023721904,0.0019785305,0.001986598,0.0045684814,0.0068213735,0.0003005727,0.003387244,0.00095964054,0.007778183,-0.038335476,-0.0033464206,0.002044136,-0.0046834503,0.0022869501,0.009252048,-0.012462595,-0.0028676374,-0.0037900265,-0.031171693,-0.0082421405,0.005323498,-0.010859719,0.015260833,0.0047670705,0.014332049,0.0045797685,0.0060404334,-0.003229143,-0.019092241,0.007870066,-0.004695071,0.007853396,0.014892993,0.014371984,-0.020411372,-0.009535623,-0.0075038676,-0.006754632,0.027201401,0.0022317024,0.009037827,0.00040340028,-0.0026703007,0.022170722,-0.021318823,0.005512573,-0.0112283155,-0.010543442,0.010315705,-0.0018240534,0.002242191,-0.0038396618,0.007898331,-0.016688839,0.0032783162,-0.03425491,0.0073640076,0.018222764,0.018844724,-0.002678941,0.013757692,0.013234004,0.0040176366,0.001278489,0.0057495916,-0.0012299133,-0.02189488,0.010274009,-0.0054184347,-0.0024332954,-0.0031666954,-0.01710416,0.008856661,-0.001601362,0.00016670235,-0.017308323,-0.0069446866,-0.014545517,-0.011320954,0.019157328,0.010948637,0.005470834,0.0022282104,0.013515691,-0.013337595,-0.0062412196,-0.0131819025,0.0065958523,-0.014074459,0.0013783473,-0.00068578625,0.008199782,-0.016633622,-0.01915436,-0.0135185765,0.010169639,-0.009252971,-0.00017273876,0.0079130605,0.006538164,-0.012204913,-0.01089601,-0.01576309,-0.0043096594,-0.008321712,0.012576528,0.015965542,0.012250931,-0.003926437,0.026345938,0.003454889,0.005033679,0.006343049,-0.0048476886,0.001696166,-0.009052755,0.0143998,0.015858758,0.018090673,-0.01588594,0.007532506,-0.009501634,-0.0012395291,-0.0032178508,0.016806861,0.011391792,0.0052173818,-0.028185984,0.002405373,-0.02009385,0.014580999,0.00060755044,0.027237708,-0.022103207,-0.0016168314,0.001756748,0.01604317,0.0061430186,0.0019510286,-0.004999971,0.0041322103,0.021785498,-0.0013893113,-0.019309819,0.019374743,0.009300011,0.0040644454,0.014059644,-0.009346273,-0.004098782,-0.0015551429,0.0010181628,-0.016397165,6.500867e-06,0.0150518995,-0.0027636914,-0.0021656484,0.0019887504,0.01849376,-0.006194968,0.007704644,-0.014033721,0.012586214,0.01791128,0.004691313,-0.005133738,-0.005326338,-0.00042761053,-0.006581592,0.011763717,-0.0022680857,0.005832347,-0.006614393,0.009953244,0.00952098,0.017693399,0.013003421,0.013998563,-0.015603413,-0.010385942,-0.018058766,-0.0018251583,0.015648272,-0.008497286,0.004556825,-0.007937027,0.008231101,0.023313459,-0.012088843,0.0053421636,0.026270492,0.0028902953,-0.003186477,-0.011067215,0.0024260106,0.013300009,0.010300265,0.031210197,-0.003028032,0.009455244,0.0019616033,0.00044747026,-0.0049169958,0.0020873062,0.021934237,0.0025909217,0.013340459,0.0044094836,0.006820929,0.0027628776,0.0074934196,-0.010914416,0.0012637087,0.01110497,0.011850321,-0.0029926002,0.008255695,-0.009910867,0.00031571242,0.013917526,-0.010378039,0.0028543673,0.0065160333,0.008713232,0.001504276,0.0057744733,0.003517494,-0.009437701,0.013420652,0.0024029394,-0.01655068,5.665918e-05,-0.0075250156,-0.0006189465,0.0023878636,0.010153932,0.026701026,-0.006369976,-0.009674956,-0.003222759,0.002333652,0.0076107155,0.016934257,0.0005632607,0.0068077026,0.0029968144,-0.024695855,-0.014453037,-0.011213185,0.0051437416,0.006650347,0.010653344,0.000308714,0.022450702,-0.010261677,-0.00732849,0.005021675,-0.012158472,0.009869279,0.0037744637,-0.08292293,-0.001429329,0.006837812,0.020607457,-0.011549843,-5.0180268e-05,-0.006686002,-0.009150417,0.009784976,0.006684102,0.00990246,0.004738841,-0.011614412,0.0022258891,0.014147992,-0.005255274,0.0076067266,-0.009271872,-0.011089155,0.011860942,-0.013232837,0.010865278,-0.0035905428,-0.0046500056,-0.002430771,-0.003911009,-0.013646735,-0.0077327234,0.0019980355,-0.004571357,0.0034781566,-0.018000642,0.0141500505,0.0020661573,0.019846104,-0.013193837,0.000109907014,0.020712856,-0.13939968,-0.00044593995,-0.019434959,0.002393313,-0.01956228,0.007072721,-0.0027009642,-0.027084421,-0.018779406,-0.008326552,0.012496343,0.014094287,-0.009009888,-0.01685094,-0.008406129,0.0034421526,-0.011552031,-0.006576831,-0.012795447,0.01645,-0.008707799,0.004852589,0.0044253347,0.022825507,0.015781766,0.0016645843,-0.0011144923,-0.009932285,0.015882883,-0.014341094,-0.0024370793,0.026486836,-0.00953212,0.0029804094,0.0060882475,-0.0153041165,0.001924958,-0.010790899,0.012848626,-0.003470644,0.02220289,-0.005720257,-0.014963863,0.020723842,-0.011593078,0.00034933392,0.012110094,-0.0052770246,-0.026890349,0.011784703,-0.017817376,0.0027100404,-0.005026081,-0.0023099,0.011441304,0.0071055642,0.01841294,-0.0024501423,0.0005735677,0.0075586606,-0.0076641776,0.0039661643,-0.001612276,-0.0029364182,-0.0013305292,0.002618453,0.0046882103,0.0038656294,-0.00061954424,0.026558748,0.018913219,0.029507548,0.02586668,-0.0026318978,-0.0058186143,0.0029784185,0.0059390524,0.000669492,0.012658889,-0.007854416,0.015823385,0.001529309,-0.05279459,-0.0038307228,-0.021234615,-5.0906994e-05,-0.01483927,-0.013005495,0.013976229,-0.055210616,-0.0035265938,0.0022102923,-0.028935809,0.011067533,-0.002080865,0.034114227,-0.023419961,-0.0103994915,-0.014577611,-0.012182988,0.02415011,-0.008444457,0.007059435,-0.0075924965,-0.007246546,0.006271621,0.0023244375,-0.02085457,0.014295168,-0.029808871,-0.015391942,0.002288722,0.022267753,0.03240019,-0.011065503,0.00402626,-0.016140256,0.013264572,-0.026639134,0.009660833,0.01767403,-0.015242994,0.002173016,0.010942584,-0.0034212493,0.015634932,0.011796709,-0.011986528,-0.0059910086,-0.030185342,0.010842185,-0.009727025,0.021603895,0.013765075,0.02041094,-0.004377918,0.016360171,-0.016020931,0.012189157,0.0032329583,-0.024921814,-0.0047877,0.01871406,0.010783684,-0.016983744,-0.008317945,0.009498968,-0.0022094825,-0.010088166,-0.0076828236,-0.009403244,0.0075912885,-0.00432726,-0.010326992,0.022563184,0.016780103,-0.01574191,-0.023656813,-0.014142581,0.030222097,-0.03265993,0.016923623,-0.023413021,0.0005671761,-0.0042430134,0.012058353,0.026055595,-0.0056657945,0.012441655,0.029379737,0.00933902,-0.0064441203,0.01059322,-0.0010063777,-0.012797761,-0.029974211,0.0054571014,0.013846076,-0.021704614,0.019730883,0.0036656559,-0.010811864,-0.017285818,-0.014076798,-0.0012245892,-0.020584911,0.006491861,-0.0019105903,0.02943585,-0.019767703,0.004618321,-0.007672911,0.009614808,-0.019285329,-0.016553394,0.005330388,0.0033609385,-0.014007103,-0.0127441175,0.0022069458,0.0044783424,-0.017150844,0.00480864,-0.16488035,-0.0049967417,-0.009821527,0.0018702998,-0.015490395,-0.0057266927,0.016110232,-0.021089919,0.02741708,-0.009778145,0.00015263591,0.00046247814,-0.023049189,-0.011835973,0.006650655,-0.023944816,-0.0015789473,0.01218587,-0.00415974,0.00808689,-0.029803738,-0.009872467,-0.0045491746,0.0024551824,-0.0013410924,0.0055706445,-0.0053324667,0.023726648,0.0023434022,0.013644184,-0.013923802,-0.0032089183,-0.008686187,-0.01653797,0.0030056476,0.015880065,-0.0004704332,0.016425338,-0.027794942,0.017020764,0.00083256856,0.020297112,0.007768448,-0.0026590049,0.0053798067,-0.0041060136,-0.008109127,-0.013344295,-0.019013988,0.008000924,-0.013075412,-0.00906234,0.016380256,-0.00066425226,0.013848389,-0.01680248,-0.009604268,-0.0027367196,0.002178585,-0.0021192955,-0.00093927403,0.005623625,0.0071524996,-0.0023333298,-0.0045084963,0.022502558,0.0018258648,0.1409285,-0.016941972,0.0059650945,-0.025851311,-0.019661926,0.015610083,0.028076308,-0.004759672,-0.0023203432,-0.022111027,-0.01566322,-0.0015274546,-0.002751759,-0.009269735,0.00022966787,0.003331199,-0.0046670744,0.01865895,0.0075952825,-0.015058821,-0.010567156,-0.012360803,0.0042438987,0.012582812,0.010480144,-0.011891835,0.004731015,0.032119036,-0.016033448,0.015271962,-0.013622868,-0.019980626,0.01887536,-0.019474443,0.006042435,0.021826629,0.002568418,0.00085050793,0.020094031,0.009666327,-0.009112166,0.0023467562,-0.01419213,-0.023778718,0.0041550836,0.011889598,-0.0190845,-0.0012016007,-0.005915865,0.0141292,-0.01786813,0.01641475,-0.0036044044,-0.0057516242,-0.025662152,-0.008583013,0.0034782765,-0.005302064,-0.0081013,-0.01425623,0.004372334,0.0033439833,-0.013936317,-0.010782509,-0.0071480228,-0.005312719,0.014258248,-0.015603927,0.0038095252,-0.09803315,0.033911876,0.006372763,0.016327813,-0.013308993,-0.007459072,-0.011507378,0.026400343,0.02033573,-0.011043753,-0.021667033,0.004291804,0.0096056545,0.0014354488,0.021536645,0.005925369,-0.0048707216,0.0057521015,-0.0022799678,-0.017988853,-0.009072314,0.007518248,-0.003838715,-0.021935593,0.009924981,-0.0075259176,-0.022935733,-0.0014799737,0.028051196,-0.004924698,-0.0077939075,0.019149614,-0.012265075,0.010508436,-0.014550624,0.009981007,0.019562043,0.0060304864,5.399477e-05,-0.0069220453,0.017100923,-0.006806105,0.0002872117,-0.01379848,-0.01226588,0.0105161555,-0.012286494,-0.022759574,0.0093977535,-0.013309355,0.011327433,-0.0041709975,0.010366109,-0.001458211,-0.014122736,0.011341354,0.0017888162,-0.024491336,0.031613078,0.0077397902,-0.0070981765,-0.009083417,0.004804823,0.015928369,0.0147379115,0.013645895,0.013627459,-0.0033085053,0.018826444,-0.0033016403,-0.00017630901,-0.00658809,0.0028052132,-0.0025642405,-0.0048839143,0.0025359176,-0.0031255372,0.010939732,-0.010060916,-0.022675624,-0.0100913895,0.0058052368,0.01408797,-0.028407956,0.028405907,-0.008879004,-0.0071618496,-0.018863311,0.0025461058,0.0017456011,-0.030157603,-0.014298982,-0.0013338126,-0.01526332,0.00014946307,-0.011506663,-0.035234366,-0.0004776234,0.035269964,-0.0021212723,0.003386122,-0.0041269446,-0.016959513,-0.00026783682,-0.01971445,-0.006088956,-0.02123251,0.010372705,0.016382974,-0.009484911,-0.012358561,-0.00030368165,-0.01910643,-0.009520601,0.0061030556,-0.025044624,-0.044265337,-0.0207813,0.0077463244,-0.019649426,-0.0053428356,-0.008779488,-0.010815532,0.016763829,-0.0027463809,0.013742503,-0.003031766,0.012143802,0.0013326695,0.001379689,-0.013975712,-0.004971682,-0.0021299568,-0.01949615,0.0042401636,-0.01990146,-0.00080942706,-0.018936882,0.011423197,0.012590521,0.011061454,0.01980813,-0.015130331,0.02742241,0.0151312025,0.009594355,0.0013152459,-0.006849635,-0.0033764003,-0.005827707,0.0021727413,-0.017591951,-0.012693692,-0.010215302,0.017079512,0.022758642,0.0071718423,-0.0010582098,-0.021437895,-0.011941813,0.0364762,0.010282347,-0.005206064,-0.00373514,-0.003184316,-0.034160763,0.01464201,0.01518941,-0.045186568,-0.014193952,0.018071739,-0.01993017,0.0035197458,0.008314571,-0.0018342774,-0.009521533,-0.005117545,-0.0062998184,0.014260513,-0.06555617,0.02908684,0.010954861,-0.0019290457,-0.011996235,-0.007280254,-0.023500813,-0.0013056989,-0.00305975,0.014206839,-0.00051489373,0.0030509117,0.007821405,-0.023428649,0.00068968267,-0.00011699864,0.0043620733,0.031922333,0.018543033,-0.006391284,0.011025892,-0.027800469,-0.033634618,0.0075496556,-0.013706132,0.0014593457,0.013490985,-0.0041318275,0.009756658,-0.015143397,-0.020004876,-0.0014705114,0.014979627,-0.012065831,-0.0104247285,-0.015933443,0.014713073,0.0040658084,0.031391617,-0.023660345,0.014233865,0.014262802,-0.052359637,0.0041577667,-0.014284329,0.007814464,0.010964203,0.0059221494,-0.009293084,-0.012343713,0.013408343,0.005739653,-0.008373697,0.0014667646,0.010422001,-0.020923315,0.0009299987,-0.011004495,-0.006588781,0.0014436565,-0.0018626386,-0.00572658,-0.013058999,0.03658662,-0.0037273949,0.0074538025,0.015910503,-0.0033713896,0.0076875095,0.004771533,-0.007878841,0.0026240966,-0.00613005,0.007569396,0.00532829,-0.003987603,0.002239761,-0.00387712,-0.0045407205,0.003302609,-0.026863959,0.013567218,-0.0050432216,0.043476094,-0.0044914614,-0.01977343,0.0046946923,-0.08849053,0.023812935,0.007132232,-0.010913038,0.0067044497,0.010390205,-0.0134564685,0.025874192,-0.0018396416,-0.00020580192,-0.031261574,-0.0047648945,0.021013465,0.00625945,0.0070442227,0.00045085826,0.0007306735,0.0068541374,0.020399952,-0.013276832,0.014193573,-0.0028592767,-0.021356145,0.020568402,0.010496216,-0.026415857,-0.016384028,-0.01034972,-0.0015582835,0.009878231,-0.0002581797,-0.0027057477,-0.0029692177,0.00350705,0.0057771555,-0.008650684,-0.020704111,-0.00045370703,-0.011095607,-0.009960129,0.0012040605,0.0038208603,0.014459031,-0.01289282,0.0037116336,-0.013178464,0.013614848,0.011970274,0.0045904457,0.0038498554,0.0016802833,-0.030390887,-0.0075203655,-0.022955552,0.011540579,0.0013745397,-0.013810047,-0.022549054,0.014438579,-0.0039254637,-0.010769625,0.012951881,-0.01884781,0.025286427,-0.018759098,0.006943021,-0.020506391,0.016606875,-0.0006100841,0.01603023,0.0178336,-0.016842071,0.009667815,-0.006471456,0.010477172,0.005711151,-0.0073361676,-0.0053048464,-0.0019843706,-0.013514398,-0.0159856,-0.0055319956,0.0065458403,0.005293265,-0.0032790282,0.00677519,0.017137703,-0.0025820443,0.00016269906,0.0038818442,-0.012214042,-0.01321977,0.005669238,-0.0055568856,0.018499311,0.006939056,5.2465974e-05,-0.04474305,0.028517231,-0.007907367,-0.013043184,0.00854848,-0.014945797,0.026018124,0.0020045105,0.013636926,-0.015861893,-0.0017554612,0.0071264943,-0.011983599,-0.005875365,0.0090420805,0.010182765,0.03150149,0.0167926,-0.0012826861,0.007729319,0.00887349,-0.014074443,-0.02145926,0.012265325,0.008940242,0.020795586,0.013741888,-0.013776163,0.0019361387,-0.015173759,-0.026095068,-0.010878328,0.02333493,0.014609029,0.023598544,-0.003494642,-0.00090270047,-0.0010710085,-0.0061789174,-0.009823276,0.017162936,-0.02041735,-0.0025337131,-0.005120643,0.01804951,-0.008127925,0.001423835,0.021412527,-0.014695665,-0.0058951704,0.0068003912,-0.007421638,0.017836673,0.0029817498,0.0055476944,0.003926319,0.008521579,-0.0033976089,-0.0056973733,0.008697144,0.0111265965,0.00077096734,-0.023266224,0.002668607,0.007824257,0.00646984,-0.021387482,-0.01268787,0.016407061,0.004164521,0.010814567,0.003525857,-0.004985523,0.009081161,0.0021409302,0.009822517,-0.0134752905,0.021996867,0.0043877945,-0.037528556,0.0071148598,0.02091279,0.00020483295,0.0046206927,0.0114722,-0.019539835,-0.010876834,-0.0023574084,-0.0037308573,0.006661004,0.005954834,0.008958513,-0.00018120986,-0.0033988974,0.010499763,-0.01798308,0.006772775,-0.014726228,-0.020142995,-0.0009874129,-0.0069280206,-0.0031963093,0.019161137,0.014376151,0.012005877,0.0109829595,-0.0004262611,0.0012299252,-0.0037743798,0.008595917,0.009235584,-0.022305664,0.017807325,0.006025591,-0.0018094016,0.011021891,-0.0053548655,0.0016577715,0.010543252,-0.002539522,0.012161705,0.019196115,-0.0060710646,0.007990855,-0.0019488927,-0.008840074,0.0040847757,0.007663893,-0.009469918,0.013038327,-9.922691e-05,-0.014649834,-0.0018168868,-0.013503379,-0.00207788,0.015661577,-0.010271182,0.020382447,-0.00077591237,-0.002134622,-0.002652117,0.0053740707,0.007446704,-0.0017683735,0.012123943,0.010195314,-0.00074735424,0.009755856,-0.044092428,-0.019287165,-0.008718749,-0.02054007,-0.006869962,0.0107262395,-0.040405188,-0.01755487,0.008331443,0.0031493832,-0.019960226,-0.015576956,-0.0050568753,-0.011879503,-0.017478395,0.016600475,0.007581493,-0.0057175113,0.018989315,-0.05516202,-0.017776359,-0.0067443177,-0.0061309338,-0.007466377,-0.028916668,0.0073285582,-0.003878518,-0.024506455,0.0045308606,-0.009340801,0.019016521,-0.022787249,0.0044031055,0.017000915,-0.0069163437,-0.0036969515,0.008821754,0.00019315719,0.0045246924,0.0014411043,0.002257981,0.023766086,0.0036077793,-0.034247745,0.0071915835,0.016397346,-0.02456158,0.039789356,-0.0020818468,-0.017715165,-0.004848535,-0.0060076583,0.031934876,-0.015386872,0.020253897,-0.002735964,-0.032120064,0.005876828,0.0017178209,0.008075047,-0.013604844,0.012717796,-0.02178248,-0.0021920626,-0.0007886072,-0.019143613,0.002872795,-0.0043256725,-0.018375127,-0.01353208,0.0007834366,-0.0012361048,-0.013473704,-0.01363979,-0.0019281151,-0.0030045568,-0.0016277374,0.005036073,0.017025014,0.012342951,0.004963962,-0.0024365215,0.018933395,-0.011222362,0.010890129,0.012585699,0.019309038,0.011372559,0.0033586866,0.026058625,0.024449939,0.009755137,0.0038680965,-0.017803386,0.008677483,-0.0011459867,0.008292846,-0.0083592925,-0.028014224,-0.0020469832,0.011858305,0.0012372748,0.0033499685,0.0113182,-0.00843502,-0.017427227,-0.0016513288,-0.001505797,0.010664286,0.016220229,-0.004712789,-0.0021665206,-0.025330214,0.006157353,-0.0030064955,-0.012917647,-0.010052589,0.0005247426,0.0036025874,0.005842436,0.014076402,0.00010007264,-0.017360507,-0.0043113027,-0.007557647,-0.024236256,0.022279099,0.007125811,0.0086664455,0.0033896945,0.003499825,-0.004236942,-0.016142374,0.023766555,-0.027345067,-0.03355004,0.0016829944,0.0011785894,-0.016494993,-0.010444077,0.026517838,0.0009877135,0.018255416,-0.000675582,-0.0059113177,0.018316682,-0.00588687,-0.0076180613,-0.0019849779,-0.0067478055,0.0034055074,-0.02972886,-0.017137414,-0.012954611,0.00581041,-0.00039142964,-0.022665577,-0.017341338,0.004048102,-0.013756593,-0.00074165966,-0.01075012,0.0076285442,-0.0007132556,-0.002730504,-0.010969033,-0.0056188977,0.004776626,-0.009597979,0.0057014604,-0.0017491387,-0.015622978,0.0027268121,0.01145134,0.0046429234,-0.004591547,-0.014622689,-0.009683053,0.012161515,-0.013495948,-0.013209259,0.017907439,0.009385277,0.017895745,-0.0036790736,-0.023978004,-0.005937954,0.023083672,0.002786715,0.020888451,-0.014777199,0.01590359,0.0187482,-0.013606938,0.024620805,0.017019048,0.023839507,-0.005512976,-0.0046868664,0.031965982,0.0029676137,0.0150159905,-0.00022144437,-0.0042334404,-0.012743991,0.0038264557,-0.017783176,-0.013680762,-0.0021163374,0.0015038822,-0.016295582,-0.003035418,-0.017054344,0.021283865,-0.0006100448,-0.018707449,-0.0069899354,0.032384492,0.008527076,-0.023139792,-0.03482065,-0.013502963,0.0074285,0.0070873797,-0.0005096273,-0.033802807,-0.0038822347,-0.054231424,0.0017341494,-0.009688644,-0.009220435,-0.0027731075,-0.00683104,-0.0036639175,-0.0043038554,-0.009277648,0.0012808904,0.01755515,0.008746991,0.030630635,0.0013400748,0.011118229,-0.02318425,-0.0028026474,0.0007895522,-0.0005062763,0.0018471314,0.032319147,-0.018545637,-0.010411393,0.01673714,0.017136807,0.014172186,0.006422522,-0.0027767585,0.012860429,0.018392298,0.013219803,-0.006723784,-0.0040227785,-0.005934523,0.0016037677,0.019982183,0.009774183,-0.018277818,0.0013882667,0.007941735,-0.0030758407,-0.024452325,0.026350234,-0.029135188,0.018202212,0.008987919,-0.013930377,0.0059551024,-0.006683464,0.006005883,-0.028842768,0.011222191,0.0038994611,0.0030662166,-0.008276125,-0.0012324686,0.0012644054,-0.0037312284,0.006084652,2.8674367e-05,-0.013594098,0.008112512,0.013104549,0.01057227,0.001814657,0.008443839,0.0035483325,-0.021947252,0.003463555,-0.00097381696,-0.009242418,0.012828619,0.015237084,-0.022078216,-0.030718235,-0.010356647,-0.018590404,-0.0038193164,-0.016788835,-0.024573738,-0.008444119,-0.0077950307,0.003956649,-0.00067733804,0.012304906,-0.006999875,0.0071886224,0.002202474,-0.008279075,0.018721841,-0.03003001,0.002112768,0.00015283749,-0.0027963298,-0.0068630846,0.02222065,0.012283718,0.0006057814,-0.018172238,-0.009112931,0.048277754,0.008692565,0.0051099975,0.02523957,-0.0023533832,-0.014189897,0.0029330968,0.008754305,0.004136687,-0.014819435,-0.022565328,0.0022418061,0.018306093,-0.013089809,0.009051796,0.013051039,0.00016445662,-0.0018484436,-0.014035557,-0.0122405365,0.044018883,-0.0041820034,0.004347914,0.0045835907,0.0025464606,-0.012955337,0.009540255,-0.026732175,0.01447925,0.0041733873,-0.004741178,-0.01465921,0.012543917,0.014657798,0.024512243,0.013073925,0.02629939,-0.007064495,0.004838329,0.019624805,-0.0060436185,0.004059391,0.004051821,0.015053592,0.011209765,0.009118787,0.028996682,-0.0068212347,-0.031490844,-0.0072541377,0.0015661287,0.00012928189,-0.0054884106,-0.0022915332,0.04476399,0.010808973,-0.010119254,-0.019332753,0.0037736068,0.0120685855,0.0022741659,-0.0051702843,0.01658157,0.023671279,-0.014434838,0.0035204773,0.025837641,0.02650567,-0.0039628376,0.0049200854,-0.016678534,0.0043109865,-0.006290014,-0.0060310573,0.019074999,-0.023494678,0.013148716,0.010209342,0.012699092,-0.021719811,-0.012924576,-0.010838296,-0.015301096,-0.007240181,-0.020889945,0.011507101,0.004275051,0.0073728384,-0.021736588,-0.0043680817,-0.01899133,0.0004945147,0.0004883817,-0.008093976,0.0035257004,0.003869209,0.01278684,0.0040688496,0.018387832,-0.0017875336,0.0057426607,0.012649506,0.019411832,-0.004763052,0.001256263,-0.0013357528,0.011002878,0.004766127,-0.011531518,0.004411808,0.0029329185,-0.01799079,-0.0015195018,-0.0022963563,0.16275688,0.12030928,-0.0040580896,0.0065017166,-0.0049651484,-0.014048514,-0.011734227,-0.01902889,0.007844894,0.02707692,-0.019283427,0.0054117693,0.004552173,-0.026375787,0.005017334,0.005979034,0.0093194805,0.006954287,-0.011366861,-0.0122133475,-0.022756275,0.0062084515,-0.0012239798,0.03670123,-0.0267059,0.028976662,-0.0018477084,0.008580965,0.023922212,-0.017641343,0.0005688885,-0.018450927,-0.007195869,0.011571727,0.0076328684,0.03639545,0.020129004,-0.004711861,-0.008873524,-0.0048556863,-0.04296786,0.0069221733,0.007846957,-0.006012519,-0.013814941,0.004388632,0.009619142,-0.021109505,-0.008546585,0.013040426,0.002653856,-0.004564802,0.006461792,0.0023364583,-0.00015906343,0.0048148073,0.0034968187,0.018736176,-0.030050907,0.0058056214,0.018522836,0.0135952,-0.0052582133,0.008161986,0.007719263,0.013812172,0.0072401543,0.002706305,-0.01960396,0.005492279,-0.00040417715,0.004060752,0.013045411,-0.00881407,-0.023628222,0.011381803,-0.0009665334,-0.0151614975,-0.0114427665,0.004534391,0.01734921,-0.008973397,-0.0013100887,-0.012093225,0.009256198,0.008905476,-0.006635487,0.012023791,0.107908994,0.005727851,0.0013609438,-0.0021204047,0.014054803,0.01745185,0.014544432,0.05100424,-0.0030245383,0.0010186915,0.01700568,-0.017307527,0.024922894,-0.013087057,0.015810851,0.01989335,0.0072378577,0.030060692,0.0006835702,0.037160125,-0.00732831,-0.006356222,0.0057758945,0.009830066,-0.011599097,-0.012368862,0.0030414823,-0.008547254,-0.018597743,-0.02610977,-0.11263667,-0.013223196,-0.002939563,0.014316721,-0.042518526,0.0003129033,-0.015297494,0.0091801705,0.012590743,0.028827151,0.03646033,-0.025842695,0.008193995,-0.018106803,-0.0026268791,0.020567667,0.005602648,-0.02028734,-0.012404495,-0.0069100386,-0.0015188789,0.0062894113,0.001542591,-0.0004745643,-0.02227153,0.025479594,0.0037185764,0.012989332,-0.0015747402,-0.0024125297,-0.0015889349,-0.006022464,0.019942934,0.025480274,0.017582895,0.00204379,-0.034377754,0.0146361785,0.003261189,0.0029780653,-0.013957973,-0.013599933,0.007736608,-0.021656094,-0.02233683,-0.002108255,0.016435264,-0.009276126,0.0025997264,0.0035055568,0.009435401,0.005528661,0.023178438,0.015756445,-0.018905807,-0.014177566,-0.014590706,-0.008240159,-0.00024546924,0.030735213,-0.013693848,-0.021664562,-0.008624172,0.015007812,-0.0034553208,-0.005656669,0.0015340297,0.009562806,0.0112353815,-0.011252736,0.0096651735,-0.0010532198,-0.012106261,-0.005953523,0.00033863535,-0.008444316,-0.013692552,0.006960203,0.00064060936,0.025871735,-0.0043419823,0.0002572862,0.0009648594,0.12188419,0.013841512,0.026581587,0.0123371305,0.005224013,-0.007570152,-0.004534347,-0.0076990533,0.021607528,0.020690454,-0.0064675217,-0.0016838289,0.026904562,-0.009775232,-0.00014312037,0.011602357,0.008701533,-0.016616995,-0.014031331,-0.016980546,-0.012207983,-0.021101177,-0.009217527,0.0057555246,0.0033353278,0.015535476,-0.03263911,0.024074778,-0.019596104,0.01213912,0.009255282,-0.020495828,0.0022954005,-0.010551564,-0.019468121,0.009032582,-0.0027183993,0.014445111,-0.015442222,-0.008181651,0.002642897,0.013150928,-0.003792318,-0.0031064316,-0.033488274,0.19320817,0.014523593,0.0050507467,-0.008356239,0.009106211,0.011678065,0.010908386,-0.015263785,-0.010052535,0.011821158,0.011022044,0.008918966,-0.00027406277,-0.0060695326,0.006143705,-0.016878312,6.4663145e-05,-0.012345181,-0.009647646,-0.0052354173,0.027966121,0.013405214,0.0043128566,-0.012278277,-0.023210373,0.0026394809,0.024948902,0.0032580202,9.3387906e-05,0.0034399552,-0.003217484,-0.0010872709,-0.021469481,-0.008547661,0.0026669686,0.017454363,-0.019054186,-0.013804757,-0.0068249255,-0.0015025685,-0.006965436,0.009116977,-0.008575519,0.007903403,0.0011214227,-0.014145708,-0.0005376521,-0.00056453515,0.0074325954,0.024383282,0.01752721,0.005788597,0.0007019185,-0.011689055,0.0050615254,-0.0025814734,0.002586197,-0.0013143517,-0.015065148,-0.010724959,0.013041672,0.019907732,-0.0064017824,0.012221623,0.0006883218,0.012135833,0.00045519142]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 150,
          "content": "Japan Inc.'s fundraising backed by receivables hits post-2008 high",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.014012453,-0.018006492,-0.0032837186,-0.10344868,-0.004571723,-0.018472925,0.0021154524,-0.0020382525,-0.020133331,0.021357097,-0.0054113027,0.0075677587,0.003136437,0.024186093,0.106622405,0.016985808,0.024378754,0.018972004,0.011259743,-0.018164728,-0.011387534,0.025306117,-0.015841627,-0.016454218,0.02217381,-0.046424493,0.016101431,0.0035199928,0.023778487,0.0071389116,0.01947034,0.0065242862,0.013284671,0.0049045263,0.021785816,0.022490764,0.04306405,-0.026663342,0.00567808,0.010153802,0.003941064,0.000101150705,-0.036328293,-0.006486976,-0.025589341,-0.013626501,-0.009758782,-0.02371421,0.0044998974,0.050371148,-0.0014942059,-0.041314222,-0.0021266146,-0.17061019,-0.0038517865,0.02583691,0.022898795,0.023589103,0.0026712692,-0.010457749,0.013301633,-0.027627192,0.02809308,-0.036516257,0.008003665,-0.024905873,-0.010048479,-0.013634088,-0.024484903,0.025662754,0.009529916,0.026360018,-0.011269456,-0.022241997,0.047165286,-0.018354809,0.021661961,0.002983515,-0.009346693,0.0079020215,-0.0029241482,0.008627416,-0.025731906,0.0071068564,0.0016300762,-0.02225329,0.0011637805,0.0007108069,-0.003463253,0.032164942,0.041299727,0.013352706,0.004481934,-0.024775458,-0.019695353,0.0014126293,0.029594198,3.4575936e-05,-0.00056817196,-0.0036133316,-0.0038844172,-0.016989443,-0.018237382,0.03213499,0.0057708044,0.021004202,0.0035124791,0.016648145,0.0039303317,0.00027029618,0.03213984,0.014263463,-0.026223361,0.02648732,-0.020966772,-0.10932555,-0.02646643,0.005794494,-0.0008671721,-0.014358717,-0.008370698,0.005906209,-0.0015253718,0.020153545,0.013517153,-0.031184362,-0.00040862337,0.0042892257,-0.022379838,0.0049457736,-0.010908889,0.020598883,-0.0022040147,-0.014705905,0.018467598,-0.0019299685,0.013685196,-0.00352467,0.007912871,-0.041248064,0.0081785405,0.0043851393,-0.031696703,0.011720947,-0.019090578,-0.015099165,-0.00640771,0.016034625,-0.00988284,0.0004992387,0.04036237,0.023177993,0.0016711758,-0.0075958143,-0.01238348,-0.012796151,-0.004086439,0.020486051,-0.00030286142,-0.006920572,0.0067066643,-0.01031578,-0.0122641325,-0.021702362,-0.0019411284,0.020988503,0.0035942362,0.026580423,-0.00627237,0.022464223,-0.006898177,-0.0044476646,0.02667947,-0.010409555,0.012091389,-0.012931447,-0.0024814878,0.01146018,0.008305081,-0.019469958,0.013940557,0.0015249915,0.014822548,0.018320987,0.03591926,-0.026260648,-0.00018261149,-0.017910104,-0.01628784,0.0048495857,-0.034215063,-0.009847978,-0.0008858519,-0.024756182,0.027612489,-0.015408976,-0.004557904,-0.010850345,-0.028145438,0.005893352,0.03189015,-0.0021538148,-0.0059986357,0.011246042,-0.01802221,-0.024030218,-0.009191741,0.014672807,0.012005913,0.023392184,-0.0033990354,0.029949082,0.027794419,-0.0066234125,-0.0013123801,-0.004125522,-0.010253361,-0.010465117,0.0019343947,-0.009982424,0.0028098198,-0.03509094,-0.0038743587,-0.0327955,-0.0155736245,-0.011605191,-0.030546738,-0.014674095,0.017873729,0.011930194,-0.026689453,0.02434331,0.008395468,-0.032921184,-0.034075182,-0.015081333,0.014362136,0.029592438,0.032637656,0.018311061,-0.03372995,0.022133347,0.022702225,-0.009239555,-0.019732121,0.009082994,0.008938344,0.018795466,0.0084755365,0.0011037026,0.01837228,-0.0026693312,0.015732374,0.013920903,-0.02280864,-0.022376694,0.02722917,0.0015943818,0.0088777,0.016502125,0.010161137,0.006930975,-0.023876568,-0.005406659,-0.029086933,0.0074918517,0.0016884527,0.015754946,0.006084609,-0.016947275,0.0065670107,-0.009307899,0.0007751733,0.0005599786,0.010393731,-0.008198379,-0.040051542,0.015956633,0.0052505718,-0.010593028,-0.009873565,0.010131863,-0.02342381,0.009040316,3.7121474e-05,-0.012855087,-0.03669669,0.008328176,0.0066572255,-0.010120478,0.0019562307,0.014424243,0.013164584,-0.017873358,0.029421775,-0.021875113,0.003407582,0.0018763222,0.00035911953,-0.010221564,-0.028872296,-0.021004593,-0.0013505617,0.050518025,0.005610594,-0.01909188,-0.0072794873,-0.014471917,0.04739975,0.0005132859,0.00026759418,-0.008010713,0.011037262,-0.015746485,-0.04012517,0.011591406,-0.018188419,0.01028585,-0.0065652183,0.004911498,0.0028132298,-0.008798679,-0.014951559,-0.0047602197,-0.005465291,-0.01917145,-0.001351587,-0.0033565431,0.04475269,0.009138675,0.004502231,-0.017706713,0.006151906,-0.0011955438,-0.017524797,-0.007267822,0.023740381,0.0068079983,0.0068789064,0.010700412,-0.034118302,0.012760999,0.0055560092,-0.022342829,-0.009956144,0.017084895,-0.020748073,-0.002943626,-0.03775594,-0.014654253,0.010621488,0.018056566,0.030809069,-0.031400546,-0.056166418,0.018441096,-0.0066111204,-0.010759847,0.026679767,0.02143237,-0.027134595,0.034082446,-0.008345858,0.013853631,0.0039504073,-0.034305602,7.392447e-05,-0.0012176197,-0.0007418062,-0.034692667,-0.013426369,0.0060173105,-0.014846262,-0.019565975,0.011556173,0.006322531,0.0044594337,0.02462675,-0.012120494,-0.018147556,-0.0012396518,0.03300236,0.020046974,-0.0013547561,-0.012480092,-0.021933574,-0.0461706,-0.022276929,-0.014617529,0.006913977,-0.024492651,-0.008478027,0.02145103,0.0036251168,-0.014416012,0.008885724,0.00045167792,-0.006710341,-0.02329652,-0.021671645,-0.013590339,0.0055968384,0.0021413413,0.014371409,0.01804787,0.0011231886,-0.009476527,-0.008953479,-0.01950552,0.006703549,0.007940464,-0.028175732,-0.0075785965,0.015897244,0.020972002,0.017772947,-0.01046303,0.0086819595,0.008497828,0.005006236,-0.0117179435,0.03326267,0.01180371,0.019388692,-0.007974021,-0.016950993,0.013389013,-0.0063175224,0.028605973,0.0024822364,0.0005152688,-0.014546837,0.011611586,-0.018244691,-0.02409724,-0.018442653,0.028913278,-0.010568933,0.003062985,0.008546606,0.0033982934,0.0055351323,-0.01235339,0.013092285,0.021399682,0.009550025,-0.01001072,0.0065105436,-0.004858567,-0.010966856,0.0048973705,0.032096032,0.021581382,-0.006230995,0.013352452,0.004747082,0.0032221933,-0.004246182,-0.023172783,-0.010681562,-0.0061856755,0.016452532,0.023236662,-0.0018559244,-0.009148033,0.021298692,-0.028279211,-0.020904023,0.015870694,0.01950906,0.007742792,0.04009984,-0.0064536002,0.010591114,-0.018263511,-0.012500494,0.02282577,-0.018129919,-0.018663514,-0.0005634181,0.03808824,0.016660785,-0.015827699,-0.01640551,0.015969219,0.019458596,0.024584657,-0.010493576,-0.0025236006,-0.0003628881,0.020178942,0.0017701568,0.01151126,0.028222034,-0.009974665,-0.012676843,-0.0013864995,0.020885319,0.036961265,-0.00484559,0.037025988,0.002158157,0.0062671383,-0.024147956,-0.024054501,-0.021187074,-0.0069359774,0.0069911033,-0.004236465,0.015109018,-0.014083871,0.024710001,0.007408102,-0.0060833204,0.023238882,0.017922249,-0.013170014,0.01069203,-0.018956287,-0.014601729,-0.011918442,0.037247784,-0.022557523,-0.0017193309,0.011910155,0.005027406,0.028526584,0.0029203321,-0.0017015357,-0.0016300153,-0.0060699345,0.029322624,0.00919463,-0.0021404012,-0.031187158,-0.03646415,-0.009977038,-0.0019256155,-0.007374546,0.001610652,-0.007107523,0.012813865,0.0011550533,-0.02827644,-0.007285692,-0.08007647,-0.009108573,0.007052287,-0.006445283,0.00024660525,0.0032778985,0.0144446,0.00958874,0.0013103556,-0.028174102,-0.021712119,-0.014636462,0.04021924,-0.0219621,-0.024734056,-0.013031552,0.0044119167,0.03993601,0.011206289,-0.0023313777,0.036821954,0.013396766,0.02338777,0.028517114,0.022119459,0.002123369,-0.0113313235,-0.018479768,-0.027122607,-0.0155409705,0.007810418,-0.008582689,0.034298915,-0.018308401,-0.009653601,-0.007797348,0.012040241,0.009392576,0.004923533,0.01578614,0.0062042214,-0.017070523,-0.012139807,-0.04275735,-0.008427076,0.019252865,-0.033808164,0.015444529,-0.023879968,0.004865003,-0.009586695,-0.021281881,0.016618473,-0.015892286,0.016968006,0.0005783481,0.013648383,0.012261399,-0.01921496,0.005820653,-0.012300027,0.011727969,-0.009207393,0.047427732,-0.012088783,-0.0022966727,0.003969809,0.013841191,0.004590955,0.016934715,0.015330808,-0.014428756,0.020496523,-0.011443906,-7.1186737e-06,-0.031416263,-0.04883829,0.0011876625,0.01828004,-0.01012441,-0.014778028,-0.014030627,-0.08082829,-0.021731444,-0.024584075,-0.02537976,0.011526866,-0.021823715,0.011904536,-0.004397682,-0.02162648,-0.0050573666,0.026115477,0.009671559,0.0066842856,-0.023909485,-0.005163882,-0.008523705,-0.015658591,-0.008723448,0.023268363,-0.01911583,-0.0014884803,0.015522664,-0.03747565,0.026895767,-0.004528245,0.024428776,-0.0020134577,-0.004154943,-0.019724753,-0.020192927,-0.0022843482,-0.13449664,-0.008021446,0.0046329424,0.0252258,0.012031722,0.0025388421,0.024446856,-0.010038617,0.006719767,-0.010651777,0.0068260487,-7.376691e-05,-0.003580622,0.004253749,0.03293396,0.108322,-0.012465076,0.012196397,0.031084323,-0.020662356,0.016312644,0.010320945,0.015360594,0.0015136928,0.0044570053,-0.009688326,0.012092063,0.011707504,0.018974695,-0.008993993,-0.01086028,0.005359525,-0.014611332,-0.013742379,-0.004689758,0.03690251,-0.01163682,-0.004196611,0.028211936,-0.024587229,0.0074222996,0.029216502,-0.007878038,0.009661476,-0.018611947,-0.02659094,-0.0047374205,-0.039981574,-0.010250616,-0.016683087,-0.003884592,-0.062898286,-0.014697384,0.009845373,0.0050105765,0.009408459,-0.028691048,0.009577456,-0.012812148,0.016026821,0.028184937,-0.05626141,-0.008056137,0.016212186,0.019646527,-0.011687822,-0.0010025781,0.0035753802,0.011935707,0.029878825,-0.038219884,-0.007979532,-0.010166044,0.002374795,-0.00037964107,-0.021388853,0.0015755954,0.022719054,0.023459775,0.010370291,0.017078832,-0.010742563,0.011716442,-0.019292168,0.010769826,-0.020959005,0.021796262,-0.032400258,-0.0002281423,0.021707093,0.028711032,0.0077133304,0.006231904,-0.0037196013,-0.0005173724,0.031215865,-0.027172266,-0.014379018,0.0077471114,-0.0063657616,0.010511006,0.005334831,0.016363835,-0.0034990062,0.014964229,0.010139945,-0.017359775,0.010650703,0.023300748,0.012906486,-0.0032383683,0.015796322,-0.006488392,-0.000113175935,-0.006934513,-0.006726261,-0.0119026685,0.0053846105,0.01039572,-0.0017434189,0.025254533,0.0024523458,-0.001541218,0.018516198,0.00371784,-0.007620326,-0.011307616,0.010796511,-0.012119164,-0.019875806,-0.009043272,0.007278215,0.004420452,0.009612671,0.0120956125,0.0007529122,0.0053252596,-0.0037286994,0.017006155,-0.006274793,0.025192732,0.008152121,0.008672612,-0.005427882,-0.019531531,0.0043972176,-0.009979865,0.0009639838,-6.701252e-05,-0.0051551247,0.0018225743,-0.012309957,0.01624928,0.0116940895,-0.0007440081,0.010755809,0.015407932,-0.0073084487,-0.00060692435,0.00178843,0.0013503444,-0.001139782,-0.010292658,-0.011490599,0.007895606,0.023582697,0.01980679,-0.0043892222,-0.008565686,0.008455888,0.0031780729,-0.00046309916,-0.02604453,-0.0069855945,-0.008259333,0.0019106107,0.023252264,0.02223225,-0.0054424214,0.024436092,0.0053404076,0.0050945072,0.0016227034,0.012008629,-0.003076641,0.024588559,-0.018830577,0.013582632,0.018340986,0.014367318,-0.011384466,0.0012381324,0.0114633925,-0.007547049,0.0034022052,-0.0071582054,0.008145367,-0.007298287,0.015286619,0.010942582,0.0012363772,0.005159624,0.0026213129,-0.0010828876,-0.008890205,-0.013592589,0.018960113,0.0017254163,0.01556257,-0.001951681,0.0036321343,0.005208456,-0.008126914,-0.013587682,-0.010210538,0.014198976,-0.0017940642,0.014474186,-0.0013372066,0.011639378,-0.019223932,-0.0038498463,0.00980456,0.0045499187,-0.009998245,0.009343369,-0.013518117,0.02033381,0.0133010745,-0.0077474094,-0.0042867977,0.008750079,0.00037235074,0.0020466137,0.0019418182,-0.0045046774,0.0079847295,0.003986388,0.008762706,0.0024046286,-0.0067565036,0.0074407114,0.022368396,0.006689691,-0.007997056,0.015976237,0.022817194,0.007904095,-0.016105225,-0.0108395405,0.01848115,0.0102202,-0.010969976,-0.00191992,-0.017298337,-0.00444405,-0.0074447147,0.015878335,-0.0044042077,-0.009653596,-0.011401455,-0.006166931,0.0075799515,0.025521627,0.01602949,0.0063322573,0.010623993,0.0042114607,-0.013449534,0.0020740856,-0.00829711,-4.6303227e-05,0.022508271,-0.00023235923,0.0027985992,0.0007511206,-0.0021761693,-0.00055260374,0.004850638,0.008364165,0.009941494,0.00071746577,-0.010142556,-0.0046220617,-0.0019533713,0.012829736,0.004908079,-0.0028422058,0.011439933,-0.0077096852,-0.0014396119,0.0015633844,-0.009094195,0.007242265,-0.008296614,-0.0033992631,-0.0016026972,0.004071819,-0.0055004223,0.0023285996,0.020078331,0.009994694,-0.002239522,-0.0031324734,0.0001905311,-0.0031249283,0.008427498,0.03001416,0.002991037,-0.005653549,0.082340136,-0.007727544,0.010369728,-0.0037554319,0.02458736,0.009932037,0.008820318,-0.017850501,0.011345011,-0.009518699,-0.0032428857,-0.0015589069,0.0010583783,-0.0068219868,-0.0038030194,0.011393877,0.01813516,0.006202912,-0.006186433,0.0026971572,-0.0058468836,-0.012541419,0.01133475,-0.0087925475,0.017672995,-0.009575481,-0.001472339,0.0018764893,-0.0030933484,-0.0065623736,0.001663066,0.004549212,-0.00848405,-0.0041484204,0.011417774,-0.008363322,-0.012352618,0.019750997,0.011746403,-0.0048037167,0.0005598358,-0.0069800615,0.016117051,-0.010500803,0.0019789669,0.019883387,-0.028294442,-0.0007848811,-0.0004787044,0.01242988,0.012903555,-0.0015592879,-0.00069740316,0.0054355855,-0.0038443701,-0.001766225,-0.0046997974,-0.015307721,0.012792058,0.0099471435,0.0023126686,-0.0004982516,0.0096728355,-0.01433292,-0.0076511856,-0.019665811,0.0069123064,0.004682982,-0.003195378,-0.019642102,0.00023899057,-0.01314646,-0.008738543,-0.005232823,0.03827743,0.017476005,-0.0008258782,0.0036619904,-0.004916233,0.0031039454,0.008911151,-0.0074903676,0.000516878,-0.0025022554,0.0070997654,0.002432547,0.0019325359,0.00832916,-0.005212095,0.0022941271,0.0066806776,-0.013934915,0.01634574,-0.008302828,-0.007077251,0.017851742,0.052522257,0.019862719,0.007277395,-0.011690425,-0.010084688,-0.013487524,-0.008928123,-0.0045463787,0.008014568,0.03368695,0.0033041467,0.008242451,0.008085355,0.017946044,-0.009208802,-0.0096124755,0.01092367,-0.0072751166,0.0016077184,-0.008076427,0.003578315,-0.008202805,-0.004991085,0.00710409,0.017329687,0.010682793,-0.011246394,-0.009009241,0.00039138988,-0.0070553864,0.0015727273,0.0026828388,0.007957373,-0.015865868,0.0033748094,-0.0025300418,0.010572891,0.0041614217,0.002637418,0.009906763,-0.012225113,0.004043786,-0.007940934,-0.0065714223,0.0009372993,-0.008977434,-0.01897573,0.0046941997,-0.020080019,0.0063284356,0.010829938,0.0036203978,-0.0050777993,0.00048251767,-0.0066412757,0.00074326404,0.014906565,-0.0039982535,0.013594878,0.03404939,0.016570916,-0.009728351,-0.0008022476,0.02236888,0.0017519251,-0.012312779,0.010059886,-0.009398839,0.016215581,0.009512543,0.012248064,0.011094213,-0.00020064256,0.031789113,0.012015501,-0.006004286,0.01074902,-0.0031305244,-0.021693539,0.0041293185,-0.0022216088,-0.005566966,-0.010486558,0.009811317,-0.017797466,0.008812058,-0.00396772,0.0006969508,0.0060758106,-0.008701324,0.0017985543,0.003413371,0.0053350027,-0.023662603,-0.0006620165,-0.00493086,0.013877138,0.024114557,-0.0033760164,0.004772285,0.00086523563,-0.006939064,-0.005130756,0.009943162,-0.0044997456,0.0052173217,0.0027291456,-0.006750592,0.012690276,0.0022536288,0.0073785004,0.015983237,-0.00091704505,-0.0017782605,-0.009547755,-0.022456832,-0.009931163,0.0022485498,-0.015053035,0.0035616427,0.0025696082,-0.006769459,0.0106385555,-0.0016137453,-0.005098269,-0.0014560216,0.004704317,-0.01415234,0.004377402,0.016158927,0.012509352,0.0038190878,0.019197673,-0.018070286,0.0042338185,0.006429279,-0.0129175065,0.015136488,0.029069554,-0.002485024,0.006295218,-0.0025055509,-0.0078798495,-0.013187941,-0.0031633133,0.0083823465,-0.0052938303,-0.017365417,-0.01002375,-0.00037942626,-0.004877621,0.0042570173,-0.024935748,0.00033495927,-0.0016550975,-0.006669209,-0.021367908,-0.0024156312,0.020168051,-0.011233094,0.00388641,-0.05186459,0.003647494,0.0066440017,0.013467064,0.0063298894,-0.004796453,0.0001922542,0.005217863,0.003035036,-0.0011411895,0.002132207,-0.009687374,-0.0016927093,0.022718752,0.001490825,0.0037683463,0.003926846,-0.000995343,-0.0067653013,-0.004667791,-0.009995372,-0.0038596508,-0.011205705,-0.0057687527,0.0039370507,0.008236908,0.015017041,0.002667899,0.011833788,0.0028341566,-0.0075578745,-0.015632775,0.005615376,0.0056089116,0.027394703,-0.00044431048,0.001165403,-0.016991667,-0.012545617,-0.005055491,0.01646732,0.009204321,-0.012497834,0.0147645725,-0.02104547,-0.0084204655,-0.0041205287,0.010065147,0.015542134,-0.019007009,-0.013326228,0.021810064,0.008100421,-0.001164661,0.010160866,-0.0123935975,0.018180925,0.0039787693,-0.008024343,0.005294683,0.0027990995,0.0070797,0.012193604,-0.012512359,-0.0025711525,0.010562242,-0.0024652448,0.0018433805,-0.020045238,-0.010923668,0.014281705,0.014194554,-0.0064775427,0.012600083,-0.00633754,-0.002047591,0.003666806,0.025142575,-0.0015216653,-0.008258132,-0.0026449445,-0.003844338,-0.012956102,0.011841322,0.008067544,-0.015416903,0.011014828,-0.010259231,-0.024589274,0.012941756,-0.000855427,0.008907606,0.009633316,-0.0143300705,0.005838837,0.006116644,-0.019005956,-0.002658427,0.008514105,0.013716167,-0.008652019,-0.0025723851,-0.0023617481,0.0016227486,-0.008713065,-0.009027595,0.015180934,0.0062435362,0.0068545756,0.005925393,-0.015042186,0.012302576,-0.0073527647,-0.025093114,-0.0010875418,0.0077585527,0.016402248,-0.0026623048,0.00734116,-0.007940929,-0.011303379,0.005444617,0.00899237,-0.0043681236,-0.0053923666,-0.0064382893,0.0013811553,-0.0033906999,-0.001989409,0.0069155027,0.013921452,-0.0028219945,0.011948813,0.0046009724,-0.0076078,0.007613776,0.028574836,-0.015914189,-0.00065487385,-0.0023015502,0.009546019,0.009375128,0.0071403324,0.013712736,-0.005901219,0.020240823,0.005092738,0.0012994837,0.002733192,-0.0017582788,0.0015708155,0.0038687238,0.0013878195,0.0073857494,0.0260231,0.002409514,-0.006572175,-0.020048313,0.016678452,0.0030981426,0.014162,0.014393463,0.011855415,-0.029863285,0.0020975398,-0.023087295,-0.016068606,-0.012202187,-0.019888083,-0.002400946,0.00823485,-0.012710208,-0.019062648,0.029782014,0.002198855,-0.016641153,0.023287486,-0.002620615,-0.005046835,0.009318145,0.0023914883,0.008093778,0.011958306,0.014677001,-0.014572275,0.010830763,0.0068073752,-0.013346424,0.007525652,0.011243747,-0.0015161305,-0.016438266,-0.0057800594,0.01139432,-0.012447611,-0.008140356,0.014029038,-0.004018753,0.011809989,-0.014192411,0.0013977181,-0.0041139466,-0.018702824,-0.007283986,0.0049970616,-0.08246186,0.011660793,-0.009834625,0.00209723,-0.019214684,0.014033573,-0.002345683,-0.017454658,0.000412604,-0.0046282876,-0.010793136,-0.007480883,-0.012543958,0.018663002,0.0058199205,0.0016877247,0.0026676978,-0.003916209,-0.015004349,0.00536505,0.00454549,0.002091656,0.007933069,-0.017644837,0.019534303,0.0011990683,-0.011858294,0.007851295,0.021416092,0.01471454,-0.00093213166,-0.00034067442,-0.0070335143,-0.0010003259,-0.0045721047,-0.008223141,0.002934452,0.004471935,-0.13559297,-0.011401262,-0.020471307,-0.00024157451,-0.004536657,0.007868255,0.013846794,-0.0364887,0.0013656456,0.011637134,-0.0052131927,-0.0040372615,-0.026642853,-0.021222271,0.009448212,0.013029773,-0.008728696,0.008431464,-0.010546892,-0.014265517,-0.0062696547,0.0018240191,0.00974876,0.029538749,0.004871858,0.0038058716,0.006149504,-0.016965516,0.00487259,0.012395034,-0.0066180914,0.016986178,0.0034815597,0.011159258,-0.0033108867,0.002481568,0.0035454938,0.007512834,-0.014723834,-0.0029294675,0.0136423865,0.016542582,0.01160584,0.011442687,0.0033667707,-0.0030963314,0.007998456,0.012607845,-0.008689653,-0.01140996,0.0067165797,0.0005736692,0.012181603,-0.01157372,0.015392129,-0.019272558,0.016533263,-0.006864281,0.01874738,-0.010471055,0.009114831,0.0069210944,0.0044440427,0.008433243,-0.005992706,0.000105852065,0.00033719276,0.004369661,0.00090503646,0.012299982,0.014314384,0.013758778,0.014397514,-0.005096081,-0.005621354,-0.010861859,0.008823504,0.024264842,0.024055121,0.009965399,0.012947303,0.00352823,-0.01045924,-9.234553e-05,-0.0022710052,0.013869103,-0.0013651823,-0.002475194,0.029354708,-0.04176586,-0.014891984,0.0063972063,-0.020148782,0.020608876,-0.021642998,0.012042546,-0.010232329,-0.00512292,0.006199241,-0.0059827175,0.0029984303,-0.017310236,0.006145521,-0.0011145761,-0.012009183,-0.0051662237,0.00065522303,-0.021836756,0.0010375747,-0.00911735,-0.0057591875,0.00762919,0.03071758,0.016514376,-0.016890785,0.016681908,-0.01048098,0.0012207908,-0.016783725,0.0048081977,-0.0014190663,-0.012892115,0.029583864,-0.011932455,0.014777436,-0.0066406215,0.024363754,-0.011540874,-0.013358044,0.0033773936,0.009045259,0.009293885,-0.013916097,-0.008426774,-0.0021458764,-0.020219328,0.0015864474,-0.004855832,-0.001961998,-0.027014993,0.013359934,0.0045615854,0.0098306965,0.011517213,0.0022197377,0.011959953,0.008864392,-0.0031610767,-0.017024826,0.0018627241,-0.018037384,-0.017319022,0.001709512,-0.000219562,0.019399649,-0.009708955,-0.02023953,-0.023944246,0.006052825,-0.0075197564,-0.020136388,0.016721798,-0.008127014,-0.0007893017,-0.022923332,0.021408774,-0.0038102148,0.029302105,-0.001588002,0.01722006,0.0069069467,-0.016281314,0.009250257,0.0015636788,-0.00041548657,0.0022334973,0.00050830434,-0.0032267158,-0.016327692,0.013688777,-0.010959096,0.0019108753,-0.0091276895,0.009900422,-0.004874089,-0.0015793879,-0.020150626,-0.008960317,0.008655077,-0.007911948,0.0018742331,0.009703517,0.01975885,-0.029365055,-0.012100744,0.015038754,0.012790305,0.009031654,-0.0006512068,0.0039716586,-0.004341323,0.009588899,-0.008838284,-0.16687033,-0.0064685694,0.013661834,-0.014425279,-0.003205751,-0.010948822,0.015016393,-0.012874829,0.035928674,-0.00032871275,-0.0011499516,0.018585192,-0.014653214,-0.00039716734,0.02059404,-0.0052230447,0.0030776989,0.030341102,-0.009714404,0.0049857926,-0.013799688,-0.006168681,-0.0062311124,-0.011775776,-0.004074675,0.0258616,0.0037995738,0.008378162,0.009937395,0.007956599,-0.0065069497,0.012110776,1.4489191e-05,-0.017561529,0.005231085,-0.016702171,-0.02252519,0.007400187,-0.006673082,0.016389955,-0.0031573025,0.009402556,-0.007555842,0.0070754397,-0.015173158,-0.0060026823,0.0013983314,-0.00977127,-0.00019906809,0.001276359,-0.011719564,0.013882255,0.0055904714,-0.01932142,-0.014927295,-0.028787808,0.028933132,-0.026988564,-0.012133829,-0.008397997,0.0093398485,-0.001737821,0.0010003047,0.0025905194,-0.008373086,-0.0025945087,0.0078093396,0.14903787,0.0001888809,-0.029162427,-0.010900118,0.002263153,0.010089576,0.020699224,0.00605807,-0.010404519,-0.009245693,-0.025731783,-0.007934613,-0.014431721,0.01446764,-0.018896513,0.03059342,-0.012098413,0.0067860913,-0.0105668185,-0.005634723,-0.011683104,0.009018693,-0.01329342,-0.011767195,0.0131881405,0.009483167,-0.0010005027,-0.012953241,-0.007827792,0.008847797,0.0070973244,-0.01851842,0.024066443,0.013996005,0.0071803816,-0.006157139,0.0007569685,-0.018063962,0.006537957,0.0066931797,-0.0061835623,0.006518786,-0.016382957,0.015127489,0.0096659865,0.010150198,-0.025511565,0.015819358,-0.011185569,0.0124512175,-0.010015366,0.028101778,0.01367424,-0.009803822,0.013416066,-0.010188909,-0.002836583,-0.017784072,-0.0070987274,-0.018438451,0.020442357,0.016949806,-0.017071227,-0.0081852665,0.012925511,-0.006327347,-0.0030860156,-0.020580452,-0.014148711,-0.09822373,0.018830376,-0.027618987,0.007707801,-0.017380975,-0.03975078,-0.0017194985,0.006169875,0.008829025,0.0069678556,-0.003901983,-0.011358527,0.001941006,0.013961613,0.025046216,0.03092536,-0.006797467,-0.015185231,-0.0069193495,0.0012014924,0.033119086,0.015761167,0.015232018,-0.015734373,0.006934243,-0.0026384695,-0.010439919,0.000907934,-0.0012311101,-0.013314661,-0.017628856,-0.0010009871,-0.021630447,0.03126938,0.007752487,0.035619777,0.005962009,-0.002853473,-0.009407188,0.0067557315,-0.0032264518,-0.009141704,-0.018991245,0.0044996818,0.009253024,-0.009923763,0.019452378,-0.018195257,0.017090201,0.017941553,-0.015515171,0.0052252505,0.015907174,0.016072344,-0.014270679,0.020249322,0.010032783,-0.02277009,0.030967373,-0.0043229177,-0.016041154,0.011564065,-0.002051748,0.0032558856,0.006903606,-0.0002901319,-0.013889829,0.019071087,0.020814141,0.007839668,0.013070664,-0.019787228,-0.0044205794,-0.009159981,0.0010773524,0.021482129,0.011204282,0.0074576903,0.008337709,0.028973728,-0.018074313,-0.010492441,0.01896031,-0.0044264984,0.03121889,-0.0020063492,-0.020899437,-0.00086648855,-0.0035156,-0.026870243,-0.025996055,-0.014672854,-0.023063913,-0.012817915,0.02079614,-0.0068675294,-0.011554676,-0.019247824,0.009997541,-0.009094852,0.00921172,0.0052960534,0.011405404,0.012925441,-0.0027108435,-0.016549652,-0.012577419,-0.0040603173,0.022092165,-0.0032869321,-0.006775796,0.0055491147,-0.010352852,0.0039262967,-0.00851444,-0.0031465092,-0.012281058,0.032490112,0.004265836,-0.028940491,0.0014590214,-0.0084379325,0.004518346,0.021552714,-0.01000826,0.014468098,-0.008429451,0.009264503,0.013010778,-0.00059257133,0.0065310285,0.014072839,-0.0056998106,-0.0061473274,-0.0130308485,-0.012000068,0.021602156,-0.012773695,0.0034794603,0.032032035,-0.014415441,0.0009932307,-0.014883872,-0.00024628817,0.019009784,-0.006225569,-0.00897535,-0.014818295,0.0232735,-0.02086455,5.598867e-05,0.0015367457,-0.019402765,0.0007326339,0.022250423,-0.0067056837,-0.0054205195,0.00594054,-0.00478929,-0.005874978,0.008064717,-0.0024630658,-0.0145693375,0.024369216,0.0013869412,-0.0013190914,0.0054209833,0.0028597428,-0.023406161,-0.0038304974,0.008824874,0.0038106237,-0.012274995,-0.0009041341,-0.00037848705,-0.0049693407,0.026814535,0.014231619,-0.005965158,-0.06566714,0.037581135,0.019225555,-0.010307537,-0.027779141,0.016737536,-0.013996879,0.0073456396,-0.008114402,-0.010122228,0.034240663,0.021950716,-0.0027029356,-0.010840399,-0.003954741,0.030503554,-0.0070176194,0.002539026,0.01781817,0.022565944,0.0031778382,-0.0043019564,0.001126068,0.008588967,0.012724169,-0.0054229004,0.005706072,-0.00023325907,-0.013523603,-0.010981725,-0.002879367,0.0067815073,-0.01742632,-0.014985424,-0.0034297872,-0.01406409,-0.0043161116,-0.0069461856,0.013569401,-0.01634526,0.009047744,-0.020378483,-0.062607326,-0.0044432967,-0.005619741,0.0011479906,0.014364291,0.003982197,0.00971683,-0.024201736,0.024139851,-0.009117378,0.008391387,0.0005655828,-0.01600434,-0.0032744443,0.015308705,-0.013336159,-0.0058256835,-0.02911994,-0.0030413521,-0.026984017,-0.0036041278,0.009471774,0.008221212,0.014561138,0.010770213,6.8434754e-05,-0.016980167,-0.007039073,-0.0015773312,-0.015269123,-0.0019004378,0.019144299,-0.01692907,0.030650515,-0.008683478,-0.0042955624,0.0038884871,0.016791282,0.008698175,0.0028954695,0.0075532105,0.029530125,0.0070686727,-0.008249291,0.009898727,-0.089018665,0.0031611566,-0.005206116,0.0035373413,0.00027225394,0.022308446,0.0010971976,0.037797622,-0.023828695,0.013234998,-0.030504204,0.004905145,0.007171803,0.041665148,0.010400214,-0.004460147,0.018120447,0.011053017,0.027460152,0.017583312,0.008375625,0.016613398,-0.020949667,0.017279636,0.030509105,-0.029904177,-0.005244558,-0.00016600823,0.011200817,-0.009717722,0.0155549,0.014761951,-0.004371702,-0.0066175815,0.01978085,0.008762372,-0.0131494,-0.0041526505,-0.01235087,9.130072e-06,0.0068253498,-0.021279829,0.022910394,0.0015669944,-0.012723178,0.0011672502,-0.008012396,0.009862456,-0.013863347,-0.0137798255,-0.0011365628,-0.0036012868,0.0032943927,0.017974956,-0.0080736745,-0.0016531706,0.0011368155,-0.029732943,0.013060127,-0.018144535,-0.005940175,-0.0016361448,-0.02029444,0.00011673932,-0.033266786,-0.0010954097,-0.013223147,-0.012512152,-0.02187357,-0.015199177,0.010077606,0.021323642,0.0039120982,-0.023752458,-0.007283244,0.018568324,-0.015970457,-0.0072705364,-0.013224465,-0.00068206765,-0.003408014,-0.0013506184,0.0142525565,-0.00178063,-0.010427552,-0.013799199,0.006525784,0.009829999,-0.00051477854,-0.0064239134,-0.006545622,-0.023141762,-0.006835572,0.010503097,-0.0067074574,0.013070895,0.0021637843,-0.0013697437,0.0023782174,-0.0011322552,-0.013067831,0.036345214,0.014262574,0.013754092,0.00777458,0.0012229589,0.012588461,-0.0063715074,0.018190226,-0.024817217,-0.007442113,0.008972217,0.012591333,-0.0036238574,0.004929514,0.009490774,-0.010178478,-0.014249977,-0.021262217,-0.026504561,-0.0055574556,0.0069460007,0.004768027,-0.025000744,0.0050662975,-9.904572e-05,0.0011954316,-0.0044795475,-0.003002371,0.02753258,-0.012695404,0.006376976,-0.0003592391,0.004108767,-0.0071400288,0.0128504345,-0.00978218,0.006998656,-0.024751838,-0.002314022,-0.0094322935,-0.032193206,0.012163101,-0.013951506,0.010708025,0.0007407208,0.026009284,0.01839133,-0.014280324,0.016030239,-0.0010436188,0.0065549375,0.0045845765,-0.038401917,-0.008748345,-0.015880974,0.008779637,-0.0076855174,0.012179334,0.009863727,0.00021478605,-0.0004712371,-0.021644115,-0.025232827,-0.0007424565,-0.0030229387,0.022503836,0.0003563706,0.013083898,-0.007363307,0.025612859,-0.022554317,0.0034910846,-0.008729256,0.040213294,-0.0026636184,-0.01856925,0.018801305,0.018914746,0.010206855,-0.0010476323,0.008789082,-0.014139897,-0.020486588,0.005353031,0.013657017,0.02092043,-0.008125107,-0.00439884,0.008687231,-0.011497437,0.016203485,-0.00053954084,-0.004306148,-0.013510753,-0.009731467,0.017333439,0.008700274,-0.0047607385,0.011262367,-0.015640665,0.029785778,-0.00485549,-0.03375319,-0.0181242,-0.006629058,0.020224134,-0.015941903,-0.0032324651,0.006938406,-0.010464199,0.010074123,0.01643696,0.00019070458,0.002775728,-0.0037883478,0.015096836,-0.0050053704,0.01070317,-0.0010607757,0.022016982,0.0093552,-0.031952534,-0.012095071,-0.02230491,-0.029402189,-0.010628422,0.0034692462,-0.0056963144,-0.0044617276,-0.0035774938,-0.0024910201,-0.000882129,0.0062497375,0.005622576,-0.020706201,-0.0113379685,-0.019067675,0.01212744,0.0028612548,0.01551132,0.027058514,0.009023908,-0.008852045,-0.02687253,-0.0011518812,-0.026119372,-0.019577952,-0.020401567,-0.019659169,-0.0025021364,-0.012237992,-0.0018103372,-0.00014035314,0.005069621,-0.013031074,0.0019858093,-0.004092281,0.0014267898,-0.024460314,0.018116504,0.0057521453,-0.001600564,0.027892014,-0.056816466,0.022590144,-0.010072589,0.008302616,0.0049792696,-0.015354454,0.011787519,0.037134472,-0.041668877,0.008951805,-0.0214745,0.021303188,0.008179832,0.00094161945,0.010923459,0.020448858,0.025932254,0.0075259428,0.021561434,0.0036426545,-0.008274015,0.008023579,0.004469699,0.0055364696,0.00072111475,0.010725015,0.02158072,-0.01595506,0.028912878,-0.0141136,0.0040585934,-0.022576503,-0.011632532,0.016057482,-0.0013054877,0.021638088,-0.009876438,-0.039022136,-0.0358628,-0.026008332,0.023854733,0.013385857,0.0005696175,-0.012717095,0.012675267,-0.033238612,-0.0126653835,0.0023904773,0.020270787,-0.024286931,-0.009449993,0.0150839,-0.0047341813,-0.019520398,-0.0020277705,-0.0051786737,0.015340778,0.023259187,0.013742568,0.012300288,0.004617711,0.02519704,-0.0010620216,-0.015929794,-0.024884375,-0.0019233442,0.013858281,-0.0057688975,-0.0005919115,0.0048988597,0.027085422,0.00918012,-0.0014030646,0.0072899284,-0.015064675,-0.0027836042,-0.00039703996,-0.0011793968,-0.0036923774,-0.03731656,-0.008705989,0.011390712,-0.0035166969,-0.0123506,-0.00077378575,-0.0026829636,0.006041168,-0.008311597,-0.014634071,0.023681361,0.012517191,0.013912451,-0.011636066,-0.011589887,0.0071761115,-0.0010744979,-0.031545706,0.019270366,0.0019693964,0.0016232419,0.002079251,0.005706072,0.007186043,0.0022511052,0.014414389,-0.00029025148,-0.024366956,0.00656448,-0.0064514442,-0.0139344195,0.017626246,0.0036882241,-0.0120054195,-0.0051524993,0.016722105,0.006751611,-0.03971254,0.017262265,0.008086277,0.0041232454,0.0009208747,0.012662795,0.01811794,0.00067296706,0.0024174529,0.015079906,0.008309124,-0.008020897,-0.0080980705,0.0025642375,-0.008222999,-0.009333656,-0.0031747036,-0.010429623,-0.0077087297,0.007344472,0.008770862,-0.006297257,0.014597008,0.0032616844,0.012652152,0.002525267,0.01889171,0.011733234,0.020942401,-0.018035987,-0.004979528,0.0038132244,-0.00011068697,0.0062136957,0.0060594105,0.0051973793,0.0027745806,0.0017887317,0.011781825,0.03155068,-0.017451653,0.017719295,-0.0045304014,0.0059727426,-0.0009169121,-0.004274318,0.0034563928,0.015437374,0.020717572,0.0068649603,-0.011050976,0.0016026011,0.0017876545,0.0026210016,0.010458441,0.024058618,0.0026860146,0.01457112,-0.010312786,0.010208098,0.0068584564,-0.007289576,-0.016636718,-0.019306775,0.043993358,-0.011305788,0.0065437434,0.0046297438,-0.009567312,-0.015340597,0.009956025,-0.0125493575,-0.018537924,-0.008524365,0.004090061,0.005064578,-0.010309532,-0.0073722303,0.0011050672,-0.02108228,-0.009101047,-0.005293419,0.010425172,-0.007901894,-0.0054567056,-0.017452981,0.0036701101,0.0075948737,-0.014160592,0.004803341,-0.012911437,0.00451421,-0.040339567,-0.014206718,0.024308365,-0.0004177462,0.004837301,-0.00017246846,-0.0066627283,0.018661892,-0.0017295916,0.010137928,0.017839067,-0.006956259,0.023611384,-0.004340065,-0.0041584163,-0.025995115,-0.01634885,-0.008931788,0.002982544,-0.0053330073,0.0200518,-0.009656481,-0.007345936,0.00924553,0.00415357,-0.0065750373,0.023792192,-0.002739587,0.009969328,0.004540303,0.008459399,0.0050493763,-0.0033699905,-0.01636019,0.0049196132,-0.017767258,-0.0055329544,-0.02911913,0.007778588,0.0106259,-0.004587413,-0.040744282,0.018497378,-0.0211564,0.016325016,-0.0073270486,-0.00070660753,-0.0020782198,0.020612232,-0.012955061,-0.011657728,-0.01211776,0.00085975317,0.0049026157,-0.019794604,-0.004388081,0.015600469,-0.0067474577,-0.0027608555,0.011952034,0.007929012,0.0077416594,0.013399843,-0.022566574,-0.0035796072,0.00909542,-0.007155602,-0.0034290988,0.013023663,0.0121735735,-0.02867428,-0.008335555,-0.003580509,0.004904849,0.0083569605,-0.020996157,-0.009101596,0.0010453057,-0.014703557,0.0040633255,-0.025305651,0.0035942257,-0.0020281218,-0.011576509,0.0079995915,0.0040946915,0.0091710165,0.0013677562,-0.01541525,-0.0033962314,-0.008151219,-0.02224887,-0.011502453,-0.003555382,-0.0030049742,-0.013495446,0.013022991,0.006703146,0.02042387,-0.027883679,0.039287247,0.009533315,0.0043099043,0.009848545,-0.02337711,0.008603542,0.0027701156,-0.0011211793,0.0033312603,0.00044554874,0.0063403184,-0.008434773,0.018128041,0.016053563,-0.017960642,0.017613064,0.020144247,-0.0043947916,-0.020814853,0.0016294474,0.0071238126,-0.014601289,0.0059069474,-0.02499569,0.00045756644,-0.017684454,0.017604763,-0.014869878,0.018937804,0.020172846,-0.010306978,0.002443279,0.00064299686,0.012026594,0.022199502,0.0028125057,0.03154279,-0.003988365,-0.010763648,0.023790855,-0.003019396,0.010818267,0.011687285,-0.012600089,0.027979296,-0.010381819,0.052443784,0.004445296,-0.012380257,-0.00080146873,0.010009511,-0.018969595,-0.013097056,-0.01701782,0.011944504,-0.008218037,0.014752982,-0.02440339,-0.0043616965,0.00010355349,-0.025166607,0.00046555712,0.016993204,0.015153402,-0.03774193,0.0024818375,0.013124443,0.016824571,0.012862313,0.022661116,-0.0074960818,-0.0021047727,-0.0021231724,-0.015697954,0.005310173,-0.022187388,-0.005151592,0.0229929,-0.005170241,-0.00076686026,0.004593285,0.0038948169,0.018528469,0.010924082,0.022291247,0.024934422,0.033498496,-0.0011270166,-0.015645057,-0.00499528,-0.01860531,-0.009647842,-0.008956021,-0.007716793,0.003965439,0.009313353,0.016417103,-0.027503738,-0.0079665305,-0.009837807,0.002839778,0.008079951,0.0024338556,0.007082258,-0.020664744,0.025472285,-0.0031367142,-0.019402202,-0.012402413,3.3004253e-05,0.0126499375,0.0005313209,0.0034781126,0.0018450852,0.1578235,0.12539585,-0.022282714,0.014339746,0.0023248014,-0.0071568713,-0.028425734,-0.022279818,0.0066397944,-0.028448422,-0.019756356,-0.0096233655,-0.0034826477,-0.0078592,-0.0040605855,-0.010992748,0.007206692,0.0076426934,-0.0072618704,0.017581267,0.0064934427,0.003825057,-0.020116389,0.01656004,-0.03716486,0.019659098,0.007772242,0.018718595,-0.0009909131,-0.023712052,-0.0108607635,-0.01491386,-0.042700097,-0.014558702,0.0020418975,-0.008861759,0.0071348613,-0.002381331,-0.00922804,0.017290423,-0.0078145815,-0.015056643,-0.0024028632,0.008081502,0.004439941,0.0053347535,-0.014031474,0.0024254955,-0.0040226066,0.008686452,0.008095855,0.0059482846,0.016601145,0.003302828,-0.0072146007,0.0022200285,0.028859058,0.013870904,-0.03146742,-0.0017591991,-0.0004322911,-0.0013775589,-0.018601546,0.038173035,0.008428727,-0.0063389773,0.007801071,-0.028422972,0.005440543,0.005864147,-0.0081696035,0.0007265838,0.003369094,0.007123051,-0.006002663,-0.0074803834,0.011710385,0.02666284,-0.017888673,-0.0026244128,0.01319809,0.013956502,-0.028731963,0.008305497,0.0026856659,-0.00041612086,-0.005719749,0.024535673,0.09543699,0.007008775,0.0010060422,-0.015434317,-0.005393017,0.0047636465,-0.0023232554,0.053635463,0.0028012039,0.010392758,0.019637672,-0.021982502,0.013176431,-0.0030966632,0.00991511,0.017937362,0.011060035,0.02644951,-0.0065605487,0.03643865,0.0007136279,0.008770459,0.0039012297,0.02464201,0.021722058,0.0231328,-0.004927808,-0.025784018,-0.01982115,-0.01840141,-0.08355205,0.023272905,0.0108674,0.011333656,3.6529225e-05,0.015154077,-0.006907631,0.0010360042,0.01248391,0.026324792,0.015721552,-0.009232741,-0.0052903974,-0.0059129638,0.00053529313,0.010855263,0.018585775,-0.005801483,-0.0003435564,-0.0062708585,-0.0022993954,0.01874398,0.00022145998,0.020920092,-0.014444925,-0.031918034,-0.020457959,0.0031091557,-0.013713605,0.0118587455,-0.009577341,-0.00885509,-0.013540955,0.015271892,0.0012832123,0.0014361087,-0.024279479,0.0025430399,-0.0052543054,-0.004427704,-0.012120254,-0.022172216,-0.011776782,-0.032195482,-0.016776245,-0.017875833,0.010412264,-0.009058079,-0.014707257,0.022679284,0.022568608,0.006754619,0.011161347,0.0012924285,-0.0018143889,-0.0074277446,-0.008245383,0.005770482,0.029691666,0.023858191,0.003273172,-0.010383771,-0.011887462,-0.0058062566,-0.005596592,-0.009357163,0.005533531,0.00645743,0.0059341122,-0.007081957,0.0031297347,-0.028200649,0.016507614,-0.007748002,0.003427374,0.0035661333,-0.010621907,-0.006212471,0.014317879,0.0027554957,-0.0064894333,-0.010653912,0.0009316284,0.120403804,0.011289986,-0.002956779,0.015049134,0.0013037154,-0.01954807,-0.009372438,-0.024303019,0.022255437,0.008113005,-0.00534922,0.012983076,0.006079981,0.008549094,0.021281894,-0.0051813517,-0.002708104,-0.026823007,0.014751788,0.007027159,-0.016555,-0.020176599,-0.0125844395,0.016623426,0.007215199,0.0059471224,-0.031829484,-0.0019148244,0.0007033399,-0.0060879816,-0.009112365,-0.0064508,0.017070755,-0.0107502,0.013396487,0.012081414,-0.01388358,-0.0031010509,-0.03299036,0.0048258197,0.013293514,0.0010378977,0.022877121,0.0016081748,-0.050132994,0.1903658,-0.020973604,-0.0039741853,-0.018586682,0.022429185,0.02312641,-0.0047715306,0.005921876,-0.012592658,0.017650282,0.0038140782,-0.021901805,0.0024149173,0.01544734,0.011618733,-0.027631084,-0.0042946567,0.0013712099,-0.019953273,0.002736391,-0.015898095,0.0067682345,-0.010082092,0.008110067,-0.012200341,-0.005747902,0.016102409,-0.012089521,2.8977543e-05,0.0034323058,0.0036643073,-0.0110455565,-0.012449476,0.018813815,0.0037504202,-0.008249111,-0.017058354,0.008986858,-0.020032078,-0.0035448738,-0.021354979,0.0015865306,-0.010754724,0.019294528,-0.0098663485,-0.028158551,-0.011946618,0.021325927,0.0049944515,0.013910866,-0.007768523,0.00892132,0.0039919512,0.0030150535,-0.0027131354,-0.0041439887,-0.008017013,-0.020338267,-0.00014528217,0.008400231,0.0028874709,0.035130795,0.0016758138,0.016731307,-0.01115348,-0.009496021,-0.001840119]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 151,
          "content": "Japan corporate bankruptcies hit 12-year high on rising prices, wages",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.020102521,0.012146596,-0.007135076,-0.078369856,0.0058981585,0.0033265927,-0.0043676263,-0.010469728,-0.0005932631,0.019034898,-0.020972064,0.006586551,0.017150193,-0.015137298,0.11145669,0.021265268,-0.0059063146,0.02111838,-0.0178892,-0.013896857,-0.01543265,0.024354609,-0.0055251415,-0.009641837,0.007057386,-0.03051924,0.013931714,0.008452636,0.045829557,-0.015031241,0.0034608517,0.020548796,0.014811,-7.416405e-05,0.014399484,0.0133885695,0.0033815044,-0.0149406465,0.011738367,-0.001518872,0.005393762,0.0058143483,0.0071722274,-0.002264662,-0.00871347,-0.014079106,-0.034076296,0.0019301518,0.0119047435,0.0094907135,0.004965146,-0.023231132,-0.002375256,-0.17668791,-0.0055719516,0.002249072,-0.005262589,0.007970716,0.021528596,-0.008558084,-0.020785471,-0.024825817,-0.014815686,-0.022330448,0.0032108026,-0.0050613857,-0.012034644,0.015777024,-0.025709,-0.0008768281,0.016023938,0.01923337,-0.012165818,-0.0139481705,-0.007191615,-0.011374663,0.019455947,0.021977793,-0.016403927,0.0075893695,0.0005357014,0.007032721,-0.013125168,-0.01652783,0.015530128,-0.00087023067,0.006653507,0.010643879,-0.02639972,0.03141805,0.018029496,-0.018781304,0.0066474024,-0.00069762085,-0.009947078,0.01436057,0.0027755373,-0.01348167,0.008254472,-0.027104983,-0.0076952614,-0.03566949,-0.011438057,0.029573217,-0.005042855,0.009489795,0.0014437111,0.011827946,-0.01405844,0.022231488,0.010391948,0.012064519,-0.0015872268,0.031578556,-0.022308577,-0.11938311,-0.014727433,0.0008990985,-0.01915271,-0.0097594755,-0.0211824,-0.006946569,0.015653156,0.011199521,-0.009546045,-0.014120498,0.009372256,0.031073684,-0.010312743,0.03861418,-0.006947342,0.01498818,0.018374663,-0.009652306,0.0065321354,0.027529992,0.026440408,-0.009361726,-0.028542137,-0.0036152347,-0.019238425,0.010844387,-0.003171059,0.024321022,-0.040142182,-0.009861923,-0.028057247,0.031729158,-0.012833736,0.012670663,0.03516707,0.027048562,-0.00033874894,0.018908221,0.007962618,-0.032665078,-0.009297834,0.023852803,0.013380262,-0.02549177,0.036262095,-0.0072562364,0.008424344,0.020198118,0.0018717808,0.013281886,-0.013230218,0.01103991,0.01365474,0.026259733,-0.017084606,0.0019219156,0.0072348546,0.013085954,0.031263966,-0.018238291,0.0010144747,-0.014382144,0.01723627,-0.013351192,0.056199033,0.011853287,0.004079914,0.00745077,0.0077536786,-0.003927492,0.007518152,-0.013693089,-0.00016262407,-0.0034792311,-0.030511456,-0.022416439,-0.002874542,-0.030590588,0.019903103,-0.016082391,-0.0023228817,0.0007595692,-0.012767216,0.00036565168,0.02091096,0.017843908,-0.005185339,-0.01797409,-0.012447514,0.0066222576,-0.012781851,0.023157055,-0.007929081,0.0038974355,-0.018493507,0.011990329,0.012394557,-0.0035352043,0.02455883,-0.019291187,-0.012750265,-0.009143494,-0.025262373,0.0047782646,0.007875875,-9.954618e-05,-0.005338452,-0.022605445,-0.011939549,-0.017864339,0.007193874,0.00831449,0.017271217,0.008061894,-0.010564874,0.026674157,0.007828991,-0.022162676,-0.008456912,-0.030646034,-0.003863336,0.017028145,0.010738221,0.05028258,-0.0041852635,0.03288742,-0.014527143,0.0010121075,-0.03603272,-0.009681917,-0.013971146,0.015446921,-0.02387612,-0.0059788665,0.026378239,-0.013838342,0.022184376,0.002959823,0.009391671,-0.031032277,-0.002339945,-0.005338144,0.012495561,0.03430319,-0.010639533,0.00052616105,-0.011560803,-0.0089247115,0.0071976776,0.019041155,-0.014922404,0.014001832,-0.00838598,-0.0019131794,0.0032913615,0.009883563,-0.0062534097,-0.02363465,0.007041223,-0.00013933411,-0.06603389,0.032012057,-0.021362977,-0.01143359,-0.013668863,0.0068640485,-0.015582491,0.009820952,-0.0064328494,-0.011788883,0.0059644617,0.013410321,0.028294584,0.023039198,0.020042121,0.004544232,-0.019674195,-0.013958903,0.017064944,-0.004844957,-0.027201135,0.01575705,0.0070161554,-0.025993627,-0.026676591,-0.031113014,0.028280135,0.05504787,0.021238128,0.03093551,0.01760038,0.010054761,0.047598906,0.0061265915,-0.0024694076,0.017047629,0.02828946,-0.021022227,-0.0072667366,-0.032926902,0.0038691384,-0.01849537,-0.026733857,-0.0156071745,0.00098888,0.00889938,0.021675056,0.014468141,-0.0077726403,-0.01697977,-0.0061885887,-0.0023314948,0.016781908,0.008121427,0.011181651,0.019348497,0.020293744,-0.0040714503,-0.015812028,0.0009618041,0.038770203,-0.008970264,0.007194034,-0.0055053188,-0.014350516,-0.0024746333,-0.004846534,-0.015493358,0.010095447,0.008813254,0.0067103957,0.004538512,-0.046058677,-0.0141010415,0.016064128,-0.007670867,0.013994702,-0.011418377,-0.0062622153,0.022585219,0.00078822207,-0.0021869107,0.009030838,0.04841742,0.0037822502,0.0044571743,0.00020367638,0.021036511,-0.010515819,-0.011561144,-0.0041531534,-0.013522315,-0.0077860993,-0.011906543,-0.0016471406,-0.023685217,0.004820702,-0.0075762263,-0.0009153262,0.022116968,0.027391758,0.026151823,0.01604119,-0.007829801,-0.021201681,0.02667274,-0.0019880608,-0.027779207,-0.012713835,-0.013188548,0.0005480559,-0.031051258,-0.0013103022,0.014395817,-0.038247276,0.009040353,0.000663657,0.0003368133,-0.006700929,0.0095806895,0.010377604,0.017760007,-0.016291521,0.00019388678,0.00782353,-0.011249871,0.0013766756,-0.0149417315,-0.006161989,0.01523291,0.0049728104,0.005953846,-0.00028690134,0.009881053,0.0034512274,-0.017880736,0.020057969,0.015850145,0.035724875,0.011514152,0.00055098004,0.011028228,-0.007732769,-0.0028881344,-0.0050740023,0.036241658,-0.020783216,0.0041543683,-0.014131504,-0.02603921,0.040800534,-0.0050375643,0.031492442,-0.009817367,-0.0010359762,-0.019032443,-0.007812766,-0.00015807211,-0.0035800312,0.019855265,-0.007503714,0.011973117,-0.006896787,0.017113766,-0.0047981,-0.010105141,-0.036629096,0.02576915,0.00024279274,0.046768945,-0.00754765,-0.01651589,0.016820675,0.003491388,-0.010797494,0.029718777,0.002403584,-0.025652478,0.045205552,0.0030411277,-0.017508792,0.013207918,-0.0043792063,0.013832101,-0.029424494,-0.012085272,0.012727672,0.019059127,-0.013655603,0.022366269,-0.027036538,-0.021478092,0.026393143,0.032991394,0.014612231,0.005297254,-0.01194365,0.008329984,-0.020028235,-0.015423411,0.011497426,-0.008732571,0.018443266,-0.0020108602,0.030090164,0.016103674,0.013006068,-0.018538138,0.0077136643,-0.0026447715,0.00011233937,-0.019830406,0.026978137,0.025247682,0.025652867,0.007158821,-0.0067878077,-0.017655453,-0.007487357,-0.013189225,-0.0021974873,0.00815102,0.023942577,-0.020845683,0.017358433,0.005993253,0.006144156,-0.014504538,-0.016870428,-0.020841548,0.005687336,0.028587073,-0.013513833,-0.01615829,-0.016034931,0.0012300868,-0.0012091807,0.0061161285,0.0010869546,-0.0017421796,-0.018899065,0.004337104,-0.02851957,-0.0019868158,0.00042373477,0.017508944,0.005071869,0.012828566,0.023170931,-0.0014778213,0.018858762,-0.023731785,0.01219936,0.007628109,-0.0063539897,0.019294811,0.01093692,0.017362468,0.0021570134,-0.003691937,-0.02910251,0.031826574,0.02445656,0.028238624,-0.007234389,0.021894291,0.0015770885,0.00438775,0.001773812,-0.035388764,-0.027543586,0.024657035,-0.010839613,-0.008768034,0.0073498883,0.031056587,-0.0120745795,0.012433473,-0.004427723,-0.006906871,-1.1411464e-05,-0.0021008293,-0.008973064,-0.015241533,-0.04174226,0.014573873,-0.007739552,0.021882733,0.026488949,0.0021153996,0.0098673,-0.014331275,0.03892358,0.024194758,0.002154043,-0.0011306019,-0.0023998555,-0.029149955,-0.02800294,-0.006994595,0.027357485,0.024717944,-0.009320173,-0.015676083,-0.005042589,-0.003914048,-0.01050823,0.01906336,0.01986792,0.021451319,0.0038100078,-0.027989918,-0.046100665,0.025306247,0.0056768027,-0.023943685,0.0049620103,-0.021843575,0.022152962,-0.015557001,-0.005482499,0.014779027,-0.035952687,0.03035053,-0.016522385,0.007042558,-0.010831099,-0.018092211,0.01676198,0.008770518,0.020562362,0.004029055,0.026310788,-0.006243332,-0.01503346,-0.0050538266,0.006130734,0.025789345,0.025798284,-0.025419733,-0.011950785,0.00572047,-0.00051006774,-0.0074048,-0.021264443,-0.015996791,0.009047467,0.021114103,0.0012718734,-0.010708693,-0.0075422744,-0.076272465,-0.016093455,-0.020249091,-0.009545474,-0.025447747,-0.007486065,0.007784669,-0.033078052,-0.016142715,0.048008084,0.02655411,-0.014063788,0.022365872,-0.028142527,-0.016298834,0.008006082,0.002384364,-0.022196405,0.00076911744,-0.013541377,-0.025193458,-0.012908959,-0.014519628,0.011919022,-0.025718248,0.030220224,-0.034388524,-0.010101818,-0.022549314,-0.015137133,-0.01519254,-0.13603626,-0.011782841,-0.023267912,-0.00564032,0.008941322,0.016623553,0.033924166,0.016083045,0.019606667,-0.020720063,-0.0025144268,-0.040667523,0.021246225,-0.011700614,0.033631988,0.12028604,0.020836134,0.028388644,0.0015896815,-0.021214992,-0.004099217,0.028648445,0.028146349,-0.016795794,0.009649188,0.03639745,0.0072734933,0.00011467696,0.004759235,-0.004140907,0.005097911,0.00986122,0.023078742,-0.0035602073,0.017228285,0.006075162,-0.024482531,-0.017633112,0.011382187,-0.007899374,0.007721709,0.014884076,-0.0075237914,-0.03224427,0.0026802986,-0.021907123,0.008015567,-0.02945457,-0.01657128,-0.020501751,-0.03691659,-0.059839364,0.02643788,0.031325407,-0.015826963,0.002290294,-0.0035481509,-0.012928819,-0.008719097,0.0019409541,-0.006504613,-0.01167496,-0.011036553,0.0010062968,0.005620844,-0.022945547,0.03365267,-0.021327937,0.014906039,0.017043367,-0.025494501,-0.015456467,-0.01318426,0.0036274504,-0.004473739,-0.0061869114,-0.025057832,0.0046830704,0.005274605,0.009747232,0.019846411,-0.03599939,-0.0024800752,-0.009774338,0.02125804,-0.002806315,-0.01854732,-0.010762864,0.01681397,0.029231932,0.016550718,-0.0013336625,-0.020801408,-0.012688756,-0.008014084,0.010778069,-0.032369304,0.009963532,-0.023819575,-0.010124463,0.023713864,0.0069248793,0.010000623,-0.021808138,0.0024877656,0.029252596,-0.0029149412,-0.0070746234,0.020646159,-0.010149791,-0.007841097,-0.01743321,-0.01037483,-0.0060753827,-0.012305009,-0.011956277,0.0016379689,-0.004398019,0.008972372,-0.009887573,0.012287573,0.00723747,-0.014862674,0.012908214,0.018084459,0.006237571,-0.022516038,0.023568714,0.0009827019,-0.030328901,0.0133955255,-0.01720252,-0.0049174405,-0.0003721417,0.017038964,0.010392043,0.0036599298,0.009062531,0.01408241,-0.006398493,0.01201814,0.004898761,0.016895372,-0.00034940764,0.003135608,0.002342914,0.005622019,0.011351233,-0.0018655708,0.0008210468,0.0072203106,-0.032856554,0.010019075,0.0008223828,0.0007630815,0.008562535,0.003483773,-0.012658453,0.00091836625,-0.013378445,0.0106219,-0.017734066,-0.009927352,0.0060666967,0.005242081,0.011413428,0.016668823,0.008403837,0.005394313,0.025012493,0.0060949707,0.016375469,-0.019682866,-0.021001618,-0.014866931,2.5794046e-05,0.010510774,-0.0006810333,-0.0020010516,0.005949527,0.00899873,-0.010430358,0.01875056,0.004904561,-0.012414528,0.012293179,-0.017139174,-0.0009667496,-0.008455344,0.0019646734,0.0025026575,-0.019440453,0.015039556,0.012617773,-0.014878943,-0.0026748371,0.0042571547,0.009869064,0.00596201,0.009665782,0.0010696284,0.0036953196,-0.010017707,-0.010435659,-0.00012952913,0.009048508,0.02123783,-0.007853983,0.0053546475,0.0038265581,0.009416371,0.0008960435,-0.007869398,0.032959845,-0.013060549,0.025752254,0.012518237,0.0067423256,-0.00808646,0.0062959036,-0.018399227,-0.014317186,0.020173294,0.0040328517,-0.0013364332,-0.008657757,-0.0042250757,0.01588585,0.008619519,-0.002744272,-0.007137044,0.0019720013,-0.001141814,-0.00027932427,0.010418162,0.010218297,0.0041583446,-0.015356549,0.0054295314,0.0067503564,0.008804254,0.0002591468,0.014390559,0.0010681822,-0.019830784,0.003278468,0.0062722415,-0.0095812455,-0.014310108,-0.0061973,0.002373074,0.014239966,0.0070164683,-0.010140389,-0.004890513,-0.0017855463,-0.023122407,0.018430827,-0.00043585812,0.009096299,0.011377961,0.0059975754,0.02006562,0.014377304,-0.00475128,0.0071377256,0.0055961274,-0.0035190948,-0.018266384,0.014696657,0.012756327,-0.005897771,0.024742192,-0.004385393,-0.010551006,0.0017260403,-0.00956211,0.008135346,0.004382113,0.006768544,0.004946687,-0.0087793525,-0.010787217,-0.004406716,0.010615644,0.015517479,0.021058058,-0.009761679,0.005010974,-0.022985427,-0.009995492,0.01764369,-0.016475385,0.006383697,0.0055088154,0.00894528,-0.002993938,0.0014408751,-0.007056407,0.0003002181,0.007313804,-0.009132266,0.010420759,0.011026529,-0.009587056,-9.374936e-05,-0.0072109886,0.009439604,0.025972348,-0.0138901975,0.08970453,-0.007506823,0.008281832,0.014576825,0.0114962375,-0.0008188827,-0.0022314307,-0.017058289,0.01206748,-0.02162177,0.009273956,-0.001298313,0.008203106,-0.0050865123,0.0057138805,0.0094190575,0.012033521,0.016289257,-0.02692552,0.0049726134,-0.0005703336,-0.0045523453,-0.013575388,-0.0029108212,0.0002642912,0.00790954,0.003235804,0.0037331847,-0.0020497632,0.011354268,0.022289725,0.0060062446,-0.0007578884,0.0070183654,-0.020683456,-0.0044417987,-0.0066380696,0.024310183,0.01906762,-4.8287104e-05,0.0121939285,-0.00111592,0.01396401,-0.010124887,0.014072551,0.017329553,-0.020476455,-0.0069012665,0.010037541,0.006386183,0.0028782832,-0.013315625,0.0064956206,0.001502316,-0.0005720223,-0.014297775,0.0067834714,-0.012090612,0.01782312,-0.007070464,0.012456871,0.013415619,-0.0037443198,-0.0015650798,0.0025600346,-0.009983841,-0.006327248,0.012703397,0.01030366,-0.0064015337,-0.010246223,-0.00077867525,-0.0009727679,0.0018342334,0.042312846,0.016050484,-0.0010104394,-0.004849038,0.0043072165,-0.003360559,0.0021924076,-0.0015655516,-0.0054959753,0.0011721909,0.005981591,0.0013380966,0.019543592,-0.0066704573,-0.009770116,-0.009825175,0.013118273,-0.00029924046,0.014730013,-0.013051529,0.0022593054,0.010376848,0.04085103,-6.276725e-05,-0.009652255,0.009161922,0.008782234,-0.017915206,-0.006171342,0.0040678787,0.028509526,0.023320554,0.02207353,0.011154279,0.0034328618,-0.01832551,0.013019849,-0.0023338832,0.009255019,-0.011607906,0.007250128,-0.011075253,0.018240882,0.013077008,-0.017248543,0.019870479,0.007757597,0.0034255362,0.006594118,-0.014342926,-0.010107925,-0.00065757456,0.00041831058,0.006611967,0.016836144,0.0044141402,0.0066363774,0.008054243,-0.022678686,0.016597379,0.0069129607,0.022367792,-0.0012940199,0.0013821159,0.0062013078,0.00611725,0.004031555,-0.0009105047,-0.0012147874,0.0025487395,-0.0032780564,-0.002060516,0.006754517,0.0061982097,-0.011310162,0.00475984,-0.018393656,-0.005630169,0.017991027,-0.0044580465,0.004602621,0.0077239266,0.01681037,-0.005278562,-0.006876367,0.008713785,-0.00073301536,0.001011268,0.011584012,-0.019806907,-0.0147494115,-0.010746913,-0.0014061881,0.0039048016,-0.0023075254,0.0048913024,-0.012772297,0.008184298,-0.004232052,0.0059552784,-0.0068542482,0.00806598,0.0060779965,-0.026984481,-0.0035840003,0.028007206,-0.0025807286,0.005368271,-0.0070533413,-0.0044547697,0.034924004,-0.005557553,0.00011622853,0.01075712,0.018560357,0.0009455568,-0.010362671,-0.011744393,-0.0028205223,-0.006111883,-0.013730525,-0.0018888062,0.0048133335,0.009117147,-0.0120866215,-0.0041138628,-0.007934082,0.021475378,-0.02008159,-0.0024303165,-0.00770134,0.012147927,-0.0038068332,0.011147321,-0.0019446157,0.0033670762,-0.0034327128,-0.023987778,-0.0070700967,0.0091361655,-0.010452951,0.0025310856,-0.0011373239,-0.009222124,0.007692962,0.015217168,-0.010555062,-0.019306112,0.004518328,0.003812563,0.012399909,0.0022543173,0.013524947,0.00851594,-0.0042947577,-0.01695636,-0.0043719467,-0.0077625583,-0.009561552,0.006616929,0.021132508,-0.008065753,-0.016454063,-0.009640844,0.0023909134,-0.0041754013,-0.0076219575,4.9098962e-06,0.010729661,-0.01053108,-0.015727123,-0.0015374304,-0.011040808,0.00022841984,-0.015100515,0.005529726,-0.0061759385,0.004488929,-0.00012231177,-0.013890302,0.008379637,-0.026689311,-0.0028122542,-0.051625513,0.0011568093,0.00446454,0.02888136,0.022261443,-0.0016857346,-0.0047356263,-0.005606161,0.008164568,-0.0016232762,0.012274276,-0.0039349394,0.013842078,0.018148955,-0.001773535,-0.0014203205,-0.0041544484,0.014562945,0.010355269,-0.0018390792,-0.018504195,-0.0020973906,-0.020911457,-0.012319294,0.002093678,0.016664729,0.027092433,0.006690411,0.005048759,0.0076855165,-0.00876136,-0.02044565,-0.01685602,0.0009355057,0.002316418,-0.0038518277,0.007007616,-0.00525126,-0.0012014367,0.005111305,0.011969671,0.018364208,-0.023615874,0.007203316,0.0038032297,-0.0009621972,0.005479224,0.005354319,0.015229119,-0.0077122487,-0.002994252,0.019482555,-0.012465852,0.0033654075,0.002423619,-0.002727273,0.012357238,0.006128383,0.0003522728,0.005249103,0.008835672,-0.009651694,0.0019297835,0.0016671442,-0.012728611,0.015727773,0.0006239451,-0.0014197523,-0.0286153,-0.008596311,-0.002823492,-0.0039961403,5.904146e-05,0.009782727,-0.009737005,0.003545508,0.0046545067,0.029120127,-9.115668e-05,0.004298989,0.0017257966,-0.0055914866,0.0048298314,-0.015875027,0.01764057,-0.017119696,0.016955094,-0.011016158,-0.01824954,0.0034153527,0.011792446,0.003024904,0.012159401,-0.014960735,-0.019773152,0.0018713346,-6.264818e-05,0.0020135364,0.006642615,-0.0019398136,-0.006203663,-0.012973858,-0.009520671,0.0032086154,-0.018229578,0.014646192,0.006108663,0.013377098,0.011005292,-0.0069014253,-0.020110143,-0.0057168296,0.0054602833,-0.012205395,-0.0010325749,0.0047826907,0.013584117,0.0020494286,0.018483546,-0.00091040315,0.006269469,0.008418372,0.013681284,-0.011331813,-0.0068508456,-0.0015923745,0.005745852,0.01613794,0.0054646055,-0.007678467,0.01931925,0.013477228,0.014980347,0.010863906,-0.008392741,0.019220816,0.008678612,-0.015440923,-0.0056916494,0.020233411,-0.009182801,-0.027282447,0.0071540093,0.003644309,0.010323823,0.0074695507,-0.0033242197,0.014023433,-0.00018661059,-0.0020068423,0.01679241,0.010721944,0.0088122375,0.003596984,0.0038753722,-0.0072059487,0.0028586283,0.0009411202,0.005271776,0.03202949,0.01960313,0.0032587186,0.0026984967,-0.005718354,-0.009118906,-0.015404764,-0.0037479757,0.0048339358,-0.0064818473,-0.012621715,0.012462059,0.015252011,-0.016313538,0.019408133,-0.019564208,-0.0016125377,0.029363116,0.0023842885,-0.00068177766,0.013526797,0.01150819,0.036723156,0.03531567,0.01638332,0.0007119805,-0.016312469,-7.067875e-06,-0.018253002,0.0012940038,0.01745926,-0.008038429,-0.008608001,-0.02113406,-0.00024059352,-0.017331868,0.0058401986,0.009901382,-0.007991875,0.015566565,-0.008855855,-0.0058466014,-0.013628621,-0.0016923608,0.009030437,-0.0029731113,-0.07466068,0.0113032125,-0.004078693,0.0077883704,-0.019844657,0.010654531,-0.012434047,-0.0061129997,-0.00022777179,0.0007796064,0.002358556,0.00917037,-0.005850813,0.0036953075,0.016551664,0.008231013,-0.0030132018,0.006707356,-0.013728928,0.01796227,0.008889364,0.0019861965,-0.007696789,0.0070566265,0.009640878,-0.023816057,-0.01272586,-0.0023056036,0.011652524,-0.0011168475,0.004946394,-0.010385833,-0.006703274,-0.0052451524,0.0016778673,0.008507226,0.00089638366,0.014300512,-0.13758701,-0.009930501,-0.0076338327,0.019963551,-0.0028116668,0.007979759,0.011810953,-0.018447481,0.014864878,0.0053534186,0.0072170817,-0.006022956,0.012158714,-0.0010759388,0.0005456736,-0.007105223,-0.017393002,0.0074288743,-0.013232023,0.0023660418,0.0029300053,-0.014209474,0.024133326,0.00150221,-0.012761903,0.002585726,0.020063039,-0.0018226128,-0.01004698,0.006826557,-0.009405797,0.003889951,-0.01366491,-0.006207264,0.010533429,-0.015709952,-0.0010485733,0.0026687444,-0.0035609591,-0.0002782546,-0.013794685,0.0057571596,-0.0050391546,0.0162552,0.0056793415,-0.004838003,-0.013801722,-0.006948476,-0.024040388,0.007274847,-1.5244721e-05,0.002646473,-0.0033799557,-0.0021399937,0.025145195,0.00026159012,0.011858859,-0.004733206,-0.009009653,-0.005706409,-0.0051040873,0.0011085566,-0.0022344496,0.0019412105,0.0141511345,-0.01554065,-0.009598626,0.015974231,0.0006489461,0.016262593,0.0185998,0.003517176,0.009052643,-0.014105189,0.0024021014,-0.009002011,0.020552292,0.003876486,0.031356372,-0.004353521,0.0058668326,0.015772108,-0.010635265,-0.005921255,0.004398045,-0.019911658,-0.018537851,0.010148413,-0.0031290327,-0.030727748,-0.007239614,-0.0010040057,-0.0034991072,0.03134834,-0.0075209946,-0.0036602006,-0.011537736,-0.0090272855,-0.0050238925,0.0047073867,0.012203228,-0.019616023,0.025768196,0.014165637,0.010522931,0.00163058,-5.6340177e-05,-0.015335661,0.008229097,-0.0057176976,-0.011185355,0.0015130672,0.0007500245,0.018476186,-0.0126561355,0.019237716,-0.014912736,0.0054128366,-0.015203842,0.003627953,0.011842462,0.0039146994,0.018090129,-0.0031862056,0.005418298,0.0052612512,0.0114495475,-0.03234981,0.005275757,0.009318405,0.013122076,0.0023658264,-0.003062231,-0.011864407,-0.004147248,-0.0069619063,-0.008003238,-0.0129329,0.007865587,-0.00010731752,0.01938726,-0.0072976137,-0.002198987,0.005385764,-0.016371923,0.012995508,-0.006026118,0.0043901885,-0.009294669,-0.0018256741,-0.006600403,-0.0063349064,0.00040502314,-0.0129155265,0.03286279,0.008786643,-0.009084891,0.014690044,-0.009924084,-0.0036923804,-0.013466472,0.028181672,-0.020653492,-0.032581296,-0.011046126,0.014834007,0.0025069292,0.017738301,0.0035507106,0.0039793183,0.008062434,0.00223858,0.015695821,0.011098657,-0.00056138635,-0.024198411,0.026636887,0.00054300274,-0.01336283,0.01731919,-0.01275164,0.004217701,-0.014562888,-0.0019884596,0.017355993,0.005315495,-0.0009912299,-0.012741873,0.02976728,0.011890992,-0.006990371,-0.0007063587,0.021538962,0.006380351,0.0054200697,0.010732868,-0.012585519,0.005422821,0.012729981,-0.011841264,0.017692242,0.0029888921,-0.004137845,-0.1740343,0.007401957,0.0032242448,-0.028010339,-0.0075279283,-0.013499893,0.012078018,-0.025890732,0.051429022,-0.0064363903,-0.0063393163,0.018409306,-0.029598335,0.011380975,0.03249853,-0.001470907,0.0018003059,0.020401306,-0.012164928,0.0051997043,-0.05048546,-0.005527845,0.0042402465,-0.009109435,-0.002480245,0.0017357366,0.008293772,0.0109793,0.0017281957,0.012684704,-0.01740601,-0.006276976,0.006246809,-0.03520686,-0.0073593557,0.0018858437,-0.010800921,0.010584646,-0.033129476,0.0191921,-0.014071778,0.0047783633,-0.002566713,-0.02253479,-0.00047490656,0.0064128167,-0.0015556708,-0.010606711,-0.023670617,-0.009736587,0.008104981,0.029688,0.010646823,0.017476153,0.0074094012,-0.00013126993,0.008931576,-0.020829555,-0.006209844,0.00540168,0.013393398,-0.016346393,0.044899236,-0.009235371,0.008205703,-0.0120234415,0.011669073,0.15077196,-0.0050397236,-0.0048999647,-0.030056966,0.0064706146,0.015972171,0.020470532,0.024736432,-0.015182532,-0.012066256,0.013482968,0.005787075,-0.0077501647,0.004291454,-0.011443933,0.023350282,-0.012031678,0.024647616,0.0020885507,0.009665629,-0.017230194,-0.0022701884,0.008575858,-0.0100299595,0.0041039977,-0.013162945,-0.002475885,0.021987833,0.009520522,0.035997454,0.013508319,-0.014738992,0.005915496,-0.015484659,0.0040486795,-0.0024558369,-0.008958037,-0.01648631,-0.009015436,-0.009146457,-0.0017498721,-0.008986029,-0.023849754,0.0019714476,-0.0042945137,0.014029566,-0.006093185,-0.004634139,0.0027749755,0.006739795,-0.027789257,0.000474759,-0.0043010325,-0.00036799622,0.022504384,-0.019227907,-0.010326871,-0.006865913,-0.014919645,-0.00826666,0.014491239,0.0045311423,-0.0006982148,-0.029629186,0.0017941004,-0.001692928,0.0022032182,-0.014643022,0.0036165912,-0.09487928,-0.005746972,0.013387415,0.010040263,-0.011440404,-0.036709525,0.005030953,0.02157589,-0.0035340253,-0.026992524,0.0077183777,0.010888388,0.011085531,0.002785755,0.02790657,0.015416356,-0.018867543,-0.013301225,-0.015344972,-0.007983136,0.02546488,0.025204193,-0.027219411,-0.026193254,-0.009260092,-0.016439298,0.010737766,-0.02561586,0.021029172,-0.013191331,0.016754605,0.000437089,-0.020149786,0.02114599,0.008562628,0.017739898,0.016530072,0.009608727,0.0071574003,-0.0072445967,-0.004634486,-0.014961381,-0.012336433,0.00069061614,0.0048804837,-0.009676436,-0.0017606518,-0.028979229,0.006813125,0.011539157,-0.0043367683,0.0143546155,-0.0014409893,0.0005633824,-0.012393256,0.0017920437,0.01742323,-0.052008156,0.01632825,0.005281599,-0.0013389853,0.02366451,-0.017451495,0.02187274,-0.0029903515,0.010941434,-0.014360186,0.0072906045,0.017053144,0.01530869,0.008790342,-0.010470102,0.008982705,-0.013387659,-0.00041816387,-0.0022778965,0.009819656,-0.015248196,0.0081961285,0.0019160131,-0.02292305,-0.0029453954,0.025663722,0.018331,0.052361146,0.0040964526,-0.005580968,-0.0037169605,-0.007150221,0.0010849056,0.015378756,0.017607188,-0.015379068,-0.008984465,0.0014068704,-0.003871032,-0.0057235775,0.009927051,0.014091414,-0.003296121,0.0012880065,-0.0016081927,-0.025664706,0.018859455,0.020878391,-0.0058573266,-0.014318483,0.0037352345,0.013419496,0.020332677,-0.012095581,0.021542031,-0.005758879,0.016702926,0.005240916,-0.015941916,-0.015852366,-0.003972624,0.002064884,-0.0033529704,0.0012231531,0.0036537158,0.0037344578,0.009586889,-0.011023893,-0.010772317,0.0008968665,-0.01226759,0.023384804,0.008897296,0.007845303,0.0019475855,-0.008864616,-0.013006048,-0.006387496,-0.00759238,0.012989858,-0.012553917,0.010031274,0.02499196,-0.011740153,0.013449823,-0.0025185323,0.018706942,-0.0033882386,-0.019590434,0.0009467628,-0.005307482,-0.017123215,-0.029003441,-0.0020245633,-0.0065832636,-0.026654582,0.0066851676,0.0041826656,0.009134341,0.023864836,0.011402251,-0.004437237,0.014906619,0.014644249,-0.009559382,0.0032663087,0.012142561,-0.0070329425,-0.007812512,0.015485362,0.010126398,-0.0360529,0.010418746,-0.012200084,0.014427814,-0.0034929286,-0.016034815,-0.01128502,0.0070301993,0.016881641,-0.020422772,0.01800315,-0.061214812,0.004136575,0.0089647025,-0.006143866,-0.017109897,-0.0052913246,-0.0027691673,-0.010934795,0.0010190672,-0.02471251,0.013317705,-0.0036153044,-0.0008392926,-0.006388903,-0.01267914,0.02816488,-0.018446798,-0.0009998824,0.016131593,0.0011491812,0.0120475795,0.0022182134,-0.019500995,-0.011847578,-0.0125958435,-0.01565975,0.013046548,-0.009481378,-0.024983749,-0.015760487,0.0005422243,0.034566224,-0.017640684,-0.0012516036,0.002643387,-0.020523252,0.0011418522,0.0035765283,-0.0068979715,-0.040904127,0.011714126,0.012312691,-0.0588756,-0.0033928077,-0.00975901,0.0143479,-0.0051585995,-0.008021691,6.6179336e-06,-0.00700052,0.017023887,-0.01323429,0.0024803001,9.740829e-05,0.007194434,0.008719006,-0.004374123,-0.026012413,0.0039594346,-0.017299926,0.009611284,-0.02925964,-0.04194089,0.022329526,0.0031112414,0.011611883,0.01610169,-0.0080125155,0.0009711117,0.008816192,-0.0018281891,0.0013277843,-0.0050413427,-0.016461186,0.0068121026,-0.0060986965,0.0056504677,0.0049641505,-0.012019597,0.0058230776,0.00823947,0.0109196,0.0074183727,0.04705834,0.003854188,0.0029314263,-0.01058423,-0.10071915,0.0010825004,0.017181149,-0.0066966563,-0.012702358,0.025543902,-0.008496041,0.037858475,-0.016096529,0.0061157183,0.0020720754,0.0016148294,0.003821977,0.024696406,-0.0017488719,0.019811297,0.006247049,-0.0006540804,0.01783123,-0.019259058,-0.0008252118,0.013219047,-0.0013048406,0.022018407,0.015907552,-0.03732535,-0.016963387,0.029361537,0.015790546,0.0012778697,0.0042966874,-0.0156218335,-0.0027762272,0.0039311186,0.01397142,-0.0014050792,-0.030166417,-0.0102619175,-0.016505362,0.020322418,0.0005609733,-0.003976162,-0.005092884,-0.021047747,0.007699549,-0.014142579,0.011977161,0.026557969,-0.0008604183,0.013829759,-0.0050738566,-0.00793701,-0.013267036,0.005290872,-0.011940604,0.005272053,-0.004717749,-0.01529684,-0.0042611444,-0.004330316,-0.018547274,0.0085805645,-0.0120205,0.007844978,-0.0036492595,0.0008391997,-0.012451228,-0.011969724,-0.0149714565,0.0031849486,0.011235007,0.007355461,-0.016214767,-0.006300653,-0.0050666835,-0.013645723,-0.008228496,-0.01820858,-0.024470408,0.0045002173,-0.0215449,-0.021599844,0.017636398,-0.015440808,0.0022357483,-0.008423158,0.010409396,0.0043458487,-0.008492968,0.016199553,-0.0038070108,0.0044532623,0.013578044,0.0052100606,0.002904848,0.026727688,-0.0040648133,-0.009368013,-0.00092708744,-0.02555138,-0.014567336,0.016087266,-0.009809342,0.017295662,0.034570985,-0.005133877,0.008310947,-0.00021276691,0.008241977,-0.011615921,0.030283658,0.0015331393,-0.0075156656,-0.0055794357,0.003305,0.0041922615,-0.0036893443,-0.009205333,-0.0027858857,-0.011863989,-0.02131282,-0.016650796,0.00841561,-0.014296612,-4.7967773e-05,0.02203504,-0.008598398,-0.020164505,0.00376182,0.007299703,0.011720055,0.017425517,-0.01166728,0.029498491,0.008629108,0.012824143,-0.01622183,0.011394283,-0.028668921,0.02035085,-0.010363995,0.0021548313,0.015993852,0.0031767066,-0.009889845,0.023128618,-0.010645484,0.019595154,-0.0018968914,0.00077150535,-0.009172727,0.021688268,-0.0059912466,-0.020573944,-0.0056304396,-0.006683091,0.008093217,-0.012068407,0.02873615,0.00014938215,0.0002976381,-0.0058907224,-0.0046759946,-0.010433029,-0.014560174,-0.009279508,0.002014812,-0.0108127585,-0.014366276,-0.0046876925,0.0151839135,-0.008462425,0.020406242,-0.028678715,0.039269447,0.006895933,-0.00850583,0.024469746,0.031736422,0.003759839,-0.0047830306,0.0026936939,0.006569251,0.008232299,0.015288111,-0.01117996,-0.004902831,-0.02492695,-0.011361381,0.003229134,-0.019870274,0.020031748,-0.011900123,-0.00896675,-0.03839934,-0.00811107,0.008817012,-0.008043985,0.0009136452,0.021367043,-0.009694806,-0.0010042134,0.004487541,-0.0027598625,-0.0103180595,0.008025835,0.011375964,0.005895237,-0.0019947498,-0.0026308931,-0.007936931,0.0051563145,0.014981181,0.00040401416,0.015871245,0.007567299,0.0111785,0.00700531,0.0011354538,0.0001480945,0.011019299,0.008698616,-0.017340593,0.014670469,-9.723737e-05,-0.009678707,0.01173604,0.004124715,-0.014191631,-0.0117530655,-0.009181226,0.018972632,0.021579858,0.0016374792,0.012534723,-0.008428695,0.001054882,-0.028190967,0.032935202,0.009350291,-0.011268053,0.029801654,0.019591652,-0.002802431,-0.014047483,-0.020586133,-0.026889144,-0.020710975,-0.018676417,-0.020837512,-0.0126671335,-0.010528789,-0.009328967,-0.01820447,0.00616309,-0.03126871,0.0031044346,0.007324786,0.018048551,-0.014612061,0.040064517,0.013451616,-0.015226808,0.03728508,-0.034958597,0.022463288,-0.019013526,0.009368882,-0.0038276133,-0.022143867,0.005307465,0.0051794117,0.0010177996,0.0047646333,-0.008523029,-0.0087968195,0.0069880537,-0.0049544876,0.0015147486,0.008211427,0.001865086,-0.019070443,0.014865684,-0.008050531,0.021262323,-0.022842325,0.0062597785,-0.0060983133,0.0041544973,-0.00080171943,0.029416833,-0.0013701633,0.018512841,0.0005181041,-0.00900456,-0.021596761,-0.01962251,0.011792155,0.009475127,0.010914955,-0.001680508,-0.03822113,-0.019709786,-0.03724775,0.013973883,-0.003093892,-0.002171735,-0.002001279,0.018913396,-0.006875417,0.0004412329,0.009101615,0.011296147,-0.002288832,-0.028154323,0.008986312,-0.0061687827,-0.011841678,-0.0017280581,0.009744139,-0.0062830825,-0.005925327,-0.0017251739,0.017678425,0.0049135652,0.006317136,0.00743919,-0.013582229,-0.0105429655,0.01872494,0.034471255,-0.008468844,0.017316971,-0.00030979348,0.016171288,0.0034260547,-0.021244073,0.00061145116,-0.0004130533,-0.0042566853,-0.006950656,-0.003184149,-0.002059031,-0.030359454,0.0035335112,-0.0010711208,-0.019434512,-0.021714004,0.0079936525,-0.01436972,-0.022816453,0.0025832304,-0.018845968,0.010132232,0.006429173,-0.0011896827,-0.01629278,-0.008402516,-3.164342e-05,-0.0074780397,-0.018151388,0.008785781,0.023943868,0.010935037,-0.013663976,0.0077123577,-0.01640257,-0.012938758,-0.014073684,-0.004987619,-0.0013049522,0.018138096,-0.001491051,-0.0048363856,0.0031158102,-0.0014152084,-0.025677932,0.0029421586,-0.004496294,-0.002009848,-0.017003208,0.003095575,0.00011778139,0.0033091544,-0.0074463394,0.012923483,0.004993053,-0.018877702,-0.011198556,-0.008702877,0.0009800812,0.004112885,0.0069891773,0.0043146973,0.0012847062,0.018127868,0.009502223,-0.011600165,-0.02112642,-0.0039850464,-0.0065697785,0.0016129225,0.00030220844,-0.024821285,-0.00022460525,0.0040043737,0.0042537595,0.02835939,0.018964738,-0.019621467,-0.002489379,0.008824967,-0.0069539873,0.025228728,0.007909882,0.016760293,0.012126541,0.014249674,-0.0009232918,0.0122004505,-0.002145551,0.008631598,-0.002345861,-0.006988145,-0.02081524,-0.016058737,-0.009588871,0.01409518,0.031554595,-0.009503584,-0.024966616,-0.0020212808,0.004510837,-0.00044139216,-0.014718631,-0.0021708708,-0.012225667,0.022708606,-0.00201438,0.015856864,-0.019013638,0.002263229,-0.0054961825,-0.004832606,0.029234923,0.016653689,0.0030819033,-0.01781017,0.00094594865,-0.0016351419,-0.011891834,-0.0043694577,-0.006433019,-0.009483909,0.009202646,-0.0013450423,-0.00064849714,-0.008918938,0.007969661,-0.0282755,-0.010789521,0.0075422707,0.020972561,-0.013661618,-0.017698366,-0.019521764,-0.0055607515,-0.008422737,-0.01802176,-0.0071001817,-0.015099347,0.012995365,-0.027878629,-0.01733659,0.006229022,0.00080533576,-0.0068557444,-0.0019422423,-0.018405372,0.0062472885,-0.0032598418,-0.018804811,-0.014826838,0.012473854,0.02044728,-0.019131485,-0.011513898,-0.024929231,0.0033054352,-0.0176249,0.0014153519,-0.00951302,-0.0045172437,-0.0018418079,0.008825738,0.0060338597,-0.003809819,-0.013564995,0.0017795496,0.0006590872,-0.015478191,-0.012388254,0.0070596873,-0.008618867,0.0018638021,-0.014916275,-0.0025873415,0.010866368,0.0039557037,-0.022236554,0.017058618,-0.006653038,0.015915748,-0.016916301,-0.003571243,-0.00033702466,0.011460687,-0.009043206,-0.013132452,-0.0030001523,0.024920521,0.006742647,-0.0126251755,-0.0033142038,-0.0041230116,-0.0140185,-0.0019435476,0.003015557,0.0048063854,0.0050293324,0.0027368905,-0.016947797,-0.024876831,-0.002963369,0.019980175,-0.0041734707,-0.0025337844,0.001761484,-0.012038919,-0.0012042075,0.0057638516,0.009364238,-0.01599686,-0.032094307,0.017203009,-0.009406719,-0.013636693,-0.026498556,-0.02196355,0.0005265667,-0.05139243,0.0006486253,-0.005093994,-0.010657152,0.016915195,-0.014300801,0.0149338795,0.010424175,0.013769507,0.0055627273,-0.009717476,-0.00079681154,-0.0028815065,-0.012981309,-0.03703133,0.0012014433,-0.0010580199,-0.019804755,-0.0025553491,0.0098777935,0.007994178,-0.028416637,0.03172414,0.018161733,0.027423194,0.0063498802,-0.0026183706,0.020367015,0.006765358,0.0069666295,-0.0016537785,-0.0030875842,0.0060359123,-0.012278922,-0.0021831964,0.015408134,-0.0057307296,0.008849893,0.01198957,0.023659524,-0.013346312,-0.021956956,0.028043553,-0.00084252947,-0.007180481,-0.0231119,0.010110897,-0.019000333,-0.0029036545,-0.005814681,0.021056324,0.010810497,-0.0148831885,-0.008654202,0.023453148,0.030585503,0.026765244,0.014905203,0.012944649,-0.001968113,-0.012513769,-0.0030810994,-0.017116504,0.008698687,0.0068234303,-0.010018848,0.020064764,-0.02692154,0.037335224,-0.0054299403,0.005854966,0.0037213655,0.02798253,-0.022965465,0.0117647,0.016618531,0.006897129,-0.013475426,-0.00450555,-0.033132054,-0.02575879,-0.017860515,-0.007848188,-0.015746076,0.0028855428,0.0016326429,-0.023661831,0.004726494,0.016611284,-0.0062533556,0.007488591,0.017282836,-0.0087117655,-0.0036846134,0.012963031,0.004344716,0.009338985,0.0052192076,-0.014064305,0.009060721,0.013249012,-0.011214247,-0.0049733873,-0.0062906025,-0.0032132952,-0.01736705,0.006617475,-0.0019802833,0.02489706,-0.008067041,-0.0017847059,-0.0015920273,-0.02357222,-0.009094447,-0.005193244,-0.01047043,-0.0021175337,-0.0028816522,0.012468106,-0.0018573947,-0.0057762004,0.0027148672,-0.008549345,0.014212484,0.03536581,0.006210174,-0.018236592,-3.1054467e-05,-0.006288947,0.010650125,-0.004969484,0.026731577,0.020977989,0.026211083,-0.0092859,0.022734372,0.16268536,0.109268025,-0.016662102,0.011237425,-0.010100756,-0.012703879,-0.017039675,-0.0033508444,0.011598538,-0.0062825102,-0.028368236,-0.019679561,-0.008673303,-0.0072070262,0.0030386075,0.004845246,-0.010127804,-0.0022318037,0.013144564,0.02770635,-0.007669914,0.03966068,-0.008091698,0.007184248,-0.007829105,-0.0015098052,-0.006168865,0.0055138306,0.04377164,-0.02363426,-0.012575463,-0.001149351,-0.017919075,-0.018008595,0.013516134,0.00390626,0.0003535293,0.0015365587,-0.0020802289,-0.0037025132,0.0006021143,0.016750509,0.014480305,-0.0028172242,0.000547995,0.012441419,-0.001586706,0.015088417,-0.021495305,0.003425432,-0.011184335,0.010431078,-0.0014195924,-0.012704084,0.0073492364,0.00012850676,0.015550935,0.013841737,-0.039908197,0.012292127,0.017064348,0.0065368065,0.012325191,0.01807146,-0.002591852,0.0022590316,0.023621574,-0.013229436,-0.019236442,-0.005957965,-0.0113682235,0.0033170045,0.0007210152,0.011311789,-0.007645607,0.018388791,0.009198993,0.0056914105,-0.022637824,0.023215095,0.006291738,0.008560039,-0.020903546,0.0022289015,-0.0039741173,-0.0037499836,-0.011825224,0.042832058,0.09016522,0.00954263,0.0047501777,-0.0333477,-0.021271776,-0.02595576,0.0022878903,0.058612186,0.009805217,0.00027052627,0.01763029,-0.004938483,-0.009653166,-0.0034742448,-0.014113496,0.008229474,0.02096844,0.024677338,-0.0049727075,-0.008263713,0.009379392,-0.012964243,0.012185531,0.022254772,0.007822954,0.032884378,-0.0017169276,-0.012802971,-0.010838068,-0.011907843,-0.08933651,0.007745376,0.0037774523,0.005511814,-0.0070098834,0.010480973,-0.0048390348,-0.0045724814,0.009797281,0.004389877,-0.0005924434,-0.023126248,0.009128552,-0.0054503423,0.0005929346,0.013564761,0.022608422,-0.012217521,-0.011644068,-0.002785855,-0.0020593132,0.02134409,0.0041691293,0.0044733626,-0.0138970455,-0.0074765966,0.014379056,-0.008070439,-0.026389854,0.0046627647,0.0053229365,0.0061762817,-0.0034508526,0.006667378,-0.0008012628,0.004033935,-0.010145502,0.0046875677,0.005999938,-0.0014821249,-0.010376314,-0.005790171,-0.0030839115,-0.03484187,-0.020627646,-0.009221072,0.0025584889,-0.008029079,-0.011769448,0.02370837,0.005627782,0.002735786,0.02554954,0.023603486,0.010691443,-0.008413503,-0.00094833324,-0.012484733,-0.0011350515,0.026221307,-0.0015516892,-0.028815584,-0.0014804773,0.02664688,-0.010063638,-0.019275516,-0.0016074916,-0.0043077096,-0.02321568,0.0043342183,-0.0064146593,-0.016440915,0.000120309836,-0.016554672,0.0049124868,0.007416834,-0.025534559,0.01045055,-0.018281687,0.01668057,-0.005476203,0.001708073,0.006971321,0.119878374,0.013119084,0.0068208156,0.023902152,0.017689563,-0.014768269,0.0072038774,-0.017942805,0.015174382,0.009681478,-9.364582e-05,0.0029440804,0.021609588,0.026022209,0.011494589,0.0041550267,0.0031139136,-0.0319765,0.009791086,0.0034580773,-0.02097824,-0.015615915,-0.006326352,-0.006541395,0.015604065,0.009133268,-0.00083089026,0.015351916,0.005801324,0.0047574416,0.0027190798,-0.014352399,0.020659843,-0.031846263,-0.01212552,0.02111481,-0.010474169,0.0027832408,-0.015514861,0.01583993,0.0052594757,-0.01472424,0.018242426,-0.0043398635,-0.044558376,0.20187892,0.001573934,-0.0027188542,-0.012647692,-0.010586197,0.007084947,-0.00538703,-0.00339587,-0.007951172,0.014211072,0.011091564,-0.0066689006,0.0094,-0.0070449207,0.013661595,0.0017154054,-0.019644251,-0.0068714586,-0.005234259,0.013368025,-0.009237892,0.009120828,0.006945247,-0.0037892614,-0.0028408724,0.0037161175,0.017226288,0.008046619,0.018866906,-0.009486906,-0.010887861,0.005305933,0.0007369317,0.0045869895,-0.015990496,-0.02256049,-0.006142013,-0.026950324,-0.014466364,-0.021812584,-0.008526499,-0.005811782,-0.0031393876,-0.010641484,-0.0058338055,-0.0022908985,0.0055315387,0.007613327,0.0002994635,-0.0013611619,-0.005995152,-0.0068581537,0.002242003,-0.0065898197,-0.00953967,-0.008288858,-0.011901739,-0.025019694,-0.0057725827,-0.009763881,-0.007027915,-0.0102311745,-0.018309219,0.017373974,0.012835207,0.03229269,-0.008231241]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 152,
          "content": "China's CSSC sets sail on designing own cruise ships",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.003893364,-0.007813249,-0.012676465,-0.07040895,0.0010732911,0.015956651,0.0038392148,-0.010063408,-0.0012615945,-0.00054042396,-0.015693406,0.0029808313,0.017701196,0.010160184,0.13644089,0.013255473,0.019030659,-0.011921905,-0.0023116404,-0.0027162249,-0.014810088,0.013890245,-0.01967607,-0.01454907,0.030940413,-0.01558362,-0.011150447,0.016349478,0.0047207447,-0.0008204896,0.018328032,-0.0073907017,-0.0028412489,-0.0007491087,-0.011299709,0.037238095,0.0340368,0.011280881,-0.0037302985,-0.0042997617,-0.0010619806,-0.012073634,-0.027625987,0.023995426,-0.004611813,-0.03353745,-0.024368608,-0.021491757,0.010439398,0.011650603,-0.009590549,-0.001365573,-8.6293854e-05,-0.16568084,-0.010415421,0.016878104,-0.013908229,-0.016566332,-0.0002543929,0.010240443,-0.034114663,0.0028605827,-0.046051107,-0.0032592518,-0.021075575,-0.008737162,-0.005075425,0.0065423604,-0.010197102,0.012553471,0.023278905,0.028760642,0.016233198,-0.024307478,-0.028862882,-0.027152965,-0.007897644,0.02155669,-0.017374502,0.021916766,-0.03101045,-0.006210419,-0.01386968,-0.0024698314,0.0067280713,-0.02586564,-0.008276935,-0.0040678047,0.011914455,0.028323604,0.013143801,-0.016061481,0.02207178,-0.0076930434,0.0029031066,0.005861287,-0.030223886,-0.025979146,0.013307595,0.006103511,-0.011197045,-0.009195586,0.016439972,0.0040506884,-0.014148182,-0.028000157,-0.0027755701,0.020939503,0.0066747693,-0.011745369,0.007361192,0.0076915887,-0.021662166,0.030205479,0.015258216,-0.10816126,-0.021935936,0.02820049,0.02332359,0.024405338,-0.026043702,-0.00026721452,0.02057545,0.01616792,-0.020089522,0.001217848,-0.0031917705,0.0015155367,0.010416203,0.012856272,0.009877113,-0.02808151,-0.0009987238,-0.014697911,0.0065130405,0.01579537,0.014549865,-0.0618505,0.005819258,-0.038171668,0.011040551,0.0092614405,0.0144536095,0.006633728,-0.026627537,-0.009882749,0.0022221832,0.030158801,-0.0144349495,-0.017109487,0.01960106,-0.006731262,0.0035525127,-0.013703434,0.0077630454,-0.020301843,0.00644239,-0.013507566,0.0016961221,0.009345587,0.010263524,-0.00018809408,0.0024779062,0.016192531,0.0035917654,0.04017169,0.0012420471,0.015046876,-0.01292008,0.0400048,0.008347206,-0.0025174387,-0.004461598,0.038739055,-0.027051397,-0.023038432,0.02350014,0.021571562,-0.026292842,0.00459171,0.0012867313,0.006828453,0.0032272667,0.0073520895,0.012036755,0.0027028655,-0.00030890893,-0.007248052,0.02849594,0.0040732827,-0.0015612487,-0.0034220703,-0.002509469,-0.009506843,0.020926636,-0.0034223874,0.007314449,-0.018081885,0.007706565,0.025565853,0.034223825,0.033970203,0.02701964,0.0044511515,-0.009237404,-0.02578195,0.0068860212,0.012539204,-0.0062272716,-0.017112216,-0.03567305,0.026674747,0.01821727,-0.016759703,0.027483681,0.003001505,-0.004527215,0.007055538,-0.0017838328,0.005880871,-0.0150598865,-0.031295232,-0.03445578,-0.01340339,0.033128776,0.00767231,-0.005914703,-0.004173492,-0.00902062,0.0013098284,-0.023114331,-0.008637367,0.0059557487,0.025905041,0.018065045,-0.010251517,0.0046855677,0.0018661612,-0.034150958,0.017205557,0.005168344,0.0062134466,0.04042323,0.008587621,0.018854331,-0.014187883,0.0026146565,-0.006995022,-0.014583692,0.034652002,-0.017599717,0.0087627,0.016633939,-0.019768758,0.009546424,-0.016558615,-0.010326108,0.018859098,0.0047762836,0.0036081297,0.012472914,0.014960034,-0.021409988,0.010819126,-0.011561775,-0.021443924,-0.010403965,0.005427409,-0.039058343,0.007236156,-0.03002842,0.009107001,-0.001859978,-0.02132395,0.0029173144,-0.0042463085,-0.053919356,0.028496595,0.0045794467,-0.0042264583,0.0047463737,-0.0028558301,0.030843874,0.022660129,-0.0056339777,-0.0012479131,-0.009177255,-0.006127409,-0.009185785,-0.0003590647,-0.009605354,-0.011412863,-0.0067680934,-0.011284887,0.007143505,-0.0039304136,-0.01760293,-0.0031374833,-0.013013522,0.020915404,0.03195222,-0.011101237,0.03239274,0.0061011896,-0.00024801528,-0.017208802,0.02587631,-0.014156304,0.020575637,0.0060059614,-0.016881129,-0.036436196,-0.034303207,0.0003428278,0.015422134,-0.00056011754,0.0021573924,0.025535423,-0.0024614574,-0.013704619,-0.002088614,-0.0057425243,0.008913741,0.026722098,-0.019715527,0.0018583254,0.004840909,0.007455177,0.024489071,0.025084985,-0.015491532,0.05191274,0.012535625,-0.0028704952,0.017882867,0.0050147288,0.03185193,-0.023700675,-0.0051353676,-0.012753246,0.015078867,0.0034586496,-0.013890734,-0.028111896,-0.031288747,0.019713568,-0.0023973763,0.004887945,-0.028758537,-0.016579308,-0.00947446,0.0033073945,-0.0072302665,-0.018279439,-0.028273582,0.009492894,-0.007513169,-0.0034231034,-0.011546304,-0.007591873,0.0020324965,0.014437963,-0.0061094007,-0.00794639,0.01726256,0.008392274,0.05105091,0.0020813833,0.012180969,0.007539806,0.004692704,-0.03690715,-0.021020737,0.0040963,-0.0019290027,-0.011497061,0.000514866,-0.004319233,-0.0011931391,0.004033709,0.013902768,-0.00020638369,-0.025520315,0.014010495,-0.002851687,-0.0066762404,-0.0013532408,-0.020159934,0.043870855,-0.0045400397,-0.007108547,-0.048931822,0.0036917545,-0.027027749,0.012800636,0.00049425627,0.008004085,-0.012078719,-0.017728273,-0.012148909,0.013088342,-0.03678065,-0.0066289166,-0.014537181,0.00074768194,0.026307218,-0.008144232,-0.012163252,0.026233675,0.019090666,0.020532306,-0.0033703826,0.017104495,-0.020515542,-0.015965987,0.00022609947,-0.023265384,0.006725067,0.02012599,0.0049320217,0.013076611,0.019460842,-0.0064433003,-0.0033925949,-0.02117281,0.010162607,-0.0036421188,0.010131145,0.019644666,0.0057954076,0.009020498,0.0041498826,0.020266365,0.017571384,-0.01979206,-0.008402692,-0.04720671,0.013042218,0.007994479,-0.00468297,-0.015348815,0.023328282,0.024905356,-0.0042469944,-0.011730388,-0.0010059541,0.0054030702,-0.025495881,0.00014885639,0.03175987,0.009541163,0.04404662,-0.008002572,0.010845712,0.007398068,-0.023193562,0.0134111475,0.031676117,-0.00067010836,-0.023429729,-0.008667902,-0.022511495,-0.009363028,-0.016621727,-0.022310575,0.006907083,0.022847274,0.006419277,-0.012588891,-0.010223726,0.019263292,0.005900618,-0.00054907403,-0.022892924,-0.019109173,-0.011150721,-0.0068726726,0.024454856,-0.008702614,-0.015138734,0.02527328,-0.009331561,-0.0060848165,0.009987319,0.01952447,0.010315047,0.0011121611,-0.014198023,-0.0041817734,0.004398855,0.025004184,-0.0030912356,0.010916969,-0.007775775,-0.013348126,-0.013321772,0.002901142,-0.012424498,-0.024252737,-0.005675294,0.0070707453,0.011236659,0.0062381984,-0.012138987,-0.014552274,-0.008495703,0.024096215,0.0049134716,0.018001944,-0.005381341,-0.023991207,-0.01726237,0.021690758,0.0034917942,0.0025570223,-0.0014371821,-0.019625498,0.020103948,-0.002824837,-0.0046101385,-0.007980416,-0.0036992976,-0.0096118925,0.009519859,0.0037813466,-0.02953957,-0.005953644,-0.01503821,0.029122366,0.018204192,-0.016951898,0.027173799,0.011432114,-0.017428992,0.009688398,0.005044476,0.0026672836,-0.008186972,0.017837044,-0.020539848,0.016262671,-0.0053951503,0.003940161,-0.034608357,0.013132278,-0.074032806,-0.0299743,0.013915779,-0.0019425862,0.009711561,0.030561937,0.02363805,0.00031351365,0.007834123,-0.012096057,0.0072465786,0.040993065,0.018553108,0.018855445,0.023542564,-0.018803822,-0.008248065,0.009259277,0.0061660516,0.022041036,0.036055982,0.028928205,0.026036467,0.023065973,0.019655481,-0.013320291,-0.02012255,0.010210528,-0.029814709,0.010656466,-0.014317801,-0.03416424,-0.017240189,0.0020004103,0.0027798046,0.018622706,0.02621094,-0.0013452334,0.017819226,-0.0016237288,-0.009578023,0.005308548,-0.012353273,-0.058342773,0.0022855222,-0.016830467,-0.046532344,-0.013363969,0.028847706,0.0054371124,-0.034206502,0.02230502,-0.0049115526,-0.00867003,-0.009694325,-0.0081064105,-0.015664717,-0.0016401223,0.022686115,0.0272663,-0.01269944,0.053857654,0.011870256,0.034733135,0.025847377,-0.013600899,-0.0019260886,0.027602438,0.015052509,0.0074164975,-0.015683623,-0.009721454,0.007251574,-0.022152469,0.0016272515,0.015161904,-0.03110732,0.022854486,0.012883941,-0.0047037876,-0.019011842,-0.024426507,-0.115123525,-0.02665354,0.015216557,-0.02133059,0.013837644,-0.00814879,0.0014395099,-0.022256669,0.018010398,0.018976204,-0.024250194,-0.0022837357,-0.0077792923,0.009094829,0.0029686484,0.0068190177,-0.001621385,0.017031766,0.015550095,0.0008549158,-0.037923228,0.018651716,-0.0020535546,0.005248246,-0.011305159,0.04209225,-8.274411e-05,0.0030971942,-0.016186727,0.011589405,-0.014935534,-0.119691916,-0.003137033,0.012999286,-0.03275768,0.033123825,0.00067378365,0.015012073,-0.005369849,-0.001985364,-0.033176906,-0.013148734,0.0048477547,-0.027011039,0.021747045,0.023906067,0.1075928,-0.019486561,0.018177884,0.047824565,-0.014544892,0.0051585827,0.008986833,0.008945263,-0.010603081,0.011938397,0.019817846,0.01741528,-0.0028991175,-0.020636706,0.0030546004,-0.016166508,-0.00017821974,0.030242221,0.0016360149,-0.00051138137,-0.019240776,-0.03105903,-0.00493874,0.0037229678,-0.0059283655,0.007421471,-0.0070235515,0.0047447253,0.01655393,-0.03772496,-0.02220118,-0.044647627,-0.0073282775,-0.027911386,-0.017002812,-0.014930049,-0.10085265,0.024220718,0.0095741395,0.019340198,0.013536254,-0.020713907,0.01867096,-0.013837552,-0.014285897,-0.007053508,-0.0028191528,-0.024118658,-0.0058374526,-0.022901658,0.012590408,-0.015538806,-0.019456604,0.0077274544,-0.002561067,0.022781426,-0.007109732,0.0027395177,0.0046530194,-0.013931191,0.0026264724,0.0023696427,0.0383226,0.023533221,-0.005711296,0.00015044367,-0.0033326673,0.0027066988,-0.008200017,0.006356201,-0.01704224,0.050405465,0.0061840983,0.00031752224,0.025651637,0.013398187,-0.022823416,0.0048710178,0.010857503,-0.007614346,0.05670926,0.0070295664,0.024929952,-0.014795088,-0.02132089,-0.007993851,-0.000104981766,0.0043138303,-0.010324471,0.016865715,-0.022307055,-0.016638651,-0.023234248,0.042683598,0.023137676,-0.0028841947,-0.0008081065,0.0045621493,0.0131673645,-0.007504335,0.005332272,0.014150311,-0.01154776,-0.004315633,0.0023435287,0.013898617,0.012848078,-0.008812825,0.023492614,0.00975602,-0.008693976,0.0035944364,0.021148996,-0.0187056,-0.028809069,0.007994873,0.012977672,0.0011498472,0.0036209915,0.0026100797,0.0037458849,-0.014390795,0.0029330556,-0.006173822,-0.010160687,0.011387135,0.011589406,-0.0022095786,0.013220163,-0.0037835368,-0.00022707165,0.013103188,0.015251852,0.000110804714,-0.0173595,0.0068194848,-0.017679919,-0.013531369,-0.0069636935,-0.0061657415,-0.010373815,0.006979101,0.020956503,0.002751463,-0.010517988,0.007107628,-0.000912068,0.006449048,0.0072253942,0.018242475,-0.012059616,0.01473704,-0.005700363,-0.0012905967,0.0026777468,0.008606855,0.012670756,-0.024628945,0.0032560108,0.013773506,-0.003757341,0.004648304,-0.0052460055,-0.012692011,0.0075081517,-0.010232026,-0.0069765155,0.0020651799,0.0074497666,-0.0035485746,0.026271436,-0.013834154,0.004148748,-0.011288768,-0.0065547293,0.0056054895,0.005371314,0.0058681034,-0.0063546593,-0.017398013,-2.1843667e-05,-0.012055356,-0.009509019,0.014913323,0.0045712586,0.004645396,-0.00085465703,-0.002910673,0.010674772,-0.0071185236,0.0030098613,-0.006844733,-0.0009788313,0.029059878,0.0008705871,0.0050880685,-0.008713408,-0.011963577,-0.0014139463,-0.006511668,-0.0004417123,-0.0072516114,0.0105316285,0.0020968106,0.013895359,0.00083292776,-0.0054690866,0.0056733964,-0.011049838,0.0031001542,-0.016878644,0.00028480598,0.020339055,-0.014341585,0.0102489395,-0.0039623855,0.004430986,0.00930436,-0.004106444,-0.011537513,-0.01509964,0.021278197,0.0019002962,0.011463225,0.00038875372,0.0013427226,-0.0067395475,0.0068109776,0.0050206967,0.0073366784,0.007687656,0.005924656,-0.002841436,-0.019698517,0.017370105,-1.8038465e-05,-0.007966586,-0.0134002175,-0.011799974,-0.009595009,-0.015753958,-0.012298492,-0.009334808,0.004702272,-0.0049015814,0.008543544,-0.0054512843,0.01885518,0.0019339215,0.005537643,0.00933825,0.0040698145,0.0015394225,-0.019274073,0.00922451,-0.012109371,0.009236118,0.017204883,0.006543991,0.002657005,-0.0024304918,-0.021249874,-0.009188812,0.007640091,-0.007850516,0.011471984,0.0063288696,-0.00928341,0.020393638,0.005882274,-0.022715043,0.019037258,0.003055388,0.009959199,0.0015481872,-0.008380683,0.013371098,-0.003347023,0.016373562,-0.018664459,-0.02064545,-0.0110357255,0.0021141646,-0.0027377456,0.011074057,-0.011320193,0.008839945,-0.0027368339,-0.0030818512,0.024058286,-0.0039792964,0.0028964838,0.0111646615,0.010106987,-0.0041238107,0.080043696,0.0036252756,0.009823452,0.0036198925,-0.0120959375,-0.0054979133,0.0018975348,-0.003795411,0.02051056,0.01801925,-0.00015921498,-0.0067444886,-0.006564985,0.022429148,-0.0154868215,0.019664107,0.0055522015,0.01163484,-0.011526032,0.01022372,0.003999268,0.0045715664,-0.004801125,-0.01348564,0.020070517,0.019122548,0.013812998,0.01489539,0.0044311252,-0.0071018697,0.006524017,0.0053268853,-0.0011252129,-0.011249219,-0.0053367866,-0.012177154,-0.019857466,0.010108525,0.019083796,0.0030888964,0.017593162,-0.0071796183,0.007709946,-0.016365383,0.00487011,0.0074371994,-0.005911858,0.00465146,-0.010269101,0.010504322,0.011970118,-0.0023874925,-0.002759561,0.011043845,-0.0071148146,-0.017198423,-0.0045743403,-0.009936146,0.011002084,0.018388659,0.0027293093,0.017796585,0.018907119,-0.0029098052,-0.012593166,0.008230424,0.00020094286,-0.010081077,-0.007471485,-0.010161601,-0.0049653905,-0.005052324,0.000884681,-0.007345137,0.021979742,0.00430353,-0.005832269,-0.01075502,0.0003753161,0.0049970318,-0.013285729,0.0009231564,-0.01444842,0.009903529,0.00976509,0.002852891,-0.022102373,-0.0007069446,0.0016803441,0.00017127757,0.0120373955,-0.014850792,-0.0024764556,-0.003424041,0.00952371,0.0097046485,0.05207386,-0.0054933433,-0.008729318,-0.00029147108,-0.009113826,-0.026536632,-0.007479063,0.011401976,-2.0138781e-05,-0.0012306278,0.00079761876,0.007971964,0.0032030581,-0.003852439,0.00018452191,0.01303239,0.0031715247,0.01054101,-0.012630453,0.0038048055,-0.012083109,0.004694766,0.00033487848,0.010178594,-0.00036519926,0.00066363474,0.005687747,0.0024076952,-0.0010924373,-0.015291537,-0.004180467,-0.008256533,0.00023279859,-0.009255744,-0.010965981,-0.010157539,-0.01107953,0.0017909997,-0.0066971523,-0.005450952,0.003948524,0.017035812,0.025977412,0.00773107,-0.025944537,0.0072058397,0.004187891,-0.005801868,0.0018463623,-0.001481274,0.007730784,-0.008969249,-0.0017015536,0.013235653,0.00991419,-0.0007310982,-0.0044087498,0.0009349469,-0.007879334,-0.014440785,0.025801344,0.010826082,0.00077138055,0.0056150537,-0.012353423,-0.0035145376,0.00289469,-0.0017472376,0.010956429,-0.019119728,0.0044779982,0.008025072,0.0043471386,0.0050593484,0.025535466,-0.0038398334,-9.6364616e-05,-0.0017845007,0.0087997,-0.0028957855,-0.0076049496,-0.010472557,-0.019149326,0.0042493255,-0.004709988,-0.010965658,0.004200515,0.009532856,-0.0032133278,-0.022532638,-0.006642647,-0.017106913,0.010158006,-0.0025391914,-0.010631304,-0.025808685,0.0025190916,0.0022552104,0.00935375,0.008321719,-0.013755711,0.010504094,0.0047366214,0.012093611,0.0006742034,0.009986994,0.012031605,-0.013011759,-0.014707092,0.03507389,-0.0129602775,0.0016947897,-0.008477863,0.011803734,-0.00049837225,-0.01788595,0.009294594,-0.013245769,-0.008737567,-0.0075860363,0.00021069788,-0.016235603,-0.004407172,-0.011587078,-0.010604358,0.010050677,-0.011746103,0.012175578,-0.0044812127,0.0067855385,-0.00055750576,-0.0011791186,-0.00091108587,0.0035979971,-0.004961974,0.0047266977,0.002490309,0.01938613,0.016342489,-0.018098392,0.012750051,0.013874884,0.01373944,-0.019295761,0.007209027,-0.000113225775,-0.00198031,0.001301825,-0.0068739797,-0.014568095,0.005726969,0.01528285,2.303942e-05,-0.011534384,-0.0066410257,-0.0056047128,0.009682199,-0.010702406,-0.00011144408,-0.006473307,0.0034569064,-0.032111533,-0.0024304166,0.0074802563,0.0064586643,0.0033282342,0.00859421,0.0019987745,0.008540511,-0.005494972,0.0024493644,-0.0013337318,-0.0019697559,-0.0044998815,-0.0004393976,-0.0057056374,0.016733397,0.0016316422,-0.005599032,-0.0033269785,-0.008219118,-0.022004485,-0.031148152,-0.01998834,0.01296546,-0.014503715,-0.007627847,0.0024556501,0.005497843,-0.0022187487,0.0030550817,0.008550585,0.004940553,0.013727978,-0.005126184,0.004294335,0.002536438,-0.0060904846,-0.01338672,-0.00931978,-0.008570003,0.012142574,-0.011797553,0.0052864105,0.0151205305,-0.011703995,-0.002286867,0.0041951654,-0.0031830235,0.0148428725,-0.033347655,0.007030916,0.02393729,-0.0043438603,-0.0050320183,0.005042862,-0.015250186,0.019603563,-0.0057350993,-0.0134805115,-0.0064958776,0.022968147,-0.0023305202,-0.004341716,-0.001616106,-0.013344937,0.00024189579,0.0007972191,-0.000109759014,0.016993916,0.00034061953,0.014426369,0.003232828,-0.018081388,-0.0028244902,-0.025917454,0.0047872607,0.013631861,0.015420672,-0.01213222,0.014797611,-0.00086493103,-0.013279403,-0.001411269,-0.009735861,-0.007379714,0.0073793097,0.022303397,-0.017874839,-0.0026134944,0.010356656,0.03830494,0.022169666,-0.0042105764,0.010712979,-0.0027620392,0.016714942,-0.016025526,0.0037932033,0.008930128,-0.0045255767,0.019475564,-0.0084021995,-0.017577458,-0.017979583,-0.0058887335,0.011100088,-0.0005776725,0.010331322,0.0225867,0.0013971679,-0.00079557317,0.002671142,-0.0060746847,-0.0034796936,0.0006852013,-0.0013215948,0.026620546,0.009711331,-0.004990671,-0.015704552,0.003351421,0.003761389,-0.0076215668,-0.010625935,0.015846267,0.0075182472,-0.0075247744,0.009220508,-0.014820436,-0.011600104,0.0042279386,0.005626819,0.0076797004,0.0055084135,0.0009255943,0.0047994344,0.00044607767,-0.01057635,-0.0059323306,0.0068504666,0.016835107,0.0013634954,0.0056779943,0.0019572456,0.014648941,0.013965885,-0.008547987,0.0005591056,-0.002607092,0.0012231126,0.0016956059,0.0012407973,-0.009927694,0.011673961,-0.006495494,0.008877958,-0.02092973,-0.012719805,0.0042001233,0.0021377068,0.012500427,0.0021460736,-0.012452101,-0.019050378,-0.0070585404,0.01713899,-0.006467703,-0.013387872,-0.021842126,0.007535963,-0.0048055924,-0.010196092,-0.011889379,0.024545567,0.015526376,-0.015553747,0.0084499745,-0.0037525329,-0.012110509,0.0069971727,0.015142418,0.015433957,0.02071598,0.012916648,0.004354251,-0.008473729,-0.00045301585,0.013184344,0.012101967,0.020285511,0.0049036643,0.008150086,0.013695074,-0.0059076007,-0.009309087,-0.0100187585,0.002846747,0.01671971,0.004738719,0.0048853415,-0.0059819594,-0.010479489,0.014974365,-0.00947391,-0.0030941928,-0.074680395,0.015583268,-0.008394711,0.029756023,-0.0039992556,0.0010604716,-0.001554024,-0.015572694,0.00022585642,-0.009059425,0.012550254,0.0040956046,0.01512913,0.0036237834,0.0023334099,0.020124985,0.017641284,-0.012872767,0.0027972986,0.0053260447,-0.012136303,-0.0014625941,-0.01014044,-0.0011691077,0.0008087266,0.0046687205,0.003848283,-0.0035351848,0.015531272,-0.005564395,-0.009864927,-0.00070988503,0.026331859,-0.008353409,0.013553744,-0.024382355,-0.017861232,-0.016617788,-0.13671178,0.013187303,-0.012561824,-0.0036137444,-0.017265989,-0.011036081,0.00054050685,-0.0032216476,0.010269563,-0.004953046,0.0014069064,0.008950286,-0.007069426,-0.022401344,0.00383318,-0.010987945,0.00093643233,0.022132205,-0.006047357,0.013622311,-0.0067490167,0.022181641,-0.0016367255,0.009655935,0.0106828455,-0.00015441907,-0.0013429915,0.017728481,0.004199925,0.0025633553,-0.016637184,0.0042087054,0.009987505,0.006522789,-0.014528431,0.01858874,0.00034411327,0.0037153743,-0.02775598,0.021111982,-0.0035408158,-0.0069180196,0.0128922295,0.0070335604,0.0017568512,-0.0033153067,-0.008278417,0.0017506913,-0.0033506488,-0.0034979375,-0.012373595,0.017898284,-0.0031908571,0.012521968,0.0074946154,-0.0078631155,0.021602599,0.0101811,-0.014068192,-0.0031633493,-0.0015059948,0.007841876,0.004746547,-0.0012571603,-0.0020687317,0.0020345985,-0.004489999,0.027472185,0.0031884385,0.02908469,-0.0024495714,0.0031945284,0.01959739,-0.020665241,0.009274502,-0.0022597662,-0.0033388843,0.006275646,0.011882556,-0.020921912,-0.01441504,-0.01683889,0.0071986257,-0.003790018,0.002498374,-0.0034230743,-0.011126656,-0.0151034435,-0.0034309116,-0.03454962,-0.023665689,0.020346258,-0.0014309224,0.004572623,-0.021016805,0.001697244,0.011453631,0.0056658103,0.009359603,-0.008090544,-0.027038127,0.013132728,0.033070378,0.012557311,-0.00076133705,-0.007354022,-0.0023355843,-0.010680059,0.0067340145,-0.0048092124,-0.015452794,0.011369359,0.012399649,0.015376888,-0.027956245,-0.003504078,-0.012499137,0.0037682988,-0.0013437072,-0.009330132,-0.029958053,0.0029235538,-0.013605235,0.009435326,0.0015544775,0.02306793,0.022014365,-0.018547222,-0.0021228953,-0.0014092458,-0.0015437657,-0.0061002295,0.0015009078,0.002506686,-0.0005885325,-0.0006611401,-0.00067441404,0.0023881213,-0.02086178,0.012063756,0.013757129,-0.007895716,0.010091079,0.004187751,0.006630881,0.013969025,-0.035821166,-0.0037124427,0.0027081862,0.008283747,0.010351986,0.0009370952,0.0026602808,-0.0076487693,0.0021783065,-0.010879322,-0.012692883,0.010710409,0.00641322,-0.009459841,-0.0049829967,0.0152410045,0.0034204512,-0.012163708,-0.0060958723,0.016863579,-0.0048272237,-0.010263965,-0.016943464,0.02735627,0.017811736,0.0040269084,0.017270612,0.0055261985,0.00298671,-0.006340762,0.011668036,0.024590978,0.0032302265,0.012516639,-0.011134767,-0.011834728,-0.0053608934,0.0126717985,-0.0034194603,0.009922409,-0.012293411,-0.005826235,-0.005220301,-0.026259053,0.009898333,0.0157607,-0.035623964,0.0039049275,-0.0039725658,0.0073907077,-0.015581795,-0.017620392,-0.014141768,-0.02810869,-0.0252995,-0.0037454485,0.0019627507,-0.16813354,-0.029352415,0.0004719844,-0.0048686466,0.012036366,0.0007317501,0.011040373,-0.012228359,0.039233115,-0.02144654,0.0022825985,0.009076418,-0.010326659,-0.003219317,-0.0019921754,-0.010190999,0.021536643,0.011061586,-0.017395925,-0.0093660485,-0.014325872,-0.009588616,0.011323837,0.007776398,-0.004262039,0.00016840106,0.024913063,0.0061923345,-0.010627871,0.010222045,-0.013190021,0.02578005,0.028794209,-0.00608683,-0.023367694,0.0023857057,0.0039191353,-0.012475958,-0.016054837,0.01404397,0.004161125,0.015162825,-0.0059999055,0.002735631,-0.025556754,-0.00017421276,-0.024015792,-0.04708289,-0.008057097,0.016929695,-0.010968587,0.0128166545,0.012044322,-0.0057017226,-0.009850577,-0.0008439448,0.0062175435,-0.006785904,-0.012681448,-0.019276166,-0.016405752,-0.0138167925,0.003967965,0.0058444436,-0.0052087316,-0.015070757,-0.007832618,0.13382146,0.0076051713,-0.00011236778,0.009104954,8.826593e-05,0.016108355,0.011141837,0.020642191,0.0039002663,-0.0008161476,-0.012899941,0.006554803,-0.002051005,0.0025763044,-0.033433147,-0.0025708769,-0.030028554,0.028445998,0.007154486,-0.013054361,0.0019614652,0.021473268,0.018744133,-0.01423266,-0.006713401,0.008613669,0.0023227877,0.027569128,-0.0060383994,0.02290983,0.0043300223,-0.030436065,-0.0024062372,-0.016654547,-0.010965213,-0.009624822,0.019074118,0.0016781826,-0.02554523,-0.011967945,0.0054937,0.021793049,0.031207072,0.002884858,-0.013706916,0.01378597,0.021950144,0.017360663,0.010304864,-0.0021451502,-0.019421183,0.006180649,0.0056558764,0.0030617027,-0.005618174,-0.010052593,-0.00036853304,-0.029652875,-0.0027241402,-0.010329575,-0.001766977,0.00653391,0.0013637193,-0.0058381874,-0.010768986,-0.0148404045,-0.0021701779,0.008492223,0.006584007,-0.10019731,0.014286004,-0.015497308,-0.014056591,-0.04359265,-0.027478186,0.02769477,-0.0071237856,0.016422868,-0.013157846,-0.010730088,-0.0002615419,-0.001751367,-0.0075363885,0.0011908223,0.006678716,0.010680143,0.02778991,-0.010071175,-0.016600741,-0.005852528,-0.0039012895,0.012598358,0.006504783,0.017650565,0.012383458,-0.017458178,-0.0017779366,-0.0008934954,0.024431719,-0.017730396,0.030508365,0.0033389914,0.017944263,0.006883074,0.004114961,0.0025387844,0.007904564,-0.00019716797,-0.0061254096,-0.014744813,-0.027714659,-0.014342409,0.0034200556,-0.004574328,0.017822206,0.0017489818,0.00976211,-0.009871222,-0.010132138,-0.0032379255,0.003844627,0.014753017,-0.006174125,-0.03238928,0.015378287,0.005647148,-0.027105622,-0.0024971373,-0.0068454733,-0.02585031,0.0017312114,0.005532013,0.017662596,-0.011514572,-0.0017994064,0.010210477,-0.01855392,-0.015086514,0.0026606647,-0.011612381,-0.008935429,-0.0008697342,-0.019264756,0.0049082227,-0.001052894,0.0046969517,-0.0061134263,-0.008877258,-0.014168925,-0.02376808,0.0022142804,0.0007341764,-0.008051662,0.025489526,-0.022306621,-0.010090481,-0.00990558,-0.0009976221,-0.0029707327,0.0039675324,-0.001364888,-0.017624255,0.018822063,-0.012556969,-0.0046071974,-0.008836049,-0.0002301052,0.011863045,0.00087385473,0.004238776,-0.012248529,0.01465457,0.021428488,0.011157105,-0.0059517166,-0.011360925,0.0009865918,-0.010263557,-0.00021693313,0.007125966,-0.024264673,-0.04115622,-0.017369341,-0.00019114614,-0.019008743,-0.021769054,0.023866758,-0.0026548286,-0.006828795,-0.004042886,-0.011226223,0.0010430316,0.0028522387,-0.008131271,-0.0037323672,0.0036809389,0.0015110581,0.012715547,-0.02849279,-0.0064796214,0.0051626554,0.00569168,-0.020696228,0.028837372,-0.0146317715,0.007730393,-0.014678046,0.008715345,-0.0025581599,-0.009669635,-0.022578359,-4.810495e-05,0.00801544,-0.015357067,-0.005370754,-0.0030460504,-0.015870884,0.011203711,-0.01553267,-0.013692117,-0.024088746,-0.02279793,0.007166475,0.011557429,0.020416267,-0.003711383,0.009513683,-0.010552644,-0.01055369,0.004844513,0.0019623826,-0.008680608,0.0022548423,0.017101409,-0.005170655,0.0071220486,0.014258096,-0.042832866,-0.016657542,-0.004734104,-0.020488035,0.0003836595,-0.013230596,-0.0022918615,-0.018045923,0.0018984064,-0.024721548,-0.010890005,-0.05287492,0.010909903,-0.0026500223,-0.01634205,0.0064835013,0.01572118,0.00509043,0.003483455,-0.034186505,-0.007136713,0.00096248195,0.0123847,-0.011246267,0.021610353,-0.026193913,0.011406858,-0.021780564,0.007446356,-0.0017008991,0.0005495714,0.0196256,0.0006275323,0.017728152,-0.013661697,-0.010272336,-0.0075837667,2.4989271e-05,-0.008693313,-0.0067155557,-0.002401081,-0.008566195,0.010457854,-0.0013216627,0.029685987,-0.0049113287,-0.0153442025,-0.007032323,0.010269117,0.021901961,-0.017068485,0.005282378,0.007738434,-0.048701435,0.007013793,0.011379357,0.005685931,-0.004769787,0.0013968508,0.01678916,-0.017104764,-0.0064619663,-0.018554354,-0.00088443054,0.013643884,0.005193924,0.011758232,-0.002629853,0.019333532,-0.009303205,-0.012397375,-0.006712956,-0.024109842,-0.0093821315,0.014602485,0.0078552365,-0.017776528,-0.007855028,0.016271848,0.015563481,0.027093967,0.012423943,-0.006965153,0.0020478584,-0.010660681,-0.0040558274,0.009728424,0.0042378004,-0.0054903026,0.004316356,0.008041591,0.01032465,0.008063169,-0.011965985,0.01931222,0.0049442165,-0.010045421,0.004429721,-0.09624327,-0.020087624,-0.0008483068,-0.019089798,-0.004102875,0.0036620589,-0.024107756,0.041889343,0.030276818,0.016046623,0.013796639,-0.028294101,0.005463151,0.0017394221,-0.0007135606,-0.011184052,0.0025421323,-0.018127492,0.013628011,-0.018992543,-0.0065933964,0.0032848027,0.0064631007,0.010089485,0.008285515,-0.024281206,-0.0060973554,-0.0129843205,-0.0291746,0.03329453,0.02235629,-0.008607115,0.0064683505,-0.03496614,0.0021057043,0.027757956,-0.01931583,-0.0024175008,-0.006601822,0.014037255,0.0031449317,0.00445367,0.006802804,0.02046831,0.009881306,-0.029541532,-0.024533406,0.00686726,0.005571504,0.015477648,0.00451834,-0.017098438,0.0008466191,-0.0026075023,0.0030843245,-0.009104107,0.0112957135,-0.021437917,0.00860014,0.01082542,0.0027691973,0.011487813,-0.0007924926,0.0048346757,0.0033857329,0.011130238,-0.024041744,-0.0020876103,0.004718583,0.012807187,0.0037922566,0.01599686,0.0095465565,0.013193103,0.0043688053,-0.019030858,-0.04216867,0.004670725,0.0053814473,-0.03430844,-0.0015277085,-0.0112979,-0.011034333,0.007441069,0.025190903,-0.009304503,0.029721849,-0.021020941,0.031045098,-0.011734543,-0.00498187,-0.024590379,-0.0113345,-0.024135932,-0.00096939283,-0.020466458,0.0122307595,0.011412771,0.011572078,-0.007967319,-0.020027308,0.001482204,-0.00496261,0.007407379,0.003282517,-0.015419262,0.005700787,-0.010694471,0.0037858333,0.009232911,0.011376194,-0.0074291783,0.022641206,0.014543022,0.008185177,-0.008336901,-0.035173643,0.012963619,-0.01602449,-0.004226414,-0.015506779,0.011120895,-0.008627617,-0.016369753,-0.009593878,-0.0007803301,-0.019205164,-0.0097018955,-0.034431998,0.023060171,-0.02006043,-0.0020007805,0.014235223,-0.0023325137,0.010005639,-0.009964094,-0.02097997,-0.002129311,-0.003963383,-0.01400109,0.002933341,0.013193053,-0.025604034,0.0070843133,-0.0044004507,-0.019115886,0.00270104,0.010643414,-0.011629716,-0.0073011806,0.0072472994,0.017018994,0.02122363,-0.021778071,-0.023367787,0.0018479133,0.0032632083,-0.005524724,0.016224792,0.00481304,0.0075328317,-0.004102052,-0.022654807,0.011229815,-0.0019016935,0.01325248,-0.02007728,0.006121135,0.025064183,0.003495149,-0.009946498,-0.0044932365,-0.0036072086,-0.0010611475,0.022398744,0.0016472315,-0.0198813,-0.003439582,0.021379894,-0.015624583,-0.026394356,-3.0471241e-05,-0.012638286,0.01821223,0.005807306,0.01567427,0.014484096,-0.01293304,0.0065937634,0.0044248765,-0.020373577,0.013911392,-0.021614423,0.014644127,-0.025275037,-0.026697997,-0.013239187,-0.0057322388,0.034454204,0.0005744125,-0.015752655,-0.0071658622,-0.014036475,-0.0021736228,0.007553929,0.0025658966,0.046634603,-0.009954243,-0.00090217823,-0.028200254,0.0008755931,-0.005409479,0.0017868596,-0.0027567383,0.01039766,0.018840343,-0.003175437,0.010547999,0.0007397698,0.0026509766,0.002450827,0.0040231645,0.0036885778,-0.003440017,-0.0065210946,-0.010769112,-0.008121098,-0.0029160904,0.0040795268,-0.0010618817,4.287206e-05,0.0076737953,0.01538019,0.023000684,-0.023602411,0.020394335,0.0060840673,0.002517536,-0.005768107,0.026931914,0.008499678,0.007224492,-0.004253249,0.015602474,-0.013579365,-0.009900129,-0.0009994155,-0.009881669,0.0011504797,0.009239685,0.0018782141,-0.0064569865,-0.011310939,0.0065834266,0.016794087,0.00053461065,-0.00080208055,-0.008720272,-0.026087735,-0.02173992,0.015830515,-0.010266396,0.00027622064,0.0059253904,-0.029791126,0.004201722,0.002553968,-0.0030997093,0.008982346,-0.009212596,0.025194518,-0.010409658,-0.053817887,-0.007728535,0.014948432,-0.006829934,-0.013220878,-0.011111488,0.017223736,0.011182781,0.01704595,-0.02974958,-0.009896751,-0.00046451238,0.012660802,0.011048701,0.021208292,0.0029448327,-0.0057741734,0.006641621,0.009353575,-0.02418583,0.0054013073,-0.011187697,0.015724758,-0.009583103,-0.0076910565,-0.011438086,-0.013799133,0.008991349,0.029852992,-0.005847042,0.0063374154,0.0028974917,-0.010269047,-0.007404222,0.0037890342,-0.016624104,0.0006337393,0.010900259,-0.035320733,-0.0069239438,0.0126499245,-0.0077860206,-0.0074234884,0.021374365,-0.010413935,-0.021645794,0.004091984,0.0046950653,-0.016767176,8.290301e-06,0.020582875,-0.014955627,0.006612199,-0.031499848,0.013993896,0.00084959023,0.0001312403,-0.0008243667,0.0042192666,0.009857172,-0.021675276,0.006003568,0.024293039,0.001261,0.003059535,0.02778037,-0.014453078,-0.0056716045,0.0120110875,0.014183824,-0.016423743,-0.016375275,0.027046012,0.005909494,-0.02313537,0.0042840894,0.0046195346,0.0022264058,-0.00016820357,0.00030463532,-0.0042055673,-0.018171692,0.008153236,-0.012865525,-0.012912905,-0.011513411,0.008206358,-0.0019945877,0.0073303296,0.028010013,0.0069765043,-0.01852663,-0.0058149113,-0.007795175,-0.016244614,0.0076829297,-0.0023752563,-0.0040237852,0.00092984963,-0.003987961,-0.0032978938,-0.005385492,0.01056794,-0.01794583,-0.01946913,0.0014528115,0.0018792845,-0.028671877,-0.0035820333,0.0032651073,-0.0038024902,0.002766139,-0.0030044916,0.016664052,-0.0071951225,0.011703803,-0.02243681,-0.01225714,-0.006900049,-0.011022433,-0.011289262,-0.0094054025,0.017857144,0.010979328,-0.012691265,-0.019173909,-0.0022234584,0.01208499,0.008273068,-0.012978184,0.012686558,-0.0021103634,0.007529923,-0.023881996,0.016602775,0.005679968,-0.0016429524,-0.009023383,0.008806773,-0.009472526,0.0047302614,-0.017419836,-0.019050429,0.0065219924,-0.006883291,-0.003856529,0.0170142,0.032161314,0.00040627318,-0.0016174112,0.009045568,0.021121366,0.004226335,0.01262875,-0.0029174266,0.015717471,0.036318723,-0.022660615,-0.018050253,-0.005903285,0.00032603022,0.002030589,-0.014011785,0.004445963,-0.0023942543,-0.00019228306,-0.017180707,0.03442067,0.0021594444,0.0047754757,-0.003597692,0.000946143,0.03347578,0.0046195383,-0.009707551,-0.0025564611,-0.0032773553,0.020723356,-0.0010186733,-0.004977422,0.0008029315,-0.0017788451,0.004583922,0.012380277,-0.0004310633,0.013065278,-0.0038944606,0.009028557,-0.018603707,0.018522343,0.006558122,0.017415365,-0.034099385,-0.05044124,-0.009141396,-0.014197184,0.00042852788,-0.002612154,-0.038031615,0.0032778038,-0.031241316,-0.021133581,0.0071265134,-0.0029608912,0.01758652,0.0047690403,0.008995461,0.029848225,0.0030912356,-0.0013966297,0.0069010183,-0.006149195,-0.01900711,-0.00975121,0.019712284,-0.04646576,-0.023257872,-0.004113547,-0.0061883186,0.011266604,-0.01409969,-0.006390743,0.02075217,-0.0063483347,-0.0024012392,0.007526281,-0.0063318284,-0.0031010194,0.007921258,-0.0040042596,0.0026429931,-0.012323086,-0.016621124,-0.027016966,0.015162146,0.0048602005,0.01313541,-0.04060336,0.015197236,-0.0016710694,-0.004433938,-0.024305984,-0.00569467,-0.027395548,0.011560676,-0.00073111325,-0.014733094,0.022232734,0.018855942,-0.009137621,0.0044259727,-0.00518855,0.01701665,0.011049605,-0.0069885105,0.002811011,0.011540339,0.005322659,-0.005340928,0.00049726473,-7.98002e-05,0.011121069,0.009410727,-0.008530488,0.008603501,0.005008383,0.00057993375,-0.0073495526,-0.01779374,0.0035236918,-0.00673584,-0.0038450554,0.009434649,-0.019500908,0.020713601,-0.008300835,-0.010551344,-0.006083081,-0.016116675,-0.020939557,-0.009387811,-0.031231014,-0.001682946,-0.010860694,-0.004344074,-0.006569083,0.016890135,-0.030385386,-0.04314118,0.0016142988,-0.024146311,0.016198346,-0.0077615124,-0.004441706,0.023589246,-0.04056338,0.008381002,-0.0054154387,-0.022069082,-0.0010395889,0.019634373,-0.00057769666,0.018117443,0.019325448,0.019100694,-0.016764618,-0.011471668,0.023540568,-0.0052539245,-0.020890329,-0.020626225,0.0013588797,-0.021201396,0.012627241,-0.006169262,0.0051241764,0.008635726,0.0130318515,-0.00017220092,0.00884177,-0.0025478753,-0.012786014,-0.0043651354,0.0057946285,-0.015857682,-0.01160694,0.010606615,0.00088671397,0.010051373,0.0004287608,-0.018618265,-0.007605273,-0.010929214,0.0049997387,0.011042598,0.0051314975,0.019278107,-0.011094092,-0.010624572,-0.015814021,-0.0061753993,0.009736597,-0.013870317,0.007870811,0.0026349176,-0.0023657228,0.0029313355,0.008053575,-0.0021352447,0.02317315,0.012260586,-0.017558033,-0.0031883577,-0.0042341244,0.03722855,0.0051915296,-0.008329951,0.0064931475,-0.00667821,-0.013925539,-0.00853528,-0.0113625275,0.02050571,0.012340003,0.017122643,-0.016341452,0.006757511,0.015539216,0.017638383,0.013223119,-0.015478997,-0.01785942,-0.006290309,-0.006753055,-0.009060857,-0.025445504,-0.010222756,0.0044670203,0.018004155,-0.017522974,-0.013646244,-0.007687813,-0.024590112,-0.009705775,0.034186147,-0.007299469,0.020051187,0.0011048182,-0.023670698,0.00334831,0.012115054,0.0037043763,0.0045149405,0.016466971,0.008118148,-0.0046768812,-0.026011541,0.008868633,0.007230828,-0.0058530075,-0.018741038,0.008811701,0.025366997,0.026642684,0.009978095,0.005016941,-0.008351354,-0.011236751,0.002470724,-0.0020093385,0.0135119585,-0.018016513,0.0118233645,0.010659176,0.16273284,0.13459016,-0.001727968,0.013151085,0.01861099,0.0034081675,-0.00670248,-0.009326907,0.021098904,0.027675852,0.0019430316,0.0012322715,-0.010860234,-0.0051328163,0.0101380665,0.012271246,-0.0030914934,0.0031447299,-0.0024020395,-0.013162133,0.004381592,0.013248426,0.010963908,0.011529321,-0.025097704,0.015270391,-0.03790431,0.007868402,0.027476637,-0.0036498352,-0.012032548,0.0037866915,-0.013091481,0.008401661,0.020675736,-0.031098662,-0.007516689,0.0021608765,-0.006302379,-0.0020069128,-0.017262073,0.0058013536,-0.007275013,-0.015196005,-0.013445215,-0.011255484,-0.0031935836,-0.008650482,-0.025179548,-0.010592929,-0.010812428,-0.004962406,-0.013118804,-0.007972844,0.0040359693,0.008766599,0.02239845,0.0039713085,0.0078610545,-0.015758976,0.032511745,-0.008221458,-0.025680507,0.020005496,0.0023044555,-0.019159494,0.014780179,-0.007603546,0.0021673301,0.006749321,-0.0035101548,0.032684427,0.0016297895,-0.0007182675,-0.012144806,0.016081791,-0.003543532,-0.008848832,-0.005947071,0.0025495968,-0.025015457,-0.009643893,0.0038306254,0.02097376,6.4181906e-05,-0.0049170554,-0.011117496,0.0014791401,0.107050106,0.010157507,0.017767234,-0.019763323,0.0031344083,-0.0063386164,0.0014073182,0.0486565,-0.018286299,-0.014855012,0.0044873683,-0.015403356,0.00981036,-0.0027665067,0.018486425,-0.0010343901,0.01557907,0.014335141,0.007634971,0.018809995,-0.00914178,0.0074066734,-0.0046269,-0.00851256,0.0057444437,0.0061566555,-0.009806761,-0.009014141,-0.00047060513,-0.02295639,-0.09792266,-0.01947487,0.011582763,-0.0011904249,-0.0034818037,-0.011090125,0.014749558,-0.009995007,-0.0150750065,-0.0065872874,0.0063056983,-0.00016878512,-0.008068702,-0.014770097,-0.0066304277,-0.00037208272,0.025520293,-0.020339813,-0.008895313,0.00065359444,-0.00989893,-0.002081261,-0.009909606,-0.002380937,-0.015562119,0.0067114853,0.006567796,0.008175639,-0.0040145945,0.0074641434,-0.010491111,-0.00088369707,-0.033033703,0.017779663,0.021968447,0.00023517336,-0.008863271,-0.0071482756,-0.008242208,0.019032586,-0.015274197,-0.0072624623,-0.011432009,-0.03360123,0.0025417851,-0.013571566,0.028565714,-0.023339994,-0.014452838,0.019151805,0.026332898,-0.009987149,0.014052716,-0.02591723,-0.029014751,-0.003981557,-0.007950752,-0.022647407,0.018437281,0.017507335,-0.0022958638,-0.014577802,-0.011631516,0.003390037,0.010428842,-0.015165494,0.0028924725,0.019042702,0.012949842,-0.023749057,-0.012759669,-0.003449391,0.006093742,0.0035110265,0.0042231996,0.003047431,-0.047435258,-0.007587123,-0.014459189,0.0023495299,0.0061221085,-0.0103494115,0.017111123,0.10737928,-0.00741222,0.010768897,-0.024246024,0.006058503,-0.020218754,0.021535885,-0.009273789,0.020857364,0.007463359,-0.010050667,0.028871968,0.0044462695,-0.0011372278,0.015070635,0.030596605,0.031140396,-0.022508686,0.020541398,-0.017819028,-0.017710658,0.0028309312,-0.0074842507,-0.012311725,-0.0016911546,0.018885402,-0.012390068,0.001691355,-0.017537337,-0.01744872,0.03223852,0.009693803,0.017261459,-0.0147745935,0.013945975,-0.000462991,0.005524,-0.031147053,0.0030044205,-0.01598697,0.0023029845,0.025482723,0.005137336,0.015263295,-0.040029153,0.19877511,-0.00087053055,0.0038306257,0.004994774,-0.008088432,0.018461645,0.01179863,0.0009672392,0.0007896013,-0.012143287,0.027211554,-0.0011065409,0.0007777195,-0.006712773,-0.002975483,-0.020191392,-0.005750975,0.00020321587,0.0032529575,0.008523493,0.0006554867,-0.017893115,-0.02493269,-0.005338896,-0.0075680995,0.0149196945,-0.00080690254,-0.0033718045,0.02692426,0.008486725,0.0016048722,0.012282174,0.011950992,-0.009746472,0.0077293515,0.018038984,0.01434644,-0.014570062,0.011278152,-0.011226471,-0.012872007,0.00430481,0.01786935,0.01198343,-0.0062944535,0.0017870388,-0.027489133,-0.0029481174,-0.015718168,0.005316618,0.015348676,0.0034505948,-0.010665555,-0.0042879023,-0.020195674,0.020567954,0.0018072914,0.014331871,-0.0047348375,-0.008052748,0.0021960465,0.0046814927,-0.030403426,-0.0098045925,0.017580865,-0.017059518,0.0005490623]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 153,
          "content": "Mitsubishi Corp. opens free trial data center to boost AI deployment",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0058079013,-0.01281133,-0.012228031,-0.074774936,-0.011843374,-0.0156723,0.0065281657,0.0028276935,0.012691629,0.016874874,0.0040463973,-0.018119229,0.03481096,0.014252975,0.12091206,0.017834341,0.021540254,0.014275902,0.016041446,-0.0124536585,-0.018584771,0.009059249,-0.029866679,-0.020187223,-0.029616227,-0.011799961,0.020678803,-0.011740552,0.0011975565,-0.027809085,-0.025847908,-0.0021573065,0.032254614,0.018550508,-0.016628906,-0.012933509,0.030637324,-0.01117872,0.034621928,0.024164222,-0.016237268,-0.0068029664,-0.005731958,0.021806268,-0.016144402,-0.02061481,0.0018633076,-0.018755011,-0.014065987,0.010835239,-0.0031854608,-0.0051521747,0.008889627,-0.1607247,-0.0015846005,0.016534287,0.0018454556,0.01300321,0.01623002,0.014385366,-0.021669913,0.01876594,-0.021786733,-0.02457879,-0.0017761717,-0.012072531,0.011752738,-0.009570754,-0.0027296667,0.0068647126,-0.003972739,0.012128294,0.028327638,-0.01850813,0.02509966,-0.02064953,-0.016976496,-0.0060885213,-0.0051652365,0.019087171,0.006858739,-0.024612594,-0.0036532592,-0.008934906,0.00015629857,0.008877566,-0.024026575,-0.03259626,-0.0035559947,-0.012739864,0.017759781,0.014906589,0.002975898,-7.570991e-05,-0.0068930625,-0.0073469165,0.025942441,-0.023460463,-0.009034455,0.0030332576,-0.012853561,-0.034268457,0.00929038,0.028797215,0.0018474559,0.00033930963,-0.023140624,-0.018481035,-0.010798489,0.005955204,0.016152365,-0.023983853,-0.012615212,0.021381728,0.0056259544,-0.10616453,0.009119677,0.02501832,-0.01942253,-0.013673862,-0.046397142,-0.00688988,0.023475986,0.042582903,-0.0010364833,-0.01366503,0.016983768,0.004229698,-0.018364301,-0.011532714,0.0060394304,-0.015343706,-0.004814418,0.011335368,0.036781635,0.018834647,-0.00528349,0.0047733975,0.0008429184,-0.028701678,-0.024942517,0.035532072,-0.0021139805,0.025375048,-0.030717982,-0.01106123,-0.012761011,0.017573498,0.009811028,0.0002992761,-0.006787732,-0.012733475,0.0062970947,0.002071525,-0.009584871,-0.023821725,0.004498788,0.01423572,0.01005881,-0.0044168527,0.018860033,-0.0029840462,-0.008717719,0.021009099,-0.027434556,0.026171042,0.002878841,0.013228314,-0.0013697129,0.020785276,0.0011009765,-0.008721922,-0.028070478,0.0012625983,0.010452518,-0.015476029,-0.0212936,0.012971797,-0.0063796374,-0.037996374,-0.01995804,0.0102468105,0.013921385,0.00085419655,0.019811627,0.006193599,-0.007780327,-0.016565653,0.0014632574,0.008269116,-0.0063349735,0.013855883,0.010203438,-0.026720252,0.009252252,-0.012837129,0.008884493,0.0018348147,-0.006627718,-0.0028815886,0.019395147,-0.0075527676,0.014010646,-0.034824464,-0.0055097593,-0.010775295,0.024596356,-0.019633818,0.004907519,-0.021559471,-0.01632593,0.011689479,0.00047205747,-0.0059943288,0.01267069,-0.022427881,-0.031456877,-0.0040340754,-0.014743775,-0.008101083,0.020412454,-0.013344928,-0.017585369,-0.0013196003,0.013115983,-0.027837276,-0.014783514,-0.02064579,0.016423315,-0.0057649473,0.014035763,0.011681407,0.011718629,0.01093766,-0.0063879387,-0.022878462,0.005037161,0.013263708,0.024923462,0.030173365,-0.026442625,0.019281078,0.04012823,0.013520174,0.0028736913,-0.022166438,0.02295063,0.019296186,0.0056412397,0.021340808,-0.020785028,0.013612628,0.00019311953,0.012827584,-0.00050553295,-0.010194932,-0.021522904,0.028442636,-0.024966564,0.0050090994,0.0034756334,-0.014177357,-0.02773562,-0.027806582,0.021030115,0.015394313,0.019394029,-0.012425522,-0.00995664,-0.016978502,-0.012153604,0.0060163443,0.018017624,0.009857597,-0.0060532303,0.027880058,-0.061869957,0.021022802,-0.021955004,-0.0017758411,-0.026135044,0.023170473,0.0052910885,0.0042633014,0.012673922,0.01714074,-0.016805837,0.026465548,0.0011859458,-4.746725e-05,0.007110224,-0.008040513,0.012526297,0.024569388,0.024957072,-0.040965203,0.009253676,0.007267922,-0.013607634,-0.011153329,0.008609621,-0.020974234,0.005070758,0.06048215,0.0076875244,0.031419538,0.013037814,0.0028808252,0.01668047,0.005670948,-0.012459383,-0.013527122,-5.753078e-05,-0.019308947,-0.04050586,-0.022815466,-0.024540028,-0.016088158,0.009783408,-0.008072034,-0.010695238,-0.024549583,-0.0029415537,0.0022070257,-0.0035053047,-0.0011550148,0.019561196,0.016613243,0.010408029,-0.012419998,-0.00085602334,0.015858097,-0.0011816182,-0.011314851,-0.013314338,0.0061508534,0.0075886087,0.003168541,-0.0135927,-0.011547118,-0.003300544,0.014050906,0.006253974,0.023004144,-0.0002815951,0.035848413,0.051751662,0.019849408,-0.050601494,0.007866724,-0.0001596449,0.013262294,0.01143427,-0.0031643983,-0.02067256,0.02884855,0.012952438,-0.005096736,0.019502154,-0.0028648537,-0.021731947,-0.013691892,-0.005862432,-0.04551315,0.0198247,-0.029076716,0.027517596,0.014211295,0.02017809,0.024196127,0.010620071,-0.005473245,0.020282898,0.00067245937,0.013927681,-0.016366247,-0.006432188,-0.01967321,-0.008979658,0.014031593,-0.002980296,0.03221391,0.008292118,0.02008526,0.023171665,-0.045242827,0.01566502,-0.00261054,-0.009901263,0.0010585488,-0.0064680357,-0.009666872,0.03202972,0.0041338415,-0.034853477,0.02182226,0.024812628,0.014477682,-0.011357616,-0.028500365,0.009358488,-0.0041446285,-0.00917847,0.012409532,-0.0065256543,0.020419572,-0.0150162615,0.012598425,0.021685863,-0.0079904925,-0.015111732,0.010926224,0.016833954,0.016454628,0.019704996,0.0004884157,0.023812814,-0.0016146919,0.002246481,0.006654205,-0.006028974,0.021297043,0.0032313035,0.026490392,-0.009295111,-0.033544105,-0.014103425,0.009056915,0.011748285,0.0019458054,-0.004879556,-0.0019128118,0.008388287,-0.008898857,-0.009124085,-0.03907339,-0.009511738,-0.024453217,-0.011963829,-0.025704231,-0.011325969,0.012545059,0.003486624,-0.0030371943,0.008746392,0.004905584,0.007479153,-0.021325579,-0.02421677,0.018999765,0.026556283,0.0032855433,0.036991768,0.005850237,0.007160105,-0.0062596784,-0.023878906,0.009622793,0.0032644847,0.016949091,0.011576366,-0.003930403,-4.644442e-05,0.009871275,-0.011965788,0.019477764,-0.0047282195,0.008839828,0.011694286,-0.009850084,0.024289168,0.012007534,0.021100469,-0.013873557,-0.008126982,-0.00756061,0.01831026,-0.015136252,0.022905221,0.007992168,0.022180943,0.031756576,-0.021752907,0.031102253,-0.0019577194,-0.007688015,0.0011266122,-0.013551752,0.0014151119,0.013531446,0.034628127,0.0044172,-0.0061283517,0.01975011,-0.00038032074,-0.006999664,-0.022097157,-0.017430577,-0.0048572035,-0.0039766794,0.0039644134,0.008736531,-0.0024833821,-0.036963053,-0.05523238,-0.011715069,-0.00351914,-0.011012803,-0.015944317,0.0025448725,-0.019031366,-0.014407749,-0.020733379,-0.00013733955,-0.0016210189,0.007699125,0.004225695,-0.0019491772,0.02470415,0.0056013665,0.0022714986,-1.9149747e-05,-0.007518944,-0.0010551148,0.001754023,0.0008802875,0.016026357,0.010443544,0.021209508,0.016592583,-0.0038601425,0.016115788,0.00481575,-0.022504698,-0.0143932,-0.0044269166,0.0020623289,0.037079647,0.01439881,-0.017492719,-0.0011266044,-0.003453784,0.0013786533,0.008325358,0.03768383,-0.06318936,0.0074925474,0.028573463,-0.0061536455,-0.014648836,-0.02780905,-0.0069547426,0.0036115865,-0.009504304,0.006386973,0.004216944,-0.010676254,-0.017726324,0.009738782,-0.008612432,0.010016776,0.003586029,0.011560174,0.022900011,-0.027984494,0.050998684,0.032142345,0.020527413,0.018140694,-0.010087542,-0.012268779,0.010018469,0.025600662,-0.00039371467,0.00089366885,-0.009471569,-0.025372379,0.0163059,0.020366257,-0.008210594,0.005692064,0.020372808,-0.018418027,-0.0060359277,-0.0029827382,-0.012602544,0.001070396,-0.036665186,-0.0050095594,-0.0055844393,0.013244841,-0.017944496,-0.003124601,-0.016537355,-0.010030547,-0.041021414,-0.038718134,-0.006282963,-0.03537179,-0.016784912,-0.007945891,0.0028286325,-0.017925197,-0.007123284,0.031168837,-0.018347127,-0.0040791505,-0.02029158,0.020489512,0.0062459204,0.030946942,0.009306507,0.026519196,0.01130266,0.0039885435,0.007318183,-0.010581302,0.0060053878,-0.006290374,-0.0061708186,-0.0001427808,0.015924346,0.01194025,0.017336661,-0.017652744,-0.033941522,-0.046405215,-0.104771145,-0.05336166,-0.007054693,-0.026967935,-0.012629007,-0.015110023,-0.018099673,-0.026485743,-0.0117723225,-0.010316044,0.004313101,0.006616178,0.008330864,-0.01274781,-0.023562329,-0.01910834,0.00048378858,-0.01941425,-0.01634638,-0.028672831,0.012475199,-0.00499388,-0.0136416145,-0.008875212,0.010784023,0.022834513,-0.0071210912,0.029662935,0.02533362,-0.036774725,-0.047428638,-0.15655243,0.008351209,0.011468569,-0.0006756432,-0.013101662,0.00091023097,-0.000855875,-0.017601473,0.014085588,-0.034058407,-0.016763961,-0.025159892,-0.038425207,0.019122744,-0.0072397203,0.12520467,-0.002676731,0.018317461,0.01484043,-0.021005083,0.01542916,0.008832003,0.031156681,-0.024069594,-0.00051139627,0.023181943,0.0065459535,-0.0040166676,-0.0135263605,0.031767327,-0.026546046,-0.0009712541,0.0024427865,-0.0051744385,0.028404295,-0.018537184,-0.010238707,-0.025209397,-0.002022214,-0.0090982225,0.012759053,-0.001027564,-0.018096512,0.012293833,0.006549663,-0.019359864,-0.017530566,-0.006496263,-0.01236362,-0.007990517,-0.0015939262,-0.0613769,-0.005140008,0.003976556,0.0015184243,0.0016542746,-0.014451263,0.020690966,0.014594203,0.023351483,-0.002390382,0.004613368,-0.003709057,-0.00045985865,0.031159153,0.020364257,0.010770507,0.015016527,0.027923323,0.020088494,-0.006875192,0.0061242613,-0.00512888,0.02717599,-0.0363262,0.0020442382,0.036319863,0.04188608,0.0074094767,-0.028759215,0.0035105883,-0.02454352,0.0039431117,-0.008953845,-0.0028534774,0.012084833,0.021765327,-0.022846773,0.010977503,0.0039398866,-0.006993212,0.02392122,0.0026632352,0.026693517,0.033888485,-0.011855439,0.007898696,0.017230986,0.03358049,0.0001788604,0.026124232,-0.021087753,0.023499817,-0.019398147,-0.0076244823,0.00508106,0.003105695,0.013597467,0.0204824,-0.00025004466,-3.7676808e-05,-0.011031964,-0.007932453,0.006879805,0.001211692,0.011628426,-0.0004351413,-0.014299845,-0.0023716409,-0.008057505,-0.010841432,-0.01219139,-0.027901279,0.0055468767,-0.01326357,-0.0052079055,0.0068779527,0.013344366,-0.021659987,-0.013260225,0.0022846095,-0.00568983,-0.0027600748,-0.007926621,0.0050010695,0.016299836,0.0020796508,-0.005365355,-0.00056610344,-0.0110462755,0.008351888,-0.004211737,0.004001449,-0.019997753,0.004781735,-0.00082430756,0.009971351,-0.003166519,0.01276987,-0.02075572,0.0043971157,-0.0068898145,-0.009386271,0.01640138,-0.0038699869,0.012043931,0.0070825247,0.016195958,0.005422472,-0.015504071,0.007170918,-0.021632804,0.026910638,-0.008171793,0.028214587,-0.006424785,0.0184012,-0.011288176,-0.007018277,0.0005155741,0.0071152924,-0.011999908,-0.0146364495,-0.0055503035,-0.00875773,-0.014695849,-0.018803207,-0.011915124,-0.019195074,-0.0052703912,0.010561058,0.0051893024,0.009330362,0.0003987653,0.0071890866,0.02249998,-0.015626496,0.00021003599,-0.001945291,0.015950086,-0.011431466,-0.009018817,0.014930026,0.005786551,0.0014920785,0.00020849379,0.004208794,-0.0015576106,0.011542845,-0.000716986,-0.015546571,-0.026306836,-0.0011192603,-0.011904734,-0.011870028,-0.0145040555,0.010139297,0.019098304,-0.011524321,-0.0033882596,0.0006293948,-0.0041618384,8.71333e-05,0.006652792,-0.011302395,-0.0091300765,-0.0019404665,-0.00260326,-0.0021459316,0.0027779695,-0.024494424,-0.00800181,0.019695377,0.0015603018,0.005972264,-0.00825993,-0.009774832,0.01926228,0.006021475,-0.0076467013,0.0017030629,0.0015476749,0.018077483,-0.007413149,-0.0061790673,-0.00084452593,0.02471816,0.0012149841,-0.0016302799,-0.0063400073,0.0007726909,0.009497896,0.010694824,-0.0010070271,-0.0076726126,-0.005180459,0.007199617,-0.0131580625,-0.011581806,0.002069126,0.0076051215,-0.006762266,0.009568626,0.017636845,-0.0022001262,-0.0016011624,-0.006895072,0.006845027,-0.014891142,0.00474877,-0.0033607383,0.008849085,0.012059025,-0.0008095077,0.01540884,-0.013763569,0.0043330044,-0.009191942,0.0022351525,0.0074615446,-0.0010865066,0.014648192,0.033149563,-0.0010347767,-0.014158156,-0.01195318,-0.012876357,-0.0028762764,0.0234171,0.009764503,0.02171854,-0.022263039,0.0053558275,-0.00901194,0.017485075,-0.0011143064,0.019872092,-0.005184735,0.015997047,-0.0068724975,-0.010571655,-0.0031467383,-0.005103397,0.005672403,-0.005920128,0.021758964,0.0030217546,-0.0077379514,0.01924047,-0.007507173,0.0016736629,0.004457239,0.0016367394,-0.007130985,0.007439962,-0.010247244,0.004725024,0.0074840896,0.025425278,-0.0068613295,0.08595671,0.013375702,0.0107344575,0.007636948,-0.00054904266,0.019725323,0.01883722,-0.02502476,-0.004072097,0.0055790944,-0.0042025833,-0.007728025,0.01146312,0.0067836302,-0.012986302,-0.006898795,0.0018800892,-0.0015296857,-0.0049954504,0.003485995,-0.00976101,0.016422577,0.014321927,-0.014005823,-0.011491949,-0.0015998618,-0.0073194117,-0.018030772,0.0032131528,0.0041045723,0.008171699,-0.012163614,0.001923368,0.0055269413,-0.015118537,0.0076946947,-0.0050537754,0.02696908,0.011834023,-0.0021766117,0.020259522,0.006607375,0.025576618,-0.012300113,-0.006369672,0.0015288633,0.0024027782,-0.008198575,-0.011243556,0.011790456,-0.0017227879,-0.011826299,0.002888945,-0.009924285,-0.017995987,0.0068888105,-0.0005273681,-0.01782276,-0.0026688522,0.019174775,0.00025774477,0.012426474,-0.0047608614,-0.017355492,0.005525604,-0.013777583,-0.0121163735,-0.015021143,-0.017572325,0.014304938,0.0042584385,0.0038823124,0.010080141,0.014788759,0.016399788,-0.0051805987,0.0058479714,-0.021217685,-0.0071774796,-0.0118498625,-0.02162302,0.0020960376,-0.0035651426,0.011178321,0.0021743858,0.003476991,-0.0064713303,0.01083753,-0.00034953302,-0.01009994,0.012062978,0.0069889114,0.004254431,-0.0059758574,-0.007226993,0.014578369,0.051971056,0.0059698513,0.012689946,-0.0046898657,0.024456894,0.0016746597,-0.0021259976,-0.0075954245,0.029383767,0.0022892621,0.009154973,0.019138008,0.008171102,-0.011171253,-0.0029968861,-0.011563201,0.0003379464,0.00234831,0.005455452,-0.019172236,0.0048471643,0.0035899153,0.010743562,0.02228071,-0.0013770547,-0.0068435078,0.0060193227,0.011419015,0.0031934788,0.0028924926,-0.011101528,-0.0023428043,-0.007575419,0.010412115,0.0025968207,0.018403433,-0.0009913443,0.01620846,0.0072789486,0.0034577225,0.0075024655,0.021931352,-0.001182958,0.0051035057,-0.0051865247,0.0010818274,-0.005254254,0.004710891,0.0010679523,0.010877898,0.0010085288,0.007870428,-0.0011944685,0.0018942921,0.009567503,0.0007271861,-0.007336282,0.0075805034,-0.010657931,-0.003283637,0.008465016,-0.011596928,0.0068852254,0.005539049,-0.007714493,0.015695356,0.0002846784,0.003956537,0.0020699508,0.017980376,0.0020540257,0.0031168573,-0.0025097989,0.02789489,-0.005366476,0.014229588,0.0073772343,-0.01386456,-0.016077764,-0.013034944,0.00777721,-0.0019041012,-0.030587154,0.005537835,-0.00750274,0.0019416373,-0.008128082,-0.000114944,-0.0077500655,-0.015661651,0.010232514,-0.0057865735,0.004892737,0.0044055376,-0.006771461,-0.014533114,-0.0054440508,-0.0012099149,-0.0025504169,0.008945372,-0.0075576226,-0.0029999334,0.00512755,-0.010236078,0.0103692645,-0.00021358502,0.0015469751,-0.029483227,0.008979786,0.012430482,-0.0020057762,0.011346873,-0.0004516375,0.006224778,-0.0002395176,-0.03937664,-0.008773649,0.010932437,0.010521795,-0.0023247201,0.0046096235,-0.009260824,-0.00045052503,0.003943145,0.0031935323,-0.002509982,-0.012128116,-0.0074449033,-0.010243225,-0.00052539975,0.014921294,-0.003538708,0.007635589,-0.011149493,-0.0050190734,0.003798242,-0.0031670309,-0.0017170879,0.003629637,0.002704556,-0.017169874,0.015885307,-0.018532176,-0.010438507,0.0046681557,-0.0075143594,0.0053411196,-0.007561886,-0.005473229,-0.0077310894,-0.0073949266,-0.0039428524,-0.003288256,-0.0014822352,-0.021655744,0.012107786,0.004367686,-0.009761811,0.0156317,-0.007476866,-0.0024489427,-0.06304192,0.0010573082,-0.0034651817,-0.0020966846,0.0027154577,-0.012214407,0.0074308617,-0.008079157,-0.0047678393,-0.0014561102,-0.0013806924,-0.00087830995,0.009393339,0.0051675206,0.00726801,0.0026394222,-0.0031698581,0.0004049239,0.0005462154,-0.00835613,-0.01808151,0.0062849605,0.004665421,0.017687457,-0.0022979856,-0.01316063,-0.007851013,-0.006342126,0.009088727,0.010871882,0.023585614,0.0012365811,0.014942253,-0.0062135174,-0.00020270335,0.009238069,-0.0016229802,-0.024222314,-0.028298276,-0.018888552,0.0068612294,0.0018139359,-0.01763458,0.006369751,0.0013883694,-0.02307389,-0.0134300785,-0.011446548,0.013029235,-0.004156265,0.00083288166,0.024629144,0.005369514,0.005719455,0.00079645636,-0.0027071272,0.017901348,0.005136647,-0.016809013,0.011374309,-0.001654885,0.0038011668,0.016338319,-0.017384425,-0.0027015312,0.005157612,-0.0019238376,-0.0022687286,-0.01494327,-0.0020599973,0.012316005,-0.014250879,-0.029755225,-0.014251997,0.006536149,-0.00017786465,0.0068298574,0.02629805,0.0027512603,0.013135839,-0.0042494815,0.006632574,-0.009125738,0.007877191,0.003924577,0.00092803425,-0.0012467898,-0.01999892,-0.0059327614,0.0012200796,-0.006167628,0.01962865,0.0030742248,-0.0004941604,-0.003277159,0.005624459,-0.007947988,-0.004138652,-0.004454128,-0.011197565,-0.0038110937,-0.015198159,0.008857215,-0.0023271053,-0.0038297067,0.024317237,0.0027158093,0.0091819065,-0.0016244705,0.0062783565,-0.0058989376,0.019894766,-0.0014222468,-0.0077061895,-0.0003586699,0.021159397,0.0052917795,-0.005454688,0.013175397,0.009677137,-0.008561261,0.023670735,-0.002038176,-0.0075607672,0.009183885,0.008574425,0.0014025188,0.010021067,0.017556692,-0.009773252,-0.01653614,0.012271124,0.012696714,-0.008081736,-0.01163159,0.0030622277,0.01687567,-0.008925529,0.009634053,0.010713579,0.013614326,-0.0046861195,0.009600871,-0.011742245,-0.0018782546,0.0028903007,0.018028358,0.004301768,-0.006462263,0.0033346452,-0.014686386,0.01196543,-0.0047968603,-0.005156782,-0.0046658358,-0.0052492595,0.008555411,0.0055575483,0.013572318,-0.008759386,0.029487668,-0.0007473662,0.0030818335,-0.008960984,0.0068470384,-0.003133701,0.0044434024,0.006269081,0.0032852914,-0.015620354,0.012989322,0.00104246,-0.018248182,0.020318406,0.007201267,-0.0065447404,0.0014554367,-0.01395007,-0.0027523995,-0.005590345,0.007391634,0.012948131,0.00209839,0.00031517725,0.0007360054,-0.006477453,0.0012721554,-0.012457679,0.002116791,0.021496909,-0.002887915,0.008334699,-0.0075039202,0.013382927,-0.006131785,-0.005423919,0.021386465,0.009003771,0.0034176838,0.0026353293,-0.0055524115,0.010060739,-0.0066222637,-0.0019016676,-0.010280377,-0.10075091,0.01900196,0.013415291,0.0144318435,-0.017104223,-0.0012220189,-0.012964606,0.009472231,0.0021974049,0.012706628,-0.00012388655,0.011668004,0.00080581807,-0.0033315222,0.0006342721,-0.009121219,0.0016004236,-0.013997193,-0.00997231,0.0057740933,-0.007268193,0.0024230946,-0.00627314,0.006111002,-0.0066285925,0.006221787,-0.010170474,0.0132487975,-0.0014118754,0.004566982,-0.0075265975,-0.017718688,0.0012885093,-0.0029615122,0.0007052587,-0.02130202,-0.008162253,0.006089938,-0.12761898,-0.018653661,-0.0013144729,0.002855073,-0.01734331,-0.0052468777,0.0014770565,-0.017613193,-0.009520288,-0.0008882291,0.0032961136,-0.016379822,-0.000770903,-0.031880178,0.008708313,-0.009898263,-0.008689231,-0.0030821331,0.006219915,0.0029381423,-0.001695214,-0.0009285807,-0.0029361506,-0.0052801934,-0.009427841,0.0065274034,-0.011886228,0.0102105765,0.0031473318,-0.00979349,-0.010183015,0.00014425864,-0.0061529,0.0029644233,-0.0068500824,-0.011105898,0.0016246467,0.0028294257,-0.0022159375,0.01595373,0.0178366,0.007846962,0.015258076,0.0038698174,0.0034834356,0.003724259,-0.0020419378,0.019337539,-0.0188941,0.000101275305,0.0063717,-0.0032982584,0.008537184,-0.008494098,0.01724484,0.0031329398,0.010102129,-0.00073320285,0.010642625,0.0015575433,0.0006327771,0.016362049,0.013254506,-0.003490153,-0.00055999693,0.008308574,0.018772198,0.009066938,0.0026382813,0.006653142,0.014648078,0.016424667,0.016511599,0.026118647,-0.013591154,-0.016792936,0.011482536,-0.009031435,-0.00095559756,-0.0066925925,-0.008159598,-0.0030373398,-0.028664852,0.018080363,0.020416377,0.035570078,-0.023040194,-0.027292883,0.009698324,-0.078290224,-0.019072412,0.00586036,-0.023095049,0.010892094,-0.019061625,0.012840118,-0.009698418,0.030398272,0.011233558,-0.0051503316,5.3060132e-05,0.017447557,-0.027768249,-0.023163132,-0.009647868,-0.00061328325,-0.016780138,-0.031413265,0.016182285,0.0040155337,-0.013200985,0.0047551813,-0.00932707,0.02130178,-0.018891728,-0.006954875,0.0047251135,0.0014739771,-0.019744407,0.00078851276,-0.014450475,0.0002284191,0.001587299,0.011483071,0.00889087,0.02000368,-0.008140854,-0.004923067,-0.005875785,-0.0030883846,-0.001090899,0.019597378,0.01116135,0.009749595,-0.008091793,0.0068851905,-0.023478111,0.0077049206,0.007931996,-0.011700778,0.00891804,0.0006325974,0.016297827,0.022333434,0.020069748,-0.004882655,-0.016268041,-1.0246148e-05,-0.035192713,0.001970463,-0.003860385,-0.010617338,-0.03383616,0.018198935,0.009935613,0.020407267,0.015373056,-0.018487245,-0.013666705,-0.0011800796,0.009112857,0.0077009453,-0.016663568,-0.00787278,-0.003190069,0.0058381804,0.020974722,0.0027926888,0.0053616925,0.02544802,-0.010129184,-0.024134703,-0.0025299077,0.003520254,-0.011857947,-0.016296811,0.015009025,-0.02479731,0.0057863346,0.033224296,0.013375839,0.0063715405,-0.018270714,0.006068567,0.0048046657,0.00023074818,0.0011060667,-0.01149232,0.017813304,-0.0010692806,-0.02296432,0.010110359,-0.0116701545,-0.0038355666,-0.010426916,0.0038112102,-0.0029006265,-0.015837267,0.008349956,-0.0027749771,0.007533426,-0.010709906,-0.008142471,-0.17316517,-0.010266259,-0.005875494,-0.013843292,0.0072523295,0.0025902058,-0.0087276045,-0.022485176,0.033142902,0.007828459,0.009041036,0.018764602,-0.008359852,-0.015982695,-0.001983111,0.01579877,-0.020774452,0.018252531,-0.015151615,-0.016865827,-0.024416462,-0.02350116,-0.013836643,-0.014511195,-0.010188145,-0.009794551,0.013641442,0.02245903,-0.021417378,-0.0045058196,-0.014294459,0.019690158,-0.006879474,0.012929105,-0.011998841,0.0050256867,-0.015995646,-0.0008614024,-0.006600067,-0.0024563032,-0.0135441115,0.0011618575,0.0021022013,0.017721059,-0.0028991688,0.014674756,-0.004890564,0.005212115,-0.019819029,-0.022142813,0.018037314,-0.011258781,0.018423045,0.006197918,0.0052919704,-0.0032034216,-0.006534056,-0.004527399,0.012566137,-0.024437455,-0.01670848,-0.019948125,0.018811623,0.013081667,-0.0092929425,-0.006458821,0.0046626437,0.15322748,-0.011251823,0.0021196553,-0.0024458463,0.00054589054,-0.004890966,0.010319651,0.0130509995,-0.0010979823,-0.0025275091,-0.0012120785,-0.010326147,-0.0011476536,0.023342194,0.007056572,-0.016642258,0.0010290373,0.015040912,0.0037393703,-0.0018367646,0.025115114,0.01132207,0.022611113,0.012379548,-0.00793345,0.014429458,0.0035008637,0.00023987502,0.0048416383,0.019418718,0.0047119935,-0.03737445,-0.0015077111,-0.008241961,0.03282098,-0.015592309,0.007792645,-0.008263799,-0.021720128,0.0008531436,-0.0043645236,0.020687614,0.0048108147,-0.0009779696,0.007240261,-0.012897738,7.641302e-05,0.0132343825,0.00095203886,0.0056261946,-0.025514688,0.030921465,-0.0064237593,-0.008703597,-0.0106236655,-0.006278498,0.012874631,-0.020143157,-0.010130388,-0.042629264,-0.0052024354,-0.00036560884,0.0043042307,-0.013036471,-0.009309071,0.0015833786,-0.033414476,-0.006186233,0.0030873509,-0.092941076,0.02301974,0.001228912,-0.01551732,-0.009058476,-0.009472402,0.014384816,0.030432995,0.019396173,-0.0055793216,0.004137894,-0.009373156,0.012764316,0.0035091685,0.020714663,-8.2457285e-05,0.0026214002,0.0023127713,0.009933658,-0.0009376862,0.009727849,-0.0058074924,0.004640344,-0.027455058,0.0018977127,-0.024491975,-0.005236236,0.004763791,0.033264898,-0.0029147044,0.0023199848,0.023218779,0.0060556526,0.034551963,0.0055596805,-0.0027800098,0.011403737,0.009546635,0.0026366205,-0.0061037163,-0.00071432214,-0.018137716,-0.015269892,-0.00037994015,-0.01142904,-0.00791748,0.0033896025,-0.0015530473,-0.020689538,-0.005302663,0.009205469,0.0052313674,0.024454484,-0.0045497837,-0.019081892,0.00859204,0.030248262,-0.042822406,0.037772242,0.010182207,0.009000679,0.008954197,0.0023353167,-0.029271921,0.0186965,-0.015353802,-0.0010652433,-0.0016317891,-0.01804735,-0.021037653,-0.010422246,-0.0016042741,0.013698357,0.0051595033,-5.5941946e-05,0.015760241,0.00096597243,0.02781368,0.015173759,-0.002925444,-0.004434136,-0.02736947,0.0011003275,0.007274229,0.02344002,0.011793873,0.0018997644,0.006660791,0.0028775143,0.011213581,-0.02377801,-0.02693359,-0.009735506,-0.016048715,-0.038031153,-0.007980774,-0.020433282,0.016491752,0.012497787,-0.0063165003,0.00052367104,-0.008417154,0.0135980025,0.006291981,0.003593672,-0.0137851685,-0.005789872,-0.0034039645,-0.014006667,-0.0058561414,0.007164846,0.009209911,-0.019911423,-0.0018282698,0.00940359,0.0049574906,0.013550268,0.0057200696,-0.012836798,-0.00253033,-0.017236762,-0.0043526376,-0.0064107548,0.008389711,0.0030346545,-0.010942223,-0.0033529934,0.012268446,0.026588319,-0.0037801624,-0.0125220455,-0.00018533984,0.017383937,0.0020194238,0.017015163,-0.021949103,0.032022912,-0.013417745,-0.0062969425,-0.01520507,-4.1139847e-05,-0.0037664245,0.004620186,0.0019925416,0.01802598,-0.009742108,0.007282264,-0.0027069205,-0.015851751,0.0039641336,-0.0017073888,-0.0015100349,0.0018127769,-0.0106057385,-0.000506133,0.01759106,-0.011038781,-0.005603098,0.019157624,-0.015471993,0.0033788376,-0.006924498,-0.015047951,-0.014430015,-0.0024418877,-0.008381498,0.012073668,-0.02520066,-0.03329243,-0.027426321,0.0020263768,0.0056235655,0.02378132,0.008173417,-0.011961323,-0.0144439535,-0.015237204,0.011907718,0.016698254,-0.06850059,0.019184478,0.0023165834,-0.00974503,-0.008043009,-0.0036921913,-0.010148852,-0.022319302,-0.01451073,0.014884311,0.012701002,0.021834496,0.00042513697,-0.0020768105,-0.012271343,-0.005219203,-0.0060874587,-0.0041621355,0.015247623,0.009638802,0.013798098,0.020721266,0.00426196,0.01433515,-0.008806788,0.010298905,-0.0035261947,0.028181164,-0.020648576,-0.013775882,0.01042798,0.016237153,-0.00847771,-0.00073004153,-0.00049424235,-0.017035346,0.029488143,-0.0063446616,0.00827909,-0.02415618,0.02645545,-0.0061030597,-0.06914895,0.0020727755,-0.007182644,0.015075007,0.022524763,-0.018095147,-0.025243994,0.024971006,0.010915988,0.0027608345,0.003243254,-0.00053596287,0.008835875,-0.017911224,0.0012891929,-0.010245504,0.00072128035,-0.014258147,-0.007924104,-0.032022953,0.016819531,-0.0020075089,0.01953166,0.010354066,0.01626425,0.008475929,0.010052338,-0.004313059,-0.005262305,-0.017094325,-0.012158554,-0.001960895,-0.02628872,0.0023224829,0.009207541,-0.0115084145,-0.0003601627,0.009826305,-0.004336036,0.016323473,-0.007400998,0.02181939,-0.00027420578,-0.00942089,-0.021396564,-0.095938675,-0.018979661,0.007237831,0.02092571,0.006971802,0.0087751625,-0.010204203,0.061122593,0.023131022,0.009463494,-0.003853575,-0.010540921,-0.0015052118,0.0025176175,-0.0118596,0.00014293975,0.0062759076,0.002047663,6.0298527e-05,0.0039545395,0.012939844,0.0074813915,-0.0004469732,0.021599814,0.0035827812,-0.03841226,0.012202717,-0.019775376,-0.0011590252,0.007670047,-0.014130517,-0.007464895,0.0012614998,0.010391384,0.017069267,0.00083013234,-0.029569922,-0.015685605,0.0035355024,0.015620469,0.025222251,-0.0021822762,-0.005834836,0.010599038,0.0018981072,-0.019406078,-0.014150738,0.009364098,-0.009385504,0.009673601,-0.0019538573,-0.010003759,0.01354514,-0.020510172,-0.0072870334,-0.012324161,0.016298769,-0.02632351,-0.0017011636,-0.010406813,-0.01877918,-0.0098419385,0.019876853,0.003167925,-0.011367085,0.012459524,-0.009029812,0.022439139,-0.03582923,0.021813573,0.019150773,-0.012557043,0.007835298,3.98033e-05,0.003350129,-0.014701437,-0.023660703,-0.00079810666,-0.008530892,-0.0063024424,-0.017955942,-0.0048281034,0.017518118,0.007994214,-0.0024447658,-0.00790394,0.008427552,0.005256928,0.008684656,0.017618667,0.0073391013,-0.01868842,-0.024608443,0.005164054,-0.009414588,-0.0032252145,-0.0200428,0.0017150495,0.014898356,-0.011882232,-0.009487034,0.0020162193,0.01760048,0.007737434,0.012534472,-0.0027140717,0.0046478524,0.0020991273,0.0090639945,0.014444669,0.01796957,0.002751684,-0.0045119105,0.0064673973,-0.003700809,-0.015888842,0.008686059,-0.010080066,0.009678922,0.002145582,-0.031192338,0.0040026265,-0.0067962855,-0.003654437,0.0072955396,-0.0011317434,-0.030670997,-0.016067456,-0.008423835,0.014697098,0.026322354,0.010564627,0.006631324,-0.005969741,-0.010138185,-0.0039599654,-0.0028984258,0.0143111665,-0.01747629,0.00032994754,0.0048641046,0.0063297953,-0.0019149279,0.0061277645,0.016164025,-0.017634977,-0.0047091884,0.003080139,0.005785365,-0.014834365,0.014741912,0.0057765576,0.00057518476,-0.00024181178,-0.013974481,0.014927059,-0.013795076,-0.009343427,0.022767557,-0.00011124934,0.004267985,0.00024279607,-0.008278741,0.007899487,-0.009259112,-0.011964009,0.0039913724,0.006576814,0.037242007,0.0044599012,0.0072115357,-0.028805563,-0.007286279,-0.025503473,0.0068630823,-0.0011256731,-0.017813815,-0.021356441,0.016150527,0.004633799,0.014046217,-0.016603151,0.0013073618,-0.02460676,0.00010195775,0.010273589,0.0010823148,-0.020007685,0.0031416644,0.009307765,-0.0057846936,0.023781987,-0.009392644,0.001139377,-0.0036993104,-0.011445855,0.0006138424,0.011508119,0.0027061007,0.0038950532,-0.010785826,0.0009829341,-0.014255447,-0.014728234,0.005097922,-0.0013036426,0.013419515,-0.0075143497,-0.03425217,0.014985923,-0.0016745904,0.0016035724,0.01998698,0.010647525,-0.006791689,0.0043275603,-0.0010453046,-0.0060871947,0.022254787,-0.0076123024,0.037388764,0.010369378,-0.0059473296,-0.004990157,0.00037675942,0.0036893717,-0.0063529518,0.010762314,0.014804939,-0.010488254,-0.024784686,-0.0067098145,-0.015327949,-0.02138545,-0.022232085,-0.018299684,-0.009456575,0.0047316966,-0.011621385,0.010500799,0.016867518,0.017258855,0.023733146,-0.0075270925,-0.018906703,-0.0055778725,0.0006924111,-0.015007852,-0.009312635,0.007300348,0.026462624,-0.015433722,-0.014697418,-0.01401482,-0.004084982,0.015902948,0.01162888,0.0019423664,0.022147408,-0.022851523,0.022809457,0.0150281135,-0.003153008,0.012908333,-0.045829974,-0.025622977,-8.812933e-05,0.011566485,0.019619118,-0.017107641,0.008110087,0.0060711703,-0.028325014,0.004568945,-0.0018933516,-0.0153853595,0.015786938,-0.008333952,0.010364472,-0.0265244,0.0056595835,-0.0022646606,0.009613574,0.019705554,0.00032964427,-0.011974379,0.0025909503,0.00731352,-0.009655,-0.0025435975,0.013814861,0.0010769016,-0.0072439746,0.0051995227,0.01084183,0.02183117,0.002424465,0.019711206,0.013986701,0.01873991,0.009178173,-0.012290103,0.0020269498,-0.0010014485,-0.0012608076,-0.004516905,0.008249804,-0.007814653,0.009966111,-0.014436399,-0.0006187125,-0.0023729657,0.0038426775,-0.0040054503,-0.013151602,-0.0067144553,0.0007582661,0.01620093,0.003247049,-0.00898284,-0.009254876,0.0012968329,0.012634224,-0.023227522,0.01813645,0.0006258614,0.0017214802,-0.008795572,-0.019455934,-0.020313274,-0.020513237,-0.0071414392,-0.02254847,-0.02149079,0.007937123,-0.021089237,0.0073527666,0.0029560123,0.01347537,0.021483256,0.014661512,0.00837439,-0.0059945546,-0.016122406,0.0028866227,-0.020856474,0.003668011,-0.00295938,0.018101258,-0.015984897,-0.0078448625,-0.004306916,0.03755118,0.0046447827,0.013651213,-0.0055733705,0.012869434,-0.019215588,0.0054125004,0.002745847,-0.012517698,0.0031331973,0.00069582945,-0.0025621753,-0.007928089,0.013332374,-0.00047544527,0.01438011,-0.004266471,0.002271004,-0.031033734,-0.011187679,-0.0075594527,-0.04064038,-0.006757085,0.00810046,-0.0017268594,-0.011362195,-0.008467243,-0.019961255,0.00039190915,0.01602183,0.004058837,-0.0030570133,-0.039265856,-0.0046293465,-0.00057162385,0.006887116,-0.0047939667,0.008757268,0.01119826,-0.02052579,0.02066288,-0.01411838,-0.0045327186,-0.011547234,-0.015088056,-0.0113066435,0.0074135214,0.0036599608,-0.0047091898,-0.003921998,-0.0037875564,0.0050087767,0.013781553,-0.0038308257,-0.00025037528,0.011784953,-0.004039987,-0.0071888925,-0.015588384,0.004804207,0.008170513,0.025613306,-0.018034719,0.015529712,-0.011758727,0.0075975503,-0.017171761,0.0051347073,-0.02542571,0.0014763961,0.010176757,0.011741825,0.012336686,0.00879062,-0.007829578,0.012740112,0.030836932,0.020867916,-0.0061624735,0.021511931,-0.0017971223,-0.014077601,-0.006894572,0.00010463447,0.011335142,0.0078109577,0.00906781,0.015017051,0.012584955,0.005551469,-0.0057411715,-0.003578274,0.018500252,0.014606152,-0.0023629968,0.025373386,0.015224905,-0.019314231,-0.012724083,-0.048029326,-0.007000198,-0.01761167,0.0061517544,-0.006100422,-0.017829856,-0.014628466,-0.001535612,-0.028610999,-0.011546583,0.018570311,0.020782655,0.0048657777,-0.0350079,-0.03019725,-0.025616754,-0.013624829,0.00092150917,0.01049891,-0.028202562,0.024868147,-0.033552784,-0.008192731,0.006100422,0.004339001,-0.011791133,-4.3027176e-05,-0.009333374,-0.005659728,-0.0036392026,0.018422151,0.0101531325,0.009226908,0.028283061,-0.0063976874,-0.012538823,-0.015071357,-0.011652749,-0.0030288724,-0.0117912935,0.022736726,0.00063869153,-0.0059204097,-0.0027317896,-0.0030202183,-0.013243867,-0.01254837,0.0105654625,-0.0075980793,0.011131562,-0.00579686,-0.0097924955,-0.011043164,0.006335642,-0.003836257,0.027353663,0.0047980733,-0.0010716161,-0.026323777,-0.0015174809,0.0039263093,-0.006759632,-0.02631188,-0.017341536,-0.020044489,0.00731223,-0.02763456,-0.010352006,0.014358631,0.00689288,-0.0076038223,-0.008776043,-0.006263767,0.014491144,-0.008695646,-0.022100883,-0.02076472,-0.0038259793,0.001051301,0.0078569185,-0.012584205,-0.025165558,-0.013062377,0.01626025,-0.01612352,0.0009704396,-0.0071860664,0.0066183605,-0.02934454,0.0043356703,0.004217667,0.0069233407,-0.02203033,-0.008941925,0.0009178899,-0.0035865349,0.0030855767,-0.025817867,-0.0005257804,0.0075347116,-0.023906603,-0.031779274,-0.015078646,-0.0010377137,-0.0064618443,0.018047605,-0.02016918,-0.00017084825,-0.004122283,0.008535007,0.008980186,0.00084916316,0.017646123,-0.021519728,-0.01645839,0.003923673,-0.005825164,-0.00025126434,-0.0018217583,-0.016063493,-0.015613874,0.03443271,-0.0025001937,-0.004030765,0.004997959,-0.0043587745,0.011873373,0.014467812,0.01164252,0.004293196,-0.027781712,-0.028542481,0.0004535843,0.007158197,0.0034266408,0.016695222,0.024500065,-0.008403185,0.009251107,0.005317928,-0.014179951,0.008797544,-0.0024590811,0.00792766,0.011340077,-0.01601067,-0.017487634,0.011328799,0.0060101165,0.019015979,-0.0026682955,-0.01129159,-0.011898345,-0.0031198892,0.0055128364,0.0007875952,-0.0013988658,0.00035877601,-0.0034661142,-0.0051400624,0.023161426,-0.014123275,0.00857433,0.010496764,-0.0073855366,0.012450611,-0.012115519,0.039411522,0.014811064,-0.015292038,-0.0037263695,0.0026516526,-0.016972125,0.0061874525,-0.018254837,0.016147463,0.007967427,-0.0028219502,-0.021185,0.0049066953,0.010676017,0.0029930954,0.0048650787,0.015353145,0.01298125,-0.017678576,0.0042761955,-0.006233424,0.011577411,0.026852246,0.017948708,0.029058143,-0.004560643,-0.022747353,0.023943437,0.0056807357,0.002703294,-0.023625815,0.015618727,0.008499896,0.007587404,-0.009849802,0.001790665,0.008484231,-0.005449362,0.023047423,0.0029432809,0.052025314,0.02081111,-0.009811254,-0.020116173,0.0054908935,-0.00092929974,-0.014308337,-0.001853244,-0.015462861,-0.011370427,0.006816669,-0.0064289873,0.016659925,0.0026117933,0.0004002822,0.010547728,0.0131115895,0.013093573,-0.010422536,0.0017186644,-0.012750576,-0.018672219,-0.02478008,0.015345893,-0.0007556159,0.018023005,-0.0073096557,-0.0030903067,0.16503021,0.11611433,-0.0031367997,-0.0036243934,0.015114323,-0.014571049,-0.023452412,-0.012132568,0.0112508815,-0.0085355975,-0.00950874,-0.0067405635,0.0023245458,-0.02464852,-0.031071655,-0.011657422,0.00025589514,0.009787424,-0.0069719334,0.002060389,-0.0031090516,0.02172329,-0.0045795683,0.01661723,-0.02418472,-0.01176745,-0.013447428,-0.0067380215,0.030096995,-0.0030353165,-0.009219865,-0.019666718,-0.025781274,-0.0112453755,0.017300949,-0.0002156533,0.01499897,0.011503737,-0.0013721528,-0.017496629,-0.024624337,-0.017661234,0.0039882264,-0.007760482,0.006432105,-0.012054613,-0.013874354,-0.01936765,0.009505575,-0.021345628,-0.008100386,0.0029686426,-0.024305766,-0.0024809137,0.0027036506,-0.01693077,0.0282008,0.024316635,-0.00042160496,-0.013269696,-0.009792574,0.011496606,0.013271658,0.000105263294,0.0037152057,-0.013063011,0.013718313,-0.008273484,-0.017027678,0.00274314,0.0010893906,-0.0073070712,0.0037188793,0.010029797,-0.009643124,0.00025221624,-0.014757407,-0.009340732,0.0018944165,0.0067811427,-0.013837513,-0.01597461,0.00861094,0.0024529486,-0.019829098,0.004151791,-0.019720087,0.024046052,0.094419494,-0.0019297014,-0.012529377,-0.020023394,-0.0028663678,-0.009056919,0.0054280115,0.03804368,0.015535972,0.0031718255,0.0038380567,0.011607686,0.012055739,-0.024779206,0.013420587,0.013389817,0.009061847,0.024142656,0.0071010552,0.009002753,-0.01012033,-0.012895868,0.014080878,-0.0055756923,0.017316286,-0.014468051,0.0186338,-0.032013185,-0.023039127,-0.010586112,-0.11762005,-0.012327339,0.0045394828,-0.014296688,-0.01705375,0.030733213,0.025915332,-0.029506898,-0.00803671,-0.0074708085,-0.0010367489,-0.023121407,0.005846317,-0.010928282,-0.0049314233,0.0267768,0.011198626,-0.029029785,0.01796246,-0.0036476676,0.02079948,0.013350244,-0.018476028,0.00067961554,0.007257943,-0.00025912782,-0.007896603,-0.011199485,0.012509487,0.00070267345,-0.00252104,0.015326776,-0.009259867,-0.0029776834,0.023774132,0.0056181694,-0.019619655,-0.017835433,0.010519753,0.008191464,-0.003470298,-0.020150652,0.0064085335,-0.022605253,-0.0270432,-0.0037223017,-0.0021852527,0.000458699,-0.026439823,-0.011479059,0.029467177,-0.00938571,0.023425331,0.0060686786,-0.028593002,0.0016713712,0.009141085,-0.011272454,0.0012712334,0.030726278,-0.018725099,-0.006126417,-0.0015852296,-0.0031735373,-0.009152531,0.00418608,0.0004746244,-0.021826187,0.003932794,-0.011110012,0.008022668,-0.0018991864,-0.014861701,-0.011739331,0.014672659,-0.018821482,-0.011938977,-0.0011289725,-0.0020300045,0.016718747,0.012132634,-0.014733064,0.0027984327,0.11653115,0.03371578,0.0032742377,0.008291303,0.004190018,-0.006389044,0.0075499676,-0.017239975,0.031857874,0.005807258,-0.017662171,0.014087112,0.012469661,0.012755479,0.012152203,0.0055434136,0.010179859,-0.011732191,0.02503907,0.0115390895,-0.019203689,-0.0045273784,-0.013879144,0.011465617,0.004831388,0.022488318,-0.023906229,0.012388719,-0.02448505,0.011905069,-0.012915284,-0.0013324394,0.00868151,0.006519729,0.0061682444,0.0042390767,-0.0130554475,0.0016820045,-0.0049669114,0.014998817,-0.0008162269,0.017172212,0.009698605,0.005966879,-0.043364797,0.18887621,0.00020759842,0.001984641,-0.0026206984,-0.015985496,-0.0071490225,0.00027665382,-0.019810978,0.0025477288,0.0033769968,0.005890557,0.013316277,-0.011026318,-0.0015217074,0.00874528,-0.0030023407,-0.01213657,-0.022462249,0.0032857878,0.023481855,-0.0037627975,-0.0042974507,0.018657679,-0.005855676,-0.019240784,-0.019928267,-0.0061527477,-0.012637874,-0.0066361125,0.003246219,0.01046508,-0.015238378,-0.00034688073,-0.0039713536,-0.0023964762,-0.01884265,-0.0039029715,0.017702335,0.00013838554,0.009411315,0.00046322704,-0.0113586895,-0.002593952,0.010862291,-0.021247663,-0.011618867,0.017174404,0.013658813,-0.008873687,0.012410083,0.0033539992,0.009156424,-0.0104419915,-0.0029426606,-0.006370237,0.0004944567,0.03105084,-0.00495083,-0.011085372,0.0002915165,-0.012381918,-0.0029548607,-0.0017778055,0.019964233,-0.021727378,-0.009830787,-0.010166629]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 154,
          "content": "Vietnam, Thailand to suffer most among ASEAN-5 in 2026: World Bank",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.006314363,0.005260433,-0.00891595,-0.08004959,0.007913505,0.021727018,-0.009372402,-0.011507285,0.008776174,0.0025783142,-0.022171998,0.01266408,0.024650216,0.032719765,0.10600846,-0.017263385,0.003928561,0.001339467,0.00580041,-0.016408268,0.03272971,-0.009728714,-0.027360326,-0.04778182,-0.00398256,0.004929819,-0.014137358,0.017751884,0.048398655,-9.7190044e-05,-0.012841673,-0.034557346,0.023079347,0.0042035487,-0.014415977,0.014378793,0.03360284,-0.011429429,0.024274806,-0.004382974,-0.0019178039,0.006002146,-0.0021268872,0.024619147,0.005354917,-0.0047768825,-0.011632829,-0.032122567,-0.0128347445,0.0035814994,-0.0027573311,-0.011413745,-0.0053321943,-0.15098651,-0.033323828,0.022629937,0.0045836014,-0.034668054,-0.0011936139,-0.0031467548,-0.03238896,-0.008248764,-0.022994088,0.025367323,0.017135207,-0.032647505,0.023764377,-0.007390869,-0.045724787,-0.006595428,-0.018453747,0.016319722,0.005138776,-0.027260607,-0.0024335962,0.001166353,0.04208513,0.010192743,-0.012364464,-0.016582059,-0.0031118738,0.023170779,-0.022378506,-0.025767408,0.012331493,-0.028832125,-0.024710696,-0.0029251373,-0.02574362,0.00062945567,0.0067531946,-0.016883714,0.020645168,-0.02935486,0.014694465,-0.014887512,-0.013469442,-0.016323224,0.028843481,-0.0022912915,-0.0008756452,-0.0031846534,-0.01479436,0.013858017,-0.0046681887,-0.0006084563,0.030146988,0.0041153436,0.014148956,0.005007545,-0.015704973,0.000116539755,0.003850986,0.04434554,-0.0041798525,-0.1611699,-0.004500029,0.006272252,0.016512392,-0.011546522,-0.03678492,-0.0035705308,0.024066944,-0.012651682,0.0072743082,0.009340619,-0.018039873,0.034321513,-0.0040954985,0.026876107,-0.02076163,-0.024241518,-0.0009577493,-0.0005232288,-0.049712494,0.019112075,0.014563178,-0.01578072,-0.011643964,-0.00028688193,-0.00081459165,0.030225486,-0.012682016,0.013565212,-0.015161216,-0.019751115,-0.029289095,0.029485049,0.011097545,0.017633831,-0.002514216,0.019716162,0.01519495,0.0030492402,0.004332177,-0.0115165,0.018671347,0.0075721126,0.02031724,0.0147799235,0.0025637478,-0.008441045,-0.007400516,0.028654004,0.010928485,0.0052790856,0.0009164192,0.02118485,0.019773569,-0.0055914074,0.0092598805,-0.006947423,-0.010396158,0.011260939,0.010081628,-0.020108897,6.630833e-05,-0.0101069,0.0019344719,0.028046733,0.018036613,-0.0048762895,0.010943201,-0.011250919,0.00284608,-0.010570372,0.026730288,-0.0050895056,0.003471773,0.012532597,0.010867025,-0.043872025,-1.4298571e-05,-0.029472403,-0.016605671,-0.02058452,0.021060336,0.0039426796,-0.007932431,-0.020262122,0.026302611,0.026185784,-0.028876206,0.002944493,0.0059293048,-0.0229357,0.016894776,-0.014848051,0.006049248,-0.0004582526,-0.009096504,0.001995268,0.039777786,-0.022726782,0.0078062173,-0.0031040963,0.004264649,-0.0027041405,0.030480813,0.0027284261,-0.019267993,-0.006287512,0.0012366645,0.0058048996,0.021841729,-0.023653448,-0.01016567,-0.0033606219,0.011811153,0.0018194076,0.007602465,-0.004775559,-0.016191933,0.018928196,-0.030466521,-0.013031825,-0.0059515014,0.005100161,-0.011632971,0.032366592,-0.006765482,0.025467923,0.027039478,-0.03261601,0.002155438,-0.00061105395,0.00824391,-0.013732101,0.0004168982,0.004358165,0.0059918417,-0.016044842,-0.019449411,-0.0036089057,0.01606321,-0.0067620003,0.005732741,-0.022542711,-0.024007594,0.013327354,-0.0018901671,-0.00036738053,-0.046855386,-0.016330361,-0.036758624,0.0010780338,0.014747811,0.036707815,-0.006625677,-0.0154322535,-0.0063332655,-0.0077683097,-8.720013e-05,-0.011114781,-0.018166339,-0.0014145094,-0.07037482,0.048224278,-0.015287899,-0.003710079,-0.0074746767,-0.004854557,0.008136196,0.0118641285,-0.011781206,-0.018893795,-0.034099992,-0.031236988,-0.0076912725,0.009384199,0.022720873,-0.0034673016,0.021978937,-0.010314302,0.0163626,-0.014541703,-0.036766555,-0.0017342875,-0.030776724,-0.0004203573,-0.011160305,-0.017303469,0.0076835635,0.04724974,-0.007368225,0.01198076,-0.008155825,0.011357701,-0.0064084176,-0.006126553,2.888044e-05,-0.004845443,0.013024834,-0.006494076,-0.014514586,-0.045782793,-0.009318863,-0.0027924806,-0.01294622,-0.014586831,-0.025860352,0.013535749,-0.001331827,0.0055665025,-0.026262436,0.0015076105,0.015719857,0.030179331,0.005537455,0.00056573784,-0.013498012,0.0136783505,0.017415453,-0.018243227,-0.017019711,0.004501315,0.0149559155,0.004795675,-0.020764023,-0.011383874,-0.007120359,-0.0015299502,-0.0089879995,-0.0019835068,0.00364141,0.036055543,-0.0032407779,-0.03435537,-0.0110876765,-0.012923072,-0.00026546646,0.018048905,-0.00990946,-0.0068613,-0.018209375,0.0033531121,-0.026487205,4.2248783e-05,0.02695867,0.0047337245,-0.011233054,-0.013589084,-0.03774733,-0.010393631,0.0011103997,-0.0061393115,0.025508285,-0.015542442,0.015753768,0.0016080715,-0.043954685,-0.02231597,0.022117296,-0.0011051261,0.011122591,-0.0012675459,0.006384863,-0.03037962,0.031112857,-0.01696028,-0.015227214,-0.002731955,-0.009859302,-0.033521235,-0.01331375,-0.009641753,0.014756643,-0.02756323,0.045683533,0.020618232,-0.02606017,-0.026161911,-0.004715041,0.0141879525,0.00980835,0.023520727,-0.042688437,-6.558575e-05,0.00025481067,0.0050303377,0.009342305,0.016711071,-0.016849916,0.010032262,-0.021767339,0.016585935,-0.031686496,-0.0094682425,0.026329672,0.028350078,-0.0029805931,-0.028908629,-0.01508087,-0.010154177,0.0050597657,0.025385302,-0.01655392,0.021683544,-0.000626596,-0.005636476,-0.0017938259,-0.014570288,0.011728168,-0.0018584832,0.02844645,-0.012489309,0.004729768,-0.0041355365,-0.011940747,-0.003252522,0.011899348,0.032107785,-0.013696045,-0.009512828,0.0002963807,-0.023717044,-0.029183058,-0.0063848454,-0.011563018,-0.017610833,0.0091065755,-0.016542621,0.0022108098,0.03791143,-0.017623624,0.005716931,0.009056956,-0.015973488,-0.01411051,0.026533423,-0.0020532655,-0.008718795,0.0034847057,0.012824974,0.00927881,-0.0040128734,0.00778984,-0.0068780864,-0.012491071,0.032799277,0.0056402427,-0.003595602,-0.00038369748,0.01369257,0.0029589985,-0.009195682,0.004183908,-0.023610692,0.005878785,0.02972155,0.022309793,-0.00018585744,-0.021540876,0.019921985,0.013153209,-0.013105188,-0.011503384,-0.026319442,0.006912545,0.007307703,0.013529578,-0.019982038,-0.016278142,-0.0098382635,-0.013821841,-0.012596175,0.017567307,-0.014219229,0.0022911103,0.018777164,0.011714236,0.018185258,-0.015903288,0.014945298,-0.0059595155,-0.012557519,-0.014409553,-0.008988604,-0.006675834,-0.002784078,0.020407882,0.010113045,0.027528226,-0.024638886,0.022726037,-0.019232126,0.015666025,0.0031567216,-0.0024266017,-0.01894584,-0.0074341875,-0.021395575,0.005985851,-0.014489521,-0.032209903,-0.017483706,-0.008246993,-0.009978153,-0.00085024344,-0.00815234,0.0034467236,0.011068423,-0.0054540564,-0.026718684,0.008233755,-0.0062673083,0.034685537,0.005105629,0.031053497,-0.0043443977,-0.005325191,-0.01731485,0.0032748147,0.0068553616,0.010435694,0.018512668,-0.0043365047,0.01929491,0.024067936,-0.0028889123,0.013240055,-0.02917118,-0.009872813,-0.012329537,0.03942947,-0.08322602,0.014224457,0.017501533,-0.039435394,-0.0073147314,0.009722876,0.013241602,-0.019581331,0.034467142,0.029586436,0.0016586367,-0.011827811,-0.044218168,-0.015972381,-0.010307741,-0.00030663758,-0.0140680345,0.020566087,0.031244367,-0.005582664,0.011213075,-0.011087231,-0.0003329394,0.010712756,0.03537127,0.0063523212,-0.0064204065,0.010890815,-0.006440212,-0.012192086,-0.016957529,0.015961448,0.004832299,0.024969442,0.0065040626,-0.024165863,0.002424671,-0.0021413513,0.012009915,0.0071835937,-0.0019008124,-0.011820714,-0.04501829,-0.022281233,0.015332219,-0.0058838483,-0.021750828,-0.005792289,-0.01699048,0.013075428,-0.0012134915,-0.009674783,0.0011569979,0.0017902615,0.00039188183,-0.028892288,-0.011629872,0.011691491,-0.018644178,0.0018129055,0.010984114,0.00755041,-0.0155153265,0.017439656,-0.026181702,0.014841034,-0.0039065676,0.016209442,0.015880397,0.0011984293,0.0025376757,-0.013543582,-0.01226961,0.010534718,0.010843157,-0.031523503,0.00404788,-0.017152129,0.020984367,-0.03136463,-0.0021999069,-0.021347051,-0.08911445,-0.016771622,-0.00020118117,-0.0003731887,-0.005366369,0.011121514,0.007422444,-0.022203801,-0.003315736,-0.0067624906,0.021142416,-0.0036194716,-0.02151625,0.00063408434,-0.004063554,0.010578427,-0.0062858528,0.014754202,0.0105719855,-0.015438503,-0.016403554,-0.024779288,-0.029445475,0.008307247,0.009662347,0.0008704488,-0.0015484712,0.021213232,0.022769053,-0.008419058,4.0189774e-05,-0.121431805,-0.011511871,0.006266013,0.015600518,0.005848536,0.01454393,0.0028129239,-0.0129819745,0.012204721,-0.008795879,-0.038667362,0.011550975,-0.0071242205,-0.0026667756,0.0046355776,0.113022216,0.020864466,0.004748838,-0.009744105,-0.0078071537,0.03434539,0.008284638,0.025125673,-0.0006744538,0.011178842,-0.00087917486,-0.0028122491,0.0037398634,-0.011235141,-0.015034843,0.02266213,-0.0138293225,0.014522989,0.00021671793,0.008048218,0.012316893,-0.010417118,-0.023401108,0.016574824,0.012923134,0.0029208953,0.011939404,0.00094763463,0.008004114,-0.0021090803,-0.034874152,0.03287543,-0.030005429,0.001498408,0.017605701,-0.046277497,-0.059057437,-0.0049194265,0.010150517,-0.010661694,-0.0020533977,-0.015229862,0.032551903,0.022702893,0.009210074,0.0049038976,-0.006779019,0.0011075414,0.0029023055,0.005559013,0.010717711,-0.008922447,0.0051570465,0.0085768355,-0.0066815903,-0.0074210432,-0.008983118,0.010505266,-0.002222019,0.013354891,0.0026040173,-0.017340118,0.03651806,0.034261342,0.0014680532,-0.002183683,-0.017908033,0.03153802,-0.014134225,0.027195139,0.023879694,-0.00801315,-0.014855231,-0.0087537635,0.03006725,0.01903697,-0.016042452,0.0029926307,0.002884949,-0.027283266,0.00958531,-0.008351379,0.0034575765,-0.0018781264,-0.0018681834,-0.005866944,-0.021643158,0.017053423,0.0044139633,-0.01267226,0.04255083,0.0076994956,-0.050396845,0.012588648,0.0037473121,-0.00726657,-0.009577321,-0.0046892306,0.019356173,0.018482637,-0.005526489,-0.0057057715,0.005547434,-0.0014326498,0.0056564077,0.0043430165,-0.012742549,-0.02619308,0.013904963,0.012393631,4.5225206e-05,-0.0064647784,0.012541368,0.007903921,-0.023508975,-0.002231954,0.009936323,0.019283447,0.009576765,0.005100449,0.0065984256,-0.023637565,0.0105062155,-0.0070488374,0.007410068,0.023082253,-0.009336108,0.01650577,0.0045614373,0.008376393,0.007229605,-0.011364333,0.0064622313,0.005808689,-0.0025777253,-0.0013022725,-0.005425322,-0.008997167,0.011297274,-0.00371774,0.008870639,0.008784267,-0.0042079147,0.007773293,0.0044560865,0.011157434,-0.0016752739,0.016834943,0.0013768504,0.016841754,0.00539125,-0.0043925126,-0.009187808,0.020376619,-0.012182604,-0.013526366,0.015388196,-0.02598996,-0.0070488052,-0.009331277,-0.006965508,-0.0071706055,0.0050357403,-0.0031998733,0.016611695,0.003646634,0.0094286455,-0.0014868599,-0.00701693,0.0011299872,-0.0022494774,0.01180335,0.008344077,-0.009954223,0.0022637341,-0.010120524,-0.020625692,0.022892226,-0.015799163,0.0024128933,-0.017856332,0.012825931,-0.011949064,0.013165684,0.0024768822,-0.007910235,-0.00927122,0.014366925,0.004143048,0.0062903175,0.0044303997,-0.009986543,0.013092344,0.012216893,0.006570998,0.011325859,-0.0009213356,0.014253783,0.0012817152,0.003984892,-0.0049433894,-0.016396375,0.01129049,0.014377899,0.005835876,0.007561484,-0.022223398,0.013177975,-0.017934468,-0.010628169,-0.016710803,0.0059509017,0.004140613,-0.008549161,-0.0024026022,0.009917696,0.006625137,-0.007741098,0.00801596,-0.019435234,0.020873835,0.016747486,0.009764641,0.005722238,-0.0011943596,-0.00989137,0.0011170723,-0.005371675,0.004888338,-0.014800139,0.0040783123,-0.001151284,0.00659861,-0.002519049,0.0023434772,-0.011281686,-0.014776141,-0.0036633038,0.01615839,0.003437241,0.0044186115,-0.009237086,0.003091776,0.01375169,-0.015856475,-0.007133707,-0.009401933,-0.0013438921,0.004965458,0.0007149747,0.006409048,-0.0065163947,-0.00044736476,-0.010756283,0.008082321,-0.001727716,-0.005534895,0.0028144366,-0.0019770395,-0.016792025,-0.013355932,-0.027012853,-0.022390526,0.010426647,-0.006828453,-0.0046372036,0.00459189,-0.016149621,0.00787998,-0.021855736,-0.014041877,0.009599922,0.016335031,-0.004533726,-0.0126722315,0.0072769113,-0.002014056,-0.00035102255,-0.017266983,-0.015121476,-0.002987115,0.0043784995,-0.011668441,-0.001622103,-0.0017160941,0.00907394,0.0030140593,-0.014901131,0.0025620526,0.0028583882,0.006586327,0.021927547,0.012313699,0.0063266978,-0.0030441661,0.07122224,-0.004937716,0.020715391,0.009967169,-0.015706377,0.005866893,0.009862655,0.00011712785,-0.005927785,0.024111515,0.0028593692,-0.0048530153,0.0011818347,0.0060247476,-0.0040533245,-0.0007846764,-0.0038059899,0.007309081,0.0028400442,-0.004288694,0.0029704035,0.0077889585,-0.008818967,-0.019192476,0.0067711133,0.0011284302,0.0069805514,0.0039044076,0.005768357,0.027974388,0.0036540139,0.0007553327,0.0093773715,-0.0023463992,-0.013832272,-0.002550528,0.00035555393,0.006138498,0.007859971,-0.0058366023,-0.0116892075,0.015313086,0.014008103,-0.0014413111,-0.018185696,0.019261308,-0.014497429,-0.019122604,-0.014157003,0.0037429456,-0.018231826,-0.002747873,0.01361684,0.0033150145,0.005329468,0.021585861,-0.005399126,0.004303249,0.013455353,0.00857743,0.011082313,-0.008625559,-0.026648834,0.013821553,-0.008525398,-0.005680544,-0.0074726664,-0.0067278966,-0.024612512,-0.014146703,-0.00484927,-0.013468205,-0.00068131083,-0.0014886766,0.019565042,-0.016087908,-0.005524154,0.0012349609,0.010285649,0.008252507,0.007810903,0.003841791,-0.011473598,-0.0047218106,0.025482701,-0.004741667,-0.018373357,-0.005249709,0.010254781,0.015186688,0.007813539,-0.025545709,0.0126376385,-0.00088676217,-0.0052322377,0.020639915,0.062545985,-0.0054835235,0.0062079006,0.007020205,-0.005747012,-0.01780439,0.004401613,-0.010467168,0.013158322,0.00041320446,0.003861197,0.017999265,-0.0015467523,-0.0010162315,-0.014874928,-0.00455007,0.0063644457,0.008996676,-0.01064574,-0.0049429843,0.0016405026,0.011402739,-0.0024295957,0.0060514873,0.008930774,0.007907058,-0.012117856,0.004875362,0.006848529,-0.0010448536,0.0011111427,-0.021912917,0.004799726,0.0018149435,0.0019980338,-0.0060722227,0.00015618443,0.023698268,0.012542743,0.0070829256,0.005936297,0.024706941,0.0023055696,0.0032385637,-0.012561824,0.01988592,-0.0134395575,0.0012101565,-0.005686607,-0.0068732593,-0.01655907,0.00022029692,0.005632594,0.006176749,0.0039767614,0.003368002,-0.0050497926,0.0007580383,0.0020628525,-0.008417752,0.011674097,0.012827602,-0.015584528,-0.010700587,0.0016455346,0.013045665,-0.007950088,-0.005929057,0.008009651,-0.014371619,0.010685726,-0.0109990295,0.005938487,0.006376129,0.0015479138,0.0003989457,-0.00036525304,0.0061758514,-0.008376688,-0.006449104,0.0033803524,-0.008225118,-0.014301445,0.006016669,-0.0021134755,-0.007684313,-0.014184462,0.0009637686,0.010096944,-0.0106314495,-0.0142473895,0.0053777196,0.02065206,0.010212975,-0.012480783,-0.011200755,-0.022115612,-0.0061564273,-0.0019096422,-0.012906344,-0.021270568,-0.006281443,-0.0046595368,-0.012730196,0.000974411,0.0018141022,0.0023028313,-0.013775498,0.020414585,0.0040631806,0.01000451,0.0008037009,-0.002578819,0.0014841462,0.003251219,-0.007945868,-0.0058109257,-0.0008642332,0.01118759,-0.010117257,0.02613694,-0.024322936,0.007897456,0.008306954,0.006411319,-0.0049216514,-0.00064301596,-0.020534145,0.003981431,0.01610979,0.007735997,0.017496455,0.0034326343,-0.023835044,-0.0022903734,0.0005500892,-0.014341083,-0.000624504,0.010298341,0.0017730184,-0.0008315766,-0.0009813363,-0.028282484,-0.0078073805,-0.00029973176,-0.0001500734,-0.006764975,-0.0058842297,0.008188849,-0.0039531086,-0.0031855165,-0.002030102,-0.009318458,0.0055042724,-0.017949171,-0.0079445,0.0014729206,-0.0060966085,0.016749186,-0.0052316952,-0.0032178657,-0.053955264,0.0028163246,0.006641155,-0.003583226,-0.004711438,0.0007307249,-0.0025095316,-0.009957489,-0.012721237,0.007981779,0.014149405,0.0016033475,-0.008828271,0.00045673855,-0.018232629,-0.017294988,-0.005248905,0.008624,-0.026813267,-0.014086787,-0.009543566,-0.00038630504,0.00020977961,0.0021974295,0.006863939,0.012935368,0.0056155627,0.004279188,0.009546102,0.030014189,0.016500935,-0.02183664,-0.011498281,0.004037647,-0.0038389673,0.0040301876,-0.005409461,0.0017560563,-0.0011133848,-0.015450409,0.0062629376,0.0013372696,-0.015005569,0.017919028,0.009885015,-0.010141205,0.016115727,-0.029683325,0.0055771694,0.006854467,-0.0073239184,0.015199883,-0.010033629,0.007381615,-0.0014627946,-0.0049123582,0.015289035,-0.003398861,-0.014665613,0.008581181,0.0026696199,0.0077905864,0.005260519,0.00032980795,-0.008530102,0.005674398,0.013167995,-0.0046502883,-0.022788363,0.0018357339,0.0096553415,-0.0016817886,-0.010930061,0.0071536377,-0.006643836,-0.00096007384,0.0059697996,0.009125134,0.0013878961,0.009849071,-0.019111343,0.002998027,-0.003437355,-0.00803525,0.00048135532,-0.007191858,-0.004323355,-0.016623085,-0.0012959653,-0.009098865,0.0062934575,0.01282941,-0.0016703875,-0.010350641,-0.0026790837,0.0055367085,0.008488763,-0.00774125,-0.0035514678,0.015444446,0.014009699,-0.024114022,0.0004095038,0.0047080754,-0.018302795,0.0029658396,-0.015565934,-0.0036340766,0.011452036,0.023183936,0.00033080255,0.015046627,0.006673005,-0.013896014,-0.00089630554,0.0037654073,0.025306946,0.024215786,-0.010150943,-0.010253298,-0.008650306,0.009724277,-0.0013142477,-0.013648274,-0.01326276,0.0014771618,-0.0022936086,0.001785486,0.013736886,0.016585339,0.02089581,0.0011305071,0.01731732,-0.014334314,-0.010724535,0.003704911,0.016999578,0.0005656962,-0.0018650678,-0.0032361655,-0.0017523381,0.00025780997,0.015667714,-0.024243692,0.00039299615,-0.011851091,0.013704861,0.010536003,0.006252627,0.0029649667,-0.007790013,0.010821013,0.010312015,0.0019001756,0.01767907,-0.010068791,0.0099184,0.013745344,0.017374756,0.009021653,0.003168336,0.008328607,0.01051143,-0.007362941,0.0018791428,0.0036825528,-0.0048187287,-0.015566212,0.0051548905,-0.015525764,0.007056189,-0.0006025104,-0.012405854,0.007920624,-0.0075260443,0.01524126,-0.006873926,0.012085078,0.016772756,0.010246651,0.008017777,0.03011639,0.0018565484,-0.007903296,0.008659481,0.002115367,0.0077357353,0.02320061,0.010473678,-0.003321893,-0.016015153,-0.016415838,-0.0010578594,0.00548042,0.008280653,-0.007102143,-0.001444474,-0.008257098,0.021449896,0.016820531,-0.017458256,0.002999805,0.013598533,-0.019943971,-0.013552376,-0.09916205,-0.009051998,0.017625935,0.012601522,-0.0017054357,-0.003065178,-0.012639713,-0.02270634,0.007954826,-0.0051814197,-0.017992275,0.003291953,-0.010838646,0.0019317855,0.0023996457,0.025289629,0.0056608105,0.013236023,-0.008773276,-0.00027560195,-0.0041929116,-0.007413309,-0.012034025,0.00024489482,-0.0062623466,-0.00933623,-0.009628384,0.0075507555,-0.00528556,0.0010937483,-0.02712631,0.009996677,0.013055134,-0.0064735897,0.008585788,0.008162689,-0.01573472,-0.0050362744,-0.13548928,0.0067654825,-0.012339562,-0.0012183435,-0.0002472764,0.009259218,0.009746743,-0.0120447865,0.015075257,-0.0062322267,-0.00600996,0.008518391,-0.0057653957,0.010564514,0.015170715,0.006537851,-0.006546292,0.012199902,-0.007717542,0.0067510107,-0.018032348,0.040689353,0.0135805225,0.0063990266,0.0012966347,0.0085293,0.003935638,0.015981345,-0.015685547,-0.009803141,0.0034468733,-0.0117773805,-0.033760596,-0.0059045576,0.0012123317,0.0049566547,0.004535581,0.0058910567,0.017553225,0.0041420213,-0.007732396,0.008199335,-0.0023475117,0.005627717,0.018092649,0.0019706767,-0.011445504,0.002548431,-0.0062130163,0.008993413,-0.0063390397,0.0029061052,0.016243342,0.00787076,0.00716084,-0.014703835,-0.0035818468,0.0058647133,-0.012794216,0.016773097,0.0043622837,0.0005654771,0.009192372,0.015570081,0.009282101,0.0030979724,-0.007162497,0.018191569,-0.0006825234,-0.008222233,0.0014717937,0.009309686,0.0007069631,-0.001755337,-0.016025402,0.012151294,0.0089957025,0.008444102,0.010489214,0.0218235,0.011392109,-0.009382059,-0.02257256,0.0047678724,0.007202879,-0.033467446,-0.013036773,0.017765714,0.018858124,-0.033782236,0.0011717837,-0.014849588,-0.004702182,0.00517784,-0.0026566745,-0.0026960503,0.012186559,0.0010483032,-0.003343556,-0.034252528,0.011248755,0.0022995032,-0.0061107506,-0.011293924,-0.0057226415,0.0066330074,0.027195651,-0.030360006,-0.0020136037,0.010915223,-0.009269113,-0.01653022,0.015087505,0.0007162731,-0.02017071,-0.006214727,0.0037005732,-0.022849606,-0.0011789397,-0.011728319,-0.0128748445,0.013857264,0.025308885,0.0039626355,-0.00215489,0.009792511,0.009310419,-0.018419584,0.005128301,-0.001406022,0.013148481,0.0068875756,-0.019498479,0.0046250075,0.008394231,-0.010247654,-0.026735548,0.02166052,-0.0063823694,0.0006026399,0.014803526,-0.008601306,0.011468641,0.018239288,0.021662924,-0.0038553597,-0.0066735437,-0.018128594,0.0016619549,-0.015136699,-0.004795866,-0.0065925736,0.00045418687,0.006952289,0.008941831,-0.0057967035,0.010401947,-0.032034464,-0.0042425017,-0.0069137514,-0.00023559805,0.01292098,0.019603562,-0.018202554,0.0021633846,0.0029100575,-0.0093124,-0.0032026798,0.019293733,0.019110683,-0.023400797,0.009460592,0.0013362201,0.026050227,-0.004028647,0.01908814,0.0056277523,-0.009871851,-0.020005962,0.013463945,0.0023287872,-0.0013733903,0.004984837,0.003196865,0.030355593,0.022485187,-0.030693812,-0.009184213,0.023247542,-0.030584855,-0.017442556,0.025149433,-0.0016206155,0.013493924,-0.021635575,0.012939975,0.00066568865,-0.011162212,-0.007361063,-0.011597001,0.0131191965,0.0105540445,0.023075543,-0.15679099,-0.0012744828,-0.003846371,-0.019448504,-0.008723426,-0.007988986,0.0010212142,0.019157698,0.028394716,0.010796772,0.0054444717,-0.007519499,-0.008782139,-0.0066684214,-0.00016349327,-0.009709106,0.009663315,0.02555543,0.0021879643,0.00914331,-0.04247361,-0.0103255045,-0.010139505,0.00020591196,-0.013325499,0.005144206,0.016769288,0.0052943127,0.016618341,0.014834814,-0.0068962914,-0.000100014484,0.0067534856,-0.020557908,-0.0046838354,0.019470133,-0.02505971,0.023022607,-0.03061463,-0.004320427,0.0010805896,-0.007278542,-0.0004658297,0.017417451,-0.008625478,-0.0062518604,-0.0007848933,-0.010962951,0.010223309,0.0025103407,0.0003215992,0.021496203,0.031623486,0.0074276766,0.005645978,-0.014974612,-0.007019899,-0.0112037845,-0.0023108453,-0.0053857868,0.0021417025,0.015558741,0.04439653,0.018806811,-0.0057100817,-0.002634513,-0.004942468,0.15022905,-0.017287683,-0.00012681869,-0.015357819,0.004980726,0.015103804,0.027403207,-0.009828475,-0.018564621,-0.011745733,-0.01006696,-0.009129448,0.02954106,-0.023538793,-0.005408789,0.03628647,-0.015258115,-0.0034675587,0.03446275,0.030230505,0.008319944,-0.019814866,0.028746018,-0.022124778,0.009006428,-0.015857931,0.0060536717,0.018714739,-0.0032802047,0.020354228,-0.014351901,-0.011330165,0.014891233,0.019770714,0.023450663,0.0050119185,0.008429636,0.0036081844,-0.004099159,-0.0035538361,0.013650404,0.011383403,-0.02060563,-0.008189948,0.0025306717,0.004306129,-0.015533006,0.0007827779,0.0094439825,0.004278862,-0.021221131,0.0057812235,-0.035080686,-0.0055713025,-0.00393643,0.009592714,0.0068803276,0.005317144,0.0076018176,-0.023126358,-0.01681485,-0.0039275945,-0.0051481794,-0.008729333,-0.015835112,0.012229903,-0.01912087,-0.027035696,0.021754313,-0.103424236,-0.0028093648,-0.0037959109,-0.0040919636,0.02293389,-0.013300106,-0.0140632745,0.020826122,0.03180938,-0.013061922,0.0055329315,-0.025079304,0.0042681512,0.0055597485,0.013143648,-0.0005718998,0.0101216035,0.036153678,0.0058863703,-0.010906413,-0.0034062318,0.019050617,-4.9629558e-05,-0.026359621,0.005600913,-0.0011210206,-0.025596973,-2.756426e-05,0.03274344,-0.0005443047,-0.003367271,0.008762331,0.0027143944,0.017807676,-0.008582076,-0.006947512,-0.0089685,0.006082406,-0.014738251,0.0043587796,0.00045086423,-0.010079622,-0.008229647,0.010327328,0.0151686445,-0.011158949,0.009203143,0.0045171855,0.011511723,-0.005937944,0.019936707,0.019247388,0.017853236,-0.015776252,-0.004219521,-0.010462037,0.007635066,-0.029755615,0.015602447,-0.013447633,-0.0058236187,0.008119685,-0.01403201,0.022413265,-0.011397045,-0.033857513,-0.012360957,-0.0086666765,0.00632133,0.023744073,-0.02612566,-0.029713862,0.023793709,-0.024075763,0.009858092,-0.006648972,-0.01937899,0.0063287225,-0.012928987,0.00066699326,0.004633342,0.008339855,-0.009543481,-0.029905993,0.026541362,0.0014388078,-0.0017108386,0.012720037,0.004269237,-0.013305719,-0.033630874,-0.004949311,0.0071850438,-0.015286138,-0.00420201,0.003826651,-0.0023896885,-0.0020234166,0.024996025,-0.0075102528,-0.010762323,-0.002949067,-0.00078416796,0.024096094,0.01340834,-9.036223e-05,0.0050526434,0.014414179,0.022069324,0.0016788502,-0.02064622,0.02428895,0.0029060864,-0.01149199,0.0023505916,-0.0049818894,-0.0141443135,-0.008601591,0.002252229,0.017136514,-0.022985626,0.009035532,0.015171046,0.003843534,-0.03193879,-0.023651151,0.008150482,0.006378056,0.021586305,0.013915855,-0.0046827677,0.01968385,0.002132688,-0.013575078,0.023743743,-0.01410339,-0.005010498,0.00833832,0.022162165,0.014371978,-0.0028653934,0.004097856,-0.0039314386,0.017058339,-0.022302497,0.022478815,0.0008555324,-0.002663144,0.0018324521,-0.014455564,-0.0067408024,0.010845244,-0.003442853,-0.0057869237,-0.01040306,0.019402027,0.005451739,0.014702047,0.012647404,0.0016299952,-0.0054681716,0.013911177,0.0049254084,-0.008728231,0.02368594,-0.0012416149,-0.016938146,-0.011301685,-0.020864815,0.010083628,0.014388444,0.0034155117,-0.01017729,0.009392503,-0.017257527,0.0057581826,0.007064857,-0.01938346,0.014679941,-0.08389238,-0.007673924,-0.0146968365,-0.037403695,-0.0005625769,-0.012648907,-0.0038218347,-0.025992176,-0.0018034627,-0.023241313,0.018207453,-0.0060139713,0.015675992,-0.009268959,-0.0140207065,-0.011759574,-0.0004771582,-0.0066297906,0.009830836,0.0048997058,0.008557224,-0.0033654016,0.018304648,-0.00048498734,0.02190897,0.0022392585,0.0036308544,-0.005782314,-0.0040592332,-0.00491681,0.0051157163,0.00080460403,-0.005187616,0.005080967,-0.02281114,-0.0075038155,0.009899843,-0.016207324,0.01487839,-0.026029048,-0.011624104,0.0043833605,-0.07966508,0.0051889815,0.009023547,0.01662784,0.008868712,0.009745948,0.018142393,-0.014861194,0.027470363,-0.0011356882,-0.00091754575,0.0067736693,-0.0008681885,0.0077232583,0.005231045,-0.023741262,0.014623536,-0.013012915,-0.009232221,-0.04709601,0.0021879193,0.00873244,0.001950292,0.016272506,-0.007293925,-0.005883243,0.0062195477,0.034440633,-0.014641595,-0.015058575,0.03430017,0.004802839,-0.0041309963,0.011307922,0.013834548,-0.027654495,0.018113682,0.018545723,-0.004152635,0.0014996697,0.006952421,0.022189291,-0.0027221865,-0.012917672,-0.003264554,-0.098350435,-0.0042187683,3.9215315e-06,-0.000395992,-0.0066908547,0.011822088,0.012372151,0.0720604,0.023387754,0.003633447,0.0073462436,0.0019890806,-0.010348725,-0.010112808,0.007918515,0.0060426276,-0.011241479,0.00220644,-0.018070983,-0.014441352,-0.005775862,0.002599659,-0.00409792,0.02238525,0.0062333522,-0.037837867,-0.018626105,-0.004891946,-0.004790017,0.014524431,0.0031575335,-0.0011413437,0.0014983322,-0.02130205,-0.0026939146,0.0021163637,-0.010726109,-0.005962839,0.017856615,0.0012164188,0.00021500891,-0.009344222,0.017512817,0.0013501522,0.035464086,0.005580442,-0.0236403,-0.01048066,-0.008455696,-0.0012031683,-0.004949815,-0.025278702,0.017209137,0.0077732555,0.02365819,-0.012293954,0.00550595,-0.019804072,-0.006966536,-0.0026938838,-0.005936802,0.002942981,-0.0014193259,-0.006125623,-0.00840648,0.0072279233,-0.0026633886,-0.0011729117,-0.022640914,-0.0059570037,0.0008003904,0.007944373,0.019936588,-0.00045367284,0.0005127382,0.009862495,-0.024552798,0.0018132522,0.003336644,0.028705692,-0.018691434,-0.006281352,-0.0049060923,0.00893309,0.012448105,0.0076749376,0.0046704956,-0.011186855,-0.005766171,-0.007530715,0.005409963,-0.0021370472,0.01653419,-0.006964874,-0.023265416,0.008463277,-0.024730062,-0.0067414083,0.011025462,-0.011061177,-0.0045586587,-0.0026503473,0.017087532,0.003941722,-9.929494e-06,-0.009187869,0.013223622,0.002935336,0.014081652,0.0077395043,0.008988107,0.0012635182,0.031638898,0.005495306,-0.005661839,0.011633413,0.019727845,0.010029582,-0.032284856,-0.034046914,-0.012299426,-0.0017985489,-0.011699377,-0.0043111187,-0.0016651986,0.0077002817,-0.035997074,-0.04093823,-0.010346794,-0.0011716357,0.035677783,-0.00213843,0.0033212218,-0.0051258686,-0.003994779,0.0014477341,-0.024906442,-0.0074114227,-0.0034654879,0.0013141645,-0.011953479,-0.013608653,-0.008396246,-0.012566612,0.0069884737,0.012919054,-0.0066086464,0.011691434,-0.01749888,-0.008269709,0.0015496128,0.022226589,-0.019427914,0.0023783464,-0.0006339168,-0.00047535356,0.0038386488,-0.0014525506,0.029307745,0.008591504,-0.0034345295,0.007870969,0.0012903997,0.02211433,0.017090946,0.0054046223,0.025319597,-0.019728089,0.008763951,0.00866333,0.0008951674,-0.008891815,-0.017927554,-0.0001648096,0.03246247,0.013398345,0.004736443,0.014634094,0.025815567,-0.0016616309,-0.0073116003,-0.018163724,-0.0014821758,0.021670233,0.015490613,0.011194103,-0.015966978,-0.025181707,0.020297423,-0.0068675545,0.015706683,0.0006776026,0.002601188,0.013331304,-0.0218969,-0.013323896,0.02587106,-0.02387379,0.011297523,0.008129125,-0.014491826,-0.025777387,0.012112345,-0.006602565,0.017826814,0.021496251,0.014860232,0.016498962,-0.009780986,-0.012745386,0.02033678,0.004726608,-0.011812085,0.026403567,-0.010899605,0.025132054,0.0057471553,-0.02657414,-0.012665633,-0.011608068,0.03286926,0.0055856714,0.003239826,0.012067982,-0.0064936536,0.012567921,-0.013740438,0.017993933,-0.0011890279,-0.012153011,-0.023755744,0.01945509,-0.022850873,0.025360553,-0.0029051206,-0.0020023654,-0.013528567,0.010308697,0.006548364,-0.010630433,0.0037387854,0.006332909,0.022478266,0.010813821,-0.013680587,-0.03591572,0.016353363,-0.02025134,0.0012481384,0.00057682727,0.00012405984,-0.0034939665,-0.010383447,-0.008461332,0.01953731,-0.008908481,-0.017411873,0.004112249,-0.006648637,-0.03723688,0.0286891,0.01371028,0.007833844,0.00091833394,-0.026113508,0.007815517,0.014237983,0.005723113,-0.021173496,0.008073685,-0.0028869747,-0.0011852764,0.0045427824,-0.02592496,-0.01194762,-0.0019597788,-0.016937813,-0.0033787317,-0.0110562695,0.030213665,-0.007856252,0.0020369806,0.004454476,0.0051539675,0.03451112,-0.021458501,0.007390783,0.00041511463,0.013255167,0.0019613535,0.0340129,-0.015796924,-0.0005659236,-0.009988636,-0.038843986,-0.01375919,-0.006250201,0.0068672723,-0.023924299,-0.019442018,0.026550137,0.0030928152,-0.0004206169,-0.015425983,0.012941864,-0.015827214,0.020320231,-0.0068645994,-0.004134189,0.0122894505,-0.014682515,0.005528444,0.008421098,0.009671052,0.015920965,-0.005826279,-0.0054195346,0.0016574244,-0.01815083,-0.012819637,0.006831556,-0.022145199,0.012677491,0.006631173,-0.0042959983,0.010759711,0.022759171,0.010262596,-0.005077006,-0.0036981863,0.023540022,0.018521594,0.008887114,-0.011388026,0.011322098,0.026998157,-0.022975557,0.0104323765,-0.020583486,-0.023919404,-0.0042954204,0.038200255,-0.008056843,-0.018083293,0.0046397666,-0.015766276,-0.0077191633,-0.014810935,-0.0027322294,-0.014560832,-0.014571279,-0.01129653,-0.0007556662,-0.012629884,0.0005063196,0.0030703454,0.0045951414,-0.012572679,-0.0030735526,0.0007064982,-0.0182984,0.00679838,-0.020268433,0.0025011043,-0.014102747,0.0055132546,-0.0120064225,0.0056642564,0.010642379,-0.0012915303,-0.007887419,-0.007926235,-0.0067888475,-0.0025793787,-0.00081984315,0.015686074,-0.011933107,-0.015767423,-0.003935089,-0.0037581052,-0.001914854,0.020178959,-0.011778397,-0.016771225,-0.019206082,0.0020472768,-0.0050224387,0.0038894035,-0.0075085824,-0.008559731,0.019284781,-0.03179051,-0.03497143,0.0038040068,-0.007188064,0.004486308,0.014857762,-0.0037451982,-0.020522056,-0.0046477504,0.0038984634,-0.02740083,-0.0027010506,-0.012387254,0.008099296,-0.0053773923,-0.00056501967,0.0018735501,0.008010701,-0.029421136,-0.012005605,-0.0139663955,-0.02421392,0.015562366,-0.009035151,0.00012415354,0.024683485,0.007519407,-0.010129302,0.004049611,0.0027094171,-0.0017441678,0.0029432666,0.023499435,-0.0108371535,0.00071895233,-0.010710824,-0.004307248,-0.013256681,-0.02824477,0.009125782,0.0059862025,0.013473421,-0.007341406,0.013767322,-0.0071090874,-0.0055329627,-0.0041223317,-0.005202504,0.039859973,-0.001902439,0.0124749765,-0.01316341,-0.0013283371,0.0005780167,-0.0013070203,-0.0071739308,0.0046205693,0.01695893,0.013305496,-0.0074854437,-0.0024593184,-0.02148549,-0.010163327,0.004453549,0.01633982,0.013704086,-0.0068197832,-0.0062504606,-0.010395687,-0.002669388,0.0031191357,0.023200639,0.010899964,-0.016486121,-0.008553438,-0.023511052,0.0024286802,-0.009795975,-0.015192113,-0.013549061,0.0019638026,-0.0355788,-0.0078081586,0.03561284,-0.0060935244,-0.0080982335,-0.023734553,-0.014612948,-0.0011296602,0.008031847,0.015023786,-0.013986756,-0.00047270823,0.0054238397,-0.0024761283,-0.0189835,-0.03160204,0.008380615,-0.00027538114,-0.003936914,-0.012006463,-0.017388802,-0.012387688,-0.0013778509,0.006050626,-0.0029414252,-0.008387961,-0.01515248,0.013509397,-0.0026724914,-0.0018338269,-0.013208964,-0.0035112682,0.011612125,-0.008225008,0.0039259903,0.014188538,0.0051924665,-0.04100925,-0.006293558,0.026719512,0.0015900121,-0.008925801,-0.0037398033,-0.014944375,0.01812824,0.0034552799,0.0010463435,0.018530196,0.002148111,0.003022898,-0.0036541922,-0.013314504,-0.01958188,-0.033324957,0.012832019,0.007499778,-0.016726768,0.006030234,0.004294448,-0.012164984,-0.0032393425,0.00047637432,0.02005237,-0.0130142355,0.008849875,0.014965449,-0.0045308177,-0.017420825,-0.0066158473,-0.013295357,0.0052309628,-0.0020529788,0.009760803,-0.008101234,-0.008261204,-0.00893506,-0.0052591255,0.032024235,-0.019593105,0.004181799,-0.008269822,-0.022104373,0.0141655905,0.0070248954,-0.0032864555,-0.013343778,-0.0015464558,0.0030356462,-0.031059084,-0.002282938,-0.023114137,-0.0035501951,-0.004717423,-0.014817032,-0.0059443736,-0.011187085,-0.004181649,-0.005869027,0.015397457,-0.015111767,0.0015107855,0.017518656,0.026308712,0.013096676,0.011892715,0.00816824,-0.0064966287,-0.009118754,0.0012985098,-0.008072321,-0.010153538,-0.008622296,0.0076480713,0.014727154,0.017377162,0.013817275,-0.0034569823,0.00024167767,0.009121637,0.006961092,-0.0033016347,0.002211997,-0.018938553,-0.003101079,-0.0195392,-0.027086947,0.017359877,0.00017580063,0.02162625,0.0242032,-0.004148347,0.012173357,0.003779352,0.026011609,-0.0035281938,0.00446242,0.030068297,-0.00024386965,-0.041988663,0.019696502,-0.01417339,-0.0058892467,0.004464045,-0.0074849534,0.019538306,-0.02204151,0.008104895,0.025267936,0.013139548,-0.009739488,0.0018115552,0.0057343924,0.0025737165,-0.009469329,0.032693148,0.021335052,-0.004251379,-0.019001666,-0.014854277,0.006047001,-0.015794478,0.008151609,0.018745106,-0.0026957362,0.0013977,-0.005100479,0.021515522,0.00936821,0.019093307,0.007452287,-0.012860665,-0.009652709,0.02096841,-0.01864181,0.030906884,-0.002114934,0.018392436,0.009168275,0.016536444,0.0011128898,-0.015540471,-0.007974033,0.007168706,-0.0058191377,0.0040557133,0.03580324,0.013760445,0.004296124,-0.0060442425,-0.00059184537,-0.008762539,-0.0045616766,-0.0058990913,-0.007090357,0.014846193,-0.015026555,0.0049312823,0.025328042,-0.0043435413,-0.010485191,-0.0069754403,0.026713135,-0.017581604,-0.005262364,-0.010213046,-0.009704222,-0.019217264,-0.010124893,0.00014814915,0.026315574,0.007793076,0.016647926,-0.0029018777,0.004119712,0.14925206,0.12281067,-0.02177786,0.023648858,0.01992487,-5.4996515e-05,-0.0073556197,-0.02272744,0.024001205,0.0004762093,-0.005086821,-0.03028448,0.016219983,-0.016022438,0.011445095,-0.009107259,0.0028724477,-0.01758213,0.0327733,0.014498971,0.010267739,0.043701034,-0.009712702,0.005883525,-0.014379509,-0.0036606072,-0.0111729335,0.018619461,0.025730347,-0.010212773,-0.0024371473,0.010203996,0.0011783218,-0.012995183,0.02155775,-0.01909499,-0.010000132,0.019977244,-0.012007706,0.0034662657,-0.0059809657,0.008870089,-0.0036448902,0.01624721,0.005357264,0.0035906178,-0.0064409133,0.0011044235,-0.0004402389,0.016131848,0.004742484,-0.014377326,-0.005871792,-0.01713951,-0.012011242,0.014600255,0.022942705,0.014069091,-0.0014324508,0.004675078,0.025983825,0.02759132,-0.010292281,0.008691946,0.005084933,-0.016515926,0.0015106563,0.007124,-0.012967794,0.0072463364,0.012451437,0.015197364,-0.0041233813,-0.008219773,-0.007664931,-0.009191548,0.0022495072,0.02777071,-0.0029145551,0.006408151,-0.0047613434,-0.0019151183,0.0057072253,-0.002029392,-0.0007755025,0.029934393,-0.0007431571,0.006298425,0.12234221,-0.0022588272,0.0059163934,-0.017046135,0.0130267795,0.015345299,-0.0006232689,0.0537278,-0.010250226,0.00018179936,-0.018079937,0.0095993895,-0.0015614784,-0.010640456,0.019569155,-0.0060088104,0.016508386,0.021303762,0.00802102,0.003970427,-0.00027535076,-0.007274543,0.0022702068,0.0052981633,0.0017513968,0.0022712247,-0.016234413,-0.010633481,0.0034017817,-0.019385163,-0.11902044,-0.013107904,0.0063328356,-0.011276334,0.005853528,0.01359923,-0.00947891,0.00450398,-0.010828479,0.0012989003,0.0010361872,-0.011812055,0.0021431977,-0.03264192,-0.010788882,0.0020599554,0.019301767,-0.028971924,0.016758433,-0.007053406,-0.0009482875,-0.008349011,0.0024171474,0.011679865,-0.004404606,-0.0047467495,0.013261963,0.032562066,-0.010955609,-6.616282e-05,0.0033373265,0.020063005,0.008161882,-0.012659169,0.026582133,0.014557137,-0.01317174,0.00380322,-0.022976147,0.0091238,-0.017099837,-0.00842272,-0.013015373,-0.023381745,0.023429913,-0.010549995,-0.002958025,-0.023914263,-0.035089076,0.01749821,0.018541988,-0.011352629,-0.009129479,0.025381926,-0.012714077,-0.0128602795,0.026668468,0.004064516,0.016741008,0.004550114,-0.0015282051,0.00449614,-0.021475084,0.0055590044,0.022615176,-0.0015220288,-0.022632744,-0.01020613,0.014794294,-0.01373381,-0.0029093982,-0.009373222,0.00059429806,0.007161387,-0.007316489,-0.004538809,0.00073288433,0.0070282146,-0.021711566,0.0024235975,4.6015575e-05,0.007874868,0.01844445,0.111170635,0.0013700417,-0.008708676,-0.0025961571,-0.0055543073,-0.01890894,-0.01355229,0.00415069,0.007260179,-0.00085235754,-0.0012998391,0.0020165364,-0.0070982375,0.013392858,0.00047212304,-0.022006776,3.3983117e-05,0.0030682066,0.005096255,-0.0011127383,-0.005374455,0.0093009565,-0.00772885,-0.008213654,0.0047800303,0.0032443213,-0.0072852853,0.0018495711,-0.00733121,-0.022502461,-0.00050083495,-0.007515442,0.022484822,-0.006413182,0.006698448,0.007997151,-0.004458038,-0.009998719,-0.00988699,-0.009842661,0.008101838,0.0013336922,0.007919793,-0.0016108392,-0.03259248,0.1874273,0.016088782,0.016795857,0.0074027115,0.012181508,-0.01757555,0.018937971,0.011801003,0.019986259,-0.008253185,0.012377709,0.0129346335,-0.003914096,0.016605815,-0.013053379,0.016617704,0.028534565,-0.004674279,0.0074104886,0.007635139,0.002431507,-0.0022865995,0.009495952,0.007858261,0.0062914053,0.009008852,-0.013726017,0.022133106,0.0010336005,0.00046231633,-0.027513778,0.010903829,-0.012459938,-0.021708298,0.0062088934,0.020629939,-0.0011337667,-0.007986416,0.0024099753,0.015909309,0.014845668,0.017397666,0.018734995,0.00699338,-0.0026452572,-0.0049088537,0.0121592255,0.0032409113,-0.0077802977,-0.004081008,-0.012322631,0.00067430665,0.007524498,0.025047403,-0.010716545,0.01703141,0.006314858,0.023930067,-0.033726625,-0.009079025,-0.0024599973,-0.0012668647,0.004422027,0.02662156,-0.011813637,0.00217733,-0.0134646]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 155,
          "content": "Bangladeshi foreign minister visits India to reset relationship",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.038333744,-0.016499238,-0.007694431,-0.07264426,-0.007940056,-0.0023426327,-0.010069991,-0.035443477,0.010849945,-0.036321204,-0.01138482,-0.026987689,0.018999679,0.025323836,0.10826266,0.0072699217,0.0024588087,0.009084926,0.010965641,0.008303765,-0.021871477,0.022337094,0.002675674,-0.032130152,0.0003238187,-0.009046652,-0.034028843,-0.012870578,0.0036819081,-0.014386981,-0.0013819605,-0.009812361,0.0077617215,0.037114117,0.018722188,0.034596536,0.01452602,0.008452566,-0.009635145,-0.016463643,0.004655032,0.013887577,0.0027836643,0.042301744,-0.009171516,-0.028791524,0.030666515,-0.0046029496,-0.0010357646,0.021848062,0.007501676,0.012451583,-0.012433439,-0.17404489,-0.020551486,0.023369553,-0.01286507,-0.016584506,0.023155207,0.03546804,-0.01591281,0.022228116,-0.022636946,-0.018952303,-0.010327402,0.009850496,0.007532375,-0.013386745,-0.0029630389,-0.017602287,0.017541477,0.023051325,0.012318631,0.0017409935,0.025532076,0.01274786,-0.00038619462,0.023473708,0.025164206,0.02018484,-0.0077239126,0.013088377,0.0024065508,-0.0078057777,0.0043270146,-0.017751943,-0.00063389837,0.0029804653,0.017022513,-0.0071864384,-0.010795279,-0.0072879163,0.018086778,0.025484767,-0.010566815,0.016649952,0.006753375,-0.012141148,0.018009841,-0.0024170515,0.010101386,0.00027160122,-0.0040336885,0.015123827,0.0014087299,0.02273313,-0.0059126895,0.004255619,0.0070289094,0.009259904,0.010079921,-0.00046301458,-0.022115424,0.02043903,0.019161915,-0.14635397,-0.03632058,0.033980172,-0.0037155491,0.017133066,-0.041184567,-0.024445977,-0.012339943,0.0262636,0.012619657,-0.0042144298,-0.004700541,0.015944157,-0.009396058,0.026007604,-0.017726228,-0.020475298,0.028204408,0.0014934787,0.0036592467,0.029595776,0.021163538,-0.032590732,0.014773019,-0.027440099,0.014378456,-0.014334318,-0.035516713,0.017924342,-0.012666009,-0.020613827,-0.0033605143,0.019448536,0.0175328,0.018741097,0.0070867715,0.010358794,0.0126909865,-0.03413312,-0.0076858136,-0.031660814,0.014818722,-0.016314222,-0.01553362,-0.020007122,-0.003288408,-0.004890634,-0.015949603,0.0010781114,-0.0077966345,0.046632852,-0.014208897,0.0113232825,0.009475565,-0.014332193,0.0059148925,-0.021570776,0.017439915,-0.0027846526,0.014002568,0.012277515,0.006951848,0.0097593395,-0.005078733,0.014488462,0.0052753077,-0.023778616,0.0012418085,0.028190255,0.003443893,0.016541565,-0.0135219395,-0.01934656,-0.020449838,-0.005159957,-0.03990144,-0.01511262,0.011237134,-0.02971388,0.04144614,-0.007948388,0.0065251472,-0.010292785,0.012172021,0.0003194394,0.0067040664,0.026494201,-0.010630525,-0.021891488,0.01876319,-0.026300484,-0.005760281,-0.0010440467,0.00067327474,0.007186069,0.0063004745,-0.0093101235,0.011170278,-0.04878007,0.0009469349,0.003922022,0.011999173,0.008707295,0.01892567,-0.008248336,0.032417182,-0.019517494,-0.02131273,0.024863578,-0.0013136119,-0.011820182,0.047572386,0.00051970466,0.005102124,0.009067238,-0.010397409,-0.007908361,-0.023026664,0.011868819,-0.004653189,-0.013780377,0.008777148,-0.014295888,-0.0155023625,0.011495076,0.011211988,-0.0074146506,0.011614751,-0.0016921873,-0.00940017,0.0027862408,-0.0020588865,-0.0075192763,-0.010144758,0.018525537,0.0074692764,0.007948954,-0.0030527057,-0.005837733,0.02021076,-0.011197466,0.0043754624,0.021549772,-0.004725401,-0.015888555,0.006795167,-0.02864988,-0.033839103,-0.03263605,-0.004198834,0.012797049,-0.026398782,0.018960841,-0.018968776,0.012715389,0.015208253,0.00724239,0.012884912,-0.037210666,-0.00366218,0.008676432,-0.05343034,-0.014992955,-0.020595279,0.0012548943,-0.015626961,-0.013871951,0.037836872,0.027979948,0.020012693,-0.0029065588,-0.015512481,-0.022096049,-0.007199215,-0.004385913,-0.005633769,0.0109254345,0.04793489,-0.018844586,0.009717799,-0.027830109,0.008897654,0.021235468,0.017974017,-0.0040743304,-0.0003269958,-0.015688684,0.010277899,0.016204072,-0.0032877938,0.015719654,-0.04056431,0.00079093745,-0.0020376735,-0.02527282,-0.02362983,0.0069935955,0.010090041,-0.023365423,-0.012347558,-0.029016413,-0.011847951,-0.025508834,-0.01894507,-0.010828984,0.009535696,-5.74405e-05,0.006428001,0.0032594416,-0.008801738,0.004224661,-0.022790221,-0.017991424,0.035604216,-0.016371785,-0.0095103895,0.007380364,0.019165078,-0.022276033,-0.013465557,0.036218878,0.03400927,-0.011093026,0.026609968,0.007951859,-0.0026423116,-0.023385217,0.0141898645,-0.005955878,0.017241886,-0.0058358796,-0.020884305,-0.01003218,-0.02274185,0.0004045305,-0.015739955,0.012109246,0.0022705004,-0.026500752,-0.03971708,-0.00876027,0.03935727,-0.0011038237,-0.029488284,-0.03246082,-0.011711524,0.00011013597,-0.014694823,-0.014151162,0.0017523009,-0.024034832,0.00606377,0.0001941023,-0.003215205,-0.0029047553,-0.022230482,-0.01216521,0.0031848482,-0.0038324127,0.012786827,0.014313125,-0.028304212,-0.02170914,-0.039481923,0.010843236,0.013861694,0.0136300465,0.0014363658,0.00012540136,-0.010159213,0.01724365,0.030770885,-0.013638005,-0.008903451,0.01408418,-0.016079146,-0.0041068657,0.0014822892,0.025934359,-0.024477316,-0.014565707,0.02976368,-0.021564057,-0.00079987844,-0.002352195,-0.010521799,0.010946271,-0.032463137,0.00813196,0.0009390085,-0.010586048,-0.01713916,0.0042157373,-0.020130359,0.0070747067,0.026700623,-0.004959027,-0.017856048,-0.0005889414,0.027162889,-0.0066946745,-0.0144118285,0.019487213,0.0015712947,-0.0024866967,0.002430226,0.008453355,-0.00016203917,-0.02411499,-0.012778909,-0.011681622,0.001619008,0.0010448836,-0.004202613,-0.009523462,0.0058180164,-0.012325713,-0.03329958,0.015239089,0.0061834306,-0.023140509,-0.0071330927,0.013179177,-0.0074851653,0.005779882,-0.027697625,-0.0062867855,-0.005547546,0.013910246,-0.0010722161,0.010857169,0.019657742,-0.017736778,-0.024071485,-0.018515743,-0.009016887,-0.00016278848,-0.0020528405,-0.003466938,0.019443646,0.030325864,-0.015344211,-0.0025230162,-0.014285622,0.023283413,0.0024217232,-0.032569367,0.00626037,-0.022049924,0.030808134,-0.0026780711,-0.009200128,-0.030855156,0.048361402,-0.0043568416,0.01737318,0.0107430015,0.008526921,-0.00968574,0.035351805,0.005757352,-0.015854696,-0.016945742,0.017010517,-0.007738522,0.014844228,-0.010539532,0.00659419,-0.002978402,-0.012032392,0.022693368,-0.048927613,-0.01702013,-0.019340184,0.036621034,0.00902648,0.00268927,-0.01733799,0.024185147,0.017133305,-0.043512717,0.02088154,-0.012658437,-0.01936688,-0.018706303,0.016151125,0.00020046734,0.008468968,-0.019803997,0.006110288,-0.015102607,0.012316097,0.01835115,0.0071402914,0.0017414894,-0.019221492,-0.011932696,0.024892274,0.018262364,0.0034586454,0.0077997004,0.0028530478,0.01858301,-0.00014956699,0.0074397647,-0.039043695,-0.015188109,-0.0059168776,0.012444297,-0.009520309,-0.01814512,-0.0074221934,0.014124884,0.020199047,-0.0059293476,-0.021821756,0.0039760154,-0.03677393,-0.00014670458,0.016483339,0.028369972,-0.0021799724,-0.0031304937,0.0073720375,-0.0055220895,-0.008351888,0.017820591,-0.0185153,0.021483839,0.0040334812,-0.07417892,0.016459865,0.046299174,-0.01922889,-0.010337227,0.013418146,0.01894375,-0.004463689,-0.00080555014,0.0017424045,-0.02654836,-0.011895192,0.02987145,-0.00073933246,-0.03631972,-0.009117194,-0.0072288695,0.026604395,0.0054030446,-0.0036962181,0.024404243,0.030132344,0.023447614,0.00023643511,0.012881302,0.0057430407,-0.0037357998,0.020761123,0.008695403,0.03316795,0.01467685,-0.010408334,-0.024614971,0.033028133,0.0024837842,-0.015008974,0.008332402,-0.019394489,0.03163983,-0.016501503,0.011825847,0.009583327,-0.010897758,-0.028311357,-0.008299,0.0004020887,-0.006913377,0.034313396,0.008561708,0.003442404,-0.0073008356,-0.035152756,-0.011942021,-0.013846642,0.008418952,-0.03753513,-0.008550131,0.009758129,-0.0023200773,0.007959614,-0.019195491,0.013701078,0.023397665,0.025830708,-0.0071521155,-0.029487008,-0.023440976,-0.0020150028,0.030515416,0.016344361,-0.011317899,0.010511511,-0.02873036,-0.028109616,-0.007562285,-0.010388285,0.018285232,-0.013526096,-0.03557063,0.015191867,0.0028363403,-0.02741595,-0.066922255,-0.021870812,-0.005929224,-0.015161326,-0.013191421,-0.01866514,-0.0018043878,-0.012509709,0.032438856,0.020544643,0.01845711,0.02969228,0.005267363,-0.016855499,-0.00842505,-0.016521335,0.01748045,0.023927378,-0.011752883,-0.016497537,-0.016652962,0.0018809366,0.009184653,0.0016686879,-0.011695622,0.0334231,-0.017104462,0.02272895,0.028375372,-0.022480682,0.014788003,-0.13218334,0.0071542235,0.0034221057,-0.0011335958,0.02363727,-0.011045226,0.0055447756,0.009956804,-0.023310453,-0.011262236,0.0017342082,-0.0056810444,-0.0045655556,-0.0161191,0.026618024,0.06250469,0.028718637,0.013131166,0.015467954,-0.019391106,0.015885351,-0.025873972,0.037896637,-0.019957764,0.012533565,-0.017118888,0.0019596373,0.0077578328,0.010140325,0.03368545,-0.0057932846,0.01589562,-0.016177455,0.0037011022,0.020195434,-0.009237589,0.0071275537,0.009792861,-0.038210444,-0.016107503,0.006013603,-0.02587566,-0.03426734,0.008172179,-0.017013492,-0.0010374862,-0.003200237,-0.012350321,-0.0147188045,0.002524944,-0.02771915,-0.09708561,-0.012798893,0.019387454,-0.031276535,-0.014793146,0.001656107,-0.0060681133,-0.018938623,0.012728495,0.0022104478,0.005367869,0.01674692,0.02271682,-0.004087191,0.023977622,0.0143110985,0.018052068,-0.007192642,0.020823546,-0.0076682745,0.003419268,-0.011760587,0.0035061,0.0062044426,-0.019847162,-0.044301342,-0.01618399,-0.0029840902,0.00981547,-0.0020369345,0.0038138034,0.012781866,0.009951859,-0.031278975,-0.0501465,-0.007914597,0.014971892,-0.012574947,0.027139086,0.0117586395,-0.00046048654,-0.006955725,0.0034726413,0.016402854,-0.0021296935,-0.021582946,-0.0012048499,0.003660579,-0.013984138,-0.0106771635,-0.018288102,0.0070929746,-0.009642877,0.016251389,0.020458242,0.02062274,-0.031108854,0.006917615,0.027995892,0.018157851,0.01126315,-0.011449903,-0.001276596,-0.009419448,-0.0036645236,0.015132738,0.006333923,-0.0015654947,-0.02371904,0.019692503,0.0088062,-0.022258557,-0.0054667667,0.0064556208,0.00079954835,0.012012936,0.016888075,-0.003715977,-0.0320536,-0.009911812,0.025195558,0.007239486,0.015150952,0.004293947,-0.0004899843,-0.013666498,0.0046772966,0.024403881,0.007833854,0.007283631,-8.135616e-05,-0.010103894,0.015241992,0.0013414021,0.017839305,0.00093243486,0.014904577,0.0042723413,-0.007993276,0.010101934,0.008380143,0.017173816,0.006519515,0.008963221,-0.004295442,0.025499666,0.0073981634,0.004245214,-0.0022533697,-0.006169992,-0.010898482,0.0058160243,0.010890231,0.012877756,-0.009141056,0.011335739,-0.004423956,0.0008047356,0.013739921,-0.0015091453,-0.0009543501,-0.008185136,-0.010178478,0.01569348,0.0058691916,-0.002673466,-0.015983425,-0.010690051,0.0071077547,-0.0147558525,-0.004216914,-0.005948945,0.01089141,-0.0042539225,0.017276203,-0.006265456,0.012991375,0.015147643,0.01688708,-0.0036883156,0.0039114635,0.017726123,-0.009787567,-0.0045902827,-0.0102137,-0.0002503519,-0.0036908723,0.01803675,-0.0009890595,-0.006528081,-0.014721996,0.006180208,0.0046992963,-0.00077063043,0.009846785,-0.0042445553,-0.004131269,0.015448453,-0.0068232585,0.008212442,0.013969782,0.009320728,0.008894255,-0.017134681,-0.019172294,-0.006992396,-0.0013424557,0.014481702,0.003336175,-0.01899026,-0.00621152,-0.01031509,-0.008465901,0.013385933,-0.0044131246,0.0025830278,0.007958363,0.0028776783,0.0086211255,0.0021095453,0.010270451,-0.0045054853,0.008972018,-0.019926906,-0.006655191,0.016675072,-0.0051963613,-0.0025783007,-0.00971302,-0.00080813793,0.0010837931,0.008587479,-0.0014620775,-0.0020233116,-0.013506961,0.013874034,-0.016068494,-0.032021075,0.022600332,-0.004631737,0.013506338,0.002468875,0.00061085506,-0.0012924372,0.0038085557,-0.0036796897,0.028422024,0.0015885358,-0.0018156029,0.011251516,-0.0057820776,0.00095192104,-0.016929919,0.0086432155,-0.0114200385,-0.008855546,0.001306483,0.008762587,0.0013825357,-0.016663833,0.004722474,0.01617406,-0.009538419,0.0065408135,0.01774478,0.0062828367,-0.03007002,0.0019470393,-0.013437551,-0.0026774628,-0.0030290922,-0.00637134,-0.0007945498,0.005376862,-0.01877325,0.02017705,-0.005388783,-0.00028908142,-0.008236607,-0.023868866,0.009830117,-0.014170095,0.006600903,-0.013385436,-0.003422171,-0.016743178,-0.0067590205,0.0015912506,-0.005910195,-0.000539574,-0.01178288,-0.0049856603,-0.018525176,-0.016667001,0.019617703,0.0052005462,-0.0044228095,0.011502227,0.0027828203,0.07979372,0.0036759607,-0.008500709,0.021635683,-0.015160397,-0.007418899,-0.0026313514,-0.02897801,0.012302185,-0.008281727,0.0040879673,0.008615602,0.0013811876,-0.0045528845,-0.0060669584,0.013747253,-0.0088247545,-0.009893565,0.004148906,-0.0029663777,-0.015797634,-0.008184478,-0.018201588,-0.0037496772,-0.0024975732,-0.008001716,0.006352504,-0.0021765088,0.024339018,-0.0043923147,-0.001357065,0.0053403475,0.008363626,0.01271816,-0.0068843802,-0.00077113934,-0.0037739275,0.012824986,-0.0019533113,0.0037993898,0.011046572,-0.004371285,0.013702043,-0.0045128213,0.0020537544,-0.008536792,-0.0071106097,0.006254365,-0.015421041,0.011987319,0.005605217,-0.0019348398,-0.0012138172,0.0139127895,0.011688904,-0.011412065,0.008724262,-0.007582911,0.0038578406,0.0038408067,-0.0063714893,0.00012069714,0.0064071566,0.013752013,0.005473133,-0.005448024,0.017524032,-0.001311975,-0.010068865,-0.001111494,-0.0059992797,-0.012053866,0.00075183995,-0.01961982,0.021113032,-0.0049148584,-0.003361396,-0.007869088,-0.019724565,-0.001522506,0.008340725,0.006325508,0.0077032917,-0.0017563374,0.0071949125,-0.0034034848,0.008375443,-0.016635438,0.0041540605,-0.008176742,-0.0022007024,-0.008169564,-0.006715036,0.012035668,0.0026193792,-0.011532655,0.05859709,-0.00017125328,-0.0035029144,0.0013415111,0.0024370102,-0.004025539,0.00013445724,-0.012913448,0.015056069,-0.0054903217,-0.002567862,0.014129886,0.006370207,0.001914968,-0.024719168,0.003743076,0.0083209,-0.0071472875,-0.01917019,0.0040991623,-0.007409786,0.012743983,-6.9786816e-05,-0.0034076278,-0.005807084,-0.017866494,0.009482742,0.012565562,-0.0031124668,-0.007303497,0.008405166,0.014623856,0.00091828156,0.0055564917,-0.0063334825,-0.008182441,0.012128848,0.023534374,0.017796915,-0.009986968,0.025464222,0.023051355,0.004093451,0.027232679,-0.008670279,0.019801864,-0.016432194,0.020398589,0.0057631857,-0.0009859044,0.009805119,-0.0063246232,-0.008538538,-0.001241653,-0.01006429,0.01779441,0.014252308,0.006227327,-0.016354335,0.01025821,0.006946577,-0.016551854,-0.0049581123,0.015270634,-0.010618621,-0.013928822,-0.007375429,-0.0063841855,0.015495325,0.01257522,0.006663763,0.0036472513,-0.006145378,-0.009221077,-0.0033796865,0.0032733553,0.01012504,-0.01033487,-0.0018850433,0.00030827892,-0.002579482,-0.00200607,0.010311962,0.0057739443,-0.0037500036,0.011230976,-0.005539484,0.014110272,0.0020859698,-0.010639488,0.0150381755,-0.004025123,-0.009034858,-0.002764589,0.018469024,-0.00376047,-0.00479447,0.0027613055,0.0023173303,0.0017907345,-0.0004824331,-0.007276546,-0.01676229,-0.015054822,0.00037553097,-0.013987609,-0.0009839875,0.016469926,0.008252149,0.008341965,-0.015579176,0.011654852,-0.010937743,0.0007963537,-0.0027103913,-0.0035261782,-0.0012117268,-0.010643187,0.0037125861,-0.013299935,0.008362381,0.0059287897,0.010652525,0.023316316,-0.014734502,-0.014276276,-0.0069968686,-0.019680407,0.005781571,0.020689521,0.007467004,-0.008353803,0.0066037625,-0.017105034,-0.008932495,0.0034397,-0.013851652,0.0063793627,0.012223986,0.0072973673,0.004303366,-0.0056553325,-0.009596328,0.015784357,-0.003323413,-0.0026323572,0.018954312,-0.021503067,0.0016888076,-0.0086011635,-0.013467292,0.023044575,-0.006181263,0.0073060584,0.0025195517,0.0014619732,-0.002446781,-0.012533512,0.020327663,-0.0071773375,-0.010332991,-0.03317677,0.004654919,-0.00046277518,0.00247285,-0.001877918,-0.003260168,-0.004250334,0.017320031,0.0015822684,-0.008238752,-0.0073674778,-0.008291859,0.015797624,0.010498222,-0.0099461945,-0.010628911,0.00046584653,0.004476174,-0.003804051,0.00072540296,-0.0149117345,-0.01687707,-0.00882788,-0.00018962297,0.017186321,0.0049769958,0.0038580024,0.0007846631,0.015611706,-0.005130942,9.898118e-05,0.0072293314,-0.003725205,0.0030148407,-0.010488426,-0.002462736,-0.0064146365,-0.0070741316,-0.012245659,-0.018286247,-0.0039795926,-0.0051092138,0.015159426,0.0017294808,-0.009685609,-0.0055575324,0.006399183,-0.023088166,0.028088186,-0.009779006,0.0006238945,0.003958123,-0.013954922,-0.004520568,0.009195094,0.0072192154,0.03849689,0.0071424264,-0.0061311694,0.00023077831,0.00010406447,0.007108687,0.020892266,-0.0060303663,0.0033843631,0.012559794,-0.018354781,0.011451666,-0.013595599,-0.0043071364,0.0077467496,0.0008000041,-0.0075946962,-0.003191996,-0.004490048,-0.0004084052,-0.007327345,0.0044718063,0.010809049,-0.0054474627,-0.03081788,0.005362378,-0.015502842,-0.008353732,0.0042779483,-0.0050545693,0.018847996,0.009685216,-0.031695854,0.0002730356,0.012737,0.002949322,0.001546001,0.007502023,-0.00024731446,-0.0020366816,-0.011954565,-0.0078430865,0.016128514,0.022842707,0.023812491,-0.008166104,-0.0012986794,0.01845357,-0.018054785,0.015193712,-0.013083016,-0.010552465,0.020022685,0.010352743,-0.016066624,0.012452043,-0.0056082024,0.0026653789,0.014507269,-0.01617884,-0.006518397,-0.0012266419,0.011627204,-0.0014352304,-0.007997896,-0.009961116,0.019751947,0.011000908,-0.0072583784,-0.014498296,-0.008480591,-0.007544447,-0.012001849,-0.013771607,-0.010400243,0.016462488,-0.01565975,-0.012664647,-0.013721443,-0.0060779373,0.020043688,0.0060725086,-0.004830481,-0.0023376513,0.0035456712,-0.0014592563,-0.0055187815,-0.0036380424,0.0039113513,0.005130753,-0.004890643,-0.008514054,-0.0159643,-0.0025224204,0.0027640453,0.020414086,0.029018713,0.008027211,0.0071611553,0.0006065773,0.0046041287,0.010832422,-0.0018912487,-0.0031084216,0.006578985,0.009832179,0.006674534,-0.0031521125,0.0058028437,-0.002450244,-0.008073335,-0.005399586,0.007521568,-0.029784264,0.0018736598,0.0136686275,-0.0088355215,0.017402103,-0.013830897,-0.018776799,-0.011302546,-0.008100063,-0.011575921,0.009933662,0.00349364,0.00504955,-0.0027869083,0.012813998,-0.008761742,-0.011240712,-0.008337003,0.0019026917,-0.0024428149,0.0010929166,-0.026677815,-0.024076352,-0.022091767,0.017360818,0.002784008,-0.010593206,0.006706313,-0.007258677,0.010431144,-0.020478463,-0.005940597,-0.006196884,-0.0013625451,0.0011241146,-0.0046596336,-0.08899085,-0.009645331,-0.0060746204,0.016352512,-0.012629483,0.0065245666,-0.0021026235,-0.0086256545,-0.021788549,0.007239603,0.004259476,0.004070171,-0.00025903538,0.0009937037,-0.0025498713,0.008198661,0.0015236842,-0.013420205,0.019573692,0.007155777,-0.0047092955,0.019156365,-0.015888704,0.018192882,-0.014625689,0.011985003,-0.009628201,0.014859344,0.015467549,0.014726736,-0.004021562,-0.0013527229,0.005418313,-0.0040402026,0.013994966,0.006193089,-0.0032491973,0.014022855,-0.13573754,-0.0058325375,-0.010425471,-0.015845079,0.006550482,0.00018144111,-0.011682053,-0.0028116223,0.012539575,-0.01999758,-0.00049944996,-0.0028969848,-0.007726353,-0.016267916,-0.0094312895,0.0011193749,-0.015672687,-0.0076046903,0.006555063,-0.0044713793,-0.005964101,0.002365505,0.009947589,-0.0022655367,0.0026341719,-0.008303438,-0.001748249,-0.000121686906,0.005604264,-0.020793227,-0.0022663435,-0.0035590227,-0.0002832483,0.0017165354,-0.01098353,-0.012602294,-0.0015890003,0.010424943,0.00058709196,0.0028884087,-0.0007233543,0.0101412535,-0.0038238408,-0.004547472,0.0017397894,-0.01442555,-0.014953578,0.009383166,0.004420515,-0.023386044,0.002067003,0.0003192772,0.00057189143,0.003564183,-0.008089506,0.009228181,0.016484387,0.0022799927,0.02290905,-0.019838588,-0.0044222246,0.006127921,-0.0042146523,-0.0064753937,-0.004206861,0.014472947,0.020437177,-0.023275005,-0.00027504712,-0.020082695,-0.009131898,0.0066721626,0.016619083,0.0036360603,0.0068760645,0.009819691,0.008784295,0.0058358205,0.0014816746,-0.0022829412,0.00661773,0.02617089,-0.018674115,-0.010512614,-0.027957551,0.010479045,-0.0048787235,-0.035032474,0.0022790772,-0.034714986,-0.0062772403,0.010346586,0.017592993,0.0055901483,-0.0076967846,0.0023787168,-0.0056494763,-0.02482553,-0.009949386,-0.022911733,0.022842998,0.0018971788,0.013851028,-0.011671407,-0.019749343,0.011110867,-0.027008489,-0.015247521,0.008921295,-0.003282547,0.0070124255,-0.016795214,-0.007941255,0.0060391226,0.026716622,0.0067158164,-0.011483194,0.010324348,-0.011562167,0.0053650495,-0.022453038,0.0036847892,-0.006961006,-0.0008122401,-0.01470452,-0.016406473,0.012853032,-0.011324215,-0.013139838,-0.0056707175,-0.002598882,0.016558928,0.008791278,0.012417519,0.003357252,-0.010059371,0.0020716223,-0.006108876,-0.00501165,-0.008464932,0.0021339133,-0.00818787,0.019198703,0.0008764446,-0.0049195974,-0.0019093256,-0.013589886,-0.017334873,-0.010526742,-0.007831883,-0.003804157,0.0018473347,-0.022846842,0.0029817536,-0.0003660536,-0.0075658294,-0.020492228,-0.009425246,-0.020043155,0.0018442376,-0.008038933,0.009063245,-0.03352518,-0.017078102,-0.015292313,-0.010825752,-0.003748646,-0.017832737,-0.0024256916,0.02807744,0.002735838,0.011037323,0.0060368273,-0.0063448446,-0.0095279,-0.0033671372,0.029033413,0.0031283747,0.0059408243,0.008308102,-0.00955221,-0.014124865,0.00058077974,-0.022418037,0.0075091044,7.426069e-05,0.010673169,-0.0084674815,-0.0066073826,0.0015584918,0.016115775,0.0021138245,-0.008327317,-0.010820429,-0.013548219,-0.025213825,0.003094855,-0.004795697,-0.0014961635,-0.01637582,0.012637565,-0.013103661,-0.011130791,-0.1496236,0.015713528,-0.010095386,-0.006760505,0.018018262,-0.008486065,-0.018575238,-0.029924829,0.03853823,0.0050272695,0.012140931,0.025566323,0.0009098236,-0.00028948276,-0.0051537342,0.0063793384,0.021286914,0.010625486,-0.028236551,-0.0009769105,-0.07038898,-0.01092167,-0.0050762976,0.0012232891,0.006820675,0.0032598046,-0.026275722,-0.0035584562,-0.029659364,0.011439382,0.010432347,0.021634145,0.00056306116,0.0070448685,-0.0024869505,-0.0009065635,-0.011972655,0.016701836,-0.011002122,0.0047541726,-0.022001714,0.022667786,-0.0041336366,0.0063060275,0.0017896458,-0.010161266,-0.011110845,0.0046570157,-0.012462526,0.0020503334,-0.0028089862,-0.0010722842,0.020556912,0.010251677,0.004523032,-0.0029342226,-0.0069613145,-0.013194448,-0.010231948,-0.013188248,-0.0076522073,-0.032641508,0.012744453,0.014739357,-0.0071371603,-0.01835623,0.004770348,0.14040269,0.0019001012,0.012443099,-0.009364318,-0.006244961,0.01745567,-0.0011137752,-0.006948909,-0.0222206,-0.010989545,0.0007549207,0.0031487267,-0.024518205,-0.027661106,-0.0045699165,-0.0026972885,0.019467907,-0.014262332,-0.0045907614,0.002642546,-0.015935762,0.0043528555,0.015824148,0.0039190105,-0.0058991336,-0.014527676,-0.03220469,0.037299488,0.016584499,0.009736182,0.0039068344,-0.02902885,-0.008525177,-0.0048309527,-0.0070727845,-0.0050603794,0.006862915,0.017678687,-0.0016368144,0.004032335,0.022061652,0.0030983316,0.007137262,0.0028534322,-0.0038364131,0.027486201,0.0040226853,-0.0051005036,-0.017637856,-6.679032e-05,-0.017103698,0.0053868354,0.0048102597,-0.0040456792,-0.007037635,-0.013613436,0.0056448537,-0.0005938015,0.0065794527,-0.010149298,-0.0011067688,-0.0022203596,-0.014964604,0.004953902,-0.02292543,0.008024818,0.006376183,-0.021435488,0.02106015,-0.10323468,0.028597135,-0.009298548,-0.0002632416,0.007264612,-0.007921951,-0.0077657285,0.007709573,0.011465425,0.009642759,0.004511144,-0.013329476,-0.020715207,-0.0154691525,0.019779496,-0.007671049,0.0036977655,0.017774653,0.026794098,0.036959697,-0.011840204,0.0048610494,-0.007678774,0.027640255,0.017981013,-0.008421196,-0.016764611,0.007398121,0.016482241,0.0040810825,0.0020180596,0.024837214,-0.010739327,0.026931005,-0.0105916485,0.0032185293,0.0013379968,-0.008035431,-0.00068635435,-0.007210969,0.017296879,0.008675836,0.0012169676,0.0019383786,0.0056314045,0.0047480715,0.0055860556,-0.011594556,0.00082458445,-0.0396576,0.011325967,-0.007524531,-0.005194301,-0.01697866,-0.038280133,0.017101286,0.002575608,-0.010781313,0.011447362,0.011002544,-0.00012639735,0.0055588223,-0.007854084,0.015185212,-0.005611668,0.00059692713,0.0034169953,-0.022063645,0.0061800615,-0.002173896,-0.020904677,-0.017525708,-0.0060811355,-0.00856223,0.0015215199,-0.009134386,0.0053642043,0.004642879,-0.01835865,0.011152929,0.008415386,-0.0075570843,0.0025232774,-0.019317726,0.04204849,-0.021623006,0.005019368,-0.009502432,0.03758869,0.021848619,-0.010882078,0.0141141815,0.011264609,-0.0031315607,0.012889637,0.016917052,0.01365527,-0.011610861,0.009730299,-0.0290879,-0.012991468,-0.004992269,0.006323476,-0.026530322,-0.0046095857,-0.01704235,-0.0043900334,-0.023014328,0.0101998495,-0.014480681,0.0043530427,-0.0053020534,-0.024405539,-0.01459418,-0.006771738,-0.008168986,0.0014382759,0.015323264,0.00036196422,-0.007134927,-0.014374491,-0.016790755,-0.008278299,0.017404843,-0.023470288,-0.004992878,0.007910153,0.017083008,0.0056476877,0.015066486,0.0015273856,-0.02140416,0.0049241735,-0.0030855522,0.0130070895,-0.015459611,0.01592128,-0.011805146,0.021104207,0.016349526,0.019445883,-0.00062877545,-0.013803821,0.02789131,-0.010949657,-0.003499102,0.012120483,0.0007794051,0.0017731803,0.0010589393,0.0021052386,0.00381933,-0.0076248036,-0.005871489,0.0044648596,0.0072823605,0.008267097,0.020053377,0.011866784,-0.004434052,-0.03595074,-0.024055565,0.008466544,-0.0072178557,0.0131908115,-0.0033621583,0.01230673,-0.0058759754,-0.010086898,-0.007590223,0.0086279595,0.016892781,-0.0025377797,-0.020189825,-0.0030586682,0.007130691,-0.014215447,-0.00065977365,-0.004713634,-0.06959045,0.011499345,0.02175415,0.0066209254,-0.016247533,0.013009573,-0.019504996,-0.013845538,-0.01629762,0.007988182,0.044578385,-0.005886515,0.012778762,-0.018294068,-0.020450352,0.021171559,0.011835946,0.023595318,0.007046391,0.006772703,0.01022391,-0.004326547,0.0015976649,-0.0032259917,0.010572053,-0.0051410804,-0.012553193,-0.004522489,-0.014348968,-0.01240538,-0.0057845446,0.012065718,-0.017978622,-0.0042995056,0.009410358,-0.006951048,0.023710784,0.0014836573,0.0030421554,-0.021742657,-0.003485064,0.0012672154,-0.042058166,-0.0069243233,0.0085610105,0.007243125,0.029436987,-0.0009885904,-0.004014818,0.005667595,0.04419156,-0.023043603,-0.00036986664,-0.0021130904,0.010766773,0.005742819,0.022984516,0.017340388,0.0043797493,-0.008529582,-0.016490543,-0.022314629,-0.020602997,0.0025294705,-0.008585906,-0.010551462,0.0130113065,0.015892338,-0.011986875,0.014259571,-0.0028006264,-0.0024420656,0.022578783,-0.009890317,0.0020570168,0.014658059,0.0058758417,-0.018473344,-0.0067828796,0.03067127,0.013362769,-8.21775e-06,0.005436104,0.028318139,-0.012761842,0.013937273,-0.011461874,-0.112725,-0.012518226,0.0024543495,-0.02903036,-0.00923267,0.020963633,-0.0041713556,0.029865112,-0.0004938047,-0.005810607,-0.021086944,0.014720054,-0.01052427,0.008061658,-0.0025132254,-0.0041533443,-0.014238601,-0.0025210849,-0.0011710941,0.010231059,-0.007204142,-0.004080545,-0.0011829988,-0.023733819,0.037588447,-0.03473717,-0.015959714,0.009605371,-0.018708885,0.0016702607,-0.0080039855,-0.024384568,-0.019226817,-0.013691802,0.0060931765,-0.0074240817,-0.013635811,-0.0053065945,0.02174144,0.0040511074,-0.009110926,0.016994396,-0.0010842041,0.004264142,-0.004599886,-0.0070582298,0.0064769764,0.00954207,-0.031754706,-0.010085756,-0.0012391037,-0.015249543,0.014645046,0.0025771044,-0.0049102833,0.012671845,-0.012688066,-0.0049565122,0.003700581,-0.00962205,0.0032253456,-0.00091878546,0.0018163155,-0.019441674,-0.0026199534,0.009098147,-0.008811044,-0.019967455,-0.010901404,-0.00032389697,0.029276203,-0.0067598107,0.004163835,0.009376574,0.0032198122,0.0075757317,-0.009259693,-0.0042696646,-0.008731608,-0.02399313,0.0029187857,0.01792482,0.023612361,-0.013414784,-0.00981329,0.014631359,-0.011202646,-0.0011117398,-0.00039431677,0.020096593,0.01223614,0.0073005864,-0.008956361,0.010278972,0.02304564,-0.008335676,0.011835252,0.005351564,0.011295593,0.013496037,0.01645126,0.011199556,0.0075517073,-0.001108034,-0.00020659663,-0.011995121,-0.009199537,0.018692944,-0.008353385,0.009890909,0.009984106,-0.0145667875,0.011812438,0.0053132437,0.020259261,-0.0055222423,0.0010825805,0.015548237,-0.029059919,-0.024259059,0.0071717156,-0.007362872,0.014695786,-0.018546525,0.0019248838,-0.0034189983,0.0010011992,-0.0049548997,-0.017886613,0.0058226096,0.0065886737,0.007767824,-0.012828496,-0.012102019,-0.00457048,0.012851924,-0.0048895353,-0.0031274052,-0.01970747,0.0012266944,-0.01463831,-0.018694576,0.0025180436,0.010532463,0.027973104,0.0014201611,-0.010557934,0.013823263,-0.02124261,0.009229392,0.016567953,0.021981472,-0.019886658,-0.02348072,-0.0204707,-0.017673254,0.0077388594,-0.014075608,0.010164346,-0.016817367,0.010139009,0.0029145104,0.0122127,0.0037923693,0.0064198766,0.011763133,-0.023358857,-0.008041152,0.030814493,-0.00057810324,0.006334458,-0.012727458,-0.010353696,-0.018394789,0.03461435,-0.0031356008,0.008740228,-0.015707528,0.0028264925,-0.010415826,-0.00911703,0.025632221,-0.008460574,0.012928749,0.020383256,0.02123698,-0.017436432,-0.026128206,0.0104784,-0.004021512,0.009224125,-0.027943542,-0.01123985,-0.002566526,-0.006277647,0.0034722448,-0.023006778,0.012199638,0.004679259,0.025306147,0.015186389,0.009876148,0.014813419,-0.0040165186,-0.008554558,0.01464003,0.00793497,0.020089474,-0.020130271,0.018467195,-5.237865e-05,0.011693579,0.004032368,0.009759671,0.006836636,0.013211533,0.0049768314,-0.0130973505,0.00867512,-0.0031865668,0.0026106476,0.010431908,-0.013157341,0.013190273,0.00038381154,-0.005098003,0.0068161413,0.0037812432,0.009118066,-0.009635381,0.008431717,0.0067548263,-0.013265081,0.018594105,-0.0045716628,-0.0104971705,-0.020858387,0.012511179,-0.010827593,-0.0011189027,-0.0074892333,0.0014815368,0.0032390133,0.013718323,-0.007222497,-0.0045521557,-0.03272137,0.0048791156,0.017774414,0.023473881,0.013977869,0.0137589425,-0.0011626829,-0.0008243002,-0.018309979,0.00073418726,0.007824147,-0.024582656,-0.008459803,-0.022267988,0.013258207,-0.011592535,0.018458275,0.012341424,-0.040851135,0.008917661,-0.006994693,-0.005793776,-0.024087733,0.013246204,0.026192248,-0.009996822,-0.017526029,-0.026597485,-0.0025925634,-0.0032944253,-0.014777856,0.022691242,0.015909407,0.0015975048,0.024183847,-0.021333313,0.027073218,0.0041354396,0.02591076,0.020826316,0.018617485,-0.021846393,-0.004897107,-0.029701674,-0.0074743237,0.009106788,0.02807941,-0.005878708,0.010999952,0.010023134,-0.017942896,-0.00092951534,-0.015651867,0.00011210745,-0.001327708,-0.0037577932,0.0033156052,-0.0026045274,0.015532618,0.002207065,0.014265102,-0.01626835,-0.0040702797,-0.0002073278,-0.02014785,-0.013224881,0.002901669,0.013466535,-0.020660635,0.013838264,0.030160313,-0.0043568783,0.025614657,-0.028486434,0.008372409,-0.028225401,-0.0043441956,-0.008656929,0.0026674056,0.019383281,0.028747695,0.02398024,-0.0058645154,-0.006409408,0.019290986,0.0055243666,-0.018953739,-0.011560939,0.011526003,-0.013167399,-0.012134479,0.002525757,-0.017689556,0.0012119306,0.011218028,0.014286194,-0.017478675,-0.03752176,0.006252747,0.005332587,-0.012579851,-0.0124347815,0.01783765,-0.0016976685,-0.0040196367,-0.012106649,-0.011145424,-0.015822977,-0.017651418,0.010464408,-0.0011581165,-0.04253465,0.0039922586,0.00015057599,-0.0012765891,0.017891653,-0.00027392744,0.0040337658,-0.009423943,-0.013485383,0.014991385,-0.023934556,-0.025063222,0.008869942,-0.014917033,0.008633706,-0.01903492,-0.014457895,-0.018255776,-0.008792132,-0.0027256072,0.007974842,0.019687815,-0.016653031,0.0009147764,0.0035885735,-0.0030686047,0.005407284,-0.0021949417,-0.0071039107,-0.004049663,-0.016343543,-0.003988405,-0.01191374,0.008943763,0.0061079045,0.0014394923,0.02155194,-0.0017703272,-0.028579019,-0.0024475772,-0.012987302,-0.009269671,0.027939018,0.004855995,-0.0070939385,0.00270852,0.021703817,-0.011905217,-0.0055753593,0.010416087,0.0033929283,0.020102138,0.01078886,-0.0006292864,0.0020495325,0.020484021,0.0017327758,-0.011153744,0.011563708,-0.006377087,0.0063396017,0.022030678,0.021489011,-0.018331002,-0.0030394685,0.0095599145,0.024551362,-0.008260864,0.0147593245,-0.008127251,-0.011450071,0.017107785,0.008715953,0.017594833,-0.015591914,-0.00052639487,0.020123878,0.03072875,-0.014722347,-0.014169384,0.028882856,0.0072411653,0.02822073,0.024386713,0.021795625,-0.01384243,-0.010812496,0.006150811,0.013293861,-0.013162349,0.010622796,0.013348961,-0.0062005715,0.0035432957,-0.020486828,-0.007533248,-0.016356548,0.024586784,-0.010278983,0.006579575,-0.0042624744,0.021347279,-0.026899027,0.008556467,0.01095106,0.023235157,-0.0018470142,0.0046928357,0.004428654,0.0038627854,-0.007793711,0.0039292146,0.004054858,-0.04612987,-0.019712877,-0.027564611,0.01086882,0.009243387,-0.011664476,-0.01041921,-0.0069720545,-0.0058496785,-0.021783294,0.0017310098,-0.009369008,0.0003830402,0.01031386,0.022267964,-0.019360991,-0.0035018742,-0.00841056,0.010563658,-0.011393215,-0.035850506,-0.014346434,0.020380521,-0.029438455,-0.012573537,-0.011995451,-0.006844712,0.01224764,0.010079365,-0.017848948,-0.010028606,0.028732914,0.015838476,-0.009867156,0.004393164,-0.008761577,0.018707657,0.008690229,-0.0093543595,-0.03387744,0.0018024785,0.011774125,-0.015739493,0.008046291,-0.010198772,-0.009833104,-0.0076756454,-0.0016810525,-0.02141706,0.028147854,-0.0034366704,0.013386108,-0.007129588,-0.0016515622,-0.0072009675,0.010549356,-0.018212732,-0.007280988,0.01734935,0.005097674,0.006892568,-0.007116268,-0.01892811,-0.0047315443,-0.010865937,-0.023353249,0.017531963,0.005926236,0.013722436,-0.014485526,-0.0068441182,0.004142221,0.008643316,0.003785953,-0.019605925,-0.01022541,-0.015101413,-0.012761257,-0.02239694,0.0064254426,0.011739809,0.0033340112,-0.011383311,-0.020275244,-0.013149117,-0.016077183,0.00813843,-0.013036126,0.012399806,-0.007256729,-0.023419589,-0.0063782325,-0.029439889,0.013211025,0.0008234949,-0.013211384,-0.0016658287,0.0019011536,-0.00066912087,0.039139986,-0.032130297,-0.014245221,0.02365623,0.018564872,0.004502875,0.012318052,-0.015873993,-0.0028819016,-0.002056662,0.014789132,-0.016578842,-0.0049512084,-0.018463062,-0.00612181,-0.009983285,-0.0047657304,-0.003088405,-0.012839317,0.0013232577,0.0091282455,-0.008045862,0.0074083987,0.022604857,0.008274362,-0.00021981812,-0.011630575,-0.017783714,-0.017454507,0.022684762,0.010249999,0.022431664,-0.0070447833,-0.013402473,0.01693054,0.011129423,0.0023064562,0.009793996,-0.0014924444,0.011185465,-0.005021696,0.019720694,-0.000108155145,-0.0078771245,-0.012887118,0.0027060753,-0.007006332,0.021668963,-0.021095699,0.020249084,0.03057223,0.005235653,0.010129868,-0.0010123157,0.008931575,0.014652767,0.013731796,0.020182637,0.0009003702,-0.025178762,-0.0015183153,-0.0041695097,-0.011099776,-0.024992991,0.019235726,0.015030785,-0.006618865,0.006478416,-1.6319682e-05,0.015612026,-0.017214881,0.033124257,0.008045957,-0.01722208,-0.012527266,0.0033231464,0.008512404,-0.0063956077,0.005970671,-0.0039974833,0.020719528,-0.0056214365,-0.015497306,0.023507385,0.018708592,-0.004267682,-0.0098996395,-0.008908896,-0.0074683023,0.0137715265,0.016153011,-0.01693321,0.019084882,0.017893404,-0.013495385,-0.0021218779,0.029867582,0.008247459,0.0067322347,0.0033680105,-0.004870738,0.02857309,0.008158745,-0.0077364706,-0.0030486877,0.009498232,0.007563095,0.007320786,-0.0055421186,-0.005255202,-0.025187694,-0.015388642,0.0057742493,-0.0031140328,-0.009097249,0.0063846405,-0.016937003,0.16935162,0.1237607,-0.008127312,0.010931781,-0.006685401,-0.010153835,-0.004488678,0.00023587054,0.020274539,0.013642104,-0.030494848,-0.0020699783,0.0064077047,-0.021633947,0.015446471,0.0107083265,0.015021301,-0.0018897058,-0.023021614,0.011848919,-0.012792484,0.010002498,0.0044315257,-0.018169696,-0.01751182,0.018088419,-0.0125031,0.011867383,0.025294345,0.010618378,-0.010102369,-0.01768486,-0.016864758,-0.010799729,-0.02667131,-0.027456352,0.0012694589,-0.009462703,-0.018154025,0.0073104682,-0.038259935,0.018774686,-0.0029837936,-0.011374122,-0.015141563,0.009127994,0.005332116,-0.014115527,0.0063553206,0.0017068327,0.0019753003,-0.003284734,0.0016607802,0.017866693,0.0072177686,0.0065210992,-0.020730881,-0.027460106,0.00087787904,-0.0017083616,0.03243801,-0.005644765,-0.00015727147,0.0055343374,0.0010619847,0.004925039,-0.029545039,-0.019304343,0.0023408069,0.010666046,-0.008909779,-0.006228861,0.014459863,0.008236316,-0.014825852,-0.0026581062,0.017216789,-0.02492847,-0.0053585,0.0030725345,0.020374857,0.015263366,0.004851635,-0.0007770569,-0.0055588493,0.0071931044,0.012303242,0.014196645,0.11880231,-0.001624332,-0.010700252,-0.012057434,-0.005661918,-0.0017911713,-0.0037876489,0.06636727,0.0067033987,-0.009693711,0.009034922,0.016475445,0.011416382,0.019492395,0.018965255,-0.0019118926,0.013489174,0.021834599,0.010980457,0.0075573344,0.009829605,-0.0052570156,0.0019031249,0.002700101,-0.0015595518,-0.0039334306,0.0037100513,0.014040264,-0.0069465456,-0.016792778,-0.07252888,-0.009532273,-0.029300382,-0.006513503,-0.015499769,0.00037659652,-0.016229328,-0.008615769,0.00044753903,-0.0058843363,0.006755746,-0.013349792,-0.0075845835,-0.0022349486,0.012394942,0.01971441,0.002200504,-0.03998016,-0.008304905,0.009556769,-0.019278131,0.020524293,-7.3376126e-05,0.022419132,0.007410253,-0.0016614782,0.0038390819,-0.009027992,-0.016913677,-0.007400739,0.022108687,-0.011488124,-0.0064191204,0.0098227775,0.011374636,-0.0052518244,0.0017779584,0.0005383903,0.0131914215,0.015703306,-0.0123297,-0.015265254,-0.020825297,-0.029648248,-0.00035190672,0.012443932,0.01591918,-0.004648143,-0.013307342,0.0047181123,0.015667459,1.2984546e-05,0.0033599574,0.010803575,-0.009366726,-0.011628499,-0.004726587,0.019235356,-0.0071882447,-0.00024189215,-0.0047209095,-0.030751694,0.0007305174,0.008550966,0.013426505,0.006299793,-0.019067282,0.023374947,-0.002151579,0.021789432,0.014418965,0.0041652177,0.016498113,-0.0037424935,0.0075719776,-0.012665351,-0.01096725,-0.005690024,-0.016684484,0.029904142,0.013287601,-0.011036184,-0.0037099589,0.12859412,0.0036227286,0.008687137,0.006051713,0.008616134,0.012389053,-0.012676473,0.008929744,0.011297636,0.0057649375,-0.029736431,0.00067780574,0.008119363,0.028789198,0.0038054592,-0.014169072,0.023144713,-0.0042120116,0.0051889867,-0.0032830876,-0.013812628,0.0029093088,-0.0134501755,-0.027895568,-0.0068159,0.022505516,-0.008445407,-0.024415262,0.013169537,-0.004249124,0.0052273334,0.015008299,0.03552205,0.0055418187,0.0040384065,0.010114296,0.00040499013,0.016699577,0.0067172274,-0.0039125783,-0.03154016,0.015206202,-0.008292377,0.028965255,-0.0058776997,0.19520445,0.007557716,0.02561955,-0.021788938,-0.014496972,0.0063029905,0.014045325,-0.011408996,-0.0021213794,0.019562064,0.030762259,0.026565364,-0.02156739,0.009152464,-0.021229226,-0.004900005,0.021806201,0.0040480853,-0.00054739,-0.001027593,-0.00021964982,0.011009391,0.017431894,-0.012076716,-0.016723227,0.011499804,-0.009909767,0.02161746,0.0030101126,-0.01529223,-0.0017798927,0.008173018,-0.02693405,-0.0034254969,0.013666576,0.01826861,-0.010459374,0.0077349315,0.014401219,0.022772722,0.033360433,0.011218047,0.011155991,0.01883385,-0.03030339,-0.022378856,0.016415324,0.004631027,0.028478453,-0.010559819,0.019309951,0.01038277,0.008046215,0.0073846546,0.009078942,0.016968895,0.0070778364,0.015159266,-0.017939473,0.0004892495,-0.019295152,0.007480573,-0.011324739,0.0042371284,-0.024243608,-0.004616393,-0.010898941]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 156,
          "content": "Grab adds AI features for delivery, travel across key markets",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.00041614322,-0.005297256,-0.013473705,-0.04964955,-0.029593756,-0.0136164855,-0.017347347,0.05436861,-0.011818287,-0.012165305,-0.008255877,0.017499264,-0.0050547556,0.02166879,0.13235824,-0.01135689,-0.0016827681,0.017631546,-0.007158001,-0.01586725,0.019209052,0.016217027,-0.01887271,-0.014849596,-0.019740496,0.00030770438,0.01725708,0.023459997,0.016973205,0.0017766336,0.017591802,-0.0032162128,-0.0005446746,-0.006487432,-0.00675934,0.016677128,-0.0046260674,-0.012151326,0.004277719,-0.011136367,-0.009108337,0.0024056663,-0.012467279,0.02625512,-0.028756194,-0.018368678,0.012511193,-0.0058269436,-0.002356044,0.020511936,0.0024934106,-0.0003906197,0.0061251945,-0.17520572,-0.0019129084,-0.017775005,-0.0263113,-0.0218849,0.048343573,0.014293424,0.0056294743,-0.0049997647,-0.022333411,-0.00841683,-0.004205086,-0.021486357,0.042091455,0.003333132,-0.032547936,0.015662324,0.009315352,0.013913023,0.024002584,-0.026152732,-0.00926506,0.009029445,0.0028327322,-0.0036731972,-0.023788495,0.008524095,0.0065144575,-0.007798478,-0.016629325,-0.03128873,-0.0009965042,-0.005570426,0.0030492174,-0.018118832,-0.00046859865,-0.0045899996,0.008542007,0.002880535,0.02695768,0.0073844986,0.008736317,-0.016684836,-0.015719105,0.019038092,-0.004964981,-0.0100925695,-0.026142279,-0.020345531,0.0043613007,0.021410273,-0.012408858,-0.026064742,0.0008986279,-0.04195153,0.014631051,0.0069122002,0.012600384,0.018843211,0.03218554,0.018071106,0.0071102735,-0.13503471,0.0035193034,0.0035344725,-0.015248495,-0.00216439,-0.046844736,0.022755593,0.008072033,0.024960833,0.0066405903,0.01580135,0.003655724,0.010661808,-0.04027498,0.0056891264,-0.02647148,-0.015286839,0.012108955,-0.01590392,-0.01434776,0.028088236,0.017745372,0.02234557,-0.014684057,-0.010882093,-0.03751246,0.014631078,-0.0051494986,-0.0007018418,-0.052934986,-0.0033982052,-0.0143021885,0.023059113,0.032073654,-0.0034591702,-0.00039940077,-0.017614778,-0.013798549,0.0041276724,0.006651234,-0.022327255,0.032205123,-0.004395726,0.0037443314,0.015207499,-0.0023816328,-0.0127967615,-0.007849946,0.017053897,-0.006208514,0.024903523,-0.025223246,0.014009601,0.0037712085,0.003953505,0.009759149,0.030047778,-0.01388314,-0.0025158136,0.014984195,0.013810377,0.017818833,0.008725472,-0.007267651,-0.0055165035,0.0036427998,0.018438565,0.009948253,-0.011567805,-0.01731545,-0.014609928,0.011126474,0.0077521293,-0.017221943,0.008741831,-0.034901988,-0.0059533394,-0.0068352586,0.0006387199,0.03907778,-0.015407439,0.019238012,-0.00608058,0.009048665,-0.013484154,0.026088847,-0.012305426,-0.03771395,-0.02676404,-0.016444074,-0.027834084,-0.012721384,-0.008148901,0.008571887,-0.015615406,-0.008441102,-0.007413439,-0.004756052,-0.034874305,0.0064767897,-0.013138337,-0.027492335,0.004833984,0.002967937,-0.04549796,-0.0075545604,0.00039977906,-0.016688935,0.03115036,-0.001702455,-0.0045983586,0.010087085,-0.012781094,-0.008318149,0.010135191,-0.0011190384,0.03263571,0.013651166,0.012910836,-0.022831414,-0.008825796,0.011626902,0.009169713,-0.03617681,0.030393146,-0.025548197,-0.0034280375,0.0068393466,-0.011404705,0.04152002,-0.017544586,0.021149062,0.0046088668,0.010015135,0.01712227,-0.008061637,-0.018346492,0.0035315477,0.00757298,-0.0053972136,-0.009498098,0.00050007255,0.024841962,-0.011686066,-0.0008220167,-0.0080987625,-0.00056872546,-0.044192582,-0.00719924,-0.0010483881,0.0053564357,-0.0026774083,0.021627074,-0.0022488348,-0.010238239,-0.008725628,0.0027409524,-0.0004840673,0.012678451,0.0012277417,-0.0024838597,-0.04328968,0.04711416,-0.003218236,0.013471836,0.026962306,0.03009016,0.0050351094,0.03001432,0.0026266202,0.0074865124,-0.0045439885,-0.01394561,-0.0022389514,0.011180311,0.028877368,0.0085907,0.0014413863,-0.032047052,0.02338685,-0.04018293,-0.0005638472,0.026866881,-0.0062367916,0.005726743,0.02055733,0.010034504,0.019788954,0.043354604,-0.018776098,0.0089828065,0.01716438,-0.0013139767,-0.014506087,-0.014478512,0.0077047427,-0.0031441702,0.005239906,-0.009981442,-0.0037470413,-0.011948946,-0.016064478,-0.0071864687,0.0031821488,0.008414933,0.0062127123,-0.007458079,0.010668906,0.0039006737,-0.010022679,0.005771962,-0.0034030622,0.015101108,0.00015965867,-0.018817326,0.0003261567,-0.007194076,0.015394156,-0.024994366,-0.03598894,0.01057811,0.021385947,-0.011974298,-0.021270376,-0.0051755006,0.0067550954,-0.023068853,-0.021523409,-0.010963495,-0.0337976,0.04193899,0.006086334,-0.029494489,-0.0013312852,-0.045030028,-0.0055203047,0.007438507,0.032431077,-0.016313024,-0.025803503,0.025544811,-0.008057099,0.01118335,0.025831847,0.0050037596,-0.01586334,-0.008716031,-0.024773678,0.009060274,0.02054256,-0.010357873,0.03019518,0.0011515574,0.04388632,0.008733628,-0.005180179,-0.0013345073,-0.01426011,-0.026933277,-0.010317031,-0.012707141,0.0048936997,0.009578705,-0.03321244,0.028715314,-0.02231329,0.037064888,3.9294362e-05,-0.039774567,-0.012460028,-0.0007954121,0.018642547,-0.0049299886,0.0015990741,0.029471472,-0.00021475473,0.0020298748,-0.019184247,-0.0059052836,0.005427558,-0.0023746167,-0.028834399,-0.0019674115,-0.023692546,0.021856746,-0.013310834,0.004214698,-0.011906157,-0.0022239692,0.001819333,-0.0055092904,-0.010374143,0.00054781185,0.032743238,-0.009319341,-0.04309684,-0.017732546,0.01735914,-0.0031713473,0.043881107,0.013555434,0.014606495,0.038773444,-0.029042695,0.0071472395,-0.02300598,0.00334369,0.017700113,0.03155608,-0.024910165,-0.007963963,-0.010346845,-0.014006641,0.038059764,0.005711915,0.0072811223,-0.008625071,-0.01371787,-0.014714433,0.0059515815,-0.031095464,-0.0047662226,-0.0034278326,-0.018224914,-0.0018616399,-0.009794575,0.017238995,0.008206875,-0.005243146,0.021665111,-0.01149387,-0.0022894295,-0.006866427,-0.012973382,-0.010526662,0.027426612,-0.0005982192,0.021747265,-0.016552374,-0.019928588,0.01423945,-0.040638868,0.026417196,0.00076212507,-0.025465919,0.00020631564,0.022195766,-0.013360583,0.017407797,0.0077253496,0.026940998,-0.0016988987,-0.03160574,0.009343466,0.0041976646,-0.0037398955,0.013894379,-0.012456737,-0.017984655,0.018144038,-0.0009471832,-0.005237298,-8.492593e-05,0.013090771,-0.0028020437,0.021297602,0.0050714663,-0.01585946,0.013841309,0.012464725,0.026765227,0.0030340354,-0.043781973,0.0054205423,0.03204691,0.029656146,-0.015070519,0.007892487,-0.0015901846,-0.0025855065,-0.0066262973,0.022128733,-0.012108901,-0.00074694114,0.004645697,0.04692852,0.00030315836,0.030136462,-0.003930946,-0.011182972,-0.009954148,0.00880199,-0.01915947,0.029390885,-0.033227693,-0.012895125,0.0047817533,0.009163589,0.0127549395,0.002378176,-0.0032157355,0.0003084591,-0.019367557,0.02648802,-0.025683507,-0.004791311,0.006984635,-0.0016024018,-0.009596623,0.025314203,-0.028895,0.010512985,-0.0020226256,0.022663964,0.013630706,-0.006975828,0.021558862,0.004568602,0.007538084,-0.008579233,-0.0041427896,-0.0059829103,0.035174403,-0.0053128777,-0.0005032866,-0.014277752,-0.01078562,0.0055783745,-0.0031419378,0.03784515,-0.06004623,-0.000645016,0.013714821,-0.0007395472,-0.004826425,-0.010828094,-0.010186725,0.012709899,0.0020040197,-0.0141260475,0.014574137,-0.031705104,-0.000822019,-0.009769906,0.005715172,-0.016026821,0.004753367,0.031127827,-0.010158231,-0.018137936,0.006305615,-0.0037574228,0.0138193555,0.013308481,0.014983893,-0.016725218,0.013501974,0.031097867,0.015746132,-0.003417902,-0.008755863,-0.0057243034,0.024140289,0.019636981,0.025664127,0.012654119,0.0063464986,-0.0022380552,0.012095642,0.00629764,0.009960692,0.014612256,0.0016563226,-0.054913774,0.01552933,0.014557793,-0.017729644,0.02371987,0.031932447,0.0369229,-0.023647988,0.004065942,-0.0069730235,0.017602557,0.022838626,-0.0012971709,-0.026235897,0.0045492793,0.0024766824,-0.0049681086,-0.006827177,0.007944499,0.01793655,0.023884678,8.3248895e-05,0.023109464,0.006362586,0.012512026,0.022136858,0.012908213,0.008529074,-0.045276355,-0.0073539307,0.002684605,0.012413407,-0.009597423,-0.01496275,0.015876193,0.007075507,-0.018307617,-0.047591385,-0.04275542,-0.072655015,-0.019188575,-0.0077807754,-0.0035558261,0.0034746064,-0.00288027,0.011802842,-0.011948984,0.009838366,0.0027095585,0.0020034683,-0.00068075693,0.014433901,-0.0029321676,-0.004353385,0.002200732,0.029001608,-0.00436923,0.030812878,-0.007845622,0.00083581486,-0.035292014,0.013476392,-0.005986781,-0.034649204,0.015806101,-0.027149722,0.022222929,0.009360367,-0.02527251,-0.031561047,-0.12355153,0.010036993,0.010485252,-0.003055652,0.023988025,0.0042924564,0.00013485964,0.010446525,0.01057606,-0.03325057,0.031123832,-0.0414041,-0.023742275,0.0053016194,0.00955927,0.104119495,-0.02476115,5.7953475e-05,-0.009450535,0.010563656,0.015810719,-0.022076676,-0.0044161836,-0.018127171,3.9522438e-05,0.012300365,0.008810534,-0.024081063,-0.01261716,0.047614906,-0.020100577,0.017528066,0.0062927534,0.010856593,0.007241133,-0.011919065,-0.005212527,-0.0053564887,0.03685763,-0.0050760186,0.027459616,0.015382376,-0.00029411633,-0.013034858,0.00037465227,0.0068473597,-0.033540126,0.015345425,0.010305464,-0.028227955,-0.014265997,-0.06831593,-0.020184381,0.00055496773,-0.013590469,0.01617831,-0.007440668,0.0061822566,0.019005336,0.012577109,-0.008712777,-0.008772173,0.00299636,0.013744255,-0.006376844,-0.004754566,-0.00013020761,0.008705971,0.01372413,-0.031545054,-0.0021232471,0.004664931,-0.0031448305,0.010683378,0.010371419,-0.030676307,0.021680983,0.048156276,0.006247558,-0.023131471,-0.02842438,-0.0316725,0.014129783,-0.01733734,0.023058759,0.024601918,-0.014344568,-0.011113171,-0.014452713,0.007454853,0.0052188793,-0.021003032,-0.007713603,0.028753614,-0.024598857,0.019925274,0.013772985,0.01408496,0.017494062,-0.036898527,-0.014468964,-0.033153195,0.034565505,0.0017496208,-0.002006165,-0.0016571922,-0.007896882,-0.00071012485,0.025677456,0.017842576,-0.012945659,0.021633018,-0.028286938,0.010511744,-0.010566185,0.005724338,-0.0016373638,-0.0030224058,0.003972173,0.003713314,0.01465072,-0.007296132,-0.03358775,0.0094168745,-0.00031466503,-0.004016739,-0.0073977415,0.0137684485,0.0015765966,-0.02528622,0.0036839028,0.0045186477,0.0008202081,0.0052786777,0.008520892,0.007396326,-0.023046909,-0.0061902557,0.0069983685,-9.912769e-05,0.017947845,-0.0041783866,0.0030589658,0.013303846,-0.018278014,-0.011956085,-0.0040538423,-0.0012335066,0.018889785,0.010957637,0.013858085,-0.01789016,0.0039453115,0.0022303723,-0.00083121046,0.00759935,0.010863858,0.017930888,-0.010271295,-0.021160744,0.013248689,-0.018359195,0.014211719,-0.004565989,0.031335235,0.0062249135,0.009101575,-0.010094748,0.0014082966,-0.0025619608,-0.00125844,0.0001195488,-0.022073872,-0.0039098924,-0.0019017203,0.0041284706,-0.0055784285,-0.0034544186,-0.0041046883,-0.0102133015,-0.0037194602,-0.010115218,0.009111075,0.00057856773,-0.0012613718,0.010413856,-0.008775727,0.009888092,-0.005459823,-0.008482891,0.0036010807,-0.013759343,0.018034676,-0.0043029357,-0.018355096,0.0027450777,-0.00092051167,-0.011705571,0.0012051646,-3.8972896e-05,-0.009696806,-0.023067687,-0.01130464,-0.0027005312,-0.0031467057,-0.0007508945,0.0049325465,0.012062495,0.012738637,0.0071407743,0.0033413565,0.013824998,0.008837597,-0.0007002813,-0.008839373,0.0035963727,-0.01867053,-0.0076805633,0.018119678,-0.001713226,-0.00041724622,-0.00023236107,-0.00077117264,-0.015077075,0.02709458,0.00835909,-0.009880034,0.014236672,0.0036517985,-0.009841197,0.0046814703,-0.005254393,0.013921064,0.006910657,-0.0070326226,-0.0059701405,0.013600906,0.008886335,-0.0019032358,0.0055315173,-0.00029362546,-0.0046648583,-0.0044675604,-0.008039303,0.0050577777,0.006675376,-0.01506901,-0.01151706,-0.015286274,-0.0037115174,-0.0003586493,0.0020793176,0.024363628,0.012543692,-0.00060730585,0.0014357731,0.0059524574,-0.023333762,0.011177588,-0.0032124359,-0.0064873383,0.015603196,-0.0063001066,0.011766756,0.003333223,0.0064865,0.0064972304,-0.016169148,-0.0061376016,0.008689844,0.0024313084,0.0133179175,0.016956113,-0.010226968,-0.0016862917,0.0077394284,-0.020509955,-0.010203378,0.0063740835,-0.0087448675,0.0137938615,0.007240321,-0.003488927,-0.016536012,0.016816908,-0.009864627,0.009132159,-0.02219366,-0.012266327,0.012569543,-0.011755968,-0.004224093,0.006389937,-0.0024264364,-0.00051252503,-0.007964686,0.0032931094,0.00065193855,-0.0054237666,-0.0064736353,-0.0066198744,-0.0031670334,-0.007066549,-0.02218249,0.026594492,0.00011488915,-0.015620861,-0.0031674232,0.0057574417,-0.0053032497,0.08256386,0.0048773508,0.022436628,-0.00012432407,-0.015225003,-0.010228756,-0.004410513,-0.0036273007,0.014147772,-0.009005837,-0.0018617171,0.007894938,0.011502059,0.005715769,0.00051572494,0.022728082,-0.0020443175,-0.0015840606,0.015407799,-0.0028260022,-0.0012935688,0.022349296,0.007834586,0.0040479833,-0.011710228,-0.010801894,0.00038468157,-0.00065281027,-0.010148197,0.011729801,0.0070826593,0.0015575484,-0.0025809754,0.016267357,-0.0036302956,-0.0058889817,0.009343347,-0.007260065,0.005406856,-0.0012600833,0.009704988,0.008492128,0.0010197368,-0.0071865316,0.0043516294,0.015712477,-0.0026433505,-0.025097089,-0.019481422,-0.0066229324,0.009257759,-0.00036901218,0.005063053,0.0056978213,-0.007568684,0.009776238,0.0098387655,-0.0035676733,-0.005917066,0.008783823,-0.010395899,0.0087845065,-0.0077879466,0.009317424,0.008021396,0.006230298,0.009505745,-0.0048449943,-0.022116628,-0.01106059,-0.0009806807,0.003088899,-0.0045709913,-0.008795456,0.023719214,-0.012186652,-0.0127022695,-0.010101269,-0.0078155575,0.0053148707,-0.016109614,-0.0031682558,-0.00673631,0.009515078,0.0061451537,0.008803805,-0.0025893105,-0.025637684,-0.0034354592,0.013149682,-0.011358746,-0.01681596,0.0037977106,0.004532696,0.0019559956,0.017616732,0.04164268,-0.008985275,0.010117512,-0.006693515,-0.006635464,-9.7607706e-05,-0.004422207,-0.00014782762,0.0057851467,-0.018310659,0.009456616,0.015862724,0.028933939,0.009480894,-0.0007021372,-0.017521497,-0.0066436785,-0.0064422465,0.0023658103,0.0034968813,-0.013387281,0.01543689,0.00043012924,0.015011843,-0.009843141,-0.01010823,-0.008155465,-0.004050149,0.0028801041,-0.002873335,-0.007149277,0.0075447722,0.0040831254,0.016589731,0.0027386653,0.004478241,-0.00984215,0.0059606037,0.009624876,0.00887718,0.01735453,0.0046322914,-0.014418079,0.004930772,-0.00803271,0.002204032,0.002422449,0.0059871054,0.011028328,-0.0014478714,-0.00051272445,0.008790884,0.016206902,-0.0020923966,0.018065087,0.0007114675,0.0070827766,0.003632008,-0.001645548,0.004749719,-0.016877087,0.00025224133,0.004268882,-0.0030411063,-0.01098289,0.008264434,-0.0023311411,-0.0077297534,0.007883475,-0.004665475,0.0018210649,-0.0029534774,-0.00464935,-0.0047759437,-0.014879086,0.013651991,0.012071582,0.002819969,-0.004689368,-0.02088262,0.0055601485,-0.01729065,-0.008818811,0.002783261,-0.0016243091,0.008881614,-0.00016472579,-0.010246944,-0.009041272,-0.0019218063,-0.0027554466,-0.0022459433,0.015300675,0.0028194245,0.013782657,-0.014341335,-0.008515296,0.014381915,0.01702227,0.005395182,-0.013363945,0.0019798968,0.0016003381,-0.010590787,0.019676188,-0.004942841,0.011276984,-0.023002382,0.0010657902,-0.01786462,0.0049950634,-0.0031029328,0.0102559095,-0.004346341,-0.005202629,-0.016046032,-0.012312516,0.021940103,0.017650539,-0.0011265521,0.0027609868,-0.023471812,0.0056209075,0.003389598,-0.016457072,0.012603269,0.0020798054,-0.0007256351,-0.0058631464,0.0015895291,-0.0012165558,0.0045796824,0.0010354279,-0.0012150547,-0.019636625,0.0059899124,-0.0102702705,0.00088482146,0.004382503,-0.00053014344,-0.029045023,0.010109399,-0.017584171,-0.013794201,0.005055925,-0.006579064,0.010345504,-0.020550828,-0.0018684039,-0.014400463,0.008631787,-0.0014831914,-0.0109771015,-0.00895422,-0.0044291024,-0.011039665,0.009547409,-0.011004569,0.02772485,0.0013292433,0.0037446006,-0.049934585,0.00046269837,0.0135348765,0.007674557,-0.013166169,0.010179427,-0.0057622585,-0.01874115,-0.002539548,0.0067667505,0.017093604,-0.010748651,0.0089465175,0.013456862,0.009897046,0.012070995,-0.0050348463,0.004998886,0.0051495116,0.011253965,0.0121568795,-0.0057865763,-0.0043266816,-0.005721858,0.0004264574,0.00014627293,0.005727274,0.0031451331,-0.0024711858,-0.004379892,0.019339148,-0.0046655224,0.014900085,0.014761522,0.00595146,-0.0024575437,-0.014716538,-0.01232792,-0.021967778,0.00033826526,0.016473982,-0.010360844,0.0017589557,-0.0052483873,-0.004568665,0.008030168,-0.0054446408,-0.017101768,0.02447222,-0.009383318,-0.0033741288,0.0069014025,-0.01356567,0.01505906,0.0020419352,-0.00873495,0.019282952,-0.0064813197,-0.029631928,-0.014034749,-0.00080235343,-0.024840355,-0.0079304855,-0.0027528512,-0.009123956,0.008798028,-0.0057816496,0.0062885634,-0.029658334,0.007406365,0.010188605,0.010693039,-0.012829658,0.0041253716,0.001784482,0.0008775458,-0.003383352,0.0065217307,-0.003640453,0.02131351,-0.013436804,-0.0041805333,-0.0049722185,-0.0029612265,0.005418747,-0.010930818,0.0010294877,-0.029148906,0.001322601,-0.012982586,-0.004935981,0.00913323,-0.0024471693,-0.012375576,0.0051954347,0.004788624,-0.0026779054,0.004494436,0.023363763,0.0033320077,-0.00026225642,-0.013672522,-0.00024942655,0.004082319,-0.0019717093,0.012839164,-0.009441421,0.004759907,0.005536332,0.011124861,0.023668902,0.012685102,0.018065367,-0.008700261,-0.008435919,0.0017226136,0.009266678,0.016690977,0.0060732397,0.0026890815,-0.026928384,-0.0030979493,-0.0034430956,-0.013479985,-0.0038545644,0.008209957,-0.0019264757,0.006242773,0.0054870495,-0.008096642,0.0008571849,0.0010264463,0.0065845703,-0.027060634,-0.008554223,0.014750138,-0.0012083831,-0.010726718,-0.0036473894,0.0032873752,0.0072441245,-0.00244582,0.004218528,-0.01786817,0.00042331932,0.007969954,0.0010070405,0.0024690002,0.0076021533,0.025169225,0.0005493913,0.008162241,0.0029756248,0.009360902,0.02608281,-0.005173191,0.006887794,0.013714299,0.0022316051,-0.0020039645,0.015293296,0.024889613,0.0034258785,-0.020551788,-0.002838632,-0.0023529313,-0.004644428,0.0033726662,-0.0014252858,0.006843483,0.0128737595,0.00854932,-0.013826302,0.021893699,-0.016651073,0.0039847074,0.016527956,0.002225632,-0.0025736634,0.013566625,-0.015726276,0.027279247,-0.005330851,-0.010396201,-0.011182318,0.001998933,0.0054539964,0.007961872,0.0020872033,-0.008425091,0.0002742153,-0.0014683764,-0.0072201416,0.01765401,-0.006393286,0.00869801,-0.0074963234,0.0071474607,0.014595367,-0.00039602988,-0.008446275,-0.009673941,0.0033173908,0.011377419,0.0021788257,-0.1075266,-0.0038274622,-0.020527102,0.0063118874,-0.007853034,-0.012155021,-0.0065547563,-0.0025216865,-0.005346603,-0.012243226,-0.011290057,-0.012952307,0.016559042,-0.009135117,-0.016159385,-0.004458917,0.012001636,0.0011223406,-0.016287297,0.028093632,-0.0015420556,0.006167003,-0.032002527,-0.005322557,0.004941181,-0.018647758,0.0016073987,0.006913046,0.01114443,0.004641289,-0.0005114271,-0.0133833485,0.033715174,0.029727325,0.006482633,-0.015276984,0.008016968,0.01521826,-0.12711115,-0.0026066478,0.0011062444,-0.013790784,0.0067432225,0.007988466,0.008680474,0.009216723,-0.011785501,-0.0057278043,-0.015869854,-0.009281009,-0.0099972505,-0.008290953,0.019673815,-0.006961993,-0.030838814,0.003997272,-0.016761689,0.013828216,0.002412585,0.015437757,0.013724954,0.004886262,-0.009393583,0.0060893693,0.0056572105,0.007580294,0.0032760375,-0.02507842,-0.01247985,-0.0013913158,-0.017216878,-0.0079628145,-0.00057867187,-0.016047046,0.0047252197,0.0008782868,-0.0014659062,-0.0062671322,0.007981566,0.007378018,-0.001172028,0.02041602,0.0016451108,0.0075537325,-0.0010822807,0.0023057486,-0.0066146427,-0.008939798,0.0013870179,0.017692667,-0.0034048285,-0.016634652,0.01013415,0.0072829393,0.0007432348,3.40394e-05,0.004183904,0.025206042,0.016436,0.00527225,0.017928202,0.0020666125,0.018807145,0.014948385,0.017532017,-0.0134856105,0.0014602806,0.009767151,0.005071359,-0.0055726385,0.018461082,-0.0011592143,0.010522877,-0.0046052616,0.0052873846,0.011856274,-0.0007169882,0.013041379,-0.01501085,-0.016428676,-0.015018714,0.0070640715,0.0080402335,-0.016956579,-0.02316196,0.010588464,0.00660512,-0.06378068,-0.0020190873,-0.0014410604,0.0014048923,0.029787544,-0.012486087,0.008791492,-0.0021389062,0.0010436402,-0.0028696798,-0.022956135,0.016863888,0.011620462,0.019630114,-0.011779027,-0.016700003,0.015099899,-0.008788082,-0.031030389,-0.0064024953,0.0003154228,-0.026994025,-0.026457913,-0.009905653,-0.001168172,0.005922248,-0.005993839,0.0009564383,-0.024664834,0.00052908645,-0.010948299,0.01133184,0.005861673,0.003482439,0.019911738,-0.009627114,0.014200483,0.02013246,0.012672235,-0.029088326,-0.0023934892,-0.0082039405,0.02115057,0.017871168,0.004806781,0.008234379,0.017327573,-0.016757753,0.01793384,0.01577884,-0.01351719,-0.0076431166,-0.011892019,0.025496028,0.005391025,-0.0012394073,-0.0073570907,0.0073829656,-0.010195653,-0.018738078,0.021738969,-0.019039799,-0.01515833,0.0017112236,-0.008270296,-0.0022235939,0.013182683,0.00072180724,-0.01686639,-0.0061800187,-0.012478827,-0.025508422,0.0060100965,-0.013934502,-0.00014680589,-0.013086633,0.01088537,-0.018318469,0.020325156,0.028530002,0.008189403,-0.014846727,-0.0001624103,0.020072253,0.0090041645,-0.008898076,0.008608795,0.008095114,0.017393049,0.015110403,0.017111823,0.019460184,-0.0076144165,-0.0026203913,-0.00045778145,-0.005343423,0.011193368,-0.014183841,-0.0033123302,0.002664192,-0.015489956,-0.028341314,0.044757087,0.0003874256,-0.004033042,-0.009628573,0.008370056,0.00068406604,-0.019762829,0.007115717,0.016800791,0.013254214,0.007535472,0.008938446,-0.16581616,-0.0052476344,-0.019099128,-0.022213487,-0.0036282458,-0.021002168,0.001987305,-0.02087699,0.031515073,-0.008548889,0.009600588,-0.008773622,-0.005471528,-0.0036709327,-0.0014819066,0.011669202,0.0030030312,0.022899311,-0.0021038547,0.0075795786,-0.026015919,0.004750809,0.00051824824,0.0047114994,0.0038232047,0.000307078,0.016747018,-0.018294,0.0048133866,-0.007810522,0.02680304,-0.009638028,-0.016342446,-0.0015253087,-0.015952839,-0.003171711,-0.021599434,0.006623959,-0.018314693,0.0074185035,-0.010402741,0.0143615315,-0.018367233,0.014560028,-0.008351825,-0.007249565,-0.021679519,-0.017002631,-0.013065048,-0.026655745,0.005079333,-0.004303695,0.017287243,-0.013795747,0.00082203036,-0.017016929,0.001752917,-0.003966716,0.008010349,0.00080858433,-0.0051720515,-0.0032810604,0.006682316,0.014737009,0.012633535,-0.00034279338,0.003966199,0.14658447,-0.021004371,0.011010144,-0.014372129,0.00058300595,-0.014873417,0.015856598,0.013328929,-0.02947361,-0.009412135,0.00394712,0.009200054,0.01570733,0.0019810048,-0.009637531,-0.0016212625,0.0049039233,0.024579166,0.02327261,-0.0094026,2.8732877e-05,-0.0019101218,0.015083781,-0.0071013602,0.009440942,0.0051005613,0.0064836135,0.03763026,0.001151411,0.018806135,0.014992412,-0.023009427,0.008320773,-0.01585475,-0.0018442153,-0.021119535,0.012132694,-0.00903209,-0.03346457,0.01905988,0.008295192,0.019120278,-0.0022298074,-0.0028107706,0.0015142466,0.010134938,-0.025173692,0.02497266,0.012507158,-0.0019715587,-0.024096351,-0.005688252,0.0017441841,-0.007877858,0.011312024,-0.011782123,0.005610443,0.008124913,0.002942682,0.0034575954,-0.018838985,0.017720811,-0.008119063,0.00860203,-0.000326019,-0.0043109404,-0.008449,-0.016340278,-0.005371928,-0.09651055,0.013161461,-0.034009006,-0.009093099,-0.0020234813,0.035711046,0.0064137033,0.006738652,0.004392978,-0.018457178,0.0002651183,-0.020843297,0.019298246,-0.0015092589,0.010666224,-0.0023724877,-0.007153725,0.021779789,0.0042183944,-0.013561613,0.00678515,0.005978152,-0.0035333356,-0.012879275,0.0055694375,-0.0067923255,-0.013224077,0.009159271,0.0046564033,0.013701676,0.0013817127,0.033636127,-0.0110263685,0.026108421,-0.015644604,-0.0014368233,-0.0051492723,0.0037585276,-0.0014737882,-0.0068172626,0.0150475595,-0.013652572,-0.0014933604,-0.0229378,0.010168076,0.008978347,0.01741518,0.0030085582,0.0011519961,-0.0065909415,0.03131712,0.0061228834,-0.013790796,-0.014487163,-0.0149946045,-0.010059475,0.01868106,-0.04299898,0.02568923,0.0119970795,-0.015235563,0.021876281,0.003725492,0.008808182,0.003848788,-0.034691513,0.0058436315,-0.013327083,0.005215882,0.010810745,-0.0055692443,-0.013296448,0.0033029877,0.007869937,-0.01627045,-0.010372766,0.0023930627,0.006767033,0.02514919,0.004900767,-0.0042742686,-0.014888523,-0.0014144841,0.0023897465,0.020647315,-0.017378913,-0.0011260802,-0.013073337,0.006737798,-0.00012088517,-0.0047572167,-0.006553138,-0.0029109407,0.0037862547,-0.020245897,0.0027866703,-0.005365373,-0.009057503,0.0064272317,-0.014696951,-0.0035693266,0.0077751838,-0.0037656778,-0.002230553,-0.011424687,-0.0037362198,0.013199113,-0.016622927,-0.0005902914,-0.016430048,-0.008534219,-0.0056967763,0.00971032,0.0020251728,0.00083962694,-0.0065055722,-0.004762434,0.014337687,0.004821412,0.01741587,-0.0010889125,-0.008917448,-0.0052853455,-0.0047127837,0.010956279,-0.0021731837,-5.9927766e-05,0.00031158482,0.0006459123,-0.013536565,0.0008269775,-0.0036853307,-0.0024758854,-0.005985709,0.019159898,-0.023742583,0.0069624255,-0.009361988,-0.007215454,0.017201234,-0.012722016,0.006260544,-0.020197354,0.0031988304,0.002450309,0.0076590427,0.008961268,-0.015821854,-0.019161504,-0.0059572966,0.013017256,-0.0014257304,0.0061838813,0.02571312,0.0071089305,-0.005571564,0.009235978,-0.0063518398,-0.006837105,-0.007146202,-0.008154758,0.009986617,-0.0063293697,-0.0068216254,0.03176957,0.0075165736,-0.02326975,-0.019237371,-0.035615467,-0.017106635,0.0079628555,0.0014818693,0.02453302,-0.017483003,-0.0002836846,-0.004546893,0.035045754,0.011411943,0.006776473,-0.052257165,0.00825564,0.01612077,-0.015904952,0.009387269,2.4736411e-05,0.00596218,-0.018935809,0.010719066,-0.0047253594,0.017552432,0.012319287,-0.013790855,-0.0046856264,-0.012818208,0.0013580109,0.0026524737,0.0019821755,0.0054261135,0.036125254,-0.00018035652,0.027314395,0.00074705784,0.0027414232,-0.004891072,-0.0029123311,0.0037821785,0.016120423,0.009185042,-0.01837311,0.010549114,0.011976524,0.008398581,-0.01920155,-3.2086282e-05,-0.008568966,0.008568496,0.01497789,0.0030856174,-0.024677305,0.007234127,0.007990822,-0.08177566,-0.0077143866,-0.016480656,-0.00228991,0.010266001,-0.013781229,-0.023570573,0.0048094564,0.009348228,-0.017052703,-0.0089027025,-0.006137482,-0.020186339,-0.011720088,-0.003977194,-0.005265835,-0.030405916,-0.026488826,0.0024925845,-0.03384396,0.005902187,0.0019674173,0.017013732,0.002188528,0.0006342691,0.024437841,-0.0025103565,-0.005855729,-0.009524784,-0.011898323,0.00874008,-0.006045612,-0.013315071,0.0115219215,0.019677311,-0.0004581871,-0.0076393057,0.00931987,-0.0013517147,0.023143755,-0.004726002,0.04167386,0.004049647,-0.0056819133,0.0014689844,-0.1077355,0.013893126,0.0077307806,0.0032951892,-0.0127034215,-0.008898803,-0.012623239,0.05921931,-0.0043165023,0.015142869,-0.010649794,-0.016989758,-0.01616588,0.007518123,-0.007215131,0.005224062,-0.020958014,0.028270803,-0.0051121973,-0.018802267,-0.013824028,0.0038516014,0.0015149411,0.027547684,0.020881927,-0.0315681,-0.010572794,-0.013504334,-0.021657638,0.019288428,-0.008883227,-0.0076868422,0.0035331706,0.003783843,0.012703008,0.014595345,-0.00992214,0.0035324025,-0.006981151,0.008479894,0.013553833,-0.009867021,0.012323944,0.007413824,0.020390244,0.0013391193,-0.0058613005,0.007437399,-0.0036805447,0.025467796,0.0016407134,-0.012531918,0.004377884,-0.002897328,0.0024136505,-0.011576163,0.007196121,-0.013810053,0.014126977,-0.007823618,-0.028089492,0.0036857438,0.0068911356,0.017944343,0.016878838,0.005651844,-0.037547644,-0.009575004,-0.030745324,0.01329166,0.017013054,-0.011682282,-0.004156833,0.010674107,0.004945866,0.014599452,-0.0044062445,0.014698605,-0.02108883,0.01709469,-0.026863452,0.004601635,-9.674302e-05,-0.027434098,0.025324453,-0.007373974,0.030586557,-0.0107581355,-0.0049837525,-0.008463569,-0.017475236,-0.0008934574,0.023164114,-0.0074189464,0.00012793632,0.017028535,-0.018913021,-0.001591913,-0.011809084,0.0014985801,-0.015577857,-0.022251798,0.00038856227,-0.01249453,0.021359833,0.024610918,0.013064151,-4.252873e-05,-0.0038995713,-0.006901883,0.0033068159,0.01708957,-0.0010416878,-0.00852201,0.004560097,0.004249349,0.015389053,0.0075894715,-0.020034136,-0.0025267403,-0.035881232,0.0029712326,-0.009333545,-0.00046578544,-0.007692871,0.002956489,-0.01639336,0.013500214,-0.019525034,0.005705837,0.019406952,-0.003832885,0.010667389,0.00028614933,-0.013121207,-0.012017555,-0.0040794276,0.0019479012,-0.015835507,0.0117297955,0.006663343,0.0047697956,-0.0005226809,-0.028094575,-0.00566941,-0.00549681,0.012992785,-0.008056164,-0.0059638913,-0.0004515108,0.00013585245,-0.0047188425,-0.004195925,-0.004667441,-0.01789214,0.008677872,-0.0004549567,-0.0028324763,0.009995366,-0.0196305,-0.024373423,-0.00524623,-0.011912542,0.032250926,0.0019157511,-0.022644395,0.016826048,0.01123079,-0.008408471,0.011467254,0.0050816173,0.0073287054,-0.0050452375,0.0050646593,0.031377997,0.016499847,-0.02270495,-0.0022823133,-0.009014057,0.010252393,0.0019542056,-0.01266598,-0.017135242,-0.011497133,-0.0022285522,0.038882263,0.007913538,-0.016170831,0.008088871,0.013891492,-0.0018147161,0.00065480755,-0.0058001834,0.004765502,-0.011543312,0.016796585,0.028995406,-0.00088705076,0.006167932,0.0034455028,-0.013465352,0.014191873,-0.0043665823,-0.010081289,0.018421464,0.0014575201,0.013427459,-0.013277277,-0.03287561,0.009290373,-0.010860649,-0.0039001799,-0.005212038,0.009855184,0.0090284245,-0.009640087,-0.008258051,0.0021284192,0.008508434,0.0017865608,0.023459636,-0.0012991322,-0.0019680164,0.0071285395,-0.014806286,-0.028209401,-0.010196098,-0.008716996,-0.012999071,-0.0027976006,0.013815977,-0.01016429,0.0077171107,0.013606332,0.011433237,0.0016112209,-0.02152155,-0.008661412,-0.024376662,-0.012633407,-0.0029783654,-0.00071926985,0.00815442,0.00015071765,-0.02084204,-0.031063944,-0.0077480683,0.0043396526,-0.027293539,0.0064037666,0.025403187,0.0041058213,0.004415666,-0.039509017,-0.0016962641,-0.013307137,0.0039361347,0.012576136,-0.011587293,-0.01991647,0.011971366,-0.0005369752,-0.004776811,0.02964259,-0.022242168,0.02782717,-0.005267223,0.022872306,0.01566126,0.016794665,0.016178643,-0.0017466389,-0.04214168,0.012949446,-0.02229439,0.019655824,-0.020339819,-0.012587424,0.009327265,-0.0084182955,-0.009356209,0.0010898059,0.0016047931,0.028125292,0.0064664376,-0.0063763857,0.00893582,-0.018652821,-0.018647738,0.002417297,0.012993858,-0.027334478,0.016094597,-0.005102408,-0.012589708,-0.007611125,-0.018366838,0.0029486532,-0.0122262165,-0.010510071,0.049653187,-0.019196086,-0.0059538474,-0.0091602905,0.004592541,-0.010280169,0.0061818548,-0.0020642877,0.0131218275,-0.007296084,-0.019299926,0.0028883996,0.0019717512,-0.0030152043,-0.013204975,0.008574762,-0.016826876,0.01183555,-0.0017112474,-0.0158078,0.008855392,-0.017455844,0.008895887,-0.008729251,0.012826205,0.026977047,0.022694131,0.003915788,-0.0021138338,-0.007874812,-0.01358649,0.00016059582,-0.019425595,-0.0014969049,-0.015562673,0.008951842,0.0003114683,0.015630575,0.005234667,-0.023485204,-0.008938529,-0.0010122032,-0.017877674,0.01914964,0.017392032,-0.006231808,-0.00059909513,0.00011798831,0.014949104,-0.026142582,-0.0135763725,0.0009167117,-0.0029749686,-0.01718192,0.011754088,-0.0133289425,-0.013061047,-0.007265141,-0.0010316726,0.010570913,-0.00166898,-0.0032929953,-0.017871587,0.01600658,-0.0062419106,-0.0061994633,-0.0048924,0.022423703,0.0016112368,0.0029271273,0.0009570387,0.0041063395,0.013567693,-0.0068436116,-0.008905074,0.022665877,-0.037750617,-0.03421361,0.027212752,-0.0022865667,-0.0010134932,0.0130497925,0.0031839304,0.0044582854,-0.0015203538,-0.019163221,0.01364436,0.0033367497,-0.0067865043,-0.009972569,-0.020626111,-0.023885278,0.002558505,0.012394811,-0.002366205,-0.0074948957,-0.0059297946,-0.018982664,-0.0123911,0.015651029,-0.0031963247,-0.014235034,0.031315245,0.010561203,0.03632817,-0.0140545685,0.01712021,0.016332828,-0.0013833239,-0.012390387,0.017014824,-0.013149654,-0.011406933,0.036703095,-0.03727393,0.023114452,-0.011565055,0.021637434,-0.012252945,-0.009382782,-0.0013452815,0.01969196,-0.02368526,0.023511667,0.01226643,0.003290551,-0.01785353,-0.011848822,0.011336795,0.002696054,0.006102583,-0.009842858,-0.026133131,-0.0152769,-0.021440767,0.019792408,-0.0004175402,0.015695076,0.010842459,-0.0012384076,0.021489076,0.034550253,-0.013495828,0.002478268,0.008498189,-0.0065388815,0.003681948,0.012439439,0.0029492353,-0.0067563485,-0.009246525,-0.017821535,-0.012558788,-0.011331724,0.015437592,-0.00021269258,0.0051744166,0.020941107,0.0268208,-0.0040881713,-0.01823728,0.02316063,-0.0038029782,0.03217402,-0.02521084,-0.008561976,0.0027969857,0.01511842,-0.018106056,-0.012675948,-0.032682244,0.011497013,-0.03043376,-0.012456429,0.008852778,0.010719232,-0.012022675,-0.009270971,-0.014418728,0.007918999,0.014486866,0.007895696,-0.022466412,0.0012848659,-0.0019001238,-0.013995993,-0.0068827667,-0.018344354,-0.00039961174,-0.0109719755,-0.004243044,-0.005037891,0.01073494,-0.024348004,-0.009200001,0.010689479,-0.0025796122,-0.0014869426,0.0005211988,-0.00832111,-0.0040066913,0.0008342486,-0.013537186,-0.01916229,0.0019046688,-0.00084966177,-0.016033687,0.007872039,0.0059073283,-0.038550958,-0.00095986814,0.005794012,0.0067479364,-0.015359842,-0.0065626544,0.01357684,0.016675925,-0.009531972,-0.0049692844,0.0051376405,0.0037373237,0.007042607,-0.0058865356,-0.018404627,0.0040484616,-0.006545175,-0.014272658,-0.008084638,-0.0016553659,0.009191493,0.003917188,0.0016718016,-0.0039173844,-0.004859495,0.013121631,-0.0149797145,0.0061703143,-0.0044208644,-0.003697688,-0.050412234,-0.00991385,-0.018237812,-0.014344602,0.0022587744,0.0017555892,-0.0088467905,-0.017404592,0.004067116,-0.015954321,0.00967635,-0.014695698,-0.0067586023,-0.014653253,0.006463188,0.003175508,0.0047712894,0.020127013,-0.010109671,0.030339723,-0.002167443,-0.007707298,0.0023733766,-0.0056767478,-0.024691405,-0.031662196,-0.013030973,0.0056629996,0.0007603166,0.012542902,-0.0014166065,-0.030386612,-0.013483068,0.012038573,-0.0054659224,0.005776224,-0.021978498,0.023194356,-0.011241369,0.012676308,-0.010767085,-0.01636045,-0.00294582,-0.028763358,0.015525855,-0.013145683,0.0046427273,0.0067409426,0.024501048,0.0014296819,-0.0028871351,0.01630591,0.0036715125,-0.0031264827,-0.0044586184,-0.005620272,0.019372407,-0.01667717,0.002391351,0.029924773,-0.007944488,0.01162254,-0.005324391,-0.0025639231,0.00092125405,-0.013020004,0.013488779,0.03481442,-0.010395345,0.014082894,0.0074897967,0.0006214934,0.03204572,0.00600067,0.018208364,0.021784194,-0.011897621,0.00741312,-4.4595752e-05,-0.00033073322,0.022739867,0.018421581,0.011140802,0.008427287,-0.005828784,0.0069178245,-0.02379174,0.013736185,0.006335916,-0.0035911852,-0.008013535,-0.0021056966,-0.004285696,-0.009423497,0.0042476086,0.023297891,0.01885985,0.002547812,-0.013616918,-0.011878806,0.0028353739,0.021995513,-0.0011797047,-0.0045015337,-0.017790327,0.010932474,-0.0076836105,0.022879736,-0.016767768,0.01865547,-0.012016155,0.011261134,-0.021152012,-0.026937006,0.0023616527,-0.007397295,-0.02539489,0.021933598,0.007878827,0.023001289,0.03649759,-0.013645267,-0.004506141,-0.00058220694,0.0027798868,-0.019787721,0.0010863228,0.0010963215,-0.009107462,0.023980567,0.014426165,0.031643864,-0.014941725,-0.009155539,0.010778651,0.012945904,-0.0078332005,-0.0010232376,-0.0007847926,0.018041296,-0.017066138,-0.016283002,0.0026621083,0.0129122995,0.021296177,0.02744004,-0.010249005,0.17309713,0.10555345,-0.0038637286,-0.0068022795,0.007590705,0.0144147035,-0.00346117,-0.02042313,0.019997966,0.0068564583,0.0044977446,-0.000922563,0.0024483253,-0.0064873346,0.017525915,0.0156228645,0.018214945,-0.0062844953,0.00084839563,0.0020322674,-0.0031798522,0.023092123,-0.0021380533,0.008133254,-0.0043453914,-0.0026047754,-0.0013263519,0.008885728,0.028129967,0.0046417383,-0.009360182,0.002949108,-0.016136093,-0.006064471,0.020649577,-0.01057305,-0.014964097,0.012524879,-0.044205192,0.017470932,-0.02477268,-0.0051305243,0.027597453,-0.012921396,0.0076411786,-0.018109221,-0.011308824,0.006255058,0.0071684755,-0.0026511892,-0.014130259,0.008482038,-0.01008994,0.0032550916,-0.02624293,-0.003479022,0.01274174,0.010762086,-0.023982408,0.0072302925,0.010470122,0.02227003,0.013141908,-0.00011482365,0.0104020275,-0.0126725845,-0.020594925,-0.0043233186,-0.020930544,-0.0065006507,-0.0035892345,0.015731445,-0.0019937693,-0.0011735222,-0.014796659,0.023140915,-0.01594197,-0.032951225,-0.025505409,-0.004713707,-0.0035413671,-0.0029875834,0.016217155,0.003929258,0.0040853047,0.010535821,-0.0064494377,0.037569992,0.08721355,-0.021541448,-0.013289652,-0.008846259,0.0031597433,0.014448514,-0.0057972805,0.010160276,-0.00059533125,0.010995786,-0.009315054,-0.0027473082,-0.0033238444,-0.005334966,-0.0013538845,0.019176254,0.010428953,-0.008523312,0.015892819,0.002372599,-0.0042344383,-0.0067538284,0.006711268,-0.007604238,0.0138552105,0.0005959778,0.0039603496,0.0027767231,-0.012075041,-0.008381745,-0.1095522,-0.014536335,-0.01478751,-0.023349518,0.016696563,0.013502219,0.012207153,-0.025735233,0.0021353662,-0.0076761134,0.019732837,-0.0074798493,0.01204993,-0.009443459,-0.003961837,0.022741241,0.027368123,-0.0005008439,0.008628391,0.013551833,0.01513701,-0.019091576,-0.0057854257,0.016883783,0.014913426,-0.021635855,0.0031846154,0.0036300307,0.0015097631,0.0033180995,0.00015604259,0.0048028235,-0.022858066,0.0044251443,0.0033068855,0.0027538843,0.0025691094,-0.0034382378,0.011634625,0.02073889,-0.016155673,-0.010488897,-0.021837058,-0.032944962,-0.0061912145,-0.010406487,0.0011589745,-0.0139676705,-0.009903003,-0.0065035056,0.04216548,0.011260006,0.029387131,0.0007137822,-0.0115982285,0.0035686067,-0.0075346488,-0.0068552447,-0.009839363,0.033017475,0.014759974,0.017401004,0.021638146,-0.024817495,0.0021340067,-0.003940003,-0.0015953823,-0.014497337,0.008257782,-0.014723013,-0.0071261018,0.023929484,-0.003001001,0.00068707205,-0.003998337,-0.0041898433,-0.007773765,0.0073389155,0.010567514,0.018410616,0.009107699,-0.016852524,-0.0029516565,0.119013384,0.026396409,0.008163392,-0.0017329486,-0.0032863673,-0.024971627,-0.003151049,0.008019091,0.002353209,0.0075024227,0.0010307954,0.0147335855,0.000968047,-0.0177487,0.036783744,-0.00011353799,0.024577975,-0.008970956,0.009217306,-0.0052127917,0.016709061,-0.011200569,-3.8992363e-05,0.0064525316,-0.007892077,-0.0016078235,-0.012186696,-0.010746449,-0.024156766,-0.016861621,-0.022923281,-0.0059898295,0.018609405,-0.011879239,0.017063547,0.014643138,-0.0029120117,0.009890173,0.004186301,-0.037605632,0.010702099,0.012665858,-0.008805678,0.030675191,-0.02321637,0.18912846,-0.0095590865,0.0053275567,-0.009888748,-0.03037104,-0.0016162832,-0.011232833,-0.01574939,0.009266397,0.01329998,0.0036972468,-0.009886539,-0.004646966,0.019280732,0.028129753,0.011771423,-0.00056708365,-0.005056089,-0.0018498099,0.019266045,-0.0030632345,0.015352736,-0.001805877,0.005882419,-0.0022648606,-0.02883627,-0.0080932,0.016590673,-0.0031180496,-0.008658727,-0.014213873,0.013567968,-0.009019318,-0.009385099,-0.005137867,-0.003822064,0.0028581347,-0.00860027,0.008144785,-0.01349114,0.02998186,0.0013395564,0.0002399477,0.00064134644,-0.03384084,0.010161332,-0.0056396136,-0.010891729,0.012745136,0.017822994,0.010927111,0.0048016603,0.016826257,-0.0031507479,0.0030695419,0.008179944,0.039738394,0.006731139,-0.02212151,-0.006669738,-0.025064996,0.0035609563,-0.00078083365,0.018603103,-0.0109992,-0.010041678,0.009585357]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 157,
          "content": "Japan PM calls for immediate de-escalation in talk with Iran president",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.011874605,0.024408238,0.0047483076,-0.08710509,0.007956533,-0.007332892,-0.032827012,-0.007150251,0.013339211,-0.014385888,0.0051557194,-0.026788224,0.0024490962,-0.026701307,0.0851614,0.009245913,0.017158138,0.030358592,0.00875846,0.02255194,-0.0062020225,0.002658174,-0.010549255,0.011847196,-0.0010182817,-0.019452116,0.01621822,0.018338699,0.029734643,0.007143262,0.011252181,-0.00034887358,-0.01902036,0.01009051,0.022156691,-0.0051934444,-0.0020737562,-0.02972582,-0.0036043918,0.0031291794,0.00055948127,0.029528504,-0.021354565,0.045039218,-0.02202615,-0.029928524,-0.008792501,-0.014902461,-0.024191082,0.042540863,0.010750409,0.00816111,-0.008426169,-0.15920258,-0.016207544,0.0018300811,0.019018197,-0.009323927,0.005912223,-0.021388493,-0.017468248,0.04289454,0.025702178,0.022826456,0.007303149,0.006513959,0.0019089639,0.0046964614,0.0026114215,-0.007763067,0.0066635096,0.02203966,-0.0006359773,7.822476e-05,0.037019726,0.00556086,0.02090778,0.012755026,0.0062326887,-0.010510471,0.00326205,0.010763762,-0.015788823,0.0029543831,-0.0074534947,-0.009176635,0.020361485,0.016246436,0.008688625,0.013624455,0.00053281145,0.017077925,0.014573263,0.03284103,-0.008462227,0.020018892,0.014148712,-0.034005005,-0.017550897,0.0010787923,-0.0008378424,-0.0053773103,-0.02045121,0.034205694,0.005342388,-0.0107102785,0.01940014,0.0020974737,-0.005151672,0.007581201,-0.0059596878,0.0031016879,-0.02106375,0.026894942,-0.00010158463,-0.14155507,-0.019430485,-0.0014734921,-0.003723861,0.015468737,-0.029952185,-0.02112621,-0.0065588336,0.01879252,-0.003821633,-0.03133246,0.012441891,0.025677776,0.009492318,0.021476256,0.015587329,-0.009458329,-0.0044481857,-0.014504204,-0.0052204453,0.026555082,0.00679409,0.008286652,0.0019222291,-0.024118336,-0.028407106,0.0198781,-0.013044162,0.015271917,-0.012035684,-0.013683584,-0.00350474,0.0076467195,0.035312064,-0.0155955115,0.0101831695,-0.0070534837,-0.0132764075,-0.018707411,-0.024776524,-0.042143967,-0.014560464,-0.014792795,8.14733e-05,-0.025051935,-0.008185741,0.006702838,0.01753966,0.016445931,-0.0076119266,0.0034244133,-0.0027673997,0.0440254,0.002115927,0.0207191,-0.01997934,-0.014744447,-0.010664822,-0.0040895604,-0.013215426,0.011462634,0.016393317,0.0042624036,-0.025139816,0.032686662,-0.0053199977,0.009357885,0.0029762988,0.029174278,0.016806629,0.011803306,-0.0010945085,-0.008086774,-0.011674472,-0.009776339,-0.02133747,-0.018353652,-0.022700889,-0.01452943,0.03596997,-0.024408953,0.00079431274,-0.038904857,-0.010041627,0.0122749945,0.022895554,-0.013458488,-0.024580348,-0.00042922978,0.018823024,0.0005728114,0.03094964,0.011417198,0.0024423483,-0.0065895664,0.0033599946,-0.0049940627,0.014222216,-0.0066261627,0.0165004,-0.015690135,0.011839081,0.012358451,0.0097161615,-0.01249254,0.029680882,-0.005342045,-0.022872195,0.015097116,0.014028487,-0.014902593,0.028607547,-3.9302937e-05,0.0053144633,-0.011134881,-0.008447471,0.009166975,0.008203718,-0.0056161466,-0.014367106,-0.011728796,0.0338681,0.0070797894,0.00312603,0.018718492,-0.008179057,-0.015627673,-0.0024408984,-0.011169944,-0.020873914,-0.002196453,-0.0017155401,0.016164685,-0.016629782,0.015417744,0.03259091,0.00685865,0.019122263,0.009969418,9.914822e-05,-0.0012622505,0.016871717,-0.018995995,-0.0034126083,0.009614173,-0.021951925,0.019636825,-0.03223314,-0.024694672,-0.006344544,0.022347242,0.0041778153,0.013775706,-0.0029746264,0.009955388,-0.026152534,-0.011167182,-0.024901906,-0.0030471075,-0.020620411,0.013350987,-0.04928445,0.043750282,-0.010978178,-0.027636915,-0.011108535,-0.008812985,0.0031783008,0.008851074,-0.0051482753,0.01632426,-0.0010891203,0.0071799844,0.0004956628,-0.0022655926,-0.004630225,0.0030914657,0.028175553,0.017255321,0.027216967,-0.00090676366,-0.00044070138,0.022035535,-0.013692284,-0.011886288,0.004237369,-0.01620982,0.01930639,0.02066277,0.017964058,0.014069765,-0.012322354,0.0044490076,-0.0024739578,0.0024015766,-0.0060997587,-0.032173257,-0.006649475,0.0011492858,-0.0131962625,-0.01694311,-0.010386967,-0.0019652986,0.016590895,-0.029542936,0.009041577,0.00011040835,0.0004186809,0.006774474,-0.00022186,-0.008019164,0.010468372,0.02504946,-0.01394539,0.017370531,3.9235136e-05,0.035061806,0.050982315,0.010793558,-0.014795112,0.005805317,0.025173776,-0.012881672,0.0049398686,-0.0030781815,-9.937255e-05,0.004142087,0.01620913,-0.012878277,0.014495885,0.0057228296,-0.0005933889,-0.0049224296,-0.005332124,-0.045758888,-0.010030833,0.031398594,0.025481787,-0.00870507,-0.030860817,0.05257333,0.007237275,-0.0061712945,0.0063275793,0.028358508,-0.016828496,0.038061347,-0.007625402,0.0036649348,-0.038133483,-0.024700431,0.025802761,0.017514735,-0.017175067,-0.015405606,-0.021450141,-0.015076524,0.0306244,0.0048521264,0.022757698,0.01628648,-0.01165346,-0.004436633,0.0027729832,0.02095684,-0.004566933,0.010399884,-0.000352103,-0.018367095,0.007988202,-0.027946588,-0.012555934,-0.015767243,-0.010349934,0.01023388,0.009774946,0.004363922,-0.02551457,0.0032954772,-0.004554488,-0.002638229,0.027656231,0.0165007,0.01544286,-0.00494861,-0.009776457,0.0033503822,0.021205159,-0.015278398,0.021951247,-0.0071416376,-0.0067580333,-0.031045578,-0.00039706996,0.038166817,-0.0046615885,-0.009220663,0.015940627,0.01718763,0.007036557,0.016662754,-0.008066871,0.03972532,-0.0046254206,-0.008260446,-0.001796367,-0.0054276795,-0.01822775,-0.019755006,0.0037348706,-0.02351989,0.04673752,0.0038469296,0.016018244,-0.01748598,-0.027398385,0.010831188,0.013642824,0.023547335,0.027634604,-0.0055313716,0.0054836213,0.021211386,0.02405515,-0.027681215,-0.012631921,0.027413335,-0.011776093,0.032209635,-0.00095174485,0.027475527,-0.023975722,-0.0068341508,-0.022417935,0.032877993,0.022080291,-0.008504337,0.013042403,0.025348403,0.017434014,0.02779736,-0.016062476,-0.010136168,0.000466144,0.00265547,-0.014196028,-0.016074276,-0.0036547757,0.038089514,-0.017997433,0.01274654,-0.027382005,-0.002533025,0.0107918475,0.043192714,0.004641066,0.007212771,0.0093016,0.0095276125,0.019690368,-0.0015565977,-0.010421146,0.03905983,0.03951367,0.020264663,-0.0008561857,-0.027341606,-0.011466373,-0.011540895,0.004205662,0.0028030167,-0.013606051,-0.026760433,-0.0074653197,0.017762607,0.0013589144,0.008002438,0.017583631,0.02791675,-0.004416964,-0.015082285,0.0053598345,-0.01255675,0.00429531,0.006214031,0.017670209,-0.032516595,0.009053325,-0.013739165,-0.02995603,-0.021291688,-0.027599296,-0.017872775,-0.014615092,0.011292034,-0.011251687,0.0072995587,0.00024531008,0.013879041,-0.0071543595,0.010999148,0.0038897793,-0.020558568,-0.020755878,-0.017833704,-0.041811362,-0.009061306,-0.0053209425,0.0014620149,0.017699186,0.0035199642,0.003601309,-0.019468326,0.013500445,-0.011308413,-0.023785869,0.018311711,-0.015900465,0.0064888163,-0.01048293,0.0054229544,0.0021930404,0.038479216,0.023039818,-0.0076195304,-0.016724167,0.032507803,0.014382854,-0.013431804,0.03370981,-0.06124107,0.00994398,0.0029469621,0.014722144,0.0016263123,-0.013801824,0.023891125,-0.008340291,0.020099834,-0.019684723,0.017336128,-0.03427475,0.0012956775,0.003153847,-0.01851555,-0.014039599,-0.009357505,0.02840283,0.021467758,0.009978151,-0.0026761342,-0.0042773867,0.015070521,0.038391646,0.01666095,0.0061168694,0.017312812,-0.011315968,-0.039475437,0.011151512,0.011999228,-0.017009221,0.0038429461,-0.0018788339,0.013972383,0.0072998283,0.0005905974,0.001302515,-0.0047074887,0.007829799,0.043595478,0.036545325,0.0059217103,-0.015766064,-0.014771424,-0.029132437,0.007564479,0.021252487,0.00067210605,0.009510605,-0.015147485,-0.022740718,0.004634762,-0.031149877,0.024158549,-0.039186504,-0.004959405,-0.004385305,0.01217211,0.015244908,-0.008767247,0.034340084,-0.009468705,0.035244543,-0.005523918,0.0105291065,-0.00062255823,0.017078223,0.023748375,0.01886397,-0.0014713911,-0.006380704,-0.013445374,0.008268899,-0.018955838,-0.015645973,-0.018867578,-0.0055881175,0.013942634,-0.0045672935,-0.016755491,-0.00053817435,-0.08663529,0.017052034,-0.034907937,-0.007849409,0.00032939462,0.002786335,-0.0039030418,-0.02107067,0.007912645,0.022635138,-0.0052082534,-0.014409182,-0.0028001287,-0.039505668,-0.03400059,0.0008632752,-0.0032237957,-0.012385275,-0.00024694283,0.013453699,-0.008735953,-0.014465748,-0.034297787,-0.0071202,-0.01362529,0.032710608,-0.018632177,0.009804966,-0.0058499896,-0.01844812,0.0039727422,-0.16011867,-0.00507108,-0.012190962,-0.004427482,0.01077943,0.0034986183,0.012784034,-0.024726227,0.007620282,-0.013000674,-0.02296827,0.0015983317,0.0003824433,0.0033995563,0.027721362,0.08119564,-0.0063283746,0.010410844,0.011942862,0.0016001731,-4.5721557e-05,0.000891045,0.02824139,-0.0031521092,-0.013105036,0.006015275,0.0066012177,0.010576369,0.00014920208,-0.009456027,-0.005802434,0.0021723916,-0.015904859,0.016711349,0.02560759,0.020060062,-0.030542938,-0.011910016,-0.0066786865,-0.03180352,0.0054519786,0.0073184073,-0.0022919204,0.0028777837,-0.046343762,-0.023021337,0.011546326,-0.010545905,-0.021880088,-0.050829027,-0.0129684955,-0.077886075,0.0064033386,-0.00019228163,0.006160781,-0.0062955064,-0.002244006,0.02694249,0.0023283067,0.0019682765,0.012377272,-0.0064477455,0.0011680999,-0.0076681613,0.013096363,-0.009204793,0.006249098,-0.004739793,-0.020175328,0.019129325,0.010523587,0.026077695,0.0010564021,-0.0053170174,-0.010933897,-0.00054876547,-0.00836419,0.026959872,0.018648032,0.0057318285,0.0022935034,-0.019801999,-0.0063586608,0.04123624,0.0006955403,0.0090643875,-0.010836957,0.014458809,-0.020667924,0.027999371,0.015269657,-0.011947885,0.042847585,-0.0151438955,0.0024905156,-0.0036135258,0.004861527,0.004863923,-0.02557104,-0.035886038,-0.03188788,-0.009236961,0.009930059,-0.00480168,-0.00025623682,-0.0046057715,-0.0058988775,-0.02053334,0.03970177,0.0017512412,-0.010422968,0.01873023,-0.016765423,-0.0005346256,0.0052494374,-0.009127344,-0.011987617,-0.023872294,0.017125113,-0.01816063,0.013938474,-0.0064463806,0.005416392,0.011332139,0.016862942,0.00039460033,0.0028470058,0.012095111,0.008834067,-0.04127139,-0.004298976,-0.0064543127,0.010703362,-0.006221668,0.0064639733,0.009067477,0.031541042,0.017450593,-0.0030605781,0.006613155,0.013276849,0.0085916575,0.0025974354,0.010527057,-0.002174673,0.0020156861,0.0036733986,-0.0018162339,0.010759555,0.008341811,0.014308507,0.0038864466,0.023916332,-0.005109373,0.0064899824,0.007682883,0.029713415,0.01110077,0.008450816,-0.0071063326,-0.008690813,-0.0042274115,0.004250474,0.029480074,0.009745806,-0.0018701296,-0.00583284,0.011554021,-0.005337481,0.019790463,0.0035957315,0.02159582,-0.011498398,-0.0027115687,0.0013429003,0.0017098839,-0.0023413193,-0.015227589,0.0016452653,0.004519857,-0.0068762884,-0.0060854848,0.01216174,-0.021876602,0.0029668177,0.016185027,0.0058068405,-0.009273222,0.011581581,-0.0057195183,-0.004619857,-0.012562226,0.009162765,0.0034858782,0.0022597257,-0.01077225,0.0028329273,-0.00037365212,0.020132428,-0.004843452,0.002923087,-0.023246618,0.01598206,0.005856441,-0.0030261457,-0.0008111148,-0.003227168,0.008777317,0.0067030783,0.004893172,0.0026076995,0.007219681,-0.011823989,0.019489061,-0.002222071,6.0722215e-07,0.0056066182,0.012643151,-0.0003856115,-0.0031121573,-0.013846276,-0.026006324,0.0116260415,-0.01588111,0.008166948,-0.0009933924,0.010958422,0.003317275,-0.015464082,-0.002531415,0.006810071,-0.00960738,0.01885767,-0.0040628086,-0.004057381,0.019046081,0.01049533,-0.006542927,0.022205612,0.0010235587,-0.00472503,0.01045771,-0.004753178,0.015913634,-0.0137600545,0.011761972,0.014464118,-0.011830488,-0.02344362,0.018795647,-0.002514162,0.008435693,0.01673257,-0.0040701916,-0.01841033,0.0026335462,-0.013270009,0.019088779,0.023134679,-0.010231807,0.005153196,0.0048327516,-0.016018543,0.0032655017,-0.008494884,0.010595347,-0.00161405,-0.0006062958,-0.0041526547,-0.0028087476,-0.016484108,0.00927302,0.014154419,-0.020534271,0.010480632,-0.008019495,-0.007898713,0.002678139,-0.010125698,-0.007870906,0.0038338436,-0.009700234,0.0031539276,-0.0024262373,0.0062749335,0.000768329,0.010237736,-0.0081346715,0.009424811,-0.028672205,-0.006528848,0.006992125,-0.012445579,0.0020352649,-0.012238003,0.00041112737,-0.009856922,-0.011247169,-0.007110404,0.017839108,-0.015543793,0.0063677025,0.0072007254,-0.0044034515,0.012991513,-0.0068336995,-0.007999722,0.017891241,0.027702149,-0.0084920935,0.08548576,0.0017299247,0.012136949,0.0058835396,-0.0041178134,0.015676824,0.020937927,-0.032110907,0.0142104095,0.009353707,-0.00902418,0.0016773493,-0.015301541,-0.0005196619,0.0013738266,0.012628846,-0.017202236,0.00040786408,-0.011634688,0.010045377,-0.015013334,-0.0026813415,-0.006376995,-0.0046371953,0.010590423,-0.002373074,-0.013827628,-0.019921223,0.012410041,0.001264857,-0.0030179145,-0.012186846,0.003419447,0.0032642938,-0.0072564725,-0.0028025382,-0.012852391,0.011484456,0.028051306,0.008189874,0.013256406,0.001424893,0.016613558,-0.013581565,0.0068490533,0.005212779,-0.011970214,0.0027758516,-0.008507607,-0.011645892,0.003845976,-0.001546034,0.0015036602,-0.0031116698,-0.0037928254,0.0015050565,0.007615439,-0.0047813933,-0.004406533,0.01690679,-0.0026889232,-0.004634454,0.0012952515,-0.002349313,0.0066588847,-0.00761821,-0.0005033173,0.024768729,0.00985616,0.019097181,0.008223887,0.008591644,-0.003090753,0.002627176,0.03157805,0.007275098,-0.017072584,-0.00034238744,-0.0038436411,0.0061366023,0.021585524,0.0050436575,-0.018530982,0.014613707,0.012811757,-0.014576575,0.0008630767,0.0049118414,-0.005157722,-0.013775542,0.0028572353,-0.01084094,0.005062687,-0.0012962655,-0.028871723,0.022679906,0.047818217,-0.0070105074,-0.010153893,-0.0017660499,0.0033841468,-0.023107918,0.0018038235,-0.0027796198,-0.005693725,0.008259401,-0.0063195694,0.0148025295,4.634901e-05,0.0043927683,-0.010408868,0.016291214,0.0033738634,0.0033823845,-0.021569543,0.014158134,0.019702606,0.004322546,-0.012147802,-0.0015205193,-0.015900947,0.0014437943,0.0055607758,0.005099769,0.0012201376,-0.011518957,0.0040585785,-0.012489131,-0.012078962,-0.009265196,-0.012466326,0.0057832743,-0.0092088645,0.023917416,0.0013237441,0.018046305,0.001626914,0.00157816,0.0017374794,0.003561066,0.005936582,0.004968352,-0.006488171,-0.0037802733,-0.014528556,-0.007054581,-0.0019720104,-0.0040077097,-0.009944229,-0.006633826,-0.013011819,-0.014030882,-0.0052844617,-0.010329281,0.006467742,0.0047348267,0.012236726,-0.0052057314,-0.006659234,0.016095424,0.0021490054,0.013703472,-0.0034125375,0.002648927,0.00772341,0.0065447656,0.011854531,-0.005695917,-0.0003695123,0.00422397,0.016865198,0.0023899376,0.010726281,-0.0010134644,-0.006152037,0.0050792517,-0.001991858,-0.030045094,-0.004963864,0.0045960136,0.0031214587,-0.025624327,-0.012922164,0.018334802,0.009188798,-0.010997915,-0.0037614838,0.0055492553,0.023584943,0.0024179416,0.005910292,0.013947868,0.008375924,0.021633672,7.318544e-05,0.017939499,0.0034171792,0.0067759613,-0.021585638,0.007171576,-0.012235188,-0.006796522,0.006888288,-0.0020291228,-0.013437209,0.0077380147,0.014675929,0.011330378,0.015405623,0.007898667,0.007449307,-0.012442331,-0.0051490655,0.0053328155,0.011017859,-0.0038783073,0.013447882,-0.015520741,-0.014049674,-0.0067596296,-0.012116069,-0.0009318216,0.0036451542,0.00676284,-0.0055796197,0.0073500928,0.018246492,0.0165122,-0.012979526,-0.025913198,-0.007793519,-0.008429112,0.0034977053,-0.00040292455,0.021710973,-0.005071929,-0.004686413,-0.0076213833,-0.0120135015,0.0025011143,-0.019853942,0.0052678427,0.013249186,-0.023586536,0.0048213652,0.004120862,-0.0044765794,-0.009968682,-0.028619505,-0.008505506,0.0034744462,-0.0041143075,-0.011241653,0.0071803196,0.011753623,-0.017207332,-0.009457071,-0.036114633,-0.009145269,0.01915264,0.00691114,-0.0032710682,0.0127359945,-0.0017432175,-0.008450597,-0.010533373,0.0011031728,-0.007958586,-0.013975206,0.006484567,0.001348093,-0.009518315,0.010248362,0.0035193977,0.0024527258,-0.006854189,-0.0007879768,-0.033404615,-0.003388889,0.0015027395,-0.0091333045,0.012479142,0.013845935,-0.0030211278,0.011798832,0.01289672,-8.8057874e-05,-0.010504763,0.0011245476,-0.0030320606,0.020624254,0.008494839,0.009494507,0.0043805335,-0.017139845,-0.008845421,-0.0060801455,-0.0026912887,-0.031505007,-0.012276527,0.012391916,0.0011822074,-0.01030857,0.009651983,-0.010023646,0.011473208,-0.0254032,-0.0016870216,0.0054274225,-0.017320126,-0.020406876,0.0103806285,-0.01104452,0.020309428,0.019097874,-0.0067337966,-0.019196229,-0.0039940313,0.003595484,-0.0025320654,0.006955009,0.0016821724,0.017061858,-0.0018587455,-0.004021158,0.0035896604,-0.003523938,-0.0067075137,-0.009105584,-0.0021503877,-0.0023875665,-0.009319852,0.015385888,0.02217394,0.026339017,-0.017083468,0.0020468768,0.0014612132,0.010961615,0.015596524,-0.025030045,-0.017103698,0.0023866307,0.006956003,0.013693695,-0.0110475635,0.021728506,0.004562028,0.02459722,0.013689321,-0.0052231285,-0.018277012,-0.0035937722,-0.0010332345,0.009409521,-0.0018494609,0.01643719,-0.018449653,-0.008109906,0.005352469,0.013152823,-0.010196971,0.013091084,0.0016097325,0.013848245,0.009974083,-0.0021146722,-0.01549048,0.03147809,0.012887026,-0.012745332,0.008984323,0.0010583212,-0.006648794,-0.0047237277,0.010434058,0.0039366744,0.010034013,0.03166363,0.011868912,0.008343851,0.015941119,0.002112045,0.007816896,0.011559016,0.0004998789,0.0005937797,-0.010227372,-0.00911921,0.008452706,-0.016158767,-0.010776503,0.021853281,-0.019521195,-0.0012587657,-0.0031903621,-0.0010022033,0.002049792,0.0049273013,0.012039484,-0.0068619885,-0.003912074,-0.006518332,0.014778959,0.012786175,-0.00044801648,0.012006041,-0.008316592,0.011768583,0.019692194,0.016028894,-0.0012691304,-0.006789435,0.0029185356,0.009035296,-0.018977137,0.014830804,0.006440011,-0.0010439797,-0.00687191,-0.0002485619,0.022072777,-0.0008867909,-0.01258101,-0.009263192,-0.009903087,-0.009923819,-0.008035956,-0.0008434898,-0.009541929,0.015255244,-0.0022970238,0.012579551,0.012033189,-0.0018266885,-0.002373484,0.010064426,-0.004939336,0.018292435,0.009467269,0.0020987976,-0.0002823263,-0.009507656,0.0033540463,0.01116069,0.022035172,0.0051798527,-0.0053378846,-0.022076456,-0.015853243,0.017063148,-0.00404054,-0.0011702671,0.00996909,-0.022116354,0.021352487,0.030832276,-0.014726016,0.0037562975,-0.011346408,-0.0025010556,0.022412332,-0.08354836,-0.013206109,-0.016904876,0.01142689,-0.0038776342,0.023922998,-0.014762913,-0.008529174,-0.0029640375,0.0022002338,-0.010542122,-0.0004782458,-0.0012688731,0.0027759424,-0.0072421497,0.00020284431,0.01906095,0.0025307897,0.007176912,0.001025114,-0.0193807,0.0045728013,-0.011210317,-0.0021604022,0.0027613968,0.0026549315,-0.008691191,0.004976474,0.0057163676,-0.0071449755,-0.0058868113,-0.007022296,0.0015043044,-0.00074325135,0.009793648,0.0039539677,-0.016208217,0.012832581,-0.13736975,-0.0031476717,-0.021079516,0.0042080036,-0.007339697,-0.00086493423,-0.0035285987,-0.01638062,0.0041417335,0.022388106,0.010378522,0.009890481,0.0033764082,-0.023581242,0.012868573,0.0046849065,-0.022155585,0.0054194257,-0.0013681918,-0.0050790254,-0.010504485,0.0037408473,0.03609477,0.011082891,0.012376896,-0.00019259208,0.016582588,-0.006533212,-0.0068146153,-0.018239152,-0.001435528,0.013784968,0.00019134305,-0.00043136987,0.007209073,-0.008975165,-0.0060696034,0.011838488,-0.0019030686,-0.01293579,0.0072178473,-0.0060334806,-0.00034364796,-0.007850348,-0.014480668,-0.0018683157,0.0064181094,-0.00941907,-0.01759935,-0.003503933,-0.005940171,-0.0049592895,-0.0043797255,-0.0061406544,0.0062532746,-0.008800026,0.0011012029,-0.0037462383,0.005993806,-0.011286106,-0.0030753515,0.002854841,0.010572649,0.0147627,-0.012332122,0.0066997525,0.031047516,0.0014373576,0.016003964,-0.005244399,0.00068003905,0.0014300827,-0.004606342,0.0013399653,0.016533237,-0.0009895887,0.0016876846,0.009430175,0.028326882,0.00077909126,0.012534143,0.0076293233,-0.04405882,0.009825539,-0.010644936,-0.011351367,-0.019421441,-0.009024232,0.011634527,-0.036898326,-0.022291208,-0.00837963,-0.01409964,0.0075471113,0.013609995,0.0027374462,-0.01600935,-0.0012956517,-0.013434518,-0.020601757,0.0065404368,0.000473893,0.009201718,-0.019477429,-0.025715109,0.012249658,-0.010824924,-0.02603451,0.024777755,-0.0063656555,0.010216451,-0.018225765,0.0027425098,0.008551669,0.008597046,0.0063538477,0.0002989496,0.042072877,-0.002118671,0.022961337,0.027229361,0.015001884,0.009918407,-0.020099731,-0.0076958844,0.007010284,0.011641673,-0.02536969,0.010624691,-0.017735677,-0.009670825,0.0008690568,0.00490172,0.009992389,-0.005913182,-0.026891468,0.0024774538,0.00039482262,0.015873741,0.008512516,0.0069756224,0.010297253,0.016975656,0.027729765,0.0049093077,0.020862076,-0.008027008,0.0006346595,0.00435027,-0.01227712,-0.016357265,-0.0032302758,-0.005515347,0.007528196,0.020554228,0.009884992,-0.020476468,-0.025131552,-0.0045528724,0.010001752,-0.001010684,0.01737215,-0.019330109,0.011889986,-0.010845133,0.006002523,0.0042704414,0.0029924992,0.014883098,0.006393894,-0.0131498575,-0.007081917,0.018810233,0.019339407,0.0077208406,0.0068501774,0.0036938146,-0.008349991,-0.006446617,0.0009498559,0.0010408954,0.025432298,0.010862025,0.008866202,0.00884055,-0.0031592776,0.003543745,-0.016905334,0.032847244,-0.0018247954,0.011996927,0.022709223,-0.0053593903,0.007855907,-0.010618803,-0.0017634565,0.008805325,-0.01980939,-0.01739974,-0.027643636,0.008690595,0.001243431,0.003224524,-0.16246994,-0.022538738,0.012136566,-0.023969334,0.016026892,-0.019125422,-0.0070133014,-0.009533825,0.026036758,-0.012838215,0.01596857,0.033594213,-0.013883705,0.006681773,0.018286604,-0.0046656136,0.02349207,0.022722762,-0.0105271945,0.0074149487,-0.043749563,-0.006199368,0.00025307082,0.012963329,-0.0028080915,0.013120595,0.00971051,0.006319359,0.00652531,0.018409114,0.02764459,0.008497808,-0.007575045,-0.0020381815,8.093976e-05,0.0020887118,-0.016702203,0.0032396347,-0.0040265913,0.0032182566,-0.008637386,0.015930323,-0.0076696454,-0.016767904,0.0039939038,-0.02156505,-0.013751594,0.0037380387,-0.014839892,-0.0050633918,0.01025822,-0.002874103,0.0061860913,-0.0077535617,0.00881656,-0.029209396,0.026043989,-0.011324254,-0.014651878,0.002546673,-0.011549093,-0.01152673,0.009146193,-0.035838325,0.010540941,-0.008820943,-0.008661922,0.1426776,-0.0002528297,0.012030867,-0.02336588,-0.017964475,0.05335887,0.021252716,-0.01063196,-0.014876048,-0.014376095,0.019796915,0.0045133806,0.010452657,9.576011e-05,0.0036744848,0.02021152,-0.005470975,-0.0020610434,0.010972675,-0.009032251,-0.03299928,0.0003145192,0.008207205,0.013001931,0.014316531,0.007049531,-0.007719501,0.005003314,-0.03161023,0.042191256,0.022243496,-0.02722678,-0.0049948217,-0.008663002,-0.011003121,0.02072123,0.009253632,0.010797928,-0.010952101,-0.024226429,0.0017358954,0.006174888,-0.018987617,-0.0049350313,0.0037236852,0.0058018696,-0.0112600075,-0.0106565235,-0.0035996325,0.027434092,-0.037521858,0.011658471,-0.0063101063,-0.004789319,-0.00707292,-0.0028600506,0.0025681467,0.004869247,-0.007532843,-0.003028159,0.016595183,0.0079746675,-0.022781225,-0.0017875471,0.0020373338,-0.006914925,-0.00057900476,-0.0031703108,0.01616041,-0.09222167,-0.014773754,0.02137209,0.0032921392,-0.012910473,-0.014135659,0.005490395,-0.0011315624,0.023194142,-0.014972316,-0.01177547,-0.004949388,0.016236152,-0.004375485,0.008056039,0.00046295288,0.014816527,-0.0049735773,0.017661534,-0.006788837,0.013692186,0.0008230053,0.008464074,0.004698078,0.0075562,-0.036262263,-0.02956398,-0.0062332335,0.0014727291,0.012275413,0.015070234,-0.01252095,-0.022340046,0.0034171224,-0.015601086,0.01985266,0.005741747,0.0041032345,-0.0095207,-0.01359331,0.026002105,-0.006214405,-0.020387948,-0.014565186,0.0061853835,0.00800616,-0.0012760917,-0.003067923,-0.01580862,-0.02616105,0.014341359,-0.024915954,-0.020973701,-0.017964507,-0.00171786,0.0042064996,0.013265297,-0.020460099,0.026357522,-0.0024781607,0.0053303633,0.005762757,-0.0058207293,0.0034461052,-0.009459416,-0.006362522,0.019881286,-0.0027635605,0.0030738818,0.0037819468,0.0013643617,0.008941505,0.024060309,-0.016451277,0.00771733,0.012181828,0.008735102,0.025428157,-0.004646321,-0.002442241,-0.028227394,-0.021586776,0.024558773,-0.020030303,0.06362054,-0.035460573,0.0015052347,-0.0069449367,-0.012792901,0.0056465273,-0.008558381,0.004356662,-0.02469636,-0.009416433,0.021482274,-0.0045689396,-0.027113007,-0.0015827186,0.015845424,-0.010821464,-0.011636157,-0.0017984224,-0.0056956275,0.0018276018,0.01603476,-0.020667309,-0.010031319,-0.013037547,0.0073552956,-0.005002605,-0.0128420815,0.004573469,-0.020768495,-0.002184034,-0.0018017596,-0.022062125,-0.0068804603,-0.00058222516,-0.0022896167,-0.026907418,0.008282244,-0.001167087,-0.0057101226,-0.0061640213,0.013529126,-0.010513096,0.008679471,0.0022272984,0.0048829173,0.007007512,-0.00020281985,-0.012412959,0.009562828,-0.01586947,0.00138332,-0.018673908,-0.012700573,0.0046680407,0.024183176,0.011853208,0.014126725,0.019431135,0.0054416875,0.016633011,0.003015856,0.01054635,-0.002067898,-0.013731529,0.0023099103,-0.008085224,0.0006542246,-0.004072398,-0.009623114,-0.004558683,0.021448309,0.015330414,0.01103534,0.007921695,0.027146509,-0.009031154,-0.0070452592,-0.025619993,0.016248826,0.010191211,0.002604344,-0.014303979,0.012159957,-0.013175138,-0.046653483,-0.016025372,0.010356846,-0.009211474,-0.0051841284,-0.007211036,-0.0063712513,-0.0122374995,-0.0075049475,0.0021815854,-0.018510684,-0.06888876,0.021151321,-0.008491775,0.0047858967,-0.011713223,0.015294991,-0.00259524,0.0047037904,-0.03408272,0.0060411706,0.023266867,0.0013046904,0.003530461,-0.033054892,-0.0017973748,0.014539941,-0.009692928,0.010024345,0.016046546,-0.0063138953,0.012963935,-0.0057296623,-0.024612281,-0.0027699617,0.0060216887,0.0046130866,0.003382214,-0.019091794,-0.02553875,0.017646085,-0.025317669,0.014852777,-0.00051276176,-0.004494759,-0.015439135,-0.0175508,0.016646823,-0.0069759074,0.0023348161,-0.011600082,-0.0090641165,0.0054141367,-0.05111984,-0.0015998168,0.009192274,0.012812403,0.0055442685,-6.7964174e-05,-0.0021355557,-0.0146781,0.03862513,0.0014205608,0.008207887,-0.0075500845,0.022865318,-0.024355916,0.0002510996,-0.035300046,-0.004687753,-0.024556452,0.0019944757,-0.03421584,-0.010592019,0.015045458,0.006033583,-0.0064457254,0.004711921,0.021025548,0.011356901,0.0014514845,0.019465892,-0.004007727,0.0064367666,0.0062753204,-0.0065992684,0.012437132,-0.008196829,-0.007442709,0.00909172,0.017251648,0.009972622,0.029482039,-0.016857013,0.018337877,0.0026820283,-0.008913551,0.014154631,-0.09983313,0.006888405,0.020003466,-0.021422807,0.011161818,0.015526761,0.0010303414,0.02536932,0.010251844,-0.0123959845,-0.007748155,0.019397106,0.004736712,0.018954745,0.0036361702,-0.0054073674,0.017723856,-0.008759375,0.013693824,0.0071993577,-0.009635218,0.0052521834,-0.0075898804,0.004417264,0.007071756,-0.041374844,-0.022312649,0.016144343,0.022547346,0.009380233,-0.016459497,-0.0076365233,0.0026848505,0.005932015,-0.005616169,-0.0058554867,-0.029584188,0.008816581,-0.020561937,-0.0027972693,-0.0023607926,-0.0068964427,-0.007376433,0.010187963,-0.00051032903,0.0009014646,-0.0018040884,0.008511107,-0.0003529776,-0.0093554435,0.014217854,0.0055735707,0.007684251,-0.005038266,0.0077258954,-0.0038785697,0.0075494424,-0.021746742,0.0030377766,0.0009064145,-0.021125712,-0.016495138,-0.013940293,0.008491684,0.003179898,0.0014772498,-0.008514736,0.0042195404,-0.022401638,0.013467108,-0.0018890107,-0.0017640467,-0.01135318,-0.00860078,-0.0019727484,-0.00089419354,-0.010600809,0.0035942467,0.0048431884,-0.0033908274,0.020621866,0.017967401,0.031840023,-0.031603247,0.012946576,0.0033905602,0.012312275,-0.011134141,-0.005328286,0.0071965638,-0.0076467437,-0.01346221,0.008099276,-0.010823657,-0.0062669143,0.014151413,-0.008988551,-0.01516482,-0.0043751234,-0.025118137,0.0015879283,0.01038098,-0.0011867111,-0.0014009743,0.007531604,-0.009272403,-0.016367532,0.00851736,-0.015944334,0.0063979104,0.025191579,0.0030333064,-0.010243292,-0.007888668,0.013867526,0.012543382,0.008715955,-0.010544206,-0.016965624,-0.004993782,-0.013532943,-0.0064330366,0.014204002,-0.021521041,-0.009927254,-0.0031662176,-0.000999635,0.0037633644,0.008965899,-0.009409776,0.0018330385,0.014308333,0.012857773,-0.018695265,-0.014021695,0.015654722,-0.009058777,-0.0026963507,-0.010640813,-0.0024349787,0.01359018,-0.0011113876,0.011339044,0.0017417958,-0.002238318,0.01820667,0.00037534256,0.006602,0.00093785714,0.0025295021,0.014854674,0.0024769537,0.021793373,-0.010921121,0.010965535,0.0013710877,0.0039216,-0.008270148,0.016743585,-0.006971762,0.00922926,-0.002087778,-0.015797151,6.7306784e-05,0.012646142,0.009466784,0.0068562054,-0.001956669,-0.010597627,-0.008750339,0.007086802,-0.02344299,-0.008124014,-0.007977551,0.018239051,-0.001607288,-0.0045594107,0.03342101,0.048725303,0.023103246,-0.0020578778,0.021490112,-0.011020005,-0.012154071,-0.016393619,0.030321192,-0.013639813,-0.012703917,-0.016422845,-0.0053408206,-0.019609088,-0.004184481,-0.009947268,-0.011538884,-0.02647896,-0.016803913,-0.008615604,-0.005382308,-0.016700136,0.007868375,-0.0044529927,0.0060582506,0.014240964,0.0012938583,-0.005832625,-0.006733085,-0.012964142,0.0045263236,-0.020407015,0.006811837,-0.003085409,-0.001925526,-0.021613909,-0.002223988,0.00017164947,-0.016640743,-0.012947791,0.01860018,0.0034005106,-0.004513429,0.01673175,0.031374328,0.0015465802,0.0089587215,0.009069767,-0.013973855,0.001004107,0.0015327657,-0.023807326,0.008587992,-0.021991136,0.008335691,-0.010945883,0.013684367,0.00562516,-0.0046469155,0.025701987,0.018226676,0.013986816,0.020294413,0.0043230564,0.023993041,-7.2689494e-05,0.001388913,-0.019923927,0.0021874567,0.00040209532,0.007904624,-0.00096884655,-0.0069303275,-0.015374941,-0.0021699304,-0.0021067052,0.00320666,0.010295296,-0.0039333366,-0.008321748,-0.0203296,-0.002256577,0.0031209693,0.013606601,0.010077044,0.0018476276,0.015373854,-0.016388785,-0.005991473,-0.0035702072,0.00547711,-0.013697396,0.0067435093,0.0044953115,-0.0011876947,-0.017185107,0.0074514877,0.005928761,-0.0042647836,0.020597108,-0.0005861982,0.02174255,0.0013279497,-0.00426116,-0.032955226,-0.005857406,-0.010606815,0.037666183,-0.01157138,0.0066858036,-0.0058784015,-0.0038343477,0.009146218,0.026767507,-0.007948615,0.028038735,-0.02231784,-0.017484996,-0.01632264,0.017158115,0.0076446137,-0.02235825,0.009341713,0.01665222,-0.027765507,0.019313104,-0.004595111,-0.0018165098,0.013612812,0.005745806,-0.0023831073,0.009560338,-0.0028501258,-0.004383504,0.00793671,-0.025951743,-0.009917195,-0.00934633,-0.0126289865,-0.013386857,-0.0041837464,-0.0006969576,-0.012589654,0.0027076132,0.0026181156,-0.004798973,0.0054413923,0.00030957558,0.028514465,-0.0042017684,0.0077383504,-0.032791108,-0.0016979864,0.0151043115,0.009485226,-0.009756351,0.001382012,0.012589723,0.015561808,0.012794789,0.0053380425,-0.009479369,-0.0025579422,-0.019628508,0.018803773,0.01525069,-0.010439323,0.009768534,0.019067466,0.0018496774,-0.016922304,-0.01373049,0.002770815,-0.0131671,0.010693352,0.0084939785,-0.0025279496,0.0042510964,-0.0048726937,0.0064493893,-0.009236084,-0.007071504,-0.021986587,-0.0042431224,0.0026176956,-0.016048394,-0.0051676836,0.016055616,-0.012152507,0.0063880514,-0.009857694,-0.0061151492,0.0014215374,-0.038502228,0.008110364,-0.0092465505,0.0010131202,0.0037240372,0.0022877646,-0.01260064,-0.011541565,0.010821014,-0.0037129486,-0.04690652,-0.0022817382,0.002651231,-0.011455697,-0.014809231,0.0013026359,-0.004895745,-0.0009070015,-0.020344952,-0.0067930887,-0.0018595414,-0.008830642,-0.0023162875,-0.013095462,-0.003781739,-0.024451626,0.0012241899,-0.026043776,-0.020450277,0.0118824635,0.012864458,-0.025781797,0.0014194833,-0.0067988066,0.013833814,-0.007952053,0.0101458905,0.0026007656,0.0063306736,-0.0053967475,-0.016044917,-0.008136362,-0.017465442,0.0039890814,-0.0031209623,0.025657585,-0.033423953,0.030438831,0.029509213,0.008509639,-0.0036551773,-0.015080721,-0.002936764,0.030956438,-0.0018598266,0.0022141808,0.003299574,-0.0003241021,0.008858437,-0.023178726,-0.0035495402,-0.022636827,0.014518256,-0.013644089,0.0063462197,-0.005923884,-0.025528133,0.012265785,-0.027037198,0.03127582,0.016454542,0.01125748,-0.008962195,0.011645363,0.04278261,0.003361008,0.0071041686,0.014559195,-0.001070715,-0.012474569,-0.01762924,-0.029543111,0.005690773,-0.010279042,0.0014712738,-0.012473217,-0.004083636,-0.00752505,0.012772718,-0.010887186,-0.027250947,-0.0074961795,-0.0060132747,0.009308233,-0.029060178,-0.0043044607,-0.008132189,-0.0051114205,-0.0013659726,-0.02493891,-0.025344064,-0.012377762,-0.015111469,0.004805521,-0.011012539,-0.0009346316,-0.0061541647,-0.018783398,0.0031014697,0.013193384,0.004151741,0.0016205875,0.0032416852,0.0007733437,0.018892797,0.0061900667,0.0035281447,-0.054707464,0.025161466,0.015316252,0.00088065554,-0.00083285675,0.009255022,-0.0049893954,-0.016103534,-0.00022644096,0.011753014,0.0019787403,0.030084305,0.002898527,0.011984152,-0.0047664484,0.0036460126,-0.0007037778,0.02305296,-0.010402052,-0.03004735,0.0027463848,-0.006067519,-0.042658683,-0.02379114,0.017660674,-0.0060205655,-0.016394138,0.020547522,-0.0015843216,0.007246299,-0.007085161,0.008740537,0.021453245,-0.0015714603,0.0120032225,-0.021612257,-0.0009652105,-0.011195229,0.0020849071,-0.01446148,-0.019548828,0.003715884,0.0101321945,0.0068602716,-0.018986626,-0.012357578,-0.00316622,0.0072909147,0.010642488,0.02939198,0.02236888,0.007387047,-0.008405002,0.0008152798,-0.0016198002,0.0152424285,0.002218475,0.01093365,-0.018774563,-0.023483584,0.0017844681,-0.0093105035,-0.009355773,-0.0043949937,-0.00503234,-0.011643251,-0.008156888,0.016801728,0.016612895,0.017037336,-0.0014673937,-0.010093699,-0.01450402,-0.033590347,-0.011424914,-0.008255779,-0.0015444094,0.023544095,-0.03951799,0.00564837,0.01965348,0.01426087,0.007410556,-0.01196755,-0.042343754,0.021447754,0.023809532,0.0017127363,0.012176079,-0.015375708,-0.024570465,0.0100766085,0.023168884,0.010162551,-0.011498748,-0.0261701,-0.008746628,0.004788727,-0.008326985,-0.0035278222,0.00804769,0.006339833,0.010477345,-0.010755256,-0.0016798605,0.021490714,0.007471013,0.01891516,-0.00416614,-0.011719719,-0.023013419,-0.0013829983,-0.0018784653,0.026628997,0.001495082,-0.016348561,-0.0024467513,0.005435143,0.012166326,0.018572662,0.010500864,0.02986114,-0.009617104,-0.0052248794,0.027321098,-0.042053796,0.001092187,-0.007400059,-0.0008800669,0.011431909,0.014567784,0.04128112,0.018820895,-0.029282881,-0.022200221,-0.0032246301,-0.022254858,0.017239578,-0.0051255124,0.034268934,0.0004210004,-0.028616795,0.014054532,-0.025123863,0.009255516,-0.021490535,-0.004499564,0.015098745,0.0013291751,-0.014057003,0.004712481,0.007784741,0.019646361,0.0028531663,0.0024440226,0.011002653,0.005120609,0.015803117,0.0003412304,0.03219244,-0.0239728,-0.01774951,0.008674929,0.022026436,-0.03891697,0.014218073,-0.0041394904,-0.012288413,0.022962535,-0.0026870447,-0.00886664,0.016024958,0.0049332464,-0.010789008,0.0032200972,-0.010200037,0.006389033,-0.010370413,-0.00053348497,0.018682722,0.010687721,0.005153504,0.02347973,0.024285557,0.00014974136,0.00794387,0.015596721,0.0141791105,-0.005935412,0.010264379,-0.0013192289,0.0043744585,0.01780636,-0.0071507883,0.011882223,0.021360472,-0.004451144,-0.0022581862,0.011810927,0.16561076,0.111201845,0.009167612,0.011978827,-0.0075299973,-0.010048968,-0.022782957,0.0048812,0.010011767,0.018773211,-0.013146588,0.014961472,0.012369416,-0.012559741,0.023301376,-0.0058009834,0.009851309,0.0067630177,-0.0074581476,-0.02500393,-0.010055946,0.023348823,-0.012212333,0.020066189,-0.016292637,0.0028692603,-0.002077228,0.01216265,0.04762486,-0.021029845,-0.009365289,-0.0021054884,-0.017110096,-0.016333705,-0.0055330466,0.027291987,0.0092111025,0.005280611,0.0011017206,0.023163708,-0.0114361895,0.015841357,-0.023009814,0.0062644873,-0.0029049215,0.016909042,-0.0073258146,-0.010862073,-0.011320443,0.0066190837,-0.0061670993,0.011079765,0.007427104,-0.0042502587,0.0061970255,0.016370632,0.008812322,-0.0054604737,0.0039667683,0.0036169034,0.004787383,-0.025564235,-0.0076084957,-0.014088255,-0.0053214445,0.022752332,0.018547673,0.009794745,-0.017386105,-0.027268594,-0.0037075458,0.02346181,-0.007316416,-0.0061517446,-0.0056233713,0.010547503,0.0030014785,0.0011724172,0.010126297,-0.0054562194,0.017169124,0.006961075,-0.005424117,0.0029133877,0.004428527,-0.010030243,-0.0071305092,0.038578913,0.09648595,0.003051963,0.00035384236,-0.0019498236,-0.00076811656,0.016432432,0.0038923786,0.040494647,-0.004412276,0.0071460423,0.018067395,-0.030443892,0.00889067,0.002750697,0.016882865,0.0058130347,0.002415614,0.0223296,0.0020171416,-0.0048922366,-0.019787448,-0.02373424,0.0008517798,-0.023161914,0.0014272787,0.016121952,0.003768667,-0.007293625,-0.013122485,-0.02102477,-0.10284043,0.0043857694,-0.0013933933,-0.0017930261,0.0024484869,0.011319377,-0.017976962,-0.022585545,-0.008457368,-0.021259505,-0.01663792,0.00441342,-0.012118467,-0.004699361,0.01880604,0.0153379,0.009038371,-0.010552572,-0.009104954,0.008062964,-0.0067241434,0.01648453,-0.0067643253,-0.01319768,-0.010517471,-0.004971782,-0.027093146,0.022358872,-0.017846435,0.007091567,0.00080219866,0.005066905,-0.00385688,-0.0068514035,0.007970982,-0.0012027461,-0.013352048,-0.00900251,0.0047032028,0.0039339,-0.008854892,-0.01011284,0.017571926,-0.001547463,0.0026965607,-0.014695666,0.0034123238,0.004389173,0.0115923425,0.023949644,0.017359806,-0.011933018,-0.001850117,0.0072772447,0.0028684018,-0.012420131,-0.025250144,-0.009049018,0.015414315,-0.007943628,0.0033297155,-0.0058958116,-0.009637057,0.018236421,0.010827627,-0.008203882,0.00115493,0.0060282913,-0.016113862,-0.0071648257,-0.0018709998,-0.020714078,0.00062438345,0.008991543,-0.023255384,-0.010659437,-0.009579011,0.015052635,0.0058250017,0.03378497,-0.028586105,0.00041154787,0.015423349,0.14215168,-0.008381084,0.009379117,0.0104338005,0.0069139213,-0.012264025,-0.009187006,-0.004119252,0.012286999,0.009404181,-0.02336253,0.009121894,0.00957827,0.002903077,0.007800726,-0.008975052,0.002799518,-0.0008276487,0.005028161,-0.001746151,-0.016481802,0.006839348,-0.015276638,0.013451399,-0.0045415373,0.009378345,-0.0030244868,0.011507156,-0.0061190203,0.016595636,0.013301615,-0.014334644,0.00051311555,-0.007810497,-0.012505776,0.0117802555,-0.004929856,-0.00029140484,-0.004134602,-0.008453076,-0.0054859985,0.015699355,0.0077971504,0.009072038,-0.023001261,0.19539495,0.008617824,0.037364963,0.017868146,0.029839661,0.0027405873,0.03907931,-0.017600443,-0.0117931375,0.009222312,0.023432858,0.00030287672,0.014576538,-0.0061867726,0.00025559895,-0.0041939337,-0.0057828403,-0.0035506233,-0.0034628045,0.023989322,-0.005065618,0.006362204,0.0028182603,-0.023939943,-0.012346124,-0.0041319705,0.004522602,-0.01884054,-0.0016433339,-0.009940262,-0.004847707,-0.0011890959,-0.01062019,-0.0033364135,-0.021322194,-0.0012527788,0.010205236,-0.029523062,-0.007461734,-0.014711718,-0.0044683535,0.019087788,0.0022080608,0.013825898,-0.0056789164,0.012728632,-0.0041549285,0.015462982,-0.0035566262,0.016908793,0.0059823534,0.009272153,0.0060942466,0.0030163669,-0.011613461,-0.0061399187,0.024082419,-0.01270159,-0.0065968824,-0.019332753,-0.013676421,0.009962012,-0.029723559,0.0070616617,0.0063234763,0.010108189,-0.015322521]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 158,
          "content": "China urges 'full end' to Iran war as more high-stakes diplomacy awaits",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.03103256,0.020681212,-0.016950313,-0.07869546,-0.0056371638,-0.0049102167,0.002403018,-0.019402351,-0.0059798947,-0.018641653,0.012725884,-0.045849513,0.0271789,-0.0108957905,0.08056699,0.030214095,0.005731518,-0.00034987688,0.023729935,0.0011573691,-0.010318071,-0.013063626,0.007421027,-0.03319841,0.029501867,-0.00428251,0.014400318,0.012327091,0.042275947,0.0018090252,0.0043565677,-0.035142437,0.017112464,0.031701323,-0.0047691115,-0.01825178,-0.0076271053,-0.002729421,-0.00518119,-0.022833785,-0.009604066,0.041502014,0.0011400041,0.035686873,-0.0087969005,-0.029052416,0.0088959625,-0.013515136,-0.00793636,0.024166508,0.0047061,-0.001760106,-0.033057645,-0.15048675,-0.03444255,0.003050118,-0.0039216033,-0.023254434,0.029815275,-0.009628091,-0.01429968,0.036908843,0.008670974,-0.0060015135,-0.008399402,-0.025464928,-0.012699851,-0.011282993,-0.014418987,-0.03945285,0.0040220097,0.014919139,-0.006380886,-0.020971043,0.017918235,0.0062599937,0.0174289,0.013446857,0.0017767906,-0.005858655,-0.004046296,-0.017350433,0.008436708,0.009614287,0.036395084,-0.014175327,0.0063567287,0.003991063,0.004515426,0.03379653,-0.006710931,0.006796717,-0.021015393,0.032454997,-0.022494778,0.0071620476,-0.0064725983,-0.043103788,-0.005443314,0.016040478,-0.028862724,0.0066113262,-0.0028835258,-0.00041993693,-0.025010437,-0.013257593,0.009035946,0.022620935,0.013077008,0.008311563,-0.004822683,-0.0075732144,-0.025062582,-0.0017093875,0.0017829484,-0.14644267,-0.025326904,0.018782597,-0.0016160171,-0.0023559546,-0.03450876,-0.034799512,-0.011447862,0.01166586,0.0036111893,-0.0006067192,0.008010188,0.016195271,-0.020234121,0.007824742,-0.01796341,-0.034604866,0.011102972,-0.0015671428,-0.03252357,0.025764748,0.009988079,-0.02632144,-0.016862124,-0.05067635,-0.0051705535,0.01951074,-0.016161963,-0.006800623,-0.00900515,-0.022678813,-0.01120968,0.035723586,0.02075315,0.028696168,0.02191848,-0.015722424,-0.017291874,-0.013999978,-0.006095867,-0.018581351,-0.005210857,-0.038097847,-0.0014315916,-0.0056972583,-0.010583373,0.021625454,0.008987911,0.020870803,0.0063237143,0.0073573533,-0.009676967,0.04301647,-0.003029083,0.015702235,-0.0032282781,-0.012496958,-0.0043654568,0.023771288,0.008756647,0.0064652236,0.03534063,0.0008682802,-0.03509064,0.0036931357,-0.015134777,0.0147837475,0.0019137631,0.020168163,0.028966155,-0.006840951,0.004265573,-0.0018592713,-0.006036686,0.009390078,-0.01749506,-0.022456277,-0.012685251,-0.026553262,0.029234637,-0.020262757,0.0004540441,-0.03220356,0.0067079845,0.007774109,0.021706356,0.024991442,-0.036779996,0.005952369,-0.0098201325,0.008375867,-0.01831224,0.010200142,-0.014925179,0.0030576522,0.014777936,-0.009271994,0.011215759,-0.024135523,0.017273732,-0.0032626914,0.009319132,0.01672757,0.011966943,-0.008873155,0.035454422,-0.0070329355,-0.025021926,-0.004060752,-0.007290638,0.004437056,0.018100325,0.026206804,0.0099059325,-0.00264073,-0.0056322576,-0.025749655,-0.024681872,-0.0122583965,-0.02887262,0.0013503556,0.039368086,-0.008254355,0.007717217,0.028040167,-0.0005321069,-0.011668612,-0.02449033,-0.009365687,-0.0073511056,-0.014801465,-0.008695799,0.020583538,-0.0030486574,0.0071467045,-0.008204048,0.034910616,0.018669283,0.015268936,0.008830627,-0.016063642,0.013148956,-0.0014114819,0.0005138069,0.0071032704,-0.02774798,0.015036485,-0.040943325,0.005619855,0.027175846,0.0012767868,-0.0094929105,0.0052575623,-0.027213223,0.01005121,-0.023093104,-0.005189372,0.0024740924,-0.02325061,0.0023067652,0.004187309,-0.065448694,0.039735693,-0.025335653,0.01335321,0.0073595787,0.0010155262,-0.0003694976,0.033175148,-0.013880322,-0.023904279,-0.016265785,-0.014030063,-0.020461095,-0.008084973,-0.017146867,-0.0030679905,0.031473815,0.0047016656,0.0077805244,-0.018459493,0.007959491,0.0065593356,-0.011113189,0.0039287633,0.01073884,0.015828807,0.0051608686,0.02300573,-0.024967838,0.0051979935,-0.009629492,-0.0026998774,0.029940898,0.004588333,0.0039840154,-0.0026546845,-0.011440319,-0.0117946975,-0.0045472085,0.00440192,-0.0036366233,0.0060469713,-0.012929977,0.0011412087,-0.010835964,0.0006661537,-0.018300895,0.014454168,-0.012143622,-0.019835794,0.008726628,0.04262912,-0.009213126,-0.02035177,-0.016072161,-0.0012854087,0.018315112,-0.0109922495,0.00020505127,0.0027539288,0.0240357,0.00916046,0.0061760973,-0.010867134,-0.013656617,0.03166381,-0.005649466,-0.013835962,0.00046974054,0.014417711,-0.0046035964,-0.006387901,-0.023924371,-0.039517064,0.010726182,0.036422335,0.040749855,-0.020944584,-0.011451216,0.019693386,0.013950645,0.015803225,-0.020717748,0.016221799,0.020457035,0.018057426,-0.005489608,-0.01473129,-0.014289561,0.0012120637,0.010731538,-0.003566759,-0.0072749127,-0.035104673,-0.020070646,-0.009832976,-0.0051923897,0.026981631,0.03112047,0.007635497,-0.009500298,0.010210003,0.003229129,-0.020428851,0.009367881,0.0045991023,-0.0041042874,0.016289705,0.0121904425,-0.021897512,0.015120998,-0.010868185,0.01740618,0.008953628,0.004876579,-0.014832558,-0.0012650283,-0.004251589,0.004262006,0.010013172,0.016459491,-0.021865781,0.006315614,-0.020508608,-0.010155988,0.0076107406,-0.016091026,-0.0026291679,-0.0052460395,0.017072065,0.0010987329,0.002406995,0.021351803,0.0045037884,-0.010052407,0.004304054,0.003173358,-0.012800939,0.033549927,-0.00953662,-0.008740771,0.024347013,0.0012846154,0.008917619,0.00996057,0.029345736,-0.018780088,-0.023336178,-0.022735069,0.007239042,0.0355196,-0.00019315328,-0.0069964775,0.0117123565,0.0015042585,0.008799211,-0.009505659,0.031117408,0.00093548646,-0.017795602,0.00063332025,0.0017512083,0.012645199,0.0054178042,-0.0042835088,0.008105975,0.009305191,-3.0178844e-05,-0.0047330298,0.020322232,0.019086836,0.00038886204,-0.011961951,0.014380862,0.0057664453,0.01745629,0.0019397688,0.010232986,0.0257988,0.05350755,-0.011733119,-0.0006215447,0.011803166,0.01190787,-0.008068394,-0.005071953,-0.0046326155,0.012224645,3.051409e-05,0.0077661667,-0.026009034,-0.002427759,0.009122663,0.0004582602,0.009719965,-0.01231567,0.00080478715,0.0121170245,0.016822867,0.015640477,-0.021682894,0.03244883,0.029297667,0.012376292,-0.006024126,-0.031038605,0.006911823,-0.014667678,-0.0072466047,0.004808517,-0.008638179,-0.01452013,0.0067776744,0.0055001476,0.024570655,0.008273383,0.02192721,-0.0005376764,-0.002131125,-0.020492563,0.008703278,-0.009616915,-0.0054633184,0.028847842,-0.006559791,-0.024470463,0.0011312814,-0.0028338851,-0.01711292,-0.0063273325,-0.025061648,0.0016285253,0.008223921,-0.006199583,0.011665108,0.012684917,0.018516138,0.020758258,-0.026216602,-0.007768477,0.043486413,-0.004738984,0.0044038985,-0.00040783922,-0.0052422164,-0.010898492,-0.0127931405,0.001528735,0.007845326,-0.011198989,-0.021206843,-0.010840856,-0.012811636,0.014698477,-0.023809748,0.010373428,-0.03258121,-0.014213612,0.0025137176,-0.017802425,0.014273873,-0.001452568,0.017142637,0.0074495515,0.008324137,0.024481999,0.0071303635,0.013533044,-0.0006134174,-0.08721111,0.016752096,-0.0055560125,-0.0025486888,-0.033436537,0.0118148215,0.026637342,-0.0022949886,0.0029898454,-0.0035749637,0.0028841062,-0.021151638,-0.009403727,-0.0066585876,3.5465066e-05,-0.005994065,-0.009878883,0.0062474,0.010852786,-0.035888534,0.0003307421,0.023488196,0.031461522,0.03598681,-0.0041106157,-0.0033609727,-0.004182577,0.016903829,-0.0019277998,0.023752777,0.0006143642,-0.020546313,-0.008683998,0.0067041074,0.03380769,0.0015608737,0.01167831,-0.0053677117,-0.0075302445,-0.0011724456,0.013477187,0.032161936,0.0026971588,-0.0051713535,-0.0069163037,-0.007814534,0.0035094628,0.007214021,0.029475752,0.004304727,-0.022579225,0.013526545,0.010752248,-0.01418553,0.0018153524,-0.020072524,-0.028314326,0.006115335,0.01008343,0.04572514,-0.0068907943,0.031064399,-0.006222527,0.043136008,0.0034254743,-0.0126777645,0.016337322,0.009020376,0.027407788,0.015253263,0.008139204,0.0062874584,-0.0024902783,-0.008768907,0.006815908,0.01306541,0.0047946326,0.005970732,0.018727347,0.009342452,-0.032325268,-0.00013074937,-0.08907077,0.006056132,-0.02286286,-0.004298386,-0.014991399,-0.020169022,-0.015000328,-0.018580649,0.034768645,0.027402546,-0.01979386,-0.02098181,0.0014906658,-0.015537305,-0.016695006,0.0134062525,0.01685202,0.022439353,0.01840468,-0.023171384,-0.0008542858,-0.020341627,-0.003496967,0.0049840095,-0.013354733,0.02783624,-0.015651757,-0.01388442,0.004752641,-0.0028855642,0.007488083,-0.13469909,-0.016671455,-0.012281787,-0.014759183,0.030659119,-0.004686381,0.0017077655,-0.00035100966,0.008638367,-0.025651412,-0.01311285,-0.008600685,-0.023599068,-0.00014538867,0.027691698,0.11612626,0.018630484,0.010234394,0.0023005505,0.0001270122,-0.005818506,-0.004373011,-0.004651064,0.016033929,0.014259419,-0.008396543,0.019941483,0.00902246,0.0067857755,-0.004321318,-0.027829558,0.020985372,0.010876461,0.017969321,0.025916249,-0.025523279,0.013995576,-0.012478428,0.0013277407,-0.005859094,-0.017732127,0.013417577,-0.008440586,-0.011644241,-0.0161722,-0.009849991,-0.007683232,-0.0032912653,-0.013169102,-0.00810122,-0.019977875,-0.10284302,0.0012761672,-0.008125422,0.020672126,0.005748674,-0.012119746,0.016269775,0.023808088,-0.015725922,0.017471189,-0.03140394,0.022933383,-0.000146789,0.035068095,0.0037480376,-0.013654366,-0.0021920307,-0.0039654765,0.015043585,0.006352175,-0.0048819636,-0.001123511,-0.025779335,-0.007997829,-0.017261915,-0.0034736646,0.036028598,0.023394201,0.012450644,0.031996783,0.0014829268,-0.03012673,0.014545559,0.0072292155,0.017411867,0.0013673208,0.031493425,-0.020746762,0.045187853,0.03746534,0.018806195,0.022306416,-0.031927165,-0.00039475496,-0.010386838,0.011979943,0.009081664,-0.011767433,-0.009195001,-0.011830597,-0.009598792,0.004824581,0.0020898245,0.014326243,-0.011937827,0.0018819118,-0.029221995,0.042088486,0.021695023,-0.00745945,-0.0010273153,-0.017216008,0.0011182172,-0.005853261,-0.0050533223,0.004802784,-0.0074302796,-0.010249351,-0.00564628,0.01748747,-0.014479319,-0.0016122184,0.01492882,-0.00091901084,0.004210733,0.02092243,0.018164428,0.0074102827,-0.031146185,0.015042307,0.016083477,0.018246409,0.0006677835,0.0011139017,0.015814131,0.0023419147,-0.004636584,-0.016801715,0.0026661651,0.009855259,-0.0009067234,0.00093858433,0.011180593,-0.004635659,-0.014377592,-0.0018464995,0.017566765,0.0064295894,0.008234284,0.00728169,0.010060981,-0.0031565435,0.00019150555,-0.0060741333,-0.00443965,0.013503448,-0.00268171,0.005584384,-0.019363988,-0.009967852,0.0120694265,-0.0060866,-2.043923e-05,0.013707196,-0.0009453309,0.014747671,0.007042527,-0.0045437836,0.017949017,-0.008238847,0.010819306,0.0058972277,-0.0015556489,0.0015064802,0.006425184,-0.029366717,0.0017357364,0.00968741,0.00038847813,-0.020858958,0.0072559845,-0.0028209805,-0.013881624,0.0027011025,0.019371413,0.006640197,0.007497423,-0.004357319,-0.017885445,-0.028706253,-0.021479497,0.013143801,-0.0065413844,-0.0090080425,0.007995563,0.0029139374,-0.019618172,0.018785667,0.0106248185,0.006940604,-0.0036330295,-0.002733563,-0.0018810381,-0.007926368,-0.002221355,-0.004357006,-0.0063990545,0.013913373,0.019748615,-0.0032021857,0.0090777045,-0.019690236,0.009518399,-0.0140843745,-0.0005827189,-0.014928731,-0.005319259,0.018748095,-0.00017770645,0.010460498,-0.01699858,-0.0050654467,-0.0022458103,0.004543216,0.0101420935,-0.00023447789,0.006889473,-0.0080268085,0.009215231,-0.008127271,-0.01856842,0.010280094,-0.0055333623,0.010823778,0.010576067,-0.00011999707,-0.0014464163,0.0069379755,-0.006679027,-0.003638884,0.009106571,-0.016071834,0.032725547,0.0016517096,-0.0130161075,-0.00034226204,-0.008426561,-0.01061662,-0.008415704,-0.003726451,0.0014625661,0.014738843,0.018833382,-0.009495125,0.0041037537,-0.010340349,-0.008494003,0.0025382373,0.0036431972,-0.005902007,-0.0054180245,-0.003969986,-0.0084050335,0.0070403246,0.011661796,-0.015423236,0.017688522,0.0032704608,0.006698875,0.0029502022,-0.010206031,0.022202307,0.0010994751,-0.0051062335,-0.0077317692,-0.025720382,0.001979443,-0.006942142,-0.013633765,0.003082959,0.008431058,-0.0073898667,0.0057945866,-0.010945695,-0.009928307,0.012111893,-0.008656003,0.0089643095,-0.026912373,-0.0031772358,0.0063039837,-0.007876638,0.0105174715,0.0027361258,0.0024202354,-0.0048804497,-0.009431655,-0.028606988,0.007943331,-0.0031762668,-0.0039714854,0.013170393,-0.0057801027,0.01658162,-0.012614258,-0.005973139,0.0061269375,0.010746285,-0.013848549,0.07411448,-0.0047507132,-0.0053113988,0.0061599626,-0.012448474,-0.00047649798,0.01959394,-0.016972044,0.023279674,-0.0116271265,-0.018016119,-0.0009828911,-0.009625859,0.008204224,0.001169349,0.00893505,-0.0039632255,-0.011225868,-0.0023246221,0.007938593,-0.016842075,0.012704165,0.0017304661,-0.009520013,0.0006386436,-0.004074324,-0.0033174744,-0.012630435,0.013473772,-0.0017897313,0.0017809516,0.005103586,-0.0017162163,-0.0042995303,-0.0070701847,0.008700963,-0.013423023,0.004577479,0.019356683,0.010894657,0.010755212,-0.00460631,0.015043751,-0.008051202,-0.0036437558,0.008081209,-0.0028444324,0.017143529,0.0025005448,-0.005156837,-0.019093543,-0.012539131,0.011486855,0.0076932847,0.0021216115,-0.018131929,-0.0005421181,-0.005614172,-0.0083652,0.010685216,-0.007308893,0.003458795,0.0033568798,-0.010201028,0.007030897,-0.019259641,-0.010859421,0.005314031,-0.002599014,-0.007968711,0.008939118,0.0011182608,-0.0029754462,-0.0055008503,0.036886077,-0.0029036116,0.016177138,-0.017167559,-0.018317552,-0.0021657483,0.01478616,0.0047934805,-0.017793575,0.0060950876,0.010302846,0.004774392,0.009781134,-0.0012299187,-0.007632667,-0.0019101376,0.011948661,-0.007887094,0.0014914088,0.005393144,-0.009109572,0.0058096214,0.06854651,-0.00074353075,-0.0098052705,0.012492223,0.0037014636,-0.024805937,-0.0060697584,-0.012820415,-0.0015214722,-0.010427902,-0.0070115468,-0.0036336032,-0.0104504675,-0.0020186224,-0.004074425,0.00851323,-0.005046959,0.017789572,-0.010102549,0.013773269,-0.0065646362,-0.0031883155,0.015403218,-0.023045585,0.0075641884,-0.011442861,0.001617166,0.012563684,0.0013940755,-0.0073241275,-0.01357187,-0.0049164114,0.023316586,0.015230871,-0.009261817,-0.007585922,0.0041486323,0.011123387,-0.013328454,0.00951253,0.005998198,-0.0050044237,0.017460441,0.008085521,-0.0048285527,-0.0024116356,-0.017961932,0.01634427,-0.017052056,0.015080708,0.005352375,-0.012369213,0.0026685775,0.022471277,0.013670602,0.003183943,-0.008288312,-0.006877191,-0.0053510116,0.00090704235,0.027161194,-0.003736406,0.003630596,0.011865525,-0.00876846,0.008024403,-0.0051587997,0.0065561486,-0.0015683604,0.0017650411,0.00043388407,0.0073037813,0.0032739853,0.010093345,0.0036262658,-0.0001689923,0.014914832,0.0077954107,-0.0109638935,-0.016072998,0.016377332,-0.007216969,0.0008418047,0.002247221,-0.017127901,-0.016513348,-0.0070928284,0.013656018,0.013715698,-0.017262017,-0.0059968266,-0.007711688,0.018585222,0.0054775947,-0.018505396,0.0064175255,0.016084751,0.014220735,-0.00063158287,-0.0007206307,-0.026005542,0.0034824093,-0.0045153648,0.0047295038,0.0030328608,0.008395998,0.010631589,-0.004446206,-0.0075852186,0.022508273,-0.0006368573,0.008691404,0.011576169,0.01120865,0.0037338485,0.00063379115,0.0048498735,-0.015018506,0.009847404,-0.0030747438,0.010618843,-0.00867676,-0.0008909901,-0.000962499,-0.0025087902,-0.0010149868,-0.013792782,-0.0037473089,0.0004794308,-0.009179181,0.019372663,-0.009288486,-0.021354055,-0.014295224,-0.022607224,-0.008084569,-0.010822036,0.006334129,0.01315453,-0.018404057,-0.006846143,-0.004058242,-0.014551541,-0.0023978816,0.0019834896,0.005664296,0.007024046,-0.0057429606,-0.000189055,0.007105079,-0.008232614,0.0075604855,-0.024086285,0.00049252855,-0.0018849265,-0.008666819,-0.008616853,0.00071459793,0.008042977,-0.005272311,-0.010679599,-0.043152876,0.0025904214,0.01853727,0.0009755973,-0.01969436,0.0046200957,-0.0033557378,0.02560406,-0.0104748495,-0.00064866134,-0.0077678016,0.01108468,0.0007852986,-0.0026706862,-0.004142846,0.005049257,-0.005747949,-0.027482381,0.00032615344,0.024930317,-0.025688427,-0.011759105,-0.001605005,-0.025170483,0.009710298,0.015829071,0.0036376226,0.013423033,0.009936964,-0.003859295,-0.007741998,0.018229723,0.0029445002,0.0050440934,0.0029032463,0.0069257156,0.00024219381,-0.038247965,-0.002985566,-0.023566023,0.006067502,-0.03195341,-0.007242937,0.022034954,-0.012712523,-0.009211722,0.0022357993,-0.021665234,0.00996112,-0.033706427,-0.0011131817,-0.00039660046,-0.021925982,-0.022910194,0.016381644,-0.0032961732,0.015598123,0.015404775,-0.031524085,-0.008649163,-0.003442894,-0.00313726,-0.00091034477,0.015061727,-0.0030278226,0.012702999,0.0018451139,-0.0064547556,0.0060619526,-0.0025957236,0.0018700279,0.019191837,-0.003262518,-0.011569069,-0.0110053895,0.001424081,0.00553243,0.009184049,-0.017359111,0.023576712,-0.00014406409,0.00026666446,-0.010634524,-0.0030646268,-0.002405311,0.0016168413,0.0056119915,0.018668666,-0.016699007,0.019172307,0.007304098,-0.0049717096,-0.0028107762,-0.01877913,-0.0104254875,0.008556063,0.009949492,0.011758369,-0.004885213,0.014377506,-0.008463097,0.0031800242,0.0076383464,0.014142485,-0.00048179517,0.022143938,-0.0072868722,-0.015115092,0.0143656125,-0.010746062,-0.0046295747,0.004551596,0.013582603,0.004995268,-0.0018872537,-0.018319918,0.0035288977,-0.0026221103,0.0066460758,0.007912854,-0.00054153963,0.015070275,0.019169824,-0.010669175,0.0031588206,-0.017622653,-0.0042083054,-0.0058775907,0.0033121863,0.0032860101,-0.00020203365,-0.010963215,0.0018371023,0.0023336445,-0.0032420126,0.014072025,-0.007066874,0.004170095,-0.0026386955,-0.0022898356,-0.0049626683,-0.009659947,0.004854358,-0.007987528,-0.010758521,0.01221066,0.0011110964,-0.001165285,-0.0017850733,-0.0035502745,0.0060524256,-0.0065379194,0.030496249,0.0029124757,0.00089690695,0.00636284,0.005142928,-0.00625936,-0.005012964,0.005103248,0.013265041,0.0033087193,0.030117884,-0.0028759385,0.0055692433,0.0086074155,-0.016756978,0.0029611008,-0.015468847,0.0030129463,-0.00018801453,0.0023611314,-0.0004229544,0.008894079,0.0021392817,0.0037424157,0.00041056037,-0.01635992,-0.010501688,0.0066182907,-0.0025407667,0.0114410985,0.01459674,-0.00045610726,-0.0129417265,-0.0033662936,0.00077836093,0.0077790977,-0.005598396,-0.0014938676,-0.01484746,0.0036745777,0.0003420092,-0.0002703999,0.01744018,0.008037637,-0.017007492,-0.006561048,0.018658603,-0.002346458,-0.012675218,0.008021063,0.00495097,-0.017090738,0.01617849,-0.096866705,-0.0069688126,-0.015698753,0.019218417,0.009131981,0.02695372,-0.01848196,-0.008035587,-0.013582913,-0.00558544,-0.014307479,0.014997051,-0.013021698,-0.0014655861,0.0042770263,0.013587329,0.014916996,0.011174736,0.0054228245,0.008841966,-0.020395128,-0.0033077449,-0.005966445,0.0112338,-0.01470322,0.006934962,-0.0037991125,-0.012644729,0.011393392,-9.309882e-05,-0.013436695,-0.023028797,-0.010444212,0.018535852,0.025478058,-0.00020192524,-0.016481888,0.008901606,-0.14024308,0.006930953,-0.02204877,-0.013891348,-0.01240368,0.012991074,-0.0040295697,-0.0122418655,-0.0031720898,0.013624645,0.005663202,0.0033462676,0.0033683032,-0.030453697,0.019109702,-0.009144046,-0.0076855766,0.007817931,-0.006784314,0.0060417014,-0.0019203499,0.00076236814,0.0028089415,0.01058555,0.018659022,0.0016928766,0.008842273,0.0013917272,-0.005252075,-0.00865942,-0.010083237,0.0027709608,-0.009198335,-0.009058325,0.0063482337,-0.0025046302,-0.008846358,0.015096939,0.0034069992,-0.014922884,0.016556673,-0.010033162,0.001100388,0.008745059,0.0038929034,-0.009892784,0.0024633901,0.011349224,0.0028073736,-0.0047337012,-0.008757347,0.0035248268,-0.011390218,-0.008901859,-0.009747466,0.0024423325,0.022655405,-0.012442807,-0.0061300965,0.007590513,-0.00048462008,-0.0034148449,0.011480693,0.0016695615,-0.013689485,0.017276622,0.011048307,0.014175149,0.0038397354,-0.008232509,-0.01087421,0.026210966,-0.010834049,-0.010303769,-0.0073126312,0.0061779567,-0.0072646914,-0.010458823,-0.003406357,-0.008515573,-0.0020603763,-0.0030160358,-0.010869959,-0.00045951363,-0.02848583,0.00024629015,-0.021767432,-0.02569323,-0.014852263,-0.045157325,-0.030903088,0.0054403017,-0.015041708,0.0067386553,0.021217808,0.022245023,0.007789317,0.007019462,-0.015648272,0.0009083422,-0.004534003,-0.006257622,0.016216941,0.0063628145,-0.009781434,0.011153462,-0.0016918955,-0.015645474,0.012073923,0.009798099,-0.0069081737,-0.011937757,0.01775089,0.004842395,0.0026928883,0.008569289,-0.00553962,0.013101583,-0.010082956,0.007495462,-0.017460428,-0.009528621,-0.0033938112,0.018408593,-0.0011470927,0.0071185795,0.014491327,-0.015317713,0.01824127,-0.023695413,0.005749403,-0.0059569813,0.0057364553,-0.002870375,0.012730283,0.02281458,0.013349173,-0.001955367,0.003957674,0.01699677,0.0021481009,0.023514813,-0.004433769,0.00872729,-0.0013209935,-0.004699025,-0.017205479,-0.013878408,0.00467718,-0.015650256,0.009354751,-0.011521017,0.006654554,0.00080525083,0.018227536,0.0058413185,0.0032791179,-0.037136767,-0.015342485,0.026646737,0.010776011,0.009227774,0.0029509745,0.00035636607,-0.005307264,0.006331517,-0.027016334,-0.003761696,0.03640611,0.02352602,0.0010654558,-0.020421643,0.015850663,0.008256988,-0.0059510362,0.0012264373,0.009501577,0.015000235,0.00761575,0.0114155095,-0.0021196702,-0.00905199,0.0056441757,0.01915097,0.014768524,-0.014881091,-0.00645259,-0.021433989,0.0048203976,-0.0043870388,0.04246805,0.037986446,-0.014206068,0.004525044,-0.021232823,-0.011635962,0.0007634153,-0.006535291,-0.013110348,-0.03497353,-0.0046260096,-0.016563196,0.018241206,-0.144599,-0.010745385,0.0064329035,-0.0167587,0.022958888,-0.011829729,0.00440531,-0.013342499,0.012007538,-0.019597994,0.0036859612,0.030463558,0.007753192,-0.006843898,0.0011959685,-0.0100856805,0.042449366,-0.0037745931,-0.013164245,-0.010596465,-0.035119716,-0.0030226423,0.021529276,0.002421306,-0.003965504,0.0028721686,0.014160405,0.007107848,0.016169509,0.02681571,0.004650226,0.01031581,-0.007613582,0.005963905,-0.0016735821,0.00037126293,-0.0060353675,0.008749719,-0.018955033,0.011874812,-0.0039885784,-0.000730782,-0.009106599,-0.004251356,-0.018048681,-0.013661863,-0.016106624,-0.0042895437,-0.015965357,0.03249469,0.005312,-0.00037701963,-0.010944673,-0.0048276903,0.023981757,-0.002874418,0.0022011853,-0.010111036,-0.008638393,-0.011421615,-0.030911347,-0.026929755,-0.0042954613,-0.02276377,-0.0060204766,-0.010291628,3.180656e-05,0.14812253,0.0028518976,0.030621858,-0.015577052,-0.0041816127,0.035228994,0.012265362,-0.006484662,-0.01990639,-0.00482947,-0.002086099,-0.0024486259,0.006820141,-0.01590324,0.01938742,0.015254732,-0.0033907522,-0.010166369,0.0062222704,0.02276068,-0.015608314,-0.010712823,0.0098713245,0.015712116,-0.0060688048,0.01702427,-0.015324195,0.019136718,0.00621471,0.02159788,0.013960317,-0.033441424,-0.0025250332,-0.017169964,0.00011264726,-0.011443661,0.0049285386,-0.0060912464,-0.0076000225,-0.014398327,0.012531291,0.0064696344,0.00697176,0.0050733997,0.0061605633,0.01602831,-0.025634684,0.005446335,-0.0023279707,0.011163955,-0.020629067,0.0026474767,0.0145231765,-0.019296546,-0.0017080411,-0.03152406,-0.002159855,-0.013612542,-0.012019538,-0.028683484,-0.001959442,0.0021297056,-0.022345727,0.00018841175,0.0025242858,0.0004339116,-0.011401223,-0.008977082,0.02916573,-0.123475626,0.008536407,0.0067739566,0.002788409,0.0058544306,-0.01795698,-0.014842906,-0.0017442768,0.027295986,-0.014747447,-0.006863472,-0.0065567894,-0.0071806596,0.0023461778,0.011690939,-0.008245055,-0.008920645,-0.014036848,0.047040164,0.004127181,-2.0376268e-05,0.016747864,0.010210724,-0.00622433,-0.025517553,-0.034125876,-0.02693032,0.013089417,0.010777965,0.017505614,0.013282417,0.027283434,-0.014400238,-0.0120331785,-0.023945577,0.0023743534,-0.0015423758,-0.003840305,-0.022952735,0.0023019689,0.017005058,-0.009200742,0.0014849016,-0.020923829,-0.00049212883,-0.02154076,-0.003324575,0.0014362811,0.006902306,-0.028030848,-0.023425708,0.014549383,0.011909739,-0.00028264252,-0.0011265056,0.0042555225,-0.00651107,-0.029275179,0.007794717,-0.001292426,-0.012882524,-0.001381322,0.004943378,-0.00160599,-0.0048601385,0.004220499,0.006440137,-0.011241372,0.01793959,-0.00077682565,0.006728616,0.015151692,0.01570524,-0.015901038,-0.010784521,-0.0026226242,-0.004998363,-0.0011069378,-0.022257013,0.0044713737,-0.036687832,0.002216643,0.0009861641,-0.018087322,0.044397455,-0.035086803,0.0005078945,0.0035639426,0.003274205,-0.0044798367,-0.015760638,-0.0039423946,-0.015446827,-0.007922888,-0.0026323837,0.009526612,-0.003942865,-0.0043173707,0.013735026,0.0024551312,-0.022514775,-0.008469922,0.0029357527,-0.01933963,0.00018173827,-0.023709627,-0.015756572,-0.0036943266,-0.0020770568,-0.017092064,0.014759826,-0.008540951,-0.025471516,-0.010284227,-0.013687911,-0.016118187,-0.008913893,-0.00705412,0.004574494,-0.02660228,0.007175341,-0.013967805,-0.024443699,0.0033278347,0.0013888687,0.0059042983,0.012424397,0.019057736,0.018961398,0.020671694,0.014850646,-0.009125038,0.018884808,0.0069560255,0.00028331633,-0.033007246,-0.014107062,0.028268382,0.01386958,0.014218448,0.009949199,-0.002379846,-0.006975458,0.034794874,0.00630237,-0.005113768,-0.0171568,-0.010537997,-0.0042600483,-0.010626716,0.003938547,-0.014202074,-0.017241094,-0.008839059,0.003460268,0.018119488,0.023420641,0.023983784,0.0009916507,-0.00908013,-0.00434359,-0.03097425,0.027833221,-0.0031552552,0.011536175,-0.038032174,0.030352263,0.010581857,-0.02283698,-0.029369993,0.0016883431,0.0034364637,0.026682483,-0.009079391,-0.0006447573,-0.007273168,-0.0067481613,-0.02253303,-0.008443591,-0.07836224,0.014255776,-0.0060301838,-0.0114067895,-0.016013758,0.026362767,-0.0069858325,-0.010349988,-0.014358579,0.0016859038,0.018194178,0.01482828,-0.0078620035,-0.038827714,-0.016470088,0.024536809,-0.013048119,0.02626668,0.015189348,0.008698786,0.015329901,-0.024227053,0.003693654,-0.012202364,-0.0059161335,-0.006171691,0.004653998,-0.022019325,-0.006120128,0.02380277,-0.028574511,0.0028497977,-0.0014157569,-0.0050067296,-0.0007246114,0.006312701,-0.006302289,0.011857752,0.018678103,-0.05254582,-0.0010548775,0.00014070178,-0.054781478,0.004746803,-0.004995063,0.0017657945,-0.0016842816,-0.011128472,0.010681886,-0.020675479,0.039545827,0.0027450775,0.00822069,-0.010385126,0.019219538,-0.016083546,0.009649985,-0.010295576,-0.003974698,-0.006001108,0.007753088,-0.026276423,0.014277824,0.015513391,-0.012462601,-0.003582354,0.018642139,0.02941947,0.023212636,0.019518457,0.017778102,-0.02085996,0.0113030495,0.017801538,0.0021138904,0.015163381,-0.015451065,0.0021145036,0.0027462156,0.010326491,0.010963552,-0.0031952478,-0.015640061,0.03728543,-0.011580901,-0.0024434214,0.016056705,-0.097793296,0.014167963,-0.020815006,-0.00032510207,0.015148093,0.012317601,-0.001428359,0.058346134,0.020680053,-0.021703877,0.0066375644,0.012228355,0.006772989,0.0014369349,0.015519033,-0.02453158,-0.018107548,-0.028695026,0.025042232,0.007814705,0.0035231558,-0.0050711767,-0.015902035,0.0050233216,0.015299318,-0.036104538,-0.0017072563,0.0027055214,-0.004066892,0.02538621,0.0016525869,0.0069574392,0.00076113775,-0.02586658,0.01408917,-0.0008022714,-0.01582277,0.00893262,-0.004826927,-0.01845236,-0.004888707,-0.009673615,0.002357957,0.017125199,0.011842106,-0.013586773,-0.013882806,0.0028309051,0.0059782914,-0.01878813,0.007666105,-0.03338975,-0.004316942,0.0134625025,9.771594e-05,0.011737763,0.010619265,-0.020938633,0.0022182865,-0.008220841,-0.00059379335,-0.013820876,-0.0016013238,-0.015957028,-0.012084177,0.014879346,-0.0016176475,0.0033228663,-0.007185282,0.004131241,0.012684126,0.0040949616,-0.016683368,0.011543601,-0.007530649,-0.0029473945,-0.0043360144,0.0202294,-0.00745098,0.023820808,0.020542229,0.007752017,0.004647442,-0.016662981,0.021034641,0.004299762,0.022513436,0.0074105384,0.006634274,-0.011023352,-0.007638648,-0.02764611,0.009263294,0.015926154,0.005157084,0.011940918,-0.013953838,-0.0017369057,0.011004663,-0.018481549,-0.004044,-0.006725918,-0.013628601,0.0014263588,0.01014011,0.00076085783,-0.0021908833,-0.0070121074,-0.00034869686,-0.000694617,0.04505485,0.006920327,0.005882424,0.011956258,0.02578438,-0.008051687,0.0140059395,0.0076232445,-0.03214204,0.006536349,0.0029302894,-0.009344857,0.015967924,-0.039219312,-0.005203578,0.0101236375,-0.00031414782,0.0068917745,0.010789597,-0.007890634,0.019958328,0.0049304776,-0.00526594,-0.018935138,-0.036312073,0.018457789,-0.018833587,-0.0075100185,0.016552368,0.0054928754,0.0132698715,-0.0039064656,-0.009863339,-0.012914645,0.006707715,-0.0047910605,-0.019365862,-0.01091862,-0.005178083,-0.012169286,0.013892272,0.032281395,-0.0034365568,-0.0058351113,-0.019112092,0.023680257,-0.008706618,-0.008786541,-0.0005910212,0.008043242,0.008141954,-0.0015810098,-0.014880344,0.01076945,-0.009174816,-0.006761,-0.0068050446,-0.010351772,0.018104868,-0.0050483556,0.00802862,-0.0032068584,-0.008802136,-0.023452615,0.022083057,0.016662817,-0.0024793658,0.020869745,0.023179816,0.0075324485,-0.0166554,0.016508553,-0.012815241,0.006263799,0.02924839,0.01918377,0.012250543,-0.0072008707,-0.013351121,-0.0058425805,-0.0017910524,-0.009485061,0.015427459,-0.00975628,-0.026266772,0.0030018361,-0.0074349074,0.0012476892,0.028883243,0.030373938,0.0057187094,-0.009097905,0.023857068,-0.005041276,0.008168437,-0.014265455,-0.014244355,0.010252397,-0.0051440587,0.00050782476,0.0022197065,-0.0011397788,-0.004473494,0.008315704,-0.00645887,0.014025311,-0.00388474,0.010935878,0.0067731296,-0.01490617,0.011719706,0.025671134,-0.0076966444,0.012075337,0.013773997,-0.017691778,0.015697043,6.1044026e-05,0.004417018,0.0054736733,0.0030319074,0.008611651,-0.0030813012,0.0008602838,0.01142397,0.010913584,0.0058403257,0.0075647426,-0.012956864,0.020393591,0.022402497,-0.0027793595,0.00886479,-0.0071287705,-0.009231501,-0.0026859406,-0.024235496,-0.0118300915,-0.021698022,0.007488883,0.0016168029,0.006409286,-0.02301587,0.0016822168,-0.014535543,0.007546872,0.01648268,-0.013902137,0.013400204,0.019540163,0.0017043452,0.01001663,0.0002707138,-0.0028132792,-0.025426483,0.017465327,-0.018426964,0.0074392348,-0.008740885,0.021382352,0.0096640615,-0.04164981,-0.028819527,-0.007585809,-0.004436293,0.0041474593,-0.004639998,0.0057797306,0.014351877,0.0097391745,0.011510162,-0.003178605,-0.01659135,-0.028780315,0.030757623,-0.016030364,0.009419583,0.0029186534,0.01625733,0.008166017,0.014287967,-0.014038154,0.017157905,-0.010086363,-6.215122e-05,0.010425298,0.021023694,-0.00266282,-0.022172628,0.009109348,0.04806251,0.026857408,-0.0026014852,0.01236463,-0.010181828,0.012539555,0.013208094,-0.01625133,-0.00827706,0.026243009,0.0046685124,-0.0043099136,-0.026507998,-0.004188049,-0.02994467,-0.0035380463,-0.014820452,-0.0020186256,0.0074085486,-0.026455475,0.009084338,0.01598197,-0.0044243857,0.0091184545,0.018126685,0.013793264,0.012464086,0.013418631,0.010187948,0.0014215362,0.016417585,0.0043018037,-0.007421378,-0.01545365,0.019189285,0.010596151,0.01926011,0.01506252,-0.01390518,0.0034598398,-0.0023621544,0.02453464,-0.008899571,-0.0076557323,0.017672377,0.018947093,-0.013872242,-0.0022411721,0.0008296295,0.0022581392,-0.0011984354,-0.009045627,0.001655619,-0.004630651,0.00714085,-0.0069799596,0.010697801,-0.014725697,-0.0031547695,-0.01431931,-0.013366426,0.0053747986,-0.008667853,-0.0031774738,-0.00023404202,-0.010073966,0.014684025,-0.009615956,-0.027637944,0.0070051723,-0.021270277,-0.018203339,0.0034403773,0.0060813087,0.0052968035,0.019689726,-0.010150252,0.00023214536,0.019563554,-0.017832551,-0.024297308,0.0053578434,-0.0064297575,-0.014559945,-0.0022035316,0.004704853,-0.004787101,0.0058744405,-0.0065916637,0.001955335,-0.009420593,-0.0010958428,-0.0012077973,0.00055228773,-0.00072733755,-0.028944395,-0.010637453,-0.017901538,-0.020318035,0.019375484,0.0041486253,-0.02921031,0.0032565747,-0.0060724965,-0.001006943,-0.015037265,-0.0024513965,0.0024468864,0.009156959,-0.025612336,0.0059545827,-0.0049271,0.007424159,0.019712659,-0.018678607,-0.0029034729,-0.028259637,-0.005638832,0.010703527,0.008141097,-0.0051232767,-0.020732906,0.006361166,0.007862647,-0.004112834,-0.012889628,0.0019181571,-0.00904964,0.01979191,-0.009596935,-0.0051652915,-0.008755247,-0.00073466107,-0.0066755805,-0.021526592,-0.0137073435,-0.009246338,-0.005087026,-0.0046544154,0.01814267,0.005235767,0.003757672,-0.0056518274,-0.0056535965,0.01341544,0.02733448,-0.008982151,0.020119892,0.01416091,0.0110353,-0.014081192,0.0032333757,0.0024179257,-0.002200675,0.005708599,-0.00075544725,-0.0046312683,-0.0010342008,0.022329638,-0.0033529857,-0.023622602,-0.024937626,-0.00305518,0.0058079246,-0.011838537,-0.015843257,0.014848784,-0.00802356,-0.0039858664,-0.006032754,-0.04496472,0.0018129228,-0.010916556,-0.0031776566,-0.0062723127,-0.0034429193,-0.014659024,-8.390294e-06,0.0045534116,0.0025427057,0.018702883,0.009080174,-0.031106198,0.008602563,0.0019172389,0.014090961,0.021188878,-0.026174601,0.014837246,0.013196218,0.0030948801,0.004716462,0.010826367,-0.007289883,-0.001513466,-0.0116652,-0.004548477,-0.009747409,0.016305586,-0.0029472653,0.01975761,0.009887374,0.021471364,0.016884154,0.011045624,-0.015070842,-0.024810605,0.01933286,0.017123606,-0.026722346,-0.03407457,0.0014752093,-0.009641252,-0.008489063,0.010959774,-0.009196697,0.007272532,0.008243767,-0.0052728145,0.009054542,0.013513435,0.008249139,-0.016316239,0.010097007,0.006568767,0.005380006,-0.02058414,-0.015518766,0.018291468,-0.0006934286,0.0025617164,-0.001297555,-0.0046866285,-0.0028223766,-0.0026621376,-6.3666914e-05,0.014744783,0.008962426,-0.0021476762,0.00031881867,-0.008069177,-0.013878804,0.00010706207,0.007565824,0.015724314,-0.009619051,-0.034425125,-0.0027692164,-0.004921891,0.010009773,-0.006927159,-0.017265355,-0.024812113,-0.0068005146,0.012770497,-0.0049642487,0.015443821,0.0066398145,-0.009175382,-0.025554035,-0.020797275,0.004299634,-0.039217852,-0.008576538,0.01574175,-0.0019003067,-0.011982304,0.01032481,-0.0066227685,0.01992213,-0.039179426,-0.01847887,0.013470802,0.0018900669,-0.01854294,-0.00032610202,-0.014379574,-0.008192275,-0.005057782,-0.00040619163,0.0014620702,-0.014670264,-0.020844514,-0.013166557,-0.005375196,-0.0037611905,0.012648793,0.012250048,-0.009455548,-0.010769765,-0.005507742,-0.0013922211,0.025748031,0.0014785675,0.014046795,0.008991592,0.001964602,-0.012733925,-0.006801866,0.021479633,0.017519293,0.0109557025,-0.027052615,-0.019882435,0.013274477,0.023029529,0.0075142267,0.017959159,0.022032455,0.014224726,-0.01687674,0.025012126,0.005421459,-0.0013026434,-0.016418254,0.010530326,0.011342291,-0.01493052,0.028034005,0.033052873,-0.016719827,-0.0057059573,0.0050435667,-0.005097673,0.0034668024,-0.0022872486,0.025233472,0.010799233,-0.017078295,-0.007696237,-0.0059540104,0.0033562994,0.020949157,0.009296604,0.017146593,0.027842235,-0.0050255856,-0.00918832,0.011421272,0.0049654595,-0.002412085,0.009348891,0.00621683,-0.0016662101,0.00068900426,-0.014777057,0.036543995,-0.014131177,-0.008955332,0.0067904466,0.01668208,-0.02056191,-0.012260383,-0.008975267,-0.008997363,0.0042362306,-0.015695779,-0.008443411,0.010097825,0.018495413,-0.0008458777,0.009130809,-0.0018409454,0.0008910457,-0.0016393418,-0.0031708896,-0.002583308,0.017458577,-0.0044844216,0.020423513,0.022915907,0.0007146989,-0.006077731,0.011700868,0.018188784,0.0014072187,0.018729553,0.0028200662,-0.0030129286,0.006548393,-0.0033768897,0.0076960525,-0.011284936,-0.034150306,-0.006158259,-0.004722694,0.16377269,0.11425236,0.013722641,-0.00261728,-0.011795963,-0.015328214,0.007989732,0.005548203,0.02823473,0.008167526,0.0007390472,-0.0020986511,0.019671675,-0.017829124,-0.0022389714,0.0049477243,0.012756507,-0.024319379,-0.00092635734,-0.020290129,-0.0035974171,0.022420088,0.005680456,-0.009516627,-0.024784446,0.015327807,-0.007766825,0.008074298,0.026974775,-0.0047385795,-0.021682493,-0.0021277505,-0.024146348,-0.006006591,0.0023845814,-0.0050637266,-0.0005197462,0.005972176,-0.008661998,0.0152431615,-0.023952987,0.008018881,-0.01287522,0.0034239201,-0.009878763,0.020134669,-0.0069537363,-0.027210208,0.00039702383,0.017605362,0.004155477,0.002548785,-0.0037832486,-0.0070113298,-0.014423506,0.019454936,-0.00614004,-0.00074964965,-0.023368739,-0.005084762,0.009296416,-0.018808728,-0.00015946172,-0.010447921,0.0032314933,-0.0055448245,-0.005219278,0.003982997,-0.0074164975,-0.00096992444,-0.0025386545,0.006678158,0.010773886,0.0021563165,-0.00041287066,0.014881805,0.02054473,0.008980373,-0.010914483,-0.016484048,0.01862187,0.017850546,0.026853986,-0.0034240456,0.0065258755,-0.02103298,0.0033596838,0.016820444,0.11976459,-0.0059380643,0.010335178,-0.013647422,-0.00055674656,0.00023334846,0.0028724496,0.05403447,-0.002731528,-0.003047666,-0.018998591,-0.008180888,0.0050301277,-0.02273685,0.012262759,0.0084247235,-0.017411608,0.012186512,-0.013508616,0.015117855,-0.024539568,0.0058014356,-0.0021223957,0.01599113,-0.0004567024,0.002840461,-0.008654351,-0.0134238275,-0.012485836,-0.016105875,-0.09727424,-0.012288827,-0.009246246,0.0025592973,-0.0023280275,-0.00056773407,-0.010996875,-0.011457855,0.013918294,-0.019725591,-0.009873592,0.008231781,0.019353854,-0.021937434,0.027142622,0.012168385,0.020533608,-0.005939304,-0.0076703914,-0.014430669,-0.020895327,0.00616822,-0.002890856,0.003825611,-0.013645567,-0.0020416912,-0.014263221,0.0011411923,-0.009550248,0.011674129,0.010309733,0.006301381,-0.014459634,0.0035564483,0.024016157,0.009836434,-0.0057721115,-0.0029227333,0.003424443,-0.007477311,-0.003479858,-0.0086769285,-0.01261274,-0.006104858,0.001463732,-0.013156172,0.0040449766,-0.022849029,0.0018995338,0.021672564,0.04238348,0.015267527,-0.008519569,0.008551754,-0.00976899,0.014140157,-0.013311518,-0.015803088,0.022731818,-0.0031649196,-0.029352201,-0.017081995,0.033873755,-0.0020362313,-0.00804621,-0.017165048,-0.003158077,0.012409388,0.008662192,0.00059783406,0.013883546,-0.00034958584,-0.00222899,-0.016820064,-0.0013386147,-0.011457111,-0.024889128,0.021668922,-0.0063037756,0.014290414,0.010695397,0.0057330066,0.007650985,0.13297252,0.012742011,0.0014768473,0.0033100073,-7.796582e-05,-0.0046986155,0.00041281953,-0.014671655,-0.0044847513,0.024350315,-0.0033573213,0.020386461,0.01014263,0.0061207875,0.0007111502,0.001798594,0.0065141623,-0.011404008,0.017375462,-0.0074915844,-0.0025940845,0.005469499,0.002370543,0.009618459,-0.00093374937,0.010479052,-0.013880869,0.016001377,-0.010308225,0.0076150266,0.011819974,-0.0058262837,0.007691367,-0.01360266,-0.015293442,-0.008044997,0.01978483,-0.004009508,-0.0070841466,-0.019306948,-0.013098604,0.006586594,0.0074114064,0.011808314,-0.02661482,0.19246235,0.0022749451,0.005431271,-0.0035389443,-0.009877597,-0.008001456,0.0014197748,-0.017537983,-0.015597093,0.013345862,0.01500395,-0.016655581,0.013659831,-0.0041255895,-0.008314653,-0.008947205,0.0061154836,-0.0041009253,-0.026343746,0.014181284,-0.0002306198,0.007929196,-0.018263748,-0.016912375,-0.013666685,-0.0015164204,0.026715692,0.0132021615,0.014096298,0.0014996016,-0.02518046,0.01672639,-0.020125657,-0.0034654955,-0.0054919343,0.01603883,-0.0137848575,-0.032212876,0.011613585,0.016676106,-0.010467878,-0.002074107,0.0044698897,0.016604219,-0.006401528,-0.0039807325,-0.006383538,0.0055707498,-0.0014723263,0.006060498,0.011390115,0.0028722032,0.005084581,-0.004795373,-0.020317005,-0.004450698,0.00515924,0.01328571,-0.011227579,-0.021705046,-0.018959872,0.0021555123,-0.02861135,0.008110867,-0.00879554,0.00092592865,-0.013642983]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 159,
          "content": "Asian stocks soar and oil prices plunge on US-Iran ceasefire",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.000346372,0.03272402,-0.019863585,-0.09464173,-0.016617231,0.02147022,-0.010627943,-0.008097765,-0.00357988,-0.01443827,0.007516957,-0.015426064,-0.0052215783,-0.009544224,0.10394775,-0.008130736,-0.00011496682,-0.0148808155,0.005443029,0.022692127,0.0033391078,0.014671842,-0.0032869093,-0.018736485,0.040563527,-0.010831324,0.02336899,0.00790374,0.05562347,0.0030141235,0.01003223,-0.016506603,-0.0061191632,0.0048209834,-0.0012111976,0.0023162202,0.0051566814,-0.0029603469,0.021111595,-0.013572932,-0.010599648,0.042648338,-0.010398454,0.020662833,-0.019348506,-0.0043538585,-0.0068425313,-0.02408351,-0.0052377423,0.03546198,-0.002627737,-0.054678928,-0.03163318,-0.17234999,-0.028323285,0.0069936346,-0.0064229392,-0.017637137,-0.006302828,0.00617528,-0.013620969,0.03447726,0.008887093,-0.02513244,0.001225193,-0.04399497,-0.005756727,0.007277146,-0.004567636,0.0040089036,0.019111376,0.006007623,-0.010266297,0.0076408265,0.051061295,-0.0033279972,0.006578853,0.008990291,-0.007441127,0.0022435484,0.0015364165,-0.015316532,-0.015142468,0.007759854,0.023705536,0.00192496,-0.0011985956,0.0059835846,-0.0064626806,0.011613085,0.019103274,0.028205143,0.0017186453,0.014881186,-0.009491611,-0.004068258,-0.0048941663,-0.011869292,-0.0114632705,-0.017079517,-0.017929524,0.013087932,-0.0058314106,0.0081630675,0.0045563104,0.0060842694,0.02677298,0.03722643,0.038245317,-0.008617631,-0.014016639,0.0021452017,-0.013834287,0.014290696,-0.005376312,-0.12037104,-0.0019263509,-0.024512902,-0.0011548412,-0.009303115,-0.0021153977,-0.027020909,-0.006290749,0.020544024,0.0062500816,-0.040559605,-0.017043255,0.00183493,0.0045853984,0.03622847,-0.00030281217,0.006558791,-0.0062336386,-0.0044375933,-0.014873901,0.03267776,0.008839235,0.007345083,0.0039698184,-0.031146651,-0.008653847,0.0021857615,-0.020740371,0.0056191743,-0.016899576,-0.028752737,-0.013388193,0.012573519,0.016148547,-0.0003780112,0.007088916,0.0007671622,-0.035222635,-0.0095332805,0.0034641523,-0.04630415,-0.013685808,0.015489423,-0.013627873,-0.023429375,-0.0003928059,0.017852062,0.015976222,1.7170769e-05,0.01658499,-0.01579312,0.0022633441,-0.00038064818,0.012502934,0.008279598,-0.027822126,-0.014128334,0.004523562,0.017115986,-0.024654135,-0.006107326,0.027055077,0.007997798,-0.0039644446,0.012304241,-0.018516848,0.017791074,-0.012529424,0.044450253,-0.020412901,0.018319644,0.0057178284,0.010729467,-0.02644178,-0.016880179,-0.016607756,0.012560188,0.0075196447,-0.017056458,0.021981798,0.008637752,0.0044307453,-0.030541807,-0.01667542,-0.008300893,-0.0013517026,0.0048407987,-0.018925177,-0.0038002746,0.015770143,-0.0056488304,0.027847115,0.01016368,0.0067907805,0.0020750754,0.0037607097,0.041301064,0.011067562,-0.010977039,0.00077236746,-0.007430633,-0.011780606,0.0047024367,0.0007033773,-0.0007118583,0.008323438,-0.016993316,-0.010714507,0.006769401,0.006655239,0.006395907,0.02753824,0.0062663015,0.026862677,0.0024194564,-0.01711939,0.017181516,-0.007228108,0.0066838944,-0.005453769,-0.0030879243,0.021259911,0.024307063,-0.0052646906,0.031099433,0.003315919,0.022490548,-0.014468119,-0.02231981,0.021463986,-0.009542095,0.028143624,-0.014103137,-0.010931862,-0.0031377662,-0.008864545,0.014529084,0.015614466,-0.0013678408,-0.021672634,0.00094407855,0.017320316,-0.024062429,-0.017337937,0.0052708266,0.009127257,-0.017280295,-0.014076845,0.0015871632,-0.021647979,0.031455234,0.027472332,-0.0026198209,-0.014570184,0.036963955,-0.033325203,0.0030259215,-0.014621072,-0.0060881223,-0.017180027,-0.016228363,-0.06972693,0.024195451,-0.042595793,0.009657886,0.015133749,-0.010664169,0.010115406,0.026497075,0.0004027066,0.026328491,-0.01369988,0.02171512,-0.017760703,0.020101512,-0.01011687,0.01215645,0.009910357,-0.0031958688,0.005323085,-0.0018783426,0.031091155,0.003826377,0.015262341,0.004860136,0.014680072,-0.008546016,-0.0012565951,0.04527935,0.021719845,-0.016980335,-0.032473367,-0.00033431812,0.03857279,0.011198133,0.004118495,-0.016825715,-0.009122663,-0.012988006,-0.0055506183,-0.016067274,-0.00471346,-0.01161673,-0.019912262,-0.008927793,-0.019548742,0.0134249795,-0.01122286,-0.0072251954,-0.003394622,-0.048976757,0.0016783674,0.02608706,0.014628704,-0.013095043,-0.017313711,-0.0029584013,0.017229797,0.00087832136,0.0032199193,0.0022187424,0.019856587,-0.0017803222,-0.0032592514,-0.018116761,-0.0072324593,-0.006096452,0.009851403,-0.0008348032,-6.893658e-05,0.02634153,-0.005455999,-0.027081668,-0.04097172,-0.043176327,-0.0066403383,0.028774044,0.0571038,-0.023825804,-0.0443809,0.040247727,0.023562428,0.0078386,0.019957932,0.008125736,0.0285957,0.008985699,0.0027768735,-0.014289191,-0.0100104865,-0.02113839,0.024326017,0.01097717,-0.02735827,-0.058338597,0.006163692,-0.011575243,0.007342968,0.016445037,-0.02620013,-0.0053938045,0.0003237414,-0.013190923,0.030086352,-0.01164808,0.0019651405,0.04072058,0.005662317,-0.030899847,0.0068149897,-0.012837423,-0.00038086943,0.011545987,0.0010980715,0.0315178,-0.0051622903,-0.014916312,0.000791455,0.007057344,-0.026171617,0.0063039246,0.0021413078,0.004542577,0.01133324,-0.0077255103,-0.003607034,0.0041915094,0.030595675,-0.021577021,-0.009927002,-0.005105077,-0.0038824729,0.008908101,-0.0007215787,0.0021315732,0.018147247,-0.0055718217,-0.014551415,0.007954635,0.008970794,-0.015695643,-0.020615716,0.033463694,0.02915069,-0.012260534,0.0025926344,0.016225945,-0.015878608,-0.013140583,0.0073890076,-0.022831304,-0.003473549,-0.0023069778,1.9501562e-05,0.0019550072,0.01833679,-0.014996471,0.008479323,0.011800126,0.009281513,0.012275145,-0.020187734,0.009651158,-0.0028357483,-0.020276485,-0.025806287,0.026802013,-0.007743029,0.0071132365,0.016909307,0.010952775,0.040373113,-0.026215658,0.0024215647,-0.002372101,0.006462237,-0.0070644645,0.032327626,-0.013518315,-0.0015969946,0.02191248,-0.014139517,-0.0062595312,-0.01947992,-0.016141212,-0.028672706,-0.02698187,-0.01913151,0.02308075,-0.011253845,0.032366753,0.00061135896,-0.0032866332,-0.00959088,-0.0052971654,0.003823372,-0.005761576,0.0054544583,0.008228703,0.02063041,0.00890852,-0.032962106,-0.028085606,0.021405116,0.006741181,0.05330796,0.012460512,0.0008643607,0.0051700235,-0.0061394763,0.0042349705,-0.002870901,-0.022783995,0.024273392,-0.023429474,0.01196728,-0.00479496,-0.022411972,0.022112142,-0.0001618951,0.0054772086,0.01213719,-0.010914638,0.011744817,0.020527879,0.004672148,-0.030850971,-0.017702235,-0.00083950354,-0.041840237,-0.016360484,-0.011764014,-0.0050922297,0.018332107,0.015019649,0.007894675,0.004223214,0.028546387,0.0040148203,0.010860218,0.005127186,0.010118768,-0.022331912,0.016906079,0.005998035,-0.0178423,0.00089723343,-0.0026489901,-0.0041991537,0.00017385565,0.0012072348,0.005458862,-0.022407051,0.010006452,-0.027035486,-0.010932286,0.028528849,-0.015828948,0.0053809215,0.0063686213,-0.022784514,0.01172108,0.008282046,0.03737188,-0.0056402525,0.0136671895,0.013757216,0.016407754,-0.015753685,0.05677989,-0.065833166,0.00070957886,-0.0043324227,0.0051119174,0.008992422,0.004102427,0.0032035003,-0.013908763,0.0047102715,-0.025271358,-0.0043521207,0.008673857,0.022499077,-0.007747921,-0.028144903,-0.012442648,0.0056507033,0.021788547,0.034150526,-0.03584008,-0.001577762,0.009562379,0.021457126,0.020360991,0.025974147,0.002721457,0.006116309,0.0038834352,0.009299395,0.01580788,-0.0010321406,0.00180426,-0.007886873,0.025500637,0.011521459,-0.0058685676,0.014168294,0.006821332,-0.0020287293,-0.00479315,0.003565014,0.009436102,0.005954904,-0.025904432,-0.017947655,0.008614224,-0.013148502,0.003835217,0.021416206,0.011170763,-0.004798631,-0.034742597,0.019607235,-0.018406136,-0.0025288763,-0.01545287,-0.008223242,0.005479317,0.015830306,0.018809615,-0.013688501,0.01521929,0.011870924,0.019075904,0.0045683444,0.016687354,0.011316944,0.027358197,0.04176812,0.021042649,0.0213707,0.0021257936,0.008057843,0.0103075085,0.034914978,-0.006674616,0.0009092511,-0.0015914143,0.02694501,0.014495401,-0.015866147,-0.021653028,-0.08309036,0.016565328,-0.030805603,-0.004617014,-0.006131388,0.005002926,0.012710366,-0.010785278,0.035144974,0.019099526,-0.0075681517,-0.02311871,-0.025713531,-0.010034484,-0.0033422953,0.010281206,0.014778886,0.0042081694,0.0063543036,0.0040206774,-0.029153768,-0.016198015,-0.016648538,0.013672746,0.010382575,0.0077863014,-0.01917544,-0.004384825,-0.042598486,-0.010862261,-0.014582169,-0.146853,0.009156204,0.005623338,0.0015265285,-0.00078729884,0.021630699,0.01181375,-0.02862961,-0.0020891416,-0.009030252,-0.0015653786,0.002851744,-0.013624627,-0.010446697,0.02537249,0.1104709,-0.0030573686,-0.012665253,-0.010431806,0.00068222254,0.006420884,0.018603481,0.015919589,0.013436084,-0.021827744,0.0034794968,0.03255695,0.023880858,-0.022405578,0.022248155,-0.02538392,0.0030997295,-0.0090807965,0.011484817,0.010662695,0.002200443,0.0039705583,-0.017070098,0.004491469,-0.009618229,-0.007558471,-0.018953077,-0.014036523,0.014283261,-0.009075278,0.008165454,-0.006425487,0.00049541047,0.0030178651,-0.028697517,-0.016646907,-0.060467828,0.0016350873,0.013350596,-0.013506714,-0.0012777168,-0.00092085317,0.004824032,0.0057867332,-0.029810183,-0.0010439381,-0.010360219,0.011946648,-0.007984112,-0.00063898024,-0.0013234589,0.0041114413,-0.0073428354,-0.031365626,0.023447396,0.029493697,-0.0043117376,-0.0046176417,0.0030244617,0.002810655,-0.034788035,-0.006851826,0.022703279,-0.006943097,0.015253543,0.00025519796,-0.021563731,-0.030067807,-0.003147519,0.0016965634,0.038507406,0.0057518054,0.015985152,-0.021400662,0.034534693,0.0026228703,0.005495553,0.003493661,-0.009061629,-0.0075378865,-0.026692707,-0.021710915,0.016677162,-0.0012660205,-0.0009856385,-0.0026026687,-0.005455901,0.023259189,0.03322063,-0.003157629,-0.03197261,-0.010478674,-0.0039330157,0.0069576045,0.02115507,-0.0005349039,0.021533255,-0.0017248491,0.010287219,0.011682706,-0.003167602,-0.00046961257,-0.007755265,0.017100576,-0.011156543,0.0004393957,0.0042459397,0.0028744366,0.031783268,-0.0028379487,0.0066962237,-0.018655853,0.035729755,-0.014536536,-0.037091523,0.0011761214,-0.0006563716,-0.0024739325,0.0019085011,0.013920484,0.012772491,0.018091077,0.0078666145,-0.007828996,0.011152549,0.00057149254,0.011092523,0.005867712,-0.013951483,0.014933761,0.007120677,0.010068226,0.02480509,0.023622064,-0.0013557763,0.004448239,-0.0036482436,-0.006508659,0.0038539623,0.011122397,-0.012757528,-0.0032076132,-0.002091477,0.014456228,-0.00043697446,0.009442451,0.014560288,0.0017109355,0.013983841,0.019754263,0.010217183,0.008306457,-0.010134152,-0.015065308,-0.0033722084,0.00235936,0.018959722,-0.009748693,-0.014304318,-0.0058355606,6.0997358e-05,-0.015518955,-0.012902047,0.009252871,0.0025808883,-0.0030679514,0.011405479,0.00213435,-0.01495862,0.004994612,0.014821759,-0.009469081,0.010970605,-0.0058425283,-0.014192115,-0.011922419,-0.021128751,0.0089914715,0.01043096,0.00055800856,-0.002707133,-0.0012650306,-0.0077907313,0.010857406,-0.0050095925,0.008960385,-0.018051863,0.014777535,-0.018736454,-0.016437635,-0.011879117,-0.0067372243,0.007931357,0.005195594,-0.00040944584,0.0027171718,0.0063287043,-0.0015847808,-0.00054473564,-0.013297252,0.0072103613,-0.011730278,0.024059862,0.010641424,-0.012864745,-0.012071769,-0.012087224,0.012931198,-0.008575217,-0.0074905856,0.003502718,0.021322632,-0.007512852,-0.010836483,0.00020686164,-0.008646363,0.00097281585,0.019916162,-0.004205238,-0.0027581048,0.021684844,0.007739471,-0.024552131,0.012889842,0.0034522286,0.0042805984,0.0037742984,-0.0027230843,0.021512385,0.0022401398,-0.010115188,0.014791462,-0.017715039,-0.024591573,-0.010033452,0.0053914585,0.016654557,0.015130251,0.012952895,-0.0019649048,-0.005650642,-0.0043600937,-0.0084712915,0.008025188,-0.007045544,-0.003320173,0.0016066096,-0.0102199875,0.008035542,0.010650296,0.0028867265,-0.008607042,0.007603292,-0.0061838306,-0.010769232,-0.006085104,0.008574303,0.01876858,-0.010915413,-0.0064615333,-0.026930798,-0.01071872,-0.0071779294,0.005979928,-0.008830265,0.007899346,0.014835775,0.0048293145,-0.0037021206,0.011291258,-0.0023056066,0.010210685,0.006688324,0.002114283,-0.014303433,-0.0063852225,-0.003043425,-0.0035484706,0.0005380713,-0.014725905,-0.0009673809,0.0014180056,-0.0028360167,-0.0013720358,0.013869801,0.0011952409,-0.018103478,-0.02095672,-0.0057766666,0.009560942,0.013429477,-0.028207922,0.011791956,0.011819752,0.0038363913,0.07255421,-0.00047418696,0.008220102,0.013255305,-0.007720183,-0.0028279882,0.011085465,-0.019922782,0.011405358,0.00085852336,0.0054939594,-0.0057342188,0.008640772,0.016329193,-0.0128696915,0.01765426,0.00045075908,-0.0067875003,-0.008208971,0.010491491,-0.00089703384,-0.00020512972,-0.0044883937,0.0018333667,0.01577565,0.018994309,-0.0152248675,-0.009721621,0.014239466,-0.014513777,-0.019577796,0.006300047,-0.004539805,-0.0010190314,-0.009001284,0.0076500154,-0.012505867,0.00082025287,0.016948557,0.006791255,0.00857271,-0.008090002,0.025562383,0.0050986335,-0.0009925069,-0.0024944493,0.008384292,0.0027829683,0.0077273967,-0.014138089,-0.007852953,0.0018647547,-0.0026723577,0.0100767305,0.011953679,-0.0055286493,0.003956788,-0.0065647834,-0.005894811,-0.0025128545,0.0048134923,0.009521931,0.0019336985,0.011973912,-0.015859853,0.0065185693,-0.0024231118,-0.0020499753,0.00066658796,-0.008455556,-0.011136592,0.013259162,-0.00988111,-0.008101282,0.036985476,0.0046867616,-0.012194038,-0.01085988,-0.019642886,0.0045433925,0.0068059154,-0.009581678,0.00075075624,0.02571545,0.0006904833,0.009279853,-0.021356264,-0.004477921,0.005115499,-0.0029172774,0.015263764,0.0017988269,-0.0021079264,0.002719833,-0.007987621,0.02379511,0.053048607,-0.0060255965,-0.010333486,-0.007975335,0.00039281917,-0.03429192,0.0033960182,-0.0007849566,0.0032232313,0.0085067805,0.0008417941,-0.0036780383,0.0016181013,-0.008851926,-0.006518807,0.008696298,-0.01347919,0.008450323,-0.009421747,0.0075253197,0.008837441,-0.0047602914,-0.0025988314,0.00023206623,-0.0012984286,0.0019387779,-0.007150628,0.023563579,0.009253272,0.006865628,-0.005757333,-0.013958144,0.014896198,0.010724082,0.015736157,0.017834151,0.002578222,-0.004788515,-0.0013786232,0.01401786,0.0011411534,-0.0021444024,0.004558408,0.00076215214,-0.0031323296,-0.0071262615,-0.021107234,-0.0032687243,-0.018517246,0.011498773,-0.009429522,0.0006579491,-0.008341019,0.010169106,-0.018566696,-0.011659772,0.012916258,-0.0112253055,0.006575793,-0.013634328,-0.0014855828,0.0007951317,-0.00092110795,0.004309534,-0.0016221942,-0.0044251946,0.004718855,0.009360133,0.0030326804,0.0044110194,0.0014228722,0.007481814,-0.005795775,0.0031282357,0.0032809828,0.009739729,0.008780777,-0.0028565328,-0.022903942,-0.0070471996,0.015035012,-0.024210887,-0.0035426104,0.0023270743,0.0048838635,0.005827702,-0.013855403,-0.010827342,0.014061835,-0.01743797,-0.015487788,-0.0065927748,0.014979497,0.0032800392,0.0016430091,0.016020915,0.012886322,0.025033735,-0.013197762,0.021740736,0.001462056,-0.0060509504,-0.004613693,-0.007729699,-0.00049718807,-0.000802195,-0.001933063,0.00648232,0.002350121,0.0071338895,0.019351888,0.010635598,-0.0016344598,0.0014234617,0.010068087,-0.008790622,0.014701263,0.008339726,0.0043973583,-0.013182756,-0.0010652266,-0.024097055,-0.018805355,0.01563132,0.0107030785,-0.0068841744,0.00827347,0.0037329225,0.004768967,-0.0025414245,0.005713549,-0.010324274,-0.01779176,0.0042744232,-0.028000727,0.0053703804,0.0013990968,0.01196439,0.023330282,0.003250083,0.0014959679,-0.011243968,-0.008827969,0.0006761261,0.0042044595,-0.0020856801,-0.0050644656,-0.016346106,0.0003773189,0.018115658,-0.032947615,0.007001412,-0.0033467,-0.004432487,0.024735957,0.0010684737,-0.008815587,-0.0008703146,0.0100593455,-0.0055305515,-0.0070775268,-0.04576519,0.0048924168,0.013090311,0.02322696,-0.006399881,0.013866566,0.0038416514,-0.00063168857,0.0074374396,0.00676727,0.0036994033,-0.011333011,0.0008485847,0.0077596945,-0.0025803677,0.010610659,-0.00805665,0.0050363853,-0.0023094132,0.003001961,-0.0073372675,0.0020970416,0.012652575,0.0008398101,0.014281383,0.023694549,-0.0013067909,0.01557286,0.01835688,0.0009805325,0.0071600904,-0.0008563109,0.00053416006,0.008354893,-0.011018587,0.00459505,0.0064528426,-0.0045352974,-0.010452893,0.0030517322,0.009857579,-0.042581435,0.0047973567,-0.00062522583,0.019496912,0.005849139,0.00828388,0.005207882,0.0116621135,-0.016344361,-0.0068262285,0.010972021,0.0036167128,0.0064335614,0.028066035,-0.0019996793,0.020949159,0.0011688597,-0.015712852,0.0024848764,-0.014139995,-0.009721297,0.008841477,-0.005646213,-0.013336497,-0.0039795004,0.0014272082,0.004712345,0.00898623,-0.00072980137,0.004617755,-0.007056369,-0.0049826377,0.016877582,-0.0025456897,-0.004581026,0.004255866,0.03794461,-0.011927643,0.011565738,-0.01437517,-0.0021123858,0.0017261606,-0.009295834,0.021357795,-0.0061656684,0.017648477,0.0010175079,-0.0068688947,0.0073679015,9.622288e-05,0.009372111,0.022330523,-0.0031340087,-0.018884936,-0.004346644,0.013119208,0.009575991,0.00280364,0.015300186,0.0041142995,-0.0041865865,-0.003568755,0.012633101,-0.010001139,0.01868672,-0.010627705,0.0032196608,-0.002171857,0.01433717,-0.001939777,0.004712828,0.009734545,0.0019611507,-0.006122566,0.0016470226,0.012335778,0.014914785,0.016949803,0.0035534373,-0.008091096,0.007586054,0.013581794,-0.02335254,0.002294065,-0.0083504915,0.0011039167,0.008334144,0.003765032,-0.001750613,-0.008699612,-0.00017610953,0.012718089,-0.01317985,-0.007108468,0.0021474378,0.007881861,0.009827602,-0.0010560196,0.0058025965,-0.0076347603,0.00087675196,0.038912036,-0.010302065,-0.007265502,0.0067484267,0.0032078032,0.0022680543,-0.0015795972,-0.017743107,0.015392196,0.014555321,0.008592116,0.014361808,-0.0068751248,-0.00045569785,0.011188978,0.0025378363,0.0027370942,-0.005286137,-0.014646319,0.010843009,-0.0077447537,-0.002714032,0.008341812,-0.013529926,-0.0049881428,-0.0123211285,-0.0039835437,-0.013624351,-0.010592101,-0.021403974,0.0013578039,0.014577385,0.008823322,-0.011181007,0.0065830224,0.006081105,0.0013511378,0.013702232,-0.0037749924,0.02296665,0.013828575,-0.009241141,0.0006842217,0.004218893,0.0095346095,0.021362392,-0.017159713,0.006095407,-0.012147719,-0.010795065,-0.012521898,0.016473752,0.018262712,0.008954349,0.012936656,-0.0091600465,0.01417212,0.0030531967,-0.014020113,0.012918357,-0.023044787,0.0032416498,0.0076238886,-0.096649796,0.009685496,-0.015864657,0.031376857,0.0015462466,-0.013936234,-0.0075304164,-0.0056214887,0.010159261,0.0034591577,-0.013573621,0.010106307,0.011769787,-0.0023051966,-0.0013400421,0.0035700612,0.005859036,-0.006127147,0.0014438818,0.04023544,0.0039786426,0.004397383,-0.0048459587,0.013958879,-0.0064480957,0.008620335,-0.019387182,-0.0057307566,0.0028699876,-0.007642792,0.0008263647,-0.010979779,0.0071746586,-0.01128572,-0.011442289,0.00033388557,0.0007710825,0.01726339,-0.14346173,0.009413223,-0.031568848,-0.013494449,-0.0058184727,0.018604463,-0.016608303,-0.025967374,-0.0041615437,0.00064500846,0.006133409,-0.0068856836,0.010813421,-0.0065553137,-0.0035540788,0.012934369,-0.017749278,0.005096208,-0.0008093767,0.011057388,-0.0019017955,0.011908459,0.011518462,0.007315919,0.009015317,-0.010586196,0.00654311,-0.0020363722,-0.021215076,-0.0042629973,-0.012514302,0.011513537,0.00060730457,-0.0032998223,0.0012005633,0.0033521212,-0.013506506,0.0013331843,-0.0057461415,-0.017736541,0.0045630727,0.0026219017,0.005481807,0.0030488523,-0.00039527542,-0.008356718,0.0003509042,-0.011521428,-0.00706994,0.011647279,-0.01962363,0.0056504267,-0.005449173,-0.008600062,-0.0108583355,0.006941223,0.0062213815,0.0011300948,0.0031530566,0.014808165,-0.010263554,0.0016957611,0.0056125293,-0.01490875,-0.0028827195,0.0015763354,0.009478289,-0.002784884,0.0085965255,0.0021232879,0.009508501,0.007889282,0.0031463315,-0.0074803205,0.002322818,0.016440393,0.0036812676,0.014724105,-0.0056084623,0.011004987,0.01229837,-0.0028181877,-0.019728988,-0.010283084,3.716566e-07,-0.0053753774,0.00893696,0.005758965,-0.024108347,-0.03030805,-0.023197297,0.0051698484,-0.0065627364,0.022786113,-0.00476559,0.009234585,-0.014559453,-0.01154001,0.008626766,-0.007489315,0.029717263,0.0069730873,-0.0070816875,-0.002441981,-0.02631822,-0.0068820044,0.0053485506,-0.013529908,0.0068150996,-0.016677285,0.022713693,0.0012508587,0.008367234,-0.00957976,-0.009610288,0.01193203,-0.01611638,0.017877625,-0.010230851,0.0075905197,0.006432802,-0.025952362,0.01097162,-0.018482568,-0.012340648,0.0038435715,0.008607981,-0.034027543,-0.0070273853,-0.012247845,0.006294868,-0.0025443204,0.008924468,0.0097819,0.0094281575,-0.008404892,0.0028671904,0.004156196,0.008376103,0.011273542,-0.0030875679,-0.0033426941,-0.00048372266,-0.0024435385,-0.033646997,0.012578458,-0.0028910148,-0.0118393125,-0.025111716,0.0049303747,-0.014000121,0.0026680941,0.0057475735,-0.008664477,-0.0027213553,0.008054692,-0.0097751515,-0.014522597,-0.018417532,-0.0011419972,-0.023175515,-0.008073894,-0.005123073,-0.004127899,0.0076834825,0.0056122304,0.011560784,0.014347226,0.0300715,0.0068316036,0.00434511,-0.027237946,0.01036001,-0.004786969,0.0014533075,0.0019727708,-0.010175045,0.015617496,-0.007197173,-0.00764204,0.007303895,-0.00799929,-0.0038732472,-0.014549592,0.010766572,-0.0044906978,0.017392743,-0.019218694,0.01924194,-0.007852414,0.017631706,0.005891767,0.0001471185,0.01384904,0.0026410674,-0.006759358,-0.0008944792,-0.010636954,0.0051163244,-0.005263585,0.0206052,-0.0001401057,-0.0028682535,-0.16222967,-0.026857793,0.00807629,-0.009706182,0.022789149,-0.01183285,0.008809289,-0.02679667,0.02197788,-0.0054964786,-0.00065075094,0.014681908,-0.013052934,0.013131017,0.020731417,0.021646984,0.0011673504,0.015762066,-0.0075628366,0.0020900562,-0.033742614,0.0026234775,0.009385448,-0.0041836197,0.0005117454,0.002852706,0.00852005,-0.011646471,0.010091897,0.021741424,-0.0030494384,0.0015106134,-0.026073193,0.018056914,0.008131295,0.015212211,0.005018042,0.018959146,-0.023172751,0.018245097,-0.00044966524,0.030108342,0.013988078,-0.021390084,-0.0023538247,0.010146219,0.0049217464,-0.011787246,-0.0059065153,-0.0043347823,0.017051881,0.008861295,0.0016378947,-0.011127812,-0.004363683,-0.019075396,0.001293637,-0.0074510192,-0.007975606,0.007506728,-0.016319444,-0.01069395,-0.0008592297,0.008786922,-0.006026699,-0.008461811,-0.002360214,0.14811058,-0.0013107691,0.021093955,-0.019854652,0.0013755375,0.0121868,0.01186113,0.0067788525,-0.029328577,-0.016243225,0.00084477576,-0.013355926,0.00023446638,-0.014851639,0.0017525171,0.0025209705,-0.0034413866,0.0059473794,0.0044530914,-0.020280002,-0.021768166,-0.008580592,0.021087866,0.006772908,0.006550529,0.011275084,-0.017160742,0.023529742,-0.02188663,0.009809012,0.0032356998,-0.03291122,0.014785442,0.0060658106,0.008849194,0.017788582,0.014051216,-0.0116455695,-0.007244596,-0.008840338,0.0055710077,0.009526606,-0.03599002,0.003687656,0.011937451,0.011019329,-0.008673735,0.025625987,-0.008325784,0.0045005,-0.027845569,0.0055763656,0.00022254683,-0.007921214,-0.0013621966,0.0025182758,-0.0067737745,-0.013006165,0.00757442,-0.0067119934,-0.0006379946,0.005602139,-0.031087097,-0.00461222,-0.0045700753,0.0042032534,-0.0016706137,-0.015678782,0.013845169,-0.112606525,0.011068865,0.01425666,0.013932326,0.0011016275,-0.021711512,0.0009970807,0.011056739,0.01268248,0.0149504775,-0.038291834,0.0005373728,-0.0074176663,0.011928324,0.0050027473,0.0032000055,-0.0025946256,0.00085618644,0.0046837,-0.017673554,0.012591494,0.0035381825,0.019912146,-0.011506473,-0.007167487,-0.034076598,-0.03618211,-0.0047309627,0.012490613,-0.006713683,0.007516958,-0.014264177,-0.033841044,-0.0015027523,-0.0047939527,0.0018886394,-0.01019333,0.025881553,-0.0026284037,-0.016002944,-0.0073304363,-0.0020451827,-0.0124921175,-0.02515784,0.012699525,0.012242987,0.011114841,-0.0005299381,0.0032593915,-0.021011248,0.004416081,0.005880266,-0.0074365605,-0.013043883,-0.015677035,0.022003787,0.011746966,-0.01690963,0.010379473,0.00027019202,0.0008099834,0.007019735,0.0006946722,0.013652866,0.005279267,0.0155857485,0.013659866,0.011696589,-0.0018078627,0.01594993,0.0019078779,-0.010837552,0.008039365,0.016741429,0.013474725,0.0080256965,-0.0010188991,0.008900487,0.0076096575,0.0025572036,-0.006736752,-0.009012742,0.029907335,-0.029102832,0.032902084,-0.020141682,0.009059082,-0.017997816,0.0021573384,0.005943852,-0.030640796,-0.0065760086,-0.017995939,0.004212688,-0.0066436906,-0.004441631,-0.0050165276,0.0015687043,0.04543396,-0.009434812,-0.022383409,-0.007930491,-0.012534596,-0.0038715114,-0.008853793,0.002357985,-0.02585344,0.027070438,0.01247748,-0.0076353527,-0.011214585,-0.0033980939,-0.009701143,-0.015594608,-0.011316808,-0.0012679893,0.0015973893,-0.010605674,-0.01300317,-0.019971233,0.0047822115,0.015402865,-0.0056900117,0.026063222,0.014186655,-0.002654791,0.012515535,0.003102205,-0.005339127,0.013736928,0.008577668,0.0013189932,0.017237967,-0.019976398,0.007857203,-0.025237491,-0.0053623524,0.007582558,0.010015001,0.008687857,0.010663127,0.0014460937,0.0034820535,0.006936797,-0.0025526953,0.0090295635,0.0006131665,-0.0072653685,-0.00022996434,-0.01738981,0.003498474,-0.010218631,-0.022737602,0.0019762232,0.013151074,0.013441798,0.026788017,-0.0014000518,-0.012457624,0.0049268445,-0.010580193,-0.016872939,-0.015626783,0.0059615797,-0.010076284,-0.021374999,0.024410771,-0.016205478,-0.024442945,-0.019266399,-0.00096979993,0.002408793,-0.0027803981,-0.004139748,0.0038809106,-0.023720194,-0.016156625,-0.009703504,0.016797934,-0.07319094,0.014920107,0.0221224,-0.006171792,-0.007188204,-0.00266894,-0.0021132182,-0.0022885671,-0.007486383,0.0069933794,-0.0070743626,-0.00090867776,-0.01626515,-0.015486027,0.010949577,0.006461122,-0.006342739,0.015962785,0.0057452796,0.015931666,0.014252073,-0.031647567,-0.01309074,0.0098564355,-0.0023668383,0.008504572,0.02881904,0.0006604645,-0.0073470366,0.0017333605,-0.035850182,0.010059245,-0.0025550798,-0.004633962,-0.015456819,0.0047888043,-0.0018091155,0.012424174,0.033572294,-0.036686435,0.015214355,0.005348916,-0.05326719,0.010142773,-0.01360423,-0.0006809202,-0.011336465,0.004405037,0.008191147,-0.013992654,0.00896317,0.015694669,-0.0051170187,-0.012883958,0.013632269,-0.028675724,0.015257628,-0.025316363,0.004342367,-0.00755792,-0.037768893,-0.025889095,0.011172781,-0.010175312,0.010956965,0.008291654,0.021220159,0.008396104,0.02117571,0.002442779,0.026328849,-0.0017053088,-0.00309959,0.015196309,0.006829722,0.0058084135,0.03884592,-0.006819571,0.011197256,-0.013993917,0.010843441,0.010150442,-0.00478905,0.042872757,-0.009778311,0.012039362,0.01423942,-0.097209975,0.031956855,-0.014993579,-0.0032202238,0.030011712,-0.0065950016,-0.009284904,0.051832367,0.010176613,-0.0059190565,-0.009044576,0.016815616,0.012822255,0.003386977,0.013729284,0.01712515,0.004878118,0.0008639574,0.023092667,-0.002487329,0.013538283,-0.004841889,-0.017878521,-0.0017989324,0.011350725,-0.049526047,-0.020581402,-0.0012985468,-0.005970514,0.024527885,-0.015761787,0.012195355,-0.004847043,-0.008062691,-0.0011404986,-0.0050491015,-0.029066278,0.0046728053,-0.019884983,0.00089375215,0.018417235,-0.0015296012,-0.0011237969,-0.009314339,-0.010559406,-0.02358768,0.011092327,0.022770004,0.0024256515,-0.008943386,0.009847761,-0.0054423413,0.002210494,-0.0073245848,0.017572474,0.03950883,-0.011004402,-0.050567377,-0.017949326,-0.013919791,0.00863833,0.0015076797,-0.0011423313,-0.00859266,-0.004761429,0.003499226,-0.020284262,0.023051696,-0.002684284,0.021405578,-0.0020237751,-0.015645774,-0.00800211,-0.010520424,-0.015667908,-0.002229823,-0.014168948,-0.011761899,0.018923448,0.00595517,-0.00036251204,-0.008653358,0.0126671,-0.0012632723,0.024755875,0.01506805,0.0068972213,0.013039042,-0.0064832116,-0.010645904,0.008743966,-0.00981392,0.022083947,-0.00082667114,-0.017753946,0.021536438,-0.008928659,-0.00076994626,0.0059354897,0.0024751038,0.00091006263,-0.009185626,-0.010256517,0.004494897,0.0013909121,-0.0063033677,-0.024002057,-0.0027281546,0.008106649,0.0013555373,0.0044839266,-0.03429635,0.0039798887,0.009569758,0.0036573024,0.0062832655,0.018522486,0.0026641386,-0.026766693,-0.016379125,-0.0049088853,-0.0038126018,0.032860268,-0.014847798,-0.020481352,0.0032335308,-0.007994966,0.0045087864,-0.004025195,0.0025481412,0.023986822,0.007547067,-0.0065532443,-0.0006815797,0.0037474672,0.0015010787,-0.007915081,-0.01401316,-0.0050192815,-0.00282459,0.0016850921,0.0015335515,-0.0047560884,-0.0106398435,0.011879441,-0.0040093265,-0.008483957,0.025384068,-0.02599009,-0.006954105,0.0243851,0.003963678,0.01799496,-0.0030130362,0.009875986,-0.005941678,-0.00948484,-0.015368383,0.0065653236,-0.0010643837,0.0017939929,-0.010342698,0.0032198012,0.005716185,0.009446567,-0.01368912,-0.016909325,-0.0043410105,-0.021711169,0.012893878,0.0078037013,-0.014439377,-0.020153549,-0.0059188385,0.029613713,-0.0048861653,-0.0064536687,0.02437928,0.015706113,0.007518033,0.0120203355,0.016141213,-0.027984822,-0.009438008,-0.0149954595,0.017882343,-0.00034312753,-0.004775241,0.0062646624,0.009488017,-0.015118951,-0.00037439665,-0.0014295449,-0.0021070552,-0.041861996,0.005279531,0.016669525,-0.00247748,0.018611819,0.029454263,0.0019656045,0.006327789,0.0017402052,-0.005606523,-0.006404498,0.000804407,-0.011283409,0.020593569,-0.027174419,0.002335764,0.004378473,-0.019661546,-0.01935795,0.012035976,-0.008282076,0.007412649,0.0045125186,-0.003286678,0.024182798,0.017329054,-0.008371897,-0.0019029251,-0.0050027207,0.0083301645,0.010387866,-0.010388154,0.004270346,-0.0053509995,0.0033389817,-0.0078098723,0.0043059518,0.015204575,0.006688545,-0.006210057,-0.00020531815,0.015936596,0.010685703,-0.01099367,-0.0010854173,0.01346982,0.022213178,0.010712095,0.009294361,-0.0068895123,-0.010388923,-0.006559178,-0.013400685,-0.009261464,-0.01824946,0.00095585495,0.008118875,-0.01402356,-0.021208812,0.0036538783,-0.0030701905,0.016468823,0.002816206,-0.016645025,0.013682483,0.011944437,0.018946791,0.023052324,0.0041159824,-0.0021601713,-0.021682989,-0.009052176,-0.006247961,0.0024428635,-0.02999185,0.0070840768,0.00066992507,0.0038271483,-0.010769009,-0.0034366753,-0.0015427843,-0.0026980431,0.004333468,0.032151967,0.006918475,0.005080335,0.007141792,-0.003671444,0.012450092,0.001510582,0.0072056684,-0.015529353,0.010287913,0.0044512977,0.004622582,0.0026011271,0.009490791,0.017709231,0.02412851,-0.029141879,-0.027377957,0.004262542,0.0074621513,0.0056774197,0.008686739,-3.324869e-06,0.030845828,0.014292724,0.021235708,-0.00059535017,0.0070277723,0.009078846,-0.014150305,-0.002680645,-0.008337979,0.010433876,0.007031328,-0.0140845,0.01149366,-0.0073560434,-0.024073878,0.008500654,0.005943398,-0.0034679468,0.008674337,-0.012277908,0.008624192,0.014738251,0.0071692993,0.00028966417,0.005944709,0.011806996,-0.0072848597,-0.00067305344,-0.012576517,-0.002398639,-0.002431469,0.0013745256,-0.010874622,0.004164039,0.029607143,0.009708814,0.025917444,0.002866337,-0.007915514,-0.0016712786,-0.009453706,0.001595755,0.0056138583,-0.014311294,0.01151287,0.01694812,-0.018786624,-0.022599345,0.016467657,0.02366975,-0.02621124,-0.011647497,-0.019926542,0.010528435,-0.0028847184,0.0077062487,-3.7604987e-05,-0.017152427,0.00010679818,-0.010924539,-0.012229982,-0.009874472,-0.00011244174,-0.018524203,0.0028978994,0.005913627,-0.0028620022,0.0011610737,0.0041638413,0.0059177233,-0.0069874753,0.021847095,-0.006694797,0.015550613,-0.0031520869,-0.0022319644,-0.009506191,-0.020587713,0.022160308,0.001305143,-0.012711583,0.023271311,0.002767733,-0.018322987,0.0092790555,0.003377938,-0.017395232,-0.00063578214,-0.017749505,-0.015359714,-0.008986099,-0.0021171614,0.005880023,0.0023831162,0.002736108,0.0038434502,0.00399223,-0.008674256,-0.0034618885,0.019516163,0.028702194,-0.02031004,-0.011338848,-0.009016458,-0.0022617746,-0.014822314,0.0033959085,0.03200565,-0.012776496,-0.0116675785,0.0061941277,0.0026528875,-0.0004698666,0.007109621,-0.014677487,0.018891107,-0.016304249,0.021397693,0.009617929,-0.008653904,-0.01058192,0.0017211445,-0.020815939,0.0066731856,-0.018383406,-0.011982359,0.0063207746,-0.0044375877,0.027847193,0.0039505395,-0.0015343119,0.0038783476,-0.01385983,0.002044333,-0.012067548,-0.013141875,-0.011832534,-0.015988568,-0.023126308,0.0274605,0.031335585,0.015873082,-0.035080496,0.0059263916,0.002032656,0.00073420955,0.0037291416,0.017326938,0.020337801,-0.011838672,0.0040170527,-0.010037196,-0.018390793,-0.0020321368,0.0063684555,-0.015061074,-0.006389569,0.009033435,0.032049213,-0.02024899,-0.015923245,0.002941228,0.009766886,0.026110752,-0.017350776,-0.004310116,-0.0065292087,-0.011763323,-0.011980039,-0.0007561611,-0.046192013,-0.013391004,-0.05048058,-0.0032082023,-0.010482931,-0.0032826762,0.011748163,-0.010922584,-0.0051170755,0.009221993,0.0006843468,0.005925797,0.005608588,0.0012827667,0.0007948026,-0.0058367476,0.007206641,-0.038479064,-0.0040903264,0.0065522487,0.014303789,-0.011563498,0.023919407,-0.028519236,-0.008975678,-0.014620195,-0.015180161,0.017153952,0.024623603,0.000361467,0.009069037,0.012617991,0.012859962,0.017361993,-6.625547e-05,0.0006396949,-0.008378127,0.020699875,0.011949137,-0.025921043,-0.008201816,-0.0037997128,0.0006886913,-0.010795123,0.0022264412,-0.012694068,0.007130348,-0.005830245,0.009948815,0.02102907,-0.0043325955,0.012868173,-0.022255981,0.0045040273,0.0071241013,-0.0042076875,-0.013605261,-0.009775159,-0.0012130279,-0.020681918,0.002629193,-0.0290375,-0.012409758,0.025051862,-0.0022728394,-0.0042734956,0.020322504,0.021902323,0.0038143648,-0.035946492,0.016632674,0.02223413,-0.004297012,0.005342448,0.004478027,-0.0069301077,-0.020236101,0.0074233785,0.02089043,0.015646799,0.009082617,-0.0146022765,-0.027780458,0.0073323366,-0.018139478,-0.010975467,-0.02104029,-0.025018997,0.0036258185,-0.0014426012,-0.005570535,0.007883184,0.00487263,0.004988226,0.023701634,-0.018887782,-0.0020539244,0.0054987115,0.008884681,-0.0052021793,-0.01657675,-0.029480763,0.01623274,0.0055350545,-0.009699482,0.016625397,0.0005734995,-0.03841372,0.012182308,0.0184021,0.00029523537,-0.0023834812,-0.021877894,-0.010495972,0.008857303,-0.016480083,0.01882342,-0.005929725,0.0029704242,0.0052668694,-0.00033013307,-0.00912006,0.0257829,0.029653437,0.0038903013,-0.012773997,-0.022057371,-0.012264962,-0.0036892921,-0.0016914157,0.013275695,-0.0029250162,-0.009460593,-0.02578899,0.018863037,0.008693342,0.010533841,0.037352517,0.011734024,0.007570709,-0.012591537,0.018202279,-0.0018253091,0.017773118,-0.01002451,-0.009442643,0.025762675,0.0145834945,0.03197774,0.010393573,-0.020613573,-0.013239208,0.011835409,-0.011261742,-0.005715196,0.013406836,0.025956286,0.010660425,-0.008957583,-0.010958833,-0.018877788,0.007018437,0.019666102,0.014761452,0.017244454,0.005858735,-0.008638333,0.0022947914,0.017656483,0.027847052,0.010566773,-0.0018242067,-0.020104965,4.564193e-05,0.0041490356,-0.0045505404,0.0009825195,-0.016866757,-0.0038119964,-0.0063273367,-0.00074058067,-0.02294881,-0.0014543411,-0.014176189,-0.009709282,0.011556555,0.013678104,0.022070816,0.014958076,0.029337315,-0.019168299,-0.009499827,-0.004040769,-0.0058105127,-0.009657979,0.01912274,0.02082793,0.008555684,0.025533881,0.011776499,0.022770047,-0.045030758,-0.012378869,0.004589782,0.0022363057,0.001541377,0.007431962,-0.0024355801,0.022027163,0.00485912,0.009111142,-0.006359549,0.001597632,-0.0005396238,0.012891708,0.013356862,0.16820656,0.11583894,0.004057792,-0.014602735,-0.0070127985,-0.003352362,-0.022260744,-0.0033112885,0.008715501,0.0062953318,0.007945915,-0.0019443736,0.017152417,-0.018183641,0.022581978,0.015553925,0.0048023495,-0.006750456,0.0028916427,0.005083478,0.0032846553,-0.0017616143,0.011391746,-0.015543469,-0.0070458553,0.01283405,0.0043754214,0.011308913,0.04476796,-0.01659811,-0.0007960489,-0.0062465044,-0.00974157,-0.008171008,0.017070265,0.0189587,0.019470485,0.015592031,-0.005194046,0.014322532,-0.015364431,0.007230557,-0.008653984,-0.0046190135,0.016028723,0.009458317,-0.0046778712,-0.03373654,-0.0032969115,0.019511795,-0.00073064485,0.021679543,0.0036560665,-0.014614478,0.0012114844,0.0014052081,-0.013218372,0.03165172,-0.035879403,-0.003747603,0.0012033664,-0.0011410597,-0.007323061,0.010757768,0.00072634034,-0.0002623198,0.021134755,0.008190521,-0.005363261,0.004690603,0.0071055433,0.032165073,0.0011842182,-0.02680542,-0.023576591,0.03854837,0.014364216,-0.024232756,-0.030353574,-0.010189616,0.02368364,-0.006693281,0.015494623,0.0013820052,0.00079986773,0.014832763,0.010379324,0.0002228097,0.09466536,0.001042197,0.004616572,-0.006799572,0.006843744,0.02409639,0.0054770294,0.043357097,-0.012150584,-0.0015768083,0.0066834735,-0.01706871,-0.0010812565,0.0014961439,0.015169789,0.004119005,-0.0023877511,0.008947584,0.004883585,0.03041688,-0.048020117,0.003115996,0.00025789975,0.017428003,-0.008584493,-0.013234388,0.0013084186,-0.011356071,0.0023154675,-0.013292178,-0.10102953,-0.0065135243,0.011512687,0.01332489,0.012656189,-0.004458063,-0.0070122858,-0.0050325026,0.019303715,-0.008026937,0.021953508,-0.010547166,0.020713763,-0.008567081,-0.0003235963,-0.015026259,0.0006701208,0.00071848795,0.0065326043,0.0012190994,0.0022187287,0.010129741,0.012721068,0.019725753,-0.012305498,-0.0061621265,-0.011444558,0.03002054,-0.022141993,-0.0016388723,0.011719985,-0.010837217,-0.0017369806,0.016467825,0.038138222,0.019100873,-0.02023771,0.0072007705,0.016568763,0.004017615,-0.009026817,-0.0016238991,0.021056443,0.0016491489,-0.025075413,-0.016144367,0.022417683,-0.025519574,-0.0026144027,0.007763846,0.045418058,-0.0037397293,0.010845228,0.009763629,0.011492125,-0.0075968187,-0.010589099,0.003092335,0.03366859,-0.0038870054,-0.015665175,0.0012116609,-0.0064322273,0.0053125042,0.009564229,-0.014450727,0.015928458,0.0011592961,-0.011253678,-0.009714261,0.022669693,-0.014799628,-0.017659303,-0.013849865,0.00255582,0.00045321285,-0.025237203,0.025554158,0.010760487,0.022837454,-0.0027132311,-0.008677132,0.012225945,0.13545804,0.02033745,0.013796699,-0.023054918,0.022181194,-0.018258967,0.015001354,0.0023584901,0.0065650553,0.0339663,-0.011232928,0.01518791,-0.006795359,0.008818466,-6.9181486e-05,0.0014443507,0.008744058,-0.018358286,-0.009308267,-0.02198458,0.0019340302,0.0065914006,0.00790224,0.007616649,-0.0037535594,0.018785639,-0.006786552,0.027803645,-0.023405613,-0.0034900522,-0.010585978,-0.016203688,0.016230019,-0.04367171,-0.00010343622,-0.004021542,-0.013441776,-0.026022293,0.02245503,-0.0043832585,0.017062157,0.020636288,0.01754863,0.013597035,-0.041473214,0.19008486,0.01660676,-0.0036144317,0.0059565213,0.008158898,0.015904231,0.0045994534,-0.008991966,-0.01796849,0.0063050142,0.0048293266,0.002650595,0.0069369012,0.0203691,0.008859009,-0.0053076185,-0.018159978,-0.005416518,-0.0041382723,-0.006050265,-0.005066909,0.004564783,-0.013264303,0.007892143,-0.01824224,7.877519e-05,0.017832842,-0.014606693,0.008359338,0.009986193,-0.008076721,0.013465125,-0.0061398568,-0.0042621265,-0.0023680534,0.013028722,0.0104932925,-0.02176073,-0.0076123467,0.009265142,-0.008849352,0.006080618,0.0032484042,0.012828986,0.006711701,-0.009465807,0.0058088065,-0.00087182777,0.0058075227,0.02574497,0.01959073,0.0073235664,0.0010891355,0.0059329597,-0.016612943,0.007035918,0.01962671,0.011784285,-0.021365399,-0.004377339,-0.00034063056,0.009934002,-0.012120105,0.012773111,0.010454934,-0.014672474,0.0057520107]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 160,
          "content": "Pakistan succeeds in avoiding 'doomsday scenario' through US-Iran ceasefire",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.005029635,0.03853069,-0.00010324588,-0.08595882,0.015174565,0.039709084,-0.032024097,0.018541517,-0.0044741803,-0.032170292,0.0013713021,-0.030553032,0.02161251,0.020220261,0.08602312,0.0075019817,0.010741447,0.0042727315,0.020923233,-0.0046976795,0.014411639,-0.004199674,-0.010283671,0.00075500156,0.047961324,0.012268431,0.006219883,0.009908959,0.038451385,0.012362057,-0.019773547,-0.003437742,-0.005646379,0.031758778,0.008232953,0.01664103,0.009276897,-0.024162617,0.0023350886,-0.009396577,-0.019465905,0.027618434,-0.009253462,0.029748341,0.012355662,0.0032104508,-0.015521165,-0.013377846,-0.017604234,0.013292498,-0.009876871,-0.011095891,0.004699601,-0.15767503,-0.030289471,0.0066375723,0.014860576,-0.02234864,0.021981424,0.004117608,-0.019209249,0.03862971,0.017776696,-0.00016380471,0.0020546047,-0.0074531646,0.003871596,-0.00575504,-0.026898563,-0.015820596,0.007081375,0.024736544,0.007074852,0.008877964,0.013390589,-0.015316495,0.03177453,0.0066328896,0.018886339,-0.0010487295,0.009884891,-0.01600794,-0.011366401,0.0074590812,0.029106334,-0.020309666,-0.0014174489,0.0017506423,0.022171697,0.016964912,-0.015371855,0.036286764,-0.0022800912,0.029079746,-0.023536332,0.012007093,0.0035465234,-0.036189936,-0.010632731,-0.004562336,-0.016173894,-0.0063248333,0.023419375,0.02247942,-0.03240058,-0.017892528,-0.0033994461,0.051275123,0.04245216,0.004107884,0.020506453,0.004044854,-0.032011084,0.01413392,-0.03015553,-0.13449778,-0.009631987,-0.008263213,-0.0028596409,0.0015227669,-0.008177437,-0.018045973,-0.003042575,0.022830123,-0.005626205,-0.006250683,-0.010739149,0.011833144,-0.0014627819,-0.0045138435,0.0057990015,-0.009253639,0.0070296256,-0.0046882397,-0.020911425,0.025281092,0.00546034,0.006123363,-0.015507867,-0.037104722,-0.02184399,0.014931842,-0.03067157,0.0052147764,-0.011586069,-0.013510297,0.009806626,0.00020253156,0.00793778,0.010755082,0.014914865,0.017743576,-0.01697373,-0.0103687635,-0.0016500949,-0.05360116,-0.009129461,-0.028543968,0.0073492136,-0.026000729,-0.015108193,0.018822385,-0.00070301146,0.009315527,0.01149294,0.006222175,0.018150887,0.0006482578,-0.0023911302,0.015846541,0.0018500516,-0.010472147,-0.005868487,0.009623867,-0.017350595,0.013997972,0.052213848,0.03710168,-0.013311254,0.0030103624,-0.015351973,-0.010329012,-0.013876575,0.05045282,-0.0015568228,0.02386885,0.013091746,-0.0057777865,0.014601711,-0.007153487,-0.002893372,-0.012267894,-0.0029020666,-0.019865602,0.01366914,-0.03754797,0.0131603815,-0.03205674,0.01788839,0.0048929807,0.02687812,-0.0071469042,-0.012215049,-0.009489683,0.009588841,0.0036126997,0.0089438865,-0.017796395,0.020111848,-0.019253187,0.01440512,0.0062348084,0.00642295,0.0010012353,0.0179457,0.01206797,-0.0038574138,0.006589662,-0.0068968763,0.0097784605,0.019495409,0.018030293,0.0027650187,0.011672651,-0.01622583,-0.007975305,0.038419995,-0.0034881039,0.02028597,-0.010544575,-0.019861067,-0.0010546866,-0.0086145345,0.024494467,0.0019326254,-0.04598731,0.036255296,0.038794428,-0.024810497,0.0013411766,0.0071240603,0.02136723,-0.01465888,-0.030587561,-0.02698474,0.012157274,0.0009603481,0.00094278296,-0.0007704253,0.005154992,-0.011073029,0.010018663,-0.004496816,-0.0076769153,-0.010630097,-0.009304899,-0.0015468476,0.0053052204,-0.013335787,0.022102399,0.010341201,-0.009681454,-0.017049389,-0.011319011,-0.009483622,0.01577693,0.0008373166,-0.014733796,-0.020371359,0.0064220675,-0.015476715,0.010831816,-0.018981947,-0.0030926347,-0.014519581,0.006804441,-0.05140084,0.02170377,-0.045143336,-0.0052777026,0.0035132787,-0.02073306,-0.007002995,0.01878826,-0.0036020512,0.0014625231,-0.010582104,-0.00056678517,-0.028607229,0.007202325,-0.007719311,-0.007662868,0.02247716,-0.008295404,0.020493919,-0.015674815,0.007855713,0.012088146,0.009024991,0.025861084,0.014641098,0.02249842,0.029615369,0.04402918,-0.010744547,-0.012058509,-0.0117865335,0.006845275,0.020611933,-0.006087309,-0.0011326798,-0.0077975933,-0.002369668,0.0010370968,0.0058467933,-0.011547076,0.013341627,-0.006323636,-0.001279409,-0.010254007,-0.02526352,-0.0039575114,0.006456144,0.020744907,0.00079718797,-0.03304237,0.017115727,0.0150293885,-0.028381858,-0.017810099,-0.024275402,0.019510701,0.013492964,0.013710316,-0.004967663,0.02731911,0.051180128,0.006824081,-0.008734288,0.0031125562,0.018880654,-0.020483153,-0.0017315107,-0.011906905,0.020741936,-0.013404651,-0.00745853,0.007834534,-0.009416099,-0.035518672,0.014010899,0.044644132,0.025807811,0.007631501,-0.012540162,0.03805011,0.014853362,0.0018620336,-0.006672672,0.021930126,0.020138655,0.042634133,-0.002386101,-0.007613077,-0.009604223,-0.008175168,0.02494976,-0.0073043336,-0.007937327,-0.0493444,-0.025700748,6.6436805e-05,0.009638207,0.0062810685,-0.023975603,-0.00095988496,-0.013447108,-0.004025351,-0.006765497,-0.0046125064,-0.021746147,-0.0067981784,-0.0001528085,-0.014722443,-0.010294104,0.0029413458,-0.0020258538,0.021143544,-0.003792535,0.0074388897,0.012869595,0.0026992369,-0.02207243,0.012049912,0.01491988,0.010810438,0.02935379,-0.0076252073,-0.009150841,0.004127451,-0.009900601,0.007430677,-0.0059736464,-0.011891134,-0.011764535,-0.011562596,-0.0007149674,-0.011500018,0.016083729,0.030479968,0.018326225,0.031879667,0.02460416,-0.012028393,0.012688887,0.009372071,-0.009350604,0.027732315,0.028987097,-0.021970592,0.02514757,0.007933654,-0.004717373,-0.021336593,0.0032675243,-0.04303526,0.019579414,-0.0153841395,0.010431035,0.0065015038,0.0038918436,-0.0062887915,-0.0023395848,-0.008898819,0.009041976,-0.027424034,0.0029053001,0.023717625,-0.014515362,-0.026369348,-0.0059853694,-0.0041397335,-0.014672084,-0.0152216,0.009192079,-0.0047861733,-0.0034874044,-0.009765483,-0.0033132674,-0.011735369,0.012168588,-0.016510958,0.02796451,0.032310143,0.00040278395,0.030704735,-0.011825636,-0.005805432,-0.0014724289,-0.0368606,-0.014820257,-0.02337305,0.015437821,0.016500287,0.015048012,0.006405221,0.00701759,-0.017279971,-0.0005679382,0.012329689,0.017147345,0.0009296504,-0.001573704,0.030531336,0.018135596,0.0069526318,-0.03057635,-0.0146343475,0.03972881,0.01276335,0.018185072,-0.017330484,-0.007349953,-0.016936606,-0.010436132,0.03511683,-0.009002466,-0.021951437,0.0069823842,0.004346976,-0.004570121,0.0037228528,-0.026915332,0.012783496,-0.0032014598,-0.00088415336,0.018696666,-0.0024365117,0.01832658,0.012795662,-0.004108838,-0.040334754,-0.021441948,0.017043062,-0.0023432649,0.033816654,-0.001995414,0.00047747602,0.0034085163,-0.0018119648,-0.002969081,-0.011541139,0.038467057,0.016637146,0.009492327,-0.018437237,-0.015044884,-0.004481324,-0.005129786,-0.0042683017,-0.0014928645,0.021570198,0.0015668999,-0.000737171,-0.012470465,0.008782835,-0.002258271,-0.0079004485,-0.0041856836,-0.013318703,-0.0031653233,-0.0030756562,-0.023341421,0.020141082,0.006537734,-0.00015464409,0.020641183,-0.00783441,0.0191029,-0.010669269,0.017000113,0.0037004554,0.011378472,-0.0009805693,0.0055712545,-0.08099962,-0.008483481,-0.0013886153,0.027149845,-0.0065448484,-0.006301477,0.018855188,0.0058329166,0.027517473,-0.022719601,0.0012662662,-0.0074086753,-0.0025112047,-0.010183984,-0.018743109,-0.011396057,0.0076444787,-0.004227046,0.012711663,-0.034532852,0.012773136,0.01745354,0.0046976716,0.017876225,0.024892181,-0.013234425,-0.019022759,-0.0047888877,-0.0054501235,0.014844317,0.012681642,-0.022692222,-0.027459083,0.025634067,0.012010676,0.005849842,0.0071974667,0.0031035785,0.00074451405,0.0027057624,0.0053291405,0.012276038,-0.00094834535,-0.015153418,-0.028390037,0.0011912968,0.0015625812,0.015880423,-0.009246004,-0.021907859,-0.015404189,-0.014676956,0.017899925,-0.003208146,0.016952567,0.010201677,0.003126098,-0.018183898,0.027445298,0.028149115,-3.1842617e-06,0.015261723,-0.02477905,0.029541442,-0.01817905,0.013890713,-0.016272984,0.015212751,0.04577796,0.018638793,0.023484323,-0.019784752,0.018026205,0.0036000002,0.024388433,-0.017881146,0.0083561195,-0.009590954,0.048384804,-0.0006663252,-0.025358537,-0.019067695,-0.08107678,0.019840278,-0.025650315,-0.0013984602,-0.0033923616,-0.00049826805,0.018958783,-0.020251635,-0.0011399604,0.0322424,-0.003200468,-0.014059337,-0.01730534,-0.026367009,-0.013750357,0.021534229,0.0042739823,0.013455762,0.0009455602,0.0042443625,0.0003530578,-0.013335339,-0.020376362,0.006807937,0.00084584916,0.00017240184,-0.029897237,-0.004670404,0.010718659,-0.0032956896,-0.013909486,-0.15220653,-0.010036199,-0.008390367,0.017241262,0.020251881,0.025237238,0.0077650775,-0.021644793,0.008016225,0.002982891,0.02665922,0.00086835923,-0.032707542,0.0008469454,0.0025787086,0.117059425,-0.020754358,-0.021248963,-0.0039185053,0.006459104,0.019225322,-0.016155265,-0.010622923,0.00467097,0.017942159,-0.0120948665,0.013123993,0.022358352,-0.010637371,-0.007527474,0.0061757253,-0.0010234058,-0.017151145,-0.0021941878,0.018610211,-0.009315663,0.014867731,-0.003713512,-0.022552885,0.017741082,0.00054737885,-0.015614958,-0.016304415,0.013195165,-0.016805284,0.006481807,0.021848664,-0.0050265417,-0.027818138,-0.012751787,-0.033346705,-0.097406514,0.0012267822,0.012327286,0.0020889211,0.021951199,0.014207885,0.012224343,0.0039754305,-0.0030720287,0.029420575,-0.004468086,-0.005890392,0.010829561,0.010872827,0.022180587,0.017436767,0.019657735,-0.009896313,0.00708244,0.027082838,0.0043640216,-0.0013350531,-0.009219559,0.012186922,-0.031177446,0.008645703,0.044099137,0.018865762,0.02521658,0.013319212,-0.006831347,-0.03800253,0.01291704,-0.00030111062,0.030782323,-0.00982522,-0.0047336486,-0.026177272,0.02546183,0.009568458,0.016288089,-0.0028793076,-0.0064991517,0.014352865,-0.004231109,-0.009351539,-0.009256721,-0.011451774,-0.01368637,-0.0074314317,-0.021836609,0.027951647,-0.00710208,-0.013057222,-0.02208094,-0.0044722445,0.005604872,-0.0012863071,-0.0054503023,0.0036127323,0.012980488,-0.016853385,0.0066936645,0.010090326,-0.014679704,0.0026777533,-0.005110335,0.003874486,-0.021647997,0.0042778575,-0.01597611,-0.004600724,-0.00020264617,-0.009617105,-0.0086927805,0.0080099255,0.008996947,-0.00753647,-0.04321947,-0.009587324,0.020745903,-0.001562913,0.0021129774,0.0054993206,0.019029148,0.017491298,-0.001868749,-0.004326771,0.0061010276,0.0023861628,0.008239813,-0.017922072,0.00047734144,0.016659304,0.00037585132,0.00096823525,0.0129503105,0.018146472,-0.010208316,-0.0054481984,-0.005288502,0.008599618,0.0002194133,0.00024437028,-0.006170015,-0.010534334,0.0036539955,0.009877632,-0.0032158468,0.0014964666,-0.0038858464,0.009469049,0.0071742954,-0.0030400907,-0.0019786165,0.00664543,0.004065656,-0.015540322,-0.004092861,-0.0014394806,0.01605876,0.010001566,-0.0042924527,-0.00090196787,0.0029796665,-0.00915132,-0.017856628,0.0019094867,0.008678758,-0.003993316,0.013521217,-0.011549548,-0.02188259,0.009265086,0.012037597,0.00013626275,-0.0009574752,-0.013419713,-0.010133368,-0.023023648,-0.011808014,0.02040964,0.0021755297,-1.572341e-05,-0.007931049,-1.0156543e-05,-0.0145358015,0.0073517985,-0.005651807,-0.013111237,0.0023326308,0.0059035094,-0.0025727637,-0.011286061,0.002266362,-0.007634955,-0.0031668139,0.018298611,0.0039462317,0.0013395612,0.005657723,-0.015312853,-0.019561026,-0.01183325,-0.014644026,-0.00051566085,0.0023346585,0.008203836,-0.018953195,-0.013910615,-0.014752368,-0.010572445,-0.007508867,0.016766366,0.0011020622,0.0040478664,-0.0053018695,-0.017049592,0.0068775145,0.010180058,-0.008152418,0.030117324,-0.0069213617,0.011187649,0.022229094,0.006370557,-0.005301231,0.009904098,0.023922108,0.0064968886,0.0039894986,0.012013425,0.013764866,-0.008379513,-0.009255315,0.021290515,-0.010882869,-0.006588309,0.008005559,-0.009638386,0.024560532,0.015390728,-0.0014754066,-0.014667463,0.011115661,0.011946054,0.003003929,0.0079548545,-0.013797955,0.004394474,-0.001442086,-0.009263881,0.0010925892,0.011735327,0.011819537,-0.0067090066,0.015622644,-0.007597084,0.0007216375,-0.002703336,0.009600525,0.017840194,-0.030261265,0.00638965,0.0029178162,-0.0038897847,-0.013233804,-0.0078058667,-0.014197073,-0.0059293713,0.0010705648,-0.010184632,0.011112235,-0.0009778143,0.0116810715,0.010344363,-0.013040117,0.010792924,-0.026597118,-0.007852164,0.004929485,-0.01981139,0.009239954,-0.008557228,-0.0019440412,0.010662073,0.0073105297,-0.01155537,0.0118511515,0.0022338808,-0.004425327,-0.00427581,0.0005058143,0.003362406,-0.0029238085,-0.0038178638,0.0040138513,0.006867442,0.00029008088,0.0718986,-0.015371663,-0.007863722,0.014167217,-0.004369494,-0.0066249957,0.014333043,-0.031244848,0.009299308,0.010911524,-0.016755993,0.006735346,-0.028667757,0.027753178,-0.01069702,-0.0050988784,-0.0034384355,-0.0043109804,-0.0037957556,0.004942393,-0.011430594,0.004266468,-0.01945859,-0.0118596675,-0.0048042233,-0.012940824,0.0032185584,-0.012907631,0.0005447413,-0.02029804,-0.0037762385,-0.0006275454,-0.0046484014,-0.012012719,0.0009011933,-0.007855837,-0.0027301365,-0.013230795,0.012231724,0.024551257,-0.0058518886,-0.0068085394,0.008788696,-0.009081487,0.0063079726,-0.026922092,-0.01918195,0.0009905392,0.0044212337,-0.0051761544,0.0063345274,-0.004103816,0.0042647053,0.016220497,0.012797125,0.005412743,-0.0065763355,-0.004496894,0.0005888652,0.025372941,0.015267602,-0.0065406975,0.0041055195,0.00665026,-0.0031950264,-0.0075643533,-0.0044843275,-0.009632052,0.0023344758,-0.009378181,-0.0031796475,0.0146181695,-0.0045684613,-0.0083794035,0.02925087,0.0023620697,0.012093113,0.00013912054,0.00039710724,-0.009808211,0.019067295,-0.0060242675,-0.0066243075,-0.0038864845,0.026580894,-0.0043089488,0.005799452,-0.0013335784,0.004901451,-0.011237747,0.0049958485,-0.0008611949,0.0047095185,0.004753103,0.008892463,0.0130139785,0.054185066,-0.008315185,-0.0056773797,-4.523597e-05,-0.00060269603,-0.030055482,0.009629889,0.003575912,-0.010771167,-0.0021567142,0.008095039,0.003334011,0.0056303316,0.010934237,0.019682799,0.0083723385,-0.0030209648,0.008678893,-0.015103837,0.0038353049,-0.002783902,-0.009742195,-0.0064181914,-0.00741626,0.008998879,0.008925445,-0.004119453,0.017470727,0.009150481,0.0076758354,0.0067510954,-0.00811162,0.0031428528,0.01304216,-0.010251113,0.0064071617,0.0024855903,0.0072723953,0.020421196,0.005767504,-0.008830212,-0.009724972,0.000462618,-0.010813292,0.0017510807,-0.007563652,-0.030150618,0.006911377,-0.0057580504,0.0038438253,0.0013816525,0.002287498,-0.005656195,0.022300955,-0.0006319823,-0.0011832295,0.0050911075,-0.0015837624,-0.0026980506,0.010340638,-0.003968616,-0.0023654269,-0.0060211862,0.016836263,0.019024108,-0.00076478784,-0.00625296,0.01980313,0.0010809693,0.019238325,0.008231837,0.010876329,-0.019431071,-0.00093749433,0.005538481,-0.004815553,-0.006752377,-0.0005043178,-0.023668863,-0.012989986,0.00867771,-0.0074677984,0.002343215,0.0034729703,-0.0067437887,0.0057909177,-0.02680917,-0.00024361949,0.016893841,0.0011069175,-0.030521836,-0.0148621155,0.018460013,0.00067405635,0.00470641,0.015543526,0.0068142936,0.022750609,-0.007895311,0.027031265,-0.011701256,-0.016816275,-0.0025922095,-0.021516738,-0.012125351,0.0012637728,0.0072688665,0.0014838455,0.007077889,0.009687607,0.0010267807,-0.0036723528,-0.0064416463,0.018647565,0.011107085,-0.012212381,0.012458469,0.007870614,0.0048005925,-0.004758195,0.022661572,-0.010632621,0.010760523,0.005909545,-0.019377217,-0.006452028,0.002250449,0.01009492,0.006058634,-0.006334262,0.004441422,-0.009871559,-0.009099824,0.008385113,-0.020992013,0.010471051,0.015454933,0.003246936,0.015655074,0.0029761314,0.00033786884,0.002008108,-0.010526394,0.0044002403,0.0038669468,-0.00619232,0.008104541,-0.005524017,0.0038957628,0.011005856,0.0022097614,0.009323505,0.00022511154,0.0005629602,-0.0015506321,0.0012544496,-0.0018354518,-0.01093527,0.011321284,-0.014299061,-0.012434639,-0.04449775,0.009945195,-0.0019407488,0.010379733,-0.0009213468,0.0052144253,-0.0060963854,8.127848e-05,-0.0005118242,-0.003249241,-0.0016677403,-0.0080901235,-0.0005708203,0.0031237232,-0.016907645,-0.00049981003,-0.0003519702,0.00010097285,0.0038638762,0.0008712005,-0.0061767846,-0.017827937,0.0035428533,-0.007068381,0.022833088,0.021343596,-0.00881542,0.011421932,0.009170296,-0.0030494689,-0.005982577,0.009177106,0.0069798403,0.013873146,-0.0060324427,-0.006265027,0.006135205,-0.00941456,-0.010110867,-0.0067798095,0.0042394144,-0.023449184,0.00024263839,0.02058513,0.0016228443,-0.00023851747,0.002661034,-0.012720359,0.003435299,-0.010191189,-0.01056515,0.009027935,-0.019602643,-0.02145596,0.014337241,-0.0054759127,0.016852055,0.0070785545,-0.020561846,-0.006816911,-0.0015843144,-0.0039773467,0.007293781,-0.0006268678,-0.0220757,3.990837e-05,-0.004167609,0.00029484133,0.005498961,-0.011321542,-0.00851211,-0.010995636,-0.019721461,0.00037805058,-0.02010142,0.00036342008,0.009468669,0.029317655,-0.010891951,0.0013518997,-0.0012727957,0.013901396,-0.0010136948,0.006414388,0.0028763176,0.008429381,0.021579787,0.01299098,-0.011615616,0.0066239294,0.004702804,0.010060626,0.011368811,-0.010176974,-0.020075526,-0.022437926,0.007986554,0.0006991612,0.0029531794,0.0050432356,0.0002454414,-0.0035038278,0.010087879,0.009421831,-0.0032156422,-0.00010810278,-0.004669382,0.0043658996,-0.015670964,0.00930195,0.0065144976,0.014779613,-0.0069981576,-0.0031313158,0.008504704,-0.019460449,0.007365036,0.00189479,0.0054963715,-0.006370336,-0.00310488,0.013217149,0.01175512,-0.019592172,0.007274476,-0.014576134,-0.014696654,-0.0011366411,0.0111903725,0.008795584,-0.015754603,0.005728559,-0.0022719859,-0.013249024,-0.015752109,0.031508375,0.0153857265,0.013219843,-0.005708989,0.0055539,0.0016990381,0.004138043,0.014855136,-0.015697164,-0.0026437386,0.002193933,-0.00939728,0.0113869645,0.0055866675,-0.015490703,-0.006633544,0.008677462,0.022567285,0.0074539725,-0.0111743715,0.009254632,0.01858034,0.005032489,-0.007135626,-0.0075812363,0.00022410695,0.017015748,-0.0008435571,-0.01484336,0.010874434,-0.008557166,-0.011100665,0.010434603,-0.027325071,-0.008577987,-0.006737446,-0.00939545,-0.0014542517,0.0064760423,-0.0006588397,0.008494226,-0.005362002,0.0029260726,-0.00397556,0.005507865,-0.012951363,0.012858068,0.008615758,-0.0050068307,-0.006426037,-0.0041687423,-0.010341436,0.025450554,0.0034218777,-0.01744578,-0.010845305,-0.0036574325,-0.02620676,0.012608464,0.022917375,-0.0011784111,0.0011663293,-0.0041969796,0.0127156675,0.016433736,-0.011957676,-0.0069478475,-0.0028687236,-0.012096328,0.025689228,-0.10390171,-0.0004503768,-0.01635067,0.022027662,-0.00081774034,0.015298055,-0.015549286,-0.0028291997,0.014526403,0.011289564,-0.014277097,0.017388275,0.003942148,-0.013375049,0.0011238186,0.009117424,0.0043041543,-0.02949097,0.0014641824,0.010082999,-0.012091133,-0.009218559,-0.016715068,-0.0035289098,-0.012183882,-0.0051672747,-0.019736456,-0.0039511966,-0.007028898,-0.006927253,-0.0055907103,0.0021349958,0.005411844,-0.008807392,0.0097005805,0.002888507,-0.0033987192,0.02262146,-0.13923159,0.022249872,-0.030834803,-0.0114027485,-0.0114486795,0.004372512,-0.004234749,-0.023592118,-0.005091201,0.010676898,0.0037257832,-0.0024712274,0.010586513,-0.012482116,-0.0026930547,0.0012644406,-0.016800031,0.0010459698,-0.000683545,-0.00019697029,0.017453209,0.0021118238,0.014958626,0.007219965,0.019839698,0.008275436,0.0040376186,0.006544086,-0.0035488603,-0.030046672,-0.002248807,0.0013834428,-0.0064883195,-0.0014441225,0.0025889054,0.0009443709,-0.007159676,0.0033313544,-0.009373816,-0.0058752433,0.026991483,0.007382106,-0.013398686,-0.008917607,-0.0027527395,-0.0069074193,-0.020747585,-0.0064017554,-0.0044474127,-0.009622941,-0.011849869,-0.0041969335,-0.013129458,-0.009663774,-0.0004869392,-0.0047775162,0.007701242,0.0010509207,-0.002158266,0.0012354587,-0.013785329,-0.009259187,0.009379566,0.0008970947,0.007815434,0.0012559599,0.0066810455,0.007296592,0.009920617,-0.0050048744,0.014538159,0.008653175,-0.014475147,0.007109638,-0.00450711,-0.008096167,0.026827239,0.008399422,0.016230518,-0.002998936,-0.014845364,0.0016011961,-0.031104326,0.016398508,0.002793322,-0.011436233,-0.008237568,-0.016027909,0.0005388653,-0.031593405,-0.021418849,-0.013856827,-0.0014646485,0.0057846378,0.014806044,0.022762911,0.0024825449,0.004332303,-0.010176812,-0.015919084,0.01580384,0.0015450612,-0.015759077,-0.02056521,-0.016384492,0.008646379,-0.013206879,0.00015723899,0.0064234207,-0.01970673,0.01647321,-0.0136867175,0.012797859,0.002505705,-0.00045343753,0.0029337988,-0.012001779,0.003963464,0.006143327,-0.002805745,0.0059769107,-0.008158779,0.011227989,-0.008229209,0.0042993124,-0.0095849475,0.0068029147,-0.02896255,-0.010762304,-0.013105329,-0.0025415558,-0.010727986,0.0012200287,-0.015417013,0.00553258,-0.008521102,4.9975748e-05,-0.012862522,-0.0054216883,0.015205726,-0.009615838,-0.013771706,0.00081665063,0.0036033315,-0.021119287,-0.0126795,0.0052892687,-0.0048615136,-0.00069211127,0.0005158715,-0.02038712,-0.01569685,0.0020355727,0.017613053,0.019328494,-0.0073079164,-0.0017856128,-0.008954073,-0.01618115,-0.012923677,-0.0113841,0.005734272,-0.0055383765,-0.010584508,-0.026973601,0.00060141063,-0.0037910882,0.015079237,0.00049876096,0.005044044,-0.002727145,-0.0073766443,0.004588648,0.008089439,0.015284792,0.00970428,0.006312566,0.0073874253,0.0005393036,0.0010026864,0.00055788364,-0.0005867494,-0.00869858,-0.00824132,0.009190443,-0.0056055803,0.0014370105,0.0002956416,0.014221785,-0.011155705,0.020850027,0.012523035,-0.014899136,0.00032091368,-0.00667988,-0.006280633,0.0038814382,-0.004105388,0.007471292,-0.015611591,-0.0019087379,0.007265626,0.0058821742,-0.15955682,-0.029738137,0.008242959,-0.014044566,0.0076060216,-0.0016080455,0.030507421,-0.020084377,0.012887111,0.0013307657,0.0030959134,0.0043479386,-0.0011354042,-0.01989085,0.016156176,0.016704481,0.028049482,-0.0060108583,-0.024125911,0.008920105,-0.021883816,-0.0080977455,-0.0051771244,0.014193447,-0.019431224,-0.0028401373,0.0006495697,0.012756386,0.016930394,0.02038775,-0.013393599,0.011506651,-0.0020203933,0.0076566334,0.0063363435,0.019396009,-0.012631654,0.012497411,-0.032556985,0.032333404,0.0010487258,0.010161965,0.0138738435,-0.016817976,-0.0015914825,0.022622174,-0.009170062,-0.007436322,-0.027800122,0.009012317,0.0032151842,-0.003667029,-0.0014552822,-0.017040225,-0.007968319,0.0027454766,-0.0022302058,-0.015411641,-0.021121144,0.0033762017,-0.001575779,-0.018520948,0.0058774417,0.006980399,0.006703563,0.0050544464,-0.0008447861,0.1540681,-0.025057608,0.016173504,0.005381381,0.0079173,0.03764883,-0.001681286,-0.008967026,-0.017275939,-0.0116013475,0.0060876384,-0.0013833657,0.02230434,-0.0136907585,-0.0066821547,0.008818054,-0.0058785137,-0.010052452,0.007874333,0.0051203,-0.013349526,-0.028986735,-0.002788901,0.032884374,0.020600593,0.0045330334,0.0026242335,0.024224825,-0.012364438,0.02967878,0.0064715156,-0.026185222,-0.013835901,0.0040345206,0.0017122079,0.014883482,-0.0054758596,-0.0051824986,0.001649371,-0.005064699,-0.024795689,0.012541132,-0.012210728,0.008063237,-0.002686285,0.02026262,-0.03160192,0.010222119,0.0022387686,0.008574975,-0.013509368,0.0014143834,0.00047032122,-0.022550335,-0.0067366096,-0.013236463,0.005482584,0.01170267,0.0073065544,0.002887965,0.0034959326,0.0068531157,-0.010358978,-0.004571333,-0.01747981,-0.008279899,0.0028111592,-0.011728247,0.025106795,-0.120595485,0.005579719,0.017109267,-0.0023142113,-0.008014287,-0.03098366,0.0055060727,0.015860397,0.025360357,0.009047799,-0.00057298236,-0.008407226,-0.0045451797,0.0032876513,-0.007431275,-0.0018364855,-0.0037503806,0.0016644672,0.023622522,0.0018893215,0.017831095,0.018646974,0.024328632,-0.008753422,0.00023941584,-0.02924043,-0.049171217,0.019484699,-0.00080643664,0.010128683,-0.0033444052,0.010439008,-0.005681718,0.0017140404,-0.02353857,0.0059467223,0.0063219178,0.011902251,-0.0012101223,0.0055656093,-0.004731217,-0.0018889621,-0.017244324,-0.004033089,0.0022321127,0.00082081446,-0.007188909,-0.009580243,0.0022130944,-0.025928617,0.019449886,-0.0038057738,-0.0047852946,0.0029080443,-0.009094321,0.020668706,0.020471588,0.0023073384,-0.011795964,0.0056076874,0.027446654,0.0010568668,-0.0025178085,0.013216484,-0.0077578747,-0.005569903,0.022116415,0.008523941,-0.00019392662,-0.007246642,-0.012073046,-0.006755399,0.0070568337,0.003388836,0.006587968,-0.012056611,-0.017611656,0.029096626,0.009041173,-0.011259715,-0.022514133,-0.038843334,0.017620495,-0.015541993,0.039912727,-0.019730074,-0.001374508,-0.0033259066,-0.006612412,0.013176335,-0.014363339,0.01923867,-0.020108119,0.0010103284,-0.011575707,0.008621853,-0.0064162533,-0.01536604,0.025382865,0.0048480006,-0.01426488,-0.0049487636,-0.0033815054,-0.018467125,-0.001557635,0.016267003,-0.01469583,0.0001428261,0.012237252,-0.007504918,-0.008232011,-0.010012368,-0.017645165,-0.0087068025,-0.0074237785,-0.011112804,-0.012370293,0.0061859335,-0.021760037,-0.0029368931,0.010214011,0.0106624905,0.0042550727,0.010306343,0.009309347,-0.0006259594,0.0077973832,0.011021195,0.018374264,0.019540396,0.0095617445,0.0086121475,0.015684668,-0.0018972587,-0.002116142,-0.0173059,8.2592065e-05,0.026260592,0.002701087,-0.0052656373,0.020426493,0.020241443,-1.7063416e-05,0.019616228,0.009700276,0.00091909996,0.0004675839,-0.011798788,0.011054072,0.017776107,-0.0017223457,-0.036525298,-0.010949155,0.0057480433,-0.005587917,0.008193033,0.015593406,-0.0008588482,-0.0022930272,-0.03724619,-0.008666749,-0.007540299,0.037722286,0.009502407,0.017027114,-0.01875062,0.015911145,-0.0038273733,-0.025008237,-0.027271021,-0.0009918768,0.00043715842,-0.0026226756,0.024734681,-0.0035159811,-0.0034560654,-0.025232846,-0.023881424,-0.009845815,-0.076246366,0.023057172,0.0065324684,-0.01766487,-0.016702069,0.012795953,-0.0021013592,-0.0141817825,-0.0012769208,-0.025267161,0.021736495,-0.0045180055,-0.011187638,-0.009296863,-0.0054145777,0.005469716,-0.0036509112,0.002371099,0.010037498,-0.0017722502,0.008050314,-0.030530754,-0.016173042,0.011416109,0.008994773,0.0029416105,0.02207065,-0.0032178855,0.016198277,-0.0118182665,-0.009725719,-0.0016743009,0.003862946,-0.008117962,-0.0064376737,-0.0017777863,-0.0028187346,0.0008076358,0.018437654,-0.025748821,-0.0132338675,0.013558385,-0.05729141,0.010093279,0.0014702672,0.0052917846,0.00459652,0.015993793,-0.0052700373,-0.022543734,0.024293989,0.0028127835,-0.0072981757,-0.007897523,0.0059325714,-0.00032951377,0.009629074,-0.013701258,0.0037082853,0.009113157,-0.026241148,-0.04569632,0.015202045,0.014724571,0.0065233065,-0.013753799,0.002054334,0.010565266,0.017940516,-0.006093981,0.008099727,-0.007979392,-0.00587648,0.025032762,0.0046962225,0.030101106,0.0067472593,0.0074017276,0.0106727015,0.027873488,0.030890122,0.02378699,-0.02224484,0.05889475,-0.023343801,-0.024506155,0.011714824,-0.10544721,0.023592155,0.0004277879,-0.013332534,0.032970745,0.0025754299,-0.0024560445,0.04934984,0.01027189,-0.026342511,-0.011234783,-0.003378609,-0.01321395,-0.013935513,-0.0011040164,0.017598104,0.002224914,-0.023445848,0.018241722,0.010024161,0.004012076,-0.012521979,-0.009957308,0.0014782934,-0.0009850728,-0.050695453,-0.018495072,-0.012897886,-0.01625852,0.008384777,0.001715303,0.008843512,0.0057313694,0.0070406375,0.011786227,-0.017270876,-0.005447975,0.010073692,-0.012681126,-0.017839922,-0.018561745,0.005225253,-0.008147557,-0.00086207315,0.013548649,-0.030305937,-0.006231907,0.018507801,-0.0075407405,-0.008091372,0.01738583,0.0044526956,0.0039569824,0.0009984787,0.010595899,0.0082220435,-0.0033692038,-0.03280604,-0.003481799,0.0056899446,0.018783147,0.0011508333,0.0022202455,-0.011398275,-0.0024487413,0.0076354602,-0.005486083,0.016401174,-0.006472012,0.001223007,-0.0050747436,-0.001926199,-0.007734937,-0.0032230671,0.006576152,0.006775411,-0.0044584377,-0.0061882725,0.0018090961,0.0124388635,0.006954158,0.03086571,0.039750263,-0.03177143,0.023632942,0.0085164625,0.012267901,0.008732687,0.008620586,-0.0013063959,0.018685741,-0.022431726,0.0020205304,0.014241644,-0.014686947,0.040080365,-0.004087273,-0.01410386,-0.0044620475,-0.016898364,0.0061371825,-0.015523484,-0.00059920864,0.004571108,-0.007317491,-0.008624627,-0.006829972,0.005788727,-0.0101666115,-0.005969471,0.013377402,-0.0072677643,0.001421107,0.007083274,0.014970523,-0.010705224,-0.00890165,-0.008489281,-0.033623494,-0.018530425,-0.01291271,-0.009035526,0.024504103,-0.012894572,-0.0032451143,0.018764675,-0.012743781,0.00078772363,-0.022229588,0.0078090653,0.009775321,0.015295544,-0.010744919,-0.026787521,-0.030057702,0.015855215,-0.0034043402,-0.00029461354,0.018670896,-0.009525313,0.01831848,-0.0005806277,-0.014273917,0.0032915608,0.005478396,-0.0012678491,-0.005838857,0.010753127,-0.025061505,-0.00909133,0.019807694,0.013312061,0.0038830356,0.0009736136,0.006150899,-0.0059041446,-0.0007867983,-0.016959852,0.009149917,0.02682341,0.013094107,-0.009140357,0.00031490705,0.008178488,0.019021109,0.007183948,-0.013116855,-0.0053113503,-0.015295081,-0.0070361686,0.023455665,0.0021838243,-0.0080580255,0.0049971156,0.040288217,0.00069500814,0.018298892,0.017311703,0.021109646,0.008565629,0.0014561692,0.01046572,-0.006578972,0.015254711,0.0046225204,0.004333059,-0.012981098,-0.00015938135,0.0020764957,0.0063032224,-0.004745388,0.0058312733,-0.00045204384,-0.010964381,-0.027714686,0.006900655,-0.0128568085,-0.004000998,-0.00036535686,0.02540488,-0.017278602,0.009263242,0.0060856636,-0.0023682616,-0.005904954,-0.00419818,-0.03451517,-0.00244111,-0.012820529,0.0170825,0.010346211,-0.0023478635,0.0063786046,-0.0028491537,-0.015142088,0.0025553585,-0.003036453,-0.010765914,0.020416854,-0.0055758725,0.0130940685,0.012259377,0.0028126913,0.020626709,0.009821339,-0.028202793,-0.0016501265,-0.0065781157,0.020419633,-0.01052271,-0.014177402,0.01333875,-0.0027694574,-0.011037406,0.0032543591,-0.00037083903,0.013579605,-0.007404981,0.008352515,0.0097871395,-0.0033962717,0.0027351158,0.00080966676,0.008312905,0.00508805,-0.0046326555,-0.0071659177,-0.018941326,-0.0066389255,-0.015316055,0.0019984574,-0.0068608425,-0.00076558924,-0.011577464,-0.0108417,-0.006705495,0.032634456,-0.001123577,0.026861494,0.011478973,0.011368194,0.01771908,0.008685352,-0.002203196,-0.02168503,-0.009763634,0.018563138,-0.013866578,-0.02062283,0.0054181633,0.0361826,-0.009588416,-0.025768451,-0.010779764,0.0028392083,0.00092480774,0.0033259403,0.027427534,0.032459054,0.01728558,0.0064454195,-0.010125688,-0.008373316,-0.00898454,0.0269124,-0.008664708,0.0143452175,-0.0013163722,-0.009490159,0.00798567,0.0316819,-0.012908271,0.008086615,-0.019663088,-0.0030540533,0.0038219532,0.009364108,-0.0056069726,-0.0041052382,0.00375421,0.028266491,0.007932662,0.005584871,0.03391762,-0.001652158,0.015808608,0.0091160145,-0.0029724012,0.013934775,-0.0019297688,0.010669389,-0.025519265,-0.017461874,-0.00037067747,-0.022279046,0.0013586964,-0.012798118,-0.016132435,-0.007941102,-0.016731067,-0.0100684855,-0.008879337,0.004227661,0.013346808,0.0021857277,0.01439334,-0.004679581,0.015161348,-0.015529952,0.0070261504,-0.010564742,-0.00039403673,0.012615911,-0.0029862856,0.023132011,0.021132065,-0.0043177144,0.0011607911,-0.0047232606,0.02255258,-0.014941144,0.01786592,-0.0038499408,-0.0010704732,-0.010809701,0.023873543,-0.017351082,-0.021093449,-0.004945915,0.007866719,-0.015082544,-0.01745777,-0.008971602,0.0061872145,0.0043704025,-0.010534016,-0.004857965,0.014347043,-0.008169653,-0.020834574,-0.029762892,-0.03524037,-0.014750732,0.009316274,0.009928831,-0.007579229,0.017278662,0.0050350484,-0.014661506,0.013375465,-0.013003075,0.009145339,0.0031708118,-0.0009335516,0.039410044,-0.011545977,-0.034955952,0.01081897,0.030203298,-0.025730252,-0.02495832,0.01803455,0.00286669,-0.0020028136,0.006706408,-0.0005161182,-0.012694999,0.0021600598,-0.035313018,-0.013293219,0.0075412015,0.01060947,0.009568741,0.013840691,0.0038283993,-0.012777695,-0.015065571,-0.00616442,-0.016532512,0.005453452,0.011228715,-0.011068288,-0.011207717,-0.012849566,0.011592431,-0.021010488,-0.015596617,0.017572036,0.008704307,-0.00018051566,0.0031399762,0.001956827,-0.006601338,0.0012690652,-0.015535366,0.008138026,-0.014784237,0.0016999686,0.024768181,-0.005273791,0.0017353,-0.014474801,-0.025803803,0.008047338,0.0090026725,-0.024542993,0.018987203,0.0005257671,0.026513692,0.0041385135,-0.0030910075,-0.013683569,-0.004896159,0.0067286906,0.016719796,-0.010557915,0.0058655106,-0.0053010723,0.00034659816,0.015973827,0.01593214,0.027183935,-0.015007899,0.03024635,0.017968787,0.024209216,-0.0075215558,0.0072089056,0.0064684083,-0.005884039,-0.01440528,-0.01067068,-0.018617451,-0.008656741,0.02276018,-0.007929764,-0.011290878,0.006373701,0.01859108,0.00119565,-0.023124052,-0.009463166,-0.0100503955,0.0051685455,-0.016623275,-0.02111864,-0.0081708515,-0.011315933,0.01024592,-0.004576228,-0.027514318,-0.02279856,-0.0374421,0.012301659,-0.0016961043,0.0049113836,0.0018721565,-0.008389974,-0.020673994,0.01172268,0.009481951,0.005156022,0.0002066796,0.012235957,0.0112040555,0.0038756942,0.017571826,-0.036652535,0.014128066,0.010897427,0.012320378,0.023076909,0.012635213,-0.023618635,0.011003012,0.0010944899,-0.0005936859,0.016472284,0.017827466,-0.00019012002,0.017435279,0.010351364,0.017069003,0.016955253,0.00946868,0.0022339644,-0.009373101,0.031221144,-0.00045776556,-0.04228933,-0.023868578,-0.002886508,-0.030706428,0.0047542863,0.010755934,-0.003732713,0.005343458,-0.0012091155,-0.0022493233,0.02375154,0.003617736,0.0039875694,-0.025059508,0.015435101,0.0016512839,-0.002472524,-0.014305903,-0.008166121,0.007751556,-0.002921796,-0.022870053,-0.007058682,-0.017377662,0.011326442,-0.0042526512,-0.01254403,0.008031184,0.0057275062,-0.0010722778,-0.015229563,-0.012352247,0.015982699,-0.013352649,-0.0052559506,0.0038413366,-0.0077335583,-0.034750424,0.015777705,-0.0015555182,0.025341136,0.0008304489,-0.006826273,-0.03450902,-0.0055197095,-0.005581684,0.015481186,-0.014244712,-0.0029240034,0.0012821789,-0.00801506,-0.004335237,0.0072054705,-0.00042490466,-0.013865355,0.02375435,0.0009412652,-0.00923749,0.016597066,-0.012881203,0.009551819,-0.015687844,-0.01650274,0.006735192,0.024736682,-0.006419653,-0.010787022,-0.017433912,-0.0032755125,0.0071058646,0.012697756,0.0025742636,-0.008325477,-0.013377208,-0.0072002998,0.0017526599,-0.020009307,0.020445764,-0.010737484,0.0086401645,0.0045187445,-0.0032393117,0.010983383,0.040957753,0.0027125396,0.026764864,-0.015013708,-0.013456388,-0.020359613,0.01708067,-0.019781917,-0.0008149273,0.005649436,-0.0016058589,-0.020411631,-0.012791741,0.019828618,0.018345088,0.009032873,0.013787062,-0.0033962773,-0.022459226,0.004026816,-0.005359686,0.008514765,-0.013294127,0.0037030575,0.010431693,0.010985709,0.027543474,0.032835037,0.0012715496,-0.011476987,-0.020043064,-0.019165058,0.0071303407,0.0079983175,0.034519076,-0.002544518,-0.008849607,0.020283071,-0.014905117,-0.007402364,-0.015909193,0.01107642,-0.0031733916,0.009642992,0.0013757076,0.0063429275,0.0087290555,0.008282188,0.0068800156,0.008350067,-0.009565225,0.00029587164,0.018006232,0.0065056668,0.012578244,-0.000492085,-0.010777413,-0.014808217,0.01987618,-0.024592374,-0.0025871727,0.004343838,0.012632115,0.005861696,0.014059478,0.013881423,0.016839013,0.02194238,-0.02073977,-0.0008274485,-0.016631786,-0.0005495412,0.0018587379,0.01769971,0.009703834,0.015575731,0.014343225,-0.00027794702,0.020970337,-0.01113722,0.0106981145,0.01726403,0.010047042,-0.0012776246,0.0037216234,-0.022456719,0.007840686,0.011485428,-0.011492669,-0.0043471856,-0.009210603,-0.023008842,0.011574203,0.010694354,0.16603206,0.11468832,0.00068373105,-0.00576555,0.004412225,-0.0025758464,-0.0048955954,-0.005325434,0.008035528,0.035356235,0.01987149,0.00557059,0.019971708,-0.035997707,0.022998769,0.0033547482,0.026630992,-0.018916916,0.007869894,-0.017318271,-0.0018875247,0.012370779,-0.013021646,-0.020499859,-0.013868833,0.0058199405,0.008105716,0.010972577,0.024659023,-0.0013035367,-0.008503578,-0.008781401,-0.0044321576,0.008444402,0.009069461,-0.003832563,0.0003939898,0.012369592,-0.020475695,0.0009394173,-0.01559718,0.012199753,-0.018085368,0.009097561,-0.023896407,0.004529905,0.014913813,-0.023898184,-0.0009323357,0.0062133265,0.00096898654,0.017113823,-0.004440862,-0.014599286,0.0037972245,-0.00196411,-0.016020373,0.0060691,-0.0027540585,0.004375242,-0.0002760558,-0.0050830096,0.003697409,-0.0076080207,0.0005415705,0.001168853,0.0015360343,0.018036203,-0.00014617416,0.00012633597,0.0036290102,0.026573872,-0.012731088,-0.036493856,-0.023604462,0.018978933,0.020552974,-0.015473669,-0.004522662,-0.002752002,0.009793574,1.7250693e-05,0.016756278,0.009867496,-0.017798267,0.006732563,0.027233707,0.01946072,0.10479527,-0.018354172,-0.008021746,-0.009293033,0.012804002,0.019382475,9.3919225e-06,0.05285587,0.004445491,0.00943345,0.0016437862,-0.024770847,0.01663238,0.006650598,0.029418452,0.008446602,-0.022827521,0.023364758,-0.00084777054,0.0384843,-0.032892123,0.016570544,-0.026608033,0.010368017,0.0011802916,-0.0063196155,0.009210686,-0.0011746538,0.00888178,-0.005982585,-0.097771496,0.001042612,0.008286727,0.00038054862,0.0103058405,0.012188552,-0.003993702,-0.00039434113,-0.011989212,0.0050773565,-0.004678521,-0.00062801916,-0.021276843,0.0037272722,-0.002364573,0.02235455,0.016998196,-0.006459958,0.0024845644,-0.00073102396,-0.0027734148,0.017304951,0.016291697,-0.001881906,0.009706062,-0.018269569,-0.017420553,0.031440984,-0.01686778,-0.0073289396,0.0037974878,0.0018963268,0.014606403,0.020216765,0.0058156494,0.0003564777,-0.0012693217,0.021445766,0.03365346,0.011767068,-0.006254507,-0.001652815,-0.015342426,-0.0051525794,0.009530456,0.0021050393,0.01850584,-0.019380039,0.0006953036,-0.0049158437,0.04761668,-3.5745237e-05,0.0073609217,0.003888825,0.0010911721,-0.0026032089,-0.004296704,-0.0007177171,0.028659943,-0.0015531462,0.010241628,-0.015312292,0.018033322,0.010024981,0.027091913,-0.018235136,-0.02180098,0.010879218,-0.016848318,0.016446814,0.024270525,-0.02043525,-0.007524395,0.0005939148,-0.011868205,-0.012860293,-0.02162526,0.011504581,0.009027736,0.03094776,-0.016548475,0.0040246537,0.0026742548,0.12944365,0.004051095,-0.016307747,-0.009804292,0.008661233,0.007435227,0.0124682,-0.0025727674,-0.0033117926,0.011701484,-0.0062911026,0.007426951,-0.014979206,0.013531922,-0.010227851,0.0038440854,-0.007563254,-0.01840218,-0.0025995795,-0.033370372,0.009868253,-0.002598529,0.01230948,0.0044866838,-0.024650889,-0.0043339366,0.0008530702,0.016116166,-0.0052029137,-0.0035440892,-0.00032147655,-0.018322783,0.0025808988,-0.015171784,-0.017636772,0.015353798,-0.0051203175,-0.020738952,0.0015372328,-0.0070261685,-0.011181915,0.01649742,0.02624854,0.015605087,-0.035746098,0.1875601,0.0013212039,0.004550772,0.0066990554,-0.0064892913,0.016673695,0.01078164,0.004257505,0.007329592,0.0044651157,0.019227955,0.0117688365,-0.006604094,0.004741419,-0.022781009,0.0065672873,-0.009069635,-0.014843975,-0.024040805,-0.0084045995,0.009853148,-0.00011962616,0.002710319,-0.0031240585,-0.02636768,-0.009551877,0.0039605764,0.014568171,-0.015027124,0.022868726,-0.013595308,-0.00827038,-7.406204e-05,-0.029191725,0.00054628245,0.011106273,-0.010586592,-0.02479356,0.010029321,-0.004673613,0.0037564533,0.010596718,-0.020311555,0.006476557,-0.0020384437,-0.003698811,-0.028012352,0.008310597,-0.014406787,0.010190291,0.019663366,0.0054167514,-0.00037909317,0.011687756,-0.0037603122,0.019274848,-0.009272213,0.003500613,-0.008927851,-0.007437657,-0.02081214,0.0007568469,-0.0009946077,-0.00096530607,0.022958402,-0.0073912023,0.008251051]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 161,
          "content": "Asia gives cautious welcome to US-Iran ceasefire",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.012534391,0.019868573,-0.015469241,-0.08036634,-0.00949823,0.010934413,-0.019101763,-0.00407831,0.0024344989,-0.032571007,-0.0077375825,-0.0042874287,0.016367769,0.0077958405,0.09987536,0.017450478,0.024349514,0.024087463,0.028031023,0.007543413,0.010391012,0.009736478,-0.020257827,-0.00900163,0.031097606,-0.020099726,0.016065812,0.019220378,0.016607458,-0.0018615243,-0.025192192,-0.0044597033,0.016502218,0.011652639,0.011335901,0.0056588086,0.027518159,-0.0070101097,0.008803406,-0.0061108023,0.008465531,0.03957665,-0.02446515,0.032877594,-0.0146960765,-0.006301544,-0.022604449,-0.021652449,-0.019843807,0.020068996,0.029637689,-0.02348882,-0.018699225,-0.15296182,-0.043123383,0.0109394975,-0.031506922,-0.017444573,0.028331306,0.00457204,-0.031425282,0.039605513,0.00033783773,-0.026985824,0.024460549,-0.029037917,-0.011113954,-0.0054993737,-0.03071291,-0.0009258134,0.0176166,0.019823452,0.004576465,-0.0076949303,0.045672357,0.005824001,-0.00056586467,0.021810072,-0.0019889732,-0.0006054031,-0.008965178,-0.028094016,-0.012882629,0.008118036,0.044098657,-0.015184173,-0.013079206,0.015528643,0.004779972,0.016282871,0.006644472,0.024818357,0.009714462,0.010167978,-0.004336858,0.0001312313,-0.027300857,-0.019635463,-0.025898717,-0.015759276,-0.0163135,0.01274725,0.017223844,0.019241275,0.007427954,-0.016472373,0.03587459,0.025896266,0.033837155,0.0023649991,0.0003879698,0.008093898,-0.0312317,0.022173326,-0.013255468,-0.1273796,-0.033073846,0.01111334,0.0027586734,-0.012210973,-0.027335865,-0.0062945588,-0.022040939,0.023184827,0.010234443,-0.013017984,0.010714678,0.017531687,-0.007290626,0.010238652,0.0010814607,-0.016722927,-0.017567543,-0.0043601315,-0.040577136,0.038518384,0.018738199,0.010686106,-0.010560059,-0.031552102,-0.006071211,0.008097765,-0.007886006,-0.022409063,-0.014249074,-0.029821154,-0.01567879,-0.00013132005,-0.0032065779,0.020777227,0.021153353,0.013871301,-0.026272535,0.0059509673,0.008111027,-0.026098875,0.004603349,-0.015085404,-0.006432591,-0.014621144,-0.009291038,0.030051636,-0.0032251899,0.017106598,0.0070118094,-0.009209997,-0.014736904,0.0072777374,-0.0018661479,0.0018178007,-0.005867593,-0.0046733255,0.013562292,0.0068118647,-0.028044945,-0.00017034633,0.049293205,0.025210053,-0.004688424,0.0138505995,-0.03454994,-0.006088386,-0.0009152816,0.027057907,-0.025061043,0.014163194,0.009076438,0.00058653223,-0.00460725,-0.012435132,-0.021507902,-0.014636232,0.006592079,-0.022356542,0.0055090715,0.0010179942,0.013130224,-0.026696106,-0.0057847435,-0.025393346,-0.004158431,0.033536803,-0.024982238,-0.013880601,0.001489505,-0.013219625,0.0031355103,-0.001541767,0.024364315,0.012846499,-0.0007675212,0.00041390344,-0.004466158,-0.016985696,0.0006967105,0.011995675,-0.006797574,-0.0038593006,0.0068816366,0.0043699783,0.009044426,-0.0057119024,-0.004256107,0.016173147,-0.0083644595,0.0013382896,0.031867176,-0.0048408327,-0.0040145083,-0.010572149,-0.016564665,0.008781774,-0.008718049,0.010512697,-0.020374304,-0.023689141,0.043194488,0.016485343,-0.003610334,0.023878032,0.011076694,0.010374359,0.0009842586,-0.026586734,0.019740945,0.014130351,0.029005473,-0.00493475,-0.0032277368,0.0056388117,-0.022281608,0.017452402,0.02367569,-0.013738113,-0.0071565835,-0.008255256,0.016114805,-0.01027767,-0.0034544272,0.013378216,0.0023427377,-0.0027287563,-0.027864054,0.0046935636,0.012173069,0.031607386,0.011512902,-0.008150641,-0.034929875,0.022247793,-0.034336694,0.018637773,-0.016913543,-0.030491082,-0.016546892,-0.004216804,-0.05833299,0.027326649,-0.034859944,0.004781269,-0.001532747,-0.014335273,0.009429458,0.020199588,-0.0060506538,0.03427176,-0.011472984,-0.0009365204,-0.021255778,0.012769514,-0.008495431,-0.003594221,0.01665578,-0.010502882,0.016046379,-0.014197477,0.00044334042,2.0853962e-05,0.0037224437,0.013553073,0.00545605,-0.0047536436,0.008777615,0.026846536,0.0069628926,-0.018812353,-0.028441047,0.01959523,0.013186207,0.0039008986,-0.013379916,-0.003325504,0.006566856,-0.0011638668,-0.013327133,-0.005963938,-0.019750737,-0.022274705,-0.018302582,-0.027938241,-0.021738835,0.007852763,-0.0033701006,-0.00043044993,-0.028048597,-0.006377756,0.00022451006,0.020079674,-0.010723795,-0.007809795,-0.009563481,-0.00493961,0.016223347,0.010843938,0.0030866829,0.005897104,0.02228837,-0.0077200276,-0.00020698723,0.0021820164,-0.009957607,0.010072612,0.009862514,-0.010840315,0.015862204,0.020029448,-0.0036278984,-0.028116286,-0.018918855,-0.03838195,0.011194762,0.0328528,0.03083909,-0.01986401,-0.02697353,0.026252843,0.022386275,-0.017499935,-0.0013571429,-0.00064526126,0.0040045367,0.03562166,-0.018764634,-0.007883709,0.019053824,-0.030076591,0.03257826,0.021068912,-0.017988592,-0.060338497,-0.0019662818,-0.005793096,-0.0063887746,0.02297391,0.0026947283,0.012138746,-0.0102771465,-0.0071890214,0.0034170686,-0.013232175,-0.0017953522,0.0066285334,-0.019276815,-0.016793203,-0.01739542,-0.017603677,0.00012160359,-0.0036038905,0.005741837,0.03575137,-0.013370299,-0.004823248,0.0101433955,0.0026262763,-0.013006494,0.013579911,0.032631498,-0.011537521,0.010089471,-0.004422219,-0.018097036,0.007943233,-0.009819331,-0.011350323,-0.0132598225,-0.000884113,-0.0020304143,-0.009219062,0.0010371734,0.013767768,0.039668027,0.008770934,0.0023212489,0.008238451,0.015437442,0.0054124477,-0.016339457,0.044417933,0.02364288,-0.027274799,0.0041054715,0.029695773,0.007674638,-0.025183653,-0.013470538,-0.024966644,0.012751575,0.024539856,0.0045902343,-0.00024298084,-0.00019780909,-0.012574417,-0.0038963554,0.016949968,0.024805289,-0.0035571659,0.009417408,0.028744588,0.0021796238,-0.02564919,-0.017150184,0.0035177288,-0.01934833,0.022848785,0.004207061,0.012234394,0.010652719,-0.016907394,-0.01457168,-0.0010323692,0.010080792,0.0046767266,0.01223014,0.005901136,0.034337834,0.033716045,-0.027921112,-0.009701013,-0.0040919883,-0.0056895176,-0.035121955,-0.027089575,-0.017951265,0.019335274,0.008981629,0.040603995,-0.023272613,-0.025344618,0.0041717966,0.016171569,0.02788502,-0.01394003,-0.010992784,0.007154176,0.011326034,-0.00012135329,-0.034740254,-0.010693484,0.020979252,-0.005295938,0.04758153,-0.009510743,-0.0040178676,0.0024998628,-0.0104152765,0.013677262,0.001525058,-0.032517843,0.0069363764,-0.002646677,0.01173707,0.009655451,-0.026315305,0.00825907,0.00025261164,-0.014136103,0.017199518,0.008867063,-0.0019522993,0.017664183,0.0059345243,-0.01936705,0.004236784,0.008582748,-0.036949065,-0.007464848,-0.0015132152,-0.00077014137,0.0010336686,4.5017754e-05,0.00599286,0.0031118076,0.012605745,-0.0005391566,-0.013581804,-0.0010675077,0.043929346,-0.013330738,0.005545774,0.014638825,-0.034403224,0.008292116,-0.021730276,-0.0015876052,0.0043223025,0.0106320735,0.023445604,-0.018146645,0.020443838,-0.008382709,-0.024496699,0.02348438,-0.013484205,0.01179409,0.0019885108,-0.017306894,-0.003951769,-0.010942865,0.014869086,0.00038119438,0.0011242917,0.020538969,-0.013129646,-0.005050301,0.033146627,-0.079618104,0.0057435804,0.038415648,-0.004891825,-0.008577322,-0.0062847356,0.010943918,0.0146063445,0.013293931,-0.02150069,-0.0041892803,-0.0032773358,-0.00020493733,-0.015355347,-0.015383194,-0.0061824815,0.015297833,0.030954938,0.025810419,-0.037292346,0.009632342,0.015750935,0.03583674,0.0101796575,0.017674778,0.005984687,-0.021070633,0.024972068,0.0045552836,0.0029076836,0.01170256,-0.01450334,-0.007862628,0.025158765,0.028142076,0.014493328,0.030979233,-0.00042691577,-0.009014372,-0.0152985025,0.032021184,0.029687496,-0.01206983,-0.022258896,-0.020046577,0.021528674,-0.0025922563,0.017144468,0.01047342,0.024143793,0.0075348327,-0.022510583,0.012708527,-0.0064921314,0.0043526986,0.011936727,-0.005489653,0.018470027,0.01217961,0.017991971,-0.0028669552,0.026363425,-0.004082982,0.045207128,-0.019078644,0.051777676,-0.006295516,0.008250102,0.042274572,0.03188812,-0.0024290686,0.021785475,0.0003572041,0.02343176,0.029317286,-0.0032809305,0.00039394505,-0.008513221,0.032827787,0.01868464,-0.014406529,-0.030301139,-0.094661385,0.022161243,-0.027694754,-0.032469694,-0.02342457,0.014069235,0.012901112,-0.025775462,0.020611979,0.0096243955,-0.019207465,-0.020091161,-0.017269617,-0.030199619,-0.006349239,0.010841568,0.008110673,-0.0017014361,0.0028127579,0.012081736,-0.024782244,-0.0083286865,-0.0068228566,0.022594348,0.014588207,0.025270393,-0.027029973,0.011952893,-0.024770068,-0.008071028,-0.009988491,-0.14080787,-6.464418e-05,0.012192608,-0.013124996,0.014345681,0.01399591,0.021000274,-0.01156819,0.0024648865,-0.0062401,-0.014227898,0.012620893,-0.017916044,-0.013352436,0.026386777,0.091725186,-0.01244038,-0.020700395,-0.016540403,-0.0013088885,0.014157663,0.0042001074,0.01055834,0.0034359372,-0.0068985987,-0.0027598203,0.022306176,0.009812747,-0.029158488,0.029922737,-0.014594422,0.0024786491,-0.013709179,0.022775391,0.0027730418,-0.0074433014,0.001553051,-0.013325301,-0.017276285,-0.014629016,0.015799334,-0.0028988123,-0.012491933,0.009190818,-0.0068995818,0.005700681,0.012176759,0.0023612988,-0.025326757,-0.0013982251,-0.04130023,-0.08701311,0.008188483,0.01610078,-0.008381282,0.01907215,-0.0007743934,0.0098412065,0.007388075,-0.013216823,0.02026994,-0.01910756,-0.017038057,0.0018540481,0.008097899,-0.016226813,-0.003348034,-0.007238747,0.0040440904,0.0026303367,-0.0035342895,0.005424961,-0.0014422652,0.014259773,0.0014668654,-0.022627575,-0.0015700276,0.03405544,0.015568623,0.014017963,0.019162156,-0.01475233,-0.028800398,0.006119904,0.023019273,0.022181144,0.008003299,0.013052907,-0.02799402,0.02813941,0.017290095,0.0012939976,-0.0010948627,-0.015152578,0.004052804,-0.0061317147,-0.020570597,9.679807e-05,-0.029607272,-0.010228346,-0.018453103,-0.01546156,0.014391314,0.02182903,-0.0118292,0.001873616,0.009905961,-0.020223968,0.030682156,0.02766268,0.0021790776,0.009837042,-0.0023376865,0.007942674,0.018868674,-0.0014247665,0.0066557424,-0.0039836373,-0.0018984375,-0.008459781,0.020036869,-0.02015262,0.015781399,0.005673611,0.0041572945,0.004189696,-0.0018321895,0.019456934,-0.0076698484,-0.04560605,-1.9538995e-05,0.010392849,-0.0017459664,0.017216902,-0.0044207196,0.016108291,0.013509142,0.0095899375,0.0012976987,0.02459628,0.00032392875,0.020729592,0.0016464544,-0.0014226241,0.0014909824,0.008950189,0.0056188777,0.010402106,0.017554931,0.003135752,0.010104567,-0.005990637,0.00667738,-0.0040610125,0.00066093146,-0.008641001,0.017599791,-0.0060572326,0.0072610676,-0.008355352,0.002163846,0.006616621,0.01213299,0.015422291,0.014562515,-0.0010449694,-0.0041245366,-0.012187925,-0.004557953,-0.008391273,0.008932222,0.011213312,-0.009993483,-0.016889984,0.008278879,8.134554e-05,-0.0153650595,0.0027996656,9.368262e-05,0.0037715586,0.0076596253,-0.0010301473,-0.004301834,-0.025052708,0.004447774,0.0017183137,-0.011511039,0.0021857952,0.012366884,-0.017976329,-0.024487048,-0.01545952,-0.0033017036,0.008794873,-0.007414838,-0.015180343,0.009433597,-0.009197371,0.017710257,0.009399755,0.0020968632,-0.010622129,0.010392029,-0.021014418,-0.00013210824,-0.005969329,-0.007427804,0.0066606537,0.02088426,0.00202143,0.0063568167,0.011553851,-0.014583954,0.008517562,-0.023923429,-0.010864108,-0.008730547,-0.0020178035,0.0024758168,-0.00062307593,-0.023495488,-0.024156626,-0.008616832,-0.00051687326,-0.003458355,0.0072833537,0.029791778,-0.00029509753,-0.010321649,0.013593675,0.0029279662,-0.005387954,0.02503706,-7.108055e-05,-0.0013266455,0.012436111,0.013818099,-0.004458717,0.013562141,0.004673011,0.011622195,-0.009148333,0.0028121686,0.023629252,0.00046505712,-0.01280055,0.0122141335,-0.0038523637,-0.03802346,-0.0015336294,0.0005027447,0.009148863,0.01865928,0.015853962,-0.006027899,0.01790149,-0.0005623176,0.0024285803,0.013702661,-0.012549081,-0.001304894,0.008098992,-0.010309851,0.015412778,0.0051241256,0.010279824,0.00047723754,0.0106705995,-0.013271206,-0.00044461212,-0.010835777,0.012666291,0.020365527,0.0027784116,0.010144367,-0.0101604285,-0.009043122,-0.013208019,0.005848534,-0.0033532863,0.0035018777,0.014375179,8.2696126e-05,0.020599576,0.0012853288,1.4401172e-06,0.021762244,0.00848284,0.0017896472,-0.036678296,-0.007030043,-0.012216445,-0.024196183,-0.0054354332,0.0030277465,0.0033053178,-0.0043928563,-0.0046159276,-0.015623916,0.017501323,0.008595374,-0.0068533947,0.0040365797,-0.004471087,0.009136605,-0.005264629,-0.020330021,-0.006480167,0.010639897,0.0036485568,0.07555509,-0.0084075,0.0017134151,0.017011834,-0.00628462,0.0073319008,0.015647786,-0.014977052,0.008045484,0.008252785,-0.009665438,-0.0015590508,0.0010670807,0.010524216,-0.0033585741,0.014511159,0.020178203,-0.006729119,-0.0022644806,0.011832008,-0.0053927894,0.0052615716,-0.014865596,-0.016331743,-0.0032710312,-0.0054831,-0.01959085,-0.011350631,0.00022348622,-0.006722064,-0.0050131152,-0.001361238,0.01793735,-0.011505758,-0.0042366334,-0.010841076,-0.016547618,0.0020824668,0.016358951,0.0069972067,-0.0021281666,-0.008357854,0.0067865867,0.002669148,-0.003897743,-0.005416611,0.0017386231,-0.00020272768,0.0060524596,-0.007443263,-0.008713826,-0.008000864,0.00650573,0.005944529,0.0062130284,-0.0012177698,0.0045938655,-0.010124023,-0.0071470565,0.0106532285,-0.0014425043,0.015154739,0.007050422,0.010024964,-0.011746547,-0.0101842815,0.004189552,0.004750567,-0.010713926,-0.005726398,-0.004397165,-0.0023277712,-0.0012268175,0.0011480806,0.03530021,-0.012094825,-0.0033280097,-0.015612231,-0.012166208,0.0024900713,0.017212026,-0.011513723,-0.0029031984,0.007871621,0.019279607,-0.007959768,-0.0064805523,0.0015844691,-0.0088664,0.0054538203,0.019536965,-0.00880404,0.0011275914,0.011221635,-0.0064052497,0.016240327,0.05021025,0.0031683985,-0.015365777,0.010871737,-0.008368188,-0.018483425,0.0014978994,-0.012075385,0.008680718,0.0044839927,-0.01118437,-0.00019315223,0.0013913672,-0.007676868,-0.017422771,0.013433701,-0.009122244,0.01593831,-0.011236791,0.015603493,0.010293756,0.012708902,0.0029211505,-0.008190965,0.009148723,0.0021160094,-0.014203836,0.014117662,-0.0028211954,-0.009907654,-0.00021550278,-0.013586723,-0.0024323247,0.0130222,-0.009626893,-0.0021684037,0.0020217071,0.010711183,0.006039554,0.0039452724,0.0055827354,-0.000150121,-0.0026907218,0.005216555,-0.0027580394,-0.011989559,-0.035533488,0.015350413,-0.006569356,0.027103346,-0.0020187784,0.0053841374,-0.011120933,0.015853727,-0.019039001,-0.0021029834,0.0012833463,-0.0049709114,0.003081549,-0.0057010665,0.00027158848,-0.020655965,-0.013235702,0.01145963,0.004045163,-0.007494172,0.008828768,0.008283603,0.006849785,0.013165444,-0.0024066549,0.00050492864,-0.005337286,0.011457036,0.007896957,0.0068932283,0.0063100173,0.00707007,-0.016102588,-0.013808066,0.011688163,-0.026738083,-0.0013099773,0.005921098,-0.0034693084,0.010129383,-0.022380712,0.006631417,0.014586652,0.001816076,-0.013294574,0.0066034137,0.019630989,0.00091139984,0.007976696,0.002858023,0.009831881,0.010559811,-0.0003767533,0.015439585,-0.015895575,-0.013990219,-0.0002519707,-0.0006242613,-0.0054428093,-0.013933639,0.001397397,-0.0049881036,0.006803889,0.0048763347,0.0056645507,0.010170831,-0.0035390812,0.0006598495,0.011658353,0.005358174,0.008860342,0.0065301703,0.0066337213,-0.020656005,0.0014680894,-0.019445552,-0.004033543,0.0081314435,-0.0024996428,-0.015410595,-0.0010268745,0.010053997,0.0008248703,-0.0108965095,0.018327395,-0.01528868,-0.016348595,0.002678163,-0.033809118,0.008902754,-0.0016422402,0.00018361118,0.020874009,0.003879413,-0.006901325,-0.016661625,-0.01579542,0.0021174892,-0.0013992791,0.0021413881,0.0044185147,-0.018335445,0.0068604895,0.02884039,-0.014948619,0.015286356,-0.026730027,-0.0012101727,0.015806442,0.0010423431,-0.0056200535,0.0008041337,0.010408892,-0.02131605,-0.008774468,-0.035984263,0.006128626,0.017403904,0.011951747,-0.008157682,0.014799081,0.017880954,0.010335656,0.00093408045,-0.012941449,-0.0046189716,-0.016043779,0.0049008653,0.008062856,-0.0127518615,0.0054596933,-0.006221095,0.009631947,0.0074802726,0.002747893,-0.010295402,-0.016116573,-0.004904038,-0.0033801768,0.0064676004,0.024784878,0.009901267,0.01640873,0.024319496,0.006228937,-0.00121545,-0.00581762,0.008351104,0.006886193,0.004614574,0.003691086,0.0062582335,-0.01027099,-0.0035655913,-0.0005062085,0.016082888,-0.026265683,-0.009157832,0.006962051,0.0036833999,0.00030164575,-0.0010829872,-0.0024280427,0.009832659,-0.007381985,-0.0035986374,0.008302502,-0.009404481,-0.012484491,0.032820646,-0.003474805,0.02261441,0.021735473,-0.01817644,-0.008994433,-0.018283227,-0.011471407,0.0039518545,-0.0042729722,-0.0193395,0.012452796,-0.0072438563,0.0089690965,-0.0041536237,-5.157173e-05,-0.0062373457,0.0039673946,-0.01313661,0.0013601554,-0.012772263,-0.010664901,-0.005644616,0.021559704,-0.0210163,0.0036689895,-0.021456303,0.005773805,-0.013777938,-0.006126576,0.018673325,-0.014979289,0.017960094,0.0065184264,-0.0090689985,0.011879228,0.01073744,0.010902437,0.026016613,-0.0025760366,-0.015651843,-0.0028952516,0.018449126,0.005940801,0.013925875,0.025915638,0.006937729,0.0020613938,0.0014365184,0.021609455,-0.004100862,0.007493683,-0.020761712,0.0021784673,0.015823701,0.013295183,0.0054279617,0.009275328,-0.006331755,0.012848348,-0.015145808,-0.005938573,0.017567841,0.013033952,0.011199508,-0.0037189778,0.010494816,0.01291571,0.021041917,-0.009480253,0.005927835,-0.010504053,-0.0003522003,0.007594609,-0.006412711,-0.009656907,-0.008936642,-0.0011731338,0.012800111,-0.010710139,-0.0052937944,0.02114413,0.0101972325,0.0043379976,-0.017077269,0.002116553,0.0080358125,-0.0026867394,0.036660213,-0.015414329,-0.002982605,0.0044663073,-0.004600778,0.0013134343,0.0022297408,-0.010510873,0.0017028939,0.013575036,0.019336725,0.012021544,-0.0061332234,-0.01565454,0.014649869,-0.0014624172,0.0027218831,-0.011153974,-0.015559882,0.0003209977,0.0058768233,0.0044280826,-0.00027637114,-0.028710702,-0.0018571115,0.004806439,0.014489367,-0.0012341054,-0.0004604017,-0.0041635362,-0.017334666,0.014484204,0.010204033,-0.00910331,-0.010215607,-0.0046232175,-0.0012621023,0.018966857,0.0054626735,0.012450345,0.023320572,-0.009073499,0.005594736,-0.0023758914,0.0024068872,0.020917758,0.0031275607,0.006746046,-0.0104897125,-0.0040211687,-0.022953097,0.0062401397,0.019004304,0.014114141,-0.0043255407,-0.0072655417,0.0130371,0.0009552721,-0.019093141,0.005432311,-0.004252434,-0.0136567885,0.019397303,-0.0992547,0.01428952,-0.016221391,0.029934961,-0.0019560598,0.004769584,-0.008268824,0.0066766352,0.007928568,-0.008080656,-0.012028061,0.010634857,-0.0099528525,-0.005301766,0.00034935723,0.011435392,0.0060147825,-0.010159351,0.002155917,0.023558406,-0.0012198221,5.566752e-05,-0.017568393,0.00317774,0.0007275928,0.0017208828,-0.0061750407,0.0053755334,-0.0029263985,-0.0011498752,-0.001667847,-0.012369482,-0.0030983256,0.0049971854,0.00680518,0.008110203,-0.010801364,0.01060545,-0.13020384,0.021445155,-0.02569931,-0.023239804,-0.013398703,0.021991553,-0.018941913,-0.014417921,-0.016919138,0.0043965606,0.0060099275,0.004467301,-0.015623272,-0.012798397,0.015735641,0.0007834473,-0.014594227,0.008349237,-0.0048079835,0.009502027,-0.0002073933,-0.0031555488,0.01657765,0.018465351,0.023737429,0.00066793145,0.0074008903,0.0023231208,-0.00700504,-0.018268434,-0.0016575059,-0.0023677493,-0.0011925446,0.0043435455,0.0013106334,-0.0020943529,-0.007603117,0.022321349,0.002408992,-0.003762558,0.009196069,0.010250494,-0.0023923055,0.004311764,-0.0038547283,-0.00035585053,-0.009871879,0.0056693433,-0.013444604,0.009882262,-0.0020824242,0.008758494,-0.0060310015,-0.011730748,-0.0082196845,0.0044250805,0.0015131633,-0.0052001304,0.005054891,0.0014272942,0.009071192,-0.004653393,0.005200395,0.005826211,0.0018272887,0.0103199575,0.0041824323,0.011822877,0.007954646,0.003402468,0.0030962357,-0.008606339,-0.018695995,0.0020747278,-0.016160194,0.0018189896,0.016951162,0.009787315,-0.0031082125,0.0055308277,0.004985732,0.023908513,-0.022837618,-0.00713087,-0.012134156,-0.018687518,-0.0017975974,-0.0007543574,0.003953601,-0.043344527,-0.0050469856,-0.0023190484,-0.0035434526,0.021950893,0.0037617707,0.014785643,-0.0006188441,0.002752974,-0.00034096383,-0.0028948856,0.029869882,-0.0074423486,0.0074603893,0.0035086505,-0.01430315,0.008956786,-0.013125722,-0.006785204,0.006937657,-0.0031457297,0.010552387,-0.01968743,0.00084842544,0.0034400309,-0.0063553913,0.012247561,-0.0035364982,0.013776155,-0.0052042482,-0.0073028756,0.010940641,-0.00036980148,-0.0012948706,0.001197613,0.0017416973,-0.012728628,0.01653797,-0.024281872,-0.0022568102,-0.019582465,-0.007366903,-0.025659014,-0.0009391974,0.03360339,0.002223388,0.011134045,-0.0039379913,0.014636313,0.01883269,0.019436795,0.0028270497,-0.005210618,0.0063742767,0.010417127,-0.014721424,0.002820555,0.00497723,-0.008106796,-0.019441187,-0.0119786225,-0.010888798,0.007613522,0.0086987605,-0.005419618,0.023460839,0.0060222815,-0.008533589,-0.0072436775,-0.021593558,-0.004956429,-0.02179154,0.00067969447,-0.023269078,0.0029512479,-0.013602629,-0.006665032,-0.016899232,0.0007598875,0.02758566,0.0075943004,0.0010880705,-0.018099159,0.010484231,0.01804559,0.0029420815,0.01574565,-0.0073933885,0.009701098,-0.0031808638,0.0036304784,0.00660874,0.011666207,-0.0035553707,-0.0028511789,0.016800309,-0.022654187,-0.0042703073,-0.030327013,0.024655659,-6.163258e-05,0.016419608,0.0007061048,0.0018396057,-0.014302909,0.008881837,-0.0185187,0.0017535524,-0.0031015668,-0.001494468,-0.01695806,0.008587413,-0.019306041,0.0002267297,-0.15099056,-0.038331322,0.029403739,-0.00751557,0.016610913,-0.013677716,0.013404532,-0.020938877,0.018084068,-0.01094887,0.0046333848,0.012760095,-0.010435424,0.0029053986,0.016085071,0.012820795,0.011400743,0.014430844,-0.024455896,0.017237004,-0.03443961,-0.0034873078,0.005412199,0.00396345,0.0021708854,-0.0040976983,0.008872443,0.0001685868,0.00818858,0.020200845,-0.0022414152,0.010378787,-0.016424192,0.019997844,0.016410952,0.029657848,0.0041047684,0.0165555,-0.036721434,0.031913493,0.007999545,0.017038353,0.0145756025,-0.0042733136,-0.0063288193,-0.0029887846,-0.007985106,-0.009819011,-0.0025631858,0.005194676,0.0049940664,0.015794965,0.0058182855,-0.03135448,-0.0024599724,-0.0045553413,0.0012928809,-0.00738072,-0.019859059,-0.014267326,-0.012913544,-0.0038950809,0.004565767,0.019145604,-0.0077117537,-0.0025291548,-0.020076795,0.13555379,0.0037787545,0.017466355,-0.010091118,-0.015863525,0.02618345,0.020397637,-0.0031096332,-0.02437158,-0.018398987,0.015194872,-0.0043744044,0.016656198,-0.005340203,-0.010924664,0.0047713155,-0.006182113,-0.0037495922,0.014300654,-0.015466122,-0.023425693,-0.015244949,0.013036713,0.012089722,0.005719111,0.009503695,-0.00041562293,0.030609153,-0.01673885,0.032063827,-0.0013303066,-0.042822998,0.010485616,0.007343774,0.0045998762,0.033897314,0.014880965,0.003307959,-0.003144549,-0.017346617,0.0038532943,0.013364316,-0.01551408,0.0043673078,-0.00039952336,0.009200371,-0.02541396,0.019204974,-0.0053118803,0.009419878,-0.012032714,0.00229746,-0.011899194,-0.0013868404,-0.010015645,-0.019197125,-0.012434626,-0.016995408,0.0021374314,-0.01366369,0.007874117,0.0068642837,-0.023068046,-0.0011471064,-0.0005249875,0.0012158486,-0.013601287,-0.016508779,0.022665614,-0.102150925,0.0046773567,0.020686846,3.8262737e-05,0.0006368642,-0.010126113,-0.0051062517,0.005727133,0.029820817,0.0004715492,-0.0099802315,-0.002080756,-0.01048387,-0.01339815,0.017268665,0.0062619224,-0.005145808,-0.0065532066,0.0146009,0.0010419379,-0.012974465,0.04249735,0.0106879,0.003259085,0.0028206387,-0.0360941,-0.043769073,0.0044175666,0.009208388,0.0040447162,0.023872845,0.010122734,-0.024554051,0.00052103796,-0.023472978,-0.0006693616,0.010213256,0.013430615,-0.023542603,0.008160835,0.009623415,-0.0068524457,-0.007802625,-0.02545774,0.018791098,-0.0011770244,0.0021324619,-0.013709175,0.0070324815,-0.028369887,0.014354299,0.012337007,-0.0052840603,-0.014088737,-0.031363335,0.016750384,0.010918016,-0.022238346,-0.0024201665,-0.0063127563,-0.006485666,0.008082399,0.008447584,0.009372363,-0.005007209,-0.00030061603,0.022453586,0.0009595774,0.01722744,0.0054610977,-0.011385019,-0.019903379,-0.0076894183,-0.0054502245,-0.0021148585,-0.003142774,-0.006484205,0.009332035,-0.0012715418,-0.0015015111,-0.030240228,-0.00514447,0.032429807,-0.019838683,0.030494079,-0.017961815,0.0017638962,-0.013328679,-0.00092256337,0.0030654802,-0.034618944,0.019181645,-0.0054489723,-0.01451042,0.0022154667,0.0072282758,0.016059319,-0.010469307,0.042526066,-0.009453121,-0.015417652,0.0056237406,-0.007936723,0.00037470786,-0.009703602,-0.0017986774,-0.026428808,0.0027900755,0.0069258194,-0.002991908,-0.01531191,-0.0007714051,-0.03522279,-0.010367304,-0.014933553,0.0023868773,-0.024783045,-0.012214744,-0.006368285,-0.0248613,-0.009183288,0.0078408765,-0.008031558,0.012743714,-0.030053217,-0.010758954,-0.0012732547,0.0067732115,-0.0018905639,0.013164877,0.009664011,0.004863658,0.011553684,-0.008388171,0.0017815095,-0.020207854,-0.0115801515,0.014955803,0.008919729,0.00852027,0.015161094,0.018749198,-0.004554349,0.025885865,0.010776883,-0.0011343614,-0.010529587,-0.011301934,0.005473753,-0.00047167522,-0.007731222,-0.010779301,-0.011482237,-0.009091833,0.010503406,0.016999785,0.014427429,0.013366184,-0.00946404,-0.013449546,0.016558101,-0.023640927,0.008875128,0.011420269,-0.009920309,-0.036502976,0.010356445,-0.009642435,-0.020893775,-0.021986682,0.0068333535,0.0054949513,0.019718055,0.0038259348,0.014727558,-0.01832426,-0.017084248,-0.007038272,0.015750393,-0.0785899,0.031836025,0.012209385,-0.024805618,-0.018225566,0.003734346,-0.010534432,-0.012129205,0.006210019,-0.005557905,0.02083727,-0.0012387289,0.0007176594,-0.026515462,-0.0060457573,0.012017396,0.0013353571,0.02231742,-0.00063384196,0.014381706,-4.368681e-05,-0.03422716,-0.014038496,-0.0022956706,-0.0014671945,0.0041061165,0.0006079411,-0.020014375,-0.006745116,0.0055950177,-0.020896252,0.0173837,0.006251483,-0.02149622,-0.012604066,0.010609138,0.0180008,-0.0038059861,0.030494517,-0.030501379,-0.00082058454,0.006607387,-0.047775332,-0.01954687,0.0076416517,0.004194243,0.0017833001,-0.0034561804,0.012177805,-0.02570688,0.029942654,0.017217157,-0.0076543177,-0.011906291,0.0100481305,-0.0040372848,0.0039058607,-0.024871359,0.0051887436,-0.0017008778,-0.022334268,-0.028066322,0.0066462304,0.009838884,-0.0041029057,0.0010105864,0.012581941,0.0049651577,0.015542625,0.009475849,0.008182899,-0.0148418015,0.010580653,0.025144182,0.006218306,0.012914591,0.018376747,-0.0062588626,-0.005657799,0.013221792,0.03215331,0.028143981,-0.004167383,0.04612256,0.0065067,-0.0062827496,0.012450262,-0.09475381,0.034272376,8.455197e-05,-0.00078374153,0.016860645,0.0020852033,-0.0047804266,0.04520556,0.010469213,-0.009437724,-0.019259142,0.013454312,-0.018765397,0.021043146,0.018332575,0.0005921043,-0.012492829,-0.00095175905,0.017520677,0.006417599,0.00054934993,-0.015089821,-0.010731668,0.01093747,0.011498067,-0.03216861,-0.023408333,-0.004369249,-0.008376364,0.011966258,-0.016138222,-0.013218057,0.009176499,-0.016401125,0.010564516,-0.00048569273,-0.024428606,0.005293256,0.0024211754,-0.00086099637,0.00022295033,0.012395863,0.0053281114,0.0022625683,0.008725521,-0.025983332,-0.011445353,0.005828406,-0.01789356,0.0035946276,0.012976108,-0.002106466,0.009755113,-0.017933458,0.015053012,0.037603732,-0.013025445,-0.036261834,-0.016858622,-0.0018468089,0.0046657408,-0.016923388,0.016506141,-0.008165119,-0.0068209553,0.02024157,-0.023111466,0.0025428876,-0.0151438285,0.012775383,0.0059379116,-0.015985545,-0.0051247342,-0.001919133,0.00052229344,-0.004594691,-0.020664504,0.00020875841,-0.0147165125,-0.0063579804,0.014955156,-0.0002424567,0.02765615,-0.026708117,0.020684296,0.01808032,0.02221455,0.017558938,-0.0076856343,-0.022828732,0.002094105,-0.018850671,0.010626962,-0.010248564,-0.0030259024,0.014353757,-0.0038962443,-0.0031143993,0.017996749,0.0018900256,-0.0038236226,-0.009976333,-0.00417179,0.0017390833,0.0048192632,0.0021404375,-0.012815717,0.012056112,-0.010605106,-0.009452071,0.020078255,-0.01990604,0.0012480799,0.018841127,0.017175026,0.0036145672,0.020795282,0.0029430299,-0.021050328,-0.012450546,0.00031635092,0.008097708,0.009690806,-0.008548049,-0.017911622,0.0010000839,-0.008726821,0.0023297546,-0.015450525,0.0045957174,0.027474709,0.024785556,-0.0018258918,-0.009389037,-0.023283148,0.0021696452,-0.0037631204,-6.242431e-05,-0.00070126186,0.006859374,0.018339895,-0.015336266,0.0017753441,-0.021578705,0.009749909,-0.0026938233,-0.01387268,0.021457143,-0.03007719,-0.0053904685,0.030862952,0.009053254,0.0060427,0.008975309,-0.005016405,0.00041834984,-0.010829444,-0.0147674745,0.0040708533,0.01677606,-0.0065119895,0.0018890406,0.004011013,-0.004356831,0.004988713,0.0028484662,-0.018059352,-0.0051397122,-0.010432556,0.0016195846,0.021024631,-0.008834761,0.0014991798,-0.00732979,0.029510377,-0.001829544,0.000615234,0.02686973,0.025720716,-0.0017909899,0.0033026258,0.005488101,-0.015057337,-0.014857161,0.0024596893,0.015460321,-0.013375921,-0.011292048,0.007080864,0.010840464,0.0024414274,0.023860278,0.0003568371,-0.012786048,-0.012185807,0.004901132,0.0006471669,-0.0032764717,0.0062649404,0.021156758,0.012081075,0.013017844,0.0065344777,-0.010105076,-0.019165093,0.001010526,0.00029566206,0.01300239,-0.010516127,-0.004692247,0.0107982475,-0.008728538,0.0054143746,-0.0046310513,0.008403318,0.012195085,0.009330028,0.009449604,0.0073773204,0.008615438,0.010813344,-0.010314807,-0.00039718012,0.022525571,0.013912135,-0.012974196,0.0014508001,-0.01102743,0.001863596,0.0090039885,0.0017434596,0.016144034,-0.0022746476,0.002680778,0.009971821,-0.008326677,0.012537864,0.002295483,-0.010402759,0.00696332,-0.009233334,0.0024817702,0.0025331152,0.0018245956,0.011973931,-0.012176557,-0.0056622517,-0.013794539,-0.0015339906,0.00421935,0.008084106,0.0048821173,-0.008801281,0.007930964,-0.008487843,-0.003953302,0.010707351,-0.017496787,0.011451733,0.010796136,0.03604307,0.02119037,-0.0124125965,0.004514365,-0.04185985,-0.018939605,-0.010421617,-0.014250036,-0.013969751,0.020012025,0.020148782,-0.018116917,-0.01426239,-0.027068026,-0.007496156,0.0070097633,-0.0062340903,0.01005365,0.0303924,0.015158169,0.009618805,-0.004017608,-0.004944051,-0.010248278,0.015417681,-0.0053918166,0.03370885,-0.0030022156,-0.011390763,-0.0055838423,0.022461299,-0.005074535,0.02441313,-0.024889199,-0.005658947,0.020804016,0.0066659553,0.008203353,0.008522099,0.004373356,0.033371475,-0.013324705,0.014093504,-0.007164251,0.009346357,0.0087895235,-0.002361907,-0.007540158,-0.0041773454,0.018218685,0.010148738,-0.0054627475,0.0053627505,0.0057602907,-0.013694873,0.00804414,0.0034443988,-0.0072740805,0.0051363786,-0.017585335,0.027051473,-0.0021028202,0.016143218,0.0063816286,0.0050358097,0.0054340223,0.008411691,-0.0041017546,0.001747534,0.0013296258,0.018943684,-0.0021408645,-0.023701495,0.015539232,0.033110727,0.005990941,0.022374205,6.0743434e-05,-0.013156187,0.019449674,-0.001665861,0.015499708,0.008304897,-0.008978893,0.0041941633,0.019809403,-0.03354509,-0.0188004,0.008045416,0.015321441,-0.028295863,-0.015323669,-0.013693893,-0.015363122,0.011035804,0.011455969,-0.0029862102,-0.01312244,0.0014884004,-0.013280537,-0.016262535,-0.0031227847,-0.009241947,-0.0063044527,-0.002288927,-0.0026387882,0.007002525,0.015282036,-0.01980639,0.007084013,0.0040195053,-0.0069740172,0.010572807,0.00960387,-0.007954746,0.006554494,-0.030479005,0.0008278129,0.019533351,-0.020038923,-0.026317395,-0.0036936663,-0.0022781882,-0.02590434,0.008199692,0.011134352,-0.0055764597,-0.0015510586,-0.0074589266,-0.009427557,-0.0075687724,-0.010653313,-0.0006749268,0.019988919,-0.017060118,-0.003219818,-0.0017631667,-0.015418613,-0.00037729606,0.02303012,0.017125309,-0.016866416,-0.0036918435,-0.0036766853,-0.0012932146,-0.018411651,0.013491632,0.02469391,0.0014192313,-0.0119778225,-0.0012194761,-0.01467334,-0.0155992005,-0.0039646076,-0.022083798,-0.008544387,-0.006501837,0.0058399164,0.01206779,5.549577e-05,-0.011341545,-0.011812643,-0.013929575,0.015109372,-0.01796136,-0.014311736,-0.008396189,-0.014159401,0.031977277,-0.0004938972,0.015249876,-0.0102192685,-0.00068957696,-0.0069983643,0.0064165285,0.0065806247,-0.008089475,0.00650514,-0.014103681,0.035295397,0.024987543,0.022939283,-0.012588442,0.007357963,0.024026,0.0029092836,0.0024735099,0.024387324,0.023545219,-0.005358547,-0.009284934,-0.010645975,-0.023851138,-0.00081948616,0.02068444,-0.0036375874,-0.008654099,0.0056236433,0.027996307,-0.009153302,-0.024009285,0.0041939444,0.027904956,0.008280567,-0.025630984,-0.006991461,0.0017458559,-0.0046556024,0.00921855,-0.006806855,-0.040349506,-0.009362319,-0.032784782,-0.0013814998,-0.0019954175,0.009436713,0.0023914147,-0.014193154,0.011350741,0.0018920897,-0.0048867026,-0.0001629365,-0.0018395734,0.011171374,0.0059210155,0.0052247406,0.0073842285,-0.02456811,-0.00969635,-0.005557696,0.0113586625,-0.006701794,0.010836441,-0.026588943,-0.004626662,-0.0015563704,-0.0058879945,0.024462566,0.023240454,0.0022619031,0.02164706,0.013915531,0.008923591,0.019692024,0.024712324,0.0076536764,-0.008339394,0.025974456,0.030154021,-0.035586547,-0.026405336,-0.0054416237,-0.024205867,-0.013530373,0.012369745,-0.030191503,0.016168913,-0.0036480518,0.00983625,0.008189505,-0.0012677256,0.0058294055,-0.020273848,0.0056094397,0.007446164,-0.0040127626,-0.010761646,0.0054060007,0.021713922,-0.007693707,0.0070000216,-0.009048493,-0.013272311,0.004303237,0.00965376,-0.008198818,0.0262714,0.0129971625,5.440936e-05,-0.028450882,0.003913856,-0.010458276,-0.010124118,0.010563189,-0.011143058,-0.011842844,-0.041558713,0.012007855,-0.0022005723,0.013582546,0.014903265,-0.0077913627,-0.01133713,0.0037497862,-0.0147004,-0.018683169,-7.4365744e-05,-0.030462325,0.005353666,-0.019660093,-0.010883738,0.0043887547,-0.009846301,-0.008853195,0.021743117,-0.015916387,-0.0022508379,0.0139505435,-0.0176425,0.00027058183,-0.0026274496,-0.022724593,0.026155122,0.009111858,-0.0026451068,0.010801963,-0.012482712,-0.027154133,0.020256445,0.019277828,-0.0065398924,-0.009601921,-0.021099178,-0.029217608,0.0023583542,-0.0053925253,0.025484169,0.0155544095,0.00031068054,-0.0006189988,-0.0008410395,-0.0026282095,0.04181477,0.012433834,0.008281188,-0.017631771,-0.01913789,-0.016851338,0.004175656,-0.007765624,0.017399857,-0.006609011,-0.020508897,-0.025585713,0.001182417,0.012872973,0.026398059,0.015971638,0.017848128,-0.008243858,-0.018601475,0.023402665,-0.0013250906,0.017530514,1.29060245e-05,-0.0005620327,0.023389151,-0.0073874104,0.020993453,0.01805452,-0.012749224,-0.009074112,0.0069070878,-0.0037372755,-0.010196683,-0.0013998534,0.017935012,0.013453915,-0.003417012,-0.011674066,-0.005081124,0.0060486603,0.016237127,0.0009916847,0.01525181,0.014362465,-0.014272223,-0.015995726,0.02193762,0.027139423,-0.0022128152,0.012693611,-0.008112125,-0.015837425,-0.003847782,0.00671072,0.013156785,-0.0070162704,-0.0059455335,-0.005013838,0.0024907722,-0.013538302,6.2781895e-05,-0.0032386095,-0.009293034,0.0047855647,0.01249802,0.006792273,0.013337997,0.02695564,-0.009188272,-0.011676846,0.0016581554,-0.002176467,0.0022118494,0.020911597,0.004542751,0.005496655,0.024641192,0.021954432,0.019402187,-0.025192257,-0.0095011005,0.018031169,0.013754556,0.0150608905,-0.010080368,-0.00716472,0.010321269,0.0044121183,0.001084651,-0.015679877,-0.0132451495,-0.019738987,0.008795534,-0.0018748018,0.16404402,0.11604971,-0.0053193173,0.0038453331,-0.011643569,-0.002763833,-0.010941643,0.0023149017,0.006843738,-0.007190821,0.011901571,-0.024404539,0.016141508,-0.024195535,0.012980686,0.013410804,0.011551102,4.862315e-05,0.008949339,-0.0017398482,-0.02130409,0.020445382,0.009250271,0.0059242547,-0.012018568,0.015851388,-0.017476615,0.019471107,0.03417309,-0.01185394,-0.0006471358,-0.008553962,-0.005859847,-0.015365938,0.015353614,0.009864654,-0.0029570474,0.016979588,-0.016155291,0.034824576,-0.019566564,0.0064099347,-0.02358267,-0.01379724,-0.0152629595,0.01407075,0.00604011,-0.042970896,-0.02177669,0.026943924,-0.004848203,0.024185974,-0.000109433044,-0.019257337,-0.0023639277,0.00047417977,0.0027674127,0.02043617,-0.026344312,0.004279195,0.012764972,-0.009624142,-0.01031368,0.00037813984,-0.0016137692,0.0038866855,0.01680962,0.014487801,-0.0054081315,-0.012863976,0.008871531,0.017835783,0.008471447,-0.017432056,-0.015035829,0.017245831,0.028916558,-0.020916028,-0.024792118,-0.0052187704,0.023155926,0.010124252,0.004119613,-0.0074924775,-0.0011245194,0.0026570256,0.007899337,0.025532272,0.10610034,0.0087465625,-0.0064382064,-0.020831676,-0.0028481812,0.025814388,0.004269398,0.059569363,0.018040115,-0.0072993548,0.0006834055,-0.016038964,-0.0039752494,0.016146202,0.032029193,-0.0032824012,-0.0021436915,0.013319968,0.009584167,0.036433827,-0.038274154,-0.008658494,-0.0024684216,0.015391916,0.006132322,0.00024145951,-0.008491737,-0.009516613,0.022886647,-0.009506006,-0.0973111,-0.00529985,-0.007100273,0.013067552,0.0017492786,-0.02039063,-0.020316087,-0.0063936445,0.0056607523,0.0003147373,0.01700658,-0.020840496,-0.010456295,-0.004576178,0.0040729307,0.027739305,0.020337814,-0.009696914,0.005098404,0.006764354,-0.0048748855,0.010954079,0.009100561,0.01403973,-0.006843286,0.010822584,-0.00011811047,0.05101127,-0.00150082,-0.0016295932,0.0024568923,-0.017500013,0.003068128,0.019593172,0.027093543,0.023648646,-0.022756109,-0.0039622937,0.009094904,-0.0049142027,-0.0049446225,0.0020003335,-0.0014709628,-0.013036458,-0.01529853,-0.008097021,0.018658243,-0.021189515,0.0006542073,-0.0026687025,0.034839243,-0.01419484,0.010873043,0.0015023923,-0.0069464804,0.0009185143,0.001351923,0.0058646807,0.020973768,-0.010187667,-0.013708104,-0.016416816,-0.008711761,0.00015655516,0.021291343,0.0031643985,-0.005768221,0.0053311246,0.0074385307,-0.0041510686,0.013886953,0.0025178993,-0.009246685,-0.011401535,0.007541682,-0.01815289,-0.019000152,0.01361973,-0.011898987,0.034882236,0.0017737969,-0.002943435,0.01727242,0.12802757,0.009593075,0.002842376,-0.0017138356,0.014889763,-0.014125843,-0.00240347,0.005317771,0.0052324715,0.023159608,-0.003446075,0.008514562,7.937753e-05,0.010902541,0.014800411,-0.010519389,0.011164602,-0.01774208,-0.008647784,-0.02617708,-0.004168912,-0.0020877714,0.0018451017,0.010445448,0.00325044,0.013335691,-0.017324861,0.016741248,-0.016288312,0.00039728606,0.02505019,-0.011848708,0.02572043,-0.025935253,-0.01591757,0.00232571,0.005140719,-0.014126421,0.010287812,-0.017102296,-0.012628962,-0.001249846,0.010011847,0.0037584964,-0.032274507,0.19018199,0.012190737,0.010056896,-0.011569637,0.0026219585,0.0133949155,-0.0029153093,0.004116571,-0.011574715,0.008029375,0.01820998,0.00063930685,0.0049275053,0.021864008,0.0032206934,0.015218118,-0.00368294,0.0021183447,-0.0057099317,0.014708599,0.011167282,0.009262187,-0.0141895935,-0.01154366,-0.017165277,0.0027511246,0.027024994,0.005085808,0.017890876,-0.001006025,-0.01726936,0.0009796263,-0.019083682,-0.009180895,-0.0039314562,0.009523138,-0.003799948,-0.048820235,0.0019859346,-0.0071645784,-0.000563732,-0.009777267,-0.01490622,0.006985264,0.0015619688,0.008205039,-0.008891639,0.0128753325,-5.6101886e-05,0.03055517,0.021297714,0.007248844,-0.0046651904,0.007681856,-0.004112052,0.014153184,0.018920995,0.005062662,-0.03702835,-0.0073920884,0.0013272298,0.012305524,-0.015315178,-0.0029568563,0.0058082966,-0.00788744,-0.011615152]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 162,
          "content": "Indian central bank extends pause on key policy rate amid US-Iran crisis",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0044963006,0.026065627,-0.041031107,-0.0849138,-0.0055858507,-0.0044705803,-0.016790329,-0.007349241,-0.007302921,-0.021228272,0.00080126576,-0.027208677,-0.0050184107,0.026186915,0.1065662,-3.337211e-05,0.018388122,-0.005655266,0.02608436,0.009858425,-0.015843956,0.009927502,-0.0260785,-0.008050191,0.0172065,-0.007261459,-0.002642049,-0.0045466097,0.0536902,-0.00018273089,-0.011739883,-0.026141139,0.034933448,0.046390146,0.020824062,0.04247243,-0.0006794894,0.007771087,0.0066904305,0.0060937363,-0.0025301203,0.028659536,0.009206182,0.031612456,-0.004836187,0.010101774,-0.0020109296,-0.003397872,-0.022433816,0.011854429,0.022946155,-0.034060154,-0.021286733,-0.16997091,-0.01913529,0.03738128,-0.013717567,0.013574237,0.0050941664,-0.011644617,-0.014681391,0.029616687,-0.014710113,0.0026875453,-0.0134190405,0.013846783,-0.00627331,-0.003755679,-0.015407168,-0.007885189,0.018183986,0.042470664,0.009556037,-0.0065850792,0.015778814,-0.008215155,0.0070527396,0.02265319,-0.007316728,0.023031374,-0.00502093,-0.03141233,-0.011983574,0.021303158,0.003225699,-0.037721805,0.01547264,0.025212165,0.023770615,-0.0014929104,-0.0030764272,0.026279036,-0.0012311281,0.017236853,-0.010720682,0.023742702,-0.013610119,0.0013591992,-0.021774445,0.0034416763,-0.027096074,-0.009028171,-0.037544053,0.019635491,-0.0016741114,-0.023904247,0.032158438,0.028783683,0.014620958,0.019002408,-0.0013999599,-0.00071179774,-0.020043792,0.0366933,-0.013085593,-0.12849393,-0.019029938,-0.03875963,0.019214988,0.0014272552,-0.023174664,-0.023949401,-0.013592133,0.017315261,0.01432167,-0.030588519,0.02448544,0.03550481,0.0012861597,0.0071272226,-0.014121569,-0.019241694,0.0056058317,0.020981759,-0.042186074,0.023920156,0.007356862,0.0048031174,0.013306663,-0.0057957126,0.029483814,0.017080262,0.0011679089,0.024930678,-0.004032796,-0.024487954,0.016958846,0.009346794,-0.021729795,0.013601497,0.032564286,-0.007115845,-0.010308608,-0.00819804,0.0017666179,0.0073493836,-0.004526772,-0.0007929564,-0.025995497,0.0035195597,-0.0166355,0.0066428566,-0.007499021,0.016744986,0.016402492,-0.0063642515,0.010412157,0.022859264,0.027746836,0.009172739,-0.0054007075,0.0021961606,0.0043738205,0.034402136,-0.004602045,0.013114452,0.03360491,0.023228288,0.013263403,-0.016387539,0.019788811,-0.0093065845,0.003911569,0.029758442,-0.011247671,0.0112227695,-0.010098442,-0.0057524084,-0.01856441,0.0025313287,-0.03632994,-0.047273986,-0.0041432334,-0.023429675,0.013013491,-0.022905359,-0.013729208,-0.005093671,-0.009138097,0.002286692,0.017241212,0.0037952657,-0.03968098,-0.01646234,0.021994712,-0.00047213846,0.0018205228,-0.012319742,0.0330133,-0.009792533,-0.0029624966,-0.014556936,0.018717075,-0.014843716,-0.008214511,0.0033964878,0.024378112,0.013656996,-0.022430269,0.019299183,0.013075775,-0.013595577,-0.021530665,0.01022512,-0.0030174076,-0.004059534,0.012386864,0.019150006,-0.0031131774,-0.012474841,0.0041445275,-0.011594786,0.005526784,0.038156755,0.006263771,-0.014584363,-0.010565801,0.019772053,0.01705302,0.021019809,-0.023026748,-0.005721409,-0.020556845,-0.0072415895,-0.024100693,-0.002578953,0.04636672,0.0011577115,-0.009470436,0.008686415,0.015759759,0.012465448,0.02201823,0.0074356347,-0.020427743,-0.013597402,0.016271902,-0.022543943,-0.011728362,-0.0115802735,0.014628167,0.01870473,-0.010431138,-0.0010804088,0.015143309,0.02442838,-0.003814122,0.0077733607,-0.010636925,0.0047136904,-0.028523088,-0.0147434445,-0.033537827,-0.0027528824,-0.013779266,-0.006204729,-0.036888238,-0.001158477,-0.0077861017,0.026913434,0.006698508,-0.0152906375,0.032060258,0.0011877673,-0.016381562,0.011695934,0.026055072,-0.008704141,-0.004513692,0.030141909,-0.0048693526,-0.0032602353,0.01272111,-0.027504584,0.042792026,0.020103378,-0.01397778,0.0044270493,-0.004174872,0.001758017,-0.015799629,-0.018741291,0.015193681,0.037489448,0.038063228,-0.0028292236,-0.033619113,0.03599631,-0.013690697,-0.0008579177,-0.0023638739,0.0035650209,-0.0043040863,-0.026420066,-0.036500193,0.018811433,0.003077104,-0.021389095,-0.020704892,-0.010108043,0.004965115,-0.01640438,-0.009952817,0.017940404,0.005750819,-0.0032582425,-0.014736021,0.009316306,-0.012895125,-0.022427829,0.003556647,0.0044244565,-0.004401715,-0.011818904,0.00012364803,0.024732627,0.0056318315,-0.014470887,-0.020105312,-0.010679951,-0.012463964,-0.021154547,0.0005619392,0.0041983733,0.015724717,0.017970046,-0.0044805743,-0.019265909,-0.019109178,-0.020958107,0.032674305,0.021489281,0.012888219,-0.0016871381,-0.020418838,0.016546782,-0.034258973,0.014037843,-0.013299336,0.0130376145,0.0056866743,0.009974654,-0.02948699,-0.015180433,0.01349494,-0.026906803,0.0027162998,-0.005236926,-0.036662202,-0.014117821,-0.032095917,-0.005410449,0.007733353,0.035487086,-0.0137626575,0.0028401455,0.019952929,-0.032401536,-0.017890045,-0.0189638,-0.011382499,0.02710309,0.010532384,0.025166165,-0.012460134,-0.02154246,-0.0010208108,-0.011389185,-0.020743648,0.01806934,-0.025741039,-0.0032201984,0.0067203073,0.013287082,-0.033741172,0.007594996,-0.002614466,-0.0015664991,0.013799002,-0.0038658353,-0.021710325,0.0032658803,0.0038394367,-0.018417029,-0.010283623,0.032171287,0.0012662786,0.014349025,-0.0093038,-0.010385542,0.008073081,-0.0046165306,0.0062556164,-0.0011694074,0.0044795456,0.0009867946,-0.009269088,0.008015277,0.008663766,-0.007522333,0.024683038,0.01157477,0.005899026,-0.0080457125,0.015575078,-0.033765696,0.018613093,-0.021260075,0.02228411,-0.0013131205,0.0079531185,0.011917929,0.000118014,-0.0025092165,-0.0028811242,0.007336098,0.014866973,0.008689271,-0.006303733,-0.025038304,0.0030712727,0.010750667,-0.009771185,8.12704e-05,0.026743624,0.005225034,-0.017881842,-0.017507087,0.00041355166,0.012136656,0.019407546,0.03452496,0.014902358,-0.0025579648,0.005599251,0.029123832,0.010623768,-0.009193312,0.0070256805,-0.002908473,0.010569336,-0.0502732,-0.010652869,0.057760186,0.0092724925,0.020695,-0.011687316,-0.019061003,0.004185443,-0.0019347277,0.011737699,0.00994376,-0.015792422,0.01035098,0.018621856,0.0012209383,-0.013805889,0.014494424,-0.010317339,0.0044555203,0.022633923,0.008313407,0.006131532,-0.012221481,-0.0028754056,0.003081829,-0.009661893,-0.008366199,0.014702549,0.008051244,0.01132113,0.0013563687,-0.01587333,0.0070553473,0.010665791,-0.02863427,0.020079555,0.0034837925,-0.0050958507,-0.001595844,0.034827836,-0.0072714943,-0.023951594,-0.011218954,-0.018173167,-0.0065800203,-4.2444237e-05,0.011818733,-0.016878909,-0.006637576,-0.01770024,0.017100383,0.0053872876,0.019146737,-0.010697887,-0.02080978,0.0041800784,-0.021777028,-0.010447437,-0.008199954,-0.0032344514,-0.020708948,0.020954391,-0.003978771,-0.009575736,0.0034272573,-0.0027757229,-0.008542582,0.0058238716,-0.0007005273,-0.014500668,0.04995339,-0.003880591,0.017533295,0.010627159,-0.010885272,-0.015160624,-0.010653538,0.0061143003,0.0229228,0.025775062,0.0191207,-0.02318477,0.003511913,0.046911005,-0.06268753,0.019833118,0.0056043547,0.0017037,-0.024593215,0.019463558,0.025086232,0.0091692805,0.027745143,0.0004102756,-0.012217176,0.021990964,-0.014587376,-0.0067223567,-0.02354186,-0.004566689,0.023412155,0.033965223,0.017487234,-0.018672634,0.0077415314,0.0058121085,0.012330431,0.011241778,0.013787571,-0.010825322,2.5765183e-05,0.015116656,-0.0064325426,0.027688729,0.001878565,-0.008757596,0.015154895,0.009591843,0.03922544,-0.012650938,0.018536665,0.023910923,0.0030710439,-0.028130665,0.028190192,0.006542829,0.02135249,-0.02208004,-0.013289049,0.0034390483,0.0024969415,0.0026285853,0.001601815,0.016048033,0.010953684,-0.008781393,-0.005390529,0.018702945,-0.009209351,-0.0224525,0.002803695,0.018441122,0.018507762,0.022727212,-0.027566891,0.018211497,0.0067194076,0.043909375,0.0011599713,0.009556914,0.020853918,-0.0025230437,0.036280032,0.015267197,0.0013999769,-0.0072007854,0.0076884856,0.0045607393,0.027357873,-0.009280985,0.02523211,0.00517552,0.017539244,-0.0033684338,-0.02554171,-0.02286075,-0.07146417,-0.041129526,-0.018718462,-0.007680005,-0.005157606,-0.02995691,0.021814616,-0.027272888,0.011387652,-0.0034457115,-0.00552792,-0.0020465844,-0.02109795,-0.039379638,-0.03641183,-0.025172642,0.017605668,-0.023814676,0.0071259583,-0.030218158,-0.03029161,0.0014219234,-0.012979295,0.018326372,-0.02073226,0.03394065,-0.01826209,-0.019088725,-0.008651405,0.018296968,0.008289113,-0.15055023,-0.01206999,0.0009138069,0.00013191396,-0.007751803,0.003782699,-0.004931577,-0.009914,-0.022238502,-0.007237794,0.0076094354,0.00817919,-0.040832948,-0.0009815972,0.00410473,0.08040979,0.0015686789,0.017007759,0.005602275,-0.02753859,-0.03494702,0.013710692,0.013514166,-0.009350978,0.0016247437,0.011495675,0.020357452,0.0035607927,-0.01382021,-0.0064556454,0.0030093642,-0.012702728,0.0025505982,0.02682581,-0.0022476811,0.009339027,-0.018643456,-0.0006164568,-0.008191416,-0.034395546,0.013901076,-0.011880923,-0.0047155786,-0.00530849,-0.01389546,-0.010407358,-0.0071452307,-0.019177271,-0.025221711,0.009601327,-0.018114688,-0.0681809,-0.0029559634,0.005498571,0.0045100823,-0.019946791,0.018934833,0.014651246,0.014690997,0.0050243847,0.007408682,-0.00020984736,0.025310002,0.019488165,0.016093219,0.0013969071,-0.0031310474,0.015231256,0.0013414858,0.0019741582,-0.012046691,0.017767606,-0.01158848,-0.012422919,0.0028356856,-0.016581763,-0.016804632,0.013341377,0.021838117,0.009501077,-0.013083125,-0.02886987,-0.035872146,0.023013975,-0.0012322246,-0.019958349,-0.025851155,-0.0064200484,0.017166484,0.01255471,0.019728485,-0.0013471901,0.004269167,-0.018267637,0.009681989,-0.014557236,-0.016101487,0.014833048,0.0038703931,-0.012148233,-0.013069387,-0.024107974,0.020147216,0.0045721848,0.014358662,0.020765921,0.017923668,-0.022085283,0.0014220835,-0.00848043,0.014630173,-0.010079539,-0.010617752,0.0053205676,0.0016944513,0.017086592,0.0017828931,0.0028323059,-0.010342427,-0.007894632,0.010882165,-0.014367495,-0.010024681,0.010692442,0.0040887236,0.004938075,0.005434638,0.024791446,0.018429695,-0.0276437,0.010056921,0.0057339375,-0.00025298985,-0.0119386595,0.02213402,0.0025818546,-0.0009637422,0.0029228835,-0.007966436,0.010794229,0.024039172,-0.010666477,-0.0056138365,0.0061629433,0.01719997,0.010539752,0.020979188,-0.0019126503,0.009012382,0.00681991,-0.002676987,-0.009601551,-0.0046928125,0.0010546048,0.012354053,-0.0032874525,0.009989827,0.0069767316,-0.0020823353,0.0042181523,0.0043593594,0.017297681,0.0036963937,0.012138177,0.016499134,0.0026375724,-0.0026086848,-0.00060222554,0.010371754,-0.0031098626,0.0060353386,0.0069914185,0.0014244955,-0.012052566,-0.0029095719,-0.007061786,0.004824585,-0.007432191,-0.010370428,0.013678671,0.002648043,0.011613302,0.012407543,-0.006482183,-0.009977347,0.02487812,-0.005656561,-0.008270863,0.012690005,-0.0065501872,-0.013434548,-0.009562975,0.014163188,0.013941976,0.016781783,0.0050984984,-0.01184259,0.0006783963,0.011901245,0.006008576,0.004517366,0.009556725,0.01952196,-0.013699055,-0.008964905,0.014068694,-0.015810741,-0.010279368,0.0038525518,0.010692147,-0.006122062,0.01369506,0.00073254074,0.016423177,-0.00990182,-0.024050336,-0.012454657,-0.012630449,0.011488132,-0.0020866122,0.004916279,0.0022393193,0.0021700517,-0.018730596,0.009005957,-0.012688593,0.0059252866,0.0043684593,-0.016775012,0.026806658,-0.0019654708,-0.0035358288,0.010846672,-0.0010286717,0.002993065,0.0036620526,0.009808135,-0.012313738,0.015717639,0.0049316892,0.012943137,0.008177725,0.0044457847,0.01844938,0.00027469717,-0.0019759387,0.005128165,-0.0066160625,-0.020309271,0.0019998844,0.020221747,0.012611973,0.014039961,0.008755659,-0.0025499498,0.004711895,0.0038978974,-0.001361853,-0.018746946,-0.006437936,0.007335083,-0.008422058,-0.007086051,0.0066944812,-0.0116453,-4.637482e-05,0.0041128797,0.00609864,-0.011102131,0.011521638,0.020630019,0.006170622,0.0072060907,-0.011890847,-0.0024752952,0.008732136,0.0019400134,-0.009136314,-0.0070972187,0.0071626226,0.01709109,-0.011423098,-0.000687673,0.0088645555,-0.024509447,-0.0054245647,0.008790393,0.005602183,-0.0076798117,-0.029360395,-0.0019001584,-0.01044101,-0.00036398548,-0.0036496022,0.0012471873,-0.002271457,-0.010836472,-0.0018149681,-0.009268672,0.016584229,0.010043001,0.007856171,-0.0018164251,-0.007366072,0.0020714595,-0.0012804255,-0.023846341,0.016435446,-0.006764572,-0.00019347647,0.08165539,-0.0037307553,0.0054597105,0.007745376,-0.015625749,0.0021625313,0.008733573,-0.015528986,0.02500455,-0.000442261,0.0008431727,-0.0022601692,-0.0019037292,0.0136009995,0.0061909547,0.003675685,0.008452005,0.016576225,0.011323984,-0.0029845517,-0.02559636,0.003455465,-0.028841626,-0.006802701,-0.011041011,-0.0060241194,-0.005985494,-0.027788287,0.01014412,0.0025906814,-0.011564964,0.0072247204,-0.005494974,0.008660567,-0.0043703313,0.00048679058,-0.015417541,0.013281437,0.02266329,-0.0046440633,-0.0010457688,0.0011990422,0.01848497,-0.0102293715,0.00042835443,-0.0031955668,-0.014683278,-0.0006909932,-0.015214882,0.010405468,-0.012109707,-0.008324964,0.02214716,0.004267307,0.0101562515,0.003289468,-0.008409374,-0.017205289,-0.0035694994,-0.0039834157,0.0073699444,0.01758571,-0.005396414,0.01857936,-0.017586144,-0.009921842,-0.013559646,0.0043654726,-0.020074992,0.015138071,0.01848824,0.0005073875,-0.014303795,-0.0018461355,0.018188883,0.001736946,0.0015737191,0.0003554924,-0.006856094,-0.0007643308,0.00998017,0.0048983144,-0.005201728,-0.007994923,0.0072208107,-0.03176285,0.004663173,-0.017570656,-0.007297057,0.017773299,-0.0007753869,0.008405235,-0.008344793,-0.0068307407,-0.01083683,0.016463786,0.052117392,-0.014576405,-6.411458e-05,0.009118974,-0.0106231375,-0.02719775,0.021349158,-0.013747037,0.01315294,-0.015932241,0.012646331,0.0062676393,-0.007137265,-0.0028751295,0.00035616104,0.009733656,-0.021701409,0.008374843,-0.012312183,0.015930746,0.015060369,-0.0049799657,0.010660596,0.012011285,-0.0035291803,-0.00049025577,0.0023635456,0.008915882,0.005242676,-0.0048715877,0.0046493355,-0.021951986,0.010590155,0.0022225976,-0.0060952394,0.008992099,-0.003546712,-0.00967495,0.018916616,0.0010171382,-0.011163442,0.004944046,0.014918198,0.0037547986,-0.025965596,-0.025191195,-0.00048000665,0.020418113,-0.009504014,0.0008247459,-0.00604324,-0.014934434,-0.013046441,0.0150028905,-0.022764906,-0.010267957,0.009451373,0.006040413,-0.00991036,0.016792519,0.012041864,-0.008886406,-0.02681993,0.0015869789,3.0631472e-05,0.008889506,0.015180246,-0.021966252,0.010653967,-0.003763032,0.017541487,0.020703183,-0.006364729,0.01564119,0.0016246062,0.01711969,0.015087732,-0.0052820803,-0.0023384502,-0.021871256,-0.006406699,-0.002950879,-0.013491095,0.02151666,-0.0023576985,-0.008221488,-0.017922917,0.004074325,0.017721396,-0.019117607,-0.012461467,-0.0020772798,0.01733376,0.0046300963,-0.00083895447,-0.011207511,-0.010406344,0.0040254067,0.01645684,-0.0065507903,0.013074736,-0.0033066708,-0.0021666123,-0.0052245953,0.012749617,-5.5294055e-05,-0.009930775,0.0076578395,0.011018252,-0.016975794,-0.009186838,0.0010636832,0.00044509413,-0.005567451,0.008002798,-0.0069829663,0.012310168,0.019421086,-0.0039538005,0.004514392,-0.003193726,-0.024505515,-0.0047563864,0.029764853,-0.004302874,-0.022919,0.0007062578,0.017060312,-0.00904324,-0.0027046069,0.011947314,-0.0033185906,-0.0033446073,0.005719159,-0.005566526,0.0062532527,-0.003920805,0.0005526456,0.013119818,0.0071249157,-0.013779985,0.00038407487,-0.013287433,0.0010605701,0.014557913,0.018026104,0.013557065,-0.019808102,0.020714074,-0.00048655208,-0.012282021,-0.0034557541,-0.012613815,0.006844099,0.008967932,-0.015701706,-0.0040840693,-0.0068650623,0.00076773536,-0.0009816942,-0.010297662,-0.029180735,0.008966854,0.020916793,0.008564903,-0.0010006622,-0.0071223225,0.008114757,-0.0036109183,-0.03919512,-0.009575724,0.005556348,0.013772425,-0.006913754,0.013133801,-0.010378198,-0.0037012366,0.00538113,-0.007294215,0.0021297797,0.011794965,-0.021765327,-0.00033264759,-0.008278284,-0.0074704373,0.013636313,0.008302007,-0.009579057,-0.00390014,0.011718867,-0.0090595195,0.012274203,-0.013863256,-0.007759124,0.010243628,0.005014697,0.0018528103,0.004867061,-0.0036769754,-0.0021872823,-0.0072129257,0.010875436,0.0048736017,0.006421733,0.011663693,-0.011477756,-0.011912938,0.012113619,2.8537801e-05,0.0007193085,-0.023704605,0.0010958024,0.03250811,0.0082491655,0.0030904512,0.01156182,-0.013085524,0.014152939,-0.010940834,-0.018627571,0.006947567,0.004448281,0.00035611243,0.011390244,0.007629168,-0.016417678,0.0085031735,-0.005861936,0.0071851397,-0.025361845,-0.010242793,0.00795477,0.010337924,-0.014999372,-0.018806089,-0.018699631,0.0053285826,0.0023550028,0.03221094,-0.003457631,0.006969709,0.02247574,0.0044558574,0.002286074,-0.024252752,0.003788133,0.0046890774,0.014433142,0.011843122,-0.03307459,0.011063124,0.005512777,-0.0007956189,0.017396552,-0.013872954,-0.011143879,-0.010523872,-0.0095548555,0.00297975,0.0024022271,0.024028344,-0.0020423902,0.004480294,-0.0056278226,0.0046610143,0.01675587,0.015699646,-0.026553398,0.013363261,0.034646265,0.00790729,-0.012153166,-0.0047732787,0.0029170685,-0.008213324,0.0071416325,-0.009921224,-0.030114613,-0.0010189016,0.0193213,0.008425133,0.0014437636,0.0006422608,0.013778069,-0.009022912,0.017928649,-0.0109947445,0.0051361565,0.021622261,0.011821144,0.008980371,0.0038448572,-0.011445004,-0.0080986535,-0.0064497357,0.005457578,0.008621844,0.013022788,0.007952959,-0.013397964,0.011344732,0.005455847,0.008075471,0.0060050697,-0.0055747326,-0.0011702357,0.009971342,-0.005278158,0.007751462,0.010476449,-0.006240456,0.0012558583,0.01786886,0.026675077,0.013181152,0.01727017,-0.0011417527,0.0138566075,0.00097168545,-0.0022124876,-0.01094608,0.011608452,0.0025484047,0.008164516,-0.00024735025,0.010069364,-0.0033490276,-0.0090444535,-0.006488288,0.00580244,-0.009417797,-0.005396203,-0.0014055012,-0.004225272,0.02651254,-0.012418298,-0.021625562,-0.021709459,-0.0038751313,0.0040658247,0.016944362,-0.00019992556,0.0028249086,0.025806535,0.0018713172,-0.008249292,-0.007439063,0.0023789755,0.016478498,0.0016842607,-0.01712129,-0.013434827,0.0047913557,-0.023209142,0.005086355,-0.005647199,-0.005762221,0.0008668519,-0.0068891686,0.007403169,0.0056202277,-0.0009870108,-0.0010255702,0.001426097,-0.009341622,0.00835442,-0.083017975,-0.0024110808,-0.0037118008,0.019541504,-0.019587427,0.012420834,-0.005037942,-0.011119156,-0.012795141,-0.0064565106,-0.023184542,-0.0020996172,-0.025745707,-0.013422522,0.004250147,0.0005087261,-0.0070791044,0.007627602,-0.0006571604,0.016851276,0.00047494544,0.017188005,-0.026994623,-0.00504011,0.013676619,0.005207143,0.001091003,-0.011819989,0.004445695,0.011151027,-0.0110155465,-0.0016875952,0.012591457,0.0060568796,0.0026410003,-0.01665202,-0.010863787,0.027324209,-0.14145121,0.018571982,-0.03930517,0.00089283957,-0.0024405175,0.0024253288,0.0015051175,-0.009007373,0.0026200204,0.006744452,-0.00165465,0.0028468512,-0.026571967,-0.0038303458,0.0027523478,-0.0039372174,-0.014019141,0.024668923,-0.01018942,0.018949179,0.0014402483,-0.0013581604,0.014900612,0.01308181,0.0010557541,-0.017924538,0.018162396,0.0069124755,-0.004792251,-0.018480878,0.013613773,0.00080971495,-0.0012248614,-0.0076753693,0.0071650892,0.0029770562,-0.0023655028,0.014405043,-0.017006615,-0.014969239,-0.0005744589,0.01541098,-0.0010632894,-0.005317557,0.008360365,0.007963895,-0.00272594,-0.009247492,0.017290613,0.0070950123,-0.009582008,-3.4522014e-05,-0.0006265644,-0.0044384375,-0.019344717,0.021987626,0.0031534857,0.014810406,-0.0012391497,0.012240004,0.0035655587,0.024703903,0.008785742,0.0059547992,0.005497542,0.0020122551,0.009800428,0.0016835176,-0.007152937,-0.014761185,-0.008249973,0.013561343,-0.0064614303,0.006546291,-0.013301664,-0.020011235,0.012872127,0.016959405,0.036280252,0.0034085463,0.00832433,0.010781051,-0.0076654837,-0.01696188,-0.0032657546,0.0023996357,-0.005791661,-0.008762154,-0.0017184683,-0.032807626,-0.018752495,-0.001944945,-0.018542944,-0.009674111,-0.015377686,0.01781606,-0.007935098,-0.010690024,-0.0070470693,-0.00995747,0.00035618746,0.008313115,0.017751608,-0.002140874,0.0032449253,-0.008490894,0.007516262,-0.0052341847,0.02040785,-0.015153605,0.017843185,-0.021130072,0.028556217,0.017667161,-0.0072206315,-0.0040075835,-0.008389958,0.014124847,-0.020281844,0.018397903,0.0044298377,-0.0029234616,-0.0028619766,-0.0072364174,0.011116905,-0.0013527427,0.0017622984,-0.028082192,-0.0017969446,0.0021978086,-0.019504948,-0.020460041,0.0021663464,0.027506765,-0.0028942497,0.008838643,0.0022142462,-0.0041413335,0.018168839,-0.0029292854,0.00029070655,-0.0050760317,-0.0077930037,0.019750344,-0.030567594,-0.012499505,0.0062324274,0.006804189,-0.0058018877,-0.024387915,-0.009611318,-0.010660839,-0.0038212386,0.017288648,0.008656629,-0.016447114,-0.020944852,-0.025272561,-0.030500768,-0.0055659083,-0.011363177,0.011544077,0.0039528683,-0.01476019,0.015653826,0.012798803,0.007513633,-0.0071122497,0.02488915,0.004972056,0.0055565177,-0.010883419,0.006427359,0.011807498,0.0065882807,-0.021935593,-0.004375981,0.010588429,0.0071041845,0.00992821,-0.017025605,0.000876511,-0.003259664,0.015967099,0.0138464,-0.02512433,2.5852662e-05,-0.008445301,0.018704835,-0.01944019,0.0019394452,-0.0034552326,0.011056373,-0.0063176528,-0.011370935,-0.0029388252,-0.019832768,-0.00300933,0.0140791545,0.0139676565,0.0031470524,0.00218644,0.0066164252,-0.16137318,-0.02064097,0.020418448,0.0008374324,0.0264748,0.021400508,0.011311905,-0.00930106,0.051598042,-0.010443394,-0.0012988,-0.014113056,-0.002872747,-0.012869912,0.011303014,0.0050467607,0.0022958068,0.023176622,-0.028110392,-0.0019332588,-0.017213691,-0.003918791,-0.015340357,-0.014205046,-0.0050671347,0.01629804,-0.0071552475,-0.0083808545,0.015809081,0.011499724,0.0072439252,-0.005182051,-0.02149189,-0.022426972,-0.0010045057,0.04085481,0.002241648,-0.0019545893,-0.013330001,0.00690037,-0.017383216,0.02806052,-0.0044974415,0.007258745,-0.017868776,-0.0055266316,0.0022135056,-0.025931023,0.0053722677,0.00075477606,0.0026422467,0.011282958,0.006526366,0.021260936,0.019656999,-0.019450845,0.010140252,0.0060512023,0.00045132864,0.004917735,-0.005673139,-0.0044715633,-0.009519492,0.027941618,-0.0007309772,-0.007053379,-0.004236514,0.14332458,-0.007026597,0.019644652,-0.009599182,0.00019343445,0.019151947,0.0040035057,-0.024985727,-0.03719885,-0.011161635,0.002966045,0.0032949708,0.002884739,0.005033937,-0.0013214616,0.0186621,0.004926381,-0.02003829,0.002742072,0.017276729,-0.00033233018,-0.028390992,0.027842429,-0.0007359101,0.005168136,0.008676199,0.001994866,0.02838509,-0.0029170306,0.004205956,0.00040837182,-0.027252464,0.0013950185,-0.0049271574,-0.0022089179,0.011869938,-0.0019530527,0.008880147,-0.0010994896,-0.013072687,-0.0015908661,-0.010318616,-0.0035074395,0.011594706,-0.007860199,0.009311342,-0.011788459,-0.011457412,-0.010191475,0.0015773559,-0.018650772,0.017987525,0.0058089667,-0.018824728,-0.010054193,0.003997668,-0.02339483,0.002187926,-0.01519071,-0.023015253,-0.0077745784,0.008080748,-0.03463536,-0.0189278,0.020648709,-0.0066055884,-1.0864773e-06,-0.021344073,0.006858291,-0.10178351,0.008003974,-0.0033392766,-0.005457203,-0.008196884,-0.029184246,-0.0011027937,0.017497603,0.018102644,-0.0029669707,0.015995767,-0.0068297815,-0.011664673,0.017061027,0.032558795,-0.003981328,0.016748521,0.0036193114,0.008906495,0.0046996768,0.004991292,0.019250412,-0.007365835,0.0054160557,-0.0098233735,-0.013695671,0.0020126714,0.0020803807,-0.0010801915,0.0076110642,0.012648156,0.016022995,-0.019523645,0.0037382583,-0.028357632,0.010994064,-0.0028552131,0.001338706,0.00052039383,-0.006225625,0.008826325,-0.014593806,-0.014570808,-0.008282599,-0.025872132,0.013277364,-0.01745982,-0.028288674,0.007994537,-0.0275857,0.008678163,0.028826293,-0.013602671,0.0022798015,-0.03210416,0.0024203323,0.023714233,-0.028017458,-0.015310462,-0.0052427067,-0.0013224627,0.0039487886,0.0014325336,0.0014735434,0.019716144,-0.009137527,0.020186579,-0.006593135,0.038511936,-0.014323968,0.0016369806,-0.0044207308,0.0066253594,-0.006410529,0.01741454,-0.0005837462,0.018600846,0.0047363886,-0.0175731,-0.00915599,-0.032931253,0.01539153,0.007929055,-0.028481388,0.04843001,-0.023351975,0.009529687,-0.004300788,-0.0021059713,0.02877818,-0.020635966,0.009967291,-0.00057361665,-0.00898518,0.002496243,-0.013371384,-0.027096823,0.004000677,0.018681979,-0.02712583,-0.004854668,0.011032117,-0.018641252,-0.005778833,0.013388866,0.0020456898,0.0020608092,-0.019473633,0.009596944,0.00012904302,0.0091385115,-0.021124102,-0.011253203,-0.014534111,0.006603015,-0.013379852,-0.015608224,-0.008946203,-0.015252541,-0.019523226,-0.005595071,0.006744598,0.0055513703,-0.0036850693,-0.018144635,-0.007585519,-0.00843077,0.01044847,0.012424846,-0.008921548,-0.009717096,-0.0058200667,0.01048378,-0.011420446,0.00695873,-0.013470003,0.00348464,0.004817603,0.0046526,0.00097063533,0.013129348,-0.0033592465,-0.017006166,0.013072211,-0.0026532526,0.00467263,-0.023191335,-0.014385764,-0.011195929,0.0017667088,-0.005270129,0.005418665,-0.026068721,-0.0050017484,0.035698123,-0.006463238,0.012679386,0.0019321705,0.026222752,0.0018312418,-0.024131857,-0.021826755,0.0123357,0.0010997175,0.021570683,-0.028550325,0.00429963,0.0059065884,0.00017206644,0.0068174237,0.009926644,0.009697258,-0.0015960621,-0.0038320834,-0.022252219,-0.018350895,-0.0017883974,-0.0021621364,0.020412007,-0.06946935,-0.00762055,0.033050615,-0.017184097,-0.003442182,0.0050132996,-0.0021060174,-0.015286952,0.0002960747,0.00026458313,0.01655475,-0.013969587,-0.020239204,-0.009350518,-0.017600978,-0.011270152,-0.0030241641,-0.00037077855,-0.0050222906,-0.0047518387,0.019839136,-0.0053765816,-0.016221866,-0.007685201,-0.010111896,-0.01338038,-0.012800163,-0.00839043,0.015631694,0.0010219716,-0.009272481,0.005664665,-0.0073382906,-0.009643352,-0.009079083,-0.027461173,0.014968408,-0.023151489,0.032322098,-0.019601978,-0.008902716,0.018056944,-0.05537845,-0.006621224,0.015570465,0.019164244,0.0144457435,0.010243271,-0.0020995883,-0.017290926,0.044043895,0.011646853,0.00068475737,0.007947898,0.0018817569,-0.028617809,0.006950298,-0.02549385,-0.02218608,-0.0040045297,-0.011936298,-0.033302236,0.0033791906,0.014360394,-0.010505598,0.006283752,0.020477992,0.01581966,-0.005626576,0.010221953,0.029888257,-0.007833765,0.010669489,0.014632535,0.0057372516,-0.0042044776,0.0017564012,-0.010673503,0.00106813,0.0067029153,-0.0060202754,0.011226947,-0.018548822,0.02906679,-0.0007850381,0.018140739,0.007781962,-0.102834575,0.021629067,0.0011560714,-0.017828895,0.0055638826,0.0036149533,-0.004891557,0.014217007,-0.0029827403,-0.0028543975,-0.0033218856,0.02729203,0.0045708492,0.014580698,0.014280625,0.0038143566,0.00405583,-0.0045313286,0.00706291,-0.0058706426,-0.00022770697,-0.00055132946,-0.024544558,0.0046598166,0.035981573,-0.03134944,-0.022641668,-0.015364365,-0.018280795,0.020674845,-0.014847012,-0.01403513,-0.005188643,-0.005782459,-0.009536384,-0.0036731774,-0.0070032566,0.021693282,-0.011639514,-0.00017268989,0.0046449755,0.004103154,-0.011895035,-0.0033867043,0.01914307,-0.025154198,0.0076886974,0.0074457494,-0.008217602,-0.0067913886,-0.007677197,-0.022445636,-0.010594574,-0.015113899,0.0009821068,0.01646186,-0.0055347458,-0.05422104,0.008811565,-0.029114375,0.009393951,-0.0071819164,-0.001693928,-0.005467769,-0.0024848883,0.0032448873,-0.0008377915,0.0004170635,-0.0013007731,0.006212932,0.0069177435,-0.018645488,0.016007274,0.010639233,-0.008578742,-0.012218734,0.0057994756,0.015099895,0.00744117,0.0017552597,-0.010782658,0.02450447,0.02602255,-0.021160524,0.014194103,0.01514722,0.019550608,0.013144019,0.017241372,0.01963796,0.020331033,-0.008980287,5.879293e-06,0.006387077,-0.009998437,0.013409231,0.017801536,-0.013457046,0.0020530964,-0.008634291,-0.014243001,-0.013884308,0.00055141776,-0.00025412548,-0.022165498,-0.0059219603,0.006306888,0.013499515,0.0085002715,-0.012768067,0.008917936,0.003962798,-0.00047651134,-0.0064842086,0.017214483,-0.030340424,0.01786358,0.0009326677,-0.012160534,0.0072713224,0.010511264,0.013812409,0.010310323,-0.026913028,-0.0012015153,-0.011167041,-0.0046181213,-0.0036576837,-0.015855657,-0.0015291353,-0.00021839647,-0.010087048,-0.019923618,0.0041740034,-0.013535297,0.012975418,-0.028366288,0.011341243,-0.025110312,0.014551327,-0.0046638967,-0.00018888689,0.010216907,-0.011963609,0.0128745455,-0.0054336814,-0.027586473,0.033437155,-0.027854765,0.005905091,0.012803397,-0.0010851197,-0.025541093,-0.013842978,-0.004879612,0.0054362766,-0.0065880083,-0.007438613,-0.0047354526,0.005956384,0.013602995,0.0048600403,0.014822948,0.03778171,-0.0012479308,-0.005905268,-0.0059804684,-0.013931281,-0.00066535064,-0.016159335,0.040707055,-0.0022161133,-0.0020856822,0.0053588664,0.026349952,0.004825209,0.0063775284,0.022853212,-0.013901722,0.015259616,0.011943112,-0.0046833805,-0.023180421,0.011238382,0.0061929,0.012239444,-0.0017275475,0.010233496,-0.0018612775,-0.002186565,0.007685018,-0.0076417923,-0.016480621,0.012149538,-0.0071110893,0.021532342,0.010389529,0.01579998,0.024284018,0.03932704,0.016429508,0.0139665445,0.013958157,-0.023219392,-0.001571443,0.01420948,-0.009765033,0.0027810135,-0.028609803,0.00753933,-0.017223064,-0.015834764,0.007556914,0.015003104,0.016541969,-0.00054826745,0.015139526,0.00495926,-0.0026927844,-0.0030821043,-0.00019722298,0.009406131,-0.010316217,0.028471855,-0.009822023,-9.419872e-05,0.013839263,-0.0010488967,0.003934005,-0.00531505,0.014823706,0.018114189,-0.0021831486,0.0057611167,0.010168256,0.005940127,-0.0022212395,0.008705767,-0.008348741,0.0226658,0.008316337,-0.006043713,0.020342728,0.0048437826,-0.011004437,-0.016410869,-0.0016213339,0.016538894,0.012174069,0.00296672,-0.009804426,-0.007330609,-0.015605667,-0.011120178,-0.004033698,-0.017454265,-0.0031020693,-0.012378723,-0.030912573,-0.00873539,0.051341176,0.0091535775,-0.025730327,0.0007859943,-0.030789288,0.015121385,0.001726369,-0.0024450808,-0.022247972,-0.003952945,0.009175877,-0.029869583,-0.026443074,-0.007992983,-0.009063573,-0.0047758603,-0.0057669706,0.0012485989,0.0018452283,0.0175092,0.007966606,0.0021359313,0.012666211,-0.0039650192,0.021927679,0.020179987,0.020001061,-0.0023705713,-0.009323158,-0.010645119,0.007655427,0.0014932929,0.017038459,-0.008843011,-0.012154227,-0.023008658,-0.00063836446,-0.0026495322,-0.005403278,-0.0058638323,0.026790854,-0.018389264,-0.0105995275,-0.01856251,0.011193252,-0.006483157,-0.013736856,-0.030272165,0.010309632,-0.003870546,-0.002280569,-0.0049583684,-0.014115945,0.015866717,-0.03034951,-0.0044188867,0.002224181,0.02125502,0.0039728037,-0.007677567,-0.005698413,-0.0011630172,-0.0020650367,0.00066719967,0.00038107866,0.009794427,-0.0019669246,0.011999663,-0.020043619,0.0058337026,0.009237816,-0.0014382962,-0.005365794,0.0046293973,0.003253432,-0.00815656,0.001682009,-0.015286684,0.0044812663,-0.008988883,-0.026431546,0.02224109,-0.007862612,-0.020174505,0.010845114,-0.00038400444,-0.020624382,-0.01676461,0.0077840146,-0.0061090062,-0.020326424,-2.697931e-05,0.016583856,0.01162348,0.0038281535,0.010688488,0.0075688907,-0.011964174,0.029864961,0.007274963,0.014317703,-0.0113787195,-0.011677443,-0.0077818716,0.020075707,0.00057338516,0.000797483,-0.0234499,-0.03395862,-0.008385714,-0.017702764,0.0013797757,0.021188868,-0.0005120519,0.009076002,-0.00931823,-0.01810232,-0.0053623044,0.034381203,-0.0013862308,0.0052645053,-0.0063281176,-0.0022408993,0.002364604,-0.0019302787,0.011347174,0.0038807828,-0.0031186712,-0.007075866,-0.03190205,-0.020838933,-0.025423465,0.004562135,-0.014069954,-0.008332581,-0.017892158,0.0060489937,-0.025808372,-0.008599732,0.015318255,-0.00296365,-0.026902013,-0.0068489206,-0.0064964727,-0.0024621258,-0.00060037343,-0.007477438,0.015537619,0.0035483611,-0.015958466,-0.0035080472,-0.009057471,0.003199494,0.008114909,-0.00718028,0.004532568,-0.0075734924,0.020431615,0.03364945,0.023660157,-0.021605454,-0.006682575,-0.0056014126,0.009409455,-0.012226075,-0.013893331,-0.021690903,-0.0026540877,0.038711518,-0.009715563,0.010366939,-0.0046367203,0.025875447,0.0017782315,0.009845986,-0.020735122,-0.020223355,0.00081436586,-0.0075116847,0.004779779,0.013603221,0.02352713,5.710223e-05,-0.003401234,0.005731259,0.010446299,-0.00029318183,0.0461759,0.019061232,0.001280089,0.004770289,0.013937058,-0.02433017,-0.014398919,0.01544318,-0.0019287237,0.015799832,0.009310967,0.021900695,-0.006633885,-0.0008149935,0.020023245,0.007041927,-0.0060762423,-0.0013534909,-0.009307427,0.0066263666,-0.016304186,-0.007921705,0.00937147,-0.028332215,-0.006364595,-0.04391455,-0.0005699473,0.008920516,-0.003702422,0.0022753293,-0.016654685,0.007878953,-0.029051537,0.014132294,0.01747084,0.0004253573,0.015459053,0.010700949,0.0054862257,-0.018356435,-0.022552036,0.0147832725,-0.000535068,-0.013339514,-0.004016889,0.019448457,-0.018335575,-0.021071458,-0.00056193734,0.021115202,0.020370033,0.03341115,0.009127223,0.0075594396,0.010377033,0.0004460942,-0.00023173707,0.007102208,0.0021231342,-0.010273159,0.027055614,0.028831283,-0.046920992,-0.017377624,0.017905014,-0.0116799995,0.009745234,-0.0017009696,-0.004452601,-0.005062341,0.011521538,-0.006615852,0.01412608,-0.022068335,0.000808217,-0.0031441464,-0.0033784728,-0.002321699,0.004837982,0.02499674,0.014773871,-0.0064430907,0.006575093,-0.0005095079,0.014887269,-0.0031624015,0.015397285,0.013656452,-0.011156087,-0.0036552844,0.003816424,0.013845516,0.0019344629,0.014315289,0.017992742,0.01751089,-0.0044497377,0.01332069,0.010180248,-0.020103602,-0.0013687536,-0.012576275,0.023477769,0.0063062306,0.0039535253,-0.0053429618,-0.017428475,-0.022096166,0.012647986,0.008016349,0.0014810152,0.012346077,0.014428976,-0.01505418,-4.73647e-05,-0.011320491,-0.008957736,0.025594369,-0.01036583,0.0003613902,-0.0017079011,0.007602189,-0.01247056,-0.017766634,-0.0032552981,0.01324765,0.009816788,0.004256146,0.018073717,-0.014929525,-0.019557273,0.022955539,0.007945279,0.01583042,-0.027690416,-0.009531982,0.0147921955,0.005047308,-0.03517045,0.026552152,-0.0012827525,0.008092307,0.017780961,0.0089848945,-0.02896353,0.010424785,0.021329602,0.014292137,-0.015601033,-0.021458626,-0.017879503,0.019482695,0.0058914535,-0.0039559607,0.012120418,0.0012938203,-0.0056481226,0.010803911,-0.009509152,0.024926653,0.006648416,0.013638371,-0.0022751286,-0.010771747,0.015940472,-0.01316733,0.022494609,0.0070053963,-0.007895166,0.0063500036,-0.021035705,0.038854115,0.028212838,-0.018456986,0.0015925047,0.012040443,0.008747732,-0.0063128853,-0.0027726525,0.023447707,0.004988107,-0.010364094,0.009731653,-0.009621915,-0.011787462,0.00047395253,-0.008131174,0.01079001,0.031566005,-0.020401953,0.0012288621,-0.0011585627,0.02888828,0.001702127,0.007817363,0.0012845718,0.008097983,0.0041505946,-0.012667521,0.009350488,-0.015643315,-0.021191038,0.021652915,0.025444835,-0.030437216,-0.010254542,-0.013844523,-0.00016497276,0.0026548407,0.0040890696,0.0017595361,0.031568997,0.0024819982,-0.017284391,-0.00011811086,-0.0041851355,-0.0070177326,-0.011660324,-9.805517e-05,0.015186681,0.0034943481,0.0065559875,-0.016775664,0.012657842,-0.009129623,0.00028656135,-0.001987047,0.034155823,0.0026811236,-5.6996847e-05,0.006755617,0.012368315,0.018141778,-0.013101996,-0.018091729,-0.00471504,-0.0020929512,0.0061116638,0.010845032,0.15784208,0.108219735,-0.017026732,-0.0049210754,-0.0049535637,-0.022025507,0.0016121024,-0.011402562,0.014668186,0.0014035127,-0.021270055,-0.00021870383,0.0026682445,-0.0041484465,0.0073245303,0.0036288186,-0.0016339186,-0.0067174137,0.014289254,0.0074967905,-5.1232255e-05,0.022225184,-0.006113268,-0.01580394,-0.036626264,0.0075288024,0.0030966587,-0.006992293,-0.010660605,-0.015789168,-0.005865953,-0.0029675213,-0.015408773,-0.018624976,-0.020202713,0.014442238,-0.017645435,0.017832106,0.008267745,0.010149093,-0.004848376,0.0072588013,-0.0009966725,0.009589781,-0.034183603,0.007167275,0.012405652,-0.0049792156,-0.024769234,0.03626315,-0.0039929464,0.009646667,0.009902443,-0.022597257,-0.021126349,0.016593378,0.013228281,0.014420407,-0.037073467,-0.005696692,-0.012233188,0.0064811027,-0.0013275348,-0.0021332395,0.0043874076,-0.012142941,0.0089975,0.018497197,-0.0044977623,-0.0109320665,0.00341114,0.0032244744,-0.010726122,0.0025248164,-0.014954552,0.015306248,-0.010829335,-0.013711952,-0.011691706,0.0017692586,0.006826701,0.008263436,-0.00036897254,0.013278636,-0.00426361,0.006415495,0.01143486,0.0015721546,0.0901512,-0.011811151,-0.015249259,-0.036863904,-0.012327822,0.014846089,-0.005910767,0.062883005,-0.008450808,-0.0047015105,0.01851815,0.0012587643,0.01105346,0.001951921,0.0308773,-0.002383161,0.006195309,0.014909251,0.020252664,0.034699958,-0.033069372,0.0010725661,-0.0040791375,0.009360932,-0.012313369,-0.016102599,-0.0055597527,-0.005197158,0.011962249,-0.014018148,-0.09437463,-0.011406797,-0.0079326425,-0.011779091,-0.0032705867,-0.007997447,-0.02847187,-0.012397914,-0.013773522,0.024138454,0.011289305,-0.008930559,-0.001896961,-0.0050610546,-0.004160557,0.010991161,0.024652202,0.005021438,-0.007593524,0.0015363153,-0.011688334,0.014677631,0.01700384,-0.009112966,-0.0039470727,0.012099146,-0.009088901,0.01579452,-0.015903655,0.02392384,0.011763604,-0.0044240565,-0.014833942,0.003917019,-0.0015893913,0.002860325,-0.018951809,0.020117441,-0.021663394,0.007705089,0.026943324,-0.0005201168,-0.0279472,0.0007312365,-0.007189496,0.004941232,0.005041651,0.0019291352,-0.013497427,0.015570711,0.03515364,-0.0151358275,0.0059800856,0.027294803,-0.016013049,-0.010301176,0.010820687,-0.001492191,0.01244161,0.00840298,-0.02101487,0.008343216,-0.009714531,0.0143028395,0.0075921193,0.020647384,-0.010127724,-0.0060962113,0.002441726,0.017436026,0.011795186,-0.014166199,-0.011865306,0.009878654,0.008214376,-0.018403124,-0.02820211,0.017196136,-0.0132886125,0.03386622,-0.0075700376,-0.0055094827,0.007552135,0.12950625,0.0026261506,0.023366153,0.006292497,0.010004896,0.0070932293,-0.013313996,0.0036329713,0.008539405,-0.0011228895,-0.016706705,0.006986517,-0.016986568,0.016499577,0.004777531,-0.0070940596,0.00057892984,-0.0072712605,0.0026698546,-0.0078355465,-0.010464334,0.0071089747,-0.0061544534,0.004004647,0.013407126,-0.00498004,-0.013110765,0.003503205,-0.0049727936,0.0047024675,0.007185609,-0.009003159,0.027854323,0.0005518131,-0.0076458803,-0.013174627,0.011422888,0.0029400901,-0.02774206,-0.014016676,-0.0110898,0.010782244,0.010501927,0.015497248,-0.024879666,0.20001668,0.014237687,0.010266368,0.0077034626,0.0060263826,0.031083338,0.012754625,0.021081498,0.0045127207,0.02030727,0.0003689107,-0.011788245,0.007231264,0.006910686,-0.013192162,-0.011468661,-0.0017352448,-0.018348282,-0.014377899,0.0068438468,0.00018303085,0.004138743,-0.0013356189,-0.0061810394,0.005212387,0.014232857,0.036071658,-0.017647503,-0.0029630826,0.0069341725,-0.009197007,-0.007211426,-0.0044783596,0.0011908733,0.018156573,0.012102675,-0.0049861,-0.008168568,-0.018000674,-0.00457463,-0.025003368,-0.009982619,0.010462119,0.011567916,0.0008254838,0.009919661,0.0059275455,0.0041987295,0.0150090465,0.006389781,0.0072070486,-0.00043836754,-0.004567909,0.015012606,2.4043893e-05,-0.009612912,-0.025178362,-0.009106877,-0.034746125,-0.014854657,-0.017409844,-0.001074547,0.018332146,-0.00044302942,0.00052748364,0.014211896,0.003091259]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 163,
          "content": "Taiwan chip industry calls for helium, LNG reserves amid Iran war risks",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.014921295,0.020069318,-0.008235157,-0.10616397,0.014399742,0.0065735583,-0.012106232,-0.01655146,-0.0035548501,-0.00021088075,-0.017408393,-0.03889003,0.022325292,0.00043574252,0.107341394,-0.0075202123,0.008159436,-0.002007187,0.014362682,0.016877959,0.005754118,0.004148747,-0.024685517,-0.02116268,0.01577224,0.00092148694,-0.0045485655,0.01854048,0.037620176,-0.0040136767,0.025726037,-0.007064387,0.021858487,0.012738045,-0.0030039828,-0.0008226585,0.0017182723,-0.01663139,0.03205986,-0.0060988297,0.0048026824,0.046942063,0.015590483,0.024241604,-0.027921513,-0.0097031,-0.01133389,-0.015302304,-0.004915128,0.00034425463,0.019513115,-0.0066130394,-0.009982757,-0.14724347,0.006195008,0.0011170796,0.0049538356,-0.0021762273,0.0027031242,0.0061061834,-0.016438482,0.049205747,0.0045613744,-0.013468291,0.021587664,-0.0076191737,-0.004910376,-0.0004325625,-0.013414079,-0.017615104,-0.0067457207,0.019476186,0.008110814,-0.019355021,0.02246106,-0.018112363,-0.012943313,0.0039362246,-0.012371199,0.004081039,0.010427093,-0.011558198,0.023460122,-0.0047385283,0.008438842,0.0030514053,0.012165273,-0.011941987,0.04073125,0.010407768,0.034392282,0.032380097,0.00421429,0.02821629,0.0060801315,0.0045975186,-0.035470832,-0.012687181,-0.022109235,0.02499497,-0.009978492,0.0069685113,-0.00088069774,0.017187422,-0.0062401085,-0.023238683,0.0145317605,0.033800706,0.018530903,0.0035378772,0.013469503,0.010490008,0.0064302725,0.032044444,0.00027102226,-0.13112469,-0.0047963257,-0.0084264865,-0.014200914,0.044705763,-0.026121546,-0.014086177,-0.01958704,0.00044408822,0.0052715275,-0.022422599,0.008593224,0.018311577,-0.041516937,-0.018704647,0.0018098729,-0.018367011,-0.0040533147,0.032461368,-0.021400504,0.013012798,0.020555077,0.006783836,-0.005293666,-0.037201732,-0.010050537,0.029858997,0.01475038,0.0008200114,-0.028059006,-0.012719788,-0.02106879,0.02952022,0.029982653,-0.006033636,0.028629439,0.009515907,-0.011651049,-0.008941885,-0.0021080954,-0.02949195,-0.03343214,-0.010409707,-0.035193708,0.004037772,-0.010228391,0.006211071,0.0030960548,0.047125652,-0.012864993,-0.018770061,0.008907523,0.026253378,0.030692715,-0.0076639284,-0.009657805,-0.017013064,-0.022078063,-0.0007083186,0.002515793,0.010187035,0.0024029396,0.0029827424,-0.009482473,-0.020568147,0.0015320167,0.0066650896,0.009349138,0.030992774,0.008828931,-0.005145493,-0.009037635,-0.020705756,0.019955212,0.02893454,-0.023637217,-0.021812027,0.008266653,-0.026141178,0.0074177273,-0.0026087095,-0.0022536423,-0.01845383,-0.023461575,0.022058144,0.016645035,-0.0058956044,0.0065348228,0.02840239,0.0052119126,0.012776286,0.010572798,-0.024543524,0.023664305,-0.0026952256,-0.015627993,0.0012582539,0.025092555,0.0048811035,0.009981437,-0.014146742,0.02267355,-0.0035198452,-0.0044044787,0.024353035,0.022609048,-0.0069827256,-0.036754157,-0.016310094,0.044433635,-0.013828255,0.009550472,0.009276918,0.0065599643,0.031145426,-0.0069308234,-0.022298949,-0.000849689,0.010954259,0.0129495105,-0.00075383007,0.022944983,0.041418277,-0.0023748316,0.00433992,0.0030543325,1.9874549e-06,-0.008835521,-0.018442683,0.011059456,-0.021224292,0.011620961,0.016096083,-0.023542818,0.009289493,-0.019690119,-0.0102447085,0.016130695,0.019277235,0.026515374,-0.0053087915,0.03070235,-0.022173474,-0.02071959,0.016702777,0.0071995896,-0.025624689,-0.014055859,-0.024710292,0.0074150935,-0.0115921665,0.017758112,0.019864002,-0.01187342,0.007957855,-0.0062430343,0.0016628437,-0.015781667,0.0152335735,0.0016067165,-0.0032741807,-0.04788584,0.018757697,-0.017599454,-0.007927571,0.0053855916,-0.0042611,0.008234318,0.00516438,0.0021066195,-0.007432826,-0.016745241,-0.0052859546,-0.0049949824,-0.008392305,0.0033791962,-0.008517175,-0.027850838,-0.027109554,0.028268788,0.0035829893,-0.0017102185,0.009243082,-0.040190417,-0.018298332,-0.02275844,0.0072909463,0.046644196,0.032545075,-0.018167246,0.014229167,0.0071936147,0.014700039,0.033788465,-0.0016917627,-0.007398786,-0.008795921,-0.0031669843,-0.033795122,-0.0011939693,-0.009468896,-0.01058727,-0.024696102,0.0076634223,-0.038696,0.005183424,-0.0189196,-0.013011972,0.011621391,-0.013731249,0.002831228,-0.011025489,0.027277818,-0.014382687,-0.02090165,0.0014062382,0.0059394184,0.0035822003,0.011886534,0.0007138822,0.0020447576,0.00551378,0.009476223,0.008772564,-0.012782935,-0.017213734,0.013873174,-0.019329187,0.014818443,0.011874965,0.005520037,-0.016129896,-0.020632904,-0.010323327,-0.050643694,-0.022802636,0.0013546486,0.0022940303,-0.0009934276,-0.05296795,0.030358836,-0.016082328,0.0015853413,0.011663457,0.008856839,0.012771883,0.010852481,-0.0074357046,-0.011931437,-0.007821425,-0.01695012,0.035054505,0.008057345,-0.011775073,-0.0149062425,-0.011030068,-0.00659239,-0.0063017383,0.042540085,-0.00757876,-0.01451206,0.020376725,0.01462906,-0.012049017,-0.012421474,0.007136534,0.0013808892,-0.009305013,0.0023182367,0.013574347,-0.012999982,0.003356748,0.0023401359,0.013473958,0.014130907,-0.00976486,-0.017486064,0.00041600454,0.009830745,-0.044377714,-0.011527637,0.004910615,-0.008434153,0.0059801457,-0.0040361676,-0.006965146,0.007298333,0.036802337,-0.016630748,-0.009705458,0.016909666,-0.009740065,-0.014214093,0.014554595,-0.016809288,0.0065887216,-0.008634083,0.022944756,0.023204835,0.0017943112,0.015303291,0.014146841,0.022332564,0.0032976286,-0.009727341,-0.008472428,0.008703902,0.017639296,-0.0019415184,0.008949137,-0.0066872155,0.0078727985,-0.009769512,-0.0077498076,-0.023591261,-0.0035353394,0.0282859,0.01666976,-0.0039145406,-0.0004906824,0.02288273,-0.006584961,0.02398143,0.00046190395,-0.024936222,-0.0401571,0.004337741,-0.010191671,0.0050058826,0.031611305,0.0039699436,0.00890236,-0.009990009,-0.0072674393,0.0170505,-0.009812393,0.029409554,0.028880026,0.00062075193,0.024829013,0.024773464,-0.00765471,0.015247107,-0.0044431575,0.010302692,-0.012452963,-0.032424964,-0.0079783425,0.018916419,0.0018597249,0.015374787,-0.008712825,-0.0305238,0.028310426,0.025612539,0.014186008,0.0025594651,0.0012469613,0.016911948,0.010270073,0.019415477,-0.032361306,0.0215107,0.008891875,0.020190593,-0.016538527,-0.01602705,-0.013395117,-0.034729753,0.021177642,0.014952341,-0.012890873,0.012602162,-0.015941722,-0.00039131092,0.0071205203,0.011913715,0.018772436,0.016685002,-0.0035036705,-0.007106715,0.029978583,0.0010798854,0.036015704,0.01017124,-0.013424337,-0.013662944,-0.0061534145,-0.025069192,0.0008419728,0.011842523,-0.010057694,0.021808293,0.027969046,-0.0019727969,0.002539636,0.012110896,0.020327795,-0.003887087,0.014486261,-0.0042675314,0.00082868326,-0.009243048,0.004606508,0.009993787,-0.019674482,0.02629314,-0.016697185,-0.004595831,0.02605547,-0.015070256,-0.015572546,-0.020786913,0.004523781,0.043568496,0.014013854,0.025803095,-0.000104849096,-0.004399316,0.009656642,-0.009543585,0.0007952246,0.014507272,0.013468337,-0.009024481,-0.023354998,-0.001143607,0.00073698454,0.019476978,0.032966796,-0.07328853,-0.014418554,-0.0019458758,-0.0031645691,-0.028043196,-0.009781161,0.025482135,-0.005883552,0.0374492,0.011687427,0.0119709335,0.008847903,0.00029368428,-0.00621094,-0.00013664516,-0.02006305,-0.008512583,0.011543428,-0.00034467978,-0.022660846,0.0028710784,-0.0010252546,0.039960075,0.0019442933,0.026582697,0.008462551,0.009944074,0.018910216,-0.008634943,-0.029985456,-0.0003560212,-0.045107614,0.015429585,0.00962482,-0.0040116296,-0.0108732395,0.01017414,-0.0016680422,0.0027240082,0.009857633,0.012200476,0.012212332,-0.024272555,-0.023209713,-0.012547078,-0.012579801,-0.005918122,0.007812597,0.017501542,0.006947262,-0.008410617,-0.009271549,0.017754395,0.00082064717,0.0084770415,-0.01649244,-0.00635315,0.016142558,0.0015927769,0.016072547,-0.032094013,0.006513828,0.0069486187,0.048478685,-0.010534971,-0.017447703,-0.005903094,0.007873439,0.03709223,0.035165895,0.025151977,-0.014022643,-0.0074226395,-0.01271364,0.017672427,-0.0012527179,-0.020814782,-0.0059033097,0.029004294,-0.013008474,-0.034600195,-0.014980666,-0.10165597,-0.016921889,-0.012179428,-0.03588649,-0.0023507415,-0.010446164,0.018447032,-0.025501382,0.0061580637,0.015122031,0.003367516,-0.029181764,-0.012096225,-0.042376924,-0.025669605,-0.020823644,-0.013419454,-0.0013139319,0.016975282,-0.01189729,-0.02139703,0.004095942,-0.006795808,-0.0064535867,-0.016057394,0.0044245454,0.014741537,-0.008844476,-0.013339358,-0.025529567,-0.029332804,-0.13739736,0.0049024103,-0.0077359118,-0.041915562,0.006721525,-0.021305325,-0.018622788,-0.019740539,-0.016310846,-0.0069391886,0.00048059697,0.018322218,-0.024396706,-0.014486476,0.018513504,0.1125298,0.0003564859,0.002218595,0.004833271,-0.026657319,0.0005541731,0.01614313,0.0065276073,0.03365085,0.00090474915,0.019474708,0.028875701,0.008331294,0.005213117,0.017326044,-0.0181065,-0.0049863732,0.011987503,0.012190887,0.02106852,-0.0056288126,-0.03606858,-0.008287803,-0.0021377192,0.01144936,0.037773263,0.008573286,0.009949498,-0.0018413255,-0.03312624,-0.02209461,-0.005813825,0.007106305,-0.017549809,-0.008729769,0.0047930153,-0.0915528,0.0065413695,0.020667976,0.023375837,0.0129874535,-0.023272559,-0.0005974586,-0.0017444291,-0.0040651127,0.02330982,-0.02167895,0.0036213743,0.006208585,-0.006071747,-0.019668346,0.0066754343,0.009547886,0.004879648,0.012838397,-0.02398526,-0.0043463456,-0.0013205664,0.009370302,-0.014714827,-0.014477842,-0.026522417,0.045113195,0.016542494,0.033064302,0.029445102,0.00067367096,-0.012794856,0.00706476,0.015274944,0.0021415034,-0.003173975,-0.008479287,0.00084213354,0.005632229,0.030197034,0.015491651,0.03167209,-0.02404221,0.004744068,0.016364796,-0.014046371,0.012907505,-0.042192005,-0.022037702,-0.0076664467,-0.01235314,-0.0025987155,0.0027467296,-0.012164342,-0.0054460983,-0.0041883886,-0.025474643,0.0050243326,-0.009362963,-0.008316172,0.010630795,-0.012953801,0.0027905875,0.012026181,-0.001195397,0.008650111,-0.010777502,-0.00044661536,-0.0020970549,0.0093817655,-0.012232478,0.012276616,0.0075378423,0.009372047,-0.002317559,0.009195854,0.009926911,-5.605465e-05,-0.039130133,0.011251141,0.013155353,0.004527283,0.0007530213,-0.007487478,0.017720377,0.016111018,0.0029689951,0.021690436,-0.0013105718,0.021057647,0.000542919,-0.012338186,0.005759431,0.013471368,-0.0057825237,0.0061367145,-0.0113979485,0.0061036935,-0.010414977,0.012278007,-0.011716569,0.009504764,0.014588755,0.0039800634,0.011447683,0.025378564,-0.0056134183,0.015903834,0.0061000003,-0.0010662448,0.0008401462,-0.0004480937,0.011735268,0.008342314,0.0060681095,0.009084857,0.019278629,0.022224484,0.008096532,0.02132441,0.0198938,0.0018390872,0.0041468567,0.00011775485,-0.0146466065,-0.011075324,-0.003706828,-0.013906517,0.026503358,0.0052255914,0.022454288,-0.0046023037,-0.014146991,0.002362495,0.01208171,0.000111506466,-0.0027847944,0.009563993,-0.007774469,-0.008097997,-0.009997084,0.014483132,0.00083721435,0.008990282,-0.004748108,0.0036258264,0.0025250379,0.01285114,0.005616781,-0.002627512,0.0010026314,0.006365769,-0.00815257,-0.0071828146,-0.01246338,-0.0016003724,-0.013655809,0.008901535,0.024522368,0.007813181,0.012398968,-0.006057817,0.00035559552,-0.016967127,0.005212424,-0.010461744,0.007625046,-6.5392174e-05,0.004470314,0.009913716,0.0019497967,0.0005824822,-0.008053523,0.015377044,-0.0073256753,0.007963249,0.0037935507,-0.00044353033,0.018721936,0.013826755,-0.014850323,0.0031400393,-0.0063437624,-0.020356514,0.007829403,0.02022482,0.0016946729,0.0017833917,0.0010328542,-0.0032580777,0.02193368,0.006293979,0.0060880487,-0.020004742,0.0035801658,0.01420785,0.0047325664,-0.0051932465,0.0005188056,-0.0012763232,-0.0013645751,-0.0074970922,0.0145125855,-0.0018382634,-0.0007296463,-0.023649586,-0.0050398395,0.007818403,-0.0015155463,0.012976481,0.006646687,-0.0021848443,0.01247624,-0.005195592,0.015946308,-8.998189e-05,0.020445056,-0.020775627,0.009509805,-0.008144273,-0.002301865,0.00864091,-0.0062536164,-0.006785368,-0.022905549,-0.01401283,-0.009445433,-0.0058369413,-0.0013424294,-0.00038434443,-0.0124188205,-0.017251413,-0.007974612,-0.0029869936,0.011679121,-0.0029662934,0.008050072,-0.0022148353,-0.020598585,0.00621029,0.011353238,-0.0061989813,0.014748162,-0.012006693,-0.006370327,0.0052826935,-0.018415114,-0.023043139,0.0004580384,0.009786211,-0.008745515,0.0010584383,-0.0059250076,0.004152842,-0.013126689,0.0062512956,-0.00030465238,-0.0048798267,0.0038434914,0.083408974,-0.0014906797,0.0010639529,0.018580925,0.0014240087,-0.008041283,-0.0076298285,-0.02097376,0.013026416,-0.008560143,0.020095749,-0.024770675,-0.0051521384,-0.00078138174,-0.011740733,0.010847027,0.0055069807,-0.0037688452,-0.00840676,0.005999755,-0.0003520689,-0.0017359011,-0.007965612,-0.0058473046,0.00064869906,0.004718001,0.010264282,-0.017675083,-0.005167615,0.014499501,0.0031993727,0.004919308,0.027779173,-0.0041710013,-0.013125817,-0.013626252,-0.0035769055,0.024243366,0.010173948,0.013384288,0.0010314791,4.1906776e-05,0.011829958,-0.020915689,0.0023762418,-0.011101623,-0.0155442385,0.014256381,-0.018794997,0.007501284,-0.0144191785,-0.011548412,0.014950322,-0.0039528804,-0.013717477,0.0065460275,0.015024593,-0.011141432,0.009277611,-0.0010612452,-0.00015678942,0.011259931,0.010164294,-0.003843797,-0.008653085,0.0026897807,-0.009607927,-0.0052760914,0.0076509975,0.002714746,0.00088214246,-0.0022418497,0.0034562508,0.0037761105,0.028800672,0.003737045,-0.013706423,-0.009309877,-0.013874663,-0.00031249027,0.00436985,0.0134203285,-0.0075329402,0.022002004,0.006710829,0.020416444,-0.014123368,-0.014233629,-0.017301027,-0.002505287,-0.0009301623,-0.01761387,0.004886092,-0.00755287,-0.023350177,0.00018455987,0.050014816,0.0003871745,-0.0035594793,-0.01321297,-0.007064714,-0.010177037,-0.0032176964,-0.012262306,0.014475895,0.002773872,0.0031085962,0.012458321,-0.007833533,0.00045170763,0.0032148946,0.013394626,0.00084600586,0.00040582492,0.005285741,0.011622768,0.0145570645,-0.012326204,-0.015414092,0.0071434476,0.0055255922,0.003887939,-0.0018942403,0.010859246,-0.007402504,-0.010916718,-0.014857859,-0.0005085759,0.0070178136,-0.012575202,0.00392641,-0.0037285667,-0.006652339,0.010220669,-0.0009864062,0.00072635844,0.019940931,-0.00022189147,0.00017212321,-0.011409625,0.012378086,0.014914832,0.00659962,0.00089695223,0.0068498002,0.0042143343,0.009764535,0.007883416,-0.009302319,0.009112387,-0.012739534,-0.02299901,-0.0062162634,-0.00664629,0.007475121,-0.00655269,0.008623314,-0.00032823483,-0.007844307,-0.0021295731,-0.001660774,0.0077851536,0.015682954,-0.0050821193,0.0034623807,-0.013718263,-0.009323809,0.0016643902,-0.0013141981,0.03281363,0.017396646,0.0036213596,0.0125715975,0.015425276,-0.013233652,-0.0140192695,-0.023909135,-0.021092469,-0.025511727,-0.011127821,-0.0009795362,-0.0027983503,2.6258745e-05,0.009760016,0.019843835,-0.0037474178,-0.016272796,0.0049721533,0.022027954,-0.0069284616,-0.01483165,-0.011231463,-0.0042865705,0.0074066706,0.00019896733,0.0054533393,-0.016076468,-0.0056222696,-0.007826236,0.0074500022,0.0032799218,0.012184333,-0.0013150261,-0.010777639,-0.0016116645,-0.0015582017,0.013219802,-0.0042633535,0.016735293,0.0017990876,-0.028939547,-0.01568508,0.005820383,-0.012203114,0.010223598,-0.004562672,0.0112994835,-0.022095839,-0.0048608035,-0.002736861,-0.006039502,0.0135875335,-0.007013612,0.002750027,-0.0070368345,0.006873026,-0.0040321555,0.007179015,0.0010684464,-0.020946803,-0.0046698665,-0.0037269222,-0.014183403,0.017814634,0.008597822,-0.0046588015,-0.011726824,-0.00090999226,-0.023802966,-0.00848504,0.009490019,-0.0011679129,0.0034065077,-0.013642068,0.01807335,0.005809858,1.9025754e-05,-0.0013097922,-0.021018747,0.025042346,0.0039319177,0.0037618356,0.010226618,0.00043201126,0.0077361926,0.0010699987,0.0011870598,-0.046105236,0.005198595,0.010842241,0.0033774257,-0.011691198,0.0042354795,-0.000117021846,0.007203198,-0.013425382,-0.016259082,0.008437539,-0.014879123,-0.0032720682,0.0088957865,0.0033143314,-0.0029350016,-0.0073348205,0.0030599046,-0.0048088697,-0.005174632,-0.028797634,-0.013537174,0.0085610375,-0.0149094295,0.017777342,0.015492203,0.011377092,0.00050875614,0.0027284161,0.0089019695,-0.030068044,0.0021779318,0.013913446,0.0017394619,0.031292353,0.009015343,0.012750634,-0.016335852,-0.0003898621,-0.016033432,0.0076184054,-0.01204746,0.011719497,0.018376984,0.003090844,-0.028333943,0.014812921,-0.014035352,-0.0059370655,-0.0026107135,-0.009266569,0.021767614,-0.0039085587,-0.0070489706,0.010258942,-0.008175717,0.015909558,0.017246054,0.0030123107,-0.0008089476,-0.0067867343,0.0035487006,-0.018821478,0.024747368,-0.008071988,-0.009840093,-0.006490622,0.008507551,-0.0031202596,-0.0019785434,0.006200867,-0.012369214,-0.01756447,-0.0017402924,-0.010987634,0.0029669802,-0.008202298,0.01923837,-0.0067435335,0.00023239385,0.00012741426,-0.003559549,0.018342316,-0.009919697,-0.0075676884,0.01405895,0.009167491,0.011182296,-0.012508073,0.022076122,0.02800886,0.015924128,0.0025242222,-0.012813954,0.010209723,0.00554471,-0.0048971837,0.0020146223,0.009988822,0.009382891,-0.004416752,-0.014753055,0.009830678,0.0023908175,0.022677813,0.01353635,0.00025243618,0.0040759994,0.008609355,0.011222253,0.011223051,0.014183529,0.015287405,-0.018291606,0.015824229,-0.013037063,-0.00089118705,0.0014830515,0.0045715645,-0.013341572,0.024734374,0.012952036,-0.004629959,-0.019577628,0.01353153,0.0054842522,-0.010760594,0.0035660395,0.018049827,0.0046342355,0.0053353263,0.00033600852,0.008254635,-0.006527563,-0.005597506,0.018084561,0.007979669,-0.00045639192,-0.0010935054,0.0011517993,0.0006426743,0.0019874119,0.02209167,-0.01580248,0.0025461486,0.0014953985,-0.009029558,0.010930028,0.007670065,0.01240266,0.011611666,0.026491093,0.0061270143,-0.00091207214,-0.00041288615,0.0030850174,-0.0027495234,-0.010763489,-0.0038189248,3.276053e-05,0.02013127,0.013384052,0.016794806,-0.0023143727,0.010767749,-0.0022325865,-0.012305676,-0.0071028597,-0.008966589,0.009078983,0.0067000184,-0.005233503,-0.0020209898,0.008787226,-0.008309407,-0.0028167216,0.0006285539,0.00066622184,-0.006944593,0.004757835,0.0093037095,0.02462208,0.012178135,0.0001334356,0.00024977388,-0.012165618,0.00961387,0.006359923,0.003964193,-0.0014939654,-0.013932428,-0.0061277645,-0.00036244903,0.012079101,0.0004132171,-0.005037937,0.012161817,0.0011581738,0.014235703,0.010844863,-0.021282889,0.0035561149,0.009833061,0.0001749782,0.010919519,-0.09583502,-0.0064919,-0.015343044,0.022773733,-0.0017217003,0.026898243,-0.0046788203,-0.007126598,0.003325265,-0.018615926,-0.020989647,0.0069447914,0.0008984633,0.0006083402,0.0034187566,0.010071198,0.0019112955,0.0060694776,0.00030861908,0.007837369,-0.0042283973,0.008237165,0.0043864525,-0.006251602,0.010876955,-0.0029666098,-0.004117632,0.0036316433,-0.014680589,0.0056889397,-0.006833841,-0.018394949,-0.00095044455,0.03475286,0.010952733,-0.0150320595,-0.009619934,0.02111798,-0.12916216,-0.006453749,-0.028526556,-0.008146369,0.0037079623,0.017332086,-0.006477589,-0.022392485,-0.029473072,0.0024624858,-0.0006784539,0.007749762,0.0010006996,-0.017813869,0.015043967,-0.0010176362,-0.011487396,0.0072215283,-0.019708417,0.011878154,0.002871521,0.0029370307,0.007858693,0.021149596,0.009746448,0.007987326,0.00072430656,-0.0015104974,-0.012797832,-0.017026842,-0.017768629,-0.007858973,-0.0036403614,-0.0073528723,-0.0051070475,0.009371388,0.0015741938,-0.008646686,-0.008456928,0.004942541,0.019150753,-0.002607653,0.008206042,0.015670443,-0.02229839,-0.0022881757,0.0041646333,-0.008241362,0.00092617405,0.0042669154,0.004721347,0.002984832,0.003214095,-0.007070218,-0.0017883531,-0.007926573,0.014083452,-0.0004664514,-0.0011341716,0.013556127,-0.0101501895,0.011752555,0.017290983,-0.0007987029,0.007984956,0.011513878,0.020183008,0.004623065,0.009961046,-0.007390882,0.0077218786,0.01846691,-0.025471067,-1.2794065e-05,0.01866972,0.009394806,-0.006436121,0.01986145,0.01066041,-0.0046630497,0.0071786866,-0.003537047,-0.03295226,0.01126749,0.0013131029,-0.00674881,-0.0030687586,-0.023606071,-0.001162624,-0.041645788,-0.019143594,0.0048515457,-0.0062871603,0.016960302,-0.007082689,0.022721417,0.008527177,-0.008552534,-0.0017192813,-0.00907697,0.018896395,0.012521204,-0.011263027,0.0077128275,-0.01720832,0.03536382,0.003157538,-0.016781583,0.010741831,0.007928648,-0.011361398,-0.012841704,0.022986216,0.027856162,0.015755173,0.010381625,-0.00846574,0.024553364,-0.0043655215,0.007150536,0.006321775,0.0057424046,-0.00017503469,0.001954123,0.0069910106,0.016815312,0.028620392,-0.03264615,-0.01755294,0.0033049665,0.009349919,-0.013011131,-0.0036333152,0.018934162,0.014603647,0.027175236,-0.015102466,0.022484936,-0.008758289,-0.0057443012,-0.00920597,0.00611529,-0.00018293623,0.01225883,0.008955368,-0.02131136,-0.004848461,0.007515697,-0.015893629,-0.012413398,0.0039203684,0.0011440984,0.016737524,-0.0031572422,0.009912728,0.005462082,-0.008794707,-0.009502297,-0.029538617,0.008956052,-0.009374948,-0.0084728515,-0.0006066464,0.0063121333,-0.0031641012,0.027727608,0.027612632,-0.003732102,0.001207414,0.010357437,0.006513855,-0.0016476726,0.011499008,-0.014336585,-0.014014531,-0.018334957,-0.013982589,0.009164921,-0.0038928988,0.0021023515,0.009903451,-0.004204566,-0.009501693,0.015243677,-0.0089615835,-0.01574682,-0.0050964723,-0.011358479,0.031234067,-0.029557304,0.010469777,-0.0017447255,0.007061873,-0.007706362,-0.015370365,-0.0002916673,0.0028601163,0.0077597746,-0.0065485113,-0.032821406,-0.009121789,-0.026280357,-0.018414622,-0.16180678,-0.031846847,0.011752986,-0.013673101,0.020595923,-0.006018254,-0.026934193,-0.010173268,0.034093577,-0.015309946,-0.0035284765,0.018070161,-0.0041007358,0.015206717,0.023582555,-0.0029717283,0.005260958,0.0021045706,-0.020258836,0.017238898,-0.019249905,-0.010179374,-0.003155982,0.0128237065,0.0001234846,-0.002589727,0.011960306,0.014949881,0.01064151,0.00680994,0.0022435097,0.0014572161,0.021963771,0.0018831651,0.0023315947,0.018467886,-0.022309829,0.0025660705,-0.015424426,0.017457793,0.014595288,-0.005266413,0.00021415937,-0.0070348764,-0.012649762,0.0034533788,-0.016159087,-0.009965811,0.0015724576,-0.013720021,0.0061037387,-0.02329397,0.0005425331,0.001682652,0.015239532,-0.009731324,0.012642582,-0.0055980724,0.010853907,-0.019136408,-0.008482374,0.0055178376,0.026303684,0.01108016,-0.0071446677,0.004853753,-0.013827312,0.15248519,-0.026462382,0.011634402,-0.015341093,-0.011393203,0.008564639,0.005846338,-0.024807995,-0.013317518,-0.013948266,-0.0032228874,-0.019394074,0.00275813,0.0009198341,0.0034550137,0.041105602,-0.005635382,-0.017567728,-0.0051868586,0.0074475883,-0.0016562039,-0.003766972,0.009918091,0.0024698754,-0.0025251338,-0.008573395,-0.011211653,0.02276048,-0.0065559666,0.0131405955,0.015588395,-0.021707816,0.018068226,-0.017921887,0.009045145,-0.0021933534,-0.011827998,-0.0092095295,0.0009514816,0.005416315,0.019003695,-0.011062298,-0.0008168853,-0.016461628,-0.0022886018,0.010246457,6.0571034e-05,0.022936832,0.017031526,0.01800723,-0.018654425,0.006928609,-0.0016712717,-0.008655881,-0.008511814,-0.01088271,0.006147084,0.007971085,-0.016624233,-0.0035592816,0.0016100997,-0.0014270571,-0.03407366,-0.006356783,-0.016834103,0.003209184,0.020238802,-0.007522112,0.01920792,-0.09883956,0.0169444,0.0074215573,-0.009574503,-0.012666709,-0.03230229,0.009036937,0.01296146,0.0051819836,0.0063116797,-0.022754708,0.007195197,0.0065271473,0.011335626,0.012710216,0.005436151,-0.0073271585,-0.0057059815,0.00211051,-0.0037851084,0.0105015505,0.021680534,0.012564963,-0.026864773,-0.0016056797,-0.0020384432,-0.039605834,0.0025604134,0.0072257495,-0.0020066183,0.0077616237,0.022902464,0.0042517693,0.009073846,-0.02670016,-0.015842944,0.0058105374,0.010841655,0.0047388193,0.009027684,0.018358935,-0.0038001172,-0.0071656634,0.0015165239,-0.021176834,-0.020058844,-0.0032529891,-0.0011978941,-0.0010325579,-0.008274909,-0.008597476,0.012535682,-0.034279183,-0.0071734665,0.00012829548,0.005646538,0.012207175,-0.023130441,0.020969462,0.010199217,-0.0058508045,0.005721962,0.00473077,-0.023907878,0.0087014595,-0.0031141688,0.014123451,0.01029312,0.009128355,0.018215686,0.007887601,0.0039480333,0.016974434,0.0006733739,0.0012158306,0.0027240627,0.0057983394,0.004912895,-0.023704944,0.013267806,-0.008875613,-0.010005789,0.022012666,-0.0030483862,0.03638556,-0.02289407,0.0024719061,-0.0077548437,-0.011991,0.012963072,-0.016058942,-0.003915695,-0.0036331755,-0.004072978,0.0037793368,-0.018288916,-0.011089554,0.0005694676,0.0051034414,-0.021411527,-0.006699677,0.006360762,-0.013706744,0.0021465477,0.007497659,-0.013885979,-0.0017721388,-0.0066920943,0.0022958964,0.003023987,-0.005017976,0.0021127805,-0.021469114,-0.02191495,-0.013597117,-0.0059421416,-0.027492551,-0.0041670515,0.015889097,0.005808972,0.0038660357,-0.0063891336,-0.006842156,0.0014597235,-0.0041758367,-0.008564846,-0.009969484,0.02306565,0.005661512,0.011563296,0.003498452,0.00050866423,0.012710118,0.0047334824,-0.0028035275,-0.0063107708,-0.02783826,0.0051259655,0.016137524,-0.0108661605,-0.0029479277,0.015500151,-0.013752973,0.015407253,-0.014305162,-0.0056499504,-0.028998323,-0.017368551,-0.010088383,-0.018296644,-0.0049339565,-0.031559214,-0.014088605,-0.0038064758,0.011887564,0.0076595843,0.0078115915,0.015567639,0.01074443,0.000656102,0.02443434,-0.00064925,0.008758243,0.0026357172,-0.0020927007,-0.035927985,0.014537624,-0.0018203775,0.00062295946,-0.01644578,0.008026921,-0.025647933,0.011687435,0.007844529,-0.013311412,-0.0037328918,0.012054509,-0.015947528,0.019438203,-0.081646584,-0.0019744893,-0.017244458,-0.009859946,-0.009026489,0.007902483,0.009085793,0.008920379,-0.024257671,-0.021175075,0.022102673,0.018128816,-0.029406458,-0.005179539,-0.019327117,0.00064071506,-0.013503396,0.019781325,0.015446265,0.0075509613,0.0022858777,-0.0016165602,-0.029066045,-0.0049124053,0.0087883985,-0.011173609,0.015266121,-0.027023498,-0.011232001,-0.023817891,-0.010232733,0.010159905,0.0059552304,-0.0008691679,-0.0003185127,0.00045715214,0.011847388,-0.012942029,0.007869062,-0.043563608,-0.003502381,0.01840743,-0.05690547,-0.0011034994,0.014097934,0.0010504761,-0.0011259712,0.010143239,0.0004547341,-0.01320978,0.028772864,-0.018914225,-0.01613936,0.00042875574,0.05099208,-0.016127538,0.002427661,-0.03376565,-0.00960008,-0.014602093,0.012963611,-0.023573617,0.0025230558,0.015871607,-0.007798366,0.016715841,0.005870616,0.0009460731,0.016893312,0.012534172,0.017066069,0.0076663224,-0.0026899017,0.023255616,-0.008222954,0.0131741455,0.010515519,-0.003956457,0.01659983,0.010393284,0.0037124448,0.022110334,0.0015154883,0.021554107,-0.008113903,0.003091855,-0.00812076,-0.08977946,-0.0016718437,-0.008563435,-0.008562985,0.003140007,0.006938271,-0.00057864643,0.048161868,0.0013057443,-0.00022181445,-0.016410928,0.013859021,0.020333242,0.023322225,0.012848524,0.008186509,-0.00037372214,-0.01475632,0.022070598,0.015784899,0.010401889,-0.0017398907,-0.010102107,-0.015153726,-0.001945256,-0.032063466,-0.0148062,0.0015328757,-0.010393465,0.04247205,0.016786292,0.0009678066,-0.0031340786,0.0032358493,0.022698395,0.0016936496,-0.008076188,0.0038237718,-0.010970115,0.0056360504,-0.0059091835,-0.01597427,0.012979387,0.0019288465,0.009968312,-0.018410115,-0.011391047,0.0061501833,0.014604276,-0.0020976677,-0.014329575,-0.007508817,-0.0038688332,0.008453079,0.0055548376,0.013511146,-0.0013643001,-0.030125562,-0.017132036,-0.014657268,-0.021353927,0.011212153,-0.018144296,0.0037759852,0.0077685756,0.007918594,-0.010998801,0.016848749,-0.01669908,0.0025082068,0.016214078,-0.0060315505,0.00085168076,-0.017047958,-0.005394,-0.0034830417,6.502451e-05,0.010920515,-0.0043272204,-0.0044516865,-0.0061526503,0.0042513143,0.006951994,-0.014214528,0.0013758308,0.0051387087,0.008721486,0.0040001348,0.018344669,0.00071202056,0.002758195,-0.037383992,-0.00047543616,0.0059757554,0.016590878,-7.61785e-06,0.00803844,0.005554787,0.012657657,6.8488764e-05,-0.0039358214,0.00032967966,-0.010424395,0.019543381,0.009685915,-0.0037229497,0.013630761,0.02275205,0.004826608,-0.010434804,0.025663227,-0.010891387,-0.010261344,0.019959345,0.019390399,-0.00081400364,0.008881876,-0.0045585074,-0.0062231543,8.772646e-05,-0.0070089027,-0.015854131,0.014861445,-0.013053006,-0.0026057079,0.0029353146,-0.017811585,-0.013238037,-0.014620146,0.008859494,0.012691119,-0.0076066884,0.0047024977,-0.0026536018,0.007824389,-0.018196633,-0.006594384,-0.0032461423,-0.02295133,0.018880965,0.009462964,0.030591909,0.0007806942,0.017558351,0.0017864723,-0.005029982,-0.002586736,0.006699253,0.00035930803,-0.015597894,-0.015360067,0.009646001,-0.011014213,0.008657114,-0.007838206,0.012969955,0.012532378,0.009715428,-0.0147040775,-0.013174414,-0.018056463,-0.002756122,0.0035735182,0.026019624,-0.018921042,0.0015902454,0.016311828,0.014920619,0.002635276,-0.0072608157,0.005000044,-0.008100347,0.006138128,-0.0138890855,0.03254323,0.006175635,-0.039983824,0.03559187,0.029691268,0.01914119,0.00047283818,0.007139498,-0.02168678,-0.01171688,-0.005447215,0.0030589174,0.016541552,-0.014610599,-0.01476186,-0.0012302197,-0.0153142,-0.0062300176,-0.015408475,0.01567651,-0.017779782,0.006606553,0.0033378352,0.0093654515,0.012571427,0.0047892216,0.007251045,-0.004107299,-0.00074902485,-0.01087635,-0.008186567,-0.0054064076,0.003855159,0.000109003726,-0.009010866,0.011518521,-0.01065639,-0.00407552,-0.011266765,0.002338129,-0.005647039,0.019978687,0.006353376,0.012316225,-0.0028696344,-0.015949419,-0.003840239,0.008395662,0.017158734,0.015359632,0.0066201934,-0.013881571,-0.009025351,-0.017378807,-0.016967732,0.003269184,-0.004650018,0.01647477,-0.026273163,0.0012787662,-0.004533477,0.0023037435,0.0025919362,0.018832264,-0.009137931,0.020378329,0.023526276,0.0054215216,0.002011187,-0.00029363652,-0.013904,-0.017609049,-0.003661156,0.004350748,-0.02093878,-0.003052832,-0.007861385,-0.007330556,0.005606694,0.00066393265,-0.009310364,0.006838014,0.01613157,-0.015654655,-0.024125755,-0.00505348,0.020690847,0.0038405312,0.0061569037,0.0074296296,-0.038670998,0.0021461279,-0.009101792,0.0087335585,-0.018228311,-0.024248699,-0.007733466,-0.020887503,-0.023760395,-0.0070651984,-0.009420892,0.0017065041,0.008863005,-0.018734097,0.013796225,0.009138278,-0.0041513527,-0.013228769,-0.012193185,-0.011966187,0.0068437164,-0.0058871806,0.022503182,-0.017951926,0.011508394,-0.005894715,0.03684281,0.0022631455,0.020730056,-0.029056499,-0.0048596933,-0.00405349,0.00016935192,-0.003008701,-0.0021829566,0.0036974698,0.043402422,-0.03572503,-0.014788085,0.015723253,-2.3327757e-05,-0.005602139,-0.0121296095,0.010019283,-0.01361855,-0.009799684,-0.016589105,-0.008826835,-0.008038292,0.015315012,-0.006036456,-0.008196313,0.012490002,0.011786823,0.016099187,0.022986008,-0.012492346,0.017344518,0.011902459,0.004215359,-0.021693645,0.00955401,-0.00015751806,-0.001750601,-0.025534337,-0.014701036,-0.00068093376,-0.01011888,-0.0002158354,-0.00060445844,0.0063740853,0.023719423,-0.0039128177,-0.009099213,-0.009418199,-0.003999885,0.012727536,0.02315805,0.010713931,-0.051428564,-0.009030911,-0.0016833448,-0.0070355693,0.00027050596,-0.0010476622,0.0011535855,-0.024076186,-0.010788551,0.019415295,0.015133594,0.02178399,-0.0033652,-0.0009003928,0.003282057,0.012970069,0.011571398,-0.003536098,0.0036627413,-0.018616354,-0.0019192011,-0.00585024,0.01532002,0.016440257,0.004729494,-0.014250918,0.013721197,-0.011345279,0.00764303,-0.0037207706,-0.00907502,0.0130746225,0.014627304,-0.023725424,0.00040479255,0.035798274,-0.017434973,-0.026555536,0.017196983,-0.0074970485,-0.0032650575,-0.0014058421,0.010156142,-0.02157138,-0.0007717533,-0.006435337,0.0016702624,-0.000572728,-0.0073482976,0.017599836,-0.025640525,0.008278191,0.0059167766,0.010696709,-0.027077528,-0.023083093,0.01379357,0.016989227,-0.017898759,-0.013319637,-0.005204888,-0.0115542235,-0.006408338,-0.016475752,0.013208601,0.0052397354,-0.024077132,0.019350331,-0.0082914345,-0.00093442685,0.013248484,0.002554004,0.011056725,-0.019147087,-0.012298264,0.010565135,0.018355452,0.009642543,-0.012009793,-0.0033626969,0.019896658,-0.005548092,-0.0138424095,-0.017444704,-0.003461784,0.03503325,-0.033441927,-0.011976091,0.0023447343,0.0036583338,-0.008070405,0.002353343,0.012973025,-0.005400963,-0.013601839,0.004521862,0.029139416,-0.009203663,0.023487575,-0.018837694,0.009579659,0.031467665,0.011273167,-0.018612415,0.041780453,0.01093447,0.0019011176,-0.0046864133,-0.003726716,-0.01564028,0.004338532,0.021761088,-0.012908014,0.009164328,0.005783096,0.012248912,-0.0071451175,-0.010880369,-0.0059486893,-0.0011008683,0.00015551751,-0.017740391,-0.0319823,-0.0018045671,-0.0035086188,0.0056917495,-0.010683722,-0.0259579,-0.003936057,-0.03299725,-0.014943571,0.014654708,0.002289078,-0.027325738,0.0041485718,-0.008903012,0.0075312825,0.012473091,0.010248452,-0.027074516,0.0030375796,0.011546435,-0.0033432185,0.010146539,-0.037508726,0.005482787,-0.0041218214,-0.012762372,-0.008745773,0.0073644873,-0.015748443,-0.015340356,0.0054886024,0.008843273,-0.0018230702,0.01314246,0.0035248667,0.02160459,0.0051865084,0.017711392,-0.006444808,0.0066085695,0.0024612905,-0.027087888,0.014468804,0.0035559477,-0.052897792,-0.034913253,-0.013722786,-0.002476677,0.009728546,0.0033315558,-0.030240593,0.008521597,-0.004963265,-0.0030691635,0.00789875,0.0036648537,-0.0030017314,-0.025870984,-0.013281434,0.023173712,-0.0099653,-0.0033427468,0.014239449,0.0018075391,0.0028104526,0.0063147736,-0.010574542,-0.020051016,0.02624127,0.0072996286,-0.0065119932,-0.030281879,-0.004625637,0.018606802,0.005207036,-0.0055551333,-0.0018134195,-0.01634829,0.013266206,0.029182462,-0.010874329,-0.0104498975,-0.008296056,-0.004717244,0.0016714404,-0.013719905,0.007911338,-0.037480716,0.0029510274,0.031163972,-0.012604767,0.0066213487,0.013421465,-0.00042820477,-0.01643055,-0.008619439,0.008726889,-0.0063539776,-0.021538822,0.0036358843,-0.029562715,-0.009069262,-0.021404361,0.0002980366,-0.0095282085,-0.005414618,-0.019492019,0.031787064,0.0125373425,0.00023158203,0.010518384,-0.008828686,-0.015710706,-0.00066298683,0.0298674,-0.010528578,-0.0036004088,-0.02933524,-0.024854865,-0.012372713,-0.012743097,0.012131829,-0.0032102163,-0.020655107,-0.004997227,0.00052623835,0.0027742125,-6.821687e-05,-0.0060424116,0.0037516952,-0.0058572725,-0.016892616,-0.001578418,0.0055069155,0.0031402267,0.0013046247,0.018411737,-0.006108011,0.0025085846,0.0034639335,-0.0069693043,0.0059017213,0.012685976,0.023985468,-0.025131803,0.0007142309,0.009259109,-0.0141445715,0.00662669,-0.0024285,0.00014044563,0.0031602972,-0.012025005,0.015579121,0.017081026,-0.03456002,-0.013785318,0.012425445,-0.0011750548,-0.020480664,-0.016976744,0.028195892,0.014584979,-0.014418318,0.02717458,-0.007384255,-0.008774348,0.003424491,-0.0071156328,0.022456028,0.0079379305,-0.004893014,0.007200461,0.007049723,0.016097562,0.014704845,0.018506706,-0.008726598,0.0011344879,0.015755465,-0.019627618,-0.0016291653,-0.011601286,-0.013800061,-0.004996973,0.029071484,-0.0041227913,-0.0076007787,-0.013025297,-0.01764371,-0.014333929,0.020695668,0.017100176,0.02243124,0.013726087,-0.02399886,-0.011541312,-0.005412482,-0.00065744144,0.014343091,0.012409114,0.023608502,0.008754147,0.00094573176,0.011997797,0.018490743,0.0350377,0.004701701,0.0013012908,0.030408507,0.0029610235,0.008351703,0.0025375294,-0.011806014,0.011808188,-0.040432792,0.0005953746,0.004404472,-0.0019528123,0.012331902,0.010626408,0.16177146,0.11720692,-0.0036309664,0.00841527,0.0049954825,-0.008738339,-0.019654838,-0.011398974,0.0165492,0.006972821,-0.015903138,-0.0011976038,0.02043065,-0.024968576,0.0044914107,0.0051110378,-0.00079687417,-0.012117741,-0.00502996,-0.021388335,-0.00028699302,0.009633596,-0.019544449,-0.0037489235,-0.023597129,0.0055365474,0.00659881,0.01669614,0.024045546,-0.013202353,-0.020844955,-0.006282233,-0.027649388,-0.010453799,-0.02148821,-0.00905433,0.012913609,-0.005411328,-0.0007149395,0.00011405131,-8.7283704e-05,0.0027889526,-0.002275075,0.030046878,0.005167482,0.023094304,0.00014982294,-0.0039471327,-0.0017419226,0.012277069,-0.005456019,-0.0014680949,-0.008921088,0.0010302424,0.012066177,0.011155573,0.009832049,0.01605227,-0.00082130544,-0.0071520037,0.008147082,0.008045285,-0.021207621,0.023354277,0.002152242,-0.0014150813,-0.017691808,0.025388196,-0.02351068,-0.0086812675,0.023124423,0.019844923,0.007149623,-0.002978939,-0.027524887,-0.00701068,0.0038759941,-0.022841273,0.019151619,-0.0036838776,0.024202615,-0.00039620267,0.00626003,0.0065725725,0.023753308,-0.014666918,0.0087619815,0.0073687,0.11173795,-0.005926929,-0.016352708,-0.007036701,0.015962109,-0.008550102,0.007801718,0.046855655,-0.0074025146,-1.2932193e-05,-0.014498354,-0.020839902,0.010340539,-0.0017667712,0.009633034,0.0043952,-0.0072049806,0.022172006,-0.006530269,0.02173062,-0.020675791,0.0155227985,-0.015609335,0.008116975,0.018265484,-0.013576602,-0.02249868,-0.0047279,-0.0062264362,-0.0092554735,-0.11508434,-0.016362721,0.0026603243,-0.008904665,-0.022522483,-0.008127335,0.0023259288,-0.018717164,-0.022375975,-0.0071923477,0.009751016,0.0039499076,-0.0060549434,-0.0141045125,0.02109444,0.009227915,-0.0029843806,0.013557005,-0.009262983,0.0045265746,0.0059594996,0.010391164,0.00845299,-0.0041388976,-0.005168866,0.015043025,-0.01055206,0.02503622,-0.015256435,0.016323803,-0.009813057,0.025618568,0.001236329,-0.0036629983,0.014318137,0.027433112,-0.0071074707,-0.0041171834,-0.00032548612,0.017567266,-0.011325181,-0.014486474,-0.020014038,0.0030135887,-0.0067223366,-0.007496941,0.015550428,-0.0024996432,-0.00944773,0.027239423,0.027024575,-0.0052290107,-0.0012632435,0.016665384,-0.019963551,0.0034504344,-0.011998646,0.0028032886,0.010895833,0.014849454,0.0052082157,0.0021003622,-0.005830283,0.00044984417,0.0010900294,-0.009194755,0.0052100383,0.011152541,-0.0037657758,-0.02342107,0.005975523,-0.018612696,-0.0012033189,-0.0013904423,0.0003732061,0.0012823136,-0.031263888,0.02839908,0.011668758,0.024424303,0.010570166,0.004598797,0.014324843,0.12707993,0.007513776,0.03373256,-0.004369329,0.009083157,-4.9306906e-05,-0.0194763,-0.004612195,0.0051140934,0.0037858621,-0.036551274,0.01240671,0.023774615,0.00650628,0.018797351,0.009988511,0.0025741514,-0.034787625,0.0122343255,-0.0017116121,-0.020264888,-0.0049692416,-0.013992363,0.011068888,0.022966363,0.0010996775,-0.034961443,0.01363479,-0.016131487,0.028463416,0.0008285528,-0.021428773,0.027949678,-0.0032051592,0.013000004,0.02063634,-0.023908297,0.0010725566,0.009250852,-0.01541922,0.000523846,0.015898148,0.012522554,0.0039546965,-0.008957378,0.18628593,6.565457e-05,-0.008476826,0.0013098897,-0.012598438,0.004250267,0.002484611,0.004707032,-0.0049192817,-0.005562595,0.0057047466,-0.016409827,-0.0053934343,-0.01403103,0.017611805,-0.0050398223,-0.011516835,-0.013005265,-0.018767236,0.0019495933,0.011604663,0.018870154,-0.0027975042,-0.0010584566,-0.015057882,0.0041335328,0.012257874,0.00533544,0.02183211,0.015742587,-0.035335764,-0.019984892,-0.0062422086,-0.014027848,-0.0028343182,0.021886932,0.0041744914,-0.011230687,-0.0032014344,-0.015722128,-0.018228903,0.022149472,0.0012346414,0.01984591,-0.012881836,0.013945047,-0.0036153693,0.02556673,0.00918604,0.011935587,-0.0077843117,0.010701914,-0.015327208,0.0047459425,-0.0040736916,-0.005769341,-0.014287381,0.005395504,-0.0114520425,-0.015771395,-0.016881483,0.008730078,0.0031178873,-0.011239453,-0.00016269865,0.011744032,-0.013863225]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 164,
          "content": "Asian governments turn to subsidies to cushion energy crisis pain",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0054258937,-0.012674716,0.006299985,-0.08324696,-0.0026504695,0.015822347,-0.035874583,-0.02955862,0.023830315,-0.0056645,0.0011775779,-0.010345568,0.035588663,0.01506242,0.11415581,0.015269143,0.013815515,-0.008648235,-0.0050783954,-0.00576606,0.014904113,0.0028558108,-0.042349104,-0.023015706,0.0140906265,-0.0048523275,-0.008417182,0.004818698,0.02327073,0.00022101292,0.0030825955,0.004466839,0.032082006,-0.015613233,0.009917823,-0.005944512,0.0029284584,-0.007294498,0.011326265,0.0117297135,-0.0075061056,0.0053656558,-0.0072768503,0.04004305,-0.025439108,0.014104141,-0.009644486,-0.014250864,-0.0042383717,0.014198177,0.039689336,-0.029258616,-0.0010089695,-0.17275712,-0.027960196,-0.023077395,-0.019561162,-0.014934484,0.011822534,0.007976378,-0.0111308545,0.01532454,-0.008596452,-0.030122446,-0.014346649,-0.01282331,-0.005512642,-0.02011978,-0.005756039,0.0040510907,0.017810153,0.00140721,0.0070791817,0.012158808,0.024334554,-0.003401219,-0.0012196122,0.0029296742,-0.023605695,-0.00038789812,-0.00023628601,-0.012907192,-0.004204318,-0.011924093,0.0031360257,-0.006254142,0.01707397,-0.017863546,-0.014193517,0.021630889,0.016203012,-0.011521251,0.02329305,0.0027159753,-0.0036623054,-0.026754579,-0.015329513,0.0064802375,-0.0012522609,-0.0045602066,0.0040832926,-0.008178235,0.0017219002,0.03695219,0.00046438124,-0.020837022,-0.008148428,0.015162206,0.002571908,-0.008009038,0.014082095,0.013281472,0.016765922,0.007985816,0.00369815,-0.122364506,-0.023160724,-0.011727121,0.002878632,0.0036717227,-0.016841149,-0.015062848,-0.019080725,0.03402604,0.018568838,-0.031516675,0.032263722,0.0075377207,-0.032483347,0.020073244,-0.008583764,-0.020193027,-0.002467351,0.013987835,0.0042125518,0.020380618,0.033679277,-0.03508577,-0.031110942,-0.037930585,-0.027537044,-0.009732387,0.009243583,-0.015120213,-0.009506878,-0.03683511,-0.036024034,-0.00053424045,0.0061313272,0.017462075,0.025671814,0.043481678,-0.015561865,-0.02174676,0.011349255,-0.039326094,-0.004070594,-0.00862,0.0065618805,-0.005925825,0.025612619,-0.0009586147,0.008870035,-0.0045204754,-0.0067488863,0.027823212,-0.010529461,-0.008781249,-0.0067526023,-0.008393168,-0.0061280355,0.02864954,0.038326517,-0.01293818,0.013266146,0.010260183,0.010836194,0.011866151,0.02158155,-0.016577872,-0.0010337982,0.01820957,0.017274858,0.026057508,0.010847625,0.012313324,-0.01810083,0.025817046,-0.021479996,0.0026624347,-0.030760929,-0.02813529,0.01666592,-0.015498261,-0.00041749238,-0.03165193,-0.006896799,-0.0063731815,-0.00012949889,-0.029504154,0.0026151391,0.016460769,-0.02276178,8.715302e-05,-0.029848559,-0.030036727,0.0017425177,0.0011661797,0.022711042,-0.015326169,0.013944447,0.007819795,0.008189439,-0.00842773,-0.010340391,-0.01376888,0.018654818,0.01877839,0.015805602,-0.0117331995,0.010972669,-0.0055537084,-0.013158259,-0.00046185576,0.012962821,-0.0068523157,0.0070794066,-0.014441442,-0.029587757,0.012208034,0.0016963559,0.028914642,0.026350616,0.008143756,-0.017725462,-0.008736145,-0.02185862,0.012950957,-0.003837552,0.037066024,0.020361844,0.013649007,0.0030877166,-0.022332778,0.03390856,-0.012385287,-0.009943267,-0.0039244285,-0.018607587,0.014259539,0.005640317,0.017336788,0.042163108,-0.015416491,-0.019453745,-0.0046268255,0.012933792,-0.010334614,0.0033483722,0.0051702186,0.03169264,-0.002661201,-7.98058e-05,-0.007429051,-0.0381974,0.030291893,0.009059855,0.017626245,-0.0008254563,0.013250159,-0.032747112,-0.011535118,-0.002864436,0.00556602,-0.03572113,0.02441962,-0.07722005,0.032468285,-0.006824568,-0.024442405,0.0175365,-0.021587564,0.018072419,-0.0034915654,-0.014308958,-0.008316241,-0.011299256,-0.008058493,0.006098269,0.016552113,0.00668586,0.0002499978,-0.020732338,-0.024256999,-0.011077145,-0.0068229837,-0.010857762,-0.0139411,-0.00585086,-0.0026450744,0.0036689527,0.0011310974,-0.0059482325,0.029148858,0.005825844,0.032630645,-0.016051976,-0.015437607,-0.006453453,-0.017109638,-0.03138093,-0.010015459,0.027701158,-0.017281547,-0.020064045,-0.0110391695,-0.027721176,-0.012685819,0.0067745782,0.008090136,-0.036256276,0.016999876,-0.0027892992,0.029128976,-0.016426554,0.008439069,-0.01369845,0.0075608552,0.00736398,-0.008347633,0.0018218107,-0.012919923,0.021598216,0.0005202311,-0.0076125604,-0.022286482,0.006659256,-0.008704858,-0.009873976,0.016542284,0.0014948298,0.012622583,0.0042430935,-0.0011006375,0.0047217677,0.026380148,0.011607648,-0.027284862,-0.019927546,-0.033546645,0.008385615,0.040260732,0.023558328,-0.021156292,-0.02161899,0.033686534,-0.029141335,-0.046875995,0.007007924,0.017560713,0.010139353,0.0053695478,-0.030684123,-0.00651909,0.041168354,-0.04647899,0.023412101,-0.0014266954,0.009441568,-0.0022852293,0.014422612,-0.020549634,-0.03315933,0.017202202,-0.012726887,-0.004582192,0.0101204,-0.020347392,-0.011946235,-0.012571578,-0.028579852,0.02848063,0.025770728,0.0051169493,-0.015410833,-0.034796357,-0.008000008,-0.026452092,0.004177064,0.02741443,-0.004908274,-0.015469361,-0.023196366,0.00654356,-0.021987911,0.01931808,-0.018456195,0.007819804,0.020284439,0.035909392,-0.006851657,-0.018803531,-0.02111669,-0.005945734,-0.006595456,0.02158372,-0.006119604,-0.0064878855,-0.0017285768,0.017706824,0.015513002,0.003468123,8.151022e-05,-0.003214739,0.019544866,-0.0025021876,-0.024245998,0.0032399453,0.0033301422,-0.016170306,0.0005949779,0.006423691,0.024132382,0.018463928,-0.006473695,-0.023761863,0.012750275,-0.0053052907,0.007847882,-0.014362416,-0.003113646,-0.0031372868,0.010381405,0.03154373,0.030336086,0.003117976,-0.0103521645,0.011389248,-0.016652377,0.009814195,0.005072335,0.0057461127,-0.0038234522,0.041594602,-0.009995939,0.0064703147,0.00567933,-0.0121723525,-0.019938702,-0.000118138356,0.010272152,0.013958082,0.015139986,-0.002700815,0.020987887,0.029038398,0.0013341586,-0.0042888336,-0.012389164,0.0064256457,0.00021531018,-0.009681746,-0.0044519505,0.0026003746,-0.040270504,0.004274835,0.010722264,-0.024510624,0.019217947,0.0068978774,0.003857126,0.010926465,-0.009307937,0.007956332,0.021166485,-0.016127767,-0.011746958,-0.0240153,0.01067863,0.014888214,0.036084015,0.0017147656,-0.024453627,-0.023108225,0.0042647375,0.014191029,-0.0076419907,-0.02695966,0.008447536,-0.006919486,0.015193822,0.020981682,-0.02799421,-0.005943575,0.026845297,-0.04175293,-0.01876085,-0.027180588,-0.0045995573,0.012416224,0.006515187,-0.0038507232,0.009991645,-0.022392167,-0.009967359,-0.02002992,-0.015227947,0.024497434,0.013713235,0.00745361,-0.008819597,-0.0031410123,0.008901465,-0.01040999,0.003636304,-0.016161337,0.019488472,-0.0020425178,0.002800032,5.8319006e-06,-0.011598462,0.019327104,0.025014516,-0.0027178363,0.011350419,-0.030250236,0.020822056,0.0058116904,0.029928906,0.0004693435,-0.034938782,0.02105167,0.0081870835,-0.010724392,0.002281585,-0.021186803,-0.0055222646,0.015219622,0.015293086,0.011278505,-0.01087513,0.015084432,0.006520053,-0.0014153302,0.02244329,-0.06814037,0.024706004,-0.002489434,-0.021892663,0.001012409,0.01450693,-0.006053508,5.1853956e-05,0.0132923145,-0.0011775687,0.0151666505,-0.011183741,-0.023758415,0.010787897,-0.0069811395,-0.012587013,-0.0055193487,0.0152099775,0.0022717558,-0.018589392,0.014598822,0.0040280023,0.0015016566,0.0018458356,0.025574379,0.026982661,0.008706772,0.01406392,-0.00018575235,-0.010383375,-0.011005896,0.023555342,0.026583659,0.019656902,0.018292362,0.0058517284,0.00867377,-0.0013813457,0.030447286,0.019847631,-0.0020838887,-0.0016891862,-0.0075204195,-0.0043835165,0.004322425,0.009989677,0.015072229,0.022397546,0.0013311662,0.045785565,0.0041919323,0.01675062,-0.0039453153,-0.008921667,-0.0018179135,-0.004935802,0.010571197,0.007094843,0.013458729,-0.008856505,-0.010794475,-0.009344651,-0.004920189,0.02403417,0.0019934482,0.00501408,0.002655944,0.033713598,0.05042679,0.025753602,-0.037819747,-0.01254446,0.0070284056,-0.0062513906,0.033928182,-0.012920368,0.012636849,-0.011328342,0.06394081,0.0088502215,0.0005402449,-0.012696889,-0.08679933,-0.009875091,-0.032249622,-0.041833058,-0.0033224968,0.0011874882,0.0060242387,-0.009254405,0.0426945,0.039262462,0.011339248,-0.010682458,0.023709832,-0.03137235,-0.008688248,-0.020624908,-0.0050987285,-0.014047561,-0.003482377,-0.01740702,-0.02507921,-0.007764228,-0.031188658,0.010713681,-0.02015124,-2.6317433e-05,-0.020071907,0.020083275,-0.0026870973,-0.013786655,-0.002360396,-0.13736314,-0.03629475,-0.0013839884,-0.03149187,0.012054773,0.015708208,0.028962372,-0.0106027955,-0.0029109952,-0.01137055,0.0068690055,0.022583865,-0.0017331187,-0.02144125,0.007672517,0.09234079,-0.0017791921,0.015296117,0.020114643,-0.0020380695,-0.019995736,-0.0033440383,0.011368469,0.006813245,-0.006527209,0.0073328866,-0.027124627,0.017499799,-0.012083268,0.01560545,0.005537022,-0.0053768605,0.03247575,0.012355237,0.01775919,-0.013139177,-0.02412411,-0.03748658,0.0027446032,-0.003968261,0.03689409,-0.012512653,-0.007335394,0.037156183,-0.015332605,0.007987968,-0.012800165,-0.01510204,-0.021107225,-0.005047462,-0.036302973,-0.0636525,-0.003688851,0.027934903,0.0028753253,0.009745136,-0.029794713,0.02369533,0.0042953664,0.002763964,0.025508324,-0.010801426,0.002713751,-0.006945946,-0.007051647,0.008410141,-0.031745788,0.0127375545,0.031864163,-0.009157522,-0.027688963,0.026345225,0.009147976,-0.0019145668,0.007792609,-0.031072265,0.007007054,0.0034790635,0.01521999,0.01796814,0.027100533,0.0029245357,0.011090399,6.533248e-06,0.01046921,-0.020863984,-0.0062779402,0.0029521491,-0.0016392141,0.019812249,0.021227589,-0.0030325283,-0.021022756,0.006867341,-0.0090039335,0.029535355,-0.01642081,0.0036859843,-0.011755465,-0.021601547,0.010841808,-0.03232241,0.029762983,0.0007720867,0.01759199,0.01189145,-0.01961529,-0.0012259862,0.039567355,0.015246482,-0.0029921762,-0.00032058224,-0.013288727,-0.004865556,-0.0070683775,6.748844e-05,0.012919857,0.0064435806,-0.004558742,-0.014622475,0.01731849,-0.0037085805,0.016159777,0.00894553,0.017765127,0.007247542,-0.010286967,0.0033642177,-0.0069336537,-0.025716368,-0.0021019538,0.033425793,0.00056037755,0.0032337904,0.00617411,0.012875087,-0.00025219301,0.013899861,0.025884127,0.007859493,0.008761268,0.0100267865,0.020824786,-0.0051022414,0.0019018033,5.279761e-05,-0.0076727364,-0.004098232,0.002558083,-0.0045036864,0.004055065,-0.0048163896,-0.01051444,0.01343654,0.007804259,0.005525645,0.026741603,0.017718602,0.0072168824,-0.013621563,-0.00537271,0.010300566,0.02075386,0.0049073924,0.019842494,-0.004286912,0.0024200971,-0.0077139097,-0.0015737654,0.013832502,-0.0010099524,0.026878163,-0.011231354,-0.011469324,-0.001730707,-0.003206643,-0.0037872335,-0.005076242,0.012754024,0.0020844757,0.0045000203,0.004228625,0.008628643,0.016922668,-0.002682274,-0.013595609,0.009358605,0.009016225,0.009730961,0.0066690245,-0.0140054235,-0.0070150583,0.016462814,0.0030858975,0.012271711,0.006271921,0.008910833,0.007989119,0.0016997934,0.018149577,0.0058678165,-0.015080089,0.012050621,-0.00030995044,-0.00036980672,0.004886195,-0.0030101156,-0.0072641876,0.0134806335,0.011884935,0.012505984,0.00134819,-0.019141125,0.016556961,-0.004104112,0.010263179,-0.0011224032,0.005204129,-0.0031156193,0.022458611,-0.0037736746,-0.00592828,0.0018578316,0.0013617768,0.005297018,0.0071486733,0.0011769022,0.0211844,-0.0080621075,-0.014658517,-0.0017234856,0.0043118866,0.011426429,-0.012568951,-0.007030894,-0.001300814,0.007620986,-0.007483288,-0.0003034557,0.00217923,-0.014102426,0.001441844,0.015457903,-0.01100178,-0.0035429401,0.016030768,0.022911422,0.004116158,-0.020941151,0.0044809575,0.011799172,-0.0032412955,0.019678345,0.024008743,0.01692903,0.014528909,-0.012110051,-0.009592228,-0.00021854826,-0.017417043,0.013406492,0.0045829616,-0.004782769,0.014219894,0.009416544,-0.0018951198,-0.009695641,-0.018222647,-0.004658156,0.015595991,0.0043894043,-0.002990655,0.0037403533,0.0037521997,0.0123706125,-0.0050273445,-0.015973028,-0.0058395993,0.014773152,0.010881033,-0.0022369954,0.008383959,-0.0065097557,0.0031819579,0.01954777,0.019833265,0.0075365957,0.004746691,-0.0051942365,-0.022271637,0.0006729997,0.0054372577,0.007484895,-0.0008288749,0.0019004252,0.0049148104,0.0071321847,-0.004105692,-0.020062642,0.007791534,-0.0028546397,-0.0066025746,-0.007910145,-0.0069831167,0.008160423,-0.013288256,-0.01549865,-0.014667567,-0.0020651936,0.011534448,0.080696106,0.005857267,0.0117935315,0.016881377,-0.01385851,0.007992321,-0.006679401,0.0022050908,0.0029072945,0.0003317759,-0.0012337267,0.001428897,0.01644855,0.020940913,-0.0055103055,-0.010744239,0.017698323,-0.0009315263,0.0031108488,0.01160774,-0.003277547,-0.012390904,0.0034921337,0.0067308806,0.001309349,0.0062748557,0.0056967577,-0.0013677502,0.030903278,0.017692426,0.0018903405,-0.0020664164,0.0006950895,0.009575909,-0.011550686,-0.008622365,-0.0051854216,0.023524404,0.014743115,-0.0033186036,-7.211217e-05,0.0053398293,0.010599525,0.00081372686,-0.010344006,0.008641094,0.006208886,0.009850885,0.008188303,0.015255872,0.0059506674,0.0061449767,-0.010116859,0.00021896609,-0.002934592,0.01842379,0.003354111,0.0011451822,9.973077e-05,0.016016494,0.00031027335,0.012908998,0.0034840724,0.010419582,0.0053794174,-0.0060514207,-0.000335558,-0.0042841574,-0.006431707,0.006203984,-0.018452056,-0.005524863,0.003637335,0.012903175,0.021094719,0.0070968796,0.005613177,0.011121049,0.008663458,-0.006921928,0.013927885,0.01032223,0.0038496566,0.0055706427,0.01257474,-0.011256405,-0.011735807,-0.0011552317,0.010482714,0.008126116,0.0075632446,-0.006424097,0.010810542,0.001838751,-0.010292228,0.013079124,0.05309664,-0.0024712153,-0.013405149,-0.01559796,-0.00852818,-0.00080852694,0.000638186,-0.024831118,0.0022701267,0.007495373,0.013123234,0.007182443,0.013463387,0.0033449573,-0.000979889,-0.01563395,-0.021118173,2.0733007e-05,0.0039277403,0.008515706,0.009401204,-0.0046199607,-0.0058930474,0.013895596,0.0123731,0.008371433,0.00253747,0.0006898744,-0.019806424,0.0033846474,0.005156472,0.01890485,0.014027352,0.022168644,-0.001296266,0.019952156,0.0041310303,0.010715096,0.013262241,0.004151356,-0.0014262724,0.022592766,0.016778601,0.019684704,-0.011500153,-0.0003592147,-0.0028530946,0.0027682695,-0.0066416184,0.0010000067,-0.001850837,0.006673856,-0.012845527,-0.0068163867,-0.015356729,0.00490675,0.0030391065,-0.0119757615,0.0023379857,-0.00327274,-0.0087636,-0.017117664,-0.004848097,0.012034726,0.0037846996,0.0037877492,0.00598806,-0.013767399,0.0046651927,0.0003500587,0.00027041874,-0.012014626,0.0016056064,0.0015186694,0.010932679,0.008431849,-0.0071009113,0.0032423078,-0.0047664195,0.0016999944,-0.001845548,-0.016246704,-0.027752614,0.013375547,0.0066957227,0.0021804967,-0.012052022,-0.0070756497,-0.0017826087,-0.014607023,-0.0020386972,0.0053580827,0.005365609,-0.00559181,-0.006787514,-0.0147792855,-0.018403348,-0.0027577637,0.018557167,0.020042738,-0.012859951,-0.01021021,0.004813318,0.006814568,0.007916092,-0.0019813075,0.0043739593,-0.0032386468,8.236242e-05,0.00973397,-0.0014050035,0.0035005072,-0.005164357,-0.0026088,-0.015168767,-0.0008292172,0.00639822,0.0054027857,-6.1449886e-05,-0.018619625,0.00577325,-0.008329423,0.005575891,0.0052230624,0.006629105,-0.011958647,-0.005481454,-0.012683779,0.0065296143,0.025122408,-0.0036152992,0.005927399,-0.00031740862,-0.011135884,-0.020789742,0.00078279665,-0.0022858286,0.023467118,0.020964913,0.023327323,-0.0026173585,0.009698145,-0.00078394427,0.004515901,0.012504134,-0.0016298437,-0.00093664974,-0.017295782,0.006056992,-0.010117531,-0.013913289,-0.0060986457,-0.008687403,0.000738025,0.009749435,-0.019459642,0.004998249,-0.0053788973,0.0218542,0.0071878084,-0.012046792,-0.04379795,0.0028954262,0.0035677631,0.024451345,0.0041531576,0.00015242609,0.0060434397,-0.0028610777,-0.0025765,-0.0097436635,0.012000209,0.0052367835,0.005844518,0.0074032005,-0.011970777,0.0049323714,-0.0039606714,0.01591273,-0.0076458664,-0.009601546,-0.0038748914,-0.007827553,0.011819012,0.0035247605,0.0016413489,0.010878345,0.021767067,0.019984677,0.00216745,0.0076027256,-0.010096393,-0.018065043,-0.0031098854,0.0047196383,0.0016237689,0.0061932257,0.00022808218,-0.0045438935,-0.003605911,-0.01047595,0.0048994785,-0.0056431773,-0.01857885,0.0021894153,-0.0015099436,-0.009347723,0.010694406,-0.035312932,-0.014808634,-0.014136813,-0.0033893005,0.005357745,0.008665553,0.017601272,0.0023241746,0.005047759,0.023976287,0.004384008,-0.03068454,-0.0011032425,-0.014549003,0.0015157608,0.008527533,0.01933597,-0.0056715165,0.010066949,0.0014010809,0.0068227607,-0.023684215,-0.010600843,-0.00020989677,-0.009056018,-0.026290484,0.00072131696,-0.005255872,0.004980582,0.0113378875,0.023622805,-0.007992861,0.007845942,-0.0021079592,-0.0042446675,-0.009567667,-0.0021098086,0.016490139,0.0048190397,0.001386801,-0.018955333,0.0019226678,-0.00092482124,0.038984112,0.014738775,-0.0014039293,-0.0033419954,-0.0014430978,-0.00050978916,0.004875064,0.004521469,0.0131099885,0.02923895,0.0009279823,-0.021438746,-0.0033447826,0.0026441372,-0.011809569,0.021185352,-0.004045996,-0.0022549042,0.020055247,0.005862631,-0.006580708,-0.0018010039,0.009751436,0.013589812,-0.00328626,-0.009234926,0.012797432,0.026373249,0.014783433,0.015792148,-0.000466573,0.0061961156,0.020634381,-0.03327969,0.0032357508,-5.2747495e-05,0.0015725787,-0.0043669078,0.013021228,0.010230714,0.0138353,-0.009369992,0.020823145,0.0017578494,-0.0062990054,-0.0029071881,0.0028789223,-0.008662992,-0.007040368,0.016986195,-0.0106539,-0.009252827,0.013028076,-0.014102121,-0.0007684408,-0.0014582071,0.011513263,0.006635794,-0.0032391176,-0.0072710947,-0.014633282,0.009480223,0.0004754642,0.0011583815,0.007730147,-0.009776931,-0.0020231851,0.0014706776,0.0074712983,-0.016524322,-0.0022178907,0.018198552,-0.009193489,0.009798747,-0.004962059,-0.014449295,0.0037892188,-0.016911013,-0.0047424645,-0.0055092243,0.0057184333,0.0133925285,-0.008674553,0.028705789,-0.002469806,-0.0108832,0.014641471,0.010444644,-0.009970186,0.013010585,-0.00020887562,0.010769553,0.008039868,-0.01861485,0.006612563,-0.020284887,0.0027566338,0.012744696,-0.009106879,0.0031393515,-0.00058328616,-0.008910782,-0.010256779,0.025491396,0.0020375638,-0.008330941,0.0023856184,-0.008998179,0.007976624,0.01373658,-0.010892967,-0.00010878525,-0.0040133223,-0.00073571637,-0.01401864,-0.107954495,0.0015491105,-0.0059735747,0.01971288,-0.0047786976,0.010003436,-0.01361688,-0.0045627155,0.002300686,-0.023980543,-0.012025973,-0.0032831854,-0.0021607177,-0.014886352,-0.007252472,0.0037951167,0.022611158,0.010451704,0.02288591,0.018207114,-0.007858428,0.012039572,0.0066220746,0.014756495,-0.006626004,0.014265467,-0.012405836,0.012217937,0.005717907,0.00272359,0.0014452264,0.002630611,0.004219787,-0.015106148,-0.009915878,0.0070560435,-0.029236041,0.00068624545,-0.12596251,0.010694083,-0.013096993,0.011669104,-0.0062379264,0.01470689,0.0079922285,-0.006162773,-0.005409174,0.01809109,0.010142204,0.0034344005,-0.015072562,-0.008815301,0.0028486892,0.0051670163,-0.01798997,0.011946998,-0.011731809,0.008496796,0.0025022817,0.013306292,0.015782267,0.005851402,0.0022780546,0.0021403574,-0.011868552,-0.004087784,0.01120457,-0.008916964,-0.016174443,-0.009508683,-0.026263213,0.0047546905,0.0026630552,0.006524266,-0.0054358384,0.010021867,0.016974922,0.00017218819,-0.000116576535,0.014145634,-0.012847485,0.014122262,0.018359069,0.015599191,-0.00583961,6.293007e-05,-0.017697249,0.005811254,-0.018351248,0.0071803774,-0.027987227,-0.012759968,-0.0058850884,-0.00803943,0.01383063,0.0053772554,0.005628193,0.01545726,0.0035619342,0.023826493,-0.008267893,-0.0030621204,-0.006790393,-0.0123363165,-0.0067899865,0.016908333,0.004196772,-0.008826084,-0.0028842834,0.0030339109,-0.0027114877,-0.005128364,0.0050909617,-0.018913109,-0.00067289633,0.015317876,0.010911123,0.026280545,-0.01640342,0.030369816,-0.020953286,-0.022538736,-0.0066590365,-0.01763259,0.013583622,0.008704946,0.025835773,-0.054211862,-0.0072985846,-0.0176644,-0.000705033,0.022989238,0.005563866,0.0008812889,-0.00070064364,-0.011792779,-0.015077991,0.005218414,0.0074709533,-0.011820167,0.01323876,-0.0072957794,-0.012614424,0.018794939,-0.02126389,-0.020061603,-0.020399671,0.013062408,0.007171098,-0.004866752,-0.015710866,0.038845345,-0.015261316,-0.0015526534,-0.0027232242,0.0047400817,0.00165912,-0.0116602685,-0.00047287426,-0.0011913589,0.0076039187,-0.003652021,-3.485346e-05,0.0039059308,0.015969357,-0.0143446885,0.00156806,-0.009304945,0.0054521714,0.0068156556,-0.00010260513,0.010912085,-0.011894071,0.016973494,0.0035162303,-0.004721784,-0.00051906967,-0.013969307,-0.008744573,0.008160653,-0.005618043,0.008279805,-0.0043673213,-0.019968366,0.026714627,-0.0051811053,-0.00108062,-0.012942027,-0.017098812,0.0021349438,0.014405888,0.010902981,0.018696448,0.016082523,-0.013015066,-0.024841154,-0.014273786,-0.019599201,0.011058323,0.00817965,0.0061079245,-0.007932094,0.0065950635,-0.014383445,-0.02719185,-0.016597025,0.022095986,0.0105426675,-0.0055130217,0.0019745608,0.018958336,0.0053305044,-0.034595158,-0.0036616395,5.3659893e-05,0.0041768155,0.021518333,0.019882053,0.021097006,0.01655454,-0.020969803,0.00046718004,-0.0002478904,0.008525934,0.0047454787,-0.0067504738,0.020074481,-0.01341238,-0.0012947429,0.008909632,-0.010450855,-0.0030055065,-0.017578864,0.0024884015,0.002272974,-0.014720499,-0.008112858,-0.01055776,0.0047278074,-0.016600277,-0.014221311,-0.15618062,-0.016999353,-0.011472029,-0.0088444315,0.0006480889,-0.0015294728,0.0057617174,-0.013143227,0.037888993,-8.92209e-05,-0.020675756,0.007297613,-0.011546807,0.0002823613,0.013261944,-0.006871335,-0.0072941673,0.0070218067,0.0028519458,0.01403975,-0.036646504,-0.005462568,0.0029041048,0.0062417593,-0.019320067,-0.01406881,0.015069452,-0.015653055,0.024338176,0.010385673,0.01853143,0.018584259,0.0011084165,-0.002733224,0.003658785,0.021657418,0.0008514035,0.012814777,-0.017873328,0.02360464,-0.016978422,0.010812478,-0.0012649841,-0.01003604,-0.017341819,0.011069007,0.0038246915,-0.019439083,-0.0031381026,-0.03088315,-0.0066295536,0.01557335,-0.016518313,-0.0025833044,0.0033616282,-0.022054713,0.008614066,-0.0039096107,-0.019990671,-0.015694734,-0.032931563,0.00621985,0.016367666,0.020626185,0.007338245,-0.015714737,0.004428605,0.14752115,0.0032444654,0.0072140307,-0.020258687,0.0039380193,0.021052195,0.030470937,0.02134316,-0.013174631,-0.018741028,0.013183624,-0.029039873,0.013306716,0.005542672,-0.023137886,-0.008217192,-0.0102919005,-0.01295992,0.022588419,-0.0008045858,-0.020049065,0.0009630391,0.002789381,-0.028661566,-0.016194161,0.016152993,-0.008483521,0.03874865,-0.007608717,0.015993405,-0.002077288,-0.01968783,0.0049536126,0.01696211,-0.0108650895,0.0032392133,-0.010334717,0.007470384,-0.00087437796,-0.018298319,-0.0048002102,-0.0022547783,0.022561831,-0.0060585965,-0.016575746,0.007807851,0.001621403,0.008505977,-0.01689053,0.0140998885,-0.012795365,0.001956384,-0.0016990313,-0.0020077843,-0.018797262,-0.0064326576,-0.0058821193,-0.026797341,0.014922817,0.018229581,0.0067446698,-0.018943086,-0.00091344496,0.00060399453,-0.009030574,-0.001608088,-0.013843785,-0.017877504,-0.012663389,-0.095801175,0.0032627718,-0.011704697,0.016583027,0.01610773,-0.003868192,-0.0062492206,0.030033164,0.030988224,0.006325247,0.0044753165,0.0004361242,-0.010867755,-0.0012116745,0.027283395,0.027579809,-0.008868624,0.02558915,-0.0057670134,-0.01020779,0.006827823,0.04990744,0.011259921,-0.005769818,-0.022854429,-0.018240763,-0.01882415,0.006734747,-0.0024940707,0.00765486,0.029343206,0.004038796,-0.01649178,0.02061617,-0.0042255013,0.010533491,0.01842865,0.03590111,-0.01157588,-0.025123106,0.009002312,-0.008293311,-0.015126045,0.007601606,0.012979571,-0.010659938,0.0125912875,0.017273491,-0.010623006,-0.019423673,0.0012210961,0.015570197,0.002862621,-0.0067238715,-0.013196082,0.029955395,0.019582342,-0.024020743,0.023637092,-0.00246502,0.0023986776,0.022726849,-0.008877649,-0.002772242,-0.012164864,-0.00016892415,-0.011397074,-0.012380439,0.015325822,0.025004508,-0.01847969,-0.005318951,0.023613745,-0.0016704358,-0.009462239,-0.0031989622,0.026133833,-0.013464784,-0.0103090545,0.009849386,-0.0055663893,0.008373484,0.008034138,-0.020202853,0.018876698,-0.010235502,-0.0042926176,-0.01504786,-0.011355111,-0.0032404438,-0.019433266,0.018897746,-0.013701661,-0.017815324,-0.022435747,0.008549789,-0.0064432686,-0.02198439,0.011482866,-0.017624773,0.0016099453,0.008301646,-0.020684332,-3.746769e-05,0.007121723,-0.0038898531,-0.009086866,0.012015038,0.011656195,-0.004785274,-0.013236134,0.014528951,-0.015515394,-0.013652296,0.0041078795,-0.03060644,-0.00080896856,-0.01893006,0.00786904,-0.010454878,-0.0034195748,0.013532686,-0.0054166843,0.00402058,-0.027300868,-0.005197699,-0.0047331583,-0.006581144,0.016320338,-0.0022421395,0.02931929,0.015703397,-0.007942397,-0.018057207,0.019736484,-0.012820433,-0.015344057,0.0058175274,-0.0016704879,0.026857784,0.0080690235,0.002674328,-0.00816002,0.05031005,-0.018667476,-0.006579409,-0.005817406,-0.0072081503,0.00882043,-0.029333051,0.0083305705,-0.0017985557,-0.0008744823,0.017468782,0.012878819,0.001799501,0.0026402418,-0.0003807201,0.0049176477,-0.0032578344,0.0032492985,-0.014505144,-0.013297267,-0.010392405,0.0055162353,-0.018606363,0.0025835258,-0.0130646555,-0.037309956,-0.008051002,0.00045450387,-0.0045854864,0.023027916,0.001995406,-0.0053589246,-0.0104370825,0.015947493,0.009847314,-0.006166946,-0.06972901,0.0042460356,-0.0032911615,-0.009255587,-0.01045405,0.004308185,-0.005550778,-0.017355727,-0.0103599215,-0.0056416173,0.013665063,-0.007321413,-0.0037064932,-0.032551695,-0.014573151,-0.0065484964,-0.010569713,0.015635218,0.007709927,0.01479311,-0.00415142,6.542393e-05,0.0023132404,-0.007194785,-0.004882521,-0.0003940325,-0.0067767906,0.0062198215,-0.023961805,-0.008269723,-0.011973572,0.02252273,0.0061897105,-0.0081858495,-0.011203468,-0.015644297,-0.009120882,-0.0035692814,0.014218762,-0.03666965,-0.006656164,0.006542634,-0.053758584,-0.027889008,-0.0026677952,-0.0032995509,-0.01715071,0.010518828,0.014015401,-0.016407391,0.02826775,0.013133335,0.022331534,0.0036965725,0.010148716,0.0064545926,0.010034026,-0.0366355,0.008587384,-0.0051297857,-0.024630323,-0.032630585,0.0015379087,0.006397442,-0.018258236,0.009771205,0.007005778,-0.0014848221,0.0025337627,0.008032261,-0.0039055038,0.017889198,-0.009874155,-0.005825925,-0.017335685,0.01595098,0.0023758425,0.00426532,0.01645515,0.0045975246,0.007967276,0.006793027,-0.01688773,0.041275807,-0.0005659783,0.004076825,0.0059779896,-0.10333077,0.0229849,-0.006819753,-3.688026e-05,-0.012163601,0.0036527305,-0.013906501,0.056463033,-0.015973037,0.008343858,-0.021235734,-0.015108548,0.0043360074,0.025765987,0.008183697,0.021544712,-0.032459557,0.026476374,0.018445415,-0.025575612,0.002107275,-0.016447084,-0.019128859,0.0028383464,0.0023603889,-0.022905855,0.00095446355,-0.007864181,-0.0243068,-0.0012909928,-0.015880775,-0.029403854,-0.009789895,0.019069752,-0.0010693148,-0.0063266833,-0.0063445526,-0.010176076,0.011828039,0.0032785244,0.024054585,-0.0057810224,0.00016835894,-0.00019816063,0.016257983,-0.0074018817,-0.01312488,0.004292262,-0.02781324,0.0028513605,0.00068470277,-0.014660682,0.0016235365,-0.010294917,0.007656501,0.013773478,0.0042480496,-0.021187646,-0.019003391,-0.0070762467,-0.0051843883,-0.0075120637,-0.005757263,0.014398276,-0.01323366,0.010308124,-0.004292734,0.003100856,-0.023103531,-0.0064197085,0.020403676,-0.008693043,-0.002730985,0.0028147318,-0.008360242,0.010308639,-0.010106109,0.004707869,-0.012936345,-0.0010708306,0.0023821807,0.017082004,0.019804424,0.0023777545,0.013812892,-0.004046507,0.004368498,-0.005174217,0.0070688454,0.007253779,0.0027257677,-0.017601341,-0.00822854,0.004076956,-0.016682442,-0.0005465095,-0.013872545,0.014378255,0.0009788113,-0.0054974067,-0.0031348255,-0.0024637769,-0.0022830004,0.029961921,-0.017046804,-0.020199327,-0.005424672,-0.009940117,0.0107993055,-0.010678474,0.023153001,-0.014750025,0.011838382,0.009924726,0.008482077,-0.00070232945,0.015402,-0.004030824,-0.019177455,-0.015770575,-0.024685998,0.00985876,-0.0037909956,0.009728683,0.0029116948,-0.005111651,0.0007368308,-0.0057105524,-0.042597376,-0.0007527344,-0.004428606,0.017085154,0.013022071,0.005923839,0.006618757,-0.0074556596,-0.02846645,-0.017702173,-0.025497496,0.012019473,0.0064636944,-0.005759125,0.00791433,-0.0059430026,0.0070412895,-0.017899727,-0.001329227,0.011169005,-0.022358235,0.01393733,0.027730372,0.004162364,0.0091542,0.014189116,0.006908922,-0.007927429,0.014816554,-0.008073525,0.020930931,0.012458959,-0.0084826555,0.013084191,0.0128711695,0.024422355,-0.0015896432,-0.00092822,0.008498919,-0.0044709505,0.001563202,-0.0068064453,0.023763176,-0.008558178,-0.00023731052,0.008740146,0.028779477,0.00072381186,-0.019948233,0.023142884,0.008781598,-0.0008944314,-0.00072058744,-0.0019877062,-0.02076537,0.0055529675,0.012509156,0.010268023,0.001253474,-0.012251104,0.0126954885,0.008096962,0.013705575,-0.008109403,-0.003565572,-4.7883015e-05,-0.011976276,0.035650954,0.03398692,-0.00010702355,0.0030353107,0.012575726,-0.0020793183,0.014439328,0.006408169,-0.011862079,0.0058704303,0.020535592,0.009868974,0.007027773,-0.0038043351,0.008283639,-0.0046573756,-0.013964172,-0.014216861,0.014720751,-0.0039056,0.013533118,0.010450301,0.008751247,0.00094280735,0.02650711,0.021497948,0.0026298282,0.0028198382,-4.7666024e-05,-0.009494613,-0.005593289,-0.021951415,0.0049389936,-0.020040764,-0.0008378056,0.010199903,0.007085869,0.011067588,0.008525579,0.012265518,0.0077555766,-0.026658429,-0.018986724,-0.0015363457,-0.004863344,0.02723945,0.008727766,-0.006525006,-0.010719977,-0.007311691,-0.035430383,-0.021289548,-0.005272918,-0.020224227,-0.010045902,0.0076413914,-2.1394313e-05,-0.023362784,-0.005424174,0.0030370068,-0.0054390277,-0.0062584416,0.024255738,0.017689267,-0.011316796,0.023424378,0.0017987812,0.0068725,-0.0011391374,-0.032589268,-0.0034720588,0.00838829,0.010772243,-0.003046696,-0.0060923444,0.020881413,0.0017897516,-0.008670241,-0.017737532,-0.0022267052,0.00658408,0.014993759,-0.023450915,0.010619933,0.0108566405,0.027298361,0.0016396166,0.00316936,0.025671605,-0.021226076,-0.02278976,0.019734554,-0.019364126,-0.0041081314,-0.017127413,-0.0031001505,-0.012820293,0.0029392065,-0.012667483,-0.011388483,0.0021412026,0.012561753,-6.208174e-05,0.0054635257,0.003996995,0.0035784524,-0.011027695,0.0069743623,-0.012694269,0.009987208,-0.010992659,-0.0126785245,-0.018386636,-0.0029156434,0.01715451,0.009062768,0.014229681,0.012676327,0.02745306,-0.022075176,-0.017227182,-0.0051317457,-0.0024773949,-0.008620942,0.003957748,0.019178802,-0.019294908,0.03177379,0.00026335774,0.00934876,0.03284227,0.0088643795,-0.004696069,-0.01000929,-0.010733987,0.025736174,0.0025344791,-0.009443883,0.0020390942,0.004219196,-0.003933593,0.009856013,-0.020982794,-0.03345304,0.010698579,0.02085835,0.015355709,-0.0063554924,-0.03278874,0.0058033173,-0.014663206,-0.017168477,-0.030140951,0.009216174,0.0035394405,-0.013947244,-0.017318262,-0.0052686785,-0.0066034514,-0.0026129542,0.031183409,0.004863743,-0.024972688,-0.012162,0.005960159,0.013621908,0.0075824335,-0.0037980594,-0.009319142,-0.017702905,0.0039027168,-0.010017113,0.002361275,-0.006477399,0.0115575055,-0.00776533,0.01092891,0.010175774,0.00828966,-0.02039669,-0.0035544846,-0.026582798,-0.019991105,0.009623988,0.028594328,-0.008073427,0.013228668,0.0117851775,0.012253939,0.0010352001,0.016383605,-0.0315704,0.01398789,-0.02407232,-0.023732679,0.0026629043,-0.0059660426,0.004129811,-0.007340006,0.034750994,0.010430538,0.013203101,-0.016841643,-0.024260188,0.0014442286,0.010407654,-0.0007500399,-0.009186599,-0.018162316,0.021256313,-0.018716555,0.008652176,0.01880447,0.0012111526,-0.0033600226,0.0030040876,-0.017059365,-6.784609e-05,0.000995418,-0.01176495,-0.006117145,-0.0058917385,0.0010727184,0.02213323,0.004636892,-0.03325729,-0.0006768632,-0.012194568,0.017103113,-0.015287979,0.013356211,-0.011926491,0.0069356635,0.0025394696,-0.012677771,0.014381327,-0.018616857,0.0013492134,-0.005875218,-0.009949518,0.0030926634,0.007898833,-0.0131245125,0.002378773,0.023983194,0.0065821297,0.013065084,-0.0013600193,-0.02041213,0.00029267173,-0.0125253,0.004365484,0.0026407465,0.0038377084,0.008876031,0.0061544734,-0.014608718,-0.014848926,0.011554947,0.025017869,-0.005322811,0.004735092,0.016754294,0.0065209907,-0.0026102085,-0.0072694933,0.008416445,0.0011699151,0.013518389,-0.004703908,-0.0008005908,-0.008722694,0.0018237128,0.0008221704,-0.0064805574,-0.02691479,0.013571654,-0.050076075,-0.009757892,0.002963477,0.015055476,0.013607796,-0.0061201644,0.0019111476,-0.004532597,0.004813733,0.008363334,-0.00092322845,-0.00052513793,0.0010811103,-0.004631331,-0.0058286316,-0.02735207,0.009158934,0.0010215782,-0.0026570307,0.0034081305,0.0034503224,-0.027653225,0.005379647,-0.005658574,-0.028565723,0.025417302,0.0023113785,0.00658213,-0.002450071,0.02005313,-0.0076832525,0.009584264,0.0019323137,-0.007094725,-0.0125214,0.007983296,0.014552893,-0.037996873,-0.0013888329,0.0035730908,0.010007974,-0.024109581,0.01703333,-0.017557895,0.016302785,-0.006123155,0.011339079,-0.004491967,-0.0043541337,-0.00131527,-0.023181465,-0.0018239806,0.0033071244,0.0025459891,0.0073042167,0.01697845,0.008317678,-0.014538354,-0.011223271,-0.019390373,0.0008099344,-0.010104178,0.028127026,-0.0077585774,0.020385252,0.015680388,0.015296301,-0.018367298,0.002629812,0.008212113,-0.0005317109,-0.0028112845,-0.0037108578,0.009432366,-0.01574203,-0.0046190936,-0.02056952,-0.009169017,-0.0067538973,-0.01773353,0.0057398523,0.0019445583,0.020200912,-0.005316385,0.021246342,0.0055318563,-0.0047168564,-0.007487929,-0.032054897,-0.008558675,-0.013311625,-0.0016036213,0.0022421498,-0.0056350958,-0.014683968,-0.02937079,-0.008233283,-0.011961311,-0.009923108,-0.01486596,0.021679891,0.009612876,0.03197331,0.021468285,0.020795118,0.012017683,-0.006872019,0.007010737,0.0066666133,-0.01948125,-0.012683749,-0.0017071128,-0.013189204,-0.0089425575,0.00034713087,0.021846117,0.0016082773,-0.0060342783,-0.011687809,-0.008157993,0.013464637,-0.032775264,-0.023074804,0.012552029,0.000928964,-0.016678957,0.017450241,-0.0024120694,0.009044282,0.0055424203,-0.010803597,-0.0076340185,-0.0032752147,0.0015284964,0.013337952,0.007042948,0.04243258,-0.010940758,-0.007197114,0.011181744,-0.010719751,0.0072045764,0.013640286,0.0016818753,0.014470227,-0.016321434,0.019092621,0.0050083413,-0.018272292,-0.013051434,0.008259758,-0.010777198,0.01686845,-0.006126144,0.026818737,0.01494944,-0.002789499,-0.011019691,-0.00072225387,-0.0075241523,-0.015503807,0.020297717,0.024882633,0.017426418,-0.008779383,-0.002872446,0.010987062,-0.010088415,0.022455841,0.015604865,-0.02393469,4.2882915e-05,-0.00202958,0.011774669,0.0023185478,-0.012349728,0.003664377,0.0058758776,1.01107635e-05,0.012349734,-0.0050523323,-0.0038271605,0.0064489027,-0.015937008,0.019308068,-0.021036401,0.02184022,0.006204042,-0.017196203,-0.018357536,9.5586234e-05,-0.0006483097,-0.014737971,-0.005315827,0.004673507,-0.00034607537,0.027046725,-0.0059375176,0.0030312836,-0.009528463,-0.010735103,0.006662647,0.0066502984,0.0066117337,0.00081640074,0.018572766,0.0041871043,-0.010421318,-0.015504959,-0.0014949843,0.011916429,-0.004846316,-0.0022230174,0.0020637717,0.1591709,0.12513737,0.003610583,-0.001978872,-0.0054972568,0.018915193,0.004023757,-0.015846815,0.012242963,-0.0013899832,-0.015569599,-0.034102783,0.019995145,-0.021054588,0.019144518,-0.005314228,-0.0028131334,-0.017353708,0.003807575,0.0072906045,-0.003559377,0.029882615,-0.019910738,0.02180807,-0.006597606,-0.006014563,-0.014886112,-0.019667849,0.026700445,-0.015790377,-0.029071657,-0.00022523288,-0.010665194,-0.01687617,-0.007992773,7.39615e-05,-0.01210316,0.0055681053,-0.013445393,0.0100481,-0.015474763,0.003621769,-0.021380171,-0.007976817,-0.013944464,0.013520373,0.012063161,-0.020367503,-0.026289865,0.013871044,0.004013918,0.012769188,0.005962163,-0.014141625,-0.0021330828,0.0069715367,0.009453946,0.025594447,-0.016705126,0.00063210045,0.0050221058,-0.004241992,-0.0054218075,0.0069228853,-0.00244996,-0.014360888,-0.008007164,-0.0136074945,-0.035946414,0.013013037,0.025892552,-0.004339854,0.019376716,0.010054844,-0.012434219,0.005114373,0.024166446,0.0041154074,-0.0054371045,0.021048428,-0.002688407,0.008819137,-0.0034256899,0.00870219,0.007970212,-0.0025463516,0.019782133,0.02483178,0.10358295,0.020952843,0.0049271476,-0.004957226,0.013943759,-0.007150855,0.006880209,0.038526926,0.029317468,0.016432984,-0.015003311,-0.029958393,-0.012824359,-0.0016845111,0.02041424,-0.014439164,0.011636534,0.015863052,-0.013169899,0.025469422,-0.007622122,-0.010263371,0.008481557,0.0046724365,0.02282633,0.002664914,-0.025396112,-0.008468366,0.011729418,0.009119371,-0.10169493,-0.02164223,0.0031500503,0.003773113,0.015547907,-0.0021970714,-0.018098595,-0.019484341,0.0009785638,0.012786194,0.0053559695,-0.012585763,-0.007418544,-0.02484634,-0.0010558241,0.0020651892,-0.00064360147,-0.015173602,-0.016932547,0.0029226495,0.010705569,0.013092792,0.007363279,0.0143452585,0.0036558278,0.0062299375,0.012333649,0.012815155,-0.002733083,0.0068055317,0.017255595,-0.010635682,-0.016565885,0.0023607917,0.015408941,0.02000301,-0.02603192,0.012434261,-0.020105707,0.007298898,5.8415102e-05,0.0007476483,0.0037023602,-0.033869628,-0.02275478,0.016909549,-0.008426479,0.0014868004,-0.0063929,0.015512759,0.061696846,-0.01787548,0.005189288,-0.0013799815,0.010764205,-0.008712995,0.003757105,0.01702212,-0.004394328,0.009092053,-0.0050307517,-0.0053294213,-0.0056206193,0.008430759,0.018680189,-0.004676645,0.000112940375,0.003968141,0.020807868,0.0060842517,-0.018880883,-0.00848646,-0.0070660366,0.001779011,0.010138996,-0.00010238426,-0.022561837,-0.006347085,-0.004582484,0.03947865,-0.0064379615,-0.021275727,0.015095335,0.11842716,0.031586856,-0.00420487,-0.010177989,0.010890103,-0.014652747,0.0058033755,-0.0084660975,0.02131088,0.027065553,-0.008786318,0.0004281154,0.031768948,0.003984793,0.02129027,-0.0076187025,0.013400262,-0.023041148,-0.0056938166,-0.002485724,-0.0017662381,0.0058183637,-0.0004252524,-0.011650667,0.0024815646,0.006284896,-0.0068097403,0.026417343,-0.015839033,0.029520975,0.03255394,-0.023805648,0.006744277,-0.009112344,0.0071471534,-0.012415939,-0.04189091,0.016674303,-0.009189942,-0.005396033,0.007896343,0.0024483032,-0.0013236875,0.010375466,-0.02803436,0.19038022,0.0005895779,0.0137785105,0.0018070383,-0.0014275933,0.010446913,-0.0032344663,0.0056555034,0.009566475,-0.0038004147,0.021274576,0.012919291,-0.011535229,-0.0038953288,0.037686095,-0.014778174,0.023936791,0.0032486182,-0.011684082,0.008504324,0.007698787,0.013046189,-0.004944618,-0.013529599,0.0015980637,0.029243745,0.010016684,-0.0006942097,0.012856525,-0.0137717035,-0.024053406,-0.006880797,0.009530176,-0.0062132464,-0.009467996,0.0045773042,0.014681855,-0.0034703307,-0.026658196,0.020283584,0.015876485,-0.004230232,0.026331047,0.025245732,-7.440956e-05,-0.0018867594,0.0015773841,0.008972646,0.0033377742,0.005251572,0.01978657,-0.014483323,0.013642414,-0.004096936,0.017738508,0.0007314365,0.012452611,-0.0059933932,-0.0267384,0.0017172302,-0.009443313,-0.015848678,-0.015036209,0.018504605,-0.01235887,0.0094344,-0.014976953]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 165,
          "content": "Japan passes its biggest ever budget: 5 things to know",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.024460722,-0.0068529784,-0.009953306,-0.079317644,0.025807686,-0.002817534,0.011016025,-0.0049715927,0.00272077,-0.0009307898,-0.029140042,-0.010874156,0.013810032,-0.00909973,0.11997625,0.025771122,0.024952488,0.023265371,-0.007325605,0.01838809,0.015542942,-0.012593538,-0.024376012,-0.021839028,0.020806786,-0.025003986,0.0074978564,0.014976577,0.052946422,0.006405839,0.0040854593,0.018625531,0.008703274,-0.00044211277,0.012375134,-0.0018077722,0.008922191,-0.0166474,0.003152519,0.0021856213,-0.003468127,0.015956152,-0.01750719,-0.017150966,-0.023214946,-0.013656913,-0.032806627,-0.005049304,-0.018914983,0.026199501,-2.7478268e-06,0.012168389,0.0019368513,-0.15783912,-0.023743011,0.015319712,-0.019450884,0.0059528407,0.0100009935,0.022159679,-0.013260229,-0.0240135,0.001641949,-0.0044122566,0.0128149865,-0.01464909,-0.025691362,0.002618582,0.012431741,-0.0066581387,0.0154140955,0.013395996,0.004076516,-0.0021282376,0.01816647,-0.0047693127,0.025444359,0.034277096,-0.010835142,-0.016410533,-0.012931967,0.0002721938,-0.007909847,0.0038428428,0.0023954434,-0.041281927,-0.008113363,-0.0056058713,0.0056822672,0.021364134,0.025949346,0.0099120345,0.03284657,-0.015907256,0.010827536,0.01238042,0.033897888,-0.002090478,-0.016680475,-0.008886386,0.006442737,-0.003960575,0.010217946,0.0028891282,0.015830286,0.008862956,-0.015952447,0.021621762,0.015070441,-0.0054798583,0.011597481,0.0066702655,-0.0031375203,0.051121414,-0.020533793,-0.14442772,0.0016008276,0.0043137865,-0.016322188,-0.030259069,-0.006236594,0.0027160423,0.003998015,-0.036036972,0.011314691,-0.013369224,-0.00047913627,0.0040523442,-0.009145623,0.031218363,-0.031612173,0.0046439357,-0.016476868,-0.009953945,-0.009358648,-0.015934221,-0.00044736682,-0.0033253734,-0.0067019244,-0.045193307,-0.027276747,0.026762763,-0.010496955,-0.0040183994,0.008395081,-0.0046265274,-0.026600039,-0.0015665159,0.0082688,0.008614945,0.047941364,0.024721337,0.01654882,-0.003756817,0.004888605,-0.00792453,0.00017118751,0.012147808,0.010844607,-0.03216408,-0.0021454531,-0.011928787,-0.007106477,0.019442428,-0.007714818,0.029692166,-0.008355522,0.007816954,0.022604093,-0.009151337,-0.0068570976,0.01944716,0.013276253,0.027520234,-0.010473322,0.010417757,0.009663325,-2.4709525e-05,0.0056491783,-0.018356515,0.008893446,0.017720155,0.010494265,-0.0010970145,0.002156001,0.013196723,0.020163208,-0.014675008,-0.024884328,0.019380255,-0.018845545,-0.0067578023,-0.0112948865,-0.036930263,0.0050421986,-0.028200997,0.008452957,-0.017133407,0.01921274,-0.010873948,0.015866198,0.0017537628,-0.004168914,-0.011767716,0.010273704,-0.007379041,-0.02895569,0.023212405,-0.0041895816,0.0034595833,-0.00588473,0.004087118,0.0031346423,-0.017813683,0.010439874,0.00091835763,-0.020135174,0.009976988,-0.0061872895,-0.00016987111,-0.016520664,-0.013646511,0.017229347,0.015637673,0.01462132,-0.015795223,0.0030890834,-0.0019545641,0.026204258,-0.02371698,-0.014123603,0.0077011045,0.0057376316,-0.01106182,-0.01511265,0.010792149,0.025544705,0.01566719,0.013775281,0.0501691,-0.006104738,-0.005484041,-0.0008872787,-0.0072329403,0.0059182346,-0.005437452,-0.006536346,0.0055556246,-0.01227204,0.0035380514,0.0056820693,-0.00188897,0.0071816603,-0.007824754,-0.02138767,-0.0065616975,-0.0034341998,-0.0160866,-0.0067806593,0.010529212,-0.008389078,-0.014355868,-0.000271799,-0.029649066,0.016489353,0.001026745,-0.013242306,0.022489818,-0.04050541,-0.024554975,-0.018297166,-0.0022182507,-0.011362739,0.0033043853,0.021840662,-0.0025357185,-0.06437983,0.007820618,-0.014050362,-0.0030689167,-0.0047182287,-0.01872508,-0.01939863,0.004768145,-0.008024115,-0.02128753,-0.022549655,0.0071718916,0.005274184,0.020654703,0.015556978,0.0041433377,0.00940043,0.0092897685,0.02138049,0.010502641,-0.0006124567,0.020779211,0.012266439,-0.022659473,0.0061790333,-0.027000284,0.029127248,0.01584364,0.035432655,0.015553598,-0.004852175,-0.020351691,0.049713656,0.031283274,-0.015136866,-0.018797448,0.04102349,0.009197153,0.011732275,-0.007098023,-0.008866916,0.009671908,-0.0060299947,-0.01557372,-0.0012644677,0.009115322,-0.003867837,-0.0057167797,-0.03121896,-0.008847092,0.0074242284,-0.012973793,-0.0035119427,-0.0069701695,-0.007648234,0.0032494708,0.01417043,0.008779192,-0.012114481,0.017875245,0.013085097,0.0017239592,0.040405154,0.001852819,-0.014215888,0.02745679,0.012022719,-0.02403066,-0.01746927,0.014062355,0.00878012,-0.0041388012,-0.023841564,-0.016887061,0.026144514,0.014170167,0.008931046,-0.012945322,-0.03164839,0.051915817,-0.005542346,0.0166239,0.01955173,0.022321254,0.027248971,-0.00847448,-0.019273413,0.0138785085,0.0030500954,-0.003870654,-0.018964441,0.02567077,-0.0077981814,-0.020253565,-0.00873383,-0.0012984077,0.0064685936,0.0031951705,0.013858233,0.0060085473,-0.022016378,-0.0038361726,0.022638623,-0.016167564,-0.05465301,0.05377318,0.029311053,0.006635155,-0.012561924,-0.0019898645,-0.024931395,-0.04220984,-0.009035165,0.002749982,-0.02180958,0.00573966,0.0053535006,-0.004773082,-0.013182582,-0.01923208,-0.012535777,0.014312275,-0.006944331,-0.0033616503,0.02056886,0.00085029437,-0.024760772,-0.014569796,-0.009997807,0.019476842,0.011853595,-0.007201044,0.0019535138,-0.0015327508,-0.0055755666,-0.04682089,-0.018189546,-0.025200099,0.005066638,-0.010666533,-0.040019188,0.02006803,-0.0089419335,0.0007226648,0.032872137,0.011431861,-0.013438833,0.0015855426,-0.019171396,-0.02698791,0.013658984,-0.006928743,0.026575683,-0.0036623888,-0.022253713,-0.0074638007,-0.021762611,0.012123732,-0.0033837275,-0.01210303,-0.010027856,0.009825412,0.024147673,0.001450715,0.00017558063,0.016843624,-0.016255552,0.01253125,0.041254673,0.019636482,0.0074395477,-0.017756624,-0.019704962,0.01117208,0.025754988,-0.002168242,0.012802272,0.023901952,0.01628224,0.03204293,-0.01061819,-0.017779844,-0.011314879,-0.022172011,-0.0017769584,-0.0029691001,-0.00086820865,0.008768018,-0.024507904,-0.007750051,-0.0034446064,0.00467307,0.0061362362,0.013243383,0.02271566,0.017054567,0.020540964,0.02030258,0.022705095,-0.024000634,0.010621408,-0.018499015,-0.010914784,0.013329711,-0.0006951047,-0.0010820031,0.008719029,-0.017090464,0.014526799,-0.00083392224,-0.012362141,0.014338753,0.0013862953,0.015814574,0.020476798,-0.009914257,-0.015704166,0.017599965,-0.0012395167,0.008366801,0.006973608,-0.007929764,0.012745521,0.011613633,0.000741121,-0.0015849475,0.02311061,0.00023404614,-0.03502595,-0.020959985,0.009976435,0.009535306,-0.012080594,-0.00408639,-0.0030457606,-0.006760615,0.0025975022,0.034071274,0.020837456,0.011389763,-0.011266382,-0.0077707334,-0.0001710262,-0.0074578803,-0.024590475,0.027141608,-0.013721261,-0.012011371,-0.005125864,0.0018803582,0.010945399,-0.018298233,0.021050276,0.0025411837,-0.0014334102,0.026057633,-0.0029700585,-0.016850507,0.013020551,-0.002577314,0.013329985,0.034208808,0.049185626,0.0064763483,-0.011448254,-0.005897334,5.7190875e-05,-0.010760395,0.004687808,-0.074638076,0.031891625,0.020510271,0.03477343,-0.027598366,0.0038469902,-0.0015494074,0.011927879,0.016505502,-0.011045951,0.012084238,0.007320442,0.0042162533,-0.016359515,-0.011281805,-0.0053068455,-0.009403759,0.010007861,0.016176963,-0.006565221,0.025940701,0.021299506,-0.008065745,0.026818777,0.0043165265,0.029036831,-0.002336123,0.018065378,-0.017168498,-0.019410238,-0.036946572,0.00639211,0.053601377,0.0025161705,0.014427571,-0.004183515,0.0044943565,0.033947196,0.025504436,0.010827942,0.034374848,0.0152677605,-0.012344626,-0.032327626,0.0017527317,0.023134585,-0.012349494,0.02523182,0.005753469,0.0337604,-0.012934232,-0.019337496,0.020762514,-0.015798748,0.017582504,-0.0044775666,0.0059979735,-0.035645533,-0.010894959,0.009456088,0.016210692,0.020262022,0.027030652,0.013145965,-0.0064429543,0.023626959,-0.005225331,0.027378974,0.023605706,-0.020390125,-0.0069570844,-0.04520974,-0.006968313,-0.007073859,0.000670384,-0.037585687,-0.0041753664,0.016300857,0.012065003,0.006851226,-0.04529142,0.0017162227,-0.087888606,0.008217805,-0.0242739,-0.010064326,-0.010593296,-0.0042135837,-0.012110736,-0.01897693,-0.024296304,0.008107654,0.015905323,-0.022933347,0.021369372,-0.024010109,-0.032217074,0.009962631,0.0063913264,0.0065150135,0.014581733,-0.020866282,-0.021574507,-0.010106489,-0.012372921,-0.015609024,-0.019672573,0.004764375,-0.0134752365,0.0024560562,-0.017599395,-0.009218893,0.014013227,-0.14169267,-0.022024687,-0.010175518,-0.0031978025,0.007762367,0.003904581,0.03487503,-0.02522439,0.00014168693,-0.0051190383,-0.009789791,-0.0009524365,-0.030467931,0.009997608,0.0006042646,0.0838883,5.6961844e-06,0.017472312,0.018948393,-0.008846735,-0.008332579,-0.00071795756,0.049160253,-0.0069596516,1.9881089e-05,0.020131906,-0.0030266754,0.023536472,0.014637256,-0.029944167,-0.0050829723,0.018956723,-0.007429014,0.026627967,0.023361862,-6.7868445e-05,-0.010983813,-0.0062441584,0.026201574,-0.0038820694,0.009160484,0.0059997276,-0.010486961,-0.015949883,0.0004543823,-0.038897607,-0.011537867,-0.0430935,-0.00558318,-0.009150444,0.008542052,-0.056379944,-0.012286019,0.016265966,0.01800994,-0.029345268,-0.007225428,0.036485776,-0.0013867839,-0.0018424918,0.001234514,-0.03799939,-0.019447403,-0.0048830407,-0.0016412567,0.012116706,-0.0058334745,-0.0081066685,0.0146064535,0.017330233,-0.011728322,0.010276051,-0.009393936,-0.010620516,-0.016084762,-0.048122067,-0.014115996,0.013443922,0.008695055,-0.007161727,-0.017182007,-0.021419534,0.010004461,0.0059549143,-0.010258119,-0.004086252,-0.0016566783,0.0010983709,-0.03712615,0.013185872,0.006285848,0.04685921,0.002549699,-0.022707723,-0.027063923,0.02596261,-0.011560817,0.00040263947,-0.02386019,-0.023665218,0.020618621,0.0134388935,0.016878523,0.014497127,0.005776197,0.01679521,-0.00687157,0.01728465,0.0060445494,0.020449158,0.0019033557,0.009000153,-0.0011048692,-0.0028221733,0.0077896933,-0.0014358973,-0.008264852,0.010130655,-0.014485196,-0.012935818,0.026437046,0.014147599,-0.007389185,0.04187679,0.021193532,0.004739561,0.013893721,0.02044044,0.005850059,-0.025154833,-0.004668517,0.00630161,-0.001542027,0.0049697733,0.026350293,-0.009362447,8.664203e-05,0.0018998596,-1.6795731e-05,-0.0043537584,0.014871421,0.0039810305,0.006626914,0.010883354,-0.028606126,-0.017796215,-0.008022247,-0.00096622424,-0.009137925,-0.0018872116,0.004566547,-0.02279422,-0.0019319026,0.0035645368,0.005146013,0.0026559748,0.010027722,-0.009405096,0.012958763,-0.0075026667,-0.006467338,0.0009981017,0.009308134,0.005421057,0.009414025,0.005458982,0.022385629,-0.0012506539,-0.007186894,0.013127851,0.010415419,0.013979675,-0.014488019,-0.015783675,-0.011856922,-0.0034975365,0.0052574775,0.0007760746,0.011480224,0.008105038,0.008056817,-0.0045988667,0.010360236,-0.0027634245,-0.0034330734,0.022563072,0.0061482512,-0.0031963943,-0.025970122,0.009067452,0.004100966,0.009638832,0.013337274,-0.002143767,-0.0029432743,-0.02036838,-0.011310854,0.00082835485,0.0009797573,0.0073703406,0.00649189,0.0018694717,0.016875546,-0.0060489043,-0.007132642,-0.007408331,0.012768045,-0.0014603551,-0.0062779156,0.002863683,0.008967898,0.0024782852,-0.002842517,-0.013115135,-0.0015581078,0.013566419,0.008099567,0.013685423,0.00037798905,0.0022072953,-0.016131831,-0.016978461,0.018914554,-0.0121508,-0.0015516091,-0.022926247,0.014480244,0.00586952,-0.004295852,-0.004480321,-0.01688476,-0.0068990435,-0.0083968,0.005193446,-0.0287512,0.0006718737,0.008305705,0.0069142175,0.0051920717,-0.012168804,-0.014380552,-0.01257878,-0.0071511283,0.0007160747,-0.0039836667,0.0123655,-0.0029550954,-0.017563766,-0.02289191,0.015258111,0.01733171,-0.001128713,0.015415114,0.001018628,-0.01059848,-0.0061327023,-0.020554267,0.011017609,0.025438288,-0.024287572,-0.015429924,-0.0020962725,-0.014764678,0.013659075,-0.0058047045,-0.0072152666,0.004085062,0.015644353,-0.022119336,-0.00035887767,-0.013720464,0.0040158043,0.016834026,-0.0131348595,0.02175274,0.018596625,-0.014552446,0.024714788,0.010804185,0.00536873,-0.0046909587,0.0014317278,-0.0016208997,0.027197232,0.01682349,0.026380649,-0.0028978572,0.0020814636,0.00681242,-0.011585779,-0.021289548,-0.005886699,-0.00055944157,-0.004047659,-0.0067202323,0.017323876,0.0028345287,0.014849946,-0.017958414,0.019160388,-0.0051986603,-0.018747019,-0.0006121264,-0.0068803853,0.004805556,-0.00046548355,-0.016786529,-0.002442601,0.010037372,0.001486019,0.07324974,0.027656928,0.009108402,0.0056902706,-0.0048266086,0.013735144,0.018208021,-0.013859446,0.009167817,0.004443145,-0.00872649,-0.0059460355,0.00044421508,-0.0015963879,0.022510346,0.008502125,-0.0003243421,0.017535187,-0.011863816,0.012391164,-0.0052336627,-0.012216749,0.008143674,-0.0032378125,0.008446321,0.00039303204,-0.012467086,-0.009099122,0.010160591,-0.0077390117,0.007162838,0.015147917,-0.010291864,0.012638716,-0.0030739643,-0.004288549,-0.014912014,0.016072439,0.017511755,-0.0075568873,-0.004826697,0.0115168225,0.009949277,0.0034455021,0.009199692,0.003580501,-0.011092406,-0.01158663,-0.008830258,-0.008693213,0.004312485,-0.005932836,0.003516449,0.013751309,0.0018378774,-0.00199345,0.010246105,-0.0002318078,0.013815552,0.007673239,-0.0052424576,0.008240804,0.014926487,0.003021871,-0.012939137,-0.009458363,0.00333594,-0.0022632626,-0.0025149642,2.6976286e-05,-0.009592859,-0.010909147,-0.016782394,0.0107817,0.03921699,-0.001766738,-0.010443683,-0.00834092,-0.019527068,0.0023820605,0.0098298825,0.007329301,0.001315864,0.0025649853,0.010385326,0.00078426243,0.017954499,0.015008951,0.0089853145,0.02393839,0.013367825,-0.0021057413,-0.0007452804,-0.0035442268,-0.007038908,0.017690176,0.037136402,0.0022659164,-0.003726179,-0.006500792,-0.003095457,-0.030868867,-0.005118883,0.009430595,-0.0053654057,0.013058181,0.023450937,0.017206747,0.0020403557,0.010044203,0.0027842189,-0.003266463,0.018935852,-0.0011399954,-0.0046514566,0.0018827547,0.003028491,0.0054088854,-0.011556185,-0.005254729,-0.0061221933,0.011958192,-0.019694451,-0.0033183605,-0.009309158,-0.005403933,0.0056748404,-0.0026064336,0.005955641,-0.0044947118,-0.010533138,0.004014198,-0.010104538,-0.00016215263,-0.006680694,0.007986284,-0.0033722662,0.009006616,-0.0019813399,0.00040695444,0.00044192714,0.014121276,-0.014753246,0.008582538,-0.008861701,0.021759467,-0.0056245127,0.014432692,0.0020341356,0.004313684,-0.005716382,0.0028308863,0.01946604,-0.008152048,0.0076586297,0.018358905,0.008377102,-0.0104515385,0.019666793,0.007859123,0.0025320975,0.0063072196,0.0002473567,-0.016092598,-0.0019616294,-0.009470141,-0.0020452787,0.020391652,0.0059581674,0.0106990235,0.006038463,0.006300396,0.017013077,-0.008648189,-0.007844624,-0.0044802586,0.0145560885,-0.009046843,-0.00020317602,0.0058057676,0.010866331,0.0066050976,-0.0058726836,0.013694052,0.0219953,-0.024392348,-0.004220214,0.0013470256,-0.015610175,0.004813935,-0.018414043,0.00064721593,0.018945359,0.011438891,-0.006953021,0.013689611,0.0076292763,-0.007259686,0.0041199876,-0.010649555,0.0017686628,-0.004861898,0.0019915,0.0076969275,0.0011050376,0.0059918216,0.009320587,0.022976218,0.0074119824,-0.0020936942,-0.008334169,-0.01767074,-0.00946658,0.008346156,0.0005907414,0.0020796023,0.008623396,0.0072034365,-0.002022325,0.016067225,0.01016408,-0.014174584,-0.010984637,0.0057228054,-0.0008672546,-0.003023188,0.026809113,0.008988463,-0.004125916,-0.023290977,-0.009723375,-0.006614919,-0.021195892,0.0019348413,0.0039194287,0.0006866738,0.0029112939,0.0065479907,-0.024391,-0.008331835,-0.012985247,0.0132984845,-0.0125800725,-0.006419058,0.0008684373,-0.0074522053,-0.013797131,0.007257978,-0.021710066,0.004075801,0.011444866,-0.013413916,-0.0032756305,0.015342672,0.007318713,-0.012966716,0.015819304,-0.049586765,0.0026994366,0.013615279,0.018926134,-0.010375295,0.01099814,-0.0046444996,-0.007637172,0.0025172853,-0.0016746374,0.023933968,0.0036340628,0.01936165,0.0024593286,-0.017296629,0.0030635786,0.0017047807,0.0058131935,-0.0049170316,-0.0009482692,-0.004577775,-0.011156493,-0.004190784,-0.004150131,0.019941514,-0.005190865,0.004993085,-0.0036619233,0.0009987437,-0.0075678453,-0.011097785,-0.008819377,0.0138821695,-0.0096277455,0.01667979,-0.0021397516,-0.0034807257,-0.0014625769,-0.005774555,-0.018196091,-0.0104466,0.00013353497,-0.0065973247,0.025071267,-0.005568142,-0.0066971756,0.020556903,0.013165521,0.013033703,-0.027392501,0.011744851,0.020391364,-0.016320078,0.013083184,6.980199e-05,-0.008346214,0.013738649,0.005527236,0.0033102166,-0.0068067275,-0.016847288,-0.016274458,0.002690277,0.0014449846,-0.006990381,0.009793327,-0.004257767,-0.0037915125,-0.021025272,-0.015391979,0.003377497,0.0040517785,-0.01281366,0.020372951,-0.008443143,0.019851683,-0.010352222,0.030331383,-0.0059551713,0.024097472,-0.0004295083,0.011089903,-0.010049111,-0.0247873,0.0030014503,0.00044972537,-0.0011127924,-0.005665189,-0.011353593,0.010252673,0.016182411,0.015604791,0.0010989154,-0.0049417694,-0.0054771956,0.0020237204,0.0031850475,0.0055417228,0.015273804,0.02084216,-0.007499983,0.0033960494,-0.0016199254,0.0010790603,-0.016901895,0.0068146423,0.015318064,-0.005033214,0.023758119,0.0031031952,-0.025445359,-0.009157529,0.007923593,-0.013448312,-0.00690536,0.011697431,0.002897823,0.0017643772,0.0027814594,-0.00844447,0.0010269922,0.0013282049,0.0008991177,-0.019813126,0.0011128279,-0.00020386103,-0.014753319,-0.0009770356,0.008643663,0.0014057598,0.0086300485,-0.0012940656,0.00047591625,-0.0031673377,-0.014222259,0.0067338194,0.01678264,-0.008366422,-0.009509769,0.014397313,-0.006960942,-0.0011276312,-0.0049720095,-3.568645e-05,-0.0039933803,-0.016288783,0.0055612097,0.021283772,-0.009542654,0.0020276043,0.009104264,0.0076741036,0.0033399898,0.00975593,-0.0024704451,-0.006136691,-0.014114451,-0.007392094,-0.000105959436,0.0076544015,0.025368368,0.012955038,-0.007964104,0.0002109829,0.014550245,-0.024720835,-0.015140707,0.0015888917,0.00088540494,0.0012802059,-0.0053077126,-0.004155106,-0.013897314,0.014394145,0.0037890198,-0.005627286,0.0012780519,-0.009922181,-0.026356086,0.013049609,-0.009551549,0.009190242,0.015842285,0.025525337,-0.0038399536,0.009635842,0.01660415,-0.0017002338,0.0009610044,0.013061777,-0.02344034,-0.014765148,-0.006248127,0.028066816,-0.007883949,-0.011517237,0.018500308,-0.03306039,0.0030452467,-0.0068008527,0.013760693,-0.0072028507,-0.0068573677,-0.01699347,-0.009585084,-0.103600815,-0.0050153923,-0.004573819,0.003563608,-0.015172471,-0.003675422,-0.016601887,-0.013930476,-0.00049084955,0.00793722,-0.022594145,0.018616237,-0.0017621253,0.011022305,0.008655036,0.021884868,0.013606566,0.006296611,0.006569389,-0.007316153,-0.023143848,-0.007797442,-0.018999178,0.005357724,-0.0014694802,-0.004475489,-0.0126207555,0.0010291871,0.016781323,0.009583859,-0.0064356993,-0.0043068044,0.0069876597,-0.0135747595,-0.0042708386,0.0013526861,0.00092216016,0.0042146365,-0.1299347,0.0001785622,-0.016266594,0.011706169,-0.010591933,-0.0010628975,0.012659712,-0.01781538,0.0007048515,0.002064465,0.022373373,-0.0089319805,0.0003119178,-0.010693616,0.0091897985,0.02335343,-0.016371436,0.0011057125,-0.013343591,0.001972081,-0.0071385,0.015274229,0.024292318,0.0056424704,0.017972339,-0.0097796125,0.008695329,-7.266708e-05,0.005968797,-0.0033425535,-0.021646732,0.01065642,-0.009277248,0.011444654,0.02558153,-0.005241841,0.009100136,0.024561206,0.02396804,0.0034983803,0.0014115779,0.021647988,-0.0032510946,0.001472936,-0.025869023,-0.002919645,-0.0036082966,0.00050444086,-0.0015751442,-0.0020233027,-0.0072409515,0.014864541,-0.004038749,0.0068354593,0.010818316,-0.010253326,0.0017679585,0.0021361422,0.0024904972,-0.008130967,0.0033035858,0.0025920777,-0.0070295203,0.013872775,0.0049497243,-0.020522412,-0.0050018565,0.008151856,0.0070897527,0.006191805,0.006743403,0.00059218094,0.018348305,-0.0048157824,-0.007446051,-0.02080297,-0.0041276687,0.01939005,0.037887655,0.029732587,0.0070338054,0.009236574,-0.019827964,0.006955325,-0.015831344,-0.043337625,0.0053222436,-0.0065594395,0.018294917,-0.04973907,-0.009886815,-0.017294073,0.008476116,0.022623958,-0.02153416,0.0043477747,-0.010785961,-0.005106448,-0.0037673183,0.005228647,0.013164549,0.004183419,0.008880728,-0.009905783,-0.015468145,0.009838834,0.039219107,-0.01854237,-0.022671109,-0.0109097455,0.00039477405,-0.0010754615,0.0037300757,0.023665432,-0.011868716,0.007499942,0.0029241212,0.009936852,-0.004288587,-0.004027896,0.021445464,0.006105247,0.023061473,0.014130849,0.018871248,0.031083291,-0.016505495,-0.0132348705,0.005663606,-0.0027357342,-0.012871461,0.0105423,0.001710435,0.009677679,0.004471499,-0.002650606,0.006982328,-0.009445255,-0.0055440087,0.019623425,-0.0017101605,-0.012789185,0.00127398,0.018251678,0.018462865,0.035560105,-0.0013461794,0.005428329,-0.011651532,-0.015326186,-0.013411482,7.529751e-05,-0.012773913,-0.0010966009,0.005707179,0.0038082954,-0.010628334,-0.011855196,-0.017120864,-0.009475065,-0.001684361,0.023808597,-0.0128754815,0.005136754,-0.0018664002,0.021965444,0.007851992,0.009816848,0.010882964,0.007434296,0.009924348,0.0048622726,0.0143708065,0.008773358,0.013390686,-0.018802872,0.0027937,-0.005846295,0.005638328,0.018086726,-0.00740614,-0.015983922,-0.01206977,0.011645743,0.00040867424,-0.010234793,0.003511793,-0.015426707,0.0039371448,-0.005014821,0.014801436,-0.0005075385,0.008099711,-0.0053406106,-0.008604338,-0.020599606,0.005439452,-0.013741223,-0.002556393,-0.0063538533,-0.0037394601,-3.410913e-05,0.01745507,-0.16238199,0.007132062,0.019927856,-0.034717333,0.010624716,-0.0012642957,-0.0055201715,0.006915293,0.022100937,-0.017802285,0.0020495849,0.011467068,-0.024770606,-0.0025309203,0.03168238,0.00047006778,0.005971866,0.010331334,-0.013073991,0.0055669807,-0.04936315,-0.002777702,0.004751089,-0.0076751458,-0.021716287,0.014382822,-0.035528455,-0.0033625253,0.00671854,0.025703235,0.0054781483,0.01357241,-0.01581953,-0.0066425637,-0.00038569132,0.0061502657,-0.025499966,0.015793858,-0.015193847,0.003815835,-0.007074487,-0.015108095,-0.005802195,-0.024346251,-0.0071464013,-0.0009725938,-0.013355048,0.001673564,-0.015297289,-0.019176032,-0.0113994405,0.009349484,-0.024618624,-0.0056600315,-0.0037384229,-0.03321743,-0.0075184656,-0.011821432,-0.016089814,-0.017605435,0.0067736125,-0.015360945,0.008603297,-0.005003298,0.00058480364,-0.01589459,0.0053220806,0.15752648,-0.016262526,-0.014071249,-0.015766097,-0.019881723,0.019636078,0.0209218,0.00057796127,-0.015026293,-0.005857842,0.011229039,-0.013569026,-0.00040301753,0.009687087,-0.00118296,0.016560748,-0.0057142843,-0.009682367,-0.0028226962,-0.0022941711,-0.045320712,-0.022854527,0.026918286,-0.018733792,0.009986662,-0.0006352745,-0.005981644,0.01418488,-0.015524625,0.020817908,-0.0101381065,-0.025103258,0.0036910712,-0.008164104,-0.0071687717,0.0040102554,0.009849558,-0.019502342,-0.004216532,-0.010204214,-0.021651126,0.0026254707,-0.015547327,0.0025997444,0.010937187,0.022917634,-0.012664768,0.009690824,-0.01900298,0.016155383,-0.032362703,0.00412569,-0.008769201,0.00037090955,0.013439076,-0.029164014,0.006021955,-0.0148695605,0.0008850422,0.0017838812,-0.005115204,0.00103812,-0.025685543,-0.0063426625,-0.0013901294,-0.017660601,-0.005497028,-0.029200137,0.0053935167,-0.10199618,0.029589845,0.0054550734,-0.01619823,0.001780629,-0.009083,0.0020285712,-0.008193466,0.006727391,-0.015772251,-0.010531371,-0.007602595,-0.01763369,0.014800974,-0.0072491732,0.028665964,0.007928429,0.010562132,0.015206452,-0.0054822597,0.0041950718,0.031056225,0.010976045,-0.012337732,0.0074840947,-0.027106157,-0.019010186,-0.00014042623,-0.005851124,-0.006429399,-0.009758339,-0.00983449,-0.011162708,-0.0020133948,-0.0015032945,0.00415321,0.0010533719,0.00036270553,-0.015596248,-0.002960007,-0.0052214973,-0.009035464,0.020558981,0.013279553,0.008065223,-0.015537281,-0.015128751,-0.01365479,-0.016310383,-0.007705276,0.018872987,0.017607598,0.014765443,-0.0049259807,-0.0012145132,0.0045596017,0.02286378,-0.035732266,0.0153874485,-0.02114356,-0.02463922,-0.008099254,0.0050843065,0.014296376,-0.014525081,0.0023043337,-0.014142229,-0.004296184,0.0068541463,-0.0053937635,-0.0033703074,-0.03203291,0.028025925,-0.013768802,0.007261234,0.0042166836,0.0026057903,-0.007068228,0.0139756715,0.0004914092,0.0034777722,-0.012386705,0.0070343246,-0.010017529,0.03679058,-0.026858415,-0.0075823534,-0.0054352013,0.010898078,-0.01096464,-0.015667634,-0.02547605,-0.017573329,0.002308951,0.0016154946,-0.0037559047,0.017400684,0.024224676,0.0022834507,-0.011325752,0.008770392,0.008809368,-0.0074482365,-0.0017931052,-0.00093510974,-0.01570347,0.005768995,-0.01288584,-0.0015644161,-0.00054097414,-0.002767816,-0.0049653403,-0.01914831,0.014355605,0.006819473,-0.014900426,-0.011336309,0.0028294306,-0.0045506144,-0.017545206,0.014920464,-0.014073364,0.01416226,0.016403975,-0.021234104,-0.024794862,0.014480596,-0.012956213,0.016050942,0.009412187,-0.0018679836,0.019833127,0.006138129,-0.021913517,-0.0092513375,-0.018263794,-0.00042127242,-0.0118666645,-0.0036964961,-0.0016093911,-0.0056716045,0.017269554,0.010238751,0.006295149,0.0009054376,-0.0023744646,0.004538047,-0.029965835,0.008061719,-0.010580128,0.0042198854,-0.02193504,-0.023995861,0.02086726,0.006584861,0.010428498,0.0009579512,-0.0084467195,-0.016268939,-0.021636972,-0.019404389,-0.01615332,-0.010369822,0.007691848,0.021310981,-0.013274281,0.003415022,-0.015003999,-0.04899053,0.0033191738,0.007016528,-0.0032976724,0.0132929655,-0.0063140863,-0.01341459,-0.003352757,0.028007977,0.013982639,-0.0047245175,-0.057598792,-0.012939129,0.001982269,-0.015555241,-0.018080367,0.012476375,7.248824e-05,-0.0015207686,-0.008092422,0.0050723683,-0.0018431208,-0.0047008484,-0.008620093,-0.02545929,0.004331331,0.0190485,-0.010931247,0.001769089,0.018991832,0.02824897,0.012135659,-0.02268857,-0.010114683,-0.0059429742,-0.004102921,-0.0031974495,-0.013777987,0.0027944741,-0.022459423,-0.008166459,-0.0073855864,0.014026212,-0.00338691,-0.016127195,-0.009461491,-0.017801227,0.02023643,0.013115196,0.008310584,-0.017509228,0.0019763573,0.0035207602,-0.06250676,-0.0070622684,0.015141485,0.0041130744,-0.005480361,0.003321563,-0.004269557,-0.026145836,0.0076308986,0.0004541151,-0.0037418073,-0.002392578,0.0076393043,0.0061746817,-0.007132224,-0.01576175,0.013066651,-0.019000871,-0.023127591,-0.026914462,-0.03590367,-0.0058935173,-0.01549473,-0.012691191,0.013697413,0.01588698,0.012036682,0.024985313,-0.0066409856,0.00073195307,-0.0034451995,0.0025874937,0.005127949,0.016122352,-0.0034017975,0.0035071599,-0.0048542223,-0.0004985389,0.0061491006,0.005147924,0.011742902,0.016180484,0.0068063154,0.019795677,0.002622392,-0.0950946,0.01959882,0.0005755659,-0.015991995,0.011657908,-0.0076192794,-0.005659259,0.055095706,-0.011463317,0.0153482,0.004298351,-0.0026707847,0.0024985948,0.028930098,0.0049817916,0.0036480322,0.016652443,0.021128481,0.020674475,-0.01447632,-0.006394552,-0.00051007245,0.00558466,0.02047762,0.005519623,-0.040738635,-0.0025052188,0.009588851,0.021394424,-0.00035649652,-0.00045567725,-0.006683406,-0.0054597296,-0.01782339,-0.0024263528,0.006733885,-0.028470473,0.00066834467,-0.0059597227,0.01098933,-0.0017335921,-0.02285886,-0.001790374,-0.017701937,0.013171459,-0.009251436,0.0014703848,-0.00084567594,-0.027231699,0.003976441,0.009787023,-0.018427677,-0.010034018,0.01390845,-0.013438814,-0.0069478382,-0.008003791,-0.025460137,0.0003913739,0.021460816,0.0046243104,-0.00087401964,0.004488518,-0.025692748,-0.010758864,-0.009070512,-0.0031640118,-0.010274435,-0.036812082,0.0020752852,0.009236533,0.014711209,-0.0060273185,-0.002607207,-0.013126362,-0.0021866383,-0.014109784,-0.011566787,-0.0022376908,0.009195116,0.0031151152,0.015935969,0.01466948,-0.0071820407,-0.019401837,0.0068228687,0.0106905205,0.011105624,0.0035196175,0.0026847417,-0.0045015207,-0.005132704,-0.0023652278,0.008302227,-0.012580199,0.022575822,-0.007739806,-0.00740558,0.0154751595,-0.027332546,-0.0023854354,-0.00034477198,-0.009106855,0.004162077,0.0110342605,0.0001238998,0.020666087,0.011933633,-0.010522466,0.00590435,0.038134832,0.023418851,0.004049502,-0.02355232,0.021406041,-0.006988044,0.015503824,-0.003970127,-0.027286714,-0.0043064295,0.0086202845,0.0017755595,0.019766688,0.00346921,-0.0022761563,0.010319741,-0.01840326,-0.0043417895,0.002708966,-0.00660417,-0.0027520277,0.0071166456,-0.0018903653,-0.0052812533,-0.008381483,-0.0016538999,-0.016285814,-0.020028118,-0.026770325,0.00096229883,0.011811168,0.006281674,-0.009418045,-0.0087862685,0.021636117,0.009456896,-0.03081255,-0.00035016672,-0.029673578,0.002778883,-0.0007613012,0.016217163,-0.010573855,-0.027144177,-0.01687573,0.00026463636,-0.007091622,0.0066313567,-0.002209114,0.015253971,0.0016157966,0.0032993378,-0.014798302,-0.0023466465,0.0012496472,0.0040874155,0.0067083784,-0.022703202,0.0049673594,0.00678529,0.015957976,-0.004001792,0.005624833,0.009401671,0.030167997,0.004720192,-0.0042231055,0.0052140155,0.03564033,-0.01654686,0.016623994,0.016505467,-0.011089622,-0.0041969726,0.0009408135,0.006579209,-0.012139356,0.011297134,-0.017267125,-0.0031697527,-0.021858683,-0.0074763014,-0.010897468,0.010033652,-0.015074187,0.004043546,0.01974657,-0.018875694,0.00065437285,0.011823429,-0.0146564655,0.012069991,0.006594796,-0.0063922936,-0.013031494,0.0039756857,0.0009347003,0.0018888913,-0.018354196,-0.004323679,0.012604553,-0.0029086408,0.0035969713,-0.003454704,-0.007256309,-0.02327939,-0.01803379,0.01721404,0.017861724,-0.003857957,0.012014454,0.0016908625,-0.030047605,0.001817651,0.00088499574,-0.031910628,0.015294925,0.002148218,-0.0027695794,-0.0055602514,-0.0019151083,-0.007992156,0.009742013,0.011721887,-0.0056089927,-0.015025857,-0.0013295701,-0.019664228,0.011599836,-0.008253095,0.008211073,-0.006838474,0.013563145,-0.0031601866,-0.021445893,-0.024029732,-0.023980174,-0.0021513966,-0.02229397,-0.015428042,-0.008696681,-0.017617548,-0.0045296038,-0.01560841,0.010390125,-0.0019461991,-0.011024695,-0.026162237,0.02801972,0.009973809,0.019915562,0.006701377,-0.00039419782,0.01333144,-0.02838611,0.029652635,-0.015826695,0.015446992,-0.016759636,0.009907927,0.019592194,0.03805538,-0.022306852,-0.0027773173,-0.025090965,-0.01246219,0.022707654,0.0010281504,2.1773454e-05,0.018809346,0.015413706,-0.004367363,0.018364694,-0.016744198,0.0227149,-0.013986197,-0.008352351,-0.0052760122,-0.018059557,0.002013125,0.04102074,-0.00718207,0.030105216,0.0035379238,-0.017421301,-0.02166026,0.03791793,-0.005909346,-0.032266892,0.020836165,0.013613649,-0.00084370933,-0.0009081758,-0.0050029564,0.010833227,0.010982415,0.010632239,-0.028650135,0.02186291,-0.019471692,-0.012199062,-0.0072967657,-0.0067819585,-0.0023084767,-0.019958582,-0.016071407,-0.010555481,-0.00639343,-0.0047566504,0.021931915,-0.0064008385,0.0119592175,0.024837086,-0.0017948438,0.0074101286,0.008297124,0.0019254839,-0.0063816803,-0.016468247,0.002284116,-0.01790085,-0.008715063,-0.024655035,-0.005620767,0.007900691,-0.0030936475,-0.0077456273,-0.0019685675,-0.01384864,-0.01849226,-0.022072444,0.009150462,0.012648371,-0.03605499,0.01535735,0.025790036,-0.0034842792,-0.018935181,-0.0015439325,-0.011019447,-0.0046500694,-0.005777888,-0.015070763,0.01177226,-0.0013866766,-0.0051218644,0.0020957117,0.003487162,0.0013858976,-0.0072256485,-0.02863395,-5.189549e-05,0.010993806,0.005632712,-0.008091051,0.0059764995,-0.02599273,-0.0063764234,0.018707262,-0.0071302666,-0.026424943,-0.00371164,0.0038031633,0.007328648,3.5394412e-05,0.0050061494,-0.025052844,-0.009035854,0.003177929,-0.0076263114,-0.020301815,0.021914927,-0.0037122243,-0.01122643,0.010549971,0.019874215,0.00636399,-0.0040138597,-0.0001998376,0.012947465,1.0017671e-05,0.0019463487,-0.009321341,0.004188339,0.014475592,0.0019063504,0.004732915,-0.020506883,0.01941914,-0.014303875,0.026325248,0.0014875612,-0.001680387,-0.009709416,0.020883461,-0.013086401,0.00012827959,0.00465483,0.025280934,-0.004102405,-0.005913354,0.012584769,0.013672764,0.024864063,0.024993056,0.017068308,-0.007422092,-0.0016941625,0.010930643,0.007872587,-0.0063563613,-0.0035645019,-0.008787705,-0.00023400686,-0.010718932,-0.009568213,-0.010328501,0.0055044857,0.0054635797,-0.02548673,-0.015448262,-0.024886299,0.022437312,-0.019183751,0.005106601,-0.022575093,-0.0066759177,0.010199928,0.0046305675,0.01832622,0.011669036,0.0027735678,-0.0095748585,0.0078024785,0.008028931,0.013810213,-0.0074542714,-0.007400819,0.008740955,-0.019229883,-0.014866673,-0.01006492,-0.015256234,0.0063889623,-0.0014162163,0.014009273,0.004109028,0.019488603,-0.00705694,-0.03292485,0.0020797027,-0.012786202,0.017844833,0.004143781,0.0010717225,-0.0035291202,-0.041926034,0.01721307,-0.013381081,0.0027531506,-0.023333238,-0.023217145,-0.05965284,-0.0014316046,-0.016031502,0.0005112296,0.027348228,-0.014700913,0.008456241,0.024187263,-0.0037673633,-0.012731981,0.005842656,-0.003324827,0.007923746,-0.004198122,-0.020854326,-0.0074830437,0.01991038,0.012261297,-0.009415622,-0.008371622,0.0050120526,-0.011035605,0.0016436558,-0.018084379,0.010762648,0.0027055787,-0.007344625,0.004816839,-0.008362755,-0.0051386477,0.036092628,0.00081364426,0.00854,-0.009728279,-0.0012653378,-0.006009898,-0.004767577,-0.033662945,0.0025148618,-0.003306628,0.017141042,-0.019650443,0.018887976,-0.019738698,-0.012702439,-0.006199788,-0.013461893,0.01564744,0.01156968,0.0012577872,-0.008189306,-0.026483573,-0.008616334,-0.0077758874,-0.016424395,-0.006863601,0.0014748058,-0.009399251,-0.005853473,0.00075224537,-0.0031247118,0.0007604878,0.02282477,-0.011653449,0.0060449867,0.016623221,0.018715393,0.020226775,0.028936645,-0.0017403048,-0.0020389708,-0.01283397,0.043291792,-0.009104458,-0.005527852,-0.008740483,-0.015699483,-0.014977625,-0.0210434,-0.007711298,-0.012111537,-0.009083519,0.0055863485,-0.0032733397,0.009045229,-0.0121635655,-0.01867581,-0.0077301064,0.0018125925,0.00029798728,-0.0036080726,0.020472677,-0.010777233,0.000104921484,-0.016540647,-0.011795875,0.0023976688,0.031690147,0.0055060373,-0.021424586,0.039971754,0.013416405,0.015100045,0.0063590272,4.4098564e-05,0.008783061,0.0032553838,-0.006161195,0.008388375,-0.010618296,0.009159197,-0.0011086527,-0.014486389,0.02550771,-0.017517993,0.0322617,0.014612918,0.013498334,0.008105508,-0.00054350495,0.023433425,-0.0033917117,0.003936803,-0.020296326,-0.009886538,-0.009031465,0.018883914,-0.0084874,0.021542331,0.009457234,-0.016820554,0.008006322,-0.010614704,0.015578794,7.5657e-05,0.028529461,0.036474872,0.0103429,0.0010666791,0.022195604,-0.028844912,0.017142793,0.032039296,0.013607177,0.0259245,-0.011504273,0.015904417,0.0012991369,-0.0388736,0.0015132441,0.014353956,-0.014253557,-0.008689963,-0.0069265226,0.015526655,0.009310732,-0.000886657,-0.014586845,-0.019587478,0.0065110787,-0.0012771967,-0.015253472,0.023997096,0.0013837029,-0.011510632,-0.0047604023,0.03287521,0.011952432,0.010715718,0.00982217,0.0037112455,0.017971296,-0.0007395157,-0.011330307,0.016748652,0.002581594,0.021365318,0.011388933,0.007342906,-0.017693598,0.006800607,-0.02282321,0.004316374,-0.0021872048,0.009004236,-0.02045414,0.006207863,0.0062439255,-0.025649004,0.0009132082,-0.012463431,-0.018807992,-0.0067199436,0.008403832,-0.00045681756,-0.0046161595,-0.0026263967,-0.0030053772,0.0009749165,-0.020297553,-0.0065965406,-0.0016813447,0.01003461,0.0054382975,-0.00245845,0.016457265,-0.00040343378,0.011883257,0.016807977,0.013025997,0.0049362234,0.0056754476,0.016117623,0.003472498,0.15280926,0.12218669,0.007367116,0.021968149,0.01384182,-0.0030318312,-0.03387284,-0.002120823,-0.005611543,-0.009508568,-0.025333673,-0.018560762,0.012370023,-0.01713467,-0.0007263157,0.026574612,-0.011578494,0.01097406,0.013892127,0.021028375,0.004716901,-0.0031809153,-0.009919692,0.03151324,-0.03778873,-0.0059347036,0.007075078,-0.0016887196,0.03395194,-0.01946583,-0.012751552,-0.0031080663,-0.03558583,-0.002387226,0.0423549,0.01683106,-0.0073492173,0.013132231,0.0049836333,-0.0019434701,-0.012579203,-0.03204548,0.005387111,-0.03133306,0.0009301016,0.0005829965,-0.007421251,-0.0106184855,-0.014240883,0.013086465,-0.01694736,0.012390655,1.5271224e-05,-0.0015655438,-0.029053925,-0.0009503509,0.04218545,-0.0020288827,-0.032524385,-0.030315021,0.01452691,-0.0018107289,-0.0066011967,0.009167414,0.018778235,-0.009659665,0.016498089,-0.00709427,-0.014238112,0.0020396113,-0.010948328,-0.009230135,0.004072428,0.007871337,-0.0154537475,-0.013130008,0.013986591,0.017027995,-0.016303472,0.01943077,0.018884253,0.0019201417,-0.019552164,0.0077726366,-0.005932201,-0.012424359,0.007871548,0.014883733,0.088136554,-0.002422106,-0.013354273,-0.018482894,-0.0059707114,0.005983124,0.0066482504,0.040294085,-0.007550539,0.006801844,0.0097789895,0.004148552,-0.001153033,-0.0014974573,-0.00797782,-0.0027017186,0.024469815,0.014307889,0.017847985,0.024365839,-3.8345515e-05,0.003066646,-0.016776122,0.014302752,0.010184932,0.014073305,-0.00035554628,-0.0051944577,-0.0055725677,-0.015474327,-0.10085233,-0.018247625,-0.012123536,-0.004684916,-0.010776157,0.00052828394,-0.005870014,-0.010361326,-0.004615416,0.004587065,0.005446498,-0.011121501,0.0059080357,-0.010408586,0.0058828187,0.008096675,0.027637202,-0.014038658,0.004329554,-0.008336604,0.010813466,0.031672303,0.0077461894,0.0052894927,0.0078116227,-0.006922063,-0.018599233,0.017873807,-0.02493068,0.028812245,-0.010352941,-0.0016074966,0.017306617,0.0072224922,0.01727398,0.011499685,-0.017520338,0.017813064,0.029884716,-0.0035105336,0.014748683,-0.013226935,0.006114304,-0.007310294,-0.0036622987,-0.0060201706,0.0050582984,-0.02616264,-0.015646068,0.027008401,0.026227944,-0.00919285,0.005304669,-0.019823227,0.0016854898,-0.0032579922,-0.0016557773,-0.014590578,0.013557501,0.0053049987,0.025123462,-0.015338245,-0.0065356265,0.010644409,0.0013209652,-3.0615913e-05,0.013367757,0.0007410894,-0.013629998,-0.028147848,0.011541981,-0.018021371,0.0014082706,-0.015940623,-0.009736842,0.012392881,0.0068626776,-0.0026134558,-0.008645181,0.020229556,0.007034993,-0.014603586,-0.0023237716,0.09826967,-0.006637394,-0.0011589999,0.0066250195,-0.006972718,-0.017832642,-0.0143764075,0.003051191,-0.0004967885,0.013318605,-0.013082625,-0.004025938,0.009772738,0.021862837,0.0016069508,-0.0077451454,0.013946189,0.004332401,0.011456056,0.012498998,-0.019259723,0.0070493803,-0.03690467,0.014141748,0.0024273144,0.017999694,0.009108798,0.013609187,-0.010648763,-0.0225289,0.0048977304,-0.005174583,-0.00021766787,-0.0059248656,0.011189926,0.011327225,-0.01443539,-0.007806849,-0.0059522837,0.010237174,0.00497927,0.01634962,-0.0024251533,-0.023288265,-0.03682812,0.19693117,-0.015299405,0.011493682,-0.00016838027,0.01302591,0.020275353,-0.012512778,-0.008946256,-0.009838756,0.010515167,0.002864689,0.0035473302,-0.004469394,-0.006043833,0.012417065,-0.003482173,-0.003424937,0.0045671184,-0.010477512,0.016433736,-0.020461125,0.009429344,-0.017584555,-0.0062122457,-0.0004939179,0.029028144,0.023626557,-0.00011898142,0.01331539,0.002372564,-0.0073693353,-0.007739038,0.011999983,0.010479761,0.005229804,-0.0033123756,0.0042237346,-0.017629616,-0.028782343,0.0012430416,0.0141799385,0.0019214349,-0.02702347,0.011409194,0.014557928,-0.0028957643,0.0033659968,0.01336213,-0.015645644,0.0042520966,-0.003289159,0.0038312974,0.008905107,0.005328534,-0.013292205,0.005687488,0.016540477,-0.0073082433,-0.017730037,-0.03591493,-0.005153271,0.017018924,-0.01362843,0.016090294,0.002077808,0.021291552,-0.008079163]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 166,
          "content": "Vietnam's FTSE stock market upgrade expected to boost price discovery",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.01261074,-0.011965412,-0.033599757,-0.0944034,-0.019380689,0.008917844,-0.008360745,-0.010859754,-0.027293246,0.003327143,0.011327807,0.026803434,0.014974379,-7.248603e-05,0.11914729,0.008252735,0.025254399,0.032900188,-0.0031239204,0.025037805,-0.011740806,0.023624873,0.0024442114,-0.025701616,-0.011578978,-0.023397552,0.01451481,-0.0030034443,0.009978435,-0.00692583,-0.024707662,-0.004277503,0.016406933,-0.017573837,0.012340816,-0.0070807347,0.0139812445,-0.012237624,0.035484996,0.0027737378,-0.01304338,0.023372184,-0.011952536,-0.0016987543,-0.03206709,-0.0039521633,0.019872935,-0.04950998,0.0013602034,0.031175762,0.017408215,-0.029443894,0.009786928,-0.16805506,0.019571766,-0.005825068,0.026550377,-0.0010819972,0.015186528,-0.0017559403,-0.01621216,0.017650481,-0.011410461,0.022034826,-0.0006386163,-0.0359027,0.03864566,-0.017729916,-0.025660371,0.0099173235,-0.0072571654,0.005904297,-0.0173147,0.009330695,0.02603593,-0.010147604,0.001495383,-0.023199752,-0.009968223,-0.022630613,0.0071318164,-0.012193895,-0.016275052,-0.007508142,0.021848176,0.0039058581,-0.032030553,0.019222543,-0.01129278,0.0049423594,0.028294886,0.0005340896,-0.017511915,0.014332139,-0.020585215,0.011872316,-0.020292247,-0.0014836416,0.006632845,-0.020139122,0.0075537604,-0.0017666335,-0.007640847,0.005431168,-0.0025644735,0.0060184677,0.026326641,0.0017747064,0.018708268,-0.02054063,-0.014485245,0.012868345,0.0035834746,0.0016709584,-0.015491137,-0.14061959,0.0009982805,-0.004513165,-0.015264074,0.028854083,-0.022631181,0.009337007,0.009706467,0.0338956,-0.019350111,-0.025343511,0.00738007,0.03919339,-0.00659991,-0.006960253,-0.0015300555,0.032005787,0.03534983,0.0019740302,-0.011140864,0.022061545,0.020993995,0.0017551692,0.0236542,-0.021878077,0.009341107,-0.03853589,-0.009675605,0.022094091,-0.027564593,-0.0017653614,-0.03753451,0.04129735,-0.010795328,0.0051776674,0.008390442,0.020203648,0.021997007,-0.014205073,-0.0033951153,-0.009955491,0.033699997,-0.010349243,-0.018439477,-0.00434068,0.012474814,-0.019504424,-0.027911477,-0.00072521693,0.01381854,0.017356655,-0.016530264,0.007090838,-0.012467216,0.005314984,-0.00982119,0.020743178,0.019360948,0.001315824,0.020174593,-0.0019881686,-0.0035117944,0.016526863,-0.017411048,-0.03473823,0.029690683,-0.04518085,-0.007679472,0.0112106595,-0.009209405,-0.0123601025,0.04068809,0.00819733,-0.00026892565,-0.0022646536,-0.019690603,-0.018381685,-0.009012344,-0.012077674,0.016024632,0.012821666,0.013027537,-0.0123077985,-0.0015630982,0.01723415,0.027020795,0.007619738,0.018159661,0.0021543207,0.007714977,-0.030551262,0.009536616,-0.008145865,-0.017029895,0.02738769,0.007797384,0.027074564,0.0013762227,-0.01678109,-0.0011971055,0.0036579776,0.0058212834,-0.01755005,0.005075595,-0.0020757732,0.038494546,0.0014023873,-0.02399813,0.013305599,0.0008300962,0.00087475165,-0.027338402,-0.01205906,-0.01794765,0.035416484,0.030701054,-0.013186527,0.012965566,-0.015850352,-0.016359322,-0.025973849,0.01154151,0.013519573,-0.038973298,0.013109012,-0.0303736,0.01582668,0.020822087,-0.0046660095,-0.0152741885,-0.0073116412,0.032564517,0.013159973,0.008317621,-0.0019480354,-0.011143517,-0.028578155,-0.044888925,-0.011965151,0.029184978,-0.00259655,0.019692149,-0.017009381,0.017224347,-0.01355318,-0.0059963916,0.0067530307,-0.03678521,-0.022774937,-0.014728056,0.02762524,0.005281472,-0.0007768405,-0.01121963,-0.011600107,0.012878727,0.023074947,0.005220153,-0.0029968082,0.011429841,-0.018292693,-0.07099104,0.031129515,-0.005348458,-0.0057673366,0.000553956,0.0070585622,0.03263076,0.03670104,-0.015617278,-0.008471621,-0.027347038,-0.027444242,0.037595365,0.024193253,0.01998735,0.018340072,0.005490478,-0.0041608745,0.0023600697,-0.004911279,-0.006784811,-0.00143181,-0.0070574987,0.0060109477,0.028316323,-0.008473388,0.013066168,0.026160356,-0.013174811,-0.012930168,-0.0009893226,0.002075306,-0.018524166,0.008934082,0.013449818,-0.009418108,0.023261055,-0.010662753,-0.011868878,-0.0041444795,-0.0057174903,0.0029420017,-0.0021243922,-0.005740454,-0.0004376853,0.0016758431,-0.02597523,-0.0075221183,-0.029840324,-0.010295128,0.012909946,-0.01993576,-0.01030019,-0.0025223296,-0.026920278,0.010261344,0.008366128,-0.00819553,0.008651829,0.016144607,0.021108132,-0.0136516085,-0.015257457,-0.023257874,0.014899698,-0.0053933864,-0.016919188,-0.017990764,-0.010140066,0.039366677,-0.019407801,-0.0295981,-0.03677562,-0.024570813,0.005203436,0.011995077,0.0050731353,-0.03418101,-0.04555123,0.004241153,-0.01219424,-0.002127012,0.030542772,-0.013259756,0.0077946545,-0.008916341,-0.0027006378,-0.0008640655,0.015486516,-0.033506937,0.002492789,-0.0033232053,-0.010854538,0.004579611,-0.03216901,-0.009654269,0.00030432054,-0.012602086,0.013960184,0.007288882,0.006010657,0.0013211963,0.037536297,-0.0050456235,-0.01378141,0.018894881,-0.0123326555,-0.029161029,-0.0019178006,0.015888888,0.034664985,-0.039190292,-0.0056786602,0.029096298,0.0053022983,-0.021172067,0.00445401,0.018137632,-0.0031021133,-0.007861651,-0.011709558,0.0031177383,-0.018622514,0.0032182138,-0.019171417,-0.014207047,-0.028970148,0.009272962,-0.0021753153,0.020457454,-0.03817867,0.014107494,-0.023664948,0.0023445396,-0.01672491,-0.02236506,-0.020692619,0.01532532,0.0016479064,0.017614441,-0.007944629,0.04355224,0.04375982,0.0029123218,0.00065622263,0.021887051,-0.0049914885,0.0063184346,0.004819821,0.016944932,-0.015723148,0.009801582,0.009878122,-0.006557529,0.042207684,0.011014876,0.0014693595,0.011704477,0.0025073462,-0.042530928,-0.0046509467,0.02504352,-0.02719448,-0.013892661,-0.012787234,0.012608044,0.009816678,-0.008829029,0.024174545,-0.01767633,-0.01837241,-0.026553616,0.018299054,-0.0041704266,-0.010792519,-0.0009656944,0.004830233,0.0010095402,0.006979816,0.00061143434,0.019563789,0.0059776306,-0.027411688,-0.012363806,-0.027792923,-0.041386597,-0.006223562,0.013671932,-0.014601727,0.020433217,0.015795596,-0.03983755,-0.004986698,-0.01279805,-0.011286095,0.0044212667,-0.024882793,0.0093797445,0.02021874,0.010448334,-0.014978492,-0.023226038,0.0072713485,-0.011519408,0.02561224,-0.011801098,0.0003293761,-0.012516092,-0.013410957,-0.006885042,-0.00069685496,-0.024030432,-0.013370427,0.037857242,0.019757507,-0.02171406,-0.0069530923,0.0072954455,0.0010900701,0.012305881,-0.0079747755,-0.031349342,0.0014466613,-0.010931042,0.02479512,-0.0038623088,-0.015557675,-0.020279996,-0.0056841583,-0.0033377793,0.014461224,-0.0043916428,0.03205269,0.0044036517,-0.0022099009,-0.0016081562,0.009449688,0.015389044,0.011235059,0.007517874,-0.0070791664,0.0025124454,-0.018052999,-0.0049010785,-0.022641333,-0.012757657,-0.0032739174,-0.0037843948,-0.012137437,7.471267e-05,0.002969929,0.010593553,0.003724745,-0.0001042035,-0.0036946288,0.02408416,0.02269115,-0.014352683,0.015591213,-0.010682914,-0.01486309,0.020962091,0.011469703,-0.02034362,0.011359103,-0.010843243,0.013685396,-0.035262745,0.040943414,-0.074880086,-0.010519121,-0.0020811856,-0.0080733225,-0.029596368,0.0016387511,-0.0167147,-0.011116349,0.0055722613,-0.010155269,0.014252632,0.0215025,-0.0010767954,7.311891e-05,0.011027422,-0.020316126,-0.019215843,0.03082374,-0.006769174,-0.021858323,-0.011202894,0.04428175,0.042479195,-0.0026826628,0.01557978,-0.025039144,0.003408279,0.025152793,0.01825671,-0.022155527,-0.02741989,-0.0023336476,0.012603281,0.053061657,0.001199498,0.0121277105,-0.0010097496,-0.007904241,0.0039300853,0.017169284,-0.016248498,0.016239982,-0.021408042,-0.022035196,0.0014120095,-0.008212316,-0.027840186,-0.0032297224,0.010385886,0.039064225,-0.035129867,-0.02359059,0.028753214,-0.024291165,0.0049749934,-0.028616818,-0.008768841,0.028520755,0.011591975,0.0040344223,-0.010722709,0.0053322325,0.003841962,0.024800634,-0.014978958,0.016908294,-0.018670827,-0.0028351962,0.00673377,0.013830431,0.00069897814,0.00026249228,-0.036569394,0.004766635,-0.002969841,-0.0031038173,0.022769632,-0.013578102,0.025699569,-0.0035986279,-0.030358333,-0.017627938,-0.10263619,0.024421914,-0.016560096,-0.029489238,-0.0016761201,-0.008320346,0.005615129,-0.0006034714,-0.008862277,0.030255238,0.009716977,0.02021306,-0.010347,-0.0007065539,0.028402425,-0.025085201,-0.018583657,0.0071419124,0.021744533,-0.025015462,-0.020996343,-0.004828299,-0.020917557,-0.005430116,0.0053389226,-0.014073532,-0.026330153,0.017936086,-0.0013779871,-0.009808614,-0.0042846263,-0.11336526,-0.011851303,-0.028478162,-0.020623704,-0.0010742295,0.009476761,0.011698048,-0.019944174,0.014411932,-0.01251753,-0.00434373,-0.0022081845,0.0124827875,-0.011213123,0.024501763,0.08330184,0.006957758,0.0014936447,0.0028042186,-0.011339426,0.00034562,0.011475477,0.008052354,-0.022778464,-0.0082643,0.029833507,0.016447416,0.028128056,0.010433119,0.020284023,-0.022506138,0.005121323,0.006809917,0.0011709769,3.2410007e-05,-0.0013606397,-0.026206458,0.01048801,0.009140121,0.030144148,0.0068477765,6.221202e-05,0.0043743197,-0.0035340067,0.023069186,-0.030171571,-0.0066715786,-0.009535571,-0.012246975,0.00721694,-0.017557895,-0.07864069,0.008352999,0.022627087,-0.027818067,-0.024333697,0.028354583,0.014232181,-0.0076530906,0.0038908848,0.009229458,-0.0044884644,-0.0006874105,-0.01665184,-0.014439319,0.026170257,-0.0018575782,0.009626868,-0.0125336535,0.013991417,0.008145748,0.008970598,0.0069397124,-0.009132122,-0.022297055,-0.012209611,-0.0027226454,0.012807556,-0.0086713005,-0.008673975,-0.013262959,-0.022328025,-0.0047927373,0.009410053,-0.016423633,0.01934032,0.02148556,0.00972823,0.00080929283,-0.008838155,-0.007364886,0.026096111,-0.0089659635,0.009334092,0.024516644,0.011991787,-0.008057124,-0.017639529,0.0030701777,0.012047249,-0.00026232065,-0.0043646046,0.021422975,-0.009993458,0.01437652,0.032612894,-0.0005408106,-0.016888903,0.0003273969,0.021886388,-0.0032613387,0.0026564356,0.00062325614,0.00874996,0.004115845,-0.015370115,0.0038223425,-0.00762048,0.008838796,0.0017236223,0.018179145,0.005827614,-0.017607773,0.0154126,0.003007795,0.008768091,-0.0076071015,0.02127037,-0.022919305,-0.02194747,-0.0054293545,5.7033096e-05,0.00886367,-0.00036485022,-0.0026454949,0.007969719,-0.0011845056,-0.0064085065,-0.00084995374,0.01932747,0.010409959,0.015602133,0.0029293653,0.0071653733,0.013117055,0.0004232085,-0.0012754969,0.009007032,-0.01363967,-0.025615646,0.0066521503,-0.018433718,0.014471982,0.016577478,-0.0024912695,-0.0029395563,0.010874052,-0.004985537,0.0021863254,-0.013383528,-0.00094196567,-0.0048273164,-0.0010242992,0.003083986,0.0263187,-0.00868892,-0.0012582975,-0.020674119,-0.001016406,0.017461248,0.007256795,-0.002000534,-0.015206649,-0.004752894,-0.006833092,-0.0009047834,-0.015368049,-0.0047130003,-0.016640952,0.025625814,0.0064621675,-0.011783465,-0.008089876,-0.015365502,-0.0098505225,0.009358295,-0.005622669,0.017748328,-0.014679513,-0.0032000875,-0.0018519387,-0.028429683,0.0066827997,-0.008595173,0.0068752314,0.0047393213,0.026311226,0.00021638472,-0.0013949964,0.0055736527,0.0060747806,0.0026727759,-0.009905351,0.0065677497,0.00031909853,0.0035596155,-0.007432225,0.012897859,0.019481733,0.004757525,0.0050705215,-0.002019576,0.018499184,-0.011795582,-0.017298933,0.002235058,-0.0049775136,0.023511237,0.011660421,-0.0060038855,-0.01043465,-0.0025286332,0.018389689,-0.015156126,-0.00021851044,-0.015101185,0.013984897,-0.013152881,-0.0062814537,-0.0059650214,0.007989774,0.0018692248,0.021301491,-0.011572616,-0.0029148315,-0.0052355584,0.018466016,-0.0045653405,0.001746485,-0.0048972364,-0.014270321,-0.010636058,-0.0007587056,0.007840417,0.0025793621,-0.0016374729,0.020514254,-0.009638463,-0.027020898,0.0053896653,-0.002719231,0.018160656,0.00847542,0.016604884,-0.0011804262,-0.009174474,0.008813612,-0.010151029,0.010353929,-0.0031417543,0.008679303,-0.0032445984,-0.009691667,0.012210769,0.0059444853,-0.007925768,-0.012166075,0.030925993,0.019122386,0.011091435,0.00026434282,0.0111902505,0.015342065,0.0008363054,-0.010606041,-0.012060369,-0.019286223,-0.02346303,0.0033997046,-0.004370667,0.0005775712,-0.011028512,0.0003488325,-0.015206567,0.0013424894,0.00037845393,0.01620813,0.014118254,0.00367272,-0.0043512406,-0.011763433,-0.01120289,-0.007310242,0.0060799904,-0.0014043421,-0.0071037486,0.0009181897,0.003034521,0.0048755025,0.012387592,0.016969478,-0.012556444,-0.010944183,0.008746805,0.005901439,0.003104892,0.019189669,0.0050080377,0.010029328,0.006410428,0.07841348,-0.008040501,0.008247879,0.001839697,-0.010137478,-0.004074932,0.009439018,-0.01245807,0.011183788,0.01718023,0.0019769205,0.008558756,0.011939515,-0.003992068,0.010708295,0.012034947,0.005633665,0.02149881,0.013787404,-0.0052871085,-0.009863125,0.0014746415,0.011428448,-0.013893071,0.0028032812,0.029245274,-0.008038785,-0.024527363,0.009999888,0.025393162,0.009717339,0.014331994,0.0067147803,-0.0067263697,0.0018881584,-0.0043118736,0.008263704,0.014413828,-0.000800372,-0.012232848,-0.009092132,-0.0064151064,0.027976315,-0.017616356,-0.010353816,1.9799894e-05,0.005469578,-0.009317606,-0.007926515,0.008456105,-0.019525139,0.011724258,0.009520041,-0.0084076645,-0.009507684,0.0016121271,0.00046013878,-0.010188529,0.00742392,-0.0018997975,0.010152203,0.0138360355,0.021031039,0.007992655,-0.011416594,-0.010481177,-0.0060141818,0.021079281,0.009230637,-0.007777792,-0.009383497,-0.00751885,-0.01476849,0.011844722,0.04321816,0.01057936,-0.018373841,-0.0069755763,-0.0052465326,-0.003179303,-0.0009326857,-0.013414609,0.004454409,-0.0071409573,0.008453255,0.012876265,-0.0019403219,-0.0056265197,-0.0013644068,0.0063969023,0.0067049554,-0.0070476034,0.004871083,0.011819864,0.0163455,-0.003031424,0.042326074,-0.014791902,0.0037836009,0.014012159,0.0013603783,-0.017676188,-0.0052977884,-0.008800516,0.01997843,0.014346911,0.009862284,0.015171012,0.0025519237,-0.009203823,-0.021457879,-0.0094162,-0.01176466,-0.009790882,-0.005278322,-0.0015976584,0.026222827,-0.005007656,-0.0048671486,-0.0013298984,0.0008895425,0.0036810103,0.013275109,7.9189325e-05,-0.0030001581,0.0003461383,0.0008807711,0.009348149,0.0072376193,0.008957278,0.0120063545,-0.01403611,0.008442088,-0.01700605,-0.0030328105,-0.0033637537,-0.013834563,0.009883027,0.0039493227,-0.0047709458,-0.0029661546,0.021787426,-0.022104174,-0.007771626,-0.010462123,0.006190519,0.008244012,-0.00014086388,0.00023985113,0.008063277,-0.00846861,-0.022218304,-0.007812993,0.007989444,-0.0069158236,0.012453414,0.013061211,0.009069019,0.0012879646,0.0024585521,-0.0018879691,0.010009846,-0.008406682,-0.008830277,-0.0020363743,-0.019857833,0.023792269,-0.011300339,0.0013398931,0.0030944443,-0.007053126,-0.0017545378,0.018510634,0.0029623725,-0.0031571903,-0.011540586,0.02497903,-0.00999478,-0.0154238865,-0.0098992605,0.0028481989,-0.009524281,0.013031963,0.0010460194,-0.016745897,-0.006427362,0.010743839,-0.010980154,0.0032004826,-0.011974082,0.009942714,-0.020650197,0.0017600064,0.013692114,0.024053674,0.001874307,0.0018298532,0.0015171216,-0.00039477367,-0.01919371,0.015873967,0.0071338555,-0.0054088365,-0.006506305,-0.0016734741,-0.006728693,0.01718964,0.008386403,-0.012444493,-0.014031047,0.0006269191,-0.0058192182,0.0014387097,-0.008044397,-0.0074013043,0.007708438,0.011900911,-0.015780875,0.010990104,-0.0049482025,-0.018582197,-0.0010331954,-0.008317394,-0.004330008,-0.0047769886,0.0083818305,0.005033454,0.010039137,0.0051394724,-0.0143352,-0.0053376877,-0.0087038465,-0.013354206,0.0059824297,0.016297353,0.004203149,0.0071618827,0.005816898,-0.012663215,-0.009572423,0.01677147,0.021202149,0.0071604033,0.0012113894,-0.0033230826,-0.009235724,0.0075583463,0.0016012123,-0.018121548,0.0002552988,-0.008536397,0.006113687,0.009478727,0.01481506,-0.0026546314,-0.0023721932,0.013825984,-0.04881474,0.018812655,-0.005570445,0.02256233,0.0060567623,-0.012875408,-0.0012619754,-3.1896714e-05,-0.018350715,-0.00041397498,0.010880473,-0.010256297,0.01138098,0.0017521709,-0.004922577,0.0009800325,-0.018845223,-0.011286575,-0.02223364,-0.008706601,-0.0014042907,-0.0011656622,-0.00174467,0.0056365714,-0.00010744568,0.018791514,0.0024981773,0.003811568,-0.004110862,0.020756178,0.011590051,0.0057476284,0.0036652691,0.00570242,-0.0017505151,0.020039106,0.009659162,-0.01213158,-0.0057731774,0.003064108,-0.0058156694,-0.0025855163,0.015074304,0.012648647,-0.0046768114,-0.017151888,0.014788941,0.0085953,0.0063737202,-0.015442961,-0.0004641768,0.030016223,-0.010041553,0.0007517347,0.014972777,-0.020919137,0.017856248,-0.011296261,-0.010402531,0.015873054,0.009555512,0.0031867477,-0.0008174749,-0.006638503,-0.024215337,-0.007022297,0.0013507342,0.0067723426,-0.005481834,-0.016314574,0.0013019564,0.0073065814,0.0017423371,0.014982342,-0.00090857275,-0.004681114,0.0025260635,0.004942205,0.008291263,0.0018129272,-0.02242919,-0.003977976,0.009380285,-0.020412529,-0.0026765766,0.003340152,0.00590387,0.0053719007,0.0035647603,0.022394925,0.008379573,0.015658144,0.0059588077,-0.021417547,-0.003118888,0.0081717465,0.012196035,0.006330784,0.0025672496,0.007010625,0.014161318,-0.006717028,0.016440004,0.0074962866,-0.008436791,-0.0029084387,-0.021937586,-0.0036038498,0.0074691856,0.007461392,0.0034877693,0.0007335345,0.005920627,0.008345715,0.0008391875,-0.009402086,0.010614204,-0.0015224644,0.0017328516,-0.007072661,-0.0073813563,0.0061888,0.0049968613,-0.021262897,0.011907149,0.0022304072,0.010229324,-7.558419e-05,0.0007230184,-0.00650944,0.014749148,0.0142832035,0.011252962,0.005899402,-0.021209152,0.008806916,-0.000502945,-0.018970873,-0.007453205,0.00950458,0.00478564,0.009459932,0.010680282,-0.0050708465,0.003665717,-0.010259478,0.015096868,0.00035881004,-0.0011918498,-0.007711324,-0.0036062237,0.0023922077,0.009004464,0.005123864,-0.031211447,-0.004565669,0.01787289,-0.0041867075,0.012211034,0.012615743,0.013821406,0.0036286728,0.0025840227,-0.00014117874,0.00020607878,0.006269234,0.0041232,0.0014112496,-0.034435067,-0.012996573,0.008548828,0.0050575864,-0.015517548,0.02626705,-0.0045555695,-0.029782606,0.0043802946,0.0051672584,0.007676186,0.016326532,-0.0046355305,0.013434194,-0.0014285103,-0.006169219,0.006030427,-0.0058190967,-0.014780648,0.011149287,0.014489663,0.012054307,-0.017797057,-0.017703537,-0.006701546,0.018068792,0.0073610595,0.0076124724,-0.00040255112,0.0067084483,0.006267072,0.0063272705,-0.00029031312,0.008640405,0.0069088093,0.010321146,-0.0021949806,-0.08808922,-1.6524727e-05,0.006813817,0.014648614,-0.010799994,-0.018003853,-0.010807535,-0.013743794,-0.016200284,-0.007029039,0.0018819392,0.0011221648,0.003276017,0.0074992785,-0.008019538,-0.0018964638,0.0075954734,0.008806797,-0.01565928,0.021863542,-0.022190154,-0.0022745042,-0.01714879,0.01942702,-0.010890151,-0.010330362,-0.021137763,-0.015022422,0.004835913,0.021586353,-0.0054000546,0.011150475,0.0042349994,-0.0049292063,0.018471181,-0.026535476,-0.011475881,-0.006894487,-0.13590756,0.01614418,0.005572211,-0.008255578,0.025694324,0.009029157,-0.011028579,0.007866403,0.0061387634,-0.016562551,-0.015725728,0.0040051057,-0.0030620568,-0.0017704379,0.016362397,-0.0077927615,-0.016458785,0.0045833103,0.0063206437,0.004454143,-0.003671421,0.011112881,-0.01346509,0.009624924,0.0010604016,-0.015385706,0.004899639,0.002596545,0.0014669718,0.0010301272,-0.018796619,0.018159447,-0.013916529,-0.014716234,-0.01779675,0.0022054203,0.010932191,-0.014381699,-0.0006517856,-0.0054698475,-0.008186575,0.013881742,0.0070163575,0.017782085,0.0060009123,-0.014708946,-0.002126099,0.0005072713,-0.008641195,0.013042745,0.009425202,-0.016374394,-0.017824415,-0.009399595,0.0010497604,0.005454555,0.0011019725,0.008646818,0.0041087694,0.027747808,-0.0032512809,-0.0061506373,0.0016625073,0.0028712538,0.014143645,-0.0038854564,-0.0065277326,-0.0075149774,0.0005742528,-0.0043434245,0.0031177546,-0.0021275962,0.024284799,0.020806763,-0.0054246713,0.023120947,-0.0028856215,0.015151912,-0.012803429,0.014995445,0.0062111286,0.0024159348,-0.036459483,-0.0047164783,0.01010578,-0.029589659,0.004457607,0.018914001,0.0024274911,-0.044547237,0.0023725175,0.014372203,0.0035092204,-0.009492698,-0.03148066,-0.0043766275,0.009008768,-0.021951847,-0.00764934,-0.021474497,-0.0047931075,-0.0009575711,0.023904858,-0.0034810337,-0.044278283,-0.005958854,0.026001494,-0.016033225,-0.009498868,0.028087955,0.01081323,-0.008349103,0.0013533286,-0.0047926567,-0.014599697,0.009347828,-0.006033087,-0.003641376,-0.0029098454,-0.0060238885,-0.020465074,0.004412975,0.003230955,-0.0016896458,-0.0014149799,0.00556765,0.010419013,-0.014711903,-0.017856045,-0.0092122,-0.0012343333,0.012533186,-0.016028943,0.0031117173,0.0016005905,-0.018993393,-0.018851606,-0.0025225703,0.009965173,-0.0029129013,0.009446562,-0.00999638,0.015521896,0.014298802,-0.01452458,0.009097421,0.01223524,0.0227193,-0.001276278,-0.0057707974,-0.014516322,-0.020886883,-0.0030042583,-0.007760023,0.0091109285,-0.003372797,-0.019894939,-0.0058501144,0.010954904,0.009923223,-0.004322393,0.03149727,-0.013216828,-0.0035060872,-0.0021658153,-0.004954465,0.01860653,0.015092213,0.021325033,0.006982812,0.004649504,-0.0009712957,0.009835859,-0.009419041,0.006210832,0.002360064,0.024809321,0.0043952907,0.016280144,0.018813545,0.010964976,-0.013767034,0.012558539,-0.01669203,0.011890564,0.015650623,-0.015404145,-0.011369678,-0.0026826956,0.02667002,-0.017576719,0.008742291,0.016362062,0.014249777,-0.0023483764,-0.010991697,0.005780262,-0.0028767805,0.0012959983,0.011922075,0.03124641,-0.004453947,-0.0054694717,-0.15114532,0.0070741703,-0.0080148,-0.022430109,-0.007991276,-0.03714739,0.010369493,-0.012329417,0.027094694,0.013703644,0.0010861267,0.024443854,-0.012671401,0.0023185883,0.009105346,0.01294215,-0.004158691,-0.00542899,-0.005719751,0.008974736,-0.026924677,-0.0032112817,-0.026345467,0.0021462103,0.016582612,7.8843455e-05,0.011871898,0.0014475337,-0.005447333,0.010481225,0.0046729282,-0.001924927,-0.013054804,-0.0072570816,0.006921725,-0.016537743,0.0024559544,0.007592595,-0.008813519,-0.0024849474,0.019603297,-0.0120687755,-0.0046634832,0.00989662,0.004812543,0.001778634,-0.014348633,-0.013600726,-0.006395411,0.009393264,-0.0058119614,0.0048199478,-0.001035754,-0.0075132204,-0.012522364,0.0073784967,-0.016813144,-0.032545265,-0.0027308597,0.0012357777,-0.029370489,-0.017226614,0.02058611,-0.00116771,0.0020747208,0.0029610354,0.006549409,0.14614718,0.002578697,-0.014791855,-0.006022216,-0.009383907,0.027965141,0.012793193,0.008589118,-0.0067525944,-0.015231312,-0.012071243,0.0025930512,0.015644943,-0.0018255655,-0.006723828,0.0006514368,-0.028220883,-0.00467761,0.011501075,-0.0018029477,-0.002067702,0.0033900375,0.008576725,-0.015561199,0.018629253,0.001853507,-0.008570281,0.007902911,0.010059366,0.01393055,-0.00067079475,-0.01796153,0.009425756,-0.0075326716,-0.007552112,-0.0060083736,0.012092286,0.012762233,-0.008322083,-0.003552708,0.028055526,0.025658572,-0.0058351774,-0.004089655,0.008204011,-0.008812648,-0.0022289555,0.01744147,0.02011612,0.0041997083,-0.019385975,0.0065567177,-0.020959983,0.024592424,-0.022981778,-0.009769147,0.0063203094,-0.0030851664,-0.016321657,-0.0035735369,0.008866658,-0.009223794,-0.0006460807,-0.0016212404,-0.017240193,-0.005304913,0.005093439,-0.037088785,-0.0022872977,-0.09839661,0.017826492,-0.03648325,-0.018043373,0.00053787074,0.00011115464,0.019816296,0.009641095,-0.004848907,0.005891031,-0.010289073,-0.019483663,-0.0030350059,0.015284375,0.010633127,-0.027762087,0.009691054,0.009711076,-0.008654639,0.019617105,0.0064225225,0.02064576,-0.014485234,-0.043513216,0.007953759,0.0010214533,0.00027912896,-0.002157104,-0.0064702835,-0.009965742,-0.008254431,0.024172477,0.010699203,0.009530073,-0.012025938,0.0001288773,-0.006050553,0.0045866575,0.011238061,0.0018797374,0.015162693,-0.03306602,-0.004352557,-0.0036254989,-0.00024401529,-0.015978282,0.022921642,0.00015155118,0.00048505937,-0.0028106687,0.0054425355,0.01648223,0.0032890947,-0.0037766157,-0.03453055,-0.016527535,0.008668135,-0.026858762,0.022982113,-0.0042419694,-0.008791373,0.032126043,0.009760889,0.011100543,0.0062785028,-0.010319101,-0.016356515,0.0005277163,0.016666152,0.00011239569,0.0061018984,-0.0162356,-0.005792264,-0.018637907,0.024944443,-0.001694552,-0.018020133,-0.0016411067,-0.028351698,0.0062674116,0.00011234312,-0.0048336303,0.0064492873,-0.021502249,0.019762501,-0.010663012,-0.00597819,-0.028514868,-0.0068948506,-0.0041578803,-0.016171888,-0.009817497,0.0019514847,-0.0056405663,0.0031468456,-0.005814949,-0.00037081708,-0.007874747,0.02670959,0.00071506435,-0.0006736159,0.015391106,-0.0024380945,-0.0012242264,0.010999882,0.008241073,-0.015498614,0.0016259021,0.027744118,0.028116388,-0.01967119,0.0062085656,-0.011426936,0.012267241,-0.0011497965,-0.010515367,-0.016499566,0.0026616687,0.0013166263,-0.015953083,-0.0022820933,0.0032984028,-0.0022822015,0.014698465,-0.019238947,0.00016813306,-0.00954219,0.027736265,0.0072600893,0.004442911,0.003210748,0.00391819,-0.026041338,-0.010368141,-0.0037719675,-0.013957148,0.0005747084,-0.0149526065,0.023430154,0.015220416,-0.004191436,0.0020759345,-0.017649759,0.008086965,-0.015940638,-0.016238987,0.010058114,0.015181908,0.011982379,-0.0019237101,0.019007485,-0.020776927,-0.0011680983,0.014091893,-0.014710099,-0.0054285987,-0.002045804,0.019600231,-0.0033175824,-0.0011390216,-0.016792934,-0.0030608717,0.007048491,0.010769009,0.010258352,-0.0022990243,0.00895137,-0.009854032,-0.015878197,-0.022579672,0.0011882643,0.011796366,-0.008384631,0.008693283,-0.0072442195,0.0030421878,0.002474423,-0.004097762,0.039571416,-0.06619283,0.010957001,0.021743964,0.001945475,0.012465707,-0.011652526,0.00680261,-0.0049069594,0.0061882418,-0.012380621,0.027813993,0.012445058,0.0032413155,0.025123883,-0.014124864,0.012104329,-0.021743417,0.007418705,0.006061535,0.007849383,0.011941265,-0.005653857,-0.015791116,0.0023248226,-0.0003501303,0.0059334193,0.004398363,-0.00425522,-0.00050309615,-0.0007109039,-0.012489065,0.015063472,-0.015219199,0.0043352195,-0.001984891,-0.028373381,0.0041991537,-0.023582933,-0.013136267,-0.025658084,0.040691912,0.0027764207,-0.04869448,0.0115498025,-0.020893538,0.010132135,-0.009841928,0.009243398,-0.0012264968,-0.02324953,0.012217874,-0.019142034,-0.008783913,0.0023095284,0.006907066,-0.0008958295,0.01069159,-0.0018159506,0.0098327175,-0.0004087942,0.0050188852,-0.0070447912,-0.008421954,0.0074449037,0.007727944,0.026883438,-0.009727786,-0.0006448218,0.0057597333,0.029687392,-0.0041048233,-0.024733774,0.019675683,-0.0050592953,-0.013255545,0.0051185414,0.005651275,0.00073851185,0.011078483,-0.0008330997,-0.012863073,0.020264305,0.02371993,0.03075247,0.0042591747,-0.009198005,-0.0028767975,-0.09804003,-0.0043937517,-0.001955079,-0.008801509,0.012841127,-0.007095962,-0.036371257,0.036749315,-0.0007883924,0.008110135,-0.022813024,0.0069474457,-0.003887147,0.002044523,0.017404733,-0.0072999084,-0.0031099224,0.0005368293,0.007605875,-0.011651709,-0.002482385,0.01298173,0.004003233,-0.0008154504,0.0078092003,-0.025323167,-0.045907713,-0.012999744,0.0070926985,0.030942826,-0.0047978987,-0.017193757,-0.012850036,-0.034687467,0.014788208,-0.01093623,0.010659775,0.007677093,-0.004467613,0.007410106,0.019161176,0.018495748,0.008732206,-0.009344421,-0.0037589148,-0.015798464,-0.009202847,0.011450971,-0.013198929,-0.0069207354,0.0280616,-0.010064955,-0.028212365,-0.016714163,0.011568245,-0.009364096,0.005137641,-0.024873834,0.0042687613,-0.022295002,-0.01794215,0.0074680387,0.010483441,-0.0061684884,-0.021061888,-0.005266204,-0.053357415,0.021130743,-0.0175142,0.01922299,0.0062785842,0.003467416,0.00089907984,0.012879683,-0.012346083,-0.013354036,-0.021773128,-0.015998462,-0.0030449862,-0.004413702,0.016959744,0.012779938,0.001551806,-0.010788507,-0.009325015,0.014747131,0.017281303,-0.007964119,-0.012650066,-0.0025112524,0.027373472,-0.021754133,-0.0011516621,-0.0115368655,-0.0064242017,0.023222502,-0.0014929214,-0.0011380143,0.0028693576,0.013743955,-0.018436592,0.0069761313,-0.01240554,0.026488239,0.01373146,-0.004563285,0.0061467714,0.024833106,-0.003936766,-0.010438535,-0.030273234,0.0012273173,0.008796413,-0.0004314017,0.003516876,-0.009541562,-0.00012711062,0.008286246,-0.008441922,0.010754377,-0.013544725,-0.006385708,-0.00053191883,-0.02119836,-0.02508807,0.0074206237,0.0065477113,-0.0020774384,-0.038065262,0.0060485485,0.0142872855,0.020919915,-0.007155229,0.011105717,-0.00461078,0.007634454,0.005423514,-0.007986409,-0.008246669,0.025955021,-0.0026755135,0.0010077225,-0.012403009,0.02029838,0.005763473,-0.012261204,0.0004384521,0.013312649,-0.0040048156,-0.010223367,-0.007733118,0.003496412,0.023605349,-0.0043651694,-0.011845194,0.015964605,-0.021821825,-0.012524413,0.0116086565,0.009767231,-0.026768226,0.015719928,0.015543008,0.008055465,-0.0027342825,0.005187534,0.014937666,-0.0066478876,0.026026662,0.010941233,0.028146574,-0.045543585,-0.013387081,-0.002743098,0.03150531,0.0322011,0.005345514,0.0038338155,0.011277073,-0.014482013,0.023178205,-0.005741281,0.006392813,0.0028855358,0.010890956,-0.008707106,0.015868997,-0.008929253,-0.0063362326,-0.020036798,-0.006278206,0.005728101,0.000456254,0.0036753658,-0.008854653,-0.0045827916,0.015770935,-0.0064612282,0.015727349,0.016400665,-0.015634762,-0.011396844,0.006020547,-0.022509966,-0.0051803724,-0.00025491102,0.0112847015,0.0138070835,-0.020886464,0.011926817,0.0022145438,-0.029684452,0.009549447,0.021681186,-0.0077672335,0.020485356,0.00961243,-0.006399532,-0.0044876444,0.01913968,0.009366906,0.004317597,-0.007430078,-0.0025675097,-0.0039212545,-0.024160832,0.00079521484,0.01535043,-0.0040051783,-0.0013639126,0.0015492555,0.011955272,-0.015759397,0.005934369,0.0076907105,-0.021227323,-0.006073797,-0.00579321,0.0016269181,-0.0060305414,-0.0026566735,-0.005137507,-0.0030850042,-0.012664271,-0.014670961,-0.010665881,0.0050604916,0.00112937,0.0071138446,0.014062676,0.0040825773,0.005711781,-0.006142933,-0.013216388,-0.013495394,-0.0056014145,0.010895579,-0.007343346,-0.0024109099,-0.017256506,0.007590888,0.00450176,-0.007983487,-0.016586194,-0.027053194,0.005254925,0.019517243,0.01303195,-0.011682925,0.003673227,-0.017420705,-0.0006698657,-0.019444723,-0.0011559057,-0.02363958,0.0027368895,-0.022351474,0.025036382,-0.005841621,0.009520845,-0.0024798103,0.00095086935,-0.0047216397,0.006383304,0.038495287,-0.0033927173,0.017875427,0.015309757,0.005210601,0.003729827,0.013596177,0.012787585,0.014861729,-0.025897237,-0.024416402,-0.0205039,0.0063503827,0.013173215,-0.0027669398,-0.00014617908,0.012386275,-0.010792293,-0.034609925,-0.0024769693,-0.0034072956,-0.0032595259,-0.0050359634,-0.0008943511,-0.0070395055,0.012238689,-0.022614872,-0.0012549479,0.01880891,-0.0011016495,-0.028994044,-0.007748129,0.021384707,-0.0010373058,0.003063272,-0.006557351,-0.005069719,-0.0022518944,-0.0057895845,-0.014592776,0.006857476,0.014396498,-0.00143821,0.010246616,0.0069085774,0.0030456667,-0.0014894786,-0.009503629,-0.0177302,0.007464738,-0.00031291356,-0.0022694326,0.011066966,0.012095268,-0.009394247,0.00092116324,-0.0022581092,0.004125685,-0.0050732377,-0.036630783,0.01120493,-0.024847811,-0.01744285,0.015259302,0.007705734,-0.004315669,-0.0037629444,-0.0063972725,-0.026532277,-0.025148774,0.012967905,3.659914e-05,-0.022400727,-0.021750513,0.000117909716,-0.023268279,-0.0029935376,-0.0023489618,-0.01942415,-0.0123618245,-0.017275523,-0.0059168795,0.013974231,0.0028181996,-0.009997186,0.009362262,-0.009927644,0.0320924,-0.021487938,-0.012777801,-0.01035841,0.0047090594,-0.016319316,-0.01036251,0.030535664,0.0038609551,-0.015057349,-0.00080123404,0.010987641,-0.0024821488,0.0006446265,-0.01712982,0.004113737,0.019745082,-0.011389389,-0.005467877,0.007935947,0.009674703,-0.015391579,-0.014707237,-0.002907615,0.009671444,0.010219242,0.013382975,-0.018930428,0.012113191,0.014868383,-0.030395782,-0.0102988,-0.013555207,0.023079168,0.015484462,0.010225063,-0.0036816008,-0.008757713,-0.012232011,0.016325122,-0.0068090814,0.003653307,-3.833009e-06,-0.017922347,0.020635294,-0.0026662112,0.022376735,-0.020234097,0.015414439,-0.02711093,0.02536598,0.0222165,0.0114457905,-0.02479074,0.008264091,-0.0044988655,-0.006526594,0.014106417,-0.004217666,-0.0048133503,0.007928437,-0.013080994,-0.0049265907,-0.011304783,0.012699269,-0.012116037,0.0028042304,-0.017292833,0.018945046,0.01953474,0.02561663,-0.025578788,0.022991851,-0.020154126,-0.004731293,-0.0046304795,0.009700656,0.003497338,0.004901932,0.0054977047,-0.01178152,-0.054593407,-0.03550633,0.027269248,-0.010521282,-0.0033464106,0.008875727,0.007774469,3.922106e-05,0.00012220201,-0.004971127,0.0032304483,0.010515548,-0.0058143004,-0.003051373,-0.013163687,-0.010615872,0.005740991,0.005013019,-0.03209642,-0.008939109,-0.046967234,0.012727964,0.005182432,0.0002248609,0.010634882,-0.0014620618,-0.00044280916,0.008558814,-0.000742931,-0.0053926096,0.006579129,0.013727419,-0.013542906,-0.030311154,-0.0064683734,-0.051642716,-0.003425097,-0.010250603,0.028753944,0.0004933622,0.0074847923,-0.0222843,0.0022164383,0.0045900163,-0.004749615,-0.006768963,-0.007484452,-0.0003468994,0.0005071762,0.010213144,-0.0039458587,-0.00440393,0.0043752478,-0.00012315619,0.013883085,-0.0008677708,0.019745415,-0.028955584,0.010419696,0.00435829,0.0055981646,0.004449019,-0.0032481763,-0.001287969,0.0010884359,0.010077994,0.0036340868,0.011169115,-0.006741094,0.0019621763,-0.0138220405,-0.03674167,0.0023840829,-0.007711728,-0.010541971,-0.005111234,-0.00974085,-0.020671245,0.0126006445,-0.040024698,-0.01996642,0.007558687,0.018999593,-0.014691596,-0.0015420045,0.009561976,0.00013418161,-0.036607105,-0.013354039,-0.010600553,-0.00052191585,-0.022777995,-0.0023732968,-0.001102003,0.016011225,-0.020828879,-0.012437621,0.015267863,0.0060913665,-0.028665513,0.008626623,-0.0073734475,0.009653979,-0.018367613,-0.0011674262,-0.0056886817,0.0029092976,-0.0034099724,-0.024541112,-0.010727702,-0.028683847,0.005843291,-0.006041337,-0.03044231,0.014974689,-0.014765906,-0.012571043,0.00028420408,-0.011904885,-0.0021795484,0.026841555,-0.009011501,0.0035594874,0.01177794,0.010345035,-0.0040115826,0.0064094136,0.0055346205,-0.0034455564,-0.012970533,-0.02147983,0.009869313,-0.026070576,0.0040205996,0.0019079549,-0.0074659125,0.016643088,0.008584192,-0.010183075,-0.0048923907,-0.0021377415,-0.022354558,-0.024864893,0.017744036,-0.002102739,-0.010180234,0.020718843,0.003783864,-0.00070941105,0.0036001683,-0.010244356,0.0012245903,-0.013133742,0.0054273615,0.0068684937,-0.0044226265,0.009954449,0.0029325553,0.0115686385,0.01313218,0.0015402223,-0.0042599663,-0.0072490573,-0.022994136,0.0027278615,0.004067728,0.0122348275,0.02731201,-0.0027910965,0.0018460255,-0.025859406,-0.020125294,-0.004599816,0.0014646281,0.028749732,0.019840682,0.00788969,-0.02546436,0.02048744,-0.0033734215,-0.018056752,0.0051962966,-0.005837203,0.010246102,-0.0074779484,0.004518853,-0.00055356865,0.0039085364,0.043558437,-0.009914658,-0.010966162,-0.010304751,0.016432188,-0.025757102,0.012544682,-0.027063968,-0.002388308,-0.005046659,0.007988121,0.0026766316,0.0013417295,-0.027821032,-0.009722218,0.030193817,-0.0004211611,0.03897919,0.010293467,0.022448357,-0.03190478,0.00064685027,0.012300241,0.0034188754,-0.014319455,0.0049168514,0.007375779,-0.0073904623,0.0015969805,0.0032692002,0.0032318253,-0.0008540638,-0.031117093,0.0076374817,-0.014288831,-0.008356704,-0.0031210098,-0.021525128,0.0018830567,0.005381195,-0.0017962947,-0.00033367603,0.002735336,0.017501798,0.022738837,0.022664739,0.1557978,0.12394083,0.009158075,-0.0027794917,-0.0043523903,-0.001110997,-0.017353257,-0.019509858,-0.0026800067,-0.01731353,0.005953047,-0.0010725334,-0.0012169016,-0.030233964,-0.010368488,-0.014654505,0.004712585,-0.022196056,-0.0028568453,0.0025561824,0.0055704345,-0.0038248815,0.023951055,0.013286273,-0.02483245,-0.009012452,-0.019934189,0.023797138,0.0068820072,-0.022811508,-0.01641965,-0.02117825,-0.012007291,-0.014771938,0.039642368,-0.01956358,0.01668467,0.027744988,-0.01968338,0.018053906,-0.043382466,-0.004635351,0.02278378,-0.0013373622,0.006773144,0.01764966,0.013577129,0.0021606362,0.0010702217,-0.0009428296,-0.012349705,0.00888244,0.005250356,0.00027935853,0.012537719,-0.008743632,0.027925236,0.0058690635,0.009983993,-0.018739408,-0.00825415,0.007382492,0.007511964,0.0002230168,0.016271744,-0.026895761,-0.013163631,0.007339404,0.016650613,0.0029782553,-0.0014421698,0.03460929,-0.00109612,0.0011071488,-0.011286718,-0.0015162975,-0.0088703595,-0.0068962895,-0.028257305,-0.024368843,0.007373662,0.0050942255,0.0017082477,0.013391588,0.004061373,0.006980061,0.0019057827,0.015204978,0.10994777,-0.013137574,-0.010098176,-0.02883883,0.023314709,0.005886267,-0.034867067,0.028458362,-0.00012834431,-0.010620162,-0.014961785,-0.005951686,0.0073584644,-0.0012065201,0.013295498,0.0034960455,0.009262409,0.007115581,0.00038334035,-0.0016749215,-0.042887524,0.02032737,0.008229249,0.003658016,-0.0022696564,0.009898373,-0.011578567,-0.0020344094,-0.023316408,-0.005684582,-0.09121008,-0.020116894,-0.017467992,-0.010751019,0.003360403,0.0058419406,0.0025501053,0.0011545473,-0.014941903,-0.005372242,-0.01754517,-0.007224048,-0.00853219,-0.026075525,-0.018064838,0.00784363,0.011335159,-0.008641011,0.017364329,0.020795364,-0.010020314,-0.004382655,0.008397428,0.02727722,-0.017599104,-0.0031423059,-0.005934838,0.009760519,-0.00036387923,-0.012384293,-0.013436905,0.0069393683,0.0084001,0.0077139745,0.034241125,0.0069488524,-0.021606283,-0.0049882545,-0.0074840975,0.016687205,-0.011836362,-0.001943056,-0.014551556,-0.005086554,-0.017625619,-0.027983373,0.011089375,-0.019754263,-0.0068228333,0.012512422,0.028721562,-0.004139544,-0.021458117,-0.0005291097,0.0031765122,-0.0058099916,-0.005182585,-0.011298228,-0.009234076,0.0016743755,0.01505917,0.0071583865,-0.027819391,-0.014247461,-0.011479477,0.009589522,-0.012866105,0.006091006,-0.014844292,0.013551805,0.027198588,-0.013160093,-0.012515913,0.0024956716,0.010202154,-0.016556906,-0.017988734,0.017555105,0.0034705224,0.012177535,0.015691053,0.004531677,0.03856572,0.125834,0.0071556205,0.0064475387,-0.0037771268,-0.008249615,-0.010326905,0.016745439,-0.0023435897,0.0068058297,-0.0023451657,-0.004647717,0.006320247,-0.028297156,0.024219723,0.008514801,-0.0110107055,0.0032402615,-0.009651011,0.013029433,0.0012915832,0.0018910513,-0.0013665338,-0.0059464723,0.021028472,0.002940033,0.017107338,-0.013052912,0.010031395,0.0011770464,-0.006197723,-0.015630294,-0.010412789,-0.005323421,-0.0067092874,-0.0019046298,0.00121551,-0.0037272566,-0.0021707849,-0.03422736,-0.01768824,0.01628937,-0.0021159751,0.005427301,-0.0034955435,-0.048673883,0.20340303,0.024226414,-0.0006501597,-0.007028981,-0.0032904556,0.025397416,0.010988284,-0.0024543023,0.0003640277,-0.010343051,0.010955199,0.016318068,0.0060531204,0.016288603,0.0031740086,0.016075946,0.017765878,-0.0069778617,-0.011260697,0.0049299784,0.0017083915,-0.018324317,6.343139e-05,-0.00566036,-0.019539172,-0.010725818,0.009288468,0.015301433,0.016933916,-0.021310745,0.00070965954,0.0192161,0.0030636264,-0.04311582,-0.0051847496,-0.010933242,0.0061310004,-0.0093156295,-0.009100611,0.009819689,-0.011094946,0.024447221,-0.012330546,0.023985647,0.006056241,-0.012615184,0.0068692095,-0.007894355,0.0153258955,-0.0067689805,0.01917878,0.006878645,-0.0029563352,0.019788507,-0.018303487,0.014390947,0.0048051397,0.007300657,-0.010093531,0.0055168355,0.0082346015,0.01274133,-0.0056794407,0.0072817053,-0.019372387,0.0008353704,0.01363758]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 167,
          "content": "Nearly 80,000 tech jobs cut in Q1, but AI's full impact may be yet to come",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.031512342,0.014383978,-0.0059975446,-0.07282835,0.0040400517,0.01945085,-0.017325824,-0.017687503,-0.011449749,0.025604725,0.01078906,-0.012101982,-0.0015219877,0.013132226,0.10378003,-0.01206856,0.042109713,-0.018435001,-0.010620695,-0.009021742,0.009665201,0.02273672,-0.010823483,-0.012206455,-0.012625356,-0.026605345,0.017840216,-0.00012524429,0.028959807,-0.0057450086,-0.023829171,-0.009698494,-0.0058308686,0.026092123,0.0015857124,0.0025063164,0.007748177,-0.023105137,-0.033220924,0.029546985,0.013370501,-0.012367305,-0.0037459913,-0.0076383706,-0.019237813,0.010505786,-0.007514617,0.003653872,-0.0061836783,0.027447442,-0.018963229,-0.02406737,-0.010212395,-0.1554063,0.003934007,0.02987451,-0.009600341,-0.008541707,-0.0010786013,-0.016334243,-0.00090879516,0.021887325,-0.022183172,-0.01289734,-0.02958992,-0.009899549,-0.017560018,0.0034770272,-0.003415097,-0.028515674,-0.00908869,0.021932172,0.0018320525,-0.026657145,-0.0147644915,-0.0042112116,0.014150628,-0.019650951,-0.0045562517,-0.015312042,0.014022919,-0.00558984,-0.008966908,-0.011310757,0.022071252,-0.0418368,0.006981147,-0.01732576,-0.0014806548,-0.009268131,0.024520537,0.016249493,-0.02478357,-0.015745599,0.011513091,-0.016139796,0.017410886,-0.0004669477,0.0026794313,-0.023269484,-0.015087455,-0.0135536995,0.005831014,0.0010870481,0.01712515,-0.008891678,-0.016644372,-0.0042225923,0.026772873,-0.028964637,0.021263044,-0.018474346,0.0147048775,0.015298816,-0.0022389265,-0.12705827,-0.0036149542,-0.00092649035,-0.013231199,-0.0027502507,-0.01362855,0.03934747,-0.0077619576,0.01273125,-0.0037082487,-0.015038945,0.005601683,-0.009453083,0.004165023,0.022010874,-0.03527277,-0.009370253,0.030849535,-0.0104270205,0.011486018,0.00599966,-0.0025735341,-0.0040493417,0.014621243,0.00058980257,0.0014341903,0.037224974,-0.020959303,-0.010105184,-0.025716532,-0.021561049,-0.03322234,0.00221003,0.0007478623,0.030129043,-0.009356984,-0.00541111,0.008688389,0.0106698675,-0.009465268,-0.009309384,-0.024169344,0.020838477,0.033520795,0.00291365,0.0060639563,-0.006851248,-0.009954342,-0.01356235,0.0008600959,0.00072438474,0.011819548,0.03071259,0.02793782,-0.00045098222,0.0055196434,-0.00031307887,-0.0033555927,0.0047361767,0.0202518,-0.017356088,0.0101048695,0.0013893793,0.022928031,0.004862678,0.023963893,0.008685125,-0.0015885743,0.008467304,-0.012472928,0.00047431816,0.027551558,0.0023881036,-0.021234358,0.009633142,0.020798456,-0.027048582,0.003736144,-0.034434665,0.034589466,-0.009243392,-0.009582791,0.024967778,0.00015842833,0.044864018,-0.027247244,-0.007231928,0.006208369,-0.018675683,-0.005642771,0.017519059,-0.0029426448,-0.019127721,0.012864332,-0.009485214,-0.009373185,0.0010645454,0.020248482,0.008107222,0.008027359,-0.010957722,-0.033418823,-0.021445436,0.03104156,0.012492791,0.0038385442,-0.014504519,-0.047664065,0.034535516,0.010700297,0.010332768,0.01252857,-0.004243032,0.01298844,0.035226483,-0.015393034,0.005099555,-0.019972056,-0.009277176,0.0049584853,-0.012651671,-0.0028402254,-0.010834288,0.020362515,0.02721101,-0.021145733,-0.0065273424,-0.0073351385,-0.008761296,0.009440517,-0.022219734,-0.010344291,0.005354228,-0.011503181,0.004861643,0.0012115383,0.0053581446,0.015431519,0.0014214129,0.020065505,-0.011992231,0.020774165,0.020319993,-0.03788299,0.015318602,-0.017594159,-0.0068362127,-0.03759105,-0.0044392687,0.013055647,8.706822e-05,0.0035931147,0.019281782,0.009808969,-0.017292688,-0.006586397,-0.003436662,0.0055734734,-0.0047513153,-0.02575944,0.019615903,-0.04579554,0.040087003,-0.03641211,0.018320758,0.019171894,0.008560311,-0.0055353036,-0.001896978,-0.0081147915,-0.02982929,0.003120539,0.006505845,0.011987226,-0.003867222,0.004838498,-0.0033041,0.028765937,-0.030910073,-0.012898703,-0.04479117,0.00046253751,0.0010705002,0.0026895036,-0.031515814,0.0165113,0.003394939,0.017219704,0.058035668,-0.046438225,0.008275529,0.03158583,0.000269398,0.0070556393,0.011449742,0.013386223,-0.013729725,-0.024492413,-0.033215918,-0.006237015,-0.014233979,-0.015985169,0.0040222583,-0.01574594,0.007510028,-0.020133136,0.0053330394,0.02270912,0.0017036994,0.0017649814,-0.014960175,-0.017478596,0.015496236,-0.013186967,-0.0134105235,-0.019179804,-0.008300299,0.002178524,-0.027308071,-0.0028910523,-0.022319648,0.016717084,-0.023991872,0.0015848601,-0.017466046,0.0024591775,-0.007578714,-0.021835955,-0.0029436545,0.00013577197,0.021279253,0.017148191,-0.023300067,1.3484143e-05,-0.02863552,0.008187083,-0.015665434,0.0060898205,0.005047489,-0.025977932,0.033980258,0.016219001,0.00930188,-0.015028299,0.042369578,0.018371979,0.027306778,-0.004624296,-0.009907499,-0.0056747543,-0.003940164,0.034669146,-0.020787781,-0.017684884,-0.009666137,7.912379e-05,-0.025194146,-0.013496394,0.017347466,0.0037761969,0.009243914,0.011402869,0.014989189,-0.035439905,0.008365373,-0.020200854,0.04974183,-0.014364757,0.01095848,0.009914801,-0.0015827734,0.022651197,0.015009972,0.0026433405,0.0011327445,0.016141413,-0.0016852326,-0.0019575662,0.010473822,-0.029586092,-0.009442145,0.0066795074,-0.010641216,0.0021431672,-0.00963421,-0.008145457,-0.016945962,0.0019269857,-0.036705825,-0.015581052,0.005762932,0.015293896,0.038231023,0.0024840354,-0.03993258,0.015752707,-0.0006448813,-0.02120089,0.015970849,-0.0020945247,-0.0065813693,0.0021949562,0.022205641,-0.008635954,0.0037584912,0.018391391,0.036556955,-0.011005165,-0.012917493,0.018406225,-0.00887926,-0.0064470554,0.019419437,0.0077552525,0.00050637533,-0.008394303,-0.012814062,-0.0026280184,0.0015339775,-0.01443409,-0.0136175575,0.002781493,0.02846463,-0.026847236,-0.013144269,0.025973441,-0.032823887,0.017890716,-0.018037256,0.003165612,-0.0073629227,-0.0007373993,0.004949319,-0.022365473,-0.0028774072,0.01592698,0.017637014,0.023731163,-0.012285504,0.004780123,0.002603653,0.010684034,0.008486991,0.008995469,-0.013204246,-0.0027913654,-0.018665971,-0.015834525,0.010874975,-0.0067522055,-0.002877324,-0.007831704,-0.03535745,0.013315148,0.005804147,0.018085053,-0.011594324,-0.010843116,0.008828807,-0.023954261,-0.004025045,-0.0021945292,-0.008220603,0.025615154,-0.0072910464,0.005442864,0.011251504,-0.019084247,0.0045940783,-0.011404926,0.01093627,0.007947566,-0.02406058,-0.003412966,0.0018966189,0.038942356,0.0108647095,0.016422303,-0.022243042,-0.008586607,-0.030900074,0.021175744,-0.0133304,-0.011137957,0.009687475,-0.0039764387,-0.013084555,0.012974365,0.010561698,-0.021828568,-0.024491848,-0.02174719,-0.012786086,0.027854688,-0.007793124,0.012227742,0.012511244,0.0063068317,0.02090725,-0.0045507853,-0.02316135,0.035359364,-0.013311948,0.021057513,-0.013694686,-0.005075575,0.013153652,0.0030828342,0.003945003,0.008056388,0.011404444,0.04425031,-0.010531488,0.03533027,-0.0097437,-0.014954277,0.019454064,-0.002029865,-0.012100398,0.0074798577,-0.016730117,-0.008455366,0.01627894,0.0033286896,0.0053098127,-0.019783804,0.014785642,-0.0044468804,-0.023948621,0.04683824,-0.068524405,0.002677862,0.008274257,-0.024938945,-0.010534172,-0.0035223172,0.013886226,-0.003545965,0.018014297,0.017184377,-0.0049137026,-0.022036528,-0.005520341,-0.0006471934,0.0016479621,0.0005897093,0.012839709,-0.019019382,-0.009110454,-0.014010188,0.00021715906,3.6555244e-05,-0.0031832303,-0.0062640132,0.00041520473,-0.011509488,0.0034305833,0.035838343,-0.0023211204,-0.015553871,-0.009856599,-0.00759093,0.008660284,0.014114804,0.0038758758,-0.009157447,0.009569449,-0.0026529592,-0.012416207,0.020227768,-0.019441884,-0.007144114,-0.017259967,-0.02403713,0.025424974,0.008325317,0.016695444,0.02201075,0.002799428,0.043036994,-0.024010014,0.00091766915,0.019774226,-0.01702682,0.013580011,0.008928956,0.0074293516,-0.0028739902,0.021450303,0.021555042,-0.0012235966,-0.010001769,0.037821002,0.0694425,-8.3483195e-05,0.0069390866,-0.023118343,0.025766179,0.03101465,0.018188605,-0.01033446,-0.023091422,0.0144017795,0.00085938297,0.020207584,-0.032073915,-0.0075452654,0.046160817,0.017473215,-0.006384644,-0.021408832,-0.022388954,-0.060259335,-0.015959742,-0.0053725094,-0.022827651,0.0027127312,-0.0010938905,-0.008636143,-0.013911102,-0.008991875,-0.014951541,-0.03446732,0.013152889,-0.002364194,-0.0077740285,0.008823178,-0.011421106,0.011791337,-0.0030161527,0.02767641,-0.009813216,-0.013928053,0.0031060951,0.037436955,-0.014367647,-0.018940048,0.009100659,-0.014104483,-0.007809174,0.0062303497,-0.0013188419,-0.0046148463,-0.15236335,-0.027109817,-0.009499144,0.042350676,0.013600187,-0.0027082695,-0.036699682,-0.024373475,-0.020556914,-0.02656673,-0.030605674,0.002184473,-0.019067606,-0.018481642,-0.0018134757,0.13930836,-0.022783339,-0.03642562,0.0137433335,-0.022803731,0.038415417,-0.011333571,0.006555307,-0.028452238,0.00382127,-0.0055965716,0.017555013,0.012894636,0.0005336095,0.02776303,0.01226148,-0.025413182,0.018034087,-0.00017262429,0.00385211,-0.02197159,0.008380937,-0.01796452,0.009913106,0.014018681,0.031005962,0.026592854,-0.017085528,-0.014690216,0.011073874,0.0040777223,-0.031510226,0.009836862,-0.026282761,0.013472287,-0.0015509877,-0.041982148,0.01981567,-0.008718958,-0.015873611,0.0035664171,-0.009465221,0.004374173,-0.0013933964,-0.024846824,0.029551886,-0.017152399,-0.021635555,-0.0023582238,0.003947769,-0.029880464,0.01673043,0.005622488,0.021591349,-0.023677645,-0.030730857,0.00680493,0.0036878777,0.00026164585,0.0016868215,0.005127464,-0.005749187,0.04602315,0.0074916463,-0.047448963,0.004687047,0.013417447,-0.011813083,-0.007566545,0.009756147,-0.00819905,0.010048841,-0.023899406,-0.011431305,0.016980905,0.006584112,0.02615365,-0.026459308,-0.025939975,0.0022630666,0.031531468,0.018362382,0.014082225,0.010179947,-0.01456137,0.0013243937,-0.013355133,-0.007784593,0.0020533649,-0.008635671,-0.010906559,0.021119678,-0.009806822,0.012974526,0.005708942,0.0072596623,0.007811805,-0.019211547,0.011175767,0.002110312,0.0010357444,-0.003601586,-0.02715858,0.00733889,-0.00602735,0.014932963,-0.0077011287,-0.0011561521,-0.0064329887,-0.0060848063,0.014003461,0.010317264,0.0068949047,0.012593923,-0.025475703,-0.008117847,-0.0040058577,0.014809661,0.0030358767,-0.0019840861,4.2954125e-05,0.0058027515,-0.01296427,0.0026623807,-0.009208354,0.014053161,0.001641875,0.016629523,0.013066675,-0.015723675,-0.0034548088,-0.004371927,-0.0128140105,0.009635375,-0.02005312,0.008930544,-0.0016743845,0.022052074,0.0015315411,-0.0056512905,-0.0037808442,0.020058643,0.0043079536,0.0021819582,0.004007701,-0.005857392,-0.0018319708,0.0033143766,0.008331256,0.009161214,0.015270725,0.03690503,-0.017070279,0.010117628,-0.01035134,0.0040563266,0.013153068,-0.005238151,-0.0011590187,-0.00599754,0.0047952556,-0.009828263,0.008806723,-0.018076615,-0.010434997,-0.006656975,0.008764843,0.009211038,0.011680593,-0.0094113415,0.0011893826,-0.0067732274,0.018600428,0.0066269105,-0.008528396,-0.016595516,-0.005658018,0.008103303,-0.00659903,0.003455363,0.0235186,-0.00011468151,-0.003956223,-0.0074450755,-0.004711888,0.011141298,-0.0002532307,0.009701188,-0.01418382,-0.015092099,0.000708329,0.0072567235,0.0024521817,0.012589043,0.0159024,0.0043586376,0.003572507,-0.005941766,-0.008213605,-0.020770438,0.00044339368,-0.031224776,-0.0016978632,0.013802112,0.021446511,-0.021836683,0.016202532,0.0027330723,0.00800816,0.029336525,0.012782657,-0.0043475097,0.024408372,0.0046031745,0.0012539232,0.010027528,0.0011233998,0.0087855365,-0.005268504,-0.012016381,0.008464416,0.010489735,0.00024038684,0.0003584682,0.013297366,0.01309991,0.017703637,-0.021553848,-0.00022725064,-0.013733938,0.0068139355,-0.01232612,-0.008845619,-0.015966034,0.0006011862,0.003770928,0.0045650764,0.006204199,0.023328045,-0.015767168,-0.01825613,0.007071711,0.009189054,-0.006312086,0.0012288333,-0.0046974933,-0.0033222463,-0.0046428135,0.019062597,0.019953592,-0.020309737,-0.0035324506,-0.0016934313,-0.011989226,0.009550754,0.013433296,0.017914543,0.0046025943,-0.005628858,-0.011732899,-0.006088267,-0.030879417,-0.01046708,-0.015698917,-0.001259324,-0.008056754,0.008662382,-0.011939242,-0.012564226,0.006524438,0.0016315482,0.011758574,-0.009126123,0.013697758,-0.0035619664,-0.016119115,0.0076293494,0.0036005503,3.196439e-05,-0.015659787,0.013200977,-0.0027239793,-0.00667357,-0.0019357175,-0.0015003851,-0.005901454,-0.0010791323,0.0032177465,-0.011010307,0.0030059055,-0.011852486,-0.00521012,0.006273807,0.004401556,-0.021764092,0.076813705,-0.0009889054,0.017942365,0.0009895079,-0.009054322,-0.003257308,0.012280031,-0.027116464,0.010155289,-0.0026481147,-0.0062421956,-0.0050661494,0.019062527,-0.013970336,-0.00721553,0.0071135084,0.00455236,0.015096352,0.0019785366,0.005077693,-0.007326977,0.008289192,0.004897845,0.0050445846,-0.011634099,-0.013619106,0.018949732,0.0041077123,-0.012034025,0.00914543,0.011188064,-0.009745359,0.005029932,-0.0038058374,-0.008054545,-0.0147580085,-0.017732404,0.018682955,0.009251517,0.019776735,0.00729593,0.004928359,-0.00516941,0.0026837646,-0.010187408,0.006568288,-0.020076372,-0.008445412,-0.009495953,0.0067655034,0.0031412349,-0.0061081103,0.008415742,-8.4345076e-05,0.0045658364,-0.02238013,0.0074582254,0.0016678094,-0.019578317,0.022866553,-0.0013208627,0.00593344,0.0053477273,-0.010469036,0.012965381,-0.0085734585,0.007967015,-0.0070742695,0.00060796586,-0.0102679655,0.0052320957,0.0051360936,-0.001062354,-0.0064675086,0.03934789,0.00011367517,-0.014699757,-0.0017899475,0.005324266,-0.0023556887,0.008706285,0.004848577,-0.006852634,0.003094596,0.014324696,0.0075177834,0.010488732,0.003889086,0.0068472396,0.012019686,0.009025962,-0.0022501263,-0.014679189,-0.008476448,-0.012650569,0.0074279686,0.04727956,-8.8046414e-05,0.0051668887,-0.0033981793,0.00872649,-0.004819072,0.0013689413,0.0137936575,0.0067940084,-0.014389458,0.021863045,0.022236831,0.020328538,-0.011494371,0.0022748339,0.006418265,0.012200879,-0.005728616,-0.01107598,-0.009480784,-0.00020515926,0.011548057,-0.001469387,0.017860211,0.0005060145,0.01049956,-0.014663649,0.010038915,-0.019534793,-0.0026529112,-0.0013024091,0.013193174,0.02472896,0.0002756585,-0.0042640804,0.009273249,0.012309982,0.008664275,-0.008532211,-0.0014829347,0.0039199693,0.01657761,-0.0018134392,0.013476598,0.0073094456,0.0069897487,0.008763272,-0.01595808,-0.0017504813,-0.002417703,0.001456574,-0.007571371,0.008306921,-0.004314233,0.022325974,0.016276293,0.004188718,-0.012159101,-0.0028141276,-0.011191583,0.026547167,-0.009455283,-0.0019291393,-0.006133748,-0.012075584,0.021917416,0.0033002847,0.011942264,0.005075475,-0.0008128347,0.0063230437,-0.0055956785,0.006494154,0.0007983269,0.001420978,0.007547605,0.0014530045,0.012337804,0.0024322078,-0.017385885,0.0007358116,0.004809155,-0.006846217,0.014054976,-0.0119451005,0.0039923564,-0.00827611,-0.0025095548,0.017966252,-0.028582314,-0.005398393,0.016329624,0.0018948859,-0.008555484,-0.0009774565,-0.00020043699,0.019599305,-0.018884644,0.018220562,-0.016658261,-0.016765833,0.008395832,-0.010599093,0.015638486,0.0083987005,0.017726237,-0.0081072925,-0.02929195,0.007069122,0.0021852085,0.012747894,0.015168877,-0.01110362,-0.00922459,-0.008558882,-0.0077080056,-0.0039457846,0.0016758345,-0.016033227,0.004727087,-0.012926872,-0.005925736,0.0021777926,0.010647999,-0.023085153,-0.0036895925,-0.013940074,-5.475453e-05,-0.017511653,0.017089287,-0.0017082414,0.015703017,-0.00095189293,0.0038477762,-0.0021170552,0.003987825,-0.0015091348,-0.0015288936,-0.010475462,-0.011313346,-0.017660474,-0.011056847,-0.016144203,-0.0113402195,0.008426645,0.0026737147,-0.010118944,0.0013358844,-0.0026124096,-0.0027342401,-0.01618997,0.017142806,-0.0045834933,-0.015406515,-0.007884969,0.006500539,-0.011161647,-0.0024921452,0.0010947824,-0.009829737,-0.016948964,-0.05417231,0.017623408,0.01692279,0.0049033957,0.00037282117,-0.000706435,0.0028550457,-1.7370685e-05,-0.0066475086,0.013077669,0.011251221,-0.015315959,-0.004330934,0.0102238795,-0.0031386176,0.0060820747,-0.006464904,0.010632691,-0.0008279129,-0.0056854044,0.001387969,-0.0021190483,-0.002416603,-0.0038303856,-0.0004155427,-0.009274214,0.014529971,-0.0042450977,-0.00020411001,-0.017787347,0.0047050877,-0.010621134,-0.019903809,0.01155446,0.0030145221,0.004219227,-0.002951672,-0.0049789445,0.00266163,-0.019951835,0.008893554,-0.008256848,0.0048687602,-0.002780951,0.0103836665,-0.020919055,-0.0060963873,-0.010845104,0.018104017,-0.009784561,0.010469214,0.025192242,-0.0005403098,0.011542252,0.003641818,-0.007031627,0.009161576,-0.0077479295,-0.01517091,-0.0075163613,-0.00618309,-0.012603443,-0.0054398426,0.010424784,-0.0054580774,-0.0016993824,0.016520638,-0.016996002,-0.01559155,0.017619053,0.016801966,-0.024461476,-0.0131213395,-0.015879773,-0.0062267133,-0.0046937503,-0.000488314,0.0048876894,-0.0048976345,-0.002370417,0.012787333,0.008096639,0.012940154,-0.0017261707,-0.00878437,-0.011864125,-0.0024459774,-0.0056613307,-0.01148739,0.0034728765,0.0025903725,-0.0071099936,0.015497608,-0.011381693,-0.0022266477,0.014628847,0.0030678338,0.005595195,0.0049591926,0.00452351,-0.017904673,0.0048700506,-0.0069878204,0.017314322,-0.004387729,0.0072803465,-0.0032840509,0.010421758,0.005505857,-0.0079406435,-0.0036963832,0.012314499,0.02424735,0.0065038223,0.013044911,-0.023794549,0.008222773,-0.009404684,-0.005092213,-0.011461132,0.001770783,0.013171501,-0.0083748745,0.007162691,-0.0055020917,0.013231801,0.012758244,0.008960241,0.020521725,0.0021586476,0.012031878,0.018542731,0.0077681,0.0068361326,0.010090965,0.007158683,0.0038861278,-0.014048797,-0.020020736,0.006428532,0.013440358,0.0071601397,0.0114418045,-0.014223056,-0.016469544,-0.00095926743,-0.024763238,-0.005663813,0.0047637536,0.014579318,-0.008943801,0.015428217,0.014125826,0.00143954,0.024760509,0.0049501364,-0.021450719,-0.012017451,0.016098605,0.00060281885,0.01318476,-0.01035779,-0.012228862,-0.0042259404,0.0058063366,-0.008252523,0.0070192884,0.018901967,-0.01767862,-0.011108486,0.0021206946,0.0016154356,-0.005166835,0.026690599,-0.019541563,-0.0017648851,0.009064984,0.0003007569,-0.011682662,0.019592676,0.012621661,0.0022531368,0.022777589,0.0021126666,-0.0059950114,-0.020141259,0.0005155913,-0.0069305734,0.0030815382,-0.004762264,-0.009887294,0.009245651,0.00041817053,0.0025225142,0.0066722455,-0.012722332,0.009250156,0.0033214542,0.008001604,-0.021227848,-0.011177516,-0.011686246,0.010865956,-0.003679906,0.008775006,-0.09603404,-0.0008943142,-0.009767735,0.029732516,-0.011266894,-0.016485574,-0.005033631,0.0016040114,-0.011113325,0.0012327576,-0.0076376027,-0.01899122,0.012490596,-0.018944273,-0.0012288628,-0.012502777,-0.013052932,-0.0007252795,-0.011145652,0.0030390548,-0.003530156,0.015228368,-0.020691626,0.010761351,-0.02249225,-0.016604356,-0.008525939,0.013735953,0.0138136875,-0.010167293,-0.014871388,-0.012252922,-0.009977163,0.018426048,0.019141959,-0.012494378,-0.0148653565,0.010305193,-0.13699293,-0.0008748415,-0.011464831,0.0035134004,-0.0047493842,0.013044175,-0.00032700945,-0.009177065,-0.003912413,0.00075430423,-0.0057579665,-0.012097888,-0.02131193,-0.018437132,0.014732582,0.012863636,0.0030516824,0.004778644,-0.01003981,-0.0101526035,-0.0052199136,0.012523247,-0.0063726963,-0.014193392,-0.005629765,0.012044064,0.011154689,-0.008306416,-0.0075568585,-0.013041067,0.011942089,0.02456857,-0.00357639,-0.020377511,0.011891257,-0.007924667,0.01767643,0.01455612,-0.010334293,0.0036482378,0.008001362,0.012605594,-0.00057446887,0.005202629,0.018047923,-0.012469686,0.001269251,0.010012321,0.009153381,0.015105011,0.021306032,-8.017405e-05,0.009089706,-0.013714885,0.013462054,-0.011990793,0.007581109,-0.011537351,-0.004341839,0.01876799,0.010937233,0.012969471,0.012608847,-0.0077120736,0.011679464,0.014632211,0.015027768,0.017205058,0.0022611811,-0.002320896,-0.002781714,0.015745897,-0.010725674,-0.018469134,-0.0040275375,-0.0059723216,0.0065864697,0.0072835246,0.0027068185,-0.0039907955,0.02533288,0.007488527,-0.0014882007,0.010639974,-0.007731683,-0.00685003,-0.02175049,0.0006583549,0.0044349623,-0.032547016,0.013232089,0.001964784,0.011181112,0.0125194285,-0.003050005,0.009388456,0.009231947,0.008326521,0.0025423216,-0.03575659,0.0007177371,0.010512374,0.011334367,-0.0108583355,0.0015852444,-0.0016212265,-0.008404337,-0.037826132,0.0038903973,0.013784566,-0.017371325,0.0024715469,0.0015376661,0.021160139,-0.0044975057,0.014750848,0.0075826393,-0.004244077,-0.037085924,-0.00022867919,0.020097634,-0.0074329805,-0.004014737,-0.0014898947,-0.0010593615,-0.001623496,-0.03732501,-0.0100714695,0.0037351279,-0.0051699462,-0.022040872,0.003449307,-0.017896527,-0.011256819,-0.0024450894,0.0040365737,-0.03321551,0.013647879,-0.0037104192,0.0078111584,0.0039138696,0.01313372,-0.0026062734,0.014821469,-0.0018628475,0.0052085253,-0.006175727,-0.0020049526,-0.028555032,0.0076808915,-0.004476471,0.004311373,-0.014716696,-0.0030576251,0.00981318,0.01194632,0.018465022,-0.021547498,-0.017031971,-0.014784417,-0.0016011047,-0.020014165,0.017511409,-0.0023934897,-0.009236419,0.029024523,-0.010815662,0.009747118,0.008100759,-0.020909786,0.0081727225,0.0044070366,0.015568402,0.008615649,-0.0065100766,-0.029433172,0.022120701,-0.016348474,0.0031786007,0.006216759,-0.010891813,-0.008270216,0.0009750223,0.016538205,0.021123795,-0.0091967555,-0.005116538,-0.014906859,0.01550947,-0.008662668,0.0024651606,-0.004417421,0.013652421,0.007907874,-0.012568157,0.009753024,-0.00980223,-0.0037445545,0.011503373,0.011239979,-0.0060744192,0.009808042,-0.0020702728,-0.16031288,-0.01900468,0.0049856086,-0.015248138,0.009593684,-0.023301892,0.020481354,0.007431186,0.039143015,-0.031776045,0.008769352,-0.011520848,-0.010963309,0.025875187,0.004855055,-0.011163666,0.0060188402,-0.008407542,-0.0053649927,-0.018506771,-0.015478776,0.006634293,0.005229646,0.006947496,-0.015422642,0.018552843,0.027340911,0.02114931,-0.02451901,-0.015752537,0.009064201,-0.0012939853,0.011649697,0.025347525,0.01443981,0.019415982,-0.028397823,0.008264292,0.0006968221,0.0018873354,-0.013099793,0.026151884,-0.0020988646,0.0072618187,-0.0022472262,-0.004031168,-0.0089991195,-0.023605786,-0.008717126,-0.0138063505,0.032159418,-0.008163289,0.0046633985,0.0033798518,0.011606764,-0.0082971025,-0.0020348735,0.0045261183,0.003746567,-0.009664822,-0.032188818,0.0135663515,0.017708361,0.009353178,-0.007692055,-0.0152142355,-0.0023369694,0.15209931,0.008186064,0.010053661,-0.013975827,0.019029383,-0.0008696048,0.0053773606,-0.0061908825,-0.02675668,-0.006844592,8.658582e-05,-0.015933493,-0.021080354,-0.0031193,0.02526084,0.010774762,-0.006818426,-0.009514446,0.012800265,0.0034139175,-0.0058003585,0.0044993255,0.0064248526,0.0027047282,-0.013458005,0.000100263256,-0.0119475415,0.038476605,-0.007255767,0.018622937,-0.012623241,-0.007728079,-0.006263322,-0.011428592,-0.0033281252,0.018981038,-0.0010557929,-0.007952406,0.013310984,0.025746757,0.015265834,0.024413975,-0.015480202,-0.0028262434,0.0024608197,-0.0022609322,-0.029899811,0.0056751245,0.005148625,0.0012407107,-0.008517121,-0.012019606,0.008005114,0.0031856599,0.03298777,-0.0049430933,-0.011986686,-0.016838878,-4.685029e-05,-0.011241425,0.00033169476,0.00672759,-0.015051291,-0.010352109,-0.0022201755,-0.0058904053,0.00041458127,-0.0038139084,0.00468136,-0.09605761,0.027400095,-0.0028552846,0.0033689304,0.0037868693,-0.01600902,-0.0064445143,0.012828066,0.0017474792,-0.029319827,-0.009495175,0.0041939025,-0.009545997,0.010119558,0.0037192293,0.009932168,0.015673352,0.02135356,0.017454907,0.008832267,-0.0063879085,0.0029117495,0.008630719,-0.028947257,-0.013587245,-0.009962803,-0.008500266,-0.0028314136,0.03853611,-0.0012338414,0.012614785,0.02077286,0.00591263,0.0027510822,-0.013219574,-0.011950165,0.00028295335,-0.020220783,-0.010099135,-0.008152705,0.0002596547,-0.002662331,-0.013547602,0.005019878,-0.011946762,-0.013325624,0.006868667,0.0044845464,0.01238761,-0.015207414,-0.010803064,-0.004529037,-0.009308203,-0.012494289,-0.016651873,-0.00570681,0.014099179,-0.032299798,0.0048031905,0.009949191,-0.019406984,-0.008661114,0.010768263,0.0009303563,0.0041916887,-0.014650272,-0.0060862363,-0.009624836,0.019712782,-0.0055646664,0.0077664265,0.0014554095,0.009858549,0.00026313984,-0.0156588,0.025299449,-0.035736278,0.025573563,0.008739285,0.0063812044,-0.01477044,-0.0059803994,-0.021259911,-0.015255562,0.012910748,0.005845702,0.01237519,0.020818604,0.014723317,0.0016445568,-0.012153042,-0.009548446,-0.0068208915,0.013697729,-0.017078081,0.009178783,0.0016834212,-0.008971158,0.011714827,0.013632511,0.020778611,-0.0071440204,-0.010740876,-0.012445854,-0.028257256,-0.019849814,-0.015061871,-0.017155124,-0.013429314,-0.017015003,0.030308088,0.014061409,-0.022851622,0.0058199177,-0.004506611,0.009870831,0.00912667,-0.0014441787,0.0018741284,0.006312184,0.00065700285,0.003008184,-0.005835075,0.0047014505,-0.0058327196,-0.0005455774,0.009801236,-0.016784277,0.0015379279,-0.016169053,0.019137567,0.004309711,0.014696928,0.003748078,0.0072954935,-0.018605273,-0.0017411957,0.02500697,0.022928149,-0.0006440967,0.006252738,0.010984875,0.0040220786,0.0030091356,-0.0020914907,0.008392239,-0.020256048,-0.026355859,-0.018682247,-0.012046328,0.006751495,0.015032088,0.0038934643,0.00051390176,0.00036847772,0.0005354468,0.01494523,-0.0023084017,0.021169284,-0.00067791715,0.04345376,0.0018855496,0.004725645,0.0048739347,0.021349283,0.022278743,0.026708996,-0.0044006673,-0.019889066,-0.012846236,-0.012751727,-0.015108413,-0.002069644,-0.0011266256,0.0032040146,-0.0049948655,0.011950958,-0.01453857,0.01946378,-0.06221336,0.006425362,0.015474796,-0.014910096,0.0064764954,0.02602885,0.0030482349,0.006832218,-0.014028237,-0.014698978,0.01837361,0.006453662,0.011646172,-0.0050115963,0.0033605807,-0.02200039,-0.028659083,-0.00868191,-0.011019776,-0.01104766,-0.0012547714,0.0061289463,-0.011821348,-0.01181934,-0.02177566,0.013656735,0.008930485,-0.014899999,-0.0009574504,-0.020892708,-0.00042572885,0.0013289555,0.014527036,-0.0067167785,0.007574572,-0.021743134,0.020506648,-0.0003755657,-0.0061509428,-0.044495776,0.005474614,-0.007894496,-0.09327942,-0.0013725206,-0.02028474,0.01651426,-0.0058084363,-0.011911027,-0.02270164,-0.018275242,0.014783706,-0.02565688,-0.008538755,-0.010180252,-0.015159092,-0.0031662986,-0.014736011,-0.011140514,-0.01865792,0.0020612983,0.0048955274,-0.0295266,5.4707565e-05,0.017852714,0.010583648,-0.0015178637,-0.022135546,0.019680582,0.014032751,0.0016266891,-0.0034446854,-0.025688363,0.015056702,0.015181041,-0.008809453,0.014483172,0.0028139239,-0.0077842902,0.012442924,-0.010840861,0.022571657,0.031253178,0.002706059,0.0439588,0.016914371,0.017517906,-0.014387098,-0.089842,0.016104039,-0.0005603478,0.0010267027,0.00036762244,0.02451987,-0.019354638,0.04842868,0.0045388234,0.0016641963,-0.0010712979,-0.0006096249,-0.002573458,0.01170112,0.010328944,-0.0011161927,-0.005153887,0.01372229,0.00653755,0.019444816,-0.0013152896,-0.0036636153,-0.012079711,0.019651217,-0.0034043214,-0.044700462,0.0010913641,-0.008873902,0.0076010097,0.010210761,0.010302789,-0.0040264707,0.0077120783,-0.017774852,0.013514183,0.0034693328,-0.026482968,0.020961966,-0.009137608,-0.011494949,0.00020500123,-0.016556086,0.021371983,0.0013836907,0.021124637,-0.017112179,0.0017094859,0.0020329056,0.022797296,0.016509565,0.0065056193,-0.0082158735,-0.002906936,-0.02257419,-0.0049498808,-0.0035164335,-0.0073092207,0.012726083,0.0016894747,-0.020028796,0.0030270643,0.01156832,0.01435862,-0.0014744127,-0.018587217,-0.008754092,-0.012264931,0.013076967,-0.029863622,0.013669737,0.030419173,-0.0010621587,0.019264916,0.01139668,0.0053616976,-0.009268308,-0.008837791,0.017515456,0.011080142,0.004020408,-0.02773342,-0.007492216,-0.00085206766,-0.008040042,0.001242696,-0.009110538,-0.00409395,0.004473804,0.004847059,0.0025441418,-0.014302137,-0.0076262597,0.0003112745,-0.013326165,-0.002087947,0.00047401973,-0.0060445247,-0.009020689,-0.005619052,0.010318057,-0.010043044,-0.018613065,0.022869982,-0.0008018521,-0.0037532756,-0.0052298843,-0.006083911,-0.00507652,0.0024050584,-0.015575892,0.021625629,0.011424985,0.019433916,0.036122404,-0.008547137,0.016054824,0.0008344949,0.013218942,-0.0055306274,0.0020457574,-0.013076479,-0.0048649637,0.012808945,-0.019640518,-0.0049063745,0.013334967,-0.01926446,-0.013497594,-0.00761751,0.007926359,0.018659288,0.013408247,-0.012150244,0.024602516,0.005680529,-0.004889567,-0.011720587,0.0073770634,-0.04728857,0.011613907,0.007028115,0.019827342,0.0013844005,-0.015766507,0.003989843,0.001206379,0.0077561582,0.0062933005,-0.010273019,0.017435476,0.008250937,-0.01660026,0.011408319,0.01038817,0.005497884,-0.0021333934,-0.00025027528,-0.0070495894,0.024900291,0.019690786,0.008561916,0.003925123,-0.0068046814,0.022239901,0.023675947,-0.0012717261,0.0057743094,-0.012535581,0.0036001431,0.0013478443,0.020993352,0.020898255,-0.023019074,-0.005785908,0.039841745,0.002782825,-0.008941015,0.016670175,-0.009165512,0.02494517,0.002207348,0.0029393022,-0.007858471,0.00025584077,-0.026078833,-0.0033298968,-2.1079273e-05,-0.006408081,0.028137902,0.01735309,0.004234557,-0.017509669,-0.01789074,-0.006292559,-0.0154126715,0.0076054595,0.019589165,0.00051905506,0.034595713,0.013806298,-0.008491321,0.00583547,0.0111957565,0.0036753842,0.0041654687,-0.019048614,-0.0009428699,-0.0075851623,-0.025851155,0.010493593,-0.017200824,0.007813691,0.031343486,0.015798638,0.013799405,0.01645766,0.008767874,0.013190194,0.0015337094,-0.007949513,0.0073739113,0.0234615,0.0027320494,-0.008728813,0.018185042,-0.0047901873,0.007861188,-0.001193811,-0.0076863193,0.00532417,-0.0036751374,-0.0058345413,0.010430516,0.026282975,-0.0139355175,0.020638136,-0.0031900445,0.006226187,0.016152605,0.017132085,0.024613628,-0.015086991,0.01778142,-0.020473741,-0.008211478,-0.022690631,-0.0043294374,-0.016183175,-0.012881356,-0.017757338,0.004922863,-0.011779081,-0.019783806,-0.011741554,-0.03279131,0.005485707,0.021346804,-0.017103923,-0.004504283,-0.018690133,0.0062310277,0.00019442708,-0.0018350304,-0.0017320093,-0.042950705,0.0040796096,-0.0015051286,0.008756645,0.004006252,-0.022751786,0.0029861883,-0.0075167487,-0.021743065,0.006062342,0.009984579,0.019270984,0.009259909,0.007172369,0.008087175,-0.012448306,0.01709339,-0.008333296,0.0056495406,0.004072261,-0.005082095,-0.026105376,-0.01904531,0.008887974,-0.009200519,0.009837047,-0.00805939,-0.02130475,0.007910247,-0.027913194,-0.007333803,0.015693337,-0.02396831,-0.011274045,0.01372624,-0.003394059,0.041005928,-0.02305705,-0.008382479,0.005240587,-0.00861993,0.0039742757,0.0160442,-0.026105186,0.030616881,-0.0014141984,-0.0043684826,0.0068217665,0.006775072,-0.008710297,-0.014460286,0.0053183306,0.021184137,-0.0049150395,6.9480535e-05,-0.007474778,0.02269767,-0.010531024,0.010540705,-0.006920804,0.012540339,0.0017097889,0.02185574,-0.008426115,-0.0027066285,-0.003806332,0.017187703,-0.0025899017,0.022681836,-0.0041913255,0.0028423362,0.0057621803,-0.0019042104,0.010467105,0.013083703,-0.021811944,-0.012738546,-0.0140946265,0.03305057,-0.020941166,-0.00095600326,-0.015339586,-0.0030545057,0.0012038543,0.02201854,-0.007853265,-0.013398346,-0.004740327,0.014525156,0.0077834027,0.00416061,-0.015373957,0.00033255017,-0.012245426,0.015214904,0.013600117,-0.011490709,-0.01027484,0.0059561334,0.0008425804,0.0026434383,0.002965631,0.0035742365,-0.0033096995,0.02074341,-0.0073047657,0.0071477466,-0.0019152288,0.0020897288,-2.2400152e-05,-0.00827262,-0.0021491025,-0.012326605,0.0060337526,0.0037851334,-0.011424815,-0.023139713,0.007396269,0.01374741,0.009133448,-0.008051548,0.0100479005,0.015771275,-0.02786193,-0.025682176,0.0023748472,0.0052820845,0.002703137,-0.002521703,-0.0081720855,0.0036274623,-0.008311618,-0.017785843,-0.002717979,-0.002014149,0.023062373,0.0012516634,-0.02008784,-0.0100214835,-0.013367801,0.008563788,-0.016710099,-0.018580984,0.015167887,0.007869609,-0.0068032923,-0.0020411399,-0.013613611,-0.021172933,0.014068764,0.00249791,0.0067565166,-0.01804,-0.0011192671,-0.007283792,-0.007867327,-0.011145403,0.026758958,-0.0018164095,0.015273736,0.015547697,0.0051126652,-0.014141926,0.007923125,0.02153514,0.020006748,0.0035579004,-0.006670491,-0.01014423,0.00109853,-0.018065466,-0.0025610186,0.01112236,-0.004219659,-0.005330141,0.012398876,0.009713673,0.002232484,0.0039860755,-0.016835153,0.0074806125,0.008368255,0.008286399,0.0058676414,0.012851969,-0.021599099,-0.008076131,0.012171681,-0.015012553,-0.02001147,0.009246443,-0.008503842,-0.023808096,0.007970199,0.008692937,0.0002970084,-0.012416939,0.0081519,0.0049331887,-0.00033701005,-0.011621861,-0.008826715,0.005945909,0.005454579,0.012291194,-0.007353054,-0.034181174,-0.009386319,-0.053542852,-0.0015517416,-0.010951271,0.0050791795,-0.024885736,-0.004268325,-0.006986863,-0.007449313,0.020112913,0.008696582,-0.011747494,-0.005135686,0.010981748,0.0117704375,-0.02158221,-0.006726394,0.0018900982,-0.025523037,-0.010456857,0.0006536625,-0.00968869,-0.01584845,-0.0056189373,0.012651067,-0.024078242,-0.01701652,0.01653278,-0.016930785,0.0085588675,-0.012954765,-0.013887473,-0.01880398,0.00096471846,-0.0044681765,0.0070200744,-0.008768941,-0.035577442,-0.016589858,-0.0093937805,-0.008067488,-0.011623126,-0.00583738,0.018150833,-0.008014082,-0.0033008617,0.01101668,0.01716343,-0.0030337907,-0.0067609013,0.009319826,0.008831009,-0.012744402,0.026696356,-0.005066196,-0.028783508,0.014392166,0.016406365,0.027551843,0.0047729295,0.013559426,0.00081244926,-0.0027405196,0.043347362,-0.002782232,0.0048472,0.004883666,-0.007305244,-0.02553847,-0.015876073,0.01593298,-0.007337697,0.008140499,0.01609812,0.0019573283,0.012097827,-0.029685663,-0.0105936425,0.016781218,-0.018222261,-0.002865317,-0.014576466,-0.016324434,-0.023574065,-0.0022152916,0.00961847,-0.0054667057,0.014032157,-0.021861322,0.009913956,0.0197623,-0.009944557,-0.020571668,-0.045598462,-0.006755192,0.021167565,-0.020369342,0.0032843505,-0.016877817,0.0037937695,-0.021879708,0.026610825,-0.016091837,-0.00353401,0.009491535,0.018576855,0.014180967,0.018455062,-0.0053433036,-0.0047906092,-0.011665493,0.0041636173,-0.017086118,0.006995491,-0.011242788,0.027421385,0.00068230653,0.0026274382,-0.00064128556,0.003758619,0.0013786356,-0.0021485358,-0.0071780384,-0.021721646,0.0071567786,0.015105965,-0.0017302425,0.027311081,0.0064523392,0.0055842935,0.011961776,-0.009785539,-0.01634134,-0.0061709625,-0.007498038,0.025660504,0.024850834,0.0072070626,-0.0072378744,0.0033980375,0.03655341,-0.0042044995,0.006673784,-0.0027693056,-0.0015741378,0.017054548,-0.009680045,0.010773626,0.029817007,-0.020615293,0.0042827525,-0.0040767216,0.0050822985,-0.021091087,-0.01469301,-0.00425811,0.0098443795,0.0012691534,0.0033528744,0.008523886,0.023932872,0.010449988,-0.002179305,0.014275608,0.004489388,-4.303789e-05,-0.005810825,-0.01295217,-0.012964659,0.0170372,-0.0030290291,0.001950316,0.011542246,-0.014335316,-0.018498711,0.021145087,-0.011267611,0.0048383125,0.009412435,0.020774897,-0.015615178,-0.012673093,-0.00091916625,-0.01817824,-0.0014104185,0.05341578,-0.009865277,0.024041576,0.013052607,-0.00944576,-0.014670798,-0.00045174253,0.0038547076,-0.016520342,0.0149557935,-0.0008658806,-0.00070543843,0.007701824,-0.025990732,0.0040177233,-0.031172015,0.004303139,-0.008843713,0.015823804,-0.010742858,-0.013712865,-0.012220251,-0.00095272006,-0.01181857,0.011195022,0.017753985,-0.015773553,0.010238087,0.015854077,0.036613043,0.17516422,0.11964024,-0.017228466,-0.02743995,0.0038463688,-0.010245107,0.012453274,0.0141180465,-0.016807724,-0.007806366,-0.0028980954,-0.006334722,0.01671043,0.003088968,-0.014754193,-0.010176909,0.014759217,0.001421148,-0.018233774,0.004820566,-0.015279009,0.017838154,0.012780977,-0.01583281,-0.010221134,-0.0032498494,0.0054821055,0.001350047,0.03530216,-0.004660454,-0.0010293223,-0.0013166885,-0.023771018,1.1222203e-05,0.017038003,-0.017857919,-0.024172816,0.0063204104,0.0012040597,-0.010469895,-0.015243257,0.0043268865,0.0063328366,0.019458875,-0.019029291,-0.024543082,-0.013753986,-0.030528298,-0.011820376,0.011158829,-0.007155368,-0.016794784,-0.025833307,0.022198265,-0.016218772,0.011850296,0.006920197,-0.0021844904,-0.015702534,-0.0074299974,-0.0018428878,0.006827028,-0.00049982994,0.0054534962,0.019041447,-0.016924372,-0.011814515,0.0014389,0.011890229,-0.0043445555,0.014694008,-0.0055025616,-0.0035975953,0.0011708608,-0.024462909,0.008440947,0.002618634,-0.007114265,0.010523218,-0.004817448,0.0018341728,-0.00602999,0.0040244735,0.014163384,0.009319055,-0.0109078,-0.00041402274,0.020925714,0.103434645,-0.0030744008,-0.0060700774,-0.028310126,0.00465264,0.0032119586,0.014125437,0.06946336,-0.011459355,0.017692365,-0.015499994,0.0025152627,0.0018444349,-0.025779633,-0.002241289,0.025235413,-0.0062317597,0.007429269,-0.0023205236,0.013108736,-0.03193795,-0.007014239,0.017893797,-0.0018670135,0.030788919,0.017250732,-0.023074726,-0.023019304,0.011300665,0.008686432,-0.08773033,-0.030747188,-0.0025963245,-0.024882635,-0.00063042116,-0.002050544,0.029878153,0.004689976,0.0069370777,-0.018876692,-0.012286807,-0.002642737,0.009296514,-0.0050766133,0.00030561854,0.0183156,0.020957392,-0.029008264,0.02739663,0.001652321,-0.0042507723,0.004255216,0.00059161073,0.0014322891,0.0052838023,0.0012522715,0.010309661,0.01228159,-0.013571804,0.011024032,-0.008568412,0.0029295397,0.01092823,-0.0008040591,-0.01753774,0.015228412,0.013302569,0.020846676,0.014901594,0.0103760045,-0.008611511,0.00079223595,-0.008890043,-0.036975957,0.008097797,0.0031755678,-0.014797922,-0.01571876,-0.022670701,0.04415794,0.050653454,0.0015544483,7.0863476e-05,0.008888606,-0.013851875,-0.0024416477,-0.007315112,-0.014684456,0.006050348,0.0027833604,-0.02486345,-0.009345726,-0.004549704,-0.009395236,-0.009693158,-0.0054943953,-0.002530216,0.023200108,-0.0010188915,-0.005606891,-0.0070486832,-0.0018535953,0.006330887,-0.00583087,0.0049473755,0.0005491419,-0.034942716,-0.00061915687,-0.006439466,-0.0011605037,0.010148637,-0.013197242,0.0066930996,0.1144301,0.032061666,-0.005453307,-0.011933847,0.019856809,-0.015491903,-0.00043043384,0.01969767,0.0016201294,-0.004499147,0.00320157,0.0019626855,0.012280039,-0.006411825,0.024397578,0.0057864552,0.015415877,0.0011615778,0.024860926,0.0072416607,0.025455093,-0.03662264,-0.003527246,0.009085375,-0.0053605116,0.007817472,-0.026245149,-0.0012618604,0.007107934,-0.012854636,0.0022696243,0.0023040376,-0.017183319,-0.02472836,0.00239535,0.0058410987,-0.020886429,0.016843587,-0.018273173,-0.008085764,0.017948152,0.0015172452,-0.0051830094,0.016565021,-0.04688728,0.18470669,0.005220107,-0.01224578,-0.014885947,-0.013376389,0.0027016164,-0.024875125,0.01480986,-0.004181302,0.0064712516,-0.02016668,-0.011689059,0.010757912,0.018804746,0.017039595,0.0022924475,0.02290424,0.01459092,-0.017167324,0.0047369776,-0.0038348378,0.028762467,-0.000880984,0.007814048,0.008157475,0.014278405,0.008778884,0.008663945,-0.010601574,-0.015489318,-0.0012331738,-0.009691316,-0.00978164,-0.0028463828,0.008982539,-0.004532951,-0.0013758966,0.0036412377,-0.009302347,-0.009050983,0.019644592,0.015101552,-0.020308131,0.00958578,-0.016984938,0.020408858,-0.016749345,0.006669757,0.0029830225,-0.010465925,0.013501825,0.0069975574,-0.0058021815,0.008116282,-0.00037141994,0.0035145658,-0.023796776,0.013478951,-0.028062942,-0.010312931,-0.02425822,-0.0129735535,-0.0072085084,0.007893867,-0.0022762972,-0.010254212,-0.0050053373]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 168,
          "content": "BHP locked in stiff iron ore price talks with China's state-owned buyer",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0029597525,-0.006995859,-0.010352696,-0.09575474,-0.0015127594,0.022990713,-0.008594338,-0.020481855,-0.028259052,0.0054622036,0.010390607,-0.01576647,0.026440842,0.012056384,0.11178814,0.010503473,0.011323354,-0.0034724888,0.021091616,-0.007816438,-0.002350189,0.0061194017,0.002283807,-0.0003813187,0.020603964,-0.016571408,-0.010190007,0.008836258,0.041053727,-0.009992211,0.015477661,-0.026996275,0.012244626,0.023050208,0.026439723,0.026082486,-0.0058595384,0.014486134,5.058862e-06,0.005294153,0.015840076,0.025888545,0.008538083,0.012222898,-0.009053439,-0.01956833,0.0107557215,-0.021678252,0.015192788,0.007835113,-0.007819995,0.012957396,-0.0045738025,-0.16875,0.002942358,0.008728282,0.006356741,-0.021039585,-0.00028283696,0.0065037506,0.0014133889,0.027583685,0.0032303864,-0.0276162,-0.002225814,-4.7398877e-05,0.018119346,0.01677415,-0.0058696526,-0.011497268,0.013912327,-0.035760723,-0.027633088,-0.018436106,0.0074220644,-0.0046159234,-0.018233884,0.0062062168,-0.0057631363,-0.0090940045,-0.038195416,-0.042742237,0.0047256383,-0.0007128134,0.008434961,-0.011242719,-0.010807899,-0.01367347,0.005006179,0.021419441,0.0023079203,0.010414348,0.024016883,-0.015963923,-0.013881529,0.019888856,0.0054446985,-0.015585367,-0.0003608479,-0.034058105,-0.011084057,-0.006668656,-0.009009382,0.01112688,-0.007746078,-0.03031256,-0.01312587,-0.0068359924,-0.011841443,-0.01258877,0.0037743072,0.014308667,-0.04595427,0.011556434,0.024518203,-0.12293606,0.004604099,0.0028418296,-0.020909442,0.008274914,-0.025787456,-2.6875316e-05,0.024993304,0.013468079,-0.017522624,-0.015275012,-0.017516432,0.007881961,-0.033925936,0.016582612,0.01573262,-0.028863616,0.008874824,-0.014501797,-0.0058196736,0.026647644,0.017640512,-0.019311998,-0.0042805998,-0.040720664,0.025762519,0.022515107,-0.020048894,0.011309724,-0.013322958,-0.031650897,-0.0009880301,0.02108754,-0.02286367,-0.012506796,-0.021131916,-0.0053026318,-0.007187814,0.015241988,0.012881087,-0.040045258,0.014645415,-0.0045501753,0.010475712,0.015206569,-0.026682625,-0.04652162,-0.007175737,0.0062017017,-0.02153523,0.023036465,-0.0031683974,0.02317942,0.0014559053,0.04096018,0.014460719,0.012112721,-0.0023517774,0.020678582,0.028262204,-0.015146868,0.018223485,0.02171188,-0.015437605,0.029467141,-0.00093327503,-0.0056909923,0.0058784527,0.023786446,0.0057443753,0.020518815,-0.00410467,-0.024849322,5.4975717e-05,0.0028045853,-0.018763004,-0.014095755,-0.01642952,-0.023299279,-0.017756408,-0.015496243,-0.030348744,-0.01821724,0.0027392425,0.017640918,0.01753423,-0.0009440675,-0.004886643,0.015644852,0.011524761,-0.022445135,0.0066329706,0.005706311,-0.014706222,-0.010595251,-0.02219627,0.013006559,-0.008004528,-0.008830422,-0.0041106204,-0.0050558643,-0.033685457,0.021630181,0.00066816516,-0.0010873084,0.035653673,-0.007233374,-0.021254985,-0.008244877,0.016722525,-0.0026556333,0.012195313,0.0062217447,-0.0004919761,0.019423934,-0.0071014925,-0.035670277,-0.013702393,-0.017245086,-0.019612977,-0.02219684,-0.01849397,0.0024485989,-0.003612958,0.022055877,-0.019342445,0.023741428,-0.012465871,0.0010968526,0.0029433244,-0.0070828684,0.017138135,-0.013255532,1.2017585e-05,0.011492335,0.011436995,-0.013092404,-0.010972257,0.009846883,0.05193653,-0.03216129,-0.0038198626,-0.0014521519,-0.023896597,-0.007773354,0.0027712497,-0.009410457,-0.007981691,-0.003467519,-0.009669065,0.014160903,-0.008298547,-0.018092977,-0.027564334,0.025901942,-0.027795777,-0.005668329,0.011126029,-0.00043969243,0.009464551,0.013280432,-0.05873197,8.25671e-05,0.011283617,0.0025270097,0.002166292,0.008730926,-0.0066214143,-0.025085364,0.015843846,0.0017519575,-0.029674973,-0.0072858585,0.012242835,-0.017986173,0.009723201,0.005167446,0.005024453,0.0015688125,0.02317285,0.010897839,0.0131302355,0.006414058,-0.005659542,-0.014409425,0.008217745,-0.028621154,-0.015358938,0.042101916,0.0055704643,-0.016046615,-0.029546764,0.026531897,0.020165382,0.007056703,0.015121597,-0.010736189,-0.004723605,-0.008198944,-0.004161144,-0.02229737,-0.01825686,-0.0071096364,-0.030696366,-0.0024027496,-0.033814,-0.01484038,0.022500712,0.019840667,0.009869488,-0.01698294,0.0031196005,0.0032156296,-0.017746955,0.01981196,-0.019602275,-0.0037015907,0.008072668,-0.00962466,-0.012085429,0.0047103227,-0.012642971,0.030911496,0.004828415,-0.0042098113,-0.011453626,0.039478764,-0.005890428,-0.012431436,0.010724572,0.0056093587,0.009538889,0.047753114,-0.039478876,-0.017581884,-0.031762484,0.008642743,0.009825375,-0.030852782,-0.027260516,0.019740917,-0.016603427,-0.0263698,0.01583958,0.032008447,0.00030726875,0.0050130733,-0.00199911,-0.014698306,0.009301505,0.0062349387,0.01563603,0.004433393,-0.039012525,-0.019724319,-0.0023917102,-0.02657746,-0.00685204,-0.0036391015,-0.024337946,0.035010383,0.012427781,0.0023274892,0.011428958,-0.006802026,-0.013504772,0.025779193,-0.008850535,-0.011367793,0.023307526,-0.029224364,-0.0033001446,-0.009560565,0.011648734,0.036331818,0.0063435114,-0.0051951376,0.005405885,0.008967819,0.0058449595,-0.022399623,-0.008590857,-0.0088084815,-0.03219916,-0.03202476,0.0038521583,0.021045335,-0.0054337867,-0.003766359,0.009644609,0.0011080765,0.006964152,0.016424973,-0.007724807,0.017030416,-0.00084329984,-0.0060245413,0.015166691,0.02112185,0.018318223,-0.0044230595,-0.036636718,0.02136412,0.014058263,-0.0029109896,-0.018438978,0.041021578,-0.02058678,-6.287262e-05,-0.014775817,-0.0051953876,-0.01138224,-0.009566924,0.017325848,-0.025639396,0.019638898,-0.016285758,-0.0004985381,0.0034423089,-0.021554852,-0.0060215355,-0.02094112,-0.011465518,0.0064899693,-0.010422083,-0.024289794,0.01988673,0.0037432243,0.026984405,0.016255137,-0.009848589,-0.016750878,0.001585414,-0.004918644,-0.0025895454,0.0074234647,0.0013143596,0.030445194,-0.020488529,0.025501523,0.015899537,-0.0046690996,-0.0034962185,0.016469682,0.01889058,-0.006266387,-0.015648253,-0.017435633,0.02789476,0.0013359593,-0.0075449105,-0.0030437764,0.0006206789,-0.0023327437,0.01993095,-0.003532311,0.004819973,-0.02350246,0.012599455,0.0075247777,-0.016379897,-0.022873126,0.0022219352,-0.025662906,0.0219715,0.02046087,-0.0119322175,-0.0095216455,-0.0032360821,-0.0065970416,0.012447296,-0.03741177,-0.018362189,-0.015512156,0.03210565,0.020861996,-0.008345368,-0.0022570498,0.0008339895,0.0073432913,-0.011767784,-0.0037730224,-0.0032930719,0.029849617,0.016465634,0.008892953,-0.0010946202,-0.016277483,0.0057328385,-0.021857852,-0.043655697,0.01057748,-0.0017155337,0.009724194,0.023622725,-0.02477733,0.027986811,0.005672161,0.009408319,-0.012221031,0.011126417,0.031968914,0.0048614894,0.0026709747,0.026161827,-0.03454357,0.008466539,0.0008838414,-0.007120034,-0.0059797536,-0.021657517,-0.026469035,0.008619091,0.0118297115,-0.0040874034,-0.026182111,0.0003998556,-0.0069305627,-0.007897491,0.012334258,-0.017559025,0.013382655,0.010295074,0.028058304,-0.0014231567,-0.003934801,0.020423394,0.005481421,0.0019356728,0.004569418,-0.05051626,0.03563546,0.009034043,-0.013994677,0.004057623,0.025778022,0.031346835,-0.016599758,0.042119857,0.008433183,0.012338331,0.012629449,0.026861014,-0.0028309226,-0.010567169,-0.0038479976,0.024035618,0.011491125,-0.028118635,0.007396825,0.0044042417,0.028792815,0.0035004732,0.020729117,0.017696366,-0.01026031,-0.0037305197,0.01603995,0.0053225975,-0.0010552504,0.026396817,0.0013381527,0.0053111026,0.0023948434,0.0062469565,-0.005470213,0.026112122,0.0070580235,0.019477755,-0.0044593485,0.0066123637,-0.0026659563,0.026797537,-0.022655638,0.029602032,0.008214303,-0.021063834,0.0080025615,0.009998467,-0.026652891,-0.034340043,-0.006919456,-0.0133863175,-0.0040949862,-0.000526121,-0.009927453,-0.01025014,0.013432141,0.0024118195,0.028484335,-0.008843345,0.04332619,-0.008159279,0.011039136,0.008714982,0.006260512,-0.0046828687,-0.009469757,0.03083073,0.032972764,-0.0103292,-0.00995748,0.0058657224,-0.022446504,-0.011235399,0.01233486,-0.029999165,0.023584506,-0.0018346376,0.023834398,-0.00041364648,-0.032196328,-0.09691845,-0.03028046,-0.02252287,-0.029987158,-0.014905588,0.00802592,0.0106777735,-0.007887368,0.015126697,0.04190945,0.032486945,-0.02322335,0.036738686,-0.021460665,-0.001950259,-0.022319552,7.3803145e-05,-0.010962894,0.029635154,0.00341372,-0.002094526,0.011765795,-0.0015356595,-0.00042271242,-0.006579,0.03446371,-0.033827864,-0.013203453,0.009707374,0.018255282,-0.019731889,-0.14093609,0.025978899,-0.020778317,-0.040557627,0.028796611,0.0050436226,0.013742924,0.01818015,-0.0050207153,-0.039748613,0.0067268396,0.029235274,-0.009903111,-0.017574236,0.036416404,0.08831389,-0.026877679,0.031051572,0.009497999,-0.010371337,-0.008559406,-0.010415768,0.006445516,-0.016469073,0.012792019,0.025003217,0.0077626267,-0.0024109476,-0.012044983,-0.015354931,-0.013809298,0.0143682165,0.012277482,0.0029720622,-0.012992308,-0.019800099,0.007054977,-0.007442795,-0.000539976,0.013817121,-0.0030935672,0.001212166,0.018930558,0.015262209,-0.0063820304,-0.01380993,-1.4443041e-05,-0.019023016,-0.0012159033,0.014615514,-0.02305134,-0.08017756,-0.009407054,0.006997964,0.023534121,-0.0025795463,0.0019131872,0.012437208,-0.000190996,-0.025750883,-0.0007983775,-0.014487393,-0.0038827148,0.025044316,0.007745177,-0.021979554,-0.0017878124,0.007854334,-0.012184577,0.0074104927,-0.0071265833,0.007981402,0.014101522,-0.00024698433,-0.0116563365,-0.020350307,-0.0034149692,0.026555581,0.02002037,-0.0030252049,0.03198733,-0.0030305416,0.0060539814,0.00063670205,-0.0038117317,-0.011852705,0.013269665,-0.004740537,0.01426995,0.03267748,0.0025125558,0.004258227,0.013157692,0.0011261287,-0.017200632,0.021912336,-0.01885597,-0.0017019405,-0.018140292,-0.011331175,0.01313889,0.01891453,0.007263769,-0.019456057,0.02902727,-0.0025659627,-0.04777545,-0.010479502,0.044390377,0.010016516,0.010600964,-0.014496943,-0.01706504,0.012239068,0.00848692,-0.003935794,-0.01845481,-0.013776658,-0.002942149,-0.004014147,-0.0040068356,0.008493775,-0.005624924,0.030815285,0.010515953,-0.0009702949,0.010854005,0.023753855,0.010785357,-0.028254304,0.015053889,-0.0045676813,0.0089736385,-0.016687004,0.011106842,0.024935007,0.017497364,0.0039668153,0.013271183,0.0009792625,0.006159166,-0.008400482,-0.00030156373,0.004619237,0.005555738,-0.010924914,-0.0045922645,0.014169037,-0.0024243868,-0.0064484184,-0.0033139957,-0.017510954,-0.018188652,0.004356837,-0.00596332,0.0020988388,0.025209654,0.0013903377,0.00961027,-0.01019779,0.009370477,-0.005608505,0.003717279,-0.01324334,0.009549177,0.0064314753,0.0018762829,-0.0062071057,0.012762373,0.016216632,-0.0026106066,0.012134464,-0.0144892745,-0.0055641984,0.011984187,-0.011814354,-0.010335931,-0.009885183,-0.0024509893,-0.01415706,0.0072726887,-0.00012781446,0.015423763,0.012139735,0.004863192,0.014124737,-0.0012068718,0.01207128,0.00040062563,0.010528486,0.0024799271,-0.027178835,0.007370262,-0.013732468,0.0019975067,0.009677891,-0.0069507216,-0.0013106267,0.01704509,0.0043492117,-0.029893506,0.0040174196,-0.0041604456,-0.008208339,-0.03166888,-0.002990401,0.0013481032,0.0102902865,0.012066982,0.0051840157,0.018771958,-0.005076722,-0.0057645277,-0.004487954,0.0015076427,0.0108843185,-0.016909499,-0.0052044615,0.014790682,0.003633646,-0.008310347,-0.008552221,-0.0056103747,0.004473148,0.0019180096,-0.013603048,0.00402286,-0.007201636,0.0016508893,0.0075653796,0.0073435362,-0.0023164283,-0.015690727,-0.00020958397,0.013709285,0.00966725,0.019884761,0.009693365,-0.006203015,0.019038107,0.0016895962,0.00929786,-0.0065303086,0.0047377166,-0.011274495,-0.00044739764,-0.007598046,0.0056885765,-0.007593298,-0.012079359,-0.0010395166,-0.0019867767,0.0020316553,0.013266052,0.0139246425,0.0032641322,-0.019714482,-0.004214745,0.014080051,-0.0014342819,-0.00026343775,0.0031692325,0.0122271115,0.0013675654,-0.002562491,0.013844863,-0.02009303,0.013172791,-0.016376434,0.011879244,-0.008952791,0.0018090057,0.009979346,0.013738164,-0.011120399,-0.009122434,-0.0013434072,-0.008872414,0.008000925,-0.009728149,-0.0070674247,-0.011704217,-0.003952474,-0.0071904226,0.008169172,-0.0043310714,0.018378273,0.0114363935,-0.0017972608,0.0022026745,-0.014654904,0.0068407543,0.0061293715,-0.005245945,-0.002006367,-0.0120154265,-0.0020213928,-0.0024345813,-0.010978958,-0.010545925,0.0010975712,0.00060120155,-0.014554584,-0.0065987525,-0.0022539769,-0.02400459,0.00015383931,0.023789575,0.010191431,-0.0010877072,0.085450515,-0.0076610073,-0.0041145054,0.0073531405,0.0012206229,-0.0064535886,0.0048086136,-0.015885916,0.011418806,0.0027403794,-0.010150626,-0.015073771,-0.0058141197,0.015558879,-0.005638828,0.0034130313,-0.0022848754,0.0073256446,0.016373588,0.02087341,-0.028052771,-0.00041712404,0.0135131,0.0010749545,0.013575886,0.014825477,-0.0041153417,-0.0023033887,0.005437015,-0.008758986,0.021877639,-0.0064027766,0.0019843203,0.009824252,0.0025696643,-0.0027903605,0.0020443993,0.026642906,0.010133432,0.018635191,-0.0031432577,0.007285513,-0.0017211001,0.0048428164,0.017516335,-0.008861035,-0.02120363,0.0011641989,-0.0059463703,0.01582763,-0.0012713071,0.005271896,0.018552523,-0.0072283163,0.009360165,-0.0016965409,0.00038066384,0.0013589617,-0.0068544336,0.003630245,0.009591003,0.015259214,0.0067494786,-0.0042889477,-0.016617576,-0.015506243,0.0013082563,-0.0049860124,0.0017187955,0.009532532,0.004423731,-0.010977396,-0.014333447,-0.01401111,0.030953368,-0.0010162779,0.0061524143,-0.014386135,-0.01318713,-0.012740391,-0.0021694952,-0.017459845,-0.009992671,0.015323938,0.015464946,-0.0031834368,-0.0018865378,-0.0006841872,0.002088174,-0.022855125,-0.004406028,-0.022180494,-0.012304693,-0.00059358927,0.0014982336,0.0077558393,0.048351813,-0.0074500837,0.0029548248,-0.002386805,0.0007858456,-0.01740829,-0.0062231156,0.003616436,0.023959257,-0.0013422966,-0.005395057,-0.008757761,-0.009648087,0.00638059,-0.0039037124,-0.008102522,-0.020851992,0.0078042103,0.008689476,-0.019005118,-0.008907442,-0.0043004304,-0.01923942,0.021327926,-0.003385141,-0.00525898,0.007554059,0.0048482125,0.00016981529,0.00958824,1.8554083e-05,-0.012112093,0.0069924737,0.0064092246,0.0075090975,0.0021245184,0.0010353886,0.0033291813,0.013665725,-0.0041559855,0.01183286,0.008563862,-0.0046394416,-0.011332692,-0.0007585514,0.008958197,-0.008042652,-0.0033161617,-0.0076222336,0.01604944,0.0002646807,0.003411582,-0.0010514762,0.018013174,0.00316517,0.013173679,-0.0053195576,0.00032099723,-0.0064935894,-0.004120543,0.01800621,0.011837449,0.0021313636,0.009431183,-0.02268681,0.005339285,-0.001217187,-0.028965617,-0.01232642,-0.012403215,-0.009079159,0.00078336353,-0.0012139482,-0.004400736,-0.00093885825,0.00077878084,0.008403839,-0.0070249187,0.011872539,-0.02133697,0.011023162,-0.007258424,-0.0008135728,0.0017820996,-0.004985657,0.007901189,0.008059149,0.020290285,-0.015288313,-0.024337126,-0.008637149,-0.00010120195,0.014426249,0.005216725,-0.009583739,0.0075276075,0.008712146,0.011935549,-0.00034482972,0.015274836,0.0017780619,-0.001316307,-0.0031006087,0.011704193,-0.009322352,-0.011726767,-0.009421961,0.0028006474,-0.0039147898,0.0075172624,0.008955762,-0.0021428405,0.027427305,-0.0027422584,-0.0032935787,-0.0059808427,0.010037676,-0.0098597575,0.003628198,-0.0054939697,-0.007035421,-0.028853992,-0.001780069,-0.002891005,-0.014931891,-0.0031541362,0.006102786,-0.0020768102,0.016371483,-0.0038935419,-0.0011090917,-0.008921884,0.008950044,0.0068011275,0.0032706317,-0.008157333,-0.009096599,0.007786449,0.027455535,0.0030401007,-0.007261428,-0.00024669198,-0.010305589,-0.0065654404,0.016140994,0.019460049,0.008870343,-0.011816729,-0.008994281,-0.0010364993,-0.012889762,0.0026845336,-0.012949895,-0.007381808,-0.016763503,-0.00895484,0.018983312,-0.0031179623,0.0031092702,0.006566762,-0.019606946,-0.04223171,0.015713928,0.0005699001,0.020842481,-0.0001920722,0.0101075675,0.033953633,0.005683222,0.00878988,0.011226514,0.007742367,-0.013559794,0.005585126,-0.0021410775,-0.016163228,-0.00014531073,-0.011384516,0.0044438606,0.013207004,0.0016965849,-0.011099948,0.0051253582,-0.0066821384,-0.0106687825,-0.008772098,-0.013858772,-0.0025359243,0.007232406,0.0039133606,-0.0014504944,-0.0008969007,0.011242874,-0.007797304,-0.027815912,0.011775816,0.030165441,0.0111674,-0.0034150959,0.0007483785,-0.008964617,0.013726577,0.0002099234,0.0009816831,0.0023755906,0.006277136,-0.0004480108,0.007063197,-0.0137088895,-0.0053981207,-0.032421894,0.008948887,0.006526634,-0.012079553,-0.00905003,0.016605739,-0.01982365,0.009600771,0.0012296148,-0.017044272,0.012946065,-0.0053569623,0.004450472,-0.011593423,-0.00044924222,-0.025327822,0.011063806,-0.008171997,0.006856633,-0.023328269,-0.0019344484,0.0206984,0.010163829,-0.021363564,-0.0077354847,0.00011236785,0.0044699707,-0.007987189,0.017050654,-0.00872803,-0.017967345,-0.02284019,0.002840824,0.00505423,-0.014431953,-0.009558056,-0.0058005126,0.024054602,-0.018393207,-0.022581525,0.029058488,0.021059234,0.0015932596,-0.010005868,-0.0017118662,-0.023119364,0.009573225,0.0044612098,-0.008866576,5.364455e-08,-0.0020507546,-0.012379638,0.0022183333,0.0026414709,-0.0020226196,-0.011435384,0.023446053,0.0037015511,0.0069353473,0.007664187,-0.0010283458,-0.017182175,-0.0041020745,-0.003471489,-0.012297498,-0.008630802,0.007855631,0.0012882892,-0.017152982,-0.014356301,0.008070643,-0.0130463205,0.008096922,0.009524781,-0.018951828,-0.013681117,-0.0017082413,-0.0140467575,0.012101506,-0.02353271,0.0044463514,0.0101033375,-0.0038101398,0.0022289732,0.018953918,-0.006475126,0.013428537,0.0029956382,-0.014368849,-0.003273353,-0.012344516,-0.0020417061,-0.0012679802,0.026134664,-0.0075996364,-0.033880036,0.021129476,0.0002967785,0.0057171513,0.0105982665,-0.017461438,0.0053638364,-0.0054355054,0.0053041703,0.00061985495,0.00065961096,0.0050271237,-0.0035534506,0.0033370527,-0.0024816515,-0.007969284,0.017384484,0.0057605216,0.030711394,-0.0016695232,0.0060605947,0.0011706874,-0.010387854,0.018026205,0.0033148306,-0.0003579731,0.010724585,-0.005073206,0.0026292382,0.031865954,-0.005189327,-0.010806938,0.028035836,-0.016433304,-0.0036467805,0.000784962,-0.0026294906,0.026203,0.018791057,0.0129923485,-0.011319808,-0.0009066532,-0.01304505,0.018085651,0.0013310976,0.012750738,-0.0049351025,-0.02007216,-0.006159942,-0.004959117,0.0039959555,-0.0063267634,0.006569588,-0.00040279506,-0.0018483567,0.01009254,-0.018420644,-0.011983301,-0.0027191583,0.010159467,-0.014118355,-0.08109353,0.0051942132,-0.019842036,0.015422739,-0.010247261,0.00955741,-0.018591948,-0.0019963777,-0.018136228,-0.009495021,0.008468337,0.006109063,-0.024446672,0.0026380275,0.00024786705,-0.0016001018,0.006205703,-0.011922783,0.00903947,0.012288322,-0.0042566257,-0.0027187106,0.00021415869,0.020795448,-0.019118784,0.0149105545,0.0051643704,0.009797171,0.016926667,-0.0116533935,-0.008456598,-0.008237265,0.0027346173,-0.0027301342,0.031730786,-0.006505172,0.0052636093,-0.0029421956,-0.13779171,-0.008300888,-0.030945418,0.017332945,-0.0108387135,-0.0026057882,-0.0040864022,-0.0027882005,-0.0025541913,-0.0033761638,-0.012522717,0.004128463,-0.0076177414,-0.0075723585,-0.007024679,0.0031038995,0.003591227,0.015545458,-0.0044862377,0.012156072,-0.012080999,-0.017180804,0.007627012,0.012548088,0.008403536,-0.001421745,0.009252031,-0.006849471,0.010041949,-0.007272539,-0.016287994,-0.017060602,-0.005647124,-0.0153189,0.010855568,0.0068652746,0.005143256,-0.003465874,0.0144031,-0.004748399,-0.0012667646,-0.02783756,-0.013221263,-0.0022311816,0.01190459,0.0022390669,-0.0021424505,0.00607419,-0.0033114904,0.009326326,-0.0057360283,0.008727728,-0.0032799228,-0.0032653385,-0.0038004078,-0.012003892,0.0016155465,-0.0041253166,0.021728477,0.009547171,-0.015360826,0.002812697,0.015155709,-0.0019216613,-0.0022607741,-0.0035099122,0.002621843,0.010937326,0.011333449,0.0025008402,-0.0010298255,0.018194847,0.022138525,-0.0073306956,0.014781768,0.007518144,0.007907716,0.0051808297,0.010243969,-0.017229047,-0.020716105,0.01730782,-0.020405976,0.011420473,-0.009393729,-0.005031095,-0.024754886,-0.02600007,5.6588367e-05,-0.045867246,-0.018543404,0.013143808,-0.024048511,-0.013951886,-0.026458135,-0.013716958,-0.010245569,0.003736666,-0.015573647,0.011822169,0.015861854,-0.0046135634,0.008196972,-0.00017259139,-0.009827557,-0.0120926155,0.0097144935,-0.01669241,0.015103203,0.016465303,0.005925453,-0.015733298,0.031929713,0.011134974,0.0054758736,0.007651385,0.010402661,0.031119784,-0.021106107,0.005827875,-0.015512569,-0.02851084,-0.001666388,-0.011016178,-0.013137321,0.00802952,0.010092855,-0.011851282,0.0012729041,0.029193914,-0.013420609,0.01317763,0.0019523355,0.01192351,-0.0006155549,-0.014798311,0.0010874826,-0.0061311466,0.001416266,-0.016615067,-0.0060435673,-0.015748054,-0.010669698,0.0039387587,0.0035324586,0.0032386733,-0.0023874084,-0.02337413,0.0033377518,0.00025501053,0.008399877,-0.0098183965,0.0010594953,-0.013091707,-0.001115008,0.0065606157,0.02150454,0.0073849475,-0.012593457,0.012503425,-0.009533874,0.011383784,0.004942486,-0.00973059,-0.0070859394,0.018543137,0.013664361,0.0005528913,0.0024440016,0.01816885,-0.0021250977,-0.00828106,0.015213596,-0.015890911,0.01752086,0.0030918187,0.023618769,0.013518313,0.0048685693,0.028251784,0.013951601,-0.020044116,-0.00050175976,-0.0019775243,0.020942518,0.0012474786,-0.036963485,-0.0060090073,0.019816333,0.01001859,0.026227543,0.013679466,0.00093124347,-0.015565523,-0.022113517,-0.0059265764,0.01705508,-0.0005418729,0.0054247105,-0.0015680226,-0.021599414,-0.015110406,0.01823956,-0.15905105,-0.021153517,-0.0033269888,-0.003542795,0.02318055,-0.004122502,-0.0044793626,-0.010653912,0.039430473,-0.020084618,0.010391349,0.011943751,-0.030038884,0.009764667,0.016654981,0.012891838,0.00010966543,0.0064744195,0.011976895,0.009529739,-0.022680223,0.004305205,0.021031795,0.017160637,0.00047347764,-0.0050553796,0.013819985,-0.0127330385,0.028036006,0.016786829,-0.004427567,0.01830797,0.005689549,-0.012848465,0.009813144,-0.008184784,-0.028064791,-0.0075522056,-0.0062776594,0.0037226393,-0.00038211312,0.012162397,-0.00060865947,0.010458968,0.008765885,0.013493374,-0.013703295,-0.03080555,-0.012867423,-0.006543637,0.003965003,-0.029867154,0.012181658,-0.0147166,0.010469579,0.0065742913,-0.0018559869,0.006750279,0.006396049,0.008189997,-0.007781213,-0.0022090897,-0.0019805145,0.005251509,-0.017444395,-0.00123901,0.039231595,0.15393485,0.004943078,0.017536199,0.020433247,0.01267025,0.034046326,0.0018691189,0.007432526,-0.016935274,0.0030029062,0.006581949,0.0063551473,0.020150501,-0.042596534,0.0004890992,-0.008048082,-0.025271205,0.0191091,-0.0055704447,0.012564684,-0.015820954,0.014667948,0.005989783,0.004442661,-0.0035016576,0.008528038,-9.2865645e-05,0.0030816407,0.009116497,-0.0014792426,-0.0147839775,-0.028263254,0.024853457,-0.012436919,-0.0019755256,-0.018037826,0.0046292255,-0.0060429266,-0.009952285,-0.026826786,0.006901711,0.011561054,0.0029306747,0.0060673095,0.00040038,-0.0041220174,0.0056617777,0.017231248,0.0011459772,0.005176529,-0.026897302,0.007523978,-0.0048127617,0.0072669904,-0.011027389,-0.0021669795,0.011062475,-0.02438308,-0.014913972,-0.007932777,0.02139307,-0.00235258,-0.003830904,0.0030493152,0.009124841,-0.009567406,-0.011480491,-0.029717846,0.019930378,-0.106369786,0.0003046528,-0.030758038,-0.0064878752,0.015340241,-0.025889808,0.009211399,0.019505,0.008548588,-0.001920794,-0.009954631,-0.0033231608,-0.005872207,0.0057500037,-0.012582002,-0.0011668914,0.0045177764,-0.0025263287,-0.005960954,-0.0022748185,-0.008671147,0.025184326,-0.008589323,-0.0140083935,-0.011783989,-0.028320257,-0.022540895,0.012797218,0.00037556127,0.008143794,0.0055047898,0.019540902,-0.006010794,0.028414872,-0.013954659,0.02548808,0.004027835,0.019449016,0.0033354969,-0.010241291,0.01150997,-0.010900295,0.005742473,-0.0040252996,-0.0038115913,0.008548168,-0.010959001,-0.01630257,0.020809494,-0.009356791,0.0062428582,-0.0073626703,-0.004948463,-0.013831808,-0.029869085,0.0021588153,0.008033552,-0.02243178,0.026225233,-0.010800431,-0.010715284,-0.021276606,-0.0053078374,0.02537725,0.00095032825,0.022908464,0.00702707,0.0018224446,0.018327408,0.008545256,-0.013128092,-0.020122822,0.015981287,0.0049474756,0.009467864,0.010595855,0.000278502,0.0033456436,-0.023934148,0.01016882,-0.0108993985,0.010773467,-0.01157307,0.0056956103,0.011856757,-0.0025874665,0.0016901945,-0.0031764118,0.022921806,0.014618729,0.0058594854,0.003952316,-0.0041734674,0.007552732,-0.00036559303,0.001846015,0.015148459,-0.0061440933,0.014628623,-0.03251254,0.010426461,-0.005951718,-0.00897647,-0.008643471,0.00076992466,-0.010610363,-0.023311982,-0.0067694383,0.0023147513,-0.00057412987,0.0149196,0.009936921,-0.01773869,-0.00806191,0.0016575189,-0.01960265,-0.043829177,0.005993216,-0.004583297,-0.007910705,0.0074828574,-0.0099526765,-0.019911725,0.012572622,-0.011816599,-0.00629417,0.00050669373,0.0037649982,-0.0017760237,-0.0061577563,0.0019972355,-0.013661003,0.015704243,0.009292695,0.01588391,-0.017910926,0.020444863,0.004614945,0.010157214,-0.005604192,0.0020477748,-0.0008037451,0.012062177,0.009610496,-0.004957388,-0.0087572215,0.0017860669,-0.0002534928,0.01189656,-0.012526142,0.003234897,-0.023746634,-0.016844766,0.005371086,-0.0005089551,0.00048778445,0.007134692,0.009982286,-0.015795818,-0.0006114626,0.02585928,-0.009024408,0.014330383,0.011394894,0.0022699418,-0.00057478505,0.02694599,0.0010285806,-0.030826805,-0.011375814,0.015582618,-0.0018967724,-0.0054009403,0.017204259,-0.011293285,-0.016592577,-0.005614694,-0.011870057,0.0033589911,-0.07430426,0.00084613997,0.010975215,0.00078900164,-0.0049974606,0.0041734027,-0.011898836,0.0076109543,-0.0072059142,0.0049867453,0.0115996655,0.0058488934,0.016496988,-0.033835806,-0.025301619,-0.013419715,-0.015254699,0.011782339,0.01722875,0.0041507212,0.0017633031,0.017076863,-0.012639378,-0.0021614456,-0.006360327,-0.00709057,0.007090016,-0.0055994904,-0.008033281,-0.010411932,-0.025558794,0.01808295,0.0016343318,0.0074977805,-0.00076918025,-0.027807068,-0.036015235,0.024359308,0.02923625,-0.020363726,0.010993402,0.015174472,-0.019143604,0.007751647,-0.0054102386,0.019655572,0.011193308,0.011069672,-0.037028354,0.0037727787,0.05310712,-0.006604357,0.0038083952,0.0068840096,0.005400445,0.009536176,-0.0082020415,-0.018344933,-0.01494126,-0.017494,0.02728515,0.005865521,0.004132251,0.03037201,0.006025486,0.0072305934,-0.0066407975,-0.0012619321,0.009307776,-0.0055006747,0.01625767,-0.018552229,-0.023190627,0.0008058171,-0.006879071,0.014419558,0.003393754,0.017616156,0.00091893296,-0.0101897,-0.014890363,-0.014704022,-0.0021545256,0.07076396,0.006582919,-0.008142389,0.003993859,-0.104105294,0.0050424254,0.01253378,-0.022621118,-0.0039651506,-0.004554369,0.002154443,0.029865615,0.01870846,0.0008466446,-0.0043547386,-0.007021741,0.011887645,-0.004442717,0.0076323696,-0.013784636,0.004832494,0.015310924,0.0030016997,-0.01421092,0.009281943,-0.00071495044,0.015075365,-0.009201008,-0.0065997224,-0.016477529,-0.02032598,-0.008602222,-0.0020994549,0.015356288,0.010408349,0.0016788095,0.00067861244,-0.011689245,0.015266507,0.0075962525,-0.012308433,-0.008675721,0.01062509,-0.008445055,0.022080733,-0.0033996839,0.0040122517,-0.0068581174,-0.004240833,-0.02296506,-0.0036205098,0.013376326,-0.018947441,-0.031078396,-0.0010666747,-0.017649004,-0.0154202785,-0.0039542397,0.010659583,0.004538066,-0.0036664044,-0.03181063,-0.010736844,0.0031635317,-0.012819632,0.0014865962,0.0055904207,0.00072537555,-0.01544393,0.003982816,-0.012824545,-0.0053337966,-0.009150917,0.0019031289,0.0060229055,-0.008537015,0.004469432,0.018286943,-0.009829339,0.00511866,0.0051722312,-0.008736268,-0.023277007,-0.008450738,0.008101367,-0.002692238,-0.0064362995,-0.01426234,0.018823309,-0.005955227,0.013632418,0.005016243,-0.00899633,0.00029755064,0.00019186636,-0.02080176,0.0036175249,0.025103237,-0.0014182733,0.0046933,0.017892051,0.010184137,-0.003329297,-0.0019241396,0.014233878,0.0025222648,-0.030681234,0.008349509,0.025371129,-0.003255909,-0.0056046806,-0.00877231,0.010719842,0.0010291074,0.0045205527,-0.009232355,0.0089767855,0.0054771737,0.011072683,-0.004761518,0.022938125,0.00838077,-0.001835735,-0.0059085125,-0.00944672,0.011032618,0.007492377,-0.039054267,-0.0066440427,-0.0038226664,-0.009179391,-0.01156327,0.008935317,0.021540845,-0.0023059964,-0.014979434,-0.018123249,0.013249798,0.0026882326,-0.013420019,-0.020370945,-0.009942917,-0.009613084,0.0032033632,0.00041804352,0.019903013,0.0058841766,0.024389978,2.3877248e-05,-0.003213667,-0.014934321,0.0117826825,-0.0051634293,-0.032833546,0.02987005,-0.00076962734,0.0005724642,-0.0050484645,-0.005941028,0.017345913,-0.0023032704,0.009739551,0.037882846,0.010904466,0.0024124864,0.00543852,-0.021617688,-0.013262949,-0.0151362615,-0.008675664,-0.015786627,-0.003187648,0.01557437,-0.0018321933,-0.0055051786,-0.003748518,0.009477441,-0.0063277613,0.03178014,-0.019112334,-0.017677505,0.024409065,0.011620026,-0.014428994,0.0042351177,0.0122485235,-0.019837026,1.6021939e-05,-0.0035699573,0.0048824344,0.0106801605,0.0010217947,-0.008408996,0.0041644317,-0.00097453943,0.030746253,0.012462513,0.0133452965,-0.009687404,-0.026234208,0.005894713,-0.004733433,0.0032761507,0.013023493,-0.01886839,-0.00882733,0.0046250927,-0.025417361,0.0028441907,0.011862471,-0.0036744052,0.028103778,0.0071996492,-0.0003231385,0.011672811,0.013610596,0.0063727,-0.008573775,0.004459722,-0.008661507,-0.0024904127,-0.008993798,0.01634513,-0.01852689,0.012709468,0.024344584,0.013877249,-0.011545653,0.014436098,-0.013117339,-0.01223068,0.0016223746,0.012162778,0.020315649,0.017851153,-0.015789757,-0.024833066,0.021980407,0.02972452,-0.0014636451,0.0073853214,0.0155975325,0.0129663795,0.021659264,-0.0019093782,0.013476953,-0.001123089,0.0027520203,-0.0091252485,-0.004420834,-0.015912302,-0.0009940474,-0.015286454,-0.0078037013,-0.010628486,-0.0206796,-0.022648178,0.0058979974,0.02985248,-0.004970715,0.0018779504,-0.006867831,-0.018432043,-0.00078449334,0.026368884,0.0021090668,-0.0072647035,0.005682441,-0.03681892,0.018855833,0.0016608322,-0.0015099226,-0.01279767,0.0006421337,0.005786017,-0.010492541,-0.034566734,-0.0011766381,-0.009963578,0.007969485,0.0045442283,-0.021150762,0.02042988,-0.00966506,-0.021154754,-0.0096258605,0.009004472,-0.020817738,0.0233779,-0.009725635,0.018248577,0.002968147,0.006087951,0.0040938356,0.005129634,0.008874015,0.036185242,0.0055826115,-0.01213424,0.004458654,-0.011270297,0.013421751,-0.008139984,0.0019813115,0.010564266,0.012668714,0.010366571,0.015720423,0.011347519,-0.0073053604,-0.018180855,-0.014079928,-0.02286268,-0.0039215167,-0.020002328,0.013801028,-0.010137634,-0.011698215,-0.031369537,0.0079871975,0.0114297,0.007918949,0.016754568,-0.031316057,0.012623141,0.021055039,0.01880614,0.016483268,-0.00403948,0.002101265,0.009289484,0.028863234,0.009119325,-0.0068828175,0.03399452,-0.0126698725,-0.037579514,0.0004247161,0.0118184015,0.008152288,0.015220687,-0.004151079,-0.0021900844,0.0152768465,-0.009817593,0.012472797,-0.0033136804,-0.013737708,0.006303556,0.0019554729,-0.014998164,-0.007865155,0.011719432,-0.0071457988,0.010059041,0.017253924,-0.001818807,-0.0002696654,-0.003784063,-0.0070392927,-0.0014446971,-0.011032244,-0.0022156707,-0.019739436,-0.0020050223,0.022088714,0.0049793706,0.012878583,0.033104982,-0.00012808683,-0.015982915,-0.019820508,-0.000798874,-0.011750709,-0.0060940427,0.026388971,0.0016861998,-0.013664493,-0.018576715,-0.0036452694,-0.00044522443,-0.018908912,0.00667488,-0.0038774258,-0.0241397,0.007902218,0.0060852063,-0.0072734593,0.006778844,0.02455326,-0.024603946,0.011117786,-0.0042976635,-0.018108794,0.009756339,-0.0036129127,-0.010557883,0.00014776624,0.0129719805,0.001217388,-0.028049428,-0.016880263,0.02089577,0.036036372,0.011974167,-0.026972773,-0.0098928455,-0.023529835,0.00834926,0.006374309,0.0010190017,-0.015392557,-0.029894715,0.0012017392,-0.0005560372,0.014327736,0.0082343295,0.015961044,-0.014064188,0.017878033,-0.0030984331,0.0077315453,0.02954349,0.022952769,0.007419657,-0.0013139641,-0.000994397,-0.022244832,0.0035993562,0.0065548224,-0.0007499511,0.0179542,0.031254318,-0.007025432,-0.0031699399,-0.025139133,0.015038964,0.024488013,-0.023352906,0.008330919,-0.014467679,0.0022337823,-0.006164921,0.01666333,-0.019684575,0.011432335,-0.02278722,-0.01450994,0.024166318,0.027622506,0.0054161805,0.0073795477,-0.008214124,0.0055424045,-0.023568615,-0.019261502,0.004423074,-0.024849935,-0.01380862,-0.021704258,0.0013895684,-0.0019067075,0.008255194,-0.002937245,-0.0070290766,0.004005174,0.02354992,-0.001452695,-0.0058433735,-0.035055842,-0.0065967417,-0.019748706,-0.00097173196,-0.0014825799,-0.025851369,0.009957945,-0.05741009,-0.03653711,0.005742708,-0.018982759,-0.015094808,0.015300166,-0.014644045,-0.004486524,-0.0014177929,-0.009682709,0.0027366013,0.006068976,0.024889942,-0.008296295,0.0048780767,-0.023313915,-0.011783566,0.00019939226,-0.00491607,-0.0042505423,0.017347094,-0.024267912,-0.009358597,-0.014911961,-0.0025476634,0.00030244843,0.0070484634,-0.014883766,0.017840387,-0.0060244165,0.004533827,-0.0039858525,0.017703328,-0.006603701,-0.0006352039,-0.009239148,-0.008134751,-0.017148597,0.0023899197,0.007212765,-0.006084513,-0.009933984,0.005822927,-0.025881583,-0.010403185,0.00094583776,-0.014871547,0.01674574,0.022187024,-0.0003931428,-0.009308839,-0.013802259,0.0023771494,-0.008304347,-0.015732301,0.005802361,0.020124815,-0.012514503,0.020816091,-0.00895028,-0.01487547,-0.023751672,-0.019755175,-0.0010970766,-0.003851511,0.011317375,0.00012580732,-0.014112365,0.004615704,-0.0064553013,0.012322396,0.0014265195,0.0028521097,-0.005245316,-0.016691905,-0.031958535,-0.02259059,0.00079985743,-0.019119672,-0.0034110262,-0.010959021,-0.030741654,0.0114625795,0.009366584,0.0045195473,0.0028594015,0.01970316,-0.0133399945,-0.022990592,0.017264685,0.0019779722,0.0020962518,0.012972233,-0.010409881,-0.011355116,-0.023932757,0.00635518,0.0038216054,-0.017664537,-0.0020558038,-0.0038476891,-0.023070136,0.013105046,-0.004502069,0.0009969616,0.0054964996,0.012719743,-0.0019558382,0.014963944,0.001435976,-0.009051172,0.0045304648,-0.00699098,0.0038606864,0.013387681,0.01093597,-0.00071837794,-0.008386687,-0.0023454705,-0.0045593358,0.03040503,0.0036626123,-0.010626946,-0.014954244,-0.015612262,-0.0073839077,0.014898683,-0.0030701824,0.001104789,-0.010331947,-0.008861842,-0.0027761464,0.026869694,0.0028690072,0.018722147,-0.0010052973,0.029919438,0.012342875,0.0074502616,-0.016884355,-0.012116279,-0.006197157,0.0048555587,0.013994888,0.011751758,0.015939241,0.020680903,0.012799603,-0.010070613,-0.018585818,0.0078000836,-0.018688846,0.019505521,0.005726628,0.028816132,0.0057078986,-0.013276567,-0.007525215,-0.012226157,-0.0016821295,-0.006611424,0.008313069,0.023309644,0.0017661786,-0.013471489,0.001401937,0.0037674247,0.0071416567,0.017191209,-0.004148532,-0.011662583,0.0006419209,0.014722174,0.0014805081,-0.008744792,-0.0069086803,-0.037758403,-0.0028944185,0.006957701,0.0033974636,-0.004288208,0.012699538,0.011600902,0.00038434195,0.009793859,-0.008910376,0.005220254,-0.009657496,0.014514904,0.004791895,-0.007779903,-0.002501503,-0.0045597535,-0.012388886,0.023721162,-0.005399998,0.020583643,0.008064808,-0.0004952817,0.018728886,0.0118783,0.0074352827,0.031372327,0.0149156265,-0.00070524047,-0.015337061,0.0033983057,-0.00039332244,-0.012044994,0.002746831,-0.0014311377,-0.002880642,0.012607547,0.0037814279,0.16202751,0.12643248,-0.022634348,0.012532011,0.014817597,-0.010012862,-0.0037223962,-0.0106200315,0.010146624,0.015077262,-0.0045363125,-0.012665652,-0.011521363,-0.014054597,0.0073838276,0.015512257,0.0120252045,-0.018239377,-0.029984474,0.02076705,0.017679596,0.022053782,0.008618149,-0.0050673718,-0.04358954,0.0034211215,-0.017472569,0.01183021,0.02630949,-0.00024678677,-0.0038299034,0.00072257366,-0.013143709,0.008578296,-0.018149862,-0.016811851,0.0019787436,0.0036416012,-0.0037893823,0.011679514,-0.015248228,-0.009312219,-0.012351166,-0.002474696,0.015436084,0.019062316,-0.009328634,0.011220639,-0.004102061,-0.0072822054,0.0031553477,0.0002731303,-0.016197087,-0.010646684,-0.020321587,0.00752427,0.013044071,0.020103851,-0.016137185,-0.013049368,0.03745895,0.022875793,-0.010666554,0.024573995,-0.0015904375,-0.014322058,-0.012187599,0.017195968,-0.00751512,0.004684388,-0.005470383,0.025337653,0.011660372,-0.010205093,-0.010169015,0.0156315,0.017417643,0.024330633,-0.009058525,-0.008958598,-0.009247718,-0.011744276,-0.0041484362,0.0079378765,0.020664297,-0.012804005,0.0039898343,0.042135574,0.108988464,0.01933881,0.021185588,-0.01340805,0.00045935708,-0.008195645,-0.006459714,0.057589572,-0.01473711,0.004501493,0.007864077,-0.015202207,-0.0047312737,-0.024175847,0.0138436835,-0.0032565077,0.014623742,0.019811891,0.010977648,-0.0019507654,-0.0113308,0.0032036444,-0.00319368,0.0065888464,-0.0054331785,0.008757121,-0.008518279,0.0012571048,0.0031430086,-0.0041213203,-0.07804567,-0.035835564,0.0132970335,-0.00044425702,-0.006626615,-0.00085117505,0.013657767,-0.014205589,0.006388594,0.009624555,0.0008108984,-0.018479511,0.024629714,-0.00979049,0.023364678,0.01885391,0.024831858,-0.0057363757,-0.014449686,-0.02270931,-0.0012631255,-0.0129819205,0.0031767555,0.009202644,-0.027152292,-0.0007019995,-0.0067419033,0.0005939452,-0.0034695163,-0.001995473,0.005857334,0.03872972,0.00331366,-0.0012696176,0.0043554874,0.008823132,-0.015460338,-0.00085678964,-0.009845296,-0.0046043503,-0.02439863,-0.010085555,0.002412439,-0.018053377,-0.03344146,-0.008534749,0.0034079186,0.0023925735,-0.022926282,0.0052190037,0.022527214,0.0028112878,-0.0040833503,0.0050366796,0.0042000385,-0.0036651753,-0.026338473,-0.020078797,0.009567451,0.0047638426,-0.018166631,-0.01768261,0.019944021,-0.00046683053,-0.0028746284,-0.015780104,-0.013440081,0.015344638,0.009996784,-0.01671011,-0.0005550282,-0.0014203244,-0.008845452,-0.01511496,0.00022515641,0.013878753,-0.014106426,4.1817733e-05,0.0058649103,0.021701643,0.007595775,-0.010893419,0.025795063,0.13640766,0.012174628,0.027212322,-0.017237449,-0.0016997821,0.014668458,0.022986567,-9.846005e-05,0.0039665643,0.008750277,-0.0029579839,0.029208425,0.019913435,-0.02166058,0.0047981106,0.018082779,0.020970987,-0.013644636,0.026826264,0.019290064,0.0064796237,-0.025110383,-0.007290573,0.012513076,0.01770193,0.00203136,0.00694369,0.022662085,-0.0106436815,-0.00028121076,0.0352187,0.026096646,0.012160515,-0.008689606,0.012088868,-0.015696768,-0.019612804,-0.009862196,-0.01963952,0.028541557,-0.005945593,0.004082183,-0.00054485985,0.0049846633,-0.044987675,0.1962317,-0.011587111,0.0060747056,-0.0056806994,-0.005460179,0.015776403,-0.0038520666,0.02658347,-0.0021579936,0.012447463,-0.0040812967,-0.004919258,0.013438274,0.027421292,-0.001654567,-0.019358562,-0.003750045,-0.0024116507,-0.0015705945,-0.020880766,-0.009749205,0.013529139,-0.0011155809,-0.0060349796,-0.009725541,0.0264225,0.008063493,0.00048488253,0.0031469287,-0.001012735,-0.0209927,-0.007387221,-0.01207328,0.00031259825,-0.005842345,0.012786226,0.004594123,-0.0053344658,-0.011159831,0.011968083,-0.0039876066,0.00942861,0.012225437,0.00804185,-0.013889564,-0.01916578,-0.016974444,-0.0094311265,-0.010346647,0.025326889,0.003937978,-0.021152118,-0.012365765,-0.005712683,-0.01562827,-0.03179674,-0.0049911025,0.012577231,-0.0035753818,-0.01596607,-0.005779836,-0.008594844,-0.007259018,0.00754659,-0.01789075,-0.019838622,0.0032941822]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 169,
          "content": "Foreign tourism spurs room rates higher in Japan: luxury hotel group CEO",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.008954546,0.008533549,-0.013816702,-0.09073889,-0.0071264803,-0.003004216,-0.024941998,0.016307928,-0.012194585,0.0074697323,0.017303046,0.0046083825,0.0036020132,0.0031655126,0.09858519,-0.0063631684,0.027860017,0.027669638,0.014223945,0.00698754,-0.018598264,0.03297282,-0.0024218743,-0.031117423,-0.0043549812,-0.014494877,0.011579233,0.0038409033,0.02579537,-0.021229377,-0.0015792721,0.010403605,0.006332043,0.012281292,0.011386046,0.0077752196,0.026996205,-0.005788247,0.013080868,-0.0024044015,0.0026462355,0.003152272,-0.022096768,0.015047063,-0.038566727,0.0026512798,-0.032392222,-0.0422017,-0.010883332,0.04798362,0.0074833906,0.008116539,0.008257354,-0.16856146,0.02118964,0.010612977,0.028341461,-0.0068621924,0.016898058,0.009149701,-0.037338596,0.016859004,-0.00020636558,-0.0032726093,-0.006355772,0.0012548948,0.014506386,0.011834465,0.03360351,0.035305146,0.023549803,0.039426964,-0.019514821,-0.019198842,0.0025274833,-0.013393368,0.008400169,0.009649492,0.006833964,-0.0159846,0.011257591,0.0122619495,-0.026462998,-0.018951248,0.02471423,-0.036636822,0.011921582,-0.007474267,0.0028428445,0.051445648,0.01856738,0.010912726,0.0023407405,0.010608839,0.0016862443,0.018581174,0.0020238291,0.012870374,-0.012835347,-0.016444882,-0.002600448,0.018230366,-0.022618005,-0.003960141,-0.009084555,0.0049317516,-0.0035976258,-0.0011879872,-0.032272168,0.009023237,-0.0068112053,0.02842541,-0.017682424,0.027912684,-0.021883285,-0.107562,-0.024431268,-0.009779899,0.007989708,0.008862688,-0.01107588,0.012658499,0.005660722,0.00482927,-0.016294835,-0.016403265,-0.01560071,0.01700249,0.015107179,0.0092661735,-0.030506916,0.0061157076,0.0032751604,0.0054073534,0.009744104,0.04208249,0.05284181,-0.013449777,-0.0067030587,-0.0037469475,-0.029661855,0.008070316,-0.0035528522,0.033990107,-0.015285596,-0.01704673,-0.024877228,0.015903108,0.017975202,-0.014169991,0.022035252,-0.010412184,0.002539595,0.025503848,0.005568074,-0.02317481,0.019530099,0.0031116803,0.013606059,-0.0031515644,0.025723554,-0.02171146,-0.01351402,0.00041410103,0.0046206056,0.035233155,-0.013573848,0.014670143,-0.0058085932,0.011860887,-0.031041922,-0.006445143,0.00040152436,0.022294844,0.033625457,-0.015887663,0.021603148,-0.0026139435,0.024162859,-0.0019068486,0.015284707,-0.00962502,-6.5844065e-06,0.024716755,0.005428178,-0.005505455,-0.005256844,0.024240948,0.00078416656,-0.025092168,-0.033795483,-0.028278526,-0.008232485,-0.013862306,0.023023743,0.009227008,0.0030509254,-0.0002081726,-0.014400293,0.006388946,0.042830326,0.019362058,0.00033705554,0.007927869,-0.010483057,0.0028215381,0.035645552,0.008376863,0.0015187805,0.0032556264,-0.024650864,0.017132157,0.015590201,-0.02513483,-0.021552375,0.015797073,-0.012620087,0.031846426,-0.011936532,-0.009279244,-0.00091373606,-0.009015308,-0.011793906,0.014405146,0.011193811,-0.00072240207,-0.0008033545,0.007632535,-0.013388186,0.011635118,-0.0031200289,0.013455213,0.00445717,0.009038075,-0.012215999,0.0035468224,0.011580913,-0.009625564,-0.0045568035,0.04662606,-0.030629305,0.030896898,0.0077892323,-0.004103109,-0.031870645,-0.019508217,0.007422494,0.019413996,-0.008529052,0.010101634,0.008307735,-0.027436512,0.0007747204,-0.023965262,-0.003541306,0.0018680051,0.016906567,-0.009153593,0.01573032,-0.00056224345,-0.017339574,-0.004758539,-0.002016142,0.00078289513,-0.010030108,0.0010689913,-0.01749839,0.021901295,-0.022988586,-0.024923556,0.00030269282,0.02947748,-0.0129354065,-0.021185761,-0.0019001346,-0.009642631,-0.036041923,0.03183868,-0.0008505116,-0.006253383,-0.0276408,0.0070322086,-3.9767114e-05,0.00071826996,-0.0214701,0.006146055,-0.009696983,-0.023314869,0.0061480077,-0.013511342,-0.015050124,0.009628545,-0.0048441608,-0.012858004,0.02355176,-0.020507593,0.02121951,0.02329745,0.006752589,-0.029439319,-0.007959688,-0.020578898,-0.011757595,0.024877496,0.015726468,-0.016797876,0.019227687,-0.020589562,0.03834089,-0.019748649,-0.011828716,-0.012755503,-4.1439496e-05,-0.020272022,0.033161916,-0.03461213,-0.0043289852,-0.016516408,-0.0060082045,-0.0025923974,-0.0015824564,0.0023287125,0.0011807049,0.0068277256,-0.013534751,0.024288893,0.0067464057,0.015239559,0.024248617,0.0022706145,0.016664207,-0.0055128313,0.013781474,-0.006287206,-0.018090539,0.0009212406,0.036303762,0.0064130044,0.0049575884,-0.020370394,-0.0036123157,-0.01218081,-0.03887719,-0.027390175,-0.007524622,0.036719292,-0.006781418,-0.009176446,-0.021699127,-0.02517787,-0.0039544306,0.002448387,0.0074776355,-0.0073088673,-0.03613183,0.045775168,0.017753582,0.0068998304,0.008227564,0.008829984,0.0062214993,0.03468371,-0.008511057,0.016800007,0.011484461,-0.017181987,0.035146274,0.009191041,0.0068656667,-0.01197104,-0.038430233,-0.03130445,-0.0011483729,0.004715364,0.009000391,-0.0028901517,0.026625264,0.023298742,0.0133943055,0.0063038184,-0.01839298,0.01819251,0.0035698712,0.0059764357,0.014781178,-0.029013185,-0.019775068,-0.006406055,0.00995409,-0.012388325,-0.01898092,-0.022197353,0.0072876997,0.0071464474,-0.016841589,0.0024525642,0.002435724,0.001572136,0.008367464,0.009696694,-0.002852323,-0.018953778,0.0017051253,-0.007096481,0.014501398,0.020440012,-0.0067506135,-0.012977019,-0.008813298,0.03435673,0.016875738,-0.020443752,0.0012606113,-0.011090003,0.0406314,0.016995586,-0.0141546065,-0.0028959976,-0.0056485687,-0.0003809312,-0.00824401,0.039053936,-0.014833298,0.02068968,0.006784272,-0.0057018762,0.0102135865,-0.009419282,0.0103982445,0.0042145,0.011656698,-0.009428804,0.007892733,-0.018752899,0.003676734,-0.022671007,0.025105838,-0.0006417919,0.020767167,0.028882662,0.007843589,0.0119397575,0.013956194,-0.027474988,0.0014890076,-0.005833842,-0.020574814,-0.04160632,0.009484064,0.006429521,0.014122783,0.010992555,-0.023072943,-0.0027343004,0.023100512,0.0019498194,-0.014346889,0.03861875,0.00529527,0.018949758,-0.011365471,-0.014022649,-0.00095273403,0.032226585,-0.015002737,0.017112922,0.01822676,-0.027520146,0.006650299,0.029235147,0.0064319363,0.008289186,-0.0027083068,0.00593412,0.0038561919,-0.012769672,-0.011015399,0.00048096606,-0.0008422701,-0.0017348268,-0.0029205652,-0.006883108,-0.002350129,0.011196665,-0.011236483,-0.009006426,-0.017845886,-0.0026601718,-0.013526107,0.0030535227,0.022316238,-0.002308723,-0.008380208,0.015594572,0.019731503,0.0051692952,-8.353282e-05,-0.012129747,0.022654988,0.015545877,0.027883466,0.0008846673,-0.010215148,-0.0015664323,-0.032263014,-0.010590356,0.0009405843,0.006961774,0.037550483,0.009073199,-0.016056985,0.00468392,0.0020589924,0.025660718,-0.0001516189,-0.005074879,-0.012527852,0.0027148544,-0.021389948,0.015181883,-0.024686294,0.02851164,-0.016678037,0.016439749,0.0204341,0.013879686,0.037078418,0.0021523992,0.027226852,0.012493161,0.01789727,0.026533637,0.035581417,-0.010699392,0.003484713,-0.011094905,-0.008928668,0.015196077,0.03652519,0.02268611,0.013187774,-0.015759246,-0.0060443017,0.002443303,0.037733536,-0.060531933,0.008350621,0.033451613,-0.0171098,-0.01685192,0.019738087,0.024653703,-0.0048249145,-0.0025037057,-0.016696043,-0.009110725,0.019711044,0.007626068,0.005007842,0.011868927,-0.03546001,0.009180119,0.020462181,-0.0008561895,0.009206109,0.0141134,0.03244367,0.019901069,0.014293684,0.0054919748,0.0040699085,0.023984171,-0.002104142,-0.0109665105,-0.013647169,0.009649757,-0.01616492,0.019480245,0.010788971,-0.029676942,-0.022302972,0.0038333412,-0.0071517923,-0.005504605,0.028898912,-0.010062863,-0.010019796,0.00054342486,-0.051346395,0.013831667,0.02214194,-0.046628274,0.03644212,-0.020646859,0.020484097,-0.003534035,-0.03207387,0.0018322589,-0.00490494,0.007884536,-0.050691366,-0.0116888825,-0.0134236235,-0.002689777,0.018571416,0.010119864,-0.006155926,0.034403052,0.0070762075,-0.0016503413,0.040233493,-0.012805995,0.03219296,-0.0006493922,0.04234051,0.0045666904,5.1754316e-05,-0.009355195,-0.01333173,0.0002309745,-0.018788397,0.0027760048,0.026328651,0.00363059,0.025966685,0.0004974043,-0.031760328,-0.1317509,0.012511913,-0.034888405,-0.0038474866,0.027129892,-0.021766571,0.008607339,-0.0107980715,-0.012668409,0.029275328,0.010953581,-0.0006685089,-0.0063131712,-0.012007698,-0.009823851,-0.025977666,-0.0071329316,-0.009795263,0.016524386,-0.029540243,0.00779409,0.024212608,0.014468643,0.010051724,-0.013295592,0.0030308298,-0.05154264,0.0028190904,-0.0072737643,-0.016542276,-0.0014250882,-0.11298102,-0.012319356,-0.022355461,-0.0033816446,0.008198873,0.004722549,0.023546634,-0.0012609933,-0.004288676,-0.03393353,-0.023230169,-0.020772075,-0.016988883,-0.004361697,0.032364316,0.1094943,-0.002745139,0.01466242,-0.005145288,-0.00735602,-0.011304317,0.0149589,0.017552359,-0.0043468606,0.0041613076,0.026324157,0.021081857,-0.00024514954,-0.0107150795,-0.031930342,0.017474243,0.00074098224,0.023323715,0.0023053421,0.022737842,0.012232364,-0.010824082,-0.0058546583,0.0049759313,-0.015923714,0.0066668224,0.011204813,0.0247998,0.00503816,-0.013200636,-0.04635487,-0.04362507,-0.027158955,0.0004852862,-0.008397875,0.0047413725,-0.086090356,-0.025752692,-0.015575574,-0.0046222364,0.015232057,-0.018818453,0.019306403,-0.0026920086,0.0057427343,-0.019995553,0.0022964636,-0.021569114,-0.0022200528,-0.012458448,0.017841944,0.019416207,-0.011026068,-0.007048337,-0.0005122899,-0.008131253,0.014273708,0.0072050556,0.022585995,0.03200227,-0.007195699,0.015588021,0.023797847,-0.0006872874,-0.016106283,-0.022057667,-0.030311303,0.01200716,0.011163384,0.021988096,-0.012299729,-0.011444612,0.027107693,-0.009610333,0.028529631,0.014912065,0.0108986115,0.011720122,-0.03100312,-0.016262313,0.005655695,-0.0052892556,0.023807986,-0.009961266,0.012835085,-0.02635465,-0.010994152,0.021484217,-0.0078103533,0.0031066884,-0.011749963,-0.021712137,0.006638832,0.0109029515,0.0033302493,0.011169379,0.014161404,-0.0075876135,0.002749655,-0.008346027,0.015648108,-0.0075826864,-0.011351018,0.026504738,-0.0041248607,0.021038298,0.008199817,-0.023720209,-0.0018389475,-0.0005105231,0.004335989,0.0010904401,0.020217523,-0.010055217,-0.03895541,-0.001515821,0.0062521356,0.0006310397,0.0007009234,0.004675315,-0.0069123763,0.004089159,0.010875552,-0.003876006,-0.009032722,0.030387014,0.008893418,0.021292152,0.0006131554,-0.008076812,-0.0016318541,-0.0018578087,0.0074539357,-0.0075510982,-0.006787106,0.0043396666,-0.024711192,0.027588818,0.0055216346,0.007093191,0.00801514,0.0019489742,-0.0032869352,0.009929443,-0.027030429,-0.004250666,0.0036147102,0.0026743782,0.00092273945,0.026376318,-0.022673903,0.009063758,-0.0051548094,0.008748563,0.013546963,0.023938805,0.010021909,-0.011441346,-0.0072385306,-0.011668162,0.00013641243,0.0011787252,-0.013650519,-0.013111515,0.011091436,-0.0047530183,-0.007251295,-0.012042604,0.026693262,-0.014950181,0.024134817,-0.013302093,-0.0029572514,-0.0020481432,0.02147815,0.004653712,-0.011997455,0.015593868,-0.008906507,-0.0053198035,0.0030847352,0.0006763552,0.0012656472,0.011924781,0.003398722,-0.0013387195,0.00348855,0.0012460414,0.0053690257,-0.000964401,0.008138435,0.00965382,0.00042443315,0.0123339845,0.005805798,0.009878108,0.001951704,-0.0050382176,0.009577696,-0.007423171,0.013879777,-0.0023596291,0.016137369,-0.0012788657,-0.007853913,-0.019323051,-0.016310573,0.015617974,-0.018439805,-0.006557161,-0.000865645,0.012361555,0.013592338,-0.0037655584,-0.0028007512,0.003136323,-0.0037579054,-0.017348913,-0.0037540584,-0.01915671,-0.0014001632,0.010959891,0.008618004,0.018061295,-0.0027559681,-0.007914201,0.009276747,-0.0025688128,-0.02509549,0.00089718815,0.007577848,0.007628241,-0.004295715,0.0024040132,-0.011446977,0.0037083726,-0.0043885293,-0.0025135297,0.010856602,-0.012699023,0.0025931005,-0.018815205,0.010993499,0.009368795,-0.0035186475,0.0068749893,-0.011170742,0.0032331594,0.030319327,0.0068663023,0.0048150313,0.017384576,0.007773313,-0.010605506,0.01552316,-0.012297451,0.0035686363,0.025156377,-0.003761938,0.004819667,-0.0076876786,-0.029226853,-0.007095394,-0.0074482337,-0.0039829975,0.005845503,-0.008642987,-0.0017713314,0.012213887,0.010182519,-0.002036846,0.016558649,-0.009060968,-0.0032067997,-0.011713828,-0.0061069923,-0.0020300595,-0.003935476,0.010209089,-0.02533832,0.012571676,5.474079e-05,0.0025789686,0.0071684513,0.007939338,-0.009236417,0.0013986866,-0.0073593734,-0.008512634,-0.005898882,-0.01220599,-0.00024255461,0.011759739,0.0264849,0.012397204,0.07105719,0.011133024,0.008352166,-0.010286501,0.008050715,0.0018837287,0.005480432,-0.022644382,0.013620438,0.009431706,-0.013516946,-0.0055793566,0.0055913036,0.0032711262,0.016199125,0.013788726,0.005263227,0.013962066,-0.021770567,-0.0018340562,-0.018037695,0.0073629413,-0.011994264,-0.012980417,0.0022404885,0.019259872,0.0046761236,0.0062362575,0.006093482,-6.848298e-05,0.006835864,0.008186389,0.006121421,0.0069833114,0.004785061,-0.00031419093,0.0092394,0.025424303,0.013597495,0.01553204,0.010355793,-0.0023966,0.021262227,-0.031890415,-0.007932432,0.025165962,-0.013631385,0.008825789,-0.00012793479,0.023199115,0.00975071,-0.0064583034,0.0066282684,-0.011105214,0.020941846,0.006303551,0.0136405695,-0.005171878,0.02417595,0.0042733243,0.0055126157,0.0003385992,0.016833762,-0.007045581,-0.005508055,-0.0035898532,-0.0008579393,0.015602173,0.010796475,-0.012965282,-0.011770902,0.0046653454,-0.01615374,-0.0019906973,0.02162995,0.013728637,0.002627303,-0.003818443,0.00720604,0.0037477599,0.009467032,-0.019246923,-0.00951958,0.0063254405,0.0152869625,0.0148125375,-0.0076449197,-0.01897495,-0.0065258243,-0.00095478346,-0.00813454,-0.0069696247,0.0026643712,0.0044595036,0.0071493844,0.009442374,0.05662675,-0.01588637,0.0044514765,-0.010328137,-0.015097829,-0.0013331756,0.022966137,-0.00018347875,0.014972409,0.022064911,0.016686201,-0.007037765,0.0061854264,0.013014519,-0.009821039,-0.0051790257,0.0153741175,0.00038996607,-0.00059621705,-0.014283226,0.009532147,0.0030904287,-0.0126952855,0.0009426344,-0.012237148,0.013403584,0.001648566,-0.006138585,0.0050409404,-0.02005661,0.0059961434,0.012009478,0.0019577434,0.012456139,0.021219693,-0.0057507046,-0.0030019167,-0.0034681463,-0.008812849,-0.0055955956,0.017723251,0.007861425,-0.0072813923,0.0029460446,0.0021862192,0.012360295,0.003532293,-0.0050198846,-0.012369321,-0.0012944372,0.005648079,0.0020899356,-0.013250536,-0.0038417503,-0.005155924,-0.0080132205,0.010003087,0.010079546,0.005811805,0.01570702,0.01836164,-0.012326168,-0.008029231,0.015674533,-0.0023251497,-0.0010308286,-0.0040465477,0.013056453,0.004664652,-0.0036258814,0.0030227983,0.0009917191,-0.0043534855,0.018767027,0.0025589892,0.014190602,0.020477246,0.00056177226,0.017591516,-0.0035021533,-0.0004010797,-0.012710633,-0.008041542,-0.012015603,0.018824138,0.010428077,-0.009942837,-0.0035957748,-0.00029880955,-0.0043198476,-0.022015784,-0.0011276273,0.022397697,-0.017603522,-0.0019138874,0.0087754335,-0.00829196,0.0060477816,0.0010184584,0.012331444,-0.0018940143,-0.009834505,-0.0023726257,0.0025650414,-0.013097705,0.0133605935,-0.0008902813,-0.03365842,-0.0082969405,0.013608836,0.010726089,0.00031227403,-0.0008091365,0.006413877,0.011355611,-0.027983144,0.0004622172,0.008574886,-0.023928268,-0.011985389,0.002290878,-0.01390272,-0.0013512591,0.012256937,-0.0028766172,-0.0019863914,-0.004472848,0.004622396,0.004693545,0.011470712,0.024561524,-0.0033938244,-0.0002602766,-0.010663949,-0.017698675,0.005740162,-0.007054457,0.007929641,0.02844146,-0.0005207442,0.014314752,0.0092144525,-0.018597776,0.008779631,-0.00523681,-0.0030800062,0.032847933,-0.002925688,-0.013147051,-0.006028559,0.015461314,0.008162913,-0.004779884,-0.01220174,-0.009707617,-0.00045508557,0.0072666835,-0.01433425,0.0040016947,-0.015815997,-0.00096113083,-0.047985666,-0.008154202,0.0010437582,0.0343687,0.0044511743,1.3197777e-05,0.011556098,-0.001054082,-0.013639697,-0.000900932,0.01717066,-0.0023285877,0.021266192,0.007360663,0.006738132,0.0021825088,-0.009852271,0.016863296,0.0019712565,-0.011120207,-0.0017033671,0.009699942,-0.024925428,0.00495225,0.0020106055,-0.0034516375,0.005423591,-0.003548613,0.00012971753,-0.004863216,0.006774274,-0.006374215,-0.0044881254,0.0030118937,-0.0044151708,0.00066847686,0.009740483,-0.019891636,-0.012625835,0.0052007325,-0.007401033,0.008157784,-0.0072053284,0.013772733,0.0017121042,-0.0010264176,0.0033733447,0.011917459,0.005071386,-0.043376725,0.0013419526,0.025698358,-0.0054110712,0.0015089847,0.0009904195,-0.0058131013,0.01780969,-0.008087761,-0.0053997682,0.001075835,0.0043030074,0.012677753,-0.016772272,0.005840161,-0.011038041,-0.004596305,0.0029640552,0.01392284,-0.007823642,-0.01227807,0.012419719,0.009725721,-0.007809247,0.009463082,-0.0011778072,0.016738478,-0.006468017,0.01640592,-0.011825135,0.009528145,-0.004018489,-0.00032085116,0.0038581742,-0.016863013,0.009857977,-0.0038727208,0.0058871494,0.0003452399,-0.004105149,0.01128611,0.0012567211,0.017195953,-0.0018291018,0.01074143,-0.00089790137,0.010714277,-0.0066940985,0.013122144,0.009009218,-0.0010675235,0.0074471035,-0.012448953,-0.014979103,0.0048294947,-0.012814948,0.00977882,-0.002895829,0.0072864313,0.010277593,0.0044506616,-0.0051568085,-0.0005087714,0.00010316536,-0.008142726,-0.015027548,-0.01089921,0.0007193593,0.010263843,-0.0021798117,0.00035094455,0.0140961865,-0.00880425,0.015986243,-0.007577143,0.014634388,0.0028986041,-0.007666974,0.005068188,0.0034266666,-0.0158017,0.022041976,0.012001618,0.017483948,0.00648745,-0.013929454,0.011807492,-0.0014711807,0.0034570512,-0.0029608933,0.003468665,-0.0022950368,-0.0017281916,0.00011359979,0.010684991,0.011406015,0.0066234367,0.0012550291,0.0001814335,0.002890676,0.0033806148,0.0071615516,-0.00073748303,0.02282433,-0.0012596657,0.006393718,0.0034633684,-0.020849857,-0.0077578854,-0.00086493057,-0.0060003446,0.02045066,0.010942192,-0.014255053,0.012483735,0.0013251791,-0.0137397805,0.0017010022,0.0051397155,-0.0100743,-0.006542413,0.0014599661,-0.0036797947,-0.014983954,0.027915549,-0.0014765757,-0.02425315,0.01568705,-0.009710035,-0.0058775316,0.019941024,0.0025600668,0.017177973,0.008741455,-6.6272085e-05,-0.0026045742,-0.021830318,0.0037093514,-0.0073611825,0.017295953,0.014320612,-0.0044060005,-0.009400494,0.0003856107,0.0057849973,0.000569818,-0.0050518,0.017426416,-0.008659904,0.014850579,-0.0073093227,-0.014231951,-0.010215004,-0.014051785,-0.0056711854,-0.008400076,-0.069725804,0.005002645,-2.6846905e-05,0.007570264,-0.008539431,0.0080199465,-0.009003707,-0.008760892,-0.006271208,-0.008506722,0.0021895592,0.0027278184,-0.008700102,0.032135315,0.002821077,0.014252391,0.007535834,-0.0014890704,-0.013444218,0.014804061,-0.0025669376,0.007191646,-0.014257468,0.018159248,-0.001221758,-0.013836937,0.0077107702,-0.00045119599,0.020503383,0.0075387685,-0.023992853,0.0038857185,0.006848955,-0.011645391,0.02348417,-0.0010550449,0.002326153,0.004290716,-0.14136034,0.0005784862,0.007835599,0.0057526925,0.00782435,0.016808862,0.010153644,-0.0026324333,0.020609858,-0.014085723,0.018748922,0.0065888218,-0.004013932,-0.02015166,-0.0009889641,0.0027711228,-0.017552577,0.010107991,-0.005325185,-0.002611303,-0.01031278,0.008431903,0.023833113,0.008081622,0.019939896,-0.005479873,-0.002700059,-0.004202322,-0.002751648,-0.0031322436,-0.0013035601,0.009210092,-0.002711761,0.014225047,0.01131351,-0.007387818,0.008507996,0.004329332,-0.0071835876,-0.010475984,-0.010089652,0.008527121,-0.0068989038,0.0053596427,-0.015597164,0.000549386,0.0024059487,-0.0024439183,-0.0041294177,0.009065874,-0.0055369437,-0.01896633,0.0010830333,-0.008624995,-0.008242427,0.0011910503,0.023650547,-0.002253786,0.0039242078,0.0010195165,0.014197024,0.0055714934,0.0069645024,0.004618624,0.010641155,1.9798274e-05,0.0010516192,0.010020991,0.0014369839,0.0060738157,-0.00037814325,0.029369753,0.03396014,-0.013642917,0.0003348028,0.008030943,0.008750012,0.004763584,0.021227183,-0.008798961,0.009671766,0.02594798,-0.027767403,0.018908566,-0.002785153,0.0022804409,0.00077187043,0.0033072478,0.0061486633,-0.037129484,-0.0017677926,0.011030556,-0.013878429,0.0084142685,-0.0127822645,-0.0038811108,-0.023721306,-0.026180154,-0.012846031,-0.0024768005,-0.002543058,-0.0049274527,0.0062665404,-0.006361266,-0.016778035,0.009077714,9.960283e-06,-0.014815214,0.009628857,-0.0012582588,-0.012897308,-0.01731355,0.00991049,-0.0007588153,-0.016746588,-0.011090821,-0.010686957,0.010334369,0.00130438,-0.005049053,0.01602796,0.0088206325,-0.0028655047,-0.016159408,-0.014690766,0.023077931,-0.0031264217,-0.028172826,0.006515238,0.0033510344,-0.015644578,-0.0053862054,-0.010442361,-0.03320737,0.00953609,-0.0020744356,-0.01017375,-0.022681052,-0.007630954,0.0034031975,0.008433904,-0.016885094,-0.005263507,-0.0060249814,0.02703823,0.008161939,-0.0082482295,0.027149819,-0.0012665057,-0.005427929,-0.01367373,-0.021474387,0.00799849,-0.011008324,0.024157997,-0.02675078,-0.0055777957,0.01140318,-0.008561124,0.005466076,0.0014735814,0.013165932,-0.016783817,0.007612512,-0.014129201,0.008617915,0.00012063447,0.022082869,0.029867709,0.028249087,-0.018202763,-0.0065816506,0.013320113,0.012574438,0.001760063,-0.011472186,0.021201842,-0.008881124,-0.0058182883,-0.005129683,-0.011351155,-0.011404123,0.009266833,0.005626617,-0.00014469496,0.002873324,-0.015138413,-0.0055633257,0.01717133,0.0027577959,-0.003300309,-0.002600691,0.014545804,-0.00072914636,-0.0111819105,0.014698138,0.0011746987,-0.006229086,0.00325076,-0.00207402,0.011078832,-0.006066742,0.002041478,-0.16699228,0.00059083104,0.012119448,-0.036026917,-0.013129519,-0.012171496,-0.0035115674,-0.018400284,0.03019389,-0.014388374,0.007230537,0.0024064023,-0.01786177,-0.00019378676,-0.009403134,0.00089096953,0.023951998,0.009679258,-0.0063305176,0.009178385,-0.032302685,-0.008940807,-0.006992856,-0.000562701,-0.004089382,-0.0007370309,0.0039898306,-0.011541637,-0.0025887073,0.011100593,-0.010563267,-0.01766803,0.0077638193,-0.0020696889,0.0060009565,-0.0127886515,-0.0006525396,-0.01771016,-0.0059302594,0.014810755,0.011592032,0.018656453,-0.0003062162,0.0029424652,-0.021439726,0.00093137496,-0.006466107,0.007291523,-0.0072578285,-0.009614267,-0.0035395182,0.0034004229,-0.015706772,-0.006683486,-0.005054403,-0.00827333,0.002529842,-0.007576112,-0.010827607,-0.0032097555,-0.0081942,-0.021999687,0.028119896,0.006886325,0.027575525,-0.0019725526,0.0057664053,0.1343036,-0.0137448795,-0.005492252,-0.010804728,0.012040544,0.0230603,0.022400565,-0.021891534,0.015048287,-0.026291538,0.0014996899,-0.018369928,-0.003913049,0.0022658377,-0.0054306905,0.017345771,-0.0043180063,0.026218852,-0.013119755,0.0019539376,-0.011470654,-0.00426866,-0.0006681309,0.0066176895,0.012600216,0.019731179,-0.02900719,0.027082006,-0.0036391795,0.023589605,0.012326247,-0.03302906,0.015904168,-0.02224109,-0.004377166,0.0032789423,0.022888964,-0.009316654,-0.0014143403,-0.008943382,0.0029169635,-0.0052926973,-0.0075026974,-0.014423822,0.002163324,0.0033385404,0.004846476,0.019921364,-0.008747917,-0.00047779267,-0.042782888,-0.00038220373,-0.0071157813,-0.012906133,0.0026203783,-0.023740599,0.0031961997,-0.000890128,-0.017338326,-0.0016178455,0.026258467,-0.009212104,0.009263915,-0.0041720904,-0.006815304,0.0009703276,-0.01478602,-0.019622343,-0.00720664,-0.093751065,0.004900399,-0.02059835,-0.01629268,-0.012056837,-0.020744322,0.013611142,0.0047591995,0.008044506,-0.010728397,-0.009595039,-0.006886141,0.011056092,0.019655425,0.043150682,-0.0011263455,0.005254429,0.019173801,0.008924064,-0.007761666,-0.013518965,-0.00154333,0.0053701675,-0.0077898595,0.010382527,-0.0102226315,0.014431785,0.0005478539,-0.0056646583,0.007692451,-0.026470836,0.021905046,-0.009481352,0.0065469565,0.0010624948,0.011498588,0.002534567,-0.010183069,-0.015851783,-0.027981916,0.0015622991,0.002100177,0.013650802,0.0041746385,0.004686294,-0.019609543,0.016961385,-0.0033165703,-0.0059939497,-0.0071575954,0.0030347195,0.014598304,0.013484245,-0.011608978,-0.027283192,-0.007320535,0.004019421,-0.04315861,0.032377057,0.003570422,-0.03007161,0.0056850472,-0.0153045785,0.015852328,0.0066315625,0.008838525,-0.008814274,0.029463248,0.013940011,0.030808564,-0.022029307,-0.006718834,0.007762981,-0.014016306,0.012861346,0.011014775,-0.0030060697,0.021016864,-0.015400129,-0.0066328067,-0.005640154,-0.014608484,0.01119772,0.005827055,0.014526578,0.008940794,-0.011608351,-0.0035302546,0.010277821,0.0068019847,-0.03513866,-0.0023254312,0.004657965,0.0027067305,0.004207625,-0.008454472,-0.0025218632,0.0056519546,0.018661063,-0.005344298,0.009026355,0.00913309,-0.00584737,0.001143607,0.03479969,-0.021564161,-0.011869138,-0.0053898753,0.007944354,0.007896433,-0.00907732,-0.007165133,-0.0122661935,-0.008966594,0.020232704,0.0037243108,-0.004026536,0.015981508,0.008435809,-0.023756709,-0.002196882,-0.0031680253,0.002916339,0.03600889,-0.023767773,0.00093761366,-0.015687274,0.009518031,0.02028587,0.006966801,-0.0078992,0.032136783,-0.014671253,-0.005933677,-0.009214409,-0.0026047095,0.0022350175,-0.024857348,0.01652907,0.0059294985,-0.014642485,-0.012974972,-0.025272118,-0.0009436995,0.0007736813,0.003927677,0.000682746,-0.0015554318,-0.00612589,-0.022349497,0.0040473803,-0.002316301,-0.031108106,0.0012953881,0.028419754,0.02175066,0.020464964,0.02643874,0.015637793,-0.006860615,-0.010913922,-0.0012652016,-0.0050631207,0.010811365,0.041700333,-0.017997738,0.01374657,-0.0041019213,-0.03616368,-0.005766363,0.021883754,-0.00067083334,0.014281016,-0.015725458,3.0471452e-05,-0.009607967,0.0050396337,0.004554581,0.00012354774,-0.067377046,0.005109768,0.012904092,0.0018492276,-0.016090378,0.0045760833,0.017866323,0.0046696207,0.0024677902,-0.006891185,0.008999981,-0.0034473105,-0.0009365857,-0.00058667315,-0.027487226,0.017860187,-0.0017299772,0.0053468365,-0.0018820346,0.0006500085,0.014421524,0.014760056,-0.0062173516,-0.0156467,-0.012958833,-0.020234676,0.00041898785,0.0043169055,-0.0067855543,-0.006982713,-0.004651745,0.026182204,0.01092505,-0.0027443953,-0.0026385859,-0.0050610295,0.023552332,0.0017383455,-0.0024514454,-0.017325154,0.008330568,0.0068544876,-0.054157335,-0.004750036,-0.01675433,0.027719894,-0.0002944473,0.00045798314,0.009195791,-0.024077602,0.01595687,-0.019712117,-0.0065058633,-0.0141273355,-0.010282134,0.0010039825,0.012187529,-0.022375453,0.00420877,-0.005133327,0.0045311283,-0.012750114,-0.026538784,0.026348833,0.021709956,0.018397303,0.00966331,-0.0022281073,0.0021361208,0.019535823,0.0066006975,-0.011137969,0.009837653,-0.010588295,0.001736545,-0.00732763,0.030810622,-0.01638367,-0.001048747,0.011289256,0.0069447663,0.01013588,0.0022764811,0.021408547,0.0056434693,0.017139468,0.0020194836,-0.09001906,-0.008511725,0.014870188,-0.007987535,-0.010251051,0.015592909,-0.0040607033,0.0108228745,0.00017145685,0.02015834,-0.026818218,-0.012965074,-0.0118013695,0.020388074,-0.01434123,0.016753776,0.0057755616,0.004806593,0.029527001,-0.012229263,-0.013346371,-0.008349492,0.008343516,0.005560255,0.004483589,-0.052836984,-0.018330012,0.015995204,0.017217297,0.00013076236,0.0058672056,-0.0025072054,-0.0064809527,-0.008968408,0.00012200461,0.010749473,-0.025060054,-0.009964367,-0.01468578,0.017248591,0.028552365,-0.0007296446,0.0059258956,-0.031681594,0.0110056205,-0.02592299,0.00510004,-0.003875405,-0.012532171,-0.022695653,-0.007953086,-0.0045207907,-0.0063751936,-0.002046888,0.00028346095,-0.002085769,0.0052163163,-0.014285488,-0.00019681132,-0.0061959815,-0.0036638859,0.015607482,0.007888362,0.019372987,-0.017328536,-0.011601634,-0.031960025,-0.009222267,-0.0006627495,0.006974856,0.011446269,0.016383704,0.0044399914,-0.0013290587,0.006288158,-0.011839645,-0.016230254,0.0023829397,-0.008603612,-0.017408753,0.0043839756,0.015590188,0.0107609825,-0.006426046,-0.016135076,-0.0049984977,0.020822212,-0.008081751,0.006211459,0.0035904162,0.0060143513,-0.021553202,0.0005687477,-0.020969365,-0.011656335,0.01030659,-0.008806395,-0.0072982507,0.004353671,-0.01851018,-0.01052415,0.02766091,-0.01644541,0.016903626,0.019723566,-0.005510682,0.009831194,-0.011256524,0.0010590907,-0.0032308036,0.013756999,0.010559409,-0.009073754,-0.002678133,0.00067438674,-0.009441219,0.020336786,-0.0039302628,-0.02575707,-0.011474386,-0.010983786,-0.014237518,-0.004350553,-0.0049584894,-0.020177964,-0.01303271,-0.014286896,-0.025416994,-0.0139068635,0.03211852,0.018822357,-0.003428797,0.026722232,0.0046236985,0.015127224,-0.0029544511,-0.015316069,0.0069532553,-0.016550729,-0.0022467943,0.0037532276,0.02368392,0.023483576,-0.0011991309,0.02135024,0.013341771,0.0052184174,0.0048047323,0.003403583,-0.013235147,0.00023007127,-0.006335462,0.009322068,-0.029150208,-0.011808923,0.017064199,0.0026424627,-0.016222386,0.024100667,-0.0019712928,-0.0025951858,0.010416542,-0.023558756,-0.00016991534,-0.02156057,-0.007187341,-0.006566739,0.0068067852,-0.0050007934,-0.013337634,0.0005086862,-0.0165343,-0.013576196,-0.013807478,0.04995375,0.003393162,-0.0020283582,-0.004960538,0.01078799,0.023226121,0.01111648,0.008865479,-0.004621391,-0.00026355515,0.0155953355,0.010976423,0.02439125,-0.021214977,-0.0037972648,0.005816709,-0.022717737,0.016011447,-0.030752132,0.003906226,-0.0054217144,-0.013754562,0.016112557,0.011255145,0.0039024197,0.0054637142,-0.017048351,-0.0060918145,0.005322346,-0.039202724,0.0040836334,0.00088328694,0.013366671,-0.006473626,-0.025008885,-0.01714688,-0.020174444,-0.013401743,0.0063378047,0.0051294607,0.0032955986,0.02088202,-0.0059311762,0.006380656,0.001760851,-0.0047689136,0.024175964,0.007888651,-0.0026300822,0.001888931,0.006864814,-0.01426866,0.017798575,0.002915638,-0.028181838,0.003778233,0.00023412779,0.02716379,0.0039992644,0.011426776,0.008545781,0.0091611855,-0.0013725589,-0.032426517,0.025498865,-0.007671541,0.00026718687,0.030699648,0.00992948,0.0012331948,0.0011859634,-0.0042997776,-0.0024987522,-0.015517455,-0.009415069,-0.0062833247,0.005990734,0.018636806,-0.0065739057,0.025452858,0.01095204,-0.02606399,-0.030641211,-0.023014229,-0.023982756,0.0082477825,0.02454445,0.0033251885,-0.0035109695,0.010676527,0.008655974,0.00956065,-0.010051568,0.0030839497,-0.007219204,-0.008262604,-0.0016073274,-0.0076106302,-0.044776574,-0.0038468787,0.0037975232,-0.013419487,0.007560295,0.02655977,0.021849507,0.0065811854,0.020338753,-0.021433571,-0.0061071166,-0.0057494743,0.016592035,-0.026821584,-0.0031270653,-0.0056184717,-0.007805214,0.009623894,0.028729815,-0.015987283,0.028326362,-0.0073109344,-0.0025449574,-0.038737934,-0.008235449,-0.0012063103,0.004647922,0.025039015,0.019526934,-0.026436731,-0.017602086,-0.0076457346,-0.0072441325,-0.0023137915,0.0138099175,-0.008310326,0.0011754786,-0.0037811545,-0.01195535,0.0031775078,-0.0026976482,-0.0054650363,-0.044211794,0.017622048,-0.013386353,-0.002838125,0.009416808,-0.01838506,-0.012241501,-0.029965416,0.019012995,-0.0042676916,0.022839196,0.021939265,-0.001097023,-0.012518848,-0.01675001,0.003493661,-0.010888102,0.004032425,0.007834016,0.02282263,0.0057004625,0.024340535,0.0012183327,0.020975573,-0.028248895,-0.0035397268,-0.015462145,-0.0015842841,-0.0008355213,-0.02510052,0.014378962,0.008074868,0.0071251877,-0.011161203,0.0031303554,-0.0076159346,0.00055112224,-0.0070491377,-0.012613423,0.0036067013,0.02073546,0.009841733,-0.008849945,-0.0065812776,0.014083835,0.016226713,-0.0083247,0.022087762,-0.027176574,-0.002451308,-0.007336382,0.0018585094,-0.018092321,0.00035880136,0.00045373727,-0.00034691364,-0.019512968,0.005281757,-0.02011681,-0.019844567,0.0006391412,-0.020246308,-0.03423147,0.0052323123,0.00096096937,0.009322407,-0.014192688,0.011720816,0.008255752,0.026426677,-0.002851561,0.019315492,-0.011825145,-0.008614333,-0.0078069153,-0.01967458,0.004847177,-0.0061458694,-0.006144393,0.014148546,0.009613963,0.006609375,-0.015727876,-0.01984491,-0.04407324,0.025929896,0.0021980656,-0.015728984,0.018578304,-0.00074652774,-0.00034362145,0.008338865,0.014891605,0.0055383593,-0.010530849,0.0014405508,-0.015823899,-0.00912542,-0.017144186,0.00016412542,0.004533704,0.02374181,-0.020373568,0.015332368,-0.004060897,0.03379742,0.013592239,-0.007562193,0.0058802976,-0.007113219,-0.007899427,0.007911457,-0.012079665,-0.0072305077,0.024810567,0.006099324,0.019003192,-0.013583129,0.003739806,0.0019773315,-0.023581255,-0.011210982,0.0026604263,0.0027407126,-0.026689194,0.010476768,0.0018963687,0.03333836,0.015093032,0.0063144527,0.018729897,0.009641732,0.004862432,-0.007766174,-0.01972587,-0.010830111,-0.0024294555,-0.019391373,-0.010335233,-0.015619118,0.0058095907,0.001979724,-0.00021938261,-0.01394858,0.005440788,-0.012011444,-0.023243893,0.01442151,0.024594087,-0.021408869,-0.005690333,-0.029152457,-0.0050915387,-0.0063757086,0.0034560272,0.015202754,-0.057523623,0.009898994,-0.04831236,-0.0015760412,-0.011442656,-0.004467092,0.0045175618,-0.0036910502,-0.004895805,0.015065271,-0.0141565995,-0.0075920387,0.018827802,0.025523448,0.012204966,-0.040546153,0.0061954022,-0.04049236,-0.0034508442,-0.0041676927,-0.014112587,0.008917757,0.0137466425,-0.010811336,-0.01129829,0.0022740692,0.001244039,-0.017547678,-0.006753557,0.005361401,0.014965071,-0.0033068832,-0.00057173526,0.008316396,0.017064232,-0.0117783835,0.0015523506,-0.016008986,0.02536136,-0.014098006,-0.0046611633,0.013556814,0.0023162744,-0.029528389,0.014432579,-0.00034675864,-0.013814841,0.0054436703,0.011715576,0.005857688,0.0077427193,-0.0134815965,-0.014047938,-0.025250703,-0.0032784787,-0.0047545326,-0.028812133,-0.015314669,-0.020119386,-0.010275486,0.0046171215,-0.01679697,-0.01424239,-0.0036720897,0.010138701,0.0026139878,0.0010926715,0.029238645,-0.009570833,0.009554823,0.012444231,-0.006511338,-0.015712587,0.0007608425,-0.00015867074,-0.0065756594,0.03328854,-0.018797006,-0.02903928,-0.0044999947,-0.017341364,-0.012867301,0.010626374,-0.016381234,-0.0061028576,0.0061360127,0.0032780727,-0.0027048087,0.01914315,-0.021893214,-0.0010861857,-0.004131576,-0.015777769,-0.007175762,-0.027688095,-0.014245556,0.009214081,-0.01047596,0.014776275,0.023805944,-0.0038831916,-0.01212097,0.018046139,-0.002322259,0.004397175,0.014953941,-0.0011087279,-0.019414242,0.005291131,-0.0003221619,-0.0025828986,-0.006804187,0.021675726,-0.0025923846,0.009812276,-0.0016543815,0.009123548,0.023286195,0.028112657,0.0022082182,0.009021135,-0.0038911225,0.017157314,-0.013488274,0.011256417,0.0045147757,-0.01268569,-0.006991499,0.032625515,-0.0060441834,0.018058043,-0.005803181,-0.014536173,-0.006209198,-0.014882915,-0.0053293593,0.0011995586,0.024210887,0.0065018698,-0.020734333,-0.017123658,0.015967939,-0.037519682,0.019422142,0.0093179885,-0.017920239,0.014244953,-0.00916045,0.004721629,-0.0044012163,0.009181828,0.003816555,0.021049974,-0.0024962598,0.0043982984,-0.008921445,0.03818926,-0.0072177197,-0.00011582838,-0.032969326,0.00057103904,-0.0017712394,-0.013495035,-0.0056309267,0.021978172,0.013395672,-0.0014429159,-0.002941796,0.0147824325,0.03207888,0.0373637,0.024590999,-0.025140326,-0.008664171,0.009798269,-0.001975493,0.006759901,-0.0319923,-0.00047098674,0.017274082,-0.010639843,-0.028858544,0.0124525,0.0023769364,-0.011375072,-0.009497706,-0.011142734,0.0151084475,0.016629849,-0.00757295,-0.018969614,0.00071088795,-0.029784488,0.0040833564,-0.0014005961,0.010681232,0.00077802234,-0.010182104,-0.00038107292,-0.0014325432,-0.0030741058,0.00022422033,-0.024961198,-0.00972681,0.007864728,-0.02060272,-0.0019622229,0.002946851,0.0015347454,-0.007600968,-0.0060083624,0.010224588,0.02009574,0.007045975,0.011765707,0.003714799,0.15595782,0.11345928,0.006867531,0.004446783,-0.006410074,-0.006660918,-0.028180744,0.0005159738,0.005894619,0.009209122,-0.032521546,-0.0045459922,-0.0036140874,-0.027413966,0.012071715,-0.02335097,-0.0009477276,-0.0023380462,-0.009179051,0.005274259,0.00094180106,0.01515221,0.0069173193,0.014730653,-0.03485671,0.016076885,0.0074690594,0.013671912,0.024592618,-0.015870081,-0.006521066,-0.014403152,-0.018193455,-0.014432582,0.031260457,-0.007426068,0.012229968,0.017509308,-0.018244507,0.006816643,-0.0072923675,-0.0033753617,0.013199508,-0.011437873,-0.0028958425,0.011900937,0.0099110035,0.009612317,-0.0039036053,-0.0006583232,-0.034292497,0.020930907,-0.004847046,0.007725794,-0.0098129865,-0.0125116855,0.0188177,0.027277539,-0.015934777,-0.009700241,0.007871318,0.007342099,-0.002869022,0.005875637,0.010295555,0.004875735,0.0013090989,-0.0035621019,0.004190966,-0.008283088,0.014381526,0.010735191,0.0063800374,-0.010964606,-0.017412309,0.014200128,-0.016049573,-0.005990803,-0.0035657946,-0.006581362,0.0032495565,0.021183005,-0.010403536,-0.0027486267,-0.012376095,0.010862504,0.01674434,0.021285046,0.11533029,0.011077716,-0.002624997,-0.0282456,0.02403806,0.00072896073,0.0009644375,0.05576968,-0.01140993,0.017460145,-0.017070236,-0.0019783592,0.011430064,-0.009370753,-0.0052716155,-0.00032149427,0.00518958,-0.00787367,-0.0058322963,0.01021388,-0.023241948,-0.006187925,8.542672e-06,0.0012651461,0.012900811,0.026991129,0.009805774,-0.022199323,-0.032273807,0.019047827,-0.10114229,0.010524116,-0.015785009,-0.007905215,0.007565371,0.008466555,-0.0006246331,-0.013515292,0.0013478089,0.02458657,0.002950513,-0.026854355,0.014055255,-0.01185821,-0.005137161,0.013476167,0.024507925,-0.014006655,-0.006145014,0.0030432437,-0.008709694,0.0053257723,-0.0011796359,0.01255303,-0.015218812,0.0056170146,0.008608227,-0.016046077,0.0035489895,0.015430161,0.013295486,0.007210566,-0.010041108,0.007483209,0.011958933,0.012908706,0.009791903,0.02291612,0.003804833,0.015821403,-0.018215636,-0.0020528922,0.0045401854,-0.0047559976,-0.017592499,-0.025803607,0.010965013,-0.0059336876,-0.0017212023,0.024557495,0.019827668,0.001323643,0.024728045,0.01579148,-0.006469614,-0.00040669707,-0.03238785,-0.015609517,0.01013485,0.007102964,0.012961222,-0.017551033,-0.011398236,0.012037731,0.0007394818,-0.012188621,-0.0052936785,0.010474284,-0.008201894,0.0049221325,-0.016389515,0.01077376,-0.001248968,0.00036440583,-0.022492994,0.014350437,-0.025881821,0.00485638,-0.008172372,0.0031619987,0.0028828222,-0.014203777,-0.004073618,0.12534148,-0.01373607,-0.0058494452,0.0036101018,0.011883391,-0.04008006,-0.0014916535,-0.012264101,0.013140766,0.02641776,0.00011512842,0.011106944,0.013644713,0.006328413,0.0071951794,0.02195448,0.019449076,-0.022238225,-0.009972367,0.00403857,-0.022175692,-0.00052484416,-0.023346089,0.0032395055,-0.019534217,-0.0016148263,-0.009495761,0.018360775,-0.0143000875,-0.0050584194,-0.0043666093,-0.005743157,0.0020520692,-0.027822696,-0.016453644,0.019386752,-0.022274015,-0.028482135,-0.017088601,-0.009898752,0.012708782,-0.011942189,0.02491348,0.011722695,-0.027703198,0.19247179,0.0040176623,0.0031640758,-0.00065166614,0.02464634,0.010091544,-0.0041845595,0.018282803,-0.0048179906,0.018951226,0.005162274,-0.030581713,-0.011919778,-0.004143112,0.0061255503,-0.011635103,-0.027347075,-0.009308692,0.004966275,0.008918075,-0.009760031,-0.008390585,-6.3652486e-05,-0.00097223045,-0.0013074247,0.008742862,0.013169516,-0.010484706,0.0046148933,-0.014357963,0.0060432632,0.01642274,-0.009232084,-0.014415729,0.021455593,0.010353636,0.0033519329,0.009871399,0.0032869421,-0.0079165315,0.0008305787,-0.00030098343,0.009544789,0.01696255,-0.009038771,-0.013085426,-0.016865727,0.015480217,-0.009186178,0.002584889,0.0011091668,-0.0038700243,-0.0006868796,-0.012206994,0.0018647393,0.0018071799,0.015101568,-0.017317083,-0.025997913,-0.0107509745,-0.020213418,-0.014125346,0.0031270473,-0.00081899686,-0.006922179,0.011367204,-0.0070120245]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 170,
          "content": "Japan university students pivot away from US to Thailand and Malaysia",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.007758885,-0.016210541,0.0015655563,-0.07338372,-0.007935577,-0.014089668,-0.019260278,0.007531019,0.0171426,-0.0118665565,-0.023515873,0.034631483,0.021551559,-0.015430995,0.10877362,0.013735557,-0.012536945,0.0063251997,0.0058460436,0.0064844196,0.008171508,0.011179873,0.0009791388,-0.013081916,0.02463146,-0.007666334,0.012892831,0.012719183,0.013070128,-0.010924707,0.017872956,0.0100536365,0.025767524,-0.0019634534,0.010669221,0.03319477,0.028433619,0.0036016444,0.007154733,-0.007948789,0.0025976212,0.015612127,-0.01290594,0.024051916,-0.007533423,0.03466169,-0.021100176,-0.011112653,-0.005394093,0.034195203,-0.0028511367,0.045546852,0.0077556013,-0.17061266,-0.0386474,0.009373424,0.00034302514,0.00050567184,0.016899064,0.01684208,-0.024313642,-0.013093001,0.0059376624,-0.00034453569,0.014881897,-0.021813912,-0.004640579,0.012066889,-0.04093855,0.023554577,-0.009299057,0.0128534185,0.005567246,-0.008657598,-0.011637853,-0.0022138937,0.02457007,0.029571487,-0.014478403,-0.0031639973,0.02404524,0.04840131,-0.043407332,0.0055937786,-0.0021300882,-0.027353495,-0.030143898,0.002724581,-0.022349907,0.0110043585,-0.0035229744,-0.02002444,0.012901809,-0.013443147,-0.00785237,0.0008933711,-0.0086507285,-0.010804366,0.00059209554,-0.027474923,-0.0050090128,0.0025636076,-0.001797283,0.04142474,0.0014141987,0.017379176,-0.0036142352,-0.008253709,0.003016561,-0.003520813,0.009289277,0.020385824,-0.009170711,0.011290352,-0.02575094,-0.112563886,-0.024724795,0.014146101,-0.0010448309,0.0018819794,-0.024455609,0.0054560914,0.014682218,0.008098734,0.0075429264,-0.00797663,0.0045083277,-0.007157617,-0.0031160284,-0.0013657601,-0.0011498014,-0.02162151,-0.0014791414,0.011462018,-0.0019255541,0.024612073,0.005752046,-0.016018849,-0.029465288,-0.004319906,-0.0118887,0.0026967982,0.015658488,0.007610491,-0.015087776,-0.035819113,-0.02059416,0.03289102,0.01599502,0.013689331,0.037298743,0.0044504926,0.022530805,0.0016126175,0.001603335,-0.036566287,-0.0018167128,0.008446483,-0.02189832,0.0055652577,0.016059302,0.014570779,0.02296065,0.014327261,-0.0040510297,0.024237165,-0.0020680386,0.03863115,-0.016499823,0.011479753,0.002828991,-0.0006130547,-0.016868902,0.009721277,0.01695132,-0.00026380466,0.019653738,0.019923428,0.005121833,-0.00871245,0.017859107,-0.003576465,-0.005548043,0.022975132,0.014349807,-0.0036361124,-0.00086876354,0.012347769,-0.005901592,-0.008722676,-0.018275289,-0.0099370675,-0.009364694,-0.02491252,-0.013366801,0.0082411,0.0044077947,-0.0135277985,-0.01404045,-0.0048345467,-0.0026548211,0.019349564,-0.01518464,-0.005207181,0.0034324913,0.0024236627,0.015336272,0.008694888,-0.0029132012,0.0077969204,-0.021950478,0.013949442,0.016410088,-0.026658671,0.011107702,0.0004583628,0.019328265,-0.026617976,-0.026955517,-0.0057055154,0.020190187,-0.045052912,-0.00075504824,0.014885591,-0.012101129,-0.03183661,-0.011643511,-0.02014753,-0.0032980905,-0.008513599,-0.039728865,0.019596057,0.0044276942,-0.009735696,-0.024653176,-0.018156331,-0.008581805,0.011327216,0.006835076,0.013483073,-0.0040967907,-0.0093578985,-0.0031204966,-0.009548905,-0.0071573486,-0.027851088,0.040194683,0.007833588,-0.025664577,0.023523752,0.007671489,0.012105433,0.025041614,0.010811518,-0.007625162,-0.010375419,-0.0017556961,-0.0028194948,0.0092318775,0.02075375,-0.016475836,-0.016638743,-0.025186459,-0.045124676,-0.024243752,0.023729894,0.01116141,0.0142475,-0.003677503,-0.024734812,-0.013297681,-0.0056200842,0.0035847963,0.008683377,0.0009861463,-0.008982018,-0.05780825,-0.0011137823,-0.007920925,-0.035893034,0.02767297,-0.002159707,-0.009860753,0.013619697,-0.018177504,-0.020154933,-0.004543881,-0.0039244634,-0.012190868,-0.0045381887,0.011631586,-0.0010409303,-0.004447287,-0.01204386,0.022189708,0.006364211,-0.015578053,0.0012880968,-0.031367548,-0.019318258,-0.008588384,-0.020684624,0.04757564,0.039329503,0.0056715044,-0.0119677475,-0.0014563111,-0.019732015,0.008963936,-0.015953127,-0.0014527455,-0.030680763,0.020858351,-0.011489371,-0.013812407,-0.055094182,-0.009250464,0.004598421,-0.00058918406,-0.009964116,-0.012095862,0.008408838,0.0110636465,-0.005860751,-0.007907134,0.012576592,-0.009657757,-0.0014562773,-0.019354826,-0.009179098,-0.01220699,0.028907172,0.01693562,0.002296353,-0.01788761,-0.0359681,0.025272422,0.018328784,-0.011212543,-0.0019840137,-0.030563718,-0.004589605,-0.020759111,0.007615554,-0.002360373,0.022542825,-0.007538941,-0.034048088,-0.034262136,-0.040644456,-0.014525185,0.004816562,0.02176014,-0.046486177,-0.02195808,0.032631878,0.024513045,0.03566013,0.0073208422,-0.0019423792,0.0021471574,0.041185375,0.006517734,0.03193415,0.017495563,-0.043528903,-0.0047371094,0.03373104,0.0038880617,-0.015915327,-0.0023782111,-0.0202214,0.004239486,0.020591198,0.0029110971,-0.0069806715,-0.0023066797,-0.008328475,-0.022556223,-0.005558251,0.004014783,-0.0021042866,0.031146595,-0.015592825,-0.004026924,-0.0008210693,0.010123234,0.002714001,-0.009002864,0.015734423,-0.016573424,0.002078556,0.00051599677,-0.00046826314,-0.0012825053,4.1218012e-05,0.0066946903,-0.0043696817,0.00073590316,0.011519527,0.0029135046,-0.016274594,0.017771523,0.019713404,0.028218688,-0.0038847718,-0.0010409598,-0.0016322782,0.00149225,0.022971123,-0.00015624042,-0.0058730477,-0.006246458,0.0007299714,0.01738001,0.003227547,-0.01338568,0.007856075,-0.014861835,-0.011699688,0.014473309,0.014213822,-0.043370385,0.02192975,0.0024305733,-0.008629451,0.0026059742,0.010531085,0.004330832,0.004465397,-0.022742668,0.013780422,0.0031725187,-0.023441637,0.005657245,0.0033933707,0.0010120424,0.008705202,0.004772641,-0.0129718855,0.02063341,0.007222772,-0.010308272,-0.0016240765,0.010335779,0.0057202815,0.010529643,-0.03687753,-0.0060079577,0.007417109,0.008629548,0.02480495,-0.014134957,-0.010243607,0.0062616146,-0.009081237,-0.014328066,0.016550282,-0.015494256,-0.012160662,-0.011834338,-0.029031875,0.0073697562,0.035809148,0.014893675,-0.0050319657,-0.0046836133,-0.032823265,-0.0021543507,-0.004529695,0.033974618,-0.031071203,-0.043349583,0.02775979,-0.012951571,-0.019067762,-0.01794597,-0.0014549114,0.010665903,-0.0008251252,0.028210865,0.0011689182,-0.01658863,0.0038986143,0.0016913379,-0.011797917,-0.011372183,-0.026396459,0.014201813,-0.011956968,0.026052942,-0.0007369437,-0.012804724,0.013122562,0.018128218,-0.015924027,-0.02017776,-0.017740533,0.0005670266,-0.018839749,0.028963113,-0.0029171784,0.024781696,-0.009024363,-0.041356392,-0.0013104663,-0.02258,0.005225257,0.0065569263,0.00049521617,-0.00089016923,-0.011842016,-0.009382396,-0.01062861,0.009350501,-0.022767162,0.012348586,-0.00014669057,-0.0051439186,0.023574151,-0.015667625,0.0076607307,-0.0029676373,-0.03266467,0.0056345477,0.003784734,0.027059084,0.01068743,0.02300828,0.0072530485,-0.009545567,-0.0002620575,0.009799565,0.018914567,-0.006199508,-0.032061756,-0.0020236946,0.0313022,0.024616783,0.0058004763,-0.0021790508,0.011442137,0.009208481,-0.021237163,0.05426452,-0.08038976,-0.00535561,0.018812908,-0.003560748,0.0007404742,0.008566184,0.029832836,-0.002569796,0.03403162,-0.0030201797,0.0016093095,0.0025900695,0.0132106105,-0.0029024018,-0.029576872,-0.010375244,-0.02557125,0.042882584,0.023853155,-0.024279788,-0.0045447387,0.013195588,0.013931755,-0.0077708,0.009420729,0.013728086,0.008583381,-0.0023900757,-0.016662382,-0.0083538415,-0.0065911626,0.011826834,0.018913615,0.01220246,-0.009909941,-0.0024455807,-0.014416357,0.019429397,-0.010696572,0.034873925,0.026476309,0.024887295,-0.044359513,-0.046568308,-0.017397031,0.005170567,-0.003991178,0.0041291188,-0.030272186,-0.00074339693,-0.0281853,-0.025732132,0.0036413826,0.008606218,-0.0051661935,-0.023634277,-0.030116111,-0.011398336,-0.002397363,0.011529091,-0.011193973,0.007660267,-0.01018241,0.047140837,-0.012176247,0.025277417,-0.016733544,0.009575697,-0.012039686,-0.00497718,0.0035305917,0.0036253917,-0.0049795285,0.0083454,0.014791288,-0.017778834,-0.012374325,0.011028317,0.013554354,0.008651821,-0.018569794,-0.034028657,-0.091188475,0.00510128,-0.015422302,-0.025076542,0.0011120776,0.017855205,0.0134525625,-0.025594538,0.016289106,0.012742187,-0.0043932316,0.006072861,0.008446026,-0.012570011,-0.018519722,-0.023757765,0.01109704,-0.003580303,0.009253288,-0.013853978,0.017693188,0.011106851,-0.0015634043,0.02105789,-0.045364134,0.019290313,-0.0071364194,0.036483184,0.0005877676,-0.041185178,0.014630621,-0.13255428,-0.008392874,-0.0005508743,-0.015078664,-0.011639343,0.009590335,0.03092662,-0.01580379,-0.007826589,-0.019214151,-0.026593834,-0.0126642585,-0.035461415,-0.0015829077,-0.0031570045,0.09737299,0.008103561,0.010372942,-0.007220156,-0.018012702,-0.002440115,0.009789304,0.04931587,0.005228605,0.02469995,0.009860702,0.006651339,0.010067009,-0.018833978,-0.00025580774,0.02079261,-0.012154141,0.003184757,0.0038952336,0.0103755845,-0.0013337538,0.0017986861,-0.015072771,0.0009004461,-0.013604848,0.011053789,0.026251331,-0.021100953,-0.00028753147,0.005909365,-0.00959341,-0.014779905,-0.0024126926,-0.01849208,-0.04635783,-0.020684473,-0.10204383,-0.007836435,0.009032412,-0.032590523,-0.0072294613,0.009011307,0.022912007,0.0058156312,0.017718043,-0.0060972655,-0.008525208,0.010575106,-0.010460931,-0.00945037,-0.024903769,0.039577756,-0.018951457,0.00091256807,0.014346332,-0.020976614,0.002385409,0.015386132,0.0202202,0.006825866,-0.013401643,-0.018736979,0.031985115,0.003760693,0.0031631435,-0.0070639034,-0.015775554,-0.011029888,0.009347268,0.037109505,-0.012986082,0.022759372,-0.0020295659,-0.021542491,0.00036885927,-0.0063471016,-0.01767024,-0.01178444,0.003009376,-0.026113467,0.018856019,-0.005566475,0.014224534,-0.013132426,0.0035348537,-0.031687126,-0.029375045,0.029167287,0.004723457,-0.00916425,0.020923868,-0.024359886,-0.026032588,0.023784908,0.009419727,-0.013248384,0.003881375,0.007213635,0.01629869,0.0075665256,0.00096175494,-0.0010248246,-0.0070470697,0.014041148,-0.006314879,0.013625062,0.010832097,0.007918167,0.010245618,-0.00020441142,0.0021317762,-0.018788107,0.01071909,-0.0027371794,-0.033545695,0.0018171594,0.008300365,0.003429518,-0.0029665797,0.011982175,-0.0060240137,-0.005062991,0.010073038,0.00045582541,-0.012661712,0.010694716,0.011337435,0.011779862,-0.0138969375,-0.006039303,0.0088792,-0.00097540533,0.015259241,0.00344498,-0.01021215,0.017385663,-0.021636102,0.0051850323,-0.005815886,0.0061982255,-0.0016050447,0.02767662,0.016389439,0.001565237,-0.007796793,0.0014475867,-0.011877967,0.001508392,0.0154488655,0.006179842,0.006091178,0.00678956,-0.012424705,0.0013992962,-0.004745237,0.018701473,0.021971682,-0.013708931,0.00051845185,-0.0023546733,-0.0009612601,0.0003931675,-0.0016159283,-0.008948713,0.014586593,0.009974492,-0.003454188,-0.0063519673,0.009951899,-0.007669245,0.0062656896,-0.006048824,0.014018332,0.011973871,0.008225803,-0.013991698,-0.024975007,-0.004744753,0.009536196,0.0041008205,-0.008687752,0.0064871702,0.011781948,-0.0060253786,0.014719972,-0.0041114623,-0.006972358,-0.0027347812,0.0070310496,-0.012625209,0.0014869578,0.0031637333,0.0134531455,0.014452114,0.011165559,0.0057694055,0.018577252,-0.00016684033,0.04475488,0.002280202,0.0065237116,0.0037145882,0.027902475,-0.007106205,0.011264085,-0.019308737,-0.020944998,0.002385667,-0.011309648,-0.010130137,0.0059715225,0.0121977,0.0051086983,0.015773943,0.00047122233,0.017125977,-0.003945675,0.007234192,0.0057994556,-0.0038258794,0.0041756616,0.031865794,0.0042904667,0.019804569,0.017070666,-0.0051611387,0.0009008645,-0.0057844142,-0.0057465862,-0.010861325,0.02094657,0.010016117,-0.0047163786,-0.032575067,-0.00073350244,-0.0010729621,0.020702757,0.0033116292,0.0083785085,-0.00215528,2.789157e-05,-0.012556709,0.011138405,-0.0013415318,0.003442129,-0.006470056,0.015301721,-0.0024410514,0.022990651,0.02816104,-0.0059067146,0.0074707204,-0.0077170217,-0.018106274,-0.00054682686,0.008512654,0.0021170934,0.03502422,-0.0013371009,0.012127521,-0.011088664,-0.010797932,0.0060956352,0.010425416,-0.001628933,-0.0025211347,0.00079598004,0.0024118288,0.01030197,-0.008330708,-0.0017714162,0.012217856,0.0069660773,-0.0035485823,-0.017798916,-0.0052692126,-0.007989559,-0.011000654,0.009119237,-0.0153444465,0.006641809,0.017728223,0.003350251,0.021029575,-0.0043409956,-0.010750924,-0.00064243726,0.007429645,0.017544087,0.005381479,0.0024513528,0.007577594,0.005163263,0.019598175,-0.010287256,0.07697712,0.0068605137,0.013331001,0.010208226,0.00069575297,0.008717448,0.018514967,-0.020393144,0.0014523102,0.000813151,0.0028949073,-0.00715561,0.01016548,0.007932955,-0.003100359,0.012329948,0.0076350984,0.018465796,0.0052685724,0.0074391654,-0.0002664683,0.0023419636,-0.013802536,-0.011549044,-0.00066324393,-0.0077220397,0.004610965,-0.013214965,0.0115365265,0.0148336645,0.0042829835,0.00037739764,0.0015488293,-0.00088118564,0.0041037337,-0.0048480043,-0.007955152,0.0071882796,0.011737723,0.017723717,0.012891967,0.009461279,0.009221989,-0.023220712,0.016013995,0.013430584,-0.0016649188,0.01634003,-0.0075452416,-0.010756262,0.0017845941,-0.00284839,0.010779738,0.01217823,-0.00711909,-0.0060911793,0.005602816,-0.0070775207,-0.0015000171,0.008413919,-0.0051544844,-0.0031096088,0.0055516297,0.0034259474,-0.018721225,-0.0034021398,-0.001314802,0.0017338522,-0.003172461,0.0024210918,-0.020234797,-0.013001018,0.0029453211,0.0055284225,0.033795357,0.0018750458,-0.010261201,-0.021281203,-0.016458642,-0.00710908,-8.3038256e-05,0.0055560837,-0.018277945,-0.002146521,0.014306541,0.005167736,-0.0014020635,-0.013056774,0.00413697,0.014557174,0.013101992,-0.0215036,-0.006469049,0.0051396056,-0.014410251,0.009612251,0.05028941,0.0059955856,-0.013319596,0.0021498671,-0.0049612625,-0.0175518,-0.0025219263,0.0016325561,0.017703122,0.0030649356,0.0032489863,0.022130592,-0.003260306,0.0128506,-0.017417593,-0.0002543394,0.016540023,-0.014996074,0.0043202383,0.0032540022,-0.0028394344,0.026446585,-0.011508999,0.007290525,-0.0008465351,0.0012758634,-0.01039625,-0.012686331,0.0022124422,-0.021078255,0.0097981375,0.0043604095,0.0005429632,0.019449985,0.01688929,0.007978826,-0.00073921273,0.004120973,0.006852672,0.012153391,0.0144802425,0.014894675,-0.006718017,0.004799528,0.009802106,0.0038986697,-0.010226433,0.013952112,-0.0060655666,-0.01617935,0.0038572499,0.0018774203,-0.01888558,0.009428605,-0.0040579326,-0.0047064717,0.012250811,-0.0094945235,-0.007904491,0.008153861,0.008295242,-0.0125844795,-0.0014701341,0.019755926,0.017417438,-0.0010162513,-0.010162248,0.017456867,0.014376433,-0.025018167,-0.004463716,0.017178405,0.025032049,0.021751154,-0.01973698,0.002283615,0.017093962,-0.010643491,-0.009463768,0.00953947,0.001903708,-0.0065231454,0.0051707285,-0.018159624,0.0035026902,0.005555721,-0.0123003125,0.0020971985,0.0046635377,-0.006993792,0.0011603866,-0.0074519296,0.019698111,-0.009815261,-0.011903983,-0.0110183535,0.018344184,0.00059431046,-0.011962116,0.012854819,0.00057824695,-0.0063558505,-0.011013585,-0.0016321259,0.006243944,0.0004422105,-0.005676919,0.0017677477,0.009122501,-0.009292598,0.018929547,0.008131303,0.0010006988,0.012316662,0.0031601745,-0.018229432,-0.020431979,0.0096132895,-0.009036115,-0.0063020554,0.018273838,-0.01940853,-0.000928164,0.0018293055,0.00089362747,-0.015804335,-0.0144237215,-0.019628977,0.00045973668,0.0022405183,-0.005007558,-0.0025136804,-0.0144186895,-0.028595801,-0.0013702017,0.0047553685,-0.011252243,0.012771262,0.014835869,0.0075891535,-0.0027095461,0.0053975005,-0.022112574,-0.006041901,0.010649936,-0.008742535,0.024397917,-0.00627999,-0.014190053,0.009773745,-0.009996452,0.020933429,-0.014269033,0.00021105536,0.0017606715,-0.006216062,-0.0013168944,-0.009276677,0.003097342,-0.016735466,-0.0068630776,-0.04672881,0.005879374,0.012717019,0.008787992,-0.0067624366,-0.008341633,-0.012561167,-0.009950938,-0.008354456,0.0017913324,0.0040846835,-0.015390607,0.013664818,0.015897691,-0.011542817,0.0059306407,0.0029762185,0.022011345,-0.0048163775,-0.0056053726,0.0012079027,-0.003912893,-0.0035505688,0.004571093,-0.00063573284,0.026147472,0.0073590735,0.012101939,0.0033470753,0.0032692747,-0.01277997,-0.008593209,0.00017671053,-0.016830368,0.006964055,0.0021128329,-0.012001714,0.001745415,-0.023055036,-0.010694918,0.00054037967,0.005295545,-0.014042885,-0.009560821,0.004621916,0.0025498078,0.01664453,-0.012410066,0.0050379336,0.0019464457,0.007306179,0.043527458,0.010680162,-0.009433577,-0.0014962468,-0.00039489404,0.02221644,0.0065670125,-0.001737571,0.0039564664,-0.008579026,-0.007695061,0.006081934,-0.013480055,-0.008286006,-0.00078236044,-0.004691975,0.014248697,-0.0011592176,0.008303844,-0.0004145831,0.0015785464,-0.0025755633,0.0046830857,-0.014903349,0.0012899917,0.016052442,0.021594144,-0.02019873,0.0020449327,-0.0021548097,0.0014120253,-0.013012671,-0.0006107929,0.006378476,-0.004695226,0.022943407,-0.0081468765,-0.01616784,0.011941566,0.004908727,0.0034251364,0.0124325715,-0.01237177,0.0017148412,0.004306755,-0.016461894,-0.020984082,0.021017987,-0.008450779,0.007879176,-0.003893029,0.020270018,0.011120212,-0.003919167,0.0127819935,0.007784151,0.009187517,-0.0058632344,0.00094593974,-0.0039590583,0.007023655,-0.0063449526,0.0012697141,-0.0017940595,0.00014529661,0.022797715,0.00018780812,0.0022357905,-0.002792791,0.013418574,0.026161851,0.014115379,-0.011846164,-0.006895363,-0.001928699,0.0023792177,-0.008035951,0.0056941323,0.0035438468,-0.004885508,0.013118369,0.026183007,-0.002300448,-0.01872057,0.020965906,-0.005448061,0.00026219292,0.020578863,0.005496225,-0.004755516,0.003656318,0.0051960982,-0.014064291,0.00452563,0.0040500723,0.023482976,0.015059946,-0.007853599,0.017152796,0.008757726,0.016551927,0.0061438545,0.01825199,0.014380692,-0.006068404,0.010825029,0.0061843707,0.010583966,0.00546246,-0.0067443675,0.0070499545,-0.004086167,0.016308159,0.005663285,-0.012350117,0.0073015536,-0.008320416,-0.007912636,-0.015074138,-0.0145482635,0.01583141,0.0009376989,0.016994791,-0.004813458,-0.0001885872,-0.003598902,-0.008158604,-0.0063993544,0.027572917,0.0007778209,0.019535761,0.0042232666,0.009081749,0.0019523758,-0.022306014,0.015531795,-0.020968612,0.0177757,0.008206766,-0.011820012,0.004802277,-0.0045213075,0.012027602,0.004096445,-0.004986249,-0.004292164,0.0032994342,0.03249856,0.00466601,-0.01099158,6.797557e-05,-0.007839039,-0.010363775,-0.02132892,-0.09630932,0.009464887,0.0058256304,0.020347564,-0.0029577771,0.00669869,-0.018650671,-0.0097405305,0.012273213,0.0011825406,-0.0068531362,0.007314121,-0.007232417,0.001395486,0.005390657,0.014016989,-0.0015342741,-0.0039658127,-0.0058936505,-0.0068552233,-0.008857041,0.018531982,0.0023152088,0.011205395,0.00090856355,0.001984403,-0.00064429926,-0.003239767,0.013909812,0.003126083,-0.006146544,0.004574468,-0.0024611077,-0.017324694,0.0105615305,-0.009222661,-0.0063503925,0.010794246,-0.13566741,-0.012454097,-0.0013932551,0.0014437846,0.0012490333,0.0117137395,0.008549877,-0.014294011,0.00863378,0.0041486532,-0.012611993,-0.0055063353,-0.007355618,-0.0016760937,0.021550987,-0.010180488,-0.016039168,-0.005793927,0.008689252,0.014236918,0.013211623,0.010562947,0.030763736,0.009822772,0.0068376777,0.011284188,0.006002419,0.0015226695,0.006132455,-0.005541202,-0.006085227,-0.0011218964,-0.0035966674,0.008830793,-0.015191925,-0.0074605313,0.0050557833,-0.0056069274,0.0014540982,-0.010545749,0.0021609592,0.011729342,0.00853098,0.005019675,-0.008795733,-0.0053238613,-0.004872686,-0.0024832957,-0.011370917,-0.017616041,-0.008333866,-0.002865877,0.0016032202,-0.010260622,0.006125503,0.008210084,0.012154177,-0.005165374,-0.019224463,0.0068290886,-0.011925204,0.0036742056,-0.011241994,0.009977282,0.00051158125,0.00031854628,0.017645936,0.00064539287,0.0019985372,-0.011929877,0.019643003,0.0011217665,-0.0019312933,-0.0071862517,0.0066988636,-0.003922349,0.019981498,0.00020686442,0.010165787,0.0092574,0.004014274,0.013367733,-0.031655684,-0.0022014722,0.008026381,-0.013908321,-0.027593624,0.019961605,0.015195835,-0.06683942,0.012319619,0.0012508585,0.00046449463,0.0104634855,-0.015989626,0.010844739,-0.01063028,-0.014961978,-0.0068016215,-0.007026394,0.0028803234,0.0020936895,-0.017149795,0.012654476,-0.009149915,-0.0031165106,-0.0006104437,0.0013395078,-0.0068799504,-0.022276593,-0.005446859,-0.0026388846,0.003513323,0.013374677,-0.011898575,0.01687347,-0.021755312,0.0030976515,0.0043563703,-0.01152208,-0.009953667,0.0018221894,-0.0035217884,-0.014210717,-0.009118312,-0.006166166,0.021520797,-0.02378882,-0.0037434637,-0.0065423036,0.017362615,0.004182093,0.0024946555,0.017855043,0.0039503304,-0.002835623,-0.0015127822,-0.014694394,0.00048565568,-0.002263209,0.0025454038,-0.0076099914,0.007059326,-0.0044127703,0.0019236396,-0.008025208,0.0063211564,-0.024464104,-0.00011662521,0.0018170914,-0.037719868,-0.008863257,-0.027490659,0.0051330607,0.009263104,0.0010257113,-0.006167655,-0.014237334,-0.015087181,0.027014686,-0.02652103,0.0044457274,-0.020961238,0.0042584566,0.0054769972,0.0038163508,0.011987751,0.023758102,0.022301935,-0.0031838247,-0.0051699197,-0.016490934,0.00877798,0.028344221,-0.02017109,-0.021252118,0.019571245,-0.0029635115,-0.02773374,-0.008889163,0.020712512,-0.011930625,-0.013631838,-0.003188553,0.014668508,0.011571421,0.0143269235,-0.020885866,0.042084437,-0.015579702,-0.005241293,0.0018115897,-0.008861303,-9.831475e-05,-0.034433395,-0.009436567,0.021427894,-0.0034623754,-0.0071851267,-0.01416951,0.012081281,-0.02220132,0.003023533,-0.1616511,0.007473688,-0.0018711725,-0.0026367125,0.003302797,0.0048950226,0.018878428,-0.020615203,0.04007037,-0.012203908,0.006787032,-7.877279e-05,0.0026708427,-0.012555921,0.008104498,-0.028257094,0.015578457,0.01817636,-0.006438209,-0.00627835,-0.0375398,-0.017631266,0.0026738674,0.018249048,0.0028349536,-0.0032379287,0.0077226944,0.026661072,0.0011745306,-0.0063525955,-0.025661597,0.0049341754,0.0049089543,-0.012254221,0.021540122,0.00094605406,0.003497471,-0.010648873,-0.008257339,-0.002884496,0.015704934,-0.004583316,0.014346505,-0.013387693,-0.0012337698,-0.019698068,-0.013019091,-0.002105602,-0.016307779,-0.01798549,0.032598592,0.027431138,0.013509425,-0.00944761,-0.0019444977,-0.040763665,0.011508599,-0.023159834,-0.018998705,-0.009378903,-0.0057936525,-0.0063382722,0.024683796,0.011798524,-0.0076008416,-0.0021219044,-0.00018302303,0.14043635,-0.020173253,0.016931986,-0.031596277,-0.0062974817,0.027427746,0.0076768063,-0.010093448,-0.02975511,0.004521238,0.0034573015,-0.0025745977,0.00085521734,-0.0139186885,-0.005807181,0.03054702,-0.01905372,0.027349288,0.016569626,-0.007619368,-0.002891196,0.0020725995,-0.0057996707,-0.01951494,0.0098111145,0.016003497,-0.018190531,0.0054122247,-0.00826297,0.018046748,-0.010263725,-0.043092687,0.017499415,0.0022271904,0.023714587,0.012863621,0.0076184,0.009899948,0.0029211373,-0.024499616,0.01722581,-0.00024901258,-0.019190818,-0.005006616,0.008913784,0.008194698,-0.012984053,-0.00033459443,0.00087196566,-0.012244516,-0.028245673,0.02430741,-0.032596845,0.005706875,0.00748655,-0.013777971,-0.005320433,-0.00967548,0.001269159,0.016603032,0.01011422,-0.0063642827,-0.010564747,-0.001870474,0.01058552,-0.008851128,0.015054365,-0.013480114,-0.015385959,-0.09456897,0.0011059708,-0.012813151,-0.010944787,-0.015625859,0.004084493,-0.007067036,0.0039684223,0.0110202655,0.0053818803,-0.000979677,-0.0047690016,-0.010188724,-0.0012618211,0.010111269,0.019582475,-0.015838632,-0.0072312653,0.0042708865,0.0041355398,0.0056022746,0.027460307,0.007390151,-0.0019923148,-0.0050458866,-0.010331097,-0.018030917,0.0006523086,0.02528449,-0.0019159211,0.012766426,0.03102174,-0.020746144,0.0014933055,-0.01340973,0.006621591,0.005489252,0.0012614054,-0.00054572977,0.0031104744,-0.005000513,-0.015847068,-0.0005190238,0.00045989727,-0.00061222335,-0.010533196,0.016426878,-0.008385573,-0.017425794,-0.013118465,0.020919876,0.00064610795,0.00598062,0.0023431915,-0.03206714,-0.023136016,0.018665511,-0.018943882,0.048742607,-0.006672229,-0.006877763,0.006035131,-0.009683615,0.015694132,-0.010703202,-0.013254309,0.0066285506,-0.0010727716,0.016749214,0.012996012,-0.009838535,-0.022770928,0.008723014,-0.01501844,0.0069446512,-0.004161334,-0.028453723,0.0040095383,0.007957798,-0.012099093,0.008641384,-0.0042584967,0.029431863,-0.0020408418,0.03435469,-0.012537672,-0.004364042,0.006529532,-0.011091247,0.0020694013,-0.010389592,-0.0044123805,-0.023686735,-0.014657516,0.02608338,0.010168102,-0.02356669,0.0017578367,0.028538344,-0.005755113,0.010651434,0.01088273,-0.009411547,0.013813047,0.0036859883,-0.014056195,0.008083417,-0.017727852,-0.00796224,-0.0045828666,0.0005653589,0.015508029,0.0012778831,-0.018853506,-0.0015823904,-0.024019612,0.0033678967,0.013241479,0.011811439,-0.007744651,-0.020428695,-0.00022185965,0.013962393,-0.0028484296,-0.013295328,0.0036309294,-0.0029568053,-0.006231518,0.006414081,0.0036070505,0.003208187,0.00910244,-0.012706171,-0.015997328,-0.007957597,-0.013890849,0.017485244,-0.02551321,0.008569332,0.015684742,0.005971337,0.024060521,0.00063333736,0.015713813,0.001069119,-0.008433488,-0.015909478,-0.017437201,0.01392351,-0.009123931,0.0037583292,0.014686198,-0.008327916,0.0031172957,0.00036647206,0.03392189,0.017944403,0.0023569013,-0.016880814,-0.0034049843,-0.005487894,-0.003998873,0.008371989,-0.015471034,0.0038129506,-0.00638128,-0.014205392,-0.010812342,-0.019041,-0.01129304,0.014429214,0.0018640619,0.0005257932,-0.0023414504,0.00028754486,0.008669807,0.025072727,0.023972787,-0.0050205803,-0.06890823,0.0045156097,-0.0074006733,-0.014268273,-0.022756552,-0.020103425,0.012535445,-0.009373338,-0.0029745754,-0.020882702,-0.00611473,0.015297922,0.003277818,-0.013014442,-0.0019040282,0.010902335,-0.0003898552,0.03604,0.023326272,0.01675575,0.02689701,-0.00566531,-0.011508561,0.0014738218,-0.0039900425,0.0007360996,0.007283807,0.012471483,-0.0068632104,-0.008119381,-0.017008452,-0.0059430595,-0.009448283,-0.005938535,-0.009507429,-0.005680444,0.018019198,-0.026172007,0.0016820282,-0.03465511,-0.004410425,0.009409227,-0.06631134,0.012688295,-0.013387787,0.024153104,0.005601821,-0.00554736,0.017724236,-0.02503345,0.013592885,-0.0084481975,0.009329418,0.006867793,-0.011797805,-0.011188783,0.006944574,-0.01231516,0.027465085,0.0026816353,0.00336979,-0.024399713,-0.0149025945,0.0039052248,0.02065946,0.004605714,-0.0049843597,-0.012072088,-0.00748653,-0.018716179,-0.0069621583,-0.015452004,0.04280149,-0.022001285,-0.02373765,-0.013366109,0.02078111,0.0059246146,0.015109893,0.0033055723,0.0042768293,0.019706009,0.027846318,0.040603586,-0.010274845,0.0013032693,-0.0021738694,-0.097749345,0.010118954,0.003158383,-0.009487652,0.0011303088,0.02224437,-0.0040734345,0.034691233,0.0016173505,0.005993685,-0.034016684,0.008314348,0.00939972,0.029299555,-0.017931473,0.0022145,-0.008642311,0.011183398,0.012733625,-0.0073785484,-0.02277608,0.011194653,-0.010456662,0.006383682,-0.0027330979,-0.060193505,-0.001712134,0.027839916,-0.0045516626,-0.009325482,-2.389473e-05,-0.019395342,0.008466445,0.013639463,-0.0029892274,0.012629117,-0.03769551,0.004283307,0.0046782177,0.0064073387,-0.016969375,-0.02108709,0.011850701,-0.03252836,0.021138463,-0.014654058,-0.0083668465,0.008244752,-0.03734966,-0.015862286,0.0066236807,-0.0069041243,0.023291737,0.014455703,0.011298564,0.015966,0.0017537873,-0.021192253,-0.01082715,-0.008808605,-0.008627787,-0.011829689,-0.0039764848,0.015829207,-0.004779036,0.013424278,-0.029759238,-0.0101638,0.00393145,0.0028675983,0.024502503,-0.005780364,0.029481351,-0.012989173,0.0012808859,0.0062683714,-0.013730801,-0.015105958,-0.002435888,-0.0041164793,0.008490375,0.013422787,0.01664403,0.0009595271,0.0028968416,-0.015160302,-0.0032529628,-0.005799401,0.01831745,-0.0018104559,0.0085220765,-0.02287905,-0.022573436,-0.017815541,-0.008691005,-0.0031040474,-0.007441136,-0.03332636,0.0281039,-0.0010966879,-0.0146911135,0.016889632,-0.001546527,0.009639497,-0.00064540847,0.009570035,-0.012262817,-0.0028529775,0.011312546,-0.014668794,0.028567396,-0.005260993,0.011338899,0.0023019414,-0.012399081,0.00094083516,0.0015295261,-0.0039383066,-0.009420067,-0.013011313,-0.029387979,-0.008600285,0.013695373,-1.5373229e-05,-0.018297873,0.003921986,-0.00201175,-0.021180347,-0.006135722,0.006669098,0.028191246,0.019666817,0.0075425724,-0.0040596263,0.0011911102,0.0119543495,0.007717398,0.000110773566,-0.029593226,-0.011360232,-0.00052187376,0.0016934876,0.005107075,-8.293209e-05,0.017744737,0.016859408,0.0010795005,-0.005880688,0.0022433985,-0.0004266153,0.0047560227,0.009753334,0.012762724,-0.018409561,0.0018414365,0.016833529,0.018328076,-0.031023115,0.0050608353,0.010642066,0.023015764,-0.0021316386,-0.014056906,0.0108899865,-0.014608982,0.0074275746,-0.0059028836,-0.0026793403,0.015601305,-0.0017978743,0.0051668496,-0.012197627,0.03959229,0.009186484,0.02020734,0.016879661,-0.014113929,0.017202644,0.018107187,0.0036600772,0.013137575,0.009596557,-0.009857406,0.0021658877,0.014494475,0.026326563,0.0020700656,-0.025865814,0.010567131,0.0018575243,-0.009033108,0.0059951176,-0.026997171,-0.007628823,-0.024697132,-0.012766235,-0.0021941697,-0.0037747324,0.022193128,-0.006499336,0.0039855638,-8.0924e-05,-0.023071174,0.0009422617,-0.016501036,0.0200095,0.025347542,0.00023858772,-0.014250546,-0.00068162236,0.012034594,0.0023981011,0.010311366,0.014719737,-0.00041635084,0.008611561,-0.0029267543,-0.005245813,-0.0042660525,0.016853238,0.017831892,-0.0084010055,0.013897605,0.009001718,-0.0044212155,0.0048452527,0.013447225,0.008513917,-0.018317046,-0.018248552,-0.0006232076,-0.009386598,0.019330828,0.0093628345,-0.0013052995,-0.010683941,-0.016515179,-0.014490459,0.011697892,0.001276293,-0.0042964,0.033359908,0.004305143,0.0010587362,0.0039072107,-0.0066822357,-0.024363525,-0.0032571347,-0.016478037,-0.021024905,0.01447938,-0.023342183,-0.003249456,-0.0057126954,0.0022021527,-0.04050817,-0.0055407924,-0.009101073,-0.011947497,-0.010212813,0.03381392,0.009921251,-0.013677396,0.0032771123,-0.0378336,0.02003403,0.008949308,-0.0027923118,-0.0019890745,0.016870279,0.019908268,0.01406085,-0.020182114,-0.009028723,-0.008208728,-0.009888036,0.0053673433,0.0025331306,0.016393812,0.0146100065,0.0009439609,-0.0026619865,-0.0052471287,-0.010539947,0.0044534444,-0.006116113,0.013700683,-0.022019211,-0.0061410717,0.002095191,0.027246747,-0.028828144,0.008644785,-0.008445866,-0.0011030411,-0.010744598,0.005108491,0.0059350887,-0.007933645,0.0051313974,0.027642822,-0.045532264,-0.010679127,-0.01919064,0.012107332,-0.0044594267,0.013317006,-0.02418128,0.017060438,-0.010473192,-0.017409742,0.016069101,-0.0033031728,0.0016568367,-0.0017515738,0.00784946,-0.028172906,-0.0069340267,-0.012577468,0.016810292,-0.008101678,-0.006082178,0.006594392,0.005923376,-0.0017166435,0.006414577,0.021873072,0.0042739958,-0.023693888,0.00083817384,0.007551784,-0.011128852,0.00900645,0.017253751,0.011673559,0.026250498,-0.00046576717,0.0015737711,-0.025625933,-0.0032383779,-0.016481793,0.008645761,0.014490341,-0.026131485,0.009194759,0.0252145,0.014691449,-0.0014466565,0.008556207,-0.00031257325,-0.011187364,-0.011428135,0.0057901572,-0.008987652,0.008409135,0.009536266,-0.0026568328,-0.0004856963,0.0075859637,-0.003375368,0.0023893449,0.012771026,-0.003546665,-0.0015610291,-0.0039599156,0.0025707085,-0.013384766,-0.0141095845,0.011387198,0.001846422,-0.012366088,0.0029635492,-0.005020659,-0.0045390315,0.00023943494,0.010628809,-0.018169358,-0.013253037,-0.005906797,-0.01600994,-0.004948256,-0.00490612,-0.0012498163,0.0054266956,0.00048399478,0.016802989,0.010277279,0.017759297,-0.016354335,0.008371025,0.0044192025,-0.017237928,-0.016274482,0.005183743,-0.015667288,0.0054081366,0.00356081,0.013221737,0.0110870795,0.0054551344,-0.018523185,-0.010684065,-0.0029808027,-0.0013233401,0.011905301,-0.010851059,0.011132654,0.032531776,-0.0046501947,-0.043922924,-0.003289434,0.0009892163,-0.012652513,0.00096051674,-0.004242787,0.0053694835,-0.013665638,0.026391285,-0.0065766936,0.022831885,-0.017885152,-0.009979129,-0.0008466338,0.016666407,-0.0055200034,0.0021226734,0.0067875916,0.0070930785,-0.0014438666,-0.013627895,-0.007049406,-0.012641721,0.00473096,0.0041626864,0.013316675,0.005426825,-0.006706275,-0.0006352584,0.0028670263,0.005472623,-0.00863593,0.00929713,0.0030824484,0.006987064,0.008330822,0.005820749,-9.277761e-05,-0.008371053,-0.009389195,0.011210125,-0.012682354,-0.020418452,-0.013603759,-0.0063713663,0.014114527,-0.0017955825,0.017120827,0.015243253,0.024913348,-0.012982487,0.0010258979,0.015021609,0.026186658,0.019218454,-0.029080205,-0.034010082,-0.009555597,0.0011845494,-0.004848001,0.000620394,-0.03436087,0.013297413,-0.038884263,0.00432322,0.0018996544,-0.004950767,-0.0034616722,-0.015483724,-0.004664319,0.014229402,-0.008275532,-0.014066821,0.006280818,0.028456608,-0.008118409,-0.03398273,0.0150054805,-0.027382521,-0.0034414977,0.02046617,-0.006485533,0.0034933784,-0.01558184,-0.026385572,-0.020351065,-0.009199419,0.0007371374,0.0036233529,-0.0038857837,-0.0021451705,0.0004838576,0.008184949,-0.0008036324,-0.00091137155,0.0018249496,-0.0004687659,0.012857416,0.008634731,0.015841976,-0.0180783,0.009061413,0.00405579,0.028025305,-0.015490668,0.02116838,-0.027477417,-0.009046058,-0.0065497546,-0.0033893723,0.012118568,-0.0028996435,0.014694892,-0.022261698,0.0014020521,0.0038954427,-0.019160299,-0.0039763274,-0.012697429,-0.006678971,0.0016343097,0.013929178,-0.015340663,-0.0109955305,0.012198734,0.021749655,-0.00432856,0.006650828,0.012040439,0.015508839,-0.023913622,5.1172785e-05,-0.017686673,-0.025788331,-0.0008196285,0.0021207733,0.0067538423,0.006245434,0.0059624417,-0.015959773,0.018346522,0.010450973,-0.0035008162,-0.009420567,-0.007290525,0.0014944167,0.006535315,-0.0035016206,-0.0032098761,-0.008595141,-0.009330111,-0.011132915,0.0029454392,-0.01256335,-0.018877516,-0.009230563,-0.017770562,0.015202822,-0.009897678,0.006217522,0.0077645658,-0.008748475,-0.020048693,0.0267597,0.013491399,0.017741442,0.0131238755,0.017708737,-0.012775222,-0.007800406,-0.0039334674,0.0025784133,-0.012833648,0.0012835632,-0.0028818299,0.006353687,-0.009422044,-0.0021522252,0.022624537,0.012146862,0.0011898244,-0.015351836,-0.013820199,0.019583534,0.00788158,0.00028789608,0.016382655,-0.014326547,-0.011663918,0.0024473194,-0.019832682,-0.0025543424,-0.033293366,-0.019095909,-0.013657601,-0.0064166305,-0.011316883,0.029394677,0.024610838,0.008181565,-0.0062545533,-8.319104e-07,0.03247449,-0.01853667,0.0073939976,-0.008924869,-0.01033567,0.035297677,-0.010914517,0.0016418663,-0.0018302107,-0.009075338,9.501042e-05,0.02166315,-0.017412117,0.0057457653,-0.007283749,0.014815729,0.0034106458,-0.0097274985,-0.02585817,-0.018860793,0.0077773496,-0.010272687,-0.0027512691,0.014350058,-0.016585505,0.0020677166,0.0027275092,0.010721229,0.0141760195,0.02722948,0.016809974,0.012879041,-0.006115741,0.010645328,0.008744561,0.006918275,-0.004971546,-0.008638655,0.009367931,-0.010600429,-0.0068170293,-0.010611902,-0.00437427,0.0015207983,0.0025295846,-0.004028854,-0.007912601,0.010426204,0.0073025394,0.0015024457,0.006495428,-0.02480117,0.006632396,0.0021979609,0.011340966,0.010277913,-0.006464944,0.0143245915,0.03112746,0.009303913,-0.015918273,-0.010035237,0.014021415,-0.00042023332,0.0019717815,-0.015473861,0.0062496634,-0.013134837,-0.008315801,0.0010669708,0.035384182,0.023604164,0.007662736,-0.003385162,-0.008330129,0.16238853,0.121287994,-0.01419158,0.022327436,0.013887258,-0.0069478475,-0.009636751,0.009954782,0.0065810266,0.01112697,0.0006249855,0.011335116,0.009798989,-0.012844519,0.014066467,-0.004191942,0.0286343,0.019626869,0.011149513,0.0037856563,-0.0054853656,0.024558412,-0.0035672297,0.0103213405,-0.00212033,0.00062094425,-0.0013184273,0.003283811,-0.004887118,0.00063493714,-0.008628607,0.007264683,-0.03146759,-0.029096283,0.020417627,-0.01064493,0.012828185,0.026316859,-0.027970359,0.014248633,-0.013959183,0.0058691646,0.0029201163,-0.012677322,3.306559e-05,-0.01825884,0.0028862753,-0.010711257,-0.024676088,-0.0015203945,-0.0017255541,0.0020258145,-0.0059341546,0.010707518,-0.022511326,0.0032879056,0.020045968,0.022069972,-0.023209387,0.008808446,-0.017453821,-0.01497766,-0.012381223,0.017770328,-0.011130196,0.0005533509,0.008386671,-0.0013764695,-0.0070673213,0.0026482835,0.0073280768,-0.0026466195,0.012869993,0.0048786136,-0.015558152,0.028047327,-0.007492663,-0.019154606,-0.00021051402,0.0009389714,0.009338406,0.0026295057,-0.0023191837,0.00013328699,-0.002100096,0.01877298,-0.01249899,0.023950014,0.11283775,-0.0064884135,-0.003858762,-0.007873958,0.029586041,0.012617357,-0.015790014,0.05593263,-0.0016337734,0.008123857,0.006251019,-0.01054884,0.0063918694,0.012535125,0.0094574895,-0.012109622,0.025921607,0.030248305,-0.024277544,0.016338062,-0.020118767,-0.02308967,0.014319552,0.017470194,0.009604425,-0.002851122,-0.011413372,-0.0002923746,-0.010212246,-0.020698048,-0.10761072,-0.009926101,-0.017001063,0.0071622697,-0.0015441905,0.01883562,0.0026905716,-0.01843116,0.0133036,0.007339962,0.0067257546,-0.009404657,-0.019826528,0.0006063744,-0.015812902,0.008243131,0.017459845,0.0049800975,-0.0011059548,-0.006806058,-0.0066868695,-0.010559602,0.0007074429,-0.0008597217,-0.009092773,-0.0068451804,-0.013060075,0.00073856994,-0.014117112,0.00026681408,0.006915106,-0.015898764,0.004907328,-0.0031023032,0.016563997,0.019250326,-0.021988926,-0.008751232,0.01446461,0.008026377,-0.014635355,-0.009129971,0.00097392406,-0.033616714,-0.0028929694,-0.01444845,0.0066890377,-0.006761909,-0.0021534718,0.016594397,0.024748253,0.0049266936,0.02052402,-0.004379459,-0.03293119,-0.008039314,-0.011793398,-0.0088680005,-0.0019686434,0.009838241,-0.015987862,-0.021526024,-0.0131884925,0.0110018365,0.008461377,-0.004920891,0.003687394,-0.01279403,-0.0048358925,-0.0028321024,-0.0014453734,-0.02609775,0.0066989497,0.0052378224,-0.0023422241,0.0076751024,-0.043787718,0.012300067,0.0034349726,0.019198187,0.0063517187,-0.0009511242,0.0027186724,0.10543191,-0.021113215,-0.0003044306,0.011344498,0.009422622,-0.030589247,-0.023392804,0.00899575,0.010026353,0.007031091,-0.014774184,0.0052719084,0.015130237,0.014534653,0.009961715,-0.017909566,0.0333356,-0.03193974,0.018328251,0.0012540837,-0.007290166,-0.01296365,-0.00797626,-0.0017553737,0.016516805,0.017907022,-0.042792782,0.012439204,-0.030087037,0.001868882,0.01433266,-0.016090007,0.028415017,-0.020136178,-0.0038296634,0.017684318,0.014085275,-0.0033665223,-0.0011257445,-0.013320363,0.006656409,-0.009898673,0.006632404,0.0006435514,-0.033775438,0.20104477,0.008876112,0.0149392765,-0.0054895654,0.005473149,0.00065301795,0.0010213164,-0.020230586,0.013697296,-0.010524971,-0.006110612,0.01137458,-0.009480778,0.008723759,0.017396772,-0.020914687,-0.027297888,-3.8772882e-06,-0.00611013,-0.000977849,0.015007879,0.006714362,0.012196264,-0.012389207,-0.01896067,0.015618367,0.0019792633,-0.010042707,0.00984745,-0.0021853722,0.010659814,0.00049131876,0.0050485823,-0.02587271,-0.0014997453,-0.002826179,0.0098746605,-0.004144848,-1.995841e-05,0.020116406,0.015100186,-0.009006415,0.012023311,-0.0018410459,-0.0028069357,0.008635805,-0.01071037,0.0040705903,-0.019568738,-0.002523591,0.0034958886,0.017724775,0.018376099,0.022675872,0.018139498,0.009489191,-0.013347527,0.0077637266,-0.010959515,-0.0046194484,0.011636446,-0.01560744,-0.00025703106,0.016535984,0.003762094,0.032269444,-0.025687551]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 171,
          "content": "CK Hutchison to navigate 'world in turmoil' by scaling up",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.011038754,-0.027485615,-0.004806959,-0.057089597,-0.015810415,0.019176692,0.028366802,-0.013238618,-0.00125782,0.0045300364,-0.011757302,-0.042751573,-0.008313209,0.036134653,0.11658368,-0.004323975,0.004235608,0.0019605604,0.00017798162,0.0013286399,0.00072971813,0.001767443,-0.03482431,-0.013126635,0.0058274195,-0.0033111726,0.019882001,-0.010257377,0.00082584104,0.0076739215,-0.005577144,-0.0050665396,0.022728585,-0.007739475,-0.008950945,-0.014846575,0.017002087,-0.0049965405,0.018038344,-0.010957476,0.021798128,0.019431086,-0.005832528,0.017044768,-0.012692918,-0.008951607,0.016396115,-0.013553702,-0.0017075269,-0.007603933,0.014778261,-0.011279705,-0.026307879,-0.15816484,-0.031527746,0.0080727935,0.017244631,-0.012377803,0.013009661,0.024067368,-0.019013107,0.019019825,-0.025640626,-0.00035656322,-0.011077933,-0.030108528,0.02375989,0.0048408364,-0.022020282,-0.0047578556,0.014944227,0.013723987,-0.02208249,-0.050430443,-0.025122972,-0.0046953326,-0.0012378776,-0.013732842,0.0025148555,-0.0007421364,-0.0050457027,0.00017773833,-0.02021856,-0.03375034,-0.0013832289,-0.035086736,-0.01872516,-0.002504514,0.0010391363,0.00728348,0.0043446836,0.024827966,0.013811024,-0.011573241,-0.0055121575,0.0040815272,0.0012055003,0.008059726,0.011549987,-0.0055669425,-0.02432965,-0.014380135,-0.0074439547,0.026949305,-0.024788277,-0.024462588,-0.01163532,0.0033035898,-0.004462597,0.013625185,0.011127288,-0.005365962,0.007782312,0.0047019026,0.019928949,-0.145439,-0.0003739018,0.0069627925,-0.015400765,-0.0017687746,-0.033327278,0.026608372,0.009563532,0.019138193,-0.0018744768,-0.023975806,-0.022472575,0.023492027,-0.035029825,0.00035903338,0.02128231,-0.008109,-0.00038671913,-0.003941109,0.015250484,0.04946999,0.009928544,-0.0237088,0.0022440243,-0.029280245,-0.015439175,0.031375736,0.013023807,0.025827017,-0.03527773,-0.026382321,-0.014495138,0.048498187,-0.001832905,-0.013035768,0.021993633,0.012199373,-0.0037044035,0.011781582,0.008627285,-0.069938764,0.0075728814,-0.002219117,0.025296036,-0.0072534457,-0.013115287,-0.0014654013,-0.0038693098,0.0052114334,0.025050404,-0.004426036,-0.0016396291,-0.023623956,0.009760688,0.0033994536,-0.027380096,-0.009589858,0.0033329641,0.021356557,0.003235342,-0.011466523,-0.001831502,0.013217219,0.009065465,-0.014709532,0.020526,-0.012288992,0.013101021,0.031902913,0.010882429,0.025538173,-0.0026602556,0.016603725,-0.0017048996,0.0098747425,-0.02405138,-0.009753773,-0.024674289,-0.004790127,0.02727712,-0.0016443572,0.0076396163,-0.022129325,0.012639347,0.0049984045,0.02491326,-0.0016284195,-0.029396676,-0.010620369,0.0058944426,0.021579348,0.018717121,0.0036764126,-0.017174615,0.01499282,-0.0123459,0.039332733,0.022395713,-0.0116771255,-0.0006362138,0.00866247,-0.019475149,-0.0013054239,-0.018371373,0.011721614,-0.015399159,0.0084675215,-0.036035113,0.021040384,0.0085452115,0.014374039,-0.010122601,0.02759786,-0.0040394184,0.04170065,0.0018009803,0.000109838154,0.015701784,0.019829256,-0.019670187,-0.0053419606,0.020173637,0.009002689,-0.009272484,0.02613891,-0.0032798857,-0.017646609,-0.011084029,-0.032448754,0.012227633,-0.024947558,-0.004666084,0.0010638791,-0.01745496,0.011899877,-0.013293986,0.014972682,0.0055026365,-0.004192417,0.00724487,-0.020349702,0.01805614,-0.040552747,-0.00784462,-0.026355287,0.033739258,0.016774965,0.009190752,-0.0005352102,-0.0074782376,-0.015111878,-0.03594723,-0.005884132,-0.027580708,-0.009502207,-0.0010840348,-0.0038521667,0.0042106407,-0.0070261266,-0.03469937,-0.022502374,-0.062490933,0.022298321,0.0072196554,0.028122857,0.017927231,0.017821813,0.028903667,-0.00013760032,0.0058845896,-0.024414256,-0.010273728,-0.017352026,0.0142289065,0.015629569,0.008522908,0.0023114537,-0.025135463,-0.034404334,0.018343156,-0.011471705,0.0060392627,0.011480476,-0.026070021,-0.0077877566,-0.024794629,-0.014903789,-0.0008358843,0.038073648,0.00911321,-0.004590888,0.031173376,0.027591655,0.020411912,0.0020653235,-0.016896486,-0.016146928,-0.024742415,-0.006443386,0.017286578,-8.707839e-05,-0.015797613,-0.02368432,0.017719073,0.013320632,0.005391151,-0.009529997,-0.014609931,-0.010712681,-0.021064276,0.002559997,0.012951492,0.017035883,-0.007596035,0.008318186,0.0029596395,-0.012050663,0.028446594,-0.013820955,-0.029420175,0.017620675,0.023262676,-0.0061247037,-0.0020469439,-0.0023877167,-0.025681764,-0.009072161,-0.018113663,0.010485155,-0.0065116487,0.03677187,-0.0028788466,0.005526941,-0.010926864,-0.014240286,-0.029605452,-0.005486643,0.016631654,-0.011787985,-0.041855697,0.012853444,-0.004940468,0.0058531617,-0.011302709,0.0051179132,0.00443889,-0.002372326,-0.021151705,-0.034241505,-0.026293635,-0.012693571,0.024017556,-0.00032805122,0.005610616,0.010519856,-0.0046643536,-0.0067232857,-0.015367882,-0.0075916997,0.009272951,-0.0006695032,0.02934203,-0.017662296,0.023559174,-0.03313011,-0.011688313,0.036326494,-0.00028977744,-0.011630584,-0.030004678,-0.019997567,-0.0016575585,-0.033272367,0.014276039,0.020751676,-0.00190525,-0.0012262184,-0.023685133,-0.038698222,-0.002735784,0.0020468684,-0.013408694,0.0017259271,-0.02810987,-0.01991217,0.006522713,-0.026179684,-0.026225002,0.0052490626,-0.0057462426,0.0007995538,-0.0044260095,0.023647714,-0.0017392632,0.03063953,-0.028604716,-0.016824005,0.017105965,-0.00029265395,0.003528874,0.0131285675,0.020070616,0.046309706,0.00422105,-0.035861507,0.016726652,0.012405669,0.013365006,0.01356468,-0.010232536,-0.023980504,-0.0075892247,-0.011332567,-0.0029911224,-0.0072092153,0.019097866,-0.01743968,0.016127896,-0.01658688,0.016778661,-0.032387298,-0.013993436,0.0007842696,0.011240241,0.002835027,0.026992066,0.044200428,-0.00022558247,-0.018172575,0.024278436,0.0013186249,-0.001621858,-0.03189455,0.0031880548,0.02094174,-0.012823986,0.015531692,0.011678659,0.015910491,0.0033759591,0.019685814,0.001377019,-0.021257635,-0.0155225415,-0.010049057,0.0037692974,0.00869249,-0.0012803435,-0.00026842987,0.0012887949,-0.014125815,-0.006758806,0.005307312,0.03227264,0.0023880904,0.012398103,0.0015553201,-0.0067395037,-0.007522467,-0.019991696,0.017040135,-0.018077094,0.00067452434,0.0069084694,-0.0049671065,-0.0015531338,0.009509527,0.0024996886,0.010511661,0.012935518,-0.013482724,0.007201213,0.022774195,0.010247038,-0.011555255,-0.010504774,0.018130397,0.029190626,0.02447246,0.008474112,-0.013979245,0.008723085,-0.0037900908,-0.00032138982,0.026215117,0.0044046934,0.04171489,0.022229657,-0.006451274,-0.011894366,0.006475676,0.009190113,0.03259094,0.00265706,-0.007882836,0.0002789434,-0.008457448,0.0075085,0.01713429,0.008760055,-0.016026383,-0.036365498,0.0053131827,0.0036499803,-0.0055231266,-0.016636245,-0.004774009,-0.009668581,0.0069150347,0.008544582,0.024522513,0.008680235,0.022160696,0.020942416,-0.0069727325,-0.0036409048,0.024379112,0.021927316,0.0031544175,0.002833001,-0.011668623,-0.0075477445,0.014152972,0.032832786,0.018687354,0.008091458,-0.013660625,0.018198686,0.0016869813,0.017245019,-0.08925495,0.0098552415,-0.013037587,-0.008680935,-0.031779524,-0.0062147737,-0.024193024,0.0058288043,0.020629052,0.0017037573,-0.01779916,0.008795765,0.013768507,0.015664838,-0.011702828,-0.0011339694,-0.00045783783,0.021191783,-0.018570293,-0.0027214892,0.015344941,-0.0045243525,-0.0046833297,0.011666193,0.0070222984,0.009097887,0.010093819,0.022736086,-0.011853319,-0.020833945,0.0143604195,0.0077048657,0.017247053,0.026198504,0.0022017534,-0.018503178,0.020983377,0.0047091413,0.0036446452,0.0010547084,0.0047755134,-0.0002133238,-0.0066649592,-0.02357286,0.033102006,-0.0014510441,-0.011281714,0.029034423,0.010601673,-0.022425406,-0.022939466,-0.012082686,0.008414906,-0.015758207,0.03046616,2.6651029e-05,-0.027037544,0.009951972,0.032497633,0.008569585,-0.01957889,0.0032668805,0.021744523,0.013133305,0.010628973,0.016373362,0.029482652,0.022533905,-0.015551657,0.02695681,0.016765988,-0.0018037251,-0.0056845485,-0.010700901,-0.014824671,-0.015548246,-0.012142961,0.023175035,0.0009917418,0.03040641,-0.024147552,0.0019688352,-0.085661806,-0.0134159345,-0.011416654,-0.0010494773,0.008440454,-0.024683543,-0.005137623,0.00085958996,0.002575355,0.025910769,0.0010188456,-0.030468538,0.008115526,-0.026578676,-0.021398949,0.019669486,-0.003438283,-0.03733361,0.008440432,-0.007830898,0.0028311014,-0.014718907,0.0126276435,-0.012439121,-0.0003964172,0.0010686023,-0.010895717,0.011133577,-0.004426261,0.015903302,-0.039266065,-0.11973482,-0.0030523862,-0.017877402,-0.012579971,0.014296074,0.0015606697,-0.029417895,0.013519486,-0.0074290023,-0.033165608,-0.031632297,-0.010654299,-0.0021682037,0.016649751,0.023834197,0.11753901,-0.001793601,-0.022875736,0.026558751,-0.019615361,-0.023695935,0.008827979,0.011157883,0.0130013125,-0.0046169106,-0.018425805,0.011783804,-0.0088376645,0.028570576,0.008278486,-0.0016335606,-0.0080243,0.02317327,0.026943913,0.026424684,0.0062407,-0.006883656,0.0020278222,0.011479596,-0.0070071174,-0.008534081,0.02603662,0.010867909,0.0155697,-0.034595143,-0.02108042,-0.033402275,0.002778059,-0.014111193,0.0095286155,0.007572346,-0.095594466,-0.026053607,0.009086779,0.017363153,-0.027100196,-0.021027049,0.012708473,-0.021116866,0.019871883,0.011702386,-0.003005813,0.021813164,-0.018704964,0.033308897,0.013896488,0.0065934975,0.032394044,-0.005698539,-0.015718326,-0.00797416,-0.0030890715,0.007923079,0.005124721,0.00284307,0.004616426,-0.019477703,0.0061334698,0.027720064,0.003928608,0.033842113,0.0027210547,0.0020203348,-0.009922862,0.007912634,-0.0016815099,0.0051359283,0.015994545,0.0012543298,0.04248818,0.0085931,-0.012878634,-0.019869741,0.002756278,-0.014409463,0.029006975,-0.0127189495,0.009513049,-0.014949123,-0.012496283,0.007076203,-0.030425174,-0.00020737849,0.009592212,-0.005844661,-0.016389048,-0.035706617,-0.01682011,0.02590134,0.023892608,-0.010033568,-0.002472903,-0.012543885,0.009902734,-0.008426089,-0.0032476606,0.010141937,0.002097212,-0.0031705843,-0.004867404,0.0068409457,0.0007417686,-0.014895525,0.014019414,0.015057292,-0.007214308,0.0075364267,0.013583513,-0.0048910812,-0.011684989,0.0031148023,-0.01003661,0.0075321686,-0.0077345087,0.000613912,0.0063760076,-0.020241903,0.0067995014,-0.0020775516,0.0015647496,0.002973548,0.008723673,-0.0049154474,0.007771864,0.02450896,0.0005279558,0.010475403,0.003894404,0.004605423,-0.015154364,0.015535537,0.014108151,0.008616991,0.023604667,-0.0082384115,-0.0024386593,0.02891536,0.0025214753,-0.0060977857,0.0049703144,0.0044997605,0.01112645,0.006971888,-0.01138041,0.016310588,0.0029602062,0.012955532,0.013001732,0.012278987,0.014443032,0.018647151,-0.0018634389,-0.0069424333,0.0066042417,0.00073803175,0.0003866851,-0.01598174,-0.012079006,0.009752419,-0.0015565923,0.0051403283,0.002551715,0.00072944677,0.013486327,0.0051993583,0.0020734188,0.0002899956,0.004951802,-0.011802886,-0.0010084638,0.0038574655,-0.010839031,0.018318454,-0.010773987,-0.016825303,0.009974768,0.00397125,-0.013466493,0.013174401,0.016238771,-0.02297131,-0.0053828554,-0.0043016113,-0.014280373,-0.01021073,0.004037329,-0.012405218,0.0059118876,0.0139557235,0.010564532,0.007496523,0.0072039003,-0.014606384,0.014540221,0.017398816,-0.0007613025,0.00851322,0.009589983,0.00469674,0.019221688,-0.0034104215,-0.017847817,0.018831337,-0.0026017097,0.0033653413,0.014514794,0.0027674113,0.013689014,-0.009877786,0.0081553385,0.009119589,0.0028946013,-0.0055587804,0.0012027951,0.002181904,-0.013556162,0.005085261,-0.00018623642,0.0029295406,-0.00063410454,-0.004434166,-0.012344041,-0.006473314,-0.013008432,-0.017906008,-0.009223017,-0.02366907,-0.00545423,-0.013507731,-0.003281541,0.018022763,-0.0018114455,-0.00096686103,-0.001177841,-0.015589337,-0.009409636,0.0005198988,-0.011463575,-0.006169067,-0.01955868,-0.011040986,0.00090550544,-0.0006737413,-0.0025210616,-0.008837501,0.008711568,0.013800992,-0.010568201,-0.014889085,0.02383985,-0.00096155726,0.0066863955,0.0027322783,-0.01352053,0.007229658,-0.011544193,-0.023221329,-0.018712552,0.014601287,0.0006434296,0.008151987,0.010162704,-0.0026780353,-0.008492651,0.011907425,0.006041861,0.015305046,0.014627016,-0.0076943436,0.01429515,-0.01821715,0.015437255,-0.006082334,0.0060080052,-0.019133268,0.01210551,0.004048905,0.017827412,-0.013395802,0.007460933,-0.013155639,0.0064005028,-0.017148519,-0.00195628,0.008307635,-0.017971594,0.011616657,0.00053763494,-0.003942613,-0.009492155,0.07373574,0.007936529,-0.0010217617,-0.0012339908,-0.01662632,-0.0050280592,0.008342773,-0.020406837,0.006167396,0.0019860785,-0.006050086,0.0062590227,-0.0036056063,-0.0020709836,-0.019351138,0.015093405,-0.00488602,-0.0043940693,-0.0085101975,0.011650271,-0.011218901,0.016114509,0.017386585,-0.01883546,0.009736471,0.0019167572,-0.003158749,-0.015472869,-0.009715687,0.021254394,-0.0026671204,0.0062045767,-0.0047842977,0.015024265,-0.018710414,0.0101075,-0.014835142,0.009752838,0.007247343,0.0031192945,0.0051767984,-0.022381995,0.0068282383,-0.012654038,-0.0028900725,0.0007496673,-0.016402092,-0.0071169995,-0.00058576535,0.012459798,-0.0044713905,0.009517783,0.007128031,-0.009670499,0.009381206,-0.005608772,0.0067098304,-0.0019119278,0.015848251,0.001661204,0.0018551601,0.01810185,0.014094854,-0.008275746,0.012503133,0.0060047884,0.0008682674,-0.0038177175,-0.025364803,-0.019612372,-0.013121972,-0.007473462,-0.008183773,-0.0044626766,0.044410083,0.009119076,0.008998378,-0.024502046,0.0007311413,-0.028560152,-0.0018121391,0.00020483854,0.0076147374,0.011459264,0.011393535,-0.003714696,0.003244571,-0.0013648545,-0.009586715,0.002038531,-2.6186526e-05,-0.0064808987,0.00309019,0.0035227844,-0.016532136,0.005852681,0.06109593,0.009609942,-0.014391115,0.0021950935,-0.01297923,-0.010117122,0.009887218,0.006842726,-0.0021842406,0.017461779,0.004167016,0.0058353674,0.0006235901,-0.004438882,0.006480268,-0.010343376,-0.007999876,0.0051545585,0.013805594,-0.0049426267,0.004708907,0.019185863,0.0064413655,-0.0059921816,-0.006589368,-0.0033494076,-0.013139837,-0.010476296,-0.022100437,-0.0110022705,-0.003800972,-0.004693265,-0.00010298003,0.004080031,-0.004253487,-0.004280645,0.0055357306,-0.014176467,0.006859947,0.00070749223,0.0041611344,0.001906028,0.0109157,-0.003769963,-0.016272664,0.00021323793,0.0035384644,0.012022517,-0.0020988276,0.009438593,0.009432416,0.0008621948,-0.0002173255,0.008574055,-0.005119701,-0.017146034,-0.0014065781,-0.023901489,0.0069983,0.0029979055,0.00019981306,0.015367559,-0.009967437,0.0023863788,-0.009059919,0.0028825575,-0.013635359,0.0035969666,0.0021380505,0.010763914,0.011385823,0.010538695,0.006389648,0.01657468,0.008236539,0.004716137,0.0018983771,-0.0077746673,-0.005495104,-0.00012888055,-0.005584402,-0.008980902,-0.0024157797,-0.013788423,-0.009550904,0.009787082,0.0048631392,0.00086094,-0.014202647,-0.018445004,0.01076105,0.008152404,0.01080045,-0.0031176056,-0.0047811414,0.0026039837,0.0031811753,0.003938561,0.019783886,0.0013118862,-0.017419426,-0.012267328,0.017106496,-0.007183251,0.019174786,0.01871867,0.016527852,-0.006491029,-0.01609008,0.030982275,-0.01245224,0.00435523,-0.0014195634,-0.0074659614,-0.0011253906,-0.016870804,-0.00084622664,-0.005542771,0.006884362,-0.01184877,0.0022462332,-0.01796778,0.008833118,0.009174048,0.0029276493,-0.0023751494,0.013891447,-0.0088946335,0.0024054896,0.0045855734,0.0027001675,0.008518306,-0.004088557,0.008088606,-0.017515406,0.010745097,0.0041207504,0.02484508,0.00958618,-0.017432934,-0.013506929,0.010904336,-0.02776021,-0.0047827912,0.013584081,-0.003441139,0.009644136,-0.005699039,-0.0017473854,-0.0016456499,-0.010915842,0.0043724612,-0.008733647,-0.00592201,-0.0060812496,0.0055001164,-0.0031799863,0.0006916375,-0.009491243,-0.0075043333,0.011779573,-0.054916643,0.00663208,-0.00058127975,0.013041388,-0.0041780593,-0.012884569,0.0064845807,-0.019631585,0.01782107,0.0046917736,0.024861079,0.0011717161,0.012715137,0.001242433,0.0026729167,0.018036772,-0.0104401875,0.005857513,-0.016886525,-0.0047373143,-0.003969888,0.0031405562,-0.011877995,-0.015600658,-0.021890724,0.018129513,-0.0068889144,0.00022241512,0.0026582347,0.008144803,-0.0017113131,-0.01121947,0.0072427164,0.01118196,0.001630301,0.005821381,0.014082159,-0.012060171,0.008755826,0.024034256,-0.0040278183,0.0045537134,-0.01863449,-0.0035523614,-0.0031685245,0.003948348,0.016378628,-0.014934542,-0.00067229074,-0.035008457,-0.004087907,0.013087777,-0.010038845,0.0041985996,0.0041184667,0.0060883933,0.013888983,0.028930772,-0.0091092605,0.0037274372,-0.0021001084,-0.01712911,0.014411442,-0.0008367019,-0.013048151,-0.0062390626,0.0072035934,0.001117957,-0.00822025,-0.00047829363,0.0009699484,-0.009633394,-0.012427156,-0.01346459,-0.004169013,0.0022722231,0.012822734,-0.0029894933,-0.0074252672,0.008626363,-0.0061182072,0.021516226,-0.016481634,-0.020604428,-0.00091410277,-0.003547832,0.016632365,-0.0066635334,-0.0049736216,0.0055741137,0.0031766412,0.013258742,0.009201583,0.000815784,-0.0018557434,0.014417869,0.007545352,0.004364725,0.0037538344,-0.006959523,-0.010784086,-4.6085555e-05,0.006322099,0.0047243857,-0.0193231,0.01281715,-0.012729739,0.010559011,0.017875325,0.008619201,-0.012113376,0.0003459228,-0.018688709,-0.00055750477,0.00044896212,0.0011529133,0.013745714,-0.004779522,-0.00526083,0.006375213,-0.003677501,-0.018624486,-0.0028255065,-0.011922361,0.018137403,0.0070741097,4.8935286e-05,-0.00597437,0.0030401188,0.004104619,-0.008653353,-0.004365545,0.0190701,-0.009956926,0.0015443424,0.017237414,0.0015017454,-0.0007441587,0.0010600758,-0.01377995,0.0078142835,0.00092319597,0.02046294,-0.021093445,-0.011855279,-0.01824615,0.011388953,0.0119142905,0.0021824003,0.008336297,-0.013619285,0.006211839,-0.003806269,0.0012767129,0.004314814,0.010877617,0.00025345967,-0.019376196,-0.015645966,-0.0039009245,0.028796198,0.0043331496,0.0116862655,-0.018291986,0.00043225594,-0.006837904,-0.011866812,0.0054525468,-0.014997073,0.001544739,-0.0015404873,-0.007712845,0.003028562,-0.0015273886,0.006627591,-0.003537163,-0.008000443,0.015590458,-0.00067767035,0.011527906,-0.009708404,0.0026573425,0.017475234,-0.009470474,-0.00018644988,-0.004715836,-0.0024265477,0.007527537,0.016744763,0.0064142174,0.0052212602,-0.017284865,-0.0047758236,0.010211676,0.011921663,-0.0027064597,0.0040646708,0.011455563,0.0054186806,0.016320169,-0.005761427,-0.009094498,0.010796097,0.019136634,0.0050031827,-0.113122806,0.00017035085,-0.0007807812,0.008045325,-0.010640436,0.0067834444,-0.015986793,-0.005592346,-0.01388261,-0.0031936455,0.016038673,0.0038026096,-0.00017802995,-0.001231877,0.0050711627,0.0026377253,-0.003665984,0.0021716007,-0.008007107,0.0056953016,-0.0065664584,-0.002221333,-0.010712878,0.013719918,-0.0032398358,0.0017208725,0.006647034,-0.0014289315,0.017472306,0.0031639237,0.006651379,-0.020351304,-0.00844215,0.01223284,0.004029211,0.0020365946,-0.03375435,0.0089629,-0.13378699,-0.0018918982,0.003981265,0.012185563,-0.009264496,0.013959432,0.0077702827,-0.01985078,-0.013791192,-0.006092783,-0.0072223856,0.015839512,-0.00017103784,-0.0040837093,0.0044890735,0.021887867,-0.01064306,0.016218226,-0.011778578,0.01603506,0.0011863376,0.008678638,0.022660227,0.01824117,-0.0005937909,-0.017391069,0.008021313,0.013493472,-0.006209704,0.00029602193,-0.0026808826,-0.0035699666,-0.0050773835,0.016616538,0.010017098,0.0017049465,0.0028616705,0.011018714,-0.008999295,-0.016660552,0.004405432,-0.0014359999,0.0034857707,0.023758132,0.011948385,0.012112537,0.006304349,0.030006433,-0.0064577092,-0.0070020943,-2.75745e-06,0.0046704635,-0.00733438,-0.0027123424,0.008225372,-0.002419232,0.02141791,0.007493677,0.0014031209,0.031237988,0.004833035,0.0068847314,0.0002777032,0.0022827592,0.005023237,-0.013812413,0.0162256,0.01448313,-0.009160696,-0.004327957,0.002462977,0.0131958015,0.0037655032,-0.015200929,0.00631395,-0.031704936,0.005042817,0.0019653714,0.011403094,-0.017400188,-0.005038657,0.0179295,-0.008803004,-0.0015194201,0.013123831,0.0019185593,0.008386666,0.006189697,0.025085505,-0.045422863,0.008057704,0.013522358,-0.018451761,-0.0035533765,-0.02924128,0.0223867,-0.015071015,0.013604687,-0.004984353,-0.005228564,0.012834828,0.0023620718,0.014271273,0.009401344,0.021841047,0.0055820984,0.009101136,-0.006762894,0.0033425284,0.0019964916,-0.035422716,-0.00222013,0.032835864,0.01601051,-0.019857075,-0.017445942,-0.0061221463,-0.017015742,-0.00519027,0.0012273819,-0.005168351,-0.0022569767,0.014801968,0.0056040306,0.013541344,0.016021091,0.00092530536,0.008723409,-0.0044247205,-0.017292894,-0.005360354,-0.014077129,-0.010088892,0.0022315038,0.019651525,-0.012215619,-0.0016124459,-0.007831729,-0.011262723,-0.0018575835,0.009851104,-0.00060252013,0.014589455,0.013705985,0.00279155,-0.0067355605,-0.014334186,0.0018172716,-0.0020044043,-0.0050687795,-0.01060253,-0.0017386333,-0.016403258,-0.02253292,0.0036252302,0.007486062,0.00055942236,-0.002757309,-0.0031493176,0.02718549,-0.0039443783,0.009462875,0.008562547,-0.008769892,-0.0008319805,0.0071522747,-0.010386754,0.014455778,0.016451616,0.013693123,-0.014011258,-0.00331656,0.02338588,-0.028061219,-0.022300374,-0.012015434,-0.008011344,0.0021406612,0.014482101,0.031629376,0.002791292,-0.0075494368,-0.03220589,-0.006596407,0.016145306,0.0034616976,-0.02011444,0.005457888,0.012769043,-0.018731643,-0.04010505,-0.0037909027,-0.008590197,0.0062957522,-0.0107418215,-0.0021149938,0.005266032,0.014120123,-0.009507933,-0.013789022,-0.010006026,-0.012022165,-0.015031159,-0.13972835,0.012774202,0.02147596,-0.011202448,-0.00037953496,-0.023445386,0.005830386,-0.032221474,0.014705672,-0.013551569,-0.0045120385,0.011007565,-0.021897955,-0.00029627304,0.01975876,-0.0025947236,0.024535898,0.027608566,-0.001627119,0.00012368332,-0.03496378,-0.008860879,-0.0044653774,-0.0036262593,-0.0073819184,-0.015054631,0.02586107,0.01018777,0.013572946,-0.0076469313,0.0077674626,-0.021296559,-0.013065253,0.0053189374,-0.0031354232,0.00023398983,-0.009497933,0.0122148665,-0.010444767,-0.0053071245,0.00013705231,-0.010375024,-0.016649613,0.0014766274,-0.010802717,-0.004471148,-0.015031809,-0.023702506,-0.0037653006,0.0042736647,0.002799896,-0.012975137,-0.024727922,-0.008477998,-0.027097134,0.0057210503,-0.019489976,-0.032986782,0.0037305497,-0.015589833,0.0001862699,-0.008329266,-0.0028084663,-0.004699934,0.00601911,-0.01731266,-0.004760388,0.16374375,0.015863288,0.016999895,0.00073204894,-0.0031999564,0.013963874,0.012911106,-0.011898625,0.012576336,-0.015575151,0.014843792,-0.005224991,-0.0052076555,-0.014107885,-0.013505846,-0.005846531,-0.025083072,0.016343266,-0.0007708026,-0.025266347,-0.001494796,-0.0025851051,0.025952755,0.00433273,0.016011734,0.009782419,-0.021965746,0.024452379,-0.040315185,0.0018737704,0.0018497031,-0.018456843,0.008356471,-0.00018428903,0.014829484,-0.021135451,0.031326775,-0.0005191164,0.00066179177,0.003963136,-0.00032879214,-0.027494183,-0.00040527925,-0.0075263516,0.018407172,-0.01952114,-0.0018396106,0.011742957,-0.0048107374,-0.010338394,-0.01188448,-0.013419251,0.005033866,-0.0017211206,-0.0035885775,-0.0070050703,-0.006903387,-0.0057292897,-0.005018452,-0.027103368,-0.022522425,0.014532182,0.0049620946,0.009884666,0.0012290596,-0.008989617,0.008595667,-0.009308265,-0.0051270286,-0.10902625,0.027367374,-0.03572236,-0.0035192335,0.007911882,-0.019620901,0.019775607,0.03130764,-0.0007106412,-0.009020136,-0.009281185,0.009936259,0.022318725,0.0029564486,-0.0007349873,0.00032921252,0.0087042125,-0.008708494,0.0046683564,-0.024430538,-0.005258725,0.020312307,0.013537363,-0.023807164,-0.017477453,-0.023520648,-0.0014707888,-0.008643091,-0.011339796,-0.0033559098,0.0058927904,0.013385239,0.013642041,0.022216976,-0.008885067,-0.0066973297,-0.004295016,-0.0071585886,-0.013873521,-0.001947431,0.013453331,-0.009145613,-0.010295016,0.00702716,-0.0021113101,0.00035304783,0.008679919,-0.0008955329,-0.0076351855,-0.011395083,-0.007294026,0.0070533045,0.014734875,-0.030538745,-0.029553976,-0.0010401716,0.03209701,-0.03965692,0.0028347443,0.0031046988,-0.023036592,0.0066988505,0.0013013203,0.014077267,0.008066839,0.004796779,0.025908606,-0.0039801104,0.005805675,0.0055336426,-0.0061865808,0.0048330002,0.021464907,-0.008713917,-0.014395331,0.01139294,-0.0174312,0.023271998,-0.03365733,0.017276352,-0.014688806,-0.0015364836,0.00966392,-0.023507878,0.039455906,-0.004356323,0.017539082,0.00120555,0.010319441,-0.00890387,0.0065264413,-0.0037170867,0.00343166,-0.013543119,0.014105185,-0.019924045,-0.020450132,-0.007595564,0.0062546814,-0.003610733,-0.01904163,-0.0035168834,0.005038449,0.009351719,-0.00978559,0.0042788587,-0.0009873421,-0.010463376,0.01684962,0.016192954,-0.0007386996,0.01261987,-0.0127295805,0.004618021,0.0099445665,-0.0011678265,-0.008207199,-0.0103293415,-0.011780355,-0.03073846,0.0140922,0.00265815,0.0019942927,0.0077201743,-0.013087128,0.009242331,0.004632955,-0.0019348196,0.023763506,-0.026996763,-0.0026440313,0.024361264,0.0158359,0.006108719,0.019182276,-0.0029970813,0.018272832,0.01908577,0.015383028,0.0021381052,0.0010620999,-0.0038814193,0.008166216,0.017438965,-0.013300649,-0.0107782325,0.0037886011,-0.0068487716,0.016829323,-0.023880478,-0.0041869464,0.0017641189,-0.009621264,0.010399504,0.012938442,-0.0067951703,0.0061079455,0.005335101,-0.0064076236,0.00512928,0.007205493,0.03360568,0.010518778,0.0062562274,0.025163468,0.013272679,-0.010108798,-0.012839828,-0.034083124,-0.017222833,0.005587231,0.010310135,0.0105082365,-0.009035647,-0.008520737,-0.01266381,0.0017898508,0.018808894,0.0256448,-0.0775821,0.013742683,-0.010720167,0.011646124,0.014206012,0.004876392,-0.012643928,0.015285728,-0.01114156,-0.011128191,0.009457809,0.009886248,-0.0094743,-0.02396735,-0.026993962,-0.0088718105,-0.016448312,0.014233471,0.01777749,0.015459876,0.0077079334,0.007272251,0.008379383,-0.00646088,0.0019975004,-0.019158242,-0.0035793087,-0.004627108,-0.020235991,-0.023187526,0.008869853,0.014018362,0.006838763,0.023132984,0.024391687,-0.00254331,-0.011737867,0.022654478,0.012458049,-0.016323047,-0.009589477,-0.0035340907,-0.06332823,0.011932462,-0.010265119,0.015880253,-0.022604529,-0.014283714,-0.010410646,-0.017855568,0.009455651,0.003696499,0.012527147,-0.0027048308,-0.012838159,-0.012796615,0.013420468,0.00573233,0.01680677,-0.004211429,0.0062026554,-0.014094895,0.02800642,0.025120925,-0.0022657588,0.0064877872,-0.0043542646,0.002228005,0.0045091016,0.017772587,0.00016273087,-0.0192669,0.0121367285,0.0039401995,0.017516164,0.001303788,-0.0071312543,-0.014862058,0.0057864925,0.0042130603,0.0070708874,0.0061531537,-0.032044213,0.015843175,0.017761769,-0.025051255,0.009562274,-0.12305537,-0.015271145,0.0019395273,0.008140555,-0.0014492269,0.005550829,0.007202989,0.08538317,-0.0012901247,0.0147433,-0.006365361,-0.01509149,-0.001957807,0.013148811,0.0010360981,0.018764257,0.0076083355,0.016007472,0.0077896016,-0.009119917,0.029908398,-0.027599493,-0.0076046884,-0.0137001695,-0.002839318,-0.066772416,-0.012808503,-0.015182843,0.003223001,0.026037203,0.012589797,-0.00080167374,-4.025615e-05,-0.017580789,0.014757408,-0.022231722,-0.018017933,0.0021410747,-0.001489685,-0.0013852192,0.001673115,-0.009427614,0.01590491,0.00046705187,0.016804552,-0.009165201,-0.007960081,0.0028695285,0.013581654,0.0007566867,0.00814496,-0.032322623,-0.009856052,0.0031102637,0.012145185,-0.006892332,0.0059292098,-0.019838108,-0.0066974615,0.004176626,-0.012934272,0.02078286,0.0036298868,0.0077146506,-0.017627731,0.017601369,-0.0056055402,0.00040092855,-0.0010454755,0.01508153,0.0077726347,0.011636325,0.012615289,-0.00083390705,-0.0004020995,-0.011893204,-0.01657002,0.0010326945,0.020717457,0.008140746,-0.0080347285,-0.0009127956,0.034987845,-0.015018414,0.0114825815,-0.010032292,0.013893502,-0.010535013,0.02070698,-0.007908353,-0.0059518134,-0.029035946,-0.0011020488,-0.01899439,-0.0044831494,0.020862851,-0.01629134,-0.0014564537,-0.0012395158,0.009468326,-0.0030709421,-0.009061935,-0.0058487337,0.00097098394,0.012163152,-0.002655426,-0.0022534593,0.00055593764,0.005584222,0.013231086,0.016442342,0.00525227,0.008227411,-0.0049861693,0.0111835245,-0.0067357505,0.015788822,0.006805301,-0.020526312,-0.032930575,-0.02708038,-0.0014030769,0.022402117,-0.0015248477,-0.0098963585,-0.020977773,-0.02037289,-0.016708015,0.014111333,0.032435987,0.0051473975,0.0015119412,-0.015786985,0.013675152,0.0027534924,-0.02376509,-0.014872866,-0.0057198796,-0.021869324,0.012075097,0.033136886,0.0178699,0.0021778492,-0.007728709,0.017908167,-0.008760502,-0.009943727,0.01767098,-0.008035539,-0.007498148,-0.0037095647,-0.010802083,0.005403918,0.0061583677,-0.0092657255,-0.012612494,0.019499917,-0.002245218,0.012267609,-0.0033114064,-0.017112417,0.015740275,-0.003990173,-0.0180921,-0.010910807,-0.003620699,-0.0051319385,-0.021901505,0.03152705,-0.0076285573,0.0024428854,-0.02022295,-0.0008556415,0.014864921,0.052231863,0.0018120075,-0.0012737783,0.015197483,0.025026415,-0.013410503,0.002296874,0.0015500182,-0.002647053,0.00045082578,0.013906288,0.017245451,0.028579665,-0.012907495,-0.017277252,0.011432755,0.0026429384,-0.009715578,-0.0052376427,-0.001751617,-0.018713279,0.008872589,0.007351924,-0.0034043454,0.01844516,0.00078031,0.0009767894,-0.00649818,0.015165214,0.0012985097,0.0023345375,0.00928982,-0.00018443349,-0.00878552,-0.0129334405,0.018369569,-0.025937296,0.006129549,0.002963803,0.016697496,0.00659282,-0.0003323178,-0.026759263,0.00036489498,0.0030243841,0.0035613352,0.008567661,0.0033112147,-0.013136777,-0.0112679405,0.018244881,0.017060094,-0.012840175,0.0031427299,-0.022042349,-0.004889248,0.0037973414,0.021262776,0.009503703,-0.00046162592,-0.0005125371,0.0011186001,-0.012591513,-0.0012417425,0.024590423,0.007287437,0.012088189,0.005554969,0.039384436,0.014533021,-0.021314586,-0.018846428,-0.005385793,-0.01500795,-0.0017623502,0.012766004,0.022816833,0.01335642,-0.007522794,-0.0143031515,0.005896291,0.0017716282,-0.0119245555,0.015124981,0.0157114,-0.018757517,0.01787203,-0.005892641,0.0060457387,-0.007721862,-0.03349802,0.037799776,-0.025244012,0.0059112418,-0.020542145,-0.014990106,0.001492978,-0.009721892,-0.05444248,0.007912639,-0.012338051,0.0142487,0.0035665163,-0.010491051,0.018283295,0.0007751804,0.0019772965,-0.014524194,0.0006608062,-0.0054811896,0.04411749,-0.012290232,0.0046458836,-0.025695793,0.009629189,0.0035327836,-0.0017325854,-0.00577976,0.013816023,-0.011854788,0.009219772,-0.0066888877,-0.017454047,0.010934852,-0.004013818,-0.020358179,0.0012071353,0.0013287817,-0.008028426,-0.0035378402,-0.005655411,-0.019016128,-0.003281327,-0.0073699886,0.015922394,-0.0020802796,-0.0077406242,0.0059007034,-0.003925247,-0.011903071,-0.022737963,0.0010985981,0.0010895566,0.012461231,0.0042575826,0.012013159,-0.018557234,-0.009781444,0.017914724,-0.021117622,0.0045650173,0.010048559,0.0068423976,0.017346801,-0.018627206,-0.0042870953,-0.011445713,0.004043475,0.00034746082,0.014205931,0.0011893066,-0.021660427,0.008168579,-0.01344833,-0.0108076725,0.015888257,-0.016505172,-0.009364623,-0.017236648,-0.010639536,0.010652875,-0.01282323,-0.016690698,-0.01129342,-0.03041551,-0.01536475,-0.000380999,-0.006142389,-0.0057841525,-0.0192779,0.0043475814,-0.0062206266,-0.023558043,0.0142243365,0.010860472,0.0053090197,0.01607489,0.008910012,-0.0014639132,0.017468967,0.0038905162,0.02563875,-0.005930355,0.0076312763,-0.0044894726,-0.007870336,-0.00285225,0.0066814385,0.0040848623,0.0028829542,-0.009693037,0.0075794877,-0.009248577,-0.011848962,0.005523818,-0.013180537,0.011404118,0.007627108,-0.005658315,0.0066520325,-0.012635578,0.0021446364,-0.029063676,0.00839653,-0.0036824576,-0.009061469,-0.004989239,0.0069734277,-0.0052594445,0.019095613,0.0041382406,-0.008096825,-0.008630317,-0.010417112,-0.019712396,0.020438854,-0.0038048339,-0.014525674,0.0024266797,0.0028408922,-0.013940808,-0.005986666,0.022707809,0.0070715635,0.013183676,-0.012388435,0.028445728,-0.0069245347,-0.00338297,0.013131538,0.0045524784,0.016937245,-0.030682292,0.0056000454,0.0058536786,0.0043169884,0.00067283347,-0.0022875192,-0.013845343,0.012346611,-0.010196819,-0.016910091,-0.017015606,0.010003385,0.008655717,-0.018313596,0.011602522,0.009122009,0.012983772,0.003918973,-0.0025641066,0.011876498,-0.024772875,0.002680493,-0.018138839,0.022159297,0.022503361,0.019630278,-0.012817751,-0.0121166175,-0.003955587,0.0011144172,0.0065691676,0.015688578,-0.013867114,0.011206669,-0.013611922,-0.01485347,-0.0036531107,0.022384817,0.013091128,-0.0043896944,0.003996368,0.004397395,0.0061408477,-0.022930423,-0.011531742,0.0038957135,-0.0006189644,0.00715545,0.019088643,-0.02683352,-9.953977e-05,-0.028602168,-0.00354011,-0.0066242986,-0.032987133,0.0153935505,-0.025033204,-0.014417645,0.012155524,0.0058400435,-0.017943362,0.015067979,0.011359296,-0.007043228,0.0044733575,-0.0073118457,-0.015583422,-0.005222729,0.0040995018,-0.017330306,0.0056357556,-0.02326434,-0.0050624404,0.0013927488,-0.006040927,0.0020351382,0.012389305,-0.001079869,-0.000402801,-0.0043930253,-0.00048567113,-0.011812061,0.0028418333,-0.012179517,0.026185099,0.005116328,0.0034689466,0.02381735,0.0073407334,-0.02019231,0.011881763,0.0010305581,0.010759594,-0.039056413,0.0024565267,0.00509969,0.0033396506,-0.0012043414,0.0058717276,-0.035514683,-0.00828646,0.00401377,-0.0056875674,-0.0018628843,0.004789575,-0.008756435,-0.017556874,0.0015098664,-0.01079477,0.0036647914,-0.0068810256,-0.017488323,0.0071641197,-0.019678406,0.0059607136,0.0047161533,-0.0044823014,-0.006068916,0.01664071,0.0016565216,0.018052261,-0.002355194,0.010194026,0.007308749,0.010396029,-0.0018426727,0.022620756,0.0021407101,0.0056668813,0.0026609506,0.024233684,-0.010927687,-0.0035601694,-0.011623057,-0.01150369,0.012395043,-0.03020253,0.0044045486,0.025909927,0.006608492,-0.0042143366,-0.0022437372,0.010383619,-0.008659382,-0.040836334,-0.00029656466,-0.0004455812,0.0041561583,-0.01781161,0.011760757,-0.013470201,-0.01600653,-0.0056334655,-0.008866357,-0.014993021,-0.01534577,0.02857597,-0.0073618214,0.0047509233,-0.0009508968,-0.018497527,-0.0075874645,-0.01036843,0.012981696,-0.014146215,-0.011917803,-0.001885704,-0.007377615,-0.012270657,-0.009317509,0.00959269,0.011200653,-0.016959641,-0.007510316,0.015277808,-0.0028928646,-0.011400579,-0.0059833834,-0.0069041327,0.006751245,-0.03553181,0.0039463276,0.03290624,-0.004749737,0.023421904,-0.0033374869,-0.010129074,0.0059421128,0.02970126,0.006045454,0.00046808092,0.016486142,0.034569535,-0.0052765454,-0.0039204652,-0.0039904974,-0.007710371,0.02106515,0.006692614,-0.027009135,-0.0029711945,-0.0069925888,0.030521525,-0.014387274,0.0033380995,-0.0026996953,0.013467626,-0.006935925,0.00995718,-0.0015503938,0.033320576,0.028028557,-0.013968105,0.0073809386,0.0125751,-0.017122794,-0.0179639,0.034681454,-0.0057593677,0.016937088,-0.02187313,0.00058054796,0.02460297,0.009723704,0.023135478,-0.003776838,-0.01852788,-0.0038442367,0.016898148,-0.0026695097,0.01688912,-0.013404606,0.013116454,-0.012484813,0.009447421,-0.024395205,-0.029954698,-0.0036766415,-0.01522671,0.009092648,0.009751138,0.012227474,0.0254519,-0.0032016889,-0.00034373294,0.008402649,0.0075240154,0.017647887,0.008386402,0.0023262468,0.010427582,-0.0019073475,0.010038219,0.009478986,-0.005287057,0.0038520878,-0.012887129,0.011705617,0.020111505,-0.011759188,-0.017154256,0.003399843,-0.004887934,-0.008553596,-0.026053196,-0.010300459,0.0057463436,-0.0077541117,0.01198662,-0.004865712,0.15623459,0.12873784,0.007945702,0.0030041828,0.018682597,0.02947436,-0.029360212,-0.0047224564,0.017840339,0.005913565,0.012626876,0.0008221778,0.0130377365,-0.016856737,-0.0064991675,0.0056721577,0.022019783,-0.010571022,-0.00579814,0.014161559,-0.014374413,0.0058861775,-0.025404159,-0.00082141644,-0.022685133,-0.011139024,-0.002289048,-0.018720819,0.017540587,-0.0062026936,-0.0039648055,0.0085599525,-0.0023787024,-0.026857687,0.011363148,-0.006584821,-1.5001262e-05,0.0026622298,-0.0222775,0.0009393224,0.0050156494,-0.0028982717,-0.012668542,-0.007228765,0.00802171,0.008798579,-0.016601656,0.015690343,-0.030771483,0.010126326,-0.012158064,-0.016846022,-0.020623583,-0.0012805096,-0.0152529925,-0.001017368,0.0023887435,0.010231852,0.0033526903,-0.02303974,-0.0015500461,0.010965112,0.0009000085,-0.004207481,0.02024092,0.000984374,0.005177318,0.011993899,0.016961286,-0.0016464835,-0.00169331,0.023449665,-0.016420208,-0.0044103423,-0.0011927575,0.016978072,-0.018481128,0.0004022642,-0.011131456,-0.010947963,0.007975372,0.0082287695,0.0354559,0.013995757,-0.025257269,0.016671447,-0.010793885,0.007732337,0.105882674,-0.007711083,-0.011607201,-0.021568166,0.007632953,-0.0015815742,-0.017893372,0.012709913,-0.019899648,-0.015989402,-0.009204571,-0.009411711,-0.030273773,0.0005502736,0.016192036,0.0112719005,0.020122278,0.012074253,0.0144601995,-0.01119159,-0.0028962924,0.013967338,0.015336036,-0.0030627558,0.009895431,0.017319344,-0.0061270245,-0.005366378,-0.01988582,0.0065324134,-0.09333863,-0.0030263613,-0.0019157381,-0.015725972,0.010598094,0.0066385963,0.025383431,-0.022038586,-0.013157536,-0.002884646,0.00269703,-0.014502643,0.021900909,-0.034777448,0.02757287,0.023697346,0.009433577,-0.02155206,-0.0017834026,0.0011169595,-0.003981863,0.011478163,0.004442085,0.040421277,-0.006405204,-0.020812757,0.01014047,0.00670193,-0.0008062625,0.04368241,0.008490411,0.008743577,-0.018780101,-0.01626326,0.016656972,0.024241291,-0.012938297,0.018383946,0.026680224,0.00810268,0.015149371,-0.0075580673,-0.01755779,-0.007231167,0.008892658,-0.0012240664,-0.015504039,-0.018543042,-0.01232068,-0.010261123,0.038724616,-0.009043425,-0.010336287,0.0042712227,0.010170981,-0.011307348,-0.0002877898,-0.01070352,0.0056789694,0.019320337,0.008443355,-0.01798747,0.017515847,0.004053428,0.0025575245,0.0001286031,-0.010658247,-0.017240899,0.010400634,-0.010396357,0.00025757478,0.00027903303,-0.01173671,0.0010198612,-0.003367206,-0.00686282,-0.02835931,0.01016031,-0.001457066,0.025205465,0.019405946,-0.013879938,0.0005384575,0.110998064,0.002739777,0.00784367,-0.0018182353,-0.016713277,0.0045579844,0.0121395,-0.015080258,0.012534731,-0.010267116,-0.032605793,0.02208378,0.012287314,0.009184158,0.0028580113,0.0059638713,0.03351486,-0.019909283,0.012514932,0.010523331,-0.015398277,-0.012176554,-0.014763177,0.0035912325,-0.002262625,0.012953918,-0.018108236,0.024370478,-0.016636655,-0.020503515,0.0061829463,0.008291208,0.018851439,-0.01482249,0.0024271435,0.017543437,-0.008191457,-0.013601699,0.009739028,-0.030767754,0.02020766,0.0053536,-0.0021645906,0.0025654605,-0.039321996,0.18800418,-0.00611724,-0.009667283,-0.002437391,0.0067063193,-0.012257723,0.017910352,0.0093959225,-0.0035188238,0.029438475,0.01580451,-0.029114794,0.0046282657,-0.0020388362,0.008973302,-0.021686263,-0.013456416,-0.010626448,0.020362692,0.010827236,-0.027493775,-0.0040120785,-0.008649566,0.009930983,-0.013536877,0.00999114,-0.003691389,-0.014840525,0.007752934,0.013920719,-0.00047406618,0.004031942,-0.028185416,-0.00390683,0.0046043564,0.020481475,0.01078605,0.004524954,-0.0068709725,-0.013461568,0.0038867889,0.014671118,0.00900959,0.018933112,0.002158227,0.023021452,-0.018864665,0.018846627,0.0042450847,0.008572442,0.0010594832,0.011071013,0.0017995238,0.0015325011,-0.018496415,0.005688978,-0.0071258456,-0.0114502385,-0.03105797,0.0060298406,-0.01696755,-0.0024229588,-0.018724583,-0.011288107,0.0070394236,-0.013346726,-0.010669198]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 172,
          "content": "Mitsubishi Motors not facing production halt from Hormuz crisis: CEO",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.016226562,0.024344785,0.0005212286,-0.07612193,-0.0026365083,0.016432306,-0.006353511,0.0054825726,-0.010602174,-0.009977511,-0.004203318,-0.029701883,-9.14912e-05,0.022165038,0.12777527,0.008673734,0.027560772,0.014720058,0.011016237,0.016532134,-0.00021464977,0.0020862631,-0.021852195,-0.032604422,0.01594732,-0.022876734,-0.001724464,0.03570806,0.03715824,-0.009308102,0.0027805697,-0.0014570787,0.016385738,0.021354588,0.0058697443,-0.013958648,0.038878847,0.00151504,0.0269885,-0.0032788985,0.0062109535,-0.0011949771,-0.0035559104,0.036277283,-0.020786397,-0.014837222,0.0021736377,-0.02136563,-0.003395176,0.009436736,0.012308401,0.0006506235,0.0011761994,-0.16177218,-0.02920657,0.009227256,0.008609873,-0.016782533,0.01328641,-0.019877952,-0.015458482,0.047071002,0.015144205,0.002824657,0.0057661934,0.010712977,0.0015553591,0.027362136,-0.0057163583,-0.021616088,-0.003326851,0.02575567,-0.034435965,-0.041128144,0.007801788,-0.025629843,-0.016207008,-0.013746015,-0.025194492,-0.00044724563,0.025593821,-0.029037448,0.005593617,-0.009523292,-0.0024235712,-0.027791973,-0.00096342975,-0.0060360706,-0.0105232755,0.026707308,0.017139968,0.014205376,0.0047187232,0.013522524,-0.017450754,-0.0020913312,0.011616033,-0.011059426,0.006562916,0.006780312,-0.021027276,-0.0039747125,0.0038366178,0.038679574,0.0091741765,0.0054537277,-0.0059876326,0.018819025,-0.010131922,0.03379533,0.008279969,0.043064628,-0.013936423,-0.0012491869,0.031992465,-0.11812264,-0.010257707,-0.0040862723,-0.03835633,0.004111961,-0.016729077,-0.032562383,-0.013744094,0.0059184534,0.01521269,-0.033493545,0.02104438,0.019803293,-0.021656934,-0.010626992,-0.0021095702,-0.0012571317,-0.0015871552,0.025930526,-0.019821692,0.032922603,0.013031427,0.008958704,-0.030751456,-0.027928801,-0.00014007217,0.031245762,0.0054860213,0.0301103,-0.040672608,-0.028064882,0.008852228,0.0011503471,-0.000516165,-0.039196733,0.020101972,0.010301843,0.0021630134,-0.01515361,0.004020649,-0.029140498,-0.01435451,-0.012503291,-0.017876403,-0.024881905,0.008137366,0.0018504371,-0.030764053,-0.010647221,-0.010168427,-0.012158266,0.009713087,0.027109202,0.009096912,0.009184834,-0.015922297,-0.020475559,-0.0026837452,-0.02855459,0.005625342,-0.0043994845,-0.010411427,0.015883785,0.0008930593,0.0063339253,-0.018086597,-0.024016064,-0.004657881,0.041176688,0.025187418,-0.004480039,-0.02630301,0.011198597,0.024252107,0.0015938984,-0.0155498,-0.02430515,0.02500331,-0.02749517,0.02142133,-0.0041046287,0.0126088,0.008713721,-0.004668348,-0.001908606,0.022308454,0.0055768043,-0.018729875,0.012213737,0.0025893708,0.014367331,0.04474409,-0.009306773,-0.013851724,-0.007126691,0.011141116,0.008379605,0.010670274,0.016111074,-0.005168977,-0.03593305,0.008527118,0.021315059,0.0141662955,-0.009166074,0.01116164,-0.014280382,-0.037346378,-0.01568172,0.0325078,-0.0040035816,0.0049052592,0.007840141,0.0129409935,0.021482019,-0.011877683,0.006390994,0.013562556,0.014837568,0.010091027,-0.002703426,-0.0069898833,0.017338801,0.008193266,0.037185974,-0.012675217,-0.0028970202,0.0015445894,-0.007091677,0.00044462792,-0.003643763,0.052190553,-0.007599812,0.007704759,0.028002182,0.01691978,-0.003368873,0.009397815,0.0052815843,0.0005441124,-0.024404934,-0.0053693806,-0.012188987,-0.03094835,-0.009908223,0.025579602,-0.013589819,-0.014375071,-0.012013507,0.0032383201,0.030068606,0.0199864,-0.0074935593,-0.014539925,-0.022726214,-0.018268738,-0.024289103,-0.038342934,0.022637969,-0.006868529,0.01897645,-0.048677653,0.034806192,-0.014037238,0.015407142,-0.017600965,0.03439515,0.006477734,0.020274049,-0.017078705,-0.0091609,-0.032223526,0.0048260344,-0.004651339,0.007398255,0.013047866,-0.004743415,-0.022188898,-0.03273184,0.04549716,0.008796342,0.002745869,0.009351167,-0.011554546,-0.00340614,0.0071668685,-0.016881734,0.009902114,0.069309026,0.001760139,-0.0028225132,-0.009508226,0.016147854,-0.011162427,0.010592048,0.001852814,-0.033145547,-0.021297462,-0.013956469,-0.0029557408,-0.015778651,0.0013849945,0.01851603,0.00034571713,-0.022923635,0.018827647,-0.023527252,-0.03139084,0.0263408,-0.017743483,0.026922325,-0.0003395162,-0.005399938,0.0020882213,-0.017249685,-0.006231054,0.009700849,-0.018188749,-0.0013129581,-0.00063168193,0.033564623,-0.002813914,0.012148061,0.007924366,-0.026567316,-0.0006491439,0.0023597495,-0.003221466,-0.00041936454,0.008414026,0.027435113,0.009293341,0.003767281,-0.0237045,-0.033429347,-0.004574298,0.0008997812,0.004186855,-0.027341364,-0.022208145,0.02196218,0.02376565,-0.006023796,-0.013754984,0.021189604,-0.0068481127,0.037623927,-0.01873833,-0.0234503,0.006582373,-0.009768599,0.026647467,0.015093298,0.0074243564,-0.018488469,-0.015993338,-0.0014479863,0.007707594,0.027068276,0.010798982,-0.014771049,0.012804501,-0.0044991532,-0.0098275645,-0.0041074245,-0.013577795,0.025279602,0.0027516778,0.014388298,-0.0016093476,-0.009579642,0.019776378,0.0027681366,0.003953861,0.04033639,-0.029511847,-0.0050079976,-0.0032214695,0.006470713,-0.024604982,0.02601581,-0.007829102,-0.005387419,0.029427398,-0.019302875,0.026704801,0.018546183,0.014632892,-0.018525677,-0.0013589842,-0.010689066,-0.02422367,-0.021139575,0.0075188526,0.0010831493,0.018433914,-0.010823509,0.008102581,0.02080209,-0.008308883,0.00025618682,-0.006008246,0.012868364,-0.008087247,-0.0027353775,0.0066610537,0.012032031,-0.0038002967,0.00065033516,0.0056943404,-0.02560593,0.012352151,-0.01211599,0.01946984,-0.0012968569,-0.0008202444,0.009117095,0.015044391,0.0040610195,-0.018669374,-0.019843282,-0.011082221,-0.0010592211,0.008807664,-0.029172527,-0.009683146,0.03445431,0.019821875,-0.021225305,0.0023677172,0.006477722,-0.004120576,-0.020146247,0.013349479,0.018055066,0.050449815,0.0011539345,0.021045323,0.010968523,0.02284631,0.013607689,-2.0931117e-05,-0.0034276587,0.0046981135,0.0027012024,0.0008852433,-0.013751106,0.021330763,0.021264533,-0.011889676,0.0116959,0.01353951,-0.006853812,-0.013909714,0.0006656103,0.0100994,0.025710167,0.004273361,0.010480129,-0.031889327,0.0021676137,-0.051846918,-0.0099379355,-0.008632987,0.020732831,0.0051398673,-0.0044246265,-0.01220125,-0.017881555,0.009067501,-0.023816967,-0.025509888,-0.028836774,-0.015066103,-0.0067529515,0.009953978,-0.0077615515,-0.005552305,0.0040658824,0.0016203433,-0.009202755,0.020297468,0.0103318775,0.021789517,0.0043966314,0.0010762205,-0.029141745,0.018021345,-0.0025695346,-0.030852148,-0.0067994124,-0.008497407,-0.0077868,-0.013692653,-0.01258206,-0.0036872951,0.022993447,0.021409752,0.0048653907,0.0062068882,-0.015706668,0.001962495,0.01216975,-0.004127713,0.029420948,-0.01712791,-0.007737127,0.010615142,-0.024502175,0.008989767,-0.0016977449,-0.00022714245,-0.013504616,0.027165972,0.013166407,-0.005744008,0.026356038,0.0048529664,-0.014583042,-0.009122945,-0.006906476,0.0014864001,0.015676724,0.0074333027,0.0061536063,0.012125441,0.014460305,-0.0061261742,0.014996028,0.038309384,-0.068129495,0.0055444557,-0.005071387,0.0067255064,-0.011826378,0.006597725,0.02835615,0.013815228,0.011231244,-0.01805173,-0.009472897,-0.0011979416,0.010250671,0.002160203,-0.019412793,0.0071736104,0.0023695645,0.03100599,0.0064935647,-0.0024910935,0.022164652,0.018716887,0.02368295,-0.0028198473,-0.007080464,0.013131783,0.020435771,-0.006038728,-0.018528666,0.001046383,0.023860864,-0.019888941,0.022076808,-0.0019993745,0.0023464654,-0.015369422,-0.00028821395,-0.004666635,-0.035638202,0.007901869,-0.0031654995,0.00046533527,-0.01580893,-0.0013511204,0.0012738293,0.0046857474,0.0020412211,-0.009971475,0.012247846,-0.018055603,0.034687396,-0.020738743,0.008430374,-0.010893412,0.018232036,-0.016191475,-0.0019421927,0.016205292,0.004543803,0.02383591,-0.016166642,-0.0059561115,0.030477466,0.021213626,-0.021260595,0.023697508,0.025094504,0.011016826,-0.0063764704,0.005069455,-0.029329518,-0.0027720418,0.0044293306,0.0038962073,0.0065278867,0.004998412,0.018381052,-0.032281194,0.013311106,-1.8431976e-05,-0.022345163,-0.030160915,-0.11180966,-0.01870995,-0.030562624,0.017748687,-0.013291386,-0.04619139,0.00060717546,-0.017090969,0.0060887476,0.034030978,-0.006676443,-0.0056361496,0.015266538,-0.037528098,-0.02773871,-0.009904841,0.017306007,-0.013558219,-0.006552548,-0.016999258,0.0057291966,0.011042252,0.00028601705,0.0018203174,-0.00474828,0.012931102,-0.018145991,0.029944412,-0.019821294,-0.016745253,-0.03759482,-0.13498025,0.019251667,-0.017659856,-0.023161901,-0.020612549,-0.013922426,-0.005764473,-0.019891158,-0.011857803,-0.028059512,-0.010456117,-0.0010119837,0.005231582,0.013921067,0.030013224,0.11873929,-0.013300796,0.011014371,0.012513696,-0.027862081,-0.018085208,0.01508903,0.034885872,-0.034653705,0.0012710808,0.0056114867,0.00835611,0.005713196,-0.0015970578,-0.018343499,-0.013372811,0.017525388,0.003097104,-0.00021536551,0.019470908,0.002190178,-0.0033108864,-0.03542452,-0.026846776,-0.026441991,0.0033687332,-0.0050839265,-0.014805287,-0.0026583567,-0.030417291,-0.017445972,-0.015731493,0.014532561,-0.028590592,-0.0060949293,0.0003486232,-0.063898265,-0.018832598,0.013574535,-0.0057150186,0.003140386,-0.033762354,0.010361445,-0.030244324,0.0044389255,-0.008937472,0.002640349,0.016004484,0.00513615,0.0022665362,0.00054215343,-0.00030214514,-0.01358865,-0.0013404265,0.028638804,-0.0062788622,-0.0396376,0.0039467467,-0.007751795,-0.015667157,0.003547731,-0.011395118,0.061216887,0.021029277,-0.030829133,0.037943117,-0.030585388,-0.0023757657,0.017661063,0.009518446,-0.01590807,0.020789938,0.020242788,0.0062522218,0.025754618,0.011487354,-0.0060841255,0.0015898763,-0.0052018054,0.0029201463,-0.0030981842,0.013088914,0.005838571,-0.024463393,-0.0007801474,-0.013321658,-0.015943127,0.002802282,-0.0052787457,0.009402032,-0.0054970053,-0.023412438,0.0026803021,0.01612317,0.0010053805,-0.018114893,-0.0030461529,-0.0071123415,0.017515345,-0.0015144845,0.014506623,-0.00034698134,-0.013833309,-0.0009780132,0.0036972305,0.0019932792,0.0024404223,-0.01286649,0.0019452287,0.017260771,0.009617204,0.0039973147,0.02919879,-0.0067877183,-0.03945454,0.014411148,-0.0060277795,0.005469138,-0.01153889,0.009354745,0.0030963884,0.012826078,0.015020192,0.0048623565,0.00630357,0.013479915,0.0067899437,0.011562011,-0.0032102955,0.02277884,0.010551644,0.014635438,-0.0012801295,0.0039597005,0.0054356307,0.0057762526,0.0032180122,0.005690972,0.0033663975,-0.019943612,0.0065048267,0.010015938,0.009907236,0.009941418,-0.008354706,-0.0015372001,0.013791248,-0.008723503,0.028747829,0.012031208,-0.015806232,0.0038420337,0.0105706025,0.0067140986,-0.0024439986,0.0031206054,0.0034197064,-0.015444109,0.0007326665,-0.017100526,-0.014156349,-0.02064246,0.008774325,0.0036864388,0.011742414,0.004172155,-0.002059226,0.005686117,-0.00947872,-0.008410712,0.014141597,-0.0017663025,0.002678917,0.008377465,-0.00359164,-0.005570525,-0.005660494,0.0063335802,-0.008430108,-0.006042133,0.0044424837,-0.0080651585,0.0042600846,0.03543611,-0.0009050913,-0.007061352,-0.00092549337,-0.0026041667,-0.008422579,-0.013247755,-0.004905606,-0.0045243814,0.002849298,0.008057631,-0.00026651335,-0.006765853,0.003621025,-0.0072442866,0.007849341,-0.013757135,-0.0050393525,-0.003440323,0.014374289,0.0037785203,0.010216337,-0.008357136,-0.0001315197,0.007603407,-0.007355553,-0.008601623,-0.011248887,0.015466016,0.015912015,-0.029146189,0.000713677,0.004071147,0.021752099,0.014352244,-0.0020814035,-0.0047732834,0.008115298,0.022997942,-0.003288571,0.017926184,-0.00033916754,-0.0041461294,0.0019146368,0.016005678,-0.018363237,-0.00045635112,-0.006302075,-0.0048250784,-0.0026050617,-0.0025265275,0.011717304,0.0104743345,3.023244e-05,-0.0001840299,0.008366419,-0.0127178375,-0.008945494,-0.016971765,-0.0026759836,-0.008651004,-0.008865952,-0.008243171,-0.0049881907,0.017170537,0.0011098825,0.0006922451,0.014995823,0.0056642173,0.0016800666,-0.011905319,0.020152407,-0.015990697,0.014279071,0.013124291,0.0022666738,0.0072862986,-0.013715734,-0.023452144,-0.016399313,0.015458836,-0.0016328903,0.01178578,-0.005616952,-0.008090267,-0.0020023345,0.013588491,-0.011623431,0.006015893,0.009272911,0.0042879274,-0.0072856415,-0.0017965006,0.0140155,0.0017680761,0.005529267,-0.009643367,-0.0010513469,0.008425401,-0.006220813,-0.0031498438,0.002675717,-0.012095511,-0.0022540437,-0.004142347,0.011245975,0.019641498,-0.008308381,0.000675445,0.022986645,0.025761634,0.014209664,0.07907092,1.1192393e-05,0.0077668075,0.011523956,0.0154439155,0.0054381234,0.005393938,-0.030077096,0.003568981,-0.009226434,0.0056261932,-0.01049594,0.0031853216,-0.0062691174,-0.016603125,0.00918764,0.008609387,0.0015668027,-0.015891287,-0.010565021,-0.014703593,0.0045016794,-0.008282153,-0.027119545,-0.0049185166,0.009972377,-0.003250735,-0.00622623,-0.0048771,0.00072517263,-0.00367538,0.0019263754,0.009325326,-0.004617439,-0.010092681,0.0027774707,0.006402986,0.0217312,0.021514047,0.009713279,0.010766529,0.012181243,0.005963081,-0.009299509,0.012215838,-0.0019910235,-0.01696663,0.0070285765,-0.011495003,0.011845849,-0.010401147,-0.010640246,0.009895897,0.0035169895,-0.006052138,0.0043559764,0.0054780417,-0.023051638,-0.021715531,0.009246457,-0.0024555621,0.020078411,0.020206569,-0.002317544,7.853142e-05,-0.013421216,-0.0076137735,0.0025650756,-0.005556672,-0.009726695,0.00057315995,0.012485004,-0.002169992,-0.006620106,0.014081121,-0.013939223,-0.01043379,0.0008708965,-0.007724813,-0.0028006083,0.0026077488,-0.0010470902,-0.007122087,0.01618828,0.004464264,0.0060359775,0.0035147052,-0.005844476,0.00195086,0.0012359864,0.0005934259,-0.007907333,0.02632909,0.009067153,-0.01721738,0.010208772,0.052961607,-0.018280355,-0.0024310672,0.008189958,-0.0130161755,-0.0021732242,0.009065436,0.0008651489,-0.0019933206,0.0055459184,0.017815042,-0.002268393,0.0050600725,-0.0043573105,0.015114776,0.0028573445,-0.008283023,0.009476166,0.012359945,0.002787085,0.01867006,-0.016400954,-0.009615182,0.0045622974,-0.019752087,-0.0071423543,0.0019818638,0.029674053,-0.009232736,0.003953968,-0.021032996,-0.011436239,-0.013227565,-0.0025239214,0.009837949,0.018514112,-0.0145400595,-0.0025808825,0.0037921998,0.008532718,0.004824112,0.017305942,0.010297668,-0.00046939577,-0.009749363,0.0057419296,0.004848576,-0.0008506454,-0.008960733,0.011417443,-0.019538311,-0.0029175316,-0.004135365,0.01654601,-0.003869854,-0.0061238655,-0.009999387,-0.0012300523,-0.01022177,-0.01026999,0.020940864,0.0032290614,0.005072316,0.0046132486,-0.0091124,0.007982076,0.00077873614,0.0079639675,-0.0042129536,-0.002260827,0.0039983196,0.005736217,-0.0007317689,0.018203998,-0.0016592589,-0.012563914,0.035460893,-0.022814963,-0.0032864818,0.003813563,-0.026356116,-0.023030428,0.011023905,-0.0042133913,0.00869467,0.006206269,-0.014943656,0.0066470387,0.01588035,-0.009088762,-0.0108527,-0.007413413,0.017448874,-0.008086232,-0.0059032817,-0.009120606,-0.010317336,0.0011812927,0.015659867,0.01870657,0.011731954,-0.01591797,-0.0022282402,0.009284973,0.0040038703,0.009493812,0.0059222016,-0.0032631727,-0.0016079673,0.00829959,0.006608632,-0.004660061,-0.0014521214,0.0094505735,-0.0033869117,-0.0341169,0.0027231718,0.01477391,0.013628683,0.002034922,0.004824953,0.00031727104,0.007081104,0.014071434,-0.0054857526,0.008955477,-0.003647344,-0.004510589,-0.0004913618,8.53179e-05,-0.0027331086,0.0004719913,0.007264761,-0.0021228378,-0.0020996851,0.0045050867,-0.0024612013,0.015350033,-0.0013228906,-0.009812721,-0.0067964746,0.006631585,-0.017649032,-0.0044038435,0.015824314,-0.006165943,0.014554843,0.0009165743,0.0016932044,-0.0051716366,-0.009410324,-0.00022509061,-0.01533051,0.0063779973,-0.0076420363,-0.011468826,0.0024600336,0.006405189,-0.0010316508,-0.016701156,0.0035668747,-0.048407983,-0.0011944941,0.020428216,0.026390677,0.00041037158,-0.0021571042,0.012842285,-0.0053313035,-0.012040092,0.008371558,0.001719117,-0.008486686,0.014829431,0.0010258002,0.0006697546,0.0031266697,-0.010768222,0.018808097,-0.0152865,-0.008308683,-0.0062293936,0.012800711,-0.0056516235,-0.0042848024,0.012705886,-0.0025109416,0.006436754,0.005219465,0.016148739,0.011301864,0.003837428,0.000639887,0.01996685,-0.0094057275,0.004260364,0.0012828951,0.007836446,-0.009738539,-0.008816171,-0.008102244,-0.008601778,-0.0050456594,-0.0019032194,0.008738202,0.009111202,0.006146085,0.007201262,-0.009947434,-0.02474785,-0.031270973,0.007471482,0.03682609,0.006137103,-3.1912095e-05,0.01080577,-0.005501057,0.02401629,-0.0021421073,-0.010141329,0.0027685973,-0.006136167,0.0046600113,0.0013152782,0.0037040694,-0.026151346,0.00076124363,-9.6469674e-05,0.0020600436,-0.015509025,0.008150542,0.0053618494,-0.0016619003,0.002293007,-0.010068771,-0.016348891,0.005670373,0.017040124,0.019172788,-0.018068833,0.0026754653,0.009265215,0.010620384,0.009682795,0.007223789,-0.0062334775,0.008389256,0.022015667,-0.0072093746,-0.008473845,0.013903306,0.017721012,0.018858949,-0.00169995,0.0058147563,0.011958186,0.0061643673,-0.011712003,0.0035779555,0.0025956896,0.0034137177,-0.0040488904,-0.003054345,0.010543684,0.016246105,0.009642138,0.0008494563,-0.018680846,0.007798686,0.01698931,-0.0009030586,-0.0073727192,0.025351511,0.020266427,-0.01331125,-0.0016067342,-0.008848007,-0.0015808755,0.01661526,0.0011173986,0.0067231413,0.007100747,0.017187838,0.001765969,-0.021668244,0.013660073,-0.011589209,0.013033823,0.018855097,-0.009509848,0.004357953,0.002886286,-0.0041235774,0.005820471,-0.013266944,0.008449879,0.012602669,0.009965052,-0.0073297666,0.00044134367,-0.0007159897,-0.0050915056,0.009172804,0.005981142,-0.015882846,-0.0013330774,-0.00427909,-0.011254787,0.018665347,0.011570649,0.008883984,-0.0065591973,0.014597206,0.013639187,-0.00018274752,0.006425631,-0.0035858133,0.005362384,-0.0073355613,0.003577472,-2.6661024e-05,0.01907166,0.0064375494,0.0032282062,-0.011260096,0.021858556,-0.008446728,0.0009269837,0.0028127902,-0.008489781,-0.0029993958,0.0031450633,0.005391944,-0.022538131,0.027311556,-0.002902279,-0.0063833534,-0.012642293,-0.0076639205,0.0007187105,-0.0001545075,0.023217201,0.034200724,0.010889319,-0.0073539964,0.0071430635,0.00840095,0.0018033461,0.0052365544,0.012891035,0.004917043,-0.010820908,-0.024178261,-0.005853432,0.009888684,0.009645263,0.0009232977,0.0024961887,0.00057511125,-0.0042068227,0.0070529114,-0.0040362924,0.0031634057,0.0029852274,-0.006804791,0.0058232686,-0.07876147,-0.0051282984,0.009800715,0.00037739964,-0.009556044,0.008501172,0.008483423,-0.012091682,0.015805604,0.018455897,0.008474791,0.008019639,-0.010931583,0.0021045404,-0.0017379986,0.0057233083,0.0013701186,-0.008573554,-0.0047363285,-0.009853358,-0.012569261,0.007447577,0.002778268,0.008555058,0.00645396,0.016195932,0.003665023,0.006107485,0.0113265235,-0.0094873505,-0.017404497,-0.012703755,0.0073710466,0.0119742835,0.012214193,0.00030302108,-0.0043901014,0.012437426,-0.13878362,0.003299115,-0.013504797,0.014527625,-0.004302648,0.00019261213,-0.014345243,-0.024792317,0.004932839,0.0049435603,-0.0048535755,0.005992235,-0.010898325,-0.01607021,0.0037416867,0.00041498413,-0.017944928,-0.0026270617,-0.0043286406,0.003113469,-0.024085712,-0.0049149017,0.012592139,0.0119848605,0.010052639,-0.009207724,-0.010844523,-0.0027783036,0.0076243603,0.0044131945,-0.0071655493,0.021475108,-0.0069127036,-0.011589769,0.0040286854,0.0010969322,0.005658743,0.021744028,0.0011977742,0.0027483287,0.00058433955,-0.0016947315,0.00765586,0.010267562,-0.002893964,-0.0009552198,-0.00035508638,0.0020521516,-0.007268815,0.00448401,0.007852517,0.010391167,0.014743709,0.008547616,-0.0045703407,-0.0014117138,0.007402296,0.010498979,0.011531965,0.005818506,4.410303e-05,0.015541572,0.020662721,-0.01430413,0.0043191668,0.015707642,0.008636265,-0.0011734726,-0.004340592,-0.00788014,0.01528366,0.019104315,-0.01680176,0.032104112,-0.008989427,0.0077933646,0.004891837,0.026356319,0.010843485,-0.0032604958,0.012672536,0.005618328,-0.014276671,0.0119279,0.007554753,0.0072190478,0.011635467,-0.019593999,0.0046649207,-0.069290295,-0.023391085,0.0024025445,-0.016840376,-0.01121266,-0.009723376,0.016001863,-0.013490667,0.018490205,-0.009962275,-0.009025052,-0.0025586376,-0.0020248215,-0.017572965,0.004223051,-0.009870899,0.014879746,-0.0049368828,-0.00847342,0.01363196,0.000798508,-0.00064838625,0.0074426522,0.018017769,0.031118715,-0.023011068,-0.024826922,0.008564735,0.006036065,0.0002811984,0.020560917,-0.014311822,-0.0018745273,0.004534699,-0.009952984,-0.01823851,0.022237176,0.022535693,-0.023873365,-0.01745551,-0.013371561,-0.025244964,-0.0012201171,-0.009802326,0.0216654,-0.0017168974,0.0030662566,0.008788206,0.012005791,0.003981022,-0.012830585,-0.0056161056,-0.011709541,0.015014863,-0.004653197,-0.011400108,-0.012250044,0.0063957423,0.0076557007,0.004312989,-0.0033457982,0.0017095966,-0.00062746025,-0.0024481262,-0.003569246,0.0058175954,-0.010591607,-0.005996489,-0.0038474216,-0.015208219,0.008802797,-0.0016807457,0.010771309,-0.005023921,0.01503822,0.009520331,0.007717778,-0.0020080279,-0.006575208,0.00068851607,0.02723579,-0.006438776,-0.022852795,0.020805238,-0.0034697163,-0.0036250881,-0.025934804,0.009949683,-0.011947671,0.008212427,0.012746343,0.0015460058,0.005472708,-0.017203374,-0.0077731083,0.025750235,0.00070267014,-0.0051537915,-0.008503907,0.028327905,-0.013692566,0.0012018426,-0.011358489,-0.008154016,0.0030685235,-0.0152560305,0.01952466,-0.009898368,0.011010666,0.012766329,-0.014314153,-0.011658544,-0.00062942,-0.007986854,-0.17551929,-0.032108746,-0.019060973,-0.041507278,0.019353423,-0.0016897973,0.021224547,-0.034150016,0.03432652,0.014521277,0.021658462,0.018076902,-0.0035789374,0.008983487,0.0143269375,0.02366334,0.0019142259,0.022870505,-0.00909498,0.0012100167,-0.042253852,-0.03639831,0.014840417,0.0013259454,-0.002109215,-0.0038231697,0.032570068,0.007679716,0.0041849716,0.026094504,0.004052613,-0.0022495831,-0.012812606,-0.010315358,0.01231643,0.00013684998,-0.0053512757,0.005673696,-0.009269307,0.01959957,0.0008956069,0.0055977893,0.0014678747,0.0076528587,-0.0015658721,0.006826848,0.002660685,-0.025362197,0.0101918215,-0.013081014,0.0032737653,-0.039701167,0.016814802,-0.002330577,0.0077923825,-0.008549872,0.0008134449,-0.025004202,0.016318528,-0.007439728,-0.0004659569,0.0020086837,0.003244548,0.020314181,0.009355955,-0.0048855473,0.009729401,0.15761892,-0.0035567514,0.0050955913,-0.015615761,-0.021119885,0.00063146185,0.010624395,-0.0118128555,-0.013148803,-0.009494742,-0.00606991,-0.010370801,-0.0052199066,-0.0015940395,0.008751234,-0.009210347,-0.0048339632,0.0021161619,-0.025525039,0.015428761,-0.0031505097,0.007088798,-0.0014955543,0.001063466,0.008171684,0.003975483,-0.02352475,0.021371156,-0.013401126,0.019429188,0.006547201,-0.03624569,0.0039988593,-0.024634387,0.021172423,0.005251354,0.012770515,-0.030462027,-0.016696027,0.0049214535,6.0485883e-05,-0.017396491,-0.021739582,-0.007239421,-0.020908987,-0.002116811,-0.012321931,0.00025697646,0.01964498,0.0042615277,-0.021468101,-0.0007348768,-0.006738896,-0.022774592,-0.012616686,-0.012898781,-0.010289242,-0.018111655,-0.0020467453,-0.010121574,0.019500727,0.0027510743,-0.034633826,-0.0067661037,-0.010536352,-0.013641473,0.003194803,-0.014121919,0.003709116,-0.08901627,0.004739587,-0.0011137823,-0.011564929,-0.010761955,-0.005479308,0.010513857,0.010435595,0.02440338,0.009762965,-0.012425493,0.014672142,0.00944637,0.01827127,0.011100379,0.00732869,0.025233021,5.797394e-05,0.0020881442,-0.0018973467,0.005145602,0.009221021,0.0010208832,-0.008000713,-0.009650373,-0.03852425,0.0017415602,-0.0080573615,0.006421967,-0.012572148,-0.021411747,0.015788842,-0.011520931,0.0014324504,-0.02039213,0.014664968,0.014114726,0.006859254,-0.004354353,-0.021015402,-0.007850612,-0.006274947,-0.0061356123,-0.022865545,-0.011344209,-0.0065877847,-0.02215547,0.0060287104,-0.0038451843,-0.0022431035,0.0019860056,0.00933951,0.0043040714,-0.009419639,-0.027403973,-0.0019653225,0.025357587,-0.033812486,0.031162245,0.013075905,-0.008339003,0.027448937,-0.016178466,-0.012287371,-0.007582827,0.012127516,0.0045768474,0.0025942833,-0.00848214,-0.021657312,0.0009295395,0.022687618,0.0023519467,0.014325183,0.014659092,-0.014768317,0.0019857446,0.016124794,-0.008131977,-0.003960367,-0.030644936,-0.008147131,0.019048864,-0.017978812,0.03067443,0.0037268738,0.0065874923,-0.0037675097,-0.0030584447,-0.009665051,-0.019215174,-0.0023614294,-0.00806749,0.003369938,0.011993964,-0.008085066,-0.022521116,0.008008192,0.029028757,-0.01888287,-0.0067277383,0.0011338014,-0.005890348,0.014523031,0.019978805,0.0014478936,-0.020296907,-0.023454,0.0005888821,0.0026828283,0.007195494,-0.018881265,-0.010129173,-0.014384542,-0.006015301,-0.0015423185,-0.015777769,-0.0011673163,0.001102894,-0.018165858,-0.0019186643,-0.021421283,-0.004125976,0.0001882524,0.0052221604,0.007557954,-0.0031182982,0.016745105,0.012985464,-0.016386226,-0.0035956793,0.017034149,0.02145556,-0.012016801,-0.0052869157,-0.008391952,-0.0016334258,-0.0036103525,0.03525357,0.00019505149,-0.006706214,-0.0014590047,-0.0149874,0.002672582,0.014883654,0.0013624904,-0.010394703,-0.016689083,-0.015754128,0.004346365,0.009670372,-0.021252178,0.00044992438,-0.006189924,0.0055923588,0.022174222,0.012180095,-0.0001383449,0.01369187,-0.012688237,-0.0044770297,-0.0038664602,0.0067553055,-0.00725552,0.023005618,-0.028981902,0.008077436,-0.008432933,-0.022058364,-0.026859084,0.007794369,-0.0024946143,0.026124826,-0.021073624,-0.009059923,-0.0021651941,0.001632674,0.0033106455,0.019606479,-0.0676931,0.01895514,0.004295462,0.009702017,-0.01245753,0.021002555,0.009973983,0.011716094,-0.018049737,-0.010470664,0.002012074,0.004704913,-0.019908588,-0.01375185,-0.016631022,-0.018618986,0.0033139046,0.0021751164,0.020056957,0.00842043,0.0037276763,0.005360141,-0.009641781,0.003155759,0.0006207222,0.0067563686,0.0032012195,-0.014817836,0.0040328195,-0.0072100325,-0.0016886876,-0.014958997,-0.0021485807,-0.0032674624,-0.025161734,-0.005439449,-0.0052435673,-0.013133282,0.007357682,-0.020841463,0.007651832,-0.000328705,-0.05243851,0.0113153,0.00032638677,0.00019960928,-0.0044964603,-0.004784017,0.005422932,-0.0059223347,0.024252225,-0.010942734,-0.018378312,0.005462863,0.006488779,-0.0082637,0.0056083333,-0.02964894,-0.0004087716,-0.0129132625,0.00416153,-0.017496752,-0.01681436,0.022350067,0.0073720734,0.01606985,0.013603705,-0.013047262,0.009795474,0.019816002,0.025704946,0.0044590323,0.01216956,0.010178457,-0.010639825,-0.013099261,0.024166957,-0.01035295,0.006191836,0.015877971,-0.006336366,-0.0047271308,-0.01857514,0.033141546,-0.00756943,-0.01595137,0.0023466186,-0.098871216,-0.02748268,-0.009290475,-0.015033002,0.0114547955,0.012671039,-0.0014603212,0.053216588,0.013311543,-0.001595094,-0.017388396,-0.00012001119,0.015172721,0.018782401,0.017452974,-0.00874832,0.013342275,-0.024659393,0.013042799,0.012874848,0.012027237,-0.010711621,-0.011509003,-0.0011155064,-0.016670963,-0.040743575,-0.022445519,0.008029841,0.01820666,0.008035736,0.0010328077,0.00078476925,0.007797394,0.011359166,0.005613244,-0.02333134,-0.013980546,0.0053872396,-0.008430197,-0.028380979,0.021173038,0.0063058683,-0.0038053645,-0.010350479,0.014969149,-0.02155605,0.004453064,-0.010561289,0.0092607085,0.00029619221,-0.015696514,-0.0024700104,-0.0019940704,-0.002658447,0.024706211,0.023069952,-0.016496731,-0.011669202,-0.008605227,-0.0104608955,-0.0021740969,0.011370333,0.017581081,0.008392245,-0.022936014,0.0077583827,-0.0062498297,0.01135386,-0.011820113,0.020312719,-0.00014599861,-0.016010875,-0.007775219,0.0028806003,0.0200772,-0.013339207,-0.045646887,-0.008466337,-0.0133348275,-0.014421527,0.0011333646,-0.0167498,0.022480868,0.0051298267,1.6569857e-05,-0.006499075,0.017360335,-0.012744437,0.011107912,0.0015899808,0.016120063,-0.024273766,0.009650044,0.0027967338,-0.008992657,-0.008046196,-0.016431965,0.0030195625,0.010192431,-0.009732235,-0.013543481,0.0028015433,-0.0028045224,0.001527256,0.013010538,0.003742311,-0.009540007,0.0047692237,-0.0046575703,-0.0016658604,-0.012702973,0.009388496,0.0006690063,0.01123541,0.027459687,-0.010264579,0.019192304,0.008097056,-0.009518408,0.0110460445,-0.024881212,0.021654166,0.013974403,-0.008729943,-0.0022724194,-0.022041459,0.0006953966,-0.0102313645,-0.004053027,0.007911915,0.019241668,-0.0124653205,0.003942523,0.0036587731,-0.00044092134,0.0029914558,0.002438343,-0.0003262755,-0.0020189479,0.0065528294,0.00032880518,0.01216446,-0.0010938623,0.008031363,0.0041289944,-0.010222986,0.0051080156,0.018029343,-0.025009964,0.0052929926,0.0038671559,0.0022998403,0.010338591,-0.006040491,-0.0033884442,0.027354183,0.0006449673,-0.009120735,0.012195849,-0.0044039204,-0.0052116304,-0.00802513,0.003775123,0.016427206,-0.015068275,0.011616345,0.009926762,0.0048592794,0.010606331,-0.016042056,0.016068706,-0.00939674,-0.006375536,-0.00052822725,0.025525102,0.0022682815,-0.019698465,0.010109155,0.0011054213,0.029720414,-0.011648862,-0.0067485343,-0.0067016464,-0.024605647,0.004762572,0.00962794,0.005053505,-0.00022556238,-0.02906002,0.010513064,-0.02647566,0.0023105955,-0.025705885,0.0025727148,-0.019603077,-0.013299882,0.0081328675,0.00019710432,0.0029193722,0.026125351,0.00039352788,-0.00028045793,-0.013060102,-0.0023508861,0.0057879356,0.02921671,-0.000105278225,0.004404409,-0.024283811,-0.009063245,-0.0147788245,0.017701507,-0.0017338198,0.023469895,0.010695424,0.005068154,-0.005669264,0.020329015,-0.0071631433,-0.033522088,0.0055388603,0.015878608,-0.004959773,-0.00169132,0.012829783,0.010857125,0.003387006,0.029209802,0.0078118956,-0.0049096933,-0.007671128,-0.0020389324,-0.015161949,-0.0020455644,0.019890787,0.0049208454,0.01765371,-0.009488504,0.0031583263,0.01831684,0.02395811,0.018996838,0.016351692,-0.0012863567,-0.014345537,-0.031957164,-0.012327887,-0.009595957,0.018352557,0.0022642447,0.000740968,-0.014440202,-0.012166354,0.010230422,0.012231436,-0.005257078,-0.024790237,-0.0023434747,-0.0151573615,-0.011412285,0.046891667,-0.01256495,0.00028806584,0.015159576,-0.023379533,0.002834172,-0.017972367,-0.0012625677,-0.016517252,-0.013673936,-0.00082220515,-0.005528425,-0.037544217,-0.002958365,0.004891229,0.008349304,-0.0034709692,-0.024271093,0.009423565,0.0037340706,-0.016794527,-0.005524638,-0.013214822,0.01234859,0.024109961,-0.01478096,0.0024460193,-0.022743555,-0.003353503,0.006770265,0.031913374,-0.003969961,0.02071435,-0.022407353,-0.008169004,-0.0040258677,0.008581857,0.01227457,-0.017392924,-0.00957912,0.012627003,-0.026106756,0.001732,-0.0052303327,0.009855679,-0.013132553,-0.0041013276,-0.014912093,-0.011906609,0.002207579,-0.0030887784,0.012174664,-0.003182009,-0.006891671,-0.0191175,-0.030723684,-0.004978506,0.0069328924,0.0010117581,0.01208576,-0.021681841,-0.0031738481,0.023279808,-0.0047732936,0.004966808,0.01016492,-0.010015529,0.016069882,-0.05319447,-0.0054918155,0.0010864402,-0.0006716303,-0.0075272964,0.0048082117,0.019773373,-0.018485598,0.0037796828,-0.017840698,0.005245626,-0.013732985,-0.0040189903,-0.00014726256,-0.011590733,-0.01822533,-0.028776513,0.013962426,-0.0023133606,-0.010714519,0.0017183936,0.0055688894,-0.010836201,0.012224765,0.00672242,0.008900462,0.004328624,-0.009742276,0.0129469475,0.00648679,-0.008638991,-0.0109781185,-0.003820728,0.004603884,-0.020168917,-0.014293651,0.0014150582,-0.0026820535,0.0011994352,-0.006489624,-0.011329874,0.011400155,-0.03233778,0.009702943,0.019237421,0.0056576882,-0.003614827,0.010220292,-0.01180138,-0.004445389,-0.008270912,-0.004797232,-0.02301805,0.026354099,0.0017075016,0.021810096,-0.012119829,0.004211193,-0.007294488,0.0003358373,-0.0046466305,-0.0022282826,0.007580469,-0.027425429,-0.003096573,0.007881586,0.022983873,-0.010293548,-0.0067973067,-0.037908107,-0.011792659,0.0121078305,-0.010793886,-0.040602416,-0.007501673,-0.014142169,-0.03025346,-0.024856985,-0.0016038275,0.0018065673,-0.018594647,0.004534523,-0.0179956,0.0012962314,0.0026543655,-0.0026150623,0.0050229025,0.018984858,-0.026297892,0.0095489565,0.005114126,0.0334497,-0.011745759,-0.0023288294,0.01108809,0.014837102,0.0014117288,0.0077081854,-0.014804216,-0.023994757,0.020845542,-0.013130621,-0.003844426,0.0062976154,-0.0123493085,-0.0039598574,0.027410772,0.0030598182,0.004612307,0.011023256,-0.0071724076,0.012332263,0.010970281,0.024945427,-0.024932075,0.017981408,0.0112288315,0.011783722,0.0007355297,0.024588779,0.00072510325,-0.011866031,-0.001663527,-0.0030370315,0.014804361,-0.0023178023,-0.0026497776,-0.007295442,-0.012521625,-0.022997895,0.032963235,0.013825165,-0.01949017,0.0056255492,0.0042259186,0.010073427,-0.016227832,-0.010100838,-0.010303047,-0.011326075,0.004671895,0.012839099,-0.043808907,-0.0045565767,-0.038910575,0.00078785385,0.010494065,0.002675035,-0.029281754,0.005630646,0.0011316318,0.019043518,0.0006037151,0.026518174,0.0047572087,-0.0049611647,0.024850793,-0.0010789937,-0.0021119025,-0.058418617,-0.0037851834,-0.004300842,-0.0044259997,0.014809164,0.01710561,-0.00464506,-0.015916713,-0.013208199,0.01061898,0.004856335,-0.009173326,-0.0018652227,0.0150334295,0.019124296,0.012885301,0.0051899147,0.01326134,-0.0010682188,0.000108870765,0.012012894,0.0093860775,-0.030325197,-0.020038228,0.011758075,0.007369612,-0.011924797,0.018699532,-0.02481464,-0.010697806,-0.0052148174,-0.0068487087,0.0033406285,-0.0003923965,0.0036806788,-0.022684146,0.0070235394,0.021204988,0.0076468736,-0.002746864,0.010587673,0.007832154,-0.0049866233,0.0046400395,-0.0030867788,-0.019318003,0.0088650845,0.018581621,0.0071843807,0.013256645,0.0061408416,-0.0024142503,-0.009668751,0.003239856,0.002343942,0.00042533615,-0.0072789793,0.03322988,0.0059486525,-0.015376094,-0.008241684,-0.016236246,0.0218419,0.011709834,-0.018859817,-0.03395244,-0.026324878,-0.007484497,0.0031998688,0.013502135,0.009937908,0.014768713,0.009741782,0.0038608122,-0.0089034485,-0.0155031495,-0.014116343,-0.008314913,-0.010602125,0.0023022997,-0.012489903,0.0061192284,0.0009846268,-0.00019340355,-0.009889342,0.011150178,0.00084777,-0.00075469934,0.025643764,-0.0014340809,-0.0031979973,0.029494997,0.015020963,0.009751712,-0.023990193,-0.034769922,-0.0011014079,0.0073979404,-0.0071772765,0.031200467,0.003569638,-0.014736596,0.014882619,-0.0034019188,-0.027835391,0.0031130498,-0.0049083256,-0.010201387,-0.00841894,-0.026868466,0.0073818685,0.01780853,0.00911585,0.0012092456,0.014756938,-0.008703156,-0.029664852,0.010127209,0.011768332,0.011380333,0.02766921,0.008489587,-0.019108206,-0.004005892,-0.00067401165,-0.030164612,-0.002245336,-0.0073644593,-0.0006812535,-0.0013854798,0.00043438814,0.025349893,-0.015910437,-0.01865456,-0.026803775,0.00037250808,0.0040645623,0.0027000902,-0.0113779595,0.045674212,0.01088269,-0.009730736,-0.010781696,-0.0015159602,-0.0015957132,-0.0059500746,-0.007075674,0.016389823,0.004580231,-0.0037402185,-0.00159763,0.0066430327,0.022335228,0.0041060247,0.003919599,-0.008637633,0.014873879,0.014046888,-0.009737152,-0.008149956,-0.009088717,-0.03810613,-0.00107114,-0.012901778,-0.024268605,-0.021993443,-0.00909016,0.003604091,0.0019283238,0.018026972,0.02247908,0.002960032,0.00556072,-0.024652068,-0.019351063,0.006044961,-0.003790658,-0.012355742,-0.005675551,-0.0077519296,0.013781327,0.0007184646,0.0046031983,0.022360554,-0.001660118,-0.0070062047,0.0075415834,0.019324692,0.01766261,-0.02744155,0.0049514305,-0.013851579,-0.015506449,-0.007352824,-0.011737366,0.007438025,-0.019090794,0.009038696,0.004911248,0.15666865,0.12298505,-0.02036369,0.00045270106,0.019700903,0.012822616,-0.0106515875,-0.024453659,0.005783639,0.01288412,-0.029475166,0.0024988893,-0.016084917,-0.037789755,0.016278684,-0.011209933,-0.0030982133,0.009512915,-0.01362259,-0.004961109,-0.01689751,0.016182492,-0.025307212,-0.001383728,-0.043283876,0.02149299,0.0003161257,-0.021012852,0.0043692053,-0.011880115,-0.0015713276,-0.006109069,-0.0136444345,-0.0013649585,0.013319355,0.01888339,0.005210232,-0.018116198,-0.016289877,-0.005471504,-0.01500596,0.011015989,0.0065481896,-0.0054852916,-0.015684636,0.014993631,0.0049263523,-0.0033213824,0.0036865124,0.009160205,0.007275134,-0.009482106,-0.01698006,0.0021245081,-0.029693756,-0.010437876,0.03426483,0.010181661,-0.008024127,-0.0066149766,-0.008609202,-0.009593026,-0.016083527,-0.0019440659,0.029339248,0.0085894605,0.00030497528,0.02346839,-0.007169353,-0.007847553,-0.0039855074,0.00019910824,0.0032448801,0.012002147,-0.011751992,0.005884346,0.0024175947,0.0065217237,0.037332598,0.008484245,0.0078022815,-0.008010266,-0.0005124064,-0.0042623044,0.0087469835,-0.0014606559,-0.0111729745,-0.00029865402,0.09712469,0.010995974,0.013506654,0.007407001,-0.002804398,-0.0010288757,0.0073687215,0.053317413,0.0152873695,0.0029831545,0.012972824,-0.0025984515,0.026754623,-0.018589366,0.018949308,0.010507995,0.018626153,0.005837729,-0.011484621,0.01341183,-0.0008561746,-0.0002708041,-0.000100816935,-0.0058155544,-0.0019300645,0.0035421394,0.0018126382,-0.01853682,-0.002904699,-0.013137578,-0.122594364,-0.013649849,-0.005983337,0.0035163655,-0.008149171,-0.001607673,0.01561505,0.0022596424,-0.0044075097,0.027779374,0.010332384,-0.021926543,0.004709145,-0.0049874056,0.018974414,0.02072069,0.016202753,-0.026996065,-0.0141856,0.0088983225,0.0065017827,-0.012941016,-0.011985162,-0.0015771711,-0.01789184,-0.0015222537,0.004465347,0.015048477,0.0004731513,0.008688208,0.006069724,0.007910389,-0.0021028135,-0.0031827257,0.0060062977,0.027001573,-0.014938153,-0.00035969802,-0.002299561,0.0034590347,0.003817503,0.001986111,-0.001397673,-0.0054260106,-0.017302372,0.0020844368,0.009632722,0.0030102541,-0.012168237,0.017411884,0.016705232,0.0011274153,-0.0013858107,0.023026247,-0.0056838864,-0.009284366,0.012333675,-0.004240078,-0.0028536995,0.02798545,-0.019413363,0.003352945,0.0030696064,0.0017706696,0.01472539,-0.01934493,-0.016237255,0.00843741,0.0061297608,-0.02038297,-0.010771321,0.0026317756,-0.0116166705,-0.0024638618,-0.005073199,-0.0056446483,-0.010782724,-0.00027246022,0.01750586,0.028015712,-0.026915435,-0.027325623,0.00858884,0.12648644,0.0108701335,0.015980238,0.0019937677,-0.013241076,0.010005835,-0.0002467372,-0.0025799493,0.00013233282,0.014983822,-0.013132616,0.009060245,0.008739037,0.009171886,0.0057984013,-0.002125044,0.011966449,-0.015654936,0.0002610163,-0.0152996965,-0.012548645,0.0030463834,-0.00809145,-0.0028094156,0.0109013915,0.011659625,-0.030164298,0.00277019,0.006052412,0.015685141,0.016908156,-0.0121941855,0.024571009,-0.026278373,0.006521564,0.010378799,0.00079586025,-0.006722572,-0.017871179,-0.015040112,-0.005058332,0.023151826,0.0060021193,0.013621971,-0.023590162,0.18269886,0.006916922,-0.007487101,0.013910456,-0.0040436666,0.03369616,0.013227704,0.0013129145,-0.015571286,0.014452169,0.0069111106,0.0054482934,-0.0045514964,-0.0055556935,0.020741958,-0.015172848,-0.022768443,-0.011128009,0.0069787176,-0.0038156451,-0.004518038,0.014291389,0.02157889,0.0012894063,-0.024186572,0.006522015,0.009363989,-0.0063857106,0.021711022,-0.0030372245,-0.0011751286,0.00095148355,-0.01609018,-0.031685993,0.005486648,0.027193936,0.016730307,0.0056632925,0.007830926,0.00046667818,0.0045960057,0.013892968,0.018037101,0.03230447,-0.018613046,0.01355369,-0.010955767,0.01046333,-0.010206845,0.010996296,-0.0036068906,0.009217091,0.021255633,-0.01213742,-0.00626442,0.014596416,0.012944353,-0.01708462,-0.012827493,-0.015764039,-0.00089702243,0.016802235,-0.016497655,0.00886423,0.015415993,0.013517729,-0.015545154]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 173,
          "content": "Tokyo exchange's midtier Standard market overtakes Prime in listed firms",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0008884831,-0.027078295,-0.029483395,-0.10767609,0.0114679495,-0.030541481,-0.015844813,-0.02644226,0.007645057,0.005163107,0.00072740926,-0.011266143,0.032497823,-0.03154988,0.105272606,0.0087457765,0.024775324,0.026683731,-0.026958713,-0.008991771,0.015729189,0.027373957,0.007125247,-0.02842045,-0.01021973,-0.004832969,0.00082548766,0.0019446581,0.015470633,-0.008722411,0.012817709,0.020243421,-0.009782609,0.0002520371,-0.015696073,0.017698288,0.03252839,-0.008035496,0.0017725055,0.018627044,-0.011708231,0.048506763,-0.01976324,-0.0036605955,-0.03532866,0.0034150784,-0.014593831,-0.024746893,-0.0013002326,0.058627684,-0.027617928,-0.022518385,-0.021244343,-0.15538442,-0.012873357,0.0073443125,0.017718691,-0.0064484943,0.026671566,0.0055699837,0.002256729,-0.021101147,-0.011041149,-0.0087342765,-0.0072931303,0.0026195082,0.0021469477,0.011411914,-0.011297944,0.014637315,-0.0024819593,0.0047134114,-0.024080427,0.020655807,0.026249148,-0.014364532,0.01974834,-0.0012691362,-0.018650886,-0.0026121633,0.030116992,0.002249194,0.0013725417,-0.0075615686,0.013085288,-0.012198705,-0.0065043615,-0.019674135,-0.017480507,0.016761063,0.03740349,0.017855696,0.0052807145,-0.009134517,-0.021109689,0.027334787,-0.016791644,-0.004611261,0.0122266,-0.032683294,-0.0017939211,-0.0020670062,-0.014380512,0.037108246,0.011403997,-0.020750217,0.0063982345,0.0012913293,0.002585448,0.00818125,0.011066204,-0.01387,0.017852146,0.00037764348,-0.018329414,-0.12689158,-0.0080521675,0.010992265,-0.02331296,-0.012502792,-0.010134059,0.0016767414,0.016314717,0.031110441,-0.0133075025,-0.039176665,0.02381196,0.010765043,0.007883292,-0.009857433,-0.03144244,0.0012358647,-0.00031438132,-0.02320313,0.005323608,0.0063804765,0.007870569,-0.01032334,-0.0054890043,0.0020672928,0.008285294,-0.0035744468,-0.0140486,0.027988149,-0.0356971,-0.01662775,-0.02866525,-0.004818694,0.002828042,-0.00086499343,0.032894857,-0.0013243442,0.0050483802,-0.02174626,-0.0047428273,-0.019584998,0.028259065,0.0007597671,-0.032899585,-0.009412626,0.003799385,-0.018039655,0.0067735985,-0.014333437,-0.0011677041,0.019601757,0.010160235,0.018168762,-0.00029907044,0.01659304,-0.004660949,-0.007590067,0.007034821,0.013578939,0.016823078,-0.010076514,0.0077636368,0.029370276,0.013978704,-0.015191969,0.024585519,0.016527005,0.0058647227,0.021058572,-0.0039912113,0.006057049,0.015421884,0.02123625,-0.022900628,0.0015857192,-0.019556185,-0.0034865502,-0.015856398,-0.014868629,0.02450515,-0.023734502,-0.0016687766,-0.002991992,-0.0028845752,0.023509717,0.014256601,0.009780306,0.02187722,0.003186313,0.00818585,-0.0052711023,0.017662263,-0.006728349,0.013372116,0.009824372,-0.01860084,0.016333079,0.005867367,-0.012111939,0.024733871,0.0039922916,-0.0069717383,-0.014528319,0.01238941,-0.009573461,0.02560206,0.014002108,-0.011623081,-0.0030311372,0.00802486,0.021653231,0.0030647693,-0.003259154,-0.013689125,0.029758124,0.0041336743,0.03542773,0.009351519,-0.050427873,-0.022170866,0.004013287,0.014936339,0.0276443,0.0037669444,0.03823547,-0.018476017,0.0141066685,0.021538578,0.00043648548,-0.011185567,-0.00033654357,-0.013569175,-0.004746285,0.004671925,0.0075980253,-0.008781618,-0.0005275305,0.03131124,-0.0072295456,-0.010571107,0.003267589,0.023689149,-0.020569947,-0.007727422,0.0067342683,-0.015607849,0.02267366,-0.024184395,-0.023922194,-0.014082674,-0.0072690803,0.021335589,0.014935091,-0.009126082,-0.026660912,-0.028688114,0.00865999,-0.005518642,-0.013887493,-0.0037307828,-0.015614831,-0.042241886,0.0088257715,0.030289441,-0.033166178,0.016200773,0.011126611,0.008577749,0.0131588755,0.0021614695,-0.010457094,0.0061646043,0.021859184,0.0049971584,-0.008377782,0.023635047,-0.013039746,-0.010462112,0.014788328,0.021842878,-0.008196805,0.0048500486,-0.01737775,0.0018198495,0.0057444912,-0.0011263643,0.00079744734,0.023645615,0.038327344,0.024092957,-0.0006476362,0.012783731,-0.006452739,0.0037457906,0.015859935,0.00033792356,-0.036269624,0.024969375,-0.037787728,-0.034445636,-0.014219742,0.003665847,-0.008326815,-0.004199164,-0.01839736,0.007690739,-0.010268385,-0.004680847,-0.010739755,-0.015468103,0.013117235,0.012814007,-0.010929261,0.0051295366,0.0063004126,-0.005036524,-0.01594413,0.015510919,-0.009785512,-0.0040634284,0.00012564714,-0.0025901743,-0.035425056,-0.0023388923,-0.020015784,-0.0007799654,-0.0066585005,-0.018446311,0.01761629,-0.0031222668,0.023834052,-0.006418286,-0.0088994885,-0.02213243,-0.0358262,0.009966989,0.008510435,0.0048866603,-0.03744485,-0.032869235,0.04867662,-0.027704623,-0.009727279,0.018312402,0.015771117,0.009791616,0.0029441987,-0.010186028,0.012545078,0.011882315,-0.035944942,-0.031151567,0.006857411,0.00024030282,-0.024875216,-0.007556363,0.022225989,-0.011408952,0.00832449,0.015894134,0.0020371485,0.004684268,0.008593971,0.024382867,-0.004375224,-0.0017166412,0.05559149,-0.011655445,0.013381333,-0.0080092475,-0.022456974,0.012761692,-0.017463332,0.008766746,-0.0062905266,-0.01014601,0.012636156,0.01996439,0.011203004,-0.028349396,0.03538088,0.0045900634,0.0105162645,-0.003298747,-0.031943552,-0.008595222,-0.014262893,0.028161686,0.030179722,0.026375243,0.019107586,0.00420684,-0.023171736,-0.0044110017,-0.014161614,0.0029559007,-0.010604943,-0.025576016,0.019117262,0.0071930503,-0.0012957795,0.0020789958,0.007535351,-0.010342026,0.012365783,0.009213411,0.01940741,0.0038416972,0.046605762,-0.0020529297,-0.007869297,-0.0069851005,-0.003787093,0.012641454,-0.015787832,0.0043570544,0.0041179275,-0.014342941,-0.00579126,-0.042825352,-0.014404707,-0.023979116,0.015746308,-0.02332166,-0.0061413855,0.0044097514,0.02753324,-0.035608757,-0.0371766,0.014016138,9.533163e-06,-0.035279278,-0.0030332224,-0.0070250165,-0.020647097,0.0054593794,0.012492432,0.019566024,0.005087482,-0.0006705306,-0.008617901,0.018605731,-0.0021735167,-0.012212778,-0.0027116055,-0.009646277,-0.015355428,-0.012446995,0.047862876,-0.026635047,0.03799572,-0.024805885,-0.02983834,-0.027046472,0.014404463,0.019889852,0.015427842,-0.000991587,-0.013506446,-0.008655816,-0.00765922,-0.0015249732,-0.018623795,0.0065431832,0.010546785,0.0054347264,-0.0043038377,-0.021710118,0.0013036162,0.014992868,-0.0061286283,0.009702725,-0.02156383,0.01757281,0.010520579,0.026442373,-0.027053496,-0.008068479,0.014273321,-0.0023441215,-0.00072063325,0.016740747,-0.022199593,-8.958899e-05,0.0062491065,-0.00248542,0.0022903453,-0.0019629344,-0.046180975,-0.025053032,-0.0058505186,-0.00695622,-0.007666475,0.016669823,-0.02014515,0.0076141716,0.0028686842,-0.0023551714,-0.012014093,0.009900243,0.017104296,-0.007292581,-0.0043295,-0.049660593,-0.013784994,-0.0035527486,-0.0049288506,0.004711325,0.0036376927,0.006893162,-0.00409882,0.026808195,-0.013844499,0.033839233,0.0045654103,0.013038793,0.028431058,0.018365147,0.016123064,-0.018070474,-0.015213732,0.013578584,0.041133977,0.0021112848,-0.0006252226,0.020618195,0.015815943,0.0012505816,-0.036310565,0.04767317,-0.05435411,-0.007928013,0.011456711,-0.014759553,-0.01173298,-0.004255862,0.0037545671,-0.011432753,0.019705977,-0.027488738,0.017876353,-0.0074399407,0.028188486,-0.009427251,0.0009943857,-0.008630221,-0.012404066,0.026519941,0.013150453,-0.0081858,-0.008334311,0.04465919,0.011770909,0.02502486,0.0041633146,-0.002716276,0.009061522,-0.024590902,0.0021005857,-0.02100724,-0.016403005,-0.02225621,0.016567823,-0.012172977,-0.025106283,-0.0061570103,-0.011100864,0.017953463,0.008575234,0.030348621,0.020372443,0.008788686,-0.0018416188,-0.02413458,-0.00092424126,-0.0020303736,-0.015207443,0.032216102,-0.029128494,0.023675406,-0.018103583,-0.007077998,0.015316749,-0.021167645,0.037565086,-0.0176523,-0.014926299,0.012253503,-0.008936401,0.008422133,-0.0034771415,0.028438702,-0.01804546,0.007491487,-0.028822662,-0.0023150498,-0.016192863,0.022707803,0.013272674,0.026802301,0.00758482,-0.013436357,-0.0049205623,-0.03133012,-0.007413805,0.00020973485,-0.0076878434,0.012077504,0.004580736,-0.0024389056,-0.03214059,-0.02591316,-0.10784031,0.014847123,-0.015836822,-0.033385295,-0.027058115,-0.017636394,-0.017790962,-0.009038464,-0.0110348435,0.044285916,0.005082276,0.02150026,-0.009640044,-0.01515912,-0.012328702,-0.0001123719,-0.013969143,0.0064990493,0.01951686,-0.0052714166,0.0028831135,-0.002784961,-0.017772615,-8.417546e-08,-0.025089407,0.017347964,-0.02498104,-0.017443081,-0.008329473,-0.034428407,-0.016038397,-0.1337043,0.006564274,0.006830652,-0.0030671386,-0.010213813,0.005660567,0.037749656,-0.010223771,-0.0016679326,-0.008653251,-0.0013797334,-0.0032733905,-0.00521928,-0.016099498,0.014144091,0.0888245,0.020906882,0.0074690753,0.007293049,0.002192331,0.014781203,0.02339315,0.060461923,-0.03317421,0.0057486226,0.018562526,0.007522297,0.0069242734,0.0065973043,-0.0010279893,-0.01204326,-0.026784217,-0.029059507,0.0191837,0.0064666863,0.0011583981,-0.028379612,0.021518394,0.00061480294,0.0010542601,0.003027742,0.04376616,0.005052786,-0.015801616,-0.013115684,-0.03222592,0.008150845,-0.026086213,0.010924437,-0.006138687,-0.016355928,-0.07566477,-0.007380662,0.011344827,-0.0016405872,0.006977267,0.005000837,0.009619288,0.0016526203,-0.00150205,-0.0125555275,-0.032084107,-0.012700345,-0.00093904155,0.0064446027,-0.003680102,0.014985964,-0.024775458,0.0021617294,0.001948348,-0.012165489,-0.0083826445,-0.00560822,0.008432209,0.008859788,-0.024667293,0.010961209,0.0026076587,-0.0064043356,0.009432941,-0.0049949563,-0.015835436,-0.0045497413,-0.033248622,0.022327177,0.005587064,-0.007626359,-0.03424497,0.0017281128,-0.016606243,0.012198349,-0.00497505,-0.007544611,-0.008579266,0.00011197645,0.014358034,-0.0076937866,0.013525058,0.008163636,-0.013903828,-0.0060509844,0.015925404,0.015387474,-0.012055668,0.015967602,0.023581587,-0.0138813015,-0.0005296526,0.028337695,-0.02340613,-0.01336801,0.007415658,-0.016722206,0.0073009953,-0.0044672005,-0.010636411,0.00523309,-0.008804841,-0.003983175,-0.0051268344,0.021633286,0.0197783,-0.00719036,0.030820325,0.009606668,0.011034765,-0.0038035025,0.015975675,-0.025378555,-0.030948624,-0.007883486,-0.018035915,0.007683875,-0.021277716,0.010716473,0.002169671,0.011088349,0.0019340913,-0.0020861113,-0.0058277193,0.013693183,-0.0111786295,0.0073016295,-0.010483722,0.0003270386,0.010902141,-0.0055115623,0.01695229,-0.004047363,-0.010260864,-0.0067856703,-0.021225555,0.0109860785,-0.009903223,0.00156602,-0.013789634,0.028564956,0.0044385837,0.0035134421,-0.007735742,0.0067379344,0.00093533663,0.008209832,0.012185873,0.019827567,-0.004717526,0.015005461,-0.0044045392,0.0065401555,0.02343563,0.0038819886,0.0009603948,-0.017756086,-0.016773522,-0.008081818,0.0032217596,0.0043402575,0.008205259,-0.020756967,0.0028883026,0.009143414,0.0010075148,0.021237174,0.009002209,-0.0042194626,0.018280322,-0.0071316827,0.008432811,-0.008956637,-0.0006331234,0.006470078,-0.034746934,-0.0026557907,-0.00012507304,0.00061210233,-0.006493658,0.01564838,0.00991251,-0.010128758,0.012559352,0.020953365,0.016080737,-0.0064360052,0.0024298064,0.00038540084,0.011510856,0.0153383715,0.011157566,0.009256384,-0.0021501682,0.013021672,0.0019384071,0.0081577245,0.004645719,-0.012360282,0.020709211,-0.008390279,0.013990928,-0.014543801,0.01686977,-0.009151649,-0.004520391,0.029664207,-0.00590535,-0.012735011,0.014710477,0.011624223,0.0059757917,0.0014917698,-0.0036717178,-0.0006277561,0.0009945035,0.009504441,0.0020089066,-0.003998358,0.00755446,-0.0014478596,-0.00047650954,0.016845388,-0.003165728,-0.0023130367,0.012888773,0.008520931,-0.0054602195,-0.00022818155,0.020603405,0.017009063,0.013169649,-0.00056016125,0.0028128983,-0.007911284,0.003227605,0.0061378437,0.0020678914,-0.0069080577,-0.010566021,-0.0082881525,-0.0077883895,0.010467588,0.00042957193,-0.0028039296,0.011260956,-0.0121446345,0.026145373,0.017267263,0.005954599,0.010349801,-0.008930478,0.004592883,0.02661065,0.0042480836,0.015739352,0.017198268,-0.01626121,-0.006908696,-0.0005529749,0.0026017805,0.007865405,0.011561548,0.009450056,-0.0030395587,0.01416597,-0.00914554,0.0005994134,0.0014555244,0.0033486243,0.008490408,0.0054364866,0.010605282,-0.022554921,-0.0127506545,0.0070255836,-0.017079787,-0.00063684024,-0.0068805953,0.015190354,-0.010169976,0.011840887,-0.0052007847,0.017509159,-0.0028238476,0.004183435,0.006467166,-0.013401895,0.009029303,0.010142413,0.012039065,0.014059245,0.006441458,0.007082422,0.08007747,0.0024687576,0.029902391,0.016690826,0.019108279,-0.009923684,0.016239425,-0.017478438,0.0015073592,-0.0062637813,-0.001405115,-0.012576032,0.0058044638,-0.017219108,0.009850833,0.01530651,0.014805631,0.010323119,-0.009198908,0.0021260725,-0.0067673484,-0.01231416,0.0063733757,-0.00060918496,0.0016744604,0.0061513437,-0.008103966,-0.0042013186,0.02031149,-0.00059969595,0.022510942,0.0037057288,-0.014142124,0.009749419,-0.013669305,-0.012981408,0.00053105596,0.018724691,0.011786958,-0.006275172,0.014835794,-0.004224256,0.0056772027,-0.01039327,0.005013846,0.01713199,0.0012949603,-0.008749889,0.0040184404,0.008559084,-0.0010896046,0.013768475,-0.008362597,-0.0015980658,-0.0053173876,-0.003261389,0.006472727,-0.02173542,0.002964532,0.012818192,-0.007211965,0.01696502,-0.0020511607,0.008126005,-0.022811938,-0.017999606,-0.0114265,0.0054895505,0.011715889,-0.0062164934,-0.009589458,-0.008258362,-0.0032481293,0.00649111,0.03644716,0.0056978054,0.0015628592,0.0056451694,-0.007962027,0.013823011,0.0065172925,-0.008563508,-0.0053549083,0.005634657,0.002290926,0.002350677,-0.00047566617,0.012121198,-0.012356779,-0.00046480182,-0.0016005998,-0.018846808,-0.00064019015,0.0032071825,-0.0041291653,0.005784669,0.0519565,0.01177207,0.0013166427,-0.0021527896,-0.008037324,-0.02501658,-0.0002533202,0.0077951862,0.019864548,-0.0005379981,0.0123819215,0.034911938,0.013068807,0.0055130497,-0.013816858,-0.0026619565,0.0028957564,-0.023727993,-0.017803341,0.006401525,0.022535093,0.003456048,-0.014710711,-0.010493846,0.0033850449,0.016279044,-0.019375239,-0.026527278,-0.00048669812,-0.0035322483,0.003293902,-0.010648347,-0.0010167153,0.01410671,0.0041312315,0.026218487,0.003029746,0.011449535,-0.002179173,0.01107304,-0.0036734135,-0.0059697763,0.003151164,0.005234238,0.018447882,0.013246161,-0.027996024,0.0023542566,-0.0069239703,-0.007887268,0.009627004,0.0005211005,-0.022176722,0.009753656,-0.0015257027,-0.001727098,0.0111144995,-0.024350857,-0.013000392,0.008859263,0.026963724,-0.0033920137,0.0016816135,0.011037294,0.0028126405,0.0038557223,-0.0024715033,0.0015614992,0.005224095,-0.0013841859,0.02974651,0.013352924,0.014395369,-0.002804427,0.00838283,-0.0039121206,0.012233015,0.011160206,-0.009660053,-0.0043389047,-0.0036369713,0.0018624548,0.004965181,0.007834992,-0.0027304052,-0.0032139227,-0.015498571,0.005881032,0.010338603,-0.006756181,-0.0028158072,0.012538599,0.012649868,-0.008333443,0.010145187,-0.01110528,0.0017197877,0.007738064,0.0024030013,0.0092405835,0.003447791,0.013126743,-0.0022465216,0.004508167,-0.014796977,0.0011547537,0.017703632,0.012827397,0.007891973,0.010026764,0.010628073,0.024710095,-0.009337536,-0.0026007388,-0.0062363762,-0.0131014725,-0.017381694,0.019185666,-0.0063437507,-0.0018190632,0.010139249,-0.006568928,-0.0007796138,-0.004480333,-0.016344333,-0.017227653,0.0036801908,-0.00824119,0.0011283562,0.0043901294,0.01792521,-0.00246568,0.013640459,-0.00911314,-0.01133613,-0.010731208,-0.012052032,0.0025783733,0.022184823,0.015633242,-0.0058119493,0.0017527079,-0.0017876342,-0.0032863128,-0.004573556,-0.007346805,0.0047761104,-0.022565158,-8.297216e-05,0.0039982707,0.0068351044,-0.0027211371,-0.010728773,0.015893359,0.015751207,0.014728777,-0.009420439,-0.00107418,-0.0009624452,-0.0130172605,0.013151355,-0.05060838,0.019126844,0.0016274366,0.014517119,0.0040662186,-0.0017320582,0.015635239,-0.013494939,-0.0010830599,0.010375741,0.0028791432,-0.014379268,0.002100992,0.0023919847,0.008310626,-0.0020358341,-0.013378367,0.012059998,0.007850851,0.002394928,-0.009153925,-0.0048557543,-0.027012235,0.00012874724,-0.012475722,0.0012910345,0.01956998,0.009330485,-0.00039465897,-0.004685381,-0.0063303825,-0.010258052,0.0020775246,0.010074064,0.012576511,0.0074923974,0.0055354857,0.0044755302,-0.01667342,0.0071627335,-0.0020330742,0.0040157754,-0.009489364,0.0015004615,-0.010454836,-0.0027995696,0.009478521,-0.0012376016,0.0039031722,-0.023669582,-0.01966264,0.032596745,0.0009192898,0.0036619026,0.005845739,-0.009118243,0.0043450412,0.010681501,-0.01786443,0.015545655,0.019507406,0.0036088515,-0.016210815,-2.9139323e-05,-0.030035127,-0.0033617143,0.0033288423,-0.016958566,-0.008609729,-0.024946617,0.007921018,-0.022707233,0.0065983515,0.010146063,0.016847407,0.013433741,0.0113369785,0.009633396,-0.0010120333,0.012729586,0.006723572,0.003575516,-0.0028493316,-7.724793e-05,0.0010095718,-0.0016689842,0.004515614,0.0062441016,-0.015353886,0.024180336,-0.0056400183,0.020193838,0.0037030114,-0.023982285,-0.0136963185,-0.0052480856,-0.011549759,0.004939555,-0.0065133017,-0.0028047427,0.0012938364,-0.01633328,-0.0038659135,0.0031826443,-0.024710305,0.02434144,0.017727625,0.017539214,0.0033061204,-0.010691987,-0.02904845,-0.0012629487,-0.0031774563,0.0029381625,0.011894802,0.015031309,0.012358481,-0.007043377,0.0028639324,-0.007860454,-0.018660523,-0.00043703985,0.015992746,-0.010876616,-0.008736522,0.0052299295,0.006204288,0.013152723,0.0055229184,-0.0070724455,0.008545942,0.018030707,0.022463521,-0.0058520637,-0.010524292,0.008121673,0.0028763993,-0.02247453,0.004658446,0.013933879,0.004900093,-0.0065650297,-0.00097317644,-0.00027626648,0.021541052,0.0069209845,0.008186456,0.0043188413,-0.0023204912,0.017922964,-0.0002788638,-0.012476205,0.01993678,0.005817824,0.017767137,0.009007276,-0.004721092,0.0018701507,0.01295459,0.006441955,0.015308741,0.00985159,0.0024333347,-0.007914185,0.009094147,-0.0091785705,-0.009029506,-0.020105505,-0.010932515,0.009109751,0.002707223,0.010732656,-0.0063672177,0.027018538,0.006715124,-0.005542464,0.0053035785,-0.012584074,0.0051282076,0.01112151,-0.012504457,0.021329995,0.017499505,0.015310649,-0.018045777,-0.015327551,-0.0054526865,-0.00056678086,0.02334583,-0.00074769097,-0.0038378257,-0.010845398,-0.007680095,0.004565803,8.608928e-05,-0.009547435,0.031226123,-0.008644373,0.014925748,0.0044292687,-0.0077413446,0.006639528,-0.018396093,0.0058500236,0.009667142,-0.08354025,0.006655007,0.006984052,-0.0069852993,-0.01808204,-0.015901191,-0.025767133,-0.0063302536,0.006362275,0.007160054,-0.01224329,0.0006786582,-0.0032226099,0.01993558,-0.005192209,0.007563287,-0.0028734708,-0.0071891113,0.011448964,0.00901662,-0.0049830982,0.011773862,0.00086436566,0.005442805,0.009166353,-0.0018974113,-0.015170697,0.003496232,0.009047461,-0.0038278133,-0.008341896,0.0015887676,-0.0026840926,-0.0039520888,-0.0071363077,-0.017841263,0.0014487319,0.013601889,-0.14144418,0.011539233,-0.000182023,5.7803404e-06,0.0009376576,0.011929591,0.010677204,-0.017663613,-0.0041855304,-0.008826544,-0.030144071,0.012129621,0.012142781,-0.0045601246,-0.0012154721,-0.01432761,-0.009550732,0.0013072741,-0.01209894,-0.003492897,0.0020487108,-0.0072520324,-0.0016664184,0.002342444,-0.0021698296,0.0019494342,-0.0033056973,0.015064852,0.006909126,-0.0001071425,-0.009471889,0.032710154,-0.007128683,7.3722505e-05,0.005197766,-0.0014184611,-0.0041260305,0.006915064,-0.002332672,0.00802257,0.0012379322,0.027692525,0.010432005,0.021973876,-0.0062133214,-0.019475292,-0.01596305,-0.0011611911,-0.015295081,0.005318063,0.0017005106,-0.017227644,-0.0077132233,0.010329767,0.009272935,0.007458203,0.01436688,-0.0064417,0.010205195,0.008362093,0.0011693108,0.005720266,-0.010407898,0.0053316173,0.009159006,0.0018379226,0.00337031,0.006953035,0.003965581,0.021407971,0.022525746,-0.021851633,0.0298998,0.0028736414,0.0026822907,0.0024322774,0.031988274,0.0018230429,0.01162413,0.005430198,0.02471373,0.004202236,-0.016369557,-0.024997292,0.0031386036,-0.015593053,0.008770782,0.020274483,0.0007657329,-0.05020026,-0.0027769806,0.013591196,-0.00112701,0.005118714,-0.006608256,0.04162283,-0.01369963,-0.01353499,-0.0012313774,-0.007786873,-0.01191752,-0.019704163,0.00682698,0.011088623,-0.0029237769,0.018267369,0.009603628,-0.0240002,0.005927355,-0.008866354,-0.006615735,-0.021266475,0.0037204775,-0.0004955997,-0.0076226355,0.027717715,-0.00563721,0.016087953,-0.0044174264,-0.021806017,0.012301037,-8.699125e-05,-0.0034998343,-0.0028271812,-0.015790166,-0.001194766,0.015370054,-0.035777494,-0.011359948,0.011888909,0.017413026,0.005649524,0.003292409,-0.002474202,-0.010064595,-0.0059626284,0.00577629,-0.013282974,0.0042515695,0.014542281,0.011210556,0.012919622,0.012351911,0.029937053,-0.014371695,0.008312227,-0.0061839195,-0.0009304393,-0.031207655,0.0041990313,-0.041505393,-0.0063935784,-0.018791923,-0.0010756385,0.011446719,0.01567047,-0.01794405,-0.012994248,0.0076271575,0.008605776,0.0069351066,0.00288528,0.0036347467,-0.00076658034,-0.012073491,0.008465686,0.011404612,0.013361067,0.0059337746,0.017079694,-0.018882059,-0.012978406,0.004709151,-0.0014329045,-0.014958183,-0.028261835,0.006673788,-0.0070193633,-0.0073795817,0.02108168,-0.0007186711,0.0017496948,0.008049695,0.004213561,0.028953047,0.022324845,-0.01985631,-0.007943685,0.01524707,0.010837237,-0.028241687,-1.5780852e-05,-0.0028887384,0.0026279953,-0.015672933,0.0031821427,-0.0021040794,-0.003183174,-0.015635965,0.022878079,0.011456126,-0.0018759188,0.0153431175,-0.16281077,0.0051147384,-0.016576402,-0.01635369,-0.003353112,-0.013122571,0.023958812,-0.036630657,0.04493228,-0.007940226,0.00015461161,0.007071612,-0.0039852774,-0.011938784,0.028598271,-0.0055646976,0.0056767166,-0.00022700748,0.00674418,-0.002124886,-0.022794025,-0.0070913616,-0.00037103664,-0.005314455,0.0049673202,0.0033184364,-0.010554764,0.0218838,-0.024528308,-0.01879135,0.017045252,-0.003234152,0.009699028,-0.02326389,0.0083066225,0.0050371867,-0.0022223734,0.0012574843,-0.01288557,0.017237246,0.002078014,0.020679029,0.00048389644,0.0015301037,0.012738761,0.002719792,-0.007984666,0.0010800094,-0.0142033035,0.00010949678,-0.0049546515,0.0135276625,0.0041299583,0.0065270257,0.0013870754,-0.022218486,8.18165e-05,-0.0057992786,0.008913924,-0.0025230588,-0.0065852976,-0.0031869465,0.027868913,-0.008966963,-0.0045300047,0.009660433,0.017458912,0.14727287,-0.0050793095,-0.024388481,-0.007106569,-0.012665086,0.02623669,0.00771935,-0.0031104223,-0.012447015,-0.0019094144,-0.0026311465,0.0042961463,-0.0026185587,0.022192566,-0.027362658,0.026943345,-0.015502824,0.0154517265,-0.017217029,0.0047964375,-0.007804064,-0.0045694644,0.007692695,-0.013704566,0.0020228017,-0.00044617816,-0.024501143,-0.018828807,-0.021318562,-0.0009131687,-0.005191497,-0.015200445,0.023386834,-0.012370658,0.009395187,0.006093949,0.010464525,-0.022214904,0.0042461683,0.021619342,-0.013327585,0.00030619407,-0.024338385,-0.012327578,0.014290066,0.018616123,-0.009573743,0.023017174,0.0054831416,0.009606315,-0.026524458,0.0008313443,-0.020130822,0.020722829,-0.020557957,-5.7332254e-05,0.007533353,-0.010756902,-0.0019444724,0.011079365,0.021101786,0.007534708,0.006481402,-0.014024145,-0.005354288,-0.015632445,0.013381356,-0.008444992,0.01377853,-0.0917907,0.007827513,-0.0051642912,-0.002413513,-0.019513471,-0.016496647,-0.00095001154,0.022677701,-0.014225477,0.00908907,-0.00358956,0.005863779,0.020324841,0.019712398,0.01741669,0.01015673,-0.025637385,0.0037867993,-0.0064627063,-0.016125096,0.039061777,0.0214689,0.0074384306,-0.0419963,-0.01122873,0.009950727,-0.014084004,-0.017409662,-0.0028271824,-0.028103516,-0.009895193,-0.009425499,-0.024571357,0.009212492,-0.006918094,0.01333483,-0.0071922573,-0.0021577075,-0.025865966,-0.006303546,-2.8579321e-05,-0.021747367,-0.0139281005,0.00076674664,0.031581055,-0.029065188,0.0062808604,-0.019197185,-0.009511816,-0.002123472,0.016474491,0.0141132,-0.01536713,0.0018429287,-0.02795878,-0.024291752,0.014036175,-0.04123257,0.033334315,-0.024548354,-0.023495471,0.009644885,-0.014339277,-0.0020504596,-0.0027287214,-0.0062343865,-0.012917984,0.010757214,0.019697389,-0.0057532615,-0.0022171517,0.009815564,0.010590143,-0.03077207,-0.0006113573,-0.00022799727,-0.011169277,-0.008023596,-0.010697023,0.002472516,0.00876191,-0.011457051,0.011572981,-0.005288901,0.0181502,-0.0064418516,-0.005156799,-0.016529411,-0.010129906,-0.0005882754,-0.01714602,-0.0040942216,-0.025340352,-0.0127753,-0.0039666006,0.00991148,-0.010441975,-0.004664861,-0.0055805603,0.00826451,-0.0011059521,0.018762287,-0.003300258,0.014362515,-0.0024275857,-0.0069597615,-0.0047247107,-0.011810293,0.026971364,0.02519158,-0.0053403345,-0.0029591923,-0.00665444,0.022488007,-0.008202005,-0.018194182,0.001595362,0.0077929175,0.006667544,-0.016534118,0.009333585,0.0015374296,-0.010457855,0.016760323,-0.0112318015,-0.0028258783,0.00031201768,0.0056193606,0.021700593,0.0019316929,0.0071835266,-0.009256987,-0.014700465,-0.001106422,-0.021142144,-0.011427852,0.0025857314,-0.02205335,0.0115690725,0.022987723,0.0013104886,0.0079660695,-0.020587767,-0.00651735,-0.018509505,-0.0044541364,0.0040485053,-0.007188163,-0.0014277096,-0.0023703708,-0.011851161,-0.00067934184,-0.0207882,0.02454731,0.010689317,0.010651183,-0.0009382804,0.013872535,-0.0030043893,-0.034072082,-0.0067349765,-0.010493853,-0.004631698,0.021117844,0.005455342,-0.0056575704,0.010963399,0.0016238545,-0.024345007,-0.015425653,-0.0073923483,-0.010617333,0.01320152,-0.022662938,0.009453741,-0.0010093228,0.0069552264,0.015613578,0.029120399,-0.06237703,0.003947069,-0.0061375103,-0.010854566,-0.014974411,-0.014205166,0.0014146314,0.01742047,-0.022003172,-0.0039016043,0.0040407763,0.011866515,0.005951537,-0.00035969372,0.023685677,0.0336901,-0.02343942,-0.0022138818,0.0024833402,-0.009245335,0.00801217,0.010639519,-0.0073174136,0.002748693,0.013041029,0.0076501183,0.009030616,-0.0004200379,-0.018368326,0.009268155,-0.014984869,0.0004940357,-0.010463455,5.8450503e-05,0.0027407804,-0.032745548,0.011975432,-0.0050760647,0.017812334,-0.05098806,0.020945761,0.005375889,-0.06445458,0.007545826,-0.024550105,0.0058458033,-0.0012160077,-0.007532444,-0.014918486,-0.0049720644,0.0014737869,-0.008617509,-0.0029891757,-0.0209262,-0.003612516,-0.015147433,0.013036242,-0.020463433,0.0047429474,0.00067015534,-0.0033646217,-0.026333869,-0.01563082,-0.0050117588,0.010300487,0.009911534,0.022606613,-0.014523638,0.015440329,0.010136866,-0.005787123,-0.0019163725,0.003015576,0.0050005335,-0.017511247,0.0063459305,-0.0051319613,0.008716132,-0.025516003,0.0034770512,-0.015108072,0.015999483,0.018337766,0.038270235,0.0059311935,-0.00062260375,-0.008328212,-0.10639143,0.001059272,0.00020969802,-0.0024958202,0.0034309404,0.008072243,-0.018463382,0.022773558,-0.020360582,0.005646796,-0.020803459,-0.0101396525,0.010216052,0.007881011,0.005240689,0.007900301,0.004397698,-0.019943865,0.003388137,0.001446638,-0.008126508,0.015591687,-0.0016688603,0.014079781,0.02260142,-0.025190333,-0.0062791305,-0.0041010026,0.009689366,0.0074702553,0.005240951,-0.005475704,0.001110546,0.005892774,-0.0043937787,0.012893257,-0.007849542,-0.012945753,-0.028318085,-0.011713912,0.019415956,0.0011145355,0.016582793,-0.0072186617,-0.0018807001,-0.024992118,2.3219567e-05,0.00670325,0.014236458,-0.018051237,0.004789273,-0.010239783,-0.00012956532,-0.001282406,-0.019818924,-0.013014122,0.0068123373,-0.008543305,0.014534618,-0.016799364,-0.029758682,0.020711694,0.00011221787,0.010642662,-0.010107894,-0.016453851,-0.014509513,-0.0040795477,-0.010310002,0.007386447,0.017826647,0.023571357,0.016309736,-0.010986121,-0.003228849,-0.0055456953,0.0023234945,-0.016495647,-0.0018733303,0.005804855,0.008900712,-0.010528362,0.001652081,-0.01075401,-0.0069577335,-0.0018505282,0.015173176,0.012369231,-0.008068547,0.0077299294,-0.00565651,-0.018622184,0.00033765056,0.004956767,0.015129871,-0.0014066912,0.0031797672,-0.002742389,0.0070570717,-0.0005351852,-0.011548867,0.013263777,-0.012835743,0.040496454,0.004554167,-0.0051082526,0.003153242,0.004618346,-0.003940289,-0.025702966,0.018167906,0.018315792,-0.0058796885,0.011234463,-0.021128448,-0.017702548,0.0038945102,-0.019928576,-0.013690084,0.018830437,-0.03320437,0.0071283667,-0.0058536525,-0.008292408,-0.008562198,0.011090243,-0.010262511,-0.0038114344,-0.0071916366,0.010070991,0.010322085,-0.0080333715,0.0100250235,0.020389283,-0.010286034,0.013314187,-0.006981173,0.0060051885,-0.041988365,0.008847223,0.0060839127,0.021768633,-0.0038105762,0.004560151,0.007868445,0.009017059,0.0163282,-0.0030511762,0.002995135,-0.021699809,0.0008845946,-0.012324628,0.012090419,-0.021243505,-0.013037242,0.0030295993,-0.01856988,-0.007480764,0.003712416,0.0017270417,0.0050038774,0.009703344,-0.017490275,0.0015114414,0.00841079,-0.0046238163,0.007672497,0.005878973,-0.011568322,0.0062698307,-0.0041662,-0.015640434,0.005286039,-0.010449642,0.038935672,0.0005301714,-0.014143681,0.003268222,0.02223619,-0.0023235064,0.032182444,0.015451114,-0.020367607,-0.008257842,0.0092934165,0.008189666,0.013690421,0.00022871641,0.015513506,0.0075203683,-0.005422128,0.0011909402,0.0005508746,0.01652631,0.003512857,0.001722742,-0.0044340636,-0.01718851,0.0033097006,-0.011536606,0.0025059858,0.025776448,-0.005481901,-0.024367401,-0.0039583095,0.013606084,0.026512403,-0.0061516175,-0.007871325,-0.010891303,-0.016811498,-0.012213176,0.010035677,0.01098535,-0.020139473,-0.0012863402,0.0101118,0.010328643,0.017367316,-0.016177794,0.017023902,-0.005782419,-0.00782113,0.008240455,0.002366285,-0.009315049,-0.01188521,0.005304298,-0.017231857,-0.009459523,-0.0018490771,-0.00023873182,0.001920666,-0.0056470633,-0.014885809,-0.010446529,-0.01954013,0.00036168762,-0.000942925,0.0075976066,0.0010148702,0.014976857,0.0024674605,-0.004949159,0.00575382,-0.016344905,0.0045654043,0.017462876,-0.008806599,-0.01969175,-0.0011211783,-0.016717207,-0.013170308,0.009521045,0.01880248,-0.025365707,-0.02251784,-0.024291322,0.0015548549,-0.019393923,0.032266475,0.01730893,0.003173151,0.0019143234,-0.046983223,0.0038911772,-0.0026663577,-0.0235569,-0.014210207,-0.0022081588,-0.005170867,0.025114339,-0.005003196,0.010206801,-0.017161934,0.02053069,-0.012516011,0.007891287,-0.015753618,-0.0024195034,0.0012879418,-0.01110003,0.0072725727,0.00035018392,-0.015459075,0.0057366756,0.01162676,-0.033809308,-0.0012329852,0.00037860134,0.023567267,0.005137296,0.023961946,-0.00014072997,-0.014848353,-0.011752709,0.010192849,0.022277325,-0.015322272,0.006852087,0.022916775,-0.040568363,-0.037871808,-0.029868834,0.003462713,-0.0061615575,-0.001133004,-0.010042576,0.0032463598,-0.02313427,-0.038029037,0.029295212,0.008295425,-0.012083457,-0.021085318,-0.0076829568,0.012500046,-0.022277527,0.004872631,-0.014253913,-0.0038252342,-0.016744977,-0.006766583,-0.009146377,0.03320801,0.018439827,-0.0069668503,-0.011176945,-0.00714083,0.015283823,-0.011980988,0.0036811896,-0.02006969,-0.0063944086,0.007897313,-0.013983261,0.012032697,0.017190494,-0.0023434337,-0.0073033646,-0.006504717,-0.008841296,0.011252101,-0.03223591,-0.01208205,0.013098304,-0.01662088,-0.0043640654,0.015214211,0.013913087,-0.016155485,-0.019934103,0.001569196,0.0029362633,0.002992889,-0.008128317,-0.007924401,-0.00070300535,0.020233793,-0.00830507,-0.0209067,-0.0043612625,-0.017244434,-0.003960235,-0.005155928,-0.013585119,-0.0011374087,-0.017451864,-0.001879749,0.0215514,-0.023867974,0.019177038,0.009523837,-0.014994971,0.008518264,0.026223084,-0.022988576,-0.025009742,0.00049478724,0.036487576,-0.018863928,0.0040068435,-0.027107261,0.0038869525,-0.006676428,0.0043331026,0.007554796,0.0027153934,0.005357737,-0.003614828,-0.0036088354,0.005922705,-0.013012201,0.018510504,0.009565363,0.002852422,0.0032118103,-0.0062145963,0.002523819,-0.0035639463,0.014546851,-0.03094614,-0.0007921286,-0.0032309026,0.000580928,0.02734112,0.026460746,0.011483439,0.0016891998,-0.019346535,-0.018636884,-0.015370871,-0.0056416965,0.018041963,-0.009077347,0.00937048,-0.0036850807,0.035792597,-0.0008298891,0.025437806,-0.011903254,0.0085364655,0.012438613,0.02192214,-0.011232794,0.001320095,-0.0014991894,0.011559565,0.018967088,-0.016770931,-0.005963879,-0.017949378,0.0034610494,-0.012753622,-0.006663507,-0.006402775,-0.0009054018,0.019136865,-0.002932961,0.021736355,0.0072137318,0.017997537,-0.01354665,-0.0025097996,0.026964666,0.011882591,0.005136236,0.0057323338,-0.008894353,-0.017914593,-0.0025305646,-0.012935444,-0.01649309,-0.021033209,-0.005200181,0.0027445038,-0.002222752,-0.00048413718,0.009300524,-0.008333811,0.012101451,-0.009477163,0.002867318,0.0074057886,-0.03386647,-0.019017613,-0.006295997,-0.010538039,-0.007684897,0.00017890763,-0.015620619,-0.011428121,-0.039293252,0.009302712,-0.017489959,0.014741872,0.0026194116,-0.007936222,0.00055864535,0.01359262,1.31740435e-05,0.012053004,0.012883086,0.0057859044,0.003164075,-0.026465205,0.004553579,-0.01904908,0.008270493,-0.006806419,0.0139291445,-0.0066279457,0.003492352,0.0067445943,0.013421143,-0.011239644,0.008028515,-0.016709462,0.005706239,0.005088015,0.009345571,0.0009807885,-0.02673032,-0.007380161,0.0007155574,-0.012852596,0.006795402,-0.0015795442,0.009030248,-0.011405487,0.019341426,0.0015941487,0.008893623,-0.01302286,0.013494695,0.0017037592,-0.004744044,-0.036886953,0.0063716834,0.014628944,0.02467264,-0.005298629,-0.006275858,-0.01792428,0.0020342635,-0.014702767,-0.019728424,0.010119187,0.00032150582,-0.0029843708,-0.0013265152,-0.020783318,-0.024747368,0.0059981644,0.03776024,0.0013666446,0.013468852,0.0155024575,0.0009131763,-0.011068741,-0.020359209,0.007265982,-0.005727643,-0.03493753,-0.0018353084,0.012469268,-0.0062004644,0.0016298578,-0.00882617,0.0054020067,-0.022676937,-0.028330471,-0.0011078957,-0.0045558647,-0.0053239334,-0.016529433,-0.0037609409,0.011851528,0.014514717,-0.015043765,-0.018646367,-0.0011951486,-0.02371646,-0.00028455866,0.01675679,-0.01768015,0.0008565104,-0.0046309433,0.0011351535,-0.014712106,0.001193691,-0.01644755,0.036058165,0.0023015877,-0.0019786824,0.0066393814,0.021873018,-0.012988898,-0.0003349777,-0.018320808,0.0048434967,0.005076961,0.012519212,-0.00026424782,-0.0018069431,0.012612628,-0.0036294295,0.0059850276,0.0038492163,0.011336086,-0.012332113,0.008902078,0.019849364,0.0041205846,0.019629503,0.010946021,-0.004037051,-0.03009732,-0.0005752362,-0.0029345867,0.025683329,-0.0072801867,-0.011943322,-0.010123711,-0.009785434,0.00819045,0.015107096,0.01065951,0.021206569,-0.006360187,0.009472293,0.021501739,0.008620292,0.017053537,0.0033074953,-0.0066388315,0.011103038,-0.0059384173,0.022892872,0.0011041891,-0.03968201,0.022612901,0.006123933,-0.009214232,-0.004434319,-0.0028746568,0.029017707,0.011856532,-0.008698619,-0.015085051,-0.0002215463,-0.0138527565,-0.0027068607,0.0049166954,0.010069714,-0.010501051,-0.027559072,-0.0023800787,-0.009914647,0.014061913,0.03648698,-0.0036041774,0.0056101307,0.0036277408,0.009842703,0.008773424,0.017447235,-0.012697726,0.006148689,-0.0040557547,0.015905691,-0.0132442,0.023532713,0.002346977,0.0073677567,0.036251266,0.015586254,0.0066837794,0.037976854,0.0068025333,-0.0209349,-0.01975834,-0.026702322,-0.010366547,-0.011364754,-0.020692449,0.014372394,0.0034133682,0.019286504,0.009342327,0.0043535195,-0.024334822,-0.013150535,0.01850777,0.0007848172,-0.01711492,-0.020597136,-0.016041044,-0.005768541,0.0019959048,-0.0041495264,0.006777562,0.026776727,0.02525915,0.0015076866,0.011986403,0.15340503,0.1211841,-0.012822235,-0.0003965351,-0.00726162,-0.024966072,-0.039134663,-0.006606948,-0.014251896,-0.013661239,0.013457894,-0.004598266,0.026752118,0.011929804,-0.02169302,-0.0040519736,-0.0041118963,0.0066037555,-0.0037351772,-0.0016984083,0.006753552,-0.0041790945,-0.021086285,0.014074456,-0.020855466,0.0036091122,-0.0022569455,0.015066677,0.019215222,-0.0212149,-0.006896466,-0.011772803,-0.03237002,0.002129401,0.045649163,0.002876777,0.001187116,0.0332479,-0.0005686464,0.0040476974,-0.017324489,0.0024986432,0.0024000083,0.0012208654,-0.0045684935,0.01235732,0.0014012168,-0.0037168765,-0.015293137,0.011458697,0.012060863,0.007776483,0.00504367,-0.006291241,0.003357691,-0.0018252671,0.012046872,0.014646941,-0.03288214,0.0013640573,-0.013068984,-0.008871518,0.00079044554,0.01703457,0.0037528991,-0.004011251,0.015945045,-0.031320736,-0.012726666,0.007914582,0.015140722,0.020196011,-0.00094494666,0.002165994,0.011529393,0.011005898,-0.0054352637,-0.0027676693,-0.021573734,0.0068183043,-0.008028171,0.020120233,-0.011912065,0.023723623,-0.00050807634,0.0018993865,-9.401449e-05,0.031851456,0.102007784,-0.003900299,-0.01118045,-0.012621067,0.0055296705,-0.0040844986,-0.018537592,0.051949054,-0.016300293,0.007395067,0.012627806,-0.019726995,0.008260855,-0.009400723,0.009839468,-0.0004910422,0.015073895,0.015239399,0.017919254,0.015858304,-0.0063298633,-0.00335957,0.011045188,0.017724205,0.0024309065,0.012864917,0.0018395819,-0.029620914,-0.018191027,-0.0058030407,-0.10301779,-0.006196816,-0.003881772,0.0014242084,0.0013442449,0.0065738903,-0.012936424,0.0026198728,-0.0005554417,-0.004253643,0.013749675,-0.025237516,-0.0037403768,-0.01658868,0.004001702,0.0012763556,0.004146214,-0.021127615,0.008451467,0.009300399,-0.018019265,0.0102508655,0.0020179658,0.00089967577,-0.007696271,-0.015138,-0.0026358282,0.013349982,-0.016875133,0.021568311,-0.014731147,0.0021826676,-0.0061994856,-0.0021000155,0.0032019643,0.019676581,-0.014775373,0.021765642,0.0043181498,0.0031598601,-0.0054331166,-0.021481058,-0.015422352,-0.012298214,-0.033466015,-0.015770817,-0.0113378735,-0.009913765,0.0069618733,0.008511881,0.03555708,0.0039475546,0.0008199844,-0.006563204,0.0021317247,-0.0024733543,-0.024418108,-0.023190552,0.004003081,0.04066925,0.017868733,-0.01509131,-0.03939221,0.017556967,0.008169417,-0.0077875173,0.0034943752,0.0048378664,-0.031485926,0.013140567,-0.0070980475,-0.0038733745,-0.00075964787,0.021443749,0.020501498,0.0011626893,-0.010374523,0.01782151,0.007491105,0.03662032,-0.0007775059,-0.013790242,-0.010190584,0.11777129,0.032794133,0.010551908,0.00521378,0.018359294,-0.014399704,-0.0041427375,-0.016461264,0.009644955,5.7263864e-05,-0.0070346734,0.00898172,0.018503318,-0.0066362834,0.02183981,-0.011249412,0.024437195,0.00075158686,0.022039218,0.0104493415,-0.016988404,0.0069696484,-0.00999105,-0.004464636,-0.009344878,0.02430386,-0.03070964,0.0124448715,-0.00344388,0.0077160588,-0.0058453763,0.0053996197,0.009196595,-0.017447982,-0.019852972,0.00990071,-0.0025067264,-0.0063052843,-0.025989603,0.006866523,-0.003309681,0.009623614,0.023739701,0.0022902568,-0.047217973,0.1926456,0.0147767775,-0.0044337753,-0.0032873703,0.0133561855,0.013428277,0.010926738,0.011789662,-0.009219805,0.007209053,-0.0021003583,-0.014641472,0.0035994228,0.0062615834,0.033872884,-0.027544163,-0.018286096,-0.0006023979,-0.023646438,0.0059566894,0.0015107851,-0.008461014,-0.01946436,-0.009548618,-0.008102213,0.0011571423,-0.0032994282,0.01580463,0.0006308796,0.008618217,0.0068359445,0.0047457065,0.009765774,-0.018898956,-0.012878736,0.0026104809,-0.01852609,-0.002345262,-0.01694844,0.024758369,-0.017030608,0.030977635,0.011888608,0.013663133,-0.004064031,0.002642066,-0.011531669,-0.0016391341,0.008832448,0.005552053,0.0063519534,-0.014350982,0.008107051,-0.012083808,-0.001476616,0.0053413217,0.015005952,0.013812548,-0.0024504475,0.010018793,0.00039652459,0.011795918,-0.01629065,0.011857158,0.012484425,0.0020343983,-0.0056810444]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 174,
          "content": "The KMT and CCP form united front against Taiwan's sovereignty",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.018744878,0.013263857,-0.023575328,-0.08378982,-0.004134059,0.020938948,-0.00884225,-0.031514004,0.010350094,-0.01926716,0.00969106,-0.00080392277,0.010655432,-0.012131564,0.090723716,-0.004797407,0.019411633,-0.022815565,0.043636102,0.021942897,0.009054626,-0.007493443,0.024197271,0.00016284148,0.031067986,-0.019281033,0.0011252948,-0.0034963316,0.0014108496,0.0013376708,0.0117511265,-0.013005888,-0.002445752,-0.0018166944,-0.01919814,0.005371322,0.03455385,0.004544985,0.033810142,0.012234263,0.01569789,0.0140938675,0.007623809,0.026591893,0.010943769,-0.0062199063,-0.020141466,-0.0048782374,-0.015729118,0.003836683,-0.032715388,0.018746775,0.0048687207,-0.16132009,-0.00287248,-0.0031672495,0.007885714,-0.015401119,-0.0005805864,0.01071497,0.008804338,0.01264566,-0.023803327,-0.030710878,0.0031500224,-0.026192756,0.0091239065,0.008491143,-0.012741234,-0.0014888901,0.013640191,0.016738007,-0.003008696,-0.016718043,0.030872416,-0.03971507,0.022315064,0.0063231383,0.011052246,-0.01803828,0.026256816,0.0012341809,0.0015182439,0.0046546743,0.008958148,-0.029516386,-0.0015870227,-0.010670314,0.006800175,-0.004461661,0.017016444,-0.0058578546,-0.015003332,-0.024774533,-0.0017846357,0.02441088,-0.027761834,-0.018113045,-0.01481676,0.021658765,-0.023365008,0.010286222,-0.02136797,-0.002279447,0.020445576,-0.019646082,0.011284728,0.026861832,0.017805515,0.03528694,0.015628193,0.0025747372,0.0039877263,0.0037262093,0.010526562,-0.13964972,-0.009083284,0.013320172,-0.004120152,0.019109903,-0.0067995093,-0.023820436,-0.0059245424,0.017547993,-0.015328823,-0.013406162,-0.0113444235,0.003995356,-0.034722775,0.02470288,-0.014516787,-0.028037904,-0.0285325,0.041813597,0.028366929,0.019595345,0.0051218555,-0.028825369,0.009037691,-0.026095662,-0.0026319919,0.008746828,0.025875794,-0.0006604372,-0.011929358,-0.026744071,-0.030701952,0.013028976,0.03280943,-0.008598001,-0.021114366,0.024044704,-0.007900964,-0.012347109,0.0022451407,-0.049041595,-0.019131277,-0.06334843,0.010769622,0.0031719354,0.011609151,0.008705077,0.0017365514,0.0063018138,-0.0078075803,0.004334293,-0.00856492,0.005826576,0.0186819,0.020429572,0.03572374,-0.01466061,-0.0005600276,0.026142934,0.004098834,-0.017070254,-0.013896943,0.0031763648,0.008337149,-0.008064985,-0.0017557875,-0.0037714827,0.004160359,0.002277713,-0.010521986,0.019583417,-0.0032942714,-0.01295051,0.0041604144,-0.007961038,0.0025270781,-0.010333884,0.025300726,-0.0060620643,-7.841484e-05,-0.045589283,0.005061523,-0.0033143414,-0.0017868703,0.0086220885,0.022132887,-0.0008041263,-0.02879436,0.007688036,-0.016507398,-0.018882193,0.028769985,-0.026220292,0.0021105416,-0.024307324,0.026282009,0.012006982,0.010075921,-0.019991437,-0.026064306,-0.021463465,-0.017328443,0.0046353666,0.010140413,-0.014675129,0.037012897,-0.018298713,-0.002517168,0.015392015,0.00974304,0.0020657429,0.003142245,0.01650939,0.023970803,-0.015594032,-0.00018439283,-0.01557898,-0.009632216,0.0049043465,-0.0052203475,-0.018927366,0.03226745,-0.026804827,-0.010421541,0.025024476,-0.0026588687,0.013178455,0.015452219,0.026491178,-0.0001012667,-0.015396455,0.012260447,-0.016079742,-0.019041512,0.031913374,-0.028152848,0.013551027,0.010642922,0.0068350025,0.012657176,-0.013544315,0.024075046,0.0027166784,-0.0065413835,0.0030029458,-0.005895861,-0.0026881187,-0.02191992,-0.0076203113,0.004936405,-0.0014802383,-0.0041038967,-0.006159512,-0.016504418,0.0032090652,-0.018055689,0.015020487,0.010634212,0.025428556,-0.02346654,-0.0032378645,-0.06775887,0.016302552,0.001739543,0.01194185,-0.0032142028,0.0018203456,-0.012686541,0.024619622,-0.020619025,-0.01174276,-0.025777455,-0.007388618,-0.0014011812,0.00045462346,0.010518037,0.009541528,-0.016743612,-0.009424132,-0.009598,-0.031215953,-0.004090755,0.018246433,-0.004097918,-0.0032165959,-0.02779516,0.015276833,0.02413438,0.00947032,-0.0036553433,-0.017924596,-0.0048567518,-0.03468426,0.030305667,0.0035761755,0.0011077493,-0.044622038,-0.0020246194,-0.03403219,0.01786666,0.005115996,-0.009411365,-0.028622469,0.0145184975,0.004754493,-0.0140353395,-0.0028538026,0.006597476,0.008677342,0.002505125,-0.00066786195,0.0008770254,-0.008734675,-0.0072030607,0.0069301208,0.0068882406,0.00791456,0.027570063,0.027203633,0.0026569194,-0.012859545,0.03766778,0.020690337,-0.017017944,-0.0124850925,0.0070212246,-0.011306865,-0.004061404,0.012430475,-0.004233892,-0.015194488,0.0019312357,-0.014753926,-0.03661305,0.0152089065,0.009400735,0.016030647,-0.024378993,-0.021760603,-0.048266258,0.018863648,0.0019693184,-0.019360134,0.03835546,0.0074405507,0.011621566,0.00786892,0.014351573,-0.009531889,0.005895049,0.010207371,0.01677722,-0.0008586464,-0.010966202,0.01699538,0.019577084,-0.02424645,-0.0033912563,-0.0043463726,-0.025653323,0.0028480398,0.00045433352,-0.020929767,0.0013991189,0.0010419235,-0.0027503578,-0.011234727,-0.02537489,0.016694678,0.01107887,-0.007971129,0.00084188627,-0.019243797,0.004686749,0.017608838,-0.0006053233,-0.002645842,-0.007460893,-0.023634534,-0.02612736,-0.018393058,0.007857641,-0.0012690797,-0.012850849,-0.012097618,0.014759472,-0.02183896,0.0065400675,-0.003185647,-0.0075586177,-0.021812992,-0.0039000262,-0.0021313892,0.0036852106,-0.0065537766,0.019832514,0.013153919,0.02062328,0.020247594,0.0128629925,-0.024432516,0.0045433585,0.0014479974,0.0026174134,0.016393207,0.03546182,0.008315562,-0.018314159,0.032808628,-0.015777173,0.005488939,-0.025470672,0.0024571433,-0.011321114,-0.009426086,-0.019842038,-0.00478988,0.016369019,0.0030208963,0.005635551,0.012010446,-0.003007812,0.021260772,0.0129357,-0.010858616,-0.03879399,0.019763935,-0.0014384378,0.0057433764,-0.00023324246,0.023391517,0.024490932,-0.03169743,-0.007915289,0.020941773,0.023097157,0.010357795,0.004074706,0.02570861,-0.024595369,0.028890079,-0.006857079,-0.01005847,-0.005199215,-0.028345164,0.004510292,-0.0035763076,-0.0110242935,-0.0009811159,-0.027242642,0.028307442,-0.020135153,-3.4725876e-05,0.015924772,0.007626596,0.004468199,0.004958605,-0.018264692,0.03847297,0.010679311,0.005854011,-0.038469125,0.005965516,-0.020792581,0.019851962,-0.018767709,0.0114081595,-0.017470859,-0.018415874,0.011781792,0.01696975,0.00040655283,0.00444891,-0.015638117,-0.009387492,0.054315973,0.019802803,0.015030671,0.014112082,0.00036997214,-0.00890434,0.020693379,-0.052664135,0.022277562,-0.006766691,0.006479126,0.012795344,-0.0040487237,-0.02550327,0.02323825,0.007542556,-0.018659208,0.016194249,0.023855582,0.00013164466,0.020234367,0.0065760673,0.023434598,-0.018440135,-0.015574764,0.041249488,0.021621358,0.0031783609,0.0019810232,-0.006757665,-0.031223575,0.0018536072,-0.023782428,-0.018090205,0.018245932,0.0015003067,-0.008171843,0.0070933145,0.006509744,0.01042407,-0.030985547,0.016562622,-0.03626498,-0.001014788,0.032182496,-0.011479164,0.0016410776,-0.0064595565,0.026200814,0.0027131424,-0.00809607,-0.003017103,-0.034030773,-0.0020401934,0.005371771,-0.08067036,-0.008611026,0.029406931,-0.016294692,-0.029767096,-0.0028627068,0.019062415,-0.026287928,0.005175772,-0.0004564462,0.027748737,0.024617845,-0.018114313,-0.015845867,0.0011601548,-0.0019622522,0.0039977035,-0.004794988,0.005928659,-0.0018240061,0.009037047,0.0135290725,0.025378274,0.023419887,0.010654135,-0.0099556735,-0.00038257192,-0.009242966,0.00093034905,-0.0033911148,-0.028662449,-0.01724569,-0.020661835,-0.004103635,0.010221794,-0.003871116,0.0017758765,-0.0014436074,-0.0038915153,0.010820527,0.026984468,-0.010505531,-0.032154363,-0.03239485,-0.024829824,-0.023011426,-0.022080405,0.042185258,-0.012901585,-0.016441427,-0.02423725,-0.020486327,-0.010457694,-0.027726581,-0.019421006,-0.010529622,-0.008766276,0.022784658,-0.030196292,0.005388963,-0.008700935,0.036681727,0.018187214,0.01206163,-0.018561447,-0.012045318,-0.015328445,0.019066948,0.0024748107,0.017162463,0.020912722,0.015247859,0.015644448,-0.009097319,-0.010550573,0.03505372,-0.015831854,0.00079169206,0.032395065,0.008273297,-0.04145102,0.009162514,-0.09457975,-0.010491988,-0.034339868,0.006608986,-0.026317105,0.0139818,0.008076241,-0.017954709,0.024382941,0.0072337952,-0.005675372,0.007443669,0.0014543737,-0.026793923,-0.016587228,0.0066564786,0.0051542874,0.032393686,0.0005208014,-0.013632478,-0.0031661731,0.008767088,-0.0021640912,0.03544851,0.01404438,0.028095538,-0.011031048,0.003967707,0.00429426,-0.013327289,-0.011075851,-0.12552269,0.02698664,0.013788962,-0.017444259,0.030223563,-0.00096873974,-0.00085880625,-0.0061642225,-0.0039398842,0.0035961764,-0.0036997686,0.0033989893,-0.003018685,-0.014923468,0.0008581093,0.10963067,0.025948681,0.012449871,0.017608488,-0.002283804,0.005649452,-0.0060370686,-0.0017038136,0.028788388,0.00041838776,-0.0019770528,0.040318053,0.0034513718,0.019171627,-0.015989205,-0.025985774,-0.023202412,0.029959857,0.0026680653,-0.003488821,-0.00854334,-0.022737147,0.0102398945,0.011911077,-0.0031177113,-0.01730344,0.00214292,0.022961242,0.01829367,-0.0063424148,0.018097673,0.026759688,0.024215657,-0.0012847488,0.015767066,-0.019557266,-0.08306556,0.021183038,0.024397112,0.031580504,0.022100715,-0.014338121,-0.00024632787,-0.0070641427,0.008745591,0.017692141,0.0022749447,-0.002229591,0.014924944,-0.0016525541,0.010022716,0.013876862,0.012560269,0.008592896,0.007454952,0.0035486377,0.008440813,-0.008010726,0.0055276393,-0.029556112,-0.023644531,0.0039188685,0.0020543148,-0.0032343299,0.008767132,0.010828456,-0.0065785334,0.0027969119,-0.0015705146,0.015163567,-0.025121436,-0.00026286568,-0.008134866,-0.01538227,0.00599632,-0.012731558,-0.015794687,0.01927099,-0.0027702434,-0.014646089,-0.0020132523,-0.003857762,0.010797497,-0.005787204,-0.0075552478,0.009917749,-0.02799197,0.013920644,-0.013827786,-0.0009926027,0.014049458,0.015721409,-0.008040317,-0.0020504526,0.006574327,0.009314534,0.011133336,-0.0073550926,-0.008703933,0.011148476,-0.013057829,0.018403327,-6.4895714e-05,0.007486545,-0.0062117744,0.017182104,0.008186361,0.003117075,0.01883742,-0.005189706,-0.010715456,0.01678337,-0.014284055,-0.000932824,-0.04157797,-0.0022983057,0.0027767587,0.010577586,0.007853351,0.002326234,0.011912566,0.012976902,0.006440494,0.019639596,0.006343718,0.015218924,0.0009644663,0.013085134,0.006339425,8.02823e-05,-0.0076328325,-0.0049223704,-0.0033298722,0.010771749,-0.00015358781,0.015328717,-0.018834962,0.0037938862,0.008127199,0.008097515,0.012301742,0.022816695,0.013519212,0.0055422992,0.0011860124,-0.011243661,-2.8955195e-05,-0.005784032,-0.008860488,0.018898338,0.005470509,0.010087301,-0.013831193,0.0065441476,-0.008459305,0.0038380465,0.00413015,0.013528475,-0.00021146059,0.017861452,-0.01875465,0.008303256,-0.0067679062,-0.004384131,0.014801439,0.0029352463,0.0069687823,0.013930457,-0.0065755267,-0.0007833407,0.026694555,-0.010420736,-0.0028356034,-0.0071440465,-0.001913266,0.0041587483,-0.00023595763,0.014457353,-0.02158122,0.010636284,-0.005277775,0.0041569327,0.0036479286,0.010988802,0.003500603,-0.0047353683,0.0060305293,0.009616912,-0.014615266,-0.0043044314,0.013300389,-0.0139216175,-0.013370031,0.021625742,0.011251325,0.0079303365,-0.0012644988,0.0014237872,-0.014367772,-0.004445005,-0.010382714,-0.013955527,0.010455851,-0.0016587063,-0.0030012324,0.008341557,-0.016442155,0.0055175405,0.009195021,0.003250541,-0.0041196356,0.019777223,-0.019566484,-0.0056642187,0.006178139,0.009798909,-0.026091168,0.009502531,-0.002374377,-0.0012200141,-0.00421466,0.017896598,-0.0061564916,-0.0015411711,-0.011405446,-0.011880041,-0.011056948,0.0015015951,-0.0016136961,0.013861161,-0.013749835,0.010932451,-0.002046664,-0.001015596,0.011135997,-0.0059589827,0.006026331,0.0012514909,0.0025448455,-0.0005864531,-0.0002536902,-0.023219315,0.004772755,0.014520679,-0.005058267,0.0062616286,-0.0028654449,0.018400399,-0.01880492,0.015133655,-0.00069998467,0.0025172338,0.019049665,-0.04001025,0.0043618297,0.0034145822,0.0017112568,-0.0024018772,0.0068360814,0.011641418,-0.003238357,0.0033579704,8.0222024e-05,0.006579202,-0.014030942,-0.002071268,-0.006904881,-0.018252881,-0.004449167,-0.016808629,-0.010862149,0.005874174,-0.011837328,0.005861791,-0.019420246,0.0018870397,0.0033423498,0.0024970528,0.005772484,0.0002774617,-0.013663042,0.004779201,0.01847763,-0.004991405,0.015857229,-0.0063775717,-0.017801797,-0.011325119,0.008129318,0.020818567,0.0082943775,-0.0023980576,0.0009842577,0.0075438656,-0.007638029,0.08059645,-0.0017520409,0.0077026603,0.0045660487,0.007519847,0.004217051,0.011794768,-0.018742336,0.017922673,0.0046473183,0.005660697,-0.008741535,-0.006071873,0.0059254128,-0.015700324,0.004782235,0.013208689,0.010937768,-0.0016382718,0.011061924,0.0027514992,-0.012946211,0.011883929,0.0005356839,0.0061113914,0.0003442671,0.010005552,-0.01865947,0.02738335,-0.0027270084,0.015252199,-0.0024017142,0.011125953,-0.013350896,0.0031328362,-0.00912668,-0.040226124,-0.0032025888,0.012240206,0.019735314,0.0039115204,0.004016091,0.00026390376,-0.024789724,0.001618,0.007766202,-0.008809854,-0.007575457,-0.020561092,0.012318938,-0.0071044574,-0.0101522645,0.00048507386,0.010569569,-0.0056606634,0.004781784,0.0042273067,-0.009915331,0.008040621,0.010900314,0.007596533,0.0047024065,0.0013626831,0.018467415,-0.020950254,0.0038967994,0.007430271,0.0009517882,-0.0072265137,-0.0043257694,0.00716415,-0.001988997,-0.012898553,-0.005239408,0.041397326,-0.0147718275,-0.014086333,0.002616541,-0.02104327,-0.006569443,-0.0031260909,-0.00584406,-0.0016496755,0.0026955672,0.009964983,0.014886922,-0.004477329,0.0032752026,-0.0033215145,0.002570464,0.019165754,-0.013013209,0.011562391,-0.0029088077,-0.010933419,0.001197215,0.06030774,-0.0007065384,0.0010094052,-0.015294704,-0.008414114,-0.010896438,0.00472238,0.016943801,0.010137524,0.0024092526,0.0050408705,-0.011457293,0.004908939,0.0013171996,-0.00092897506,0.0030533825,0.028533781,-0.012664892,0.0039610798,0.007345073,0.007102038,-0.020594731,-0.0050314185,0.018981187,0.0053505735,0.0045995843,0.003301059,0.0029582793,0.0012807742,0.0022000042,-0.0060643386,-0.00029331387,-0.0010050476,-0.0018833082,0.019947404,0.012577079,0.0020629466,0.015468501,0.008090397,-0.0055212574,-0.0039264983,0.03061494,0.028592858,0.017331453,-0.0022756164,-0.011031734,-0.012815304,0.012888063,0.009556206,0.011737847,0.013286629,0.0045840987,0.0016436026,0.0029034272,-0.01702061,0.02093306,-0.0006125021,-0.020051712,-0.02145291,-0.0005390648,0.0018816611,-0.020666365,-0.009645481,0.013990754,-0.004982309,0.004489881,0.0052896645,-0.013726474,0.005864476,0.0025038724,-0.0064975824,0.007919092,0.0019196664,-0.008196497,0.021625081,0.010917284,-0.007656652,0.0134379035,-0.011132499,-0.016737795,-0.009625389,-0.0074158576,0.0009676138,-0.0022883906,0.0130861,-0.0073170145,-0.0013768357,0.017976848,0.009415866,-0.01599552,-0.0017306622,-0.005256316,-0.010960876,0.00017846015,-0.011606091,-0.006294557,0.020340009,0.027636943,0.00062438735,0.013013352,-0.0005868478,0.020050155,0.004195762,-0.008378299,-0.01018183,0.011965195,-0.0054300656,-0.020334104,0.025335029,-0.0035600623,-0.00050623,-0.012880974,-0.00095368637,0.0102444505,-0.009772485,-0.02678381,0.0026559469,-0.029333085,0.0077161184,0.0040750965,-0.015416836,-0.00549312,0.0273026,0.003245929,-9.4063296e-05,-0.0055567888,-0.00014215762,0.014625618,-0.02821929,0.01020854,-0.009697424,-0.014502712,-0.0007153145,-0.009947492,0.015425935,0.013571972,-0.010437461,0.018329283,0.0067217997,0.0042966646,-0.022991277,0.0053708428,-0.0053878147,-0.007131768,-0.0013899907,0.0028899831,0.001041232,-0.0122726215,-0.0010185605,0.005840887,0.009027695,0.006228407,0.0061645103,0.004958543,-0.015515737,0.015621234,-0.0046783383,0.0019504467,-0.0055613513,-0.0017622999,-0.0070315152,-0.041397285,0.00039404433,-0.006196617,0.004489193,-0.0036008095,-0.010001038,-0.0004069405,-0.008073332,0.013148662,-0.008616368,0.0024639126,-0.0001496425,-0.0008575681,0.009598674,-0.0040918575,0.010640642,-0.0009841823,-0.006763226,0.0007767014,-0.00092857925,-0.011274212,-0.019542553,-0.01596299,-0.0054973587,0.012370187,-0.021538084,0.0046150973,0.013894633,0.006795341,0.009282468,-0.020730311,0.0061342614,0.011755322,-0.0027761227,0.004804413,0.013537415,0.001630065,-0.009161964,0.0006919702,-0.033652212,0.013433755,-0.0029860241,-0.002580337,0.006302034,0.0036541831,-0.018576825,0.010973281,-0.022315647,0.005039887,-0.017020714,0.0011428787,0.008430309,-0.002321045,-0.002509849,0.0014760945,0.0049087508,0.01166556,0.0051068063,-0.011155011,-0.0038410851,-0.0055877077,0.012604207,0.00595826,0.0065248413,-0.010365598,-0.018086815,-0.023707781,-0.0044589336,0.00085148826,0.011255007,-0.0013264967,0.00019231273,-0.01081407,0.013501876,-0.03345447,0.015752388,0.005987597,0.015267183,-0.0004054023,0.00032050026,-0.015710076,0.008232118,0.0013313612,0.011144188,-0.017179241,0.005326713,0.010696561,0.011736531,0.00017133288,0.0024925936,0.0071840836,0.0062030493,0.006746678,-0.0124996295,-0.0069507034,-0.001141461,0.0009302977,-0.0062867757,-0.0032699343,-0.005725662,0.0015907257,-0.016797092,0.0010647092,0.0014842753,0.0077805016,0.024405023,0.007106175,0.008429165,-0.0057643233,0.005329994,0.003783271,0.009766767,0.0042126835,0.0062461267,-0.00014238479,-0.028687328,-0.01132184,-0.006250404,0.014824199,-0.012850006,-0.0015061299,0.011422579,0.012632244,-0.025425654,7.994765e-05,0.018180331,-0.0047142403,0.001982465,0.00030834263,0.0052949763,-0.017988129,0.012080838,0.005484211,0.019086702,0.0014442545,0.017344778,0.021432344,-0.003989575,0.008808671,0.0077871694,0.013639911,-0.003954926,0.004715721,-0.014221635,-0.0029394508,0.010396955,-0.012855616,-0.0010891145,0.00708537,-0.00052483176,0.003330194,-0.0037622135,0.00460993,0.0012210936,0.02535128,0.0021309059,-0.01823622,-0.0007289039,-0.010849842,-0.010697813,0.010362748,-0.004516421,0.016055493,0.0017687832,0.0008775894,-0.011287866,-0.020797722,0.008054591,-0.003817227,0.0017204866,0.008152536,0.0015063428,0.004543263,0.026029171,0.00625067,-0.01059642,0.0029520015,0.0033576274,-0.002231402,0.03071102,0.0068505015,0.020318452,0.015848313,0.009064467,0.008383975,0.0046171043,0.006341906,0.0054706647,0.015489335,0.01546155,-0.0065459097,0.0022024298,-0.023853524,0.009775858,0.0142009575,-0.013755916,0.0006965988,-0.008656711,0.01578279,-0.016853472,-0.010957814,0.01022768,0.0064040814,0.016607646,-0.018068668,-0.09553775,0.00018445666,-0.0014247152,0.040936247,0.003581719,-0.00757011,-0.0035114635,-0.007452727,0.013630067,0.00838558,-0.003264123,-0.003671054,-0.0009695442,-0.009927296,2.2184824e-05,0.005407301,0.0028273063,-0.01309266,-0.0032041015,0.010587946,0.0078040566,0.01826769,0.005266257,-0.0068638762,0.0003755131,0.012162032,-0.005347292,-0.012239572,-0.0052970154,0.0012940852,-0.022816332,-0.00148822,-0.0080690505,0.0009250903,0.0062304707,0.008285211,0.0046415185,0.009776771,-0.1356443,-0.006755731,-0.014736419,-0.010638351,-0.0048696594,0.007290982,-0.012757264,-0.006197169,0.017747423,-0.011273034,-0.009732669,0.008808773,0.0040220055,0.0035398263,-0.022140082,-0.0024948472,0.00726323,-0.008108368,-0.01730358,0.012601804,-0.0014319137,-0.008447231,0.004645695,0.007320354,0.005194513,-0.0069142724,-0.014566797,-0.008895067,0.0003242039,-0.0022157372,-0.025029212,-0.0029743933,-0.004097154,0.01435538,0.009376341,-0.0075794943,0.0063976934,-0.0034112318,-0.008863959,0.007547418,-0.005950014,0.00019446692,-0.013251952,0.01683438,-0.00093350094,-0.008514975,-0.015122522,-0.0045666485,-0.016121805,-0.007313525,-0.007216327,-0.0009808389,-0.011523377,-0.002101191,-0.0024689853,0.01777808,0.02657547,0.006560606,0.011193576,0.0080363285,-0.017576491,0.0064488854,0.00604411,-0.010964131,0.010471732,0.018362772,-0.008786925,0.020848107,0.024133729,-0.0027132875,0.017014368,0.021674393,-0.003207529,-0.020834256,0.0043821023,0.014690479,-0.016820094,0.02865378,0.02441175,-0.017444292,0.00094369333,-0.0054702815,0.009548385,0.003567375,0.0049353493,-0.021957513,-0.012776184,-0.021472225,-0.0188734,-0.038760215,-0.01194653,0.0011157559,0.007239982,0.017036913,-0.022374656,0.030467687,-0.0115104,0.004247417,-0.0056167515,-0.016955847,0.034059566,0.03463839,0.021196067,0.0048788586,-0.030408762,0.00044349686,0.0033305746,-0.00692279,0.0040327916,-0.013017116,-0.018451178,0.006892554,0.017118951,0.014676004,-0.006548205,0.022218142,-0.0123304995,0.001513942,-0.004360623,-0.0034624934,0.004929888,0.015717635,0.0041833385,0.003541228,0.0005938532,0.0062432857,0.0135142375,-0.021011457,-0.017535113,0.006295602,0.018115148,-0.010091934,-0.019650422,0.001439007,0.0026503275,-0.0084549785,-0.016246853,0.0016775685,-0.005453587,-0.0007674101,-0.0026773482,0.006646181,-0.013738069,-0.028558023,3.5217192e-05,0.013836983,-0.000537913,-0.006926627,0.0088462345,0.011152383,-0.016829405,-0.008065942,-0.0028836818,0.021380601,-0.0007449479,-0.0066403146,-0.03681815,-0.011363598,-0.018874705,0.0009921384,-0.008144952,-0.02618745,-0.018627422,-0.0062615275,-0.004306165,-0.0042311936,0.025751509,0.0011630865,-0.0033783352,0.017331671,0.0037991742,-0.001471265,0.03809763,-0.0043029697,-0.008764899,0.0007131754,-0.0018569933,-0.0042297672,-0.019498868,0.028013598,-0.005350801,-0.023065953,-0.00428763,0.0048210705,0.0067735,-0.012368596,0.00784977,-0.006982706,0.009181128,-0.01635609,-0.0030082047,0.012660486,0.0011714415,-0.01494338,-0.014245453,0.0048884894,-0.0049551013,-0.028638866,-0.014422741,-0.026108569,-0.022271978,0.010073125,-0.013577942,-0.15892668,-0.018477509,0.005122362,0.0014285888,0.00638845,-0.0019751063,-0.019647362,0.0048112953,0.02642068,-0.016232219,0.008908378,0.0022116483,0.017139986,-0.014065945,-0.0029934528,-0.019502021,0.0036116627,-0.0030276286,-0.02582358,0.0035653783,-0.032308467,-0.0009735599,0.029715499,0.013711583,0.019495873,0.00475966,0.015086564,0.010280465,0.0010135012,0.0068956628,-0.016657691,0.011771143,0.018442748,0.0045744847,0.0026104155,5.5976972e-05,0.0048101903,0.0065371324,-0.021876985,-0.0012562847,0.0022524267,0.010859486,0.011250927,-0.008956675,-0.010016183,0.006485812,0.0021041324,-0.022272386,-0.02929685,0.0039340616,0.013139334,-0.0019729643,-0.022586906,-0.001495945,-0.007441332,-0.001220976,-0.015133124,-0.0076509337,0.0008488523,-0.008405693,-0.0150495125,-0.004832097,0.004172835,-0.005206961,-0.0087634325,-0.010424926,0.0063433396,0.14951633,0.0019203073,0.005518443,0.00979717,0.00071401516,0.00867229,-0.0032984146,-0.0070480425,0.0006500262,-0.031366654,-0.017628187,-0.020541616,0.0031556403,-0.02633606,-0.009413579,0.001495301,0.013564932,-0.02029371,-0.006526577,-0.012247594,0.030891337,0.020034019,-0.012656548,0.006163322,0.004709647,0.011522437,-0.0089269355,0.012345007,0.020217929,0.013119616,-0.0024062803,-0.020471754,0.0023983484,-0.003073549,0.010688507,0.0028850704,0.02711313,-0.014956816,0.00645922,0.0040510027,0.023981031,0.01861963,-0.004358462,0.021064522,-0.0072824787,0.019528443,0.011830772,0.017552271,0.022013044,0.008824523,-0.027762277,-0.00017736784,0.028205767,-0.014533817,0.026555156,-0.012751263,-0.009899747,-0.0006428175,-0.010136153,0.0067502195,0.020747362,-0.031708978,0.0015986572,0.010252151,-0.010816804,0.015108529,0.0065205693,-0.00404563,0.016456896,-0.10907187,0.02390029,0.0015463816,-0.000545956,0.0057302625,-0.0186886,0.02107109,0.037763566,-0.013281031,0.010814047,-0.005251427,0.008215868,-0.0026100015,0.010527993,0.009377299,0.01392883,-0.00021486235,0.0071927286,-0.010921835,0.032650054,-0.010729144,0.008438523,0.013172623,-0.0014575036,-0.005605151,-0.009730182,-0.024879854,-0.026415944,-0.001028603,0.01422454,-0.014033196,0.021700736,-0.009550858,0.010145037,-0.022541346,0.0037856584,0.021109547,-0.001814061,-0.011417227,0.0015191595,0.011182032,-0.0048794667,-0.0008640884,0.009528881,0.018983245,-0.006281343,-0.008387356,0.011781052,0.007430132,-0.017485019,-0.02033565,0.0025545615,-0.0029773028,-0.008194479,-0.0028851796,0.04269013,0.025446469,-0.020914862,-0.0030234503,-0.015330289,-0.002442041,0.00018291263,0.007041293,0.010733477,0.012290931,-0.013008275,0.021825535,-0.011433546,0.0021941464,0.0154807,-0.011626103,-0.005340373,0.0060030394,-0.0085540125,0.009528803,-0.0075826934,0.0045120134,-0.013419645,-0.012715833,0.018827459,0.00876922,-0.018883443,0.009098848,-0.03284809,0.013986844,-0.011062949,0.0033427866,-0.020899385,0.010233572,-0.002239738,0.0006824672,-0.0115162665,0.0037483783,-0.030937534,0.0032064698,0.012521039,-0.0077378056,0.018889392,0.003922617,-0.016250525,-0.008699753,-0.0016229512,-0.0045303437,0.0067655123,-0.018781293,-0.007852208,-0.005921357,-0.0022244533,0.0017699637,0.00014270053,-0.006770441,-0.005064334,-0.0034679759,-0.012452827,0.007590515,-0.013310764,-0.0073947636,0.020816939,0.016386524,0.0014336628,-0.005656021,-0.01689817,-0.009152098,0.013671577,0.01453964,0.00858495,-0.0020149262,-0.003902195,0.008845255,-0.014989875,0.02101049,0.011590276,0.0027510517,-0.000802322,0.019231718,-0.0055324514,-0.01419162,0.0120163895,0.009968568,-0.015306433,0.008086561,0.0075058737,-0.0044341115,0.008992436,-0.014120102,0.016820922,0.0033222297,-0.02491247,-0.01263223,0.0013284173,-0.013378595,-0.019163286,-0.0135429185,0.0067233616,0.00784615,-0.0010755019,-0.006056431,0.014887982,-0.024050124,-0.023904847,-3.2320477e-05,-0.00060356135,-0.014378806,0.0019156481,-0.024919415,-0.022544384,-0.0012657427,-0.01290116,-0.015505814,-0.028804943,-0.004015897,-0.007352426,0.0039389064,0.01782718,-0.013094817,-0.004303883,-0.006526614,0.012714253,-0.0074091493,-0.07714306,0.016537376,-0.0072912737,0.0011708413,-0.0026775757,0.003983243,-0.005955094,-0.003941663,0.008984274,-0.009480953,0.023064598,0.00028803878,-0.013592925,-0.03499571,-0.020083008,-0.0064084996,-0.011742091,0.023433924,0.0017742411,0.006595354,0.02224652,-0.008216855,-0.012904225,-0.019621363,-0.017748015,-0.01775666,0.016457053,-0.008271973,-0.0009980302,-0.025297126,-0.009328802,-0.0010597804,0.003786608,0.027372831,-0.016204583,-0.0063259825,0.004404819,-0.0042183576,0.0020207795,-0.04965544,-0.0059636706,0.009079332,-0.031642556,0.017393235,-0.00949305,0.003850217,0.0063824896,-0.0031456235,-0.026918396,-0.004192183,0.007202934,-0.027938582,0.009136387,0.0046421336,0.024200846,0.0004121886,-0.014162512,-0.0051252088,-0.010445771,-0.013636788,0.0017134636,-0.023998665,0.014780536,0.019802744,0.008128594,-0.0046914136,-1.7497709e-05,-0.004118838,0.010526364,-0.024302654,0.0209425,-0.010104498,0.0028050893,-0.009396078,-0.008086033,0.015521008,-0.014713677,0.010806905,0.007561796,0.0058904747,-0.00039081907,0.015827633,-0.007741148,0.019832814,-0.023434766,-0.043059226,-0.017688382,-0.09440059,0.001555647,0.0012829052,0.01507602,-0.01224254,0.024254408,-0.016731584,0.06315445,0.00026709816,-0.012498465,-0.004489742,0.0004844509,0.0061626434,-0.026291918,0.017837886,-0.008531251,-0.032035798,-0.016111426,0.016243482,0.012344857,-0.00611037,-0.006443662,0.00867972,-0.015354663,-0.00042476688,-0.034963228,0.013239383,-0.02811853,-0.0014666851,0.014203214,0.0038635877,-0.008097716,0.0016075597,-0.003519469,0.0061382954,0.008394081,-0.026329264,-0.010629556,-0.0049290834,0.016364688,0.0011153664,0.0019195388,0.002885008,-0.020731233,-0.00974381,0.0006216061,-0.0013524684,0.022703031,-0.0061879396,-0.01656389,-0.008983488,0.0015552652,0.0029313532,-0.013287388,-0.0076957582,0.00012770249,0.004422041,0.0004052786,-0.00086348166,-0.013555927,0.014152592,0.0037521336,-0.008851737,0.00013793267,-0.0077428627,-0.0025635054,-0.013667283,0.017418738,-0.016917067,-0.0011052686,0.008009343,7.385028e-05,-0.019554371,0.0029087611,-0.004072872,0.0048454753,8.601659e-05,-0.0031651445,-0.02136306,0.0026285248,-0.008533064,0.0048513627,0.010688182,0.011684462,0.025870284,0.0062434576,0.018372776,-0.009291759,0.020794142,-0.0040921,0.020855019,-0.008141491,-0.00987735,-0.0026815184,0.0064859,0.000638673,0.023552336,0.013683007,0.001866734,0.0063419696,0.014336829,0.009300423,-0.0074740644,-0.009614187,-0.014818411,-0.013973939,-0.0013215619,0.003958049,-0.009638763,-0.00983105,0.03691127,0.001620908,-0.0011273482,0.0037545022,0.011890466,-0.026160333,-0.01227604,0.012205337,-0.012944306,-0.01862316,-0.0037461328,0.0027624771,7.2464114e-05,-0.038799103,0.023676654,0.0076750917,-0.0034605118,-0.032300685,-0.0024914327,0.0071564624,0.008540722,0.002236053,-0.007607198,0.014739012,-0.007976833,-0.0040715355,-0.012213618,-0.005145331,-0.021237727,-0.015376187,-0.0019095007,0.0006137115,-0.0071365926,0.025975835,-0.0027304261,0.010066659,-0.0033051227,-0.0063757873,0.016608069,-0.011388964,-0.013853808,0.002968589,0.016903425,0.006957913,-0.010386255,0.0017708178,-0.008616821,0.012167839,-0.0085954275,0.025179164,-0.0035635862,0.004764783,-0.026487626,-0.012122832,-0.011600141,0.0035792878,0.001247654,0.0012530996,0.023867523,0.008997621,0.0012283853,-0.01613201,-0.0010442468,-0.008630275,0.032904707,-0.005890784,-0.01640521,-0.000369797,0.009005943,-0.028956639,-0.0009497991,0.016359424,-0.0068961936,-0.013699703,0.004628044,-0.008463149,0.008300289,-0.012780319,0.014234963,0.0045331493,-0.020351794,0.019935409,0.016937744,0.030665213,-0.03216411,-0.020781,-0.011560758,-0.01778798,0.021925816,0.022881245,0.02127827,-0.009681465,0.00042747395,-0.015635418,-0.008764277,0.001188435,0.0006252992,0.014360381,-0.011187131,-0.00025078928,0.004379653,0.018114217,-0.033471946,0.021188913,0.0007646389,0.003037431,0.009327556,0.0026199142,0.016749687,-0.0143942125,0.003207979,0.010650691,0.012459688,0.011122102,0.009953497,-0.020902243,-0.0029506625,-0.007989389,-0.006201268,-0.012929225,0.0072276345,0.0023380567,0.00915474,-0.010627647,-0.0074218037,-0.011414262,0.02926486,0.002365296,0.012657622,-0.012685882,-0.0016113489,0.0299444,0.0007886118,0.019226711,-0.022373574,0.024197968,-0.009200401,0.008937396,0.014819719,-0.025798937,0.0064284685,0.022011511,-0.018650837,0.008897264,0.0043329676,0.008272112,-0.019105487,-0.010351318,0.0039714556,-0.008361621,0.0043422887,-0.0068694656,0.007090378,-0.0063522877,-0.019690534,-0.0052613965,-0.004396313,0.0046753804,0.017057288,-0.005801746,0.003404401,-0.01256744,0.009639808,0.0070526586,0.020387696,-0.003272105,-0.012124688,0.0032061832,-0.008025275,0.0172145,0.011810449,-0.017702682,0.005975596,0.00022374639,-0.0014759259,-0.00657584,0.012607089,-0.019281786,0.010332173,0.00915786,0.027357012,0.011264759,0.0060490863,-0.0021542758,0.014192066,0.008973964,0.004192116,0.023831597,-0.016438698,0.008474818,0.019555012,-0.010836443,-0.0157837,0.006103751,2.0096163e-06,-0.013718295,-0.021196987,-0.009554447,-0.029639974,0.0016333845,-0.0031115576,0.012223333,-0.0047282167,0.029081065,-0.0025859307,-0.008056236,0.001338015,0.006946694,-0.008147296,-0.0013921184,-0.012861079,0.013334437,0.010900904,-0.023803987,0.01729404,-0.014809482,0.005094348,0.02078849,0.004181033,-0.020765686,0.0051749875,-0.0010652713,-0.0006876323,-0.017487084,0.03390592,0.020641161,0.0049589495,0.0055174422,-0.009980011,-0.001085739,0.001486746,0.025171785,0.0029345723,-0.022867909,0.009495923,0.016438501,-0.026288545,0.008330675,-0.0058634337,-0.017481556,0.004343022,-0.008911798,0.013093355,0.0083066095,0.0049208985,-0.003222955,0.015482213,-0.006339635,-0.0026205045,0.011814834,-0.007167174,0.0061366092,-0.010637203,0.011948,0.0027329456,-0.0029067947,-0.0061943475,0.0010164288,-0.00086536224,0.024274837,0.0052698655,0.014900216,-0.006071555,0.007480716,0.0168793,0.022127217,-0.022899153,0.0011404243,0.013139508,-0.020775625,-0.03098795,0.013602292,-0.022761932,-0.008160581,0.011561157,0.011383213,-0.018657874,0.012871631,-0.003724086,-0.009072244,0.016468387,-0.012641161,0.007846289,0.005608269,0.021087948,-0.010944423,0.00054597197,-0.009031182,-6.06638e-06,-0.0029584272,0.026022911,-0.01264112,-0.0032856592,0.0034333954,-0.0024279098,-0.015103287,-0.0013810555,0.003236742,-0.013873468,-0.00549667,-0.013725248,-0.0008509582,-0.017237836,-0.0032358754,-0.015469824,0.023756616,-0.009725514,-0.009009083,0.00065834017,-0.0022489917,-0.002803808,-0.016927965,-0.020544335,0.012830782,-0.004208448,0.0009416456,-0.015595944,-0.0012886251,0.025263133,-0.012585511,0.011117545,0.006687105,0.02340176,-0.028368605,-0.022036368,-0.0050131413,-0.012274758,-0.0073053325,-0.016130697,0.019135956,0.0075468943,0.020390617,-0.008124751,-0.007007475,0.015112691,0.015825152,-0.015048143,0.01078211,-0.011388807,0.020913105,0.022317732,-0.020116454,-0.007147487,0.018720675,0.006171207,0.0012573994,-0.0024030663,0.0043169474,-0.0057092006,-0.0025259622,-0.011253746,0.005656155,0.014579908,-0.011384706,-0.028309619,-0.0022025567,-0.014597997,0.031763013,-0.0055182595,-0.00050704007,-0.04978603,0.0031309533,-0.020802712,-0.021097597,0.0040267473,-0.008827138,-0.018547693,-0.012945699,0.0064048734,-0.0010454523,-0.0009131927,0.011415783,-0.028683018,0.006213022,0.010965361,0.019854419,0.007352244,-0.02804154,0.00627404,-3.6496658e-05,-0.0049520247,-0.0015663431,-0.010493612,-0.018563269,-0.020485643,0.0012841477,-0.0068001905,-0.013992502,0.010103469,0.00034842704,0.022053286,0.0071486365,0.020808605,0.01506204,-0.002755924,0.007010966,0.026223512,0.00444269,0.019366609,-0.04209483,0.0101957265,0.00897992,0.00277343,-0.0051053423,-0.028542394,-0.010878551,0.007738568,-0.004425896,-0.01671961,-0.005420736,-0.016774409,-0.006947813,-7.323883e-05,-0.012568454,0.0025365157,-0.00069156964,-0.0077181784,-0.0053131757,0.0202234,0.013723563,-0.011598239,-0.02211471,-0.010994558,0.0077831517,0.0005846079,-0.0021697886,-0.010423743,0.017343257,0.00022943348,-0.021276614,0.011455126,0.028070882,-0.019490177,0.024426527,0.011517952,-0.0062257256,0.00058915425,0.006874611,-0.034773357,0.0046459488,-0.0075731445,-0.004581506,0.011973521,0.0046691457,-0.0050588436,-0.015451956,0.0113525605,0.0024631245,0.004083842,-0.00913663,-0.014966652,-0.010701136,0.017169015,-0.017374236,0.018717702,-0.010788164,0.012919236,0.0075747124,-0.025060425,-0.005683748,-0.011718397,-0.015842468,0.011483244,0.0030111112,0.0021595624,0.010633603,0.011097567,-0.014241688,0.008925911,0.014275008,-0.011667159,-0.0049045836,-0.01159547,0.0056158723,0.002569483,-0.004846208,-0.00781302,0.004466239,-0.016177328,0.0090378495,-0.014765047,-0.021802861,0.013526898,0.0023745776,0.0009238026,-0.009241113,-0.0048095114,-0.01332539,-0.0025438007,-0.011089167,0.033712648,-0.0053683063,0.0074824546,0.00699605,0.027350593,-0.000837877,-0.0055213477,-0.013390535,0.018747354,-0.021679187,-0.01881845,0.013107718,0.002312374,0.0017263179,-0.015452131,0.011983183,0.007143679,-0.016471379,0.012203161,0.020802753,-0.033122227,0.011129923,-0.011707833,-0.020266728,0.00819271,-0.003149106,0.0023909642,0.0042613214,-0.004242996,0.012850542,0.0040145353,0.006369474,-0.012059301,-0.02225256,0.019824078,-0.005708134,-0.014078311,-0.001844436,0.014858058,0.00831011,0.008815263,0.02012202,-0.013314881,-0.023646222,-0.005621536,-0.017913107,-0.00572404,0.0068293116,0.013448947,0.006236419,0.0028576348,-0.0035600776,-0.010308436,0.01518142,0.0131696,0.003958112,-0.014275223,0.011144095,0.012945203,0.01713127,0.0029686503,0.0010242516,0.00852156,0.0018022552,7.737194e-05,0.0055136355,0.007488434,-0.011064098,0.010925437,0.024085471,0.0006861708,-0.02133112,-0.009320919,0.013319231,0.0160764,-0.006070654,-0.0025553335,-0.03477727,-0.020919573,-0.013617509,-0.036068622,0.010509158,-0.005475375,-0.00045466234,-0.0016820933,-0.00549568,0.17404352,0.11694029,-0.009077623,0.0033402643,0.027816396,-0.020687953,-0.024960272,-0.030963488,0.023027185,0.0127842855,0.004155062,-0.004406865,0.009542569,-0.028295476,-0.0077649383,0.02213339,0.01606375,-0.010289783,0.011070974,0.020414619,-0.0130800055,0.023113541,0.0056590876,-0.016489299,0.003993217,0.014664094,-0.009136484,0.00943971,0.033798337,0.017842919,-5.0900617e-05,-0.023125838,-0.0123705445,0.019800602,-0.019784171,-0.027348384,0.0035191423,0.03457569,-0.00033716433,-0.005616085,-0.024721112,-0.0045938077,-0.026157163,0.016552728,-0.005662921,0.0067604827,0.0022980645,0.0021712393,-0.019910758,0.00880596,0.0013132923,0.00323367,-0.010288238,-0.008932375,-0.0025970028,0.011011026,0.025603864,0.017460352,-0.002513829,-0.0065556103,-0.0056594294,-0.006965734,-0.04571464,0.005411922,0.015215162,-0.008199414,-0.0062882057,0.021954061,-0.028361827,-0.011766442,0.008871608,0.02671731,0.0298277,-0.0055785268,-0.028797023,-0.0012058045,0.013763845,-0.021291902,-0.007503664,0.02589006,-0.010392101,-0.0208318,0.011358422,0.0017994802,0.007935359,0.0011705244,-0.012041,0.014985575,0.13415277,-0.016868982,-0.0025035988,-0.038936734,0.015867895,-0.0010775866,0.0049174256,0.08229253,-0.01654468,-0.0048571303,0.0059465053,-0.0054697692,0.012988253,-0.0020410728,0.0071285767,-0.0018266389,0.013653566,0.025173197,-0.023306673,-0.010406235,-0.020201659,-0.0146873295,-0.017959803,-0.012111031,0.012924948,-0.02147748,-0.0018278166,-0.0014937569,-0.0012611697,0.005881041,-0.092223525,-0.021492729,0.01571239,-0.005025714,-0.0028658404,-0.016230842,-0.013310496,-0.029920109,-0.0055897133,-0.0017442157,0.018192548,-0.009415756,-0.010486141,-0.0030760642,0.009806264,-0.0045744865,-0.010397719,-0.012219865,-0.019430775,-0.011475856,-0.001865856,0.0092699975,-0.0031337745,0.0058028037,0.008786606,-0.0022308517,-0.042189997,0.02343817,-0.019035745,0.016559567,-0.01047207,-0.006689191,0.008012734,0.0056635477,0.005427696,0.020817026,-8.3978535e-05,-0.002712364,0.01126092,0.0014417658,-0.022598254,-0.01547545,-0.013767567,0.010456885,-6.662385e-05,-0.01792173,0.02372578,-0.038818046,-0.012355404,0.00974532,0.04510362,-0.0025983013,-8.4109044e-05,0.0066958745,-0.013151833,-0.0012536404,-0.012653321,-0.015802924,0.013490895,0.010103146,-0.0069973404,-0.00837605,-0.007047168,-0.004171952,0.013494507,-0.021780998,0.03277429,0.0028974393,-0.0104863085,0.005732414,0.0022018668,0.0029563657,0.0019581546,-0.0015622206,0.0050181225,0.0017094119,-0.036614683,0.016269382,-0.000946099,0.00293457,-0.006818526,0.00579148,0.02427143,0.11048209,0.0069947913,-0.0006225927,0.00031573838,2.740903e-06,0.00070938293,-0.013374586,-0.015590836,0.0015692234,0.017093332,-0.01909726,0.022155613,0.023291461,0.0210295,0.0146354595,0.01543728,0.032682493,-0.01590482,0.025947602,-0.00886985,-0.024910988,-0.0070686173,-0.0026374685,0.019498963,-0.011593623,0.033636708,-0.029190894,0.012237863,-0.003301022,0.0072541567,0.004633069,0.00033026686,-0.0059252493,0.0037435184,0.0016740366,0.00151481,-0.006931025,-0.0018702133,0.0014981219,-0.0110785095,0.01074018,0.03152395,0.025464294,-0.013779422,-0.03337849,0.18734434,-0.0073781465,0.0013764906,0.015317252,0.0028283964,0.020980878,0.0024358025,0.008211307,-0.012133351,-0.005772998,0.033549145,-0.019563,-0.012344507,0.0068432223,-0.007114911,0.009330677,0.013140014,0.004660454,-0.014189728,-0.02788059,0.0063258004,-0.009865364,0.008414412,-0.021274101,0.023691727,0.032094862,0.018610844,0.01634907,0.006289581,0.012581873,-0.03614761,-0.0055989125,-0.013722271,-0.002799913,0.0034397712,-0.00060422096,-0.0019671535,0.00047709994,0.0111226,0.019903837,0.008234659,0.009625785,-0.016072417,0.014344863,-0.012667874,-0.00500987,0.011870419,0.012988436,-0.016824054,0.00057768,-0.0018576966,-0.0002627127,0.008356845,0.0039084577,0.008372845,0.017487055,-0.0024459215,0.0022765934,-0.018248433,0.008514254,-0.017416786,-0.0038027833,-0.007494914,-0.004890235,-0.015524381,-0.021782598,-0.010561102]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 175,
          "content": "Collapse of Honda's EV focus leaves it with dearth of new models",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0070143496,-0.0086836945,0.028283492,-0.037253894,0.010585792,-0.012353884,0.010705858,-0.01237069,-0.012249248,-0.035385113,-0.018306559,-0.0048783673,0.036714718,0.010268448,0.09834003,-0.0015573371,0.027531628,0.008624547,0.005370179,0.0017892964,0.030634005,-0.02635409,-0.008674856,-0.013357695,0.013345196,0.0006254622,0.010082513,0.04742096,0.02691432,0.008284007,-0.011788027,0.02229401,0.033366192,-0.0054946723,-0.0122847585,0.017140627,0.0093876375,-0.0048809256,0.0010732872,0.009236276,-0.0005304554,0.031878352,0.012191098,0.0036024083,-0.0035418891,-0.008562109,-0.011905114,0.010492763,0.016834011,0.012567409,-0.022555135,0.02768202,0.0010598362,-0.16314124,-0.025586156,0.045960505,-0.00799364,0.014906093,0.021767294,0.0020729937,0.007614302,0.015719961,-0.014341027,-0.017829202,0.0039476827,0.003720875,0.003234901,0.020480206,-0.010373044,-0.0025892875,-0.010165315,-0.0021557752,0.00922656,-0.038882945,-0.0016717847,-0.028419476,0.0136751495,-0.007193395,0.0016371525,0.027764108,-0.019225683,0.0017596195,-0.031007458,-0.043924216,0.0010917322,-0.0048753987,-0.016752588,-0.042867124,-0.019836353,-0.012659725,0.007465852,0.021773443,0.014192615,-0.036492914,-0.0136875585,-0.00083139894,-0.005946202,-0.007755219,0.006442296,0.01283827,-0.01283811,-0.010735317,0.01008824,0.033821635,0.0047684433,-0.02398272,-0.022779403,-0.02119678,-0.010704914,-0.023680467,0.014254341,0.019972919,-0.03508333,0.0066358107,-0.021520935,-0.12875454,-0.0031414556,-0.0061656632,-0.022707017,-0.023319224,-0.012402963,-0.024226611,0.0079831835,-0.0073011224,0.002551451,-0.027004518,-0.011526353,-0.0045864447,-0.009615605,0.015647704,-0.0141516,-0.01790638,0.0059575215,-0.0065536792,-0.00074918923,0.036289025,0.01283799,-0.03578005,0.00089473295,-0.034783177,0.008372425,0.005727784,0.00450659,0.0029526288,-0.048503004,-0.023481343,-0.014708748,0.02794239,0.0011885779,-0.010351816,-0.029796137,0.0062944302,0.008496239,0.015914174,0.0004896007,-0.021437526,-0.018417427,0.004693025,-0.00937691,-0.017419225,0.039503343,-0.009030762,0.022470878,-0.01144615,-0.00280501,0.005087822,0.008465069,0.016864996,-0.016640395,0.014606139,-0.011339729,0.0014362333,-0.0036602106,-0.00959616,0.01601523,-0.01411913,0.010363093,-0.0005085382,-0.0036555554,0.028739825,0.017068904,-4.7686994e-05,0.009750031,0.032263625,0.009472462,-0.0069589526,-0.01252911,0.0024667257,-0.009221756,-0.0194641,-0.026377304,-0.010440416,0.02027568,-0.037926316,0.027238041,-0.011665833,-0.008561107,0.0109439725,-0.016003255,0.029961163,0.009128509,0.00664362,-0.02206721,-0.013081374,0.014699904,-0.007632599,0.0036287247,0.001652801,-0.027862674,0.0037648084,-0.014828479,-0.008171995,-0.003297547,0.0021468014,0.009049573,-0.013156089,-0.0044820593,0.021645354,0.0049870843,0.010865323,0.011015426,0.0045489753,-0.032044783,-0.010846258,-0.017262243,-0.0044386056,-0.01082892,0.0069329417,0.007956494,-0.011317078,-0.0068706907,-0.006873353,-0.015568473,-0.04716141,-0.0089941975,-0.0085945325,-0.0008008417,0.023066724,0.014091828,0.037849873,0.0005537259,-0.02059731,0.010967325,-0.0026030703,0.017662017,-0.005120222,0.008701465,-0.0118335,0.01922308,0.01046655,-0.003916185,-0.015261432,0.03902221,0.01578325,-0.018121643,-0.0040063597,0.011500051,0.017300732,-0.029709669,-0.010354392,0.033265922,0.0016116251,-0.011036556,-0.021900209,-0.017534226,-0.0038465224,0.011493068,0.01840039,-0.058920026,-0.023730988,-0.02731264,-0.0019015489,0.002956986,0.005678862,0.011365192,0.012641607,-0.04444612,0.01259182,-0.014963106,-0.014845703,-0.009610028,0.0035193125,0.0029345634,-0.0073310165,0.02231623,-0.026340164,-0.017981451,-0.017228024,-0.012634769,0.02506332,-0.014849717,0.0010485577,0.0039118524,-0.008592633,0.023299584,-0.01646963,-0.017032184,-0.00020838449,-0.017579725,-0.037663072,0.0095584905,-0.0053391196,-0.009013781,0.07498145,-0.01734945,0.0068494217,0.00959825,-0.0063626124,0.008324535,-0.004718107,-0.007382147,-0.019020945,-0.012942611,-0.0060197674,-0.0033595073,-0.01139959,-0.0033460371,0.022898315,-0.017623382,0.009981732,0.007967452,0.0119080255,0.022532938,-0.002559371,-0.0068242387,0.033451036,-0.009550022,-0.017593995,0.0026281627,-0.0045712497,-0.011192013,-0.010063618,0.003854357,-0.012577221,0.009173371,0.00043439004,-0.013060654,-0.011712851,-0.04343466,-0.013201441,-0.0041419896,-0.00340786,-0.009605963,0.019137375,0.004681533,0.0009436305,-0.00060789374,0.0075587938,-0.009684092,-0.0052469033,0.013837962,-0.0149609065,0.013633268,-0.013113723,-0.03793759,0.028601104,0.0029842502,0.004721968,0.027726872,0.012077804,0.02227343,-0.0017977579,-0.0068054134,0.037871253,0.008993637,-0.016867112,-0.022591792,-0.012160173,0.011666533,-0.025308918,-0.014617025,0.019397486,-0.019705119,0.015314404,0.0038548387,-0.00801959,0.037622042,0.0012425282,0.015046615,0.00049805787,-0.0028631329,0.019192241,0.005403697,0.012450972,0.005878085,-0.011823906,0.008744212,0.016223269,-0.010600193,0.019699998,-0.013311824,0.014981554,-0.012925763,-0.015936216,-0.034128323,0.042172126,0.0030086087,-0.016673611,-0.00031307607,-0.035163365,0.032227997,0.0014593905,0.020850772,0.029930662,-0.011832617,0.044318162,-0.0057770982,-0.0043661436,0.022180492,0.011336893,0.011119663,0.0008195925,0.0037667372,0.0011836339,0.01671422,-0.026278479,-0.026326556,-0.0039496776,0.0044661784,-0.021782566,0.0143693015,0.005805631,-0.014733872,0.019418158,0.012526286,-0.0059614107,-0.010738686,-0.013820844,0.016136797,0.0058430894,0.03176924,-0.018040447,0.025393955,0.015930424,-0.028773356,-0.021628208,-0.019900342,0.010451789,0.016999409,-0.005073063,0.0060191094,0.012396345,0.03604078,0.020373683,0.00038839126,0.008723213,-0.018444754,-0.04668674,-0.021928765,-0.00539851,0.027896104,-0.0075390073,0.009810688,-0.01278029,0.014149014,-0.018079663,0.011670104,0.030486433,-0.021613428,-0.0013422769,-0.029974038,-0.013146903,0.033272076,0.032270905,-0.029206026,0.020270044,-0.022796134,0.004899733,-0.00070981286,-0.014990726,-0.015060004,0.020373339,-0.005610259,-0.0022262405,-0.01726047,0.009145631,-0.025600933,0.015643397,0.02772418,-0.027459284,0.0054978654,0.0020369207,0.006138181,0.0025819186,0.002658252,0.0017810971,0.016499279,-0.024198608,-0.012211929,-0.0023003393,0.037198264,0.00710234,0.016671633,-0.015902331,-0.0063714283,0.008606674,-0.00822438,-0.020352865,-0.024166107,0.0007678836,0.010995176,-0.0066787777,0.00073014246,0.01005222,-0.009671498,-0.02055688,0.009329298,-0.014458808,-0.0011432437,0.004335562,-0.019983264,0.0027053244,-0.00023441954,0.005203504,0.018772295,0.0044201063,-0.014393379,0.0024797148,-0.0061747353,0.013770271,0.0052557564,0.027011843,0.005333279,-0.01625496,0.014080501,-0.023063699,-0.0089433445,0.0299013,0.040334113,0.015526216,-0.012058478,0.0038390763,-0.0043424387,-0.018155267,0.00028877746,-0.018523324,0.003143723,0.024948647,-0.015391974,0.026705343,0.01298626,-0.003416975,-0.008673465,-0.035156544,0.019832455,-0.080748595,0.01388776,0.021707,-0.017514747,-0.03289987,0.015291902,0.013857589,-0.0070053325,0.02621428,-0.009742708,-0.01884155,-0.0053419974,0.008017494,0.0016255896,-0.02578277,0.014937886,0.019565405,0.011874664,0.05308637,-0.011186838,0.0008531489,-0.01699781,0.027883744,-0.010821036,0.009209792,-0.0027771057,-0.0117450105,0.0064403843,-0.0052471296,0.0026569613,-0.0054670996,0.00020172476,-0.018273562,-0.013150296,-0.0019158422,-0.0116077,0.03018174,-0.03355549,0.013378164,0.011110839,0.017571343,-0.02505958,-0.0136714345,-0.023961037,0.034207396,-0.008111146,-0.010555343,0.005963098,0.010512767,0.0037310547,0.005158448,-0.021231249,-0.0125126215,-0.01220729,-0.0044704406,-0.013826518,-0.020975923,-0.0018692217,0.006125251,0.002862384,-0.010906602,-0.008314532,-0.00506605,0.011147461,-0.0070290277,-0.0011080818,0.013250931,0.010429578,0.025786199,-0.00306329,-0.02281958,0.0020335063,0.0017849952,0.024658944,-0.005262138,-0.007986605,0.00076735805,-0.043250855,0.002989759,0.017741287,-0.014176694,-0.0318404,-0.06575092,0.0017592703,0.000899922,-0.032768797,-0.0046400847,-0.012321333,0.010233014,-0.019050699,-0.001372674,0.03233431,0.012281729,0.004626902,-0.017923623,-0.017620992,-0.015746364,0.025063511,-0.0024402386,-0.0036492485,-0.00621193,0.01916109,0.0005942048,0.009996104,-0.0032344118,-0.004964185,0.00460237,-0.019197693,-0.034987345,0.007681062,-0.014211382,-0.00030674,-0.014786929,-0.14119492,-0.016390288,-0.0045442786,-0.002522826,-0.027817838,0.017441781,0.0071960827,-0.024489876,-0.028110722,-0.050136972,-0.018908827,0.027833436,-0.016678067,0.014941486,0.010069583,0.12553811,-0.013755864,0.009124874,0.010289523,-0.03447482,-0.005104191,0.0013707806,0.022982774,-0.01996518,0.011298471,0.012976713,0.0036106238,0.031002536,0.02680602,-0.016812287,0.008323898,0.01477529,-0.0069377106,-0.038887996,0.014579639,0.001980325,-0.008916344,-0.03549629,0.009781711,-0.005307554,-0.0026885252,0.020837303,0.02161137,0.012008466,-0.0007055815,-0.010107288,-0.02123834,-0.00463314,-0.02027011,-0.043559078,-0.013695772,-0.09512042,-0.0061852597,0.027836634,0.002888485,-0.026024658,0.008999853,0.025465244,0.024053296,-0.0065667024,-0.0021102533,-0.0110054575,0.010186955,0.011068561,0.011420536,0.0021263997,0.028536312,-0.011033785,-0.0012967364,-0.024619775,-0.030497067,-0.010475711,-0.00021956992,-0.017281828,-0.020746378,-0.0011007496,-0.0127205895,0.0057527623,0.033829886,-0.030921355,0.022407819,-0.0008648711,0.013374512,-0.014513778,0.013849848,0.008024702,-0.0063808733,-0.003693005,-0.014909691,0.019691683,0.030259313,0.012596817,0.04146155,0.0075666117,0.00848552,6.702769e-05,0.005943981,0.014318759,-0.012202963,-0.003152678,-0.012802372,0.010859263,0.024073986,-0.011082911,-0.028660461,0.0056754765,0.0051323166,0.00056634145,0.044587124,0.03713607,-0.004352168,0.010624726,0.0059538344,0.011742137,-0.007405175,0.002318896,-0.010834749,-0.017250882,-0.0069172545,0.003883377,0.00049469573,-0.009214608,-0.009542722,-0.001241436,0.0010859249,-0.0038316697,-0.009626561,0.019063415,-0.0006921016,-0.03941689,0.014083614,-0.018531045,0.008680739,0.005097197,0.019423593,-0.00082799484,-0.007084578,-0.0017744396,0.0019200896,0.014849306,0.015503764,-0.020733578,0.0077179996,-0.003801274,0.010466678,-0.020666404,0.012155312,0.020597234,-0.0023269618,0.022830077,0.005937377,0.019821443,-0.011277582,-0.0031860946,-0.01737944,0.012805669,0.0050806124,0.016291196,-0.0032385027,0.007883641,0.0071240594,0.0126486225,0.018848168,0.001629261,-0.006932077,0.011308329,0.01648893,0.015926426,0.013811184,-0.005268828,-0.0038722919,0.0011942739,-0.015634386,-0.007743393,-0.01810828,0.00067874644,0.000754429,-0.018196044,0.0034521404,-0.00031842352,0.008466436,-0.008432874,0.021831123,0.015182777,0.0023977272,0.0014687207,-0.009319748,0.00025048983,-0.00094666175,-0.01650426,0.001127062,-0.016399926,-0.014151026,-0.0144489985,-0.008508864,-0.007090606,0.0026640452,0.017588263,0.0068904227,-0.002584975,0.012390268,-0.008397799,-0.006754988,0.0071288073,-0.013137899,-0.0009007467,0.008300041,0.01047902,0.011846296,-0.006774314,-0.0072187837,-0.000879553,0.0034452304,-0.0070860465,-0.008141926,-0.010048221,0.0066823345,0.0046841525,0.008776532,0.018308798,-0.00518252,-0.0014958942,0.005961655,-0.008145119,-0.0060030855,0.009908107,0.009195141,0.0047178376,0.0014736445,-0.0028958735,-0.012978855,-0.0060581896,0.008140261,-0.0022873783,0.0019973796,-8.568169e-05,-0.0029136485,0.007930913,0.00865362,0.007137231,0.00011560373,0.013935005,-0.0042802966,-0.00074478355,0.004625496,-0.003245633,-7.195167e-05,0.012686051,-0.011022081,0.008667506,0.01790301,0.0021010963,0.009386547,-0.005110189,-0.01837065,-0.0029948824,-0.008473441,-0.01118437,-0.00865284,0.0075915144,-0.007428385,-0.00041981303,-0.0016028844,0.003598931,0.0052771815,0.005245254,0.0042500696,0.004286233,-0.014636032,0.014811305,-0.031203378,0.013978643,0.015265465,0.008597179,-0.0007247657,-0.010580486,-0.0094008,-0.00024170635,0.002340161,0.0048785526,-0.002785904,-0.011980705,-0.005248181,-0.002566283,-0.0026050922,0.005118182,0.01673388,-0.012710929,0.0021297347,-0.0027036397,-0.001161068,-0.0016108281,0.0074074683,0.010038971,-0.0052284556,0.0076270653,0.0019627623,0.00478786,-0.007426317,0.0064847223,0.005230107,-0.0019282033,-0.014501761,-0.012898576,0.024753522,0.00720748,-0.012217184,0.003957847,0.015495442,-0.0033130187,0.081374206,0.017635386,0.00996934,0.0045680776,0.004147795,-0.015515597,0.0012653243,0.0030413812,0.013616091,-0.02624829,-0.0053246296,-0.018485498,0.014931044,-0.0051352917,0.01816145,0.004413135,-0.002820374,-0.0012780101,-0.004786224,-0.0013904953,-0.0060920767,0.0063447542,0.00023172042,0.00677978,-0.00061745406,-0.016927661,0.0066486374,-0.010788629,-0.00922838,0.0074532325,0.014971748,0.011442785,0.021174133,0.014121061,-0.0217547,-0.015543588,0.0051833782,0.03782619,0.009035996,0.015581524,0.005000836,0.008674057,0.008748383,0.009314253,0.004693832,0.018213807,0.0074475706,-0.0036528977,0.0018268337,0.006579244,-0.0133243175,-0.019348502,-0.010014409,0.009158927,0.008649702,0.01440693,0.000469029,-0.015713304,-0.019699605,0.0017589041,-0.013393876,0.01989571,0.015210563,-0.0079492275,-0.009089369,-0.0017596877,-0.008543998,0.022831557,-0.007887446,-0.016947616,-0.018519623,-0.00031955267,-0.011170461,-0.010501988,0.036641084,-0.019341303,-0.01718324,-0.005668604,-0.013234536,-0.010207193,0.009907137,0.005950508,-0.002234023,-0.006836581,0.005852876,0.007733513,0.0021469572,-0.0016808078,0.011314998,0.007274567,0.005324122,-0.00836674,0.010656376,0.00036754465,-0.0087176515,0.0035345093,0.049849045,-0.0005869371,-0.0016705726,-0.016140109,0.0057885554,-0.0066550435,0.013590735,-0.0014310348,0.000776207,-0.0041273506,0.009988951,-0.01110876,0.014755331,-0.007824222,-0.0050810967,-0.005777042,-0.0043681674,-0.0037056834,-0.0062314356,0.00068879913,0.0063856514,-0.0058515347,0.003039604,0.0044158036,-0.027793257,-0.010676271,-0.0055656135,0.0072609517,0.010302369,0.004732064,0.002523858,-0.002966586,0.0020370025,0.016113143,0.0150218,0.017708814,-0.004329916,0.016282266,0.0010615103,-0.018205432,0.014553407,0.016806137,-0.0054005585,0.0022539287,0.011260363,0.016307136,0.013196887,-0.0010363747,-0.0043179807,-0.0017384978,0.0084029995,-0.009529628,-0.009046967,0.017301012,-0.0077774716,0.015934454,-0.0016512352,-0.0048548062,-0.0061713653,0.00068972516,0.02254772,0.008836168,-0.0009781945,0.003106458,-0.026818618,0.004278995,0.010907483,-0.014941635,0.0030449266,0.0032630772,0.005793453,-0.0056428686,-0.0040069018,0.014596352,-0.016374687,-0.0036422422,0.006913079,-0.008888148,0.0040913564,-0.005721434,-0.0047061252,-0.0032042386,-0.010150806,0.013806941,-0.012670416,0.022878943,0.0038563835,0.0048294105,0.0060620373,-0.012808424,0.015441928,-0.011680561,-0.005658222,-0.018162007,-0.012498379,-0.0073714987,-0.014142596,0.0026888528,0.010862644,0.010361198,0.0059707738,0.008655897,-0.004037801,0.007007378,-0.00081794115,0.014618672,-0.01414276,0.00044655288,0.006646294,0.009396374,-0.00048295333,0.0074780225,0.010218409,0.019682217,0.0023160216,-0.032411855,0.0036349453,0.003728138,-0.009347834,-0.008194824,0.004743436,-0.00402449,-0.0067208614,0.000609861,-0.024602817,0.010676652,-0.012161242,0.0044869953,-0.008104577,0.0061314,0.018745262,-0.00708048,0.012240376,-0.0049734693,-0.005627607,-0.0012757682,-0.019698499,0.006112443,-0.0019980904,-0.012968431,0.01180802,0.00066603447,-0.008888369,-0.0020782696,0.010035947,0.002589261,0.0052124606,0.015781876,-0.0045706807,0.012168896,0.013592452,0.008222764,-0.014018362,-0.0045059416,-0.025543613,0.010066778,-0.0035870296,-0.010782375,-0.011725041,-0.013788555,-0.002575633,-0.05187623,-0.0126435235,0.008100627,0.026288863,-0.009539227,0.0045240326,0.005762473,-0.014442919,0.009640005,-0.0022067712,0.0050345105,0.0025557207,0.007840534,0.0027168647,0.0044329725,0.0024188648,-0.024559783,0.012347326,-0.007898139,-0.012708093,-0.019990712,0.0095805265,-0.0055276,-0.0031717976,-0.008729593,0.008884733,-0.011595579,0.0024467218,0.00051697996,0.008040031,0.028269734,0.0071958997,-0.011785915,-0.014653507,0.010425538,-0.0023947195,0.0062331157,0.007827693,-0.012934152,-0.012741317,0.020888029,-0.0019208216,-0.004951544,0.009275425,0.007803554,-0.002309645,0.015587232,-0.013356313,0.000584616,-0.0002585186,0.009177688,0.01461534,-0.004098875,0.00952724,-0.005388845,-0.006780745,0.026677964,-0.009093137,-0.006621738,-1.28819265e-05,0.004060331,-0.011779023,0.0012323543,0.01007342,-0.021875676,0.008130623,0.009715149,0.00852407,-0.010711211,0.00069255865,0.0073535773,0.0009873548,-0.00044878587,-0.0017663221,-0.0062564644,0.0280382,-0.004385472,0.0010905282,-0.0045535048,-0.009805184,0.015138533,0.0058666207,0.01590352,0.0071210237,0.013898433,-0.0045056688,0.0010677923,-0.018240293,-0.011405951,-0.00453955,0.02421047,0.008448762,0.016196081,-0.0048006857,-0.004364534,-0.0047041825,0.008670387,0.005543088,-0.008224467,0.00025105957,-0.005904138,-0.006803874,-0.015379623,0.025203142,0.004537742,0.0130532,0.030104809,-0.005630923,-0.007164274,0.0057984465,-0.012721736,0.013776711,-0.00049257104,0.009687912,0.009693078,-0.01452731,0.022006698,0.016399778,0.0113991685,0.0044195037,-0.010712842,0.00715376,0.008950322,-0.019187223,0.01499631,-0.0056454656,-0.0065130005,0.018350111,0.011489868,-0.0007266111,-0.0011412954,0.021475,0.018446773,0.004365958,-0.018058,0.0075792163,0.009753867,0.007044036,0.021063179,0.021725986,-0.017018609,-0.0053729797,0.0144499205,-0.014440808,-0.014715483,0.012573119,0.015548951,-0.00142047,-0.015565235,0.01753875,-0.0017280921,0.017244842,0.0058833957,0.008288182,0.015439606,-0.0097077675,0.0013735972,-0.008208307,0.014855608,-0.013370376,0.008633351,-0.011994734,0.03389662,-0.0077635264,0.0067086704,-0.008994862,0.005875129,0.009012447,-0.012408638,-0.0010529875,0.01401576,-0.000466892,-0.011427039,0.03030947,0.013649413,-5.3364132e-05,-0.006157416,-0.0013489717,0.013971118,0.004277948,0.019878047,0.006963283,0.02551551,-0.0020046355,0.012883272,0.01653272,0.009397099,0.013182796,0.00964023,0.0128796045,-0.014797295,0.0044697183,0.0047145663,-0.01047305,0.0064166845,-0.014089612,-0.004144921,0.009645319,-1.4425839e-05,0.0198593,0.010225171,-0.0020361976,0.009438216,0.008904388,-0.009528417,-0.086953565,0.009598786,0.012890837,0.0029328337,-0.0023964387,0.011270511,-0.017093597,-0.014064836,0.0053314273,0.013244637,0.019588394,0.010440811,-0.02259969,0.004498759,0.0026451845,0.01165356,0.019926459,-0.014197061,-0.0060389466,0.0137118185,-0.00467235,0.009932057,0.007633959,0.0017533835,0.008102386,-0.009909005,-0.0014148417,0.011612167,0.01223215,-0.0053764917,0.0037220023,-0.0138058,0.014130997,-0.007254803,0.01223777,0.0064590676,-0.0025150846,-0.0006925746,-0.13286246,0.0004230178,-0.0036871824,0.005082674,0.010484479,-0.018535867,0.011811576,-0.021830715,0.00049578474,0.012784761,-0.024647303,0.03489707,-0.012891933,-0.017284872,0.010100029,-0.016871108,0.010276053,0.0072166496,-0.010252292,0.0014003135,-0.0047253068,0.013195077,0.00580163,0.014450074,-0.012226439,0.0026820803,0.010652483,0.009067525,-0.0027922099,-0.008543862,-0.0016044909,0.016981527,-0.005400888,0.0004322193,0.0003611208,-0.009800482,9.513084e-06,0.0060245674,0.014070582,0.011888309,0.0022474448,0.0046735825,0.0050977827,0.011362469,0.019758778,0.009121444,-0.0025448503,0.008294752,-0.01740099,-0.010115233,-0.009255836,0.0014893764,-0.00093307096,-0.0058144657,0.019278072,-0.009601087,0.013457897,-0.005858248,-0.009918643,0.011861888,-0.009585423,0.012620249,0.004325775,-0.001905243,0.0055680503,0.013051284,0.022948917,0.0010449407,-0.028862327,-0.002926349,0.009762686,-0.006437657,0.023790494,0.002610017,0.0030734774,0.014472999,0.0042851716,0.03380818,0.0022456183,0.0023587258,-0.00069293054,0.0013635333,-0.023153942,-2.9044282e-05,-0.010710183,0.010877454,0.0036317469,0.015316778,0.014004244,-0.057467274,-0.041818965,-0.00981839,-0.0035735872,-0.032441374,0.0053245355,0.02965529,0.0072758957,0.010933586,-0.015078649,-0.0013363139,0.0044243294,-0.0034885136,0.0022317267,0.009528569,-0.00014670285,-0.017075704,-0.0024496575,-0.01152909,0.011398506,-0.021567075,-0.006988134,-0.009693141,-0.010283521,0.0007178948,-0.017484436,0.0053188507,-0.003996364,0.01989265,-0.010471762,-0.003006579,-0.0034530698,-0.003957818,0.0037904836,0.009326865,0.01635806,0.014513629,-0.009737513,0.013157178,-0.0057599777,0.007981458,-0.010077658,0.015860662,0.012072455,0.007930579,-0.018530212,-0.019912219,-0.010747957,0.024619307,-0.013952769,-0.008233824,-0.008090313,0.0074023535,0.015271439,-0.0047838646,0.00061965274,-0.00032980068,0.0047733462,-0.027868353,-0.013824599,0.026257956,0.009392238,0.010718351,-0.007450614,0.011195623,0.026859744,0.0050393743,-0.002106954,-0.0037155724,-0.02477886,0.013815494,-0.007115968,0.0056890044,0.0031673834,-0.008972318,-0.01343323,0.024436869,0.022731384,0.0021181172,0.006273146,-0.007478227,-0.009415778,0.0028579158,0.022563696,0.016327774,-0.011778947,-0.028943444,0.024012133,-0.005612691,-0.009468599,0.022069095,-0.02492889,0.009839985,-0.01172237,0.004136483,0.022686996,0.025343532,0.0043166666,0.0024816152,0.034355868,-0.0042822235,0.002271957,-0.008413797,0.0025003166,0.013032094,-0.022471605,0.036425278,0.009592283,0.002803958,-0.0156761,-0.027009157,-0.0071013547,-0.016460182,-0.0038360958,-0.15557833,-0.021023776,-0.027790768,-0.0148469545,0.015756218,-0.00032492788,0.012769627,0.0006147712,0.015358108,-0.0016491754,-0.0015812175,0.013474158,-0.008723606,-0.0055411304,0.04270099,0.008267103,0.0012798676,0.004100535,0.015604327,0.020298075,-0.0373202,0.0031157765,0.014151373,0.013058216,-0.009694172,-0.025295237,0.0041775773,-0.0038763273,0.0009758898,0.011824406,0.01538137,0.0049776137,0.0017155207,-0.015512482,-0.02361121,0.007348892,-0.0033052668,-0.0017709278,-0.017361239,0.023053477,0.0054406826,-0.008818929,0.018498655,-0.011872777,0.024728682,0.00056677207,-0.0015333147,-0.016123252,-0.0036772448,-0.0037410215,-0.007384991,-0.016319774,-0.009425352,0.01197983,0.010996033,0.0004858796,-0.008089056,-0.0037643684,0.009766649,-0.020338014,0.013215467,0.0062787705,-0.00095503166,0.042003557,-0.006627351,0.006555517,0.0019789261,0.14989279,0.017023554,0.017890241,-0.009413029,-0.00046981056,0.008581827,0.015429554,-0.017614359,-0.00060678215,-0.0071196295,-0.016400715,0.014759645,-0.020463012,-0.011989885,-0.01286903,0.009723401,-0.0020885926,0.0029039863,-0.0013520267,-0.0037799024,0.02042099,0.0046796687,0.014014093,-0.0011996393,-0.00450452,0.0102567505,-0.025629135,0.012092244,-0.008613979,0.0045731603,-0.008835909,-0.0275493,0.006365018,-0.032644898,0.014004057,-0.0035601088,0.0032437027,-0.018931696,-0.0048349947,-0.0031673997,-0.008167037,-0.01626967,-0.018671632,-0.013494593,-0.0065773693,0.00010033751,-0.013451424,0.002496767,0.0038342448,0.00012138485,-0.015799383,0.006661771,-0.021802375,-0.0036539987,-0.006210141,-0.010065234,-0.0035450656,-0.023993365,-0.0049428944,-0.014814572,0.0017124375,0.006108769,-0.010437052,0.009947136,-0.008797753,-0.012140736,-0.020712797,-0.0020628953,0.007053749,-0.114293,0.014468614,-0.03724559,-0.011080163,-0.0005166196,-0.007018586,0.0028993443,0.007925831,0.010234967,0.008503312,0.009933043,-0.0025389341,0.017805113,0.01917112,0.0032149202,0.008755856,-0.011991479,0.0021527184,-0.007955832,-0.0016977601,0.01666756,0.009268951,-0.006615889,-0.008094091,0.0012854232,-4.436821e-06,-0.032517057,-0.012266035,0.021328403,-0.009220881,0.0033319148,0.0019723815,-0.021052212,-0.0018800377,-0.0056285695,-0.001671606,0.005454896,0.006765803,-0.013637612,-0.0121222995,0.0010375128,0.0038785771,-0.0014842727,-0.008914588,0.0022400063,-0.00072264683,-0.0042811306,-0.00942021,-0.009098923,-0.0042435867,0.0038295472,-0.012473638,0.004254906,-0.025209269,-0.026350742,0.02655435,0.022562401,-0.031750962,0.021481453,-0.014071479,-0.0063514486,0.018452784,-0.010013028,0.00875784,-0.012517909,-0.0069346125,0.00135364,-0.021816166,0.0035450382,-0.011994975,-0.008620566,-0.010102809,0.018271342,-0.0014797847,-0.0050055184,-0.0024852182,-0.02040245,-0.004763461,-0.0034020934,0.002313612,-0.016758483,-0.0070124515,0.010678685,-0.02928726,0.01582251,-0.010808226,0.012648094,0.0073840613,-0.000113171474,-0.012128039,-0.0089286985,0.0071370313,-0.007539342,-0.002124182,-0.015929798,0.0015611998,-0.01329346,-0.00846756,-0.0009605547,0.00032506025,-0.013629737,0.018342795,-0.020347245,0.015335319,0.002851033,-0.016917486,0.022158295,0.0010909879,0.009726196,-0.0139384195,0.010344622,0.007077964,-0.008166798,0.0074853348,-0.014552149,-0.019515144,-0.009186219,0.023863317,0.018604212,-0.015051016,0.005502218,0.020305416,-0.019248772,-0.016737036,-0.0036548334,0.017261354,0.015103696,0.00010902745,0.023346001,-0.0116683915,0.006377514,-0.008277773,0.021024901,-0.006551431,0.0040846267,-0.019011395,0.018667316,0.0026896857,0.015286008,0.025633074,-0.006701269,0.0036066093,-0.0039264057,-0.0053170943,-0.017293079,0.010984661,0.012704864,-0.017347546,-0.017870806,-0.009096207,0.006828123,-0.021304468,-0.019747056,-0.002601633,-0.016647002,0.0038072534,-0.010644249,0.019782575,-0.0077663604,-0.005371336,0.014024782,-0.020441247,-0.001960502,-0.012718631,0.023120387,0.01336381,-0.01668551,-0.0065019904,-0.038670555,-0.008195989,0.004009985,0.01469816,0.024113214,-0.0076133306,-0.014349279,-0.021963488,0.009402784,0.0027723256,0.019424496,-0.076576725,0.029401278,-0.0034296417,-0.012825801,0.01783022,0.012711084,-0.0035414437,0.0070672547,-0.012850999,0.022069925,-0.007371052,0.0025866076,-0.023844104,-0.017952703,0.0053102006,0.010518256,-0.0059595304,-0.0018514841,0.01245829,-0.00802481,0.0050587705,-0.026991505,-0.005660511,0.010897006,-0.0035625151,-0.004238677,-0.011525876,-0.007246111,-0.026499245,-0.008325147,0.009969587,-0.01217521,0.0056443564,-0.007178464,0.009272971,0.009967788,0.009606206,0.011509414,0.006755659,-0.03752675,0.013606092,-0.017676536,-0.06604289,-0.010647778,-0.022383219,0.032726225,0.007849002,-0.004800997,0.0055264006,-0.003044513,-0.0037171978,0.0010151032,0.012530506,-0.0059333504,-0.0036812564,0.0012552205,-0.011573897,-0.01809903,0.0122633185,-0.026069874,0.012381818,-0.015214025,-0.018645352,0.011536893,-2.3676134e-06,-0.008062112,0.020902071,0.014330517,0.0275719,0.034246065,0.0030489576,-0.0013036024,0.00042833007,0.012311703,-0.013864929,-0.016144197,0.01945225,0.00783343,0.008633426,0.0109018255,-0.010393767,0.0026495317,0.015701015,0.05332897,-0.012679899,-0.007850629,0.00940528,-0.0976609,-0.015880108,-0.011372103,-0.010105253,0.013249091,0.0129801,-0.0009159187,0.04408379,-0.002680125,0.015666064,-0.009744249,0.0017315589,-0.007078064,0.0062028677,0.011753289,0.003310409,0.008177588,0.005622952,0.0038853833,-0.0077531463,0.024108937,-0.0062974202,-0.013090304,0.009355812,-0.0032905345,-0.030037392,-0.010169204,-0.0026844295,0.0041228537,0.0008338203,-0.0026489892,-0.013924029,0.015556159,-0.009033283,0.0043457793,-0.016776107,-0.012596661,-0.014640756,-0.004121926,0.020990962,0.0023198258,-0.00042521715,0.0032149488,0.0012193436,0.010185669,-0.001516072,-0.011824306,-0.008286736,0.013698903,0.018947605,-0.0015315975,-0.030735636,0.0037270573,-0.0010567651,0.019067047,0.019356495,0.0037967397,-0.00579666,-0.0002279466,0.019055787,-0.02064992,-0.01529274,-0.0018084673,0.0053646406,-0.02365981,0.018694552,-0.009729467,-0.0035583195,-0.020143414,0.0075367247,-0.017286351,-0.009004371,0.021723572,-0.008888828,0.020731948,-0.016065976,-0.014168454,-0.00042031225,-0.028122747,-0.007371464,-0.009853794,-0.02980095,0.00901583,-0.0064491513,-0.014452708,0.0006394212,-0.009365224,0.020796446,0.012640217,0.0006848904,-0.0026155575,-0.023881812,0.008542195,0.0050336863,0.012238068,0.00044332608,-0.01569176,-0.0011493869,0.03781179,-0.009910279,-0.003659084,0.021581624,0.010001285,-0.00024991223,-0.0075869984,0.011390518,-0.015632858,-0.010882235,0.005702292,0.0031082877,-0.0024280255,0.011976211,-0.0018677627,0.0032430715,0.011306844,-0.02326454,0.02414577,-0.00790198,-0.02228623,-0.006150064,-0.025685726,0.010555642,0.0060210833,-0.030567031,0.0025979967,0.0008461747,-0.016592177,-0.0069435523,-0.009814445,0.021710293,0.009771151,0.0007423873,-0.015517807,0.01835131,-0.0053249174,-0.013608138,-0.011073949,0.00064901664,-0.024404675,0.00612291,-0.019621747,0.0047598295,0.0004819215,-0.030714456,0.027361264,0.022835137,-0.01757074,0.010694091,-0.018753724,0.0025591182,0.027171474,0.008778282,0.020465966,0.010542592,-0.012383104,0.010872733,0.00431881,0.0003925294,0.0089937225,0.02658035,-0.00533381,-0.0065732305,0.0009655078,0.00043930518,-0.029140329,0.00034618564,-0.009188807,0.0230173,0.026225027,-0.021153258,-0.0108924555,-0.0076006697,0.015018487,0.006978692,0.037302524,0.0063097393,-0.025222404,0.024554461,-0.010383039,0.020237003,9.266225e-05,-0.0061182687,0.021480136,-0.02101298,0.007648135,-0.002399368,0.018144017,-0.025821205,-0.02146296,0.0006147039,-0.013783515,0.014776267,0.0036704983,-0.0036840031,-0.013974881,-0.0029913646,-0.012216796,-0.023722902,0.011627116,-0.0047549233,-0.011305346,-0.025118206,0.007365199,-0.00694736,0.009976788,-0.02551029,0.0049946625,-0.0043063737,-0.010153612,-0.011024546,-0.0023779438,-0.018295018,0.027009284,0.008123122,0.004827294,0.010754361,0.008713912,-0.005465723,-0.005256465,-0.019882767,-0.005058187,0.012813392,-0.012366689,-0.01013143,0.0142416265,-0.015865978,0.016232708,-0.002585217,-0.004270885,-0.022747925,0.014702444,0.00708626,-0.0024682486,-0.0060167457,-0.007602874,0.0036857522,-0.012234332,-0.005024401,-0.017522661,0.029284198,0.0012074095,0.0091230795,0.022504438,0.019545209,0.009693349,0.020101486,-0.015274395,-0.02183167,-0.027698396,-0.013238754,0.008726417,-0.0061763856,-0.029927716,0.012035419,-0.020929115,-0.021107676,-0.019082226,-0.00768981,0.007190182,-0.02994052,0.013841983,-0.013147212,0.014392517,0.016756592,-0.021235313,0.008921795,-0.0277758,0.007718182,0.007342868,-0.019529877,0.018964987,0.0040101917,-0.016434947,-0.034540884,-0.004859932,0.01278355,0.023101741,-0.012078573,-0.019686062,0.0056222873,-0.009443909,0.02056939,0.008644625,0.002805226,-0.007536558,0.002904235,0.0068459385,-0.002425981,-0.008166789,0.008142404,0.007871624,-0.01108055,-0.005967033,-0.0048563913,0.00024423943,-0.011048291,-0.0022661765,0.007530781,-0.015122536,-0.0060800523,0.010677978,-0.022541363,-0.013947936,-0.005256911,-0.021208817,0.0026480565,0.02155817,-0.0035042223,0.026234875,-0.013866064,-0.019565217,0.01182152,-0.015445967,-0.017788902,-0.00025380863,-0.0043798084,-0.031459756,0.0025414554,0.005323198,0.0050136657,-0.0018430405,-0.0043623364,-0.0032775106,-0.014643536,-0.014074093,-0.014707643,0.010553909,0.023229811,0.0131179895,-0.00717798,-0.0027034306,0.010640176,-0.0058302623,0.002687993,0.016220428,0.02438076,0.0021186906,0.020190727,-0.033138648,-0.02405041,-0.009317348,0.007786213,-0.008539639,-0.027668249,-0.013734137,-0.008330509,-0.009395945,-0.0056867306,-0.016167155,-0.013234803,-0.0134844165,-0.018750254,-0.01985926,0.012481287,0.00550734,-0.005943482,-0.010589316,-0.017162377,-0.0048565343,-0.010986871,0.007915998,-0.0006949853,0.008151785,-0.005181099,0.000139342,-0.0025863962,-0.02186917,-0.00018250283,0.011377152,0.0071107945,0.0047955066,0.006555342,0.00063032756,0.0035575246,0.0022139405,0.005335649,-0.0016188693,-0.0102767665,-0.02397166,0.022341577,0.009661516,-0.015474159,-0.005552638,-0.0066279043,-0.024969693,0.002428753,-0.024729634,-0.0021299087,-0.028609248,-0.016076662,0.004211484,-0.014737069,-0.013517099,-4.2225525e-05,0.008706363,-0.012748637,-0.0044547226,-0.013486967,-0.0022059078,0.016017377,-0.0020352688,-0.026614025,-0.0004762605,-0.030906428,-0.0071330145,0.0033681414,0.0030073922,0.0004940061,0.004979084,-0.0065259677,0.005376476,-0.014491028,-0.01358144,0.012503828,-0.010710809,0.008315657,-0.016569033,0.026811905,-0.017216211,0.018883197,0.000113990405,0.0035289954,0.007082506,0.007709545,0.015376274,0.0034083494,-0.029151715,0.0124560725,0.006554755,-0.009359764,0.01739303,-0.016009083,-0.008152255,0.0013970884,-0.0052090804,-0.005194823,-0.013043938,-0.0037779494,-0.019939346,-0.0042508016,0.01198848,0.008856003,-0.0027770544,-4.753176e-05,0.017605513,0.009824008,0.018864354,0.023197299,-0.03398887,-0.02019721,-0.013645922,-0.012246025,0.04629228,-0.0046967915,0.005216202,0.02193171,-0.0044962293,0.0045925337,0.004248555,0.0026881797,-0.004257804,0.010783616,0.029927127,0.0010536744,-0.0014030258,-0.009825555,0.007251259,0.0034768858,0.004574038,0.007316221,-0.019951709,0.024189765,-0.059656914,-0.009339926,-5.2610826e-06,-0.0036887142,-0.027811237,-0.017087279,0.008522558,-0.019674221,-0.0018112215,-0.015951889,0.0009531129,0.028232675,0.02333538,-0.009531652,0.0027723592,-0.02135726,-0.029619427,-0.0016853324,0.0007037752,0.0024704232,-0.012963877,-0.0028025666,-0.01075918,-0.017752385,-0.009329398,0.012906328,0.024612354,-0.023336418,0.0034215678,0.0037498835,-0.002447856,-0.0009041448,0.0007340903,0.014182764,-0.009808045,-0.013086434,-0.014040211,-0.0099137435,-0.004661068,-0.02003205,0.013757718,-0.007524888,0.0014239611,0.003123871,-0.010274203,0.005169744,-0.018548025,0.008630877,0.0009908138,0.004270399,-0.0020641831,0.02021273,-0.011577308,0.010597498,-0.03454708,-0.002631136,0.02222906,-0.012745626,0.0098732645,0.0070352308,0.008613594,-0.00010689458,0.00751857,0.027706685,-0.008524979,0.0021918435,0.002934241,-0.0044400464,-0.022103898,0.027642934,-0.0056580724,-0.0046474533,0.021172896,-0.0046217986,0.020486912,-0.0023881295,-0.00257841,0.020558558,-0.009893253,-0.011202954,-0.0033131747,-0.021391097,0.0076822466,-0.0064492095,-0.010678602,-0.011857208,0.019967733,-0.0028381813,-0.009373607,0.010762525,-0.014138752,0.017375633,-0.004886257,-0.020115893,0.000491284,-0.033699796,0.010985321,0.0071323104,-0.014963253,-0.032253455,0.028812712,0.011903228,0.0055976417,0.010754548,-0.000114738665,-0.00052823557,-0.012532154,-0.01860773,0.003766974,0.0036305436,-0.011724438,0.013505427,0.0011280369,0.008835212,0.007735955,0.013454641,0.006307493,0.0010811507,-0.00683231,-0.021432443,0.0052293576,-0.0008671687,-0.022999942,0.004413314,-0.011057153,-0.008313832,0.003947759,0.0007307341,-0.0055484283,-0.009843209,-0.0014996979,-0.00055641594,-0.019653687,0.0062433053,0.024492266,0.012535652,0.009689357,0.007834774,-0.030141396,0.00870836,0.00088845915,0.0024028218,-0.007589071,-0.008124281,-0.0011840549,-0.018560344,0.0055970033,-0.007071978,-0.029239705,-0.012643925,-0.01138202,-0.015360706,-0.0023089082,0.028896714,0.022237945,0.012644117,-0.028229428,-0.02371241,0.0059408727,0.017728915,0.022583013,0.0034934063,0.01255804,-0.005108611,0.0058839587,0.01649664,0.01081382,0.016425656,0.019646542,-0.004653909,0.005443817,-0.010229169,-0.010256946,0.006392772,0.0054456047,-0.014147816,-0.018859997,-0.00522272,-0.008859339,-0.013395932,-0.010121633,-0.0020303417,0.022154301,0.011130884,0.03473644,0.015953466,0.033861507,0.0051775505,-0.014735824,-0.013314596,-0.0143673625,-0.018251166,-0.0403365,-0.014261928,-0.03295503,-0.005250478,0.021587066,0.0008609744,0.0017951996,-0.00086106826,-0.013391559,0.020721966,0.0081412215,-0.0022618757,-5.819696e-05,-0.014327157,0.0026390688,0.004976922,0.0019865523,0.01627785,0.025243063,0.0061409734,0.013292006,0.019795632,0.16026449,0.13005313,-0.007146906,0.01835511,0.002116523,0.006973495,-0.031970326,-0.011951098,0.0099531,0.004106181,-0.033323497,0.012837461,-0.025901172,-0.030293401,0.02599713,-0.017854787,-0.027919926,-3.3827255e-05,0.001639498,0.019852087,0.0057989764,0.025743809,-0.021303361,0.006214894,-0.025747435,-0.0047416314,-0.017513232,-0.002342491,0.019110238,-0.01282783,0.013753204,-0.0075711613,0.004958652,0.007817867,0.02169901,-0.017777296,-0.012021675,0.0016888628,0.013600141,0.027367601,-0.017334647,0.010369366,-0.008366158,-0.006718171,0.022888267,0.024569008,-0.018340494,-0.013256572,0.010117576,-0.020566247,-0.009480215,0.008340222,-0.015917705,-0.009725712,-0.020009005,-0.023451177,0.02371906,0.03330469,-0.031636577,-0.0011610931,-0.0008058148,-0.007318631,-0.014636349,-0.002715704,0.0055598454,-0.0027895838,0.007635265,0.0026504803,0.0045362334,0.00023644051,-0.003769595,-0.0014754276,0.0009936444,0.030539414,-0.009972296,0.02255281,-0.008111925,0.00037193912,-0.002806584,0.003611419,-0.006135543,0.002304096,0.0011773658,-0.03242168,-0.0021475363,-0.006491331,-0.0012547235,0.018745383,0.0935349,0.0052337,0.014941812,-0.0026955495,0.006184865,-0.020670272,0.012439081,0.05408689,-0.011633144,0.006234693,0.0036853875,0.000941585,0.011144137,-0.0002600067,-0.003297547,-0.011091213,0.009324408,0.017780798,0.0018769094,0.040516764,-0.004889656,-0.0017638928,-0.006800162,0.00068690727,0.013067821,-0.0031434868,0.004237514,-0.0005418638,0.00086956285,-0.015319384,-0.09586325,-0.00562992,0.010114862,-0.013380278,0.011570586,-0.016449573,0.008685367,-0.006243569,-0.0021116796,-0.007741919,-0.0021173628,-0.02207711,0.012001918,-0.010644717,0.017063122,0.01756851,0.02692899,-0.017039591,-0.014581847,-0.013727903,-0.0021566187,-0.009089114,-0.016915984,0.009068011,-0.004558508,-0.0017686794,0.011921068,0.01928276,0.0010913456,0.006245279,0.010904462,-0.0023245267,-0.015560817,-0.0051211747,0.002908389,0.006991952,-0.01409633,0.018812139,-0.015939908,-0.007984789,0.0011103115,-0.022734264,-0.011583688,-0.034723423,0.012226701,-0.015618833,-0.0021435367,-0.010403048,-0.011088779,0.029557554,0.023919815,0.02628538,0.0057395175,0.0059727235,-0.01126118,0.007060754,-0.0025117917,-0.0051276516,-0.008128239,0.004953926,-0.012128845,-0.015942348,0.007422563,0.017903874,-0.003879051,-0.01700778,-0.012392855,0.0034073745,0.0027996062,-0.014473105,0.0065391893,-0.006087888,0.0043695043,0.000415304,0.033876114,-0.011283427,-0.026954623,-0.0036301336,0.019936904,0.00787535,0.0026853678,-0.025330216,0.0060508847,0.10426436,0.024303531,-0.0007734193,-0.0029645427,0.00096015364,0.006056906,-0.008482082,0.0071022348,0.017242095,0.006553598,-0.0055384296,0.019244337,0.0050467667,0.01865994,-0.0021889904,-0.02544718,-0.0010889249,-0.025862977,0.0136001045,-0.018990329,0.01181546,0.024609588,0.018518683,0.012071028,0.010868438,-0.0045094085,-0.031128401,0.021711444,0.0016062189,-0.0018249684,0.0109381005,-0.010208664,0.022962974,-0.0006062179,0.0055402406,-0.019320162,-0.011117102,0.004957052,-0.024810929,-0.0057411403,0.021590432,0.01508804,0.011591044,0.022887118,-0.03346638,0.18746172,0.011000632,-0.0102048,0.013400725,-0.010342159,0.019410878,-0.007656198,0.016275074,0.0098666325,0.0004600159,-0.018228753,0.002758959,-0.012938942,0.006082316,-0.0076295645,-0.023946997,-0.01524326,0.0071441764,0.004817277,-0.008313339,-0.031217838,0.008269118,0.009566285,0.008379845,-0.020805087,-0.0049062087,0.004318354,0.013542998,-0.0017455877,0.0054866397,0.0045426,0.0072029326,0.0024545349,-0.027152231,-0.010878671,-0.0075463005,0.007322267,0.018225437,-0.017912293,0.020771852,0.014186184,-0.0012567734,0.015017365,0.03153266,-0.006076647,0.006664883,-0.018933663,0.0009790444,-0.016317287,0.005018128,0.013593645,-0.0004496959,0.010445442,0.006583855,-0.013844443,-0.00073997315,0.006703147,-0.01949514,0.0019650569,-0.031114612,0.0020749592,0.019020975,-0.019133264,0.020224802,-0.0018214921,0.014399911,-0.003554769]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 176,
          "content": "Japan to see higher plastic and metal prices as Iran war drags on",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.014226855,0.017308708,-0.005664581,-0.112582274,-0.006037077,0.0111414585,-0.011475996,-0.0039536185,-0.010309895,-0.0017183358,-0.008659681,-0.010943603,0.010944282,-0.0052437093,0.10568196,-0.022684382,0.01942703,0.037596863,-0.0037290265,0.0042406917,-0.022706902,0.019323317,-0.007970941,-0.02254868,0.02341147,-0.037967615,0.040200572,0.012400323,0.05374521,-0.014416616,0.0026650757,-0.0017007192,0.010118055,0.00086043216,0.019467087,0.0030150027,0.01846928,-0.019135624,0.030869357,0.0009581288,-0.01508595,0.008287351,-0.0034455906,0.03435096,-0.037684537,-0.024510344,-0.01599442,-0.020099081,0.009648448,0.026080094,0.016523253,-0.003307488,-0.01854416,-0.15308717,-0.018551195,0.022654602,-0.018868607,-0.0314957,0.027046066,-0.031481046,-0.012570998,0.03270765,0.020972872,0.015618775,0.0114370445,0.0040098783,-0.0092993835,0.011267471,-0.009412082,-0.007832806,0.005619547,0.04316493,-0.00075332506,-0.0030449387,0.039011423,-0.013374977,0.0082658725,0.029725254,-0.016379204,0.0070697037,0.009405902,-0.03769824,0.0022874312,0.0033862991,0.043983012,-0.023444384,-0.011457255,-0.0010769736,-0.015058077,0.021881858,0.025153212,0.030554567,-0.01603693,0.03657799,-0.008880502,0.02797873,-0.005807253,-0.026866553,-0.020861983,0.0015536539,0.003926352,0.014548035,-0.010738821,0.036291726,0.0030740716,-0.006509401,0.011408287,0.025975456,0.009865581,0.0005653339,0.0005679772,0.021071352,0.00549286,0.03149918,-0.028157081,-0.13274114,0.00053968205,-0.0010517911,-0.0111925425,-0.021009706,-0.01729814,-0.028769238,-0.0073247096,0.0013793138,0.027365739,-0.025882484,0.016341744,0.033392422,-0.0115518235,0.010337463,0.018975025,0.0029747812,0.0042779064,0.021957858,-0.019420533,0.025741205,0.011287149,0.017706744,0.004031608,-0.028424336,-0.010933379,0.016140534,-0.021203153,0.004020966,-0.020260014,-0.018192276,-0.0114569655,0.014467134,0.006196981,-0.0052781412,0.052655164,-0.0120865265,-0.016077075,-0.011973281,-0.0074738613,-0.002239933,-0.015339055,0.009161472,-0.017536454,-0.016474767,0.0022313355,0.0014868345,0.009391788,0.0082576675,-0.012339741,-0.017081458,0.015444459,0.012127677,0.015721036,0.009907445,-0.013149693,0.0054854834,-0.02487334,0.005614037,0.012166094,0.012192655,0.004094112,0.0031095203,0.008895363,-0.00508496,0.002639565,-0.0066013015,-0.00074912666,0.025069946,0.035249986,-0.006792407,-0.013655014,-0.029747158,0.008445814,0.014683643,-0.006382082,-0.043115884,0.0016253593,-0.05453443,0.021793013,-0.0030633993,-0.011781536,-0.010070947,0.020468941,0.0033060168,0.006246534,-0.012559751,-0.01826876,-0.0005944913,-0.017561316,0.014369505,-0.00531369,0.006974802,0.0018272582,-0.01387209,-0.009256637,0.0051178006,0.018680084,0.007735007,-0.0009564312,-0.029346796,0.013553231,-0.008756026,-0.010864114,0.026312092,0.038714413,-0.023626402,-0.012380277,0.00036018732,0.026631966,-0.008062418,-0.009882233,0.023400987,0.013001531,0.024783477,-0.027281675,0.021825973,0.009291735,-0.0028469744,-0.026973128,-0.007363596,0.0027053617,0.035016984,0.01691916,0.034918144,-0.027422711,0.014666253,-0.012751459,-0.0237069,-0.017790435,-0.007831085,-0.0064441776,0.0020526524,-0.009742618,0.008187949,-0.010712427,0.0018628049,0.010425906,0.031133752,-0.0071076676,-0.007470757,0.005755421,-0.020909257,-0.0093608,0.0011596876,-0.0038926015,6.76489e-05,-0.012499046,-0.017169047,0.0039333566,0.0038140605,0.0040576705,0.025179384,-0.017062966,-0.0110116955,-0.019251954,0.003407063,-0.03992809,0.00066600734,0.00014704323,0.031743437,-0.05262907,0.021827534,-0.008007596,-0.015194441,0.008244872,0.0027289123,-0.0037902414,0.027974574,-0.011871387,-0.012700385,0.015109984,-0.024861734,0.010769028,0.012870475,0.004634865,0.0018071693,0.0030370746,-0.014687762,0.035419043,0.007111322,0.014132461,0.028578183,-0.028558329,-0.01111963,-0.0073282807,-0.03298462,0.03120403,0.03599942,0.0062221023,0.030810615,-0.015289804,0.027788056,0.0028397941,0.0074609322,0.0014149199,-0.021160591,0.004416551,-0.017237669,-0.004792785,-0.023412932,-0.016107384,0.003875633,-0.0012252455,-0.025812734,-0.0053847576,-0.029149555,-0.014419462,0.017845534,-0.018472845,0.018847937,-0.0025717614,0.021325907,-0.008563389,-0.012133441,-0.017853148,0.00812849,-0.00051486277,-0.0006223103,-0.0063169054,0.016388012,0.005086227,0.0010316554,-0.0008102189,-0.010233787,-0.007968841,0.018197035,0.0059999055,0.0052970555,-0.0056026643,0.02417252,-0.010748514,-0.014281138,-0.018962998,-0.03104014,-0.014178762,0.006983119,0.043553345,0.013434972,-0.020665469,0.02441849,-0.012205505,0.006504901,-0.0013328204,0.034785535,-0.0012436198,0.014010264,-0.0052197697,0.026695877,-0.015599602,-0.016881408,0.026609927,0.0038002273,0.008456908,0.0059158006,-0.031093657,-0.002703851,0.011275324,0.028676819,0.022226265,0.0035086991,0.012419236,-0.0132800145,0.0064357007,-0.023924068,-0.015499145,0.02319268,0.009592873,-0.020471582,0.0022280924,-0.0221051,-0.010314473,0.014434429,0.009026176,0.019682366,-0.026333984,-0.009460664,-0.012925074,0.017822111,-0.01853412,-0.009139438,0.004167388,-0.024286697,0.0030447037,-0.0057992237,0.01654793,0.007900979,0.022575142,-0.0017251509,-0.004615628,-0.00677554,-3.3372075e-05,-0.020077977,0.017621461,0.03272497,-0.010529677,-0.033920087,0.018743997,0.024956638,-0.002580127,0.006707674,-0.012110586,0.0069432883,0.009811936,-0.008924479,-0.0109816,0.02761352,-0.0151469745,0.0040068524,0.010717311,-0.005543427,0.030411588,-0.006889897,0.025495911,-0.0022654883,-8.801176e-05,0.005503741,0.0049651056,-0.011817073,-0.0047928696,0.015496965,0.00088466314,0.016156564,-0.005110762,-0.011678039,0.006246748,0.017352803,-0.0033054098,0.006172866,0.0028906914,0.018439006,0.0074400785,-0.0104253655,0.0055578235,-0.0168981,0.016683444,0.006737516,0.024835123,0.011028251,0.018546572,0.02116592,-0.00783104,-0.005366977,-0.0029978424,0.012990004,0.004336144,-0.014759838,0.0010439232,0.04152619,0.009865958,0.019557264,0.015033258,-0.03782784,0.023087755,0.003830397,0.018854862,0.008897891,-0.03556522,0.019438416,0.004432612,0.0042207534,-0.03484833,0.010826495,0.0114468625,0.03850646,0.01725998,-0.013360746,-0.00038152948,-0.023768349,0.012852143,0.008830965,-0.013142261,-0.0024246105,0.009160148,0.014247964,0.015212729,-0.008914519,-0.006216925,-0.0032418785,-0.003485469,-0.016458461,0.015760165,-0.005453976,0.018337037,0.02535419,0.016423361,-0.021111866,0.0011558986,0.010937173,-0.043601017,-0.0039903806,-0.022981755,0.015589992,-0.0010330168,0.009623125,-0.024769083,0.015190328,0.0011325459,0.02517451,0.008273334,-0.003933965,0.0068082553,0.0153520815,-0.014217288,0.010253418,0.005333196,0.004241473,-0.0055138874,0.0025996806,0.016448677,-0.0005117335,0.014564563,-0.019255655,0.0010557004,0.012605668,0.0047543123,0.028561983,-0.0012190444,0.0056137103,-0.023615843,0.0014646767,0.014620596,0.028494619,0.02517462,-0.0071903123,-0.016116973,-0.0014631868,0.00045865623,-0.01340492,0.034114875,-0.07496005,-0.021060113,0.008405407,0.001086271,-0.023236541,0.015133341,0.04144871,-0.007903778,0.033002898,-0.016479941,0.0018446844,-0.010372694,0.005573421,-0.020398162,-0.013775438,-0.021437958,-0.032510232,0.0038208785,0.005214461,-0.009355531,-0.0025012717,0.020247959,0.010203532,0.024137365,0.028678587,-0.010033594,0.015600864,0.014420711,-0.0048572225,-0.0030848796,-0.00769841,-0.0005505952,0.00447117,-0.013730108,-0.014193921,-0.010037178,-0.011014586,0.03585235,-0.0072331787,0.025393771,0.011742557,0.012991217,0.019572059,-0.036237795,0.0039031713,-0.028100658,0.0119055705,0.00998257,0.018253589,-0.0020963994,0.0184358,-0.022120086,0.015369327,-0.0021708133,0.03237099,-0.02647232,0.0061492193,-0.025806362,-0.011126554,0.025358139,-0.014038986,0.0022976615,0.006112679,0.03895998,-0.009459876,-0.0025631795,0.013926863,0.023893775,0.012381805,0.017318718,-0.0108054085,0.006494316,-0.010825771,-0.0046910816,0.009627042,0.0011187106,-0.01101259,-0.014807291,0.013392218,0.017716665,-0.036773074,-0.018568512,-0.0864642,-0.013815247,-0.044987444,-0.008355785,0.0033134064,0.014067621,0.0049233655,-2.6724598e-05,0.007393179,0.02556757,0.030570652,-0.022454863,0.013005897,-0.030741442,-0.027752453,-0.012992024,0.009284991,-0.017828315,0.03589266,-0.009864035,-0.009127503,-0.01694247,0.01115005,-0.0017904042,-0.022577776,0.026828695,-0.019789394,0.017339738,0.0038720763,0.005817634,-0.015478113,-0.14276905,0.011432281,-0.0059283297,-0.02732472,0.015057888,0.0034910513,0.0080389315,-0.027052658,-0.022540959,-0.022927843,0.0051334794,0.00730345,-0.005456105,-0.004629258,0.03246062,0.12146476,-0.00664809,0.026576094,-0.0009455425,-0.015577968,0.009119022,0.023323644,0.025073553,-0.009779529,-0.011611892,0.015090279,-0.017428568,0.028039806,-0.014945411,-0.029907968,-0.014872319,-0.011708524,0.013872422,0.007717103,0.014517851,-0.0014001598,-0.018342888,0.0058581927,0.029213414,-0.028017275,0.023465168,0.015399791,-0.009661687,0.0038291581,-0.021975448,-0.01631999,-0.011627957,-0.02438375,-0.0035977333,-0.016346436,0.0038259763,-0.06913999,0.0049009356,0.027851557,-0.0067098904,-0.0057558995,0.00021458454,0.026759481,-0.0074595534,-0.00207912,0.015367136,-0.009224817,0.012801827,-0.003922517,0.0076668845,-0.009884324,-0.0063299015,-0.007200635,-0.0049254587,0.036343306,0.0017952992,-0.025503635,-0.0057567977,-0.0027097038,-0.006952942,-0.025350755,-0.023199877,0.035044227,0.021388924,0.003113282,0.0047608293,-0.013762327,-0.021452282,-0.0038798093,0.010543358,0.0048693316,0.003923645,-0.00061971095,-0.028117625,0.00732178,0.019467723,0.011723716,0.010841493,-0.014767618,0.0020903193,-0.0022463994,0.0057128123,0.008572333,-0.025076127,-0.02581234,-0.0066614533,-0.014747022,0.021918936,0.015188526,-0.008554427,-0.01275924,-0.0071056015,-0.0068782847,0.02091469,-0.0073070014,-0.008663357,-0.017349591,-0.008425598,3.8244212e-05,-0.00400937,0.010159511,-0.0105454065,-0.004546173,0.005424941,-0.0003557358,0.008356297,-0.0026121153,-0.001986806,0.0063000266,0.018581187,0.009077925,-0.00052846177,0.019778278,-0.0070808856,-0.029509354,0.01506394,0.0010974411,-0.011830612,-0.013587533,0.014413836,0.02021636,0.02126219,-0.012496718,-0.0005119492,0.009334166,0.013848938,0.007703883,0.0003173801,0.00083575747,0.0111795105,0.005565681,0.015302698,-0.016738588,0.00034849116,0.0035268655,0.023041507,-0.011563123,-0.002969485,0.005008665,0.0008814678,-0.0008244786,0.012110566,0.010557899,0.014240538,-0.0005188327,0.002643537,0.022053035,-0.00032216596,0.01809226,0.005631765,0.006335617,0.0016625789,0.017157182,0.0046444726,0.0114052715,-0.007742089,0.0056641554,-0.013323679,0.0059243506,0.0019821108,-0.00094661064,-0.005778018,0.0014694424,-0.0025564774,0.014686659,0.010040567,0.015983166,0.0032270264,-0.029900873,-0.016373415,0.02415294,-0.0001538519,-0.010831,-0.0024715092,-0.0026892475,-0.019505702,-0.018095957,0.0095762685,0.0042874124,0.011049695,-0.0010767508,-0.0049797734,-0.0002575027,-0.0020766107,0.015840517,-0.011535071,-0.004157511,0.00066251017,-0.008373576,-0.007217973,0.0033085474,-0.003923378,-0.0015598458,0.003147858,0.010518441,0.015186176,0.01213176,-0.008256395,0.029552644,-0.002468658,0.007092846,0.0064142225,0.017458802,7.952272e-05,-0.00011193271,-0.0056957854,-0.0047252425,0.002508726,-0.01021836,-0.0064851292,-0.012611635,0.017538438,0.012212671,0.0015780173,0.004522627,0.0066758604,-0.0068911486,0.0095683215,0.0011025028,0.0052141906,0.017241769,0.001808482,0.005361361,0.016568696,0.0037542225,0.0011421985,0.0064319056,0.017551834,0.011898602,-0.013664237,-0.0007709392,0.008501667,-0.0119467005,-0.011101,-0.011534182,0.006111456,0.012335292,0.016170373,-0.0025044756,0.0026443189,0.0014523702,-0.011571031,0.018668965,-0.0006756679,-0.009860929,0.005877608,0.013116125,-0.0018058138,0.032377932,-0.008016659,0.0009213271,-0.0007082702,0.0054583224,-0.0038784426,0.034489427,-0.009755734,0.011209682,0.019405456,-0.015968934,-0.016637618,-0.013907041,-0.009801671,-0.010190909,0.0063768844,-0.006193096,0.005445419,0.0043119458,-0.016332535,-0.016107632,0.0014192561,0.014073999,0.0044958144,0.0051103653,-1.7575312e-05,-0.027544275,-0.0076832324,0.013934018,-0.007970899,0.00030310254,-0.0055647995,0.005390537,0.002660083,-0.014125824,0.0018245777,-0.004384075,0.0016964466,-0.0033445419,0.004286838,0.003275501,-0.001970409,-0.009085828,-0.009094478,0.01932582,0.016157568,-0.0018811852,0.08304164,-0.010951115,0.011785392,0.020457506,0.0011153942,-0.0058686757,0.002239821,-0.025455665,-0.013056292,-0.006844709,-0.00047578808,-0.019585116,-0.0025191507,0.0072586187,0.0052663567,0.005058885,-0.0027160682,0.01429616,-0.0030508025,-0.0014110489,-0.00443264,-0.011476336,-0.013637185,-0.007763412,-0.00367217,0.0059930184,0.0039497837,-0.011423028,0.00600256,0.013248743,0.00039264795,0.0055368748,0.010547632,0.020791447,-0.0015261379,0.0064730714,-0.010076546,0.015340171,0.019006563,0.0078124152,0.030696066,-0.0014491054,0.009265169,-0.010817068,0.013659424,-0.003559849,-0.011004182,0.012645866,0.006324384,-0.002168395,-0.016334388,0.009689464,0.00013057521,0.0043359427,-0.012905303,-0.01575765,0.003461375,-0.011787351,0.0059996136,0.012054617,0.0074837324,0.014674822,0.0034020839,-0.007243798,-0.00087056495,-0.0039068116,-0.0015161983,0.024354413,-0.000547275,0.01329375,-0.008192376,-0.00036656726,0.000888198,-0.006040855,0.01883672,0.014362674,-0.0114344675,0.007417623,-0.0018146742,0.0064220494,0.023888318,-0.024751892,-0.01707018,0.014458486,0.007192541,-0.01140746,0.0014561184,-0.015383888,-0.0052365186,-0.0080967825,-0.0027985838,-0.0024676342,0.012926552,0.006541625,-0.020300457,0.013941486,0.054384995,-0.004821393,0.00412315,-0.0039752848,-0.006732382,-0.033959597,0.0036298248,0.00060755253,0.025299814,0.010858192,0.006718874,0.0041952766,-0.012686484,-0.010680093,0.0039037524,0.005112245,-0.006659136,0.012200169,0.0040153423,-0.0036485472,0.003673992,-0.00043360825,-0.01733783,0.012682648,0.0041750916,-0.0003710686,-0.0026698983,0.00940993,0.003719119,-0.011388307,-0.0021237687,-0.01464191,0.0069965725,0.0068537556,0.002091619,0.0049189385,-0.021543324,0.00074057456,-0.00046929313,0.010931057,-0.0027756752,0.0074400413,0.0017887504,-0.009260781,0.012195302,0.0007173546,0.014310495,-0.00020877633,-0.009371023,0.003809607,-0.008788221,-0.0060334913,-0.0077802786,0.0070850453,-0.00050911505,-0.013922687,-0.0017266133,4.256766e-05,0.0074654757,0.003516821,0.02541554,0.0033182648,-0.01916712,-0.010394296,0.0019107694,0.0047712624,0.0033038883,0.0017429622,0.0062043136,-0.006229121,0.0019625472,-0.0021977706,0.0028954854,0.023546917,0.016514523,0.0019950012,0.02326991,-0.012924383,-0.008541911,-0.0133847315,-0.030152697,-0.009539575,-0.020648796,-0.0116805965,-0.005811434,-0.012109088,0.0039095427,0.0014469107,0.027100785,-0.021386625,-0.0256864,-0.0038226438,0.04373101,0.0051934496,-0.0047691823,0.0016866336,-0.00031128715,0.003482928,0.0013087714,0.005687086,-0.0027806112,-0.005086432,-0.007989103,0.009998,-0.0010443681,0.006761772,0.008987051,-0.0056077447,0.0006395482,-0.0033512118,0.008308584,0.015311202,0.0045525776,0.0033655853,-0.006631976,-0.013777727,0.008104164,-0.0004949127,-0.004954477,-0.011455575,0.025478808,-0.012677436,0.0039623263,0.0038715755,-0.009563934,0.011471923,-0.0038942245,0.0055184625,0.0116284285,-0.0004717084,0.002925048,0.006101639,0.0018277888,-0.01043137,-0.0064786845,-0.000767292,-0.009618269,0.0040501077,0.013112031,0.008294209,0.0051854323,-0.0066585867,-0.009602083,-0.0031315181,0.016452728,-0.0029353271,0.01216273,-0.011051639,0.0010452162,0.00829225,-0.021615608,0.002463648,-0.012284864,-0.003023619,0.006885649,0.0019857765,-0.0032471644,-0.00071269367,0.024318712,-0.02078441,-0.011488796,-0.0450681,-0.00854662,0.011617339,0.017395457,-0.011307899,0.006063574,0.010365376,-0.013218348,-0.004711324,0.014980003,0.0030869937,-0.009133968,0.013623236,0.007612575,-0.017764937,-0.007174541,-0.020428274,0.009139611,-0.009823845,-0.006433088,-0.020986127,0.0012228873,-0.0076893875,-0.026134923,0.020935645,0.009661326,0.028994035,0.007641964,0.007878141,0.0003942022,-0.008223551,-0.008803772,-0.004950938,0.016035933,0.022595998,0.002237989,-0.013374734,-0.022738647,-0.0046879915,-0.006517487,-0.006252421,-0.012086827,-0.0141135445,0.015249293,0.0041700345,-0.010858422,0.011960564,-0.014575069,-0.00064789545,-0.019277463,-0.003122379,0.027760157,0.0058611347,-0.004183234,0.009347842,0.00450581,0.026286457,0.0016780224,-0.012382833,-0.0022900545,0.0013129257,0.013901408,0.0065552695,0.014313709,-0.013352744,0.014395741,-0.025065701,-0.0049592946,-0.017677598,-0.0071498705,0.0079156915,-0.017115239,-0.019644601,0.00439654,-0.030711448,0.011823333,0.0075326087,0.028288705,-0.016873354,-0.0032223845,0.0007008955,0.011081318,0.0041916226,-0.016626595,-0.0066543687,0.016202236,-0.003697149,0.0049190614,-0.0167001,0.033907607,0.010589303,0.008507412,0.004148894,-0.0019944229,-0.0038561376,-0.002862097,0.0032302341,0.0044770287,0.012469961,0.0018869891,-0.012180744,-0.0026450402,0.0016993657,0.005886999,0.013701005,0.019242737,-0.0063809925,0.008819094,0.014230049,-0.0016655306,-0.008215743,-0.0022766138,0.011746913,-0.036465384,-0.0058172257,0.011684022,0.0041460767,-0.0024862897,0.01321252,-0.0075681405,0.014333538,0.018651018,-0.0028106517,-0.015441787,0.013231453,0.0007746865,0.00011817313,0.008488068,0.0047111944,0.00097520865,0.0038073033,0.0005100295,0.013366996,0.0037693607,-0.0077099376,0.02469703,-0.0050489404,-0.0016204183,0.001975369,0.00070231577,-0.012940167,0.0029274256,0.013032857,-0.00300407,0.0089688115,-0.007596311,0.004988877,0.011974075,0.0046940213,0.016587358,0.00092228834,0.007950433,0.01801519,-0.006312525,0.00046717832,-0.013963752,-0.005270085,-0.0025850933,-0.016386148,0.006408463,0.007467394,0.005161092,0.0036499207,-0.008806565,0.022490397,-0.016788166,-0.014370621,-0.01606153,-0.01175764,-0.010695982,-0.0055772224,0.0054883817,-0.019502679,0.02010685,-0.012126423,-0.0043249456,0.012932069,-0.0015042018,-0.0060792286,0.002335557,-0.006923871,0.01452407,0.027739992,-2.7252741e-05,-0.006121158,-0.0049519525,-0.0030045467,0.010494564,-0.00613698,-0.004498225,-0.010027821,-0.0221276,-0.013251324,-0.003543723,0.009258799,0.0086842235,0.0032262215,-0.002063214,0.017745215,0.007396849,0.0020166286,-0.012194747,0.018424379,0.01218491,-0.0035568224,-0.086830504,-0.010115067,-0.010948751,0.018317372,-0.0053507453,0.009988385,-0.0012894683,-0.005642335,0.010857017,0.003983662,-0.0053268024,-0.0013810284,-0.00873709,-0.00055432844,0.008607654,0.014974164,0.004150228,-0.0069276155,-0.013561509,0.010696328,-0.014261751,0.0069383676,-0.005193788,-0.0036721383,0.010090201,-0.007462037,-0.004233,0.0074817594,-0.008342109,0.00091166433,0.00441908,-0.005180505,0.0066321664,0.011231891,0.012335207,-0.0021747758,-0.0021456818,0.00061165186,-0.13738628,0.011280785,-0.01050834,-0.00030578335,0.0018617607,0.014822403,0.006982642,-0.026973812,0.001042809,0.025914187,0.0031276206,0.0060347905,-0.013787769,-0.026825802,0.0067313435,-0.0034033132,-0.026041435,0.0070857718,-0.015132013,0.02233224,-0.013246132,0.0008937111,0.012360342,0.025937008,0.025413744,-0.0083911335,0.0030632098,-0.0016755671,-0.0066346144,-0.005232872,-0.010662581,0.016351072,-0.0031736349,-0.00031759168,0.011992508,0.004220737,0.0062440927,-0.0031013647,0.010339626,-0.02239531,0.006494589,0.0023105908,0.0030164805,0.008152745,-0.011968788,-0.010947508,-0.0065313904,-0.0038278853,-0.015206313,0.004867511,0.008184225,0.0017243269,-0.0024127215,0.01439981,0.014285227,0.008909127,0.015351933,0.0003797931,0.012751939,0.0015281774,0.015435318,0.008970905,0.006847092,0.003315875,-0.0066399984,-0.005755396,-0.002234865,0.0056073493,-0.011938527,-0.0064657214,0.0058489502,0.0068933875,-0.0032655804,0.0076082214,0.0046450277,0.010716939,-0.0142444465,0.005919179,0.005763006,0.0022887872,0.018530848,0.005166984,-0.022189887,-0.0062394696,0.0020118814,0.000240717,-0.008379647,-0.003467346,0.0033182893,-0.040752374,-0.03152462,-0.000906784,-0.0046197386,-0.00010696277,-0.008379712,-0.0014844374,-0.013131913,0.004250864,-0.0029840413,0.003370224,0.010945678,-0.0058424766,0.00339406,0.013851521,-0.008930741,0.025612446,0.0058877035,-0.022787994,0.0027135564,-0.03206107,0.016031673,-0.010871101,0.017550554,0.019691914,-0.014768211,0.017299298,-0.00636421,0.00663065,-0.0120908,0.0008328199,0.011976061,0.011263633,0.017381433,-0.0011874477,-0.017089589,0.019884031,0.008071922,-0.025088897,-0.007154687,0.006556888,-0.015334201,-0.0017567623,0.004682196,0.017116161,0.016620895,-0.008375375,0.012000422,-0.01751704,0.014970388,0.010943901,-0.0077932673,0.007356105,0.0072522513,0.007046092,-0.009509832,0.007093854,0.009614088,0.006967399,0.0069429125,-0.002898304,-0.0016462975,0.0018597703,0.013906693,-0.0153627815,0.019952776,0.020550674,-0.008264786,-0.009660565,-0.0255927,0.015367579,-0.0124524385,0.007519553,-0.0072699124,0.024983251,-0.003463205,0.01118085,-0.0011858806,0.0019590887,0.033661216,0.00066476583,0.011537543,-0.0051506516,0.0126223285,0.015020787,0.005511821,-0.02682308,0.0076113013,-0.009090797,0.015268395,0.0072495467,0.004178807,-0.0018135977,-0.0036986743,-0.0048031593,0.013695666,-0.017790202,0.0149025,-0.016492222,0.038812887,-0.0205173,0.011968224,0.010084325,0.000886385,0.00539696,-0.03976925,-0.02087702,-0.0050084675,-0.0019762074,0.0054161595,-0.028161246,0.006235976,-0.013565154,-0.0021441453,-0.16667476,-0.017374322,0.0058471626,-0.026468625,0.00598941,-0.0011494549,0.005269811,-0.0175581,0.02739826,0.004288538,-0.001536548,0.009983481,-0.012026947,-0.0048265476,0.01876503,-0.01288441,0.0034576938,0.03118953,-0.011380689,-0.009985304,-0.02749828,-0.0067937053,0.0069593256,0.0038150144,-0.018223567,-0.0031786596,-0.00021052096,0.015001652,0.019624103,0.013828065,-0.018202484,-0.0097843185,-0.0025004896,-0.032191496,0.0037490523,0.0036263065,-0.01628231,0.004268976,-0.015660012,0.014791791,0.0072812214,0.02065458,0.00563684,-0.004102155,-0.007278295,0.0019878435,0.0035794652,-0.010509877,0.0018250116,0.0084992675,0.0013589765,-0.0073975236,0.004666529,0.014743724,-0.006784319,-0.019833481,0.026764259,-0.016800646,-0.0054224874,-0.009700202,0.00024777872,-0.014897032,-0.0022968075,-0.001544929,-0.01006507,0.01835769,0.0031440144,0.1480852,-0.01451037,-0.00045102154,-0.033044588,-0.0042819604,0.031492896,0.025414541,-0.020354243,-0.027761517,-0.005454185,-0.0045938776,0.008203507,-0.0028782708,-0.00068277656,0.014722043,0.01675644,-0.009883543,0.013073758,0.0006114444,0.007446645,-0.0098261535,-0.01499079,0.0012074085,0.012062576,0.010513518,-0.008394433,0.0038995375,0.017764151,-0.0033200753,0.017699106,0.011295194,-0.01178031,0.016168145,-0.017047102,0.005918213,0.010691749,0.0010208983,-0.014581656,-0.0046371394,-0.021348074,-0.00079853163,5.4265306e-06,-0.027899532,-0.011128862,0.0068952036,0.007615577,-0.019005882,-0.004396885,0.00087289937,0.009111624,-0.023894908,0.02734648,0.0021721523,-0.02007807,0.0061597074,0.0023335204,-0.009090172,0.008624349,-0.015250395,0.009527567,0.018082904,-0.0043390533,-0.02722788,-0.024426265,-0.008383067,-0.0150007885,0.0042464184,-0.017700275,0.018122531,-0.09188875,0.0066464483,-0.0019042155,0.003595068,-0.0037459522,-0.011556867,-0.0009125605,0.001194737,-0.0010249001,-0.0055364347,-0.018528266,0.009838126,-0.0037868551,-0.009210347,-0.0062018367,0.016319485,0.006550387,-0.0032066854,0.0072274473,-0.010323172,0.01985444,0.01825874,0.005931843,-0.035446685,0.0012837691,-0.02139779,-0.016982486,0.00026611047,0.029917197,0.005136613,-0.0011882309,0.007817284,-0.0066315886,0.008546957,-0.013541629,0.0044019995,-0.0007124488,0.01701778,-0.0004336832,-7.340697e-05,0.009025138,-0.012955273,0.006040367,-0.0034459517,-0.013704307,0.0075142104,0.0019259,-0.005933307,-0.008543722,0.011332754,0.007845204,0.0082204975,-0.024512256,0.0041101486,-0.016935976,0.0051345886,0.026059322,-0.041171692,0.026547398,0.010369347,0.004865917,0.02359711,-0.0030690338,0.011743528,0.021400418,0.011093484,0.010816502,0.011142087,0.011825867,0.007614727,0.035146695,0.014661652,0.009437094,-0.002093231,-0.006052347,-0.015974822,0.0114206085,0.009168661,-0.016723054,-0.0022113507,-0.016028255,-0.003236964,0.018283945,-0.021196797,0.04357354,-0.011485415,0.0038564184,-0.00084280386,-0.008319719,0.0009856299,-0.024799094,0.0007671239,-0.016568244,0.00283662,0.00034651998,-0.02355144,-0.016931148,0.0017214004,0.023575451,-0.018527186,-0.003891309,-0.0037438876,-0.013244439,0.009260191,0.019368503,-0.0041028825,-0.015515575,-0.013612488,0.024248192,-0.0073247743,0.010806137,-0.013125732,-0.002369706,-0.009069151,-0.0031824505,-0.013647187,-0.00998199,6.3550775e-05,0.00612593,-0.015307114,0.009580884,-0.011638951,-0.010250482,-0.0012100232,-0.007235617,0.0031886739,0.022257617,0.01112482,0.009767649,-0.006500614,-0.0036499375,0.023976184,0.0063370806,-0.013805408,-0.0047877827,-0.0025408433,-0.015283735,-0.010440528,0.0161092,0.024523199,-0.008012154,0.005323893,0.00095588446,0.014384751,0.011237246,0.0140103875,0.0062268134,0.0005287007,-0.0015543534,-0.006633957,-0.004905625,-0.036995318,-0.0054691117,0.009256081,0.0026988233,0.0048421756,0.018808208,0.005313161,0.011931178,-0.005572945,0.0055860225,0.0058212173,0.017232807,0.0061672777,0.017651925,-0.023928089,0.013442364,0.0035707923,-0.02457834,-0.005158054,-0.0018897598,-0.0065644756,0.018584069,-0.0108856335,0.0038298927,-0.010270902,0.022747487,-0.008051681,0.010643854,-0.06284911,0.0036844832,0.0017474196,-0.025948932,0.00014551698,-0.0042475113,-0.0019649344,0.005948942,-0.02020243,-0.010858631,0.020110581,0.0056485105,-0.010602124,-0.018881278,-0.0041179424,0.010457456,-0.02035533,0.007132146,0.003499897,0.015216751,-0.0031683124,0.002567133,-0.04379479,0.00489646,-0.010208897,-0.0036590942,0.007778789,-0.018718498,-0.0043367594,0.002268972,-0.012842938,-0.0121362,-0.010041752,-0.026081817,-0.006016242,-0.020566495,-0.00850048,-0.009512823,0.020050533,-0.03187609,-0.0040482194,-0.0069809034,-0.071901396,0.014474341,0.0006675777,0.018359048,-0.013284859,0.0012757903,-0.012419751,-0.006558642,0.021048428,-0.0038495301,0.015406531,-0.00706498,0.013035428,-0.026962822,0.011852357,-0.0121753905,-0.0061976365,-0.0046795877,-9.092509e-05,-0.028535543,0.0068278154,0.012222197,0.016588915,0.0072058104,0.010699308,-0.0044686897,0.008972409,0.020411832,0.0063087684,0.012104834,-0.009658171,0.025061103,0.008277339,0.009066461,0.007417771,-0.005239097,0.0029807885,-0.0016899676,-0.00040163135,0.025373558,-0.005276258,0.045527264,0.0013620962,-0.0067977193,-0.0015355189,-0.09571256,0.022466615,-0.007471279,-0.011341262,-0.0054523014,0.005649372,-0.008065528,0.037411522,0.004466518,0.0058548334,-0.034851868,0.020339174,0.018364096,0.023363648,0.013283633,0.007923408,0.0033515939,0.010538003,0.01592606,-0.020976564,0.013733251,0.007955517,-0.023779178,0.025782257,-0.010483971,-0.023095952,-0.01421674,0.010609394,0.01885936,0.025294311,0.010788969,-0.014337293,0.009712359,-0.00094673247,3.4467233e-05,-0.01867165,-0.015155325,0.01622941,-0.027549814,-0.027030248,0.017194778,0.00016169754,-0.006444089,-0.016787356,0.011544988,-0.01172495,-0.004556631,-0.00043556053,0.0051768282,-0.0018583725,-0.007976233,-0.019115238,-0.00424655,0.01025378,0.017092507,0.0079346895,-0.0072329626,-0.010038625,-0.0043955445,-0.0043339003,0.0037255986,0.008534941,-0.018027883,0.010362363,-0.0066111838,0.017377144,-0.0077017117,0.010471382,-0.012200257,0.005640862,0.009496256,0.0036849277,0.013488186,0.0076796855,-0.005887318,-0.005117743,-0.009930119,0.0035241926,-0.0065928353,-0.005333551,-0.019417368,0.008428101,0.011912421,-0.020268084,-0.007430467,-0.00044822088,0.0103536025,0.0044752224,0.0067804856,0.013290459,-0.0050630476,-0.02575593,-0.010121752,-0.01629633,-0.010017125,0.008811471,0.00060046924,-0.008812011,0.009917161,-0.013592105,-0.008524043,0.013243441,-0.0062315445,0.017922057,0.021561103,-0.009760765,-0.009469086,0.011396595,0.0025518034,-0.01172692,0.01225963,0.0049650734,-0.005661628,0.0015946864,0.02173887,0.014248854,0.00351249,-0.015241109,-0.032207537,0.0004473498,0.00083677715,-0.017751282,0.008881984,0.006896991,-0.00968891,-0.00041419512,-0.0095412,0.0022872093,0.0036861612,0.01156513,0.0008251337,0.006685966,0.004785176,-0.022291344,0.0035683422,0.0062972843,-0.00024329445,-0.014177505,-0.004201107,-0.0019266481,-0.0031106414,-0.009820511,0.010558917,-0.005478366,-0.01352191,-0.021801988,-0.005609531,0.0031689554,-0.013870909,0.0026838656,-0.0053818193,0.009436024,0.0007049567,-0.013509201,-0.0022654026,0.00689045,-0.00012482419,-0.016814452,0.007941878,-0.0046387115,0.01381441,-0.009115653,-0.013734971,0.011061275,-0.020313704,0.009223354,-0.008833919,-0.012082222,-0.010800312,-0.014141225,0.011192105,-0.0065822536,-0.0005395164,-0.009001553,0.028112985,0.007114526,-0.024240315,0.032653093,0.017031396,0.021768369,-0.0032871107,0.01079328,-0.020103939,0.004455114,-0.003206329,-0.0019308307,-0.0028662893,-0.011758769,-0.00438501,-0.018566422,-0.026245348,0.01960169,-0.02064997,0.0055121006,-0.004188367,-0.011616947,0.027010525,0.0072939405,0.0051679495,0.023428053,0.008637509,0.0022684075,0.0088807475,-0.014577333,-0.0111240875,0.00038865086,-0.0120691685,0.0111461,-0.020241745,-0.0077132653,-0.011404395,0.0004937588,-0.006099007,0.0103275,0.015522368,0.008417797,0.0026451845,-0.0017742276,-0.0012509762,-0.019853689,-0.0011169818,0.025483118,-0.0051146527,0.02052322,0.006948119,-0.021926712,-3.3688266e-05,0.0057108956,0.0025957525,-0.00076010893,0.0023408558,1.3307331e-05,0.010576388,0.00923085,0.023909004,-0.011484929,0.0050344327,-0.010005664,-0.0016762504,0.013068525,0.018618004,0.023075156,0.01876877,-0.006069227,-0.01985612,-0.024278838,0.0004053462,-0.0018347452,-0.023291022,0.013232843,-0.0007076596,-0.019606765,0.008390519,-0.011389684,0.009214176,-0.028939145,0.013435517,-0.0061120577,-0.018983603,0.010742355,0.040367175,0.011305122,-0.007056806,0.023154471,-0.03617433,0.013068451,-0.0023808163,0.018998979,-0.017969903,-0.02193749,-0.010185466,-0.013332454,-0.018683955,-0.023638744,-0.00018973865,0.0013018191,0.00083781633,-0.0071726106,0.008492216,0.0110116955,-0.0008601036,-0.0017551102,0.006280818,-0.019521756,0.0135678,-0.014580979,0.008957111,-0.009575305,-0.0075605474,-0.0014896002,0.031126935,-0.012031069,0.033523384,-0.013701923,-0.012528771,-0.008172361,0.004112754,-0.0027725494,-0.009669367,0.012057045,0.014296836,-0.02474368,-0.005445651,-0.01454168,-0.001794487,0.0035936362,-0.0027658963,-0.008131164,0.0053336257,-0.0048427307,-0.0078003686,0.0059119957,0.007080207,-0.004559886,-0.020020561,-0.02227278,-0.0031545972,-0.00064787356,0.011894376,0.009010492,0.0067515783,0.0036067676,-0.0014001201,0.005877458,-0.0054801824,0.02534889,0.0046334728,0.0011928583,-0.025815586,0.00433828,0.014281351,0.004768554,0.00964332,0.015415793,0.015684659,0.023714503,0.004837778,0.0048652273,0.0016440912,-0.003554315,-0.0084843,0.012598587,0.007737821,-0.027759163,-0.022031078,0.0073820534,-0.004898399,-0.013150131,0.005231338,-0.01852107,-0.01189911,-0.0045175543,0.021562386,0.020009931,0.0091765635,-0.0107961465,-0.012480824,-0.0066068624,0.026067851,-0.002044751,-0.020423297,0.0073968433,-0.0060402816,-0.0016597584,0.0008749956,0.0046117064,0.009254663,-0.014028519,0.0029255229,-0.0062303394,-0.03209401,0.008745824,0.0030667677,0.0077780555,0.0033502465,-0.005901252,-0.016247252,0.005112777,0.026115326,-0.010233019,-0.04085367,0.013942559,-0.0055585196,-0.0026496171,-0.004384457,0.024073986,-0.007909071,0.0048842467,-0.007376932,-0.019139722,0.013667618,-0.006039528,-0.013987307,-0.00920396,-0.00053081324,-0.011798319,-0.009851795,-0.03614005,-0.0015902151,-0.0031689105,-0.002585935,-0.035069533,0.0035511649,-0.0023639041,-0.008496219,-0.012224613,-0.0006098186,0.011748063,0.0033386047,-0.011356627,-0.010853016,-0.0086467825,-0.011856584,0.008266249,-0.0015188501,0.018085193,-0.03324681,-0.0009423305,-0.013484844,0.029471291,-0.020277115,-0.014417005,0.0027304245,0.009102218,-0.0101784635,-0.016152052,-0.009538815,0.014527881,0.02340503,-0.018519728,-0.008375665,0.0011444145,0.017005892,-0.0064258156,-0.0013842671,-0.0052269404,-0.002345209,0.013614528,0.00086899736,0.021034405,-0.006252538,0.014313671,-0.018485587,-0.0030637963,0.030516371,0.033206113,-0.01092288,0.009851215,-0.0024131194,-0.03583814,-0.011776486,-0.009436756,-0.0025430382,0.0022148683,0.027183345,-0.006013168,-0.008957711,-0.01724842,0.025046352,-2.2331018e-05,-0.01027263,0.0001426502,-0.005380208,0.014079008,-0.019464131,-0.036480274,-0.021007394,-0.0021989066,0.0045050858,-0.006250606,-0.019938486,-0.0048505613,-0.05371673,-0.018664688,-0.0089127105,0.013425035,-0.0056229206,-0.011205471,-0.0054182853,0.010976547,-0.007868509,-0.010175169,0.00083193,0.019780835,0.017217366,0.0013077571,-0.010848358,-0.036381543,0.014665992,-0.0011570232,-0.011498716,-0.016123515,0.013693291,-0.01112514,-0.023297789,-0.0039611896,0.0069712433,-0.0075442474,-0.0036345795,0.013351676,0.009128714,0.014289688,0.011407075,-0.016424386,0.012236131,-0.010089428,-0.024957225,0.017861933,0.0076534017,-0.03896204,-0.009938092,0.0027799283,0.0011456902,-0.017014684,0.016342295,-0.008814299,-0.0027308166,0.005412099,0.0018048992,0.015445359,-0.010569901,0.008035319,-0.035720814,-0.027207755,0.018431228,-0.029665664,-0.009141708,0.00012348303,0.0010005534,0.003245331,0.011245922,-0.0038318646,-0.017725144,0.011065658,0.02190377,-0.00020351668,0.0019908373,0.025264611,0.018347232,0.019414496,0.012081002,-0.0034931542,0.00026291487,0.004834565,0.02971036,-0.002799479,-0.034118928,-0.020305326,-0.004743783,-0.0013523619,-0.025130693,-0.019162886,-0.02986532,-0.00044381546,0.02988537,0.01653539,-0.0011457879,0.008664194,-0.01359205,0.0009900337,-0.011094211,0.0077181705,-0.009633305,-0.021396698,-0.0030416765,-0.024679177,-0.019134099,-0.0114319185,0.015586731,0.012218095,-0.008837989,-0.014347057,0.021855056,0.011222841,-0.0052866503,0.026700748,-0.00051724917,0.0012905434,0.023831546,0.00951493,0.0045432854,-0.017198736,-0.01976265,-0.0036625257,-0.010529222,0.0062713935,0.0060259127,0.0064327596,-0.022447484,0.010792774,-0.015519631,-0.0031390334,0.034307446,0.0032546287,0.015657661,0.00097486126,-0.018470466,-0.012986966,0.00064337766,0.010012348,0.018857727,-0.0066289054,0.004421151,-0.005968339,-0.00039327986,0.005316143,0.015974915,0.033161454,0.035665058,-0.0019353683,-0.007660607,0.006417669,-0.033734053,-0.002257594,0.013354464,-0.006317132,-0.002623688,-0.0095539475,0.026659818,-0.0004061826,-0.006532066,-0.023124222,0.007208354,0.0005237555,3.8107537e-05,-0.0168435,0.0376865,-0.0018634694,0.0102480445,-0.0050850203,-0.0030990962,-0.013708149,0.0030825066,0.0030689223,0.017778123,-0.00060131383,-0.010000909,0.007458748,0.0067568063,0.019501809,0.0028982298,0.005877428,-0.0025203817,0.01782823,0.012098978,-0.0210859,0.019678207,-0.032387294,-0.017040182,0.011714084,0.0059087267,-0.009947241,-0.0016987942,-0.020207258,-0.023820996,0.0026106588,-0.012585445,0.01638776,0.009422758,-0.0138984425,-0.02245683,-0.0034105293,-0.017324097,0.008940554,-0.009190769,0.00059762923,0.030174544,0.007874397,0.008139126,0.012260097,0.013650622,0.010732786,0.0066684783,0.013423951,0.024563171,-0.006110915,0.0018819167,-0.0011939282,-0.0019368525,0.0022590612,-0.016902968,0.02306765,0.014120532,-0.01825088,0.0035430752,-0.0021055785,0.15596296,0.111048244,-0.0021040156,0.0026684403,-0.004480716,-0.008938845,-0.030313792,-0.024547072,-0.010064803,-0.0018307006,-0.023480304,-0.000111985704,-0.00022228718,-0.016172765,0.02343077,-0.009764742,0.015037855,-0.013567592,0.011519959,-0.025943577,0.0039154175,0.024194561,-0.0044971025,0.0025708552,-0.03076221,-0.0033074357,0.02155463,0.0010252681,0.024033468,-0.032034166,-0.028907701,-0.0074150115,-0.009575609,-0.0047432957,0.014310314,0.01467087,-0.004605038,0.0071091363,0.0016763958,-0.016151337,-0.008289683,-0.0061461,-0.0035048022,0.0119523,-0.02846706,0.0120328395,0.01778385,-0.0052211606,-0.0032326034,0.017310632,0.013530343,-0.017493576,0.0017883898,-0.002396466,0.0063398783,0.00082125573,0.009170769,0.0142721,-0.01801393,0.00040692292,0.0059887543,-0.00013135393,0.012546663,0.026093084,0.0009576581,0.0073931166,-0.001211394,0.033841696,-0.015773587,-0.014195418,-0.014052845,0.03862705,-0.0056104097,-0.006009392,-0.024455462,0.004960026,0.0051431595,-0.007880089,-0.0056935507,0.007653984,0.022542374,0.0030652042,0.004005676,0.005359132,-0.014887844,-0.008595564,0.0073771696,0.014799101,0.10588862,0.0064971773,-0.005187642,-0.0076671736,0.016480396,0.012640779,-0.0014748244,0.041277494,-0.014541749,0.009077673,0.0027629845,-0.012780396,0.011715841,-0.0073753595,0.006921763,0.016614363,0.014838446,0.023077324,-0.008404915,0.0006972653,-0.018343763,-0.02137773,-0.011725083,0.009542719,-0.00824859,0.009939979,-0.007558527,-0.008410532,-0.017856997,-0.017634006,-0.12340637,-0.013487899,-0.009712337,-0.010194925,-0.03291047,-0.0052976273,-0.013514473,-0.012703532,0.010151262,0.014178757,-0.0075496794,-0.0012433135,0.003040831,-0.0038728884,0.026399864,0.01627376,0.020610008,-0.0058376445,-0.0041820863,-0.0065083094,-0.006606253,-0.0071293605,0.0007065726,0.0071994923,-0.009136582,0.0027500729,-0.023141302,0.013680384,-0.018927457,0.014245772,-0.0045600682,0.0108762765,0.002421819,-0.0074029816,0.009515065,0.026935518,-0.024104724,-0.009240289,-0.0075802626,0.024016924,-0.017976442,-0.007741308,-0.00049749605,-0.0065445895,-0.015591673,-0.009050032,0.008852417,-0.0012832917,-0.015798027,0.020811938,0.022426896,0.019732337,0.005600929,0.017366579,0.014835661,0.004814597,-0.00035155282,0.002508181,0.024397325,0.029186394,-0.021336487,0.0121232215,-0.005323065,0.00745409,-0.008852912,0.00358288,-0.01242194,0.0076561025,-0.022151226,-0.011069023,-0.008600646,-0.022903236,-0.014721657,0.0045190677,-0.03182757,0.008384149,-0.024327656,0.011010755,0.0074569387,0.022516605,-0.004672332,-0.009327954,0.032274622,0.13797373,0.015867231,0.02852606,0.017302439,-0.0067554037,-0.017118378,-0.0042118276,-0.011180319,0.007906106,0.017947417,-0.007599574,0.0030330303,0.0052982103,0.022424113,0.01584594,-0.0034117545,-0.018890034,-0.014887562,-0.0010038479,0.0011777108,-0.0077488977,0.0031786063,-0.009564521,0.00023136937,0.020740557,0.006404066,-0.040959958,0.03313068,-0.013980941,-0.0038208074,0.01754706,-0.02768269,0.025470031,-0.019442191,-0.024901045,0.007815583,-0.008523359,0.000462336,-0.010442992,-0.0069728284,-0.022316044,0.009373879,0.018642658,0.0026297404,-0.0241819,0.19558412,0.001703884,0.010993769,0.010218233,0.007930223,0.021690723,-0.014683674,-0.0026036464,-0.0043399506,0.008628355,-0.00874179,0.0037895238,-0.010517604,-0.018989688,0.012371431,-0.008116989,-0.018124161,-0.015722945,-0.009848726,0.014993738,0.0092977965,0.008748152,0.008112116,-0.0007017007,-0.044790193,-0.0076770303,0.02033506,-0.017687438,0.009079862,-0.0027653938,-0.020049607,0.009314546,-0.007643015,-0.0065175,-0.004317294,0.0067661763,-0.0020031414,-0.03059351,-0.016228853,-0.01048745,-0.009994455,0.021888653,0.0066193403,0.0254371,-0.0028475958,0.0031781087,-0.0009502792,0.0055880677,0.0060745087,0.014548195,-0.001383589,0.01280635,0.009244855,-0.0031293426,-0.00829026,-0.00030798407,0.007307293,0.0051387064,-0.018020827,-0.0028341212,-0.022200856,0.006577127,-0.020721348,0.027619869,0.006438477,0.02445543,-0.023704562]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 177,
          "content": "Huawei AI aids conservation of endangered Chinese monkey",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.014523089,0.005372826,-0.0005247331,-0.089173935,-0.0033372147,0.012818815,0.0027171362,0.007778874,0.022687646,-0.012158255,0.030441584,-0.028497837,0.016520284,0.046410438,0.106640644,0.047295652,0.029333185,-0.012061182,0.040708356,-0.020298759,0.015255733,-0.02354222,0.013980216,-0.03534172,-0.002789008,-0.005484019,0.025090542,0.01680725,0.03255426,-0.012498348,0.0036592828,-0.01595317,0.031837706,-0.0128812445,-0.009500702,0.019578293,0.014584789,-0.0011245084,-0.0062629804,-0.0010937861,0.0005712791,0.028409388,-0.011690684,0.023014141,0.002962955,-0.004326394,-0.007989099,-0.05862606,0.017106088,-0.010421408,0.02196807,0.016461618,5.986551e-05,-0.163058,1.6467358e-05,0.017673612,-0.0006978755,0.018947057,0.021227881,0.004172124,-0.013859079,7.0478534e-05,-0.008809277,-0.007499769,-0.00044757893,-0.029454272,0.017380299,0.017283991,-0.014704637,-0.014845985,-0.006573907,0.0215685,0.037328806,-0.004017935,-0.010793709,-0.024056869,-0.020859372,-0.03204939,0.0019458218,0.022392748,-0.0018121282,0.013657819,-0.008550649,-0.0129813375,0.009661074,0.013473505,0.002361705,-0.0075565483,0.003924463,-0.036392022,0.02291926,0.011432878,0.01860843,-0.016248478,0.00021792485,0.049697973,-0.006036223,0.001670395,0.013812313,0.013348541,-0.010123508,0.0029450385,0.011149761,0.035119962,-0.009592578,-0.011370856,-0.0037603343,-0.019043237,0.017510781,-0.009410342,5.7446377e-05,0.011626024,-0.026174497,0.038852513,0.0035004176,-0.12796032,-0.023434484,0.010306317,-0.022109708,0.017698918,-0.025939908,-0.013330826,0.0069151213,0.02476028,-0.028392788,0.0030144714,0.008307593,-0.0017579971,0.0074121603,-0.0015419945,-0.01449748,-0.014697538,0.004347356,0.02659295,-0.007853924,0.03192769,-0.0011633099,-0.016501471,-0.0052522374,-0.01597478,-0.00036799212,0.0024658837,0.003910427,0.008264518,-0.018318443,-0.068950616,-0.013178873,0.026588364,0.0102416985,0.0075499606,-0.020267969,-0.020055292,-0.018032512,0.015302818,-0.011539168,-0.039348543,-0.017340885,-0.031556457,0.016275648,0.0101218335,0.01762156,-0.007332537,-0.024358634,0.019138115,-0.003823097,-0.0116102835,0.037314054,0.016317667,0.008080055,0.041143924,-0.0008126084,-0.0033619436,-0.014457103,0.015341031,-0.018528981,-0.0045453873,-0.014860516,-0.004780348,-0.017590554,0.023411287,0.016990028,-0.01266958,-0.011516015,-0.016657209,-0.018241715,-0.004047316,0.014822429,-0.016898261,-0.0048482986,0.0003970284,-0.015753811,-0.012974693,-0.000529511,-0.02133597,-0.003363227,0.0090049,0.012237482,0.02083056,0.006252819,0.025767962,0.004836299,-0.04285377,0.012022923,0.025151327,0.006445338,-0.021873074,-0.0070437607,0.0032573866,0.0023772363,-0.009641845,0.013272202,-0.007669962,-0.005476563,-0.021357482,0.02298982,-0.022291152,0.0055913534,-0.018671535,0.010795576,-0.012434081,0.0037002463,0.011102541,-0.030841194,0.014574148,0.029916568,-0.007555818,-0.012969252,0.021509748,-0.0032515954,-0.022454277,0.019013524,-0.011031229,-0.0014998171,0.009870529,-0.009004358,0.0074604563,0.0056987,-0.0024913703,0.021402817,0.0075447205,-0.0052292086,0.0037794423,-0.0035482394,0.014762592,0.020994343,-0.00051235466,0.009702203,0.0006687943,0.015964527,0.031169154,0.0045768954,-0.030934634,0.010690659,0.0009340516,0.0100626135,4.2501806e-06,0.008356359,0.014621536,0.0048186625,-0.0039612376,0.031013923,-0.00065147097,0.00278253,-0.010015433,0.019212933,-0.016597392,0.00059094833,0.010320636,-0.032905452,0.01605277,-0.0118909655,0.017821329,0.005918612,-0.0042349244,0.002936361,0.006638146,-0.028171688,0.025984244,0.02962206,0.0036029452,-0.0012643761,-0.01606321,-0.016729163,-0.003579003,-0.033160992,0.00598932,-0.020777669,0.0010362767,-0.013876902,-0.0024097026,0.01927419,0.0022491608,-0.022724897,0.04594936,-0.02105702,-0.028601373,-0.013418855,-0.00510352,-0.04077841,0.0051216274,0.016516991,-0.008689338,0.013734294,0.072342046,-0.0059312456,-0.016493129,0.003122528,0.005804837,0.02901784,-0.018882073,-0.004794581,-0.022622203,0.018222585,-0.021467071,0.0056796186,0.001830989,-0.007757395,-0.005948914,0.026824042,0.008347427,0.0033634622,-0.008380096,0.01997887,-0.01889536,-0.007960405,0.004504285,0.0013864322,0.014866585,-0.0070916275,-0.00848962,-0.010233428,0.005918569,0.0034056036,-0.003004811,-0.002622397,-0.01013799,0.02845704,0.012322546,0.009125912,-0.032988187,-0.0028353536,-0.008173674,-0.011172092,0.0120937135,-0.030612543,0.062258285,0.022869593,0.017545596,0.0019241995,-0.016960632,0.012303541,0.01827105,0.008370784,0.004483514,-0.023107007,0.005288116,0.020358197,-0.0038720698,0.010329411,-0.015317583,-0.00022574609,-0.012664173,0.016766053,-0.029915785,0.010181261,-0.009621007,0.025577664,0.007444407,-0.013855471,-0.020906819,0.023303395,-0.020380331,-0.0017648747,-0.010199659,0.0020336732,-0.01580439,-0.014000604,0.0053585432,-0.053715687,0.024075339,0.010339595,0.028500814,-0.014225807,-0.010756055,0.0077742166,-0.03243201,-0.008365379,-0.034310505,-0.0014444817,0.0116336625,0.026958894,0.012103701,-0.010365517,0.022977604,-0.018220957,0.036561724,0.014682454,-0.009468692,-0.007275656,-0.0012686987,0.0030282056,-0.01633154,-0.0032482354,-0.03288927,-0.017040174,0.03136148,0.010362533,0.017753778,0.022598399,0.016757935,-0.008848391,-0.019126857,0.010428992,0.008948432,0.022716744,0.000115181654,-0.005304335,-0.008556561,-0.01790766,-0.014736312,-0.025685586,-0.0008667491,0.012373817,0.013007389,-0.028255412,-0.011790547,-0.014654833,0.018439993,-0.0024972793,0.005159968,0.016580625,-0.02337663,0.008790182,0.011988331,-0.014363723,-0.022461439,0.004885422,-0.011222259,-0.0020285856,-0.0076371636,-0.017081507,-0.0076986873,0.00084995007,0.006924878,0.022513356,-0.0012519775,0.017969435,0.011041135,-0.030287428,0.0026150073,0.021253055,-0.0011211279,0.027102122,0.02063134,0.0011188228,-0.0033899716,0.009194209,0.023659782,-0.010941053,-0.01676936,-0.03183651,0.011933698,0.004561552,0.0061106305,-0.03985215,0.01328553,0.007796804,-0.004540984,0.014798303,-0.004624349,0.010326615,0.021084648,-0.0093543865,0.008464155,0.014425907,-0.009778522,-0.008150356,0.0041254745,0.027094914,0.008890978,-0.015952392,-0.007435406,-0.016968949,0.006146418,0.0055797026,0.042408817,0.022063699,-0.043488,-0.014140137,0.0077248407,0.0305025,0.0055717817,0.00796749,0.01941737,-0.021454863,0.010255764,-0.037030436,-0.0021156163,0.022556545,0.019368641,0.014781047,-0.014716022,0.0021362775,-0.0054495856,0.00016310121,-0.024285384,-0.009516193,0.014255655,0.0045078294,-0.013637529,-0.026477624,-0.002475893,0.024594374,0.010672959,-0.004257387,0.006330255,-0.0026379921,-0.01407775,0.015408741,-0.00050128327,-0.018196156,0.0027830491,-0.008986708,0.017747927,0.01543117,-0.010156015,0.003687676,0.03147418,0.0152414655,0.023233412,-0.019444127,0.007853001,-0.0066986755,-0.035379115,0.012700396,0.0010458459,0.0048650578,0.02762984,0.02248418,-0.00576832,0.00867034,0.011261296,-0.012263942,-0.01539708,0.03857137,-0.058243405,-0.00697739,0.017348751,-0.016164435,-0.032802854,0.026593292,-0.0011836033,0.009318925,0.012061912,0.003253569,0.016130378,0.0078955395,-0.016175495,0.021238431,-0.012145282,-0.0020377238,-0.0029250816,0.0054505253,0.0080980705,0.0033840933,0.059607852,0.025536025,0.023663037,0.034399055,-0.0070108986,0.017505845,0.008025859,0.011143425,-0.0017174738,0.0052610007,-0.022843413,0.0142108,-0.016852316,0.0024471853,0.020269757,0.02688873,0.033576097,-0.036712166,-0.008278233,0.017939521,0.015714716,0.027375333,-0.033094678,-0.03070386,0.004316457,0.024535406,-0.014548595,0.0022731412,-0.004608306,-0.004557951,-0.03642407,-0.006222231,-0.006098819,-0.008935735,0.0064698746,-0.0077952696,-0.023005472,0.020832788,0.00031947516,0.025452584,0.016544135,0.02117829,-0.019103989,0.013739968,0.021056352,0.0359292,0.00050654286,0.043709118,-0.0057512517,0.0007221292,-0.01499737,-0.0019442943,0.014844262,0.039366867,0.010870566,0.009150862,-0.030097017,0.015159119,0.014359003,-0.0038351456,-0.03961025,-0.0218636,-0.123187445,-0.024305163,0.012308448,0.024769025,0.000954452,-0.0065007824,0.0059282,-0.018135644,0.024431437,0.005879217,-0.0036594742,0.012702081,-0.026843451,-0.017530896,0.00042212085,-0.017180238,0.029170359,0.016044173,0.01034686,-0.012632073,-0.034561664,-0.030812413,-0.02293245,0.018755682,-0.024425406,0.026192034,-0.0030977493,-0.0022126432,0.021897284,-0.011359973,-0.006723576,-0.12938753,0.015089702,0.014380002,-0.016315613,0.024408663,0.02201537,-0.010855657,-0.025175082,-0.01124975,-0.023367928,-3.991241e-05,-0.017463377,-0.026578447,0.009731015,-0.008935918,0.09287533,0.009102651,-0.018358884,0.009331292,-0.013305203,0.009123293,-0.02797615,-0.0073827556,0.000364477,0.022190759,0.012188652,0.014439897,0.007241465,-0.017875196,0.008189606,0.003278515,0.0075202594,0.0057000294,0.01830863,0.00070656417,0.014124908,-0.00584705,-0.0053431205,0.010142853,0.0090568345,0.023636693,0.020954054,0.0063110357,-0.0021918486,0.015393438,-0.00864897,-0.026624367,0.0047768746,-0.007900252,-0.025194326,-0.041567832,-0.08741817,0.017643876,-0.0018671057,-0.003252406,-0.017315779,0.0055040107,-0.002088121,0.028279947,0.0076141134,0.013044217,0.017933132,0.003417652,0.029870208,-0.0145201655,-0.022019671,0.0018442762,0.002755489,0.0033459037,-0.012226685,-0.019107504,-0.0119863385,-0.009051954,0.02269078,-0.02440415,-0.026674723,0.004117643,0.024015851,-0.0005503255,-0.010086252,0.014710906,-0.0075185397,0.009742868,-0.005019607,0.034919973,-0.010137877,-0.023458974,-0.027594423,0.020972276,0.025160821,-0.0045917556,0.0025473877,0.006572928,-0.003571505,0.01822199,0.012292781,0.018328624,0.00032495623,0.0021034451,-0.0076670377,0.03114178,0.005090943,0.008813466,-0.013299196,-0.0047793,-0.0055601187,0.0035837127,0.0045003565,0.026244756,0.00962877,0.0021317396,0.014045102,-0.00012081615,0.001880749,-0.014959469,0.0062488136,0.012057265,-0.0047952225,-0.014340998,0.0015548352,-0.0047128946,-0.0017075562,-0.007989102,0.008840427,-0.009314079,0.013456969,0.013745552,-0.016961036,-0.00666773,-0.02762204,0.015754143,0.0098443655,0.002321581,0.004782945,0.005159212,-0.011863075,-0.008807199,0.007684751,-0.0068757087,-0.0070196693,-0.00081237615,-0.0029054116,0.006934532,-0.0045398036,0.0067411475,-3.1362822e-05,0.0062786974,0.011298591,-0.0058964347,-0.01154324,0.0026400918,0.0033406846,0.009553545,0.015582348,0.0036504406,-0.004307606,0.018406464,0.019253,-0.00092395756,-0.0035302113,-0.0058628717,-0.0031498037,0.0046647196,-0.0051725456,0.015047827,0.009660743,0.009656913,0.009307057,-0.009945215,0.017497117,0.0061392747,0.0058575966,-0.016276555,-0.007415165,0.0017622657,0.010659831,0.006295535,0.0053757196,-0.02074614,0.005660718,0.0025746743,-0.014982822,-0.0008445488,-8.398946e-05,0.020280031,0.01758844,-0.007794595,0.01614476,0.001737799,-0.0062401746,0.012390718,-0.012258882,0.0153014725,-0.0009620152,-0.014467804,0.0039487393,0.017312394,-0.012550669,0.006933341,-0.0032028381,-0.0006389298,-0.03331562,-0.012254091,0.011003323,-0.015454185,0.007038205,0.0002394722,0.012392438,0.0010074464,-0.0038760607,-0.005443214,0.016064713,-0.008415948,0.017080514,-0.0026673812,4.1092884e-05,-0.003899592,-0.0019697482,0.0032114284,0.010589473,0.00026549146,-0.0046209646,0.011702524,-0.005738439,-0.0011232327,-0.0061115995,0.010017107,0.002461206,-0.009400586,0.0044856244,-8.244982e-05,0.0005204985,0.004980638,-0.0030048192,0.0019231568,-0.004593012,0.022113478,-0.00316692,-0.007184381,0.008390173,0.00586428,0.002796376,0.0047870087,0.008696531,-0.0046629733,-0.005180954,-0.008541278,-0.014533845,0.009274782,0.010167779,0.006094256,0.0004419767,0.013814541,0.023336532,0.0051460303,0.0073251305,0.00041156926,0.0053893654,0.022059595,-0.013081202,-0.006085767,-0.007987338,0.0011125847,0.0044481014,0.005442712,-0.0064340774,-0.011375416,0.012695404,-0.010219951,0.015940536,-0.0011470459,-0.022118831,-0.006960438,0.0048139943,0.00659627,0.015045444,-0.030181114,0.002278549,-0.009617637,-0.0029560954,0.012660186,-0.013319661,0.0026522058,-0.006005444,-0.009726849,0.0105283195,0.012485198,0.0020594301,0.012653077,0.007689974,0.0051857745,0.007051975,-0.0011546444,0.016216235,-0.0006576161,-0.007476175,0.00650366,-0.0062214285,-0.007582151,0.0040215314,-0.00010798244,0.009230975,-0.008690093,-0.022720117,0.01076337,-0.005687889,-0.013476552,0.032304246,0.0085497545,0.011140333,0.08313854,0.005556462,0.0011935255,-0.011057227,0.018712051,0.0016914019,0.02650438,0.00053886534,0.010783159,0.0086503355,-0.018909562,-0.0042867432,-0.004131488,6.053568e-05,-0.010294606,0.015488618,-0.007125478,0.008011859,-0.014827734,0.00868319,0.0009745138,0.003161578,-0.0061477576,-0.009664769,-0.003086996,-0.00632614,-0.00188039,-0.005781452,-0.0042216415,-0.014247039,0.009889197,-0.013905308,-0.014122342,-0.012283192,-0.013190652,-0.0013934905,0.0062765717,0.013267288,0.017608983,-0.013612631,0.008668823,0.016553082,0.0066311588,0.0001710553,0.010582756,0.0007129277,-0.011861147,-0.0029686918,-0.0027108428,0.00017566321,-0.008171952,-0.013574978,-0.0019359661,0.0027013998,-0.0138774,0.021743359,0.0036482257,0.01090126,-0.010045026,-0.011608011,-0.0031443343,0.004178812,0.009083121,0.01697805,-0.0013499694,-0.006809692,0.0018260683,-0.0052684313,-0.000744909,-0.007030188,-0.0050578713,-0.008395692,0.0033667583,0.008709185,0.02716794,0.006135156,0.0067936787,-0.008744332,-0.009760602,-0.0036901052,-0.013350082,0.0139285885,-0.013125116,0.007814304,0.0048384564,-0.001567604,-0.015946582,-0.0023588117,0.0041801464,0.010092028,0.024506055,-0.013829415,0.0055104676,0.0019211207,0.022907587,0.0040691867,0.046261013,0.013662807,0.007545612,0.004593439,0.010281874,-0.006242302,0.020016998,0.012460185,0.01151232,-0.014857014,-0.0067529073,-0.00060301815,0.015981385,-0.00972647,0.016346615,-0.0070791477,0.009479526,0.0062336265,-0.0046771243,-0.0075420924,-0.0016340666,0.01710236,-0.0075714863,-0.00035930704,0.00078324234,-0.002421261,-0.0053976127,0.0039122514,0.013677967,-0.0035683129,-0.014999054,-0.01933512,-0.01958051,-0.021091364,0.012980866,0.018664876,-0.0006093181,0.011538761,0.0033766238,-0.0033137682,0.0081851855,-0.0028472121,-0.0043199933,0.0039524646,-0.0028832806,0.0006070785,0.0115713235,0.014849699,0.003654682,-0.0050240103,0.009711775,0.0021712498,0.011301864,0.002820767,0.013489564,-0.01270986,-0.0040416983,0.01613433,-0.012245127,-0.008341345,0.014631051,0.016211322,0.0031427364,0.00881113,-0.012724972,0.015811224,-0.010705026,0.024442492,0.020548867,-0.007896361,0.009822135,-0.020893054,-0.0172284,0.00316592,0.0013501581,0.0058371383,-0.0072110747,0.003288245,-0.004116946,-0.007611757,-0.0042656795,-0.008579654,-0.02170254,-0.008248225,-0.017882863,-0.0044767587,-0.004358222,0.010629969,0.0023289076,0.0013462964,-0.006652977,-0.021199048,0.020373229,-0.0054949685,0.001792036,-0.019300465,-0.005155264,-0.00028658297,0.009150766,-0.0013036679,0.0039527495,0.0068934113,-0.008687818,-0.008378301,-0.017838797,0.0040504117,-0.0051450683,-0.0020099143,-0.0047705956,0.012340784,-0.008943921,-0.0063349246,-0.0043251486,0.0034589781,-0.014764709,-0.019602137,0.0049029333,-0.016355362,0.01825708,0.004100377,0.0038342925,-0.008772793,0.004679689,-0.0046506394,-0.008820073,0.012383047,-0.009563713,-0.010610052,-0.006055825,0.006644948,0.013456644,0.006426466,0.0026027733,-0.0071935663,-0.0029717349,0.0023991272,0.0009001765,0.0038940746,0.010106716,-0.0077507384,-0.020710312,0.0015979293,-0.020604346,-0.0069611785,-0.004599406,0.015193292,0.0073960735,-0.012512197,-0.005534749,0.020478383,-0.0039949557,0.0028610844,-0.005024388,-0.0030034415,-0.00647538,-0.016299086,-0.0020207195,-0.016666884,0.01108674,-0.00010216993,-0.0069012046,-0.04993841,-0.0043943995,0.005415941,0.009745446,0.00037823978,-0.01581595,0.010817891,-0.009438806,-0.005795501,0.012553045,0.005460344,-0.0007010922,0.005059566,0.0062185745,-0.012097946,0.02230491,-0.0046687503,-0.0015074266,-0.00341779,0.0098773,-0.009457755,-0.017516209,-0.0025735963,-0.011876395,-0.007126066,0.0032080922,-0.0029362512,-0.01993143,-0.009340999,0.00014009752,-0.008829795,0.002182437,0.0022297595,-0.009685834,0.002206497,0.013461306,0.001619217,-0.01997904,0.008702979,-0.003197711,0.00676336,-0.0040499475,-0.014826583,0.0119370455,4.9803053e-05,-0.024242338,0.0047794874,-0.013180607,-0.0011324843,-0.004201952,0.003777697,0.0118088005,-0.0056818477,0.017786808,0.0022648873,-0.0081809135,0.040283184,0.004794651,-0.033715066,-0.008779377,0.0048997034,-0.0046448987,0.0015581409,0.0032864194,-0.023523934,-0.010220072,-0.010684098,-0.0011242748,-0.00045303564,0.009790381,0.011365034,0.0058062472,-0.018645255,-0.005694287,-0.0071166065,-0.0016291841,0.014359983,0.009862453,-0.0104212435,0.016668225,-0.0038283817,0.00677763,0.007974652,0.005591689,0.013441422,0.0025246053,0.009431939,-0.014001841,-0.00017814615,-0.015153475,0.010236254,0.01695534,-0.016023042,0.0028668388,0.008693369,0.009605725,0.0012921189,-0.02321081,-0.0012062555,-0.0019502846,0.0060153143,-0.019694062,-0.0035954788,0.0067330305,0.0034975964,0.008985708,0.004360537,0.011619672,0.02723672,0.0010892219,-0.0044468297,0.018912481,-0.015138127,0.00015473372,-0.008564356,-0.014831979,-0.0077484776,0.0011739063,0.007954668,0.0029113786,-0.018570807,0.018153489,0.016070394,-0.016906086,-0.0030104462,0.0038735226,0.0011661466,0.009005527,0.0136872,-0.011462443,-0.0075059794,0.0098879775,0.012889087,0.00798497,-0.00986184,0.0028451018,0.018315759,-0.006660316,0.017516177,0.008817523,0.0031467646,0.0066403076,0.019751739,-0.021114592,-0.008699989,0.0099612605,-6.1957384e-05,0.009150307,0.00829157,-0.0027086032,-0.016873881,0.019815518,6.4066706e-05,-0.0051313955,0.0014965244,0.002152371,0.0011399535,-0.01438466,0.012700163,-0.013138738,0.021233948,0.014764087,0.0070215045,0.0037468793,0.009543542,0.021333966,-0.0060165403,-0.004280988,0.009034842,-0.0057929447,0.010198166,0.013793588,-0.0071050203,0.025801104,0.00020024991,0.0006015684,0.014511329,-0.026830796,-0.020299597,-0.002343332,-0.001125307,0.002768144,-0.0017499388,-0.006206963,0.012848106,-0.024136866,-0.008219456,0.0017051921,0.011315223,0.0054679355,-0.017025674,0.0030947775,-0.018282907,-0.003347444,0.017946318,0.0120754745,-0.01697321,-0.0034265257,0.002039124,0.02205034,-0.0067782793,0.01680319,0.010765819,-0.010503051,-0.00838153,-0.09397102,0.0061731767,0.0050894716,0.0061281645,-0.00078726094,0.013965952,-0.023165647,-0.021678116,-0.0020707846,-0.012455268,0.0052846437,-0.0037261625,-0.008977085,0.0019148592,-0.027062206,0.009223157,0.009594658,-2.7944709e-05,-0.0058612963,0.01923049,-0.0047481568,-0.005707587,-0.0047438736,0.0133611355,0.006640202,-0.0148046175,-0.007928723,0.01190757,-0.0008051944,-0.004339021,-0.014145287,0.007998143,0.01293323,0.0022345532,0.02337571,-0.020539656,0.005620363,0.0029368303,-0.123905815,-0.0012296697,0.0002458796,-0.004375353,-0.015950419,0.008700553,0.0097656315,0.011894266,-0.008288181,0.0007867465,-0.018406102,0.009928218,-0.006079397,-0.00080249837,0.0056833676,0.0034764141,-0.0048114196,0.011711494,0.007316925,0.0049167816,0.0004919499,-0.0016586654,0.020933675,0.015231023,-0.01058273,0.0058419136,0.012394279,0.0015443627,0.0044001923,-0.013148536,-0.01224609,0.010157583,-0.032158993,-0.016044544,-0.010699767,-0.009383339,-0.0024441879,-0.008458734,-0.001929485,0.007657902,0.012197529,-0.014680644,-0.007641538,0.012943529,0.0072597363,0.019431666,-0.017157895,0.0046948646,-0.013489642,-0.009818223,-0.010083743,-0.012226747,-0.013268941,-0.0072951266,0.0072723767,-0.0154159125,0.027862662,-0.008059848,-0.0012424062,0.006352116,0.0012242403,-0.014923965,0.01132006,0.0015317431,0.013679059,-0.0014524215,0.015571047,0.012406781,-0.01184681,-0.023187978,-0.0027256606,-0.005581742,0.014056762,0.0066091497,0.008557944,0.009097425,-0.0050901766,0.00020133874,0.009852902,-0.008347349,-0.008197091,-0.0064195497,-0.017843463,-0.010156259,0.0128884455,-0.016116798,-0.024228275,-0.0049791057,0.0155171035,-0.07399208,-0.028940726,-0.008952444,-0.022056973,0.023010777,-0.01381387,0.015891133,-0.0057893405,0.028757235,0.019269861,-0.007183631,0.013955528,0.010334567,-0.007401682,-0.014056918,0.006985202,-0.00275003,0.0023283483,-0.018663121,0.016071972,-0.011211819,-0.016270414,-0.0048792628,0.0072843092,0.009623116,-0.017299624,0.010239365,0.00094637193,0.009208023,-0.016866218,-0.01276005,-0.0193659,-0.004750848,0.003970598,-0.001074705,-0.0031832566,0.006025276,0.016648412,-0.0040209736,-0.0038472854,0.0033333332,0.000159155,0.020892322,0.013655408,-0.009096001,0.02258083,-0.015428425,-0.002664009,0.017258927,-0.01479283,-0.009583454,0.011493879,-0.009331892,0.0022159421,0.022097249,0.009943613,-0.013055469,-0.015357838,0.002173174,-0.0006277679,0.025052574,0.0041949623,-0.001674152,-0.018080462,0.0018214647,-0.002454303,-0.0072094323,-0.0063790516,-0.012318362,-0.016372856,-0.01309102,-0.007343531,-0.009126023,-0.00510234,-0.013271174,-0.0032157376,0.0146479,-0.0022611965,0.008708418,0.0055419123,0.006678353,0.00050987635,-0.0055605387,0.027721759,-0.0017846039,-0.023880986,0.0010518536,0.014251918,-0.0031851074,-0.0064644506,0.016391281,-0.033456825,0.013431303,-0.0059332903,-0.008090807,0.0016512767,-0.013179878,-0.008081457,-0.02347206,0.01750936,0.001147217,0.0012511292,0.01634069,-0.0125690615,0.014276835,-0.008817409,0.0019657067,-0.008808937,-0.01689803,-0.019120932,-0.009070712,0.011815806,0.0041300254,-0.01735228,-0.16590957,-0.018038006,0.0057254722,-0.00019622853,-0.0021710263,-0.009337593,-0.0029530486,0.0019933467,0.0009945541,-0.027468765,-0.0013320323,-0.007840645,0.00358437,0.004383389,0.017584352,0.016333139,-0.01775263,0.005895592,0.0050647976,0.0049462584,-0.008589733,-0.006676151,-0.004831361,-0.005286516,0.008409165,-0.004684318,0.0068441047,-0.0005768254,-0.014725882,0.002135887,0.011753496,0.039276335,-0.002279593,-0.008970331,-0.032918707,0.03629857,-0.022574583,-0.009337963,-0.00951142,0.0018016221,0.008876602,0.008232101,0.009012648,0.0068295384,-0.003403245,-0.008367439,-0.030020002,-0.031871617,-0.010495578,-0.019056048,0.022585237,-0.013483835,0.0040891995,0.0011074679,0.014579269,0.0077245748,-0.009755787,0.017681293,-0.006387192,0.002104439,-0.020670975,0.0040209894,0.016495837,-0.011211056,-0.0066274633,-0.008474796,0.023679104,0.14235076,-0.0048658224,-0.004649464,-0.0056780376,0.017097138,0.02415729,-0.014061022,0.018802801,-0.02273044,-0.010589777,0.00018417217,0.0014491832,0.0012867384,0.00025947488,-0.008028549,0.027345818,-0.009750839,8.93152e-05,0.02022094,0.010331203,0.01976226,-0.0055192155,0.0146878585,0.009051961,0.019650724,-0.00971718,0.01637878,0.012249456,0.009608599,0.027750762,-0.011124524,-0.016151559,-0.016144965,-0.0098745655,0.0001328161,0.0074657043,-0.016924886,-0.025647545,-0.015909882,0.003341059,0.009488096,0.023952559,-0.0012353921,-0.0013503274,0.0062235044,0.006722495,0.008109017,0.02484175,0.0019098104,-0.0026702723,-0.008151213,0.019550921,-0.012201434,-0.011644204,-0.024228731,0.0022855317,0.011004366,0.0033336373,-0.00677622,-0.011041326,-0.021632088,0.007655584,0.005933075,0.0030152877,0.0026273422,-0.00807547,-0.013305443,-0.021561759,-0.012525735,-0.09268881,0.0074202246,-0.012704534,0.0006093312,0.016704276,-0.0101350555,0.014179917,0.021383137,0.024662303,0.0051544043,-0.0069347047,-0.014693151,0.026665071,0.0078645125,-0.0113642635,-0.011446693,-0.008485294,0.007096729,0.010024362,0.011672445,-0.02422899,0.0016358095,-0.00025450374,-0.0019464213,0.0058426857,7.440182e-05,-0.02156274,-0.00047520868,0.009569141,0.01192341,0.007878349,0.040710177,0.008236506,0.016714102,-0.021798545,-0.0034039975,0.009610862,0.017787127,-0.013205215,-0.0031291652,0.0040171808,0.0007379306,-0.013543271,-0.009052551,-0.014957114,-0.03022501,0.010104686,0.009735989,-0.0012116454,-0.007972244,0.0004500307,-0.0050955154,0.027863313,-0.009070842,-0.021280061,-0.003767875,0.021586137,-0.031660687,0.035476636,-0.008326196,-0.023616841,-0.021834008,4.547449e-05,-0.005066607,0.012680108,0.011895698,-0.005192615,0.0012103795,-0.0014814896,-0.013280568,-0.0035205814,0.007889687,0.023410572,-0.009099508,0.015422085,0.014942969,-0.002114411,0.015524043,0.00015732025,0.0076271975,-0.013614258,-0.00040212666,0.0075493697,-0.0009682638,0.019321358,-0.017248308,-0.0053972695,-0.0055602216,-0.0025456592,0.006346557,-0.0058323094,-0.012066563,-0.0070359027,-0.0042744046,-0.021166893,-0.011646594,-0.011768275,0.012398548,-0.021827016,-0.016886907,0.003816925,0.013724692,-0.014133096,0.0030627828,-0.010200997,-0.0149621125,0.006850462,-0.009903164,-0.0047883685,0.013630172,-0.0023296545,0.011878999,-0.00949574,0.0018189601,-0.0062332354,0.018062592,-0.003090416,0.03001255,-0.002040138,0.0009605721,-0.0050820676,0.021053657,-0.00022233419,0.018686501,0.0074459068,0.010852519,-0.01492579,-0.019256845,0.010467327,-0.0063251457,-0.007324856,-0.016948337,0.021486348,0.013929106,0.014001127,-0.020515079,0.014886833,0.0063704066,0.021477206,0.011148165,-1.5542097e-05,0.0083805295,-0.010908422,0.008757813,-0.0051743016,-0.000191802,-0.0021102014,0.011325728,0.008787271,-0.017049845,0.0014205823,-0.017863967,-0.0018979626,-0.013326427,0.00018571324,-0.0020565647,-0.007965393,0.0018422168,-0.019665314,-0.024927719,0.001954936,-0.00327599,-0.004489462,-0.0015157545,0.011938793,-0.004864618,-0.0059902444,-0.0177305,-0.034762323,0.0038442877,0.014568641,-0.011563043,0.005210169,0.01420868,-0.007876126,-0.00035545113,-0.006892383,-0.0139239635,-0.021957403,-0.06846193,0.038852926,-0.006100581,0.0011376973,0.010546227,0.009791796,0.0061367415,-0.0043484406,-0.008814891,-0.009217086,0.003288266,-0.01569233,-0.0031917803,0.009712061,-0.013685027,0.004683079,-0.016556947,0.008342316,-0.001947854,-0.00016576874,0.0013504227,-0.002694343,-0.012094777,-0.012557038,-0.012172341,-0.014713935,0.011534394,0.016118333,-0.021379743,-0.015094744,0.008026872,0.0005471719,-0.0056033568,-0.012811132,0.00598486,-0.013795708,0.00029938133,-0.0057678823,0.031862434,-0.020681283,-0.001687201,-0.00514964,-0.041906837,-0.02392793,-0.026876861,-0.018428216,0.0034082427,0.02448557,0.003910016,0.0012010853,-0.0049351444,-0.0047275317,-0.033447172,-0.021448368,-0.005922496,0.018120129,-0.0030089666,-0.012967542,0.000731422,-0.028393462,0.0039037622,-0.02828317,0.0033257033,-0.006261688,0.0065197214,-0.0077180364,0.001971296,0.0045865714,0.003602845,0.0042139622,0.011936678,-0.0052990043,-0.0010006092,0.005880073,0.0129992,-0.020925691,0.0036248378,0.0154832695,0.0005289742,0.016776985,0.012110286,0.014960885,-0.0116855195,0.01394307,0.020842552,-0.038825594,0.017813426,-0.103710815,0.002815492,-0.012499159,0.0090669645,0.0013351445,0.018131696,-0.012338677,0.050097246,0.011317732,0.0091366,-0.015313575,-0.014940948,-0.00039415178,-0.028588748,-0.013135435,0.0020315317,-0.013567026,0.009343918,-0.00074540795,0.01505791,-0.014334218,-0.0018893827,-0.011390102,0.007978162,-0.015763486,-0.054235924,0.0063624335,-0.0016316161,-0.0067529376,0.009740614,-0.0029152143,-0.022958368,0.017164113,0.018894758,0.008577244,0.0005340971,-0.020299895,-0.017636115,8.670215e-05,-6.400864e-05,0.03279884,-0.012127206,-0.0066536153,-0.021362562,-0.0055253603,-0.02242036,-0.029616244,0.010742331,-0.010246507,0.019098917,-0.007688819,0.009489784,-0.011902186,-0.022970904,-0.0013343119,0.008668922,0.020308075,-0.038120594,0.023218563,0.010857992,-0.03594773,-0.009534953,-0.0007758305,0.02223968,-2.8212824e-05,-0.0048701847,-0.009586073,0.0113908965,-0.026769549,0.010625885,0.003304809,0.0061870706,0.002848841,-0.004100274,-0.012879109,0.008515912,0.004150642,0.012795624,-0.005434407,-0.005420742,0.0017333481,0.0075078076,0.0074700946,-0.007879288,-0.010011385,-0.011730458,0.00992897,-0.0022422585,0.021836836,-0.016285874,0.0031979333,-0.026675412,-0.0021578593,0.015061148,-0.012878047,0.012471318,0.0070777386,-0.012898606,-0.0107564,7.949457e-05,0.007162594,-0.0057780743,0.01701916,0.018274454,-0.010594725,-0.008040381,0.0128932055,0.0027306913,0.0020932988,0.008955395,0.0034868969,0.01378437,0.02231618,0.01771475,0.00027412135,-0.002286868,0.004764706,0.011352361,0.005442029,-0.008350845,0.007853349,-0.0018693315,-0.010917783,-0.029749354,0.010637852,0.0063160337,-0.019742696,-0.014038926,-0.012900052,0.0059153843,0.026033612,-0.004173619,0.005187535,0.009786144,0.01071326,-0.011444734,0.00619973,0.007941847,0.00183488,-0.0018683536,-0.0038116595,0.017834865,-0.009767296,-0.015458988,0.0014719226,0.006097396,0.006002186,0.009242232,-0.012187797,-0.01221454,0.018942017,-0.009687293,0.001040672,0.0137255965,-0.023999365,0.023171123,-0.019293698,0.00317997,0.020953977,0.00300346,-0.004863157,-0.00237131,-0.0041772383,0.012580597,-0.009001157,0.0040496862,-0.0036409346,0.021486355,0.019022219,0.0076436116,0.005409427,-0.015907828,-0.008688242,-0.012873326,0.020449746,-0.0069491044,-0.023928357,-0.0028438286,0.0052595087,0.0106440205,0.014194693,-0.028533652,0.005662054,0.0048079677,0.0058753383,0.0074129906,0.022881025,-0.026475351,-0.021035654,0.0076403352,0.0037718436,0.010031105,-0.00470607,-0.020970838,-0.026420783,-0.019936768,-0.023010002,-1.0675155e-05,0.027001085,-0.016034855,0.0049583595,-0.023352427,0.0098028695,-0.009705921,0.013428887,-0.009451812,0.026531082,0.009734765,-0.020685898,0.008586303,0.00422844,-0.014089957,-0.001252595,0.014738056,-0.008809846,0.009749858,0.0035797248,0.015033426,0.008562713,-0.0047556856,0.021274788,0.027672507,0.004466015,-0.0119092725,-0.020539757,-0.0046387957,-0.00491439,0.0019414586,0.008069856,0.003886641,0.011208951,-0.0059774513,0.01879108,-0.0046070293,0.004886062,-0.0126032205,0.007864102,-0.0083966395,-0.0053909905,0.027932605,-0.0015552649,0.0033228563,0.012564984,0.005858195,-0.020851377,0.008209548,0.019342246,-0.00221792,-0.016200488,-0.004713144,-0.0031304704,0.03065954,-0.010662729,-0.0036881855,-0.013457275,0.004758756,0.014387341,0.001144143,0.0044903634,-0.0018593576,0.026498692,-0.011150684,-0.0020010732,-0.0023650671,-0.021981316,-0.021860227,0.000114070004,0.009971897,-0.013883006,-0.007144538,0.011638602,-0.009511004,-0.03482199,-0.013370063,-0.013061337,-0.009730233,-0.0146254115,-0.012053888,0.017723193,0.009293695,-0.002822646,-0.014861139,-0.011936357,0.022548793,0.0056817154,0.0017308804,0.014347272,-0.013778151,0.007568161,0.006751724,0.03623309,-0.015909953,0.01713999,-0.0040067653,0.001167988,0.007417484,0.009993953,0.013921753,-0.007780709,-0.0011654331,0.04279943,0.0012079858,-0.0028699136,0.00030309215,-0.007718211,-0.014917303,0.007488541,0.0044079707,-0.0093851015,-0.011100641,-0.012784279,-0.00011005496,-0.007356018,-0.01362075,-0.011898601,-0.008353875,-0.00354287,0.014463765,0.011260249,-0.033077687,0.010503259,0.0075817355,0.008659485,0.013855064,0.004276596,-0.013415679,0.00616063,0.03395749,-0.016079422,0.011607889,-0.0018252912,-0.01802557,0.007051196,-0.012915587,0.008988556,0.013330252,7.400442e-05,0.026312344,-0.036953293,-0.005020622,-0.0034888503,-0.00048164514,0.004116532,-0.014678346,-0.0049993806,-0.005357269,-0.015728626,0.005056669,0.006813402,0.02431387,-0.009650101,-0.0031230438,0.017008973,-0.027724192,-0.0049692267,0.007484566,0.019403076,-0.012042016,-0.0064363526,-0.0005743416,0.015900102,0.012355084,-0.005326073,0.0012190641,-0.009539431,0.003991498,-0.004405317,-0.011874256,-0.0077397386,0.021533778,0.0022908854,-0.00090502296,0.002860574,-0.0039986004,0.008104367,0.0049831173,-0.020930588,-0.0053511155,0.0015169918,-0.016531952,0.0029068124,0.007976786,0.0036473442,0.0074262554,-0.009883307,0.0056904047,-0.005918758,0.00595739,0.0074374173,0.017840391,0.014109583,-0.014769259,0.011185605,-0.020231424,0.0033354831,-0.015481222,0.016825879,-0.0022746313,-0.001806077,-0.011607924,0.0015967881,-0.014067973,0.0070370007,-0.018922675,0.02365056,-0.028220175,-0.0017483586,-0.0010262214,-0.022475937,-0.022044554,-0.0126903495,-0.0024112416,-0.009337429,4.9137783e-05,-0.018436681,-0.010090376,0.014038367,0.009397798,-0.028240835,0.0006448159,0.010702871,-0.0070657553,-0.022654042,0.009636855,0.010920019,-0.013955967,-0.0028045645,-0.020994993,0.0015090833,-0.012898305,0.013328136,0.006567031,0.010829309,-0.025786497,-0.009885423,0.011906093,0.02034075,-0.0048024775,0.01835498,-0.0009840776,0.0041801953,0.01860218,-0.0036361406,-0.0053133136,0.018833227,0.011936625,0.005104287,0.03551188,0.016900752,0.0012347553,-0.017718567,-0.010218313,0.0026709572,0.006056748,-0.009222974,0.011903209,0.0028942937,0.0027739522,0.015294272,-0.014945123,-0.00023053489,-0.013087072,0.014009555,0.009390571,-0.040018335,-0.0019470963,-0.009840733,0.026102392,-0.0066206846,-0.040904544,-0.036674783,0.013609019,-0.031243332,-0.011243652,-0.00061845453,-0.014786038,0.0026736797,0.014933555,-0.009931785,-0.009204807,0.01758918,0.007837759,0.0048191464,0.012286668,0.021249954,-0.017234117,-0.006581475,-0.0018221871,-0.004305373,-0.00068975054,-0.020096209,-0.009552216,0.0031838636,-0.025110155,0.0007776898,0.009124335,-0.008169603,-0.005793264,0.013441872,0.012242209,0.023038978,-0.013762569,0.0011024238,0.017104749,-0.0025841575,-0.0218734,0.010488086,0.0038115974,-0.008409035,-0.027045019,0.0038889186,0.0029913094,0.031191789,-0.005295812,-0.008997444,-0.013694407,0.023118181,0.006837347,-0.035057668,-0.0024412365,0.001257888,-0.005983768,-0.014898426,0.0060271034,0.009364899,-0.009637606,-0.0070033204,0.012553871,0.0066719675,-0.009900081,-0.013645278,0.013395157,0.0025741202,-0.009064998,0.023495303,-0.0033229175,0.0063122674,0.007739149,0.0075896876,-0.027048321,-0.019896248,-0.0007735696,0.008377771,-0.012240925,0.0011868245,-0.013792089,-0.0053306767,-0.03430603,-0.018202677,-0.00820414,-0.0071979524,-0.016567772,0.002820749,-0.01599607,0.0028471444,0.0044353874,-0.0057421257,0.0059801037,-0.0032722177,-0.012620077,0.0039914087,-0.0040287343,-0.014247826,0.0011298765,0.018639244,-0.024277557,0.004299091,-0.027610907,-0.0010282323,0.00010168317,-0.0010604621,0.00021523415,0.009843266,-0.025845135,-0.00013221632,0.016016902,0.0136069935,0.004297759,0.0146936625,-0.006812274,-0.017282993,0.0019378993,-0.032089356,-0.009021298,-0.019627508,-0.008475262,0.0060847607,0.0129988715,-0.020036146,0.008177257,0.0031515113,-0.008516921,-0.0019707354,0.005373909,0.009647633,-0.005011483,-0.01239153,-0.023261433,0.025112763,-0.016525786,0.022452772,0.022998113,-0.03872716,0.021686446,-0.014488048,0.0043360423,0.016615707,0.02012885,-0.015107531,-0.007783779,-0.007223282,-0.0106187565,-0.008439999,0.0022454355,-0.001562643,0.00042789802,0.0049134237,0.00285983,-0.011919833,0.017366521,0.0135325845,0.013814225,-0.01821544,0.0010669098,-0.003820731,-0.004977541,0.0020529632,0.0070163016,-0.012719549,-0.0099177295,0.022418933,0.013788814,-0.022150688,-0.0043787053,0.031423356,0.022440312,0.016155124,-0.034083385,-0.0045923004,0.004263031,0.039896134,0.016273722,-0.011290886,-0.024852324,0.0028747895,0.007487949,0.014544774,-0.008334707,0.0006257539,0.01162221,0.0015705286,-0.0067900144,-0.0079296185,0.0040315664,0.0064363973,0.004577482,0.018313216,0.011625959,0.025084807,0.016500654,-0.026724696,-0.014088275,-0.014358554,-0.0089321835,-0.020552175,-0.01563495,-0.02136179,0.002636288,-0.0037817685,0.0038076995,0.0019607039,0.012486435,-0.021565815,0.026894124,0.027022013,-0.0064283535,0.009582507,-0.01823891,-0.010036207,-0.0054867817,-0.02911068,0.0058075045,-0.0006994742,0.01822568,0.010888221,0.009599943,0.15788032,0.11109368,0.002481857,0.007709217,0.006200072,-0.0055954293,0.0010885625,-0.011388046,0.014364638,0.021733724,-0.016715726,0.0033321187,-0.011604391,-0.020519394,0.000799227,0.006335719,0.018534817,0.012899602,-0.018748498,-0.004308732,-0.008945741,0.033001315,-0.0011550519,0.008566436,-0.027559964,0.0038112393,-0.010592478,0.018657375,0.046192277,0.0032685995,-0.0126731405,0.008704874,-0.008045966,0.0026621416,-0.003142342,0.025353687,-0.0020313922,-0.007060807,-0.017830804,0.0047314833,-0.03653292,-0.0075438963,-0.008373669,-0.01421689,-0.007119644,0.014573921,-0.002593118,-0.0019298147,-0.0016550177,0.002777471,-0.023979131,0.008479462,0.0044746394,0.006666557,-0.007156804,0.024858318,0.015946811,0.022295976,-0.007006197,-0.0019601972,-0.0078840675,0.0086288415,-0.017416038,0.004942262,0.0071918988,-0.002599906,-0.009475418,0.00012087421,0.028147623,-0.0003406735,-0.014119107,0.0021182955,0.0017664606,-0.002721966,0.0005489467,0.017999373,-0.025461683,-0.0038252375,0.0016105431,0.00819733,-0.013525054,-0.007872751,0.010945079,-0.0035119753,-0.007081766,-0.017838402,-0.006138524,0.03596497,0.10191784,0.006681474,-0.0058816494,-0.05017814,0.021490805,0.017623046,-0.0071079433,0.03716982,0.0012171684,0.00248011,0.005904882,0.0016620544,0.016282903,-0.023740958,0.012633943,-0.020148914,-2.5534537e-05,0.0073866826,0.0088532735,0.010719444,-0.027041072,0.0037049397,0.018836303,-0.009372748,0.0034661787,-0.000660205,0.006252534,-0.013828541,0.007585998,-0.023385193,-0.11257447,-0.018099846,0.009619391,-0.0027648315,0.023873953,0.004892941,0.0025219638,-0.02360354,0.014408929,-0.03054527,0.011151331,0.0064874147,0.008748382,-0.020804172,0.007859142,0.023780247,0.024949715,0.0030888827,0.0018164954,0.016082466,-0.00035369597,-0.010714511,-0.010675239,-0.019447554,0.021674886,-0.0003338872,-0.0020251735,-0.007916503,0.016607195,0.011298121,-0.0017236634,0.010737758,-0.041408297,-0.012654896,0.008154103,0.026546994,-0.005943722,-0.01575114,0.008211964,0.008899816,0.004528145,-0.015799737,0.0052727126,-0.025936373,-0.013959232,-0.0045187213,0.029564735,-0.018258344,-0.012555503,-0.017164733,0.056373354,-0.012140419,0.023801927,0.002665839,-0.02523489,0.0100421235,-0.0010949123,-0.016442223,0.00991792,0.012650957,-0.01276946,0.012556521,0.008060354,-0.0035824145,-0.006413031,-0.0054586274,-0.0229478,0.010226327,0.0134864785,-0.011855081,0.015605578,-0.01321538,0.016309597,-0.02265865,0.029287595,-0.004294316,-0.043035343,0.0032242553,0.0001859362,-0.02041042,0.035755146,-0.015765335,0.013336862,0.12019236,0.024369607,-0.022398511,0.01463543,0.0089589115,-0.019580867,-0.021857597,0.005129818,0.0046011857,0.02316342,-0.009121275,0.016645327,0.008667085,0.005590844,0.02919796,0.015689064,0.014224042,-0.017960714,0.035230402,0.0064886473,-0.0029593862,0.006356906,0.0013656141,0.0046233376,-0.015454344,0.011033236,-0.007721233,0.015956612,0.0189824,-0.02895167,0.009486199,-0.03978242,0.011892012,-0.006314514,0.028395448,-0.0073125935,0.013306123,0.005246536,0.0067769783,-0.013984116,-0.007824279,0.019447373,-0.00074895174,0.025263306,-0.040425945,0.19856216,-0.0061077275,0.00091325253,0.014780981,-0.009948314,-0.017542906,0.0039289477,0.0034462905,-0.0155176995,0.006320445,0.03184684,0.001288076,0.0038870163,-0.000533612,-0.0132925045,-0.010375316,0.004621196,0.010414004,0.020716093,-0.002652382,-0.0155882,-0.019569835,-0.020971691,-0.016724486,-0.008009126,0.009145158,0.016800012,0.005463475,-0.009929251,0.0041427934,-0.02773707,-0.02258211,-0.0013770718,-0.009328235,-0.014536334,-0.013975681,0.016156886,-0.020056749,0.0117026465,0.004033269,-0.008764816,-0.014953254,0.008725342,0.00055497425,-0.0043918705,0.0077042393,0.013409152,0.0026820768,0.007777817,0.01894519,0.0122439535,-0.004311928,0.0066667455,0.027653584,-0.00494446,0.0014405572,-0.0033595522,-0.0011190405,-0.033121176,-0.014236016,-0.028899264,0.018368129,-0.015529335,0.00642422,0.009618109,-0.0229317,0.004532485]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 178,
          "content": "China solar panel makers hike Japan prices on materials costs, rebate cuts",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.024289714,0.0028653457,-0.0031652816,-0.09162037,0.004136701,0.01810306,-0.015150223,-0.012798449,-0.011470996,-0.0023173548,0.007193123,-0.008925555,0.032591626,-0.033730224,0.09430757,-0.0008610399,0.025379939,0.01621694,0.010307352,-0.0076763267,-0.017274624,0.023484314,0.0033212805,-0.012330935,0.014621299,-0.016498946,-0.0064569833,-0.013928627,0.04592422,-0.023611594,0.010204748,0.016157249,0.00040975233,-0.022028083,-0.006029923,-0.004812819,0.023384005,0.0028707793,-0.00623897,0.020507488,-0.010371482,0.015292841,-0.0106535815,0.005079471,-0.029381214,-0.0043256567,-0.010533696,-0.027882067,0.0033830598,0.032091968,0.015187978,-0.019184908,-0.0034435028,-0.18003573,-0.015885925,0.009287195,-0.013178996,-0.008900447,0.03677371,-0.019135803,-0.010587163,0.0055808774,0.007944476,0.0067222514,0.0039615347,0.00782226,-0.011636789,-0.0008660736,-0.0100426655,0.02170613,0.01394135,-0.009275172,-0.003225368,-0.029382678,0.0021842255,-0.0110181905,-0.006497246,0.0013697072,-0.013246872,-0.027959824,0.018297778,-0.0012419352,-0.024200486,0.0051127747,0.0064263297,-0.036383774,-0.009798701,-0.0018121686,-0.009464107,0.003640234,0.024043582,-0.00013635677,0.019903848,0.0028938577,-0.013326389,0.028930351,-0.008978419,-0.02670518,-0.024452465,-0.019761883,-0.011528672,-0.0010950286,-0.010280821,0.03600674,0.036124192,-0.0101953875,-0.023435896,0.023026166,0.0004516596,0.0058618365,-0.01208559,0.04660832,1.9286139e-05,0.043634,-0.014556609,-0.11211863,-0.002676457,0.027826693,-0.025887163,-0.009691384,-0.0005641254,0.014504426,0.0116013,0.047306314,0.013833441,-0.012639286,-0.010403119,-0.011278669,-0.018339816,0.030181225,-0.0059015993,-0.02296823,0.0082674045,0.012758303,-0.02339673,0.022195904,0.024193373,-0.025680209,-0.016096214,-0.017986258,0.0045335824,-0.0027070092,0.01816515,-0.010831855,-0.021062523,-0.035309557,-0.0045982553,0.035806585,-0.0059894035,0.019044904,0.021218756,0.0068797586,-0.027388936,0.021101544,-0.021123275,-0.037689645,0.009714185,0.017066685,-0.011331432,0.0043714163,0.033471573,0.0033543997,0.017476672,0.010086685,-0.018209169,0.02511549,0.001529379,0.024877075,-0.00806839,0.028938483,-0.02166206,0.0023824915,-0.0010706173,-0.018891659,0.017514907,-0.017782837,-0.0013968857,0.014389358,0.03409145,0.017477525,-0.021577736,-0.013239866,0.022570066,0.021234304,-0.002955427,0.01220868,0.0011061253,-0.04149452,0.0035172831,-0.0071158344,-0.029544055,-0.009263585,-0.020322617,-0.04386383,0.025238331,-0.01966521,-0.013572332,0.0028634802,0.0026609953,0.015614138,0.028998666,-0.005871581,0.002393239,0.013966035,-0.024123047,-0.003236008,3.7688722e-05,0.019624004,0.039629407,-0.016397325,-0.036710456,0.025540542,-0.0014804357,0.0019982888,-0.0054654814,-0.040244706,-0.001191234,-0.0058463006,0.0009308562,-0.0031791541,0.0079281125,-0.008410151,-0.023880905,-0.028147716,0.022834713,-0.010067059,0.008232172,0.016885335,-0.011688486,0.004953572,0.0022134015,0.017366119,-0.007959395,-0.016830342,-0.02789699,-0.01691358,0.012341165,0.02056762,0.0050012195,0.043203637,0.026970642,-0.0054812846,0.030434795,-0.018301988,0.0171146,-0.007302305,-0.0067847297,-0.010522262,-0.0053304355,0.0023951354,0.0038517737,0.0080656735,-0.008723494,0.0097661,0.0014691721,-0.004695553,-0.025103783,-0.005862103,0.023953898,-0.0068002176,0.011025769,-0.0076871817,0.00058887695,-0.0336875,-0.026810879,-0.00047367348,-0.018170955,0.024132282,-0.024845745,0.0012432932,-0.0010643144,0.01692804,-0.013954249,-0.015459653,0.0036676952,0.013508993,-0.027912213,0.024846071,0.0072250133,-0.014784365,-0.0051861564,0.00037499316,0.0032979578,-0.012143931,-0.03676246,-0.03392739,-0.027461862,0.0052215382,0.016209705,-0.004382944,-0.005456012,0.025975304,0.011635006,-0.010930073,0.031990223,0.00683936,0.0064228834,0.0053376714,-0.020992046,-0.021171894,-0.018868037,-0.015911404,0.022078997,0.05204839,0.0057566944,0.010244891,0.006460462,0.0017865963,0.03576667,0.01732243,-0.026363071,-0.012799001,0.0043150443,-0.0021580933,-0.010944257,-0.015863122,-0.016030148,0.011017536,-0.010476436,-0.010704867,-0.0049109776,-0.0014812576,0.0043868627,0.011853337,-0.016723698,0.0057398174,-0.0118590845,-0.0036857734,0.0025584537,-0.008199589,0.015188436,-0.006369082,0.038641978,-0.014228674,-0.00030434123,0.0070183924,0.013834252,0.020538947,-0.0050455146,3.6511523e-05,-0.011293467,0.033664286,-0.031596623,-0.004254741,-0.0005600562,0.007032603,-0.008158041,-0.03208598,-0.024451168,-0.020320963,-0.012679352,-0.010111009,0.011569853,0.0010527553,-0.043883767,0.027400853,-0.018994458,-0.009431214,0.02336864,0.012618261,-0.0047657317,-0.0071979016,0.011531334,0.00023534408,-0.0059039663,-0.016315239,-0.0015045468,0.010860574,-0.0015899175,0.007589296,-0.023502331,-0.030249977,-0.005597319,-0.009762116,0.0033944522,0.004298786,0.025514226,0.0048494902,-0.028660128,-0.027167642,-0.024957886,0.023806019,0.018527083,0.0067171142,0.002451913,-0.028819606,0.01312253,-0.016025573,0.019263215,-0.0062659024,0.006406176,-0.024194567,-0.031323634,-5.347043e-06,-0.01709721,0.0015858941,0.00046071553,-0.0037478937,-0.02016284,-0.009443932,-0.007927198,-0.008617463,-0.0005946412,-0.032571416,-0.0076431325,0.026344655,0.002296025,-0.01799835,0.011371054,0.022611322,-0.0052653598,-0.03389547,6.1939696e-05,0.011397604,0.009699109,-0.007266797,-0.017445683,0.01541812,0.017901147,-0.018958332,-0.0019451407,0.018507725,-0.026443504,0.022380935,-0.0042223213,-0.007631325,0.028378082,0.010426639,0.011795973,-0.00029636704,0.0014118453,0.0061060824,-0.0026039644,-0.019671412,-0.010073446,0.0021446117,0.002820461,0.008921897,-0.019886337,0.01324222,-0.0020959666,-0.00574508,-0.014859751,0.0073060286,0.022029692,-0.011820408,-0.011740363,-0.012622241,-0.0073181116,-0.008419975,0.01140216,0.0141536575,0.003075193,-0.023205092,0.006108506,0.019877408,-0.021107698,0.042531516,-0.023696413,-0.0008377382,0.00069461606,0.012232415,0.010793922,0.032334927,-0.028248262,0.0065251435,-0.007538538,0.0040196297,0.035830636,-0.002408891,0.0058076354,0.007222254,-0.028120194,-0.005063672,-0.0014575191,-0.028202692,-0.0014621476,-0.015530096,0.0029971325,0.010005689,0.017910926,-0.015959067,-0.001415531,-0.008406862,0.037080374,-0.019940155,-0.023339009,-0.028984487,-0.035315752,0.013285862,0.025110595,0.0040126764,-0.00058531767,-0.0037133072,0.00066372746,-0.022519793,0.011432405,-0.023714986,0.021376371,-0.018424582,0.009045835,-0.00036212205,0.0032075276,-0.010345197,-0.026847368,-0.020481674,-0.02133329,0.017390175,0.0109966835,-0.0013348421,-0.035474945,0.010104365,0.00086057634,-0.010941449,0.00024651206,0.00075932866,0.010653749,-0.0014130567,-0.005483258,0.032592554,-0.027073715,0.00885513,-0.0030721773,-0.014309618,0.012861168,-0.013608039,0.009521094,-0.008891706,0.020762997,0.0062986445,-0.0015360557,0.030964326,0.026422389,-0.010167184,0.007620416,-0.016403463,-0.0046897857,0.054196943,0.02646533,-0.013119341,-0.0004779677,0.00078350626,0.0053328434,-0.0020835751,-0.0035678735,-0.07077315,-0.01733344,0.013234037,-0.02733209,-0.016077109,0.005529097,0.02317084,-0.009223882,-0.0066553527,-0.010124483,0.014699769,-0.008312097,0.021587115,-0.0050733136,-0.022835312,-0.0066943825,-0.0037900098,0.014726941,-0.009321799,0.030083023,0.0069807856,0.02501119,0.0010297453,0.0037858188,0.025871094,-0.008510456,-0.00013449091,0.012616209,-0.0075352187,-0.013352973,-0.010403796,0.012983834,0.0022868002,0.0018902181,-0.011655456,-0.014518648,0.009163033,0.012970473,0.011208764,0.021364512,0.021855466,-0.022583753,-0.005498499,-0.04858121,0.018471368,-0.010433952,-0.010836506,0.012012684,0.006353586,0.007900725,-0.00478237,-0.012634127,-0.0038239975,-0.01807401,0.008630684,-0.026600013,-0.02774286,0.0034905502,-0.02369454,0.02117165,0.00040477325,-0.0054717734,-0.008592779,0.027087225,0.01557788,-0.00011461304,-0.009845315,0.009488059,-0.008306484,0.02932753,-0.008816198,0.014472788,0.0014373463,0.014078793,0.020724341,0.010864441,-0.02916351,0.00042762235,0.029142411,0.011496302,-0.016949391,0.0012621821,-0.11386456,-0.01724103,-0.033588704,-0.015219594,0.011021723,-0.009971651,0.008259232,-0.014416664,0.027405504,0.025551807,0.030638577,-0.02424349,0.011760347,-0.0003341642,0.01592255,-0.027080892,-0.0039905077,-0.0150145795,0.01621316,-0.009644819,-0.011479392,-0.019185722,-0.021429915,0.0042354963,-0.01238581,-0.0017694038,-0.022397928,0.0047716773,0.0024804787,-0.005813167,-0.0090543395,-0.13268575,-0.013588124,-0.0041517434,-0.031645812,0.021274967,0.022139456,0.021179922,0.018625222,-0.011418694,-0.031193858,-0.003883146,0.00035057604,-0.02845552,-0.009224828,0.022935165,0.09368214,-0.0072776047,0.03851745,0.013750926,0.003877032,-0.014268546,0.021224286,0.0018255275,0.008455116,0.006855379,0.027120735,0.0044025453,0.031051753,-0.0032753188,-0.009915093,0.014317167,-0.0002658515,0.025484648,0.017209243,0.004828955,-0.0073609166,-0.016866421,-0.008396085,0.01925235,-0.018627917,-0.013345989,0.0027029484,-0.0038410928,-0.007167502,-0.015057123,0.008279094,-0.023072029,-0.02848634,0.0010691766,0.005827182,-0.022310102,-0.08292093,0.0067455587,0.02825395,0.012522725,0.014530737,0.031389974,-0.0057012546,-0.010190911,-0.019234758,-0.0065563577,-0.011349101,0.024740223,0.0013258915,-0.0061123585,-0.009961529,-0.015284199,-0.023365362,0.011516863,-0.007054274,-0.0043785265,0.0014226028,0.018926045,-0.0035737797,-0.0038302806,-0.004726726,-0.0022449365,0.012606208,0.0023012182,-0.02000839,-0.0102678435,-0.036682308,-0.0078084185,0.0040970594,0.023468204,-0.010849404,0.01977432,-0.0065117967,-0.009540914,0.030723086,0.024817277,0.022972804,-0.0083700055,0.0108731855,-0.02294105,0.040980693,-0.030143162,0.0106629245,-0.010914311,-0.013605222,0.016134439,0.02677914,0.009819316,-0.013390005,-0.022874745,0.012922115,-0.0249355,0.012860631,0.055299394,0.03756555,0.00033472796,-0.0063699028,-0.009860212,0.013775128,-0.0060566165,0.009136579,-0.010793098,-0.0020179017,0.012167973,0.00036814573,0.008577296,0.0029840015,-0.015177924,0.0108492235,0.005855231,-0.009663773,0.0010040475,0.0035061906,-0.0008939826,-0.03275873,0.01154269,-0.00035571537,0.015339055,-0.008255632,0.0076131783,0.020457476,0.0276642,0.006482149,0.013114486,-0.00013746553,0.013837013,0.021473166,0.00506608,-0.0022926151,0.0030332287,-0.015670912,-0.0041947276,0.0063364245,-0.00022715487,0.0007997773,0.031304847,-0.03832804,-0.007403205,0.004083881,0.009136569,-0.00092126045,0.006406705,0.01250092,0.002959843,-0.0110605545,0.01578027,0.002425368,0.00017766854,0.011498261,0.0026762264,0.008867897,0.014237344,-0.0097427135,-0.007883788,0.021532906,0.00632126,0.011417144,-0.01132113,-0.021364203,0.0006749895,0.0008381144,0.0034073356,0.0043801726,-0.012216826,0.0019093928,-0.006560416,0.0025456152,0.009899447,-0.00093379803,-0.0052437233,0.015900396,0.013374708,-0.011366945,0.0088044545,0.0018326963,-0.005268861,-0.0093622655,0.009505108,0.012708896,0.008357552,-0.0023979007,-0.01427173,-0.0003065663,-0.010881857,0.010857901,0.0028327936,0.0016434334,-0.01786242,0.012447248,-0.0033016745,0.016740229,0.01216958,0.0148779545,0.006426259,0.0019587586,0.019343296,-0.01634943,-0.008040408,0.0013149551,0.008892305,0.01668861,0.001925366,0.020219255,0.0038537658,0.02492209,-0.022511471,-0.019368634,-0.0059019225,-0.011092549,-0.006137438,-0.01749899,0.006718053,0.01352526,0.008738527,0.0054777055,0.002778936,-0.0008029192,-0.0011880399,-0.0005554788,0.0007254678,0.0045264233,0.011227572,0.00068294385,0.0230266,0.008194638,-0.0022601306,0.016964324,0.024767065,0.015748076,-0.0028074773,-0.0032500448,-0.009895632,-0.0013713961,-0.021193378,-0.0056035323,0.012183092,0.003647417,0.0047338353,-0.0066521894,0.010623553,0.010183751,-0.032262128,0.02641711,0.014857848,0.00581245,-0.0008929694,0.0002867687,-0.0011959673,0.015226615,-0.0012361583,-0.009734656,-0.0065448624,-0.0052720685,-0.013319839,0.012102783,0.0072461837,0.020156559,0.014379177,-0.006214204,-0.008392816,-0.0067414534,-0.0069165784,0.0011358579,-0.005676868,0.013126132,-0.008056229,0.00157474,-0.008240982,-0.016503079,-0.0070527177,0.0045705913,0.008232068,-0.005150232,-0.00534134,0.00045586395,-0.010324565,-0.0046209,0.0009879351,0.016065331,0.004261818,-0.0094805285,7.3829266e-05,-0.012781516,-0.007649856,0.00050860207,0.0067793787,0.015646532,0.0031147248,0.0021277212,0.0018140131,-0.00981221,-0.0008434975,0.01546085,0.0045188204,0.005438779,0.09409272,0.0072781993,0.0089777885,-0.0043520196,-0.00550092,-0.009429393,0.012968239,-0.019990768,-0.006726118,-0.0001897969,-0.0036936256,-0.013623263,0.010937037,-0.011676954,0.0065871743,0.02519118,-0.0022439072,0.020324744,-0.018828925,0.025159959,0.016742455,-0.019070337,-0.010740548,-0.005021315,0.013699647,0.020024722,-0.003920415,0.011669174,0.012909394,0.016286282,0.0025138615,0.0074656326,0.0019211608,0.010127406,-0.0015392811,-0.011685011,-0.009494054,0.03307312,0.011697929,-0.002545055,0.0031213542,0.0030018205,0.012435882,-0.008785757,-0.0032436016,-0.006746548,-0.03517945,-0.002467337,-0.005814602,0.0072474205,-0.00032793998,-0.0033296817,0.0019850356,-0.016038477,-0.010646497,0.0018327485,-0.0059333197,-0.008219376,0.02116025,0.002361682,-0.00046960972,0.016826516,0.0040548695,-0.007828499,0.008164592,-0.0077617355,0.012076183,0.012149441,-0.012512219,0.0058085676,-0.018607365,0.006460952,-0.0010412618,0.0017969734,0.030946715,0.0017755278,-0.016971461,-0.0022148874,0.009800341,-0.0033891113,0.00476975,-0.013641342,-0.018515952,0.0030202842,0.017731283,0.00457209,0.003446469,-0.0033971553,-0.009842203,0.01311481,0.0073860968,-0.015263838,0.009808401,0.0075568147,0.001710422,-0.008688393,0.04407557,-0.010854037,-0.0021419015,-0.011763051,-0.008366589,-0.010510246,0.004684537,-0.0035412956,0.025186243,0.030237418,0.0066516493,-0.004173631,-0.005088365,-0.0085956305,0.0034580645,0.0063784216,-0.0078038387,0.0076438305,0.015634853,-0.0057960716,0.01078825,-0.006735271,-0.01966568,0.027146256,-0.007799859,0.00426062,-0.0077424785,0.011455879,-0.021378348,-0.013711578,-0.012132946,0.004734301,-0.0022202008,0.025598725,0.023004508,0.0070627364,0.0009264421,0.0055159056,0.003634233,-0.0024527118,-0.0038589535,-0.012028458,0.009798302,0.011142226,-0.0079942625,0.025381785,-0.002281604,-0.002221327,-0.017267296,0.017334262,-0.0027503215,0.0034003349,-0.005554432,0.01462363,0.014448872,-0.017495899,0.013579055,-0.027345125,0.012774001,-0.0030678948,0.0011431756,0.0034227977,0.0008170792,-0.002126427,5.147812e-05,-0.021405064,-0.017046738,-0.010478044,0.0069399206,-0.025182983,0.00090129086,-0.007525304,0.0109399855,0.01779215,-0.020097429,-0.010318204,0.010504432,-0.0009516767,-0.013985898,-0.010614345,-0.008812805,-0.00922994,-0.0012047611,-0.008360973,0.0021323152,0.004602226,-0.023522055,0.020713933,0.0040019047,-0.008372631,-0.017749766,-0.0071058786,0.011845026,0.008377871,0.000641224,-0.012860406,0.0035649433,0.001582814,0.0053373645,0.015667891,0.0029513116,0.0054793083,0.007858373,0.002057679,-0.012480256,0.015741358,-0.013531369,-0.010382457,-0.009065534,-0.003313678,-0.002448025,0.02203159,-0.010446406,0.03591842,-0.0077856323,-0.01948869,0.003086792,-0.008435952,-0.0030206903,-0.0051440136,0.006996678,-0.007909974,0.015178279,0.01053912,-0.001636652,0.014308875,-0.0087530995,0.006932662,0.010632583,0.018198578,0.019456208,-0.0012946072,-0.010186889,-0.019499395,-0.013482066,0.0020767471,-0.016542036,0.009345905,0.033532124,-0.004709192,0.020601245,-0.0033021057,0.009814536,-0.010377554,0.012556579,-0.009252421,0.015994528,-0.013832733,-0.021073889,0.012848949,-0.0141773615,-0.00072211906,-0.009536407,-0.01622366,-0.003625974,0.014617075,0.013426231,-0.0053788614,-0.0007497313,0.0021600793,-0.00794667,-0.044955626,-0.00082479656,0.013649049,0.015721219,-0.008305568,0.001673889,-0.0059965374,0.007731074,0.0060080844,-0.0052705775,0.0038515846,-0.0041604377,0.013002324,0.009030378,-0.0036679762,0.0077879895,-0.014040355,0.019969355,0.011733382,-0.005603074,-0.016707625,0.006824279,-0.009775199,-0.008858398,0.008166897,-0.009612073,0.032737594,0.014811495,-0.012311383,-0.003315751,-0.019299515,-0.02427873,0.0016176193,-0.012034183,0.013216319,0.007451572,-0.018877037,0.0012283184,-0.0020478314,0.006716931,0.023207143,0.0049138973,-0.0039790464,0.005296383,0.002867851,-0.003901967,0.020299304,0.00031142271,0.01009418,-0.017622279,0.0010382391,0.0004516387,-0.0015874241,0.00086635625,-0.0028099813,-0.018751247,0.010435331,-0.00015412713,-0.0037558228,0.0029644293,0.006666155,-0.0007376484,-0.0003082736,-0.0047815596,-0.020686181,0.010602401,-0.005960268,-0.0026022024,-0.0177285,-0.02289936,-0.0015131086,-0.018072871,-0.02347923,-0.005635008,0.004503716,0.017107056,-0.0040101255,0.021417964,-7.222335e-05,0.0029590921,0.0019844116,0.0089209415,-0.008021158,-0.002752621,0.014410676,0.0016627911,0.004973285,-0.0076824464,-0.007724625,0.007868871,0.0064236377,0.01727406,0.00012641614,-0.0047982973,0.0095056025,0.010702168,0.01177608,0.002291375,0.00911602,-0.0021868064,-0.0049841055,-0.0029120832,-0.002949675,-0.00834994,-0.0070388047,0.0042073205,0.0083420435,0.0068437997,0.028358294,0.0021364996,-0.015728353,-0.0018172088,-0.0043615582,-0.0077362815,0.007598695,0.019309105,-0.001003614,-0.0026123947,-0.01234739,-0.0018169507,0.00754267,0.017333806,0.0014387795,-0.021353686,-0.0063075144,0.0105284415,-0.007728082,0.010554928,-0.009690964,0.005327025,-0.0017306216,0.004075036,0.008651157,0.0015346376,0.0041943397,0.018995097,-0.008313982,-0.009847535,0.0033329548,0.0044798306,-0.010647797,-0.010989382,-0.00017772875,-0.0017256974,-0.0010611666,0.001762385,0.012935721,0.012504533,-0.0048611937,0.0077272337,-0.00053065433,0.013676367,-0.0024310413,0.007298588,0.0048559876,-0.021150138,-0.009751293,-0.005030736,-0.0019694567,0.00033461876,0.017978325,0.003806187,0.00013357602,-0.0055699837,0.003532668,-0.014046629,0.00054280536,0.011569669,-0.0091136545,-0.008970308,0.011893832,0.0056006536,-0.0120376265,0.023713052,0.0064764894,-0.011730649,0.02426306,-0.0074297828,-0.00067323935,0.014012197,0.0046011154,0.02553954,0.006893263,0.014155516,-0.013951556,0.0012300712,0.0058919014,0.016999085,0.0050743944,0.016229296,-0.019048512,-0.02570504,0.0044410746,-0.001516525,-0.0014040931,-0.0038767282,-0.0047019427,-0.009456729,-0.0028888811,-0.0077092345,-0.011807406,0.010101727,0.0034275854,0.0116569325,-0.016240204,-0.076980576,0.01077971,0.0017239954,0.01145715,-0.015908444,0.01105594,-0.013870435,-0.005731018,-0.01301747,-0.010389737,-0.0086582685,-0.004498504,-0.021486737,0.019136287,-0.013843414,0.006166503,0.0027732924,0.0057707843,-0.0063211103,0.016584227,-0.0183181,0.02406136,0.0010369004,-0.0011303482,0.0028764703,-0.022425827,-0.0036786576,0.008323206,0.011471518,-0.0013214069,0.012750915,-0.009893229,-0.00967369,-0.0007232205,0.029977528,-0.0077803796,-0.0030196917,0.0061711045,-0.1358437,-0.0043580225,-0.008292962,0.010055248,-0.010524625,-0.004066186,0.014237373,-0.025207441,0.0043901457,0.012958536,-0.0012976393,0.016823612,0.0067457305,-0.022808187,0.0005035317,-0.0025200474,-0.0051309546,0.0014565099,0.008690545,0.03404762,-0.017864978,-0.0208755,0.0019738826,0.008584837,0.0033187247,-0.0042324984,0.0005514017,-0.010616533,0.021484843,0.0083511975,-0.0167249,0.008103116,-0.010894752,0.018276049,-0.0014792365,0.0053413925,0.0047290525,0.0070536686,0.013539748,-0.022681886,0.012381748,0.005677264,0.00072168646,0.00994968,-0.0088998545,-0.0069216364,-0.0033094597,-0.0009390995,-0.018711835,-0.015494112,-0.015294552,0.005418958,0.003992181,-0.011767009,0.012124843,-0.00430171,0.01164094,0.011252314,0.014863698,-0.0011067537,-0.011526863,-0.003700814,-0.00157603,0.008221778,-0.005534334,-0.001612754,0.019543378,0.023856128,0.021248013,0.008403752,0.008772927,0.0059915166,-0.005891977,-0.00554287,-0.00065318827,0.0048424504,0.013588986,-0.010114526,0.0051485635,-0.005716247,-0.024687879,0.008141534,-0.023356235,-0.0023250517,-0.022041444,-0.02212764,0.00016315705,0.0045271497,-0.007913318,-0.039622895,0.009899871,0.01320216,-0.018062769,-0.020949515,-0.01493284,0.024611436,0.0050816424,-0.004886993,-0.009852685,0.027279694,0.013449384,0.0078000105,0.015607717,0.008795263,-0.012338552,0.006700154,0.013691197,-0.02055606,-0.008545543,0.013601098,-0.0072829123,0.0051184255,0.0019318492,-0.0041479263,0.0047079693,0.019490784,-0.01207523,0.011535014,-0.0099320505,-0.010576017,-0.017759936,0.0061768666,0.0228413,0.011633814,-0.023443796,0.00803051,0.018510826,-0.0046708905,0.0021136343,0.00017657023,0.018622449,0.011084453,-0.013177216,-0.001140596,0.010520508,-0.01627957,0.015615971,-0.007331692,0.022392357,-0.010952273,-0.008419677,-0.0031706148,0.0119598415,0.00870453,-0.007022834,-0.009546521,-0.009088826,-0.0135328965,0.02448277,0.021073313,-0.00014061989,-0.01020033,-0.011769803,-0.018485688,0.03662904,-0.009352916,-0.020770213,0.00547869,0.004319711,0.0164809,-0.018051824,0.023115916,-0.013685573,-0.00170015,-0.02576787,0.037386786,0.010628823,0.018724939,0.011992535,0.0021376682,0.01674731,0.023980739,0.020708019,0.022471122,-0.0059395907,0.0011084928,0.021697193,0.0046319077,0.023202421,0.015320264,-0.0076169753,0.004186874,-0.0031538894,-0.010843314,0.004379325,-0.005627107,0.008652006,0.00047826316,0.02562181,-0.0039367997,0.0023882093,0.015839178,-0.009176666,-0.003554024,-0.011724447,-0.015425824,-0.005156565,-0.009199311,0.008677553,-0.014136527,-0.0049200696,-0.006081353,0.0048531685,-0.17395775,-0.010281433,-0.00072091055,-0.010273783,-0.013220996,0.0041233907,-0.009780181,-0.017210089,0.03472514,0.00685133,0.011865042,0.014727105,-0.020345746,-0.007689693,0.01159988,-0.02083532,0.006118692,0.021666579,-0.008544177,0.009726511,-0.0348716,0.0051307394,0.008537529,0.018668424,-0.013192432,-0.018080518,0.009597771,0.017978786,0.0066553727,-0.0014093767,0.005226752,0.00783722,0.0038015898,-0.0100782905,-0.021338554,0.010073675,-0.022685315,-0.011901992,-0.0059968955,0.0033527168,-0.0053165737,0.015575133,-0.004807676,-0.0024682297,-0.01423731,-0.019612616,-0.010926701,-0.010819383,0.000847566,-0.0058843037,-0.00790803,-0.016423356,-0.021359356,-0.018124593,-0.0029159475,0.0031485579,0.010745362,-0.012732392,-0.0009483275,-0.0070988056,0.006937072,0.0031050218,0.015545959,0.009962486,0.010090428,0.0067183007,0.031330798,0.14116639,0.0058504157,-0.0004713883,0.0022700408,0.026336312,0.035385564,0.031688716,-0.0018268572,-0.01354773,-0.025975872,-0.014892006,-0.013327543,-0.014757079,-0.013321087,-0.018077549,0.030972391,-0.012253794,0.028480921,0.019136686,0.011219346,-0.026818655,0.0059229843,0.012810497,-0.018736308,0.015202576,-0.017355688,-0.022517193,0.02402411,-0.012810411,0.018848997,0.0025394005,-0.021582292,0.019455962,-0.0045271195,0.009619327,-0.00900813,-0.010870352,-0.0070504076,0.0028563081,-0.026789287,0.023868823,-0.015131353,-0.0006737257,-0.0012008313,-0.020430233,0.0059750117,0.011596251,7.903739e-05,-0.0011002966,0.00091838144,-0.03076256,0.01800352,-0.012657043,-0.0020034702,0.0072716223,-0.011693924,-0.004324135,-0.0086308345,0.0022651153,0.012794554,0.011070727,-0.0058719115,0.011347079,-0.005324768,-0.0014952753,-0.01605936,0.0030197147,-0.017529448,-0.00086337276,-0.08386982,0.025585873,-0.02300292,-0.0028595915,-0.003309228,-0.017484153,0.02985142,0.008488132,0.009389275,-0.009992192,0.02000125,0.0059832497,0.00037498688,0.0072233817,0.0045549176,7.1180693e-06,0.008175005,0.014110767,-0.0148503985,0.002060359,0.017431393,0.029355526,0.00080801477,-0.019741792,0.0071767624,0.0090302015,-0.002699338,0.014134966,0.013993609,-0.005446951,-0.019310847,0.011125018,-0.014462044,0.0022415859,0.006088799,0.013504365,0.011473193,0.016348487,-0.012425956,0.004610255,0.011683666,-0.016342888,0.0012078166,0.0060575027,-0.016924167,0.00028534664,0.0139750065,-0.013396348,-0.011648341,-0.008451696,0.009291236,-0.00941684,0.0039358647,-0.007111444,-0.03512168,-0.008022522,0.025863608,-0.0552806,0.032428246,0.011394062,-0.0015446829,0.0040577585,-0.014582519,0.011806783,0.015754081,-0.0055165524,-0.0019954247,0.00215826,-0.00032918106,0.01729333,0.029393373,-0.013615848,0.010078491,-0.0020105601,-0.0033558707,0.0009884156,0.0026887802,-0.007625222,-0.028374411,-0.0038094404,-0.010062949,0.0029553198,0.024724418,-0.012302232,0.03666355,-0.0013592127,-0.0047997073,-0.001252635,0.0041050203,0.008736249,-0.010188381,-0.013874942,-0.006800673,0.0020114495,-0.0032113371,0.015590593,-0.0059673614,-0.007646136,0.010568008,-0.015041508,0.00863793,0.0044685034,-0.017023563,0.0054434584,0.012192697,-0.0077232774,-0.022480438,0.0010874528,0.016256494,0.0070548668,-0.018587608,0.014385315,-0.028522076,0.0018903958,-0.0021117118,-0.008243735,0.008824563,0.0057419655,0.004623676,-0.016945837,0.0006887196,-0.001458363,-0.006842295,0.014331909,-0.025642566,0.0009625168,0.00914109,0.010303324,0.015520083,-0.00049549143,0.00678533,-0.009425466,-0.009591458,-0.014162022,0.011926386,-0.0021101576,0.012199227,-0.001697793,0.016229112,0.028067198,-0.008397493,0.00093730417,-0.007290865,0.03222702,-0.016110906,-0.0067643505,0.0049677156,0.0011211566,0.0041169594,-0.03156319,0.011928296,-0.011704163,0.0010029973,0.004250225,0.0071245776,0.014895518,0.00067305914,0.014549691,-0.002518576,0.01035659,0.021762958,0.00084965915,-0.004709844,-0.0001396198,0.014897055,-0.020836158,0.01427394,0.0097859,-0.030352907,0.010776178,0.0004904252,-0.0027785192,0.0020051068,-0.003875091,-0.0058152503,0.007819354,0.021142496,0.024511844,-0.0071913134,-0.05528815,0.022427142,-0.00140084,-0.010238303,-0.0017582149,0.0020291938,-0.012588249,0.004706866,0.014183316,0.015387405,0.012667639,-0.0022188,0.01019106,-0.014378471,-0.00862546,-0.0034602005,-0.032880172,0.01921598,-0.0011227437,0.021291286,0.0041709896,0.0013650669,-0.027473537,0.0057327803,-0.010173868,-0.02580611,0.0012084829,-0.006052391,-0.041574728,-0.02022529,-0.023829771,-0.011644765,0.015153967,-0.017565658,0.00057944446,-0.029352818,-0.007440517,-0.0028761,0.008784926,-0.020894932,0.009863291,0.0069730664,-0.032136545,-0.008366665,-0.0029114739,0.012735479,0.006326575,0.011836544,-0.011546876,-0.00760313,0.022795424,-0.02612718,0.0010198951,-0.011250615,0.003202439,-0.005088598,-0.010338007,-0.0003053549,-0.0015983591,-0.01649723,0.027700026,-0.0024563437,-0.009915639,0.022446787,0.0129059665,0.011194498,0.0013827903,-0.0024258264,0.012860363,0.009688513,-0.00020491502,-0.007869771,0.00259502,0.0065343347,-0.017115762,-0.011821237,0.022911342,0.019881893,-0.0058528227,0.0242111,0.009422713,0.014130591,0.020519793,0.023195907,-0.011153114,-0.004169503,0.0016107418,-0.08975233,0.00046179487,-0.011164227,-0.010822814,-0.0021872793,0.0077432557,-0.015868835,0.024594732,-0.0050287903,0.0077668554,-0.0072915247,-0.011992481,0.006348539,-0.004651529,-0.016136307,0.0013381623,-0.012743946,0.016900288,0.030307533,-0.00033214103,-0.017368034,-0.0010919969,-0.016797833,-0.00013170074,0.025278341,-0.03266986,-0.0071265916,-0.0007333976,0.013918848,-0.006103065,0.01843782,-0.008528619,-0.0015544909,-0.014379003,-0.009679847,-0.013062587,-0.01685331,-0.0016498539,0.0025640975,0.0057424894,0.0017828117,-0.0032869105,0.021534778,-0.010854009,-0.008155139,-0.003911688,-0.014150667,-0.016270963,-0.0012181314,0.0011090018,0.00024450905,-0.03781269,-0.0200049,-0.0014412861,0.006862628,0.013869581,0.007093488,-0.012740946,0.0034084527,-0.006970852,-0.0073219873,0.0016515926,-0.02384199,0.023831261,-0.01689406,0.013841187,-0.022766786,0.0005407131,-0.02277999,0.005329447,0.027297158,-0.007155531,-0.0120271705,0.012333391,0.00637636,0.008475272,-0.0010572003,-0.012321804,0.010504721,-0.000348207,0.005001587,-0.012325576,0.017092695,-0.008441387,-0.009997258,-0.023823792,0.010747464,-0.004699152,0.017549383,-0.008144164,0.0048909397,-0.017435616,-0.006781268,-0.00845406,-0.008061574,0.01012088,-0.003548882,-0.0103195915,0.010683373,-0.038218655,0.007902103,0.007872951,-0.004548711,8.7457214e-05,0.014813441,-0.028638199,0.0099780485,-0.013631756,0.011698322,-0.00041564187,0.022679383,-0.0072296015,0.008942807,-0.0009281546,0.0069190557,0.0062184935,0.011700915,0.0024189043,0.0017293029,-0.0024365382,0.022048337,-0.006760729,-0.00876941,-0.00077695376,-0.026216062,-0.0025453519,-0.005084573,-0.014158284,0.00954152,0.01018947,-0.0016359064,-0.007640866,0.0011238428,0.013107195,0.022665609,-0.010241946,-0.014115947,-0.005844788,-0.02578187,-0.0013035969,0.0049223453,0.0048921015,0.0040360736,-0.01205438,0.0066339895,-0.018640576,0.001903578,0.01700893,-0.022963423,0.012327867,-0.011812177,0.0015624881,-0.009578794,0.0079019945,0.0039829034,0.008900571,0.0055931136,0.0002681005,0.011522049,0.00549739,-4.5106448e-05,0.0037686005,-0.008254006,0.00039286513,-0.013994443,-0.006186625,-0.01861524,-0.004609489,0.0037829457,-0.0017970098,0.009806231,-0.01591737,0.02613454,0.004716646,0.024048079,-0.0022465505,-0.0275436,0.01973008,0.027366748,-0.008552089,0.013754869,0.00055768766,-0.012314312,-0.007815778,0.006447304,0.012634268,0.005223728,-0.014252015,0.004190954,0.011819299,-0.03244967,0.008881018,-0.03110666,0.011328038,-0.015163038,-0.016237367,0.0050049867,-0.0033027842,0.0028133125,0.0049133967,-0.010149948,-0.0031657596,0.0010799736,-0.024741122,-0.020491768,0.004365581,-0.0021006144,-0.00090291066,0.0039898497,-0.011716706,0.0022646496,0.0067102313,0.0074061286,-0.012385543,-0.0040463237,0.021069387,0.017942823,0.009523042,0.008532853,-0.0061900024,0.016731678,0.020419987,-0.002768942,0.009185766,-0.019358192,-0.033703085,0.0066926205,-0.01784632,-0.037533958,-0.02476936,0.006435207,0.0064683673,0.010963372,0.012829885,0.008264564,0.006445912,0.0041090143,-0.012819852,0.008748775,0.007945699,-0.0067338976,0.01729511,0.0073014963,0.009549894,-0.0388048,-0.021914246,0.00027904316,-0.0127391,-0.04367669,0.013101222,0.010190527,-0.006339056,-0.0020149383,-0.0050970097,0.027627878,-0.01338495,-0.0031678195,-0.013895548,0.006072221,0.0027996206,0.029810926,0.012686795,-0.015083095,0.036012664,-0.041539345,0.006828392,-0.001089236,0.0005388718,-0.00060337945,-0.02223818,-0.0005083385,0.0110224,-0.010211142,-0.026777461,0.0004210832,0.00095557264,-0.0002793624,-0.00797803,0.0091360165,-0.0058351313,0.015259041,0.009503086,0.020528259,0.0050621904,-0.012719451,-0.022479193,0.002631078,-0.010329848,0.010826763,-0.008318793,0.020443665,-0.01196619,0.015025502,0.00056018704,-0.020458875,-0.0069372677,-0.01922438,0.005725593,0.012029211,0.013569113,-0.025766896,-0.042565618,-0.011921677,-0.005690784,0.0216411,0.011608957,-0.011984652,0.0018945591,0.003727133,-0.019999178,-0.0123686865,0.00893892,0.017881464,-0.01917328,-0.038487405,-0.0004916761,-0.013445642,-0.028970405,0.003252248,0.00662499,-0.0049350797,0.014356326,0.009548095,-0.009006356,-0.0036557722,0.00725131,0.027030293,0.012397649,-0.0037813783,-0.0050715674,0.024452312,-0.016721712,-0.002539728,0.014756505,0.026465027,0.007241875,0.00015675115,-0.0049560093,-0.02430498,0.0016192409,0.0070394957,-0.0048393044,0.0066879783,-0.021824494,0.019726254,0.0004252021,-0.0062796087,-0.014074159,-0.012358354,-0.008497066,-0.0043772445,0.0016530955,0.006182014,0.016192226,0.008908475,0.0042724865,0.00043396762,-0.011777445,0.015724052,-0.017892098,-0.003566644,0.013685921,0.026806552,0.011497237,0.0042041056,0.019799463,0.00031839425,-0.008714933,0.019416427,-0.009704772,-0.010002514,0.005255332,0.0044247503,0.016987832,0.0006392006,-0.0017129844,-0.019963598,-0.008640641,-0.0060340697,3.5370766e-05,-0.028922098,-0.0012044741,0.0050387643,0.013719381,0.005826425,0.018296592,-0.014012292,0.011637739,-0.008018501,-0.022346647,0.005944597,0.011045053,0.006364351,0.0006036727,0.032884635,-0.01105929,-0.015176589,-0.015930735,0.00015538519,-0.0008930997,0.008315392,-0.015535356,0.0030645637,0.004976877,-0.01585551,-0.011056287,0.002430509,0.011426517,-0.017453743,-0.0238735,-0.023743931,-0.0015452369,-0.00087203743,0.017448315,-0.005254219,0.0068013766,-0.00482164,-0.002774129,-0.0026148595,0.030942254,-0.0036101127,-0.008332729,0.01783715,0.00019558886,0.0031014332,0.012908656,-0.0057523656,0.003428979,0.016279275,-0.018009627,0.0042531844,-0.0006891512,0.0011205248,-0.0059338184,-0.016869714,0.0038340222,0.01378713,0.006305006,0.006402137,0.03481546,-0.010678112,0.011263203,-0.0073265047,-0.020409994,0.009844201,0.008919355,0.016544454,0.00034771298,-0.007582402,-0.015996743,-0.0016039228,-0.022290528,-0.0035366095,-0.0076360046,-0.0070770066,-0.025227843,0.021595392,0.009869694,0.0028142936,-0.024756301,-0.009757657,0.015317728,0.0051417537,-0.0041173794,-0.01852863,-0.031638004,-0.031699166,0.011949265,-0.0065133297,0.0060365284,-0.029379733,0.0038575595,-0.05874802,-0.028655998,0.004122489,-0.0023118171,0.00090898527,0.0011243761,0.0060108323,0.016327472,0.003054851,-0.011268741,-0.01044422,0.0115552945,0.0187396,-0.017080955,-0.015114484,-0.03395775,0.004979253,-0.008016492,-0.017023647,0.001512672,0.0196208,-0.018431313,-0.019189533,-0.0011887746,-0.0038204032,-0.01260219,-0.0071585616,-0.011587544,0.01587393,0.010099733,0.005290347,-0.0018874162,0.012436032,-0.013092567,-0.011553458,-0.025959706,0.03455654,-0.027619196,0.0073509365,-0.002575927,0.017807618,-0.022191519,0.0031058642,-0.023155028,-0.0030394872,-0.017639136,0.0020143515,0.0013512811,0.013062496,-0.0020891484,-0.003968276,-0.0018449328,-0.017477375,0.001686148,-0.012118466,0.012868822,-0.009658437,0.0030836752,0.005815331,-0.008418381,-0.013607038,-0.0052253115,0.021780219,0.010250927,0.01326646,0.02949841,-0.0011378754,-0.0025102221,0.005551748,0.0050546485,-0.008491349,-0.024263613,0.004823261,-0.007765418,-0.023766022,-0.02761666,-0.023762863,-0.0064958427,-0.019616848,-0.026525427,-0.0030911532,-0.011371172,0.024450509,0.025051847,0.011836989,0.0007800648,0.0026094164,-0.03164629,-0.008748326,0.012794392,-0.015564377,-0.0115763,-0.020291286,-0.0058906376,-0.006056081,-0.009004298,-0.007829359,-0.005535136,0.0024327463,-0.004061935,0.014583161,-0.003327759,0.016209811,0.014443583,0.02701612,0.011172971,0.011588955,0.014238014,-0.011507649,0.011279517,0.010241562,0.0034904946,-0.0115063,0.0017177793,-0.0076939994,0.027812919,0.0021167248,-0.011358194,-0.014787982,0.009233318,0.021718966,-0.00010730034,-0.009879395,-0.0057589565,0.0011376819,-0.0044589294,0.0068775862,-0.011771872,0.0110115865,0.0014202228,-0.0023835374,-0.009784251,-0.004346996,0.019372387,0.0015310553,0.021180604,0.011702559,-0.0026003276,0.010161719,0.0010893617,-0.017883686,-0.0065798033,0.005498583,-0.006604376,0.019183742,-0.0046311477,0.006087941,-0.017827082,-0.017626766,0.005143125,0.00058163033,-0.018716397,-0.0011627546,-0.004987814,0.020458052,0.0048055346,-0.002576409,-0.033043314,-0.008973925,-0.012706616,-0.021347031,0.013256507,0.034536205,0.00882623,0.011739588,0.03238046,0.0207602,0.012609572,0.02089995,0.014303987,-0.0040332093,0.015116934,-0.013474416,6.902145e-06,0.01424456,-0.024424836,-0.0101550035,0.025542336,-0.013015876,-0.011202374,-0.013065398,0.009930727,-0.016182287,0.009990891,-0.00076715957,0.0008912159,0.014966996,-0.019372396,-0.019066274,-0.020373542,-0.019664945,-0.0058933445,-0.00882529,-0.0035413827,0.008067294,0.0050632386,-0.0020682511,0.009434492,-0.013154215,0.015519822,-0.0048965667,0.024901148,0.02457509,0.016761696,-0.006073505,-0.011701271,-0.013581793,0.008125103,-0.017327478,0.0024393166,0.020117,0.003580077,0.010838675,0.011991425,0.1607097,0.12566368,-0.0041887513,-0.008099222,-0.004852649,-0.013331845,-0.012025221,-0.023769774,0.0020599926,-0.0029366438,-0.023002919,-0.015172973,-0.008973157,-0.0024030718,0.00710235,-0.002824403,0.0032598176,-0.0147951385,0.007345002,-0.00474651,0.005654023,0.02648116,-0.008059196,0.016981702,-0.025113277,0.008183621,-0.007241293,-0.0056971614,0.036089223,-0.019516194,-0.014144394,0.0011940644,0.0013037152,-0.003961378,0.02401553,-0.0031978593,0.015652688,0.0022815203,-0.015830195,0.020021817,0.003504085,-0.0056941076,0.0036429432,-0.0097371405,-0.015074429,0.00048960175,0.01158476,-0.0067627314,0.008930992,0.0027010813,-0.017450009,0.00365183,-0.004448015,-0.00695026,-0.027477078,0.015072941,-0.0022118988,0.026755642,-0.01918766,0.0037790393,0.011276309,0.029355206,-0.02977062,0.01178769,-0.001541452,-0.018827923,0.0120083345,-0.0067326147,0.0018771355,-0.022209397,-0.0022567078,0.014584778,0.01032419,-0.008215877,-0.017447226,0.0063081435,0.008748846,-0.008071761,-0.010498563,0.01612148,-0.007848326,-0.0044261934,0.0008695047,-0.017291352,-0.012449954,0.0047443537,-0.017706338,0.008122993,0.09204091,0.0036152925,0.012288125,0.005351352,0.013436936,-0.009593665,-0.0066219363,0.054519136,-0.011751171,0.006346656,0.0054823137,-0.014186362,0.0065490566,-0.015109266,-0.0050209565,-0.001761678,0.010823411,0.021692622,-0.0033774162,0.0033062333,-0.0010460857,-0.015446734,0.004218754,0.01352793,0.0068304255,0.0058742072,-0.013356354,-0.007967153,-0.018820269,-0.0052894293,-0.10314234,0.0012095101,-0.013679574,0.0054049073,-0.0020119376,-0.006055541,-0.004062452,-0.011126451,0.028814526,0.011789186,0.0029606128,-0.0056713847,0.002436961,-0.023719411,0.00911612,0.0011380133,0.025123268,-0.014216725,-0.021942724,-0.0153458975,0.010266502,-2.9532961e-05,-0.0047962037,-0.009905034,-0.007344707,-0.0058074114,-0.0037077514,0.013977138,-0.018446969,0.013753486,0.0035904387,0.016089747,-0.019149877,-0.00014175699,0.032528784,0.0035947813,-0.021289762,0.002652755,0.0037900088,0.015367277,-0.020272072,-0.0099640805,0.00198151,-0.012851651,-0.029923748,-0.035246927,-0.016548825,0.0041270955,-0.013566705,0.015851276,0.020682454,-0.0044069733,0.01911668,-0.007445414,-0.00067962334,-0.0029426662,-0.007870802,-0.02474346,0.006221201,0.0395951,-0.03302872,-0.016344292,-0.00013394594,0.016686736,0.0022966913,-0.0076096295,-0.005616821,0.009048386,-0.00929686,-0.0042655705,-0.0014705053,-0.031103628,-0.0014812863,-0.012320228,-0.021981802,0.023258625,-0.046105538,0.03232331,0.0068800407,0.0148001965,0.0066227224,-0.0075175436,0.022463057,0.13162531,0.01309126,-0.006483288,-0.003090207,-0.00012018163,-0.018108295,-0.0085480055,0.00027315872,0.0126550635,0.0011667584,0.0038313759,-0.003681975,0.023688601,0.0061025154,0.01593613,0.0052844197,0.013217829,-0.024184305,0.0031803502,0.0067067742,-0.017080085,0.003952436,0.013933396,-0.008781953,-0.011046772,-0.0028482503,-0.0223684,0.020179236,-0.031219857,0.016866866,0.021251513,-0.017165001,0.013976707,-0.01613892,0.01431107,-0.003408142,-0.02083509,-0.00493418,-0.01759085,-0.0057007205,0.0044516567,-0.013526795,0.012332909,0.00018470405,-0.01565565,0.20618695,-0.0019002769,-0.0014189548,-0.0052154292,-0.011836346,0.025454266,-0.019931473,0.018561471,-0.0002214946,-0.0143255405,0.006073178,-0.0176676,0.015787847,0.006305092,0.016888428,-0.030591073,-0.0063614384,-0.007446549,-0.016555632,-0.008662173,-0.01811902,-0.008985303,-0.0034803788,-0.025402186,-0.008860021,-0.0030765522,0.02467745,-0.00862668,0.0267897,-0.0010597119,-0.038050935,-0.0051983786,0.017327067,0.0013765814,0.021672511,0.012560991,-0.003152252,-0.029437754,-0.009654392,-0.009262956,-0.015285759,0.005538124,0.003193046,0.017017446,0.0019352885,-0.008769119,-0.005090058,-0.002832157,-0.01612177,0.0045742663,0.013512983,0.0039209197,0.0006963832,-0.0152462665,-0.02176697,0.008619977,0.022735773,0.008285077,-0.029210087,-0.006155172,0.0050664786,-0.006263552,-0.02752079,0.030688325,-0.019844139,-0.00795159,0.00035271829]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 179,
          "content": "Saudi Aramco's record Asian oil premium locks in higher prices",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.022795605,0.02374244,-0.021047525,-0.10247228,0.0026026093,0.0062254076,0.0032071795,-0.01972519,0.0038558324,0.005327415,0.021240853,-0.009818253,-0.0024586546,-0.0055617443,0.12615801,0.0070120185,-0.017407555,-0.0003936107,-0.011452531,0.013115226,0.005868801,0.032754667,-0.007437097,-0.018310139,0.039684743,-0.015556334,-0.012121258,-0.008425633,0.039969195,0.018588195,-0.007949951,-0.03537875,0.015577076,-0.011326923,0.031279374,0.0053920797,0.019700015,-0.004863945,0.005423389,-0.009326013,0.014991605,0.004051174,-0.015540595,0.025355987,-0.0152622955,-0.0021873887,0.014863444,-0.036556683,-0.0036396245,0.009016587,0.02288467,-0.02753429,-0.006694167,-0.17324439,-0.012538518,-0.0013383338,-0.009652488,-0.0067435587,0.0012526817,-0.005582065,-0.0012252651,0.028364237,-0.0034036802,0.0023649447,-0.01547877,0.0032852695,0.0055714836,0.025001392,-0.0020690039,0.009246729,0.0038163771,0.003658004,-0.015285806,0.010492357,0.01942668,0.0026286885,-0.024313383,0.022550862,-0.02299849,-0.005751181,0.008287798,-0.032594852,0.0051867166,-0.02046258,0.0025818849,-0.024611978,-0.01457926,-0.016184725,-0.015587943,0.036775157,0.03146619,0.012234923,0.00034859066,0.012106964,-0.024638746,-0.020654269,-0.013767122,0.0025806015,-0.010117281,-0.011992314,-0.0068091317,0.02782558,-0.007023103,-0.0040848935,0.024460379,0.03297389,0.0037079407,0.00809031,-0.009655816,-0.010254306,0.019481268,0.0040627737,0.0045962506,0.0023590405,0.021988498,-0.11526366,-0.001226809,-0.0022126234,-0.011821091,0.0026129622,-0.029701272,-0.0078006047,0.0018452756,0.009617701,0.0022344142,-0.006801084,-0.004892123,0.026527103,-0.033885453,0.030181125,-0.0038082278,-0.0012197873,-0.024589714,0.016546791,-0.010810181,0.027031362,0.03902406,-0.026272524,0.0006524834,-0.020710927,0.0135288695,0.008973114,-0.049644962,-0.0025102915,-0.018029692,-0.02014685,0.0010389192,-0.00602979,0.009621598,-0.012461452,0.037072234,-0.0055392478,0.005848434,-0.00024601707,0.015719881,-0.049471967,0.009068103,-0.0024330656,-0.0030894727,0.004835679,0.024915308,0.008858508,-0.0053831628,0.010231673,-0.004572548,0.0032792806,-0.006800775,0.018071873,-0.0024198662,0.0026211806,-0.029262869,0.02256162,0.0008329743,0.021341415,0.017948776,-0.0010463649,-0.010491676,0.018648187,-0.0015774244,0.002189122,0.030031893,0.00884031,-0.008823102,0.015591929,0.0031280317,0.00984725,-0.0015011076,0.024229033,0.0015796144,-0.0128877945,-0.021667244,-0.032422032,-0.013191899,-0.027642857,0.0076327827,0.009549485,0.0026899138,-0.019495957,0.0055183712,0.008189247,0.018534327,-0.009517192,-0.007998568,0.011233584,-0.017910909,-0.012855603,0.00483882,0.0044162944,0.008964434,-0.01205599,0.018695196,0.014647964,-0.018324818,-0.005973792,0.0012308101,-0.03523155,-0.007236446,-0.014147064,0.034072053,0.0038823145,-0.0072158393,-0.010038109,-0.0058339452,0.0028348812,-0.014552665,-0.005693187,0.0029343213,-0.0046947277,0.0111619765,0.007215288,-0.0012437656,0.006427004,0.017670551,0.000707655,-0.04033729,-0.016125826,-0.0077595003,0.0020775406,0.015609982,0.03011138,-0.011550153,0.0046436833,-0.015711583,-0.038833812,0.0047571384,-0.016392956,-0.0014725439,-0.014635917,-0.00083643943,0.008342764,0.0026375111,-0.014540055,0.035358258,-0.02218817,-0.003507457,-0.017918354,0.011807097,-0.023383943,-0.024675358,-0.0010784068,-0.0022289285,-0.002778126,0.0027232177,-0.0026221643,-0.022192596,0.016486607,-0.010774123,0.019305691,-0.024337025,0.0060413163,-0.017221408,0.011258058,0.0045936266,0.00979528,-0.0040963884,0.029081574,-0.024787469,0.02840223,-0.0008654835,0.005832588,0.002946293,-0.02105141,0.008032548,-0.014707234,-0.018409066,0.00062645617,-0.010355666,0.0007393491,0.0005334794,0.00955367,0.000927957,-0.019198142,0.007581048,-0.016197465,0.0052071065,0.019438425,0.032522526,0.018530155,-0.006046901,0.00096265576,-0.0012935118,-0.011143514,-0.03527238,0.054523356,0.010727504,-0.046348628,-0.041327026,-9.859755e-05,0.015835803,0.004363585,0.018917965,-0.021673873,0.0023918808,-0.008696577,-0.02504476,-0.011673984,0.012161837,0.0073856134,-0.033862494,-0.017567819,0.004278122,-0.013140251,0.021838663,0.005142887,0.0058953236,-0.009031749,0.023927357,0.0074003343,0.0001978062,0.015519644,-0.003532077,-0.0066006314,0.030305939,0.0068197474,0.002474115,0.0045589805,-0.015415677,0.0021739297,-0.0035250746,-0.014281366,-0.006195403,0.035087056,0.024880176,-0.006945429,-0.04208404,0.019847704,-0.017116373,-0.016263148,-0.0426411,-0.030107843,-0.015941907,0.022489825,0.03780895,-0.005623841,-0.016682252,0.0074619153,0.010069286,-0.026956733,0.03607779,0.0033190635,0.0042431476,0.019753749,-0.0044941814,0.0067755016,0.03276277,-0.007910832,0.028672153,-0.005885052,-0.025771484,-0.026912998,-0.0012724306,-0.033466104,-0.009632913,-0.0025510131,-0.022882735,-0.010871379,0.015913382,-0.026814397,0.020694613,-0.011138582,-0.040568836,0.031100173,0.03974433,-0.0035042411,-0.002293845,-0.018402133,0.004906005,-0.0038253013,-0.0010059752,0.04530552,0.0028003848,-0.023286723,0.01357501,0.0013966766,-0.02763238,-0.009325724,-0.021447284,-0.011530518,0.03438619,-0.00095871225,-0.02182264,-0.015686026,0.011401462,-0.014020039,0.0066571026,0.028837588,-0.025027202,-0.016856724,-0.016791137,0.02929803,0.020315427,0.0017986026,0.010697573,-0.004228664,0.03171174,0.01290848,-0.0018302929,0.020876246,0.016170027,0.0080331415,0.0069265026,0.006907995,-0.022685064,0.00016831988,0.0021927024,0.003350099,-0.01136749,-0.027946908,0.018413523,-0.007451486,0.01049789,0.011383189,-0.014982843,0.00032312298,0.005839298,-0.007683704,-0.010206688,0.026636425,-0.034612335,-0.0030682215,-0.026577856,-0.006560524,-0.008742213,0.0014807667,-0.0013819581,-0.007766989,-0.00052011514,-0.012435222,0.027570272,-0.01870086,0.011723502,-0.011260714,0.022429883,-0.03721418,-0.0045553814,0.009495948,-0.0028738216,0.0034428698,0.005723848,-0.00084430346,0.00214201,-0.026473776,-0.017558746,0.022847837,-0.026386674,0.018418731,0.024685591,-0.0052820006,0.013956119,-2.1834447e-05,0.0051947813,0.0006810126,-0.0004121487,0.017137928,0.033002377,-0.0181376,-0.005212556,-0.03010471,0.018613752,0.019831728,0.042340163,0.0034107722,0.00041774393,-0.006188912,-0.008459189,0.009358674,-0.025432551,-0.020758381,-0.014799705,0.017308561,0.023206312,0.013626463,-0.0020009766,-0.0009222302,-0.025822898,-0.0352946,-0.012138126,-0.010759398,0.005157017,-0.003973189,-0.006619383,-0.0005455267,-0.0103214225,-0.01757868,-0.016326549,-0.018838862,0.0050919782,-0.000998929,0.026869057,0.0024977215,-0.013175707,0.0060484414,0.011919253,0.0134676965,0.014341405,0.0055705756,0.009737317,-0.019554306,-0.013860293,-0.0032975364,-0.0022356089,0.0026939097,0.005185482,-0.03191823,-0.013541085,0.011505926,0.013279388,-0.013388697,0.010624767,-0.0020074162,-0.012302152,0.028624363,0.012049838,-0.020483306,-0.013367552,-0.02420851,0.01684608,0.0050664674,0.020784091,0.02677933,0.013221051,0.015137995,0.03543224,-0.02478977,0.013616377,-0.0690702,0.030380458,0.0064264415,-0.0147135435,0.008596837,0.029319264,-0.0038643426,0.024386572,0.012575335,-0.0153991245,-0.0057197465,-0.0022689695,0.03375883,-0.0064469795,-0.02086762,0.0063190158,0.00018244979,0.046667174,-0.010957921,-0.0060207187,0.0353826,-0.00854529,0.002833584,0.018124646,0.04174682,0.0065457304,0.00018415989,0.02643097,0.0097006215,-0.017982302,0.0010997975,-0.0053099347,0.02117007,0.047746688,0.016089868,-0.012498012,0.0134871565,0.008906555,0.014941835,0.0110007385,0.019295825,0.011683985,0.035160143,-0.016159173,0.017137546,0.009109939,0.004413326,0.0321852,0.024781084,0.023798881,-0.00086921616,-0.004851932,-0.00175149,-0.0015241872,-0.010976736,0.009341502,-0.017335916,0.007649907,0.011533802,0.028839193,-0.020866271,-0.0006757343,0.028938733,0.0176206,-0.0040726583,0.012577245,0.01209129,-0.010002491,0.015969733,0.032964017,-0.0031409923,-0.0076835128,0.0027923544,-0.01522968,0.013407978,0.024751028,-0.021234732,0.044068217,0.035556383,0.0017530574,-0.010834417,-0.02639472,-0.08618663,-0.0066400557,-0.016477361,-0.021219285,-0.013387372,0.01504887,0.011812649,0.015390811,0.013498051,0.0062319883,0.009640612,-0.017005315,-0.005142746,-0.018109612,-0.024813378,-0.014425144,0.0029890467,0.015854424,0.0020066109,-0.020458508,-0.020104019,-0.011069778,-0.029835489,0.0039059687,-0.0031090665,0.010982768,-0.0044038235,-0.0014710051,-0.0032443786,-0.008538142,-0.016023338,-0.14040023,0.0049263267,0.012122095,-0.013009842,0.003900764,-0.008192755,0.0033478742,-0.00743168,-0.0084542725,-0.028155278,0.02615355,0.011901725,-0.030915266,-0.0038576052,0.039345667,0.095138624,-0.017502895,0.0022026442,-0.0074959435,0.013379316,-0.013828078,0.005166994,-0.004454465,0.0025749588,-0.040525194,0.02160416,-0.009398064,0.02364663,-0.013164262,-0.011591493,0.0022543308,0.012363388,0.008748473,0.007947722,-0.00067756505,-0.009535867,0.020746117,-0.016144885,0.012930287,0.011020365,0.007939764,-0.01276858,0.011406361,0.03614487,-0.019575385,-0.0064752456,0.001990485,-0.03293382,0.024262572,0.016239842,-0.015478357,-0.07521305,0.017486203,-0.004258022,0.0041812495,0.0068390328,-0.025993846,0.0060224812,-0.04166721,-0.015692862,-0.014416796,-0.01723129,-5.9316328e-05,0.014388718,-0.016488262,0.015749462,-0.006311852,0.0023157636,0.0032232387,0.023374794,0.00017025624,0.008794979,0.010352243,-0.025533881,-0.0044340016,-0.052453198,0.021640373,0.011114377,0.026096914,0.014669836,0.0034525243,-0.008079109,0.0024122437,-0.012627837,0.013296534,-0.016333088,0.013973174,0.005198535,0.00015911824,0.015506423,-0.0045735394,0.011673923,-0.036947913,-0.003118117,-0.0077341534,0.02556185,-0.013775478,0.0074603953,0.0018985978,-0.010066165,0.00827813,-0.0032885768,0.03143455,-0.002545117,0.013648277,0.013014295,-0.03216242,-0.014022848,0.026161201,0.0015910511,0.0046158535,-0.0034056602,-0.0097941365,0.00028891797,0.012564246,0.0028545975,0.002752541,-0.005207149,-0.009782594,0.020209098,0.013305278,0.0034038287,0.013443151,0.020456206,0.005433425,0.028416587,-0.019059991,0.022617577,0.0004446865,-0.035918012,0.00027525553,0.03269596,-0.007579379,-0.009647567,0.0067635323,0.017892964,0.0103192795,0.0093081985,0.014710279,-0.0067597358,0.010319766,-0.0063734497,0.013307874,0.005461178,0.003873366,-0.0030190975,0.0080267275,-0.0069201975,-0.0023569742,0.0025254292,0.0071050487,0.0007080996,-0.008636686,0.0100138625,0.01631089,0.0033431272,0.004635059,0.0016688248,0.031624462,-0.0052868077,0.0072417445,0.003216043,0.0063955556,-0.007846641,0.0032990666,-0.0100887865,-0.0024082197,-0.004896572,-0.008250891,0.03168041,0.006939716,0.010581003,-0.012066634,-0.014395693,-0.008809573,-0.011679023,-0.016553761,-0.011792518,-0.00039010358,0.0066596433,0.006669516,0.008739415,0.012295071,-0.00041171984,-0.002384752,0.015673786,-0.008645868,0.00800613,0.022552116,-0.0031303253,-0.008147633,-0.01730481,0.00054575095,0.0008732754,0.006073585,0.0052897744,0.008458314,0.023334892,-0.00804556,0.00056465005,-0.0036313066,0.0060765175,-0.003451025,-0.0045429785,-0.017137289,-0.0013283391,-0.012554097,0.011662945,0.013338229,0.0066755083,0.019047003,-0.0001722519,-0.0057028495,-0.016744107,0.0010200946,0.015815722,0.0075514256,0.013543824,4.6295798e-05,0.015216869,-0.016660325,-0.00293374,0.0049708965,-0.025758551,-0.016224422,-0.0058738003,0.018444207,0.00031533497,-0.013144973,-0.0038681834,-0.0030099854,0.008805635,-0.0013151526,-0.0026392606,-0.002898514,0.00020461525,0.009255914,0.00075559126,0.02017862,0.006835505,-0.0038246089,0.008386711,0.006142442,-0.006402272,-0.0068384255,0.010550975,0.0016707595,-0.0055805743,-0.011468799,-0.0042075226,0.01670592,0.010252781,0.010749355,0.010907013,-0.0024027587,-0.00040604692,-0.0073008323,-0.010988786,-0.001703161,-0.011951232,-0.0015386975,-0.015402349,-0.0034255898,0.015191229,-0.0035811793,0.007933571,0.0044182357,0.0068245735,-0.010875076,0.009460652,-0.015617628,-0.00067765586,0.015389525,-0.00446717,-0.0040528546,-0.026468243,-0.006869852,-0.010686775,0.006558365,-0.012212443,0.0031095196,-0.0041825734,-0.01433532,0.0004861266,0.015510157,0.018005729,0.012813137,-0.0001582354,-0.014522008,0.00052592537,-0.008955198,-0.005802338,-0.0011204942,0.007356501,-0.013354728,0.0078041507,-0.007612538,0.002531647,-0.008973787,0.011455873,-0.0053263395,-0.020888241,-0.013985445,0.0028616127,-0.003010899,-0.015883155,-0.010861634,0.00647118,-0.011932375,0.0065227924,0.08227023,0.01579853,0.010304627,-0.0017897212,-0.007020091,-0.008583343,0.011605077,0.009106099,0.0032943934,0.004299497,-0.004369051,-0.005144316,0.014175707,-7.695337e-06,0.0036301496,0.010523528,0.011224074,-0.006158861,-0.007511329,-0.0076604984,-0.0049515963,-0.010416615,-0.01932537,-0.018615605,-0.0029936077,0.024952766,-0.00024748105,-0.014104365,0.018895887,0.009800232,0.0043832907,0.015658617,0.009128313,0.003787214,0.0079704225,0.0054295193,-0.024873264,0.023554893,-0.00072505424,0.0064169695,-0.008880683,-0.012345903,0.00719114,-0.012550045,-0.0074519166,-0.00566782,-0.003879516,0.0025248544,-0.008639516,0.009119049,0.000615186,0.011316419,-0.0041043493,0.0125624,-0.00086224533,0.0013185802,-0.01434062,0.012996837,0.0072278595,0.02365907,0.007861722,-0.0013386139,0.004271663,0.0069332463,0.0072418205,-0.020552628,0.0011661687,-5.0680737e-05,-0.0026788546,0.016968196,-0.024135603,0.013450033,-0.01962759,-0.0119656315,0.020007126,-0.0012359043,-0.016049398,0.004236065,-0.016959108,-0.0070600696,0.0021842732,-0.0154858045,0.01019168,0.026622806,0.0006700001,-0.003085478,-0.007614615,-0.017928671,0.002600577,0.010797607,-0.006328839,0.0044746185,-0.009632829,-0.0019362314,-0.0030244573,0.018347789,0.043086823,0.012863527,-0.0042761876,-0.0005547673,-0.007753063,-0.026687661,0.0034494873,-0.0029469796,0.011176778,0.019926932,0.0075548235,-0.016389454,0.007371878,0.009416031,-0.00208209,0.0111090075,-0.012628749,-0.0012041916,0.02358473,-0.0091193365,0.005033149,-0.020602357,-0.01325115,0.014866292,0.012698549,-0.0037586899,0.0055659977,-0.0017136483,-0.021253163,-0.0032877398,-0.010272756,-0.0025954081,0.008241441,0.02029893,0.0020949764,0.0015773305,0.011988321,-0.017484194,0.004427594,0.0051732077,0.015282524,0.019185653,0.016053872,-0.00037740343,-0.0013456775,0.00070360146,-0.010753784,-0.0029190804,-0.020603754,-0.002056975,-0.01056195,0.0024116396,-0.016893467,-0.0041450397,-0.010873167,-0.009967127,0.00017218194,-0.016087674,0.016333608,0.006108305,0.0046394016,-0.0072784293,0.01611211,0.011629919,-0.01678001,-0.017789133,0.007724396,0.00016325261,-0.0043431786,-0.027652364,0.00648025,0.0026295402,0.008903127,-0.005497157,0.0051207296,0.02603427,0.013095199,-0.022020042,0.006612064,-0.00231177,0.002636843,-0.030320525,0.0018164928,0.009824753,-0.00078884576,0.0044575348,-0.0060260193,-0.009119724,0.0023968318,-0.031174645,-0.024782557,-0.0015233618,0.005780047,0.0009796397,0.020403063,-0.0027966008,-0.002702195,0.015223978,0.0016285742,0.007683249,-0.004908495,0.010550859,0.008153937,0.008626217,0.01658388,-0.0063677877,-0.007038116,-0.010956082,-0.008345129,-0.004550638,-0.0026478563,-0.0020601011,0.0051023453,0.012923462,0.00046346863,-0.004853677,-0.004772919,0.020554494,-0.013316102,-0.01792184,-0.009628483,-0.0042471457,-0.00077122584,0.0063381046,-0.008319265,-0.006786725,-0.0062603108,-0.001039941,0.016476635,0.0070627066,-0.006447908,0.007928883,0.0064490726,-0.0067450735,-0.015718322,0.009923375,-0.000774019,0.0062359427,0.031093765,0.0064982516,-0.0038132789,-0.0076378314,0.006940775,-0.0008907455,-0.00052523974,0.013919742,0.004483228,0.0035237921,-0.0028483907,-0.0007025123,-0.02359618,-0.009548092,-0.013223267,-0.013711814,-0.0035622146,0.000710899,-0.014927793,-0.009221411,0.011924453,-0.0064137345,-0.013762777,-0.051807478,-0.0037387125,0.0037507908,0.020669837,-0.005622569,0.012561096,0.038639165,0.0033097256,0.010834708,0.008544552,0.028672308,-0.029072506,0.022625022,0.008653388,-0.0092799645,0.007867227,-0.0021669327,0.02565857,0.005937173,-0.0017858974,-0.007678195,0.009410539,0.005846558,-0.009125505,0.0075195297,0.0007516897,0.01660191,0.014455703,0.010630806,0.016279465,-0.01136597,0.010910298,-0.012994908,-0.007052967,0.0074955104,0.019746441,-0.004073449,-0.011335504,-0.014414854,-0.00718197,-0.00831396,-0.008775587,-0.011440349,0.0059598847,0.003113083,1.6091873e-05,0.020242345,-0.0026831324,-0.009461319,-0.018426215,-0.018363489,-0.0022190623,0.0036443726,-0.004584297,0.0036541678,-0.006467419,0.020651229,-0.00812297,-0.024737354,-0.006537336,-0.008124583,0.010847042,-0.00035396824,0.02724024,-0.02426292,0.012277939,-0.009150917,0.0041432604,-0.020277485,-0.0028852408,0.0008182152,0.008608085,-0.006409218,0.018655818,-0.010105531,0.032630365,0.0075134216,0.016528783,-0.0058112685,0.0068752794,-0.014100563,0.0068433895,0.0055343537,-0.011001082,0.02719387,0.0012709103,0.010861353,-0.018070104,-0.023252664,0.022472294,0.009055095,0.002211778,0.009843766,-0.011782928,-0.008825838,0.010207803,0.025542274,0.0004199094,0.015175988,0.017517649,0.0036379544,-0.002711484,-0.002887695,0.0064035086,0.006862927,0.0060639177,0.004675616,-0.0038769748,0.02515203,0.01879798,-0.004741747,-0.010659746,0.004618483,-0.008038016,-0.001202106,0.010350848,0.004484428,-0.00044947804,0.011163486,0.01963314,-0.028726697,-0.0076650693,0.010140474,-0.03503534,-0.001854243,-0.00021482524,0.0019235858,0.0030498854,-0.010451886,0.004783099,0.008352702,0.011054356,-0.013459293,0.00279917,-0.015003141,-0.0066773496,-0.0032671064,-0.0004909187,0.00064805424,-0.004921042,0.0073257573,0.025566366,0.020785281,0.0026008715,0.01487101,-0.018503366,0.0059864367,-0.0052517448,0.016223187,-0.017209034,0.017189378,0.0012373596,-0.008700585,0.017064122,-0.0046555884,0.016159557,0.006056833,-0.0008895685,0.0031877502,-0.001152052,0.014091378,0.013212667,0.0055209235,-0.003925863,-0.0053166808,-0.0073957597,-0.0028692451,-0.019874105,0.012592765,-0.017478924,-0.0070697777,-0.010187327,0.006631955,0.03054135,-0.0063624214,-0.014800325,0.01087571,-0.0057036425,0.012139121,0.016763465,-0.0055399425,0.018475113,0.014050667,0.019978765,-0.010899401,-0.0076308902,0.00061596633,0.02486665,-0.016221868,-0.001581673,-0.0007718906,-0.017273203,-0.020470843,-0.0070118,-0.011030475,-0.001419487,0.010726321,-0.009120891,0.0117280325,0.0074147163,-0.01027348,0.000848591,0.010574481,0.01262284,-0.011930277,-0.09765742,-0.0061735637,-0.012187699,0.0018430215,-0.0110923555,-0.00968995,0.00037978895,0.008441338,-0.0067393854,-0.0065385876,-0.012199318,0.010669564,-0.019130819,-0.007731572,0.00018926489,0.017021554,0.0010203167,0.0088723935,-0.008534383,0.009915133,-0.012777076,-0.0074571064,-0.004273281,0.006854688,0.024577059,-0.010952516,0.008500012,0.005671499,0.010895785,-0.0064499406,0.0008674796,-0.010286636,0.008297171,-0.028324975,0.008836048,-0.007487969,-0.011658078,-0.0017420069,-0.13611768,0.028893698,-0.0118229445,0.0060309153,0.0005886026,0.0039509227,-0.007917313,-0.025907466,0.00090317597,-0.005387314,-0.006522543,0.009623654,-0.0051877317,0.0067757536,-0.0081829475,-3.9256756e-05,-0.019249497,0.0032583363,-0.015854437,0.0037686243,-0.011201397,0.0077695386,-0.0055719344,0.014748484,0.0028320178,-0.0029223321,0.0058784396,-0.005775077,-0.021968897,-0.0010306439,-0.012152724,0.0039703697,-0.0089428965,0.0063569173,0.0025280265,0.0023565718,0.00038594042,0.0038982572,0.009816732,-0.012817988,-0.011959223,0.006200936,-0.0030138176,0.007871204,0.018293383,0.0014615546,-0.0061490205,-0.005345641,-0.004819946,0.012192403,-0.008020245,-0.007892098,-0.0015270057,-0.009915452,-0.004475954,-0.019339224,0.0065260264,-0.008723806,0.0052839047,0.015534485,0.008041304,0.02449619,0.0015045716,-0.0046312874,-0.0029619331,0.012087274,0.014899644,0.015593122,0.0032449318,0.010973802,0.005480546,0.0053135385,0.006420959,-0.0014760114,-0.00027538883,-0.0013824722,0.011503565,0.018849121,-0.0031145322,0.03056445,-0.010883182,0.013016376,-0.016318621,0.00013697032,-0.010107854,0.0080115255,-0.004222918,0.0061646653,-0.006504877,-0.050718866,0.0054324185,0.013075843,-0.00982548,0.019573249,-0.03318248,-0.004913024,-0.009597908,-0.018486416,-0.016793458,-0.010775204,0.013618448,0.00588173,0.00553274,0.01637769,-0.018707275,-0.000102120815,0.016884116,-0.023513716,0.003620315,0.003790914,0.024621427,-0.0034028413,-0.00053776,0.00052621553,-0.009614943,0.004134675,0.0011865805,0.00757225,0.021653153,0.0026520279,-0.0036831866,-0.01840766,-0.008929268,-0.01642504,-0.0075407545,-0.008358317,-0.0019769163,-0.026576357,-0.0071959635,0.0032487034,-0.006650653,0.0031514938,-0.018587075,0.010149155,0.018721314,-0.01212323,0.010083015,0.015185897,-0.00086975965,0.0068896087,0.005864691,-0.014069478,-0.009152724,0.021932995,-0.005456124,0.023575446,0.0042141494,-0.015156428,0.00054605404,-0.011406074,0.0059719905,-0.004041837,0.0157811,-0.008324763,0.021663453,-0.0011766445,-0.005918493,-0.018027954,-0.0015262361,-0.0033579757,-0.008854045,0.00720471,-0.00071138435,0.0009189388,0.009009038,0.0068139187,0.003058716,0.0072214855,0.021961823,0.03884866,0.013248813,-0.0066132196,0.012001914,0.0029244218,0.004770782,0.00612102,0.025511777,0.0055783866,0.0065168147,0.002133849,-0.010683993,-0.007715627,-0.0043836366,-0.016605072,0.01507347,0.013004202,-0.004981336,-0.0068420097,0.010934503,-0.010476094,0.02615498,-0.00087359664,0.00015148048,0.0051265364,-0.0111445105,-0.006319222,-0.012587022,0.0043086237,0.02072101,-0.0043258597,0.009505142,0.013408308,-0.0075938245,-0.1673188,0.0136926705,-0.00926613,-0.0018447295,0.009782284,0.006262918,0.017036032,-0.026133532,0.0104879495,-0.00044916142,0.013400282,0.010357791,-0.0045406297,0.011579954,-0.009207109,-0.0073007103,-0.011129595,0.005303115,0.011917427,0.02103241,-0.018857183,-0.001536147,0.011983013,0.008125984,0.0063314084,-0.0051676175,0.008870463,-0.016640404,0.027924998,0.003835442,-0.013794187,0.005857007,0.0028725255,0.00096109335,0.010470188,-0.007920032,-0.016893174,0.0036098575,0.0004331703,0.015939977,-0.008290967,0.023995446,0.010311766,0.0068705217,-0.021755144,0.023747742,-0.0055692513,-0.041610613,0.008984785,-0.00016746382,-0.014224612,-8.234333e-05,-0.030150708,-0.018603373,9.860705e-05,-0.03270567,0.009426657,0.015056512,-0.014016346,-0.012646024,0.009629843,-0.0055663534,0.0020808568,0.016197098,0.02119828,-0.010645924,0.0014685798,0.14755738,0.0022335332,0.0013866816,-0.029845726,0.0017542628,0.03332888,0.01831148,-0.014239781,-0.026440509,-0.0018852171,-0.004326118,-0.021254845,0.022614188,0.0046801185,-0.009526443,-0.00877698,-0.0012953866,0.0034848095,-0.025461625,0.012796542,-0.031237712,-0.014687875,0.019242723,-0.0072426773,0.002873877,0.007475793,-0.0063724243,0.025761941,-0.009559059,-0.019366514,-0.0015140154,-0.01628342,0.010159964,-0.009099446,-0.014219011,0.016736364,-0.00984173,0.009458575,-0.00091662165,-0.010458865,0.016522132,0.005860372,-0.015347386,-0.005036011,0.0002558386,-0.007932515,0.012603591,0.017026648,0.002106588,0.00086097856,-0.023197712,0.006206524,0.0068194037,-8.769515e-06,-0.013353157,-0.012524229,0.0061376216,-0.019973278,-0.0024708062,0.01771025,-0.003913551,0.0021733418,-0.016082825,-0.014043443,0.0041407854,0.007067935,-0.008242686,-0.03961306,0.007812225,-0.097821645,-0.0033527727,-0.007284307,-0.014415339,0.016915232,-0.0053022634,0.0048460336,0.0037063854,0.011820569,-0.012015039,-0.0036734885,0.03262318,-0.013904398,0.018265778,0.0094105145,0.026560621,-0.00033440435,0.015865462,0.021184016,-0.001203701,0.019112064,0.033761036,0.004303572,-0.020104263,0.0041712727,-0.0055336687,-0.014037463,0.027907558,-0.011764016,0.010865596,-0.0034618462,-0.0126485955,-0.0308267,0.0037729482,-0.02325886,0.019864777,-0.009618561,0.009012017,-0.0028650453,0.010306686,0.014853902,-0.012184873,-0.009650068,-0.0030966452,-0.0022004638,-0.002885344,-0.0006236821,0.00037842902,-0.001818578,0.0014137783,0.014580393,0.01731774,0.015633892,0.0047357283,-0.014232578,0.002907008,0.017405262,-0.03146249,0.01180059,-0.0029125302,0.009197129,0.0020476931,-0.005537011,0.010993687,0.0062465286,0.01149442,0.0030958815,0.005582596,0.021321962,0.0077833044,0.005664458,-0.002996095,0.0026276996,0.012172975,0.0053547136,-0.0073284227,0.0159813,-0.026122715,-0.007916472,0.029650636,-0.015560066,-0.005692957,-0.0074807983,-0.01395875,0.019664437,-5.165323e-05,0.001609788,-0.0015727704,-0.015965773,-0.013088541,-0.011314664,0.0074481713,-0.0073326556,0.016920514,0.006641008,0.0066911345,-0.006224071,-0.017270233,0.027004853,-0.0221009,-0.007369221,-0.0015119663,-0.019110236,0.0090292655,0.0056005577,0.00067276484,0.0054439027,0.018216131,0.024866296,0.0013784455,0.0062335115,0.007812536,-0.011241901,-0.0096963225,-0.00722572,-0.006217352,-0.02305805,-0.027998935,-0.013945851,-0.007857024,0.009684785,-0.0041232933,1.742418e-05,0.024006808,-0.012983263,-0.012914497,-0.011915378,-0.010223261,0.007856352,-0.0029389935,-0.000101507845,0.0024612306,-0.0013548938,-0.014589971,0.032608204,-0.011414206,0.0030083293,-0.013863452,-0.0016444694,0.020091124,-0.026347296,-0.026882302,-0.001592453,0.02293105,-0.0018342432,-0.0054887566,0.005057098,-0.010035326,0.01241017,-0.028371472,0.0043584555,0.009023106,-0.032805264,0.0045026117,0.014549784,0.007153577,-0.0080642365,0.012001007,0.0094228275,0.0075232782,0.0022310633,0.0058035604,-0.012778899,-0.0008093879,0.010440924,-0.009980178,0.016511641,-0.011378076,-0.03786541,-0.025364734,0.007411264,-0.004215418,0.014205823,-0.0030260982,-0.0041568885,0.0040664817,0.010410095,0.0043136086,0.01034485,-0.06101615,-0.0064837444,-0.016343422,0.0022292833,-0.012689188,-0.00954186,-0.019263478,-0.0012274444,-0.006258295,-0.012072766,-1.2562276e-05,0.002297454,0.025306456,-0.014151511,-0.010571091,-0.017984172,0.004545109,0.013433844,-0.0020006585,0.005007672,0.0015481641,-0.007848937,0.0100465035,-0.020580718,-0.015634399,-0.00013423116,0.006117578,0.01444764,-0.012140742,-0.02737383,-0.042787958,0.007446601,0.0062515927,-0.00053784,-0.019144224,-0.011914894,-0.024418088,0.012647173,0.02563656,-0.01790063,-0.009969221,-0.022461243,-0.05079439,0.00024797098,-0.028201561,-0.0019580042,-0.00812246,0.013778251,-0.022056788,0.0011207369,0.035989184,0.021865727,-0.011620416,-0.014142687,0.004271194,0.00221234,0.013161809,-0.017292533,-0.012331783,-0.014374491,-0.014043828,-0.0069861384,0.015069428,-0.003805098,0.0028494645,0.03333312,0.032011073,0.0016513934,0.028438507,0.009604487,0.020657541,-0.009813751,-0.0041485894,0.022057615,-0.005167515,0.015434415,0.02607285,0.0024902318,0.009171187,-0.024667013,0.0040692138,0.011110098,-0.018595695,0.041621204,-0.007876807,0.0031112703,0.013741942,-0.09894814,0.012747592,-0.0056170267,0.009263643,-0.008081621,0.011856735,-0.020422202,0.04863349,0.011612046,0.00010922376,-0.026481966,0.0012636691,0.01808012,0.011242867,0.010717912,-0.008422675,-0.012977154,0.030880488,0.033253584,-0.044328887,-0.009028007,-0.006803476,-0.0017544868,-0.006194986,-6.526443e-05,-0.009434171,-0.034470186,-0.0155984815,-0.00058104255,0.026206419,-0.0015959152,-0.015352153,0.01797352,-0.0012714912,0.0037050731,-0.021038622,-0.0012785568,-0.013033379,-0.0009020234,-0.00095715903,0.026585164,0.00027360127,-0.012369415,0.0043720743,0.004507831,-0.028433993,0.0072608786,0.010440574,-0.023451664,0.0046028504,-0.008064117,-0.024262276,-0.02582616,0.0071493564,0.014297218,0.022149123,-0.005166215,-0.031312276,-0.00984672,-0.0071458723,0.010294325,0.009354268,-0.008912234,0.013178023,-0.010028719,-0.0011407692,0.002548909,-0.008166375,-0.023822408,0.019498564,0.03126208,0.004338367,0.008040481,-0.00013099833,-0.021569502,0.009682809,-0.0031599991,-0.016837072,-0.0125899,-0.005449448,0.013129422,0.010386198,-0.009663028,-0.0016737503,0.025190994,-0.00014928533,0.01789058,-0.020107042,-0.024784993,-0.0018139511,0.027952585,-0.025471933,-0.010337367,-0.0044064713,-0.01688798,0.003668324,-0.007712942,0.0061419094,0.0054100575,0.0068550953,-0.010734843,0.003112873,-0.01966174,0.01813337,0.0131569775,-0.031245876,0.008222813,-0.029481258,-0.006796107,-0.015292751,-0.009252975,0.008103174,0.008000503,-0.010043095,0.028470485,0.005467771,0.011580201,0.0056227813,-0.019463273,-0.01261383,-0.014638617,0.0035579107,0.006970097,0.0073386254,-0.0015995216,0.01245273,-0.024741817,-0.006955259,-0.00972301,0.0031290858,0.0066930125,0.0081023155,0.003022035,0.011469168,-0.020645011,0.00983504,-0.0128646875,0.0021446266,-0.012333059,0.007241142,-0.012302245,0.0034096574,0.008804549,-0.0039010851,-0.00493383,-0.01966017,-0.020016287,0.009782721,-0.020825293,-0.016550338,0.013709163,-0.0029307697,0.023865031,-0.013916116,-0.000891388,0.0038029777,-0.011053097,0.0017819079,0.012871776,-0.004083996,-0.0043644523,0.0023148695,0.004228189,0.008866315,0.009198305,-0.024273729,0.0021054314,-0.016124953,-0.007705884,-0.0053775865,0.015561094,0.0036267494,-0.003958905,0.0026140988,0.037812404,0.0009373392,-0.018086532,0.020907924,0.010554123,-0.012456937,0.015780238,0.016431531,-0.015706021,-0.0017446975,0.0019802789,0.017475573,0.0146832485,0.0047563063,0.0055705826,-0.005886224,-0.024641212,0.008613832,-0.0077407337,0.00802648,0.0006854055,0.0026825012,0.011589596,-0.008512928,0.0014048397,0.01642583,-0.022787837,0.0018641216,-0.0013126114,-0.012644935,-0.007763203,0.018382434,-0.015961343,0.03267388,-0.01618947,0.0044177515,0.009877085,0.011251906,0.00775557,0.0022228989,0.0041188365,0.013088616,0.011484479,-0.0041404036,-0.007669688,0.012568287,-0.0072258245,-0.014738829,0.0012389307,0.0058452827,-0.0010485592,-0.0016273059,-0.00948583,-0.012367315,-0.0019871178,0.00998089,0.00518573,0.002693007,-0.016540268,0.011650668,0.026980659,-0.010842844,0.0051844614,-0.008357089,-0.0077873114,0.008469211,0.01860768,0.0024652355,-0.0052731647,-0.029317044,-0.013428894,-0.023668576,-0.0060853357,-0.014394577,-0.027234146,-0.0064703133,-0.0014252701,-0.0057863663,-0.00034747986,-0.00665123,-0.0006550891,0.013484034,0.000725195,-0.002937151,0.008910711,0.004867919,0.018727161,0.020761082,-0.010765224,0.01935871,-0.023767794,0.018326292,-0.0072260154,-0.009294778,0.00628541,-0.008638585,0.016869504,-0.015216867,-0.016996028,0.012255424,-0.0011420412,0.0025467726,-0.0066842055,-0.005127958,-0.0023296834,0.009764085,-0.01582334,-0.006270129,0.01048299,-1.760135e-05,-0.01970933,-0.0056635654,0.010443446,-0.018384272,0.001173718,0.014031518,0.008034211,0.008859361,0.032710087,0.0034727792,-0.011668148,-0.009572441,0.009879081,0.015456714,-0.014791422,0.001131644,0.016091798,-0.005683862,0.006306801,-0.02476489,-0.004067033,-0.009327164,-0.024318596,-0.0066383225,-0.006359697,0.00015501007,-0.014441404,0.0140256835,0.021139717,0.0056423596,-0.041464612,0.006588172,0.010920104,-0.0014143405,0.008327772,0.0017643094,0.007860817,0.005916779,-0.0011406919,-0.013906376,0.0062741796,0.009146708,0.008680961,0.01686137,0.00097137183,-0.0062993458,0.020679848,0.007017792,-0.016506474,0.0113025,0.014467966,0.01669537,0.020793183,-0.012384944,-0.023925057,0.006566907,-0.023004852,0.017326716,-0.004566944,-0.023042852,0.017685872,-0.00042952294,-0.014227777,-0.018236613,0.009757756,-0.0115218405,0.012121797,0.011773114,0.0068789083,0.012804839,0.0032663678,0.008453721,0.0075742165,-0.01579585,0.017865686,-0.009883202,-0.004530834,0.028220873,-0.023937637,0.0014475386,0.016117573,-0.0023189601,-0.018205818,-0.011067066,-5.9811286e-05,-0.00084007956,-0.014825759,0.025294388,-0.017542398,0.0077951513,-0.00745473,-0.023877013,-0.040988468,-0.031610195,0.005726624,-0.0041252547,-0.028735125,0.027935933,0.0031197593,0.0011157335,0.00808195,0.021375239,-0.024626356,0.0067132455,-0.010190785,0.0032012535,-0.006771555,0.0017958287,0.01397171,-0.013936904,0.010047899,-0.0077016493,-0.001602221,-0.011059167,-0.001897255,0.021685839,0.016146308,0.015966425,-0.009651636,-0.0078379065,0.018191868,0.0077468287,-0.00086743553,0.019198835,-0.02607596,-0.021501422,-0.019455148,0.01106094,-0.015771054,0.004369902,-0.02483082,0.022516882,0.011424712,-0.001766615,0.0029369523,0.02020962,-0.030273244,0.017195756,-0.015025428,0.010050515,-0.011685767,-0.013290933,-0.0140437605,0.0092512015,0.036427822,0.000543198,-0.012674036,0.00710002,0.010952125,-0.013822235,0.00425213,0.009615517,-5.5768312e-05,-0.0071915127,-0.031624373,0.027836919,0.009311629,0.019614985,-0.0016925769,-0.0027285307,0.018936709,-0.010951943,0.008942011,0.0032605256,-0.009718017,-0.0019918869,0.012610323,-0.012108814,-0.027574427,-0.008971764,-0.008861341,-0.012617229,0.010434461,0.0034381493,0.014353979,0.005597592,-0.0071185417,-0.014593357,-0.002285202,0.026380245,-0.00064453384,0.01012365,-0.03201609,-0.019049304,0.007393822,-0.004825417,-0.02998587,-0.023029577,-0.06768003,-0.009206674,-0.0010673323,0.006147125,0.014714245,0.007431545,-0.0036409216,0.010301249,0.021270009,0.0021252118,0.009167371,0.0034389666,0.0032814755,0.0018809753,-0.014570962,-0.031548925,-0.0030887325,0.014613988,0.0073533114,-0.024840951,0.028551,-0.011567482,-0.022820285,-0.013023227,-0.0049156877,0.014504272,-0.0197691,-0.0064625437,0.003845168,0.022033008,0.009926878,0.002175944,-0.009717065,-0.00809336,-0.0012879515,-0.0008673574,0.020847984,-0.014859661,-0.004750414,-0.0022315164,0.0032452166,-0.011941822,0.0099683665,-0.005684643,0.014916606,0.0068640434,0.03568722,-0.005398489,0.011733992,0.017191047,-0.030002205,-0.009739963,-0.0013640568,0.007292268,-0.006095342,-0.009418088,0.0010789948,-0.02115356,0.0062693874,-0.0026547532,0.0010655011,-0.00744074,0.0039145704,-0.024100674,0.016617319,-0.009673318,0.0027762821,-0.0030870035,0.020369118,0.003697981,0.010857697,-0.0034424444,-0.0036428755,0.019743498,0.0018664901,-0.010270221,0.0015061093,-0.0039237384,0.0048096487,0.00563872,-0.013630076,0.004237743,0.004675156,-0.0071459045,0.0040768757,-0.01028962,0.026241798,-0.017929941,-0.0007581994,-0.00537173,0.0031547775,0.005652835,0.023051841,0.004824276,0.0041550198,-0.028920121,0.014591304,-0.00514863,-0.0017428963,-0.021533715,0.0051332028,-0.010275286,0.010777472,0.0015349467,0.0042100493,-0.0025826483,0.010626892,0.0039774072,-0.001866965,-0.009401938,0.0012486371,0.0047670435,0.013168743,-0.014074462,0.026291966,-0.017817827,-0.007923736,0.013368442,-0.004674601,0.0022626948,0.0038179217,0.0029944154,-0.0070246668,0.012031972,-0.002441293,-0.019859688,0.009359043,0.00908325,0.00383558,-0.01573644,-0.0009967715,-0.012245426,0.015352865,0.02242306,0.016820595,0.016544187,0.026327096,-0.0077376645,0.005381586,0.007122794,0.00018624794,0.007949011,-0.0076823914,0.006027712,0.019774046,-0.009472532,0.0026891963,0.021282677,-0.028611675,-0.020267785,-0.0049905055,-0.015456801,0.0074566733,0.015331653,0.041464847,-0.0018210958,-0.021454828,-0.0070266966,-0.008534635,0.006378817,0.020536749,-0.009469135,0.014749045,-0.016512567,0.00041935817,-0.019171497,0.0100963535,-0.0029234579,0.03355033,0.0038991868,-0.007404833,0.0036547917,0.0058759986,-0.011067278,-0.011052701,-0.00065646577,-0.0067335498,0.018246662,0.00973591,-0.014343415,0.00027985306,-0.01575472,0.00938733,-0.010453681,0.012799197,0.011373754,0.008288121,0.014429228,-0.021791697,-0.0046600606,0.006818671,-0.0018292427,0.006888831,0.012982842,0.020833958,0.021966545,0.020582704,0.019238971,0.0034936043,-0.0057499763,-0.013899062,0.004594497,0.009968072,-0.011009136,-0.0006846539,-0.0011745691,3.260314e-05,-0.017851453,-0.010774384,-0.008843903,-0.023434546,-0.009862042,0.024400719,0.0010590135,0.1612747,0.12955363,-0.015458209,-0.014493898,3.242669e-05,-0.004736799,-0.018295834,-0.014003622,0.0007722182,0.01053606,-0.018861309,-0.020437462,-0.0009688963,-0.0045730635,0.0033247038,-0.009207574,0.007231948,0.00028206257,0.0043902243,0.0042424877,-0.014741138,0.016071483,0.0013724191,-0.0051066256,-0.04310054,-0.001886052,-0.022127725,-0.008883746,0.025434928,0.009163515,-0.010921689,-0.017216152,-0.014530457,0.01896728,-0.0024751606,0.010809399,0.010840535,0.0062566176,-0.01992009,0.0031751832,0.0061986023,-0.008847764,0.002726067,-0.003897444,-0.006910633,0.0020949992,-0.0030254528,0.013999407,0.010376937,0.016780866,0.010518432,0.005681439,-0.00042759033,-0.011974387,0.0073696985,-0.0014646561,-0.0048007336,0.017507697,-0.008820857,-0.010277209,0.021846509,0.005973555,-0.012110379,0.009835156,-0.008574232,8.030536e-05,0.003266621,-0.0021247924,-0.009768685,-0.0077467584,0.032376587,0.021087302,-0.00048462432,-0.027116444,-0.024616173,0.011190938,0.012889096,-0.010135163,-0.009355315,0.013326898,0.0072068265,-0.00092084176,0.007234107,-0.0059212493,-0.0064109317,-0.00062093145,0.0012365584,0.02611607,0.0960777,0.013045666,0.01161395,-0.011369608,0.020319518,-0.024770113,-0.010491438,0.02554468,-0.003466125,0.018207522,-0.0046669315,-0.012399341,0.005071884,-0.014121541,0.005815063,-0.010174951,0.030597737,-0.0036304335,0.009670085,-0.010997939,-0.018158158,0.008368831,-0.016005004,0.0111892475,0.010785617,0.0035899277,0.010639713,-0.012962505,0.018348265,0.0016489484,-0.10113279,-0.013565382,-0.024114285,-0.007033871,0.020879846,0.002125525,-0.0038845127,-0.005694354,-0.005713166,0.027029462,0.01510596,0.0020612988,0.014748779,0.006152097,0.0065670502,-0.008523877,0.013898837,-0.019449545,-0.004199615,0.0041586403,-0.002529488,-0.005888482,0.012818986,0.031090138,-0.034690578,-0.012464295,-0.0033484437,0.028415678,0.0015247789,0.01437138,0.020466102,-0.009861989,-0.033223994,0.00091452064,0.022378126,0.012761255,-0.0069107865,0.02819866,-0.0063186404,-0.0032241722,-0.013379636,0.009869336,0.0014214093,0.0014283978,-0.010989905,-0.0017269037,0.012652879,-0.01824781,-0.034653805,0.028132502,0.03306231,0.017225621,0.01237553,0.01326551,0.010109777,-0.010004218,-0.012711193,0.002662694,0.003908712,-0.0024049624,-0.02146877,-0.0038145762,-0.010132162,-0.0075861984,0.0031788095,0.0040332675,-0.008293607,0.008922065,-0.00016566362,-0.013949378,0.011735315,-0.028620737,-0.011761767,-0.016130622,0.00019315745,0.013999292,-0.032969642,0.027672019,0.018962247,0.03225692,0.0061507314,-0.007952233,0.0224068,0.12965144,0.006393262,0.011075987,-0.027534321,0.0035909174,-0.013464845,0.014237202,-0.00056516513,0.018917488,0.020501465,-0.0032628241,0.006619312,0.018153628,-0.009791395,0.019244727,0.007457267,0.0052741356,-0.013046129,0.002346992,-0.0043498036,-0.00024614716,-0.0026136793,0.0079897335,0.011987772,-0.0057984707,0.009279843,-0.005321956,0.013349304,-0.006477308,0.009941363,0.013187138,-0.009223352,0.029192235,-0.0043221936,0.00014543105,-0.0022164923,-0.013773422,-0.00400309,-0.023818988,-0.0038949624,0.027065895,0.016907215,-0.01221961,0.01878922,-0.035888568,0.19856042,-0.0077653257,-0.010191027,-7.106083e-05,0.044536814,0.02518057,-0.012014893,0.014580359,0.013214955,0.012658708,-0.0021404868,-0.0022656876,0.0024391597,0.0015672967,0.009035304,-0.03155968,-0.011535507,0.017700903,-0.009448148,0.012966659,-0.007378833,-0.0059953025,0.004010625,0.019382924,-0.0098923845,0.023566442,0.00041095243,-0.0133321695,0.011987861,-0.005055152,-0.012847209,0.0017045091,-0.0075205304,-0.0052756905,-0.004654967,0.011965108,-0.0041217366,0.008693291,-0.020693729,-0.0057920404,0.013581924,-0.00040375217,0.0042660995,0.020033514,-0.014427921,-0.015624637,-0.00077073666,-0.0013931695,0.006421384,0.0052673966,0.032560106,0.0028461723,0.02006239,-0.023892963,0.0068945363,0.0014109364,0.005421136,0.008240189,0.008964103,0.0011271776,-0.013145391,0.010825739,-0.020058746,0.007671742,-0.012904532,0.0012767818,0.0012994222]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 180,
          "content": "Iran war sends fertilizer price soaring 50%, threatening global food supply",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0024998442,0.029296223,0.0037919376,-0.08100451,-0.0055161756,0.023875063,-0.016721578,-0.019990306,-0.020798275,0.013370626,-0.008446713,-0.025525365,0.0051302193,-0.027518718,0.09472885,0.006207334,0.006541136,-0.0135321375,0.0098510515,0.018302301,-0.007286648,0.030681666,0.00062983343,-0.008191779,0.03628321,-0.017803948,0.018441606,0.00012014488,0.03148866,0.031171253,0.0067700027,-0.02683125,0.015013957,0.03993241,0.013435812,0.0111914165,0.031826243,-0.0034405256,0.021440094,-0.005806488,-0.005055415,0.028451232,0.00987876,0.022909269,-0.0045521506,-0.019966718,0.012845797,-0.01464101,-0.010728418,0.003249133,0.013407967,-0.026439032,-0.026368227,-0.16380273,-0.010346087,0.014947366,-0.022834457,-0.030683339,0.030009575,-0.011479616,-0.0108163245,0.041451335,0.004726903,-0.00061574817,-0.011651819,0.0024968605,0.013686041,-0.014385951,-0.004764062,-0.027468877,0.0071548787,0.01594916,-0.0105164265,-0.015346221,0.024396049,-0.035460625,0.011635943,0.009849422,-0.008880524,0.03323299,0.0015025805,-0.017662907,-0.009337068,-0.031099085,0.021774365,-0.04211737,0.0015197808,-0.024403123,-0.0027516836,0.0058911224,0.004248467,0.0037944317,-0.009278604,0.020682817,0.00050801365,0.031365305,0.016589286,-0.01596245,-0.0064969426,-0.014188309,-0.02977251,0.016298283,0.0032954349,0.027032038,0.010743299,-0.010552663,0.013861022,0.03565194,0.02105316,-0.015113085,0.013972709,0.027660767,-0.020569619,0.0029675984,-0.009593176,-0.1451401,0.005663143,-0.010544586,0.009063224,-0.013144252,-0.0129927425,-0.0048693237,-0.0063551418,0.021488195,0.007789549,-0.047338177,-0.009493051,0.026006395,-0.004572968,0.018715054,-0.0018049483,-0.014742712,0.015157362,0.04669633,-0.029675636,0.010109919,0.0134789115,0.0021768163,0.010454875,-0.029210575,-0.0020171604,0.011532915,-0.031803925,0.006504248,-0.011987215,-0.01815941,-0.027084082,0.022147767,-0.0032425579,0.013928219,0.024729038,0.007495003,-0.009069693,-0.001170117,0.009018528,-0.024778958,-0.029024225,-0.008043644,0.005614036,-0.017332183,-0.020464193,-0.021506002,-0.0063150576,-0.013882259,-0.0010243354,-0.031061515,0.019047268,0.024976125,0.018375326,0.01707027,-0.03702828,0.011893497,-0.026345806,-0.011395803,-0.011418728,0.005536958,-0.004797891,0.019520337,0.019996101,-0.016202115,-0.025854083,-0.02286897,0.01323241,0.028481174,0.019380163,0.008933003,0.008012443,-0.0060144295,-0.023856591,0.013202429,-0.016879225,-0.049144886,0.0030271143,-0.02772238,0.022399636,-0.02250402,-0.00019779909,-0.0099042775,0.0056179697,0.006327172,-0.003176418,-0.016823027,-0.003025874,-0.015120108,0.00030612433,0.0012284376,-0.0022836642,-0.008096408,0.019428806,-0.013218366,0.013416881,-0.00743771,0.011122314,0.0047859354,0.0064045475,-0.01929108,0.0061168154,-0.008914446,-0.0039630453,0.04038107,0.046046298,-0.009602778,-0.034195665,-0.0007547524,0.029747233,-0.009770816,0.011993272,0.017473228,0.014069713,0.03647999,0.015489741,0.009355711,0.019674722,0.002995361,-0.0040326784,0.007371092,0.009145577,0.004404627,0.008324966,0.030674204,-0.022460671,0.00927,-0.011222182,-0.02822403,-0.020978436,-0.012801804,0.016503535,-0.013457696,-0.008380771,-0.0029144934,-0.018010356,0.0010636715,0.012748051,0.00036318545,-0.004855504,0.0015403039,0.016536532,0.016435627,-0.01036737,0.011799361,-0.0021261645,-0.0225181,-0.017869707,-0.0038644287,-0.0076321578,0.0020349803,0.0040898016,0.013948754,0.013638614,0.0094268005,-0.029489923,0.01650863,-0.036748633,0.021633688,-0.02531085,0.025331886,-0.069614105,0.022168916,-0.025576366,-0.00021199707,0.021165399,0.0011969986,-0.00435277,0.01949925,-0.012201872,-0.018380027,-0.016456727,-0.0012829211,0.0060492875,0.0038644047,-0.00236645,0.017516563,-0.008229854,-0.03401421,-0.007005155,0.013876958,0.013395936,0.016217178,-0.0050470084,-0.028861154,-0.009606288,-0.011038969,0.012166479,0.049350258,-0.020727774,-0.0002569809,-0.035450645,0.025535876,0.017510485,-0.01085662,-0.001534633,-0.008269498,-0.03148496,-0.018135512,0.02952408,-0.030575812,-0.026888747,-0.015987584,-0.018417072,0.012360534,0.001094494,-0.01467792,-0.028847845,-0.015202887,0.00512274,-0.016936937,0.027540699,0.029550605,-0.01067129,-0.009074679,-0.0152579835,0.008649628,0.005328713,0.039021224,-0.009159251,0.01698147,-0.01828926,-0.0014778386,-0.0317271,-0.01286941,-0.0010237275,0.001264493,-0.0014678282,-0.008735206,-0.009046446,0.015370156,-0.010139803,-0.017230859,-0.023307633,-0.036895074,-0.016982269,-0.009513871,0.023876056,-0.0024236275,-0.0034577153,0.017381286,0.0028845607,0.034186497,0.007766907,0.03831859,0.030407926,-0.017729662,-0.01477555,0.005427186,0.0008401636,-0.0018762129,0.019485805,-0.009870919,0.0024642183,-0.012993007,-0.014837175,-0.001812456,0.021006128,0.029745026,0.00554095,-0.018091926,-0.005305199,-0.00079044444,0.016839635,-0.020104397,-0.011454307,0.026784256,0.010153765,-0.014967309,0.014280269,-0.014317153,-0.01073914,0.023804398,-0.007496904,0.029469997,0.00043034955,0.0027621933,-0.018239122,0.012946271,-0.034205776,0.017063081,0.004367173,-0.031248981,0.006371694,0.01888852,0.005579104,0.0030161703,-0.005461151,-0.01567097,0.001154025,0.006901424,0.0069003017,-0.019973649,0.015095926,0.0010412585,-0.020660724,-0.05108371,0.0240593,-0.0021432333,-0.008332871,0.013982951,9.903117e-05,0.025770765,-0.0009698276,-0.020110454,0.007602125,0.0127141485,0.019063285,-0.008063045,-0.0024639966,-0.012124993,0.027941076,-0.01861594,0.0146529535,0.001174569,0.014680537,-0.008463363,0.012895691,0.013415996,-0.0022870533,0.0029896707,0.014824586,0.029101685,-0.0097873,0.0036342675,0.0017264346,0.034022868,-0.018879058,0.008414834,0.008420015,0.00093890965,0.014241773,-0.012082641,0.0032182904,0.0026132294,0.0043971622,0.020300848,0.021005152,-0.018308358,0.023112288,0.009620785,0.0023734877,-0.0013982556,-0.011082628,0.00020065629,0.0038141385,-0.009502179,-0.027175164,0.020792369,0.008594624,0.0071881493,0.01678217,-0.01569359,0.00735912,0.018553857,-0.011080373,0.007957014,-0.006248682,0.01177315,-0.007896627,-0.0017892328,-0.044458307,0.027541047,-0.008109436,0.019762555,-0.001159688,-0.025334366,-0.0010089462,-0.017855925,0.0020084814,0.0098981615,-0.011049196,-0.0111100925,0.00871126,-0.002424082,0.019202042,-0.008137218,0.0071974383,0.005757879,-0.007156812,-0.026929274,0.00051827426,-0.014077977,0.025606502,0.013527601,0.0071408576,-0.029402947,0.0121043185,0.018903166,-0.03734067,0.015259449,-0.015606803,0.011388317,-0.00038656205,-0.009784903,-0.019498646,0.015860355,0.0019988895,0.04140384,-0.0066847545,-0.011082203,0.009998468,-0.0046815486,0.019923313,0.017681368,-0.014844207,0.010013339,-0.0054340847,0.013184207,0.008612228,0.010705569,0.0007965327,-0.0205293,-0.017936166,0.0073010013,-0.007845173,0.011670619,0.00546279,-0.0025522765,0.022834122,-0.006024331,0.017015792,0.014002109,0.020783555,-0.00085723307,0.024918556,-0.00016682566,0.018650213,0.003839945,0.038209952,-0.07236901,-0.013636839,0.003629212,0.024263186,-0.014826539,-0.0046716393,0.017118875,0.0072664414,0.038499303,-0.0010575972,-0.0059083644,-0.023976097,0.014215153,-0.015329582,-0.007265403,-0.008059096,-0.01209654,-0.0089431405,0.004271629,-0.008236591,0.002064336,-0.018889371,0.020706331,0.025567636,0.016614936,-0.02173912,0.028480386,0.0032927608,-0.02029326,-0.01154686,0.012215514,-0.018334886,0.0046068276,0.0038653528,0.008947494,-0.016565429,-0.011832033,4.4966695e-05,0.00084967434,0.011674668,0.01167508,0.03224004,-0.0016276609,0.002052825,-0.013838909,-0.016241966,0.012576334,-0.01662321,0.0143181095,-0.026579289,0.02405604,-0.0068220515,0.026664726,0.003229648,0.0073645026,-0.027351834,0.0073521025,0.004076269,-0.0054897997,0.032580633,-0.0053932033,-0.018290762,-0.016966682,0.0004904613,-0.0020249945,-0.016367534,0.015107163,0.018395448,0.017538276,0.040801983,0.014289769,-0.018957002,-0.005534964,-0.02796836,0.03430223,0.022750247,0.0013932851,0.0062368247,0.015634384,0.022198405,-0.0028313217,-0.034291502,-0.08002267,-0.00932814,-0.03324009,-0.02248056,0.01237067,0.009975431,0.022018481,2.2855951e-05,0.010735574,0.040289447,-0.012322152,-0.027069924,0.0020065887,-0.009785609,-0.0055576945,0.010386783,-0.016868917,-0.0019012198,0.01967734,-0.017698025,-0.028189842,-0.0043861237,-0.02508944,-0.012387524,-0.018954193,-0.00109519,-0.018940015,-0.004721184,0.005443489,-0.006220272,-0.016265646,-0.1380987,-0.013820743,-0.010121317,-0.013106669,-0.004930164,0.04255764,-0.008371106,0.0045029684,-0.0028577137,-0.009825923,0.002572512,-0.00159712,-0.02859833,-0.026122754,0.03373525,0.13615791,-0.01605876,0.011241835,0.0043921676,-0.022190683,-0.02300443,0.03478506,0.026601207,0.0060345773,-0.01989005,0.0131915575,0.017160784,-0.00080085424,0.0136340475,0.0023369885,-0.009768402,-0.003802277,-0.01238765,-0.0051030815,0.011749026,-0.024036707,0.00489617,-0.0012080361,0.008211046,-0.0009693605,0.006557763,-0.0007435986,-0.028694043,0.018800939,-0.008737808,-0.017064128,-0.0064060083,-0.0138671035,-0.00012442411,0.021461166,-0.009623812,-0.053460266,-0.016829407,0.013936305,0.017698253,-0.027572695,-0.012260494,0.011592965,0.0001342789,-0.024550721,0.027684405,-0.017419146,0.04190527,-0.011226614,0.0076241246,0.011914323,-0.003071895,0.029527789,-0.003140189,0.0146666635,-0.0076769106,-0.0036320374,0.03031505,-0.027157428,0.003946507,-0.01969933,-0.044172417,0.03316126,0.010611155,0.00521568,-0.007066052,0.0030700956,-0.013543571,-0.017105559,0.017325906,0.00053054525,0.0033153729,-0.023899004,-0.001427976,0.021519003,0.0033914635,-4.7937145e-05,-0.019832943,-0.01797645,0.0019151595,0.004799547,0.0112266615,0.0078060715,-0.004644514,-0.025868094,0.00988523,0.0008144967,0.032322563,0.029600415,-0.010336637,-0.012090493,0.017977681,-0.025099024,0.012316743,0.012591359,0.007866225,-0.0011644526,-0.013739411,0.0065334705,0.0018178626,0.011071905,0.0056645055,-0.006472778,0.009081002,-0.0011543179,0.00025132258,0.00311337,0.0025848283,0.011575592,0.007167232,0.015548671,0.0041079377,0.026243625,0.00013048438,-0.036345437,0.008569626,0.009418857,0.008471172,-0.004735208,0.0053574643,0.0048901774,-0.0026755924,-0.01566434,0.007877721,0.0066385875,0.005368885,0.0033791964,-0.0065943655,-0.013015341,0.018693332,-0.0047834767,0.007119028,0.00704769,0.013240354,0.0013801546,0.021071782,0.007975643,0.01584335,-0.010224295,-0.004558617,-0.0033579424,0.014326872,-0.006523912,0.0054767267,-0.0041517387,0.010483512,0.019777033,-0.016765703,0.009231212,0.015612227,0.0058924994,0.014653131,0.01318076,0.005007316,0.008256554,-0.012302053,0.0059979637,-0.0006361121,0.002152142,-0.0047168294,0.004039699,-0.018106984,-0.0042330436,0.014445764,0.012016906,0.0041835816,0.020325916,0.0017073742,-0.009096493,-0.0006945868,0.0055242847,-0.0059300675,0.008953031,-0.00811376,0.0051735532,-0.011383846,-0.016438471,0.013432035,0.0018368311,0.007425214,-0.00039020868,0.014904255,-0.023648184,-0.0071023386,0.013509529,-0.012222628,-0.0005840813,0.0051131495,-0.0007678438,-0.010984897,0.0027975107,-0.00027928886,-0.014964673,0.0041522374,0.012268859,0.010119126,0.0023047081,0.0069110543,0.030720366,-0.0027199502,-0.006412206,0.008020003,0.015476564,0.010185185,0.0047796955,-0.0006292774,-0.011806382,-0.0060672406,-0.006871901,-0.004500335,0.010381547,0.01887845,0.011848545,-0.01972836,0.00036566926,-0.008897274,-0.007705445,0.0009508082,-0.011665505,-0.0023227122,0.010824694,0.005808904,0.00073057855,-0.017750908,0.0067927632,0.004316711,0.0018638594,0.010306887,0.016164565,0.003744525,-0.0043785013,0.0035175004,-0.027453365,-0.0035609626,-0.01164673,-0.002226446,0.009834245,0.0065256706,0.0057912734,-0.0031282818,-0.002158168,-0.014178638,-0.0063871653,-0.02300258,-0.008035234,0.018599465,0.0011215041,0.008878455,0.007950384,-0.0024257672,0.019301726,-0.00061091135,0.0052614734,-0.007094768,0.011654402,0.0025634747,0.0037136693,0.014063241,-0.013461919,-0.019822082,-0.02218148,-0.009964031,-0.019911177,-0.0024408624,-0.015041944,0.006012142,0.0004341437,-0.026062122,-0.0010178955,-0.018948039,0.00886552,-0.0055023464,-0.0105602965,-0.00075109507,-0.027582051,-0.0005630712,0.0088874195,-0.0044988086,0.010892392,-0.0058050356,0.01691389,0.015184399,-0.012149746,-0.027042756,0.006459291,-0.00907313,-0.03163405,-0.0027023458,-0.011300207,-0.0067538065,-0.010929477,-0.00077990384,0.021475563,-0.0051374063,0.0020779767,0.07357274,0.0049239523,0.012075443,0.029400403,-0.0050517586,0.011969068,0.0119581735,-0.021936014,-0.008347302,-0.0064483746,0.002539397,0.008069027,0.008424652,0.008789742,0.013330354,-0.0009395696,-0.018263621,0.012683049,-0.004679674,-0.0023716104,-0.014927294,0.0032610903,0.0028766305,-0.0139815835,0.009003267,0.0042480817,0.0045342743,-0.009082314,0.024705345,0.010132867,-0.002906725,0.028281055,0.0083152745,0.0041707624,-0.0063383705,0.022170363,0.01896239,0.004573554,0.01825829,0.019204797,0.0026685493,0.0011496865,-0.0089582745,-0.0036829398,0.012386806,0.0024839572,-0.008413834,-0.0016933086,-0.015566767,0.0055569615,-0.0010423788,0.009373351,-0.0030530456,0.012522344,0.021774504,-0.009943367,-0.0044412585,-0.011498226,-0.009513649,-0.005508516,-0.010475242,0.014220242,0.024068,-0.010054919,0.006504666,-0.013781885,0.0062339837,0.022541344,-0.009964099,-0.0016141268,-0.008294619,0.0070793857,0.0062082587,0.0035256958,0.023667552,-0.004876937,-0.0048028436,-0.015795898,0.0051697604,0.010110131,0.014376709,-0.0011170683,-0.008068155,0.009673186,0.01079835,0.024891831,-0.016460903,-0.0039215526,-0.011590954,-0.008171124,-0.0018618505,0.0035382032,0.010326837,-0.0023767536,-0.0039368873,0.012521962,0.06406865,0.0040287604,-0.0031443012,-0.020334886,0.010196913,-0.035489794,-0.00684595,-0.014012693,0.01388954,0.008711972,0.021069946,-0.009168169,0.001996838,-0.0060732574,0.0155872395,0.006210151,-0.023461396,0.006078243,-0.007987278,0.017522776,-0.00046387388,-0.019877115,-0.008387553,0.0079933135,0.009749314,0.0072353305,0.00087386766,0.01872026,-0.0041035363,-0.007050401,-0.005995349,0.005868702,0.009335349,-0.008363468,0.0058115227,0.013411886,0.0043135094,0.0027926054,0.012702483,0.0016563364,0.0026464926,-0.002121004,0.01438669,-0.0025763551,0.007833784,0.004505328,0.008368179,0.007385501,-0.006220549,-0.0016107576,-0.016994989,-0.004396652,0.0005249315,0.01520736,0.0014472306,-0.019239863,0.0031689962,-0.0055869464,0.00051945227,-0.00630757,0.03223598,0.013240863,-0.019518215,-0.010086454,-0.004909597,0.007993801,0.0025752091,0.004863684,0.012157691,0.009346038,-0.0006162599,0.0031247942,-0.009105321,0.019420637,0.01658478,-0.00599083,0.024431761,-0.0043686293,0.0034358131,-0.010130938,-0.020705933,-0.023640817,-0.010491402,-0.0031498966,-0.007863188,-0.018108003,0.0030253588,0.0016614454,0.009651194,-0.015694583,-0.02144083,-0.003251068,0.024599254,-0.008167333,-0.013890644,0.0060309814,-0.014199475,0.00028942619,0.014658881,0.010563695,-0.0073468895,-0.005333529,-0.01336257,0.0031416062,0.0002829142,0.00302549,0.005977564,0.0039709974,-0.00664155,0.0022791706,0.011779549,0.016736304,0.013074683,-0.008398565,-0.0065319645,-0.021639872,-0.0055346624,-0.0070264963,-0.018679908,-0.0049532577,0.003663199,-0.01986019,-0.004261736,0.01593942,-0.007279735,-0.00051865424,-0.0043828245,0.0117867105,0.00072619785,-0.0060614212,-0.00086943037,-0.00560316,0.0010376803,0.0032195868,-0.009976641,0.015921364,-0.004021871,0.002791455,0.0052219667,-0.00060833996,-0.010330793,-0.016175007,-0.01825584,0.0020704046,0.00023930585,0.00016858385,0.0033888665,0.0034405605,0.016934132,0.00060141593,-0.0071363538,-0.010835896,-0.0075109224,0.006132876,-0.015417043,-0.011993906,0.0027662478,0.005004496,0.014398184,-0.015900565,0.0050352598,-0.039779365,-0.00020265474,0.024107782,0.023547575,0.007077518,0.0071841,0.0031481523,-9.339217e-05,-0.014647523,0.012942398,0.016428797,-0.00918933,-0.0021319808,0.0061820694,-0.009195196,-0.004840511,-0.01158155,0.0060215057,0.0026455356,-0.011196477,-0.011330442,0.009190015,0.005656834,-0.0065679387,0.026520375,0.00015832273,0.0063020037,0.020988658,-0.0086115785,0.008185511,0.0076984647,-0.010085263,-0.008047592,0.00383099,0.0045172432,0.018974418,0.00031403307,-0.014446017,0.0037924608,-0.015411114,0.0028404929,-0.021669613,-0.0030729887,0.010503667,0.0022566975,-0.02415902,0.01511078,-0.01587352,-0.01080326,-0.003703293,0.00065548887,0.02785546,-0.007636113,-0.008557008,0.01030859,-0.017322512,0.01986852,-0.011774112,-0.018733466,0.0012677124,-0.021317752,0.005857302,-0.002541601,0.008406252,-0.003803896,-0.0044771796,-0.0020266087,-0.0011429947,-0.014229192,-0.009479218,0.015774017,-0.022105277,-0.007104035,-0.015454535,-0.019025981,-0.011677324,0.007789528,0.010021875,-0.010347581,-0.006352801,-0.007874681,0.012155953,0.006098641,-0.018382661,0.0012203788,0.0017247605,0.012516741,0.016249362,-0.01769518,0.015862027,0.011079136,-0.008709973,-0.0026295516,0.004314127,-0.011573419,0.0059914626,0.0048709903,-0.001857994,0.008851551,0.01566495,-0.0047151605,0.0049906783,0.0009997339,-0.0032857852,-0.0024360446,0.01430953,-0.00635049,-0.008091061,0.007922844,0.006204645,-0.0048862565,-0.00036152653,0.0015534094,-0.00030527482,-0.004121624,-0.0058283336,0.00035872965,-0.017970867,0.015523686,0.008969843,-0.0021169563,0.01684227,-0.0019197608,-0.0080448715,0.0060116164,0.003956015,0.0045940634,0.013057342,0.0101158805,0.004565646,-0.004027686,0.0026273644,0.013194427,-0.0033031448,-0.010063185,0.0038076523,0.01356693,0.0073422026,-0.0141436355,0.003975122,-0.024661958,-0.0037249792,0.00011116089,-0.009165908,-0.007809358,-0.022240223,-0.006041114,0.015046322,0.00025994537,0.0045024725,-0.0011259554,0.012601883,0.021340698,0.002045175,-0.00087193196,-0.018351551,0.003715056,0.012461257,0.008255557,0.0017552307,0.01639315,-0.0007040043,0.021188792,-0.014891166,0.014303235,-0.009983969,-0.021415288,-0.011628661,-0.00794765,-0.019450873,0.0012235261,0.0135526955,-0.001655523,0.02207498,-0.027099285,-0.024361607,0.008641313,0.002310903,-0.01523822,0.0029381302,-0.0032162117,0.0005569744,0.016290795,-0.0055393293,-0.011242415,-0.004487277,-0.012042176,0.011117017,-0.0019438957,-0.004915122,-0.021493115,-0.008366992,-0.013234787,0.010339428,0.016162831,-0.0081716515,0.0056675645,0.0018132341,0.0036873203,0.009360229,0.011948205,0.0011501013,0.003052316,0.0019179365,0.0058412915,-0.099775426,0.0054954654,-0.00075309287,0.018696064,-0.008809653,0.0071562077,-0.0035372218,-0.0041855704,-0.0010818338,-0.018093728,-0.009250117,0.005371451,-0.009523534,0.0040550553,-0.0050392495,0.007486648,0.016948175,0.002327093,-0.009004261,0.009331461,0.000112320864,0.00033157034,0.0022081118,-0.00019903769,-0.007063462,-0.014654806,-0.0068573756,0.0029721453,0.00437446,0.008974438,-0.009513228,-0.01560801,0.016027745,0.012042908,0.008189188,-0.0057816515,0.0007751542,0.0157212,-0.13627335,0.010969572,-0.01236656,8.222444e-06,-0.00630228,0.0071320445,-0.015459756,0.0016761506,-0.008324013,0.0043655806,0.0028333277,0.005303885,0.01744642,-0.0032300933,-0.0008625082,-0.0015104929,-0.0051432047,-0.0023422977,-0.017014183,0.011680232,-0.010369489,-0.00579855,0.019454565,0.0024936888,0.013020852,-0.01031123,-0.010077503,-0.009503076,-0.02654979,-0.010832971,-0.017947396,0.014911755,-0.012111476,0.00015007745,0.011363631,0.007987882,0.010826782,0.023699122,-0.0043538115,-0.010620809,0.008405218,0.0076588322,0.013657897,0.010205389,-0.0022536155,-0.0015265598,0.00016338064,-0.005388926,-0.0032904344,-0.0007929006,0.008055185,0.008494765,-0.0027471252,0.005942519,0.0054166107,0.00355574,-1.62329e-05,0.0047628805,-0.002190901,0.020624079,-0.00089883804,0.0075988662,0.0023391435,0.011268328,-0.010295797,-0.011863079,0.013531013,-0.0021796303,-0.009241084,-0.0021790487,0.018376669,0.025480187,-0.017223738,0.004201284,0.0019442823,0.012275788,-0.01329685,0.0059516192,0.0038156232,0.010752822,0.0063551343,0.0072570723,-0.014678647,-0.0155425705,-0.014976187,0.020419575,0.02290746,-0.01442761,0.007354566,-0.036962546,-0.02395032,0.00638457,0.008807837,0.0063713067,0.011649205,-0.012917312,-0.011833598,-0.0023280466,0.0042582517,0.0082217585,0.0031711503,0.0013515232,0.012839605,0.021472543,-0.0065675136,0.0117941275,-0.002012288,-0.023959128,-0.005253923,-0.012383424,0.008111911,-0.00411105,0.0047382037,0.006189932,0.006281509,0.023411557,0.0042214203,0.0037566957,-0.016883507,0.017807128,-0.0029587555,0.006399788,0.008734369,-0.01019424,-0.018131843,0.027048161,0.021846002,-0.006243833,0.0022328012,-0.01987643,-0.010152969,7.6112556e-05,0.004542198,0.011842508,0.00880328,0.00914345,0.016236726,0.0017508033,-0.0138107585,0.0140847545,-0.008520373,0.008669641,-0.00065680954,0.0007604535,-0.006638341,-0.012978536,0.008745058,0.0060257013,0.0094395345,-0.01602777,-0.0016990524,0.00844614,-0.0044924454,0.003451183,0.0007576577,0.022022607,-0.017385116,-0.008314478,-0.018644778,-0.004869359,-0.00031389503,0.015827606,0.015745973,0.009340981,-0.0055608307,0.011861596,-0.0024749835,0.020874556,0.01199907,-0.0026516758,0.01871103,-0.004377312,0.0012793813,0.0065189493,0.00016794191,-0.024750233,0.01742064,-0.0056085633,0.03321599,0.014787675,-0.014057179,-0.0053844247,0.0031948253,-0.0033039073,0.02625303,-0.005626484,0.005377994,-0.023656465,0.022179715,-0.025018228,-0.00048767406,0.0041394685,0.0050805677,-0.0013575562,-0.02065288,-0.012366076,-0.00907757,-0.007287714,0.00975854,-0.018658597,0.00696247,-0.0016525323,-0.012794422,-0.15575922,-0.02435061,0.0050797774,-0.02517694,0.034741845,-0.004278429,0.009297328,-0.020747475,0.02130965,-0.010407415,-0.0019653195,0.009005234,-0.012277056,0.0027545325,0.020967757,0.016609395,0.03325191,0.015948458,-0.0031150081,-0.005114299,-0.04625525,-0.015992038,0.014966724,-0.01873037,-0.013676359,-0.0069523575,0.009561837,0.008614395,0.028591394,-0.005636863,-0.017367065,-0.01848621,0.00046232404,-0.025098938,-0.003534978,0.022595212,0.015172061,0.0055111074,-0.009687289,0.010123056,-0.006133232,0.025533846,0.027964542,-0.019426135,0.006145993,0.0017484644,-0.0017372874,0.0062707807,-0.0020321864,-0.0018300713,-0.008738234,-0.0005915188,-0.022424748,0.005197845,-0.0039518946,-0.01428218,0.027048368,-0.007419325,0.003111279,-0.0074287658,-0.011822794,-0.0076390756,0.009732582,0.009856182,0.021997187,0.013574576,0.006467369,0.15317227,-0.013513647,0.0141588515,-0.01680572,-0.002921158,0.018776497,0.0241972,-0.00923868,-0.017064057,0.0025732357,-0.003322402,0.0063973838,-0.007963205,-0.020002913,0.014978416,0.012729142,0.0038456826,0.0041057677,-0.011800497,0.009830068,-0.010538105,-0.02904534,0.0012111848,0.024222735,0.0018686706,0.0022116997,-0.018798728,0.04188157,-0.030362176,0.017442886,0.008455699,-0.011314381,0.020235255,-0.0125520695,-0.016939968,0.008065609,-0.0009930145,-0.020967677,-0.0073153186,0.0069099218,-0.0008080899,-0.017216772,-0.020312304,-0.0039255274,0.0020112596,-0.005417632,-0.0073932554,-0.003112141,0.007989516,0.0009802522,-0.016257185,0.016957019,-0.0028256024,-0.0005622658,-0.011986382,-0.010708905,0.004490942,0.005169547,0.001990339,-0.015799928,-0.0036659972,0.004382244,-0.03234076,-0.021138757,0.019477896,0.004274801,-0.001783225,-0.02384133,0.008394223,-0.10621613,0.017351523,-0.022393672,-0.013302944,0.0045343097,-0.020657998,0.005050811,0.023686817,0.016298095,0.008754954,-0.0054182974,0.00883122,0.019880371,0.008543433,0.023746338,0.018124703,-0.008007676,-0.009122898,-0.0060773157,0.0037599367,0.01326804,0.021748232,0.021024965,-0.013553659,-0.0038298874,-0.034611356,-1.9489028e-06,0.006528936,0.025593774,-0.001424363,0.006024715,0.020770147,0.005912993,-0.0021669697,-0.026944801,0.018227294,0.00014468844,0.005393971,-0.011851716,-0.0053296713,-0.013717003,-0.01747932,-0.019922763,-0.02289103,-0.032139324,0.0025179922,-0.00033365312,0.005336593,-1.716363e-05,-0.013965815,0.005257004,0.010583244,-0.017630337,-0.004501236,-0.019382864,0.009318504,0.016597684,-0.019428164,0.018340226,-0.004989167,-0.0012154827,0.010021417,-0.0055044405,0.0055397744,0.0056466255,0.01684341,0.00812114,-0.01300264,0.025987837,0.0010652415,0.010822494,0.019916894,0.031179924,0.003064099,-0.022493845,-0.009782763,0.009363529,0.010225317,-0.014221845,8.207551e-05,-0.009288184,0.00139351,0.0021819407,-0.008712357,0.004520313,-0.0011245506,-0.007427234,-0.008239073,-0.010285235,-0.015076396,-0.01672786,-0.014265783,-0.0062251342,-0.0071857534,0.0037576954,-0.011801473,-0.0059997137,0.019075952,0.02570715,-0.032142315,-0.00482258,0.008275755,-0.00841275,-0.014899907,0.012225127,-1.6878339e-05,-0.013742807,-0.0024290534,0.02781923,-0.013172031,0.036491655,-0.0066952105,-0.018209914,0.0018088453,0.016275184,-0.0032039287,-0.023521854,-0.0032287354,-0.0056744763,-0.0034223523,0.007465272,-0.0100200735,0.007991258,0.0060991207,0.022206102,-0.0022990527,0.01650437,0.004933875,0.01496584,0.010028311,0.00029073705,0.017214486,0.021203365,-0.021502042,0.022898167,0.0021593552,0.004967109,0.009356136,0.017511036,0.0007265417,0.00197555,0.005844991,-0.016095595,0.005445777,0.006638168,0.0033244316,-0.004502772,-0.016075436,0.01301329,0.0068335435,-0.0018677681,-0.027316216,-0.029539596,0.0059351367,0.0060489457,-0.0034530368,0.028978376,-0.012029803,0.01835539,0.007528919,0.008422337,0.006864917,0.012866318,-0.002125276,0.025731727,-0.027905326,0.020299863,-0.0073976726,-0.004833256,-0.0075829863,-0.02352307,0.0012190709,0.010250291,-0.0027196961,-0.00034447387,-0.018431393,0.016797137,-0.0063239904,0.015479283,-0.07645312,-0.0006066046,-0.004966344,-0.014141075,0.0019893753,0.012462356,0.018367868,0.01293174,-0.010599305,-0.018627184,-0.00032475372,-0.0023722714,-0.007173861,-0.0062885312,-0.0133557785,0.0017008039,-0.011974841,-0.00039415644,0.019304372,0.0008471341,-0.001497973,-0.012100984,-0.026453676,-0.0035584583,0.0012572374,0.002774112,-0.0029863857,0.00393873,0.0036156746,0.0009782158,-0.0164648,0.00282542,-0.012176954,-0.028434308,-0.01822206,-0.004497972,-0.011119657,0.0018951215,0.020876342,-0.048001118,-0.008117608,-0.006793897,-0.06300749,0.008897039,-0.009162953,0.007922778,0.008566323,0.0016959351,-0.019409109,0.00035703645,0.05065673,-0.010437791,0.021175403,0.0004961866,0.0067041325,-0.021340877,0.007647975,-0.026501758,-0.006434635,0.00027898577,-0.022349825,-0.03339951,0.013732579,0.012065912,0.009112122,0.020081805,0.0043265335,0.0003463402,0.031664982,0.0066840025,0.005546972,-0.0026792802,-0.0009963508,0.017162623,0.014476027,0.0066081323,0.019248834,0.005867381,0.015152401,0.0052180234,-0.0019360109,0.022193426,0.008661841,0.04485669,-0.009243006,0.000715984,-0.009955671,-0.09306813,0.023245139,-0.003742338,-0.01002186,0.018136341,0.015041766,-0.015347613,0.046445735,0.01674066,0.013537298,-0.023357477,0.003364406,-0.008448056,0.0018244794,0.0033360752,0.014876871,-0.0029270288,-0.00021815879,0.013252916,-0.001740127,0.023078484,0.0049818917,-0.018063206,0.00691213,-0.011654633,-0.043449376,-0.016343618,0.00285049,0.016832203,0.028120812,0.0053873463,-0.007980571,-0.0073007247,0.002393737,-0.0069207535,-0.024729423,-0.014654406,0.011432762,0.0011757202,0.009116699,-0.00015309785,-0.008240159,0.0019655111,0.0026673581,-0.00011571516,-0.0073055914,-0.002419033,-0.0067503005,0.018182978,-0.0074078627,-0.0029145605,-0.015593109,-0.020195797,-0.0072545223,0.022292845,0.019005882,-0.0043379567,-0.01697276,-0.014266027,-0.017546128,0.0007224926,0.011824993,-0.019743577,0.005912987,0.006301327,-0.0024633931,-0.020245686,0.006567706,-0.019060813,-0.0032093185,0.0031461257,-0.005294117,0.00022752758,0.005223211,-0.0033730357,-0.010222951,-0.0033704753,-0.010409229,0.014516879,0.008575746,-0.01862822,0.0016201818,0.00952303,-0.024902133,-0.003869967,0.008167912,0.0051986524,0.013234289,0.009095621,0.01871802,0.016095174,-0.0018570052,-0.013546947,0.0013038353,0.003981842,0.007462022,0.015191265,0.00048812138,0.0028360817,-0.029195847,-0.0032524443,0.012709278,-0.0034605106,0.0063170926,0.0077259806,-0.006823944,-0.0099574225,0.013107497,0.009932743,0.010031397,0.025419842,0.0026523147,0.014613144,0.010313147,0.02263308,0.015248767,0.0014025567,0.009513414,-0.026460415,-0.00025126964,-0.018093323,-0.015632529,0.015771613,-0.013655967,-0.017082732,0.014294988,0.0020983266,0.002341032,-0.0016312713,0.004101334,-0.0066063013,0.00084128627,-0.0143425595,0.0076162554,-0.0037614107,0.006998452,-0.00064681855,-0.027441682,0.007241352,-0.0003525201,0.0091584725,0.015314505,-0.002798375,-0.007144374,-0.0009392134,-0.027330816,-0.025788197,0.00049657346,-0.024309028,-0.009381654,0.0045446656,0.013791554,-0.015561242,-0.005068818,0.009880112,-0.0018592953,0.013914976,-0.0078067486,0.0032301357,0.008669314,-3.4613717e-07,-0.0025614523,0.0034020024,0.010250753,-0.018472306,-0.001998273,0.0061212257,-0.025062645,0.00264107,0.007762765,-0.0043135844,-0.0059330547,-0.010885791,0.009564478,0.032127544,-0.008435402,-0.01653979,0.007238936,0.02573188,-0.014546079,0.012976357,-0.0020898615,-0.011128161,-0.007571788,-0.009986922,-0.0014015042,0.031899985,-0.00082827936,-0.006267263,-0.009803713,0.0006935966,-0.003733171,-0.005636553,0.009770455,-0.010412097,0.012658013,0.035152424,0.0013881472,0.032420874,0.012121147,0.033025224,0.0007696757,0.031998612,-0.022925759,-0.010227452,0.0047736475,-0.038741026,0.027766308,-0.017311266,0.023843253,-0.00884049,-0.0010767295,-0.0058517354,0.008275237,0.016773108,-0.0064456686,0.0046026576,0.017729618,0.010162835,-0.011393065,-0.0024462433,0.026788697,-0.012661017,0.009321761,0.01686879,-0.020201512,-0.012791038,-0.0031936492,-0.0010838375,0.0030405878,-0.0023726933,0.006350153,0.0069604837,0.0016383973,0.0028045746,0.015269017,0.00040499243,-0.0099491505,0.0015260332,0.01669184,0.028832296,0.0077009136,0.012741143,-0.014966096,-0.0134173725,-0.01158094,0.00750126,-0.0030478726,-0.02685488,0.014763295,0.0019648783,-0.0130140195,-0.010511376,-0.021313557,-0.0039167586,-0.01639503,0.01662121,-0.010178216,-0.0128735,0.013161794,0.01850216,0.0071064658,-0.00961089,0.0035456042,-0.016795425,0.0014298322,-0.0077511105,0.017744375,-0.014987859,-0.007158155,0.005532425,-0.009453316,-0.026665622,-0.020570757,-0.010377834,-0.003875917,-0.0020730493,0.0056144,0.01518874,-0.003739431,0.014204778,-0.0120689655,-0.003390182,-0.02809158,0.017139101,0.0018617854,0.021939075,-0.015266454,0.016865917,-0.0063368515,0.021268576,-0.017773844,0.024699178,-0.035464033,-0.0036156052,-0.0033253185,-0.008827015,-0.011051593,-0.01403702,-0.0038652061,0.007702021,-0.0044221934,-0.003206236,0.013301331,0.0008333068,0.013972367,-0.017517911,-0.0008543929,-0.00050587195,0.006081305,-0.01287595,0.0016321434,-0.00781242,0.024875848,-0.027873743,0.002004679,0.00933603,-0.0031735236,0.0104548475,-0.010162235,0.0022047597,0.009061694,-0.004516218,0.016103882,-0.014630632,0.015270819,0.0132732475,0.03500373,-0.010692013,-0.0025871915,0.022603607,0.011729942,0.002283136,0.015165447,0.023489606,-0.0038690376,0.023582216,-0.014621659,0.0056762993,-0.011596058,-0.0246159,0.006197428,-0.00238227,-0.010529151,-0.015068227,-0.00058726216,-0.0049678865,-0.021083131,0.007752133,0.002307627,-0.01977732,-0.00015328065,0.010001213,0.0086883865,-0.008649935,0.0054585827,0.015560426,0.004844967,0.005650114,-0.008159937,0.004174244,0.001600511,-0.013183199,-0.0035738982,0.0065985867,-0.00737098,0.0148775065,-0.0050728484,-0.0072832378,0.0010141399,-0.00671758,0.014656135,-0.0027493783,0.013179342,0.016736815,0.025056846,-0.00013466032,0.028240463,0.040064786,-0.015541069,-0.03077806,0.029911071,-0.0079579605,-0.011078635,0.00965811,0.007808128,-0.027116777,0.0009139739,-0.030397229,-0.0035394828,0.015585239,0.0012063707,-0.010999927,-0.009548873,0.013569237,-0.0065910863,-0.012197975,-0.014542721,-0.01891866,0.014417641,0.0015753069,-0.03782309,-0.0022268489,0.0046763993,-0.0010749175,-0.018022979,-0.0079245055,0.009796173,-0.0050535877,-0.012889668,0.018394642,-0.017062306,-0.020130396,0.0021502147,0.0006168875,0.034307364,-0.017537631,0.006660049,0.002964902,0.0040222467,-0.0017111901,0.013269292,-0.008330534,0.0032662635,0.0025045974,-0.027585201,0.013078557,0.003406994,0.022178195,-0.00801088,0.0023298326,0.010281196,-0.005063711,-0.002144048,-0.006965248,0.0043237056,-0.01929106,-0.006544336,-0.020470597,0.009241705,0.016615126,0.006689168,-0.0071602254,0.015288663,-0.0017296282,0.015736459,-0.006526675,0.022634847,0.0080087455,-0.029643623,0.00019705389,-0.0011039882,-0.016243419,0.0020652753,0.0039798734,0.005979369,0.0016090015,-0.00524047,0.03016286,-0.008110657,-0.012832105,-0.020511815,0.010438324,0.032577828,-0.012974622,-0.017849714,0.010992339,-0.023414867,0.0009983872,-0.0029627318,-0.027470807,0.001278296,-0.0751791,0.00692791,-0.024765857,0.011419779,0.002364201,-0.004169045,0.0008647368,-0.010668951,-0.009489179,0.014410604,0.0051425346,0.01502737,0.017485617,-0.000840544,-0.0032125546,-0.024073545,0.018728439,-0.0012208066,0.0007882111,0.00037746388,0.012335903,-0.011330975,-0.021585744,0.0024390195,-0.004798418,-0.013142993,0.017557817,0.0028013636,0.016329905,0.015553296,-0.019839088,0.009761443,0.009959148,0.0033379414,-0.03025668,0.023507016,-0.0114453435,-0.023679418,-0.006474591,-0.000723867,-0.0071957586,0.005057092,0.013480331,0.008093226,0.0034998546,-0.010218341,-0.002802438,0.008377289,-0.0057878816,0.0024871263,-0.003477729,-0.006239364,0.010644128,-0.0120548885,0.00038666686,0.015071813,-0.0034187827,0.0003765591,0.01132762,-0.007434689,-0.0036676324,0.002222189,0.006100057,-0.009116575,0.011691829,0.0061374214,-0.0076917126,-0.006944273,0.000413663,0.008635299,0.011053318,-0.019128853,0.044345535,-0.0058721043,0.0018945249,-0.0057528396,-0.016106592,0.03386226,-0.010854622,-0.0020523707,-0.043071344,-0.003967053,0.020237777,0.002234164,-0.000982589,0.0059365025,-0.0015601554,-0.015385299,-0.015178919,0.0010618363,0.011832008,-0.029110566,-0.0012260698,0.0018678807,-0.011611533,-0.01760172,0.024221223,0.008699918,-0.01659197,-0.016059972,0.012219004,0.008008524,0.004631662,0.005355783,-0.021431647,-0.008135152,0.026156109,0.008842763,-0.0039841263,-0.0022140937,-0.01441225,-0.015945995,-0.007859995,-0.010332402,0.009721502,-0.0027065908,-0.02490766,-0.008577643,-0.011386898,0.006497105,0.021201976,0.0031911465,0.0068664034,-0.004076782,-0.00956146,-0.009366798,0.006531264,0.015464827,-0.007345577,0.030725418,-0.012456237,0.00035289436,0.019536281,-0.0056776823,-0.027422788,0.017522184,0.0058161453,0.019886855,0.006498567,0.01926129,-0.009403896,0.0004918347,-0.007291637,-0.018128254,-0.0039990987,-0.013312498,0.021652423,0.005641291,-0.016785098,-0.012957616,0.0125898905,-0.0087112645,-0.0035049813,-0.0010126481,0.042164903,0.016969802,0.00033633635,0.003988178,0.0074161375,-0.03561383,-0.0030119128,-0.015030044,0.0009884873,-0.0027087552,-0.0008053356,0.019322589,0.005133002,-0.002251132,0.010469188,0.016825365,-0.0033716673,0.010336979,-0.0018520434,-0.016130026,0.013461798,-0.024316182,-0.0055602966,0.021077804,-0.0026902247,-0.009869564,0.0035764438,-0.0043284562,-0.016763022,0.0075244177,-0.0017659462,0.01783756,0.010874712,-0.0066859107,-0.023104679,-0.00031625832,-0.00899996,0.0055916295,-0.00546821,0.0040374473,-0.01641032,0.011192692,0.014143063,-0.0023663286,0.0016521112,-0.0020241211,-0.012688515,0.0017509395,0.024400352,0.005163172,-0.0068135015,-0.018596597,0.0101480195,0.004801791,0.003600786,0.008253687,0.0049024117,-0.0010289093,0.0017070904,0.0018716909,0.16544521,0.11543494,-0.0113004595,-0.0032680053,-0.007170428,0.012237693,-0.0004775559,-0.025737327,0.011270099,0.018064339,-0.001329052,-0.0207813,0.015646255,-0.007547051,0.03226073,0.00095211854,0.030572822,-0.013669778,-0.013907945,-0.0010378505,-0.0025331161,0.016981004,-0.024240866,-0.003518425,0.0009047413,0.016495796,0.022911234,0.002862521,0.021981223,-0.023209618,-0.0063677956,-0.007826944,-0.011373724,-0.0059830407,0.013482102,-0.005806634,-0.0031408386,-0.008896519,0.02232267,-0.0055562635,-0.03160816,-0.0030130201,-0.0024244129,0.022098765,0.0044813054,0.020007841,0.008423837,-0.007461808,-0.010867271,0.021341475,0.0010071282,-0.01790471,-0.015219189,-0.010509853,-0.0068603237,0.006230846,-0.0017881519,0.008904266,-0.014207838,-0.021475922,0.0010162409,-0.017810624,-0.012577461,-0.0071124057,0.028683044,-0.004111838,0.0055350135,0.029604321,-0.004050186,0.0012401742,0.006476135,0.04055325,0.0065245414,-0.0102802655,-0.017525092,0.016459906,0.0024829758,-0.009322709,-0.02705177,-0.012097221,0.0063663227,0.0037469447,0.003527688,0.017841512,-0.0012240459,0.0008847759,0.00290148,0.011120527,0.109784395,-0.0001637644,-0.0125945145,-0.00377974,0.0023330727,-0.0022086496,0.01540093,0.059323676,-0.006188862,-0.0077087185,-0.02916218,-0.02855667,0.0061577875,-0.024342341,0.016998125,-0.009433733,0.009649459,0.014410525,0.012061604,-0.0012849182,-0.035967864,0.0041340156,0.006617021,0.024336174,0.0044329804,0.0051190252,-0.025205232,-0.0038782842,-7.227728e-05,-0.0083706435,-0.10213893,-0.008753189,0.002454795,-0.0023265046,0.013710004,0.015117741,-0.0035313782,-0.0031098286,-0.015964644,0.010581211,-0.020437896,0.023101049,0.0047783786,-0.028549174,0.03012958,0.006206105,0.010598291,-0.012439238,0.0020213497,-0.009453893,0.009459854,-0.0095929345,0.017904587,0.019098392,-0.0054897675,0.005188324,0.00023602715,0.014210955,-0.005277125,0.0046363003,0.0051479386,0.029517014,-0.0130093545,-0.032469563,0.02426295,0.0026233357,-0.034187905,-0.00833619,-0.01942242,-0.0022410268,-0.009967497,0.005541464,-0.0063437265,-0.0021189337,-0.0113035925,-0.00046811756,0.0072988714,-0.00748991,-0.014092629,0.0138522955,0.017403375,0.008193955,-0.004357678,0.008149,0.018373977,0.01372294,-0.019045409,0.008743465,0.028664662,0.026062885,-0.026430918,0.013611014,-0.011169335,-0.006974658,0.006860388,-0.006346489,0.0027046436,0.0038810808,-0.008443924,0.01416317,0.01236408,0.0086827,-0.022037009,-0.014255896,-0.012175415,0.001693163,-0.024571601,0.014021302,0.020818567,0.012884,0.017872486,-0.015864648,0.024211437,0.13248229,0.018137427,0.016638175,-0.00079125504,-0.01634722,-0.0070389435,0.0022944738,-0.005150965,0.004874649,0.005489472,-0.0025253596,-0.003396136,0.01204105,0.016972955,0.013107833,-0.011630387,-0.006628635,-0.011054107,-0.009005556,-0.021442221,0.0023703128,-0.0007336432,0.006181321,-0.0025564209,-0.015822897,0.0022745607,-0.03407774,0.008622443,-0.021438625,0.0038513616,0.0114297075,-0.025990767,0.019685969,-0.016425703,-0.006095953,0.01449307,-0.014434951,0.0085632345,-0.016907599,0.014077873,0.003878214,0.020729642,0.00085136405,0.0037337553,-0.03623208,0.19062287,-0.0069331503,0.0018050781,0.002050721,0.0050100856,0.0052296068,-0.0007977103,0.007974355,-0.007384292,0.0024109762,-0.010322497,0.005358577,-0.010001009,-0.02469419,-0.0030417652,0.012717699,-0.015400577,-0.02248892,-0.019030226,-0.01071534,0.0026589322,0.016438602,0.0010282059,0.0065311347,-0.017663235,0.0054580816,-0.0026724478,-0.0080225095,0.007813776,0.0024367846,-0.019164233,-0.005440307,-0.0060337833,-0.008938555,0.01057285,0.01571559,1.0938609e-05,-0.00494939,0.0010231644,-0.007987676,-0.0006907533,0.011875833,0.0075407047,0.026805703,-0.010632688,0.0191059,-0.0037070473,0.0096656885,0.0053978306,-0.01319406,-0.011043565,0.015080367,-0.014950266,0.005928943,-0.0147628635,-0.018657798,-0.0074465265,0.00623243,-0.009273116,-0.005212489,-0.03696804,0.00081093254,0.007418502,0.010446485,-0.0036959406,0.027495256,-0.017776487]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 191,
          "content": "Companies Selected as FY2025 Nadeshiko Brands and Next Nadeshiko: Companies Supporting Dual Careers and Co-parenting",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.012201601,-0.010610978,-0.0051163523,-0.050290007,-0.016613798,0.020239975,-0.011384723,0.024913277,0.016946346,-0.0013788843,-0.014446206,-0.018432334,-0.0012692608,-0.009582803,0.09057416,0.010368267,-0.011824313,0.02190319,0.008894899,-0.0011324619,-0.0046367543,0.017902473,0.020793345,-0.019735342,-0.006809292,-0.03746889,0.00734695,0.0033289138,0.028815376,0.0019025953,0.0105177825,0.0071126097,0.028452847,-0.012872464,0.025466822,-0.0016368775,0.040109355,-0.009617895,0.01023402,0.0057431594,-0.006874849,0.010489063,-0.022207739,-0.026638549,-0.011587006,0.0069855778,-0.008157619,-0.0039933366,0.019320995,0.018356163,0.019324185,-0.003038019,0.010359802,-0.1539449,-0.020877212,-0.021032888,-0.020014305,-0.0055526313,0.000380389,0.008995144,0.003834328,-0.008176876,-0.029594295,-0.0041622454,0.02377634,0.005719152,0.00821733,0.005388731,-0.0028463954,0.0155188935,0.012519588,-0.0011098199,-0.020775897,-0.0056556957,0.014716747,-0.01825687,-0.0075486964,-0.0057467762,0.007254297,0.016935535,0.00045858335,0.020267665,-0.027950507,-0.022275606,-0.022498606,0.009780207,-0.008543606,-0.03230535,-0.016856432,-0.0020824715,0.0077167046,0.010493834,0.0015933539,-0.0066182604,-0.047638092,0.017107973,-0.011145754,-0.01124693,-0.010497616,0.0018161576,-0.005240659,-0.01892135,0.02014,0.016848054,0.003074426,-0.00422254,0.0055101807,-0.02230746,-0.004826075,-0.001664322,-0.009335501,-0.009054622,-0.028037364,0.030448178,0.0051362608,-0.12615164,-0.0077526863,-0.009114734,0.0014578414,-0.011836621,-0.008789847,-0.013070621,0.008262468,0.01084313,0.007450541,-0.020892326,0.0076504727,0.029451981,0.008850111,0.014170729,-0.026007101,0.0018577235,0.027444879,-0.00024159306,0.014270936,0.002148102,0.02352435,0.00095422217,-0.0020752668,-0.0063115065,-0.042800087,0.0031050444,-0.015174109,0.019977922,-0.0006853675,0.0008997976,-0.04581911,0.018203268,0.021415392,0.008111892,0.012572829,-0.0067037363,0.002890213,-0.0047936346,0.017487831,0.012170599,0.013544766,-0.016525945,-0.010171413,-0.03155253,0.01684907,0.00023448226,0.01183058,0.005181037,0.02574423,0.037291445,-0.014068348,-0.006490163,-0.020721419,0.014730456,0.002632741,-0.0038966918,-0.007244229,-0.004903767,0.008255725,-0.0023242978,-0.01765993,0.02583412,0.00841707,-0.018361297,0.010606444,0.023767943,0.02200552,0.012094371,0.0033606987,-0.019665727,0.002989167,0.010731529,0.014425645,0.008740904,-0.01845208,0.009388146,-0.025482804,0.0021864057,0.000103739076,-0.014475402,-0.022746194,0.002797508,-0.040599506,0.0037178502,0.0075986274,0.011824263,-0.000393006,-0.0014526169,-0.00813463,0.0011097993,-0.0132150445,0.01071788,0.019840935,0.0022349018,-0.006315911,0.011970819,0.0219916,-0.0028314467,-0.012834088,-0.0006029587,-0.013433098,-0.020208986,-0.015765319,0.0025474166,-0.0006701889,-0.0054869945,-0.014454444,0.014680407,-0.007427822,0.00091512967,-0.017774861,-0.028863752,-0.02388117,-0.024549985,-0.004929729,0.03711978,0.0056899004,-0.028450461,-0.022020977,-0.009381587,0.013975185,0.0058827456,0.034802515,0.021253038,0.0013916033,0.010568517,0.0065787216,0.022102358,0.009399621,0.012571479,0.013672656,-0.018142538,0.020169947,0.011940895,-0.0111184735,-0.01005633,-0.0054178885,0.013784707,-0.011231005,-0.0270862,0.020659758,-0.0075297537,0.016307987,0.017806299,-0.0019064266,0.03350835,0.008637039,-0.025137033,-0.0068205018,0.022900708,0.010124879,-0.0011053068,-0.008685315,-0.026373003,0.026331522,-0.003600585,-0.003606545,-0.00970253,0.008531763,0.025421217,-0.08729363,0.017387712,-0.027711863,-0.026402276,0.018427132,0.018580474,-0.0013160296,-0.0067833136,-0.022602594,0.022838108,-0.013214746,-0.0047277813,0.0027972648,-0.0010906128,0.027106406,0.0025654368,-0.0035163816,0.001009015,0.038340874,-0.013318594,-0.009930797,-0.002947594,0.0084611,0.009152323,-0.024762526,-0.010100695,0.029991193,0.05397097,0.013861387,0.0021924502,-0.003497613,0.012650008,-0.0027732484,-0.0002770666,-0.023984557,-0.021079572,-0.0057429653,-0.007993097,-0.04210013,-0.012134483,0.002300396,-0.017126605,-0.004675558,0.03767777,0.008593356,-0.014806047,0.00900865,-0.008477227,0.002546891,0.013818733,-0.009327857,0.007486859,0.021792915,-0.0028721036,0.02149864,0.02068382,0.026702777,0.002939806,0.009893622,0.016060939,0.015997753,0.025940806,-0.01259379,0.010350646,0.005208887,0.018169537,-0.018206406,-0.026555317,-0.012060715,0.01321067,0.009104391,-0.00018122626,0.0102109965,-0.03640388,-0.008338891,0.01247098,0.008051927,-0.018599246,0.005931953,0.040769905,0.007761417,-0.005815931,-0.011438914,0.027845021,0.011409899,-0.029076895,-0.013544805,0.0028507628,-0.012892461,-0.04716244,-0.006573124,0.013558105,-0.0003227685,-0.020784454,-0.0042957505,0.005889714,0.015161877,-0.03984049,0.031829476,0.016318204,0.0045160083,-0.00662017,0.0010972074,0.012593207,0.012854523,0.020025745,-0.012927209,0.006678847,-0.01405319,0.00074380345,-0.0065912353,-0.031992745,0.041613337,0.005246307,0.017919565,-0.017840486,0.021173047,0.023922542,0.02247212,0.0065430277,-0.0037675935,-0.014394957,0.014522398,-0.026251422,-0.022016687,0.015131889,0.00090455264,0.012611948,0.027673263,0.0004825752,-0.0064855274,0.006637342,-0.017046805,-0.0018223906,0.01640064,-0.0040192604,-0.018863015,-0.015122185,-0.016633669,0.0005732192,0.032654703,0.029308481,0.022225127,0.014018657,0.024938028,0.0031293314,-0.012844028,0.005563578,0.0008610552,-0.0072319238,0.016550014,-0.0018752414,0.0058252877,0.041995466,0.008682173,0.016528001,-0.010516541,0.020039326,-0.03889118,-0.004688078,-0.019410802,0.000671571,0.028302407,-0.04061618,0.003415619,0.012049698,-0.010301214,-0.0017036038,0.037375644,0.0067898943,-0.01772295,0.011387613,-0.038913094,-0.0010555829,-0.018143924,0.009099042,0.013404827,0.03569111,0.023600874,0.006598054,-0.019741867,-0.021570396,-0.00703183,0.020653937,-0.0075455015,-0.013728476,0.00663625,0.014993188,-0.018389056,0.0052628,0.004308931,-0.023634871,-0.005742116,0.0064523197,-0.011319924,0.00016300748,-0.00083692383,-0.0036676042,-0.011040835,-0.0039665406,0.016038626,-0.01868293,0.0035739685,0.011268612,0.0019385968,-0.02657453,0.010240645,0.0029086762,-0.0027291763,0.0069223926,-0.0048010484,-0.009198299,0.021049831,0.017950462,0.01472847,0.018470813,0.008143677,-0.01901438,-0.017584618,0.026473412,0.008283959,-0.017315507,0.024831451,-0.011613631,-0.008804724,-0.016745538,0.030508399,-0.0028008374,-0.04435828,0.011694199,0.00862831,0.027560106,-0.002384019,-0.007327733,-0.01119231,0.0022671344,0.009112785,0.01949411,-0.001301838,0.020313103,0.005133253,0.018040089,0.010304725,0.018219357,-0.037055455,-0.0031857227,-0.041932207,-0.028101288,0.021810988,0.013742995,0.010545797,-0.004606294,0.023426611,0.022081606,0.01828301,0.051138543,0.0050824345,0.032595307,-0.0041526156,0.0013606049,-0.011823846,0.048227154,0.019717734,0.030117964,-0.013746298,0.024216212,-0.006784994,0.0005694266,0.0022169023,-0.08599383,-0.0176031,0.035127554,-0.004402621,-0.023348521,0.03045693,0.02240569,-0.00871259,-0.015733534,0.0036701653,0.0013940838,-0.021731539,0.020677052,0.0020185907,0.0021601378,-0.0021535747,-0.030705802,0.049296837,-0.000906548,0.02720753,0.0016414939,-0.0037792486,-0.012240928,-0.005797935,0.012842844,0.0090730395,0.00018172736,-0.019029597,-0.008835696,-0.008153073,-0.009985721,-0.0031818792,0.021747665,0.01755177,-0.016773336,0.013648223,-0.008839581,-0.03976775,-0.0009209587,-0.0029416075,0.009659374,-0.0028833186,-0.01065143,-0.037643794,-0.0014745803,0.0017778852,-0.015416781,0.00026584516,-0.0138397245,-0.014870269,-0.0180237,-0.008850214,0.013585344,-0.01672252,0.016774146,-0.004224227,-0.025093054,0.0037980217,-0.013221103,-0.01994028,-0.0173071,0.0034657104,-0.020807153,0.017985484,-0.0071803946,0.024429152,-0.0119532095,0.026946886,0.010010731,-0.012243263,-0.029541524,-0.023086535,-0.0107407775,0.0146449115,0.0064827753,-0.002538898,0.020442279,0.03127923,-0.00877642,-0.017123038,-0.03371605,-0.021912523,-0.11559095,-0.01737575,-0.027482776,0.007870097,0.012691088,0.0013373578,0.0052091316,-0.028199682,0.008818863,0.007315515,-0.0028043678,0.0037835743,-0.020983322,-0.011351524,-0.022382736,-0.014711778,0.007917384,-0.012179282,-0.0070834756,0.019866625,-0.007307491,-0.008544996,0.03771149,-0.013076662,-0.0032609408,0.018593593,0.00024288436,0.021416886,-0.0052198684,-0.049850352,0.0076072374,-0.18227,0.0063708574,-0.007360124,-0.010083659,-0.0019018059,0.010940292,-0.011413494,-0.012847968,-0.0014652166,-0.010639383,0.018728139,-0.015546202,-0.05102686,-0.004680288,0.034956746,0.08105625,0.0018109144,0.0125355385,-0.0027768551,0.002371419,0.015483904,-0.016192967,0.025652966,0.0060173953,0.00989559,-0.0064914892,0.011217835,0.012180711,0.03140115,0.006373611,-0.0030395058,-0.0091835605,-0.020071512,0.02324253,0.009011086,-0.015621656,-0.010073336,0.005843877,0.01660324,0.026510157,0.018895319,0.007115106,0.031480376,-0.012582904,-0.04339253,-0.010360489,-0.0056562787,0.010838853,0.024589267,-0.01506357,-0.01333266,-0.071644485,0.013756885,0.03426052,0.029040966,0.006149044,0.007752009,-0.020403896,0.0019397243,0.0051812166,0.017053965,-0.012224812,0.0028914008,-0.00092092785,-0.020756481,-0.0013821624,0.02597347,-0.047773853,0.009131393,0.034347966,-0.0061705466,-0.007913861,0.00949637,-0.00021400496,-0.038006958,-0.0053753178,0.026987143,0.03991605,0.008059759,-0.023981923,0.0029616293,0.01726,0.015851231,-0.003651535,-0.011454574,-0.017122667,-0.0094803665,-0.027076581,0.010094727,-0.012609829,0.03144299,0.00729882,0.002511097,-0.020671377,0.010754928,0.0002304176,-0.0005562453,0.034821462,-0.0074547916,-0.023603205,-0.005367377,-0.019703358,-0.018740501,0.002413154,-0.0035593293,0.013336313,-0.025269095,-0.0024045664,0.004401291,-0.019787695,-0.01443487,-0.019582415,0.0027946443,-0.007746405,-0.0036699686,0.014271355,0.008114967,-0.0075721694,-0.009078559,-0.010789907,0.0114907725,-0.006342076,-0.008136081,0.0093069915,0.0029499524,0.0063672974,-0.014486341,0.011508307,-0.013078257,-0.0075699566,0.0111365,-0.0022148238,0.011841117,-0.0039761183,0.0036287673,-0.0024856543,-0.006971494,0.015295153,0.0012103895,-0.0036432047,0.010483617,-0.008941418,0.011602754,0.005816668,-0.00073404564,0.009035698,-0.0025267636,0.0005093708,-0.0027415513,-0.016075976,0.01082895,-0.034764092,-0.00063355453,0.0015835671,-0.011400132,0.0024529176,0.020135034,-0.011939843,0.014032751,-0.016217731,0.0019101225,0.01251717,-0.009378785,0.005895686,-0.0039250026,0.0078109996,0.033904,-0.008123367,-0.004464973,0.023720773,-0.00080422807,-0.0013085853,-0.012236052,-0.0060682013,-0.016447231,0.011421896,0.010713937,-0.003504449,-0.016420137,0.0030274931,0.008259421,-0.0014483136,0.0020065866,0.02189508,-0.0072515537,0.018905407,-0.0049060443,-0.011703053,-0.0013511823,0.0062816865,-0.004782567,-0.026497388,-0.004753612,-0.019929253,-0.019248957,-0.005251896,-0.008244118,-0.002269955,-0.01751156,0.0072396356,0.019193482,-0.008862553,0.008381838,0.0024063403,-0.023291485,0.01010261,0.0011742716,0.02031845,0.026830291,-0.01721004,-0.0016074582,0.0070618107,-0.004499091,0.006161485,-0.0014347741,-0.017737458,0.025237823,-0.0019146934,-0.0153563805,0.014896552,0.007500091,0.0021217377,0.0022316664,0.015769714,-0.003317134,0.0012342385,-0.0006785723,-0.012263442,-0.010666105,-0.00083925255,0.009512149,-0.0040709954,0.022803118,-0.0024729662,-0.012153156,-0.0070348647,0.016776787,-0.015713159,0.0014460396,-0.0019365408,-0.0010599795,0.0036057334,0.010105571,0.0038959926,0.0012852431,-0.0027936632,0.0033350103,0.012140328,0.0034008818,0.010099869,0.009444661,0.011261166,0.02522325,0.0019828486,-0.009486271,-0.016478416,-0.0063697067,0.0048202877,-0.008925303,0.004196262,-0.006237747,0.014950212,-0.005883407,0.004647234,0.013140063,-0.0024304213,0.0020326627,-0.0077689467,0.00082000287,0.009279322,0.00516893,-0.0037434155,0.007487008,0.00918153,0.01260334,-0.017491046,0.0076038623,0.023695758,-0.007997747,0.00544783,-0.028694348,-0.0052023632,-0.011660521,-0.007806673,-0.009693485,0.0052258847,0.005819871,0.0063515957,0.010299236,-0.034109827,-0.02192915,0.011905711,0.0035047363,-0.014090232,0.004754453,0.014836535,-0.013578323,-0.023727644,-0.017122488,0.0014369836,0.0050044265,-0.012005679,0.004538019,0.0006753685,0.024602946,-0.009668547,0.0021942677,0.010469336,0.024072783,0.0053719096,0.08168929,0.0065212226,0.01193948,0.0039027792,-0.007890837,0.0016275612,0.011627032,-0.008717922,-0.0079086935,0.014737607,0.006368534,-0.0006202761,-0.035104513,-0.0023828258,-0.002107048,0.009811904,-0.008122233,-0.010481488,0.0017871171,0.00034039453,0.0016182393,0.0016255291,0.0033896144,-0.010283223,0.008706999,0.007996638,0.004730112,-0.0018957417,0.0033252772,-0.010196302,0.003651824,-0.013375967,0.011946218,0.013538728,-0.015150642,-0.0028906553,-0.006989833,0.015211971,0.035061557,-0.0071415245,0.030005958,0.008751105,0.008698179,-0.017469406,0.007838253,-0.0023416027,-0.0020731026,0.007953931,-0.0006210123,0.0006627954,-0.005524064,-0.0032241605,-0.011132339,-0.009830903,-0.02040667,-0.009385716,-0.007737415,-0.0014142797,0.009354752,-0.0049291877,-0.0103669185,0.007354334,0.01525592,-0.01084056,0.0061669243,-0.015243466,0.005169182,0.02321218,-0.015131831,-0.013808577,0.0069979965,-0.030794114,0.011482315,0.0104216095,0.020193553,-0.00074021355,0.018927675,0.0147868935,-0.009299226,0.001847249,-0.012667559,-0.00485829,-0.008868656,0.0034231788,0.013607151,-0.0046853474,-0.016267965,0.017352864,-0.006608432,-0.01591636,-0.01090627,-0.022994004,0.025960838,0.009352475,0.008507691,0.0027688115,0.045510117,0.008595879,-2.40206e-05,0.008437536,0.011982262,-0.0002399016,0.011695763,-0.0018919628,0.0033216658,0.012777742,-0.001921625,0.0068031345,0.0075876503,0.017353313,-0.007480045,0.00812919,-0.000550074,-0.0019131828,-0.02474873,-0.0027106374,-0.0008581555,0.023365116,-0.014300001,0.0072373613,-0.00091881066,0.0021688615,-0.012005386,0.007506252,-0.006013344,-0.0069705914,-0.0192205,-0.004438892,-0.004358721,0.0039909584,-0.0051710773,0.0029116299,-0.020617425,0.01238839,-0.020251501,-0.011539358,-0.0046345186,-0.0040901736,-0.0025799442,0.005365666,0.0009062672,0.0046579684,-0.0155971935,-0.0063357656,0.010104484,0.012780429,0.0084927,-0.007667625,-0.020657824,0.006951131,2.7728507e-05,-0.008102193,-0.008566511,-0.0044268467,0.0017970819,0.010541479,-0.000708099,-0.0069246558,0.0153693985,-0.0033712718,-0.0039619375,0.01352536,-0.01013299,0.0034662564,0.012244789,-0.00035076463,0.00543077,0.016593058,0.019718736,0.016213687,-0.016556337,-0.005277224,0.00383315,0.0062802667,-0.00055704167,-0.027208216,-0.014287954,-0.0032356058,-0.0150579605,0.009301616,-0.002337159,0.01582586,0.0043201223,-0.008754306,-0.0029868684,-0.0005340875,-0.0108927805,-0.011689522,0.00706698,0.0077687325,0.0051540486,0.0077540656,0.0041107573,0.008929025,0.003923023,0.0045458437,0.0026168216,0.0046169804,0.0032448499,0.010746222,-0.01832914,-0.011592759,0.0051655318,-0.012004841,0.012512605,0.008841001,0.008700744,-0.0069381697,-0.012205849,-0.00034589434,-0.0003901296,-0.014801378,-0.009402123,0.0025287946,0.0077882325,0.007241941,0.003010921,-0.01800731,0.0033759668,-0.009450567,-0.003763702,0.005551345,-0.00900807,-0.0028373515,-5.5385906e-05,-0.0054679303,0.019325363,0.00039372584,0.0026085032,-0.00597417,-0.0011572831,-0.0035532746,0.009138503,0.01212464,-0.006070889,-0.0034501955,-0.013217269,0.0019365234,0.0011339554,-0.0066028964,-0.02393903,-0.0036943632,-0.012264902,-0.012215568,-0.018941484,0.010017202,-0.026506357,0.015743015,-0.010688078,0.006820028,0.016416978,-0.0046392535,-0.0076877642,-0.013300768,-0.002147729,-0.0062850025,0.03237431,-0.07651465,-0.007263604,0.010072401,0.0137084285,-0.011645963,-0.0036024707,0.010875413,0.00029382147,0.0057976875,0.009140033,-0.0015245432,-0.014135991,0.004290934,0.014267683,1.3449406e-05,-0.0048038927,0.0066566025,0.0007621478,-0.014002027,0.0060648974,-0.0015435874,0.013991009,-0.0014977762,-0.009790821,-0.008442153,-0.0020410642,-0.0025796813,0.00853069,-0.002006077,-0.008476521,0.0033761407,-0.005088533,0.0052591367,0.013018757,-0.0034946639,0.018060701,-0.014534498,-0.0010594,-0.009380877,0.0029134583,0.010489501,0.015935771,-0.00541578,0.005145361,-0.020002758,0.0042465404,0.00052599167,0.0031249633,0.017843967,-0.011263239,0.00027484138,0.03159338,0.0033375733,0.0032027625,0.020549277,0.00093690143,0.009292344,0.014377913,-0.0050513293,-0.023102356,0.0034375438,-0.0022814765,0.00950518,-0.0011448929,-0.019458871,-0.0063461983,-0.0031545544,0.007994401,-0.0081275385,-0.00094369,-0.019108785,-0.014321964,-0.017108513,0.012359351,0.00025230495,-0.018572671,0.01739449,0.01610494,-0.00035887473,0.010635284,-0.008379044,0.01142919,0.0029523533,0.00016372628,-0.010832423,-0.0038119478,0.0007121253,-0.013892928,-0.023437833,0.0048542786,-0.0004387778,0.0048058056,-0.0047450312,-0.006891395,-0.01948841,0.0052377544,-0.012985871,-0.010845917,0.017059445,0.013072514,0.011690233,-0.010128212,0.006227933,0.02542141,-0.017406287,0.007968491,-0.010035621,-0.008180285,-0.008205197,-0.0014361135,0.008319711,-0.0056349295,-0.012204815,-0.002435043,0.019076928,0.00758597,0.0034417012,-0.0136159565,-0.0026791478,0.0035073515,-0.01733278,0.021705953,-0.010292598,-0.008257797,0.013136712,0.0025794858,-0.010800207,0.0068418807,0.0031155287,-0.010129449,0.016443437,0.0052418807,0.022639826,-0.025053795,-0.01809387,0.0060300296,0.011709316,-0.022097355,0.030646233,0.012498384,0.010501062,-0.019875214,-0.0026350291,0.011410231,-0.0012853092,0.015841488,0.009262088,-0.0039617782,0.0020759322,0.00481181,-0.003906468,0.0069635687,0.010815038,0.008847325,-0.013318774,0.005938368,-0.010060888,-0.0010614503,0.02136484,0.00037084866,0.012900885,0.005760211,-0.015460138,0.0064711827,0.004957205,0.010644859,-0.004980114,0.0009867019,-0.00094947306,-0.012934188,0.015445539,0.0108580785,-0.0033481955,0.029162897,-0.00845548,0.012859484,0.007117704,-0.01097838,-0.0037181345,-0.01104088,-0.008726459,0.021838022,0.005853414,0.0042099627,-0.021474503,0.013416799,0.018253356,-0.0028914614,0.002025803,0.019077307,0.010650258,-0.003739114,-0.003179534,0.020391699,-0.003508158,0.0062684873,0.0032402393,-0.009329069,0.0066938554,-0.0041892263,-0.009100212,0.016046194,0.0047777905,-0.025478939,-0.005124101,-0.06607819,-0.010810812,0.0021098696,-0.0290804,0.002428138,0.0014395711,-0.005996311,-0.0019784016,0.016573587,0.011351012,-0.0022481752,0.0004211575,0.0041360124,0.0060305456,0.00820721,-0.0046510296,0.0023968946,-0.009911342,0.002880674,0.0002304052,-0.017816266,-0.009993174,-0.023744546,0.004685726,0.0005132479,-0.0040490767,-0.036766812,-0.0059249136,0.009096562,-0.00383627,0.00032057503,0.008689248,-0.0007856959,-0.0022359437,0.0007010939,-0.0033886202,0.013001471,0.025453528,-0.1385257,0.018831464,-0.009413251,-0.013470141,0.000506077,0.0021102065,-0.000763478,-0.0034072888,-0.01045484,0.008955885,-0.015014354,0.008084652,0.008320302,0.005950488,0.0051503186,-0.010389981,0.0009687524,0.0020765816,-0.008032606,0.015337443,0.0071782595,0.004020919,0.007924026,0.014637045,0.000648069,0.009882077,-0.0019314673,0.0053374027,-0.008158254,-0.015031413,0.004098592,0.0059140185,-0.0054385527,0.002849582,0.01732208,0.0064496375,0.0113347,-0.0032900474,0.0066031087,-0.004293228,0.0008078187,0.0018890722,0.008595058,0.0021106387,-0.006180351,0.009055874,-0.007185027,0.011587032,0.010041208,0.0039092596,0.008273027,-0.005450196,0.00051692873,-0.00883697,-0.008121807,-0.0145357065,-0.0018252018,-0.022561138,-0.018078618,0.0034833602,0.01054492,-0.0014973391,0.0044273785,0.009669385,0.010203156,-0.009624621,0.016946059,0.005132335,0.012721313,-0.008848704,0.0025473372,-0.0060763774,0.010955524,0.014226505,0.00058240816,0.007086798,0.027363127,0.011129115,0.00891396,-0.014102501,0.023193488,-0.00015374407,-0.015364809,0.009082055,0.0036978077,-0.0033804218,-0.0120952595,-0.03146811,-0.0009746093,-0.051712256,0.008390854,0.0026006384,0.0069542252,0.022643542,0.0055421744,0.021173831,0.008752549,0.010010017,-0.020511348,0.0034009211,0.003113944,-0.020984929,0.008196747,-0.0056709754,0.00084346003,0.026251793,0.0034597625,-0.011849984,0.000370997,-0.021795178,-0.028411161,-0.0005093551,0.008297527,0.008631431,-0.010223317,-0.0012943149,0.0029285573,0.024039535,-0.012119464,0.020428214,-0.00977241,0.020362128,0.014184954,0.003370903,-0.012600972,0.011801338,0.027212936,-0.001129674,0.015941238,0.007341073,-0.0007996139,-0.0010445494,0.020367125,0.019049525,0.00566376,-0.008788121,0.0025980258,0.0012937373,0.023388058,-0.0057001994,-0.0041046324,0.0061693294,0.007316518,0.0029925988,0.016879123,0.0022136513,-0.0009242182,0.006769952,-0.017254999,0.008726598,-0.028198887,-0.008287033,-0.010726771,-0.011110585,0.03600495,0.004859579,0.001822009,-0.012301261,0.0038232869,-0.0033705093,-0.008315681,0.033485476,-0.00079958246,0.005401107,-0.003131666,0.009648188,0.00077766,0.0026940617,-0.00147967,0.014767171,0.0034412986,-0.016824828,0.0046307263,-0.0056525073,-0.013798748,-0.023058508,0.004932275,-0.01567906,-0.004000975,0.02568724,-0.010387953,0.020443635,0.012486453,-0.017908229,0.018002894,-0.009441271,0.016638236,-0.00566826,0.0070510125,0.021653932,0.00533866,0.000115612,0.007478759,-0.010607315,-0.01218263,0.002706151,-0.0064952704,-0.0064828084,-0.0013387508,0.0052137235,0.013791395,-0.007410814,0.0033839813,-0.15142241,-0.028001063,0.012471111,0.009693945,0.0028295247,-0.00019924156,0.019992013,0.0052024173,0.017621135,0.007394411,0.014514661,0.021092849,-0.00758981,0.001189894,0.023755793,-0.013991392,0.016460344,0.029126482,0.008792744,0.011760961,-0.025998808,-0.0029068964,-0.013351187,-0.0040186658,-0.0075360695,0.002642688,0.029325312,0.006113986,-0.016426532,-0.01679097,0.012231608,-0.010436282,-0.004590179,-0.005524104,0.003510211,0.008470798,-0.005327772,0.009240192,-0.0009883805,0.014968672,0.011773374,-0.013345415,-0.004487237,-0.00015316764,-0.0043884,0.013461171,-0.029082311,-0.020514082,-0.017964635,-0.0065296534,0.019874474,-0.016780136,0.0009347375,0.013071109,0.020139812,-0.011808883,0.0056403307,-0.017360568,0.0115729375,0.0023465136,0.02876512,0.0100190425,0.030505449,-0.023505017,0.017086055,0.011330927,-0.00026473554,0.14943026,-0.021305854,-0.0091678845,-0.0056885094,-0.009602513,0.005478561,0.013095258,0.00326617,0.012886269,-0.020577684,-0.0010390431,0.005140975,0.0058285203,0.008649051,0.008755164,0.0048876773,-0.019480938,0.017303884,0.0015905157,0.00074495026,-0.0054658316,-0.016443476,0.0023673507,-0.04260177,0.0070333714,-0.02748147,0.001336358,-0.02557166,-0.014440833,0.008918448,0.017694922,-0.03534445,-0.011192083,-0.018976452,0.0040201396,0.016664764,0.0052274726,-0.0140904775,-0.02760351,-0.014847429,-0.013246945,0.005679162,-0.025545225,-0.008428965,-0.00082531734,0.0012137992,0.011814863,0.011467127,-0.025087623,-0.01311959,-0.013935348,-0.007286545,-0.017273393,-0.006084093,-0.021069521,0.0022468134,0.015733939,-0.0072781765,-0.005615564,0.0027420127,0.018107988,-0.0025874958,-0.01901918,-0.024444204,0.0021199754,-2.6155658e-06,-0.005990614,0.006118894,0.015024596,-0.11583939,-0.0014390614,-0.033200365,-0.013526137,-0.00199966,0.002816603,-0.00051548675,0.0060088476,-0.008756309,-0.024142168,0.010001214,0.008766966,-0.007918636,-0.008601561,0.018646983,-0.00096871215,0.0077795046,-0.009729451,0.010275814,0.0093608685,0.024337031,0.007948676,0.0077080503,-0.012714916,-0.03560088,0.017199019,-0.0023425051,-0.008831811,0.0045818477,-0.0025260863,-0.0049602687,0.009246549,-0.00926586,0.015012044,-0.010964681,-0.003730509,-0.007700746,0.00079088606,0.00843391,-0.008714162,0.03464007,-0.0078051845,-0.0060888254,0.0116701685,0.002461998,-0.010682135,-0.0011862507,0.0005679566,-0.017304026,0.0063089808,0.013793941,0.006245091,0.008408564,-0.0119504165,-0.009340385,-0.021745438,0.015008261,-0.025196664,0.02302163,-0.0077682678,-0.0040639634,0.0037703991,-0.011563068,-0.0013187834,-0.009207089,0.007009612,0.010701615,0.0026548973,0.0037868128,0.009733828,-0.007957259,-0.019620541,0.009881802,-0.012815793,-0.0073639024,0.004193326,0.029023735,0.01297147,-0.00051371206,-0.023268484,0.022034988,-0.0063123466,0.033647742,-0.017514383,0.054325804,0.0049699154,-0.041899897,0.005473905,0.013518801,-0.0026371647,-0.015018594,0.015518035,-0.010826136,0.0014949592,0.0029989907,0.0111065,-0.0081437435,-0.0013057761,0.013787853,0.0003315505,-0.0151499305,0.006678153,-0.020624064,0.009369965,0.016761815,-0.012228444,-0.0051104906,-0.020189067,-0.017741706,0.010186442,-0.0070710094,0.012298516,-0.021109978,0.010781909,0.0114195915,0.017446928,-0.005868376,0.007559232,-0.0031835022,-0.022423176,0.017615875,-0.0124899205,-0.00078027375,-0.0018394904,0.0106888,0.025588736,0.0019219711,0.001368903,0.02148716,-0.0039137932,-0.01838222,0.018361805,-0.010685104,0.0052106776,0.022321254,-0.002598477,0.021257503,-0.0029425102,-0.0020758612,0.019644354,-0.023712467,0.022623286,0.0070971022,0.010444982,-0.008253062,-0.030184656,0.018139845,-0.024420228,0.0012148952,0.0045896717,-0.0017763141,-0.005129476,-0.01917775,0.01414703,0.027890312,0.001166004,0.016218051,0.011720605,-0.0011091487,-0.004471999,0.013528645,0.022263845,-0.0068040583,0.02086137,-0.009448682,-0.02980575,0.027140427,-0.018968405,-0.007906268,0.0029613627,-0.0024751574,0.020185294,-0.028578494,-0.015545341,-0.004333279,-0.010320547,0.0006551927,0.010364583,0.005945798,-0.07387415,0.016917774,0.0006859763,0.0027544259,-0.027240682,-0.025313322,0.0023089221,-0.009307598,-0.030309808,0.017851118,0.005304816,0.017694157,-5.728101e-05,0.020930141,0.0031367156,0.011482619,-0.011676538,0.006669701,-0.008469799,0.0024896301,0.021714052,-0.000545547,-0.013575716,-0.011120406,0.008958248,-0.031671662,-0.013852477,0.006702323,-0.011994259,0.01884468,-0.006240263,2.9638439e-05,-0.004028897,-0.011744087,-0.020988312,0.005626729,-0.013167961,-0.045024052,-0.0060040927,-0.038811807,0.008209768,0.0047637895,-0.060608536,0.008181767,0.0016637743,0.031083211,0.015515526,-0.004233837,0.009251985,-0.009205511,-0.009099668,-0.02371157,-0.033666864,0.016656887,0.004105006,0.00021047966,-0.0005543302,-0.011507807,0.0036648682,-0.02443426,-0.0037535625,0.0049895598,-0.0048649074,0.009555871,-0.0012887737,-0.011043801,-0.0034966483,-0.005585296,-0.014931532,0.009087261,-0.007211291,-0.025688106,-0.0128788045,0.0052406914,0.010133872,0.0086188335,-0.009158589,-0.023286413,0.012655538,0.00017610815,-0.0012865724,0.022212336,-0.0058345273,0.051209394,0.004212763,-0.0020351922,-0.0060562445,-0.093487896,0.021118555,-0.029492319,0.0031399669,0.0051997495,0.0033797945,-0.0037595213,0.036411054,0.0024847242,0.01992317,0.0051579,-0.014438675,0.004172797,0.006847499,-0.0029458178,0.004870429,0.011125442,-0.008159346,-0.0019177234,0.007162998,0.0014744096,0.001457678,-0.028181115,0.003101316,-0.00914123,-0.06297364,0.019575387,0.0038532207,-0.0076995823,-0.015640609,-0.009562626,0.00093972613,0.012452543,0.001597825,0.012414938,0.0067700306,-0.01438522,-0.0013671105,-0.014406956,0.024718052,0.019803636,-0.010836582,-0.0003151737,0.009223593,-0.004694492,0.0077703325,-0.01112156,-0.010754335,-0.004616253,-0.008282481,0.014290551,0.018044107,0.0069553894,-0.025715116,0.0062413835,-0.026650023,-0.007695949,-0.012281116,0.012946051,0.023570033,-0.017292198,-0.005379244,-0.010388093,-0.0071301814,-0.001596641,0.005844813,-0.008479128,-0.016547676,-0.022652969,0.016137727,0.0116241,0.005962216,0.026849778,-0.0077035227,0.0013379166,0.015374061,0.014361218,-0.012320145,-0.01203831,-0.0075880564,0.011542778,-0.015265071,0.02683185,-0.021494854,0.012237749,-0.008527775,0.008783707,0.0032735814,-0.007161028,-0.0016981914,0.025264243,-0.0025992685,-0.015795195,-0.0042792293,-0.010654098,-0.015685149,-0.0011206543,0.00370352,-0.015158123,-0.010705036,-0.00827531,0.007593878,-0.0032820455,0.01146735,0.030195683,0.019626293,0.010345873,0.011852937,-0.00056724856,0.006546939,0.000105676845,0.01675056,-0.020686341,-0.008325486,0.0010878411,0.0101817725,0.013592911,-0.0042784866,-0.0044964636,-0.007396046,0.0025167482,0.0017999312,-0.0009245382,-0.006785109,0.022110516,-0.007947745,-0.012450446,-0.02327205,0.009654815,-0.03168088,0.005853817,0.0061402516,0.013096862,0.009454977,-0.0009590817,-0.010178895,-0.00082673907,-0.005020598,-0.012254924,-0.005151257,0.0030811434,-0.0073637357,0.019649794,0.012121408,0.0011885168,0.0073036966,0.03326243,0.0067612827,-0.004416883,-0.009652602,-0.0049584266,0.0031896164,0.011423392,-0.012501659,-0.006880121,0.010858018,0.000809924,-0.011967133,-0.0029720154,0.005003842,0.011627402,0.009582452,0.0011057452,-0.006635753,-0.013907228,-0.0002926792,0.007329474,-0.0019718388,0.0060463506,-0.016892172,-0.0127153285,0.009172294,-0.0005076644,0.0048527694,0.01778773,-0.0017155624,-0.010518885,0.016601626,0.01341952,-0.006520055,-0.0005416454,-0.0060182665,-0.0026069463,-0.008480657,-0.008237819,0.004739373,0.004372001,-0.017265122,0.0026469084,0.00023407195,0.0075087976,0.0003828548,-0.000425429,-0.0032231214,-0.018352529,-0.017822804,-0.01946731,-0.02983773,-0.01325608,-0.0015093724,0.0029381337,0.0033644878,-0.010490956,0.006122571,-0.008577752,-0.015023352,0.02762808,0.006276263,-0.021226184,0.002429615,0.01923062,0.032365013,-0.013389578,-0.007950498,-0.0038884731,-0.00055071275,-0.0045342334,-0.009458903,-0.011834608,0.0020620076,0.0048316284,0.0061642844,0.02077978,0.018600853,-0.0085304985,0.0005794289,-0.008810966,0.0061390754,-0.005598096,-0.013945986,-0.004494577,0.0064180284,0.009377125,0.018267496,-0.011087413,-0.0126110595,-0.0104443,-0.01828686,-0.023728717,0.010937088,0.0074387426,0.025584958,0.00792068,-0.008251567,-0.012803448,-0.014745644,-0.021435354,0.009474454,-0.008579506,-0.01812214,0.027925542,0.0145258885,-0.0036911364,-0.022349136,0.012531865,-0.011861975,-0.007904022,-0.023568971,0.01011207,-0.01930562,-0.002104071,0.018994112,-0.009527924,-0.009467886,-0.040568516,0.012736406,-4.0226576e-05,0.010126577,-0.0023976413,-0.0075097405,-0.007806986,-0.015461271,-0.03308681,-0.0043611997,-0.011790893,0.011406332,-0.015555712,-0.00050205126,0.009540087,0.0014599987,0.0052944273,0.0035852818,0.0014772693,0.0016163436,0.0035060877,0.003875139,0.025048753,-0.012746817,0.017031353,-0.027094733,0.017643046,-0.019692628,0.004558672,0.0041980566,-0.0033094732,-0.0048980927,0.01814597,0.0125803165,-0.018805526,0.0095931105,0.0128183095,-0.032217056,-0.0092405565,-0.034224056,-0.0045746984,0.009495231,0.039499756,-0.010119416,-0.0039749434,-0.020970212,0.01283731,-0.009113214,0.0017165967,0.00078111916,-0.0133165885,-0.006662278,-0.002416301,-0.00874018,-0.0054409606,0.019577188,-0.0034896128,-0.007645414,0.0012606306,-0.011783936,0.020333422,-0.006787438,-0.009056032,-0.020858472,0.01795624,0.00848767,0.016674489,-0.0070285257,-0.027650097,-0.007888624,0.000994709,-0.029874554,-0.005845185,0.040750567,0.0067868074,-0.0008608122,0.01739121,0.007873302,0.005921559,-0.016165016,-0.0056220633,0.00031125595,0.0073090745,-0.0018502877,0.0038418442,-0.011012279,-0.0036201898,0.020406654,-0.0057809907,0.007847054,9.115143e-06,-0.015531279,0.003581283,-0.0131577095,-5.4296743e-05,-0.01872088,-0.014510856,0.016279351,-0.0120104905,-0.0001496673,-0.004543413,0.011413945,0.00022791732,-0.013518477,0.0015885998,0.0002906487,-0.023763474,0.0031108954,0.012425952,0.014553847,0.0047249203,0.0037746904,-0.032692082,-0.015950007,-0.017531097,0.0018067082,-0.02807273,-0.01252221,-0.004076292,-0.025183287,-0.0015975313,-0.0048182635,0.017221242,0.0017493399,0.013075137,0.006767175,0.0031381347,0.025048178,0.0030518658,-0.0063554505,-0.00650646,-0.0033512209,-0.00027706235,-0.0075359815,0.015083904,-0.045117974,0.014946011,-0.031384632,0.010011798,0.0028848662,0.023359038,0.005013405,0.0054857414,0.028344223,0.0011839139,0.0049801446,-0.00799681,0.012582958,0.0078083617,-0.012995401,0.0008279143,-0.0074449,-0.00010399294,-0.0008778476,-0.0021327203,-0.008655251,0.0017351758,-0.0028311692,-0.0077568246,0.007934233,-0.012341974,0.016147371,0.03682827,0.007746029,0.00019906349,-0.007014019,0.01067763,-0.017878287,0.005349229,-0.008210273,0.0022118986,0.00082461035,-0.0029273396,0.0151444245,-0.0060274773,0.028347358,0.011055938,-4.7712892e-05,-0.024155244,0.0037631416,0.028919498,0.004354777,-0.008599002,0.03230938,-0.0013946095,-0.019842476,-0.013184584,-0.02101499,-0.004987255,0.015821828,0.013084873,-0.004812142,0.010517785,-0.013548945,0.02351419,-0.011034041,0.016845621,0.012036018,0.0251537,0.014994928,0.0028086475,-0.0047498844,-0.0007110133,-0.0028897226,0.00395503,-0.00890571,-0.05716734,0.00095783145,-0.042376414,0.0013443681,0.008614105,0.03048135,-0.011776154,-0.012034085,0.019196164,-0.0006135853,0.006662112,0.0075813546,-0.002905723,0.007975555,0.0019181815,-0.013192429,0.013053907,-0.0017851096,0.0096975565,0.008971189,0.0031946278,-0.01921376,0.026229203,-0.02572057,0.017364355,0.027682038,0.018947521,0.0045041586,0.006102479,-0.0011457064,0.0065979473,-0.0041587963,0.015711814,0.009562285,0.015279416,-0.022143224,0.0033355972,-0.01393159,-0.0026147456,-0.012599833,0.0028861924,-0.018473044,-0.0037174148,-0.014799813,0.010778571,-0.02014985,-0.0070489314,-0.008258455,-0.022888478,0.006487915,0.017326856,0.00063982536,-0.020927511,0.0010176015,-0.0051553594,-0.009533553,-0.016421305,-0.015457235,-0.010750505,-0.010634213,0.008564037,-0.0032563542,-0.009283226,0.007610312,0.027775532,-0.020531164,0.006838773,-0.0026635688,-0.009495342,-0.025280735,-0.019887192,-0.00225632,-0.008030745,-0.028470652,-0.0009088528,-0.012350703,-0.0063289176,0.02947307,-0.014810621,0.017313253,-0.007500957,-0.0040713586,0.0016713114,-0.024968026,-0.0027286708,-0.016187647,-0.007294419,-0.0019054717,-0.0022320736,-0.046277925,-0.02570089,-0.0026332722,-0.027353458,0.0034565965,-0.004705105,-0.015518782,0.01804002,0.014117848,-0.0028458599,0.014638038,0.017129913,-0.014317529,0.013600742,0.013739055,0.015216899,-0.002795057,0.011753064,0.003667739,0.0022857373,0.010238358,0.0012379593,-0.035993557,-0.015476685,0.0078105647,0.044840537,0.013237578,-0.01697752,-0.004980774,-0.0054487125,0.013243759,-0.02404234,-0.00063107,0.019003931,-0.009616287,-0.01938765,-0.0024921985,-0.0046595046,0.008838006,0.023740336,0.008231562,0.018288918,-0.007670611,0.00604543,-0.009007546,0.007423007,0.0038308173,0.016105067,0.02086137,0.0034734546,-0.005105389,-0.024112282,0.051599555,-0.013785119,0.0007409101,0.008899296,0.0025123719,0.03246225,-0.015026938,0.013653932,-0.009728161,0.0026117384,0.025903169,0.012682642,0.00014920041,0.0032550637,-0.0017305024,-0.01242957,0.0044861115,-0.0047229645,-0.0048833643,0.02974138,0.0059602135,-0.02658932,0.0058353236,0.015795885,0.0147161,-1.6625969e-05,-0.009600392,-0.0021831477,0.004759111,0.04102104,-0.0046957745,-0.0029564607,0.023612872,0.009840087,-0.016980443,-0.014513364,-0.0024481781,-0.008918365,0.011940883,0.010821538,-0.0071169767,-0.004232224,-0.01242639,-0.013368068,0.017446002,0.0131441485,-0.0046542683,0.008697945,0.035346825,0.0044672447,-0.0044508143,-0.005051201,0.006505963,0.003099296,-0.018818012,0.024623848,0.0014650573,0.0034296263,-0.009590648,0.0026115994,0.004420304,-0.022522865,0.01591697,0.004894943,0.008801536,0.0069328626,-0.0009818549,0.0069532595,-0.021520464,0.0010070388,0.005254582,-0.014370855,0.008290255,0.0008871428,0.022069851,0.17209902,0.09848897,0.0064184675,-0.005008127,0.0016970555,-0.008722434,-0.01794494,-0.004861622,-0.008017713,-0.033753034,-0.0103296405,-0.0006914973,0.0018607577,-0.005607192,0.025562348,-0.00784343,-0.009217459,0.0124088405,-0.02372892,0.019472795,-0.010759982,-0.008055057,-0.013668236,0.029870385,-0.031070804,-0.0046941303,0.005310643,0.005481634,0.01034941,-0.00038206065,-0.009781943,-5.8009035e-05,-0.006257441,-0.01769831,0.028792743,-0.009637077,0.008234249,0.002792757,-0.008896048,0.0013827701,-0.0067070946,-0.016820049,0.01776149,-0.0055653453,0.027284158,-0.002232513,0.00070725364,0.015600992,0.013790451,-0.00774797,-0.007283693,-0.01354853,0.0006181787,0.0017909197,-0.019825598,-0.0076807705,0.011226319,0.0013592702,-0.023737209,-0.017072603,-0.0020843958,0.020960258,-0.0030918329,0.014766295,-0.0103152245,-0.008450678,-0.0043874043,-0.009975231,0.00738175,-0.0072786375,0.01169885,0.006035237,-0.0063634138,0.0058829533,0.006032608,-0.0031301961,0.02839877,0.0062950943,0.013350414,0.002255491,-0.0036422643,-0.007456656,0.0022542074,0.0035537472,0.010487571,0.0033478818,-0.015896851,0.060803846,0.09755373,-0.009381678,-0.012205748,0.015662815,0.025967637,0.010541923,0.0114563955,0.04210663,0.006675969,-0.021708041,0.014246057,0.0015268937,0.02248358,-0.019499326,0.0042779497,0.0012586411,0.011441774,-0.011713022,-0.007610693,0.02117362,0.0032463206,-0.006376066,0.014642444,0.0065947827,-0.014099834,-0.012284418,0.012567236,0.0055304556,-0.009949339,-0.0089165,-0.08975926,0.018108413,-0.009074756,-0.006676307,-0.016621118,-0.012577301,0.027061617,-0.008032305,0.0038263833,0.006714952,-0.0057955035,-0.0029168574,-0.01713045,-0.0036542548,-0.010746837,0.003908566,0.0091554,-0.024603117,-0.0028471907,0.009508571,0.002421288,0.00015711338,-0.02134797,-0.0072314613,0.013896412,-6.596557e-05,0.0117865065,-0.0037132634,-0.004426545,0.017281976,-0.00027379443,-0.0076193465,-0.014556703,0.027214255,0.004572945,0.01196686,-0.009714001,-0.004836441,-0.005169225,-0.011260561,-0.009264783,-0.029624512,-0.005236491,-0.010513054,0.0079013575,-0.017362999,-0.01919286,0.0019382803,0.0016568344,-0.002446988,0.020743473,0.0236729,0.011431857,0.0065521766,0.01393042,0.015974373,-0.00687175,0.0050962814,-0.010693096,0.0152492495,-0.00082399143,0.015648482,-0.011428539,-0.0036313618,0.016172007,-0.003752149,-0.0071021034,-0.010947206,0.004507747,0.015487912,0.008633167,-0.0067981374,0.007990955,-0.0017592878,-0.008737854,0.009862711,0.009792168,0.01603862,-0.010350268,0.01727357,-0.005041361,-0.025134275,-0.004966204,0.12625277,0.02708441,-0.0028198794,0.010786006,0.021543171,-0.042234775,-0.009338507,-0.011112479,-0.008676819,0.008037502,-0.016536662,0.002035822,0.0043796105,0.0010646285,0.0030997025,-0.005493687,0.018828476,-0.011360341,0.006961589,0.0152855795,0.010570841,0.0061487276,0.0043064537,-0.013303169,-0.0073267333,0.013142546,0.0039740484,0.0049416414,-0.009616111,-0.0136168655,-0.006053097,-0.00083806034,0.026625467,-0.0076675927,-0.022300009,0.022585977,-0.0057517583,-0.002449261,-0.009455476,0.01634857,-0.0044661686,0.0059362454,-0.0011748904,0.00404274,-0.069683775,0.19937581,-0.002805641,-0.020735744,0.01148339,0.0059791724,0.0048883115,0.01051896,0.0029205394,0.0013221834,0.00081676507,-0.0031543062,0.016113104,-0.0058607836,-0.01279412,0.010715398,0.012992893,-0.022018151,0.0032267743,-0.008232263,0.018951172,0.019315658,-0.011429849,-0.044955306,0.0044470346,-0.005104742,0.008088275,0.022683155,0.0014363863,0.018765433,-0.00850549,-0.020044046,-0.013804691,0.0002239156,-0.015193626,-0.010038058,-0.0047623096,-0.0051460476,-0.008907886,0.0007277663,0.016402308,-0.007852979,0.0061885975,-0.009232896,0.014090855,0.010620412,-0.014672218,-0.022932349,-0.0038427515,-0.0039689043,-0.022185156,0.005387711,0.014243625,0.009545067,0.0028296446,-0.020851834,-0.001267468,0.0027071524,0.0035343126,-0.013257275,-0.004572612,-0.0012197138,-0.009330648,-0.0029870232,-0.006469279,0.0126820505,0.0073808394,0.010931323]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 192,
          "content": "State Minister Yamada Attends Japan-Bhutan Business Forum on the Occasion of Prime Minister Tobgay of the Kingdom of Bhutan’s Visit to Japan",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0045748097,-0.025553944,0.012035962,-0.09226296,0.0115348315,-0.0038195106,-0.0009324621,-0.009493216,0.0028244841,-0.009010897,-0.01288756,0.008324125,0.005287821,0.032214664,0.079361774,-0.0056066923,-0.008555767,0.034693863,0.006784276,0.015090122,-0.030780118,-0.005483115,0.00031453924,-0.009774916,-0.023899792,0.0007638564,0.022097183,0.011226918,-0.0145018315,-0.019718863,-0.009662442,-0.0067299725,-0.0036674452,0.01049571,0.0134882415,0.029488385,-0.008100781,-0.013454356,0.007034744,-0.009065667,0.010439827,-0.01066587,-0.062668346,0.03845462,0.009645561,0.0145864645,-0.004462353,-0.035889026,0.009808185,0.02018677,0.010733799,-0.0051836055,0.009500317,-0.16909927,-0.0003356083,-0.0051119905,-0.024556473,0.013406146,0.008762104,0.020742998,-0.020335235,0.00012105597,-0.0038938469,0.00023009937,0.0053890483,0.020172313,0.008252666,-0.011075915,-0.0048103533,-0.010158365,0.037696004,0.017008645,0.023836037,-0.0039171525,0.0215988,-0.036374968,-0.0031889125,0.0035247328,-0.0059150546,-0.0022429014,-0.0044017797,0.03185544,-0.006643982,-0.009380702,0.01150048,-0.009690178,0.0040847813,-0.008299002,-0.00994304,-0.0058355266,0.003315894,-0.019158365,0.023709415,-0.020826388,-0.010876439,0.024378192,0.010091349,-0.028404303,-0.010972094,-0.006411481,0.004908016,0.0062402096,0.0030588054,0.03452582,0.00588107,0.03910658,-0.013073982,-0.025748312,-0.016743446,0.01990666,-0.006553011,-0.013869499,-0.018429866,0.045243874,0.015379671,-0.13581283,-0.01621426,0.026759973,-0.009824236,0.0025973392,0.01678662,-0.0013916179,-0.003259669,-0.016389381,-0.0073935483,-0.00783118,0.022885492,0.006865155,0.0048184097,0.018272102,-0.0022222684,-0.018389687,0.0016407394,0.011762646,0.028447473,0.03291456,0.03546056,-0.0071491995,0.013691255,-0.018026695,-0.03626561,-0.00958211,0.0018315595,0.0066936254,-0.017192764,0.012067729,-0.0066571403,0.028645523,-0.002631179,-0.0039622937,0.04627933,-0.00082436,-0.008960777,-0.016459478,-0.015031828,-0.0075870384,0.031996716,-0.011111795,-0.014839334,-0.012911755,0.00074106926,-0.024806878,-0.0015510535,0.013466959,-0.0072615496,0.031605892,-0.0068231407,-0.006479,0.005216581,0.008908045,-0.025095155,-0.014920164,0.017846404,0.00067407783,0.01839374,0.0035421029,-0.021019368,0.022141673,0.0048390413,0.012693605,0.01119645,0.02223511,-0.0022726872,0.017247934,0.021006227,0.013488256,-0.006198749,-0.020806266,-0.0015822,-0.0038421054,-0.023593705,0.0026399363,0.018543506,-0.0073460066,0.023073683,-0.0021708612,-0.013964742,-0.0024329212,-0.021456039,-0.00036371098,0.029093511,0.0076988735,0.005925405,0.008947196,0.018720247,-0.025597569,0.011095271,0.035038512,-0.0314819,0.008218381,0.003931345,-0.010181726,0.021226382,-0.02785645,-0.015981823,0.00429023,-0.003581621,0.015632117,0.009519076,-0.009872636,0.03716292,-0.0005821863,0.013956751,0.026748361,0.0051598423,-0.0064634364,0.020987732,-0.0014491297,0.011855904,-0.017621333,-0.0048233047,-0.0017966066,0.022359021,-0.016541252,-0.017312987,-0.009015847,0.03030467,-0.003056351,-0.0033050824,0.038930833,0.022660917,0.010373908,0.006439059,0.01698705,-0.0018854832,0.00528236,-0.012373242,0.014544556,0.016413415,0.033529997,-0.045848206,0.0032143553,0.015148752,-0.0029312284,0.009264785,-0.024229763,0.0041888016,-0.013104417,0.032960054,-0.034017757,0.017188944,-0.0052865683,-0.004963495,-0.014222366,0.012357518,-0.0027226906,-0.009531743,0.012530685,-0.019047357,-0.016900703,0.011425487,0.015123295,0.010740692,-0.007072652,0.015803596,0.013044857,-0.069455914,-0.0032547337,0.007680845,-0.026802618,-0.005434316,0.00051876577,0.023831895,0.008430033,-0.027373774,0.0011172799,-0.009370733,0.014249868,-0.019137615,0.003432999,-0.00017126308,0.0091608465,0.021629639,0.0021804299,0.012347232,-0.004010442,-0.04010926,0.00054995687,0.00070958684,0.0047183773,-0.022538038,-0.026231326,0.031151043,0.00027081493,0.042075776,-0.0012181625,-0.021376392,-0.008722253,0.012122233,0.013360199,0.0046606604,-0.0035657086,0.02365271,-0.010973213,-0.0012766072,0.0021367234,-0.006649666,-0.028651308,-0.0020088225,0.018665023,0.006776292,0.023808539,0.031934626,0.022955278,-0.019300587,0.02218965,-0.024352437,-0.01915305,0.016645629,-0.021828027,-0.0075258785,0.0065807872,0.035945088,0.013742205,-0.02166989,-0.0009636485,0.016491,0.04356201,0.006716386,0.0053734756,-0.03112392,-0.00024013258,0.006984782,-0.016096849,0.03276863,-0.015420939,0.0110103395,-0.005693057,-0.0065926695,-0.021970196,0.013026618,0.0053080465,-0.014853883,-0.012226557,-0.036299292,0.011770424,0.01813855,-0.023619628,-0.0101839565,0.009651519,-0.0109903375,0.004834416,-0.006598912,0.005964713,-0.007352305,-0.005190519,-0.008442139,-0.0007224025,-0.03531476,-0.0057320413,-0.03979635,0.0031403196,-0.007994746,-0.019525928,0.03967665,-0.0021585228,0.0059993593,-0.015521301,0.01419848,0.0032532122,0.024946494,0.012696071,-0.0055776406,-0.010979595,-0.0012883964,0.007613359,-0.0113681825,-0.006240361,0.022217838,-0.00019754606,-0.014075136,0.0229041,-0.004846706,0.028682644,-0.0041271592,-0.0054599536,0.01680922,-0.005793782,-0.007957762,-0.031164547,0.013390905,-0.01443914,0.0014982354,0.0023228216,0.026323682,-2.9605992e-05,-0.015403235,0.018243294,-0.0093790945,0.0083762705,0.011627738,-0.04501075,0.0037806532,0.007774038,-0.0048099444,0.04328448,-0.0012979567,0.030398214,-0.033650998,-0.007473504,-0.0034820219,0.0058107167,-0.016255219,0.010974725,-0.021645773,-0.03552592,-0.0060136365,0.022859456,0.019964518,-0.025359819,-0.0007572169,-0.018840283,0.023969406,0.009272307,-0.016356459,0.02315551,-0.022912012,-0.008579586,-9.113358e-05,0.0027643181,-0.0070011043,0.0045249085,0.020392295,0.008052056,0.012711675,0.043775838,-0.008096807,-0.006242187,-0.016886162,-0.008272683,0.020709975,-0.0047064284,-0.0023131205,0.008177826,0.027727582,0.012018249,-0.014296514,-0.027247952,-0.011985827,0.002695317,0.01530955,-0.045045484,-0.006323334,0.018053545,0.007549908,-0.011056955,0.01614652,0.009213644,-0.012233161,0.020266287,0.012902245,-0.0021664293,-0.0039215484,-0.0057960693,0.001818297,-0.03174689,-0.017368795,-0.025771104,0.0045749587,0.009822782,0.00640925,0.008974779,-0.009927787,-0.019964473,-0.021818062,0.0040409327,-0.053141966,0.0019023911,0.018523518,-0.008170807,0.019485585,-0.00057798426,0.0011910798,-0.008451121,0.011378612,-0.006971593,0.007395033,-0.008034684,0.023009177,-0.00036321816,-0.011126485,-0.0038740472,0.0077020857,-0.028647209,-0.0624764,-0.005849482,-0.025071476,0.008368675,-0.03266774,-0.019135065,-0.024001058,-0.0413972,0.0119476095,0.037431713,-0.018054083,0.0050915023,-0.017222557,0.0053692246,0.030353498,-0.009072215,0.0041545676,0.0043824627,0.009971265,-0.0054562637,0.030619306,-0.026457833,0.027334495,0.005767621,0.030944929,-0.0065210825,0.02272771,0.016194621,-0.0058754208,-0.025267854,-0.02245594,-0.0028428,-0.014920879,-0.006666589,0.036932603,0.010829371,-0.005835031,0.0064861574,-0.0061231824,0.02912363,0.0010561796,-0.04812703,0.014621021,0.0024761858,0.0023139785,-0.01633434,-0.007714214,0.038882397,-0.02568878,-0.014962545,0.0028717078,-0.0006933083,0.0016140249,-0.0027479017,0.0038571479,-0.03829472,-0.0028047576,-0.0003724323,0.010735778,-0.004373834,0.0138230035,0.036084738,0.02730687,0.006675948,0.0010789767,0.028272266,0.026044212,-0.0017551364,-0.018439583,0.014715397,-0.004491179,-0.0036798397,-0.026747348,-0.017213022,0.0039085327,-0.028194793,0.0027871593,0.019944968,-0.019288633,-0.024191463,0.036648728,0.014871138,-0.012484708,0.0025712491,-0.030883282,-0.0141972555,-0.0006316991,-0.00078788947,0.021029858,-0.01594416,-0.011506038,-0.015648725,-0.014412216,0.010295553,-0.008360364,-0.012865374,-0.023887275,-0.0055460464,-0.0034408774,-0.012278918,-0.0064456733,0.0013253563,0.02519112,0.0103674615,0.039750356,-0.01553003,0.0132249,-0.0058234865,0.0053230184,-0.00011709626,-0.00969142,-0.03204979,-0.007171006,-0.008604883,-0.032366466,-0.002823309,-0.0081737535,-0.0012119398,0.028186603,0.015527731,0.019826906,-0.0015352976,-0.003997054,-0.11027507,-0.012853175,-0.017863115,-0.0030517993,-0.0054205935,0.015218145,0.024972219,-0.018417906,0.024585238,-0.009171673,-0.014037039,0.029992448,0.0006758842,-0.02604339,-0.0017398314,-0.039507195,0.010358913,-0.0039282944,-0.004096562,-0.020500047,0.0036052577,-0.022155799,0.009300411,0.0017888392,0.021136321,0.017613964,0.0066427165,-0.01096184,-0.01718079,-0.015504877,0.0066545326,-0.1400079,-0.0012393872,-0.015795639,-0.031061541,0.0030659647,0.0043630046,0.025324913,-0.010363716,-0.012985041,0.010964364,-0.007932799,0.00023639172,-0.003087898,-0.010487223,-0.00628373,0.08258309,0.014352583,0.013422579,0.023897186,-0.009233921,0.017141933,0.012398442,0.052536033,-0.031072093,0.01617707,-0.004917745,-0.020478738,0.012331708,-0.014743115,-0.01627985,0.028455134,0.039666977,0.021797625,0.012759857,0.04073008,0.0015866366,-0.032346707,0.006821733,0.015813008,-0.008923332,-0.008407824,0.014737445,-0.009534873,-0.012201455,-0.013387701,-0.012857485,-0.011434119,-0.010464405,0.0064325617,-0.030725878,0.008707578,-0.07516859,-0.013694663,0.03419023,0.0019673868,-0.0058650374,-0.021796517,0.0018661134,-0.007298075,0.024344552,0.0036119772,-0.03163627,0.0032911666,0.01214087,-0.013055952,-0.018684588,0.014317374,0.0021927457,-0.028963404,0.015887136,-0.015121574,-0.023533301,0.011128233,0.014143072,-0.02416885,-0.0048028277,-0.0010563394,-0.020434003,0.017003873,-0.022650314,0.0077888644,-0.04579451,0.03480865,-0.019480404,-0.016950265,-0.009142836,-0.004245473,-0.02352436,-0.024228528,0.016381448,-0.004930909,0.024117205,-0.007217374,-0.0057029123,-0.002311177,-0.015415277,-0.022596654,0.017134996,-0.024705505,-0.022183197,-0.016425908,-0.0066107213,-0.013359753,-0.015137771,-0.022753755,0.013309366,-0.0185344,0.015438662,0.02619875,-0.008203617,0.0010884079,0.0026728678,0.008806473,-0.00087997,-0.008407397,-0.0065249586,-0.007018239,-0.03088567,0.033232115,-0.017187793,0.021148024,0.0063807024,-0.01119154,-0.0074008894,0.0031463678,-0.004325621,-0.0045086723,0.016551182,0.008565116,-0.03050113,0.007999469,-0.004629763,-0.0129482895,-0.005589808,0.013315212,0.003949974,0.008604042,0.036220856,0.010362747,0.0050758496,0.022005383,-0.0015129113,-0.0018516133,0.013700927,-0.009287458,0.0007946184,-0.008952636,0.014537526,0.019097496,0.00028122458,0.010537263,-0.0137965,0.01104167,0.019219346,0.001844303,-0.008628526,0.023792967,0.010739061,-0.0023672655,-0.008347184,-0.005212289,-0.0051314346,0.017904278,0.017321572,-0.008471551,-0.007727472,0.00872241,0.004626497,0.003776414,0.014722483,-0.00371967,-0.012501095,-0.018828357,-0.011723772,0.0033516902,0.009635183,-0.0061701033,-0.012398205,-0.018674059,-0.00040941758,0.0029177929,-0.018082665,-0.012895923,0.013113221,0.013056245,0.0080766175,-0.0057938914,-0.010417363,0.022336252,0.028905401,0.0004030823,-0.004745688,0.017727327,0.0027316525,-0.011683751,-0.013374137,0.0014032954,0.0048850807,0.011234188,-0.008646448,0.01742016,-0.018061507,-0.0033250386,0.0003400161,-0.0048960308,0.008660838,0.00086475513,0.020486705,-0.0010130514,-0.0012784511,0.007904812,0.0071934485,0.0013399528,0.020206252,-0.012629283,0.009673392,0.0023229367,0.016172703,0.0046030376,0.01528719,-0.021620896,-0.0071080355,0.010031995,0.00077342824,-0.008394874,-0.010530944,-0.0032603194,-0.0030664478,-0.020530945,-0.02358791,-0.014412315,-0.0049616327,0.00018831616,0.007712938,0.0018507743,-0.014699161,0.010013821,-0.00028590325,0.0058478042,-0.004535631,-0.008210299,0.01645392,0.020736171,0.021118183,0.018719573,-0.008297812,0.021775024,-0.0023201304,-0.026906446,0.029765604,0.006109258,0.021908665,0.0026894729,-0.009280176,-0.020528086,-0.00033467682,-0.01204947,-0.0026683672,-0.0010494208,-2.2332859e-05,-0.022872942,0.007582655,-0.017978549,0.009995573,0.013053328,0.0025585692,-0.012019114,0.012288572,-0.0027405547,0.00981937,-0.006043674,-0.00900492,0.008816455,-0.0015113582,-0.0016478465,0.012136616,0.0012127811,0.0033820567,-0.021717684,0.012923024,0.00034652068,0.0004636332,0.010580576,0.017576931,0.0055326787,-0.009863137,0.013653769,0.0020877528,0.012844497,-0.00815726,-0.008899711,0.020790061,0.00944804,-0.0016706117,-0.002136906,0.0053084507,-0.00066454307,-0.0141791385,0.0061491383,-0.0034944417,0.008676774,-0.005401152,-0.0064582485,-0.00049582956,-0.004712181,-0.0039799428,0.0042164912,-0.0062703793,0.012385964,0.015002617,0.08611664,0.019108862,-0.005902982,-0.00507823,-0.02456612,0.00027356073,0.014144176,-0.01779317,0.009291256,-0.017233994,-0.00220705,-0.010997821,-0.011670266,0.0028516373,-0.0040937895,0.007916349,-0.01643204,0.011890142,-0.0011491313,-0.01497122,-0.011413895,-0.0062334347,-0.017109532,0.008395726,0.005937468,0.004334647,0.0143536255,0.0069316044,-0.0028107539,-0.014220234,0.0041808053,-0.028671762,-0.003560505,0.002530465,-0.0076224934,-0.015284062,-0.005622035,0.014935,0.007278618,-0.0055668782,0.0037241506,0.0135245975,0.00927822,-0.006155921,-0.007597084,0.0044430606,-0.009127274,0.0076380554,0.009754544,0.0180284,0.014172615,-0.0043688305,-0.0045960937,-0.014412423,-0.008340342,-0.0042685284,-0.009408158,-0.012632009,0.028916681,0.0058649294,0.010375436,0.017928982,-0.009042876,-0.0029635911,0.014681393,-0.0077881035,0.010884347,0.0059977616,0.005571223,0.017279375,0.010794771,0.009893906,0.002995241,0.004977579,0.01643719,-0.004028962,0.004896487,-0.026207997,0.0014300749,0.006710739,-0.0036524518,-0.0035344092,-0.021825593,-0.0054413495,0.025037875,-0.0067557646,0.0011065516,0.018814981,-0.00025478812,-0.0078436835,-0.0022291557,-0.022680132,0.011789015,0.011088702,-0.0048539075,-0.007033344,0.048558038,0.006003031,-0.0035103494,0.020360816,-0.012421842,0.000805576,0.005889804,-0.0104900915,0.025254626,0.007484492,0.011364776,-0.009503182,0.01167151,0.004656869,-0.0003753472,-0.00776741,0.018959053,0.018398145,-0.003073752,-0.006253948,0.0083379615,-0.0028246667,0.0015538234,0.006906198,-0.013669006,-0.006228738,-0.016821602,-0.0073211156,0.0010717139,0.0025137477,-0.0032151712,-0.005908909,0.0032617496,-0.0075459527,0.0127924085,0.004065695,-0.006611392,0.006461825,-0.0062836017,-0.0051107816,-0.015711676,0.01151915,-0.0027910534,0.010147935,0.015222953,0.0040744273,0.0034780852,-0.0030511445,0.016242294,0.0032807228,0.0050241174,-0.0024683704,-0.01639625,0.010714793,0.012238526,-0.0070758136,0.013479892,0.006979523,0.003219547,0.010309641,0.011881538,-0.011039128,-0.0016600281,-0.005981388,0.005302474,-0.010159515,0.0033926403,-0.0063607623,-0.00882192,-0.023647835,0.025814513,-0.011115958,0.00064711116,0.011113654,-0.018586941,-0.003814931,-0.0038887793,0.00063695497,-0.00032657414,0.002671311,-0.009884978,0.00022943027,-0.011732079,0.0024968141,5.247101e-06,0.0160351,-0.010592562,0.008396107,0.007485811,-0.011422383,0.0046824603,-0.007771962,0.0012003998,0.00526157,-0.0030460285,-0.0064263046,0.01630475,0.016006432,-0.012743345,0.019240927,-0.0059636277,0.011258722,0.004450934,-0.017272018,-0.010236204,0.003907303,0.0061635934,0.010108573,0.002024659,0.0061412943,0.008821158,0.011668138,-0.0030944173,-0.002885333,0.009520231,-0.025970247,-0.010030107,-0.0018080235,-0.009975617,-0.0148196,0.02426759,-0.0015756716,0.027579144,-0.003424284,-0.0117304195,2.1926222e-05,0.00832089,-0.00865159,0.005960249,0.012897733,0.025326863,-0.019437572,0.00042332156,-0.011645465,0.0009401487,-0.003592789,-0.0071949405,0.009281105,0.013718251,0.0030332536,0.00033439082,-0.010587854,-0.006289238,-0.0038723077,-0.0037021164,0.010313783,0.01673304,0.008517581,-0.0076017496,-0.00505947,-0.014415578,0.012647265,-0.01890266,0.0052643716,0.010563975,-0.005385728,-0.004470153,0.0005295156,-0.0006099075,-0.004806846,0.0048664175,-0.042490344,0.0042530056,-0.002263716,-0.00509892,0.008066002,0.006965614,-0.0045446283,0.00399895,0.008334363,0.008981369,-0.0071255155,-0.013525841,0.015655823,0.017756732,0.012517833,-0.0017288455,-0.010997619,0.008742579,0.010645392,-0.0035944325,-0.008954912,-0.01923222,0.00141328,0.004016503,0.005656624,0.016703334,-0.0019706583,-0.013406498,-0.004237156,-0.00083251455,-0.019716064,-0.013055237,0.015249492,0.009561981,0.0023975982,0.025426917,0.0048279124,-0.0024871696,-0.01925955,-0.007923937,0.00020416705,0.009337886,0.0046571298,0.0025669707,0.0057401904,-0.0081013385,0.012082307,-0.009089432,0.01953335,-0.011147073,0.0101532275,0.016861742,-0.0047355103,0.015746875,-0.0046955184,0.01438923,0.015896885,0.006167432,0.015172956,0.0027638245,-0.00060481357,0.015972767,0.004765698,0.0097512305,-0.017536763,0.001645241,-0.005807296,0.006157277,-0.015379582,0.009033245,0.0034094793,-0.0052498113,-0.017576065,-0.0044142567,0.010822623,-0.009856366,0.009563473,0.0096166525,0.0013782387,0.023016207,-0.0018124171,0.007105954,0.00834564,-0.006072414,-0.02053222,-0.00012702595,0.0026089852,0.00644303,-0.009042072,0.025503546,0.01555576,0.03285494,-0.0037827906,-0.0011093091,-0.021018794,-0.010867972,-0.011355659,-0.007122432,0.017340401,0.0039433287,0.005197549,-0.018880911,0.0055905883,0.000701096,-0.025944132,0.012515818,0.007409804,-0.0035812082,0.008325228,-0.0023844428,-0.02669764,0.008189898,-0.012690541,-0.008935785,-0.007776179,0.020861076,0.004958129,-0.01640449,-0.019231085,0.0043409998,-0.02191848,0.003215759,-0.0035225407,0.0049443725,0.013947535,-0.0033454094,0.004683081,-0.010672109,0.011256607,-0.0059089335,-0.010919515,-0.0039576343,0.010437674,-0.0005407268,0.0011406542,0.0040326877,0.006280644,0.010164664,-0.003445298,-0.0039605186,0.003968102,0.007332573,-0.007671705,0.0101407925,0.021407107,-0.0019956538,-0.0010124451,0.030465076,-0.0025350908,0.007498123,0.0011693918,0.0036462017,-0.007570042,0.0011692125,0.010488846,-0.0015374279,-0.0017286238,-0.018300572,-0.01660605,0.0068566776,-0.00095993426,0.0044040913,-0.0007965454,0.016320385,-0.0019012045,0.004030947,-0.008054084,0.0034917593,-0.013446277,-0.010567577,-0.014397679,0.004567035,-0.0025711604,0.020255428,-0.005237649,-0.005343616,0.005821908,0.0084497165,0.008506046,-0.0069845878,-0.009086791,0.010890116,0.0057950094,0.011929933,0.0007706697,0.015724262,0.0008446431,0.008855103,0.030298555,0.024426969,-0.0034598724,0.0046382835,-0.0038819434,-0.0009500254,0.012020168,-0.004245347,-0.0011758357,-0.017855901,-0.006257917,0.0045905896,0.015954543,-0.004555673,0.001339241,-0.024550136,-0.016131775,-0.08220342,0.0023493757,0.003920718,0.0065083574,0.002181079,0.008114998,-0.013740713,-0.004542004,0.010357652,0.006066864,0.012226488,0.013364176,-0.012929109,0.013072298,0.012917097,-0.00010399119,0.00016350462,-0.009410119,0.016346566,0.014016982,-0.03092904,0.012785742,0.0033779365,-0.012429323,0.011643317,-0.013851214,-0.02097185,-0.0053232834,0.026530392,0.021091716,0.004730224,0.0019206712,0.0024352702,-0.010011317,0.027688537,0.014791572,0.0031595747,0.008573328,-0.13137408,-0.009634476,-0.017370008,0.0036510157,0.0017311628,-0.006380375,0.018376624,-0.012536809,0.0051485766,0.019620944,-0.0054218024,0.011276712,-0.016039493,-0.013756761,0.017271224,0.0017317989,-0.0043548336,0.01468167,0.0008681651,0.00032279815,-0.007503119,0.0013085143,0.02576236,0.00539322,-0.004639997,-0.007145567,-0.0063703805,0.009470704,0.009714621,0.0021723148,-0.007702242,-0.0037614156,0.0036874157,0.010383305,-0.0023844806,0.0059370743,-0.0043927124,0.020368917,-0.0025815945,-0.008269345,-0.0048359414,-0.0067478274,0.0056427014,0.007685015,-0.006072112,0.00029169748,-0.0031000194,0.017098753,0.009723114,-0.013072573,-0.0014021855,-0.007491038,-0.006727023,0.006368562,-0.015058846,-0.0016809759,-0.0072250855,-0.0026625167,0.008894746,-0.009836166,0.0061186254,0.008703614,-0.0055109463,-0.005528279,-0.013857804,-0.016462853,0.011719557,-0.006446445,0.014640077,-0.017781025,-0.0005241981,-0.009138714,0.011389834,0.013728814,-0.011637252,0.005259083,0.018771984,0.011370043,0.021910857,-0.006493789,0.021876758,0.015530821,-0.014171717,0.0041057505,-0.0024763488,-0.022467963,-0.012409059,0.010033989,-0.0068664616,-0.050011113,-0.023237772,-0.0059203478,-0.0009923683,-0.007102777,-0.011400282,-0.012696544,-0.0019557974,0.0042266706,-0.011328424,-0.023183892,-0.00716124,-0.0021501225,0.010159816,-0.016530935,0.016829316,-0.007704907,-0.010138633,-0.012049984,0.018540088,0.0009420178,-0.023298394,0.009025245,-0.0049225595,-0.011537399,-0.00731192,-0.011703313,-0.007613663,-2.3889006e-05,-0.0048820255,0.0016555409,-0.010500688,0.0067685302,0.015826093,-0.015437361,-0.00016306042,0.011860624,0.042641208,0.0074799634,0.011184266,-0.00081914425,0.038598474,0.0052737193,0.010978402,0.014937942,-0.015276074,-0.012931658,-0.016955394,-0.009992847,-0.01414964,0.006677147,-0.023474887,0.005431671,-0.013795899,0.0046955664,0.020884424,0.025944302,-0.007549855,0.006753244,-0.030137813,0.00029314143,-0.024204973,0.021772401,-0.021069828,-0.01980624,-0.0028030297,0.0142647335,-0.008611096,-0.0071186884,-0.008631721,-0.0068019447,-0.0069284844,0.019583343,-0.022958422,0.010245683,-0.010512819,0.007154718,0.018584682,0.011800001,0.028531618,0.010205941,0.016299477,0.013335867,0.010199051,-0.029183,-0.0044832714,-0.0018162675,0.0072857784,0.0028122445,-0.01314276,0.020558568,0.008474284,-0.0009807324,-0.024390006,-0.014640059,0.014304724,0.0018832487,0.018179782,-0.013866279,-0.026762374,-0.0019327105,0.0041962494,-0.009550588,-0.003782958,-0.005150675,-0.016137948,-0.008624052,0.0061406195,0.004625234,-0.0028834334,0.00089131854,-0.016910365,-0.01803954,-0.006754907,-0.162703,0.0023034825,-0.00014433332,-0.0030831776,-0.012608885,-0.01674536,0.010995456,-0.011533011,-0.018357432,-0.008384916,-0.0016737299,-0.004912862,-0.024963135,-0.0023016003,0.019379003,-0.0012493725,0.02521867,0.01673328,-0.023210656,0.0032892015,-0.030192608,-0.018368555,0.007888704,-0.00010016106,0.00455111,0.008488513,-0.013871276,0.004162591,-0.017352657,0.012475825,-0.009068068,0.012501825,0.00320967,0.013332496,-0.005119653,0.014856056,0.005908429,0.0031090558,-0.011725025,-0.006567875,0.0017303374,0.017908482,-0.014577378,-0.015588517,0.009890048,-0.016391575,-0.011805888,-0.005305104,-0.0030312468,0.005314212,-0.008673461,0.008449626,0.03390142,-0.020862909,0.016270159,-0.02490373,0.010277355,-0.019918622,0.02155735,0.009473061,-0.0036873436,-0.01198845,-0.016510354,-0.002254368,-0.022683699,-0.008773901,0.015535755,0.14302337,0.002007001,-0.0019683372,-0.030891836,0.0015571641,-0.018214978,0.030785013,0.005206343,-0.0033673418,-0.015721228,-0.01859092,-0.0048940503,-0.01067687,-0.013213589,-0.030094258,0.025485044,0.0051678107,-0.0021875992,-0.0018876231,0.021280222,0.008654508,-0.0019830733,-0.0029638081,0.013189642,1.29037835e-05,-0.015778862,0.015221725,-0.020301415,-0.0123084,0.02165451,0.01874664,-0.0060901684,-0.022107974,0.00085728837,-0.006358361,0.015420955,0.01823251,-0.010234912,-0.013308857,0.0028636716,0.0036879275,-0.023489553,-0.008540502,-0.007640805,-0.012070898,-0.0012150167,-0.0012165593,0.0061763246,-0.0008579738,-0.013024225,-0.044803653,0.0070911483,-0.0040489663,0.006639731,-0.017015053,0.0005242629,0.006716442,-0.0077225175,-0.018849276,-0.0100170085,0.028406389,-0.025878297,0.019050097,0.005686974,-0.0019439559,-0.018175486,0.00031883942,-0.010376908,0.0052081877,-0.0998269,-0.0014380232,-0.012494008,-0.021692296,-0.017636672,-0.006305851,0.020197105,0.0032692072,-0.007438461,-0.0016802585,-0.002869915,-0.01117131,-0.01211252,-0.012537501,-0.0112334965,0.004067074,0.012407557,0.008387695,0.009165708,0.0052982937,0.0028392395,0.017424753,0.004772528,0.016378038,0.005504649,-0.00032339388,-0.02247462,0.004760518,-0.010653514,-0.0041846135,0.0010930782,-0.0040675816,-0.02174825,0.00437218,-0.008511197,0.0244856,0.007110209,-0.012795118,-0.012672878,-0.010867289,0.011967145,-0.009178261,0.0013497866,-0.008307836,0.0062569184,-0.0137362415,0.0062198234,0.0030100364,-0.004251115,-0.025162723,-0.0059006074,-0.0110427905,0.016265508,-0.0002827373,-0.037198853,0.00346492,0.022391979,-0.027090311,0.004766096,-0.009114676,-0.018512605,0.015819164,-0.013043495,0.0005683141,-0.011196439,0.013068782,0.0077987565,-0.0069908747,0.020565886,0.0018449714,-0.011616371,0.011378696,0.026671156,-0.001076838,0.003849995,0.011772101,0.009699127,0.016654504,-0.024036644,0.020130401,0.005773651,-0.022223284,0.03178612,-0.013621302,0.046712626,-0.020615509,-0.020541087,-0.017578255,0.005234889,-0.0104043,0.0017802533,0.025311751,-0.013425597,-0.014090773,-0.015079466,-0.009817461,-0.0037460923,0.014927388,0.002088166,-0.013268525,0.014980004,-0.009162189,-0.022942344,0.014441484,-0.0075487923,-0.0064710625,-0.0077160294,-0.021928662,0.010834977,-0.00083638384,-0.0057959133,0.017366242,0.015670225,0.007960211,-0.006188668,0.008883321,0.004712025,-0.013256566,-0.0070071435,0.0008087884,0.0043852236,-0.015167466,-0.0021250874,-0.008623309,-0.02901682,0.010698623,0.023384297,0.040262964,-0.009475892,0.0018386705,-0.018663522,0.006525046,0.015365936,-0.0048219827,-0.015214404,-0.02585217,-0.0051586987,-0.022893008,-0.006875693,0.009501343,-0.011859415,0.033239134,0.0113704335,0.011044689,-0.008480375,-0.025135301,0.024848567,0.004302031,0.020699069,-0.0009381449,0.0022270246,-0.009414322,-0.000960372,-0.0051725744,0.014233524,0.0026477585,-0.0012392822,0.018445397,-0.0078104422,-0.011303075,-0.020699088,-0.004293172,-0.020663599,-0.009920656,-0.025550868,-0.012488407,0.014053189,0.0034707221,-0.003702296,0.0013123781,0.011976602,-0.009239785,0.012492156,-0.026675073,0.0013935636,-0.0024435113,0.01534666,0.0065872497,-0.0062460373,-0.07471595,0.005582112,0.0035612062,0.00656742,-0.02373137,-0.0142017715,-0.004088704,-0.020784477,-0.031649124,0.0038117378,0.017671311,-0.01251605,0.0038893442,-0.01995085,0.006370215,0.014908457,0.00090761966,0.006105153,0.0054240352,-0.012445598,0.039232884,0.011840361,-0.023541205,0.009202893,-0.011584233,0.002718376,-0.015097687,0.0061974893,-0.024519004,0.001541503,-0.02885856,0.0061737173,0.0009908545,-0.008984808,5.2181436e-05,0.0041105426,0.019253803,-0.028187944,0.010155017,-0.0027210987,-0.0029005203,-0.011143435,-0.01618889,-0.0066830036,0.013625381,0.0135794,0.0072080055,-0.007248929,0.0050645373,-0.0026489948,-0.0021621254,-0.030848552,-0.004287843,0.021573413,0.011070155,0.0043677404,0.0062877946,0.018408688,0.009638696,-0.0051896013,-0.011409634,-0.021796668,-0.021576064,0.0063568014,0.007902937,-0.019119732,0.011148688,-0.0018811896,-0.0050069205,0.01760253,-0.0005215591,-0.014133459,-0.004688193,-0.012553784,0.018737452,0.01807113,-0.007605537,0.007729798,-0.0049045812,0.014467712,-0.023994878,0.009124926,-0.014119397,0.0038713713,-0.0029262258,-0.0021567547,0.0007741729,-0.103326775,-0.007814728,-0.004291473,-0.014292637,-0.025485205,0.01901914,-0.0032669315,0.040764112,-0.0024658577,0.013836848,0.0075791273,-0.005819718,0.0053489297,-0.01580196,-0.0004303733,0.019441107,0.018023044,0.006835241,-0.0072346325,0.00040243988,-0.017924849,-0.01150355,0.0075491583,0.025435014,-0.008848693,-0.059829347,-0.011093497,-0.002492645,-0.0309169,-0.008041686,-0.005967428,-0.0073569473,-0.0005073656,0.010644786,0.010131808,0.02808402,-0.014703027,-0.006050357,-0.011192656,-0.0013327074,0.0032619732,0.020309225,-0.012852976,-0.0122581795,0.02885706,-0.010491067,-0.0007414837,-0.0045542573,-0.017862184,-0.0155598335,-0.021672424,0.0040268037,0.016393123,0.008139441,-0.004349323,0.0023566324,0.01020944,-0.017492877,-0.00061309006,0.018101513,-0.014760706,-0.014998574,0.01830634,-0.023611305,-0.003332296,0.0011645773,-0.016815893,-0.025797516,-0.009724069,-0.008603295,0.0019983572,0.0057439376,0.013131992,0.007986734,-0.002218178,0.015320298,-0.028906155,0.0042685885,-0.00436966,-0.016940378,0.028853452,0.0007644871,0.030017685,-0.019756513,-0.004007345,-0.021550879,0.0021529486,-0.008459303,-0.0049275877,0.012810603,-0.0019847923,-0.013497744,-0.01947852,-0.0018297951,0.0044835187,0.017128795,0.008486964,-0.014857246,0.00089545536,0.00798444,0.013555637,0.02338906,0.007362286,-0.00040940393,0.028315363,0.016110035,0.013802171,-0.008889203,-0.008214069,-0.004390999,0.022316704,0.008944469,-0.0071850135,0.0025021709,-0.0067988657,0.011558347,0.002045198,0.0027158768,-0.008414223,-0.033257347,0.017245077,0.004272107,-0.00032546007,-0.018222352,0.0057570776,-0.0102006355,0.0025597527,-0.010508667,0.010904012,0.002100599,0.0049662814,0.014901325,0.027997183,0.0027945074,-0.0015276071,0.008543188,-0.012136838,-0.010334341,-0.0286039,0.014103503,-0.0015300993,0.030927535,0.01906323,0.015294859,0.013958443,0.01760776,-0.010866037,0.0017992854,-0.020691717,0.012146531,0.016205909,0.021592045,-0.0033047867,-0.027527295,0.014769376,-0.00619761,-0.01125938,-0.009566403,0.027768817,-0.011030004,0.014822468,0.017895073,-0.014961234,-0.032300975,-0.039541174,-0.005966384,-0.014003882,-0.007853744,0.035834372,0.0015020145,-0.0033890347,-0.03991742,-0.014179383,-0.016490733,0.032358617,-0.0052803154,0.013456027,0.014693967,0.031093042,-0.0044983895,-0.010678476,0.016645156,-0.009823799,0.007649766,0.0010059534,-0.0051334915,-0.009236759,-0.013451267,0.011540879,-0.0047469963,-0.010554411,0.005335787,-0.018147562,-0.02234368,-0.00035202922,-0.009423013,0.0021645066,-0.0051015113,-0.0066691027,0.0005081497,0.0023242687,0.021284033,-0.032283455,-0.011644936,-0.02158419,0.0009793831,0.016634455,-0.010360556,-0.024071898,-0.0026977474,0.008536101,0.008018454,-0.011064718,0.005086814,0.008690783,-0.0103328405,-0.004054253,-0.008367173,-0.0020490696,-0.0055918335,0.014917976,-0.0015845444,0.00091583695,0.015303428,-0.008259801,-0.013107528,0.004792658,-0.017585594,-0.007158915,-0.009789225,0.009914554,0.015636008,-0.008011846,0.013779217,-0.010607991,-0.0085870195,-0.011899961,-0.018687353,0.028268965,0.0014674173,0.0047274195,0.04015792,-0.010225914,-0.0025831442,-0.024649842,-0.018073013,-0.0038497832,-0.0042752726,-0.0019478567,-0.008777801,-0.01513057,0.023936337,-0.0058195693,0.0013167979,0.011885927,-0.0008111167,0.008560033,-0.028734302,-0.0033528402,0.0072870785,0.0055108625,0.019719752,-0.016299479,0.0018331382,-0.015186879,0.004939754,-0.008862381,0.01012262,-0.013643275,0.015650708,0.019003905,-0.0021182622,-0.014024764,-0.022446116,-0.0063954056,-0.0020530068,0.0006268159,-0.010170231,0.0006707412,0.00071366166,-0.010231695,-0.025023697,0.0033959576,0.0025311254,0.019531237,-0.013112739,-0.011615307,-0.003001516,-0.011162104,-0.024372295,0.009845637,-0.007661405,0.012673429,-0.011975603,1.5806338e-05,-0.031256393,-0.01596869,0.013198649,0.009465605,0.015020878,-0.00892234,-0.03459088,-0.011877726,-0.0451954,0.026339363,-0.013638169,0.029313352,-0.012838183,0.015372108,-0.010120674,-0.0051384126,-0.005980802,-0.010750593,-0.01011813,-0.026793988,-0.020072721,0.012425405,0.017026875,0.011285836,0.0054382235,-0.0057747653,-0.008640775,0.021214966,0.005187813,0.012880496,0.010927243,-0.003004146,-0.008670396,-0.015361405,-0.0018816898,0.00475855,0.01760819,-0.019781627,0.0021333748,0.016960299,0.0031231241,-0.025971755,0.018265707,0.0038873665,0.023869876,-0.004702588,-0.0072121024,-0.008885433,-0.014566847,-0.031223383,-0.00660116,0.004328966,-0.027546087,0.013118356,-0.015506936,0.009860242,0.018999934,0.0012055637,-0.012200637,-0.009818125,-0.002775127,-0.0043067243,-0.025349557,2.8874663e-05,-0.009447411,-0.0011350579,0.01077869,-0.0028701979,-0.011669925,-0.010774503,0.0026420855,-0.007133258,-0.012180049,-0.005377256,-0.000113232476,-0.034492612,-0.0009154466,-0.026488174,-0.014735378,0.0005607033,-0.013691673,-0.002828243,-0.015765976,-0.011143888,0.01781362,-0.024957184,0.0115596,0.00049222755,0.009109408,0.004499064,-0.014942246,-0.0020194363,-0.008861482,0.0077349837,-0.01247868,-0.025616964,0.011016499,0.006424699,-0.009622473,0.0073946984,-5.018483e-05,0.011579532,-0.01373377,-0.011910684,-0.0033597911,-0.010732034,-0.01194494,0.010497664,0.0061582234,-0.01968433,-0.0055460017,-0.019706922,-0.009067903,0.0048155244,-0.021115137,-0.024664901,0.012029828,0.0028770014,-0.016831143,0.010157465,-0.010031915,0.0006082123,0.007814307,-0.0025856358,0.021432271,-0.0050222217,-0.007047214,0.020376582,-0.018299403,0.0017300468,0.01224242,0.013246604,0.017874042,-0.0074830395,-0.025057344,-0.0074441703,0.0076090056,-0.018264757,-0.0037818812,0.016946195,-0.015425686,0.010257168,0.032910768,-0.0010028675,0.024315378,0.0074549858,0.010326536,0.00023548414,-0.0034339908,-0.0037535687,0.011671338,-0.008033016,-0.002887411,-0.010404165,-0.018822653,-0.0021941813,-0.004685617,-0.013249528,-0.0019528802,-0.0003242377,-0.021748116,-0.006492615,-0.010851747,0.0033019073,-0.01976803,0.022445325,-0.022903044,0.017176988,-0.03553728,-0.010573844,-0.020083282,-0.010368289,0.019695561,-0.0020404102,0.03252013,-0.02985352,0.012667723,-0.02583315,-0.0100642,-0.002535854,0.008775451,0.009552247,-0.0052679502,0.014766896,-0.009783516,-0.017130125,-0.009118576,-0.001675224,0.00048571842,0.0023757117,-0.027461806,-0.013741751,-0.013494477,0.008207625,0.015123902,-0.014962602,0.0062870323,-0.012922073,-0.020294724,-0.014765935,0.004668411,-0.007874926,-0.0045585465,0.014267373,-0.0106077865,0.007095677,-0.011118791,0.029729035,0.00013188967,0.0068505127,0.0004994098,-0.00789367,-0.017136002,0.011893825,-0.026198242,0.010259457,0.0068373145,0.028558724,-0.012397578,0.0034721321,-0.016809594,-0.005359228,0.009802488,-0.012137292,0.030236522,0.0022633343,0.0030627921,0.0023208025,0.005457894,-0.006000191,-0.016114855,-0.004615282,-0.0031029945,-0.016906705,0.0034035165,0.009976145,0.019995853,-0.02791579,0.008242994,0.015306861,-0.0077804355,0.032262098,0.01816021,0.002239387,0.0014074233,0.0015736423,0.0012228678,0.0064193523,-0.007652055,-0.02328471,0.0047748177,-0.0051544937,-1.468707e-05,-0.0021034717,-0.0025764995,0.0138344,-0.0028086428,0.0068622036,-0.0017314235,-0.0077264244,-0.011974851,0.0005523104,-0.006280438,0.0024280562,-0.008307635,-0.006697535,-0.02040519,-0.006505825,0.024561094,-0.01066174,-0.03143799,-0.01221206,-0.00078642473,-0.0036941273,0.025659762,-0.013351507,-0.016866598,0.031466316,0.028687352,0.02127685,0.012319252,0.016114518,-0.009891309,0.0152264675,0.009140788,-0.0121552665,-0.010899169,-0.012221028,-0.01118225,-0.00052927854,-0.005630354,-0.007961855,-0.0008737083,0.0053020646,0.006988625,-0.0051216157,-0.014375848,0.03236864,0.01251881,0.018927027,-0.012767786,-0.027132917,-0.015502782,0.0014860677,-0.012799296,0.0058764582,-0.0124041205,-0.018440252,-0.0035030174,0.011377511,0.02272832,0.0067447308,-0.0036660975,0.026739622,-0.0074370843,-0.024146557,0.01316655,-0.03519172,-0.015342768,0.007481118,-0.011282937,0.032989055,-0.008008957,0.030784829,-0.01584672,-0.024614843,-0.035678513,0.0125002265,-0.028772416,-0.0021143313,0.029844424,0.053028725,0.021552473,0.007176362,-0.014420296,-0.0035924215,0.009257074,-0.018261539,0.010313983,0.035379298,0.00019769045,-0.0045507275,0.01125858,0.00578204,-0.001584928,0.04365944,-7.7716824e-05,0.0007524624,0.009710365,0.026880119,0.00810991,-0.012376536,-0.0030115077,0.005934821,0.008644225,-0.008275406,-0.0031252084,-0.0017018213,-0.003581729,0.007316388,0.022060867,-0.0019553646,-0.00325038,0.016834179,0.004634471,0.009203253,0.013855043,-0.009052219,-0.0057731494,0.012253981,0.0041038096,-0.007522341,0.0006586549,-0.0043647173,0.011402692,0.029268106,-0.014300028,-0.0053914,0.0011654537,0.035539508,0.007328089,0.011002892,0.011588049,0.0010037597,-0.007599131,-0.018603945,0.008406158,0.013488757,0.0033962955,-0.011549923,-0.004979538,0.15199511,0.112397574,-0.0015806553,0.03121655,0.0030892768,-0.0152625935,-0.009012693,-0.0015701143,-0.007988139,-0.012035411,-0.02604509,0.011961972,0.0064645126,0.0017984328,0.010939084,-0.009275498,-0.005764186,-0.004368801,-0.023219878,0.024964431,0.014214976,0.010539738,-0.012333855,0.014639323,-0.022847245,0.015501759,-0.014983814,-0.0013772137,-0.0009892737,0.0012928196,-0.013909947,0.011583123,-0.00672067,-0.009150482,-0.013939957,-0.0012098908,0.005267003,0.0081928,-0.014044845,5.8147347e-05,-0.010210804,-0.016229944,0.004390802,-0.009004605,-0.008006698,0.02607795,0.02035588,0.00079680653,0.0037115999,-0.012314483,-0.025873119,6.8907546e-05,-0.0047881505,0.0016381626,0.004044067,-0.0115049435,0.0044703134,-0.008502719,-0.00749433,0.004097941,0.010970546,-0.0030291856,-0.0020678546,0.0073041003,0.0005421183,-0.012505501,-0.016219774,-0.035657983,-0.025695603,0.0061095497,-0.0032317485,-0.020970806,0.0011314227,0.013780705,-0.026940616,-0.0068461853,0.002765096,-0.015490799,-0.008586521,0.01982366,0.004592434,-0.015876975,0.001939275,-0.011621899,-0.009481381,-0.0069521386,-0.0071085338,0.027931688,0.10274025,0.0016483348,0.00843982,0.00049669435,0.009827658,0.005289698,0.0046599205,0.06073715,0.009798255,0.0024084873,0.0074392664,0.005906409,0.004445732,-0.0147242015,0.008093054,0.00523948,0.01739148,0.025457302,-0.010899039,0.0034289635,-0.021985404,-0.012993297,-0.0030960152,-0.012684002,-0.0051587294,0.015905233,-0.006088527,0.019759009,-0.0076752612,-0.009255303,-0.11038207,0.0025845997,-0.012896325,0.013417343,-0.034837876,0.0031477534,-0.003007533,-0.010592039,-0.008078065,0.0031289863,-0.010066866,-0.013164143,0.00869357,-0.004347384,0.015141273,0.017364837,0.012835824,-0.03377431,-0.015425342,0.016383117,0.0039991047,0.0016634896,-0.0036888036,-0.0032461865,0.006287837,0.0042110137,-0.021897534,-0.0032648044,-0.032802243,0.024425298,-0.00836812,0.018211987,-0.010985592,0.0055178376,0.0014249015,0.02487568,-0.0042349007,-0.015862951,0.022260273,0.00081550324,-0.009019062,-0.045913294,-0.020316113,-0.022586303,-0.008582037,-0.00034374752,-0.012961015,0.005601063,-0.010902986,-0.0008053116,0.008436175,0.019268831,0.014948,0.0028033017,-0.0046103136,0.0014527595,-0.02456052,0.0015116574,0.008037101,-0.0009891955,-0.007844441,-0.0014167705,-0.028782599,0.00028386276,0.03506361,0.0068558315,-0.004122973,0.013042006,0.013629574,-0.007743648,-0.01002973,0.00090878643,0.020710913,-0.008023152,-0.02195777,0.0031804468,-0.024229098,0.006845718,-0.009827971,0.017544772,-0.0033855506,-0.0069829416,0.0010515044,0.098156504,-0.017051991,-0.005681519,0.005063113,0.012620816,-0.016615065,0.010882129,0.009953654,0.033620156,0.025593817,-0.006718419,-0.0141563555,0.026155505,0.015697272,0.0059378836,-0.009387547,0.020374076,-0.0012945543,0.006093482,0.017103387,-0.02207282,0.0040326524,-0.010835124,-0.017599108,0.0031717203,0.012702455,0.0029482073,0.017099245,0.010993561,-0.01732155,0.018730847,-0.01593038,0.0011890808,-0.01627223,0.007355314,-0.007845741,-0.015987718,0.0045488304,-0.01630259,0.006207158,-0.0048301048,0.0029349527,0.011205098,-0.007972564,-0.024718117,0.20022787,0.011089624,0.0022124704,-0.012706162,-0.0028456687,0.0040132417,-0.0022930035,-0.01886152,-0.0069115115,-0.0078646345,0.015320772,-0.009181633,-0.0068951924,-0.004396113,-0.013498087,0.0033902852,0.01016146,-0.002057806,0.00765074,0.01698325,-0.0067321085,-0.0026503361,-0.01947357,-0.01986382,-0.007585738,0.0121198855,0.026839878,0.015981063,0.029757287,-0.0116042225,-0.006849233,-0.009867537,0.0050440505,-0.01966687,-0.016122138,-0.035665877,-0.00832173,-0.00072099053,0.004645007,0.005118065,-0.00946441,-0.002322767,0.016045196,0.006396395,-0.010558089,-0.017151166,-0.012984929,0.021238262,0.008167577,0.013915377,0.0005317372,0.0014763053,-0.011780719,0.0007118019,0.013561949,0.0225803,-0.011639918,-0.017011678,-0.014081645,-0.027109915,-0.02806945,0.0144504905,-0.012508331,0.004753855,-0.0014084317,0.012713382,-0.007605758]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 193,
          "content": "State Minister Yamada Receives Courtesy Call from Co-Chairman of India-Japan Business Co-operation Committee and Chairman of Japan-India Business Co-operation Committee",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.011411142,-0.016845291,0.01766514,-0.07969201,-0.006420205,0.0033578381,-0.02339105,0.010325553,0.0044879573,-0.009104385,-0.007396706,-0.004455544,0.0037428513,0.043371398,0.10333606,-0.00030688295,0.0119249495,0.008822884,0.008555343,0.01632751,-0.028554706,0.0019737568,-0.011580143,-0.036103237,-0.028142447,-0.010232434,-0.012846273,0.002628489,0.0081196865,0.006718171,-0.005652611,-0.005262132,-0.017418725,0.016631495,0.0225442,0.037612226,0.0013693165,-0.020869764,-0.013305299,0.008624698,0.001393484,0.0046790014,-0.044047546,0.029927501,-0.012474509,-0.0147170685,-0.004321998,-0.015755452,0.005346455,0.01740682,0.014202201,0.018095437,-0.015194629,-0.15010364,0.0019259311,0.02135839,-0.0031930218,-0.007964809,0.0032672707,0.0037041542,-0.035007328,-0.004166811,-0.029331762,-0.0044085574,-0.011972291,0.017884031,0.004063914,-0.0063891793,0.0028093008,-0.0029681458,0.025088064,0.038127042,0.021696808,-0.011332319,0.032722734,0.0065896753,0.0006719828,0.0056452863,-0.008816803,0.0133416485,-0.0053524575,0.005405228,-0.0062504206,-0.007878025,0.012145992,-0.017186131,-0.0033719921,0.002978991,-0.004773117,-0.014515727,0.010566223,0.00019352934,0.003986407,0.010482166,-0.02575686,0.02189461,-0.007628057,-0.019604115,-0.012717201,-0.014118016,0.02150975,-0.009091998,0.00306861,0.012791512,0.009532064,0.014804743,-0.009707447,-0.030117184,-0.029205607,0.025638374,0.006129532,0.008558929,0.005867517,0.06269211,0.011490602,-0.12645464,-0.023606531,0.012719869,-0.008694462,0.002489714,-0.0051399055,-0.007838223,0.006408839,-0.0026367868,-0.012010851,0.009959343,0.002827324,0.00170365,-0.0109613715,0.04604712,-0.010746851,-0.024689872,0.0029679092,0.0039110933,0.029482506,0.034151677,0.026053954,0.0068938658,0.021598805,0.0045607905,-0.0033048522,0.003994766,-0.009030241,0.0016653119,0.0025893126,0.02294443,0.009533395,0.016984176,-0.009474642,-0.005908885,0.029401196,-0.0043335957,0.015458043,-0.0010410432,-0.022508755,-0.0012898988,0.008671259,-0.00079834054,-0.011356839,-0.007038619,0.0011789791,-0.01198537,-0.0048402804,0.021263065,-0.01014152,0.023598334,-0.018151699,0.0081079025,0.011353527,0.01700507,-0.014669478,-0.013522828,0.019284984,0.0052919863,0.009022735,0.001533276,-0.009861085,0.017595954,0.021547927,0.016104596,-0.0016116266,-2.5335225e-05,0.013022791,0.0029973686,0.026234686,0.016228411,-0.0009565361,-0.004539216,0.0020474223,-0.0066971052,-0.01786284,-0.012113381,0.010680657,-0.010948649,0.016660672,-0.010775055,0.0082044825,-0.006389037,-0.0034286876,-0.011677221,0.016699327,0.020764112,-0.0033124734,-0.014177615,0.030765904,-0.010516997,0.04203123,0.020496884,-0.033442277,-0.00043389824,-0.0144533245,0.0134937195,0.020137032,-0.050917726,0.011182852,0.0034072434,0.004181464,0.008476536,-0.002546219,-0.011252439,0.049220264,-0.014921515,0.025370665,0.011921769,-0.017496157,-0.012764078,0.027831903,-0.0004690022,0.0015438416,-0.020571839,-0.0067010745,0.0060362383,0.038821544,-0.01910133,-0.02001486,-0.01977436,0.010840187,-0.0039190035,0.0043327087,0.029039947,0.0055855266,0.0221118,-0.0040174024,0.021935353,-0.0012810271,0.028279856,-0.0006885451,-0.0032940807,-0.0018938311,0.04300493,0.0037806032,0.014825491,0.015465584,-0.013593464,-0.029169606,-0.04322333,0.019065527,-0.009282026,0.0110382205,0.000350461,0.01883146,0.0035116244,-0.008203606,-0.022475831,-0.013922035,0.016605614,-0.01558783,0.032933157,-0.009663835,-0.00043444667,0.0046093827,0.020352077,0.02658516,-0.024224663,0.010603151,0.0282717,-0.07914696,-0.0040373555,-0.006811292,-0.02681421,-0.013354519,0.018674236,0.019533735,0.03170554,-0.0075036497,4.688446e-05,-0.009176037,-0.010136727,-0.019032216,0.005908612,-0.008657646,0.017015085,0.031509846,0.02415823,0.028189434,0.0011415306,-0.00010388559,-0.017259806,0.01280808,-0.008730365,-0.029368477,-0.025538716,0.011665641,0.010852534,0.011464007,-0.009521267,-0.005161792,-0.004744425,0.013773651,-0.01152203,-0.021329554,0.014299401,0.023403656,-0.010078457,-0.01967547,0.0004987174,-0.012959868,-0.04601971,0.002732281,0.00664781,-0.0052308347,-0.004842456,0.02832634,0.0017660517,-0.010131669,0.024916403,-0.028076466,-0.0025550148,0.025444353,-0.019988332,-0.018112767,0.009921468,0.051305093,-0.013266497,-0.02687362,0.021097377,0.024381172,0.013684659,0.036273826,0.02347047,-0.028667051,0.0058122366,-0.005171294,-0.013757386,0.024995845,-0.012392601,0.0047525507,0.0040716757,-0.018767135,-0.010625193,-0.009833699,-0.0008595181,-0.00076344755,-0.017349329,-0.05915442,0.008459104,0.01884134,-0.019562766,-0.036704503,0.0012730558,0.0069592823,-0.0007082213,-0.0015308211,0.025591606,0.0007489077,-0.0046081855,0.0013905015,-0.0040357583,-0.025349237,-0.00021883672,-0.04104623,-0.023603583,-0.020634197,0.0104933195,0.025403272,0.004090162,-0.00091480045,-0.009848923,0.015209888,-0.00072383654,-0.0005997664,0.019899528,0.002894292,0.005881219,-0.009692436,0.012716404,-0.007356282,-0.012319289,-0.02082771,0.011967411,-0.013176056,0.01914021,0.003874881,0.035460755,-0.01271161,-0.0031722595,0.01619703,0.0057189725,0.0006323788,-0.022766937,-0.0018294662,0.0053141126,-0.0030123838,-0.0006096137,0.038343683,0.0028142247,-0.021147287,-0.02113325,-0.0046289507,0.0049780235,0.011320717,-0.009352121,-0.015665073,0.03636046,0.0057802605,0.031141073,0.017324938,0.013622566,-0.007843259,-0.017359082,-0.0029975893,0.010190644,-0.020883257,0.0021196753,-0.016765896,-0.041255314,-0.01060022,-0.0009679781,0.014933939,-0.0072203577,0.003488924,-0.011427156,0.017550714,0.0034153962,0.00641993,-0.0014430828,0.01210942,0.00072899257,-0.0015087089,-0.0029393632,-0.01210678,-0.0023769205,0.02117886,0.004068427,0.014763047,0.04030957,-0.018725391,-0.024820004,-0.023549369,0.0034688283,0.022365283,0.0038480493,0.010060761,0.009036964,0.019108297,0.019148173,-0.0042129103,-0.02300855,-0.0027106039,0.021209136,-0.007617855,-0.03732497,0.0031066171,0.017941007,0.0028900704,-0.010810544,-0.0045667607,-0.00075462565,0.021805609,0.011356166,0.008114578,0.0014579043,-0.002771365,-0.0127779655,0.020206964,-0.022718165,-0.022770852,-0.01987728,0.005617156,-0.013723453,0.008892873,-0.011775351,-0.032170504,-0.022351425,-0.0042635906,0.0059040426,-0.027887486,2.2335255e-06,0.005283009,0.017762477,0.016776083,0.020588135,-0.0052391887,0.017331611,0.0013295179,-0.026641456,0.040485837,-0.038369086,0.008883021,0.0022326459,0.009462762,-0.018148424,-0.0032814012,-0.030418778,-0.06342643,-0.007539471,0.008208923,0.0033687765,-0.014036879,-0.010109493,-0.0145854,-0.033220932,0.0120651,0.0135057345,-0.022458483,-0.005152962,0.0039869742,0.0005614107,0.015393897,0.015734492,-0.020878078,0.0048750993,0.032224808,-0.004994633,0.017866138,-0.00599123,0.031440306,0.011746176,0.025110811,0.0258378,-0.0010760861,0.030737756,0.0025926067,-0.009586779,-0.0041687083,-0.0140662445,-0.0047925487,-0.0054708873,0.028753806,0.009520591,-0.013779048,0.028131995,-0.021603419,0.03228396,0.01842823,-0.07729394,0.009927558,0.0097369235,-0.02252996,-0.009956985,0.0028884832,0.017729819,-0.036314648,-0.01396684,-0.015032496,-0.011963008,0.020458896,-0.013004275,-0.034314156,-0.01258252,-0.0028081394,0.010659458,-0.0003848693,0.0055792737,0.016124235,0.021404523,0.008180014,0.005298051,-0.012743272,0.00031167045,0.0041453233,-0.021652367,-0.012349746,-0.005591022,-0.014281367,-0.01352927,-0.018312858,-0.008595032,-0.0043278383,-0.0068596858,0.010968429,-0.00353805,-0.007713813,-0.02702837,0.023890356,0.019895766,0.0024983922,0.016336259,-0.029707743,-0.0145474905,-0.0034901912,0.007511221,0.04248527,-0.03217247,-0.010690276,0.004584323,-0.023897933,0.015955413,-0.046043158,-0.012961048,-0.049574632,0.010594026,0.0027963992,0.004072797,0.022271993,0.013966626,0.0044063115,-0.011138666,0.0349489,-0.0050618267,-0.0014048605,-0.0094168,0.0070295837,-0.008189805,0.017928258,-0.02448991,-0.0053335596,0.0059957094,-0.0134914415,-0.001899424,-0.012983992,0.01534109,0.016448453,-0.019192036,0.0078021497,-0.013709191,0.014041832,-0.09932357,-0.037978455,-0.00880416,-0.0030685891,0.0038676814,-6.700576e-05,0.015246037,-0.008149829,0.019387826,0.014976686,0.02068441,-0.0071124374,0.0030078304,-0.00019415471,-0.0155908605,-0.025042674,0.031960852,-0.0015098152,-0.019862302,-0.015005434,0.007461395,0.01722801,0.0013650019,0.00097240804,0.022465492,0.017739233,0.017947048,0.007813984,-0.011813813,-0.022854375,0.010815105,-0.14452724,-0.007068041,-0.013535712,-0.005104186,0.020244535,0.0058830706,0.008582269,-0.0115445815,0.007734228,-0.018379238,0.0068967803,-0.0019297674,-0.0016924108,-0.0034864948,0.008997449,0.07203236,-0.0032539226,0.010637781,0.026925616,0.018924788,0.003170597,0.013384308,0.035146322,-0.04000566,-0.01906132,0.001228634,0.001357107,0.013616362,-0.0074556335,-0.0033449216,0.022952555,0.02528346,0.014976681,0.010128674,0.0272838,0.0011060493,-0.030000495,-0.0066872495,0.01392743,-0.015605706,-0.006312885,-0.0073995395,-0.021908388,-0.0097291125,-0.008627331,-0.0048967632,-0.014034602,-0.029294867,0.0084628295,-0.015526621,-0.008347074,-0.08999527,-0.012782232,0.01396522,0.0015758205,-0.0028175202,-0.020302793,0.0065159495,-0.0028851419,0.02890056,-0.0073632905,-0.024726896,0.0059566726,-0.0004983055,-0.022436121,0.011613694,0.015040559,0.005457319,-0.025650581,0.0095072435,-0.017456772,-0.015944555,0.00032854118,0.002964145,0.006804868,0.0058943145,-0.009936217,0.022611583,0.009718254,0.011209859,-0.02167181,-0.02452025,0.018595207,0.009495967,-0.024168076,0.0025965606,-0.023666468,-0.015765501,0.0077642323,0.00777376,0.0019952436,0.03532666,-0.00037216448,-0.029937996,0.011734385,-0.011509692,-0.012181938,0.011053433,-0.036725745,-0.031579886,-0.026109798,-0.044032652,-0.0013852951,-0.019551186,-0.026843863,-0.0011854441,-0.01356316,-0.001401437,-0.008385272,0.001873238,0.0028008083,-0.0016233696,0.0034181653,-0.0051342375,0.0023996017,-0.019176135,-0.015105618,-0.009900734,0.02864734,0.007071289,0.014091538,0.008116731,-0.0060548834,0.0006971773,0.0045501273,-0.004388115,0.009973784,0.0045395656,-0.007763391,-0.044355437,-0.00084458326,-0.013353385,-0.0099351555,0.013940031,0.01680497,0.013797871,0.011873422,0.012780208,0.0006731133,0.0025415833,0.031593405,0.0031357226,-0.0063008717,0.01024695,0.0066503757,0.014085256,-0.013184439,-0.0029635706,0.016729694,-0.009885044,0.0016728322,-0.01975839,0.008314017,0.011916294,0.020281266,-0.016450163,0.022882229,0.006988705,-0.009454949,0.002457451,-0.0017329444,-0.0054474343,0.010617924,0.009786315,0.008085946,-0.011350821,-0.00026051147,0.0005001963,0.0012579547,0.030755946,-0.0035744677,-0.0002742194,-0.034092773,-0.019124957,0.01474851,0.013783312,-0.0050304406,-0.019405657,-0.022451285,0.0011297818,0.009499129,-0.0077260816,-0.01884335,0.01557627,0.0052611213,0.020906359,-0.00073031354,-0.004678994,0.03562315,0.02746875,-0.0030730376,-0.00021138978,0.028185759,-0.0036843787,-0.003478651,-0.010082654,0.0023156018,0.009398014,0.0051021124,0.01882843,0.010105536,-0.014461097,0.0033021616,-0.0021538218,-0.006585819,0.010800635,0.0046842494,0.012997101,0.0019270931,-0.018836766,-0.0005681369,0.016756525,0.00042358093,0.020636674,0.0061039072,-0.002716699,-0.0027339626,0.011353394,0.005781429,0.005126214,-0.0147279985,-0.020329185,0.01813331,-0.015055961,0.0015780131,-0.011373209,0.011133633,-0.0009786817,0.006541417,-0.012588275,-0.0085722,0.0014944797,-0.005753874,-0.012462632,-0.0047043045,-0.01109928,0.0064848866,-0.005878978,-0.004039976,0.0115294,0.007736189,0.0051825196,0.014978811,0.011025953,0.0016655893,-0.008710051,0.012336717,0.01000655,-0.02667459,0.02913451,0.009519095,0.028036935,0.017230961,-0.015997075,-0.020891214,0.006558855,-0.010417318,0.0007977361,-0.0009807837,-0.008093442,-0.021293037,0.0009680929,-0.013631406,-0.0022761077,0.0032748224,0.011235824,0.0011370085,0.0063442,-0.010102663,0.022580815,-0.0027839737,8.6540844e-05,0.003876039,-0.008271635,-0.004394216,0.010998687,-0.0104898475,0.0041488535,-0.007892392,0.014070838,0.008609114,-0.0006438193,0.0026220744,0.00030289454,0.001406333,0.0016771342,0.008634204,0.005695728,0.017968351,-0.011478383,-0.008552519,0.0038487168,0.007576605,0.00053606904,-0.009088106,-0.000111339454,-0.0049854694,-0.013375875,-0.0016775518,-0.0031402672,0.0074229566,-0.008642924,-0.011660689,0.00455852,-0.004568002,0.0060335603,0.0048775827,-0.016673302,0.01347515,0.0114748925,0.094047345,0.008266654,0.0022325807,0.015811095,-0.021288399,0.004230495,0.010406119,-0.026060378,0.020880055,-0.0087079415,-0.00680276,0.010495149,-0.015092157,-0.00196832,0.0024844038,0.0023620608,-0.014142559,-0.0034266012,0.0022777247,-0.02068783,-0.0031452046,-0.0012382276,0.0017013773,0.0063063027,0.010730155,-0.0028844094,0.010100357,0.0030881402,0.008065951,-0.019115943,0.016118264,-0.020184029,-0.011599709,-0.005830967,0.0077596824,-0.019423444,-0.0043211156,0.012581996,-0.0008705896,-0.0023828181,0.022836061,0.00397608,0.011081295,-0.021831159,0.00026095056,0.01342843,0.0039189397,-0.0024718093,0.005558671,0.0048354054,0.008477107,-0.017516281,0.006608179,-0.008187436,0.0030424262,0.00286459,-0.0006159128,-0.0010410333,0.0091244085,-0.010954716,0.018103568,0.0146835325,-0.00544852,-0.011071771,0.011963555,-0.0021327566,-0.011019667,0.010311052,-0.013123585,0.017617468,0.020712895,-0.0066735432,-0.004354983,0.008167406,0.017622454,0.006571671,0.0063360236,-0.018268248,0.0026611597,0.0008539848,0.01022015,0.0074288095,-0.017123632,0.00013456366,0.010192905,-0.011908218,-0.0006716074,0.005201319,0.0008107746,-0.0026481175,0.0006607219,-0.015778646,0.014207841,0.009616128,-0.0028653317,-0.0052955947,0.055413604,-0.004610192,-0.005659239,-0.013808495,0.008561218,0.009252835,0.005045506,-0.0073189214,0.0130793005,0.014059194,0.008678324,0.005514509,0.0124728335,-0.0015368413,-0.004222345,-0.000186733,-0.0025290945,0.017512811,-0.01572953,-0.0018910272,0.0022927981,0.008301615,-0.0074610817,0.009662992,-0.02948844,-0.009476282,-0.004625651,-0.009678857,0.0042253723,-0.005784479,0.00035059633,0.012454991,0.005912999,0.005869726,0.0076487297,0.010301894,0.00017120421,0.015558234,0.0026444132,-0.0015146198,0.002442756,0.001242902,-0.014975303,0.0155160455,0.020510262,-0.00081647065,-0.02803635,0.0069881063,0.028402867,0.007972791,0.0149591025,-0.00023353874,-0.016156662,0.008894959,-0.004220856,-0.011716333,0.0031343398,0.012399453,-0.012957926,0.011779082,0.02036234,-0.008953771,-0.019766647,-0.0064977026,0.009546048,0.00064125936,0.005709553,-0.010684199,0.01031502,-0.012913197,0.017024348,0.00539399,-0.018625796,0.023298139,-0.020383948,0.014046387,-0.008610078,0.00036122632,-0.0030057826,0.0035719573,-0.003443962,0.012663377,-0.011001794,-0.0019519588,0.004262266,0.010042682,-0.002317237,0.007933672,0.005070829,-0.0011737726,0.009787764,3.5258854e-05,0.001649777,-0.0028836636,-0.007267954,-0.004373432,0.0047032065,0.011994398,-0.0026191922,0.013871705,0.0073243645,0.006427692,-0.006335953,-0.018898528,-0.005613135,0.017292844,0.0036320968,0.001937261,-0.0023189448,0.002070206,0.0032449325,-0.0005479373,-0.00088959344,-0.0019124119,0.0136268325,-0.010728168,0.011600043,0.002181721,0.00018486979,-0.0026753428,-0.0049432022,-0.012558402,-0.0028175502,-0.006439928,-0.01455885,-0.010946198,-0.001972579,-0.004683846,0.0022325353,0.018741485,0.0086986115,-0.0025883063,-0.011294921,-0.009280554,-0.005024829,-0.012088134,0.00080079766,-0.00034452602,0.013472048,-0.0006510075,-0.00031473118,-0.012449947,-0.014721142,-0.009945489,-0.016805094,0.0020693685,0.01606648,-0.018225819,-0.00068946683,0.0004901151,-0.011438064,0.0074838707,-0.023102874,-0.0036675897,0.010034316,0.007010969,0.0049757096,-0.01601539,-0.00010491022,-0.012776497,0.00661444,-0.05679298,0.013381397,0.010507002,-0.00065354275,-0.010796117,0.0053456645,-0.0072889426,0.014044513,-0.0022403488,-0.008807056,-0.01491806,0.0032586993,0.022264387,0.0064121834,0.0050736847,-0.01629683,0.017967232,0.0219491,0.019708136,-0.0016678657,-0.017421652,-0.00062586553,-0.003772363,0.02000336,0.0127422055,0.020394053,0.006606432,-0.0025713688,0.007522303,-0.007879782,-0.014751009,-0.016582437,0.008787844,0.0149139725,0.012192148,0.021125924,-0.016054992,-0.006036786,-0.008042236,-0.004486126,-0.010181161,0.021465275,0.0041632727,-0.010360711,-0.0053318194,-0.004254738,0.0016469742,0.002695047,0.029969815,-0.015357231,-0.0020831537,0.018432068,-0.020341793,0.017016243,-0.012956901,0.013861444,0.024185779,0.017738143,0.006555912,0.0027531749,-0.0048719766,0.0061723613,0.018979277,0.012508354,-0.02564572,0.011455477,-0.014101193,0.010273228,-0.028488582,0.006160136,0.0042761927,-0.0019094626,-0.025310796,-0.00790775,0.012838941,-0.0030622713,0.002311916,0.011756618,0.0007151574,0.005292167,-0.013681722,0.00619305,0.009170291,-0.015986126,-0.013470477,-0.0063740225,0.0019119725,-0.0023414085,-0.026176741,0.011902428,0.005559958,-0.00068335806,0.00852846,0.0011897982,-0.022992382,-0.011213946,-0.012708883,-0.004862133,0.01252156,0.002383772,0.0079017505,-0.007580296,0.004091871,0.018903265,-0.020000184,0.010563944,0.0112037035,-0.008225468,0.008779865,0.017667724,-0.025654085,0.0038811516,-0.007591653,-0.015316652,-0.023918347,0.0010009572,0.000907437,-0.01906745,0.007051211,-1.4068376e-06,-0.006977295,0.0124142645,0.016380697,-0.00048617617,0.023041612,-0.0077092615,0.014650865,0.008274571,0.010236111,-0.009420773,0.0086966595,-3.842757e-05,0.00287868,-0.01206537,0.010540177,0.0025039192,-0.0036714757,-0.0030050818,-0.005761755,-0.0067557534,0.0043874946,0.0015496495,0.022947745,0.0034703645,-0.00033361133,-0.0027580988,0.008585819,0.007923173,0.009413517,0.014274834,0.01001078,0.01301528,0.0077965804,-0.0019301635,0.0051779677,-0.004754117,0.0037711535,0.0036184522,-0.0028452824,0.008844724,0.0017138512,0.0069750743,0.0042706523,0.015202825,0.016474323,-0.008737978,-0.012854817,0.0061098947,-0.0052213343,-0.0041938056,-0.029043633,0.0036598274,-0.008423967,0.026756309,0.00022866468,-0.016070899,-0.011135553,0.0137101635,-0.0006432435,0.0021496261,-0.024426382,0.030327149,0.003761435,0.011196917,0.012645018,0.009063785,0.0027939617,-0.006098271,0.0206036,0.014477404,-0.002214515,-0.009394439,-0.013701049,0.020006327,-0.0002500298,0.0066918083,0.0024763101,-0.01747352,0.00039303128,0.0075016716,0.009520163,0.007609825,-0.012419432,-0.021921948,0.0038868901,-0.091313496,0.0022494737,-0.007895476,-0.0039458545,-0.0045484095,0.0069806166,-0.0047459602,0.0035381897,0.0074088494,0.0025619862,-0.00025951097,0.0050111925,-0.016925141,0.0025646025,0.022820184,0.00709906,-0.008969889,-0.017679056,0.004475696,0.0073210136,-0.020243531,0.014091221,0.0061807744,0.00287142,0.008316497,-0.0047393595,-0.02093603,0.0018136577,0.017033625,0.020169124,0.0026173717,0.009429096,0.0014756405,-0.01574651,0.019101324,0.02244457,0.0045495336,0.022675894,-0.121182404,0.011067217,-0.006943532,0.013009291,-0.002990556,-0.0027685468,0.007900516,-0.021148894,0.01076322,0.0041484134,0.00034847247,0.017373845,-0.0042866026,-0.0126788905,0.0117561575,-0.020076675,-0.004417656,-0.0017147147,0.013614183,0.002632206,-0.011742638,-0.004858129,0.018441558,0.014339551,-0.0072839144,-0.0052655176,0.009359461,0.009908631,0.0029595366,-0.008319393,-0.016059088,-0.014826732,0.00881918,0.012256695,0.008755072,0.004790044,-0.0013691757,0.009957874,-0.008913444,-0.008336166,-0.015518652,0.017069178,-0.00022708993,0.007212986,-0.007158489,-0.017087547,0.0022513815,0.007161424,0.01034164,-0.015615495,0.0004344062,-0.0044623925,-0.00984175,0.0036231093,-0.008082824,-0.0011303407,0.015195203,0.00040868437,0.013538376,-0.022141676,-0.012601549,0.0001307116,0.011630315,-0.003396645,-0.0036637038,0.001409663,0.009945487,-0.010200168,0.0025460667,-0.0026109205,-0.004951035,-0.00071099546,0.025246404,-0.008194968,0.003455495,0.030646779,0.029327357,-0.0107697155,0.013277841,-0.007367813,0.018564984,0.01825264,-0.01876299,0.009316702,-0.02228761,-0.021956827,-0.021317098,-0.0023250058,-0.0010274777,-0.05046723,-0.010998561,0.009365666,-0.0071307686,-0.002113112,-0.00085614325,-0.0072858194,-0.009507255,-0.006038185,-0.0066847363,-0.009746091,0.0066980748,-0.016442543,0.013481354,-0.009159386,0.004724344,0.007294876,-0.025494305,-0.027345546,-0.0063266438,-0.019883582,-0.0035007226,-0.022549305,0.002962615,0.0075535546,0.0015432999,-0.003714172,-0.020628575,0.0059639947,-0.018029068,0.0062916325,-0.009707817,0.019985203,0.023947308,-0.0068652974,0.00017304253,0.018234625,0.024170483,-0.0029481899,0.001586396,0.0014536852,0.015146633,0.010212611,0.004391375,0.010585726,-0.012142342,-0.017151652,-0.00990641,-0.0017882267,-0.0033122224,0.013347162,0.0047969613,0.0074440297,-0.000578315,0.0061446214,-0.013635144,0.025115715,0.0046093334,0.029976152,-0.008395748,-0.0053526475,-0.02385605,-0.0008529125,-0.025741555,-5.342169e-05,-0.020089854,-0.014407879,-0.012670253,-0.004697679,-0.0068263635,0.0064843055,-0.0067254263,0.01171089,-0.023999961,-0.002225006,-0.008616965,0.009481184,0.00673859,-0.0068540443,0.010862506,0.016984595,0.003375908,0.002279515,0.0031668576,-0.009025615,0.00246021,0.0061117266,0.008973453,-0.0058805165,-0.004480647,0.0107027395,0.00034487195,-0.004255224,-0.030496322,-0.009438217,-0.004935674,-0.0011838909,-0.002402194,0.0011620882,-0.018575754,-0.01634452,0.008561065,-0.000503578,0.007678416,0.00016199167,-0.010272915,-0.0067107948,0.0009635998,-0.0076145586,-0.004825909,-0.006114564,-0.014539026,-0.003241823,0.0060361903,-0.15840247,0.0023437652,0.020461742,-0.0039571417,-0.02558475,-0.020509006,0.008606113,-0.010664565,0.009271514,-0.0018488342,0.00025231278,0.0069704,-0.016029336,-0.009402887,0.011276055,0.0009268449,0.011700004,0.011481615,-0.019241586,0.014879467,-0.039148595,-0.022655504,0.0019384867,-0.016462093,0.002800469,0.017929874,-0.009465294,0.007689611,-0.014782372,0.010356247,0.0037326664,0.00959682,0.0035515535,0.0025383485,-0.01029538,0.023930358,0.010685149,0.0037277755,-0.0039496454,0.0015746611,0.0014093049,0.0010266785,-0.017979825,0.0014102145,0.0013677545,-0.0017154065,-0.020982582,0.0033836195,-0.003105552,-0.0005052074,0.0024236443,0.013797185,0.024791986,-0.016574638,0.003093492,-0.004785663,-0.0070812264,-0.02514319,0.008369495,-0.00073462806,0.006355867,-0.024171982,0.005744151,-0.0039862585,-0.0076510455,-0.013057873,0.0033928973,0.14592779,-0.0052767904,0.0069748037,-0.024449706,0.013025157,0.020405032,0.020974921,0.00081993535,-0.017378686,-0.0020929805,-0.009894929,-0.00683139,-0.011293882,-0.0093360925,-0.001682367,0.015263669,0.008560815,-0.009106183,0.005041482,0.010464026,-0.008634665,0.009283752,-0.007230879,0.016248384,-0.009664222,-0.015319868,0.006017727,0.013122047,-0.0057957154,0.024637526,0.018160814,-0.009937276,-0.012101532,-0.0030995647,0.0021299303,0.021165885,0.014512636,0.005247808,-0.017203981,-0.006142762,0.005625654,-0.02183636,-0.012647181,-0.0154318735,-0.013900358,-0.007957805,-0.0059979134,-0.01924009,-0.017264955,-0.0030066164,-0.044274077,-0.01587302,-0.005114342,0.00065021747,0.0020853365,0.014103404,-0.0007656684,0.003415163,-0.021803241,-0.016676854,0.024530273,0.0035692554,-0.019269863,0.004581935,-0.017910821,-0.0073514353,-0.023859024,-0.02685852,0.001536543,-0.094816,-0.0063120476,-0.007971469,-0.0066361097,-0.009972056,-0.027147755,0.0061789337,0.011701516,-0.0035930984,-0.0036705502,0.010928207,0.0015320985,0.001221409,-0.019484028,0.0023135627,0.012100447,0.013450504,0.009559247,0.016935958,0.0100893695,-0.0047053113,0.01776668,-0.009209042,0.015025868,-0.0056787394,-0.0035412677,0.003440242,0.0055477335,-0.0016026249,-0.017678019,-0.013111488,0.010529281,-0.036743604,0.01878123,-0.017541615,0.015234845,0.006387891,-0.01361867,-0.017635182,-0.013999204,0.03308999,0.003737877,0.014387163,-0.012554826,0.0072922674,-0.013143571,-0.010678784,0.008580613,-0.01862996,-0.01737501,-0.0020460042,-0.0041402793,0.002940444,-0.0025503607,-0.004632323,0.017980227,0.021811904,-0.025975104,0.015722835,0.0016159506,-0.008951364,0.0114019895,0.008309023,-0.010092992,0.010622528,0.0021293955,0.014820935,-0.00844739,0.0512227,0.0077171163,-0.0063143075,-0.01916863,0.01579767,-0.0077099716,0.0032055741,0.0015804355,0.013734783,0.009528924,-0.0040195547,0.012327697,-0.012437628,-0.009210679,0.014579151,-0.015684111,0.051496685,-0.006920306,-0.01238195,-0.012607879,0.020844458,0.0048607187,-0.012878534,0.025700007,-0.018769523,-0.008305199,-0.00832987,-0.019354971,-0.016550474,0.027859861,0.029016623,-0.0132720815,-0.0038232952,-0.0041763363,-0.01782305,-0.0033911904,-0.00023085365,0.0037035588,-0.017171705,-0.012193056,0.010264125,0.00281476,-0.005653205,0.0073852404,0.0049612876,0.012755216,-0.017529042,0.021653244,0.0033818262,-0.0031439809,-0.013188135,-0.014301113,0.0030413123,-0.028445223,-0.0058946027,-0.011504014,-0.03437296,-0.023150312,0.01725582,0.016217194,0.008972527,0.016504748,-0.027358681,0.015329388,0.0051848837,-0.002263731,-0.026262889,-0.014861314,0.0032898972,-0.031756204,-0.0059829243,0.010250629,-0.00026770734,0.025301436,-0.01457904,0.038511142,-0.008190119,-0.017880438,0.012435757,0.010847311,0.0067811897,-0.0066807275,-0.0072846347,0.00042148595,-0.008307567,-0.0043923114,0.031110575,0.022947574,0.0032745919,0.018489841,0.0042349915,0.003009499,-0.014663758,-0.005460144,-0.005973228,-0.009564437,-0.020313775,-0.011078091,0.0118697975,0.0058808597,0.003561948,0.009322821,0.010430721,0.0040476443,0.006608149,-0.0051180418,-0.0037855674,-0.0046132803,0.01603457,-0.0068077664,-0.016215714,-0.07479772,-0.00933916,0.005458889,-0.0014559433,-0.024038393,-0.0043761176,-0.010843035,-0.018054694,-0.024394693,0.009832481,0.013483209,-0.004283207,0.013377911,-0.017169885,-0.0022584947,0.0057170987,-0.0014685682,0.019877193,-0.0057739927,-0.003484373,0.021400772,0.006115222,-0.014305716,0.019126974,-0.0050795316,-0.004813038,-0.001141095,0.010881792,-0.017261893,-0.009193006,-0.019383613,0.02195272,-0.019110596,-0.023147175,0.015498748,-0.008430855,0.015567528,-0.026261188,0.0022838337,-0.009301637,-0.012772511,-0.008179581,-0.035955746,-0.015669083,0.024418194,0.0036128797,0.010826449,-0.014493906,-0.013690008,-0.009093564,0.0034797115,-0.02197558,-0.0023722106,0.021011593,0.029352922,0.00067115243,0.00075481075,-0.0076259044,0.01580393,-0.00014299084,0.010942127,-0.0155639965,-0.0149403075,-0.00064319203,0.01165235,-0.014167657,0.0013937633,-0.0020612783,-0.009332905,0.02237113,0.004713102,-0.0039527398,-0.0001271493,-0.018744074,0.008479543,0.008643302,0.02005956,0.009435174,-0.012098091,0.015511574,-0.026724128,0.034922082,0.00018979482,0.011075595,-0.0154770175,-0.010548926,0.008239418,-0.112334296,0.0024822608,0.0045620007,-0.0067526824,-0.013032575,0.018438527,-0.006471258,0.03625711,0.004146161,0.017016105,0.0031070295,-0.0037139144,-0.0040238886,-0.016451221,0.020467428,0.008910095,0.007539309,0.0010145666,0.010754197,0.0035147893,-0.022042643,-0.010768806,0.015002473,0.007980953,0.0074908547,-0.07951262,-0.0033978955,0.0067384457,-0.015207513,0.015318965,-0.013432554,-0.03132082,-0.00095848704,-0.0072449,-0.008944845,0.022715356,-0.009082806,0.0017970526,-0.0066627515,0.0032402386,-0.004062422,0.0133474665,0.00705531,-0.005342651,0.017232645,-0.012466436,0.005059199,0.0101553975,-0.027762922,-0.012170192,-0.021356972,0.013245528,0.0148771005,0.018243587,0.014194615,-0.013459215,0.004475586,-0.023458423,0.014323727,-0.0065518906,0.0152401365,-0.016342636,0.014943256,-0.021015149,0.005490873,0.017335173,-0.017807227,-0.039525248,-0.024980731,-0.010178202,0.016737299,-0.0043572015,0.0063843513,-0.0072779246,-0.0020913617,0.015541469,-0.01230616,0.013600991,-0.011288978,-0.0060294806,0.023329755,0.011881653,0.047560774,-0.04079153,-0.0036152734,-0.028135598,-0.0032019753,-0.0022039493,-0.011323697,0.017964039,0.0069641005,-0.011081394,-0.0010421667,-0.0075687603,0.0038962835,0.002814271,0.013090905,-0.0068179844,0.017918753,0.0068606623,0.01585384,0.016800325,-0.0033075737,-0.01086161,-0.0007409037,-0.008752084,0.0020086123,-0.022855787,-0.0025820194,0.0032202785,0.02083808,0.004316895,-0.016533641,0.0077379933,-0.0035006572,-0.00948514,-0.0010071599,-0.0078156665,-0.00051691366,-0.019713653,0.0011166723,0.01690504,-0.0066536916,-0.016498685,0.002546136,-0.01625676,-0.00801195,-0.009227956,-0.0030697957,0.009406481,0.014993115,0.007346515,-0.0020490035,0.001170471,0.009911089,0.022937443,-0.0076456685,0.0075177914,-0.025139512,0.005509494,-0.013046328,-0.009149199,0.026979972,0.020225534,0.017547064,0.030745449,-0.0005725304,-0.01024431,-0.013204709,0.018099215,0.018839467,0.026425514,-0.0061753043,-0.044525057,0.0035494391,-0.012740135,0.0076625803,-0.015755868,0.005367709,-0.028460903,0.019941946,0.015759138,0.004038243,0.006339,-0.016884677,-0.009621789,-0.0029765381,-0.0021946025,0.028280484,-0.0010536695,0.014586763,-0.024480492,-0.010616295,-0.020288028,0.043561667,-0.014237263,-0.0077654915,0.022620302,0.0021420124,-0.012321614,0.012232165,0.018016614,0.0039020532,-0.0017972245,0.005347829,0.003386843,-0.005094056,-0.011821468,0.02660576,-0.00087574834,0.0055412455,-0.00026179495,-0.021130586,-0.016442185,0.009715601,-0.006687834,-0.009456224,-0.015986674,-0.013257239,0.003426367,0.0065393704,0.00036561102,-0.017587079,-0.032515164,-0.020455295,0.0053704763,-0.011157152,-0.0005532447,-0.03051053,-0.0050010784,0.0003057321,0.0082764635,-0.00030318776,0.008886332,0.016401159,-0.015130424,-0.015360028,-0.015093663,-0.0022277469,-0.0005471882,0.012753672,-0.0069581005,0.0051302486,-0.002327706,-0.0005602922,-0.007965441,0.016494486,0.004081,-0.010272264,-0.019132884,-0.0063596326,0.019539922,-0.017746141,0.003955159,-0.0074579204,-0.012919389,-0.024078803,0.0013154439,0.013063195,-0.0012689523,0.022470625,0.0351694,0.0020407834,-0.0010182047,-0.037930593,-0.018209262,-0.014719633,0.0155218365,0.010004365,0.0052555054,-0.008311216,0.0063921055,0.00080940017,-0.007899384,0.0071259034,-0.0039326,-0.01660216,-0.020448783,-0.0073067197,0.03155256,-0.00088512676,0.0050615147,-0.0037405977,0.01433332,-0.031907056,-0.014752417,0.004523407,-0.0028143001,-0.011070779,0.0017639004,0.012738723,-0.004952535,-0.026744397,0.0051919366,-0.016584745,0.009450382,0.020631608,0.014408089,0.008188152,0.022597212,0.012127225,-0.010881132,0.012623014,-0.006613362,0.04173564,-0.012004365,-0.0014068584,-0.00279681,0.0059241382,-0.016636524,0.00016105108,-0.0027875411,0.013392048,0.0034751256,-0.008551077,-0.0036140701,-0.016157089,0.0033888575,0.010245612,0.0034548233,-0.015186254,-0.02216099,-0.00016580147,-0.033084817,-0.006922393,-0.001485022,0.01483208,0.0005491541,0.015902933,-0.02535572,0.0029704443,-0.0041839676,0.003660123,0.0021107334,-0.022004247,0.005194101,0.016942883,0.0029185147,0.007317904,6.344488e-05,-0.0028640374,-0.01256246,0.011156902,0.0035520883,0.007999418,0.014606995,0.017353253,-0.021772375,-0.0174073,9.992639e-05,-0.0007461104,-0.0020915088,-0.022506764,0.0044144774,0.010745543,-0.008980176,-0.000234736,0.0141665535,0.0068792123,0.017784584,0.0050113946,0.0035711399,-0.0010565093,-0.029359097,-0.009418395,-0.014651436,-0.003288028,-0.03137561,0.005580184,-0.024052676,0.029443529,0.014048311,0.0062155514,-0.011124685,-0.0054973704,0.009274507,-0.011152008,-0.023561189,0.0052002333,0.0016840585,0.0011555331,0.0066606496,-0.008144031,-0.01101912,0.0024833016,-0.0025379655,-0.0067918557,-0.015027038,0.0026016277,-0.01723724,-0.04302205,0.0072896257,-0.019679345,-0.018647684,-0.017356569,0.0020676418,-0.01129826,-0.0068352073,0.0053874734,0.030453341,-0.022465674,0.0019421144,-0.0068223225,0.0049275076,-0.0067601544,0.00094974,0.0048973495,0.0034365,0.0042512673,-0.026334535,0.00010205951,-0.0067945234,0.0002693224,0.00021814233,-0.008545774,-6.1919076e-05,-0.0108015025,-0.00682575,-0.029838871,-0.014522084,0.021870546,-0.031190984,0.011193495,0.013862861,0.009928992,-0.0036809146,-0.018477447,-5.707049e-05,0.014672855,-0.0036678691,-0.03002275,0.01679058,-0.0022196535,-0.010879983,-0.007462625,-0.0016644627,-0.022787588,0.025154294,-0.016431186,0.02858902,-0.015702643,0.006396628,0.016748136,-0.005184034,0.022662666,0.018500704,0.006475,0.007799059,0.015120481,-0.008563179,0.0003272098,-0.0016370455,-0.019717485,-0.00067557965,0.018058455,-0.018393239,0.0052770795,0.008102908,0.009195956,0.01666574,0.008204045,0.0055540074,-0.00087498507,0.013154192,0.0008799017,-0.00075306575,-0.009942396,0.0023629786,-0.016340619,-0.021875568,-0.009172027,-0.014625081,0.0019192271,-0.010256594,0.015156924,-0.018803459,0.011024715,-0.012689394,-0.019582503,-0.023622356,0.0019656552,0.0025137982,0.009527545,-0.024249732,-0.027148264,0.00047297686,-0.019469652,0.0024744498,0.0039489837,0.018900914,-0.042391077,0.00086809555,-0.032491427,-0.0048964554,0.00930548,0.021342674,-0.009552381,0.0019029778,0.005126715,-0.0033286535,-0.01388989,-0.027741065,0.011339683,0.02529716,-0.0053208508,-0.0054947073,0.0071530207,-0.010108679,0.0033936289,-0.00076642964,-0.023669466,-0.0038894182,0.0022477321,-0.018599648,-0.0010506236,0.004647874,0.011691224,0.008478285,0.01108564,-0.01528894,-0.0012013223,-0.0015222526,0.0003364277,0.004586463,0.009028543,0.0022522346,-0.004364813,0.0037635935,0.012411835,-0.04600021,-0.01723479,0.008121529,-0.001990197,-0.022428844,-0.0020523416,-2.4486937e-05,-0.0007436152,0.017589778,-0.024760589,0.013706174,-0.005099389,0.011780258,-0.011342883,0.0028378274,-0.011614395,-0.0055476353,-0.012020314,-0.0007917878,-0.019976217,0.005422635,0.006508889,0.0023244456,-0.016128216,0.007332537,0.003641198,0.0013410541,0.016265437,0.01545072,-0.0032204867,-0.005779225,-0.0024270194,0.009354233,0.007933311,0.0027772016,0.0041704425,-0.00039607784,-0.0013071045,0.014130174,-0.024679815,-0.032615125,0.010872146,-0.004192126,0.013386832,0.001492404,-0.03654997,-0.013134649,0.015252365,-0.008871725,0.0110634165,-0.012641559,-0.0029890696,-0.017003972,-0.01534767,0.014638328,-0.023612525,-0.027876915,0.006134661,0.0075201876,-0.0011830317,0.039475426,-0.014169312,-0.01208324,0.04538597,0.02623811,0.007786394,0.030972276,-0.0012905713,-0.0137099065,0.0039993916,0.018225407,-0.008911809,-0.0012895137,-0.012670857,0.0014202596,0.0019073057,-0.0135303065,0.008883065,0.012222152,0.0010787381,0.012062352,-0.01175142,-0.02654373,0.03842847,-0.0009283764,0.01775699,-0.020697014,-0.01611875,-0.034560338,0.016106624,-0.024489671,0.012885089,-0.007361107,-0.007744431,0.001378237,0.016503882,-0.0010577508,0.01450826,-0.005781117,0.01883702,-0.0070855864,-0.0174282,0.0047350554,-0.0022724827,-0.0039516073,-0.0050055687,-0.01647682,0.033796247,-0.015516299,0.031068875,-0.019505987,-0.030757755,-0.010403254,0.0134258,-0.01689021,0.008764924,0.021417528,0.03900721,0.013307151,-0.0035971655,-0.01475134,-0.012733483,0.010682084,-0.019875411,0.016192641,0.026353246,-0.008769248,-0.006243034,0.012331525,0.009816884,-0.004261911,0.018709907,0.0030306862,-0.0045357156,0.0022704217,-0.0039504133,-0.00053705723,0.013024544,-0.005715618,0.009146535,0.010143598,-0.00050098466,-0.017784225,0.011613743,0.018340884,-0.0023998548,0.020911265,0.019579079,-0.006376164,0.02986199,0.01805899,-0.017790599,-0.004003041,-2.1176811e-05,0.00034582283,0.014705931,0.0035355256,0.014463902,0.0038299386,0.011236231,-0.009610467,0.020055868,-0.0069277706,0.006163032,-0.0040944624,0.01679357,0.009137184,-0.0008011714,0.015376556,-0.0011981498,-0.010526479,-0.044885147,0.0018371148,0.011244229,0.014382645,-0.01320032,-0.0067961556,0.14511818,0.09829825,-0.017634494,0.0126392795,0.0027113645,-0.007665551,-0.012469528,0.013106747,0.010217984,0.004284566,-0.0275453,-9.961226e-05,0.002568153,-0.011949609,0.021681925,-0.0027368995,0.0018954797,0.0038936206,-0.01158754,0.01940751,-0.01289431,0.012440902,0.0021824737,0.016257612,-0.030347014,0.00831376,-0.010312768,0.015363159,0.018588549,0.003611783,-0.0031674125,0.013196981,0.00992583,-0.02565379,-0.007392379,0.004520972,0.021495411,-0.0003337119,-0.0056810086,0.0052630524,0.0068712845,0.008010184,0.0032754182,-0.009768136,-0.023561113,0.006333523,-0.0036331757,-0.00021836406,0.0008737742,0.0061473795,-0.010745217,0.006598069,-0.011663417,0.009445828,0.0043854346,-0.0164448,0.013538123,-0.0026759438,-0.012239451,0.013151139,0.0072903275,0.007825359,-0.0014307208,0.018011797,-0.0024914143,-0.019060338,-0.024903793,-0.0089236135,-0.013520894,-0.004893063,-0.0019574945,-0.008051176,-0.004036643,0.0059673805,-0.026510533,-0.013810555,0.017051576,-0.014366697,0.008895054,0.0031237996,0.01023503,0.0061069564,-0.011209768,-0.020115305,-0.0005337679,-0.009159113,0.0021452743,0.029371273,0.1070091,0.020069133,-0.0015028947,-0.0068916227,0.010601542,-0.00055306416,0.003341853,0.06422381,-0.010649354,0.014510303,-0.00075152563,0.008142228,0.0026299818,-0.0027515988,0.008728471,0.0007940327,0.008610945,0.026391339,-0.0016566847,-0.0050301217,-0.017073603,-0.01543956,-0.010086108,0.0067418623,0.00067851786,0.022667136,-0.031390388,-0.008082357,0.0011216564,-0.0090571,-0.10820389,0.0047911317,-0.01598173,0.001182949,-0.01512825,0.009740662,0.012194625,-0.0088239,-0.0054478426,-0.00033339197,-0.007835181,-0.023775943,0.012361426,-0.018901201,0.008330442,0.032394867,0.0068683797,-0.041507766,-0.007407816,0.012707665,-0.022898061,-0.010498644,-0.00041295955,0.0041439626,-0.0009400037,0.011142546,-0.020414028,0.0055274484,-0.029329821,0.027055802,-0.004626707,-0.0021100019,-0.031601135,0.019663876,-0.003518223,0.013546196,-0.010789886,-0.0142593,0.015476135,-0.0109971,0.0050002034,-0.043090194,-0.017877594,-0.010950707,-0.014145121,-0.020622965,-0.008668758,0.0027581132,-0.010310676,-0.012248869,0.014285581,0.013655364,0.0066890283,-0.003811147,-0.018873235,-0.00063881226,-0.022694139,0.017655427,-0.004538107,-0.0021152762,-0.02289198,-0.0060564475,-0.00048171007,0.013868738,0.019500779,0.002624555,-0.009593232,0.0056484654,-0.0071366015,-0.0012729738,0.008139172,-0.0061105825,0.0027623123,0.0048081395,0.0029420508,0.0037508043,-0.019714389,0.0049246224,-0.0036908188,0.03337468,0.004124281,-0.011375411,-0.008989231,0.1374116,-0.014285418,1.7552311e-05,-0.0052675274,0.0063460986,-0.007418377,0.00072323566,0.013806162,0.045978263,-0.001280082,-0.0014251593,-0.014371051,0.023201328,0.021213945,0.009036652,-0.017928237,0.020807225,0.013367374,0.023684524,0.019541733,-0.021746123,0.0009466717,-0.018152451,-0.018450744,0.009279595,0.005824884,0.008106923,-0.0071584187,0.011641405,-0.011932754,0.04257159,-0.0198165,0.0149863735,-0.025011243,-0.020588709,-0.005227735,-0.024949351,0.008436629,-0.004537053,0.013227683,0.002672666,0.006730013,0.030702908,0.020968804,-0.03961767,0.19143027,0.02721282,0.01279678,0.0041934475,0.0118534155,0.018361583,0.0077440515,-0.009028318,-0.015190577,0.01864114,0.013067699,0.003057554,-0.019027844,-0.0012333522,-0.015037987,-0.007823012,-0.0025602751,0.0017732491,0.00613936,0.0013713631,-0.021891948,-6.700914e-05,-0.0040509976,-0.030372662,0.0043260246,0.01932096,0.015550918,0.012294625,0.018397905,-0.013911988,-0.0133350035,-0.0065006902,-0.0020898432,-0.013165746,0.004654513,-0.025772883,-0.0048474954,0.007486248,0.0041979877,0.013569623,-0.018745491,-0.004952489,0.021156592,0.00021582781,-0.021690045,-0.024313824,-0.014780528,0.027546197,0.0025809905,-0.00690963,0.019067328,0.013705533,-0.018687582,-0.0067124423,0.006516761,0.015316497,-0.0029314898,-0.017770452,0.0040160944,-0.0036721432,-0.0076861097,0.014635398,-0.007885985,0.0026647723,0.013395491,0.001513726,-0.006296912]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 194,
          "content": "Vice-Minister for International Affairs Matsuo Holds Meeting with H.E. Ms. Helene Budliger Artieda, State Secretary and Director of the State Secretariat for Economic Affairs (SECO), Switzerland",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.011854313,-0.004817086,-0.015822645,-0.07293381,0.0060065403,0.009598549,-0.0045451154,0.0027864652,0.01584252,-0.0102965925,0.0021291147,0.017120475,0.0051131397,0.0010197508,0.09780655,0.0011909995,0.008763307,0.019717103,-0.011413858,0.0044772993,0.024446623,-0.012156379,-0.007648908,-0.010144049,-0.039325465,-0.033415683,0.001127808,-0.0055979616,0.0012313216,-0.019533098,0.010111115,0.0046692537,0.01035087,0.01125435,0.009871674,0.0052675824,0.018092876,0.010350075,-0.02167502,0.010149079,-0.009783218,0.0004054973,-0.011922764,0.028569898,0.0015102014,-0.020189445,0.01909081,-0.01969704,0.014746112,0.03359707,0.0048026806,0.021461068,-0.0105545325,-0.16465363,0.0024235954,-0.005468893,-0.0012436834,-0.011117973,0.03755166,0.0058347387,-0.026583381,0.025382617,-0.0028276283,-0.0026299865,0.0015177614,0.035173897,-0.027177408,-0.020078285,0.004485178,-0.012183026,0.029686637,0.009805042,-0.012807587,0.027997943,0.012908516,-0.0040090745,-0.013487065,0.00010797165,-0.00621022,-0.0034686108,-0.01347227,0.020424003,-0.0164258,0.0024035135,0.022382269,-0.014426959,-0.0013415922,-0.003346768,-0.013019365,0.007458369,0.03948814,0.017771097,0.015263258,0.005905161,-0.024863707,0.040480144,-0.0055574356,-0.024169657,-0.025673863,-0.007917481,-3.7362082e-05,-0.02446981,0.008340563,0.0044518043,0.011880521,0.03274732,-0.009752889,-0.028462159,-0.023675554,0.017392248,0.00049551844,0.013140201,-0.0017774557,0.031241437,0.019152328,-0.12508582,-0.030566247,0.012076254,0.0051921657,0.009627726,-0.00015180599,-0.0015455991,0.006067646,0.00073128036,-0.012211903,-0.005497539,0.001967873,0.01582854,-0.0017770927,-0.0069416864,-0.013625785,0.011057104,-0.018280195,-0.022137037,0.00058209716,0.028813679,0.0058714068,-0.0020612138,-0.013109245,0.0011082069,-0.003782984,0.035263553,0.0040919404,0.00189097,-0.014186734,0.004811157,-0.010722617,0.03632255,0.01781146,0.016862491,0.010050694,0.04558991,-0.01604023,-0.035651267,-0.023755081,-0.021993672,0.018582594,-0.04641612,-0.0074633504,0.015738169,-0.013369711,-0.0128431795,-0.0054415143,0.011171009,0.0062115514,0.005737909,0.030647805,-0.008207246,0.0016294024,0.02468623,-0.020158991,-0.004752476,0.0037213196,0.0120497495,0.0039736237,0.026447155,-0.009922906,0.0034492854,0.0049422146,0.01243778,-0.022562964,0.011459424,0.00878206,0.020834904,0.010697547,0.00026520586,-0.0075718667,-0.0057912893,0.007347769,0.015824644,-0.029593963,-0.012622378,-0.0013402975,0.020465342,-0.0141195925,-0.025769318,-0.022146832,-0.0043941312,-0.030105699,-0.017781721,0.01781213,0.013137164,-0.012910647,0.0022297937,0.03199711,-0.00712372,-0.0075050355,0.016358472,-0.02407784,0.011165883,0.00250045,0.006233247,-0.00015368589,-0.037656162,0.013085712,0.00042672726,0.014010963,-0.0013797013,0.015395349,-0.031383876,0.019951979,-0.020152776,0.0061459,0.049863495,-0.019864788,-0.006039139,-0.002071894,-0.0014628752,-0.012673742,-0.030696344,0.0079231905,0.024420692,0.01151596,-0.029633505,-0.0050047906,-0.011609008,0.0125136785,-0.015203416,0.012064623,0.0237993,-0.01034605,-0.011350796,-0.022969503,-0.00332322,0.0073017464,0.017213091,-0.0076952176,0.005418808,0.007557939,0.04473984,-0.0056773545,0.047829367,0.0051919087,0.00013915518,-0.01010852,0.02318172,0.00092950417,-0.003377186,0.018954588,-0.0059988103,0.001514316,0.03162449,-0.000960053,-0.0012660925,0.016045272,-0.018151192,0.0037694497,0.03844464,-0.008703153,-0.020965436,0.024977783,-0.00054607424,0.00014555521,-0.020530635,0.015259632,0.015890216,-0.08601079,-0.008648928,-0.013251631,-0.020158136,-0.0029744285,0.00072071713,-0.0133844,0.02326787,-0.02506276,-0.002953493,0.00689226,-0.004518419,-0.011487418,-0.00471733,-4.4269495e-05,0.000953894,-0.004476579,0.011098037,0.014274675,-0.0004885066,-0.008333545,0.0047071166,0.018840462,0.01030347,0.0017781708,-0.037002575,0.03684891,0.03734526,0.002305646,0.011700621,-0.011306037,-0.0053449245,0.0051635886,0.006359292,-0.03292079,-0.03605061,0.02568739,0.00021191464,0.017364675,-0.0064008916,-0.016712995,-0.014135499,0.0036227477,0.006567522,-0.004432842,7.800621e-05,0.0077281017,0.019021126,-0.00095232466,-0.0043565948,-0.018246748,-0.0054779146,0.010347921,0.0072990735,0.012528103,0.0068442873,0.012268416,-0.00045237044,0.006688922,0.0339263,0.025488814,0.016240392,-0.010690968,0.0051408955,-0.043148,0.010307893,-0.015345679,-0.004057854,0.035560157,0.03268205,0.03201813,-0.0014408043,-0.0010197909,-0.02589842,0.004237167,0.0272207,-0.015182413,0.010994167,-0.042172726,0.04265262,0.0067941737,-0.011786744,-0.027287373,0.0053615216,-0.014407964,-0.010436199,-0.0045733596,-0.0060276324,-0.00093808037,-0.02030723,0.0024889559,0.015433837,-0.024499854,-0.0110282805,-0.016141115,-0.014375059,-0.0027719778,-0.020737382,0.025837403,0.0059464467,-0.014705723,-0.026042275,0.014973723,0.01687863,0.0012591867,0.0042766,0.0060365763,0.01090841,0.004401918,-0.014352542,-0.017841108,-0.0036013704,0.00867361,-0.00047729968,-0.041778345,0.0009987946,-0.018098554,-0.005319429,0.024781432,0.021135902,0.03169757,-0.034835707,-0.015445141,-0.012254065,-0.004672452,0.0037814297,0.012471492,0.0063672177,0.02510442,0.0013319321,-0.015673442,0.012760678,0.013589409,-0.003525931,-0.008485118,-0.03948708,-0.015317776,-0.004443595,0.017300008,0.034252353,0.009787108,0.037809458,-0.019890003,0.0069292784,-0.014955682,0.0033375367,0.004051545,0.024416603,0.023927588,-0.015160453,-0.02062438,0.02244099,-0.02256015,-0.016674848,0.0010629644,-0.008690602,0.013085285,-0.010932425,-0.004316903,-0.021053925,-0.0065365704,-0.008253312,-0.0058425856,-0.025641028,0.010889002,-0.005375561,0.010460889,-0.010506163,0.00033073348,0.028358895,0.003011436,-0.022115676,-0.034589186,0.0037951127,0.014923448,0.004705992,0.025948795,0.002555331,-0.0327248,0.0013851093,0.004772202,-0.010470085,-0.004352569,0.01892711,-0.0137453005,-0.010495065,0.0104165,0.0041367887,0.022431817,0.013616559,0.041573487,0.013225366,-0.0025034258,0.017533699,0.0020472466,0.0068209167,0.010689037,0.023706935,0.01754529,-0.028453726,-0.019257125,-0.010389221,-0.00040681582,-0.0054019103,0.013601628,0.008081103,-0.03334446,-0.0029402294,-0.00026963637,-0.01099223,-0.020772321,-0.001965879,0.007792499,-0.0008936028,0.015094483,0.021607189,-0.017939044,0.025111789,0.0010911941,-0.024507266,0.029889368,-0.02771603,0.016508194,-0.0047232476,-0.0014350257,0.0072967466,-0.0020847009,-0.019418303,-0.03784386,0.0022209745,0.0012904505,0.0049521006,0.0024613822,0.00057034555,-0.02004605,0.004805277,0.0004273002,0.028012961,-0.010607342,0.011060117,-0.015424454,0.022672756,0.02054504,-0.007991503,0.009939364,0.039372932,0.0034891674,0.023304572,0.008180607,0.0023332995,0.013101387,-0.0013101354,0.032549303,-0.009945212,0.014633128,0.03260012,0.024432126,-0.03283893,-0.022045609,-0.009379374,-0.00015720828,0.01290983,0.012573641,0.004595022,-0.02846341,-0.008608112,-0.007865149,0.015386259,0.023382341,-0.05125608,-0.011671589,-0.00025994208,-0.009461323,-0.014685937,-0.028418718,0.01737814,-0.03371516,0.010467944,-0.017798718,-0.0014911379,0.0032298774,-0.011355833,-0.0055879713,-0.011737777,-0.015803734,-0.005764915,0.018761976,0.0005845437,0.00194578,0.008901294,-0.007428296,-0.023436768,-0.005319551,0.008704233,0.0075090546,0.013675359,-0.0005535142,-0.03136275,-0.00488947,0.00034361225,-0.0060804184,0.0118921,-0.0037756758,-0.026691312,-0.004234521,0.011775585,-0.004510697,-0.020027267,0.024374466,-0.013375963,0.010991652,-0.024250714,-0.0284836,-0.007223796,-0.0044020456,-0.03396553,0.02094316,0.0014913058,0.0075491387,-0.010189866,-0.028306821,0.019534748,-0.018562423,-0.0068345335,-0.043737102,-0.01568776,-0.0027582063,-0.0026936342,0.01002732,0.014619679,0.0068590026,-0.0045201164,0.037050594,-0.016609283,0.008345834,-0.0049127294,0.01946203,0.011902073,0.009562699,-0.009885498,-0.0016303873,0.0058381525,-0.027802767,-0.00070232886,-0.013340774,0.008251545,0.03123962,-0.004555952,0.027529795,-0.03469054,0.0003524453,-0.12899315,-0.009508506,0.00053612184,-0.016704831,-0.0015421282,0.02596816,0.0123740425,-0.0113784475,0.021999042,-0.0074456483,0.023864325,0.005534557,0.00056400086,-0.022823676,-0.019093564,-0.034007113,0.025563462,0.009694778,0.027928533,-0.012158206,0.004009047,-0.0069742138,-0.022063341,0.002075122,0.02299346,0.00869166,0.0048063076,0.016123082,-0.011315426,-0.059704848,-0.013559505,-0.1330276,-0.00725702,-0.009633626,0.014943152,0.017469458,-0.02840827,0.04298332,-0.019334484,0.010903981,0.019963594,0.01355491,0.028924366,-0.02022916,-0.015080265,0.028736904,0.09412194,0.0026772278,0.03307723,0.0044408375,0.0050401054,-0.014678212,0.01569494,0.026880115,-0.024051256,0.02621339,0.00091008056,-0.0111790355,0.000961896,0.010774072,-0.003334046,0.027453892,0.018320585,0.008532871,-0.002273881,0.022087967,-0.00406646,-0.015342719,-0.033592053,0.0034673524,-0.021399414,0.010981805,-0.0036874546,0.007783646,-0.012590873,-0.0049154987,-0.006097378,-0.016311536,-0.013108506,0.0019384471,-0.04634014,-0.009270903,-0.08577445,-0.006012265,0.0060152994,-0.0063321013,-0.016149268,0.008612251,-0.028437776,-0.0027272406,0.019863816,-0.00651636,-0.010186607,0.024293438,0.007452289,-0.027675897,-0.013800466,0.019025432,0.009324715,-0.031226082,0.0057355817,-0.008565507,0.0053932215,0.011156593,-0.0011672794,-0.02172041,0.012761448,-0.015849516,0.005864379,0.012274186,-0.025740892,0.025415132,0.0046177716,0.01213436,0.009452208,-0.014349825,0.01895482,-0.02066321,-0.009838669,-0.003876491,0.030264577,-0.0026597413,0.033304565,0.028818045,-0.012969531,-0.024178818,0.010257376,0.017686078,0.030927591,-0.030194735,0.0046268622,-0.015043982,-0.014923528,0.0011143319,-0.021386905,0.015174871,0.013435559,-0.01413986,-0.015201527,0.0058850315,-0.0039036504,-0.003660439,-0.0059636296,-0.0058322945,0.005076596,-0.006743415,0.0016101898,-0.008261308,0.00864792,0.0027643102,-0.0054275934,0.012744006,0.0021488147,-0.012303311,0.013177354,-0.004218908,-0.010956157,0.009317443,-0.024998965,-0.006095156,-0.029857544,-0.00069325825,-0.010360208,0.0003882682,0.01740472,-0.008224361,0.0017298845,0.023719676,0.021034798,0.012789588,0.0061540157,0.030648328,0.0034592364,0.0031401482,0.013964548,-0.005463885,-0.0015472339,-0.026916709,0.0044948095,0.01574523,0.0013055,-0.00088350254,-0.012009468,0.02197792,0.018355917,0.010592068,0.023778897,0.0014276835,0.010671076,0.0028748203,-0.016392427,0.012803177,0.00078026566,-0.003075345,-0.003652475,0.012224342,-0.0011733397,0.008579175,0.00913428,0.006140236,0.014455307,0.003198834,-0.0056334715,-0.025793083,0.012934503,0.01180813,0.005399202,-0.00497625,0.018257909,-0.01761696,-0.020965999,0.007282372,-0.0073013483,-0.007813976,0.02080056,0.010980405,0.015128628,0.0036281815,-0.0058425926,0.0048662173,0.012647283,-0.002163149,0.00614539,0.0038569367,-0.019498084,0.006426769,-9.947322e-05,-0.0067557143,0.011719901,0.00049342815,0.0018295714,0.013036739,-0.009273675,0.0032717164,0.008530537,-0.011966048,0.0010475153,0.0041607404,0.004574202,0.006063671,0.005982139,-0.0034867143,-0.0010405142,-0.01131451,0.018419804,-0.0062590064,0.0031415303,-0.008804535,0.018396443,-0.0045654047,0.014349347,-0.013008885,-0.019046087,0.013736953,-0.003120593,-0.008394078,-0.013265744,0.009541467,-0.008483967,0.0035514978,0.0032121537,-0.009028051,0.002407381,0.017659416,-0.0011866201,0.017023582,-0.012468422,0.011018558,-0.0122151105,-0.00061438873,-0.01567311,-0.0030902964,0.008090013,-0.0031151962,0.012059412,-0.0075189467,-0.002908858,0.008566115,0.018786294,-0.012757143,0.027160354,-0.0005015077,0.009320031,0.01092312,-0.0002827916,-0.014105624,-0.01402344,-0.020396164,-0.007932713,0.005507849,0.0053033014,-0.010703584,-0.008021653,-0.012335152,0.0014724075,0.020079887,-0.014871451,-0.006615694,-0.0010298968,0.0023687386,0.018986642,-0.01781325,0.012258229,0.028161246,-0.020260118,0.013077388,-0.004907594,-0.0010183832,0.018905245,-0.006531606,0.0045881565,-0.00079640665,0.005606089,0.00573431,-0.001021783,-0.0110138515,-0.009529807,0.010824721,-0.0011887585,0.0039478736,0.0014248367,-0.016347725,-0.005786973,0.010262026,-0.01416362,-0.008598223,-0.00502104,-4.3701744e-05,-0.015550128,-0.017219337,0.0009902365,-0.0065871915,-0.012684572,-0.0022513564,-0.018839536,0.011176947,-0.006838417,-0.007874469,-0.0025695234,0.013567003,0.020302907,0.09513712,0.018809315,0.00063645275,0.01222763,0.003354417,0.004949127,0.021800306,-0.01004229,0.0192161,0.0033734639,-5.3099764e-05,-0.0027279968,-0.021211527,-0.010993698,-0.017575374,0.013653153,-0.016694855,0.010995221,0.0029785123,0.012501926,0.01135795,0.00935537,0.0031564322,0.0031022262,0.0021187381,-0.0014556121,-0.0004863304,0.01163009,-0.012820858,-0.015225873,-0.011211706,-5.9250547e-06,0.012952503,-0.0003358921,-0.019806525,-0.0023295782,-0.016210742,0.015757967,0.007928974,-0.0073848628,0.0040415456,0.025898093,0.005265723,-0.027574904,0.0119311465,0.01344831,0.0033688769,0.009908962,0.005246961,0.0035342695,-0.0022721926,-0.0046418547,-0.0015699446,-0.019636808,-0.018626617,0.019513246,0.00834361,-0.00031599132,0.018479936,-0.010350398,0.009532227,0.0037134807,-0.004770685,0.0047220234,0.013500662,-0.010748435,0.001061178,0.01152118,-0.0026921108,0.012308219,0.025564164,0.00229852,0.0062338263,0.009491345,0.011485195,-0.011666712,0.008926997,-0.013040032,-0.0008426477,0.0050944514,0.0030797925,-0.011493086,-0.0127186375,0.013098759,0.016103651,-0.010104283,-0.008321249,-0.0002763164,0.009520509,-0.015633225,0.020231834,-0.025729218,-0.0020551765,0.0064839055,-0.01411974,0.0072820326,0.06558507,0.012101459,-0.014710326,0.00010062279,0.021958739,-0.007935735,-0.0053369165,0.0011880302,0.010798504,-0.001658773,0.013976471,0.0018585073,0.016300805,0.0073069464,-0.010233923,0.018572196,0.028179856,0.012683262,0.0038529932,-0.0038895372,-0.013188536,-0.0052805897,-0.010082656,0.018936124,0.008230774,-0.015798,-0.0054325005,-0.031070067,0.005003533,-0.005004477,0.020477276,-0.00053144834,-0.003402633,0.0010743829,-0.008931222,-0.0071133752,-0.006020798,0.019605737,-0.007936626,0.004010217,-8.944005e-05,0.008835021,-0.02912383,0.009287193,6.832747e-05,0.0045230584,-0.015428133,0.023317646,0.0059807673,0.00093224476,-0.0069496185,-0.012627449,-0.019709015,0.0010562789,-0.0040837526,-0.017074186,-0.011082681,-0.016929343,-0.009885077,0.020028004,0.013076876,0.0013573929,-0.00029325808,-0.0102425385,0.003101538,-0.0044603297,0.0003066946,-0.004597423,0.003956019,0.000554559,0.00626473,-0.0060914992,-0.002036257,0.0036560036,-0.0015724741,0.0033023353,-0.011089522,0.008534585,0.009132579,0.002086599,-0.009622215,0.0043175635,0.0015773234,0.006105071,-0.0015980237,-0.00447948,-0.012952144,0.0048381654,0.004002328,-0.001699242,0.00013198334,-0.01727972,0.005158536,-0.011914582,-0.0047643045,-0.0036247259,0.0098772645,0.013299139,0.009591465,0.0055108923,0.008108833,0.013993117,-0.001645834,0.00475766,-0.012043732,-0.014491166,0.009465428,-0.018600168,-0.0066326954,0.024178404,0.011151143,-0.008431735,0.0001349754,-0.0012249011,0.0067958157,-0.008993159,-0.009772966,-0.007638245,-0.0012391469,-0.011073686,0.0056567183,-0.008830788,0.0056592897,0.022537414,0.010809057,0.015157748,0.004558273,-0.008167922,-0.0009662256,0.01752952,-0.007853182,0.002604929,0.0014129232,-0.004342203,0.008150296,0.0026522158,-0.009707164,0.010913164,0.0014461518,-0.005880265,-0.0023003968,0.0035480894,-0.018769693,-0.019918535,-0.020266244,0.0146694025,0.0045823706,0.002403107,-0.0032109842,-0.007138171,-0.0028021273,-0.00409412,-0.01751381,-0.0193193,0.015334036,-0.019521786,0.0064370465,-0.008275485,0.017144393,0.014663534,0.009072029,-0.048839435,-0.010338633,-0.016483113,-0.019465508,0.010884756,-0.007213155,0.0025441416,-0.0019869853,-0.0053794417,0.015435198,-0.011022032,0.006317173,0.0077234004,0.018940294,-0.013706573,0.0041935444,0.002005042,-0.018512556,-0.0092098825,-0.014189312,-0.0002853159,0.00437634,0.002907898,-0.007218232,0.00202329,0.024467876,-0.008055408,-0.012365332,-0.000400844,-0.01630216,-0.01425427,-0.003013145,0.0057349787,0.0011328426,0.011682871,0.019413754,-0.012446783,-0.009544371,-0.012997077,-0.019041533,0.008718568,0.0182319,0.009747624,0.0039611636,0.0075684763,-0.019053074,0.027886668,-0.004433946,-0.0026778078,-0.022596955,0.010303067,0.0107449135,0.0083890995,-0.003967799,-0.0043452797,-0.0004017697,0.022968369,0.0050827526,0.010998083,-0.0024143269,-0.01567753,0.010928997,0.009521603,0.0064688963,-0.005974471,-0.0023324909,-0.0226347,-0.010194807,-0.003693568,0.009477741,-0.005587656,0.0010022962,-0.005438732,-0.0010577459,0.012831936,-0.0013442674,0.010755434,0.00579446,0.02632446,0.013239818,0.0032602272,-0.0034353163,-0.016606918,0.00054982735,-0.020200958,0.0059086527,-0.007900693,-0.013713089,-0.0062483856,-0.00085150945,0.009194897,0.02016528,0.005742043,-0.00284646,0.00642353,-0.012294628,-0.0065660807,0.012216021,-0.000121350204,0.0030934433,0.0062019583,0.011246974,0.0032022295,0.010684671,-0.013318069,-0.0007769834,-0.0005332702,0.010386442,-0.009099282,-0.0079459855,-0.009525626,0.013875267,0.0031332457,-0.009749612,0.0027823758,-0.002352608,0.011144916,-0.00721379,-0.0062415726,-0.011266185,-0.0151256295,0.019611165,-0.004821657,-0.005970885,0.01499552,0.022707488,0.020918805,-0.022515735,0.0079876445,-0.0094075985,-0.006953537,0.00087710645,0.013371925,-0.008155596,-0.0084627,0.0044774576,0.007426703,-0.012182746,0.007374413,-0.009455905,0.0004031737,0.024839435,0.004063272,0.004294631,-0.0029794967,0.0008282595,-0.014747651,0.026831847,0.00040468844,0.024041453,0.018051894,-0.006487262,0.005682326,0.009133977,-0.0054473816,-0.012311491,-0.009152996,-0.004010429,-0.007888936,0.008729494,0.006873459,0.0042924955,-0.012185748,0.000102452876,0.00493937,0.00036851538,-0.012447248,-0.004381985,0.005711612,-0.014549373,-0.0043003936,0.007396607,0.0021589538,0.01688202,-0.00047027087,0.003506962,0.017430747,-0.003650438,-0.015277269,0.012849785,-0.01323556,-0.00075217953,0.016229115,-0.009786359,-0.0073936596,-0.008906451,0.01644308,0.016889805,0.012626616,0.015395882,0.006815172,-0.009393344,-0.020184759,0.018015368,0.009147813,-0.007154996,0.01088274,-0.021567361,-0.010675333,-0.0018555596,-0.018001994,-0.019223006,-0.012689315,-0.0165735,0.012815237,-0.08647668,-0.007468389,-0.0048414585,-0.004099956,-0.006883208,0.013840587,-0.008747273,-0.028723637,0.0064478223,0.0030939395,-0.015876865,0.0149086295,-0.0055335774,0.012494155,0.007662454,0.0022454592,-0.0013446588,-0.0073318584,0.01112628,0.013506714,-0.015935488,0.012673305,0.007936976,0.0065863733,0.017068457,-0.009867721,-0.01150879,-0.0075151827,0.014467197,0.0077943364,-0.010030509,0.0018702797,-0.0019621225,0.0011168994,0.017855324,-0.022058694,-0.0090086,0.020700492,-0.13057785,-0.0071299593,-0.0056602783,-0.005554087,-0.011838708,-0.0005576936,0.006141991,-0.0075970693,-0.002990306,0.001040271,-0.009781646,0.013274469,-0.0048769624,-0.014516406,0.0118131265,-0.0047517,0.00534992,0.0026124856,-0.0031979312,0.006491659,-0.011695196,-0.021301499,0.015447171,0.015257122,-0.015856534,0.0034106001,-0.013441305,0.0010565794,0.0047761886,-0.004311715,0.0073606377,-0.014143928,-0.0058599687,0.014122885,0.004416762,-0.017858822,0.03786607,0.0071829003,-0.005603837,-0.002926111,-0.006548495,0.017057508,-0.0008927458,0.01041443,-0.01725352,-0.010437722,0.011884512,0.010420904,0.006347391,-0.017063994,-0.01393284,-0.012299375,0.003732519,-0.0074154288,-0.01932424,-0.0079367375,-0.0018741272,-0.0066359285,0.004478439,0.002529339,-0.0015849792,0.004662321,0.017751599,-0.009967613,-0.013240889,0.0038631146,0.018510388,0.0043231226,0.02528886,0.00043007746,0.0052012443,-0.013001103,0.0027357077,-0.0029163498,-0.006775984,0.0031808543,0.018368645,0.0015858363,0.0026443717,-0.022054005,0.031307142,-0.0062297,-0.002351174,0.021961933,-0.0020783504,-0.009638425,-0.00256531,-0.00071645575,0.005754155,-0.056071613,-0.000791216,0.0118995905,0.009567841,-0.0021322826,0.0014782544,-0.018536707,-0.0059646014,0.0028189626,0.021201234,-0.0071428698,-0.026050832,-0.005049871,-0.0002967501,-0.0007046191,-0.013265822,0.014143253,-0.021094369,-0.015651306,0.008657632,-0.015930017,-0.016820125,-0.014442383,0.0014149655,0.016061846,0.010432321,-0.005639396,-0.0009944552,-0.008036622,-0.0034592669,0.006335952,0.0056947647,-0.023456216,0.02095439,0.01644684,-0.022825418,0.0065977657,0.030228158,0.01901979,0.0064405985,0.021824328,0.011315258,0.0128528,0.017957103,0.00867095,-0.008966774,0.005140872,-0.01520892,0.00797636,0.008840593,0.012835808,-0.0085389195,0.017556071,-0.006895884,0.0023715158,0.03510366,0.01639425,-0.0059546605,0.035346273,-0.03203034,-0.012828297,-0.03161939,0.0026445724,0.004872144,0.007910047,-0.017871598,-0.01872552,-0.028586313,-0.011793943,0.0050307936,0.021703744,0.0029823193,0.033535402,-0.007750818,0.0023414926,0.0060091615,0.00316775,0.009400708,0.0060154796,0.008862257,0.026299499,-0.007299034,-0.006729981,0.00064544874,0.003840799,-0.0022384843,0.018346854,-0.00528687,-0.020693103,-0.008261798,-0.007549711,0.007980312,-0.0009476577,-0.016828537,-0.0057724505,0.00059106183,-0.0047951275,-0.0031574466,-0.007223327,-0.018163642,0.0031815947,0.0074993367,0.0049891407,-0.011812483,0.008057832,-0.0062592593,-0.0043660155,-0.0021703802,-0.0055128587,0.004841873,-0.0031991177,0.0099587375,-0.00884131,0.012471025,-0.1672138,-0.0021410238,-0.0048780036,0.024380567,-0.012203827,-0.018534701,0.0049577868,-0.00014226427,0.008853771,0.0013425855,-0.0065963343,0.0039815903,0.014063719,0.006611246,-0.011796899,-0.030959219,0.011992977,0.010850955,0.0054450873,0.007706997,-0.037460286,-0.03057318,4.842594e-05,0.019000033,-0.013185861,0.0022196728,-0.006959656,-0.0010271183,-0.008624047,0.023185596,0.0074957963,0.010655425,-0.003606279,-0.01620791,0.009119573,0.012575629,-0.008283211,0.0062110433,0.0038821308,0.006232908,0.010725673,-0.003833761,-0.017881509,-0.0025520218,0.015174978,-0.008976382,-0.012995383,0.008040108,-0.018647784,0.011990457,-0.0020292385,-0.005197605,0.0177158,-0.014633775,0.007005293,-0.017515793,0.009098707,0.006487231,0.0014531019,-0.02337919,0.0026063565,-0.006953892,0.011197186,0.0050290846,-0.013244759,-0.0005883438,0.015347772,0.15736027,-0.00622492,-0.015450186,-0.020705706,0.010877475,0.0164329,0.019225076,0.008200966,-0.016694829,-0.007295949,0.0065236636,-0.00823344,-0.012548913,0.009207032,-0.012705783,0.011099893,-0.007999272,0.0026504556,0.0034224654,-0.001133589,0.0040047327,-0.0009491213,-0.0071515776,-0.012668156,0.011223421,-0.011490591,-0.0015683849,0.0030829997,-0.009726826,0.012835974,0.028295135,-0.009809066,0.005812623,-0.003704336,-0.025220506,-0.018664978,0.003624889,-0.00012607547,-0.01894551,-0.0243611,-0.016014578,0.0024423862,-0.020361714,-0.020414334,-0.007109498,0.008686681,0.01816438,0.0015461828,-0.010283808,-0.017522383,-0.05347485,-0.007965424,-0.007096037,-0.023567108,0.0044372836,0.005031016,-0.0024429546,0.011019348,-0.018493868,-0.011429502,0.024090482,-0.009977286,-0.0025272623,-0.009859446,0.013933106,-0.003884969,-0.013232658,-0.010291666,-0.005802059,-0.10434504,0.0071686246,-0.016471166,-0.015876321,-0.010308624,0.02805899,0.007193979,0.015914498,0.007731499,-0.025094936,-0.0043203714,-0.0028906697,0.01071138,-0.01139994,-0.00419793,0.003575954,0.006708685,-0.010930324,0.002861007,0.009105048,0.0026938573,0.008279458,0.01987667,0.016969332,-0.0037859876,0.0074357474,-1.970932e-05,0.0055242605,-0.0070207496,0.004855529,8.7722736e-05,-0.0059029455,-0.04482881,-0.011425331,-0.024430722,0.009482154,0.0051076724,-0.016194431,-0.02496293,-0.0045894934,-0.0015355176,0.0041355733,-0.011845746,-0.013811816,0.010019392,-0.025236018,-0.0043892898,-0.0058163907,-0.013682443,-0.0024506093,0.0020884313,-0.01213151,0.016912388,0.0006964092,-0.0044234702,0.014130076,0.0074488292,-0.047494072,0.013103655,0.010585968,-0.002792256,0.0016221914,0.004279052,-0.0070758727,-0.0026773363,0.0026186057,0.0037933867,-0.0058608446,0.0109436065,0.013643255,-0.0053004064,-0.0068549933,0.0100951055,-0.020822389,0.0027676704,0.0035392437,0.01885751,0.016775133,-0.017123086,0.0075855516,-0.026244288,-0.013529954,0.0045285714,-0.012247652,0.04110776,-0.028215496,0.006021213,-0.013222821,0.010496401,-0.0065801577,0.003655162,0.0049172514,-0.015457964,0.021243135,-0.017582314,0.0005156205,-0.009130039,0.006407987,0.0007675,-0.015321453,0.013218005,0.005400214,-0.024809608,-0.007860123,0.020359363,-0.004990924,-0.012143953,-0.017675914,-0.029909333,-0.008753486,-0.028412435,0.018058425,0.0024748475,0.011982184,-0.023528125,0.019958235,-0.023818668,0.018905183,-0.01720045,-0.021609744,0.009391955,0.001056243,0.005233168,-0.006338846,0.0019801087,-0.0014004246,0.014835252,-0.009845415,-0.01562343,0.006252557,-0.019278113,-0.00015957632,0.024802338,0.0034222377,-0.014747353,-0.01824525,0.021063663,-0.022343941,-0.009274409,0.00056806824,0.011132078,0.025090653,-0.011863114,0.017538574,-0.0018696323,-0.006586481,0.016981756,0.0119669195,-0.0018240057,0.008646331,0.0014020953,-0.016992163,0.0020406337,0.016748415,0.002990593,0.024388487,0.0016611819,0.02497569,0.014466023,-0.023347858,-0.018035496,-0.006863507,0.0031724032,-0.0135218,-0.0031103482,-0.018100424,-0.020952167,-0.0059643583,-0.021462366,-0.0027874382,-0.0016671238,0.011661596,0.002931245,-0.009476968,-0.024333458,0.011455847,0.00015791843,0.0057719606,-0.022597093,-0.07419117,0.011079477,-0.0041056513,-0.017880056,-0.011132343,-0.0077690515,-0.009933647,0.011381641,-0.012931952,0.007317045,0.015577074,0.0025801528,0.011604416,-0.01893135,-0.026092082,-0.0030864475,0.0009924193,-0.0048101507,-0.0015558287,-0.022084797,0.009188673,-0.014379435,-0.014978443,0.013858213,0.015920995,-0.020025779,-0.008338181,0.005138541,-0.013548601,0.00948827,-0.013544381,-0.012772052,0.004504894,0.020527232,-0.012639854,0.013114411,0.0066857645,-0.054113254,-0.007030464,-0.030142115,-0.02189974,-0.012422569,-0.043439146,0.0035665527,-0.00089166174,0.009549338,0.034145024,-0.0006303309,0.009223338,-0.02520459,0.013993714,0.0027829374,0.0043420745,-0.010984911,0.027461486,-0.007157542,-0.0041131033,-0.015653655,0.004533311,-0.018068753,-0.0007301685,-0.024128562,-0.024398876,-0.0032001021,-0.0044056308,0.0035000418,0.0010602976,0.0041425955,-0.0017788192,0.014835744,0.018291611,0.010749731,0.020022469,-0.009059196,-0.010235678,0.018141704,0.019781591,0.0029180048,-0.002914066,0.0013329186,-0.017106276,0.01358614,-0.0045893267,0.0034509425,0.014625075,-0.0049969363,0.00090871955,-0.09481825,0.0013892102,-0.004311676,-0.005956614,-0.016004395,0.031135395,0.007898457,0.047015935,0.009308524,0.013441021,0.012163774,-0.0137417335,-0.02079143,-0.027582545,0.009938908,0.017841963,0.003924545,0.019411404,0.007905282,-0.0017485588,-0.027420672,-0.00152263,0.017555702,0.022122463,0.011830179,-0.058942728,-0.0023711314,0.004887047,0.0018329624,0.008435561,-0.011039778,-0.004801664,0.00943542,-0.0016405997,0.022019245,0.027803138,0.0018754593,-0.003917918,-0.010332685,0.0038378807,0.013474666,0.0154215265,0.009993925,-0.01248466,0.0011861137,-0.0029134592,-0.013026139,0.007398988,-0.004512338,-0.0076464787,-0.01004438,0.020873295,0.0045490856,-0.003915837,-0.013415534,-0.015044248,0.011054047,-0.005437581,0.008986358,-0.00021388379,0.0065791016,-0.011657402,0.018609226,-0.020692483,-0.022972867,0.0154125625,-0.016625157,0.0033463829,-0.02383279,0.008488484,0.01948352,-0.0013066748,0.01744702,0.022340082,0.010500802,0.011561335,-0.0132008465,0.0054057757,-0.018425755,-0.0029334172,0.0021372647,-0.013300871,0.038030665,-0.016215812,-0.0027532333,-0.029069034,-0.003139548,0.009394876,0.0063720783,0.019651128,-0.0117947515,-0.017851396,-0.013207098,0.012961808,0.004966012,-0.01178161,-0.008531556,-0.0046515535,-0.008073818,-0.004150102,0.00763283,0.003927347,-0.0038342709,0.008529507,0.023794368,-0.006659688,0.011581332,-0.012481009,-0.004259483,-0.021882726,0.0067122285,0.015414133,-0.0140346,0.0030565776,-0.008042984,-0.0051124194,0.0027810729,-0.01415788,0.0032894518,-0.03385743,-0.0029573105,-0.005884403,-0.0075589493,-0.00095372344,0.0016099479,-0.014712059,-0.004417723,-0.018763794,-0.0045121713,0.0048323227,0.004473243,0.019804506,0.014585753,-0.006278427,0.004631334,-0.007231752,-0.021474468,-0.019506842,-0.008941126,0.0014074069,0.014223272,0.009570928,-0.0023116132,0.014743305,0.030980643,0.012760891,-0.010520724,0.0019548263,-0.0085633155,0.017983403,0.013930326,0.021902397,-0.00351275,-0.0057971287,-0.0055125877,0.006399105,-0.021829315,-0.008547669,0.015927302,0.004700923,0.0219911,0.01414383,-0.019743923,-0.0029343702,-0.02131058,0.0075417436,-0.024921957,0.010867693,0.0026853776,0.009280225,0.0071987263,-0.02131242,-0.010166678,-0.0068696453,0.009364635,0.00961582,0.011415332,0.021550763,0.023589384,-0.0010927573,0.018398188,0.0012759876,-0.010964249,0.005586766,0.006726681,0.0074141473,0.010840495,0.022420181,0.009608886,-0.023063488,0.006362307,-0.013951598,0.001332269,-0.016283073,-0.011582882,0.00097527914,0.008161933,-0.044638924,-0.0059797103,-0.008408796,0.008208305,0.0138212135,-0.011255289,-0.014211852,-0.012059366,0.015277064,0.02625506,-0.0115164425,-0.03757881,0.02166271,0.0011920591,-0.011011143,-0.011888196,0.009132126,0.0056583406,0.0077547706,-0.038298175,-0.013200473,-0.011532103,-0.026412668,0.025959643,0.014033348,0.01976596,-0.0027020068,-0.00093975995,0.00016991243,-0.018825259,-0.015729662,-0.0054070572,0.0026561643,-0.00235911,0.011816484,-0.0022319418,-0.008955197,-0.012356492,-0.0048262174,0.0051298155,0.00831816,0.01636946,0.008877351,0.012482117,0.0358004,-0.0057081864,-0.0031814256,-0.02172074,-0.0017523015,-0.0008749586,0.0069270264,-0.0009096471,0.0049951356,0.0039599803,0.026643787,-0.0007948913,-0.017602267,0.015060978,-0.000293871,-0.0052150046,-0.011779405,0.004415339,-0.02846174,-0.0006990683,-0.0004573775,-0.009014418,0.005506197,-0.015524749,0.020127634,0.0069208113,0.00045484872,-0.0037487196,-0.00947884,0.0058391993,0.004766684,-0.02608049,-0.004002976,-0.0068795355,-0.025180584,0.012761449,0.019735849,0.008449956,0.010763511,0.00717704,-0.0008205785,0.016202707,-0.0019305742,0.017114824,-0.012917158,0.01560959,-0.02230376,0.0031861188,-0.009782421,-0.00027153682,0.0050457413,0.008313157,-0.012637083,-0.013590038,-0.004337394,-0.00956035,0.014185028,-0.024655294,0.01404541,-0.014441827,-0.0007065468,0.0032755777,-0.009869233,0.023343397,-0.007460106,0.022223262,-0.0034218517,0.00056400144,-0.023865126,0.0068698726,-0.006248663,-0.01312371,-0.009510746,-0.0124786245,0.004536461,0.014010672,0.0027141823,0.001745227,0.021671312,-0.0025706259,-0.0014172334,0.019430764,-0.00036641437,0.023155604,0.01081867,-0.008730843,-0.019228296,-0.02144693,-0.0015082702,0.01445285,-0.013349881,-0.019444907,-0.010354097,0.020423332,0.0048509277,0.0049426113,0.018081695,0.0068920455,0.013049725,-0.019602658,0.00032917137,0.010182707,-0.031271894,-0.0073074405,0.013634977,0.010692815,-0.026551379,0.0053710444,-0.004315886,-0.011429969,0.014579029,-0.0022810458,-0.015313976,0.018233659,-0.00056629244,0.009356626,-0.029011503,0.014534014,-0.0039603575,0.009001335,0.0078052944,-0.025025167,0.011724503,-0.014915586,0.020814521,-0.016183343,0.0010775056,0.00924406,0.0019212052,-0.031214831,-0.008379622,-0.014787272,-0.009770078,0.0053956276,0.012230922,0.020510158,-0.00664113,-0.0044119605,0.0014660212,-0.0247592,0.017359568,-0.0049111727,0.0010494456,0.0061746524,-0.020857716,0.021145316,-0.024183484,0.00695344,0.0044479603,-0.009762628,-0.011535829,-0.017084746,0.0076001706,-0.0006285404,-0.0055727563,-0.0060522733,-0.0064711543,0.012630361,0.007691407,0.017823705,-0.018280972,-0.005322114,0.009413589,0.0075474884,0.01149995,0.011743249,0.008577072,-0.0007872288,-0.019309122,-0.007328271,0.0020697974,-0.017756313,0.008762326,0.009350168,-0.0020172985,-0.007800096,-0.012127088,0.01809015,0.017692326,0.010216024,-0.02707835,0.017399915,0.013709224,-0.026567722,0.041680288,0.017952293,0.0038976457,-0.008640343,-0.022619592,0.011885959,0.010424733,-0.020304507,-0.0028838827,-0.006013081,0.0014733508,0.016849179,0.009994998,0.0058863633,0.019538732,0.0027301712,0.0024509095,-0.0076647922,0.00034603899,0.0018207397,-0.01349993,-0.0037210835,0.0126500875,-0.0059962114,-0.008959693,-0.0035979142,-0.01076348,-0.0010826067,0.026369339,0.024148107,-0.0192531,0.027601466,0.011677087,-0.018747155,-0.0027204868,-0.01006694,0.003063909,0.009642773,-0.020814527,-0.01112609,-0.0052521303,-0.016379675,0.021788634,-0.013295563,0.0063277413,-0.032084044,-0.020364886,-0.020758772,-0.03532306,0.0038280627,0.009662822,0.028828466,-0.013461297,0.010025765,-0.00033463884,0.0057042367,-0.023248827,0.008538566,0.00558661,0.00526328,0.009957086,-0.010163545,-0.015150226,0.022766843,0.012278284,-0.014246453,-0.0016236668,-0.010712973,-0.018264873,-0.007992651,-0.0047572274,-0.015808463,0.00207763,-0.004493914,0.0020159688,-0.007531618,-0.009310871,0.009032449,0.021899007,0.008988364,0.004818061,0.020525325,-0.031075722,0.011751056,-0.012483734,-0.0020941528,-0.0064006285,-0.015772482,-0.007047087,0.0050350237,-0.03690093,-0.014844414,0.0020165395,-0.021815233,0.016168812,-0.019003691,0.021378651,-0.0063657947,-0.015197619,0.009753281,-0.017921012,-0.007725955,0.0024987038,-0.010064219,-0.015452214,0.006135764,0.010887726,-0.01416546,0.017602418,0.003629628,-0.0058786133,0.021343477,0.01240421,-0.013782948,-0.0069714603,0.0015718037,0.0020236915,0.015252319,-0.008103129,-0.00010552512,-0.009023433,-0.016791826,0.0052628494,-0.023260118,-0.0035941952,0.018326737,-0.010567832,-0.0038638331,-0.0052958303,-0.015140849,0.01538793,-0.005693316,0.01122288,0.00552951,0.008980892,-0.013030915,-0.015693624,-0.021584434,-0.008110573,-0.001325007,-0.028400883,-0.010198134,-0.011492437,0.0044975607,0.012531389,-0.0103941355,0.010136399,0.040380977,0.006283494,0.003553854,0.012372557,0.004124271,-0.022381991,0.022542197,0.016112344,-0.0088352505,-0.02799063,-0.010777402,-0.015162583,0.0037136662,-0.0049760505,0.018880453,0.0102427155,0.0012924756,-0.0003747469,0.026363602,-0.010401681,0.023809303,0.004935705,0.014609763,-0.013933765,-0.013863509,-0.018659657,0.01746751,-0.021390079,0.0071673705,-0.015867092,-0.010282563,-0.0072965296,-0.0016010829,-0.01374345,0.011566809,0.013886176,0.01924715,0.010096553,-0.011463727,0.043170955,-0.014936377,-0.0086011365,0.002271218,0.00045672382,-0.0101958,0.011300884,0.02678355,-0.01509788,-0.0106864525,-0.007252944,-0.0046596313,-0.011475396,-0.014918457,-0.008652736,0.035947166,0.020052789,-0.014674983,-0.020179141,-0.0032795987,0.016624067,-0.033180673,-0.00020198869,0.04436944,-0.0039793304,-0.0067316527,0.01848133,0.017040825,-0.015046037,0.009397889,-0.0059643784,0.009752253,0.00029564055,0.013252075,-0.013407708,0.0075525856,-0.0069885394,0.03062133,0.014660289,0.0071158335,-0.0013686029,-0.001769906,-0.005066854,0.005575174,-0.0017168315,-0.012284634,-0.006201554,0.009278953,-0.006374817,0.002208589,0.011688869,-0.039476167,-0.017381234,0.017100455,0.019652255,0.01744374,-0.021745438,0.013911957,0.014357576,0.012001063,-0.0026508193,0.0015104503,-0.011806503,0.016952638,0.00866934,0.012511115,-0.005991299,0.00022369808,0.0054463837,-0.019739429,0.015540958,-0.013873791,0.0176606,-0.015997902,0.008570246,0.15635152,0.11819713,-0.00454991,0.012135259,-0.001855905,-0.0019056903,-0.017325334,-0.011556282,-0.012998952,-0.0050958474,-0.004911976,0.0059407093,-0.0015252262,-0.010409142,0.007008702,-0.007775963,-0.027443515,-0.0056911074,-0.029465767,0.012579388,0.015819969,0.0012348276,-0.045836736,0.032074254,-0.03335235,0.016699813,-0.0051652608,0.0127308285,-0.008858784,0.0019771014,-0.005248738,-0.010624399,-0.0069278437,-0.019832993,-0.011791197,-0.00019346192,0.0033644044,-0.006432136,-0.014695679,0.022215966,-0.013301921,0.0005160584,-0.0034432083,-0.013171647,-0.0052783997,0.007806854,0.012852412,0.0019640147,0.01133716,0.00075003674,-0.025515938,0.010786927,-0.0070019597,0.004069106,0.009416195,-0.006264264,0.009689712,0.0159452,0.00018597454,-0.011907488,-0.0048489566,-0.0072529144,-0.005072286,0.0026898093,0.019947173,-0.012442042,-0.0102951825,-0.01261022,-0.00134634,-0.005879014,-0.018900076,-0.014247205,0.014650652,-0.010701355,-0.013234821,-0.008215851,-0.0126435915,-0.025016513,0.012545585,0.0018033861,-0.0079414155,0.00090690836,0.013453542,-0.022045631,0.00675746,0.0027818668,-0.0051025865,0.0128021175,0.11738468,-0.010503371,-0.0077025713,-0.0090459315,0.020292072,-0.00059355446,-0.0035467092,0.058100596,0.00028526442,0.0073103863,0.016046362,-0.020951893,-0.003403889,-0.01807103,0.0067245676,0.028672094,0.010576874,0.025827961,-0.023031777,0.016361395,-0.020339245,-0.0007072075,0.008317024,0.0069365697,0.008341059,0.02707022,-0.017045015,0.0056177224,-0.018230949,0.011756983,-0.10772749,0.005097409,-5.2444615e-05,0.007559357,-0.004445604,0.0081060855,-0.021380186,-0.020793004,-0.0066096345,-0.0007018567,0.006749083,-0.014764775,-0.0066679716,0.004381578,0.02977399,0.02650977,-0.0045468523,-0.03913656,-0.0003899111,0.00078615587,-0.0039641163,-0.0054208688,-0.0011840436,-0.012477421,0.007193902,0.02876053,-0.0028652807,-0.003167732,-0.03096595,0.017956302,0.013758064,0.012720513,-0.0246053,0.020977147,0.0015351868,0.016425261,-0.010819073,0.0013088258,-0.01192862,0.016161978,-0.018883474,-0.02758599,-0.003192539,-0.016861172,0.007270583,-0.009063365,-0.012512859,-0.01267405,-0.008275122,-0.006404753,0.014741418,-0.00033602654,0.037378892,0.004996892,-0.0036510432,-0.0032875934,-0.020433009,-0.004935442,0.014236229,0.0012102057,-0.008738318,7.291741e-05,-0.014510356,0.022160547,0.009877086,0.00040966854,0.0026500702,-0.006531203,0.010961499,0.004380983,-0.0026334312,-0.0030495669,0.003859333,-0.010511017,-0.0017232648,0.016899835,-0.021761337,0.01193909,0.008320502,0.0045106914,0.005727645,0.0038857793,-0.0023137338,0.1069313,-0.016922988,0.0017578331,0.00495447,0.016827518,-0.0005037409,-0.003390285,-0.024094565,0.0097912755,0.01022781,-0.025431152,-0.0006521769,0.03120244,0.033316292,-0.002132388,-0.0013513134,0.007168871,-0.0032348058,0.025236089,-0.02092688,-0.010324158,0.023931958,0.007134366,-0.009313729,0.008837291,0.0054170457,-0.010457029,0.007621279,-0.0026740993,-0.003348321,0.013839576,-0.0122295935,-0.006271594,0.0014620847,-0.0058368025,-0.009341556,-0.03908701,0.0032166569,0.0019331118,-0.009266067,-0.008539777,2.6127127e-05,0.007876451,0.008753844,-0.041985977,0.1902491,-0.009124371,-0.0001465196,-0.017750794,0.0153652625,-0.00085745554,0.011906085,0.0032790622,-0.025023319,0.01374274,0.014798109,0.005571315,0.017147394,0.014694195,0.00019337748,-0.011847361,-0.014669381,0.00021770321,0.0057218303,0.0018134151,0.0035760761,0.024314897,-0.013245531,-0.013955913,0.0016523713,0.031739436,0.013257418,0.016046934,0.0115176635,-0.0003269224,0.011454169,0.0044452446,-0.016286293,-0.02876538,0.003570478,-0.037731547,-0.004833235,-0.005173208,0.006020143,-0.001131322,0.0030386047,0.007976304,0.011845923,-0.001191007,-0.0064966064,-0.015155237,-0.021020683,0.030030172,0.0086750295,0.0036380624,0.0030278116,-0.005392255,0.01819477,0.019977342,0.006792139,-0.012361078,0.020215876,-0.0039143316,-0.017720051,0.0012794796,-0.005952121,0.023409268,-0.009613029,0.02217876,-0.008182829,-0.0060570505,0.0062958766]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 195,
          "content": "Minister Akazawa Attends G7 Energy Ministers’ Meeting",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.019191388,-0.019394279,0.02290894,-0.073071375,0.005894893,0.015508223,-0.000618653,-0.012550261,0.024063164,0.011200675,0.008016717,-0.038479358,0.0045963014,0.015522464,0.10805172,0.006849047,-0.0038682385,0.030953545,-0.0065816836,0.010011239,0.0041065803,0.035565086,-0.0153109245,-0.04410027,-0.02718911,0.023192352,-0.009291387,0.013966966,0.033363085,0.009724565,0.00429282,0.028701028,0.01451725,0.021857426,0.009132328,-0.044326525,0.0028699304,0.0047972593,0.0005345024,0.009989914,-0.01935407,0.0051293313,-0.051893454,-0.009868268,-0.0135821225,-0.02131424,0.0019715005,-0.007916296,-3.1705644e-05,0.019008592,0.025126783,0.01357884,0.0050945296,-0.1683231,-0.00059526396,-0.009255791,0.0077256546,0.020816838,0.027561324,-0.008543877,-0.025051527,0.0388569,-0.0038595444,-0.01887593,0.0005311936,0.0046359827,-0.0044627646,-0.022097407,0.009166013,-0.0030981041,0.004110052,0.012865309,-0.01294509,0.0038251632,0.02582684,-0.021609602,0.0031643184,0.00087953627,0.013217201,3.7675865e-05,-0.018094253,0.00541986,-0.0052831327,-0.0047767656,0.017604765,-0.02651645,-0.0016922326,-0.027707024,-0.014256772,0.02675849,0.05807698,0.018672325,0.029123185,0.01102521,-0.035259265,0.016824951,0.0056866645,-0.016513309,-0.044259444,-0.004474233,0.007942503,0.015427909,0.028551826,0.03306698,0.0025215184,0.014599675,0.0134620285,-0.0029127018,-0.0076045957,0.004638663,-0.0043719136,0.024221847,-0.00208394,0.019044768,0.001819507,-0.13031444,0.005271624,-0.011398279,-0.020045696,-0.007039487,-0.00029625313,-0.011670163,0.008942879,0.016446527,0.004679186,-0.0015601548,0.0053858976,-0.0066504166,0.0042507746,0.0066770245,-0.0020896355,0.0015835342,-0.004852202,0.014429648,0.016622258,0.035200942,0.018904453,-0.037189454,-0.018708989,-0.01652293,-0.02102578,0.010863471,-0.010259214,0.016735096,-0.018909322,-0.0033827568,-0.02056304,0.0024505884,0.01779897,0.006619891,0.012333284,0.004540348,0.008688083,-0.016550254,-0.00510292,-0.039330877,-0.0021853247,0.01069317,-0.019900182,-0.005946729,0.0026502141,0.017150477,-0.00033996947,0.030632941,0.013905279,0.02217894,0.00058778335,-0.016306775,0.008042183,0.005753386,-0.02893701,-0.023350507,0.008583585,0.006700394,0.01765121,-0.006394138,0.004449763,-0.013588842,0.004234347,-0.00906946,-0.008276227,0.021153823,0.004500487,0.0099051865,0.022744324,-0.014894905,-0.03981299,-0.001482402,0.008679493,0.01842661,-0.04566538,0.00036642447,0.02259682,-0.00037853315,0.007632639,0.0024382768,-0.035248548,0.013500658,-0.025780624,-0.009367286,-0.0072818673,-0.004147711,-0.009097083,0.010974807,-0.017986942,-0.0066789114,0.001474716,0.008816861,-0.005810042,0.01198924,-0.0005101159,-0.006316595,0.017082434,-0.02933679,-0.021011611,-0.0382941,0.011009208,0.022133512,0.005414892,-0.006684582,0.0069153467,0.005362175,-0.033940617,0.017746456,0.003937598,-0.0008836735,0.021817166,-0.00200505,-0.0009284833,0.012287828,-0.015582302,0.0135890385,0.0141312955,-0.023796113,-0.00096592394,-0.026124394,0.013315592,0.02339301,0.0064188666,0.0011255608,0.0051507372,-0.0065526995,0.016196268,0.030797513,0.002007471,-0.013828936,-0.015354851,-0.005047226,0.01636632,0.030725224,0.0051128403,0.010178599,0.009076784,-0.0017074655,-0.040516224,-0.009726266,0.004592834,-0.0021374896,-0.0032814005,0.015883919,0.014963699,0.007479524,0.015091869,0.006247663,-0.02600503,0.0115103265,0.008841617,0.019099275,-0.008145995,-0.0021514525,-0.008998683,0.021054989,-0.0040594046,-0.009057657,0.030356698,0.00824549,-0.043009132,0.015921233,-0.0026596645,0.0005897665,-0.0055176383,0.015223853,0.0029278493,0.012547075,-0.03171828,-0.008924395,-0.015514701,0.017376302,-0.0016080812,-0.011712439,-0.012206089,0.012515222,0.024315244,0.010708386,-0.0042734626,-0.030195868,-0.012717366,0.025918769,0.022281408,0.01276565,0.014470138,-0.014535191,0.030198626,0.053238258,-0.005305807,0.009873187,-0.02274989,-0.0020828613,0.008018526,0.0033290263,-0.028155928,-0.03704013,0.0027552277,-0.0052666673,0.0032790299,-0.03633692,-0.0058730035,-0.016458357,0.013805588,0.0027571165,-0.004774625,0.014687987,0.033065226,-0.0012438194,0.027178366,0.0034814642,-0.0073538115,0.019363362,0.023571072,0.0012740076,0.008472144,0.021431463,0.018934324,-0.002590925,0.000905257,0.023215892,0.023329359,0.011329615,0.029289473,0.017047295,-0.037721626,0.02012903,-0.0069998484,0.0060108714,0.022382723,0.0145934755,0.025794113,-0.014271982,-0.022061944,-0.018453365,0.0045464193,-0.0020768843,-0.009925404,-0.025635092,-0.046855155,0.01761531,-0.01721201,-0.007070733,-0.008498062,0.028538404,-0.0033788078,-0.016440134,0.01173808,-0.007999028,-0.0051341085,0.0007965105,0.013809776,-0.009331368,-0.021626668,-0.020843511,-0.0077819997,-0.0185889,0.011020818,-0.015429554,0.060359295,0.0038844347,0.01931666,-0.0034910808,0.0061623994,0.00422719,0.010927777,-0.0082092155,0.016354969,0.008636347,0.014865407,-0.012746439,-0.023610242,-0.015210126,-0.009213107,0.018620268,-0.017414792,0.035792712,-0.016443865,0.03828075,-0.02056319,0.007796459,0.014855368,0.010962763,-0.0089624245,-0.011962524,-0.018249413,-0.023469962,0.011107792,0.008268488,-0.029918054,-0.013163367,0.003701797,-0.022780145,0.028087914,0.006495886,0.03066887,-0.027967917,0.00332516,0.030156273,0.005638664,0.0053516068,0.0014839072,0.038842306,-0.0075865486,0.0054881033,0.015635986,0.0036383858,0.010025811,0.021889279,-0.012267932,-0.041448396,0.00035016416,-0.008030018,0.010214036,-0.013548079,0.0053082514,0.0018432933,-0.0040376927,-0.031987153,0.0048692506,-0.013883083,-0.014144183,0.026193004,-0.016322698,-0.0019040048,-0.03812781,-0.0034821522,-0.008066199,-0.017916242,-0.003868002,0.03154811,0.012756662,-0.010966052,-0.0393808,0.014847633,0.017348776,0.00059275137,0.032117058,0.014556969,0.016969185,0.03151377,-0.026769204,-0.005852875,-0.012768233,0.030125182,0.005213732,-0.021464517,0.008094193,-0.008869631,0.016499689,0.018003926,0.014209201,-0.025027253,0.0054635815,0.024158608,-0.0005483998,0.028452866,0.03206625,0.0061470144,0.00035375755,-0.020017276,-0.027507702,-0.016609658,0.006660252,0.016455675,0.007986443,-0.026988676,0.01712826,-0.032931443,0.0021623312,-0.009533797,-0.00999779,0.0050274613,0.02336524,-0.0024133993,0.025954092,0.013861498,-0.006364109,0.0068367645,-0.019098923,-0.017881006,0.0057667587,-0.0033156485,0.014811535,-0.008006206,-0.023531443,-0.016042927,0.016533285,-0.03535859,-0.013087517,0.0036067003,0.017116414,0.008675817,0.015194665,-0.03589715,0.003047934,-1.975428e-05,0.017692136,-0.0035313796,-0.035805017,0.0045133587,-0.009111013,0.0070871008,0.009191425,-0.001559313,-0.02351628,0.013862145,0.0044866866,-0.013105432,0.025120754,-0.010785323,0.02890595,0.001290602,0.025743864,0.01450563,0.0011552771,0.006091897,0.013334812,-0.012418958,-0.030172005,0.013794105,-0.032890886,0.01834902,0.015863355,0.03479045,-0.009262599,-0.017355328,0.016998347,-0.0031217814,0.021164862,-0.07277021,0.02624706,0.02010451,-0.026451135,-0.0020900227,0.0014010195,0.01083557,-0.03231551,0.01132028,0.013834734,0.00373203,-0.022198472,0.023024881,-0.0055093733,-0.009840232,-0.025151007,0.014326749,-0.0066597015,-0.021918256,0.008368305,-0.006360025,0.010655293,-0.008079996,0.004881768,0.008857479,-0.0022658436,0.015270414,-0.004355768,-0.0034665936,0.006017099,-0.017710794,-0.049506895,-0.002016518,-0.012052195,0.02772048,0.017005831,0.0072883647,0.0038703466,-0.013630919,0.012482332,0.018482042,-0.008661953,-0.014094271,-0.011799088,-0.0036206124,0.01079034,-0.006047227,0.016486837,0.0042466563,-0.0051465314,0.010472524,-0.011267201,-0.0007296175,0.012866863,-0.025817996,-0.030833343,-0.04696193,-0.010332815,0.0035821574,0.0009848527,0.009461265,-0.010028472,0.01865529,-0.0017847104,-0.016620623,0.011892002,-0.0064919326,-0.015485924,0.0011784794,-0.022208584,-0.019231329,-0.0036305443,0.0052918945,-0.02083368,-0.0025967017,-0.016737057,-0.005767841,-0.0110739665,0.032522477,0.043756463,-0.0012539375,-0.0131528815,-0.11888493,-0.0021278735,-0.0018277424,0.0011006512,-0.024124775,-0.00545528,-0.01450078,-0.024670482,0.025861444,-0.0117831,0.018631525,-0.005802258,0.0026141065,-0.003388989,-0.042318307,-0.02044394,0.020541497,-0.0120646795,0.013533243,0.010859528,0.029807897,-0.013293948,-0.019889696,0.0007858807,0.0103926305,0.010576495,0.0058684307,-0.015925312,-0.015390976,-0.026507497,-0.044730037,-0.1320984,-0.01629024,0.004129297,-0.020168388,0.013023568,-0.007295839,0.018364219,-0.042141736,-0.013702259,-0.010340437,-0.0011163056,0.014174515,-0.015216164,-0.010876995,-0.008467067,0.08883245,0.007194656,0.015671285,0.0060558473,-0.00819331,-0.0058893594,-0.019774215,0.0027075133,-0.0034974045,0.00794323,0.007269612,-0.0054063695,0.021813495,-0.0011763199,0.0006652429,0.011679084,0.02712749,0.0057438673,-0.00907059,0.009673144,0.012539927,-0.015431184,-0.021988934,0.011620013,-0.0087292055,-0.00068422535,0.0028070486,-0.0001797202,0.008378219,-0.00442905,0.0029167468,-0.012145419,-0.021149013,0.007959938,-0.01091805,-0.0132686775,-0.08979405,0.013511766,-0.018033622,-0.00528352,0.001800774,0.017205685,0.0028370717,-0.0050669936,-0.007078459,-0.0047154278,0.0038446079,0.022546709,0.0013253808,-0.046105146,-0.016759688,0.010463624,0.02006382,-0.025193216,0.022897648,-0.010493672,-0.0082364995,-7.1002987e-06,0.020414498,-0.021577755,-0.00042523857,-0.011539009,0.023842193,0.028039675,-0.026879627,-0.004507436,-0.008722838,-0.0026568258,0.007509491,-0.019838892,-0.0026935067,-0.01070109,0.01232751,0.021675417,0.024644477,0.0066541084,-0.00040954998,0.016815856,-0.009853845,-0.017330434,0.009296519,0.006752265,-0.007142336,0.0013913164,-0.012803653,-0.025273034,0.0013139684,0.008324235,-0.029740736,-0.019601626,0.02123576,-0.004842991,-0.012572751,0.035428133,0.0058512734,0.007925486,-0.002818964,0.0020930741,0.023044338,0.0087569,0.0124074025,-0.0038814105,-0.0007250483,0.0062210145,-0.017069107,0.027078547,0.0017211632,0.005637626,-0.01689841,-0.009520687,0.0008847861,-0.0033262821,0.006441585,-0.009428625,-0.033851493,-0.011703006,-0.008602119,-0.00544759,0.00096125307,0.0004624985,0.020864371,0.012922923,0.0055733067,-0.007486149,-0.0011804678,-0.010307583,0.012602323,0.0071048667,0.00266327,-0.012417164,-0.02428263,0.0004785587,0.005755776,0.0053652073,0.0026098518,-0.0022437542,-0.010124906,0.010064634,0.01984123,0.0025286085,0.005475747,0.009975224,0.011422262,0.0037365046,-0.017457103,0.0055253063,0.012142374,0.009458658,-0.00031728862,0.008775075,-0.009140349,0.01795531,0.0024550206,0.0015325116,-0.0064827525,0.010998796,-0.008576287,-0.014407575,-0.021089105,0.0049714707,-0.0050302884,-0.005327858,0.008098866,0.001729454,0.0038391028,0.0019827776,-0.013498043,0.0034639284,0.0038257805,0.007592651,0.0026533147,0.001465222,0.003957145,0.019671135,0.0003892227,0.020172272,-0.0018920284,0.016652895,-0.013186681,-0.0115808705,-0.0006601967,0.00396424,0.001359118,0.009319659,-0.012413359,-0.0059465766,-0.00040937497,0.0086523965,-0.00817748,-0.029434051,-0.009877445,0.005775626,-0.0004012275,0.0048306906,-0.0020614634,0.0069910157,0.02619461,-0.00017509788,0.0184335,-0.0048777177,0.008390386,-0.010620682,0.0117713,0.016098812,-0.010707567,-0.0088763945,-0.021337679,-0.013174193,-0.0039504804,-0.0149179585,-0.0032013492,0.0063847927,0.0073088366,0.0034522442,-0.0054595643,-0.009296273,-0.001981407,0.007097464,-0.015915021,-0.015417326,-0.0043167844,0.024727294,-0.007302356,-0.0037976974,-0.011273299,-0.009617478,0.005589444,0.0075289328,0.020151734,-0.0003183766,-0.0098482985,0.018357275,-0.0117308535,-0.032551136,0.0199952,-0.01299059,-0.0033702995,0.0059477766,0.0046074046,-0.011652363,0.009933853,-0.020092849,-0.0023500316,0.0029205421,0.010282341,-0.023353424,-0.010900336,-0.011053241,-0.010591951,0.010500083,-0.019779174,-0.007002687,-0.010397275,-0.019025585,0.0012143517,-0.013021258,0.0032863335,0.021934722,0.0012737846,0.0035180203,-0.015382995,0.0049659754,-0.0018784272,0.0044209193,0.01985558,-0.0082602175,-0.016620643,0.007198547,-0.027614554,0.00397855,-0.0011661899,0.01339011,-0.0029553033,0.0040232115,-0.007513138,-0.028820831,0.010530128,-0.0004999009,0.0033391188,-0.012986749,-0.02089765,0.011518816,0.0069649583,-0.016429996,-0.006370721,0.0021144724,-0.004318802,-0.0024826573,-0.023286827,-0.00720364,-0.0009146678,0.006533229,-0.014282858,0.0043099825,0.0018722725,0.09296597,-0.0020470885,0.000289932,0.014349877,-0.0025170003,-0.007085213,0.011275042,0.01556914,-0.005687469,-0.0001270289,-0.00021736718,0.008844713,-0.0055475854,-0.017923629,-0.0059044943,-0.00020613108,-0.0028039995,-0.009030813,0.016659569,0.005270246,0.003075716,-0.008924578,-0.018625347,-0.015942225,-0.0067615826,0.005303175,0.0016770912,-0.004807038,0.02280101,-0.008348096,-0.0062411525,-0.0018658825,-0.0062230146,-0.0088387905,-0.02086765,0.009713979,-0.00049829023,0.019973498,0.012318136,-0.005847614,0.0012408345,0.0075200656,0.00808358,-0.013507864,-0.014503816,0.020702098,0.00919859,0.0125185205,-0.0021188143,0.012465462,-0.025083479,0.0018070771,-0.0066386447,-0.00062703673,0.0061625694,0.0098613445,-0.005486039,-0.002300969,0.0037402122,0.014751823,-0.004108657,9.492583e-05,-0.0037156378,0.005141305,-0.0061720503,-0.0011117605,0.0089492,-0.008257242,-0.021804944,0.0028573724,-0.0066550616,-0.006012431,3.9022907e-05,0.0058794287,-0.004308952,0.0039718454,0.010222225,0.004719599,-0.0010750947,-0.018447068,0.016180428,0.008106599,-0.0027718637,0.0025113465,0.024002379,0.005915468,-0.011385407,-0.013148546,0.017228443,-0.00022951195,0.019435422,0.0019540563,-0.002960344,0.008463078,-0.023722239,0.0007477731,0.071981296,0.0073670386,-0.00049401773,-0.0070047933,0.015012587,-0.012222086,0.0007986178,-0.008681774,0.016891439,0.0058486722,-0.0008083064,0.009516797,0.016468344,0.009208288,0.002277871,0.0024459052,0.014130504,0.00572184,-0.00049470086,-0.014352145,0.004990176,0.00020485747,0.020514391,0.014479042,-0.017065467,-0.0021048235,-0.0063640284,-0.00973971,-0.0117587745,-0.013407661,-0.005819394,-0.00381355,-0.0031094288,0.0055148965,-0.01011408,0.004483809,-0.0062914216,0.020430135,0.00092364574,0.008795788,-0.0041464986,-0.00046886972,-0.0043966486,-0.0071915425,-0.0020737112,0.0033942761,0.002405734,0.006497344,-0.0069547095,0.010919573,-0.013453683,0.024593903,-0.003384164,-0.007903868,-0.008909642,-0.006605757,-0.014370133,-0.010353962,-0.009229691,0.016045844,0.038463503,-0.008731618,-0.0048372517,-0.011888571,0.0072980244,-0.008565596,-0.01991903,-0.0192422,0.010815199,-0.0115133785,0.012088392,0.013976805,-0.008022404,0.0016838182,0.0048428765,-0.0050815227,0.00547452,-0.026945796,0.00408549,-0.004136994,-0.0024578408,0.00024375076,-0.0024277584,0.0033684606,-0.0006637716,-0.0031934034,0.005013673,0.008729126,0.017519817,-0.0039559826,-0.010536774,-0.011007392,0.01708694,0.0015718434,-0.009160263,-0.008721916,0.013106887,0.003934667,-0.012132503,-0.00063545373,0.007501334,0.014973712,-0.0023346292,-0.0021986463,-0.00066449115,0.0125424955,0.003127672,-0.005679124,0.010633306,-0.0019869572,0.014545418,0.012157827,-0.007063281,-0.0067181573,0.0026979519,-0.018082611,-0.004337905,-0.006126512,0.017707225,-0.01636943,0.0014165113,-0.01717179,0.007480288,-0.010375953,-0.015302819,-0.007554553,-0.00441723,-0.0018104983,-0.0044248807,0.015764123,0.002333157,0.005028755,0.007157824,-0.0069186543,-0.00088091864,-0.010620565,-0.005226486,0.010416492,0.01658012,-0.0013490861,0.00449726,-0.0014309317,0.013224595,0.014357552,-0.01052487,0.00038328493,0.004226734,0.009996833,-0.02351377,0.007164086,-0.004580255,-0.0046631657,-0.008898682,0.008940947,0.004964777,0.022335645,0.009970546,0.0013593968,0.014187676,-0.007414065,0.005368402,-0.04436211,0.014112674,0.0053327736,0.0052465242,0.015952393,-0.009982682,-0.011631041,-0.012708571,-0.016894087,0.007995281,0.010168099,-0.0018810452,-0.005492677,0.007814267,0.0041591465,0.014813209,0.006304664,0.0036167705,0.0012222178,-0.016469888,-0.013593468,0.0072243786,-0.006565884,-0.0011896365,0.019343745,0.027636008,0.010418722,-0.007235653,0.0077182325,-0.012745584,0.003272176,0.0009771079,0.017242966,0.0035264858,0.012981677,-0.007037605,-0.018080408,-0.007924342,-0.02496003,-0.0024440563,0.0041639507,0.010120184,-0.0064957985,0.011680603,-0.0061196326,0.0019846226,0.0155753745,-0.028835263,-0.014184721,-0.008898981,-0.005396345,-0.006322699,-0.0057190936,-0.0064841467,-0.013713087,0.0059063095,0.025268415,0.011589759,-0.0032146736,-0.0013608233,-0.023036886,0.021430897,-0.002154961,-0.0035328092,-0.015993379,0.005850322,-0.026142662,0.01366583,-0.009850164,0.0032864723,0.0031956362,-0.022002645,-0.0040612663,-0.009027848,-0.010403868,-0.010394162,0.013932271,0.005318642,-0.0009169202,0.03443273,-0.0012993589,0.0015388904,0.008954341,-0.0014135344,-0.012608666,-0.008938526,0.009600523,0.011463385,-0.0074690576,0.012350639,0.01779472,0.0031428062,-0.011440775,0.000442683,-0.0070191417,-0.007241187,0.004484958,0.013666914,-0.0036174832,0.01672522,0.0015831785,0.006472065,-0.0055613015,0.005835069,-0.028367965,0.012023584,0.008701888,-0.007161149,0.0145220775,-0.0005495507,0.00095179805,-0.0053035393,-0.0015505397,-0.006090458,-0.012353926,0.0041249315,-0.008276693,0.008963478,-0.004462638,0.0126183145,-0.01957896,0.033131253,-0.0062899017,-0.0072688055,0.006773505,0.0016914651,0.008744237,-0.0023626313,0.0023155138,-0.00069820805,-0.015947107,0.010400235,0.016984873,0.005326275,-0.010746071,0.00030908713,-0.005333591,0.0018473491,-0.013679394,0.014764129,0.005134826,-0.006418972,-0.010713189,8.484782e-05,-0.0037894628,0.01659606,0.0063905963,0.0042069475,-0.0056019113,-0.0032614102,0.007972054,-0.01107176,-0.0004398981,0.0034741901,-0.001318883,0.0062380163,-0.0081625935,0.019315867,-0.0073270756,-0.002334312,0.005923457,0.006155721,-0.022617986,0.011199921,0.015023407,-0.0045711505,-0.016160145,4.310871e-05,-0.005888585,0.0020094945,-0.002166059,-0.0016562016,-0.0007566824,0.011046743,0.0008513743,-0.01455086,0.015538015,0.0073050447,0.014122702,0.0054822695,-0.0068328273,0.013353886,0.015070735,-0.003163306,-0.021350773,0.006314195,0.01753384,-0.0052690473,-0.0030947085,0.016457802,-0.0031578701,7.233091e-05,-0.012171406,0.005088984,-0.0032003548,0.0061786724,0.026730912,-0.016913293,-0.01074977,-0.012418607,-0.0038989936,-0.013465749,-0.016408438,-0.019426772,-0.028854888,-0.08609402,0.009714755,-0.009462249,0.019516246,-0.01243479,0.013969921,0.0006952795,-0.016747108,-0.0024120845,0.0008009291,-0.009342702,0.0024229146,-0.0077942917,0.004976835,0.012483893,0.0037987763,-0.0033487254,-0.014025481,0.005583628,-0.004468193,-0.0060320823,-0.00055552105,0.015640888,-0.0037863005,0.018603554,0.0012637072,-0.0191939,0.002472724,0.012296469,0.0016781478,-0.009870225,-0.009138146,-0.01032898,0.015349192,0.0091186315,-0.011953258,-0.003802688,0.018462127,-0.12835543,-0.0027161369,-0.013314502,-0.007517221,-0.008594133,0.019731838,0.01560875,-0.013410004,-0.0014770123,0.003867285,-0.00414564,-0.0076746056,-0.020004101,-0.012427989,-0.004618953,0.0031626543,-0.007842979,0.00048637262,-0.002749107,0.016220417,-0.013086182,-0.010837815,0.007239805,0.0021863931,-0.008640145,0.0018463443,-0.005684426,0.025110187,0.00015559103,-0.019165674,0.004585808,0.001953618,0.0019203319,0.008242131,0.00074267824,0.008515984,0.010796661,0.0049456633,0.0083431685,0.00882465,-0.00681822,0.0028607307,0.010326593,0.017224308,-0.0074080722,0.0031780472,-0.005638463,-0.0015690902,0.027929839,-0.0016707708,-0.009724915,0.015398266,-0.010907663,0.006815146,-0.023741392,-0.008949537,0.012858309,0.009649442,0.017629972,-0.0050431364,0.0045437496,0.0032640814,-0.003445957,-0.016359197,0.0009363076,0.008791132,0.014901578,0.0291458,-0.0045577963,-0.012589969,0.020916779,-0.0056985556,0.004489312,-0.012530766,0.0004116104,0.009211685,0.0031754244,0.016272437,0.014855073,-0.024720663,-0.006458298,0.0067337416,-0.023635445,-0.012330325,-0.025118934,-0.0150621245,-0.009973717,-0.0025510169,-0.0055415765,-0.055379275,-0.016955689,0.007351492,-0.002868928,-0.0027917968,-0.0075774384,-0.00597125,0.0220267,0.022025965,0.0071591837,-0.013837667,0.010009585,0.02730618,0.008657159,-0.01037536,0.008859745,0.0020836012,0.0026741636,-0.0048145074,0.0063936003,-0.014027744,-0.0048376517,-0.0029423472,0.013516313,0.007230496,0.020234378,0.0100363875,-0.010103664,0.0054307836,-0.0096209375,-0.01029855,0.02999764,-0.03207636,-0.0122825485,-0.020539653,-0.01276867,0.019375281,0.0103368275,0.0064945235,0.02237775,0.0071532964,0.015710311,0.0027550785,0.010059794,0.00021904887,-0.015451004,0.0014581475,-0.0077318344,0.005681647,0.020356737,-0.016047794,0.017587623,0.01109386,-0.018086528,0.0074915783,0.021269502,-0.022399377,-0.004473964,0.025035834,-0.013055372,0.0059640463,-0.008575597,0.008300222,-0.01096836,-0.006956021,-0.017131735,0.02396446,-0.03147627,0.021414692,-0.008034513,-0.0030704981,-0.005479003,0.034930505,-0.0144778155,-0.0012752654,-0.01360097,0.010189941,0.0022138315,0.005867142,0.02215641,0.028719153,0.0012081163,-0.008530031,0.02126856,0.00040430608,-0.010405801,0.0040586162,0.006150288,-0.0051442105,0.009273323,0.0016167365,0.0019261098,-0.01553027,-0.006819133,-0.0067104376,-0.002614498,-0.012392264,0.020056302,-0.0050858897,-0.009745771,-0.013734802,0.0064957347,-0.018223744,-0.014054716,-0.01211248,-0.030268349,-0.007693076,0.006881152,-0.01185556,-0.0031283982,0.0029328638,-0.016263744,-0.01776076,0.0027026217,-0.16807808,0.008740644,0.010443968,-0.0040264353,-0.010036746,-0.0061472706,-0.0017420503,-0.011095889,0.046138123,-0.010888322,-0.0035904867,0.010859655,0.010289293,-0.012114825,0.020218704,-0.012630769,-0.0055108466,0.028166609,0.013627396,-0.011535848,-0.026365329,-0.013172514,-0.012419741,0.020073589,-0.018143756,0.00031363516,0.0001878852,0.018463692,-0.017099237,0.032932337,-0.003519959,0.007942335,-8.261152e-05,0.00063966366,0.0019269804,0.015055677,-0.015052067,0.007304286,-0.020102935,0.011614258,-0.01089452,0.0056805904,-0.013696396,-0.011018814,0.001780859,0.013529448,-0.017447542,-0.0011040965,-0.0061248047,0.0007081528,-0.004487743,-0.023642866,-0.0067560095,0.0010025974,0.021935647,-0.010181324,8.3585124e-05,-0.018325005,0.0044656,-0.0057758517,0.005137328,0.0104948515,0.010342405,0.0006471904,0.015845641,0.002360207,0.01669098,0.15438229,0.010413182,0.006137765,-0.03629459,0.014031578,0.0001856624,0.021976419,-0.005240934,-0.0016294932,-0.022345036,0.004222251,-0.003573925,0.008494876,0.014827772,-0.02790498,0.01770502,-0.013824385,-0.003504092,-0.013952703,0.01200275,0.019238414,-0.0027085645,-0.013934734,-0.016078442,-0.005270264,-0.018981738,-0.008514326,0.018339606,0.010404103,0.0006347508,0.0082941335,-0.0143803395,-0.00476142,0.01384064,-0.004244519,-0.002612484,-0.012424306,-0.011058974,0.024619818,0.0075871455,0.0027153378,0.002120082,-0.013534502,0.00029615554,-0.0006326339,0.01355014,0.020940825,0.00779566,-0.011805883,-0.0043422463,-0.031457674,0.00826685,-0.0039362996,-0.001722432,-0.010206825,-0.0142117515,0.015642572,-0.023606542,-0.0048893485,0.008671288,0.0031779706,0.0020784088,-0.00719764,-0.0007066671,-0.013042946,-0.016022053,-0.010170439,-0.0037262968,0.0039519263,-0.10344637,-0.0013023332,-0.0030394017,-0.012191576,-0.009565843,0.00036085167,-0.014868494,0.030746842,-0.002403759,-0.014141784,0.018546298,-0.010391631,0.006477637,-0.00827135,-0.017545747,0.0033417158,-0.0018389012,0.022965347,-0.007297159,0.014905164,0.0014071515,0.024314208,0.016741242,-0.016527269,0.021485217,0.014563212,-0.02312239,-0.007977076,0.010997236,-0.0019147845,-0.012266849,-0.0072002965,-0.019173075,-0.005488088,-0.024018748,0.0062661073,0.0015976209,-0.011954226,-0.001752249,-0.02913939,-0.016645083,-0.0013534592,-0.014263876,-0.012788277,0.01878235,-0.0071720094,-0.010020031,0.01321423,-0.03270389,0.00821654,0.0025798252,-0.0034670609,0.0021261424,-0.0036433358,0.0003411109,0.0036696636,0.0021419488,-0.033699058,0.01942777,-0.0012996725,0.0076886243,-0.003428224,-0.018258253,0.004392041,0.007478311,0.012401261,0.0068800263,-0.019345388,-0.01583055,-0.005373773,-0.008648797,-0.0044531687,-0.0015301077,-0.0061803367,0.008121547,0.0025738743,0.022122124,-0.011870379,-0.022890517,-0.007247097,0.0068684528,-0.011626922,0.0227821,-0.0094479555,0.046969377,0.0065226224,-0.021729259,0.0017527012,0.013812719,0.018749278,-0.022161677,0.016678851,-0.03359431,-0.0073784883,-0.013752235,0.013153955,0.0018870782,-0.008527792,0.008693687,-0.012503463,-0.015809212,-0.017245911,-0.0052465103,-0.0012019065,0.01784492,-0.0027336478,0.0007613734,-0.009718694,0.0008343583,-0.008822635,-0.015980164,-0.0033589855,-0.0012403005,0.013411175,-0.025472715,0.0007749172,0.0022062964,-0.002154228,-0.019729478,-0.0025300113,0.0046907817,-0.013286511,-0.014591392,-0.015240869,-0.014414381,-0.031839628,0.006296632,0.0026631595,0.02048045,0.020478576,-0.015891302,0.0027310108,-0.009202332,-0.018312173,-0.003843698,-0.016676538,0.016879201,-0.009663943,0.024037391,0.020743798,-0.021181928,0.020910883,-0.00047469468,0.020596884,0.011430656,0.01494115,0.015699223,0.015225072,0.0030515955,-0.004807,-0.004419447,0.040594324,0.004889623,-0.0069088135,0.009673815,0.0067748325,0.00873385,-0.013043194,0.00815518,-0.017898805,-0.005391545,-0.011475816,-0.00556904,0.003221677,0.0011428656,-0.015849253,0.008797607,0.010884285,-0.014297634,-0.024481636,-0.010738591,-0.019474445,0.00028904263,-0.020920409,-0.029052151,0.0017991541,0.009891751,0.011065508,-0.008769364,-0.06600507,0.018353356,-0.0029756585,-0.004649979,-0.01397937,-0.011135565,-0.008037969,-0.00065491546,-0.011644304,-0.0015253413,-0.01352662,0.0030596177,0.013069678,-0.016855065,-0.013621487,-0.010324431,0.002974505,0.013130951,-0.010584507,0.0009966488,0.009341057,-0.0045200577,0.0050317515,-0.0044220528,-0.008964598,-0.007151153,0.006288914,-0.013808553,-0.017989649,0.010990891,-0.022174112,0.0006029965,0.0125783635,0.011047609,0.010599777,0.020004569,-0.004448279,-0.018821828,0.012363419,-0.03615724,-0.014986421,0.007771497,-0.03927083,-0.0014805323,-0.0077040717,0.0218572,-0.012068139,-0.0158962,-0.0058332314,-0.01844581,0.019277029,0.013108531,-0.01075054,-0.0064065647,0.013489112,-0.023557518,0.003105842,-0.004006345,2.596661e-06,-0.011888122,-0.00036410382,-0.003368606,-0.023105422,-0.0057936762,-0.013758229,0.0051671523,0.0024691527,0.019177828,0.017440235,0.028984781,0.0017247277,-0.016574582,0.0017087407,0.002483462,-0.00093959324,0.0159699,0.008189126,-0.013772122,0.01635292,0.003484076,-0.025592133,0.02514027,-0.013981835,0.027822435,-0.0049887504,-0.019779826,0.0036572246,-0.09134403,0.0099234935,-0.00064916554,0.0031807101,0.0007538547,0.011575145,0.013799587,0.049935404,0.010257261,0.036008805,0.004578529,0.0008094404,-0.009918226,-0.007984784,-0.0010042686,0.024317365,0.00652491,-0.01823185,0.033568166,-0.014310106,0.0044907164,-0.004134435,-0.009771312,0.018263374,0.016496764,-0.042703174,-0.014187613,-0.0017421158,0.006202961,-0.015669325,-0.0138982255,-0.0073157465,-0.028020674,0.016366588,-0.00242398,-0.0018489531,-0.0346737,-0.002253585,0.0041614147,-0.0005545648,0.037368946,0.003459234,-0.011293312,0.0054416363,-0.010916981,-0.02458714,0.010461937,-0.013214347,-0.018557783,0.014553952,-0.0043263915,0.010929866,0.0062697073,0.014670191,0.005497903,0.012870783,-0.020519659,0.00823754,-0.0093022175,0.0053303167,-0.01743781,-0.0029660505,0.015293756,0.002932278,-0.0014451505,0.0072644833,-0.012707213,-0.0008527402,-0.008112812,-0.005070095,0.014272405,0.014053269,0.0039999154,0.009443212,-0.002278892,0.0055131544,-0.033839155,-0.005770928,-0.009632408,-0.013238211,0.014580052,0.0078107957,0.0332982,0.010959055,0.011000092,-0.014723828,0.02691218,-0.008136529,0.0025254118,0.008555461,0.014005736,0.0046376283,-0.025994826,0.021108024,-0.00037491348,-0.009221862,0.004124751,-0.02025238,-0.01035933,-0.009149995,0.015033508,0.025155585,0.013805792,0.01863252,0.0037915877,-0.012174128,-0.0071723624,-0.023958307,0.010508594,-0.0075749937,0.017104732,0.020290688,-0.009444598,-0.008712968,0.0033046678,0.011434023,0.013391589,0.00026244437,-0.018999226,-0.029350216,0.0039732293,0.020013658,-0.010643795,-0.00065587246,-0.005531564,-0.02161801,-0.0048453235,-0.009991658,0.012727679,0.0011846132,0.02740997,0.030187514,0.01085598,-0.011375909,0.004364014,-0.0045266147,-0.024076847,0.004865546,-0.018443735,-0.0019129387,0.02467896,0.005987978,0.017368417,0.01299507,0.018159965,0.019228775,0.006021043,0.0050373636,-0.0032220026,-0.0013298513,0.021846702,0.018289104,0.0050127637,0.00092915946,-0.011387795,-0.023675965,0.0064292564,0.02133739,-0.026698487,-0.00788814,0.007384828,-0.0046876753,-0.0155811515,0.0023605619,-0.028140727,0.0034645142,0.0034515376,-0.005868387,0.02393643,0.009293452,0.0009196648,-0.02296146,0.007419481,-0.0034732134,0.011500442,0.0070003425,-0.01727005,0.012399322,-0.0052176625,0.010989597,0.0032125728,0.0024285726,-0.006753481,-0.017096682,-0.002330823,-0.0018890073,-0.002783301,0.021921055,0.007895695,-0.0044443007,0.00053865544,0.00080897985,0.0025245936,-0.013274527,-0.003036649,0.0042231306,-0.013898236,0.0072470484,0.0048010466,0.008761028,0.0009984454,0.009437557,-0.008580393,-0.009181236,0.001959683,-0.016481945,-0.008433315,0.022944696,-0.029389309,-0.0018802808,0.015718121,0.00049518584,0.0025614712,0.030608261,-0.028356899,0.00871022,-0.013865772,0.0069597857,-0.017358338,-0.011895872,0.013368164,0.027524699,-0.0060826465,0.002330718,0.0014778052,0.02353263,-0.019062398,-0.006005725,-0.0004977741,-0.013587555,0.002508411,-0.0076025077,-0.0147590395,-0.010438455,-0.0051838313,0.01973173,-0.0072954954,-0.00079937873,0.0013876201,0.016499804,0.013600747,0.023476493,-0.016751027,0.027342105,-0.012315912,-0.030983686,-0.011266566,-0.0011211619,-0.027358562,0.002474926,0.019420106,0.01725959,0.012109459,0.00377259,0.014911869,-0.009065947,0.007037708,-0.014984753,0.0020014204,-0.0066719945,0.012508726,0.005187816,-0.0040466785,0.025873302,-0.03475046,0.0027876173,-0.008978083,0.010459783,-0.006062563,-0.01021455,0.0074346294,-0.0017757304,-0.020372706,0.0013095994,0.00014439688,0.0059579597,0.008342543,0.009238801,0.012429525,-0.012500403,-0.0075793928,-0.013228554,0.0007533863,0.015871022,0.009139012,-0.030037042,-0.0070322016,-0.0052645584,0.0032881584,-0.012773135,0.04203121,-0.012678903,0.0066018035,-0.0008085129,-0.013591156,-0.01061644,-0.0012764554,0.013656234,-0.00096348306,0.007874531,-0.02392295,-0.012712007,0.0048521752,-0.005038747,0.014749814,0.0030720443,0.034271125,-0.006695587,0.004180236,-0.024968237,0.014394416,-0.012677762,-0.018924225,-0.008342428,-0.0068107587,-0.025159188,0.027054977,-0.017890576,0.021002915,-0.026008997,-0.012410357,0.020666713,0.022814007,-0.0007593052,-0.018867223,0.008558704,0.015218762,-0.011665151,-0.02190115,0.025394425,0.0028451264,0.012149821,-0.009081099,-0.010108535,0.032139923,-0.00019772728,0.0051520225,0.005871511,-0.01642525,0.012373189,-0.005676985,0.0029908193,-0.008011401,-0.025637537,0.009948664,0.000788751,-0.023616044,-0.034867447,-0.0066651716,0.0002528875,-0.014371881,0.00998579,0.00034428114,0.010445308,0.0022281674,-0.0008231349,0.009899097,-0.019838333,0.00013423366,0.007760712,0.009845428,0.03048165,-0.016558167,0.0030983777,-0.0069964654,0.021943903,-0.009975502,0.01234131,0.009779167,0.011893362,-0.015609843,0.005517054,-0.010874983,-0.0021522064,-0.0053442777,0.0076491917,-0.010337147,-0.014919961,-0.0009023664,-0.0017512088,-0.0069577694,0.028088031,-0.00049521105,-0.000938059,-0.008627062,-0.01237659,-0.015971558,-0.023746999,0.0082351025,0.007751478,-0.009916284,-0.017383005,0.005808172,-0.012076967,0.021767858,0.008182706,-0.012587393,-0.019273557,0.004713888,0.016476095,0.025060803,-0.019027783,0.01662653,-0.020069372,-0.0064189807,-0.005620202,0.0026240968,0.009724549,0.0044783163,-0.016660059,-0.01044081,0.008009807,0.0071997466,-0.008007945,-0.009091464,0.00811854,0.023856198,0.0060144565,0.012489063,0.005336782,-0.013953149,-0.0062840483,-0.0012703395,0.029673386,-0.013771654,0.022844542,0.021558668,-0.013442306,0.012511512,-0.01819845,0.0005327293,0.0034406346,-0.025673077,0.008233195,-0.0058315457,-0.0022588691,0.010364979,0.023013027,0.0029126517,0.028211141,-0.0044119908,0.008467937,-0.008808815,-1.9919229e-05,0.016645279,0.018099904,0.012159992,0.011380932,-0.0031743427,-0.010694902,0.0047998107,-0.018442884,-0.016385866,0.019678758,0.011919368,-0.02782973,0.01732068,-0.005697023,0.011418011,-0.021327036,-0.008948754,-0.01963572,-0.0047760294,-0.026078956,-0.0314304,-0.003740525,-0.004646171,0.031487383,0.0082613425,-0.0042970767,-0.034241494,-0.0013389089,-0.017673166,-0.0037358617,0.013476913,0.001388348,-0.00901114,-0.014253773,0.043176137,0.017057443,-0.012523191,-0.0036584858,0.0025565145,0.00058773335,0.0146865165,-0.0027799606,-0.008009648,-0.01572528,0.008165675,0.0072299372,-0.013413574,-0.003689877,0.0157228,-0.026436316,0.003581461,-0.010838789,-0.0003475876,0.02694524,0.011011815,-0.00042040116,0.0082782125,0.013572717,0.0017457131,0.019398592,-0.009099648,0.011715112,-0.0020037515,0.015053391,-0.002606978,-0.037185125,-0.027641919,-0.005593237,0.0145860575,-0.0029996322,0.0068039005,-0.020929491,0.0010820271,0.0018875247,0.006282723,0.0033077989,-0.010656213,0.007163401,-0.03177129,-0.03626698,-0.0075032404,0.0050556343,-0.021957332,0.0071931803,-0.015025133,-0.008082084,0.004107088,-0.016331552,-0.01576035,0.018071502,0.0021119136,-0.009040537,0.01710092,0.017082743,-0.022687877,-0.018501967,-0.0076842536,0.0046413867,0.0025386827,-0.00027908833,0.020401629,0.0056363265,-0.017668778,0.017040722,-0.01738287,-0.026010312,0.0011346707,-0.015692897,-0.017401332,-0.016459037,0.0068984604,0.0021968193,0.0061807605,-0.010879302,0.008894346,-0.027922716,-0.0066591627,-0.0024087417,-0.020079456,0.007083285,-0.009759305,-0.011446982,-0.008239798,-0.0027265253,-8.726919e-05,0.0074338494,-0.005388846,-0.008673598,0.028875751,0.009573632,0.007019796,0.024244225,-0.009788592,0.0013218056,0.016369572,0.021474771,0.013163223,-0.0015484085,-0.03631259,-0.013267397,0.008325146,-0.01980946,0.013130743,-0.007174935,0.0075374455,-0.004528741,0.01707709,-0.0052872207,0.019900534,0.012716259,0.0035195486,0.016021844,0.00581053,-0.013823416,-0.00049434835,0.023378363,0.009574038,0.020493848,-0.0031562862,0.010339058,0.003377198,0.022975596,0.0132576,0.010203558,0.011864737,0.007965165,-0.005870426,0.022646638,-0.02700269,0.022884956,0.008459539,-0.012350151,-0.0023899118,-0.0073104147,0.009680484,-0.021965751,-0.04142844,-0.013497317,-0.008633234,-0.025751505,-0.0095030535,0.0009406397,0.043522116,0.027110733,-0.005239442,-0.011356227,-0.013595625,0.012463183,-0.033917796,0.026258815,0.03266577,0.002662762,0.009789019,-0.005298241,0.009187121,0.02020837,0.010795506,0.016600406,0.0276284,0.033961955,0.0099639315,-0.007488968,0.008483868,0.014297502,-0.0011854825,-0.0045497688,0.016909935,-0.018130377,-0.016310284,-0.010513115,-0.0028358458,-0.02119501,-0.009662284,0.011966165,0.00882507,-0.01428635,0.0035912807,-0.009354618,-0.02060808,-0.0039133234,0.0017428648,-0.016594905,-0.0021045802,0.010828119,0.015661012,0.0043862984,-0.026006874,0.0101797925,0.0006468881,-0.0070399637,0.024171099,-0.011369904,-0.002042972,-0.00962976,0.015729789,-0.0057028676,-0.025132144,0.0121791465,-0.0025192823,0.029287038,-0.012396062,0.0011537896,0.15621021,0.13204436,0.008867266,-0.00952522,-0.0033007176,-0.0062864954,-0.011161154,-0.006567121,0.008545591,0.014770652,-0.014806459,-0.0018682522,0.011057885,-0.022147015,0.020307826,-0.005772959,0.00049576425,-0.009251409,0.00056826125,-0.0012906533,0.009779077,0.004639296,-0.010547101,0.02165302,-0.022542503,0.0056551113,-0.0110791195,0.001611831,0.013916329,0.009334052,-0.0034178926,0.0031176754,-0.026872104,-0.023254387,-0.0069121434,-0.003898784,0.010337326,0.0021424256,-0.022819284,0.0017681652,-0.008768984,0.011572649,-0.0061093885,0.005402028,-0.010373566,0.002806357,0.008659287,0.00043889892,0.021076808,0.008826662,-0.040542122,0.0077630375,0.0096031865,0.021555692,0.0017095894,-0.024529275,0.013929061,0.017538883,-0.011305712,0.008273285,0.014125391,-0.009737394,0.0014868854,-0.004647147,0.02220632,-0.01190597,-0.03113153,-0.00649336,-0.027211824,-0.012735793,-0.011805972,-0.020502347,-0.012736562,7.986658e-05,-0.022170601,-0.010170616,0.01542719,-0.016713908,0.007407406,-0.0059330165,-0.014343886,0.0013377183,0.0033647525,-0.017646424,0.008634636,-0.025674518,0.0102955615,0.006139726,0.12170408,0.0014008118,-0.0021701143,0.013073381,0.003203095,-0.008499826,0.00208109,0.047565278,-0.0074641467,0.0031067415,-0.0032428652,-0.0010340004,0.0040492252,-0.0028493146,0.008761683,0.011903252,0.0057860087,0.022336975,3.7455884e-05,0.022822151,-0.021817649,-0.004817329,0.0042352714,0.0056194193,0.001879908,0.030456075,3.0437774e-05,-0.000299754,-0.028068816,-0.020565966,-0.102848,0.0056157177,-0.0145794405,0.009808874,-0.009559835,0.017329933,-0.0026878624,-0.022777116,-0.010585374,0.017323388,-0.007369258,-0.02408319,0.00085931976,-0.0077008964,0.023987258,0.018493207,0.015468106,-0.012184729,-0.018934574,0.0022423856,0.006045332,0.0051810048,-0.01018789,0.019066565,-0.012149315,0.0109496005,-0.0066253464,-0.009023441,-0.008307465,0.0075905053,0.018785246,0.0028152564,-0.016199123,0.013069824,-0.0012284643,0.0016172393,-0.008438799,-0.033214428,-0.011242954,-0.008037219,0.0042385557,-0.026390951,-0.0055224774,-0.008142272,-0.012070288,-0.015075384,-0.0027567681,0.008672671,-0.008804169,0.009492899,0.0020590513,0.007826353,0.017165983,0.010472452,-0.009683848,0.025828179,-0.017507402,-0.0005894716,0.030669523,0.00204319,0.0043342933,0.0070940177,-0.0047793835,0.0019124022,0.006089078,-0.02812918,0.017342098,-0.0071975016,0.0033178567,0.0150636975,-0.012848679,-0.0071162027,0.011596163,-0.0038881416,0.0009836276,-0.013329019,0.000779649,0.011850126,-0.0028636572,0.010875855,-0.012059796,0.00354364,-0.0003771969,0.10170607,-0.0018366365,-0.025306338,0.0071313363,0.0065797055,0.009166388,0.003933248,-0.008660131,0.016877357,0.01917892,-0.0094436165,-0.00082392804,0.028012889,0.03297984,0.009184115,0.0025088026,0.007996147,0.0023823,0.0075375526,-0.0044383323,-0.02835121,0.0013764492,0.008991182,-0.0056769173,0.01227759,0.020843845,-0.027299222,0.008243811,0.0017033687,-0.011750323,0.006158538,0.018396689,0.00084628357,-0.008044241,-0.016755708,-0.0065413876,-0.00986572,0.011122618,-0.016186437,0.0066975597,-0.0039635925,0.00074317923,0.023862725,0.010290345,-0.025106695,0.19890416,-0.00986181,0.014834001,-0.019967992,-0.018022485,0.0017630652,0.010191233,-0.00017390042,-0.021528192,-0.0030765955,0.027397593,-0.005875423,-0.026063722,0.0024579894,0.016265586,-0.021844953,-0.0134176565,-0.011949524,0.0027421825,0.024259027,0.006573718,0.016926281,-0.013020299,0.0043505165,-0.0029689514,0.014450401,0.02208549,0.03240542,0.0022045493,-0.015407746,-0.019405562,-0.026949046,-0.013033226,0.005896039,-0.008822498,0.004296594,-0.008726885,0.014278835,0.011804304,-0.00076147093,0.013923208,0.01589235,0.020540724,0.008280591,0.0038117012,-0.016125744,-0.028033098,0.01005787,0.01579985,0.012233817,0.0033776914,-0.013008045,0.015531386,-0.0025621583,-0.009597887,-0.004050869,0.033940475,-0.004582147,-0.025217218,-0.003478423,-0.02623657,0.015843559,-0.00728182,0.006716271,0.002284966,0.0009342637,-0.008209878]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 196,
          "content": "Minister Akazawa Holds Online Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.030612819,0.0012413712,0.0040140687,-0.07904509,0.013405062,0.027064404,-0.015787894,-0.027362958,0.019755317,0.006452569,0.0017223541,-0.030654049,0.031491302,0.025066083,0.103824064,-0.011241795,0.007655552,0.04605799,0.010945607,0.0034421363,0.01274986,0.0015638132,-0.017677383,-0.0352858,-0.021159973,0.0067814053,0.0027730323,0.0023460246,0.023426991,0.008322746,0.0113895675,0.027470171,0.0250888,0.014944576,0.011279223,-0.020918965,4.5987912e-05,0.013705226,0.012008673,-0.009866598,-0.008964976,-0.010216468,-0.031062752,0.0023391666,-0.014073347,-0.0034249623,-0.016859176,-0.01305797,-0.002826206,0.0001072377,0.024965284,0.023732435,-0.0056202756,-0.1644319,-0.011264353,-0.0219377,0.010980736,0.0052722213,0.02396828,-0.012170701,-0.032767348,0.045519855,-0.0050177923,0.00010766584,-0.019115707,0.011566094,-0.013487606,-0.02099307,0.010577657,-0.009556199,-0.013441476,0.0022925113,-0.0033408504,-0.005824121,0.044038482,-0.012059356,-0.010882169,0.016010744,0.022795262,-0.017023778,-0.02525561,0.0047113695,-0.007548943,-0.0057895374,0.007785513,-0.015734028,0.01035836,-0.014690506,-0.014182747,0.009624532,0.036595993,0.028685741,0.032403406,0.012079693,-0.033001453,0.037940633,0.0025574355,-0.039385397,-0.037542995,-0.0064646956,0.013294289,0.02023272,0.021611448,0.034716994,0.01434498,0.010056927,0.029466437,-0.0039033995,-0.028112005,-0.00016024806,-0.015951013,0.016853686,-0.022267459,0.027567204,0.011394602,-0.12214516,-0.003926388,-0.013305311,-0.032020885,0.008306658,-0.015640002,-0.0073067546,0.023476725,0.015490291,0.013184751,-0.001682177,0.0024622283,0.008154434,0.010760341,0.008042825,0.0024644204,0.012364716,-0.015349997,-0.00973205,0.030531429,0.050597515,-0.00013973679,-0.01004219,-0.023783706,-0.010296761,-0.018422443,0.017387057,-0.017170923,0.01376293,-0.005183243,0.007665406,-0.0084152175,0.021207806,0.007644865,0.0075502517,0.014089124,-0.0132931,0.013144776,-0.0034189883,-0.016213978,-0.03531276,0.01578196,-0.018753681,-0.013191323,-0.0010501024,-0.0013833995,0.006807853,0.005369001,0.017512076,0.011244887,-0.011823248,-0.010449283,-0.0054319203,-0.0013104158,0.010681253,-0.034018558,-0.011249178,0.007748689,0.017619818,0.0058942763,0.012267337,-0.001593193,-0.0049273632,-0.007753023,0.0051944563,-0.02059603,0.006973484,-0.015797492,0.02182423,0.019680718,-0.005285327,0.0076539186,-0.014543639,0.003722486,0.017823322,-0.03811686,-0.007660812,0.022429675,0.0062892777,-0.008352943,-0.010164762,-0.041798644,-0.008810174,-0.007066504,-0.007839422,-0.004769345,0.018094685,-0.027884478,0.016351927,0.008937858,-0.03270977,-0.0053433916,-0.012059646,0.0017310911,0.008107574,0.004710934,0.014854775,0.0005195994,-0.019322684,-0.0046003903,-0.045684673,0.017168136,0.017194714,0.008260289,-0.007891689,0.02789977,0.0107785165,0.0035579,0.026164036,-0.0034203029,0.013035517,0.01071642,-0.0052076452,-0.011151042,-0.020308618,-0.034397375,0.02585409,0.028092194,-0.03989838,-0.0017557236,0.0069194552,0.0067899893,0.0001254244,0.0057726074,-0.012582266,-0.003392311,-0.013584268,0.024732253,0.01721177,0.001035854,0.015490725,-0.004950746,-0.006499488,0.010658629,0.037577488,-0.0054439376,0.01918003,0.0042548547,-0.00415713,-0.02928719,-0.0037651502,0.009946506,-0.005495752,0.011696779,0.008209878,0.014796079,0.024721166,-0.0049974713,0.0065784245,-0.02673855,0.02250364,0.012940031,0.02198923,-0.005678768,0.0072270087,0.000509804,0.022554392,0.026813999,-0.002818329,0.009202935,-0.010749069,-0.055626515,0.017262904,-0.02210458,0.0069887494,-0.0082276035,-0.0005986762,-0.00073534675,-0.0005314864,-0.022128638,-0.0014812843,-0.0116195055,-0.0060124183,-0.02699097,-0.013597881,-0.014872901,0.006553857,0.007035917,0.010742942,0.00060920225,-0.034569714,-0.018362693,0.01163328,0.016405698,-0.002871112,0.0242542,-0.0015611604,0.018207958,0.044920847,0.0015957227,0.011254923,-0.022415927,0.023440294,-0.0010300734,0.007968463,-0.024076462,-0.015812397,0.002468563,0.010225541,0.022359584,-0.020145493,-0.014946459,-0.009779996,0.0031643894,0.03326143,-0.0046546166,0.029869137,0.028863693,-0.007662832,0.039704103,-0.008701328,-0.00910801,0.013657201,0.021255767,0.0069319545,0.0057163867,0.007440497,0.019876428,0.0004402542,0.009665211,0.0426664,0.017372003,-0.00036053665,0.02405213,0.00012690568,-0.027171353,0.01804038,0.021460088,-0.002226545,0.02140806,0.016681116,0.02987935,-0.015770258,0.0026467126,-0.014385399,-0.02395362,-0.0005315456,-0.022836069,-0.008065934,-0.06820207,0.020551348,-0.0169258,-0.020628277,-0.020284167,0.028151106,-0.014604314,-0.021525655,0.0065617575,-0.0025699534,-0.009259428,-0.011166308,0.042607665,0.012201063,-0.004888075,-0.016455373,-0.005742873,-0.028645048,0.005721393,-0.008576576,0.053131312,-0.0005009585,0.008812442,0.0072271638,0.0070469216,0.017473247,0.0076745604,0.011983088,0.022307565,-0.0015391802,-0.003045294,-0.012355527,-0.006297682,0.010785882,-0.01755734,0.017309604,-0.020126319,0.017814191,0.010663311,0.042705998,0.021458387,0.01845431,0.01606272,0.027412463,-0.018812612,-0.011022018,-0.0141180055,-0.016356386,0.03698402,0.0027872554,0.009917731,0.01029929,0.0013923128,-0.027283382,0.03288842,0.007943575,0.031009654,-0.013901923,0.012756541,0.0041356822,0.0005743486,0.012775195,0.014524096,0.04642087,-0.009432312,-0.019647699,-0.011950714,0.0026872766,-0.0053045503,0.009115878,-0.014140625,-0.053962383,0.0072193076,0.006227332,0.013390726,-0.016658118,0.0032253077,0.0006316627,0.0036474506,-0.029273037,-0.004222465,-0.021555547,-0.029706677,0.014130093,-0.003833396,-0.004121392,-0.028650455,0.0048184902,-0.0021298178,-0.013108024,-0.022277918,0.030779073,-0.002715862,-0.0054594693,-0.052865364,0.013694882,0.014534783,0.012538592,0.023778642,0.015121219,0.02120266,0.013744759,-0.007944644,0.0054293303,-0.016855897,0.033222493,0.022446126,-0.004258785,0.0034486747,-0.0090183355,0.013412394,0.006758638,0.009487546,-0.015468643,0.009235185,0.012839232,-0.0033380557,0.017681276,0.025442436,0.009500161,0.011737371,0.0100905,-0.02314556,-0.024826169,0.003766286,-0.0041076834,0.032668594,-0.030125493,-0.009304692,-0.03097422,0.0066258973,-0.008414268,-0.013015501,-0.005194556,0.02010594,-0.003878015,0.012714838,-0.0018119974,-0.0071098045,0.016839463,-0.031962033,-0.023405408,0.016470078,-0.025680946,0.0057337405,0.0047842194,-0.007844217,-0.016928269,-0.0032166617,-0.03023664,-0.012227632,0.013510751,0.016690845,0.009658823,0.01975161,-0.01336071,-0.010806528,0.0071096844,0.011192194,0.015172809,-0.048981514,0.007632723,-0.0044381274,0.010728718,0.014398601,-0.009378071,-0.030983863,0.018988729,0.02797626,-0.008229878,0.020707712,0.0025539803,0.018335622,0.010030533,0.039380446,0.019874508,-0.0029775947,0.015679188,0.023774015,-0.002161647,-0.03812161,-0.010778862,-0.01353996,0.011259525,0.023274006,0.008965672,-0.019001296,-0.0001472703,0.0053337105,0.004959403,0.021658244,-0.05848184,0.019259682,0.02633014,-0.0041758,-0.01701264,-0.0031227495,-0.018743023,-0.019099802,0.0039286814,0.00898986,-0.0047654333,-0.030663736,0.01657935,0.0074301935,-0.01942844,-0.017908426,0.0058703194,-0.0016377827,-0.0030134642,0.0068070744,0.0046183714,0.012641572,-0.007831612,0.034253858,0.020860368,0.0054620104,0.02483316,0.015980659,-0.025856717,-0.0046897028,-0.006781813,-0.037885167,-0.002833383,-0.013413777,0.008749208,0.0034728257,0.00367275,0.0060195876,-0.011469347,0.020919532,0.020660339,0.018849278,0.00137799,-0.0062851515,-0.0053911353,0.006234167,-0.015197114,0.03846904,0.0071645644,0.004883514,0.014162959,-0.011563471,-0.0067264973,-0.022368813,-0.022428047,-0.028668093,-0.025222637,-0.009239875,0.019674571,0.018893583,-0.005689041,-0.008042278,0.009095071,-0.00028175063,-0.019804282,0.027232707,0.0029036456,-0.0016256906,0.011650972,-0.0090309465,-0.022663811,-0.0044007394,-0.001488228,-0.010921666,-0.0018119892,-0.007359634,-0.009977241,-0.0016846649,0.017095963,0.04606883,-0.0027053473,-0.0186467,-0.12156583,-0.013624699,0.004433637,0.0035489684,-0.012003645,-0.0036623331,0.00856714,-0.014259606,0.015547169,0.007936415,0.020149581,-0.0028013634,-0.006808042,-0.0060306084,-0.04652388,-0.0036711292,0.02104655,-0.010955611,0.0186651,0.007991073,0.03162373,0.006623687,-0.014932694,-0.02057305,0.0035464093,0.0006819099,-0.0102199605,0.015157452,0.005549095,-0.021953423,-0.031858716,-0.14910412,-0.008298812,-0.0002810024,0.0006142954,-0.006942369,-0.040337246,0.021872291,-0.024276104,-0.018905278,-4.17915e-05,-0.006242747,0.02202883,-0.017700307,-0.015717037,0.015892623,0.08467394,-0.005279611,0.007844519,0.00013311686,0.020486841,-0.015419402,0.0040531512,0.01527214,-0.008907374,-0.0022475345,-0.0050632814,-0.0060529215,0.04032609,0.015025188,0.0034690406,0.04180794,0.014308901,-0.015930062,-0.0057999324,0.016256886,-0.004875147,-0.019642893,-0.029483667,0.0023773385,-0.003604794,-0.0009115761,-0.0034652776,0.0070399423,-0.0026929253,0.01781636,0.009421153,-0.0059022037,0.0019286571,0.0029111835,-0.017956072,0.0013803112,-0.078594856,0.0062408457,-0.023362003,-0.0010594156,0.0146443555,0.003041952,0.0033829745,0.010399295,0.007195054,0.0046351957,-0.00628679,0.016161893,0.0017985599,-0.040945735,-0.027739264,0.0099606635,0.005338091,-0.015703874,0.046590064,-0.003005045,0.0055526085,0.0048555955,0.004939815,-0.011744525,-0.00031367224,-0.015127692,0.025091665,0.03206687,-0.019122025,0.0076477253,-0.012581426,0.0056423526,0.017717002,-0.00081783376,-0.0035138256,-0.034974594,-0.008263585,0.0135041615,0.023215419,0.023795772,-0.004866604,0.019390892,-0.013121611,-0.019405067,0.021700783,0.015979223,0.0006767541,-0.02318529,-0.02696805,-0.018193182,0.0038190072,0.007605623,-0.022388179,-0.00028109745,0.028911218,0.010398217,-0.024660315,0.009830263,-0.0074682147,0.0054602595,0.0017139292,0.0030121137,0.013309556,0.01003414,0.0048095565,-0.018956741,0.009568498,0.0017803062,-0.0066076727,0.008817872,-0.0070806565,0.0008248542,-0.009693603,-0.0014487567,0.004116332,0.009858576,0.0024370379,-0.0102451965,-0.04579438,-0.018763326,-0.007974139,0.0011073577,0.006335583,-1.8926998e-05,0.0063379253,0.007234074,0.013414029,0.0025646351,0.015828412,0.009018705,0.0128284665,0.0032281894,-0.0035523921,-0.0034345703,-0.01509966,0.0021938595,0.0010498149,0.012601832,0.001132368,-0.007236769,-0.0079571,0.02029429,0.012414043,0.011038058,0.015490029,-0.0022992485,0.014454141,0.0026447966,-0.010304423,0.0034136763,0.00788756,0.013998259,0.009440251,0.0026184644,-0.004331177,0.002253334,-0.0002560004,0.0047057145,-0.0011007756,0.008460555,-0.0010283843,-0.026094649,-0.014537328,0.014300161,-0.0139494855,0.0019297227,0.0055447756,-0.011993513,0.0011532065,0.0069644866,-0.007041174,0.0001223998,0.007946813,0.022145754,0.0041640983,-0.012369326,0.0038122472,0.021452561,0.009490596,0.015771871,0.005058222,0.01754565,-0.0025185605,-0.009019136,-0.0126236435,-0.0012207079,-0.0059815617,0.013439077,-0.008747501,0.0061903284,-0.0041622585,0.017901134,-0.0028296192,-0.02235881,-0.011421806,0.0027230287,0.0020803027,0.0122291595,0.01072425,0.0048080557,0.008793627,-0.000976429,0.012586317,-0.005497414,0.009306512,-0.013052093,0.01783207,0.011323527,-0.0023709016,-0.019675802,-0.028753793,0.002785574,0.0015638506,-0.017101072,-0.0063959956,-0.003600311,-0.014243695,0.0022266253,-0.0013724252,0.00082250213,-0.009238219,0.010252933,-0.012080997,-0.0059784986,-0.013354116,0.021185,-0.008793222,-0.007504916,-0.013709082,-0.010351811,-0.004165287,0.0055031236,0.023322145,-0.011177167,0.0024665345,0.0177257,-0.0020943347,-0.026132757,0.031879637,-0.006748136,0.014893284,0.0113653205,-0.0002999481,-0.0060127694,-0.0033757407,-0.02076936,-0.00079835654,0.014558491,0.00259508,-0.011095352,-0.014518018,-0.017839734,-0.010805406,0.00025973312,-0.013601545,-0.008032401,-0.008171477,-0.0149340145,0.00925611,-0.0020497763,-0.00086762605,0.03616428,-0.015299522,-0.001285548,-0.017895635,-0.0007605043,0.0046326783,0.0013900014,0.008793262,-0.0059659462,-0.0021725895,0.0015760192,-0.014976449,0.0005490316,-0.008706105,0.010343341,-0.0038794323,-1.0183577e-05,0.0017665301,-0.02242944,0.015546402,-0.00036366456,0.0031449748,0.0003685283,-0.028568957,0.0052280286,-0.0028169926,-0.015363461,-0.0081295455,-0.00414808,-0.001174736,-0.0034703456,-0.0128241675,-0.0054917927,-0.011663668,-0.0032208106,-0.0039049175,0.008412252,0.0034614669,0.094998434,0.0013924716,0.00086257875,0.019425834,-0.0033846449,0.005680041,0.0056677954,0.0021877089,0.00395641,-0.010427083,-0.0022525373,0.024422476,-0.0066228523,-0.020791212,0.00403775,0.008987913,-0.006928996,-0.005690294,-0.0018281742,0.018898439,-0.0024462366,-0.0017465947,-0.0022521333,-0.0080831805,0.007477888,0.0012484287,0.00051767414,-0.006485106,0.013648007,-0.012345216,-0.013127144,0.004329915,0.0001345791,-0.004904529,-0.015183007,0.007444446,-0.0071675573,0.025177801,-0.0010128452,-0.0024206762,0.0063692927,0.009647561,0.001871993,-0.0043059336,-0.0063360455,0.00971095,0.00095188664,0.009705766,0.006505079,0.016275674,-0.009540219,-0.020392388,-0.009354776,-0.0002552178,0.0034023556,0.019977134,-0.010463902,-0.008001679,0.013229998,0.010145411,0.0054317326,-0.0017197063,-0.003367094,0.016042737,0.0086294245,-0.0067975805,0.016030971,0.009014582,-0.011376381,0.025249757,0.0016349923,-0.0016998934,0.010973075,0.007096073,0.014580627,0.006407954,0.0072708917,0.002649185,-0.0020735702,-0.01849712,0.014927422,0.003064711,-0.01263099,0.014248062,0.02997956,0.004077106,-0.01093426,-0.018444458,0.0068809935,0.0006526323,0.009086509,-0.010802147,0.00040734172,0.004048125,-0.01443954,-0.002629413,0.052749537,-0.0011253133,-0.006939139,-0.0032250048,0.019634044,0.0010425072,0.002182328,-0.013436711,0.016605122,0.007539711,-0.005040987,0.001782192,0.0017072783,0.008418078,0.0022580796,0.0064701987,0.006910687,0.0023895158,-0.004150813,0.0009865868,0.008311173,0.0034610333,0.015334794,0.006125315,-0.024125606,-0.0037034785,-0.0070442823,-0.017762022,-0.014668143,-0.0043756533,0.008704253,0.013199422,-0.001934206,-0.0018121164,-0.010439485,-0.0021019634,-0.010340903,0.018946037,-0.0025014726,-0.0037156974,-0.008061744,-0.015208677,-0.010060347,-0.00043326587,-0.0063376827,0.0024406693,0.016263803,0.0019036115,-0.004010503,0.006687892,-0.015383022,0.016451957,0.00089320197,-0.004373522,-0.0030785464,-0.02019866,-0.009524351,-0.0012969417,-8.796179e-05,0.011401372,0.036403287,0.0015342343,-0.015978748,-0.018382866,0.0018568772,-0.0036362968,-0.01391946,-0.017306374,0.0070477673,-0.010729263,-0.006230226,0.010960731,-0.0021540544,0.00071494235,-0.0060089757,-0.0068625063,0.0056235716,-0.02292093,0.017343508,0.0008165713,-0.012814881,-0.0017002855,-0.0012445789,0.011864056,-0.0023494065,-0.006573739,-0.006372066,-0.004096933,0.021818759,-0.0032562,-0.010821636,-0.00785823,0.009401369,-0.014473767,0.0034251763,-0.005117691,0.0047073625,0.007031746,-0.0072858557,0.0076685827,0.007962761,0.010973709,-0.0008827318,-0.0037068543,-0.0070923097,0.0041519455,0.0025605278,-0.0026554626,0.0068430505,0.0083433,0.004796881,0.009888692,-0.0030292503,-0.008606154,0.008290526,-0.014418953,-0.00020379694,0.0057261596,0.027178349,-0.020030001,-0.007159409,-0.009776364,-0.0034351065,-0.0062683257,-0.0011625387,-0.009284556,0.0061540655,-0.011793732,-0.009057142,0.025583383,-0.0007553299,-0.010293614,0.0038694544,-0.0020541183,0.0073126224,-0.015170838,-0.0038150891,0.00052512845,0.010842554,0.0019451238,0.0067853183,0.0026393011,0.0068191965,0.0028007214,-0.023491483,0.018316492,0.007087068,0.0024261265,-0.0106169395,0.012118317,-0.0052987193,-0.024053477,-0.023780739,0.0010627176,0.0027869341,0.009235483,0.0006465843,-0.015566508,0.0016123869,-0.0041549853,0.0070530707,-0.045405738,0.010476275,0.004680754,-0.002486455,0.010676013,-0.015237987,-0.002981107,-0.013946883,-0.011890158,0.0023057458,0.001602396,-0.0070803184,0.0061760102,-0.0010490787,0.0042474708,0.0029225836,0.0068281787,0.01548103,0.015271403,-0.022922996,-0.021338694,0.0055597,-0.014340485,-0.01365188,0.011118099,0.022416683,-0.0013371523,0.001311914,0.0063686566,-0.008872265,0.0009928442,-0.0018137658,0.0109916115,0.0045775096,0.02175029,0.008427991,-0.009475138,-0.013795597,-0.009417458,-0.0012697802,0.009055861,0.007795454,0.0022438518,0.007702946,-0.0019937821,-0.014257017,0.0068306644,-0.03049478,0.0073423856,-0.017319173,-0.0034545742,-0.0005307593,0.004556298,-0.004828127,-0.013359615,-0.010136474,0.01393412,0.021506235,-0.014731315,-0.007437482,-0.011108566,0.010413278,0.0047721537,0.0026442735,-0.021543235,0.013899412,-0.019726194,0.00871108,-0.013006904,0.0011642509,0.00022546166,-0.013363892,-0.018528577,-0.009797396,-0.0073650284,-0.0025856982,0.026313288,0.014253147,0.0005615333,0.028994104,-0.0041899784,0.006328552,0.0017994556,-0.00344642,-0.021498537,-0.004171211,0.0043172133,0.009718478,-0.0053651375,0.012243075,0.017466974,0.0038926695,0.00690285,0.0012442044,-0.009929982,-0.010682673,-0.0007992769,0.019339439,-0.0013561707,0.007849549,-0.0023241653,0.009185613,0.0066970675,0.011114949,-0.01596825,0.015100922,0.017097866,-0.013546413,0.00895386,0.0022393377,-0.0020831465,0.0022518125,-0.009606445,-0.0045827865,-0.01656949,0.010488458,0.00013990754,0.0019164245,-0.0030926557,-0.003944719,-0.011881545,0.032511763,-0.0248027,-0.010614445,0.016151974,0.012611152,0.025147416,-0.00039235357,-0.0059193536,-0.0070814593,-0.007898881,0.0025815482,0.020257572,-0.0077789505,-0.023993276,-0.0031924346,-0.010149136,0.007466204,-0.0130060185,0.018474823,-0.003187153,0.0026919744,-0.0014138647,0.013520457,-0.0027430998,0.010596019,-0.0050636134,0.0010085751,0.00862614,0.014260277,-0.0020201306,0.010692626,0.0078003136,-0.0033167787,0.013616135,0.006742796,-0.007517563,0.012475022,-0.0074292454,0.009018675,-0.0018719945,0.0024309992,-0.014288068,0.0065142927,0.0120568,-0.0027277116,-0.009287319,0.009910416,-0.0006947924,-0.008690993,-0.007162387,0.004676559,-0.004687743,0.016379412,-0.0072253575,-0.0053026984,0.0053278366,0.00268858,0.017463515,0.01601076,0.00027774088,0.01953568,0.020847073,0.00033309142,-0.01872868,0.0060418597,0.020134687,-0.0043818885,-0.00026669455,0.016366366,0.0035497125,-0.0061350176,-0.0041311616,0.008093507,0.007848504,0.0034723317,0.02403974,-0.02011806,-0.016638681,-0.018898375,-0.010519112,-0.021591134,-0.011153678,-0.025267283,-0.01652507,-0.09307417,-0.0018813353,-0.015957154,0.0035839677,-3.3675282e-05,0.016836233,0.0047279666,-0.020484576,0.004370682,0.012526565,-0.023285724,-0.0011261802,0.0008570295,0.007634781,0.015323429,0.00032152433,-0.0035694386,-0.0073042675,0.010908444,-0.0016495931,-0.009745499,0.00921361,0.0043645445,0.011153535,0.016179424,-0.0038663007,-0.0018597171,0.007888568,0.012482498,0.0023660623,-0.018545888,-0.009004791,-0.0010302337,0.00993448,0.019408755,-0.0004100956,-0.01775973,0.012513221,-0.12525521,0.0003609341,-0.016711272,-0.012846709,-0.00349081,0.008595672,0.020374585,-0.015612263,-0.0071249525,-0.004265686,-0.000792808,-3.9562496e-05,-0.023307322,-0.011547543,-0.014165923,-0.004392981,-0.004385082,0.007559014,-0.008940798,0.009296122,-0.019939039,-0.022253802,0.010912626,0.0032899769,-0.00570658,-0.0063438904,-0.0146075655,0.02054326,-0.005611667,-0.023196446,0.0055443128,-0.012248532,-0.008440985,0.01228986,0.0061307107,-0.003697036,0.02297031,0.008960477,0.008753184,-0.005256874,-0.011437126,-0.012514572,0.0066444697,0.008069921,-0.015200733,-0.00037617204,-0.0105138235,-0.0032355415,0.02298431,0.0064741597,-0.011245461,0.0051594037,-0.0018467725,0.011593002,-0.024963522,-0.003015195,0.009492203,0.0037728609,0.003193649,0.005711132,1.6330872e-05,0.003921198,0.0048721484,-0.011566295,0.0058357827,0.00487937,0.012965667,0.0142998565,0.005800438,-0.011135079,0.008590532,-0.002401671,0.008627717,-0.009970758,0.007656927,0.011195984,0.017560016,-0.014176404,0.0023456854,-0.023562068,0.0026250987,0.006005005,-0.03423595,-0.00064195215,-0.021523887,-0.011694684,-0.0037663481,0.0006924465,0.009722181,-0.059076175,-0.005232308,6.238132e-05,0.010359086,-0.0074219396,-0.0060532354,-0.0017221821,0.00023841464,0.018148078,-0.0053301402,-0.010346658,0.012336735,0.008290916,0.0012191455,-0.021535775,-0.015226412,-0.0015950408,0.0001181599,-0.011471435,-0.0011109755,-0.018401193,-0.012763525,-0.006539072,0.01925678,0.00026460242,0.015206809,0.008226989,-0.0075969133,0.0074600903,-0.006824957,0.010148215,0.025841182,-0.014653164,0.012260699,-0.016323498,-0.027593011,0.01866278,0.015221167,0.006720538,0.03134852,0.008973336,0.014755406,-0.0033847373,0.018785477,0.017091628,-0.0085097095,-0.0040724482,0.0028912374,0.027043847,0.020985115,-0.018501667,-0.0019517202,0.017575879,-0.018377507,-0.0011372636,0.013460959,-0.003924401,0.0038715736,0.03879311,-0.019998787,-0.0012252867,-0.0041678343,0.00606094,0.005881678,-0.005414469,-0.0065331897,0.014535745,-0.024487184,0.0048880414,-0.005480621,0.016653862,-0.0070468416,0.040913727,-0.019928768,-0.0022613986,-0.011168816,0.011745777,0.0018635635,0.0027606448,0.023848422,0.02070699,0.0027905281,-0.023104845,0.005189354,-0.0066768806,-0.0075720246,0.019111589,0.013193234,-0.0047188653,-0.011609724,0.0020818172,-0.007252245,-0.016500918,-0.023869047,-0.012323587,-0.0029263513,-0.006216301,0.0013770115,-0.009360431,-0.012725617,-0.000432415,0.0184864,0.003761635,-0.016993374,-0.00422219,-0.023164514,0.013756139,0.0011906327,-0.018398726,2.2537164e-05,-0.0016450923,-0.01919994,-0.014116453,0.009186606,-0.16791138,-0.012146685,0.02349548,0.022478377,-0.0161166,-0.0134112295,0.0019871797,-0.006821103,0.02355749,-0.007580745,-0.00010409882,0.014093825,0.00014449652,0.0029930137,0.0031323652,-0.0072207926,0.0016047767,0.021001613,0.015463162,0.009711942,-0.031409666,-0.02389011,-0.0020793874,0.028280137,-0.022354469,-0.005092428,0.016313022,0.0074903686,0.0036381094,0.033265322,-0.002239186,0.0026059917,-0.011146767,-0.007399473,0.008320843,0.02147423,-0.0069407425,0.008708391,-0.008085826,0.0027534915,0.011339471,-0.00019744468,-0.021119617,-0.018637735,0.012039827,-0.00012928521,-0.019392697,-0.0096414285,-0.010255693,0.00660948,-0.0025876514,-0.008778081,-0.010091892,-0.0015589651,0.0170894,-0.009299281,0.0067767,-0.013363537,0.0036305294,-0.022970187,0.014605054,0.013010798,0.0062273745,-0.0014844001,-0.008334408,-0.007498148,0.013342325,0.15747347,0.00786817,0.007885589,-0.026080204,0.010325996,0.017288912,0.019468322,0.0037191056,-0.005825756,-0.020011732,-0.004115048,-0.008601308,0.0031442295,0.022053555,-0.014204261,0.0066349455,-0.009409102,-0.0041470453,-0.015636621,0.009231961,0.017030414,-0.008448929,-0.0013816739,-0.012385427,0.0026340836,-0.0093848985,-0.015584042,0.025205007,0.00032957766,0.0009743729,0.0076073366,-0.010667184,0.0034565795,0.002308,-0.005857354,-0.0029197652,-0.010768669,-0.009202323,0.0072292443,-0.0062182117,0.013981426,0.012061582,-0.0020541893,-0.0038087387,-0.011651031,0.011475915,0.017489059,0.013823094,-0.009123867,0.0008155985,-0.037953403,0.00046051608,0.0023725387,0.0014554319,-0.010495081,-0.0039333818,0.018887972,-0.017274896,0.011243682,-0.011350942,-0.0065848744,-0.017863048,-0.006603999,-0.0031646874,-0.0032416359,-0.02140455,-0.02167823,-0.0044371313,0.0022998487,-0.10486959,-0.0029798592,-0.004198187,-0.013064192,-0.0026645553,-0.0030804025,-0.008239453,0.030936617,0.0036704587,-0.009469878,0.010014682,-0.01622153,0.032530356,-0.017047146,-0.0023456553,0.006061045,0.010407894,-0.0024242764,-0.014948752,0.0107038105,0.0053887977,0.034010477,0.019628322,-0.002361573,0.020886946,0.012688994,-0.0134514775,0.0026155894,0.0017798992,-0.004892393,-0.0016710126,-0.02116489,-0.031531975,0.00017285685,-0.033920012,0.0032361283,-0.0021186476,-0.020723358,-0.003109076,-0.010034186,0.00032430553,0.0065409625,0.004088061,-0.010809868,0.017367229,-0.011377583,-0.008301516,0.00043583842,-0.04533778,0.012181524,-0.0022622794,-0.016073242,0.0042413706,-0.00038831326,-0.006783617,4.3281718e-05,0.0018130933,-0.029341776,0.009617326,-0.003569186,0.010601901,-0.009572544,-0.019891223,0.004584616,0.0008550038,0.01549577,0.006311966,-0.014195003,-0.01018807,0.0075720395,0.0014649298,-0.0047589904,-0.0065140985,-0.004457532,0.011389412,0.008367023,0.030638114,0.015304896,-0.014176207,0.0016923826,-0.010642999,-0.023701154,0.0120838005,-0.014863877,0.060319193,-0.0013897552,-0.012412317,0.01597418,0.019128192,0.0040034275,-0.019282762,0.023275621,-0.023864701,-0.016846353,-0.006412532,0.0109888045,-0.0033861108,0.0006785624,0.009636316,-0.021561142,-0.018407956,-0.0053723385,-0.014950308,-0.0047022435,0.029627698,0.004214649,-0.008182607,-0.003912022,-0.008902527,-0.007881458,-0.008716153,0.013159338,-0.0060379985,0.008530216,-0.023652721,0.0012309011,-0.010364649,0.0041601146,-0.007337888,-0.006700658,0.016453337,0.00847927,-0.0055178893,-0.007592269,-0.01097296,-0.023510993,0.0011262618,-0.0017035805,5.6263183e-05,0.010503163,-0.010525299,0.0040518204,0.013176103,-0.014583691,-0.010432028,-0.014588274,0.009376917,-0.019078583,0.012668071,0.012689427,-0.0045572002,0.023980496,-0.012072408,0.022002839,0.012326162,0.0033019923,0.0068555144,0.0128031215,0.0028962817,0.013356629,-0.00046842362,0.02640793,-0.0036556572,-0.010130268,0.0045594634,-0.011561587,0.017759409,0.012315137,0.017553424,-0.015048226,-0.010041053,-0.014322018,0.0103652105,-0.002989694,0.006187727,-0.015861396,0.005414862,0.014378028,-0.023906006,-0.011331864,-0.009586571,-0.006028921,0.0057455148,-0.026497554,-0.03585824,-0.018135032,-0.0055966745,0.0034387037,-0.021857278,-0.07778187,0.013238075,0.007929798,0.0061917515,-0.010883007,-0.012930464,-0.0034969759,0.0012001434,-0.01343121,-0.002529948,-0.012782632,-0.00096972205,-0.0032053387,-0.01882909,-0.0093768835,-0.0053673033,-0.01927145,0.0026896137,0.018490076,-0.009430355,0.00982837,-0.0036276174,-0.0030159182,0.016434696,-0.0051457128,-0.0066821873,-0.0014471048,-0.017672576,-0.014890301,0.008266694,-0.020552075,0.0008074372,0.0016136831,-0.005787222,-0.0036733856,0.020906014,-0.01010683,-0.033563167,0.010825311,-0.031224448,-0.021439146,-0.0012206159,-0.031554893,0.0060080825,-0.0047491114,0.017304262,-0.009283941,-0.007931429,-0.022066252,-0.003598971,0.0107222535,0.0022364026,-0.009284301,-0.008174558,0.01641406,-0.026237989,-0.0025827298,-0.004923724,0.0060945894,0.0049166167,-0.0043530306,-0.022514656,-0.030254217,0.01725077,-0.0015032092,-0.00790657,0.007924979,0.019502234,0.021095576,0.015561055,0.0056133587,-0.009811879,0.0117211025,-0.006918134,-0.00117182,0.0137042515,0.013251782,-0.02997599,0.00886889,-0.009322033,-0.020566769,0.029391149,-0.005249723,0.02267616,-0.009535354,-0.017053394,-0.005012093,-0.08036235,-0.0027925908,0.011433108,0.00032829258,-0.023896499,0.024249021,0.0027732288,0.040216982,0.023819316,0.029673722,-0.008008785,0.0068614227,-0.0098215565,-0.012153357,-0.014454168,0.023585517,0.009277616,-0.012698527,0.03585451,-0.01735422,-0.0035446284,-0.00053751084,-0.00404516,0.018694367,-0.0039267447,-0.04486396,-0.022242624,-0.013501232,0.0025735153,-0.016897138,-0.011827195,-0.0063071717,-0.017364323,0.0030824763,0.0020588217,-0.003210773,-0.01276846,-0.00871203,0.014613527,0.00028488124,0.033028644,0.0022312424,-0.02427862,0.006104243,-0.0056039966,-0.013086109,0.011675656,0.002390962,-0.009222562,-0.006623204,-0.00323672,0.022665193,0.017545376,-0.0005868532,-0.0068689245,-0.009412936,-0.0040801144,0.008103553,-0.007076449,0.024911618,-0.007936233,0.010517283,0.010950761,0.004660815,0.00012744506,0.015678264,0.0016021421,0.008763726,-0.03985767,-0.0030416443,0.023088766,-0.003688079,0.0041455766,-0.006044396,-0.002273043,0.022211367,-0.024830753,0.009277019,-0.020191072,-0.014491511,0.017025797,0.009337787,0.04012612,-0.0157947,0.0112361,-0.004902856,0.02770856,-0.008113377,-0.021420723,0.009174899,0.029405724,0.0151462415,-0.007906187,0.020684518,0.0012197973,-0.0058088405,0.0063056643,-0.029184861,0.0076065143,-0.02278293,0.017464496,0.011194439,0.011985049,0.0035724603,0.011245809,-0.016255017,0.00055969856,-0.020876342,0.0028576355,-0.012214461,0.01435661,0.007759014,-0.0028622998,-0.010120799,-0.006242729,0.009623318,0.016355405,0.0014271521,-0.016751878,-0.012485287,0.00065262994,0.0035108586,-0.016918963,0.016956726,-0.0030934832,-0.015039022,-0.015161954,-0.0026734592,-0.0022027479,0.020370513,0.025581064,0.032283153,0.013313721,-0.02595395,0.0074151885,0.017000897,-0.027200991,0.004239775,-0.011007418,-0.011476694,0.044593986,0.0043019373,0.008338145,0.004904711,0.010878774,-0.0009207793,0.013988669,0.002187564,-0.0034150535,0.004199393,0.031816594,0.018098192,-0.0030540684,-0.0018889095,0.0023600713,-0.0142488815,0.0072462317,0.014214169,-0.002443116,-0.008040708,0.0024200308,0.013018194,-0.013844082,0.012878055,-0.021253027,0.019454483,-0.0013969571,-0.013072348,0.02530367,-0.003153709,0.006649196,-0.020998118,0.01273279,0.0023564345,0.004969867,0.0017721362,-0.007379664,0.0018308937,-0.00014270424,0.012810869,-0.0028684817,-0.0035461963,-0.0013350394,-0.011928199,0.007888601,-0.0034348744,-0.012691853,0.00517509,0.004775202,-0.013638745,0.025771251,0.010317708,-0.0036524832,-0.010788619,-0.002173305,0.0026007926,-0.005596379,-0.02127483,-0.002783827,-4.7448295e-05,-0.003940295,-0.0050582853,0.0023715422,-0.03181006,-0.0028424314,-0.0037656887,0.0007821606,0.011653862,-0.03105637,0.00727098,0.0088180415,-0.0012460374,0.013539467,0.012359886,-0.011731926,0.002052789,-0.032418475,0.020430477,-0.027589569,-0.011677786,0.02511799,0.026989998,-0.0056817466,-0.01819456,0.0031588727,0.015905488,-0.003474702,-0.016366318,-0.004859507,0.0011768598,-0.0028825116,-0.0060615875,-0.0002295957,0.0030219075,-0.011527096,0.0141285695,-0.0035159732,0.026279304,0.0070091607,0.021295514,0.005825781,0.0124032395,0.002819419,0.01938597,-0.0067186793,-0.01441282,0.009059931,0.0064789704,-0.014588481,0.015062629,0.008955192,0.02982436,0.0023145885,-0.004268666,0.025486158,-0.0017123066,0.0041156397,3.7482157e-05,-0.005057164,-0.0039022095,0.004161792,-0.013623898,0.0033928005,0.0141060455,-0.019525765,-0.00018862102,-0.005557606,0.002714754,-0.017226888,-0.022220515,0.014848445,-0.01038843,-0.0114747025,0.014913462,-0.0025847983,0.013599277,0.0004282051,0.018997028,0.0070629125,-0.00087263086,-0.019245828,-0.008333506,0.0126167545,0.0036268805,0.012885109,-0.0147110345,0.0007149228,-0.0072328276,-0.01292122,-0.009010418,0.020604298,-0.005632538,0.011750333,0.0033019576,-0.016287126,-0.002536596,-0.009532218,-0.0008264036,-0.015828025,-0.00230389,-0.011240138,-0.013406467,-0.006038722,-0.014797347,0.0022869478,0.0050143404,0.029054383,0.006181723,0.007861953,-0.024219176,0.009043964,-0.004705282,-0.03667002,-0.016647428,-0.00478947,-0.007097711,0.0076268287,-0.024438016,0.01475717,-0.0050650155,-0.0049769483,0.022109434,0.027098438,-0.005091202,0.0078804,0.010811885,0.008815203,-0.013402884,-0.03497164,0.004422423,0.017535018,-0.00046684948,-0.012113145,-0.015442991,0.034542296,-0.011376987,0.014871941,0.009599157,-0.019601995,0.011669515,-0.00028970672,0.00700461,0.0017919714,-0.021794217,0.005989646,-4.4476285e-05,-0.023702668,-0.04512851,-0.010470201,-0.0034188034,-0.005836424,-0.006263089,-0.005344456,0.011294732,-0.0055636875,-0.0067569846,0.010164032,-0.006064847,0.025331886,0.010370238,0.004880052,0.017055301,-0.017445192,0.00052886433,0.0011699084,0.013196594,0.009755223,0.0047928523,0.0071806503,0.017430395,-0.027979776,-0.007556292,-0.0015318583,0.003859453,-0.01507293,0.00017591448,-0.009608854,-0.007791132,-0.00045472156,-0.0043598423,0.0016394361,0.018141242,-0.005589923,0.007894279,0.003946485,-0.0011898181,-0.0034422781,-0.02798561,-0.008418541,-0.00049533753,-0.0030689028,-0.014274472,-0.012370993,-0.006066824,0.0073615448,-0.00892429,0.005955779,-0.0044641546,-0.009175108,0.008999322,0.008882591,-0.025120802,0.021314092,0.0032725025,-0.0054293843,0.0075828256,0.000121128534,0.0076829004,0.0026646357,-0.022672,-0.013026226,-0.01238315,0.0019516797,0.0050348737,-0.015709639,0.010251328,0.011829729,0.025772389,0.010389206,0.008679702,-0.0036908777,0.0002722251,-0.0042436826,0.012662618,-0.006575392,0.025177287,0.018393293,-0.004930523,0.009038782,-0.020363478,0.007063904,0.006001019,-0.02595457,0.018683052,-0.0018959473,0.011048654,0.017157778,0.017038148,0.006542199,0.02932681,0.029425737,0.010123784,-0.010420437,-0.00408067,0.009447601,0.011864142,-0.0058070715,0.013582862,-0.012966556,0.0011207227,-0.008540397,-0.02008661,-0.008851495,0.0145204775,0.013368683,-0.022931457,0.012444344,0.0013885817,0.016123617,-0.0026466984,-0.013013888,-0.004297638,-0.007502873,-0.0089635,-0.018079845,-0.00787881,-0.0067662187,0.013943633,0.010304639,0.009027009,-0.019924058,-0.012446793,-0.021140711,-0.01588289,0.009297099,0.007375737,0.0007611782,-0.023179153,0.036899492,0.01008004,0.0010281097,0.0043928777,-0.00089031894,-0.0033690163,0.015799535,0.0070674475,0.012434229,-0.010722016,0.0121118175,0.01579554,-0.012084354,-0.010354382,0.011264583,-0.017097421,-0.0001903838,-0.010103343,0.009484697,0.0056190714,0.013157535,0.0021995194,-0.005576446,0.010962054,0.009289455,0.021974301,-0.0032531302,0.019193972,-0.005142482,0.00015202885,-0.0033225156,-0.029754227,-0.02069781,-0.008281603,0.0011617476,-0.0033312824,-0.0031971706,-0.008060777,-0.013188667,0.018228635,-0.0019884843,-0.009540859,-0.0011976875,0.013900946,-0.0043529193,-0.026557533,-0.0046357256,-0.011768936,-0.02078348,0.0030024843,-0.0128252255,-0.0058972174,0.0062535712,-0.023508156,-0.013187067,0.012003422,0.009135211,0.0021013003,0.021217993,0.011247282,-0.014779241,-0.004500022,-0.035379883,-0.006742317,0.0059276493,0.0028442694,0.0058555054,-0.008488272,-0.016230276,0.02945677,-0.007085709,-0.028288476,-0.009126019,-0.014887678,-0.018279359,0.0032310796,-0.0015284383,0.0038696746,0.010974618,-0.02185296,-0.0048948186,-0.015451964,-0.011746144,-0.0149378255,-0.0062598535,0.016633794,-0.001241208,-0.03454617,-0.005471357,-0.0070189363,0.0005650277,0.012224421,0.006949581,-0.016637549,0.02810258,-0.004147773,-0.00037717598,0.021346318,-0.01692498,-0.010801171,0.016215097,0.031571735,0.013299103,0.0046827956,-0.026613353,-0.009273791,0.009273111,-0.019871818,0.023986608,-0.008540118,0.020507995,-0.008006435,0.026006274,-0.0037428848,0.028703926,-0.003206348,0.0043126247,-0.011089854,0.010904484,-0.019188037,0.004350291,0.009415812,0.008597055,-0.0028719925,-0.0039240792,0.00735487,0.014608129,0.0021003613,0.02082594,0.011158085,0.013400834,0.0007840137,-0.0129855545,0.027083373,-0.03504781,0.012577784,0.0052946866,-0.0149950255,-0.013041709,-0.001023949,0.0037815624,-0.012445679,-0.034052476,-0.01899473,-0.012412818,-0.013271812,-0.007639302,0.005317818,0.03814253,0.008092662,-0.025030125,-0.0054727127,-0.013398793,0.022857605,-0.039607447,0.0004155343,0.03770552,-0.008422161,-0.012156555,0.006927769,0.010184777,0.018157816,0.022727896,0.024822418,0.028111186,0.022632914,-0.003045236,-0.012470782,0.005495517,0.0072647952,0.01801044,-0.017608643,0.01733097,-0.012975778,-0.0044937897,0.0152980285,-0.0062991516,-0.026573054,-0.003628312,0.021355888,0.015247432,-0.009584269,0.0042034,-0.022258874,-0.024408566,-0.0067874286,0.004708558,-0.010587058,0.011575727,0.006526557,0.015879063,0.021620862,-0.018588208,-0.012030526,-0.007629165,0.0018249608,0.009116095,-0.011471078,0.0137709975,0.0020075678,0.015416006,0.0047249096,-0.010867597,-0.015099666,-0.0026676508,0.019876339,-0.006401562,0.0029404133,0.15464231,0.13152477,-0.00031368402,0.010633098,-0.0033630263,0.004959851,-0.014016547,-0.016575916,0.009654907,0.0013878002,-0.014462366,0.0037437505,-0.007398278,-0.027258748,0.013986992,-0.0063816546,-0.0139046395,0.00021475117,-0.008659064,-0.00027975877,0.007365729,0.009193379,0.0029052014,0.009390156,-0.03585035,0.015629362,-0.012616438,0.020064747,0.015062443,0.013188305,-0.00914166,0.007403063,-0.0337322,-0.022582877,-0.0006066938,0.002119555,0.012579137,-0.004713955,-0.0003281709,0.0075407038,0.00260628,0.012783183,-0.013949281,-0.0066103763,-0.013683849,0.008464339,0.022775041,-0.00028199554,0.021155452,0.012809899,-0.02629807,0.0031142395,0.0021591394,0.009818793,0.011709797,-0.023337668,0.015806608,0.00932612,-0.0029905855,0.0053148447,0.039174728,-0.010205854,0.006832427,0.004994645,0.01596774,-0.002042091,-0.030731892,-0.005318864,-0.011929137,-0.01884298,-0.01650232,0.0040059825,0.0031125003,-0.0130381165,-0.015665758,-0.0137408655,-0.003117788,-0.015706247,0.010452288,-0.0036161295,0.007944394,-0.010915717,0.0005838067,-0.016832123,0.005506904,-0.018657548,0.013766092,0.037698,0.11053198,0.013566544,-0.0070815315,0.0035769988,0.0049539134,-0.007706921,0.008062584,0.05268069,-0.012930731,-0.00658198,0.018625533,-0.011046198,0.004423892,-0.0062587894,0.006851189,0.01505572,0.01227555,0.015523482,0.005006906,0.015919412,-0.035825342,0.00065462687,0.009737926,0.0033215235,-0.0011975825,0.03502661,-0.0028366402,-0.00065064285,-0.026314171,-0.018570578,-0.106434084,-0.0047034607,-0.0035442829,-0.0025331061,0.019753546,0.0037158213,-0.0061249426,-0.020266596,-0.0064692595,0.014030903,0.0054223654,-0.023028092,0.0006423936,-0.00020313282,0.02746633,0.023493048,0.01465392,0.004924098,-0.016439464,-0.00221626,0.0025838984,0.0045568463,-0.002628869,0.004896113,-0.00053155737,0.017705612,-0.0066436324,0.003085836,-0.029384172,0.02112665,0.016041677,-0.0022223997,-0.0062240567,0.008424089,0.014689841,0.0060527152,-0.02076917,-0.041350342,-0.007391653,-0.008314833,-0.02068789,-0.030335192,0.007890422,-0.019309822,-0.028546318,-0.018143917,-0.00028917103,0.007573984,-0.016484834,-0.013773996,0.00580979,-0.0029449824,0.011931461,0.0073448136,-0.027547417,0.022184707,0.0012616082,0.009432423,0.01606941,-0.009420167,0.008538368,0.005863902,-0.0016962624,0.008555674,0.0053713457,-0.006109967,0.0028897275,-0.00019101084,0.010174627,0.0076806224,-0.020417867,-0.016015224,0.008322026,5.837622e-05,-0.0020515902,-0.0029392098,-0.0014025591,0.020954082,0.004566041,0.01783573,-0.004728548,-0.0106397,-0.012641586,0.10670163,-0.010080816,-0.017165145,0.0063084816,0.010565443,0.006379585,0.012215503,-0.019238666,0.021318547,0.019439647,-0.023310142,0.0060252454,0.019282065,0.03186605,0.007679679,0.0015818599,-0.0038003412,0.0010658302,0.010554306,0.0039801775,-0.011255874,0.0014899643,0.0030330438,-0.015068255,-0.0008325472,0.01979208,-0.013440016,-0.0009968767,-0.00021701203,-0.0022520067,0.010638995,0.0020197497,-0.004806696,-0.011403134,-0.015549572,0.0030258056,-0.027403137,0.013955321,-0.015164179,0.0035634576,-0.010587748,9.201661e-05,0.016024843,0.012528092,-0.05692929,0.19550832,0.011363102,0.010698342,-0.0033849673,-0.010768551,0.0037126222,0.013493832,0.00057081564,-0.011216754,0.012686581,0.032904703,0.014478344,-0.0023707447,0.013859078,0.013655466,-0.02502439,-0.009975378,-0.007639658,0.01033559,0.010999823,0.026805045,0.016097505,-0.01999706,-0.009758955,0.012177924,0.013423705,0.018624377,0.026504979,0.0020123231,-0.008637192,-0.025461962,-0.024529431,-0.0069119185,-0.0014519037,-0.005329546,0.0017112994,-0.0059146676,-0.010724218,0.0023463098,-0.0025782434,0.022786241,0.021738395,0.017950611,0.0071836463,-0.0068681943,-0.006439471,-0.02733048,0.017491955,0.018135963,0.0070612,-0.008040055,-0.0061184964,0.009589043,0.0009521914,8.119555e-05,-0.014173489,0.0258674,-0.008205048,-0.01481328,-0.00027663607,-0.0017674047,0.014648457,-0.006246792,0.0017381895,0.0036524741,0.0015376715,-0.022107804]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 197,
          "content": "Japan Partnership for Circular Economy (J4CE) Held the 21st Public-Private Dialogue/Networking Session",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.00035642865,-0.018086677,0.026458014,-0.06966431,-0.024053162,0.015043807,0.00769994,0.009254661,0.0014735509,0.015459339,-0.009436741,-0.012243296,0.011462062,0.031413738,0.08856359,-0.011209695,0.0022301802,0.02161175,0.0058259405,0.0048102844,-0.011094104,-0.016882075,0.017203977,-0.010425692,-0.011473753,-0.029357089,0.018091898,-0.006413302,0.02170806,0.009657639,0.024033573,0.036467362,0.0138907535,-0.02398669,0.023788145,-0.0043501486,0.016790926,-0.021225804,0.024801476,0.004376807,0.00071079243,0.010538867,-0.019734362,0.003063885,-0.006179722,-0.012510001,-0.03521767,0.009558927,0.021975515,0.020410387,0.014665857,0.007813484,0.011779824,-0.1435334,-0.021389062,0.0085034175,0.003694368,-0.011672487,0.0076211034,-0.01927853,-0.031192927,-0.01119912,-0.015312465,-0.018327707,0.019260883,-0.00032482576,0.02010798,-0.0029101763,-0.032837052,0.002769265,0.019551698,0.021896264,-0.020661455,-0.01084811,0.023756593,-0.031218614,-0.006244017,0.01677724,-0.026003564,-0.0013247973,0.004292602,0.00069135695,0.0026948617,-0.0035662183,0.0123596,-0.018903516,0.009117721,0.007957499,-0.009218156,0.00033779614,-0.0025161563,0.0031054886,0.025700673,0.018795442,0.008422072,0.039534673,0.0006450985,-0.031728726,-0.014407952,-0.014209344,-0.013572022,-0.017319165,0.00019331546,0.03770078,0.0016687168,0.0029048237,-0.054400604,-0.018372072,-0.022946987,-0.00544342,-0.01903557,-0.0041770693,-0.005438112,0.04211436,-0.009569438,-0.134985,-0.0021994754,0.0072612604,0.008812863,-0.00484893,0.013604375,0.007578557,-0.0028870262,0.0044452576,-0.004019098,-0.0028531565,0.010098289,0.006675087,0.029417967,-0.0029445956,0.021438766,0.005502315,0.017173965,0.009625594,-0.00577112,0.0529944,0.005955302,-0.025737435,0.01674699,-0.02061651,-0.037804537,0.013530076,-0.019177873,0.033889685,0.012610696,0.0035575018,-0.018348698,0.018503321,0.00570236,0.011623936,0.032611266,0.014077535,0.009503353,-0.00018004888,-0.037594054,0.003319099,0.0121547645,-0.014337483,-0.011403157,-0.023309628,0.013604271,-0.007405602,-0.0137314685,0.032970652,-0.011097446,0.036357787,0.007547631,0.0038623973,0.026695888,0.020515976,-0.023596838,-0.015106266,0.041362368,-0.016917147,-0.003289243,0.028903173,-0.019337285,0.010326265,0.020444645,-0.013431285,-0.0077191223,-0.011764902,-0.00027415657,0.023708217,0.030913975,-0.008054958,-0.00019823112,-0.025392434,0.013726494,0.0073164073,-0.039980613,0.00613643,0.006106875,-0.022106549,0.003496793,-0.012686659,-0.016493818,-0.0050804755,-0.013253817,-0.0063616238,0.019621674,0.028965041,-0.012509372,-0.008007714,-0.007255799,-0.017501019,-0.006700628,0.0070619797,0.002845393,0.021741664,0.00560854,-0.007647122,0.0039863624,-0.029300781,0.0034639083,-0.004870997,-0.014898506,0.02336933,-0.0024251726,-0.007388197,0.005016744,-0.0010891308,0.0161275,0.016611228,-0.018081382,-0.0071903546,-0.002494556,0.0037073367,-0.012660098,-0.0021823957,-0.001019374,0.011345605,-0.009092453,-0.032458626,0.00917375,-0.015733575,-0.00074045255,0.019886488,-0.00015569334,0.006357902,-0.0063642636,0.0074702506,0.0149688525,0.03243821,0.019036287,0.021865891,-0.005707949,0.008346889,0.0063512134,0.025580058,-0.008301216,-0.0005076507,0.023768302,0.007492691,-0.00085466064,-0.024793822,-0.0007644352,0.012992374,0.019221121,0.0015709068,0.01046438,-0.006355916,0.003516457,-0.018854208,0.002947798,-0.0097438395,0.018790578,0.031589366,-0.025775366,-0.010910356,0.00012628162,0.013734248,-0.023116037,0.012839103,0.00913451,0.018363131,-0.045222588,0.0055789677,0.015347141,-0.048654135,-0.0025818383,0.03315192,0.0042205397,0.0040389723,-0.010410356,0.0035035901,-0.033484843,-0.012748031,-0.008302948,-0.001023815,0.003791714,0.012196025,0.006433623,0.0077589774,0.024408704,-0.013528906,-0.007136545,0.026480537,0.017297635,0.010216265,-0.003115293,-0.012108625,0.0093663735,0.06650389,0.016902385,-0.006385716,-0.012457825,0.033364564,0.014252014,-0.0072683985,0.002841557,0.003198948,0.025360737,-0.0109435115,-0.009171744,-0.018006427,-0.008130981,-0.012258117,0.021442477,0.030353611,0.0003581755,-0.013057694,0.006705076,0.024707654,-0.027545683,0.014252579,-0.0015144012,-0.0011280458,0.029613635,0.0054587144,-0.014007234,0.023697514,0.023211151,0.0027355375,0.0112524275,0.0025059169,0.011910111,0.020180518,-0.015067359,0.0022518553,-0.036147263,0.012946434,0.00425035,-0.04130562,-0.014662324,0.026412556,-0.0037678257,-0.016883405,-0.008414382,-0.036932033,0.01104395,0.018730996,0.010019868,-0.007820131,-0.034504388,0.029820994,-0.0062060114,-0.013443932,0.0074849958,0.013383887,0.018728454,-0.01756111,-0.003944653,0.011003706,-0.012535498,-0.02497145,0.012802339,0.0151784755,0.0016935351,0.02007425,-0.021263707,-0.015192104,0.017415987,-0.0013165715,0.030560002,0.003707996,-0.004180302,-0.0032082135,-0.007966334,-0.009604588,0.010794017,0.026221806,-0.00986324,0.010478321,0.005796433,-0.0091454685,-0.019355608,0.0048105484,-0.0018554676,-0.009509063,-0.025127793,0.022035686,-0.00599749,0.01649249,-0.014019076,0.020056158,0.029864475,0.008914045,-0.0007920066,-0.018289668,-0.0063850973,-0.0064284024,-0.015612028,0.0026131417,0.01215236,-0.004313031,-0.009099285,-0.007307883,-0.008324798,0.02512142,0.01244183,-0.008557273,-0.008056459,0.019755116,-0.0016534529,0.03891994,0.012254083,0.06664166,-0.020562505,0.0003477466,-0.005235745,0.006470786,-0.0120226145,0.002510175,-0.012739575,-0.0023128374,-0.017332762,0.0009510652,-0.00050019135,-0.02066229,0.008928922,0.0016356529,0.0010175027,-0.018313946,-0.017930264,-0.016759237,-0.014119931,0.013426367,0.026542418,-0.036043655,0.008731808,-0.010449197,-0.0022834654,-0.012573463,0.01704722,0.01995547,0.018445114,0.0015244528,-0.04620588,0.010348588,0.004012421,-0.026731597,0.027274014,0.010851312,0.029858334,0.012871141,-0.003006394,-0.014871514,-0.022094272,0.010399699,-0.019007439,0.0065829824,0.012370841,0.0066507417,0.0072228517,0.008115689,-0.012548859,-0.0061403,0.005371201,0.019950211,0.0061148666,0.028160349,0.018647505,-0.003863103,-0.018410007,-0.02521591,-0.02181751,-0.017520742,0.019018637,0.0011538874,0.010383847,-0.0107283145,-0.01959099,-0.019279366,-0.009911073,0.010957732,-0.013313478,0.017330354,0.02776373,0.0132412445,0.018383315,0.008976104,0.0047317497,-0.00018255942,-0.0002804536,0.002403945,0.028113069,-0.019652132,0.0067140944,0.016541226,-0.0031104677,0.007354286,-0.0021705732,-0.016223457,-0.056792878,-0.011656654,0.011078012,0.004039986,-0.0071315407,-0.005879439,-0.0013147324,0.0012993215,-0.0043264804,-0.0011257769,-0.010726232,0.017305689,-0.0019965267,0.0048496844,-0.0069559957,-0.001565906,0.0007514067,0.022548342,0.0086266715,-0.01969705,0.00042465975,-0.012607122,0.029203977,0.009708747,0.049839124,0.054535616,0.005085732,0.02108034,0.014760894,0.0067058476,-0.0101817325,-0.016181882,-0.0044642086,0.015682226,0.031291332,-0.0059422106,-0.016372554,0.023788456,0.008465712,0.014348222,-0.0062407088,-0.06933608,-0.0030131433,0.017336078,-0.003245507,-0.030636644,-0.01569944,0.0039435704,-0.020234516,-0.009256281,-0.017899893,-0.009478167,-0.024575684,0.0019667263,-0.0260995,-0.01947391,0.015054345,0.017731419,0.019361537,0.0016901952,0.01705177,0.04002896,0.03898657,-0.0068856236,0.012793047,0.013266876,-0.00066628255,0.006219597,-0.0015847667,-0.018787304,-0.021771275,0.0042136502,0.005580117,-0.012371816,0.004137773,-0.015690522,0.00048622565,0.032371577,0.01991166,-0.018404096,0.03221265,-0.021679427,-0.023946295,-0.0021460159,-0.029831318,-0.0016717098,-0.0019666674,-0.056937143,0.030010514,-0.017615855,0.0009900713,0.0023496372,0.0003260305,0.0012128004,-0.034028955,-0.00070598663,0.004617221,-0.017019955,0.003249902,-0.0069888895,0.0074219666,0.009766407,-0.008672687,-0.02755969,0.0065504583,-0.035785142,-0.0044103367,0.02217129,0.030654244,-0.0253278,-0.010547772,0.008192706,-0.0034980027,0.0051772194,-0.0022392776,0.008175089,-0.020880055,0.0062655024,0.010262251,-0.010823605,0.03663456,0.0003399048,0.012132301,-0.1237505,0.0010356584,0.0078772325,0.005869701,-0.006297475,-0.012455191,0.013908012,-0.01921742,0.009480513,-0.0005734806,-0.0013877994,0.010014499,-0.0070934724,0.0011662293,-0.023375832,-0.02275414,0.0003809172,-0.014096463,0.00401666,0.0066553843,0.010872602,-0.013874709,-0.0038176833,0.009615187,0.024788642,0.010558129,-0.012627023,0.0043329154,-0.010018276,-0.03869837,-0.005100118,-0.14344506,-0.0016819019,-0.016149834,-0.021773754,-0.0058718976,0.010976298,-0.0074716965,-0.025400676,-0.0016432849,-0.0007575043,0.010233165,-0.016105495,-0.022933412,-0.020010583,0.01777364,0.10126686,0.015050295,0.02367873,0.01669866,0.003381908,0.00484813,-0.0054722275,-0.008351432,-0.025936414,0.00395317,-0.013180784,-0.020031204,0.028449366,-0.001462569,0.015002274,0.01873736,0.010637676,0.004416976,0.021800585,-0.0057523153,-0.01815961,-0.035906024,-0.026830876,0.032776743,-0.035997845,0.006323835,-0.007465508,-0.011297974,-0.013825776,-0.009052549,0.006044172,-0.010377105,-0.018033698,-0.01738703,-0.01259497,-0.02754187,-0.09850374,-0.0085034575,-0.010484359,0.013610876,0.010524235,-0.0119414665,-0.022778863,0.017597841,0.017010769,-7.568358e-05,-0.0033986028,-0.015406421,0.00015336019,-0.013635454,-0.018484611,0.037525587,-0.027381407,-0.029262451,0.018183604,0.003009219,-0.014895077,-0.0003900856,0.017080056,-0.0110458825,-0.0121550225,-0.0032029366,0.0384836,0.013437425,-0.018741105,-0.0057216226,-0.018225495,0.03424979,-0.007539704,-0.011511147,-0.0087818485,0.02723705,-0.023954902,0.0015079002,0.02150688,0.026200324,0.034954168,0.012313066,-0.03999533,0.018076226,0.011864638,0.007265903,-0.012997978,-0.015401251,-0.010040112,-0.00725116,-0.01458367,0.004074787,-0.01049652,0.009534852,-0.00010650146,0.00014959837,0.031013971,0.024950748,-0.001839983,0.011281364,-0.001355018,-0.0029989192,0.0075241798,0.017794691,0.008281268,-0.0036755619,-0.012933836,0.006042665,0.01189199,0.010658664,0.001163801,-0.007951469,0.0016189229,0.0077855014,0.011318436,-0.0015217526,0.0019189178,-0.00619515,-0.026357431,0.014427444,-0.008246211,-0.016650982,-0.0020914467,0.006024817,0.005955504,0.008420967,0.025057012,-0.012977885,-0.0016284477,0.02701793,0.0055390284,0.016414078,-0.00206848,-0.022485461,-0.0018951626,-0.0009344479,0.017804643,0.008218589,-0.019491239,-0.0012849087,-0.023341363,-0.012920245,0.015149381,-0.016726317,0.0046750326,-0.012863612,0.0026314696,0.0019879402,-0.018696753,-3.5349686e-07,0.016861964,0.008726613,-0.0044471473,-7.672514e-05,0.0033290377,0.02669491,-0.00059632835,0.0070951357,0.008085688,0.016503487,0.0011752808,-0.024456756,-0.012384605,0.017148321,-0.009670182,0.014709476,0.0073955455,-0.015311537,0.011716632,0.007032599,0.014405135,0.005495718,0.029206164,0.013381113,0.01748502,-0.0070964284,-0.0155823,0.010632081,0.020961042,0.0064150556,0.0037000976,0.0060173464,-0.0074129626,-0.00018571479,-0.021949816,0.0077918577,0.018800601,0.015079148,0.007837106,0.010114953,-0.01749928,0.0004138181,0.0080241235,-0.009379173,-0.00091459433,0.0162722,8.7664615e-05,-0.012106863,-0.013995934,-0.01205798,0.0059800427,-0.0036908528,0.01689912,-0.013308605,0.020169914,-0.0024917524,0.023976544,-0.015033668,0.0040881503,-0.016270509,-0.0116660185,0.01225503,0.011231354,-0.00072594546,-0.012302131,0.017432643,-0.0047633206,-0.015039193,-0.00054823706,0.012137376,-0.0056871288,0.0133378375,-0.011264434,-0.015746856,-0.017421708,0.017255316,-0.011284205,0.007745294,-0.0025437651,-0.014934698,0.006499131,0.019801384,0.00022318175,-0.012963283,-0.00025091096,0.007072991,-0.01444441,-0.017730586,0.013743416,0.0015415552,0.013972237,0.0143865105,-0.010130136,-0.02944039,0.006681542,-0.038607676,0.007106496,-0.009062794,-0.001653177,-0.011427737,-0.0018288891,-0.018571239,-0.014264197,0.020989288,-0.005573482,0.008829689,-0.013465779,-0.00816906,0.015707595,-0.014340572,0.019894607,0.011659793,0.0027469224,-0.002151592,0.019726481,-0.006749938,0.0069629005,-0.00641234,0.017056292,0.0109333,-0.013526719,0.007782448,-0.0033421859,0.0032323003,0.0077016796,0.011244839,0.005165379,-0.011884584,-0.007586178,-0.004876536,0.03244844,-0.00018295535,-0.0032970484,-0.0050610714,-0.012555537,0.014907616,0.007386266,-0.015959008,-0.019245712,0.0065892707,-0.006471115,0.0028033918,-0.0010863371,0.004222687,-0.015427773,-0.0014189854,0.0059112026,0.0035574953,0.0038221576,0.0842804,0.004097085,0.0026006608,0.014574343,-0.0029784425,0.0009350191,0.010925417,-0.004465893,0.0035412956,-0.011425849,0.0059189717,-0.011472427,-0.010729643,-0.014844969,-0.00091271376,0.029265221,-0.0025005632,-9.7422984e-05,-0.0015169168,-0.010346434,-0.020785084,-0.015920341,0.009941819,-0.010256631,0.0017966656,-0.01140868,0.0068582813,-0.0027533234,0.0008545916,-0.008468892,0.0018073994,0.0094671,-0.01083339,0.021233318,0.0005901857,-0.0057011168,-0.01845568,0.02061728,0.01298552,-0.0037733542,0.002186874,0.03287969,0.013846317,-0.005856057,-0.00035639992,0.008026759,-0.026168555,0.0017014273,0.006211936,0.012960933,0.0024547218,-0.008399828,-0.007086428,-0.015041643,-0.02102779,0.023931317,-0.0061526448,0.0012077222,0.016285412,0.01498224,0.0026932512,-0.009625598,0.010006013,0.011351805,-0.0075598937,-0.008962434,0.0017301103,-0.011832226,0.0063501014,0.0064653214,0.0052188123,-0.007155742,-0.00047209163,0.0059380746,0.007132238,-0.007077023,-0.0011713576,0.0040472257,-0.0021073734,0.010121379,-0.011321123,-0.024940062,-0.0056369975,0.0037651279,0.02840113,-0.006511912,-0.0036949527,-0.001821824,0.014594006,-0.013949224,0.008664835,-0.026987968,0.0109532755,0.008689783,-0.018495085,-0.002442664,0.044143163,-0.0006481703,0.00964518,-0.007466154,0.015238573,-0.0041142227,-0.0014315066,-0.012373596,0.022950279,0.0042775515,-0.013289533,0.0027979787,0.021624546,-0.0023403123,-0.004122411,0.004054704,-0.0028102733,0.008022158,0.006759689,-0.00068350695,-0.005254726,-0.022444978,-0.008316664,0.0019975065,-0.0075673866,-0.0024113506,-0.00035182183,0.007281365,-0.00202794,-0.01885886,-0.024567306,0.0004970231,-0.02591633,0.0007156066,-0.013061981,0.00018247489,-0.0005115227,-0.0040476196,-0.009466361,0.0058251545,0.0075362436,-0.003284025,-0.007883158,-0.009285473,-0.00032533397,-0.019568315,-0.0066380505,-0.020163946,0.006031436,0.015572972,0.0009955292,-0.0013553113,-0.010606151,0.011323765,-0.0011662749,-0.025944944,-0.008708392,-0.005066259,-0.010442878,0.0021475845,0.009453951,-0.014446388,0.015151603,-0.004887745,0.005248771,0.003605498,-0.0028719131,0.005821453,0.021081967,0.008033684,0.008832288,0.0022882544,-0.013515649,0.023615902,0.0096112,-0.016233375,0.01021843,-0.0037595506,0.004881998,-0.014476777,0.013182693,-0.0008534557,-0.014386859,-0.0013236303,-0.0107864505,-0.0024521055,-0.008097793,-0.00996492,0.020955723,-0.005353043,-0.0036108755,-0.0034069472,0.017847205,-0.018117733,-0.008724321,-0.0016542792,0.015107477,0.0029390347,-0.010264293,0.010682548,0.011380306,0.0016251198,0.0030742548,0.0013887817,-0.005696218,-0.007041815,0.007026327,-0.011268683,0.010805797,0.010514497,0.014118372,0.0052689593,-0.0034567611,-0.0033051155,4.5876583e-05,-0.029110154,-0.0034185143,-0.0010883854,0.019788573,-0.008479187,0.006395561,0.0019538736,-0.0131518,0.001064871,0.0030068003,0.005731841,0.009881502,-0.00812301,0.00071956916,-0.007975946,0.023116939,-0.0015544076,0.011336306,-0.0136657795,0.011747114,-0.00530255,-0.001954429,-0.005227309,0.018769786,0.00680335,-0.0028088947,-0.01125899,-0.0075362525,-0.020972889,-0.0010606982,0.002738999,0.002432654,0.011792657,0.006574758,-0.0044273664,-0.016219817,0.0013488563,-0.023610758,0.007183996,-0.007781884,-0.0059339083,-0.007604562,-0.0038253616,0.014800767,-0.009391004,-0.005783626,-0.06560636,0.003269651,0.0016806518,0.00045928545,-0.006275019,0.01711169,-0.0051029786,-0.000782198,-0.0069211894,0.010358452,-0.011810878,-0.01862311,0.00954133,-0.009230721,0.0029656752,0.019258007,-0.007971636,0.006340675,-0.012490942,-0.004858688,-0.01478288,-0.00075348234,0.011600095,0.006438703,-0.008652698,0.0064805546,0.01777162,-0.0007465412,-0.002264356,-0.008596698,0.016814768,-0.013516186,0.0036097802,0.004504835,0.015485555,-0.011344549,-0.0044020154,0.0029101798,-0.0061317054,-0.012750082,0.023570446,0.0038490645,-0.008772942,0.0068189525,-0.0140379295,-0.0032215498,0.014176438,-0.012304724,0.014547232,-0.0066463677,0.0018861404,0.03192349,-0.007984298,0.0014420341,0.0018667586,0.009744497,0.011589447,-0.0070344135,-0.0018862417,-0.011973035,0.0027613498,0.0053282706,0.008113412,-0.013158754,-0.034629725,-0.005933845,-0.014477232,-0.0021672132,-0.025650755,0.0071887425,-0.002916671,-0.014862131,-0.00960344,-0.0021432491,-0.0028621692,0.0065328926,0.020828597,0.017984811,0.0057779043,0.01244625,0.0025689409,0.015067113,-0.00060609926,0.012120442,-0.013181031,0.002671011,-0.0049030967,-0.0124111,-0.0064771743,-0.00016712013,-0.0019076036,0.0057550836,-0.0032431423,-0.0061515546,-0.008928053,-0.007572171,-0.009091678,0.006048349,-0.01390784,0.015216956,0.0019587034,-0.006979783,-0.010778603,0.025114961,-0.032635696,0.0009837481,-0.0050908835,-0.009499989,0.016770257,-0.0011701129,-0.011289207,0.0067223376,-0.017896708,-0.02064875,-0.0032216522,-0.0032159393,0.008733729,0.0008741462,-0.0032322847,-0.010194522,-0.019074025,0.015902737,0.003581449,-0.018839076,0.0054739714,-0.009119174,-0.0020261852,0.006724737,0.005505837,-0.00035439024,0.006956605,-0.002661353,0.01968474,-0.0061144545,-0.009930276,0.013057056,0.012901162,-0.022059815,0.008738002,0.008086186,0.00035164616,0.00094519876,-0.0011559107,0.007561889,0.0031735227,0.024408404,0.0033393288,0.0021329136,-0.006884991,0.010343947,0.007397763,0.028278703,-0.0003606924,-0.0064700255,-0.003728753,0.0086282985,0.0034333458,0.011433545,0.0050349887,1.9028772e-05,0.004487303,0.0012840603,0.017662654,-0.009712967,0.008508591,-0.0028740948,-0.016092513,0.0009872427,-0.012602228,0.001965384,-0.010500163,-0.0063693863,0.0005416325,0.017920936,0.00057622435,-0.004268602,0.018462569,0.020551352,0.0023753555,-0.009933182,0.0044435044,0.01832553,0.01726293,-0.013890803,-0.000526177,0.012943025,0.0050395927,0.005556846,0.016543614,0.024973588,-0.008490481,0.0009466359,-0.016515175,0.002061738,0.02192529,-0.007964476,0.014334276,-0.026336474,0.010906152,-0.0061629205,-0.010120925,-0.0013832897,-0.030475449,-0.011537809,-0.011302989,-0.090663455,-0.00816066,0.006126693,0.00515835,0.0017320231,0.010919044,-0.010850919,-0.020331502,-0.0026128911,0.0059049535,0.0141331935,0.012114024,-0.016623884,-0.0007250872,0.002629393,-0.005962165,0.011146723,-0.023604674,-0.0025511621,0.008271872,-0.008812882,0.0123196915,0.003171559,-0.0049831695,-0.0010798414,0.0038671475,-0.020363338,-0.010182946,0.005177413,0.011909978,-0.00051272043,0.0060580615,0.02218884,0.007886698,0.002967955,0.007831275,-0.0069976826,0.011828615,-0.12953967,-0.011833145,-0.0109729385,-0.01214423,-0.0063795205,-0.0049019973,0.017208528,-0.002553506,-0.0060011456,0.0098208925,-0.008300911,-0.00025676732,-0.014809524,-0.008792792,0.008539466,-0.0044716354,-0.016954435,0.010315825,-0.009911916,0.010429272,-0.0067032212,-0.01725249,-0.00564986,0.016066547,0.0078042108,-0.0021859226,0.0027038152,0.0134834675,-0.016484153,-0.00881063,0.0028044987,0.016189339,0.005924527,0.0105929235,0.02079226,0.004940035,0.0061824075,0.005226546,0.0059424513,-0.011132465,0.01681827,0.005119424,-0.0027417135,0.00059234176,-0.002417067,-0.008496801,-0.012025788,0.00977418,-0.00053283066,-0.015302642,-0.0047507943,-0.0047387374,-0.011501288,0.013223095,-0.019044401,0.001337498,-0.012286295,-0.013006677,0.0066121737,-0.007870571,0.012177025,-0.0030750304,0.0046398453,0.0018326574,-0.014804915,-0.00826364,0.003995171,0.0024348972,0.0029421665,-0.012420483,0.0047561224,0.001074338,0.009514823,-0.0030261518,0.0038421615,-0.004131042,0.014503878,-0.0007408779,0.018230565,-0.014640831,0.0024304567,0.011407152,0.006373889,0.0071998057,0.005982175,-0.027512329,-0.020726137,-0.0031101722,-0.006726067,-0.05837084,-0.018590469,0.019686395,-0.0039167814,0.0041367626,-0.0015546763,0.0020298848,-0.010294787,0.015092605,-0.007556079,0.005817408,-0.0016649453,-0.0006983279,0.004882357,-0.0091559375,-0.009700959,0.021851296,-0.009985783,-0.013192025,-0.0058695534,-0.013300602,0.0038672101,-0.005871576,0.035226524,-0.011963863,-0.030245973,-0.007963363,-0.016388018,0.0020214645,-0.016787006,-0.005043321,-0.0035735269,-0.005847903,-0.0020605342,0.0060516614,-0.020244177,0.022766078,0.027165558,0.005737908,-0.0008269018,0.006016975,0.028647091,0.008532463,0.0077723926,-0.011898849,-0.011136608,-0.019196179,-0.014340348,-0.0042059403,0.007442412,0.00073738466,0.008683978,0.017402941,-0.0022074333,0.016134396,-0.0060636294,-0.005607112,0.005842791,0.029776553,-0.032846242,-0.0013071459,-0.015586323,0.016716432,-0.019971622,0.011570142,0.008558478,0.012312778,-0.0066116666,-0.0039696097,0.009061813,0.016010242,-0.0174938,0.041618258,0.0029728943,0.0035332819,-0.006533484,0.0056113377,0.008646986,-0.0072703674,0.006667311,0.0234303,-0.0123578105,-9.639236e-05,0.014076237,-0.0025914414,-0.009976811,0.013250107,-0.0029847403,-0.01963746,0.014787771,0.014242506,0.0059373453,-0.019864954,-0.0035214582,0.011555757,0.0033558526,-0.0066417214,0.0067112274,-0.0080760205,0.0034457166,0.012210661,-0.0007292931,0.00073566684,-0.006233195,0.009490556,-0.04196449,0.00456427,-0.018401947,0.01665446,0.0038059459,0.010768568,0.0056230775,0.011260393,0.004770233,-0.16979799,0.008131235,0.025685575,0.0044756792,0.0015447997,-0.0021343345,-0.00041463715,-0.00025648923,-0.014345785,-0.0018771435,0.012765698,0.03636616,0.0017225834,-0.007597278,0.018191777,-0.023149097,-0.0026592324,0.016868029,-0.0031138505,0.0020839407,-0.045310404,-0.01589843,0.0029328647,0.013904893,-0.01801444,0.012920041,0.011065245,0.0042763106,-0.016943011,-0.008384438,0.009563331,-5.4097098e-05,-0.004195871,-0.016569752,0.013450471,-0.001157856,-0.0008993522,0.007826444,0.00023372655,0.01653045,0.003305477,0.0025258826,-0.016172398,0.00415296,0.012700101,6.225021e-05,-0.023521526,0.0005064308,-0.03705075,-0.011724654,0.0024102305,-0.005331271,0.022197424,0.0007224383,0.017421132,0.007394969,0.016252257,-0.013827305,0.016265038,0.009971731,0.019664967,0.0019259299,0.023927502,-0.007459053,-0.027633464,0.018656049,0.013912107,0.14904252,0.003636174,-0.0010311693,-0.025277274,0.00027872657,0.008850893,0.021348126,0.0040709544,-0.015486966,-0.0146304825,-0.0050366195,-0.014740372,0.010453997,-0.0013194103,-0.007194384,-0.00016739561,-0.018702494,0.023949102,-0.019587968,-0.0077011087,0.003268165,-0.011657222,-0.009648936,0.0031493919,0.0099835675,-0.009735773,-0.010283259,-0.0030168248,0.0016891471,0.028838316,-0.008598124,-0.016057583,-0.0061324365,-0.012500035,-0.004856132,0.022672925,-0.008352433,0.0020279924,-0.0021347816,0.006919416,0.00052871444,-0.015012519,-0.0010475134,0.0009904419,0.016924188,0.0013472451,0.0037685414,0.009859053,-0.0012636153,0.022122044,-0.035174794,0.014471497,-0.00947126,-0.0045200135,-0.009626231,0.009265489,0.020659236,-0.00568693,-0.019757194,-0.021486962,0.01748739,0.014573274,-0.005822534,-0.005547637,-0.010069189,-0.030319327,-0.0044985455,-0.009631312,0.029270448,-0.09999452,0.0030228621,-0.010145037,-0.0058871172,-0.017424388,0.0005207753,0.011897978,-0.0026837855,-0.020479262,-0.016721915,-0.01692047,-0.009224277,0.010369245,-0.019780826,0.0016304484,0.0051611997,0.015088407,-0.011431465,0.011324434,0.0032740913,-0.0051164334,0.009347507,-0.00426016,0.009819422,-0.0072176056,0.013547284,-0.018596191,0.0048570014,-0.0029679914,-0.007938007,0.0004547672,0.0037628433,-0.014076318,0.016624248,-0.01578483,0.012661209,0.0028938146,-0.014976489,0.010523575,-0.007627302,0.021622078,0.0012323845,0.0072424933,0.0073362933,0.028219806,-0.022406058,-0.011012379,-0.016551826,-0.02507933,0.0022780795,-0.010853872,-0.012740901,0.017803537,-0.010169291,-0.022748059,0.038567405,0.009330327,-0.038325347,0.017694477,0.005493186,-0.019342238,-0.002655869,-0.017269189,-0.0053645237,0.010183721,-0.013084094,0.008311227,-0.004798217,0.011408132,0.0066295066,0.011147808,-0.004947307,0.0058405655,-0.01782433,-0.027577702,-0.023442835,0.0046157544,0.00018051613,0.010514756,-0.00023557384,-0.010567236,-0.029782489,0.017140353,-0.0074537266,0.05092918,-0.0076345713,-0.028912704,-0.012288596,0.0014529738,0.01804834,-0.015337613,0.005322924,0.00011036838,-0.015850537,-0.01657188,0.024699468,0.01026837,0.010460035,0.019228019,-0.006083141,0.0124115,3.101829e-06,-0.0011445814,0.019624328,0.0063224956,-0.00418514,-0.01560708,-0.01403931,-0.003097224,0.00658407,-0.0014737872,0.013987956,-0.0017482415,0.005332418,-0.018149447,0.011516655,-0.0047604977,0.0019800446,-0.0064433496,-0.0060704756,0.003585078,0.0064304937,-0.0041997433,0.0020987152,-0.03012143,-0.0060860547,0.0026647574,0.010470718,0.02392086,0.017770357,-0.018111812,0.0066971662,-0.016745549,0.0076974677,-0.0013534507,-0.03628529,0.025154166,-0.034862716,0.022109944,0.015360636,-0.009969962,0.011395572,-0.020189114,0.016272739,0.016503641,-0.007285242,0.012334105,0.008904313,-0.0010418353,-0.026135089,-0.009662955,-0.0053716726,0.0113905305,-0.006006212,0.013725015,0.0110808,0.0014972897,0.015676253,-0.012251061,-0.026013128,0.01077943,0.010828709,0.0048679,-0.0044577857,-0.01800934,-0.017777555,0.0285076,0.008851207,-0.009058865,-0.013227909,0.0073732473,0.00201398,-0.009269688,-0.014167992,-0.023512531,0.00996449,0.007875655,0.017076375,0.003434873,-0.08600356,0.008231275,0.013843868,0.0046242187,-0.02423021,-0.0072858664,-0.008909829,-0.0118374275,-0.011091246,0.023496483,0.012816929,0.005636182,-0.028023902,0.02814664,-0.000454454,-0.008951255,-0.02026598,-0.008979719,0.019681368,-0.0071809376,-0.00014242105,-0.002407733,-0.012259833,0.0139580015,0.0012311232,-0.007965167,-0.0035060127,-0.0069100293,-0.0024843095,0.009865439,-0.013421094,0.0018303309,-0.0017448684,0.010863189,-0.013239743,0.012707645,0.010521354,-0.040434886,0.0123141,-0.01543516,0.008151283,-0.003358441,-0.046010185,-0.002125626,0.019142002,0.018222425,0.008118547,-0.01014849,-0.0034853583,0.003353206,0.00033596164,0.003161644,0.01304339,-0.0042452044,0.016866826,0.0011344198,0.02298731,-0.0027575449,0.025544876,-0.0148954075,-0.009373108,-0.004370461,-0.01968152,0.0019506793,0.002160753,-0.00097537047,0.007563282,0.00026788533,0.017148167,0.028033847,0.014216087,-0.018983655,-0.006176535,-0.0015003773,-0.0071881027,-0.0026502842,-0.018310584,0.008331792,-0.014681492,0.04190243,-0.00723163,0.026171822,0.011306562,0.021592636,-0.0052297832,-0.014171438,0.0020286748,-0.09614671,0.0015565979,-0.0106387045,0.010999622,0.0006449796,0.0140734045,-0.00543248,0.039543986,0.00093753997,0.025034212,-0.011889415,0.011788112,0.001447978,-0.0012667151,0.0017602375,0.0018123514,0.021214081,-0.0016073223,-0.0073774112,-0.008447182,0.0016476342,-0.015636545,-0.00025170413,0.003252311,-0.0060834154,-0.052413736,0.014602291,-0.0004316569,0.012984223,-0.023577942,0.0034304669,-0.009967218,-0.0055336347,0.039495915,0.015641335,0.013101976,-0.015263966,-0.009693354,0.0054692808,-0.0012967747,0.031871762,-0.011297743,-0.00980364,-0.0073528653,-0.0017453557,-0.008057832,0.00495555,-0.020338396,0.008945041,0.027752616,0.0040752124,-0.014167776,0.0014904665,0.011734779,0.0015386201,0.0054543456,-0.012135478,-0.0034577812,-0.00015717522,0.012788486,0.019506903,-0.022168096,-0.00059912464,-0.012606319,-0.018138811,0.007227133,-0.02722944,-0.0027600129,-0.035683285,-0.009688801,-0.020121478,0.015084672,-0.018713582,-0.0036917771,-0.02258603,0.024104979,-0.017020566,0.008865775,-0.009532847,-0.022029081,0.007283313,-0.0062539987,0.024138352,-0.010688126,-0.014246991,-0.023472052,0.00802993,0.0023600585,0.010645683,0.010428045,-0.017127018,-0.01097488,-0.03111297,-0.0014290076,0.018889142,0.018688854,-0.004140124,-0.00686997,-0.0034445769,-0.017321,-0.011175948,0.01356203,-0.010523203,0.010692444,0.008532861,-0.00318796,0.009248048,-0.008364936,-0.0016358353,-0.00096922833,0.018034073,0.014786519,0.008871748,-0.0068941964,-0.0064245583,0.014363431,0.011339133,-0.01936605,-0.022102397,-0.027156228,0.0033173314,0.008793301,-0.026510738,-0.02215786,0.0070974845,0.0019779126,-0.00033832164,-0.017318973,0.005482809,0.0017268534,-0.01186899,0.02498191,-0.0063019414,-0.011063315,0.012643984,0.0048065362,-0.022728102,-0.013653766,-0.015555233,0.01695095,0.00044286367,0.00413659,0.008454692,-0.018207647,-0.0070728776,0.0026450637,0.00589685,0.0045563355,-0.021373184,0.01345118,0.009883065,0.010556488,0.005567883,-0.02952305,-0.0329404,-0.003994465,-0.0028824327,-0.014029978,0.014333355,-0.005880638,0.010215283,0.012354984,-0.008970776,-0.031065777,-0.028584262,0.008891324,-0.0039248574,-0.003279939,0.022726152,0.021619696,-0.01251022,-0.020366346,0.0058316463,-0.020286866,0.0257038,-0.020467091,-0.0023054776,0.03815354,0.012467119,0.012740947,0.008106234,-0.009012212,-0.016683042,0.004625134,0.024089014,0.0012055725,-0.014781517,0.0058390177,0.004586961,-0.0051319352,-0.004494342,0.030494276,0.006748085,-0.005453822,-0.011172105,-0.0070931786,0.0038170312,-0.014312857,-0.0116612045,0.012900061,-0.005523551,0.007674851,0.0026221047,-0.008106333,0.0019617581,-0.017570963,0.020238016,-0.0009464459,-0.01852274,0.009050546,0.0190842,0.0004559013,-0.007754539,0.0023880415,-0.0026697312,0.014595872,-0.02206225,-0.0042016376,0.00012122919,-0.0062787607,0.021903964,0.019420331,-0.002520124,-0.013549019,0.0013501383,-0.009893025,0.006440005,-0.0024933482,-0.020573119,-0.013642144,-0.019870533,0.008780102,0.0105631435,-0.010494462,-0.004243785,0.0011809433,-0.008979848,-0.014179097,0.01380293,0.006498221,0.0034035293,0.012852071,-0.004694475,-0.0007027322,-0.024527192,-0.029791735,-0.009363481,-0.009325514,-0.016812392,-0.007434621,-0.0075487182,7.347055e-05,0.015969204,-0.017576318,0.027629998,-0.03567582,-0.012392349,-0.012151763,0.010457152,-0.0045536873,0.012661229,0.00062531605,0.0057801288,-0.002519509,-0.03926933,-0.002343963,0.008886885,0.007432238,-0.0135037685,-0.027379112,0.0232024,-0.001120572,-0.047771763,-0.012569672,0.00067682983,0.0029312714,-0.00959667,0.0026085896,0.014703973,0.02033975,0.0047745113,-0.009776543,-0.009075685,-5.564328e-05,0.008305239,-0.015868315,0.019751126,0.006943136,0.0065060924,-0.0047031636,0.017096853,-0.009105339,0.012152991,0.0047694654,-0.015963245,-0.017321765,-0.0033177543,0.0073670032,-0.0007430044,0.0033439256,-0.01108536,-0.020856578,0.019313037,-0.030328233,0.016000604,0.0046555204,0.020723546,-0.012308667,0.008798669,-0.026655562,-0.012038303,-0.012574415,-0.005434092,0.0013728056,-0.012668392,0.002447239,0.0006155954,0.0038028779,0.004563204,-0.014008049,0.0070178523,-0.025523506,0.025237966,0.015987145,-4.401444e-05,0.02404607,0.009568741,-0.021983152,-0.002408595,0.0007722559,0.0076027066,0.0012307827,-0.003578362,0.009776632,0.0019377884,0.005878525,0.003327341,0.018593986,0.011069325,0.013669299,-0.0027329968,-0.0001672396,-0.014186342,-0.01605597,-0.0019026863,0.009201997,-0.0036469267,-0.006132661,0.015026535,-0.018762374,-0.0018477975,0.0051421043,-0.008150448,-0.001671518,-0.012908325,0.0007796192,-0.006728289,-0.008298903,0.017121596,-0.007395648,-0.0039874916,0.004906941,-0.00519182,-0.016765898,-0.0010434829,0.02650715,-0.008684049,0.012703629,0.023929719,0.010544043,-0.022505257,0.0008573778,-0.0119456565,0.01564482,-0.007992971,0.022411585,-0.0060289353,-0.0055271946,-0.0069073457,-0.0037574545,-0.022881638,0.011631759,-0.01622517,-0.001688415,-0.018281387,-0.0024752258,-0.024076922,-0.014161039,0.027633578,0.020489644,-0.014901495,-0.019428456,-0.0012240966,0.012905512,-0.0060894643,-0.010933144,0.016059367,-0.018808698,0.0028293945,-0.005986537,0.005496198,-0.017575074,0.018152682,-0.000114542454,0.011777838,0.0020290134,-0.015451731,0.013178419,0.0035960062,-0.0043326267,-0.013393588,-0.007276244,0.003221119,-0.0027933964,0.012557726,-0.0011259975,0.008132287,-0.0017679831,0.001140777,0.012850382,-0.004934794,0.005870312,-0.0017119804,-0.010758411,0.011844261,0.0077174176,0.017816337,-0.0069217416,-0.013010279,-0.025702052,0.007704072,-0.005659103,-0.001820962,-0.0054872977,-0.012675619,0.011999503,0.017240023,0.027692977,-0.0011156966,0.01666381,0.003878216,0.007841816,-0.0054567982,0.016868196,0.022066947,0.0028235237,-0.019268071,0.008571743,-0.017565241,-0.027244555,-0.021593457,-0.008677846,0.00015684555,0.0017501516,0.007886389,-0.0015455601,-0.011794499,-0.0048539285,-0.011367072,-0.004373434,0.013126224,0.015844515,-0.0062909047,-0.016584482,-0.023473011,-0.018502114,-0.024177153,0.007560218,0.0037251108,0.018966276,-0.02683872,-0.013632265,-0.05831697,-0.014126634,0.0063982396,0.0060103606,0.0016505856,0.0022286414,0.011618491,0.019626413,-0.0008726431,-0.008021909,0.00724423,0.0051533217,0.0028099346,-0.018356506,0.0079921,-0.018582758,0.016251378,0.0046459334,-0.013859915,-0.016593486,0.018043287,-0.008002664,0.012344182,0.009832767,0.001352705,0.0022340494,0.025026564,0.01481514,0.0065210066,-0.006983945,0.0027710747,-0.0029332244,-0.006665281,0.005925331,-0.0070534428,0.00515525,0.0017764376,-0.049248576,-0.022366442,-0.012610084,-0.008204517,-0.016338317,-0.004264293,-0.00012748866,0.008045305,0.022736162,-0.010997762,0.002113455,-0.004061214,0.0077268705,-0.012994979,0.0035442319,0.003295828,0.0022053048,-0.036157023,0.009159151,-0.022737749,0.005092855,0.0072423466,0.00786762,-0.022101812,0.014156874,0.025508102,-0.0042016353,0.030929094,0.011385062,-0.02067636,-0.0063468115,-0.0062536765,-0.0053423536,-0.004498184,-0.0020156316,-0.019226916,0.005114356,0.006514831,0.009387051,-0.010775979,-0.0019113781,-0.010450113,-0.022068469,-0.008501055,-0.028987456,-0.012070527,0.011133534,-0.014709317,0.00702301,-0.011649675,0.008505485,0.017724536,-0.021591851,-0.028401377,0.016971214,-0.007237852,-0.009328573,-0.007882361,0.0075590764,-0.007945982,0.038612258,-0.0044099595,-0.016312486,0.033044465,-0.006567015,0.011379343,-0.00021240054,0.010615253,-0.01522445,-0.002754932,0.021193644,-0.017730411,-0.009917852,-0.011111554,0.0213244,0.009874528,-0.0147561515,0.021202555,0.0040073367,-0.011613402,0.0043869256,-0.007932001,-0.011759355,0.005867954,-0.00041157816,0.023539217,-0.03432616,0.0072045587,-0.009230393,0.0022736813,0.001022718,-0.003049622,-0.013703915,0.0030693398,-0.0148624955,0.014340048,0.01162457,-0.0037580468,0.02027343,0.022230426,-0.011046478,-0.027623374,0.024907088,-0.035784073,0.0026865972,0.008970107,-0.0010169887,0.004209081,0.019473884,0.024247292,-0.008121183,-0.017671775,-0.0021938183,-0.011915719,-0.007245568,0.005787636,-0.01006934,0.019305691,0.019402951,0.010391857,-0.014784341,0.02344596,-0.0110106785,-0.006294774,0.0054350533,0.06215988,0.025925526,-0.023191154,0.0074194344,-0.008811189,0.008859904,0.035080582,0.008822069,0.0073272823,0.002135517,0.003154948,0.001340906,0.013466204,0.010140556,0.0011045749,0.0005761356,-0.0073454664,-0.011041482,0.0010909194,0.012623226,0.0056598205,0.013763599,-0.0054030525,0.01087447,0.007882651,0.0013732293,-0.014540551,-0.010285075,9.091104e-05,-0.0056325714,0.005839533,-0.004834929,0.016942253,0.016119737,0.0120839635,0.0008832444,-0.004820195,-0.010255081,7.370328e-05,0.0069207964,-0.010801568,0.026223846,6.389611e-05,0.0023132353,-0.027436977,-0.011071389,-0.032525107,-0.010949499,-0.009938215,-0.0011445377,0.01349411,0.011046474,0.15213627,0.10436637,-0.0023143033,0.019150648,0.01318242,-0.011133452,-0.020076657,-0.019496277,-0.010906914,-0.0066788746,-0.022892427,-0.016672375,-0.009495438,-0.002123217,0.014950258,-0.005726953,-0.0093040075,0.008015682,-0.03587518,0.008104701,-0.02952937,0.013348217,-0.021536035,0.022294758,-0.02150853,0.006131449,0.008600412,0.013718009,0.028712254,-0.016479082,-0.006800219,0.0048258794,0.008310142,-0.008724659,0.010055425,-0.018053455,-0.0121218,-0.006905217,-0.020319723,-0.0027663289,0.00035155835,-0.019029768,-0.0012226814,-0.014693795,0.005931509,0.003107208,-0.0042557707,-0.02461131,0.017372351,0.0010474116,-0.023727186,0.003838379,0.011996582,0.020244965,-0.028047081,-0.00886343,0.028779466,0.022683872,0.0008232975,0.023138039,0.030730635,0.01416252,-0.016124932,0.0038752253,0.005523846,-0.004661737,-0.006728285,-0.018923093,0.0046554743,0.0011932005,-0.003457313,-0.004193288,0.0030672597,0.00984903,-0.0035798296,-0.0017843718,-0.021008447,-0.0075728977,-0.0015028085,0.0041413377,-0.006206721,-0.025821583,-0.0048222374,-0.005520216,0.0016565239,-0.0024028982,-0.0034485497,0.020078868,0.10150915,-0.01630391,0.0071633644,0.0016834268,0.011346538,0.014411539,0.010854512,0.045988712,0.010707967,-0.008325809,-0.00021098313,0.004679437,0.0208219,-0.0046238247,-0.018856248,-0.0068955985,-0.0007889071,0.027477229,-0.0029397903,0.013701613,-0.019711599,0.005513246,-0.002049151,0.0014256688,0.014879365,0.015904587,0.0017906463,-0.010795824,-0.022326276,-0.007926274,-0.112473585,0.011702728,-0.004320867,-0.00051776454,-0.01843702,0.016402984,0.030786963,-0.010462442,0.00084902166,0.007918996,0.0065815803,-0.01748462,-0.017661436,-0.005539789,0.031595986,0.01660102,-0.004873402,-0.03167754,0.011791364,0.019821852,0.0036788716,-0.004522504,-0.014953867,0.00020145014,0.014278743,-0.00058401667,-0.02402847,-0.001152168,-0.012280549,0.00800802,-0.0046781404,0.0066802483,-0.004212514,0.006558331,-0.01251551,-0.0023233127,-0.014961607,-0.03258478,-0.00028136262,-0.007205426,-0.009353436,-0.045837224,0.0050628283,-0.031791635,-0.019665927,-0.0059884773,0.0150680775,0.010154877,-0.017309738,-0.00815994,0.0064978693,0.001816762,0.014079963,0.01956873,-0.0044429293,0.0027209837,-0.011074054,0.008313457,-0.0021258732,0.009804784,-0.011488381,0.0077315816,-0.008068343,0.01787739,-0.0070710536,0.0065611755,-0.005135204,-0.003532662,0.018870512,0.004869574,-0.020412616,-0.013790613,-0.0038558126,-0.0138437105,-0.023174915,-0.0032489568,-0.017721465,-0.0019168792,0.0030328485,0.016626373,-0.022207208,-0.017220898,-0.028652018,0.11096935,0.02835721,-0.018026473,0.030280698,-0.0061249,-0.006008986,-0.018561902,-0.00891916,-0.00286633,0.01295297,-0.019976707,-0.0125974845,0.008679592,0.0156978,0.014309238,-0.01352942,0.0042740162,-0.003966263,0.016756935,0.0024574047,-0.004854341,0.009085768,0.0052259527,-0.008039874,5.179594e-05,0.035934646,-0.015946092,-0.00066492043,0.024946261,0.009158291,-0.002142507,-0.005367074,0.022176363,-0.00058794854,0.010464097,0.013842402,-0.027527649,0.0064936364,-0.02490661,-0.01358845,-0.0055955597,-0.0017538317,-1.5644603e-06,-0.02114023,-0.05477035,0.1937329,0.0040440145,-0.011773095,-0.018792847,-0.0080026835,0.011171003,0.004774276,0.0048746564,-0.0065159514,-0.0150870085,0.03033731,-0.007215719,-0.018911922,0.0069176923,-0.0012859155,-0.007724545,-0.019249901,-0.007522787,0.013868889,-0.0030352918,-0.005136715,0.009822941,-0.009392049,-0.008010249,-0.018110273,-0.01157956,0.03686944,0.018109886,0.025970219,-0.0044778283,-0.00796586,-0.023081953,0.004468013,-0.021414112,-0.0033383858,0.009810282,0.011258223,-0.0025874455,-0.011638068,0.008166211,-0.02019802,0.005775673,0.018718697,0.017488843,0.009391819,-0.0015202207,-0.018547196,0.013332362,0.012615718,0.014785071,0.012451552,0.01779118,0.012123029,0.0063507217,0.007823034,0.023333479,-0.0042036194,-0.015728071,-0.014309758,-0.01675536,-0.0037929046,0.00017088489,-0.018149992,-0.011582948,0.0044872407,0.005255513,0.010988031]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 198,
          "content": "H.E. Radmila Shekerinska, Deputy Secretary General of NATO, Holds Meeting with State Minister Ino and Engages in Dialogue with Japanese Dual-Use Startups",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0023703817,-0.009314788,0.008184624,-0.08897079,-0.0032050188,0.014359424,-0.019792654,0.006411611,0.016433556,-0.009279117,-0.018694269,0.008692737,0.0018144605,0.0004917041,0.09469403,-0.008033123,0.0028010996,-0.004245483,0.008498333,0.019924087,-0.011809245,-0.008271966,0.009448588,-0.032643065,-0.028359413,-0.026384957,0.018757679,0.003063527,0.0071824538,0.00049256714,-0.0061298735,0.006094211,0.015627852,0.01273327,0.011028545,-0.018539842,0.04126707,-0.03584795,-0.0064038015,0.008117424,-0.012538502,0.0057182848,-0.033028346,-0.022620501,0.012618718,-0.030333916,0.009727721,0.016276998,0.035030045,0.04302583,0.020388259,0.01225073,0.012712931,-0.17159578,-0.015985884,0.010090855,0.025816487,0.0055225086,0.04412022,-0.03370535,-0.025102865,0.011381142,-0.012359642,-0.032768935,0.0002025238,0.014074035,0.01578026,-0.018061277,-0.04090089,-0.0021542024,0.0047590937,0.0011323765,-0.004112582,-0.0006074004,0.02245739,-0.0016725281,-0.005189761,-0.0018013847,-0.024777697,-0.00020233939,-0.0059078643,0.03308444,0.012388758,-0.012402529,0.01626275,-0.03843422,-0.00551818,0.0012463231,-0.0021403655,0.0005812054,0.01201045,0.016052814,-0.0067878496,0.014381597,-0.026875595,0.011780837,0.011839885,-0.016427025,-0.0054679327,-0.013439695,-0.00017097595,0.009731538,0.0022944116,0.0110238325,0.0258125,0.013501377,-0.009095813,-0.03161819,-0.007715218,0.017830217,-0.006548424,-0.014051548,0.007943131,0.056003187,-0.0076249773,-0.11857451,-0.015388986,0.029764226,-0.0011930492,0.021836175,0.0009689834,-0.01744731,0.017754741,0.019460859,-0.0007833287,-0.018334731,0.007748636,0.016999504,0.00518457,0.018599857,0.0100556435,0.00225574,0.011254964,0.009576469,0.017036118,0.060822867,0.008671192,0.009860276,-0.010294618,-0.014232233,0.008646695,0.019622082,-0.04096367,0.005204634,-0.0046320097,-0.004418489,-0.035406537,0.0035140875,0.034530368,-4.457491e-05,0.023168843,0.0115963435,0.004100421,-0.015569595,-0.005180545,-0.0073773353,-0.014057427,-0.0095017785,-0.0010020972,-0.0011915467,-0.010654231,-0.024357645,0.00033681095,0.025660573,-0.0114908395,0.012613018,-0.012388562,-0.007878327,0.0076848697,-0.0030033914,-0.0051731686,-0.0049553323,-0.0032144291,-0.010209105,0.002499248,0.013117374,-0.015953649,0.009699595,-0.003645278,-0.030912325,0.012446669,0.016094536,0.017578162,0.027833,0.0109253405,-0.009287622,-0.010158224,0.008248333,0.026780276,0.017787136,-0.019478893,0.011020532,-0.020797571,0.0150021585,0.008788994,-0.019100318,-0.011457257,0.018110389,-0.018333036,-0.009024687,0.0024697464,0.009903794,-0.0038206973,-0.013334663,-0.0078283865,-0.01764894,0.027136587,0.013533602,-0.012688875,-0.0031130924,0.007958291,0.005462073,0.02920808,0.0018262852,-0.006407943,-0.010361096,-0.022304025,0.01737567,-0.020562388,-0.0053292112,0.032817777,0.0054946197,0.0049662297,0.024258228,0.008359284,-0.016397191,0.0058833803,-0.03950173,-0.021854373,-0.0105770845,-0.0023327884,0.017874893,0.023932224,-0.0014284988,0.009311722,-0.00067335507,0.010680621,-0.018019943,0.02989536,-0.020112824,-0.011429409,0.005864209,-0.025538659,0.0062555443,0.012198452,0.0035508985,-0.01326643,0.00691507,0.00471385,0.021759264,0.00647363,0.026745604,0.00737796,0.0094027715,-0.006363314,-0.001435785,-0.0038112903,-0.012158283,0.0066256816,0.0079459995,-0.00080434233,0.013512117,-0.017683743,-0.011756105,-0.012805352,-0.0050613997,-0.007354315,0.0041004787,-0.0054290225,-0.010031176,0.042476296,0.0030874943,0.026511807,-0.0032404137,-0.0029079316,0.0030270384,-0.074361324,0.04094697,0.005499352,-0.04087816,0.038513433,0.01749303,-0.006778719,0.017756982,0.0007640846,-0.0034479662,-0.021593634,0.0023081163,0.0075947936,0.01624118,0.022967406,0.003835729,0.024093855,-0.011513313,0.0052326275,-0.026499659,0.001502844,0.032111228,-0.009139437,-0.007242156,0.0038603216,-0.037893135,0.035572197,0.03699434,-0.017774876,0.018152991,-0.012989851,0.018206395,-0.0051984563,-0.003069367,-0.02125173,-0.02959942,0.02804919,-0.010001563,-0.0025621892,-0.013519851,-0.027061803,-0.008684754,0.014390412,0.021321079,0.0054083993,0.0036583287,0.011358935,-0.025167132,-0.035567,-0.01518472,-0.018728187,-0.010483104,0.004976131,-0.012534465,0.01712258,0.025029602,0.017636295,0.011934528,-0.012155124,0.027213247,0.024783812,0.027354317,0.012172318,0.021926638,-0.016583322,0.008865992,-0.0005586806,-0.023588303,0.01734538,-0.0074772043,0.006032668,-0.018922225,-0.0036403765,-0.009683555,0.022944339,-0.004606341,-0.0034788758,-0.00442918,-0.021799881,0.041015636,-0.004514481,0.0025441505,-0.02052076,0.043053564,0.011818566,-0.00027111388,0.016572436,-0.008435043,-0.0003151251,-0.046384066,-0.0013033978,0.033616092,0.0043160524,-0.004371749,-0.022622548,-0.017275652,0.016502876,-0.029099321,0.042150658,0.014670753,-0.013315478,0.015236771,-0.007900285,0.024605304,0.024488714,0.009663303,-0.0015858528,-0.0041045384,-0.004186377,-0.012946864,-0.028369406,0.01736674,0.00924985,-0.007030214,-0.046051912,0.0122449575,0.015544737,0.022377016,0.015715864,0.0020111434,0.015973281,0.010640395,-0.0019807236,-0.029455429,-0.020863859,-0.012273269,-0.023606058,0.008130188,0.0276285,-0.014709289,-0.008029844,-0.000635359,0.007827388,-0.0049952082,0.009277645,-0.014971657,-0.007772172,-0.0033208006,-0.009178914,0.04715556,0.00016863602,0.017453106,-0.007979286,-0.012163029,-1.9449753e-05,0.016199036,-0.0049367575,0.00204771,0.0075676315,-0.0045140474,-0.0085835345,-0.015216006,0.01684267,-0.015923308,-0.0070487517,-0.008016982,0.014567347,0.0033074417,-0.002455745,-0.011654541,-0.009944817,0.009096388,0.009472946,-0.012470775,0.0024118803,0.0128178485,-0.00061239826,-0.028608745,0.01232183,0.026649697,0.010186795,-0.0067361332,-0.033809062,-0.004816643,0.012636507,-0.021200037,0.022536911,0.003295843,0.0033247853,0.017786082,0.012537158,0.0050676363,-0.01926648,-0.0014481103,-0.011636018,0.0048585534,-0.0011605702,0.0023216144,0.0081433365,0.0109830005,-0.00461121,-0.02990126,0.01586991,0.018904071,0.008802723,-0.002974986,0.0054041715,-0.003292001,-0.021425515,-0.011893848,0.019174226,-0.018074417,0.008974416,0.02354612,-0.017322259,-0.027864402,-0.03450206,-0.011180228,0.01193955,0.018235518,-0.014567568,0.009071949,0.02171082,0.019435344,0.008952185,0.014763716,0.0069884867,0.006182276,-0.014909562,-0.015146442,0.023872025,-0.0036337133,0.015687803,-0.01452686,-0.022184465,0.007343592,0.0046916483,-0.016365385,-0.048478015,0.000836332,0.014365439,-0.0172274,0.02181422,-0.00061478285,-0.013540874,-0.00929973,-0.019741854,0.028266245,-0.033687275,0.0030742341,0.008847356,-0.0022681016,0.006016088,0.011728177,-0.0032501288,0.008055572,-0.017750183,-0.019395204,0.023914536,-0.016560176,0.0196125,-0.009985639,0.029729927,0.019930033,-0.006600602,0.013329959,0.00794958,-0.015053208,-0.017976558,0.031721454,-0.024696713,0.040828962,-0.0034263006,-0.008219448,-0.0063274894,-0.0017791631,-0.010347372,0.00508945,0.011005331,-0.08307237,-0.0065732575,0.032512747,-0.017420731,-0.016808078,-0.0076233274,0.015261898,-0.01065539,0.013155761,-0.020441292,-0.010245986,-0.006441948,0.0131628765,0.0017952028,0.012870883,-0.003589834,-0.0012138457,0.027412841,0.005495244,0.00091170135,0.041937582,-0.010481974,0.0055630133,0.011656398,0.012621676,0.02104833,0.014882219,0.010456131,-0.04054349,0.0049136793,-7.962318e-05,-0.018251609,-0.015769444,-0.0026436513,-0.010675215,-0.008877501,0.008971654,0.009919321,-0.0046325615,0.006036879,-0.0005710781,0.030057525,-0.016331023,-0.011879527,-0.0011990074,0.0073764925,-0.026265437,-0.0045143883,-0.006325214,-0.01759632,-0.0038792419,-0.0066114203,0.027763292,-0.023579001,-0.0044859634,-0.025084361,-0.027619695,-0.003763125,0.012125536,0.00066241896,0.030218568,0.03187768,-0.012820021,0.017224547,-0.022415493,0.01834257,-0.022747284,0.023174744,0.01934154,-0.0055015106,-0.02886071,-0.005766758,-0.0014275528,-0.018531682,0.012898236,0.008629116,-0.0037325597,0.017308487,-0.00053450215,0.0074537387,-0.009609024,0.004043887,-0.12997791,0.009752204,0.0028874055,-0.013309385,-0.0043079187,-0.027576584,0.0059555327,-0.012666395,0.028799696,-0.0011338074,-0.0051247617,0.009047753,-0.010678496,-0.0092794495,-0.008095543,-0.027354892,-0.01995078,-0.0068464777,0.028895339,-0.04136587,0.0061227484,0.009077578,0.012846289,0.010238763,-0.004908183,0.029384041,0.018871205,-0.012636128,-0.024136525,-0.026014132,-0.0013524458,-0.13844153,-0.010840579,-0.011025989,0.0143054975,0.009957557,0.0139951175,0.018168816,-0.013605992,-0.0007928462,-0.014069177,-0.005443471,-0.017067686,-0.018102275,0.016000723,0.01669585,0.077554904,0.021647137,0.035885103,0.016000163,0.0013668454,-2.1933265e-05,0.012766374,0.012173717,-0.024931418,0.00018927535,-0.0122901155,-0.010289631,0.0116380425,0.017816441,0.022734053,0.026248747,0.0038429927,-0.022535061,-0.0057284343,0.014997252,-0.020135537,0.010145055,-0.012123227,0.016535506,-0.009260736,0.0033537052,0.0022567953,-0.012638852,-0.009130436,-0.012132126,0.002288893,-0.017057138,0.007932239,0.0010748404,-0.0045600017,-0.021137277,-0.113997236,-0.009180726,0.005028547,0.004775709,0.008303815,-0.0023024126,-0.02892559,-0.035092045,-0.0019631034,0.020392707,-0.010962824,0.005755296,0.006350138,-0.023337178,-0.0025341688,0.026590323,0.018264944,-0.013428462,0.021269219,0.023482582,-0.0054158503,-0.0031201602,-0.0063722744,-0.005143154,0.020762393,0.0058102077,0.023447542,0.01099838,-0.021228919,0.006352275,-0.0129911015,-7.2515904e-05,-0.015354185,-0.006880646,0.013078798,0.01661672,-0.013041697,-0.020001605,0.025999356,-0.0044570235,0.033446398,0.019046364,0.0020779104,0.00981844,0.0073053134,0.008022178,0.04397007,0.0056858105,-0.013304481,-0.020849578,-0.038593445,-0.04276655,-0.018237485,-0.002019019,-0.012030048,-0.013460406,-0.011853485,0.0025088997,-0.039820533,-0.013178772,-0.007819452,-0.0073964316,0.004098008,-0.014248568,0.0069374056,0.013479682,0.0091241915,0.013884207,-0.00825839,0.019540733,0.00085243146,-0.0048285252,0.006236151,0.0065941713,-0.0007650927,-0.008017395,0.010173913,-0.00468577,-0.026718508,-0.0028977306,0.011577515,0.005533725,0.00069239084,-0.016032392,0.002365022,-0.0040721693,0.01553699,0.0026896268,5.1857434e-05,0.0032669348,-0.008046422,0.0050009023,-0.006936619,-0.010548436,0.0016762743,0.0035105764,0.0026153168,0.0024910623,-0.008920141,-0.021070646,-0.010735218,0.017008206,0.013695191,-0.0021498494,0.010780203,0.022196237,-0.004570534,-0.0018656345,-0.011771291,0.0005525695,-0.007927844,-0.015232778,0.0009917144,0.0010115374,0.0051641813,0.03099266,0.016894849,-0.008206262,0.011644565,0.006397216,0.010947958,-0.037316136,-0.00011245081,0.0017898645,0.007394633,0.006286017,-0.017617442,-0.0014082185,0.0043112966,0.01093037,-0.005758741,0.0009686377,0.003357641,0.0101428395,0.028807987,-0.010180507,-0.017320622,-0.011036964,0.025748845,-0.008023352,-0.00862074,0.0061342823,-0.021028098,-0.008300726,-0.00038888797,0.0031856375,0.00047676638,0.0014910242,0.002466571,0.018028023,-0.019349547,-0.006394864,0.025105733,-0.008052762,0.007405668,0.00769259,0.017573802,-0.0007040903,-0.014614491,0.010325149,0.0159467,-0.013956335,0.019606197,-0.01105709,-0.0012880114,0.01302367,0.008011012,-0.005213114,0.005013373,-0.016432108,0.001462313,0.0077985744,0.00089045125,-0.025625233,-0.005213474,0.019468293,-0.0030304608,0.0109421285,-0.016133606,0.00084497273,-0.0043632323,0.018609662,-0.020679712,-0.011381755,0.00092759664,-0.012677541,0.0009721553,0.0095705725,-0.0057030404,4.702048e-05,0.0056921407,0.008317916,0.013230168,0.0073084524,-0.0063916403,0.0051399493,0.004025291,-0.021339675,0.009330705,0.01154288,0.007348061,0.018054679,-0.0052218726,-0.0020805895,-0.014769543,-0.006729503,-0.0012837361,-0.007584539,0.0021759158,-0.003773461,0.0035974742,-0.018683163,0.006580566,0.0035062612,0.0057173464,0.018795697,-0.019103518,0.0069489656,-0.005265468,-0.013793612,0.009840678,0.017988218,-0.005505439,0.017834846,0.008951253,-0.0068642427,0.0055012247,0.0023752397,0.024402818,0.004809805,-0.013411433,0.0009884476,0.0018532563,0.005249436,-0.00057997747,0.009184188,0.0057984716,0.0029725456,-0.013005859,-0.020724548,0.014961745,0.005132089,-0.00229581,-0.005548619,-0.004393375,0.0051918165,-0.0049245963,-0.01096887,-0.017240072,0.008124005,-0.0057560657,-0.002303109,-0.013260241,0.006111919,-0.014303937,0.017139146,-0.00905984,0.015771765,0.0004202593,0.08494749,0.0013407271,0.015944256,0.003517985,-0.014386071,-0.0090428535,0.016484886,-0.018986197,0.006742588,0.010064854,-0.007493221,0.0052382792,-0.02556719,-0.0032490185,-0.011127735,0.010509528,-0.008236245,-0.0016680291,0.0009997592,-0.010801053,-0.0049257725,0.01100909,0.0073498595,-0.0014469695,0.0014893122,0.0036574532,5.44723e-05,0.012306489,-0.004145789,-0.010952862,0.0012936223,-0.018406175,0.0023603737,0.010832824,-0.017292583,-0.010743513,-0.021912523,0.008375201,0.0139015475,-0.010248127,0.008177136,0.007959634,-0.014802878,-0.004051401,-0.003228913,0.020043718,0.015585465,0.01602601,0.028440671,-0.0048392545,0.009568133,-0.017827194,-0.008372364,-0.0042907726,-0.0148111945,0.015409424,0.011632263,0.00070742716,0.014674518,0.010712125,-0.0024537868,0.005087311,-0.005724587,-0.011269721,0.008852287,-0.0004749316,0.0033519468,0.0109730605,-0.004044798,-0.012899052,0.019135453,-0.005223994,0.0005883165,0.0097960215,0.0083809225,-0.006251819,0.009461028,-0.005483624,-0.016768161,0.0059489063,0.01026394,0.0046732356,-0.015933586,0.006453168,0.0036385152,-0.0052268133,-0.008888401,-0.0030313544,-0.0075864005,-0.03726724,0.01495644,-0.024602788,0.014693576,-0.0012025933,-0.011358563,0.005667871,0.04850131,-0.007833423,0.0065578236,-0.007462999,0.020282261,-0.006978794,-0.00012299613,-0.024728179,0.01593361,0.02226031,0.0006138483,0.002124957,0.016997777,0.010677823,0.0036416207,0.015887022,0.0028860017,-0.0012272745,-0.021382302,-0.008053021,0.00039235657,0.0069144284,-0.0072788913,0.00581197,-0.0012991446,-0.0025856372,-0.008405802,0.0044757235,-0.01781302,-0.003199707,-0.007840595,0.0005980412,0.0016995148,-0.0053079645,0.003446813,-0.0076608327,-0.016140588,0.016312579,-0.008747173,-0.006395448,0.004298616,-0.0077560847,-0.014500579,0.0017313805,0.014556371,0.008194896,-0.0030715864,0.0105357,0.003528631,0.01972814,0.01480392,0.012685279,-0.024319196,-0.006394209,-0.0013401195,-0.009579611,0.00047033245,-0.0018753167,-0.013573319,0.008731133,0.02233683,-0.00030408683,0.0067395563,-0.001500879,0.013827959,-0.008187843,-0.022215065,-0.0034535811,-0.00021542289,-0.0032979948,0.01792545,-0.0004207426,-0.0044502933,0.0146451015,-0.0078331325,-0.011860054,0.024474213,-0.0021444724,-0.008277294,0.0046602143,0.0027436402,-0.015038604,0.0012732925,-0.002996502,-0.015007321,-0.011612407,0.0012608637,0.013043744,0.012976607,-0.0033243194,0.009142568,-0.015727239,0.0070699016,-0.025669096,-0.008563444,0.004905897,0.002838097,0.011633245,0.0037361444,-0.018286027,0.008648098,0.013924418,0.00035282425,-0.0026080776,-0.0013374583,-0.006385945,0.0021821132,-0.01495191,-0.0028990374,0.010319325,0.020267315,0.0071902536,-0.0014981731,0.00040247134,0.007869573,-0.026800474,-0.01501135,-0.0017345442,-0.0055259974,-0.010293785,0.0014052596,-0.0016779919,0.001763289,-0.01067335,0.006841939,-0.0068310974,0.0063422513,-0.01607293,-0.010448782,0.005941219,0.025801426,-0.0033645635,0.011611849,-0.014635594,-0.0017807179,-0.004144914,0.0037700764,0.01030467,0.0084994985,-0.005477603,-0.012191538,0.005157722,0.010445676,-0.0071520093,-0.0008674382,0.012291757,0.006008848,0.005178195,-0.015711637,-0.010310196,-0.008597572,0.0067617022,-0.024307536,-0.006492923,-0.004116024,-0.010721491,-0.02478418,-0.0048264847,0.014102783,-0.006313629,0.002754257,-0.07477696,0.008347961,-0.018875744,-0.00650388,0.0041793687,-0.0022227203,-0.02009148,-0.009534051,0.0071143853,0.0067160134,-0.013858449,-0.012207842,0.003196484,0.015236589,-0.00061689806,0.008739213,0.002972385,0.013434653,-0.0076275533,-0.011326327,-0.017311534,0.0157192,-0.010828456,0.0030624259,-0.0023584235,-0.0027857036,0.00935142,-0.00925877,-0.0070754914,-0.017792517,-0.0005379643,-0.008483449,0.007644953,0.0064375466,-0.013176689,0.0030906554,-0.014507269,-0.0056076576,-0.009174162,-0.005238919,0.009157925,0.012370111,0.010002504,0.000697182,-0.0032662272,-0.00784424,0.011134786,0.00073163636,0.018994289,-0.010756265,0.00020299038,0.0129050175,-0.0085825585,-0.0121821705,-0.015044993,-0.022509754,0.010949801,-0.0023473813,-0.0025816332,0.0025078286,-0.004334386,0.010970279,0.011804124,0.0044366512,-0.028374825,0.0059415195,-0.010148369,-0.018140137,-0.012423666,0.012272436,-0.011353727,6.0453098e-05,-0.008868787,-0.004092181,0.00029359714,0.005278314,0.028464409,0.0113491975,-0.0048123533,0.013134026,0.010129504,-0.0001236537,-0.010155152,-0.011891732,-0.013912658,0.000250521,0.008009042,-0.00035157212,-0.022237714,0.003243103,-0.010749182,0.020188443,0.004168961,0.0007932991,-0.0091019925,0.0011735796,-0.0026441445,-0.010934376,-0.005899779,0.0075357175,0.00029039482,0.0148953935,-0.0002428621,0.0106479125,-0.021913232,-0.0006788,0.011168866,0.015800482,-0.00940036,0.014901628,0.005921605,-0.0032023701,-0.004823533,-0.011737513,-0.005178071,0.011375026,0.010097252,-0.01301942,0.0025196765,0.011119845,-0.009161872,0.015039004,-0.01049228,0.002504972,0.010034102,-0.0061098007,-0.011144506,0.011727014,0.009197781,-0.004649347,0.003089309,0.01044729,0.014036118,-0.010224936,-0.0038330269,0.0030699947,0.00019227465,-0.016817883,0.009304104,0.014005829,0.010791932,0.011915805,-0.010441448,0.004867412,-0.010271428,0.00797666,-0.005616646,0.0073459814,0.004829707,0.014163776,0.0016661946,0.010477293,0.015660074,0.010428437,0.006453738,0.013071162,-0.013248117,0.010740823,-0.010544775,-0.0021384244,0.0096821515,0.011810334,-0.00037103248,-0.0026714045,0.005576406,-0.0041870396,-0.013236721,-0.018486211,0.0012389846,-0.010945404,-0.02610824,0.002205956,0.0011940306,0.012585029,0.0018347651,-0.0017519839,0.00779557,-0.031792477,-0.0025963136,-0.015027871,0.0041678096,0.009931136,-0.005079815,0.0064867577,-0.007912141,0.012622846,0.0045019602,-0.009503616,0.0032964868,0.007290542,-0.010286522,-0.0074340804,-0.013102168,0.00055571675,-0.0017030633,-0.012683015,0.008894346,-0.0078003616,0.0062804134,-0.0025658305,-0.012884629,-0.0085520055,-0.015754763,-0.017669743,0.0016544306,-0.09638033,-0.012145058,0.0057348344,-0.0036998368,0.006406762,0.014537893,0.0074287103,-0.0029290807,0.0063504945,0.016639551,-0.004811741,0.010652771,-0.0008350966,0.005130031,0.017532403,0.0025305483,0.00117456,-0.0049151406,0.015166051,0.01194374,-0.0054580183,0.0071015935,-0.009845487,0.0053320923,-0.026241876,-0.008738028,-0.017307736,-0.012478057,0.026570745,-0.01091858,-0.014076969,-0.0007322094,1.4496074e-05,-0.00039184274,0.011144444,-0.012375802,-0.0077962955,0.005155596,-0.13149272,0.0018841787,-0.006167469,-0.010590213,-0.011310531,0.011836041,0.012957588,0.0016695025,-0.0011085379,0.007098845,0.021810811,0.0005573581,0.005702217,-0.014322509,0.029475326,-0.012141604,-0.011156695,-0.00838471,-0.008643253,0.002052335,-0.007963046,0.0074196425,0.013805561,0.012529465,-0.0016815533,0.009376176,0.001276387,0.0056420756,-0.012158669,-0.015861508,-0.0070600156,0.0024532347,-0.0023886631,0.006579648,0.016807828,-0.00054973667,0.02746617,0.0074885553,-0.006208628,0.0065853344,0.013055771,0.0005771631,0.021154776,0.008143691,-0.02246042,0.0034146204,-0.00096256327,0.002021487,0.026995005,0.00339629,0.010417038,-0.0013866159,-0.0074506854,-0.0029450564,-0.016264005,-0.0020247889,-0.002207285,-0.0054454203,-0.008093099,-0.0052683596,-0.0049816375,0.002552272,0.011368135,-0.008525761,-0.001216281,-0.015250387,0.007953288,0.01624647,0.002350491,-0.0059774993,-0.0075652786,0.009077649,0.00306317,0.0025187475,-0.00640311,-0.0060037915,0.009015938,-0.0035176089,0.017760878,-0.00010095852,-0.0059112315,-0.008479162,0.0043251654,0.017628513,-0.004368902,-0.017967701,-0.012776171,-0.004205202,-0.0041120946,-0.04901052,0.02176853,0.012112179,0.0055480856,0.017258488,0.009197714,-0.00862069,-0.017412892,-0.0040437775,0.0016216928,-0.019562885,-0.025231164,-0.0019524235,0.010742331,0.012725869,0.0020509227,0.014681246,-0.012114601,-0.025198638,-0.0016855553,-0.038725067,-0.008450883,-0.0121134715,0.009492407,0.023112128,0.0042203763,0.012631001,-0.0044343993,0.0022384906,-0.008033476,-0.00063160906,0.022813626,0.016708864,0.0050035897,0.0018020079,-0.013889339,0.012289254,0.029438728,0.0073237517,0.0045093563,0.007774319,-0.0064135515,0.0027764004,0.0077461256,-0.003680241,-0.022175442,1.8195055e-05,-0.014130882,0.0027519031,0.012970864,0.0051491936,0.018599626,0.013837209,0.009472894,0.021601945,0.024927888,-0.006798956,-0.00071493915,0.0079833055,-0.0049844095,-0.005474139,-0.029866885,0.012477108,-0.015623166,0.017020375,0.0006821051,0.009587622,0.0054755313,-0.012112089,0.022750173,0.008463122,-0.00048050025,0.035784397,-0.0127840815,-0.0020947393,-0.011345434,0.017961957,0.020587573,0.001071959,0.018178668,0.021183094,-0.009321934,-0.005903657,0.005255046,-0.004812672,0.026313497,0.0015599611,0.023862954,-0.012695435,0.023336677,-0.0063574337,0.000756285,0.0037485692,0.0030675852,0.001394575,0.007525588,-0.009613592,-0.0040455456,-0.022738336,0.0046021896,0.011912195,0.00088816596,0.0013525643,-0.027337246,-0.012927475,0.0057014115,-0.011251903,-0.0010108933,-0.0095442515,0.005664951,-0.0055743833,0.006201518,0.0013598485,-0.008328215,-0.16732514,-0.0043342053,0.004644161,0.009998145,0.0069805873,-0.004302447,0.035456497,-0.0073545123,0.013896486,-0.009367707,-0.015021595,0.019915655,-0.011270486,-0.02520928,-0.0064098267,-0.019348789,0.011372258,0.015217137,-0.01488826,-0.0043369546,-0.026757667,-0.024018893,-0.0011360936,-0.0032886302,-0.0019874133,0.0017381558,0.029309982,-0.00096105196,-0.038871456,0.015393112,-0.008949771,0.013407807,-0.0013560721,-0.0057027563,-0.006724226,-0.0054445253,-0.0074289213,-0.023711825,-1.5846435e-05,0.024745202,0.007292722,-0.0064475937,-0.012744406,-0.008696879,0.015448734,-0.008843447,-0.01637231,0.003984774,-0.029357295,0.008509435,0.014868809,-0.019296188,0.010372138,-0.0089227995,0.021421514,-0.009077319,0.011325874,-0.028342882,0.018866194,-0.0036944447,0.0129781235,-0.009803565,0.041127436,-0.022211405,0.0015778658,0.014523837,0.01716788,0.15629509,-0.019827135,-0.00693136,-0.029471772,-0.010048,0.010285743,0.03351056,0.006301167,-0.001325137,-0.014504559,0.0017830151,-0.0028536422,-0.008999591,0.007798036,0.00987806,-0.008517789,-0.010772655,0.0033127984,-0.013333424,0.016276095,-0.007221732,-0.0055944617,0.001855777,-0.009945064,0.0034295998,-0.010104297,-0.0055506644,0.0035261833,0.010797083,0.012287433,0.013950819,-0.0023271288,0.0002823097,-0.013765866,-0.0028735742,0.0009695033,-7.670959e-06,0.009823355,0.010245885,0.004360415,-0.011402189,-0.00042349315,-0.008022114,-0.01183894,0.0042620087,0.011192848,0.011270464,0.015345978,-0.021889087,0.01266001,-0.026808642,-0.0056046443,-0.021781985,-0.024413284,0.009115951,-0.0019476494,0.011013224,-0.015355927,-0.017944371,-0.02481116,0.028524794,-0.015510364,-0.02245909,-0.02719016,-0.004456267,-0.014749729,-0.008969287,-0.013438261,0.0027793625,-0.10617268,0.018575864,-0.011949511,0.005275407,-0.003973039,0.0071442723,0.0075270175,0.022266906,-0.009607594,-0.02829269,-0.0034583285,0.022100186,0.015928907,-0.011898966,0.0050371042,0.010823412,0.014065296,-0.02460569,0.021840319,0.008763482,0.012523075,-0.0006780117,0.021062728,0.015075526,0.00093334407,0.021628005,0.006804243,0.014870299,0.010625139,-0.008069062,-0.015768897,-0.0018639319,-0.0119308345,0.0049027316,-0.02820339,0.023524124,-0.017145464,-0.013901181,0.0069773323,-0.0060100495,-0.01111221,0.009976983,-0.0075921416,0.0023814733,0.025875468,-0.010466171,-0.008693078,-0.00040398905,-0.023461265,0.003985332,0.0043839775,-0.013035853,0.00755543,-0.008285406,-0.022243666,0.028650744,-0.001957208,-0.026023202,0.010223878,0.010053394,-0.0064208386,0.0110378675,0.014042982,0.0060428767,0.000350365,-0.0048516653,0.010915382,-0.011686445,0.026007993,0.014260685,-0.0070640235,0.003324139,0.011018706,-0.0064411657,-0.0009512208,0.019453911,0.016291834,0.018278047,0.0073540974,-0.01880371,0.008992973,-0.021759775,0.019513035,-0.008082816,0.071988404,-0.0026712639,-0.025677698,-0.009469093,0.024205789,-0.013147867,0.0058605075,0.011754469,-0.02629654,-0.004679426,-0.012247628,-0.009955816,-0.025046324,0.004459017,0.018288732,-0.0116627645,-0.001999758,-0.005349953,-0.0011216395,-0.009917946,0.01261219,0.003157194,-0.0011529379,-0.0335642,-0.0025584518,-0.003815746,-0.011183845,0.03052551,-0.0028827887,0.006260034,-0.0020895004,0.012534101,-0.016709067,0.004978315,-0.011844,-0.017102614,0.011688402,-0.005192626,-1.57482e-05,0.0039135213,-0.010587627,-0.0017739303,0.010529613,-0.016298028,0.003092661,-0.0023616608,-0.010358667,0.005258503,0.0110941315,-0.0131617235,-0.02426575,-0.003125716,0.0127621945,-0.0054320083,0.011783933,0.010479808,0.018992556,0.041363895,0.011939484,0.036318876,0.0124136135,0.010686438,0.028953776,0.008453656,0.0074426853,-0.006345249,-0.011234369,0.0029548435,0.0018064026,-0.006433532,0.009058007,0.012612119,0.015384709,0.013809204,-0.0027980956,-0.0052515334,0.0028342244,0.0037874412,0.003721326,0.008677595,-0.01593654,-0.007975006,0.022697322,0.001287547,-0.006336845,-0.020044338,-0.006733221,-0.020363992,0.00018652753,-0.002490422,-0.0053021726,-0.007706909,-0.014419852,0.0032598965,0.001394283,-0.08781065,0.02343166,-0.011882617,-0.015859772,-0.0019589409,-0.009744494,0.0051876777,-0.025765136,-0.031713042,0.021306342,0.023603184,0.026307996,0.0017139729,0.008843622,-0.025936548,0.0043803337,-0.0029121786,0.0057259654,0.0019423601,-0.0015693452,0.011311012,-0.010462992,-0.02039146,0.0015670778,-0.0116095,-0.014331204,0.0047652423,-0.0028693832,-0.007991561,-0.0017872564,-0.015455005,-0.0070112306,-0.007731217,-0.027329281,-0.0029569278,0.011933951,0.028446764,-0.044066045,0.0022338405,-0.030059634,0.0025885804,-0.0031920774,-0.05748512,0.008084152,0.0038310068,0.020122975,0.010103894,-0.0037818523,0.011283945,-0.023852855,0.0022903318,-0.00517771,-0.0035957994,-0.017876793,0.011102669,-0.019185347,0.010029467,0.008806485,-0.0013777899,-0.012791405,-0.0012302529,-0.0010253612,-0.041818146,0.0068390784,-0.0024024695,-0.025870737,0.010645412,-0.0013379275,0.012609401,0.026319155,-0.014553697,-0.001797292,0.0010660074,-0.0060455864,0.0072483337,-0.0046846736,0.009931876,-0.0055600423,-4.5986206e-05,-0.0045344774,0.004767022,0.025648834,-0.008283954,0.03267468,-0.009082654,-0.011737275,-0.011840926,-0.10451548,0.018716348,-0.0017888634,0.0017932785,-0.018351004,0.026066141,0.0064455904,0.053591978,0.01811263,0.028520284,-0.003514865,0.0016004799,-0.0007166427,-0.013600272,0.004146749,0.005184791,0.000544087,0.0076508448,0.00945571,0.026122235,0.00032714056,-0.001327928,-0.021284876,0.017724808,0.012407954,-0.072501846,0.0028721427,0.0006148964,-0.01660582,0.015112783,-0.0046044537,-0.00890505,-0.00432598,0.011785234,0.0069337315,0.014387964,-0.01723177,-0.010293348,0.002645588,-0.0020061603,0.03180712,-0.01369549,0.018303402,-0.0137475915,-0.025651483,-0.0031698928,-0.011070336,-0.010642856,0.018473387,-0.022766417,-0.007889113,0.005208027,0.0056031793,0.02329091,0.0016301534,-0.004665733,-0.0012026199,-0.008607945,-0.0014449257,-0.0064858566,-0.021325832,0.0056974622,0.0003625435,-0.008243966,0.022761192,-0.0026783806,-0.025555477,-0.011846718,-0.027212689,-0.013106279,-0.003807596,0.013650798,0.004346653,-0.008568762,0.0005620984,-0.0060204193,0.0014679332,-0.010095802,-0.018706175,0.004337685,0.0076006204,0.010952886,0.018189564,0.011410685,-0.0050630737,-0.010584495,0.008614743,0.014700431,0.016484851,0.023604535,-0.00657979,-0.0025302812,-0.020803897,-0.0035839602,0.018539779,-0.0067639835,-0.025259294,-0.010769222,-0.0037859257,0.00230761,0.006272508,0.005892768,0.0146831935,0.011444462,0.013876174,0.011103977,0.022219049,0.007371124,-0.0004987622,-0.015536674,0.013253909,0.016216982,0.0067773997,0.004283982,0.0123004215,0.030714737,-0.006022831,-0.0032271096,-0.022753475,-0.011818637,-0.007147341,-0.0011620516,-0.0040653944,-0.006426452,0.00420383,-0.012492858,-0.008931198,0.0006433805,0.0132572595,0.005003386,-0.015658934,0.02315967,0.023016315,-0.0021458683,-0.01034264,0.0013766002,-0.011006339,0.006617894,-0.012534249,-0.018065417,0.01973712,0.012270478,0.011995551,0.012199238,0.020004483,0.009650567,0.024609894,-0.00711397,0.0071310247,0.013670557,0.019687233,0.0024378467,0.03324065,-0.022247922,-0.027160881,0.012211864,-0.009328345,0.009255967,0.019007035,-0.006160689,0.012249595,0.0006937556,4.7830632e-05,-0.029446458,-0.019879676,0.00563533,0.016537346,-0.017288556,0.015532075,0.006635811,0.0065990435,-0.015686063,-0.029957576,-0.015457833,0.021476649,0.010864753,0.011300559,0.016128454,0.03257708,-0.00055616925,-0.003619784,0.004523301,-0.0033929497,-0.0084342295,0.003627531,-0.0038044737,-0.01005028,-0.020811085,0.014425691,-0.012259902,0.01194542,0.0137286475,-0.015291589,-0.027024431,-0.0038323433,-0.015986826,-0.013262973,-0.0344194,-0.013273589,0.0082466155,0.015847893,-0.0023607982,-0.02092715,0.010783159,0.012196311,0.009875818,0.014866256,0.0028637373,-0.025377804,0.0078410115,0.037118323,0.009728136,0.007575832,0.015247451,-0.022015339,-0.0011171561,-0.029101439,-0.014627888,0.02253754,0.0009763457,0.023115678,0.01925594,0.0033524118,0.0017622479,0.00859644,0.013756008,-0.012746111,0.017128214,0.00036549792,-0.0056654047,-0.0006832726,0.012922303,-0.005958165,0.0061156857,-0.019055188,-0.003130134,-0.006237771,-0.0033251718,0.016935105,0.003928501,0.0036433307,0.021312196,-0.006309319,0.01721025,-0.018464701,-0.020536413,-0.0068754028,0.008695775,-0.0052968706,-0.012628195,0.0148378955,0.0037806353,-0.011284303,-0.012777555,0.016976632,0.00065346435,-0.009232769,-0.022866188,-0.0028737357,-0.018490242,0.006771256,0.0059618396,-0.028351178,-0.004028581,-0.023919314,-0.0045961067,-0.0137886815,0.008303373,0.0018828269,-0.023895836,0.016071528,-0.0019531273,-0.021022294,0.0018713314,-0.0014177166,0.00072790124,0.005057781,-0.008918392,0.008547938,-0.016230566,0.010886428,0.007982925,0.015396401,0.01524986,0.01963427,0.002101381,0.0015459713,0.0057497877,0.008243691,-0.015833262,0.033616316,-0.0032519046,-0.0021533305,-0.0122399945,-0.027674261,-0.03907198,-0.009808275,0.011049891,-0.013087327,0.010886388,0.0047697756,-0.018504513,0.011045418,-0.010652422,0.017398672,0.0027930518,0.030818434,0.0027326785,0.013095491,0.0001101292,0.0016418075,-0.0033937076,-0.00041417038,0.001491333,-0.029912002,-0.023492433,0.008669168,-0.02352727,0.0142517,0.0011138032,0.010526672,-0.011137957,-0.005846968,-0.012299341,0.018404914,0.00981987,0.0134167485,-0.0055116843,-0.005320791,0.009879933,0.015672022,-0.002696777,-0.03068109,-0.004408079,0.01307686,-0.01739896,-0.014416005,0.0067058564,0.022218764,0.015765095,-0.008091861,0.013206017,0.009585083,-0.020325145,-0.013317699,-0.0055774306,0.02776633,-0.01330415,0.0052445736,-0.009740939,0.0043267705,-0.005223034,-0.0045025903,-0.01733104,0.014220728,-0.016988598,-0.0064202566,-0.017509352,0.018946536,-0.028924571,0.0026953686,0.019223226,-0.0037527222,-0.0003928807,-0.012617092,0.015166141,0.0019342889,-0.013331497,0.003736496,-0.000186528,-0.016603112,-0.027350852,-0.0092759505,-0.01442735,0.013440129,0.010527483,-0.004748373,0.014237011,-0.006627013,-0.0031508915,-0.037462242,0.016425008,-0.0028731164,0.0034809879,-0.0072148466,-0.021836093,0.010899823,-0.0031913596,0.029377092,0.0037035479,-0.0073826765,-0.0046115494,-0.0024604246,0.0048244344,0.007317985,-0.020138405,-0.0006889033,0.001883553,-0.0008012789,0.002778981,0.006824361,-0.015115534,0.019872002,-0.011025787,0.010266069,-0.00971114,0.010528198,-0.018418893,-0.0038384234,-0.011963046,-0.012890667,-0.00982217,0.0026626275,0.0046316427,0.01228482,0.00906969,-0.0017800536,-0.003947395,0.018294524,0.016694903,0.010302721,-0.00034402206,0.013102198,0.0053053615,0.00769482,0.0067171725,0.020618228,0.016051404,-0.016196227,0.004837048,-0.0006423901,-0.0045937444,-0.020050757,0.0055533405,-0.0015296596,0.0072727846,0.009341284,0.0064981906,-0.016622148,0.019632163,0.008809157,0.01788752,-0.014950027,-0.009580628,0.016437849,-0.010654956,-0.010386813,0.022345662,-0.012864738,-0.02357371,-0.021313496,0.0049401363,-0.0077430895,-0.0065090023,0.017795514,-0.029567393,0.008990586,0.021268262,-0.0065949657,-0.007823736,-0.002042449,-0.002501942,0.0015299821,0.016376719,-0.026727777,-0.008208558,-0.0068238177,0.0035067184,0.019859465,0.010674224,-0.023515126,-0.020828295,-0.033816025,-0.011074987,0.0045223767,0.01847598,-0.0064507006,0.0035721126,0.026866192,0.0060424637,-0.008005446,-0.022146944,-0.009562839,0.00689927,0.01443097,-0.00919743,0.00017800333,-0.008279176,0.009260228,0.004414858,0.007516262,0.010940125,0.007922715,0.00293462,-0.008346797,0.0303765,-0.0008661978,-0.007500912,0.0040894626,0.0025499032,-0.011874199,0.0020332972,0.0026138092,0.0065096957,0.011301765,0.004993526,0.009773829,0.0066251163,0.011166375,-0.007572165,-0.028808272,-0.016431313,-0.002542474,-0.017229566,0.013598678,-0.019238237,0.0024107958,-0.006209846,-0.0143025,0.015954077,0.013237928,-0.013610108,-0.009322872,-0.03918936,-0.0073030614,-0.011786117,-0.0279264,0.0019374378,-0.00041372792,0.009994418,0.0127958,0.011067619,-0.017267134,0.017812628,0.021648347,-0.01918012,0.01811022,-0.0006079338,0.005972328,-0.009369037,-0.011175821,0.003879906,-0.016100394,-0.011486882,-0.0023553339,-0.010443518,-0.001058724,0.010593301,-0.002024967,-0.017552892,-0.00035463998,-0.0045277616,0.0067707957,-0.011403408,-0.011346553,0.0014500523,0.018615814,-0.0128543,0.0047457656,0.0017175601,-0.005330286,-0.00852402,-0.022619786,-0.0033964857,-0.016762538,-0.022409666,0.026839757,0.02370456,0.0021267673,0.027073562,-0.027875124,-0.03509265,0.027426772,0.019940034,-0.005085057,0.018430354,-0.011419234,0.010628445,0.003919814,0.010483202,-0.01432423,-0.015509634,-0.0020743888,0.017446818,0.0022866982,-0.014720404,0.0077473833,0.012375282,-0.014851999,0.003182668,-0.012922816,0.008928344,0.03236494,0.0006886006,0.0050152247,-0.0067738327,-0.014333982,-0.03790971,0.030513551,-0.015760027,0.013224978,-0.013060526,-0.0045405338,0.0047725695,-0.0006062087,0.0056841206,-0.0024228182,0.010753979,0.025264472,-0.011582953,0.0014410599,0.029527986,-0.0063853557,0.017444357,0.012551559,-0.014822422,-0.0004266659,-0.005642358,0.026736718,-0.0056653423,-0.007682051,-0.016934393,0.010148117,-0.005325463,-0.000452922,-0.018728962,0.010020773,0.022600329,-0.010399141,0.008827782,0.013667191,0.014802682,-0.012086988,-0.0070697344,0.014930288,0.019455023,-0.010677994,0.015136933,-0.014956579,-0.0023430253,0.013655227,-0.0067165755,0.018645993,0.011187824,0.014739918,-0.019195786,0.0011456126,-0.005545445,-0.0052739987,0.0052202484,0.004469081,0.0032043946,0.0024097185,-0.00052443513,-0.008818629,-0.0135301575,0.025112133,0.010883873,0.0025995297,0.0016397292,-0.005947373,0.010139036,-0.0052942,0.0041414946,0.016252285,0.00087223947,-0.0044408445,0.01884795,-0.005304735,-0.0020205749,0.02641409,0.00044159527,0.010821669,-0.009685507,0.008645978,-0.007753925,-0.0062637664,-0.008066611,-0.0018987954,0.0012543582,-0.014009564,0.01854498,-0.00010734906,0.0096030645,0.0028378074,-0.00173881,0.1563642,0.10368773,0.008798697,-0.0014005022,0.012215644,-0.025843915,-0.01351547,-0.013524505,-0.00091152755,-0.0139050465,-0.0016310641,-0.0008146671,-0.008043711,-0.004885413,0.0029545985,-0.004844109,0.0089905225,0.0023577602,-0.026952188,0.0030206158,-0.0034793718,0.022757843,-0.026474196,0.037766512,-0.00869811,0.018539652,0.0039974162,0.016308276,0.012600228,-0.01265578,-0.006716404,0.005907836,-0.015493147,-0.020700442,0.025932023,-0.0206294,0.013714075,-0.006127953,-0.017457109,-0.009202068,-0.01854403,0.0047631706,0.009193302,-0.0047061006,0.005951215,-0.00026388312,-0.002788081,-0.0029235987,0.004127853,0.006680234,-0.033253226,-0.005570533,0.027131021,0.03327189,0.0018115053,-0.01649614,0.012996827,0.014314832,0.0046012904,-0.015019684,0.027157735,-0.002475807,-0.013870828,0.0064497306,0.017537273,-0.007816998,0.012235451,-0.020051848,0.0063091666,0.007713052,-0.00056825083,-0.006001858,-0.0020067813,0.010503402,6.540284e-05,-0.017825177,0.021420747,-0.011915076,0.0018662406,1.51213335e-05,-0.00095217326,-0.0033300857,-6.453851e-05,0.0025662498,0.008430302,0.00042525592,-0.011942709,0.021973718,0.1083258,-0.01220103,0.00600721,0.00590273,0.008358469,0.021701157,0.005398347,0.0371195,-0.0025799978,-0.011476326,-0.0069533386,-0.007604674,0.016327104,-0.014458394,0.015805906,0.025650674,-0.0077867624,0.0068754074,-0.020742366,0.008735997,0.0040104925,-0.002722242,0.024165386,0.0071657165,-0.00075562164,0.007708451,-0.004217951,-0.010083268,-8.451689e-06,-0.0077478345,-0.12566356,-0.007327066,0.017490886,0.004647668,-0.0046431255,0.024686469,-0.0039195535,-0.020265853,-0.00118697,-0.011904084,-0.011390258,0.004658183,-0.01037005,0.0009953754,0.010976718,0.012363318,0.013015457,-0.022736374,-0.01425947,0.01273317,0.020455005,0.003306328,-0.013612473,-0.00279779,0.009295118,0.003760783,-0.006113135,0.019681433,-0.016704442,0.017710065,0.007121575,0.0041184206,-0.0069264118,0.010850492,-0.007569231,-0.005805348,0.0022455025,-0.0025183815,-0.006866899,0.01501252,0.0022457405,-0.023665825,0.004628109,-0.02452836,0.0148092,-0.0125926,0.006609249,0.01451935,-0.0050766445,-0.01616341,0.00290649,0.0051353252,0.024919428,-0.010798554,0.0015053897,-0.006516046,-0.01890862,0.012908391,0.016809143,0.00806015,0.009474072,0.0037212905,-0.018928202,0.013345383,-0.0002754645,0.01967942,0.027242776,-0.0061468286,-0.005379803,0.008997493,0.022553513,-0.0077116312,-0.0049409126,0.00075960887,-0.024032766,0.005019747,0.0017004291,-0.0007435469,-0.005304678,0.017732281,0.0005173092,-0.02142439,-0.0046198633,0.11265273,0.0033210912,0.000862498,0.0001970153,0.013468726,-0.006308564,-0.0019293018,-0.011745098,0.016539266,-0.00017565777,-0.025907634,0.0053535155,0.03970874,0.0166115,0.01556145,-0.018105447,0.014076828,-0.032147385,0.008881183,0.002256367,-0.012713045,-0.0068666316,-0.0021619082,-0.0040605534,0.023147987,0.0057691634,-0.0087880045,-0.0038687661,0.006570632,-0.010297023,-0.012685976,0.006892109,-0.017414717,-0.009849711,0.0021341185,0.017193543,-0.031484514,0.019403405,-0.013604083,-0.0056639994,0.0027662928,0.018429324,-0.002138395,0.0069592763,-0.052400358,0.19375256,-0.0036666004,-0.011832676,-0.0049380586,-0.0028697224,0.002266574,0.005880976,-0.013125884,-0.007267972,0.00499526,0.014667617,0.0069057103,-0.011999958,0.011170479,-0.0089179585,0.00036501882,-0.025007328,0.026451683,0.0136696445,-0.008514262,0.0005368604,0.0030114874,-0.02760315,-0.010592974,-0.0013316433,-0.0005050807,0.0145065505,0.0054154103,0.024078472,-0.0054780785,-0.012106853,0.008687007,-0.0025261457,-0.027973058,-0.014368988,0.005716251,-0.0008416865,0.005976448,0.009754273,0.0060037165,-0.010767969,0.013719488,0.0151822725,0.016440738,-0.0022955667,-0.011987291,-0.0014367473,0.019121883,-0.0070052887,-0.016882764,0.00052019145,0.009616087,0.010216793,-0.018329944,0.006598149,-0.00073205796,-0.015659604,-0.010963637,-0.025235161,0.0064999713,-0.007417185,0.0068079713,-0.011385836,-0.0054502804,0.0103141265,0.0043425215,-0.0157487]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 199,
          "content": "Symposium on Economic Resilience Strategy for Japan and ASEAN Held",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.029014325,0.004184427,0.005205226,-0.07906888,0.008556998,0.0036454075,-0.01185877,-0.030845767,0.0002014102,0.02700677,-0.011777611,0.0034538254,0.0021964484,0.04281922,0.10247893,-0.004741739,0.01148206,0.0061362307,0.006829893,0.030253902,0.0034058702,-0.008301529,-0.014293289,-0.03929819,-0.0240486,-0.026026119,0.0156646,-0.007383887,0.0033904053,0.012855481,0.02135842,0.030324483,0.012532363,-0.025977481,0.023859696,-0.00044706467,-0.0050846315,-0.015258308,0.01046295,0.011220842,0.008323148,0.011142981,-0.024071403,0.03181243,-0.006328981,-0.030197317,-0.018109838,-0.01059916,-0.0009307974,0.0057437886,0.029842606,-0.013738463,0.008169873,-0.1585939,-0.01621739,0.012422104,-0.015799196,-0.005315124,0.016052373,0.016049722,-0.025787696,-0.031542875,0.008966235,-0.013838117,0.029200347,-0.0067442236,0.03187979,-0.003603757,-0.032071657,0.012572111,0.017360078,0.03337035,0.0045159324,0.006349955,0.022917913,-0.011353193,0.015203424,0.005026065,-0.026837025,-0.004774897,0.019602893,0.032102153,0.009388138,-0.0032393003,-0.009999614,-0.024315266,-0.018093472,-0.0063409107,-0.017674288,0.012858877,0.010205862,0.004061272,0.0038664027,0.007947201,0.007006843,-0.005623044,-0.0400538,-0.016808506,0.009366666,-0.012358404,0.009215982,0.0071590506,0.009746405,0.03692288,-0.00087824214,0.00028483148,0.023827676,0.007310859,0.00043093,0.0038742286,-0.021350041,-0.030078085,0.0015175869,0.022031084,-0.011137783,-0.11278722,-0.03217107,-0.001861498,-0.012540573,0.01821074,-0.028116869,0.027900534,-0.004671703,-0.0076008257,0.012146655,-0.012070901,0.0071063126,0.020457828,0.0031460582,0.00572983,0.0046038525,-0.016461717,-0.009866364,0.020568535,-0.010881807,0.061928373,0.014790632,-0.011944958,0.0060790055,-0.013993241,-0.019963734,0.039116103,-0.027221324,0.028032763,-0.02181627,-0.035434797,-0.04228185,0.026095742,0.02195764,0.0017830164,0.021853426,0.030558664,9.25875e-05,-0.012514234,-0.022724144,-0.0037115088,-0.0075168665,0.0035375317,-0.0010219237,-0.017453413,0.011663848,0.0044370014,-0.019874161,0.028839495,0.010613147,0.023928506,0.021660868,-0.0145572545,-0.011913362,0.013363503,-0.0025316915,-0.021093145,0.0075737904,0.0056204484,0.008275412,0.021684403,-0.0029076892,-0.01173208,0.02365494,-0.027498173,-0.0063233064,0.011482159,0.0185979,0.020152796,0.009812221,0.007838897,-0.011137277,0.0052181957,0.0014008547,0.0017200247,-0.018558823,-0.03289923,-0.018514223,-0.0076217167,0.011993676,-0.022978652,-0.006191331,-0.01378699,-0.023408072,0.0030358077,0.01297643,0.021327686,-0.0068021724,-0.010581985,0.0021462596,-0.030990236,0.012147361,0.017442359,0.0198045,-0.0029965204,0.0053257407,0.004090481,0.023937237,-0.040776376,-0.012701371,0.0077727493,0.0044170027,0.022212116,0.011871685,-0.0027055815,0.026168033,0.012295225,0.00012552903,0.0016655084,0.0151339155,-0.01651945,0.00206462,0.016092053,-0.03714475,-0.00266731,-0.023543239,0.02497725,0.016825417,-0.014585943,-0.0009064942,-0.023938974,0.011146304,-0.0007085904,0.00441725,0.011359997,0.011255258,0.014562571,0.0052355914,0.01411296,0.0009960793,0.013249525,-0.001161308,0.020090163,-0.0144674,-0.010787699,0.015585316,-0.013750107,-0.0048983674,0.009726486,-0.027338104,-0.036111265,0.0013077651,-0.032321874,0.02014804,0.0098409,-0.005589959,0.0022304168,-0.024439355,-0.020792143,-0.04312431,0.010947967,0.011723504,0.03208343,-0.028988643,-0.015913041,0.001539584,-0.0057622287,0.016149115,-0.026779773,0.0036554427,-8.422877e-05,-0.06489311,0.02850419,-0.02548317,-0.019992083,0.0017180246,-0.010763577,-0.008538622,-0.015736055,-0.013796734,-0.0033249317,-0.01688198,-0.020737635,-0.022796344,0.00946329,0.02973928,0.00087664655,-0.011745733,-0.0048297364,0.016197639,-0.026070716,-0.0051404256,0.009237213,-0.004196948,0.03663578,-0.004693728,-0.04166761,0.017992118,0.029692495,0.0057857824,0.0015874075,-0.02584644,-0.012793176,0.013083635,-0.006331624,-0.015013874,-0.009235999,0.022340016,0.0032999194,-0.023738798,-0.03069117,-0.004825637,-0.023081582,0.0045809797,-0.010451365,-0.01377118,0.004762085,0.027129857,0.0143004935,0.0031246883,0.007514081,-0.012041379,0.0034855932,0.012722253,-0.009916759,0.0152818635,0.0039220992,0.015995715,0.0032441155,-0.025480147,-0.023807354,0.028359544,0.0019835767,0.005244737,0.015857086,-0.0228253,0.009076097,-0.0036917443,0.000758625,-0.01038467,0.026638012,0.0046161017,-0.024414722,-0.033257514,-0.020263892,-0.009572665,-0.0081224805,0.017162059,-0.01092603,-0.033131957,0.018467745,0.0013153416,-0.013135374,-0.0018104163,0.04146893,0.0094644185,0.0060539874,-0.034774315,-0.009876649,-0.0023385747,-0.05616674,0.018123353,0.017292779,-0.006839852,0.00071859016,-0.0347714,-0.017231539,-0.00011116718,-0.0007871755,0.030738307,-0.0022195205,-0.0038698695,-0.0067500626,0.0017678613,-0.010998979,0.023109624,0.022887073,-0.012383782,-0.039909884,-0.0069016432,-0.035827357,0.0034381957,0.00059490546,-0.009062711,0.017856505,-0.021330766,-0.010609188,-0.025273407,0.023613673,-0.01925827,-0.0023419766,0.014542633,0.0027083163,-0.0122216,-0.011170455,-0.022831937,-0.01835152,-0.0014147456,0.0022873494,-0.025270335,-0.0063131014,-0.026064835,-0.021161186,0.01715287,0.026090184,0.02263105,-0.043303117,-0.0109568415,-0.0003193157,0.0023351198,0.016686514,0.0071225273,0.03726387,-0.008453425,-0.007156477,0.016288964,-0.018688116,0.0044385307,0.021504095,0.016285766,-0.016061129,-0.011287688,-0.0062567163,0.02297417,-0.042370763,0.020042812,0.00053931715,0.0076759798,0.01214611,-0.007811975,0.00247798,-0.041312978,0.005199187,0.018254671,-0.008296698,0.0066692405,-0.018636836,1.9836938e-05,0.014496935,0.0161942,0.034126077,0.0009745267,-0.0042033754,-0.011844536,0.010122629,-0.006729506,-0.0133069735,0.011094878,0.009692948,0.022580786,0.014244174,0.005862165,0.013334416,-0.026977882,0.018979471,0.00607856,-0.03525849,0.0024009647,0.024776528,0.011725141,-0.008183036,-0.018140389,-0.025350677,0.009947445,0.021191258,0.03540025,0.019126808,-0.012370628,0.0020278634,0.021728298,-0.04002992,-0.029887937,-0.012622042,0.0071641053,0.010891315,0.013425201,-0.0171061,-0.021302665,-0.02694657,-0.0020025445,-0.0065168613,-0.0033629646,0.03974779,0.01724409,0.0042060874,0.014073971,0.011098889,0.009530306,-0.00071378995,-0.012090052,-0.0130832875,0.008863153,-0.02405683,0.02603845,-0.01881881,0.016349297,0.0045120665,0.008693762,-0.019191844,-0.03587062,0.017068967,0.019952118,0.010883863,0.005880626,-0.0063713687,-0.0001375732,-0.0040229284,-0.00015700971,-0.009114416,0.006193974,-0.010205462,-0.017720398,-0.0026183268,0.026175689,0.019010158,-0.005581307,-0.026547818,-0.0021528734,-0.020478215,0.012854611,-0.010971042,0.052986447,0.0072102956,0.042130366,0.009919433,0.014619708,0.0071507683,0.0070306985,0.0037256544,-0.011465782,0.0005644636,0.0013967903,0.029224737,0.038594693,-0.0030952739,-0.0033931735,-0.01589928,0.011823251,0.015344397,0.028626926,-0.071840994,0.025790103,0.008747208,0.008362464,0.0060973642,-0.0024179984,0.04887317,-0.009334059,-0.013533004,-0.019403072,-0.010502746,-0.028848337,-0.009387267,-0.013473636,-0.015458892,0.0126907695,-0.008677016,0.023308732,0.03923746,0.0035335177,0.030638259,0.014407314,0.019887224,-0.010634925,-0.0031874932,0.007886804,0.012135738,0.009013926,0.03763423,0.0034875087,-0.011473871,-0.0067837923,0.0074606542,-0.0070119053,-0.007974634,-0.0076682996,0.02696122,-0.013398895,-0.026824614,0.016200233,-0.018332655,0.004963101,-0.03680874,-0.016045947,0.005755973,-0.01635178,-0.03601229,0.0018732916,-0.019968327,0.007230257,-0.018434534,-0.018792178,0.0069725094,-0.031322826,-0.0033893748,-0.03494558,-0.016919987,0.009474421,0.0033341034,-0.00010748361,0.00094525685,-0.008016804,-0.02718334,0.020433689,-0.01860563,0.003062094,-0.00091315893,0.01236803,-0.009274382,0.00046962663,-0.026730211,0.003954844,-0.021921612,0.0042977626,0.018421667,-0.01497751,0.004141748,0.009357803,0.01951722,0.019553663,-0.014624132,0.0031324523,-0.10694804,-0.018827489,-0.006435795,-0.012872242,0.0069755972,0.024091125,0.014924457,-0.0001964711,0.009712828,0.005651902,0.0070850113,0.009380342,-0.006284146,-0.027278194,-0.027349722,-0.011045033,-0.01901828,0.0036053224,0.009562287,-0.00999225,0.020592732,-0.015086835,-0.009866943,-0.0132840555,0.025004195,0.023824599,0.01467414,0.01442607,-0.015059196,-0.0331576,0.0019007076,-0.13593663,-0.004132111,0.0051970105,-0.010633685,0.0038783771,0.0116426535,0.011225805,-0.019310635,0.007378535,-0.001088365,-0.011562885,-0.009373533,-0.0054358663,-0.028382005,0.008246136,0.10032783,0.0060108146,0.0015180752,0.009113654,-0.016985338,0.011612393,0.011712037,0.021649383,-0.029409809,-0.01742318,-0.0013606247,-0.013646551,0.016773261,0.008475844,-0.016860582,0.0044611557,0.004167518,0.012970978,0.0007897054,-0.0153742,0.015422743,-0.030787334,-0.034720812,0.016833747,-0.016145928,0.008473076,-0.02345285,-0.014812761,-0.0015729285,0.016293753,-0.0052654897,0.019407969,-0.0038527795,0.023628524,-0.019142436,-0.011066866,-0.10249318,-0.004149737,0.027926048,-0.008426016,-0.0074597434,0.0028837665,0.009802066,-0.012197701,0.022693075,0.015708834,-0.026691306,-0.009710747,-0.0018617513,-0.006902688,0.0046495954,0.0020171676,-0.033566736,-0.0020971647,0.006091703,0.0021743446,0.0037159896,-0.017639024,0.03653105,0.0031855945,0.0030061847,-0.0008429803,0.018025415,0.017030505,0.0080641825,-0.022748472,-0.021422453,0.019569615,-0.005844745,0.026029876,0.008594089,-0.012631077,-0.0038725894,-0.010249052,0.013092408,0.013488022,-0.002997007,-0.009798715,-0.006286294,0.004652228,0.015952641,0.0002922034,-0.0043592863,0.011756006,-0.025063384,-0.012799844,-0.01651372,0.00022426635,0.00048488748,-0.008445013,0.023381198,-0.004188955,-0.015934745,0.021899387,0.026207939,-0.009434124,-0.023244807,-0.014621551,-0.010428425,0.004312889,-0.00392323,0.018626112,-0.015785638,0.006215325,-0.004379843,0.021592516,-0.0030509904,0.0063278223,0.00765238,-0.0055487244,0.01187384,-0.014419346,-0.003768278,0.0060994043,-0.024847943,0.0075694146,0.0009825812,0.0024986453,-0.006004914,0.0069025154,0.011294979,0.005704612,0.0096129505,0.009242556,0.008203104,0.025206212,0.0056949705,-0.00019418458,0.011647781,-0.00011972752,0.008110446,-0.0005161103,0.011624073,0.017954452,-0.012778675,0.0009959579,-0.013074658,0.011723933,0.017677585,-0.0044775987,0.011102636,0.0063563413,-0.009503795,-0.0010120432,-0.013973502,0.003197548,0.0006495115,-0.00220611,-0.0029251243,-0.0015178787,0.0002056779,0.01490602,0.0069275927,0.0069278497,0.0111933835,0.0028461225,-0.0042460733,-0.023176424,0.011675414,-0.00763292,-0.0015558058,-0.00088937406,0.008272416,0.010835378,0.0127818175,-0.0010068945,-0.0041262787,-0.0070801824,0.013116173,-0.0059976797,0.013245892,0.013098104,-0.00664107,0.010767301,0.009344365,0.011467019,0.006757108,0.015529277,-0.011276862,-0.002811947,-0.012115339,0.024033464,0.006684711,0.018187594,0.010121818,0.0344268,-0.0064719096,-0.007815041,-0.0030782518,0.0043479237,0.013170044,-0.0019142291,0.011208772,0.007655169,0.0016484638,-0.0005292434,0.0065710456,-0.004593019,0.02492033,4.9430862e-05,0.008809014,-0.010976266,0.01595526,0.007760489,0.014637674,-0.007909785,-0.013904597,0.009085015,0.00620498,-0.019803006,-0.0134687545,0.0018181617,0.015811248,0.0067175687,-0.00081870134,0.0080798315,-0.0024463297,0.011318338,-0.009543899,-0.012903761,-0.004089444,0.023358587,-0.0002771086,0.008894044,-0.0050848005,-0.005016285,-0.0029858723,0.0051089153,-0.009891462,-0.008573477,0.011758919,0.009372083,-0.00024735116,-0.0038361032,0.02030471,-0.008674912,-0.005442002,0.010267879,0.0070540644,-0.008798447,-0.018734897,-0.027287127,0.0020604387,0.0071636983,-0.00581846,-0.0076310756,-0.0015126813,0.0068788715,0.01894835,0.010960844,0.0033094883,-0.00966175,-0.029854517,-0.021714827,0.008224945,-0.00031249304,0.0065808715,0.015279599,-0.007566554,0.014692296,-0.0032764205,-0.021150546,-0.0018491949,-0.004530096,-0.0028404754,-0.012761515,-0.015232451,0.0014199584,-0.007546037,-0.0021188215,-0.015670573,0.008539726,0.022058398,-0.008296409,-0.01731931,-0.01689802,0.019898262,-0.002594779,0.0005466336,-0.0026253278,0.0045910194,0.014921425,-0.0044540465,-0.0034563686,-0.0073532807,0.018156085,-0.015883494,-0.01206764,-0.0108636,0.0041325036,-0.002017568,-0.003005008,0.0016328098,0.006918942,0.011060313,0.07251326,0.011292789,0.023490097,-0.009349142,0.000663478,0.0077471705,0.014533516,-0.00054756657,-0.011983565,-0.0019888831,0.0017231273,0.009508921,-0.0035191835,-0.024892893,-0.0070800357,0.010264245,-0.013557378,-0.0059749554,0.007950666,-0.008783155,-0.014819331,-0.003506722,-0.006082483,0.0006718597,0.0004229079,-0.007862384,-0.011912464,-0.007856923,0.016718885,0.0074095903,0.008143691,0.0018142721,0.0014900168,0.015231834,-0.0095330775,-0.002638242,-0.013454554,0.009368136,0.027465165,-0.0010932159,0.0021714463,0.002643739,0.02567061,-0.025446218,0.0067523033,0.024513524,-0.003951343,-0.0076821167,-0.00682447,-0.003933185,-0.011797076,0.0034451867,0.0009640822,-0.015456653,-0.023900371,0.005155292,0.0049246945,-0.00899618,0.008424748,0.011804012,-0.0053170864,-0.008028886,-0.009201932,0.002099014,-0.017697414,-0.007386946,-0.013842306,0.009427603,-0.013156606,-0.007861444,0.005789974,-0.004967255,0.0006371044,0.006721674,0.013327518,-0.0011479377,-0.011140775,-0.0013309502,-0.014722547,0.022400748,0.0010633541,-0.010418254,-0.018332299,0.011145802,0.021586541,-0.0060313484,0.0043738903,0.0012406828,0.014121004,-0.024859617,0.0026608277,-0.007279879,-0.003514584,0.007012262,-0.013721396,-0.0035508175,0.049553175,-0.010137035,-0.006682113,-0.0012370639,-0.0061367354,-0.0055055306,-0.014749907,-0.002429447,0.03072945,0.027320947,-0.0027844992,0.011855873,0.0062624463,-0.0017304767,-0.006081632,0.0060590957,0.009155401,-0.003242455,0.0043082167,0.0020229612,0.0055954144,0.008403461,-0.007569802,0.006005866,-0.003066001,0.0053286273,-0.0046435883,-0.0045954916,0.0011313024,0.0013288753,-0.03267835,-0.0036065194,0.0121231675,0.0043656607,0.018780785,0.004010185,-0.0057029724,0.0084616495,0.02302267,0.001107652,0.0075021754,0.012337359,-0.017075727,0.0013239582,0.0030356674,0.006183011,-0.007777395,-0.01817163,-0.013824466,0.0057918495,-0.0042347214,-0.0015324644,-0.029017814,0.022429394,-0.006325992,-0.0024905498,0.0033889338,-0.011731432,-0.009175545,-0.0036095772,0.015414408,-0.009654922,0.013442128,-0.0018246588,0.022679064,-0.0023175809,0.004961902,-0.016739577,0.014449256,-0.015618488,-0.0009040773,-0.002856494,0.0007592709,0.0018431173,-0.0059264144,-0.0077678123,0.010670482,-0.0024658518,0.011011687,-0.012726853,-0.017569484,-0.0087371655,-0.01972678,-0.0041156746,0.002638979,-0.003025414,-0.0056817518,0.000346085,0.016851854,-0.0056085284,0.007643313,-0.007169211,0.011670148,-0.00036486975,-0.01022211,0.0052303164,0.007116847,0.0018020942,0.019027324,-0.0012020122,0.004946862,-0.0019579858,0.004567855,-0.0036530765,-0.0103591215,0.0015141353,-0.0012338138,-0.01723717,-0.0069076763,0.016115157,0.0037128911,-0.0010320354,-0.0039274986,0.011987473,0.01364,-0.03464123,-0.01635984,0.0071813758,0.019384012,-0.012639331,0.013702053,-0.017381718,0.002471541,0.0109408265,0.017712599,-0.004341842,0.004111192,-0.015338173,-0.0049595106,0.003177997,0.028524602,-0.0056872433,0.019364275,-0.020969616,0.0015995428,-0.005179631,-0.0033879785,-0.0011194992,0.028709752,0.0007297899,-0.0072709247,-0.0013372226,-0.006734191,0.010093382,0.0018846093,0.0058191996,-0.008714142,-0.00801974,-0.0014503722,0.00031069687,-0.007748636,-0.002699555,-0.039455812,0.007863381,0.022964364,-0.015095839,0.00017245891,0.00034122972,0.0048391414,-0.0047049867,-0.0017441327,-0.057052888,0.015268257,0.011526969,-0.0023747839,0.010910304,-0.00524104,0.008007594,-0.006697718,-0.0061589526,0.002550657,-0.0006126376,-0.010076741,0.019165,0.016262632,-0.010239241,-0.012271861,-0.0010029535,0.019278962,-0.007546677,0.00532085,-0.021062028,-0.005385454,0.0057227453,-0.00050228374,0.008307193,0.015518641,-0.0031235705,-0.003620138,0.0003212332,-0.007894351,-0.019193215,-0.010475782,0.0010061499,0.0058857435,-0.0012119986,-0.009889183,-0.022963274,0.00252292,-0.015005205,-0.0125390515,0.014365657,-0.0069413693,-0.009968706,0.005611394,0.00064466026,-0.004527699,0.009187042,-0.012952164,0.01784395,0.009780297,-0.0059578326,0.018093484,-0.014278504,0.010677464,-0.0025681718,0.013224012,0.0060670082,0.015596196,-0.0026211983,0.011335528,-0.016906865,0.0037400976,-0.0006360808,0.00058235414,-0.019548144,0.018444689,-0.027380552,-0.010401953,-0.023497108,0.013458189,0.00096154993,-0.0068285237,-0.00038892994,-0.0003123795,0.0081596775,-0.003482343,0.0075926175,0.026780257,0.011008622,0.012712467,-0.009108177,0.007852534,0.010248561,-0.0026102858,0.0014220044,-0.0014658588,-0.0018490046,0.0046186657,0.009017651,0.007837145,0.009339383,0.011210105,0.002807081,-0.003463321,-0.006673174,0.0049706195,0.008669473,-0.005624453,0.006823749,0.016230216,-0.008653049,-0.019620685,-0.009810637,0.031150108,-0.013882345,0.025308654,-0.0015813902,-0.011269205,0.01100648,-0.0013034892,-0.0012085217,0.008251737,-0.009248475,-0.0073287543,-0.014279926,0.0042239116,0.02088213,0.010861706,-0.015397987,-0.009105633,-0.019575289,0.004497109,0.0032707155,-0.01202997,0.008639445,0.005949231,-0.0005327042,0.0056970776,0.013839714,-0.01242598,-0.0040683206,0.015099246,0.02150642,-0.01638847,-0.0014844273,0.0142781725,0.012517285,-0.008695154,0.010100567,0.010562059,-0.0014211542,0.0022015653,0.0018195343,-0.010086054,0.01649661,0.014836177,0.0012279785,0.0012424873,0.008097043,0.0034631027,-0.013495054,0.014152083,-0.0012802983,0.004685331,0.0077477125,-0.012294951,0.007094075,-0.008310598,-0.00048505035,-0.0011078785,-0.005911807,0.013548291,0.0044142776,0.005190091,0.016495666,-0.0076852525,-0.012164259,-0.009734521,0.0015104155,0.003679897,-0.002798678,0.003334453,-0.012949547,0.020561507,-0.0024636886,-0.0118574295,0.021578435,0.012434724,0.00070971885,0.016278645,-0.0041078045,0.014456243,-0.00059241167,0.00796411,0.007419048,0.0077122427,0.009512044,0.005264425,0.008959573,0.008250477,-0.0031095543,0.013016268,-0.005206466,-0.002474492,0.0003355176,-0.012899619,-0.00053138164,-0.011304762,0.03006872,0.009692014,-0.013468133,0.0005243986,-0.013680495,-0.018140147,0.0074262726,-0.10140383,-0.0016774873,0.0059403004,0.024975069,-0.0057197073,0.0009173741,0.0009875783,-0.021800669,0.018700028,-0.006257124,-0.009700942,0.00084201706,-0.009593939,0.003095742,0.015443422,0.009605063,-0.0024643932,0.00047899457,0.0044809557,0.014393669,-0.018428667,0.012087266,0.011950385,-0.0072342567,-0.00024524846,0.004587341,-0.015171981,-0.012295981,0.012480988,0.013444588,-0.0051233363,-0.00820419,1.827329e-06,0.010718743,0.018863095,0.00024768963,-0.005295076,-0.013962305,-0.13076268,-0.011080703,-0.013313413,0.009432966,0.004832859,0.010865369,0.016840877,0.0018327883,0.015205185,0.00793158,-0.021241287,0.0008755855,-0.008121461,0.00077961996,0.0072414055,-0.004553612,-0.010771445,0.0060883565,-0.018501738,0.010542502,-0.013005388,0.003672271,0.0018639483,0.0217544,-0.0056980858,-0.015065954,-0.00038681334,-0.002464153,0.002407417,-0.011138396,-0.016184261,-0.0020180824,-0.01342396,-0.003312965,-0.007549964,-0.0038210752,0.0108059235,0.011758656,-0.020927332,-0.006449061,0.008463274,0.014919364,0.0050162366,-0.004852982,-0.0040491675,-0.003419789,-0.009367748,0.01998258,-0.013841124,-0.0033108348,-0.0023336168,0.008048203,-0.00907275,0.00023449272,0.0024729893,0.00039251114,0.017547904,0.002263886,0.0019053039,-0.015332909,0.02827652,0.014964793,0.008450713,0.0036222343,-0.0049492326,0.0035873079,0.020707984,0.020724393,0.009445638,-0.002184578,0.017648472,0.0009892178,0.010920885,-0.014036795,0.0003310971,-0.012415455,0.018237954,-0.019220758,0.031801835,-0.0031550466,0.015936833,-0.009974316,-0.021094598,0.020132843,0.007898134,0.0014165323,-0.011953581,0.027098171,0.009633972,-0.044519264,-0.016954703,-0.009924611,-0.0038206442,0.00886888,-0.005158222,0.0012248171,-0.00089118053,0.011043583,-0.0027156903,-0.02325024,0.0008544974,-0.014841111,-0.0059306645,0.005930043,-0.00712569,-0.002379867,-0.0009435639,-0.013479215,-0.008385896,-0.015569548,-0.0077721723,-0.008596953,0.017817358,0.0076973005,-0.035770927,-0.0073956996,-0.013622221,0.008347539,-0.012753584,-0.01139348,0.006568701,0.009626277,-0.00052892894,0.0013327036,-0.0028410791,0.016753588,0.021263814,-0.018887231,0.018263679,0.004157308,0.026492205,0.008304632,0.005488084,0.0086063985,-0.004113712,-0.0040094564,-0.028391728,0.00044984312,-0.015030712,-0.00055725034,0.00572907,0.005540687,0.020572273,0.020487111,0.019715734,-0.00816451,0.004191986,0.0060785795,-0.020786712,-0.014125621,-0.01850468,-0.00560542,-0.014917193,0.0016996195,0.0038551758,0.011051577,0.009060013,-0.01691289,-0.0029226919,-0.0022968687,-0.025737122,0.019786771,-0.0073463125,-0.014164709,-0.0009570758,0.01768191,-0.0014785669,0.017181903,0.019443719,0.025671508,-0.004523622,0.0060049007,0.0034531385,0.0017178666,-0.014964717,-0.001151501,0.0039626267,-0.0070830984,0.011186909,0.005893579,0.031008298,0.01896636,-0.00975992,-0.007560287,-0.016648209,0.0046023526,0.005752994,-0.0217245,0.00013387768,0.0006714472,-0.007426491,-0.01354263,-0.0066543818,-0.012125096,-0.026668549,0.009957167,-0.00015794307,0.016643764,0.00045111126,-0.0073046642,-0.0054459744,-0.0048075374,-0.005424197,-0.16340533,-0.009812984,0.015984118,-0.003669464,-0.0058648055,0.0061067855,0.00636455,-0.026311537,0.01773115,-0.0027122719,0.005060581,0.007717889,0.00058248226,-0.017302081,0.0003434681,-0.01677745,-0.0016888013,0.022851352,-0.008819622,0.024308661,-0.040215902,-0.020639392,-0.0054067564,-0.002314921,-0.014920411,0.0064440286,0.0023116688,0.010115541,0.001687779,-0.0003674507,-0.0075321947,0.009310391,-0.012094203,0.007346643,-0.011010369,0.024773236,-0.014847534,0.023578491,-0.023572821,0.013695862,0.008356925,0.009419254,-0.0028438258,0.012525694,0.0150095755,0.008578031,-0.0032864297,-0.0021238744,-0.037343513,-0.008130594,0.013362635,-0.009743668,0.003209758,0.0035711683,0.008680777,-0.015643844,0.011402662,-0.026385074,0.0021733334,0.010834728,0.0009100393,-0.010848545,0.025781695,0.00559863,-0.014227292,-0.003656385,-0.009346514,0.13534625,-0.015226014,0.0015886747,-0.057846874,0.0025833172,0.012715538,0.015112221,0.0015204451,-0.0063392287,-0.01468971,0.00879204,-0.01393321,0.02184589,0.0061937924,-0.013070419,0.023146976,-0.0023811746,-0.004712651,0.011439262,0.0037582605,0.0201782,-0.0043739374,-0.01184127,-0.019133182,0.016692316,-0.013956601,-0.0008366257,-0.004258508,0.0062037464,0.027755493,0.0065830722,-0.030739838,0.008859282,-0.007411274,-0.011648291,0.022028778,0.010742032,-0.0066253184,-0.020612685,-0.007900405,0.005881941,-0.0045260945,-0.03889944,-0.0043333163,0.006707657,0.010932721,0.0013545777,0.005065001,-0.014153766,0.009635486,-0.033083063,-0.0034875332,-0.016829664,-0.009740233,0.004073523,0.020482915,0.011536028,-0.0018100243,0.0048852297,-0.011763825,0.0012267753,-0.013101691,-0.0009393674,-0.016738558,-0.014588654,0.00260818,-0.00052100245,-0.026017,0.024663514,-0.086249106,0.005436007,0.0033938019,-0.008114582,0.0074479273,-0.007143417,-0.015135876,0.0013789596,-0.011225183,-0.0024397986,0.0021800129,-0.004264981,0.012120116,-0.014422449,-0.0015701386,0.012388736,0.012349224,0.015419629,0.014858711,0.011110448,0.008441242,0.020626381,0.0015972066,-0.00517573,0.006334352,0.025734143,-0.009429989,-0.004548269,0.0053058127,-0.026866883,-0.0052393796,0.008985444,-0.018654175,0.017356118,-0.0071622585,0.00458019,0.013375866,0.0029678843,-0.013910445,-0.00035754903,0.024522448,0.01211102,-0.0038151706,-0.0123954285,0.04243476,0.0061471844,-0.0003681042,-0.0058308304,-0.018472679,0.0015021382,0.006533102,-0.0026465263,0.0015887016,-0.012372117,-0.011121217,-0.0022262533,-0.0039502415,-0.0437346,0.010098492,0.010988076,-0.02082145,0.012138242,-0.0024324355,-0.00014928683,0.0024341233,-0.0137221,0.024581535,0.0053221,0.007373604,0.011343258,0.018474381,-0.040658247,-0.002545969,-0.0075078234,-0.005810765,0.006764192,0.0070324927,0.009337537,0.0006273613,-0.009827596,-0.0020526391,-0.0075044106,0.030892149,-0.0186304,0.06923354,0.0074398397,-0.01573323,-0.021481657,0.0136288395,-0.011479848,-0.0060224305,0.015419103,-0.0012846895,0.00092628726,-0.009347747,0.003362149,-0.009276835,0.0030233501,0.028459478,0.0021275603,-0.011230533,-0.00475219,-0.019696161,0.016463924,-0.011087188,-0.016556744,0.010799476,-0.0010155148,0.009201852,-0.0008412149,-0.0027167455,0.031637732,-0.0028784988,-0.0024522967,-0.00208602,-0.0018616288,-0.026506513,-0.023985654,0.0089197485,0.0017319316,-0.0020072912,-0.0075363438,-0.008869913,0.0032487838,-0.044375215,-0.001476193,-0.0027544503,0.026798202,0.025308741,0.016008195,-0.015153601,-0.005473664,0.01751074,-0.012548918,-0.015117671,-0.012749478,-0.009418518,-0.028553637,0.01685052,0.025676565,-0.0003101845,0.003934925,-0.005093208,0.01883918,-0.008824803,-0.003838367,0.020732535,0.007952343,0.0043780757,-0.027883567,-0.021933129,0.010672,-0.009721997,0.008521299,0.00025729276,0.0059031215,0.016867083,0.00023558803,-0.020140264,0.004828371,0.0046122693,-0.008933714,-0.013914727,-0.0015646807,-0.009399606,-0.008700773,-0.0019116512,-0.0044181603,-0.007795916,0.0013178426,0.022442428,-0.007328845,0.0009228578,-0.012768094,-0.0014450988,0.026361423,0.0130041735,-0.0014712932,-0.004158991,-0.08716375,0.01498712,0.0027013307,0.0016559142,-0.0051239203,-0.012478694,-0.012093774,-0.0096375495,-0.015579929,0.010489049,0.03804074,0.022781935,-0.019943412,0.0013458272,0.010284705,0.005756195,-0.0072996765,0.0070122895,0.006260034,0.013690052,0.024017723,0.0018055122,-0.0014957523,0.009201447,0.018364614,0.017423859,0.009969157,0.007826256,-0.04313212,-0.00182231,0.004510689,0.011160103,-0.015392,-0.009657866,0.006971894,-0.021021727,0.021894732,-0.041483164,0.01959405,-0.022964053,-0.020094242,0.0030234049,-0.04582827,0.0093570165,0.012174997,0.013126203,-0.007168898,0.011969066,0.024337778,-0.018404879,0.01222339,-0.013667673,0.009106723,0.0040755807,0.010077291,0.008626128,0.0019476251,-0.03356384,0.029259209,-0.019300943,-0.019421332,-0.03518546,-0.008397574,0.011836812,0.01694826,-0.003724888,0.014721117,0.0019950822,0.026971724,0.022058666,0.0014252152,-0.014691625,0.020143641,-0.0017837776,-0.0025495493,0.020944254,0.011293119,-0.008472125,0.0028266613,0.022368245,-0.00012392731,0.0053367517,0.0014506591,0.015986973,-0.0046753758,0.0067528086,-0.007462028,-0.09581728,0.0075691515,-0.012764718,0.0004942415,-0.0017391504,0.01866724,0.0036225605,0.049048327,-0.001751059,0.024838058,0.014672305,-0.02346245,0.014339888,0.0056118914,-0.01302357,0.013595111,-0.006509799,0.009929526,-0.001027686,-0.0060489494,-0.010127242,-0.0049964148,-0.0028680412,0.023553625,0.00094880356,-0.053158518,-0.02233,0.023648327,-0.0016868371,-0.009071601,-0.0048650233,-0.014581074,-0.012922699,0.0061147776,-0.010763688,-0.0010287105,-0.038254675,-0.0012280322,0.009123788,0.01657676,0.015706494,-0.010493351,0.0029082263,-0.013215721,-0.0048993207,0.00901074,-0.030780638,0.0022329737,-0.0020415385,-0.014179634,-0.014339583,0.0093304,0.020461611,0.008156316,-0.007215935,0.0065611685,-0.004319689,-0.021457985,-0.0048674275,-0.0011993671,-0.012572889,0.010259334,-0.013352682,0.0060708607,-0.008764654,0.00900144,-0.030666506,-0.016752146,-0.015469187,-0.0031735632,-0.006950012,0.008258037,0.007946229,-0.015319673,0.012915212,0.015321836,-0.025112541,-0.0007373687,0.0014635798,-0.01467802,0.0036176725,-0.0016439487,0.02420195,-0.0058956984,0.01575548,-0.006248702,0.0005821817,0.005181802,-0.0023134174,0.0055935658,0.020056756,-0.008166102,-0.015771503,-0.0039837137,-0.0048432555,0.0016339072,0.00043729442,-0.021515481,0.0046586697,0.0074233916,0.023623673,0.018383047,0.009368182,0.01692867,-0.0026453284,-0.015880112,-0.008005122,0.0019000355,0.0005179614,-0.008853454,0.041050874,0.010967178,-0.0025197451,0.004132151,0.012111008,0.009496591,-0.0053226184,-0.016186057,-0.016633697,-0.017593613,-0.026169168,0.0026663034,-0.01390144,-0.024818357,-0.011217025,-0.0039082966,-0.004765343,-0.011043113,0.0004048423,0.027682817,0.0026977663,0.009391104,0.01792533,-0.006819173,-0.009218641,-0.025137559,-0.011865601,-0.0022019362,-0.032602355,-0.004495023,0.014371701,-0.0115036955,-0.011676387,0.016355196,-0.004001598,0.0142821865,0.011879915,0.011950197,-0.021903904,-0.008198443,0.015242449,0.024812603,-0.005002053,-0.020130834,-0.0009477642,0.013812509,-0.0067013064,-0.0051157884,0.0027085545,0.006978389,0.012817632,0.020107571,-0.008533212,0.00463039,-0.015306969,-0.0066733956,0.013357267,0.0036989998,0.011719613,-0.008054316,-0.015175707,-0.039665543,0.020027028,-0.030492244,0.030331261,0.013398854,-0.002420561,0.03470007,0.020977506,-0.0064804563,0.0021733153,-0.012215086,-0.015207038,0.0009125042,-0.0084495405,-0.008760708,-0.012269891,0.0068752263,0.00044725195,-0.006286564,0.0051943813,0.009128517,-0.01812062,0.008450484,-0.0006997069,-0.0003719968,0.008313435,-0.01516618,0.0135921175,0.013490019,-0.0022509315,-0.0063898186,0.0053262743,-0.015525942,-0.008765687,-0.0051645595,0.026293777,0.0075998264,-0.037602436,-0.002542854,0.0010101743,0.011746594,-0.016668973,0.030445388,-0.00637027,0.016848674,0.0029462317,0.013354581,-0.012239795,-0.016131718,0.027977694,-0.0024135662,0.009097241,-0.0013323682,0.0038302604,-0.016652547,-0.0074080825,0.014432651,-0.006659149,0.009255186,-0.017691186,0.015836945,-0.0013522833,0.007253607,0.0036935832,0.0076030744,0.007839402,-0.012350997,0.026021667,-0.011339008,0.003129861,0.025848143,-0.013002789,0.0104558375,-0.021645635,-0.032689065,-0.0059925076,-0.007382687,-0.02190494,0.0032336623,-0.005820453,0.010843625,0.011729702,-0.0025200094,0.017305436,-0.009333457,-0.0108483685,0.007919971,0.017276987,-0.0054363324,0.026185775,0.016621223,-0.002079353,-0.0013471444,-0.033733387,0.0135845095,-0.004378093,0.0024143583,0.0027405696,-0.001656451,0.0009999477,0.0009079645,-0.01791399,-0.023583403,-0.01361983,-0.0056428635,0.004798396,0.0038607381,0.013005347,0.008547173,-0.01457192,0.0047169467,0.011462297,-0.0024293468,0.0139511,-0.03766727,0.0015401265,0.0034505178,0.012682859,-0.006863437,0.01704952,0.0003631505,0.0131962905,-0.016506538,-0.010299345,-0.012276357,0.0026514672,0.004213574,-0.018069826,0.0027515972,4.766521e-05,-0.021736493,0.0028392044,-0.013158624,0.015810283,0.0050417627,0.030403204,-0.0031415115,0.0012781236,-0.0057662004,-0.0101384865,-0.004474426,0.010719063,0.0026846004,-0.0061009955,-0.013992402,0.004621348,0.016041731,0.032563824,0.0011719947,0.010922443,-0.002778034,0.0094478745,-0.0018484829,0.026988389,0.039300695,0.008470995,-0.010407236,-0.008739566,-0.010935546,0.0075927344,0.012976072,0.0051843487,0.0034867825,-0.00936391,0.014324912,0.0051725,0.019956462,-0.016351901,-0.0078990795,-0.0042206086,0.025277253,-0.003504864,-0.0016434077,-0.008524043,0.0008391631,-0.0073794415,-0.018409684,-0.015098404,-0.017707735,0.010016958,-0.013490654,-0.0004690499,-0.01191271,0.0047444375,0.026057726,0.0021743965,-0.00367482,0.009658477,-0.0043297894,-0.014447869,0.019539833,-0.008849695,-0.0035831607,-0.0014898176,0.034723356,-0.013517142,0.014201339,0.013331539,-0.005991347,-0.026629712,0.0074170474,-0.005576872,-0.003248058,-0.021014156,-0.0012662556,-0.011792346,-0.016906131,0.020886894,0.013197754,-0.020271255,0.02011764,0.008367168,-0.026031356,0.0010383176,0.00029018734,-0.0054288413,-0.018799484,0.015792768,0.008148462,0.008837764,-0.012983711,-0.0068358714,-0.010379343,-0.016982142,0.010090948,0.021142052,-0.012052573,0.010658132,-0.0033907427,0.0053634024,-0.024086893,0.011737266,-0.013591609,0.0004674381,-0.010297477,0.0025784583,-0.0023896778,0.0005403464,-0.011197938,0.0014021271,-0.015958698,-0.007421547,-0.0013312988,0.007383689,-0.0007916557,-0.0030913635,0.03223739,0.0015689841,0.006029363,-0.008773493,0.0142424675,-0.003937116,0.008566041,-0.005007417,-0.0038748868,-0.008872934,-0.0020372286,-0.013887863,-0.012979391,-0.0067445384,0.0020316474,-0.009604684,-0.015845625,-0.0088384375,0.012065904,-0.01940201,0.006551327,-0.005791979,0.04209128,0.010593047,0.0067941686,-0.004394696,0.001957904,0.019284016,-0.017899297,0.003712234,0.021711372,0.011960235,-0.008768016,-0.008083926,-0.0037197953,-0.012823778,-0.011084801,0.019189477,0.0031001477,0.0131287845,-0.0030597348,0.013607763,-0.025387919,0.0033151053,0.0057971887,0.0132807875,-0.0037387107,-0.0023010003,-0.016498495,-0.012504316,-0.0015182183,0.0074584875,0.025741398,-0.035313804,-0.020446885,-0.04140397,-0.00420313,0.02873002,0.0125941895,0.004618864,0.00067074795,-0.006825865,0.014392148,-0.0062495293,-0.015580432,-0.0030321968,0.012360749,-0.0047563156,-0.016041841,-0.014083458,-0.017022008,0.008847471,-0.013660604,0.002744128,-0.01242481,0.015585631,-0.022370653,-0.021864606,-0.0055344347,0.0029787046,-0.011587556,-0.0033455456,0.007919687,-0.015035727,0.0033841447,0.013887645,-0.024263585,0.006008419,-0.0023809387,-0.008126014,-0.001800414,0.03433787,-0.020973308,0.009289058,0.0061226888,0.014329761,-0.025713043,0.0021495693,-0.03237433,-0.00096079917,0.0011500642,0.0052514556,0.012877215,-0.018553825,0.0057104453,-0.0046824487,-0.0032351008,-0.0060238536,-0.012845352,-0.0039708423,-0.006170448,-0.02105035,0.010695204,0.0017610387,-0.009169625,0.0026397738,0.002395574,0.025952488,-0.026990276,0.018141886,0.0053177727,-0.015815424,-0.02038841,-0.011563774,-0.016639594,-0.00050296844,0.0066969623,0.0026506912,-0.0003175632,0.029955693,0.016194358,0.0067066513,-0.0017651266,0.012690369,-0.012147178,0.021625485,-0.008921576,0.010474177,-0.013947993,0.031272177,0.016305776,0.0036998778,-0.0019523842,-0.010578794,-0.015697517,-0.02757988,-0.0026249476,0.01123512,-0.019767292,-0.0146668125,-0.003736737,0.004847752,0.008046293,0.005286392,-0.01687016,0.035587482,0.00827478,0.017157031,0.028880868,0.0023152796,-0.017133527,-0.004507863,0.014720738,-0.02495767,-0.015593151,-0.011764912,0.00010164788,0.021900602,-0.0022257715,0.034524467,0.015684158,-0.011334157,0.030048886,-0.02164847,0.006799957,0.021448962,0.02752805,-0.009824946,-0.017748589,-0.015015698,-0.016640326,-0.0015338762,0.002907778,0.0063816053,-0.0028849596,-0.0052462034,-0.014189076,-0.002130399,0.009037482,0.010684373,-0.005612623,0.015021579,-0.008265159,-0.01199776,0.025936533,-0.024615303,-0.0053730384,0.013925258,-0.002690169,0.009935946,-0.0050196853,0.037841376,-0.0034426854,-0.018133326,0.011528935,0.0018788424,-0.004637569,0.009502919,-0.0075210747,0.026530037,0.017432084,-0.0043624593,-0.02053216,-0.0048367875,-0.0026410145,-0.014002487,0.012281023,0.03435802,-0.0013110028,-0.0129071325,0.003929014,0.003174983,0.000951781,0.033991594,0.007865853,-0.01378428,-0.0077687413,0.017399462,-0.016791824,0.023029016,0.0044390475,0.0068895565,0.0010827354,-0.0045848927,0.0016745115,0.0003971558,-0.0061197137,0.024640815,0.0059586787,0.0050473753,-0.004643964,-0.0018372472,-0.0028197928,-0.027708536,-0.027095541,0.0070664706,0.007646622,0.009978442,0.0010314442,0.026493734,0.008317625,0.0068604974,0.01266918,-0.0025431295,-0.0030508037,-0.0074722692,-0.0013077338,0.004060297,0.011085063,-0.0174572,-0.007471702,0.0063186595,-0.004359386,-0.01730266,0.0072525023,-0.0009475719,-0.005463711,-0.017071972,0.006602233,0.15687527,0.10680085,-0.0005164984,0.019138481,0.019612795,-0.008536755,-0.024835909,-0.026161043,-0.0033263876,0.01912549,-0.0034179725,-0.0024210962,0.016521238,-0.011212792,0.019711493,-0.0038477865,0.013714389,-0.015317232,0.01349375,0.0030980587,-0.011772388,0.050065633,-0.024422796,0.021295683,-0.004463794,-0.0029188148,0.0040313713,-0.005393414,0.002956058,-0.025605641,-0.009358707,0.008375438,-0.008928373,-0.0016816346,0.023024052,-0.019719753,0.013967346,-0.001216869,-0.036206543,-0.011345327,-0.0113321105,0.01884477,-0.021352192,-5.5712248e-05,0.0057552066,-0.0014301961,-0.004554702,-0.017164825,0.0028420673,0.003685159,-0.0187068,-0.010642275,0.0075524584,0.032286238,0.012737105,-0.009644494,0.010516107,0.01246452,0.0066582127,0.0075351745,0.038858995,-0.010330453,0.01687065,0.010876118,-0.0032468762,-0.017227376,-0.016123658,-0.022165716,-0.008625558,-0.0012915063,0.01270358,0.00051822636,0.020853616,0.010318501,-0.005850025,-0.012476418,0.018222375,-0.008981031,0.0061201355,-0.00819414,0.000541265,-0.006642242,-0.0043581217,-0.00040914715,-0.0040718815,0.007009239,-0.0045543965,0.01691684,0.115619294,-0.00027980484,-0.0009868123,-0.0012361676,0.009900121,0.01702538,-0.0076276865,0.03811162,0.011398309,0.011313894,-0.00969078,-0.007137304,-0.0043980856,-0.01475499,0.013444736,0.00841358,0.021825776,0.0047946726,-0.0051060165,0.017347345,-0.052285966,0.004356393,-0.01374679,-0.020706546,-0.0021102875,0.0188774,-0.011198451,-0.00023903963,-0.024101596,-0.007565553,-0.11389581,0.0037018992,-0.005944077,0.0023091019,-0.01548426,0.011797904,0.01027904,-0.0021927827,-0.002596174,0.014804358,0.013264991,-0.010833783,-0.020246156,-0.010990422,0.010627157,0.016653605,0.0038431676,-0.039035022,-0.013364605,0.0099240905,0.007212847,0.0004190861,-0.016863752,-0.004322926,0.009571334,-0.0029747018,-0.0035885382,0.010509416,-0.02038037,0.0047827405,-0.0055646063,0.0037780423,0.008010942,-0.0013609589,0.007231232,0.028258394,0.00020946388,-0.014577704,-0.008143473,0.008351101,-0.02481934,-0.0050831297,0.0070892936,-0.02777964,-0.0062819594,0.0141175855,0.010031603,-0.010161802,-0.0065105804,0.0059686764,0.009467894,-0.0047844755,0.0067868717,0.02182784,-0.0030189587,8.991568e-05,0.0018708202,0.016739417,-0.0045167655,0.019895218,-0.0034987098,-0.0091935415,-0.02620503,0.015162322,-6.6201916e-05,-0.0053511676,-0.0072597708,0.0009287243,-0.0007416274,0.0070875166,-0.003763714,-0.005231425,-0.00030731704,-0.010249588,-0.0025678424,-0.021847522,-0.014449004,0.005223748,-0.014946178,0.01822216,-0.0049484447,0.008887568,0.022103533,0.11918925,0.013833526,-0.011403501,0.008602494,0.0095923245,-0.02754664,-0.004403717,0.002022762,0.0037055388,0.004536323,-0.02404726,0.0022263434,0.015167437,0.010459014,0.014579462,-0.018662466,0.004624386,0.017062888,0.004295238,-0.008969009,-0.044209205,-0.0020792556,0.0074695777,0.0016405411,0.004281078,0.0007893865,-0.027086454,0.001171147,-0.014549036,-0.014044487,0.00606799,-0.020000843,0.030443877,-0.0052331844,0.0054850047,0.0018580938,-0.0060300506,0.0022344564,-0.016999306,-0.007814621,0.009574129,-0.005175269,0.025996402,-0.028964754,-0.04509446,0.19560885,0.012126118,0.012352609,-0.0069382954,-0.00272665,0.006612993,0.020920321,-0.004396463,0.02996198,0.0071035405,0.031615607,0.016579887,-0.0015091932,-0.0043197256,0.010045921,-0.0064239507,-0.013243636,0.007711579,-0.00016366459,0.015935712,-0.0014006102,0.0033030044,-0.012911978,-0.028378256,-0.007375176,-0.0023264068,0.026808174,-0.00517929,0.0025168108,-0.012057056,-0.01252521,-0.013606362,0.0116655985,0.0037399034,-0.014407812,0.009040548,0.006060597,0.0078117633,0.0025351136,0.02040775,-0.024459751,0.0050937417,0.042432748,0.030567667,-0.0035477227,-0.006763972,-0.010437552,0.02305362,0.012828181,0.015192755,-0.00029601564,0.01513586,0.0047514034,0.0061886506,0.0022389777,0.015047591,-0.0027381561,-0.005565343,-0.033576254,-0.018488882,-0.018153938,0.006943756,-0.031894714,0.010162892,-0.0017131584,0.011578845,-0.019828668]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 200,
          "content": "Consultation Committee on the Japan-U.S. Strategic Investment Initiative",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0018349414,-0.016574971,-0.0021636758,-0.0970433,0.0019294423,0.013104994,0.0002569193,0.0022960177,0.018410683,-0.000516023,-0.048918977,-0.0096048275,0.018199852,-0.024728658,0.08310449,-0.031680383,0.013384146,0.004608177,-0.006043001,0.031424247,-0.009527288,-0.014395766,-0.008626962,-0.0034407785,0.014982657,-0.056213405,0.006538812,-0.017730653,0.008992866,0.0021667504,0.008131203,0.03395788,-0.0011268978,-0.0025651746,0.012806895,-0.010675943,0.010409527,-0.024963759,0.0013347224,-0.0047757006,-0.017239694,0.012910142,-0.030751845,0.02453909,-0.01508374,-0.032254387,0.014394632,0.007035872,-0.0012023908,0.028778648,-0.014049507,0.01851303,-0.0059400043,-0.15054981,0.006910146,0.009476366,0.019821815,-0.006939966,0.00040652457,-0.005201496,-0.020210769,0.0022529531,0.0020586294,0.014942776,0.0056909905,0.007972799,-0.017068867,-0.004246793,-0.024806112,0.0007541897,0.011218211,-0.0049979603,0.014862446,0.0050172997,0.016288934,-0.021297898,0.0076860073,0.013379307,-0.016682154,-0.004416465,0.027958557,0.028099092,-0.018887606,-0.0044339146,-0.00066352985,-0.021512441,0.007014394,0.0069688796,-0.0035038036,-0.01218633,-0.0010671255,0.0069097043,0.0093149,0.0026028517,-0.0030874521,0.035591178,-0.008335096,-0.017385362,0.0006085114,-0.0151697,-0.01404058,-0.0043314104,0.031555135,0.011562737,0.013204342,-0.018555924,-0.0017896146,-0.009223503,-0.0083616255,0.028480181,-0.004457656,-0.01004943,0.009638176,0.0076785083,-0.020795487,-0.11419484,-0.016372742,-0.0071819853,-0.013578018,0.0063790875,-0.010938218,0.0010810387,0.01997849,0.00031206352,0.01959572,-0.00951842,-0.0026035663,-0.012779121,-0.0020862827,0.008610711,-0.004218014,0.012312731,0.00360423,0.0027152458,0.0062578726,0.036787126,0.010180301,-0.028885271,0.0118621895,-0.00752633,-0.01232244,-0.010608464,-0.0025125646,0.01624992,-0.01054795,0.020807527,-0.043792304,0.02001726,0.0062959455,0.008251759,-0.0020179695,0.02085822,0.019062692,-0.016736915,-0.016939437,-0.041844744,-0.02051149,-0.009655135,0.029622348,-0.004636122,-0.0067703472,-0.003633113,-0.024832107,0.042591777,0.004273849,0.040215414,0.022659108,0.012248615,0.009960322,-0.006985219,0.014816494,-0.0077562993,0.008893359,0.010007613,0.0008954355,0.0028939852,0.033439696,0.0038590347,0.014971497,-0.0075854524,-0.008191044,0.021030933,-0.0019388909,0.010347269,0.00022271973,-0.01234576,-0.036105894,0.018238032,-0.028594261,-0.0033124413,-0.01888228,-0.003514735,-0.013796314,-0.010798941,-0.0008624674,-0.01728928,0.011887226,-0.00876088,-0.030908959,0.013728801,-0.0012660995,0.014906173,0.016416172,0.0011391758,-0.0012137196,0.014058874,0.02385491,-0.0051925434,-0.03315105,-0.009839529,-0.012797754,0.0070473943,0.02775278,-0.03028383,0.0056134798,-0.0007409737,-0.017043328,-0.0047755595,-0.015141003,-0.030812323,0.019408114,0.016159358,0.00016127974,-0.02074919,0.005192606,-0.01006101,0.0071866126,-0.028380593,-0.007324791,0.0010343189,-0.022533502,0.01105134,-0.004268473,-0.003247528,0.0005001755,-0.01660563,0.028340794,0.014765135,-0.00068955985,0.012411358,0.0019292226,0.018046666,0.0052488665,0.014885938,0.0033653562,0.01799449,-0.002654925,0.010687439,0.0056653135,-0.0070585376,-0.007747632,0.01494424,-0.007085308,0.005897188,0.0014392826,-0.028977713,-0.00023188599,-0.0409251,0.024334991,0.022842558,0.006518825,0.004260705,-0.005946438,0.01548147,-0.019326076,0.018003397,-0.0075052106,-0.0013505666,-0.011206915,-0.0003343271,-0.013170984,0.0048863874,0.0019262261,0.00092452037,0.010383659,-0.00015758564,-0.07196942,0.0017921883,-0.007559282,-0.01615474,-0.0117056295,0.0018999839,0.010764106,-0.011918639,-0.0019668746,-0.014847455,-0.003514468,-0.005302182,0.013398028,-0.023250345,0.030000865,0.014990321,0.009254107,-0.013116629,0.0032861764,-0.014219952,0.0084200865,0.039957397,0.01865592,0.025717443,-4.158847e-05,-0.00020026544,0.030513646,0.026083892,-0.0028296248,-0.0012647472,-0.015466939,-0.0011867424,0.03374846,0.00020736665,-0.045762904,0.03150121,0.013319215,0.015896872,-0.019426629,-0.013501966,-0.016945804,-0.012013022,0.0030067614,-0.009826111,-0.0045710388,0.015701937,0.004767143,0.011828964,-0.017258102,0.023173463,0.0058686044,-0.008812446,-0.013095349,-0.013952134,0.0067571276,0.031280395,0.019277938,0.0052491003,-0.031762235,0.008318704,0.019840334,0.02466649,0.01108262,0.011033457,-0.010129756,0.005276136,-0.015356664,-0.0043507223,0.022769706,-0.02074801,0.0070454963,-0.016883748,-0.0315287,-0.0070644775,-0.0006185386,0.0024152289,0.027681664,0.008958303,-0.023459082,0.019304978,-0.019462517,-0.016788438,-0.023611842,0.0008096494,-0.00036345387,-0.019922694,-0.009397065,0.028062811,0.0040190318,-0.009710004,0.017968828,0.021082776,-0.014979809,0.016155858,-0.021599295,-0.002957142,-0.0028017336,0.0103008235,0.027986676,-0.0060574994,-0.004836769,0.00012887704,0.028267438,-0.006951071,0.0033129135,0.010805412,-0.034493968,-0.012991173,0.000442712,-0.009493685,-0.007899701,0.0030009833,-0.002009154,-0.013639788,0.0059368373,0.018888982,0.018170437,0.00732558,-0.0045545152,0.013117267,0.015488843,0.011236912,-0.010312331,0.0053340374,0.012314537,0.009832957,-0.0028501488,-0.008003187,0.011732618,-0.021015186,0.015277964,0.004363174,0.0025892342,0.020990286,-0.0045792824,-0.008350722,-0.010935637,0.023317197,0.0058761067,-0.004077136,-0.0025647106,0.034521207,0.016114345,-0.015286965,-0.0016734859,-0.0032824627,-0.026210558,-0.0009861178,-0.000853179,-0.022143364,-0.0044454336,-0.0150757395,-0.019686468,-0.010686344,-0.0104199825,-0.018079601,-0.00057132845,-0.009933769,-0.005762592,0.005865003,0.0028205877,0.021705564,0.0053751664,-0.02242905,-0.023760302,-0.0075324993,0.01728288,-0.0010338277,0.0074258884,-0.0018397245,0.003646227,-0.04158542,-0.02860684,-0.00085225404,0.02822656,-0.035403255,0.0016735543,0.026575178,0.01699202,0.008656551,0.013714701,-0.012271797,-0.028653108,0.0059311087,-0.013361064,-0.020056289,-0.017532758,0.051400993,-0.012592703,0.020957284,0.0035229137,-0.018218638,0.0045446176,0.009796003,0.010909489,0.010568188,-0.0013227222,0.010226703,-0.0047123116,-0.028372945,-0.02339557,-0.015885968,0.0014504794,0.021718582,-0.006835503,-0.019846093,-0.027903665,-0.019748254,0.002146504,0.00270853,-0.018455837,0.0011770987,0.0019683293,-0.0017946954,0.015268651,0.008312988,0.018859055,0.011145593,-0.01392433,0.0045005744,0.037541818,-0.022790395,0.017244086,-0.019147063,0.014643852,0.012679207,-0.018320238,-0.041286487,-0.056859676,-0.0068243165,-0.008157528,-0.012839634,0.012798762,0.011233701,0.01410351,-0.0010281214,0.020758694,0.016246255,-0.014336474,-0.022363914,0.008226898,0.015247668,0.0131468,0.01592644,-0.04884138,0.00086379406,-0.03795487,-0.0011780291,-0.013017019,-0.037286296,0.048833393,-0.00059203105,0.01137913,0.026535537,-0.01328816,0.029603584,0.017982205,-0.009830858,-0.036846556,0.0054815114,0.0029856805,0.003293673,0.0157638,-0.00774765,-0.022214739,0.017846495,-0.0030152919,0.02673562,0.027433116,-0.06292454,0.0065020015,0.032439087,0.03190621,-0.0013372782,0.010862061,0.04828289,-0.025522355,0.032346074,0.0008667655,-0.008246456,-0.025311138,-0.011956628,-0.04028279,-0.0068140808,0.00921423,-0.018016402,0.02823485,0.028788244,-0.020295862,0.018582864,0.013146977,-0.0047520236,-0.020759005,0.0005527795,0.024128161,-0.0044634836,0.0047953767,-0.015685752,0.002750325,0.009022509,-0.018135985,0.009292125,-0.009165162,0.009924575,-0.0006709587,-0.014777278,-0.017585725,-0.016461574,0.03443591,0.0010634917,-0.015168505,-0.024558766,-0.026310956,-0.006603541,-0.024094837,-0.012807476,0.020067852,-0.012138071,0.0011323094,0.0009654818,0.0017425085,0.020045113,-0.03190023,0.008231684,-0.038288917,-0.019006757,-0.0031498494,-0.0109366635,0.036301512,0.0038291304,0.0087768175,-0.024312753,0.024774387,-0.0015196016,0.028394004,-0.004036282,0.008581713,0.01728103,-0.00082253595,0.01745021,-0.012576555,-0.020737039,0.00083902956,-0.0046528643,-0.001241277,-0.0038465108,-0.0031160284,0.025084108,0.027842144,-0.03733439,-0.0031133944,-0.113606095,0.0031255211,-0.025800856,-0.002778453,-0.008305929,0.008820464,-0.036404554,-0.013023545,-0.0074032345,-0.0062889964,-0.008920129,-0.011552515,0.00086462096,0.015099821,0.016687365,-0.014772356,0.010995621,-0.0013319138,0.023215257,0.008519065,-0.009132655,-0.002195895,0.025615444,0.010927805,0.01712324,0.012813666,-0.0045001036,0.017268242,0.003172298,-0.042681504,-0.0058816364,-0.1761593,0.0018617256,-0.01480367,0.010959697,0.014295894,0.001211669,0.0114145465,-0.02220742,0.0024073974,-0.017733786,-0.0050971885,-0.008925652,-0.034186203,0.019571083,0.00076199404,0.112240456,-0.01154918,-0.011840066,0.039632097,-0.0069409474,0.011685009,0.0074711926,0.004582285,-0.022604642,-0.00709571,0.034243304,0.0058184364,0.003966039,0.023553737,-0.005653683,0.02164925,0.019313416,0.029432422,-0.016131774,0.009903827,0.0010703759,-0.027455796,-0.032861006,-0.004686188,-0.007695994,0.0052461354,0.016259203,0.011492741,-0.00682214,-0.021570202,-0.0014946182,0.0075709047,-0.019347196,0.0069814282,0.00023915248,-0.021945417,-0.088512674,0.0055915113,0.034845587,0.023133542,0.021178236,-0.0117372135,0.021613428,-0.020852672,0.02711773,-0.003454678,-0.069004774,-0.0033585753,-0.028953373,0.003950388,-0.01821122,0.022973694,-0.0037766467,-0.0043048672,-0.008586557,-0.018991565,0.013504431,-0.021912841,-0.003339306,-0.026213938,-0.006129822,-0.0053878115,-0.012616472,0.011722726,0.0029053353,-0.013535417,0.010940921,0.03265175,0.0052831047,-0.010058884,-0.0002572218,0.014549842,-0.01662489,0.009605718,0.014978455,0.010792881,0.017056867,0.018252118,-0.029877044,-0.007822627,0.02238114,-0.0016420827,0.012065969,-0.021740591,-0.019275406,0.0025073444,-0.008065586,0.0032435795,0.005599966,-0.01337493,-0.0069659334,-0.014034934,0.01077621,0.015963772,0.016427835,-0.0136487335,-0.018865025,-0.0010935019,0.007735237,0.006190946,-0.014824781,-0.0094096605,-0.0028132128,0.011097103,-0.0032673925,0.007805518,0.010916665,0.008925816,0.006050439,0.01148436,-0.002109693,0.0051931837,0.0059055816,0.007800432,-0.021224964,0.014062126,-0.0017271277,-0.003868952,0.018776402,-0.0024165227,0.0022256111,0.014512355,0.0069885533,-0.019868517,0.00303839,0.0047500087,0.0046929815,-0.0043610157,0.0035917342,0.005479045,0.019287433,-0.04162476,0.006094819,-0.0017681388,0.00091019546,-0.011481365,-0.0030262386,0.0028517384,0.0023391289,-0.0005048191,0.014672625,0.011740945,0.0022904717,0.0006594524,-0.007929907,-0.016976865,-0.011838978,-0.020297265,0.010822724,0.021760488,-0.0063534034,0.033330046,0.0051669977,0.006190044,0.01120976,0.011696898,0.0070728944,-0.0168189,0.0037799943,-0.002602771,0.0018108719,0.0019888177,0.005406608,0.00419904,0.012575642,0.0015223323,0.0011052319,-0.00031970986,0.0074501764,-0.0077290274,0.02005796,-0.012031104,-0.0024892013,-0.005072945,0.016072864,-0.0006959463,-0.014731886,0.030387532,-0.018074956,0.0038238226,-0.00061937986,0.0016882757,0.008586522,0.016750436,-0.000774596,0.015556401,0.0031112607,0.007071345,0.0065960805,-0.00031814032,-0.00594213,-0.0023387745,-0.00072457036,-0.0025477533,-0.0062118564,0.0034940746,0.00035402202,0.0006849379,0.007139118,-0.0074932775,0.014880378,0.0070727677,0.021087416,-0.0049405852,0.00038461073,-0.021917582,-0.016216634,-0.0054592597,-0.007943762,0.0042170472,-0.0005677256,0.014576723,-0.0068495944,0.008725121,0.0010011253,-0.0031558108,-0.011737871,0.0015981399,-0.008250324,-0.017830381,-0.0039901924,0.011157472,-0.009973218,0.005282617,0.0035471504,0.0071206745,0.0010504031,0.011924033,-0.00014265299,-0.012221221,0.009034343,0.0015657421,0.01223183,-0.011165835,0.018034026,-0.00019482443,0.007555861,0.033925124,-0.020109467,0.0013273981,-0.0043689986,-0.022904165,0.0060505196,-0.014082975,-0.00014385858,-0.005906632,-0.00860522,-0.017694866,0.0028814636,-0.004669028,-0.0021527288,0.0060989517,-0.00057008775,-0.010543498,-0.0006225292,-0.016073566,0.0125152385,0.012415772,-0.0015353858,0.009766865,-1.0799685e-05,-0.0068451613,0.010453005,-0.0027054353,0.012962308,-0.014339668,-0.010083721,0.0046341424,-0.0061877635,-0.0022423577,-0.007193147,0.013523991,0.011313358,0.015969943,-0.018728264,0.009539531,-0.0018033845,-0.0035807088,0.0008914783,0.005697135,0.0011565614,0.0051033734,0.0006378191,0.0034876147,-0.0014335077,0.009364683,-0.012934022,-0.017759064,-0.0028744244,-0.006004311,-0.0109524345,-0.0013720718,-0.01610774,0.022886008,0.0021316526,0.09147468,0.011640704,0.013226323,0.0041589593,-0.018153505,-0.004735443,0.01645955,-0.014842325,0.0082986355,-0.012705842,-0.016062306,-0.0075804433,-0.022034857,-0.0030432222,-0.010318337,0.022410657,-0.010995524,-0.010522069,-0.0059005185,-0.005879939,-0.0046536447,0.0072861235,-0.0020224028,0.014474027,-0.005995892,-0.022795107,-0.00342709,0.00047268596,0.007770415,-0.005024223,0.024514897,-0.0024187288,0.00017310913,0.011826627,0.008740651,0.0019288918,0.012951342,0.015367583,0.02321907,0.013709403,-0.00974499,-0.0037148257,0.0021242762,-0.019134192,0.003750831,-0.0023449424,-0.009485946,-0.0044859448,-0.011943456,-0.0031016802,-0.014210822,-0.00073268986,-0.020288654,-0.022153828,-0.010067913,-0.006440496,-0.006262506,-0.0027579924,0.01596349,0.0042387373,-0.001928395,-0.012883261,-0.005781409,2.1719232e-05,-0.017046615,-7.5028445e-05,-0.0278085,-0.009779602,-0.016982052,-0.0053509288,0.010526894,-0.0015904669,-0.01274193,0.012511881,0.030542485,0.0032934656,0.0035601256,-0.014450258,-6.630198e-05,0.0050750035,0.011194448,2.7982927e-05,-0.020905996,0.010679312,0.020715984,0.01054987,-0.009463352,-0.0048492886,0.003890202,-0.005235483,0.006587297,-0.0071103834,0.008539431,0.006825197,-0.013550254,0.0012377693,0.05164065,0.0071744956,0.011676413,-0.015514491,0.0076102572,0.0029477475,0.0027300573,-0.0022651206,0.0056766216,0.017700732,0.017218232,0.017040428,0.009137675,-0.00031075062,0.005779783,0.01046594,0.011582284,0.023383712,-0.008175429,0.014119798,-0.00021539681,-0.0063908175,-0.01388932,0.018956514,0.005656135,-0.008130902,-0.029624691,-0.0005676722,0.0024914425,-0.001388059,-0.017462447,-0.01278464,0.0010771522,-0.009982225,-0.006574373,0.014479534,-0.025136076,0.0025472841,-0.005082636,0.004527228,-0.0019469204,0.001446931,-0.0028247254,0.00040812124,-0.00972317,0.00597625,-0.01395581,0.012443423,-0.016772836,0.01195962,0.014523159,0.00052500755,-0.0012141819,0.009626221,-0.00036920363,0.005177442,0.010653434,-0.028198754,-0.013427609,-0.0015025772,0.009302698,-0.007300428,-0.0025668773,-0.005996968,0.005780389,0.010733563,0.0083437,-0.00875308,0.01782095,-0.011422796,0.024901867,0.015748383,-0.0077407677,0.0141253155,-0.0033635048,0.014835916,-0.0047101327,0.0018176634,-0.012531405,-0.012370177,-0.0019862158,-0.005570493,-0.006190623,0.0040667607,-0.0071137487,0.0016134493,-0.00015439675,0.004945646,0.011071481,-0.011520412,0.011913386,0.005378651,-0.0066597597,-0.009119255,-0.010425253,0.005471301,-0.0053524403,0.0026578796,-0.011230856,0.008871334,0.011298995,-0.00029468004,0.0031526957,-0.009250514,0.00026926174,0.008928959,-0.0012070633,-0.025933038,-0.009249239,-0.0067408225,0.0321907,0.0027449506,-0.016153982,-0.008037169,0.007546927,-0.030164083,0.009402929,-0.0026598878,0.0055997544,-0.0022824232,0.0076744216,0.002475403,-0.014182412,0.007796676,-0.000836504,0.0033432166,0.0036536423,-0.009398814,0.020620385,0.0027836151,0.0075686956,0.014573796,0.0028875454,-0.022071661,0.00708041,0.0063610426,0.003957307,0.01892873,0.0012599037,0.0010207488,0.009667251,-0.00042409525,-0.015254628,0.0053982968,-0.0047828313,-0.01248523,0.0005589512,-0.0024545223,0.013059361,0.00010692777,3.8729944e-05,0.017066965,-0.02544353,-0.0069750175,-0.012221813,0.0051881443,-0.0054089967,0.0012452019,0.005480705,-0.0034023398,0.0014026108,-0.043017052,0.017741261,0.008408506,0.013851371,0.01569746,-0.0023272976,-0.00992123,-0.005701087,0.001861388,-0.011185611,-0.01306393,-0.022131,0.01884212,0.016095426,0.0075077196,0.009917826,0.004838943,-0.00010686149,-0.014347142,-0.008664353,-0.023049723,-0.0021648167,-0.015332312,0.0062312516,-0.009009321,0.019638212,0.01646005,0.0010370367,-0.015673216,-0.008397587,0.014223831,-0.027189964,0.021864554,0.029229468,0.0051563857,0.0018510678,-0.008378871,0.0023518698,-0.0047029415,-0.014679744,0.025162412,0.011302511,-6.3432744e-05,-0.014872226,0.0024742894,-0.008738045,0.004445636,0.00077801826,0.00839971,-0.025910862,-0.011115817,0.030378614,-0.02148893,-0.01813031,0.01834857,0.0022539892,0.008089649,0.004599663,-0.0005557007,0.00796999,-0.016430117,-0.00590862,0.008563106,0.006389332,-0.0362002,0.006773483,-0.01606595,0.005027513,0.00902916,-0.0030369891,0.004001104,0.00976116,-0.01341905,0.010884987,0.00858305,0.00025856466,-0.0025494094,0.01163277,0.0027730695,0.011329317,0.009148213,0.025775159,-0.0047475956,-0.0042523025,-0.006629936,-0.0026856933,-0.003861458,0.009113455,-0.010877126,-0.014732422,0.00975042,-0.007953738,-0.004198315,-0.006398483,-0.0164723,0.010388028,-0.0035180287,0.012958085,0.00091377395,-0.0043543973,0.016733382,-0.008240543,-0.0025180802,0.016819479,-0.016406912,0.016441535,0.005074524,0.0037646992,-0.0026897667,-0.0005750151,0.0074500414,0.009666164,0.00048837095,-0.006330238,-0.0013280425,0.014433304,-0.0014369747,0.008646938,-0.0033530097,0.0082454905,-0.012994676,0.027736181,-0.0066764406,-0.010303603,0.013870537,-0.003146551,-0.002876637,-0.010894885,0.017910948,0.005168771,-0.0017360556,0.007435516,0.021171069,-0.0033221385,-0.0062861242,0.023551967,0.00044674857,-0.0011769377,0.013937923,0.0072497684,0.0037940962,0.028994858,0.014624138,-0.007861357,0.005770096,0.007022076,0.020414867,0.008088109,0.015052232,0.027659347,0.010848174,0.005362835,-0.00070122216,0.008918735,0.022303224,0.019211212,-0.016090738,0.011550302,-0.0146141695,-0.0038741175,-0.0019649037,0.010837712,-0.0014809911,-0.003461781,0.01830614,-0.004978408,-0.016692469,-0.0013269471,-0.009805862,0.0017063585,0.0009609198,-0.001275421,-0.016134024,0.017576776,-0.0008563127,-0.016840052,-0.0035493616,0.00063033565,0.004059415,0.010864429,-0.003859016,0.008141866,0.008164375,0.0004693135,-0.0069663706,-0.0015542429,0.009069152,-0.011286616,-0.010427094,0.027701918,-0.012721123,-0.004609959,0.0059138816,0.013942802,0.015216648,-0.0030870736,-0.0028754184,-0.01388522,0.02007156,-0.010301949,0.0005405472,0.015240622,0.003301487,-0.004542272,-0.008903204,-0.08774727,0.007959619,-0.0075840857,0.004756895,0.007941134,-0.00038654546,-0.019564329,-0.003169048,-0.0031992155,0.01696409,-0.009738541,0.013900374,-0.007839551,0.010897076,0.017983627,-0.004116264,0.0063228547,-0.0005123279,0.014098155,0.006156762,-0.0030924513,-0.006525215,0.0064877663,0.008152592,-0.00686679,-0.002278507,-0.008791895,0.005020091,0.008708489,0.0058040884,-0.007225059,-0.0006698111,-0.008788224,-0.0067660785,0.020232389,-0.005848729,0.0008507966,0.013160394,-0.134846,0.008761605,-0.020389736,-0.0048501664,0.0109838,0.014258969,0.023108032,-0.01443249,-0.00016148601,-0.0049179234,0.008818926,-0.0026650066,-0.01139845,-0.022310125,0.0065670405,-0.0071870205,-0.010071383,-0.0051665474,-0.009911817,-0.0037770504,0.015533748,0.011679786,0.007366919,0.015755514,-0.0013705333,-0.006187362,0.014438511,0.013652549,0.00042060929,-0.01217618,-0.0021859272,-0.01681657,0.00019151112,0.012701694,0.007905301,0.0019659058,0.008941135,0.023045653,-0.008924737,0.0021613613,-0.0024929226,0.004654449,-0.0007013628,0.016342351,-0.0060027223,-0.010926589,0.0055912416,0.0110960975,0.0018451134,-0.014778825,-0.01368378,0.015837282,-0.025344335,0.005104366,0.002129541,-0.013331964,0.02848042,0.0022540418,0.02432889,-0.008024733,0.011155722,-0.018614229,0.019708872,-0.010599371,-0.0064128437,0.00511651,-0.00121175,-0.013323861,0.007996985,0.005857273,0.010326777,-0.0008265097,0.015664678,0.0084166955,0.009004666,0.003708769,0.015449706,0.022095243,-0.00045515737,-0.015378327,0.0025961527,0.0035178168,-0.02117577,0.052048348,0.009575448,-0.0051251743,-0.041841213,0.0038025307,0.0010811895,-0.031103924,-0.0016995525,0.0076031727,-0.010387007,0.006574908,0.005784132,0.014165491,-0.0042944057,-0.008483263,-0.0045575094,-0.016748926,-0.00056809187,0.011783713,0.007629575,-0.021327563,-0.0033325963,0.0365318,-0.0016616882,-0.023814587,0.0067831567,-0.018960651,-0.022049505,-0.01577712,0.025805837,0.010887974,0.0020103368,0.0045406264,-0.009760252,0.025146218,-0.033146624,-0.01189111,-0.0038489536,0.0012009803,-0.008937616,0.011798692,-0.0017734807,0.03984626,-0.0028354502,-0.008679263,0.020048918,0.0046878094,0.012426774,0.010357128,-0.01376678,-0.01242973,-0.0011971105,-0.0041904035,-0.019044043,-0.01629599,-0.0011250505,0.008124893,0.014408022,-0.0066759726,0.004311785,0.00697236,0.014779901,0.0055442643,-0.018526444,-0.006070472,-0.01834722,-0.010902952,-0.0306891,-0.0006010864,-0.010457874,-0.0059739896,0.0051948093,-0.007942559,0.0024328583,-0.0007593549,0.006072611,0.011838348,-0.008858534,0.032358542,-0.008021054,-0.019187205,-0.022363186,0.005099564,0.011101313,0.0023635442,0.0124145085,0.0043594036,0.024229782,-0.00032878274,0.006231722,0.007180882,0.0019310416,-0.009568626,0.005437146,-0.010136791,-0.0037890275,0.021281237,0.010626018,0.012621251,-0.008587828,0.020523742,-0.02634646,0.0094268145,0.0036426347,-0.026865395,-0.011018474,-0.002913554,-0.009170227,0.028831258,0.0054121404,-0.00043106603,-0.029372284,0.00707809,0.001652293,-0.006821094,0.0047993595,-0.00082668074,-0.019689614,-0.023404848,0.014388921,-0.15452535,-0.007995261,0.013488954,0.005579408,0.022160279,-0.009655693,-0.01198979,0.007188533,0.021304613,-0.0002724408,0.011678393,0.0008926694,-0.0006032326,-0.0022385034,0.015326513,-0.01977089,-0.0014383189,0.011437364,-0.019405711,0.015066618,-0.020460311,0.0006612646,0.000472439,-0.00029447058,-0.009173945,-0.0049193404,0.02458954,0.017519506,-0.005759396,-0.0053629805,0.013885036,-0.018087417,0.004804304,0.000935628,-0.0052678143,-0.0145041505,-0.005047226,-0.0007359879,-0.006537705,-0.00034319388,0.014963768,0.00552213,-0.012989705,0.0019899188,-0.009224698,0.008315867,-0.014349371,-0.011941201,-0.02311109,0.0058236425,-0.0007113872,0.014571995,0.012930242,0.003429395,-0.019478207,0.015596354,-0.017137175,-0.0032993502,-0.01212736,-0.007876559,0.011529056,0.0018364098,0.022405254,-0.011222535,0.0068600914,-0.002449941,-0.018116947,0.15080152,-0.0020856154,0.014028517,-0.0053029284,-0.022938758,-0.0058731446,0.010388879,0.01835367,-0.007343709,-0.0049252035,0.004584976,-0.0032814902,0.019566467,-0.018231317,-0.032339495,0.00917033,-0.012484563,0.010818642,-0.0057301675,-0.0021183987,-0.0067362348,-0.00093685533,-0.018092157,0.003960477,0.0064749205,-0.013824921,-0.007782514,-0.0023765138,0.005475757,0.0025096529,-0.0062297373,-0.0024734791,-0.009812465,-0.018355107,0.0061363787,0.008447698,0.011388267,-0.009624586,-0.014493298,-0.027624285,0.0069937133,-0.016048012,-0.02582458,0.0032302078,0.006135811,-0.015062441,-0.012006343,0.009362761,-0.0048277737,0.010461027,-0.035365593,-0.014194414,-0.007825922,-0.0077940254,-0.0049506007,0.0047870516,0.0037490595,-0.02069165,0.0015399618,-0.0062158327,0.017171225,-0.002827358,-0.009704173,0.0179491,-0.015164336,-0.008077465,-0.011458702,-0.00147135,0.017692896,-0.107754774,-0.008397745,0.005566162,-0.021624891,-0.024317436,-0.0008223043,-0.006739866,0.015706044,-0.03406452,-0.007745003,-0.015086164,0.01613477,-0.022947034,0.012729935,-0.003663669,0.023135707,0.0008172474,-0.01101391,0.0117965005,0.00082612014,0.012417183,-0.0046201595,0.0014369476,-0.0040272786,-0.014933635,-0.011715822,-0.019301312,-0.009201544,0.00097244966,-0.0055697835,-0.00601226,-0.005439787,-0.01779846,0.02488187,-0.021727135,0.012262603,-0.0012463923,-0.022248674,-0.011199475,-0.01703183,0.009816191,0.00956579,0.0013906803,-0.023379052,0.019095054,-0.00583456,-0.0077003287,-0.009006406,-0.013355368,0.0066132224,-0.0035625834,-0.0140410885,-0.0035224303,-0.028922448,-0.047708496,0.0061305603,0.01625764,-0.0241324,0.008270819,0.004683984,0.01350902,0.010269989,0.0038904042,0.0015909624,-0.017204182,0.013972805,0.0069550937,0.003728251,0.018409202,-0.0012153592,-0.009424354,-0.01692381,0.013201783,-0.008633577,-0.022701042,-0.00705027,-0.0066653243,0.016206639,-0.0075557893,-0.003944843,0.003787269,-0.0061571053,0.011505588,-0.015617158,0.0027255546,-0.009723694,-0.008139357,-0.008654403,0.013961157,-0.007478411,-0.017218783,0.010818822,-0.008574366,-0.020284418,0.007581574,0.010901798,-0.017763302,0.010902812,0.019706476,0.0034896173,-0.0060421615,-0.015811492,-0.023476074,0.0043468336,0.008526861,0.014593515,-0.000473892,-0.012205317,0.0059677493,-0.01796511,-0.023731504,0.020054433,-7.379926e-05,0.0072467756,0.0069395965,0.017292306,-0.020860514,-0.0016512785,0.0086600585,-0.0010759592,-0.0020320085,-0.025959661,-0.0036355073,0.008060472,-0.017137827,-0.014179994,0.021057801,0.018003376,0.0068134894,0.024187298,-0.014430391,0.009803394,0.0038929079,-0.013288507,-0.0137103535,-0.0238931,-0.015450351,-0.016130084,0.0031501227,0.015761914,0.019791722,0.015463507,-0.017183546,-0.006243981,0.0012214879,0.0042418703,0.0009072437,-0.003156961,0.00019349657,-0.010920818,-0.0046905344,-0.012418746,0.012015753,0.0056595034,0.022454038,0.019014863,0.029755894,0.00554835,-0.0081444,-0.020315737,0.0037223692,0.011489797,0.0138796065,0.004532973,-0.0041043228,-0.021334533,0.0019488769,-0.01549371,-0.020392854,-0.03392003,0.013708396,0.0021098617,-0.003186808,0.0015247087,-0.0023317856,0.0029016333,-0.0041920063,0.0057872185,0.0037486637,-0.07828761,-0.0008424683,-0.01826766,-0.012815933,-0.010156321,-0.0207134,-0.023483701,0.0002000537,-0.02334248,0.0039905696,0.034099914,0.0023093636,-0.006070792,-0.009330102,0.019161796,0.002357566,-0.025631221,-0.00584094,-0.00081668556,0.01415418,0.0095957555,-0.00094438216,0.001251677,0.025252432,0.012601922,0.0016778402,0.004881793,0.009261728,0.010649396,0.0012195437,0.007310998,0.004261957,0.004336121,-0.013463227,0.0021258013,-0.021806149,0.020926539,-0.01905466,0.0012833591,-0.05243925,0.0051348726,-0.0048901383,-0.05672894,0.00069682905,0.0010108281,-0.0014937643,-0.0036372487,0.023437435,0.033415213,-0.026102077,0.023858918,-0.011326491,0.009102387,-0.0045435997,0.023653748,-0.011653342,-0.026275124,0.006734778,0.001912836,-0.0013217075,0.0015560514,-0.01637358,0.007081674,-0.00042616788,0.0052131373,-0.013296479,-0.017871793,0.009501515,0.018155254,0.015905906,0.018043064,-0.0017379278,0.0075151687,0.013532694,0.003235979,0.032438125,-0.013148077,0.00026116078,-0.0030488917,0.028200075,-0.0063044433,-0.007404894,0.03615394,0.022975087,0.025282422,-0.0013257448,-0.0053886683,-0.089279085,0.011945975,0.011058103,0.0006229254,0.004592108,0.023794107,-0.007586346,0.03801115,-0.01818751,0.011312212,-0.018172693,-0.008070321,-0.008924074,-0.0077030007,0.00013432425,0.031325564,0.0055262716,-0.003688443,0.007979067,-0.0045229276,-0.0052348324,0.0023266238,0.0055861403,-0.0005959313,-0.0020627421,-0.07537454,0.010941218,0.0009928636,0.0112695135,0.0060666334,0.009251418,-0.0013578688,-0.009326792,-0.0038617232,0.0026473075,0.01520234,-0.028741132,-0.002755735,0.0024122777,0.0030751133,-0.008293093,-0.0058757258,0.02123097,-0.025734374,-0.017379098,-0.021087188,-0.017926065,-4.874334e-05,0.014722362,-0.017241329,-0.018204993,-0.013139156,0.017543513,0.029534312,0.008997115,-0.021485928,0.0131193595,-0.0090718,0.0063471342,-0.013877342,-0.012463827,-0.0056361086,-0.010636308,-0.0074991025,-0.006221813,0.027987517,-0.0041226223,0.008851758,-0.009763351,-0.0072121234,0.014105134,0.0033820178,-0.0092975395,-0.0062977294,-0.009516648,-0.0089502735,-0.025776297,0.011733983,0.005316272,0.008937488,0.0022428492,-0.010666892,0.0046750656,-0.018286038,0.0004640338,0.014191352,0.0018829117,-0.008357191,0.00698913,0.008236919,-0.000648719,-0.0029756615,-0.01980995,-0.007085736,-0.0046116128,0.009523535,-0.0006198789,-0.0046866843,0.016661188,-0.019514447,0.011494111,0.005092441,-0.006131699,0.025858203,-0.0024470247,-0.015614545,0.006323192,-0.016839115,-0.00015044084,-0.005869069,0.017323213,-0.01485609,-0.008338193,0.012817665,0.009820121,0.009138017,0.005328385,-0.0017574811,-0.0012773463,-0.039771825,-0.00874126,-0.0035822096,-0.023465894,0.005926591,0.007196401,-0.010752023,0.016952476,0.012361253,-0.017002678,-0.0133743975,0.005654837,-0.0018648542,-0.009321703,-0.028503522,-0.001045409,0.0018055547,-0.005227926,-0.006772452,-0.017781412,-0.0050182594,-0.0024872227,-0.00756912,0.0053727464,-0.010252422,-0.0065242043,0.02071582,-0.018379264,-0.011049721,-0.007223511,-0.0019269243,0.017906284,0.01764571,-0.0026553774,-0.033741247,-0.0011945679,-0.0067318976,-0.018546999,-0.0140787475,-0.013938505,0.00024277861,0.02472564,-0.012037555,0.0069694947,0.01211729,-0.017180657,-0.004452579,0.004647104,-0.0011042599,0.019461878,0.0057967277,0.0328336,-0.013246842,0.022068357,-0.0022593676,0.036471236,-0.023207843,-0.015195774,0.036439788,0.015005487,-0.0139446305,0.016363908,0.0008553922,0.0015843242,0.016698126,-0.01005478,-0.013025957,-0.0048885443,-0.0061086933,0.027959062,0.0083020395,0.0065632733,-0.007108353,-0.015773198,-0.008536914,0.0028577556,-0.016819237,0.002111308,-0.009967615,0.0007788864,-0.009101631,-0.0018606407,0.0041365484,-0.0031304157,-0.015306267,4.642215e-05,0.005480412,0.007828639,0.0006031648,-0.02535297,-0.0045847553,0.019765785,0.0038018485,-0.023975251,0.021248655,0.0061356197,0.007091287,-0.015961377,0.015947722,0.021489006,0.013308558,-0.005068732,0.014231547,0.0148910405,0.013101767,-0.0061519155,0.0025061013,-0.010794269,-0.010657003,-0.008480237,-0.008526274,0.00019407469,0.010312343,0.0009151316,0.0092787305,-0.0018289526,0.006620511,0.012181033,-0.024099646,0.020040281,-0.0032302358,0.0121666845,0.018142223,0.0054187407,0.009931045,-0.02047089,0.0023713186,-0.007285313,0.0021650076,-0.0039102994,-0.007834384,0.0019208007,0.007164342,-0.0009688052,0.010264228,-0.00035554875,-0.00971695,-0.020706417,-0.039298482,-0.0012171408,0.012231836,0.0110002635,0.022937128,0.011243639,0.005279834,-0.04122809,-0.015966501,-0.0017772645,0.024555998,0.016230764,-0.033702485,0.017321683,0.002225319,-0.023632914,-0.012741659,-0.027077267,0.011025285,0.01711959,0.019972397,0.025521286,-0.0003683045,-0.0032710063,0.006246749,-0.016144723,0.0069412817,0.012273656,-0.032204527,0.008245106,-0.0024140025,0.0019621153,-0.02064331,0.017354136,-0.007468885,-0.011372484,-0.009878679,-0.01263682,-0.0050045303,0.019665735,0.0070294533,-0.009002348,0.010239969,-0.022541864,-0.028094904,0.008085322,-0.021834217,-0.008180978,0.0026004363,0.013639229,0.003407091,-0.0019306107,-0.024414305,-0.010338725,0.004842168,-0.013622136,0.010723311,-0.0055419942,-0.014948502,-0.004037555,-0.019660832,0.009157896,0.03392708,0.0022370897,-0.013294146,-0.0067166784,-0.016420463,0.015058729,0.004814063,0.0045979023,-0.011315033,-0.008174804,0.019623632,-0.0059692157,-0.006960239,-0.027118959,0.0055242525,0.024658497,-0.0017297035,0.003388476,0.022806294,-0.0019857895,0.0015918695,-0.016183717,0.015136543,0.012686461,-0.030058708,-0.0032522446,0.017525768,0.0069733267,-0.015077011,0.00043109176,0.0035340623,0.007937675,0.0056811566,-0.014457797,0.0018145237,0.01638651,-0.0069684396,0.009177958,0.015952554,0.014763028,-0.01674937,-0.024567757,0.015120982,-0.011323107,-0.03238898,-0.0013481545,0.020663535,-0.008250131,-0.0012819661,0.0022613904,-0.022168748,-0.01793552,0.007857433,0.0028751397,0.002920875,-0.003805632,0.018812418,-0.012460018,-0.0095644435,0.012226197,-0.010868779,-0.023888767,0.01230045,-0.006656171,-0.012433698,0.0047794026,-0.009269527,-0.01926721,-0.005616468,0.01948939,-0.01394646,0.0020859882,0.0069735837,0.00042715008,0.0036481263,-0.009358041,0.008807229,0.026824614,-0.0007192236,-0.0006700605,-0.013886338,0.016564019,-0.008409636,0.024352962,0.0005616293,0.012442163,0.0010416992,0.009963556,0.00069739175,-0.014880694,-0.025847979,-0.00703554,-0.0085238395,0.0047570267,-0.0045080227,0.01729232,0.005548118,-0.019085588,-0.006215299,0.00018325563,0.009142284,0.0016345247,-0.028672423,-0.005769866,0.009683696,0.0068340492,0.017751556,0.009469518,0.0042130793,0.019564506,-0.020275231,-0.005623296,-0.020888643,-0.019690627,-0.0013395823,-0.017308418,0.015380778,0.0055138227,0.014457092,0.010305113,0.02991717,-0.013499424,0.0063667106,-0.015134043,0.016040185,0.01442129,0.008540845,0.021845894,0.0044781445,-0.009803963,-0.008415753,-0.005522538,-0.009706459,-0.009039662,0.010697877,0.004211611,-0.011260083,-0.008738917,0.00088273163,0.00080138684,-0.025795367,-0.00021699541,0.0010759785,0.025769485,-0.005719439,-0.0075793904,-0.02507408,-0.019480573,-0.0021832804,-0.00802511,0.01252376,-0.033006813,-0.008007757,-0.07107023,-0.015567477,-0.013321512,0.014513592,-0.011519494,0.0057080826,0.014432853,0.0012081251,-0.01642903,0.0075249854,-0.0152071,0.020828228,0.00487939,-0.021587744,0.012164202,-0.031172954,-0.009163077,-0.0022035784,-0.01492074,0.008123945,0.007853751,-0.012947227,0.0048095807,-0.0188009,0.011199193,-0.0025335914,-0.003785983,-0.012596298,0.016724735,-0.026704492,0.033216465,-0.00083028036,0.00588793,0.011946374,-0.0033075132,-0.0020123129,0.0055826283,-0.029214464,-0.006649477,-0.015962126,-0.00030327318,-0.025594065,0.009034215,-0.033223473,0.0029391837,-0.019747969,-0.0042184815,0.0020485646,-0.007863307,-0.012251674,-0.012753342,-0.011971422,-0.009745472,-0.014051197,-0.026433265,-0.006291292,-0.0067026555,0.002224122,-0.003834938,0.004332491,-0.009290482,0.001233781,0.010710642,-0.024446057,0.033450525,0.011780993,-0.0063710455,-0.003698102,0.010143994,0.026576007,0.010034968,0.0068094213,0.013886026,-0.0083494205,-0.007020919,0.011522752,-0.015648235,-0.013498282,0.0072176806,-0.010046668,-0.0021970638,-0.0001618073,0.0025207156,0.0024259458,0.00783539,0.01645707,-0.0011888703,-0.002932826,-0.0045553315,-0.0128063895,-0.015846044,0.00372541,-0.013987018,-0.015058099,0.007865,0.019162111,-0.011087087,0.010997463,-0.030119985,-0.046724625,0.034658607,0.0027610364,3.3900355e-07,0.025164403,-0.005580805,0.0035791195,-0.009546803,0.012551484,0.004314562,0.001742296,-0.009498578,-0.017061004,0.016352018,-0.006128291,0.021510277,0.0056325602,-0.0019412717,-0.0145271355,-0.013163211,-0.01663108,0.026854524,-0.0070410143,0.0020093604,-0.011014874,-0.009769293,-0.0052171387,0.022469252,-0.003831164,0.013612356,0.0041474462,-0.0013657027,0.0064216754,-0.01634395,0.0072319917,-0.0030836952,0.0023085976,0.009241973,0.0017475972,-0.0051762173,0.035985317,-0.009127184,0.0020285083,0.020026112,-0.009055718,0.009907598,0.0045749224,0.026368713,0.010084987,-0.0023434856,0.009220205,-0.0040958244,-0.02913162,-0.0121331625,-0.010255523,-0.0011996772,0.01570376,-0.008570319,-0.011152219,-0.022632929,-0.0015331093,0.01444211,-0.0024196396,0.03713777,0.01198617,-0.019530017,0.008731907,0.008992934,0.009467856,0.009111011,-0.003845353,-0.0064921365,0.011948883,0.0046129655,-0.025597768,0.012751994,-0.0028428752,0.008072874,-0.0015831285,0.0007426242,-0.014959842,0.014811298,0.015076397,0.03722338,-0.0022447372,0.023619462,-0.021155879,0.013547384,-0.0049683778,-0.010014676,0.019319715,0.0010276895,-0.013366837,0.013078618,0.004920522,-0.001572491,0.0093209585,0.024703113,0.00545975,0.010640067,0.0011596349,0.0090973275,0.018060839,0.015657067,0.001985094,-0.01698482,-0.0099641625,-0.019220624,-0.021140136,-0.037176266,0.014635227,0.01951141,0.0058591194,0.0022017634,0.011045856,0.17557445,0.12293077,-0.00782502,0.0068545924,-0.0086749615,-0.011598257,-0.03471819,-0.011670444,0.013509727,0.014927484,-0.020184385,-0.013107975,0.014095663,-0.0273607,-0.0038535125,-0.0036662773,-0.016633943,-0.0076459562,-0.008602248,0.016138317,0.018509272,0.016014012,-0.0086061815,0.017670702,-0.019863244,-0.0008384829,0.0051142317,0.006560397,0.023031881,-0.007729583,-0.009859114,0.010448729,-0.025042672,-0.018251862,0.03212706,-0.0049872254,0.0083520375,0.021648288,-0.005438734,-0.015994819,-0.0007756319,0.019807449,-0.017364262,-0.01568246,0.0008036633,-0.0066830455,-0.008936922,0.007845777,0.004336225,-0.011407723,-0.011546025,-0.001330697,-0.004521579,0.011292401,-0.008352616,-0.010736665,0.019345181,-0.012560676,-0.008645372,0.0013171688,0.011582056,-0.03184096,-0.0033503394,-0.0010594078,-0.0025428496,-0.01177123,-0.002498175,-0.014970779,-0.008420224,-0.009680549,-0.010882002,-0.006700454,0.005950072,0.014630077,-0.0182267,0.003084754,0.025639547,-0.012119204,-0.0064168638,-0.019838832,0.005587485,-0.0011332077,0.013271882,0.022649916,-0.0041230824,-0.004047271,-0.008854976,0.010059402,0.10469388,0.008665838,0.013717093,-0.012591153,0.015808217,0.0066929203,-0.0007667461,0.048492957,-0.0024005931,0.0025554735,-0.010098603,-0.013752274,-0.015017056,-0.018512141,0.014182223,0.0027447562,-0.0068934932,0.020359686,-0.017645493,0.0147393,-0.032471452,-0.0028357022,-0.005382449,-0.009974012,0.020908255,-6.254918e-05,-0.0053569996,-0.019113235,-0.021591322,-0.0070031076,-0.110890694,0.0019756178,-0.010824072,0.0049619405,-0.01140782,0.010702601,-0.008473862,-0.011434988,-0.0008763351,-0.020506984,-0.007386694,-0.018044697,-0.02409907,-0.013797043,0.013859854,0.020029088,-0.005745909,-0.01723912,0.0039669964,0.016113918,0.0103860255,-0.01227604,-0.02458196,-0.013322266,0.01753796,0.017585697,-0.012990807,0.01121209,-0.022499196,0.024147322,-0.0041395565,-0.008116479,-0.0053646886,0.00714149,0.0015425168,0.004456724,-0.008504372,0.003976357,0.0030042606,-0.012978305,0.0027985966,-0.031242395,-0.010521315,-0.019487053,-0.019076556,-0.031250305,-0.011081848,-0.02293624,-0.0054238844,0.0018984565,-0.0024202976,0.0017510357,-0.005969063,-0.014991444,0.0053484784,0.008383605,0.020499537,0.0025468452,-0.017684387,-0.013303699,-0.0020089333,-0.012829872,-0.006983989,0.016681163,0.006237582,-0.00932114,0.0068250634,0.000909321,-0.021803288,0.005564229,0.013180623,-0.0064205183,0.0002911859,-0.016093014,-0.013349003,-0.011287198,-0.011884566,0.012360161,-0.013408768,0.007593359,-0.03184753,0.009122038,0.011503218,0.110205635,-0.004769543,-0.006728994,-0.009450793,-0.004081211,0.011160617,0.0035774738,-0.005171193,0.025453838,-0.0014143757,-0.006340008,0.010987262,0.019045258,0.0088729635,0.024002071,-0.02028716,0.027270311,-0.0013435347,0.0036479228,0.011659386,-0.016875567,-0.011134637,-0.016868252,-0.010455889,-0.011232654,-0.00038787394,-0.00790624,0.007981813,-0.0014531818,0.014639553,0.009965253,-0.0005975685,0.0051434767,-0.008997568,-0.0025257727,-0.001736789,-0.01095795,-0.0044037458,-0.018447796,0.008740367,-0.009488089,-0.0024201905,0.0035052556,-0.0058838213,-0.04555923,0.19418046,-0.0061481646,0.018636292,-0.014868763,-0.005985996,0.020174704,-7.427235e-05,-0.001881154,0.018408721,-0.011155273,0.028111584,0.0043732678,-0.007984754,0.0076344255,8.155169e-05,-0.008808078,0.003145417,-0.018057374,0.0024046875,-0.0046203146,-0.025081376,0.0071984874,-0.006176985,-0.02614174,0.0013206064,0.013661861,0.023003913,-0.0067126807,-0.004773814,-0.011901957,-0.0020447338,-0.0077901403,0.012343234,-0.002927453,-0.015731711,-0.0067967554,0.018012704,-0.0042787073,0.02172636,0.0038849926,-0.0054421034,-0.002623722,0.018712137,0.0077919685,-0.013609511,-0.0028527938,-0.03135324,0.018504797,0.007730343,0.009791656,0.007391953,0.008093636,-0.011467674,0.00047401353,0.004399032,0.0039075245,-0.0037522928,0.0019888207,-0.024812086,0.0062901205,-0.013751378,0.023698125,-0.03482342,-0.013916964,0.024560614,0.026343724,-0.005061974]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 201,
          "content": "Minister of Economy, Trade and Industry Akazawa Holds Meeting with H.E. Dr. Sultan Al Jaber, Group CEO of Abu Dhabi National Oil Company, Minister of Industry and Advanced Technology and Special Envoy of the United Arab Emirates to Japan, and H.E. Dr. Thani bin Ahmed Al Zeyoudi, Minister of Foreign Trade of the United Arab Emirates",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.040210962,-0.024620594,0.0058511733,-0.07682155,-0.009765372,0.019819133,-0.0049624373,-0.005179156,0.018487256,0.018094052,0.0038945393,-0.0105893845,0.02781238,-0.0005222002,0.10601891,-0.01067507,0.02424971,0.037931662,0.009558203,0.027120791,-0.010223957,0.006087566,0.01586976,-0.04915024,-0.0063598794,0.0077213766,0.014503115,-0.003576904,0.034611322,0.0060746134,0.013883572,0.023732655,0.01240345,0.040631063,0.02270948,-0.0016476779,-0.0010123556,0.005734566,0.0020186065,-0.026438167,-0.009798103,0.013840225,-0.03720305,0.018282168,-0.024193343,-0.029931134,-0.017835435,-0.005239808,0.014669609,0.00546849,0.03959682,0.021984681,0.01690803,-0.16259187,-0.029932108,-0.006602742,-9.171057e-05,-0.012070465,0.019515157,-0.01078156,-0.012841276,0.03855768,0.0038074057,0.011095732,-0.021970361,0.01669363,0.011113588,-0.022881435,-0.0073632956,-0.022029864,-0.0011375425,0.024574008,0.0035481283,0.012897997,0.012694455,-0.0026370848,-0.00026018603,-0.009327895,-0.0105784405,-0.022287354,-0.020742062,0.0033105994,-0.0024966493,-0.009380372,0.007508309,-0.02423435,-0.0072820424,-0.014866655,-0.028113877,-0.00392959,-0.0006702776,0.0217129,0.019731764,0.020998653,-0.0403905,0.024688289,-0.004951879,-0.03745747,-0.004044031,0.0007796236,0.0026021344,-0.015008685,0.0006120118,0.0036270116,0.015193356,0.019751614,0.017634332,-0.023578176,-0.0054624407,0.01945696,-0.006420667,0.006992242,-0.03100927,0.025965309,0.014979761,-0.118719906,-0.02135634,0.011229491,-0.011606012,-0.012708659,-0.01184916,-0.013394099,-0.0010577831,-0.003965571,0.0076827393,0.0012090611,-0.00037972938,0.014841942,-0.000139693,0.013475445,-0.0064391643,0.029572727,-0.0112919025,-0.0006295753,0.021422558,0.057081003,-0.009112505,-0.021127935,0.00088739925,-0.0010263959,-0.014085943,0.011803756,-0.00081737654,0.014166328,-0.017529814,-0.0074854004,-0.004652622,0.023930268,0.033771947,0.013045451,0.010289786,-0.0017311256,0.005864074,0.011584302,-0.03071628,-0.035557806,0.010905504,-0.031355444,-0.028909253,-0.01710463,0.026703378,0.0230818,-0.028306669,0.014052644,8.693865e-05,0.016479442,-0.00027575647,-0.011782051,0.013529079,0.008652683,-0.042004254,-0.005722139,-0.004959122,0.017486759,0.00214954,0.016345581,-0.005345244,0.003201498,0.005949869,-0.013577299,-0.018990045,0.050615426,-0.0003852328,0.00877719,0.015794683,-0.0094475495,0.0011466823,-0.023241749,0.013803629,0.012211332,-0.03197632,-0.0019462296,-0.012408877,0.0050581917,-0.0040396214,-0.017032804,-0.033359688,0.0018281657,-0.013019534,-0.023686055,-0.006643537,0.023041978,-0.011162113,0.0027556438,-0.0163925,-0.028942663,-0.008234662,0.005788134,-0.019474177,-0.0049929204,0.004426732,0.009423689,0.0023985298,-0.03323111,-0.0002956631,-0.017495053,0.025214566,0.0051155724,-0.0022819652,-0.021460839,0.019738,0.0026057954,-0.004408679,0.012995761,-0.013991631,0.014078828,0.002696377,0.008264573,-0.013157056,-0.01724842,-0.006293674,0.011087469,0.016514774,-0.026703024,0.010867223,-0.0046214713,0.0047850474,-0.0013913845,0.005766665,0.03086387,0.0079789795,-0.0022615716,0.03473773,0.03391652,-0.01982819,0.0018339751,-0.008573358,0.0027937351,0.010674635,0.019827107,-0.009968765,0.004170816,0.010130754,0.004123563,-0.027705153,-0.0027560024,0.009181925,0.0063981623,-0.00064981857,0.02880486,0.004787513,0.02024963,0.007842101,-0.011860871,-0.047983404,0.021962427,0.012025613,0.019751256,-0.029588608,-0.0016187637,0.0005939685,0.020376187,0.010737585,-0.007741073,-0.007176567,0.00492969,-0.04400182,-0.0071006604,-0.011996553,-0.023464702,-0.025778858,0.0077116103,0.009295334,0.013376001,-0.027141564,0.008808808,0.0042987936,0.01390458,0.0075874953,-0.012095888,-0.0033331807,0.019231128,0.031610534,0.00067470747,-0.004883945,-0.004438955,-0.023759328,0.0153612215,0.029194832,0.010277718,0.005765762,-0.018982552,0.0070039234,0.053126004,0.0012738686,-0.004606625,-0.030489728,0.010770241,-0.005274102,-0.0148222055,-0.052719735,-0.006002863,0.040112026,-0.0014759436,-0.0030628056,-0.010010394,-0.013359448,-0.021191927,-0.019526798,0.011150685,-0.0027893772,0.0060743084,0.011476115,0.027263433,0.0037266696,-0.004576413,-0.007939485,-0.009363468,0.020970454,-0.019751951,0.019244926,0.019465975,0.0112875635,-0.012345585,0.0012469675,0.027719624,0.006147663,0.012065532,0.016657947,0.0049563283,-0.027317679,-0.0010438882,-0.013223412,0.011958307,0.0070948466,0.01735233,0.02452567,-0.013256451,-0.014034093,0.00069425727,-0.0049566575,-0.010669977,-0.018479204,-0.010130697,-0.033114307,-0.0003735363,0.010287943,-0.01951256,-0.02764506,0.018824747,-0.01939559,0.0010327753,0.009213907,-0.0025645085,-0.018312447,-0.003981726,0.0034218791,0.010617898,0.0020210347,-0.051493138,-0.025971796,-0.034167547,-0.0055110604,-0.017821915,0.048297085,-0.015283246,-0.007680832,-0.013450779,-0.009248288,-0.0004421517,-0.0035645533,0.0018662116,-0.0053131417,0.009134655,0.021516731,-0.025703734,-0.010752348,-0.0066774115,-0.00680397,0.030306906,-0.033457726,0.008992463,-0.010347733,0.032346554,-0.0059623225,0.0071381293,0.04324148,0.019236466,-0.004442481,-0.04449171,-0.010872322,-0.012739474,0.024088653,-0.01487484,-0.0057788105,0.0016988612,-0.00044830746,-0.028067082,0.0046624714,0.021350272,-0.008732379,-0.014807,0.0007882586,0.016428271,0.018960513,0.0417619,-0.00050944014,0.03252866,-0.016886218,0.01002661,0.025759662,0.015879845,0.000921886,0.008151733,-0.009657496,-0.03255472,0.013736899,-0.0048784516,0.00035933696,2.2120807e-05,0.009394563,0.0073994063,0.0068760654,-0.012125072,-0.018986057,0.004405092,-0.022753201,0.0022869513,-0.0149605535,-0.003945847,0.0018821878,-0.0006422103,0.010227786,-0.0020948022,-0.024506,0.022952603,-0.0074163927,-0.028100744,-0.044276606,0.0077452953,0.008500491,-0.01846401,0.030573681,0.009802345,0.018381843,0.017018568,-0.00041681266,-0.020111466,-0.008055817,0.04782897,-0.013796924,-0.0051636253,0.0013645636,0.00676985,-0.009711714,0.033394363,0.015631143,-0.007160403,-0.0023832573,0.019227022,0.021592535,0.040879183,0.01730093,-0.00656521,0.010358022,-0.00028418464,-0.033462536,-0.026357697,-0.006012402,-0.0042687715,0.032340426,-0.0058014626,-0.016640533,-0.014594013,-0.020913554,0.0127988495,-0.007813216,-0.024930634,0.009246054,0.0032893603,0.0031154244,-0.0012598038,-0.013291343,0.03894289,-0.021970963,-0.0105975075,0.014776125,-0.021173876,0.020990409,0.0064895255,-0.030111708,-0.009338333,0.009086862,-0.043466073,-0.028129648,-0.016252778,0.00449313,-0.011905711,0.0060815252,-0.0068773986,0.0176048,-0.0012928644,0.005791017,0.0090524005,-0.006648949,0.0025826439,0.007301793,0.018047886,-0.01005267,0.011999888,-0.007840918,-0.004142764,0.010906684,-0.013137881,0.02878719,0.006200931,0.036832694,-0.005005673,0.023064986,0.027618045,0.009684185,0.029292708,0.029731134,-0.004712162,-0.025908003,0.0085142655,-0.015499373,0.0065384377,0.035488233,0.013845028,0.009510703,0.00058065896,0.0003907297,-0.0022806143,0.014147431,-0.030177651,0.014769476,0.010729206,0.024434341,-0.02584498,0.011670118,-0.008634385,-0.021165134,-0.007914046,0.003604122,-0.011855511,-0.03898193,0.005523774,-0.0056369463,-0.012199291,-0.014061225,0.013698853,0.013453509,-0.020901106,0.0012861307,0.019251056,0.0019736239,0.0016153315,0.0077032614,0.018124808,0.015524223,0.019085951,-0.007182305,-0.012875996,-0.019696912,-0.032571595,-0.009323949,-0.015610787,0.0034915525,0.017584505,-0.02087114,-0.009605072,-0.011584215,-0.027777813,0.01612688,-0.0053800056,0.027868088,-0.025306119,-0.0064511993,-0.005832807,0.0009994276,-0.012973562,0.014974117,0.014924747,0.004389265,0.023901649,-0.01806127,0.004095018,-0.014678379,-0.01892064,-0.015654616,-0.019923609,-0.014684234,0.00031445947,0.009800376,0.015191674,-0.008602694,-0.0034305167,0.021118453,-0.03393198,0.006638681,0.006578645,0.0002890385,0.0044073854,-0.011238769,-0.04819158,-0.021709818,-7.644544e-05,-0.01910461,-0.013474858,-0.0087569645,-0.01546388,-0.0035006427,0.029508222,0.04395718,-0.008886101,-0.0015687037,-0.14135726,-0.014856057,-0.009338353,0.029534716,-0.012938474,-0.0022960312,-0.012155749,-0.008161632,0.04349043,0.0041364115,0.023690479,-0.003618484,0.005313697,-0.01560502,-0.03433296,-0.013843612,0.034905773,-0.011280092,0.009408136,-0.0033093202,0.054814767,-0.013130721,-0.008844635,0.0066934675,-0.025013916,0.008271572,0.004704497,0.015177881,-0.013627668,-0.015137402,-0.025186079,-0.15227985,-0.02175634,0.00046561568,2.8513581e-05,0.014650583,0.002419598,0.004656946,-0.02993492,-0.017565927,-0.023518885,0.008067516,-0.008625107,0.0001225791,-0.028301667,0.013156876,0.064736344,0.004033763,0.012924794,-0.0076610916,0.005948277,0.016326237,-0.00646719,0.035885535,-0.017331257,-0.01590078,-0.011124727,-0.015045303,0.015922436,0.006162502,0.0022631672,0.024498245,-0.00060459774,0.017996425,-0.0003132209,0.017317442,-0.007995441,-0.014738231,0.011359573,-0.0071865283,-0.014587648,-0.021039722,0.0069386135,0.014482598,-0.007920509,0.01645606,0.016030163,-0.013410507,0.0024692896,0.011638639,-0.021225957,-0.003629051,-0.084818535,-0.018094739,-0.0042295847,0.0042331703,0.008079016,-0.021015288,-0.0061185597,-0.011401422,0.013226746,0.00036575625,-0.02407324,0.013179309,-0.010658897,-0.027454406,-0.032073922,0.014111001,-0.01023219,-0.018477537,0.048629392,0.0026642773,-0.005105714,0.009589893,-0.0011785044,-0.010543795,-0.010018515,-0.019993309,0.031737905,0.024671504,-0.013291096,0.0011636047,-0.025249144,0.022642175,-0.0020076497,-0.0049261167,-0.0033141177,-0.035310615,0.015649091,0.019223558,0.01601301,0.010628927,-0.0010398544,0.024840513,-0.013061703,-0.008694007,0.005611806,-0.0042595225,0.015868625,-0.02208817,-0.026487691,-0.06240944,0.005581082,0.009475253,-0.012522434,0.0020114675,0.020505508,-0.0052608177,0.0075472193,0.010957994,-0.014758621,0.013708883,-0.011291566,-0.0012244853,0.011717236,0.0027696914,0.0037619781,-0.0037724061,-0.0049455347,0.0025034065,-0.0024946139,0.002424022,-0.011772242,-0.014943847,-0.012876701,-0.004722203,0.0041750805,-0.010028436,-0.002283361,-0.0065470883,-0.036730632,-0.011423364,0.005240794,-0.007866598,-0.020713547,0.008275107,0.012068266,0.0075150672,0.009397638,-0.0068151425,0.0012077299,0.005448849,-0.0051176283,-0.0015341613,0.011981727,-0.009163117,-0.018077001,-0.00612983,0.0075448845,0.006789553,-0.0032715236,-0.0026241883,-0.013177305,0.010054825,0.024255646,0.0018075984,0.002923525,0.003539677,0.007166298,-0.0012490263,-0.009148104,-0.0016954814,0.005376595,0.0048348685,-0.001165637,-0.005077292,-0.014214036,0.0041514514,0.004824057,-0.009995021,0.0017666675,0.012071953,-0.0045244023,-0.02000045,-0.0002732452,-0.00025871498,-0.0008944406,-0.006869421,0.019590568,-0.01374791,0.010489772,0.0036515715,-0.008515872,-0.0008080235,0.016853802,0.0073808725,0.0045239874,0.0015976174,0.0017728307,0.028120577,0.020090709,0.003339033,-0.0019819813,0.022584014,-0.0074528633,-0.0033366724,-0.018799713,0.0057963002,-0.007506535,0.004565893,-0.0046816147,0.01206966,0.0026017672,0.015973872,0.009358549,-0.014698059,-0.014822927,0.0015165836,0.0054757553,-0.0020582117,-0.003809732,0.009204331,0.015439691,-0.0054006856,0.016977493,-0.0026977495,0.0062093195,-0.011694319,0.009664397,0.0021675392,-0.0037497666,-0.024883084,-0.012995563,0.013507657,-0.010470605,-0.0036583086,-0.0020613177,0.0027868995,-0.0131015815,-0.0071345125,0.0024923626,-0.0022538113,0.023856778,0.010649766,0.0043240734,-0.00939149,-0.006993001,0.026125776,-0.00689842,-0.0049846773,-0.01787161,-0.0116547635,0.005636157,0.008360812,0.025562678,-0.004100724,-0.018740218,0.009625079,0.004148664,-0.021969423,0.019242704,-0.0042017777,0.019715235,0.003486398,-0.0033745503,-0.010798581,0.020757644,-0.025321217,0.0035637335,0.003621161,-0.01061263,-0.01801434,-0.014571462,-0.019663058,0.0041133766,0.003578222,-0.002289724,-0.0016219072,-0.012097079,-0.018190213,0.009783532,-0.009178968,0.0014295516,0.031278197,-0.0056320806,0.010887774,-0.008143952,-0.002986629,0.004884803,0.017621081,0.0047017466,-0.0035479802,-0.009356107,-0.009247572,-0.011238139,-0.0006037885,0.001519183,0.0028399776,0.012952592,-0.0002822079,0.007603148,-0.016341964,-0.008802942,0.0020390635,0.0015615067,-0.012342107,-0.024361663,0.008694002,-0.0053732186,-0.009863357,-0.023138458,-0.006644267,-0.006140442,0.0061936826,-0.0056347223,-0.0020609444,0.0032469204,-0.020568395,-0.009624313,0.010016223,0.0037501412,0.0982302,-0.003503775,0.009065159,0.008992684,-0.0066615283,0.0106091015,0.01005226,0.0046781073,-0.0060320715,-0.013446311,0.01471787,-0.0009110912,-0.004400359,-0.005675263,-0.009613193,0.0026461573,-0.0067852587,-0.0012921037,-0.008855271,0.005711739,0.007193469,-0.009202399,-0.011969531,0.0020195707,-0.002660744,0.0036752343,0.007169956,0.0018688389,0.012237624,0.004959802,-0.0017037647,0.004725712,0.00042301323,0.0006669083,-0.010269777,0.0038664916,0.0017637869,0.034544777,-0.0049694534,0.0012786173,0.013876937,-0.0026273525,0.0066160248,-0.016273096,-0.012132346,0.010210837,0.008491451,0.020272192,0.010726244,0.003069613,0.004753103,-0.020662472,-0.011202882,-0.017943755,-0.005038302,0.0036696612,-0.006305988,-0.0029119258,0.02606174,0.0167159,-0.0034858622,-1.935697e-05,-0.0050151176,0.020582944,0.012144596,-0.0020082633,-0.007523146,0.0005991045,-0.007354626,0.014000128,0.015058536,-0.005891203,0.0044996445,0.004561522,0.00039031537,-0.0016177075,0.000888465,0.003736735,-0.00634964,0.00071425515,-0.006174637,0.009933886,-0.01636931,0.002757812,0.021245748,-0.00088093645,-0.0027137448,0.004861704,0.008149938,-0.004478276,0.005850314,-0.0013486488,0.0071099154,0.0138256475,-0.019971278,0.008808947,0.036905695,0.00617828,-0.008517785,0.00093625207,-0.004963929,0.0004556913,0.0058966,-0.0088125095,0.020821087,0.008181657,0.0056480654,-0.0031887065,0.0138427755,0.02506438,-0.00088223675,0.01122935,0.0020143623,0.018529844,-0.008851678,0.005777277,-0.0017841435,0.009137775,-0.00414346,0.007865429,-0.015859865,0.0018451733,-0.00026937624,-0.0058375397,0.0030153764,-1.6770768e-05,-0.009776831,-0.00043657163,-0.0029026882,0.0070313266,-0.0025116592,0.0058638942,-0.0019722765,0.016925387,-0.0040254034,-0.0015304579,-0.005447928,-0.016282521,0.0030495257,0.014992104,0.00088920677,0.0077159004,-0.006268716,0.0016193406,-0.00076506275,0.008372069,-0.010500981,-0.015057483,0.0018286967,0.008209874,-0.0028761018,-0.012782122,-0.009122836,-0.0013165475,-0.013933725,0.007866729,0.021104688,-0.012734465,-0.007839639,-6.562437e-05,0.008334437,-0.014253797,-0.00558096,-0.016219247,0.011788988,-0.00041037245,0.0025413805,0.0077215577,-0.008592451,0.001131579,-0.016107835,-0.0024565125,-0.008331358,-0.010413699,0.006707556,-0.013876389,-0.018021232,0.00025199243,0.0012291059,0.009923702,-0.0012534497,-0.010660701,-0.005873419,0.008546626,0.034927536,-0.002070315,-0.009751195,-0.020947484,0.009649889,0.006536891,0.0015078331,-0.0017788488,-0.0029157556,0.032244973,-0.010210669,-0.0006460284,0.020878507,0.019523421,-0.006821977,-0.021146292,-0.017728066,0.0030119217,0.0006076248,-0.007860311,0.0011631958,0.0100547,0.003697871,-0.0062344247,-0.003295757,-0.015158592,0.0042358516,-0.01736748,-0.010330073,-0.002218809,0.0053596785,-0.016207885,-0.009144406,-0.022250399,-0.0011325532,-0.008823084,-0.005210132,-0.021782668,-0.0038416577,-0.013937019,0.0008631958,0.015160175,0.008679527,0.013947342,0.013145326,-0.0020447662,-0.00430205,0.0013574414,0.0033719833,-0.006842608,0.021130506,-0.004285032,-0.0018671808,-0.0013640678,-0.013382818,-0.0010979817,-0.021484582,0.017054755,0.008931745,0.00075868896,-0.018396994,0.016178895,-0.0056963456,-0.009051239,-0.026869081,-0.0048321756,0.00036706158,0.004313096,0.006412525,-0.013433721,0.0033163144,-0.013570021,0.0013305763,-0.045592096,0.015993476,-0.0072043156,0.0014586728,0.0012468214,-0.0024101196,-0.011130462,0.0038099638,-0.0023959503,0.016284157,-0.0023315228,-0.01774971,0.0048893974,-0.018409442,0.0033135212,0.0052529112,-0.0036579035,0.0018440334,-0.01033866,-0.009955039,0.0035455565,0.014220035,-0.009345356,-0.007239025,0.01946751,0.019327005,-0.0010161075,-0.013100419,0.0067436635,-0.00035030377,0.0045437687,0.010154509,0.008591785,0.013173331,-0.0063939546,0.017808923,-0.013890116,-0.008126173,-0.015453437,0.0011622595,-0.003406648,0.0029457633,-0.015515451,0.008153075,-0.00088136294,0.0024335466,-0.004568566,-0.010533847,-0.00093799765,-0.015947374,-0.007657136,0.011147628,-0.0073910453,-0.0018870448,-0.005322747,0.01124757,0.014844876,0.02494477,-0.008218625,-0.0025513172,-0.007475346,-0.0034544962,-0.008620817,0.0055640847,-0.022761412,0.0044825966,-0.019363394,0.0046950616,-0.008973038,0.013591258,0.0027467054,-0.025673013,-0.008713261,0.0014267742,-0.0059159896,0.014995794,0.0243657,0.014604976,-0.003615606,0.025057618,-0.001437197,-0.006604663,0.0057785567,0.0006360332,-0.0139637515,0.010085331,0.013686363,0.0025781768,-0.006728584,0.016015204,0.0026648543,0.010816086,0.00210867,-0.0026348273,-0.011676248,-0.007802813,-0.023357477,0.0073579517,-0.0020456167,0.030479489,-0.0003436314,0.0044228416,-0.017861085,0.013338672,-0.025532758,0.016610714,0.0019472598,-0.017425373,0.002326864,-0.00083570596,-0.01352088,0.010634636,-0.009476343,-0.028274672,-0.0022429978,0.009327041,0.0024523865,0.00797518,-0.0047948435,0.014930822,-0.021768516,0.016548065,-0.004009689,-0.020069547,0.014883189,-0.0027419867,0.008100366,0.01328348,-0.013561352,0.007399872,-0.020280138,-0.0018477471,0.007113255,-0.011257414,-0.007266017,0.007207183,-0.0018444227,-0.00773177,-0.006187737,0.0035968563,-0.007165697,0.0022119759,0.0017036384,0.014579677,-0.0004922704,0.023150066,0.0039727883,0.008588215,-0.0034938008,0.020553526,0.014569519,0.0009812376,0.0029433675,-0.0016448417,0.011950452,0.009765384,0.0012473924,0.01923684,-0.019310506,0.0069510713,-0.004720714,0.008358287,-0.015427517,-0.004156829,0.010627488,0.0024686228,-0.012123647,-0.0016226156,-0.011679928,-0.0069869007,-0.0008643747,0.00491909,-0.004947104,0.018087381,-0.0060743787,-0.003352139,0.028212119,-0.0013481557,0.0022182497,0.002998127,-0.006066754,0.011761139,0.012905227,0.003135144,0.0005880462,0.00141392,0.019081756,0.0071119876,0.0041269697,0.018990414,-0.013102991,-0.013532327,-0.0046496983,0.006435349,0.011451504,0.01387068,0.021659777,-0.0057743364,-0.017156184,-0.008103189,-0.009270688,-0.017469617,-0.015506882,-0.012971087,-0.027320903,-0.08927683,-0.0010433046,-0.011542804,0.00048876135,-0.009578637,0.02040897,-0.0075154677,-0.016386705,-0.0016581055,0.002593614,-0.0018839645,-0.0021770084,-0.012327593,0.02907266,0.016499622,0.0035085164,5.9989474e-05,-0.0036147945,0.010803244,-0.0007709438,-0.013390766,0.0110190045,-0.0018113395,0.007677782,0.012840315,-0.0077006677,-0.013641068,-0.0058445586,0.015577492,-0.015832707,-0.011095413,0.0104263015,0.017851446,4.9376387e-05,0.014602984,-0.004517038,-0.014951108,0.021246722,-0.12421716,-0.011928172,-0.0089832,0.0058068135,-0.005479303,0.0072751814,0.0021762757,-0.019732341,0.0028128922,-0.0016554281,-0.0051632673,0.008584443,-0.01826462,-0.011368111,-0.0007396907,0.007411094,-0.0013524748,0.00621931,0.0067551327,-0.0094006015,-0.0056480616,-0.018523062,0.0012153684,0.009756871,-0.0030877294,-0.008076376,-0.004246928,0.0202432,-0.020100731,-0.019618195,-0.0053475224,-0.0072691166,-0.0019550205,-0.0022368247,0.017735172,0.0041230824,0.022412715,0.0049893307,-0.015718952,-0.002377772,-0.010106327,0.0044787223,0.0010308314,0.0064785294,-0.011611809,-0.012850788,0.004135807,0.0002667963,0.015449807,0.0040699434,-0.012396996,-0.0014537586,0.005965558,0.0076632216,-0.015283835,-0.009934897,-0.00026897524,0.0009838704,-0.011169945,0.0010052118,0.004765936,0.008568057,0.0046525523,-0.014470891,0.003771141,0.0026992043,0.01265598,0.016128454,0.0017020922,-0.005461045,0.008278105,-0.009665292,-0.0016892562,0.008627481,-0.020747056,0.009523338,-0.000257037,-0.0045612203,0.0086608585,-0.0116475485,0.0025440834,0.004234942,-0.04411109,0.0039733513,0.0055528497,-0.009873319,-0.018948251,-0.0027448018,-0.0005742184,-0.06379595,-0.0068225004,-0.008440453,-0.012061701,-0.012382696,-0.0065561873,-0.0068752845,-0.006182477,-0.0049020024,-0.011850443,-0.029155709,0.0012895981,0.0036857054,-0.0016739849,-0.010875564,0.0036552132,0.014547459,0.010910861,-0.0066242586,0.009896204,-0.04079553,-0.0076724715,-0.021595886,0.016862012,0.01084364,-0.002044504,0.0012135262,-0.025493639,0.006485895,0.0027009097,-0.0057550906,0.0018144895,0.0022614456,0.016230818,0.0018253451,-0.01628351,0.016061729,0.020901546,-0.002490996,0.029049797,-0.014227981,0.003698398,0.0069398778,0.010629611,0.005712478,0.01484352,-0.003727625,0.02282758,0.002444208,0.011705015,-0.021594467,0.017819963,0.0061555076,0.002552196,-0.008100237,-0.005238183,-0.0031316064,0.025990859,0.016538592,-0.029094031,-0.004626979,-0.016645387,-0.0007476124,-0.009789783,-0.013411885,0.00024366441,-0.008523641,-0.018694846,0.009717929,-0.00905698,0.01185765,0.0009423826,0.027674945,-0.015334307,-0.00750756,0.0016286437,-0.0009900146,-0.001588744,-0.0007840205,0.020290408,0.042004533,-0.0026833091,-0.00595974,0.019863335,-0.004730755,0.010897642,0.0113623375,0.0005652262,-0.003844497,0.0018266601,0.002422684,0.011657699,-0.011663371,-0.034851983,-0.0072620274,0.0054913275,-0.00010003829,-0.0011451569,-0.015888274,-0.017056072,-0.014969584,0.022238115,0.013020178,0.0016582052,-0.015799245,-0.022272535,0.014459586,0.0048211035,0.008438015,0.007856052,0.007209218,0.003528216,-0.017009787,-0.0011110557,-0.16896592,-0.012343223,-0.0016401669,0.016448364,-0.027007295,-0.011663547,-0.0016748944,-0.0023856028,0.016246978,0.0032096105,-0.0011687886,0.0049614348,0.0021854627,-0.007477094,0.022345776,-0.007528859,0.015153636,0.008226751,0.029208137,0.013245936,-0.034035902,-0.022343196,-0.01542796,0.022713343,-0.032142196,0.006838672,0.013884135,0.008567218,-0.015475846,0.027515851,0.0067933016,-0.017002095,-0.02510778,-0.004082794,-0.0054394994,0.0056394925,0.0027661494,0.01823682,-0.011232895,0.008445289,0.008720125,0.010801775,0.0022170886,-0.011141714,-0.016722543,0.007112745,-0.017526254,-0.0021940195,-0.013443665,0.0044312966,-0.003684489,-0.011330562,0.012307937,0.024541767,0.02415952,-0.012337617,0.018953502,-0.041340377,0.0113232415,-0.0062746448,0.0176123,0.008630253,0.01919122,-0.012246935,-0.005810437,0.0017286753,0.019911166,0.14710632,-0.0030117582,0.015253749,-0.04043959,0.01895724,0.012832174,0.037893586,-0.006668387,-0.0073459577,-0.015546536,0.0069760517,-0.031066762,-0.0030817739,0.009831419,-0.013162383,-0.009997837,-0.0079099005,0.009756035,-0.009891303,0.016588274,0.009012149,-0.004153978,-0.008205397,-0.016633116,1.9593073e-05,-0.016532993,-0.00650036,0.008597806,0.013335016,0.022899197,0.0046248618,-0.03856993,0.010265697,0.017701944,-0.0020871728,0.010856722,0.002191794,-0.008160031,-0.0011639419,-0.0029469144,0.012911949,0.008696086,-0.0023803874,-0.01565223,-0.0063795443,0.019560657,0.00066172326,0.009982387,-0.009953568,-0.0079680225,-0.031749666,0.0073367404,-0.014217805,-0.0054832385,-0.024868296,0.00026956317,0.012757539,0.0006788323,-0.007273922,-0.020461658,0.008316933,-0.018231113,-0.012727468,-0.0024323068,0.0015637269,-0.028929038,-0.01929189,-0.012958907,0.010669045,-0.08742295,0.004600275,0.009136508,-0.032934085,-0.01899535,0.020846045,-0.017868502,0.024461754,-0.0070807985,-0.017146064,0.013824099,-0.004209211,0.011599272,-0.0073075504,-0.007969326,0.0002772973,-0.0013405898,-0.0050658216,-0.0046310415,0.009339285,0.0051766676,0.03198297,0.00910406,0.01117841,-0.0019049479,0.016680503,-0.009960485,-0.021348963,0.002491584,-0.014365666,0.0063260654,-0.0027003812,-0.029837385,-0.0033365113,-0.040077113,-0.008645688,-0.007751338,-0.0045444914,-0.018290004,-0.02498517,0.009158214,0.009846234,-0.013533848,-0.036794797,0.026122391,-0.018372081,-0.0067823296,-0.0064547434,-0.04079217,-0.005509912,0.017673355,-0.017051542,0.0054130293,-0.0041954555,-0.019795,-0.001111968,0.0017941003,-0.04855202,0.029035233,0.007205321,0.025587114,0.01462642,-0.022486962,0.0005224353,0.0025441283,0.009552142,-0.0021179374,0.0017749033,-0.009706788,0.008620503,0.0028411096,-0.009037951,0.0013407469,-0.0038350031,-0.014281483,-0.0052490835,0.022205342,-0.006976961,-0.0066418145,-0.0108849285,-0.011565113,-0.020722918,0.007544928,-0.012606358,0.047389656,0.0095173335,-0.012063764,0.0068621878,0.0064135287,0.0006691984,-0.019978024,0.013241262,-0.017582469,-0.0078104385,-0.020915387,0.017503535,-0.0016087694,0.012342587,-0.0010365642,-0.016047373,-0.01530277,-0.016298372,-0.0012437162,0.010113976,0.012957514,0.014701486,-0.0035775506,0.004447901,-0.008940954,-0.007233776,-0.006709576,0.018110892,-0.014750797,-0.0037510728,-0.027431218,0.009181467,-0.003124145,0.005115926,-0.018134294,-0.02196394,0.012661445,-0.010508386,0.006476841,0.0064754365,-0.00546949,-0.018617937,0.017859755,0.007098082,-8.135888e-05,0.021667756,-0.02613247,-0.0053771012,0.00782808,-0.012713181,0.02257897,-0.02461188,0.011920567,-0.03485029,0.00087700086,0.02949267,0.0028702044,0.022551455,-0.011030887,0.020690275,-0.014274798,-0.014438534,0.023061987,0.021216335,-0.004531002,-0.005331472,-0.0023034855,0.02729498,0.002247185,-0.019852364,0.019872686,0.015948776,0.028160037,-0.00061602576,0.022932244,-0.012801209,0.0004280313,-0.014782398,-0.0014354573,0.0048750215,0.0021294116,-0.021455068,-0.0013755994,0.008337576,-0.025991136,-0.029249158,-0.00796227,0.002349952,0.0012574049,-0.0010796794,0.0017658885,0.0018085351,-0.010770315,0.0024898064,-0.003541644,-0.05658854,0.016833104,0.023638645,0.006449572,-0.004282083,-0.010322356,-0.003211787,-0.008304451,-0.010039182,0.008380188,0.0026311246,-0.0027000182,-0.0073842118,-0.007825034,-0.015793288,0.006017303,-0.0021451802,0.009479614,0.008988725,0.00059655006,0.011883818,0.011407565,-0.010485408,0.021654654,-0.0022784472,0.012822383,0.0010709281,-0.006225139,-0.0057367887,0.015338501,-0.03079999,0.0019546193,-0.011888661,-0.013445696,-0.026938617,0.000594294,-0.00942037,-0.023301736,0.0046743047,-0.01472913,-0.017283082,0.006914567,-0.02908757,0.0006011001,0.017948719,0.007824266,0.012737303,-0.0051807743,-0.00070482783,-0.0065278783,0.018662123,-0.016212825,-0.010934946,0.01737575,0.0059807375,-0.022486588,0.017316472,-0.0046181926,0.0020559626,-0.0040012556,-0.0063181655,-0.026537346,-0.05041827,0.011353206,-0.011936788,-0.000634849,0.007300898,-0.00010813052,0.014086839,0.027974973,0.010894067,-0.005400516,-0.0012407675,0.001288282,-0.0072826347,0.00905023,-0.0029010493,-0.010305942,0.012749321,-0.0014568799,-0.019914962,0.02526478,-0.009439092,0.022234177,-0.013892943,-0.015771663,0.013585759,-0.09406214,-0.009985775,-0.0026986636,-0.010899231,-0.019127203,0.033800077,-0.00957452,0.030467467,0.00636635,0.015695782,0.0066248085,0.00049322157,0.007944052,-0.0120812375,0.016357126,0.011267927,0.012804993,-0.005510633,0.027076414,-0.011403546,-0.023795703,-0.015831824,0.0005416031,0.025762575,0.0035922513,-0.04013399,-0.014971327,-0.0072506936,-0.0005588019,-0.0054810843,0.0044885287,-0.012317071,-0.011944072,0.005848943,0.008461312,-0.024006775,-0.013883077,0.00018699323,0.005543855,0.0013333414,0.022060217,0.019816438,-0.017494671,-0.012924413,-0.018882357,-0.021666437,-0.0019460234,0.014768459,-0.0031793178,-0.002326797,-0.009065894,0.014425268,-0.005926121,-0.00013601693,-0.009658061,0.0007256455,-0.011235051,-0.012019812,0.006830449,0.006441726,-0.015192378,0.000980695,0.007876632,0.003862437,-0.013027831,0.017775713,0.007865508,-0.0011940146,-0.038103536,0.013145367,0.010351469,0.015861854,-0.016877959,0.013271988,0.0006833103,0.019772992,-0.012748176,0.015158271,-0.0005706504,0.0007078108,-0.007883754,-0.011284861,0.02622352,-0.032022037,-0.0029980727,-0.005848505,0.0125156315,0.0015880612,-0.010447333,0.0005886678,0.010381918,0.015807513,-0.01859995,-0.006229787,0.015134801,-0.01645745,0.014045616,-0.025228225,0.0038804444,-0.009739701,-0.012474355,0.01573938,-0.0008373362,0.03953642,0.003596174,-0.01326847,-0.0060180137,-0.006636866,0.0049014655,0.0041034194,0.019959323,0.016579455,-0.019223,-0.009787587,0.003627074,0.01346489,0.01595154,6.397024e-05,-0.011609495,-0.026012622,0.0027142644,0.02538643,-0.0064727617,-0.0063550207,-0.0050022,-0.02201227,-0.013120784,0.0012979514,0.018786484,-0.0036317955,0.026708733,0.018745828,0.026272712,-0.0057132514,0.0019008124,0.02312797,-0.015122809,-0.009389005,0.0012907899,-0.006720826,0.008892841,0.0064606173,0.013921081,0.01357512,0.009013509,-0.0027100565,0.002813445,-0.0058777747,0.003335671,0.020345328,0.02807296,0.012021264,-0.00017404926,-0.018171985,-0.0048091025,-0.009190128,-0.0020248163,0.007886092,-0.0030751526,0.009796894,-0.017002294,0.0020319733,-0.024527125,0.009264281,-0.028700165,0.0004694601,0.013927995,-0.012275433,0.026216349,0.008511654,-0.0047989166,-0.007656238,0.009989345,-0.0057090255,0.018345105,-0.0010069946,-0.0009243575,0.0025097313,0.010847487,-0.0024846005,0.0049514174,-0.0039248117,0.004377894,0.0058353096,0.003834009,0.00080063246,-0.005193706,0.0048869383,0.01311178,-0.010694785,0.008231888,0.0048308987,0.0017801243,-0.006918557,-0.019040916,-0.0011725306,0.0012062624,-0.01884318,0.00027598912,0.009595789,-0.0047136145,-2.5431907e-05,-0.006595382,-0.012979533,0.0039595407,-0.010256448,0.007717854,0.010891295,-0.030604437,0.0039801924,0.01593536,0.018354606,-0.006390915,0.016251145,0.005455868,0.012058275,-0.024508677,0.003239541,0.0032453982,-0.018543934,0.023145016,0.013084493,-0.001244066,-0.013982084,-0.008478095,0.020349685,0.018898888,0.010144743,-0.027190741,-0.014220979,-0.008190561,-0.018509084,-0.00612416,-0.011075247,0.00634157,0.0044910614,-0.01362374,0.003810741,0.016180111,0.014761674,0.013204244,0.0477919,-0.001935587,0.020941976,-0.012112927,-0.010380115,-0.004358438,-0.008767227,-0.019843495,-0.019049747,0.017201386,0.013121396,-0.0054678745,-0.0034687305,0.021957666,-0.010398468,-0.009739587,-0.015773779,0.0022528088,0.0009867379,0.012356867,0.00043632885,-0.007994546,0.0057793735,-0.01634347,-0.0013293407,-0.003352464,-0.012870069,-0.0017945566,-0.0118709635,0.019887224,0.0064409957,-0.03243775,0.014002004,-0.012185192,0.006772181,0.008718408,0.015485314,0.0037232067,0.004432093,-0.016004143,0.0022959972,0.0019588913,0.0011483992,0.017472964,-0.010613089,-0.009574397,-0.017026475,-0.004317513,-0.025040315,0.01018012,-0.01768569,0.022724966,0.0003011389,-0.01838026,-0.014245232,-0.012934435,0.011820843,-0.011561635,-0.006800628,-0.0138138905,-0.0072048167,-0.0022537385,-0.015247509,-0.0010697884,-0.00013359317,0.025073119,-0.00018279316,-0.013542003,-0.03956101,0.010498686,-0.0023355929,-0.014101059,-0.012808019,-0.024958348,-0.0045606783,-0.0017096463,-0.008247068,0.006508736,-0.017008116,-0.0052350187,-0.0037673286,0.025490863,0.0022125472,0.013646901,0.010492158,-0.008019627,-0.02076892,-0.035511665,0.021186233,0.00036193125,0.007165595,-0.009738697,-0.009739954,0.027670864,-0.00416502,0.009584687,0.008821933,-0.012362252,-0.009639388,0.012803822,0.01157113,0.00863912,-0.024550961,-0.010798746,0.017442785,-0.031244878,-0.046946436,-0.0025364535,-0.01192794,0.012872102,-0.005480625,3.8885504e-05,0.0145056285,-0.015263497,-0.0076926737,0.0049715224,-0.025566354,0.0050231502,-0.006580342,0.0015893405,0.035336077,-0.010165169,0.005986954,-0.02132417,0.020088041,0.011040978,-0.017309213,0.01060323,0.014821541,-0.025516218,-0.004300893,-0.026830895,-0.0005980563,0.0031246748,-0.002153622,-0.0023828547,-0.008861567,-0.0027148402,0.0041456847,-0.015537706,0.0047252662,-0.0025203712,-0.0040657655,0.0041691703,-0.007958746,-0.006301746,-0.03607984,-0.00041530904,0.007058069,-0.0012915633,-0.00019860514,0.0029652924,-0.017371913,-0.011753709,-0.0039914637,0.00069652015,-0.015937956,0.0054760375,0.0018144322,0.004640335,-0.022821223,0.023699518,-0.00926374,-0.0006926233,0.00606139,-0.004012284,0.013370497,0.00023777116,-0.014281797,-0.0145486845,-0.010168317,0.008328874,-0.007901886,-0.0049389238,-0.008295087,0.007087574,0.009248301,0.00014477356,-0.0049884757,-0.0022097817,-0.008839706,0.002052693,0.003551089,-0.006281779,0.009624869,0.024478205,-0.0010919527,0.010126136,-0.015405796,0.02665748,-0.008459723,-0.01997005,-0.008527558,0.0052961735,-0.0061732265,0.009889896,0.025171658,-0.006541191,0.017462933,0.0023467506,0.0022365258,-0.0052547283,0.0013711606,0.013875641,0.004838785,0.013828736,0.0068022227,0.0053604245,0.00037032718,-0.021986447,-0.0016335384,-0.01620776,-0.0007333382,0.014312526,-0.042952247,0.02890236,-0.016227955,0.0052584843,0.0033930624,0.0020976698,-0.011338581,-0.0005834384,-0.011378589,-0.02555877,0.007698529,-0.021568403,0.01886406,-0.009272863,0.008769426,-0.0115793245,0.0017431822,-0.019817617,-0.007852372,0.0065690354,0.010777262,0.0042875647,-0.018229222,0.03862205,0.029282702,-0.021584984,-0.00095583015,-0.01231763,-0.010281455,0.018309036,-0.03345795,-0.0018602234,-0.013180824,0.01785083,0.008646147,-0.0043179826,-0.0018931124,0.004155563,-0.024089038,-0.010456374,-0.0011197145,0.0051704026,-0.0034895416,0.02217934,0.0037658743,-0.0015114561,0.007517766,0.0010107702,0.01629301,-0.010405733,0.019866649,0.0014810585,0.0060646776,0.014666458,-0.02155908,-0.017163446,-0.0081326105,-0.004552051,-0.01360971,0.008711556,-0.009846619,0.0020469788,0.009178141,0.0029299597,-0.001971983,0.008148981,0.007503904,-0.036240533,-0.018773457,0.002720646,-0.006668576,-0.014499158,0.0041059004,-0.010498597,0.0058053047,-0.0014177898,-0.0045963433,-0.025861088,0.011449587,0.0174349,-0.0033164467,0.03163637,0.005548565,0.009008429,-0.013391979,-0.022493491,-0.011490349,0.004802886,-0.0034855704,0.003635801,-0.0038824833,-0.020003146,0.013678854,0.007599963,-0.021154022,0.0065445,-0.018385485,-0.010787037,-0.014828508,0.0017717317,-0.001829845,0.0057422877,-0.012103653,-0.002103752,-0.019575328,-0.021567173,-0.015031319,-0.020836744,0.00914947,0.01337651,-0.0272266,-0.007842713,-0.0045205797,-0.008288689,0.035313986,-0.007210555,-0.006865744,0.031046104,-0.0041837357,0.0035115317,0.015684256,0.0029638126,-0.0076269866,0.0074900384,0.022162225,-0.0013913817,0.0042977724,-0.027336257,-0.013564305,0.011173764,-0.029429918,0.024473393,-0.0040889396,-0.0038100812,0.025288308,-0.006961283,-0.01864444,0.035144188,0.018011527,0.016436564,0.010918876,0.013818214,-0.0075951535,0.01350265,0.024941636,0.0199795,-0.0042031766,0.012397681,-0.0082004145,0.028626898,0.0012566572,-0.0025868597,0.011092887,0.022737617,0.0049626864,-0.02208551,0.012158077,-0.03779515,0.0111771105,-0.015852723,0.0014368121,-0.0012288868,-0.013624983,0.015038119,-0.0069620474,-0.024294382,0.0030147557,-0.01871499,-0.009745703,-0.0033013718,0.0075799385,0.041680504,0.010419345,-0.012549648,-0.014988101,0.006568669,0.024982704,-0.024432968,0.019116864,0.03248445,-0.00049917673,-0.011706608,-0.011324916,0.009019962,-0.0016147849,-0.0019435354,0.020817643,0.005968995,0.015782788,0.014834482,-0.005638439,0.0055368557,0.012772046,0.023220316,-0.0044079754,0.0083109345,-0.028240906,-0.0055718967,0.017615909,-0.018371943,-0.0019415057,0.013082954,0.024166262,0.011741886,-0.0077855997,-0.007518147,-0.008316533,-0.022849197,-0.021554468,-0.00017775751,-0.001521352,0.0036822078,0.013897694,0.013008962,0.030008156,-0.0065381634,0.005851808,0.0032103304,-0.0040750094,0.017067524,-0.0020224524,-0.0014012377,-0.0062994044,0.020647997,-0.010306008,-0.030684149,-0.0001974141,0.005257995,0.0036018535,-0.019205322,-0.005002918,0.1597178,0.1188658,0.010335439,-0.00947169,-0.00032029487,-0.014912259,-0.008627644,-0.025195202,0.004505306,0.0031331866,-0.016449615,-0.0052696415,0.005226887,-0.023185855,0.018765949,-0.016141899,-0.009636415,-0.002972456,-0.044491954,0.0064779464,-0.0010509252,-0.0013769501,0.0063040396,0.017499097,-0.021383679,0.0034827292,-0.017299488,0.010794158,0.010940806,0.013200554,-0.004995253,-0.00049270486,-0.0115351705,-0.012168422,0.0049189087,0.006795698,0.0030016336,0.005311707,-0.014436596,-0.0107917115,0.0006448491,0.013884658,0.003930749,0.0031516077,-0.017407538,0.012484546,0.029737512,0.008988692,0.018568836,-0.00084541994,-0.0043569556,0.00086163596,-0.0073447763,0.02449589,0.025081169,-0.010783955,-0.013401295,0.0086597195,-0.019045448,0.007551682,0.021990607,-0.009853754,0.0071836235,0.0044990587,0.0045979964,0.0010768583,-0.022251207,-0.0071772872,0.0028382472,-0.018402908,-0.030774765,-0.01949269,-0.008793795,0.0021190306,-0.030406313,-0.010263112,0.00033588472,-0.010804999,0.01553622,0.0045380504,0.0020675433,-0.006951828,0.0068080924,-0.0025557752,-0.0062338165,-0.0067173163,-0.011312589,0.012331977,0.08802125,-0.002084018,0.008451933,0.0015069032,-0.008143718,-0.0034967198,0.011077324,0.034263164,0.0010688722,-0.006203994,0.00076452154,-0.0015058232,0.0039922507,-0.020185813,0.0061963894,0.0066923955,0.009540462,-0.011590958,-0.004643871,0.012228914,-0.040500414,-0.00737255,0.004474241,0.005624163,-0.013132807,0.016897323,-0.0055272514,-0.014735754,-0.020092592,-0.023575716,-0.11561802,0.012696903,-0.0007272319,0.001190874,0.007087916,0.01980545,-0.00021281803,-0.026452692,0.0014421677,0.012049,0.0155474935,-0.028424805,0.011927185,-0.0025889974,0.015750295,0.017000461,0.015885947,-0.03547425,-0.019819004,-0.00855418,-0.0005006914,0.00907142,0.011667284,-0.010197226,-0.0042453767,0.021809004,0.0061456147,0.00061010744,-0.030589547,0.03046828,0.010905236,-0.00033677087,0.0026375935,0.022117304,0.0073687388,-0.00047530571,-0.00806375,-0.034893256,-0.01765579,-0.0012290711,-0.0076482734,-0.020043587,-0.007783928,-0.009825826,-0.009046629,-0.01611367,-0.00056092103,0.00048157215,-0.005769786,-0.008185458,-0.009840546,0.005290502,0.025984332,0.007735916,-0.021404294,0.0071848724,-0.011103995,0.011333261,0.038370218,-0.009707887,0.014689585,0.005925127,0.0038834773,0.0096885925,0.001097586,0.004292421,0.0073062894,0.0065937727,-0.0022784295,-0.0020165476,-0.014701505,0.0032377462,-0.008404894,0.004205405,-0.0040094587,0.023837753,-0.010518335,0.0083802035,0.005334568,0.01625558,-0.002557106,-0.010087596,-0.0043097236,0.10986304,-0.0067626988,-0.00970599,0.007672827,0.015380691,-0.0046769576,-0.003890025,0.0069543393,0.016829114,0.01978403,-0.009028728,0.0024000604,0.021904016,0.020119693,0.02869165,-0.012810015,0.013413352,-0.002196451,0.0101914825,0.0047652605,-0.019696908,-0.012730752,0.0035609615,-0.004469572,-0.010828016,0.015440891,-0.014690237,-0.0056365123,0.0038241409,-0.0047197896,0.011512821,0.007967815,-0.005739652,0.014105064,-0.02732423,-0.002047742,-0.010036273,0.011400804,-0.018308643,-0.014687547,-0.028024849,-0.026546275,0.023608534,0.012754484,-0.036275517,0.20384112,0.008533713,0.013311238,-0.005715468,0.0076968158,-0.014913867,-0.0024998893,-0.0019205784,-0.018121067,0.01272656,0.015680686,0.0091099795,-0.01939666,-0.0013996043,-0.0070762597,-0.026215961,-0.0056815143,0.01743744,0.0117957555,0.00878501,-0.0060476977,-0.003219725,-0.0043704067,0.00017047292,0.0120045915,0.03224822,0.029589873,0.028870752,-0.0017444568,-0.03240758,-0.015531811,-0.013894042,-0.017425526,0.003166467,0.003506245,0.016651753,-0.0032917005,0.004137137,-0.004000514,0.0016279662,-0.00292824,0.020462379,0.016287612,0.0033788749,-0.0067693586,-0.010343504,-0.023331804,0.012451698,-0.0039589764,0.0025354028,-0.004762065,-0.002169505,-0.0030315577,-0.0044988906,0.008707286,-0.0002261284,0.02070864,-0.020490628,-0.008607173,-0.010533983,-0.016467635,0.029217605,-0.020881113,0.0026339032,0.017049028,0.010847004,-0.0037592957]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 202,
          "content": "METI Hosts “Public-Private Dialogue towards Robust and Resilient Copper Supply Chains”",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.017452229,-0.033504646,0.0057868673,-0.07318608,-0.0057841344,0.02266597,-0.01707977,-0.014476413,0.012032078,0.029204587,-0.0035023491,-0.020651879,0.023231884,0.013513165,0.12713674,-0.026515985,-0.005620352,0.017706776,0.018799044,0.018525487,-0.012033357,0.00059319177,0.0039972756,-0.022330424,-0.015813671,-0.034450307,-0.018486066,-0.013014463,0.03823352,0.014163977,0.024782244,0.017209709,0.0266584,0.0045704558,0.029878654,-0.01875683,0.0042909496,-0.02735387,0.001700763,0.014662118,-0.012344197,0.0037552167,-0.019152673,0.012591863,-0.026080586,-0.010259875,-0.009115615,0.00074682804,0.013804793,0.0066847117,-0.007375208,0.013484851,0.02149562,-0.1477464,-0.0042910567,-0.0050847055,0.0071105966,0.014259858,0.011307708,-0.016797977,-0.014072831,0.008283954,-0.020280251,-0.0013687838,0.013379891,0.020535538,0.010420748,0.0083831465,-0.028897304,0.0052161943,0.028952498,-0.005648328,-0.002128414,-0.018046256,0.018086301,-0.037761718,0.0062451907,-0.005430829,-0.016207319,-0.017271496,-0.0014427425,0.01552415,-0.009570594,-0.0009900911,0.030297417,0.008992627,-0.020240476,-0.011950555,-0.01771726,0.014316236,0.007400208,0.02827999,0.024703879,0.01941832,-0.018994132,0.03180113,0.0031780568,-0.061272677,-0.008978888,-0.011473523,-0.0016234841,0.013071431,0.024429983,0.021493448,2.589892e-05,-0.0042189104,-0.015496371,0.0001073493,0.012339089,0.026876856,0.010045448,-0.0006185644,-0.011978026,0.02545994,-0.0001672071,-0.11808836,-0.024178745,0.023093171,-0.01066003,0.015201703,-0.01931715,-0.015489253,0.0060383286,0.00941221,-0.005841101,0.011436036,0.0016166463,0.01795427,0.008289488,-0.005957405,0.007239362,-0.011238317,0.03328121,0.017554516,-0.004807805,0.033626575,0.023053946,-0.029602189,-0.006322361,-0.029034363,-0.0033173743,0.019672887,-0.013518698,0.046093374,-0.015541803,-0.0012151859,-0.023674758,0.038180485,0.0071759312,-0.00917376,0.017541857,0.008707439,0.0040778923,-0.025554396,-0.052934725,-0.009736722,-0.012256235,-0.01122239,-0.0027926008,0.012122231,0.022499286,-0.015341823,-0.026324185,0.032235272,-0.0009652271,0.031843826,0.018155348,-0.0022524951,0.035839356,0.017607238,-0.020105703,-0.011722107,0.019304788,-0.021058833,0.02150955,0.01559332,0.016505398,0.0041365726,0.025454022,-0.01745368,-0.0028057157,0.02138691,-0.012927949,0.007534972,0.017143944,0.0054700025,-0.014399712,-0.006541824,0.024051791,0.025607472,-0.034880508,-0.011632642,-0.01667899,-0.007316481,-0.012016671,-0.029328836,-0.0036677567,0.0010087694,-0.0357971,0.032375682,0.009392332,0.012568238,0.014323359,0.0038848142,-0.02119801,-0.017679151,0.001804158,0.0133063225,0.018474892,-0.002549433,-0.014190175,0.0075212326,0.00042145542,-0.014922821,-0.026664227,-0.01663825,0.015062321,0.02956331,-0.003385943,-0.0145224035,0.021069499,-0.013861312,-0.021904076,0.009855828,0.0112316245,-0.008735025,-0.002275325,0.01314545,-0.008495683,0.0186936,-0.01245977,-0.011035753,0.004613243,-0.0247035,-0.0035368288,-0.005424221,-0.016150977,0.020621065,-0.0049406006,0.0014324829,0.0044450546,0.010739767,-0.011155424,0.031728555,0.0057054115,0.023507508,0.0036183556,0.0096940715,0.0014174745,0.012525968,-0.0070117647,0.012323045,0.009322967,0.011147286,0.017845985,-0.010400314,-0.003991262,0.010601934,0.01438097,0.00011542977,0.006534488,0.0074481815,-0.015824625,-0.025828397,-0.019270597,-0.0008657791,0.036144547,0.01443167,-0.02993363,0.008717167,-0.030615717,0.008940141,-0.00678316,0.023141684,0.027847387,0.0218077,-0.07357768,0.020418502,-0.0036516222,-0.031512447,-0.0038454835,0.02827092,-0.0010404827,-0.01483769,-0.014245561,0.00028779515,-0.014647355,-0.016563779,0.013344761,0.0057973266,0.032476787,0.0109593365,-0.0056768265,0.0015876014,0.027905181,0.00268032,-0.003115053,0.028399872,0.007544117,0.01651489,-0.0053622294,-0.0257159,0.02650866,0.061821245,-0.009350546,0.0018237921,-0.0012084334,0.016055273,-0.017398492,0.010817791,-0.0091270115,0.020383691,0.019401068,-0.0040131854,0.0030883804,-0.01796676,-0.023244185,-0.008147382,0.013782382,-0.015571428,0.0031933025,-0.006796164,0.018497558,0.023052141,-0.005354198,-0.010957379,-0.020896608,-0.01455197,-0.009696966,0.005572709,-0.0013527533,0.01742047,0.022072937,-0.005761408,-0.019224599,0.009377981,-0.003273418,0.025562976,0.023977185,0.016582891,-0.03658107,0.048054628,0.021942172,-0.00048017714,-0.008318258,0.012683844,0.03242012,-0.014331685,-0.02981205,-0.010595183,-0.011724757,-0.010760056,-0.015386367,-0.0031680171,-0.03717425,0.008159217,-0.018405382,-0.020727746,-0.013496105,0.008123515,-0.008701419,-0.030827222,-0.0015788696,-0.01937937,-0.00365683,-0.0061572376,0.0122951735,0.004825658,-0.005306483,0.026015997,-0.016184468,-0.0074456227,-0.010060522,-0.00058632274,0.038691938,0.010841142,0.017143505,-0.01861641,0.005738409,-0.0066627017,0.011744661,0.016884875,-0.019104136,0.0048787454,0.0008293473,-8.431916e-05,0.014230228,0.0059012286,0.01854844,-0.0023221322,0.0054969536,0.0035295754,0.0057826233,0.010163007,-0.0031036115,0.0031772214,0.02234834,-0.0004610685,-0.014144955,0.0021244932,-0.009128499,0.008164739,0.00773339,0.023366777,0.015091939,-0.0032850471,0.0029949723,-0.013940843,0.010627852,0.02123046,0.0107900975,-0.03744865,-0.0015762302,0.034351088,-0.026535995,0.023826187,0.009956646,0.025074521,0.017484512,0.012946616,0.017023267,-0.010969287,-0.004063772,0.01943225,-0.011233202,-0.007307764,-0.025831081,-0.003994065,0.005805805,-0.017489368,0.019981408,-0.0027833078,0.010263689,0.010029665,0.007776046,-0.015695259,-0.02871067,-0.005814995,0.0179212,-0.009571862,-0.016740128,-0.00028385821,-0.00891883,0.01488301,0.008627666,0.015366089,0.0072833025,-0.01121119,-0.021152586,0.009850221,0.0015379939,-0.012571078,0.011697206,0.006148867,0.010481773,0.023064489,-0.021854399,-0.004894317,-0.006954534,0.03364328,-0.016529413,-0.01164716,0.014778577,0.03707147,-0.00919401,0.042188793,-0.003427575,-0.025092095,0.017160583,0.026337514,0.021745918,0.033075802,0.017150031,-0.01402449,-0.006234828,-0.02665151,-0.028780093,0.0064768656,0.0039200317,0.014372936,0.0059624193,-0.0058484958,-0.0012477803,-0.027628068,-0.00676065,0.0043658274,0.005541031,0.03510081,0.01130443,0.03118749,0.02259484,0.02378064,0.0003103667,0.01889018,0.0104256,-0.0024647997,0.0092806425,-0.0031850622,0.02202838,0.007941277,-0.01918752,0.0047846,-0.01991734,-0.005273909,-0.04536553,0.0089994855,0.009870862,-0.0059437742,0.014715663,0.02258805,-0.0024136053,-0.0014365283,0.00075468386,-0.0030218787,0.0068334127,0.015151773,0.007187671,0.01489248,0.0056244903,0.0052316496,-0.01331194,0.0047815433,-0.010509637,-0.011521592,-0.004833428,-0.036651284,0.023525344,-0.0013994033,0.046426065,0.018051988,0.0058134785,0.04261759,0.009816452,0.0034912778,-0.019738168,-0.017050996,0.013890774,-0.014488185,0.0328643,0.011269351,-0.026550373,0.00046814565,0.00011378115,0.030198675,0.014271833,-0.062646456,0.003216493,0.013402636,-0.011013784,-0.023546396,-0.025205314,0.03355096,-0.001833478,0.010260633,-0.017129336,-0.009578215,0.00096568756,0.00041026072,-0.0074034384,-0.005361665,-0.009564404,-0.010475566,0.007089288,-0.00504798,0.0033930219,0.045285042,0.012066846,0.031007374,-0.0019658809,-0.0028306677,-0.009573676,0.009770476,0.0033716464,0.004090274,-0.007324176,-0.0030203017,-0.019975496,0.00106328,0.022541132,0.0073794792,-0.022920895,0.020986931,-0.0061652297,-0.01872827,0.020276127,-0.00039443746,-0.0183298,-0.0024732442,-0.01782751,0.0076639163,-0.008839023,-0.058425155,0.004933377,0.004639876,-0.008866015,0.0026353924,-0.015521891,0.027449202,-0.036595766,0.002960437,-0.039418705,-0.014086777,0.0015125688,0.010617944,0.00940767,-0.008003277,-0.008408814,-0.0164695,0.009167064,-0.018816363,0.010502094,-0.0011445566,0.028829258,-0.023988055,0.01574096,-0.0038042895,-0.018469373,0.012045367,-0.0011833702,-0.006040444,-0.0026794798,-0.011881166,0.0011698164,0.015649429,0.045648146,-0.012392869,0.0024974605,-0.123619005,-0.014457823,-0.018874034,-0.0059045227,0.0036143651,-0.031396687,0.012755573,-0.025392871,0.019903665,-0.00269124,0.0050019166,-0.0067150644,0.00031910575,-0.026355213,-0.009749176,-0.04125089,-0.010454504,-0.017755887,0.018789254,-0.011345378,-0.0022428764,0.0035387843,-0.005992273,0.008146178,0.017961849,0.018478174,-0.0056302086,-0.0058766473,0.010766583,-0.0145420935,-0.0038770528,-0.15882044,-0.009577571,-0.020748146,-0.020965446,0.015054401,0.015973227,0.011708216,-0.030602586,0.004083231,-0.015050077,-0.00047563162,-0.0036612374,-0.019243984,-0.013014448,0.0076508825,0.09130228,-0.0156157,0.022129012,0.031347547,-0.019247836,-0.00086657004,-0.0016145118,0.0030591476,-0.037134703,0.001112397,-0.003405189,-0.002747931,0.026406897,0.006099955,0.015019324,0.0026028706,0.008818669,0.010211079,0.006581507,0.009095991,-0.006713501,-0.03374752,0.0023832135,0.018519351,-0.017314648,0.030043468,0.001737941,-0.0003402055,0.023545727,-0.02411083,-0.016127476,0.012335566,-0.008551381,-0.026388487,-0.005487188,-0.005406505,-0.08818362,-2.2018083e-05,0.00874865,0.030909253,0.022329405,-0.011192275,-0.0052125556,-0.016702797,0.0194012,0.026632005,-0.030661639,0.00038406515,-0.008870745,-0.008984058,-0.012321713,0.016231121,-0.0042717536,-0.012820965,0.02813077,-0.011593543,0.005040411,0.010066099,0.015414884,-0.008624497,0.009473744,-0.008160559,0.030885562,0.046499647,-0.006954108,0.031061916,0.003086332,0.014921811,0.012559702,-0.020239552,-0.007291303,0.010562327,-0.010738198,0.003696107,0.019544456,0.027133562,0.03205642,0.0009052674,-0.012158588,0.014593923,0.016694259,0.0017585596,-0.016144231,-0.0073024635,-0.00292233,-0.0046470226,0.0018658073,-0.008567275,0.008723179,0.0022574316,-0.01367011,-0.016539875,0.0011680683,0.024289373,0.009260134,0.012217321,-0.019232374,-0.001752141,0.02093975,0.0001279301,-0.007853717,0.023122882,-0.0052833636,-0.018358847,-0.007976283,0.0031221139,-0.003930035,-0.010616072,0.0084361695,-0.0011327043,0.007754436,0.0018075227,-0.016671903,-0.0048859236,-0.032228027,0.019915698,-0.006898263,-0.017996982,-0.02032675,0.0011290456,0.014346312,0.018009057,0.0048022964,0.013405812,0.0022074322,0.017806657,0.0005197702,0.0016805654,0.014799572,-0.012637659,-0.00019364695,0.0017490233,0.011156265,-0.0063891723,-0.010700741,0.007962966,-0.0057576885,-0.010058396,0.0012057832,-0.012576022,0.0067450274,0.019536076,-0.0072872513,-0.0034277516,-0.009538005,0.0073380307,0.004445241,0.013952876,-0.0025256372,0.006485051,-0.013209176,0.022533216,-0.003003533,0.02535448,0.018378375,-0.0027438498,0.0031895947,-0.023996092,0.0037249594,0.016155623,0.0031427015,-0.0020157231,0.015158849,-0.01571657,-0.0029734152,0.008449784,-0.002926436,0.0009891312,0.009031072,-0.019991439,0.013162577,-0.0056972015,-0.008418998,0.027250616,0.018304793,-0.01573449,0.0008458226,0.022086823,-0.0074330643,0.0065082274,-0.013192409,0.005588381,0.013220545,0.012527449,0.008206949,0.011981988,-0.011703403,0.0007913055,0.0072483113,-0.010660362,0.0008811441,0.003425177,0.0067366767,-0.007979168,0.01431111,-0.01017803,-0.0042670043,-0.00026520292,0.009871841,-0.017104639,0.009133033,0.002821002,0.013562154,-0.01572775,0.005682934,-0.008044947,-0.0006286537,0.021167327,0.0064609675,-0.016990585,-0.012825893,0.01914051,0.0018162306,0.0018451073,-0.009661709,0.015043846,0.0141278,-0.00092814054,-0.021772642,-0.004053285,-0.0030085049,0.031062616,-0.009828477,0.007595012,-0.0036300228,-0.015901897,0.0011963196,0.022560954,0.0011984006,-0.003118532,-0.0016860669,-0.004831481,0.012769578,-0.011521681,-0.002212261,0.009891361,0.0029427868,0.018334465,-0.0042102444,-0.0101794535,-0.0027833332,-0.010237342,0.0055989856,0.014240914,-0.001716031,-0.022024509,0.005593019,-0.009241228,-0.01417771,0.021299032,-0.016704453,0.0050220997,-0.0039875917,-0.022258438,0.023556903,-0.0046001114,0.014686457,0.008726283,0.000910163,0.001982288,-0.0005982761,-0.008010016,-0.00046422996,0.0042546177,-0.001255123,-0.0075768162,-0.006045795,0.002903685,-0.014698035,0.004644815,-0.00083144044,0.018500613,0.021931129,-0.0060903137,-0.020796098,-0.01904535,0.00884237,0.0044257077,0.0067314985,0.0010833836,-0.0033964245,0.012097003,-0.005391294,-0.007876791,-0.009128255,0.01598744,-0.017901532,0.00666428,-0.0057729175,0.011011784,-0.01706996,-0.0052998485,0.008084256,0.008736153,0.00037151965,0.080578394,0.015344397,0.005902181,0.012011436,-0.0005285579,-0.011204761,0.010221931,-0.0019660373,-0.0041252947,-0.016410997,0.015706802,-0.0024735786,-0.00066426775,-0.019344827,-0.006865745,0.029652257,0.013338675,-0.010359844,-0.0073499894,-0.0052123033,-0.0118270265,0.0017093043,-0.0034369526,-0.004439183,0.011187577,-0.003857195,0.011720534,-0.00018661557,-0.010810858,-0.015901,0.0141978925,-0.0029015073,0.003804391,0.009903617,-0.016896652,-0.006335323,-0.0015388051,0.03270324,0.016545435,0.0067157457,-0.0010139558,0.021970384,0.001153122,-0.02159175,-0.0030393822,-0.0019822603,-0.018352231,-0.0005541168,-0.01595431,-0.0011497524,0.0035639536,0.0018206907,-0.0025951974,-0.020463014,-0.017021922,0.008820578,0.006570006,0.00017653815,0.0020606935,0.0059932214,-0.012043464,-0.0055303993,-0.004387505,-0.0022825876,-0.010322603,-0.012910306,-0.009425284,-0.014381551,0.01090314,0.0068024895,0.015432623,0.0013714222,0.006728792,-0.0029223072,0.008616663,0.0030032564,-0.008254254,0.0019811424,-0.012477295,0.0061875246,-0.007246441,0.002377693,-0.009802584,0.012048456,0.028207704,0.0088240495,-0.008391042,-0.0016271295,0.011515331,-0.016229942,0.005618495,-0.007064526,-0.0018856582,-0.0036323403,-0.017026614,0.0040799836,0.03917324,0.005109525,0.0072565023,-0.0071522254,0.0018680688,-0.014687503,-0.0022025085,-0.008460523,0.029189218,0.009912758,0.008153179,0.011831153,0.009539003,0.010084785,0.009779282,0.014312593,0.0064431904,0.0062048645,-0.0072353934,-0.0069060726,-0.0013869945,0.0019230901,-0.012436226,0.007055085,-0.007550251,-0.0031753287,-0.002181272,0.002606107,-0.0084933825,-0.010980354,-0.020979634,-0.0019450609,0.0031203197,-0.008336974,-0.0010335179,0.019598873,0.00032492654,0.006446917,0.005713619,0.0014309932,0.023506999,0.006893824,-0.012574655,-0.004827869,0.011624373,-0.00084383925,0.0014228631,-0.013929434,-0.0015868894,0.029846549,0.007986696,-0.00807657,-0.007299999,3.477434e-05,0.010311882,-0.01775954,-0.007004867,-0.005056523,-0.010040186,-0.0041895043,0.018243253,-0.0025628982,0.01873989,-0.0006441519,0.009517137,0.007636393,0.0074684075,-0.025905313,0.006142758,-0.012762638,-0.0028882246,-0.0021397336,-0.0029212171,0.02425018,0.016155967,-0.03569087,0.021280589,-0.0074861646,-0.008535558,-0.005191011,-0.0012723682,-0.0076028155,-0.00055343285,0.0061080563,-0.007933494,-0.0017476211,0.0027801,0.016523512,0.009460194,-0.0032323955,-0.00022745633,-0.008418187,0.005912121,-0.0036561321,-0.023531076,-0.015522906,0.007195823,0.0060793706,-0.011304839,0.0023549963,0.026539488,-0.002952005,0.008925823,0.0033553746,-0.013237813,-0.0065628635,0.00018415548,-0.02403946,0.002066658,0.016431734,0.0045743333,-0.0047607194,0.0037974133,-0.012213621,-0.023234406,-0.030200846,0.0034976525,0.0074626966,0.009081863,-0.0053906203,0.0056441138,-0.0037002622,-0.006539456,-0.0070916135,-0.007712217,-0.011643159,-0.0067287954,-0.017218495,0.0026448471,0.0022644878,0.022482296,0.0016592592,0.006251795,-0.014480231,-0.0010477947,-0.0062424517,-0.0027851607,0.010910019,0.01131359,-0.0032197037,-0.002411975,-0.0050109387,-0.00082339894,-0.00040706058,0.0017014726,0.0045988266,0.015848363,0.002596391,-0.013114485,0.008863179,-0.008068577,-0.0031228093,-0.011216763,0.015647512,0.015292696,-0.0039329226,0.0033883099,0.0013610002,0.007000055,-0.009136237,-0.0062025306,-0.058753073,0.013559374,0.004410205,0.005087951,0.010301076,-0.002904993,-0.0014048327,-0.001367855,-0.0022841282,0.0042169276,-0.0013688416,-0.024003418,0.011570262,0.018224103,0.009616778,0.014612248,-0.012722788,-0.0033272426,-0.01922056,-0.0063942247,-0.008802818,0.0007929116,0.0064624143,0.008359719,0.0038534887,0.01734062,0.0067900717,-0.0056714974,-0.0040441,-0.018433196,0.007883635,0.014866097,7.9993915e-05,-0.0029808304,0.015001296,0.01029234,0.0040571233,-0.0011179807,-0.008292013,0.0027394095,0.009529621,0.0079177935,0.021430513,-0.0037548214,-0.003211847,-0.008139261,0.025217127,-0.01997021,0.015651729,-0.00758675,0.005517112,0.019694664,-0.0022310978,0.0010227144,0.00087993866,-0.005817695,0.00798134,0.0016097066,0.005287156,0.01771825,-0.01677011,-0.0027997165,0.006061207,-0.008529119,-0.020017618,0.0016602555,-0.022447852,-0.006985256,-0.010975052,0.016305009,-0.0036686535,-0.0027853367,-0.017936539,0.009223533,-0.011712032,0.007955576,0.015271469,0.02349678,-0.0012420879,0.020589367,-0.020675275,0.012937222,0.013678982,0.0077241063,0.004164204,0.003055225,0.0071294545,-0.011693373,-0.0087039005,0.019389598,0.013987867,0.010587917,-0.001085629,0.0008247474,-0.008604926,-0.009026093,-0.006485075,4.5433953e-05,-0.021168856,0.01854851,0.005800482,0.0035285964,-0.01121483,0.002188902,-0.002218781,0.0078108483,0.0009384497,-0.005102998,0.008465127,0.004194551,-0.006516684,0.00458779,-0.006579062,-0.0012793025,0.008006682,-0.002119071,0.009907229,0.0029671395,-0.009170302,-0.00016206359,-0.01320398,0.010188666,-0.0047969306,-0.017880531,0.016379202,0.001652387,-0.0028745646,0.008246678,-0.004519756,0.009290607,-0.00052577106,0.005748901,0.016319131,-0.002053612,0.0019454093,0.016919898,0.002184396,-0.018186545,-0.00810476,0.008327917,0.0048042997,0.009758638,0.010447303,-0.00252592,0.011488048,0.010475766,0.008753111,-0.0032938926,0.0061555747,0.0024689718,-0.010243558,0.013733224,-0.014352166,-0.0039252,-0.0074046617,0.0050539165,-0.023398202,0.0044445684,-0.010061773,0.008971064,0.002996083,1.9336594e-05,0.011279661,-0.015920755,0.01831596,-0.0077165104,-0.015830912,0.009030881,0.0029846919,0.0034336105,-0.007351175,-0.0030598654,-0.0014008587,0.023472441,0.0014628458,-0.011960163,0.030689467,0.013852061,0.0153319435,-0.006940839,0.014331273,0.004918691,0.015860867,-0.0008384081,-0.003715803,-0.005745255,-0.0021995893,0.009692136,0.0034119608,0.030726599,-0.012498766,-0.0077105677,-0.012940261,-0.0068823453,0.0010215469,0.00021594606,0.01644776,-0.023750588,0.015649859,0.0019086533,-0.017042952,0.011550655,-0.004666878,-0.00097237225,-0.0038103545,-0.08454082,-0.00651302,-0.00015992526,0.012184278,-0.008009966,-0.0043318956,-0.009276984,-0.032505494,0.007110367,0.008995215,0.007947848,0.0070352955,-0.01551355,0.0032086251,0.010111487,0.004597297,0.026988506,-0.0066221654,0.0037412858,0.014274566,-0.0069826622,0.011509829,-0.005313673,-0.010476007,-0.000656352,0.0044369367,-0.013005801,0.007774611,0.0070731626,0.0069477484,-0.004157582,-0.008108122,0.016402263,0.0059855497,-0.00029765826,0.0045443065,0.0037117575,0.00771404,-0.13882804,-0.007153967,-0.011117676,0.0151386615,-0.011181216,-0.0050936486,-0.0025249582,-0.0058004004,-0.0053386213,0.0117672505,-0.017954146,0.006516494,-0.0055657383,-0.013711284,0.008460193,-0.021233212,0.0039895293,0.0139588,-0.0097861225,0.010829265,-0.0057958076,-0.0040599476,-0.014892787,0.025475185,-0.008660267,-0.006594567,-0.0070430227,0.0028552043,-0.009629103,-0.019380856,-0.008015777,0.0032049888,0.0027367938,0.00088862196,0.014619347,0.0058660083,0.01420765,0.0076279393,-0.009940513,0.0058210697,0.021009412,-0.011712661,0.004291824,-0.0026460772,-0.011634807,-0.0094894245,-0.0087326635,0.018145898,-0.015389035,-0.008508713,0.0100017125,-0.0058317655,-0.013536404,0.012099836,0.001107813,-0.008746208,0.029975453,-1.3562419e-05,0.017667083,0.0062034633,0.0041599055,0.0017455082,0.0040321695,0.0056662173,-0.01718766,-0.003176786,0.011449948,0.018526744,0.008138885,-0.00026736723,-0.0069080526,0.0010056765,0.01020628,0.009600052,0.01895288,-0.0051307688,-0.00024170506,-0.00029105844,0.0069945464,-0.014045627,0.0008562526,-0.0045057177,-0.0063787545,0.0026825722,0.007417294,-0.019976819,-0.027390884,0.0043486143,0.027622472,-0.043415647,-0.01149834,0.017882472,-0.0058516534,-0.015054496,-0.0028125064,-0.001210857,-0.0023653123,-0.0033298212,0.014317703,0.0018871634,0.0027276657,0.0038006648,0.00083082425,-0.0033302817,-0.005335324,0.010540651,-0.005540255,-0.018456372,0.007489509,0.001784778,-0.0074280775,-0.007965266,0.030938849,0.028747687,-0.019702813,-0.010331587,-0.010972128,-0.0019454515,-0.025113992,0.0134421,-0.011605878,-0.028276954,-0.0031740735,-0.0040288176,-0.009606893,0.03641137,0.016167214,-0.008689192,-0.0072539235,0.010557545,0.0108604785,0.0071636657,0.0043783225,-0.0062024775,0.009777735,-0.005569103,-0.027447067,-0.020437337,0.0035341936,-0.019515628,0.0013845584,0.004801444,0.005575219,-0.011388635,0.001232808,-0.004856029,-0.010567982,0.024591109,-0.019951127,-0.012238937,-0.013092103,0.0061822715,-0.021476844,-0.0013881221,0.015940184,0.015929157,0.00033203905,-0.0019172628,0.014470142,-0.007726935,-0.0017280263,0.04251197,0.008432671,0.0012825761,-0.014953902,0.023476118,0.0017961873,-0.013992608,-0.0038719475,0.016006496,0.010421165,0.008612804,0.0019563076,-0.006760905,-0.004140407,-0.006554267,0.0124316,0.0062835715,0.014340986,0.019902064,0.009648702,-0.004097167,0.0008166046,0.01080611,0.0026420124,-0.012056284,-0.0032209312,-0.013739612,7.8545425e-05,0.00889598,-0.014850095,0.0060142963,-0.021637918,-0.0034315563,-0.0316506,0.011493067,0.007891723,0.011548643,0.007322713,-0.024966383,-0.018488778,-0.005964805,0.0012978867,-0.16613722,-0.01052959,-0.008975281,0.009421204,-0.008166729,-0.020051472,-0.00402805,-0.00036968122,0.01497677,0.00093898515,0.006998837,0.015751673,0.011590725,-0.011640935,0.031689752,-0.023167614,0.009168473,-0.002006744,-0.011686323,0.013797404,-0.03456111,-0.027514914,0.006537722,0.011059402,-0.0142676085,0.00060225755,-0.0047175973,0.015239394,-0.014506934,0.012415686,-0.010518622,0.008734017,-0.00080051273,-0.018957889,0.0035562725,0.0029849005,-0.0018127473,0.012079537,-0.020282129,0.011475979,0.0112473285,-0.0072801104,-0.013035513,0.00362091,0.020592317,0.010295912,-0.024807297,-0.02546866,-0.03658594,-0.0067799618,0.0032024279,-0.024459433,0.0063906675,0.0062351883,0.017160775,0.023092652,-0.00094165956,-0.011094038,0.015371392,-0.002502523,-0.0050528743,0.01363739,0.031559244,-0.002978918,0.0089298915,0.02113101,0.019485587,0.14910185,-0.0068504773,-0.0014466401,-0.028726159,-0.006004981,0.0127067035,0.027894797,-0.008609087,0.0025214814,-0.017546963,0.0061551495,-0.005031349,0.008841192,0.004334815,-0.016358713,-0.0018562604,-0.016004972,0.00066992943,-0.024091497,-0.009092978,0.0076075858,-0.003322046,0.0038346513,-0.00813709,-0.00825093,-0.021895709,0.010232315,0.0009991693,0.016413735,0.022484364,-0.005101442,-0.011443572,0.012690618,-0.0032251824,-0.0044673267,-0.006593081,-0.00011269722,-0.003673798,-0.0043205507,0.0034300417,0.014037121,-0.005526381,0.0005565034,0.0017888731,-0.0021687574,0.004728737,0.012872325,0.0013986137,-0.00091852096,-0.0013660152,-0.030626958,0.016437635,-0.013429805,-0.006768145,-0.01808534,0.015742736,0.02166007,-0.0048106336,-0.0023791513,-0.013620249,0.018279709,0.007495104,-0.00987896,0.00095915655,-0.0043220194,0.0044187903,-0.009777414,-0.023369052,0.024594342,-0.10266161,0.018141164,0.012935978,-0.026656121,-0.012674105,0.00013534522,0.010031831,0.02389999,-0.011581857,-0.01936334,-0.015369793,0.007636328,-0.010859414,0.004047056,-0.010852514,-0.001236892,0.010253899,0.009291437,0.007669546,0.008722656,0.00087512814,0.023895632,0.0056151124,-0.013289155,-0.013872138,0.0062711146,-0.009309955,0.004807247,-0.011372472,-0.0039033582,-0.0040279333,0.014236685,-0.014639257,0.019898757,-0.0037510942,-0.0025308249,0.010743588,-0.012495629,0.0064345817,-0.02176742,0.012336123,-0.0015560612,-0.0018037541,-0.0009145111,0.024502773,-0.009510178,-0.02296024,-0.007687458,-0.01027945,-0.0120407315,-0.0038634886,-0.020971166,0.018880896,-0.017643297,-0.030292245,-0.005179855,0.014396985,-0.0239043,0.015707012,0.012392642,-0.0046876133,-0.00030700894,0.0039542327,-0.020896837,-0.0064674783,-0.0070841224,0.022519315,0.017944422,0.01966676,0.010803652,0.011383983,-0.0104082385,0.017731328,-0.009154785,-0.017929655,0.008955781,0.017725041,0.012418742,-0.014744894,-0.004500581,-0.013236953,-0.019415194,0.025273608,-0.014508734,0.03621675,-0.011868694,-0.0016911933,-0.017010977,0.010898792,0.012574258,-0.019209126,-0.0020116097,-0.0064219693,-0.017996,-0.017142527,-0.0032207042,-0.02547201,-0.0009820714,0.020691283,-0.011992743,-0.005627327,0.007838676,-0.014126879,3.6032434e-05,0.001433575,-0.0046416544,-0.012719088,0.0038850913,-0.008672153,0.0031840373,0.00068164634,0.010006472,-0.007980793,0.002573718,-0.0026149857,-0.011521366,-0.018000538,-0.019380871,0.008657817,-0.01266627,0.013766524,0.00036831744,-0.033098992,-0.004154178,-0.016655436,-0.008485197,0.016337778,0.017128967,0.0054597086,0.02293079,-0.013219114,0.006689423,0.013396539,-0.005890771,-0.010450712,-0.005346072,-0.013296679,-0.020678261,0.016330728,0.007593704,-0.004185906,0.0075612934,0.013333728,-0.004055765,0.008533072,-0.0050048307,0.0060805036,-0.0008206339,-0.010586553,-0.01598305,-0.0130308885,-0.016676225,-0.0077336887,-0.0073973634,0.015189092,0.010628041,-0.007295383,-0.0013787788,-0.0024623948,0.0035355173,0.02885745,0.0029633665,-0.009089667,0.018271409,-0.0056694597,-0.009707386,0.012746502,0.007899456,-0.004237355,-0.01078534,0.013868252,-0.009435642,0.014044546,0.0049881316,-0.024830712,0.014276079,0.0122607425,0.010299284,-0.007961113,-0.087195344,0.014944827,-0.0017737099,-0.008625753,0.00039632665,0.009340589,-0.019122891,-0.018647762,-0.02863192,0.016578753,0.0076516448,0.021415107,-0.02435859,0.016325353,-0.00073128473,0.004012157,-0.013330119,0.005679302,-0.008687526,-0.008301389,0.012618712,0.0059756935,-0.024459127,0.008446521,-0.0022107312,-0.013497135,0.0030934133,0.000107007465,-0.025206465,0.0059900414,-0.011529725,0.01892057,-0.012986001,-0.004964176,0.0032018875,-0.012557835,0.005429628,-0.049150553,0.015982017,-0.022011146,0.004041783,-0.0105516,-0.034087658,0.00580945,0.011315605,0.011481954,0.027696358,-0.0039106663,-0.004866247,0.0073647564,0.01854656,-0.013985378,-0.0041014836,0.0014762352,0.01962745,0.0041738236,-0.007284104,-0.028618304,0.002577653,-0.00092848914,0.0016360318,-0.004850474,-0.017365567,0.026529137,-0.0025489035,-0.015215401,-0.00807234,0.017624518,0.03633264,0.025287643,0.00054663984,-0.014407531,-0.0021027892,-0.003318865,-0.0020208224,0.018484902,0.0008490477,0.009238306,0.017468955,0.02461056,-0.012392753,0.023689402,0.00928679,0.03547885,0.011353874,-0.011484576,-0.008795116,-0.08614003,0.002943785,0.007617706,-0.014935877,0.0055390503,0.010127142,0.0012876912,0.024620276,-0.0075023985,0.017550444,-0.0015301554,-0.009150707,0.014562957,0.003302144,0.006836885,0.0112740565,0.009054133,0.008784133,0.0012687286,-0.0016468805,-0.012649161,-0.009631868,0.0014193675,-0.012504315,0.009977793,-0.03994928,-0.007555851,0.008453359,0.010751334,0.0032706442,-0.007921345,-0.019013084,-0.0032935361,0.017652266,0.013426752,0.013388421,-0.025067644,-0.011000977,-0.0011592398,0.005289162,0.026541797,0.014483464,0.012513979,-0.005357642,-0.008300309,-0.0017336481,-0.01424158,-0.022050599,-0.0013389004,0.0076978994,-0.023974558,-0.007512086,-0.012238816,0.021765862,0.0032158208,0.00046315134,0.0026036012,-0.01619634,0.00511356,0.01564335,-0.007450645,0.0075915796,-0.0027104917,-0.008103069,0.0040024794,0.022445137,-0.009004627,0.0026580556,-0.017227694,0.015087167,0.004689053,-0.007737556,-0.0053995633,-0.00179386,0.0031529586,0.024811657,-0.008038251,0.0046356074,0.00015523058,-0.012575796,0.0028720193,0.0049349675,0.014031219,0.0055144476,0.00292316,-0.009968734,0.0034182642,-0.0028160657,0.010786248,0.0201298,0.0012980886,-0.012870868,-0.02349443,0.0149473725,-0.0018534567,-0.0139540965,-0.00605257,-0.0126052955,0.0041964063,-0.004260509,0.002237188,0.018502023,0.002396942,0.02932782,0.020120244,-0.006597914,0.0069194105,0.0010098285,0.011310496,-0.015194589,0.017568875,0.012814994,-0.016336275,0.0054575307,0.0008175164,0.02234915,0.01396496,-0.023099015,0.0034985857,-0.027783163,0.0013506997,0.011108549,0.0013316957,-0.0155852055,0.012313099,-0.017265217,-0.0065973643,-0.00068162184,0.0063467226,0.0030128292,-0.0075208372,0.017871462,-0.0016235841,0.0023810696,0.005490146,-0.00808276,-0.022781538,0.005984317,-0.021213511,0.0048938585,0.022500692,0.0149382735,-0.0041204053,0.021761673,-0.01904914,0.0041636433,-0.0067596156,0.010777679,-0.0027823139,0.00902164,0.0009331428,0.009896889,-0.0019389777,-0.00074057,-0.028701792,0.0050582387,-0.011346435,0.027687592,0.018522264,-0.005370145,0.011295626,0.0072518983,-0.0072789323,-0.009737836,-0.049443576,0.010063899,0.0075995373,0.00889183,0.02995417,0.010684748,-0.004337455,-0.034473266,0.020345306,-0.021514779,0.02071242,0.00023730764,-0.018662129,0.034068674,0.022430796,0.02215955,0.004386572,0.0016289339,-0.022447472,-0.004510153,-0.008810308,-0.021355255,-0.0021897536,0.015373719,-0.008812636,0.008382355,-0.006123151,0.01073465,0.0024248948,0.0014804038,-0.009287252,-0.027563116,0.0068840836,-0.015044504,-0.020499038,0.01871388,-0.02592638,-0.017715774,0.00010132155,-0.01925069,-0.0022882023,-0.014132287,0.021187566,0.009386482,-0.013190969,0.011243677,0.008457268,0.019889,-0.0028905775,-0.0002566781,0.0021960358,0.013559504,-0.011508813,0.012838712,0.017780282,-0.0061441553,0.010995746,0.015098364,0.0063323616,-0.0074640634,0.0044485815,0.0009004206,-0.008970288,-0.011491719,-0.0025820816,-0.0065072863,-0.0036879913,0.00259515,-0.0124782305,-0.0011122668,0.015741378,0.0020016737,-0.0068173236,0.0034573507,0.0138824,0.018990392,0.03304889,0.031038214,-0.009979124,0.00074361847,-0.018146383,-0.01761722,-0.012012258,-0.010644049,0.0017004979,-0.0036077413,0.0020059953,-0.010116593,0.015592165,0.004108873,0.032114547,-0.018000307,-0.0009578843,0.0077673774,-0.016931772,0.0009783644,0.029258639,0.0065377816,0.0141092865,0.018651757,-0.046940584,0.0065841554,-0.011614791,0.012120936,0.005247002,-0.037178412,0.0098471325,-0.00043033765,-0.032635536,-0.009191985,-0.0053712125,0.018125637,-0.008796967,-0.013754968,0.008930731,-0.0062163477,-0.0019491789,-0.018117076,0.0036714058,-0.0058334107,0.0002901193,-0.011774862,0.014130198,0.013381552,0.018690601,-0.0056282105,0.030421339,-0.00033709806,0.00029342584,-0.004658182,-0.008857266,-0.019315584,0.0027443913,0.013808103,-0.0043251007,-0.021425935,-0.014750189,-0.008593422,0.00012666493,0.003116181,0.0092301,0.00090455473,0.017250683,-0.017989017,-0.0044336948,0.006625553,-0.011245952,-0.00872343,-0.016259909,-0.0021403802,-0.020650424,-0.013569693,0.017659439,0.0046144505,0.014695537,-0.014084141,0.0021319308,-0.0062274258,0.017643416,-0.00031406482,0.007271129,0.004844171,0.00800442,-0.011258167,-0.01605481,0.0012453969,-0.017473867,-0.003187399,-0.018198896,0.0034272652,0.008937866,0.008121624,0.00024100959,0.014797625,-0.02111088,0.03153341,-0.0044724345,-0.0007122352,0.0007867454,-0.043262694,-0.004653647,0.010621477,0.007847202,-0.0052871653,-0.0055816197,-0.0048108767,0.006075606,0.015177855,0.0013788911,-0.012198074,0.009651088,0.013808071,0.00069095567,-0.019645398,0.0013352162,-0.0076124803,-0.015682984,0.034583412,-0.010435581,-0.0071971696,-0.002623448,0.041825417,0.005535597,-0.0015949958,0.023967043,0.020010969,-0.03742299,-0.0044070566,-0.0026740932,0.00901917,-0.0078096106,0.005386579,-0.011137918,0.0015865072,0.008848125,-0.010682544,-0.038033005,0.021130266,0.0043307194,-0.012144215,-0.005884613,0.0118029555,-0.0028336502,-0.009349098,0.012573489,0.011267505,0.0018682709,-0.002465715,-0.013260662,-0.017172674,0.004280296,0.005982874,-0.0013147849,-0.017829178,0.015925268,0.00028019486,0.002668393,-0.027760888,0.008941237,-0.012765754,0.015819365,-0.012219022,-0.0037662038,-0.006387394,-0.020118285,0.00063527597,-0.008219389,0.003492125,0.014283674,-0.012594966,0.0009948377,-0.0026034825,-0.016059918,-0.0072503826,-0.0027744535,0.018049581,-0.014837926,-0.010144002,0.01604001,-0.0009540259,0.010793363,0.026893059,0.010212807,0.010297712,0.020961126,-0.012783305,0.0032102594,0.002432486,0.003203623,-0.0010896976,-0.0054054395,0.024216386,-0.009311366,0.023362758,-0.0093991645,0.031874985,0.014208359,0.016861023,-0.023411503,0.024049602,0.033187352,-0.0058174543,-0.018944077,0.016821701,-0.0020471858,-0.010322498,0.005642988,-0.0007649821,-0.007389962,0.008946878,0.014790849,-0.0144886775,-0.00084423216,-0.0015397101,0.011385548,-0.007845978,0.0029547838,0.0066201463,0.018228188,-0.021827292,-0.032733705,-0.04042488,-0.025843069,-0.01091229,-0.01823274,0.0057330937,-0.028351417,0.0004540253,-0.05950715,-0.009055993,0.012245995,0.007447538,-0.0036362738,0.006459687,0.017344028,0.0090223625,-0.007716929,0.00048588644,-0.020069689,-0.0015979935,0.018749475,-0.018337369,-0.008750831,-0.010412544,0.011304465,-0.0072402516,-0.018328493,0.0010317006,0.008307234,-0.014339696,-0.0064127883,0.0045362706,-0.008984699,0.008556836,0.0016620579,-0.009225529,0.0019736502,-0.007909773,0.0069447807,0.005799097,-0.0024631885,0.010502745,-0.010792439,0.006965385,0.01413945,-0.033401895,-0.0006833877,-0.014971042,-0.011253915,-0.025373098,-0.016293284,-0.025666995,-0.0072481763,0.0015194241,0.00016899461,0.017480059,-0.0035209726,0.011367455,-0.022837888,0.0028684773,0.009452442,-0.008747613,-0.0131611265,0.012023682,-0.008918544,-0.0050490913,0.014234871,-0.0061279302,-0.029151237,0.009731322,0.020401943,-0.0016718496,0.007837778,0.0132846,-0.0077293846,-0.019346638,0.0021439902,-0.0037327972,-0.00096026115,0.0022494476,0.017211637,-0.017262274,0.010345739,0.004975111,-0.024220103,-0.0118471235,-0.0053048604,-0.028271904,-0.023423214,-0.034052473,0.010318266,0.0014658109,0.0033622677,0.010308852,-0.0036783332,-0.012921827,0.008015884,-0.0031130125,-0.02578814,0.0065089418,-0.0075105852,-0.013636672,-0.022556491,-0.017364219,0.000567418,0.033068508,-0.005407386,-0.016620215,0.033846244,-0.0065997085,0.005496222,0.0022643036,0.00074588106,-0.012400917,0.012123249,0.02954374,0.0011855031,-0.021787783,-0.039091412,-0.0027429336,-0.005448013,-0.015878668,0.018756988,0.0070067374,-0.019292751,-0.013470173,-0.025009852,-0.013751131,0.0038102358,-0.02234789,-0.014642167,-0.026032977,-0.006172205,0.0015608754,0.0047388724,0.0020546333,0.008093792,0.0010758542,0.0036221945,-0.020878041,0.016746206,0.008634846,-0.0004411309,-0.0013865518,0.027543252,-0.008954792,-0.012830758,0.032558575,-0.01868038,0.0052525345,0.012275906,-0.0007728738,-0.015431246,0.014550734,0.025620783,0.006095095,-0.018149285,0.013057951,-0.0067558666,-0.004277517,-0.014322836,-0.032907996,0.035759494,0.029204344,-0.006518367,0.0010040962,0.007814422,-0.0035054293,-0.009976752,-0.0051409802,0.06099767,0.00644744,-0.036549248,0.006483645,-0.006903496,-0.004992702,0.013931831,0.015856441,0.0055671516,0.014813513,0.018850783,-0.01949069,0.01649993,0.004445606,-0.0035226843,0.0006682395,0.018570585,-0.013123836,-0.005495673,-0.006420984,-0.0025025825,0.01783262,0.0038236317,0.001830585,0.013494586,-0.008213972,-0.020351393,-0.018043872,0.023766859,0.0002175191,-0.0005916308,-0.011937032,0.021743216,0.028661503,0.01143381,-0.00062003883,-0.003978074,0.0015754877,-0.0004456517,0.00014394081,0.0019284053,-0.0065211356,-0.016439527,0.005342338,-0.013312794,-0.0003154085,-0.04266443,-0.00076276495,-0.0005983475,-0.018191723,-0.004130999,-0.0011524322,0.16377401,0.12146808,0.00717164,0.0077218157,0.0031014425,-0.01827398,-0.025197405,-0.009799647,-0.001771952,-0.0051022866,0.0030657707,-0.027066266,-0.014349985,0.002474313,0.01444605,-0.007598142,0.004283981,-0.0055299606,-0.021432182,-0.004938435,-0.027450277,0.025144158,-0.034695804,0.03249864,-0.036221568,-0.0112325745,-0.0006302461,-0.007420995,0.028775811,-0.005794498,-0.01665242,-0.01632413,-0.010923369,-0.0019730038,0.010158281,-0.022250175,-0.009736678,-0.0049881064,-0.02277405,-0.027054979,-0.0041132257,-0.0074738315,-0.006918238,-0.010762329,0.007545008,0.03090953,0.0013504473,-0.005858957,0.009705653,0.0040623453,-0.009253996,-0.018503211,0.0020708947,0.011527967,-0.0018419314,-0.0066754515,0.007882011,0.00804743,-0.0072149266,0.008565339,0.01979585,-0.0011340557,-0.0059353416,0.0043030693,-0.019065524,-0.029425247,-0.015346958,-0.035295635,-0.006551195,0.00039842958,-0.025980035,0.01718444,-0.001375448,0.005097647,-0.0014116103,-0.0094614625,0.011775256,-0.0031580492,0.0002990616,-0.013573832,-0.004750444,-0.011613284,-0.009233519,-0.0038550813,0.012429005,-0.01164518,0.0011599155,0.003420954,0.10918965,0.01230452,0.01953474,0.023629136,0.014522836,0.003845767,0.0059203734,0.050448563,0.0017814235,0.0040094797,0.0031454042,0.0011838372,-0.012173686,-0.009521205,0.021169107,0.0040304638,-0.008164182,0.01208486,-0.0067443755,0.029499542,-0.035795268,-0.0033788725,-0.010918257,-0.0015576083,0.0030526337,0.011047165,0.0021426247,-0.005048675,-0.024513477,-0.002158898,-0.104012825,0.006212423,0.0041716667,0.0010704731,-0.021921389,0.018687142,0.0154785495,-0.013407858,0.001736017,0.025505928,0.0031081468,-0.026417201,-0.022398336,-0.009252978,0.03773094,0.01448878,-0.012090019,-0.01786876,0.0034765603,0.009026418,0.0062385057,0.008114889,-0.015689913,0.0071896464,0.0017972447,0.013283286,-0.002995268,-0.008038981,-0.017933184,0.0038543108,-0.0060773026,0.018601745,-0.010689054,0.006978525,-0.013373428,-0.00030986074,-0.0037304482,-0.0012052932,-0.008929318,-0.0009911892,-0.017980862,-0.044700395,0.009491039,-0.011361375,-0.021037698,-0.013216018,0.0028752158,0.0019304052,-0.015584197,0.013732893,-0.0062932265,0.012156047,0.0001702958,-0.00993667,-0.035042476,-0.0020404106,-0.002272301,-0.004781565,-0.0023380707,0.034215722,-0.0013472625,-0.005336545,0.0074041635,0.011057401,0.0042494815,-0.0011706178,-0.0055189542,-0.0035777355,-0.002432138,-0.01196035,0.0020339396,-0.009349966,-0.0061290073,-0.0047109304,0.0005172165,0.014764923,-0.015926061,0.007122319,0.0011319355,0.022910148,-0.006087829,-0.0034267735,0.0010995799,0.11985575,0.016351184,0.007903378,0.019944692,-0.0007062388,0.007378396,-0.008995195,-0.008428479,0.02336426,0.011192561,-0.022537684,0.014948395,0.012643554,0.021686161,0.003033951,-0.015371376,0.00058110146,-0.010565428,-0.004073709,0.012434718,-0.024131794,-0.011440932,0.009011285,0.0004056608,0.0024124067,0.021321952,-0.024695061,0.004464308,0.008313672,0.011037163,-0.00084827666,-0.0053688036,0.007384569,0.0058296015,0.013227015,-0.0038074625,-0.031088727,-0.00037756597,-0.027755275,-0.010710843,-0.0032734985,-0.014726736,-0.0040536886,-0.005039937,-0.05440726,0.1991356,0.008615196,0.0011747738,-0.015197363,-0.0006190927,0.023433667,0.012526175,-1.1915859e-05,0.0050684027,-0.0067624548,0.017367922,0.0030736027,-0.024029309,0.0068316762,-0.010694278,-0.0127792405,0.0138144335,-0.008467187,0.009717823,-0.0010322044,0.0008270339,-0.0040396685,-0.0023849218,-0.0031365084,-0.017867802,0.019723522,0.0318487,0.0072547686,0.00947427,0.0026797187,-0.009069537,0.0006424427,0.0026735985,-0.016001604,-0.009732065,-0.009196601,0.0016590842,-0.0068518617,0.0034166446,0.010900372,-0.0072768317,0.010696234,0.01373271,0.02488892,-0.0047935233,-0.0057127024,-0.014833926,0.00444899,0.0046688463,0.006982132,0.027225964,0.006087653,-0.006823421,0.008017882,0.013218819,-0.012820356,0.0041270996,-0.0047674617,-0.01659141,-0.015238981,-0.014309386,0.011860277,-0.013194742,-0.021360591,0.004259407,-0.0022472136,0.005947685]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 203,
          "content": "State Minister Yamada Receives a Courtesy Call from the Honourable Raymonde Gagné, Senator, Speaker of the Senate, Canada",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.020191804,-0.017069131,0.0038001905,-0.056253377,0.014913613,0.016092354,-0.039566327,-0.008207521,0.017711325,-0.008206757,-0.01825283,0.0037031479,-0.015357209,0.036786303,0.076176986,0.0008051016,-0.02228896,0.026059758,0.015686885,0.0123025775,0.0011552334,-0.01146438,-0.008977898,-0.030097198,-0.021777067,0.0011866167,0.012524737,0.013709384,0.010843667,-0.0042500254,-0.02372955,0.0013205486,-0.0064974194,-0.0154754715,0.009294045,0.039179105,0.0063952,-0.00754208,-0.023158887,0.014154642,0.0053645037,-0.013878619,-0.025549456,-0.0007801016,0.018017026,0.0073712165,0.00055066915,-0.031277817,0.008313268,0.03760506,0.02047116,0.029497487,0.0027772214,-0.17661692,-0.0051611336,0.0019844647,-0.008354998,0.011177428,0.0118825715,-0.0038856054,-0.044029552,-0.018169178,-0.01544895,-0.00817111,0.006374354,0.034256082,-0.01042434,-0.016721059,-0.0011410714,-0.030188724,0.050010677,0.027512217,0.011575274,0.0067190276,0.025271367,0.016532632,0.013963531,0.014878178,-0.020695318,0.013013304,5.710992e-05,0.022183955,0.006563706,-0.015712284,0.017059889,-0.0067995293,0.0038710579,-0.0163311,-0.01800714,-0.0067413417,-0.015596738,-0.02503631,0.01828838,-0.019300377,0.009167859,0.0077113104,0.027977275,-0.014516879,-0.041897546,-0.009816097,0.0028973531,0.0037749493,0.005466096,0.011514946,-0.013294391,0.024487121,0.017586919,-0.03553101,-0.026048362,0.05158878,0.021405715,-0.0002875844,-0.0072633363,0.03608883,-0.0058952845,-0.1368716,-0.011197801,0.02500377,-0.017065411,0.0155377425,-0.009597794,-0.019462902,0.01581101,0.008893264,0.006241581,0.0037190455,0.0008965859,-0.0058801393,-0.0055358787,0.046947595,0.007337112,-0.017553646,0.013746011,0.005760873,0.01688793,0.009829068,0.018956743,-0.02211231,-0.0047464767,-0.0052691735,-0.008451465,0.009837265,-0.0076231994,0.00040254227,0.00089748343,0.026810478,-0.003864189,0.0040656785,-0.020816706,-0.015906077,0.0061731087,-0.00064522255,0.006003421,-0.00895299,0.013236144,-0.0077830446,-0.009099654,-0.032237478,-0.029229477,0.003793842,-0.036491834,-0.019471057,0.008020352,0.011925935,0.017464094,0.006992806,-0.008223383,-0.00641817,0.0049094185,0.018885134,-0.016944492,-0.019818684,0.029852588,0.0010259851,0.0013525924,0.015988136,-0.0019325545,0.007177066,-0.0009395127,0.022137541,0.0075182337,0.004504349,0.020866534,0.004863496,0.004457079,0.0024543572,0.0013131966,-0.02257289,0.005821531,0.00046345268,-0.005171684,-0.0062040198,-0.011508515,0.017935,0.001959111,-0.006293971,-0.012167407,0.00293764,-0.008898405,-0.005648062,0.01612691,0.0030849893,0.00422363,-0.023393786,0.016177373,-0.012353144,0.016505903,0.03460689,-0.020990355,0.02987056,0.0033930382,0.0068290005,0.031270534,-0.044997167,0.00784056,-0.0045439643,0.0100114355,0.020437133,-0.005332206,0.008599477,0.035356585,0.009198683,-0.0008179009,0.008706469,-0.017256675,-0.011846354,-0.0016381082,0.013009654,-0.0086120255,-0.005984635,-0.0149511015,0.016874325,0.009281284,-0.027502656,0.0032935208,-0.029257448,0.015443987,-0.014835158,0.006359972,0.008628765,0.010088247,0.011748959,-0.005692581,0.020280873,-0.0127120875,0.0075160065,-0.042209808,-0.0013269461,0.033910435,0.042153616,0.014928082,0.008140315,0.010834187,-0.010713593,-0.020676924,-0.010469257,0.02188285,-0.017907819,0.0066990047,-0.02394804,0.0072548175,0.0051170667,-0.0021113667,-0.010895343,0.008177272,-0.00532084,-0.008478962,0.018519202,-0.03679401,0.004180471,0.019982165,0.022900503,0.023104372,-0.005473985,0.010823221,0.0038318732,-0.06540442,0.014451766,0.011591149,-0.018264765,0.018633287,0.0016242601,0.013553289,0.020456893,-0.017993204,-0.0024188056,-0.0045798304,-0.016616484,-0.024707813,-0.0047541554,-0.0018162102,0.011482629,0.030010462,0.009348429,0.0006444096,-0.010638941,-0.015181771,-0.01104846,0.016120957,0.002783634,0.0016415502,-0.022089854,0.019553544,0.021521179,0.018950995,-0.0057425075,-0.017199753,-0.007788986,0.014444038,0.02629954,-0.009531103,-0.009807664,0.0149041135,0.012564446,-0.00857223,-0.019737415,-0.0008551084,-0.026535602,-0.0074416003,0.023925945,0.0065100132,0.0030712765,0.022886438,0.0010768066,0.0026069342,0.00036665823,0.012946872,-0.018493917,0.022042971,0.010237695,0.0074182055,0.0175813,0.05227547,0.02357283,0.0035393308,0.034058757,0.023139125,0.0041035255,0.0040009175,0.0076666297,-0.04110361,0.004398631,-0.010354379,-0.011720128,0.023461027,0.011160054,0.018823432,-0.0025723607,-0.017114209,-0.022905063,-0.014988558,-0.00053600513,-0.006964467,-0.01158889,-0.045437567,0.009369924,0.01782308,-0.012371038,-0.0013679184,0.03109291,-0.015202646,-0.005604972,0.018347405,0.0035944127,0.004520137,-0.005344001,-0.013629525,-0.0028787935,-0.016488126,-0.0021075592,-0.033538006,-0.009616458,-0.0064941845,-0.014931117,0.04797098,-0.010139987,0.030983325,-0.009891623,0.02158168,-0.011538368,0.007115417,-0.015245904,0.011838437,0.008614387,0.01159487,-0.012382897,-0.030845847,0.0016456932,-0.010917658,0.006874844,-0.022689404,0.022938171,-0.0131986635,0.011524938,0.0067753745,-0.03703666,0.018505972,0.023279482,-0.017446691,-0.02681563,0.003555679,-0.016208166,-0.011063743,-0.008289767,0.0080445465,-0.0028965133,-0.0038079538,-0.0020352048,0.010448098,-0.010861122,0.0018713577,-0.008052053,-0.007608033,0.019558042,0.0028937247,0.040713146,0.004034331,0.03924368,-0.0037548037,-0.0075320564,0.003138266,0.021367613,0.004227466,-0.00024297085,-0.0075646257,-0.039011262,0.013461723,0.008441759,-0.0015375064,-0.018971216,-0.005696322,-0.02966217,0.015577303,-0.009575147,-0.014995375,0.002948479,-0.008782969,0.0025354377,-0.015175032,-0.02471679,-0.010237208,0.005705771,-0.0012205965,0.02276409,-0.0020045142,0.0385212,0.015887713,-0.023322627,-0.039999925,-0.002726601,0.023798332,-0.012754156,0.003941092,0.02251026,0.0014409502,0.016313678,-0.025681732,-0.023793967,0.00035462604,0.016236136,-0.0037813666,-0.02328425,0.004278082,0.0061052754,-0.0024792207,0.01367394,0.0014372054,-0.014679439,0.009969953,0.0020423955,0.01139791,0.0023401368,0.004580646,0.02466922,0.013252851,-0.025099851,-0.032301128,0.0027359563,0.002761871,-0.0027748987,-0.0014730281,-0.026037281,-0.025888497,-0.026721241,0.0087112775,-0.00010173711,-0.027040334,-0.0045925286,0.015078349,-0.0053921184,0.0136725195,0.0009936161,-0.021288982,0.017104173,-0.019393453,-0.044729333,0.029068189,-0.02514864,-0.0015142191,0.022989832,-0.002302986,-0.008913148,0.0024392393,-0.040909413,-0.036629833,0.009379479,-0.0053411317,-0.01257755,-0.00064113375,-0.0024397336,-0.014596002,-0.016717268,0.011864468,0.0050335755,-0.009829742,0.013432772,0.018856846,0.0068388963,0.010679208,-0.029802619,-0.015972294,0.025771935,0.0060185096,0.022643775,0.02083315,-0.0045039956,0.008038447,-0.00079119427,0.03805382,-0.012981715,0.0060708392,0.0153759895,-0.013488569,-0.021639269,-0.009953142,0.0015353881,-0.009714465,0.008299756,0.019358398,-0.0022445337,-0.018578228,0.0099150855,-0.011195423,0.010010315,0.0073199198,-0.07145843,0.011339169,-0.008801488,-0.003624827,-0.0012277798,-0.03625133,-0.00030616735,-0.020445252,0.00077117735,0.014507572,-0.035291437,-0.0066973227,0.0008887452,0.013898833,0.0073569315,-0.0026143393,0.025536083,-0.00054152845,-0.0029904167,0.02868859,0.0144559555,0.0142302,0.017056573,0.0015758881,-0.002684795,0.0194181,0.006914349,-0.012446927,0.009249203,-0.0021923536,-0.018682076,-0.038593985,-0.014849233,0.010194868,-0.019585887,0.019353233,0.002143647,-0.0026343472,-0.027012248,0.043290555,0.019753322,0.030102354,-0.012306711,-0.042639535,-0.020855047,0.004439046,-0.027064553,0.002852959,-0.0008353261,-0.017259708,0.009800824,-0.02143116,-0.005888953,-0.042858817,-0.0033412795,-0.041904874,-0.00859621,-0.00027907742,-0.005583825,0.0075149075,0.007975435,0.00260251,-0.0153158475,0.01119641,-0.00954772,-0.009359913,-0.01859452,0.003932602,-0.018751396,0.0016500908,-0.029036125,-0.013967819,0.008567807,-0.024629625,-0.028432209,-0.008026111,-0.0006911941,0.021846352,-0.011390536,0.019754792,-0.0011338944,0.018319692,-0.1180217,0.021501953,-0.011676385,-0.008417684,0.0021181721,0.025116904,0.0076189297,-0.011024018,0.009434069,-0.011884929,-0.0015534858,-0.010133675,-0.0026136143,-0.0124208005,-0.008032504,-0.025049219,0.019917099,-0.012777159,0.016816275,-0.035340063,0.02328415,-0.00565068,-0.011265454,0.00014571965,-0.00095779984,0.02896399,-0.003062158,-0.0028944805,-0.005698346,-0.010261922,0.0029634426,-0.15239125,-0.004226299,-0.0061515374,-0.012792033,0.021724045,0.014946117,0.017620228,-0.0045757936,0.0094949,-0.0055388017,-0.018455356,0.004750872,-0.011575726,0.0055725537,0.004105145,0.07855392,0.0020740768,0.014361372,0.028575696,0.028441533,0.0007603749,0.009412563,0.023108423,-0.014441043,-0.0031474675,0.01351754,-0.0069828006,-0.010756762,0.012470535,-0.0010772477,0.029276738,0.03628697,0.008992913,0.03012647,0.034062993,-0.010508414,-0.020200135,-0.013768721,0.010639433,-0.02318008,-0.005238355,0.0030275818,-0.0043728612,0.0012127126,-0.012701,-0.023156065,-0.024009565,-0.014346344,0.013920779,-0.027954528,0.001629037,-0.07432119,0.0045797387,0.027726192,0.00055230834,-0.003944089,-0.023465391,0.0007104157,0.0027910972,0.016147943,-0.010107741,-0.037694193,0.012518145,-0.001667303,-0.052362315,0.005775169,0.010659578,0.0060201823,-0.043100726,0.016021183,-0.010396372,-0.000875297,-0.009977255,0.005184752,-0.0017456246,0.0055625024,-0.0033856293,0.0223961,-0.016103573,-0.009459604,0.011555207,-0.03577862,0.0025769137,0.02029328,-0.02308294,0.025565056,-0.006615873,0.004074304,-0.008062959,0.0295425,-0.009269817,0.015559148,0.0039731413,-0.020781407,-0.0024650507,-0.019936161,0.0016508582,0.0043236976,-0.023054766,-0.02904893,0.003753275,-0.015595028,-0.015762396,-0.03037216,-0.0032123055,-0.004302495,-0.0034872694,-0.016666299,-0.0010397313,-0.0017517176,-0.016205015,-0.010559078,0.011217555,0.009199426,0.00058040983,-0.0057206545,0.0077523,-0.008611657,0.028007668,0.009934521,0.009715597,0.015468316,0.010929815,-0.0068807164,0.0063458164,-0.006288008,-0.0031539102,-0.0120315235,-0.0017010435,-0.046784956,-0.0022973956,0.005576376,-0.0044154143,0.009990028,0.0022546733,0.003133883,0.0070472253,0.0078072525,0.0031962583,0.011248692,0.009866802,0.008756254,0.0055696885,0.013179187,-0.010852576,0.0025051476,0.00076002727,0.004894468,0.010171065,-0.018938037,-0.0019312579,-0.019224927,0.0084531605,0.026974645,0.008388908,0.004411583,0.0227236,-0.0049131694,-0.0063965395,-0.0016332963,0.006634006,-0.00750315,0.008281993,0.02134955,0.014133723,-0.020767657,0.008859812,0.017270776,-0.012471097,0.031700816,0.009293164,-0.004531128,-0.03259366,-0.0142189115,-0.0007010011,-0.0064543625,0.0025193712,0.0024053126,-0.00094590127,-0.010130539,0.0068939906,-0.016690947,-0.010310773,-0.00022064344,0.017915882,0.009039913,0.000291869,-0.0012053954,0.006747029,0.011552137,0.0050563454,0.0051928214,0.01811631,-0.014942258,-0.011367687,-0.022613699,-0.0029819107,-0.0040999954,0.003198186,0.0006267299,0.008053909,0.00023849907,0.0013032964,0.015626386,-0.008428773,0.018926188,0.007260232,0.01837998,0.005023813,-0.0130084185,0.0075392146,0.0019119245,-0.0028866353,0.016504996,0.000538255,-0.0021525135,0.00087682245,0.028591333,0.0064343354,0.014771559,-0.010986853,-0.038597863,0.012677687,-0.0014013496,-0.017847123,-0.023107849,0.021447765,-0.012795701,-0.008212855,-0.00090725336,-0.0057811127,0.0024204156,0.0069340914,-0.01614124,-0.00056576525,-0.005330637,0.01643048,0.0080725085,-0.016024785,0.015707634,0.0054210788,-0.00087959075,0.004222875,0.0037129284,0.0032731972,-0.011426966,0.020758854,0.015681777,-0.020275664,0.023039147,-0.0025809822,0.021522343,0.0071124965,-7.963328e-05,-0.024617264,-0.0027942304,-0.022495102,0.0019686634,0.0063057737,-0.00086139084,-0.02120713,-0.003074345,-0.014455236,0.00091130094,0.0052861026,0.021132058,0.005993239,0.0071172155,-0.0042972723,0.023599193,-0.011935248,-0.012848317,0.013903051,0.007552006,-0.000744511,0.013947432,-0.012549776,0.01125474,-0.02401834,0.026038822,0.00418155,-0.01335988,-0.0010262724,0.00040239107,0.0077128075,-0.010554827,0.015022455,-0.0034730823,0.0030647665,-0.010924586,-0.0103937,0.00018685934,0.0038369216,-0.0032371192,0.0152613465,0.0025359339,0.009892701,-0.005107313,-0.020350898,0.0076555777,-0.01089243,0.004377785,-0.0022693202,-0.0065146065,-0.00046260533,-0.0001931007,0.005553213,-0.022967748,0.023213172,0.025179258,0.09184674,0.024319952,-0.0017389122,0.0053475215,-0.01912695,-0.0050700246,0.01687682,-0.012802801,0.023387728,0.009204274,-0.006249519,0.008949153,-0.026041368,-0.0058498685,-0.015832305,0.021016864,-0.03406879,-0.009117557,0.0057855197,-0.0016836858,-0.004063158,-0.007176611,-0.0111732865,-0.018022975,0.005428691,0.008071652,-0.0014898942,0.001891234,0.01236024,-0.019753331,0.0032819454,-0.031463422,0.0047036917,-0.0016221724,-0.009408814,-0.008585335,-0.007814561,0.0135228,0.012047621,0.0057647065,0.00047920088,0.000693889,0.00030851612,-0.020020839,0.0045001726,0.013410801,-0.015013425,-0.002851565,0.014224881,-0.0034014725,0.0019050966,-0.0026570912,-0.014412028,-0.01647828,-0.005738775,0.0069674,-0.0024454503,0.0014454502,0.013002639,-0.005158155,-0.0027212638,0.009722846,-0.003312272,-0.010698862,0.02304646,-0.005154065,-0.0016768541,0.013252067,0.0007849573,0.005003371,-0.0026743624,0.0126898,0.000116019786,0.014076051,0.0131726805,-0.0050561423,-0.008148857,-0.022450237,-0.0007395846,0.0006868204,0.0065169763,0.010803675,-0.0036773095,0.0005397454,0.0032008286,-0.006969983,-0.013266416,0.0142253535,0.0046269307,-0.009269643,-0.002106244,-0.013401925,0.015346148,0.0077013928,-0.0021841805,0.007231422,0.06850525,0.0038958497,-0.00797727,0.007729643,-0.005890501,-0.010182907,5.6002853e-05,-0.004526684,0.019551788,0.011553764,0.015188799,-0.0011500563,-0.00027585888,0.019246062,0.004842648,-0.0014367298,0.014081937,0.0066483524,-0.010909847,0.004075966,0.00758673,0.007469805,0.007977886,0.010058568,-0.022031454,-0.00030307288,0.00088526576,-0.007935655,-0.012466537,-0.00628901,0.017836832,-0.0011936782,0.004432656,-0.016948214,4.8979757e-05,0.00012310102,-0.008979388,0.0025204027,-0.0130927665,0.02024533,0.005372811,-0.011905726,-0.016262624,0.0011064198,0.018199475,0.014047962,-0.0028505337,0.01030769,0.017498417,0.017336374,-0.0049933405,-0.008049883,-0.008408334,-0.007206806,-0.010319243,-0.013552684,0.008887713,0.0030763817,-0.01626591,0.014279719,0.014889952,0.011626255,-0.013298435,-0.003924872,0.004067657,-0.013783931,-0.00165946,-0.0033881194,-0.0016200359,-0.01805196,0.012060125,-0.015181108,-0.0018507891,-0.0031365945,-0.004865818,0.004312433,-0.0027539995,-0.005779797,-0.0067064846,0.0017619744,-0.0023234298,0.005617681,-0.004570981,0.008167451,-0.0038242722,0.009186977,-0.0023107422,-0.0010968393,0.007377395,0.003598311,-0.005254335,0.0020654656,0.00830462,-0.006902961,-0.0015114865,0.014754662,-0.007592632,0.025976157,-0.0007522054,0.014082865,-0.008988219,0.0023540119,0.009379589,-0.011564421,0.0003093417,0.0060557723,0.010028105,-0.0068304883,0.0073079327,0.007814127,0.009827596,0.011065369,0.0029758266,0.001031767,0.0018985067,-0.0030816314,-0.005162822,-0.0065937876,0.008214927,-0.0154039655,0.0043260176,-0.011657809,0.015373858,-0.025215924,-0.020622943,0.0001872818,-0.0054434217,0.0011724383,-0.0005524678,0.023760455,0.015782418,0.0011372289,-0.005765985,-0.0076057427,-0.009126877,-0.0012343315,0.0009924778,0.000704985,0.0002274044,0.0013668594,-0.002041558,-0.010873752,0.012338055,-0.018469892,-0.0004530293,0.0143410275,0.010229068,-0.016401907,-0.014966302,-0.018160103,0.0066464683,0.008022333,-0.020855699,-0.006792013,0.011825752,-0.0061067007,0.0054567154,-0.014559683,0.008140612,-0.014964693,0.0037289916,-0.038119208,-0.0036146634,0.001912289,0.001103226,0.007310686,0.017400756,-0.012315676,0.0039622216,-0.0026832335,0.013256141,-0.015791724,0.009453102,-0.0018091628,0.00063560123,-0.011278538,0.007974175,0.009483119,0.0003270747,0.011069737,0.0065492266,-0.028576102,0.014160089,0.0025782455,0.0026835722,0.00842881,0.018783433,-0.0027320448,0.006062527,0.0067948597,-0.009683637,-0.0053031156,-0.020025807,0.010131387,0.012572906,-0.003761793,0.02791976,-0.0028505248,0.009866261,-0.010211567,-0.0018273949,-0.008978529,0.011722606,0.012702401,0.007838949,-0.010843419,-0.00047000672,0.0023568918,-0.012592391,0.0101653505,-0.016065478,-0.00092096307,-0.003842437,-0.011252591,0.005944239,-0.0038075866,0.007465745,0.015685067,0.0154010495,0.01217489,-0.01679384,-0.019079372,-0.0021757265,0.004912994,-0.003622073,-0.012020174,0.0058829067,-0.0035332164,-0.014065803,-0.0032422447,0.011809537,-0.009720669,-0.006392939,-0.010540234,-0.0015458277,0.021257676,-0.0033534088,0.006514452,-0.0020636541,0.00085217506,0.01991488,-0.010707243,-0.0036851652,0.0071984865,-0.023342429,-0.028011406,-0.00064807775,-0.0036059702,-0.001255108,-0.0041117603,0.032500256,0.0056564324,0.00724886,0.0036223345,0.006448922,-0.016406063,-0.011354767,-0.014711523,0.012194144,0.008898064,-0.00035658112,0.0027179976,-0.0039188536,-0.0042075976,0.019345505,-0.021491623,0.0130362585,0.010428864,0.00011535419,-0.0042874315,0.00011365981,-0.014426837,0.014497485,-0.011156264,-0.014779623,-0.006461339,0.031363346,0.0059009655,-0.019240033,-0.018736815,3.4960853e-05,-0.017306233,0.017123388,0.0036241305,-0.0028553663,0.016838351,0.0002834063,0.0106929345,-0.00481009,0.0042724735,-0.0010372333,-0.00051418174,0.0042730477,0.022056466,-0.0038930825,0.0025186865,0.0039216205,0.0019988888,-0.003276953,8.0393984e-05,0.0027438018,0.0040190783,0.0041847816,0.0078091817,-0.0026778907,0.0056814207,-0.011468662,0.017771171,0.024138026,-0.0062197093,0.012612005,0.008074059,0.0011141474,0.0007681831,-0.0070162336,0.00010646893,0.008047887,-0.0076928334,0.0019438083,-0.006582049,0.025043149,0.0037522886,-0.001525217,0.015402556,0.0049319016,0.017158505,-0.008345005,-0.018434146,0.0039166803,-0.005268786,-0.010965776,-0.00458091,-0.0059638517,-0.009652228,0.016087404,-0.0017246982,-0.0062900814,-0.00682552,0.011783561,0.0010983287,-0.0050177295,-0.004412369,0.015413077,0.0032663473,0.005038372,-0.0012595786,-0.012406925,0.0114336815,-0.012959881,0.024672724,-0.00060011604,0.010119487,-0.004634755,-0.007863216,-0.011504948,0.014931642,0.0050243596,0.02130959,-0.02259768,-0.0052633914,0.0020709187,0.004590045,0.004056912,-0.0013860144,-0.026918292,-0.012276245,-0.08547176,0.008803915,-0.002264524,0.0020242503,-0.008308942,0.008054058,-0.010931652,-0.0011977733,0.006238208,-0.001439172,-0.009067472,0.0077525536,-0.011527456,0.0038439285,0.015731836,0.0108969435,-0.008154424,0.0020101,0.015684623,0.016409937,-0.017721148,0.005638402,0.010376952,-0.00090369524,0.008030758,-0.016724104,-0.021292854,-0.007595328,0.0056523643,0.014435704,-0.0053900694,0.0006341753,0.0040251417,-0.01586909,0.025623502,0.015572309,-0.005458266,0.012198018,-0.13296139,-0.021193739,-0.0018828276,-0.0032723092,-0.011489202,0.0012246252,0.019087218,-0.017394783,0.0032002197,0.0021358423,0.014042791,0.0072185444,-0.005901587,-0.02101021,0.01393988,0.008847867,0.011922626,0.0017251838,0.0001510193,-0.0014234197,-0.026653279,-0.01669002,0.031065406,-0.001389976,-0.004451941,-0.0007009129,0.004845048,0.010430131,0.0033129456,-0.0092662275,0.0072854296,-0.02445379,-0.010133081,-0.004681868,0.013161825,1.796022e-05,-0.0011053775,-0.011070062,-0.0070202267,-0.0045061717,-0.007926147,0.008291283,0.01005158,0.005623648,-0.012676422,-0.014516974,-0.008754218,0.016714016,0.016071541,-0.009563962,-0.0019930995,0.00542704,-0.001723109,0.007992688,-0.022175066,0.008201325,0.00022760774,0.0045225155,0.0022761375,-0.00962093,-0.011420118,-0.0056549734,0.0040131295,-0.004657149,-0.012482141,-0.0066585015,0.009403804,0.0012325405,0.003294748,0.008585732,-0.016034827,0.005824027,0.0005064464,-0.0063680606,-0.006765778,0.0107313385,0.011066161,0.0034598173,0.003727333,-0.015453629,0.02699465,0.01224383,-0.036090937,0.018740788,0.004008923,-0.04138844,-0.004598977,0.021415686,0.0011760211,-0.028407618,-0.009762969,-0.002846259,-0.013668866,0.002401018,-0.003588635,-0.028208923,0.0057874382,0.0071321283,0.0027537358,-0.031973533,-0.006034484,-0.0042116567,0.0022051686,-0.0018782655,-0.002814851,-0.007589325,-0.015342325,-0.022553183,-0.020079546,-0.012213621,-0.009167133,-0.022254976,-0.0005979044,-0.008329656,0.012354956,-0.014716537,-0.01917472,0.0091537675,-0.010409062,0.015835918,0.0077224495,0.009833767,0.001876388,-0.009865785,0.0024981876,0.01745231,0.027294133,0.02390246,0.007103398,-0.010885919,0.018945491,-0.01083795,0.018036783,-0.0022723512,-0.012098902,-0.005741262,-0.0024341766,0.004923177,-0.002081797,0.007920337,0.004682343,0.010920941,0.007251726,0.007134548,0.0053613125,0.030374698,-0.01164983,0.025660675,-0.0020663955,0.0022343746,-0.021098906,0.0151129365,-0.017142959,-0.0077518187,-0.010719811,-0.007154432,-0.027504511,-0.0052615274,-0.002628186,0.003788939,0.0047413292,0.017813507,-0.00041934542,-0.0056333556,-0.030273026,0.02165757,0.021814039,0.0071281227,0.0055970424,-0.0032684486,0.012980517,0.0061759283,0.0037547795,-0.0024996095,-0.0025175475,0.013306743,-0.0054121413,0.00068706943,-0.023845444,0.010480473,0.005074769,0.007477136,-0.023786733,-0.0011991686,0.010531439,-0.007979457,0.020048661,-0.015486034,-0.021054355,-0.00043252786,0.016017865,-0.00037217632,0.0037687232,0.00209096,0.018294297,-0.017766317,0.0023178824,-0.005841593,-0.020090422,-0.0130744735,-0.011095354,-0.015212252,-0.010936465,-0.15992847,0.008625468,0.013946127,-0.0025718068,-0.021303028,-0.020142738,0.015337958,-0.010499029,0.024835275,0.0021455656,-0.00669001,-0.004336387,-0.025109934,-0.007391857,0.0031403855,-0.008782303,0.028182395,0.019524164,-0.030483559,0.0072970483,-0.02493377,-0.019943263,0.005579536,0.0021775593,0.0050663264,0.003548617,-0.016449772,-0.0012921477,-0.03595906,0.013180692,0.006125422,0.01898903,0.0031888268,-0.010228692,-0.0016849673,0.018053789,0.0033197764,0.0022333649,-0.022540463,-0.005260145,0.0002441575,-0.0167662,-0.003048326,-0.022513267,0.005605698,-0.015881222,-0.02806951,0.003921762,-0.0030252482,0.01667875,0.0008118897,-0.0059152604,0.018776326,-0.017438153,-0.0033983532,-0.009830806,0.00076960004,-0.011021691,0.024740683,-0.009585329,-0.00046465054,-0.03234961,-0.00097214425,-0.009018433,-0.019749546,-0.0034028275,-0.001088396,0.15077403,-0.0020722225,0.015928632,-0.02722542,0.014663913,0.025872752,0.03629899,-0.00078558683,0.0009311543,0.0030959586,0.00998701,-0.00015758631,-0.006607761,-0.004790536,-0.023894515,0.00075831375,0.00048139977,0.010390789,0.00046237893,0.0260014,-0.014524947,-0.00066320633,-0.021451334,0.00057126745,0.00680861,0.012743943,0.0055105384,0.00090096705,-0.010036845,0.024322674,0.01522227,0.015771203,-0.015626172,0.01494566,-0.007231732,0.00048775953,0.0038970544,-0.00018303106,-0.022092937,-0.013167537,-0.0056745326,0.0028049555,-0.010947126,-4.445145e-05,-0.0066404403,0.00605919,-0.007738416,-0.024420457,-0.008697198,0.0033865245,-0.038977887,0.012718208,-0.0034610005,0.0057267286,0.008748326,0.016227154,0.0031104363,0.014243978,-0.0025620016,-0.03649918,0.03911814,-0.0046683666,-0.009863823,0.00038857682,-0.01527698,-0.00940891,-0.021130644,-0.013725494,0.009682338,-0.10727071,0.0065708454,-0.022251673,-0.015764687,-0.006118589,0.0106618,-0.0045820465,0.0033188276,0.009752379,-0.0032723022,0.0044167764,0.0068297577,-0.0023139333,-0.005914542,-0.0067552347,0.0026808102,0.0022751153,0.0066518607,0.01767794,-0.022594286,0.006325429,0.027915502,0.015777761,0.038744196,0.021131856,0.013284392,-0.0048466423,-0.009349114,-0.0020155094,-0.0010302612,-0.01198044,-0.0006848493,-0.032512546,0.009721009,-0.012140445,0.029351447,-0.008565505,-0.019548142,-0.010137408,-0.0031430796,-0.002401062,-0.005408041,-0.00071008154,-0.0118931625,0.0030391496,-0.0038479106,-0.02285972,0.0035526892,-0.017320124,-0.007915794,0.0016008478,-0.018481402,-0.0013224453,-0.0034279542,-0.012398529,0.02294198,-0.008680379,-0.029315233,0.0018298598,-0.010761849,0.0024644379,-0.005804122,-0.008990044,-0.00029282575,0.0045776637,-0.018376818,0.012661383,-0.0007127494,0.002205889,0.006218606,-0.0048103463,-0.0036409586,0.009447745,-0.025345197,0.0029050447,0.0087796375,0.0037099032,0.00035532253,-0.016186595,0.021877106,0.002754085,-0.016442953,0.023369204,-0.017965324,0.046966497,-0.008483435,-0.029023102,-0.020475976,0.01741398,-0.0056850687,-0.0065941815,0.026985003,-0.023244344,-0.014973308,0.0035494564,-0.010305301,-0.017399412,0.016619388,0.019449338,0.004728943,-0.015771944,-0.009750785,-0.01877046,-0.0022778371,0.0013488138,-0.021127095,-0.027360078,-0.0040347995,0.0066374955,-0.01400314,0.006938742,0.017581347,-0.0001661313,0.008510942,-0.006649729,0.020301037,-0.005001835,-0.01121843,-0.006963926,-0.010033073,0.009631773,-0.009389185,-0.0025911338,-0.017659912,-0.0077685053,-0.01661195,0.014278269,-0.014671321,0.014516665,-2.6980772e-05,-0.010863781,0.017465439,-0.006458566,0.005883069,-0.014517125,-0.008361029,-0.0013807605,-0.024927735,0.0068835267,0.0224496,-0.0053899493,0.04217671,0.0143225705,0.012004061,-0.006490697,-0.006440917,0.02829243,-0.0023259602,0.011812283,-0.01477183,-0.006290986,0.0054502185,-0.008930197,0.013672726,0.023238668,0.01859593,0.012666984,0.0065742796,0.0020879223,-3.5220728e-05,-0.013371052,-0.0058769602,-0.0024441273,0.0018030336,-0.024453009,-0.02186909,0.01279272,0.0060082506,-0.0058786506,0.0043109865,-0.0041175704,-0.0022108208,0.0046188547,-0.014859275,-0.016464861,-0.0066117016,0.01552399,0.009302693,-0.0033454215,-0.069133304,0.008073707,-0.00028839032,0.0057513663,-0.020483697,-0.0034290366,-0.0038520168,-0.008514495,-0.020397311,0.016975213,0.0060242824,-0.0028526573,0.012796666,-0.018528134,-0.0035734084,-0.00061431754,-0.00057591824,0.018333767,0.0016898585,-0.01879624,0.010220108,0.0057219453,-0.02198886,0.0055116806,0.010306124,-0.010839948,0.013268555,0.009987751,-0.018140588,0.021394022,-0.028314555,0.004298336,0.0039642313,-0.0019280938,0.021649214,0.021286752,0.025416158,-0.040519368,-0.009304694,-0.047646463,-0.0051417355,0.011430323,-0.027844403,-0.009259455,0.01613329,0.016391788,0.007931343,-6.4176056e-05,-0.012530045,-0.0038742793,0.013333687,-0.019622963,0.0038172272,0.0015288116,0.018915752,-0.01306102,0.004154261,0.0028542676,0.0074447882,0.002433081,0.0056336746,-0.007951897,-0.01740151,0.0040321997,-0.0044076825,-0.013606536,-0.0037363765,-0.0077121714,-0.0058689704,0.044012226,0.026332753,-0.014579232,0.018161174,-0.020073107,0.033223536,0.003401725,0.008142272,0.020497523,0.0016262241,0.0053825863,-0.039665915,0.020597147,-0.011044041,0.022072786,-0.010929881,-0.023750044,0.0065054665,-0.102318496,0.0063476046,0.0035024106,-0.020228826,0.0037852365,0.022420926,-0.012807283,0.05125475,0.0028780985,0.028965736,0.023147728,0.0053693075,-0.009931659,-0.027475176,-0.00033373642,0.012046492,0.011802184,-0.0029743437,0.020775344,0.00011668961,-0.01699985,-0.014614593,0.007813587,0.020402726,0.018856715,-0.06725085,-0.010228343,0.0017674683,-0.02252144,0.024878262,-0.004874544,-0.02419314,0.009369735,0.012704662,-0.00453108,0.019637587,-0.0012247817,-0.011963194,-0.0015844936,0.0063430043,0.00418121,0.004103671,-0.001074075,-0.015406901,0.0026965719,-0.011079766,0.009777105,-0.004659857,-0.029742498,-0.01928399,0.005349549,0.011837181,0.014120628,0.017928286,-0.005078771,-0.006581732,0.012841509,0.005955479,0.00083957636,-0.008456124,-0.009363432,-0.005063936,0.0014423266,-0.03372674,0.011585049,0.007303023,-0.002856425,-0.013689761,-0.019194184,-0.020598697,0.02171868,0.00794698,-0.0018529904,-0.015185762,-0.0011262775,0.0025309743,-0.013912031,0.001114236,-0.015618331,-0.0048786057,0.031073283,0.0015405095,0.01673161,-0.025141083,0.008533396,-0.0028092018,0.0046416717,-0.0010568703,0.012800007,0.0042268615,-0.0020927475,-0.002527276,-0.0072601144,0.012859409,0.0007723882,0.00043290335,-0.0079490775,-0.011433948,0.0135988835,0.0005174354,0.011616998,0.025312597,0.021732002,0.006302512,0.0076525942,0.0148375,0.010650922,-0.024689369,-0.012102476,-0.012849635,0.029953837,0.01883368,-0.008857549,0.0005767904,-0.015571997,-0.007878124,-0.0043192073,0.003915722,0.0032161728,-0.036628976,-0.003123331,0.011506084,0.0070653344,-0.01367032,0.011641633,-0.014740727,-0.0045493213,-0.004765281,0.00886208,0.0009758224,-0.0092736,0.0314724,0.015097564,-0.0017404748,0.021199046,0.0014908473,-0.021305395,-0.012047598,0.0005341305,0.00035634902,0.016832586,0.014613853,0.023442758,0.020647997,0.021616355,0.012299836,0.014278223,0.0012746721,-0.013088724,-0.006312551,0.02262373,0.0074562836,0.01528331,-0.013355004,0.012608265,-0.013117004,0.0030596151,-0.0049301884,0.032691333,-0.011490676,0.009474314,-0.0046049976,-0.020452863,-0.013308229,-0.026953522,-0.0039455597,-0.012946227,-0.0011680312,0.009841566,0.012561804,0.013889664,-0.01812077,-0.0153670795,-0.012864409,0.028469492,-0.0019163175,-0.002654343,0.0111807985,0.024458354,-0.005288677,0.014385891,0.006172436,-0.0010145562,0.0032858786,0.0010819219,-0.017390626,0.015227536,0.0061000343,-0.002496667,-0.011176985,0.0049184132,0.005520751,-0.012679,-0.021561654,0.00807205,-0.016625589,-0.007973807,-0.010342477,-0.0071904785,-0.010385873,0.009872762,-0.00051865267,-0.02236716,-0.0077111213,-0.023363564,0.012236102,0.013578354,-0.0066494728,-0.022515303,0.006618041,0.008918024,0.025748823,-0.0057636825,0.016678609,0.0055096024,0.0044109784,-0.033349432,0.007521165,-0.007170982,-0.0053402595,0.026128242,-0.004449535,0.00078073406,0.0027156149,0.0061150915,-0.019228132,0.0052339975,0.006162657,-0.022610247,-0.005384469,0.00015685818,0.02680861,-0.0006236743,-0.005819258,-0.0022370643,-0.0078066983,-0.007141962,0.015546008,0.027258432,0.0063469554,0.004534074,0.030872827,0.0011777085,0.0086003365,-0.036882237,-0.018949939,-0.023012219,0.0075361496,0.003776331,0.016466215,-0.02354765,0.017401654,0.015946502,0.0032240492,0.036683023,-0.01332833,0.005008001,-0.016683016,-0.007923627,0.0006140817,-0.009455048,0.002971802,-0.020406498,0.018958285,-0.028633304,0.010180517,-0.021666873,0.00988276,-0.020912014,-0.007428646,-0.0021420177,0.0017652379,-0.029472115,-0.002251496,0.006174115,-0.019845495,0.0070532933,-0.004877008,0.0025895415,-0.000862207,-0.0070574097,-0.027031375,0.0013504251,-0.0076738656,0.027951756,-0.011718669,0.007758904,-0.008759288,0.004385714,-0.020453934,0.0069944276,0.0055413838,0.010885892,0.0043272455,-0.0060116374,-0.0072811544,-0.00022240507,-0.002301337,-0.017687662,-0.002976142,-0.0038349428,-0.015877906,0.005094618,0.0008163062,0.0077169375,0.00853899,0.022356106,0.010720874,0.009930555,-0.02036813,-0.004373376,-0.010214847,-0.023975885,-0.006851272,-0.03531577,-0.016706763,0.012654694,-0.001110856,0.014272255,-0.009085674,-0.008808075,0.012235462,0.007709385,0.010819361,0.0057024667,0.017796634,0.011270305,-0.010165329,-0.012210729,-0.002107845,0.0010584247,-0.0024401976,-0.021477003,-0.008749897,0.011116434,0.010618331,0.0037023579,0.008184536,0.013605398,0.029979933,0.010697269,0.004250746,-0.0014802214,0.0056166505,-0.011141634,-0.00065177254,-0.0045122723,-0.024938487,0.012321107,-0.015110355,0.0061680856,0.007595223,-0.0023982613,-0.02164328,-0.009034784,0.010117663,-0.0023617756,-0.024487505,0.0046381466,-0.00758328,0.004825244,-0.0022724546,-0.009203263,-0.013980446,-0.010087109,-0.0111270035,-0.012275972,0.0047895107,0.0028013121,0.0026763098,-0.024733825,0.017548198,-0.016003491,-0.014954113,0.005434224,0.006226189,-0.0041903066,-0.017704668,-0.0011751858,0.009395772,-0.013340506,0.015559809,-0.0029020782,-0.0051205847,0.0019936217,-0.027333468,0.0095754275,-0.014883663,-0.006654197,-0.0060288534,-0.0012595035,-0.0031721615,0.02251395,-0.006188932,0.0038187774,-0.012202801,0.004703101,0.010245526,-0.009412561,-0.008649989,0.006457377,-0.011446107,0.026630692,0.0135558965,0.025764031,-0.0073532034,0.00010297541,-0.003021508,0.02098905,-0.0014318028,-0.035398472,0.01183341,-0.0026383705,-0.005627355,-0.0006824378,-0.015304517,0.013847489,0.017305901,-0.010844421,0.002377651,-0.010852643,0.003777325,0.019895641,0.0024131539,0.0007733824,0.02749354,0.014034457,0.014972036,-0.013418585,-0.015520447,-0.014445725,0.0144493235,-0.015613058,-0.017987477,0.013559266,-0.01980695,0.016690446,0.0039188466,-0.006913398,0.01412152,0.014846124,0.008218141,0.005086793,-0.0026939989,0.006523296,-0.00048346576,0.0030221601,0.00012973041,-0.009778929,-0.022541977,-0.027636284,-0.006516462,-0.01374934,-0.004588168,0.0009120044,-0.009556143,0.012423518,-0.010175631,-0.0038383934,-0.0212822,0.005212068,-0.008789372,0.0011874671,-0.023246378,-0.012927787,-0.0066525466,-0.0078918375,0.022672055,0.015896322,0.013166449,-0.040057123,-0.011353286,-0.012930869,-0.004847699,0.0001842364,0.009417555,0.011755564,-0.0067660334,0.022419348,0.005551688,0.0018715231,-0.027686117,-0.0050134347,0.016288292,0.018294686,-0.015887832,0.005959931,-0.02124241,0.024370207,0.029024038,-0.0129386475,-0.013062865,-0.00927901,-0.016716866,-0.01358564,-0.014982081,0.027267754,-0.005364874,0.011906097,-0.008640845,0.013466797,0.0028110575,0.01115143,0.008833076,-0.0037992082,0.013696247,0.013688474,-0.005401439,-2.9660967e-05,-0.018392568,0.0013112361,0.00021850338,0.024210976,-0.00072301633,0.002318676,-0.019317854,-0.0058358307,-0.0023109084,-0.0028233144,0.013906894,0.0028528457,-0.0068199364,-0.014378951,-0.017251467,-0.00607103,-0.011629666,-0.006630378,0.009906573,-0.022572469,0.004841259,-0.011475068,0.0058308872,-0.01206219,-0.013260094,0.012519689,-0.006622186,0.020673629,-0.010299685,-0.005070827,-0.0030161864,0.0016095863,0.020109028,0.0064987503,-0.004351404,0.018176034,0.009931853,-0.004642553,-0.008259278,-0.019364111,-0.031166293,0.00051947456,-0.0025168285,0.003906625,-0.0060677896,-0.015652765,-0.008236901,0.016190462,-0.0025009,0.0007649308,-0.025157474,-0.012694452,-0.015582513,-0.0036612581,0.026019966,-0.008216308,-0.035792354,-0.009350288,-0.004049696,-0.014154509,0.019839605,-0.01559398,-0.0048738634,0.03702366,0.010090194,0.0046119425,0.012214012,-0.008558854,-0.025924806,0.023758097,0.024986012,-0.014482512,-0.0137934135,-0.012575272,-0.011209451,0.0055195517,0.0012659867,0.009904234,0.0054111453,0.010210111,-0.016991965,0.01918124,-0.02226541,0.02071234,0.008710421,0.009816608,-0.013152216,-0.019007923,-0.022395968,0.022450086,-0.034696553,0.025490213,-0.008796735,0.009291663,0.003796349,0.030148696,0.013458836,0.006557232,4.0957446e-05,0.026618091,-0.00474142,-0.01680398,0.048326798,-0.013963968,0.0012321072,-0.0035006052,-0.031332858,0.016775105,-0.0010433646,0.03633788,-0.020189626,-0.01168476,-0.027637666,0.016068539,-0.0125789475,0.020936277,-0.0008264826,0.036719408,0.005623118,-0.0038024187,-0.0038506545,-0.0047778315,0.0126464395,-0.013057123,0.01773372,-1.0602861e-06,0.0013242089,0.004578963,0.01683732,0.017693646,0.0007387665,0.0029733311,0.015971482,0.0060064634,0.0045464723,-0.0023859984,-0.003937998,-0.0030991333,0.014061243,0.01746179,0.0013049213,0.01069747,-0.015308795,-0.013067736,0.011273424,0.009410468,0.012649829,0.004892227,-0.007954519,0.016367244,-0.006674856,-0.005846458,0.01776854,-0.01899588,0.0032316435,0.010689843,0.004644177,0.009152647,-0.007455365,-0.005850784,0.005232448,0.0112950895,-0.009739883,-0.0051290505,-0.0021145586,0.027490268,-0.0026693821,0.0027760752,0.022538532,0.001053505,0.00090175675,-0.028238658,0.01081341,-0.009569431,0.007034932,-0.026878215,-0.006634303,0.15663004,0.12320508,0.008182452,0.02747186,0.004635079,-0.0038636045,-0.005327907,0.014275832,0.0029338396,0.0016709103,-0.0073647886,-0.0004129343,0.011650626,-0.014778018,0.01850882,-0.008337763,0.014994921,0.0032842592,-0.025246745,0.013436262,-0.006460538,0.02227141,-0.026312653,0.018967386,-0.017531004,0.025030475,-0.011949789,0.020397535,0.02053293,0.008959187,-0.008846654,0.020613987,-0.009658753,-0.012958573,0.019286403,0.0045427405,0.0069670943,0.025026571,-0.008113315,0.0037013765,-0.004981354,0.014274521,0.009977695,-0.0078960555,0.0017007833,0.01474657,0.020591607,0.004413747,-0.0027888804,0.0025642132,-0.03455648,0.0017534328,0.0012685745,0.018943382,-0.010450692,-0.019125886,0.009731334,0.00781688,0.009388056,0.020645404,0.023712367,0.002102175,-0.012591363,-0.00048393093,0.007920113,-0.025985792,-0.012136468,-0.01996166,-0.011732725,-0.012978195,-0.010383848,0.009386995,-0.011003538,-0.0066778166,-0.0075743212,-0.0046348195,0.020792114,-0.014992149,0.011046724,0.0097464435,0.019384691,-0.009335386,-0.0056365337,-0.028870966,-0.0050398344,-0.017567214,-0.008160272,0.016850526,0.11946917,-0.00021516791,0.0052929115,-0.017232837,-0.0029794213,-0.006289167,0.01463698,0.04844281,-0.009802272,0.008059364,0.008546474,0.002673905,0.020544428,-0.009469845,0.005962341,-0.0040067667,0.0131430775,0.026587926,-0.013945592,-0.010797691,-0.029362058,-0.012102378,0.01282729,0.0075931093,-0.011045822,0.040679056,-0.005903545,0.0012660002,0.0143920705,-0.013021655,-0.09748588,-0.003245722,-0.008660256,0.0018936268,-0.015100998,0.009004081,-0.0092691975,-0.0080098435,-0.0066206264,-0.002411371,-0.023213422,-0.015649507,0.015797358,-0.023084002,0.018112672,0.00407798,0.010171419,-0.015476005,-0.0012953418,0.012047564,-0.00470415,-0.016474629,0.003986,-0.0038269616,0.0017335401,0.0073745223,-0.04031455,-0.006428887,-0.026790874,0.019607808,-0.012446224,0.007947992,-0.015769359,0.012801987,0.011661055,0.009879776,-0.013074845,-0.015758617,-0.0020334285,-0.0024883982,0.008626457,-0.03373562,-0.021451546,-0.009985292,-0.009773335,0.0027927323,-0.011796344,0.004997988,-0.0068737515,0.005802765,0.0050986363,0.010429285,0.0050752936,-0.0062276856,-0.008079591,-0.00042393236,-0.042618144,-0.0015935397,0.0030826044,-0.026798405,-0.015231841,-0.001253887,0.0057043293,0.018300023,0.023326041,0.0017613885,-0.00060418114,-0.01769387,-0.021408295,-0.002420298,0.006824646,0.007822081,0.01959205,-0.015887046,0.0066097574,-0.0070854085,-0.030035933,-0.0031702549,-0.017094208,0.0074313194,-0.0013122552,-0.01901514,0.008392172,0.107341126,0.00062473764,-0.020179318,0.010083414,0.0043293773,-0.003559817,0.012756185,-0.01185246,0.037364278,0.011425697,-0.003133591,0.0077147065,0.021732017,0.0035862122,0.01573946,-0.012397837,0.016923979,0.0006726479,0.025067272,0.009006236,-0.01590007,0.007097272,-0.0025159614,0.0006322895,0.0014406173,0.008448435,0.0019055114,0.0039444044,0.03370867,-0.012790379,0.026493214,-0.014755744,0.0060191154,-0.0044435593,-0.016768739,-0.015588241,-0.015939668,-0.0069042156,-0.0021379914,0.02080034,-0.00042801286,0.016515994,0.010415744,0.004052271,-0.024171012,0.19802023,-0.0038281453,-0.0042208806,0.0032698885,-0.005899897,-0.0022876875,0.013310909,-0.021912962,-0.016381025,0.012408819,0.03692099,0.0013772817,-1.854786e-05,0.004730312,-0.009814276,-0.0077361185,0.01198733,0.018688038,0.014616602,0.008695491,-0.006688625,0.018153997,-0.039840087,-0.007985162,0.009509304,0.021341557,0.013759014,0.011206935,0.013018553,-0.005247027,-0.019495264,0.008672391,0.009171197,-0.023853933,0.0104860235,-0.022204552,-0.0015750579,-0.0017282107,-0.014879433,-0.00032823373,0.008554441,0.005060527,0.010733745,0.0033743544,-0.018847983,-0.0057781725,-0.029830728,0.010626163,0.0026744953,0.0026564102,0.01261573,-0.006375534,-0.0017524004,0.0008843658,0.0010835435,0.0063332277,0.04079253,-0.016809572,-0.0035319095,-0.0095422445,-0.00021050413,0.0036659394,-0.00062874815,-0.0035034625,-0.009173708,-0.010786113,0.010557355]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 204,
          "content": "Minister Akazawa Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy of Saudi Arabia",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.028917978,-0.010586975,0.012115282,-0.07454996,0.017681666,0.019896397,-0.0063427254,-0.009531853,0.005940232,0.0031270043,0.005562036,-0.032085158,0.020956937,0.016530735,0.11828601,0.001521084,0.009506554,0.032154612,0.0042401045,0.003925524,-0.005552196,0.01521626,-0.019895757,-0.03667027,-0.018576853,-0.004669059,0.005501766,0.014850012,0.030473292,0.008711295,0.013352352,0.0028827582,0.00045513205,0.027216792,0.016996281,-0.031780154,0.0027933433,0.008998548,0.009663773,-0.004954559,-0.012020327,0.00740377,-0.028751355,0.0076974574,-0.010246679,0.002754122,-0.025760489,-0.014524051,0.011255804,0.03140917,0.028370578,0.04017162,-0.0031510987,-0.15487733,-0.030943949,-0.02442911,0.0027942925,-0.014802985,0.0038062625,-0.0009330101,-0.019973096,0.040373504,-0.0016442226,0.026707364,-0.003876198,0.012561776,-0.016336543,0.005210423,0.0032936763,-0.0145530235,-0.0031818936,0.000604507,-0.011279891,0.014829889,0.031410336,-0.019714339,-0.012130908,0.006004907,0.0036140233,-0.008857968,-0.022975404,0.0069054416,-0.028830497,-0.00057649944,0.008929006,-0.015336458,0.007917378,-0.020641845,-0.013363597,0.013945291,0.03038598,0.031152265,0.02504327,0.010975421,-0.037710954,0.018831436,0.009139424,-0.036328442,-0.036245856,-0.0027052134,0.006674891,0.026248222,0.0041574775,0.020626739,-0.0030553695,0.01705237,0.015816873,-0.017666904,-0.024057262,0.014512113,-0.029911155,0.02201112,-0.009182284,0.022618357,0.008427113,-0.13108966,0.009494807,-0.0059489906,-0.023663409,-0.003262579,-0.009643713,-0.024914706,0.013566004,0.015897918,0.012242331,-0.0021967336,0.003601774,0.005328891,0.011506993,-0.010590404,0.0035013815,0.016643345,-0.010366092,-0.016757414,0.022061689,0.0710825,0.023278834,-0.02395799,-0.011736036,-0.0155297015,-0.033834595,0.011603756,-0.012750611,0.0068652392,-0.011890436,0.010725286,0.0013266986,0.01498628,0.018228272,0.0070284824,0.029120864,-0.012224069,-0.0045773834,-0.007813018,-0.02583151,-0.043215375,0.0042843325,-0.0076014344,-0.009485602,-0.02733276,0.016136723,0.013265588,-0.008590513,0.00938487,0.019965153,0.017800102,-0.010174149,-0.01669005,-0.0037121421,0.0059323465,-0.0322458,-0.01396483,0.004376512,0.014454245,-0.009371196,0.0006182108,-0.018622413,-0.009607142,-0.0097588645,-0.010272309,-0.02306933,0.016063089,0.0027900476,-0.008687346,0.017326958,-0.004823254,-0.01603313,-0.010482292,-0.0014459543,0.0046508713,-0.038900223,-0.0022603497,0.017795466,0.0019136631,-0.017199386,0.004061552,-0.037064105,-0.009452693,-0.0028759097,0.0031241244,0.0027692977,0.015296232,-0.014240634,0.01099026,0.0057814308,-0.043014508,-0.007556437,0.0063397516,-0.01461689,0.0072254143,0.01436636,0.011271551,0.0020166158,-0.030056773,-0.0036542232,-0.04535506,0.024091437,0.019093072,0.016226223,0.0032527559,0.014974992,0.009605237,-0.0026916522,0.01397413,-0.004404091,0.001359633,-0.0015637373,-0.012806796,0.0020729313,-0.012503479,-0.0243168,0.03144298,0.010203153,-0.032498993,-0.011496827,-0.021805553,0.017279387,0.014030685,0.01512837,4.2692398e-05,0.0131691145,-0.0037363316,0.019138519,0.013722135,0.0010244705,0.006325083,-0.009522565,-0.006289461,0.012083261,0.03348118,-0.008043059,0.025254097,0.012410348,-0.002352605,-0.031679563,-0.008275151,0.012620058,0.0020750896,-0.013226118,0.009999513,0.031519514,0.0033543466,-0.0010646222,0.015892794,-0.01972715,0.02660034,0.017496081,0.013042761,-0.015115875,0.03274687,0.008480181,0.039827608,0.023139756,0.003384628,0.028626215,0.006585099,-0.054002848,0.019085847,-0.027783128,0.0023995219,-0.00011737425,0.008809579,-0.004736126,-0.0010975403,-0.022759356,0.017291542,0.0063465913,0.008509552,-0.013362273,-0.020259457,-0.0065812552,0.0033544323,-0.0048299157,0.0033829806,-0.022192085,-0.008171488,-0.009083214,0.014446175,0.015606661,0.0003573343,0.020546487,-0.012031335,0.010921064,0.050046343,0.009546369,-0.020351974,-0.035208963,0.010072601,0.0034351626,-0.010927412,-0.025333572,-0.01963534,0.011368226,-0.00011383959,0.006878558,-0.027535602,-0.0067525264,-0.01916926,-0.005673231,0.0297101,-0.0023173005,0.01759807,0.01505362,0.013097129,0.023736067,0.008523886,-0.001322239,0.0030985114,0.019341407,0.0068885633,0.010943764,0.005491831,0.015527683,0.008795637,0.014572863,0.04091295,0.03477957,0.008759264,0.020440599,0.01900226,-0.026116503,0.016260898,0.018103072,-0.016549844,0.00838524,0.02624889,0.033692546,-0.009572011,-0.0036888279,-0.018801494,-0.011847018,-0.011493743,-0.01953737,-0.010071491,-0.0507012,0.013511816,-0.016178176,-0.016166124,-0.012693101,0.007810146,-0.020736929,-0.00980072,0.015151768,-0.0007654453,-0.009540929,-0.019499918,0.03496537,0.007266233,-0.010717283,-0.007565673,-0.019164454,-0.01617971,0.00038503695,-0.003604125,0.053952996,-0.008162907,0.01630941,-0.010006523,0.0041266875,0.0053810636,-0.008288333,-0.007042853,0.01293753,0.014501083,0.0090681,-0.01603625,-0.001246428,-0.00959188,-0.0048150634,0.01675514,-0.010779797,0.023563901,0.0056035263,0.053181645,0.0056867325,-0.006749747,0.033719312,0.01839016,-0.0088483365,0.0017721528,-0.013137633,-0.017082255,0.0037200626,0.0044289003,0.007980332,0.012524304,-0.0011267099,-0.030377937,0.020740334,0.012669914,0.011994389,-0.0037922347,0.006601582,0.01631121,0.014050228,0.018379478,0.01068005,0.038399316,0.006909388,-0.011673666,-0.005797746,-0.008239783,-0.019227592,-0.0051791053,-0.002711946,-0.025789827,0.017347341,0.0070845014,0.014210751,-0.019649655,-0.010113473,-0.0012520181,0.0033525557,-0.027100177,0.00027301878,-0.012855842,-0.024631677,0.019108113,-0.026781201,-0.016652098,-0.039079532,0.0044916435,-0.019286392,-0.00294952,-0.008151601,0.026449723,-0.02806775,0.0016211473,-0.042753935,0.013091782,0.02106872,-0.01092374,0.046188597,0.0106089795,0.010691058,-0.008245147,-0.011911206,-0.020569477,-0.0074608526,0.027395515,0.021346927,-0.008157724,-0.0038380483,-0.016298324,0.012258549,0.024343822,0.009900559,-0.010001125,0.025668873,0.01057464,0.020723367,0.015294101,0.009310436,-0.0008476775,0.013996815,-0.007563781,-0.025318682,-0.032505926,0.0030099472,-0.014183812,0.048749976,-0.016817678,-0.0075838547,-0.020023333,-0.004991898,0.010119842,-0.009644809,-0.006158953,0.011349374,0.0042607463,0.01256674,0.016457625,-0.000796272,0.020717813,-0.01852523,-0.035274073,0.0033179563,-0.032068856,0.007965768,0.0097517865,-0.012428804,0.0015692761,-0.0052952934,-0.047532402,-0.02217568,-0.0075004003,0.01794683,-0.0057144347,0.007899318,-0.00030071507,-0.003351757,0.004141321,0.0174833,0.0053747892,-0.022522073,0.0042802254,-0.00700006,0.0060501974,0.016621908,-0.011380928,-0.008122478,0.006624648,0.025603898,-0.013466485,0.01455045,0.0008052743,0.022665322,0.0029259706,0.040915597,0.010465434,0.00649606,0.037013978,0.018680222,-0.010075718,-0.038288254,0.0015853416,-0.029405357,0.0063984436,0.025171958,0.008845416,-0.0132309,0.0070193815,0.009611245,-0.008484876,0.013679612,-0.052131362,0.012407707,0.033256933,-0.0039795986,-0.004237247,-0.00041644636,-0.011605753,-0.023329409,-0.00580451,0.0077593313,0.0013911506,-0.024039552,0.022766514,-0.006498877,-0.0053853593,-0.028001662,-0.009545126,0.01652926,-0.0183658,0.009782373,0.014945603,-0.00049097347,0.0036221638,0.019961283,0.020708654,0.0022648736,0.02313256,0.012081443,-0.012298836,-0.005959265,-0.01993924,-0.036429204,-0.0015577446,0.0044262414,0.010365594,-0.0023903558,0.011025526,0.0022045516,-0.043757275,0.0237477,0.023177188,0.025050666,0.0038232962,-0.013843062,0.0021860453,0.0063873674,-0.023688769,0.023078075,0.010204966,-0.005627677,0.018419104,-0.010580368,-0.011453596,0.0060554575,-0.009424289,-0.032294434,-0.023982462,-0.010168091,0.023201767,0.034653034,-0.006075541,0.0020822047,0.015548763,-0.0033608838,-0.025893815,0.0041192784,0.001492359,-0.021658849,0.016998062,-0.01059273,-0.021978477,0.0032540602,0.013824245,-0.015734153,-0.0059833145,-0.007115392,-0.015881138,-0.009362309,0.0103475265,0.045458686,0.009430229,-0.017056571,-0.13097991,-0.019276608,0.00049207016,0.005124197,-0.015559487,-0.010749729,-0.0069459826,-0.01229351,0.02042772,-0.012210875,0.004365493,-0.0017789984,-0.014843734,-0.009240515,-0.033843562,-0.014540954,0.03565523,-0.025604988,0.015196506,0.0010660498,0.026883863,-0.018056992,-0.011463009,-0.006865742,-0.0076092873,-0.0018793644,-0.008759077,0.010163171,-0.016267678,-0.023238651,-0.024822315,-0.15472028,-0.02226228,-0.0047866986,-0.014916149,-5.123644e-05,-0.01618393,-0.00961624,-0.020524692,-0.020335436,-0.010557799,0.015684335,0.01264118,-0.035146024,-0.030676132,0.025678456,0.068064936,0.0017738827,0.02382111,0.014656551,0.017957186,-0.0019191281,-0.005198051,0.020663032,-0.018789003,-0.009315282,-0.0028402375,-0.008299178,0.042712927,-0.0011971814,0.0005577579,0.03988364,0.0048113773,-0.0061349156,0.0015215221,-0.006851112,0.00091208733,-0.005069711,-0.013745576,-0.008091498,-0.006633303,0.009659077,0.00083402934,0.009221899,0.023805212,-0.010943348,0.018344596,-0.008886129,-0.006624442,0.009787392,-0.0116733685,0.002618188,-0.07438544,0.020211237,-0.010307135,0.00048378602,0.0012293973,-0.004137523,0.01661077,-0.015173439,0.0035158442,0.008026173,-0.017039003,0.018917482,0.0015059406,-0.013136951,-0.035332035,0.007160525,0.00097305194,-0.034470093,0.058055304,0.0042474493,0.0015210205,0.011249143,-0.004709379,-0.020308373,-0.015835721,-0.021899538,0.022192089,0.026908087,-0.02919891,0.0093682865,0.01152942,0.0076434338,0.012223858,0.001196841,-0.0018372134,-0.031468518,0.013992309,0.00897798,0.007305218,0.033287488,-0.023099476,0.019654483,-0.007369674,-0.017578607,0.01598144,0.011103879,-0.0073007895,-0.02369855,-0.016440274,-0.027690018,-0.006191765,0.0010070804,-0.024542423,0.0045690453,0.023385314,0.0108359195,-0.0018381072,5.3562824e-05,-0.0071288305,0.0076600183,-0.0030278899,-0.0016037194,0.022321505,0.004403368,0.004952039,-0.028429128,-0.0020882718,-0.010793867,-0.00083876646,0.009324786,-0.0073559685,0.0054799546,-0.017308341,0.002727855,0.0060944064,-0.0019749627,0.004635798,-0.016225949,-0.041631185,-0.01920771,-0.008557363,-0.0028926928,-0.0039394177,-0.0009678299,0.022871178,0.011340585,0.014246423,-0.0029897294,0.021064693,0.0050498685,0.009864337,0.008502778,0.010710303,-0.01879911,-0.0070083514,0.0020937282,-0.0054043266,0.0025920672,-0.009319866,0.0019599276,-0.004717323,0.023320202,0.010425402,0.0045651984,0.014947012,0.007596445,0.018395275,0.014456962,-0.02035724,0.007281281,0.0058950945,0.012914824,0.0010794892,0.0036912963,-0.010638577,-0.0039268225,0.00598319,0.008281828,0.006656638,0.009126644,-0.008509974,-0.026702307,-0.01043979,0.0075478978,-0.0026858156,0.007097264,0.012760822,-0.0054854956,0.012912524,0.0049997056,-0.0027471234,0.0058888816,0.007938806,0.012002875,0.0041425517,-0.0047768354,0.002570633,0.027342552,0.014653228,0.0061765364,-0.0067957626,0.01626542,-0.00041128928,0.0011738102,-0.009994178,-0.005177334,-0.00064863684,0.0056935553,-0.02070802,-0.004627412,-0.0068239556,0.014250184,-0.0058233757,-0.027183928,-0.020296503,-0.0008628682,-0.0054220636,0.0011965431,0.005363151,0.010553674,0.010967051,0.005367312,0.016094359,-0.0007167569,0.0046213814,-0.01530434,0.01539103,0.006904813,-0.012156617,-0.011554246,-0.034545735,-0.0022408257,-0.013687988,-0.023580573,-0.007459291,0.0053746044,-0.014505936,-9.763693e-05,-0.008357885,-0.0057127536,-2.448282e-06,-0.0011718316,-0.004438126,-0.01954284,-0.0052408585,0.024958525,-0.002196312,-0.0026532027,-0.0024035345,-0.008088223,0.0107499035,0.003730288,0.024214372,-0.0010909342,-0.00046644444,0.014798829,-0.00145102,-0.026438402,0.033727027,-0.0028798333,0.013226931,0.012980859,-0.015281937,-0.0034843034,0.0053769783,-0.010873455,0.005248342,-0.0005222961,0.0008771594,-0.014947601,-0.0018500977,-0.01502702,-0.0064036823,-0.011072819,-0.004322361,-0.008708832,-0.008865867,-0.014650142,0.0074637975,-0.014359449,-0.012147847,0.034825955,-0.0064003984,0.0019986907,-0.014620875,0.006711015,0.009900034,0.0097329505,0.002232172,-0.007524759,-0.0069322004,-0.00074014853,-0.022979973,0.003122896,0.001831447,0.00851384,0.0040910253,-0.003696952,-0.008812469,-0.021571979,-0.0011722881,-0.00012598657,0.0065777344,-0.0015483443,-0.021123134,0.0145140225,0.0025392203,-0.020535221,-0.012236294,-0.0034211099,-0.00021979149,-0.0024221952,-0.009552789,-0.005061071,-0.002290192,0.0059452076,-0.004666192,0.0024658882,0.001475535,0.098399945,0.0040821894,0.0014912633,0.015276625,-0.010513158,0.00963296,0.014687336,0.0070014866,-0.004023041,-0.00028289127,-0.0038516093,-0.0027723676,0.0020297812,-0.013053918,0.003967472,0.008454695,-0.0074740252,-0.007548748,-0.010953675,0.010175808,0.008748886,-0.0024236827,-0.009084419,-0.0029512977,-0.0026370191,0.0036108235,0.003056918,-0.008411127,0.012514356,-0.0026776462,-0.02418532,0.00075693603,-0.010775803,-0.014880344,-0.015214639,-0.0005194112,-0.011037322,0.034943637,-0.0072912294,-0.004362793,0.013705729,0.006496583,0.0004175374,-0.0077437577,-0.013428362,0.0076301084,-0.0017093928,0.0069436077,0.00951573,0.008515326,-0.0071634115,-0.008418085,-0.013153382,-0.0096567385,-0.003914761,0.014043209,-0.026539529,0.00048508868,0.0066571827,0.022614121,-0.0014826145,0.0004769773,-0.0010915071,0.0068737185,0.014313852,-0.0069303694,0.011236794,-0.0036955825,-0.010761606,0.020267157,-0.0027940928,-0.010599192,0.018439617,0.014411037,0.010192228,-0.012249793,-0.0043094386,0.020223582,-0.00011203829,-0.00050670287,0.018245356,0.0056402055,-0.017669823,0.024247244,0.02247815,-0.0020396851,-0.015251815,-0.01098598,0.018660896,-0.0024347987,0.009990827,-0.0111613395,0.000460963,0.018744476,-0.018439392,0.00957216,0.054633357,0.0023815525,0.0031739767,-0.008658992,0.01982414,0.0011636884,0.0100639025,-0.006158321,0.022542128,0.012172232,-0.012541306,-0.0070407046,0.019197104,0.013410957,0.0016661407,0.0074627236,0.013453794,0.010632753,-0.0008510102,-0.000757215,0.0023232931,-0.006725555,0.0005649591,0.006578344,-0.023013934,-0.0045022913,-0.009224139,-0.016278328,-0.013268902,-0.009540951,0.008926282,0.012603484,-0.0028939107,0.007037272,-0.0055493433,-0.0007958313,-0.008791804,0.016656922,0.0061313994,0.0073700408,-0.00777056,-0.00820122,0.0016864911,-0.0030477096,-0.001383345,0.0036878102,0.0033627744,-0.0073536793,-0.00679681,0.002108609,0.003457731,0.0015978524,0.00091827556,-0.0021303901,0.002785662,-0.015566003,0.003299075,-0.0066729686,-0.007149006,0.0040060948,0.0328383,-0.003172614,-0.0050898367,-0.018019242,0.0019229073,-0.0014213525,-0.004798269,-0.020744536,0.004852409,-0.011235662,0.015111039,0.013533576,-0.0043844595,-0.0020118153,0.0006679671,-0.0017016681,0.004681594,-0.016235078,0.004778627,0.0054696477,-0.009701124,-0.009151756,0.0025644668,0.0062092724,0.003460264,-0.0007894199,-0.005590479,-6.659957e-05,0.027012723,-0.006645077,-0.008475256,0.00076910114,0.014107388,0.00011439213,0.007132722,-0.0015103347,0.014375332,-0.0016694929,-2.7636686e-05,0.009089195,0.010200567,0.014478389,-0.0056732134,0.00044703935,-0.0006274383,0.0054007247,0.0066041006,-0.0026369595,0.014368752,4.886752e-05,0.0100543285,0.0033341309,-0.00013955978,-0.009022141,0.017736128,-0.01486889,0.003681179,0.0013333802,0.018956525,-0.012616256,-0.009945278,-0.010977079,0.012211033,-0.0055787778,-0.008852276,-0.0039619245,-7.226568e-05,-0.015536387,0.0026090462,0.014174882,0.0003341076,-0.0075677866,0.008108633,0.003972018,0.009235892,-0.00093916315,-0.0042643542,0.0068155504,0.009387645,-0.0041312748,0.004189185,-0.0022924603,0.001643634,-0.0056555765,-0.016173678,0.010943605,0.014821386,0.0042587067,-0.0150293475,-0.0044975504,-0.015299462,-0.016375555,-0.02570641,-0.010514007,0.004988367,0.01157519,-0.0044703986,-0.013541904,-0.002663555,0.0015841909,0.0012860763,-0.04495212,0.005728932,0.005955534,-0.002016188,0.017089237,-0.009022635,0.001543506,-0.0052585835,-0.008812389,0.016840188,0.006160167,-0.022318333,-0.003478548,-0.004002243,0.0030079552,0.020769624,0.0031478913,0.010916734,0.004570954,-0.01141258,-0.02151533,0.005820784,-0.017985966,-0.0077506024,0.0105939545,0.013911305,-0.00067089894,-0.0008365623,0.01595904,-0.00043638493,0.010076781,-0.001819992,0.011034175,0.0133207515,0.0062259124,0.025924638,-0.007965453,-0.011026803,-0.013503417,-0.0032438808,-0.0052381237,0.0011242875,-0.0019810563,0.014604044,-0.0024884655,-0.015771462,0.0040302174,-0.019886766,0.0077786786,-0.011018664,-0.0139409145,0.0073962295,0.0021142408,-0.0077723474,0.0010049085,0.0018789003,0.0117219165,0.020377677,-0.002102923,-0.011529176,-0.0154004125,0.024030827,-0.008248415,0.009962896,-0.016517257,0.013083346,-0.016976528,0.018621676,0.0008622343,0.011444432,0.003882565,-0.012736043,-0.011937002,-0.008982131,-0.007733197,-0.0051875156,0.023755323,0.018119363,0.002702926,0.030714065,-0.0046776733,0.0045569343,0.008598968,-0.019476984,-0.017121864,0.0091909235,0.011430109,0.005170832,-0.0025038095,0.0065309936,0.013795313,0.011249858,0.009051573,-0.0014492301,-0.009572708,-0.0068936762,-0.00266295,0.0063111614,0.0022585832,0.016538564,0.0012749344,0.0062514017,0.007064916,0.009725226,-0.02693196,0.005618669,0.0035971652,-0.0061929445,0.006127767,-0.0028285848,-0.0047251727,0.0121696405,-0.0043965396,-0.023277543,-0.01071337,0.021406837,0.00050031283,0.008243882,0.0019246868,0.0047965236,-0.015800878,0.02498986,-0.020966826,-0.014126151,0.0164319,0.006870745,0.027654104,0.0019568934,-0.013252383,0.00012806547,-0.00520088,0.015104967,0.016668582,-0.007871351,-0.017023198,-0.0030520165,-0.00412343,0.0054594544,-0.016900672,0.0067667607,0.015162382,0.013091506,0.007729316,0.017154096,0.00061446754,0.008070355,0.0051675383,0.007662116,0.0056793317,0.007283735,0.009293907,0.008036973,0.0062477225,0.0008636907,0.0048925476,0.005154014,0.00076789124,0.016920608,-0.013118653,-0.0025957774,-0.012727914,0.0025016426,-0.009793302,-0.003368625,0.008608754,-0.0027386488,-0.012957424,0.0016796651,0.0030748483,0.0031544166,-0.0011646491,0.01114497,0.0042997613,0.01912104,-0.00028392134,-0.0115229795,0.010656066,-0.0032623773,0.0022675572,0.022263061,0.004749281,0.022952305,0.019437384,0.0023256063,-0.022191048,0.014859369,0.02215626,0.0034187585,0.009499769,0.015181572,0.004678888,-0.0068571386,-0.00032621992,0.014548289,0.0016785181,0.0014462988,0.014762599,-0.015388864,-0.013694707,-0.009499134,-0.007608503,-0.012004687,-0.017182956,-0.021502849,-0.015268642,-0.0929145,0.0001891744,-0.011002557,0.008899769,-0.0053421753,0.015341102,-0.0011760768,-0.022623608,0.00067792396,0.0007369573,-0.0131880455,0.0030883746,-0.004764737,0.012664455,0.017537333,0.006236289,-0.002738693,-0.01419358,0.002958963,-0.0014611381,-0.018072352,0.007194003,0.005782402,0.0038216133,0.008975104,-0.0063960124,-0.0008947049,0.013259706,0.018866152,-0.002804458,-0.013325116,0.015678264,0.0076639913,0.0023101994,0.026856584,0.0045361454,-0.003629161,0.0065456135,-0.12246337,0.0064475886,-0.022772683,-0.010958244,0.0012663723,0.0034188204,0.009042652,-0.023287436,-0.0031691568,-0.002807575,-0.0010021504,-0.0063204877,-0.019823376,-0.013393725,-0.009767301,0.0007023812,-0.0066762925,-0.00057351484,0.0038965377,0.0038945226,-0.011229278,-0.0028232352,-0.00053666835,0.015747743,-0.008612082,-0.006297965,-0.002356695,0.0127415825,-0.01177369,-0.023841342,0.0060585365,-0.013323759,-0.011850667,0.010866778,-0.005466964,0.0018747853,0.019465724,0.002286306,0.0022913923,-0.003441112,-0.0043736505,0.0043706037,0.0005704336,0.012189665,-0.004042407,-0.011620022,-0.005264464,0.013307295,0.019315103,-0.00063138147,-0.013302277,0.0014170498,-0.009357507,0.007210908,-0.014910448,-0.0054018255,-0.004463097,0.017145826,0.008367241,0.0021412568,0.005061564,0.007776956,0.009540248,-0.016146379,-0.003880157,0.004805207,0.01569912,0.012758762,-0.0053216503,-0.006325555,0.019510455,0.00930373,0.0002782261,-0.00018286852,0.007598616,0.0020915805,0.006473741,0.0074587213,-0.0076370914,-0.0125287725,-0.004681279,0.0120786885,-0.04400288,0.011856338,-0.015464395,-0.018835597,-0.012116303,0.0091513675,-0.010132956,-0.07132989,-0.012870461,0.0018410123,-0.0021015585,-0.01641439,-0.012911235,-0.0030027714,0.0075163385,0.0067586587,-0.003432233,-0.005438354,-0.0027042474,0.017411018,0.0023544987,-0.012125648,0.0017698755,0.009913785,0.013155885,-0.009955054,0.0020560203,-0.021068223,-0.0016898637,0.0013352339,0.028493328,0.008454261,0.0073732785,0.021036198,-0.002066635,0.0011466721,-0.008800138,-0.0040813712,0.00813946,-0.02854729,-0.00074793724,-0.01095818,-0.023370013,0.014891247,0.017339054,-0.0006122882,0.025905123,0.012147937,0.010148077,-0.006270371,0.014339226,0.0117776245,-0.0026781212,0.0005684411,-0.0025055858,0.011377429,0.0032634148,-0.012264064,0.007884493,0.014684564,-0.015825933,-0.018268058,0.007865719,0.0033568465,0.011214305,0.024508242,-0.036035832,-0.00016078944,-0.01043855,0.0071195583,-0.0105645405,-0.018491851,-0.020397734,0.011297611,-0.019708134,0.016025405,-0.007677,0.015280671,-0.010328396,0.051575698,-0.019143514,0.012066834,-0.0026574314,0.013592083,-0.013398896,-0.013972134,0.02345342,0.020664023,-0.0051523037,-0.013447267,0.0036361006,0.004321896,-0.018572703,0.032350987,0.017982852,-0.010893948,0.00050023146,0.00963496,-0.011412998,-0.014515792,-0.020117432,-0.020845508,0.000495751,-0.006560627,0.014528616,0.0060006217,-0.0010244033,-0.0136014735,0.027411524,-0.008530143,-0.009635265,0.00014064914,-0.013876663,0.002651844,0.016736984,-0.01050272,0.0032929229,-0.010620707,-0.004723143,0.0032031888,0.003389229,-0.16684584,-0.013945046,0.0089072725,0.023442758,-0.010957447,-0.0025063693,0.011832435,-0.003858223,0.024015825,-0.004711405,0.0009162249,0.0077524227,0.00927033,0.005444026,0.0006339162,-0.017313391,0.0008471893,0.025856815,0.018981943,0.00013966192,-0.019042322,-0.01858914,-0.006925869,0.02687228,-0.0083437245,0.011639124,0.015099696,0.0064543895,-0.0045122043,0.017082727,-0.0055927946,-0.01353638,-0.012692688,0.0004009195,0.007927099,0.008348012,-0.013108445,0.015306039,-0.008999029,0.0069542844,0.0069695488,0.005461296,-0.010445839,-0.00883039,-0.011017186,0.001170904,-0.014056912,-0.011762207,-0.012662636,0.010841755,-0.008729475,-0.013776546,0.014641229,-0.0044678245,0.010812645,-0.01911899,0.013391877,-0.0101424735,-0.0028981043,-0.015033756,0.0074402676,0.009195742,0.004804778,-0.0058324016,-0.00076572655,-0.011683879,0.01654917,0.15568209,0.000725676,0.007401569,-0.043177273,0.003042134,0.025519043,0.03032048,0.00867092,-0.012726544,-0.0073821326,-0.0021152922,-0.019319458,0.0015740226,0.0199521,-0.013625989,0.010120711,-0.006947436,0.0041952454,-0.015066701,0.003752511,0.010327033,-0.014426849,-0.0045110085,-0.011378317,0.0050823153,-0.008683926,-0.006451418,0.009975516,0.0045047756,0.0029035385,-0.0005069441,-0.013878212,0.001562745,0.01218265,-0.0029725502,0.0024378912,-0.009150994,-0.00051555876,-0.006301849,-0.0057064346,0.0017992314,0.01430007,0.0046234876,-0.015678296,0.0048114117,-0.0009401515,0.004801246,0.012283858,-0.014986011,0.0020168659,-0.042291455,0.0066564023,-0.0010017622,-0.0040091216,-0.01849165,-0.008786936,0.01781293,-0.029429514,-0.0027682069,-0.00849785,0.0046409173,-0.006588422,-0.010204374,0.00012199969,0.0052542007,-0.025202328,-0.019938441,-0.012970657,-0.004805706,-0.102254,-0.007023267,-0.0003604207,-0.035667613,-0.014285384,0.017014548,-0.009007474,0.030724488,0.0034106225,-0.0026945039,0.007677798,-0.01040991,0.023608847,-0.011942826,-0.0077401316,0.011988093,0.008896217,0.0069415383,-0.0057336967,-0.00087525125,-0.0017466876,0.031800132,0.027404524,0.00065016403,0.031761054,0.006900577,-0.015923891,-0.0013816294,0.00030280906,0.01751638,0.0024138163,-0.015499279,-0.03289914,0.008679543,-0.028780105,-0.0060731457,0.0049705566,-0.011919221,-0.0031276767,-0.017905122,0.011466385,0.0147408545,-0.0032318018,-0.015556505,0.030174222,-0.025595011,-0.011909312,0.0010782324,-0.017067479,-0.0035958458,-0.010727686,-0.02395011,0.016303288,-0.010582835,-0.012131923,0.0016665387,0.004702597,-0.035417393,0.011260439,0.0022415528,0.0023379142,-0.009059868,-0.015699022,-0.0036596563,-0.0051937057,0.020010639,7.9564976e-05,0.001429423,-0.019542158,0.0038928823,-0.0039943056,-0.009043013,-0.007763558,0.0028293594,0.015400633,0.0056959223,0.015830686,-0.0015527325,-0.01739417,-0.0072241616,-0.010931285,-0.036402088,0.014031324,-0.028426183,0.05348326,-0.01104619,-0.018823504,0.021493977,0.013004227,0.006425351,-0.027196677,0.029552478,-0.027135802,-0.013737588,0.00026138718,0.016969,0.0028459344,0.0005685962,0.015200286,-0.02206761,-0.025560647,-0.0067074737,-0.0059320577,0.011587729,0.033530477,0.0024343254,-0.007632918,0.007499626,-0.0021603184,-0.0003391723,-0.01809818,8.232838e-05,-0.013318906,0.012471312,-0.029572442,0.005630577,-0.009585938,-0.0074699773,-0.0048281667,-0.021769501,0.010425286,0.0020243246,-0.0023175657,-0.0069426266,-0.009220169,-0.010284873,0.013621004,-0.015934115,0.0022861508,0.029175157,-0.027096687,-0.0045437166,0.006022546,-0.024331719,0.009448105,-0.017085489,0.0095004765,-0.022702875,0.0006045964,0.009373347,-0.014235105,0.0128839165,-0.015075175,0.019263392,0.008591665,0.007465063,0.0064907838,0.005733111,-0.0052494677,0.0006725325,-0.010918735,0.031177692,-0.00039682395,-0.002633718,0.021786306,0.00018122946,0.0148255,0.0060340203,0.02182116,-0.017939372,-0.008591788,-0.0007613869,0.0021416037,0.016084235,-0.009293921,-0.014429871,0.011494358,0.01441246,-0.009593123,-0.02313054,-0.011303456,-0.0016970275,-0.012162688,-0.018637525,-0.036702473,-0.020838348,-0.0029471104,-0.0049881674,-0.007482442,-0.067947336,0.013010947,0.018002106,0.0059567187,-0.024510683,-0.02213274,-0.011822807,-0.0016390576,-0.01336389,0.011532702,0.01108183,-0.0032516506,0.0040351385,-0.017632805,-0.01377242,-0.00403912,-0.002391615,0.000882999,0.010542117,0.0018199355,0.0058406224,0.018757015,0.0014450018,0.016115192,-0.0066295727,-0.01566106,-0.0051938444,-0.009856116,-0.0019464163,0.013327381,-0.028230803,-0.011505984,-0.00030890747,-0.004721608,-0.004217354,0.018598035,-0.01973261,-0.019507833,0.010264963,-0.014205099,-0.0255766,-0.0022355237,-0.039205875,0.008636113,0.0061478727,0.012573814,0.00436379,-0.010294115,-0.0051027588,-0.0051460243,0.024406312,-0.0026137475,-0.0076630497,0.0006236994,0.009207681,-0.023321291,0.018649824,-0.000690665,0.0083882585,0.0040589967,0.0020492324,-0.022932727,-0.022463216,0.0031206564,-0.0047100848,0.005204023,0.01343643,0.012863933,0.0070367567,0.022545157,0.015377264,-0.0068492424,0.0079910355,0.006908884,0.0101926895,0.006214169,0.0035905142,-0.012881284,0.014402919,-0.015686454,-0.01340741,0.036946353,-0.012863198,0.022561712,-0.012668965,-0.019447848,0.004834999,-0.08348321,-0.0027016604,0.009093536,-0.007855225,-0.011774076,0.017243993,-0.009718002,0.05079212,0.023141375,0.023727026,-0.0028610704,0.0062983604,-0.0066259666,-0.014064879,-0.009770041,0.015802834,0.01786742,-0.007235949,0.026592573,-0.028482402,-0.0019349173,-0.012869885,-0.011971735,0.011102247,-0.003894434,-0.03338691,-0.0050713057,-0.00346206,0.005122767,-0.005885311,-0.010513072,-0.0034024087,-0.011482634,0.0017765807,0.008153689,-0.012798336,-0.014371811,-0.011945674,0.013064881,0.0024978558,0.031918433,0.008087376,-0.027532972,0.00073437474,-0.0010777793,-0.019498019,0.0039360817,-0.0018965097,-0.024263738,0.008530871,0.004939191,0.026021646,0.009860824,-0.00496021,0.0091302255,-2.9053883e-06,-0.008386758,0.005133517,0.0055507626,0.022152737,-0.015595575,0.0006704224,0.007976419,0.0047299457,0.0015944401,0.015185615,0.0010266443,0.004006225,-0.040385406,0.0029819466,0.024456954,-0.0020694716,-0.010611858,0.0047332775,-0.0113428,0.029057158,-0.028743738,0.004394693,-0.009661565,-0.00031890758,0.015381854,-0.0033361756,0.029430723,8.784011e-05,0.016055204,-0.000744055,0.008616684,-0.020394966,-0.02397503,0.00089122925,0.017328626,0.0028273626,-0.017482022,0.0015507708,-6.944819e-05,-0.0056025498,-0.011874427,-0.029811958,0.0012841425,-0.011756182,0.01826144,0.01888396,0.016114231,0.018803947,0.00062481157,-0.0052030776,0.0027308522,-0.020139955,0.00011920967,-0.0074765477,-0.0019163504,-0.0032927224,-0.018373147,-0.003384566,0.00022039728,0.003201158,0.017739967,-0.0058569186,-0.020311976,-0.013914095,0.012505097,0.008174278,-0.0140871955,0.016857078,-0.0052341404,-0.023762567,-0.010891603,0.014412358,-0.0033652126,0.0038442046,0.017536033,0.034304496,0.021269849,-0.015610624,-0.0023007672,0.0050700866,-0.016347134,-0.0022141393,-0.008542133,-0.0041348943,0.025319299,0.009299875,0.010086781,0.00707766,0.007461304,0.003978737,0.011090168,0.0011308701,-0.011139662,0.0020703338,0.012253036,0.010990088,-0.0043637836,-0.01263708,0.0015133233,-0.028771387,0.011910465,0.021698395,0.004862334,-0.0049510393,-0.0013517068,0.016408337,-0.01786347,0.018137455,-0.007667452,0.020699436,0.014233122,8.7173205e-05,0.026430242,0.012922897,0.011177743,-0.017062394,0.01622163,0.018491868,0.01104996,0.005900255,0.0008966773,0.012313777,-0.00043460095,-0.00035508175,-0.002695137,0.0032202005,-0.0026263807,-0.0033168104,-0.0057658665,0.008611379,-0.022130439,0.009693677,0.008976211,-0.0033797014,0.0050845225,-0.014641348,-0.0051835775,-0.014735748,-0.0067089484,0.010134135,-0.0068480475,-0.014851204,0.010691951,0.0015641679,0.008205684,0.0040730224,-0.009427357,-0.045699593,0.0031980302,0.0061439467,0.007273951,0.023476385,-0.021370959,0.0057515996,0.02340497,0.0067804875,-0.0076875486,0.014697252,0.0010604801,0.012417423,-0.021849845,0.0070661893,-0.016297325,-0.0021263314,0.011477851,0.030738855,-0.0071332497,-0.009089527,-0.013082195,0.011229493,-0.0010112835,-0.011979006,-0.00018596278,-0.013685746,0.0077175777,-0.017764296,-0.009693002,-0.008820563,0.009473875,0.009721044,0.010534114,0.022046523,0.011000643,0.030022811,-0.005137175,0.025954118,0.001340605,0.006735712,-0.013426439,-0.02177043,0.012693861,0.0011556591,-0.013074882,-0.0010883178,0.01161189,0.021003766,-0.003528725,-0.0081004035,0.034343034,-0.008682293,0.005784345,-0.0035499074,-0.0041134674,-0.00023837714,0.008394249,-0.0027646252,0.0004470166,0.017637651,-0.019395849,-0.0077253915,-0.008844602,-0.007413695,-0.010050972,-0.008856964,0.011780699,-0.007992163,-0.014250401,0.020553494,-0.0068530906,0.002925296,0.008645065,0.0048677134,0.0028019715,0.004646012,-0.012843048,-0.008622075,0.0051402217,0.0033433833,0.0069452142,-0.0031592872,0.007156776,0.0011440117,0.0018792364,-0.0046276827,0.013445369,-0.004160792,0.0072007487,-0.0030181364,-0.002130083,-0.0033027257,-0.013775729,0.00213766,-0.0015848003,-0.0019979978,-0.024193414,-0.027494999,-0.003029064,-0.016663088,0.0115429135,0.007892648,0.030223476,-0.00561448,0.0042331074,-0.03203171,0.0010510616,0.0009748308,-0.021844123,-0.0058504157,-0.02276814,-0.0101525225,0.009464535,-0.011017081,0.0033559303,-0.012088791,-0.0065359115,0.009672594,0.009312358,-0.0061552776,-0.011875082,0.0046136635,-0.0026802442,-0.010581002,-0.020851161,0.009642188,0.0134606855,0.009263934,-0.018395277,-0.016210211,0.014047131,-0.013390975,0.0035186806,0.009573298,-0.0049445787,0.0013766384,-0.014897858,0.013855081,-0.00013415756,-0.036776382,-0.009396241,0.00487253,-0.02792903,-0.047332853,0.004994211,0.0111672,0.0050742854,0.00036703132,0.00094761874,0.0004501631,-0.011727076,0.0014305674,0.019564519,-0.02144137,0.012530288,0.00035897153,0.009548215,0.04013727,-0.0024662984,0.0025407646,0.0053409766,0.012794439,-0.00031120708,0.006331966,0.011919183,0.010617439,-0.037508465,0.011835832,0.005824744,0.0016623145,-0.01567721,0.012616698,-0.008414066,-0.0117185535,0.0033385076,-0.016271414,-0.020533076,0.019555083,0.0070156557,-0.0031267558,-0.015537192,0.0035259447,-0.015235707,-0.03866671,-0.003974852,3.4653687e-05,-0.00832765,-0.011539395,0.009332372,-0.01931527,0.0055283583,-0.02288125,-0.005915004,-0.019017976,-0.002118724,0.0057509383,0.012784908,-0.013894759,0.025224132,-0.0030574524,0.0019800991,0.009797269,-0.002619731,0.023105577,0.0046777884,-0.009110601,-0.0078024077,0.00063853606,0.0067036836,-0.007252984,-0.022714883,0.02895351,0.01891822,0.015672458,-0.008262872,0.0034326874,-0.01687708,-0.0055039185,0.0019919786,0.023097545,-0.02290848,0.03023095,0.019946128,0.009545884,0.008820034,-0.021618161,0.0026598964,0.007119478,-0.020459875,0.015231435,0.009284102,0.004911758,0.011725534,0.020673033,-0.0018662506,0.025375094,0.011583133,0.0055465656,0.0047402973,-0.0099959355,0.014786632,0.005209105,-0.0039167223,0.022637064,-0.010446618,0.0036871154,-0.007879246,-0.028988821,-0.005395015,0.007124899,0.013699279,-0.03235269,0.011656984,-0.0039733015,0.01807625,0.00069723895,-0.013403975,-0.0063185757,-0.00443021,-0.024986932,-0.017537072,-0.008147627,-0.009811249,0.02228556,0.01195822,-0.003810364,-0.027764754,-0.008122905,-0.018464701,-0.008680149,0.0015312476,0.011922193,0.0039360323,-0.012271701,0.03819435,0.019724369,-0.0004125263,-0.003933975,-0.0059949663,-0.0024211765,0.016873915,0.008971453,0.007445746,-0.021884132,0.0027350087,0.006345422,-0.011155519,-0.013005644,0.016498167,-0.016449736,-0.00016852123,-0.0028562325,0.009100147,0.007264059,0.016526638,0.000838808,0.0068218266,0.008537488,-0.0028289407,0.009517494,-0.0059851515,0.023020316,0.0069294507,0.0023259285,0.00047011604,-0.030985424,-0.014206069,-0.008186058,0.0059373453,-0.015904311,0.0006070815,-0.010481128,0.0030465617,0.0155043155,0.005056285,-0.009005642,-0.004184091,0.0051468583,-0.013707517,-0.03905566,-0.014527794,-0.012784752,-0.0064165806,-0.006562112,-0.0015819934,-0.017557418,0.020307358,-0.008725725,-0.027017575,0.02210452,0.015852347,-0.004421383,0.026949909,0.013288184,-0.010947592,-0.014008036,-0.019028662,-0.0074956836,1.5669206e-05,-0.005835658,0.0056236424,-0.0027979494,-0.021566834,0.022855256,-0.0066395346,-0.023632295,0.0070998007,-0.017515961,-0.011939574,-0.007306497,-0.006925349,0.0013373491,0.013802872,-0.007307506,-0.0095949685,-0.012853658,-0.0080848625,-0.019376475,-0.003384298,0.013138509,-0.00012877876,-0.03407644,0.0011482714,-0.010949844,-0.0069052745,0.008437779,0.0045147133,-0.01359287,0.02165708,-0.0076258685,0.0019068179,0.016074156,-0.014720604,-0.012751486,0.010943451,0.023864148,0.016132805,0.0012161463,-0.027440693,-0.017672168,0.008155752,-0.018630711,0.028617231,-0.006906719,0.0035054502,0.009487217,0.014732037,-0.007118318,0.039367888,-0.004803632,0.013675411,-0.012862159,0.012260236,-0.022747558,-0.0027718444,0.013681699,0.0097545255,-0.0050684875,0.0065516145,0.0072905063,0.016682513,-0.00043333988,0.00790994,0.008693607,0.009940594,-0.0041601155,-0.016616693,0.029477047,-0.03471523,0.0044580414,0.01724839,-0.008153871,-0.008532661,-0.002764666,0.013171758,-0.010082373,-0.0464703,-0.016943114,-0.01608479,-0.027146079,-0.0033720753,-0.0033198262,0.029523317,0.0193951,-0.016072812,-0.0066142916,-0.01811597,0.014616058,-0.028657632,0.017351428,0.03127697,-0.009550045,-0.010786153,-0.0030674369,0.0052106525,0.027186021,0.031193107,0.007739338,0.029500121,0.015232243,0.0071626673,-0.010705533,-0.0009198943,0.021910213,0.015249253,-0.01034295,0.02606771,-0.015512653,-0.009252084,0.002488891,-0.026665358,-0.00030366264,0.0011949966,0.025751758,0.007916889,-0.0038493911,-0.003042892,-0.01441216,-0.012372107,0.00921739,0.0066116694,-0.0051548276,0.015908258,0.0056413333,0.013991494,0.015769988,-0.017525254,-0.0016084079,-0.00035354754,0.0028809772,0.013752461,-0.0060744183,0.0009371894,8.654548e-06,0.015429914,-0.016290782,-0.015125334,-0.004286688,0.0065156315,0.01572424,0.004847415,-0.005246948,0.15684244,0.13158627,0.012199549,0.0042238706,-0.010606902,0.0013659495,-0.01182814,-0.002544136,0.009701255,0.009934409,-0.01010857,-0.0024393434,-0.0037264235,-0.022621404,0.008755289,-0.005360157,-0.011638301,0.0026964904,-0.02120569,-0.007506649,-0.019215923,-0.008526299,0.007265283,-0.0034304473,-0.030522792,-0.0042675147,-0.024211848,0.016751505,0.022332447,0.007460455,-0.0122356955,0.003542883,-0.019844562,-0.0050996807,-0.006609327,-9.772952e-05,0.0064446926,-0.028441815,-0.013382805,-0.003393336,0.009904027,0.019902704,-0.007877172,-0.017224262,-0.025813393,-0.0052872333,0.02577042,-0.004282483,0.029458812,0.0047796946,-0.008852277,-0.0031047277,-0.0041350676,0.005905216,0.006204425,-0.023830162,-0.00054638984,0.0010324835,-0.010672847,0.005384676,0.03886336,-0.0126582505,0.00092978333,-0.001936438,0.005508573,0.016995255,-0.03316712,-0.00866955,-0.0148054985,-0.018550223,-0.012963049,-0.0028309685,-0.0100791715,-0.014678088,-0.028429521,-0.02099078,0.012546571,-0.008074256,0.00654685,-0.0025371884,0.0055327844,-0.016594086,0.004556323,-0.011769922,0.0111886775,-0.016464913,-0.00081154803,0.02634776,0.10209409,0.016951354,-0.0007310166,-0.0006549658,0.00026658011,-0.0012715129,0.0022143226,0.044075515,-0.0042232117,-0.007267913,0.011514374,-0.02898487,0.014874144,-0.00899167,0.012075805,-0.0028175674,0.0092042005,0.022010049,-0.005478026,0.018872814,-0.03949876,-0.0010206719,0.010825588,0.0020352283,-0.00066189474,0.016435048,0.020996176,-0.0064618182,-0.021935325,-0.011865197,-0.10970874,-0.001376086,-0.018038368,0.0020219442,0.006247831,0.012399608,-0.011436631,-0.006052398,-0.011535855,0.0060150353,-0.0012532267,-0.0041425563,0.015421666,0.004129178,0.027558682,0.020678915,0.006052567,-0.004026473,-0.012135522,-0.0076577836,0.00028099905,0.0004121037,0.008354037,0.0051090745,-0.0048531834,0.017552588,-0.023000287,0.010683556,-0.017788354,0.014566593,0.016950518,-0.0020100863,-0.01395191,0.019469755,0.0035244217,0.0027547714,-0.00923624,-0.031158682,-0.008668304,-0.0018738426,-0.015251054,-0.040266536,-0.012784564,-0.019520624,-0.0149818305,-0.015250227,-0.0030594554,-0.0010721012,-0.014176077,0.003598073,0.00031400865,0.008737507,0.018247413,0.016411323,-0.017196745,0.00608466,-0.017874785,-0.011460133,0.022255147,-0.018490614,0.0066452716,0.0044837417,0.0018228994,0.011896775,0.008495583,-0.0021368575,0.0036677616,0.001176689,0.0011138961,-0.0023097054,-0.019042637,-0.0037160465,0.013238141,-0.0030189161,-0.011003234,-0.010580721,0.0010563675,0.008841082,-0.0006580541,0.02908574,-0.002327102,-0.004665578,-0.005826626,0.11199585,-0.004309795,-0.019888844,-0.0053103166,0.008624214,0.004426225,0.006399949,-0.012820591,0.017583596,0.03023946,-0.015568532,0.0062455228,0.012204649,0.011128159,0.008776496,-0.0046634898,-0.008741286,1.8506615e-05,0.0133773135,0.0055687996,-0.0062556695,-0.007358522,0.008524817,-0.017030599,0.00070584996,0.018857725,-0.02129843,0.007591343,-0.0037453796,-0.0065179598,0.017296858,-0.008408399,-0.002321133,-0.006851477,-0.017383723,-0.012845602,-0.022010837,0.019904887,-0.019632818,-0.007248651,-0.01717371,-0.0035713017,0.01719641,-0.0030073917,-0.050171625,0.19473617,-0.00023727807,0.011939969,-0.0028585682,0.004198937,-0.008227811,0.0023482917,0.013422036,-0.008410882,0.0027564177,0.024989998,0.017759562,-0.0069157192,-0.0026590535,-0.000646174,-0.020035025,-0.018097332,-0.000118131196,0.021563653,0.015296771,0.015671559,0.005096679,-0.016877789,0.0060149664,0.0058296677,0.016988147,0.018999446,0.03099095,-0.009010198,-0.012921081,-0.024476804,-0.020984897,-0.014867423,0.0044637355,-0.0008732981,0.01877442,-0.006415834,0.0028304276,-0.008661366,-0.0052981433,0.012226335,0.013107039,0.023462655,0.019492637,-0.01622261,-0.021411058,-0.03487918,0.019822126,0.02089311,-0.004291934,-0.004790336,-0.0020173285,0.01556781,-0.004738854,0.0027462675,-0.010644882,0.043618795,-0.010071566,0.0018127614,-0.00228856,-0.014399376,0.022036675,-0.016040267,0.007939722,-0.0013606261,0.0063819247,-0.014003417]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 205,
          "content": "Consultation Committee on the Japan-U.S. Strategic Investment Initiative",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0018349414,-0.016574971,-0.0021636758,-0.0970433,0.0019294423,0.013104994,0.0002569193,0.0022960177,0.018410683,-0.000516023,-0.048918977,-0.0096048275,0.018199852,-0.024728658,0.08310449,-0.031680383,0.013384146,0.004608177,-0.006043001,0.031424247,-0.009527288,-0.014395766,-0.008626962,-0.0034407785,0.014982657,-0.056213405,0.006538812,-0.017730653,0.008992866,0.0021667504,0.008131203,0.03395788,-0.0011268978,-0.0025651746,0.012806895,-0.010675943,0.010409527,-0.024963759,0.0013347224,-0.0047757006,-0.017239694,0.012910142,-0.030751845,0.02453909,-0.01508374,-0.032254387,0.014394632,0.007035872,-0.0012023908,0.028778648,-0.014049507,0.01851303,-0.0059400043,-0.15054981,0.006910146,0.009476366,0.019821815,-0.006939966,0.00040652457,-0.005201496,-0.020210769,0.0022529531,0.0020586294,0.014942776,0.0056909905,0.007972799,-0.017068867,-0.004246793,-0.024806112,0.0007541897,0.011218211,-0.0049979603,0.014862446,0.0050172997,0.016288934,-0.021297898,0.0076860073,0.013379307,-0.016682154,-0.004416465,0.027958557,0.028099092,-0.018887606,-0.0044339146,-0.00066352985,-0.021512441,0.007014394,0.0069688796,-0.0035038036,-0.01218633,-0.0010671255,0.0069097043,0.0093149,0.0026028517,-0.0030874521,0.035591178,-0.008335096,-0.017385362,0.0006085114,-0.0151697,-0.01404058,-0.0043314104,0.031555135,0.011562737,0.013204342,-0.018555924,-0.0017896146,-0.009223503,-0.0083616255,0.028480181,-0.004457656,-0.01004943,0.009638176,0.0076785083,-0.020795487,-0.11419484,-0.016372742,-0.0071819853,-0.013578018,0.0063790875,-0.010938218,0.0010810387,0.01997849,0.00031206352,0.01959572,-0.00951842,-0.0026035663,-0.012779121,-0.0020862827,0.008610711,-0.004218014,0.012312731,0.00360423,0.0027152458,0.0062578726,0.036787126,0.010180301,-0.028885271,0.0118621895,-0.00752633,-0.01232244,-0.010608464,-0.0025125646,0.01624992,-0.01054795,0.020807527,-0.043792304,0.02001726,0.0062959455,0.008251759,-0.0020179695,0.02085822,0.019062692,-0.016736915,-0.016939437,-0.041844744,-0.02051149,-0.009655135,0.029622348,-0.004636122,-0.0067703472,-0.003633113,-0.024832107,0.042591777,0.004273849,0.040215414,0.022659108,0.012248615,0.009960322,-0.006985219,0.014816494,-0.0077562993,0.008893359,0.010007613,0.0008954355,0.0028939852,0.033439696,0.0038590347,0.014971497,-0.0075854524,-0.008191044,0.021030933,-0.0019388909,0.010347269,0.00022271973,-0.01234576,-0.036105894,0.018238032,-0.028594261,-0.0033124413,-0.01888228,-0.003514735,-0.013796314,-0.010798941,-0.0008624674,-0.01728928,0.011887226,-0.00876088,-0.030908959,0.013728801,-0.0012660995,0.014906173,0.016416172,0.0011391758,-0.0012137196,0.014058874,0.02385491,-0.0051925434,-0.03315105,-0.009839529,-0.012797754,0.0070473943,0.02775278,-0.03028383,0.0056134798,-0.0007409737,-0.017043328,-0.0047755595,-0.015141003,-0.030812323,0.019408114,0.016159358,0.00016127974,-0.02074919,0.005192606,-0.01006101,0.0071866126,-0.028380593,-0.007324791,0.0010343189,-0.022533502,0.01105134,-0.004268473,-0.003247528,0.0005001755,-0.01660563,0.028340794,0.014765135,-0.00068955985,0.012411358,0.0019292226,0.018046666,0.0052488665,0.014885938,0.0033653562,0.01799449,-0.002654925,0.010687439,0.0056653135,-0.0070585376,-0.007747632,0.01494424,-0.007085308,0.005897188,0.0014392826,-0.028977713,-0.00023188599,-0.0409251,0.024334991,0.022842558,0.006518825,0.004260705,-0.005946438,0.01548147,-0.019326076,0.018003397,-0.0075052106,-0.0013505666,-0.011206915,-0.0003343271,-0.013170984,0.0048863874,0.0019262261,0.00092452037,0.010383659,-0.00015758564,-0.07196942,0.0017921883,-0.007559282,-0.01615474,-0.0117056295,0.0018999839,0.010764106,-0.011918639,-0.0019668746,-0.014847455,-0.003514468,-0.005302182,0.013398028,-0.023250345,0.030000865,0.014990321,0.009254107,-0.013116629,0.0032861764,-0.014219952,0.0084200865,0.039957397,0.01865592,0.025717443,-4.158847e-05,-0.00020026544,0.030513646,0.026083892,-0.0028296248,-0.0012647472,-0.015466939,-0.0011867424,0.03374846,0.00020736665,-0.045762904,0.03150121,0.013319215,0.015896872,-0.019426629,-0.013501966,-0.016945804,-0.012013022,0.0030067614,-0.009826111,-0.0045710388,0.015701937,0.004767143,0.011828964,-0.017258102,0.023173463,0.0058686044,-0.008812446,-0.013095349,-0.013952134,0.0067571276,0.031280395,0.019277938,0.0052491003,-0.031762235,0.008318704,0.019840334,0.02466649,0.01108262,0.011033457,-0.010129756,0.005276136,-0.015356664,-0.0043507223,0.022769706,-0.02074801,0.0070454963,-0.016883748,-0.0315287,-0.0070644775,-0.0006185386,0.0024152289,0.027681664,0.008958303,-0.023459082,0.019304978,-0.019462517,-0.016788438,-0.023611842,0.0008096494,-0.00036345387,-0.019922694,-0.009397065,0.028062811,0.0040190318,-0.009710004,0.017968828,0.021082776,-0.014979809,0.016155858,-0.021599295,-0.002957142,-0.0028017336,0.0103008235,0.027986676,-0.0060574994,-0.004836769,0.00012887704,0.028267438,-0.006951071,0.0033129135,0.010805412,-0.034493968,-0.012991173,0.000442712,-0.009493685,-0.007899701,0.0030009833,-0.002009154,-0.013639788,0.0059368373,0.018888982,0.018170437,0.00732558,-0.0045545152,0.013117267,0.015488843,0.011236912,-0.010312331,0.0053340374,0.012314537,0.009832957,-0.0028501488,-0.008003187,0.011732618,-0.021015186,0.015277964,0.004363174,0.0025892342,0.020990286,-0.0045792824,-0.008350722,-0.010935637,0.023317197,0.0058761067,-0.004077136,-0.0025647106,0.034521207,0.016114345,-0.015286965,-0.0016734859,-0.0032824627,-0.026210558,-0.0009861178,-0.000853179,-0.022143364,-0.0044454336,-0.0150757395,-0.019686468,-0.010686344,-0.0104199825,-0.018079601,-0.00057132845,-0.009933769,-0.005762592,0.005865003,0.0028205877,0.021705564,0.0053751664,-0.02242905,-0.023760302,-0.0075324993,0.01728288,-0.0010338277,0.0074258884,-0.0018397245,0.003646227,-0.04158542,-0.02860684,-0.00085225404,0.02822656,-0.035403255,0.0016735543,0.026575178,0.01699202,0.008656551,0.013714701,-0.012271797,-0.028653108,0.0059311087,-0.013361064,-0.020056289,-0.017532758,0.051400993,-0.012592703,0.020957284,0.0035229137,-0.018218638,0.0045446176,0.009796003,0.010909489,0.010568188,-0.0013227222,0.010226703,-0.0047123116,-0.028372945,-0.02339557,-0.015885968,0.0014504794,0.021718582,-0.006835503,-0.019846093,-0.027903665,-0.019748254,0.002146504,0.00270853,-0.018455837,0.0011770987,0.0019683293,-0.0017946954,0.015268651,0.008312988,0.018859055,0.011145593,-0.01392433,0.0045005744,0.037541818,-0.022790395,0.017244086,-0.019147063,0.014643852,0.012679207,-0.018320238,-0.041286487,-0.056859676,-0.0068243165,-0.008157528,-0.012839634,0.012798762,0.011233701,0.01410351,-0.0010281214,0.020758694,0.016246255,-0.014336474,-0.022363914,0.008226898,0.015247668,0.0131468,0.01592644,-0.04884138,0.00086379406,-0.03795487,-0.0011780291,-0.013017019,-0.037286296,0.048833393,-0.00059203105,0.01137913,0.026535537,-0.01328816,0.029603584,0.017982205,-0.009830858,-0.036846556,0.0054815114,0.0029856805,0.003293673,0.0157638,-0.00774765,-0.022214739,0.017846495,-0.0030152919,0.02673562,0.027433116,-0.06292454,0.0065020015,0.032439087,0.03190621,-0.0013372782,0.010862061,0.04828289,-0.025522355,0.032346074,0.0008667655,-0.008246456,-0.025311138,-0.011956628,-0.04028279,-0.0068140808,0.00921423,-0.018016402,0.02823485,0.028788244,-0.020295862,0.018582864,0.013146977,-0.0047520236,-0.020759005,0.0005527795,0.024128161,-0.0044634836,0.0047953767,-0.015685752,0.002750325,0.009022509,-0.018135985,0.009292125,-0.009165162,0.009924575,-0.0006709587,-0.014777278,-0.017585725,-0.016461574,0.03443591,0.0010634917,-0.015168505,-0.024558766,-0.026310956,-0.006603541,-0.024094837,-0.012807476,0.020067852,-0.012138071,0.0011323094,0.0009654818,0.0017425085,0.020045113,-0.03190023,0.008231684,-0.038288917,-0.019006757,-0.0031498494,-0.0109366635,0.036301512,0.0038291304,0.0087768175,-0.024312753,0.024774387,-0.0015196016,0.028394004,-0.004036282,0.008581713,0.01728103,-0.00082253595,0.01745021,-0.012576555,-0.020737039,0.00083902956,-0.0046528643,-0.001241277,-0.0038465108,-0.0031160284,0.025084108,0.027842144,-0.03733439,-0.0031133944,-0.113606095,0.0031255211,-0.025800856,-0.002778453,-0.008305929,0.008820464,-0.036404554,-0.013023545,-0.0074032345,-0.0062889964,-0.008920129,-0.011552515,0.00086462096,0.015099821,0.016687365,-0.014772356,0.010995621,-0.0013319138,0.023215257,0.008519065,-0.009132655,-0.002195895,0.025615444,0.010927805,0.01712324,0.012813666,-0.0045001036,0.017268242,0.003172298,-0.042681504,-0.0058816364,-0.1761593,0.0018617256,-0.01480367,0.010959697,0.014295894,0.001211669,0.0114145465,-0.02220742,0.0024073974,-0.017733786,-0.0050971885,-0.008925652,-0.034186203,0.019571083,0.00076199404,0.112240456,-0.01154918,-0.011840066,0.039632097,-0.0069409474,0.011685009,0.0074711926,0.004582285,-0.022604642,-0.00709571,0.034243304,0.0058184364,0.003966039,0.023553737,-0.005653683,0.02164925,0.019313416,0.029432422,-0.016131774,0.009903827,0.0010703759,-0.027455796,-0.032861006,-0.004686188,-0.007695994,0.0052461354,0.016259203,0.011492741,-0.00682214,-0.021570202,-0.0014946182,0.0075709047,-0.019347196,0.0069814282,0.00023915248,-0.021945417,-0.088512674,0.0055915113,0.034845587,0.023133542,0.021178236,-0.0117372135,0.021613428,-0.020852672,0.02711773,-0.003454678,-0.069004774,-0.0033585753,-0.028953373,0.003950388,-0.01821122,0.022973694,-0.0037766467,-0.0043048672,-0.008586557,-0.018991565,0.013504431,-0.021912841,-0.003339306,-0.026213938,-0.006129822,-0.0053878115,-0.012616472,0.011722726,0.0029053353,-0.013535417,0.010940921,0.03265175,0.0052831047,-0.010058884,-0.0002572218,0.014549842,-0.01662489,0.009605718,0.014978455,0.010792881,0.017056867,0.018252118,-0.029877044,-0.007822627,0.02238114,-0.0016420827,0.012065969,-0.021740591,-0.019275406,0.0025073444,-0.008065586,0.0032435795,0.005599966,-0.01337493,-0.0069659334,-0.014034934,0.01077621,0.015963772,0.016427835,-0.0136487335,-0.018865025,-0.0010935019,0.007735237,0.006190946,-0.014824781,-0.0094096605,-0.0028132128,0.011097103,-0.0032673925,0.007805518,0.010916665,0.008925816,0.006050439,0.01148436,-0.002109693,0.0051931837,0.0059055816,0.007800432,-0.021224964,0.014062126,-0.0017271277,-0.003868952,0.018776402,-0.0024165227,0.0022256111,0.014512355,0.0069885533,-0.019868517,0.00303839,0.0047500087,0.0046929815,-0.0043610157,0.0035917342,0.005479045,0.019287433,-0.04162476,0.006094819,-0.0017681388,0.00091019546,-0.011481365,-0.0030262386,0.0028517384,0.0023391289,-0.0005048191,0.014672625,0.011740945,0.0022904717,0.0006594524,-0.007929907,-0.016976865,-0.011838978,-0.020297265,0.010822724,0.021760488,-0.0063534034,0.033330046,0.0051669977,0.006190044,0.01120976,0.011696898,0.0070728944,-0.0168189,0.0037799943,-0.002602771,0.0018108719,0.0019888177,0.005406608,0.00419904,0.012575642,0.0015223323,0.0011052319,-0.00031970986,0.0074501764,-0.0077290274,0.02005796,-0.012031104,-0.0024892013,-0.005072945,0.016072864,-0.0006959463,-0.014731886,0.030387532,-0.018074956,0.0038238226,-0.00061937986,0.0016882757,0.008586522,0.016750436,-0.000774596,0.015556401,0.0031112607,0.007071345,0.0065960805,-0.00031814032,-0.00594213,-0.0023387745,-0.00072457036,-0.0025477533,-0.0062118564,0.0034940746,0.00035402202,0.0006849379,0.007139118,-0.0074932775,0.014880378,0.0070727677,0.021087416,-0.0049405852,0.00038461073,-0.021917582,-0.016216634,-0.0054592597,-0.007943762,0.0042170472,-0.0005677256,0.014576723,-0.0068495944,0.008725121,0.0010011253,-0.0031558108,-0.011737871,0.0015981399,-0.008250324,-0.017830381,-0.0039901924,0.011157472,-0.009973218,0.005282617,0.0035471504,0.0071206745,0.0010504031,0.011924033,-0.00014265299,-0.012221221,0.009034343,0.0015657421,0.01223183,-0.011165835,0.018034026,-0.00019482443,0.007555861,0.033925124,-0.020109467,0.0013273981,-0.0043689986,-0.022904165,0.0060505196,-0.014082975,-0.00014385858,-0.005906632,-0.00860522,-0.017694866,0.0028814636,-0.004669028,-0.0021527288,0.0060989517,-0.00057008775,-0.010543498,-0.0006225292,-0.016073566,0.0125152385,0.012415772,-0.0015353858,0.009766865,-1.0799685e-05,-0.0068451613,0.010453005,-0.0027054353,0.012962308,-0.014339668,-0.010083721,0.0046341424,-0.0061877635,-0.0022423577,-0.007193147,0.013523991,0.011313358,0.015969943,-0.018728264,0.009539531,-0.0018033845,-0.0035807088,0.0008914783,0.005697135,0.0011565614,0.0051033734,0.0006378191,0.0034876147,-0.0014335077,0.009364683,-0.012934022,-0.017759064,-0.0028744244,-0.006004311,-0.0109524345,-0.0013720718,-0.01610774,0.022886008,0.0021316526,0.09147468,0.011640704,0.013226323,0.0041589593,-0.018153505,-0.004735443,0.01645955,-0.014842325,0.0082986355,-0.012705842,-0.016062306,-0.0075804433,-0.022034857,-0.0030432222,-0.010318337,0.022410657,-0.010995524,-0.010522069,-0.0059005185,-0.005879939,-0.0046536447,0.0072861235,-0.0020224028,0.014474027,-0.005995892,-0.022795107,-0.00342709,0.00047268596,0.007770415,-0.005024223,0.024514897,-0.0024187288,0.00017310913,0.011826627,0.008740651,0.0019288918,0.012951342,0.015367583,0.02321907,0.013709403,-0.00974499,-0.0037148257,0.0021242762,-0.019134192,0.003750831,-0.0023449424,-0.009485946,-0.0044859448,-0.011943456,-0.0031016802,-0.014210822,-0.00073268986,-0.020288654,-0.022153828,-0.010067913,-0.006440496,-0.006262506,-0.0027579924,0.01596349,0.0042387373,-0.001928395,-0.012883261,-0.005781409,2.1719232e-05,-0.017046615,-7.5028445e-05,-0.0278085,-0.009779602,-0.016982052,-0.0053509288,0.010526894,-0.0015904669,-0.01274193,0.012511881,0.030542485,0.0032934656,0.0035601256,-0.014450258,-6.630198e-05,0.0050750035,0.011194448,2.7982927e-05,-0.020905996,0.010679312,0.020715984,0.01054987,-0.009463352,-0.0048492886,0.003890202,-0.005235483,0.006587297,-0.0071103834,0.008539431,0.006825197,-0.013550254,0.0012377693,0.05164065,0.0071744956,0.011676413,-0.015514491,0.0076102572,0.0029477475,0.0027300573,-0.0022651206,0.0056766216,0.017700732,0.017218232,0.017040428,0.009137675,-0.00031075062,0.005779783,0.01046594,0.011582284,0.023383712,-0.008175429,0.014119798,-0.00021539681,-0.0063908175,-0.01388932,0.018956514,0.005656135,-0.008130902,-0.029624691,-0.0005676722,0.0024914425,-0.001388059,-0.017462447,-0.01278464,0.0010771522,-0.009982225,-0.006574373,0.014479534,-0.025136076,0.0025472841,-0.005082636,0.004527228,-0.0019469204,0.001446931,-0.0028247254,0.00040812124,-0.00972317,0.00597625,-0.01395581,0.012443423,-0.016772836,0.01195962,0.014523159,0.00052500755,-0.0012141819,0.009626221,-0.00036920363,0.005177442,0.010653434,-0.028198754,-0.013427609,-0.0015025772,0.009302698,-0.007300428,-0.0025668773,-0.005996968,0.005780389,0.010733563,0.0083437,-0.00875308,0.01782095,-0.011422796,0.024901867,0.015748383,-0.0077407677,0.0141253155,-0.0033635048,0.014835916,-0.0047101327,0.0018176634,-0.012531405,-0.012370177,-0.0019862158,-0.005570493,-0.006190623,0.0040667607,-0.0071137487,0.0016134493,-0.00015439675,0.004945646,0.011071481,-0.011520412,0.011913386,0.005378651,-0.0066597597,-0.009119255,-0.010425253,0.005471301,-0.0053524403,0.0026578796,-0.011230856,0.008871334,0.011298995,-0.00029468004,0.0031526957,-0.009250514,0.00026926174,0.008928959,-0.0012070633,-0.025933038,-0.009249239,-0.0067408225,0.0321907,0.0027449506,-0.016153982,-0.008037169,0.007546927,-0.030164083,0.009402929,-0.0026598878,0.0055997544,-0.0022824232,0.0076744216,0.002475403,-0.014182412,0.007796676,-0.000836504,0.0033432166,0.0036536423,-0.009398814,0.020620385,0.0027836151,0.0075686956,0.014573796,0.0028875454,-0.022071661,0.00708041,0.0063610426,0.003957307,0.01892873,0.0012599037,0.0010207488,0.009667251,-0.00042409525,-0.015254628,0.0053982968,-0.0047828313,-0.01248523,0.0005589512,-0.0024545223,0.013059361,0.00010692777,3.8729944e-05,0.017066965,-0.02544353,-0.0069750175,-0.012221813,0.0051881443,-0.0054089967,0.0012452019,0.005480705,-0.0034023398,0.0014026108,-0.043017052,0.017741261,0.008408506,0.013851371,0.01569746,-0.0023272976,-0.00992123,-0.005701087,0.001861388,-0.011185611,-0.01306393,-0.022131,0.01884212,0.016095426,0.0075077196,0.009917826,0.004838943,-0.00010686149,-0.014347142,-0.008664353,-0.023049723,-0.0021648167,-0.015332312,0.0062312516,-0.009009321,0.019638212,0.01646005,0.0010370367,-0.015673216,-0.008397587,0.014223831,-0.027189964,0.021864554,0.029229468,0.0051563857,0.0018510678,-0.008378871,0.0023518698,-0.0047029415,-0.014679744,0.025162412,0.011302511,-6.3432744e-05,-0.014872226,0.0024742894,-0.008738045,0.004445636,0.00077801826,0.00839971,-0.025910862,-0.011115817,0.030378614,-0.02148893,-0.01813031,0.01834857,0.0022539892,0.008089649,0.004599663,-0.0005557007,0.00796999,-0.016430117,-0.00590862,0.008563106,0.006389332,-0.0362002,0.006773483,-0.01606595,0.005027513,0.00902916,-0.0030369891,0.004001104,0.00976116,-0.01341905,0.010884987,0.00858305,0.00025856466,-0.0025494094,0.01163277,0.0027730695,0.011329317,0.009148213,0.025775159,-0.0047475956,-0.0042523025,-0.006629936,-0.0026856933,-0.003861458,0.009113455,-0.010877126,-0.014732422,0.00975042,-0.007953738,-0.004198315,-0.006398483,-0.0164723,0.010388028,-0.0035180287,0.012958085,0.00091377395,-0.0043543973,0.016733382,-0.008240543,-0.0025180802,0.016819479,-0.016406912,0.016441535,0.005074524,0.0037646992,-0.0026897667,-0.0005750151,0.0074500414,0.009666164,0.00048837095,-0.006330238,-0.0013280425,0.014433304,-0.0014369747,0.008646938,-0.0033530097,0.0082454905,-0.012994676,0.027736181,-0.0066764406,-0.010303603,0.013870537,-0.003146551,-0.002876637,-0.010894885,0.017910948,0.005168771,-0.0017360556,0.007435516,0.021171069,-0.0033221385,-0.0062861242,0.023551967,0.00044674857,-0.0011769377,0.013937923,0.0072497684,0.0037940962,0.028994858,0.014624138,-0.007861357,0.005770096,0.007022076,0.020414867,0.008088109,0.015052232,0.027659347,0.010848174,0.005362835,-0.00070122216,0.008918735,0.022303224,0.019211212,-0.016090738,0.011550302,-0.0146141695,-0.0038741175,-0.0019649037,0.010837712,-0.0014809911,-0.003461781,0.01830614,-0.004978408,-0.016692469,-0.0013269471,-0.009805862,0.0017063585,0.0009609198,-0.001275421,-0.016134024,0.017576776,-0.0008563127,-0.016840052,-0.0035493616,0.00063033565,0.004059415,0.010864429,-0.003859016,0.008141866,0.008164375,0.0004693135,-0.0069663706,-0.0015542429,0.009069152,-0.011286616,-0.010427094,0.027701918,-0.012721123,-0.004609959,0.0059138816,0.013942802,0.015216648,-0.0030870736,-0.0028754184,-0.01388522,0.02007156,-0.010301949,0.0005405472,0.015240622,0.003301487,-0.004542272,-0.008903204,-0.08774727,0.007959619,-0.0075840857,0.004756895,0.007941134,-0.00038654546,-0.019564329,-0.003169048,-0.0031992155,0.01696409,-0.009738541,0.013900374,-0.007839551,0.010897076,0.017983627,-0.004116264,0.0063228547,-0.0005123279,0.014098155,0.006156762,-0.0030924513,-0.006525215,0.0064877663,0.008152592,-0.00686679,-0.002278507,-0.008791895,0.005020091,0.008708489,0.0058040884,-0.007225059,-0.0006698111,-0.008788224,-0.0067660785,0.020232389,-0.005848729,0.0008507966,0.013160394,-0.134846,0.008761605,-0.020389736,-0.0048501664,0.0109838,0.014258969,0.023108032,-0.01443249,-0.00016148601,-0.0049179234,0.008818926,-0.0026650066,-0.01139845,-0.022310125,0.0065670405,-0.0071870205,-0.010071383,-0.0051665474,-0.009911817,-0.0037770504,0.015533748,0.011679786,0.007366919,0.015755514,-0.0013705333,-0.006187362,0.014438511,0.013652549,0.00042060929,-0.01217618,-0.0021859272,-0.01681657,0.00019151112,0.012701694,0.007905301,0.0019659058,0.008941135,0.023045653,-0.008924737,0.0021613613,-0.0024929226,0.004654449,-0.0007013628,0.016342351,-0.0060027223,-0.010926589,0.0055912416,0.0110960975,0.0018451134,-0.014778825,-0.01368378,0.015837282,-0.025344335,0.005104366,0.002129541,-0.013331964,0.02848042,0.0022540418,0.02432889,-0.008024733,0.011155722,-0.018614229,0.019708872,-0.010599371,-0.0064128437,0.00511651,-0.00121175,-0.013323861,0.007996985,0.005857273,0.010326777,-0.0008265097,0.015664678,0.0084166955,0.009004666,0.003708769,0.015449706,0.022095243,-0.00045515737,-0.015378327,0.0025961527,0.0035178168,-0.02117577,0.052048348,0.009575448,-0.0051251743,-0.041841213,0.0038025307,0.0010811895,-0.031103924,-0.0016995525,0.0076031727,-0.010387007,0.006574908,0.005784132,0.014165491,-0.0042944057,-0.008483263,-0.0045575094,-0.016748926,-0.00056809187,0.011783713,0.007629575,-0.021327563,-0.0033325963,0.0365318,-0.0016616882,-0.023814587,0.0067831567,-0.018960651,-0.022049505,-0.01577712,0.025805837,0.010887974,0.0020103368,0.0045406264,-0.009760252,0.025146218,-0.033146624,-0.01189111,-0.0038489536,0.0012009803,-0.008937616,0.011798692,-0.0017734807,0.03984626,-0.0028354502,-0.008679263,0.020048918,0.0046878094,0.012426774,0.010357128,-0.01376678,-0.01242973,-0.0011971105,-0.0041904035,-0.019044043,-0.01629599,-0.0011250505,0.008124893,0.014408022,-0.0066759726,0.004311785,0.00697236,0.014779901,0.0055442643,-0.018526444,-0.006070472,-0.01834722,-0.010902952,-0.0306891,-0.0006010864,-0.010457874,-0.0059739896,0.0051948093,-0.007942559,0.0024328583,-0.0007593549,0.006072611,0.011838348,-0.008858534,0.032358542,-0.008021054,-0.019187205,-0.022363186,0.005099564,0.011101313,0.0023635442,0.0124145085,0.0043594036,0.024229782,-0.00032878274,0.006231722,0.007180882,0.0019310416,-0.009568626,0.005437146,-0.010136791,-0.0037890275,0.021281237,0.010626018,0.012621251,-0.008587828,0.020523742,-0.02634646,0.0094268145,0.0036426347,-0.026865395,-0.011018474,-0.002913554,-0.009170227,0.028831258,0.0054121404,-0.00043106603,-0.029372284,0.00707809,0.001652293,-0.006821094,0.0047993595,-0.00082668074,-0.019689614,-0.023404848,0.014388921,-0.15452535,-0.007995261,0.013488954,0.005579408,0.022160279,-0.009655693,-0.01198979,0.007188533,0.021304613,-0.0002724408,0.011678393,0.0008926694,-0.0006032326,-0.0022385034,0.015326513,-0.01977089,-0.0014383189,0.011437364,-0.019405711,0.015066618,-0.020460311,0.0006612646,0.000472439,-0.00029447058,-0.009173945,-0.0049193404,0.02458954,0.017519506,-0.005759396,-0.0053629805,0.013885036,-0.018087417,0.004804304,0.000935628,-0.0052678143,-0.0145041505,-0.005047226,-0.0007359879,-0.006537705,-0.00034319388,0.014963768,0.00552213,-0.012989705,0.0019899188,-0.009224698,0.008315867,-0.014349371,-0.011941201,-0.02311109,0.0058236425,-0.0007113872,0.014571995,0.012930242,0.003429395,-0.019478207,0.015596354,-0.017137175,-0.0032993502,-0.01212736,-0.007876559,0.011529056,0.0018364098,0.022405254,-0.011222535,0.0068600914,-0.002449941,-0.018116947,0.15080152,-0.0020856154,0.014028517,-0.0053029284,-0.022938758,-0.0058731446,0.010388879,0.01835367,-0.007343709,-0.0049252035,0.004584976,-0.0032814902,0.019566467,-0.018231317,-0.032339495,0.00917033,-0.012484563,0.010818642,-0.0057301675,-0.0021183987,-0.0067362348,-0.00093685533,-0.018092157,0.003960477,0.0064749205,-0.013824921,-0.007782514,-0.0023765138,0.005475757,0.0025096529,-0.0062297373,-0.0024734791,-0.009812465,-0.018355107,0.0061363787,0.008447698,0.011388267,-0.009624586,-0.014493298,-0.027624285,0.0069937133,-0.016048012,-0.02582458,0.0032302078,0.006135811,-0.015062441,-0.012006343,0.009362761,-0.0048277737,0.010461027,-0.035365593,-0.014194414,-0.007825922,-0.0077940254,-0.0049506007,0.0047870516,0.0037490595,-0.02069165,0.0015399618,-0.0062158327,0.017171225,-0.002827358,-0.009704173,0.0179491,-0.015164336,-0.008077465,-0.011458702,-0.00147135,0.017692896,-0.107754774,-0.008397745,0.005566162,-0.021624891,-0.024317436,-0.0008223043,-0.006739866,0.015706044,-0.03406452,-0.007745003,-0.015086164,0.01613477,-0.022947034,0.012729935,-0.003663669,0.023135707,0.0008172474,-0.01101391,0.0117965005,0.00082612014,0.012417183,-0.0046201595,0.0014369476,-0.0040272786,-0.014933635,-0.011715822,-0.019301312,-0.009201544,0.00097244966,-0.0055697835,-0.00601226,-0.005439787,-0.01779846,0.02488187,-0.021727135,0.012262603,-0.0012463923,-0.022248674,-0.011199475,-0.01703183,0.009816191,0.00956579,0.0013906803,-0.023379052,0.019095054,-0.00583456,-0.0077003287,-0.009006406,-0.013355368,0.0066132224,-0.0035625834,-0.0140410885,-0.0035224303,-0.028922448,-0.047708496,0.0061305603,0.01625764,-0.0241324,0.008270819,0.004683984,0.01350902,0.010269989,0.0038904042,0.0015909624,-0.017204182,0.013972805,0.0069550937,0.003728251,0.018409202,-0.0012153592,-0.009424354,-0.01692381,0.013201783,-0.008633577,-0.022701042,-0.00705027,-0.0066653243,0.016206639,-0.0075557893,-0.003944843,0.003787269,-0.0061571053,0.011505588,-0.015617158,0.0027255546,-0.009723694,-0.008139357,-0.008654403,0.013961157,-0.007478411,-0.017218783,0.010818822,-0.008574366,-0.020284418,0.007581574,0.010901798,-0.017763302,0.010902812,0.019706476,0.0034896173,-0.0060421615,-0.015811492,-0.023476074,0.0043468336,0.008526861,0.014593515,-0.000473892,-0.012205317,0.0059677493,-0.01796511,-0.023731504,0.020054433,-7.379926e-05,0.0072467756,0.0069395965,0.017292306,-0.020860514,-0.0016512785,0.0086600585,-0.0010759592,-0.0020320085,-0.025959661,-0.0036355073,0.008060472,-0.017137827,-0.014179994,0.021057801,0.018003376,0.0068134894,0.024187298,-0.014430391,0.009803394,0.0038929079,-0.013288507,-0.0137103535,-0.0238931,-0.015450351,-0.016130084,0.0031501227,0.015761914,0.019791722,0.015463507,-0.017183546,-0.006243981,0.0012214879,0.0042418703,0.0009072437,-0.003156961,0.00019349657,-0.010920818,-0.0046905344,-0.012418746,0.012015753,0.0056595034,0.022454038,0.019014863,0.029755894,0.00554835,-0.0081444,-0.020315737,0.0037223692,0.011489797,0.0138796065,0.004532973,-0.0041043228,-0.021334533,0.0019488769,-0.01549371,-0.020392854,-0.03392003,0.013708396,0.0021098617,-0.003186808,0.0015247087,-0.0023317856,0.0029016333,-0.0041920063,0.0057872185,0.0037486637,-0.07828761,-0.0008424683,-0.01826766,-0.012815933,-0.010156321,-0.0207134,-0.023483701,0.0002000537,-0.02334248,0.0039905696,0.034099914,0.0023093636,-0.006070792,-0.009330102,0.019161796,0.002357566,-0.025631221,-0.00584094,-0.00081668556,0.01415418,0.0095957555,-0.00094438216,0.001251677,0.025252432,0.012601922,0.0016778402,0.004881793,0.009261728,0.010649396,0.0012195437,0.007310998,0.004261957,0.004336121,-0.013463227,0.0021258013,-0.021806149,0.020926539,-0.01905466,0.0012833591,-0.05243925,0.0051348726,-0.0048901383,-0.05672894,0.00069682905,0.0010108281,-0.0014937643,-0.0036372487,0.023437435,0.033415213,-0.026102077,0.023858918,-0.011326491,0.009102387,-0.0045435997,0.023653748,-0.011653342,-0.026275124,0.006734778,0.001912836,-0.0013217075,0.0015560514,-0.01637358,0.007081674,-0.00042616788,0.0052131373,-0.013296479,-0.017871793,0.009501515,0.018155254,0.015905906,0.018043064,-0.0017379278,0.0075151687,0.013532694,0.003235979,0.032438125,-0.013148077,0.00026116078,-0.0030488917,0.028200075,-0.0063044433,-0.007404894,0.03615394,0.022975087,0.025282422,-0.0013257448,-0.0053886683,-0.089279085,0.011945975,0.011058103,0.0006229254,0.004592108,0.023794107,-0.007586346,0.03801115,-0.01818751,0.011312212,-0.018172693,-0.008070321,-0.008924074,-0.0077030007,0.00013432425,0.031325564,0.0055262716,-0.003688443,0.007979067,-0.0045229276,-0.0052348324,0.0023266238,0.0055861403,-0.0005959313,-0.0020627421,-0.07537454,0.010941218,0.0009928636,0.0112695135,0.0060666334,0.009251418,-0.0013578688,-0.009326792,-0.0038617232,0.0026473075,0.01520234,-0.028741132,-0.002755735,0.0024122777,0.0030751133,-0.008293093,-0.0058757258,0.02123097,-0.025734374,-0.017379098,-0.021087188,-0.017926065,-4.874334e-05,0.014722362,-0.017241329,-0.018204993,-0.013139156,0.017543513,0.029534312,0.008997115,-0.021485928,0.0131193595,-0.0090718,0.0063471342,-0.013877342,-0.012463827,-0.0056361086,-0.010636308,-0.0074991025,-0.006221813,0.027987517,-0.0041226223,0.008851758,-0.009763351,-0.0072121234,0.014105134,0.0033820178,-0.0092975395,-0.0062977294,-0.009516648,-0.0089502735,-0.025776297,0.011733983,0.005316272,0.008937488,0.0022428492,-0.010666892,0.0046750656,-0.018286038,0.0004640338,0.014191352,0.0018829117,-0.008357191,0.00698913,0.008236919,-0.000648719,-0.0029756615,-0.01980995,-0.007085736,-0.0046116128,0.009523535,-0.0006198789,-0.0046866843,0.016661188,-0.019514447,0.011494111,0.005092441,-0.006131699,0.025858203,-0.0024470247,-0.015614545,0.006323192,-0.016839115,-0.00015044084,-0.005869069,0.017323213,-0.01485609,-0.008338193,0.012817665,0.009820121,0.009138017,0.005328385,-0.0017574811,-0.0012773463,-0.039771825,-0.00874126,-0.0035822096,-0.023465894,0.005926591,0.007196401,-0.010752023,0.016952476,0.012361253,-0.017002678,-0.0133743975,0.005654837,-0.0018648542,-0.009321703,-0.028503522,-0.001045409,0.0018055547,-0.005227926,-0.006772452,-0.017781412,-0.0050182594,-0.0024872227,-0.00756912,0.0053727464,-0.010252422,-0.0065242043,0.02071582,-0.018379264,-0.011049721,-0.007223511,-0.0019269243,0.017906284,0.01764571,-0.0026553774,-0.033741247,-0.0011945679,-0.0067318976,-0.018546999,-0.0140787475,-0.013938505,0.00024277861,0.02472564,-0.012037555,0.0069694947,0.01211729,-0.017180657,-0.004452579,0.004647104,-0.0011042599,0.019461878,0.0057967277,0.0328336,-0.013246842,0.022068357,-0.0022593676,0.036471236,-0.023207843,-0.015195774,0.036439788,0.015005487,-0.0139446305,0.016363908,0.0008553922,0.0015843242,0.016698126,-0.01005478,-0.013025957,-0.0048885443,-0.0061086933,0.027959062,0.0083020395,0.0065632733,-0.007108353,-0.015773198,-0.008536914,0.0028577556,-0.016819237,0.002111308,-0.009967615,0.0007788864,-0.009101631,-0.0018606407,0.0041365484,-0.0031304157,-0.015306267,4.642215e-05,0.005480412,0.007828639,0.0006031648,-0.02535297,-0.0045847553,0.019765785,0.0038018485,-0.023975251,0.021248655,0.0061356197,0.007091287,-0.015961377,0.015947722,0.021489006,0.013308558,-0.005068732,0.014231547,0.0148910405,0.013101767,-0.0061519155,0.0025061013,-0.010794269,-0.010657003,-0.008480237,-0.008526274,0.00019407469,0.010312343,0.0009151316,0.0092787305,-0.0018289526,0.006620511,0.012181033,-0.024099646,0.020040281,-0.0032302358,0.0121666845,0.018142223,0.0054187407,0.009931045,-0.02047089,0.0023713186,-0.007285313,0.0021650076,-0.0039102994,-0.007834384,0.0019208007,0.007164342,-0.0009688052,0.010264228,-0.00035554875,-0.00971695,-0.020706417,-0.039298482,-0.0012171408,0.012231836,0.0110002635,0.022937128,0.011243639,0.005279834,-0.04122809,-0.015966501,-0.0017772645,0.024555998,0.016230764,-0.033702485,0.017321683,0.002225319,-0.023632914,-0.012741659,-0.027077267,0.011025285,0.01711959,0.019972397,0.025521286,-0.0003683045,-0.0032710063,0.006246749,-0.016144723,0.0069412817,0.012273656,-0.032204527,0.008245106,-0.0024140025,0.0019621153,-0.02064331,0.017354136,-0.007468885,-0.011372484,-0.009878679,-0.01263682,-0.0050045303,0.019665735,0.0070294533,-0.009002348,0.010239969,-0.022541864,-0.028094904,0.008085322,-0.021834217,-0.008180978,0.0026004363,0.013639229,0.003407091,-0.0019306107,-0.024414305,-0.010338725,0.004842168,-0.013622136,0.010723311,-0.0055419942,-0.014948502,-0.004037555,-0.019660832,0.009157896,0.03392708,0.0022370897,-0.013294146,-0.0067166784,-0.016420463,0.015058729,0.004814063,0.0045979023,-0.011315033,-0.008174804,0.019623632,-0.0059692157,-0.006960239,-0.027118959,0.0055242525,0.024658497,-0.0017297035,0.003388476,0.022806294,-0.0019857895,0.0015918695,-0.016183717,0.015136543,0.012686461,-0.030058708,-0.0032522446,0.017525768,0.0069733267,-0.015077011,0.00043109176,0.0035340623,0.007937675,0.0056811566,-0.014457797,0.0018145237,0.01638651,-0.0069684396,0.009177958,0.015952554,0.014763028,-0.01674937,-0.024567757,0.015120982,-0.011323107,-0.03238898,-0.0013481545,0.020663535,-0.008250131,-0.0012819661,0.0022613904,-0.022168748,-0.01793552,0.007857433,0.0028751397,0.002920875,-0.003805632,0.018812418,-0.012460018,-0.0095644435,0.012226197,-0.010868779,-0.023888767,0.01230045,-0.006656171,-0.012433698,0.0047794026,-0.009269527,-0.01926721,-0.005616468,0.01948939,-0.01394646,0.0020859882,0.0069735837,0.00042715008,0.0036481263,-0.009358041,0.008807229,0.026824614,-0.0007192236,-0.0006700605,-0.013886338,0.016564019,-0.008409636,0.024352962,0.0005616293,0.012442163,0.0010416992,0.009963556,0.00069739175,-0.014880694,-0.025847979,-0.00703554,-0.0085238395,0.0047570267,-0.0045080227,0.01729232,0.005548118,-0.019085588,-0.006215299,0.00018325563,0.009142284,0.0016345247,-0.028672423,-0.005769866,0.009683696,0.0068340492,0.017751556,0.009469518,0.0042130793,0.019564506,-0.020275231,-0.005623296,-0.020888643,-0.019690627,-0.0013395823,-0.017308418,0.015380778,0.0055138227,0.014457092,0.010305113,0.02991717,-0.013499424,0.0063667106,-0.015134043,0.016040185,0.01442129,0.008540845,0.021845894,0.0044781445,-0.009803963,-0.008415753,-0.005522538,-0.009706459,-0.009039662,0.010697877,0.004211611,-0.011260083,-0.008738917,0.00088273163,0.00080138684,-0.025795367,-0.00021699541,0.0010759785,0.025769485,-0.005719439,-0.0075793904,-0.02507408,-0.019480573,-0.0021832804,-0.00802511,0.01252376,-0.033006813,-0.008007757,-0.07107023,-0.015567477,-0.013321512,0.014513592,-0.011519494,0.0057080826,0.014432853,0.0012081251,-0.01642903,0.0075249854,-0.0152071,0.020828228,0.00487939,-0.021587744,0.012164202,-0.031172954,-0.009163077,-0.0022035784,-0.01492074,0.008123945,0.007853751,-0.012947227,0.0048095807,-0.0188009,0.011199193,-0.0025335914,-0.003785983,-0.012596298,0.016724735,-0.026704492,0.033216465,-0.00083028036,0.00588793,0.011946374,-0.0033075132,-0.0020123129,0.0055826283,-0.029214464,-0.006649477,-0.015962126,-0.00030327318,-0.025594065,0.009034215,-0.033223473,0.0029391837,-0.019747969,-0.0042184815,0.0020485646,-0.007863307,-0.012251674,-0.012753342,-0.011971422,-0.009745472,-0.014051197,-0.026433265,-0.006291292,-0.0067026555,0.002224122,-0.003834938,0.004332491,-0.009290482,0.001233781,0.010710642,-0.024446057,0.033450525,0.011780993,-0.0063710455,-0.003698102,0.010143994,0.026576007,0.010034968,0.0068094213,0.013886026,-0.0083494205,-0.007020919,0.011522752,-0.015648235,-0.013498282,0.0072176806,-0.010046668,-0.0021970638,-0.0001618073,0.0025207156,0.0024259458,0.00783539,0.01645707,-0.0011888703,-0.002932826,-0.0045553315,-0.0128063895,-0.015846044,0.00372541,-0.013987018,-0.015058099,0.007865,0.019162111,-0.011087087,0.010997463,-0.030119985,-0.046724625,0.034658607,0.0027610364,3.3900355e-07,0.025164403,-0.005580805,0.0035791195,-0.009546803,0.012551484,0.004314562,0.001742296,-0.009498578,-0.017061004,0.016352018,-0.006128291,0.021510277,0.0056325602,-0.0019412717,-0.0145271355,-0.013163211,-0.01663108,0.026854524,-0.0070410143,0.0020093604,-0.011014874,-0.009769293,-0.0052171387,0.022469252,-0.003831164,0.013612356,0.0041474462,-0.0013657027,0.0064216754,-0.01634395,0.0072319917,-0.0030836952,0.0023085976,0.009241973,0.0017475972,-0.0051762173,0.035985317,-0.009127184,0.0020285083,0.020026112,-0.009055718,0.009907598,0.0045749224,0.026368713,0.010084987,-0.0023434856,0.009220205,-0.0040958244,-0.02913162,-0.0121331625,-0.010255523,-0.0011996772,0.01570376,-0.008570319,-0.011152219,-0.022632929,-0.0015331093,0.01444211,-0.0024196396,0.03713777,0.01198617,-0.019530017,0.008731907,0.008992934,0.009467856,0.009111011,-0.003845353,-0.0064921365,0.011948883,0.0046129655,-0.025597768,0.012751994,-0.0028428752,0.008072874,-0.0015831285,0.0007426242,-0.014959842,0.014811298,0.015076397,0.03722338,-0.0022447372,0.023619462,-0.021155879,0.013547384,-0.0049683778,-0.010014676,0.019319715,0.0010276895,-0.013366837,0.013078618,0.004920522,-0.001572491,0.0093209585,0.024703113,0.00545975,0.010640067,0.0011596349,0.0090973275,0.018060839,0.015657067,0.001985094,-0.01698482,-0.0099641625,-0.019220624,-0.021140136,-0.037176266,0.014635227,0.01951141,0.0058591194,0.0022017634,0.011045856,0.17557445,0.12293077,-0.00782502,0.0068545924,-0.0086749615,-0.011598257,-0.03471819,-0.011670444,0.013509727,0.014927484,-0.020184385,-0.013107975,0.014095663,-0.0273607,-0.0038535125,-0.0036662773,-0.016633943,-0.0076459562,-0.008602248,0.016138317,0.018509272,0.016014012,-0.0086061815,0.017670702,-0.019863244,-0.0008384829,0.0051142317,0.006560397,0.023031881,-0.007729583,-0.009859114,0.010448729,-0.025042672,-0.018251862,0.03212706,-0.0049872254,0.0083520375,0.021648288,-0.005438734,-0.015994819,-0.0007756319,0.019807449,-0.017364262,-0.01568246,0.0008036633,-0.0066830455,-0.008936922,0.007845777,0.004336225,-0.011407723,-0.011546025,-0.001330697,-0.004521579,0.011292401,-0.008352616,-0.010736665,0.019345181,-0.012560676,-0.008645372,0.0013171688,0.011582056,-0.03184096,-0.0033503394,-0.0010594078,-0.0025428496,-0.01177123,-0.002498175,-0.014970779,-0.008420224,-0.009680549,-0.010882002,-0.006700454,0.005950072,0.014630077,-0.0182267,0.003084754,0.025639547,-0.012119204,-0.0064168638,-0.019838832,0.005587485,-0.0011332077,0.013271882,0.022649916,-0.0041230824,-0.004047271,-0.008854976,0.010059402,0.10469388,0.008665838,0.013717093,-0.012591153,0.015808217,0.0066929203,-0.0007667461,0.048492957,-0.0024005931,0.0025554735,-0.010098603,-0.013752274,-0.015017056,-0.018512141,0.014182223,0.0027447562,-0.0068934932,0.020359686,-0.017645493,0.0147393,-0.032471452,-0.0028357022,-0.005382449,-0.009974012,0.020908255,-6.254918e-05,-0.0053569996,-0.019113235,-0.021591322,-0.0070031076,-0.110890694,0.0019756178,-0.010824072,0.0049619405,-0.01140782,0.010702601,-0.008473862,-0.011434988,-0.0008763351,-0.020506984,-0.007386694,-0.018044697,-0.02409907,-0.013797043,0.013859854,0.020029088,-0.005745909,-0.01723912,0.0039669964,0.016113918,0.0103860255,-0.01227604,-0.02458196,-0.013322266,0.01753796,0.017585697,-0.012990807,0.01121209,-0.022499196,0.024147322,-0.0041395565,-0.008116479,-0.0053646886,0.00714149,0.0015425168,0.004456724,-0.008504372,0.003976357,0.0030042606,-0.012978305,0.0027985966,-0.031242395,-0.010521315,-0.019487053,-0.019076556,-0.031250305,-0.011081848,-0.02293624,-0.0054238844,0.0018984565,-0.0024202976,0.0017510357,-0.005969063,-0.014991444,0.0053484784,0.008383605,0.020499537,0.0025468452,-0.017684387,-0.013303699,-0.0020089333,-0.012829872,-0.006983989,0.016681163,0.006237582,-0.00932114,0.0068250634,0.000909321,-0.021803288,0.005564229,0.013180623,-0.0064205183,0.0002911859,-0.016093014,-0.013349003,-0.011287198,-0.011884566,0.012360161,-0.013408768,0.007593359,-0.03184753,0.009122038,0.011503218,0.110205635,-0.004769543,-0.006728994,-0.009450793,-0.004081211,0.011160617,0.0035774738,-0.005171193,0.025453838,-0.0014143757,-0.006340008,0.010987262,0.019045258,0.0088729635,0.024002071,-0.02028716,0.027270311,-0.0013435347,0.0036479228,0.011659386,-0.016875567,-0.011134637,-0.016868252,-0.010455889,-0.011232654,-0.00038787394,-0.00790624,0.007981813,-0.0014531818,0.014639553,0.009965253,-0.0005975685,0.0051434767,-0.008997568,-0.0025257727,-0.001736789,-0.01095795,-0.0044037458,-0.018447796,0.008740367,-0.009488089,-0.0024201905,0.0035052556,-0.0058838213,-0.04555923,0.19418046,-0.0061481646,0.018636292,-0.014868763,-0.005985996,0.020174704,-7.427235e-05,-0.001881154,0.018408721,-0.011155273,0.028111584,0.0043732678,-0.007984754,0.0076344255,8.155169e-05,-0.008808078,0.003145417,-0.018057374,0.0024046875,-0.0046203146,-0.025081376,0.0071984874,-0.006176985,-0.02614174,0.0013206064,0.013661861,0.023003913,-0.0067126807,-0.004773814,-0.011901957,-0.0020447338,-0.0077901403,0.012343234,-0.002927453,-0.015731711,-0.0067967554,0.018012704,-0.0042787073,0.02172636,0.0038849926,-0.0054421034,-0.002623722,0.018712137,0.0077919685,-0.013609511,-0.0028527938,-0.03135324,0.018504797,0.007730343,0.009791656,0.007391953,0.008093636,-0.011467674,0.00047401353,0.004399032,0.0039075245,-0.0037522928,0.0019888207,-0.024812086,0.0062901205,-0.013751378,0.023698125,-0.03482342,-0.013916964,0.024560614,0.026343724,-0.005061974]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 181,
          "content": "Minister AKAZAWA Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy, the Kingdom of Saudi Arabia",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.037553668,-0.012454467,0.016137507,-0.068920135,0.017641257,0.024326453,-0.0008710535,-0.009898546,0.0060778237,0.0068684584,0.007266198,-0.037792284,0.020986086,0.020179123,0.10816778,0.0018384692,0.0109573575,0.03171577,0.011285296,0.002252403,0.0021792776,0.00761225,-0.013511421,-0.034555487,-0.017580042,-0.00886655,0.016725147,0.016934142,0.027498031,0.0112235965,0.016601127,0.0065928083,-0.007705497,0.023379592,0.012733303,-0.026634749,0.005147495,0.0046556974,0.015637318,-0.0045256275,-0.012421209,0.001539298,-0.030625781,0.0052351872,-0.010264477,-0.005973179,-0.020262726,-0.01780691,0.0134032285,0.030360231,0.025262868,0.03295902,0.0022161508,-0.15800162,-0.028207384,-0.028556019,0.006062176,-0.01652668,0.00818407,0.00285165,-0.018137457,0.047462672,0.0003967355,0.022407494,-0.0022122073,0.015365911,-0.010302942,0.003836542,0.0040735803,-0.021057108,-0.0063560046,0.006697852,-0.011567946,0.010940937,0.03224779,-0.015925597,-0.01908243,0.011027884,-0.00080531894,-0.0035739257,-0.027843876,0.00648069,-0.027445266,-0.0012347524,0.008157226,-0.020316502,0.008893064,-0.025893211,-0.013234446,0.008206575,0.031831417,0.02498153,0.023590194,0.0047409283,-0.030299453,0.021926995,0.005280755,-0.039964765,-0.041679904,-0.007864717,0.008607522,0.024290215,-0.00113127,0.018811887,-0.0001496489,0.017487353,0.0131097045,-0.012864221,-0.026443724,0.018848905,-0.040559106,0.017099341,-0.013194082,0.02301235,0.0070186816,-0.13447857,0.0077464073,-0.0058284826,-0.021964725,-0.003650431,-0.013707042,-0.022195736,0.012734741,0.01785221,0.0069443802,-0.0065195835,0.0011059465,0.003979727,0.010314513,-0.014340516,-0.0033640144,0.017489396,-0.010736871,-0.013024001,0.01807223,0.06874851,0.029329011,-0.0200314,-0.018228736,-0.015582493,-0.03305042,0.017650176,-0.018192565,0.019683395,-0.0147229815,0.009271717,-0.002158324,0.010119069,0.018172316,0.00084872596,0.027478527,-0.011253997,-0.004140666,-0.00577506,-0.02610772,-0.049994715,0.0053785616,-0.015333476,-0.0030168493,-0.025747394,0.014513449,0.007968346,-0.011096802,0.012784089,0.0156861,0.017205914,-0.007961445,-0.021116484,-0.007142942,0.011290319,-0.030944554,-0.006232386,7.749515e-05,0.013672342,-0.0012959759,0.0071056057,-0.01952163,-0.007230067,-0.013723606,-0.008385896,-0.02819073,0.015474719,-0.0023466842,-0.012292747,0.014202912,-0.006507232,-0.005760493,-0.012114954,0.005292367,0.003869704,-0.032656852,-0.006434185,0.014908524,0.005209752,-0.016320456,-0.0008307821,-0.043306045,-0.014175616,-0.0016260854,0.002258414,-0.0017944583,0.008844105,-0.011763174,0.009675716,0.0076773255,-0.035956893,-0.0013525344,0.008710301,-0.007734223,0.0045795245,0.016297381,0.0044384347,0.0070065754,-0.033947464,-0.010192684,-0.04575152,0.019557647,0.027851125,0.019136395,0.0010407573,0.023697084,0.011117268,0.0024945692,0.012165682,0.0044391896,-0.0009624785,0.00048198245,-0.012804129,0.0011564986,-0.015631463,-0.024939837,0.027224883,0.007535791,-0.033226676,-0.011124792,-0.02248707,0.023406137,0.013483242,0.014223235,4.5031175e-05,0.018000279,-0.003088047,0.01702449,0.011977401,-0.00072387885,0.005263584,-0.0051504956,-0.005622909,0.014032206,0.027052004,-0.0063757715,0.018601056,0.008297211,-0.0048502865,-0.03275568,-0.0055422736,0.017517535,0.0015318001,-0.010073902,0.00600774,0.034366265,-0.0016313269,-0.005538937,0.020163821,-0.015293837,0.021865103,0.01015668,0.015491337,-0.015134786,0.037867654,0.010526472,0.037102435,0.022479886,0.004079002,0.026327295,0.0077257063,-0.05085672,0.021395046,-0.02978571,-0.0014935355,-0.00020447707,0.0054514664,-0.0045168027,-0.001066512,-0.013639153,0.006057877,0.004840043,0.007878406,-0.00978371,-0.019680262,0.0005560356,0.0031683235,0.0049608457,0.004563333,-0.018196126,-0.0059253266,-0.006772067,0.016281966,0.011086648,0.0006918785,0.018239679,-0.0053974716,0.015932571,0.05262342,0.0043712487,-0.01899144,-0.032049384,0.0119607365,-0.0024842266,-0.008862709,-0.03030389,-0.020079125,0.0023377836,0.0041397633,0.0072596557,-0.0269469,-0.0004156771,-0.013408473,-0.0029628004,0.0326686,-0.0012406798,0.021478362,0.020280577,0.008243792,0.02169217,0.0042189104,0.0047704186,0.0023847553,0.018740635,0.008515588,0.015716987,0.008536726,0.019328203,0.0035414926,0.014625353,0.039188292,0.03150884,0.009156326,0.016604038,0.017412977,-0.03188046,0.006867015,0.016168816,-0.014250764,0.007831532,0.021121167,0.026703395,-0.011213184,-0.006011825,-0.016319867,-0.012347604,-0.011001869,-0.016835487,-0.013637456,-0.04595516,0.011793698,-0.017783396,-0.014228229,-0.010680237,0.0049910857,-0.018590277,-0.0061929664,0.008252578,-0.0129538365,-0.0054706912,-0.022566143,0.027949182,0.0039628893,-0.011231919,-0.015945109,-0.016487319,-0.011443865,0.0013028893,-0.0065275985,0.05293444,-0.0074201426,0.014295708,-0.009288842,0.004870409,0.006197467,-0.0067787757,-0.0068540694,0.013581488,0.01661739,0.004572045,-0.025365604,0.0017958988,-0.0073502874,-0.011045376,0.013659734,-0.010721463,0.025156014,0.003257191,0.04908177,0.0068000644,-0.0022615474,0.032800447,0.020386856,-0.007299425,0.0038304087,-0.023226751,-0.021718265,0.0055013187,0.0025064533,0.003766737,0.00971705,-0.0059947106,-0.03230306,0.01505866,0.017807772,0.012222766,0.0017446559,0.008704089,0.01606214,0.009792767,0.016674163,0.012415043,0.041480884,0.00883057,-0.011667949,6.344685e-05,0.0041350946,-0.019005235,-0.011147288,-0.0043786257,-0.025740918,0.020375863,0.0038649724,0.0052144323,-0.018414438,-0.009247592,-0.0022268647,-0.0037881408,-0.023416884,0.0015955243,-0.016729029,-0.03259592,0.018167786,-0.024866726,-0.01646514,-0.03340048,0.005491623,-0.019396301,0.002338074,-0.010533333,0.02510683,-0.026508259,-0.005195369,-0.038785737,0.015279385,0.024247378,-0.014285158,0.046099752,0.006988657,0.007017781,0.00020027383,-0.015514658,-0.016710436,-0.011838025,0.027742177,0.025632968,-0.003960032,-0.0064570755,-0.012006274,0.009489538,0.026254764,0.013496688,-0.0071725477,0.021373197,0.0050057913,0.018353775,0.02052721,0.0026821045,-0.00916435,0.011374892,-0.0068208817,-0.025658756,-0.032284923,0.0014178774,-0.0070782164,0.04262835,-0.020547934,-0.0064522983,-0.01608684,-0.0006206237,0.009990724,-0.021777257,-0.0028178485,0.0116362795,-0.009096639,0.012157603,0.02020908,-0.0042098616,0.028646389,-0.01696048,-0.042598397,-0.0044539175,-0.031672202,0.004407174,0.007943582,-0.015006096,0.007471007,-0.0057697827,-0.04825565,-0.014042356,-0.008759721,0.011562833,-0.00035796483,0.00110506,-0.0055840164,-0.0078062816,0.004927645,0.0135561,0.008824967,-0.021478329,0.0070569916,-0.006668061,0.0031392132,0.016405791,-0.007215401,-0.0054229232,0.0023362958,0.028443458,-0.010100435,0.014978282,-0.0017579518,0.012430831,0.0074798902,0.039790638,0.009298069,0.010492403,0.043470107,0.0204514,-0.0037784725,-0.040139537,0.0058902577,-0.028876152,0.01113654,0.026732326,0.015913015,-0.015018408,0.0063951802,0.0003327735,-0.010165905,0.012041135,-0.054768033,0.009938927,0.027354509,-0.0017124707,0.0012813766,-0.0010877347,-0.0129418075,-0.016908728,-0.001992786,0.0030336394,0.0019711663,-0.019913202,0.018885946,-0.017142031,-0.010417794,-0.025784647,-0.010178439,0.010503732,-0.01720482,0.007057152,0.01643851,-0.004305906,0.004034532,0.013952214,0.012768968,-0.0022380569,0.020015616,0.015923003,-0.016303625,-0.007929645,-0.021469142,-0.040833883,0.0044192583,0.0095420955,0.008192748,-0.002460601,0.0069326316,0.0032002009,-0.041677788,0.027493693,0.014593528,0.020243108,0.0060046227,-0.013194231,-0.0020968667,0.005157847,-0.024271062,0.015127718,0.0075569595,-0.0074653006,0.017375372,-0.011354759,-0.00859436,0.009262831,-0.006004165,-0.03284694,-0.022993999,-0.00020725545,0.028451446,0.031441536,-0.008998435,-0.0067584366,0.013087936,-0.0015264219,-0.02007883,0.006155881,-0.0037939218,-0.025375664,0.0070270645,-0.014435804,-0.02075647,0.0062129563,0.020037021,-0.016808258,-0.0066891857,-0.007826294,-0.011918779,-0.0035064123,0.005121032,0.03990955,0.015383041,-0.012173783,-0.13438098,-0.015403152,0.0022879571,0.0052908934,-0.008228372,-0.015382111,-0.013465799,-0.013878869,0.020066084,-0.004607989,0.0015196528,-0.01111765,-0.015711775,-0.008452574,-0.029791811,-0.013166629,0.032461938,-0.024431296,0.00891239,-0.0038247015,0.030117908,-0.015743177,-0.014487765,-0.007881569,-0.007596618,0.0029243873,-0.004464885,0.016067931,-0.017871225,-0.02313049,-0.020253105,-0.15300709,-0.023036523,-0.01244746,-0.017857254,0.001145285,-0.011402182,-0.011830242,-0.026039097,-0.022909667,-0.015422636,0.017140737,0.011747101,-0.033151835,-0.027416494,0.023741284,0.07258181,0.0015091541,0.024476208,0.015714614,0.016782254,0.0012285972,-0.00824509,0.019161997,-0.020502582,-0.0058721285,-0.0046624094,-0.012791503,0.040368523,-0.0058627133,0.0010646526,0.041202266,0.0074052652,-0.004061099,0.0014510743,-0.004259776,-0.0030386331,-0.0072386377,-0.015159659,-0.010214104,-0.013036434,0.008270128,0.0031574036,0.014251383,0.029619385,-0.015711743,0.013248827,-0.006199508,-0.004839007,0.008546748,-0.0051085106,-0.0006305097,-0.07884361,0.01453903,-0.016098551,-0.003973378,-0.00068326184,-0.007494981,0.018336307,-0.019240716,0.000732072,0.009781487,-0.007965684,0.015138983,0.003955675,-0.02018547,-0.030379593,0.008878835,-0.005091127,-0.037686057,0.055626564,0.0019864736,0.0010140669,0.010706543,-0.0009565137,-0.018071804,-0.025163362,-0.021689013,0.02354496,0.025723936,-0.028521737,0.0005941338,0.0013317083,0.00945747,0.011054953,-0.0033721903,0.005875588,-0.03301139,0.0078388415,0.008484518,0.007060196,0.043516688,-0.020579988,0.009181985,-0.009175357,-0.014569717,0.017854169,0.012753644,-0.012251985,-0.024402786,-0.022870159,-0.027342424,-0.008754053,-0.0025569054,-0.029945718,0.007848579,0.020694338,0.009013911,0.0026047998,0.0023875004,-0.010903761,0.007881587,-0.002374171,-0.00077953766,0.018518345,0.00016463643,0.00527867,-0.028337294,-0.0040651867,-0.015930792,-0.0016379183,0.0038741075,-0.012523829,0.0026688739,-0.018184135,0.00272843,0.0027107387,-0.0020281894,0.003803152,-0.020269273,-0.04290073,-0.018274732,-0.0065933745,-0.008468376,-0.0045020445,-0.005771222,0.026382716,0.011281973,0.013574173,0.001339937,0.025225423,0.0058477204,0.010207039,0.0056182086,0.016045682,-0.02052812,-0.004067143,0.0016039831,1.0646937e-05,0.0010528588,-0.011129946,0.0015986192,-0.012203989,0.024293588,0.009759355,0.0070824916,0.01258591,0.004719832,0.012325658,0.013086272,-0.016303968,0.0014930638,0.008382254,0.010711859,-0.0038707815,0.005684976,-0.019420102,-0.0032063418,0.0070861834,0.0048990543,0.0071173063,0.006489186,-0.0100550065,-0.023993047,-0.008896182,0.007574077,-0.0002534261,0.006064859,0.00728258,-0.007598464,0.012071222,0.0056236824,-0.0052928077,0.00845158,0.0022540772,0.011255522,0.0038840028,-0.0018152099,0.0028767488,0.028064024,0.013797436,0.009142074,-0.007321271,0.015929738,0.0031363019,0.002192836,-0.006814064,-0.0073682033,-0.002690149,0.0018086279,-0.020297522,-0.008280972,-0.006354265,0.011236823,-0.002093887,-0.024275722,-0.022583088,-0.0019220243,-0.010460393,-0.0035370702,0.0037504414,0.011068463,0.009667699,0.0041641505,0.018787542,0.0038442975,-4.1894997e-05,-0.0145101575,0.015286599,0.005412686,-0.007671275,-0.015281592,-0.03233948,-0.0056181788,-0.014701484,-0.022275034,-0.0122073265,0.008013568,-0.015984394,-0.00038167436,-0.0074507617,-0.0075385645,-0.0020289042,0.005260668,-0.005671967,-0.016736774,-0.006457681,0.02535997,-0.011176055,-0.0015319703,-0.0005390422,-0.01504543,0.011050529,0.0012072815,0.026949447,-0.0037615243,-0.004034021,0.01290938,-0.004747135,-0.029048596,0.037304837,-0.004792934,0.007991594,0.010592641,-0.012046517,-0.004256278,0.0015944495,-0.01222265,0.0013474767,0.0007712396,0.003932527,-0.016868617,-0.001916523,-0.009506267,-0.010883883,-0.012081849,-0.0028214005,-0.0033384506,-0.0029084184,-0.015202687,0.006768723,-0.013123798,-0.009096473,0.03541655,-0.003783611,0.0013076867,-0.017948963,0.0029032652,0.010703162,0.011105566,0.0026756553,-0.0062635415,-0.007568162,-0.0015754433,-0.02088478,0.0031190282,0.0020526592,0.0061085923,0.0069936938,-0.0036797156,-0.0068253977,-0.023157181,-0.003279975,0.0016834567,0.007719443,-0.004936576,-0.019792028,0.015178159,-0.006169213,-0.019095475,-0.01259093,-0.0047256732,-0.0024831605,0.0024907484,-0.0125042545,-0.00010950713,-0.007464797,0.005950696,-0.004828034,0.005723088,0.00023644758,0.09645876,0.005572141,-0.000984629,0.011599536,-0.010183357,0.0058436934,0.013623437,0.0069138785,-0.0035290907,0.0002574884,-0.0070043365,-0.00441897,0.0043752734,-0.016542003,0.0052977432,0.007283592,-0.007828298,-0.0029341674,-0.009729281,0.009905151,0.0030458833,0.00089187146,-0.010938682,-0.0011763459,0.0027941703,0.0060489643,-0.0004065462,-0.0077729593,0.0056395154,-1.8629722e-05,-0.027024122,0.002032359,-0.006584396,-0.007887781,-0.014412776,-0.0004750263,-0.007404824,0.03210936,-0.010074627,-0.0014016335,0.011753617,0.0039369245,0.0045323176,-0.005013362,-0.010093062,0.0057038413,-0.00049003115,0.0068977415,0.011269672,0.0038791487,-0.00494837,-0.010158176,-0.012946321,-0.0069468864,-0.0044278204,0.010478208,-0.027999671,0.002303482,0.011855439,0.019996025,-0.0023193115,0.0034809804,-0.0018192542,0.006028141,0.012231395,-0.005513049,0.007798015,-0.0011270778,-0.004681547,0.02231845,-0.000883217,-0.010688644,0.013716369,0.015844774,0.012661178,-0.007208229,-0.00031330602,0.014606881,0.00096943375,0.0023693661,0.012277018,0.0046279244,-0.017486803,0.023716006,0.019339394,0.0016954999,-0.016297622,-0.012916711,0.009528041,-0.0046162023,0.010451596,-0.00889338,-0.0017412641,0.024414903,-0.018356044,0.0030625504,0.052971423,-0.00516927,0.0023251812,-0.0053210026,0.019299665,-3.3484648e-05,0.015236394,-0.010333709,0.022053892,0.021851445,-0.008200456,-0.012893436,0.010570003,0.011977521,0.0036958668,0.005728119,0.005472623,0.011717035,0.0069663282,0.0048494814,0.0037030268,-0.007042789,0.0037900212,0.005564995,-0.02489636,-0.0057455585,-0.006275465,-0.015415698,-0.01785655,-0.008203387,0.0040438995,0.012188414,-0.0049012713,0.006265372,-0.0035119972,-0.0017807379,-0.010904319,0.012731254,0.002733056,0.010106072,-0.007608434,-0.0039739334,-0.00301932,0.00052212615,0.0005486196,0.0032895454,0.006584969,-0.004102183,-0.0073340773,-0.003965285,-0.00070539815,0.006356991,-0.0029303427,-0.0027343137,-0.0038241295,-0.019603515,0.003895708,-0.011076315,-0.009262471,0.002201569,0.03001491,-0.0016807017,-0.006921934,-0.01670471,0.0043149837,0.00012974729,-0.009802875,-0.016541498,0.0097247455,-0.011044326,0.015418544,0.0069887177,-0.0058844844,0.0025459013,-0.0017140378,-0.003364754,0.007124599,-0.0122128595,0.002417309,0.0040609934,-0.005113216,-0.008109448,0.0034590678,0.009401566,0.00733153,-0.0022142888,-0.003336762,0.0013830727,0.029520754,-0.003652942,-0.010561328,-0.0018021566,0.01361687,0.0010804244,0.009494302,-0.0035818631,0.015307388,-0.002005713,0.00059754716,0.00801236,0.019580185,0.017045591,-0.0004677092,-0.006963613,0.0037994934,0.0076327906,0.0084459465,-0.002449865,0.012198877,0.003019772,0.0077858604,0.0030813115,0.0020928334,-0.0100339465,0.02175531,-0.01722129,0.00465187,0.00313671,0.018536123,-0.011954523,-0.007203606,-0.011399272,0.015974684,-0.007684858,-0.0061906422,-0.0028956393,-0.0010481612,-0.02245276,0.0038693557,0.013455751,0.0024390926,-0.006438431,0.013906478,0.0054564443,0.005207444,0.00017357187,-0.0031346967,0.0069529153,0.008168662,-0.0018936782,0.011988194,0.0018113328,0.0023120912,-0.01041387,-0.013936963,0.008535637,0.014014748,0.0043851906,-0.010689159,-0.008789019,-0.017834304,-0.019292763,-0.025558982,-0.014458448,0.002980384,0.013719917,0.002489347,-0.01454049,-0.0028458748,0.0047759456,0.0017436872,-0.04738302,0.005966504,0.004343287,-0.0035249398,0.017073039,-0.011078445,-0.00054600835,-0.004220202,-0.0051766564,0.012851476,0.009801835,-0.016523296,-0.00093670585,-0.006262672,0.00072718936,0.018190784,0.00092449255,0.008219196,0.00059172505,-0.014763606,-0.019132681,0.007333426,-0.021389315,-0.008885063,0.01602579,0.010212741,-0.0042230207,0.0018546383,0.015935576,0.002141731,0.0073578516,-0.0015884393,0.007383882,0.013487485,0.0019094751,0.026335727,-0.0026221161,-0.011753685,-0.010412549,0.0032016924,-0.007172792,-0.00056779216,-0.0050573265,0.0143129695,0.0028619047,-0.013454761,0.0043580644,-0.02516164,0.0036121255,-0.016934853,-0.0121062,0.0054512518,0.0030713514,-0.008058228,7.801357e-05,0.0019071042,0.0068119555,0.020566927,-0.0026393016,-0.016486084,-0.01666911,0.028749252,-0.01094277,0.005975882,-0.019017378,0.011770276,-0.017118877,0.02059176,-0.0033175612,0.0112102525,0.006370817,-0.02117232,-0.015012387,-0.009239849,-0.0019687705,-0.0065985806,0.022408832,0.012855502,0.0015722319,0.031259794,-0.0023680388,0.0065781916,0.009187389,-0.01669641,-0.023735948,0.009386849,0.009637638,0.0026740115,-0.0029903895,0.0035838047,0.018087592,0.009838386,0.0073765162,-0.006208625,-0.014303812,-0.0039139055,-0.00038302506,0.013199765,0.0049614846,0.018116545,-0.0019821993,0.0049346094,0.008071627,0.008171827,-0.029788239,0.0045744036,0.003973718,-0.004760186,0.004562055,-0.0016250769,-0.009095412,0.014964366,-0.007590158,-0.019008992,-0.012179831,0.02566752,-0.00037818126,0.0076002413,-0.00034787357,0.0030279364,-0.013487665,0.025514284,-0.021645674,-0.015204902,0.021050477,0.0061014965,0.028709527,0.0006357422,-0.011248226,0.0017701862,-0.010776373,0.015377633,0.012922196,-0.006867248,-0.019781467,1.878894e-05,-0.0038881432,0.001412014,-0.01990022,0.0031982325,0.010859079,0.012813518,0.0044249804,0.016059246,0.0033255657,0.0069470163,-0.0017273705,0.0103319585,0.0043051504,0.0060514254,0.005629897,0.005196809,0.0014446806,-0.0021338875,-0.0007610441,0.008917255,0.0048917346,0.02011419,-0.012304689,-0.005334573,-0.010225874,0.0051041995,-0.014742237,-0.0009952468,0.006945162,0.0010374859,-0.010336376,0.0049824417,0.00043595696,0.0038806472,-0.0027671072,0.011258924,-0.00014027157,0.01649377,-0.004064957,-0.010404011,0.015375785,-0.004088694,0.0036866958,0.020260196,0.004750008,0.021351852,0.014251448,0.00351499,-0.01917041,0.014457894,0.025404694,0.0067690373,0.01065328,0.016832713,0.005771246,-0.0064710192,0.0016852112,0.015212288,-0.0008926022,0.0016428276,0.015080351,-0.017360387,-0.012440816,-0.011564739,-0.0032416845,-0.009589669,-0.015197175,-0.019991148,-0.010578821,-0.09499992,0.0045257183,-0.01347771,0.0075039524,-0.008045184,0.018342197,-0.004703579,-0.02150946,-0.005070933,0.0067566866,-0.012858413,0.005395461,-0.0066032847,0.011159371,0.025885146,0.009031224,-0.0030938787,-0.014169985,0.0017836428,-0.0034459748,-0.01514597,0.010037659,0.005023224,0.0059530297,0.009291814,-0.0074993772,-0.002048047,0.008169203,0.017060328,-0.0040734587,-0.0126183685,0.011212852,0.010490811,0.0017771225,0.02644613,0.0055076764,-0.0033055958,0.0056044506,-0.12349084,0.0034885874,-0.02127125,-0.007492757,0.00049236487,0.002621065,0.008026502,-0.023910694,-0.003457815,-0.0013402399,0.004510419,-0.006287312,-0.017517056,-0.016953623,-0.0035796626,0.000504996,-0.0022137945,-0.002293208,0.0055061365,0.0031407236,-0.014142194,-0.00012121797,-0.00219623,0.013625633,-0.008108021,-0.004883773,-0.0025099325,0.01164489,-0.010945831,-0.02533455,0.005116703,-0.01841445,-0.013660544,0.010564934,-0.00080031855,0.0015450164,0.014931079,0.0050675934,0.0025016782,9.0529895e-05,0.0006462862,0.004688366,-0.0044372934,0.009071669,-0.004179224,-0.009177687,-0.0074633528,0.01646061,0.01816611,0.0018828922,-0.015345591,-0.0002837584,-0.003254546,0.004516248,-0.014785496,-0.006107572,-0.0042068865,0.023817722,0.006329474,0.0030506654,0.008561112,0.0053486777,0.009632746,-0.018603258,-0.0017213118,0.0048661684,0.01235989,0.011142476,-0.0038588678,0.0018209681,0.020968048,0.009220961,0.0062495153,0.0039913156,0.004933614,-0.00032064845,0.006754104,0.0037467778,-0.004545387,-0.013384756,-0.00960385,0.010886238,-0.042475317,0.015863726,-0.011157502,-0.017802484,-0.0149192875,0.009741341,-0.008986922,-0.07457325,-0.013658082,0.0018351575,-0.0070900843,-0.015763575,-0.0072245914,-0.0033229152,0.006299424,0.008564029,-0.0054286937,-0.008077545,0.0025054086,0.016962102,-0.001284698,-0.008776328,0.005488496,0.013605773,0.009799799,-0.009866778,0.002585162,-0.015923483,-0.005380162,-0.00037949384,0.028740631,0.010186324,0.0042699594,0.021708228,0.0018042453,0.00071263494,-0.009831569,-0.0047158897,0.0063419202,-0.019812947,-0.0026383223,-0.009415871,-0.016003394,0.015321554,0.01549923,-0.0050578015,0.028396433,0.0142939435,0.0075135008,-0.0046857037,0.013017542,0.0064296215,-0.0039698537,-0.00080817885,0.0023761354,0.0057435078,0.00031439366,-0.010937155,0.011201679,0.012394481,-0.014363018,-0.016673882,0.0021154752,-0.0027751909,0.0092875,0.026841963,-0.02905769,-0.001990942,-0.0044323304,0.005293817,-0.008139965,-0.02173969,-0.022418283,0.012450769,-0.020876447,0.009388041,-0.0042181807,0.019799875,-0.0047720238,0.049215935,-0.016091883,0.013067619,0.0018839395,0.01878483,-0.0125040095,-0.01987571,0.020971917,0.01961144,-0.0037917006,-0.015718102,0.0069280406,0.005772203,-0.011137268,0.033331938,0.017917296,-0.014924158,-0.0028147525,0.009595735,-0.0068891672,-0.014237471,-0.011354028,-0.02204535,0.0057088933,-0.009516036,0.020374766,0.0045650178,-0.006769653,-0.01545987,0.02743413,-0.012885598,-0.005730351,-0.0006153267,-0.009864637,-0.0006992211,0.015833074,-0.015444375,0.0021019527,-0.011184879,-0.006816539,0.008228068,0.0012353807,-0.16589813,-0.015338047,0.0028517954,0.014414268,-0.011630406,-0.0010810134,0.009625346,-0.0042907908,0.017146254,3.960727e-06,0.002530916,0.006941764,0.00918946,0.00038262122,0.0045474404,-0.016938826,0.009915455,0.02651478,0.019017143,-0.0046328893,-0.018158799,-0.020263085,-0.0051987073,0.02300817,-0.010242076,0.008758706,0.016703766,0.008786821,-0.0075329402,0.0095706945,-0.0063991393,-0.013324135,-0.013769758,0.0006266996,0.0074928966,0.00787028,-0.0155173205,0.01249156,-0.015107738,0.010581867,0.008409502,0.006604077,-0.010513449,-0.008539366,-0.014931164,0.007923519,-0.01279744,-0.011526164,-0.010680636,0.008940153,-0.006944757,-0.02095052,0.013184117,-0.0057893754,0.00857321,-0.015352453,0.017658474,-0.011781176,-0.0025513722,-0.014818606,0.0063188416,0.011365872,0.0058905324,-0.008259477,-0.0012685638,-0.0069918474,0.017238146,0.15495893,-0.0002149611,0.009175623,-0.043240506,0.0012494393,0.030999262,0.02370152,0.006355717,-0.01698383,-0.0034396285,0.0018509133,-0.016852092,0.0044830255,0.016647348,-0.012236293,0.007476324,-0.006424604,0.0038326012,-0.0069044814,-0.0016764854,0.008395917,-0.011084284,-0.008517946,-0.010117525,0.007196299,-0.010821893,-0.010929793,0.01062044,0.0038796756,0.0077938545,0.0033191596,-0.009476924,0.0010757993,0.007846687,-0.0077135367,0.0058529642,-0.0062566227,0.0035736694,-0.0042938413,-0.010042685,-0.0008324451,0.012126982,0.0028400267,-0.013208674,0.0021666184,0.0022487012,0.003934911,0.0033252975,-0.018395452,0.00404352,-0.046474695,0.007318224,-0.0038412535,-0.004491471,-0.019884603,-0.009095957,0.019087587,-0.029463677,-0.0064224275,-0.009895903,0.00090787926,-0.001538845,-0.013308758,0.0007274493,0.013200696,-0.023104843,-0.022685833,-0.011985132,-0.004225168,-0.10088636,-0.0089662755,0.003697145,-0.036362547,-0.007919836,0.018051134,-0.004009761,0.028542362,0.0022869825,-0.0026778735,0.0071025067,-0.006306055,0.02405491,-0.0054632006,-0.00782339,0.0061129597,0.014094164,0.004910328,-0.001522872,-0.00019644508,0.0031030837,0.031561643,0.030994946,0.0020764496,0.030246109,0.0031172629,-0.015725307,0.0037538796,-0.00033745542,0.00941857,-0.0024848958,-0.017429784,-0.030588793,0.0058009187,-0.031044802,-0.007518896,0.0037829543,-0.012150744,-0.010773767,-0.016304636,0.012929225,0.013758357,-0.0056023924,-0.013104121,0.03260859,-0.024461653,-0.017537322,0.00063724,-0.024182055,-0.0055642766,-0.007342649,-0.018924888,0.019029452,-0.008453312,-0.016145868,0.004421794,0.00888716,-0.036460888,0.0062612267,0.0050970064,0.0021837298,-0.012617179,-0.018085476,-0.0058359504,-0.006287411,0.01699006,-0.0063920873,0.00289672,-0.018126236,0.0023698632,-0.006059025,-0.012287218,-0.005104358,0.0052863946,0.019702189,-0.002742375,0.018362477,-0.0010527275,-0.019950699,-0.0019169889,-0.011073376,-0.03666519,0.012432768,-0.020441532,0.052520894,-0.01105972,-0.015740965,0.022792159,0.014747683,0.0043587903,-0.023373507,0.027980989,-0.0278267,-0.012372681,-0.0031321596,0.021376891,0.0015218464,0.0015439814,0.023421608,-0.02557548,-0.02494808,-0.007760731,0.000512762,0.011646067,0.03159961,-0.00036395248,-0.007777,0.008281627,-0.00045218682,-0.0015027552,-0.019105187,-0.0004665562,-0.008586414,0.006780206,-0.025078744,0.0029406236,-0.014462422,-0.0027265982,-0.0011131376,-0.020186847,0.00916004,-0.006164463,-0.0021311615,-0.013210848,-0.007890451,-0.014075521,0.0144938,-0.013129979,0.0011316485,0.028778369,-0.02681817,-0.0077278707,0.01114969,-0.029193837,0.008547456,-0.008701437,0.009664024,-0.017346352,0.006305204,0.006638477,-0.009074291,0.02051007,-0.0092983125,0.018057745,0.009737757,0.014840819,0.009824075,0.0052817734,-0.0036102543,-0.005311785,-0.014039986,0.025335355,0.0054001566,0.00041481914,0.025296204,-0.002342138,0.016347574,0.001428431,0.015726266,-0.02041138,-0.013884042,-0.003525865,0.0020758,0.012655567,-0.004147763,-0.013864268,0.00960688,0.014045046,-0.0058605103,-0.018689185,-0.004529145,-0.0021306905,-0.014935032,-0.016744308,-0.03369786,-0.017144063,-0.007089617,-0.0017362603,-0.007036929,-0.06552925,0.017086623,0.009614979,0.0061441907,-0.021590088,-0.020066556,-0.0124451695,-0.0022709547,-0.013984341,0.01394682,0.009360453,-0.0038581348,0.0015323428,-0.018434865,-0.019580845,-0.0071165613,-0.0020424896,0.0021414745,0.012458575,-0.000406032,0.006353751,0.009341007,0.0030257932,0.023094496,-0.010557166,-0.0149868,-0.0024853614,-0.0017926303,-0.003319981,0.012815769,-0.028853217,-0.006333349,-0.0012762547,-0.0030462462,-0.0073657054,0.019273646,-0.017952975,-0.016618755,0.011452666,-0.016577,-0.020169312,0.0017422745,-0.04029672,0.009075713,0.0055244206,0.011332741,0.00016405561,-0.014459623,-0.0060455846,-0.004777307,0.021846166,-0.01161194,-0.0030854763,-0.0053755706,0.007750815,-0.024637898,0.013534024,0.0011569228,0.011313571,0.0078341495,-0.0017320353,-0.02639509,-0.015344272,0.0037748914,-0.009585343,0.003695338,0.009221552,0.009872501,0.0073181833,0.028351322,0.014395462,-0.0116898455,0.014420301,0.0029961602,0.008135858,0.0032342833,0.0033067998,-0.013597238,0.020223247,-0.012451389,-0.0139417825,0.030380089,-0.013962175,0.02405857,-0.018208178,-0.017029338,0.003472312,-0.08387422,-0.0034238684,0.0036016665,-0.008335843,-0.01023117,0.018297484,-0.008652052,0.053387694,0.022030955,0.02575027,-0.0037346652,0.0022097903,-0.010972325,-0.011529323,-0.010041259,0.013403143,0.020282045,-0.0056662597,0.02563826,-0.025082039,0.00014699204,-0.01729731,-0.012043526,0.010867557,-0.003817785,-0.038212936,-0.0077384366,-0.0038570222,0.0043600523,-0.0013803045,-0.011298882,-0.0020532766,-0.01596763,0.005444337,0.0022187792,-0.015842639,-0.008543255,-0.016129173,0.013831156,0.008881148,0.03247027,0.0034859588,-0.024384588,-0.0067663854,-0.0069182487,-0.01394281,0.012683416,-0.0013648644,-0.027590232,0.004261205,0.0068314155,0.024307411,0.0052653314,-0.0062778443,0.009411888,0.005484939,-0.009064871,0.004026563,0.009122219,0.021653624,-0.007988625,0.0031173388,0.011464386,0.012945695,0.001843443,0.017029721,-0.0037349002,0.00065072335,-0.045892686,-0.0020355086,0.020003356,-0.0010357276,-0.017568087,0.0021820313,-0.015522792,0.029413786,-0.030546172,-0.0068932525,-0.006367494,-0.004885994,0.00900455,-0.0036680945,0.033551738,-0.00031449698,0.009633481,-0.0049246,0.011038611,-0.024327222,-0.017559595,0.005296263,0.020006137,0.012325709,-0.019688549,0.0005655127,-0.0014202497,-0.008883518,-0.0115339365,-0.03069644,0.005248998,-0.0072488147,0.015428481,0.012748377,0.014906334,0.016855247,0.0006043088,-0.0035958802,0.008741699,-0.014990288,-0.005046066,-0.005664332,-0.003749244,-0.0010763006,-0.014203372,-0.0029271864,-0.0019414899,0.0010028227,0.021231908,-0.00067922764,-0.019395705,-0.013395506,0.008567323,0.0021784194,-0.019687355,0.01739786,-0.0041235024,-0.021985428,-0.010568911,0.012509932,-8.4648374e-05,0.00212965,0.01198685,0.025412476,0.024888016,-0.007299012,0.0011490601,0.0027130332,-0.017374627,-0.004926434,-0.009724423,-0.00015490594,0.020702427,0.005853678,0.009775422,0.0081503615,0.008753894,0.0005749096,0.0062376903,0.0024919594,-0.0042556752,-0.00036957234,0.01772335,0.013202234,-0.0012849866,-0.0075874943,-0.00030328726,-0.023767777,0.007890316,0.025117395,0.006205999,-0.0063486258,-0.0014252549,0.014405853,-0.013158,0.013516721,-0.013668057,0.015326482,0.014331348,0.002402347,0.029092995,0.012621083,0.011385075,-0.018556489,0.015082492,0.020254092,0.0121245785,0.005095481,-0.0023493231,0.009345742,-0.00060053787,0.0018930399,-0.00062215154,-0.00647682,-0.0044500963,0.00045695752,-0.0073676016,0.011969993,-0.02249656,0.004265217,0.009386901,0.000662854,0.0069329035,-0.0100230165,-0.0067571243,-0.014947443,-0.001650636,0.009657278,-0.00654015,-0.016495615,0.010898921,-0.0024610818,0.002887646,0.0013554913,-0.012019346,-0.043335553,3.466102e-05,0.005269213,0.005173647,0.015510987,-0.021244584,0.011789298,0.021067003,0.01020325,-0.007515685,0.014207285,0.0017664105,0.011848573,-0.022368113,0.0076264874,-0.014831809,-0.0036694673,0.016083272,0.026841922,-0.006459914,-0.007433584,-0.008817034,0.013607499,-0.0010076952,-0.014361459,-0.002742584,-0.01817612,0.013812012,-0.010481341,-0.013500114,-0.011416844,0.0076159397,0.015994014,0.012641234,0.022958403,0.010188125,0.040884156,-0.00589024,0.027505795,-0.003197651,0.013054514,-0.017445754,-0.020603618,0.008456139,0.0022445472,-0.013837894,0.0049721855,0.012700715,0.02346095,-0.005585851,-0.0038332401,0.033124533,-0.013365311,0.001513202,0.005884184,-0.006195525,-0.00061503885,0.002334676,-0.00029543988,0.0031919735,0.013578693,-0.016618175,-0.00540245,-0.008916972,-0.014799567,-0.00889333,-0.010310718,0.006032541,-0.021200588,-0.018389534,0.0193678,-0.011084459,0.0026975693,0.011305286,0.0006286701,0.0031544652,0.006092605,-0.01262826,-0.009041896,0.0016090514,0.0006480376,0.007413583,-0.004071897,0.0048594056,0.0024869733,-0.0017771374,-0.0043662884,0.01473271,0.0006713953,0.005224289,-0.00031629653,-0.0070200562,-0.006730707,-0.019021057,-0.00017973606,-0.003993698,0.0029629376,-0.02710065,-0.023963513,-0.01091039,-0.023421975,0.015584241,0.009452381,0.030852905,-0.005474011,0.0065082177,-0.029917847,-0.0056024473,0.0022731228,-0.021814274,0.00056023814,-0.026021553,-0.011622228,0.005688336,-0.015916485,0.0035688982,-0.0119200535,-0.0117569305,0.013022373,0.010767142,-0.0053595775,-0.005683816,0.004063345,-0.006878329,-0.011983481,-0.013751004,0.011244163,0.0051450715,0.007084152,-0.014392033,-0.0153311435,0.016283128,-0.01087886,0.006627584,0.0048234067,-0.007878513,0.0042599635,-0.008627991,0.008973611,0.000828993,-0.030854234,-0.008370348,-0.003112507,-0.03304238,-0.049590915,0.0032382377,0.013149021,0.00017855801,-0.006867221,2.7709978e-06,-0.0017382697,-0.01112509,0.0009274755,0.019936332,-0.01304097,0.013416408,0.00083400845,0.00533409,0.032276228,0.0016927478,0.008378254,-0.0012823659,0.010856558,-0.0001251975,0.0050065904,0.0013671296,0.004285715,-0.03902197,0.014233742,0.0016373019,0.0038409024,-0.015608728,0.015297922,-0.008628825,-0.009183474,0.0019659814,-0.019197797,-0.018017134,0.024841357,0.0055672904,0.00068417774,-0.0220851,0.003936924,-0.013511045,-0.03957245,-0.008550272,0.0050784145,-0.007853637,-0.011308617,0.002043096,-0.018497322,-0.00039899274,-0.023265002,-0.012285395,-0.023596097,-0.0021185062,0.0049988027,0.008299816,-0.0048224726,0.025519444,-0.0007268655,-0.0054001855,0.011004034,-0.0038439604,0.023299733,0.005724534,-0.0048195915,-0.012207201,-0.0049687475,0.0057836366,-0.007585142,-0.024452034,0.028977452,0.019283716,0.015226737,-0.013731642,0.0027778824,-0.021665204,-0.0038445368,0.001501592,0.019034907,-0.030554863,0.029406548,0.023439715,0.008169434,0.009012522,-0.024124432,0.0021744987,0.007121121,-0.026986059,0.01531233,0.009141489,0.009072614,0.011820503,0.019920057,0.00057904044,0.026310856,0.0105844075,0.0046302355,0.007279793,-0.0015804019,0.017019108,0.00013191762,0.00044958084,0.020806327,-0.010023766,0.0019444777,-0.00759585,-0.029948896,-0.012130223,0.0038672236,0.018260133,-0.0344116,0.010582185,-0.0040658303,0.014824221,0.0018441138,-0.013330934,-0.007988538,-0.0038191034,-0.024338853,-0.018459234,-0.0056589586,-0.007922599,0.017328037,0.009808349,-0.0066910367,-0.02515859,-0.007562406,-0.016533349,-0.010405251,0.0019500782,0.0059183463,0.003953444,-0.013972703,0.038435925,0.016973116,0.00057593384,0.0057629813,-0.006431826,-0.0042771413,0.012276085,0.011864805,0.007976796,-0.02239275,0.007976655,0.004049671,-0.015289008,-0.008741074,0.021039803,-0.017451175,-0.0007530682,-0.004100715,0.009378334,0.0055971043,0.015343988,-0.0034308052,0.0120878145,0.0076931496,0.00017126657,0.016707482,-0.0091944905,0.021444807,0.0025597182,0.00047590217,-0.0015259663,-0.03561016,-0.015745336,-0.0022609008,0.00850629,-0.008468371,0.0011298106,-0.014546386,-0.0024314548,0.012732208,0.004346046,-0.010033595,-0.001851565,0.008424348,-0.017047187,-0.039174125,-0.009594373,-0.015331106,-0.0060094856,-0.009569914,-0.0022768392,-0.018771186,0.02006706,-0.006727858,-0.029996738,0.016141314,0.022950837,-0.0070612924,0.026182285,0.010527138,-0.01231712,-0.014981882,-0.022380099,-0.007904856,0.0025999302,-0.0027404677,0.002675018,-0.001934999,-0.020962114,0.023417225,-0.0032718105,-0.028236264,0.008307593,-0.017076015,-0.014062049,-0.004153793,-0.008481817,0.0005058153,0.018552423,-0.005765828,-0.0066825347,-0.013513612,-0.01028364,-0.019933498,-0.0071736476,0.011386852,-0.00175772,-0.03012126,0.0021525514,-0.017129835,-0.0075338916,0.007863233,0.009251272,-0.012190655,0.023465559,-0.005352054,0.0025345155,0.017404096,-0.017563602,-0.013694555,0.012595381,0.027184693,0.009730075,0.0048927823,-0.023091035,-0.011075111,0.0100752115,-0.015973644,0.031192696,-0.0054673003,0.006915533,0.007923524,0.016959963,-0.0083917985,0.035741325,-0.00309479,0.018610358,-0.011031149,0.009424015,-0.01590495,-0.0026695041,0.016536739,0.0133043965,-0.002454309,0.0064952257,0.005394984,0.0154555235,0.0035303296,0.011308134,0.010398885,0.008983018,-0.0038501357,-0.012535493,0.028473508,-0.037706304,0.008944221,0.011671387,-0.0069749765,-0.00078324426,-0.0022097754,0.014315775,-0.011091303,-0.044574153,-0.020547858,-0.016301148,-0.030177299,0.0001365198,-0.008012251,0.03520397,0.018100422,-0.019036584,-0.00988843,-0.012321352,0.0068699345,-0.033244338,0.020026203,0.027504165,-0.009673392,-0.014155164,0.0018705578,0.007836654,0.020499673,0.035181694,0.011082839,0.02886469,0.020431343,0.008660674,-0.010417592,-0.0011037312,0.018841175,0.009897785,-0.0057397867,0.019501604,-0.013947444,-0.013950521,0.002432343,-0.026916016,-0.0012487415,0.00042401397,0.032415967,0.012813655,-0.007961092,-0.005621111,-0.009775228,-0.014209061,0.005347079,0.0091626635,-0.002031267,0.014591591,0.0053799436,0.012423713,0.015853895,-0.012265047,0.005292881,0.0034584398,0.0040215175,0.009639371,-0.0057393913,0.006140673,0.000747103,0.013075189,-0.014153746,-0.011924233,-0.005437884,0.0063139917,0.015828995,0.0014569755,-0.004328548,0.15855594,0.13165252,0.017035205,0.0037525946,-0.0069852825,0.0019172648,-0.011672317,-0.0032658638,0.008545721,0.01115085,-0.013474803,-0.0067639127,0.001081479,-0.023379246,0.0077364063,-0.0061128363,-0.008552078,0.0013902312,-0.026122253,-0.010306013,-0.014374145,-0.0035358134,0.004299555,-0.00068726577,-0.027750112,-0.0064405487,-0.021353854,0.017236019,0.023834987,0.005170559,-0.012509067,0.006246067,-0.0123426365,-0.00286623,-0.006438551,0.0008224598,0.012650282,-0.024971647,-0.0076334635,-0.00681697,0.006857601,0.01781229,-0.00476136,-0.026618863,-0.02175555,-0.0038632725,0.025157204,-0.0055456636,0.02544439,0.007165002,-0.013754067,-0.0030654096,0.0023349335,0.006860403,0.008849497,-0.020696936,-0.0018101888,0.00241755,-0.0048004356,0.0037636373,0.043212503,-0.009128156,0.00035039274,-0.0031867856,0.004545766,0.013017379,-0.03639035,-0.012468641,-0.012161502,-0.019618789,-0.0073661907,0.00063943927,-0.008402745,-0.014152346,-0.020705022,-0.020069655,0.015555515,-0.011035011,0.010614835,-0.003974559,0.0023543204,-0.022245605,0.004859565,-0.008412706,0.007730347,-0.01429527,-0.00589157,0.019622486,0.10320699,0.01631714,-9.716136e-05,0.0044134464,-0.0031633659,0.0009895922,0.003563576,0.035975475,-0.0074356464,-0.004730648,0.008038078,-0.02939199,0.010091777,-0.015294741,0.008909384,0.0009872462,0.0059916126,0.022516053,-0.0051832963,0.018383425,-0.038331546,-0.003462419,0.008164333,-0.00022690391,0.0011147063,0.012801363,0.01802874,-0.0065035024,-0.021339718,-0.0109256655,-0.10932275,-0.0056134374,-0.018146873,0.00856793,0.011582734,0.0128875645,-0.008829466,-0.0047022756,-0.011783904,0.0089871,-0.0018224241,-0.0035508582,0.0105540315,-0.00030086905,0.029303579,0.017018292,0.0024677878,-0.0024756968,-0.013595911,-0.005427496,0.00067471265,0.004029899,0.0067713303,0.0033849392,-0.0038862147,0.014489775,-0.023514168,0.015835676,-0.019176673,0.008997396,0.01754276,-0.0016393516,-0.015284213,0.014930774,0.008870533,0.0039853775,-0.009366505,-0.028852208,-0.0072746254,-0.0047731977,-0.014425224,-0.042090036,-0.013097016,-0.019735532,-0.017562604,-0.013622045,-0.00709908,0.0052351677,-0.012551582,0.0013161697,0.00062650454,0.009096687,0.013240159,0.019539252,-0.0161088,0.0093451,-0.022773916,-0.007570708,0.025569867,-0.018475857,0.008070964,0.0042253355,0.005255705,0.007947212,0.00666501,-0.00039813516,0.0016207005,-0.0018286329,-0.0038570405,0.0019369475,-0.02308065,-0.0033676869,0.014016214,-0.0068331133,-0.013396848,-0.01752949,0.011382889,0.0068358546,0.007252899,0.027423818,0.0054989946,-0.008514579,0.0013612544,0.11859818,-0.0046997797,-0.019811971,-0.0039262567,0.009649973,0.0012321911,0.0064001107,-0.013834654,0.010765843,0.026011348,-0.016167317,0.008942911,0.009513103,0.01346457,0.007137126,-0.0056427214,-0.012942566,0.0026419277,0.011598755,0.007289332,-0.011737888,-0.009549948,0.0130839655,-0.021524146,0.0018938532,0.014224365,-0.015683183,0.0017704457,-0.005732469,-0.0058830306,0.01403228,-0.0082551,-0.0036790618,-0.008005727,-0.021435423,-0.0119266445,-0.02570075,0.019653492,-0.019688502,-0.0038512666,-0.015817754,-0.0039003592,0.0154246865,-0.00707055,-0.052196775,0.19513147,0.0030178316,0.012561603,-0.002895813,0.0022428646,-0.01193062,0.004166195,0.012333773,-0.008487639,-0.0003628378,0.023698337,0.021849439,-0.009087513,-0.0022080145,-0.0020508368,-0.025256079,-0.010278862,-0.0010101338,0.021816818,0.014963257,0.01095461,0.00967286,-0.016350694,0.0044137887,0.0024158047,0.018644433,0.020847803,0.025319282,-0.00834091,-0.013284827,-0.026509987,-0.024736088,-0.009566564,-0.0012836823,-0.0041423957,0.021952817,-0.006745204,0.0024478813,-0.006641936,-0.0042437934,0.011574797,0.020002212,0.02184242,0.014595409,-0.010671127,-0.017078139,-0.038373232,0.013906737,0.01750127,-0.0047717136,-0.004278971,-0.0013662123,0.014171326,-0.006169315,0.0051968563,-0.010491075,0.044860817,-0.011995563,0.002069392,-0.012615375,-0.01479302,0.019789742,-0.014255926,0.008073927,-0.004275695,0.009597191,-0.0049116784]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 182,
          "content": "Parliamentary Vice-Minister OCHI Holds “Roundtable on Promoting the Growth of Small and Medium Enterprises through the Utilization of the Strategic Investment Initiative\"",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.03368445,-0.02456897,0.0076468294,-0.082935564,0.009184172,0.023474505,0.010647413,-0.019648157,0.011181685,0.0032803095,-0.051141404,0.009538706,-0.008447575,0.0136151,0.09658446,0.00017185634,-0.0045081247,0.020402439,0.00085203955,0.025266744,-0.011060354,-0.0020720805,-0.008767571,-0.024230173,0.0007272819,-0.025064712,0.010635324,-0.018231621,0.016021697,0.0074909716,0.00393427,-0.0007912422,0.0113644,-0.007969357,0.011341975,0.0038380474,-0.0012569897,-0.035002064,-0.0073146736,0.015434883,-0.017109819,-0.0023940275,-0.040004663,0.029362416,-0.00614178,-0.006706637,-0.030400721,-0.017408427,-0.006361141,0.014040359,0.0064698043,0.0016794057,-0.006631251,-0.1509251,-0.0019749969,0.009166033,0.0063778386,-0.019295895,-0.0142753245,0.0064531686,-0.013971082,0.027189251,0.01418193,-0.0043213656,0.0034415466,0.00338513,0.021889212,-0.00932131,0.011857957,-0.0059501943,0.023759203,-0.0013264659,-0.00033324416,0.0038455331,-0.0052107954,-0.032667257,-0.0027788663,0.0031409992,0.014124905,-0.011524113,0.00845377,0.008881899,0.013033154,-0.028936062,0.007824253,-0.016428012,0.014200999,0.00022836911,-0.006954728,-0.0075601633,-0.011864125,0.025030201,0.0095231,-0.007373067,-0.03264361,0.032309957,-0.011178256,-0.020472076,-0.0016065828,-0.024339218,-0.014927892,-0.025705118,0.011946884,0.03546541,0.01824509,0.0034570259,-0.01246462,-0.009068365,-0.009600657,0.02149284,-0.009817519,-0.014244915,0.01781784,0.025834259,-0.006894244,-0.12869169,-0.011427837,0.005720843,-0.022788266,-0.0060772253,0.022968048,0.040895507,-0.0026531885,-0.004475441,0.0016354666,-0.0048184004,-0.013760919,0.022218898,0.01121023,0.005245308,-0.02092844,0.013179116,0.019341849,0.013232115,0.019714795,0.050069157,0.018210784,0.010679265,-0.012866711,-0.016922683,-0.023349626,0.033026986,-0.008319463,-0.0104224505,-0.027496211,0.015008514,-0.0329691,0.02323295,0.019799197,0.005159488,0.0060531506,0.020412846,0.014447698,-0.0054464126,-0.0032835198,-0.035267796,0.0006252961,-0.02060229,-0.0023149506,-0.0042522904,0.009061084,-0.024915516,-0.016122049,0.013885822,-0.003102989,0.046838097,0.006672765,-0.011372534,0.012811457,0.0060338317,-0.031599954,0.005426612,0.0044749463,-0.0034097466,-0.017139653,0.006573205,0.006952186,0.0006178073,0.020587323,-0.02239638,-0.0048343246,0.023995468,0.0031534533,0.0053037945,-0.0018644956,-0.019353991,-0.0027012182,-0.010101073,-0.031492963,0.0037025295,-0.031755842,-0.012401172,-0.010324927,0.02189435,0.01715148,-0.017629752,-0.036355183,-0.009557969,-0.026029574,-0.003765387,0.0029545594,0.008839317,0.014492242,0.00032511217,0.015026654,-0.010169817,0.01957348,0.008601334,-0.014397403,0.006716572,0.0071682003,0.009675237,0.009550806,-0.0017266253,-0.0065574134,0.00064299814,0.008327393,0.029006168,-0.03271914,-0.0039633526,0.033875074,0.021132128,-0.0013569971,-0.00015653954,-0.015346655,-0.0035079867,-0.03754906,-0.015866278,-0.027270127,0.004589401,0.009643272,0.004831182,0.028415665,-0.002715662,0.009190102,-0.0012879819,0.01092846,0.012826335,-0.0070002647,0.0014445479,-0.012599427,-0.016173389,0.0012733069,0.020745628,0.03117324,0.027555972,-0.0010878608,0.004437042,0.005026871,0.019031456,-0.0106370095,-0.0064077657,0.003837164,0.023297668,-0.007282423,-0.039776836,-0.010050483,-0.0037283588,0.008554136,0.006176462,0.015646335,0.032330614,-0.0023975621,-0.0011974926,0.0044391793,0.013407936,-0.012261694,0.0093518505,-0.0020637675,-0.01881316,-0.0063107153,0.013902514,0.016132554,0.011638431,-0.0032842092,-0.008282686,-0.073719695,-0.0054658423,0.006543078,-0.032295246,-0.022321032,0.023837784,0.007841112,-0.007714319,-0.012722881,-0.0035872064,-0.037888266,-0.009374383,-0.01483907,-0.0069611925,0.024254646,-0.006941318,-0.0050918125,-0.004729491,0.008531746,-0.028391803,0.00093453226,0.01770794,0.022850268,0.001294421,0.009259709,-0.0153688,0.013843892,0.044360884,0.00052187283,-0.006690237,0.008021207,0.015960213,0.008478618,0.00019799128,-0.028062124,0.0016281854,0.019975616,0.0065882355,-0.0052685253,-0.012971978,-0.037485108,-0.022486137,-0.0009989198,0.004959448,-0.0019367699,-0.017614342,0.0036383434,-0.0129933655,-0.009568298,0.020129757,0.010822177,-0.0034812442,-0.003538482,-0.014269719,-0.00589142,0.009546502,0.017615514,0.0005966019,-0.026850794,0.0055437563,0.029352022,0.03191288,0.013506192,-0.015830675,-0.020757647,-0.030775812,-0.0010187584,-0.033784308,0.0035952644,-0.012018357,0.0046023675,-0.0076859165,-0.03177674,-0.04524067,0.006093229,0.013694775,0.0065764557,0.011921398,-0.027273724,0.0110599445,-0.015903901,-0.011991833,-0.033455174,0.033934962,0.0029547256,-0.017698698,0.007244069,0.015177414,0.027857985,-0.030931992,0.015056027,0.0042912476,-0.03617143,0.025745602,-0.03993805,0.009600865,0.0055421065,-0.000654069,0.033100486,-0.0089714695,0.016193386,-0.010124756,0.007296413,-0.009183504,0.0073461025,0.0055588987,0.008423825,-0.002618958,0.02110261,0.00062410027,0.0043632663,0.009527954,0.0032026654,-0.0058752624,-0.01652174,0.029327486,0.023366716,0.027015962,-0.014087219,0.024304403,-0.0040129046,0.009404792,-0.018909115,-0.021404779,0.009118145,-0.007559256,-0.0041621593,0.02321497,0.026411276,0.0036273377,-0.023478065,0.00048585545,0.0016337449,0.0061215013,0.0032184736,-0.03470786,0.0003364546,0.009586687,-0.018249942,0.0117396945,0.0066581494,0.024725966,0.00025502223,0.009058051,-0.010246997,-0.013792042,0.014711396,0.0054116384,0.02038348,-0.032262303,-0.008447297,-0.019507106,0.01361553,-0.028486159,-0.0024546902,-0.0033271478,0.0058271145,-0.010983572,-0.0054025063,-0.009104129,-0.0022086794,0.018208012,0.022149248,-0.033075444,-0.008183192,-0.018012112,-0.005477959,0.0018513112,0.018266968,0.0066201813,-0.0075894212,-0.01597698,-0.019409373,0.004161186,-0.017974319,0.0026951632,0.023602111,0.017914813,0.0042296313,0.0062817065,-0.021796213,0.010068013,-0.001420002,0.01483067,0.010709219,-0.003807673,-0.04001885,0.030705404,-0.017313808,0.027278457,0.007474946,-0.004154852,-0.011095339,0.0035349305,0.025009578,0.008850932,0.0144917425,0.015194252,-0.0018136182,-0.028892346,-0.02640867,-0.019631311,0.029031962,0.011822718,0.0049510687,-0.030282699,-0.0042449585,-0.02981936,-0.025754968,0.0040430194,-0.011686158,0.004342614,0.041260142,-0.013155484,0.017088799,-0.018828902,-0.0026331907,0.011878274,-0.016008757,-0.018046724,0.01142434,-0.03875306,0.03158773,0.011064727,-0.013862916,0.0097924275,0.0033120604,-0.023995869,-0.045855198,0.015326082,0.01641105,-0.012275716,-0.0017026174,0.008362888,-0.0032942728,-0.03032911,0.0029037255,0.0017455855,-0.028402511,0.008991729,-0.008052349,0.04094547,0.0027860738,0.012985331,-0.01267969,0.007874594,-0.019181468,0.024435792,0.012132035,-0.007340357,0.047985844,0.0026887946,0.016520493,0.0103443675,0.010547972,0.008340117,-0.0030670273,-0.0040525575,-0.05934561,-0.013615256,0.0045958734,0.011124292,0.026298739,0.013594883,-0.008683797,0.018885395,-0.0007035447,0.021311235,0.016138583,-0.08129,0.020632667,0.0066114,0.008097369,-0.017829658,-0.011511745,0.02356739,-0.026650721,0.010490205,-0.004107183,0.0025555897,-0.042807743,0.0035433809,0.0013256314,-0.0074805766,-0.0011655426,-0.008267601,0.006537969,-0.006188218,-0.0026604868,0.06067873,0.024273641,-0.000106022206,-0.024102997,0.017614735,0.037518837,-0.026657818,0.0071592024,0.027387964,-0.015148195,-0.017556284,-0.012780816,0.012176164,-0.00068806706,-0.0059362384,-0.0058049094,0.0054468447,0.0060007274,-0.002813832,0.014710809,-0.003219639,-0.004398318,-0.0050994316,-0.008068525,-0.02303493,0.021206241,-0.03396946,0.018176494,-0.0065529477,0.01725822,0.029222079,0.009832154,0.03550672,-0.018515175,-0.0026402916,-0.012564284,-0.03561693,0.016028313,-0.01074254,0.0049403547,0.005982288,-9.371176e-05,-0.039894365,0.017920617,-0.0026243394,-0.0034018653,-0.015346116,-0.0009348033,-0.010194386,-0.0097620655,-0.0097177755,0.014211858,0.0024454824,-0.010745633,-0.0010680192,-0.0130441,0.0014202882,0.0073938845,0.007769635,0.029898994,-0.017472731,0.008206771,-0.090489395,0.007961259,-0.027930992,0.005495734,-0.01145198,0.0067279073,0.020782493,-0.008350374,0.014049672,-0.005294659,-0.015267018,0.025109375,0.0014540409,-0.0073652496,-0.016025202,-0.01817802,0.005284483,-0.022425916,-0.009489545,-0.018961247,-0.0138861695,-0.027900547,0.02212301,-0.0062876414,0.013440679,0.03850563,0.014834874,0.0009924892,-0.0058727628,-0.039453734,-0.019421171,-0.15006866,-0.035680823,-0.010299475,0.011254941,0.017754205,-0.014385508,0.02078058,-0.0326517,0.0030296182,-0.01581592,0.018613588,-0.03137954,-0.040364604,-0.026083682,0.031857416,0.10787784,0.012809098,0.041476,0.007213397,0.0059369034,0.018860055,0.00042243264,0.0021550595,-0.013934788,0.0013481417,0.008150309,0.002713484,0.005054242,0.017294686,0.0046920427,0.014593242,0.012909556,0.017885864,-0.020201882,0.01649681,0.0011844952,-0.023721075,-0.0186079,-0.0034530626,-0.01179425,0.024573227,0.011585778,0.005023196,-0.02452727,0.011607477,0.020253517,0.02999951,-0.02608435,0.021431305,-0.005887838,0.018198138,-0.09248712,-0.008050586,0.01864352,0.009173615,0.00895849,0.014290392,0.0007562057,-0.021750644,0.042452566,-0.008087651,-0.031662144,-0.031900603,-0.023684122,-0.0072448333,-0.03228055,0.025398519,0.023422927,-0.027019545,0.0047999346,0.017299324,-0.0043645604,-0.0024663555,0.0070855925,0.0068303444,-0.0037844297,0.00020241636,-0.001770985,0.016677102,-0.030989898,0.004066261,0.00023870567,0.036604207,0.01781191,-0.019841995,0.01955606,0.014940472,-0.022308396,0.001705061,-0.0024202785,0.013722181,0.021271147,0.0014919208,-0.03802597,-0.020075519,0.009246291,-0.010262196,-0.0052117617,-0.009118871,-0.025890082,-0.020760478,-0.018008912,-0.01637446,-0.037443884,-0.018109718,0.0029848944,-0.02862731,-0.0041970517,0.020109713,0.029611828,-0.008764417,-0.019889304,0.0052970587,0.0028575237,-0.006929369,-0.0018039134,-0.006729195,-0.00965535,-0.0015711217,-0.014530815,0.01538587,-0.000119368015,-0.010377011,0.0035814762,0.0040444164,0.012072344,-0.00070243713,-0.0073443847,-0.014879223,-0.01326351,0.0088764895,0.003207574,-0.0069881724,-0.00023332579,-0.004931968,0.009439362,0.004139612,-0.00466502,-0.013746281,0.017478839,-0.0008007966,0.012377009,0.0003491813,0.013135469,-0.005055088,0.01197648,-0.01951438,0.019907013,0.0026388774,-0.021257443,0.0075571304,-0.010142029,0.0057715755,0.011716393,0.0038231218,0.009924509,0.0071646557,-0.0043888,-0.00555841,-0.0072159106,-0.018314306,-0.009298976,0.0062956465,-0.0049801096,-0.00607056,-0.01332792,0.03328648,0.02489715,0.011940373,-0.0010914674,-0.0011341522,-0.015293634,-0.010653644,-0.009252512,0.011333763,0.013305655,0.0014409848,-0.0018010351,-0.012610885,-0.0019630874,0.006222558,-0.0034163862,-0.013950966,0.014079318,0.0063823424,0.015302826,0.006296641,-0.01354668,0.01767,0.011739335,0.003503491,0.00070221163,0.020030728,-0.024113705,-0.014380791,-0.00020837109,0.0022287006,0.011322365,0.014694072,-0.010206975,0.015434803,-0.0054919315,-0.002257819,0.0036550579,-0.008638039,0.0060730274,0.0047026873,0.0082592,0.0037906878,0.00017164127,-0.009089748,-0.009128137,0.0046888753,-0.0029040815,-0.0060474053,0.015114669,0.001469915,0.027724892,-0.012669468,0.0017027106,-0.009659679,-0.0044145905,-0.0012744851,0.004410955,-0.0092028845,0.0035665818,-0.0009609004,0.009851719,-0.007856639,8.2676954e-05,0.0064547216,0.0026567024,0.0024000208,0.001156549,-0.015041948,-0.009764493,0.0072472594,0.0033397614,0.002943026,-0.010619307,0.00080749294,0.005116432,0.0036375083,-0.001655563,0.0020972737,0.006042883,0.012564043,0.0018586151,-0.019347461,0.011890567,0.023782242,0.021321123,0.015983537,-0.013759495,-0.006746628,0.010301441,-0.015382126,-0.014314472,-0.01450975,-0.0038982886,-0.006106042,-0.003855777,0.009346873,0.010866353,0.010857987,-0.004105998,0.011360909,-0.007845282,-0.008588686,0.011821258,-0.013834241,-0.0076852846,0.0027936904,-0.013784956,0.008848365,-0.00094482687,-0.017937519,-0.009118495,-0.014815355,-0.007876363,-0.013180037,-0.0074479296,-0.008952523,-0.018485317,-0.0067846375,-0.0063648294,0.012851447,-0.0033483224,-0.00093456346,0.0019437073,-0.011607279,0.0039114947,-0.0035887514,0.0006709019,-0.0057749986,0.0020725173,0.009790188,-0.0006966114,-0.016690608,-0.02404067,0.0110389115,-0.008231605,-0.011296047,-0.012324606,-0.0018828303,-0.009929806,0.0075522233,-0.000400448,0.0096552735,-0.00129306,0.07278614,0.019806482,0.0020427026,0.0069973455,-0.0076828133,-0.00831843,0.0032816096,-0.0101195155,-0.0070129987,-0.020175453,0.00756778,-0.004513721,-0.015344523,-0.01048642,-0.021546515,0.011529982,-0.007601429,0.012583184,0.0024072453,-0.003216576,0.0054848213,0.010133725,-0.0115517145,-0.009996603,0.0058603385,-0.007759881,-0.005399572,-0.0053073526,-0.007005313,-0.0041334904,0.009315291,-0.006470594,0.014912446,0.035942215,-0.014018604,0.003815045,0.00022843051,0.006866901,0.024939787,0.00062825804,0.008093776,0.010504852,0.017446175,-0.019769058,0.00073591573,0.01576006,0.005147155,0.009003195,0.00434898,0.005806594,-0.004498372,-0.006138086,-0.0003770538,-0.011226532,-0.0155363185,-0.00046371442,0.017321445,-0.007144326,-0.00211785,-0.003582407,-0.021889688,0.0053485436,-0.012515379,0.007665706,-0.0031435534,-0.010985418,-0.0038491553,0.0069767,-0.0032059865,-0.0038963817,0.008961946,-0.0039943242,-0.007489456,0.0031870513,0.017916095,0.0063946634,0.0007238597,-0.019097019,-0.0064241528,0.007652599,0.02264714,0.0042438353,-0.009748353,0.0117911445,0.01009785,0.014665448,-0.0037977984,0.00024457846,-0.011894073,-0.01082757,0.013553409,-0.016924724,0.025777904,0.0016362574,-0.01918626,-0.018774772,0.05989001,0.0137333665,0.008898347,0.011073689,-0.0068904962,0.015512398,0.006220631,-0.008990267,0.0128059145,0.0077353083,0.004576164,0.006764464,0.015353487,0.0074138716,0.00321456,0.005984344,0.010933282,0.0019685074,0.005988936,0.0058507873,0.0069574057,-0.005301953,-0.003074005,0.011640111,-0.0014359825,-0.0005809432,-0.023937585,-0.013342436,-0.002908564,0.0012314033,-0.016953327,-7.467108e-05,0.008383836,-0.0017851385,-0.007902017,0.017891267,-0.002841453,0.007683321,0.0011363821,-0.0036250472,-0.006960816,0.012077811,-0.010093147,0.016979055,0.0028274276,-0.0005172963,-0.017077114,-0.0054695797,-0.0038760607,0.0010395183,0.03377571,-0.003328631,-0.015886031,0.0120150475,0.0016852808,-0.002394595,-0.005662529,0.00025366305,-0.009065917,-0.00058884145,0.021620534,0.00067844987,0.0037374566,-0.0037796465,-0.005297051,0.019876802,0.005705701,-0.010515736,-0.013504489,0.000613695,0.021825958,-0.008021421,-0.0024414281,0.017179081,-0.009377052,0.005792114,-0.012842724,-0.0023840927,0.0032752347,0.0033256656,0.0007023066,-0.009448818,0.0026145268,0.0077163265,-0.009109528,0.012266506,-0.005551177,-0.0019879963,0.0009836162,-0.008836609,0.015541965,-0.008288157,0.00028556172,0.010591267,-0.01180116,0.0050886925,0.009754828,0.016191933,-0.007881015,0.005513717,-0.0015804984,0.0054509146,0.001763918,0.0047392054,-0.001855855,0.007317939,-0.001146348,-0.0011122765,-0.0008881879,-0.0012284281,0.011278741,0.006371314,-0.0006588344,-0.009172508,-0.0097611835,-0.022295723,-0.00068814965,0.0101422,0.0024313787,-0.007515839,0.009526286,0.009619544,0.0057199155,-0.009077832,0.017067097,-0.0035018076,0.0067594936,-0.018022057,0.00426705,0.010368553,0.010648928,0.00848693,0.030435,-0.017340753,0.0071265167,0.011227374,-0.0062626936,0.0115924515,0.024893261,-0.004595868,0.0034222552,0.011811809,-0.008316645,0.0096555445,-0.0069270236,-0.008977413,0.01276466,0.007086845,-0.00017405396,-0.0066290367,-0.0060937246,-0.0044085938,-0.0027957752,0.014483657,0.0028834133,8.615818e-05,0.0005638457,-0.0017126488,-0.0153266005,-0.008143463,0.011370226,-0.07137436,-0.0031690942,-0.0022758227,0.0005148751,0.015880333,0.0036310141,-0.013414334,0.003350651,0.003615905,0.0073265377,-0.0042469907,-0.013475223,-0.0012940457,0.024586366,0.0054840427,0.0032305722,0.002002934,0.015105267,-0.017030329,0.0019405842,-0.02277882,0.024569457,0.0016708481,0.00055214146,-0.0023939116,0.012515245,-0.0013445822,-0.0024219893,0.008312599,-0.010979007,0.013927394,-0.016776497,0.018090367,0.025851801,0.0047882274,0.013463628,-0.009086243,0.0042131883,-0.010858412,-0.0105332965,0.019138306,0.004026357,-9.6353106e-05,0.010140534,-0.0013053053,-0.002705173,0.008489673,0.0036946777,-0.0018373618,-0.0066436157,0.0017205691,0.025953947,0.0032576094,0.011263614,0.0015140682,-0.008970057,0.0012483,0.01272591,0.0012804557,0.016230036,-0.00032900245,-0.014623182,0.003858742,-0.022639303,-0.0394061,0.0036622446,-0.027384512,-0.0036359644,0.00060866674,0.003713973,-0.017594112,0.00010822525,-0.009327133,-0.008976818,-0.00077714765,-0.021279754,0.01437933,0.017451333,-0.00215184,0.016827239,0.005949688,0.01854763,-0.0147750685,0.0027658637,-0.023704028,-0.015948832,0.004283947,0.001182822,-0.008267341,0.0073119793,-0.0038127752,-0.002745591,0.006146998,-0.014922263,-0.025880301,-0.00697648,-0.00655534,0.00026556852,-0.002480017,0.004185427,0.012682113,0.0005417696,3.2938104e-05,0.014018252,-0.020578258,0.007620291,0.0032084745,0.007107887,-0.006961982,-0.0038391452,-0.017280579,0.022342678,-0.0062930263,0.00824347,0.0001455216,0.010668638,-0.0048067025,-0.0010225271,-0.011992255,-0.009584324,0.00030688042,0.022301655,-0.005612517,-0.015420127,-0.0018943992,-0.0067967004,0.005675762,0.00031813863,0.010020389,0.006477523,-0.0055118357,0.0043616854,0.026980862,-0.0018109856,-0.0030144572,0.016340336,-0.0010160464,-0.0087458845,0.01986085,0.009390773,0.0072808596,0.008621782,0.016276991,-0.0063098352,0.0034941481,-0.0016428658,0.0068668243,0.01408529,0.006591014,0.0046988814,0.0033236137,-0.004899175,0.0076326407,0.021706855,0.023634585,0.010462503,-0.011094145,0.011677855,0.0024569111,-0.0032647706,-0.001161289,0.0065862555,0.0032590155,0.013431066,0.009634579,-0.0040430874,-0.015453329,0.014647521,-0.02126278,-0.014903307,-0.002386622,-0.0024664588,-0.0024726382,0.012568452,-0.01564067,0.0022061707,0.0014635224,-0.0007356077,0.0085832,0.0035667021,0.00780601,0.0074415994,0.007520567,0.009618625,-0.00750969,0.012656234,0.0044086347,0.0011474149,0.0058553093,0.025101595,-0.0039276574,-0.005742084,5.5129334e-05,0.015248821,0.015000783,-0.009014411,0.0054367576,-0.007283409,0.0029088745,0.0053432593,-0.024965527,-0.011038395,-0.01730418,-0.02355075,-0.0016761587,-0.09870855,0.015902882,-0.012903038,0.002631412,0.0073656742,0.006639795,-0.0063476386,-0.01941894,0.0023447587,0.004636759,-0.0046397643,0.014363072,-0.0030267856,0.006759522,0.022535855,-0.026968649,0.0073501165,-0.012127897,0.015536164,0.0027533253,-0.0042509953,0.011592649,0.017781926,0.0043318872,-0.00660709,0.00010553573,-0.010676949,-0.016118692,-0.0059576957,0.0021441448,0.010877946,0.0049085845,-0.006725755,-0.0011797453,0.013381986,-0.004189924,0.012396198,0.0023967617,-0.13621953,0.01002671,-0.012419046,-0.005013828,-0.0051166457,0.008883395,0.004780115,-0.011967079,0.006146617,0.0035644034,-0.009434457,-0.000628496,-0.012580588,-0.012111712,0.008215704,0.0015008103,-0.010064048,0.009139909,-0.004459389,0.009336098,9.609621e-05,0.0055077113,0.00062259135,0.027218482,-0.014715105,-0.007092932,0.0036165891,0.015737157,-0.00927108,-0.0070525836,-0.0012973514,0.0005989953,-0.0011859963,-0.0012024061,0.009294455,0.006406692,0.016373055,0.018621774,-0.017337805,0.003275463,0.025642535,-0.0010515869,0.0018086405,-0.0075924234,0.0017657512,-0.00058024365,-0.012304781,0.00944511,0.013121921,-0.0042688185,0.0012425986,0.0071444437,-0.008854284,-0.0065983366,-0.02337331,-0.004600824,0.014643842,0.0025446808,0.0036608868,0.0018083637,0.029794257,-0.015626043,0.009936331,0.004270583,-0.004600781,-0.000475728,0.015963733,-0.001272757,0.013959419,0.021605654,0.0033161035,-0.0094412565,0.0058522765,0.0018726167,-0.011427003,0.0022021874,0.020313922,0.020705733,0.00913478,-0.025467627,0.0061564674,0.020780802,-0.013812712,-6.7398476e-05,0.02279956,-0.008678271,-0.024919786,0.016826104,4.636839e-05,-0.05665508,-0.009240138,-0.0016430209,-0.022173518,0.0018774763,0.010799445,0.016298424,0.017110663,0.00605596,-0.008238538,-0.00289692,-0.016495826,0.01434076,0.010559628,-0.02174596,0.0040533473,0.03646777,-0.011031328,-0.029534325,0.00498643,0.005134009,-0.020154454,-0.0036363096,0.015504602,-0.0043424377,0.0034990478,-0.008916907,-0.02346389,0.011247503,-0.021710543,-0.009562106,0.020083692,-0.006288474,-0.018809516,-0.00017821105,-0.006442391,0.035029802,0.021546718,-0.0073787826,0.010365352,0.0036155293,0.011417373,0.0022846654,-0.002635577,0.0028064456,0.0012374045,0.008719845,-0.0110861,0.0089235995,0.017314762,-0.018556913,0.0063863425,0.015742263,-0.0009755416,0.013676998,0.020226646,0.0124998605,0.0023393969,0.019227881,-0.033031255,-0.010908219,-0.014999131,0.01674727,-0.0029661336,-0.0020470347,0.0028301124,0.009510479,-0.0061610597,0.0047985376,-0.009467058,0.0015468652,0.006197735,0.035775837,-0.024499558,0.00091922603,-0.005914943,0.012527463,-0.009489575,0.0035447327,0.018294463,0.036293365,0.001905419,0.004697714,0.0008077027,-0.022615002,-0.0075899973,-0.012564789,0.009965869,-0.00022664711,0.009262089,0.011249664,0.023225302,0.014291995,-0.004139194,-0.014138068,-0.0064393505,-0.009035756,-0.036049664,-0.011961168,-0.01995329,0.0065086097,-0.025146076,0.004320128,-0.002337779,-0.016952561,-0.0130903525,0.013500378,-0.006326544,0.015271641,-0.010593581,-0.0022875576,-0.0025710862,-0.012264393,-0.003770463,-0.16526659,0.015581934,0.009286582,-0.005258671,0.0026629856,-0.014223001,0.017839953,0.019939177,-0.00562736,-0.0054913526,0.009806577,0.0069832555,0.0032011454,0.0034448889,0.0032867454,-0.011562141,0.020620868,0.0064044567,0.0067296713,-0.01177809,-0.032082483,-0.028996786,0.0057666665,0.013953367,-0.010366603,-0.0057897847,0.024155822,0.0063954154,-0.006766712,-0.0015515926,0.009335495,-0.0058014146,-0.011577637,0.005169572,0.0030360543,0.0015823473,-0.005899429,0.017527761,-0.00447005,0.013302938,0.014958625,-0.0048882286,-0.012073431,0.007205118,0.016693782,0.007822072,-0.01275645,0.0050032386,-0.013443356,0.0027485332,-0.016198764,-0.013088648,0.011341128,-0.015485613,0.019887839,-0.0013473965,0.00018329053,-0.009733003,0.0012756711,-0.012059584,0.00088484096,0.012915645,0.016382812,-0.01492663,-0.006286082,0.01221181,-0.009940098,0.15490268,-0.01529398,-0.0063327164,-0.026730368,-0.010861158,-0.008533981,0.017602311,0.015070745,0.010659261,0.006800378,0.0034743033,-0.013776465,0.00066346803,0.0073422375,-0.023046967,0.008019545,-0.003083834,0.0038419724,-0.016101267,0.0012438481,-0.012661149,-0.017097142,-0.0013245997,0.0015560203,0.0075823674,-0.010769709,-0.009493021,-0.024676176,0.005389243,0.011147877,0.014279134,0.008364098,-0.00044747978,-0.021279497,0.003023089,0.013584043,0.005371746,0.0090464,-0.0034892794,0.008728703,0.009448489,-0.02050518,0.0070243943,0.009664585,0.008724515,-0.0032350325,-0.0020390407,-0.0014813017,-0.025143,0.002587992,-0.038720667,-0.014453019,-0.012970768,-0.020720398,-0.016505638,0.015595153,-0.008928318,0.0040953155,0.00324319,0.00054490083,0.035258453,0.011133744,-0.013753108,0.023044119,-0.010226986,-0.01812315,0.0014085786,-0.003665286,0.0012923775,-0.12204987,0.010148941,-0.015457442,-0.017788105,-0.013994323,0.01000199,0.00045271683,-0.0014100533,-0.028052423,-0.019024502,0.00040658397,0.01765564,-0.006848477,0.0007989632,-0.0036678975,0.010583555,0.00582586,-0.0043272963,0.019916043,0.024144985,0.018243292,0.027514845,-0.006802692,0.015666652,-0.010415813,0.0040448043,-0.0068186983,-0.0040578824,-0.0024205055,0.0065412517,-0.010178742,0.011611653,-0.028708521,0.023267312,-0.015071283,-0.005378563,-0.0060405224,-0.008492381,-0.0033541543,-0.012130639,0.005226258,0.00022604039,-0.005221646,-0.006147003,0.0044416827,-0.0056065815,0.023021867,-0.020267202,-0.005055266,0.009934483,-0.009176753,-0.0150655545,-0.011157447,-0.0064625763,-0.032174855,0.01838103,0.028847525,-0.014173684,-0.009779749,0.022490973,-0.0051320363,0.002134997,-0.021738535,0.00068176206,-0.036189552,-0.018079959,0.0086572515,-0.00031874375,0.0042670886,-0.006513786,-0.0017396383,-0.011603934,-0.0029310747,-0.0057930597,-0.015555187,-0.0024319896,0.0022871073,0.019783577,-0.013720607,0.00069445145,0.0023228833,-0.010615316,0.024042267,-0.004035486,0.046447005,0.0064328024,-0.019169513,-0.018490333,-0.004689417,-0.006779177,-0.009086273,0.022677511,-0.017788947,0.00013893147,0.0069320393,0.014400839,-0.017114973,0.00364509,-0.0050946795,-0.0013299496,-0.0015388476,-0.013136465,-0.017995719,0.0060788337,0.009706456,-0.010788518,-0.008036547,0.0010000692,0.005735472,0.00061388384,-0.020523245,0.013900239,0.021388236,-0.0030710043,-0.015079516,0.0042967135,-0.020477839,-0.017668428,-0.016012762,-0.0033415216,0.009195319,0.008999335,0.0061417418,0.002221319,-0.017345147,-0.0031289519,0.012667479,-0.018984092,0.00589801,0.017792085,-0.016587017,0.020827878,0.0069457893,0.00488935,-0.016336411,-0.018634072,0.00045053381,-0.010353692,-0.007744917,-0.009725823,-0.013143078,0.0139927,-0.0055267327,0.017810103,-0.004162656,0.00922779,0.02821715,0.00021016398,0.0065266113,-0.015378406,-0.006303144,0.018337373,0.00033791282,0.0010787322,0.018288694,0.0029788276,0.009573616,0.0071108504,-0.007779936,-0.015669022,-0.011270427,0.010179486,0.012691243,-0.0029993504,-0.012775109,-0.0077110315,0.026137559,0.002987911,-0.011635967,-0.0061253887,0.02298944,0.01710069,0.00039658605,-0.009031878,-0.0151120685,0.010236622,0.016285738,0.0048778052,-0.008698499,-0.08336591,0.005906118,-0.0014951809,-0.009198944,-0.009920144,-0.021397894,-0.017160509,-0.004850535,-0.01959185,0.012821567,0.02950066,0.008136872,0.0034170328,0.008091513,0.012937104,-0.0028213048,-0.024048148,-0.0130882,0.005918384,0.011379519,0.018082362,0.019720793,-0.02590081,0.011626241,-0.0051752524,0.02824855,0.0071754646,0.008508286,-0.01661009,0.010017978,-0.019404706,0.020964133,0.0021271291,-0.023599658,0.0220845,-0.0011728382,-0.002971471,-0.03402513,0.009542795,-0.029973164,-0.006387417,0.0018950743,-0.054681264,0.025579281,0.007997796,0.018694073,-0.001067414,0.010837384,0.010661977,-0.020226296,-0.002636512,0.00022782192,0.0010790102,0.009516153,-0.007968781,0.013472808,-0.02702492,0.0049037877,0.01452017,-0.017551616,-0.017705236,-0.02760211,-0.010834704,-0.00065096,0.013406034,-0.005283498,-0.020796333,-0.0036229407,0.016228164,0.03101497,-0.017532501,-0.02603891,0.008999977,-0.013735345,0.008984276,0.029316744,-0.0006072491,-0.013466863,-0.0021909818,0.02720538,-0.013831109,0.026199138,0.009313426,0.015113886,0.0052118287,-0.0042290012,-0.025693411,-0.09184634,0.017014189,0.0007313315,-0.0038431361,-0.0071358997,0.015268986,-0.009817125,0.0653003,-0.0055762567,0.02795585,0.009347236,-0.0150392875,-0.002155102,-0.013672218,0.0025831652,0.0032049092,0.014082143,-0.0058617624,0.0148310615,0.029930688,-0.015455526,0.0061952146,-0.0043810187,0.019047106,-0.01255197,-0.08180965,-0.0019891842,-0.005663583,0.008788267,-0.0035788165,-0.0021110694,-0.0025792131,-0.012958126,0.012198945,-0.008324636,0.006261444,-0.008771139,-0.001741727,0.0036112063,0.009486032,0.016588306,-0.005033305,-0.015856296,0.0134679265,0.0014361113,-0.00929253,-0.0014515505,-0.0041437186,0.008916695,-0.0025247694,0.006793659,0.005430034,0.0069372607,0.02077383,-0.008507377,-0.0025483484,-0.0013918868,-0.007626076,-0.0155246975,-0.00017187925,-0.01484779,0.016938332,0.012622731,0.00051621953,0.016373986,0.013690826,-0.021174539,-0.0062150853,-0.039348565,-0.0063838894,-0.003839349,0.018345058,0.0026685542,0.0029090259,-0.0048593883,0.006589246,-0.012163089,0.017309297,-0.014009632,-0.0035576036,0.013174603,-0.0053699655,0.027409725,-0.009830516,-0.008412755,0.0026079714,0.020146564,-0.0033551184,-0.02043295,0.026998334,0.010146464,0.008946848,-0.02591102,0.0044739237,0.0059028273,-0.0016349535,-0.0065823775,-0.0039419685,-0.012681388,-0.007764484,0.0011811646,0.0022219506,-0.006086684,0.0045286505,-0.0046457173,0.0012494529,0.005580924,-0.001040644,0.0028373394,-0.017283252,0.015273935,0.0068573635,-0.010361877,0.0052854232,-0.00409724,0.0059145503,0.008950348,0.0036844108,-0.008591236,-0.02070409,-0.0083732465,-0.015320575,-0.007636181,-0.0040098494,0.009002228,-0.010502839,0.0003761121,-0.011065526,0.0042063575,0.01940382,-0.007581639,0.011158117,0.008795553,-0.012267338,0.003028598,0.023644606,-0.016364852,-0.0068124863,-0.018611249,-0.0055785333,-0.017444141,0.019437054,-0.00031971125,0.006061942,0.005109659,0.007705027,0.009611757,-0.0018173339,-0.014557423,-0.00085780805,0.013333177,0.010486924,-0.009865542,-0.032015037,0.006077313,-0.018883627,-0.030586638,-0.009795095,-0.009364399,-0.0034318788,0.013331697,-0.02160412,-0.013890515,-0.00920628,-0.041373637,0.007152767,-0.002761089,-0.016416654,0.030514892,0.0055763214,0.0063420036,-0.028718533,0.0099426415,-0.0047213603,0.032007255,0.00083963934,-0.0049856203,0.01960482,0.015250893,0.001597185,0.014352945,-0.009689992,-0.014807547,0.008078556,-0.0017359924,-0.0122148115,0.019771641,-0.014968126,-0.0009141373,0.0079536,0.011118642,0.009294068,-0.0082272375,-0.025893105,-0.014966089,-0.025242815,-0.022767322,-0.0005243833,-0.0027207457,-0.01343602,-0.0088544935,0.011019968,0.0025140066,-0.022084491,-0.0030088634,-0.018386098,0.012468219,0.0013193622,-0.036507547,0.011213875,0.022564402,0.009066174,-0.033459634,0.019656258,0.0076377084,-0.00013263339,-0.011425107,-0.0077684466,-0.0044743423,-0.003371133,0.017670812,-8.738098e-05,-0.00015111062,-0.010916504,-0.017046483,-0.007178436,-0.008721792,0.0012550913,-0.012279858,0.014524286,-0.0044586435,0.014627079,-0.011055732,0.0147057045,-0.017202377,-0.0093338005,-0.012756823,-0.014021535,0.018576646,-0.015686676,0.028132794,0.02548031,-0.009127266,0.0055592963,-0.024384191,-0.00020028744,-0.013426069,-0.008488401,-0.023365209,-0.01539562,-0.00372529,0.024762437,0.005742096,-0.0048357174,0.0014622981,-0.009115473,0.014053897,-0.0291724,-0.0066031874,0.013208893,-0.005862928,0.007021245,-0.017952658,-0.010365584,-0.024738882,0.016682912,-0.0068137464,0.015946047,0.014872685,-0.007115112,0.01693534,-0.008149296,-0.027528359,-0.0015047251,-0.012785123,0.006557112,0.011363113,0.008104037,-0.013442718,0.009159272,0.00979889,0.013976385,-0.0054535307,0.0015332765,0.0289389,-0.015788693,0.025106683,-0.011066562,0.02167628,-0.0062723504,0.013427826,0.009902482,-0.020177547,-0.015088085,-0.019950913,-0.019028122,0.0065802,0.00940173,-0.010924311,-0.006638301,-0.007301161,-0.020234575,-0.008564036,-0.009822837,0.018333415,0.0027915728,0.016507113,-0.012996142,0.00016513205,-0.0124168685,-0.008409447,0.009657935,-0.0042615407,-0.018544506,-0.012117504,-0.01308125,0.013556852,-0.012121661,0.007512474,0.023937272,-0.021458754,-0.009975664,0.012255189,-0.018197158,-0.0013080224,-0.008487326,-0.0049735834,-0.008477503,-0.021968802,-0.0063178344,-0.010932596,-0.011611878,-0.027513923,0.0025812064,0.008049781,0.0021679944,0.0095959995,0.015154395,-0.0034231872,0.020969598,-0.011261417,0.0055100773,-0.006040566,-0.014027871,-0.010754946,0.0018157396,0.013371377,-0.022392299,0.015251846,-0.0048926855,0.00070791563,0.005700131,0.010617218,0.01608149,0.0035378397,-0.002918635,0.01725936,0.009385658,0.0024231288,-0.013694438,-0.013599037,0.011620943,-0.026089614,-0.019769555,-0.0035352835,0.019749498,-0.006655834,0.0015116559,-0.0025006668,0.005481226,-0.02314903,-0.009789626,0.011366396,-0.002603265,-0.0021561699,0.020987771,-0.0073330663,-0.007052116,0.031357184,0.011825215,-0.029156452,0.026013963,-0.0066824974,-0.014680644,-4.6562436e-05,-0.017469084,-0.012461909,-0.009855593,0.01895236,-0.025519507,0.0036512108,-0.01804076,0.0009837479,-0.010916109,0.007326729,0.0016055752,0.0005986398,-0.015830198,0.0021971671,0.0010141482,-0.0039173155,-0.0042632865,0.02706956,-0.006099831,-0.007932184,-0.003573154,0.003880544,0.007731583,-0.0020001533,-0.013122508,0.0012655908,-0.0016759308,0.010403019,0.014867334,0.015411526,0.007981086,-0.016598493,0.012185909,0.014462278,0.017695602,-0.026368981,-0.017744334,-0.004548002,-0.016449628,0.01646897,0.009886459,0.016147662,0.00430746,-0.004882975,-0.022700595,0.0052090953,-0.009271904,-0.012237142,-0.023228455,-0.004278908,-0.002240418,0.0028599384,0.022198804,-0.0014460592,0.017989555,0.0124782445,0.002559893,-0.009955627,-0.00030217445,-0.015762003,-0.009554226,-0.013193092,0.013913874,-0.014246402,0.0007450231,-0.022575112,-0.00927226,-0.008743858,0.0049502463,0.023418969,-0.031422555,0.0048920233,0.005509372,-0.009850362,-0.017577495,0.008810299,-0.0100318715,0.030510426,-0.007619822,0.0069980877,-0.027716096,-0.009541043,-0.01829004,-0.004825252,0.0025426657,-0.028529763,0.0024981191,-0.057052232,-0.009207618,-0.011011137,0.020502659,-0.00595966,0.009260986,0.012402713,0.014018752,-0.039089218,0.00093424896,0.0024923934,0.0068860534,0.020826053,-0.010941727,-0.012734589,-0.0042546205,0.0057902834,-0.015070801,-0.004640204,-0.004842339,-0.0033636827,-0.025418168,-0.014765015,0.0058875964,0.0010206568,-0.029450092,-0.012831597,-0.017018136,0.009863975,0.00021130724,0.0154242795,-0.01938715,-0.0022954955,0.022348033,0.016009,-0.0070952442,0.0046040695,-0.036800407,0.0007291166,-0.009590521,0.021285562,-0.012975182,-0.0075725294,-0.025609924,0.002921313,-0.010517252,0.014967678,0.0006997141,-0.014383268,-0.009098161,-0.017752293,0.010867051,0.000112966336,-0.016025363,-0.01148153,-0.0052890144,-0.034392346,0.009905823,-0.004768119,0.014858442,-0.02224588,0.01138078,0.025468685,-0.025139099,0.017904786,0.008598601,-0.0059706494,0.003281211,-0.009634379,0.009488401,0.012737732,0.0027051934,-0.010273359,-0.008939415,-0.005201242,0.014562824,-0.0051910733,-0.006071694,0.00066262553,-0.011658772,-0.0013256972,-0.0037948615,-0.00024172578,-0.020779451,-0.013188063,0.010205481,0.015245917,0.010925111,-0.001092282,0.0034492507,-0.02170657,0.007320077,-0.027215227,-0.026963118,-0.017860776,0.017048962,-0.012840696,0.0044178693,-0.012489355,-0.008803179,0.037775654,-0.0042857626,-0.0055760257,0.005948444,-0.0024696768,0.01033857,-0.0037644561,0.0142164575,0.012307216,-0.009946829,-0.018358959,-0.011351864,0.030535819,-0.0069409395,0.0037854393,-0.0049853404,-0.012280091,-0.009443773,-0.006551198,-0.00026775655,0.012986394,-0.0036958633,0.0054479577,-0.011152042,-0.0048462115,-0.0080310125,0.011337618,-0.011801312,0.022039652,0.0060152505,-0.011202795,0.0015438568,-0.009306433,0.012445937,0.016506087,-0.001534235,0.016839664,0.012231627,0.0013432584,0.023475995,-0.008015765,0.0020886625,0.021997776,0.00544461,-0.0032080477,0.013532638,0.028814562,0.00955496,-0.0033178178,-0.007872515,-0.015757889,-0.00093562866,-0.020202007,-0.008786198,0.0025293087,-0.0017974442,0.012917928,-0.01547976,-0.005715764,0.0032180704,0.003372472,0.011931483,0.027220706,0.009220946,-0.023918025,0.023590406,-0.008951916,-0.013432027,0.015774714,-0.0011133936,-0.00015535965,0.029511208,0.007829346,0.0011270331,0.0016849434,-0.007354177,0.018194579,-0.015172035,0.0066536977,-0.016828923,-0.004447137,0.02456557,0.001725123,0.0039590215,0.00726574,0.0045468523,0.024412144,-0.007200944,0.0011394115,0.0027742982,-0.026046498,-0.0004980329,-0.005225493,0.0022705896,0.016124673,-0.00353812,0.036520317,0.01098431,-0.007459678,-0.0003470807,-0.005773958,-0.013518964,-0.0038076765,0.009635323,-0.019795338,-0.0148858,-0.008764284,-0.0134558985,-0.023673251,-0.004737676,0.01159003,0.030484198,0.01212093,-0.020891005,0.15363987,0.10879747,-0.009623093,0.0029475752,0.011210778,0.011073996,-0.03924217,-0.022178112,-0.0075930604,0.0134262,-0.0015004907,-0.0047113183,-0.0057115527,-0.010902572,0.0107018985,-0.02372113,-0.0055588796,-0.017321136,-0.011281792,0.016274622,-0.0031455606,0.015144656,-0.015499059,0.010597257,-0.026792144,0.015429521,-0.0053854957,0.0045016604,0.014733893,-0.0006661542,9.9116325e-05,0.01738322,-0.028981466,0.0058509135,0.016140465,-0.01566074,0.015562176,0.019308353,-0.01369388,-0.01660835,-0.01629333,-3.09057e-05,0.003989041,-0.019686239,-0.00057977194,0.009965781,0.0013603112,-0.006012054,0.012691214,0.0029348398,-0.011297791,0.00024304204,0.0033679493,0.008253663,-0.014925352,-0.026986795,0.015952665,0.01223787,-0.015994957,0.007539946,0.002123096,-0.008990844,0.0018284516,0.008016562,0.0051489626,-0.009156126,-0.013091529,-0.021576932,-0.00034235232,-0.019822584,-0.00071318494,0.003125033,-0.00055304705,-0.016167784,-0.007577452,-0.007662938,0.029825896,-0.005621785,0.013674262,-0.004177567,0.00424793,-0.0007867204,0.0075074527,-0.005917302,0.0066218264,-0.011320939,-0.006535714,0.013489206,0.1279074,0.0027383498,0.013483461,0.017624358,0.00018424277,0.0040217144,-0.016403299,0.05050058,0.007873528,-0.0029315387,-0.00284104,0.00060011446,0.002996943,0.0042767855,-0.017601283,-0.0032370717,0.0097960085,0.008336655,0.005584125,0.02642903,-0.026823977,-0.0020321473,0.0068839598,0.0054810457,0.0004375866,-0.007234508,-0.009332321,-0.00807012,-0.012278517,-0.0055069057,-0.09596653,0.009966617,0.0031926562,0.002949555,-0.023320096,0.0106826285,0.02911214,-0.0067835893,-0.025295839,-0.0035081604,-0.0065336013,-0.019957017,0.004015453,-0.0022806933,0.0072254976,0.03181291,0.0062883096,-0.024134899,0.0057127597,0.0005052737,0.00044411264,0.003235234,-0.0041243974,-0.002214168,-0.003383477,-0.006414357,-0.012231891,0.0020869686,-0.003976113,0.02581766,0.0033055244,-0.0075768325,0.008342834,0.028480066,-0.014425574,0.0013201786,-0.031529788,-0.007511316,-0.005223655,-0.0051855682,-0.009064791,-0.028014103,-0.009140092,-0.010602785,-0.0043528536,-0.008672397,-0.0062002507,0.009478104,-0.00902485,-0.011132814,0.005351969,-0.0029034137,0.0027717524,0.011241939,-0.014067695,-0.0031390928,-0.0076825027,0.0023638068,0.009043585,0.008228377,-0.005527852,0.0034265372,-0.033360455,0.027817095,0.0011785184,0.016356496,-0.0060404274,-0.002511311,0.0042183297,-0.006443611,0.0066827303,-0.0033148665,0.011307849,0.004646484,0.006279146,0.0015673517,-0.021806547,0.0035429536,0.0014649167,0.017759344,-0.0048630307,-0.009510468,-0.013777009,0.12131462,-0.007711637,-0.020110896,-0.007763591,0.016183332,-0.0072287815,0.013258218,-0.0018558609,-0.0019875965,0.009822733,-0.011625399,-0.007340985,0.019827724,0.00733378,-0.0015419893,-0.030727938,-0.016643487,-0.009046996,0.0069427327,0.019511221,-0.018334582,-0.0042906585,-0.013279899,0.00063164777,-0.015596564,-0.0032723562,-0.0029199587,0.012691434,0.009604126,0.00018455081,0.0037776737,-0.010119095,0.006315346,0.005083554,-0.0071563968,0.016555099,-0.020092245,0.010572242,-0.023423452,-0.013810146,-0.0059611904,-0.005052384,0.017203633,-0.0032033676,-0.074577056,0.18370895,0.00890988,-0.007434704,-0.020614723,-0.008791021,0.004750009,0.008463212,-0.0056722173,-0.001577281,0.003180845,0.03782704,0.003202238,-0.006228443,-0.0105197895,-0.0041662715,-0.00059801794,-0.016954048,-0.0029587948,-0.00043041704,0.0051924377,0.0013610855,-0.0048889928,0.0013809685,-0.01968962,0.00892969,0.019983478,0.03592423,0.0023198524,-0.0043393546,-0.007885051,-0.016436221,-0.035129257,0.011997322,-0.028225945,-0.0012432782,-0.00028672448,0.002037682,0.0061360365,-0.006532931,0.009971584,-0.005673251,0.0006747465,0.033472504,0.03472891,0.0020024262,-0.009100912,-0.017074194,0.0047599697,-0.0073982375,-0.0018983566,-0.013585005,-0.019731546,-0.002884493,0.00913144,0.011739441,-0.02185439,-0.0020018797,-0.00056103914,-0.027818283,0.001956643,-0.028009996,-0.002092658,-0.028210364,-0.008620306,0.031886663,0.011528234,0.0008574339]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 183,
          "content": "Guidelines on the Roles Expected of Cyber Infrastructure Providers (Japanese and English Versions)",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.013110547,-0.006848143,-0.01366904,-0.053610243,0.001750497,-0.003477516,-0.0048051514,-0.01598608,0.056966443,-0.004952344,0.010358789,0.0025864947,0.037909187,0.013738541,0.10866414,0.01076622,0.0047469893,0.020069052,0.03107587,0.004927647,0.012939016,-0.016346736,-0.0026559092,-0.019355815,0.007148458,-0.02165247,0.0040319185,0.033029422,0.015569333,0.01152337,-0.0017366577,0.02135574,0.0038900445,0.00049776013,0.017058276,0.009265261,0.015368223,-0.032028444,0.035694998,0.014377074,0.007151592,0.048815873,-0.03909295,-0.0046736286,-0.036276598,-0.006308752,0.012626887,0.019464439,-0.028308293,0.010310447,0.012963641,0.00542817,-0.0144539755,-0.16935605,0.011884017,-0.022129057,0.011873128,-0.0031306653,-0.0055859094,-0.013098493,-0.03349393,0.017551089,0.0049638483,0.03266253,0.012130957,-0.0043310695,-0.010743561,-0.012431764,-0.026728436,-0.0023746581,0.008626002,-0.0009156444,0.0063349437,-0.00015736374,0.016172927,-0.028654754,-0.019434249,-0.00016914989,0.0067779324,-0.018220076,-0.010771907,0.00073835434,-0.02159162,-0.025152935,0.0054928134,-0.022449555,0.0054059075,0.0079002185,-0.006825509,0.028862398,0.029244548,0.015439067,0.004770883,0.017456334,0.004260166,-0.007932892,-0.008148411,-0.011789262,-0.0038066232,-0.0016403218,-0.020188257,0.006012648,0.015690448,-0.021230642,0.004666585,0.022307785,0.016659895,-0.02337682,-0.012253832,0.02797871,-0.005208776,-0.026800286,-0.010503736,0.039180435,-0.03084114,-0.13436435,-0.023389362,0.007544851,0.024197951,0.00680177,-0.018119626,-0.002894571,0.009074688,0.022961833,0.026370313,-0.0029165384,0.032361582,0.0043994533,0.027473455,-0.0007660627,0.0061604865,-0.018491192,0.01918046,-0.002066193,0.026806975,0.017833682,-0.010877051,-0.023813594,-0.015810372,-0.02164202,-0.028874936,0.034781415,-0.009571369,-0.0027811893,0.0013098387,0.0023606834,-0.031346217,0.0041815755,0.011089554,-0.02310418,0.029173803,-0.009889626,0.0009918071,-0.027854856,-0.006526201,-0.024090566,0.014043458,-0.00091120834,0.004833862,0.00024243935,0.020972254,0.013115164,-0.008633654,0.0082543455,-0.017079104,0.025772842,0.050664205,-0.02234555,-0.0016507872,0.022386104,-0.0024004031,-0.019348219,0.016342591,0.013430121,0.011463112,0.013832343,0.012861128,-0.007791201,0.021062065,-0.034861643,-0.006077006,0.021584066,0.02584971,0.0036920018,0.004839604,-0.014283717,-0.03089987,-0.03729165,0.014438484,0.022995103,-0.0070839506,-0.0052137966,-0.028094899,-0.05216107,-0.022899214,-0.046750173,-0.0026965484,-0.032446656,-0.020438192,0.017559346,0.003871828,0.029769672,1.0080081e-06,0.021726307,0.0033091458,-0.011792723,0.0018976171,0.0015895397,0.00062272476,-0.0025809128,-0.010691496,-0.0025571152,0.028040826,-0.012664591,-0.008026978,-0.029620951,-0.025602303,-0.0130299805,-0.0018526379,0.001798211,0.017554699,0.010156836,0.008125679,0.0018111509,-0.023134585,0.0070288475,-0.0060011786,-0.003956419,0.00358072,0.0075459364,0.0015466374,0.02263075,0.00837198,-0.019522164,0.0025653592,-0.0129978405,0.041677702,0.0018392956,0.009279192,0.005958405,-0.018489324,0.030427927,0.025287477,0.012659168,0.001523299,-0.0015141116,-0.007368764,0.01907084,0.015501876,0.038384553,0.012127697,0.02002564,-0.0017937487,0.022499891,0.0010366093,-0.009331085,-0.01595683,-0.0022524798,0.0021728051,0.019371599,0.007643984,0.024666457,-0.0076248622,0.01476006,0.035843667,0.00859002,0.012003362,0.013059452,-0.024343587,0.003321513,0.0030872505,0.013820491,-0.0057930215,-0.0114784725,0.026841875,0.017735152,-0.07072994,0.033409964,0.024011375,-0.026507447,0.0055720797,-0.008844791,0.015473272,-0.027465284,-0.028299633,0.009932776,-0.024063902,0.023132982,0.01690449,0.009180557,-0.014181553,-0.008004952,-0.0030930908,0.01719633,-0.0150307845,-0.033893034,-0.008870987,0.030005708,0.006075883,-0.021706728,0.006967156,-0.014165514,0.048387248,0.027156191,0.007503884,0.02535515,0.005769463,0.031500664,0.0031877686,-0.009340386,-0.025587996,-0.012482241,0.01938969,0.0063248244,-0.02122116,0.02624451,0.019521913,-0.02238141,0.009631102,0.002780092,-0.026339026,0.010499095,-0.02827363,-0.004149421,0.00039885205,0.028979396,0.0026064878,0.013340026,0.028005254,-0.012215802,-0.009243025,0.022602001,-0.01339023,0.024191864,-0.013586015,0.006867221,0.010972897,0.019088155,-0.01512189,0.018590175,-0.011514385,0.020358404,-0.0076686647,0.002113587,0.0040235617,0.017606111,0.018075433,-0.0015531478,-0.009569429,-0.0042738137,0.017777883,-0.011062578,0.013290333,0.0033725488,-0.016933944,0.023571266,-0.014212658,0.0054805516,-0.0034526421,0.01158521,-0.0032307084,0.011177812,-0.0013328396,0.0089052105,0.0060985107,-0.020928217,-0.0059464215,0.02427974,0.001554072,0.022279104,-0.008095047,0.005310502,0.024780277,-0.023022594,0.014893305,0.020858085,0.012704995,0.024161221,0.004031931,-0.004345672,0.0036061602,0.029658047,-0.008399774,-0.012575138,-0.012926029,-0.0043300823,-0.009000626,0.012422941,0.002128153,0.009898416,0.02403039,0.005932751,0.013592821,0.020435255,-0.025524123,-0.0034650168,-0.0059625763,0.028454281,0.0019895483,-0.0058910795,-0.022536516,-0.0017539159,-0.00053682295,0.009827547,0.009002464,-0.0003140819,-0.014550879,-0.018721849,0.0061582285,0.018992681,0.014321229,-0.019965237,0.024168631,0.013109036,0.018335499,0.010342829,0.0038178358,0.016426295,-0.011342608,-0.03404015,-0.018905329,-0.028420566,-0.010612377,0.022271052,-0.0048385942,-0.0013906468,-0.027025262,-0.0012406434,-0.019219741,-0.015555633,-0.013522914,-0.00055267406,0.0021560844,-0.025355011,-0.0038933537,-0.022430327,0.0031552452,0.011323754,-0.012738628,-0.0045926385,0.0054036365,0.009920216,-0.023920996,-0.024728904,0.021281807,0.040046003,-0.012797593,-0.0011650892,-0.047925424,0.015745297,0.05881322,0.022992136,0.0005245748,0.01880929,-0.00066492683,-0.009742049,-0.032469288,0.0132317,-0.0009995248,0.018824497,0.03435757,0.004387698,-0.0073628975,-0.008803808,-0.018582208,-0.011921992,-0.035756662,-0.005602314,0.011024644,0.030536825,-0.012435385,-0.031532224,0.023535129,-0.020527491,-0.0051752822,-0.047679618,-0.008248771,-0.013245862,0.003008521,-0.008759031,0.016779168,-0.006509966,-0.03144852,-0.034510452,-0.008273323,0.01648405,-0.0031918678,0.0009247586,0.0006016334,0.018762536,0.0051476085,0.0016232157,-0.01174831,0.0103438785,-0.019097479,-0.006652712,-0.009963114,0.0030734206,0.0047021247,0.022146245,0.007885111,-0.004239306,-0.02342521,-0.013875619,-0.031852886,0.023881286,0.027209722,-0.004885398,0.01389123,0.0032635292,-0.042146854,0.000716555,0.009096946,0.0041657086,-0.006335644,-0.0040668705,-0.004994897,0.024806077,0.007645101,-0.013108557,-0.021730246,0.0053755688,0.004208068,-0.008092687,-0.010858239,-0.0057307784,0.043313127,-0.01490088,0.02978177,0.016766896,0.031464882,0.028114913,0.020752408,-0.003375834,-0.006033136,-0.006042414,-0.020594098,0.014560305,0.002684541,0.012903915,-2.7264245e-05,-0.008563,-0.01706037,0.030982982,0.016953152,-0.09793966,-0.016390176,-0.015383474,0.004557147,-0.013913507,0.009759171,-0.0075806263,0.007419625,0.0013497716,0.006689805,0.024291528,-0.000116902134,-0.0007951951,0.015042169,-0.01604674,-0.00059138524,-0.022979202,0.018064165,0.01938737,-0.017419336,0.013862561,-0.005869806,0.0019208825,0.01260507,0.012470724,0.005797142,0.02488452,0.014823227,0.0052610687,-0.00027399,-0.019593794,-0.007260491,0.012519051,-0.006965126,-0.026374921,0.00016727042,0.009889328,-0.020380627,0.00049362046,0.010885571,-0.0017893823,-0.0069392393,-0.0118486555,-0.0009678369,-0.008622399,-0.01269215,-0.010715164,0.0047177235,-0.010150354,0.018388651,-0.02466339,0.008639544,-0.03567522,-0.034729045,0.01154023,0.0019562948,-0.0053553693,-0.008129022,-0.034322664,-0.015418143,-0.014378249,0.0009473553,-0.0195526,0.019004071,0.002115126,0.011203132,-0.005533065,0.029456588,0.0023603495,-0.016723568,-0.0064841113,-0.005432202,-0.005423844,-0.0063536223,-0.008693649,0.0043934374,-0.005403331,0.016100578,-0.028570278,-0.0031493898,-0.03527935,-0.02394159,-0.12729572,0.0031303721,-0.0070901136,-0.003228137,0.0068579246,-0.00046942377,0.008008634,-0.028553946,-0.017625876,-0.021576459,0.008945692,-0.010353817,0.00954545,-0.026944716,-0.0036954442,-0.026866581,-0.04363241,-0.00055424136,0.005509321,-0.00886659,0.013819184,0.0006937586,0.0017723074,-0.018919688,-0.022487517,0.014427826,0.03231746,7.4405516e-06,-0.014856769,-0.008369563,0.00040338165,-0.12908982,0.016319828,-0.03580275,0.0058413874,-0.016290125,0.015050252,-0.0010352969,8.7359396e-05,-0.0017882293,-0.0076446105,0.008749768,-0.053899582,-0.03236896,-0.023879351,-0.0036524048,0.077116795,0.0020443357,0.026426852,0.019327873,-0.0021351622,0.0025651902,-0.0031171357,0.014994403,-0.014101793,-0.0073728836,0.0067606405,0.020935455,-0.012332615,-0.0043320623,0.0113127725,0.03187799,0.013654482,-0.023034249,0.0017355208,-0.015930561,-0.010332023,-0.031070717,0.015457231,-0.01649632,-0.012833934,0.0012145542,0.01083471,0.0111402655,-0.023312537,-0.017554346,-0.033820987,0.007425182,-0.0074182837,0.015901404,-0.021523114,-0.008403794,-0.093499444,0.015665641,0.028108563,0.020412462,0.0063548093,0.019000223,0.018440975,0.02087477,0.006903616,0.021968724,-0.013456057,0.005825837,0.00025419059,-0.019844208,0.0045802277,0.04233081,-0.0046036164,0.017325874,0.0025355641,0.0034258375,0.0037658021,0.012324187,-0.0068980535,-0.009646124,-0.009372325,-0.0046086353,0.0028783958,0.021050215,0.02667972,0.006827486,0.020325532,0.014638574,0.013735051,-0.007819206,0.024241498,0.010948032,-0.025490772,0.0076476163,-0.011237591,0.0039691236,0.015692975,-0.004209947,0.016433341,0.020684093,0.0061794794,-0.005362053,0.010595402,-0.021748278,-0.0060240217,-0.0138436565,0.010184153,-0.018658526,0.0035862806,-0.00970451,-0.010257102,-0.0016793275,0.0013434279,0.020597693,-0.0072075604,-0.0109308595,0.016459318,-0.0045348126,0.0031343484,-0.015441764,-0.008756541,-0.004478634,-0.018695768,-0.0118423505,-0.0050878664,0.009942362,0.011938181,0.0098961955,-0.011176436,0.0045827166,0.008159823,-0.002760828,-0.0072509856,-0.0008599705,-0.040849287,0.006853413,-0.01659504,0.005700153,-0.005609246,0.0020663778,-0.0013128276,0.0013021973,-0.0011735146,0.0011836983,0.006417914,0.009013784,-0.014898288,0.014091341,0.0031345254,-0.010050565,-0.010321476,-0.02267351,-0.0006615487,0.0028262245,-0.013424671,0.0143193705,-0.0065881615,0.00015035656,0.013614844,-0.012776454,0.020543976,0.018585965,-0.006418619,0.013807707,-0.018867638,-0.0003489932,0.02110076,-0.010861478,0.0074634915,0.010156223,-0.005119533,0.0052379332,-0.01824341,0.009654901,0.0010853324,0.020677414,-0.012628643,-0.01963385,0.021700071,0.009392365,-0.012012208,0.0014605618,-0.0021774315,-0.0015868727,0.008639439,0.004102306,0.0016488442,-0.0018722686,0.013405422,0.004225269,0.021554554,-0.0067254645,-0.0007394508,-0.0020362104,0.0012482703,0.020520257,-0.012525721,0.005033949,-0.01582386,-0.0010519417,-0.010400334,-0.00033401107,0.0023788214,0.009349395,-0.007873589,0.006395466,-0.0097559085,0.009127795,0.0046152314,-0.010055583,-0.004242228,-0.006428803,0.0009151535,0.01674654,0.007255112,0.00083099736,0.012407803,0.01238434,0.012913582,0.004867619,0.00946622,0.015345184,-0.0075700865,-0.015690755,0.01215022,-0.0052889464,-0.0009211111,0.011431689,-0.0057141436,-0.0032098135,-0.0076909717,0.0072262897,-0.0012200153,-0.0053353794,-0.009605221,0.0015955276,-0.016656086,0.0032075588,-0.0053768735,-0.0029869166,0.011226854,0.019605154,0.013116773,0.0027450328,-0.013129678,-0.002018165,0.0032534362,0.002050091,-0.0074244,-0.0043858304,0.02171145,0.009135637,0.017255588,-0.008470895,0.015333221,0.0023391536,0.0072817844,-0.0010300897,-0.0009067294,-0.0028402852,0.015769409,-0.0069793398,0.00707874,-0.0046394337,0.013534505,-0.0031471688,0.005257867,-0.012433832,0.0068113892,0.016540019,-0.008211767,0.0036155418,0.0033585813,-0.01383735,0.01797461,-0.0043039387,0.0032733546,0.014443614,-0.008188027,0.0068810796,-0.010537626,-0.0041665565,0.0028820722,0.011551282,0.020852193,0.005665377,-0.027377756,-0.005587153,0.0030173312,0.009257391,0.009222153,0.023331651,0.013789197,0.01471516,-0.03442996,-0.010245194,0.016977571,-0.017554065,0.0126362685,-0.004833578,0.011780327,0.0014043797,-0.008470926,-0.0080512,0.016951146,0.005764486,-0.019859226,0.012801738,0.008373246,-0.004009944,-0.015453019,0.0021787062,-0.014724384,0.018269645,0.00040683485,0.09707784,0.004867375,-0.0017555513,-0.009427004,-0.0033131216,-0.01465073,0.0032063778,0.0037051812,-0.0038056849,0.0070635416,-0.020760536,0.005467111,-0.006887479,-0.002423542,0.007906518,0.00421633,-0.006310233,0.0054354365,0.004392493,0.0062251124,-0.004611963,0.01958381,-0.011239248,-0.0052904934,-0.00531594,0.01740093,-0.012306529,-0.012953401,0.004439826,0.003173539,-0.0033990962,-0.016173957,0.015439502,0.023970667,0.006082659,0.00012662997,0.004547624,0.028628215,-0.0005371999,0.007763568,0.0039208955,-0.00024276353,0.0058195395,-0.013492395,0.0022907485,0.011196015,-0.017005155,-0.0077191615,-0.0044768252,-0.0029481323,-0.0041310154,-0.014225155,0.012358199,-0.023410551,-0.031370923,0.00043344626,-0.0147657925,-0.0129111335,-0.003703726,0.0017119417,0.0039962195,0.006662061,-0.010664254,-0.013569386,-0.0016815518,-0.0047688554,0.007384224,-0.0012823262,-0.012985094,0.0059479685,0.020765098,-0.0062227147,0.00017931263,0.025378175,0.017089691,0.0034314103,-0.0104447305,0.0033224372,-0.005555641,0.020642132,0.001289612,-0.005367854,-0.027143229,0.0038528375,0.021463905,0.005574174,-0.0111152725,0.004581525,-0.007385626,-0.0026126213,0.012295842,-0.007470782,0.014215807,0.00031605884,-0.007853954,-0.000727932,0.04658075,0.021309871,0.022331875,0.0046862434,0.0037956042,-0.008653627,-0.017064523,-0.0022212316,0.03410629,0.002677731,-0.0007592924,0.020900875,-0.007810365,-0.003579707,0.0067160823,0.0024055536,0.011451358,0.0051885163,-0.006504862,-0.0031427364,0.0029042913,0.02919279,0.0004944087,0.00927989,0.008996362,0.0031442014,-0.0114041455,0.010205773,-0.0028865694,-0.00012448062,0.0028454817,0.005330981,0.009819265,0.0019450828,-0.012375865,0.0014818029,-0.006438818,0.0102915745,0.0055989414,0.02057963,0.010570778,-0.009978507,0.0061193923,-0.008695635,-0.017791474,-0.016370634,-0.008114232,0.003230175,-0.0014115687,0.018403875,0.004750493,0.00067978556,0.004490179,0.01271119,-0.010163998,-0.028830813,-0.0010531674,0.001102012,-0.006636,-0.00045102192,0.005154434,-0.002066613,0.016055025,-0.0069730906,-0.0033770555,0.0063884356,-0.0049478845,0.0042736707,0.014638747,-0.014745849,0.01589904,0.009475719,0.0032391192,0.008237129,-0.005999418,0.0069865882,0.033560686,0.00455856,-0.0024565111,-0.0011199425,-0.006644121,-0.006003426,0.0011140154,0.008767737,-0.002708233,0.010256588,-0.011135419,0.00023442917,0.0037408553,-0.007611532,-0.015026614,0.017824674,-0.017314292,-0.019435262,-0.00807729,-0.002041605,0.013289927,0.0010406491,-0.0138422595,0.01222138,-0.0076893847,-0.0036134042,0.0009561593,0.0053182463,-1.865513e-05,0.004960524,-0.002257799,-0.032305468,0.015974402,0.0014105029,-0.013522387,-0.006537442,0.0016013486,-0.010719409,0.001680615,-0.02032034,-0.0029558681,0.002374204,-0.012651228,-0.0028199968,0.017390352,-0.018743197,0.004315504,-0.012747186,0.007649843,-0.0062992796,-0.007503372,-0.016355053,0.0047506546,-0.0061645927,0.0045528556,-0.005433441,0.013409686,-0.014841482,0.0057017216,-0.016123436,0.011918909,0.002012245,0.009839984,0.008091338,-0.0042990823,0.0007668824,-0.00817694,-0.020488318,-0.01884889,0.009546828,-0.020318646,0.009166531,-0.021205125,0.0043753996,-0.02236268,-0.00041488188,-0.02974251,0.007393821,0.004562179,-0.011419523,0.0045824535,0.0012505811,0.017364146,-0.0059951777,-0.005236653,-0.036380522,0.003392601,-0.019446172,-0.017710082,0.019413505,-0.017872497,-0.008949912,-0.0010434461,-0.007824188,-0.0049354713,-0.015070754,-0.024466515,-0.007486664,-0.0053067165,-0.0124472715,0.0027452984,0.0028605438,0.005714792,0.0010142401,-0.008463076,-0.030991126,-0.0024008786,0.011465439,0.017462254,-0.004394991,0.013216918,-0.004388238,-0.014937804,0.014655674,-0.004840809,0.012558878,0.0061224764,-0.0008579469,0.004241411,0.008771109,0.0010762728,-0.013176453,-0.003146637,-0.015191745,-0.011433912,-0.0023585474,0.0089046955,0.00041591754,0.002633925,0.0004444087,-0.028543398,0.0048273522,-0.0216017,0.010202575,-0.0063331416,-0.011094783,0.022972487,0.008176723,0.011701152,0.0023528333,-0.0061790827,0.00667121,0.012206989,0.011827179,-0.0033859627,-0.005078524,1.3413488e-05,0.0069086016,0.0055571306,-0.0071082963,0.011906305,-0.01216943,-0.016355563,0.0030399575,0.0070454916,-0.0046643415,-0.009192871,-0.018048482,0.004061895,0.013110315,-0.0029592016,0.0134584075,0.01300593,0.002845643,0.008519676,-0.0003879438,0.0019919001,0.00307897,-0.008934915,-0.006739967,0.014746279,-0.008717779,0.004924268,-0.01604881,-0.0061372803,0.032188606,0.041148998,0.018786944,0.0056953114,-0.015377706,0.0032966672,-0.014769086,0.012966087,-0.002315234,0.019046219,-0.0013274788,0.0024881887,0.011369696,0.02079036,-0.027644766,0.0018295386,-0.002174119,0.0020539581,0.0075712185,0.0005191342,0.008823897,-0.009166714,0.01744717,-0.0042195767,0.013815312,0.004274059,-0.012948391,0.0036234842,-0.005896719,-0.013177578,0.0038033435,0.023571728,-0.0066902377,-0.019426072,0.009363278,0.0132317385,-0.0037425228,-0.0013585167,0.03359451,-0.0024819286,-0.0070856395,0.010618081,0.022756983,-0.010502586,-0.02024532,0.0038456407,0.0134551525,-0.01187679,0.010900457,0.011312755,0.014486835,0.013273336,0.007789754,0.017147623,0.005106379,-0.006706426,0.0150992405,-0.0050091725,0.0009304634,0.014061967,0.0059934976,0.012752377,0.004995475,-0.00012820159,0.002189304,0.02402425,-0.001427878,-0.0016478073,-0.0063031795,-0.00632933,0.021662848,-0.0072941515,0.014095533,0.00275474,-0.0030130409,-0.0063162684,-0.00031763758,0.0059043015,-0.0039048104,-0.009068588,-0.020771898,-0.0024949524,-0.00665072,0.023014598,0.014408293,0.025854127,0.016177934,-0.018126614,-0.013907467,0.013386631,0.013280944,-0.0076942877,0.0028760307,-0.011646877,-6.155048e-05,-0.0004338147,0.0068285884,-0.0020616518,-0.0012101912,0.009831033,0.005308405,2.177409e-05,-0.004322306,0.022545727,0.021577466,-0.0019927418,-0.009648167,0.0058663916,0.02203839,-0.010155496,-0.016442657,-0.0014259294,0.015249015,-0.0061844257,-0.011082504,-0.09169654,0.00045624288,0.013013523,0.006534298,-0.0038243984,0.0015205643,-0.014718529,0.00233186,-0.001346748,-0.002077747,0.00059232564,0.016004141,-0.0134260515,-0.022326933,-0.0058456594,0.0048480066,0.005278873,-0.0003676912,0.0063023483,0.008672734,-0.008951637,-0.0030353512,0.0015115723,-0.003353849,0.0023647894,0.019462697,-0.025573775,0.0061594085,0.008723128,-0.012308555,-0.004106951,-0.0018060902,0.003966773,-0.014582681,0.01778421,0.009778188,-0.004603204,-0.011263088,-0.12038461,-4.4579087e-05,0.005520443,-0.009857052,0.009670063,-0.011977892,0.02734605,0.0020725587,-0.013184119,0.021622002,-0.00052214984,0.01141089,-0.0166025,-0.004441484,0.0018478745,-0.005768302,-0.015386877,0.015910996,0.0008568884,0.016811552,0.0038129124,-0.013893484,0.00053213723,0.006074682,-0.010028794,0.0013332746,0.00018797535,0.003556873,-0.008430956,-0.0028514862,0.0063517834,-0.015726944,-0.0050525717,0.0042063803,-0.0021762808,-0.006890022,0.002488954,0.010847406,0.01110262,0.007130428,0.01342113,-0.0020709515,0.009243784,0.0015912974,-0.0030611039,0.0011553202,-0.0009031244,0.015846932,0.014298626,0.008354237,0.005592237,-0.0039312076,-0.0074221273,0.016643306,0.00058439,-0.0048921956,0.008728047,0.0047094645,0.0063033057,-0.0114817135,0.013959244,-0.0038499995,-0.013765256,0.0012105085,0.009281055,-0.009182756,0.00749395,0.008503843,0.009899388,0.009200689,0.0022613425,-0.0026435321,0.01314043,0.0068136854,0.009164125,-0.014438265,-0.011534162,-0.007224161,0.019970234,-0.007166266,0.017731879,0.02301635,-0.0152028,0.032719404,0.012226426,-0.008867664,-0.027709827,0.023232441,0.013897536,-0.05705802,-0.003531788,-0.014194825,0.0052232277,0.010225018,-0.008761486,0.00138949,0.0013265514,0.01110377,0.011760726,-0.0030894785,-0.017558992,0.00748564,-0.02278166,-0.012632427,-0.014231792,0.004452993,-0.021508733,-0.012068063,0.0151506895,-0.0052786395,-0.018393742,-0.004541963,-0.005079535,0.0056913355,-0.019993901,0.004774925,-0.0009140687,0.015997527,0.005650342,-0.009928829,0.01164271,-0.010038824,0.003862977,0.019355658,-0.010688645,0.015866075,0.03368133,-0.01781381,0.014653419,-0.00038772178,0.011099854,0.0013736386,-0.0051028137,0.0073976647,-0.0069656423,-0.0008576663,-0.01640001,-0.012106527,0.03254538,0.014066128,0.008946705,-0.0028998447,0.026962573,0.007969003,0.010831275,-0.018172678,-0.0011866478,-0.008580969,-0.03791265,-0.0076959715,-0.032474086,0.0039695166,0.010601179,0.027275452,0.01454871,0.020920591,0.007074405,-0.011181239,-0.0031655126,0.0022656778,-0.013988443,0.022121495,-0.019298771,-0.004250089,-0.014193502,-0.0032042344,0.006835003,-0.006819634,0.0036313585,-0.0018886619,0.005450982,0.005244511,-0.015871907,-0.009125373,-0.010079644,-0.011257466,0.008275218,-0.013712137,0.001326631,0.011465465,0.02086744,0.016191816,0.002773019,-0.00030751675,-0.0075180414,-0.0043365266,-0.0072265603,-0.01508711,0.0037028461,0.008769454,-0.001919344,0.0044871587,-0.0036761507,0.005439077,-0.0051621306,-0.0015949748,0.0064196405,-0.005422784,0.013419214,-0.011486101,-0.0043051923,-0.00025783884,0.0007174651,-0.14792718,-0.009375951,0.018321933,-0.00022932881,0.014406112,-0.007832991,0.0025195153,0.007819967,0.025931062,0.0017467169,0.0063001914,-0.00020232049,0.003197457,-0.000606292,0.029633064,-0.03400752,0.018306607,0.0071765855,0.0063239424,0.023754733,-0.027257584,0.008491894,-0.0006711519,0.008827782,-0.015224527,0.013855044,-0.009859797,0.022641635,-0.009145864,-0.0021067788,0.0029564,-0.026721383,0.011120247,0.003677569,-0.0126484325,0.011564428,0.002808179,-0.0021873114,-0.014799096,0.01108252,-0.0145264575,-0.0029463384,-0.022589799,-0.020277306,-0.01184112,-0.011760221,-0.023893112,-0.0123943165,-0.005190798,-0.009303554,-0.0026562202,0.0004876933,-0.0015036906,-0.00073260703,0.018239448,0.016219353,0.011164121,0.0022474036,0.012876475,-0.0019767957,0.012144637,0.0006956045,0.010771891,-0.007308428,0.0041424194,0.00665627,-0.0034896368,0.13475285,-0.009572308,0.003964823,-0.005672956,-0.009985185,0.007785487,-0.0031838522,0.009786624,0.0035904862,-0.0047979984,-0.021878663,-0.013477399,0.003308453,0.0335833,-0.0071366387,0.02308612,-0.0031772226,-0.0016908518,-0.04314427,0.001251182,0.014586409,-0.002259599,-0.003045102,-0.021032479,0.009121313,-0.030788012,0.014453951,0.0057805046,-0.010827184,0.0031435862,0.006307455,-0.037019596,-0.008268023,-0.011801372,0.011285168,-0.0018529883,-0.0028106484,-0.0056323125,-0.0025793011,-0.005047508,0.0046154456,0.0090650385,0.00030278665,-0.0038339314,0.011543,-0.020058693,-0.0012541843,0.009517593,-0.015901305,0.01108024,-0.033574015,0.0006856266,0.0035611389,-0.010521288,-0.019191744,-0.0038555707,-0.0037463224,-0.010457023,-0.0063810986,-0.011719219,0.0036643865,0.00081711647,0.002193012,-0.0004535302,0.003557447,0.011214922,0.006284504,0.007714083,0.0077202837,-0.0787546,0.0007192196,0.015861567,-9.1894595e-05,-0.011288039,0.005880919,0.0046967836,-0.0043656053,-0.008219968,-0.016452735,-0.0037137335,0.006972062,-0.00034632755,-0.02528019,0.0051073725,-0.008842431,0.018539079,-0.007573088,-0.009868819,-0.015311739,0.0033815862,0.025122881,0.012074125,-0.007894101,0.03599363,0.0320878,-0.015401054,0.0069678975,0.0020233346,0.007842395,-0.0013625572,-0.004642862,0.004542414,0.015204402,-0.027201656,0.03045062,-0.012736187,-0.0001406001,0.0023172116,-0.007477701,0.0058270195,0.011363959,0.010823582,0.004753597,5.919576e-05,-0.038115468,0.011963605,-0.002832003,-0.013799674,0.015117461,-0.00950369,-0.011815133,0.013884582,0.01726144,-0.013838,0.010410893,-0.010720915,-0.043892596,-0.006510923,0.009260598,-0.009541237,-0.00091413123,-0.006297723,-0.029044934,-0.014008784,-0.0035924395,4.2738982e-05,0.010092516,-0.0029588058,0.018432241,-0.023405181,-0.025671981,0.0039197397,-0.007810934,-0.0063942615,0.027971854,-0.006111642,0.0024032195,-0.012653645,-0.021090189,0.013739537,-0.025765587,0.008147292,-0.0087985555,0.059014935,-0.00986561,-0.01869867,-0.0082466975,0.0011288928,-0.0163115,-0.012641908,0.010534003,-0.023252845,-0.017767426,-0.0051002284,-0.006525208,-0.011666029,0.008114995,0.016096782,-0.009763982,-0.005953993,-0.008525284,-0.007643128,-0.0062498357,0.029370049,-0.007220399,0.01866235,-0.018671636,0.0037962634,-0.0101800375,-0.012231274,-0.0005445226,-0.0031598434,-0.0032701937,-0.0026591164,-0.0064780395,-0.008422452,-0.009170726,-0.0053343815,-0.014705519,0.014020712,0.00530505,0.01624527,0.0029282875,-0.036953654,-0.023819614,0.011534417,0.018649712,0.0034920059,0.0047550863,-0.0005449817,0.016875837,0.0120633915,-0.003919274,0.008608958,-0.009857646,0.011463392,-0.002858244,0.009500897,0.014786945,-0.013513776,0.010210745,-0.018979067,0.03291205,-0.01119472,0.008209744,0.027877271,-0.023539802,0.001914083,-0.0011366539,0.008712284,-0.0004868679,-0.0021858993,0.009041286,0.0076650274,0.010835413,0.0025371618,0.0020020255,-0.0060399245,-0.02335828,-0.003921422,0.00176481,-0.013341244,-0.0044242945,-0.0017676536,-0.0008532886,0.0059760828,0.008364713,-0.024516348,-0.037825976,-0.01282759,-0.0155539075,-0.0076862006,-0.0020446612,-0.003112709,-0.021061925,-0.010768754,-0.00746809,-0.003732995,-0.08650319,0.013029967,0.00023820766,0.0029962277,-0.015240028,-0.008461089,0.0011812296,-0.014124014,-0.022593753,-0.0011422569,0.000520023,-0.004222115,-0.0074328636,-0.01603874,-0.012782302,-0.008655063,-0.012723924,-0.0022597732,0.020691615,0.0054603512,-0.012962672,-0.0074257706,0.007134889,-0.010950037,0.013779265,-0.021590117,-0.019125488,-0.009247306,0.010565178,0.021054123,0.002151322,0.004806292,0.011724387,-0.014395246,0.00446095,-0.012938756,0.00844144,-0.026254606,0.0096468665,-0.02676998,0.0012774917,-0.012419498,-0.036077164,0.014119756,0.017257947,0.0067669945,-0.013260867,0.018137805,-0.01044931,-0.023054887,0.024461232,0.0022355425,0.016904607,-0.004546813,0.01886352,-0.023227425,-0.01467165,-0.006736262,0.011240296,-0.0013061287,-0.01547189,0.003253611,-0.020585466,-0.0039204145,0.0023594068,0.015805466,0.0033729123,0.013363136,-0.027919728,0.0011382134,-0.0005365642,-0.0033903874,-0.006481738,-0.0026344478,-0.0011490991,0.027879622,-0.017270314,-0.016558303,0.0055435137,0.024210013,-0.022802465,0.024993606,-0.0055505615,0.014701989,0.019821234,-0.020524094,-0.0012430107,-0.098824546,0.033023987,-0.01334573,-0.002344608,0.011739638,-0.009332437,0.0030080804,0.042778928,-0.018807253,0.00019259153,0.009456959,-0.0043615527,-0.0026804672,-0.0113862455,-0.010999732,0.016864458,-0.0020159697,0.014680371,-0.0148651,-0.0041271932,-0.016760658,-0.011523456,-0.023111578,-0.0074057877,-0.018977823,-0.04074401,-0.0019142674,0.0045081987,0.00024039736,0.0072120023,-0.0021893363,0.0011720716,0.023690823,0.03196724,0.016774729,0.012502374,-0.016321275,0.019383853,-0.0050749257,0.013485718,0.0065924204,-0.012337157,-0.012167437,0.0011388425,-0.01028862,-0.0067597735,-0.0065747034,0.01598586,-0.0033414208,-0.010426771,0.0051510516,0.0205454,0.037558224,0.011889632,-0.004480615,0.0068229996,0.028562795,0.014134072,0.00850998,0.004886131,0.005414095,0.009548611,0.008812254,-0.007823903,-0.015025031,-0.010021803,-0.018491454,-0.0013423981,-0.029835103,0.00619893,0.028939467,-0.0027784428,-0.0071808565,-0.0067968024,-0.0026087903,-0.00202204,0.0013225826,-0.012080699,0.00027743567,-0.0050920458,-0.0064437236,0.03209325,0.017145695,0.00964924,0.008061242,0.0005589279,-0.008316352,-0.0014593874,0.030360935,0.0029389802,0.012282795,-0.0024519817,-0.0142769525,-0.008844943,0.016229857,0.00057571643,-0.011911476,-0.016633555,0.0029308042,-0.009243221,0.018879749,0.0050488585,-0.007545095,0.033506926,0.026980653,0.013314557,0.025426626,-0.0038310143,-0.0007111645,0.005738189,0.039673634,-0.0027039065,-0.011822816,-0.024496334,-0.006481915,-0.013191785,0.010582157,0.0013565175,-0.008820351,-0.0064310185,0.00023330264,-0.008226262,-0.019766407,0.01754277,0.0028708938,0.0054602977,-0.019836886,-0.00045784676,-0.01405451,0.0076309955,-0.0018216353,0.032224145,0.015596578,-0.0034590503,-0.02132534,-0.008290681,-0.0009225698,-0.0013442539,-0.018472986,-0.0010991881,0.010105632,0.013269274,0.018109977,-0.009434241,-0.01341359,0.022197872,0.024996895,0.0029148478,0.0018432952,-0.0048999544,0.0024881922,0.030911554,0.0035206059,-0.019588837,-0.018749826,0.0069582937,0.006591858,-0.0058789677,-0.013449529,-0.0050509283,0.02050762,0.0063257236,-0.031211788,-0.0026037078,-0.036909264,-0.0011493922,0.011968245,-0.00876349,0.012007654,-0.008658354,-0.010159407,-0.017696034,0.0063126604,-0.023731751,0.006579551,-0.0069734487,-0.019399986,0.024882123,0.02549464,0.0018677164,-0.029288277,-0.0024579207,0.016332632,-0.0015470746,-0.009058631,-0.012782811,0.005323137,-0.028258912,-0.0077334833,-0.0053865775,0.00033754896,0.011399114,-0.013266003,-0.000529135,-0.0028878085,0.0051511163,-0.004534614,-0.011066113,-0.013106261,0.011642191,-0.0027224706,-0.010464236,-0.0040805154,0.00029704184,0.013250661,0.0026842612,0.015208364,-0.005002384,-0.015895652,0.00843105,0.025955532,0.0004900695,0.011572132,-0.0013655184,-0.010190259,0.022046085,-0.0031796533,0.009606532,-0.0018858251,-0.0079316385,0.008860193,0.021792648,0.016186897,-0.0066356473,0.009279398,0.0055909427,-0.004131438,0.0011578718,0.015502634,-0.008674875,0.004065546,0.011497151,-0.007934356,-0.0010130813,0.007379689,-0.017839737,0.0016046389,-0.011529759,-0.003524147,0.023156742,0.013658439,0.010335722,0.016961342,0.003955299,-0.016464954,0.008155282,0.028879218,-0.0014600827,0.0065746023,0.011262266,-0.01985723,0.0030384797,0.020450307,0.002624892,0.017238393,-0.019927396,-0.004427226,-0.011545228,0.005462587,-0.019247647,0.0012237182,-0.013653739,0.009559638,0.0077715516,-0.027585445,-0.000551424,0.021168286,-0.0015779972,0.012110641,-0.0081240805,-0.0075426674,0.016801689,-0.0028626358,0.022944568,-0.022438604,-0.0067465105,0.018335057,0.008857313,0.022595325,-0.0029392673,0.017562278,-0.0085165035,0.008485796,0.0016074149,0.02317952,-0.010199355,0.0179915,-0.013004345,-0.0027599363,-0.007816655,-0.0005180402,-0.017817724,-0.015300979,0.00022606857,-0.019106416,0.006818984,0.019459825,0.0022989486,-0.011797476,0.019688595,0.015313604,-0.04827529,-0.0061099697,-0.0034675687,-0.010617717,-0.0052524363,0.022040112,-0.0016385755,-0.0030112853,0.0021032393,-0.00602023,0.008772157,-0.016579792,-0.0038669116,-0.012389083,0.0018747357,-0.014353401,-0.012100324,-0.013849939,-0.01173392,-0.027161371,-0.00476615,0.011678473,-0.009025134,-0.00227877,0.009262469,0.013728844,0.0013435452,0.008258324,-0.005857274,-0.015952175,0.0044119507,-0.030326113,0.008670086,0.013845992,-0.015021913,0.0056623863,0.0025245068,0.009148533,2.0495233e-06,-0.0037887578,0.015976911,0.023757169,-0.013987397,0.0012999652,0.003994375,-0.00058592705,0.017109107,0.009629824,0.006233349,0.008414946,-0.0031597803,-0.0022052438,0.0011033601,-0.0017052286,0.018527016,0.00020889529,-0.0060494803,0.016859792,-0.0024541507,0.0023686762,0.0052699735,-0.004534195,0.011247394,0.0020805285,0.009400136,-0.005440698,-0.0029841557,-0.0190314,0.010706036,-0.039661475,-0.020215211,0.007272831,0.01563798,0.02740703,0.004102651,-0.010102941,0.0068593086,0.024383713,-0.0031988306,0.00039229216,0.02648663,-0.007966104,-0.008710739,-0.014360354,-0.007729212,0.002668734,-0.003035233,0.003400454,-0.00947564,-0.004653804,0.010053607,0.013114471,-0.011139447,-0.008039183,0.009572577,-0.017216496,-0.022363063,0.005249659,-0.021567043,0.019435812,-0.00040847503,0.0032253023,0.0011085029,-0.0015477638,0.005363059,-0.004629397,0.0036224008,0.0044683,0.013594921,-0.025426786,-0.022531752,-0.005128363,-0.007185387,-0.00026022302,0.016854836,0.005085232,0.011375228,0.010136674,0.025843214,0.0011516046,-0.0075227222,0.005873914,0.007518108,-0.0113661755,-0.0056767506,0.0075810016,0.003508807,-2.7113323e-05,0.010942639,0.011207223,0.0052466537,-0.01090992,-0.01144077,0.0069268695,-0.007879084,0.0048588146,-0.003717057,0.018384947,0.05182712,-0.0009984899,0.0049646623,-0.0129064955,0.026408695,0.02723132,-0.00020907525,-0.005374757,0.0046542548,-0.0060963333,-0.0124162845,-0.012396715,-0.016815469,-0.016367879,-0.021929795,-0.011389468,0.009332215,-0.025114708,-0.005667856,-0.0010554563,0.013427667,0.0036518937,0.008458936,-0.003879521,0.0042098183,-0.038964238,-0.02735756,-0.01229257,-0.0020311903,-0.0024810238,-0.015526733,-0.027343268,0.0013112482,-0.03211948,-6.234237e-05,-0.0023757673,0.016269596,-0.011010782,-0.011237823,0.015335369,-0.017682638,0.017172009,-0.003144478,-0.018189225,0.013565928,-0.0019848777,-0.015888894,-0.016939271,-0.022821864,-0.0057670046,0.009799587,0.010033685,-0.0037314235,0.016025355,-0.013220708,-0.011982997,-0.004905349,-0.0056450497,-0.017056396,0.028306391,-0.009390606,0.0003835787,-0.014953662,-0.0006298836,-0.017931802,-0.0083052665,0.015583716,0.041302174,-0.022367897,-0.016223732,-0.019786116,-0.009746895,-0.010889952,0.029963342,-0.033238355,-0.016059613,-0.035701435,0.013190567,-0.004039452,-0.0024344812,0.016652465,0.0020372046,0.019144787,0.0063380552,-0.015908733,-0.0038088118,-0.019273546,-0.020795658,-0.024020476,-0.011943858,-0.017504836,-0.003583608,0.006497787,-0.01861902,0.008813981,0.018526625,-0.0012486374,0.010161963,0.0014942734,-0.0067413957,-0.0043938807,0.0026709433,-0.009530262,-0.0038633288,-0.005385658,0.00825246,-0.020978212,0.0019192613,0.00057437085,-0.017888391,-0.02413744,-0.017701745,0.0034297097,-0.0042434335,-0.016344376,-0.0031467644,0.0048206365,0.0102397725,0.0013058349,0.009884345,-0.019879492,-0.008882635,-0.006113159,-0.020217555,0.0058327625,0.0026451896,-0.02873614,0.017944923,-0.023309361,-0.0136612505,0.021653615,-0.0032956928,0.0018647457,0.025405351,0.0053387,0.0063083824,-0.0003594406,0.001588824,-0.0070533333,0.032345045,-0.00819185,0.005037249,0.0040194523,-0.011304644,-0.00290945,0.008259247,-0.012804086,-0.0024217907,0.026279446,-0.01008018,0.002403186,-0.0434726,-0.03435137,-0.010034183,0.0083682,0.01731378,-0.017726911,-0.0090444675,-0.017475832,-0.0075309775,-0.020057946,0.006294354,0.00025975725,0.011171729,-0.021518454,-0.0065952856,0.011299827,-0.024177253,0.00037301157,0.00046724218,-0.002477583,0.003971653,0.049583685,0.0027033049,-0.003373459,0.017874267,0.0018124239,0.0015979349,-0.022474388,0.035306625,-0.0024299491,0.008574625,-0.0008211563,-0.008631701,-0.010274026,0.0047552884,0.0028310448,0.008040007,-0.012424705,0.013659504,0.0023521872,0.0015052883,-0.0031819986,-0.008812167,0.0074706557,0.021394491,0.01597612,-0.013514368,0.009004917,-0.0031511125,0.018919276,0.041071057,0.012187571,0.010879741,-0.0017707497,-0.017385073,0.020247918,0.028200543,0.0029857974,0.010342636,0.0155782625,0.013810683,0.0044216444,-0.0046629263,-0.004951214,-0.0064826547,0.005287385,0.028858544,-0.011230471,0.041718703,0.005055667,0.002665717,-0.01491144,0.0044342084,0.0029407484,-0.010248274,-0.0039291275,-0.0143991625,-0.004696343,0.0126781305,0.0017260647,0.013427418,0.0044271587,0.0021536439,0.006289179,-0.0038919116,-0.009327201,-0.0014071363,0.010847065,0.0075645945,-0.007818208,-0.053587336,0.022488018,0.0075871493,0.011449382,-0.02438368,0.014108689,0.17031476,0.14167802,0.020094624,0.012178252,-0.0070893327,-0.007919542,-0.0061641242,-0.008457581,-0.005338458,-0.036712017,0.018982545,-0.014496231,0.025663791,0.0013520125,-0.009350574,0.0018931363,-0.0015183548,-0.0025602663,-0.030118415,-0.009337731,0.016795428,-0.0028002681,-0.016393226,-0.0041852705,-0.063767344,-0.009811435,0.00413314,0.029817497,-0.00040149354,-0.00482577,-0.021746997,0.005449915,-0.0023588066,-0.015625054,0.030190222,-0.017389175,-0.0077281594,0.0046758843,0.013086756,-0.011962225,-0.013988964,-0.00811292,-0.0057948465,0.0058768513,0.011187882,-0.009024968,-0.0013081477,0.0060120397,-0.004489552,0.0076523745,-0.019193845,-0.0025425726,0.021235188,-0.008114946,0.0025541785,-0.0052573658,0.027685346,0.024668984,0.00040763343,-0.015891949,0.015158627,0.010390047,0.018505309,0.002949273,0.0052305846,-0.009952849,-0.0057810755,-0.018044535,-0.014812157,-0.027405567,0.0032833035,0.00023342283,0.0033587338,-0.004283209,0.0017192586,-0.0074271467,0.0082445005,0.0022408706,0.010573552,0.012149699,-0.0033246938,-0.005632922,-0.0031655068,-0.00022201281,-0.0061140954,0.0031579463,-0.024278382,0.039007045,0.11197307,0.005486594,-0.0023845315,-0.020038309,0.011652664,0.0026461289,-0.020019824,0.035341345,-0.0028489893,-0.012124347,0.011599055,0.0011735873,0.005862085,-0.007072959,0.0245962,-0.010051603,0.022820694,0.034496725,-0.0033887846,0.014236249,-0.023690999,0.019424535,0.0055497894,0.014275955,0.011662156,0.0018325263,0.0073501132,-0.01184853,-0.042460207,-0.008427451,-0.11655482,-0.013183599,-0.0012298883,-0.008554893,-0.0109798275,0.031453498,-0.0056405044,-0.002251998,0.012097645,-0.0027411624,0.00091196474,0.009749037,-0.005574564,-0.009336334,0.005850943,0.013586957,0.016107086,-0.009530542,0.0058690296,0.004044335,0.0007931678,-0.0022551117,-0.013324705,0.008535067,-0.00024113676,0.0041990792,-0.011118079,0.0026756958,0.018155402,0.019863583,-0.013594261,0.021085639,-0.0070165023,-0.0026029407,0.003944708,-0.008591675,0.0035042348,-0.010446938,-0.0034000648,-0.010605578,-0.0013753559,-0.025138719,-0.007475018,-0.0064026495,-0.0036051378,0.0023719764,0.0014233147,-0.0046387706,0.0039728945,-0.0055221985,-0.030960646,-0.0033413628,-0.00573035,-0.017283991,0.008323654,-0.007458698,-0.0042528994,-0.0019731852,0.0004983107,0.007936587,0.0055163866,-0.013065632,0.008807244,-0.011643024,-0.00031873203,-0.0028592648,-0.004773543,-3.584851e-05,-0.0040546036,0.023205228,-0.0076319203,-0.0031786028,-0.002218585,-0.04544966,-0.0031261127,0.01996611,-0.0064255404,-0.00025700493,-0.012726855,0.01927943,0.0016900107,-0.0074725677,0.0010462138,0.10152751,0.0022007439,0.002537042,0.001255225,0.00997874,-0.01501749,-0.010339357,0.0033685062,0.0038229977,-0.00045102078,-0.008017737,-0.010201775,0.031953692,0.0021137386,-0.0005608138,-0.01393832,0.00031313533,-0.0116199395,0.018696731,-0.012597648,-0.008173915,-0.0045718495,-0.013025557,0.0020314085,0.007477951,0.009191605,-0.018300554,0.012384413,0.0015511524,0.010359952,-0.0022644394,0.0004258982,0.012884822,-0.020257778,-0.0027450654,0.023844652,-0.0024240573,-0.0041703545,-0.0196862,-0.007387848,-0.009011155,0.004343574,0.006669059,0.0020626732,-0.06751691,0.1989947,-0.009375665,-0.0016463486,-0.0069416775,0.0044083046,0.009420167,0.00547116,0.0014819059,-0.000772118,0.0064466232,0.022157306,-0.026575351,-0.010120843,-0.00022782825,0.0045297556,0.008382439,0.002031068,-0.025123427,0.033982404,0.020590598,0.0096884845,0.013142267,-0.02800757,-0.014237832,-0.00066086336,-0.0024646195,0.012542503,-0.010658871,0.010528642,0.0107333325,-0.027695984,-0.0101344315,0.011511468,0.009267427,-0.022218388,-0.011505765,0.00090426084,0.006269798,0.0125063,-0.0022038114,-0.023304278,-0.030390438,-0.00046993588,0.0112507325,0.012883532,-0.03429331,0.00063696614,0.024345469,0.0008650267,0.004123472,-0.018851746,0.00090634223,0.006225355,-0.0006028095,-0.008827684,-0.007885979,-0.02079261,0.014402793,-0.0338857,0.0015589021,-0.0031446265,0.010415066,0.0044902344,-0.01663289,-0.0011153317,0.014375522,-0.012699695]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 81,
          "content": "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.018117769,0.032540035,-0.009328446,-0.0663885,-0.00020054374,0.002494518,0.0088758785,-0.02050656,0.0041081426,0.0038078115,-0.018595817,-0.02029511,-0.02132899,-0.0034984995,0.11331145,0.025355797,0.0020937943,0.014688051,0.0015204472,0.044951703,-0.018295703,-0.024859773,-0.019328984,0.00934066,0.034042627,-0.011266663,0.017150147,0.021956325,0.060706306,-0.0077909245,-0.020028338,0.013356284,0.026762206,0.020315751,0.019429052,-0.0050324243,0.018614162,-0.03395879,0.03122338,0.025016211,0.0008683307,0.042517345,0.0049040993,0.01721079,-0.0020662292,-0.00092602416,-0.01619701,-0.020899937,-0.007921348,0.023686303,-0.010695844,-0.015238264,-0.010870366,-0.1677715,-0.024984172,0.019339612,0.0028934379,-0.010052085,0.024327964,0.010779186,-0.0058270097,0.041747317,0.013446834,-0.021850668,-0.005491962,-0.008845968,-0.0049089724,-0.012954468,-0.030903406,-0.036213756,-0.024129482,-0.001728837,-0.005718094,-0.0029558816,-0.022408497,0.0015365229,0.014871144,0.013332572,-0.008303479,-0.01651684,-0.039141938,-0.045970973,-0.0054048887,-0.02195669,-0.021386055,-0.022327688,-0.014906679,-0.01929956,0.0024415439,-0.022015795,0.015175049,0.009829217,0.016018566,0.010495218,-0.0006473029,-0.0027185564,-0.008190716,-0.031727646,-0.025561059,0.010052301,-0.026513703,0.010989348,-0.036311902,0.0091797495,0.0034523443,-0.0027237392,-0.014893609,0.01298583,0.012129675,0.020277614,-0.011034444,0.011770252,-0.025079865,0.004289165,-0.0068280157,-0.1124131,0.002987236,0.0016938326,-0.011346194,-0.001471413,-0.022378253,-0.0015833504,-0.009552976,0.046179917,-0.0021963953,0.01682385,0.011216582,0.0062471195,-0.036249798,-0.018039785,0.009562143,0.008430833,-0.016308026,0.019560993,-0.030982539,0.025968067,-0.0040216157,0.005136287,-0.009251391,-0.04561405,0.010886651,0.021602185,-0.006721582,0.002639704,-0.03968261,-0.007235661,-0.02318628,-0.004825866,0.013666452,0.005922103,0.014126404,-0.025567202,0.010927191,-0.0131865945,0.016914219,-0.021530597,-0.008522496,-0.023343764,-0.014992835,0.0055515748,-0.02606395,0.012851341,0.03704746,0.0032371262,0.006972565,0.017432392,0.0039819265,0.0002864997,0.022079945,0.011519512,0.0032231766,0.0026725305,-0.011897729,0.028263424,-0.00823897,0.0017988629,0.0003039746,0.010469188,-0.0075849136,0.0007800996,-0.026723146,0.021856777,0.008942497,0.024778953,0.01537711,-0.005713389,-0.01283331,-0.01356107,-0.018420799,-0.0065125492,-0.007428153,0.0070578577,-0.009918543,-0.029679669,0.0057622828,-0.00077039754,-0.019322768,0.0017227825,0.020360613,-0.0001649307,0.034700375,0.012937091,0.009836382,-0.022012524,0.001015486,-0.016386142,0.000999023,0.0018504915,0.00373642,-0.002109025,-0.008041888,-0.0056621763,-0.008184791,0.002985009,-0.0025590016,0.00239601,0.022564292,0.0050672023,0.0075696493,0.0062755356,0.018605841,0.009029876,-0.032059364,0.0041554635,0.022605468,-0.007804043,0.02823529,-0.011137718,0.007499851,-0.006066746,0.001130053,-0.01301337,0.009568797,0.016588695,0.010561608,-0.0139309745,0.039738357,0.033156265,-0.0072454517,0.025388895,0.0068228585,0.0057653305,-0.014220783,-0.022776734,0.014898057,0.008386453,9.55505e-05,-0.004622466,0.012332665,0.020172147,-0.016616689,0.026624074,-0.013452213,0.011518155,-0.011576272,0.023218442,0.011960909,0.017082954,-0.031644873,0.027678048,-0.03066397,0.004504026,-0.025726266,-0.018382775,0.039873734,0.008965513,0.0027597959,-0.0047721867,-0.016496187,-0.011838074,-0.01441467,-0.013114443,0.009440117,-0.016157119,0.0015947423,0.044736084,-0.04063533,0.009160407,0.018807126,-8.9303256e-05,0.0039701075,0.0065440102,0.0050648465,-0.0020657305,0.015372874,0.017314706,-0.020539768,0.022403037,0.0052855564,0.0088381,0.027314251,0.011463238,-0.0012306197,-0.029497579,0.02766834,-0.020272154,0.014598171,0.019208979,-0.0014186628,0.003654361,-0.0047078514,0.019505352,0.022872696,0.031094884,-0.011433577,0.00018257301,-0.016130934,0.008230274,0.00489282,-0.008830182,-0.0030425547,-0.028122487,-0.02928802,0.031164123,0.007681998,-0.014396202,-0.01046196,0.00062302616,0.023180371,-0.022221796,0.018561896,-0.0049188915,-0.013471536,0.0075422367,0.0038423433,-0.0034863171,0.01076361,0.0025631597,-0.010849697,0.008654024,-0.003746612,-0.0021087169,0.034671497,-0.01698845,-0.016393786,0.013544379,0.0046896893,0.0013131738,0.009070113,0.001607201,0.0151690515,0.003989319,0.00067051646,-0.017841898,0.013664348,0.02762091,-0.02429317,-0.022479413,-0.011806801,-0.026095651,0.0023651426,0.019122848,0.026691757,-0.012824023,-0.023935137,0.02048129,0.018016774,0.009044779,-0.018094445,0.02011551,-0.03366782,0.0077200746,-0.012798193,-0.02232037,0.0038899074,-0.015430428,0.008329741,-0.010948456,-0.016729008,-0.016116772,-0.03783291,-0.0087799085,0.0048150443,0.008505057,-0.0035965447,0.0005253222,0.0071886717,-0.01473596,-0.012451097,0.03514772,-0.020062072,0.027260717,-0.051493287,-0.017961422,-0.016633796,-0.017460248,-0.003696195,-0.011054143,0.02820861,0.0064155255,0.0012666573,0.041755453,-0.008434565,0.0099535575,-0.0074898745,0.011248322,0.016635802,0.015501344,0.032146033,0.011253837,0.0056907176,0.006570643,0.0108241355,0.01462509,-0.0020552874,-0.005445046,-0.016560832,-0.011015172,-0.0061049787,-0.013275872,-0.00050325406,-0.022386082,0.02222243,0.008517581,0.024932481,0.0133683905,-0.015358193,0.028198423,0.010214836,-0.02354672,0.01472676,0.017223522,0.0017888815,0.011024116,-0.0026885387,-0.023491599,0.01804946,0.002238074,0.020869505,-0.016622046,-0.011307982,0.011547855,-0.0006484029,0.0038093252,0.016332889,-0.023057168,-0.011355837,0.03401199,0.005335369,-0.019810798,-0.007644331,0.0022758355,-0.01824678,0.013636779,0.0022196448,0.0054714805,0.008218489,-0.023942156,-0.012743365,0.020615526,0.044431936,0.020026783,-0.0033185063,0.008856611,0.009576391,-0.010018365,-0.014280656,-0.018676685,-0.010420746,-0.0018813384,-0.0015794619,-0.0057413722,-0.0070485948,0.029852806,-0.007008038,0.03356568,-0.0016494478,-0.02525867,-0.0125778215,-0.0012201652,0.003198631,0.009432308,-0.00039754494,-0.012538555,0.0051323627,-0.011092126,-0.0289722,0.026207315,0.013762862,0.040888783,0.02575326,-0.004689115,-0.010639784,0.01162962,-0.0040484215,0.024717147,-0.015419496,0.0016586767,-0.009668434,0.016036997,-0.008809367,0.0148270745,-0.00034522713,-0.0074173007,-0.017640095,0.01846773,-0.011303745,0.005230981,0.035556618,0.0062874923,-0.01959703,-0.00036149484,-0.0011251167,0.015960576,-0.013970404,-0.010749179,-0.020239439,-0.007125824,0.010516613,-0.006903851,-0.017633663,-0.012932311,-0.009970593,0.029498465,0.009708106,-0.005961537,0.020229317,-0.00073880836,-0.0039019855,0.011779728,-0.030996084,-0.0107084755,-0.004319862,-0.0013909164,-0.015252231,0.015448195,-0.010099048,-0.032237694,-0.00582997,0.0074506206,-0.020799387,0.012399463,-0.02529372,0.0050928677,-0.0072592515,0.00244591,-0.0017060391,-0.0028565654,-0.006357864,-0.0020608087,0.017565569,0.017027544,-0.0006203136,-0.02877388,0.023359453,-0.07351055,0.0016039355,-0.0063013504,0.014708769,-0.008627381,0.0031992455,0.029523551,0.0064257467,0.00951565,-0.018004423,0.016399268,-0.020816835,0.0090418495,-0.00610403,-0.066271655,0.01202536,0.00701405,-0.013437218,0.014671957,-0.02579007,0.0051436997,-0.02170655,0.032321602,-0.0141109275,0.021530923,-0.016659202,0.0010169614,0.017943552,0.0012457629,0.011705719,0.039627157,-0.012431796,0.023388209,-0.004600041,0.034899767,-0.0053575733,0.011923479,0.011040721,-0.0028070225,9.6934884e-05,0.005556342,0.034513164,0.018493092,0.003750807,-0.004769969,-0.014275221,0.02462711,-0.00087765616,0.040651336,-0.008716751,0.005966729,-0.015839271,-7.8873345e-05,0.0042785495,0.001479364,-0.014775782,-0.02227386,0.0059256097,0.007987709,0.028825527,-0.013026963,-0.002516658,0.013373137,0.04921193,-0.018196827,0.018562801,-0.01960824,-0.016130077,0.011797442,0.034356333,0.015527802,0.016019,-0.01762417,-0.009342893,0.013430322,0.015322766,0.025790686,-0.0063300463,0.021415833,-0.005166379,-0.03655426,-0.0076501155,-0.094477944,0.019209448,-0.009543663,-0.0061826133,0.03173486,-0.0014577892,-0.004345666,-0.027502226,-0.006839417,0.02452036,-0.01168641,-0.018855834,0.007094317,-0.0032417537,-0.0117425565,-0.002487001,-0.016146757,0.0061304932,0.028903957,-0.017506173,-0.01541343,-0.012040315,-0.009587009,0.02402661,-0.008224529,0.024142329,-0.009731398,0.0020140351,-0.003918098,0.0015402207,0.0010494132,-0.15425718,0.008912697,0.0014950561,-0.0067211017,0.001302028,-8.406713e-05,-0.014735914,-0.007682796,-0.005379349,0.009179491,0.020430407,-0.0070294198,-0.038309857,0.008498781,0.030361192,0.09853745,-0.03875426,-0.017496597,0.0020797558,-0.0025272002,-0.010817275,-0.01481376,-0.009693245,-0.0020380374,-0.0019393639,0.00806059,-0.000684934,-0.010083298,-0.041043337,-0.020717038,-0.0167496,-0.027416212,-0.01271494,0.0004517936,0.0327191,0.013084146,-0.02811258,-0.0002896988,0.0023605223,-0.0067926664,0.013866751,-0.010912962,0.003942576,-0.020864166,-0.014371667,-0.020434082,-0.018588291,-0.011847752,-0.018842308,-0.015642654,-0.014738229,-0.07481205,-0.012622903,0.009982305,0.004513119,0.0017672664,0.0056944676,0.031307194,-0.027453486,-0.03076268,0.019668626,-0.00428223,8.637183e-06,-0.020170866,0.015945023,-0.014983947,0.010489306,0.017117325,0.005910805,0.0018120169,-0.012538653,-0.03143637,-0.024922715,-0.0036029639,-0.0065663117,-4.8124548e-05,0.008024763,0.02480518,0.02498405,0.014756401,0.002760529,0.0007130054,-0.012379112,0.027001688,0.00093730894,0.012032372,-0.008847909,-0.0005443475,-0.032594584,0.03455906,0.012684674,0.004745581,0.00917798,-0.007583493,0.0062005813,-0.010473086,0.010854259,0.0069610155,-0.0075978595,0.0032868928,-0.014438834,-0.008329414,0.0151913315,0.006302429,0.007607839,0.0038820743,0.018895308,-0.0059074033,0.020715322,0.0062180236,-0.00066963513,0.014454387,-0.01819339,0.012936801,0.0039545805,-0.0021571624,-0.00076492643,-0.0071421163,0.00049861067,-0.00424685,0.02196066,-0.0055870116,-0.01594273,-0.0039371643,-0.0043303818,-0.0037740783,0.017816862,0.00951981,0.0021298507,-0.05701305,0.022359913,0.016114311,-0.007219766,3.064239e-05,0.0046439376,-0.0015192264,0.013725263,-0.0025945113,0.011518189,0.008382575,0.012598478,0.018053005,0.0027097042,0.016852304,0.0072134277,0.0067053353,0.012450383,-0.0010261217,0.016237222,0.0071326788,0.033747453,-0.008136437,0.0028936758,-0.004035834,-0.008370345,0.0052285125,0.038657814,0.0031565682,0.0046892115,-0.007659299,-0.0035508128,-0.007759404,0.019188557,0.021413505,0.008969997,0.0045631398,0.00038674177,-0.005228633,-0.0089841485,-0.013323363,0.011805771,0.008809482,-0.016218746,0.005742122,-0.0015709556,-0.009269108,-0.0031872957,0.002020705,-0.011422419,0.008932356,0.017854448,0.019547805,0.0062243645,-0.010248483,0.004161158,0.00086468103,-0.0012985177,0.0042159813,0.010084241,-0.011704746,-0.0147316605,-0.008348401,0.020758456,-0.002690781,-0.0018685079,0.004156197,-0.009907097,0.0056230617,0.0022467726,0.0022161538,0.00037477052,-0.011250672,0.0063345856,0.0053769113,-0.006272649,-0.018515725,-0.004842243,-0.014162533,0.0010657205,0.014763934,0.004256608,0.007899589,-0.012103469,-0.0037017886,-0.017178066,-0.005908418,0.0052272524,0.011641522,8.74888e-05,-0.016537307,0.012159021,-0.014996551,-0.0090429755,-7.116108e-05,0.01822282,0.007086178,0.012650134,0.015755394,-0.017194698,0.018692134,0.00083854457,0.004641842,0.013417796,-0.008684486,-0.00477136,0.03133018,0.016078433,0.009422305,-0.004131136,0.015268185,-0.0030574345,0.010156324,-0.016779209,-0.0011693736,0.0064985105,0.0006598448,0.0037354773,-0.0058978274,-0.022522043,-0.000848343,-0.009261831,0.008880013,0.009671711,-0.0039142766,-0.0013318063,-0.003376792,0.0073819356,0.010624212,-0.0016408281,0.0048556263,0.013088265,0.008594464,0.0005473731,0.0031460843,0.012035116,-0.0019315853,0.0016058199,0.013314293,-0.011740029,0.013236268,-0.009780688,0.013162898,0.017114231,-0.0073745376,0.020635169,-0.016652294,-0.01192726,-0.01723892,-0.01398534,-0.0034959426,-0.0034251788,0.0024654518,-0.00899964,-0.00063386455,-0.0038352143,0.0012368597,0.010084232,0.013602116,0.0024800084,-0.017253205,-0.018169396,0.0048417547,0.0016950498,0.008076945,-0.010076761,-0.010322559,0.004387633,-4.2496788e-05,-0.031179104,0.009961668,0.014404577,0.0016225778,-0.0052565266,-0.013695082,0.03466776,-0.013607454,-0.016404688,0.014386637,0.021275511,-0.0066357907,0.07653343,-7.6593155e-05,-0.014802959,0.012432687,0.0087303175,-0.010120597,0.019105226,-0.021146655,0.008423635,0.0019219419,-0.0045163506,-0.015765613,-0.007103805,0.023109088,-0.004142074,0.013846926,0.010298726,-0.010539997,-0.0026527008,-0.013296083,0.010590073,-0.0096412385,-0.012483403,-0.015750444,-0.022673381,0.00976076,-0.022298027,-0.01570378,-0.017572435,-0.0017321337,0.0030535376,0.0073182196,-0.0012665227,0.012866404,-0.014022123,0.003555282,0.0037939425,0.015981624,0.027125433,0.019953284,-0.00078163046,0.0017703015,0.0054834555,0.00065765204,0.0038223688,0.00377691,-0.013425096,0.014259688,-0.021027515,-0.0030874128,0.010034775,-0.0048533957,-0.00544425,-0.002504141,-0.0024073909,-0.0052674804,-0.012975677,-0.009166918,0.014012699,-0.008359838,-0.0092496285,0.007702515,0.011853824,-0.012036844,-0.00020362114,0.0015630804,-0.008377581,0.0036952607,0.004193774,-0.004363224,-0.0147260595,0.0070902994,-0.010662599,0.011625835,0.030347431,0.0047582504,-0.014497249,-0.009675756,-0.024352746,-0.00089839066,0.020785032,-0.012696227,-0.01259568,0.0029967001,0.0061542443,-0.0042471257,-0.0029413095,-0.01672977,0.004351778,-0.0029736243,0.00518114,-0.019603267,0.0034954133,-0.0014846469,-0.03509724,-0.00053382816,0.05120091,0.009597657,-0.0073000886,0.013348257,0.0016332507,-0.031859394,0.0033712965,0.009476011,0.006021721,-0.004175119,-0.009424831,0.005697277,-0.0009996524,-0.00052570604,2.8222372e-05,0.016821107,-0.0075949393,-0.009126437,6.319171e-05,0.006647779,0.020517617,0.008341678,-0.0092020845,0.020245224,0.007123346,0.010629876,-0.007670381,0.012468975,0.006166504,0.0035805416,-0.01788209,0.003993682,-0.007391379,-0.008283188,-0.025510315,0.007441209,-0.00929817,-0.006125357,-0.004505168,0.0073904395,0.013184014,0.004414412,-0.002328109,-0.014142212,-0.0080740005,0.00044267287,-0.009538807,-0.008760427,0.0009923091,0.011942291,0.0046245153,0.014280997,0.0015641983,-0.00541478,0.008903163,-0.0076232227,-0.0139512345,0.013759867,-0.018927626,0.0114177065,0.017687967,-0.010282087,-0.014243223,0.01955861,-0.013678465,-0.0130870035,0.0046433834,0.0016636476,0.01653725,0.016200751,0.01272792,0.017427538,0.0020469944,0.002068438,0.005543488,-0.007672902,0.03123123,-0.009741774,-0.008276518,-0.0063844393,-0.006844849,-0.026570125,-0.0029628456,0.02028367,-0.014690274,-0.008700345,-0.011044156,0.019648187,0.007457319,-0.012624064,-0.02074484,-0.01159714,0.002781765,0.009154506,-0.008469966,-0.002761992,-0.018552957,0.010675292,-0.005476342,-0.00316489,-0.0073807244,-0.01569507,0.007866905,0.007277846,-0.008117459,-0.020991221,0.02142813,0.010286932,-0.010963091,0.0038857763,0.0028151856,-0.007884303,-0.007594145,0.0033128464,0.0020980036,-0.0054830867,0.015538603,0.011705375,-0.00711642,0.010342193,0.020396158,-0.016389081,0.013083909,0.0054417537,-0.0038383703,0.0046267277,-0.00037962908,0.010615904,0.013716077,-0.008314388,-0.008962017,-0.011804937,-0.021226741,-0.0052109677,-0.007265846,0.01264835,-0.010690606,-0.010030735,-0.00016610476,0.0021876465,-0.0008720947,-0.013463164,-0.021511648,0.008962179,0.0048313704,0.0073765884,-0.00092931354,0.009161916,0.007045436,0.010129043,-0.010688901,0.00051832455,-0.006510389,-0.013865766,0.012908364,0.00028074966,-0.0011931468,0.012019643,0.016879365,-0.010886164,0.011849648,-0.013387574,0.01481013,-0.0058845747,-0.004284125,0.002820146,0.009298916,-0.014322084,0.017452925,-0.012634974,-0.021632174,0.0009949445,-0.008538811,-0.00506358,-0.0062399735,0.0045054187,0.0024355368,-0.012313358,0.018722372,0.0015715867,-0.0034483823,-0.016932162,0.0072552105,-0.0034106036,-0.0021478,0.012254359,-0.01579552,-0.015194229,0.015001279,0.009412563,0.0005128923,-0.002551059,-0.010367141,0.0046154987,0.011598941,0.013956875,-0.001686242,-0.0075199385,-0.014090498,-0.00688339,0.008544512,-0.010109579,-0.016846543,-0.016328359,0.016311506,0.022040013,-0.012985864,0.013981872,-0.0026805706,-0.010653722,-0.0067537287,-0.00055782165,0.029658115,-0.006901667,-0.014409918,0.012136822,-0.008762014,0.022726664,0.009997673,-0.02188697,0.005735332,0.015494029,-0.0057667773,0.005780427,-0.013505135,-0.018852327,0.025852297,-0.012755922,0.0036288877,0.009420815,0.00055019505,0.00020496958,0.0040543964,-0.0045095347,-0.0027442966,-0.023445055,-0.0021661976,-0.0060390383,0.0022579462,-0.023400495,0.015620904,-0.007523516,0.0052651125,-0.0013932158,-0.016016314,-0.009690357,0.015424607,0.013449717,0.010108008,-0.023460833,0.004691336,0.011688901,-0.0010651236,0.0032532674,-0.03365393,-0.025263162,0.0032732834,0.004577583,-0.0069892504,0.011039063,0.007849179,-0.008584844,-0.0015292069,-0.00025472726,0.0063699028,0.009639323,-0.0012605621,-0.0027230706,0.008613551,0.01455983,0.0151619585,-0.012875434,0.0114938645,0.01022422,-0.0029698834,0.013249747,0.020660609,0.010279131,-0.00628514,-0.0057568992,0.002086309,0.001399547,0.022457464,-0.009378561,-0.0009360329,-0.008558054,0.0030270629,-0.006534377,0.009569455,-0.01604511,-0.009982689,-0.006968612,-0.0026454446,0.006016095,-0.018891066,-0.007341738,0.0036321424,0.0034915616,0.012302197,-0.0013590292,0.015369009,0.014264517,-0.011056339,0.015700616,-0.01489437,-0.00028301342,-0.0022061358,-0.00012911228,0.010480655,-0.006529322,0.0080505945,-0.00036153468,0.015752304,0.014655169,0.028418237,0.006599049,-0.006589538,0.01796121,0.0034610613,-0.023258105,-0.0112406025,0.024418728,0.015584394,-0.0016982916,0.009171636,0.008861048,0.0057550827,0.019360246,-0.014071251,-0.012244276,0.016265756,0.0002057938,-0.0017336548,-0.006850391,0.015838487,-0.0007324667,0.0057156193,0.003436873,0.00044237426,-0.0073955418,0.0035265237,0.010510395,0.016744057,0.01570608,0.0041906047,-0.0143112745,-0.0019793508,-0.0064704553,0.0094868345,0.0037299276,-0.0023965228,-0.0018168862,-0.0011473763,-0.009837329,-0.00227218,-0.00118506,0.00032759845,0.012920765,0.0191117,0.014660618,-0.0004912144,-0.013148704,0.00321559,0.015163512,-0.014301332,0.0050156983,-0.09138505,-0.012263785,-0.023920808,0.021826847,0.008508407,0.008863106,-0.012826292,0.0049433312,0.0032659394,-0.020657992,-0.004750905,0.006220744,0.0067674643,0.0075244885,-0.0073762373,0.0044035506,0.017875206,-0.009774975,-0.0025047618,0.021113686,0.0025120878,-0.00079350855,-0.009835839,-0.0072576534,-0.0085593825,-0.008434226,-0.006173312,0.0035416281,0.00040011256,-0.008270251,-0.0058056293,-0.007017427,-0.008281733,0.0075062197,0.013813281,-0.013496212,-0.017296305,0.020174537,-0.14773422,-0.0005010669,-0.014732334,-0.010034466,-0.0017022745,0.002839075,-0.007897464,0.0008713382,-0.017046021,0.011538066,0.01848475,-0.009199521,0.001118306,-0.02598618,0.002484146,0.012139422,-0.005262438,-0.001665345,-0.007997267,0.0040441435,0.005956158,-0.006249144,0.023529658,0.014114519,0.018104691,0.0008845126,0.009857227,0.0017028742,-0.027900888,-0.0056431694,0.00019163164,-0.0042493762,0.019238114,-0.00034225726,0.004885485,-0.011409943,-0.008162269,0.010965137,-0.0028652805,0.0054587517,0.00069657783,0.004877921,0.009967142,-0.00551683,-0.0038119925,-0.01205846,0.008137242,0.0030984562,-0.0004413559,0.0064907526,0.005969863,0.016389767,0.009150147,-0.0024772985,-0.004541724,-0.006147515,-0.01045991,-0.030759828,-0.012760575,-0.0045965314,0.0056820316,-0.0038132705,0.029974818,-0.0042621037,0.005836195,-0.0031429545,0.022142494,0.021579986,0.015674215,0.016455807,0.0024640001,0.0049999165,-0.019681608,0.035580277,-0.0040365974,-0.00016378307,0.0133574875,0.011390241,0.013056897,-0.0035482158,-0.007742562,-0.008712598,-0.018651886,0.012803145,0.005857386,-0.020090846,-0.015171794,-0.030762555,0.0043657585,-0.021382954,-0.008114097,-0.008583407,-0.014705542,0.016533418,0.021113062,0.017413227,-0.010204239,0.017636126,-0.015601264,-0.022301426,-0.006057208,0.017135346,0.0105976015,-0.015977167,-0.0005572264,0.011405007,-0.0147554735,-0.0038093352,0.008912959,-0.0047886902,-0.006216748,-0.00845579,-0.010816896,0.013575975,0.008467409,-0.013656369,0.003135024,0.0029802925,0.0034258782,0.0047384994,-0.0042265086,-0.007761689,0.0035294774,-0.014044393,0.004463899,-0.008357001,0.018619558,-0.010453725,-0.000860779,0.010374321,-0.0077870185,-0.008769765,-0.016214645,0.013183145,0.011602071,0.010376445,0.007693412,-0.013233166,0.0064968937,0.017002283,-0.002147772,-0.005341087,0.029907238,0.024694536,0.003780339,-0.0034260526,0.0011812528,-0.03613304,-0.006415449,-0.009274162,0.0037958545,-0.004956952,0.0013991718,-0.016111864,0.00091046817,-0.00034669007,-0.00013217553,0.0035796182,-0.020965798,0.01965241,-0.0072677378,0.008651258,-0.021675294,0.0013246373,-0.010679793,0.010293982,0.012380269,0.002096802,0.012915953,0.012225529,-0.005707099,-1.5061589e-05,0.021136938,-0.0031633526,0.005836438,-0.004871801,-0.0052958163,0.005589738,0.008117146,0.0049759955,0.01773209,0.012103917,-0.014555865,0.025790801,-0.008723459,-0.023853783,0.02769217,-0.018409057,0.010127548,-0.008406318,0.022585906,-0.00117628,0.008497786,-0.0068563297,-0.0043224734,-0.0028004777,0.0077679637,0.010845354,0.0006266782,0.0009776365,0.004902103,-0.002960453,0.0059057027,-0.16929063,-0.020608768,-0.011186765,-0.032846216,0.009630731,-0.016999949,0.014918518,-0.023017872,0.015439342,-0.010818216,-0.0009525519,0.0018345782,-0.0025895708,0.0042608236,0.024245527,-0.009146166,0.027905326,0.006585912,-0.010800182,-0.0033850798,-0.017998485,0.0068191653,0.015105899,0.018303253,0.012804835,-0.01376243,0.0007822313,0.008620261,0.015289135,-0.0036847906,-0.015355119,0.008200901,-0.002206157,0.011171839,-0.0027139182,0.019027434,-0.0044549517,0.014929204,-0.020333897,0.016484745,-0.0027683668,0.017525757,-0.0043041646,-0.005569165,-0.019189226,0.0027878673,-0.0003377721,-0.011012671,0.0068817153,0.014488316,-0.0066313758,-0.03233259,0.0051840073,-0.0010870765,-0.0006950378,0.00231016,0.01332309,0.013045208,-0.023777442,-0.015743542,-0.007729058,0.0015554549,-0.00022988365,0.035867646,0.009434328,0.013732892,-0.0010147283,0.1333628,-0.02463552,0.014080766,0.00910172,-0.022854973,0.021232972,0.030567756,-0.016894698,-0.021695416,0.00044954408,0.01839708,-0.0037299483,-0.0039741243,-0.0045232857,-0.0011108312,-0.0063156243,-0.0281479,-0.013960346,0.006236716,-0.011424765,-0.0296612,0.0011848728,0.00735625,0.009832398,0.0074706357,0.019524997,-0.013592356,0.013754675,0.012224413,0.007298776,0.005512497,-0.023750322,-0.012096505,-0.0154478755,0.0012252898,0.015146375,-0.006472854,-0.012120325,-0.0133347465,-0.004001993,-0.010501572,-0.0039561167,-0.036280554,-0.009919805,0.004380442,-0.013136468,-0.011933171,0.009742965,0.000805883,-0.0002885395,-0.03923835,0.0020273419,-0.01511996,-0.0021582502,-0.013373213,-0.017174134,0.010401211,0.011043626,-0.0011140745,-0.014041629,0.009584745,0.02209982,-0.003665978,0.014248187,0.019129984,-0.00015681412,0.008738791,-0.0102747865,0.0143160205,-0.10089276,0.005433852,-0.020378228,-0.0051058764,0.005320818,-0.026640916,-0.012918904,0.021546869,0.032385767,-0.019037396,-0.0001978747,-0.015312208,0.007089113,-0.00018048447,0.0062906756,0.0059329346,0.000673776,-0.030512046,0.0071600447,0.003852442,0.0042129853,0.0045785056,0.0038871893,-0.002996382,0.0021262767,-0.017325051,-0.03612755,0.0037037262,0.0148817785,0.02103837,0.007019694,0.015853241,-0.016494958,-0.014565476,-0.019455668,-0.005164369,0.0063137957,0.011259767,0.0005961636,0.0073568583,-0.0152080655,0.0054021487,-0.009767004,-0.0035332511,0.002673076,0.013561658,0.0017575377,-0.016144957,-0.010117628,-0.02286855,0.012926834,0.005813702,0.0016854035,-0.029289158,-0.015943633,0.017944248,0.015042225,-0.017699637,0.030057075,0.0006111397,0.0067729326,0.0035854713,0.0030476206,0.013189359,0.006666293,-0.008839278,0.02589629,-0.013275986,-0.010556808,-0.013745304,0.0015866614,-0.003705194,0.015412923,0.00075303455,0.004512067,0.0051133726,0.01203976,-0.007371133,0.008119246,0.01591913,-0.02678391,0.006182644,-0.0009988392,0.0014485754,0.03259983,-0.002497172,0.0039049955,-0.0028034565,0.004637709,0.013733473,-0.00033067528,0.007802717,-0.029421505,0.018560976,0.010548607,-0.0035392113,-0.006934893,-0.004385293,-0.0055576325,-0.016963573,-0.006615379,0.00012304336,0.009396683,0.0054380023,0.010601974,-0.005458883,-0.01198146,-0.021139713,0.010807516,0.007076676,-0.0013216971,0.0010214591,-0.016663516,-0.022831118,-0.0012364117,0.002841408,-0.012148485,-0.033851225,-0.005491786,-0.01386204,0.019055586,-0.016098205,0.008633557,-0.006518681,-0.013787634,0.017379006,0.015665382,0.0113782715,0.016605347,-0.004577378,-0.0039179223,-0.00036054276,0.028116962,-0.011864689,0.011565112,-0.0013117248,-0.006808806,0.013435219,0.013233496,-0.0081887655,0.0016687065,0.038924973,0.0012213474,0.004371282,0.0036878113,0.018739358,-0.0014408256,-0.033129826,0.000100714766,0.008525795,-0.018702019,-0.016061513,-0.008272679,-0.009491341,-0.011725928,0.012635396,0.008901749,-0.0012781231,-0.015152928,-0.008888906,-0.007562573,-0.02252799,0.009872685,0.0006649543,-0.00084944494,-0.034774996,0.01031911,0.01702696,-0.015184814,-0.001790534,0.019586124,-0.016991373,0.016835876,-0.0024614243,0.00515184,-0.0010854265,0.007775257,0.028025517,0.0150175905,-0.07500429,-0.004798564,-0.00046638196,-0.0027038397,-0.016237056,0.03604672,0.012742881,-0.021389794,-0.016184058,-0.0049334834,0.033208903,0.027646543,0.008824458,-0.02181839,-0.006223547,-0.0011063649,-0.0005093442,0.024742087,0.018924724,-0.006031091,0.0066399854,-0.007054187,-0.010207335,0.012989237,0.0038001358,0.014810438,-0.0020944516,-0.023803808,-0.0027059873,0.0029085819,-0.012152152,-0.004862504,-0.00800305,0.0024909938,-0.012675802,-0.01316419,0.0046002655,-0.0054325783,0.008131232,-0.03264167,0.003954692,0.0030834135,-0.041290503,0.014020643,0.0097282035,0.0023285344,-0.024595803,0.0013052439,0.0026904317,-0.021697218,0.020705955,0.0075941365,0.0023287379,0.0016622192,0.007893897,-0.023139885,-0.019713685,0.008943819,-0.0100468965,-0.016631594,0.0005633525,-0.02730419,0.012346006,0.017130518,-0.011290012,0.03214631,0.0041270265,0.01920304,0.019088173,0.021766538,0.010411512,-0.010446753,0.01351033,0.02811452,-0.008986872,0.003674498,0.0011601255,0.002657734,0.00015360859,0.02492073,0.0072376374,0.008707366,-0.021903692,0.04658475,0.009967766,-0.02768878,0.0032339315,-0.080360994,0.004317985,0.005799511,-0.0013522244,0.010462542,-0.017850906,0.004688724,0.016987609,0.01640189,-0.01781601,-0.013999936,0.002189548,0.00060904364,0.03203617,-0.0136080505,-0.0068572075,-0.007745395,-0.0053190337,0.003180075,0.01640346,-0.0032707308,-0.009327345,-0.02128482,-0.0048753214,0.006940276,-0.03213649,-0.020331217,-0.009820813,0.014589723,0.013357526,0.005981524,0.0051307636,-0.00014766162,0.006408481,0.020237241,-0.0056060045,-0.041093018,-0.017094044,-0.0020051296,-0.021575235,0.001632754,0.004418013,0.0069732824,0.032119945,-0.012734636,-0.0050500454,0.02069903,0.008258354,-0.0144900605,-0.0027857812,0.002351926,-0.016864486,0.0004814182,-0.015820423,0.01818277,0.028529478,-0.015229581,-0.03253997,0.024642916,-0.0069243074,-0.014492779,-0.0016414814,-0.013855748,0.013711055,-0.004597126,0.022902982,-0.022022065,0.030222746,-0.026274035,0.010389399,-0.0028581473,0.021025104,-0.014969842,-0.009373391,-0.0069868458,-0.006798753,0.0143830255,0.026976626,0.016213536,0.00912733,-0.015656583,0.014177834,0.008048939,-0.010196196,-0.00035724812,-0.005748313,0.014958202,0.0038007603,-0.01508207,-0.0043311277,0.014410417,0.00919158,0.01012154,-0.026080115,-0.0023442146,-0.00722782,0.0005758399,-0.00022434864,0.0058779395,0.010150084,-0.006652979,-0.00021735099,-0.011037354,-0.002544405,0.006376375,0.036938556,-0.011078534,0.018520098,-0.015518847,0.0059219506,0.010714662,0.0024074363,0.012848796,-0.0023153615,0.0028321792,-0.03129699,-0.009319962,-0.00024362674,-0.016694091,-0.0042582615,-0.015913188,-0.018671274,0.008247866,-0.018051207,0.01524269,0.013919203,-0.022127561,-0.010426731,-0.013913065,0.004534513,0.0127476705,-0.015364002,0.0081829615,-0.018766996,-0.007919618,0.010631752,-0.026379839,-0.019658351,0.00915712,0.00037894107,0.003290952,0.002583234,0.012240991,-0.01464267,0.010609226,-0.013396964,-0.0071584205,0.023649156,-0.013196416,-0.007544187,-0.0015374931,0.0135390265,-0.007162029,-0.010455294,-0.0078084064,0.018422179,-0.0012590509,-0.012032163,0.01705952,0.00874134,-0.0057312725,-0.020866368,0.0012244348,0.0068873554,-0.010267097,0.00056650786,-0.007922741,-0.0038217471,0.016051749,-0.017519627,-0.022395443,0.016338676,-0.001989433,-0.010141674,0.035271645,0.019773804,0.007980892,0.0306218,0.02267883,0.004762492,0.017907342,0.007526171,-0.021722693,-0.013357477,-0.009648667,0.018556245,-0.015180709,-0.0043884395,0.001245169,-0.0031696097,-0.020264296,0.0053486577,-0.015307316,-0.012288036,-0.0015698569,0.0028610232,-0.025114128,-0.008688566,0.021359775,0.019724848,0.0008314809,0.016096517,-0.009505969,0.017573254,-0.007075966,-0.008402255,-0.05390073,-0.010195878,0.004238092,0.011367758,0.010884255,0.002342925,-0.005496997,0.024542693,-0.014393832,-0.001513532,0.021567274,0.013600798,-0.008088698,0.0014697299,0.00044678812,-0.01679909,0.009907488,0.024857152,0.02218722,-0.010360833,-0.013324166,0.009587707,0.011363123,0.0014519603,0.014754215,0.0069256555,0.015797073,-0.0007713493,-0.015841661,0.008305764,0.032126468,0.024646377,0.006707629,1.4520232e-05,0.015987262,-0.011604421,0.010334847,0.0011198252,0.0033923003,-0.010675968,0.011054822,-0.0074604456,-0.0071471934,-0.004336637,0.008329126,0.018228376,0.010067626,0.006887744,-0.006351079,-0.032498844,-0.002337073,-0.010229421,0.0024616576,-0.015555615,0.018630523,-0.015279254,-0.006013136,0.013888736,-0.016022593,-0.006188972,0.0007707595,0.008785459,-0.007063479,-0.010176454,0.013126137,-0.008043759,-0.017278481,-0.0049725454,0.00512498,0.0053221667,0.015730107,-0.009523282,0.024859698,-0.0065043275,0.016600557,-0.0121260965,-0.004702775,-0.022895107,0.004740612,-0.010945046,0.013154242,-0.003685443,-0.007214874,0.01115757,0.020158654,-0.0055659097,0.023747986,-0.043123126,-0.0062640514,-0.0023380779,0.010768608,-0.014001992,-0.032110777,0.01599607,0.029471876,-0.009399939,0.0053980974,0.0049582766,-0.018343076,0.02953407,-0.01148495,-0.019817274,0.009164294,0.02026563,0.017281894,-0.026088297,-0.001918435,-0.0059490968,-0.012595318,-0.022422418,0.0029068312,0.0038470528,0.00828239,-0.011121728,-0.011719649,-0.0015793036,-0.00719181,0.020277686,0.008075071,-0.009247306,0.012260423,0.01205902,-0.026173178,0.012718991,-0.013786439,0.013452033,-0.021717457,-0.0028655634,0.029216787,-0.019622372,0.0076779295,0.00938794,-0.0014343506,0.006148877,-0.022998532,0.0063929935,0.00447378,-0.029632406,-0.010285194,0.015071334,0.0035903286,0.0052902526,0.00079002196,0.0077536227,0.0030777026,-0.013007132,-0.0045136297,0.029348873,0.013712287,0.0025078307,-0.010361098,-0.004325407,0.011233033,0.0008471121,0.008760659,0.0054808147,0.002314819,-0.0075988965,0.016616391,0.0045263576,0.025273643,0.004049137,-0.011562861,0.016356368,0.0120780235,-0.0060850056,0.023011914,0.015367633,0.013202907,0.013875262,-0.008841776,0.0051655504,0.02323281,0.0024193525,-0.04164635,0.02894838,0.0041224486,-0.0013176553,0.007651676,0.019583803,0.0034006138,-0.0006800281,0.0017263446,-0.005544412,-0.027177924,-0.010667393,-0.0012970462,-0.0023492496,0.001129419,-0.019663667,0.012201719,-0.029330993,-0.006211394,0.029271116,0.013662378,-0.017845683,-0.0025016794,-0.006968525,-0.019172678,-0.024831384,0.006886656,0.0025118245,0.01048289,-0.008713537,-0.015377483,-0.0010017633,-0.017996667,0.021003444,-0.026568275,0.026984159,-0.019844234,0.0023552238,0.007535864,0.0055553974,-0.00368214,0.0040960074,9.3588416e-05,0.005536816,-0.003718817,-0.004463077,-0.0049764845,0.00065933197,0.035902433,-0.0070023895,0.01996581,-0.0150789,0.010719758,-0.010149353,-0.01291068,0.016149804,-0.013826144,0.013944769,-0.028597035,0.009338121,0.01164876,-0.003910687,0.0021248497,0.021161407,0.017463442,-0.0071227294,0.0018855447,0.014491905,0.008646035,-0.0033346596,-0.032642294,-0.005941956,-0.0007040591,-0.029928666,0.011201893,-0.003996403,0.013235683,0.021872038,0.023730574,0.008696914,-0.014457869,0.0028541249,0.013503434,0.006423482,-0.030337028,-0.01514435,0.002864988,-0.015251812,0.006581482,-0.012571379,-0.01666191,0.004049954,-0.04708063,0.00619932,0.0008996692,0.01371489,-0.012638726,-0.01197961,0.00904198,-0.01758091,0.0025771207,0.010137575,-0.0046374504,0.0073957634,0.009385369,0.0014627072,-0.019281764,-0.059909333,0.002367734,-0.009026584,0.0028840431,0.017475141,0.015187133,-0.004749313,-0.030742804,0.004922157,-0.0041203983,0.00999012,0.018609123,0.018603053,0.0022157694,0.0051656584,0.0216055,0.0034761818,0.022003395,0.012363153,-0.020268312,-0.004186469,-0.004969022,-0.04357945,-0.0025076203,0.010692959,0.0024161064,-0.008638777,-0.0097491555,-0.01033561,0.022865282,0.012487622,-0.0016860812,0.016310103,-0.014723018,0.011279161,-0.01724921,-0.0008758866,0.013731201,0.00018165464,-0.0041671772,0.0048178877,0.016972575,-0.009851728,0.024051249,-0.008168172,-0.013182548,-0.00026171264,0.0006005861,-0.015316639,0.0041414434,-0.011625806,0.008125694,-0.006969914,-0.014047853,0.014763874,0.0075542354,0.02182576,0.021826336,-0.0040667364,-0.03394178,-0.017680569,-0.010684921,0.011884753,-0.0047269887,0.0073605496,0.008953075,-0.015838997,0.0022748378,0.01038721,-0.0061618797,-0.0074752797,0.005239821,-0.026434472,-0.01848966,-0.004721656,-0.007381424,0.0001669996,-0.009202095,-0.0072398433,0.009031627,-0.003363401,0.013091202,0.014402986,-0.008060336,-0.006188158,0.022966003,0.012115349,-0.01231135,0.00340766,-0.009003342,-0.0041887136,0.0063769617,0.019901922,0.016553432,-0.025700413,-0.034785874,0.001710529,-0.01691731,-0.030394739,0.0130896345,0.0017881809,-0.008841661,-0.009073941,-0.011265507,0.006401975,-0.008897535,-0.002039759,-0.004293689,0.017025232,0.0009752189,0.013483721,0.011712632,0.01912585,0.014456995,0.01591123,0.0016090851,-0.019850822,-0.03142524,0.00027640432,0.018021155,-0.0064810105,0.008091063,0.01711945,-0.015831891,0.028269822,-0.01881248,0.0070937253,-0.0058997134,0.0003980871,0.0016444841,0.014715031,0.0131439315,0.03331182,-0.015640913,-0.006466131,-0.010309334,-0.0041851373,-0.009710261,-0.026190672,0.03426492,0.017608404,-0.00014571736,-0.0050141485,-0.021123525,-0.002600631,0.009026757,0.013001451,0.0020858776,-0.00035205774,-0.023323882,-0.002779312,0.0058790767,0.028825743,0.00041086687,0.013823587,0.020350566,0.011635017,0.021503948,0.0050274064,0.025418734,-0.010233464,0.0032287282,-0.013128204,0.01791156,-0.0015496311,0.002042609,-0.02146899,-0.010004594,-7.740791e-05,0.010902615,0.012705806,0.015679369,0.0154615585,0.009310097,-0.001136087,0.01967186,-0.0028570767,-0.005322632,-0.0023788644,-0.0062439037,0.009081644,0.007190634,0.0019780688,0.041133516,-0.010028141,0.004062382,0.012648722,0.0023523525,0.011041481,-0.007879942,0.0028268755,0.00010018079,-0.0063761882,-0.0060050865,-0.0019144481,-0.011239921,0.0023350236,0.0023621193,-0.005369358,0.16695401,0.13254376,-0.005806981,-0.011555084,0.0005121154,0.0015496317,-0.020390762,-0.01861794,0.0003956458,0.026141156,-0.008926246,-0.0036686806,0.005095546,-0.024165388,0.0037799834,-0.0071111377,0.0016591022,-0.007307618,-0.03334512,-0.0056141713,0.008268636,-0.0062969653,-0.005990402,0.014213014,-0.025213676,-0.014275431,-0.006248152,0.013351395,0.007920108,-0.012729622,-0.030877901,-0.005825029,-0.016612558,-0.006279228,0.0033131004,0.006271402,-0.014550687,0.015221637,-0.01280297,0.006760563,0.004271911,0.021603325,0.001307528,-0.008146662,-0.0030009528,0.008095293,0.005948727,-0.0048551406,-0.016935572,0.0033302018,-0.0078925,-0.017132966,-0.00854825,-0.0048168236,-0.0006435092,0.00468385,0.011677825,0.002996382,-0.0024742475,-0.0122137675,-0.013853274,0.0056087873,-0.017275617,-0.008803262,0.003845466,0.0029624205,0.006093425,0.012137946,0.0062315557,-0.013179727,-0.008067596,0.025652343,-0.011174903,-0.0067606787,-0.017783223,0.03705077,0.031239895,-0.018998664,0.0048513925,-0.013181503,0.0015565511,0.005011541,0.012734786,0.0117990365,0.018986495,-0.0181873,0.01391401,0.026245713,0.10284362,-0.00756503,-0.008935457,-0.010666089,-0.007325134,0.016300123,-0.008216077,0.04902495,-0.012089258,-0.009425314,0.008816953,-0.020580146,0.009591904,-0.032886297,0.027312031,0.0009964391,-0.006172908,0.018067071,0.012461063,-0.013618517,-0.018180998,-0.0049207485,-0.032617923,0.012020768,-0.0015768128,-0.016492587,0.015971994,-0.01997023,0.01595284,0.00080653816,-0.10980716,-0.016571205,0.011690446,-0.013664336,0.013601813,0.021313488,-0.01628852,-0.003398122,-0.012397557,0.0011773099,-0.003711137,0.011838226,0.011583531,-6.9974885e-05,0.009062715,0.022262227,0.0120006995,-0.031353507,0.0067533697,-0.017606735,0.017891474,0.01324289,-0.00044546725,0.016512945,-0.0005680842,0.0039631836,-0.008164333,0.023545573,-0.005487459,-0.011559271,-0.01978834,-0.011769326,-0.0018508863,-0.0006354819,0.004462835,0.015091287,0.004918603,0.007328272,0.012152925,0.019328466,0.0037756858,-0.00392721,-0.017810099,0.018998742,0.017222082,0.00048079286,-0.0047527933,-0.00741907,-0.0019715317,0.014531055,0.017739153,-0.0014293924,-0.00214166,0.0014235992,0.0021803658,-0.0128201535,-0.0054341974,-0.017843377,0.016794786,0.009692169,-0.022119116,0.0041680303,-0.01102875,0.0023423682,-0.010744203,0.011913831,-0.023191294,-0.01199266,-0.017891558,-0.0026684853,0.027058503,0.004056169,0.01086835,-0.016890582,-0.010257443,-0.00868541,-0.008690902,0.016486557,-0.0055705416,0.03286859,-0.007932745,-0.020009315,-0.010779493,0.12683102,0.014841048,0.015567035,-7.84909e-05,0.005415756,-0.0089184465,-0.01643727,0.003588346,0.012601451,0.02101589,-0.0073918025,0.02866502,-0.0015263259,0.013256979,0.013986962,-0.0032288795,0.0043124245,-0.019101068,-0.0071532596,-0.0063934308,-0.004647987,-0.005512897,0.008029781,-0.00034427032,0.003593932,0.0035521328,-0.030552005,0.01940903,-0.020696087,-0.004748564,0.0031786747,-0.010351171,0.013530861,-0.031936273,0.0018983678,0.007928407,0.016864035,-0.0002369685,-0.014578826,0.0025514725,-0.021388171,0.039062392,0.010037241,-0.0009444467,-0.029475767,0.19749399,0.017801128,0.0103645725,-0.0023531832,0.0067418506,0.014698548,-0.0064774123,-0.014359556,-0.012922878,0.018871434,0.020796133,0.019551719,-0.017418427,-0.006431881,0.013716746,-0.0014455505,-0.0049736877,-0.007433762,-0.0013974843,0.009815464,-0.005604756,0.018367833,-0.0039171195,0.009713369,-0.01882634,-0.021091234,-0.009465701,-0.018266872,0.00053330814,-0.007250155,-0.002814136,-0.017716115,0.013400114,0.0014094078,-0.023465939,0.011408945,0.005461321,-0.023445714,0.005980704,-0.019592538,-0.00104099,0.004671364,-0.014278692,0.009730165,-0.009736833,0.014099311,-0.003925731,-0.020925712,-0.005554295,0.023847332,-0.003077695,0.017545374,0.012289423,0.0020089182,-0.0033043337,-0.017772079,0.011258286,0.007938149,-0.0011008157,-0.010998302,0.005427854,0.022798527,-0.008773735,0.01762407,0.005143712,0.007666169,0.00027552384]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 82,
          "content": "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.006736585,0.018370876,-0.0022489738,-0.10700313,0.007905403,0.0117019275,-0.025530389,0.0069292723,0.023926524,-0.023707429,0.0042878464,-0.01774543,-0.015611238,0.0052118953,0.089988455,0.015340977,0.012815606,0.024248531,-0.0035067014,0.035755653,-0.009424418,-0.00011222055,-0.018239712,0.012528359,0.025558796,-0.0010851001,-0.0035212045,0.016739415,0.016075347,-0.026990773,-0.012336764,0.0066815033,0.0035568771,0.020078825,0.018098503,0.011072717,0.010848537,0.0041681915,0.017031055,0.029628929,0.015158691,0.025252607,0.008135262,0.03784498,-0.014289906,0.00043114895,0.017121315,-0.025072455,-0.0030433196,0.034786742,0.00077217043,-0.004277021,-0.03439372,-0.17265667,-0.01882018,0.03701853,-0.0068454742,-0.027862651,0.006846482,-0.020454152,0.0071175285,0.036177248,0.0153840585,-0.026766865,-0.009522432,0.013340413,-0.002488365,-0.010604149,-0.0060767056,-0.029733982,-0.024863893,0.026167613,-0.010042058,-0.018524762,0.017660195,-0.0064493828,0.03230723,0.04162955,0.013075715,-0.022340294,-0.025185037,-0.03616474,0.00100057,8.010489e-05,0.026254114,-0.013799496,-0.022914609,-0.014394296,0.01814765,0.010620649,-0.0167612,0.028010631,0.008749449,0.032518335,-0.011571601,0.0070065665,-0.03875356,-0.0036542788,-0.020162033,0.0015703985,-0.03511637,0.0007253095,0.023754438,0.035624303,0.01829116,0.0030823986,0.023135088,0.027504122,-0.014084276,0.0050219195,-0.008046895,0.02259247,-0.034601986,0.009987523,0.0032243738,-0.11790871,-0.02328152,-0.034384362,-0.0038883667,-0.029127162,-0.023033466,0.0015038436,-0.0038020515,0.021259358,0.02152677,-0.031661138,-0.006777239,0.026582075,0.008577052,-0.0055451575,0.015081482,-0.016707206,-0.0076765786,-0.009735401,-0.01579148,0.025260204,0.011565478,0.049241196,0.007401395,-0.015238928,-0.005492157,0.011237024,-0.024869539,-0.0199118,-0.029125156,-0.0068465816,0.007818773,-0.004807555,0.006568452,-0.01940805,0.013852313,0.023226148,-0.02359596,-0.010844684,-0.014368022,-0.023780772,-0.002423731,-0.008447761,-0.01779146,-0.010604322,-0.019407732,0.009434969,0.019780105,0.0112479795,0.012468525,-0.007605584,0.0068317465,0.012923806,-0.005006921,0.010398814,0.0006468599,-0.010750053,-0.0025890963,3.100329e-05,-0.0016579862,0.011383634,0.014894799,-0.0010364357,0.0071347603,-0.009702422,-0.024076547,-0.001388638,0.017732486,0.018607808,0.006887757,0.021882745,-0.0056140022,-0.009396908,3.3950448e-05,-0.010946643,-0.0310456,-0.008653097,0.010649467,-0.024659231,0.021616517,-0.03393187,-0.012507922,-0.030055678,-0.009248004,-7.537674e-05,0.013127213,0.024890928,-0.004935024,-0.013894383,-0.014659801,0.011048057,-0.007816121,0.00026917952,0.0068435464,0.009566213,0.017187055,0.026898773,0.016238313,-0.023293586,-0.0071782917,-0.029663518,-0.011522638,0.0028070451,0.029653342,-0.010584218,0.034678042,0.0027729445,-0.008686302,0.024553545,0.0167287,-0.01031766,0.00195698,0.023885889,0.040423006,0.019921515,-0.026499307,0.0055441186,0.020591894,-0.007881341,-0.0071208216,-0.014706089,0.02816033,0.03434956,-0.0105632,0.017276842,-0.004162056,0.023703896,0.019136138,-0.005144839,-0.008981043,0.013215158,0.027038492,-0.0039539253,-0.027676513,0.019258019,0.0075207246,0.0005943765,-0.011221567,-0.0041339,-0.01394864,0.004769268,0.012231544,0.004228853,-0.010475458,-0.0014554517,-0.00053527835,0.004048172,-0.0061697806,0.016606007,0.012690626,0.040915553,0.01659049,0.0031874706,-0.0050718915,0.0026380485,-0.017036442,-0.0067464747,-0.022731831,0.01713837,-0.0026640636,0.027767051,-0.030761153,0.027423015,-0.000107784,-0.030789278,-0.008280246,-0.0070374357,-0.00062221236,0.032773074,-0.01441465,0.010696117,-0.008548519,0.030318504,-0.030796528,-0.009496811,0.023945149,0.0020503222,0.004231878,-0.0018496057,0.0189153,-0.012468769,-0.0019457336,0.005255651,-0.012613038,-0.036076073,-0.0009841353,0.00904527,0.0316097,0.02479215,0.01017899,0.013531102,-0.013036835,-0.013333854,-0.011886298,0.003154997,-0.0196434,-0.026007984,-0.024152603,-0.0092851715,-0.005996398,-0.035442818,-0.0150997,-0.013003864,-0.006522785,-0.017212888,0.009164582,-0.009735331,-0.018719463,0.0229618,-0.013641395,0.015087047,0.011332552,-0.008717925,-0.0053064544,-0.022936031,0.0059667435,0.016857117,-0.0093929535,0.007972574,-0.027986689,0.031826515,0.00063416664,0.021010334,0.0033145028,-0.013840761,-0.0020913219,-0.008351051,0.0074952706,-0.02358855,0.01553256,0.012254518,-0.0008879975,-0.013421423,-0.019933112,-0.025035825,0.0021265992,-0.0058767796,0.029362574,-0.02334681,-0.024100311,0.030707672,0.005895551,-0.0055423407,-0.013137432,0.025973657,-0.018178198,0.024388332,0.0136348605,-0.0017954774,-0.005975179,-0.023324272,0.024796357,0.03002821,-0.024887884,-0.0030608007,-0.020320848,-0.011307064,0.0013016625,0.01728853,-0.004775461,-0.013500118,-0.005939938,-0.0279015,-0.009192087,-0.0035227344,0.009987727,-0.0031619084,-0.0068501984,-0.013851446,-0.017944839,-0.0068609477,-0.010459427,0.020343745,0.018293202,0.02657518,-0.015839485,-0.0013197602,0.0027171043,0.04151721,-0.018466083,0.012805234,-0.013809481,-0.0373709,0.018316258,-0.012529568,-0.010538852,0.0147843845,-0.00862915,-0.018777031,-0.0102733,0.022333816,-0.029993558,-0.027294757,0.0060694874,0.017057152,0.0011174319,-0.007598144,0.040831804,0.023092572,0.009547482,-0.011484784,0.011153534,0.0076783383,-0.015814506,-0.03704729,-0.003168668,-0.0068774535,-0.010623465,-0.005817653,-0.0013908272,-0.012104358,0.008315227,-0.01890958,0.015927535,0.004610669,-0.007053926,0.00010109631,-0.013401811,-0.0131233055,0.0021474403,-0.024550512,-0.0073270034,0.024607211,0.01973874,-0.004253758,0.0027159736,-0.01098203,-0.0115933195,-0.012847766,-0.016100273,0.024067944,0.015288673,-0.019696347,0.0069133323,0.0068214196,0.036651302,-0.008730812,0.040345337,0.004000142,0.005061606,0.026717816,-0.016125286,-0.014994169,-0.005137586,-0.03928217,-0.008148354,-0.043825112,0.01056589,0.026603416,0.0072739446,0.009024,-0.0014080759,0.011300699,-0.024290783,0.026319576,0.012668602,-0.004502933,-0.0017077507,0.0054305107,-0.0020055058,-0.0064837337,-0.038132966,-0.010124543,-0.022734389,0.005025908,0.0065796287,-0.028475005,-0.002827246,-0.026250342,0.002507538,0.024072608,-0.018677043,-0.010523323,-0.0038025975,-0.016246054,-0.0066640903,-0.0013443868,-0.011061226,0.027825007,-0.01599894,-0.0146013005,0.030363403,-0.030307375,0.00904836,0.005525697,-0.018438939,-0.04739163,-0.0067542857,0.0042416775,-0.0058371075,0.02427885,-0.018105974,0.018979704,0.022569316,-0.0043913894,-0.0064220927,-0.007240303,0.032098312,0.0035934122,-0.019249436,-0.00951044,0.010688756,0.0010575561,0.0034427303,-0.011167434,-0.008164015,0.019709798,-0.028826576,0.009920192,0.021215275,0.019486913,0.0129665565,-0.034272477,0.01798779,0.00933657,-0.027622435,0.03618819,-0.01019325,0.035453293,-0.00674261,-0.0035738505,-0.0021443625,0.00612253,0.014000219,-0.022392787,0.00043849504,-0.0041715084,0.0013221314,0.00929348,0.034888905,-0.08197661,-0.0025384126,-0.020312326,0.005309256,0.0035622867,0.006319949,0.01754234,0.012711513,0.036435552,0.011551893,0.019018544,-0.024107262,0.0034209883,-0.020781549,-0.007719934,-0.0100624375,-0.0035219905,0.00063584006,0.022630746,-0.009183145,0.019150164,-0.026873289,0.007759852,-0.008774555,0.017845787,-0.0016051813,0.004295184,-0.008121278,-0.02137138,0.008065234,0.026652228,-0.0065952837,0.006334579,0.004119642,-0.0008909851,-0.023463802,0.014559012,-0.002389892,0.008238444,0.005169144,0.008401793,0.036836307,-0.009067105,0.0057476168,-0.0328255,0.014754833,0.016175982,-0.011273099,0.031080019,-0.035220847,0.012566667,-0.024682444,0.016256759,0.00901216,-0.0033945686,0.010305352,-0.015184402,-0.0034697175,-0.0028053026,0.0038112667,-0.007209984,0.016946133,0.020455046,0.0320496,-0.011420994,0.0108404495,-0.008577379,0.0067866375,0.0027829884,0.03656779,0.0072639524,0.009200984,0.0062391264,-0.027719706,0.01080628,-0.0029369441,0.005560055,-0.016111892,0.021206884,0.013006568,-0.013699387,-0.0032486562,-0.08635559,0.01270768,-0.04616099,-0.010902493,0.008068796,-0.0017079436,-0.009292796,-0.040677052,0.0016405185,0.023081504,-0.020879969,0.0015285759,-0.009815285,-0.0054112305,-0.03493653,0.00044067582,-0.00863008,-0.00066684413,0.02068918,-0.00046634185,-0.022097483,-0.024697289,0.0029292922,-0.003756119,0.0032461265,0.016760215,-0.0047376566,0.0068460307,-0.008829094,-0.01883148,-0.022585506,-0.13549879,0.023346363,-0.014697382,-0.016029269,0.015560702,-0.014641277,0.027541913,0.008451537,0.0014881878,-0.009234386,0.025248034,-0.013156565,-0.016506286,-0.010995107,0.007503039,0.11083913,-0.004762092,0.00037947125,-0.0036700575,-0.032596372,-0.012514363,-0.01189743,-0.0007088356,-0.0048874905,0.0004439858,0.018083354,0.03020569,-0.0019895865,0.005559859,-0.005171934,-0.011426251,0.015952071,-0.007410882,-0.0106206965,-0.007551848,-0.0069421562,-0.010967501,0.0035600585,-0.024449134,-0.0029619085,-0.01126318,-0.023203947,0.0015889913,0.0033265236,-0.018120015,0.013863482,0.00967607,0.0011655971,-0.00055106106,-0.000710773,-0.031851105,-0.07870201,0.03433523,0.023799976,-0.0099027,-0.0029042508,-0.0019940224,-0.015329687,0.017881121,-0.015695564,0.008516025,-0.00802922,0.009799223,0.003950299,0.004143713,-0.008874013,0.016501686,-0.016821936,-0.013274292,0.016129648,0.006358758,0.005016435,-0.033699818,0.009937351,0.0047537927,-0.014708891,0.0040880563,0.05370292,0.015557045,0.0074845045,0.026580237,0.0056058844,-0.018990966,-0.0033372513,-0.016418507,0.010388804,-0.01183561,-0.030950302,-0.00042359502,0.030888518,0.016045693,-0.017515432,0.028201988,-0.01069026,0.005349536,0.009242182,0.021214819,0.0073211687,-0.029450946,-0.0013511868,-0.045422263,-0.004313446,0.032390025,0.013185465,-0.004774669,0.0049068173,-0.005109068,-0.029080495,0.026822843,0.01394894,-0.008176168,-0.0155287245,0.0011203754,-0.0012036272,-0.0026536188,0.018989034,-0.0076174117,-0.022692885,0.021963485,-0.015401,0.0018837026,0.010533078,-0.011161372,-0.010135495,-0.00039630636,0.0074381055,-0.0060200565,0.019062046,-0.0021530928,-0.057090417,0.0067720427,0.008189451,-0.013753544,0.013123636,0.003370699,-0.0016697522,0.008760982,0.0024242622,-0.00022576987,-0.0063327057,-0.009328434,-0.0023073447,-0.0035663461,-0.0009441967,0.0121893855,-0.003711695,0.025465667,0.0018367274,0.019080985,0.011870071,0.026882613,-0.017174952,-0.0039947857,-0.004748582,-0.013566819,-0.0061415527,0.0013923409,0.0077697006,0.016663125,-0.010383908,-0.009109588,-0.010797992,-0.014723704,0.008590342,0.015151985,-0.012611974,0.015331111,0.012492466,-0.012335873,-0.0064318897,0.02696597,0.008122576,-0.0064361836,0.0029245508,-0.0039307103,-0.0075278124,-0.0011466815,-0.0026717065,-0.0018903462,0.006783958,-0.004972517,-0.0052723144,6.144761e-05,-0.0005759806,0.001907159,0.0062296153,-9.720163e-05,0.0004316596,0.0040237815,0.0007931685,-0.021253897,-0.02134839,0.013607612,-0.030782312,-0.0038951912,-0.0091322195,-0.0031156882,-0.0018205334,0.0151395975,0.0037355206,-0.018095396,-0.016713023,-0.002890919,-0.013330369,-0.01193853,0.0040710443,-0.00014210565,-0.0060864035,0.014870575,-0.0052494965,-0.0033534756,0.0064327456,-0.003174195,0.0064718626,0.012660103,0.012595018,-0.006312496,0.013305,0.011605891,-0.004847946,0.007903402,-0.018447036,-0.00869876,-0.0025010072,0.012958259,0.008074178,0.006685609,0.0008488146,-0.023368193,0.028831555,-0.0045474144,-0.011637516,0.03330739,-0.0013433392,-0.006838216,0.016768198,0.029819936,-0.0058556856,-0.011392106,0.008011413,0.017175762,0.005489729,-0.0035195476,-0.00605984,0.012526221,0.007841093,0.022039507,0.0052057058,-0.011661183,0.0026042997,-0.0065218094,0.0069133895,0.023217881,0.009947224,-0.0012579866,0.010707392,0.002819763,-0.00034320357,0.0038080204,0.0012084545,-0.0007391669,-0.016576778,-0.009351996,0.0072357533,-0.003205417,0.015907707,0.0035238466,0.01450903,0.00570895,-0.0005878097,-0.014893123,0.013171827,0.024197923,-0.013015246,0.010078437,-0.014500912,0.010227201,-0.027826842,-0.0071485233,0.002198769,0.00749704,-0.004816685,-0.0052770386,3.065408e-05,-0.01555905,-0.0115314005,0.016662333,-0.0038580988,0.007940002,-0.015719166,-0.01321165,0.010224762,0.011206082,-0.005399671,-0.0033778762,-0.010543362,6.864829e-05,0.0043190643,-0.011831479,0.024511054,-0.01852689,0.010693665,0.006203952,-0.011480089,-0.0046307202,-0.0027333882,-0.017086003,0.016589155,0.01821386,-0.0035942015,0.09326609,-0.01285654,0.010269247,0.00760944,0.004049796,0.011459824,0.0063068005,-0.03471838,-0.000619931,-0.014320381,-0.0031121187,0.0074164113,-0.021275934,0.0033692853,-0.013796924,-0.001309525,-0.0022246677,-0.0033848418,0.004173098,-0.007125792,0.0102363,-0.006686362,0.0055565555,-0.011347135,0.0036962335,-0.0011038693,-0.014537337,-0.01275305,0.015314642,-0.012127088,0.007518382,0.0054324395,0.019008497,0.0010050626,-0.0049728956,-0.0110733565,-0.0018688741,0.0068892054,0.02342171,0.011616158,0.019443756,-0.0040377276,0.009449291,-0.0057968074,0.00049867434,-0.009923091,-0.013369389,-0.0034123978,-0.0105093,0.0046008294,0.011142459,-0.009713564,-0.0010915413,0.0051887003,0.0009108947,0.012082069,0.007049498,-0.0018914979,-0.011302139,0.02055271,-0.020542542,0.01749637,0.01460427,0.00021997899,0.00065974187,0.016305946,-0.004059595,0.0029043676,0.01217748,-0.0053955116,0.0005080534,0.00012989303,-0.00018440459,0.0026198819,0.008355815,-0.00636808,0.0017760033,-0.004062361,-0.0070455577,0.0031293312,0.0060010985,-0.015899649,-0.012451836,0.018324079,0.019246796,-0.012601588,-0.0032420957,0.0096061705,-0.0068792007,-0.008523076,0.011570634,0.0032188394,-0.006599952,0.026169853,0.0001839351,-0.0005522039,0.054177407,-0.0015998904,-0.017872982,-0.005509852,-0.0081255715,-0.007202794,0.0011464978,-0.0071243276,0.0075312178,0.00090331305,0.012060421,-0.003295866,0.000824061,-0.015972083,-0.010706167,-0.0038675573,-0.018544992,0.010925956,0.0022370655,0.008245714,0.0016116295,-0.007636942,-0.015749391,0.017594552,0.00082082907,0.012183112,-0.0007333379,0.017340003,-0.01616864,-0.0022120625,-0.021229567,-0.015610922,0.0023883663,0.011711823,0.0046284525,0.01371162,-0.019932566,-0.00082869275,0.0031279468,0.016335167,-0.00043369643,0.009771005,0.0044620764,-0.013983196,0.010920519,-0.008678476,-0.017794529,0.01673689,0.006929028,0.009265698,-0.011363001,0.001221312,-0.0011204996,0.022557536,0.0057163686,-0.0100760255,0.0071310108,0.005080889,-0.01231592,0.0021232162,0.014623867,0.0062043606,-0.022551158,-0.0007968102,0.007825391,0.00030627832,0.010846457,0.0035754396,0.004143148,0.024763549,7.9832455e-05,0.0068074637,0.0041170917,0.026271231,0.0076130573,-0.0021790056,0.014636729,0.011999415,-0.0028523514,0.0032967208,-0.0059142206,-0.0058985916,0.0046171593,0.012784034,-0.004758175,-0.021113375,-0.009979448,-0.0045964783,0.030963907,-0.008907755,-0.018243182,-0.0046067326,0.013977248,0.0152927935,-0.005522821,0.013316828,-0.0059028235,0.020944042,-0.0029385465,0.015078003,-0.013104215,-0.005095614,-0.010183374,-0.003876346,-0.012603295,-0.0134537,0.013411753,-0.014356,0.000419015,0.0018132218,0.0019205633,0.009650231,-0.012643026,0.0065944535,-0.003158359,-0.01039224,0.019372607,0.015797026,-0.0075509283,-0.016761841,0.011792839,-0.00872993,0.0030396138,0.007988381,-0.014149076,0.0051997234,0.0054325634,0.00024225136,0.025085323,-0.0032221233,0.019741982,-0.00811875,-0.013651052,0.012273408,-0.018950077,0.030719437,0.013127792,-0.0061718584,0.011792196,-0.0136728855,-0.0013820328,-0.02214383,-0.0037197596,0.005951205,-0.0033568447,0.014695745,0.014858043,0.007805854,-0.0020828254,0.0014197839,-0.016542343,0.006286415,-0.01764247,-0.0008956515,-0.008472867,0.01627886,0.002815134,0.015000944,0.013737575,-0.0077362936,0.0038259656,-0.026245205,0.006635424,-0.003828548,-0.01786472,0.0029883264,-0.0023377107,0.010266802,-0.0063123074,-0.007945071,0.0055224067,-0.0114374,-0.017210692,0.00090973737,-0.002548053,-0.0014913082,0.010160933,0.003982426,-0.008097718,0.0025122485,0.003977369,-0.011464948,0.009994984,0.0055413432,0.00053591316,0.016837519,0.0008554608,-0.0025949534,0.0019239311,0.017958501,0.008263323,0.004060829,-0.015014597,0.014513183,0.007065577,0.01242652,-0.0073927175,0.007577444,-0.00094084075,-0.018298987,-0.0060204896,0.010926743,-0.008668812,-0.013647673,0.017889015,-0.012538001,-0.01196866,0.004825977,-0.007743092,0.0016442784,-0.009520986,0.0005006673,0.028796867,0.001716483,-0.015172193,0.0080826655,-0.005666561,0.0141041465,0.0073464336,-0.004795213,0.023073182,-0.0013258265,0.0037050112,0.013347523,0.0038134037,-0.017239759,0.009599572,-0.0100481445,9.291051e-05,0.008315689,-0.0049430165,-0.008203973,-0.0021474948,-0.010893716,-0.003592187,-0.008403671,0.012962339,0.012399058,0.02357792,-0.013680164,-0.006835593,0.002159769,0.003872637,0.0023770053,-0.011278651,-0.008816526,0.0069368063,0.015748095,0.010613685,-0.025006244,0.0010373526,-0.001756343,0.016943574,-0.012078476,-0.019483196,-0.02530394,-0.004062245,-0.0032917622,0.0013281583,0.012563342,0.0067757904,0.0071330965,-0.0142442025,0.00047029663,-0.0032529847,0.007259494,0.0046359706,-0.024550008,0.00044679226,-0.003011417,0.014058123,-8.686197e-05,-0.0050352486,0.015584064,0.007345062,-0.0016464624,-0.0027215297,-0.010327261,0.012780271,0.0010564546,-0.0072877747,-0.00012998666,-0.0034908145,-0.018726593,-0.0075841644,0.0053491984,-0.024127446,-0.0032244113,0.005190238,-0.0045768535,-0.008261628,-0.011468437,0.015730642,0.020712702,-0.0053436887,-0.0062897396,0.025129493,0.020537663,0.0031646055,0.00079525827,-0.0028499065,0.010342696,0.012444117,-0.016637936,0.00020951648,-0.010252925,-0.009158239,-0.0077438094,0.007059595,-0.01574959,0.004927942,-0.0034919663,0.0020522296,0.027086964,0.004850012,0.0049170023,0.0057375976,0.0063153673,0.004967633,-0.0019333314,0.014189164,0.015744282,0.0032144063,0.010794303,-0.00947848,0.0011758616,0.0041550365,-0.0033080976,-0.00031106235,-0.0029057348,-0.009933938,-0.014566162,0.0025033576,-0.011835058,0.0010360145,0.0018014299,-0.010367612,-0.005256392,-0.018568538,-0.009811821,-0.00052628835,0.02567313,0.0074653556,0.01826095,0.0020334495,0.002240865,0.018833263,0.0028324975,0.006321984,0.008742651,0.01429107,-0.002729342,-0.008129887,0.0015321963,0.009871868,-0.009248999,0.00836515,-0.0020737627,-0.011384385,0.001958414,-0.002712364,-0.023330715,0.004904829,0.00032728387,-0.005073537,0.022422833,-0.08214235,-0.0025095872,0.003421633,0.028796738,0.0029013667,0.008569098,-0.0068964656,-0.015301048,0.0061410605,-0.0037380964,-0.0086375205,0.028637968,-0.013899342,-0.0072792377,-0.004420634,0.0026331018,0.00013713786,0.004315565,-0.0051590772,0.0044890638,-0.010403698,-0.0040466934,0.015965138,0.007199261,0.010721679,-0.007497253,-0.0018293998,0.0075084944,-0.0045007057,-0.0050090873,-0.003143032,0.0072235083,-0.005826391,0.021710731,0.004752942,-0.022480136,-0.0021072102,0.0062005436,-0.13325946,0.010444264,-0.0147155505,-0.015403641,-0.009733494,0.019272694,-0.0066835815,-0.006282221,-0.011906406,0.0048966156,0.008700678,-0.0041258433,0.009485985,-0.01104597,-0.003943674,0.00059344317,-0.011998633,0.0015979626,-0.01238573,0.0085817985,0.009804108,-0.023464901,0.016677612,0.018212423,0.01866966,0.020082839,0.015081326,-0.0010731701,-0.0031938876,-0.0009341758,-0.00918473,0.0008756839,-0.0008739441,-0.006124156,-0.011335556,-0.0039332947,0.007327133,0.022130782,-0.008826647,0.0051655015,0.02222867,0.0019681328,0.01411736,-0.005179204,-0.0067067924,-0.009275736,0.005356505,0.006644024,-0.009198538,0.007998873,-0.0033501,-0.0041883634,-0.009543212,0.0063282913,-0.008161062,0.0043855766,-0.008843743,-0.008788314,0.008992458,0.0002748903,-0.0034030064,0.0024035112,0.02509798,-0.01615359,-0.008859408,0.00855417,0.0068157665,0.012414086,0.009964054,-0.019856967,0.0319822,0.013345391,-0.028766148,0.0103720855,0.0070149475,0.012313157,0.002665811,0.012943168,0.012742181,0.0029399097,0.015806638,-0.0015588385,-0.041076288,0.006208205,0.013481387,0.011949654,0.01166005,0.0019797706,0.0012580876,-0.047305282,-0.02194225,0.0065846513,-0.011067079,0.028935866,0.019996233,0.00593856,0.0030415892,-0.001776993,-0.006073841,0.006053718,-0.0012008781,-0.010858758,-0.0044637527,0.0001384849,0.0022555448,0.017538587,-0.023629453,0.009170949,0.024146326,-0.011174421,-0.007831778,-0.0135933,0.0023963246,0.022192983,0.009097429,-0.0011260059,-0.014365827,0.011970155,0.00022784031,0.0012912386,0.017218944,-0.00089066895,-0.013714757,0.0054805493,-0.0134291835,-0.009147948,0.030848486,-0.017945835,0.009478775,0.0048707356,-0.018356305,-0.0072570303,0.0027581372,0.012106103,-0.0079604415,0.008398349,0.022348305,-0.0025879133,0.006893917,0.018421147,0.006578752,-0.008784686,-0.0071978937,-0.0023532074,-0.005736772,-0.0059856377,-0.004867476,-0.01915018,-0.0046297084,-0.00240418,-0.004481134,0.019473352,0.003962674,0.014883802,-0.011111909,-0.0018883484,6.297228e-05,0.0012927045,-0.048128095,0.004632976,-0.013793624,0.009543508,-0.018308891,0.016896294,-0.013097039,0.02648408,-0.0046077645,-0.012197125,0.0049162554,0.028260361,-0.0077807135,0.01677146,-0.005257846,0.0009473241,0.021872075,-0.0183195,0.004882747,0.0073227566,0.005758872,0.0044227606,-0.000454355,0.007014944,-0.009877187,0.0047341133,0.0333076,-0.008718101,-0.0005975268,-0.016160574,0.037882537,0.008763043,0.032934625,-2.1538604e-05,-0.015115498,-0.012248539,-0.0134424735,-0.023381906,0.0060362136,-0.0015428507,0.0005737779,-0.004952928,-0.003909649,0.01500221,0.0070363726,-0.17910016,-0.011614968,0.006694694,-0.009561108,0.010312672,0.0012902318,0.007613706,-0.021438979,0.01457082,-0.018283186,0.0050042905,0.021977939,-0.0015872348,0.009026868,0.01663477,0.022220531,0.014932967,0.004904606,-0.015425936,0.00039865446,-0.035209883,-0.016643003,-0.0029597054,0.009362933,0.0051205554,0.012624695,-0.012973813,0.010099921,0.023908239,-0.0046734856,0.0029798725,-0.006796673,-0.002570281,-0.0096124755,0.010495633,0.012189563,0.011009964,0.013284956,-0.008059887,0.020282665,0.0044710473,0.015081627,0.0104133,0.0042656898,-0.0017379596,-0.010042319,-0.019064317,0.0051342836,0.006612892,0.001167796,-0.0056687803,0.0019236415,0.012747052,-0.017559268,0.0018552725,-0.0018589845,0.011789779,-0.0067566116,0.0055871094,-0.0080489,0.0061584446,0.0119176395,0.019092724,0.010570381,0.01776265,-0.0052984776,-0.005886873,0.13206072,-0.0019713943,0.026259514,-0.011546671,-0.019066209,0.0019018408,0.015174816,-0.0009892453,-0.00895284,0.007356622,0.0026043605,-0.008165132,0.013466046,-0.018796192,-0.00850116,0.00878137,0.007854589,-0.002842623,0.002030431,-0.013508204,0.002043342,-0.01060727,-0.013566526,0.013368666,0.006876404,0.0051184664,-0.005307155,0.0153126605,-0.022436809,0.02966192,0.011059889,-0.03991121,0.015034719,-0.032516826,0.031440433,0.013515923,0.008878995,-0.013305228,-0.009251322,0.017139552,0.008571689,0.012045286,-0.0048230644,-0.027424555,-0.0018451351,-0.0103598125,0.00023405129,0.02162173,0.006354369,0.016207308,-0.021501517,-0.020915959,0.0027615712,-0.01654037,-0.0069968347,-0.017084751,0.0017208572,-0.008401072,-0.0006044987,-0.01553256,0.022880208,0.006876739,-0.01252268,0.004625237,-0.0041985796,-0.012562035,-0.015841192,-0.0091213705,0.0029121276,-0.08233784,0.014205314,0.01169465,0.0033748166,-0.003695303,-0.025132494,-0.01710358,-0.011085432,0.017076084,0.00814094,-0.00482208,-0.0059767794,0.0052510854,-0.00072804687,0.016477952,-0.00036955593,0.0126907015,-0.006267545,0.0055156704,0.0033372417,0.0042977603,-0.009708797,0.02710598,-0.0016510426,-0.017926984,-0.019678809,-0.020012276,-0.0050031943,0.0131000085,0.010002415,-0.0015718407,0.0091939755,-0.026034286,0.015681796,-0.016351055,0.0008899478,0.0074146898,-0.0071596648,0.00442749,-0.0108236745,0.007172943,0.0028025988,-0.016039623,-0.018211091,0.0095823025,0.018620042,-0.005468876,-0.0026406979,-0.0029693025,0.0061187902,0.010332945,0.019410158,-0.021089729,0.009871385,-0.022241626,0.028111842,0.021416007,-0.02255033,0.01785293,0.016745886,0.02759373,-0.0094364155,-0.0008438295,-0.00046814774,0.005917758,0.0055660093,0.008276981,0.005878008,-0.011989327,-0.019706843,-0.0028589217,0.008487188,0.003686979,0.017688984,0.010556092,-0.0030505718,0.0013406319,0.027253741,-0.01039916,-0.02025491,-0.020106986,-0.028827565,0.0084441975,-0.028738039,0.028606288,-0.024762139,0.022023747,-0.02000071,-0.0033862707,-0.017839812,-0.012254338,0.01634172,-0.012853873,0.0060311076,0.021103607,-0.015444612,0.017593162,-0.0035515816,0.04252511,-0.0066332454,-0.008597305,-0.016614445,0.008302476,0.010430315,0.016787056,0.0010546141,-0.004230127,-0.0040441486,0.011660282,-0.004155837,0.0005428738,-0.0018386621,-0.0141079845,-0.0074201487,-0.0047455933,-0.022764368,-0.025493033,0.015044969,0.011080843,-0.0066175926,-0.0065012677,0.0016334243,0.0065519647,0.012068658,0.017691312,0.0019495552,0.001665841,0.0041918145,0.0027761827,-0.0020603682,-0.00046271976,-0.006177695,0.027322812,-0.0086015165,-0.004201692,-0.0005573967,-0.0023394316,0.014644978,0.010334048,0.013779075,-0.0012473578,0.006169045,-0.0152003225,0.028737918,-0.003481453,0.008792441,0.002002384,-0.022952598,0.0012314743,0.013837082,-0.01196681,-0.017228246,-0.0025752166,-0.007652099,0.0076029412,0.030187134,0.024386039,-0.010392884,0.014421219,-0.011888468,0.0007930337,-0.016453646,0.015110875,0.00657824,-0.012995012,-0.017282428,0.004624067,-0.026567869,-0.009237426,-0.022617867,-0.01850053,-0.011634471,0.018078422,-0.019445986,0.0173716,-0.014935521,0.015618385,0.0031322138,-0.0056169457,-0.066285625,0.01710991,-0.00688226,-0.0035729422,-0.011366105,0.014965679,-0.015862832,-0.023512382,0.010206445,-0.0031587826,-0.001748404,0.0007163268,-0.0034293896,-0.041408796,-0.015690066,0.018716093,-0.0013197782,-0.0014385617,0.020062456,-0.006045732,0.010810268,-0.023885392,0.0024923924,0.015839396,0.009118093,0.014540361,0.001241509,-0.00946602,0.006777049,-0.01231234,-0.0022995141,-0.009448796,0.017352287,-0.0005385292,-0.022377834,-0.0068515367,-0.010367199,-0.0038267137,0.007870558,-0.022997051,-0.007920941,0.004705275,-0.03703437,0.028700612,0.0029553743,0.007482993,-0.00089928025,0.013881547,-0.004553986,-0.040576223,0.032369703,0.00793833,-0.022049306,-0.008301993,0.018451981,-0.022560526,0.017293444,-0.021347359,0.0011746044,-0.00035345592,-0.007076545,-0.0341277,-0.022844829,0.00013155001,-0.005253283,0.0017661717,-0.011848476,0.01890121,0.01094825,0.013966313,0.013978595,0.015857732,0.011904263,0.0006662521,-0.011058519,0.009997935,0.007800791,-0.01218897,0.0062834183,0.01619747,0.004658047,0.0047917655,0.008423501,0.034777205,0.018113976,-0.020528993,-0.002713208,-0.10050709,0.016521465,-0.0004065849,0.013159075,0.011540942,-0.0038715594,-0.0049022534,0.032701183,0.026222112,0.0064555844,0.007864533,0.00088059495,0.017884709,0.0041011674,0.03714503,0.012187696,-0.008513426,-0.017414277,0.03776717,0.018115254,-0.0002602303,0.0017746546,-0.0067455885,0.024225414,0.0067628995,-0.054175526,-0.004882835,-0.022714082,-0.006725687,0.00732696,-0.0068994984,0.0076898285,0.016353104,0.009718,0.008948521,-0.017594874,-0.015615657,0.010760902,0.0049186745,-0.00885281,-0.013954288,0.0053388635,-0.007259702,0.020566523,-0.00035585117,-0.01237679,0.027620897,0.009159009,0.013524596,-0.0041229473,0.0012490186,-0.01328358,0.004312457,-0.016792364,0.015051671,0.0181949,-0.03388476,-0.016935479,-0.0022299518,-0.011353299,0.0041330643,-0.0068697957,0.015018599,0.020613022,-0.008674663,0.009680434,-0.015907599,0.025034217,-0.019413456,0.0050321165,-0.0019949607,0.0073111802,0.01697115,0.008291137,-0.016216429,-0.015270892,-0.015902415,0.016475307,0.0013868285,-0.0003536372,-0.00646112,0.01161528,0.038588796,-0.029861657,0.006720962,0.028449139,0.0012217684,-0.005394372,0.02003875,-0.00325243,0.024453012,-0.016307449,0.0012189148,-0.004315507,0.000474416,-0.01068934,0.025103914,0.0050127753,0.0042091873,-0.013859748,0.0051864875,0.010186834,-0.014819498,0.01338765,0.0235272,-0.0077586127,-0.011073886,-0.0033223007,-0.022480074,-0.006326901,0.0065747313,0.018589303,-0.0007035549,0.013838849,0.02039867,0.009149517,0.025045658,-0.0020525916,-0.014288116,-0.0008900298,-0.022517191,-0.019761194,0.007832012,-0.011050268,0.0015996918,0.0015038429,0.013233837,-0.025521604,0.012827295,-0.0049665067,-0.00075471203,-0.0033534935,0.007924737,-0.030662322,-0.0029659187,-0.012302498,-0.013155564,0.0050176475,0.011532742,0.0078645535,-0.02316309,-0.0027373352,-0.0027864913,0.0013911349,0.006224467,-0.0214391,0.011544748,0.009758354,-0.018551726,-0.022262761,0.0085546635,0.013931823,-0.009517772,0.0013489993,-0.0133025935,-0.010985554,-0.004330748,0.0023815932,-0.0007588917,-0.00049179926,-0.008040155,-0.0018576386,0.0037471484,0.007969932,-0.033750504,0.0014575936,-0.012898111,0.0005174604,-0.0026740814,-0.0028741418,0.0012006963,0.0027292394,-0.008742125,-0.011208303,0.035455942,-0.0010162453,-0.01960645,0.037433308,0.02111855,-0.008663897,-0.005601287,0.016104132,-0.007309422,-0.020774864,-0.01636215,0.0059820972,0.011981824,0.010812498,-0.006618709,-0.014815587,-0.010553255,-0.0071561136,-0.006872171,-0.01833887,-0.0055570705,-0.011295271,-0.009201512,-0.0043207565,0.017389763,0.026937528,0.021264581,0.002809318,0.0006228502,-0.0031884564,-0.0075289602,0.007019497,-0.025656829,-0.019528456,-0.020669956,0.007896468,0.018372608,-0.010858787,0.0052624755,0.0086859,0.0028934653,0.0034566761,0.015146683,0.003012711,-0.0012226284,0.0025384994,0.013234704,-0.002335669,-0.006333962,0.028182214,0.014764096,0.00021727712,-0.01957122,-0.0015218946,0.0007201962,-0.0050907806,-0.007606921,0.018926436,-0.008901911,-0.0028439495,0.0060719345,0.0005521632,0.038417805,-0.0014184249,-0.012008377,0.006117778,0.0048593227,0.0015790588,0.015829153,0.0045745415,0.0007844531,-0.015387639,0.011388589,0.014061732,-0.026054196,-0.010508878,-0.005239325,-0.0017032599,-0.0099579,-0.011664053,0.0020417278,-0.011171039,0.009854784,-0.028937038,0.006772851,-0.003382108,0.020204082,-0.00631353,-0.0048652636,0.014418003,-0.019168552,-0.0077196267,0.003538737,0.0022492337,-0.024147803,-0.015510213,0.031787593,0.0034687321,-0.008991419,-0.01391256,-0.010174485,-0.0044293627,-0.003476174,0.000108837194,0.03242817,0.014087646,0.012847623,-0.009851229,-0.0073377537,-0.021230968,0.0022720948,-0.0046343985,0.016120821,-0.01617007,0.008590888,0.013297981,0.024986647,-0.0019806789,0.0029300856,-0.0015662006,-0.0006703198,0.008994192,0.0077656317,-0.0026806293,-0.0138039375,0.0038657936,0.007697664,-0.014472582,0.0048394776,0.01392874,-0.010891669,0.008729192,-0.0027582182,-0.0009827759,0.01076505,-0.007338411,-0.0029913806,0.0047571776,-0.0063762055,0.0026590242,-0.009080241,-0.009985417,6.152597e-05,-0.020305913,0.015760442,0.0010429141,-0.011706136,0.0028970607,0.018024275,0.007393731,0.0040825466,-0.001642507,0.018947244,0.0026078017,-0.0027694202,-0.011387447,0.012099899,0.003562744,-0.0034260992,0.007076881,0.0155559955,-0.009603745,0.009203075,-0.010425863,0.03098741,-0.003742459,-0.00630965,0.013933482,-0.008430513,-0.02171349,-0.019497002,0.020727422,-0.018464373,-0.008526976,-0.0038319377,-0.015611997,-0.031924542,-0.008994182,0.003553895,0.012094558,-0.0026456984,-0.010490605,0.0025313746,0.012600303,0.009282421,-0.013161458,0.0023121345,-0.02079832,-0.027857099,-0.007630298,0.026130496,0.0006766703,0.006543601,0.011075079,-0.019738795,0.0005813478,-0.018668102,0.01678352,0.009551899,0.019826027,0.015439621,-0.008064091,-0.027464638,-0.020704275,0.03187365,-0.0052834074,-0.03246525,0.028597865,0.0038307235,0.015071281,0.019560972,0.011480972,-0.0043793414,0.019892534,-0.006168783,-0.02349464,-0.002870395,-0.014638538,0.015169954,0.015206865,0.017953305,-0.01476517,-0.0120878145,-0.0375371,-0.018437,0.010347971,-0.007132759,-0.023103489,0.015636439,-0.005145138,0.0028352367,-0.016102832,0.006767827,0.017521212,-0.00065540685,-0.01223664,-0.013985031,-0.0005425633,-0.02271501,-0.014148093,-0.0044118534,0.011079189,-0.010419867,0.024804367,0.025048858,0.015784454,-0.011814391,-0.015429302,-0.0051345653,0.018219447,0.004250959,-0.009369554,0.0026641823,-0.021749524,0.0073516225,-0.0055639707,-0.0039016055,0.0049300636,-0.011031765,-0.0097002955,0.0139173465,-0.008484392,-0.022282615,0.006822207,-0.025268596,-0.006634412,0.01868727,0.002972581,-0.010095015,0.005089931,0.008997155,0.014716934,0.017590992,0.002112271,-0.0009077166,-0.037079554,-0.0014623326,-0.016635446,0.0023773373,0.0014134392,0.021465369,0.0038945742,-0.0075618704,-0.00043425706,-0.0032016055,-0.004163258,-7.3571915e-05,-0.0097478,-0.00991842,0.012588293,-0.031234268,-0.012722311,0.0003707009,0.00077307655,-0.0060135555,-0.0006673149,-0.041101668,0.0039738114,-0.044345487,-0.017460877,0.02595824,0.016138885,-0.008606906,-0.0102893505,-0.007955822,0.009381271,0.014932837,0.0044539263,-0.00934128,0.021729002,0.009924486,0.012945045,-0.001326709,-0.054506637,0.016314698,-0.024433011,0.0043113427,0.00016114044,0.014154047,0.0032870746,-0.008857894,-0.010109928,0.008698164,-0.0021075457,0.018052638,0.012904163,-0.011931514,0.014890098,0.021790367,0.00070451526,0.02122804,-0.0021379057,-0.00881045,0.0051779957,0.0034788463,-0.041527536,-0.0045169457,-0.006905754,-0.029058674,-0.011743674,0.022575911,-0.0212294,0.008939816,-0.016816255,0.021494359,0.0109454105,-0.027018,0.01408787,-0.021966828,0.00084518956,0.016207848,-0.012666542,-0.005264522,-0.0067985565,-0.013676943,-0.01031252,0.0145548135,-0.015011839,-0.021417132,0.025537523,-0.0026439992,-0.020357506,0.00832855,0.0027478002,-0.0057960735,-0.002968793,-0.013253868,0.008761081,0.0031732093,-0.0037808896,0.01409725,-0.011033015,-0.049902108,0.0009307413,-0.01476767,0.005776561,0.0074890465,0.00043814376,-0.015769681,-0.003368035,-0.011698785,-0.0033075714,0.004000681,0.015084403,0.018191068,-0.027155895,-0.00075403746,0.0071467073,-0.0103823505,0.00010037432,0.019851996,-0.011900896,0.012912554,0.004302401,-0.0053088535,0.0090623265,-0.010282891,-0.028370565,0.025425825,0.025003612,0.007960215,0.016057022,-0.004211831,-0.014968196,0.019102179,0.029354319,-0.0062072007,-0.005621973,-0.018789763,0.0062357713,0.0031532801,0.01025303,0.0135510415,0.0028546578,-0.0010959707,-0.009076381,-0.0022424825,0.0043706074,0.030876698,0.015917806,0.024517417,0.012507131,-0.00434824,-0.005778855,0.015554495,-0.013006175,0.009107078,0.023083461,0.007242628,-0.034884375,0.021719746,0.015023082,0.012930776,-0.007613157,0.008799828,0.011352125,-0.026800968,0.028147018,-0.008224221,0.0015523836,0.0121560795,-0.010213788,0.014012815,0.027868079,0.015893495,0.0058504124,0.00026993314,-0.00316846,-0.020560805,0.012381531,0.0018642581,-0.009081358,0.015785273,0.0049784314,-0.013864891,-0.021924822,-0.005082282,0.015118837,-0.008470505,-0.025643133,0.0047392785,-0.0030242244,0.0021361017,0.012485957,0.010424201,0.02417917,0.0027939745,-0.00071275985,0.009405533,0.010611292,4.4676253e-05,-0.0033616098,0.017092029,-0.0028586779,-0.005254196,-0.0006927854,-0.0024327065,-0.02790983,-0.011710753,-0.009219606,-0.020447625,-0.00051022955,0.006037778,0.013950774,0.017054792,-0.0017311736,0.012319527,-0.00048077755,-0.008953982,-0.00043447554,-0.0033624507,-0.011231034,-0.0052020964,-0.0108921155,0.010877772,-0.002128879,0.0012942905,-0.004922408,0.014676769,0.0024227437,0.02099118,-0.0069287345,-0.017294893,-0.007758049,0.0011083998,-0.014351756,-0.0068987347,-0.012622573,-0.010337156,-0.026720216,0.006218212,0.0020824303,0.1663168,0.1115485,-0.00544871,-0.00030545174,-0.007549159,0.010617117,-0.014905689,-0.018800441,0.0057325894,-0.009315427,-0.00411288,-0.014084289,0.0028770755,-0.018020483,0.015017562,0.009696773,0.030448437,0.0007600654,2.0635491e-06,-0.014261107,-0.00042962728,-0.019067045,0.0050737457,-0.021972857,-0.031446535,0.0066357944,0.016890304,0.017247325,0.005541359,-0.0018664625,-0.015416407,-0.009660979,-0.0056734844,0.0007930965,-0.0036316197,-0.012668755,0.009737357,-0.0044562244,-0.020423738,0.016523937,-0.028052334,0.017608551,-0.03594812,0.015516431,-0.007428503,0.011386791,0.006677378,-0.013502437,-0.02379721,0.008190122,0.0038917842,0.008690289,0.0036208425,0.009564255,0.0020574732,-0.011148786,0.0051717,-0.0061416784,-0.010285307,-0.0007598788,-0.012355493,0.0142346835,0.0137196,0.0020615535,0.010356661,0.02283384,-0.014956603,0.018618185,-0.0061508175,-0.012171098,-0.0032227952,0.0025658885,0.026642619,-0.018046135,-0.019846788,0.03615948,0.023961639,-0.02932169,0.018802438,-0.0003339148,0.008253181,-0.0068218233,0.0083742095,0.01692737,0.0112682665,0.011457592,-0.007716301,-0.0030766132,0.108082294,0.007271048,-0.0038303211,-0.0011810899,0.019207418,0.037029043,0.0051467246,0.06054082,-0.002826036,-0.014979559,0.013323333,-0.014113316,0.009457584,-0.02272352,0.020162836,0.012940471,0.007591194,0.00933021,0.00496562,0.021009289,-0.047742862,-0.0024288776,-0.03107143,0.005026365,-0.021253306,-0.01234015,-0.013773277,0.032844935,0.004489101,-0.015149778,-0.11347638,0.0024629699,0.013310817,0.013607346,-0.00506637,0.007511518,-0.017994994,0.0012438049,-0.021339493,0.0029963646,0.005746733,-0.0040450096,-0.005847526,-0.0053567044,0.016580842,0.016562015,0.0047756545,-0.0073914356,-0.008684905,-0.006339456,-0.00090842694,-0.0005306097,0.033328284,0.015035884,-0.013189643,-0.010544902,-0.0027601987,0.031932727,-0.012371366,-0.0015251653,-0.002072791,0.005753826,0.0032314837,0.012547645,0.026342856,-0.0075982083,-0.014666839,-0.025983475,-0.0032217416,0.021823732,-0.010409174,-0.006467708,-0.013230095,-0.0019085788,-0.0018442735,-0.0007878574,-0.0026666054,-0.010908546,-0.0050961226,-0.012599882,-0.0033629711,-0.014484568,0.0067017977,0.012648938,-8.546912e-05,-0.003564589,-0.007941065,-0.009189344,0.026127636,0.009329885,-0.020417543,-0.0031462181,-0.025079498,0.020213608,0.00919696,0.017638916,0.0054212967,0.018717088,-0.0154344505,-0.0052412297,-0.00021965858,-0.011525269,0.025115347,-0.006686404,-0.0061932756,0.013982473,-0.021698752,0.0063521974,0.012054316,0.033963043,-0.008942548,-0.0044180346,0.01465019,0.11281464,0.027726721,-0.013317574,0.015964631,0.02349811,-0.0003607894,-0.016793355,-0.0059570023,0.016725944,0.010956261,-0.018242808,0.02028473,-0.0017318025,0.01681337,-0.011778336,-0.0054697893,-0.0049277362,-0.010780658,-0.0031122176,-0.026299234,0.004404687,0.01812562,-0.010490181,-0.011789062,0.0043539405,0.0008898196,-0.014523229,0.0057109604,-0.0039699487,0.004215243,-0.008626831,0.011906419,0.006404218,-0.023163987,-0.012367424,0.01076598,-0.0024252688,-0.005720987,-0.006224922,-0.0010216737,-0.0367004,0.015237387,0.013139299,0.005905969,-0.0038703734,0.19788451,0.008616009,0.0061272806,0.013253424,0.005980255,0.040298436,0.022298872,-0.0068220966,-0.0036976256,-0.007223094,0.027693795,-0.024198072,-0.013514817,0.0049324986,0.010116845,0.0008069752,-0.014505415,-0.023782764,0.0073178047,-0.0024327913,0.0040973285,0.012121954,0.005154368,-0.015617094,-0.005354483,-0.025256425,0.024823898,-0.005253737,0.0002998413,-0.001972655,-0.012099115,-0.010071299,-0.005381337,-0.01797239,-0.0032906453,0.011982413,-0.007828777,-0.009199499,0.024570465,-0.0044091907,-0.018889679,0.020983998,0.004206535,0.004551617,0.0005718438,0.006670227,-0.014018461,0.02059572,0.004620057,0.014636399,-0.0036558101,-0.010044058,0.008374302,0.0010959213,0.016363544,-0.011730741,-0.0034719368,0.010242642,-0.006384734,0.0025160417,-0.0052308086,0.02146966,-0.0027037407,0.008852089,-0.010793202,0.012324865,0.002626043]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 83,
          "content": "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0014643733,0.0118163265,-0.008286992,-0.07261035,0.0047165225,0.015774984,-0.015966523,-0.00907712,0.016352419,-0.005710088,0.0006693969,-0.017141309,-0.013060723,-0.00034471782,0.08158846,-0.020459078,0.009831992,0.0063104825,-0.0073743085,0.029014993,0.0061549414,-0.013488634,-0.0009830531,-0.011889569,0.022634426,-0.0033530032,0.003918293,-0.019106867,-0.0007788031,-0.0074289725,-0.026957221,0.002245983,0.011034639,0.026184574,0.012586991,0.017920665,0.02496264,-0.008973191,0.016170315,0.025295451,0.02189179,0.029474583,-0.0050640143,-0.0016318716,-0.011273493,0.01912943,-0.007931724,-0.03786614,-0.02019978,0.0068189623,0.01312876,0.0045088762,-0.03617851,-0.18461294,-0.021301154,0.03956405,-0.018043641,-0.010730728,0.01782527,-0.013888933,0.0025803589,0.035634603,-0.0007509669,-0.022786334,-0.0028192287,0.01162264,-0.011894931,-0.013423956,-0.004140234,-0.027225602,-0.004979014,0.014648235,0.015458057,-0.0046615065,0.014438774,-0.0049951384,0.015861662,0.019242395,0.0017869903,-0.010962735,-0.017335618,-0.0032472282,-0.02285317,-0.027373552,0.024348978,-0.015805867,-0.031049035,-0.008033395,0.0014798694,0.026179645,-0.011739161,0.024188444,-0.012810785,0.019666241,-0.029495038,0.021096352,-0.019729733,-0.009249829,-0.01022884,0.0022401328,-0.025097653,-0.006744916,0.025746448,0.0039829384,0.0044222907,0.0018532244,0.038665786,0.04134531,0.011827078,0.0038857888,-0.019282145,0.003278868,-0.039497185,0.028003274,-0.0015889341,-0.12761228,-0.016115341,-0.010033763,-0.01258627,-0.011663005,-0.019831492,-0.009272704,-0.012182598,0.03587607,-0.0042273006,-0.016502736,0.0013061805,0.009898128,0.013941624,0.0025315597,0.005688914,-0.0016146884,0.0031737427,-0.01528035,-0.0012616719,0.031311445,0.013597121,0.039632957,0.029842706,-0.017225534,0.0050458987,0.0034616026,-0.004921576,-0.019275835,0.005028739,0.002609687,-0.012191056,0.018616347,0.0014161513,0.0067227767,-0.011851073,0.013970277,-0.013029288,0.0038095517,0.008202963,-0.026614938,0.005154217,-0.0063686944,0.011756673,-0.037482478,-0.019136481,0.0125947455,0.009221877,0.0055660275,-0.0022407554,0.015169532,0.0065408177,-0.010689999,0.0192822,0.018708022,-0.011620742,-0.014929294,0.0060613635,0.009599907,-0.021497473,0.0041376054,0.014218226,0.030074336,-0.015550132,0.00013045887,-0.03427576,-0.0038049999,0.004059044,0.008267408,0.0026532158,0.019063018,-0.004384584,-0.02702458,0.010819185,-0.014902551,-0.014938109,-0.016336737,-0.0012243241,-0.017203245,0.016059311,-0.025882542,-0.0059258174,-0.035424452,0.014451217,0.021939436,6.4733475e-05,0.015862651,-0.012607746,-0.018975489,-0.01960982,0.009372621,-0.018470818,0.009344611,0.0033834218,-0.016370887,0.015413108,0.031097904,0.0050453017,-0.0071260696,-0.0061387573,-0.025141349,-0.019171296,0.008753168,0.008298932,-0.004425553,0.04563168,-0.01547084,-0.00041263335,0.0022501785,0.006183066,-0.00320012,0.01184274,0.0010859051,0.018075623,0.0067785042,-0.028842442,0.009814419,0.0078011276,-0.0067442716,0.019643223,-0.002749713,0.031672105,-0.009673572,-0.011633644,0.030356728,-0.018283458,0.002622828,-0.01779354,-0.0044122464,0.0016163627,0.0019931865,0.023022873,0.0026523136,-0.014367612,0.012100191,0.0008374337,0.009785574,0.01318702,-0.0040924605,-0.018802028,0.021059187,0.008500129,-0.004612247,0.032426506,0.032638412,0.014689414,0.0045554144,-0.013034011,-0.0011040855,-0.0021446357,0.025660967,0.010764815,0.008405451,-0.017627247,0.0024537668,-0.0076469975,0.021378784,-0.013236778,-0.008875894,0.0024147548,0.014352366,-0.05730694,0.013781971,-0.008203795,-0.005929084,0.0015045604,-0.014902646,-0.009978279,0.033547297,-0.009054371,0.0041306373,0.0020504026,0.018324066,-0.045760132,-0.012324187,0.0034660527,-0.00022598324,0.03426751,-0.015731664,0.003409698,0.0008633481,0.0035120444,0.0050960965,0.021936169,0.0053293104,-0.013829733,0.02209482,0.0011892943,0.022720788,-0.0014232345,-0.002220983,-0.0035977506,-0.017638618,-0.0024333892,0.0036092245,-0.027738042,-0.00428837,-0.0033578845,-0.0007272135,-0.0065009315,-0.05061736,-0.0045469645,-0.019442301,0.027895818,0.0077352165,-0.0012039278,0.0046641896,-0.00073862134,0.014752458,-0.023357434,-0.008467965,0.012989137,-0.004292546,0.0010327102,-0.041388873,-0.0058112266,0.025358094,0.016607163,0.018234273,-0.0082399985,0.010228902,0.013008106,0.017483477,-0.0187551,-0.01456201,-0.0052204626,-0.008403917,-0.0026679193,-0.017401243,0.013687247,0.008411785,0.027384065,0.008217816,-0.016159317,-0.019930542,0.014517086,-0.018075712,0.047000345,-0.010170178,-0.034633413,0.036441084,0.01535813,0.005737225,-0.012645845,0.025920352,0.017180644,0.024444524,-0.014561721,0.019733747,-0.02496324,-0.026960773,0.010304181,0.008071365,-0.03422348,-0.034117106,-0.017940352,-0.004144557,0.02944549,0.02052113,-0.0041561867,-0.008402011,-0.026232636,-0.031575505,0.015937263,-0.007488023,-0.007258746,0.0153625645,-0.015690463,-0.016817944,-0.0028782552,0.011205531,-0.0151341595,0.020656997,0.015781766,0.013014123,-0.019076578,0.008369903,-0.0017034475,0.026958333,-0.007658756,0.015546783,0.006530866,-0.00934685,0.012931896,0.0064308816,-0.0190946,0.0025132948,-0.009191661,-0.0043107076,-0.01226889,0.0022251378,-0.0043702447,-0.032389957,0.03652503,-0.0050832084,-0.0022436061,0.011179303,0.009261233,-0.00014788791,-0.013540277,-0.014523704,-0.013470706,0.017399913,0.0066851387,-0.017176608,0.014500488,-0.0014785866,0.0052535157,-0.035581894,0.013590192,-0.0021580844,0.022921156,-0.023536513,0.039216977,-0.0052142683,-0.010002148,-0.0077404976,-0.027752934,-0.005741391,0.02643868,-0.033448562,-0.014456701,0.012456468,0.01795849,0.0088071525,-0.009681818,0.007563541,-0.028820118,0.0014453505,0.005178179,0.028701453,0.012331765,-0.043297585,-0.02559712,0.009671394,0.017826412,0.017166821,0.027336981,-0.006828371,-0.0036206145,0.02758684,-0.03542342,-0.0070377868,-0.0022146848,-0.020919988,-0.014367468,-0.010774976,0.0030217464,0.040152088,-0.0053161075,0.03647631,-0.010254917,-0.011813141,-0.029404769,0.025969211,0.004221209,0.0010188675,0.008909233,-0.0034848233,-0.012969405,0.0073593245,-0.033366747,-0.0011266613,0.012448685,0.021284798,0.02355891,-0.032193825,-0.00035510265,0.0035798203,0.010675952,0.044732746,0.0051558814,-0.002033311,0.0139116775,-0.016087849,0.010845837,-0.023051031,0.006248948,0.034329783,0.009321984,-0.03247842,0.010749152,-0.015784035,-1.988383e-05,-0.00082222343,0.005891601,-0.029142927,0.0056793108,0.0025763754,-0.017329436,-0.014066845,-0.013407698,0.014782474,0.018687515,-0.022385418,0.0047775605,-0.0053135375,0.011680736,0.0018011917,-0.0058092857,0.017791016,0.0003343892,-0.0058999625,0.006789809,-0.0012342893,-0.009160428,0.03429422,-0.012210555,0.0008841159,0.0021102377,-0.0066580055,0.023142165,0.0031431536,0.019770008,-0.00704037,-0.031798583,0.010180731,-0.018769352,-0.0017173435,0.011647326,0.0049391673,0.00931425,0.010103286,0.0047361297,-0.01589432,0.009475191,-0.028367557,0.010048154,-0.000428843,0.033145066,-0.08259834,-0.006669153,0.02052937,0.01024809,-0.01336104,0.008385197,0.016721036,-0.0026623656,0.033810154,-0.0054367376,0.024565734,-0.035832293,-0.011454829,-0.026691863,-0.019256748,-0.0037876498,0.027269967,-0.016320677,0.03481971,-0.0124017885,0.030295363,-0.004282727,0.010917654,0.0011830304,0.016134689,0.0049905116,0.005487616,-0.011269861,-0.0178865,0.011719878,0.008942309,-0.019062852,0.0045236964,0.015770787,-0.0045551313,-0.010420535,-0.00018670406,0.005143818,-0.026850311,-0.0033578677,0.027954824,0.023662103,0.0013269745,-0.01798427,-0.027957942,0.01035157,0.015801448,-0.011585082,0.0035604,-0.015244129,0.0049626394,-0.025318993,-0.010426548,0.007295041,0.00907909,-0.020049717,-0.018712962,-0.0061335173,-0.029772261,0.015615442,-0.0056954147,0.04207937,-0.01513661,0.043396246,-0.012767177,0.013067697,-0.015549377,0.014084149,-0.008231873,0.014673865,0.022345224,-0.007952967,0.009784788,-0.0006214285,0.016260978,0.010928671,-0.011345763,0.012154514,0.0015570176,0.027848464,-0.006069302,-0.0062744236,-0.09975828,0.0065593943,-0.03140707,-0.012467296,0.02766375,-0.004452143,0.0030263602,-0.063862324,0.001990313,0.010867205,-0.022116939,-0.012750607,-0.026524087,0.00012082332,-0.02462009,0.030411705,0.008412282,-0.007716835,0.0019866594,-0.009113032,-0.01070352,-0.02783635,-0.012114798,0.012232745,0.024241813,0.007511982,-0.017593997,-0.016134452,0.0081606535,-0.030421661,-0.012736651,-0.12246207,0.0020629494,-0.003943075,-0.003540006,0.01809617,-0.0031591472,0.011211052,-0.028694585,0.016774256,-0.008751166,-0.0012966873,-0.010281262,-0.020251453,-0.0034133259,-0.0045218254,0.11923345,0.007841363,0.011991773,-0.020004077,0.00972643,-0.003908193,0.00017136558,0.0070719253,-0.0056618717,-0.027103283,0.005691513,0.04177056,-0.014143041,0.0032206152,-0.007815715,0.00931224,0.013336587,-0.018461233,-0.010029104,0.018134674,-0.020977043,-0.014539522,-0.0032237035,-0.022482894,-0.015851162,0.0045192046,-0.030092875,-0.016017372,0.019021327,-0.01410732,0.02592976,-0.0096541485,0.0027648706,-0.022616085,0.002039673,-0.019482242,-0.06659408,0.01782013,0.007497955,-0.0046039675,-0.023405945,0.0012832866,-0.0062634978,0.013374375,-0.0064642327,-0.00271049,0.004310901,0.03780971,0.0047004274,0.008881313,0.0021640325,0.011770843,-0.01903203,-0.007897932,0.007686107,0.017599743,0.008509545,-0.030232662,-0.012506195,0.00074344507,-0.01926315,-0.012801806,0.039668687,0.01452321,0.019796958,0.010172703,0.012695804,0.004948157,-0.008293162,0.0006474963,0.014411899,-0.02377648,-0.023277521,-0.030007698,0.012789756,0.016039886,0.002598301,0.036024313,0.0028220227,0.008215386,0.0064424765,0.009438722,0.013498611,-0.030136984,-0.0030557679,-0.024844442,0.016409667,-0.011460838,0.019407364,-0.014550202,-0.010125595,0.017764097,-0.011662299,0.00987066,0.007816288,-0.0018874607,-0.0013028195,-0.0006162449,0.010122225,-0.0005047219,-0.0010063952,-0.0005388579,-0.009525495,0.028088007,-0.0010229966,-0.019504827,-0.0065992763,-0.018832287,-0.0067759906,0.007227845,-0.010261424,-0.0107306605,0.0070736697,-0.0051334333,-0.05761028,0.010077432,0.0030641241,-0.01893292,0.01325457,-0.011503544,-0.0028403164,0.013672268,-0.005164663,-0.004267768,-0.011868041,0.017816857,-0.0053441804,0.012083241,0.0035637526,0.0037042983,-0.014207617,-0.00048155265,-0.004193814,0.008394143,-0.01618963,0.010414695,-0.015185086,0.0148777785,-0.0028221952,-0.00032639402,-0.011349265,-0.008669473,-0.008521906,0.008445741,-0.0004205925,0.0011111412,0.0026093412,-0.003870457,0.00057133415,0.003543302,-0.0014471795,0.01409588,0.005012978,-0.010847528,-0.013148912,0.011432032,0.008036993,-0.01616887,0.0069314004,-0.00041973728,-0.005360926,-0.012929487,0.001390216,-0.0087339785,-0.0014232446,0.011144339,-0.002789753,-0.00085873547,-0.0065904846,0.017511042,0.008945126,-0.014527101,0.016162546,0.0004102763,0.0020994267,-0.008752995,-0.018628433,0.023749752,0.001706661,0.0025254637,-0.015332603,-0.0013682375,-0.007168586,0.005119379,0.010966939,-0.0039689406,0.0012810653,-0.005958327,-0.008370505,-0.008879081,0.0017440247,-0.011571816,-0.0013829336,0.019211274,-0.0041760704,0.0015714291,-0.003605141,0.00035433387,0.0058461255,-0.009900914,-0.013239332,0.012628178,0.0140160555,0.017381905,0.0025421996,-0.002985936,-0.010493786,-0.011095684,0.0072268797,-0.009738269,0.014199278,0.01863958,-0.013687074,-0.010076444,0.01872535,-0.009164867,-0.024643434,0.024261475,-0.00029624806,-0.0035702412,0.0153612755,0.018911382,-0.0036471093,-0.017772289,0.007491083,0.011442447,2.2233546e-05,-0.0019757424,0.019259168,0.0011808438,0.0038855276,0.008647305,-0.01661717,-0.025150344,0.008450288,-0.010742079,0.00738745,0.022745505,0.0126959095,-0.025169995,0.021975718,0.0074115815,0.004248428,0.009311819,0.003003049,0.00062343857,-0.013995423,-0.0080846455,0.003819596,0.011239958,0.013038586,0.009430559,0.023199998,-0.0116143245,-0.0018445643,-0.0004631023,-0.003988621,0.0055976226,-0.016671639,0.009371491,-0.020435624,-0.00957545,-0.018125452,-0.018413903,0.0015337686,-0.004917446,-0.003349539,0.0010048655,-0.00614673,-0.021165267,-0.0075347535,0.024749147,0.003250889,0.00893023,-0.034829393,-0.023398124,-0.011262696,-0.0002975015,-0.010248282,0.00847161,-0.0044353143,0.004819037,0.010576905,-0.021091146,0.018260824,-0.00096154964,0.0057528536,0.0034179692,-0.017360188,-0.004399325,-0.013973234,-0.02250926,-0.0073073567,0.011487136,-0.008171607,0.0819739,-0.025537038,0.0024315983,0.010993637,0.008235736,0.017224368,0.001932624,-0.044858884,-0.001779155,-0.011914793,-0.0038495334,0.018975135,-0.016415602,0.0044615213,0.0070002186,-0.003858696,-0.0120549565,-0.012539886,0.009946246,0.0019736497,0.0034200826,0.012953322,0.0022398075,-0.009333217,0.020754684,-0.004445467,-0.014624713,-0.025713911,0.00162354,-0.0041049263,-0.0014393704,-0.002136503,0.02812971,0.01538526,-0.008348153,-0.005208091,-0.010434445,0.014558741,0.016531836,0.012030074,4.8080703e-05,0.0011788092,-0.012183684,0.0030057759,-0.0010523138,-0.003251343,-0.018273821,-0.00447942,-0.00464233,0.01709583,-0.0034963826,-0.02837895,-0.00934122,-0.0011007803,0.006183882,0.007821353,-0.017275974,-0.01881932,0.0037029968,-0.0063996823,-0.0061872574,0.00735631,0.023632923,-0.010962139,-0.011108591,-0.002206928,-0.0017579437,0.018846532,0.00024356946,-0.003244573,0.0064265644,0.015821688,-0.002285357,-0.0009159963,0.012617119,0.00071624544,0.013552326,-0.016899388,-0.0068746665,0.0018183555,-0.005554338,-0.010544302,-0.016662745,-0.0030421896,0.013922014,0.002604314,0.002944399,0.01763183,-0.005349106,-0.0032748699,-0.0012552926,-0.015870512,0.0048586084,0.013002241,-0.013196308,0.0117929075,0.057712693,0.009198388,-0.012918933,-0.013900327,-0.004836259,-0.018610893,-0.0013920339,-0.007995074,0.010687735,0.008078639,0.009413608,-0.006947796,-0.008817497,-0.0082465205,0.0018923249,-0.0037092085,-0.020737693,-0.0045239627,-0.010096411,0.025036076,0.0037564437,-0.003888278,-0.009190949,0.0074238493,-0.005710025,0.0076902937,-0.009168282,0.01197862,0.010447532,-0.0012485661,-0.00010883256,-0.006047939,0.0127340965,0.0043049427,0.0030942815,0.00074592145,-0.02408171,-0.002479063,-0.0072622616,-0.005733396,-0.003867583,-0.007907025,-0.00010002201,0.0037602263,0.0066248733,-0.012161176,-0.01742603,0.0130086355,0.016831353,0.024666851,-0.00041687905,0.004266797,0.018653756,0.019225607,0.005864013,-0.0032874008,-0.0017763143,-0.006679176,-0.016474452,0.0017387578,0.013361658,-0.01193811,-0.027917352,-0.0036248195,0.012880467,0.0073936726,0.007996608,0.003591236,0.009890078,0.028136121,-0.007422814,0.007460866,-0.01180497,0.024136128,-0.00852328,0.0019852251,0.007807333,0.006981265,0.0010379689,-0.0066720564,-0.0028397737,-0.0025872018,0.0052948482,0.01140932,-0.017246583,-0.010223322,-0.018266644,-0.0046720137,0.032322533,-0.015190784,0.0031569127,-0.014592314,-0.0025219624,-0.0047377166,-0.010261307,0.009809285,0.009133584,0.01053491,-0.021092461,-0.0012017314,-0.024331847,-0.0052025747,-0.01765361,-0.0083626425,-0.010478069,-0.010451461,0.009514673,-0.027807781,-0.0023229816,-0.0023494957,0.02637241,-0.00087374117,-0.010051422,-0.009692964,-0.008296069,-0.013537271,0.025870087,0.00908348,-0.010251122,-0.012150173,0.012564392,-0.01106156,-0.006393449,-0.00038646505,0.0062257643,0.0039626323,0.02309926,-0.006302217,0.0007001989,0.0009683908,0.023225963,-0.0045103906,-0.02181543,0.008585309,-0.016505416,-0.0005485162,0.006499555,-0.017534213,0.005156547,-0.00402928,0.006829722,-0.016199904,-0.022874575,0.009056014,0.009147254,0.014668874,-0.016215237,0.015002987,0.010268074,0.017323527,-0.008339734,0.0084162885,-0.017337898,-0.004005988,-0.0004153714,0.016266124,0.0051393225,0.012245108,0.0033542968,-0.018740822,0.010553695,-0.040149968,-0.0028451001,-0.0026392217,0.008685186,-0.011146467,-0.00015687724,0.01709849,0.027229289,-0.005597029,0.0076994277,0.0006683202,0.004035425,0.01003694,-0.011932157,0.005954099,-0.0018406752,0.001605583,-0.020732004,0.029218104,0.009845656,-0.008435581,-0.003564296,0.0034962348,0.00092567987,0.011518719,0.013680202,-0.0041577457,-0.0035842552,0.011907387,0.0056409724,-0.012203193,-0.008784469,0.012811288,0.01708628,0.0064867837,-0.0034067882,0.0042889575,0.00018543267,-0.034660377,-0.008871786,0.01993696,-0.0044711656,-0.0038742488,0.018629776,0.0016200112,-0.015220447,-0.0015084326,-0.0037419654,0.0071159564,-0.01844283,-0.011523138,0.02461418,-0.0040879087,-0.009730007,0.003360512,-0.0048683546,0.0067600794,0.011280897,-0.016063398,0.007999715,-0.008033945,-0.0042551425,0.021523051,-0.0058001177,-0.008290328,-0.008264024,0.0071161324,0.0026502835,0.010977223,-0.006170503,0.01007847,0.016091462,-0.011123572,-0.014549942,-0.01534293,0.0032012176,0.011698935,0.016957894,-0.00073421875,0.014414981,-0.0054836185,0.006976396,-0.00885835,-0.008763325,-0.0055662193,-0.0045618713,0.011705679,0.010563266,-0.02492359,-0.0044510304,0.008444633,0.010928944,0.0038761876,-0.012049595,-0.02510944,-0.009539902,-0.0017628726,0.0056381007,0.015138729,6.46688e-05,0.010237814,0.0011966092,-0.0049855066,0.015104007,-0.0027601426,0.011460353,0.010281745,-0.004865691,0.0013076051,0.010928274,-0.025502305,-0.0025751484,0.0034488216,0.016922701,0.00048722536,-0.005335538,0.004742958,0.004631522,0.010776573,-0.001241395,0.0033094652,-0.0029010926,0.011814345,0.0015726071,0.0030181818,-0.0091585945,0.0057717585,0.01575083,-0.009247842,0.000992467,-0.018540552,0.009120122,0.019928442,0.013669711,-0.021955492,0.030019505,0.011258605,-0.008197629,-5.0750416e-05,0.014448285,0.011746823,0.0025523063,0.01399468,-0.018592263,-0.00028687483,-0.0022671472,-0.0013320075,0.01141327,0.0034513623,0.0036708778,-0.0042213723,0.0062840935,0.023115015,0.00574376,0.0051805503,0.015787592,0.0002179438,0.0013884383,-0.006573915,0.018160917,0.002935829,-0.019526126,0.0041150628,0.0072528385,-0.004529118,-0.008311885,-0.007861693,0.0092351595,-0.0068729795,-0.0107669085,0.011207541,0.0047951345,-0.007896259,0.0013732052,0.00047740707,-0.0077381525,0.008255329,-0.0036315976,-0.01864978,0.007464898,0.011359925,0.009917122,0.00066056347,-0.0015594882,-0.012455605,-0.001975809,-0.009638375,0.018552698,0.012422167,0.00012552954,-0.0037552975,-0.0046150084,-0.0036989204,0.012990665,0.0011864457,0.010741292,-0.011094201,0.0043001273,0.004112086,0.008191991,-0.009437972,0.01178729,-0.0025741751,0.012419239,0.020494578,-0.08882173,0.012381923,0.0061373264,0.024586929,0.001922152,0.0016816308,-0.0073742555,-0.014607321,-0.00039994877,0.0106414035,0.007121524,0.019446598,-0.007432255,-0.014621725,0.006095154,-0.00047277345,-0.0019157132,-0.014003346,-0.0041868426,0.013222424,0.010967228,0.009685901,-0.0048466376,0.0032892239,-0.0047369623,-0.0015198963,-0.010905447,-0.016556872,-0.0052799424,0.004184516,0.016044626,0.0026570638,-0.017808283,0.0076701697,0.0038653826,-0.017634735,-0.01055501,0.0063603665,-0.13792822,0.010724849,-0.00092497136,-0.017026085,-0.016638607,0.022975221,-0.005992846,-0.0054532993,-0.0037518989,0.006048071,0.01258172,-0.00032536258,0.0030391624,-0.0082145175,-0.004491043,-0.0005810869,-0.007974228,-0.01202951,-0.01952553,0.004695391,-0.0003095575,-0.016320469,0.008289529,0.008141072,0.013555052,0.0021169747,0.013280883,0.017618561,-0.010272757,-0.008012575,0.0036897222,-0.010996207,0.0070880996,0.016055042,0.0006306999,-0.008831579,-0.01095189,0.007183056,0.01891845,0.0042228727,0.019357307,0.007133943,0.004990152,0.0064219367,-0.019164959,-0.009269688,0.011613544,0.0045985035,0.0022485985,0.0065169195,-0.009525914,0.012226876,5.7690402e-05,-0.00993494,-0.01235199,-0.005731754,0.0028820178,-0.008264551,-0.0071694083,-0.005832299,0.008299318,0.002862546,0.010667265,-0.008749268,-0.00019589052,0.015239472,0.01049379,0.021555705,0.0040214355,0.002547416,0.010923314,0.0063415547,-0.010971151,-0.0036245275,-0.0070972187,0.017321443,0.0039033527,0.018938564,0.007874614,-0.009403182,0.014122249,-0.005077544,-0.017970987,0.012734391,0.0071178996,0.013532115,0.011466569,-0.00010469969,0.009521169,-0.04813276,-0.0044716788,-0.032798067,-0.011489786,0.031042011,0.01500703,-0.0017805884,-0.010022488,-0.010580255,-0.010721947,0.015055351,-0.010889706,0.006512165,0.0089486325,0.008297335,-0.012345392,0.0018669863,-0.018824387,-0.023193663,0.00025309797,-0.038330223,0.009780847,-0.008000077,0.00053295493,-0.008493977,0.008565049,0.017985057,0.0003368818,0.005940077,-0.0057038814,0.0004385665,0.0076425667,0.006553123,0.0005004386,0.009377006,0.01040289,-0.0034764407,0.01663176,-0.0016297129,0.017863818,-0.018950056,-0.009950119,-0.00287855,0.010295187,0.009098055,-0.0015157298,-0.0042902227,0.0003208487,-0.015236943,-0.0037298976,0.020328347,0.0052279695,-0.007991647,0.0038960155,0.004237214,-0.01405154,0.002813859,-0.004337416,-0.013640907,-0.0068279523,-0.0025728105,-0.013203331,0.02409324,0.0032083706,0.030250527,0.00026474064,0.008686188,-0.008776127,0.01553264,-0.012291828,0.008682272,-0.023819868,0.012518041,-0.012757464,0.01350524,-0.009875253,0.0053254087,0.00050849916,-0.0019075634,0.011520075,0.020185634,0.005711878,0.0033015818,-0.017674692,0.012804395,0.004679396,-0.016035259,0.0081839645,0.007656327,-0.0100184865,0.005512137,0.0001961001,0.0117421495,-0.0060444125,0.012423534,0.01637446,-0.014702673,0.009778824,-0.014733101,0.0075109494,0.00335065,0.030198537,-0.0061837104,-0.0056938077,-0.01079331,-0.0040713726,-0.01734917,-0.010034097,-0.010444376,-0.022486076,-0.028753294,-0.0034060387,0.004968106,0.009570601,-0.17430419,-0.011460729,0.015382784,0.0017941028,-0.015026938,-0.0007478831,0.0019932166,-0.02255032,0.016451502,0.0018592825,0.0016838488,0.007935415,0.0053245253,-0.026120089,0.008797856,0.013381726,0.037102558,0.014682154,-0.0023669964,0.011996991,-0.041564185,-0.00956418,-0.006650135,-0.0034008378,-0.012184784,0.0023174335,-0.007306511,0.02058289,0.017499246,0.027877117,-0.004705929,0.017093435,-0.013510867,-0.0109292045,-0.0086681405,0.011796425,0.011187008,0.015271556,-0.013554107,0.01894312,0.0007802528,0.006085304,0.018620972,-0.025309311,0.027586319,0.014179405,-0.0048270468,-0.0025143097,-0.029817553,0.012056848,-0.0074128597,-0.0075045666,-0.0038106914,0.006769273,-0.011501398,0.012035219,-0.0051807165,-0.014195544,0.004045963,-0.014923354,0.009986038,0.0022869261,-0.00659896,-0.0064941943,0.0013578683,0.01846617,-0.0049853506,0.14073668,-0.0070532607,0.033330858,-0.0044453572,-0.02526611,0.008809124,0.029170642,0.002983922,-0.014438772,0.0005672778,-0.004266633,-0.016183207,0.018210053,-0.011233756,0.012281599,0.013844051,0.011696795,-0.005247654,0.0058261487,-0.01535095,-0.0065633575,-0.017538788,-0.009750933,0.010065039,0.0021899713,0.0031938872,0.0008868592,0.036784105,-0.011093734,0.018013207,0.010251087,-0.025692651,0.008393151,-0.014732526,0.032324836,0.03280329,0.011107451,-0.0011467619,-0.016601067,0.00027489825,-0.0063963793,0.010145198,-0.032376092,-0.009237273,0.012421132,-0.0063209985,-0.016100088,0.017614748,-0.018207295,-0.00061819894,-0.0336924,-0.011783541,-0.0026533185,-0.01403724,-0.022045432,-0.0014992139,0.006260835,-0.006240806,-0.0020081047,-0.012590376,0.0050884713,-0.0010516489,-0.02476257,0.0017372525,0.00094698335,0.006095155,0.008291934,-0.019134924,0.014210937,-0.10247583,0.0030772507,-3.8808088e-05,-0.0014057562,-0.0069404724,-0.021801896,-0.020830985,-0.011996578,0.003178019,0.0058513875,-0.015631005,0.015632048,0.011192119,-0.0029666882,0.031812303,0.001898218,-0.018557908,-0.02442338,0.022250764,0.0016707117,-0.0032186974,0.01333113,0.03141001,0.0090500675,0.004680432,-0.022785796,-0.010072154,0.007160621,0.019200962,0.028301913,-0.0076296073,0.009035783,-0.0094836755,0.0031413091,-0.0143348435,-0.0025348205,-0.0022907879,-0.0056632007,-0.012622893,-0.001461695,0.007989043,0.0015188914,-0.009459757,-0.0028289019,0.0053565544,0.012475941,-0.012879875,-0.013588405,-0.012997285,-0.020875327,-0.011987695,0.025034301,-0.0066224304,-0.0063828863,-0.00878896,0.03047362,0.021079741,-0.018250372,0.005390862,0.010412458,0.023209367,-0.008659726,-0.01603864,0.012362711,-0.0032029303,0.010925428,0.029138977,-0.01114358,-0.020540947,-0.0047185123,0.0007896435,0.014186826,0.02907591,0.015680134,-0.0012725154,-0.0042517264,0.0032274718,0.028444761,-0.0022922826,-0.025781117,-0.013162748,-0.017160866,-0.013095546,-0.02763245,0.02640312,-0.020876862,0.023361538,0.0019603649,0.009003821,-0.03377977,-0.025718404,0.0005093242,-0.014754292,-0.013496768,0.014149845,-0.009105776,0.013043994,0.014658085,0.033779163,-0.0013257333,-0.0033327774,-0.007231212,0.003805375,-0.01581259,-0.013914114,-0.0072302227,-0.004963112,0.011161035,0.030996175,-0.0145755,-0.00025772396,-0.011604538,-0.011337746,0.0028894108,-0.014799118,-0.021447854,-0.006898304,0.013310738,0.009859409,-0.004544398,0.0031918013,0.0061700367,0.0019154007,0.0031680055,0.011465817,0.0012086934,0.011635398,-0.000910342,0.0058195596,0.014108884,-0.019050047,0.00017365486,0.0078020743,-0.0105447825,-0.012027063,-0.015244057,0.008605687,0.019280111,0.021444948,0.017921895,-0.0014594757,0.018733775,-0.018307962,0.0010208315,-0.016077772,0.0037307807,0.017536512,-0.003945017,-0.011626,0.024124704,-0.022260588,0.0053530093,-0.0020043554,-0.012247666,0.011462498,0.014042002,0.018880127,-0.012487002,-0.011793949,-0.012425725,0.00051087025,-0.03780975,0.0064225276,0.0006509705,0.00026721263,-0.032411337,0.014542599,-0.010812782,-0.029355561,-0.011586232,-0.015565634,-0.010887993,0.020299198,0.0019919847,-0.009120567,-0.007437126,-0.011475961,0.014722968,-0.0020363305,-0.07517262,0.035188828,0.0016689572,-0.017170934,-0.007988301,0.023005905,-0.025408318,-0.018300567,0.019225473,0.007614472,-0.008915591,-0.00184847,-0.015523615,-0.0231887,-0.0028110696,0.00586642,-0.0075621926,0.019805782,0.024953883,-0.014415814,0.018522808,-0.03332706,-0.0029317685,-0.0016218245,-0.009383579,-0.011829886,0.006056953,-0.007992936,0.007632321,-0.0014934816,-0.023294922,-0.0021459619,0.02992194,-0.016303273,-0.007404432,-0.00057519245,0.014917814,0.008744642,0.019968657,-0.03301232,-0.007540584,0.0070061944,-0.06034947,0.012958097,0.00709262,0.009912646,0.022911068,-0.004721137,0.01551191,-0.022002803,0.014835914,-0.0043554893,0.0014185539,0.004105813,0.022116568,-0.024528166,0.0040866598,-0.029691825,0.0005925705,-0.0018601731,-0.028234527,-0.027779328,-0.016220754,0.012604794,0.0022301408,-0.010221345,-0.0024219637,0.02978054,0.015949177,0.015831742,0.016186591,0.0033439794,0.009126131,0.0067568636,0.007743296,0.011971761,0.009624184,-0.013731092,0.009743316,0.01604881,0.009826807,0.0155289965,0.005674601,0.030842308,0.004113475,-0.020014837,-0.0040459423,-0.10077769,0.011299925,0.0021719865,0.0019860575,0.015042687,-0.012273779,-0.0006376977,0.03925974,0.018719748,0.0030926042,-0.003410182,0.013968007,-0.0041914447,-0.0042138416,0.03017307,0.012438566,0.0016663416,-0.0033017898,0.03203472,0.006531883,-0.004963392,0.022413004,0.0010215328,0.012560907,0.019379826,-0.06629414,-0.018700615,-0.009300943,-0.008982134,0.016820006,-0.012102704,0.007794609,0.013054925,-0.00059548795,-0.008799669,-0.019055294,0.007566089,-0.009613711,0.005437815,0.0033397742,-0.008573801,0.0053865327,0.00608404,0.008941143,-0.0072393673,-0.00569168,0.0069090207,0.012227705,0.007077238,-0.01905256,0.011284714,-0.032050654,0.0065814694,-0.01873035,0.015633969,0.017652728,-0.022633754,-0.025162451,3.861448e-06,-0.005671127,0.013321172,0.0053093256,0.00505045,0.008883635,0.011476845,-0.00060245814,0.008066781,0.014102029,-0.029887281,-0.011619137,0.027144765,0.0033409917,0.0032026258,0.012066488,-0.014259466,-0.027770417,-0.009710963,0.0102496045,-0.0025824748,0.00048478963,-0.012162116,0.00018828314,0.036063347,-0.030461935,0.001511952,0.015718902,0.023140557,-0.0032912956,0.018767565,-0.01055115,-0.003039781,-0.012390687,0.0020868375,-0.019505825,0.013725861,-0.008060586,0.00013514108,-0.020003045,0.0032039713,-0.021184344,0.003590687,0.013962517,-0.024407335,0.014409527,0.010191249,-0.014184639,-0.022368066,0.0020821865,-0.0041792486,0.0149094025,0.015900437,-0.0010902614,0.020716123,0.008375968,-0.006591705,0.0015848023,0.012907701,-0.009674033,-0.02920335,-0.004727038,-0.0113890655,-0.018407151,0.00020572476,-0.021882335,-0.02035866,0.025629641,0.023404445,-0.01637019,-0.002982812,-0.001834635,0.020799981,0.00992923,-0.009847982,-0.017599287,-0.0021646186,-0.004217862,-0.018732008,0.014088752,0.008391036,0.00033653202,-0.009907086,0.0002124587,-0.0077001867,-0.0073374603,0.01443133,-0.003429979,-0.005355365,0.002884383,-0.004919342,-0.0042829746,0.021993639,0.032059643,0.0012737912,-0.0011018288,-0.023201935,-0.0072864885,-0.015882818,0.012479439,-0.0032105695,-0.0044958196,0.008773601,-0.0007242406,0.00855596,0.0033798183,-0.021113895,-0.01515071,0.004938268,0.0019274999,0.009230334,0.019410178,0.016115902,0.0063711405,-0.020472854,-0.007567183,0.030207267,-0.013218997,-0.01226023,0.024980295,0.004824618,-0.0038358762,0.0013266099,-0.0020081338,-0.009641346,-0.018400569,-0.018312873,0.0012497429,0.01098743,-0.012321911,0.0023965943,0.010129131,-0.0052424227,8.0608006e-05,-0.005933522,-0.030973291,-0.009526793,-0.006268665,-0.022866618,-0.029007323,0.020038975,0.012438289,0.020781262,0.004637212,-0.0060887598,-0.0030461452,-0.019813087,-0.029585965,-0.015902603,-0.0046606744,-0.008034798,0.01115077,0.013301244,-0.022838285,0.009415235,-0.008797706,0.013031856,-0.0006173803,0.021191146,0.0033455004,0.017945878,0.008684058,0.02320396,0.006642422,0.0108935535,0.016842969,0.0075052455,-0.0019876373,-0.0035379278,-0.0049906997,0.0057127187,-0.0014896272,-0.009559971,-0.0053814338,-0.0024804033,0.0047711665,0.018391274,-0.0019608957,0.027435457,0.0047184858,0.0033715374,0.007608641,0.010191007,0.0013001992,-0.014362614,-0.0054917177,0.004564937,-0.003282539,-0.004899893,0.015435343,-0.017593104,-0.016935715,-0.0032108792,0.0011963913,-0.0017751529,-0.012893146,0.004356957,0.0033556933,0.006025877,-0.006241871,-0.01011682,-0.0039596856,0.0066160066,-0.006671029,-0.012576139,-0.0063259252,-0.0035633864,-0.018551785,-0.014623233,0.0024390458,-0.016300391,-0.023281945,0.023169188,-0.014573686,-0.008708525,0.0028659375,-0.013253892,-0.0033931735,-0.0029558893,0.020604096,0.029252198,0.012607324,0.017793445,-0.01649727,0.00500227,-0.012061126,0.0077148974,0.005846151,0.009911922,0.011386189,-0.01211638,-0.005400449,0.010625158,-0.010113718,0.016089061,-0.0028910574,0.003918314,0.016727347,-0.0014694232,0.003818497,-0.0028857545,0.010881273,0.014730866,-0.021440182,-0.0017825101,-0.007700638,-0.0052306904,-0.003830374,0.008427338,0.012930531,0.011951308,-0.011837053,-0.019857062,-0.013802215,-0.0149452295,-0.013552111,-0.024020484,-0.027021986,0.0077664633,-0.012283058,0.0042261896,-0.00069632847,-0.007394399,-0.0036784245,0.0094819255,0.013041041,0.0018933578,0.0026686513,0.0004536769,0.0011407869,0.0081309425,-0.0036281429,-0.004843757,0.001864252,0.005625021,-0.0066870865,0.025926447,0.007992523,-0.005539625,-0.0056004324,-0.010920675,0.02020735,-0.0038942497,0.028360177,-0.0037235236,0.0005924255,0.0055959984,0.023791028,-0.009392105,-0.0054910784,0.0033344927,-0.0037057567,-0.009301753,1.8740393e-05,-0.003001527,-0.012392518,-0.0039108265,-0.0033308407,0.004057241,0.00072495517,0.0035847586,-0.0075080227,-0.009423383,-0.027513215,-0.021817392,-0.009514226,0.022046307,0.0032454806,0.00068426935,0.003325075,-0.012167358,0.00046147182,-0.0033599697,0.010147894,0.012100655,0.0037255203,0.03173425,0.0020819134,-0.02218039,-0.02105887,0.020371662,-0.022558127,-0.036057193,0.015164018,-0.015008755,-0.011108808,0.007860455,0.0010649145,-0.003260314,0.012646345,-0.018139748,-0.008592555,0.0058985366,-0.010921286,0.012754838,0.034436315,-0.010187708,0.009339177,-0.024021128,-0.013305901,-0.0070873383,0.015394762,-0.0041779145,-0.033223856,0.005145515,0.0023159354,0.006287368,-0.005334826,-0.001448385,0.0023282503,0.0022903534,-0.030481327,-0.00811102,-0.032329276,-0.01833451,-0.008931069,0.0034969873,0.02333936,-0.013637334,0.019844916,0.0035862275,-0.0074635753,0.004118912,0.0074992497,-0.025939073,0.007952617,-0.0025856472,-0.0039808135,0.009529452,-0.0026994138,0.012755024,-0.00035400398,-0.018450992,0.0061165416,0.009051335,-0.009792457,0.018131217,-0.013499737,-0.01433219,0.021138778,-0.022489918,0.014969186,0.021639721,-0.013390895,-0.011956326,0.0026955807,0.0072132517,0.003074007,0.00959865,0.02518477,0.015020034,-0.016837824,-0.01331271,0.0050038844,-0.010928707,0.010178484,0.017173348,-0.0071645803,-0.0050613694,-0.0012756829,-0.0031581605,-0.001165766,-0.021548431,-0.013758949,-0.0034083852,0.007596608,-0.030895526,-0.032791827,-0.014439395,-0.0080924705,-0.0035125222,0.00953064,-0.03708434,0.004980481,-0.04899067,0.005311157,0.0059868353,0.0085606165,0.00016258935,-0.0013934172,0.0052923956,0.011466198,-0.0039313375,0.0037028478,5.8837653e-05,0.01463141,0.015051638,0.022772374,-0.009661133,-0.036621556,0.011987479,-0.01433012,0.0016876735,0.0063463333,0.016787944,-0.006380297,0.00063207146,0.005747015,0.010555845,-0.003605887,0.0008354321,0.014590723,-0.0039907424,-0.0020481695,0.0047166985,0.004482745,0.00321256,0.016281957,0.006940614,0.019392138,0.002814672,-0.03023233,0.00082126685,-0.0041108574,-0.015176597,0.003836436,0.0033241536,-0.029484732,0.013759118,0.003557835,-0.0070424527,0.0067132935,-0.008210363,0.00809135,-0.0063498807,0.015032017,0.01944367,-0.0040019085,-0.016812593,0.0025680696,0.0019957565,-0.009081353,-0.009510947,-0.0106648365,-0.014534095,0.017429104,0.0243379,0.0023333903,0.023360413,0.016403845,0.00077508,-0.0027075387,-0.02155524,0.028338155,0.0069817435,-0.00025659197,-0.0016097346,-0.01951087,-0.042134885,0.018191459,-0.0046837963,-0.0030811392,0.0024253563,-0.00809473,-0.008990876,0.0015186267,-0.018981881,0.0032286698,0.00015358435,-0.014460249,0.015140288,-0.023470834,-0.0009291222,-0.010088571,-0.016854135,-8.722574e-05,-0.0063412683,-0.0068253814,0.022812769,0.028213387,-0.00051540526,0.021788321,-0.0026036997,-0.02775315,0.03730957,0.0008116635,0.003668197,-0.001259723,-0.012447545,0.0044576228,0.021545012,0.036515206,-0.0072002793,-0.02663737,-0.018583285,-0.0008902337,0.010558308,-0.004769964,0.0230786,-4.1401825e-05,-0.0056801694,-0.007976118,-0.007853201,0.001776051,0.035052314,0.009939656,0.018412335,0.010557168,-0.014563711,0.00373339,0.00977299,-0.010748598,0.011861052,-0.006147777,-0.011514849,-0.016157078,0.0090022,0.01422503,-0.014098466,-0.021181865,0.020742003,0.017834175,-0.019144924,0.012365767,-0.020962128,0.006337976,0.0017988777,-0.013986019,0.020250784,0.007818597,0.015455333,0.0060490216,-0.007888095,-0.024942404,0.0022721514,-0.013425336,-0.0026438923,-0.022529177,0.005291543,0.016898453,-0.01142849,-0.027801348,-0.020753415,0.014964563,0.010977279,-0.0065097073,0.0070981374,-0.00062845374,0.00093134324,0.0023182665,0.011158342,0.0021106869,0.00085990026,-0.0043084156,0.0038629144,-0.0023658348,-0.016746435,-0.0055176294,0.019406412,-0.0033758215,0.017721156,-0.012709428,0.018710298,-0.02144823,0.0026442297,-0.007133829,-0.011071485,0.0008816661,-0.0036346233,0.0029454937,0.019655414,0.011201067,0.0082263565,0.00068984233,-0.015057751,0.0010210323,-0.0024556944,-0.0013564877,-0.02876395,0.013802271,0.011114647,-0.011715029,0.002449547,-0.023854854,-0.016584096,0.011320841,0.011760695,-0.0112263495,0.0041934024,-0.027345318,0.0188247,-0.015207784,0.009035056,-0.004060953,0.0006055632,-0.014938455,-0.017549992,0.0012913685,0.16452394,0.11095235,0.0018665062,-0.006804639,0.00066212704,0.0039291265,-0.0041495576,-0.0051742187,0.010708272,0.0039189085,0.010552318,-0.00077949953,-0.0024002367,-0.025639715,0.010217763,0.00462587,0.03830055,0.005547668,-0.006822981,-0.009794107,0.004722329,-0.030707266,0.005399758,-0.009247595,-0.013769758,0.014153903,0.0060860226,0.0064852,0.011259069,-0.016901202,-0.009605523,-0.004458124,-0.0014277387,-0.00039600176,-0.0039123297,-0.01611717,0.019622544,0.014640934,-0.018439218,0.028770579,-0.023260096,0.020361492,-0.020232067,0.0019501825,-0.002773769,0.022725528,-0.0064567667,-0.026246369,-0.040218815,0.023142455,-0.0038349198,0.019410864,0.014852521,0.0005394687,-0.008461293,0.0040277927,0.0043008844,0.0039669047,-0.020341922,0.0015147643,0.006662371,0.023952834,-0.022809513,0.006129204,0.019026324,0.0053814366,0.003982632,0.0027954222,-0.004539273,-0.018071087,-0.0033122636,0.009150977,0.0010844198,0.0009397971,-0.0155527685,0.017682042,0.013525729,-0.026760789,-0.0056496607,-0.01647363,0.0008716083,0.019652842,0.019829858,-0.009211394,-0.0035451895,0.022265555,0.0003224052,0.014596372,0.11055282,0.013243901,-0.0007724901,0.0024488098,0.018825738,0.032837972,0.0073588444,0.07398327,-0.016075607,-0.016737424,-0.0016581856,-0.04150855,0.026932355,-0.022786627,-0.003732851,0.020858768,-0.014601593,0.0070420234,0.02312305,0.010839086,-0.046180554,-0.0018778417,-0.012374477,0.020243214,-0.009645115,-0.022802033,0.004207126,0.01512042,-0.0013417195,0.0070202635,-0.10222315,0.015952075,0.019592931,0.009037143,-0.0069667106,0.010797282,-0.016359188,-0.0014430498,-0.028980162,0.0030439803,0.0026788376,-0.009400352,0.01160846,-0.026408544,0.020950181,0.027025264,0.021016512,-0.01349955,-0.011575661,-0.020473024,-0.00035017225,-0.008229656,0.027202528,-0.01045192,-0.0032833118,0.014764466,0.00888413,0.033607613,-0.033535026,0.003189687,-0.0039125243,0.0018803867,0.013482487,-0.0068620117,0.033050038,0.022776414,-0.023233287,-0.009341457,0.0055540125,0.0017257277,-0.010295324,-0.014060895,-0.00032233598,0.0031146293,-0.0015352517,-0.0013934794,-0.008565392,-0.0013561392,0.009837783,0.00010586798,0.0142279025,-0.021552265,0.008664359,0.007816148,-0.009824583,0.009928332,-0.027348524,0.008469595,0.032852113,0.005688506,-0.015936844,-0.019388305,-0.015307913,0.015373773,-0.006456303,-0.00895205,0.00862615,-0.0065588476,-0.017478662,0.0141654005,0.00644328,-0.0029536763,0.009417447,-0.006525039,0.009945601,-0.001053215,-0.01979054,0.031735573,-0.0026814984,0.0056251264,-0.0133498,0.015253155,-0.009119985,0.118709855,0.037844196,-0.019237254,0.0064470316,0.028882602,-0.014602911,-0.012130777,-0.0023767427,0.010304808,0.005852607,-0.0140471645,-0.0010747545,0.005072521,0.016751733,-0.01090466,-0.0026747594,0.011417242,0.002876252,-0.00046961257,-0.031438686,-0.0029594484,0.004343414,-0.009862753,-0.0042492603,-0.0100948205,-0.0073032584,-0.007892272,0.018119173,-0.013995873,0.0012659663,-0.0076904222,-0.009382895,0.011687779,-0.019053547,-0.01393049,0.008789776,0.005230113,-0.010588198,0.0027659687,-0.0010114175,-0.021840388,0.0131368,0.020572284,0.00856345,-0.031113297,0.19013624,0.031068241,0.012743964,0.002227918,0.0062589967,0.025981404,0.010536685,-0.013623904,-0.0050821523,0.0069645317,0.009196445,-0.019076498,-0.008988164,-4.0614115e-05,-0.0034980695,0.014825827,-0.00026326985,-0.01282235,0.016368091,0.0005478905,-0.0062871235,0.019162547,-0.014127401,-0.005764799,0.002607538,-0.023830017,0.0035432542,0.004565475,0.013146363,-0.001829789,-0.007893773,-0.01213395,-0.0027968902,-0.010272338,0.013379732,0.014748182,-0.01575132,-0.011693305,-0.0014213338,-0.009033199,-0.012424207,0.008340121,-0.026386088,0.0017293434,0.0037194944,-0.0015921807,-0.006380628,0.01758909,-0.0045888405,0.005827949,-0.0018898011,0.0028386144,-0.002193272,0.012976013,0.0028116712,0.0042560585,-0.010204154,0.008842968,-0.011661893,0.00064542016,-0.010550965,0.013496204,0.004139958,-0.006235589,-0.013429609,0.02466044,-0.004235428]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 84,
          "content": "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.015595017,-0.0073295957,-0.010024805,-0.06431257,0.008595926,0.0008283928,0.009043793,0.012340198,0.010885978,0.0027984544,-0.0088638095,-0.021612456,-0.002440636,0.02503663,0.10812615,0.030083822,0.013198831,0.025125999,-0.026713299,0.011398125,0.014097433,-0.0040547247,0.020484703,-0.0027331696,0.025721181,-0.0036074289,0.008336607,-0.014078887,0.021555524,-0.00209197,-0.0017683976,0.020211022,0.0029292975,-0.0021824131,0.027624302,0.0252645,0.0038708784,-0.0143991085,-0.016124668,0.0013836083,-0.009146837,0.00025596464,-0.008951777,0.0037781252,-0.010118323,0.0012441794,0.03458528,-0.026291715,-0.003217584,0.023679508,0.004823014,0.009803508,0.028775655,-0.19911961,-0.022747688,0.006971821,0.018385183,-0.0008994852,0.0044409037,-0.010270954,-0.0058928262,0.03130773,-0.004515773,-0.01152335,-0.0036330828,-0.00090011343,-0.016971266,-0.023633873,-0.038515337,-0.015578276,0.010487694,0.022040954,0.00012849133,-0.0055577485,0.01823815,0.0022273485,0.020265399,0.004760318,-0.025162622,0.013119852,-0.0016435523,0.012664714,-0.0034065114,-0.010137497,0.018923732,-0.01553111,-0.009820989,-0.03582161,-0.00018907532,0.019812824,-0.018188868,0.018466493,0.027142856,-0.013651583,-0.029160913,0.04404188,-0.00018934338,-0.0190487,-0.009616785,0.029277535,-0.03351784,0.0107454825,0.006882812,-0.00075640355,-0.014210604,0.0071204263,0.0030538335,-0.019752035,-0.028427674,0.011804111,-0.0040845997,-0.0090505155,0.002798146,0.030670797,0.008642166,-0.117907085,-0.034722637,-0.030084532,0.009775425,0.02070768,-0.0061940313,0.002708462,-0.026141794,0.036737528,-0.016290355,0.008963323,0.0075635663,0.015508628,0.024617728,0.02532582,-0.0009392761,-0.0021766615,-0.0038068714,-0.004359391,-0.022601338,0.0137612475,-0.008459767,0.019912254,-0.01849347,0.009358038,-0.032553602,0.009567096,-0.017058404,0.017965201,-0.012894658,-0.00752793,-0.020483779,0.005207231,-0.012346741,0.01533416,0.028975064,-0.014281749,0.01374819,0.0061785476,0.0056435736,-0.0076024435,0.0043247887,-0.016338896,-0.0018237744,0.010272374,-0.01342182,-0.0208326,0.006312793,-0.0046576993,0.006595402,0.008016559,0.025998943,0.022923809,0.023290908,0.01630792,0.0077729416,0.0069723204,0.010449177,-0.013251201,-0.02345305,-0.014645202,0.004682936,0.013725018,0.0038542363,0.017032046,0.00887117,-0.0094284965,0.012430923,-0.01387367,-0.017006967,-0.002951428,-0.009008693,-0.00201996,0.006085008,-0.018172333,-0.027228713,0.007390078,-0.03282837,-0.021712909,-0.010907155,0.009196349,-0.030025823,0.0019142828,-0.011563201,0.0140700955,0.0154259745,0.0029343467,0.009177187,-0.035294477,-0.002051627,-0.010051279,-0.017233878,0.009770654,0.012851027,-0.00013455385,0.0074208705,0.020296965,0.015590874,-0.033842836,0.011598268,-0.016606936,-0.01126826,0.012793985,-0.009655476,0.00022718348,0.021943988,0.0025085122,-0.008740791,0.019553911,0.003258394,-0.018737582,-0.0072890637,-0.016307058,0.029506164,0.03406752,-0.023140935,0.030993128,0.0012570113,-0.038881168,-0.0005893095,-0.014936573,0.031034697,-0.007216848,0.009156707,0.044329587,-0.0036834108,0.009372815,0.0041862736,0.0058376705,0.027501907,-0.013761435,0.019500833,0.013613956,-0.014251683,0.019557578,0.0036640721,0.0015018935,0.009937923,0.01670296,-0.004446592,0.03069112,0.022883255,0.010043615,-0.026625002,0.005420304,-0.006384346,0.010929651,0.0021192697,0.0033299206,-0.021049604,-0.012613839,-0.0029836176,0.023593457,-0.031799972,-0.0030865297,-0.0068003996,-0.0034244072,-0.018337538,-0.016985971,0.015763288,0.006277799,-0.02675347,0.019161463,-0.0224457,-0.01523207,-0.023455855,-0.00247148,0.0011748301,-0.0014533176,-0.043699674,0.010298553,0.000691374,0.022486703,-0.013533926,-0.026697282,0.00665921,0.0013996668,-0.008143117,-0.02862802,-0.008982484,-0.004071255,0.045565583,-0.004270264,0.033185173,0.009790871,0.00167874,-0.0051369965,-0.010331931,0.052554376,-0.0049390467,-0.012918121,0.013880491,-0.010937317,0.02581739,0.015182384,-0.022533799,-0.021459017,0.010256706,0.027373457,-0.013360887,0.011644537,0.015328705,-0.022071064,0.015452283,0.016442126,-0.015628505,-0.016245157,0.02482605,-0.0013935011,-0.014285516,0.029440867,-0.006104727,-0.009274679,0.0038667938,-0.00784157,0.01056274,0.026100447,-0.02539725,0.0137894945,0.005255681,0.007120349,0.013123432,-0.0070427298,-0.02110679,0.009735898,-0.018754061,0.020288283,-0.001136059,-0.015280498,-0.021940384,0.0037457326,-0.00712969,-0.058376666,-0.029833255,0.018047024,0.00900471,0.00079203566,-0.00062105164,-0.023208221,-0.0023042574,-0.00070813135,-3.5707784e-05,-0.024810234,0.028515847,-0.0026150378,0.00075825397,0.02179249,0.037449516,0.00068874145,-0.003091361,-0.041180145,0.007948636,0.006240136,-0.010451061,-0.016173147,0.012634888,-0.0053469473,-0.005360232,-0.013772046,0.008678563,-0.012845067,0.008126034,-0.027626239,0.012799599,0.007301012,-0.021862239,0.035237253,-0.013743197,-0.02166548,-0.010499217,-0.0113681685,0.013879906,-0.018465342,0.017591199,0.01683452,-0.025583467,0.0100650415,-0.003435419,0.018629527,0.0040817466,0.023619756,0.013747685,0.012522226,0.015993392,0.006605883,0.007188732,-0.01686012,-0.0082999775,-0.023483923,0.0032725267,0.032823857,-0.0133191105,0.01269173,-0.0022379663,0.000710449,0.013525646,-0.022936929,0.028114984,0.008582672,-0.009859322,-0.004631303,-0.0124195125,0.024684714,0.026376577,-0.041138202,0.019824743,0.039396994,0.035936784,0.005430573,-0.014292391,0.00094645127,-0.021054758,-0.017394627,-0.00028896652,-0.01725502,-0.0010667004,0.0031933733,-0.012150853,0.008229793,0.013737861,-0.0405827,-0.00054804253,-0.016395178,0.00417473,0.0033786157,-0.0007475701,0.0033867126,-0.015434362,-0.01199148,-0.016708314,0.0112185525,0.014576996,-0.030911975,-0.018156199,0.0061104777,0.0037005427,-0.025707332,0.034240946,-0.011250312,0.013857614,-0.01596907,0.0048012063,-0.014366109,-0.012104668,0.0052504474,0.01645142,7.083877e-05,-0.019886343,0.004280536,0.00456038,-0.026674362,0.002522292,0.00048309498,-0.015738644,0.005181245,-0.006746706,0.016472673,-0.0008602425,0.017086163,-0.010417348,-0.0070487093,-0.011779923,0.0015560252,0.0009466947,-0.0014537385,-0.021932486,-0.045870263,-0.04426918,0.014804729,0.023289004,0.0065015964,-0.0054502124,-0.0048524747,0.02279119,-0.015026601,0.007357496,-0.03160948,-0.0025284055,0.0024992274,-0.03634212,0.014662168,0.010792204,-0.021798823,-0.012163267,-0.017784571,0.004312796,0.023451863,0.0021405665,0.01440743,-0.041909743,-0.0076226033,-0.017934749,0.017230587,0.020474078,0.018718189,0.03189207,-0.010420291,-0.018359534,0.017530968,0.021421276,0.013808102,-0.016619198,0.003074735,0.0034340299,0.008562818,0.0046617775,0.031192472,0.0022881397,0.008878941,-0.0032401464,0.015663,0.035650007,0.015306313,0.01909884,-0.0053019263,-0.0047419183,-0.0035089909,-0.0194078,-0.00022180975,0.016944038,0.01241669,0.037368428,0.0074575255,0.026382646,0.0043290905,-0.012709328,0.027822902,-0.015027217,0.0035155825,0.013366543,-0.085591614,-0.037034526,0.012820205,0.019044846,0.00054255634,-0.03352652,0.013063371,-0.0031695834,-0.00553179,0.022378031,0.032622434,-0.02129373,-0.004411592,-0.01347921,-0.0019640666,0.010447994,0.004787005,-0.010745157,0.014713934,0.014566156,0.03796125,-0.0027374204,0.02703424,-0.028761804,-0.0057598352,-0.0133917695,0.013900276,0.017257715,-0.01542009,0.010972247,-0.013224326,-0.037547063,-0.009594348,0.040270712,0.009531807,-0.0067093926,-0.008027894,-0.017002719,-0.013558118,0.01078055,0.015612766,0.0052842316,-0.011599856,-0.018034805,-0.024364648,0.014919119,0.011364646,0.003585261,-0.008634176,-0.019378124,0.020302145,-0.012104478,-0.008092843,0.005520914,0.017625377,-0.046101514,-0.0312783,0.019120572,-0.017371278,-0.0066547175,0.026408015,0.020549025,-0.004197479,8.0206555e-05,-0.024284141,0.027475234,-0.028215121,0.026693068,-0.024204867,-0.0029261254,-0.010274208,0.03255196,-0.014892103,0.005836697,-0.025568614,-0.021946989,-0.017670425,0.030682508,-0.0014567032,-0.0062910616,-0.023763476,-0.0058136466,-0.103361346,-0.020508949,-0.011524058,-0.0067197247,-0.028448317,-0.009361675,0.0005736859,0.007924531,-0.016749758,-0.026032358,-0.023465583,0.0033017155,-0.020965224,-0.022015171,0.012724105,-0.016160408,-0.009754309,-0.04394158,0.03037729,0.0012316793,-0.028505791,0.0048967055,0.014040741,0.023502572,-0.00014318516,0.018707331,0.002463179,-0.011848868,-0.0012350149,-0.013158956,0.021013107,-0.10023434,0.03160554,-0.003840795,0.0063391533,0.02178707,0.017798372,0.0007146505,-0.013151061,-0.017464375,-0.015775269,-0.010954996,-0.0021525184,-0.06255268,0.023702132,-0.0013627666,0.0776031,-0.009134325,0.0043189367,-0.00029370413,-0.01872614,-3.9683582e-05,0.00937806,0.019903619,-0.037210815,0.014848592,0.009775026,0.00756925,0.011559951,0.004014583,0.026525697,0.018118208,0.005909523,-0.01341476,-0.017167127,0.022112563,0.0037510612,0.0240592,-0.027091485,-0.034241803,-0.0025836013,0.023091918,0.018798577,-0.021685677,0.004210993,-0.0029710773,0.034468457,-0.009685827,-0.011879294,-0.021914698,0.008051281,-0.020907048,-0.09191983,0.014157086,0.027602077,0.011033642,0.018130416,-0.013015005,-0.0010395074,0.0045942734,-0.015922485,0.005134463,-0.026444392,0.014516609,-0.012098753,-0.006702034,0.016773378,0.02410671,-0.0078124735,-0.016359096,0.009073876,-0.015972326,-0.0170831,-0.0001673265,0.015187208,-0.028120944,-0.017622491,-0.038168516,0.017480828,0.0030335623,-0.024803668,0.026261475,-0.019312406,0.002876928,0.007496348,0.004361999,-0.0044791447,-0.006127777,-0.009409282,-0.010291233,-0.028309438,0.0026850982,-0.018420925,-0.005249543,-0.013050114,0.009486987,0.020009583,-0.02170163,0.040039144,0.0059652254,-0.020206677,-0.008110913,-0.023852402,-0.011226869,-0.009618882,0.015884908,0.017405568,0.012413978,0.026450258,0.035962235,0.03975259,-5.5695084e-05,-0.020265676,-0.0029862216,0.013331815,-0.008641159,-0.0008483724,0.01628908,-0.0016397214,0.0043370547,-0.02624427,0.008130525,-0.0016189106,-0.0110490015,0.0024298513,0.018045396,0.00829651,-0.00050828315,-0.0032695783,-0.013837116,-0.06082043,0.016491923,0.00066472444,-0.012921758,0.032447632,-0.011452405,-0.0036125898,0.012722932,-0.009918926,0.0043646786,-0.0025412056,0.016215863,0.013201094,-0.000629436,-0.005938216,-0.017098946,-0.0111322785,0.006619433,-0.0021758517,-0.02779145,0.0054087657,-0.0013363849,-0.016551882,0.004300871,0.020813929,-0.007868036,0.009368393,-0.0044999314,-0.011416772,0.0057618176,-0.02355636,0.007903715,0.004651056,-0.005574412,-0.020711897,-0.0026107063,-0.0066410336,0.033908885,-0.007823217,0.006941413,0.01390032,-0.0037145826,-0.008620483,-0.010134171,-0.014754112,-0.004284818,-0.012033292,0.010811183,0.01747339,-0.0045882426,-0.013817262,0.010218875,-0.008433279,-0.015369782,0.015656132,0.012366821,0.0022667006,-0.020490589,0.004336664,-0.0022293436,-0.006849014,-0.004276936,-0.02837562,0.010425169,-0.018138746,-0.012192592,-0.004749486,-0.0062901345,0.010460476,0.012733129,0.012537913,0.01909289,0.0016454161,0.008229816,-0.006796397,-0.011857256,0.022490269,0.0073932586,0.005836312,8.153862e-05,0.0027656322,0.0026756932,0.0065730717,0.00037233767,0.007066962,0.010862803,-0.0043585734,-0.00034921282,0.0027689687,0.0146990055,0.021656057,-0.015830785,-0.005335532,0.0035058907,-0.0039600185,-0.029340029,0.0018326079,0.012227519,0.0012171622,-0.014894131,0.013528499,-0.026207995,0.00648204,0.014816417,-0.015747935,-0.012842394,0.016306268,0.0125524495,0.0084953485,-0.015846208,-0.0072537977,0.007167509,-0.003937141,-0.019999683,0.0050833537,-0.0034739503,0.00667392,0.011718604,0.02096469,-0.016087966,-0.0026931725,-0.0042960206,-0.0022517096,0.0164849,-0.0015398074,-0.0038860692,-0.011291038,0.008215545,0.0034863197,-0.0074863196,-0.0017397815,-0.001603708,-0.0031636273,-0.014772327,0.004588489,-0.010437333,0.007850286,-0.023555744,0.0063437545,-0.010254296,0.004511349,-0.00374486,-0.0012188297,-0.001517474,0.0027757804,0.0018336484,-0.011810305,0.00073606486,-0.0017322828,-0.0019621954,0.013355639,0.0012049796,-0.011290962,-0.00011159198,0.003538051,0.01596461,-0.003934777,0.041320745,0.009629622,-0.011019209,0.005102324,0.0006665656,0.0018192306,0.013935383,0.009708133,0.0018088532,-0.005766414,0.014203342,0.009170256,0.0026870554,0.018443234,-0.003104101,0.0048618875,0.0037427542,-0.005163902,0.0061448687,-0.02400372,-0.01854695,-0.011203977,0.014050551,-0.0041198647,0.07513529,-0.017750118,0.005959027,-0.00778894,-0.0023502742,-0.0023477196,0.016084079,-0.016160335,0.014614572,-0.013138991,-0.0057105175,0.008288345,-0.007680645,0.01777933,0.0036169467,0.013559889,-0.001633129,-0.011403744,-0.003917273,0.004667803,-0.007717221,-0.010211441,-0.010334288,-0.009996409,-0.0043196706,0.015388545,0.008741614,-0.0036608705,0.018998772,-0.0030462646,0.0060083694,0.0131123485,0.008719421,0.0020137639,-0.014934876,0.000505648,0.008728298,0.017432282,-0.00063944445,-0.016536007,0.010533615,0.009466878,-0.00547086,-0.0041021896,0.01624767,-0.0023483485,-0.0016850369,0.0043262793,-0.02207217,0.0067122607,0.013010215,-0.014742872,-0.012655627,-0.007052047,-0.0003462487,0.00263516,-0.008021949,-0.025522817,0.0060560065,0.0031064192,0.0067341346,0.00055741024,0.005184452,-0.015065607,0.006883291,-0.0051647746,-0.0060317023,0.010928647,-0.0025301736,-0.0062009036,0.0130294105,0.015350029,-0.00082853617,0.013544274,0.0082800845,-0.0011286469,-0.021539921,-0.016209327,-0.0090479795,0.0016477997,-0.0055093113,0.0012432308,-0.012673367,0.0015366052,0.0059868465,0.010111353,-0.014391097,0.020338224,-0.011239093,-0.005655081,0.0057217176,-0.0015769514,0.011209334,0.009020548,0.0040575988,-0.002707843,0.0510488,-0.0032305566,0.004612643,-0.0033714504,-0.012720484,-0.009205227,0.0064053717,0.007538257,0.017817643,0.025441203,0.004688353,0.011080942,0.00039479855,-0.0064961677,0.0005676031,0.0032332377,0.0069997716,0.0041628433,-0.0009166546,-0.005084444,0.015920365,0.017839208,-0.00014780661,-0.0043959906,-8.455402e-05,-0.0044932263,-0.018842962,-0.006542262,0.0030569215,-0.0052956375,-0.009251316,0.0045728832,0.006013325,-0.014862976,-0.0015801344,-0.020294856,-0.013064788,0.0062920796,0.0012371198,0.0042109042,-0.0017614114,-0.0069524227,-0.018795399,-0.0022783913,0.0068345917,0.018674036,-0.011413621,0.0057012127,-0.0035201006,-0.0009446642,-0.0061919643,0.019875899,-0.0029530555,-0.010058824,0.010106489,-0.006372593,-0.006583163,0.00920455,-0.010962542,0.003212535,-0.01186888,-0.021676509,-0.0018934289,0.013770345,-0.004226375,0.013055728,0.013674296,-0.0024347343,0.0037228337,-0.011009899,0.0033281173,-0.008814105,-0.01741678,-0.00010364562,-0.01747677,0.0135524105,0.014117143,-0.004584769,-0.0039448733,0.006091201,0.0034789005,-0.022861412,0.0016335,-0.0026996932,-0.003358298,0.0020931908,-0.015898686,0.004888663,-0.01159299,0.0028346465,-0.008536808,-0.032010093,0.009230477,-0.021328919,0.00772087,0.008011209,0.01068432,0.022425812,0.008312118,0.00024209531,0.0001497114,0.022430927,-0.00051589287,-0.0029997295,0.0029494446,-0.0074002626,-0.009017139,-0.0028085962,0.014874886,-0.0042038625,0.011134177,-0.0033353139,-0.005521148,-0.006405135,0.00030139537,-0.012434897,-0.010415834,0.010382,0.007057134,0.0015416944,0.011016874,-0.020469114,0.005219294,-0.014870371,0.013496028,-0.009131159,0.0044382317,-0.009816527,0.006626665,0.012832561,0.012123478,0.015857665,0.013584982,0.01881162,0.0032324216,-0.0040531214,-0.0059230346,-0.005360697,-0.010506807,-0.0052364715,0.00905403,-0.0075175273,-0.014728454,-0.005606276,0.011510547,0.006995338,0.009243882,0.00043275714,-0.0044763256,-0.002401535,-0.0064099305,0.018449266,-0.017421212,-0.004706404,-0.0049379603,0.012949885,0.0018153561,-0.0021598442,-0.0151708145,-0.019816998,0.0077014905,-0.04239239,0.014162302,0.010567228,-0.0026041477,0.0075571905,0.0045328722,-0.010153616,-0.0043861605,0.010068839,-0.015464294,0.001887895,-0.015310641,-0.0073472634,0.0010284969,-0.006511416,0.0096123135,0.00010329775,0.012063217,-0.015755376,0.0049651554,-0.0154182045,-0.00037445166,-0.013144881,0.00081250997,-0.0028447479,0.006707145,0.011959554,-0.013659599,-0.0066700843,-0.0084714955,-0.0049843043,-0.00077450485,0.004060823,-0.009541618,0.009603872,0.013677421,-0.007051196,-0.00053468114,-0.02275185,-0.013776651,0.01835405,-0.003310267,-0.0024046889,0.014872423,0.0075518205,-0.019286703,0.016605947,-0.00047240197,-0.006691602,0.0021097464,-0.010000119,0.021611633,-0.0044814497,0.0046755453,-0.006892136,-0.003934324,0.011059224,-0.007265935,-0.014282884,-0.014817207,0.0010179846,0.018549826,-0.007141118,0.013655589,-0.015515713,-0.012746642,-0.001157565,0.008880138,-0.002635397,0.0041878186,0.0057161115,-0.006337615,0.012933001,-0.007113461,0.0020650432,-0.01600069,0.0060632485,0.015517196,0.012154925,0.009146906,0.014385689,0.009474821,0.0067937407,0.003827828,0.0014200325,0.001783475,-0.005487828,0.004576012,-0.017478835,-0.0044783363,0.023748048,0.0060875756,-0.010381258,-0.01996549,-0.010204027,0.0030400772,-0.01238865,0.0051992172,0.008225432,0.018696548,0.012996186,-0.015363936,0.004347718,0.016795417,-0.01675258,0.008789302,-0.00431137,-0.021312436,-0.0068813,0.009659612,-0.016430609,0.0024271936,-0.0013207411,-0.00021035178,-0.0019813976,-0.004436532,-0.013811636,-0.00010486442,-0.0060641076,0.01646773,-0.01576832,0.00655946,0.00561347,-0.0024178077,-0.011131923,0.009326258,-0.008633567,0.004734945,0.017766623,0.0038963996,-0.010924414,0.0057646255,0.008479617,-0.016442826,-0.0094205225,0.02129897,0.012392204,-0.023546476,0.014206281,0.009241777,-0.012675938,0.02258133,-0.0010671384,-0.021796945,0.009995972,-0.007272015,-0.012851561,0.012994581,-0.00851688,0.0047025434,-0.0061134244,0.018155864,0.02494334,0.011996685,-0.016805334,-0.0007871411,-0.00857736,0.019435115,0.017128443,-0.009807117,-0.0089576505,0.009687918,-0.012730138,-0.019268198,0.0034616448,0.007910611,0.0028831358,0.007955913,-0.0037423456,-0.006407135,-0.012086252,0.0018883224,-0.002577328,0.017466104,-0.012902128,0.013062259,0.014505572,-0.01593677,-0.017339243,0.0051060133,-7.594244e-05,-0.010598979,0.0055661965,0.015392476,0.003908311,0.019433493,-0.012087662,0.0033751428,0.011648753,0.004360076,-0.00082033384,0.002999497,-0.0036482206,-0.013853344,0.0011041161,-0.0012993462,-0.000681379,-0.0054581864,0.004243609,-0.0044569615,-0.011312411,0.013801794,-0.019895697,0.00455168,-0.008007728,-0.087681934,0.020987498,0.0053063394,0.0046726926,-0.0016636376,0.009833364,-0.012881459,-0.012028186,0.012910364,-0.00577608,-0.0012088125,0.005321418,0.0018150985,0.007935918,0.0056218267,0.030661982,-0.0070955125,-0.022013,0.011505682,-0.0056421505,-0.007085886,0.008891152,-0.0056752493,0.026023377,0.012853749,-0.00047453668,0.0049718083,-0.010769731,0.008342647,-0.004636195,-0.016726518,-0.009024898,0.016907938,0.012126434,0.0053541823,-0.010216912,0.0024476782,-0.016991135,-0.13777624,-0.0039085248,0.001642014,-0.0054379874,-0.006703774,0.01259743,-0.022634394,0.005213288,-0.0023802852,-0.0067669554,-0.015113178,-0.009454927,0.011319934,-0.013099649,-0.004738511,0.007362525,-0.010262134,-0.009861012,-0.02552483,0.013576005,-0.009418119,-0.011442587,-0.005990348,0.0029615157,-0.0014351164,0.011873833,0.0118793845,0.005925234,0.0068798577,-0.025411163,-0.010960653,-0.006747671,-0.013028174,-0.015314055,-0.012996308,-0.011700602,0.0043746857,0.0035513495,0.0035817276,0.0040015494,-0.010601722,-0.010487472,0.008497364,0.009859976,0.0055302884,-0.0025116976,-0.0050461045,0.01869502,0.0030689554,0.005866616,-0.012347871,0.010843329,-0.006391756,-0.009397383,0.0045178435,0.0045421766,-0.006556288,-0.00079722423,-0.013979989,-0.0027318094,-0.009663839,0.0078930445,-0.0012848356,0.0021611196,0.019030327,0.012686071,0.023491912,-0.005370154,-0.029232996,0.01755409,0.023710804,-0.0018496335,-0.0021573075,-0.0049972353,-0.020140113,0.0048969355,0.009747237,0.0031730074,0.015545277,0.013231511,-0.009923795,-0.016889583,0.0027974984,0.01528136,-0.013087229,0.018527208,0.0009763657,-0.017926076,-0.011762978,-0.04941172,-0.009015117,-0.021763084,-0.013197032,0.013992342,-0.0033890407,-0.0102187265,-0.015257798,0.022794357,-0.019628724,-0.0024675746,-0.008403154,-0.0030720122,0.0034707054,0.021094007,0.0067265453,-0.0037313474,0.00057706324,0.023088764,-0.001291075,-0.030973887,-0.0038937079,-0.005191283,0.011567765,0.027231904,0.010815149,0.015568485,0.024153704,-0.0062840367,-0.005586905,0.0018510385,0.007028693,0.031267866,-0.01763159,-0.0015843688,-0.016042283,-0.012921121,0.020579733,-0.0005402804,0.01447879,0.020876007,-0.013772828,0.01006657,-0.017841043,0.016786339,-0.024358168,0.014912825,-0.018687064,-0.006460334,-0.028911998,-0.0004186675,0.04249365,0.0010371365,0.022078693,0.022322781,0.021913208,-0.011765291,-0.0036268153,0.013269441,0.0016220422,-0.012497252,-0.0073776995,-0.02471558,-0.004873081,-0.012981057,-0.0006316232,-0.018277552,0.0049531707,0.0033704147,0.0017445838,0.008777378,-0.03265947,0.0010251144,-0.02086037,-0.00073087966,-0.0037706364,0.01448151,0.00019666024,0.009806793,0.010244686,0.0057490384,-0.0036740883,-0.0070325076,0.0196327,0.017347973,-0.012496699,-0.006036859,0.012574136,0.0036528257,0.0063750264,0.028387394,-0.01572528,0.011840059,-0.00062961027,0.006933066,0.009982026,-0.0061202026,-0.0014926482,-0.034644976,0.009532146,0.01048642,0.004805911,-0.003066321,-0.018733714,-0.014566019,-0.02077147,-0.01744418,0.013701071,-0.009044464,-0.030690724,0.018567562,-0.0013555194,0.006346526,-0.0077251787,-0.17438532,0.014435653,0.0077352207,0.014498494,-0.0115629025,0.00075899303,0.00904696,0.0016248684,0.022807429,-0.008942672,-0.002816728,0.005654134,0.0033405665,-0.0047673313,0.020636806,-0.013724761,0.02036258,0.0018041857,-0.010061294,-0.008105436,-0.018135885,0.01401146,0.004042853,0.0119392015,-0.0047485037,-0.0025551503,0.014339149,3.9487466e-05,-0.01707804,-0.0029986273,0.0118483165,0.014577857,0.0025939315,-0.00019082942,-0.015907407,0.019057062,-0.0016957338,-0.0061730626,-0.0025566136,-0.005036381,-0.013066639,-0.003613672,0.0032667369,-0.02063267,0.023761515,0.0009839112,-0.00683,-0.005190426,-0.0024587,-0.0032610372,0.014406084,-0.02961602,0.0010748354,-0.021255137,-0.011275138,0.0027539688,-0.013330614,0.0052433508,-0.008671536,-0.017572671,-0.0069804545,0.013502182,0.01484831,0.0042833327,0.000500564,-0.0029063893,-0.017611936,0.1364291,-0.019659717,0.036557622,0.004831401,0.011249945,0.0022785468,0.018659536,0.0047121868,-0.009431162,-0.006943917,-0.0014029726,-0.0063456823,0.0026496071,-0.018250102,0.026040532,0.025388643,-0.0208513,0.01289165,-0.006976708,-0.009809406,0.0050314735,-0.008690522,-0.001404935,-0.008979343,-0.005129202,-0.010899034,-0.0018556729,0.021234639,0.0018722399,0.021158071,0.004140378,-0.018160077,-0.00588843,-0.018644787,0.023160625,0.024503108,-0.009608847,0.01048347,-0.012856307,0.01097141,0.004673934,0.0050233114,-0.010877704,-0.01524434,0.0077575385,-0.010606067,0.0031052085,-0.006881828,-0.01030403,-0.011761244,-0.012797457,0.004084802,-6.0157552e-05,0.0003312366,0.0025027012,-0.011136894,0.00797316,-0.0010850094,-0.0055004344,-0.019630983,0.0145752765,-0.011788352,-0.025620954,-0.0068163183,0.021785878,0.0075263786,-0.0123870075,-0.011692672,-0.006242133,-0.09319599,0.0029340705,-0.0048756544,0.012438936,-0.0061628944,0.014874177,-0.008391242,-0.021382894,0.009587586,0.0051240376,-0.009084602,-0.005035462,-0.015539548,0.002442255,0.0018298259,0.028361186,-0.013448021,0.007988276,0.0066055153,0.008952421,-0.019583449,0.010370642,0.02100564,-0.0043439963,0.001682765,-0.015609746,0.0017966469,-0.0106158955,0.025701031,0.0028153656,-0.006587299,0.013311232,-0.023974668,0.0058437614,-0.014009512,-0.01307501,-0.020117749,-0.0035604718,-0.022804758,-0.007355049,-0.016713714,-0.014928929,-0.015772589,0.011300226,-0.009884623,-0.03411641,0.007743173,-0.0070053856,-0.003115234,-0.0001802653,-0.023639988,0.007019757,-0.0020085848,-0.022032637,-0.01950181,0.02037612,0.0072690328,-0.00031698798,0.014200516,-0.0004626039,-0.03100758,0.0034804929,-0.0003743503,-0.0079760775,0.013469842,0.003623342,0.014945722,0.000964014,-0.0006026751,-0.0059767044,-0.027587552,-0.016924366,0.037557688,-0.00014966165,-0.010290921,-0.029596124,0.0018940289,0.019401964,-0.024032284,-0.0098765055,-0.019159798,-0.014643739,-0.008081634,-0.036556415,0.009370327,-0.01771987,-0.021746347,-0.009110343,-0.00025138783,-0.022208536,0.0020981324,0.014278135,-0.021354502,0.0051107,-0.012210456,-0.018466694,-0.0026983419,-0.0066561834,0.030421415,-0.00491659,-0.008505673,-0.0095206555,0.012645433,-0.0073977346,0.029232787,0.0036517899,0.0026136944,-0.015695602,0.0034817802,-0.0043526846,-0.025660641,0.01607338,-0.017986005,0.015299959,0.0048553203,0.01487766,0.009097166,0.004689848,0.009318568,-0.017231565,0.0014509569,0.021570347,0.013957768,0.005183983,-0.019491695,-0.025681695,0.008465154,-0.003116387,0.012963253,0.008236881,-0.0010887574,-0.018607127,0.00062887784,0.004908471,0.0043979436,0.0026822584,0.0024550427,0.011585494,0.01355287,0.015155405,-0.012634147,0.008969745,0.009403999,-0.0054154904,0.00026078668,0.015754472,0.012182636,-0.008982582,0.010841195,0.00031384456,-0.006577205,0.00039706012,0.013322663,0.031800646,0.021255312,0.004594304,-0.00017271825,0.0037505366,-0.0072038774,-0.016595922,0.007649904,0.027832296,-0.01657255,-0.0041629616,0.004934885,-0.00817777,0.011236855,-0.0059680045,-0.019945659,-0.02252161,-0.0042676064,-0.010248764,0.012500784,0.009433752,-0.000122524,0.0038028157,0.009814589,0.039469376,-0.0010498728,-0.054961577,0.022104185,0.004189134,-0.029863615,-0.011621755,0.010913608,-0.02337301,-0.020923687,-0.008835244,-0.0018470885,-0.017476704,0.0043617096,-0.010877252,-0.0038312895,0.013148838,-0.0032652926,0.008966685,0.010257765,-0.006615561,-0.0041326294,-0.014592207,-0.005200884,-0.014222805,0.0039249146,0.013381841,-0.020047827,0.010577778,-0.0051914724,0.00969241,0.009989321,0.021609847,-0.011383095,0.0033371658,0.011749418,0.011392687,-0.00822031,0.010183871,0.0053458684,0.003846468,-0.04824372,-0.009731228,0.009506092,-0.038599923,0.008407002,0.019559218,-0.017162252,0.021401368,-0.016476376,-0.013213807,0.0064410022,0.02641479,-0.03090032,-0.025671665,-0.010181572,0.0176253,0.0045435494,0.017021498,0.022074027,0.0076754373,-0.0059206714,0.0059402687,-0.0061794077,-0.026887609,-0.00019552885,0.008280935,-0.010185593,-0.0028368877,0.006587249,0.0019693568,0.032206897,-0.013843525,-0.007291366,0.005692748,-0.016699765,-0.0011803318,0.0045573213,0.031928226,-0.014047915,-0.008797739,0.014206835,0.005383718,0.022183413,-0.019357381,0.03004846,0.023953836,-0.020150397,0.026103526,-0.10216288,-0.0022409172,0.0030667768,-0.0153575605,-0.0018135528,-0.0061317305,-0.031908408,0.024562549,0.003181149,0.03456704,-0.003042072,0.0024888704,-0.005738711,0.003440251,0.01411191,-0.006163351,-0.00802701,-0.008213281,0.03834732,-0.0032661112,-0.014798048,-0.0015049299,0.0012058859,0.022165664,-0.029948026,-0.049345806,0.003887871,-0.010409981,-0.010069053,0.02699521,0.016453585,0.0013502043,0.023065565,-0.007888617,0.0072176014,0.003177666,-0.0154987145,-0.016528731,0.020298276,0.01683335,0.019647475,0.00043622436,-0.020959236,-0.009606432,-0.018656716,-0.009412301,-0.012618891,0.009072498,0.0054324893,0.005400303,0.014477733,-0.009776644,-0.0038090812,0.011177061,0.007322725,0.01569318,-0.0039368286,-0.039009962,-0.0054073697,-0.010424456,-0.027817557,0.01702101,0.013835347,0.0011819181,0.0038619547,0.006701096,-0.012422561,0.0021105786,-0.039216604,0.013541914,0.0005708642,-0.010253368,-0.00090953195,0.006492887,0.0059008673,-0.0031755357,0.00024082833,0.008368249,0.0037142928,0.008757881,0.016702415,-0.020857407,0.00960277,-0.014812467,-0.007763984,0.008811695,0.022180859,-0.019999595,0.02029113,0.008594001,-0.002836861,0.020108102,0.008062583,-0.01151188,0.0067120055,-0.028569397,0.02400388,-0.034788895,0.00457567,0.01043298,-0.0048676054,0.014187814,0.0038581938,0.01692201,-0.008520833,0.0063630715,-0.0045510274,-0.013705424,-0.004409901,-0.0028345927,0.017975977,0.006530557,-0.006947537,-0.016729502,-0.014194699,0.0077859457,0.009239059,0.020906016,0.021997007,-0.0099618025,0.0028503605,-0.022760455,0.0025747446,-0.010109184,0.010587488,0.0034207588,0.0011580952,-0.007322218,0.022382159,0.00083633367,0.0089209685,0.01185642,-0.008134288,0.0021392533,0.01211072,-0.015848218,0.004889941,-0.011940589,0.001468374,0.009852106,-0.014250726,-0.0017978847,-0.0046413112,-0.0048867296,0.042803753,-0.002418695,0.021908775,0.02119561,0.0012725663,-0.034822233,0.030159121,0.008478962,0.006247888,-0.0046656714,-0.03062087,0.017436132,-0.025969038,-0.007336473,0.016486775,0.0075989026,0.010361477,-0.016474135,0.019966543,-0.028865468,-0.035314076,0.0024532543,0.0153766945,-0.016342323,0.023968687,0.018820195,0.014177856,-0.010099854,0.026330316,0.0065166047,0.03175576,-0.025596287,-0.016952287,0.016107183,0.0036532439,0.010495687,0.02066131,0.0012221552,-0.0007435199,-0.008566012,-0.0047536055,-0.0058087315,0.0022165782,-0.013466897,-0.012134344,0.0059946887,-0.01765055,-0.009479542,-0.0023416479,-0.01127523,0.011057443,0.011986996,-0.029214013,0.011581276,-0.01281699,0.025421869,0.02659577,0.031432416,-0.010963947,0.00452663,-0.03176773,0.0033055523,-0.007529376,0.01315287,-0.008511519,0.0072577517,0.009810429,0.027542535,0.030021109,-0.008817184,-0.0038391806,0.012188419,0.0072568455,0.0007961532,-0.003344934,0.0149651235,0.019477393,0.010427049,-0.00555604,0.009901808,0.0027103005,-0.0015474475,0.0023588235,0.026291305,-0.0034976718,-0.011371156,-0.014499175,0.0038602988,0.00071871973,0.00029400794,0.010785418,0.010027856,0.015068529,-0.0016492676,0.011624834,-0.017298471,0.0064156037,0.0028818855,-0.013637155,0.0055103106,-0.015461319,0.008185401,-0.010657144,-0.018973738,-0.007215788,-0.01344085,-0.0022639262,0.008247754,0.004498162,-1.24193075e-05,0.0016336188,-0.017769046,-0.0132555505,-0.001202183,-0.012078025,0.00039726857,-0.0099718105,-0.0068768812,-0.026289713,-0.00066637073,-0.0049071107,-0.006884294,0.0058884667,0.0047355173,-0.011593058,-0.02547121,0.010185848,-0.00042716463,-0.022016177,-0.0068585156,-0.019383239,-0.003923145,0.034246527,0.010844527,0.0006887063,-0.02263353,-0.003321566,-0.009072828,0.00535459,-0.009841689,0.00043699128,0.012656096,0.0010647057,-0.00015571354,0.011760648,-0.0065063923,0.016158024,-0.009858333,0.027182888,-0.01520985,0.00042371833,0.0029177647,0.0024020132,0.010659225,-0.008979801,-0.0015884915,0.015232764,-0.006027866,-0.009377014,0.0014720031,0.0028035634,-0.0015172831,0.019015003,0.0049481387,0.020569198,0.007516198,-0.038933717,0.012313788,0.00652043,-0.006403259,-0.045527883,0.00991245,0.0068681375,-0.0067964117,0.0051008733,0.01483781,-0.02542473,-0.010466018,-0.0076121707,-0.015273054,0.0037253979,0.0055917003,0.012848706,-0.009493816,0.019704398,0.009176913,-0.0043594385,0.006611774,0.0015707127,-0.006023418,0.0031454843,0.0064860256,0.017997691,-0.013255788,-0.024196848,-0.011706321,-0.022304852,0.0066166255,0.00862085,-0.011692835,0.0025423116,0.020682856,0.012912972,-0.012754432,0.010987574,-0.0049918094,0.00059139903,-0.0016760513,-0.018891886,-0.022552595,0.0026256703,0.0124639,0.0031053359,-0.0041369963,-0.009577697,0.00045788413,-0.015209121,-0.0060325135,-0.0099162655,-0.0018212633,-0.0047295825,0.008936542,0.012253257,0.011763573,0.008532949,0.0137057025,-0.020578623,0.018343842,-0.004244883,0.0028221663,0.0022712417,0.0080024265,-0.021226183,-0.0033372317,0.005087487,-0.0026614368,-0.011616681,0.033486914,-0.0014755124,0.0016461846,-0.025927596,-0.019715054,-0.0043798676,-0.031252205,-0.013755351,0.009868532,0.007323749,0.0011612276,0.016668364,0.008872301,0.026745634,-0.0071966,0.023307323,0.0070878984,0.0011686609,-0.003393495,-0.020918587,-0.0076976023,0.023496762,-0.027606338,-0.0031553102,-0.011939778,-0.004105974,0.019178046,-0.006369647,-0.008859223,-0.0034415543,-0.014901696,-0.015963467,-0.014003773,-0.0027691468,0.0035020097,0.004595033,0.0010564504,-0.0029697418,-1.7561488e-05,-0.006869814,-0.015387549,-0.0013294203,0.024856713,-0.00055796147,-0.0016518361,0.020159442,0.004751699,-0.017380277,0.00080990145,-0.0030627628,0.0075096204,-0.008892064,-0.021360366,0.0032266432,0.015363081,-0.013965665,0.010260268,0.004315806,0.027582655,0.028696174,0.002885137,0.02673605,0.005547617,0.014993048,0.010270015,-0.00046539606,0.0026007406,-0.011513821,-0.007321762,-0.0023817702,0.001890864,-0.01904019,-0.028714107,-0.013643248,-0.010290337,-0.009975671,0.0067039896,0.004703691,0.012130699,0.0023667077,-0.0012686828,0.013220131,-0.009885134,-0.035073075,-0.0035428535,0.0079475865,0.020392591,0.008954119,0.010978394,-0.044973172,-0.0041060094,-0.064164005,-0.0020877884,0.01097179,0.009567882,0.009773655,0.009855384,0.014717342,0.011601095,-3.818998e-05,-0.0061765756,0.0043268846,0.0052030194,0.017739423,-0.008022121,-0.011775427,-0.026141992,0.020024082,-0.000182216,0.007195466,-0.00094910356,0.00030435392,-0.010303742,0.00909311,-0.022683747,0.0076540336,-0.020978224,-0.00515769,-0.030843584,-0.0024135404,0.008542863,0.009142071,0.011494047,-0.005088476,-0.0022705942,0.007326177,-0.0051176115,0.007489181,-0.012687403,-0.011317333,0.005897273,-0.017624691,-0.0094384495,-0.0032436242,-0.0084531065,0.020045482,-0.004385492,-0.019829785,0.020065313,-0.009542588,0.013436229,-0.0022970615,0.0030019719,0.0015062337,-0.023295527,0.015167461,-0.0018693847,-0.011543559,-0.005892709,-0.004345112,-0.009449814,-0.021538239,0.013375883,0.004009377,-0.040033698,0.016031334,0.0112678725,0.0059059784,-0.0072203823,-0.003660846,0.0058811326,-0.011841041,-0.029026352,-0.00676938,-0.007035965,-0.00790177,0.022046408,-0.018396724,0.02145162,0.031153014,0.004472846,0.0015440915,-0.01275419,-0.010598935,0.0135901645,-0.009243046,0.014554358,-0.020123564,-0.003131302,0.017018842,-0.01587375,-0.001540176,0.01579428,-0.0007441429,-0.0025079416,0.006679499,-0.0102491025,-0.0061225607,0.021521477,-0.01095778,-0.018870482,0.011000205,-0.015620424,0.037294112,0.012004285,0.011083496,-0.019275798,-0.0095656635,0.0156127745,-0.01440071,-0.020497616,0.007821474,-0.0074735223,0.025210883,-0.005015413,0.032458782,-0.0060522067,0.009340823,0.011644842,-0.00324782,-0.014976975,0.004866118,-0.009117018,0.010342906,-0.012490958,-0.010005097,-0.0037460017,0.0043393085,-0.012098641,0.014570981,0.00097249774,0.013085565,0.0066709514,-0.016346896,0.032788586,0.01567536,0.0026539227,0.018335627,0.00078482187,0.0031752915,0.034752287,-0.0059455945,-0.009154869,-0.005939819,0.0016508295,0.037769,-0.0007923196,0.007848361,-0.0007334905,0.0037095977,0.01246327,-0.0057304753,0.0070413835,-0.019180091,-0.004602078,0.009890471,0.03765273,-0.02263492,-0.00088241266,0.0036302959,-0.00898689,0.0034783515,0.011821818,0.019197667,0.0019726916,-0.0027733182,-0.0031606087,0.0038877644,0.0126953535,0.011108244,-0.0024053343,0.008221304,-0.007271173,0.0029433763,-0.01909665,0.004841337,0.017908169,-0.006557129,0.013388316,-0.008889504,-0.021088451,-0.0040688002,-0.020140868,0.029385114,0.005568053,0.024601929,-0.012285329,0.025210302,0.022560792,-0.008732471,-0.0018628035,-0.020595107,0.0070477827,0.008640489,0.0025417067,-0.006607463,0.015170854,0.019694764,-0.0006519257,-0.00272471,-0.0011407766,-0.017065354,-0.0004928407,-0.0020456195,0.002033242,-0.004185382,-0.0059457202,-0.013624815,-0.0073446333,-0.024479335,-0.0030465643,0.0036581266,0.02845847,0.006276941,0.02350055,0.15269239,0.12035075,-0.003195209,-0.0029624815,-0.0021667331,0.006377967,-0.009206025,-0.0034060725,-0.003064013,0.005717294,0.009704994,-0.014360806,-0.017274149,-0.010114384,-0.015537901,0.006994066,0.0063438793,0.0019434238,-0.03497227,0.011711555,0.006552802,0.022628928,0.0061112875,0.019996364,-0.036502272,0.00027756245,0.01718485,0.01881799,0.014103683,-0.006908608,-0.0166018,0.0023452146,0.011295608,0.00774249,-0.006799134,0.014138333,-0.003849848,0.014141367,-0.0125180585,-0.011698565,0.008685189,0.00208265,-5.9312693e-05,-0.016288301,0.013571209,-0.0014908512,0.016669339,-0.016627016,-0.015430759,-0.0038428784,-0.02037977,0.009531578,-0.008091638,-0.0009511738,-0.027296456,-0.0015128952,0.014327357,0.014002272,0.012899304,-0.018324045,0.02097993,-0.006893256,-0.018885521,0.014948262,0.026298389,-0.01157454,0.01923948,-0.017579513,0.008127603,0.011629313,-0.014771379,0.027225632,0.0023315595,-0.019674389,0.0041797017,0.024844903,0.010787789,-0.015442617,-0.015450028,0.032047316,-0.007355361,0.01929216,-0.007578994,0.0038613654,-0.02071241,-0.007172505,0.002080407,0.031239012,0.09941929,0.009784,-0.012786334,-0.00601955,0.009030432,0.01777607,0.004322634,0.062482458,0.001068678,-0.017370444,0.022275854,-0.009921816,0.018820364,-0.02709124,-0.011378801,0.004694381,0.012156764,0.023750018,0.005383512,0.02144972,-0.038539488,-0.0020505406,0.010089096,0.00962092,0.0005473549,-0.015899403,-0.011648191,-0.0016880732,-0.014494704,0.012395501,-0.12728702,-0.0060345517,-0.0024430077,-0.003682704,0.001950398,0.0069807996,-0.0007334771,0.0065158075,0.0057682674,0.002021926,0.027071025,0.00034795445,-0.009058347,0.0077202697,0.012311663,0.013798643,0.008118053,-0.0026722602,-0.0061707976,0.015387419,0.009613531,0.011425276,-0.0105966255,-0.0070152646,-0.0036110324,0.00071478635,-0.004710134,0.00065304816,0.001135152,0.029621823,8.16192e-05,-0.002726322,-0.04936442,0.0056398446,0.0055905534,-0.016594902,-0.015257355,-0.013857163,-0.008305059,0.0025028063,-0.011210963,-0.0008171257,-0.01804648,-0.037547793,-0.0024835228,0.013227061,-0.010148137,-0.0219492,-0.01062892,0.0068748067,0.02808431,-0.012328375,-0.0010815292,0.006880917,0.01646286,-0.012396693,-0.01939753,-0.01233794,0.014002853,0.0034062352,0.0016975114,0.019737335,-0.014577521,0.005272748,-0.0033831438,-0.005210054,-0.0342626,-0.0049034934,-0.0074411384,-0.00630819,-0.014332948,0.017637828,0.010813939,-0.0073497947,-0.006555971,-0.029683948,0.006150793,0.0034300878,0.009419059,0.018799277,-0.003927256,-0.015655275,0.024495343,0.094737366,0.008246916,0.0038779795,0.008677936,0.031932086,-0.018730596,-0.0017593027,-0.0026713987,0.008562294,0.0014447474,-0.009713542,0.013967132,0.021136492,0.019014297,0.02398911,-0.027170694,0.006007947,-0.010404726,0.017180687,-0.0018745522,0.005318895,-0.0015173439,-0.0073729916,-0.01632088,-0.0025615324,0.002452956,-0.012621462,-0.0061913296,-0.0009980191,-0.004022946,-0.021132404,-0.003206816,0.008236296,0.009074473,0.0032583615,0.022406327,-0.0061759315,-0.018300714,0.0009930443,-0.010546009,-0.029705577,0.032232404,-0.009112614,0.00585643,-0.016035875,0.19953339,0.013862647,0.0068332353,0.0012372393,0.0003223038,0.028686982,0.0156377,-0.019563865,-0.008201743,-0.002851636,0.003384827,-0.016598772,0.016105695,0.014422222,-0.01777896,-0.006619155,0.0022582281,0.00033936443,-0.0041056443,-7.3435585e-05,0.0014882727,0.010884437,-0.020628795,-0.0011132921,0.0048955516,0.009835126,0.011310699,0.004311342,-0.0033703386,0.005448658,0.006812749,-0.011223239,0.0070545245,-0.005836864,-0.02864672,-0.014121981,-0.018066648,-0.0004146324,0.01142656,-0.008326297,-0.012916959,0.013669997,-0.012835915,0.0095717795,0.0033301862,0.0073986133,-0.011910167,-0.0020819488,-0.020584814,-0.0070438893,0.0051954286,-0.011299434,0.012652358,0.006742861,0.012784086,0.023256479,0.0225542,0.0075561465,-0.02251553,0.0063749393,0.022840898,0.021806324,0.0029084345,-0.0027366977,-0.0007296581,0.009542376,0.010896325]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 85,
          "content": "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.03976368,0.014020453,-0.007148404,-0.048919223,-0.014373818,0.017602397,-0.028534641,0.011926012,-0.04199676,-0.004955666,0.0034271337,-0.011384657,0.009454233,0.0030281849,0.11186515,0.031042987,-0.0145607535,0.021133292,3.9789855e-05,0.0038742954,0.0015885393,0.013555119,-0.0042368374,-0.032227095,-0.00045246328,-0.0027369547,0.018704243,-0.00021431573,0.021252371,-0.0059179394,-0.026436737,0.0115622375,0.015977088,-0.00078328315,0.035133205,0.011637577,0.03419084,-0.016663726,0.022343611,-0.00947612,-0.01804645,-0.0079948185,-0.024425775,-0.022769684,-0.0004875073,0.0047828495,-0.00493142,-0.017817428,1.8075401e-05,0.036722105,-0.0039918027,0.024255656,0.0051786145,-0.1796221,0.0048547434,0.0034768402,0.0038193082,0.016460193,-0.0019081869,0.002588053,-0.01185228,0.028533125,0.0030032308,-0.0025977644,0.029548032,-0.01421482,0.012538205,0.015715078,-0.040024787,0.02479813,-0.025723368,0.013102888,-0.04265276,0.0048390836,0.014223637,-0.019211728,0.013298253,0.011434164,-0.0054247836,-0.017877977,-0.0083314115,-0.0124896895,-0.030653318,-0.001841886,0.0004566024,-0.005946102,0.020923216,0.007250193,0.0016285025,0.008610182,0.0041487725,0.0171945,-0.010374179,0.022972673,0.010226476,-0.0044423067,-0.0021559168,-0.0040661907,0.0034663782,-0.007945434,-0.017042888,-0.011844563,-0.0058550006,-0.011796921,-0.00067605823,-0.005337146,-0.0032563107,0.00019855244,-0.009087138,-0.0060932813,0.017524328,0.0074740546,-0.020888034,0.02313845,0.01347402,-0.14321662,-0.033231586,0.02033228,-0.017085351,-0.009022367,-0.019126425,-0.009149555,-0.005504467,0.015373116,-0.056097113,0.03001733,0.028749319,-0.008198346,-0.025610264,0.020451939,-0.007932009,0.0024774114,0.0240975,-0.011487372,0.020339789,0.020580433,-0.0057133557,-0.006699664,0.014536156,-0.015968263,-0.0066250963,0.013818026,0.004138438,-0.0035610965,-0.0022866884,-0.033963997,-0.03650474,0.01210877,0.03707479,0.0054832175,0.023508191,-0.00012378338,0.017961595,0.0060710353,3.3316814e-05,-0.02712396,-0.03128769,0.012686065,-0.026536917,-0.008353992,0.03330082,-0.02525553,0.0080367485,0.04305544,0.005179823,0.0069242045,-0.015071145,0.019853609,0.014073841,-0.016719028,-0.011913586,-0.020969113,-0.008717985,-0.016755257,-0.012846631,0.022819582,0.017176067,0.000174025,0.013437261,0.0065951007,-0.0053532515,0.024057578,0.023093032,0.0010261099,-0.005447074,-0.0497059,-0.035371564,-0.011244704,0.0072014574,0.0016461434,-0.018371804,-0.016586957,-0.026084464,-0.009286979,0.007736496,-0.024868462,-0.01563863,-0.015223973,-0.0008432863,-0.0058100834,0.020994848,-0.0034178155,-0.028020233,0.00759185,0.01151238,-0.003942209,0.011181915,0.005218083,-0.00059607864,0.0043468256,0.0058471616,0.0046834336,0.008677365,-0.0088821165,0.024434475,-0.021860152,-0.02905507,0.0028576623,-0.02535087,0.008824377,0.020187251,0.019772548,0.012596803,0.027459756,0.03756039,-0.027435347,0.014792982,-0.005193038,0.007816402,0.006240252,0.015459909,0.004654443,0.026560929,-0.0065325378,0.0058950325,-0.002396897,0.0051259235,0.007833086,0.019212453,0.020870086,-0.020564377,-0.00899556,-0.028657587,-0.0047200443,0.008708413,-0.015951868,-0.0027608417,-0.016097326,0.0051455162,-0.0059401467,0.008374344,0.0007631596,0.01146527,-0.014891006,-0.019138722,0.029480001,0.013537101,0.018414386,0.002820717,-0.009262273,-0.029681742,0.009271189,-0.016573492,0.0031422374,0.008345842,0.015835918,0.008117487,0.030436525,-0.015583958,-0.017717497,0.00088562566,0.018662447,-0.0046968283,-0.003144115,0.011371601,0.010930041,-0.040372394,-0.004975542,-0.004268874,-0.027810235,0.0026204525,-0.0020945068,-0.006603992,-0.012127072,-0.034458682,0.01544819,-0.006830095,-0.04657979,0.018265877,-0.003442779,0.015660921,0.013471476,0.027713139,-0.0063252496,0.021248477,-0.0121280365,-0.015229847,-0.0087938085,-0.001432229,-0.03678522,0.012993879,-0.020904424,0.026205812,0.059129097,-0.0010800129,-0.009232794,-0.0036466816,-0.008334196,0.008053142,-0.016764738,0.0053889407,-0.010823262,-0.0057240603,0.0134320175,0.007770534,-0.004456508,0.0046599796,-0.018909657,0.00040027202,-0.00530258,-0.003627804,-0.0006497127,-0.01362116,0.018613216,0.009691622,0.03850505,-0.028308947,-0.0017185399,-0.028052201,0.018135484,0.010757072,0.011610157,-0.0011212551,-0.020750962,0.0058043227,0.004239038,0.02437424,0.00028021532,0.005612753,-0.017601838,0.014464378,-0.0010332863,-0.0090207495,-0.014938351,-0.01360103,0.029185265,-0.00078761,-0.0023541031,-0.0038148377,-0.02247264,0.038608477,0.008459589,-0.017833242,-0.020172773,-0.0044481982,0.00222317,-0.01399424,0.0009832645,0.003303519,0.03087961,0.06571242,0.0011406519,-0.0021352489,-0.0050849207,-0.014608162,-0.0061320458,0.010982453,0.018487643,0.0037139452,-0.014299562,-0.021700345,-0.00935463,0.014568717,0.003657754,0.015059622,0.0051479484,-0.0015995252,-0.02295877,-0.00076497864,0.0020607528,0.0013111425,0.016200216,-0.0042843283,-0.0043075,0.011977142,0.020702694,0.0070504965,-0.014364439,0.008627525,-0.012947914,-0.021929532,0.004512079,-0.009121568,0.024092432,-0.02752094,-0.0070785256,0.010431953,-0.016741144,0.005660573,0.024529673,-0.02149169,-0.0041508493,0.010156601,-0.02562149,-0.0024480247,0.013805777,0.014602044,0.024909688,0.009155999,-0.0065306243,0.0048845806,-0.037496295,0.00533925,-0.012375906,-0.01862481,-0.0019003096,-0.021838034,-0.020891672,-0.014655433,-0.017867295,-0.015086327,-0.015728092,-0.043200403,0.029274577,0.0061124656,0.019033395,0.010094965,0.016004441,0.006973883,-0.031330723,-0.010938735,-0.029702846,-0.015079653,-0.008154167,0.026674004,-0.040874705,-0.012934889,-0.003538508,-0.005334277,-0.0030651717,-0.01093894,0.013735092,0.012718308,0.007288512,0.03087027,0.016024608,0.0028490836,-0.030262187,-0.037545167,0.019376025,0.015232425,-0.007642057,0.007590381,0.013255593,0.022233382,0.0058828546,-0.010770823,-0.0015369366,-0.016391296,-0.00912153,0.00087673974,-0.014198514,0.019651946,-0.00038293103,-0.018739581,-0.010877914,-0.018319836,-0.012379153,0.011067579,-0.008077338,0.021236239,0.014100955,0.0034294066,0.011041297,0.0006948702,-0.025362529,-0.022147967,-0.0010733726,-0.002756633,-0.004722957,0.0017537243,-0.006268315,-0.0055501233,-0.0004860584,0.0009405447,0.025685797,0.014154872,0.029611629,0.008804031,-0.0051402277,0.0013085644,-0.0044135707,-0.013591831,0.027481025,0.015650297,-0.013775031,0.0038959142,-0.02168295,0.009414472,0.010188476,0.022602502,-0.012782272,-0.019004999,-0.008658012,-0.041304354,-0.023304442,-0.017549053,-0.0042783096,-0.02072129,-0.013246791,0.0015209359,-0.039123412,-0.013684843,0.011319101,-0.01208288,0.0037353912,0.01207728,0.04841891,0.0032865065,0.011448767,-0.02260306,0.004368521,-0.023314662,-0.003275433,0.009361392,-0.007661673,0.006665793,0.015003558,0.0058120843,-0.008990707,0.013272484,0.030226734,-0.012149758,-0.0071592904,0.0039656893,-0.009851633,-0.0013052191,0.03501257,0.040874533,0.0076768063,-0.014424182,-0.025754595,-2.3873326e-05,0.0049552093,0.024708245,-0.09930168,-0.019746598,0.0062823426,-0.013805749,-0.009872189,-0.0074117864,0.038090874,-0.019711956,0.020286383,0.010946946,0.028247677,-0.019531066,-0.016675867,-0.021079162,-0.016587762,-0.02203468,-0.03754777,-0.016648656,0.0012220746,-0.029394383,0.021538544,0.007419606,0.0028514278,0.022175876,-0.008153065,-0.0019212483,0.0054899314,0.023804422,-0.0025787824,-0.020329004,0.006450246,-0.021574115,0.0021232218,0.027978843,0.0024172845,-0.009304902,0.016343515,0.015878085,-0.0045342054,0.02930181,0.0170075,0.0033537254,0.0011703115,-0.04260252,-0.015846167,0.004658716,0.0059330645,0.03164296,-0.007218857,-0.0288813,0.018064102,-0.022670154,-0.014234217,-0.009429178,-0.017313356,-0.0074729463,-0.028263653,0.01078396,-0.009587593,0.003215194,-0.00047948243,0.0068921656,0.013647747,0.03426543,0.00065082876,0.004597423,-0.018683562,0.0106568765,0.0007721818,-0.0061900956,-0.015602845,-0.009509433,0.0037858884,0.0042636376,-0.0012617081,-0.00525465,0.0008964298,0.01768948,-0.0033640722,-0.014768757,-0.00835485,-0.008464468,-0.10817363,-0.010860361,-0.0309777,-0.0031112186,0.0014587962,-0.011208466,0.018236795,-0.004668536,0.00933261,0.011904629,0.012723017,-0.0046970914,-0.012136546,0.029459778,0.017931929,0.0024953748,0.0027606792,0.00023114381,-0.0149993645,-0.01779468,-0.0056143277,0.007224627,-0.005280644,0.012983205,0.012905994,-0.00949143,0.020662474,0.032071114,0.0046088947,-0.046994377,-0.02092595,-0.1237562,-0.011696634,-0.009915638,-0.019033618,0.0016593208,-0.00069053716,0.009058308,-0.017376363,-0.007157579,-0.013562685,0.014574885,-8.2310136e-05,-0.022686314,0.011142892,0.023494788,0.095291786,0.006722363,0.026738828,0.021161187,-0.033256717,-0.012317606,-0.012532534,0.025582062,-0.014914808,0.022501923,0.026580904,0.035111845,-0.004990996,0.005240844,0.0049236775,0.0016326536,0.0073374677,0.0057613617,0.023180533,-0.011665611,0.03900314,-0.007282557,-0.007857047,0.011058284,0.00776342,0.009065367,0.04760537,0.009181974,0.016342524,-0.025044877,-0.012075465,-0.018797334,0.0074387244,-0.023020241,0.004137343,-0.02671013,-0.07465891,-0.00598024,0.010575365,-0.00082414673,-0.020790076,0.023443135,-0.012891012,0.022819266,0.0019415695,0.0005648464,-0.0032475793,0.030366698,0.012509425,-0.0026061432,-0.037282035,0.02186703,-0.011038383,0.032472048,0.011881084,0.003940537,-0.020462444,-0.0071752346,-0.003037891,-0.003887106,-0.016568061,-0.024656931,0.042523865,6.0618804e-06,-0.020705447,-0.031308834,-0.02923695,-0.003375975,0.02491681,-0.01722151,-0.018067773,-0.02428691,-0.009640092,-0.018811869,0.008177271,0.019625103,0.008959476,0.004328815,-0.035539795,-0.003147526,0.013863598,0.014601701,-0.018421758,0.009605823,-0.004846513,0.010104089,0.011755203,-0.010737037,-0.01732611,-0.007849045,0.0043248073,-0.013814708,0.0054876013,0.04074526,-0.0065275007,0.00092272024,0.021754729,0.0032764028,0.012095511,0.0045439973,0.028550975,0.018372925,-0.01914366,0.019624712,0.0029107055,0.0060771103,-0.010361292,-0.017071787,0.0065579535,0.008859784,0.011262586,0.0042657973,0.009278417,0.0008593831,-0.04571505,0.036427796,0.011410305,-0.013031359,0.00085240393,-0.0027956832,-0.004557782,-0.003419173,-0.009792106,0.0035933815,-0.0035342372,0.019022826,0.00068644417,0.0070117703,-0.012252275,-0.000913195,-0.02617163,-0.011887642,0.01923677,-0.010377294,-0.011741255,0.02462235,-0.020316018,0.013721378,0.008371452,0.0024553866,-0.004173657,0.00058002525,0.005455381,0.0123771345,-0.010828968,-0.016335424,-0.0044101276,0.01149244,0.009281247,0.008251212,-0.0034633374,0.012035515,-0.011319163,0.0070787217,-0.008082256,0.0140962405,-0.0009917453,0.002560309,-0.011970763,0.008162608,-0.015379222,0.012482579,0.023426633,-0.0033367472,0.020315351,0.011016018,-0.0056274952,0.014836728,0.01648051,-0.009364008,0.020648152,0.0054887487,-0.0076438426,-0.008561506,0.02534994,-0.0034687556,-0.015837386,0.012848917,-0.017914006,0.009226342,0.0025744399,-0.005434651,0.008654322,-0.00575761,0.0035962788,-0.005674103,0.00058657484,0.011792213,0.014342378,-0.0164712,0.01150432,0.0031294988,0.009383397,0.0048814295,0.0064295596,0.015477942,0.0114951795,0.0032992903,0.013246033,-0.003232522,0.013438055,0.0016652842,0.013526936,0.009159763,0.014547078,0.009612756,-0.007865732,0.011095159,-0.0017294143,-0.012323246,-0.00025818511,0.018367486,0.0017194442,-7.243253e-05,3.449835e-05,-0.012868932,-0.022742707,0.0030610492,-0.00085119146,0.007439193,0.0044491687,0.024177046,0.0023121566,-0.0019467135,-0.0072039613,-0.006453381,0.018462751,-0.0028711497,-0.0011832354,0.0012019898,0.011632959,-0.0016705109,-0.003695355,-0.03496917,-0.004644395,-0.009070023,0.01469868,0.0074887984,0.004666742,-0.00058173994,-0.012331014,-0.030397497,0.017193632,0.009657319,-0.002888028,-0.0032764478,-0.00356276,-0.01871049,0.027673906,-0.0038255253,-0.01126271,-0.0005542627,0.015616505,0.00079475215,0.017094769,-0.00023391692,-0.0063401074,-0.0104410015,-0.003710816,0.00060395396,0.00040961945,-0.006597752,-0.0023176526,-0.0059269187,0.003076852,-0.008166242,0.0042819893,0.014328003,0.01346896,-0.014015933,0.0049201865,-0.008972679,0.011243808,0.011519009,-0.014293025,-0.009885881,-0.001443279,0.0062912703,-0.0061207367,-0.032259084,0.023100862,0.014679483,-0.018236347,-0.0041595073,-0.002161275,0.006627055,-0.0012942693,0.0018483977,-0.009178028,-0.0027481043,-0.014907413,0.010558754,0.008056371,0.013817266,-0.0116015095,0.07870906,0.0049608117,0.016300036,0.0145432195,-0.005604882,0.005671398,0.005329045,-0.018903095,0.004003724,-0.01007516,-0.0022338517,-0.011232315,0.008833627,-0.02959371,0.0022641225,0.011951477,0.012797211,0.004483277,-0.0056119626,-0.001367791,0.0095058605,0.015111002,-0.00046628012,0.0010262575,0.005588451,-0.002112801,0.004351068,-0.007972859,-0.004606569,0.0045561204,0.005311499,-0.0054564513,0.003609739,0.017640766,-0.0134272305,0.020894855,-0.016607914,0.0066617574,0.0068900743,0.0134321125,0.007899717,0.0048588286,0.0020551942,-0.008151245,0.011007447,-0.004259039,-0.019961035,-0.0007615684,-0.006231026,0.0059672524,-0.007527103,-0.010925587,-0.0018336684,0.00748265,-0.023509556,0.015526348,0.013446502,-0.016598983,0.008006913,0.002698847,-0.014701467,0.0050558993,0.0062564774,-0.021056702,0.00030849088,-0.0008713679,0.008693829,-0.0071741818,-0.0034993384,-0.002435831,0.008200683,0.0073659834,0.008019158,-0.0048244805,0.020900771,-0.010598733,-0.00017886187,-0.018491505,0.003742765,0.0026669453,-0.0019702339,-0.00854215,-0.0099658305,0.0204006,0.0011657329,-0.004507147,-0.005534541,0.0014715805,-0.006007685,-0.010507751,0.03292681,-0.013285813,-0.0013273328,0.01704509,-0.00321585,0.007922773,0.047083978,0.00090984517,-0.020330248,-0.0048072846,-0.011648579,-0.02007581,0.0022873154,0.00081602077,0.018126499,0.0033451668,0.009434407,0.0032843517,0.02164843,-0.018211314,-0.0031549965,0.016187863,0.006957053,-0.0150599005,-0.00622944,0.0014537777,-0.0022096238,0.021231076,-0.015669838,0.006598802,-0.0028812683,0.003275003,-0.009240393,0.012328183,-0.014861192,-0.017041998,-0.01880482,0.01409577,0.00068879325,0.0060810484,0.007820598,-0.0016448795,0.0004849511,-0.004889774,0.001779847,0.010046901,-0.0114130555,0.009238326,-0.010700036,-0.0062662195,0.003399985,-0.004787197,-0.024194816,0.01863156,-0.0017571475,0.010551957,0.008568468,0.008228396,0.014586759,0.023717554,0.006829527,-0.0026832956,-0.00060474593,-0.01747594,0.0069915,0.010888305,0.005253078,-0.00085849396,0.0007898541,0.006563219,0.009341469,0.01812382,-0.003922166,0.0033666003,0.0070792036,-0.0136729125,0.0041111615,0.013349037,0.0043360954,0.015792815,-0.022514863,-0.006593111,0.014832866,-0.0039882795,0.0019929383,-0.009573119,0.002022324,-0.01694803,0.0016679881,-0.0006788134,-0.014450119,0.0054447716,-0.018273171,-0.007300205,0.012533828,-0.015499175,0.019098291,-0.0003674242,0.019958023,-0.007115991,-0.002965659,-0.022364559,0.016713029,0.004533025,0.0073314225,-0.019356875,-0.0020599095,0.012256044,-0.017334731,-0.005384226,0.015790822,-0.020279868,-0.007465038,-0.0031544017,0.0032062153,-0.01054629,0.0022119056,-0.0039697806,0.0046513253,0.0024451483,-0.006000497,-0.0036260358,-0.005740203,-0.002997817,-0.0070051546,0.0021380838,0.013117515,-0.010572996,-0.0019235016,-0.0073767006,0.0054766503,-0.0010886452,-0.016332095,-0.012637782,-0.010049612,0.0071606715,-0.0015036886,-0.005280187,0.0073474613,-0.02249458,-0.0021221642,-0.020328518,-0.012627187,0.00020054831,0.014443125,-0.024691569,-0.0045892736,-0.010040089,-0.020589987,0.00025693828,-0.006511297,-0.00064805115,0.017258137,-0.0111998515,-0.024121918,-0.0065516485,-0.006995968,0.006373362,-0.009131224,0.006728115,-0.009435048,0.009854771,-0.0018325081,-0.000988399,0.007395228,-0.008348001,-0.0049791327,-0.036390692,0.0066260556,0.007913385,0.006622822,-0.008167836,-0.01798056,-0.008692366,-0.005947769,-0.0022809955,0.001226051,0.0247521,-0.012981708,0.010258305,0.003044117,0.0013264216,0.006692341,-0.001827234,-0.0004077983,-0.006458613,0.015836166,-0.013320226,-0.011761984,-0.002041196,-0.01617453,0.009824775,-0.0044913962,-0.000643906,-0.005072471,0.0028313939,-0.012409037,0.0034384886,-0.020717692,0.021299576,0.009669454,0.017460711,-0.0006605211,-0.0088326875,-0.007157337,-0.025301764,-0.023776617,0.004444152,-0.010860039,-0.0056330543,-0.0030433491,0.019661684,-0.015505635,0.0002659356,-0.008362958,7.7558594e-05,0.0036365124,0.006687581,0.028529752,-0.017799826,-0.0036801961,0.0006151831,-0.00021798704,0.02605904,0.006496787,0.0147702405,-0.0074309,0.00692064,-0.01242347,-0.008189021,0.004985654,-0.021158494,-0.0048469133,0.00033996653,0.0142005365,-0.011648108,0.0026994112,0.0015028233,0.016950479,-0.010464315,-0.0007959772,1.6639193e-05,0.008629292,0.029914148,0.01952232,-0.00071088417,-5.865664e-05,0.012025171,0.010945928,0.013234566,-0.012348071,-0.01725587,0.00030203463,0.009031387,-0.004533811,0.0005721463,0.008481511,0.016811086,0.017329894,0.0001768554,0.010614105,-0.011229799,0.009495486,0.01427168,-0.0058391658,0.0061752377,-0.0011868028,-0.016272262,-0.007864894,-0.0052046804,-0.001366851,-0.008968001,0.013817275,0.0073280213,-0.0026589555,0.009672903,0.0145149585,-0.0039962777,-0.011948652,-0.014412711,0.0013684717,-0.0021830038,-0.019340485,-0.013374022,-0.014270947,0.012181549,-0.009456374,-0.00987747,0.011760677,-0.005729249,-0.008569881,-0.0075915204,0.0013693419,0.000103703474,-0.008861672,0.017430862,0.008288529,0.003909858,0.012182481,0.018817967,0.0021374288,0.00026996937,0.003944812,-0.0034743114,0.0015528402,-1.5208844e-05,0.009656949,0.0075230883,0.006515469,0.005373079,-0.011123656,0.004749301,-0.0056330953,0.003296972,-0.0013316226,0.010429574,0.008786956,-0.0024767958,0.011898844,0.007975379,0.01698687,0.010910025,0.0025215063,-0.006235407,-0.010070126,-0.008427444,0.0024042772,0.011201371,0.0066776373,-0.01696508,0.0023284648,0.010063354,0.0057653454,0.009527698,-0.0022563627,0.0107295625,-0.020639036,0.00049194845,0.00068467675,0.012814659,0.006962129,-0.0031773874,-0.013394212,-0.0056390706,-0.027806373,-0.0011399547,0.0018840726,0.0027771865,0.0012074709,0.009297004,0.0012646081,-0.0010507862,-0.0055074776,-0.015237701,0.009159018,0.004524197,-0.0033072869,-0.0066188723,0.008702338,-0.0021925257,0.0018506733,0.01016978,0.00960488,-0.0024794692,-0.016642012,-0.013088674,-0.010767986,0.0011562112,0.002772233,0.0005280959,-0.0033466304,0.009833964,-0.091925055,0.003442629,-0.0015759591,-0.007462199,-0.0032547475,0.00033631606,-0.02379825,0.009639347,-0.0054429555,0.009605665,-0.0023462372,0.009865839,-0.004301798,-0.021763977,0.007896813,-0.004667688,-0.0013989941,0.010815812,0.00067760417,0.010537347,-0.012629601,0.0023614801,-0.019225985,0.016511632,0.012135178,-0.0043532616,-0.01776464,-0.019322326,0.016040377,0.014102691,-0.025903368,-0.002375596,0.012351156,0.0025984175,0.00768088,-0.00445482,0.009140414,-0.006148862,-0.13350165,0.011251874,-0.012124939,-0.0036227994,0.009393135,-0.0102177095,-0.00041298964,-0.01322143,0.0008010316,-0.002216071,0.0057253437,0.0038473897,-0.013782949,-0.028825227,0.010303161,-0.00937141,0.0206963,-0.0110743875,-0.013359321,0.018902093,-0.0045443387,0.013581503,0.01768818,0.017235689,-0.002926889,-0.0053394088,-0.006160373,0.004973141,-0.0097110495,-0.019200873,-0.021373129,-0.012499106,-0.008672767,-0.0013909633,-0.0015559861,-0.019934688,0.024664428,0.015138441,0.0019830998,0.012547705,-0.0042146407,-0.00043971994,0.02648035,0.010792206,0.0014025636,0.0012247756,0.012472784,0.015228047,0.00053557375,-0.0038587109,-0.0035529665,0.0028422165,0.0015758567,-0.0028667655,-0.026686704,0.007247056,0.010756564,-0.0031895512,-0.013350668,0.008033606,-0.014503068,0.00081332057,0.005214467,0.010429714,0.013693852,-0.0010661249,0.0093849795,0.020288702,0.006804889,-0.014171477,0.017146979,0.0051969336,-0.0020438563,0.010492293,0.014947763,-0.01291195,0.018738417,0.010752203,0.017683502,-0.002932488,-0.0068577924,0.00089502684,-0.019383173,0.021687953,-0.015084171,-0.0140623115,-0.013127147,-0.009499138,0.010293157,-0.065386,0.0011206941,0.002857603,-0.0022071493,0.0071716625,-0.002092487,-0.0029090494,0.00084350986,-0.011799456,-0.0030914308,-0.007108751,0.0043053227,-0.010841876,0.0018580854,0.014131944,-0.009429277,-0.014864099,0.024265815,-0.022529995,0.008152526,-0.01963244,-0.0017957629,-0.015735734,0.008352072,0.021334581,-0.0044443775,0.010125672,0.008487042,0.0037518966,0.00619403,0.005220463,0.008468158,0.0001991652,0.007174082,-0.015305675,-0.003291807,0.012330064,0.015285771,-0.016398888,-0.00060904876,-0.014993922,-0.0009245243,-0.002739566,0.0029064212,-0.003923594,0.010369233,-0.003211001,0.01224549,0.007029778,-0.027041536,0.0066461065,0.010018263,-7.31451e-05,0.010168966,0.009938414,0.007390046,-0.016201288,0.0023808642,0.0058022323,0.00036529315,0.010533187,-0.018759368,0.014916305,0.0153458845,0.005147941,0.014259565,0.005067062,0.0057190484,0.0058281003,-0.010494257,0.016895086,-0.02890968,0.005246744,-0.004412354,-0.01267324,-0.015738724,-0.0007203166,-0.0009868655,0.00086642214,0.006612806,-0.01903513,0.02873728,-0.004306239,-0.00040156787,0.0092495615,-0.021204812,-0.01281559,0.024421837,-0.0076701855,-0.023195414,-0.0017115704,-0.003785014,-0.0076381774,-8.33005e-05,0.00035411923,0.013498552,-0.005571784,-0.013240588,-0.01790531,0.0021914446,-0.0120928185,0.009762926,-0.02026173,-0.0017623989,-0.00198429,-0.021546604,-0.012735387,-0.010414134,-0.0035652318,-0.013136492,-0.01214605,-0.0143014435,-0.02075757,-0.015981693,-0.16989253,-0.00285263,0.0033837128,-0.010603363,-0.009039248,-0.01518638,-0.01390449,0.011948933,-0.009669313,-0.02144289,0.0025766753,0.027342347,0.00903567,-0.0054018004,0.01571126,-0.008701182,0.015273765,0.0041746376,-0.006800213,-0.0057543586,-0.036828123,0.008482933,-0.012801717,0.021500273,-0.022259977,0.0030270761,-0.013639899,0.01441346,-0.0234995,-0.029613912,-0.0045366255,0.009103947,0.018004434,-0.00041700696,-0.018971795,0.023140913,-0.014202745,-0.011737574,-0.024401058,0.016011627,0.017320788,0.0046774936,0.007287705,0.0016326925,0.009436687,0.00093723345,-0.007304263,0.009275125,-0.03508494,-0.012978893,-0.007195796,-0.01925715,0.0065808115,0.018567177,0.0030710357,-0.0015208446,0.005045211,0.017020209,0.016234944,0.0084641585,-0.009973992,-0.01099745,0.027557405,-0.007733788,0.009804245,0.0061115506,-0.0076375334,0.14255086,0.00072115747,-0.0027000662,0.008751805,-0.007468329,0.038286425,0.0017017854,-0.020505408,-0.010723211,-0.0015870419,-0.016922984,0.016639581,-0.012597538,-0.018223576,0.005147459,0.01726679,0.008535856,-0.0018364501,-0.0044517117,-0.021391997,-0.009847543,-0.016026419,-0.032572906,0.0058796266,-0.0049664555,-0.02092251,-0.0045731915,0.022965798,0.011206366,0.04764925,0.008977805,-0.016558519,-0.0069539007,-0.009814645,0.0013485871,0.028043479,0.0007993658,-0.00048136775,-0.0015749002,0.021976568,0.008690285,0.014215141,-0.014479884,-0.0031388025,0.028282968,-0.0022736466,-0.012335519,0.013571546,0.0022700047,0.006929268,-0.03112984,0.017701661,-0.004676815,0.005946219,-0.009855477,-0.020480732,0.0022315648,0.016143737,-0.0124936635,0.011357763,0.013035757,0.0010663217,-0.020019742,0.0060252007,0.014532842,0.006399218,-0.009887949,-0.010772505,-0.02143014,-0.09530391,0.008653293,-0.013651005,0.0030197774,4.0296272e-05,-0.009504758,0.006701638,-0.0045811962,0.016631955,-0.019204376,-0.0016847957,-0.008838124,-0.010697787,0.0064373706,0.007917332,-0.001955572,-0.0018907979,0.011887034,0.010517355,0.0032651739,-0.0042573805,0.015216572,0.011969292,-0.036975976,0.0017770685,-0.0072541353,0.017457847,0.00141824,0.0024101753,0.0021363366,-0.0017362479,0.027800666,-0.042939603,0.00813321,-0.0019659242,-0.0030195466,0.00033596175,-0.0130953295,0.0015213512,-0.027345754,0.011936463,-0.020342227,0.024289541,0.0010789894,0.0088430215,-0.011688015,0.0140107265,-0.006545752,-0.02349054,-0.0043159095,-0.003736628,0.013269318,0.0134830205,-0.03866422,-0.019984215,0.0008412626,0.04283606,-0.036626656,0.01068581,-0.0116122905,-0.016725093,-0.0007140432,-0.00795797,-0.02288216,-0.0035286443,-0.0022781168,-0.00048669492,0.02109169,0.0022857618,0.0069156825,0.0066068717,0.014832147,0.014706564,-0.0030950396,-0.0018046733,-0.01660334,-0.0045649046,0.0051644035,-0.014185494,-0.009556394,-0.009954005,-0.012261615,0.0031261274,-0.0240683,0.056229886,-0.034879964,-0.0025783873,0.022699332,0.006086202,0.010770349,0.0037889895,0.0031317945,-0.015750188,-0.017462328,-0.009316996,0.002117891,-0.014593475,0.01747251,0.028577443,-0.0012875876,-0.01466464,0.023294806,-0.014902887,0.015010899,0.004744275,-0.018322656,-0.02310859,-0.006111823,-0.021903357,0.008610388,-0.041966632,-0.016645782,-0.0059201955,0.005078829,0.007953093,-0.011012653,0.0019578203,-0.0081783105,-0.004676548,0.00083530816,0.019555263,0.012779903,0.020402646,-0.003791418,-0.018320385,-0.0077663935,-0.0057273353,-0.009793429,0.01136865,-0.012980287,-0.020807099,0.0031356502,0.0070757717,-0.0006483462,0.0004134814,-0.013729123,0.0030341593,0.0010906204,0.02203313,0.012449442,0.0016989068,0.02592191,0.004328346,0.017477844,-0.0062621976,0.0074722245,0.013200822,-0.004103707,0.0029114573,0.0007211217,0.023871385,-0.027350612,-0.0014302091,-0.010693512,0.015914531,0.010438764,0.014557145,0.005446061,0.007941159,-0.013134924,0.0033222646,0.0046717813,0.0068870173,0.010723625,0.0066111917,-0.0042019035,0.007833237,-0.010428386,-0.00013562349,-0.014443157,-0.0043238862,0.014352355,0.030127607,-0.018084763,-0.012555026,0.011450087,0.037513256,0.021405332,-0.013065523,-0.06927518,0.012135373,0.019197764,-0.0015967385,-0.016319862,0.011388093,-0.013275103,-0.014736812,-0.007622824,0.008347054,0.0061623803,0.027089015,-0.00023730389,-0.004081013,-0.020245438,-0.00029546273,-0.024838092,0.0063206675,0.0072840503,0.0042908965,0.02020455,0.014123137,-0.011676247,-0.0021133362,-0.017825939,-0.03788188,0.00815878,0.023898184,-0.028248848,-0.0039918222,0.006975155,0.0066562057,0.010784498,6.961873e-05,-0.004130985,0.013495165,0.020130215,-0.0032453178,0.017824218,-0.028279176,0.01150119,-0.0026033917,-0.056834858,0.030694181,-0.015325687,0.022462728,-0.00010210117,-0.005904232,-0.00868813,-0.05825329,-0.006012657,-0.003208513,-0.0075955573,0.0065654065,0.0111073665,-0.012530622,0.00020904947,-0.019746793,-0.018417867,-0.037978772,-0.024854999,0.016520906,-0.010865444,0.0031108852,0.026603933,0.006398712,-0.003976772,0.017423462,-0.008640155,0.02490944,-0.020547219,-0.0029205137,0.014449886,-0.0040945187,-0.002835896,0.0019743682,0.0024386381,-0.012079832,0.021540763,0.0068410086,-0.004165845,0.009953078,-0.0016357311,0.036160678,0.004124246,-0.034675173,-0.013640298,-0.10434546,0.0007233398,0.009972215,-0.0053164526,0.0031636138,0.021248618,0.0034969698,0.042970482,0.017298995,0.012596545,-0.018308794,0.03643926,0.0034665456,-0.023239156,0.013731277,-0.01502087,-0.012736955,-0.006244628,0.008501511,-0.008640933,-0.0006739154,-0.0065592914,-0.026899362,-0.0106425565,-0.014450504,-0.07807719,0.0060157846,-0.010096592,0.0117867645,0.00597519,0.0005862306,-0.00063955114,-0.0030895513,0.0025005476,0.014701125,0.0132913,-0.029756725,-0.0033680815,-0.014271522,0.00078329653,0.0100580305,-0.023431625,0.001489055,-0.0036960891,-0.020483349,0.01120405,-0.017081063,0.0046309805,-0.030305058,0.0085302545,0.023058312,0.0014122656,0.011529985,-0.0018146285,0.004092927,0.016434623,-0.0066085407,-0.012908522,0.010981254,0.00012545472,-0.0070198327,0.0038468814,0.019835355,0.016362092,0.013697908,0.0011709168,-0.020603454,-0.0022613883,-0.026601287,0.010122149,-0.013647625,0.0006982939,0.013790283,0.008591032,-0.015532517,0.0025617257,-0.030628286,0.0030132493,-0.012702807,0.0017445011,-0.005480302,0.012416416,0.012022119,-0.0070410785,-0.008060387,0.006867612,-0.024388477,0.0052665155,0.013364097,-0.011962998,-0.022925865,-0.0053778808,-0.011751011,-0.0033565296,0.0031714186,-0.0021755062,-0.015766123,-0.020680841,0.0066656275,0.002839063,0.011859256,0.0033785405,-0.008320838,-0.012748059,0.0059654806,0.0071081454,0.037950464,0.017127205,0.00062288716,0.0017939177,0.01585875,0.038471576,-0.008945362,0.020513786,0.0028032535,0.0055697192,0.027790464,-0.00043290763,0.014253536,-0.008004564,0.007779818,-0.0148462,0.013658488,-0.005042456,-0.019241882,0.01248563,-0.008924002,-0.018402196,-0.004201763,0.008729328,0.00607272,-0.01941281,-0.010716764,0.01163493,-0.010396141,-0.02674604,-0.010374785,0.002619022,-0.00843127,-0.0026888843,-0.014038605,0.015550229,0.0059163608,0.0026882016,0.023518944,0.000678377,0.016910538,-0.014458717,-0.012173182,-0.01729251,-0.008251553,0.016820833,0.010460411,-0.010028305,-0.052781824,0.01539473,-0.0185009,-0.009707682,0.003987329,-0.008163286,0.03568673,0.012778471,-0.023819705,0.008302591,-0.012357434,0.001441846,0.007570356,-0.011427135,0.012197164,0.016527303,-0.0009808721,-0.015462059,0.00012422987,-0.0022702601,0.012626905,0.0065965042,-0.012939432,0.010099541,0.0028248061,0.00018278776,-0.00069081434,0.013311236,-0.014458348,-0.0031266862,0.024236541,0.004173187,-0.016169528,-0.0035026642,0.0011084756,0.011430727,-0.004212491,-0.02044186,-0.02219902,-0.0054700733,0.00200076,0.0069861873,0.016044289,-0.007412698,0.036410745,0.010388286,0.01139394,0.009531564,6.054097e-05,-0.012681098,0.027824124,-0.0031547304,-0.0005110608,0.019993747,0.006000429,-0.0067769703,-0.0019487971,-0.0006218528,0.017491791,0.0038245772,-0.00012726578,0.0067539215,0.0069240173,0.024016613,-0.0103394585,0.0031698507,0.032929912,0.005594334,0.0069247195,-0.0037287571,0.017950423,-0.008191205,-0.00018576805,-0.008543661,-0.0022777051,0.0018999905,0.024707297,0.008217006,0.004280955,0.00817111,0.0038166938,-0.005996611,0.009892978,-0.0076747457,0.010035173,-0.0055517545,0.023689082,0.0009844805,0.0020663543,-0.0073415195,-0.010483953,0.009874902,0.014778073,0.013992932,-0.0133563215,0.009881826,-0.011573132,0.0028157856,-0.00012769047,-0.013803284,0.011788793,-0.022855202,-0.029352289,-0.010304268,0.008707146,-0.0031435934,0.015249363,0.003927035,-0.006982751,0.017226292,-0.01921471,-0.012774493,0.003521314,0.021670423,0.0010609421,-0.0018270127,0.0025583843,0.0022268696,-0.022387508,-0.0054091574,-0.020945676,0.007012138,0.017117564,-0.001930218,0.0062758843,-0.0027254343,0.012945053,-0.004406818,-0.003464464,5.642123e-05,0.013741751,0.0021549007,0.005372814,0.011063289,0.005206268,-0.020351538,0.041926436,-0.015575039,0.017901925,-0.004645444,-0.019871823,-0.0072019557,0.012639588,0.0075979675,0.027766714,0.00995189,-0.00014084823,-0.028664786,-0.008821861,-0.021843504,0.00011884287,0.0032297068,0.010508841,-0.020791994,0.009922062,-0.019773554,-0.013864126,0.01246509,0.00764636,-0.010026556,-0.029626621,-0.029987589,-0.0007719016,0.009053204,-0.01092368,0.007987573,-0.01302729,0.023685714,-0.00728605,-0.01665047,-0.018523917,-0.009083436,0.014386587,-0.00828125,-0.0031096155,-0.021224452,0.013066221,-0.009899668,0.002586123,0.009100732,-0.009659516,0.016729323,-0.018668497,-0.013944899,-0.012017009,-0.0146178035,0.00042868164,-0.0034024902,0.01786424,-0.025805606,0.013332559,0.0015504729,0.0008425576,0.002679906,0.021674221,-0.023306176,-0.016118202,0.0048015937,0.009437598,-0.009196708,-0.008650048,0.013874851,0.015746254,-0.0021622537,-0.008808468,-0.026829692,-0.0142012155,-0.004578711,0.0067612636,-0.011428502,-0.003524177,-0.0004172092,0.005216527,-0.016322408,-0.0057671634,-0.0037344005,-0.03399058,0.022742197,-0.013366877,-0.00395856,0.0013772703,0.012247521,-0.022159563,-0.011813694,-0.014254517,-0.0060807257,-0.0051080654,0.023687031,-0.0071839495,0.010341013,0.0019347112,0.0022300037,0.00036033808,-0.00034560225,0.013970193,0.00684429,-0.013262953,-0.0070257266,-0.0010323982,-0.013630853,-0.004295205,-0.0037206614,0.014431451,0.009106892,0.0064938255,0.018931292,0.0053550145,-0.020994315,-0.012224032,0.0057107913,0.0033017215,0.0020092395,-0.0021430084,0.0013248667,-0.01802461,-0.0068785436,-0.0069083404,-0.011107896,0.0066286395,-0.008919459,-0.008699644,0.036376268,0.0076995078,0.028300917,0.011355606,-0.017083418,0.034489892,-0.003802241,0.01140417,0.02476474,-0.007857355,-0.0022845287,0.022531388,-0.0029007043,-0.0033185708,-0.0034595917,-0.009989929,-0.018023122,0.016146593,0.0063918214,0.007592239,-0.012415093,0.0043196115,-0.02257412,-0.0063956617,0.00910293,0.009138672,0.0064876555,0.0026742436,0.0066152182,0.015889708,0.0015032226,0.0032768995,0.00015388835,0.0076057836,0.00061962655,-0.009999525,-0.004649851,-0.012504141,-0.019661194,0.023751805,-0.0065519908,0.004862107,0.017649515,-0.0020720048,0.019742718,-0.008400348,-0.014933391,0.008729539,-0.0074337367,-0.019087544,-0.03180079,-0.0110417465,0.0016135835,-0.004272613,0.003288915,-0.019719848,-0.013962331,-0.034392744,-0.0012618954,0.006786018,0.00055069465,0.0006060607,-0.025295649,0.008049503,-0.009143989,0.0023244298,0.0081153745,-0.0029558924,-0.008175099,0.0045266906,5.2498195e-05,-0.0026741726,-0.02888651,-0.011725568,-0.015352282,0.0015134582,0.0031007368,0.00052891654,-0.021474302,0.0019054345,0.006789546,-0.010682592,0.0019064967,-0.0018741438,0.0022528318,-0.009704705,-0.022387013,0.011450242,0.0031912539,0.004150872,0.0015184788,0.008830025,-0.019901784,0.006892947,-0.036300693,-0.018965425,-0.007126981,0.0014679801,-0.010593611,0.0043644323,0.0027250517,-0.011085756,0.0035078977,-0.0038796694,0.016533054,-0.0069015496,-0.009041313,0.0053867702,-0.00676015,0.009565048,-0.015317887,0.002618047,-0.002999749,0.011655018,0.010203902,0.0035172435,0.008608745,0.0009474159,0.014397058,0.013857606,-0.01715022,0.00011945098,-0.0013948237,0.017554672,0.0048805214,0.021664869,-0.008455519,0.0077009955,0.015360312,0.022717472,-0.017477594,-0.018598827,-0.015839033,-0.013401148,0.0010298896,0.0075750127,-0.015052496,-0.01864777,-0.017161667,0.0011627979,0.021690937,0.009833903,-0.007764909,0.014262616,-0.0034860175,-0.029331783,-0.008124108,-0.0012840409,0.0011095227,-0.0013740038,0.0036678608,-0.013785239,-0.021640029,-0.0030805322,0.044812705,-0.022434298,0.008688435,0.01382835,0.0061373203,-0.0057319533,0.0106839575,0.009214222,0.01729578,-0.008598918,0.023799777,0.014197233,-0.028310142,0.009145361,-0.011756079,0.01634984,0.005502771,0.003997805,0.007117304,-0.020030469,-0.004319107,-0.00056972523,-0.014981411,0.015440577,-0.023069315,-0.005759095,0.013845061,0.010074441,-0.0070473505,0.01851683,0.0061916574,-0.0021242737,-0.0007637787,-0.009380749,-0.0047387523,-0.011424379,-0.009713823,0.0041658264,0.034246184,0.00044636248,-0.016618479,-0.0035294537,0.025783023,0.0029380787,-0.000557211,0.00017315807,-0.019213472,0.027921407,0.0015977471,0.028839048,-0.006892239,-0.012100172,-0.00020700051,0.009255521,0.0075606233,-0.019304657,0.001887542,0.0047505265,0.0063882773,0.002126555,-0.03242913,0.007832605,0.0029141842,-0.0024126652,-0.0032607592,0.018860374,0.009840091,0.017213555,-0.020288814,-0.0037341034,0.021076709,0.022265349,-0.021739013,0.0030001644,0.0018629002,0.0140354885,-0.004860544,0.016629472,-0.008770688,0.0072335554,0.002379471,0.011646547,-0.013873382,0.0007554516,-0.014342028,-0.005301646,-0.0062971,-0.005843648,0.013315184,-0.018900828,0.01921002,-0.0007081619,0.020302344,-0.014908938,-0.009508669,-0.004033846,0.013420159,-0.019250676,-0.0067826468,0.0069695697,0.0089213075,0.013380375,-0.0137939975,-0.0133083835,0.010744701,0.024193443,-0.014037432,0.009130869,-0.022474367,0.006976868,-0.009284191,-0.016945932,0.032749314,0.022540262,0.009958452,0.019711282,-0.008392155,0.15869424,0.11602841,-0.017586794,-0.013745026,0.012132423,-0.015887115,-0.012931777,-7.5151394e-05,0.0074984552,-0.01604918,-0.022971345,-0.015554113,-0.00091824535,-0.011209907,-0.002051397,-0.010861929,0.016343355,-0.028811427,-0.013298749,0.02301956,-0.0069703455,0.036772918,-0.017029135,0.024175372,-0.017370347,-0.004524757,-0.004219873,0.017472751,0.015619668,0.010807799,0.013212081,0.0013412683,-0.010914252,-0.025811248,0.020922193,-0.008057686,0.0077452306,0.011482491,-0.009702839,-0.005442699,-0.016481362,-0.006196818,0.0079583805,0.003006135,0.014641493,0.003978554,-0.0023425773,0.00885291,-0.0016931244,0.014320299,0.0011350595,-0.0020041643,-0.0102954935,-0.00030478786,-0.016699154,0.0063099945,0.00706516,0.008312667,-0.013934493,-0.0059683966,-0.014745525,0.012074652,0.004151728,0.00045391006,0.009665467,-0.0034445452,-0.01641988,-0.0037592296,-0.0020270816,-0.0041231243,-0.017676603,-0.0010696673,0.0037791333,0.014957462,-0.019790908,-0.006831004,-0.0024341654,-0.010176889,0.00040324673,-0.00019725187,0.0043045115,0.018330745,-0.01091187,-0.009944476,0.0021205298,0.0010246645,-0.012616027,0.024915105,0.10464757,0.010127502,-0.002473929,-0.0018361341,0.019564925,0.009677573,0.008307996,0.06051495,0.023197237,0.0134460535,-0.0048730485,0.012528978,0.014981199,0.00015058319,0.0043785833,-0.010636322,0.005652611,0.034198623,-0.012257694,-0.0069125257,-0.014815731,-0.00014724881,0.0001658018,-0.0072661024,-0.009029893,0.010084869,0.005578156,-0.004959002,-0.013544629,-0.015541235,-0.112572104,0.008111195,0.012352024,-0.024699535,0.003044697,0.04841553,-0.01497174,0.0019045922,0.015484449,0.0010482597,0.015820712,0.0046900907,-0.019887172,0.015221889,-0.0038437566,0.043462705,0.0132197775,-0.021480262,0.0014426756,-0.0052208127,0.0014930364,0.002221803,0.0075634588,-0.017969536,-0.012815512,0.028400648,0.013115065,0.027742522,-0.021593623,0.0006535403,0.0007249815,-0.0055223685,0.016713342,-0.009125497,-0.0064404095,0.004728038,-0.020537792,0.0008870938,0.0014742519,-0.0023369393,-0.0046826196,-0.032249488,-0.017049637,-0.004080024,-0.00062622497,-0.030058177,-0.0301116,-0.0074524065,-0.005928633,0.0053438395,0.020512452,0.00052218494,0.026852861,0.0022537399,-0.0057325135,0.029734738,0.003525191,-0.011954214,-0.00042914605,-0.0022222626,-0.00045536616,0.0017516433,-0.014873025,0.012901459,-0.025143405,-0.00761704,-0.012369463,-0.001890957,0.005781331,-0.010667809,0.00944352,-0.0015021493,0.007543418,-0.0016372985,0.0019025335,-0.0049862927,-0.024435338,0.0053870613,0.024931397,-0.0035327598,0.01587722,-0.008932618,-0.0076619852,0.11300655,0.00097101845,-0.007523993,0.011698246,-0.007993751,-0.001797877,0.0034856584,-0.011838327,0.01447845,0.03409089,-0.019528916,0.008268654,0.0054463544,0.015736042,0.0031856273,-0.0022731952,0.002275604,0.009634597,0.004328075,-0.018710095,0.0013571999,-0.016158354,-0.027825424,-0.0087197935,-0.010431321,-0.0024409327,-0.01136197,-0.014210657,0.0068897647,-0.021891901,-0.00066916813,-0.019531991,0.012104712,-0.01673062,0.00077386084,0.017270777,-0.0017049655,0.012450857,0.009153845,-0.0060756267,-0.014140605,0.016273405,0.019717209,0.006168573,-0.020515054,0.19700533,-0.010173894,-0.0015742965,0.003343699,-0.0065708994,0.022808637,-0.0014227893,0.008356747,-0.0140359,-0.0003706634,0.024361216,-0.026070932,-0.017706424,0.01129083,-0.0017019485,-0.0027001326,0.0076489584,0.0077664345,0.0042072725,-0.012490964,0.02804212,0.010909708,-0.00944117,-0.025421392,-0.008079143,-0.0025700408,0.01721346,-0.009093353,0.022160506,-0.0051306547,-0.01468636,-0.009754963,0.020422183,-0.007373749,0.007809827,0.010939746,0.011641305,0.0026897294,0.015523807,0.008592958,0.0025552113,-0.0043889815,-0.009820428,0.017566642,0.008415063,-0.017659921,0.0044191126,-0.018845716,-0.004909607,-0.008964615,-0.0047974563,0.010493048,-0.00754155,0.0045595346,-0.01679858,-0.012839414,0.014828381,0.011151026,-0.039961737,-0.024894014,-0.0220209,0.0015652054,0.015328132,0.004962711,0.010427809,-0.009259772,-0.00026328658]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 86,
          "content": "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.017218657,0.013842134,0.038372844,-0.0583201,-0.013985754,0.0052854,-0.014232853,0.012682986,-0.032299764,0.009932492,-0.003356273,-0.022626745,0.0035498345,0.0016568479,0.11020371,-0.012683639,0.019956652,-0.00814818,0.0013246349,0.03843818,-0.014729172,0.002287729,-0.0035574762,-0.024826694,0.021423792,0.019208387,0.030587077,0.012389234,0.029541653,-0.029576126,-0.020051993,-0.00042565016,0.0078818025,-0.008784807,0.016952524,0.007485648,0.0038138565,-0.025786305,0.00020896328,0.013665132,-0.0002931715,0.0025883731,-0.0016300806,-0.03197213,-0.001777691,0.009524161,-0.010667516,-0.032969005,0.013239184,0.03631236,0.009433453,0.028329263,0.003436301,-0.16998883,-0.023460869,0.011328598,-0.016095167,-0.0028986277,-0.0031408505,0.031128755,0.0063270996,0.03000554,-0.006128592,-0.024775721,-0.0018195146,0.006823371,0.020087868,0.02384869,-0.029393045,0.010779759,-0.020697769,0.017484538,-0.032482956,-0.013439406,-0.008114529,-0.015459465,0.0018067601,0.012386253,-0.014091028,-0.027573127,-0.011893193,-0.020770645,-0.041919854,0.015599974,0.0146614155,-0.017221704,0.00037115437,0.001816535,0.0010198384,0.01049315,-0.00675595,0.013279206,-0.023275474,-0.005523747,-8.2441504e-05,-0.011904773,-0.0028526285,-0.027277004,0.02304634,-0.009929084,-0.04283361,-0.03309677,0.0077398224,-0.01088177,0.0010033145,0.028047483,0.017662967,0.018907446,0.019837048,-0.014838392,-0.0060379533,0.018173313,-0.0041051432,0.027096866,0.04421113,-0.14475301,-0.02521033,-0.0028450894,-0.00665658,-0.022635268,-0.031241132,-0.009722213,-0.024487188,0.02261095,-0.040527124,-0.010568315,0.014888006,0.015596683,-0.028305205,0.010979106,-0.015630981,0.012847797,0.029153813,0.0036035092,0.01875135,0.017498702,-0.021720668,0.008304709,0.011071135,-0.037009176,-0.0017707831,0.008200526,0.017424142,0.011091745,0.0010133245,-0.014289185,-0.042078782,0.0107145365,0.008635207,0.010942121,0.0020002096,-0.013998652,0.01889074,0.010242074,0.02225395,-0.025910107,-0.037673287,0.0023914797,0.029193629,-0.0047843456,-0.0004030914,-0.022367807,0.009503929,0.0407172,0.0049730265,-0.007345211,-0.027168456,0.030590907,0.00469084,-0.0033127202,-0.009782049,0.015491703,-0.007320193,-0.009773936,-0.0071804384,0.0075564464,0.030235799,-0.0027052525,0.030365504,0.0012348393,0.006888421,0.028149571,-0.0008948821,-0.00019993288,-0.008713479,-0.037763223,-0.0034857432,-0.025592761,0.0030493708,-0.0019503515,0.0005513929,-0.0024662202,-0.003644215,-0.004264055,-0.023188494,-0.03661093,-0.014211584,0.0016383082,-0.005259722,-0.014688335,-0.009182275,-0.010175272,0.007830514,0.0014439217,0.015401724,-0.0056032375,0.010337325,-0.031533476,-0.012603757,0.007325686,0.013302659,0.018788304,0.0044518067,-0.012646133,0.027992709,-0.017278373,-0.043786116,0.00322287,-0.031738505,-0.0046689,0.00801122,0.0058045126,-0.0029793056,0.008958725,-0.0056471587,-0.03474278,0.034356542,0.021373508,0.007649574,0.033320032,0.0009689786,0.01639121,0.016043046,-0.015052426,0.0016702816,0.0035852424,0.026426865,0.020545928,0.027958473,-0.008934517,-0.008039469,0.012057655,-0.010649244,-0.017955339,0.027538741,0.0068442896,0.004855601,-0.01799123,0.021250252,-0.0029191957,-0.00015285941,-0.0044675875,0.007951545,-0.010676934,0.008828,0.0011970483,-0.004193493,0.009317353,-0.012608519,0.0052562985,-0.038305104,0.042333685,-0.009451263,0.008113871,-0.0025789938,0.019110784,0.009526551,-0.0069918637,-0.026330572,0.0054939976,0.0024568865,0.028472181,0.00052970805,-0.011398754,0.011696521,0.022983354,-0.068286076,0.013917402,-0.0118962405,-0.0061101206,0.012478393,0.0033054233,0.004093818,0.0030326059,0.0051099197,0.028822232,-0.022987716,-0.024469042,0.0049771094,0.0069683567,0.010403965,-0.0042350288,0.012980431,0.00825198,0.0015523181,0.0005682963,-0.003145147,-0.020940168,0.00085564546,-0.006846503,0.020956654,-0.0014677466,0.007163199,0.058249332,0.0064981487,0.007650631,-0.010956157,0.009529175,-0.000773105,0.015079614,0.009633622,-0.0009565369,0.0013525987,-0.0006558654,0.024515532,-0.012890787,0.003641376,0.014013737,0.0057212315,-0.026006896,0.003156408,0.024981769,-0.0074788947,0.012662807,0.010435129,0.022071218,-0.02266345,-0.016994597,-0.018445661,0.025712471,-0.022895165,-0.004575464,0.024373138,-0.012364633,0.011231613,-0.013068457,0.009190206,-0.0023940082,0.007630706,-0.018772772,0.013296172,-0.013418019,-0.0052565425,0.0039162408,-0.012950483,0.009504005,0.016373407,0.009754174,-0.021137385,-0.037808686,0.042653285,0.008156982,0.0060125045,-0.0021718754,-0.018026484,-0.0056341384,-0.019126758,-0.008017426,-0.010014049,0.026011389,0.054916173,0.015212256,-0.003354353,-0.00029279306,-0.026315855,-0.010943551,-0.007246692,0.0020207025,-0.018705975,0.005606416,-0.021319043,-0.0036306195,0.023930887,-0.018588882,-0.023616953,-0.007465787,0.0038250366,-0.029760417,0.003465687,0.0075504016,-0.0087354425,0.04602002,-0.009879752,-0.0073108515,0.008401702,0.029015042,0.016260406,-0.0068833022,0.014683888,0.0034351193,-0.028112829,-0.0077977246,-0.021746159,0.0034623784,-0.036709722,-0.011779612,-0.006395498,-0.020608116,0.017686205,0.0100819515,0.005078795,-0.01227894,0.006993074,-0.011966806,-0.01013408,0.022974683,-0.0016975426,-0.0066534053,0.007711095,-0.025691262,0.019506138,-0.0067037023,0.015942454,0.013128254,-0.020158622,0.002906095,-0.006531947,0.023439568,0.011018564,-0.007864655,0.014981633,0.02067744,-0.023605883,0.011910336,-0.020823887,-0.0025342326,-0.0041029104,-0.019418905,0.02449595,0.0009993882,-0.013364607,-0.010436304,-0.03558238,-0.012331164,0.016234316,-0.008345415,-0.010351078,-0.007910539,0.015153968,0.015516974,-0.028543225,0.009989373,0.0015549269,-0.00033954415,0.00651072,0.0215739,-0.018947339,-0.029581135,-0.014691217,0.02785606,-0.010062684,0.0068492508,0.023951827,-0.006620789,0.02217655,-0.012761646,-0.01218161,0.008803437,-0.023511304,-0.021253407,-0.0007683416,-0.0043355,0.008261354,-0.009335632,-0.011954175,-0.016496057,0.0021887966,-0.018101124,-0.014689754,0.012706598,0.025748614,0.019912109,0.0077112736,0.006531101,-0.023545112,0.04001205,-0.008734997,0.009426233,0.0021292574,-0.013286791,-0.011154615,-0.017783128,0.0054470785,0.025561038,-0.0057207043,0.019094577,0.024256019,0.014539449,0.0265203,-0.001842597,0.02381096,0.01034766,-0.009052999,-0.0062313527,0.015384034,-0.016040072,0.003197987,0.0014395044,0.024505744,0.00639236,0.01839458,-0.0028746992,-0.0029258048,0.0023564834,-0.024096955,-0.02825672,0.01748659,-0.0063772146,0.0025547992,-0.012425411,-0.03587117,-0.0064000385,-0.010256272,0.017563853,-0.026278986,0.030953258,0.024891615,-0.008098341,0.020610586,0.013454637,-0.012965645,-0.0140849305,0.00024815675,0.018481186,-0.012190529,0.01572284,-0.011227432,0.030693786,0.009346038,0.0044481074,-0.014380225,0.008018311,-0.02793655,-0.018636476,0.010306229,0.0020820072,0.0020718053,0.033197273,0.017113281,0.01411884,-0.005146743,-0.03801261,-0.018354572,-0.007995303,0.037455644,-0.09416657,-0.017579682,-0.007982105,-0.00665013,-0.0044909227,-0.009860986,0.007538347,-0.02223882,0.01092349,0.014945511,0.017418336,-0.0059280614,-0.008301425,0.00076365494,0.007915755,-0.034721415,-0.019061603,-0.021472065,0.024958005,-0.015962819,0.024245366,-0.01286037,0.003396721,0.02553674,0.0075464714,-0.0099021755,0.0031458947,-0.002975856,0.0004913946,-0.012805062,0.005223124,-0.03263729,-0.009165816,0.042427782,-0.0118801,-0.00027969127,0.023258524,0.0111777615,-0.025277836,-0.002803605,-0.0009229588,-0.02049559,0.0027131564,-0.020945428,0.00870607,-0.011925887,-0.002688845,0.007400522,-0.013923243,-0.0122868065,0.0040063956,-0.014828932,0.008386535,0.010752673,-0.010192073,-0.024305837,-0.00040459266,0.0057858448,-0.008613058,0.02243798,-0.0058810157,0.015502549,0.021071786,0.015786212,-0.0011095272,-0.01145414,0.006237237,0.03426282,0.0038185045,-0.0044770646,-0.019360567,-0.017529361,0.03248498,-0.014154196,-0.023998093,-0.0051742876,-0.0028730808,0.0027177169,0.025106503,0.04757256,-0.0058942162,0.012014628,-0.09460884,-0.02295423,-0.024959434,-0.011354649,-0.019446729,-0.008363893,0.015153903,-0.011182065,-0.014534948,-0.0021765118,0.01800794,-0.012347432,0.0031525386,0.0077255284,0.023844676,0.012043561,-0.052123394,-0.01432762,-0.0018145799,0.027877111,0.0028128221,-0.028452335,-0.0025853151,0.0004506236,0.012509287,0.0042857747,-0.0056764046,0.0049816845,0.007088787,-0.027516475,-0.016021322,-0.12138255,-0.026473815,-0.011809566,-0.0011606029,0.010433179,0.002633654,-0.0066714133,-0.013810894,0.00096385344,-0.018141368,0.018112745,-0.008877526,0.010529721,0.0040446683,0.010857609,0.13342631,0.002666053,0.0069712806,0.018592423,-0.03257732,0.017967992,0.006751989,-0.0073271827,-0.02136219,-0.0047709667,0.009772871,0.01945758,-0.019389035,0.013124357,0.013397267,0.013344966,-0.012144854,0.011328171,0.0006042611,-0.005418947,-0.0006710544,0.01303016,0.01032405,-3.3976234e-05,-0.016508728,0.016179295,0.016881084,-0.0024568555,0.021059193,-0.010986304,-0.015678762,-0.030458786,-0.012142329,-0.012867304,0.02600133,-0.019926708,-0.07491044,0.0015733385,-0.0010235524,0.032792654,-0.014810692,-0.005617061,0.005089127,0.02166355,-0.017238354,0.033285417,0.028835949,0.011668116,0.0043966873,0.008759747,-0.019814318,0.019924028,-0.0037043863,0.012445223,-0.0013738202,-0.00941299,-0.029941183,0.002333122,-0.012487599,-0.010767976,-0.0019820167,-0.011995478,0.0082774,-0.032747705,-0.026668523,-0.0050313156,0.008856358,0.011239994,0.00027594488,-0.0018543453,-0.011213261,-0.009967435,-0.021961398,-0.00087489176,0.0017022393,0.010281711,0.009866158,-0.027064752,-0.029326165,-0.010633874,-0.024562841,0.023908436,-0.006903228,0.020558927,0.021722427,0.0049826307,0.024289481,0.011921487,-0.031199373,-0.02545572,-0.017048633,-0.0021487125,0.007074191,0.018258885,0.0033516581,0.015412237,0.0045705526,-0.007097944,0.0038106171,0.0040448047,0.011513839,0.017088396,-0.0192405,-0.016982408,-0.0072353194,-0.0005260109,-0.017262246,-0.013116407,-0.0038261884,-0.0036743144,-0.0036111,-0.00085720274,-0.0075110854,0.00033962738,-0.050734982,0.03248306,0.0021556956,-0.013425889,-0.0015117958,0.018835187,0.0005730996,0.0061513595,-0.02227061,0.0030524742,-0.008156203,0.009794427,0.012137029,0.0017157126,-0.020093381,0.008073279,-0.012155561,-0.008866583,0.006923578,-0.0019552447,-0.01041893,0.033871528,-0.010204103,0.009930975,0.010393681,-0.012615006,0.0035479413,0.001892109,-0.014697291,0.014223428,0.0010623531,-0.0054794787,-0.005177868,0.0066014472,-0.0047881072,0.013300705,-0.0062413206,0.024416422,0.001925684,0.00020857148,0.004488835,0.0061004437,-0.0013076029,0.0035591903,-0.01921708,0.011398732,-0.00090578856,0.0062917173,0.020130541,-0.0043614255,0.014800544,0.013036049,0.015841851,-0.00043726282,0.0135352565,-0.008996317,-0.009017388,0.016024223,-0.002774213,-0.012208438,0.0036896495,0.004105527,-0.027505003,0.019218002,-0.0076442887,0.001083608,0.023618901,-0.0013582046,0.007152082,-0.002954217,0.00263671,-0.021472478,0.009161014,-0.0016473792,0.0036142692,-0.0047961054,0.0072235637,0.0024235242,0.010825652,0.0066420003,0.011732566,0.017230082,-0.012948721,0.0072130724,0.0031492242,0.010341362,0.0014605541,0.004158246,1.7656525e-05,0.018655183,-0.010089618,0.007520353,-0.021060131,0.022737987,0.010207106,-0.010142711,0.008170952,0.010656635,0.015176312,0.0023557318,0.00040953074,-0.013378217,-0.004567742,0.015636532,0.0057809083,0.011373073,0.005521316,0.007407188,0.005534285,-0.014416547,0.013229111,0.007657146,0.011052729,-0.009776251,-0.012701853,0.0022215804,0.0083121825,0.004712417,-0.011745989,-0.012862616,-0.01713172,-0.005303168,0.0058360007,0.005410111,-0.0002063376,-0.010445436,-0.011649458,-0.020490862,0.021676099,0.0038831788,-0.0076385415,-0.00934937,0.01344097,-0.005811459,0.0063777203,0.0030675963,-0.0075482656,-0.0013049823,0.0025150734,-0.0036726366,0.023173327,0.0017573474,-0.0040868814,-0.00015823706,0.007330277,0.0022207198,0.0075222882,-0.008769107,-0.018871313,0.006994241,-0.014329094,-0.010437687,-0.009322885,-0.017386565,0.004566971,-0.0039165122,-0.007900072,-0.00057145586,0.011333001,0.008563702,-0.011178098,-0.019568933,0.004191954,0.008679975,-0.0005251921,-0.016494501,0.009000735,0.005180758,-0.01257975,-0.01694813,0.002221505,0.00714236,-0.015697664,0.0058619087,-0.0078985505,-0.0046802703,-0.0040058694,0.003740829,0.006176151,0.014676894,-0.008085871,0.077031374,0.005740909,0.011688816,0.019060839,-0.011118395,0.0030725794,0.0043101828,-0.030778173,0.0065475423,0.002185559,0.00070520263,-0.009689406,0.010146089,-0.01849776,0.008669239,0.013340579,0.0011095278,0.00031486727,0.012420555,0.0013788326,-0.0039249803,0.008938456,0.0028151625,-0.007574545,0.017723609,-0.006980157,-0.004809352,-0.017816333,-0.0047019017,0.0025096708,0.0027233532,0.0071595754,-0.0014723688,0.00036538733,-0.0029145076,0.024699073,-0.007444764,0.0058140894,0.0033071728,0.02289374,0.007111511,0.0033640873,-0.01237009,0.0011080703,0.005660097,-0.005058434,-0.0038208002,-0.0034746637,-0.009956218,0.017151266,-0.019331096,0.022426756,-0.0052831033,0.0099339895,-0.0063920887,-0.008872254,-0.0007143539,0.009350367,0.0021606986,0.011067651,-0.021378791,0.021244377,0.013078701,-0.010193217,0.009221991,0.01032462,0.011213808,-0.014200516,0.0062660417,-0.018530896,0.009918567,-0.0006647265,0.000246769,0.0066867205,0.025842866,0.0024643908,-0.0046018274,-0.0039058658,-0.005702659,-0.0022078075,-0.0006565032,0.0028687092,-0.007513679,0.005567099,-0.0006909929,0.013764187,-0.003019368,0.008033285,0.009469433,-0.015934981,0.018867256,-0.018071648,0.005168775,0.0060260855,-0.008610309,0.002278281,0.05849949,0.0140831135,-0.031059664,-0.0067298803,-0.0022010417,-0.008630205,-0.017322415,0.0060423426,0.022207508,0.00025986604,0.0029129318,-0.006951166,0.012744352,-0.03002772,0.017325806,-0.0012859324,-0.0025313173,0.0038471427,0.0043362887,0.0029031024,0.0063225585,0.013138676,-0.009527569,-0.0027759518,-0.010570218,-0.0045216284,-0.01336474,0.0025665695,0.0022390014,0.0016369588,-0.017147286,0.012040577,0.000846207,-0.004145267,0.01564525,-0.025984108,0.0064428817,0.00019887382,-0.0061058253,0.0016120165,0.0021429404,-0.0060695717,0.0029663902,0.003237737,0.005868069,-0.018776128,-0.01855884,0.0024367308,-0.015041998,0.016723292,-0.0071361475,0.0036410443,0.015413398,0.016000446,0.00598059,0.006121488,-0.0087089185,-0.011797406,-0.006641817,-0.012089542,0.0035579347,-0.007318418,0.008652261,0.021633208,0.020741351,0.021079246,-0.0011641457,-0.0074298065,0.00033910986,-0.004803049,0.01012243,0.008896494,-0.0011232417,0.008893548,-0.006342265,-0.016522368,0.015326053,0.0047339285,0.011796368,-0.013559409,0.010193234,-0.017035646,0.0027208233,0.0017640495,-0.021551901,-0.0021462706,-0.018386146,-0.0032973166,0.004471979,-0.02685417,0.027325578,0.0014051866,0.017490247,-0.01388842,-0.011501925,-0.007875885,0.005010108,-0.0062277033,0.009752176,-0.00265503,0.005432387,0.009836012,-0.0020862343,-0.019961637,0.014004605,-0.0031022837,-0.005758723,-0.0070646266,0.005667765,0.0032909657,0.010841389,0.021979587,-0.0060201855,0.0059700883,-0.004850302,-0.0064571747,0.006911862,-0.00056210044,0.008510755,-0.0072317496,0.0053841607,-0.0005976739,0.0046268073,0.0014181784,0.014794622,0.011177226,0.009633171,-0.028060041,-0.01669855,-0.010722486,-0.0032669015,-0.00830127,0.0016733137,-0.0020765644,-0.010980748,-0.013957857,-0.024026107,0.006486279,-0.0071031004,-0.010215093,-0.009728031,-0.0071748863,-0.00028935133,-1.515103e-05,0.012966319,-0.0048584337,0.0073415455,0.013606528,-0.025571102,-0.0023926308,-0.023622302,0.0053309677,-0.011568464,-0.003711004,-0.004375098,0.0044333343,0.0091635585,-0.00066348154,0.008999589,-0.021775408,-0.015348251,-0.04714227,0.017942203,0.0030469617,0.009694118,-0.010625663,-0.007064513,-0.0068132356,0.001626421,-0.0033271217,0.0024580744,0.022843117,-0.0018232748,-0.005176729,-0.01424405,0.008693659,-0.0020111904,-0.0042039594,-0.005163902,-0.009361943,0.0020778761,-0.010363427,-0.008796245,-0.011512158,-0.012632927,0.010070398,-0.023226531,0.0017922018,-0.0060369205,-0.00086019735,-0.0032110978,0.0069094915,-0.003778985,0.003829423,0.010842076,0.007974643,-0.000647146,0.001088492,-0.018836612,-0.017366933,-0.027482362,0.014498193,-0.008051052,-0.011057498,-0.009943359,0.018816683,-0.017214328,0.0072519067,-0.008637011,-0.0029347867,-0.0051021576,0.0033541343,0.026916409,-0.01598316,0.0067219823,-0.000119880126,-0.012123551,0.006697341,0.0070808055,0.0070878626,0.008303478,0.01057071,0.0028181109,-0.026368307,0.011515467,-0.013761873,0.0069474094,0.0040806797,0.004737366,-0.0030757426,0.020248579,-0.0026214616,-0.0006498699,-0.005020561,0.004608551,-0.007554025,-0.006235601,0.016457405,0.0031447394,-0.007253512,0.0096429065,0.0015083833,0.014614164,0.014861119,-0.011965051,-0.015427415,0.00463465,0.0026670634,-0.004029221,-0.007570848,0.00797716,-0.0064987093,-0.002956279,-0.005492893,1.36281615e-05,-0.00591602,0.005296028,0.01175247,0.0068522305,-0.0020830783,-9.302217e-05,-0.024042906,-0.017572008,-0.0034332236,0.00031782553,-0.016668284,0.012562601,0.0076858094,-0.014617518,0.01146951,-0.00801799,-0.012386775,-0.012948991,-0.0067695635,0.008910617,-0.0072615207,-0.018256113,0.009769262,-0.0120284725,0.008114835,-0.010647409,-0.0041323085,0.0086783245,-0.013258099,-0.0012878998,0.002655125,0.0005406225,0.002186478,-0.0031710695,0.023434898,0.010090641,0.0035886054,0.008981666,0.023541795,0.004679658,0.009405445,-0.0015819723,-0.0108281635,-0.0039937156,0.0021855016,0.0033075972,0.008038584,0.006060095,0.00038126876,-0.012280068,-0.0026552754,-0.007817558,0.0024172426,-0.014882728,0.00011147685,-0.006076295,-0.0019957263,-0.007174778,0.00071798294,0.011233299,0.006627595,0.00064623135,-0.009169372,-0.00793828,-0.015376904,0.023873866,0.008882652,0.009105865,-0.0054539563,-0.012303483,-0.009107322,-0.0036143924,0.010047793,-0.009067354,0.0006354917,-0.02359259,0.0009048502,-0.00298491,0.006112028,0.0050161085,-0.008130019,-0.018161086,0.0017877183,-0.0018020428,-0.003920497,-0.004020705,-0.009533128,0.0017746751,0.01341496,-0.009879926,-0.0028148843,-0.0037447687,-0.014720904,0.02052398,0.005138707,0.013542254,-0.0031098884,0.0031672297,-0.0076263454,-0.010753737,0.012720335,0.009501974,0.015002119,-0.009933517,0.0034152016,0.008947553,0.006918032,0.0062222886,-0.0014301819,-0.0054726605,-0.005665911,-0.09209985,0.0034819127,-0.0043734647,0.003914304,-0.00036079893,-0.008432393,-0.017052783,0.003498148,-0.009518236,-0.011379279,0.01581956,-0.0038975081,0.0027647729,-0.018471308,-0.008857799,-0.0062813847,-0.0016668917,-0.011080767,-0.009306427,0.008083423,0.010035873,-0.0045493282,-0.0081128925,0.02186297,-0.005477327,-0.012206847,-0.018189639,0.0022423961,0.0071392325,-0.0036962042,-0.00522915,0.0001188375,-6.2945696e-06,0.009083194,0.02421945,-0.006328094,-0.0030534053,0.0072252145,-0.13980642,0.015083087,-0.0123684425,-0.0068800105,-0.0050985757,-0.0043546446,-0.018780345,-0.017026052,0.004923508,0.0064636776,-0.0025879464,0.013746928,-0.010850965,-0.01872422,-0.0047523538,-0.007828743,0.0065028747,-0.0030986187,-0.0033585285,0.02494454,0.0064726267,0.015866999,0.0039880592,0.01709454,-0.0057413694,0.011387926,0.012467546,0.0116094835,-0.002968785,-0.0045062164,-0.021866735,-0.018022195,-0.005564387,-0.00995883,-0.01778637,0.0055460143,0.018059038,0.013981564,0.00032514156,-0.010916435,-0.0021052281,0.008899919,0.0064404006,0.008908128,0.00011457477,-0.0034129748,0.022873564,-0.009507666,0.0012428189,0.005271709,-0.013329135,0.004369331,0.005861441,-0.0074100546,-8.2160404e-05,-0.009059184,0.012880786,-0.004119702,-0.018266674,0.0040135975,-0.014490577,-0.0026886654,0.007973488,0.024690492,0.0039284867,0.007411289,0.008508536,-0.0077726375,0.015834216,0.013713715,0.014391815,0.0010448733,0.017853998,0.0058772354,0.0030557474,-0.008898533,-0.00013562788,0.018519089,0.0170109,-0.013949526,0.0035722642,-0.028011762,0.0054579857,0.019667042,0.01747526,-0.008823088,0.004684032,-0.007952812,-0.0055700517,-0.061228823,-0.007203666,0.0050707688,-0.018280594,-0.016388629,-0.0024878709,-0.026280452,-0.002540606,0.0011530585,0.0112821935,0.000111464906,0.0035977426,4.4077977e-05,0.013923858,0.023342941,-0.0019724302,0.001861771,0.015718792,-0.008576152,0.0026153368,-0.012272822,0.006563876,-0.020676786,0.025162961,0.011477724,-0.016250394,0.013081224,0.009352117,-0.0017748375,-0.010080622,-0.0020152426,0.020441303,0.0003445432,0.008789087,-0.009322523,-0.0126834195,0.005533068,-0.009682963,-0.0094715245,-0.011856575,-0.0032583748,0.0017396818,0.005963627,-0.0010103137,0.003059227,0.011856321,-0.01042437,-0.003561131,0.0033278633,0.0020272548,-0.009230362,0.0050710957,0.008996975,0.0057994206,0.0023343174,0.012271267,-0.016403014,0.0018868727,0.010997297,-5.0080376e-05,0.032305248,-0.007206921,0.02686233,0.010489909,-0.005711892,-0.0010055356,0.020218411,0.003077164,0.0055906754,-0.0029960135,0.003913181,-0.019802133,-0.0028079438,0.004896301,0.008105941,0.008939876,-0.0034676748,-0.02333516,-0.009086072,0.015925152,-0.006674066,0.039303143,-0.019855073,0.002328045,0.008753813,0.007562682,-0.03507077,-0.003995821,0.0049611237,0.0009993545,0.010134621,-0.029131616,-0.016618853,0.0056843464,0.0038358076,-0.007543258,0.0024417725,-0.016674815,-0.0077449647,0.0033813582,0.00097454886,0.019936359,-0.023270506,0.008161813,0.015801882,-0.05234497,0.004025701,0.0155547345,-0.00891269,-0.01033394,0.009565048,-0.014177468,-0.0121582905,0.0021132457,-0.16605568,-0.0076720444,-0.019602321,-0.028157135,-0.0071673794,0.0051591587,-0.0024099147,-0.006043636,-0.0034451005,-0.031404715,0.00847165,0.012996629,-0.005571631,0.011315087,0.017776443,-0.0072710747,0.011915785,-0.0119798435,0.0033156078,-0.025829395,-0.01999409,8.330905e-05,-0.008368031,0.0049982504,-0.0036726075,0.017156204,-0.01395818,0.004551294,-0.0061417,-0.016139288,-0.012175358,0.018911129,0.01674973,0.00031689368,0.0021653466,0.016740603,0.0038859558,0.006608608,-0.022336714,0.016133897,0.010183099,-0.0064429846,0.041357834,-0.011444628,0.023116423,0.009128013,-0.015990583,-0.0025958465,-0.03159403,0.013233329,-0.0038263015,-0.008917746,0.00032831976,0.013506231,0.0034919311,0.016997376,-0.006414399,-0.009817954,0.011531753,0.008657585,-0.00079269236,0.0065256683,0.027568191,-0.008649383,-0.0042555993,0.0021904442,0.007316135,0.14097479,-0.005266522,0.005126398,-0.009873746,0.0032853126,0.013209934,0.013161637,0.0006580362,0.0099829305,-0.013906846,-0.00060330326,0.005894265,-0.0008558059,-0.027150683,0.007110102,-0.00710226,0.0003170525,-0.0020408905,0.0041465275,-0.022654958,0.004916049,0.0017017911,-0.0048460206,-0.002188193,-0.006692715,-0.007006831,-0.00548939,0.025663117,0.011900312,0.026580673,0.024914693,-0.002976945,-0.0032162953,-0.015364929,-0.015713695,0.03138682,-0.009024101,-0.00190253,-0.00011758484,0.021023534,-0.008267131,0.0065976037,0.0050130733,0.009741064,0.0076478356,-0.0019094542,-0.0048179845,0.010242038,-0.0073031206,0.0027034513,-0.030793095,0.007998822,-0.0081713395,0.0068496233,-0.0022553203,-0.0036877315,0.0029694396,0.008612898,-0.00795836,-0.008642683,0.012091171,0.0019540938,-0.011851382,0.010935852,-0.0048115817,0.012461835,-0.008583579,0.0070732343,-0.0043054237,-0.12607701,0.015098866,-0.019870626,0.004383551,0.016142057,-0.0047378642,0.012892278,0.026146647,0.012878808,-0.021747641,0.0044905604,0.01895511,-0.015227946,-0.004220479,0.02917239,-0.007852948,-0.0037383547,0.0018968419,0.021329718,0.010042154,-0.015336516,-0.0029083018,0.006989817,-0.04357654,0.0046967654,-0.013575061,0.002627088,0.002524785,0.0044064834,-0.006857533,-0.011847502,0.018375413,-0.036291033,0.018484555,0.006196551,0.005058691,0.0032263848,0.003957977,-0.018646764,-0.021993376,0.01610797,-0.008852109,0.023513315,-0.0030674129,0.0014516506,-0.019156199,0.009332121,-0.014113808,-0.016363803,-0.026246747,0.008439567,0.014987775,0.009599406,-0.036254372,-0.014119306,0.0016707808,0.03358774,-0.027884101,-0.013384902,-0.011556456,-0.025565123,0.013148643,0.012789063,-0.009789346,-0.027422095,-0.001921229,0.017757928,0.017704625,0.00096157304,0.003452297,-0.008908419,-0.0035463972,0.019031307,0.003818399,0.016112955,-0.0054756044,-0.010339489,-0.0068912003,-0.008008177,0.0019788947,-0.03212925,-0.018642766,-0.012455646,-0.013367401,0.025858834,-0.017966202,0.005959902,0.0076397005,0.0014060127,0.007709141,0.0025758136,0.00011083137,-0.008769318,0.0072119143,0.0080539845,-0.027296947,-0.006644396,0.022581331,0.024923027,-0.0026103884,-0.014658167,0.010558623,-0.0032961187,0.0022581178,-0.012722845,-0.00820306,0.00704285,0.0031911263,0.014926327,0.011804487,-0.030325484,0.010090176,0.0007622656,0.012766137,0.0059815664,-0.0098487,-0.013251261,-0.0063635507,-0.0053384015,-0.015901012,0.025797833,0.022193383,0.02897283,0.004484362,-0.02275724,0.0010067679,0.0051430347,-0.025434216,0.0025150436,-0.009734851,-0.0014323273,0.017085273,0.0059844195,0.018050026,0.011670824,-0.016110394,-0.0041756257,0.006172303,0.021265596,-0.004084882,0.002862188,0.008779359,-0.00089439395,0.013679186,-0.015674973,-0.009569189,0.0101784095,-0.009467186,0.00028203003,0.0215291,-0.0018972086,-0.012452422,-0.0047562458,0.0041947267,-0.008255615,0.003712969,0.0076283095,-0.011593724,0.012638039,0.009446412,0.0032497714,0.007661111,-0.014253835,-0.000885159,-0.015293235,0.012969209,-0.0028377932,-0.023455264,-0.023061747,-0.021068513,-0.015430226,0.010685817,0.02501066,0.022977484,0.016893992,-0.003579759,0.0006872455,0.008305058,0.0015565796,-0.07800261,0.017642101,0.008025605,-0.013861066,0.0076000006,0.022057047,-0.018428383,-0.011941147,-0.0041661034,-0.012897366,-0.004146768,-0.0072856685,0.01878962,0.00367748,-0.016111122,-0.011739107,-0.008674899,-0.010190181,0.036094714,-0.008325141,-0.00047208852,0.015689127,-0.008921165,-0.0051810862,0.006937013,-0.02122088,0.031146377,0.004743081,-0.004410615,-0.002563207,-0.009290719,0.014297529,0.008861049,-0.0013275214,-0.0061936923,-0.0019576333,0.013563339,0.000506719,0.023130823,-0.037567366,0.010677244,0.017217474,-0.069739275,0.030817404,-0.012781466,0.019553283,-0.0022745677,-0.01990205,-0.027957695,-0.03034539,-0.0013647983,-0.003736926,0.011012148,0.02624608,0.0049035274,0.012302936,-0.010130207,-0.01213495,-0.035657395,-0.028435804,-0.021736452,-0.0059720566,0.006474794,0.0014989342,0.016508212,0.010481222,-0.0011758232,0.018597925,0.007881393,0.016045267,-0.00817472,-0.016450353,-0.003657009,-0.005224488,-0.010031593,-0.01540128,0.007083157,-0.016951786,0.00406296,0.011969899,0.008692491,0.021438776,0.004025328,0.052035965,0.0044617592,-0.030755332,-0.007431569,-0.10318963,0.0008398834,-0.00020207206,0.0035321137,0.001543457,0.014641992,0.00787361,0.048804715,0.021160565,0.002779417,0.0058295326,0.031591557,-0.007788638,-0.019260354,0.00060452643,-0.021407792,-0.0063921893,0.0060862657,-0.016041083,0.003377876,0.024828847,-0.00043282,-0.0021693993,-0.016106289,-0.020104913,-0.06240786,-0.001225091,-0.012081504,0.02265865,0.012076383,-0.01503839,0.0049533336,-0.007501406,-0.0014877385,0.02961135,-0.020254083,-0.030555258,0.008094052,-0.009258661,0.010408693,0.0043190205,-0.0057132943,-0.021783872,-0.005961609,-0.0014722102,0.015829349,-0.015011688,-0.006405903,0.001154659,0.009699747,0.026510656,-0.012705988,0.021650434,-0.006842701,-0.0026522174,0.027449135,-0.021319212,-0.027693156,0.007818551,0.00255256,-0.0077110245,0.0046383087,0.013262648,0.014396964,0.013118738,0.011685425,-0.01930682,-0.00025412612,-0.02530968,0.004527267,-0.010561254,-0.013305808,-0.0058321035,0.018340223,-0.006595159,-0.0004426396,-0.008710809,0.010386701,-0.0049796356,-0.0026486772,-0.0074320473,-0.007817312,-0.0026226153,0.0060720993,-0.01753637,0.015803164,-0.01058993,0.0030717817,0.015662925,0.00566685,-0.008240086,0.0030478078,-0.011417723,0.016912913,-0.0025199815,-0.007654961,-0.01405764,-0.012039136,0.004286065,0.00774805,0.004643973,0.012612513,0.0054857144,0.00094036106,0.005848565,0.005409859,0.011409082,-0.013562794,-0.003973873,-0.0043054204,0.0076618036,0.021374475,-0.008301709,0.022472966,-0.012087845,0.01032755,-0.0023937423,0.00691442,0.0047172215,-0.013560985,0.011684393,-0.023796467,0.016315239,-0.017388172,-0.013912895,0.01712467,0.005131621,-0.013188455,0.009833947,0.0036083248,-0.006700372,-0.010409052,-0.008236629,0.013232107,-0.0013567556,-0.0072447285,-0.0029393272,-0.004430814,-0.011137732,0.008834057,0.008075187,-0.0019288196,0.0047610523,-0.0033022377,-0.011509381,0.0016194939,0.008781113,-0.0014375894,0.0078149345,-0.021054689,0.00047852503,0.008452628,0.00247494,0.0026125712,-0.026302371,0.0072046886,0.0076188454,0.018026108,0.02550817,-0.007789505,0.028142389,0.0070348033,-0.01604952,-0.016956089,-0.002458546,-0.0052190004,0.018549854,0.0020924034,0.010895756,0.011992161,0.009998229,-0.000766726,-0.02196528,-0.0122679565,0.04338154,0.0010594175,-0.017057678,-0.0019177495,0.0026096038,-0.0037240293,0.0010859835,0.00023610982,0.003009466,-0.009517472,0.007081465,0.008464514,-0.0045275018,-0.009130493,-0.020393908,0.009096731,-0.0080196485,-0.00666907,-0.012533629,-0.004494857,-0.014442871,0.017829588,0.011085394,0.005975421,0.019348837,0.022148231,-0.0016097921,0.012464563,0.006861989,-0.011223324,0.0007964029,-0.018497301,-0.03758203,0.006989768,-0.01020929,0.008712428,-0.0049004164,-0.0244178,0.035113726,0.0038336786,0.00548068,0.025823101,0.017963149,0.023986083,0.00564976,0.005387668,0.0029267317,0.0156828,0.0019809504,0.00506071,0.00833426,-0.022252988,0.01811331,-0.004055022,0.0025168848,0.0019416459,0.014143497,-0.0019521122,0.0027092157,-0.0058780788,0.005616029,0.012624381,0.011898619,0.010938795,0.013347583,0.014981464,0.015907792,-0.0011625839,0.0109547665,0.010153985,-0.00019675678,-0.020428978,-0.0051383716,0.008644782,-0.01552843,0.0063791503,0.02289142,-0.008828115,-0.0064411284,0.011769648,0.00035015645,-0.022262251,-0.013201457,-0.01002425,0.003941509,-0.004988486,0.016103975,0.009473589,-0.009537874,0.008694019,-0.009876059,-0.025604753,0.0046062954,0.031622138,0.008043487,-0.006286116,0.014700157,-0.0063574305,0.0017421575,0.0042521376,-0.027866915,0.029744511,0.017522883,0.0005947093,0.00019502941,-0.0074059917,0.0021561282,-0.011452854,0.0012819506,-0.019856572,0.0049017016,0.0062892907,0.009626706,0.018285874,-0.003951927,-0.0016698242,0.016048197,0.0016976164,0.015445177,-0.009255025,-0.008496913,0.0058229556,0.0015369519,0.024929479,0.0033253895,0.012514238,0.0084437,-0.0009352983,0.006306923,-0.02365215,-0.0013705209,0.00047890225,0.011365093,-0.022357004,-0.0016080268,-0.013514595,-0.0043697082,0.015370189,0.013575182,0.012606808,-0.013732301,0.00191944,0.0043710116,-0.0027972665,0.006905686,0.022276994,-0.023006277,0.0049349465,-0.014630573,-0.004575044,-0.013037663,-0.0034600801,0.008074472,0.0021755174,0.010802755,-0.0043260134,0.018307699,-0.01706909,0.01770022,-0.009253984,-0.016218351,0.0046474217,-0.0027044471,-0.026269378,-0.006779686,-0.009546658,-0.015166246,-0.0038396511,0.0091025,0.00065564865,0.024334833,0.0031940911,-0.00084613316,0.0020524191,0.02635216,-0.008444536,-0.003827513,-0.000442972,-0.022268021,-0.022094322,-0.0064136875,-0.0063164495,0.007555256,0.0025448343,-0.01216963,-0.0072612953,-0.008659549,-0.016559394,0.023161797,-0.024315918,0.007242813,-0.006371854,0.0032392615,-0.0058040754,0.02461247,-0.0022522085,-0.005717841,0.023087598,0.001153434,0.01012148,-0.018033778,0.0060322955,-0.02622254,-0.01614109,-0.0020116891,-0.011085461,-0.010226783,0.01513893,-0.007006693,0.0037283404,-0.006564994,0.004224102,-0.017738208,-0.012210637,-0.002020751,-0.008769975,-0.009536458,0.008721625,-0.016970234,-0.010899569,0.019224623,0.01751335,-0.020619934,0.019773846,0.0086369505,0.018327944,-0.004181013,-0.023660032,-0.013896845,0.0019588312,0.017776346,0.00020043114,0.0130062075,-0.0011742131,0.010173963,-0.013141797,-0.0021232152,-0.010365493,-0.013535792,-0.0064357664,-0.010495433,0.044732418,0.004591799,0.010765483,0.012827552,-0.013029006,0.023569321,0.0037997446,0.017465148,0.01648235,-0.017678825,-0.0059784953,0.010542326,-0.00095195195,-5.1485007e-05,-0.0016372402,0.012070628,-0.0050441283,0.028221829,0.014791393,-0.0088175135,-0.025992263,-0.0012670378,0.014206037,-0.001048956,0.011713266,-0.0054787532,-0.010776681,-0.025284056,0.004201192,-0.0016176658,0.0073096836,-0.004605079,0.014005172,0.022194358,0.003005203,-0.00031021313,-0.006285934,-0.013633806,-0.0073826,0.003808661,0.0022074438,-0.030265132,-0.011964838,0.0008987081,0.010841462,-0.009623506,-0.022534175,0.021689717,0.009153072,-0.026588574,-0.0203835,-0.0003705017,-0.0053111,-0.00020749398,0.0019423595,-0.016229615,-0.0020419075,-0.038537506,-0.032660384,0.020191107,-0.0132115595,-0.003570035,0.0030068147,0.0054692146,-0.013099443,-0.00178813,0.0104741445,0.0053753336,0.015295432,0.01415612,0.0077850875,0.012197089,-0.021413201,0.014694709,-0.014854743,0.004557875,-0.007537535,-0.0014348782,-0.0067831287,-0.00895854,-0.0111024,-0.013874866,0.004708301,0.004515858,0.0033075982,-0.0064841174,-0.02415459,0.0033015362,-0.013805113,0.0005430514,-0.014505125,-0.0021976621,-0.010507951,0.005557486,-0.035350915,0.0020647342,0.0006449566,-0.0004304012,-0.004094742,0.011062017,0.00020865933,0.0032633655,0.00078521814,0.0009762585,0.00877249,-0.0060511893,-0.0017480612,-0.0087462505,0.006786185,0.011734115,-0.006703238,-0.0055253576,0.022695633,0.027770909,0.0021993741,-0.0048022387,-0.008652507,-0.0065539014,0.007453013,0.009091699,0.00044286833,0.01143614,0.0014774493,0.016491503,0.021165086,-0.011821801,0.01980963,-0.006239395,0.0025882476,0.043997325,-0.027729822,-0.016412297,0.004101858,0.0074215303,-0.01321527,0.010850524,-0.02023139,-0.004492168,-0.021067856,0.012564801,-0.014652899,-0.00053160865,-0.01809717,0.014734203,-0.0025537922,-0.028657813,-0.0055222497,-0.000851625,-0.004782821,-0.02623231,0.018148437,-0.009853742,-0.0032552022,-0.007700211,0.014447356,0.005629417,0.016169883,-0.00068277353,-0.007894916,-0.021021895,0.0072090784,0.008013276,0.008001863,-0.023918906,0.03240986,0.017283648,-0.045451526,-0.013317549,-0.0073919157,-0.011324515,0.008390786,-0.0023613165,-0.00050063437,-0.011346967,-0.003934364,0.008648984,-0.034711678,0.019632159,-0.00027660828,-0.003127977,0.0015300926,0.008147008,-0.016062416,0.009786015,-0.022185685,-0.0070047774,0.025821252,-0.0024242175,-0.022313394,-0.0014208057,0.0029121398,-0.010864747,0.0055599557,0.008352044,-0.013485384,-0.0020228745,0.027212856,0.006689673,0.0016344032,-0.01308345,-0.009367852,0.0015663626,0.008069618,0.012514213,-0.006008677,-0.017126847,-0.00928616,0.0069563016,-0.0013150495,-0.023845665,-0.0046622413,0.012122931,0.00762117,0.006631319,-0.029657241,0.019040566,0.0019211316,0.008178251,0.0059910826,0.016168436,0.001988115,0.016478589,-0.0009302126,-0.0038602403,-0.0007530718,0.017301241,-0.028480176,0.0030148986,0.007628549,0.022971254,-0.01058184,0.00095706416,-0.004449544,-0.0046062265,0.005428932,0.0105264615,-0.005639485,0.008170092,0.0059872144,-0.0072912737,0.005441094,0.0025911722,0.008404417,0.0015200258,-0.0068483273,-0.010890146,0.0048631714,0.012735318,0.0053183846,0.0054216483,-0.024209091,-0.013244934,0.0020285675,0.012625022,0.006209012,-0.011320304,-0.018691737,-0.012431094,0.017464202,0.040176585,-0.0021613087,0.011527807,-0.02983614,0.017089318,-0.0023209439,-0.010503652,0.023522627,0.0027390642,-0.0003083896,-0.0021872742,-0.009437101,0.16228448,0.11786446,-0.011864822,-0.03963216,0.018342134,0.0030611155,-0.025759263,-0.002290851,0.017307412,0.004721326,-0.009321218,-0.012864382,0.008193842,-0.0016064302,0.009555644,-0.005174314,0.009682344,-0.018876437,-0.018973678,-0.0051420135,-0.006583936,-0.007607892,0.004861835,0.015523898,-0.0014383675,0.00046596822,0.000705754,0.006891119,0.039489567,0.0013929668,-0.015641656,0.010034099,-0.0046303333,-0.013061967,-0.0028623517,0.00520258,0.008541268,0.0070054396,-0.01765398,-0.012434705,-0.0049259798,0.011545062,0.0071402686,0.006927829,0.007039027,0.026135897,-0.014632919,-0.0066044154,-0.01200812,0.020828245,0.005538631,0.012633334,-0.02575194,0.006238171,-0.010866268,0.009784736,0.013373745,0.012011824,-0.0145542845,-0.007164184,-0.0042242096,0.023400662,0.004965941,-0.010683938,0.023623709,-0.015999937,-0.016080327,0.0030840405,0.003912335,0.022187099,-0.019634632,0.002699405,-0.006034182,0.023935998,-0.015079186,0.012149073,0.012596972,-0.017755955,-0.0026977994,-0.009501931,-0.021500785,0.0023701244,0.0013410209,0.018104143,0.008630392,0.019132176,-0.004501957,0.042649813,0.11232504,-0.005758166,-0.000534433,-0.014246036,-0.00088962907,0.011936041,0.015006277,0.078309864,0.017177217,0.0046476475,-0.012145404,0.015376225,0.0055694547,-0.02056636,-0.006480672,0.0036914605,0.007112609,0.042553224,0.0066249734,0.003329748,-0.020333651,0.012155102,-0.00020128673,-0.018111542,0.011717213,0.0056304866,0.018345824,-0.0018547752,-0.009592687,0.011639187,-0.109541304,-0.01772809,0.01724641,-0.015380466,0.007805292,0.021715349,0.027922615,0.0014536555,0.0100092795,-0.013553608,-0.0061712842,-0.0013111542,0.006855096,-0.0049012704,-0.0028816496,0.0042807423,0.008757269,-0.013647735,0.026789663,-0.00361396,0.0037258752,-0.007078714,-0.0006371581,-0.007660213,-0.006993747,-0.00011728019,-0.00022445268,0.039561473,0.0026378264,-0.022135885,0.012087586,0.015566223,0.035137165,0.010664314,-0.007464667,0.0033184218,0.006452779,0.009317127,0.0064639533,-0.0014794042,0.005992333,-0.024254967,-0.0045352,-0.0023904436,0.0127309,-0.015502733,-0.033642214,-0.033154625,-0.018683147,0.0043127122,0.023932697,0.0029560637,0.005589612,0.012846509,-0.017155195,0.031976,0.008038601,0.0010828709,0.023046331,0.013826488,0.0023624592,0.0046224934,-0.00034028117,0.0031117469,-0.016527962,-0.010346358,-0.0074593034,-0.015332844,0.0030824393,-0.022358585,0.026902035,-0.0030766367,-0.0063740816,-0.010086744,0.01314594,-0.015924191,-0.0125186425,-0.008401563,0.009913715,0.0052744215,0.0049733906,0.00653956,0.0014835156,0.112550706,0.015410241,-0.026571829,-0.0052285637,-0.011313061,0.014253173,0.005436837,-0.018945597,-0.0026003218,0.008419734,-0.016015658,0.018296676,0.015760034,0.0015520686,0.0017806994,0.018121006,-0.002314413,-0.0108940555,-0.000118604716,-0.008351748,0.0056714006,-0.02743238,-0.01486034,-0.022683071,-0.0075126872,-0.0124039035,-0.026108399,-0.018070454,-0.00077339757,-0.010071771,0.01727963,0.0030307795,0.023436777,-0.029663332,-0.009114193,0.03302431,-0.00066809496,0.026168047,0.007951533,-0.010799051,0.0055191484,0.016699556,0.01810577,-0.0004607609,-0.04292288,0.18971561,-0.008028578,0.00088395696,-0.015998214,0.018291922,-0.0010979109,-0.018846544,-0.008905776,-0.01294672,-0.013039795,0.022202043,-0.021308593,0.0029300381,0.009962975,-0.019596212,4.3270687e-05,0.009675115,-0.01600649,0.0043194243,0.018640483,0.0051944754,0.001382264,0.013783389,0.006968275,-0.0003817832,-0.024186611,0.010544251,-0.0040026978,0.022798123,0.010259896,-0.007589715,-0.006879746,0.01614923,-0.01958798,-0.010777545,0.025301736,0.00284616,0.013492323,-0.009249545,0.011771218,0.008107473,0.008217952,-0.025117489,0.011820851,-0.0016949674,-0.008334377,-0.009450582,-0.026114598,-0.011946131,-0.0028644695,-0.0015684167,0.005053142,-0.026112843,0.008115442,-0.030535532,0.0006030991,0.010369634,0.0026790374,-0.014624107,-0.035905287,0.00078411034,0.008084871,-0.0059065004,-0.0061706435,-0.003931539,-0.0012251697,-0.013547516]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 87,
          "content": "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.012218679,-0.0056363964,0.013418425,-0.040359985,0.00026659554,-0.028927395,0.0010451116,-0.0124897435,-0.006502205,0.008191694,0.005036997,-0.013577865,0.00048667597,-0.0065265945,0.10499921,0.011287787,0.02960525,0.0061593666,-0.013545123,-0.00897842,-0.021539133,-0.008748309,-0.0058184983,-0.005445149,-0.014529068,-0.0072372556,0.010097071,0.020517537,0.048491996,0.0029664203,-0.032962296,0.020143736,0.0104644215,0.021348553,0.01188754,-0.0067006564,0.023441968,-0.003361543,-0.007592038,-0.0037042815,0.011587188,0.010574897,-0.02557657,-0.010934735,-0.008784665,-0.0050532087,0.012568127,-0.01825835,0.003506425,0.038764354,0.025217982,-0.0063202144,-0.00853645,-0.18609235,-0.008486128,0.020676028,-0.04849858,-0.0023787802,-0.03267913,-0.019368555,0.027911844,-0.031195624,0.006775272,-0.0052483557,0.010207913,0.012115462,0.009348332,-0.01926153,0.0058645816,0.007791562,-0.038614903,0.0076700617,-0.027548062,0.0014810646,0.014856561,-0.032640565,0.0020865782,0.014096967,-0.006985996,-0.013053991,-0.0070823277,-0.008099988,-0.005192226,-0.0047719786,0.008686871,-0.013837224,-0.020963565,-0.010769945,-0.033533305,0.02830252,-0.015745986,0.01621573,0.0046898304,-0.017721606,-0.02443977,-0.023615813,0.0073038894,-0.020187424,0.006147826,-0.011092786,0.0032295224,0.012789344,0.00901073,0.013388547,0.012290307,0.02407308,0.021573814,-0.016323408,0.0020641137,0.0052143293,0.007975372,0.002488059,-0.028575046,0.04494942,-0.013439916,-0.15560699,-0.019480636,-0.0059828283,-0.024375644,-0.0059302896,-0.0175626,-0.039202176,0.0018662292,0.018980253,0.000531771,-0.021422347,0.004185575,0.0025956037,-0.017736401,0.0042409636,-0.0040402976,-0.0009441854,0.012499074,-0.021747287,0.02377554,0.037127566,0.010429848,-0.006745415,0.011292444,-0.009513895,-0.02427015,-0.0024108873,-0.02230777,-0.00016954324,-0.036478266,0.004875518,0.012065741,0.028884023,0.01932439,0.004368863,0.011969915,-0.031218054,-0.019027678,-0.010081601,-0.0024961939,-0.03660709,-0.0033955532,-0.0065564793,-0.005399506,0.013968128,0.010701114,-0.016020032,0.0080217095,-0.0020509711,0.020978162,0.010005382,0.028853249,0.0015631448,0.007982552,-0.027311197,-0.021742556,0.007991987,-0.005453038,-0.02364144,0.007366411,-0.0050848695,0.02272207,0.021679997,0.02872128,-0.0033138334,0.00947437,0.0021303871,0.030271051,-0.004445408,-0.0067634303,-0.037927344,-0.0041259145,-0.033524748,0.017440071,-0.013024583,-0.037941564,-0.029095968,-0.03229015,-0.01322334,0.018179148,-0.044143643,-0.008069265,0.0016098693,0.010164259,-0.007066518,0.030899346,0.020083744,-0.0045822375,-0.0042311773,-0.006049812,-0.010891462,0.008444003,-0.00997236,-0.003272117,0.0042295516,-0.0029491526,0.009661577,0.012018889,-0.0048342505,0.010840777,-0.033781726,-0.020848822,-0.0065959194,-0.008840661,-0.0038543048,-0.018029282,0.01755349,0.022052452,0.0082477005,0.008220329,0.004954085,0.015744716,0.0014140084,0.016429782,0.02825005,-0.0062818057,0.0044957493,0.021045022,-0.0100572845,-0.020746386,-0.0011725839,0.0052764835,-0.0049565895,0.0021099749,0.038827702,0.013233218,0.002119655,-0.013756942,0.018890828,0.019701634,-0.0009322695,-0.0039884266,0.009227838,-0.00517483,0.004560101,0.01055931,-0.025836825,0.026059464,0.020095095,-0.005800953,-0.020667247,0.018096898,0.010054265,-0.0063560954,0.015998207,0.000637285,0.0073185978,-0.015886275,-0.010968799,-0.010480164,-0.004432861,0.015812753,0.0043681674,-0.042960037,-0.016053595,-0.009950067,-0.0051601236,-0.01805865,-0.024424192,0.016777243,0.037900835,-0.013530838,0.01718198,0.021219507,-0.0053067748,-0.027284991,-0.022309681,-0.0015116265,-0.0036781596,-0.0015054513,-0.014223882,-0.017483015,-0.009013175,-0.017617589,0.0045542084,-0.008976592,0.033473786,-0.0043490333,-0.0045735138,0.01936046,-0.01659161,0.028775081,0.005406794,0.021599049,-0.020267133,0.017472584,-0.0020557663,0.015631977,0.04482066,0.029377503,0.0035075091,0.015652059,-0.0034282769,0.00897966,0.0032871244,-0.007281362,-0.02165258,0.014997971,0.016731685,-0.001314498,0.0034820072,-0.006348287,-0.006898146,0.017676938,0.0014978647,0.017332448,-0.016418323,0.016220622,0.018687917,-0.010239839,0.040493168,0.034213897,0.003923575,0.0035207279,0.017697822,0.0041362448,0.04142909,0.011490587,0.01260191,-0.0034464195,0.0018141932,0.0072875987,0.0059569306,0.02694347,3.455366e-05,0.025165198,-0.018113969,-0.009508395,0.0028498105,-0.003601366,0.0031644995,0.03315205,0.0057452205,-0.017401345,0.01815027,-0.015140587,-0.04010843,-0.0075367466,-0.00885996,-0.021949595,-0.010001057,0.0073668174,0.006502108,0.038829178,0.015409674,0.028549476,0.0063131256,-0.019796066,0.028999113,-0.007366897,-0.013253892,0.014382295,-0.0072525563,-0.013085429,0.018319443,0.003643906,0.0047216527,0.009534533,-0.0102910595,0.025974972,0.022615872,0.009776176,-0.0071295183,0.009879697,-0.009686853,0.0126550915,0.04574919,-0.005938275,-0.025812626,0.025924444,-0.0004314326,-0.028230006,-0.024528122,-0.031524636,-6.3448075e-05,-0.020752922,0.034121536,-0.03537115,0.014609736,-0.014148075,0.029632844,-0.03753117,-0.0075050904,-0.004317819,-0.001707233,0.005418357,-0.0044904454,-0.018593272,-0.0050776815,0.018413622,0.019099338,-0.029430445,-0.020348512,-0.005184717,-0.006176553,0.022544688,-0.014609528,0.008830906,0.002604361,0.0028564879,0.0166453,0.021236189,0.003699955,-0.019663684,-0.020366358,0.010930826,-0.022474516,-0.012878059,0.038773045,-0.011566196,0.026688624,0.0050000455,0.004947966,0.010375167,-0.002702771,-0.018325632,-0.02290398,-0.012127611,0.017158877,0.00088829297,-0.019535355,-0.033516496,0.013606878,0.024112718,-0.015524999,-0.009049355,0.030962475,0.013628762,0.0010221936,0.00906464,0.033502325,-0.013554596,-0.03364958,-0.025598008,0.009445936,0.006522678,0.0012294236,0.0062894803,0.006182213,0.00015040918,0.00036156818,-0.021121467,0.017028587,-0.00028732672,0.0033826744,0.016505549,-0.012122776,-2.366159e-05,0.021760207,0.018420741,-0.012838936,0.004350788,0.023567822,-0.019509679,-0.010176993,0.009979664,-0.01592017,-0.009240812,0.007915022,0.002462737,-0.017804675,-0.029473253,0.0035992214,0.007240659,0.0039489265,-0.040719252,-0.03358465,-0.005419618,0.010225168,0.006421548,0.014498391,0.026037363,0.0030583513,-0.0021917443,-0.014168516,0.003382655,0.013452233,0.022610698,-0.0076247365,0.0021529226,-0.023436384,-0.009776787,0.013871967,-0.026612721,-0.0068357186,0.004734041,0.009820624,0.012181177,-0.022131708,-0.021788012,-0.0122076515,0.01665091,0.00486336,0.0046196706,0.008392148,-0.008342254,-0.020059755,-0.014567575,0.0026033719,0.004707476,-0.010908496,-0.027720049,0.009989338,-0.0025030922,0.00918327,-0.0048849643,-0.004369629,-0.024687454,-0.016927307,0.030702677,-0.005904807,0.020934273,0.017084865,0.015174149,-0.025215784,-0.010568088,0.022812273,0.0009852825,-0.047258247,0.007776773,0.034634046,-0.01844465,0.016849931,0.020299504,-0.0019103428,-0.028904034,0.005325448,-0.017679898,-0.0026614089,0.014979946,-0.08937346,0.00092193944,0.010083576,0.0055064494,-0.0012536669,-0.0035523477,0.029818263,-0.021426033,0.010274616,0.008542503,0.022192733,-0.0038003614,0.0012262127,0.0025002742,0.023499489,-0.009224189,0.008139471,0.008059538,0.01291839,0.012820816,0.026403842,-0.0064712353,0.02214499,-0.003621739,0.024720853,0.011309295,0.0140923485,-0.010254434,-0.038064055,0.017938687,-0.024828581,-0.047678288,0.00927229,-0.0031384623,-0.011991278,-0.029742258,0.028315943,-0.000672796,0.0148717305,-0.018307958,0.0035850245,-0.0024754866,0.009362871,-0.019117039,-0.012181562,-0.009839872,-0.015867405,0.023262307,-0.0037620922,-0.018066714,0.007928799,0.0153419655,0.0065919273,-0.014973977,-0.00070672424,-0.0051711258,-0.011443388,0.03199502,-0.0032145346,0.026170438,0.012951318,0.03838657,-0.0037867427,0.02425328,-0.010303057,0.02231918,-0.023179393,0.034784496,-0.011149647,-0.005766611,0.0023962054,0.0080285715,-0.0035991825,0.008358223,-0.0028577682,0.00948405,0.0013975048,-0.0057868324,0.015080798,0.0044799526,-0.030967705,-0.0062438864,-0.101571284,-0.0043871473,-0.030494578,-0.0384042,-0.02204305,-0.009193821,0.02790333,-0.00936761,-0.03326413,-0.0070172884,0.015219382,-0.00032317996,0.023663038,0.016177317,0.015590245,0.003554093,0.005905068,-0.004273704,-0.03039858,-0.02129054,0.0059414064,-0.0066533857,-0.01999462,-0.013103758,-0.0024903396,0.030140541,0.011819557,-0.0065099746,0.003519124,-0.011286722,0.021902243,-0.12989308,-0.0055977306,-0.017725786,-0.00060144364,0.038919184,-0.0034260566,0.031539842,0.0075035784,0.00690841,-0.027951008,-0.0035610052,-0.010086139,-0.0073412894,0.02531152,-0.008572231,0.0991656,0.032986686,0.018220698,0.015063116,-0.0003342186,0.023550548,-0.013944461,0.034899898,-0.06034964,0.008068652,0.011758271,0.029692477,-0.001247095,-0.022339605,0.017061131,0.019867009,0.010015976,-0.013203173,0.024008786,-0.007463329,-0.00042158988,0.018198745,-0.0070590014,0.0071987933,-0.007357184,0.024109097,0.033994626,-0.039733857,0.007794007,-0.033131327,-0.005349782,-0.020374099,0.014987428,0.004146826,-0.006633881,-0.019944934,-0.037432794,0.008006037,0.01382788,0.00056536274,-0.015390847,0.01817949,0.006183671,0.019546133,-0.0015180237,0.010003751,0.007971243,0.011020047,0.020088987,-0.017200429,-0.020655368,0.004649114,0.0013728045,0.0014726529,0.011632439,0.004602657,-0.0063453726,-0.017969549,-0.00012217299,0.0077060023,-0.005276924,0.025968578,0.041660637,-0.012753227,-0.008424823,0.006735875,0.029810056,-0.0006948961,0.023710452,-0.0032013205,0.025311023,-0.005905163,-0.0154530825,0.00047993727,0.038656384,0.038834795,0.021282604,0.009763331,-0.021900497,-0.023709286,-0.00065502623,0.011297226,0.0139546115,0.0043592122,-0.019747611,-0.028301936,0.011024151,0.020926416,-0.024725944,-0.022177702,0.0028866986,-0.01729266,-0.0063578472,0.034628972,-0.0063048773,-0.0019818575,0.008838783,0.003810001,-0.015858695,-0.0078653125,0.02217303,0.0054065553,-0.01179572,-0.0077388776,-0.008604968,0.017779056,-0.0008508227,-0.013274259,-0.0037341933,0.0037450055,-0.0066960445,0.011000003,-0.0011083117,-0.015424858,-0.049039356,0.009058809,-0.0068931556,-0.00086013105,-0.0033326177,-0.0020125774,-0.007506234,-0.0028184387,-0.017179841,-0.0036199302,-0.016846975,0.0034506049,0.0044147493,0.013867714,-0.018680066,9.420065e-05,-0.0217927,-0.017405089,-0.019786801,-0.011838157,-0.0011151765,-0.0007771042,-0.011394169,0.0080719255,0.02951109,-0.022137266,-0.0024315922,0.009000187,-0.0020967938,0.010686767,-0.016826432,0.0015078397,0.01221518,-0.0013847041,-0.014066127,-0.0011437853,-0.0049306736,0.012391724,-0.00554637,-0.0050754943,0.006330495,-0.0008389711,-0.013564608,-0.012770983,0.012346669,0.021160794,-0.004216239,-0.006156078,-0.013258591,-0.0053677103,0.014773665,0.010712559,-0.005624696,0.014669333,0.007596301,0.010022435,0.015259157,0.011888795,-0.010189232,0.011103292,0.019320529,0.002577525,-0.012224231,0.011593264,-0.019075518,0.010618229,0.011012489,-0.0075768717,0.02086446,0.013068096,-0.011506673,-0.019078672,0.0014987132,0.0070834365,-0.009956285,-0.016051698,0.0066611976,0.015584179,-0.0016913683,0.0076834336,-0.020264458,0.020368105,-0.009395406,-0.00639611,0.02656938,0.010399029,0.014127685,0.009546791,0.008413116,0.0034193979,0.014208421,0.008912414,-0.015574013,-0.0038857148,-0.0076977406,-0.0013848688,0.0009900403,-0.00698506,-0.011364876,0.001329879,-0.016209872,-0.015615357,-0.0069511347,0.015427851,-0.0068587926,0.0005399763,-0.014070286,0.0060451133,0.0033843035,-0.0019372858,-0.008017342,-0.0015545228,0.0016544187,-0.01865289,-0.018689679,-0.012493177,0.008782551,0.0017612224,0.017111957,-0.0011783128,0.00719668,-0.002129816,0.0014085299,0.014614713,0.0017197013,-0.0035895233,-0.004888755,-0.026047578,0.0083509935,0.009842398,0.0060406644,0.003852409,-0.00023219852,0.00419469,0.0116391815,0.0051284707,0.003856843,0.0277782,0.0077841133,-0.015270145,0.0033092112,-0.0073076305,-0.020207405,0.0027498035,-0.0063321604,0.010756725,0.003905218,0.00206911,0.011762345,0.0016311625,0.00986693,-0.009652985,-0.00287648,0.0041400148,0.008355454,0.00077547855,-0.0031044092,0.014327619,-0.006720363,-0.018110828,-0.0040033516,-0.0040028696,0.007053315,0.010092353,0.0052399402,-0.023264142,0.0026736066,0.009133421,0.0136265885,0.00205456,0.002590662,0.0025693115,0.019502247,0.0021243356,-0.000608136,0.00019983923,-0.011883799,0.031969536,-0.0045980923,0.015374312,-0.0026119505,0.08336674,-0.008201145,0.009495547,0.00862674,-0.0037818956,0.00810134,0.014391873,-0.018353967,0.014734422,0.0029338386,0.002895072,0.015200163,0.0011771335,-0.013525789,0.016917009,0.011333483,-0.019974181,-0.0018605103,0.009783267,-0.011422876,-0.013101516,-0.005308924,-0.0040550353,-0.0010214493,0.011749935,0.007162681,0.019228388,-0.019122178,0.0076049436,0.0062057395,0.013101226,-0.010168281,-0.004011059,0.008548617,-0.0045789895,0.008628377,-0.013952076,0.017138673,0.01816411,-7.0804184e-05,0.0054630986,0.010220964,0.0032737416,0.015897583,-0.008445876,0.0100826835,-0.005269179,-0.012887863,-0.0045427317,0.011753888,-0.013598309,0.0074893734,-0.0059727454,-0.0046367743,-0.012267878,0.018845323,0.005066235,-0.02205367,0.013039776,0.003035664,-0.0050963117,0.0072211684,0.008716048,-0.005924241,0.00030845078,-0.030413795,0.010020001,0.0038671186,-0.012034207,0.007870214,0.006099219,-0.011337087,-0.0058883266,0.013320618,0.018956617,-0.008932894,0.0005352864,-0.0074704243,-0.006974378,-0.0059169987,0.008712215,-0.016111245,-0.01029655,0.0034116048,0.0067485264,-0.0088515105,-0.007930379,0.0026820311,-0.0018147102,-0.0027253267,-0.018136987,-0.020647814,0.013864064,0.005943287,-0.007936822,-0.008689249,0.045072936,0.011851304,-0.0033692897,-0.010649586,-0.0028614323,0.0019923495,-0.014793332,0.008128506,0.023523513,1.6337826e-05,0.0063162106,-0.018864438,0.0036767055,-0.011507968,0.008151125,-0.003205093,0.016869474,-0.0034191904,-0.0018659875,0.021584405,0.019765083,0.020228755,-0.004470073,0.008848675,-0.02121051,-0.015247798,-0.02520251,0.002485851,0.014952655,-0.0026341637,-0.018340005,-0.017830031,-0.007703781,0.00318344,0.0032949005,0.008396766,0.0018265176,0.0013617108,-0.016323226,-0.00602971,0.0054366603,0.017471006,0.001959331,0.009633663,-0.006419492,-0.02749583,-0.006579185,-0.01640609,-0.0069922046,0.021647336,0.005567488,0.0045422297,0.023977239,0.021131612,-0.00011364707,-0.0059737647,-0.0020129315,-0.009093068,-0.010345531,-0.002298573,0.012350319,0.0036944877,-0.0027440912,0.0047856043,-0.010737048,0.024750086,0.005058633,-0.0070826006,0.00034549867,-0.008983086,0.023557525,0.003979905,-0.014133648,0.020750236,-0.012172438,0.006763151,0.0039009005,-0.019672742,0.009555841,0.011313074,0.012109342,-0.011924327,0.0026702927,-0.0006519108,0.0013890773,-0.008237869,-0.01741825,-0.0073930877,-0.009318338,-0.00474574,0.0016933893,-9.431232e-05,-0.0024073953,-0.018335769,0.0037551275,-0.003180935,-0.005157067,0.0021104973,0.018725416,0.0005305969,-0.02712612,-0.0047505666,-0.007927731,0.0057664844,-0.00594795,-0.018866684,0.0031214857,-0.007366022,0.00750207,-0.0054947375,0.008468971,-0.00047114704,-0.0135349315,0.018977411,0.0019907334,-0.018590532,-0.006307224,0.016606834,0.012771979,-0.00035538172,0.015894111,-0.0021628144,0.008750043,-0.007539897,0.007625864,0.0017842994,0.0034039929,-0.0050317706,0.009588522,0.0013718382,0.0067876587,-0.0038173269,0.0009972912,-0.014414552,0.0041167256,-0.00047145106,-0.009868216,0.0030487583,0.012975736,-0.0013580176,-0.020471547,-0.01177059,-0.008732943,-0.018032022,0.01256875,-0.007702436,-0.015886514,0.011824002,-0.0036003087,0.0047139395,0.009836198,9.1661524e-05,0.0043388307,0.0031907554,-0.014085689,0.0059105763,-0.01008317,0.0020666388,-0.007665049,-0.01405408,-0.01347422,-0.034208868,0.012625466,0.0145635,0.012570883,-0.011300259,-0.008145796,-0.006313071,0.00524665,-0.008469112,-0.012545278,0.014771664,-0.00010076972,0.022500925,-0.0014113837,0.0078653665,0.011556198,-0.0032552187,0.0061386153,-0.0013931136,0.02033937,-0.019900808,-0.007978235,-0.009852111,0.01191845,-0.003918664,0.0032242308,0.009112052,0.00034629434,0.0010164405,-0.00028045347,-0.004416061,-0.019531656,0.00416342,-0.001050177,0.00565204,-0.0005394953,0.017334936,-0.0065329745,-0.017976869,-0.0098293265,-0.0060238056,0.018434923,-0.010089241,-0.0070574093,0.0075398805,-0.00019928465,0.0046358695,-0.0142056355,-0.010889541,-0.024146993,-0.008801056,0.013561739,-0.008695362,0.012728748,0.0032477889,0.002448408,-0.008608914,0.012764167,0.0032210613,-0.0089995675,0.023391498,-0.009583544,-0.004844488,-0.004577638,-0.009891426,-0.013254548,-0.003021266,0.012669439,-0.015594903,-0.00149412,0.0006278259,-0.0136671625,0.008623318,0.019865397,0.017174426,-0.0069565177,0.02084429,0.018383963,0.0090853395,-0.0023481431,0.0025684787,0.0046426933,0.005345547,-0.020505866,-0.0103673,0.009968764,-0.019333977,-0.0043970523,-0.009258779,0.00840589,-0.0057455106,0.021193853,-0.008146909,0.008206615,-0.009320536,0.0048113666,-0.007986374,0.0043086233,0.010051639,-0.009162203,0.006164399,-0.012825954,-0.0023562862,0.009934793,-0.0057152337,0.0041050753,-0.018752167,-0.00394949,0.017289205,-0.015789367,-0.0043780045,0.009314375,-0.00023847766,0.00826109,0.010092473,-0.006346101,-0.012884864,0.0016800056,-0.005449288,0.007220531,-0.0022852903,0.010577888,-0.005829205,0.0005529567,0.01817538,0.0010565631,-0.008440801,-0.021365223,0.00242,-0.009372138,-0.0143835265,0.010970485,0.003498164,0.00088227924,0.0018120584,0.013523222,0.0076609137,-0.0065935957,0.019345762,0.008387617,-0.0048906417,0.0052729547,-0.0043791533,-0.008371652,0.012591569,-0.011693757,-0.0074389405,0.0066567482,0.0053200317,-0.007125935,-0.0030589034,0.0022936855,0.013943413,0.0018659061,-0.014253567,-0.021267623,-0.010280686,-0.009981932,-0.010204413,0.01346585,0.02191321,-0.028096268,0.011738508,-0.006835088,0.011366329,-0.0036657266,-0.006830573,0.00736788,0.015958263,0.0040591676,-0.0018916612,-0.0057986546,-0.006002579,0.014365712,-0.022320088,-0.015607313,0.011819103,-0.014461138,-0.0019096179,-8.229261e-05,-0.005538412,0.014395955,0.013211995,-0.00036744084,0.008341906,-0.008167699,-0.020013142,-0.010295677,-0.012479795,0.00060818414,-0.010640348,0.0058045583,0.0031260855,0.0076550897,-0.0014982643,0.002021865,-0.008811474,-0.016442774,-0.003282506,0.025465053,-0.016739896,0.01960134,-0.011829275,-0.00021453478,0.010217589,-0.08391909,0.008168577,0.016451107,0.019847825,-0.0008048625,-0.0064816894,-0.011491362,0.0018625531,0.013193668,-0.013462212,-0.0008098144,-0.00887975,0.0027703035,-0.0014833331,-0.008293338,-0.0067119985,-0.011609299,0.0069527095,0.005845191,-0.008866121,0.009058749,0.00459092,-0.0149774635,0.0051753754,-0.0029569336,0.011671941,-0.015401219,-0.014753466,0.01383811,-0.005229495,0.0027005689,-0.018775038,0.0013610822,0.009969906,0.0029192853,-0.009002068,-0.009032008,-0.0043157353,-0.13462435,0.0036105318,-0.0053050406,-0.004075503,-0.01872746,0.014370033,0.001959526,-0.022679886,-0.0005271406,-0.014852973,-0.001752399,0.0036858164,-0.0014189027,-0.029671915,0.017269278,0.01781751,-0.018390598,-0.02134337,-0.010884882,0.020206308,0.005564337,0.00020091044,0.013432038,0.003357537,0.00785086,0.0034605132,0.009808154,-0.007950112,0.010095649,0.0058607734,-0.004707808,-0.012213171,-0.008715328,0.0046936017,-0.015140344,-0.00048594218,0.013125279,0.02556527,0.0027835243,0.0026954275,-0.0018575415,-0.008443909,0.009307277,0.014355971,-0.008863352,0.0023162526,-0.0058871782,0.0024467304,-0.015089903,0.0046872525,-0.009143345,-0.0057476345,-0.0024603626,-0.009338397,0.003066484,0.00091277185,0.019092804,0.011301639,-0.00578803,0.0032366186,0.0004999551,0.007799169,0.0060814153,0.011748656,0.016277974,0.0074313474,-0.0023851157,0.0004957455,-0.034986444,-0.0019834999,0.019331966,0.015178834,-0.0001791058,-0.038094062,0.0067865974,-0.008544171,0.023159437,-0.0021233787,0.017860163,0.0063314917,0.00922793,-0.010146903,-0.010843084,0.001904693,-0.015711715,0.002892188,0.0005355861,0.0020108928,0.012346123,-0.055474207,0.00037666428,0.0004019659,-0.005178783,0.02185178,-0.018387316,-0.0050052977,0.003691588,-0.015561056,-0.0020401855,0.0072340327,-0.007702997,-0.00595574,0.035793062,-0.009240402,-0.032078207,-0.010571444,0.02212753,-0.013261797,-0.012231638,-0.026389549,-0.024260428,-0.024979724,0.022572005,-0.008880911,-0.020583306,0.011587465,-0.0057254806,0.01634898,0.012343757,-0.009603071,0.0016032725,0.01941005,0.004988902,0.008837599,0.0071867937,0.011560066,0.006304912,-0.0229207,-0.017624473,0.00423085,0.01095357,-0.020013956,-0.0117865475,0.006296211,-0.012253133,-0.014989766,-0.008608739,0.011698709,-0.012267141,-0.0054773535,-0.013935236,-0.0044802506,0.009702204,0.037437174,0.037059408,0.0012854101,-0.00013547283,0.00056092965,-0.009307903,0.012508133,0.0021950933,0.006749856,0.0064400784,-0.024208773,0.033440508,0.0060944506,0.0030495198,0.0018163397,-0.022876946,0.0109442985,-0.017757157,-0.0018636257,-0.028229568,0.007187365,0.010126471,-0.0077290977,0.0005090351,-0.028669946,-0.0064432314,0.0043923934,0.010648731,-0.009360764,0.002344457,-0.0087181665,0.004689664,-0.00465806,0.022807837,0.0060124504,0.011834834,0.012783045,-0.010508513,0.007731487,0.0024463523,0.0009728654,0.019969922,0.0050083646,0.0031524636,-0.008300062,-0.006322595,0.0064362264,0.006824453,0.006629616,-0.015579887,0.000887869,-0.00693873,-0.0033336894,0.024873374,0.004181137,-0.0071429526,0.028807776,0.005569923,-0.0073567033,0.0308994,-0.18384027,0.0098438915,-0.00022805331,0.031903192,0.00033832324,-0.019706113,-0.0021233226,-0.0031964676,0.012258986,-0.01502618,0.012951896,0.0060610147,0.0060944622,0.0022724338,0.01864406,0.012697771,0.010930028,0.00993494,-0.0005892296,0.007304783,-0.010910402,-0.0066100056,0.003202033,0.00029654283,-0.0006350975,0.008205145,0.016027983,0.019587236,0.0004637541,-0.014999338,-0.0036532378,-0.010630908,0.013696785,-0.012595916,-0.018002976,0.027499044,-0.013713008,-0.0044114445,-0.0024443045,0.0070768124,0.010741247,-0.0027314713,0.006098484,-0.015935961,0.015275511,0.019698862,-0.0018721989,0.0014027585,0.0041543134,0.0121688275,-0.0011552349,-0.034382924,-0.004379266,0.006298244,0.012496116,0.0021296593,-0.01155009,-0.018388152,-0.0008133493,-0.0036887247,0.008032125,0.011004586,-0.0102307815,-0.027115375,0.0027401785,0.00966791,0.002204756,0.14244696,-0.008094232,-0.027392635,-0.005917289,-0.0003273151,0.0078144055,0.0024254555,-0.009150319,-0.006307485,-0.0009847849,0.0032134263,0.0037288794,0.014428833,-0.0022761014,-0.019770846,0.02816755,-0.009390219,0.027703319,-0.021130444,-0.009205549,-0.0019473141,-0.0066575976,-0.007282715,-0.0067061223,-0.0055105626,0.018221064,0.015545542,0.0112731885,-0.0023811485,0.035723113,0.0060698316,-0.028937785,0.007320154,-0.005836004,0.016135426,0.004007104,-0.0054412317,0.0020900057,-0.012575066,0.006325336,0.015802244,-0.0084219985,-0.014138048,0.00666992,0.006267803,-0.0027676092,-0.009992102,-0.003160303,-0.0031374716,0.0147516215,-0.01239541,-0.004580643,0.0135135865,-0.0024952511,0.00945439,-0.012829661,0.011977462,-0.00015721424,-0.015193393,-0.021589752,-0.0031724242,0.018160783,-0.02934136,-0.013027888,0.0009624316,-0.0057041044,-0.01844848,-0.015237439,-0.0046680975,-0.08431286,-0.0051217433,-0.023381302,0.008120894,-0.011506263,-0.0190429,-0.019685578,-0.025208367,-0.011850624,-0.0034720208,-0.0040350496,-0.019430436,-0.0068092356,-0.009972367,0.008999004,-0.0033676694,0.015431171,0.0297714,0.015129211,0.010737815,-0.010832725,-0.00066239515,0.010426761,-0.029721076,0.011077982,0.0036681555,0.0187199,-0.019756468,0.016364917,0.005534569,-0.0058911117,0.0059304927,-0.0015751143,0.0049587544,0.0052689,-0.007046348,-0.004312689,0.018067356,-0.002033778,-0.02974337,0.0075029484,-0.019119957,0.0039369273,0.0018952256,0.015916523,-0.00041882484,0.017597381,-0.0013719047,-0.009768312,-0.0077230716,-0.004894726,0.005077543,-0.0045510256,-0.01595467,0.009591651,0.029726647,0.018615827,-0.032892648,-0.0040366612,0.012123139,-0.016982695,-0.011350076,-0.0022432772,0.009321384,-0.016947528,-0.00514061,0.0031053722,-0.008402358,0.013893558,-0.012323349,-0.004237836,0.0007681173,0.02999216,-0.0032227568,0.0032309531,0.012319826,0.0030307635,0.010777093,0.0018392968,-0.011090733,-0.015270701,-0.023512634,-0.015600678,-0.009440945,0.040017873,0.0021797025,-0.012888709,0.009642161,-0.0138753895,0.002546772,-0.004144493,-0.0014998114,-0.02020529,-0.010634574,-0.004467556,-0.003064317,-0.007645858,-0.003556032,0.030851537,-0.004896695,-0.017634537,-0.004519718,-0.020390369,0.014140276,0.005750948,-0.013746666,-0.012201947,-0.024856718,0.029100314,0.014592978,-0.015523335,-0.003380932,-0.016531188,-0.014203754,-0.008383423,0.00021667559,-0.0028560166,0.010641486,-0.0027031298,-0.011433694,0.012067377,-0.013732158,0.013401712,-0.0021428983,-0.01636081,-0.027380059,0.0020458484,-0.018626403,-0.012649722,-0.016979504,-0.008864598,-0.0075393543,-0.0019915882,-0.0028459092,0.0044200863,-0.0070930505,-0.002005524,-0.0014727557,0.005257589,0.0033483298,-0.0012947794,-0.0075916247,-0.0040158685,0.02088797,-0.007272462,0.024441851,0.026637886,-0.019651664,0.00069554854,0.006221138,0.015433791,-0.020818552,0.014841661,0.012430098,0.012964881,-0.0050449534,0.0015266205,-0.0075706043,-0.0029851438,-0.008269929,-0.015580857,0.010619535,-0.005199037,0.008529181,-0.004207319,-0.01613119,-0.01221757,-0.019827932,-0.013231259,-0.021230007,-0.008654028,0.0018929977,0.006987528,0.0038857523,0.00017309419,-0.011325394,0.0039495416,-0.012808197,-0.006061571,-0.070244335,0.015952742,0.011758585,-0.011950989,-0.009872969,0.0046350723,-0.0071475506,-0.004668442,-0.02630224,0.0057719396,0.0065726656,-0.0020904946,-0.008032907,0.003270824,-0.023464374,0.013439791,-0.0038257262,-0.014492984,-0.0024165749,0.009832582,-0.0032835864,-0.018344784,-0.010020763,0.013293036,0.018814316,-0.011844669,0.007394037,-0.00038971854,-0.035393436,0.005890382,0.01783147,-0.009568175,-0.0027798542,-0.020164512,0.014930514,-0.006564219,0.003868995,-0.015405243,-0.005951354,-0.036745936,0.03634981,-0.016473494,-0.040353447,-0.016211368,0.013135383,0.028459659,0.011217739,-0.002568003,-0.005684733,-0.026484385,0.006741702,-0.01675645,-0.015648628,0.0002772778,-0.0065242616,-0.017041313,0.013573621,0.003911594,0.01927913,-0.018235248,-0.014608842,-0.019473853,-0.0119617535,-0.017957814,0.0030294375,0.0018872118,0.02420161,0.010532992,-0.0065545454,0.029640239,-0.0030777957,-0.0117541645,-0.0045057563,-0.00043372452,-0.010419231,0.0020875458,0.016461201,0.015902868,0.0003700853,0.019980017,0.0060378565,0.025501795,-0.0020582112,0.029440338,-0.0049045375,-0.032763056,-0.0022499664,-0.10668331,-0.0033319683,0.007586102,-0.0029771563,0.009204513,0.023526702,-0.014688205,0.040003132,0.013634997,0.0039127637,0.008494206,0.013455068,-0.014653562,-0.006871319,0.00810173,-0.003854539,0.015957225,0.004236665,0.0090646325,-0.013770693,-0.0072803204,0.010317702,0.007366057,-0.0029773384,-0.0055861706,-0.069051564,0.019278167,0.002270313,-0.008256392,-0.0005722024,-0.010539676,0.020180931,0.004715069,0.0019715067,-0.014747856,0.0026580142,-0.044214107,-0.0037961502,0.00021816016,0.024294296,0.0019798584,-0.006342934,0.00884313,0.009750888,-0.004316017,0.011294501,-0.016461771,0.00061670627,-0.030659812,-0.033435773,0.014373808,-0.022087054,0.006260346,0.011566028,-0.01593363,0.007906964,-0.0022871003,-0.003219364,-0.0029615546,0.016633062,0.0020602646,-0.013175897,-0.007046351,0.0022336247,-0.009605636,-0.018450705,-0.005090353,-0.0017900042,-0.02508631,0.0088734515,0.020133372,-0.00022744431,-3.2483214e-05,0.013578511,-0.0143028945,0.0075156842,-0.018495686,0.0076542003,-0.014481635,-0.028225755,0.0048456,-0.016720844,0.010879181,-0.00658343,-0.027207265,0.0069803665,0.018461907,0.0010103361,0.009628294,0.006461002,-0.032508034,-0.01908131,-0.023790082,0.01361655,-0.003092743,-0.00917924,-0.0044519934,-0.0020095494,0.008772626,-0.018043958,0.009967214,0.011278546,-0.0059234933,0.005712526,0.0066250623,-0.0022024065,0.016678398,-0.011064747,-0.016511614,0.00479155,0.010281738,-0.004775775,-0.016631456,-0.02341709,0.0019369313,0.0044085984,0.002444113,-0.0052671833,-0.0021603466,-0.01656044,-0.007313393,0.0027373289,-0.015488597,0.009382686,-0.008157019,0.006669495,0.007497487,-0.027196622,0.0129053,-0.0073645622,0.028699126,0.0045287935,0.016917188,0.03442694,0.017703066,-0.01088842,-0.0016079379,0.016805017,-0.036250483,0.0070785056,0.012412573,-0.002458355,0.011438518,-0.0068982006,-0.0003964197,0.0067666764,0.012976916,0.016996874,0.0003812808,-0.028817223,0.025985591,0.013494908,0.0062184343,-0.02520482,-0.022467751,-0.007188712,-0.0066218143,0.010976494,0.0018839733,-0.00015931885,-0.01898213,-0.0016164698,-0.017057808,0.009674159,-0.023970405,-0.02314151,0.002657174,-0.0007861879,0.004774406,0.005855292,0.0087331515,-0.012048177,0.0062009594,-0.008854758,0.03805143,-0.016941765,-0.020586668,0.00055639894,0.024556149,-0.00021402123,0.011031054,-0.020687992,0.01581767,0.013668068,0.007119998,-0.016157692,-0.006708727,-0.019372247,0.01111779,-0.0001310164,-0.0031899777,-0.028268352,-0.008367113,0.0014994926,0.009139886,-0.008514678,-0.0002249432,0.009700203,0.02566455,-0.00060887565,-0.0050543756,0.00553704,0.0069079204,0.009019136,-0.01553799,-0.0031122628,-0.005584819,-0.0054996875,-0.006345751,-0.01493123,0.0043720067,0.009775834,0.023912638,-0.0022251317,-0.017980406,-0.015829941,0.018513935,0.0016449963,0.007189649,0.0069519226,0.0247667,0.018747255,-0.000539333,0.0043520024,0.034180816,0.004915692,-0.019633481,-0.011937361,-0.004100944,-0.005389812,0.02232673,0.003319512,-0.018988704,0.0057841046,0.010499845,-0.018115774,0.022433534,-0.0031410635,-0.0006244626,-0.005925295,0.010357167,0.01467029,0.0053526675,0.016384307,-0.015894974,0.0011697982,-0.0015306639,0.013516918,-0.007116421,-0.015255392,0.014742409,-0.0020909952,0.010003872,-0.0018895644,0.0001155005,-0.001974145,-0.021216767,-0.0027115706,-0.019609792,-0.0066998936,0.0027934106,-6.0600927e-05,-0.03065265,0.015248582,-0.006730957,-0.0019080013,-0.010937441,-0.012952276,0.021805698,-0.017537545,0.008569832,-0.012631835,-0.013000298,-0.0052899513,-0.004706505,0.004330834,0.011674541,0.0048818206,-0.005899329,-0.013975002,0.023223296,-0.022849107,0.025544172,-0.00020667879,0.0138218375,0.00750292,-0.019288484,-0.022504361,-0.002975385,-0.014069727,0.026869899,-0.004301766,0.012497386,-0.014914429,-0.009721424,-0.014721164,0.016688196,0.0039961496,-0.0064246333,-0.0056995973,0.007766854,-0.009145866,0.0099171,-0.004234878,-0.0040217824,0.002867466,0.0014889184,0.0006572971,0.026012653,0.01809031,-0.016969506,0.03176046,-0.0101185,-0.008632079,-0.023279559,-0.011726083,0.022769729,0.0041629253,0.011775763,0.0155001255,-0.009627759,0.004976779,-0.005901985,-0.011240609,0.0006213977,-0.0058889515,0.016650613,0.009528887,-0.0049363435,-0.006773143,0.010086603,-0.0057886615,0.015806643,-0.010097255,-0.025730848,-0.0077050608,0.000116866286,-0.011906408,0.008889394,0.00072291284,-0.0040468643,0.0128523605,0.004233617,-0.009034432,-0.031422827,0.020743513,0.01810385,-0.020174466,0.004988849,-0.010540928,0.008903068,0.019101309,0.017265093,-0.023789803,-0.019690454,-0.0015785231,0.0075839595,-0.011512652,0.011629448,0.003925031,0.009863163,-0.0014115515,0.0018980046,-0.009569579,0.013451558,0.0018442625,-0.001271972,0.018922899,0.009835963,0.01584532,-0.01731953,0.0010412172,0.021517612,0.0051543945,-0.00536983,0.0061347275,-0.012686365,-0.012942692,0.0033725016,0.021242483,-0.010687308,-7.439674e-05,-0.008195191,-0.00591635,-0.018217925,-0.008826133,-0.020143917,0.010111609,-0.004899965,-0.016770571,0.002456802,0.0060097175,0.0014887796,0.013909657,0.024800815,-0.015507091,-0.031651407,-0.0069862683,-0.011178622,0.00600802,0.0069998563,-0.0044123176,0.015033738,0.0016038736,0.0062961425,-0.013973033,0.003874059,-0.0066148154,-0.013331201,0.010786247,0.0005557752,-0.010083238,-0.020944526,0.010297129,-0.012667766,0.035495825,-0.017184416,0.016394882,-0.0048389323,-0.01260344,0.014168868,5.658251e-05,0.014925062,0.020874351,0.0021227922,-0.023007425,0.013771675,-0.0025104212,0.0028656633,0.004851958,-0.001077309,-0.0057942597,0.009366519,-0.015050665,0.00308397,-0.028415758,0.012849821,0.02581709,-0.0014500456,0.008178091,-0.0016836378,-0.007902231,-0.015613841,-0.0012654677,0.006163188,0.0014966626,0.015998168,0.028475074,-8.481261e-06,-0.01904873,-0.009069906,-0.02205157,0.0009549355,-0.012546541,-0.001213998,0.0152617255,-0.013472906,-0.013721693,-0.00095311727,-0.0047645504,-0.009789336,-0.00837436,-0.014335032,0.004613351,-0.028818604,-0.021819016,-0.013126297,-0.006489223,0.0030957402,-0.0011971347,-0.026075108,-0.0019642124,-0.022781566,-0.0084628705,-0.012821551,0.004492564,0.0068930737,-0.008035115,0.0052955234,0.015063176,-0.0041121426,0.006941328,0.016930237,0.010851112,0.020051003,-0.010674243,-0.014425938,-0.021405289,0.009964123,-0.0118932035,0.00078828755,-0.028973913,0.0056961235,-0.00906763,0.0028338048,-0.0100222165,-0.0010430315,0.008484009,0.0018748613,-0.0076047136,-0.006244182,-0.006214096,-0.022416092,-0.020409549,0.027153973,0.0027051875,0.027769005,-0.0035376297,0.0035545588,-0.02761605,-0.011176608,0.01730584,0.032711007,-0.03892591,-0.010735941,0.010059581,0.015485313,0.0069659627,-0.0001991284,0.024500608,0.0073907273,-0.00878495,-0.016901014,0.019898755,-0.011278719,-0.0019252824,0.00038738674,-0.008593341,0.007107915,0.0072623473,-0.002149698,-0.002880193,0.00042614972,3.7090147e-05,-0.0076744324,0.004542881,0.01740009,0.0011484929,0.01162932,-0.0011590107,0.0067472886,0.010519143,0.0017138118,-0.013410219,0.028634127,-0.018028552,-0.042125303,-0.009921462,-0.0034602026,-0.026755452,0.0020291798,-0.018230693,0.02646818,-0.029400516,0.026404211,0.003365122,0.018236268,-0.021006726,0.028871048,-0.017042566,0.01945664,-0.0150129935,-0.010858365,0.0016384785,-0.0022041851,-0.0043033105,0.015139526,-0.003984258,-0.006493955,0.009075478,-0.005591827,-0.010843549,-0.0024709802,-0.01335883,0.0032018558,-0.0010309535,0.008018596,0.009142716,-0.011580477,0.013490726,-0.007408493,-0.050118033,-0.023228357,0.00685434,0.024678666,0.012616235,0.0014908178,0.00865193,0.018307474,0.00075764523,-0.010061094,-0.021782836,0.016134636,-0.005861682,-0.017364817,-0.0016295396,-0.008221583,-0.028774815,0.009839769,-0.008383437,0.043075666,-0.024091111,-0.011360198,-0.007531978,-0.011513397,0.040872302,0.007861854,0.018168034,0.020666152,0.013686067,-0.018108862,0.021183288,-0.005496863,0.010591399,-0.002147158,-0.0062766043,0.03574878,-0.0052038943,0.0146029815,0.0013080098,-0.010385294,0.009472334,0.0026412262,-0.009787225,0.0030981244,-0.021670833,0.0091310805,0.013470438,0.0017030576,-0.027998706,0.0015116864,-0.020215264,-0.007184057,-0.013382725,0.0042053876,0.0037726094,0.020987507,0.004016886,-0.008564046,-0.006236015,0.011461403,-0.014298929,0.01627957,0.009691889,0.011095131,-0.0074967775,0.019271173,-0.023001218,0.009462959,0.012001803,0.010111497,-0.020521577,-0.0082912,0.007364214,0.03559162,0.009496717,0.00038404073,0.029461281,0.02033077,0.0046886406,-0.0034709342,0.0012622151,0.005621104,-0.0075886734,-0.021506317,-0.0077336426,-0.029560398,-0.0057034353,0.011296275,-0.00015690508,0.0011562653,0.018083137,-0.010447053,0.016951421,0.014193432,-0.02958643,0.0018181805,0.003144226,0.008791875,-0.0091813505,-0.008100478,0.020934772,-0.006381861,0.0032146594,-0.005438836,0.010736271,0.15862381,0.12547679,-0.029520314,0.014638034,0.025650496,-0.011126663,-0.014832777,-0.0056200693,0.016494822,-0.03067369,0.013223986,0.01394051,-0.008502984,-0.008159889,0.015182571,0.014809078,0.020670101,-0.03319066,-0.027260043,0.008134932,-0.005652805,-0.0030900277,-0.014882808,0.019520829,-0.03085992,0.024325464,-0.01779058,0.009878389,0.0054639326,-0.03239003,0.012317864,0.0027032488,-0.010455249,0.0031446007,0.0065970966,-0.001159808,-0.008825276,0.0018554884,0.0071407305,-0.025435928,0.0073531494,-0.0049906992,-0.015533943,-0.019413454,0.0029004393,0.001463728,0.002136479,-0.020441512,-0.021588232,0.006197148,0.0051545356,0.0017526968,0.017844541,0.01856838,-0.001508163,0.010507707,0.026090018,-0.0024343664,-0.013739936,-0.004001433,-0.0032307052,-0.012181702,-0.013588089,-0.011564292,0.014541453,0.013072376,-0.01156555,-0.032680962,-0.023272118,-0.008454123,-0.0060823173,-0.0015265067,-0.012874476,0.026125863,0.0041425396,-0.010661344,0.008507001,0.0077211023,0.015122011,-0.0019237029,-0.008474577,0.022970663,-0.02723247,-0.008028678,-0.01848969,0.005320722,-0.013629909,0.0067870566,0.09771444,0.0038369556,0.0053309607,0.005411003,0.0108825425,-0.0041739154,0.010375965,0.06786308,0.01066814,-0.006192309,-0.026031174,0.015727263,0.008806547,-0.0026176702,-0.010010026,-0.018109407,0.013662637,0.024067845,0.016551282,-0.00574646,-0.010029232,-0.008237924,0.0056620496,-0.014605023,-0.008253577,0.013705282,0.015729189,0.013501884,-0.023709051,-0.0024894483,-0.09555345,-0.019981904,0.01925843,0.0028983203,-0.0020582387,0.0026621348,-0.008453474,0.01822699,-0.012955582,0.015506595,0.0111950375,-0.0100850705,-0.0020750454,-0.0048017064,0.012455168,0.039985016,0.013099019,-0.02919952,-0.008221363,0.0010189178,0.03521076,0.0007031613,-0.0066602915,-0.031572666,-0.015679408,-0.0014865164,-0.015241977,0.033552255,-0.008369405,-0.0028867328,0.009104011,0.0152870985,-0.010593364,0.002488303,-0.0044158385,0.0078086783,-0.0024009594,-0.0034417924,0.012280766,-0.028112024,-0.01273411,-0.0070149694,-0.026223442,-0.023132864,-0.0054770196,-0.027750744,-0.029913101,-0.032856867,-0.011061638,0.0034912857,-0.017262114,0.0056700716,-0.0043997355,0.0005329522,0.00635186,0.007313989,-0.0047993734,-0.012359264,0.0029975122,-0.004349346,0.004369823,-0.024128724,-0.0042893407,-0.005144332,-0.013108927,-0.017441904,0.016929321,0.00054871273,-0.005339704,-0.03347476,-0.011390838,0.011500769,0.0007666598,-0.0047126072,0.013428873,-0.029328357,-0.014565872,0.0137483105,-0.0012934405,0.012888724,0.0018680533,-0.010462375,0.008801305,0.10439009,-0.010762894,-0.022106536,0.0023317111,0.011946217,-0.010843534,-0.0095111085,-0.0027502435,0.021634236,0.0121329995,-0.011830736,0.0064080255,0.0070357993,0.0068801916,-0.0038099422,0.0065160575,0.006127523,0.0017675562,0.026129901,-0.03639091,0.002687988,-0.006579337,-0.006795055,-0.023293179,0.00304298,0.005418956,-0.023312682,0.018024176,0.0023200025,-0.0029449563,-0.010954671,-0.009855078,0.020702615,-0.01747881,0.010588923,0.015133262,0.007345248,0.0039823106,-0.023692193,-0.01449834,-0.0005587591,0.025983596,0.0033571385,0.0048780804,-0.010793959,0.19660954,-0.01934667,-0.009679891,0.013137605,0.0004831821,0.006181151,0.0022023937,-0.019213911,0.014958087,0.0018851117,0.029870724,-0.02221729,-0.004965865,0.0111298375,-0.0075857067,-0.011076633,-0.03142807,-0.01030943,0.014575268,0.002660599,-0.0051079476,-0.0020202491,0.0015179577,0.0074872095,-0.011924935,-0.0045613386,-0.0033510996,-0.00674641,0.027087456,-0.005367974,0.019940816,-0.01692384,0.004916751,-0.0077145556,-0.009246021,-0.0014431447,0.0055952757,-0.003514712,-0.00094677083,0.003905527,0.015178545,-0.012826875,0.01781706,-0.0017714616,-0.0032892595,-0.008237648,-0.00483369,0.01343642,-0.0041596163,-0.0028933594,-0.017088322,-0.016856555,0.01981265,0.02542984,-0.00019161796,-0.01095862,0.013570122,-0.0015500004,-0.0093384795,-0.024052469,0.0015518328,0.024911115,-0.0034568354,-0.008585041,0.004485468,0.014126271,-0.0041446867]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 88,
          "content": "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.020979106,-0.026376,0.009723067,-0.075855255,-0.0068101785,0.017625969,-0.011824723,0.009966586,0.021442559,-0.0028861663,-0.028102186,-0.002609592,-0.00010822643,0.029809607,0.09736009,0.013685133,-0.00507165,0.027854694,-0.00021506647,0.033962402,-0.014960658,0.01095534,-0.016105631,0.007195704,-0.005544301,0.023866987,0.00078153546,0.01792493,0.029091697,-0.02323239,0.0010244837,-0.017448427,0.013118847,-0.0038899318,0.03035932,-0.0098489905,-0.00452461,-0.0024614015,0.0085224155,0.034350034,-0.013164113,-0.02125444,-0.03579797,0.005120705,-0.020894522,-0.012248356,-0.0059134737,0.001870866,0.011670451,0.018522572,-0.020633234,0.0065789996,-0.0013183967,-0.16723512,-0.006343008,-0.0056013055,0.00989851,0.019345274,0.019386088,0.0071027987,-0.028551128,0.007505286,0.008010495,-0.0039224555,0.011775123,0.01513436,0.034941662,0.006789232,0.0028699269,-0.00057946605,-0.025113517,0.012320299,0.017072897,-0.029505849,0.00650242,0.003860753,-0.011506083,-0.0049541993,0.024080912,-0.013476001,-0.014823224,-0.012329891,-0.005600386,-0.009882473,-0.006202157,0.030705938,0.005365171,-0.027632242,0.016645443,0.021900168,0.014952344,0.013497972,0.030690884,0.025513604,-0.02312388,-0.007050507,-0.012421358,-0.010128375,-0.0076395664,-0.041328948,-0.009860433,-0.023574082,-0.0006815875,0.021933382,-0.0053793513,-0.0087967785,-0.021637348,-0.021864288,-0.015501322,-0.016683148,-0.035141405,-0.0035114589,-0.017391315,0.013886637,0.020249622,-0.12857139,-0.012913994,0.015234877,-0.017722318,0.021449042,-0.012288536,-0.014637083,0.010408482,0.019311007,-0.009702137,-0.018283108,-0.0058694873,0.023182934,-0.013601312,0.02572093,-0.0033781398,0.0039300956,0.007596294,0.023789998,0.065399595,0.022180973,0.0017129468,-0.010542409,0.0015649315,-0.008687781,-0.003583941,-0.011734667,-0.013146199,0.013383283,-0.026045254,-0.019544376,-0.019205164,0.01916202,0.020593483,-0.021656929,-0.0044701244,0.017813448,-0.013557006,-0.029724734,0.004586295,-0.017462205,0.009912554,0.00644512,0.0005989019,-0.012660217,0.028129064,-0.010845322,0.041037403,0.023257371,0.019867674,0.039517887,0.016131045,0.019855147,-0.0026268035,-0.0088192625,0.011556926,-0.0026700103,0.003628755,0.015317437,0.0092004575,0.019005455,-0.03700591,-0.0016829094,0.03208369,-0.004979186,0.024694422,0.028680703,-0.0016257,-0.005771161,-0.024015622,-0.04517661,0.0017414009,-0.028943932,-0.009783024,0.006039516,-0.030859148,-0.016422493,0.00992518,0.002788362,0.009736991,-0.036148604,-0.020166835,0.0030605975,0.0014159887,-0.018707221,0.021159701,0.015250455,0.019469751,0.012883228,0.03739829,-0.004231576,0.028437842,0.03529723,0.0018421338,0.004110726,0.008725393,0.0019763138,-0.0017210565,-0.0037260784,-0.008013158,-0.01675031,-0.0058372896,-0.0047123684,-0.017666802,-0.009821381,0.0277705,-0.009028946,0.0052828747,0.0037426522,-0.005260332,-0.032150444,0.0009068592,0.0027894874,0.012918435,0.008970337,0.022714222,0.020958716,0.024979886,0.0015230838,0.010535064,-0.012579222,0.010533298,-0.002454691,-0.03430104,0.006005138,-0.0018441967,-0.018159693,0.034826178,0.005329236,-0.0034722094,-0.0006105646,-0.0035591472,-0.01761002,0.014451965,-0.005819122,-0.009636815,-0.0043383827,-0.012970445,0.006272393,0.0030113005,0.005577767,0.004838831,0.02455318,0.0045837997,0.009091368,-0.018035414,0.0111849895,-0.035995945,0.007391295,-0.0064960187,-0.009810992,0.020865975,0.03880507,-0.013801387,-0.027117891,0.012106485,0.037517894,-0.01701662,-0.011567468,-0.0049278988,0.01800873,-0.043463916,0.04237672,0.01979534,-0.03946881,0.016756605,0.026276238,-0.01293714,-0.005141077,-0.01602483,-0.006119035,-0.0029239582,0.011543857,-0.010116526,-0.009120917,0.020618638,-0.020337563,-0.016945226,-0.016753761,-0.0012770948,-0.02355568,-0.0038194493,0.014104792,-0.010053339,-0.044306394,-0.0074402685,-0.0299407,0.011031863,0.05868487,0.009641962,0.024006126,0.03346413,0.0015704726,0.00045725732,-0.0015209317,0.0011550231,-0.042421326,-0.014235838,0.027124465,0.010431762,-0.021354094,0.017164214,-0.019005353,0.014847784,0.0008479288,-0.0048598824,-0.018479405,0.0032409942,-0.0056288308,-0.0053147855,0.028691487,-0.0014262776,-0.009200558,-0.031308264,-0.011853653,0.024470769,0.020917557,0.031233665,-0.00113841,-0.002773997,0.02113738,0.026098873,-0.015923236,0.0002290126,0.013418424,0.0055188527,-0.028774826,0.008240835,-0.008987762,-0.00026508208,0.01034599,0.018923322,-0.037219346,-0.038890027,-0.01788437,0.030889211,-0.003816722,0.010213028,-0.006995141,-0.0312993,0.02413015,-0.0053575085,0.0033399535,0.005415883,0.02485597,0.04670664,-0.002936088,0.010881134,0.038079906,0.0043089297,-0.015997253,0.02436823,0.020630434,0.001121011,0.014724148,-0.01224144,-0.0016062477,0.03378299,0.0075205187,0.020931719,-0.034866776,0.026112055,-0.014119255,-0.0035553046,-0.0150044495,0.003974799,-0.008969564,-0.00021887656,-0.0052323584,-0.0048508323,-0.0065507987,0.03090413,-0.005389526,0.025766654,-0.0014977694,0.011116151,0.012396845,0.013862555,0.020691037,-0.006460638,0.026612343,0.015314271,-0.004995935,-0.01278258,0.00040241392,-0.0131442165,-0.016131058,-0.0053271693,0.00674213,0.01953303,0.011731799,-0.006999132,-0.0101097645,-0.014540581,-0.0054684337,-0.004235709,-0.0024058428,-0.00090851006,-0.028393723,-0.007439462,-0.022260923,0.0014983346,0.011681166,-0.0085587315,0.011769735,0.0074753924,0.0080445865,-0.01861049,0.017413858,-0.00020797487,-0.011749112,-0.012509062,-0.01159763,0.013582057,-0.013000503,-0.016048025,-0.010190642,0.010242924,0.022313135,0.015846424,-0.03974206,-0.0073637925,0.012544652,0.020702085,-0.017741442,0.008721354,0.017463699,-0.02145634,0.006918095,0.057496957,0.028578019,-0.016748467,-0.03175655,-0.017749513,0.017207272,0.0011440737,0.013674293,0.0025719504,0.017092887,0.009953358,0.013969373,-0.009144328,-0.014713482,0.0010092203,-0.015089521,0.017150398,-0.027806535,-0.00078199623,0.012099438,-0.0061851973,0.001662692,0.006266049,0.0020359687,-0.025262505,0.0141367,0.026502889,0.012880684,0.021018086,-0.0036426347,-0.008375264,-0.04076393,-0.028855484,0.003489343,0.013597582,-0.005647142,-0.009046586,-0.0075156167,-0.029752495,0.023078289,0.005873826,0.003619251,-0.011315591,0.010408455,0.028325468,0.02545836,-0.015433743,-0.005641144,-0.0028446866,0.029107679,-0.016761811,0.0016918329,-0.005078686,-0.0230516,0.026144268,0.015301689,-0.0002478041,0.003980714,0.0048645795,-0.015863592,-0.0006453474,0.004807979,0.0015703143,0.0031589824,0.01483208,0.0037872167,-0.025162097,-0.014915708,-0.012084354,0.014273284,0.009181351,-0.007553434,-0.02541581,0.011830889,-0.010937555,0.02786267,-0.017602526,0.0074979444,-0.01343283,-0.014919995,-0.016565096,0.0039641564,0.036723178,0.035059575,0.011866203,-0.0009896528,-0.008683729,0.012241957,-0.008530151,0.0056369007,-0.01854531,0.01360435,0.0048932103,-0.016741183,0.015662732,0.02175199,0.006916276,0.022561623,-0.023653558,0.019252518,0.009144406,-0.06091739,-0.027557008,0.003796397,-0.004521085,-0.032300964,0.011603118,0.031738486,-0.023238799,-0.0027613444,0.027028412,0.014924285,0.010249907,-0.012217848,-0.009012039,0.027038062,-0.018071147,-0.021742402,0.01406651,-0.009968887,0.012548775,0.005589868,0.0011124354,0.0050043813,-0.010539912,0.0052866507,-0.0022398669,0.023837658,-0.011340197,0.010541335,-0.017373074,-0.019457702,-0.012007864,0.016072452,0.027115349,-0.0042516342,0.0068875165,-0.000501503,0.0033126192,0.03319673,-1.707314e-05,0.019087914,-0.016323265,0.003809406,-0.016078481,-0.027824564,0.014723792,-0.004588759,0.0099693695,-0.015367338,-0.0010971926,-0.008943471,-0.028170703,0.0119849425,-0.03625839,0.0011951526,-0.011596485,0.00050186255,0.00328968,-0.002218448,0.007885367,-0.015696203,-0.021707024,-0.018788196,0.021755617,-0.036665246,-0.020003963,-0.008782095,0.01989912,-0.014752375,0.01642542,-0.032728165,0.0076605254,-0.00017439383,0.003848901,0.018067596,0.004273717,0.0055826954,0.0125628635,-0.01401962,0.018550633,-0.040642895,0.005431753,-0.094525404,0.01627308,-0.028120747,-0.010602852,-0.032320797,-0.02831022,-0.013697211,-0.017991768,-0.01400947,-0.0034379556,0.0150607545,-0.003524439,0.0018790249,-0.010093126,-0.0037121046,-0.022449926,0.008858733,0.0027498666,-0.010667656,0.00702914,0.026051953,-0.0061719026,-0.019490596,-0.009216038,-0.0070913197,0.016125,-0.005780488,-0.009264131,-0.024956018,-0.008903584,-0.012606722,-0.140551,-0.019132067,0.0074487245,-0.04326296,0.0045624194,0.03351655,-0.02358073,-0.040497385,0.0072834874,-0.013517456,-0.0023025533,0.0047698347,-0.022468591,-0.005387311,0.02086563,0.13115664,0.026192123,0.015967777,-0.01426806,-0.01827135,0.022570195,-0.007978413,0.013333648,-0.055145767,-0.011869106,-0.025096335,0.00427709,-0.017696826,0.002538222,-0.0013856902,-0.004727567,0.016740603,-0.023260962,-0.014282209,0.011737964,0.0035479977,-0.021410082,-0.0030701559,-0.010261106,0.008106279,-0.0014107374,0.0076713343,0.003788381,0.025534349,0.01874162,-0.005520488,0.011616452,-0.01815035,-0.0034102814,0.002372598,0.0012627717,-0.08531288,0.0031101685,0.019456394,-0.0041793655,0.008844886,0.0067199697,-0.010997895,0.007803825,-0.0009768979,0.009514932,-0.008795348,0.01474015,-0.010776083,0.012810223,0.012383627,0.024993015,-0.004382438,-0.02380751,0.01707189,0.0016716019,0.003414326,-0.010319983,-0.024974952,-0.020076908,0.0025687686,-0.004349288,0.0060962597,0.004364232,0.0021983704,0.0048206523,-0.008769324,0.014228454,0.01316612,0.0061690384,-0.0006875621,-0.0008521447,-0.0058687264,0.0041240496,-0.021353012,0.027444297,-0.034245986,0.014511135,-0.034070265,0.0014249607,0.02378127,-0.01700714,0.007493966,-0.02736045,-0.024455741,-0.023093013,-0.014898469,-0.004963643,-0.019697564,-0.0029009497,0.009197497,-0.011794365,0.014340725,-0.0024813178,0.019796351,-0.012335351,-0.0076065767,0.0022848533,0.009732027,-0.01984079,0.024757858,-0.0043697124,-0.022668287,0.0034569697,-0.007947162,-0.003924727,-0.0020716598,-0.0128428815,-0.0017930627,-0.006876562,0.008277515,-0.00835522,-0.007671331,-0.005046483,-0.034077697,-0.005591398,-0.0057009696,-0.014394589,0.008354016,0.0024654644,-0.019671336,0.016169798,0.0019742206,0.0070180474,-0.010482614,0.013640185,0.011596961,-0.0013889052,-0.005793293,0.016577106,-0.0065506618,-0.013343062,-0.006975257,-0.005630724,-0.007983175,0.019707961,-0.019966181,-0.00011894176,0.0022224016,-0.014498072,0.008160484,-0.003382058,-0.0018090974,0.012448758,-0.012834523,0.0033567667,-0.0014685815,-0.0030415545,0.0037982713,0.004711206,-0.008511187,0.02250035,-0.013407786,0.00051288086,-0.01374494,0.016323058,-0.012678344,-0.0068955426,-0.016896056,-0.008058966,-0.009687135,-0.0100940205,-0.0031716202,-0.0070886887,0.013643175,0.0012819106,-0.024368836,-0.012070017,0.0018448845,0.015423434,0.00968065,0.0072627384,0.008378834,0.019451696,-0.0015540044,-0.012485902,-0.017823093,0.026361156,0.0051021976,-0.0181204,0.0043992554,-0.008690843,-0.0039840927,-0.0017555768,0.0077004978,-0.008115338,-0.008926994,0.0059957956,-0.0013680628,-0.012409789,0.0062473007,0.012684316,0.010654858,-0.017175172,-0.003380325,0.015344868,0.0043637627,-0.0045653675,-0.0008563892,-0.020490004,0.014616975,-0.0080781,0.013084197,-0.017847713,0.0029433314,-0.0076625077,-0.012468929,0.0037066273,0.0110261515,-0.0116515,0.00015165797,-0.01192142,0.0017748165,0.004145568,0.005940772,0.008029308,-0.003314763,0.024726257,0.002182207,-0.0041390187,-0.011436117,0.009570048,0.013577995,-0.024747262,-0.0023526263,-0.011229789,0.002673196,0.009833184,-0.0078746565,0.005005843,-0.01815294,0.019695329,0.010699323,-0.020302474,-0.008063357,0.0026328778,5.550706e-05,0.01872617,-0.008310772,-0.0068390747,0.009318458,-0.014296387,0.0064345524,-0.0022297867,0.009002028,0.017758725,-0.012542925,-0.0027963985,0.018238742,0.023513544,-0.00071062567,0.011656885,-0.0033782055,-0.0016876477,0.012393042,-0.0026702092,-0.01269099,0.018954895,-0.009689313,0.0010985831,-0.017990645,-0.007070661,-0.012372006,0.012800774,-0.0015001013,0.0041513667,-0.0058892267,-0.023760831,0.0037194176,0.012930599,0.0021314882,0.021728544,0.0034156877,0.0015107646,-0.008995105,-0.015304054,0.016503213,0.00089316553,0.010266749,-0.015937826,0.008579996,0.0025175984,-0.0010816652,-0.01734969,0.005997684,0.002074399,0.011021454,0.000618822,-0.009737186,0.008551136,0.012941414,0.0015514389,0.006634765,0.00937071,0.0062957597,0.08508393,0.0027402556,0.028115,0.011749035,0.002216019,0.0009819065,-0.016101353,-0.0041499995,-0.00079911784,0.0020393785,0.0054596053,-0.005196215,-0.0149508845,-0.0036291133,0.002446362,0.0044420348,0.0072681145,-0.0073446385,0.027693026,0.0017358612,0.024490152,0.0071704513,0.009220869,-0.006905018,-0.0031081825,-0.0074385037,0.0049792426,-0.0030403624,0.011872477,0.0020363308,0.0003814465,-0.0073749656,0.00013407937,0.0072566993,-0.04255187,-0.007177266,-0.015293288,0.012419475,0.0021235528,-0.000902409,-0.0017522882,-0.0049379747,0.010110187,-0.020821348,-0.0043283952,0.011209805,-0.009290677,-0.005969369,0.0051256367,0.01305751,0.0069491123,-0.0069904877,-0.017250579,-0.012083164,-0.008138148,-0.013392325,0.0097722,-0.013852436,0.023179084,0.007269966,0.017365409,0.011144023,-0.0009220333,-0.010986403,0.006866659,-0.0063526975,0.014388635,0.029085614,-0.014229065,0.011423438,-0.026930962,0.0031861137,0.019555598,0.00040225437,0.004929681,-0.01976333,0.008677074,-0.0080576,-0.004388666,0.013701201,-0.0070432844,-0.020303153,-0.02166091,0.015621972,-0.0019673829,0.0046404046,0.0009923499,0.014787627,0.0019658809,-0.0014480288,0.007666591,-0.010811267,0.0053118262,0.01568814,-0.0067118136,0.0010944301,0.049908318,0.0041827457,-0.0029480897,-0.012858915,0.018030418,-0.0023244298,-0.0011253471,-0.01320692,0.0053031915,0.012403613,0.011861558,-0.0024141078,0.008821357,0.003033304,0.0075280247,0.0024633985,0.012995674,-0.0127072595,0.0068502664,-0.021079011,0.0070687598,0.019141281,-0.020382883,0.0058997585,-0.013214603,0.004710102,-0.018197145,-0.0016710818,0.0008160116,0.00206697,-0.0067329435,-0.010874216,-0.016271021,0.0139061,-0.004236589,-0.010081176,0.017212413,-0.0010823157,0.005687178,0.01508087,-0.005011805,0.008586493,0.0028149425,-0.006476687,0.0002338099,-0.010340914,-0.0165864,-0.004016228,0.02075331,0.008206767,0.003457266,0.008541789,-0.010833319,-0.003745624,0.0021642009,-0.006872831,-0.0069336705,-0.007824055,-0.02806114,-0.007221361,0.008178987,0.011315318,-0.006085155,-0.0022507196,0.008486316,-0.004963579,-0.005259404,-0.008137329,-0.0034469797,-0.01707452,-0.016241461,-0.013829244,0.0005174227,0.01977538,-0.020966928,0.0048942748,-0.007407753,-0.0147801675,-0.011049302,-0.007747661,0.003383155,0.00015743871,-0.010024377,0.01896594,0.0076112994,0.002446308,-0.0049426984,0.00917576,0.0029557475,-0.026266815,0.017428722,-0.0002592073,0.014560599,0.010723434,-0.024380933,-0.0054447413,0.008951816,0.012242736,-0.0031705769,0.016365172,0.012666619,0.019003684,-0.00808562,-0.015764704,-0.01667103,-0.025505133,0.007933811,0.0062273405,0.005833442,-0.0014492878,0.00829439,-0.012675605,-0.0035745394,0.0030373908,-0.015284485,-0.024215883,0.0010967404,0.0076419828,0.009438159,-0.009928759,-0.00077329966,-0.0010815075,-0.0036281263,0.010987161,-0.0053100963,-0.009853674,-0.0057014585,-0.0047247643,0.014028335,-0.007867295,0.013680936,-0.009891445,0.010340903,0.0023405117,-0.0003314076,-0.010196247,0.0016663597,0.0012547999,0.013345315,-0.020219032,0.0059319083,-0.0032371455,-0.0158044,0.0061158026,-0.0218213,0.0075600413,0.019673714,0.012720095,-0.02270914,0.01862942,-0.008728602,0.009234813,0.009852834,-0.007096949,-0.0051954878,-0.007376865,0.00029490373,0.0023586098,-0.024525672,-0.017201051,0.00093931623,-0.042729735,0.007949236,-0.0024901498,-0.0064864485,0.0049747,-0.008179795,-0.017436635,-0.016097719,0.0038530852,0.00803284,-0.016228508,-0.00480032,-0.0037297443,0.009258502,0.0036103814,-0.0032097169,-0.0061988025,0.011185207,0.00025358313,-0.006197242,-0.017811432,0.006934646,0.014277907,-0.0016980675,-0.005252153,0.0034382113,0.0013219037,0.0072415206,0.009397943,0.013364817,0.008039069,-0.010386596,0.008330901,0.018633401,0.008489746,-0.0001830373,-0.01596461,-0.001986132,-0.012321487,-0.006141701,0.022962816,0.0064374055,-0.019863145,0.015167604,0.0067820903,-0.012936202,0.004278706,0.00883666,0.001467537,-0.015461458,-0.0012972942,0.007853518,-0.005079116,-0.009814658,0.0015261003,-0.015523115,0.023523808,0.005547816,0.007312448,0.0037632491,0.006026691,0.004400544,-0.0032480052,0.011432636,0.0017079974,-0.0012762056,-0.015279831,0.01206898,0.004166855,-0.002161075,-0.0130574275,-0.01909921,0.007660173,-0.011464142,-0.0030469822,9.8500794e-05,0.024662407,0.0187396,0.005638964,0.019306041,0.004690668,-0.008540197,0.009189379,-0.009253087,0.0058209915,0.0067204284,-0.004713043,-0.0028140298,-0.0073386887,0.010611143,-0.008202427,0.0016807748,-0.0074701565,-0.002016209,-0.03120782,0.012527542,-0.002660335,-0.014175569,-0.00016575141,-0.0028731285,-0.0088377455,-0.0001644397,-0.0009902883,0.009005769,-0.01228242,0.0033260488,0.00042625467,-0.007551386,-0.00094958587,0.010725862,-0.008242835,-0.0050967764,0.0067784996,0.013784956,-0.002685141,-0.001085316,-0.006814542,-0.024201123,-0.0022058256,-0.009138236,-0.008676239,0.010516087,0.004712797,0.009377352,0.0048743547,0.0010113621,0.00042327738,0.0028760028,0.0074515925,0.0045099687,-0.010469558,0.016058024,0.02358337,0.0029837333,-0.01657005,-0.0016446025,0.0034044415,-0.008444091,0.012656284,0.0035134922,0.011206624,0.021291696,-0.0049688816,0.0014157901,-0.00024793358,-0.01437547,0.011148605,0.00050568033,-0.011065975,0.01114256,-0.0011535829,-0.01295502,0.010544231,0.0029992743,0.01262652,0.008589976,0.001709905,0.0035549288,-0.0054474645,-0.008729375,0.0024086195,-0.0060790377,0.0060110535,0.0065761465,0.0006142538,-0.020246888,-0.011861167,-0.00057284563,-0.012076701,0.00023652283,-0.0035249486,0.0017693768,-0.0016615565,-0.01349368,-0.005092036,0.0047846865,-0.0033847212,0.0042900112,0.0005630053,0.007476538,-0.0067263674,-0.010356479,0.03293364,0.011370048,-0.012979873,0.0058278223,-0.008241074,0.0011237947,0.023471,0.02237062,0.009494722,-0.008569919,-0.003889488,0.004621331,-0.0034652532,0.0034498933,0.024193233,-0.010853877,-0.0022925069,0.0037433424,-0.006432647,-0.002359661,0.0052006794,0.02232762,0.0057753213,-0.096512645,-0.01037877,-0.008046902,0.007422309,0.0027230375,0.0181924,-0.0072009377,-0.01553907,0.0064793737,-0.010548738,0.0033013318,0.00724929,0.0062570004,-0.013723206,-0.00094527926,0.00874561,-0.0053016013,-0.007922408,0.007390711,-0.013895744,-0.006506166,0.004666046,0.014628666,-0.0065708766,0.0029748199,-0.0042613163,-0.016383845,0.006170343,0.010854932,-0.016568873,-0.012886327,0.008931853,-0.01640537,0.026963433,-0.003780711,-0.0060386253,0.0082608545,-0.00044116876,-0.1347989,-0.0003365215,-0.013525642,-0.0021523258,-0.002394992,-3.6328467e-05,-0.0056198863,-0.006438842,-0.005643886,0.0013304182,-0.014291352,0.017103301,0.0073861927,-0.0095337145,-0.005167389,0.006316289,0.006429601,0.002464017,-0.004158011,0.010234607,-0.0028362637,0.014487994,0.023145122,0.008372076,0.018628232,-0.021987816,0.0027036113,-0.002490785,0.0101807155,-0.0012331196,-0.0016651977,0.019846546,-0.0027932848,0.003927124,-0.009618761,-0.0012671063,0.0066641304,0.021264648,-0.0073006037,-0.006272505,0.0011696152,-0.009712993,-0.004655451,0.016333949,0.005883667,-0.015273192,-0.0062066517,-0.007941267,0.010940892,0.013999762,-0.01056866,-0.003755001,-0.014760739,-0.010761379,0.007393242,0.00045637967,0.009367338,-0.017264437,-0.014578592,0.021002293,0.005116976,0.008136259,0.020982096,0.009346983,0.0046498408,-0.00050107564,0.0031048653,0.0012113368,-0.0018157101,0.004917039,0.020427352,-0.0032089767,0.02523955,0.009398394,0.0069456035,0.01716283,0.0138142025,0.0010098664,0.014523901,-0.00084406766,-0.01024817,0.017558062,-0.012425171,0.0075947023,0.01695168,0.009550159,-0.016450578,-0.0006421882,-0.009445975,-0.050876282,-0.016732289,0.0003533766,-0.0061588422,0.00971129,0.011857396,-0.010088261,6.0087257e-07,0.0057243463,-0.016117325,-0.0022163468,-0.010563194,0.0049648755,-0.0026619132,-0.023579823,-0.021149253,0.014932989,0.013419276,-0.017739799,0.003568506,-0.02478718,-0.02479087,0.020040287,0.0030675372,-0.005311866,0.014079738,-0.006673479,-0.0020219455,-0.015381846,-0.0036405656,0.008439472,0.02743354,0.004141609,-0.020843415,-0.021238787,0.0014075278,-0.013866759,0.015427213,0.014508743,-0.005632873,0.014725385,-0.0003963251,0.0055055544,0.01812786,0.006646885,-0.0115795275,-0.012709126,0.022273276,-0.011813391,-0.02540625,-0.007468752,-0.020152735,0.0075560715,-0.009347726,0.022734268,0.004904946,-0.0060142074,-0.0058866437,0.020755177,-0.023920897,0.011512688,0.009802993,0.021725446,0.0034443603,-0.00247209,0.019573696,0.004505518,-0.012717001,0.016605083,-0.009329138,0.008983501,0.011777225,0.016052842,0.014263777,-0.00043686296,-0.008428513,-0.00066912407,0.005631959,0.003808537,0.012831947,0.0062898425,-0.014916628,0.005065537,0.009595102,-0.003906657,-0.016122963,-0.027539108,0.034042116,0.0060456535,0.0008291315,0.020941148,0.011818507,-0.0037724753,0.008310892,0.007834886,0.006505027,-0.0049567297,-0.005567876,0.0047687795,0.0012532136,0.00071950856,-0.01807496,-0.01165758,-0.004013822,-0.0016146204,-0.017010286,-0.00047247304,0.020838926,-0.0077233785,0.0076623303,-0.025232531,0.008241208,0.017106201,0.033943307,-0.17277251,-0.00032818946,0.008517025,-0.0058926404,-0.004198511,-0.008496437,0.023256795,0.0058931676,-0.002154794,-0.014034626,0.009390754,0.001386288,-0.0017542779,-0.010899682,0.018084489,-0.011732505,0.02455235,0.016898729,0.0025118638,-0.0013061846,-0.028217584,-0.015006638,0.0018454413,0.015449658,-0.016438637,-0.014579753,-0.0041262377,-0.0023804682,-0.020946471,0.00031842213,0.014635784,0.00024552085,0.007020196,-0.0064990884,-0.022533517,0.014372863,-0.0027770204,-0.008242926,0.011627231,0.020680428,0.0011942576,-0.022379182,-0.0066714147,0.0102607,0.0020470563,0.0026068487,-0.019105911,-0.0063452483,0.002026532,-0.01063895,-0.01754797,-0.0047255256,-0.0019025594,0.0056706266,0.0069851303,-0.0006995825,-0.0048364513,-0.029405056,0.009941608,0.015890118,0.0141866105,0.005131692,0.048018336,0.0025096429,-0.009350876,-0.0075232103,-0.0039755665,0.15509461,-0.014334348,-0.0017313142,-0.013683462,-0.01170087,0.037807863,0.011871778,-0.007054559,-0.004796171,-0.0326246,0.014375533,-0.011205471,-0.010614455,-0.007739803,0.004463164,0.026054319,-0.0045624734,-0.010960106,-0.008200825,-0.019792087,0.0099428445,0.003953116,0.0033581804,-0.004244512,0.0028983515,-0.011974916,-0.015916107,-0.024574788,0.019831462,0.017505398,-0.0022844255,-0.021925138,-0.021164222,-0.012713656,0.030825077,0.010232074,0.0120291235,0.0058332914,-0.005620065,0.027996486,0.009567709,-0.0031050374,0.009750631,-0.011198737,0.0015603933,0.004276259,0.002676224,0.0013715605,-0.0045666606,0.004343181,-0.037743043,-0.0080324495,-0.008103541,-0.0077715637,-0.0016831948,-0.008779168,0.011592665,0.007633978,-0.024183828,-0.0004053622,0.032266106,0.007651376,-0.010869617,0.018741105,-0.009243498,-0.017690036,0.016101062,0.018386954,0.00082598923,-0.09657696,-0.008962524,-0.0014059205,-0.0050934707,-0.021618433,0.0050097704,0.0010140743,0.016990248,-0.008690177,0.0021176878,0.009435781,0.00014704882,-0.0036773805,-0.010735894,0.018196704,-0.014699702,0.014233999,0.0048603835,-0.014650727,0.0019860766,-0.0125504425,0.01811228,0.00874601,-0.015889188,-0.010844136,0.021767601,-0.0073725944,0.0003763569,0.0032979571,-0.011167509,0.012228441,0.027901893,-0.02441878,0.012525177,-0.018434118,0.005229858,0.0316723,-0.004560202,-0.019135969,-0.0049382034,0.0057647824,-0.0045606773,0.008466638,0.00082593836,0.00014185045,-0.0036438066,0.015332446,-0.00084400806,0.012488224,0.006585614,-0.0002302517,-0.017057309,-0.024593227,-0.016760442,-0.0020663708,0.01598572,0.0068284357,-0.04143975,-0.0028004255,0.032816395,-0.0128203295,-0.008022543,-0.017104665,-0.018945908,-0.024067739,0.021538984,0.0037739538,0.002647258,0.011369892,-0.015526888,-0.016410848,-0.005883055,-0.0117578795,-0.014042673,-0.006720706,-0.009229729,0.017580708,0.00724049,-0.017718127,-0.009660995,-0.016688323,-0.01409932,0.010051183,0.02106812,0.039166324,-0.019340958,-0.019578543,-0.013740606,-0.015293093,0.008781255,-0.0153511055,-0.009960292,-0.03665415,-0.023332579,0.0011844431,0.003550834,-0.017694218,0.0083201695,0.0123149045,0.0062045734,-0.007244506,0.023717957,0.0006163901,0.015442198,0.02467491,-0.011495856,-0.008234597,0.0075286613,0.0035578543,-0.0029061183,-0.010368153,-0.0011978932,-0.023985714,-0.015364144,0.012325871,-0.009665169,0.013515365,-0.0019156175,0.0033834472,0.0067212493,0.0017961176,0.016033331,-0.008549412,-0.0012581027,-0.01600464,-0.00015387202,-0.00082570233,0.0012144508,0.0072631747,-0.005926807,-0.03925667,0.0020478724,0.020295942,-0.0020672842,-0.0020913503,0.023765273,0.011942317,-0.0053711324,0.006498791,0.0077287573,0.0010758645,0.011319493,-0.006882042,0.022960767,-0.0077806446,-0.004826721,0.00043507593,4.1202933e-05,0.0011849935,0.017174413,0.0052309646,-0.0047103926,-0.02355206,-0.011744448,0.035695374,0.0126283085,0.038331024,-0.01674903,-0.014677732,-0.015570482,-0.012113036,0.018574703,-0.022248162,0.0023142754,0.0015746657,0.0024125094,-0.010135305,-0.0012959972,-0.011447702,-0.0041235136,-0.00017627045,0.007940661,0.006256971,-0.01770479,0.01318818,-0.005143351,0.0187024,0.020107064,-0.0022499936,-0.07414104,0.005862476,0.0027445036,-0.010545242,-0.03057081,-0.0050389124,-0.015808228,0.00032106464,-0.0120921945,-0.004904472,0.01705717,0.007946527,0.019233255,0.009593308,-0.0066027297,-0.008150624,-0.009946147,0.0070762816,0.0080034565,0.0012707105,0.027457012,-0.007234748,-0.030213011,0.009264426,-0.018890115,-0.011563334,-0.00919056,0.008803937,0.011786155,-0.009482628,-0.008784045,0.0061720777,-0.01227466,0.018203767,0.00802654,-0.0075556412,0.0041424157,-0.0276568,-0.006628724,-0.020560224,0.015723228,0.017659292,-0.044033546,0.016497603,0.001012142,0.034093045,0.020022165,0.0013042087,-0.00038158867,0.0005540576,0.003739434,0.0010172202,0.00022827761,0.019769652,-0.0005126919,-0.0024631207,-0.018296447,-0.0203648,-0.013844213,-0.025032248,-0.018559,-0.032270126,-0.015308948,-0.0030013975,0.009352418,-0.010439516,-0.020165997,0.020064076,0.016457507,0.017042208,-0.0038339854,-0.011745003,-0.008871706,-0.016172426,-0.0049411524,-0.005367735,0.005659688,-0.003141075,0.025103586,0.029716955,0.004408967,0.02174654,-0.004456414,0.039527092,-0.002406287,-0.024381584,-0.0012798606,-0.10849014,0.006325911,-0.0041612783,0.00094183173,-0.009399441,0.021940839,-0.003989,0.052710164,-0.007265026,0.0055731237,0.015318908,0.00872743,-0.018591618,-0.006939197,0.027987849,-0.022117786,-0.00045736542,0.0054896614,0.013268123,0.015114459,0.01378575,0.026718827,-0.009905536,-0.0054069334,-0.015544439,-0.06880432,0.006406871,0.016023558,0.014168324,-0.0010202623,-0.013655615,-0.025013153,0.010387378,0.026054809,0.0070210835,-0.022014474,0.0016331462,-0.014686236,-0.0026577981,0.00540407,0.00026846997,0.008261243,-0.008410257,0.010295324,-0.022786755,0.016890742,-0.028410992,0.008839481,-0.013531351,-0.003471225,-0.00012000117,0.0046094446,0.0062422627,-0.006989155,0.0019937821,0.0063196267,-1.110655e-05,-0.0007787137,0.00935249,0.00078269164,-0.016017219,-0.017981855,-0.0027104882,0.013909194,-0.0040018884,0.016096722,-0.030694028,8.130279e-05,-0.019224022,0.0045745303,0.019299483,0.0095651,-0.00884851,0.0013745731,0.0059611215,0.009325431,-0.037749887,0.017507872,-0.019241426,0.010096297,0.025634928,-0.0038749771,0.033143807,4.93822e-05,0.004126956,-0.00023617037,-0.0067845397,-0.008623446,0.00517395,0.023594363,0.027751112,-0.012173899,-0.01147704,-0.030072343,0.0065482873,-0.014504303,-0.005261769,-0.011275791,-0.014118266,-0.01238931,-0.011327604,-0.002997501,-0.01667186,-0.0011869672,0.004461176,-0.0042086532,0.0023031349,-0.0077473857,-0.0043346733,-0.001954705,-0.018360747,0.009146028,0.0025845286,-0.00023746867,0.014902694,0.009498428,0.01771518,-0.022959119,-0.010556219,-0.0013937395,-0.015605814,-0.002862471,0.015341448,0.00034774694,0.0027229632,0.0078233695,-0.008276238,0.018158952,0.013505943,0.004048458,0.014000358,-0.012917361,0.017175784,-0.019210022,0.0074081225,-0.0050971895,-0.006303173,-0.0074537294,0.0021968884,0.016571926,-0.0009384048,-0.016983649,-0.014220896,0.04080338,0.014215736,0.0030467745,0.034396335,0.008530909,0.005642989,-0.017473895,0.0053059026,0.0198723,0.016412139,-0.008966396,-0.031207602,-0.0029528744,-0.011620794,0.010686734,0.0071391976,0.012933669,-0.008470457,-0.0031395063,-0.0009732779,-0.010549904,-0.029468374,-0.014028571,0.01164803,-0.026415223,0.0098088635,0.0009278852,-0.028648907,-0.032418344,-0.014402741,-0.014783101,0.029704107,-0.0056681926,-0.017919855,0.0145727955,0.0015611046,-0.012367494,0.010000419,0.005430485,0.0072325286,-0.009323834,0.0024574907,-0.005915289,-0.0050071236,0.0026695144,0.004631333,-0.016905472,0.009724254,-0.0030238377,-0.0046376735,-0.022654787,-0.020742435,-0.0011842236,-0.020216987,0.006552335,-0.010358452,0.017699685,-0.003738964,-0.0027281372,0.00628657,-0.018771254,0.016104318,0.00024111355,0.0023376893,0.009608206,-0.020416915,0.026443155,0.016712409,-0.0060013724,0.0054825963,0.0024484384,-0.024368497,0.01608638,0.024739029,0.002135081,0.001921611,0.007510186,0.04096254,0.008139658,8.95951e-05,0.018439334,0.004369076,0.0023790265,0.0006214351,-0.010131392,-0.0011440765,-0.029422423,-0.011276589,0.010143264,-0.006519865,0.00049762387,-0.014976172,-0.022508064,4.0318067e-05,0.0014076536,0.03328702,0.013464198,0.0048150816,0.02514029,0.006235493,0.0033994534,0.0021954067,-0.0050734165,-0.0075771124,0.013857308,0.0066470453,-0.014626929,0.025665559,-0.011670628,-0.0077076494,-0.0145285,0.01324447,-0.019385692,0.008260988,0.014744745,0.018705627,-0.0052538523,0.008283645,0.0038801965,-0.00024652423,0.024132349,0.0061012544,0.014150814,0.007747702,0.00776631,-0.006414913,-0.012939108,0.0031463215,0.013698872,0.015993517,-0.008939292,-0.012553973,-0.00320858,0.011053249,-0.010089973,-0.0058709197,0.00026396976,0.012433175,0.0039040765,0.0034550743,-0.029312292,0.010293102,-0.0101747755,0.026441468,0.0017018657,0.00833,-0.007620067,0.021885268,-0.017149584,-0.011925386,-0.00020439464,-0.014526577,-0.01607846,0.0068593733,0.010592106,0.021811249,0.0119445035,-0.003274913,-0.026110824,-0.00875633,-0.010866016,0.027298125,-0.011558486,0.010317853,-0.0051580598,0.012656883,0.014144911,-0.010301141,-0.0105675915,0.009913405,-0.0035112964,-0.027976139,-0.0020271195,0.0013744634,0.001376308,-0.014466672,0.0088038035,-0.035671134,-0.017094556,0.029227588,-0.027471136,0.014466276,-0.003360265,0.005049634,0.010368037,-0.017547863,0.0039699203,-0.011682547,-0.008159851,0.00040313753,-0.01267675,-0.011719481,-0.002206351,0.0025602826,-0.004435066,-0.001857145,0.017080657,-0.0001558031,0.005671634,-0.017006122,-0.036529962,-0.0020335994,0.0014423754,0.0011314293,0.008496058,-0.0032081252,-0.016828362,-0.011818194,0.0063436246,-0.02084454,-0.0011136183,0.00619527,-0.015979102,-0.0075887344,-0.0016542806,-0.007940421,-0.0033790749,0.005146217,-0.025384378,0.0148791475,0.023073923,-0.0067834845,0.020967929,0.00742097,-0.0034861045,0.0048823846,0.022115314,-0.026791193,0.02401138,0.015299377,0.011693221,-0.011400728,-0.0034400146,-0.025854161,-0.009884331,-0.006443103,0.014988147,-0.024245178,0.021657005,0.002652749,-0.0006018685,0.006275598,0.0020990248,-0.02818627,0.008586742,-0.012733431,-0.009368737,-0.0077222744,0.0006665379,0.0007144943,-0.003024326,0.020241084,-0.0026221902,-0.001180949,-0.016017716,-0.006040421,-0.0017316688,0.016705032,-0.010245077,0.013957772,0.011669256,-0.013528672,0.012397118,0.022382261,9.008977e-05,0.023210952,-0.014875037,-0.0046789916,-0.011834835,0.0005278786,-0.015479703,6.8175395e-05,0.03129916,-0.009829168,0.03649903,-0.0077960426,0.023986911,-0.0029070927,-0.013889929,-0.0061649214,0.010001339,-0.001081289,-0.00012310008,0.001198985,0.0050780666,0.0006582384,0.0065574474,0.00929893,-0.0020471343,0.0066011846,-0.011129829,0.015843065,-0.025322873,-0.0023388953,0.0014948397,0.0035425117,0.015437639,-0.0099387085,0.0087215435,0.020796778,-0.0067053465,0.02200538,0.00338527,0.0057634735,-0.009043301,-0.014867676,0.0016656674,-0.013648592,-0.03264796,0.005506833,-0.0023508708,-0.0025101502,-0.004594622,-0.00030600445,-0.0077909576,-0.0021692016,-0.004688611,0.008727396,0.0047226944,0.012728525,0.005796765,-0.016673325,-0.0361861,-0.0038331815,-0.0128858825,0.0001363436,0.009260508,-0.0098712435,0.0040919734,-0.049797177,-0.017568693,-0.007770151,0.008687573,-0.008531604,-0.009693933,-0.0015599316,0.0050190096,-0.02306595,-0.012606588,-0.014669493,0.028706716,0.013876723,-0.0024624101,-0.010439962,-0.015077271,0.011652394,-0.012435739,-2.3975294e-05,-0.0067196214,-0.027876277,-0.0075151185,-0.012620188,0.000809981,0.004837981,0.015510064,0.009194631,-0.010893265,-0.006655459,0.017109435,0.0076413997,-0.011699319,0.021094726,0.0004135,-0.0066605024,-0.009723961,-0.0034797485,-0.041412294,0.022151541,-0.0026573238,-0.006445827,-0.019720003,0.0016649753,-0.019493511,-0.004304871,-0.0043254667,0.019306047,0.014686337,-0.02561367,-0.019863185,-0.012076538,0.0005293778,-0.0038690246,-0.016048,-0.013798326,-0.020514263,-0.008248507,-0.0065825526,0.0067897346,0.004076809,0.0055424497,0.020219767,0.003718827,-0.012461857,-0.013081033,0.014938718,0.009672494,0.0005142044,-0.011767017,0.0050772605,0.00066817575,-0.02020164,0.0072583747,0.023076244,0.007234466,0.026033033,-0.030229762,-0.008533948,0.018008497,-0.0047438117,0.0051824898,0.002886058,-0.0042797537,-0.015690323,-0.0030057083,0.0016468714,0.005674935,-0.019496838,0.0056154686,-0.0030320296,-0.010758175,0.04078445,-0.007032067,-0.0028263852,0.0022885825,0.0020338811,0.011462357,0.013369626,0.00045164154,-0.017705219,0.010659801,0.0009504735,0.024203587,0.0022435412,0.0028745122,-0.013558267,0.005970958,0.0040895967,0.006446901,-0.01185802,-0.026268583,0.004209506,0.009116011,0.009909657,0.010042439,0.012497744,-1.345146e-05,-0.010085413,-0.0137112895,0.0028804336,0.00858094,0.0018875177,0.006751671,0.0313924,0.0033800884,-0.00593303,0.014464936,0.011025579,0.0071548442,-0.009857898,-0.022362826,-0.0060093803,-0.0077214856,6.488738e-05,-0.014778387,0.0024981236,0.0136945695,0.02393968,-0.008416584,0.030220319,-0.017770886,-0.0058731865,-0.026319325,-0.0014352716,0.032914784,0.006780131,0.03220498,-0.01862757,-0.011432465,0.012049657,-0.009263797,-0.005864889,0.01064014,-0.018180424,0.030068342,0.0068778107,0.009725001,-0.0068972963,-0.009640291,0.016317317,-0.006168914,0.015192908,0.0046983194,0.011164568,-0.008368311,-0.018259026,-0.0019047965,-0.0022973865,0.024913296,-0.023790684,-0.027501265,0.009342678,0.0077625504,0.008488995,0.007878363,0.004284419,0.029224295,-0.0125717595,0.01061704,-0.011210028,0.019088503,-0.0094482945,-0.011756333,0.0034344539,0.024886515,-0.0020111527,0.02417694,0.010917318,-0.00070086063,-0.007069181,-0.026947789,0.0051258975,0.019145021,0.0069574765,-6.552046e-05,-0.0027739378,0.025712842,0.0032975923,-0.00970612,0.0018731678,-0.022153825,0.0022998306,0.011577851,-0.024553414,-0.008609367,-0.001165686,0.012335957,0.00085681205,0.004917903,0.008627146,-0.004708421,0.0026201706,0.032178123,-0.014360899,0.15741087,0.11899979,0.007057049,-0.010873496,0.024844805,-0.000115010225,0.0058473167,0.0006102378,-0.011914902,0.00011480092,0.010540246,-0.0004420394,0.012013494,-0.0035022039,0.00084654876,-0.008407567,0.01102083,0.014726305,-0.031867,0.014200629,-0.00060272595,0.002963211,-0.0027516496,0.015880467,-0.0027038155,-0.014068769,0.008649463,0.00964884,0.03410818,-0.005756289,0.00759519,0.007525362,0.0010422104,-0.020587169,0.02496858,-0.01716255,-0.013560928,0.024141936,-0.0011991609,-0.0108504165,-0.02144882,-0.016554927,-0.016484158,0.012044236,-0.0033570442,0.025527736,0.0025243869,0.014943075,-0.008541522,0.0076176706,-0.0053024977,0.010147506,-0.0043602134,0.0074901306,0.0024884797,-0.0031529227,0.031292755,0.005320005,0.0064180456,-0.011634869,0.008427634,-0.008554321,-0.0068047973,-0.0125868535,-0.0074097244,0.0025889778,-0.0073721395,-0.008048543,-0.014826169,-0.016445303,-0.0064820885,0.0067598033,0.0003458061,-0.0071790772,-0.008217637,-0.013972923,-0.011837668,-0.015553144,0.012590298,-0.0066370657,-0.014209867,-0.0064900257,0.0033500697,0.0020397012,0.0055372603,-0.0085891,-0.008087178,0.03187313,0.112306215,-0.010012686,-0.013719555,0.0012979943,0.0032653043,-0.01569142,-0.011647603,0.043890577,0.0065502315,-0.01769401,0.015474201,0.031678822,0.021928012,-0.007875603,-0.016626611,0.016602822,0.03200397,0.021750093,-0.00077849254,0.022478433,-0.019132784,0.011581213,0.0071550165,-0.012786034,-0.0065770014,-0.003292942,-0.015080619,-0.00044573497,-0.013778786,0.008852435,-0.107610576,0.008824457,0.008770551,-0.004330161,-0.018431785,0.022453407,0.0108841285,-0.021549687,-0.010364545,-0.010537777,-0.013867826,0.0029934128,-0.00067399297,-0.0015056331,0.018466767,0.0276521,-0.0109088635,-0.029116845,-0.0024241528,0.002766956,0.00355032,-0.004897891,-0.022390356,0.0006575894,-0.010829847,0.004843613,0.0036841016,0.010175982,-0.014176139,0.021316074,-0.022926934,-0.0028974842,-0.010242747,-0.008640302,-0.023785926,0.0094809355,0.00092373637,-0.00791732,-0.005210807,-0.007934514,-0.0053594983,-0.021590617,-0.0112203965,-0.0043450138,0.00440877,-0.01634681,-0.005304717,0.0016141677,0.00022461859,0.008418783,0.0069009233,-0.00091861986,-0.010994376,0.0034963356,-0.001208453,0.0070542046,-0.02548968,0.0034124916,0.010662585,0.007521405,-0.008892532,-0.003670209,-0.023761436,0.010732836,0.004481796,0.0057759862,-0.025562787,-0.0062560015,-0.0013579599,0.0030915753,0.005885279,0.0021757663,0.01681019,0.008167694,-0.0030683773,-0.016643148,-0.006647083,0.010902532,-0.0063639325,-0.008448788,0.010837311,-0.01928681,-0.008935373,0.10540533,3.9282815e-05,-0.019340485,0.0038378339,0.0066961143,-0.006370063,0.0020203884,-0.026809039,-0.03245224,0.011096161,0.0018712024,-0.0051471386,-2.2345934e-05,0.02634191,0.0123687675,-0.023990924,0.011199347,-0.011863013,0.037635125,-0.0071117575,-0.013550636,-0.011903599,-0.0007294508,-0.017507197,0.009317704,0.023218302,-0.03451082,-0.017030543,0.0050122915,-0.014323616,-0.006358046,0.00090405525,0.010410848,-0.018405274,-0.0046118964,0.004367466,-0.006239307,-0.0154027,-0.00065288553,-0.0118065225,-0.0031440742,0.013718023,0.0010070633,0.021366479,-0.0265246,0.19763337,0.021139394,-0.0069171283,0.0015355932,0.003367575,-0.005123641,0.006010023,0.006327739,0.012590093,-0.014759835,0.025807705,-0.00374062,-0.0007109945,-0.014945165,0.015485378,-0.014051519,-0.025843631,-0.017905226,-0.020354608,-1.0168928e-05,-0.0125029795,0.016616713,-0.013716127,0.0010932742,-0.002525022,0.006666717,0.009612656,-0.012687471,0.0063410182,0.013057567,-0.007559879,-0.028949423,0.020872535,-0.007922565,0.0023588883,-0.023141528,-0.0069097728,-0.007950549,-0.017658232,-0.0014308786,-0.01763392,0.0032397048,-0.010526335,0.015820652,-0.007739208,-0.034396827,0.012065131,-0.033353638,-0.023868175,-0.020078935,-0.001527748,-0.012836067,-0.0030977146,0.005944693,-0.015059009,-0.013287028,0.0150342025,0.0026632028,-0.007434618,-0.015263097,-0.013329553,0.012868285,-0.023557443,-0.011291661,0.0047074375,0.00510071,-0.015741404]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 89,
          "content": "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.030241199,0.005939839,0.04331932,-0.046976928,-0.018448455,-0.0127038425,0.0052594203,-0.010508471,-0.031522002,0.013684593,0.0066509238,-0.028271718,-0.015473964,0.030386122,0.08753858,-0.015685046,-0.023272447,0.003419143,-0.010176803,-0.022707514,-0.011411465,0.041024987,0.013092761,-0.0029554735,0.0059062224,0.0074718306,-0.021605587,-0.0062269084,0.041347858,-0.023029976,-0.03887178,0.018478151,-0.011132721,0.016241003,-0.002428929,-0.0038949607,0.028636657,-0.01916956,-0.0026468048,-0.008828438,-0.042280838,-0.005083132,-0.010754835,0.0154802175,-0.04130372,-0.013270341,0.0035191888,0.0044137323,-0.011326792,0.046744917,-0.008003743,-0.004881151,0.017050529,-0.18687046,-0.027319677,0.02715012,-0.03349501,-0.03543631,0.023449149,0.013091301,-0.006213526,0.022060037,0.00017746171,-0.012060748,0.0049388455,-0.018434905,0.019310934,0.027805604,0.0045594415,0.005833115,0.011503858,-0.002991677,0.010498481,-0.011506291,0.022708496,0.014206591,0.015030693,0.03198187,-0.014727654,0.0012213027,-0.0008220487,-0.011098389,-0.008910806,-0.007841488,0.006051801,0.0051184315,-0.01788653,0.015733775,0.0037347502,0.01283854,0.010558534,0.033161666,-0.00091966736,0.0045718607,-0.014601708,-0.0044979216,-0.011732108,-0.014431714,-0.00544196,0.0052574,-0.0075738383,-0.016318994,0.0093250135,-0.013861074,0.000546326,-0.01689817,-0.010318527,-0.0016528782,-0.018306347,0.01132455,-0.013728601,-0.0014275967,-0.0074978457,0.014194633,-0.014429015,-0.14062963,0.0218726,-0.0127110705,-0.006105722,-0.008362473,-0.024910495,0.009039762,-0.00044670326,0.019062312,0.00011172278,-0.026948739,0.021453092,0.014617284,0.027376447,0.036687914,0.014488915,-0.02410528,0.005755747,-0.016504431,-0.022393271,-0.0043895594,-0.021744374,-0.01772043,-0.0024851174,-0.008021935,0.013184135,0.03594613,-0.013106221,-0.0027081459,-0.008323721,-0.026465222,-0.022455757,0.015755503,0.012922211,-0.01474585,-0.00016067052,0.0069703166,-0.0061944313,0.024284383,-0.0058968356,-0.04506887,-0.008660635,-0.003717601,-0.009187872,-0.01146089,-0.0007893869,0.024375329,-0.0021872504,0.015564456,-0.00063264073,-0.0015727968,0.01041163,0.019213678,0.018578107,0.01662006,-0.007045736,0.008573976,-0.027534107,-0.016172895,-0.000752265,-0.037481256,-0.009904435,-0.03322869,-0.0030990674,-0.011377166,-0.0040706485,-0.020495607,0.010113285,0.0044759596,0.006585254,-0.011031835,0.017968403,-0.009529546,-0.016036907,0.02359536,0.0043445043,-0.029398719,-0.008137413,-0.0420312,0.017000504,0.0014066279,0.006788951,0.0027066378,0.005587482,-0.023437217,0.014138028,-0.0060315724,0.002531505,0.014924698,-0.011461201,-0.038613413,0.010818541,0.032494836,0.005084703,0.0029937841,0.013214604,0.020191628,0.0044817748,-0.026171489,-0.020059422,-0.014636879,-0.02653508,-0.009523893,0.0062782345,0.01261161,0.0061871707,0.026203929,-0.0049952203,0.038692262,-0.003976267,-0.032257367,-0.010122825,0.016900107,-0.00954459,-0.0069817286,-0.00030692373,0.0033375553,-0.0041279467,-0.002241617,-0.028234124,0.011209053,0.02263313,-0.02450635,-0.008054792,-0.0025901587,-0.026243089,-0.014905696,0.007138698,0.0027309277,0.04325376,-0.019963522,0.006116713,-0.018863421,0.01284513,0.021576362,0.018646067,-0.009895491,0.02648466,0.005523687,-0.036911245,-0.021965783,-0.0007112216,-0.02284799,-0.025716264,0.00048899837,-0.025429614,0.039899826,-0.017228078,-0.040680367,0.030147996,-0.014630433,0.0067839827,0.029566023,-0.008307348,-0.0053503225,0.019722788,0.009045457,-0.00062337436,-0.0036946656,-0.0029050815,-0.0047611375,-0.072742455,0.01798847,-0.043166313,-0.009257269,0.0103156185,0.014325936,0.009895287,0.019547842,-0.0034715307,-0.0041713906,-0.029700575,-0.00633645,-0.021129653,-0.0062416852,-0.008773094,0.0042513823,0.005910888,-0.00069627643,-0.001961311,-0.030160062,0.0041896654,-0.012718513,-0.002129645,0.0091300225,0.0075852624,-0.01546548,0.022892186,0.060385935,0.0063372087,-0.0026352503,0.00984725,0.012381011,0.03974378,0.0069608283,0.0022839329,0.0128673315,0.0036166457,-0.0063356464,0.010237718,-0.022755932,0.023547571,-0.023273518,0.0051139146,-0.0009752687,-0.008225381,0.00627778,-0.01140655,-0.00031939996,-0.0049682204,-0.026161348,-0.014939498,-0.00036797283,0.007871188,-0.00883151,0.01803605,0.039182775,0.01477663,0.002595425,-0.011820658,-0.017108733,0.016218279,0.0012822594,-0.0071790935,0.009908816,-0.029420491,0.004471449,0.012244029,0.00917937,0.026798796,-0.0077183195,-0.009598635,-0.032117557,-0.02225101,-0.015383382,-0.0005631355,-0.004105783,0.029537156,-0.014784064,-0.0076154545,-0.013622705,0.026423186,-0.0078381365,-0.0048744055,0.020978363,4.768685e-05,0.017061438,0.0014925261,0.013318863,-0.003964783,0.0031483273,0.0018820089,-0.03504705,-0.0075069354,0.02819917,0.0061813914,-0.025795182,0.0012522193,0.0086392,0.03543745,0.0009490571,0.014353525,-0.02014405,0.025761876,-0.003268732,-0.013585891,0.045214318,0.014107983,-0.010359315,-0.0015424627,0.0130336555,-0.0051851245,-0.010126741,0.016875446,-0.00046829326,-0.019429635,-0.022105435,-0.011047003,-0.01559568,0.0020678856,-0.010657966,-0.020068802,-0.016711926,-0.0160904,-0.013611985,-0.0073140124,8.1306214e-05,-0.0066348314,-0.0031601368,0.017013323,0.018157195,0.0037321276,-0.004649198,0.03171935,-0.018649064,-0.0051613147,0.033131626,-0.01115385,-0.005948553,0.026235523,-0.01217402,0.012857881,0.02921633,0.004734261,0.012723446,0.005483416,0.009161624,-0.00089411536,0.007877619,-0.0115127815,-0.010336229,0.044587463,-0.027153354,-0.025820108,0.018943403,0.0022081132,-0.010269458,-0.02952325,0.01635261,-0.026212934,-0.038508333,0.031213632,-0.00011750839,-0.022197763,-0.0020435904,0.020126494,0.021193169,0.017438699,-0.03266188,-0.0124989,0.004836422,0.0010470818,0.01169522,-0.026328262,-0.00407698,-0.0010095518,0.005575158,-0.0063208044,-0.012898674,0.0024137725,0.017407702,0.0040601413,-0.034002747,0.018659653,0.026427673,-0.018450554,-0.02623923,-0.020232912,0.01107058,0.005442575,0.00065316196,0.004138995,0.0018683926,-0.00052770006,0.005013521,0.01414737,-0.010958927,-0.004980148,-0.015487986,-0.0032529868,0.00026877996,-0.005397701,0.017802956,-0.0041636447,0.016216312,-0.003615625,-0.013941056,-0.0037596733,0.012200589,0.008908153,-0.023889732,0.020435907,0.032157794,0.012618551,0.0029703632,0.030297145,0.020707402,0.004416669,0.013437784,0.0004349681,-0.0014423734,-0.012146718,0.015875777,0.013239967,0.00673589,0.026375502,0.0015087724,-0.0046653855,-0.004867822,-0.027602931,-0.0011448667,-0.025433147,0.0100449845,0.011838635,0.004801579,-0.0069553214,0.002241312,0.0097504165,-0.010408114,-0.01584846,0.0015682994,0.032253794,0.011517961,0.030345196,0.00419421,-0.007812702,0.0125000635,0.006059703,0.011044822,-0.005764201,-0.012277167,-0.006378028,-0.01838617,0.008299292,-0.007510165,-0.012681822,0.0049454924,0.009352353,-0.014328432,0.0143698715,-0.005462005,0.0046305424,0.015699187,-0.0040134406,-0.0063270773,-0.006802881,-0.021866154,0.014704339,0.011044081,0.030448267,-0.1073541,-0.0061082365,0.023331402,-0.0220548,-0.035155676,-0.0029703213,0.016183365,0.0028280034,0.028515708,0.034564625,-0.015492955,0.010506821,0.012609982,0.0014480593,0.0019492119,-0.03440684,0.014259339,-0.02341266,0.024201911,-0.00074703357,-0.0062499195,-0.016451694,0.025522599,-0.0016629215,-0.029600391,-0.013187079,0.025225483,0.016304523,0.013619274,-0.016667545,-0.011899017,0.023611031,0.038976073,0.0135158505,0.005372225,0.00764223,0.008829305,0.0013659704,7.126848e-05,0.0016079978,0.0058519146,-0.028060518,-0.005244062,-0.026010785,0.010989454,0.013490378,-0.015906375,0.003820974,0.022235278,-0.011805652,0.0038405417,-0.009867145,-0.013581015,-0.043683413,-0.025861548,0.018918242,-0.013167904,0.033067886,-0.010953064,-0.010964253,0.0111439265,0.011525711,0.027829463,-0.004316347,0.008340048,-0.009009727,0.01035676,0.012885784,-0.007789687,-0.01102393,-0.021975303,0.013976259,-0.0019483567,0.003397709,-0.013160257,-0.030466264,-0.0051862225,0.011289017,-0.011043548,-0.026863525,-0.0013394183,-0.0031138323,-0.08801327,-0.006531578,-0.008554182,0.017725466,-0.0243425,0.0067685856,0.014527025,0.004146686,0.01731726,0.0020932727,-0.00844813,0.008981772,-0.027299665,0.00072407094,0.013918737,-0.03012877,-0.0038593695,-0.006601234,-0.025693476,-0.025083825,0.0053150817,0.0028785416,-0.021579968,0.009054951,0.02351434,0.009412439,0.0025787014,0.020889282,-0.014169932,-0.023093462,-0.009328743,-0.10940488,-0.008750712,-0.015511488,0.018328194,0.0018092525,-0.015396444,0.010219698,-0.0044680303,-0.030229375,-0.004573938,-0.02109454,-0.032576196,-0.012463616,-0.0028742931,0.027092116,0.097896636,0.011085113,0.01879122,-0.017109796,0.008408476,-0.010133381,0.026159244,-0.0053265505,-0.006887891,-0.0019682017,0.011290316,0.014577976,0.016422903,0.0012083112,0.04905754,-0.0021957592,0.051741753,0.012859741,0.004296071,0.017943833,-0.007554592,0.021702899,-0.021726713,0.03174344,0.009977506,0.029008335,0.0038905363,0.003857135,-0.036667563,-0.015267586,0.011051429,-0.00672377,-0.02252854,-0.00096724526,-0.007383172,-0.011389662,-0.073921576,-0.0058474774,0.022802232,0.021745263,0.024457479,-0.00094443036,0.009626696,0.023853546,-0.026537588,-0.0086500095,0.0047532343,-0.0040050657,0.01437225,-0.023821753,-0.023252945,-0.012550515,0.013107609,0.0010243456,-0.023074739,-0.008298505,0.002262527,-0.02815231,0.022616416,-0.006340627,-0.0014842543,-0.015239296,0.018898346,-0.02437317,-0.018757483,0.021819755,-0.007013759,-0.00024377758,-0.008108012,0.0015866978,-0.0014663851,-0.01775539,0.031803682,-0.0011716449,0.016192319,0.010354411,-0.0009245918,0.0072947885,-0.024329567,0.005649964,0.011834609,0.010722642,-0.002446924,-0.02419175,-0.0022653474,-0.014101946,-0.0052193557,0.024832202,0.0011235051,-0.019171854,0.02429516,-0.02173245,-0.0070358156,0.019177008,-0.014157457,0.01592635,0.0018762102,-0.0013667424,0.008716013,0.0015727798,0.025343439,0.015810682,-0.008892568,0.025215166,-0.0017432033,0.017192118,0.00085126987,0.00096999906,-0.00064987113,0.010331223,-0.007500726,0.0052728467,-0.0062362677,-0.0010520553,-0.031511594,0.0012937369,0.0047774515,0.00825361,0.010035294,0.0037301986,-0.011012674,-0.0010351698,-0.012936787,-0.0035793514,-0.001748773,0.01189508,0.0042240256,-0.0005247976,-0.0015824442,0.00025917994,0.008813912,-0.013187903,-0.015152483,-0.02130171,0.0081628,0.019809453,-0.008494567,-0.00965688,0.026328366,-0.021970153,-0.008375741,0.012708784,-0.0012830272,0.0008920681,-0.0021890067,-0.001796018,-0.006001752,0.008462819,0.01569376,0.016381813,-0.0044665863,0.011090507,-0.015262229,0.0005922365,0.0058361604,0.007490401,-0.010398985,-0.0034524933,-0.016519953,-0.007896498,-0.011434037,0.001105666,-0.0018506779,-0.00214514,-0.031219674,0.009803405,0.009459808,0.011529551,0.024129376,0.012185599,0.0055511035,-0.008362068,0.0077293445,0.017816512,0.011604935,-0.0042029093,0.007852231,0.02060402,0.00042815082,0.005205159,0.011963983,-1.5787187e-05,0.0045513413,0.011896905,-0.023681445,-0.026524529,0.004834029,0.022556014,-0.012042133,-0.0031812843,0.028219478,0.0011180406,0.0020772922,0.005236499,0.0051914323,-0.00037548845,0.007874075,-0.0045011453,-0.0011697484,0.002605731,-0.0067431345,0.019168507,-0.0069428207,0.0035193618,0.027291322,0.015880544,-0.0052797506,0.0031678043,0.0038309682,0.012034543,-0.014542018,0.0009944175,0.003711084,0.011446275,-0.0049459226,-0.006343874,0.01179041,0.017425377,-0.012376446,-0.0009189472,-0.01486514,0.0039907834,-0.014504384,-0.0007973512,-0.006595619,-0.017705856,0.00059469545,-0.027482808,-0.0058140703,-0.004623765,0.014302031,-0.019793356,-0.004887704,-7.392411e-05,-0.012208462,0.0031704654,-0.00066156476,0.022571815,0.025218545,0.0042560087,-0.014163568,-0.015367458,0.010906025,-0.0069283857,-0.011723347,0.010094697,0.031755418,0.00087438023,0.012339779,0.018666057,0.0017690642,0.00060051266,-0.008536856,0.006779558,0.024233166,-0.022749769,-0.014478309,-0.0059926272,0.0046881437,0.014065246,-0.007670895,-0.0015973573,-0.007966022,0.008809724,-0.0036991085,0.015115062,-0.008754917,0.0022205685,0.009603805,-0.0063340743,0.013954254,0.0009574955,-0.0042464626,0.0013978835,0.0035028758,-0.03196569,0.009409473,0.0045834887,0.014628268,0.015198149,0.009462247,0.0077422513,-0.008179206,0.004687382,-0.0002859516,0.0040459726,0.009190744,0.0037486865,-0.020725615,-0.008452832,-0.012412479,0.010001537,-0.01652555,-0.0020723727,0.012885011,0.093658544,0.0030415333,0.004571862,0.0010599564,0.01161462,0.014621773,-0.0076336763,-0.011820071,0.016305605,0.00877302,3.6324735e-08,0.010565304,0.00048535672,-0.0007423529,-0.0067627947,0.0087918965,-0.017741743,0.021686014,0.011572728,-0.0029485691,0.01642966,0.0064209527,0.014085756,-0.009311898,0.0016881296,-0.003399515,0.013360154,-0.019413741,-0.0029227387,-0.012588695,0.0079425825,0.0032011005,0.017294038,0.012559129,0.0066815554,-0.007305112,0.0034390413,0.0025895813,-1.17610325e-05,-0.005038874,-0.009083622,-0.019458387,-0.0022348927,0.004279286,-0.008926114,0.026115913,0.0006056914,0.0059501594,-0.004715031,-0.0045071915,-0.0061018676,0.015823971,-0.018183596,0.004946054,-0.0124012865,-0.0045725293,0.0029881531,0.013220306,0.009337561,-0.0057035084,-0.00016104261,0.008126515,-0.008551078,-0.001878747,0.013363282,0.0076122843,0.0020206973,0.0020111671,-0.01303222,-0.020539487,-0.021765662,0.00090169447,-0.015787119,-0.009866441,0.0294107,0.011998577,-0.010959103,-0.011443387,0.0021685972,-0.020808492,-0.010349201,0.00951432,0.00397814,0.009505904,-0.0051314086,0.004796216,-0.007963517,-0.003725854,-0.019543815,0.023719631,0.012646154,-0.0019951167,0.020085905,0.0017118971,-0.010058769,0.007898956,0.06871641,-0.009772359,0.0025423276,-0.0003785155,-0.0075705834,-0.02594439,-0.017391058,0.0049712993,0.010985197,0.008944378,-0.014481961,0.016299253,0.008348546,0.01609669,-0.011830346,-0.017797438,0.0023037212,0.0010718356,-0.0018669842,0.010482568,0.009312133,0.007019822,0.013982778,-0.0029191903,0.015737979,0.010741046,-0.013000964,0.007677778,-0.00670641,-0.014384064,0.0020343836,0.0076775607,-0.011555871,0.00652578,-0.004057317,-0.0040389206,-0.007537882,0.013309386,-0.017722595,-0.004458065,0.011533072,0.022796411,-0.003300693,-0.0012434585,0.007950221,-0.01603787,-0.008451539,-0.020253846,-0.015385786,-0.003261475,-0.014853899,0.0045820023,0.0072187865,0.013273366,-0.003587386,0.0048325965,-0.010788894,0.005291281,-0.0005885939,-0.0075665996,0.0080352435,-0.0053552845,0.0148465205,-0.0034308995,0.0005609179,0.013851513,0.008823728,-0.011914329,0.010315801,0.010573729,0.01317668,0.013636921,0.002312261,0.007740178,-0.0050146845,0.019499112,0.0051104855,0.024576748,-0.0060813986,0.014573019,0.009661867,-0.0037909197,0.004996519,-0.013509828,-0.0035363268,-0.008962641,-0.006326159,-0.020839935,-0.021083768,0.005993104,-0.00051835674,0.005691451,0.020096501,-0.010999696,-0.0013054089,-0.0072350646,0.01244475,0.023320302,-0.00086929445,-0.009668518,-0.009171674,-0.0014003074,0.012589364,0.001432823,0.01682691,0.009099617,0.001477325,-0.028102417,-0.0031113252,0.0064378097,-0.0027608594,-0.016898977,0.003952165,0.0042418945,-0.0020099569,-0.018643087,-0.0007097081,-0.0021316626,-0.008733341,-0.0116616,0.007233104,0.003053596,0.0068132984,-0.012565102,-0.0071777403,0.012177482,-0.0035276504,-0.005247064,-0.014271082,0.0064184065,0.01307513,0.0012382081,0.0032802415,-0.019768203,0.017947309,-0.00028759963,-0.013189767,0.006769241,0.0044025057,0.0030807678,0.003431982,0.008888572,-0.001699493,-0.0032842725,0.008472968,-0.003992325,-0.014438209,-0.009834582,-0.012650956,0.0010415575,-0.002602361,0.00794424,0.0010031796,-0.0034528042,0.020239117,0.010878496,-0.0020675748,-0.0007451234,0.010259404,0.014472212,0.0061503486,-0.063243076,-0.017977938,0.0144039085,0.0019706574,-0.008110173,-0.004997465,0.0043910225,-0.0018307221,-0.0076262006,0.008875421,-0.0010678595,-0.002885082,-0.015738335,-0.011867437,-0.011977605,0.0068424856,-0.021300942,0.0034737678,-0.014441154,-0.022918878,-0.018283764,-0.00449243,-0.010576781,0.00084493525,0.006899482,-0.010471855,0.00306393,0.02317896,0.0011152807,0.006410467,0.013189947,-0.017872099,0.012981712,0.0045568338,0.0053236936,0.0063182716,-6.30226e-05,-0.009884136,-0.01713995,0.005795186,-0.0034902622,-8.118709e-05,-0.0067918007,0.00032518443,0.009600988,-0.0014271133,0.0053857192,-0.019113341,-0.005360775,-0.024784239,0.012689366,0.009651174,0.005653494,-0.012814172,0.0076664616,-0.01510691,0.037327386,0.032441683,-0.005044717,0.009208587,-0.008029746,0.0028269396,0.0019254963,0.014306143,-0.025668925,0.0043621734,-0.007590419,-0.012913733,-0.00799821,-0.008189775,-0.006834876,-0.0033568605,-0.012183714,0.005820559,0.013828466,-0.013448425,-0.006752776,-0.0075233444,-0.0120711345,0.0081076985,-0.006160865,0.017213227,0.009367639,-0.018289601,-0.010090766,-0.014178221,-0.011009924,0.010390687,0.007854894,0.003668491,-0.0038129953,0.008334177,-0.009008619,0.0057689077,0.00016629562,0.0012700384,0.007556748,0.0052955355,0.0026039763,0.00618231,0.0037659972,-0.0131023945,0.016242836,0.042127043,-0.011052736,0.020796828,-0.0035075708,-0.012174942,0.032410454,0.0053524897,0.0061036707,-0.0019009225,-0.0013814782,0.0024260236,0.009786634,0.00951283,-0.011895635,-0.0048273336,-0.005093211,-0.018990861,0.0038931938,-0.0029554768,0.01572684,-0.009038277,0.019371223,-0.0055199964,-0.0020739434,-0.004456732,0.0097460495,-0.0021904414,-0.0027377456,0.011954104,0.015075941,-0.009969154,-0.0113360295,-0.006426701,0.0029402988,0.004794547,-0.01161859,0.00121639,-0.0119947465,0.0024379264,0.019806936,-0.0018981943,0.003321649,-0.004455019,-0.006847761,-0.01114928,-0.008134782,0.020460766,0.0046055713,-0.017740527,0.0058676256,0.009341775,0.0039744917,-0.015692906,-0.0036912311,0.023268905,-0.00563239,0.006692549,0.024564985,0.0070220274,-0.007302738,-0.019366426,0.012314377,-0.009948313,-0.02836013,0.013412294,0.0003511234,-0.0036661888,-0.011867351,0.018715305,-0.021411145,0.015418943,-0.008499898,9.322375e-05,0.011757938,0.010482863,-0.015231522,-0.005106928,0.0004255567,-0.0048102452,0.0038560529,0.0033987174,0.0054552224,0.00517938,0.0065716784,0.012122418,0.0003427746,0.008558087,0.008241707,0.010626877,0.011213621,-0.02111662,0.0071783788,0.010307323,0.015629614,0.002673584,0.0049477355,-0.011468009,0.0010564872,0.018593391,-0.0053403527,-0.020130424,0.007087664,-0.09077884,-0.011481379,-0.0051334947,-0.011861633,-0.0135479765,-0.0049150283,-0.013404199,-0.012083122,-0.0028109704,-0.016855929,-0.0013675952,0.017116312,0.005449197,-0.010638054,0.00012326063,0.0058940556,-0.008139718,0.014272456,-0.017425666,-0.011311182,-0.000116788935,-0.0033753226,0.002888969,0.012983113,0.021127705,-0.0042850864,-0.0045957966,0.0037382918,-0.005537921,0.012196139,-0.005112491,0.0037082902,0.011086522,0.010539365,0.0053226613,0.004239783,-0.0017517519,0.015250608,-0.12609912,-0.002848999,0.0072829365,-0.013725703,-0.009477109,0.0007524718,-0.029409412,-0.0041411463,0.010356053,-0.015433965,0.023060078,0.007478582,-0.0019618198,-0.0029125146,0.0029341432,-0.007138006,0.0064820065,-0.0103476485,-0.0076840282,0.006063044,0.013373344,0.015171152,0.013193433,-0.0061410596,0.0006427844,0.012893451,0.010452055,0.008436654,-0.00033043957,-0.003146976,-0.008097131,-0.018343441,0.006963059,0.011737306,0.01770542,-0.009846501,0.010211114,0.010546581,-0.018938016,0.0069406475,-0.010701913,0.002184264,-0.011132488,0.031121697,0.006542798,0.015722603,-1.1282921e-05,0.016752403,-0.0067531127,-0.00031204926,-0.000117877855,-0.0035484214,-0.012250863,-0.0130868135,-0.009876028,0.011585061,-0.00030547727,-0.003364565,-0.011019417,-0.00042442704,-0.0009595922,-0.0008879446,-0.00031417754,0.01494731,0.022718314,0.0016105289,0.0037934033,0.011983013,0.016152311,0.019005915,0.005550837,0.00911417,0.011167424,-0.0111733135,0.0052870414,0.027561706,0.00039184833,0.004606261,0.017080313,-0.0090641,-0.003586671,-0.016742377,-0.0010858962,0.0120083215,0.014920537,0.0049680374,-0.00060297555,-0.015816338,-0.01897282,-0.058035914,0.0062010367,0.0036991828,0.0030407186,-0.0010131247,0.004800851,0.002996258,0.0023598853,0.0024476869,0.008699641,-0.01626648,0.0071382453,-0.016745072,0.014789911,0.008349144,-0.010513283,0.0025845508,-0.00893365,-0.021272559,-0.004504382,-0.006852413,-0.013387989,-0.013530991,-0.0050927754,-0.009998977,-0.0145777725,-0.0003489845,-0.024189083,0.0032572271,-0.000565349,-0.0004729317,0.006141489,0.003174346,0.012011388,0.001738957,-0.025982343,0.01807807,0.009021989,0.013544483,0.0070500085,-0.008476982,-0.010303043,0.014738585,0.022991357,-0.018433208,-0.008233813,0.0005657456,-0.017494725,-0.0065111546,-0.00463654,0.003563704,0.009389622,0.007997677,-0.006923983,-0.0026832179,0.010867619,0.0073794965,0.011235519,0.0035038106,0.0033496101,-0.0031611745,-0.019440664,0.009412985,-0.0018821148,0.01142111,0.013686001,0.005486936,-0.002421644,-0.0070008906,-0.041980203,-0.00861145,0.009887758,0.0012456373,-0.0021908057,-0.0079953885,-0.015051263,0.011186991,-0.00989226,-0.00489832,-0.0075606303,-0.013774216,-0.004138394,-0.008880148,0.00021750908,0.0215141,-0.019177875,0.015460739,0.005298282,-0.011795322,0.0049169683,0.027877422,-0.02295056,-0.0068576047,-0.0072024805,0.0094495835,0.010228469,0.01227986,-0.0120515,-0.010383856,-0.005518721,-0.019680593,-0.009952523,0.0051622377,-0.026646707,0.007486539,-0.0056126704,-0.01293414,-0.0027266121,0.0039706095,-0.0069544483,-0.0055900887,-0.024495436,-0.009939746,0.02282219,-0.15599199,0.022528913,-0.0016796057,-0.024361663,-0.0026667316,0.002380264,-0.00043173844,-0.0021845526,0.02849418,-0.021407537,0.01345762,-0.009510389,-0.010551481,0.021164613,0.0099530425,-0.011917298,0.010903505,0.0018901798,-0.024607535,-0.0028655196,-0.023426902,-0.0076735,0.011738809,0.010768423,-0.0026885425,-0.011157104,0.0008968456,0.0050642975,-0.014677758,-0.019361889,-0.023603829,-0.00080605765,0.013749034,0.009425306,-0.010098768,0.011250425,-0.0148425875,-0.0056537115,-0.0046562213,-0.02200299,0.0017427752,-0.019774083,-0.0020935643,0.00057408266,-0.012885228,0.022524016,-0.011390683,-0.012954152,0.006872759,0.025207587,0.024992622,0.009756521,-0.0007422241,-0.01822808,0.0049283723,-0.003335848,0.0023381377,0.03031537,-0.010901102,-0.010599114,-0.0076795686,0.0144635895,-0.01778583,-0.0015838108,-0.00020619654,-0.009761183,-0.020101553,0.14257848,0.014525328,-0.01192134,-0.008114347,0.0066410685,-0.014730413,0.01978259,0.005908956,-0.007062831,0.013955442,-0.01081169,0.014564614,0.0036211598,0.024376052,0.032459427,0.015584757,-0.008423673,0.0005056882,-0.014424864,-0.020261582,-0.009888204,0.005168121,0.0009921117,-0.014166513,-0.0031959177,-3.5336932e-05,-0.02955083,0.036013633,0.01313946,0.0023061323,-0.0014371914,-0.009809783,-0.007572405,-0.01879882,0.0044588204,-0.03299588,-0.0035859684,-0.016605468,0.0063373325,-0.0032049648,-0.0051009953,0.02206839,-0.012082773,-0.010310801,0.035853986,0.0028209998,0.0017169388,-0.022766177,-0.00261126,-0.012072421,0.002259757,0.014622584,0.007837247,0.006781476,0.028030705,-0.0122342,-0.0062554874,0.0035132035,-0.0082861725,0.000753376,0.020317186,-0.02503435,-0.022358617,0.035384107,-0.0055946684,0.019896947,-0.020131782,0.00012294909,-0.0038631212,-0.11198299,-0.0041905846,-0.040644486,-0.008002583,0.009502684,0.0016589742,0.00078480475,0.006018854,0.011589313,-0.0036273291,0.01607006,-0.015946269,0.02433277,-0.01243737,0.032500558,0.0018986255,-0.021796737,0.00055008085,0.008198166,0.017802209,0.004861234,0.00034369648,0.0034155746,-0.021318149,-0.013858679,-0.027583336,-0.009109756,-0.009195272,-0.007366427,-0.004967686,9.099084e-05,0.00993052,-0.021698715,-0.008754123,-0.011370755,0.006795965,-0.0107325325,0.018239379,-0.006440123,0.019891927,-0.0041609183,0.0017632396,0.0048572933,-0.006357236,-0.0050127753,-0.016328145,-0.0012649222,-0.020824296,-0.0010176438,-0.012038193,0.019599425,-0.0054593044,0.0016172498,0.0043856488,0.0061795474,0.0077713677,-0.0071480977,-0.040594682,-0.009393702,0.001489087,0.0061661364,0.012925078,-0.010196842,-0.003155452,0.01203919,-0.013909962,-0.0073651085,-0.01647638,0.0032087674,-0.001460786,0.0110256765,0.0045025465,0.013436526,-0.035373617,-0.02721562,0.004741615,-0.00635859,0.0055817883,-0.006978618,-0.023752863,-0.005358192,0.0025494276,-0.010867461,-0.007633395,0.041945763,-0.022087887,0.0038646858,-0.010333562,0.004953056,-0.0071177795,-0.008705948,0.025456168,-1.3507238e-05,-0.0042123296,-0.0053544557,-0.016133778,0.00089057424,-0.012080682,0.011488088,0.009038721,0.009605863,0.002994097,-0.010124879,0.012529879,0.011775186,-0.00541106,0.004336383,0.010500828,-0.0040207943,0.01942031,-0.017368248,-0.0036164513,-0.011824794,0.013891268,-0.006027146,-0.004350096,-2.5460695e-05,-0.0083465185,-0.011333501,-0.020620042,0.013134066,0.010204508,-0.022374937,-0.0034172786,-0.019673167,-0.010060538,0.0056497282,-0.005283647,-0.01937915,-0.0041802935,0.0015450297,0.02088096,0.0104344115,-0.005987556,0.008411478,0.021265233,0.0067005763,0.0018016823,0.047854863,-0.005728113,-0.030901805,-0.0030665211,-0.0058037094,0.014976541,-0.0056389365,-0.01706995,0.009502913,-0.006587855,0.009100499,-0.014933312,-0.021587927,-0.019742597,0.010667102,-0.02412602,0.022172367,0.006213262,0.037296277,0.021452649,0.018032705,0.005085474,6.5729444e-05,-0.013447514,-0.008832962,0.011222814,-0.025592914,-0.0010247243,0.012676902,-0.0011489115,-0.009755913,-0.0017517175,-0.0065680095,0.0042371885,0.008479045,0.009559461,0.0024332919,-0.02147813,0.002195452,0.00866864,0.0020370854,-0.055816267,0.0125843175,-0.006581083,0.004261886,-0.00021564981,-0.00063175586,-0.014429517,0.016325457,-0.021628572,-0.012074656,0.0114659,0.009686444,-0.009881374,-0.040348243,0.010360397,0.009097931,-0.0054597915,0.013230631,-0.010228151,-0.00032544346,-0.014092304,0.006062199,-0.021119889,-0.01777827,0.0032412754,0.005277482,0.021197518,-0.00024364931,-0.014957877,0.007885366,-0.031726915,0.016603189,-0.0011949104,0.010840999,0.021205874,0.0108070355,-0.0031893493,-0.016865103,0.011546106,-0.03056057,0.019708706,0.0032893314,-0.080285564,-0.01559016,0.0125232,0.014637308,-0.010711633,-0.008157366,-0.026931172,-0.013034459,0.023782924,-0.0062772613,-0.010023832,0.009134148,-0.025892694,0.010739076,0.010178717,-0.005851808,0.0076529253,-0.025508033,0.008556552,-0.008979608,-0.0059261415,0.0005169849,-0.025220415,0.010338708,0.011747183,0.019082755,-0.024149407,0.01998147,0.006608758,-0.017078837,0.014505088,-0.03485069,-0.021021178,0.00506355,0.0027386507,-0.022388734,-0.004267225,0.004223239,-0.013423634,0.004273234,-0.0007053691,0.01024398,0.018776054,-0.005579335,-0.032405302,-0.11358671,0.00078966114,-0.015525653,0.010565842,0.0032768317,0.00043147666,0.007183223,0.080622725,-0.005046829,0.0019503764,0.020376673,0.010583695,-0.00013953345,-0.0008586909,-0.012078829,-0.01834586,-0.0061652986,-0.007870314,0.01984713,-0.020785613,0.0033061935,0.006910592,-0.015294694,-0.002666649,0.020703552,-0.025131999,-0.026977083,-0.0074860994,-0.008852889,0.013452786,-0.0016618419,-0.012166357,0.021162095,0.011377457,0.0013098683,0.0005964993,-0.028799549,0.0072571873,-0.0018642102,-0.0078010233,0.028153675,-0.009754062,0.014276986,-0.020200191,0.00015336761,0.0024613352,0.0071287667,0.008715993,-0.0100264205,0.02142399,0.021988463,-0.030779205,0.01735763,-0.010467735,0.0058746645,-0.0036908474,0.023215089,-0.016932592,-0.0385204,-0.0061425515,-0.007162786,0.01399462,0.007155212,0.0019345356,0.0012829372,-0.002048087,-0.0027224,-0.0043775854,-0.0114852255,0.0054666395,0.029129732,0.0016645057,-0.00988806,-0.011723724,0.0042869584,-0.022145357,-0.008885927,-0.0020029708,-0.021318004,0.0013334572,0.012186903,0.0063317455,0.0030101987,0.0046460307,0.008494313,0.016218737,0.003734729,-0.013871898,0.008628571,0.0074018473,0.012958478,0.0062489905,-0.012985347,0.00660232,-0.0036302723,0.007893717,0.010655833,-0.009106637,0.001129013,-0.013044499,0.0061476794,0.011637621,0.01220989,-0.008687492,0.025402889,0.0020902718,0.01477296,0.0013876376,0.018586848,0.0008082316,0.013054475,0.015715782,-0.0031710728,-0.0015626022,-0.0012019344,0.002881096,0.015979433,0.00894333,0.01217563,-0.015932994,-0.01033748,-0.010754835,0.0065021506,-0.022065299,0.012029617,-0.02097108,-0.018543782,-0.009573351,0.00823575,-0.0096211955,0.021042753,0.019932164,0.0035098281,0.011248252,0.003668752,-0.0109553635,-0.019534262,0.024602147,-0.023922538,0.01503865,-0.011208177,-0.0043484764,-0.007926466,-0.013567511,0.030360615,-0.007974594,0.005609764,0.018629553,-0.005322229,-0.0151742045,0.006372785,0.010643249,0.0070878677,0.026179444,-0.0049527213,0.01447637,-0.015973544,0.006132707,-0.0054833773,-0.023590574,0.014462118,-0.015522394,0.01585866,0.008738454,-0.0014155525,-0.013240086,0.0012767831,-0.020930821,0.016937235,-0.015852533,0.009395204,0.0047326707,-0.005334361,-0.006954738,0.018910522,0.0107906945,-0.013765648,-0.006105234,0.024627155,0.021516312,0.0176755,-0.0026761736,0.0054406794,-0.009669087,0.0037290123,0.008639253,0.0055794287,-0.02000299,-0.014268306,0.012932948,0.0027484447,0.012823937,-0.002563017,-0.005519027,0.0042054565,0.001728808,-0.0057327887,-0.0103600025,-0.0018895875,0.009067961,-0.012364023,0.0031180065,0.02213896,0.006823176,-0.024345173,-0.0027499641,0.00039698306,0.0028412864,0.0088037085,-0.02520964,-0.005032367,0.013761278,0.022181075,0.008713487,0.007821722,0.010263564,0.0017217624,0.0059160558,-0.0046673617,0.011403919,0.0121388715,0.012621684,-0.0069693723,0.0038176968,-0.013901408,-0.0011909389,-0.0052735326,0.0020670302,-0.00021268394,-0.012293839,-0.016873175,0.03669079,0.008859547,-0.011149272,0.009031095,0.001357851,-0.016410664,-0.012604223,0.009263922,0.017241832,0.04414533,-0.007216101,0.032495864,0.022446644,-0.006337739,-0.02231838,-0.020092873,0.0135601,-0.013687375,0.014683373,-0.0036623292,0.01946838,0.012804188,-0.008880054,-0.0028553165,0.006943449,-0.017096499,-0.015725993,-8.434898e-05,0.0064232983,-0.038523033,0.0062975585,-0.020210048,-0.015750673,-0.024372172,0.0069990107,0.019147988,0.0039881137,0.0039061185,0.0074470895,0.007837439,-0.0016395035,-0.033207454,-0.015421718,0.006063046,-0.011392355,-0.0129282335,-0.0046686586,-0.00863752,0.013053929,-0.0044557117,0.014655998,-0.004645729,-0.0071257283,0.01250063,-0.009582317,-0.02066452,-0.0015511726,0.0048028473,0.013274125,0.018451504,-0.030140223,0.019855099,0.00018630989,-0.03854566,0.00016731648,-0.00048404952,0.00084128464,0.0071274634,-0.007857894,0.0012194649,0.019451242,0.008783522,-0.010154662,0.025247311,-0.0022559003,-0.006416476,-0.02409629,0.0050378777,-0.014216615,-0.0012293423,0.015659407,-0.01386991,0.009915786,-0.013407413,-0.0028360793,-0.007321489,0.008681806,-0.0050168326,0.0006011086,0.018127425,-0.0005003212,-0.003240239,-0.0047012423,-0.0049787527,-0.0097397845,0.010687379,-0.0128107,-0.0065506254,0.022697754,0.018985746,0.015142833,0.028863573,-0.008425968,0.018623192,0.0015385125,0.013949086,-0.0070581236,-0.00028221504,-0.003149996,0.00843271,0.008219442,-0.006467593,0.0022919462,0.010885054,-0.006600987,0.022742284,0.006932586,0.00434451,-0.026322141,-0.009974199,-0.01742902,0.010139547,0.009676491,0.019099766,0.022646978,0.0011548536,-0.0071208715,0.024974475,0.013540231,0.007553674,0.011882473,0.0039723036,0.012015933,-0.010454763,6.515872e-05,0.006654952,0.0069268676,-0.00509692,-0.004681566,-0.0005427457,0.0046614883,-0.0028453297,0.0138138095,0.0036609515,0.0029710038,0.009203809,-0.018372059,0.008939029,-0.019535894,-0.0031501197,0.0027099228,-0.0009803087,0.012000088,-0.006491757,-0.018883834,0.0034910275,-0.0017263967,-0.0080751665,-0.004887618,-0.016631642,-0.0045141764,-0.012781835,0.0031715108,-0.03515492,0.011337339,-0.015098571,-0.014057914,0.001096881,-0.006303884,0.011970091,-0.030720383,0.023815308,-0.004997134,-0.007865651,-0.004596825,0.026946248,0.005026446,0.016039697,-0.016674466,-0.012527599,0.01006767,-0.008060034,0.03324441,-0.023793887,0.017935295,-0.033642974,-0.0011523938,-0.012528575,-0.032991253,0.0033746087,-0.02363454,-0.0072182706,0.0028351215,-0.009407996,0.015319768,0.019686509,-0.0009983248,-0.013387994,0.0034383514,0.010778691,0.0038450419,-0.009314052,-0.006482787,-0.016808858,-0.003056286,-0.010489554,0.0064695794,0.0012333975,0.03923184,0.007935628,0.0012753198,-0.0013377229,-0.023241002,-0.015412853,0.011061304,-0.014489463,0.013892811,0.0099101,0.008240776,0.005359237,-0.022745224,-0.0117978025,0.02564704,-0.013860372,0.003582263,-0.020177634,0.010414211,-0.0075406516,-0.0062072966,-0.0020140803,0.018627025,0.007368053,0.009613038,-0.014876156,0.0063976706,-0.0027738444,0.021863779,-0.004122462,-0.017879274,-0.057225414,-0.011860587,-0.05911386,-0.0065172845,0.00561556,-0.014399432,-0.0057991515,-0.0001266394,-0.010383175,-0.012854333,0.011059073,-0.021267094,0.010549209,0.001875939,0.02211869,0.0005126333,-0.00790721,-0.023888385,0.027241632,0.010364006,-0.012361725,0.008998491,0.015276778,-0.011543474,0.0052704928,0.002706051,-0.0061406777,-0.01098507,-0.007503816,-0.0080371415,0.0027140782,0.001786921,0.0062496876,-0.00818869,0.005590498,-0.0012768139,-0.0026280808,-0.014037671,0.0033483545,-0.019596964,-0.04775941,-0.016602349,0.019765517,0.00659754,0.007528061,0.00997633,0.010867558,0.009142484,0.0005271858,0.0021510012,0.012713963,-0.0041865343,-0.01795054,-0.013330792,-0.0022336799,0.0081191845,0.010753731,0.00056155765,0.0034520994,0.017452108,0.012465073,-0.019030314,0.0018034496,0.01119944,0.0073985755,-0.0076880273,-0.0035013813,0.0043875314,-0.004979362,-0.008363184,0.018533966,-0.017293118,0.027227702,0.0077583906,0.033281688,0.0022944908,-0.0063254572,-7.969352e-05,-0.009085278,0.0036351888,-0.00017004165,-0.0221332,-0.00013384748,-0.009960902,-0.0053790617,-0.006224242,0.0025949148,-0.011110574,0.023283014,-0.013208905,-0.0012562792,0.01399998,-0.009773931,0.011623376,-0.019177044,-0.014506783,0.011752506,-0.005770448,0.0013389391,0.03493231,0.00012930689,-0.0014083397,-0.0074846568,0.024914896,-0.013793463,0.009390118,0.010257266,0.019013636,0.0015575768,0.0032599603,0.006882763,-0.0063849525,-0.014049896,-0.011228527,0.0041219704,-0.011675623,-0.0012223646,0.020515766,-0.00075645605,0.0076535707,0.012164385,-0.01879113,0.013630742,0.0041707284,0.02617763,0.0008102769,-0.012131039,0.0024594942,0.001097899,-0.009044264,-0.01904428,-0.029486613,-0.0027236906,0.009575682,0.018161107,0.0007967966,0.015633307,0.029128155,0.00060642994,0.006552202,0.011739451,0.019913564,0.007097508,-0.0045169257,-0.0128628975,-0.021516144,0.04252823,0.016631648,0.035401143,-0.012395631,-0.0076851887,-0.011089024,-0.0055589704,-0.002861288,0.014172162,0.0121427225,0.018962828,-0.012587442,-0.017849836,0.0030991426,0.00033031424,-0.013786524,0.019842025,0.016131531,0.012632894,-0.0062414203,0.015756385,0.00087233033,-0.0021219922,0.015077464,0.0004275696,-0.032025855,-0.007614904,-0.018279798,-0.017768925,-0.008281135,0.0053509483,-0.01223587,0.0060076276,0.009962271,0.02881183,0.013938532,-0.008062361,-0.012502094,-0.013530379,0.012668099,-0.002673576,0.0029560085,0.01181575,0.0032494727,-0.03421991,0.0042219767,-0.01825681,-0.019730529,0.003350832,-0.0012169748,0.002936147,0.002024608,0.026075697,-0.009079084,0.0077641928,0.009464469,-0.0047570784,0.009812684,0.0031107902,0.00039326597,-0.021879157,0.0059329453,0.022155924,-0.011591882,-0.021390373,0.014316533,-0.017259287,-0.027701993,-0.024809394,0.018235331,0.1586512,0.11997218,0.0046807993,-0.0023556133,0.017427217,0.010997397,-0.002928934,-0.028525805,0.027610278,-0.005817461,-0.007304369,0.00093572127,0.006787411,-0.005694036,0.01679136,-0.01089701,0.00606799,-0.011749762,-0.016102236,0.0024165406,-0.015702177,0.02175618,-0.008073977,0.022539146,-0.024359848,0.013089431,0.0030315674,0.009558276,0.024661472,-0.0060874536,0.0114620365,0.0117249265,0.01624413,-0.0022943856,0.013718348,-0.011333583,0.013229508,0.00078981626,-0.006361282,-0.008252762,-0.0011069161,-0.010102889,0.017776314,-0.00896271,0.019815346,5.1877287e-05,0.02623524,-0.0067564715,-0.026470859,0.0083429525,-0.0018919264,0.017643418,0.008241693,0.013829569,-0.014009208,0.014303726,-0.008290902,-0.007510225,-0.00998443,0.007199942,0.013862417,0.016894823,0.001901325,0.018089565,0.0047310377,-0.018125068,0.012841706,-0.009232866,0.0026030154,-0.006726283,-0.012113125,0.014146478,0.017666182,0.013244394,0.014917141,0.008601567,0.014966139,-0.002324196,0.0041306852,0.0020043193,0.0018769384,-0.019129014,0.0013037432,-0.006011256,-0.013438665,0.015283239,0.012345458,-0.00082671136,0.11534978,-0.023630679,-0.018800003,-0.014905504,0.02623617,-0.0027932897,0.018684624,0.055737007,0.0312393,0.0085612135,0.024731927,0.024868447,0.006425763,0.014758487,-0.005063919,0.01321742,0.00758497,0.0070221326,0.011633777,0.013134163,0.00539326,0.0139619345,0.0026240055,0.008612541,0.010703723,0.027834859,-0.013185824,-0.005598099,-0.01831034,-0.0052094907,-0.089824446,0.0025208904,-0.0066697975,-0.0076250094,-0.0039899736,0.009788207,-0.00714683,-0.027838042,-0.0031765674,-0.023156751,0.029997298,-0.03199957,0.015977412,-0.01594648,0.0020802622,-0.006151324,0.028786726,-0.03144663,0.02145373,-0.012890677,-0.0068184226,-0.010719417,0.000711021,0.017462911,-0.023619166,-0.0021407674,-0.020158926,-0.010002325,0.009501876,0.012413888,-0.0076398444,0.012114233,-0.00483417,-0.00016866,0.0008852829,0.017140066,0.0017706268,-0.0021167006,0.0033369986,-0.025552478,0.0029716236,-0.020394737,-0.004204273,-0.016099581,-0.028496986,-0.04001887,-0.023226926,-0.03515677,-0.016891051,-0.013217501,0.012226737,-0.009834189,0.013099786,0.0041982094,0.011929541,0.027412847,-0.018782051,-0.0067775664,-0.0030114416,0.010576578,-0.008159472,0.008638782,-0.016702216,-0.024483413,0.0010212549,-0.008704351,0.0004372202,0.0021301252,0.005746005,-0.019653603,0.013637136,0.024087137,0.025873909,-0.011064773,0.009930176,0.0049630185,-0.0066560777,0.010555144,0.0031765043,0.017977236,0.030840186,-0.015512659,0.023265688,0.11829395,0.019780336,-0.014004996,-0.0069916514,0.0074580256,-0.002811668,-0.02114119,0.0017422731,-0.008529875,-0.0012267289,0.018141929,-0.019773446,0.009016247,-0.0072650583,0.01687761,-0.010873908,-0.0014645731,0.0047106114,0.002841326,-0.0027548543,-0.019752983,0.019504106,-0.010566691,0.005773686,-0.005272709,0.01137599,-0.0009151471,-0.0034321365,-0.0009891291,-0.010033825,0.0053337105,0.0012455415,0.025853155,-0.0063852635,-0.0043162135,0.029297052,-0.029239064,-0.011856194,0.00050799584,-0.001934659,0.027937945,-0.017037107,0.01057693,-0.014068129,-0.009264524,0.18870741,-0.010757378,-0.017923124,-0.006174951,-0.021714227,0.0049915714,-0.005839747,0.00022574252,0.041162495,0.017937914,0.018435715,-0.019540535,0.007943391,-0.018915106,-0.00040201665,0.008022814,0.0051998654,0.0035886539,-0.015463342,-0.006480143,-0.0039551808,0.010560684,0.004937562,-0.0032982524,0.01713135,0.0043111765,0.0027860883,0.0036897466,-0.0036529626,-0.008117636,0.0073047923,0.026116008,0.006357115,-0.011018514,0.0112746805,0.004876685,0.015768576,0.0045455135,0.00038439684,-0.0026048815,0.020516133,0.029889468,0.025582986,0.021140732,-0.022249648,-0.015879994,0.0024316092,-0.002542049,-0.01187652,0.013838104,-0.0008775807,-0.0040307753,0.0015907724,0.0030323719,-0.0028796939,-5.347819e-05,0.038392626,0.0031948597,-0.011895921,0.0028906611,0.004660473,0.005908875,0.011598466,-0.00047566422,0.0005136364,-0.018124636,0.002990389]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 90,
          "content": "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.004245107,0.0027454009,-0.018116612,-0.093588874,0.02206158,0.031838052,-0.018295586,-0.010650509,0.006784639,0.021703055,-0.032439236,-0.03457932,0.0071274294,0.03887875,0.1166108,0.00920321,0.03797229,0.01939077,0.00540724,-0.025496503,0.0070588836,-0.0122124115,-0.0029078526,-0.04201883,0.031916086,-0.025171548,0.022472588,0.016330043,0.028644582,0.010664338,0.009881505,0.0038887246,0.00584196,-0.0044052824,0.026366359,0.00168813,0.025651267,0.017041747,0.008113354,0.021173635,-0.012771049,0.013748531,-0.033760507,-0.02923717,0.010676315,-0.01346724,-0.00766615,-0.020264758,0.008563858,0.012246014,0.017456086,0.012852972,0.032358997,-0.17609648,-0.008814807,0.014975545,-0.005560879,0.018325156,-0.017678795,-0.0017790085,-0.016103214,-0.014862922,-0.020004258,-0.036196668,0.012974271,0.0019387349,0.009353555,-0.020155719,-0.0069360496,-0.014786103,-0.0073714536,0.026677374,-0.01511761,0.0037613662,0.011065792,-0.026359446,-0.0055625346,0.0032909615,-0.014219604,0.004668269,0.019530077,-0.0038356294,-0.012526013,-0.003380447,0.056409407,-0.011203351,-0.008253453,0.010565386,0.031169966,-0.0028562655,0.015465474,0.012794854,0.014957677,0.0071045468,-0.0439939,0.003160416,0.005230568,-0.048578355,-0.0029327064,-0.020820603,-0.0006849082,-0.037253518,0.002500778,0.0020697329,0.0070087756,0.025270294,-0.017467314,-0.021616956,-0.001984783,0.0038015072,-0.022221154,-0.023834068,-0.015385374,0.0025095236,-0.016195713,-0.12105152,-0.008913363,0.013500958,-0.011026483,0.011688002,-0.01134401,-0.0012268546,0.0020255926,0.035743665,-0.011160631,-0.011788378,-0.01028415,0.00693645,-0.010272754,-0.015292262,0.02719137,0.014281347,0.015366708,-0.0026853406,0.019730004,0.00983513,-0.002485889,-0.00858056,0.005751164,-0.014505841,-0.019758105,-9.313609e-05,0.011015795,-0.007953036,-0.0053130193,0.005680837,-0.014160023,0.012599886,0.0053728176,-0.02272225,0.003643459,-0.012045612,-0.00091705465,-0.0010859834,0.0077091935,-0.02803247,0.01021177,-0.018990496,-0.024142731,0.013546134,0.025554815,0.0095531205,0.026804902,0.0030023453,-0.00077495945,-0.021453837,0.045919962,0.032268535,-0.019814068,0.013977497,0.016739886,-0.0004761911,-0.01778959,0.0064033456,-0.01403143,0.0059943753,0.011249553,-0.013070132,0.007004922,0.006099361,0.0019482136,0.015890623,0.027256614,-0.010088723,-0.007830656,-0.029293891,0.0058688824,-0.021418875,0.010638335,0.0060314815,-0.01593369,-0.014777014,-0.008509362,-0.0068633338,0.018162945,0.0016748798,-0.0264265,-0.026031725,0.02215751,-0.0014309133,0.013001043,0.013964105,0.016486442,0.015847987,0.0025754883,0.016473098,-0.0147806145,0.007865212,-0.019150382,0.01127016,-0.018409159,0.011118508,-0.0008472077,-0.023937711,-0.010267079,-0.0003494571,-0.022822658,0.012617037,-0.03481888,-0.01846752,0.014867586,0.0057934765,0.015496642,0.0132225305,-0.0016779413,-0.025191685,-0.030749418,0.012109503,-0.0029916777,0.0014985153,-0.007536339,0.0038926313,0.0022880377,-0.014230352,-0.018202415,-0.0051728543,0.029557282,0.011069846,0.004984296,0.0027004916,-0.014600891,0.021603933,0.0060868156,0.005680165,-0.0051862705,0.004679865,0.0123267295,0.016764462,0.006930001,-0.0008605969,0.021031985,-0.012009837,0.012754386,0.01787603,0.00078178575,-0.00394864,0.022283714,0.04453608,0.017263087,-0.00639878,0.002878036,0.0066330233,-0.011371679,-0.032193873,0.0012841405,-0.009349551,0.010058411,0.02287486,-0.04056738,-0.02362055,0.026155418,0.011355318,0.000720699,-0.026927648,-0.012387093,0.0019413215,-0.030205086,0.03493857,0.0032328556,-0.025364237,0.020739295,0.017959302,0.005372836,0.027064601,-0.015119924,0.017042493,0.009162712,0.0027703398,-0.0037942412,-0.021759454,-0.0067742364,-0.013444721,-0.008182836,-0.008512398,0.04045381,0.0020225057,-0.0030090988,0.0029495307,0.037040327,-0.01977434,-0.00010183165,-0.025784843,0.0019314012,0.06933942,0.0027993415,0.017503468,0.005019401,-0.026679624,0.0195181,-0.0018058872,0.011914271,-0.02821219,0.01736166,0.014292805,0.00867182,-0.05816257,0.02108179,-0.00718615,-0.0007726766,-0.01619529,-0.0044779945,-0.009874979,0.0010031111,0.014567851,0.019109558,0.00402051,-0.014399425,-0.015210403,0.020584319,0.023385655,0.004745829,0.04174577,0.020112738,-0.0036071618,-0.037479155,0.009307287,0.009129967,0.0030234877,0.012370569,0.01906862,-0.047165405,0.0046027116,-0.011498189,-0.01480614,-0.0056021884,0.023457153,-0.010211951,-0.0069937464,-0.039581425,0.0066866446,0.008216377,-0.001418619,0.002318517,-0.007374902,-0.0019693512,0.030606017,-0.016427174,-0.008725665,0.016311254,0.01875182,0.02479803,0.01346131,0.030192833,0.007937473,0.018568035,0.010354177,-0.0027646644,0.026429407,-0.0011992318,0.0028534115,-0.021578036,-0.014617383,0.027415056,-0.017714933,0.018531013,-0.032510735,-0.00016456339,-0.023899443,-0.013514779,0.012102206,-0.024961902,0.02989246,-0.01724936,-0.009986612,0.0039585726,-0.01646751,0.01207771,-0.017957473,0.01723971,-0.016095974,-0.005913475,-0.012674338,0.007901105,0.0065263584,-0.0146968365,-0.0069003524,-0.0018062838,0.03417718,-0.01251528,-0.007357387,0.0004470339,-0.046810236,-0.0032710887,-0.01164188,-0.02480106,0.025397211,-0.011687507,-0.030323885,-0.014234737,-0.0034573174,0.012439371,-0.011456116,0.015125688,0.0040941103,-0.03527727,-0.017883727,-0.013841325,0.019705921,0.018209541,-0.008149956,0.003219365,0.000877083,-0.009066042,-0.0006561357,0.010480062,0.013250569,0.009227008,-0.03118091,0.0074326736,0.017530669,-0.018109469,-0.018752467,-0.02220567,0.010003931,0.022097515,-0.01081412,-0.023491692,-0.020942781,0.004291591,0.0077441316,-0.0037719544,-0.014250131,-0.0029815978,0.008109816,0.011642194,0.038310338,-0.00841917,-0.0034752735,-0.03263413,0.00036359913,-0.0046756207,-0.005069786,-0.0011871335,0.021294095,0.00094290066,-0.0033127198,-0.011978566,-0.015454192,-0.008219358,0.004497127,-0.030907042,0.023163075,0.0023612203,-0.0022673432,-0.0035350202,-0.005767609,0.00422162,-0.0007640832,-0.034414515,-0.0057284073,0.0047502457,0.015284862,0.004058969,-0.01088221,-0.015879909,0.00079877896,-0.028875057,0.0022664394,-0.021233637,-0.01565342,-0.013258098,-0.016506432,-0.036235157,-0.016492883,0.0038018294,0.013288686,-0.009701748,0.010437157,0.023601104,-0.00025557313,0.008725392,-0.018275404,-0.013344146,-0.0072624707,-0.00023883017,0.00619591,-0.02709704,0.013671175,0.013459104,-0.019066416,0.008974924,-0.0025697427,0.019669348,-0.0097811455,-0.029938115,-0.016381582,0.016747624,0.017436152,0.016656645,0.006053912,-0.010713042,0.0022462665,-0.00074989744,0.0004030588,-0.0023527348,0.030654619,0.0019015601,0.012639191,0.006910202,0.027679296,-0.037275914,0.017400175,-0.033103615,0.027038876,0.009780104,-0.021240849,0.036349237,-0.0237055,-0.0022198195,0.008953298,-0.004694882,0.01227771,-0.012982584,0.004277459,0.011856491,0.019330455,0.011036703,-0.005512001,0.012155677,-0.0007319225,-0.014783287,0.0113231,-0.021756561,0.028523497,0.008892797,-0.08884667,0.009039966,-0.0025495172,0.0037047223,-0.035772894,-0.031729773,0.02802501,0.01622348,8.064866e-05,-0.008147789,0.009374356,0.006921209,-0.003328371,-0.025869505,-0.002168597,-0.0019717414,-0.011837723,-0.01486148,-0.0062860767,-0.009698969,0.012771479,0.0127849495,0.0073083006,0.010259311,0.01075906,-0.01782916,0.02353899,-0.02166639,0.003317915,0.01960417,-0.034157276,0.016202172,-0.011796644,0.02772866,-0.009558261,-0.016143747,-0.012229947,0.017673153,0.016754145,-0.012610983,0.011875202,-0.0022076701,0.02160049,-0.027136894,-0.029984895,0.032297548,0.001322262,0.0004705244,0.01176337,-0.0138477655,0.021091944,0.00903314,-0.00067735265,-0.017501285,0.0009068694,-0.0313252,-0.015212357,0.008764825,0.009652912,0.02894853,0.03587974,0.026813064,-0.015300292,0.0052972385,-0.018749729,0.01916564,-0.0015326578,0.025676444,-0.01897313,0.011792254,-0.0273533,0.016150536,0.01651888,-0.009743441,-0.020267861,-0.02228681,-0.00047247106,-0.013771236,0.0031768861,0.002520985,-0.003266534,0.004226632,-0.10072405,-0.0178368,-0.020240908,-0.02174351,-0.014126031,0.0036948812,0.028001128,0.006900024,0.023646612,-0.011353396,0.013853239,0.0018238295,-0.0051565478,-0.029974805,-0.032475047,0.02069349,-0.0040221913,-0.012080872,0.0155695,-0.0017497538,-0.001999435,-0.024089387,-0.012464026,-0.006395912,-0.040373225,0.017405344,0.005007329,-0.00070296513,-0.0056141815,-0.028397726,0.0010051914,-0.11999125,0.025032684,0.004837463,-0.016891856,0.04508392,0.0024757797,-0.007379384,-0.009615296,-0.006697011,-0.044753272,0.0043903557,-0.007864605,-0.009699532,-0.013645665,0.0018639194,0.08955519,-0.008385114,-0.003977469,0.010333812,-0.03276355,0.0092734825,-0.020938812,0.033789545,-0.029823767,0.0057283025,-0.024798026,0.0021161279,0.020905456,-0.004268872,0.021432104,0.01581523,0.0021909499,-0.015239406,0.00068861165,-0.0015508748,-0.00167038,-0.012542336,0.0010597626,0.0013186588,-0.0078669125,0.013920182,0.032924026,-0.021543132,0.0030422125,0.0139020635,-0.001099839,0.012223601,-0.0014904155,-0.02281404,-0.011333899,-0.015368391,-0.08618809,-0.013771118,0.01998177,0.017159073,-0.012399519,0.012244781,-0.013861628,0.01706626,0.0035638264,0.0418218,0.0036295103,0.010147827,0.010853149,0.015427813,0.00087969925,0.0040706177,-0.02698332,0.0121335685,-0.02848018,0.016872821,-0.032133397,-0.044416815,0.007666036,-0.008483091,-0.029683288,-0.012137255,0.0070250607,-0.01779346,-0.016304864,0.025255203,-0.037747934,-0.0009329064,-0.017536724,-0.008796251,-7.6888784e-05,-0.010482007,0.0044831536,0.019038428,0.016516244,0.016071992,-0.012742347,0.00499878,-0.019440796,0.02610456,0.01702121,0.0150170885,-0.0049429387,-0.012565944,-0.041123006,-0.025992662,0.006597606,0.011501837,-0.010384103,0.00432831,-0.0055230926,-0.015754668,0.01802115,0.014850126,0.011702325,-0.022763316,-0.005212635,0.0101117715,0.015816573,-0.010850361,0.0006204011,-0.005238439,-0.004082499,0.003948852,-0.0076843994,-0.0018372501,-0.004838569,-0.007901527,-0.016804343,0.0008613288,0.009094746,0.01107322,0.015287889,-0.021446707,-0.0536882,-0.004041355,0.001820899,-0.0012807366,0.00075350585,0.01912203,0.0053912923,0.012182512,-0.027547276,0.02585146,-0.005085567,-0.0037318738,-0.011132679,0.0079315035,-0.008271846,-0.008781842,-0.019255618,0.017859766,-0.0048492644,0.0010122898,0.009763248,0.00068152446,-0.022449184,-0.0003144281,0.030131962,-0.020039352,0.013836622,0.002489924,-0.020994687,-0.009486679,-0.0006740384,0.017110277,0.006407088,-0.0131157655,-0.02063673,0.0039709243,0.000104720406,0.018502127,-0.016729616,0.013513003,-0.0028338716,0.012677983,-0.018849446,-0.014289803,-0.0038917712,0.02073443,-0.0076599624,3.4138826e-05,0.002922995,-0.0064417142,0.015116184,0.0130601,0.008940057,0.014661824,0.03166315,-0.011179388,0.0088751,-0.017535828,-0.017549003,-0.006799465,0.007316819,0.006343446,-0.010491076,0.015306773,-0.008698966,-0.024846714,-0.0013385719,-0.019018114,-0.0010158191,0.0108914105,0.022285672,-0.0064259674,-0.0053441045,-0.015417823,-0.022282751,-0.010898729,-0.0027163364,0.015895084,0.0073106643,-0.00927269,-0.008105502,0.023920128,0.0065420954,0.015373274,0.0067029702,-0.007356135,-0.001318749,-0.013662385,0.017011398,0.004111077,0.0013102322,-0.014017418,-0.013282624,0.016400902,0.016204951,0.00077661814,-0.018425807,0.008825742,0.0054230792,0.0075578145,0.0044587133,-0.0010769415,0.0068032625,0.023855982,-0.002159824,-0.009071259,-0.0013051662,0.017147597,-0.009388159,-0.0009993567,0.012135045,0.010755049,0.012133321,-0.0027084162,-0.0124610495,-0.004084549,0.0060770977,0.0036129442,-0.017225526,-0.015527849,0.034871567,-0.007275032,0.006229483,-0.008875755,0.0019925155,-0.010752562,0.011701702,-0.007384807,0.007737979,0.011255275,-0.010614884,0.015165116,0.0055440143,0.011547728,-0.008784635,0.013952596,-0.0032865468,-0.01838,-0.008042726,1.549159e-05,-0.0022268314,-0.0127216065,0.022993559,-0.001711954,-3.6986054e-05,0.016013788,-0.009877825,-0.009716475,-0.0019231581,-0.002546813,-0.01242077,-0.019245423,-0.027616115,-0.012959711,0.02203107,-0.0030766528,0.016596582,-0.0012673434,-0.0054241465,-0.0048313388,-0.0074514756,-0.013220655,0.0031900995,0.016616415,0.008402012,-0.011566264,0.00858983,0.007543533,-0.010398074,0.01211947,-0.0060122474,0.00767129,0.0053460603,-0.003027578,-0.018298935,-0.01299905,2.8595514e-05,0.018159606,0.0038527,0.020013781,0.008026176,0.07155994,-0.0063354955,0.009808113,0.007765473,-0.01300027,0.0028662619,-0.0048232772,-0.018593455,-0.0012133012,0.00800407,-0.010386475,-0.0073039904,-0.0013495814,0.0015041269,0.002815784,0.013206496,0.01438485,0.0002999077,-0.008278392,0.006482638,0.01478396,0.022617863,-0.0016641072,-0.01960932,-0.0013139816,0.018557781,0.011858854,-0.0014725754,0.0073537133,0.0021202352,0.016043196,5.5038923e-05,0.019203031,0.004493714,-0.011058346,-0.0018380925,-0.004985717,-0.0064528417,0.02073644,0.004182503,0.005184949,-0.008711342,0.017289618,-0.013047491,0.019599874,-0.00010138094,0.016628925,-0.0071560526,0.0029642016,0.0016219706,0.011733685,-0.0046205493,-0.0072952537,-0.0054856767,-0.016075213,0.008683679,0.011645411,-0.004092375,0.016651677,0.0033087642,-0.0053264825,0.005719036,-0.0013393256,-0.00412747,-0.004048334,0.003461328,0.0075588124,0.007291113,0.006356924,0.009865849,0.0048216763,-0.0099745225,0.0062584025,0.014021958,0.0073930398,0.0004320194,-0.0069157393,0.00048386303,-0.0103558935,0.0033841466,0.0035148705,-0.00904246,-0.019066412,0.004747157,-0.0037605125,-0.0016912083,-0.013203369,0.0011427414,-0.009824391,-0.017025087,0.0042625717,-0.0015506877,-0.0012606032,0.013472154,-0.0104576,0.021634297,0.050622154,-0.006258894,-0.00956282,-0.016761485,0.0050804843,-0.0071756635,-0.0132786855,-0.0020374148,0.015349779,0.006591661,0.00096117036,0.0017846085,0.016049959,-0.0061544706,0.004359839,0.0071456702,0.0024009512,0.0047717257,0.013489822,0.0018531184,-0.0011581616,0.010348268,-0.0055920025,-0.005929958,0.013319687,0.014023508,-0.0127627645,0.001524651,-0.0008292804,-0.004926628,0.0050685867,-0.006373671,0.011053745,-0.0106493365,0.0075293262,-0.013597126,0.0009249679,0.0036765349,0.006878823,0.018714938,1.3946108e-05,-0.008852974,-0.009492719,-0.0035581486,0.013833232,-0.017085092,0.011924827,0.004239912,0.008052828,0.022476386,-0.0032676547,0.0044619064,0.0023460595,0.009574046,0.0067627,-0.00069371844,-0.01859986,-0.0054008034,-0.004313459,-0.005956033,0.027527815,0.018759584,-0.006537273,0.017886722,0.0018045312,0.0013808005,-0.0106701525,-0.010382501,0.0064045154,-0.013029189,0.004396321,-0.0028748387,-0.024731183,0.01991599,0.0025471789,-0.006610372,-0.004375172,0.0135201365,0.009578866,-0.009761502,0.011807819,-0.015307359,-0.006478915,0.021504417,0.018922463,-0.007471292,-0.012377724,0.0043064468,0.004100892,-0.018683376,-0.00017264725,-0.0062706657,0.00960218,-0.008050956,0.0012433183,0.0025694377,0.013865439,0.022114843,-0.009760607,-0.008945977,0.010072003,0.010258169,-0.0058649164,-0.002154992,0.00769634,-0.0053686397,-0.013153892,-0.0030071237,0.016048916,-0.008115292,0.022161463,-0.0041348864,-0.005421461,0.008215324,-0.014860617,-0.006602567,-0.006567807,0.019452626,-0.000451637,0.013425869,0.003279647,-0.013770257,0.007467399,-0.0062478688,-0.0026856007,0.0029760916,-0.01866159,-0.018923203,-0.016248943,0.010663995,0.014967835,-0.012845237,0.00032566994,0.0037461454,0.0009881097,0.004341731,-0.0132988505,-0.0121546555,0.0027217104,-0.01300625,-0.0058754985,1.5535334e-05,-0.002671366,0.0008609179,-0.0052270773,0.00028368848,0.013722714,0.012103922,0.005031891,0.011238895,-0.024709761,0.0032254516,-0.009719718,-0.017893042,-0.003541715,0.0022302738,-0.0064077675,0.007794426,0.022454513,0.003720147,-0.009893648,-0.027732756,0.0197582,0.015574053,0.0035517826,-0.0033301874,-0.007902843,-0.028749166,-0.021022176,-0.0014327267,0.014257578,0.00014499384,0.003190288,0.0059670703,-0.019032015,-0.0052835685,0.013686028,0.007868289,0.0035226035,-0.0027147417,0.0031955568,-0.012955761,0.011053297,0.0073373495,-0.020747874,0.021076187,0.014080101,0.004193652,0.0064449115,0.0012832795,0.0041566337,-0.009415558,-0.00022453275,0.016682165,0.004330674,0.0035052532,0.015894141,0.0068758004,-0.006934567,-0.011634545,-0.009689754,0.0042370996,-0.0007795389,-0.018759463,-0.0010690496,-0.006636661,0.016392305,-0.008255458,-0.007307532,-0.010674759,-0.010591562,0.0022971195,0.0077747665,-0.00097260694,-0.0037426276,0.00605846,-0.012270208,0.015697582,0.008879642,-0.024986358,0.0008080321,0.008878517,-0.01112297,-0.009829357,0.0038467783,0.001284966,-0.022508359,0.00092745706,-0.0047652987,-0.010821062,0.005101324,0.004639458,-0.002549125,-0.0042530345,-0.0050350586,-0.0072996668,0.004426979,0.019223588,0.012178552,0.0020001973,0.019245172,-0.005650532,0.0072602695,0.021966238,0.0008473714,0.009233445,0.0063488777,-0.0077240886,-0.0009860867,-0.0072681657,0.0033306608,-0.011079944,-0.005009501,0.0002394327,-0.0014175063,-0.014134583,0.0001079957,-0.004615976,-0.013058206,0.013728852,0.008476951,0.017259866,0.019777143,0.012285385,0.009023839,-0.0042493376,0.011717232,0.016458962,-0.015360858,-0.0008244448,-0.012073425,-0.0062037916,0.009527333,0.01366626,-0.008676883,-0.0073257196,0.021792348,0.0028668887,0.0008856731,0.011927833,-0.012999675,-0.0047852984,-0.009449072,0.014640093,0.0047668507,0.017454192,-0.003244417,-0.000997659,-0.010785564,0.022322847,0.002068917,-0.006594419,0.012408462,0.018715713,-0.004845159,-0.0010123971,0.015943639,0.02454199,-0.01579412,0.009574028,0.005878617,-0.010596866,0.009339386,0.0070623816,-0.008071137,0.004137085,0.0015966006,-0.0016743523,0.0122844465,0.002749507,-0.006705924,-0.0035976672,0.0010216325,0.014811371,0.013346725,-0.01278098,0.005198452,0.0061620544,0.004413267,-0.0023925938,-0.009301582,-0.002411966,0.0054825777,0.01064352,0.012532559,0.0145720085,-0.005610315,-0.006718268,0.000589501,-0.00677453,-0.0041840845,0.003267228,0.007127917,-0.006856344,0.009412946,-0.008630211,0.012673107,0.016529076,-0.0027901477,-0.02280976,0.00017678448,-0.010709097,0.012933975,0.0039440747,0.012291384,-0.0010395772,7.391594e-05,-0.007800846,-0.0129767135,0.016143158,0.009398171,-0.0027491534,-0.01092448,-0.021238191,0.005084761,-0.007369771,-0.001259538,0.01293798,-0.005065672,0.0014178931,-0.005321834,-0.00695962,0.013833159,-0.0066627646,0.008956505,0.011137887,-0.086819336,0.02054093,0.001137374,0.008920796,0.01179475,0.0072482955,-0.012223995,-0.0041554184,0.008974724,-0.008251821,0.010739737,-0.005130325,-0.024250645,0.010330885,0.004003221,0.023140766,-0.0054351725,-0.008347028,-0.008335323,0.010985963,-0.012095869,0.0012513228,-0.018813362,0.00481008,-0.0064477194,0.0055512604,-0.0062730187,-0.004880684,-0.00019327928,-0.017520785,-0.018320788,0.005683572,-0.011594317,0.02874248,0.015318468,-0.0054234397,-0.0056090704,-0.009753836,-0.14022695,0.013417801,-0.0077644023,0.006408171,-0.017315948,0.00302735,0.014692153,-0.0052908235,0.008292071,-0.022313045,0.00036701432,0.009497936,-0.0050896527,-0.010421106,0.0033625925,-0.008771771,-0.015505386,-0.00840089,-0.008065393,0.0014370625,-0.0066055167,-0.01554902,0.017122578,0.013877255,0.012671544,-0.019630624,0.007998323,0.0088925725,-0.014915019,-0.008965823,-0.011157618,0.009466248,-0.0036310644,-0.004297754,-0.011039159,0.0020473055,0.0056720865,0.0032664938,-0.010700425,-0.0016444785,0.005743432,0.020879067,0.016794315,0.008625973,0.0039629303,0.0020221258,-0.00066479505,-0.0012129601,-0.012819393,0.0056358837,-0.004026519,0.006438989,-0.0021611021,-0.015511553,0.011760093,-0.013447066,0.018265404,-0.0072825863,0.009491272,0.0044361493,0.0019844458,0.00014206389,0.0056448365,0.004757007,0.012159804,0.0027000112,-0.00447624,0.017906515,-0.011722062,0.018548284,0.029303737,0.009623954,0.016450375,0.0017802186,0.020542147,0.0051541994,0.013940581,0.0023121587,0.016644124,0.0048114858,0.025691109,-0.00024784333,-0.018465983,0.009562618,0.015478179,0.0052576372,0.020916801,-0.0036673567,-0.0066262423,-0.045892972,-0.02303531,0.013701894,-0.015135833,0.013391826,-0.013698286,-0.026952557,-0.0031116977,0.026524842,-0.01714677,-0.024004988,-0.006482138,-0.00508139,0.016208928,-0.007659277,-0.020912409,-0.018420422,0.01826193,-0.0005294684,-0.008304971,-0.032648813,0.002685765,-0.010045032,0.0115568545,0.016101198,-0.02753962,0.016975608,0.012447763,0.009766811,0.0128057,-0.0026580074,0.0076986738,0.013912915,-0.0047901734,0.0052979663,-0.0032862346,0.015778866,0.009184597,-0.012443964,0.006411583,0.020384751,-0.0027041724,0.018654177,0.008913053,-0.017433425,-0.0051223743,-0.009351098,-0.005678141,-0.0065986332,0.001265981,0.0058005163,0.020383103,-0.0027395517,0.019521678,0.014304175,0.0013484758,0.012319126,0.014104317,0.004034899,0.022302644,0.020292876,0.020393346,0.017654497,-0.011548754,-0.01192154,0.01423765,-0.012160644,0.009183188,0.017566977,-0.0019039304,-0.0050758314,-0.013152239,0.005409174,-0.016095288,0.00054179545,0.0006245101,0.014469385,-0.0056910096,-0.0091878055,-0.004104424,0.024698054,-0.016148811,-0.012160623,0.016972665,-0.0020628166,-0.022484114,-0.011632712,0.0130004035,0.010916244,0.002332658,0.01985313,-0.0069212485,0.0010465218,-0.0041291933,0.004206961,0.0026809901,-0.011051649,0.014250158,-0.0050264015,0.03008248,0.008507859,0.009608781,0.0023604536,-0.008678435,-0.024238918,-0.029721262,-0.023585029,0.02293713,0.020679131,-0.01431915,0.010302602,-0.011117297,-0.0016613145,0.009636144,-0.17795205,0.0048644724,0.021275287,0.018799564,-0.045226045,0.0042007463,0.004181705,-0.0031115208,-0.0037519494,-0.008306084,0.004927616,0.008446091,-0.004983994,-0.021309573,0.0071125966,-0.036025144,0.01619978,0.019556351,0.013007989,0.0131594455,-0.0002637601,0.0006809631,0.021042036,0.033769775,-0.0037102238,0.01183949,0.0061649396,-0.0054099215,-0.018683515,0.012938445,-0.0208986,0.026093964,-0.0040750923,-0.034181368,-0.008336167,0.035661664,-0.022960689,-0.003438556,-0.0021519586,0.037908804,0.019550618,-0.019271595,0.003078101,-0.008312586,-0.011463718,0.014176374,-0.0050520007,0.016274394,-0.020736162,-0.005762109,1.0426221e-05,-0.026074354,-0.0053343587,0.028749688,0.019710423,-0.0042737606,0.036167268,-0.017130269,0.019897226,-0.0058961073,-0.00092249346,0.02155912,0.009702374,-0.01653825,-0.019997196,0.005136843,-0.008402967,0.1299303,0.0051679667,-0.005864919,-0.0067909276,-0.008606362,0.027559089,0.020980164,0.007795609,-0.0124407895,0.0059637954,0.015085864,0.0026967986,0.017987793,-0.024758775,0.02308923,0.019247396,-0.0010713572,0.016003247,0.016338771,-0.002873688,0.014205268,0.01367648,0.00071286067,-0.013878939,0.020555057,0.017525358,-0.0004935087,0.0037006591,0.00482135,0.03040955,0.0053390055,-0.0068279626,0.0023818216,-0.013119714,0.035304997,0.0027049296,0.0028725667,0.0018212702,-0.01129706,0.018169004,-0.0030733398,0.0087872185,-0.016635649,-0.007660742,-0.0045751277,0.0244291,-0.0058654426,-0.0029218325,0.0089425985,0.018121844,-0.0262986,-0.005330539,-0.0063806134,-0.0072384467,-0.005758502,0.0019976858,0.012823971,-0.003827754,-0.018393578,0.014088853,0.011283851,-0.010645875,-0.021452943,-0.00334399,0.0092403265,0.018840566,-0.0013865741,0.010452798,0.0035937808,-0.10433094,0.0042522475,0.00745656,0.010497372,-0.011236949,0.0018606017,0.0033508786,0.012199484,-0.019446315,-0.009977024,0.0028019047,0.02259575,-0.0053776056,-0.0064191236,-0.0028061832,-0.026778862,0.00654239,0.0043476885,0.02568323,0.0016265203,0.0067157308,-0.014248407,0.020016385,-0.030577468,0.01685134,-0.014669884,-0.0036099383,-0.007291963,0.0018494661,-0.0027379494,0.005884616,0.026022285,-0.02237574,0.0226426,-0.028807638,0.008726221,0.0048059653,0.012894382,-0.0144173745,-0.012669719,-0.003867819,-0.00038830625,0.009982149,0.00960332,0.00073786103,0.0006724459,0.009086415,-0.016057273,-0.017392147,0.01608337,0.0074630994,0.026239334,0.0076215737,-0.009682902,-0.014613165,0.017045842,0.014974984,-0.019274365,0.0147113865,-0.0011506152,0.004530162,-0.009144446,-0.008250838,-0.00121299,-0.00482033,0.00089272147,0.03976616,-0.007433567,0.004492443,0.008646306,-0.016196327,-0.01951922,-0.008726453,-0.01944869,-1.9173856e-06,0.008951083,0.0013075729,0.0052869488,-0.0075727557,-0.0010944116,-0.013855939,-0.023359442,0.0047906837,-0.016789662,0.020876702,5.6951118e-05,-0.028247468,-0.018690573,0.0023072364,0.0060185245,0.00046391846,0.0276607,-0.0067184023,0.0006149785,0.010224531,-0.012908228,-0.0050817267,-0.0113370875,0.019437203,0.02294064,-0.004490977,0.014919029,0.025834732,-0.0037509836,0.033279404,0.0022487738,-0.0035051396,-0.020100053,-0.032782532,-0.01053638,-0.020731518,-0.009000046,-0.012576664,-0.001807464,-0.004011667,0.0050460733,-0.012815248,0.017221197,-0.0026892354,-0.008494519,0.003376635,0.012463001,0.017588796,-0.00812781,0.026175682,-0.012645935,0.0078984415,0.00045445087,0.005478773,0.008273657,-0.014833523,0.00018495087,0.016370786,-0.010781606,0.00422164,0.0035330951,0.013139233,0.0013450418,0.025274657,0.010108762,-0.017860582,0.0005811832,-0.0245512,0.006746906,-0.035426915,0.0055191196,0.01977596,0.022396253,-0.0026428096,0.013161093,0.009977636,-0.007537414,0.013315396,0.007356731,0.018458098,-0.0012554197,0.0447855,0.006068607,-0.0041302983,-0.0036299152,0.014052149,-0.00529169,-0.012053666,0.0054940665,0.010043115,-0.020689141,0.010932132,0.008142808,-0.012614301,-0.0067016273,-0.015580063,0.024845516,0.024534527,0.011714265,-0.00010608819,-0.0047540013,0.032080073,0.017321067,-0.028621417,-0.061137743,0.014206881,0.01404974,-0.0064206375,-0.00045426158,-0.007579219,-0.009711354,-0.022740353,0.0033541203,0.010657592,0.016614692,0.005630651,0.002281622,0.006851387,-0.020220518,-0.0034299297,0.003062781,-0.0057684034,0.007888267,0.0012914338,-0.006570415,-0.037125237,-0.013531045,-0.029283911,-0.014053042,-0.026923954,-0.012062256,0.015457169,-0.0036479973,-0.012234998,0.0045886524,-0.015293908,-0.030266002,0.018083576,0.010998844,-0.014080419,0.010680373,0.004516509,0.006433703,-0.03912843,-0.004811614,0.013398081,-0.036207028,0.018157138,0.020783922,0.006590364,0.002708393,0.0021924346,-0.018563308,0.024097743,0.020945856,0.00076477765,-0.015585055,0.009500892,0.019796105,-0.0027038436,0.017556448,-0.020140968,0.001577603,-0.020639976,0.0038572608,-0.043543767,-0.027721573,0.00842347,-0.016872426,-0.013278783,0.021302259,0.0140281245,0.02542591,0.04325791,-0.014502389,0.0012449884,0.0122159,-0.0008960429,-0.0059742685,0.015173446,0.016040822,-0.016210765,-0.009229329,0.017589485,0.01507749,0.029457508,0.006656387,0.022784691,0.02876138,-0.044770192,0.016319461,-0.109532565,0.0035958681,0.015159288,-0.011308267,-0.0050421953,0.012690428,-0.01551824,0.029181616,-0.025038822,0.0031334653,-0.011111354,0.0052573127,0.0047117644,0.002497043,0.010475637,-0.0037037537,-0.00069589,0.0016133344,0.014637474,0.011833126,-0.00038258758,0.0007458883,-0.013758969,0.0074599953,-0.010040195,-0.041662317,-0.0057663606,-0.014061332,0.007290046,0.0011088623,0.0031233274,-0.008488947,0.006282053,0.0045654406,-0.006471296,0.0062086238,-0.034043677,-0.006250574,0.00710531,0.014626456,-0.0016080552,-0.017547946,0.013875637,-0.0033357567,-0.0096282875,0.0032474129,-0.010897826,-0.0028372228,-0.0076135634,0.000645648,0.002633195,-0.008600644,0.013141287,0.022010408,-0.0058406587,0.008161778,-0.013065088,-0.024612917,0.009941606,-0.0012153463,-0.00049495546,0.019318732,-0.0034415466,-0.0020663268,-0.006915637,0.003565384,-0.010046758,-0.010060139,-0.02510251,0.020411178,0.005366987,0.017400635,-0.024652196,0.008420483,0.013944579,0.008866607,0.0028376793,-0.0032012933,-0.01636042,-0.004971265,0.0018525465,-0.0018005512,0.02550066,0.0016473873,-0.0109695485,0.0025855717,-0.0017128865,0.019000491,0.0012813791,-0.00021384782,0.023466647,-0.008081655,-0.014885276,-0.0015734324,0.01772157,-0.0035973473,-0.004869825,-0.008206009,-0.01664542,-0.008339619,0.00026293186,0.012790628,0.004781819,0.020046351,0.03218996,0.009816342,-0.009346598,-0.0047175484,-0.000347226,0.0046962337,0.011135267,0.015395225,0.005983504,-0.0045889574,0.010868716,-0.0021876101,0.006521976,0.0025503268,0.01218465,-0.014524072,-0.016399484,-0.016336996,0.0073733926,-0.005722777,-0.005756934,0.002932106,-0.012533202,-0.027872527,0.018350054,0.002863379,-0.0029863238,0.015115073,-0.006391498,-0.018455321,0.012300979,-0.017082592,-0.0010454492,-0.012569978,0.0072269975,-0.004759331,0.00752683,-0.0095,-0.0021576204,0.01669866,0.0035337496,-0.0145609975,0.0071995864,0.004181265,-0.018608585,-0.0052610734,0.0137740215,-0.020886622,0.0005256274,-0.014781799,-0.03378841,0.0015811152,-0.0022935788,0.012429885,-0.002013128,-0.0034251513,0.011198051,-0.005932227,-0.0036501114,-0.0049847947,-0.012486922,-0.021816095,-0.008059719,-0.02320337,0.006874078,0.010132338,-0.022838254,-0.020769237,0.0026134374,-0.012792149,0.03367153,-0.003875928,-0.014552904,0.024385765,0.025897468,0.005752782,-0.0033344408,-0.007860371,0.0033814486,-0.004891553,0.006944791,0.004147508,-0.017960299,-0.008166513,0.00011057077,0.0033957209,-0.026834128,0.03130114,0.009888494,-0.007633016,-0.009786057,0.014751559,-0.0022780225,0.002545448,-0.01619749,0.031443074,-0.006860259,0.018806495,-0.010455886,-0.026536502,-0.02199513,0.0007175308,0.0004962967,0.00016709254,-0.011464758,-0.008503678,0.014019525,-0.0045321663,0.01788867,0.011855463,-0.02136686,0.015486746,0.034384277,0.00042022762,0.005360004,0.00819137,0.027053872,-0.0019419928,-0.013111512,-0.0045938357,-0.005611396,-0.021062404,-0.007879434,-0.004941551,0.012309435,-0.0058228434,-0.0005810133,-0.003792325,0.013915031,-0.025195982,0.021148818,0.0015665286,0.0008170973,-0.027733022,0.031594824,-0.0011565842,0.006388106,0.024764279,0.015330964,0.010040223,-0.005959219,0.014722447,-0.03165851,-0.03167419,-0.022416737,-0.011545871,0.012512269,0.014213208,-0.004391035,0.0050910567,0.015954152,-0.036141995,-0.001462594,-0.017717347,-0.015545415,-0.0062439525,0.0062936014,-0.0014980574,0.0071089733,0.020099405,-0.0077665336,0.011484017,0.014989082,-0.007753267,-0.0077445386,-0.024439873,-0.011090995,-0.0007229674,-0.012333073,0.010485767,-0.019687993,-0.0090698525,0.013644976,-0.007517162,0.028482871,0.012870119,0.012987944,-0.015486095,0.01046841,-0.0070503377,0.021813774,-0.0021258385,0.014985964,-0.00079752563,-0.015408153,-0.005951049,0.027511267,-0.0017604083,-0.0024136966,0.01104724,0.009894081,0.007567975,-0.0073041455,0.0044736746,0.02016653,-0.0044866945,0.027004933,-0.0043600574,0.012235395,-0.0168708,-0.0037487892,-0.014863068,0.02463167,-0.005176339,-0.010724436,0.012315811,-0.023343505,0.004446503,-0.0064258934,-0.018930396,-0.033644814,0.009953331,0.009889934,-0.013501965,0.006903379,-0.002029954,-0.031711686,0.028884899,0.0031690188,-0.005894392,-0.0049957824,0.013339459,0.007754443,-0.004911954,0.0065894746,0.021393,0.0075821998,-0.015962081,0.01773948,-0.0061168484,0.028471656,-0.00583257,0.019358758,0.009656507,-0.0021715595,-0.017125815,0.014406802,0.014210962,-0.0049279137,0.006972573,-0.0017093838,0.0015055805,-0.0019573725,0.0137874,0.010157832,0.0017169584,-0.030782446,0.005350089,-0.018167539,-0.004111078,-0.02077915,-0.007570961,0.00939676,-0.013098681,-0.032089934,-0.022338683,-0.01373693,-0.009556701,0.018703554,0.0098524885,0.0012891272,0.016130505,0.0051804306,-0.0036632442,0.014161931,-0.0015127751,-0.016138678,0.017897202,-0.007358477,0.003923128,-0.018339,0.0058969613,-0.025849463,0.0077507915,0.019449262,0.015837876,-0.006294376,0.018472439,-0.010980338,0.009016949,-0.0024243467,-0.008104272,-0.012959615,0.009243682,-0.0008348268,0.021391869,0.009408227,0.027359655,-0.0018425196,-0.0090222005,-0.013748789,0.02903492,0.0030919611,0.0039016195,0.0073565124,0.02045351,0.012555677,-0.029553853,0.011427121,-0.01360274,0.0025604484,-0.008677061,0.03365866,-0.008127169,-0.015467457,-0.01383915,-0.0009275357,0.009807391,0.0027008404,-0.005333264,0.0011469701,-0.018691605,-0.015338327,0.02998476,-0.00872374,0.008487055,0.0009389942,-0.009761117,-0.009457684,0.009425503,-0.0033383758,-0.0027870743,0.010573585,-0.013751107,0.0030530344,0.0010312971,-0.0045715137,-0.021714719,0.0015394562,-0.02678448,0.00133438,-0.002945473,-0.005288534,0.024023678,-0.0026207224,0.007970887,-0.016583245,-0.0063523813,-0.013434236,-0.006801349,-0.003639391,0.014177986,-0.010021845,0.013591966,-0.0033946845,-0.027709803,-0.019224646,-0.009612087,-0.009312255,-0.038254008,0.0046138386,-0.006097098,-0.004954016,0.01928868,-0.003454705,0.010529949,0.0038972946,0.008800965,0.020629503,0.02208536,-0.035609256,-0.02783903,-0.0074780877,0.01407413,0.010376207,0.013235186,-0.030925943,0.0062435973,-0.049718674,-0.012040478,-0.0021310993,0.00021881344,-0.007820094,-0.002338544,0.013438806,0.04223226,0.00024431117,-0.0032039178,0.0115656685,0.0037874612,0.010612431,0.0027856508,-0.02188568,-0.027670497,0.013084867,-0.003821122,0.0068328883,-0.009015021,0.0064650723,-0.012085773,-0.015249465,-0.006438776,0.028965037,-0.0062090075,0.010834138,0.0017130548,0.019451195,0.010966914,0.004104507,0.0027209993,-0.006251993,-0.019992884,-0.0114191715,-0.006292125,-0.002833063,-0.020164771,0.004345672,-0.0005283535,0.0024202843,-0.026195128,0.00077384687,-0.025712864,0.0033657877,-0.006575522,-0.019260818,0.01723968,-0.0130177485,-0.0042413683,0.006248454,0.005336061,0.027318636,-0.021399727,-0.00047903016,0.02013631,0.022756666,-0.0014599164,-0.0042868773,0.0063945195,-0.010175241,0.004228789,-0.004816647,-0.01922175,0.016967537,0.014047894,0.023454484,-0.020616528,-0.0104927085,0.0029516865,-0.011311491,0.007692979,0.015307046,-0.007391195,0.0019255871,0.004323764,-0.018660916,0.004838212,-0.0061631682,-0.014441371,-0.014802534,-0.021737857,-0.015363903,0.009896082,0.00401752,-0.029229509,-0.010209239,0.0045602685,0.005155896,-0.01266391,-0.005306194,0.035278816,-0.015225938,-0.018361365,-0.010940523,-0.017773157,0.007275819,0.015982548,-0.00374941,-0.00064696436,0.016980335,-0.00044782256,0.008566723,-0.00753064,0.00069943233,0.0055787624,0.002749772,0.014123859,-0.0029206027,-0.012290486,-0.012177474,-0.0039527086,-0.017947774,-0.00032299123,-0.0070794164,-0.0038146826,-0.0011986071,0.02277606,0.021094186,-0.0016196811,0.034453776,0.005981384,0.013180277,-0.0022087249,-0.03235855,-0.005728844,0.010460349,-0.016700242,0.024273325,0.007661525,-0.0175354,-0.012626696,-0.0019692294,0.0031433364,-0.0024790177,0.0050283843,-0.003729187,-0.016163561,0.0019081836,0.016208583,-0.025924193,0.0003178702,-0.00949742,0.0047307364,0.03901332,0.016314639,0.01930552,-0.012101066,-0.017873999,0.015774775,0.009744491,0.0041361023,-0.005768165,-0.01149383,0.013220807,-0.0015580255,0.0020787942,-0.009488182,0.021393735,-0.00919531,0.005997356,0.015086046,0.021452298,0.017567178,-0.01234777,0.00386887,-0.0047504054,-0.01822243,0.01598417,0.022240479,-0.0025426906,0.0031239751,0.0020682425,-0.0008658437,0.021532163,0.0032280209,0.013913354,0.015771398,0.008360567,-0.013206953,0.0013648414,-0.019019134,-0.006417656,0.0031679089,0.018789247,0.015629036,0.01872729,-0.0024243428,-0.010384938,0.015263995,-0.013983574,0.0027999463,-0.0118242055,-0.0064334655,0.00436198,-0.0035410097,0.016325533,0.019242914,0.019920131,0.010110909,-0.01728445,-0.0035372083,0.016350765,-0.005730821,-0.0038488791,-0.0112053435,0.005182986,-0.0044609956,-0.004290966,0.002672557,-0.0016108708,-0.0080299545,0.0031238561,-0.019576564,0.15165213,0.110044286,0.0005465371,-0.020354124,0.027554067,0.016072031,-0.003526979,-0.0052196262,-0.011405098,0.0023573362,-0.0015933779,-0.0056158453,-0.0070322556,0.0057884837,-0.039367516,0.0024605459,0.020350099,-0.011719836,-0.015633307,0.0042639417,-0.010767917,0.013907304,0.006214846,0.0055994974,-0.015165326,0.007991298,0.0016352813,0.00606908,0.031551864,-0.016756075,-0.00033146958,0.023187432,-0.0057599903,0.0024641873,0.008897368,-0.009213941,0.015615893,0.013142537,-0.008287608,-0.017214118,-0.01772648,-0.01547716,-0.006943384,-0.01903638,-0.01519863,0.0097312275,0.017208997,-0.020703726,-0.00027652463,0.021573331,-0.010414127,0.0062246155,-0.0027297335,0.011586703,0.014623648,0.006994116,-0.00030087278,-0.00014452271,-0.013634163,-0.0035725906,0.0035206652,-0.00039706,0.012205044,0.021255502,-0.0022221045,-0.00070273096,-0.0021786361,0.0011682092,0.008305174,-0.000979324,-0.00029748565,0.015798846,0.010594641,-0.0073577063,0.0054639764,-0.035929225,0.010587088,0.008355895,-0.002526992,-0.0035803956,-0.0035810717,-0.00831156,0.0029085893,0.018662238,0.0052761696,-0.019023322,-0.0039344383,-0.00016947238,0.11637952,-0.019442221,0.004412912,-0.00763853,-0.008109114,0.014921587,0.014939395,0.055394724,0.008970167,-0.022586552,0.0075636366,0.0013614269,0.019410346,-0.01101138,-0.0012145458,-0.019240193,0.006348694,0.056474596,0.0025171053,0.030531127,0.0049075456,-0.0030013884,-0.0024362735,0.008493222,-0.0006939703,-0.0073733516,0.0035818503,-0.012377819,0.010046165,-0.020937942,-0.104081266,-0.027020162,0.0092543475,-0.007949215,0.001870252,0.027603164,0.005267432,-0.024082968,0.009912703,-0.007133145,-0.0042619235,-0.0007943471,-0.0077698524,-0.021478076,0.0017525963,0.0337295,-0.0074483166,-0.020120801,0.011451309,0.012487423,-0.0039642183,-0.0021496622,-0.010284549,0.0026754113,-0.004447722,-0.009096301,-0.0059917667,-0.0011056062,-0.014362078,0.018405467,0.0021002456,-0.0070511648,-0.025016278,0.008161605,-0.01191624,0.007390751,-0.008969218,-0.0128481975,-0.024597416,-0.0047386694,0.0080412375,-0.01781112,-0.014382898,-0.022732548,-0.0063834544,-0.0022784357,-0.02377348,-0.024876853,-0.013395137,-0.0014956483,-0.011241009,-0.014270556,0.006497709,-0.009267613,-0.008702414,0.012758483,-0.030308833,-0.014735343,0.002421387,0.0073834867,0.021601772,0.005472682,0.0031747636,0.017516587,0.006051799,0.0021941408,0.014952237,0.013112409,0.012146861,-0.023651935,-0.023853205,-0.005086597,0.012894594,-0.012240812,0.023706678,-0.019452572,-0.0048566884,-0.0023544964,-0.0042304615,0.021902801,0.008280427,0.0050300593,0.006013598,0.09861766,0.021297738,-0.01905363,-0.0078120725,0.004458382,0.0057374975,-0.00958169,-0.021138512,-0.009038952,0.009925613,-0.011411943,0.00633921,0.017622503,0.017309792,0.00392487,0.0035520548,-0.007347326,-0.015926406,0.019495213,-0.0073605706,-0.01712627,-0.013799312,0.0024442256,-0.024115419,-0.009771607,-0.0022199727,-0.011424816,-0.009286071,0.017366072,-0.023381082,0.002181202,-0.0053896513,0.012232123,-0.0065318495,-0.006974107,0.015051111,-0.017961435,-0.000530747,0.00020028892,-0.008745001,-0.007924374,0.0063168504,0.002712478,-0.0067006038,-0.031088367,0.20471983,0.01691107,-0.004253118,-0.004770562,0.0038744067,0.001716063,-0.0011275817,-0.008738172,-0.016621979,0.0072219805,0.032697827,-0.018352276,-0.02444472,0.010146514,0.013709932,-0.009701665,0.002291791,0.009683975,-0.00562634,0.008963809,-0.008895184,0.018497083,-0.008778657,0.008079371,0.006011471,-0.015224695,0.02657723,0.01100024,-0.0044473447,0.007235987,0.0027100688,0.00305311,-0.0051927962,-0.022832092,0.007062827,-0.013682597,-0.0010446509,-0.013906094,0.001954571,-0.014304959,-0.013816061,-0.004106151,0.0110406,0.01129663,0.0068000765,-0.01840858,-0.011593866,-0.007942191,-0.0035583375,-0.008855302,0.001994407,0.002471619,-0.0005591168,0.015242723,-0.015673576,-0.012832288,0.024378862,0.0027707266,-0.006177146,-0.004951071,-0.008372447,-0.0020359047,-0.00042357764,0.017984396,0.009655045,0.00630232,0.0013679237]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 91,
          "content": "Iran Rejects Israel's Continued Attacks; Speaker Ghalibaf: \"Negotiations While Violations Persist Have No Rationality\" - FNN Prime Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.003154564,0.028209502,-0.0029644868,-0.07387133,0.0025724778,0.00562498,-0.015135317,-0.014244148,0.0062237233,-0.0140487,-0.016189937,-0.027858743,-0.014963667,0.009371882,0.08247937,0.022056662,0.013624968,0.029863633,0.0136881145,0.026556984,-0.020197192,-0.0047837673,-0.027719416,-0.005592098,-0.009231417,0.012607315,-0.00061383983,0.019096488,0.02255768,-0.0051301923,0.0033977295,-0.02397365,0.004970122,-0.016559841,0.024344059,0.017196702,-0.006000478,-0.011799381,0.0041771606,0.014185703,-0.004853369,0.021021705,0.0057616136,0.0032531554,-0.015619766,-0.0040880577,0.018099729,-0.02229435,-0.032199003,0.035194766,0.0019171624,-0.019565009,-0.016947234,-0.16248524,0.009211345,-0.021067195,-0.010685657,-0.01832898,0.042440966,0.0048573315,0.001256541,0.018265817,0.013395157,-0.013561185,-0.0018872767,0.014464683,0.015353343,0.008672034,0.009248012,-0.023776172,-0.017643241,0.008760374,0.010401338,-0.009888502,0.031189578,0.013591923,0.032214925,0.03995377,-0.002204749,0.008646356,-0.02157248,-0.03252231,0.005492942,0.0126430765,0.020532813,-0.026548097,0.0020676018,-0.017760012,0.019249856,0.025977539,-0.037371974,0.014945988,0.011971338,0.018516533,-0.022492414,0.014031865,-0.022959916,-0.00035230446,-0.002213874,-0.0015231261,-0.018280923,0.0031995105,-0.010150572,-0.0043697506,0.0010040668,-0.014343651,0.036630314,0.008959928,-0.007667086,0.0023233523,-0.010676007,0.026111633,-0.029102964,0.0023273628,-0.023528723,-0.14494704,-0.031828113,0.0020426216,-0.0044000335,0.013816227,-0.014769663,0.0068653533,-0.0039037354,0.026878536,0.0061750202,-0.033502456,0.003758527,0.017647577,-0.0107892975,0.009974936,-0.0026195073,-0.013084201,0.008292099,-0.019318547,0.009473533,0.02650308,0.016782265,0.033335593,0.0056147827,-0.020388031,0.016523592,-0.012346482,-0.006537166,-0.0150895845,0.020444192,-0.0035407594,-0.017543232,0.020407317,0.018376555,-0.01685096,0.02401287,0.008953311,-0.0067880224,-0.025588498,0.012970709,-0.008342563,-0.0009589271,-0.0033921031,-0.0048592873,-0.0019445316,-0.05171728,-0.024618072,0.032778967,0.0056510377,0.0225975,0.0033461286,-0.0011201324,0.0075198393,0.0022302717,0.022035016,-0.0070530954,-0.019294597,-0.0062918253,-0.0032115795,-0.0043888516,0.018049149,-0.013644149,0.011925431,0.0068189134,0.027845182,-0.023936471,0.004841968,0.023073688,0.010602881,-0.0049445173,0.0076832566,-0.001732252,-0.008743344,-0.028109405,0.013907357,-0.024475629,-0.02132106,-0.0024399525,-0.0082778605,0.016170623,-0.03465124,0.0014420685,-0.02015626,-0.0010757243,0.025091624,0.02832535,0.0038819832,-0.008073918,0.009936443,-0.020042572,-0.0006188542,0.013040162,0.0019357913,0.015015488,0.01355695,0.025823368,0.012357525,0.02869649,-0.033600193,0.013618487,-0.013480555,-0.026098192,0.008828261,0.009443267,-0.0047222795,0.037316315,-0.011430402,-0.003393948,-0.019382391,-0.0027647417,-0.0049240706,0.019056201,0.02741714,0.0007188819,-0.015089609,-0.00034252452,0.0054197297,0.003949051,-0.013111064,0.023703149,-0.006034567,0.033256855,-0.012635314,-0.021474281,0.015279526,-0.0003772638,0.033978947,-0.018713612,-0.013182458,-0.007006609,0.0005445612,0.01812598,-0.017774532,-0.0045372588,-0.0022797554,0.01011924,-0.009798007,0.0056121545,0.006523153,-0.0016637463,-0.0064728493,0.020746307,0.0116193835,-0.03723975,0.012881987,-0.012323763,-0.001242893,-0.000153741,-0.0054850304,0.010779264,0.03626664,0.0029606794,0.011794837,-0.01554938,-0.0172611,-0.012932895,0.026579134,-0.006146859,0.0017361098,-0.01058579,0.044146486,-0.025366688,0.0032742918,-0.00023540587,-0.00257339,-0.018790094,0.0013992656,-0.009714679,-0.0018928755,-0.0056247856,0.0060797646,-0.010886127,0.025777636,-0.03982019,0.002478046,0.007742647,0.017929528,0.023330098,-0.002310946,0.010170432,-0.010807519,0.004526422,0.00039175624,0.0047337874,-0.034112673,0.007602,0.0062071076,-0.0138545865,0.040889647,-0.024107993,0.028201303,-0.016661618,0.018580513,-0.00017903384,0.023310203,0.0068956916,-0.02571261,-0.023221966,0.021204345,-0.011317271,-0.0378765,-0.005699282,0.031303827,0.011247721,-0.008629867,-0.0028763593,-0.02122179,0.0024270006,0.01362876,-0.026732594,0.011525204,0.031817045,-0.011364257,-0.004753396,-0.013940771,-0.003449134,0.006220522,0.013942946,0.017353516,0.007206915,0.02562686,-0.0017830489,0.023784067,-0.0006618602,-0.0051246984,0.023177424,-0.004093069,0.01525079,-0.024696734,0.0072927237,-0.0053350744,-0.0032163048,-0.012732954,-0.018296652,-0.050994366,0.001225231,-0.018940134,0.024622995,-0.021548387,-0.032859873,0.051782064,0.0019023113,0.0033470565,-0.008668527,0.026815629,0.014709049,0.030580366,-0.004599644,0.009051571,-0.030109499,-0.016952533,0.02292732,0.009196886,-0.036877126,0.001089397,-0.01852323,-0.038166426,0.004974133,0.0025982484,0.010775505,-0.0071088388,0.014440909,-0.019098463,-0.012150373,-0.008020339,-0.0077956063,-0.015760073,0.011404636,0.004870115,-0.0010947749,0.020698735,-0.014142933,0.020370578,-0.014434189,0.005487247,-0.036649134,0.00093556754,-0.011897416,0.033401035,-0.008645998,0.0019397193,0.015848603,-0.020270646,0.0059613194,0.001469419,-0.02755028,-0.026573002,-0.029476793,-0.010177024,-0.0101654045,-0.0021363741,-0.017881649,0.0064406353,0.0067447023,0.015836777,0.006426975,0.0040023527,0.013953473,0.011281612,0.018588046,-0.018660406,-0.013907554,0.037116487,-0.0003810401,0.026565148,0.042641543,0.009445752,-0.019555248,-0.010882305,0.0093217995,-0.0039579407,0.013712333,-0.020409605,0.032190688,0.010501632,-0.0039039764,-0.0083509395,-0.0056099235,-0.007702087,0.00023111787,-0.043516573,0.0025593,0.018706651,0.010193972,0.0072537134,4.0959953e-06,-0.025553606,-0.030264959,-0.01134303,0.02179917,-0.005284062,0.013722389,-0.027956078,-0.017822858,0.02100346,0.020798506,0.017945107,0.007112192,0.012262,-0.014245179,0.03202813,-0.024528075,-0.004161223,0.008850989,-0.037271596,0.004818003,-0.012730924,-0.018696623,0.017980518,-0.01581036,-0.0014987505,0.005057248,0.024523752,-0.030194128,0.036639776,0.019217135,0.014946307,-0.0038647996,0.019232484,0.0037033951,0.020087825,-0.0080908695,0.013882262,0.025256598,0.035804167,-0.0057308106,-0.017861806,-0.0101259295,-0.0064963526,0.019650878,0.025296824,-0.015324793,0.0020329247,-0.02412926,-0.0062667606,0.0034097293,-0.013232775,0.01906454,0.017620366,-0.008247396,-0.038715713,0.008299429,-0.034532852,0.02576806,0.0066818353,-0.00501976,-0.022373974,-0.04036553,0.002769977,-0.0034785194,0.0035118668,-0.004060281,-0.006933151,0.026890239,-0.0196483,-0.021705162,0.006953394,-0.0039893184,0.012014215,-0.019128945,-0.022495357,0.016463108,-0.009109452,-0.011248003,0.014519984,0.013176142,0.011700475,-0.02239358,0.0011314093,0.0072200494,0.0009119793,0.0028723255,0.0013305725,0.0010211926,0.007325333,-0.022000084,0.021282066,0.016206691,0.03973288,-0.01095298,-0.01240168,0.0052031474,0.0015495829,0.004670926,-0.005072961,0.014035287,0.011749135,0.006480198,0.012199372,0.033210978,-0.081600465,-0.016607942,0.0104071945,-0.020710178,0.0048789894,0.0039422126,0.007968768,-0.012063746,0.0120859835,0.00059011515,0.0018330376,-0.039531093,0.011213896,-0.00057909574,-0.021948408,-0.024904361,-0.003939073,-0.0016928511,0.036298193,-0.0056974352,0.036635894,-0.01701922,0.007228346,0.013735639,0.0071357186,-0.0003380066,0.007483488,0.012232679,-0.0056613623,0.020133678,0.01421872,0.005773109,0.019826962,0.017999599,-0.028375123,0.017962912,-0.010424893,-0.0005002302,0.016877612,-0.0067885704,0.023395726,0.043035667,0.008718434,-0.01182822,-0.011323515,-0.010295434,0.0059138373,-0.0013458772,0.03515162,0.0006973168,-0.010345551,-0.035953414,0.0009637536,-0.021338057,0.0010971315,-0.0088220015,0.0014804964,0.007866637,0.007627481,0.0053476035,-0.0022801307,-0.0038225884,-0.02126636,0.03694479,-0.026411982,-0.0095168995,-0.0018202572,0.017436735,0.010946189,0.02520643,-0.01169551,-0.00047753012,-0.0137831345,-0.0008052054,0.017069552,0.0300599,-0.013574092,0.02109372,0.006893199,0.008033548,-0.0063740914,0.022487538,-0.10045383,0.035162717,-0.044148795,-0.01136512,0.01177129,0.004557674,0.021341952,-0.017771466,0.0020626867,0.004459405,-0.018729603,-0.017378567,-0.008840144,-0.015895508,-0.029312495,-0.005543384,-0.0071049943,-0.008836448,-0.0031900115,-0.0063405423,0.004836296,-0.028951427,-0.010876207,-0.0031686132,-0.00025688895,0.002428788,-0.00235172,-0.0088555,-0.016134582,0.0072710672,0.011585428,-0.13993214,-0.013996798,-0.01425046,-0.0038233516,0.031120514,0.0011733653,-0.0021090773,-0.011472159,-0.0047956225,-0.010813181,-0.007145062,-0.0008678711,-0.01217224,0.0060457992,0.032952804,0.103258654,-0.006524742,0.009765489,-0.0038389624,-0.0026332515,-0.021110678,0.004817466,-0.012726137,-0.014197421,-0.007648733,-0.008010833,0.020544678,-0.00374245,-0.008763671,-0.01012584,0.0006970119,-0.0052606575,-0.0174498,-0.011403667,0.0043903994,-0.02153478,0.0009467065,0.00035662943,-0.0077249827,0.023551313,0.012590591,0.0018913804,-0.0022539152,-0.01693012,-0.020851161,-0.013943097,0.012418699,-0.010396148,-0.0031678907,-0.009648681,-0.018553788,-0.095397756,0.00072179385,0.042796057,0.024759745,0.001181275,-0.0098628355,-0.0021684337,0.022616547,-0.0018866322,0.0069496334,0.0032041033,0.024176488,-0.00583613,0.007137122,-0.009098033,0.010180538,-0.023059411,-0.0036958393,0.023409214,0.018816782,-0.01369666,-0.037135772,0.0011410736,-0.013162131,-0.021736726,-0.022192303,0.019897364,0.01075337,-0.0017138562,0.005243767,0.013322736,0.0067814835,0.0083448505,-0.013874155,-0.007846734,0.0053272634,-0.00977503,-0.00715611,-0.00945046,0.03358124,-0.008511036,0.03241815,-0.0066915206,0.017301975,-0.02567918,0.017015824,-0.011731304,-0.017210545,-0.017491631,-0.007294254,0.0021949639,0.028156385,-0.013117599,0.005766139,0.03192495,-0.0036551186,0.009017692,0.027496893,0.024932235,-0.017405275,0.00068596855,0.012694251,0.007043978,-0.00071075646,0.013999214,-0.0055173133,-0.027100828,0.01695966,0.017678538,0.0054042996,0.009211547,0.0003449432,0.005530369,0.010915809,0.0017304814,-0.011707064,0.003403004,0.019133944,-0.059695095,-0.0032762564,-0.0056217527,-0.008843225,0.020868445,-0.0056668017,0.0050647995,0.010070651,-0.00025978053,-0.0036196369,0.006066595,0.017963322,-0.0020037682,0.011665159,-0.008550944,0.011250783,-0.024816418,0.02014246,-0.0142058255,0.021720558,-0.0011277555,0.028994957,-0.020873744,0.00095797656,0.00915231,0.00095246296,0.0052098325,0.009057661,-0.0017039672,0.015385388,-0.012825273,0.008085993,-0.032060634,-0.011551906,0.002238219,0.016893955,-0.02000174,0.003595014,-0.0014227398,-0.009768656,0.002503086,0.017730488,0.02402713,-0.0049078395,-0.009705601,0.0012620463,0.0030759398,-0.02255743,-0.0025233736,0.004105785,0.0025621182,0.011450094,0.0011087308,0.009328247,-0.0034673435,0.014204786,-0.0004603238,0.01710388,0.0030954601,-0.009645455,-0.00079362915,-0.019297993,-0.010611036,0.006213842,-0.007821165,0.004816103,-0.010523979,-0.0134638855,-0.006956995,-0.0139683755,0.02171014,-0.013208602,-0.020392949,0.0037981928,-0.013226153,-0.01965504,-0.0017483052,0.0014016585,-0.0041771983,-0.0028840187,-0.011633718,0.0038362332,-0.009702058,0.0006087972,-5.5001663e-05,0.010142905,-0.012757772,-0.010668393,0.0025216537,-0.002998792,-0.010677171,0.002654389,0.0020003172,0.00044557036,0.011581097,-0.013381418,-0.01114484,0.0065202015,0.0013022004,-0.015293595,0.015035125,0.010316667,-0.024493884,0.020525893,0.0013424688,-0.011552266,0.019808367,0.0013683208,0.004589951,0.0015851835,0.00042458015,-0.0026306182,0.017234065,0.006997837,0.018519897,0.004019975,0.01635589,0.009738663,0.01947282,-0.024429804,0.0021347585,0.0060753706,-0.00046501315,0.019984344,0.011239755,-0.016911158,0.012608397,-0.009074939,-0.0055956403,0.01638887,0.004496035,0.016832102,-0.002600469,0.00059709937,0.004875152,0.018647106,-1.8263778e-05,0.008468313,0.013587768,0.004313655,0.027062884,-0.00688426,0.00076672935,0.015761353,-0.002045658,-0.002749236,0.006297684,-0.010971962,-0.020482874,-0.019134859,-0.0030120353,0.01882325,-0.0043418505,-0.01848452,-0.00059208483,-0.022244366,-0.022977063,0.009985277,-0.0024816946,0.010489334,-0.03053783,-0.009972738,0.0034792575,-0.0020960239,-0.0006261616,0.012544868,-0.008013882,0.003404902,0.01886462,-0.0145492265,0.003231611,0.0061325915,0.0039197085,-0.0011322612,-0.026476117,0.0034437159,-0.008962062,-0.0010515826,0.0030114073,0.0019832707,0.0052400013,0.09288033,-0.005893643,0.00035392592,0.009687134,-0.013204978,0.006312404,0.0044608125,-0.041658577,0.016524026,0.016538512,-0.008151146,0.0009848333,-0.02720156,0.0083136335,0.008214215,0.00428243,-0.011395912,-0.0033183254,0.032987468,-0.010119421,-0.007645472,0.0066246423,-3.8211812e-05,-0.0074300063,-0.008951875,-0.019371953,-0.008070529,-0.012337754,-0.0051024645,-0.0011123786,0.018055188,0.00210829,0.018597994,0.01036233,-0.020253625,-0.0064637465,-0.020570714,0.005623948,-0.0009805303,0.004799476,-0.0047557666,-0.011578166,0.0048597245,-0.0049527297,0.0024116584,0.0079611875,-0.017603092,0.015233363,-0.018770332,0.006748408,0.0040985895,-0.014625394,0.010502722,-0.014685014,0.005294117,-0.0018446109,0.0072443965,-0.012909946,-0.0042191204,0.0069150357,0.007863864,0.021443136,0.011583734,0.0011526544,0.00019175358,-0.0004414903,-0.0012825218,0.025134102,-0.00070692645,0.00076162675,-0.0076106186,0.017899068,-0.0064267707,0.0078797545,0.019195106,-0.020855282,0.013170518,-0.010596636,-0.006241496,0.0115940925,0.010176727,-0.0135888085,-0.018347982,0.0051199934,0.0075920606,0.00015764081,0.0037441284,-0.0023731848,-0.0058891573,0.0019365692,-0.00012604962,-0.00037209218,0.0017373287,0.013374619,-0.0012759151,0.009441508,0.053962223,-0.0032359005,-0.011342858,-0.0193791,0.013537987,0.011838258,0.009116856,-0.0039099604,0.009520626,-4.621872e-05,0.0024360744,-0.008036532,0.00038304116,0.0033117658,0.0013733264,0.0046607554,-0.007988332,-0.017110212,-0.008716431,0.0020777865,0.0048013264,0.0069345054,-0.00020151614,0.005560674,0.0015168078,0.0012139287,0.0043058777,0.010610137,-0.014679794,-0.013955317,-0.017337931,-0.017747588,0.005617102,0.0128976535,-0.00992604,-0.0036261312,-0.0111628175,0.0013120036,0.011325223,0.022500714,-0.00882361,0.00093354454,0.010722038,0.0062160776,-0.003791053,-0.003212994,-0.029727174,0.018171484,0.005155264,0.018576704,0.005854132,0.0013780965,0.012770494,-0.00046521818,-0.00096171786,-0.0032429714,0.0070870863,0.0026014645,-0.0062089865,-0.010500635,0.014523791,-0.0052483818,-0.013919062,-0.0031938949,0.00030473998,-0.0075317826,0.009078941,-0.013303332,-0.010111054,0.008896545,-0.014209913,-0.004861955,-0.01821487,0.003390945,0.0069340146,0.015456248,0.03432406,0.00021901063,0.011645492,-0.0038694867,0.00074311806,-0.0015618766,-0.0027540028,0.006949558,-0.01009581,-0.013902779,0.0009057208,0.010490171,0.028158994,-0.021218961,-0.006458939,-0.020895125,0.0018582516,0.02644705,-0.013960903,0.013911237,-0.003350756,0.009249464,0.0011057418,0.008651436,-0.022681743,0.020532418,-0.019177632,-0.00056459784,-0.008055537,-0.0038578368,0.017031968,-0.0184577,-0.005877783,-0.003993284,0.00075575,3.7322246e-05,-0.0062099686,-0.005469408,-0.004042347,-0.032701023,0.0069719534,0.020661362,-0.00088506204,-0.00089406414,0.0049444474,-0.010402593,0.00939955,0.014700188,-0.0045233164,0.012006943,0.00626934,0.010657926,0.017121065,-0.005156005,0.0070138127,-0.0155675495,-0.007979493,-0.0032321964,-0.009884759,-0.0055900943,0.0061950223,-0.00063828425,0.011788838,-0.0047855224,-0.00066001253,-0.009619352,-0.01595692,0.0017572495,-0.0060850466,0.003161903,0.006434635,-0.00097020273,-0.012152694,-0.01724148,0.0060162772,-0.010602841,0.0045583853,-0.0055216216,-0.003970747,0.0045935176,0.006059991,0.015755927,-0.006780871,-0.014631194,0.0068061193,-0.040940944,0.0049927216,-0.018883575,-0.0053293244,-0.0044665635,0.0064130817,0.007820744,0.010090112,-0.012248252,0.005066153,0.013928251,-0.008956525,0.01224962,-0.012368405,0.006627064,0.0103033185,-0.0057323566,-0.006772939,0.0050167204,0.0067270743,-0.009044923,0.020222737,0.012989811,-0.0037747768,0.013496466,0.007504883,-0.007358765,0.006415858,0.0174645,0.0062006437,0.008872619,-0.0068695806,0.0042717867,0.008960691,0.0072275074,0.006986031,-0.007075738,-0.014057977,-0.021134736,0.01216876,0.0027504703,-0.030163042,-0.0034570093,0.01189526,0.018409345,0.0046293484,-0.0096377,-0.0017929935,0.027792096,-0.015652264,-0.003158945,0.017019076,-0.0054503623,-0.014456681,-0.005728702,0.0015449155,0.007555572,0.016115936,-0.0007919373,-0.003520471,-0.012052603,0.0013491795,0.010920956,-0.0027508852,-0.0076086223,0.008803937,-0.010262988,0.009776726,-0.002614551,0.004282872,-0.006165479,0.013267922,-0.008478921,-0.014500902,-0.006135618,0.013413739,0.019045979,0.0272821,-0.015602913,0.007539804,0.013955359,-0.0033005294,0.020710224,-0.007147947,-0.00796333,0.0082055805,-0.001629558,0.02088793,-0.0054985974,0.004925725,-0.0036113446,0.006997734,-0.01512201,-0.026028274,-0.01810105,0.00080956175,0.0032337585,0.00967236,0.00017690416,0.0053300853,0.009063914,-0.0098277135,-0.008600824,0.00042039363,0.0062250933,0.017957544,4.591496e-05,-0.016273057,0.0009792034,-0.0025594127,0.002025924,-0.01629868,0.0145005975,0.017580451,0.0059765857,-0.014737187,-0.0051754173,-0.013855238,-0.00021681147,-0.019757073,-0.0053037507,-6.477444e-05,0.0024315284,0.00062333804,0.010710492,-0.009900002,0.00493199,0.009673543,0.016995655,-0.0038061177,-0.009097219,0.006433589,0.009748953,-0.0054534175,-0.013565637,0.0173307,-0.005334317,0.0060297633,-0.02322946,-0.0041034548,0.0063106692,0.013944253,-0.0014401224,-0.01262828,-0.0007415424,-0.016670099,-0.0031793772,0.006012269,-0.013147613,0.004827809,-0.009723452,-0.011439295,0.029738756,0.007121651,0.0047795023,0.013139874,0.010902338,-0.00014972605,-0.00088536274,0.012643236,0.014746079,-0.011904052,0.013265259,-0.002362644,0.0037334918,-0.0035755397,-0.005128089,0.0014172465,-0.016076805,-0.0005397041,-0.00013340029,-0.0054516667,-0.004194251,-0.00057692826,-0.00041259496,0.0011622522,0.006504832,0.0067523587,-0.005790833,0.01707198,0.013054229,-0.0019117537,0.007701791,-0.00404235,-0.012381722,0.0002664939,0.0031092525,0.007865752,0.007638982,0.012708803,0.0022001592,-0.001731828,-0.0017490257,-0.001186371,-0.01008873,0.011326915,0.008519596,-0.0039759404,0.008466906,-0.01195942,-0.024173908,0.013099731,0.0059558265,-0.0006911582,0.008992527,-0.09414752,0.00023878613,-0.001409507,0.024115635,0.010379482,0.010072516,-0.0067236624,-0.0036062123,-0.004615309,-0.015897837,0.000121792174,0.010181877,-0.004170215,-0.020693598,-7.914765e-06,-0.006176029,0.022651095,-0.002316639,0.0001122668,-0.008701194,-0.02312109,0.0057835276,-0.004109324,-0.0016023703,0.00087954354,-0.0054697543,0.010332217,-0.0038435347,-0.015908686,-0.00069259846,-0.0017470416,0.013339382,-0.01247907,0.007916686,0.0062622987,-0.021921573,-0.0033088536,-0.008499381,-0.13319997,0.0076041617,-0.01743194,0.00014233454,-0.010738623,0.022867925,0.0014119052,-0.0017096322,-0.019923147,-0.013426636,-0.0022335136,-0.004080384,0.0010659778,-0.02223925,-0.008195305,0.016658861,-0.011721388,0.010524351,0.00015275303,0.019149378,-0.00010483316,-0.030634942,0.015243213,0.010281755,0.008038931,0.020790637,0.017551728,0.008841342,0.00424946,-0.0033561147,0.006119081,0.020792041,-0.0016126753,-0.0019526161,0.017325955,-0.0005953678,-0.009026213,0.00089214224,0.0032482257,-0.008964929,0.011607618,0.01179823,0.0053971135,-0.007877118,0.008843361,0.0051321434,-0.0062873266,0.0022293823,0.0022681174,0.028920753,-0.014296703,-0.00032952597,-0.0022447018,-0.010379671,-0.01414304,-0.004470204,-0.007075431,0.0024524513,-0.004684563,0.0019634424,-0.00071957236,0.011141153,0.021421602,-0.012208003,0.0061836136,0.0055729127,-0.0008287154,0.021665005,0.004907696,0.029132307,0.004848409,0.01670107,-0.008590985,0.014032588,0.018920653,0.011931806,0.009931296,-0.00047978267,0.014756301,-0.0030858107,-0.018865183,-0.008470197,-0.028946526,0.013563366,0.020708535,-0.0017332475,-9.783241e-05,0.00053876167,-0.02046247,-0.02836489,-0.0042549735,0.013909307,0.0053236936,0.030167239,0.0002057591,-0.008943538,-0.006779497,-0.004746307,-0.016977105,-0.0014239855,0.02033792,0.010328179,0.019126657,0.0034255171,-0.0069833724,0.0032649392,-0.010718697,-0.013564176,0.02454629,-0.023388147,-0.008166331,0.0005744265,-0.0044915746,0.02127038,0.0076813404,-0.0031194193,-0.021339294,0.016756462,0.0089772325,0.027908685,0.0016133172,0.020719344,-0.012425664,-0.013947409,-0.0038860831,-0.008363682,0.033984456,-0.018056374,0.0045468938,-0.0024335638,-0.011811067,0.0011660892,-0.011654455,0.018928122,0.009088275,0.0016134289,0.021871062,0.0052536353,0.0030603735,0.022990752,-0.00011964392,0.013485841,0.00287225,0.039131552,0.004327322,0.002598035,-0.0029516476,-0.005179235,0.004036645,0.015891157,-0.001859136,0.00703834,0.0021779225,0.023163037,0.005340525,0.0014285302,-0.018563345,-0.0075037465,-0.031635214,0.017965036,-0.0016497768,-0.0006821778,-0.0055135335,-0.00628127,-0.014646625,0.018365417,0.007514677,-0.007737099,0.0030364455,0.014347347,0.0011716943,-0.031415123,0.0003406983,0.009434592,0.0122066885,-0.013550828,0.0011031006,-0.0061353673,0.0013654394,0.006037754,-0.017198369,0.012204911,0.016701091,0.012104419,0.023230683,-0.009100293,0.008712193,-0.005240113,0.009281884,0.023761937,0.039833006,-0.0026698278,0.008261166,0.0017208097,-0.010457004,-0.017900568,0.024282418,0.0012910966,-0.0070268842,-0.0003060097,-0.0031104735,0.021738766,0.005086406,-0.1675539,-0.0015728505,0.007775448,-0.022227865,-0.009841553,0.011149325,0.0138508985,-0.009936609,0.015999625,-0.016017774,-0.0014203474,0.014417864,-0.009686858,-0.024546692,0.011534888,-0.00810198,0.024336582,0.01731785,-0.049422648,-0.012666202,-0.016338455,-0.008939016,0.00929183,0.027335439,-0.0017586121,-0.0064560845,-0.015421536,0.016774,0.019280616,-0.00013019642,0.017751107,-0.0072218324,-0.01654286,-0.020614026,7.102512e-05,-0.0070029255,0.0008491835,0.0086521795,-0.009496317,0.009979373,-0.025210278,-0.0063969605,0.0027972783,0.015869452,0.0032543724,-6.401279e-05,-0.032559123,0.002120547,-0.015043148,0.015655631,-0.02065489,-0.00217703,-0.010187285,-0.028633887,-0.006232715,0.007457525,0.020056264,-0.00077424565,0.0019588203,0.008857581,-0.008533807,-0.005590445,0.030672798,-0.0026916293,0.008027858,0.009943824,0.003158512,0.14302677,-0.0156134525,0.020453557,-0.0019871553,0.009503695,0.03559209,0.007204656,0.014285658,-0.016171437,-0.0055757402,-0.017667534,-0.0144129265,0.0058974684,-0.008286926,0.012418189,0.011653249,0.020496385,-0.029886995,0.0027899824,-0.013670569,-0.0057075247,-0.0002892192,0.0041373675,0.010171803,0.011414537,-0.0059561287,-0.025602615,0.01651773,0.0018133989,3.8689723e-05,0.031200899,-0.013114118,0.023755318,-0.030369457,0.009635994,0.008000988,0.0017606138,-0.012103844,-0.0033539922,-0.008991037,0.0057330574,0.021022718,-0.013537054,-0.010982299,0.014238105,-0.002011459,-0.008281887,-0.0056096776,-0.02513616,0.026606308,-0.04013402,0.009579697,0.0031591442,-0.012419645,0.0066307415,-0.007698868,-0.007994611,0.018132865,0.0012506741,-0.008785548,0.018135538,0.0078100218,-0.02444545,-0.013027001,0.010859518,0.011104355,-0.013564226,-0.012266491,0.010917639,-0.0996399,0.0024357135,-0.030252647,-0.0022327078,-0.014203802,-0.012924298,-0.033054177,-0.008116163,0.0002622794,-0.0041097985,0.006220278,-0.007429341,0.013199306,-0.00025024355,0.024469316,-0.015812516,0.00077053497,-0.0069117756,0.01729297,0.01573732,0.0024511893,0.011124854,-0.005575006,0.010706344,-0.0026704883,-0.006646697,-0.028068794,0.01459849,0.01054354,0.008786864,-0.0002621083,0.016981158,-0.032455925,-0.004452177,0.0027172973,0.010857996,-0.009890924,0.014314623,-0.016864324,-0.012985993,0.02704937,-0.01337976,-0.008455358,-0.01625683,0.023703244,0.0068881465,-0.0061424887,-0.0062900307,-0.009585531,-0.018543964,-0.0124873165,0.007241048,-0.018796552,-0.007159419,-0.0059520314,0.028879838,0.011083014,-0.019140298,0.004549475,0.021556621,-0.004032834,0.0033309322,-0.0010732049,0.0039717634,0.000175098,-0.008678018,0.015349865,-0.023917537,-0.010308941,-0.016040342,-0.013456303,-0.0024100551,-0.0017963862,0.01142231,-0.0031892052,-0.011504624,0.0015626559,0.010041528,0.0019785445,0.0026319074,-0.015245151,-0.009711104,-0.013465468,0.008466046,0.049831226,-0.021816667,-0.00959355,-0.0069502927,0.005309017,-0.01951129,-0.0020037787,0.020954456,0.003016499,-0.006338819,0.0024360248,-0.010085667,0.0028585026,0.0040714126,0.016527887,-0.012711115,0.004646084,-0.0069534318,0.013749542,0.004829524,0.015814085,-0.01218874,-0.005726347,-0.0064781713,0.014475641,-0.011588584,0.012944508,0.011037224,-0.022487478,-0.021651544,-0.013469228,-0.021356706,-0.0129892,-0.0032561352,0.0143762315,-0.019396659,0.0039000788,0.007425108,0.008398964,0.007117324,0.011277497,0.009951303,-0.007264299,0.0015247792,0.015076809,0.0009304666,0.005220939,-0.0016429782,-0.0019185462,0.0054527284,-0.002248925,0.0052809557,0.0004241722,0.008325434,0.008691608,0.0039440836,0.010288318,0.022550141,0.0036166415,0.026798025,-0.008458167,0.024026431,0.007002972,-0.017129486,-0.008165484,0.013310478,-0.02088981,-0.008444837,-0.0047621364,-0.0023107703,0.006561864,0.02713368,0.009367212,0.0058500683,0.010716186,-0.013509974,0.00074205647,-0.015288255,-0.0023983938,-0.006194876,-0.009880099,-0.010533836,0.012914115,-0.025562966,-0.022705887,-0.0035936066,-0.0041270456,0.0023123496,0.001439941,-0.035777386,-0.0025668568,0.0017445213,0.015238098,0.019224152,-0.0070167626,-0.07010951,0.023486955,-0.002459942,0.0043034377,-0.016853312,0.02227608,-0.0065022237,0.012618284,-0.01399705,0.0030230023,-0.0004524568,0.0074271667,0.011437029,-0.024723623,0.002354454,0.018918887,-0.008094462,-0.01851264,0.0031591256,-0.0036412633,0.00061485724,-0.0069665494,-0.0020232766,-0.0065386947,-0.014026312,-0.014260087,-0.0011571477,-0.014202077,0.013449308,-0.010168896,-0.014781911,-0.009227802,0.0165831,-0.009411876,-0.021077612,0.0031528084,-0.008840109,-0.016490642,0.0075197043,-0.017984364,-0.0058866623,0.008260097,-0.0340403,-0.0103134485,0.015204545,0.027141185,0.0064281635,-0.013171074,-0.01411994,-0.019806825,0.015022028,0.018884195,-0.02014522,0.0015300218,0.001760423,-0.020690216,0.007233906,-0.03594879,-0.00858525,-0.012165464,-0.014326934,-0.026178334,-0.013764131,0.018283647,0.01781689,0.014232364,-0.01557179,0.022550358,0.016397214,0.02324806,0.02698489,0.0031921598,-0.012430629,0.019010784,0.0023557208,0.0150210885,-0.002801626,-0.013371597,0.022382082,0.026711827,-0.013694957,0.017560689,0.00028766165,0.027366059,0.008228851,-0.029367616,0.020237833,-0.09538874,0.012515965,-0.012107764,-0.010552797,0.00012309855,0.012765578,0.012671057,0.04759746,0.00039171684,0.007716237,0.0066386657,0.007318002,-0.00021465268,0.007726678,0.011901175,-0.018337328,-0.004127529,-0.0110035045,0.040344134,0.010034844,0.017601538,0.0015745648,-0.008787965,0.014847279,0.0065498753,-0.043270282,-0.018558793,-0.011581955,-0.0023165946,0.017313737,0.0078035216,0.017008552,0.025999723,0.006999183,-0.010237574,-0.04383157,-0.016088286,0.008927297,-0.0043908786,0.015770188,0.009153117,0.0027400812,-0.0073204334,0.010343217,-0.020480786,0.0014985022,0.003004704,-0.0016723824,-0.0028743865,-0.01023958,0.022111697,-0.03032275,-0.019128246,-0.009343587,0.012206927,0.035428807,-1.40304555e-05,-0.034411177,0.0111088725,-0.008959422,0.004964921,-0.027531393,-0.006688217,0.0032572781,-0.0077209547,-0.0057816636,-0.009272138,0.017191276,-0.02416542,-0.010636626,0.021751404,0.0065028425,0.008927166,0.011960298,-0.014710429,-0.014857488,0.0026321947,0.009513972,-0.009549877,0.012479198,0.03378807,0.012258619,0.026586456,-0.028539917,0.021331254,0.03313147,0.02319464,0.011756637,0.0012197328,0.0048516607,0.033786856,-0.01945024,0.012880077,-0.014462993,-0.015938943,-0.006660018,0.010826335,0.014332581,-0.0045767804,-0.011235175,-0.006181604,0.0074978136,-0.007757565,0.018961422,-0.0032860853,-0.0100449715,-0.003848452,-0.0061225365,-0.016815081,0.018367287,-0.0014179742,0.0053477427,-0.0050154966,0.01205849,0.027577702,0.0132167805,-0.00101356,0.0181837,-0.020457914,-0.002915769,-0.0010326009,-0.013336235,0.0021976114,-0.0122223925,-0.0027708095,0.023601057,0.020342201,0.0029917527,-0.0030305784,-0.0111075,-0.012795203,0.0058999504,0.0036534816,-0.016337872,-0.010720609,-0.0030563462,-0.01865202,-0.00634457,0.01851934,0.0075391973,-0.019508839,-0.010723798,-0.007891022,0.016468564,0.021056948,0.0055257734,0.010696627,0.0038796198,0.0054538916,-0.029064981,0.020966962,0.0135188075,-0.0052631926,0.010409267,-0.021498108,0.0061737644,0.0033438688,0.0084237,0.0030446786,-0.0006531985,0.008397733,0.0017204428,0.014862059,0.01684302,-0.02434235,-0.0037237708,-0.00622485,-0.010284,0.0017049052,0.006603346,0.0013692377,-0.002312145,-0.016002156,-0.011296981,0.034285173,0.010961907,0.0023246654,0.026873693,0.0030740849,0.014320566,-0.0029532546,0.013033146,-0.016550815,-0.013278154,-0.011218285,-0.0036827857,0.01435163,-0.011860617,-0.0004649368,-0.0062784646,0.0036452003,0.008031721,-0.0005753355,-0.004280873,-0.00055622717,-0.014941771,0.0033067246,0.001485261,0.017204149,0.01542258,0.0036026547,-0.0038590224,-0.002205535,-0.01322343,-0.006524546,0.008279164,-0.038904924,-0.0010114844,-0.020596357,0.015164782,0.013166882,0.0019378932,0.013077602,-0.01427257,-0.0008078916,0.018937992,0.027155655,0.020008411,0.019804472,-0.00036131093,0.033607297,0.0026812865,-0.012210537,0.016403634,0.017898198,-0.014288597,-0.0132286595,-0.008038032,-0.00018056469,0.004237575,0.0017252855,0.045569092,-0.0028767579,0.014571794,0.002447845,-0.0045849173,0.01991108,0.023488458,0.0011387779,0.002560698,0.006784635,-0.005651167,-0.015233201,-0.015605697,0.0056272494,-0.026997803,-0.009077011,0.0040401416,-0.014999292,-0.016987797,-0.0046387278,0.007999631,-0.01883925,-0.0238671,0.013685118,-0.004340497,0.011109787,-0.008169064,-0.012090724,0.0019228102,0.021168742,-0.0035082228,-0.012391476,-0.0063783424,0.0019647218,0.014577432,-0.016963433,0.032928467,0.006565166,0.0012700903,-0.010084874,0.0067604496,-0.0039111497,0.009183099,-0.012060356,-0.0115947435,-0.0010305248,0.0016559337,0.0059082736,0.014259561,-0.0058776718,-0.014148551,-0.006022565,-0.014185028,0.026105478,-0.017359214,0.01327794,0.011980528,-0.0007411095,0.014471593,0.006281732,0.004706857,0.021323603,-0.01876183,-0.0046917647,0.00830513,0.0044270363,-0.015731623,-0.0049086562,0.017096361,-0.001767382,-0.025544947,0.014166812,-0.014948615,-0.014352933,0.01244245,-0.005302837,-0.00091904897,0.01442755,0.0066629965,-0.0051480285,-0.008335258,-0.016078057,-0.007780478,-0.0033920822,-0.012900697,-0.009852844,-0.0038920464,0.0068906806,-0.007504521,-0.0076948013,-0.00022780885,0.019079288,-0.00877215,-0.016278168,0.015176409,0.0051201726,0.022014026,0.011970249,-0.02954727,-0.014247158,-0.006726487,-0.017852377,-0.0069646384,0.0037553187,0.013707532,0.013963775,-0.002925418,0.022419516,-0.014691224,-0.010525869,0.023122368,-0.016158717,-0.016083758,-0.012030736,0.014113587,0.011561988,0.011190022,0.0076186815,-0.008921543,-0.017750125,-0.019836744,0.0017514676,0.017611515,-0.00016862886,-0.012838984,0.0115226805,-0.005691381,0.003736166,-0.0145980725,0.012491879,-0.018953143,0.0027177623,0.003571821,0.015902394,-0.01515326,0.0117697045,0.0009166146,-0.012206359,-0.002988062,-0.010026677,0.023841405,0.0072758505,-0.013889026,0.0099029355,0.01021381,-0.021252338,-0.019641588,0.022063356,0.0049898927,-0.04106672,-0.016082138,0.020391533,-0.00081464153,0.028987467,0.012530336,-0.010323147,0.012515027,-0.016618542,-0.0064655696,-0.009245477,0.011791449,0.014958106,0.0010863546,0.014855618,0.00078694243,-0.0049679233,-0.024615886,-0.02014383,0.03294631,0.01488762,-0.017030766,0.0120150335,-0.0024165963,-0.005159421,-0.014515453,0.011196871,0.0020021524,-0.0023048755,-0.008751519,-0.008150816,-0.014335586,-0.004115224,0.014152458,0.0016099886,0.015055188,-0.009858345,0.036293127,0.016855795,0.0070653525,-0.0066232537,-0.006278655,-0.008923953,-0.011961242,0.00488896,-0.005279987,0.010368008,-0.004264,0.010867941,-0.011318426,0.00011675661,0.009238942,0.02642535,-0.023589635,0.011503883,-0.030895589,-0.02117883,0.0001952525,-0.008426467,-0.009377328,0.011039696,0.0023639293,-0.004415004,-0.006006863,0.0048158667,-0.008172693,0.0011104314,0.013472741,-0.003805842,-0.014426704,-0.01413315,-0.0074393107,0.0065139243,-0.009642403,0.006897702,-0.009873613,0.0076549365,0.019062743,-0.009991993,-0.00025166973,-0.0076795844,-0.024075866,0.0019414676,0.01501593,-0.008782866,-0.028287126,-0.010366519,-0.031274393,-0.0029891809,-0.0052469084,-0.031193735,0.009051425,-0.036797825,-0.0085154725,0.006029532,0.016631799,-0.016606567,0.0015897804,-0.027548714,-0.008741684,0.014440109,-0.011032015,-0.02064069,0.022601025,0.008858758,-0.0051964065,0.004576403,-0.034887027,0.029871278,-0.008099528,0.003434511,0.014030598,0.020162476,-0.020730829,-0.016130477,-0.007205775,-0.014841418,-0.0019254098,0.0069404086,0.006997097,0.0071159285,0.015484678,-0.0056155953,-0.0037514954,0.023494478,-0.00036651565,0.00739488,0.011278424,-0.016257081,-0.017225293,-0.017854959,0.00296279,-0.026786504,-0.016302805,0.022680447,-0.02120703,0.0064591514,-0.001260958,-0.0013858627,-0.0012272297,-0.004448442,0.008745749,0.0107362615,-0.018137606,0.0044029653,0.020279158,-0.018106708,-0.016410258,-0.009508319,-0.0074058757,0.0036654328,-0.0066778227,0.0034963072,-0.0030719957,0.008227412,-0.009996647,0.0029146778,0.016175985,0.009119443,0.004566396,-0.020015178,0.00249821,0.014130146,-0.003995349,0.01613481,-0.011178175,-0.02811772,0.008480658,0.007195869,-0.017044848,-0.007515592,-0.0038259695,-0.005659574,0.0063577597,-0.013253305,0.011197054,0.0022148916,0.0071464977,0.009193503,-0.04574367,0.007699059,0.023626179,-0.0068042492,0.02075378,0.0074018673,-0.0035950514,0.008177186,0.013013385,-0.0027622657,0.008259122,0.008031426,-0.033800207,0.022626799,0.0003607777,0.007875716,-0.00056834635,-0.01447663,-0.010090693,0.01380157,0.0122899795,0.012210604,-0.012478851,-0.041067358,0.02920862,-0.008883294,0.011914107,0.010951289,0.016760284,-0.010519326,-0.013594867,0.0012540531,0.011183693,0.016436402,-0.0028422533,0.021922681,-0.008900084,0.0017878723,-0.0090479115,0.0053319857,0.011125732,0.008846146,-0.025011592,-0.0069421353,-0.014343974,0.015832372,0.004568511,-0.009840496,-0.0027651016,0.019340795,0.001868372,-0.0044936375,0.03422863,-0.016495436,-0.019382486,-0.02561528,-0.0092776455,-0.0024447553,0.014118399,0.02537035,0.014919397,-0.0076705073,0.00032184322,-0.01647747,-0.0031854466,-0.0024083238,-0.009871033,0.009693442,0.00087248813,-0.004165566,0.00019638988,-0.021677086,0.013242711,-0.0033465403,0.007923646,0.010075948,0.0042864378,-0.012766483,0.023604179,0.0045414283,0.01731451,0.008766921,-0.0058432803,0.02065254,0.03421731,-0.0018628705,0.004292214,0.009777084,-0.00055933424,-0.0061216345,-0.00837286,-0.0027002275,-0.03799059,-0.013560639,0.012203786,-0.011671453,0.007911544,0.0014227575,-0.0077922684,0.019948639,0.0046631196,0.0063926275,0.001707471,-0.02323153,0.0019806942,0.00957712,0.010285606,0.002541253,-0.01411349,0.00871521,0.001236896,0.005517648,-0.014337661,-0.01694807,-0.0019746404,0.023768594,-0.0106691085,0.011783434,0.013269796,0.009440692,0.0048470083,-0.0021369285,0.014673764,-0.0009920524,-0.011746395,-0.01726549,-0.0021081758,0.16264538,0.11350755,0.00839952,0.005751661,0.0020189616,-0.00596554,-0.0053410763,-0.016082486,0.013664918,-0.019831492,-0.0059878463,-0.0063421796,0.016474454,-0.010049037,0.02540109,-0.025073785,0.020695152,-0.0053381235,-0.003157268,-0.01260313,-0.007274442,-0.0027999317,-0.009986469,-0.0018031357,-0.028944835,0.016562944,0.014671602,0.0058120447,0.03298771,-0.02183036,-0.006767541,0.0063032815,0.0042179064,0.013729197,0.004697384,-0.01428734,0.015663652,0.0073062405,-0.018371189,0.0077539026,-0.017762594,0.014614529,-0.005031463,0.006718946,0.0027609214,0.023927867,0.0003657406,0.006469111,-0.012727345,0.0088349,-0.015452467,0.015083047,-0.010298422,0.0057157907,-0.022576801,-0.020830344,0.007008225,-0.0060249837,-0.016374506,0.0048408755,0.018897181,0.009610883,-0.012395505,-0.02024959,0.016545326,0.0023426146,-0.008686717,0.0044226376,0.001008434,-0.019780941,0.01705553,-7.8463905e-05,0.0055557033,0.0019740127,-0.024690857,0.02381524,0.02139879,-0.015584256,0.008596256,-0.0026350531,-0.012093348,-0.0099786045,0.00965253,0.01387232,0.011209704,-0.007201115,-0.0051202658,0.017726365,0.117672324,0.012444279,-0.0085828,-0.007963849,0.028798785,0.020742523,0.01249735,0.0601243,0.012570105,-0.007925723,-0.0010648115,-0.023814965,0.011185932,-0.008877351,0.007873111,-0.001217949,0.0087065585,0.015127436,0.011265052,0.0022735507,-0.06022459,0.0058448743,-0.038031396,-0.011157696,-0.0017782517,-0.004963619,-0.013248563,0.013590594,-0.0151841575,0.006672772,-0.107048675,0.0056630527,0.014339021,0.017273938,0.003982933,0.011611307,-0.0011211326,0.0013816458,-0.0076069916,-0.00063172815,-0.029973231,0.0026845087,-0.011885661,-0.011951134,0.030146578,0.0200897,0.0054205614,-0.024892366,-0.003463226,-0.002791073,-0.008896232,-0.007855295,0.030499693,0.0053543006,0.0030419016,0.0020344,-0.004942733,0.020367792,-0.0033102548,0.0067338534,-0.008461876,-0.018589424,0.027834587,-0.01018637,0.014013259,-0.0041499645,-0.004276042,-0.0004273156,0.008107383,0.007987706,0.0053899614,-0.016776714,-0.020518448,-0.0060178824,-0.0019416626,0.009676973,-0.010710541,0.0013539753,0.0020282054,0.007566353,0.017945927,-0.02107982,-6.513327e-05,0.022251396,-0.012049147,0.003567586,-0.027002763,-0.0014897549,0.02321727,0.009174396,-0.011069128,-0.014874368,-0.000109252214,0.007032991,0.0099355485,-0.0134009225,-0.016274126,0.0138139995,-0.006039625,0.0033424003,0.0033467826,-0.008476478,0.005827688,0.010503555,-0.0068488577,-0.009435687,0.00032775485,-0.00200753,0.015485574,0.016423207,-0.015640778,-0.0008864996,0.0020367743,0.12763162,0.020484868,-0.019514292,0.0028486662,0.022391694,-0.00062164024,-0.0019779718,-0.018407363,-0.005173963,0.017957183,-0.010423673,-0.0004201521,0.0057022953,0.007944876,0.02379616,-0.007371215,0.0077318647,0.021039406,0.019502567,-0.008616719,-0.009251313,-0.0017237688,-0.013095254,0.0029150594,-0.010518073,0.0041451794,-0.018133527,-0.018365735,-0.010369959,-0.0057884143,0.0029314125,0.014934323,0.004066868,-0.017150909,-0.028860526,0.013194973,0.00683117,-0.010698475,-0.0043594395,0.008011411,-0.03086195,0.011397494,0.00041159926,0.012220889,-0.020315012,0.19601452,0.028672146,0.00072246074,0.01149502,0.009132748,0.011653392,0.026236884,-0.028043846,-0.009841003,-0.0074467654,0.021280402,-0.016049216,0.006455882,-0.0145037435,0.004044859,-0.00022478831,-0.0058957343,-0.01827336,-0.0049068155,-0.005506138,-0.00053926016,0.021197936,-0.002847918,-2.0584499e-05,0.015581267,-0.008612244,0.0119864205,0.012623343,-0.0024682626,0.0141172875,-0.007899172,0.0051322486,-0.0029351455,-0.006641351,0.017871775,0.012951031,-0.019780358,-0.032657135,0.0035470463,-0.0011448516,-0.0061604613,0.0222401,-0.023888173,-0.0061797006,-0.022136554,-0.009217497,-0.003104338,-0.004486848,0.014703059,-0.008190623,0.0020144861,0.0106316665,-0.016473508,0.019217052,0.0045572505,0.002439178,-0.012395471,0.0018142769,-0.021063361,-0.008094428,-0.02307662,0.015470399,-0.019119557,0.0009762141,0.0012342941,0.01823264,-0.019510709]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 92,
          "content": "US Vice President Vance Visits Hungary, Supports PM Orban's Re-election, Fiercely Criticizes EU - BBC",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.010649935,-0.010692307,-0.0028692058,-0.07353574,-0.04755333,0.011573552,-0.015470974,-0.026864922,-0.008311739,-0.021683931,-0.021275578,-0.009357841,-0.005733101,0.0058291396,0.11864677,0.024610091,0.041279938,-0.022333063,-0.011781001,0.022054167,0.0012693957,0.0054961513,0.038042746,0.006040322,0.011138428,-0.010265155,0.028176539,-0.0019663025,-0.012591432,-0.009341261,-0.0013955443,-0.006131768,0.011354887,-3.519337e-05,0.014752538,0.025931185,-0.01387398,-0.016469749,0.035560787,0.0119258,0.003939303,-0.0027012534,-0.018967938,0.0027765003,-0.016619852,-0.0066193356,0.005002928,-0.031704694,0.01263725,0.006596642,0.008846355,0.016088529,-0.012062144,-0.15159883,-0.023522958,-0.02464824,-0.007271785,0.008792662,0.038907763,-0.0042768237,-0.015927667,0.012260702,-0.0061750417,-0.015877254,-0.0030210656,0.00031045967,0.012071759,-0.025886603,0.010376874,-0.03279958,-0.03176022,-0.0048498744,0.005053704,-0.028302664,-0.022478964,0.011786582,0.037984204,-0.0083917165,0.009611717,-0.0032444652,-0.022159604,0.03450329,-0.025356995,0.0045461487,-0.008864054,-0.014768926,0.017400019,-0.014505096,0.009154642,-0.008251297,-0.007892999,0.008739554,0.017215658,-0.018361943,-0.025081573,0.011754693,-0.02529069,-0.007216536,-0.007261967,-0.0014347825,-0.012105422,-0.004215033,0.0064826757,0.0015062152,0.0028968516,0.0036888623,-0.010298897,-0.02250982,-0.013055031,-0.0031326243,-0.025121743,0.0067806714,-0.030791296,0.009187452,0.014621443,-0.13399133,-0.02499845,0.016034728,0.012222987,0.029048266,0.0028086512,-0.02650617,0.042823534,-0.008467226,-0.012233223,-0.011964276,-0.007156777,-0.0032428857,-0.009870291,0.046048407,-0.009553474,-0.035323586,-0.01982588,-0.0010124275,-0.026029645,0.009207311,-0.0008691204,-0.048565123,0.017348856,-0.03865677,0.014464127,0.01646553,0.009180043,0.028304603,-0.00611647,-0.0017042912,-0.022199787,0.010880006,0.036485884,0.003998738,-0.0018410123,0.017511716,-0.017622197,-0.011654479,-0.014916191,-0.023015128,-0.019641832,-0.0057708295,-0.014526048,-0.008052891,-0.012993787,-0.029315969,-0.01125202,-0.011656819,0.0070258267,0.053472932,-0.029618187,-0.0017889605,0.016124496,0.0018762104,-0.008643855,-0.0055120164,-0.0047699194,-0.004725016,-0.012384399,0.016426569,0.014333459,0.0006167885,-0.030424025,0.0007161246,0.013904839,0.0067031123,0.020187112,0.011661025,0.014426035,0.010507916,0.0049215364,-0.0038377913,-0.00731362,-0.0037691204,0.0018032531,-0.010195823,0.017144466,0.015656106,-0.027640183,-0.0063912254,0.0070244516,0.03719933,-0.00015636563,-0.031234778,0.022852773,-0.014155515,-0.005983523,-0.013639653,0.019733932,-0.018959064,0.004223519,0.0019114923,0.0023465047,-0.007185169,0.0026294668,0.0009730042,-0.015162105,-0.0073285755,0.034173064,0.0022474928,0.0039322306,0.00084049127,0.011796802,0.008722774,0.026936542,-0.022658532,-0.0294868,0.0024989531,-0.00395769,-0.0362455,0.03789347,0.017368866,0.0043780925,0.0103282435,0.0066687567,-0.0145440325,0.024847196,-0.003871186,-0.0023828864,0.012514884,0.021900434,-0.007620515,0.00078331406,0.0045142486,-0.0043105474,-0.036138352,0.019979969,0.00037318023,0.0116781285,0.010389978,0.008719756,-0.012427247,0.014030404,0.009993083,-0.009751397,0.0011078527,0.018794267,-0.013225556,0.0004833265,0.022670818,0.0027732402,0.0031361068,0.023486227,-0.0048358887,0.008063224,-0.027109656,0.020617105,-0.00035691424,-0.014688613,0.015173464,0.011497167,-0.006440876,-0.028128883,0.0074978564,-0.019085879,0.014345707,0.025007347,-0.0069573526,0.020124739,0.011691973,-0.06630894,0.0063753854,-0.015979514,0.034245245,-0.016094182,0.0006410513,-0.0045650643,-0.0037671118,-0.012155781,-0.005750146,-0.004511532,0.0022047146,0.0008557991,-0.0076475632,-0.0027052173,0.0090342695,-0.00030984505,-0.011660646,0.0028650751,0.007668204,-0.036037017,-0.0034903085,0.012756504,0.0158693,-0.022633051,0.0018855106,0.0065254457,0.025411481,0.010521271,0.008498044,-0.023401927,0.012259764,-0.0058486084,0.015737318,-0.027886108,-0.03677438,-0.009009486,-0.004647034,0.0075415475,-0.013683116,0.0011881278,-0.0064418814,0.01921167,-0.02794418,0.010314962,0.022105798,0.019380726,0.033888597,-0.036822315,0.00082486216,0.002131041,-0.041317977,-0.016070805,-0.016250363,0.022901215,0.009873813,0.007520466,0.0011489266,0.000509207,0.016029,0.022115923,0.0055894526,0.0064899153,-0.014582731,-0.010632313,-0.018865313,-0.010868795,-0.010530584,0.0012157547,0.0028974211,0.0001800229,-0.03703347,-0.02327141,-0.018874982,-0.011248567,-0.014571735,0.0191542,-0.0039579454,-0.03667958,0.03641739,-0.00396168,-0.0029288202,-0.006662077,-0.009475931,0.031991027,-0.018463604,-0.0019531142,0.0032267396,-0.011397727,-0.028580274,0.020734906,-0.017823927,-0.013910394,-0.009244914,-0.03127713,-0.002369433,0.002225881,0.00019692,-0.03201287,0.019580903,-0.019655162,-0.018225921,0.02289554,0.020900235,0.007838718,0.007832474,0.008666075,0.00878348,-0.020450136,0.023491234,0.0069813835,0.0013447502,0.011428049,0.009454277,-0.007561811,0.014177189,0.0051577883,0.009270099,-0.017600035,-0.0040564523,0.004709422,0.01215475,0.0057176473,-0.020599907,0.0042806403,0.0100759445,-0.029417586,-0.012390048,0.034304213,0.0009554348,-0.01640721,-0.006142226,-0.0020208978,0.0031831234,-0.009573991,-0.007916503,-0.015520968,-0.010196609,-0.013642653,-0.006874541,-0.0005647413,-0.021714162,-0.0007468606,-0.0008575369,0.018791985,0.014525463,-0.0046334583,-0.013968969,-0.023485953,0.0011673062,-0.0082411235,-0.028295407,-0.018612497,-0.0004903114,0.031320874,-0.009337908,0.010664368,-0.026655445,0.030462842,-0.029143438,0.00043893902,-0.013383195,-0.012674882,0.020194056,-0.016235229,-0.0013627361,0.0048202532,0.008983385,0.007794254,0.0054574385,0.014453637,-0.0309086,-0.011742923,0.017801374,0.0054436005,-0.023893252,0.013484752,0.01815252,-0.013247595,-0.010421851,-0.044310197,-0.010366396,-0.006707635,0.0021349492,0.0064284755,-0.009752053,-0.0022815452,0.03074201,0.0010859806,0.032348037,0.010064987,0.005685218,-0.025552329,0.0019503688,0.0005377868,0.012551452,0.015762215,0.0017247172,0.018252585,0.014195464,-0.0036507612,0.021770105,0.0072031687,0.022588687,0.0077135777,0.0007457661,0.01758038,-0.015490287,0.004480719,0.031661123,-0.033915747,9.948953e-05,-0.008824381,0.004990297,0.021933941,0.010357902,0.002419309,0.014252351,0.002007862,-0.012605126,-0.028201409,-0.012455042,0.0020294995,-0.019593494,0.020217406,0.0063815694,0.022912327,-0.0088943485,0.0009748835,0.00053010695,0.003717517,0.0026052715,0.0030580629,-0.0072824815,-0.022019453,-0.020909498,-9.9975565e-05,-0.006373713,-0.02753078,-0.013123987,-0.011333581,-0.008034299,-0.0125175305,0.004317059,-0.05877294,-0.02142332,-0.024153885,0.0030344415,0.02701803,-0.0040254137,0.011903812,0.010757516,-0.0050003678,0.0021766757,-0.03578529,-0.0045159203,0.0049338657,-0.014398861,0.0068593756,-0.0053647594,0.0030522093,0.027779037,0.032657713,0.018227369,0.011241823,0.0028489768,0.00018093528,-0.011443496,0.017408203,-0.083401635,-0.009615534,-0.008509648,-0.0019920545,-0.011451361,-0.009369151,0.015886568,-0.011375319,0.025270293,0.018778138,-0.0023636648,-0.027052706,-0.0028924895,-0.006301361,-0.03962693,0.0001438508,-0.014589548,0.0053636134,0.023872564,-0.0035123555,0.019245509,0.028910195,0.036163997,-0.033942915,0.0055130906,-0.009388645,-0.019654477,0.007276624,0.019665819,-0.024637759,0.009768522,0.0023555479,-0.008429162,0.008618982,-0.011884028,0.012556976,0.0027440612,-0.020790989,0.017276948,0.007921424,-0.0012473742,-0.0048252237,0.014016094,-0.023793831,-0.003767195,0.012468344,0.017644545,0.01715451,0.0062849927,-0.037384473,0.014275439,-0.012969994,0.014833125,-0.0013141003,0.0039045569,-0.015192806,-0.005063473,0.013560779,-0.03130986,-0.0082812775,0.025687,-0.004832385,0.01239338,0.032591887,-0.0121484045,0.0134982085,-0.039500598,-0.010279518,-0.004692475,0.021719396,-0.0030839543,0.020530999,-0.012657829,-0.01815101,0.0037733756,-0.017277358,0.017861923,0.0117892185,0.010536438,0.015679039,-0.011313986,0.016764227,-0.09641519,0.011279191,-0.016911408,0.01323583,-0.006211257,0.0019493036,-0.0054684957,-0.010429459,-0.006368342,0.012507874,-0.011201068,-0.0075784847,-0.0095245605,0.003912714,0.015318315,0.01015611,-0.0031600934,-0.027895141,0.01900574,-0.021285366,-0.017962573,-0.009426345,-0.009934093,0.014652503,0.008812193,-0.0046009696,0.02784199,-0.018596657,0.016580462,-0.012554689,-0.0045855804,-0.1370296,0.0025021972,0.014518731,-0.030873008,0.006287376,0.011439172,-0.013200492,-0.022864724,-0.008815458,-0.020107683,-0.0037901062,-0.029925764,-0.007412583,0.029515862,0.010320282,0.12532811,0.010824259,0.0031810405,-0.008171075,-0.044677675,-0.006805664,-0.025514754,-0.015668018,-0.040889625,-0.023495855,0.013495546,0.02614711,0.0034883553,0.019170374,-0.0031450945,0.010944216,0.019595923,0.0014578399,0.013269678,0.0118933,-0.01254663,-0.014807385,0.0008121883,0.018377058,-0.01910156,0.0066832537,-0.01939292,0.014663031,0.0076403874,0.009482405,-0.013126275,0.002509982,-0.023675278,-0.021898728,0.01852659,-0.009187129,-0.10891327,0.0061722924,0.012572847,-0.010057743,-0.044189923,0.020719687,0.016635906,0.008476198,-0.029498383,0.03235974,-0.008705098,0.01757364,0.042192947,0.006951274,0.023335371,0.03996795,0.026045457,-0.017140133,0.021683674,-0.0026381281,-0.0038133601,0.00070933445,-0.013206416,0.0015453998,-0.0001706572,-0.016111555,-0.00060987414,0.02683044,-0.0071734576,-0.002020475,-0.008528067,0.003543408,-0.005135965,-0.016472213,-0.014517996,-0.017638346,-0.019633131,-0.00091399107,0.034735978,-0.014996385,0.03023456,0.011707257,-0.0013561422,-0.00024978683,-0.014505302,0.025049584,-0.00014483967,-0.013085781,0.005169872,-0.03673256,0.010650521,-0.0014569411,0.003026713,0.011555595,-0.0142615475,-0.0005424735,-0.015272828,0.024614895,-0.022183426,0.0015195102,-0.0023371333,-0.011227295,0.012956445,-0.00011630879,-0.01230337,0.020929296,-0.016163586,-0.008652307,-0.008819546,-0.008528513,0.006424935,-0.009261811,-0.014614727,0.0011090925,-0.019527944,0.021979813,0.008958572,0.019745767,-0.051739614,0.0018450707,0.013444569,-0.004334687,0.005048626,-0.006140211,-0.017151915,0.004462615,0.014386754,0.00898395,-0.013200632,0.0011740085,0.0057781013,0.022476321,0.004946073,0.008425593,0.0008293035,-0.004748238,0.017873703,0.0088959485,-0.0096687665,0.012941058,0.0018724017,-0.009238745,-0.008774216,-0.018839069,-0.011137622,0.008995462,-0.0056699985,-0.008028282,-0.0013186309,-0.013994569,-0.018184787,0.009612481,0.009528171,0.0070502036,-0.016234087,0.008248122,0.018661883,-0.023600727,-0.0054344838,0.0005672566,0.004864806,-0.010103139,0.00017825024,-0.012959744,0.00920184,0.0012749716,0.0019582822,-0.00064191717,-0.009585949,0.010700881,0.007538429,-0.0026779082,0.008519338,-0.012798243,-3.643699e-05,0.007133654,-0.00813727,0.005694046,0.006122156,0.0022308782,-0.010817457,0.039008338,-0.015238313,-0.01123185,-0.005421256,0.004971266,-0.0022430802,0.0064430777,0.0021618705,-0.021516167,-0.002460579,0.010347457,0.009659415,-0.0053457785,-0.009648541,-0.0019407102,0.012255813,0.0060910746,-0.002169963,0.0014848814,0.005106289,0.0046878704,-0.0033153584,0.002028109,-0.007810071,0.00033572406,0.011724889,0.0017840817,-0.0015451562,-0.002259853,-0.004836939,0.0052756267,-0.0022445745,0.00730016,-0.008482393,0.013990249,-0.014786197,-0.0039415825,-0.005050822,-0.0076821055,0.0005130562,-0.007070203,-0.0068971366,-0.0117549375,0.00010265455,0.008566452,-0.004698558,-0.007003017,0.0049757464,0.020734634,0.009775685,-0.0023414893,-0.007040437,0.002242844,-0.008319135,0.009547466,-0.0062598586,-0.012501335,0.003763236,-0.0018094397,0.010333244,0.0130303595,0.0010160144,-0.023109926,-0.0027173427,-0.00051935954,0.0076083383,0.009579463,0.009794741,0.009922207,0.021303806,0.0026211576,-0.0087387515,-0.00026177565,-0.015955545,0.013924145,0.013233939,0.00645149,-0.0076088663,-0.008686409,0.014712512,0.0052649635,0.011182511,0.0054698423,0.020375613,-0.019944321,-0.013924262,-0.004465632,-0.0071713245,0.00063590036,-0.012977561,-0.008354206,0.008687401,-0.016140418,0.01129338,0.0104792025,-0.009825232,0.0106531475,-0.0031491648,-0.0103817275,0.003398883,0.011320055,-0.0013374565,-0.0076840264,-0.016892873,0.0036329872,-0.00013406026,-0.0015619602,0.016919767,0.010746451,0.0015689203,-0.010598907,-0.018279038,0.0109273605,-0.0015220632,0.0076427027,0.0014110276,0.01981735,0.012192772,0.079423405,0.021917429,0.019420318,-0.0025095665,0.0032545316,-0.018139632,0.0138475485,-0.019559924,0.029614065,-0.0035992444,-0.0065875384,-0.0051776413,0.0038386951,0.0052535897,-0.002184707,-0.0011727096,-0.013159838,-0.008256463,0.0016629318,0.014920423,0.005353926,0.0029925997,-0.0013736403,-0.0035027561,0.018120816,-0.006788957,0.0073644556,-0.018330673,0.008862487,-0.020198356,-0.014509781,0.009581997,0.010184706,0.0119517315,-0.013032329,-0.015897924,0.014752332,0.00829095,-0.003587682,0.0123719,0.0072825896,0.016111389,-0.0033075195,-0.0050222906,0.021420242,0.011350582,-0.014345615,-0.0017327272,-0.014110386,0.02403736,-0.0023532158,0.0009812638,0.00018630567,0.019302594,0.003074976,-0.02044383,0.0075587267,-0.018285995,0.02028524,-0.007728766,-0.006307805,0.012680982,-0.0027189848,0.015052152,0.0060577854,-0.00854158,0.01653612,-0.0065393895,0.015265927,-0.018518649,-0.010904889,0.004953338,0.0006133825,0.0064505055,0.027121566,-0.009875199,0.0006367643,-0.024697565,-0.007518048,0.0049251406,-0.007785032,0.024385607,-0.005387875,-0.00542977,-0.00058048917,-0.0012950073,-0.006651438,0.0058167404,0.008652576,0.011391325,0.011463123,-0.014788132,-0.0016926223,-0.0017536078,0.0025558893,-0.0044472422,0.058160942,0.012955232,-0.030018736,-0.011216672,0.014529597,-0.014597509,0.014700968,-0.024466703,-0.0028091024,0.009039134,-0.008893859,0.0017077317,0.013909643,0.009387572,-0.0047925143,0.0061663412,-0.006767156,0.013156178,0.007465342,-0.0018145357,0.004995078,0.0086902315,-0.008503922,0.020232854,-0.019410888,-0.009983644,-0.0029600523,0.012708838,0.016854612,0.0078087286,-0.023112537,0.003162789,-0.011065313,-0.004884424,-0.00083111966,-0.007875064,0.0012020161,0.015766365,-0.0016250872,0.004972735,0.00608387,0.007840757,-0.0053298534,0.005706443,-0.0012248342,0.015708283,-0.011151989,0.006528461,0.008122223,0.0025192678,-0.0009964823,0.014778711,-0.019289657,-0.00799222,0.010660742,0.012026009,0.0036580316,-0.01030371,-0.010909961,0.0011543941,0.023570552,-0.012875424,-0.02121185,-0.0058464943,-0.010164252,-0.0007824005,-0.00022922248,-0.004206071,0.010213617,0.0045103673,0.00049337663,0.011014156,0.006782589,0.02031315,0.0012530426,-0.0059441137,-0.0030762374,0.007757813,-0.019991297,0.00016089376,0.00021908995,-0.010949887,-0.0024709404,0.010019882,-0.009122395,-0.020307308,0.009042037,0.011196376,-0.004471512,-0.007292937,0.013965907,0.0009877107,-0.021582218,-0.0035000213,-0.006966411,-0.009499434,-0.012487725,0.031308956,0.004353946,-0.0005477391,-0.010469077,0.0068599912,0.00040499427,-0.008045268,-0.013042539,-0.003357552,-0.0009465418,0.012954496,0.0054268697,0.011148736,0.015374134,-0.0084244525,-0.0037473587,0.005065366,-0.018510243,-0.031036394,0.0034301414,-0.016805539,-0.017281074,-0.0061081112,0.016154483,-0.006018825,0.01673853,0.0071129114,-0.0067895427,-0.013844213,0.009738164,-0.02005701,0.009906646,0.017515829,0.008669962,0.011866891,-0.004863211,-0.007486059,-0.008632459,0.005773306,-0.0074789473,-0.012448889,0.014936235,-0.008652919,0.008232535,-0.0023769357,-0.0076580243,0.0030976133,-0.00033647046,-0.0021253198,0.0069355736,0.014782204,0.0006010432,-0.002425714,0.0017863136,0.009554251,-0.005420902,0.018221157,0.00045157908,0.010639294,-0.0034305912,-0.003850161,0.007645341,-0.0020932879,0.009745962,-0.047481127,0.0026983672,0.008099263,0.0012603845,-0.016433183,0.012304537,-0.018132811,0.011219082,-0.0018945934,0.00042485283,0.02202149,0.007852316,0.005040097,-0.008276631,0.0037651625,-0.01290316,-0.0012099595,-0.001361038,-0.00419973,-0.009650206,-0.0044247108,-0.011951993,-0.017603302,6.672085e-05,0.0031410246,-0.006387884,0.009538295,-0.0078811105,0.0024703937,-0.009883662,-0.015792709,-0.014741892,0.006729593,0.0077494406,-0.0031823542,0.028667945,-0.015384059,-0.009509013,-0.010280044,-0.012177109,0.0034912354,0.0022157044,0.011542755,0.011947592,0.0032071737,-0.0036421325,0.020836933,0.00830862,0.01123466,-0.0060653263,0.011143637,0.016112942,-0.017423432,-0.0030107014,0.0012742265,-0.0036816075,0.016993582,0.002053895,0.002075537,-0.0075050755,-0.0060107787,0.024125393,0.005444476,0.0032913592,0.0042506936,0.000738464,0.009277771,0.003255403,0.0033022463,-0.007478405,0.015328966,0.0056388974,0.005940179,-0.0034005838,0.0031084039,0.01049287,0.004252746,0.007528801,0.007115123,-0.0054581924,0.00024162083,0.0069372156,4.802428e-05,-0.017312039,-0.01078254,0.0064234966,0.018005691,-0.0030325702,-0.019303491,0.00859987,0.0043319007,0.0027448342,-1.02979275e-05,-0.008687781,-0.012603589,0.0039198953,-0.000705198,-0.016444834,0.0035697906,-0.011176614,-0.002799437,-0.0039117076,0.00017928892,0.003660655,0.0046094065,0.008235369,-0.006391119,-0.016740797,0.00418588,-1.4586308e-05,-0.0052779373,0.003264098,-0.0023013514,0.010214867,0.0016191095,-0.0024029578,-0.009383735,-0.0039145225,0.0030051072,0.0007120735,-0.0139396535,0.012046119,0.013890328,-0.004164479,0.0070753326,0.020424344,0.0005845183,0.010200714,-0.009520994,0.009572396,-0.009598311,0.017111618,0.010512995,-0.004574502,-0.009758686,0.008513973,0.001552352,0.003909479,0.00817755,0.0012211719,0.020375023,0.002568647,0.008013821,-0.017645165,-0.004067616,-0.011341369,-0.0027071254,0.004273226,-0.03285861,-0.0027399005,0.0005986157,-0.009907294,0.015576547,0.011347582,-0.0053856266,0.0047633923,-0.005097342,9.965205e-05,-0.014006534,-0.0016944138,0.0137357125,-0.005687233,-0.029651904,-0.004439791,0.00355448,-0.006088599,-0.008177536,0.003575429,0.0104876235,-0.0068948,-0.018133044,0.0021570292,-0.0009445241,-0.002179728,-0.002322354,-0.0053035454,-0.0010349232,-0.0055061798,-0.0034323796,-0.003281051,-0.007389057,-0.0049878503,0.014400262,0.0069521274,0.002865986,0.010365184,0.0043727895,0.0067433687,0.0022394764,0.01751265,-0.018001711,-0.019444587,-0.030499302,0.0031429643,-0.01893492,-0.016011305,-0.014809584,-0.015593495,0.0030418981,-9.429377e-05,0.0070907264,0.002039164,0.0062507633,-0.003336165,0.0043389364,-0.10374034,0.0021309375,0.012667775,0.013733667,0.002537622,-0.024010522,0.006467999,-0.004409869,-0.018341856,-0.018395819,0.0093783885,0.012484872,0.008984831,0.001231541,0.011061025,-0.0001757121,0.008035888,0.0011574166,0.0094679175,0.00470238,0.019514319,0.0007013738,-0.00024738887,0.005694394,-0.01627918,-0.014719414,0.0045074685,-0.015769515,0.012113606,-0.014503779,0.011634186,0.018233156,0.009224454,-0.004125285,0.016592775,0.0018171781,-0.010299591,0.012478735,-0.13829236,0.0179203,-0.0136876665,0.0075384327,0.0023275618,-0.0038709606,-0.001167149,0.0030644604,0.011354322,-0.01445294,0.01031251,0.010710327,-0.0047257384,0.0009985797,-0.005263615,-0.0050889454,0.009407057,-0.006576082,-0.010945455,-0.0053713657,0.0022790725,0.018125778,-0.0048184902,0.0014193356,-0.00265311,0.0078053353,0.0007613415,-0.0038470696,0.009757765,-0.01067909,0.0029204274,0.0073504164,0.0041040923,-0.009738532,-0.017777858,-0.0051669534,0.022667073,0.0044597746,0.0030359863,-0.005416629,0.0019774404,-0.012445024,0.0021883163,0.005868397,-0.013758996,0.0051684873,0.0063197142,-0.0033497151,-0.0073365034,-0.011396763,-0.002562791,0.00041154088,0.0024008518,0.0018176576,-0.02169496,-0.008101999,0.00012785669,0.0071516684,0.028387621,0.008883022,0.013378468,-0.009119093,0.021598827,-0.0031715257,-0.0051217796,-0.017926123,0.0063416376,0.018650597,0.015942667,-0.005852772,-0.002385981,0.00037052244,0.009508081,0.021949181,0.015926378,-0.0006166313,0.0002950679,0.018534902,-0.0009809203,-0.014764759,-0.01802092,-0.0068128468,-0.02547744,0.017864121,0.005773696,-0.011072303,0.020071564,-0.026123967,-0.012849226,-0.051502127,0.014404855,-0.020839933,0.014579922,0.020318493,-0.02442936,-0.0052516623,-0.00674996,-0.005730513,0.015920205,-0.008689682,-0.016587691,-0.004487892,-0.0026034573,-0.001809061,-0.008984177,-0.02417185,-0.0046659946,-0.024240265,0.0094222305,0.008164065,-0.008221516,-0.012366941,0.022849634,0.01373978,-0.0029110154,-0.02480034,-0.0012700825,0.010180436,-0.010278108,0.012878889,-0.019725636,-0.0032619978,-0.0036392303,-0.012297986,0.0037762697,0.0075244843,-0.0048624272,0.011342466,0.013223764,-0.0077213338,-0.0038142083,0.014300957,-0.017102491,0.022651337,0.0022275918,-0.008353746,0.010104927,-0.0045792717,-0.008737335,0.007932358,0.007200396,-0.0056399554,0.0035599668,-0.024659261,0.020292012,0.00087439147,-0.020569049,-0.0063555334,-0.023078337,0.008530897,0.009333968,0.0017474586,-0.01163359,0.010076806,0.008007841,0.0031838054,-0.021643959,-0.0011775163,-0.010150464,0.0024955445,-0.021746757,0.024745643,-0.0033841056,0.0051246225,0.006943354,0.017309833,0.021244679,-0.01077108,0.0085185515,0.010721892,0.0080615375,0.02366574,-0.006315365,-0.013747872,0.022441668,-0.007658095,0.0063787545,-0.00037914538,0.0073384233,0.0052264608,0.0015939523,0.015769832,-0.018768169,-0.0001312589,-0.0063078837,0.012412256,-0.00070949114,0.0047900616,0.0069297194,0.003781103,-0.0048033833,0.0145221315,-0.0055159475,-0.0031904792,-0.03452452,-0.020056594,0.007902675,-0.019896356,0.013740848,0.012787036,-0.011747545,-0.008840831,0.006197609,-0.15891328,0.0062102415,0.0034104777,-0.028662436,0.019324997,-0.014901526,-0.008200202,-0.0034113433,0.0007052069,-0.034505244,-0.00055829954,-0.004449984,0.0025616444,-0.016171146,0.02257913,-0.009129793,0.010345062,0.005319646,-0.019677036,-0.0014799342,-0.023465132,-0.009666312,0.0039323433,-0.016411457,-0.00012425457,-0.0049408595,-0.00030833064,-0.00833118,-0.0026930547,0.02214171,0.0043606316,0.008285958,0.0006557374,-0.011455219,0.006343395,-9.457457e-05,0.009162325,0.0065072845,-0.022139601,0.0009728847,0.010622283,-0.0059644473,-0.007023623,-0.010247388,0.0044681258,-0.02564919,-0.006101974,0.01180048,-0.01256355,0.012474655,-0.019229904,-0.0046992474,0.009426319,-0.0029765405,0.015608381,-0.0013551968,-0.011337118,-0.004933106,-0.018226214,0.003383704,0.011188425,-0.020979168,0.016439421,-0.0060311127,0.0056847595,-0.008776734,-0.008265991,0.13820224,0.0039411075,0.019872244,-0.0071795583,-0.010383704,0.0054507856,0.016334563,-0.0010561888,0.0075611738,-0.0134708285,0.011291761,-0.016786424,0.008350701,-0.018965317,-0.013633813,0.0036933906,0.00897392,-0.010656769,-0.0074691526,-0.012609037,-0.00838602,0.010961757,0.0036626307,0.006875065,-0.0026325788,-0.002116585,-0.018553745,0.021145182,0.023681352,0.033650003,0.00786854,-0.011511926,-0.0014907968,0.028379546,0.0026640233,0.0038707685,0.011762111,0.003964427,-0.01437357,-0.011566669,0.017761985,0.0022278652,-0.023233244,-0.012906917,-0.0030332212,0.00441416,0.005232169,-0.0017026175,0.01447857,-0.0023842778,-0.022527257,-0.0018423572,-0.009349267,0.015195255,-0.0294443,-0.027731067,0.019281065,-0.013365984,-0.030244758,-0.009136396,0.0049160183,0.007774333,-0.013212996,0.016633673,-0.003497606,-0.008320307,-0.01953552,-0.014311332,0.03297068,-0.113945216,0.0019999195,-0.034241617,-0.032770254,0.006487833,0.011156284,0.009129626,0.02867051,-0.013872395,-0.00956568,0.0067027817,-0.0012381292,0.00074036786,0.00045445346,-0.017471278,0.012528566,0.0061835004,-0.0014160529,0.010723288,-0.0015941923,-0.0053901537,-0.01030418,-0.0073336354,0.005290303,0.010432004,0.0006158782,-0.0035521137,-0.0023869858,-0.0014138913,-0.018787319,-0.018644862,0.022298647,-0.043346655,0.02264991,-0.007416167,-0.0040169265,0.009591136,-0.019427432,-0.011992757,0.027207932,0.0012978975,-0.012610075,-0.011897344,0.019502249,-0.0021110824,-0.006091654,0.019173436,0.008935809,-0.00956971,-0.03766087,0.0033097398,0.012898617,-0.0027589458,-0.017051667,-0.021616068,0.010847101,0.027303927,0.0010947858,0.00887324,0.004442613,-0.014053875,-0.0011986098,0.011812706,0.0152057195,-0.010301928,-0.002571723,-0.0030169173,-0.014761882,-0.013853234,-0.01709574,-0.03848724,-0.010853553,0.01384317,0.004451019,0.0051520607,-0.0064193173,0.0071309563,0.0012189504,-0.013702645,0.013475131,-0.016535603,0.00180885,-0.025997588,-0.023284301,-0.00015173313,-0.01580859,-0.005086609,-0.012495888,0.010929037,-0.015999498,-0.03162285,-0.006942425,-0.0037397454,0.012999622,-0.0101732295,-0.001645525,-0.0018984501,0.01868595,0.023346929,-0.0017660001,-0.0029555152,0.0129086515,0.0017278611,0.0017556777,-0.013344097,-0.01505307,0.0031565723,-0.0010134759,0.0051162126,-0.00065721717,-0.02030567,-0.00062800455,0.0053143012,-0.0023907295,0.015173157,0.0068311235,0.011411418,0.006411493,0.0018910142,-0.023928443,0.0014771734,-0.0017455014,0.009975662,-0.014343119,0.00021544618,0.004822505,0.01673418,-0.014476454,0.024805829,0.0037527834,0.010151894,-0.015748879,0.007503149,0.00071650685,-0.007568048,-0.014463209,-0.008205375,-0.01240589,0.011958374,0.003488296,0.0025078924,0.02325766,0.001819442,0.02942272,-0.016120654,0.0087281065,0.014760797,-0.018337892,-0.00925348,0.008661269,-0.009994214,-0.0025420294,0.0049954653,-0.026944334,-0.0013315321,0.0041742683,-0.0041929153,-0.012601893,-0.025776682,-0.0131835295,-0.023230176,0.0025321518,0.022994746,0.0076637287,0.005314692,-0.022284215,0.010234259,0.002870301,-0.03006712,-0.003756943,-0.006089313,-0.013409103,0.018628446,0.009233349,-0.018080441,-0.007326128,0.01782474,0.02612469,-0.006407453,-0.072018996,0.0037877085,0.0041733216,-0.007168367,-0.008455402,0.0010112355,-0.008802718,-0.03234964,-0.011067676,0.0027495727,0.009241881,-0.007699879,-0.0024131997,-0.021015467,-0.016814202,0.021716142,0.0075994986,0.014653291,-0.007976665,0.012097195,0.026450215,0.00037757205,-0.007595804,-0.009777603,-0.009963446,-0.001266908,-0.0061793174,-0.01184277,-0.0143206585,-0.00198829,-0.021889566,0.00016207316,-0.0040705283,0.0032170182,-0.0008542391,0.00815538,-0.0117204515,0.0024727434,0.026935969,-0.03689425,0.0032252348,0.0039703455,-0.04647558,-0.006145354,-0.009453357,-0.003515118,0.017451053,-0.011651207,0.016111936,-0.01586929,0.019822951,-0.0007266211,0.007863909,-0.0063209804,0.0056043128,0.00551548,0.0018630513,-0.0021277354,-0.028953832,-0.011542276,-0.011887195,-0.0060908506,-0.015317889,0.012322361,0.017943144,0.004695172,-0.00021239581,0.0028877594,-0.0075896853,0.00031203893,0.021593658,0.0043736314,0.010809541,-0.017435886,-0.016491888,-0.007196704,0.0057298443,-0.0053936094,0.024062356,0.031109061,0.0018437885,0.02969487,-0.015421178,0.034117647,-0.006538809,-0.012189392,-0.0028732505,-0.1059867,-0.016175406,0.01896561,0.008072838,0.010742225,-0.0028990405,0.0041343966,0.051577404,0.021998595,0.007356552,0.008887401,-0.012270846,-0.031535078,-0.017752478,0.015308883,0.017170407,-0.007410278,-0.0008974779,-0.017013688,0.008212794,-0.0013481495,0.019298857,-0.0068518547,-0.01648593,0.014993339,-0.05932216,-0.002795296,-0.0077648223,0.0019450824,0.022743305,-0.0033048315,-0.04002144,-0.007486254,0.0015644768,0.0065255333,-0.014522108,-0.03330734,-0.00078592426,-0.0037065998,0.0024687538,-0.005500498,0.012941638,0.0025861454,0.003662565,-0.004503528,-0.007514791,-0.0026462749,-0.0019868196,-0.0076104156,0.006895053,0.004615929,-0.011927419,-0.002381539,-0.013342343,-0.002117079,0.03058791,0.001973366,-0.008699095,-0.00908319,0.009062584,0.004999037,-0.011533298,0.0024281226,0.0076890416,0.0070402054,0.037198346,-0.0044591986,-0.008080257,-0.016040372,-0.001505782,-0.0065931194,0.021383945,0.014255383,-0.0039676977,-0.01003736,-0.016213281,-0.024810987,0.007550975,-0.00052973867,-0.020847203,0.025107935,0.009761698,0.01457448,-0.017918775,-0.022489117,0.0063678776,-0.0066206213,0.0032096286,0.0011868516,0.00019747266,0.021805197,-0.011962401,-0.016425183,-0.0140490215,-0.009381897,-0.019724399,-0.012153173,-0.0072079278,-0.0016675148,0.012277701,-0.008213839,0.0092969835,0.0028018197,-0.0011971701,0.022746056,0.006094435,-0.007693288,-0.013511843,0.00083199266,0.019228417,0.0051592374,0.022360042,0.024464881,0.009835246,0.008270594,-0.011998161,0.0058514895,0.008371382,-0.020769471,-0.036808785,0.0066185435,0.001823247,0.007532567,-0.047229953,-0.00078584626,0.0012541387,0.0016341399,-0.021011624,0.006421059,-0.012341932,0.009800821,-0.009106288,0.010571466,0.014203587,0.001439202,-0.0050973445,0.0035867621,0.003912751,0.012075402,0.004640427,-0.00062134524,-0.0017939886,-0.020685038,0.019300526,0.02816436,0.010384649,0.0023454945,0.01538592,0.0097766165,0.01758481,0.017982803,0.010171629,0.008663223,0.004714893,-0.0042292317,0.012659761,0.015511578,-0.0070873573,0.005310515,-0.025931457,-0.0030343528,0.0122058345,0.011686675,-0.008672963,-0.0055000107,0.002110271,0.014530235,-0.0020950984,0.037108988,0.014116457,0.007232264,0.015034628,-0.013335728,-0.0064858985,0.057755746,-0.0060753324,-0.024570774,-0.008981425,0.0077872737,-0.015308066,0.011552061,0.011968584,0.007584499,0.0027689617,-0.0030467405,0.0060761464,0.019138582,-0.01747777,0.00933598,-0.008320302,-0.013067979,-0.013823174,0.0034676974,-0.0059634196,-0.009249861,0.0024056444,-0.027346274,0.009538108,0.0034515203,0.027201701,0.010806015,0.01133169,-0.008750243,-0.0088601075,0.012539794,-0.012220362,-0.009625078,0.021046406,0.00085946743,0.008999994,0.016008385,0.011035642,0.009970989,0.008102296,-0.012187906,-0.024221009,-0.0022228572,0.006080049,-0.015710589,-0.010200107,0.0026855592,0.02339945,0.0064435704,-0.003136418,0.008944704,-0.004391993,-0.03562566,-0.020919932,0.0009195835,-0.005962785,0.010303634,0.012513865,-0.0010910551,0.0040305452,-0.011703938,-0.010916442,0.013963377,0.006420614,0.020834502,-0.002856591,-0.0028729176,0.002623276,-0.0051480974,0.009735536,-0.0027297917,-0.025115088,-0.0017443367,0.011429812,-0.005939138,0.002476717,-0.008209064,0.018655943,-0.017368833,-0.0017064195,-0.016741853,0.0125401495,-0.033699773,-0.0139994975,-0.0033678585,-0.0023640702,-0.0032525824,-0.013559317,-0.0031496875,0.009995249,-0.008599262,0.0056160833,-0.0029973525,0.008352032,-0.012727392,-0.014869356,0.0035795295,0.0027821853,-0.011202027,-0.002066744,-0.012264317,0.024723465,-0.0021368922,0.025283752,-0.004500387,0.007565069,0.0053241826,-0.0032902346,-0.0039520888,-0.015504803,0.014781102,-0.013641912,0.008337724,-0.0018999034,0.007884546,-0.0029560723,0.018164014,0.01854039,0.014770526,-0.011759995,-0.009552592,-0.027701134,0.0047677318,0.017919853,-0.0043456717,0.014017478,-0.0046671545,0.020674076,-0.006660955,0.005091278,0.010078833,0.0019686618,-0.0073778164,-0.019299641,0.018242346,-0.012897275,-0.011099845,-0.010572611,-0.004260475,-0.0039740372,-0.008839889,-0.019291626,-0.004206426,-0.00022171442,0.0060897246,0.009712442,-0.010591643,-0.029671201,0.013251798,0.0048350934,-0.0014060249,-0.024137182,0.019357735,0.016634831,-0.0030797818,-0.011276117,-0.0102332765,-0.012290314,-0.040091086,0.017080706,0.011953215,0.008800276,0.0014842853,0.003852112,-0.012995422,-0.012776991,-0.0059711137,0.00091779686,-0.01189857,-0.02013417,0.00051652244,-0.00712482,-0.004140776,0.015727118,0.023813957,-0.02048052,-0.017455641,0.0015471855,-0.040026333,-0.0024802047,-0.016637448,0.0080122445,0.0021436568,-0.0065281517,-0.013612412,-0.0039517544,0.012180484,0.012262736,0.009617202,-0.002837377,-0.01682097,0.0067353644,0.013985506,-0.013454841,-0.012004994,0.003412863,0.006194248,-0.01594236,-0.012301464,-0.012934892,0.00065977435,-0.010587097,-0.0034495904,0.00761596,0.025801275,-0.009685075,-0.01585718,0.017185695,-0.00749948,0.011320155,0.003362365,-0.017758224,-0.0035735436,-0.0102427,-0.008377765,-0.012937665,0.0058951443,0.0001398932,-0.0020544617,0.009354494,0.022857863,0.004540674,-0.0039589256,-0.0014742358,-0.0077207237,0.014151339,-0.0059368256,-0.0026985053,-0.007146661,-0.0022689763,0.0051887585,0.003091858,-0.015624124,0.0150053175,-0.02151164,-0.0103012035,-0.00994839,-0.0074391617,0.0112891225,-0.025190406,-0.010840984,0.008117844,-0.017208917,-0.015892025,-0.001989279,0.0035315289,-0.0018809409,-0.022804698,-0.012357444,0.01562706,-0.007277986,0.007830539,0.0151343085,0.016898505,-0.014356514,-0.00017843198,0.02878252,-0.010229894,-0.0022859643,-0.024149623,0.011685558,-0.016191501,-0.018155005,-0.00031165982,-0.011256492,-0.0011753308,0.004149646,-0.00697925,-0.0025785295,0.005222358,0.012252974,0.0037237997,0.0047282996,0.009145565,-0.01126041,0.004182103,0.0012106602,-0.0051298244,0.004141701,-0.0034210014,0.022385849,-0.0087828105,0.02991089,0.018481249,0.0036230646,0.012028208,0.021791076,0.017110957,0.034085702,-0.00719514,-0.027365634,-0.0005306144,0.0024715313,-0.010383289,0.0016454061,-0.019274527,-0.027062193,-0.014311737,-0.056345344,-0.010186817,0.015434513,-0.011470742,-0.010230285,0.006580178,0.025292955,-0.026318362,-0.021236569,-0.011593232,-0.007410284,0.0053773345,0.0046821516,-0.0027684304,0.00020475901,-0.026443562,0.0047282446,-0.012803635,0.0021812331,-0.013436431,0.012425461,0.004242139,-0.019572591,0.03228901,0.01275516,-0.02219973,0.010295553,-0.014551704,0.0024136335,0.010900425,0.021253275,0.010201966,0.0043906183,0.022113064,0.00039797297,0.02862659,-0.0071358224,-0.017145732,-0.019209526,-0.0006233925,-0.010274091,-0.0012861211,-0.006645267,-0.01242156,0.006043229,-0.0035737953,-0.0029462497,0.01382673,-0.017998217,-0.02705634,-0.021363012,0.0045121172,0.0053367326,-0.0048543164,0.003934896,0.017747562,0.0072840336,-0.006084995,-0.021110088,0.0015361124,-0.0021798657,-0.002932138,0.009140213,-0.0012989528,0.011966306,-0.002352867,0.019296503,0.003989405,-0.039252143,0.03895952,-0.008045891,-0.011822205,0.022498736,0.012651487,-0.017141083,-0.0012417318,-0.0037891679,0.038115606,-0.015133995,-0.023545986,0.0049040774,-0.007467534,0.0073490487,-0.009457883,0.024733,0.004317834,0.016384043,-0.009820725,-0.017069172,0.0038287726,-0.0078050843,0.0054353937,0.0052635465,0.017645834,0.013791322,0.009123818,0.013985967,0.010481071,-0.021657156,-0.017934876,0.016960146,0.017555453,0.014521977,0.0070956536,-0.009938959,0.0036119344,0.00025619625,-0.00071762345,-0.00021639219,-0.0178771,0.0035222203,0.002442322,-0.002267714,-0.015876155,0.0067022713,0.012708608,-0.0049480316,-0.021308608,-0.014471593,-0.015007915,0.01334025,-0.008560577,0.0023812475,0.0047764895,-0.0055208383,-0.022340968,0.015517365,-0.006853549,-0.0016322839,0.012456807,-0.0012970499,0.0066170883,-0.011688338,0.045589015,0.0017459198,-0.014084086,0.009640898,0.006805201,0.012572644,0.021676516,-0.018560885,0.0035936092,-0.011409369,-0.024561055,0.012695202,0.0046491898,0.026128685,-0.014976805,-0.004058317,-0.019191973,-0.041257445,-0.024744676,-0.0070291427,-0.0096925,0.027337966,0.022444658,-0.01914995,-0.012826202,-0.019135289,0.019095955,-0.019706791,0.0025991567,0.018723784,-0.01045878,-0.010238668,-0.006947465,0.013549371,-0.0060478067,0.0028878388,-0.0029593753,0.0011612701,0.003696055,0.014823592,-0.0069972714,0.0006550716,-0.022045664,0.025797848,0.0015260489,-0.0076619987,-0.017421557,0.010500941,0.0041563585,-0.01387425,0.014676202,-0.009228723,0.004650298,-0.008755887,-0.020729324,-0.009668542,-0.014481377,0.014678533,-0.006626937,0.022076031,-0.0046335286,-0.0099079115,0.003893765,-0.018586636,0.0048408364,-0.003910466,0.005231592,0.007850255,0.0037784972,-0.015143903,-0.009905402,-0.013722704,-0.021017917,0.010917075,-0.0064545935,-0.011719401,0.022053065,0.017346371,0.0113300355,0.024770482,0.005739298,0.16664025,0.13644852,0.018476836,0.0056489157,0.0053987955,0.0036002211,-0.029234095,-0.008753532,0.000121774596,0.019315572,-0.016509118,0.0034374904,0.014603539,-0.011616707,0.020606125,0.022564735,0.042336084,-0.0014343088,0.0048978655,0.022415543,0.0057371357,0.01002224,-0.002712145,0.0025141223,-0.016829172,-0.00977353,0.020556774,-0.0019247171,0.012965467,0.007887606,-0.013911468,0.025046093,-0.016605042,-0.01812963,-0.009377253,-0.004891889,0.002712816,0.011808515,-0.011034894,0.02856266,-0.021074124,-0.013023804,-0.019918261,-0.0154965585,0.02107755,0.0004376613,0.0052797943,0.00783545,-0.0058914027,0.0016511676,-0.022640701,-0.011527189,0.01115089,0.0050050463,-0.0032091287,0.018283436,-0.0005182827,0.00044763816,-0.0061566546,-0.00057503063,0.0015947792,0.019543624,-0.008128143,-0.011379993,0.008196141,0.018784262,-0.004106778,-0.011895235,-0.0046533532,-0.016481511,-0.023314547,-0.0085849855,0.020702818,0.0017516697,-0.005788159,0.0067555127,0.0044696266,-0.034253556,-0.0038493115,0.006582932,-0.020500557,0.0012411695,0.003979537,-0.019089367,-0.010025633,0.008700015,0.011933582,0.015710484,0.121333405,-0.006497544,0.009476208,0.0023094718,0.0101531055,-0.004592955,0.0074932817,0.06421331,-0.011785403,0.018290982,-0.0203101,0.009436852,0.005386056,-0.0077198585,0.011940846,0.029093212,0.015933538,0.0090852585,0.0049277097,0.014353011,-0.04777623,-0.020646287,-0.023179501,0.01771387,-0.02451182,-0.01759553,-0.005333792,0.003923193,0.0063417302,-0.0072162407,-0.09743463,-0.014765041,-0.011872327,0.003437924,0.025203196,0.010022548,-0.019089274,-0.02813334,-0.019946152,-0.040115982,-0.018983275,-0.025513541,0.010408938,-0.015291611,0.018662846,0.01597211,0.0008567163,-0.035114873,0.00461959,0.010662269,-0.0012890621,0.008521341,-0.009738012,-0.019606471,0.006872184,-0.006519956,0.007116325,0.027223416,0.015111912,0.0023484281,0.02122692,-0.007504285,0.01010884,0.003764766,0.02233643,-0.006676489,-0.00036084608,0.014763382,0.014549833,-0.011926757,-0.0021157102,-0.008093186,0.0065562734,-0.003225807,0.0017951169,0.012495168,0.0023538028,0.008325125,-0.016191222,0.022837428,0.018873865,0.001982537,-0.0108932555,0.0039407513,-0.02651501,-0.019518903,-0.024679655,-0.003689268,0.028789401,0.0033517086,0.006596988,0.010010714,-0.02320524,0.010344124,-0.0025535156,0.0005231978,-0.010150932,-0.00741296,0.0036213442,-0.021205962,0.00038686354,-0.0031179865,0.00952935,0.02131115,0.012411495,-0.0063534942,-0.01157662,0.013361623,0.005346256,0.000430982,0.014733576,0.00976838,0.005992588,0.11310964,0.00239386,-0.0016480231,0.00514665,8.5356536e-05,-0.010653179,-0.01751343,0.00032561366,-0.0018087089,-0.0057594846,-0.021379244,0.019467607,-0.017442407,0.028618552,0.011706971,-0.009324235,-0.012801025,-0.01874118,0.028549533,-0.0038698686,0.00604676,0.0054964605,0.016687056,0.004957811,0.009290415,-0.010410322,0.015467386,0.016693195,-0.0002417835,-0.0061719953,-0.010206479,0.009861606,0.012833122,-0.015495325,-0.0035566043,0.0102748675,0.003885006,0.0036149598,0.01559376,0.021986583,0.007293002,0.004330808,0.0065228925,0.0035339762,-0.036202457,0.19975638,0.036720388,0.008865073,-0.020822817,0.0012682178,0.032058023,0.018140279,-0.0051654046,-0.014709681,0.009732555,0.016601577,0.010823897,0.02279791,0.001041472,-0.023635633,-0.010485765,0.009006193,0.008445629,0.0076846574,0.0013647699,-0.019392079,0.018519403,-0.017023388,0.0024427786,-0.009213029,0.010700361,0.0054415073,0.005317694,0.02520632,0.008191457,-0.012989341,-0.010632787,0.009380686,-0.014620673,0.0153422095,0.009357755,-0.005854882,-0.012832638,-0.0022397442,0.020250173,-9.3379414e-05,0.007630505,-0.0041614957,0.01299131,-0.013945265,-0.01726616,0.014477474,-0.03478705,-0.0006671152,-0.007387894,0.014097429,0.009096384,-0.011457511,0.005560248,0.019968279,-0.008581149,-0.032314476,0.006391081,0.010081027,-0.011677131,-0.0057671955,0.01617346,0.0038070453,0.008186379,-0.023225088,-0.012650157,-0.005466243]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 93,
          "content": "US Democrats to Re-deliberate Resolution Limiting Iran Attacks; \"Trump is Out of Control\" - Jiji.com",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0007689849,0.008753395,-0.0062553184,-0.0799219,0.015747478,0.0024586322,-0.0043524555,0.015948726,-0.030161282,-0.026349122,-0.0104099,-0.050781652,-0.0119441785,-0.0002305309,0.100441016,0.030377368,0.011715063,0.024475507,-0.012524451,0.035209738,-0.014861538,0.012523148,-0.0056899656,0.026222467,0.042555448,-0.02060413,0.008138829,0.022353172,0.04799042,-0.0023613044,-0.008116224,0.016824678,0.025160221,0.00074552593,0.0052823015,0.017028911,0.022700172,-0.034152135,-0.0050377813,0.01266359,-0.017436957,0.020908263,0.025634607,-0.0028743488,-0.021587195,-0.031195683,-0.00087714987,-0.019104695,-0.024765417,0.013874845,0.029271388,0.006202338,-0.017503258,-0.1554283,-0.014487103,0.01733908,-0.005981884,-0.017329216,0.018290775,-0.003914805,-0.021202631,0.016827792,0.0014408145,-0.029315004,0.024479745,-0.031270653,0.011893622,0.02667324,-0.013666389,-0.024698822,-0.023613108,-0.0032886819,-0.008360655,0.0038663184,0.0048220498,-0.00906275,0.0039366037,0.017083924,0.0153665785,-0.009621215,-0.0099257,-0.017600149,0.008314025,-0.019802669,0.0026044282,-0.015082096,0.0019778295,-0.034323405,0.024214853,-0.009814594,-0.017329318,0.01559435,0.01657512,0.019829854,-0.0039721834,0.028573783,-0.014655376,-0.018975712,-0.029470045,0.010774731,-0.022740932,0.00057113636,-0.026324468,0.016426366,0.0155939385,-0.017797766,0.0016982589,0.025764784,-0.013886412,-0.0054927203,-0.019211615,-0.00254935,-0.025172474,0.005456138,-0.00040158344,-0.10938592,-0.006142569,-0.015208552,-0.00038377655,0.007396521,-0.012009834,-0.024231292,-0.009157689,0.02099244,0.0024197423,-0.009845218,-0.012060485,0.0025601778,0.002195078,0.0021895443,0.0011154837,-0.007920145,-0.004290183,0.0113796685,-0.025781812,0.054008048,0.010835362,0.0033108643,0.020154173,-0.04620298,-0.008059647,0.027560012,0.0021873112,0.01719459,-0.010766723,0.004522319,-0.0056919307,0.007405402,0.024496075,0.0016920003,0.01709212,-0.0067376452,-0.0069135986,-0.012824404,0.023045793,-0.028606057,-0.030026902,0.01000892,0.0069150897,-0.019762477,0.018283587,0.0050557093,0.02559627,0.014336279,-0.011599776,0.0055755563,0.0057509267,0.028258745,0.008912952,-0.0070980596,0.0022354408,0.020276546,-0.0033750555,0.004729589,0.0008594006,0.014125618,0.009900117,0.02251599,0.003558797,0.0032158792,-0.01642097,-2.274516e-05,0.033993084,0.020605326,-0.0058915853,-0.013972354,-0.024146779,-0.015980467,-0.01413241,0.008392894,-0.03475844,-0.0072349883,0.0011795819,-0.009929553,0.013543358,-0.028106347,0.0043602237,-0.00064120203,0.004099448,0.020030156,0.018703068,0.0014784926,-0.004096966,-0.024154726,0.002931631,0.00586954,-0.01190178,0.0056088604,0.03293818,0.0021813775,-0.007643013,0.0020203132,0.0064117517,-0.0012215324,-0.003126832,-0.020260863,-0.013649953,0.0016912188,0.00029262458,-0.009345467,0.042444404,-0.0059807524,-0.02487814,0.010681307,0.008709386,-0.01847563,0.023619108,0.0215806,0.008839146,-0.0033771668,-0.014547611,0.0002202536,-0.0031912546,0.0074877413,0.01614625,-0.00543945,0.0507069,0.018791147,-0.019370906,0.029973857,0.011254903,0.025922256,-0.0013864037,0.0009649606,-0.0015440793,0.014239743,0.02627905,-0.008874343,0.0010699499,0.011467554,0.011680547,0.009214454,0.0067554256,0.017065944,-0.0013517449,-0.012984232,-0.007610799,-0.0018034885,-0.01119466,0.00015623118,-0.034183197,-0.0061298897,0.007827355,-0.020182298,0.0071781217,0.0061132316,-0.024046002,0.019433808,-0.007413653,-0.0017400073,-0.018713016,-0.0028907007,5.710583e-05,-0.009133063,0.0032505528,0.016541384,-0.054514997,0.023925262,0.008329723,0.007399051,0.0200006,-0.013109107,-0.0053942185,0.0049824566,-0.004172099,0.012449777,-0.017362544,0.008946062,-0.038484138,-0.018709462,0.027056135,-0.00021533691,0.01944158,-0.012737285,0.029086452,0.00026682168,0.013343401,0.016747974,-0.0051561035,-0.02967811,-0.0024832624,0.029725883,0.013317751,0.041967563,-0.014961834,0.01071314,-0.012692772,-0.0011124484,-0.0030990834,0.01762382,-0.043136112,-0.0021117202,-0.024874989,0.0008784557,-0.01705246,-0.036234923,-0.0249439,-0.014886088,0.00734527,-0.017618872,-0.00031468557,-0.009981212,-0.0345526,0.02323786,0.012700043,0.009873842,0.015008133,-0.00044588308,-0.023731422,-0.0025140105,-0.0044249324,0.006222533,0.028088877,-0.0148052005,-0.0063891206,0.016716905,0.039713938,0.009255632,0.020213636,-0.01906603,0.03042271,-0.028762393,-0.0048763934,-0.02032322,-7.743518e-05,0.0014235008,0.014050381,-0.03485696,-0.006413659,-0.02766055,0.003454816,0.0073698875,0.021669252,-0.015393925,-0.03254535,0.03926716,-0.0019486396,0.0057416772,-0.0043099998,0.022205435,0.00342863,0.022956895,0.0027419378,-0.01570405,-0.005404087,-0.017775564,0.019582609,0.0046608425,-0.009557597,0.009833836,-0.016013093,-0.0067029223,-0.012444852,0.023233643,0.0008351227,0.010062666,0.002058115,0.0047471267,0.022661028,0.006443883,-0.008447099,0.0148840705,-0.011517155,-0.0015961265,-0.011914205,-0.0045851385,0.0011710906,0.00020101368,0.016648782,0.0108361,-0.011429012,0.016998606,-0.002281481,0.018563027,0.01712163,0.0021157574,0.021879448,0.0072461786,0.02379061,0.005955563,0.007607138,0.015299852,-0.011524276,-0.015479043,0.043446627,0.01138013,-0.007508129,-0.010976814,-0.016104616,-0.024422396,-0.023389438,0.002325809,0.021968937,0.0140663,-0.0038489553,-0.007881145,0.0016011053,0.018796954,0.018050086,-0.0028984775,0.008004305,0.007345925,-0.005628126,-0.030672668,-0.0029110224,0.007276683,0.030956682,-0.010830603,0.0044418056,-0.019940238,-0.003556283,-3.8724855e-05,-0.018301222,-0.011276192,0.039965387,-0.020105915,-0.0033738276,0.02952299,0.0028954877,-0.014444119,-0.019337857,0.010714958,-0.011868356,0.002024728,0.03649091,0.014567168,0.0039989026,-0.010159744,-0.014036651,-0.00048842846,0.015480552,-0.0065421094,0.016150275,-0.011908174,-0.010653522,-0.0015426751,-0.0038317584,0.019952748,0.007174959,-0.030512739,-0.013150332,-0.01590229,-0.005157174,0.037553716,-0.0057346597,0.009003693,-0.011589215,-0.006652706,0.012714781,0.022568177,0.024214825,-0.004201566,0.020692581,0.002283521,0.007314875,-0.013807583,-0.026310647,0.031623825,0.0005750147,0.043953914,0.015116329,-0.010443149,-0.013501211,0.013817226,0.008831537,0.02121807,0.0020445227,0.02360413,-0.001727609,-0.030502094,0.005475196,0.008144023,0.0064123734,-0.0058632856,-0.019221008,-0.00633449,-0.0038711654,-0.023639724,0.01117905,-0.0013157236,0.0099429125,0.0013724546,-0.029416626,0.010935419,-0.025962962,-0.024509368,-0.022764234,0.0031638793,-0.007402133,-0.0077793687,-0.014316817,0.004458711,0.0027694406,0.01233712,0.0036695572,0.012813166,0.020403607,-0.0013575654,0.0005856361,0.021182083,0.01461662,-0.019917563,-0.0152846305,-0.0030097335,-0.0038143676,0.024235092,0.016230807,-0.0070900954,-0.00565809,0.014610286,0.0027063321,0.014822142,-0.026123015,-0.006370413,-0.030548647,-0.008065637,0.00898502,0.01226997,0.011492545,-0.009493429,0.006749864,0.015574904,-0.025210619,-0.013123618,0.056057896,-0.08487379,-0.025414264,-0.0012646475,0.0030878063,-0.016254779,0.0128934225,0.031989567,-0.00060625933,0.022603722,0.016443586,0.024530547,-0.031862557,-0.005268254,-0.010165286,-0.021967966,0.005552066,0.005530781,-0.032119796,0.010628156,-0.0063885497,0.016943038,0.0047490546,0.02594108,-0.033827692,0.0043685827,-0.009962701,0.004253448,0.016806634,-0.0007437369,0.03624483,-0.0056345277,0.0008023177,0.0017126792,0.0077163167,0.0011683617,0.014357281,-0.005874478,0.013123461,0.017864171,0.01998153,-0.0016821453,0.029440844,-0.0132262,-0.00035706486,-0.001362552,-0.030193621,-0.00071074214,-0.0035242925,0.0018018854,-0.026165977,0.025074162,-0.031652506,0.010005949,0.00023536253,-0.007355955,-0.046788163,-0.03428898,0.0021303704,-0.006458023,0.018314445,-0.0036226928,0.023174213,-0.003920895,0.0010818568,0.00072874705,-0.010877912,0.0013512488,-0.0018747047,-0.00484261,0.008588302,0.002320198,0.0069878385,-0.020449033,0.0004747563,0.011601275,-0.00036040714,0.004862516,-0.011250911,0.0048058075,0.012705296,-0.013503453,-0.010832348,-0.097794235,0.008398723,-0.025304185,-0.020693272,-0.021736989,0.008694539,-0.010922616,-0.030508118,-0.02059744,0.0043121013,-0.0021373082,-0.0017254387,0.005127433,-0.010020217,-0.025686733,0.013423957,-0.0075737527,-0.022056906,0.011395275,-0.012940416,0.008577166,-0.011026739,0.016560623,0.002990878,0.013502428,0.003554928,-0.021980084,-0.009590354,-0.014281568,-0.010522485,-0.0035625729,-0.16097273,2.5169358e-05,0.0115171475,-0.0281666,0.02095927,0.018855046,0.003709955,-0.02013466,0.010422505,-0.048328828,0.010095164,-0.030446175,-0.013465419,-0.0035705883,-0.01382381,0.11968585,0.0039570224,-0.0076453737,0.011801582,0.004232347,-0.007363739,0.006807345,-0.009991142,0.004364498,-0.034274112,0.0051166564,0.01975299,-0.024613423,-0.016883418,-0.002796503,-0.018649241,0.01914599,-0.028251886,0.006946884,0.05201215,0.006239325,-0.013913345,-0.0087311575,-0.0052340752,-0.024782447,0.009257447,0.012352189,0.020548875,-0.009210147,-0.012146492,0.016275529,-0.01119077,-0.02752371,-0.014153707,-0.012446336,-0.01407951,-0.06598108,0.015684994,0.029319575,0.006811437,0.016429096,0.018042143,0.0075172395,-0.0053908564,0.000521901,0.01630832,-0.007986198,-0.005746505,0.012250301,0.012997803,0.009483222,0.009496933,0.010220647,-0.008776351,0.016727623,-0.006597847,0.0129070515,-0.038433924,-0.0016571498,-0.021762146,-0.028249178,-0.0023144283,0.012788004,0.008025504,0.01432395,0.012915022,0.009260594,0.012961956,0.019117242,-0.026042778,0.0002996448,0.0136973625,-0.028890163,-0.02282048,-0.0013081477,0.02274913,-0.0025145686,0.025218626,-0.029215002,-0.012864373,0.0057615195,-0.0065703583,-0.0024390526,-0.008043379,0.007606168,-0.023623925,-0.022287486,0.009440299,-0.023368955,-0.0036233724,-0.030772835,0.0045663416,0.026343541,0.035208084,0.033168748,-0.010280237,-0.01704804,-0.015381304,-0.0064721215,0.014571772,0.0057097436,-0.0017720558,-0.004196625,-0.00244547,-0.0048171766,0.009068085,-0.007805481,-0.0009455065,-0.0017580863,0.01927483,0.015250069,-0.009226847,0.0076146866,0.009343388,-0.052167483,0.033657216,-0.00705579,-0.0056240344,-0.006945388,-0.0070201643,0.012577248,0.014263181,-0.00731996,-0.018252984,0.007292971,0.008828484,-0.001789617,-0.007412864,0.00071231625,-0.016450148,-0.0039203675,-0.005827028,0.011845148,-0.0045694862,-0.007190658,-0.0038467632,-0.004811574,-0.005930272,0.00481161,0.0018829925,-0.0067909425,0.017064022,-0.0077806897,0.008729446,-0.009703284,-0.0076949983,-5.9998365e-07,0.00498321,0.0026094953,-0.010124507,-0.013329028,0.01366616,0.0031557747,-0.011902525,-0.009599456,0.019773232,0.011196796,-0.009654484,0.0071404683,0.0025274185,-0.010823292,-0.0140298875,0.012649232,-0.010338981,0.012957413,0.010681842,0.005457288,-0.00904641,0.0042578117,0.014353237,0.0027484887,0.015464131,-0.00029884995,-0.011183377,-0.0076680025,-0.015096252,-0.017349284,0.01848465,-0.006138751,-0.009393125,0.0014533974,-0.004938979,-0.003445494,-0.0043721893,0.013173465,-0.0070934654,-0.0048112962,-0.009405823,-0.012443953,-0.003920522,0.0026664645,-0.01312212,-0.0073560905,0.015925324,-0.011045551,0.011340785,0.013298085,-0.0014722156,0.0075491406,-0.006758429,-0.012203575,-0.0035788293,0.0041281767,0.0051317494,-0.0051867915,-0.0024955408,-0.006916079,-0.012684024,0.0066066193,0.00806246,-0.00036061983,0.007831865,-0.0015457696,-0.022589434,0.013750072,-0.004713605,-0.038147267,0.005468076,-0.009648871,-0.00532763,0.011546092,0.010323183,-0.003155551,-0.007944752,0.02031092,5.4405904e-05,0.011794508,0.00724324,0.012726212,0.0046370365,0.007200407,0.0045164586,-0.0045833224,-0.026502015,-0.0015391262,0.0021928851,0.0037400825,0.019000107,-0.004089091,-0.010327532,0.00178467,-0.013878955,0.002340314,3.5492492e-05,-0.002731757,0.016361108,-0.0070105623,-0.018495152,0.0011183728,0.019562772,0.014851322,0.008256084,0.015586229,-0.0016573158,0.015425856,0.0023271511,-0.003080827,0.0047769863,-0.01617932,-0.00236203,-0.007948013,-0.003648316,-0.0062408466,-0.017393112,-0.011254418,0.0068503213,-0.009584035,-0.016716622,-0.037029304,0.012154385,0.003776901,-0.00017831435,0.0014793643,0.0029342838,-0.020181471,-0.0033833168,0.0071899593,-0.015803132,0.0018964459,-0.0072664004,0.010153736,0.00805341,0.009145929,-0.015007486,0.008474506,-0.0027804787,-0.016667547,0.003525286,-0.010410386,0.019606456,-0.018528203,0.0046729445,-0.0026321528,0.003037899,0.0034506219,0.07346667,-0.0064902497,-0.008098486,0.018468335,-0.010871428,0.008644513,0.011017954,-0.041273344,0.012390577,0.008697352,0.00089630333,-0.014562379,-0.0074101514,0.0010000484,0.010010997,0.0041012163,-0.00993871,-0.02662687,0.03069457,-0.008716401,-0.013110816,0.010824627,-0.004666999,0.0006581069,-0.007125769,-0.012715136,-0.004570641,-0.016937727,0.007892676,0.0048146322,0.01935734,-0.010406308,0.0084764045,0.0066955844,-0.008131085,-0.0092096375,-0.013350974,0.0137828775,0.027444858,0.004275304,0.012241706,-0.0010511354,0.001574836,-0.0116587905,-0.00012676758,-0.010167796,-0.011452209,0.0029541103,-0.007909838,-0.016052494,-0.011743637,-0.0054952824,-0.015740013,-0.007259977,0.0065448456,-0.005584856,-0.016671468,-0.019041814,0.008029758,-0.0019148907,-0.014220067,0.024165958,0.030879851,-9.299656e-05,-0.0144634405,0.0023143538,-0.021694737,0.007523401,-0.010162458,-0.008692527,0.0048466674,0.019887742,-0.002771487,-0.006287521,0.025310528,-0.007282021,-0.0016663315,-0.030321892,-0.0029657267,-0.01602015,0.035355352,-0.00780125,-0.013760195,0.008560911,-0.0058198157,0.0112867905,-0.0013010892,0.0029938135,0.01060206,0.0015685741,0.019442093,-0.019785672,0.016547548,0.019124743,-0.007577555,0.013697434,0.05349544,0.011183001,-0.008497147,-0.008564221,-0.003959895,-0.027266376,-0.00017459373,-0.005190156,-0.009435235,-0.00052001176,-0.0008497507,-0.013367924,0.01025383,0.0060337707,0.0016458399,0.024099125,-0.0069800117,-0.021583494,-0.0035402323,-0.0030775522,0.010371477,0.0035065352,0.010317672,0.018643674,0.028494002,-0.008699373,-0.017456729,0.0032482548,0.009308654,-0.00240076,0.007992977,-0.013344494,0.0030240559,0.0068660346,-0.01439144,0.008956176,-0.024875442,0.009936107,-0.0036792685,-0.00053710036,0.012280323,-0.0036930062,-0.014237111,-0.019436693,-0.004278621,-0.0015235717,-0.003122656,-0.0067713005,0.01124629,0.0045568375,0.0019737065,0.0028226513,0.00160257,0.014727252,0.0062527573,-0.015191252,0.0019207587,0.0040998855,-0.011886068,0.004381606,0.01143662,-0.005593203,-0.010870999,0.0061825095,-0.010083419,-0.0055672647,0.02747143,-0.00043661016,0.0053599956,0.020455243,0.013935844,0.009569904,-0.017284814,0.0075925733,0.0007628754,0.0012594432,-0.0015836047,-0.020556064,0.010436593,-0.017968405,7.037811e-05,-0.007629411,0.006431433,0.011067297,-0.020840226,-0.012987655,-0.02333575,0.009201182,-0.0038435298,-0.02244953,0.0012140122,-0.007041736,0.011501744,0.008669151,0.0017056669,0.009911826,0.010270569,0.014630444,-0.00903402,0.010770761,-0.0018796799,0.0024221234,-0.011506036,-0.014620636,-0.0059351423,-0.016233515,0.008379927,-0.0034286713,-0.0064125904,-0.006782834,0.020706495,-0.0031057813,-0.013003071,0.010489814,-0.009465513,-0.0075872485,0.004990257,0.016042184,-0.0022185543,-0.0074178227,0.013567744,-0.004920518,0.00587947,0.0061535137,0.0057274755,0.023765352,0.020492103,-0.00020660764,0.009112014,-0.0077021453,0.0074064676,-0.012203103,-0.02349763,0.010385842,-0.01289367,0.019030973,-0.0019573234,0.0065072384,0.016246848,0.0022270326,0.008314315,-0.009911552,-0.027154947,-0.0022486737,-0.016468357,-9.3618415e-05,-0.00022751151,-0.0011407951,-9.6763164e-05,0.006303903,-0.005574669,0.01692417,-0.02774136,0.0035784263,0.006446155,0.000996671,-0.010073589,0.009131234,0.018901234,-0.009767603,0.007298389,-0.041914362,-0.0035335429,0.0054318113,-0.0022321008,-0.013729245,-0.009643439,-0.023497742,0.0051452355,-0.015572503,-0.023661634,-0.0062720096,-0.0027998376,0.0072325454,0.012349523,-5.0084105e-05,0.008177033,-0.0043763802,0.010450449,-0.0038153843,-0.0118781375,-0.021778684,0.011395395,0.002406573,0.009618811,-0.010536639,8.278351e-05,0.0038397245,0.0036684803,-0.0048882426,-0.010286983,0.008158667,-0.008074305,0.0111686,0.022214966,0.011823599,0.0120725045,0.005126827,-0.012981427,-0.0025883806,-0.025892736,0.0060798796,-0.0112646315,-0.011071328,-0.011921823,0.006967895,-0.01800413,0.006417515,0.0099290535,0.009184741,-0.018633276,-0.005690448,0.020814754,-0.0010527385,0.0076463623,0.023827262,-0.0037011646,0.017020391,0.01934784,-0.02760327,-0.00948829,0.011482818,-0.0034770942,0.0067245592,-0.009562797,-0.007919699,0.0068191667,-0.015295363,0.009645632,0.0060093547,-0.005514452,0.00011201766,-0.011794704,-0.0045515182,-0.009152912,-0.02296151,-0.0048758807,0.014834028,0.009402053,-0.012165055,0.0018467682,-0.0070385924,0.0049125175,0.012623217,-0.009978294,-0.00870964,-0.00053061167,0.00734804,-0.0056431866,-0.023241997,0.005903393,0.012771003,-0.0028775616,-0.0006590526,-0.020556554,-0.011500695,-0.01165574,-0.0066853263,-0.008062285,0.0065817544,-0.002741412,0.002258451,-0.004688032,0.0060609514,0.01139498,-0.003979648,0.015737843,-0.0097758155,-0.0052798404,0.0102736065,0.025316177,-0.015504136,0.012802649,0.0053074677,0.007828776,0.0018828477,0.010640084,-0.0010647886,0.008480445,0.010185895,-0.018945888,-0.006873345,0.019749891,0.0067878896,-0.011870218,0.021533698,0.0077073327,-0.00867348,0.006204011,-0.009623129,-0.017843701,0.010627644,-1.7626879e-05,0.020921687,0.008674886,-0.012798289,0.010984837,0.011387277,-0.002623806,0.0066361325,0.026441762,0.018892143,0.030469483,0.0059751794,-0.014522192,-0.010789698,0.011009991,-0.0032072517,0.004664108,-0.019285807,0.0123906415,0.03091871,0.009045376,0.031680796,0.020647598,-0.007624635,0.00061999424,-0.008197102,0.0114744045,-0.007545448,0.020411914,-0.0031088043,-0.0070951637,0.016239148,-0.012229389,0.018734429,0.0034853683,-0.0017243512,-0.0042484235,-0.0017510129,0.011099107,-0.00901451,0.007213905,-0.0040730336,0.0062702093,-0.008266167,-0.010478078,0.003893791,-0.0012704071,-0.013743312,0.011983167,0.008344871,0.019769102,0.0015390904,0.01359586,-0.014592951,-0.0010463658,-0.014363733,0.010309654,-0.0054568676,0.014013207,-0.018594911,-0.0023445564,0.0026808863,0.00602733,-0.0023281078,0.009970657,-0.004257783,0.0069900216,0.023118839,0.013587953,-0.0041355127,0.012457307,-0.004053924,-0.01245116,0.0046128114,-0.097981386,0.0065611503,-0.016016722,0.010814701,-0.0034571076,0.013019177,-0.014550469,0.010087071,-0.010105951,-0.011860584,-0.015161294,0.005895734,0.009163396,-0.0041377735,0.009044081,0.0054044933,0.013470147,0.012600646,-0.0015497257,0.0060772137,-0.0044661006,-0.019383872,-0.009718019,-0.0013412279,-0.0022484367,0.0022585979,-0.015261086,0.0051128617,0.00056029187,-0.0015869583,-0.0018595934,-0.007251463,0.0066920444,0.015938668,0.0047905,-0.015058757,0.0056134905,0.01579737,-0.14244382,0.012862391,-0.006178489,-0.01839159,-0.006810611,-0.004378369,-0.004625603,-0.0059409095,-0.006131407,-0.0038440798,0.010413537,0.002400843,0.005522097,-0.009253188,0.0029494131,0.003358135,0.029589674,0.0033239187,-0.021920731,0.0123048965,0.0060857846,-0.0008116233,0.008382729,0.023311283,0.010712399,0.017510263,0.011480982,0.006067511,0.020946488,0.005103405,-0.011088579,-0.00044884527,-0.0051644314,0.014548336,0.0043622344,0.0040754713,0.006077425,0.002671557,0.015927073,0.011187046,0.010476993,-0.0036694864,0.005714995,0.010648592,0.004615066,0.003114498,0.006144139,-0.0050857943,0.0023815406,0.0006910032,-0.0018667756,0.013477985,0.0038598315,0.0076280674,-0.014934967,-0.0044776164,-0.0076036816,-0.010739508,0.0020696833,-0.02001656,-0.0045093535,0.008642844,0.024086773,-0.002715917,-0.010011398,0.0010471125,0.014510241,0.014150093,0.015880464,-0.014230329,-0.018350543,0.003582871,-0.024692746,0.019583507,0.017801082,-0.014791646,0.0024770976,0.02479714,0.007089087,-0.0077893985,-0.03490903,0.0072711487,-0.013835373,0.0027570557,-0.009242913,-0.0107905585,-0.0025195617,-0.0039420696,-0.019705353,-0.045605786,0.005702818,-0.012605623,-0.027327895,0.014715373,0.0052001593,-0.0014006859,0.0058456496,0.0137805985,-0.0016651296,0.013181682,0.0013136395,-5.5700228e-05,0.0037944687,-0.012501594,0.0005414617,0.011601776,-0.01597461,-0.0070918687,-0.00033211627,-0.029764334,0.00029113615,-0.006181921,0.0023080313,0.0035859253,0.007814815,0.009801585,-0.0068836384,0.026690096,-0.012240186,-0.0075312797,0.0053549754,0.012460013,-0.015640631,0.00762473,-0.0021997958,-0.0041991565,0.005874038,-0.038833402,0.0034670518,-0.008874838,-0.026116492,0.013802446,0.003017228,0.0036381572,0.008487369,0.0033057106,0.008137857,-0.024164386,-0.014123264,0.009124934,0.020271797,0.02075704,0.012119092,0.011100618,0.018378887,-0.0044461465,-0.005259948,0.006421376,-0.012302718,0.009859828,0.009543447,0.0028698267,0.0154363215,-0.0007788548,-0.0047089895,0.023978995,0.0029072913,0.007343983,-0.03281618,0.02605367,-0.0047425907,0.0032686205,-0.011914071,0.031336147,-0.0041932994,0.008724484,-0.0065442068,-0.011131929,0.009200364,-0.00047814622,0.00704854,0.0071799355,-0.00037597318,0.008076074,0.009228044,-0.022366095,-0.0032489959,-3.5057557e-05,0.001672814,0.032919902,-0.008170478,-0.0045691375,0.0050307997,0.017829375,0.004179582,-0.009857868,0.026028953,-0.02765386,0.008706419,0.02961194,0.024470413,0.0046520685,-0.0020007582,0.015350283,-0.013625183,-0.020141367,0.014455809,0.00016537443,0.0078234505,-0.0017802266,-0.009414632,-0.001907141,-0.0015550632,-0.17208272,-0.003163028,0.00665796,-0.02800535,0.012490067,0.0054760543,-0.0024560506,-0.014680128,0.014634463,-0.011394687,0.012047727,0.025818257,0.0031580734,0.004418965,0.011651707,-0.002291161,0.036357716,-0.0034176745,-0.010621542,-0.00029104808,-0.018214824,-0.004323541,0.003403264,0.011371961,-0.00217782,-0.013351656,-0.0035461704,0.00797499,-0.0088750785,0.006654526,-0.0028846315,0.005979567,-0.0024457555,0.013882091,0.0046115294,0.012893742,-0.008461744,0.0028849267,-0.011819256,0.014031355,0.014610315,0.0017091836,-0.0014053929,0.0024692258,0.001646542,0.0056120185,0.0033138117,0.0044373963,-0.007130702,0.0077476865,-0.015401755,-0.004639856,0.011597093,0.011682087,0.0010022332,-0.021308508,-0.0035897468,-0.00042820378,-0.0012507382,-0.022388564,-0.0061256383,-0.0085016545,0.026175603,0.014477531,-0.003550303,0.00093180645,-0.016253464,0.13966528,-0.025923152,0.03333061,-0.0048525296,-0.005564491,0.01887391,0.002984439,-0.021056037,-0.015845705,-0.00095930643,0.02327246,-0.008944269,0.0041912342,-0.022682862,0.021626247,0.005481116,-0.017693343,-0.013926136,0.0020645577,-0.005191648,-0.028311476,-0.0072886134,-0.011455577,0.0042944425,0.0063705044,-0.007078097,-0.008138671,0.008151078,-0.0021317746,0.018792463,-0.0009680977,-0.004615332,0.002883277,-0.017147481,0.011557802,0.028853137,-0.0052162986,-0.007807398,-0.003864803,0.003965798,-0.00086152914,-0.037138805,-0.025433138,0.014409885,-0.003765395,0.0049721953,0.008091707,0.0028839083,-0.020665962,0.0129119735,-0.028521154,0.006569916,0.0015050678,-0.013670579,-0.0016330979,-0.017763535,-0.0016482922,0.014507124,-0.0117998505,-0.0074912924,0.02604313,-0.0050310763,-0.011862774,0.015520767,-0.007629521,-0.0017461093,-0.010862449,-0.015374788,-0.00837081,-0.112121925,0.016047362,-0.00836502,-0.0027930678,-0.008932944,-0.03765102,-0.0051599336,0.00211527,-0.0031005866,-0.012455805,0.0063921795,1.4989107e-05,-0.0017711858,0.019959312,0.021452915,-0.008877343,-0.013981369,-0.0051477626,0.017265428,0.005648939,0.0025854316,0.00038077962,0.020450486,-0.0126329735,-0.016405568,-0.0021576453,-0.03222052,0.005952525,0.013135529,-0.0005885303,0.004357252,0.014645261,-0.021524552,0.015728831,-0.013135111,0.0015554139,0.018753719,-0.007031445,-0.0046869945,0.013292606,0.00843375,-0.015041608,0.0041252887,0.0003697891,-0.011369505,0.0016509399,-0.010277097,-0.013104673,-0.0018511997,-0.01169447,-0.013358941,0.021933973,-0.014603765,-0.03223974,-0.00550681,0.034632146,0.02709288,-0.019334495,0.02381246,-0.0064520915,-0.02063231,0.02140201,-0.0013458094,-0.01147119,0.010728678,0.011053168,0.021827495,-0.0044232868,-0.0022644962,-0.01697856,0.0003312443,-0.020043105,0.014089971,-0.003192343,-0.009659885,-0.005048809,0.0029472406,-0.00014729403,0.001599354,-0.0055079837,-0.017756714,0.0009409798,0.028003903,-0.0018251316,0.041688357,-0.022933362,0.017885385,-0.017300934,0.005943209,-0.00042145152,-0.0055352463,0.0025827496,-0.0035669191,-0.018956032,0.00027684317,-0.0052620405,-0.00400423,0.00080248096,0.029384544,-0.017562307,-0.02380919,-0.011281975,-0.0011326193,0.0027767958,0.0034229453,-0.019010391,-0.014721114,0.0018195035,0.023098748,-0.010585226,-0.0034163098,0.0051059816,-0.0033763673,0.00035007801,-0.0032398086,-0.020067256,-0.017958086,0.00891735,0.013383851,-0.0108126225,-0.0035404882,-0.0012815133,-0.0066392375,-0.0010847123,0.016366798,-0.002601801,0.009732225,0.005294019,0.013141599,0.014080661,-0.027654143,0.014132005,0.01630663,0.011627967,0.014228344,-0.025873208,-0.00047523878,-0.005362081,0.0121320225,0.026515288,0.0034923132,0.0204726,0.0002873613,0.002914616,-0.00052203966,0.019182516,0.019353576,-0.014398217,-0.00426107,-0.011561447,-0.020511987,-0.0017202137,0.009160765,0.007876662,0.018617166,0.020678006,0.009677231,-0.0066578705,-0.026241072,-0.016951084,0.0053001884,-0.007140888,0.030394346,0.0099225445,-0.00030424353,-0.0380974,0.010338938,-0.0037815252,-0.03168367,-0.011618544,0.0037517457,-0.019962529,0.016794587,-0.006995937,-0.026840523,0.005462922,0.0112233665,0.0050903247,0.0066995323,-0.07916437,0.02323258,-0.0046014627,-0.015121785,0.0015939567,0.015065102,0.0040677707,-0.009281845,-0.027137937,-0.0058853216,0.008895276,0.010811945,-0.004453208,-0.009855557,-0.013427048,-0.0057963827,-0.017495612,0.025151199,0.030919755,0.011194061,0.010826274,-0.0077073844,-0.023989975,-0.0073093763,0.0015374313,-0.0037155866,0.014850286,-0.007823947,0.010067252,0.01893152,-0.013268896,0.0025520285,-0.005291526,0.0036798746,0.00531079,-0.017145352,-0.005802167,0.012515252,0.014006737,-0.032666743,0.0032044835,0.0018356318,-0.05400061,-0.002097,-0.007297901,0.006977603,0.008755267,0.017083699,0.004381141,-0.0028012155,0.02691733,0.005607191,-0.007958126,-0.008355279,0.02094555,-0.02042156,-0.006198705,-0.005968844,-0.0020347994,-0.008164699,-0.005134801,-0.035200544,0.027110085,0.0249295,-0.0021981692,0.01200169,-0.022161538,0.02301415,0.010238988,0.017472656,0.02117675,-0.001641498,0.004863955,0.010252435,-0.020806035,-0.00049814006,0.028327497,0.0017817686,0.010236711,0.037698206,0.010067247,0.019249285,-0.0055799414,0.026215294,0.013830213,-0.0052720173,-0.005799131,-0.082248084,0.009135201,-0.0020931172,0.0072898245,0.021999046,0.00045561913,0.01161233,0.030831605,0.01583443,-0.00045833716,0.0019595898,0.0070214556,-0.0015667367,0.016751586,0.014593211,-0.0099108685,-0.021287445,-0.00699375,0.02242436,0.013551204,-0.0047244006,-0.012619651,-0.015446277,-0.020532249,-0.013154736,-0.060671777,0.004010098,0.0077894954,0.018877607,0.0016865644,-0.0012458824,-0.017850196,0.000829606,0.002065647,-0.010726144,-0.010509483,-0.023747662,-0.007522975,0.0060818437,-0.015421807,-0.0053881765,-0.015367532,0.005620315,0.008890754,-0.014537725,-0.0038848158,-0.016049687,0.010047699,-0.009810606,-0.005204563,0.01749982,-0.031241588,0.010801084,-0.0012737125,0.011045373,0.015247893,0.015147189,-0.041398812,0.020302849,-0.008418763,-0.009980051,-0.0066403635,-0.013053584,0.023539135,-0.017643092,0.017993813,-0.01345335,0.028743068,-0.034331,-0.001912291,-0.0036909084,0.011135008,-0.021352842,0.016094916,-0.011831474,-0.009051166,-0.010282141,0.0326482,0.004988316,0.0108296145,-0.005700457,0.007923316,0.02125957,-0.022951948,0.0056213145,0.0033295844,-0.0035011182,0.0036206362,-0.017767506,0.011812738,0.010222593,0.007884691,-0.0081456555,-0.017221373,-0.0012047761,-0.014268629,-0.013135061,0.005229963,0.003885948,-0.012502662,-0.027300423,0.015293101,-0.004397542,0.00082209497,0.0071390388,0.0107617,-0.0135426875,-0.0065934956,0.01244559,0.007950828,0.0100926105,-0.00757682,0.0015390409,0.0033450103,0.0025505272,-0.026303282,0.015276794,-0.004892515,-0.0128601035,-0.007444737,-0.0058909175,-0.018626405,0.0025489237,-0.024862736,0.0006648499,0.016320912,-0.018193262,0.0056941495,-0.009071419,-0.012993095,-0.010991423,0.014349035,0.020329691,-0.010216132,-0.015951471,-0.001456704,-0.020136328,-0.008205915,-0.006913545,-0.001933185,-0.022502454,-0.012672486,0.0025839733,0.008806465,0.023739249,0.0033028417,0.00081098796,0.026554972,-0.011316235,-0.013029518,0.023055939,0.025342345,-0.012353923,0.0015081797,-0.0032197032,-0.030299462,-0.016811794,-0.023559397,-0.005558996,9.488937e-05,0.0063672583,-0.0150082335,-0.00038312955,0.009093962,-0.013373987,0.0119185,0.0061279284,0.0015509316,0.016321376,-0.0049028755,0.0064988467,0.031169338,-0.0059464206,0.004520675,0.03151724,0.007425208,-0.015353659,0.0012430666,-0.0042820456,-0.022064239,0.010181129,-0.006356167,-0.0039633187,-0.025130164,-0.003914876,-0.006747788,0.005912783,-0.0011562356,-0.009444433,0.0033624491,-0.032609466,0.009127088,-0.006366166,-0.024443708,0.010792253,-0.01327592,0.0023306303,-0.015850972,0.005500809,0.0068063503,0.011290619,-0.0010219592,0.0001784102,0.005428211,0.007157734,-0.006807992,-0.022255505,0.004595828,-0.009366358,-0.001984804,0.0204816,-0.00568542,-0.0074365865,0.009340938,0.0052352827,0.002711666,0.022453958,0.007853357,-0.0038084227,-0.012465823,-0.0016611585,0.0017815386,0.011837269,0.023332806,0.009992458,-0.013568635,-0.019540023,-0.020318454,-0.016305037,0.018222438,0.009654082,0.012837387,0.015293235,0.007101474,-0.0021930374,0.009120521,0.014915974,-0.008477354,0.006615643,-0.0071070497,0.0117414985,-0.017517958,0.0033308342,0.024931435,-0.01802866,-0.007191602,0.012193529,0.021852944,-0.02272032,0.012714684,-0.0050120936,0.009554246,-0.015476263,-0.013277442,0.012990605,-0.004646098,0.002734844,-0.024342539,-0.010900345,-0.0005697068,0.007915536,-0.011096409,0.0047699623,0.030064642,-0.0006542691,0.020501211,0.0010256221,0.004588913,0.009410213,-0.022846632,-0.008044258,-0.0027899004,-0.011628041,-0.014772386,-0.016144637,0.0035664975,0.014660077,0.0061413124,0.0032142517,0.010106354,-0.0012542058,-0.02309185,0.0013515375,-0.009542848,0.008323421,-0.010944174,0.014924411,0.00084081327,-0.0014064946,-4.5885718e-05,0.019191455,-0.0017736858,0.014456334,-0.03389646,0.019794924,0.0049614976,0.0058817184,-0.0065062847,-0.0077370233,0.016224649,0.024232598,-0.007092677,0.012445967,0.0060462784,0.0074721836,0.03712784,0.008208488,-0.023519453,0.011591486,-0.004195578,-0.008895565,-0.023189493,-0.0041945125,0.015247844,-0.0003150606,-0.011743737,-0.015076734,0.00840793,0.005592596,0.007972772,-0.021395205,0.0017104907,-0.0058314935,-0.0069769355,0.01238463,-0.007330918,-0.007299712,0.015135284,0.012206531,0.008176386,-0.0041920645,-0.006983264,-0.036707543,-0.0150544755,0.024788987,0.00074854743,0.011271045,-0.0028407208,-0.0022587583,-0.010662845,-0.010223228,0.0016095296,0.020746443,-0.004816762,-0.0017516413,0.0155688245,-0.0017448835,-0.009598723,-0.007945829,-0.006120725,-0.034790847,-0.0048851394,-0.0015495154,-0.003432466,0.010778557,-0.01788347,0.0008830995,0.034455936,0.0051883776,0.008026066,0.0028467153,0.0008515574,-0.00094216,-0.019766621,0.007648066,-0.0021762545,0.01091312,0.009708396,-0.00897362,-0.0029641108,-0.0027699408,0.0013264272,0.027721561,-0.0050434964,-0.0015966843,0.022374991,-0.008896953,-0.009248611,0.03112653,0.0071509886,-0.022556154,0.024998613,-0.0030339155,-0.008497439,-0.0040181135,0.0030289595,-0.01827604,0.026461374,-0.0005034513,0.007856121,-0.0028253137,0.0007362479,0.008783698,0.026401905,-0.0033564374,-0.004189354,-0.0023274615,-0.008390209,0.0021487712,0.009903063,-0.005194546,-0.016344314,0.027788412,-0.006821946,0.0064288955,-0.01778968,0.015186567,-0.0071631684,0.01437458,0.0029627534,-0.00084249786,-0.0053586885,0.0002828478,0.009551589,-0.01686538,0.03775357,-0.018276742,-0.0018638553,0.007987357,-0.03581222,-0.008341544,0.004311182,0.0138582885,-0.0038594792,0.005832079,-0.0005498627,-0.0121492725,0.0009215819,0.017392982,-0.0038228577,0.0060212375,-0.0050140694,0.012316944,0.0018289777,-0.0029492574,-0.0072571156,-0.003416151,0.020097084,-0.020015419,0.008418525,0.018449014,0.0099133,0.008028124,0.0065083774,0.04949195,0.022030722,0.0050542415,0.00858596,0.008600771,-0.017705187,-0.029493483,-0.022900527,-0.012589342,-0.013454819,0.024813253,-0.014422696,-0.0042214408,-0.017184665,0.01565694,0.010686518,6.168059e-05,0.007939474,-0.0017952215,0.02344154,-0.029998532,-0.008587714,0.021531235,-0.011672419,-0.008078525,0.018131249,-0.03150868,0.0045404155,-0.041693263,0.0011404859,-0.0118671,0.008712434,-0.024583777,0.003225346,-0.006042696,-0.0028554513,-0.015092714,-0.00029906744,-0.0071178884,0.027809942,0.0026274684,0.0009861898,-0.0014284952,-0.04720924,0.02622288,-0.00075833977,0.003235636,0.0013201428,0.00288639,-0.0075169746,-0.023444913,0.0033594512,0.0014532844,0.010753867,0.00086135726,-0.010560862,-0.008591963,-0.0025105784,0.018469756,-0.030846376,0.015880946,0.0022894896,-0.008259174,-0.010736971,-0.013263719,-0.05264334,-0.009185529,-0.011931358,0.008125864,-0.003327342,0.0026519361,-0.010557607,0.009299333,0.013323394,-0.016862985,0.02181393,-0.003735434,-0.0070816185,-0.012660188,0.0042874436,0.0069924807,-0.01263491,0.0065446096,-0.0011904421,-0.00094516325,-0.009990813,0.011741158,0.0029829298,-0.017920598,0.018155474,-0.0041194484,-0.010388332,-0.008852808,0.008800966,0.0016741934,-0.014469633,0.016998097,0.03410773,-0.0049044015,0.0012341064,0.01701955,0.009502132,-0.040680766,0.0025398382,-0.021657083,0.00022974791,-0.009266286,-0.0047598,-0.00439619,0.0063967505,-0.007912426,-0.0073773414,-0.0025047124,-0.018224347,-0.0049543143,-0.013000608,0.021985572,-0.011090333,-0.024426723,0.006702868,-0.01463442,-0.0074992557,0.028793555,0.02297558,-0.0061550355,-0.0013511637,-0.018191658,-0.026379505,0.0036962647,0.011721271,-0.010532743,0.0015263763,-0.019641291,-0.002317812,-0.0019355475,0.019430371,-0.004734889,-0.025985254,-0.021839593,0.013397132,0.013215674,-0.0125899315,0.0058142,0.013970916,-0.01009585,0.001988954,-0.0040319604,0.017616812,0.03859402,-0.01026168,0.008494526,-0.018704757,-0.0071054175,-0.018600363,0.013526192,0.009547156,-0.0003721039,-0.011430999,-0.015260567,-0.02528985,0.0061515374,0.010201149,0.0048433975,0.009960779,0.017581029,0.016675232,-0.0068264334,0.036001377,-0.011925202,-0.004366568,-0.0005891655,0.0007934006,0.017935332,0.022025641,0.041839827,0.014175499,-0.017518831,-0.019095097,-0.0036712373,-0.011588314,-0.011181471,-0.02082257,0.0090948995,0.018168936,-0.020124167,-0.015195588,-0.011353578,0.007469432,0.035357945,0.0012720756,0.005875289,0.021950416,-0.0148388315,0.023611585,0.0057379054,0.019839901,-0.009478162,-0.0073348605,0.0040914575,0.010983066,0.016460935,-0.005666288,0.007944488,-0.00457825,-0.013720079,-0.008384304,0.03717317,-0.024862457,-0.005906452,0.008739308,-0.007977079,0.0077425567,0.00810692,-0.0010101793,0.020911187,0.022336666,0.0030590526,0.009275255,0.0099351,0.00946294,7.5887597e-06,9.339136e-05,-0.0055794357,-0.0025124878,0.017886672,-0.0125148045,0.0003940805,-0.00461298,-0.009485973,0.026035398,0.0115506025,-0.008494351,0.0047765123,-0.017413972,0.0045421324,-0.022031115,-0.008209775,0.013025253,-0.0012667238,-0.0036607755,0.007133991,0.004528319,0.1677159,0.11616988,0.0026444097,-0.008688681,-0.0014499151,-0.021737412,-0.023754336,-0.016007189,0.020270238,0.030676106,0.0012903189,-0.004731004,0.0046773376,-0.021961054,0.00886071,0.006145883,0.0055975905,-0.0033363805,-0.028237393,0.0011150865,0.014983967,-0.00251441,0.010923807,0.00893798,-0.042348024,-0.005712355,0.01779322,0.012817917,0.030080782,-0.013212487,0.0087674605,-0.003940912,-0.0009505143,0.0013210352,-0.0045837904,-0.020998044,0.0022850195,0.018081589,-0.012172766,0.008099092,-0.013909486,0.025337715,-0.010930691,-0.00420263,0.015968703,0.0084202215,0.011706529,-0.007226593,-0.018483035,0.0024479027,-0.0003775829,0.008886505,-0.023837391,0.0014431988,-0.01609089,-0.0067338604,0.007874366,0.007511711,0.011453278,0.0011056009,-0.0073666186,0.020838529,-0.013384386,-0.012516043,0.0038528594,0.019474883,0.0067239613,0.024006717,-0.0011402136,-0.00079795934,0.006048764,0.031055843,0.0048858346,-0.0030729717,-0.003911301,0.0076794527,0.028454319,-0.02226642,0.01547691,0.007632356,-0.010556779,0.00429273,0.0038433182,0.011793237,0.016275719,0.004935063,-0.0028497973,0.022143591,0.11414818,0.015488421,-0.009231248,-0.0033428702,0.016174873,0.013330953,-0.0020203728,0.06267862,0.008132511,-0.009987892,0.0014845267,-0.016918499,0.006530448,-0.016723644,0.00566102,0.017941575,-0.001299975,0.016004307,0.011291725,0.018823836,-0.031914704,-0.0109118335,-0.022919135,-0.006216722,-0.0102999015,-0.016128037,0.008040146,0.019634306,-0.004716625,-0.02808375,-0.11152545,0.016501715,0.010654787,-0.023616884,-0.008182691,0.018677583,-0.018918307,-0.012500616,-0.0145234605,-0.038485955,-0.022116872,0.004593145,-0.0027808452,0.00018472786,0.013106084,0.025947804,0.013208616,-0.017170811,-0.00815054,-0.0077421363,-0.005168673,0.015784971,0.00640104,0.008265842,-0.0034518272,-0.0155543005,-0.019943703,0.04269238,-0.003637513,0.0002416035,0.0126315495,-0.0017215888,-0.0015862812,0.0115156295,0.0152694015,0.014921191,-0.009624407,-0.0059675435,0.027148642,-0.0038917118,-0.0049449233,0.0024789898,-0.0097264005,0.0068222783,0.0071808426,-0.010764175,0.004759298,0.007499636,-0.0057890997,0.01002007,0.016564324,0.015830973,-0.009649485,0.011792538,-0.023817038,0.023099985,-0.009435078,-0.031922746,0.006158471,0.0009180367,-0.014952654,0.010513384,-0.009405067,0.010155566,-0.0040291823,-0.0077068037,-0.018494142,-0.0009466732,-0.0296476,0.0030744725,0.005776847,-0.0014402675,0.0025649627,-0.028553355,-0.010552061,-0.03145235,-0.014755465,0.016118493,0.0045034154,0.007893239,-0.006632656,-0.011536686,-0.0003159257,0.12070502,0.021305995,0.0064918636,0.0077736634,0.011707844,-0.0070045125,-0.01917353,-0.007256106,-0.0076160408,0.00852056,-0.0029587587,0.00063799135,0.011682383,-0.011590668,0.01382575,-0.016658112,0.0027004746,0.0045610964,0.010446115,0.003241672,-0.008637547,0.010058045,-0.019799266,0.0021038335,-0.005006578,0.010156286,-0.026213778,0.0050617256,-0.002912773,-0.004542858,0.0014011206,-0.0013595318,0.002421625,-0.018447286,0.006379201,-0.00067939836,0.0036276558,-0.012953501,-0.0052589886,0.0061808643,-0.038319446,0.014070132,0.0019194621,0.0075444807,-0.014189788,0.18652917,0.023382071,-0.010096008,-0.0038229048,0.011615355,0.026143363,0.011491827,-0.0022919087,0.005163244,0.003402347,0.01963847,-0.009107241,-0.016286112,-0.013472673,0.00050102646,-0.0017876014,-0.017133515,-0.013931408,-2.946944e-05,0.00042229457,-0.0008312222,-0.0016352935,-0.0021198818,-0.010248996,-0.015029497,-0.0054294905,-0.016479388,-0.015440942,0.0149925165,1.8984105e-05,-0.017115023,-0.019929076,0.018352913,-0.011000496,0.002188911,0.017364785,-0.015488379,-0.0036944596,-0.0015988529,-0.015693754,0.0021465265,0.014015327,0.0036621916,-0.0033519561,-0.016412647,0.0045813457,-0.01590319,0.004676988,-0.0065349457,0.01630415,0.0016940491,0.018193942,-0.0020115261,0.0061424077,0.0006807076,-0.01366419,-0.008129445,-0.00075990084,0.0028350523,0.009518907,0.00034365477,0.017688327,-0.03375749,-0.022576563,-0.012175414,0.012802638,-0.007362761]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 94,
          "content": "[Breaking News] Official: US Military Ready to Resume Operations - 47NEWS",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.032747272,0.006790339,-0.017521884,-0.059578367,-0.004858362,0.010880502,0.0065378877,-0.0076062945,-0.013282283,0.0055046147,-0.0028349382,-0.014333433,-0.053851627,-0.0082863895,0.09010652,0.013593213,0.026987972,-0.00028228151,-0.0029867834,0.029961992,0.017082984,0.0049206386,-0.011320692,0.00010047505,0.015073918,0.021765672,0.0020687361,-0.0080765635,0.051613607,-0.015032228,-0.019308627,-0.0077627273,0.04083982,-0.002182807,0.01705584,-0.0049508996,0.0017954615,0.0068426686,-0.00055171456,0.004401679,-0.018495139,0.021019408,-0.011247099,-0.011884331,-0.0011014252,-0.016900705,0.01530156,-0.02482804,-0.010794716,0.03667096,0.011185106,0.0065975916,-0.010172369,-0.1617628,-0.0022211035,0.004861611,-0.0107902875,0.0029647858,0.016530845,0.033934742,-0.01511368,0.020777997,0.009672509,-0.036862895,-0.00474033,-0.03553695,0.008421059,-0.003738302,-0.01946568,-0.029784165,0.010899531,0.022376278,-0.0011863298,-0.013975544,0.003308794,-0.03090199,0.017918147,0.035504464,-0.0074119293,-0.00090882555,0.017134853,-0.03833619,-0.020524431,-0.021317698,0.023107272,0.0045288675,-0.01604777,-0.025395267,-0.007844313,-0.0054166075,-0.007405231,0.025611913,-0.013813362,-0.008578746,-0.015986208,-0.007205613,-0.0072773555,-0.027908815,-0.018438715,0.00234613,-0.02296592,0.0045843404,-0.013908832,0.013187595,-0.019848302,0.010991711,-0.005792346,-0.00033779567,0.04379614,-0.01924134,-0.004602349,-0.0019913837,-0.022261813,0.0069926125,-0.014524894,-0.12745455,-0.0045686075,0.004017357,-0.0038782246,0.0016251085,-0.0034217432,-0.0023225166,-0.00722255,0.051647726,0.0016912408,-0.0018620548,-0.00051191874,0.015422472,-0.022641739,0.018805055,-0.00954307,-0.0018284146,0.0181847,-0.0002456038,-0.025216995,0.046232987,-0.015744187,0.009385931,-0.0003028274,-0.038502693,0.010237109,-0.011388804,0.0047444073,0.015746932,-0.036512163,0.0076034428,-0.011996289,-0.032788936,0.019166797,-0.027407795,0.022008164,-0.011711356,-0.030553909,-0.033180468,0.017299118,-0.03928889,-0.005535078,0.008229448,-0.0111470325,-0.029632486,-0.037723526,-0.0059532346,0.014264911,-0.004344822,0.01623489,0.014191702,0.0139355855,0.017799448,-0.009977337,0.011543623,-0.009325541,0.01353822,-0.04201909,-0.0113574155,-0.021694079,0.00864224,0.030993743,-0.0071850144,0.0062288092,-0.008351922,-0.038012996,-0.008822506,0.0062555913,0.0002515287,-0.015730387,-0.012237728,-0.02088417,-0.00953216,-0.030708784,0.006496464,0.005202366,0.0048577287,0.012232088,-0.024205355,0.019237913,0.00576229,-0.033990182,-0.030312879,0.01902029,0.017976712,-0.006452129,0.014117513,0.0017177291,-0.026462883,0.026145129,-0.033396296,0.0048774593,0.00936513,-0.025190497,0.023937922,0.019409368,-0.0065580644,-0.0015707685,0.00028047338,0.022321105,-0.017231576,-0.00077427283,0.003047273,-0.012170917,-0.003939166,0.012426653,0.005008048,-0.021411773,0.0049716313,-0.003909099,-0.05089902,0.015542895,-0.00993533,0.007874863,0.024595542,0.0024963014,-0.005237105,0.0074697766,0.018648004,-0.009537865,0.011281898,0.03831811,-0.002124325,0.011136558,-0.0026332713,0.022068493,0.009971196,-0.013720894,-0.013561716,0.039868884,-0.016432637,0.011321686,0.007078129,-0.014816467,0.013285102,-0.009016083,0.018423062,0.015278039,-0.0064501436,-0.0024080689,-0.007136895,0.013098708,0.00264928,0.00985253,0.021428255,-0.022859713,-0.0008228001,0.008938736,-0.008471876,0.0113533065,0.00204993,0.0015592035,-0.026741305,-0.030869216,-0.006357773,-0.013251917,0.010114665,0.006908656,0.015274193,-0.010038964,-0.013667349,-0.07717292,0.01471947,0.010911435,-0.026540069,-0.0018629355,0.0031814205,0.0029209268,0.015430731,0.006256943,0.0014552774,-0.02969429,-0.007048224,0.010909712,-0.002934885,0.023948314,-0.016779479,0.004310381,-0.0040181307,0.030925179,-0.020285541,0.019793604,-0.0082046855,-0.025657851,-0.019993993,0.0032325424,-0.0084214015,0.011713833,0.052919243,-0.0132196825,-0.0048775435,-0.0044856346,0.009447139,0.008265034,-0.01918518,0.009994523,-0.021229003,-0.015879039,0.0069791838,0.017692791,-0.014354105,0.005925891,-0.024292301,0.0033630119,-0.002200643,-0.014540166,0.033521492,-0.010665668,0.02540469,-0.012244442,0.000692087,0.009623161,0.0045816237,0.015060043,-0.011852958,0.00031890548,-0.019333025,0.018202081,0.017012121,-0.013708651,0.03248353,0.027967153,0.021618301,0.0021932183,-0.016963167,0.013264775,-0.0031786487,0.013083064,-0.014452278,0.018882755,0.010364423,-0.005235796,-0.015546702,-0.018404635,-0.039368663,0.01604409,0.016623374,0.019472852,-0.00717366,-0.032236356,-0.00532221,0.011927376,0.0010162359,-0.034730602,0.014315304,0.005416939,0.0022372191,-0.027437523,-0.008579304,-0.0063162195,-0.03367637,-0.011627805,-0.0071757613,-0.020874096,-0.012168616,-0.028107522,-0.0098534245,0.013621896,-0.00038879854,0.018222453,-0.011414962,-0.01006696,0.0014166562,0.037999954,0.029794475,-0.01748969,0.014043886,0.0046382984,-0.022035867,-0.024049243,-0.0005364065,-0.017968345,-0.014065225,0.0015839868,0.01916475,-0.0059780492,0.011356171,0.0031341878,-0.0022432113,0.0048948796,0.008522837,-0.0034480784,-0.004166747,-0.022642894,0.026892846,0.0072935955,-0.013668031,-0.017594745,0.017362896,-0.025071349,-0.009806566,-0.020055484,-0.0072519053,-0.013095045,-0.022923952,0.012565032,0.017588546,0.007737338,0.02738418,0.008663286,-0.0131670395,-0.03220264,0.033990618,0.012201319,0.006130499,0.020573372,0.002540649,-0.0057553896,0.011724173,-0.014115742,-0.0043864637,-0.018992087,-0.00201572,0.0015578439,-0.0073881745,0.0203292,-0.0142273,-0.012321612,0.002213532,0.011397402,-0.054586943,-0.011196317,0.015663037,-0.007810413,-0.011797149,-0.0013776068,0.004307456,-0.0198855,-0.025047556,-0.022784166,0.005065997,0.018969882,-0.023448844,-0.0093715675,-0.001967998,0.019604543,0.023522163,0.01712885,-0.009386652,-0.00028730993,0.022534126,-0.009773328,-0.013582216,-0.014884034,-0.023016224,-0.012705151,-0.016242212,-0.024256265,0.006788639,-0.004004815,0.015003156,-0.005583834,0.006433626,-0.008818465,-0.024453083,-0.0015054169,-0.010537013,0.010526094,0.0049876235,-0.012619416,0.013401999,-0.040265452,-0.0038674045,0.0036473097,0.029107876,0.011960474,-0.033707637,-0.014474337,0.0042085866,0.00786756,0.01728659,-0.017382821,0.023927731,0.0052963807,-0.007906752,0.0070376615,0.016604401,-0.009812515,-0.013818764,-0.00072309386,-0.015616076,0.005842007,-0.0005316102,0.020913359,-0.0073045236,0.0065071154,0.011070152,-0.019456714,-0.0064827893,-0.0027015225,-0.0013204082,-0.004336292,0.007926561,0.0056757703,0.01353242,-0.0031277232,0.021385182,0.0023493937,-0.0006266427,-0.027714565,-0.009681849,0.039321754,0.0017234402,0.012182592,0.020954292,-0.00940322,-0.00478378,-0.0042500584,0.005581063,-0.010204147,-0.0015387762,-0.00043583754,-0.008453367,-0.0011738399,0.005749462,-0.020644901,0.021190811,0.000109046734,0.008191721,0.013931195,0.020535238,-0.004241947,-0.005508012,0.013477663,0.007301518,0.03598888,-0.004830575,-0.009684922,0.020454269,0.023171837,-0.081430405,-0.006430053,-0.005073231,-0.0075234906,-0.016278686,-0.009981104,0.015637254,0.007545128,0.0012216447,0.002582731,0.008108982,0.010073777,0.009253015,0.0029555152,0.009812984,-0.013795762,0.0029283985,-0.017129846,0.02712394,-0.013788256,0.0117810415,0.016149418,0.024884043,0.027729813,-7.726779e-05,-0.030222684,0.014466057,0.011145701,0.004061352,0.01589157,0.021292366,2.406285e-05,-0.00816591,0.006081136,-0.0012756871,0.011646097,0.0032476522,0.0067095268,0.007324366,0.012709343,0.011758395,0.008071867,0.0020572245,-0.014059157,-0.0023977908,-0.018107252,0.008301331,-0.0016890251,0.01949279,-0.024500102,-0.041824136,-0.015972134,-0.0022085786,-0.005173587,-0.00063630333,0.009147665,-0.024449427,0.0052734134,-0.0088802185,0.025413672,-0.0037229557,0.005201551,0.011607349,-0.013939993,-0.024051048,0.015614524,-0.0024483425,0.008045446,0.00090114394,0.00038812956,0.0051425793,0.0033036312,-0.0025378787,0.010274843,-0.0065511903,0.018398505,0.03419595,-0.014463623,0.013578256,0.0035906865,-0.0385146,-0.01420357,-0.084385574,0.0055074017,-0.0061887596,-0.00057948974,-0.009645629,0.0013991124,-0.0062890947,-0.00802875,-0.0034005886,0.02282405,-0.013574962,0.007637697,0.022817628,-0.027821248,-0.029575137,0.012365042,-0.014253034,0.011215614,-0.008169884,-0.029088737,-0.029458176,-0.020978369,-0.0061410274,0.014766029,0.0067482535,0.006669618,-0.025560621,0.012676802,-0.0059658107,-0.046417817,-0.02538892,-0.14283383,0.007942267,0.009980858,-0.012798918,0.0065465583,-0.004405715,0.016711693,-0.01145258,-0.021760764,-0.012526174,0.019589381,-0.010753731,-0.046417948,0.0028074353,-0.012712049,0.13516974,-0.0058576316,0.010046668,-0.01469463,-0.018245036,-0.004026309,-0.004723323,0.012001179,0.0049246335,-0.008464311,-0.0066012107,0.020614913,-0.014850189,-0.006722328,-0.014035853,0.010096551,0.009278085,-0.024675926,-0.01944757,0.022619892,-0.008090384,0.017626671,-0.010896594,0.00042944937,0.0025873696,-0.0028016816,-0.0071066464,0.003507143,0.017092528,-0.0029185656,0.02031763,0.003835116,0.008689915,-0.031058127,0.003542921,-0.017935315,-0.064793855,0.008552788,0.010371609,0.0046220697,-0.0012730905,-0.03344733,0.0027589984,-0.0046587843,-0.023934474,0.010269811,0.008030696,0.008914152,0.00019067775,-0.0019206742,0.0076375087,0.0069010835,-0.010066301,-0.024799803,0.0038361005,0.0068769143,-0.021277787,-0.05359277,0.017865494,-0.0055831354,-0.037355717,-0.0059993006,0.011971635,-0.006090374,-0.016729413,-0.008034665,-0.01311577,0.022106173,0.004332527,-0.030976294,0.0009284586,0.003702262,-0.010355479,-0.0057424586,0.009198767,0.017472569,-0.014036571,-0.0071932753,-0.018772092,-0.0018423249,-0.012926785,-0.0044426103,0.012164316,-0.0077498155,0.008110038,-0.0036584896,-0.009081709,0.0132429665,-0.012131561,0.0052300617,-0.004313808,0.01746058,-0.045502577,0.03757995,-0.0161028,-0.01034721,0.0098105185,0.0066856663,0.009864244,-0.016972551,0.024383876,0.022887522,-0.0008630663,-0.0016934929,-0.0057120947,0.01258929,-0.0034763762,-0.014155631,-0.001500203,0.0024369264,-0.002032304,0.010991786,0.012491219,-0.0011471892,-0.029759588,0.016209394,0.006009376,0.0070167924,-0.0059818993,0.011476937,-0.011082601,-0.011138646,-0.0070385113,0.008529896,-0.0017175102,0.0058958465,-0.0010401924,-0.025141291,-0.01226528,0.010813337,0.006944343,0.013711127,0.009187414,-0.0015399486,0.0021392656,0.011146137,-0.019168431,0.0019130084,-0.009338858,-0.023507016,0.005304524,0.0201354,0.004318588,0.005839381,-0.012407337,0.0065897685,-0.008380937,0.0047388775,0.011737594,0.0059617003,-0.006664554,0.016824482,-0.0033052708,-0.026427137,-0.007095758,0.0065666386,-0.010574971,-0.005554216,-0.0054431437,-0.015910776,0.0025966002,-0.009609324,-0.0010924255,-0.008038063,0.0059760637,0.031357273,0.014705492,0.01297302,-0.004903181,0.0018075105,0.011251727,0.01846085,-0.002219653,-0.010410456,-0.003955297,0.0022187452,-0.0246091,0.0101024825,-0.012273604,-0.009716985,0.028014645,0.012731613,-0.022936512,0.016211828,0.008026918,-0.0012416774,-0.010096451,0.0012636937,-0.004951432,-0.0051776734,0.00077688927,-0.005258048,-0.0043134256,0.0004884884,0.0110537205,-0.0047409767,0.009997781,-0.00633032,-0.013089291,-0.008543685,-0.010504259,-0.010301084,0.0077041076,-0.0030097505,-0.0074586626,0.014177525,-0.013640479,0.002955927,0.0035984444,-0.003778189,-0.006500288,0.019397745,0.0030290768,-0.0071679135,0.029700363,-0.008244504,-0.013569166,0.017793588,-0.012627538,0.0051150974,0.0032910032,0.016109116,-0.0032360007,0.0040994463,0.008473631,-0.006524178,0.011611038,-0.0054931506,-0.02345591,0.0018862415,-0.007538088,0.031003434,-0.03277659,-0.03087799,0.00024091352,0.0013541317,0.0054984405,0.009160651,0.00504241,-0.028452968,-0.015733449,-0.00018529219,0.0095712505,0.004457664,-0.00275554,0.009174224,0.011842004,-0.0048320484,-0.0032461865,0.012379308,0.001395309,0.015526622,-0.012114337,0.0029607997,-0.0053888857,0.003670618,0.020468686,0.0015416773,0.0030900259,0.014801178,-0.005993514,-0.011532338,-0.015579426,0.015302569,-0.014738906,0.0014241474,0.012171019,-0.016052067,-0.00549679,0.016464965,-0.018403366,0.012803895,0.0031958623,0.0031866697,-0.00903525,-0.03317109,0.013675462,-0.015530171,0.006739822,-0.021209339,0.0055223797,-0.0011392682,0.0056586317,-0.008307886,0.00038587465,0.0019396131,-0.010118615,-0.0074413368,-0.0050716293,0.00018052307,-0.012818075,0.0017391703,-0.0005183371,0.021504024,0.017791525,0.079400115,-0.0043741055,0.00094486144,0.016710272,0.002683993,0.017147532,0.010896561,-0.028185248,0.017358849,-0.01573602,-0.012173452,0.008907202,0.00020553773,0.012094305,0.009930522,-0.0075366693,0.005194097,-0.019275457,0.0014390005,0.006301992,-0.010930532,0.0131323915,-0.008831498,-0.023303287,-0.00752079,-0.0056164316,-0.011581176,-0.018072044,-0.0030695405,-0.018402983,0.0008616173,-0.00625677,0.021448916,-0.012048781,-0.0026273057,0.014694269,-0.0073738014,-0.0022350308,0.017001096,0.012865846,0.008643596,-0.009689322,0.010536637,-0.004662117,0.012089833,-0.011822051,-0.002026598,0.0018440187,-0.0033650086,-0.0047720317,0.0005976018,0.013226666,-0.0068130377,-0.0100236805,-0.01613324,-0.003483139,0.0042528887,-0.0057962234,0.024976015,0.0022682063,-0.0057330835,0.00454645,0.010794751,-0.00945445,-0.008959575,-0.0019076564,-0.000795801,-0.0008384691,0.010495306,-0.001375005,0.00066362123,0.008487992,-0.015374264,-0.013158407,0.04489629,0.002804219,0.0023884224,8.997142e-05,-0.015058977,-0.012972207,-0.0074208616,-0.0013742051,-0.020191245,0.0032491302,0.012259754,0.016028885,-0.014801456,-0.001944804,0.002258891,-0.0034199338,0.04108233,-0.0063714837,0.008196501,0.009316812,-0.0026453543,0.00047254344,0.07183854,-0.0006968018,-0.013737266,-0.021183144,0.015821422,-0.019189382,0.006514946,-0.014651687,0.0019229472,0.00987903,-0.003284262,0.00017804901,0.008934535,-0.0038726653,-0.008575119,-0.003029609,-0.0013863051,-0.018243073,0.0036498292,0.017283441,-0.0085503515,0.009672076,0.01671928,0.012448141,-0.00238181,0.004954894,-0.0038042627,0.010254344,-0.0073761675,0.017429378,-0.012995619,-0.004611292,-0.009948724,-0.019000009,-0.014431324,-0.020510249,-0.009833468,0.0072207605,0.00257577,0.007218108,0.020039005,0.002800791,0.0095607145,-0.0025902886,-0.0043068067,-0.0007455831,-0.02623238,-0.010369939,-0.0015143025,0.005895455,0.0020482487,0.009942927,0.0014726036,0.022439422,-0.0040708296,-0.0028721683,-0.013705332,0.00791732,-0.020595126,0.006663581,0.021423582,-0.016809423,-0.0011733039,0.015168541,-0.0043271882,0.0026934715,0.0051868707,-0.0070417603,0.008363859,0.013010348,0.012431967,0.012074361,-0.015408311,-0.019133398,0.0010626954,0.009540072,-0.0021053068,0.0013366458,-0.0134865,-0.009226849,0.0014387544,-0.028920464,0.004289876,0.0065407543,-0.0057181716,0.010722587,-0.023591768,-0.006595249,0.004169587,-0.03478762,0.003980765,-0.023298526,0.0052838754,0.00037746824,-0.0072297994,0.0018825686,0.008424226,0.0017833291,0.009983903,0.008191241,-0.0023062562,0.0038030087,0.0110817915,-0.013269114,-0.0018028124,-0.018289022,0.020631308,-0.007172568,0.008535639,-0.003998651,0.0027891563,-0.0053127636,-0.002647561,0.0033309313,-0.017362727,-0.01820438,0.0037011758,0.008593179,-0.02459986,-0.006384229,0.01665385,-0.0037559886,0.026284508,0.018867096,0.0007898475,0.00805878,-0.0019918894,-0.0077466564,0.009336106,0.0072529917,0.014907557,-0.021300703,-0.009465835,-0.015186339,-0.01349411,0.017941168,-0.019641856,-0.0006794745,-0.016508423,0.0018286289,-0.008479934,-0.0067048464,-0.003891744,0.004458644,-3.1824497e-05,0.011436986,0.001977285,0.020167122,-0.0033593813,-0.001569061,-0.006990061,0.0036604672,-0.013332122,-0.0064296615,0.008384968,-9.8474775e-05,0.0074237776,0.011548595,0.009836474,-0.014222167,-0.0037003441,-0.04784851,0.0058427136,0.017317053,0.011350889,0.013087459,0.014930416,-0.023668142,-0.0033317916,0.0023173513,-0.015985165,-0.012916638,-0.004222802,-0.01162478,0.0009177335,-0.005012851,0.0026463496,-0.0001410149,0.015191677,0.0031483904,0.00595094,-0.01789657,-0.0015122604,0.00012601927,-0.0037027823,0.00090806634,-0.011346275,-0.0123676015,0.009611373,-0.010849539,0.0035770314,-0.005686144,-0.0066083614,0.027161108,0.0089077605,0.0019946925,-0.005332708,0.001790181,-0.00016378531,-0.010430616,0.008500048,-0.006502716,-0.0048058233,-0.014346507,0.008527255,-0.0013082549,-0.004917108,0.01981985,0.00057635293,-0.01697449,0.0144090755,-0.001214726,0.015409891,-0.008682219,-0.008593955,0.009329698,0.0031787213,0.017043084,0.01131015,-0.010540114,0.013963962,0.005797117,0.0025724,0.0040248046,0.001862315,-0.01587014,0.0061937873,-0.0214888,0.01950273,0.014155757,0.008022697,-0.0058662454,-0.003845522,0.0035675638,-0.009549818,-0.024029875,0.0047524334,-0.005535429,0.010628735,-0.0029722198,0.0028423718,-0.00090495194,0.01108201,-0.0146463895,0.00026320986,-0.015315852,0.011431671,-0.004532874,0.011247744,-0.022953805,-0.0007566626,-0.0046527153,0.007260533,-0.016294394,-0.0064832256,-0.01622055,0.012051743,-0.0012131777,-0.009163767,-0.008233428,-0.0031924318,0.012545207,0.013548793,-0.0044428464,-0.005903535,-0.010512824,-0.0062292065,-0.008679751,-0.0062559047,-0.002020271,0.008948063,-0.012578868,0.008195745,0.010696354,0.02150416,0.0029921439,0.023643142,-0.0015600603,0.015053273,-0.00056120503,-0.0050267465,-0.007524334,0.0241516,-0.007834158,0.010281599,-0.009856325,-0.009020809,-0.021138335,0.0053431774,0.0077398643,0.0026035886,-0.009845094,0.015964838,0.027154777,-0.020500397,0.004965571,0.010631206,0.006170865,0.021866754,0.003158566,0.015179808,0.005603193,-0.010940325,0.020284351,-0.004621403,-0.010865443,0.018819619,-0.0069506685,0.024580494,-0.001310406,-0.007859646,0.00427544,0.013236521,0.008479163,0.014654964,0.021811543,-0.008622227,0.0019538887,0.009969928,0.00274526,-0.007138927,0.013968832,0.0087290015,0.01911226,-0.017884985,0.022658763,-0.0045440975,-0.0010297132,-0.0011074349,-0.021988884,-0.00031199507,0.0020105254,0.019822711,-0.002621121,0.0022806616,-0.007945559,-0.02132486,0.010284168,-0.005006491,-0.0045724967,-0.0077251717,-0.005451324,0.028546337,0.00207491,0.010757611,-0.012327745,0.0044917976,-0.008354997,0.0121781165,-0.0026460895,-0.00796162,0.010552699,-0.0004836921,-0.004738038,-0.006136275,0.0034470335,-0.003639906,0.0069251223,0.013876455,-0.0025391034,0.0010876345,0.001106407,0.027854865,0.0073657767,-0.015333618,-0.004997746,-0.10110965,-0.010472317,0.004830264,0.00065790483,0.0066331173,-0.003869287,-0.0152443955,0.0015884656,-0.013002873,-0.005222924,0.020464977,0.003996787,-0.009653912,-0.0032609606,0.0028415348,0.00046240014,0.017660238,0.005790396,-0.0035408998,0.010651589,-0.0056502568,-0.023667151,-0.0033502413,0.007909732,-0.011825713,0.0012441576,-0.0020635533,0.008516519,-0.0042833444,-0.007562906,-0.021993047,0.008286924,0.00016975825,0.012446376,-0.00050650426,-0.0025530187,-0.008826565,0.027220704,-0.13787045,0.023037527,-0.010207427,-0.011453586,-0.0088836355,0.008465146,-0.007645206,-0.010017001,0.0031028225,-0.0015684674,0.010157127,-0.0008389583,0.015767504,-0.01242146,-0.012658111,-0.015790991,0.009241968,-0.004431738,-0.009487972,0.0073888926,0.0038434877,-0.012902543,0.005713547,0.006616067,0.0019955193,0.0057484154,0.004211822,0.0049283155,-0.011324373,-0.008255893,0.006199199,0.008934682,-0.0051014367,0.00041615442,-0.0028330588,-0.014428263,-0.013319613,0.011856459,0.0016791773,0.019832551,-0.014410454,0.010454395,-0.006623479,0.013781769,-0.0032990163,-0.004923057,-0.00048046073,-0.0150933275,-0.00419451,0.013062283,-0.020497328,0.008253463,-0.00471322,-0.005427384,-0.004662277,-0.010073857,-0.012595636,-0.018462025,0.016556336,-0.0035209293,-0.0019368712,-0.0092505235,0.015747888,0.0025991856,0.005031987,-0.009373886,0.011062886,-0.005377821,-0.002948045,0.0035379154,0.015171982,0.015636452,-0.0015745227,0.012497009,-0.006578668,0.006060913,-0.011278617,0.0066714976,0.013560245,-0.029106297,0.019987145,-0.0016459845,-0.014687546,0.018542392,0.0049908115,0.0015955323,0.009596893,-0.013756522,-0.014134388,-0.016514495,-0.019020155,0.01175139,0.0022063074,0.00027650583,0.0012664931,0.0066346303,-0.018210752,0.019188898,-0.017646017,0.0011156204,-0.0074425098,-0.010760273,0.0052083307,0.027261928,0.0115812095,-0.008260197,0.0004896658,-0.00015986594,-0.0073434506,-0.02162879,-0.0012825619,-0.013948054,0.00076043094,0.0336491,-0.012183985,-0.011641166,-0.023644984,0.008598654,0.011809462,0.002494042,0.012651002,0.01753377,-0.015615219,-0.01444337,0.030286837,-0.0005973637,0.015837785,-0.0064819246,-0.0016940418,0.0114053665,-0.0028846255,0.0032849074,0.0045219697,-0.005354224,-0.00042046522,0.012168267,0.0022044105,-0.01845298,0.008989982,-0.008063972,-0.008902522,0.009986344,-0.00522472,0.034925643,-0.0007836172,-0.00092957873,0.0027513518,0.011796069,0.011708962,-0.0034079473,-0.0088100275,0.002834488,0.012645693,-0.004167146,-0.004625678,0.022113565,0.016135102,0.006945301,-0.033119984,0.012041252,0.0051906705,0.0054132934,-0.019059064,0.0055342023,0.008071175,0.010033473,-0.021785334,-0.012006099,0.016539756,0.0026618857,-0.015980527,-0.03377297,0.012127241,-0.010311795,-0.017607097,-0.02181128,-0.008895814,-0.011009267,-0.008139428,0.001345353,-0.0032776524,-0.013643183,-0.02101751,0.0053571644,-0.009825088,-0.0052672643,0.00060094404,4.471706e-05,-0.0030694017,-0.006037723,-0.019802885,0.011576954,-0.012302508,-0.01464324,-0.010281709,-0.019554518,0.016531019,-0.011879393,-0.015580669,-0.00684893,-0.0074733025,-0.015646532,0.004919618,-0.1702015,-0.0096364515,0.0016032349,-0.009023241,-0.0047417707,-0.0021512038,-0.008904987,-0.020225497,0.018221356,-0.015690608,0.012306111,0.016356794,-0.011373562,0.009585353,0.02526422,-0.007161923,-0.0115682455,-0.006357841,0.0008520645,-0.007450103,-0.032871846,-0.018488457,0.014422818,-0.007594569,0.013630539,-0.001656445,0.0039984644,0.021517681,0.008043711,0.007122892,-0.019394161,0.02183387,-0.0057156766,0.014548422,0.026028743,0.016943138,0.0026128902,0.030348673,-0.0038561802,0.029433705,-0.0058291377,0.0029932621,0.0075644786,-0.008459153,0.007925489,0.020309692,-0.005603201,0.017006189,-0.024808362,0.012070182,-0.02612186,-0.014116364,0.015876537,0.008574081,-0.025711652,-0.02319387,-0.00747177,-0.011346081,-0.0017990626,-0.002866647,-0.03111604,0.008219108,0.013866112,-0.005625385,0.015852798,0.013050641,-0.011544737,0.14225309,-0.025543073,0.007917796,0.0075603114,-0.0023708572,0.0014476565,0.019760713,0.010402695,-0.022159003,-0.0071895067,-0.00640229,0.005017366,-0.020964174,-0.0035427897,0.0056882254,-0.018210653,0.0004496857,-0.008030768,-0.012859718,-0.0016972665,-0.0057595717,-0.008086959,0.0026745019,-0.010046419,0.0072320346,-0.00015990798,0.00027477392,0.024774017,0.020748658,0.015890071,0.02041274,-0.0037054105,0.002998067,-0.005444953,0.00942851,0.0063899984,-0.0038182072,-0.025599891,-0.0071938126,0.01851253,-0.010525553,0.013789984,-0.011519263,-0.006420234,0.0025756313,0.003975607,-0.014135486,0.0018480909,-0.012633483,0.005535736,-0.04501109,0.020204881,-0.000996239,-0.0036269624,-0.012300761,-0.027174896,0.007796542,0.001924772,0.0027501727,-0.004828456,0.023371296,0.012317151,-0.011841554,0.010886027,0.015107594,-0.0027005945,-0.0027133774,0.012775481,-0.009359098,-0.12552632,0.017071044,-0.00815411,-0.02181385,-0.0025221433,-0.005257814,0.0055072894,0.033461705,0.020226188,0.018337442,0.028561465,-0.01306329,0.030346306,0.013840911,0.015107074,0.0049022767,0.0062403986,-0.0143146105,0.011795221,0.032087494,0.0039515756,-0.0027410889,0.023048447,-0.009390234,0.002288569,-0.0048863706,-0.017625809,-0.0019192159,-0.0049863597,-0.0044541135,0.005229681,0.012495056,-0.015830953,-0.006010819,-0.02396773,-0.0051672463,0.0037203012,0.017284913,0.010733947,0.009459631,-0.012983525,-0.013881383,-0.0052614505,0.00067410327,0.021183439,0.027063465,0.012820903,-0.018075915,-0.013199102,-0.003021892,0.010764331,0.0076805125,0.0081118345,-0.008698155,-0.024172716,0.020962294,0.008700529,-0.03229249,0.013741858,-0.0047000335,0.0008921653,-0.0040509077,-0.0029233322,0.008651646,-0.00825376,0.02345529,0.0023386905,-0.017960755,0.006710444,-0.008674512,-0.012511001,0.007765473,0.015782252,-0.0010734816,0.017975666,-0.0025203538,-0.025527278,0.012104779,0.003155678,0.00092805736,-0.030130023,-0.009639535,-0.011070335,-0.005107384,0.028633026,-0.011348688,0.018373696,-0.014251782,0.01414271,0.0053596916,-0.005432267,0.011704887,0.003569937,-0.0017312565,0.015402273,-0.015963864,-0.015108714,-0.0031850333,0.023995068,0.008273681,0.0055205263,-0.017581776,-0.018992236,0.004900114,-0.0071727415,-0.0091209775,-0.0069631534,0.013239331,0.0036945036,0.003167891,0.0014031109,-0.0052315975,0.0011426432,0.008351346,0.022087732,0.008528432,-0.014232407,0.0023785632,0.011420153,-0.012917711,0.0059612985,-0.004609672,0.0008261452,0.009344469,0.008828986,0.008706311,0.013422271,0.0032619373,0.018413875,-0.004944674,0.0029235173,-0.00076007296,0.0040378612,0.0054882467,0.0077368566,0.0037106648,0.004662275,0.012024366,0.037483856,-0.0071170633,-0.003974613,0.017413879,7.309846e-05,0.0075692297,-0.009476701,0.010816799,0.04135892,-0.008945579,0.018249393,0.021861276,-0.023053143,-0.016603144,-0.030722186,-0.0042226817,-0.009594892,5.2024778e-05,0.01880559,-0.018220969,-0.02649434,-0.017847648,-0.017221035,-0.009303199,-0.015126282,0.0062354673,-0.0046979776,-0.035957675,0.023361338,0.009191269,-0.023155756,-0.021155765,-0.015720744,0.0015829724,0.021915479,-0.0010366953,-0.0022468653,-0.0033899904,-0.003175105,-0.002936557,0.011429845,-0.08358364,0.008888375,0.023731072,-0.021279475,-0.026136044,0.0014862572,-0.0058286623,-0.0033315783,-0.010643153,-0.0019282582,0.008453595,0.017121876,0.012893533,-0.022177925,0.0006368304,0.009433084,0.011310303,0.0041132495,0.00948441,-0.00535605,0.0033725372,-0.013094484,-0.0086846175,-0.0034239285,-0.006044223,0.012495153,0.012664919,0.010403699,0.010682349,-0.022129536,-0.005187302,-0.02060347,0.0073665967,0.003988785,0.017457195,0.0064183325,0.0068154093,-0.01576695,0.014597048,-0.04443547,-0.0061760684,0.013515155,-0.066971496,0.036291145,-0.018840108,0.008426746,-0.011933333,0.013103361,0.0014784152,-0.024774648,0.021898212,0.01791496,0.0069930693,-0.005041541,0.011427907,-0.017427502,-0.004735193,-0.01005691,0.01625147,-0.0028951264,-0.012281929,-0.032637924,0.007904882,0.004454754,-0.0017238404,0.02105573,-0.016669884,0.005270546,-0.0017985062,0.04466926,0.00688216,-0.011469313,0.01753752,-0.002856061,-0.0068844142,-0.0002713749,0.013518988,-0.005031991,0.016197471,-0.002393011,0.015055446,0.007996417,-0.011482168,0.055609483,-0.010779653,-0.017409561,-0.009524467,-0.09029705,0.006653629,0.0034473126,0.008748687,0.009590058,-0.008086958,0.008259545,0.080068715,0.005117172,-0.012013454,-0.009834945,-0.01115346,-0.033637263,0.0035881668,0.018084595,-0.00941207,-0.019551473,0.004596231,0.0014755138,0.027507575,0.0033730946,-0.00208888,-0.0024351422,0.01113382,0.011531367,-0.06073297,-0.030587371,-0.01907537,-0.00957092,0.039244674,0.020019865,0.016243994,-0.011057853,-0.0076643704,0.0062955045,-0.01406543,-0.023560537,-0.03902698,0.011581167,-0.016504278,0.0077993916,-0.0023227325,-0.0034021474,0.00048520035,0.010895182,-0.011965146,0.0039663836,0.009378672,-0.016724741,0.0066665593,0.015800148,-0.031294614,0.006653377,-0.008419568,0.010253524,0.035277948,-0.01739533,-0.023047173,0.004946021,-0.00898121,0.0001788105,0.0025065322,0.0071704322,0.014305143,0.00083306554,0.008606433,-0.027998025,0.006922887,-0.009970344,0.010193365,-0.004341776,0.0012657689,-0.024784094,0.005112103,-0.00890892,-0.014218364,-0.0074194376,-0.0039287326,-0.01274353,0.005483077,0.006585893,0.0066708648,0.008992841,0.015456478,-0.0024010972,-0.008688422,0.019099101,0.006097677,-0.0007773442,-0.020758217,0.015320034,0.0060873916,-0.004838375,-0.00896991,0.0005262424,0.014421002,-0.018964883,0.016049594,-0.0013525554,0.0019839723,-0.012587143,0.0031142873,-0.022293132,-0.00032066368,0.0069778906,0.015218782,0.0010573013,0.00983824,0.016076084,0.01878851,0.0041816817,-0.00065103907,0.020903578,0.0097517865,0.009313686,-0.024564726,-0.008912057,-0.004349003,-0.008311668,0.0061795935,-0.008960211,-0.039803237,0.0051837573,-0.022008764,0.006239423,0.01932731,-0.00024244293,-0.00058075326,-0.011359794,-0.021909805,-0.0052821534,0.005544093,-0.0046052784,-0.011699152,-0.0051976563,-0.017438017,-0.02344205,0.00012258961,0.0035994595,-0.025961453,-0.008815214,-0.014292777,-0.019842902,-0.02377243,0.031605616,-0.003327861,-0.0010720612,0.014577267,0.0035931838,-0.020083075,-0.0028174217,0.004801677,-0.01138692,-0.00029335718,-0.013285181,0.0060355375,-0.021135226,-0.006930866,0.007922835,0.009687959,0.0021812862,-0.025914,0.013666463,-0.015183787,0.009179726,-0.003935073,0.00019287104,-0.0030378066,0.014582123,0.0086096395,0.0020008238,-0.01137578,-0.010441939,-0.011637178,0.012997806,0.00384506,-0.012090136,0.00025237902,0.0033954876,0.011594206,0.00040201962,0.013460213,-0.018064374,0.0017265726,0.003216752,-0.007635209,0.0010799447,-0.0028375834,0.030537164,-0.008164293,-0.0067355796,0.02089446,-0.02691769,0.002144016,-0.019423053,-0.017257867,-0.0119422935,-0.008237179,0.00019425341,0.0032635985,0.013498317,0.0030110122,-0.010405757,0.008581669,-0.010305673,0.0040467805,-0.04113617,0.005893245,-0.0126361335,0.025688637,0.0045797634,0.013781126,0.012497038,0.01838498,-0.007280539,-0.0034547374,0.041102845,0.010888875,-0.0021385113,0.008818108,0.014039211,0.012904809,-0.020404948,0.011085367,0.015318824,-0.005925889,-0.021736879,0.005888749,0.01970026,-0.010282048,0.0017205315,0.013246261,0.0026160742,0.00064038945,-0.00944094,0.00062129926,0.01225903,0.0074836775,-0.0018294834,0.007390893,-0.012053198,-0.009603115,0.02045061,0.028226173,0.014300695,-0.027211031,-0.016477259,0.00264579,-0.011663746,0.0024115217,0.020587739,0.04760982,-0.0075145904,-0.0028439302,-0.0053810426,-0.016249375,0.011253474,0.0027337105,0.013010585,0.00028765158,0.0024440857,-0.006439694,0.0005799177,0.003096395,-0.021772599,-0.0013687891,0.022473183,0.012663886,0.0058139986,0.0023311565,0.00027493743,-0.008060135,-0.0086966725,-0.0036081567,0.0077463,0.00059243577,0.0011991718,-0.007821093,-0.0014151938,0.0089883655,0.0047042193,-0.009909655,-0.011868136,-0.003087815,0.0093763005,0.014148137,-0.004637792,-0.008719731,-0.001272481,-0.0027245912,0.006281931,0.010147366,0.0037049637,-0.025864242,-0.006972408,-0.0055580386,0.016981723,0.010593993,-0.004966812,0.0035209379,0.0090386085,-0.0032892537,-0.007933499,0.008564101,0.016811857,0.013589257,0.015266054,-0.01896525,-0.0034352152,0.01733912,-0.012451965,0.008607883,-0.019994222,0.0045619817,0.002764976,-0.011471291,0.0030334624,-0.012762269,0.016758768,-0.011720325,-0.01656956,-0.000671428,-0.011432526,-0.0019281517,0.0047586956,-0.0094899535,0.010842937,-0.013448897,0.00040244975,0.011390867,-0.013084696,-0.0072627007,-0.00710164,-0.016291661,0.007699312,-0.0074614505,0.020429216,-0.004586415,-0.00325944,-0.014268366,-0.025960004,-0.004957887,-0.0068837167,-0.00012785164,0.02111519,0.012312337,0.016096268,-0.0068249553,0.024200642,0.010833918,-0.009680594,0.0063752355,-0.02344634,0.007323606,0.003253347,-0.019821534,0.009130948,0.002368402,0.0034025174,-0.00802432,0.027330128,-0.0123454295,-0.0013983482,-0.020394675,0.0026324824,0.018340487,-0.0040928205,0.012803131,-0.009451848,0.01696691,-0.0008045967,0.021490999,0.007062794,-0.008237839,0.004613724,0.0059812358,-0.022009274,-0.0056001246,0.023571683,0.0018967777,-0.022308556,0.034082614,0.00072920334,0.006849923,0.006849385,0.0037689274,-0.0017754778,0.012198818,0.0069689387,-0.0003355209,-0.014204796,0.0049925796,0.012762929,0.021064658,-0.010840474,0.016044822,0.0075075193,-0.00751078,-0.003241875,0.013653215,0.008666753,-0.023272239,-0.0024393483,0.004206587,0.0059874607,-0.036762312,0.032976072,0.0018062328,0.01693305,-0.00785961,-0.014255723,0.010224886,-0.014050747,0.026123723,-0.03535324,0.036046136,0.0022024289,-0.021103766,0.025344558,-0.0030739165,0.008820877,0.003986241,0.0016498746,0.026314827,-0.0023666082,-0.001509435,-0.0030738087,-0.01814953,0.009956706,0.0026545257,0.0053153764,0.0029158518,0.0061660903,-0.0026013728,0.005211318,-0.008582844,-0.010401007,0.019328179,-0.01583194,0.012967365,0.017138654,-0.0058902954,0.0051576113,-0.00804649,0.0043816734,-0.0028575354,0.000106569314,0.004919119,0.0007737442,-0.014131984,-0.0035101732,-0.012919886,-0.014829615,-0.014786321,0.0048599206,0.012428863,-0.0059657698,-0.0025453477,0.02102114,-0.0034242438,0.016513798,0.007852662,0.021350937,0.015919926,-0.0052108406,0.01647367,0.010401998,-0.0027937319,0.007997984,-0.0017789182,-0.036303036,-0.019428203,-0.07342436,-0.005999613,-0.007330413,-0.0017341233,-0.00769034,-0.0020995124,-0.005610054,-0.023022803,0.014032244,-0.005499305,-0.013443934,0.032924134,0.0073467446,-0.0077425335,0.010774794,-0.0287181,-0.013555394,-7.252889e-05,0.023919629,-0.013916687,0.018560018,-0.0040281266,-0.010018942,-0.032928247,-0.017630115,0.003114139,0.013700861,0.008541173,0.006329997,0.022486452,0.009692738,-0.000936599,0.00940703,0.010613493,-0.0016567509,-0.0013982381,-0.010338962,-0.029194975,-0.0011860875,0.0073733567,0.007570992,-0.01770722,-0.011693977,-0.02040072,0.00061883085,-0.0072367415,-0.008958072,0.018782584,-0.026352106,-0.0031159609,-0.030583106,-0.0022344964,-0.0040818956,-0.015382588,-0.021903185,-0.0059119714,0.027328307,-0.03203701,0.0055860146,-0.026784275,-0.017358618,0.013783345,-0.01367146,-0.02695478,0.009411306,0.0074080704,0.0022415281,-0.012937826,-0.0042275,0.004965824,-0.011880342,0.02200041,0.039416272,-0.0015634155,-0.031166011,-0.003891274,-0.0257243,0.017051777,0.0028131448,-0.004841944,-0.009404898,-0.028508302,-0.0048867324,-0.016931936,0.0044816486,-0.0041566687,-0.018220048,-0.020899177,-0.023718396,-0.0035909596,-0.006449071,0.008967701,-0.015094265,-0.00661725,0.021860922,-0.014233974,0.0026086434,0.010566192,-0.056416377,-0.0049065556,0.01097315,0.0055640843,-0.004281512,0.0048871012,-0.0042554312,-0.0041118413,0.016027989,0.024342641,0.01638082,-0.037831828,-0.0127608,0.0047736294,-0.0163089,0.0030543045,-0.008209837,0.0173931,-0.0039469884,0.0016689475,0.020878531,-0.004738879,0.0070516267,0.02413836,0.004740252,-0.0017407761,-0.016786827,0.011306973,0.022798222,0.010654805,0.011377987,-0.013665623,0.015299331,-0.0010522531,0.0013594326,-0.004954908,0.000542428,0.0040261205,0.0065621035,-0.0022681938,-0.0025120222,0.052329145,0.013841325,0.009649265,0.0029108564,-0.0060742036,0.024497125,0.011881164,0.028769223,0.0033262304,-0.0010571337,-0.011358598,0.003751686,-0.0043458645,0.011425277,0.0019243063,0.018792,0.01448329,-0.024329333,0.009450969,-0.013072301,0.014596074,0.010682677,-0.00039328646,0.0047660964,-0.0050635175,0.026213707,0.01886065,0.004317487,0.0003423411,0.0026771124,0.0044267722,0.010175936,-0.0031676365,0.01614838,-0.013336887,0.007962538,0.0098878015,0.0043074507,-0.006093674,0.019571723,-0.008764532,-0.0013756532,-0.012807782,-0.025202353,-0.011355464,-0.0036092172,0.014604973,0.018323239,0.008980683,-0.005315032,0.010661901,4.4255685e-06,-0.015143725,-0.008727469,-0.013226036,-0.009898951,-0.0013628771,0.0030640755,0.01128471,0.027359637,-0.011239338,0.0038895963,0.020207299,0.020588497,0.00625591,0.008712398,-0.008312708,-0.009535448,-0.016365953,-0.007456251,-0.019021967,-0.007606355,-0.016799318,0.007227244,-0.0042567574,0.16356419,0.11014407,0.0083985645,-0.013701445,0.0016857989,0.014415659,-0.0060880263,-0.025316168,0.017151035,0.011841531,-0.0016574347,0.0031745203,0.0024069028,-0.024774088,0.01607465,-0.0016975501,0.007913329,-0.019075029,-0.0049948283,0.0070535825,0.010003105,-0.0023810791,0.006696175,0.0099882195,-0.029345633,0.0075159096,0.024552204,0.022652192,0.029535947,0.0012165979,-0.013024109,0.005203659,-0.012368387,-0.0021405267,0.018859973,0.0024101012,0.00019118642,-0.0019383135,-0.0012638133,0.0007005296,-0.014463168,-0.0029025355,0.017519914,-0.018172972,0.016199946,0.0151135735,-0.0055700615,-0.017831914,-0.010600092,0.0035348441,-0.013485516,-0.00064959534,0.01353923,0.0072507723,-0.017758047,-0.013676033,-0.016869511,0.0036966486,-0.006151114,-0.0015608125,-4.507244e-05,0.005560898,0.002867084,-0.03136692,0.015247233,0.012144743,-0.003642806,0.003191723,0.0016063189,-0.011987508,-0.0037791496,0.02812572,0.021954255,-0.014598991,-0.021018595,0.0142923985,0.018574787,-0.021143477,-0.01929062,-0.0058137155,0.0064181755,-0.009861742,0.023093687,0.008027305,-0.0019815709,0.0046796827,0.00039368798,0.012652447,0.1011675,0.005347201,-0.00016936535,0.007336181,0.020152781,0.013560991,-0.0052096564,0.063787766,-0.00026387314,-0.01843389,0.010099515,-0.00145003,0.013517511,-0.011707542,0.014908844,0.009759807,0.0054171225,0.039149325,0.019627746,0.030523615,-0.013035174,0.030742291,-0.019958876,0.004693064,-0.013848965,-0.010178491,-0.0025532313,-0.005953275,-0.008432025,-0.009054888,-0.108851016,-0.00744176,-0.0009781092,0.014865267,0.004305472,0.021207396,-0.016392592,-0.0032218792,-0.016074654,-0.022560729,-0.016408848,-0.008126938,0.012999544,0.0021968035,0.023608292,0.009554381,0.014572269,-0.013307783,-0.0024646143,0.021164563,-0.0031041687,0.024071718,0.023495821,0.036227673,0.0064552263,-0.0066629252,-0.011120347,0.040406667,-0.009419769,-0.009979754,0.010030818,0.0048234696,0.0034113403,-0.007314636,-0.010845813,0.011596148,-0.0049947016,-0.00864407,0.0056568007,-0.008809488,-0.018095683,-0.015811889,-0.0029580418,-0.0072757816,0.003529247,-0.012267151,-0.015947342,-0.014688702,0.008832879,-0.0013371933,0.0330068,-0.00020388539,-0.002119768,-0.009575778,-0.004027218,0.0022225531,-0.006149559,-0.011704196,-0.00399162,0.010106176,-0.013576022,0.00929065,-0.011262671,-0.0006003455,-0.00072569714,-0.0049791834,-0.03268496,-0.004749471,-0.0039290637,-0.0050980495,0.019335767,0.019409463,-0.001816683,-0.019513771,0.008619648,-0.04076644,-0.014282073,0.012659583,0.012462492,0.025204778,-0.01219015,-0.009419449,-0.010195066,0.123613425,0.024038792,-0.01341619,0.014432412,0.013730059,0.020327618,0.002903456,-0.0054986295,0.004915184,0.01870621,0.0078005185,-0.0018870388,0.013133883,0.010985743,0.006239497,0.0035965736,0.01669834,-0.021468336,0.0072576148,-0.029448338,0.0027618976,-0.012147095,3.1534677e-05,0.0035996605,-0.0005176211,0.01846422,-0.008203315,-0.003151659,-0.020989025,-0.004211309,0.00941179,-0.017976547,0.008371984,-0.012147775,-0.006803232,0.015156819,0.019974222,-0.022943905,-0.0009986324,0.0049379654,-0.024704285,0.019327624,-0.008729645,-0.0075154775,-0.02203257,0.18288597,0.0091549335,-0.0090695275,-0.026727341,-0.02887031,0.013236183,-0.010298931,0.001745742,-0.00062959554,0.012764896,0.012650869,-0.0049201283,-0.0024716237,0.013969949,-0.00800597,-0.0034710777,-0.012931466,-0.0003697326,0.01140031,-0.00074422406,-0.0001292203,-0.0002643789,0.022828024,0.0071301963,-0.003716425,-0.01280855,0.01855955,-0.0099244695,0.000384162,-0.008750611,-0.0031059738,-0.019873003,-0.0006239971,-0.023720615,-0.0047658216,0.003458456,0.009205176,0.004116725,-0.0045263474,0.014797481,-0.012653416,-0.001086265,0.012276802,0.022804491,0.001352711,0.0039762077,0.011463306,-0.00028544458,0.0023934545,0.011307756,0.018100085,-0.0061472906,-0.0014446077,0.002309798,-0.015843041,0.0019350032,-0.013360581,0.018202957,0.00429798,-0.017920801,-0.010811339,0.0033304568,-0.014623,0.00019249259,-0.005306051,0.02051666,-0.009260182]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 95,
          "content": "FX/Foreign Exchange \"Dollar/Yen Today's Forecast\" Gaitame.com Today April 9, 2026 Issue - Gaitame.com",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0011591292,0.011443779,0.020723825,-0.08660097,0.017951312,0.01908964,-0.028996872,-0.007437262,-0.01599699,0.004125607,-0.010681207,-0.012098922,0.013950634,-0.0050256243,0.10491628,-0.015889857,0.010849703,0.013159299,-0.019442966,-0.013832635,-0.00056631514,-0.007990731,-0.008904427,-0.024597162,0.009273866,-0.010099001,-0.022371402,-0.014220675,0.037592176,-0.024010373,-0.016022742,0.0013018782,0.0005745787,0.017551322,0.008261123,0.03733716,0.017570855,-0.008276815,0.01898683,-0.0061037107,0.009546186,0.0141976075,-0.013444569,0.009313494,-0.003897575,0.019251829,-0.018127304,-0.014082562,0.0070815156,0.07870923,-0.032018825,0.01593247,-0.0040182937,-0.18393616,-0.007187853,0.019708524,-0.042030755,0.0145412395,0.0010572886,0.00684794,-0.007513326,0.03480563,-0.02270428,-0.005247021,0.0168276,-0.02392711,-0.0030295323,0.010150663,-0.022529924,-0.016213685,-0.004709135,0.010004618,-0.016653068,0.014887099,0.02151639,-0.016240649,0.0051654745,0.041679643,0.0028683846,-0.031149818,-0.000297546,0.004816561,0.007408395,-0.0156136295,-0.023099322,-0.031988356,-0.0074091908,0.011346232,0.022345044,0.008240531,-0.002718131,-0.004400369,-0.01901247,0.018884214,-0.0361287,0.012941998,-0.0015845322,-0.024896726,0.003744852,-0.020567229,0.0051970785,-0.03268289,-0.022159424,-0.00343647,0.00656302,-0.0011584372,0.020795694,-0.015402964,-0.0362715,0.015087734,-0.023930259,-0.010459885,0.012965667,0.026695693,-0.015823478,-0.12640375,-0.007249009,-0.014836084,0.0015532359,-0.016299862,-0.0107971495,-0.023241092,0.00063014193,-0.022981435,-0.014122093,-0.012313103,0.01200376,0.025721192,-8.9303125e-05,0.0023826514,-0.00810186,-0.002819927,0.009066468,-0.023988945,-0.011328748,0.018754091,-0.031546243,0.011410717,-0.015073773,-0.00027420378,-0.011417655,0.01517143,-0.012461858,0.027339676,0.00056322926,-0.010746179,-0.03527718,0.011760664,0.010691214,-0.0096388785,0.0112525355,-0.009364065,-0.010905624,-0.013098217,-0.020962292,-0.011286921,0.021443704,0.023310462,-0.006285252,-0.0038531604,0.0040349704,0.0049725818,-0.0009886228,0.012409613,0.012836519,-0.030506315,0.030148022,-0.0080519635,0.012350642,-0.008294347,-0.042494554,-0.008005665,-0.016559904,-0.0037330557,-0.0016393284,-0.0013432186,0.008480074,-0.0039576455,0.008672531,0.0075495164,0.0151013695,0.019771086,-0.010295363,-0.013320042,-0.0029695195,-0.05371259,-0.00015022507,-0.006166209,-0.00067988096,-0.0070542493,-0.011445064,-0.026473187,-0.0018400456,-0.052218113,-0.0190931,-0.035863243,-0.020547278,-0.008995583,-0.014627473,-0.016367223,0.0011591841,0.014921286,-0.02599686,0.0021034994,-0.0061796447,-0.030187104,0.0139209125,-0.0022890393,-0.0018805981,0.010977533,0.026077593,-0.02252848,0.015885616,-0.017526802,0.008284727,-0.0087720705,-0.019006044,-0.006508507,-0.024593709,-0.0018541343,0.015611858,0.005664882,-0.0053839367,0.003940107,-0.026669791,-0.03234517,0.011807973,0.029245444,-0.0021772662,0.0028095357,-0.009637311,0.032342494,-0.015675819,-0.026689481,-0.04191961,0.00050182344,-0.009711857,0.012475297,-0.020715477,0.029723512,0.0028188534,0.008929539,-0.020296898,0.010706968,-0.0072647054,0.008488383,0.0032235452,-0.0015190828,-0.00080656813,0.0074714837,-0.011455446,0.02420146,-0.00485679,-0.0055393823,-0.018466678,0.005862439,0.007419901,-0.039177895,-0.006720629,0.02342821,-0.016974077,0.0067328396,-0.010760456,-0.030059837,0.00036901358,0.034235522,0.016945709,0.01032972,-0.023193292,-0.03394263,0.0008859894,0.0051871953,-0.01742899,-0.033289667,0.039675634,0.019966697,-0.057267163,0.028597344,-0.015098164,-0.007441028,0.015489469,0.030856932,0.008339937,0.0034051647,-0.0049389657,-0.013423902,-0.02412411,-0.027192805,-0.009299548,-0.0001872242,-0.010925624,0.0060027787,0.017501913,-0.017846081,0.016960457,-0.03135684,0.0006255268,0.013341851,-0.016636236,-0.010338551,0.016492292,-0.009380299,0.011136464,0.052888636,0.01811676,0.021567142,-0.007917343,0.021204036,0.045223467,-0.010895883,-0.00090785313,-0.03078498,-0.0036412335,0.0033993514,-0.0073750294,-0.007267,0.003690715,-0.02193704,0.004251892,0.008094426,0.032085344,-0.01833299,-0.025256315,0.012727464,-0.028025258,0.019590884,-0.009463994,0.009798193,0.007599649,0.022086717,-0.011046117,0.009184227,-0.0007583911,-0.017014451,-0.0011436468,0.018476821,0.013116329,-0.009220065,-0.007844541,0.0009354465,-0.008142619,-0.020005086,0.005835277,-0.0073826564,-0.012991735,0.011488535,-0.00010421826,-0.010600772,-0.010544082,-0.014147364,0.002809901,-0.00372886,-0.009769714,0.0012413455,-0.045777664,0.04175762,0.0016320845,-0.013228712,0.017892336,0.0047397288,-0.016643668,0.0051509095,0.0068430747,0.004715726,0.020315263,0.013418349,0.008578669,0.005189276,-0.011170454,0.0021054854,-0.03212466,-0.017420353,0.03206058,0.012808516,0.014064621,-0.031552173,0.043325257,-0.0048265886,0.022486629,0.0066369763,-0.026673924,0.043658257,0.007869634,0.0059394534,-0.0029069555,-0.006636662,-0.0058324616,-0.023068832,0.026397148,-0.0034230687,0.0065493057,-0.015069795,0.002359721,0.016898118,-0.0023630771,-0.0013101768,-0.0019531879,0.0060848305,-0.012968393,-0.025793174,-0.013884825,-0.0035065147,0.027823832,-0.002101629,-0.0041864384,-0.006523057,-0.014836435,0.0005096941,0.0131078195,-0.014696759,-0.0013329453,-0.0143772075,-0.031746633,-0.009150294,-0.0049823103,-0.011655665,-0.009226955,-0.038088456,-0.023274902,0.00032418562,0.0049777403,0.023743698,-0.011943711,0.010104818,-0.0047975383,0.009057471,0.013193654,-0.017345535,0.013040243,0.0064016455,0.0016881514,-0.01435483,-0.007521727,-0.025569167,-0.009623053,-0.008763782,-0.012203214,0.002853823,-0.004711358,0.010721654,-0.018920239,-0.023096273,-0.0104298955,-0.031160653,-0.013837636,0.015138601,0.010841901,-0.011135455,-0.019013172,0.0024900094,-0.019358676,0.006277194,0.014402743,0.0034548268,-0.0020220038,0.007252295,0.011158798,-0.028383764,-0.0031100386,0.013613294,-0.0033893683,-0.027747886,0.008935432,0.020597527,0.006511209,0.0030178209,-0.008581041,0.016325753,-0.009373206,0.012593099,-0.017512213,-0.0071858335,0.000874214,0.03485458,-0.007503673,-0.015070011,0.010548154,-0.0122725265,0.016420987,0.017560447,0.00620026,-0.011763041,-0.0014305167,0.0073284004,-0.015243438,0.0072176815,0.003942832,-0.014389303,0.0061643096,-0.008112878,0.013884947,0.021837482,-0.024199681,0.018750405,-0.01612976,0.0025532525,0.01726797,-0.027954077,-0.023898471,0.009283696,0.008363992,-0.0029915231,0.008073688,-0.016790533,-0.024928255,-0.0066073937,-0.015306104,0.007438242,0.011867104,0.020899411,-0.01727311,-0.032114,-0.017211935,0.0058385762,0.021751344,0.027792018,-0.0034456723,-0.00022855171,0.008725957,0.011882493,-0.036747996,-0.022584155,-0.0025539552,0.0049181883,0.0017291888,-0.00945986,0.029519178,-0.009931469,0.01227878,0.0047682375,0.015845202,0.01665732,0.010267281,-0.00436256,-0.004880498,-0.009200741,0.004387499,0.048374172,-0.007827584,0.0011949007,-0.013241346,-0.013122881,0.008619352,0.0002963649,0.04801028,-0.08395494,-0.0050061466,0.031498536,-0.011354679,-0.021347722,-0.025695566,0.022779763,-0.0180226,0.008695745,0.0032328719,0.004510851,-0.01631918,-0.00067428575,0.002798864,-0.017335983,-0.0057241763,-0.01901771,0.006129599,0.022029456,0.0037552726,-0.0028704216,0.0069951634,0.0036376652,0.0022884118,0.0044964743,-0.021044783,0.019258883,-0.00991603,-0.0093558,-0.024001876,-0.0023326399,-0.0067888084,0.008251978,0.018375026,0.0022437207,0.01758137,0.012945123,0.027269222,-0.006412303,0.045360487,-0.009082029,-0.004901342,0.0008637908,-0.022264522,0.01984467,-0.022281379,-0.007907026,-0.028605817,-0.012290196,0.018009508,-0.010595191,-0.0053919386,0.010169105,-0.022954848,-0.0057919337,0.0032248755,-0.0059285616,0.011699289,-0.00654086,-0.020446258,0.0077253105,0.00792937,-0.0019336612,-0.0037101822,-0.017182466,0.012231983,-0.0025344098,0.028008914,0.015097041,0.003921338,-0.026377818,0.0034420942,-0.029551247,0.038623847,-0.023754286,-0.0123261595,-0.013336669,0.017210655,0.015632864,0.007257403,-0.0025204434,0.021748878,-0.10096256,0.003940558,-0.030008595,0.009203492,-0.009516938,0.03295781,0.012102455,-0.025432948,0.0024718817,-0.019588256,0.0028061827,-0.011206793,-0.022383867,-0.00962817,-0.010768762,-0.01982879,-0.003314781,-0.021901453,0.017268078,-0.011373914,0.0036227235,0.02120172,0.023087798,0.011225055,0.0059580537,0.028024908,-0.011040147,0.026903689,-0.027556429,0.0007321049,-0.02717461,-0.14084278,0.015087036,-0.0096878605,-0.01219545,-0.012739472,-0.009513259,0.016155377,-0.017797736,0.011425221,-0.01896019,-0.024429463,-0.008169892,0.012275179,-0.020861348,0.022417275,0.095363796,0.0005954524,0.02804426,0.006760272,-0.0027790815,-0.011363347,-0.005277503,0.024918137,-0.018232787,-0.038898192,0.0055115484,0.01628551,0.011812703,0.0057941354,0.009144994,0.003532898,0.029890053,0.00022886482,0.0045257052,0.012689507,0.0072849127,2.1543116e-05,0.012056893,0.0135165155,-0.038477138,-0.01191057,0.029640377,0.03199719,-0.018062234,-0.014888191,-0.01848795,-0.021505808,-0.03843308,-0.004856351,-0.028551973,-0.02672581,-0.04880979,-0.008939716,0.0076009207,-0.01905957,-0.014486114,0.019885052,-0.0066699204,-0.025392145,-0.009070949,0.003100285,-0.043115556,0.008459196,0.0048390734,0.0014254982,-0.009925988,-0.00023911799,-0.00592946,0.0092394,0.018743876,-0.008976906,-0.014816552,-0.01264468,7.540956e-05,0.020808917,-0.021315048,-0.0015528284,0.019969195,-0.0099675935,0.02334589,-0.012220704,-0.014469635,-0.00026976658,0.0062831105,0.038436823,0.0009563642,-0.0061500645,-0.014116445,-0.0044518034,0.0078080455,0.021333262,0.0043717115,-0.0077476553,-0.046312366,0.0048654717,0.00952954,-0.011910897,0.010941483,-0.0059890235,-0.020527078,-0.017634826,-0.0030510074,0.026993599,-0.0073576286,0.0028595724,-0.009313249,0.0023264408,0.0035836366,0.033001244,0.0032605613,-0.0006118773,0.01070318,0.0082780225,-0.0040869513,0.009032436,0.01691249,0.004378392,-0.017756702,-0.007278734,0.008221132,0.024639975,-0.005001328,-0.01430461,0.0069167456,0.016598357,0.005688491,-0.010368557,-0.008710099,2.9773422e-05,-0.03631398,-0.007909027,-0.010212149,-0.008358455,-0.00971679,-0.0030513448,-0.00825387,0.0035090176,0.0049741496,-0.008745047,-0.014343136,-0.0017552971,-0.008996471,0.0042476957,0.01791122,0.0038174556,0.0016128237,-0.0033828248,-0.0012701829,-0.015322911,-0.0017356741,-0.0012034036,-0.023567297,-0.009870389,0.024568774,-0.023131745,0.0048547825,0.01828504,0.013214722,0.0011892982,-0.0038821883,-0.00030063032,0.008561882,0.0027209981,0.0033261366,0.009475387,0.005939007,0.019629922,-0.002777219,-0.0036733064,0.0021195787,0.025092866,0.0062505724,0.009039704,-0.022331998,0.0042772405,-0.0129511,0.010639105,0.0016107487,0.013486295,0.0020062244,0.01611919,0.0048846304,0.00990861,0.021591581,0.0014892503,-0.014223581,0.0033434737,0.010029555,0.005224825,0.010857682,-0.020231318,-0.017953277,0.017252514,-0.016531335,-0.010079133,0.0048820185,-0.013286714,0.011943662,0.001295004,0.005087978,-0.007303957,0.008126277,0.011259013,0.0060044755,-0.0052476106,0.009563734,0.0017761886,0.007062226,-0.0072911577,-0.000970958,0.004458759,0.0065828026,-0.010984197,-0.001876416,0.003251377,0.009839074,-0.009231659,0.025426794,0.0055415393,-0.0045138854,0.0007853956,-0.025842197,0.02008152,-0.025368612,-0.013742006,-0.009644806,0.016415108,0.009563377,0.008161433,0.0052318,-0.004171154,0.0007201453,-0.0029400275,-0.005762627,0.008809802,-0.019798238,0.0017670046,-0.011327021,-1.3815722e-05,0.0047175684,0.0016673463,0.0050079483,0.002344979,0.013276208,-0.0079838075,-0.0028347734,-0.0091451,0.010607873,-0.02412791,0.0040226905,0.016321521,-0.015339914,0.02460175,0.0027263898,0.0036459707,-0.0053877076,-0.012964755,0.018093545,-0.0024864445,-0.0049617556,-0.0020766433,-0.005334618,5.238429e-05,0.010557522,-0.0010669172,0.022144586,-0.00058452674,-0.001595056,0.0064611933,0.026080439,-0.004923434,0.002094195,0.016090097,0.0002620432,-0.016555207,-0.009843043,-0.015860036,0.002935315,0.018485062,-0.0040112375,-0.005360605,-1.0387156e-06,-0.0118841175,0.014426662,-0.018278832,0.015070673,0.0051939813,0.012062501,-0.0006807244,-0.018408703,0.009106799,0.00500377,0.0017238389,0.009362934,0.0019205763,0.0004082474,0.004733936,-0.015929379,0.0053163148,0.0046324152,0.016698448,-0.014684419,0.006556076,0.0030320226,-0.024410475,0.005233334,0.010963166,-0.0013895282,0.024722261,0.01182303,0.0914584,-0.018011374,0.010788657,0.028464613,-0.010608705,-0.001228938,0.0045720865,-0.027962657,-0.009440894,0.016400566,-0.0024389005,-0.007179019,0.00023507648,-0.0084133,0.011508937,0.012998383,-0.0023435962,0.013200323,0.009347498,-0.0071998527,-0.007469469,0.0005738559,-0.009097438,0.0067939595,0.011797484,0.004330285,0.0076964414,-0.003646627,0.019077377,0.0016606638,7.7441684e-05,0.007817543,-0.0020712074,-0.002809812,-0.015763335,-0.0052853837,-0.0019118398,0.007795259,-0.009229382,0.0074062073,-0.004816119,-0.0017304933,0.020256972,-0.009168304,-0.010217697,0.0044030645,-0.0032415888,0.011809333,-0.00026481054,0.019676374,-0.020296063,-0.013750716,-0.0037652312,0.006820384,-0.009812557,-0.007936997,-0.0021575764,-0.0058267564,-0.005117696,0.0151623,-0.010780018,0.0006229082,-0.0012631586,0.01454357,0.00321602,-0.0028332113,0.00017804,0.0010853099,0.0018465322,-0.01845438,0.017708587,-0.00036179856,0.0009240139,0.008713212,0.008138021,-0.010503906,-0.0014606972,-0.015933493,0.0050067334,0.008947249,-0.0133025395,0.0027282946,-0.003512012,0.0046378304,0.004483798,4.3976606e-06,0.009338305,0.0070992657,-0.0071742735,0.011343636,0.004595176,0.0068760766,0.008924602,0.009792601,0.0033831683,0.017786834,0.049102966,-0.0034337644,0.0022796437,0.0016503312,-0.0018988203,-0.014928771,-0.017578948,-0.0012973284,0.018465517,0.024901535,0.012552851,0.020519812,0.016140332,0.0017293084,-0.006247522,0.001748005,0.021507401,0.0054346425,0.011933436,0.012023874,0.01347597,0.012022181,-0.009548957,0.012385962,0.005079443,-0.0039332462,-0.0024848105,0.003349323,0.017033441,-0.017805304,-0.02770794,-0.019891959,0.017792735,-0.011072862,0.019006582,0.0075705536,-0.0041289465,0.0009532152,-0.0061682183,0.013844047,0.009739762,0.00046293478,-0.0029862132,-0.02929997,0.0031998723,0.015467284,0.00022500209,0.0069973823,-0.011919137,0.015399178,-0.018141255,-0.0077649727,0.014403714,0.010344891,0.011080459,0.01469308,-0.01702008,-0.0034300333,0.0054890905,-0.0038858177,0.014130079,0.011306694,0.0143743595,-0.0011858135,0.018338181,0.017581278,0.0066728317,0.0018725302,0.00923918,-0.0043811733,0.0049360422,0.0014956944,-3.712927e-05,0.015670083,0.0044830143,0.0038503185,-0.0023379726,0.002521681,0.0051461263,-0.0012622165,-0.009541321,-0.017599149,0.008782173,0.003653821,-0.0036188255,-0.012571245,-0.016827298,-0.0019015564,0.0051374575,-0.020230036,0.002949409,-0.008426449,0.010926245,0.0065453206,-0.0070802667,-0.0043729716,0.027820194,-0.008325607,-0.010198972,-0.0088902945,0.007098368,0.013379473,0.01671787,-0.022812234,0.00429273,-0.0014395406,-0.0042103645,-0.001723938,0.01996914,-0.013182266,0.0102112545,0.005091807,-0.0026618508,-0.00670372,0.00041011447,-0.033350796,0.008675316,0.006915893,0.012912182,0.005518411,0.014090467,0.0011952168,-0.0033965781,0.007353049,-0.014293368,-0.0043495684,0.0029723372,-0.014307025,0.0058125034,-0.00015130838,0.0012429017,-0.004740786,-0.003260623,-0.015117042,-0.0035982383,-0.020071127,-0.002018991,0.009866551,0.016494429,-0.013593265,-0.0028400184,-0.005498124,-0.003621636,-0.024485005,-0.0052169543,-0.0062658917,0.012359568,-0.01387244,-0.010218356,0.004468753,-0.008858641,0.0032956474,-0.009910376,0.006080381,0.0047353213,-0.0012351171,-0.008791612,-0.008397273,0.02868669,0.0007069462,0.0013019937,-0.041990656,0.003088369,0.010637516,-0.007983951,-0.008462222,0.004419505,-0.020115703,-0.0064552794,-0.009244599,-0.0079991985,-0.005018458,0.015569602,0.011686123,0.0018535993,0.022467174,0.0070002,-0.016086765,0.005215548,-0.012318378,0.0038679095,-0.02418125,-0.005074695,-0.00078650046,-0.0050262026,0.004019425,0.009964164,0.016542297,0.0008452416,0.01284793,0.004413339,0.012748237,-0.012051275,0.025442224,0.0007528452,-0.0010642307,-0.017885735,0.015353886,-0.015402501,0.0016839458,0.002181793,0.02661107,0.014209922,0.0009179242,0.012984585,0.004451248,0.0065243407,0.027830357,0.0049131974,0.014962453,-0.02284922,0.0014464022,0.023658311,-0.014861006,0.007872774,0.0024417911,-0.0028160394,0.0065580932,0.008082385,-0.010899274,0.002237531,0.013518893,0.016294181,0.00619933,-0.010987314,-0.02102302,0.0026689768,0.008411006,-0.0093629435,-0.018901758,0.028422106,0.004937023,-0.011204333,-0.009250514,0.0070970617,-0.009772485,-0.000270478,0.016691566,0.03034127,0.004528432,0.010441604,-0.006238259,0.002280871,0.011162874,-0.019135162,0.0018116091,-0.0033326773,-0.009353838,0.0105995955,-0.0134455655,0.0072348705,-0.010365446,0.010327318,0.014978313,-0.0026992662,-0.014576014,-0.011278743,-0.0052223196,-0.00691161,0.010659684,0.0148320105,-0.018202709,0.024319133,-0.008677108,-0.004036071,0.0042713694,0.025560128,-0.0034782635,-0.015471912,-0.0069125537,0.01297298,-0.01628207,-0.00011890792,0.013033295,0.0027858226,-0.017481808,0.025258932,0.007770716,0.015354694,0.008256521,-0.011199561,0.008985117,0.008538931,0.0004184423,-0.019537874,0.015185602,-0.008094405,0.009158296,0.0006713426,0.0079024155,-0.0071947,0.01200055,0.003422989,0.018217716,0.0039187935,-0.0109608,-0.003644992,0.008639854,0.007930449,0.00945333,0.0064433306,0.00852628,0.005861107,-0.0019026005,0.00046133593,-0.002676755,-0.0038249309,-0.017260877,0.015744694,-0.008864912,0.010292926,-0.008768002,0.00842424,0.010424116,0.02094839,-0.000526396,0.010718494,-0.0036428296,-0.009318993,-0.013679822,0.0039306646,-0.0023783774,0.0060133515,0.00053797173,-0.012854913,0.0010300871,0.0076631247,-0.0029111796,-0.004061248,-0.0015538499,-0.026403328,-0.0118292235,0.02116786,-0.013697639,0.0060945167,-0.0033792756,-0.0029700415,0.020083437,-0.013500498,-0.00747888,0.0020363133,0.011713273,0.008926166,0.011744314,0.004936313,-0.00029366577,-0.009523,0.011364606,0.009699412,0.003531728,0.0113826385,0.009560898,-0.02116065,0.010926034,-0.017080028,0.01023112,0.013160229,-0.0032202338,-0.0020800808,0.014168981,-0.02015475,-0.0021154126,0.0070389104,-0.0016487484,0.013561543,-0.009733741,-0.08218168,-0.00022073615,0.009380551,-0.012871605,-0.016644558,-0.004921723,-0.010932326,0.0015850994,0.014952214,-0.0005616369,0.0003005397,0.00019638703,-0.0023028317,-0.0042167124,0.008230634,-0.018955037,0.020117579,0.013159939,0.013965235,-0.008096954,0.000989566,0.012920206,-0.0028649298,0.015066529,0.008956462,-0.0050266953,-0.029833246,-0.012773735,0.0019329129,-0.017857246,-0.0052986145,0.015028498,0.000489495,-0.00875564,-0.0007220929,-0.010378752,-0.0049448446,0.012114699,-0.13773642,0.026588105,0.006152746,0.005105319,-0.010433841,0.0038268322,-0.003241466,-0.008392045,0.02182623,-0.011906806,0.010301794,0.0028946477,-0.0052801427,-0.010231708,0.0052450057,-0.0041907155,0.0076728654,-0.0023729245,-0.0064075883,0.015121513,-0.008091055,0.011489484,0.0041557993,0.0195444,-0.011213285,0.010780987,0.0040741526,0.009802896,0.016997192,-0.008899097,-0.005699671,0.005187696,0.0058341385,-0.0064806873,0.009101698,0.0023239905,0.015544688,0.015100041,0.0012784316,-0.020151073,-0.021456227,0.012765246,0.0039130105,0.014865437,0.004503956,0.0058981455,0.008684452,-0.016475495,-0.016611774,-0.0140697025,-0.0071977326,-0.004510356,-0.006014865,0.00935717,0.0082883695,0.011798885,0.009389086,0.014783099,-0.005646247,0.01334756,0.013978539,-0.0047797165,0.012071427,0.0041130986,0.013505306,-0.0025029015,0.0022679344,0.01490643,0.021237884,0.009554009,-0.007445649,0.018030195,0.015463197,0.01399087,-0.00427837,0.012741948,0.0014766015,0.0101742055,0.013001829,-0.011803795,0.0011582844,-0.0041204444,-0.02874812,0.00911291,0.0039546234,-0.0082052145,-0.02053363,-0.0033194092,-0.008250272,-0.056401864,0.0035996416,0.0017632891,0.005201929,0.011439123,-0.014139571,0.026545713,-0.010368695,0.0036073595,0.0021248918,-0.016223792,0.005129259,-0.017919298,-0.012630356,-0.0009550519,-0.012031518,0.019144656,0.003293285,0.014831963,0.0031819453,-0.026575767,0.012847405,-0.008156405,0.008734715,0.0060428684,-0.026262823,0.008064178,0.0032141046,0.00892925,-0.011477302,-0.011237396,0.0050456244,-0.0031944744,0.021491216,0.012050695,-0.007963788,0.009830409,0.010925158,-0.00996085,0.0043489807,0.01235162,-0.0075807357,-0.016706232,-0.021611411,0.015515847,-0.009751771,0.00043702286,-0.013521173,0.0048375903,0.014579086,0.010691523,0.0011010199,0.017942794,0.023384452,0.015707392,0.006651938,0.029043632,0.009657424,0.009315087,-0.0072742137,-0.010579586,-0.015335194,-0.00995871,0.005738418,0.014998083,0.017412227,0.0072963634,-0.0015954891,-0.005978675,-0.015926946,0.034618434,0.0017360784,0.023172699,0.018650832,0.00012892143,-0.009274104,-0.009761494,0.0020495993,0.011511381,0.004488572,0.0025323208,-0.005816258,0.0011608145,0.016636472,0.0122318445,0.022601329,-0.0028122903,-0.0060054697,0.0178376,-0.001542288,0.0030253076,-0.011686505,0.023523927,0.00954707,0.0043211817,0.022373337,0.016650584,0.006376142,0.0017206762,0.013843729,0.0036725206,0.017167797,0.008389396,-0.008370406,0.014305501,-0.052478615,0.0035179497,-0.0006699516,0.00037354647,0.0019074673,0.011026175,0.0005624336,0.014917856,0.03411693,-0.17492135,0.025724975,-0.003120947,-0.00870828,0.0031504303,-0.020779526,-0.0032439833,-0.0020676467,0.033966362,-0.0015321642,-0.002896079,-0.007351743,0.00568821,-0.011124673,0.016466463,-0.036879163,0.007093939,0.026237313,-0.003096417,-0.0014306867,-0.018336752,-0.022591349,-0.007486276,-0.005232361,-0.0028956716,-0.005097994,-0.0022905536,0.0071632974,-0.004274329,0.005439953,-0.018086093,-0.0044371495,0.0129307825,-0.019624302,-0.017832974,0.01026102,-0.013037049,-0.010372151,-0.02346037,-0.000509077,0.011321822,-0.031546734,0.01536424,0.0030298668,-0.0072953333,-0.0024022514,-0.0042529386,-0.01858513,0.0048579997,0.004088777,0.017125294,0.016956665,0.01869643,0.0045393766,0.001342313,-0.0051844665,-0.004277,-0.018685168,0.007847635,-0.009905827,0.00896407,-0.009594371,0.023555659,-0.004824129,0.004908268,0.007633791,0.004522139,0.14694987,0.00949136,-0.016186517,-0.017208116,0.0040522492,0.022560492,0.009459602,0.010413613,-0.0035748153,-0.0096398955,-0.005497066,-0.006394314,0.008838238,0.014421253,0.007454103,0.027454456,0.0011430947,0.014856508,-0.011937374,-0.00087524066,-0.027204711,0.002426701,-0.0004994343,0.0065471632,-0.0010755471,-0.005737318,-0.006698532,0.0025364214,-0.0024469052,0.009643154,0.014321555,-0.01136781,-0.004922944,0.0055407034,-0.0011476901,0.026287202,0.03334918,0.009101992,0.004789738,0.026705725,0.007110428,0.011256563,-0.016845508,0.00036453913,-0.008055694,0.0022998156,-0.010170019,-0.00058882753,-0.0047510094,-0.022014054,-0.022907196,0.021822652,-0.0051154424,0.0066501014,-0.0045215334,-0.015845694,0.005287661,-0.027634451,-0.025423698,0.0059979167,0.0014536581,0.005574134,-0.013427688,0.0087028155,0.011438186,0.0032467016,-0.005793163,0.0012123645,-0.0026647218,-0.08524508,0.0023180544,0.0022159938,0.021397516,-0.008315437,0.0008026754,-0.001377085,-0.00020848551,0.0027620743,0.004073987,-0.0037310673,-0.019637967,0.027867584,0.015158406,0.012921147,0.01079368,-0.009044613,-0.002620817,0.005625558,-0.0012161403,0.008666591,0.014960963,0.011724363,-0.024398498,-0.0076061706,-0.008253457,0.008515905,-0.019346049,0.017975261,-0.013896455,-0.020252926,-0.007985718,-0.02022408,-0.00034090618,-0.024250764,0.019417904,-0.006503868,-0.025141753,-0.003776829,-0.004697777,0.028898925,-0.0023854217,0.0014560525,-0.0077668573,0.014225448,-0.017440572,0.011445673,-0.022549585,-0.013638713,-0.019188304,-0.00089721935,0.026480738,-0.0035735145,-0.0064212647,0.007294716,0.014894789,0.0059840484,-0.04023854,0.029571379,0.0068239938,0.007193112,0.019526634,-0.01714758,0.001745607,0.022646172,0.0042438935,0.008354637,0.01623161,0.009983251,-0.0094252005,0.022726841,-0.007301436,0.014814509,-0.010909569,-0.0068766307,-0.013377293,-0.01825067,-0.011588009,-0.007843748,0.0064603603,-0.019163003,-0.02743154,-0.0008132473,-0.009564312,0.03667541,-0.0026973088,0.0024651277,0.00602896,0.011745808,-0.034444753,-0.0116637405,0.007687843,0.0004886546,-0.0025069066,-0.007858302,-0.012020652,-0.005646082,-0.0061215577,0.013813396,0.00030319998,-0.003925572,-0.015032044,-0.006563615,0.024863353,0.01998942,-0.008639973,-0.016142994,0.0060922764,0.013559358,-0.004087444,-0.02070107,-0.0026828663,-0.0026925302,0.005181945,0.0042930623,0.0069132745,0.023437073,-0.020918027,0.021443898,-0.01874966,0.0009966177,0.012003099,-0.007236109,-0.0029730226,-0.011482823,-0.027755756,0.0033408164,-0.003952946,-0.0009180241,0.002144165,0.0027503446,-0.0023333987,0.0067208065,-0.0054679667,0.0036854192,0.010560926,0.008307813,-0.020751951,0.014007906,0.0035875116,0.005716194,0.007759021,-0.005968151,-0.010189896,0.0049211155,0.0041580955,0.021853136,-0.001904544,0.003234976,-0.002644775,0.010142279,0.0038455976,-0.010878178,-0.009288354,-0.003065826,0.013076895,0.0065183365,0.036890157,-0.0046217637,-0.01858944,-0.00554803,0.0049120374,-0.013384548,0.001901719,-0.0058462895,-0.014882126,0.0031513385,0.015992232,-0.033446267,-0.00012151818,-0.014742363,0.0001054389,0.0060393335,-0.012361607,0.0016613788,0.0015833783,0.017382707,0.007925904,0.013137823,-0.06303991,0.0068153497,0.0111296745,-0.015253172,-0.016624942,0.00023372115,0.004281935,-0.010908071,-0.006875055,0.004281253,0.015364925,-0.00786881,0.008279355,-0.0018750827,0.012862785,0.00045554867,0.00067880744,0.011382887,0.026407596,0.0036060119,-0.0011524565,-0.010511406,-0.020210028,-0.010012224,0.0172837,-0.013475949,0.017081823,0.0028576474,0.0032603347,-0.002820635,-0.01726836,0.0044072685,-0.0051079416,-0.0032553,-0.016205272,-0.01782175,0.0005766967,-0.013804968,-0.0034659416,-0.05043873,0.01227631,-0.009968597,-0.045039844,0.00053977175,0.0054924535,0.013500055,0.0063338145,-0.015768668,-0.015638601,-0.017812878,0.009076412,-0.0005357187,-0.019843698,0.0061824643,-0.0055405814,-0.0216363,0.021241495,-0.016444394,-0.007020105,-0.0021849517,-0.015783295,-0.029409943,-0.006648445,0.018672634,-0.011128205,-0.013109223,0.012756729,0.0066571026,-0.008047739,0.036091905,0.021414328,-0.006134683,0.0006014107,-0.010525468,-0.00034528686,0.01599755,0.016595019,-0.032695785,0.00695921,0.004532483,-0.014409528,0.029864859,0.009046042,0.027391432,0.0004384535,0.0034288892,-0.0058777784,-0.104530804,0.0035864776,0.0065216967,0.0012633601,0.0116461525,-0.0020432477,-0.009899279,0.03573363,0.008796592,-0.003173149,0.028011266,0.020362245,0.0078863185,0.00030624267,-0.01589074,0.028233398,0.012058676,-0.0035323813,0.020842167,0.0025398538,-0.019989625,0.007992056,-0.0028986412,-0.023305712,-0.013691726,-0.05588898,-0.03003543,-0.012067545,0.023441765,0.005868505,-0.023934519,-0.002783601,-0.0013573956,-0.009222577,0.0037593897,0.0053851926,-0.0319968,0.0047651385,-0.0288812,-0.009772056,0.02118464,-0.0022865473,-0.015784612,-0.024243914,-0.009175912,-0.0064010536,0.00096496113,0.018628675,0.007659145,0.01369652,0.006212507,0.0004208131,0.036497258,-0.0111754965,0.0074750995,-0.006289037,0.004088934,-0.005668646,0.014191086,-0.0068936707,0.001398821,-0.0074357353,-0.020579312,-0.0037344154,-0.02032154,0.011470085,-0.0013336072,-0.001940687,-0.016367428,-0.005588276,-0.014020834,0.0018765761,-0.001181296,0.012573631,-0.0034815776,-0.008099766,0.00020109274,-0.00016048207,-0.0024113415,0.00335307,0.011153236,-0.011660167,0.013329345,-0.013485593,-0.014895604,-0.006377127,-0.0041491822,0.0042375964,0.0045263455,-0.0009852736,0.0016472384,-0.021514384,0.0078085717,-0.005603902,0.0014525302,-0.013879602,-0.006476365,0.0031518457,0.006917003,0.0028139865,0.012258864,0.0016623542,0.0074917735,0.007694265,0.0068509425,-0.007903372,-0.00044135755,0.004611813,0.0111304615,-0.002691919,-0.005326069,0.003055361,0.0057578213,-0.010974947,0.006380022,-0.005054614,0.009433773,0.0071200486,-0.010798144,-0.010315841,0.0019244076,-0.009909569,0.015321489,-0.0140109835,-0.001229327,-3.7153062e-05,0.00016876346,-0.023243729,0.008356852,0.007695198,0.019813454,-0.025074653,0.004704956,0.0073000034,-0.0024376642,-0.027181992,-0.0064907367,-0.00015626424,-0.023520326,0.0011781354,-0.009149,0.009692636,-0.008720202,0.0022420278,0.0054637664,0.002140802,0.010864582,0.011429374,0.013092475,-9.59039e-05,0.0015257671,0.0024443583,0.012718314,-0.02005848,-0.009874727,0.0063835043,0.011170128,0.008884918,0.015368245,-0.010982653,0.01273645,-1.31789875e-05,-0.004442225,0.0055218083,0.0117592085,-0.008797218,-0.0028592392,-0.016927244,-0.004033854,-0.007235454,-9.363764e-05,-0.015667755,0.0049807075,-0.00601809,0.025779704,0.019340431,-0.014893168,0.013114631,0.0061029047,-0.0018516578,0.023574593,0.019051375,-0.004287878,0.002411143,0.014086878,-0.018067583,-0.02458827,-0.0060977545,-0.0033849932,0.013407794,-5.599898e-05,0.0044348813,-0.016970988,-0.032922443,0.01828978,-0.016964806,0.025993275,-0.0140827065,0.005596206,0.009784048,0.0045408257,-0.0019116179,0.0025402992,-0.008753188,0.013684515,-0.010182855,0.024089746,0.00242295,-0.014541924,-0.016140718,0.0042436924,-0.0021736713,-0.0014733388,0.0042105974,0.00093918515,0.012231338,-0.010600963,0.0033375935,-0.0012804541,0.004834206,0.010806139,0.024955517,-0.012059464,0.020023378,-0.014541357,-0.00994402,0.015951212,0.00084551965,0.009366459,-0.0092510665,0.0002010756,-0.0070217215,-0.0017155788,0.016625134,0.02520126,0.016677637,-0.021147642,-0.017993782,-0.0011541981,-0.011824759,0.008254113,0.004857882,0.028151913,0.0059168143,-0.03194023,-0.0025705528,0.015008605,0.005451636,-0.029584026,-0.019924836,-0.009207803,-0.00022556256,-0.004439413,0.008657477,-0.0012924343,0.0007880491,-0.026546989,-0.01410156,-0.003125117,-0.018167993,0.00963645,0.004023629,-0.006780475,0.02571202,0.007463841,-0.001032238,0.0112271225,0.021174086,-0.016653914,-0.01117147,-0.020335862,-0.017842375,0.011543898,-0.013026463,-0.0059665586,0.0029513799,-0.0028810587,0.010493389,-0.003534081,0.012836034,0.0015730765,-0.030114671,-0.011606349,-0.022248225,0.010548115,0.020160655,-0.020030044,-0.01838124,0.008192859,-0.015537424,0.021163432,-0.01266803,0.01921639,0.02046428,-0.016549964,0.0029458816,0.010240373,-0.00021760426,-0.00024340133,0.0067616375,0.024489945,-0.023019502,0.0127182575,-0.011376996,0.025921507,0.0152847385,0.0005746536,-0.030619314,0.009546952,0.0057492713,-0.0150981955,0.017600061,0.0013415692,-0.00016578446,-0.024033304,0.016391555,-0.0155110285,-0.008273309,-0.014651287,0.0101932585,-0.0017332931,-0.003612453,0.0017855926,-0.03367631,0.019028906,0.0074664177,0.034054037,-0.022331048,-0.0034695696,0.025276463,0.0241056,-0.012345497,0.018931909,-0.009476622,0.04258961,0.019130027,-0.008952562,-0.021743933,0.011581288,-0.017893957,-0.01948372,0.0007943036,-0.00019878388,-0.036658082,0.014172922,-0.0023870065,-0.0020268231,0.0025214795,0.018343257,-0.022539213,-0.012155429,0.009726936,0.0058602025,-0.013570575,-0.0019879777,-0.0002603772,0.01437516,0.0013840174,0.004115019,-0.00014981224,-0.022390889,-0.00074251264,0.0022975318,0.0019701489,-0.007731527,-9.500688e-05,0.013937782,-0.012005067,0.010942947,-0.023853801,-0.016469248,-0.014624539,0.0054573114,0.010575928,-0.016689176,0.022204082,-0.025813144,-0.031659078,0.017201027,0.0020903614,-0.012508934,0.011579996,-0.005078853,0.004764095,-0.0077062966,-0.016943337,-0.0072563663,-0.013203914,0.028169977,-0.017352186,0.0018552076,0.007645365,-0.017833792,-0.008443854,-0.0027194468,0.01874056,0.015689623,-0.007114215,0.012099877,0.011224949,0.0063847904,-0.016230194,-0.0026719305,-0.028253058,-0.0051814355,-0.009784479,0.011141933,0.009533101,0.0037574985,-0.018290343,0.0027261744,-0.006603456,-0.0009083677,0.025073577,-0.011303312,0.02975132,0.0011552714,-0.0071022436,0.006654891,0.019910721,0.015637364,-0.013998402,0.013943032,0.008397241,-0.002256119,0.0022397675,0.042967357,0.010740592,0.008455281,0.017762661,0.015599971,0.004226814,-0.0065319194,0.009624228,0.0154922325,-0.012351619,-0.018491343,0.0034935996,-0.015320941,0.027383154,-0.011118733,0.008410421,-0.015168092,-0.00086072966,0.008139386,0.015799709,-0.019412918,-0.012198453,0.02338237,-0.019736331,-0.006743621,0.006060406,-0.02589702,0.005833628,0.015049804,-0.0060553276,9.224207e-05,-0.0014917782,-0.011822054,-0.002377022,0.007455657,0.007744978,0.021756535,-0.008618413,-0.016230071,-0.03443295,-0.031119619,0.009756354,-0.005429612,0.009373785,0.00045889293,-0.014505885,-0.039714556,-0.016182465,0.002576535,0.023380512,-0.0014752343,-0.015237571,-0.0067411703,0.011330203,-0.008061709,0.008910582,0.0020659817,0.0044050855,0.0017037041,-0.021376759,-0.018873116,-0.008875205,0.01263583,-0.01956049,-0.002987744,-0.02476794,0.017782316,-0.02478165,-0.002294263,-0.016063,0.00997039,0.0042696605,0.006908174,-0.009198103,-0.0042661102,-0.009616425,0.011211184,-0.0028118147,0.00026236376,0.004067972,0.01440578,-0.025245128,0.003022006,-0.060366474,-0.014707108,0.018162444,0.016215181,-0.005624273,0.0011809423,-0.0018594824,-0.0054291366,0.0046833623,0.0076976414,0.0067194994,-0.0036780257,0.010975693,-0.025705751,-0.013562916,0.00615822,-0.039619032,0.034418005,0.01093149,-0.03465358,-0.007548722,0.02628639,0.0019847262,-0.017983668,-0.00087766425,0.0027735268,0.009916224,-0.0040480476,0.000653498,0.008762926,-0.0013055224,0.0044952305,0.0028938379,0.017597003,0.0069862064,0.019886553,0.0008205559,-0.001340218,-0.026380515,-0.015697837,0.0003049265,-0.037108865,-0.015572646,0.00083646586,0.0026731766,0.0056205303,0.015900621,0.025306629,-0.0034914976,0.0040896195,-0.0059821317,-0.010577589,-0.01214726,-0.0006656932,0.023333935,0.023186788,-0.028476538,-0.008582199,0.0039264155,-0.00615473,0.012962736,0.0102026,-0.0017028935,0.008229565,-0.0016879656,0.0063123736,0.020807825,0.010426482,-0.024138326,0.0061806142,-0.0017007184,-0.019911574,-0.015710546,0.0051341904,0.0015656564,0.009158155,-0.011684112,0.00043386334,0.005674674,0.0031884674,0.017556349,-0.017435247,-0.019126851,0.022802383,0.02369096,0.00045722377,-0.010459207,-0.035251454,-0.0046408544,-0.010858445,-0.024847025,0.0326819,-0.019338906,-0.008582791,-0.0022819971,0.008515594,-0.00015858168,0.011893732,0.030953865,0.028705636,-0.009997167,-0.01726406,0.042363804,0.0012783854,0.0033056093,-0.013260067,-0.0036257484,0.01602404,0.028319564,0.020672353,-0.0066582793,0.0033974913,-0.008120773,0.009332947,-0.0009991142,-0.014422392,-0.01613988,0.030248836,0.0009410364,-0.018944873,-0.010062042,0.0017864816,-0.014112515,-0.008103337,-0.017160079,0.022655925,-0.019334814,0.00043710368,0.0063258107,0.021692624,0.034194924,0.001654428,-0.021312699,0.011739697,0.017460741,0.0020481595,-0.010918192,0.0026373635,0.00040052962,0.018119145,0.0068487185,0.031230563,-0.0014277613,0.0035650781,-0.019089224,-0.003399492,-0.0012867515,0.010624336,0.010693674,-0.008069061,0.020395024,-0.0064986143,0.0034875742,-0.021657549,0.0059656203,-0.0009277173,-0.0065732803,0.025296127,-0.008550829,0.0065506743,-0.0010128228,-0.0064895507,0.002725368,-0.025660692,0.007857002,0.012338077,-0.0147726275,-0.0073206127,-0.019854818,0.015814833,0.011291192,-0.027985984,0.013344586,-0.0042907037,0.014437308,-0.0046150233,0.0124826925,0.15866971,0.11501561,0.002130202,0.023605986,0.009450549,-0.011772327,-0.018032152,0.0039351345,0.004112551,-0.023013614,-0.015008093,0.02957418,-0.0033805543,0.0072594876,0.015107726,-0.020200666,-0.009972468,-0.024193138,-0.016533757,0.00033881317,0.011200075,0.0066302926,0.0011000404,0.021901827,-0.028548663,0.0013394974,-0.014690316,0.018384818,0.026863076,0.0077361646,0.010592753,0.009195225,-0.019105049,-0.002220993,0.023800097,-0.011223304,0.0001388926,0.024102883,-0.0064458624,0.00104951,-0.009907582,-0.015603412,0.00021705464,-0.003480541,0.012305892,0.0069788573,-0.0106114745,-0.00042038277,-0.009964627,0.00713911,0.00859654,0.0033154222,0.02924688,0.0066775577,-0.007435265,-0.016507713,-0.0071355766,-0.0073698363,-0.030804971,0.009042483,0.029621981,-0.007981629,0.018058235,-0.0075030765,0.0029263592,0.019493967,-0.014555858,0.01662842,-0.0009339463,0.0029861648,-0.009048561,0.009357504,0.0043414035,0.011906815,9.563285e-05,0.023994453,0.0007603669,0.0034688073,0.019377228,0.023383232,0.0057751145,0.0005080311,-0.0038623058,0.024207111,0.013194223,0.008032953,0.003400721,0.0131638115,0.11169488,-0.017477676,0.011144354,-0.009795353,0.027273633,-0.002254055,-0.0016490637,0.037299875,0.009749379,0.0021659343,0.0144336,-0.0017365824,0.015812282,-0.027359763,-0.0058357697,0.0123386085,0.010841436,0.034573138,0.02371222,0.02146488,-0.008576831,-0.005606846,-0.007073489,0.017703103,0.004499128,0.020608632,0.0072260154,-0.013930738,-0.016242111,0.0069406955,-0.12030025,-0.0092168255,0.010313986,-0.0132057825,-0.02256331,0.017916758,-0.018108224,-0.019651692,0.010907637,0.0046237772,-0.00027294183,0.0060225283,0.006723444,-0.032415386,-0.022810299,0.010175403,0.024585517,-0.028007595,0.0075199325,0.007918094,0.0042220773,0.0010416447,-0.0021227438,0.0054608984,-0.007999352,0.005837324,-0.0014460876,0.00063633255,0.00067743653,0.034852397,0.0029653397,-0.0034556377,0.015362856,0.016569532,-0.0004399767,0.009647516,-0.014004691,0.019622447,-0.012046489,-0.0043867696,0.012386565,-0.004599686,-0.008793011,-0.029066646,0.0031321053,-0.021477763,-0.007571322,-0.026353575,-0.012600761,0.007372447,0.011369686,-0.0062468597,0.007014203,0.007974312,-0.023416901,0.008998932,0.0038639389,-0.003203171,-0.0051715677,-0.00056271726,-0.013041133,0.0066868877,-0.011832928,0.0070679076,-0.0022787943,0.010953792,-0.015230297,-0.0008386059,0.003878847,-0.005126061,-0.005600698,-0.007971636,0.0005916484,-0.007498726,-0.0057202657,0.006041505,-0.02822662,0.007326045,0.01308823,0.007354336,-0.0009818311,-0.026754951,-0.009847635,0.119177885,0.017213434,0.00778609,-0.015168834,0.0064734994,-0.0011623094,-0.0026181182,0.00028303443,0.0057753865,0.02993915,0.0045839404,-0.018958671,-0.006458947,-0.0025945557,0.020637231,0.00057852553,0.0007578772,0.008644106,0.016959408,-0.0023889318,0.011171252,0.025255453,-0.01729757,-0.0018523558,-0.016889386,0.015048031,-0.02650759,0.003680166,-0.0064511253,-0.0049082055,-0.004207752,-0.0035453897,0.034419026,-0.013426018,-0.019907355,-0.005113178,-0.017623076,0.00037987216,-0.0007421341,-0.0054868096,0.013935421,-0.007286313,0.014157093,0.0069949604,-0.029087238,0.20538379,-0.0012487957,-0.00022684442,-0.016583163,-0.0013844697,-0.012506271,-0.0073528425,-0.0026159002,0.005565206,-0.00088860525,0.027246002,-0.008019485,0.010281761,-0.025873328,0.0043803784,0.00096833933,0.008030255,0.004562305,-0.005537432,0.028525596,0.011853099,-0.003357368,0.0039155814,0.0053699673,0.014708867,0.016374134,0.022659969,-0.012517781,0.009989998,-0.01894676,-0.0018538834,-0.004865275,0.0042134905,-0.0051014153,0.0073912465,0.0076786205,0.013215101,-0.007318895,-0.0041761887,0.04107583,-0.01514063,0.016891884,0.006297084,0.025653213,-0.0037739766,-0.009450304,-0.008612755,-0.024682054,-0.01025871,-0.0137789305,-0.0030602477,0.010809321,-0.010408282,-0.0036484434,-0.004696305,0.022028407,0.027677573,0.0073218266,-0.006331656,-0.010082105,0.0041588084,-0.014622663,0.007896648,0.002024945,-0.009439757,0.007594983,-0.028510192]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 96,
          "content": "TSE Afternoon Session Opens Weak; Nikkei Average Soft as Market Awaits US-Iran Talks - Nikkei Shimbun",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.005577653,-0.010415948,-0.03553856,-0.090991706,-0.014897398,-0.005684462,-0.014712476,-0.012832524,0.0100228395,0.013150974,-0.018197695,-0.0326568,0.01680442,-0.0024367855,0.071209006,-0.00944245,0.0066667846,0.014290593,0.0059777275,-0.018007781,-0.0104657505,-0.0067293574,-0.0065751695,-0.040095434,0.03382923,0.0017447514,0.0059838076,0.009301899,0.04506961,-0.028298743,-0.009370965,0.0013252569,0.0051457426,0.009436402,0.01796293,0.016936027,0.027986594,-0.0038105124,0.0094705485,-0.0033068592,-0.018701728,0.04481174,-0.00692783,0.018013611,-0.028258666,-0.006284259,0.004315952,-0.021153813,0.0043283226,0.06496613,0.017877905,0.0042643556,-0.0024299454,-0.16314171,-0.030513655,0.03236739,0.01303946,-0.0094969375,0.026086517,-0.0025355762,-0.034762606,0.030936819,0.007265229,-0.004133083,0.019854574,0.0051331753,0.0060563833,0.008629677,-0.009458246,-0.011422611,-0.016961996,0.012743395,-0.012395796,0.009075415,0.03177515,-0.022135526,-0.006270671,0.013490285,0.0011784146,-0.013830675,0.0038414984,-0.0037997742,0.007864457,-0.0008473525,0.032412205,-0.018562896,-0.011905784,0.00017051017,-0.006585644,8.405275e-05,0.015190294,0.016090745,0.007567896,0.0045285784,-0.02705415,0.03091674,-0.003107369,-0.024004225,-0.0107764425,-0.020382887,-0.007311407,-0.004545384,-0.026289452,0.029998127,-0.0025339902,-0.034623306,0.017125543,-0.00088646024,0.013256668,-0.007663081,-0.013468429,-1.0342665e-05,-0.015004044,0.02568008,0.018053709,-0.13276146,-0.014184865,-0.010000695,-0.008780816,-0.0033881655,-0.029147318,-0.0021954717,0.0029188988,0.0068393,-0.010394525,-0.04120924,-0.005545898,-0.011051722,-0.0071401168,0.0065764464,-0.00029878723,0.008372601,0.035850387,0.00019203383,-0.023814851,0.015072875,0.01286176,0.010899768,-0.014705615,-0.034200195,-0.01482687,0.016906857,-0.008379066,0.030392619,-0.03486322,-0.052233055,-0.032498524,0.021490814,0.027441204,-0.025220182,0.034113705,0.01039071,-0.021026392,-0.017403275,-0.013290978,-0.01483231,0.0042000324,-0.017605802,0.00925508,-0.015232157,-0.01042557,-0.0050369822,0.025663966,0.007094837,-0.028912738,0.0021006863,0.023952285,0.00015902032,0.023489594,0.014633613,-0.024619766,-0.0022053535,0.00791791,0.0017302104,-0.0026649525,0.016459601,0.008594153,-0.0051075844,0.011764732,0.019122858,0.0071463957,0.018735083,-0.011022778,0.02598815,-0.0050290194,-0.0020401678,-0.0013199808,-0.009355574,-0.007873829,-0.0061351866,-0.023110235,-0.025337817,0.012993396,-0.040693905,0.016401593,-0.021856356,-0.019316878,-0.0069885817,-0.010399574,0.0044252877,0.01374035,0.01024097,-0.012515708,-0.007193595,-0.003289288,-0.026632382,0.01608111,0.0071218675,-0.00031114704,0.0058973404,-0.00027241153,0.023047812,0.009786148,0.0063043176,-0.0079789115,-0.030604858,-0.018273735,0.008814491,0.017796347,0.0032267198,0.03287085,0.01586284,-0.017977633,0.0076352977,0.0127200885,0.010779357,0.003276326,0.003180194,0.024426842,0.035656404,-0.017703226,0.009140012,-0.0064907027,-0.012844663,-0.03265329,-0.01508629,0.02257913,0.012919483,0.019092958,0.0062626093,-0.0084108105,-0.00086667796,-0.010413659,0.028153872,0.014294667,-0.004451685,0.02316046,-0.008092081,0.00017626304,0.0013472287,-0.012478901,-0.00010654795,-0.0015857446,0.0035079417,-0.003445301,0.008998815,0.014279409,-0.008595404,-0.023985194,0.020225462,-0.004607795,0.027227994,0.001283139,-0.033003453,-0.0033982624,0.0040907883,0.00010257693,0.017354796,-0.028499186,0.00702558,-0.028327169,-0.014091011,-0.0008124291,-0.026056275,-0.0046855276,0.0049585593,-0.05927181,0.013648381,-0.01443463,-0.018580453,0.016460327,0.011735338,0.006322339,0.01273474,-0.010253173,0.013205557,0.0031952302,0.0015135856,0.006071617,0.01625882,0.019871017,0.023120077,0.024932079,0.012036315,0.014224507,-0.011343205,0.004485725,0.012757248,0.010419305,0.00038533486,-0.038357284,0.0031244806,0.014708109,0.040184706,-0.0023362343,0.014472382,0.021349572,0.012154034,0.038112715,-0.0039935755,-0.013263248,-0.044171385,0.013739094,0.0053355685,-0.02768942,-0.041054837,0.02069556,-0.0134693915,0.004035679,-0.01951436,0.0011578461,-0.007095817,-0.022334801,-0.0034438754,-0.009573382,-0.0026873935,0.0016413449,0.010300379,-0.011132088,-0.019757409,-0.007916765,0.009303968,0.017320944,-0.02685625,0.020866472,0.02516181,0.009822621,-0.023061063,-0.011044723,-0.008537046,-9.9684614e-05,-0.0077337637,0.013365235,-0.021101667,0.021001972,0.026023988,0.0044717006,-0.01208031,-0.01819485,-0.043603808,0.0009488943,0.014746325,0.028491393,-0.019926097,-0.022056732,0.04976759,0.011172006,-0.0076729315,-0.014257026,0.019028332,0.032561075,0.011377803,0.01363615,-0.005114029,-0.016657855,-0.020673571,0.006477178,0.016082158,-0.03202371,-0.0148252025,-0.03165814,-0.014882759,0.0162558,0.013171871,0.0007152679,-0.0058782934,0.006632794,-0.011522119,0.02935583,0.00515765,0.0014231261,0.046613894,0.0025023927,-0.010997796,0.008879377,-0.016801713,-0.011128871,-0.019961888,0.010127227,-0.009731769,-0.01620961,0.0063545466,-0.0038936937,0.009170858,0.0012736192,-0.00018739083,0.01956166,0.0026181797,0.011581078,-0.016508495,-0.018981894,0.010095856,0.024834441,-0.019118626,0.025313243,-0.00189775,0.009983969,-0.012216699,0.018634615,-0.0045629833,-0.0023669025,-0.01061037,-0.023055337,0.010574686,0.0019450982,-0.0053007207,-0.015250231,0.016948618,0.009955127,-0.014742855,0.008892989,0.02368106,-0.0014657466,0.00704405,0.02222436,-0.014748538,0.016092634,-0.0013351687,0.03866592,0.0041862414,0.003924189,-0.005120383,0.005635852,0.0030137987,-0.023869691,-0.022089873,-0.013149241,-0.016558342,0.024391463,-0.016260274,-0.010364033,0.023462346,-0.011405412,-0.00067681295,0.030070513,0.02221021,0.020418344,-0.0141751,-0.017678356,0.040394176,0.0329519,0.002521138,0.013190093,0.02257919,0.01114583,0.01991849,0.007753539,-0.017989906,-0.00051504746,-0.01340832,-0.011826108,-0.029966429,-0.008143269,0.04319148,0.02503725,0.027103452,-0.0040821265,-0.025114823,-0.011902178,-0.0069568385,0.004845524,0.004789041,-0.007132817,-0.0046239635,-0.0010896455,-0.014059142,0.0065661287,0.006169497,0.020737775,0.0064491313,0.017744562,-0.037940893,-0.01533339,0.0012282355,0.013884006,0.012739458,-0.012140662,-0.006175026,0.009270897,-0.011346985,-0.009115984,-0.00018996335,-0.013931895,0.01129948,0.009575832,0.0039076037,0.03310212,-0.029028919,0.0066832122,0.0113419285,0.00267615,0.008873193,-0.010188433,-0.017191963,-0.048672467,-0.0019993193,-0.008591292,-0.027970769,0.0010628852,-0.0097988,-0.01604025,0.00079352414,-0.0055868905,-0.0035641338,-0.010842515,-0.0018012136,-0.0017595633,-0.005723149,0.0008654214,0.0041599507,-0.015676877,0.0028747024,-0.017172469,-0.0137720825,0.020346377,-0.006125055,-0.02055387,-0.019605514,-0.007435207,-0.0010432153,-0.013606281,0.029031752,0.0014072651,-0.002774447,-0.0045060576,0.0051845917,-0.0034993351,0.016916301,0.00306889,-0.0200264,-0.0075638243,0.01050184,0.018673366,-0.007410783,0.02867633,-0.062418003,-0.015604198,0.032019887,-0.012307213,-0.031020159,0.01794726,0.04997885,0.008382093,0.027531171,0.0032168485,0.001861209,0.0058582057,0.008510819,0.015141595,-0.015484604,-0.019242495,0.0027307128,0.020981774,-0.003722277,-0.00443495,0.0007500213,0.012898746,0.016297935,0.0069273543,0.013789153,0.006773374,0.010570425,-0.006811589,-0.008386252,0.030896839,0.011687685,-0.013900711,-0.00984531,0.01355282,0.018068343,-0.012440563,0.033983428,0.005305046,-0.008869671,0.0094296485,0.022263967,0.007725881,-0.007582157,-0.027589085,-0.01889556,-0.025880057,0.0052912827,0.009856907,0.025763493,-0.00094596227,0.0025403227,-0.0044783917,0.006187768,-0.0076900846,0.007882104,-0.023620274,0.0097375,-0.007815647,0.016561171,-0.0034092097,0.003042515,0.017353842,0.007681831,0.031258043,-0.006983535,0.005311744,0.008730455,0.03179448,0.017144118,0.014407354,0.005941825,0.020049844,-0.0266553,-0.0036433109,-0.009096712,0.01233487,0.02094223,0.014180569,-0.0012881737,0.03375696,-0.007825325,-0.013409972,-0.10686807,0.0056040944,-0.017387753,-0.025750887,0.009241138,-0.012259169,0.00020254253,-0.003878869,-0.015416407,0.0011593038,-0.0037472693,-0.0149717815,-0.024999646,-0.020618299,-0.0060798842,-0.028801905,-0.0039029906,-0.03088234,-0.014264286,0.0075492174,0.00041805196,-0.008780239,-0.003814228,0.009311512,0.017515317,0.012905757,-0.0021618232,0.002196951,-0.0038337058,-0.018698836,-0.004872129,-0.15943249,-0.0032939257,-0.0039313664,-0.020106908,0.010498212,-0.008318018,0.03899702,-0.0066851196,0.014226409,-0.037691347,-0.019727198,-0.0019684834,-0.009447726,-0.012973623,0.012820608,0.08621971,0.0013762711,0.025361482,0.018950405,-0.0249128,0.026810627,0.02475596,0.05044019,-0.023485988,0.0025149363,0.01582232,-0.011756757,0.0034831008,-0.0091181155,-0.0049211103,-0.024670681,0.0071762507,-0.0073967464,0.00752318,0.005992247,-0.0053711026,-0.027176376,-0.0050131246,-0.0032189232,-0.03321751,-0.0018818338,0.015404406,0.026871033,-0.009488196,-0.03219177,-0.0029893368,-0.009217362,-0.028589895,0.0032491651,-0.021569414,-0.02743944,-0.056159902,-0.012621948,0.0016759513,0.00059696636,0.02478463,0.017076975,0.030604722,0.0062913955,-0.007547656,-0.0048897336,-0.029128157,0.012575233,-0.015487304,0.036891196,-0.0174104,-0.006607596,-0.0014594608,-0.03173089,-0.016028216,0.014316745,0.0015579561,0.019751834,0.038627107,-0.011470644,-0.031840656,0.01084137,0.015109429,0.010338747,0.013023847,0.014563711,-0.020311307,0.018341485,-0.0014231248,0.0027086022,0.002401332,-0.0014861086,-0.016141457,0.0050167013,0.0013541966,0.012977368,-0.014881897,0.018719427,0.0055410713,0.015478282,-0.017819026,-0.019517437,0.018507956,-0.01477074,-0.040519945,-0.040631846,-0.00220128,0.041086826,-0.017430985,0.003535413,0.018623983,-0.006255944,0.0049504233,0.046527196,-0.0025948284,0.0073019024,-0.015129034,0.0008891733,-0.0046066134,-0.0031501781,0.012045126,-0.012322789,-0.006637557,-0.0043040263,0.016428448,0.023510901,-0.0029836225,-0.008596694,0.0055859913,0.028997362,0.0052214884,-0.017564422,0.010084831,-0.0044868044,-0.039276782,0.010137356,0.009328178,0.011656142,0.005791561,-0.0029284449,0.0037814789,0.0076209633,-0.001597321,-0.012664309,-0.013183305,0.01851176,-0.0045874645,-0.00079255784,0.008524203,0.012408336,-0.0023988835,-0.0013556128,-0.0031058823,0.012780499,-3.446933e-05,0.0054545924,0.0008282551,-0.0031841584,0.011946218,0.0012816901,-0.004341994,0.019557005,0.0046370365,0.012436633,-0.0016100936,0.004158405,0.004681032,-0.0035004953,0.0016123425,0.014562895,0.00018147627,0.015932247,0.0126682995,0.017215867,-0.0053471318,0.0031804787,0.008910847,-0.0048369956,0.0021835675,-0.015133339,-0.006835427,0.0044943593,-0.021726053,-0.019460384,0.005602796,0.021961458,0.0036798774,0.021756483,0.0051767193,0.011177341,0.002339283,0.0095320875,-0.0065023573,0.0058364486,0.0059902444,-0.006892622,-0.030410502,0.01825428,-0.0068510883,0.028359946,-0.009274372,0.013558365,0.004242787,0.0022567296,-0.0008750417,-0.0045834538,-0.028432634,0.016412925,-0.006838454,0.0017494762,0.0060915095,-0.012090046,0.010982425,0.00793671,-0.0066102273,-0.008245716,0.011340315,4.9463156e-06,0.014419598,-0.006929839,0.01699249,-0.009595371,0.021322992,-0.0057996167,0.0059408937,-0.017519856,-0.024277527,-0.0022097584,-0.011421919,-0.0017794287,0.007535835,0.02293771,0.011547229,-0.019003164,-0.003615618,-0.007203374,-0.011824461,0.022757147,-0.014990585,-0.013877635,0.018936222,0.011928127,0.009332345,0.024100242,0.006181928,0.0001505145,0.01611439,0.005506957,0.01625279,0.0030199073,-0.005569689,0.002667427,-0.010851017,-0.025230126,-0.010777054,-0.0011657547,0.022877518,0.018652713,-0.0024805658,0.010469547,-0.004239759,-0.009020546,-0.010902774,0.003913403,0.0042424565,-0.0063793883,0.0038146432,-0.012125116,0.02363094,0.0055087004,0.009924164,0.0054451553,0.0046223477,0.003820082,0.01746969,-0.011831001,0.010889152,0.009818674,0.0030746285,0.006398986,-0.027318375,0.0015360359,-0.0033702324,0.0041652434,-0.0039378977,0.01377089,0.008094157,0.001597246,6.8281595e-05,0.002870416,-0.008162394,0.010638671,0.0026775536,0.004170485,-0.0014580578,-0.013019681,0.007854016,0.0071441056,-0.00013425098,-0.00054106006,0.0017920473,-0.006668946,0.0033492213,-0.019200705,-0.005356736,-0.004265177,0.01934695,-0.007412126,-0.008325071,0.0017719421,-0.0003028098,-0.0047281943,0.011253579,0.019319978,0.017919008,0.08541308,-0.0061479197,0.0069562998,0.010959434,-0.023597341,0.0076946956,0.020783952,-0.037170853,0.0066140643,-0.0004164724,0.008303185,-0.017750349,-0.013078705,0.002422614,0.0034260275,0.01316344,-0.015895037,0.005552752,-0.0034190554,0.0110453665,-0.002269977,0.0067008547,0.005862585,0.01980887,0.00487213,0.0103072645,-0.0030920627,-0.010272756,0.008349802,0.012108448,0.00711371,-0.0061640586,-0.013056811,0.011487977,-0.025659105,-0.016439028,-0.010512523,0.004103008,0.015410612,-0.010610982,0.0029742273,0.008178602,0.01193937,-0.00037762226,0.00391022,0.019320559,-0.01344427,-0.004585379,0.0033324356,0.009310047,-0.009987741,0.0012225325,0.012083344,-0.00072616444,-0.008726655,0.00082043954,-0.0079047475,-0.016005736,0.016521133,0.006733418,0.0014039696,0.0046108384,0.012595065,-0.0023536277,-0.009030094,0.0059033674,-0.005066194,0.016294438,0.0057769744,-0.0017115925,0.005518971,-0.004145805,0.0024154147,-0.013741549,0.035954107,0.0059548793,-0.012964301,0.008329664,-0.024822392,-0.0016346448,-0.005532892,-0.018779518,-0.021567287,0.008884418,0.011416162,0.0062727663,-0.009426638,0.010706386,0.004416461,-0.0054422016,0.0061400784,0.0003961066,0.0091665285,0.005667638,-0.01461678,0.0042126984,0.05241546,-0.007891973,0.0035950416,0.0019196998,0.0030961144,-0.032540612,-0.013864379,-0.0021694854,0.028608035,0.010016573,-0.0049848864,0.017251657,0.0062790667,0.0025257561,0.0027924597,0.0096782,0.009791669,6.4303604e-05,0.009908679,0.0128228525,0.027110767,0.0060954285,-0.026716687,0.006276778,0.007479359,0.0010209111,-0.02068331,0.007620613,0.016429989,-0.0038717578,-0.0055330144,-0.0004328984,-0.002746999,0.009242718,0.009397364,0.00889882,0.008026552,0.005350995,0.015542446,0.018844737,-0.011390281,-0.008628275,-0.011650356,0.00162312,0.020106755,-0.0064062793,0.0010387233,-0.010287358,-0.011560195,0.0157173,-0.011330393,0.012614812,0.005676382,0.022297952,-0.0015583922,-0.013244007,0.008046001,-0.0005743679,-0.008038373,0.0056896424,0.019213872,0.001995322,0.010676049,-0.008733294,-0.0054585985,0.010721259,0.013312199,-0.0034990797,0.016826415,0.008884339,0.014587744,0.01663642,-0.009494242,0.012332574,0.013807155,-0.002046918,0.02560486,-0.0041933046,0.00893237,-0.008784741,0.013983698,-0.020665051,-0.012718823,-0.002463614,-0.0013116582,-0.005809384,-0.027219687,-0.005260324,0.009096055,-0.022530604,-0.011019945,0.0008067428,0.020410929,0.0046731783,0.0006979164,0.0066369027,0.0020234901,0.022739373,0.0060463226,0.0050784196,0.0018617611,-5.5200442e-05,-0.006954385,0.013612282,0.0009865843,-0.01452598,0.012543448,-0.0073608337,0.01833499,-0.014364273,-0.0044113942,-0.002487089,-0.016326979,0.010329759,0.009676688,-0.0068850378,0.00067712343,0.008819672,-0.0028044912,-0.006636242,0.011699022,-0.021599445,-0.0022192171,0.009012238,-0.0109377615,-0.004283492,0.009453311,0.006817292,0.0076313727,0.02556745,0.020042723,-0.015692415,0.008964107,-0.0023003998,-0.0015418002,-0.018821672,0.002403123,-0.0014712788,0.018534493,-0.0046463422,-0.0030624657,-0.018673679,-0.024756946,-0.006317553,0.0053152177,0.0040119076,0.0077496963,-0.036119226,0.004995339,0.009010489,-0.009696133,0.010762704,-0.01792698,-0.0018751234,0.0012955256,-0.0012746771,0.0006433304,0.0074275546,0.019420085,-0.0050751767,-0.0026126348,-0.04032221,0.009898362,0.028420277,0.011250707,0.0069484813,-0.018526083,0.01695184,-0.0015121433,-0.013611317,0.0017075802,0.004712171,-0.016298285,-0.004868669,0.015758347,-0.001329346,0.03127038,-0.01607553,0.0043907426,-0.0047181137,0.0038843045,-0.023382086,-0.009564926,-0.009372374,0.004296142,0.009383412,-0.00077817,-0.002202642,-0.013712675,-0.006949125,-0.004833961,-0.0077958587,-0.004112639,0.0021853668,0.0012646778,0.008777524,0.0040959273,0.0037136103,-0.011886688,0.00969406,-0.012562382,0.025381938,-0.010708343,-0.009343071,0.010289231,-0.0025962433,0.011408549,0.005905231,0.0055587743,0.008750428,-0.020989861,0.012550554,0.018921837,-0.0026406415,-0.013072148,0.013199582,-0.0046069655,0.022314481,0.024862539,-0.009272148,0.00050734275,0.014180328,0.0022887324,0.010464964,0.0022872244,-0.018796252,-0.010881612,0.005556786,0.010246846,0.007549462,-0.0027884522,0.016517548,-0.019278696,0.005487123,0.005988165,-0.0006488866,0.013098725,0.016839437,0.015051229,-0.007783515,-0.0029000368,-0.002384011,-0.00946898,0.016947562,0.0039281286,-0.01202347,0.000206722,0.011481881,-0.005734843,-0.021982536,0.003693604,0.01627362,0.0046536145,0.011559208,-0.018729668,-0.03270511,-0.0035488568,-0.015052861,0.0065165046,-0.0063428893,0.008676727,-0.007669605,0.001485901,0.0042361673,0.015535998,-0.00021974614,0.011255627,-0.0013825755,0.0009602863,0.0046225525,0.012731939,-0.016926058,0.012073686,-0.00878911,0.006086492,-0.021028405,0.020743044,-0.009763624,0.02702602,0.003990603,-0.0026344971,-0.0007207504,0.020761808,-0.00044721298,-0.019754635,0.025397914,-0.009768039,-0.01923167,0.013128545,0.010921544,0.0032286695,0.0023718565,0.0066463486,0.02702951,-0.01343905,0.005962806,0.012579054,-0.004901505,-0.008234245,-0.008877096,0.0133861685,-0.0053124228,0.011210793,0.014142616,-0.0023031093,-0.003467216,-0.010407672,0.00051334326,0.00079722155,-0.0015006354,0.008727387,0.013713265,0.00026226795,0.0061753006,0.007173198,-0.002464595,0.00012705,0.010902475,-0.00362214,0.0004914731,0.0011281829,-0.004988078,-0.005806513,-0.021343382,0.0070214565,0.014241699,0.0038877886,0.0045675086,-0.00862894,-0.022807244,-0.004444135,0.0046954644,0.0019340095,-0.010791655,0.012545197,0.008603064,-0.01421838,0.014884644,-0.008413224,0.0032631147,0.004612796,0.0013550787,0.012863157,0.014723833,-0.0024470077,-0.018850746,-0.009690059,0.0058207624,0.010704365,-0.007467699,0.007347925,0.00021118818,-0.016690483,-0.0056566456,0.015995096,0.004342664,0.004656119,-0.009489636,-0.0086352825,0.014263869,0.013174781,0.010760112,-1.5420108e-05,-0.021904541,-0.009758968,0.007539557,-0.0835455,0.0025285892,-0.01960475,0.008641451,-0.0092832595,0.0001458832,-0.024503574,-0.015233485,0.005909404,-0.0046636667,-0.023559092,0.006226926,0.005047709,0.006746721,0.010687543,0.005578538,0.01151989,-0.005830742,0.011391525,0.00249655,-0.010195691,0.0080699315,0.003097965,0.006026617,-0.010222413,-0.00024668936,-0.017871069,-0.014535419,0.016568711,0.005973623,0.005589277,-0.0034230803,-0.013229735,0.008416738,-0.0052909856,-0.017067185,-0.0010498668,0.0077893646,-0.13811186,-0.0046654837,-0.016711032,0.0052853855,-0.021400128,0.022065444,0.0020700227,-0.0036025178,-0.005493443,-0.00082654215,-0.0032362717,0.0010570019,0.0021068926,-0.011054789,-0.0020913235,0.0030453838,-0.0029045811,0.008013146,-0.010890169,-0.004656332,-0.0034450204,0.0005507492,0.01994219,0.021907328,0.0030506873,-0.011994547,0.010431969,0.024567226,0.0019186646,0.0010193328,3.826943e-05,0.0045398003,0.0003605047,-0.009802927,0.011394185,-0.007883161,0.005220184,-0.012931966,-0.0037378876,-0.0049986904,0.006317863,0.0047715693,0.014369463,0.014368825,-0.005433489,0.016188396,-0.008451603,-0.0016773128,-0.008439263,0.0063926326,0.0034865595,0.0041771247,-0.0153282825,0.0026140495,-0.0058242143,-0.012348486,0.012539777,-0.008749519,0.0015487954,0.00016761066,-0.0072648036,0.011907596,0.018947173,0.0054363245,-0.0042627957,-0.0052632596,0.0028893617,-0.0015303715,0.00026526194,0.0055090752,0.004948206,0.006657891,0.017524477,0.0043153497,0.0037396676,0.0015635992,0.015790634,0.0042093084,0.021100914,0.0045289486,0.0048270985,-0.018119937,-0.008446264,0.007409022,-0.0014763124,-0.0070471205,-0.0036558253,0.0034339777,-0.024612715,-0.061551645,-0.03943686,-0.011899797,-0.0006056583,0.0013097819,-0.00215659,0.02422562,0.013323504,0.0092198895,-0.006048527,0.013199501,-0.002058244,-0.020221539,0.012089202,-0.019025143,-0.022476088,0.01179069,-0.005435283,-0.0032361944,0.013234583,-0.017059678,-0.012685851,-0.021661712,0.01233423,-0.008798215,-0.008096606,0.021812407,-0.001665459,0.002645107,-0.02878249,0.009893962,-0.0033165342,0.012021094,0.0059085884,-0.0019623623,-0.006218169,0.0065784575,0.0028212378,0.002281978,-0.004847611,0.012520994,-0.011528937,0.009170387,0.002112155,0.012185842,-0.012217822,-0.016085224,0.0017903585,0.001809823,0.012168388,0.007989901,0.003200584,0.0030079747,0.010887393,0.014644135,0.006967602,0.014050537,-0.010913706,-0.005496205,-0.006830298,-0.0035415646,-0.013115099,-0.00051758013,-0.012278725,0.0016035195,0.0067513855,-0.0067252913,-0.020198785,-0.003504188,-0.018453134,0.011403083,-0.020612346,0.014916472,-0.006083552,-0.0011897258,-0.010188541,0.021658856,-0.009934878,0.0050766207,0.01934701,0.014547454,-0.006857099,-0.014171896,0.007048903,-0.009000598,0.016784456,-0.013393092,0.011271445,0.004874027,-0.015987892,0.027193224,0.006355938,0.005863567,0.013395857,0.008289264,0.024602728,0.0051007397,0.02193703,-0.026187325,0.017370267,0.0014542451,0.014552749,0.0014692659,-0.0010191055,-0.02460655,-0.026578492,0.0051368535,0.02234653,-0.008313256,-0.0081033455,-0.016891196,-0.010014243,-0.010184261,0.031403065,-0.15770015,-0.020183189,-0.004555517,-0.012963579,0.01917955,-0.009117171,-0.0037297728,-0.011486154,0.031588502,-0.0049247094,-0.007128083,0.014725111,-0.018128108,0.0021800643,0.016059557,-0.009793821,0.022820221,0.023696318,0.0017257028,-0.009091662,-0.01781305,-0.01180719,0.00093494507,-0.00538086,-0.0059634587,0.0062763495,0.026991412,-0.007015652,0.008866349,0.010433827,-0.0049631572,-0.012262873,0.014877322,-0.0068513574,0.003778758,0.008226166,-0.018790193,-0.00042073327,0.0044912957,0.011950772,-0.006785177,0.012234601,0.008212706,-0.009362655,-0.0029713754,0.0038995708,-0.00495551,-0.0024545568,-0.016820239,0.004091265,-0.0051823854,-0.01877383,0.014352951,0.023118958,0.013416319,0.010084061,0.011112157,-0.015559552,0.004238551,0.02446912,-0.026271818,0.008126358,0.0065466813,-0.0038490077,-0.008274104,0.0068646795,0.0024226739,0.14956452,0.013902936,0.011367412,-0.017641535,-0.00895986,0.01944144,0.017122999,0.012474307,-0.018899726,-0.006561985,0.0063423296,-0.0049528712,0.0022908133,0.0040256744,0.009015889,0.015376961,-0.019264128,0.0049107936,0.0046323184,-0.0023439364,-0.015891653,-0.014046861,0.008839186,-8.8432294e-05,0.0109562315,-0.0009575939,-0.029010022,-0.01643463,-0.013863639,0.010156835,-0.0097572785,-0.004218861,0.0059597897,-0.020409934,0.007831151,0.021058284,0.013850861,0.0029550819,0.0047907378,-0.017359426,-0.0020163872,-0.0067983163,0.0049476675,-0.0041137906,-0.005691527,0.0042431527,-0.0045379824,0.025660736,0.009190503,0.0065599196,-0.044354495,0.00489299,-0.005991494,0.010304469,-0.029612232,0.0018991232,-0.0034336974,0.0031678965,-0.010390324,-0.014009961,0.029064836,0.0015352515,-0.0023170302,-0.0019995414,-0.018679254,-0.01447915,-0.0062804944,-0.0043452317,0.006424973,-0.09252133,0.008017643,-0.00085971784,-0.0030716145,-0.012273547,-0.01863082,-0.015677543,0.012066112,0.012740661,0.009155495,-0.003183399,-0.0059392108,0.006838375,0.0055463356,0.013508906,-0.022693321,0.005044393,0.004119146,-0.004408289,-0.017260477,0.010475595,0.002026364,0.007888318,-0.015752617,-0.008677514,-0.025370874,-0.02437197,0.0064511467,0.0017727342,-0.003131795,-0.0011711931,0.0052945404,-0.023236068,0.010509579,-0.020303588,-0.003906677,0.002451729,-0.0011391363,-0.0043149865,-0.017117644,0.0015965996,-0.015466448,0.0070396573,6.131327e-05,-0.00093144435,-0.005839064,-0.0065393527,-0.032357275,-0.007106499,-0.01782722,0.0223993,0.01738759,-0.008307354,-0.02231029,-0.018343965,0.01578814,0.017817555,-0.0367117,0.023118341,0.0052610324,0.008666688,0.00280572,0.015049245,0.005402221,0.0021192457,0.017739434,-0.0021509891,0.015011484,0.008613758,0.026421797,0.011555724,-0.010632449,0.006540258,-0.016009668,0.009466101,0.009022136,0.0029413295,0.014692126,-0.02085505,-0.016284848,-0.032677945,0.003829669,0.005133527,-0.005096563,0.062269837,-0.03042606,0.010752913,-0.02129254,-0.0073388508,0.0019749454,-0.018360471,0.0024179323,-0.02168463,-0.016013209,-0.010896085,-0.018012192,-0.001048232,-0.013453463,0.040233098,1.6553358e-05,-0.008073887,-0.009376741,-0.023726087,0.023534553,0.011251407,-0.018697115,-0.012965539,-0.030782783,0.007076874,-0.012793379,-0.012081129,-0.0076212483,-0.032012697,-0.008720328,0.010068861,0.0008951824,0.0064942134,-0.009647056,-0.009979309,-0.022479055,0.0009385148,0.013903652,0.0020559754,0.010932503,0.009025917,-0.013471177,0.00095144555,0.021417644,0.016899703,0.010868488,-0.019292133,-0.0062400126,0.020969037,-0.01323073,0.0048964373,-0.016231898,-0.0014606236,-0.011336953,0.013225962,0.02618413,0.001471622,0.016433595,0.0073299045,0.015724482,-0.0010063899,0.0134863565,0.015308883,-0.020020053,0.0005034554,0.002747755,-0.018120045,-0.012801262,-0.008757931,0.0037001127,0.01831328,0.024709934,0.010572599,0.022413913,-0.0006485902,-0.010333741,-0.009676665,-0.03456901,-0.018033555,0.009869788,-0.0025386051,-0.023866873,0.029043328,-0.00686586,-0.0139149185,-0.00045259405,-0.002422018,0.00031736388,0.0003534762,-0.023043327,-0.0050429218,-0.0138326865,0.0049416283,0.004518652,-0.0013216719,-0.0741693,-0.0003343689,-0.0032898216,0.0050941356,-0.013161166,-0.018632015,0.009604576,0.030652024,-0.029093796,0.008130019,0.035758726,0.0061676335,0.009103153,0.0065419297,0.0006199453,0.0139796315,-0.016107159,0.019801203,0.0141002685,-0.012894242,0.0077216364,-0.011434519,-0.017882146,0.03796011,-0.004248956,-0.007096706,0.024082934,-0.010841281,-0.017028183,0.012940981,-0.017749315,0.008427344,-0.0039289473,0.00078909576,1.5897866e-05,-0.023110544,0.009095951,-0.0039833034,0.02977506,-0.027088976,0.018475192,0.016429145,-0.045226675,0.018007046,0.005951063,0.027886404,-0.007939281,-0.0111218775,-0.0063205217,-0.01308787,0.019790286,-0.0072640227,-0.011811148,-0.010988902,-0.0011631311,-0.024703616,0.023064975,-0.025077516,0.0013398089,-0.0017781557,-0.0023180905,-0.0032265768,-0.004333511,-0.0027005211,0.008293073,-0.014962425,-0.0033947467,-0.00057329185,0.022326607,0.030815214,0.017326606,0.0021266073,0.004932383,-0.0007385608,0.008034534,0.0061586136,-0.0001936811,-0.0065990575,-0.0007632978,0.0053574387,-0.006219695,0.017643783,-0.004948241,0.033956323,0.01824894,-0.0041380906,0.0059743524,-0.09705667,0.0073548798,-0.0052971193,0.0067002745,0.022073932,0.010429328,-0.012856419,0.03533195,-0.0026708685,0.019556437,-0.0027544976,0.022787368,0.013959421,0.006581717,0.0018226779,-0.004396563,0.017047083,-0.007114663,0.028430194,0.004318322,0.0004723829,0.018494423,-0.03402087,0.025865972,0.003652481,-0.05258014,-0.01318821,-0.01280421,-0.003865773,0.02811228,-0.013946483,-0.002445795,0.00716615,-0.017433519,-0.0014120202,-0.0058274404,-0.027155994,-0.0069930363,-0.008732919,-0.007663883,0.032624274,-0.025293963,-0.021482911,0.019826347,-0.017794862,0.014841666,-0.0019561257,0.016083024,0.014266743,-0.0053271702,0.010260078,-0.016502237,0.001647943,-0.003475496,0.015295293,0.015604222,0.0046620513,-0.045762308,0.005439046,-0.019932741,-0.0135340765,-0.015661795,0.004533049,0.00721249,0.0100661,-0.00220311,-0.0071675354,0.018641,-0.0074489196,0.016047675,0.01724528,0.012852479,0.0025439276,0.019762954,0.0029913918,-0.010295966,-0.00836942,-0.013383877,0.004498217,0.0019092988,-0.0016030254,-0.0036857561,0.013356866,0.012681997,0.0018995025,0.0068945335,0.017160892,-0.010479736,0.005502375,-0.008763778,-0.014763486,0.003036089,-0.0078096837,-0.012258351,0.0039135613,0.013111032,-0.0066918572,0.0027347626,0.0159968,-0.005779796,-0.0012522421,0.009686558,0.012561531,0.015296165,-0.0014013569,-0.005435924,-0.008236754,-0.0011869879,-0.010003264,-0.012718565,0.015815325,-0.0015734925,-0.000141337,0.0073890057,0.012480718,0.00029454182,0.024038691,-0.01943384,-0.01569324,-0.020378187,0.009232166,-0.01605364,-0.008226304,-0.009112264,-0.003836647,0.01387617,-0.003907501,0.00418078,-0.003029726,0.0007701998,0.012873027,-0.0050885784,0.015751837,-7.0303446e-05,0.021835236,0.008242255,-0.0030266976,-0.012532573,-0.023438638,0.0074637965,0.017920895,0.019482352,0.015826577,0.006603705,0.00020887297,-0.003699743,-0.008093626,-0.000742887,-0.007847863,-0.002966978,-0.0026652967,0.0024238836,0.0018453891,-0.017045015,-0.00433533,0.015645688,-0.032402057,-0.003652701,0.012929873,0.0046775825,0.021067398,0.0018469339,-0.015821021,-0.015152723,-0.00797544,-0.018473389,-0.004217353,-0.012900838,-0.008754726,-0.004902872,0.018650843,-0.03011488,-0.0043058586,-0.010352463,0.020079276,-0.012105664,0.01060678,0.024678957,0.01938733,0.011429428,0.011800086,-0.00014378753,-0.011881265,-0.005663851,-0.013382721,-0.0010809872,-0.015387293,-0.013468097,-0.0051605944,-0.0054366505,-0.008268531,0.024224307,-0.018830607,-0.03204299,-0.019477045,-0.0031882604,0.009045967,-0.0010021015,0.03805309,0.0049135345,0.0049815755,0.0056086853,0.0036595664,-0.011753869,-0.009794432,0.00970165,0.0053884685,0.01434195,-0.0130775,-0.0053198272,-0.01146677,-0.007431356,-0.026000438,0.010862927,0.003412997,0.0032423183,-0.0178851,-0.0014586963,0.0023222119,-0.009681772,0.013607924,0.024396818,0.019515308,0.0011483533,0.009738933,-0.017532088,-0.006179536,0.017624216,0.0018553813,0.016285552,0.013447354,0.025355173,-0.006181465,-0.022877814,0.016320117,0.01998942,-0.0027373205,-0.001212335,-0.010699889,0.012595124,0.016873298,0.013679313,0.02498905,0.020090649,0.008621247,-0.002392644,-0.0014767585,-0.012728958,-0.02970558,-0.0042853523,-0.003617162,-0.001606878,-0.019090852,3.995125e-05,0.01794425,-0.0073520807,-0.001047344,-0.007955564,-0.013227895,0.0018114848,0.029375123,0.007069934,-0.0019275165,0.0032164345,-0.03175337,0.010527033,-0.008518524,0.022185043,-0.0155274905,-0.008109042,0.013299015,0.008170435,-0.01952031,-0.007744286,-0.011207797,0.014102645,0.010333954,0.006801847,0.013837078,0.010729998,0.0056371577,-0.008478841,-0.00241687,-0.010179875,-0.0023764498,-0.012422661,-0.0006819897,0.010099804,-0.012731229,-0.0042914315,0.01980611,-0.006983635,0.021428479,-0.021549879,-0.0047073993,0.009796861,0.013085576,-0.0057596695,-0.015194212,0.0028952071,0.017836682,-0.034777477,0.009084507,-0.011191525,0.0136820115,0.017492466,0.0019226793,-0.011978673,0.00030690955,-0.014510468,-0.019055696,-0.019040233,-0.0151597895,-0.0051593333,-0.026407791,-0.016521852,0.021485282,-0.0060726106,0.0013748268,-0.013285969,0.009045978,-0.016640158,-0.007534313,-0.0018919782,-0.012564034,-0.001502595,-0.007914399,-0.0035689326,-0.019969406,0.0049106954,-0.0072021014,0.012419165,-0.00856771,0.0045626787,0.035920475,-0.0059971455,0.010037707,0.0038903125,-0.0054642144,-0.0017701462,-0.017413134,0.013632973,0.01164372,-0.04445624,0.005793026,-0.00887351,-0.026819542,-0.0009961927,-0.008580367,-0.016713506,-0.01138942,-0.0067476854,0.031174947,-0.00983249,-0.00398908,-0.01558365,-0.0018460887,0.0049799373,0.011471055,-0.004852605,-0.01042916,-0.006696337,-0.010545153,-0.0044165766,-0.0018455492,0.01249225,0.013947423,-0.0037944,0.011351217,-0.006190729,-0.037180096,0.025696464,0.02654645,-0.019427862,0.026044589,0.009720206,-0.0010851035,-0.015106877,-5.304304e-05,0.011128689,-0.029127125,-0.0069481223,-0.007680183,-0.0052777864,-0.0066741845,0.0050780815,-0.010259127,-0.0028668395,0.01481612,-0.01968118,-0.0081406245,-0.005308904,-0.016419787,0.008358369,-0.0037906438,-0.0055026016,-0.0051157055,-6.0507922e-05,0.011683623,0.007884767,0.016529636,-0.016588015,0.011319154,-0.023918267,-0.004778334,0.00446363,0.0247646,0.014801968,0.0069442783,-0.023371257,-0.021978421,-0.007131534,0.0024933284,0.00637094,-0.005856881,0.010325895,-0.031204937,0.0068245227,0.019299934,-0.0005707958,-0.0034935814,-0.0015066348,0.012599894,0.014482823,0.010744957,-0.0028809018,-0.0001731801,0.008745633,0.033149302,-0.02462151,-0.0127551,-0.020299317,0.009565271,-0.016268924,0.0016540585,-0.005075609,-0.02203911,-0.0015265339,-0.015336696,0.03273423,0.0053874054,0.022820255,-0.0044418955,-4.307173e-05,0.0037880165,0.008547459,0.01632393,0.01990057,-0.011775802,-0.0064364257,-0.0032136491,-0.00899685,-0.032326806,-0.0017905633,-0.0024686872,0.010418071,-0.010349696,-0.0039528743,0.017249066,-0.0031277116,-0.021349285,0.008165521,0.010609296,0.02441821,-0.016139815,-0.021220434,-0.009969833,-0.01379969,0.0011036168,0.0017757639,-0.026680993,-0.0198696,-0.03981398,-0.022303835,0.0034211436,0.0049434253,-0.02279176,-0.006128597,-0.0132667385,0.00029428976,-0.029182965,-0.01043298,-0.0016580004,0.027252339,0.010476119,-0.0014429239,-0.008406267,-0.036486432,0.019606762,-0.008342619,-0.004148512,-0.014603857,0.03161642,-0.019457942,-0.017146004,-0.017672047,-0.014360486,0.0051509314,0.017677221,-0.009885521,0.005871748,-0.0057309084,0.024433205,-0.017462851,0.014156387,-0.0115331,-0.009099148,-0.0025480213,0.017188048,-0.04481331,-0.013447638,0.0062000332,-0.0047221705,-0.011912776,0.0029768052,-0.016117778,-0.007150517,0.00607105,-0.0069193146,0.032951165,0.008744821,-0.0031910178,-0.04089121,-0.004615941,-0.004032522,-0.0071911155,-0.01036894,-0.010028007,-0.0025593038,-0.011697601,0.0059298747,-0.010045103,-0.019484323,0.0020167984,-0.0016803048,0.019629987,0.009376821,0.019048575,0.016878188,-0.017353874,0.006147885,0.028205315,0.013340716,0.00693106,-0.013168159,-0.0100429775,-0.036995474,-0.020094939,-0.010122575,0.022856437,-0.005937968,-0.008375488,-0.009708418,-0.020964673,0.007687719,-0.004190254,-0.0032632994,-0.007982387,-0.005709662,-0.009142719,-0.013039346,0.0047438955,-0.029491575,6.4745996e-06,0.022132885,-0.023922035,-0.014187514,0.026554236,0.017113151,-0.0037723805,-0.006684573,-0.03463006,0.019374235,-0.0030394897,0.017850688,0.015415073,0.0012500904,-0.009751553,0.0038942723,0.012852702,0.0047164997,-0.0059586396,-0.013869676,-0.0052184877,-0.0040924544,-0.014391604,0.01603151,0.011295286,0.0038819776,0.0016729337,-0.013227464,-0.0052695097,0.019852862,0.021190524,0.031531587,-0.0257056,-0.036182925,-0.009432186,0.007399298,-0.00907025,0.008049586,-0.008162992,-0.013429805,-0.008537972,0.0321333,0.018271275,0.006254931,0.018514143,0.023125956,0.0059048897,-0.015292732,0.03488817,-0.0028914951,-0.0056008594,-0.003966181,0.013643656,0.009779938,-0.0020607978,0.026773555,0.0015920893,-0.013284226,0.016621184,0.0066605476,0.012677209,-0.0026112346,0.0013070112,0.030138379,-0.00023350939,-0.020396715,-0.0076563857,0.0030558368,-0.010887112,0.0059113894,-0.008870156,0.033915166,0.002139835,-0.0029738913,0.0071851173,0.024074808,0.04025007,0.019427333,-0.008853551,0.001534215,0.0067024436,0.012229395,0.0041293534,0.016544204,-0.0042729876,-0.017133588,-0.007831852,0.015833689,-0.030998684,-0.004748028,-0.0059367106,0.006894991,0.030183902,0.004116954,0.011676376,0.0216879,0.017628748,-0.0139580425,-0.0038038893,-0.0049822745,0.0035939026,-0.0020114633,-0.009898261,0.012671371,0.010470107,0.026270118,0.0016174851,0.027056018,0.0019947456,-0.015670272,0.022394316,0.011837175,-9.089286e-05,0.0015582243,-0.0028746005,0.0034703321,-0.015001282,-0.012285016,0.0070410557,0.019296551,0.004405101,0.009399672,0.014674426,0.15874097,0.113369964,0.007547553,0.018023284,0.0006439412,-0.0016264532,-0.014587849,-0.0044384194,-0.004851119,0.005303684,-0.017106006,0.016915392,-0.0026066217,-0.015426395,-0.0022041872,-0.009444535,0.008692277,-0.0052029565,-0.037490305,-0.016062617,0.0032291359,0.0072126943,-0.032167207,0.012376015,-0.01922495,0.012833135,-0.0046716495,0.00110606,0.020607365,-0.002517272,-0.0039025426,-0.011212585,-0.012063784,-0.023592109,-0.0020232603,0.011939597,-0.005553861,0.015169162,-0.0006160179,0.008624174,0.012422617,0.006386769,-0.003000503,0.0076720766,0.008158364,0.0024359843,0.012507027,-0.013834351,-0.027655458,0.004886135,-0.0023337684,0.00016011472,0.012301595,0.0046109473,0.000311287,0.005543064,0.011376443,0.002874539,-0.036363766,-0.0003273653,-0.0014675653,0.00023939773,-0.00560494,0.0006674712,0.01635758,0.019280897,-0.00211815,0.010298931,-0.008178441,-0.015078287,0.0063308063,0.010802517,0.013164452,-0.0011438752,-0.0067682373,0.02368802,-0.007845706,0.004817405,0.00064333127,-0.009808514,-0.011531721,-0.00910426,-0.01149364,0.01136216,0.014786182,0.011378947,0.008811479,0.03646282,0.10044475,-0.001975124,-0.0053239176,-0.014523314,0.019203315,0.027521037,0.0035390973,0.04535264,-0.00035124927,0.00049972325,0.026708249,-0.010694308,0.021755349,-0.01433327,-0.0020872166,0.03849238,0.015359467,0.012811646,0.02054699,0.014711887,-0.01637389,-0.011367633,-0.011753727,0.005634383,-0.018984376,-0.002304073,0.0031138903,0.0008806783,-0.026559288,0.0013449572,-0.1136492,-0.01842046,0.031861562,0.0034348455,-0.006037798,0.023802325,-0.013963442,-0.00506757,0.0074743023,-0.0043618693,0.023104051,-0.020246504,-0.022949222,-0.010238432,0.00095303153,0.018820288,0.0019563504,-0.023942897,-0.001103293,0.002633248,-0.005318329,0.0042822775,0.00046249237,0.011174756,-0.0046340465,0.019881897,-0.0140260225,0.028456192,-0.0132909035,0.020838808,-0.00016742303,-0.000624051,0.023483383,-0.004827608,0.008617235,0.030725814,-0.01386308,0.006727624,0.0044077933,0.010447684,-0.01103623,-0.01850458,-0.016184596,-0.0104990555,-0.01946442,-0.017291062,-0.008385087,-0.012212997,-0.0007915487,0.010516627,0.023861365,0.00046868104,0.021574015,0.0066630114,0.013769979,-0.007924254,-0.020434868,-0.010277535,0.013665559,0.015126268,-0.009459983,-0.0031575023,-0.023534454,-0.0034270526,-0.0032646002,0.006043271,-0.0014026565,0.01678115,-0.007898678,0.008525788,0.0055571077,0.00562187,-0.010694129,0.003699738,0.0012808419,-0.0055715777,-0.005124853,0.017316453,0.013994383,0.01335199,-0.0029346917,-0.005118649,0.024440767,0.12503257,0.027001327,0.007842487,0.0082386695,0.017825758,0.006265359,-0.018252714,0.0029471877,0.016950719,0.016741602,-0.0077949655,-0.008247717,-0.010529024,0.029521251,0.035669506,-0.022996377,0.024405181,0.008944383,-0.004774433,0.014494128,0.02300143,0.024249988,-0.031196667,-0.004182477,0.024272498,0.0103056915,-0.031459365,0.012841181,-0.0044018216,-0.0070613557,-0.0008734616,-0.009520778,0.01598485,-0.005690421,-0.005654843,0.0113674635,-0.018071804,-0.010119876,-0.018092517,0.011262759,-0.00085159205,0.019694325,-0.00759267,0.036629457,-0.021343075,0.19372079,0.008254041,0.003805296,-0.0019692308,-0.01710206,-0.0010807228,-0.00038437577,-0.0029933355,-0.009087985,0.009094639,0.007825529,-0.00843902,0.010522192,-0.022534134,0.016000893,-0.0045177513,-0.017416373,0.012836568,-0.008094137,0.013453346,-0.0074961623,0.013775008,-0.0013421981,0.00407552,-0.008354749,0.0029562816,0.015650097,0.014755124,0.0096474495,0.0074698557,-0.0048984163,0.012286811,0.008673904,-0.020806782,0.006342748,0.009827772,0.009588913,-0.02133724,-0.007564693,0.02687005,-0.0069502955,0.023834933,0.012165599,0.014317181,-0.0007999265,-0.009229016,-1.6717306e-05,0.0006848046,-0.0098727355,0.0033448054,-0.01198326,-0.00786737,0.012474254,0.0075253453,-0.00070998946,0.001953454,0.023683047,0.027283844,-0.015536665,0.014012494,0.0015839897,0.0044081584,-0.024913527,0.0029564626,-0.006346812,0.014848632,-0.0136934845]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 97,
          "content": "Seven & i Postpones Listing of US Convenience Store Subsidiary Due to Sluggish Performance - Nikkei Shimbun",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.007390873,-0.022107376,-0.049729664,-0.071139716,-0.011811613,-0.032165997,-0.006152607,-0.0026420027,0.013676679,-0.027485188,-0.012828707,0.0070520225,0.024590278,-0.0066329455,0.090524524,0.0031975268,-0.0003857815,-0.00021557839,-0.0123836035,0.011612736,0.006181265,0.010304447,-0.001013431,-0.006628282,0.017272776,-0.018801633,0.0154979145,0.011363607,0.005905661,-0.015993562,-0.0070052217,0.008846078,-0.004316036,-0.018317783,-0.0069913478,0.01163213,0.029589795,-0.0010449936,0.018499875,0.0033286132,0.0130131915,0.020217557,0.0023790791,0.012813582,-0.03859566,-0.010053968,0.0035025808,-0.0044756345,-0.014929456,0.020062758,0.022067899,0.003460619,0.011716232,-0.1681302,-0.009674131,0.028336318,-0.0038359673,0.026171545,-0.0012167086,-0.014491872,-0.016706565,-0.0031249488,-0.016807139,-0.008612589,-0.02837453,-0.011842474,0.023184227,0.0036323396,0.0025040493,0.018447654,-0.015563643,0.010771423,0.014922092,-0.0065767677,0.009054623,-0.02197911,0.004215523,-0.006888943,-0.017991284,-0.011902183,-0.02029193,-0.029772148,-0.046631105,-0.013922798,0.0012802549,-0.030602312,0.003905774,-0.0031028648,0.0041723833,0.008503273,0.019706108,0.010937491,-0.0019941747,-0.03194126,-0.036291562,-0.00295748,-0.006770919,-0.0024553922,0.014884282,0.012475309,-0.0065328246,-0.014263974,-0.002207393,0.014890028,-0.012584138,-0.027889172,0.0050849784,0.0055259154,-0.008439346,-0.023558974,-0.0077229138,0.014497592,-0.026677145,0.016757265,-0.015969696,-0.100848205,0.0114662405,-0.0215552,-0.025100397,-0.008667199,-0.029807057,0.018798253,0.0014436656,0.026931638,-0.051295392,-0.02826102,0.00781775,0.000891792,0.01467817,-0.0018637322,-0.013916184,-0.0058051357,-0.0010708852,-0.013927657,0.015232341,0.03464621,0.029024474,-0.032755412,-0.0033422022,-0.023807127,-0.011521179,0.00012910149,0.0020554399,0.045682617,-0.024352979,-0.0052274247,-0.020957628,0.01119391,-0.009336107,-0.03532578,0.028359216,0.013433284,-0.0040941606,-0.005585844,0.013826258,-0.022992756,-0.0069209384,-0.009810273,0.0068634455,-0.0044853874,-0.00286861,0.0010636227,-0.010241596,0.03030356,-0.01722121,0.02444963,0.00968289,0.011657906,0.025166374,-0.005222501,-0.022926753,-0.020128112,0.018142888,-0.016355641,-0.01196771,0.007789389,0.00020687009,0.016455239,0.021995425,-0.007345246,0.03381963,0.01697567,0.021680912,0.018178524,-0.014688338,-0.0115776,-0.046670627,1.6662276e-05,-0.011566343,-0.006440688,-0.034790598,-5.9400496e-05,0.012336151,-0.022588212,0.013742129,-0.01640367,-0.013002222,-0.013102432,-0.0062176436,-0.0036295957,0.0039883386,0.022932112,0.03291178,0.0041916654,-0.009553176,-0.004286916,-0.0058791665,0.0037851047,0.017404363,0.021377716,0.0037579697,0.024734529,0.022518832,-0.02092944,0.003338906,-0.03116045,-0.029170861,-0.0029312645,-0.024566133,-0.013937737,-0.008297325,0.009552347,-0.012070509,0.016638586,0.010683473,-0.014305833,0.0012021685,-0.009890776,0.013784076,0.033992693,-0.019745879,0.019825622,0.005481123,-0.0027823665,-0.023381948,-0.03943732,-0.0067192107,0.019996077,0.004230331,0.03504486,0.0026977623,0.0014465433,0.017237958,-0.01772413,0.00573124,-0.01940177,0.014449894,0.036964435,-0.020223236,-0.01788114,0.0025771589,0.009480273,0.004524469,-0.031080151,0.0029407833,0.007992812,0.0017073703,0.013120716,-0.02719221,0.016129846,-0.0033355386,0.016572658,-0.005312375,-0.015832096,-0.0027398819,-0.00040016873,0.034918502,-0.026022503,-0.016429104,-0.013708584,-0.02227389,-0.016769996,-0.012378269,-0.0056437696,0.022908298,0.015910445,-0.052530743,0.0045274193,0.009539369,-0.036566187,-0.008729854,0.025927052,0.014431927,0.00096651755,-0.0050839544,-0.0081491815,-0.0059126713,-0.0013315285,0.0039528,-0.027870407,0.028823992,0.034357555,-0.0016925965,-0.014644349,0.027935002,-0.0039737364,0.0070876144,-0.009595863,0.0073454645,0.0070649716,-0.012647537,-0.013392921,0.01704226,0.045583773,0.0007080501,-0.003838337,0.009742984,-0.01417915,0.033135846,0.005616644,-0.010012457,-0.00151619,0.009564834,0.017936923,-0.011637025,-0.015136698,-0.004324499,0.0014604867,-0.020159967,-0.00051612424,-0.0018448675,0.010164251,-0.003084458,-0.011277263,-0.015287982,0.030262085,-0.013931443,0.0106655285,-0.03398539,0.0014573821,0.017139781,0.01829812,0.009937107,-0.009331101,-0.02279965,0.007395728,0.020932646,0.0002619572,-0.027510334,0.006364503,-0.011247735,6.0513677e-05,0.015594645,-0.011399224,0.030056607,0.029976562,-0.0021493232,-0.004506379,-0.028495064,-0.018667666,-0.016393015,-0.00012269302,0.017838163,-0.012312325,-0.040786065,0.00563954,-0.00010168944,-0.03114238,0.0036476557,0.036191896,0.02825107,0.0044107363,0.0117788585,0.02541476,0.0072090323,-0.0089732865,-0.012392433,0.0014895421,-0.0021254984,-0.0126380855,-0.019438034,0.015661355,-0.008589722,-0.024828866,0.03509533,0.008098537,0.012253568,0.007112026,0.008981389,0.02417254,0.017329825,0.021755889,-0.003097018,-0.0028477544,-0.009226148,-0.024137953,-0.026154943,-0.007061557,-0.002726719,0.0013797485,-0.019579422,0.014670182,0.009518202,-0.0024759695,0.018797377,0.019496407,0.03511206,-0.026622627,-0.0072293705,-0.015785892,0.011948553,-0.0143828,-0.015592711,-0.0044655968,-0.013184434,0.01003078,0.02102595,0.02874727,-0.001938373,0.01590708,-0.016042076,-0.006845375,-0.008175287,0.025648752,-2.7622349e-05,0.031774826,0.024373045,0.00806772,0.03436827,-0.017297113,0.0073093986,0.028947363,0.0059458017,-0.013093221,0.007129199,-0.032295804,-0.008920764,-0.019844698,0.029764803,0.017096443,0.02991063,0.00829757,-0.014319639,0.020376742,0.014222544,-0.026699722,-0.014229513,-0.001437365,0.0060276333,-0.031081723,0.014380226,0.006121969,0.0033787403,0.022031577,0.012852828,-0.01018175,-0.013585698,-0.0288217,-0.004608325,-0.013666667,0.0187177,0.01391205,0.001354468,0.009897569,-0.0036780585,-0.012950038,0.007827945,0.001780798,0.0013156406,-0.007998186,-0.016587552,-0.055202417,-0.019344695,0.019022852,0.010538603,-0.012569589,-0.0132741295,-0.0052279076,-0.018897125,0.0060775294,0.019987198,0.0060745208,0.006234925,0.019945478,-0.021987706,-0.012442781,-0.022263136,-0.016009556,0.023090476,-0.0021408242,0.0023915654,-0.014055188,-0.04247753,0.0159727,-0.0008158438,0.017408576,0.03488694,-0.028610868,0.020136533,-0.020793775,-0.0006327138,0.029454483,0.028295537,-0.007389512,0.009169,-0.0045426637,0.016072823,-0.024026765,0.015794363,0.01043879,0.019670298,0.019754004,-0.0111487005,-0.014207193,-0.017506145,-0.0041424935,-0.0033788076,0.025330674,0.009249479,-0.0023360401,-0.028228333,0.014755779,-0.013711326,0.012860503,-0.02485585,-0.00093203265,-0.0128128445,0.0014380951,-0.025702743,0.016266285,-0.01785372,0.028304076,-0.0065822587,-0.019625528,0.00048299547,-0.0094000045,-0.015417703,0.012939299,-0.005865571,0.020102635,0.01407586,0.013471303,0.006886798,-0.0042872354,-0.004719198,0.011835167,-0.033133347,0.00966542,-0.026400665,0.010598477,-0.013045256,-0.016626924,0.011925342,0.019528154,0.017417181,-0.086439185,-0.010235036,0.015146946,-0.024865218,-0.034144226,0.028296238,-0.0013699613,-0.011209947,0.041883614,-0.0060276743,0.008099746,0.0072499984,0.01361718,-0.02962323,0.004519261,-0.010993319,-0.017426005,0.021803413,-0.01218837,-0.016357165,0.017545987,0.0060769627,-0.0007105814,-0.012862673,0.01035213,-0.019824121,-0.013216706,0.024378588,-0.015560199,0.014296988,-0.0072816564,-0.0011482628,0.027703922,0.0014994317,0.013015416,-0.011377757,0.020034587,-0.015316573,0.030968102,0.00045468236,0.012278381,-0.03366518,0.028836695,-0.03640108,0.038798656,-0.023588752,0.010699556,-0.0048266603,-0.0016919704,-0.029337037,0.013722369,0.015864378,-0.015334315,-0.010674435,0.033782583,-0.0030620059,-0.010037254,-0.012222726,-0.010390459,0.032669965,-0.010975615,0.012337972,-0.0064552957,0.03897196,-0.016647946,0.0039024525,0.008463408,-0.0025718326,-0.010226411,0.0017326939,-0.014320476,0.009991258,-0.0144469105,-0.016895529,-0.0035768193,0.009113901,-0.0014457772,-0.026653148,0.018160325,0.0040037255,-0.029962117,-0.02611274,-0.07246105,-0.018466562,0.0069371895,-0.028254913,-0.01612319,-0.019690901,-0.0067310506,-0.016509172,-0.002670902,0.003454899,-0.014782027,-0.011343882,0.005603543,0.00029089762,-0.0032227994,-0.018272087,0.018661624,-0.027903939,-0.004621966,0.004723294,-0.015367413,0.005639642,0.0138736665,0.016829906,0.0036129262,-0.018378014,-0.008534293,-0.039667916,0.007631889,-0.015943771,-0.009729319,-0.17236976,0.01876235,0.00020093028,-0.043258592,0.013626573,-0.012147754,0.026059559,-0.01952243,-0.0008267727,-0.01211293,-0.037281085,0.00040221284,0.0068297666,0.017421989,0.0048500285,0.117070764,-0.00025339553,0.019071404,-0.020686438,-0.033374965,0.0141230235,0.027508887,0.013990723,-0.028853877,0.0139710205,0.015712924,-0.020944204,0.02498711,0.0046584825,0.045955762,-0.011920477,0.025232783,-0.019957805,0.0013631389,-0.048164513,-0.022217756,-0.025491437,0.021363242,-0.022092605,-0.0112010185,0.0042342157,0.013680491,0.031314652,0.008394755,-0.010206014,0.013582915,-0.0117366845,-0.016515264,-9.68416e-05,0.0009017836,-0.027341004,-0.07554985,-0.020475693,0.0027454526,0.012449524,0.016389595,0.022732656,0.014712801,-0.0012617892,0.008867796,-0.009161971,-0.014695392,-0.0011015699,0.007024819,0.020702418,-0.0075796363,0.012999676,-0.013311738,-0.008969406,-0.010293065,-0.016084772,0.0077112257,0.0021904553,-0.011002202,-0.01274436,0.0011516351,-0.004812003,0.010390216,0.005105085,0.003987409,0.013472985,-0.013932709,0.008364468,0.016858747,-0.011466698,0.007841831,0.004765196,-0.021448052,0.0067927376,-0.0026501026,0.0068833577,0.0065901647,0.0061573274,-0.011527766,0.029011687,0.02423752,-0.0012105957,0.036347978,-0.006699814,-0.030512715,-0.0138846915,-0.0019789885,0.026280688,0.011808119,-0.017096808,0.03434917,-0.0008135058,0.0020268792,0.020560505,0.011068609,-0.004871634,-0.026993342,-0.020107688,-0.0055647106,-0.01334937,0.016540734,0.0045178304,-0.02270217,-0.009600638,-0.011064682,0.0027506382,-0.0014947887,-0.01606629,-0.023927787,0.0035714337,0.00012743476,-0.0074320165,0.020018004,-0.0077786725,-0.033866074,0.01320557,0.013991566,0.004288926,-0.005424019,-0.006343271,0.0024560227,-0.008860301,-0.003867066,-0.0011423525,0.008102073,0.011737638,-0.014265154,0.005157655,-0.007988929,0.009522357,-0.0074911835,0.006513705,0.004272599,-0.015731795,-0.026335131,0.00023465215,-0.0029987118,0.0027597533,0.0021184445,-0.008929638,2.719308e-05,0.013873907,-0.0036786748,0.011347354,0.008556791,-0.0014044952,0.0038836924,0.0028708205,-0.0046354327,0.02515675,-0.0053069624,0.027108265,0.010531305,0.0011748215,-0.02483867,-0.001645922,-0.001287797,0.0147096915,-0.004590705,-0.0009501877,-0.014340694,0.017902778,-0.01832747,0.00011156866,0.009948611,0.016561737,-0.016369281,-0.018981647,0.009555349,-0.010789165,-0.006271004,-0.0033470772,-0.00410353,0.0066527044,-0.003873977,-0.007203794,-0.012025377,0.017743517,-0.014342092,0.0035763662,0.009218666,0.021590209,0.0039051122,-0.0037801268,0.0033259098,-0.009979376,-0.0035621685,-0.011995274,-0.012000056,-0.015973741,0.0031835122,-0.0060155,-0.0035716488,0.028389713,-0.003409124,0.007662025,0.0026743377,-0.0005124017,0.016432036,-0.0010795783,0.0009461612,0.0016282498,0.011744665,-0.011384118,0.019564312,-0.00097462593,-0.0005623555,-0.013483263,0.014571602,-0.0025134466,0.012182093,0.008875699,0.019555604,0.023122242,-0.004324721,-0.018074894,0.0018620477,0.029335458,-0.0233256,0.013893432,-0.005480593,0.0041059586,0.006217839,0.006408516,0.01076407,-0.017979646,0.007178417,-0.0016977331,0.004965697,-0.003374742,0.016402397,-0.003928547,-0.018726688,-0.011911644,-0.024860304,0.0073271473,0.008115894,0.024194002,-0.00363061,-0.010170155,0.0048504197,-0.0041320687,0.015248956,-0.006795287,0.009580286,0.0076386114,0.0036798485,-0.011412104,0.021927,0.0035445224,-0.016829623,0.013337789,-0.00439191,0.0062908414,0.0026455296,0.0014710074,0.01927727,0.010608632,-0.0014451706,0.018829836,-0.0052080066,-0.010413017,0.00084910967,0.0049739387,0.019624297,0.011497651,-0.0064913835,-0.015981792,-0.012387314,0.0031483702,0.002110432,0.021803929,0.016044239,-0.0062425225,-0.017729703,0.0065528885,0.006459276,0.010194974,-0.0011642999,1.9297373e-05,-0.004318988,-0.010249132,-0.0013188611,-0.0003115631,-0.01322495,0.0027151383,0.0062957928,-0.003853909,-0.010458688,0.006438339,-0.018219313,0.019756505,-0.0011215192,0.00882377,-0.0059025967,0.091643274,0.00021797512,0.010809497,0.015845178,0.0024987196,0.0018189731,0.012707191,-0.031153323,-0.008416113,-0.0009944476,-0.00597876,-0.01879408,-0.016258819,0.01356184,0.029458331,0.016617713,0.012971032,-0.0069084857,-0.0074569923,0.007213084,-0.0070595033,-0.00666768,0.015116389,-0.003057709,-0.0044108857,0.008344148,-0.01664828,-0.0096948035,0.0034389268,0.014737509,0.032291885,0.011538377,0.0024926031,0.012792385,-0.01422923,-0.006640741,-0.0027414432,0.01962499,0.006274375,-0.0022685933,0.028095284,0.007828395,0.02275698,-0.0008263948,0.002033971,-0.0016173692,-0.00494569,-0.007644191,0.011575822,0.0026827327,-0.01036614,0.009206016,-0.010054626,0.0050894716,0.0029347886,0.011492009,0.002126943,-0.0028807553,0.01195375,0.009883704,-0.001787704,0.0065497966,0.011419491,-0.021405675,-0.010857125,0.010635817,-0.0059293276,0.015400094,0.0035472799,-0.0074913763,-0.00465326,0.0012026755,-0.01662324,-0.007447221,0.01869373,0.014185634,0.012666047,-0.014162327,-0.008959633,-0.014952327,0.022372862,-0.009732079,-0.0059764865,0.012226144,0.013084175,0.0066401465,0.0064255376,0.022908915,-0.008579414,-0.00026032864,0.005103408,-0.00067895296,0.013137424,0.008745027,-0.010504253,0.0014945614,0.04704194,-0.0025846346,-0.0054502073,-0.009811943,0.0040823454,-0.023060126,-0.008975947,-0.005327198,0.0059628943,0.02034825,0.006214365,0.006529979,0.0078559965,0.00021228487,-0.015026236,-0.0018345997,0.010133889,-0.0047765914,-0.0028088428,0.021886446,0.0021229512,0.00761221,-0.00039707136,0.0032406836,-0.008779958,-0.01362288,-0.022886164,0.0015962782,-0.0070889024,-0.0102376435,-0.018060232,-0.0036905368,-0.00018626254,0.012296341,0.001322027,-0.015137352,0.0038561719,-0.0064184996,0.020952802,-0.008798787,0.014371258,0.0046156547,-0.010044429,-0.0063539157,-0.008428596,-0.011011194,-0.00663836,-0.014898433,-0.007993338,0.01862185,-0.0010468862,0.004873571,-0.013227348,0.013362553,-0.0036864432,-0.004107922,0.009438351,0.0043386593,-0.021732792,-0.0019538375,0.0021766073,-0.014276889,0.012046184,-0.012752341,-0.015810337,0.016563332,-0.008177098,0.0072838366,0.00552567,-0.0006427032,0.030309994,0.014213619,-0.0100668,-0.0043919915,-0.009224504,-0.008195956,0.014086224,0.0031257588,-0.0019588254,-0.011803486,-0.00022135681,-0.009133054,0.00047183916,0.0051323837,0.0027493166,-0.0015274055,-0.012551899,-0.006098868,0.008612412,-0.008466375,0.018389303,-0.00060516567,0.0018109598,-0.0047728876,0.00829888,-0.0009800453,-0.013028582,0.008694852,-0.0020526147,-0.0059253387,-0.01570539,-0.004046202,0.0067743645,0.0063788006,0.019317415,0.008982805,-0.00909932,-0.0055980003,-0.007677292,-0.007449299,0.009277249,0.004278182,0.003873881,0.009123628,-0.006235967,-0.026881184,-0.0059835375,0.0051241573,6.8578156e-05,-0.010654704,0.0034255725,-0.008299498,0.0023582994,0.0043326304,0.004544546,0.0026567015,-0.0024905177,-0.0024329603,0.0074801673,0.015431086,0.003913589,-0.0045178267,0.019282896,0.0042358944,0.0013022796,0.003437708,-0.010932982,0.013956159,0.009965178,-0.008677574,0.010230628,-0.010530709,-0.008836375,0.001688657,0.01599624,-0.005298222,0.0027242317,-0.006768922,0.008070777,-0.010511651,0.010368507,0.021534247,-0.022163443,-0.015599897,-0.014972022,-0.0006380513,-0.0074394923,-0.0030759256,0.015483452,-0.016684933,0.00516339,-0.056927852,0.0060748355,0.014903885,0.00891578,0.006731584,0.0026262559,0.004571591,-0.024169976,0.0031446072,0.0040068766,-0.008054797,-0.012600165,0.009742137,0.01683451,0.008216141,0.008685922,-0.011102508,0.0017394085,-0.0070692063,-0.0052030366,-0.015029806,-0.021653045,-0.009069004,0.0035950567,-0.008966935,0.0049357587,-0.008224155,-0.0070103905,0.0014332335,0.00046469795,0.012050774,-0.005068714,0.0041854153,0.018591678,0.0019334275,-0.0067639947,0.013145265,-0.00836319,-0.009369493,-0.02118037,0.024324687,0.014439042,-0.0045531145,0.002174788,-0.008245115,0.0052936925,0.010113842,-0.0064510815,-0.010194521,-0.022982815,-0.002972973,0.016364506,-0.003207185,-0.0019370491,-0.0026923146,-0.008945362,0.022224817,0.006865669,-0.013208345,-0.0060478225,-0.0009262587,0.0020442114,0.008321674,0.0024381944,-0.023263996,-0.004099519,-0.0038844354,0.0040720636,-0.0056044767,-0.011673828,0.018445432,-0.0048182416,0.0022694168,0.011916795,-0.017794862,0.0028756743,-0.0030516665,2.2352764e-05,0.016602606,0.0060170577,0.0019104328,0.010184731,-0.0027288725,0.0021388074,0.0011567947,-0.008063869,-0.00411671,-0.017872581,-0.009981878,0.018667972,-0.008959248,0.009243913,-0.003097358,0.00032373602,-0.0241479,0.0061545675,-0.00043407117,0.0025472476,0.00057395856,0.0091063725,0.0009068518,-0.0064900843,-0.012799234,0.0019114013,-0.005686877,-0.0025568753,0.0030109852,0.009008363,0.016666472,-0.00051368645,-0.010832585,0.0059900074,-0.008265385,-0.011169144,0.017113714,0.01817438,-0.006347238,0.0073208255,0.0027227774,-0.011199539,-0.01649604,0.019111969,0.00928624,-0.01430281,-0.00026595936,0.01495078,-0.04352261,0.006329427,0.015974909,0.00073891913,4.7304195e-05,0.02828434,0.023351958,0.00724577,-0.008898026,-0.004273021,0.0044762264,0.00867007,0.0043211207,-0.007970807,0.02436306,-0.01079072,0.012743206,-0.016607612,-0.0090891505,-0.007869053,0.00037511985,0.0032151395,-0.0065379553,0.00027234486,-0.013386984,0.005642573,-0.013633368,0.0145480735,0.00410553,-0.0033663285,-0.013633776,0.0040351357,-0.005205079,-0.006560628,0.0064120996,0.012306448,-0.016334184,-0.0072919875,0.009722105,-0.011440596,-0.016070805,0.003495451,0.0016160969,0.003911034,-0.019364668,0.018554585,-0.014386259,0.023687186,-0.014052606,-0.0007962075,-0.0040706727,0.0152913155,-0.0075162025,0.0008787013,-0.0005086476,0.0072299163,0.016061194,-0.0024905119,-0.018065594,-0.010609466,0.0056486414,0.0061901114,0.00044128738,0.0064617656,0.006109177,-0.011257327,-0.0007268608,0.009588886,-0.02275594,0.0075218193,0.012314996,-0.0039728163,0.011317904,0.015700625,-0.0030118283,0.0032967415,-0.0023022012,-0.004230122,-0.017940784,-0.07807991,0.02892533,-0.00713044,0.0026011297,-0.021845331,0.0046212813,-0.02430025,-0.012842002,0.004342909,-0.009606361,0.013648423,0.0047879997,-0.005593305,-0.014747768,-0.010785025,0.0065188394,0.0062963474,-0.031492427,0.007604048,0.0023432933,0.003268653,-0.0024835386,0.014423832,0.003386184,0.010052364,-0.003550948,-0.0101662,0.003908713,0.024368934,-0.00048639797,-0.0006990182,-0.007716976,-0.017639121,0.0049890294,0.003712806,-0.025500098,-0.009378439,-1.917568e-05,-0.13742422,0.00085149327,-0.011302888,0.004305459,0.011310519,0.02008766,0.0168144,-0.027443403,0.004089285,-0.004431138,-0.00022966352,0.011766328,0.0034352718,-0.008182541,-0.012721563,-0.0035782058,-0.004666387,-0.005123604,-0.018561432,-0.0038456495,0.007641437,-0.005038623,0.024777675,0.020862695,-0.02067774,-0.020139622,0.004510113,0.0031398851,-0.011776117,-0.0052457154,0.011536052,0.006485083,0.016450789,0.009009158,-0.011215917,-0.0020783588,0.01470129,0.009050688,0.0016867716,0.0067265574,-0.009180892,-0.0045707184,0.009948081,0.0007257692,-0.012894762,-0.0068560103,-0.0030617365,0.008117216,0.0031333899,-0.002361497,-0.0047146194,0.0004896624,-0.011682217,-0.024151497,0.010835198,-0.009885273,0.008305537,0.00586857,-0.0010379491,0.008269464,0.007857009,-0.016046561,0.005454354,-0.00070428714,-0.0030703074,0.006163121,-0.0010722427,-0.004249391,-0.017299784,0.005019268,-0.0046681627,0.0032212154,0.016368562,0.008496464,0.0065784818,-0.01784964,0.0150290625,0.016860904,-0.014431129,0.005553032,-0.010205667,0.011020126,-0.009865798,-0.0022495117,0.008209957,0.010286025,-0.0049652676,-0.006623468,0.006709375,-0.057331096,-0.01217663,0.015431459,-0.019701626,-0.011615651,-0.0013954807,-0.0020674993,0.013953009,-0.016591059,-0.029633755,-0.015265525,-0.0059085763,0.0032697723,0.008803466,0.0058852965,-0.00082182104,0.026274387,-0.020047769,-0.006996894,0.01114477,-0.024916144,0.0036955904,-0.011171901,0.0063942396,0.016989844,-0.02289828,0.02163895,0.008401946,0.0007847096,-0.0064095766,-0.009898985,-0.023183988,-0.0064462996,0.0010766507,0.0016510629,0.022332683,0.0013740532,-0.015510768,-0.008400646,-0.0011988819,0.0013227386,-0.0034113252,0.0057014166,-0.003995932,0.009053224,-0.03611896,-0.0111365635,0.0027330809,-0.017996643,0.020048738,0.005978267,0.014912987,-0.0057153357,0.016513102,0.037608787,0.01850517,-0.01318889,-0.02929508,-0.0030225092,-0.016811185,0.011333423,0.00900837,-0.008076697,-0.009954579,-0.019487564,0.0060613323,-0.0028217535,-0.008087871,0.019316752,-0.00931247,-0.011629453,-0.013846088,0.017805146,0.0011170364,-0.008531235,-0.02000254,0.015730804,0.022162389,0.003907551,-0.00805234,0.01179614,-0.007853736,-0.004796773,-0.003213594,-0.016790612,-0.005899465,-0.019877927,0.019970879,0.004015363,-0.00087141374,0.02669169,0.009043805,-0.02151505,-0.012441655,-0.003953492,0.0029994263,0.02013996,-0.008113688,0.0036306595,0.02356855,-0.0049259467,-0.012747311,0.008704698,-0.010366527,-0.030637074,-0.0072370744,0.013810722,-0.014331052,-0.0026937071,-0.01295428,-0.0074022966,-0.0074393274,-0.01846663,0.008786315,-0.16991238,-0.013825372,0.010619313,-0.010159132,0.0073465263,-0.009231105,0.017376322,-0.010451979,0.00398143,-0.007124688,0.0041675423,0.006236592,-0.004724463,-0.0011751117,0.03422825,-0.0077490923,0.029061219,0.02207719,0.014307048,0.018739816,-0.020397127,-0.02093702,-0.00018571355,-0.026648227,-0.010678361,-0.009724468,0.020490669,-0.0020516398,-0.019761166,-0.0048871804,-0.008057241,0.010295074,0.014128177,-0.016922643,-0.0034495734,0.011385702,-0.018346053,-0.0022460658,0.008082986,0.00432776,0.0014241651,0.005177596,0.012352472,-0.0022617048,0.0069398847,0.0012553734,-0.010808505,-0.012156825,0.006153094,-0.020970259,0.0213217,0.0033658633,0.011037766,0.0029301264,0.0012082474,-0.0014566897,0.014061847,-0.019295923,0.005133655,0.020257238,-0.030893583,0.0025416943,0.008181137,-0.010869214,-0.020180574,0.013476664,0.00981301,0.14279598,0.007186743,0.01254653,0.004337927,-0.010020951,0.0018504364,-0.010921917,0.016510153,0.008697103,0.0012918484,-0.006369003,0.016775185,-0.00062751083,0.0008389906,-0.01800166,0.007287716,-0.018820724,0.042710952,0.0062537775,0.01777658,-0.0032541621,-0.010756119,-0.004533785,-0.01704164,0.009856439,-0.0035478626,-0.012161264,-0.01519904,-0.014141773,0.0002981111,0.007078208,-0.017910575,0.010866732,-0.022967149,0.0076491935,0.0059264246,-0.0031500736,-0.015519008,0.009882558,-0.015736181,0.0071708304,-0.01017464,0.01646412,0.011305559,-0.005164944,-0.0028687473,-0.015352435,0.0119837625,0.0054707658,0.005406715,-0.012824285,0.0005570255,0.015237999,-0.0035580308,-0.0011796958,-0.019162219,0.008167332,-0.012900286,-0.029386848,0.0069202147,0.009591646,-0.013474108,-0.00016869548,0.0018640708,-0.027596407,-0.004297499,-0.014923763,-0.004183424,-0.010448951,-0.106450886,-0.0138790915,-0.0046563293,-0.0068713864,-0.010844894,-0.01793172,0.010444212,0.025530586,-0.0049614375,0.004672539,0.013794512,0.004849251,0.006232189,0.012526496,0.011879695,0.019108921,-0.010167265,0.0059008026,0.0062343944,-0.0010917442,0.009306711,-0.010094368,-0.011031694,-0.037771307,-0.012737636,-0.0052109994,-0.008339787,-0.017474348,0.0016865368,0.0030304322,0.0155800935,0.019636123,-0.0099859545,0.014013109,0.009328393,-0.0037026827,-0.006769314,-0.008606443,-0.0069601955,0.0013383549,0.013481211,-0.03043855,-0.006004699,0.012371362,-0.0027747205,0.0009589118,0.005109903,-0.006193559,0.0036486483,-0.0072538615,0.0145694865,0.010067655,0.017001236,-0.03019992,-0.031246247,0.006230744,0.004138309,-0.037180997,0.003066228,-0.00051155593,0.0023636592,-0.0075395936,0.0014382009,0.031156093,-0.004057136,0.006965094,0.004300816,-0.032044828,0.011637199,-0.011135496,-0.017381314,-0.031024981,-0.015068381,-0.036110546,-0.0156044075,-0.008916252,0.012725038,-0.014433423,-0.0069286255,-0.00679995,-0.009223654,0.0031664004,0.015304713,-0.016365254,0.00022764571,0.004622451,-0.019230176,-0.009714135,-0.01918665,-0.0026383454,-0.0058273394,-0.0036546492,-0.0038706933,0.0036976032,-0.009987578,-0.012017061,-0.0015518558,-0.023264637,0.028906312,-0.0034543355,-0.0014698349,0.0030277453,-0.02479549,0.022883585,0.013011363,-0.0024073038,0.0099596055,-0.020789672,-0.014689448,0.00014746685,-0.014475148,-0.0014388161,-0.022632848,0.006764072,0.012542355,-0.013266385,0.0029698361,0.0043715513,-0.00016671128,-0.000546178,0.00408489,0.020529509,0.0034433394,0.00056703243,-0.011617339,0.008975434,0.00784163,0.022970883,0.0071521048,0.0019775291,-0.007843325,-0.017743878,0.014199186,0.015288708,0.018068245,-0.009285876,0.019105999,-0.020530527,0.0059900014,0.025225502,-0.009825887,0.022215437,-0.0027041724,0.011568131,0.009061299,-0.018028436,0.012936984,-0.025988787,-0.012428059,-0.012038639,-0.0051279515,-0.021815639,0.004789979,-0.012509821,0.018685829,0.008976688,-0.0010326856,0.008229078,0.00092412176,-0.029635113,0.01381236,0.0027404912,-0.00076895085,0.028879384,-0.01024714,0.0045955274,0.0069538127,-0.006491214,-0.022494284,-0.009886463,-0.017314147,0.009955241,-0.008256301,-0.008967657,-0.015124564,-0.014280063,0.008714695,-0.0024648237,0.010498827,-0.072216846,0.018452106,-0.00053567154,-0.003438743,-0.0063745882,-0.01180565,-0.018342998,0.019270083,-0.020845182,0.01119676,-0.0011612751,0.0353877,0.012459107,0.005459772,-0.0043551493,0.0066203005,-0.023733774,0.038120586,0.00083809585,0.009316085,0.013231654,-0.01075068,0.0006595874,0.0072319605,0.009919876,-0.024788069,-0.010930012,-0.008648355,-0.00638175,-0.0047309184,0.0072540063,-0.0061804806,0.010419894,-0.007616721,0.011442123,-0.00041551626,0.0044012675,0.00868741,0.0062887506,-0.046722338,0.018538158,0.018715607,-0.05319966,-0.00033112016,-0.015662001,0.030742677,-0.0036037406,0.022259312,-0.0018806393,-0.009827863,-0.0034988136,0.0019000976,0.013711526,0.01592698,-0.004839342,-0.022254724,0.01154721,-0.0038502277,0.009801106,-0.021355586,-0.0032143055,0.009122936,-0.0053256196,-0.016866744,-0.006263564,-0.001677907,0.011946869,0.0032829244,-0.0075952914,0.011423495,0.0058158636,-0.018139137,0.014138028,-0.012483834,0.0094916215,0.018444756,-0.0071535967,0.009662018,0.000154438,0.013607081,-0.005462024,0.011874636,-0.0022682787,0.056032527,0.013591804,-0.009324806,0.008223639,-0.09822107,0.010600362,0.016716462,0.0142762745,0.006870674,-0.019761259,0.004053876,0.03666249,-0.012946798,0.013911664,-0.008039982,0.0012062017,-0.00012194795,0.008146205,0.012538419,0.0086827455,0.0014597393,-0.0017693451,0.010948408,-0.006267722,0.010423951,0.00018598189,-0.031102013,0.012571774,0.007438997,-0.06916376,0.0046206177,-0.023510758,-0.004805093,0.01881298,0.00066641317,-0.009914318,0.0032227135,-0.0094971815,0.014438308,-0.013405267,-0.027390983,-0.029504318,0.005972883,0.02120585,-0.009898495,-0.034170084,0.008379107,-0.011869602,0.014324408,0.011217726,-0.011915576,0.00013436787,0.011213141,0.015568191,0.008591072,-0.016433945,-0.007049136,-0.017259076,0.026794042,-0.0009817097,-0.0263731,-0.013962824,0.018997153,-0.01871137,-0.02315139,0.012845358,-0.0038684432,-0.015816035,-0.019701043,-0.006263302,-0.02497448,0.0046497877,-0.029643353,-0.010741108,0.023449544,-0.0056318003,0.023726236,0.012919946,0.025081659,-0.008170058,-0.009757431,-0.0021930158,0.004604946,-0.004150254,0.00019750859,0.004243542,0.012844432,-0.00071027305,-0.007246005,-0.01049247,0.010624474,0.0028301154,0.019983584,0.0065992214,-0.010779903,0.009821787,-0.040970974,-0.00059160485,-0.0016213614,0.010007283,0.0016282632,-0.008360733,0.039087,-0.011570071,0.002972567,0.014647146,-0.004911935,0.025229776,-0.0019807713,-0.009466141,0.0034947344,-0.005227515,-0.0074956315,-0.006850802,-0.010146422,0.0006431474,-0.0020376935,0.01117027,-0.0011033692,-0.004044958,-0.012227599,0.007660582,0.026961667,-0.008031312,-0.015374058,0.003966155,-0.030417534,-0.023426853,0.009602935,-0.013412379,0.012122655,0.012340651,-0.012961266,0.0135952905,0.012832863,0.017176118,-0.009922003,0.0137330545,0.013854251,-0.013276789,0.008018126,0.015390638,-0.020755082,0.021277364,0.011644137,0.012808166,0.023077518,-0.009942458,0.01017347,-0.0013555113,-0.0043186666,-0.0042147967,-0.0072078025,-0.014031696,0.005230309,-0.008314303,-0.0010671373,-0.014930925,-0.016957045,0.01226904,-0.015203861,0.0026309162,0.007623905,0.013338413,0.0026268114,-0.010690933,0.0035216354,-0.004321768,-0.0044042123,-0.018133586,0.006650582,-0.0033705458,0.00067410164,-0.021305567,0.0011480738,-0.0061015687,-0.004556918,-0.009476542,0.043512408,0.004068716,-0.010698463,0.014556085,-0.0018734861,-0.0150943,0.0049518226,-0.006933214,-0.007049227,-0.0049943295,0.032712802,-0.026096972,0.0001658564,0.006755637,-0.005028444,0.01002426,-0.0107257515,0.010477924,-0.005333532,-0.0016219316,-0.011264566,0.0024937773,-0.0049983463,0.024382927,-0.018088661,-0.001651473,-0.008095136,0.011315928,0.0017238368,0.0044034533,0.002200102,-0.027457247,0.001750443,-0.016778002,0.0042083287,0.008138637,0.0072778547,0.009794081,0.014086083,0.012393361,0.0052808328,-0.011742974,-0.015189271,-0.012508637,0.0022932044,0.0075534503,0.027807502,-0.006306887,-0.008366911,0.006888447,0.017759282,-0.013119244,-5.451348e-05,-0.00255025,0.013811569,-0.004989471,-0.011198675,0.00050799217,-0.01965083,0.01290785,0.008723705,-0.009213957,-0.006659703,-0.0005738717,0.0039102267,0.0050544133,0.019246735,-0.012609596,0.02162201,0.019523881,-0.022699615,-0.0070022913,-0.0089459885,-0.007629722,-0.008317068,-0.02063924,0.015716856,-0.0019939498,-0.012959397,-0.004700527,-0.0017309941,-0.008822942,0.0026479145,-0.014287635,-0.0012490934,-0.012075275,0.031688627,7.8874626e-05,-0.012947142,0.006417917,-0.030415595,0.0083475765,-0.021963025,0.023030851,-0.0051742415,-0.014163027,-0.004505425,0.0068432894,-0.0098460205,-0.008204022,-0.0044461065,0.036064584,0.0082508195,-0.01659053,0.021701021,-0.018393252,0.017034827,-0.012988771,-0.03552594,0.01563775,-0.009727,-0.013334773,0.012387963,-0.0019438225,-0.022378879,0.009700498,0.002296895,-0.016957005,0.0016490452,0.00038439617,-0.006835912,-0.0018150936,-0.014236924,0.0032166834,0.015286338,0.0026002817,0.018877149,-0.03685059,-0.0035396982,-0.032122847,-0.0006411218,-0.0038533856,0.008703163,-0.00071260694,0.025492933,-0.011720668,0.00058709556,0.0019247043,-0.018443057,0.010861582,-0.021028426,-0.008052054,0.025958583,-0.022204798,0.008999558,0.019146845,-0.027101982,-0.020577962,-0.015397109,-0.024185477,0.012573188,0.006491592,0.0051826145,0.0062532565,0.014524557,-0.010719113,0.017213823,0.0014656666,-0.01184417,-0.004098558,0.021251872,-0.018778985,-0.00037586674,-0.004967008,-0.0057184724,-0.012203118,-0.0357671,0.0027756894,0.0087140445,-0.037085887,-0.0050880895,0.003127311,0.014720988,0.0014710409,0.01260024,-0.0028357103,0.0022104436,0.002122065,-0.0052641137,-0.009999123,-0.016569678,-0.0036791658,-0.0054937354,0.008155843,0.008883029,-0.0026962224,0.018976983,-0.0037064871,0.003551875,0.011385094,-0.010360241,0.023785006,0.0083879605,0.013824267,0.012624824,-0.0019056345,-0.014842607,0.02493208,0.020086657,-0.022111438,-0.014299072,0.013355803,-0.0390513,-0.028452326,0.019749008,-0.008540837,0.0030443077,0.012635725,-0.0033900917,0.00022808989,-0.020144425,0.010993168,-0.041770507,0.00093535794,0.010161468,-0.04637113,-0.0037937884,-0.012581811,-0.002683935,0.0013880272,-0.024185488,0.030596893,-0.0035401776,-0.0059935274,0.021824395,0.013472516,8.812416e-05,-0.01207075,0.028014088,-0.0107555175,-0.008832009,0.0099334065,0.021570358,0.00075272744,-0.0018065841,-0.013542268,-0.009325843,0.005432749,-0.021847941,-0.016859291,-0.009073377,0.02526868,-0.022545353,-0.012307726,-0.0023364844,-0.007978767,0.0071125836,-0.0054654297,0.0038633759,0.020079797,-0.022160372,-0.0076295105,0.007912982,-0.009101084,0.010140369,-0.016246064,0.0052296063,-0.015719118,0.005474775,0.0033282482,0.0077205473,0.008659995,-0.025524959,0.00023298131,-0.006678568,0.0060251867,0.0002983639,0.026838923,-0.007653156,0.019471025,0.011386863,0.014748993,0.015584036,-0.010033695,-0.018200386,0.008936477,0.0021743206,-0.003014765,-0.00420101,0.0040177517,0.012132816,-0.010423848,-0.0063035446,0.0050799344,0.0066296365,-0.0009433285,-0.0078671975,0.0051723165,0.0011400417,-0.021556383,-0.0057043713,0.002769048,0.00095088524,-0.0068106772,-0.007027582,-0.00084057776,-0.025349623,-0.015710052,-0.056220897,-0.03298655,-0.012812603,0.0072563468,-0.008171667,0.0041899444,0.0009753396,0.0047305264,-0.031118803,-0.007854543,0.020853648,0.023878299,0.010720054,-0.015902711,-0.0038630718,-0.028795306,0.005559511,-0.026492571,0.0008738488,0.0017932322,0.019157575,0.006536703,0.002431541,-0.015497662,-0.025809864,0.021100352,-0.003362023,-0.00818847,0.02134503,0.0066769603,0.0036611743,-0.014146372,0.0012804221,-0.011038075,-0.017422594,-0.0033413144,0.0033612682,-0.03572217,-0.017323805,-0.008022765,-0.014514148,-0.030180134,0.007152453,-0.00043224532,0.006987807,-6.544922e-05,-0.0030609034,0.01974908,0.020738458,-0.0037910133,-0.018270025,0.009771111,0.018940367,-0.010361007,-0.024141422,-0.018074099,-0.020207938,-0.020758348,-0.009963107,-0.013117677,-0.012674682,0.022263262,-0.0070420885,-0.009155624,0.01895371,0.005575664,0.0009996489,-6.687849e-05,0.0009574125,0.00724163,-0.00047216422,-0.020808643,-0.0038971137,0.016088232,-0.021899838,-0.0055684582,-0.037790053,0.019330204,0.003227011,-0.0008804556,0.0017861237,-0.028913906,0.014017967,0.009719593,-0.009175348,-0.030300975,0.0048549008,-0.0011345797,-0.008744455,0.0038559502,-0.0051637455,-0.005655197,0.015060194,-0.021016251,0.014368259,-0.0027242973,-0.007874664,0.008463846,-0.018255249,-0.02122866,0.022742242,0.0071674786,0.03575749,0.0039213663,-0.021880854,0.014020884,-0.007902613,-0.0014509034,0.010063316,-0.016289994,-0.0071842265,-0.0068643116,-0.0075229863,0.008887668,0.014808206,0.024076516,0.010982267,-0.011022908,-0.011555522,-0.015972683,0.020248141,-0.0024691848,0.014780327,0.019291125,-0.022906633,0.008024927,0.01964493,0.028332878,-0.0006213912,0.0093661705,-0.02340537,0.0040467023,-0.017770426,0.013601344,0.007743853,-0.022176009,0.008889884,0.011360309,-1.999041e-05,0.02381411,-0.00014811852,0.018764561,0.010779854,-0.008985798,0.027584795,-0.012478322,0.021846846,-0.00024817188,-0.010321768,0.00991101,0.014367869,-0.00035073073,-0.027570525,-0.004898576,0.014635559,0.013773884,-0.018738285,-0.027381377,-0.012580923,0.00029217097,-0.02289972,0.0019634345,0.023164533,0.0011205728,-0.0012825329,-0.0016043525,0.00016211375,0.01978674,0.0021233826,0.0018667066,-0.0041145636,-0.0029392876,0.025468316,-0.00540126,0.011068849,0.0038147396,-0.016467223,0.026440958,0.020108338,-0.030893624,0.003768356,-0.0020404311,0.012089842,-0.011029233,0.03125886,0.008468624,0.013415631,0.0022966168,-0.010163756,-0.016034259,-0.014856125,-0.0014251567,0.00662814,0.006511535,-0.014468565,-0.0069098757,0.031005315,-0.011380377,0.0133462,-0.0064589214,-0.019395726,0.011092363,0.0008604109,-0.012195431,-0.004164373,-0.01023006,0.0076458836,-0.012208174,-0.0027138318,-0.013345507,0.023424467,-0.0075113666,-0.00874054,0.011195581,0.16964202,0.10702306,0.001983997,-0.010307592,-0.0048485612,0.009047047,-0.014424125,-0.014889354,-0.0013318533,-0.0064078495,-0.011803847,-0.01476417,0.009054197,-0.021627475,0.0027602788,-0.02821942,0.0057148086,-0.00033444676,-0.012940028,0.012258017,2.8448338e-05,0.0028226099,-0.011684486,0.0036260276,-0.02374107,0.002356518,-0.0028250385,-0.0024758494,0.0018776839,-0.005163874,0.004324672,-0.016883695,-0.0148598915,-0.00092382985,0.011434261,-0.0018550592,-0.019088337,0.018452749,0.009185088,0.006169071,0.022355614,0.012400361,-0.015505431,0.015963664,-0.0035806242,0.02522647,-0.026425116,0.001790436,-0.01958735,0.0009198274,0.0076997187,-0.0051743975,-0.010943325,-0.0031773327,0.014251568,-0.01067294,0.026688239,0.022638075,-0.0073837265,0.0060780826,0.007716531,0.0054388777,-0.0010901073,-0.005155511,0.005526159,0.010275099,0.0018484772,0.0054474715,0.0038650322,-0.0036081644,-0.0076405187,0.014745817,0.013529157,0.012273212,-0.02074227,0.017006047,0.0075148246,-0.022316441,-0.010310705,0.006297041,-0.0010540326,-0.0021191442,0.0055203727,-0.003981048,0.0018630353,0.0010260647,-0.004056689,-0.0067383684,0.08993534,-0.010874708,-0.0014342812,-0.021756982,0.022340497,0.013188666,-0.023684282,0.044183854,0.016023006,-0.003648225,0.015626993,0.0068927873,-0.016468318,-0.00444556,-0.0011273477,0.0034375177,-0.0018181909,0.014031416,0.0058032363,0.012590125,0.007301896,-0.017748497,0.0017519105,0.015042687,-0.0050367326,0.0007807289,-0.008637852,0.0056113577,-0.008056808,-0.011343515,-0.09488817,0.0009512354,0.0079709785,-0.00054397446,-0.0024802082,0.013630661,-0.0018211153,-0.005678002,-0.00052224356,-0.0094471555,-0.001926571,-0.0054732244,-0.01429285,0.0032629643,0.015186423,0.023850288,0.019849164,0.00085476803,-0.007502479,0.007304776,0.010016333,0.007448399,0.0071784533,-0.018799607,-0.02097343,-0.0019409348,-0.013640175,0.017291076,-0.010406518,0.0029268847,-0.011916634,0.0020015351,-0.0008714119,0.0023037074,0.010412772,0.007728951,-0.028538754,-0.010505151,0.002586221,0.011558716,0.0006125028,-0.040546622,-0.016462224,-0.028457843,-0.012740135,-0.007270515,-0.004262415,-0.0069315573,-0.0071848193,0.016354585,0.03630458,0.0013575128,0.021729829,-0.0039530923,-0.0031780573,0.007323033,0.00882794,-0.0029479358,0.002508566,0.008887223,-0.014388169,0.003121494,-0.012429827,0.010322562,-0.024127454,-0.003272937,-0.006428161,-0.011548957,-0.024889117,0.016140355,-0.01445297,0.0065261372,-0.0027203937,0.0027817532,0.017172534,-0.019400222,-0.015024105,0.01343149,0.005328992,0.0064150686,0.0068723774,-0.02233813,0.019532725,0.124379605,0.03346729,-0.0073284805,-0.008062154,0.018232454,-0.010745764,-0.020309607,-0.005120407,0.0032469735,-0.018103825,-0.021496106,-0.008553426,-0.0010665758,0.02524744,0.017842,-0.014249628,0.013102014,-0.009781359,0.013269181,-0.021857468,0.010476421,-0.006971417,-0.0020946274,0.0025467982,0.013279845,0.026099272,-0.019018421,-0.0019249645,-0.015350937,-0.004732363,-0.008515141,-0.008127149,0.00782507,-0.004427593,-0.014390477,0.01339414,-0.011467501,-0.018207261,-0.046567485,-0.0033320931,0.0040230453,0.0061255307,0.019079398,-0.015689276,-0.01491361,0.19236,0.012150808,-4.3229855e-05,-0.011580585,-0.007469042,0.01122048,-0.0020945745,0.006877274,0.025769962,0.00019411671,-0.016620852,-0.015586004,0.003288047,0.0010319145,-0.0046518296,-0.01547686,-0.034101292,-0.014671613,0.010657796,-0.0016941789,-0.03182326,0.0016608037,-0.0013427412,-0.010253867,0.014681895,0.0038468596,-0.019369347,-0.003749687,0.0049610627,0.009026867,0.021153962,0.00039962324,0.0048004477,-0.010631879,-0.025990933,0.010953543,-0.01989478,0.0006210748,-0.0008865851,-0.0040962375,0.000711805,0.014302916,0.024824016,0.02061904,-0.027018765,-0.011933773,-0.021569358,0.0049600215,0.023777291,-0.0012461502,-0.0120733,-0.0025444427,-0.022652505,0.0016597752,-0.004488192,-0.011895517,0.014681393,0.0057105706,-0.017991705,-0.0028071632,0.00059243146,0.016794873,-0.008034961,-0.004152087,-0.021510314,0.045024626,-0.0033190874]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 98,
          "content": "The Outright Lie of the Myth That \"Americans Don't Save\": They Actually Far Outpace Japan as \"The World's Best Savers,\" Also the Biggest Reason for Their Net Worth - Yahoo! Finance",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.007893609,0.038561292,0.02308581,-0.06340152,-0.0117401015,-0.0052260887,0.007676014,-0.0043868804,0.008136593,-0.013763837,-0.029878134,0.015476112,0.011407305,-0.008740828,0.08242713,0.019400189,0.037307434,-0.012839154,0.006318034,0.010531171,-0.015785871,0.03123698,0.025759058,0.006180737,0.049660396,0.0028419266,0.011347778,-0.02367296,0.021625629,0.014789349,0.0076664356,-0.009058381,0.0028791507,-0.00907217,0.017901083,0.023578191,0.0066376384,-0.032466087,-0.0048247096,-0.0036434398,-0.0022025215,-0.006562791,-0.014393998,-0.0044849133,-0.016743721,0.012205178,-0.002304235,0.01421848,-0.021350686,0.0062362785,0.012749431,-0.010866966,0.0042125518,-0.16826093,0.013726662,0.0034163448,0.017367814,-0.0014928972,0.0068055443,0.008400946,0.019514393,-0.029276988,0.022953155,-0.017677309,-0.011597335,0.016393082,-0.0068441904,-0.0110806255,0.0136067085,0.010011096,-0.0066911047,-0.0003805133,-0.031051708,-0.0046825497,0.025210727,-0.0070232134,-0.0015191094,0.026498968,-0.0013514142,-0.028266847,-0.0071572633,0.03448016,-0.02270786,0.009860208,-0.02221855,-0.0055908407,-0.0011467456,-0.04039375,-0.0023660972,0.029699191,0.041338008,-0.038560256,-0.019437686,0.0009758088,-0.0032105166,-0.0064542936,-0.015248697,-0.019313086,0.0086987335,-0.0014115928,-0.02167125,0.0015092047,-0.013708481,-0.025283461,-0.013416376,-0.0007390073,-0.0003698209,0.010014922,-0.011952894,4.8148344e-05,0.0015697343,-0.022226254,-0.004257433,0.0130616445,0.0045544193,-0.11062564,0.004971637,-0.00454275,-0.0039599743,-0.0124964565,-0.014060225,-0.0111475745,0.02053399,-0.005043757,0.0019261398,-0.0064184363,-0.030126978,0.0011584285,0.017771836,0.023673397,-0.016430456,0.016022831,-0.0038060832,-0.005690822,-0.004413732,0.0039762207,0.032397203,-0.030116918,-0.011852966,-0.038761586,-0.01592385,0.001424206,-0.0046876995,0.02946256,-0.006918792,-0.028669704,-0.022851499,0.031079622,-0.0036196397,0.013445292,0.041365877,-0.008634201,0.040270347,0.007434989,-0.020414395,-0.03930808,0.009232404,0.0014353448,0.0065691946,-0.009084944,0.0033130299,0.011717804,0.003513895,0.02217748,0.0061757155,0.0023925616,-0.004213597,0.025076356,0.010527478,-0.005965601,-0.003132911,0.033050284,-0.0041383933,0.0027733592,-0.022894545,0.009283659,0.035312213,0.010614734,0.021156019,0.015438634,0.023058012,0.014276096,-0.0067250314,-0.024771802,-0.029575422,-0.012169059,-0.0015088946,0.013789802,-0.026683602,-0.0050196596,0.018657226,0.0066118483,0.0075643123,-0.0128067555,0.0005270902,-0.018749848,0.010760353,0.033058044,0.0062873065,0.011451262,0.01633213,0.029771686,0.005146556,-0.016708083,-0.0008053379,0.010684827,-0.009098187,-0.014756611,-0.016411021,-0.0013682412,-0.0086752875,0.018138604,0.021533035,-0.010364535,0.00070099544,-0.02673754,-0.01307185,-0.001603643,-0.00046656455,-0.008436257,-0.015765527,-0.011730422,0.019668534,-0.015561608,-0.0030103312,-0.010835122,-0.015466112,0.021769987,-0.014705178,0.00835395,-0.01728314,-0.012013608,-0.0122820875,-0.031434104,-0.0001630058,-0.0019136468,-0.018612681,0.019010078,0.009108242,0.027954804,-0.004484789,0.012319198,-0.031197563,0.015504016,0.030716946,0.0077051003,0.024510866,-0.017066091,0.006825357,-0.012979115,0.0026397533,0.002487819,0.031053677,-0.026654303,0.0070650494,0.0092532765,-0.014256394,-0.022033071,-0.012932339,-0.017108569,-0.0045582717,-0.0053666374,0.0062043634,-0.0072522773,-0.00939247,0.004309864,-0.0018107899,-0.021809265,-0.016266258,-0.003049961,-0.022600187,0.027163345,0.009994151,0.0038005959,0.0089097945,0.032320898,-0.073091656,0.036852486,0.008971923,-0.008382152,-0.0041900375,-0.0065787598,-0.00775491,0.022291917,-0.026314426,0.011459343,-0.010786404,0.021728346,-0.0055947765,-0.017235039,0.00759135,0.0048846942,-0.016335875,0.0058345105,0.022548882,0.02798136,0.009470305,0.009210501,0.005339196,-0.030692952,0.010386964,-0.019279718,0.012259949,0.033663873,-0.0038857572,0.00836158,-0.0007132753,-0.021536235,0.011558068,5.0905182e-05,0.014280771,-0.014126969,0.0074813557,0.01391358,-0.016724266,-0.034017436,0.01838483,0.0132960705,-0.011781524,-0.021780783,0.0126114795,0.017951285,0.008028124,0.0030759799,-0.02437078,0.016630152,0.021367189,0.0015538117,0.018633736,0.030788014,0.031304717,0.0197162,0.016911391,0.014025912,-0.049219865,0.0019247369,0.0107130585,0.010015503,0.006670453,-0.032308012,-0.0072801034,0.007356556,-0.013146581,-0.025460068,0.018390493,0.006391977,0.00015371997,-0.030037906,-0.001969331,-0.015643075,0.027279826,0.015008535,0.021793865,0.0071537388,0.014963363,0.04997683,-0.025581427,-0.008932652,0.019444047,0.010761503,0.007797868,-0.016343132,0.01704358,6.8556506e-06,0.007301984,0.004710577,-0.00046287297,-0.006064657,-0.027899042,-0.009865222,-0.030554153,-0.036700312,0.011611384,-0.0023923176,0.015484092,-0.038945932,0.024945864,0.013193081,0.021713642,0.024264902,-0.039375544,0.02882675,-0.0023811779,0.013845779,-0.0028153847,0.035631336,-0.02337988,-0.01809092,-0.011168657,0.0121056745,-0.025804847,-0.0289172,0.00944585,0.0048811133,0.0102082,0.0033979365,-0.0035875197,-0.0049295044,-0.017038362,-0.0059494968,0.018269585,-0.022698136,0.00364688,0.0027357202,0.006256545,0.0047056573,0.011699299,0.013364446,0.0060288925,0.00071127317,-0.017656816,-0.043152183,-2.4657209e-05,-0.009215555,0.014719369,0.006448364,0.014609116,0.0024646544,0.012239813,0.017370347,-0.003946378,0.0066593937,-0.004061339,0.028343294,0.024685152,-0.03316239,-0.0042637154,0.006593469,-0.02331264,-0.023889314,-0.003650873,-0.0030007178,0.0013288792,-0.04702118,-0.013145684,-0.025973182,-0.005819931,0.016687961,0.009069473,0.007449733,0.00055126945,-0.007588731,0.0101291705,-0.00077250134,0.008547158,-0.0029559168,-0.014076044,-0.035793837,-0.007666312,0.0059936903,0.0018860823,0.012567754,0.0002502587,-0.016061123,0.022318909,-0.03477853,-0.010544467,0.0008214398,0.0125680175,-0.042721592,-0.010525078,-0.0058911103,0.015258491,-0.0013144122,-0.0037554614,-0.003516951,0.038150232,0.017983126,0.0035724367,-0.010876459,0.019152857,-0.0036169928,-0.03881947,0.025027793,0.02459464,-0.016174644,-0.019929005,0.0047266744,-0.01543948,-0.007046063,0.021181908,-0.014013289,0.014746589,-0.0058397986,0.026428223,0.029183308,-0.0021910518,0.019978294,0.010260307,-0.022078572,0.013316981,-0.011631271,0.007384356,0.00985598,-0.0110696,0.022623537,-0.004307632,-0.020191146,0.017856894,-0.011323251,-0.0023059119,-0.003306041,-0.0419444,0.004674022,-0.007656848,0.027614819,0.02453561,0.000545145,-0.009845146,0.011035297,-0.0129759675,0.0019255681,-0.011122285,0.008550978,0.025508665,0.002658334,-0.0046759765,-0.010844523,-0.00060568016,-0.004195767,-0.008209986,0.005255057,-0.016227907,-0.009364366,0.009449484,0.0005147209,0.0084709665,-0.007837445,-8.936084e-05,0.017961616,-0.007901016,0.0027452812,-0.0013335302,0.027226845,-0.01612471,-0.023508122,0.010896962,-0.010012089,0.023798857,-0.025203235,-0.0060937814,-0.0043352004,-0.027651133,-0.007741185,0.023381159,-0.0847903,-0.00469901,0.009853744,-0.01729063,0.008155071,0.036913026,0.020298976,0.020667896,-0.008033765,-0.027590735,-0.0050019403,0.0010914908,-0.0009871256,0.006641723,-0.016659047,-0.010485037,0.016006332,0.0097997105,0.01959101,-0.02297571,0.00093029044,0.023925463,0.001814233,0.0019814554,0.013948593,-0.011118611,0.018635659,-0.0042989785,-0.0069318707,-0.024524324,-0.018561415,-0.0043866783,0.013302176,-0.01562874,0.0041809357,-0.00015319459,0.019804712,0.012513078,0.019272812,0.0053610913,0.0037721144,0.01709386,-0.0035918825,-0.043588948,0.002893935,0.011625378,0.007961307,0.022216659,-0.020610217,0.0073982384,0.017138522,-0.024151176,0.042613436,-0.009302935,-0.006879399,-0.03338848,-0.0067521576,-0.021140618,-0.012312166,0.040764973,0.021050278,-0.015196461,-0.017026085,0.022739278,-0.023943907,0.0008814531,0.008306933,-0.004854701,0.022823889,-0.011929437,0.01770302,-0.014149137,-0.018834759,-0.009198875,0.030609492,-0.008258816,-0.012504708,0.012609852,0.024798507,-0.009293249,-0.011636529,-0.0028524504,-0.1104371,0.011063508,0.004953659,-0.015806597,-0.0015976055,-0.0005696948,0.010598891,-0.008845742,-0.0033793396,0.030696131,-0.023689115,-0.004095679,0.005042223,-0.019971283,0.005918152,-0.018802477,0.0017067161,-0.04236319,0.0042570354,-0.020169016,-0.018608697,-0.013152991,-0.0034998255,0.028931467,0.01287702,0.011597257,-0.0048650424,-0.0012080566,-0.0028975434,-0.036597364,0.00010169488,-0.17315723,0.0289062,-0.0040623583,-0.0070219017,0.010305722,0.03247982,0.011129914,-0.0054219216,-0.034711093,-0.012917922,-0.033287138,0.0037919166,-0.013867711,0.012909154,0.010474216,0.11804515,0.025800927,-0.0016352976,-0.012394283,-0.007381855,-0.00050715794,0.022003753,-0.0010773662,-0.017261462,-0.006694576,0.007496666,0.03664531,0.021137796,-0.0036758976,-0.020101223,0.012454081,-0.0029383837,0.003189384,-0.011643177,0.00456204,0.009554917,0.004686153,-0.00885832,0.027293302,-0.00927495,0.0059880936,-0.0014596032,0.018167218,0.02556163,-0.0023794314,0.0017587018,-0.009005744,-0.036264542,-0.0075992593,-0.008097552,0.016106531,-0.06763818,-0.021082813,0.021774363,0.022817498,0.008650479,-0.030330976,0.0030531713,-0.017918821,0.035718787,0.021830909,-0.011665714,0.013495908,0.0011373056,-0.005244276,-0.010870987,0.02073031,-0.0414673,-0.00024475393,0.00930596,-0.007438802,0.018054169,-0.03415738,-0.027893262,-0.012044871,-0.034874663,-0.0053123105,0.007478554,-0.020182451,0.013208268,0.0072109336,-7.393759e-05,0.010147013,-0.02152798,0.016170235,-0.0046448433,0.013520397,0.0031190293,-0.024818564,-0.0143071925,-0.011068587,0.02100635,-0.014500116,-0.005801791,-0.004166819,-0.0038465639,0.0065186583,0.025577944,0.008008702,-0.0016735728,-0.01249644,0.005377888,0.03247817,0.033147626,-0.034612525,0.020639252,0.003939448,0.026846137,0.0009915571,0.019146077,0.0051869536,-0.013284367,-0.008403767,0.0059627783,0.004776864,-0.0005004206,-0.0058094473,-0.010161526,0.0022879378,-0.0012015966,0.009109458,0.011630487,0.00010637397,-0.008611136,0.030151237,0.007255495,-0.0013337081,0.02174471,0.01460852,-0.05372292,-0.0014995071,0.014846323,0.011924816,0.006799757,-0.013945327,0.0028044507,0.005108572,1.9696896e-05,0.007634518,-0.013056531,0.015325818,-0.009430261,0.015306354,0.0010757112,0.0026981686,0.000739368,-0.014122215,0.019722737,-0.0019294721,0.0028456773,-0.0014243271,-0.007352093,0.009800408,-0.00908062,-0.0015350275,0.011208386,0.0015555362,-0.016420232,0.010066211,-4.9023212e-05,0.013846988,0.0044317185,-0.008436008,0.00857803,0.0014629464,0.015026721,0.02460214,-0.009974871,0.015729038,-0.00353238,-0.0021660633,0.01068555,-0.021611497,-0.014265632,0.009752418,0.004862336,0.007516878,-0.00062621094,0.005770532,0.004630279,0.0057205614,0.0002226094,-0.0026154597,-0.008831719,0.0006180436,0.012461547,0.003912194,-0.008533974,-0.009966135,0.018775733,-0.007128066,0.0163026,0.024444347,-0.004356742,0.0027701647,0.0057796338,-0.008051789,-0.0016115085,-0.018514106,0.014015087,0.010138905,0.009183411,-0.005308487,-0.008419846,-0.0074216025,-0.013450527,-0.007409239,0.002839325,0.0062364824,0.008602248,0.017933574,-0.013627798,-0.0073599587,-0.0035334765,0.004862684,0.018180974,-0.005647454,0.021402912,-0.0065804706,0.008489493,-0.0029811691,-0.019603353,0.018689075,-0.0012442839,-9.2623995e-05,0.010084758,0.012575736,-0.01865036,0.01207414,-0.0005755647,0.0074530127,-0.00555608,-0.013062289,0.008792001,0.006169013,0.0051312004,0.0065914653,0.0011945092,-0.008496422,-0.009826,-0.023858322,-0.005107258,0.0004139237,-0.012002132,-0.009889175,0.0071334345,-0.015779912,-0.0028690957,-0.017854335,-0.0034731978,0.004984396,-0.0078704,0.0013707922,0.00982438,-0.012300438,-0.0030264603,-0.02649838,0.00428256,0.0009797083,-0.010460415,0.0052747433,0.018542113,-0.0045053577,0.016288774,-0.004957144,0.0044323015,0.00032443224,0.0114995865,-0.020859955,0.029788706,0.0070271892,-0.0020092977,0.026431425,-0.0021198273,0.006803962,0.01083838,-0.0094632795,0.004070567,-0.0031797942,0.0048873266,0.0038689442,-0.015704026,-0.008423401,0.001212452,-0.022783741,0.011136304,0.015879536,0.0044168746,0.0067727184,-0.008808123,0.008458485,-0.0048684413,0.0097539555,0.011790279,-0.022493286,0.005404491,-0.007036275,0.014071142,0.011577825,-0.0004927478,0.011452434,-0.023348194,0.014833332,0.00019490592,0.0019757166,0.0011702068,-0.006708012,0.014558141,0.0045751855,0.012275207,0.0802585,-0.00074284006,0.014985431,0.016235217,0.000853567,0.019011926,-0.00020406663,-0.010718681,0.010693769,0.013049589,-0.010771605,-0.023288487,0.0071490696,-0.007944176,0.024867391,0.008371216,-0.010283679,0.0076805213,-0.0026486935,0.0057946127,-0.0035297174,0.00022980785,-0.0017262717,-0.003835657,0.010480739,-0.013490072,-0.0049702586,-0.009143936,-0.011440841,0.010401432,0.017921172,0.02719799,-0.000831246,-0.01025376,-0.01407628,-0.00045197783,0.00011935119,0.031998534,0.012120362,0.016132474,0.018670652,-0.0010584948,0.0067112567,-0.014284469,0.013900564,0.011714704,-0.016838461,0.0045873644,0.005913953,-0.002705755,-0.0028655133,0.0035617442,0.003919418,-0.001749306,0.0009136931,0.0066130436,-0.005705395,-0.01066043,-0.006629969,-0.0183285,-0.0066760257,0.0044879518,0.0022014016,0.0053558503,0.009160554,-0.0019988662,-0.0019890643,-0.011092503,0.010184991,-0.0092210155,-0.00083980575,-0.0027695545,-0.010013427,0.017617865,0.03589719,0.0062255245,-0.022680175,-0.0027237057,0.005608803,-0.004012824,-0.00012023372,-0.016401501,0.0030877334,-0.011163004,-0.0127841905,0.006920907,-0.0036736531,-0.014465395,0.008130747,0.004789343,0.010260853,0.0013250472,0.010256867,-0.009244321,-0.011014735,0.0065073147,0.054472625,-0.0102040125,0.00026545275,-0.024120443,-0.004671808,-0.009990375,0.0030265476,0.005966118,0.0020928401,0.016644647,0.0015208288,0.015071098,-0.0025037874,-0.00210254,0.00935363,-0.011128129,0.009207199,0.016602146,-0.0015753183,-0.00034360072,0.0039990447,-0.006196996,-0.007950259,-0.010221546,-0.006239818,-0.0054649743,-0.0074736625,0.0021646433,-0.0044234423,0.01574164,-0.0037741535,-0.012241889,0.012403311,0.022554683,-0.003491714,-0.0018660771,0.0063794446,0.00871405,0.0104348175,-0.019777354,0.008401962,0.00034527684,0.008203936,0.006038824,-0.01058867,0.004640522,0.0019979002,-0.006722954,-0.022693763,0.0018344314,0.0049914657,0.006560548,0.0040161517,-0.013709518,-0.0021276544,-0.014643002,0.004812784,0.0047899084,-0.0027673084,0.01922509,0.012205119,-0.02081098,0.012529293,0.010870108,0.0030139922,-0.012042737,-0.004459132,-0.01243334,0.017253507,-0.006177683,0.008924468,0.017479036,0.006648812,0.020667998,-0.006627497,-0.005149246,0.0023634047,0.014398195,0.013655079,0.003579436,0.012132143,-0.019669967,-0.018552173,-0.010945252,0.019673647,-0.005002241,0.006772165,-0.017404187,-0.008984372,-0.0082201855,-0.0013826459,-0.0050834874,0.022128204,0.0085471505,-0.009718603,-0.002842426,-0.004094052,-0.0015581506,0.011430142,0.017627742,0.009620444,-0.006670751,0.015458038,-0.0019666746,0.0063915434,0.0010900305,-0.024271252,-0.014697288,-0.005790273,0.00012693985,0.021707302,0.0065110866,-0.02268449,-0.009155031,-0.008113469,-0.022323655,-0.003946302,0.005593825,-0.010894928,-0.0041087894,0.004055385,-0.025696674,0.01559709,0.015299853,0.011511293,-0.0017604165,0.022989994,-0.0060695694,-0.016826632,-0.0017511225,0.0021485994,0.002581825,-0.00014686005,-0.011592291,-0.002308918,0.0019520514,-0.011202281,0.01460539,-0.0068349927,0.007880635,-0.00977891,-0.005371268,-0.0066722175,-0.0070257094,0.012182286,-0.02818382,-0.01230205,0.0033476127,-0.004249165,0.003272148,0.011494948,0.013241452,0.005973243,-0.0025726676,0.0008124736,-0.009713299,-0.00809157,-0.0047956007,-0.0008603545,-0.011728344,0.0017159564,-0.043259155,0.008731944,-0.00527271,0.0038556322,0.0015302744,-0.0049043805,-0.0071245227,-0.007598299,-0.011429723,0.004305986,0.01186135,0.0013712427,0.008273724,0.006024402,0.0124054635,-0.00741433,0.0048988024,0.006123167,-0.019335356,-0.023233103,-0.018587653,0.013644767,0.013548542,0.0037309765,-0.015726924,-0.006814615,-0.004998526,-0.0030771727,0.0024350425,-0.0017085879,-0.0266427,-0.010076725,0.0009877284,-0.012898038,0.012356181,0.00045093757,-0.0057978355,-0.0045406925,-0.013939113,-0.008486544,0.018331122,0.0007963959,-0.01664836,0.01327876,0.010905346,-0.0064301365,0.0018061919,-0.012661075,-0.0013611581,0.0023783965,0.00215751,0.021828802,-0.0075964504,-0.0036816976,-0.009423254,0.0057754503,0.0022269571,0.009699397,0.0037716914,-0.012420938,-0.0021993923,-0.0015468759,-0.011429358,-0.014164404,0.0022330093,0.004288826,0.012843208,0.015300189,-0.003819995,-0.0026060096,-0.0076161656,-0.0038968797,-0.011585037,0.01205884,-0.009984831,0.012215446,0.010413477,0.028946277,0.008928415,0.004106336,-0.0055116136,-0.005016718,0.022254571,-0.019568967,0.0010434432,-0.016996603,-0.0004996355,-0.003931801,0.0071497043,0.010047843,-0.00040492677,-0.0041206973,-0.0051438217,-0.0002856695,-0.0057781376,0.017092552,0.0011742335,0.0030060543,0.0032693455,0.0023041754,0.0152593,-0.008272245,0.010787503,-0.0018647889,0.007389009,0.0057011293,0.008199224,-0.0008503177,-0.010278731,8.082416e-05,0.006829906,-0.00322111,-0.0013438608,0.013443866,-0.008093424,0.010393564,-0.0025946007,-0.006661733,0.0085680885,-0.01208702,-0.013991067,0.0250971,0.007929567,-0.004666719,-0.0048999637,0.0051791957,-0.010934638,0.0018535213,0.00331278,0.005211765,0.0057344125,0.0025420468,0.025178984,-0.00907845,-0.015916709,0.0077834288,0.009670494,0.016918845,-0.005968848,0.015516586,0.0142529495,-0.013000209,0.005211451,0.011982426,-0.012670361,-0.0029102794,-0.0006948156,0.014407981,-0.0066576027,0.015042375,0.010316145,-0.002738542,0.017770864,0.011220858,0.012413592,0.010984228,-0.0026170826,-0.008626892,-0.014452595,0.0052609043,0.010504935,-0.0058916006,3.2040916e-05,-0.008723133,0.004106837,-0.017098641,-0.009409147,-0.0065421774,-0.009515266,-0.0080453,0.0011595876,0.0041356143,-0.0039875917,0.010930953,0.0028243458,-0.013603729,0.0032599985,-0.0036160513,-0.010051166,0.019596005,0.0025249987,-0.007567625,0.015136309,-0.004374776,-0.005993666,0.0065836227,0.0013678987,0.007752617,0.004976393,0.017929075,0.0050486047,-0.010063009,-0.013257265,0.014768224,-0.011666085,-0.0021536024,-0.0044687116,0.005781134,0.004894115,-0.010938949,-0.0073140515,0.015103495,-0.016865503,-0.02836404,-0.015664935,-0.089456856,-0.0028430372,0.0049403845,-0.011706469,0.0043979087,-0.0009904858,-0.0013509749,0.0097361,-0.011017114,0.008129698,-0.010720049,-0.009248256,0.009005603,0.007037406,0.012015008,0.0011563636,-0.009545282,0.0054079457,-0.0030187606,0.0021048652,-0.012362347,-0.0010495275,0.0051245713,0.0011423324,0.0039841,-0.010904567,-0.0114774285,0.011059809,-0.0014336179,-0.0025406664,-0.027222205,0.012856899,-0.009397394,0.004408925,-0.0075665307,-0.005921989,0.00351182,-0.0011288082,-0.13963638,0.008358722,-0.021086272,0.014826103,-0.017870998,0.0054638702,0.01967339,-0.016988652,-0.0041975887,0.0008507059,0.003060146,-0.007893896,0.015279601,-0.00643999,0.00931324,0.007163858,0.008450915,-0.009116712,0.009435586,-0.0026846384,-0.0016822836,-0.0084003955,0.014141588,-0.00608418,0.018935189,-0.001538258,-0.01884468,0.0055738674,-0.009374407,0.009094171,-0.011268498,0.0063918238,-0.0014296136,-0.003685936,-0.007702748,-0.0204914,-0.0087067755,0.008604178,0.01853519,-0.0066393833,0.0010697065,0.002735067,0.023457265,0.0079165725,-0.017740255,-0.005460188,0.015485663,-0.0055390154,-0.0018232795,-0.013145826,-0.013403547,0.0050112964,-0.024242774,-0.011222504,-0.00028001503,-0.0042454363,0.017434666,-0.0014287753,-0.0024679455,0.017164178,-0.0066806655,-0.0075207003,0.008466003,-0.009906291,0.009482208,0.0022763875,-0.008081592,0.013797048,0.019513864,0.008927204,0.013265928,0.0046955664,0.012546167,-0.0044363737,0.0038699387,0.0023649186,-0.010700448,0.026090927,0.019711781,0.016591005,0.0045072613,0.001152845,-0.0048510865,0.015023406,0.027841,-0.0042040637,0.0065226555,-0.00092036306,0.017559327,-0.024212044,-0.019757686,0.004201841,-0.001005066,0.030207839,-0.010528988,-0.005345286,-0.012097375,-0.014751131,0.005882467,-0.002964109,0.008205156,-0.013320323,0.016154446,-0.016354678,0.009106227,-0.0065153115,0.005848566,-0.015226927,-0.017903352,-0.008627301,-0.0058411774,-0.0066295755,-0.0022193627,0.0073803156,-0.029313846,-9.9716846e-05,-0.002126423,0.016977878,0.016032064,-0.011753499,-0.0064235884,-0.006435741,0.013281191,-0.017720122,0.019364087,-0.0004668372,-0.0051134164,-0.02743358,0.016704721,-0.0124301035,-0.016830157,-0.010302373,-0.03475928,-0.005095902,-0.013841127,0.0043699127,-0.021714676,-0.0067597847,-0.010216917,0.017178657,-0.012506878,0.0077562635,-0.025127452,-0.0007217666,-0.017039105,0.017639777,-0.0002389412,-0.0009851403,-0.030832505,0.015288203,-0.004380306,0.0009841706,0.0015502969,-0.013073163,0.0024235803,-0.011293717,-0.0034513765,5.611696e-06,-0.027224101,0.006890633,-0.030931804,0.019586032,-0.010381349,0.013315229,-0.025034001,0.0058337008,-0.003439256,-0.0072082933,0.0025830828,-0.0024212005,0.018698085,0.019186758,0.0052927644,0.030456793,0.0012691172,0.009357578,-0.022281582,-0.014958164,-0.007107008,-5.5158864e-05,0.0057543903,-0.0038904005,-0.0176978,0.021747747,-0.017081404,0.027942533,-0.0014774165,-0.0029185056,0.01984163,0.012254002,-0.004209938,-0.008683674,-0.0071366453,0.008683924,-0.017015802,0.0029146043,0.008396752,-0.009785237,0.016597353,0.010460758,2.4351566e-06,0.0076893563,-0.0039191027,-0.16681433,0.00019785897,-0.0006768415,-0.0048174337,-7.82041e-05,-0.010387969,0.0036392368,-0.007663468,-0.012594265,-0.008726778,0.0034696963,-0.01863464,-0.009992869,-0.00271884,0.0062876823,-0.027514745,0.0067918287,-0.006528618,-0.0069972174,0.014382276,-0.029261291,-0.021356966,0.012331501,0.006361141,-0.027896801,0.017639125,-0.008342052,0.013572968,0.008560958,0.0045502223,-0.022162747,0.010937842,0.010079378,-0.025704458,0.016707059,-0.01878861,-0.013185016,-0.00884713,-0.0047960146,-0.00626446,0.018014506,0.010345131,-0.0030308964,-0.016990583,0.01448253,-0.009201598,-0.006540883,0.009910297,-0.0389247,0.016212812,-0.0044692815,0.0068928865,-0.016252508,0.008264183,0.0071178717,-0.005437506,0.008532162,0.0045621977,0.02473186,-0.0046528275,0.021389382,-0.002168802,0.024911085,0.0023465517,-0.013173938,-0.0011750779,0.0012344472,0.142007,-0.00936043,0.0029038473,-0.0001539816,0.009937539,-0.0140552595,0.01885654,-0.00853178,-0.0025082186,-0.009668206,0.004966915,-0.0040319976,0.0074032396,0.0074248114,0.0027358814,0.017325744,0.003691448,-0.018703194,0.0047049164,-0.0048960475,-0.013342614,0.0017529132,-0.013945494,-0.024279984,-0.0120360125,-0.0089023,-0.009281298,0.029007193,-0.008268173,0.014142368,-0.0030103654,-0.013520145,0.011348018,-0.02817109,-0.0036168578,0.0018068384,0.009456939,-0.010901036,-0.016704978,-0.018977396,0.02010345,-0.0007438428,-0.014574095,-0.0006983003,0.0006072351,0.020357575,-0.016621338,0.000965309,0.007422965,-0.003992638,-0.03171388,0.0066093844,-0.02799994,-0.014904664,0.0011372627,-0.0037003418,-0.010444677,0.0018542228,-0.01533362,0.0010520839,0.00015200269,0.0025490804,0.0066322926,-0.015637811,-0.0009731431,-0.022676377,-0.0021418044,0.0174019,-0.013966708,-0.10966774,-0.016872209,0.0016981629,-0.022481285,-0.019718107,-0.021257648,-0.009033566,0.013729136,-0.008352971,0.007679131,-0.0066820187,0.006023768,0.013497381,0.013897956,0.012106514,0.0056500323,-0.0023759005,0.018714534,0.028329315,-0.0022841017,-0.0065946337,0.010524805,-0.005404822,-0.011260906,-0.0035292823,0.009560344,-0.0079347035,-0.0023979093,0.010965046,-0.0054169223,-0.0062718545,0.030888582,-0.034604985,-0.009964251,0.0024820627,0.014213171,-0.0073501784,0.003762283,0.0066906186,0.013314381,-0.0004977792,-0.008424241,0.015342034,-0.0027994262,-0.007223948,-0.030852597,-0.011639183,-0.027875336,-0.005322187,-0.002969928,0.012298502,0.004669632,0.021812951,-0.007897254,-0.01015194,0.009360943,0.02716583,-0.021786146,0.025450746,-0.012467102,-0.00063409243,-0.006232102,-0.005770077,0.009113992,0.012461588,-0.0007356791,-0.01515676,0.0065893074,0.0133987395,0.0058918754,-0.0028111397,-0.021342224,-0.005126594,0.009949383,0.0070488676,-0.00014564996,0.01296314,-0.010155915,0.0033906624,-0.0039917747,-0.0064450162,-0.0072537274,0.0036905287,-0.0033921201,-0.01930941,-0.011774861,-0.019210033,-0.005885023,0.0061720344,-0.016584482,-0.012302707,-0.008509534,0.0015799219,-0.008804465,-0.009854921,0.015001178,-0.011954011,0.0035937577,-0.0052933553,0.008684674,-0.00995167,0.012301802,0.0180165,0.014980468,0.032014567,-0.0058081625,-0.032806598,0.0025548143,-0.021108514,0.0142666735,-0.005353664,0.03279848,-0.0031727632,0.0011903461,0.0013206879,0.0055154497,0.007537253,-0.02317549,0.031060485,-0.016496623,0.013040968,-0.020373413,0.021645812,0.0067875716,-0.0019519043,0.013915181,0.0042942013,0.028650384,0.015786545,0.027625823,-0.020941427,0.0069149323,-0.0075624017,0.0047146752,0.0053382176,-0.004131229,0.0037671274,-0.015165192,0.018325623,-0.0038093552,-0.007559837,0.0020550045,0.02338739,0.0020791425,-0.010349801,0.027936136,0.0117847985,-0.042105973,0.010287224,-0.010653043,0.001791854,-0.006740906,0.008078193,0.017385393,0.005644805,0.020181943,0.0097270375,-0.0057462277,0.0006486215,-0.015031492,0.02745492,0.028576221,-0.0118882805,0.0044961106,-0.011366593,-0.015014224,-0.0005855871,0.018495617,-0.015567395,-0.004855363,0.0038930336,0.027045311,0.01773834,-0.041317023,0.011718282,0.010411095,0.011292155,0.014337602,-0.013135332,-0.06009462,-0.0029283918,-0.0019733494,-0.010283616,0.0025483344,-0.0089974245,0.009626616,0.0020771495,-0.0028555815,-0.019934922,-0.004270277,-0.014468098,-0.0062346035,-0.0003645036,0.0016659487,0.013458006,-0.022891004,-0.001894994,-0.0066276593,-0.0126366895,0.016456252,-0.013111921,0.0012973768,-0.011659905,0.003026157,0.006079005,0.017492712,0.013772057,0.009269109,-0.002223469,0.01039135,0.00035643645,0.003292848,-0.022356322,-0.029477645,-0.006264547,0.008804525,0.006255817,0.01012981,-0.044156905,-0.004829703,-0.009163512,-0.07673903,-0.00963483,-0.014071992,0.0032183165,-0.0010028529,0.011489185,0.0063952836,-0.018806525,-0.0024004853,0.014536551,0.0017974161,0.016111001,-0.0034624862,0.008354558,0.0026570987,-0.010142513,-0.0012300458,-0.0040661083,0.015968977,-0.018182678,-0.005744226,-0.0056789345,0.027095037,0.004170674,-0.0035672672,-0.011470998,0.0036096065,0.032605093,0.0022456595,0.007229079,-0.010626441,-0.004821471,-0.005985127,-0.0019849604,0.004681938,-0.007641784,0.024013983,0.0035120933,0.016399432,-0.0015290318,0.005234024,0.030821573,-0.0025591308,-0.00087785634,-0.005590275,-0.086650915,0.019777177,-0.00853774,-0.012408347,0.0057163415,0.007548185,0.005596492,0.026266608,0.016906181,0.014597044,-0.017775534,0.026881315,-0.0009773077,0.011903777,-0.021467876,0.020558257,0.0040257205,0.0016150917,0.0071904543,-0.011565524,0.0002282767,0.006427766,-0.018230338,0.027369527,0.009907874,-0.10380793,-0.002260057,-0.0176246,0.010028914,-0.0146212485,0.0015386952,-0.0013945606,0.018018855,-0.0071205036,-0.013771199,-0.005223224,-0.03742622,-0.025109397,0.007282275,0.009543275,-0.03396315,-0.024496809,-0.0012146948,-0.020038828,0.005079871,0.021513658,-0.021819312,-0.016016467,-0.023048827,0.004921007,0.015830008,-0.021001702,0.0072992626,0.00073832984,0.02048229,0.012298814,0.0012494357,-0.051333446,-0.0026951735,-0.0012019401,-0.007670578,0.013405583,0.00045002403,-0.014601934,0.0011333039,0.0018660532,-0.012124563,-0.0023368686,-0.015437111,0.015458098,-0.00042335904,0.024879599,0.01717433,-0.0047244253,0.0028118067,-0.01457811,-0.0060864897,-0.012568684,0.0030360455,0.0019482237,0.007332252,-0.0085563585,0.0019170261,-0.008580621,-0.0019281169,0.015589038,0.014736222,0.0069497074,-0.03249933,0.030234149,-0.0019697784,-0.007657939,-0.020007342,0.0059327474,-0.008917209,-0.01365927,-0.008212794,0.00026827928,0.03264489,0.0070833233,0.023696147,-0.013629595,0.019010535,0.03038483,-0.012168689,0.011168614,0.0001662383,-0.010884629,0.01047626,0.018496677,-0.0045492863,-0.0049345796,-0.0021425202,-0.007324746,0.019124528,0.0018191037,0.0075326376,-0.01165249,-0.027722958,-0.010869854,0.0072264536,-0.0049008247,-0.0055948277,-0.02120986,0.0023248235,0.014285185,-0.01375495,0.0019036694,0.0068139206,0.0052276766,0.009417235,0.010324799,0.018346222,-0.009333692,0.00066065247,-0.013737607,0.0040733432,0.018046916,-0.010929068,0.014011368,-0.011100013,0.0014028081,0.024143457,0.0042972364,0.012430228,-0.015569272,-0.00811759,0.010404268,0.0060710767,-0.016402587,-0.008853956,0.0036905056,0.010480833,-0.02535353,0.008485641,0.007858614,0.016651649,-0.018107725,0.0018629903,0.021738052,0.026970241,-0.02343043,0.0014334285,0.0035489004,-0.0010220044,0.031010825,0.027486106,-0.011756272,0.00025023194,-0.0015338201,0.015855696,0.009047042,0.044217795,0.0042698043,0.06074804,-0.010632329,-0.018422656,0.0076092007,0.026507976,-0.035230994,0.02653732,0.0134863965,-0.012051308,0.02195376,0.025716135,0.00032030366,0.01677696,-0.0032271415,0.008520878,0.0014030029,-0.023198335,-0.012062012,-0.012621497,-0.0032591617,-0.01481001,-0.010965512,0.008816315,0.0020526778,-0.011353436,0.012737547,-0.006534693,0.03465759,-0.01830831,-0.011389535,-0.006381185,0.01753196,-0.00790903,0.016746812,-0.007030674,-0.011483195,0.005214177,0.011720566,-0.0293534,0.022068014,-0.021867577,0.017563287,-0.0071906233,0.012429134,0.0072776596,0.018148413,-0.023321308,0.013176763,-0.020156253,0.002743299,0.0027850864,-0.016043793,-0.01900448,-0.009638267,-0.013462857,-0.013605719,0.018049516,0.004666052,0.0038471455,0.023818865,0.01913211,0.009956989,0.0117772855,-0.02097827,-0.0015319414,-0.008626113,0.021019535,0.007886329,0.030291228,-0.0005598629,-0.0034750018,-0.016057227,-0.015425326,-0.00904718,-0.010521016,-0.025637697,0.02334217,-0.01664851,-0.004771285,-0.012510257,0.020658575,-0.007690614,-0.005394713,-0.01048308,-0.0054150014,0.010939303,0.029069157,0.012931397,-0.010756618,4.9405666e-05,0.004354845,0.008932348,-0.01264644,0.006312756,-0.0066340175,-0.014470091,0.009648252,0.029567473,0.003962344,0.007689195,-0.007882687,-0.0074773217,0.04088432,0.00963472,-0.0057291957,0.0033536563,-0.019984988,-0.019966692,0.00909391,0.0023585213,0.0011431667,-0.0024503353,0.0041950773,-0.01851012,-0.010198271,0.002480813,0.006218886,-0.0072894725,-0.003262303,0.00013305251,-0.005507335,-0.015581286,-0.010467414,0.012011957,-0.0036580395,0.010302443,0.011031811,-0.0048879124,0.00947825,-0.029389113,0.0050075916,-0.006088997,-0.0076843044,-0.013107395,-0.020576643,0.0023833623,-0.0040855934,0.0068495553,0.019564135,0.009939149,0.009935515,0.008495311,-0.014369272,-0.011258082,0.013539695,0.020465875,0.0014168322,-0.0018885474,0.0025274116,0.0006939933,0.014889911,0.0144943865,-0.018281585,0.004846574,-0.0048674555,-0.01947363,0.0029042102,0.011942868,0.008764582,-0.008972461,0.021744143,0.01226991,0.013121118,0.024644837,-0.0053829886,-0.0022475175,-0.031099452,0.012150584,0.007427848,-0.01659413,0.01794465,0.0066939113,-0.008804611,0.006988606,-0.016874734,-0.009195341,-0.014619332,0.01729376,-0.013255138,0.011621522,-0.010812914,-0.008274396,0.0047537233,0.012886196,-0.0027485178,0.0059432234,-0.011262957,0.0138003975,0.0115022,0.0070091845,0.0027068644,0.0020536536,-0.009757113,0.0068379263,0.0024368048,0.0033266107,-0.016509354,-0.013778667,0.008128546,-0.007741772,0.02612531,0.0061905445,-0.004262191,-0.009332462,0.0049563115,0.0065553705,-0.006384609,0.008408785,-0.0037381398,-0.0018255856,0.027162416,0.025048546,0.005063694,0.009113382,-0.0039875982,-0.0031577973,-0.02449119,0.01697165,-0.0025257345,-0.013218146,0.011128759,0.021375045,-0.0008778084,0.018196197,-0.009889811,0.006924654,-0.0018462355,-0.007574512,-0.004841864,0.0030099442,0.013397397,-0.0011059724,0.014383699,0.013935469,0.0053268587,-0.01707246,-0.014776021,0.010962717,-0.008108746,0.01620618,-0.026655028,0.015138937,-0.0046495344,-0.010119868,-0.010686597,0.0031833204,-0.0042598494,0.010928619,-0.019602021,-0.014780393,-0.012938763,-0.016008424,-0.0010277708,-0.017543875,0.021110512,4.828468e-05,0.011998193,0.012130094,0.04567664,-0.00036347815,-0.0027508908,-0.012466264,-0.011504176,-0.008405829,0.011739957,0.018996572,-0.008167572,0.013931696,0.005681177,-0.005997944,-0.0032052002,0.0036246527,0.013256319,-0.017279401,-0.009512811,0.0028523304,-0.008391685,-0.012106766,-0.013658788,-0.018813964,-0.00087005773,0.0105017675,-0.004481447,0.011566722,-0.0041092373,-0.011973355,-0.0021544653,-0.007948087,0.013024731,-0.0037338883,-0.030620053,-0.01819887,-0.0019946324,0.01250805,0.004570381,0.019658796,-0.030861806,0.005452814,-0.053928334,-0.012986911,-0.022297516,0.0015719001,0.017254837,0.003186513,-0.012242289,0.002719447,-0.020950144,-0.006095421,0.00041902802,0.027802775,-0.006142079,-0.016714077,0.0040546246,-0.024530867,0.01913739,-0.00035564016,0.011108601,-0.008668756,0.002356994,-0.014909299,0.005394612,-0.02077106,0.005515967,0.017247008,0.0026848079,-0.00078203337,-0.0051650107,0.009198842,0.0044453223,0.011753326,0.00013907251,-0.008765235,0.021914879,0.0013407534,0.004407546,-0.0077730487,0.0057644607,0.00896076,0.0018433488,-0.0011580425,-0.011717242,-0.004066853,0.0006426857,0.018601263,-0.012873116,-0.016485002,0.009812384,0.00029737782,0.0036496313,-0.00019186786,0.0052329283,-0.011126276,-0.017249156,0.009552565,0.007823665,-0.020952811,0.014177495,0.0002747694,-0.00060842704,-0.0025774422,-0.0074938596,-0.025501095,0.0033963008,0.0045513557,-0.0067819282,0.015102499,0.019432228,0.025830967,0.0050651105,-0.0145505825,0.04023559,0.005933031,0.01681928,-0.011874572,0.00843891,0.0022786192,-0.016973753,-0.006208237,-0.004085474,0.006336071,-0.0046177376,-0.0011949101,-0.0031333533,0.007780121,0.009373562,-0.010278906,0.00499538,-0.011540838,-0.019783007,0.020003617,-0.009784058,-0.0038376262,0.0014321294,-0.004336283,0.008928723,0.010905391,-0.016371738,-0.00681246,-0.00906171,-0.007885579,0.0036685443,0.010693287,0.012456967,-0.0031009745,-0.022214644,0.012666693,0.016776094,-0.014693582,-0.0075787795,0.021270934,-0.022991333,0.0073474976,0.029165193,0.027784772,-0.009379825,-0.0048378035,0.0022128855,0.00602199,0.005418146,-0.019275472,0.011089872,-0.01381281,-0.011097955,-0.011381638,0.01055919,0.01016722,-0.0003237037,0.00023460446,-0.017442025,-0.0110353725,0.0055201086,0.017320639,0.0028187656,0.005601011,0.017370753,-0.0070001613,0.0056470907,0.05873068,-0.019024812,0.010699764,0.005362945,-0.016965432,0.006770049,-0.0061478573,-0.0044289688,-0.0069542355,-0.013279787,0.01328623,-0.018779583,0.0058501507,-0.0015842878,0.0060330406,0.01903775,-0.011247783,0.0033835333,0.00084496336,-0.0043204357,0.018522518,-0.010747615,-0.024469383,0.011363324,0.0023833679,-0.010110268,0.005459501,-0.0013602301,0.012276513,0.02223025,0.012412626,-0.022402339,0.0054491786,-0.0027187844,0.0036243214,0.014745398,-0.012678736,0.006100041,0.009595274,0.0030819091,-0.019227173,-0.010768756,0.0039018032,0.011346275,-0.0074501834,0.0023005,-0.014500893,0.016485443,-0.009246888,-0.026794309,-0.005510927,-0.008327559,-0.0011335755,0.008363453,0.007571158,-0.0068625878,-0.026596276,0.013691889,0.0007858064,0.0061385967,-0.0038040518,0.0005863388,0.014532491,0.017575648,-0.015090078,-0.0021086775,-0.020346064,0.023089906,-0.009864233,0.018989297,0.0052099833,0.02090441,0.0066310884,0.0051462674,0.015900498,0.16063777,0.13178737,-0.0005237608,0.002796846,0.0090256035,-0.008637307,-0.024181942,-0.01867884,0.010193739,-0.006146913,-0.0043924116,0.006233864,0.010195627,-0.013876398,0.021322155,0.0017874339,0.012358642,0.0033302386,-0.00375528,-0.0026518193,0.018804055,0.011284553,-0.005764917,0.007737327,-0.030077575,-0.012928016,-0.011998436,0.0010562944,0.018414114,-0.011242639,-0.0030182637,0.005993468,-0.013090273,-0.009090053,0.02929923,-0.022288019,0.022355143,0.03073372,0.00042888377,-0.0072796675,-0.01315256,0.00034418062,0.0051076184,-0.021220643,0.009600695,-0.0046027172,-0.011107486,0.018913524,0.016960787,0.0019183635,-0.00067527336,0.013947424,-0.011341303,0.0021749185,-0.020855445,0.017165884,0.009369078,-0.0034198395,-0.004568388,-0.0093203,-0.0035111904,-0.006794028,-0.009721502,0.0047983695,-0.005142575,-0.0068813087,0.009383481,0.000575268,0.023097966,0.02062057,0.0064147115,0.016104337,0.002042328,0.0011172672,-0.019017871,0.012109297,0.025767908,-0.0004157385,-0.003803756,0.0001601536,0.014144522,-0.010210453,-0.013461181,0.015734661,0.0056521306,0.002337268,0.025503904,0.017522022,0.10424947,0.0016081836,-0.0063138935,0.00012161268,0.015434907,-0.015403976,0.0070243934,0.07462591,0.00492586,0.022982955,-0.0136676505,0.009662086,0.019846821,-0.0138741685,0.0005551574,-0.0050449823,-0.017696386,0.02477444,-0.006479007,0.01822952,-0.03275625,0.015471791,0.010182704,0.0017328749,0.015930496,0.009836275,0.002221811,-0.03625939,-0.01292385,0.018737076,-0.10493156,0.010017858,0.00083181594,0.015968163,0.013920797,0.008839527,0.00240784,0.0010353832,0.005394389,0.011809442,-0.015451295,0.012814689,0.011663074,-0.0064200996,-0.017953949,-0.0064407308,0.0051608905,-0.006297998,-0.027564665,0.007355452,-0.016435932,0.014627601,0.0012303344,0.00229993,-0.009505445,0.009936424,-0.014000724,-0.009459961,-0.020067042,0.00057067693,0.004525869,0.0019675374,0.010337408,-0.012260925,0.020451074,0.0048822956,-0.0044784853,0.0010969668,0.02085741,-0.00010215004,0.00476093,-0.013858668,-0.0049789567,-0.005738176,-0.017203473,-0.0066754245,0.00057604717,-0.021812256,-0.011848321,0.0018884273,0.048243064,-0.007774091,0.008966343,-0.012438699,-0.0015582407,-0.0043572923,-0.013516374,-0.023438582,0.016233876,0.009788259,-0.014286058,-0.02347372,-0.029133841,0.011830612,-0.0036036028,-0.02343585,0.01869677,-0.011281391,0.006545737,-0.0018656144,0.0064953654,-0.019905822,0.00455198,-0.011003434,-0.012961318,0.012119181,-0.018743318,0.03559035,0.016588368,0.009650052,-0.0012517547,-0.006273309,0.011982847,0.12637094,0.0073384815,-0.0047217454,-0.008405878,-0.02786171,-0.017417232,-0.0063885595,-0.01640287,0.0060968823,0.0015694813,-0.020479243,0.007317208,0.007425666,-0.0024729152,0.0027430956,-0.01316996,-0.0041659363,0.0002451756,0.023830682,-0.007351986,-0.011072767,0.028016966,0.014004298,0.008289294,0.013612844,0.022277461,0.0106491195,0.009369108,-0.020572368,0.024458103,0.0013516875,0.0050161323,-0.0038688823,0.0078071356,-0.001586169,0.039809413,-0.023448782,-0.0052527376,-0.006908907,0.0015495355,0.030780505,0.005570055,1.5606103e-05,-0.0061539873,-0.029950636,0.20272957,0.0055847857,-0.030263266,-0.014298205,0.007751263,0.011692995,0.0024312893,-0.005954229,0.00028390784,-0.0015515084,0.0045920266,-0.007039325,-0.004532904,-0.0032855866,-0.006596417,-0.00036780417,-0.023081694,0.0052225287,-0.0033068233,-0.0081420615,-0.013167522,-0.00621515,0.017213855,-0.008380351,-0.007747279,0.024999527,0.012506011,0.0020667186,-0.007899089,0.012460714,-0.0059980717,0.0012515818,-0.0006051286,-0.013390075,0.003644759,-0.011447745,-0.031798266,-0.012262987,-2.8891109e-05,-0.012281125,-0.006015735,0.00073069846,-0.014948651,0.017540457,-0.0071662324,-0.0050206506,-0.008764992,-0.0008375649,0.0036482008,0.005357026,-0.00674384,-0.0058523715,-0.01808527,0.002615811,-0.014069743,-0.010741148,0.0082177855,-0.007327462,0.0055702482,0.00043480092,0.008865896,0.011599886,-0.008732268,0.0068622343,-0.0006187567,0.014871114,-0.0042537907]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 99,
          "content": "\"The Grass is Always Greener\" - Frank Talk from Manufacturer Representative Emerges at \"NVIDIA Gamer Day\" Report - AKIBA PC Hotline!",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.011860393,-0.030000638,0.007360017,-0.06527017,0.0033243303,0.033595838,-0.007185238,-0.0035999632,-0.01394183,0.023680689,0.008356173,-0.006736785,0.032105673,0.024245894,0.09264768,-0.026929747,0.034548625,0.017838996,0.016919883,0.035638604,0.005703161,0.019430202,0.027814249,-0.01965509,-0.011999441,-0.009433367,0.0024782917,0.011648257,0.031349253,-0.01224488,0.004902315,0.005785222,-0.0035657817,0.032975167,-0.00033069085,0.045819096,0.007495771,-0.008502951,0.013515518,0.030464211,0.00909319,-0.0012740418,-0.010581037,-0.014985279,-0.01723988,0.021016603,0.012096491,-0.019325256,0.023974841,-0.0015300016,0.0073234076,0.023014532,0.030601365,-0.15055795,0.004640039,0.031069905,0.0040396475,0.015956229,-0.025998015,0.0055202255,-0.015562095,0.0154185295,-0.02568655,-0.028233683,-0.0014682822,-0.03960493,0.024935545,-0.016107969,0.00380326,-0.0006282549,-0.0025179216,0.0034373135,-0.0009703806,0.0039022146,-0.0023569535,-0.02541289,0.022478744,0.026426898,-0.00776482,-0.0057559265,-0.02211516,0.011647641,-0.0049956255,-0.040907707,-0.008548576,-0.011618437,0.011409846,-0.004812423,-0.0019285826,-0.013005497,0.013887628,0.014225046,-0.0006049508,-0.009867253,-0.026155684,-0.0015772276,-0.00886023,-0.046769362,0.0038658895,0.01784636,-0.0051178006,-0.023006918,0.009541077,-0.016757062,0.008121862,-0.010456334,-0.0073620444,-0.028811842,-0.029613301,0.024020063,-0.006047732,0.015911056,-0.034342542,0.032093566,-0.002052186,-0.11696817,-0.0067601036,0.0042759213,0.0037578729,0.0013616882,0.006491065,-0.020293552,-0.009167148,0.037204955,0.0019067986,0.018581633,-0.018209245,0.016920645,0.008022856,0.010030425,-0.012366875,-0.03222693,0.0114061665,0.0031648555,-0.00846206,0.0300024,0.0025131388,-0.027488958,-0.025172967,0.0036420007,-0.005521382,0.0012934976,0.0039356397,0.01940275,-0.027113346,-0.015440857,0.018398363,-0.004878028,0.026957825,0.010279444,-0.0077106985,0.003546173,-0.005718088,-0.008619159,-0.0012660202,-0.023628447,0.017082097,0.008121241,-0.006631374,-0.014288034,0.011546215,-0.025767984,0.0034294147,0.01154557,-0.0049321074,0.013375501,0.021611668,0.013826213,-0.0053937384,0.010766868,-0.02785263,-0.0073996526,0.011336032,-0.0061657457,0.0046860958,0.004298132,-0.015388587,0.042643726,0.019698389,0.0009919071,-0.0019593884,-0.0015909906,0.01654837,0.012871163,0.0062892367,-0.04053518,0.002424236,0.017488712,0.050510246,0.028537458,-0.027070623,0.014226853,-0.020640252,0.017804157,0.007963838,-0.03918592,-0.02303789,0.025792465,-0.010570969,0.016413914,0.0349927,0.020010466,0.022032185,-0.009926275,-0.028632825,-0.0021888665,0.0024561037,0.02138764,-0.0023891872,0.026277222,0.0009190543,0.010365622,-0.013420879,0.027005646,-0.033441223,0.0032303503,-0.02185596,-0.030805597,-0.0026311697,0.012156224,0.0040335744,-0.0026291262,0.0063961535,0.022949822,0.0005430378,-0.01538144,0.014116628,0.00867684,-0.03817948,0.01561052,-0.023335123,0.02218056,-0.0074078655,-0.028135277,0.006373072,-0.0065119383,0.008825439,0.012374196,0.0068258275,0.019677686,-0.019361384,-0.006408056,0.025970303,0.020376127,0.01837425,0.008081748,-0.0020122537,0.011950957,-0.012825994,0.007902778,0.00071137113,0.009068461,-0.013771225,0.018226981,-0.0057573733,-0.013357371,-0.02205706,0.01818413,-0.011362504,0.02772236,0.0076327003,0.006262625,0.0047676223,-0.024228472,0.011688535,0.0043771113,0.01174888,0.011040918,-0.03948489,-0.01991816,-0.0053701694,0.004646368,0.0055794986,-0.0114267245,0.0011017914,0.0036260379,-0.053845372,0.013423852,-0.011415866,-0.0356905,0.0139229065,0.02352268,0.03061507,-0.032868657,-0.0005145359,0.006474613,-0.01336859,-0.013622613,-0.013726328,-0.012983564,-0.0034137825,-0.0016371388,-0.018038169,0.0124190925,0.0055563473,-0.013667376,0.014840471,0.0014609239,-0.022378376,-0.0012582791,-0.029225718,0.0070116515,-0.02377001,0.05224795,-0.023423059,0.0062452694,0.027064776,-0.009523563,0.016946368,0.004021402,-0.0030175834,0.011901105,0.0067786905,0.0011900616,-0.020897219,0.0058813905,0.00739199,-0.015834877,0.008705838,-0.010413947,0.004501068,-0.024678191,-0.010058209,0.0020244173,-0.023312615,-0.0019404799,0.003891215,-0.026365465,-0.006692432,0.0077486606,0.010622335,0.03521238,0.017441368,0.008320889,0.003117112,0.025627857,-0.024502916,0.020003902,-0.003119747,0.0005377294,0.0008436384,0.02916854,0.008534539,-0.0056251143,-0.0046390104,-0.021907484,-0.011262382,-0.005682755,0.0034123797,-0.07605564,0.021158647,0.01668168,-0.019697234,-0.00081856473,-0.020033149,0.049454156,0.00999973,-0.030267514,-0.012636931,-0.0016535328,0.023886647,0.0022257708,0.009686516,-0.002717659,0.022865655,-0.04332808,0.018861739,0.010051102,-0.01048762,0.025729101,-0.017742772,-0.0023327253,0.00484985,0.009154997,0.006196779,-0.026490735,0.009915357,0.016222531,0.0061238552,-0.014800623,-0.03475691,0.008227126,-0.009844008,0.0062650335,0.017642178,0.007373653,0.009176494,-0.01508842,-0.00011900588,0.0056746923,-0.0012660987,0.028061973,0.018299993,0.005773077,-0.021144,-0.00092071475,0.026276482,0.0075708036,0.01766622,-0.038468167,-0.0147373,-0.018090088,-0.0123732,-0.027139138,0.016650671,-0.006480365,0.015169924,-0.0023160218,0.006988239,0.013123805,-0.01837267,-0.014716393,0.004570634,0.001391261,0.017040132,-0.0059619914,-0.0055257273,-0.006111725,0.016624989,-0.011162249,-0.0012286094,0.022661692,0.011327976,0.041214768,0.010075787,-0.0021226893,-0.0187824,-0.03399215,0.006146426,0.00029745846,-0.013764007,-0.007309514,0.009103188,-0.020893084,-0.01802652,-0.030431516,-0.0052849697,-0.0057965303,0.014258218,-0.011355234,-0.011589096,0.0038715883,-0.0075790263,-0.013800388,-0.0062406226,0.005595576,0.0034215036,0.011959432,-0.02873565,-0.0008219205,0.012239138,0.0035121136,0.013072291,0.018540516,0.001199198,0.027377598,-0.020830892,0.013120897,-0.01136029,-0.005597855,0.0030193639,-0.013194558,0.0033751396,0.0058450378,0.0030221017,-0.00082716765,-0.0061744014,-0.012588004,-0.024799991,0.04369201,0.005526247,0.0040209987,-0.0017662873,-0.031081203,-0.008865357,-0.024931401,-0.015040014,-0.0088059995,0.028819237,-0.005675618,-0.034558836,-0.036461122,-0.009062305,0.02444227,0.021726187,0.014607178,-0.00086581387,0.01969702,0.0045790174,0.013526247,0.009831862,-0.017451745,0.0020331342,-0.011383691,0.006607369,0.0101668285,-0.0018309561,-0.038956217,-0.007985225,-0.00657087,0.017158547,0.016186863,-0.014651281,0.009598394,-0.022477636,0.016502628,0.009563584,-0.03509407,0.010293876,-0.0073933173,-0.0029423786,-0.009677755,0.010432234,0.006360064,-0.010245605,0.0079190135,-0.005968966,-0.0029369574,-0.018451035,0.028334865,-0.024739789,-0.011564081,-0.018927205,-0.017512096,-0.0022362259,-0.0156225,0.003248491,0.0017601482,0.033964224,0.021106025,0.011865387,0.014999752,0.003219398,-0.010455311,-0.02272649,0.011996665,-0.008653634,0.0129927825,-0.0039680605,0.011006673,-0.0011711421,0.00027827133,-0.008145638,-0.014877767,0.008736407,-0.09828068,-0.021197293,0.008099453,-0.023325901,0.0053455625,-0.02489691,0.03562456,-0.03282961,-0.024211697,-0.0002451018,0.00069613056,-0.021336041,0.00601362,0.004587217,-0.00261595,-0.028925095,0.0025740664,-0.018490195,0.0037511792,-0.015376856,0.022503223,0.025539111,0.035077523,0.00026308149,0.01592115,0.01437004,0.020977527,0.027379232,-0.009618819,-0.0011430014,-0.0060971836,-0.011530929,-0.0033930729,0.011997091,-0.012491444,0.01030419,-0.035457514,-0.019197796,0.008669726,0.042040274,0.008778004,-0.00014243336,-0.027766896,-0.012007663,0.016085012,0.0034175676,-0.0043122135,0.007007437,0.011142851,-0.0014467712,0.013324976,0.0019484295,-0.0043281238,-0.024133774,-0.013887951,-0.013419955,0.0117527945,-0.008816594,-0.017408801,-0.005441077,-0.012815054,-0.009360612,-0.009318849,0.021462156,-0.0011974323,-0.012826474,-0.021356512,0.038932055,0.016451892,0.0069023496,-0.006045368,0.030971551,-0.024749842,-0.005965933,0.00048193173,0.0007550543,-0.01511432,0.014832012,-0.04044865,0.02405432,0.0108624175,-0.027497768,-0.11621022,0.0042553777,-0.028165482,-0.01288209,-0.019319441,-0.011005538,-0.0014724415,-0.025257591,0.008382792,0.012620162,0.008283245,-0.004475522,-0.02440105,-0.047607042,0.0001727344,-0.026168503,-0.009554912,-0.0031054693,-0.02725562,-0.009080453,0.037336208,-0.017182823,0.012294246,-0.013358213,-0.009078166,0.012713013,0.008702669,0.002307225,-0.029984307,-0.053493734,-0.035629317,-0.12539852,0.012161792,-0.026329214,-0.00866969,0.011067406,0.01790379,-0.01461802,-0.0009703263,-0.022557378,-0.034407537,0.017325964,-0.01842088,-0.009504389,-0.011450641,0.0040391055,0.14113034,0.000869169,0.02651703,0.0045379,0.0011546717,0.0059224167,0.02140538,0.016347874,-0.01087352,-0.010423632,-0.018087525,0.012525883,-0.014123098,-0.006867956,-0.0032121714,0.01971507,0.029838523,-0.013339209,-0.015784536,0.008600187,-0.013348721,-0.004761747,-0.00926781,-0.012100676,0.0139334025,0.012566615,0.004810731,0.003924841,-0.006812697,-0.004146941,0.015010228,-0.029521093,0.00928528,-0.027000068,0.00011256455,-0.033297464,-0.101519436,-0.011708448,0.0049478044,-0.0057446533,0.006220056,-0.0068276576,0.00066937954,0.015374307,-0.0023649465,0.005988811,0.008986754,0.0052081407,0.022885337,-0.03147058,-0.008469952,0.05062858,-0.0040561752,-0.006057545,0.00764644,-0.018201193,0.0076852143,-0.010483138,-0.0057358844,-0.005282182,0.016875584,-0.014376485,0.012318374,-0.01802381,0.0035141537,0.0002722094,-0.025619537,0.017084613,-0.000458831,0.0068388404,0.012521136,-0.0051225233,-0.0129481,0.014752695,-0.012326581,0.008139048,0.024950817,0.004228436,-0.010137127,0.0059675574,0.013260903,-0.012987564,0.01203953,-0.0273414,-0.015722211,-0.0052159005,0.002472554,0.04116488,-0.04888424,-0.012301292,0.0074758385,-0.03196285,0.02611347,0.0077439495,-0.015861,-0.0027920408,-0.004020215,-0.009477709,0.013384241,-0.016988605,0.0040264134,-0.00012905693,-0.007859864,0.015156262,-0.016509358,0.015798775,-0.012162496,-0.004759836,0.0024457716,-0.007132254,-0.023066923,-0.008661611,0.01596524,-0.004478128,-0.04958879,0.0033336224,-0.009453811,-0.015949424,-0.0058311694,-0.0035984863,0.0037603541,0.020300107,-0.015996873,0.0057159266,-0.011268375,0.014332487,0.006643501,0.01671462,0.007665788,0.0067133065,-0.00647347,0.0036774916,0.0033489547,-0.008532799,-0.027676824,0.0038158423,-0.010183984,0.004010893,-0.0009557185,-0.010845376,0.008106493,0.027277488,-0.0127619235,0.0021401935,-0.023953361,-0.013582423,0.0060180794,-0.0028343555,0.00061738363,0.0023896995,0.005652766,0.03294342,0.0080852965,-0.0049046115,-0.00785724,0.0052400483,-0.0069116605,-0.024319941,-0.005904918,0.00024065083,-0.0010371124,0.0036165074,-0.0074146516,-0.01910278,-0.0066609983,0.014553211,0.0018476265,0.001880906,0.018129643,0.019046124,0.0036834115,-0.008590932,-0.0073213913,0.0084614195,-0.004256113,0.00028059748,-0.023613036,0.008046024,-0.011166202,0.004780139,0.013667004,-9.346409e-05,0.005468894,-0.0076390924,-0.0018347183,-0.0060847695,-0.0064845043,-0.011839673,0.011531396,-0.004049617,0.028051034,0.018048016,-0.0040323194,-0.013153973,-0.00045705217,4.3837987e-05,-0.0131212585,-0.0069337566,0.017374525,-0.008875097,0.0071463576,0.009287183,0.005616121,-0.0050078775,0.008653749,-0.017202921,-0.008519099,0.014106326,0.006929511,0.0050664744,0.0027200577,0.007438042,-0.012762866,0.010793804,0.0032362535,0.009389818,-0.00017029257,0.01862128,-0.0006315373,0.00037190362,0.00027905634,0.027063318,0.008477601,0.01274602,-0.00627683,-0.010756236,0.013970924,0.0019970848,-0.017696891,-0.00041508267,-0.0028745148,-0.008681663,0.014580906,0.0058314833,0.0038597486,-0.007222222,-0.00041746808,0.015946927,0.003822195,-0.010945054,0.013623005,-0.006510775,0.016926913,0.002319389,0.0037731004,0.01327903,0.009318118,0.008781289,0.013632816,0.008305015,0.0027346502,-0.0049845483,0.000273128,-0.0046499586,0.027389225,0.0013666643,0.020400025,-0.0068820533,0.010441905,0.0038628955,-0.011087477,0.008243911,-0.0073595704,0.00033222357,0.0055722757,-0.000213989,-0.01647252,-0.00271329,-0.0054812166,-0.0077760415,0.013460499,0.027352013,-1.0893227e-05,-0.011245843,-0.0021580923,-0.0034724276,0.0108855795,0.0031576788,0.016589118,-0.020048017,0.00046901172,0.010061319,-0.006577915,0.0047617755,-0.012791039,0.01869109,-0.012924967,0.012665472,-0.0032824352,0.016134476,-0.028345997,0.002343383,-0.0009398131,0.0060044294,-0.005091464,0.07207484,0.015369757,-0.0122646615,0.010645825,0.01168295,-0.0007592486,-0.0048584603,-0.0237903,0.013042389,0.016673345,0.0012400352,-0.021427607,-0.032233477,-0.013335984,0.0034833623,-0.004254788,-0.018868364,0.016075632,0.0017879703,0.0048654336,-0.0025740233,-0.009325335,0.002552745,-0.01083278,-0.013409847,-0.019469751,-0.011893714,-0.008442016,0.0011097847,0.007290427,0.00042531575,0.00023547742,0.016667986,0.020685606,-0.0010742206,-0.011869995,0.0013000887,0.014896696,0.007932769,0.008583025,0.0070248363,-0.002776358,-0.035845492,-0.028969096,0.01323363,-0.009779748,-0.008595004,-0.00022687182,-0.00485019,-0.015669992,-8.569706e-05,-0.002601432,-0.0003877297,-0.009770699,-0.022789882,0.0044544754,0.0023733957,0.001292699,-0.004625879,-0.0012820342,-0.010856075,0.024681896,0.0062990137,-0.028444754,0.01726461,-0.01488805,-0.0057237884,0.011906351,0.008314277,0.0023964986,-0.008771906,-0.021918718,-0.0030951914,0.016016087,0.022188738,-0.006198264,0.001511119,0.005547328,-0.023577726,0.0063908314,-0.0019428378,0.003322256,-0.0076787975,-0.0076229395,0.009164832,0.020567972,-0.0047471933,0.0033613325,0.025609167,0.009628462,0.008085059,-0.008416057,-0.011124171,-0.001356853,-0.005328275,0.0043661017,0.052711874,-0.0030564705,0.004077091,0.010423235,0.0022069295,0.0021376282,0.0028871861,-0.0035010872,0.016260259,0.00465471,-0.012287651,-0.006330103,-0.0010865082,-0.0022483724,-0.00027681084,-0.0014701228,-0.0016690498,-0.016490165,-0.0021906123,-0.011544296,0.011133667,0.0014486448,-0.011120991,0.0044630826,-0.0026083607,-0.010057081,0.006359779,0.010147276,-0.0017584458,0.006068522,0.00068595796,-0.0007021251,0.0035634274,0.017753007,0.0058377637,0.004478102,0.010036579,0.019186513,-0.008336405,0.02217498,0.008613366,0.003670603,-0.011516094,0.00837831,0.008871852,0.0055399225,-0.014075802,-0.0045132674,0.009509186,0.020729419,-0.00074314635,-0.008200121,-0.01849891,-0.014248014,0.006671391,-0.007057746,0.0017848479,0.0073136776,-0.008059428,9.3045106e-05,0.0004123869,-0.0025668724,-0.008148694,0.014027038,-0.01504027,-0.0027426549,-0.0012667929,0.014541546,-0.0040192343,-0.012102144,-0.0069159204,-0.0029764494,-0.01403458,0.023223286,-0.006342219,-0.0019885825,-0.017329045,-0.0025146378,-0.0028511412,0.0055559548,-0.00012583507,-0.008168698,-0.009289884,0.015355134,0.0151042035,0.0018467883,-0.02039891,0.0016895683,0.0015966798,-0.019713407,0.010761951,0.0069063054,0.005516233,0.006594797,-0.015607632,-0.012929737,-0.013646401,0.010222653,-0.013772436,0.0016766827,0.0061052945,0.0036940412,-0.015927482,-0.007922553,-0.0060241087,0.0073880223,-0.002874278,-0.004548199,0.009568865,0.0018379537,0.002787252,-0.0062033674,-0.0034575218,-0.0030119715,-0.011682043,-0.02660624,0.0063021947,0.0061276415,0.011589611,-0.0073834956,0.0359087,-0.012363373,-0.0043239743,0.0030329032,-0.0066876337,0.0022269092,0.0010131808,-0.01545909,-0.00408428,0.0054180096,0.0042761005,-0.0053916876,0.0019005362,0.008881141,0.008646797,0.016271252,-0.022761535,-0.0014538552,0.001784572,-0.011301909,-9.678676e-05,-0.0024478324,-0.016789598,0.0067353565,0.0041852947,-0.0060214656,0.0092767365,-0.0063275495,-0.015089459,-0.014577307,-0.0028774126,-0.0084154485,-0.019178633,0.0036374952,-0.016233765,-0.015874898,0.011261103,0.008886723,0.0050245305,0.0019785315,0.024128977,-0.06724159,0.0038957982,-0.009911214,-0.0033782122,0.008127859,-0.014229036,-0.0069139353,-0.0020022378,-0.014613754,0.007538297,0.0052075004,0.008591087,-0.0072338236,0.015185122,0.009047004,0.0024832261,-0.010661114,0.014391615,-0.015152393,-0.0023458172,-0.028428111,0.012797155,0.01274023,-0.005728863,0.0010982385,0.015899418,-0.0070366757,-0.0015469278,0.006947028,-0.013225582,0.008610904,0.0118010435,-0.0026626568,0.0012930341,-0.008437653,-0.0108625125,-0.0042024963,0.0005653424,-0.016779596,-0.0024768128,0.015767522,-0.006755704,-0.017595837,-0.0005886958,-0.0065570353,-0.0054998915,-0.00017415924,-0.016584007,0.0033771147,-0.0053206426,-0.005720339,0.009163358,-0.020423487,0.007987756,-0.010993676,0.01134101,0.0073303753,0.0022679043,-0.0051292325,-0.000680437,0.01630189,-0.0006612451,0.011760588,-0.0001356081,-0.02323764,-0.0026031972,-0.015756577,0.014414415,-0.012401672,0.013221649,0.009959838,-0.0074189836,0.004915506,-0.0017823033,-0.008820123,-0.0016664191,0.023120824,0.0006653555,-0.0042489795,0.012395842,0.010905487,-0.007181198,-4.434889e-05,0.0005646407,0.0059148422,0.0055274274,-0.0010512433,0.002144217,-0.020238338,0.009595808,-0.0010003007,0.012053319,-0.002099651,-0.015784122,-0.026873972,0.004743523,-0.006088032,0.00884284,0.00040112645,0.014000878,-0.0051379255,-0.0036912742,-0.014153996,0.008597265,-0.0015766812,0.022136554,-0.018802037,-0.0033005045,-0.0043829363,0.004497324,-0.009808717,-0.001308363,0.0048398105,0.013255595,-0.00011169499,0.016965808,7.366242e-05,0.005571796,0.0007231625,-0.0025577992,0.0028785493,0.016978731,0.006956465,-0.014171394,-0.0022079402,0.009778035,0.0011337994,-0.005497439,0.016050551,-0.0030429019,0.009679832,0.004064525,0.0028792839,-0.006025161,-0.010923123,0.0060413317,0.00243834,0.0013672925,-0.009392952,0.010080164,0.012811621,-0.0060484367,0.004535901,0.008462317,-0.0051506264,0.011422903,0.013192822,-0.0012205155,0.002403851,0.006059396,-0.0069693173,0.0013378568,0.0091011515,0.0057390463,-0.003728723,-0.0088190865,-0.0072787493,0.00018826681,0.0023833525,-0.014746695,0.004805692,0.004955805,-0.006202137,0.017764159,0.0045548584,-0.003298504,0.0045323786,-0.003941759,-0.028821528,-0.00940844,-0.013555022,-0.0023403112,-0.004168199,0.015530705,-0.006133853,0.0039330055,0.0080993,0.0031407597,0.00014331406,0.010822909,0.016598837,0.006599935,-0.0032186524,0.003829239,-0.0015946293,0.0042740162,-0.0046523805,0.0010662848,0.014789144,0.039851062,-0.0080000935,0.0011539329,0.012710351,-0.006965102,0.0031163183,-0.009113106,0.028250221,-0.016507616,0.013256705,-0.010435103,-0.02067387,0.008088207,1.35441705e-05,0.003500446,0.020912629,-0.08667359,0.005205502,-0.008850209,-0.024385896,-0.0027590834,-0.005663496,0.010713927,0.022812206,-0.013377356,-0.013132698,-0.0038928296,0.0051494185,0.0039035669,-0.004653488,0.006205071,-0.004622762,-0.005171418,-0.016880928,0.009336528,-0.009694151,-0.020528946,0.014307731,-0.009595498,-0.0023715936,1.7682689e-05,-0.022164745,-0.019546404,0.011046384,0.004239436,-0.003438314,-0.014503306,-0.014963565,0.004431654,0.006778755,-0.0012209248,0.0067087575,0.029220875,0.0045218943,-0.1304973,0.013908157,0.009921414,-0.009070448,-0.0043770093,0.0045099,0.011050246,-0.011766986,-0.0056249066,0.013578822,0.0005297453,-0.00021674074,-0.005085291,-0.018927224,-0.006355108,-0.0076651834,-0.0075890855,0.0013194389,-0.0061073513,0.01323291,-0.005204779,0.0011104277,0.003892601,0.002490463,-0.0012127261,-0.009253967,-0.009964771,0.00068156025,0.0037984303,-0.0070581925,-0.009360657,0.012146109,0.0036044682,-0.0053974357,0.001377,0.004132329,0.031179804,-0.0045972886,0.010650536,-0.003440822,0.0047833184,0.0036704368,0.009748078,-0.007749636,-0.015432264,-0.0070218565,0.0073759616,0.0072049713,0.004750561,-0.013185188,-0.0077074496,0.0029426543,0.015093203,-0.008580717,-0.011101759,0.0048108525,0.0048504714,-0.009045158,-0.02787905,0.010826245,0.0010530207,0.0028648404,0.009863329,0.0077361437,0.018644152,0.005162945,0.008165591,0.010520726,0.016192399,0.005468022,0.007125883,-0.0041759056,0.01412584,0.005306416,-0.0026323372,-0.00673251,0.02332481,0.009608049,0.017808037,-0.0214917,-0.00024882104,0.018722704,-0.002201747,0.006951092,0.0019306629,-0.008173349,-0.016733026,-0.016108423,-0.025154658,-0.042132247,0.018366221,0.0030882708,6.3712316e-05,0.00819779,-0.0063848216,0.013112702,-0.006194208,-0.006727881,0.008846378,0.00024710872,0.007948453,0.011277634,-0.00783493,0.01783589,-0.012662658,0.015797691,-0.018282676,-0.0029647343,0.015577812,-0.02864163,-0.02513309,-0.0032893163,0.009632834,-0.0055855354,-0.011427855,0.012164967,-0.0054390864,0.011554915,-0.00050984055,-0.002551929,0.0077454546,0.014264222,-0.014047518,-0.008130955,-0.005845802,0.024858208,0.036273614,0.0020152605,0.009968999,-0.009170469,0.0062214388,-0.028885242,-0.0027839437,0.0051957285,-0.001347294,0.023143621,-0.0045901476,0.0048724357,0.03200601,-0.011943383,0.012459057,-0.0050481674,0.019952962,-0.012779914,-0.006687193,0.007959991,-0.007878141,0.0037487005,-0.016762545,0.012641477,-0.0037487699,-0.0025769407,-0.0036352577,-0.008396821,0.02928409,-0.005800897,0.013443099,0.016455693,-0.009523889,-0.004570697,-0.00965521,0.005940268,0.009934022,0.008095586,0.006125543,0.021972373,0.030797724,-0.012555518,-0.012489271,0.016114468,-0.021455146,-0.026003629,0.003067309,-0.012117523,0.009152246,-0.015495589,0.011435917,-0.0013118407,0.0025811996,0.017996144,-0.007855449,0.012232611,0.0003804024,-0.0012682684,0.024736857,0.003623355,-0.022207841,4.8525468e-05,0.024776606,0.019188201,0.012709847,-0.005967819,-0.017889442,0.017111244,-0.0011540838,-0.0018290764,0.0020476335,0.0124429995,-0.0011284746,-0.006577421,0.012058444,-0.01773395,-0.0025163596,-0.16085549,-0.017691646,0.0025698429,-0.022839602,0.005093843,0.0028397432,-0.02762423,0.00075084704,0.008300596,-0.003266731,0.021669267,0.002734725,-0.025592476,-0.005347596,0.02044675,-0.0019140468,0.023297694,0.004622748,-0.0152849965,-0.0074384385,-0.009746796,-0.019564617,-0.0029959602,0.010554235,-0.025774375,-0.007366193,0.00401492,0.0057830596,-0.016629944,-0.026739595,-0.0035799283,0.010760426,-0.00038079778,-0.016109508,-0.0035908204,0.020661313,-0.011534265,-0.008328341,-0.016314594,0.0099863615,0.007688669,0.0025775665,-0.033175852,0.0069693946,0.012853592,0.0031953622,-0.012188561,0.0056364113,-0.029982507,-0.01406111,-0.0005400202,-0.00825303,0.02477586,0.009098449,0.0011832237,-0.0059493836,0.021940375,-0.008543407,0.024194542,-0.012288249,0.0031157848,0.01098919,0.009935508,0.011120948,0.0035382616,0.0077208257,0.0018170538,0.13671584,-0.013674716,0.0030736555,0.0016234079,0.0082294755,0.022794707,0.029767478,-0.002100683,-0.0029677153,-0.0072417003,-0.024332529,-0.0023723373,-0.0044277073,-0.0057849004,0.0023235232,0.009150199,-0.002394042,0.0014777075,-0.0075322688,-0.0032040665,-0.0017897893,0.006499715,-0.019625735,0.002104086,-0.012527625,0.0011115653,0.01312756,0.002042851,0.00505435,0.009481281,0.011757654,0.0014830284,0.0027655761,-0.013863312,0.011597431,-0.0035876452,-0.012513531,0.0077592116,-0.016329331,-0.0008813428,0.008702726,-0.0076293335,0.008730194,-0.022719285,-0.023672732,-0.0141439615,0.012260924,0.013465788,-0.017173775,0.001567868,-0.011512093,-0.008144737,-0.004364374,0.01982067,0.0036532492,-0.024676949,0.006496542,-0.0018557432,-0.017592281,0.0039969087,0.00062816584,-0.004243748,-0.0057655787,-0.004035365,-0.015130283,0.005353042,-0.0067471224,0.008130456,0.001748961,-0.11832491,0.0047082487,-0.005516268,-0.024707478,-0.02374275,0.01581635,0.002758953,0.02436971,-0.022571731,-0.0034543944,0.0007281769,0.009332374,0.0120407855,-0.013908467,0.005854564,-0.009721531,-0.02616681,-0.025679603,0.027202452,-0.01367122,-0.0026363775,0.0073421714,-0.007585273,0.0048545133,-0.005212244,0.016100597,-0.0054574856,0.0028968437,0.021188056,-0.0018851177,-0.02673914,0.027892731,0.005084908,0.016889842,-0.028794022,-0.017261174,0.005536535,4.71584e-05,-0.013014843,-0.005887108,0.021235349,-0.009240612,0.00996884,0.012803725,0.0035145825,-0.008582128,0.012558771,-0.0041193813,-0.00077507156,-0.011468143,0.009263594,-0.002038095,0.0062393234,-0.021346107,-0.0135736205,0.009691545,0.01185437,-0.04222648,0.024466729,0.021983733,0.011437741,0.022190077,0.0033304489,-0.003779627,-0.01728631,-0.008080715,0.0032323631,-0.006552918,0.01641431,-0.0011939129,-0.009404448,-0.008557425,0.006520613,0.018703338,-0.005931197,-0.019531589,-0.014769316,-0.0034326995,-0.008055077,-0.027836319,0.0018217616,-0.027023818,0.009733041,0.00016144905,0.040711336,-0.005671482,-0.010685282,-0.004966581,-0.0062264674,-0.003960577,0.0039640865,0.017776808,-0.002296538,0.013655677,-0.01340752,-0.0101452265,-0.020981293,0.028549343,0.008234567,-0.0069771656,-0.0034857972,0.0070467913,-0.004319411,0.0039275545,0.0027967598,0.0031648278,-0.0013503991,-0.01759187,0.0003131833,-0.005260869,0.008323061,0.029308062,0.004015064,-0.020136615,-0.00059293886,-0.013413955,0.0032177216,-0.0038283404,0.013240773,-0.0012767446,0.023928454,0.0154535305,-0.0020747131,-0.004262242,-0.012745078,-0.0014853462,0.019101659,0.007986936,0.0041318466,-0.008809076,-0.012471007,0.010716464,-0.0025738291,0.018959867,0.009967493,0.007872816,0.00059724035,-0.024450181,0.015776636,0.012741123,-0.0085665975,0.019947065,5.9137066e-05,0.03083181,-0.0077900793,0.0027751306,0.036657568,-0.003876,-0.004485605,-0.01570462,-0.009294917,-0.008701618,0.007303718,-0.02561103,0.024936302,0.008013916,-0.016245723,0.03478062,-0.0041145273,-0.029236631,0.0046451404,0.007794728,0.006530554,-0.013323881,-0.0028309692,-0.025417907,0.02470686,0.0023201476,-0.00805708,-0.019899849,0.0013059176,-0.02436539,0.016409677,-0.014120969,0.0014569489,-0.012707276,-0.002577282,0.00918931,-0.02167767,-0.075279295,0.025306437,0.0046159304,-0.006815681,-0.011919505,0.029869458,-0.015581997,-0.0057902415,-0.025687989,0.013131784,-0.0016301813,0.027992913,-0.008503037,0.018199079,-0.021256762,0.00095315557,0.010529058,0.004934775,-0.0052403444,-0.0030949833,0.009898456,-0.0118388785,0.00086662744,0.004944287,0.010037173,-0.025082001,-0.018510006,-0.007498126,-0.018164925,-0.024964632,0.011669439,0.013609097,0.012393337,0.005692071,-0.0040048603,-0.027658684,0.0033298433,-0.017050166,0.010852947,-0.050254103,0.012185601,-0.0008260801,-0.06296875,-0.00792049,0.01956822,0.020180475,0.012793502,0.0015581873,-0.004238966,-0.00997617,0.021068415,0.004739014,-0.010370003,0.0030043318,0.024411568,0.011765981,0.010509957,3.6112473e-05,0.01431301,0.0041582203,0.008023573,-0.013240486,-0.030015433,0.024935314,0.022948673,-0.0033150923,-0.010938607,0.019353785,0.012213089,0.012091607,0.00943191,-0.028375309,-0.021329315,-0.0031039016,-0.014050325,0.006128104,0.0036459658,0.0040804995,-0.0027570268,0.015197336,0.002369206,0.008370962,0.00872996,0.02491245,0.020661352,-0.011828734,0.012722352,-0.1046941,-0.013176953,0.0037447012,-0.010625777,0.011791826,-0.0011648402,0.003345194,0.03595889,-0.0056392513,0.028853891,0.0024855006,0.023847142,-0.008801412,0.012120774,0.0029699532,-0.00077165925,-0.009877069,0.007105057,0.019529844,0.012418884,-0.0010336178,-0.0024415986,-0.0023820417,-0.001805939,-0.007532352,-0.07015281,0.005183247,0.021493128,0.010482093,0.0032626127,0.0060551516,-0.010661855,0.0020041745,0.008493167,0.006880886,-0.033045225,-0.0018208124,-0.0031453467,0.012041772,-0.010307999,0.012254974,0.01735889,0.0036532239,0.007922442,-0.011681562,-0.0026951055,-0.0114984065,-0.002546203,0.013139047,-0.004738045,-0.0003636606,-0.011733336,0.010317458,-0.008707539,0.011663831,0.008790468,0.005120841,-0.024018945,-0.0056805206,0.0045678723,-0.029373521,0.00033534796,0.0009857344,0.0001727335,0.007709667,-0.003622879,-0.0231511,0.006300977,-0.015265873,-0.015379541,0.023562845,-0.009329534,0.005939602,0.020849364,-0.008911532,0.012584441,-0.019759817,-0.013923262,-0.016699836,-0.006716459,0.028305203,0.00090889033,0.019487796,-0.010011932,0.0053430707,-0.007524577,-0.014891892,-0.0025322407,0.01912766,0.008134798,0.011832522,0.0037428446,0.023280961,-0.020728782,0.022268912,-0.009718356,-0.02399001,0.0013282216,-0.009568418,-0.004853597,0.0033496222,-0.00040768753,-0.009689949,-0.015087305,0.017381608,-0.007477818,-0.0074727796,0.013006762,-0.0030903288,-0.004292683,0.011176843,0.004509349,0.0026486844,0.0050962996,0.00062213023,-0.017733041,-0.0057562455,-0.003932994,-0.01804579,-0.01011271,-0.010037313,-0.011444331,-0.0070188628,-0.0021490757,-0.0049878545,0.00655805,0.0026436292,0.0060743876,0.02448497,0.0141025325,-0.00010970253,-0.0016865853,0.016127096,0.00019950305,0.016375741,-0.011625026,-0.015079844,0.008741354,-0.0072396956,-0.0048484844,0.0036800473,-0.0007150499,-0.0053111794,0.0007566979,0.018452771,0.004836169,0.009723934,-0.004223073,-0.004303651,-0.014953918,-0.002296115,0.0116110705,0.025112066,-0.015854914,-0.005696219,0.0025687988,-0.008527704,0.0033209852,0.024877856,-0.008497247,0.0054703318,0.0032449297,-0.02078177,-0.01965962,-0.0396491,-0.008475823,0.0027024376,0.002041346,-0.007906036,-0.021766039,-0.0046483325,0.008576112,0.010926474,0.00066937157,0.046831787,-0.008208919,0.0034530289,-0.005550829,0.0010529411,0.0050063357,-0.018200606,-0.009615054,0.01464222,-0.0017058931,-0.0013421858,-0.0133801885,0.0119793,0.0020622886,-0.02033747,-0.01275773,-0.0020781471,0.0021009403,-0.0073110256,-0.0014378579,-0.0073431605,-0.019813547,-0.015117886,-0.005135115,-0.017728541,0.014778739,0.0078104003,-0.01040703,-0.0054117246,0.019116541,-0.009486756,-0.0044106557,0.010522327,-0.017149067,-0.0052267066,0.013196954,0.02115293,-0.00095674914,0.010505444,0.011461104,-0.0070415395,0.016916245,0.008706446,-0.0100035565,-0.009157716,0.01534099,0.01633714,0.0011273274,0.01023205,-0.0013447962,0.021735972,-0.023291746,-0.007802161,0.004473388,-0.016665643,0.0061556804,-0.014405287,0.009061516,0.00085492,0.01026201,0.018278118,0.009088909,-0.0196602,-0.0051396876,-0.004437654,0.017719824,0.021859117,0.015241402,-0.011257809,0.0036392699,-0.010013355,-0.0071531734,-0.012587631,0.010562226,-0.015056076,-0.012257242,-0.0026874756,0.0021623103,0.0036628118,0.0054288046,0.008879767,-0.028213937,-0.025629707,-0.0001035669,0.018484024,-0.0064694276,0.008287342,0.009754543,-0.0075791297,0.027952954,-0.0030474262,-0.016190939,-0.0016504484,-0.0012562003,-0.008045357,-0.0141951265,0.016972927,-0.014067324,-0.027321823,-0.0012981794,-0.008522646,0.01577551,0.0110492725,0.004125032,0.011693112,0.016623473,0.008719852,-0.021044793,0.0035663992,0.015895082,-0.02243682,-0.0019480474,0.0057368455,-0.0028011005,-0.023516567,-0.014076751,0.026026282,0.0072578234,-0.0046555726,-0.019680474,0.002285125,-0.009530165,0.017125798,0.0049505257,-0.009592191,-0.009834999,0.02118652,-0.054613933,-0.0037212393,0.0152035095,0.0060809385,0.005024945,0.020935455,-0.02594774,-0.0077819573,-0.016595786,-0.022218587,-0.018822148,-0.0063799033,-0.006571203,-0.037636083,-0.007434717,0.0050489185,-0.00010587017,0.004292468,0.007352231,-0.032754127,-0.012912128,0.015768988,-0.017523855,0.01755012,-0.0077602114,0.0054714624,-0.015000436,-0.012302273,-0.01067707,-0.006753763,0.009441963,-0.015458043,-0.0056223855,0.008300096,-0.000249659,0.0055976156,-0.024779765,0.00068918464,-0.026118996,0.0054868273,0.0010673286,0.005188259,-0.0126247555,0.0024579053,-0.019514939,-0.0011027254,0.0073844646,0.0031145525,-0.014779532,-0.0036512064,0.0017744577,-0.005648127,0.009739312,0.0096133705,0.0007637774,0.00035213717,-0.02117612,-0.004346263,0.0040413705,0.005986933,-0.0038413608,0.0017714422,0.007436042,-0.0038026185,-0.0065605748,0.0073725423,0.0058367597,0.012918907,0.019940078,-0.0119151855,-0.006681001,-0.0041166903,0.0001732963,0.012959515,0.0245066,-0.0109609645,-0.022834105,-0.002493557,-0.0010407636,-0.026866509,0.009574326,0.0011224976,-0.0012059684,-0.003917782,-0.018361427,-0.01437813,-0.0082923155,-0.0029948358,0.0041963793,-0.0004943378,0.020173205,0.008984852,0.003521798,-0.01166314,0.026320882,-0.02911229,0.01590168,0.025068372,-0.023064723,0.016429013,-0.0077666366,0.02642193,-0.030475616,0.012971058,-0.0009865437,0.01138436,0.013368736,-0.004625948,-0.015664391,-0.00036553902,-0.0052597146,-0.00811927,-0.0019611262,-0.005143282,0.011686646,0.0026147626,0.021062318,-0.0048394147,0.024553288,-0.002869235,-0.0004512905,0.013218132,-0.012129523,0.01644084,-0.004616161,0.023152841,-0.0022624745,0.001225243,-0.0102234455,0.012555279,-0.0038578846,-0.005904136,-0.0028669226,-0.0021227794,-0.0020114395,0.026238063,-0.006644757,-0.010832511,0.012292137,-0.019619724,-0.008070136,0.008975998,0.0031766833,0.014451589,-8.4873536e-05,0.015300755,0.019597573,0.016314019,-0.0007729768,-0.011092267,-0.018054092,-0.011210563,-0.001833893,0.016947623,-0.018080287,0.00038920675,-0.00991217,-0.009023511,-0.012276525,0.012237836,0.023971153,0.03842185,-0.0033459105,-0.039589643,-0.012286455,-0.0132745085,-0.0021079853,0.00057247933,-0.0077603958,-0.01533052,-0.001588057,-0.065585695,-0.019887324,0.011333569,0.009352586,-0.020468492,0.007077824,-0.014247536,0.024243612,-0.0043977685,0.004523096,-0.025217494,0.032792598,0.024929566,-0.021872614,-0.020946862,-0.026177289,0.006659001,-0.006189733,-0.009731139,0.016300565,0.023107931,-0.015347527,-0.016373573,0.018041274,-0.025853205,-0.0039404803,0.0054945853,-0.0023698185,-0.030704085,-0.0021915466,-0.026535375,-0.012988379,-0.007414083,0.0061038993,0.0005406954,-0.0016348996,0.017348234,-0.016590074,-0.018964263,-0.013781187,-0.00966301,-0.0024413164,0.012907562,-0.0012976588,0.007707915,0.0067426735,-0.0016829873,0.014014931,-0.010273833,0.011913955,-0.005200591,0.005584562,0.003179846,0.005857824,-0.022680419,-0.006447349,0.009174262,0.0020599128,0.019235825,-0.00031230168,-0.026498374,0.008516645,-0.0051075015,0.006243232,-0.0028439325,0.02222647,0.007272896,0.008375895,-0.007701522,0.009281528,0.007914103,0.004523751,0.0017946649,0.03289204,0.0032532136,-0.015877645,-0.030459007,0.006963203,-0.008571586,-0.0058485437,0.011346959,-0.01924433,0.0013909217,0.0036177111,0.0018429646,0.0014401078,0.006948804,-0.02045154,-0.013410806,-0.011873682,-0.04379704,0.0258255,-0.01521855,-0.008201924,-0.021292364,-0.015649687,-0.010203704,0.02348098,0.027018385,0.024549456,0.014125955,-0.022011636,0.0027879535,0.010123868,0.010126951,0.010742385,0.011674474,-0.011573131,0.02027152,-0.0023718686,0.006305755,0.013372415,0.006749318,-0.025427815,0.020973558,0.015916497,0.009459436,0.010782876,0.010167303,-0.0048742066,0.010813709,-0.0060122116,-0.0019755648,0.0102760345,-0.018670062,-0.007916389,0.0047500897,-0.010284949,0.003687525,-0.016777374,0.01828027,-0.016516034,-0.020081514,0.010471991,-0.00864686,0.012631909,0.016481776,-0.034746267,0.0021311573,0.017917462,-0.0118300235,-0.008149738,-0.021169469,-0.009389577,0.012285563,-0.007357857,0.009449823,-0.024641836,-0.024970174,-0.0042201295,-0.02116809,-0.009180944,-0.015438012,0.0120045645,0.030429708,0.008877998,0.0011941723,-0.0077832798,0.016022595,0.0002512242,-0.0077175493,-0.008407892,-0.0012237766,-0.0007499877,0.0024677932,3.5751111e-06,-0.007643808,0.01042903,-0.0012191336,0.004480093,0.0047018947,0.0070394333,-0.012311102,-0.0007804258,0.005629166,-0.0021944544,-0.0028763022,0.008181162,-0.009492491,-0.014024715,-0.00294947,0.0071328515,-0.001996011,0.02188619,0.032271408,-0.0053024217,0.037286285,0.010894419,-0.020427106,0.00010376292,-0.027693685,-0.0048909914,-0.009144444,-0.0033917204,0.005125698,-0.019254394,0.013331889,0.00072819315,-0.008113847,0.007300047,0.001818124,-0.009589914,0.0014245629,-0.01777614,0.0010982783,-0.023479797,-0.014263619,0.01867639,-0.01261501,0.0074142567,0.009388671,0.023441693,0.025928734,0.010663284,0.15649672,0.09796735,0.020015137,-0.010977752,0.039498013,-0.017684352,-0.014396227,-0.011189401,-0.01775473,0.013794101,-0.02320616,-0.008191574,0.009243551,0.00042972085,-0.020309113,0.0027183336,-0.0071794814,0.007518128,-0.013208852,0.003685667,0.011844855,0.012849312,-0.0038227348,0.03197449,-0.025189728,-0.005342079,-0.009746732,0.015199826,0.02055814,0.018246863,-0.0027071962,0.0113367215,-0.032250993,0.0012429839,0.022243943,-0.01914208,-0.010337119,0.012848084,-0.0025066724,-0.020519165,0.0024085771,0.007255127,-0.0075277216,0.0034387538,0.037914038,-0.0038164419,0.00024121739,0.0021071,0.019553177,-0.00061326846,0.0003001926,0.0023590124,0.006582181,-0.012140866,-0.0045008105,0.0010719438,0.0016071391,0.026829833,0.006217924,0.00019251711,0.0038792386,0.014604645,-0.0037556388,0.0070787338,0.016202694,0.0050238026,-0.019991256,-0.008923367,-0.013741704,-0.01476454,0.015500386,0.006610801,0.02102921,-0.0016889214,-0.012011239,-0.0010774431,0.0016609487,0.0009601242,0.026763488,-0.0040515945,0.0008086801,0.014102073,0.0073773516,-0.0010775949,0.014767305,0.0009991319,0.009633645,0.014646893,0.12341376,-0.003674102,-0.0060484237,-0.019042075,0.021069525,-0.0229346,0.0066891494,0.06395018,0.017695345,-0.00963411,0.005587082,0.012503522,0.014785194,-0.018564997,0.0015748402,0.010779854,0.018401776,0.03745596,-0.0049748076,0.008111819,-0.0013776075,-0.016164811,0.0018585321,0.021310892,0.024704354,-0.0042720465,0.029759461,-0.0016402435,-0.022000715,0.0353606,-0.107782006,0.001469035,-0.008387054,0.014414843,-0.018142523,-0.0051709022,0.04293101,-0.019650865,0.0008196058,0.0047330516,-0.001398945,-0.0040896046,0.007552633,-0.0064036846,-0.012459187,0.032688197,0.0084695835,-0.013740663,0.013061211,0.0052630715,-0.008835589,-0.006344246,-0.010893305,0.0050049764,0.00410485,0.0036470315,0.0069914646,-0.025847457,0.010820067,0.01752983,-0.009196425,0.009102407,-0.02072076,0.0092915,-0.014748626,0.0060164277,-0.020486185,-0.00073020486,0.014053373,-0.016742608,-0.0006567123,-0.0043714186,0.0007045325,-0.031902395,-0.010121074,-0.01628941,-0.023863958,0.006358366,-0.008358943,-0.03513266,0.041188203,-0.006637726,-0.0108999545,-0.014082214,0.0048848935,0.013730924,-0.035529837,-0.00046279727,0.0047501544,-0.008396677,0.008577354,0.008922112,0.008630419,-0.018782433,0.0046646916,8.889967e-05,-0.002744903,-0.004680574,-0.004631446,0.023457177,-0.015231744,0.018740382,0.0053788302,0.0015130732,0.011936091,-0.009027029,0.017674418,0.013802862,0.012132555,0.006396847,0.006118408,-0.021121277,0.015806928,0.11352946,0.022119857,-0.011250055,0.027644528,0.0029681246,0.0009412309,0.007479383,0.014364243,0.010738127,0.013049691,0.004049705,0.00090761215,0.0088469405,0.044692285,0.0041830507,-0.00015107838,-0.005871159,-0.0070761587,0.009937346,-0.0067318613,-0.0006266873,0.0029642298,-0.008437847,-0.0039972668,-0.018725505,0.026874369,-0.025019173,-0.002241622,0.005177277,0.0013913896,-0.0041604117,-0.0054411464,0.013044405,-0.01709544,-0.0095510995,0.017245073,-0.010355296,0.005872408,-0.008603313,-0.0013362798,0.008363974,-0.009036813,0.027453436,0.0008486896,-0.027666321,0.1845318,0.003812166,-0.044364575,-0.019001026,-0.011084086,-1.8526218e-05,-0.00045306183,0.014314896,0.0024650965,0.008863603,0.039893974,0.0022820397,-0.0072950525,-0.011792069,-0.01303682,0.0030086795,-0.025440473,0.022775749,0.006557974,0.0061042286,0.019478707,0.0009978658,-0.00981804,-0.0044587674,-0.0014400398,0.0035823793,0.01284461,0.0060744914,-0.0048791915,0.017900651,-0.0059307525,-0.021447456,0.021743318,-0.027243307,-0.0009388629,0.009955552,-0.01671056,0.031852726,0.0112752635,0.0063812323,-0.006151805,0.013022703,-0.00081821415,0.01599884,-0.036742248,-0.013926815,-0.010278164,0.022814382,-0.013817892,-0.016068917,0.0047514397,-0.007425703,-0.012446367,0.00402187,-0.009698274,-0.013371232,0.011075031,0.0052786954,-0.0045541595,-0.005816276,-0.0031455443,0.010953944,0.00786888,-0.023745278,0.007975382,-0.008108309,-0.0065858397]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 100,
          "content": "\"DualSense Wireless Controller '007 First Light' Limited Edition\" to be Released on May 27 - news.denfaminicogamer.jp",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.008884373,-0.0123211695,-0.007280032,-0.11287206,0.00083781645,0.05498562,-0.015671154,0.006536398,-0.000310625,0.002453036,-0.022645155,0.011815335,0.0060459054,-0.0016465952,0.1276276,-0.0077049825,0.005319652,-0.0042639505,0.048680555,0.03304939,0.00072930625,0.007955778,-0.020653224,-0.01237826,-0.018354818,-0.030090287,0.027938625,-0.013075619,0.022647612,0.01564997,-0.019693369,0.0052655395,-0.0077780737,-0.0133767165,0.020775627,0.010862493,0.020896899,0.004629096,0.003535621,-0.018401675,-0.025450747,0.0012636847,0.010621194,0.0045022215,-0.013492169,-0.009460138,-0.017227897,0.006701261,-0.03193663,-0.013906219,-0.00125386,0.010363402,-0.0034706546,-0.15017551,-0.0024142982,0.043626312,-0.021815188,0.0034936778,-0.022248838,-0.018193435,-0.0075489823,0.00955954,-0.013157849,-0.010060292,0.024893248,0.014373844,-0.02953879,0.008244193,0.0015063157,-0.027775267,-0.021056324,0.039671496,-0.013692306,-0.028464455,0.022420561,-0.020852514,0.0066282027,-0.00481985,-0.01223351,-0.012504015,-0.018095579,-0.031703714,-0.031410597,-0.0017368644,0.031877387,-0.01639447,-0.015601793,-0.0010012174,-0.013857672,-0.014147284,0.015443501,0.005177837,0.019388769,0.007099114,-0.08131496,-0.001543304,0.013185581,0.013649329,-0.020340877,-0.013411031,-6.025916e-05,0.013721701,-0.0017412909,-0.021662148,0.010985654,0.0203954,-0.00849086,0.0029003266,0.018522449,0.00840379,-0.0037607695,-0.005671024,-0.013847494,0.007277403,-0.013788418,-0.12369495,-0.013508467,0.0189565,0.014565549,0.008915642,-0.0065138345,-0.014642514,-0.009236621,0.02701822,-0.0156526,-0.018958507,-0.021687659,0.024966376,0.0019325421,0.000985084,0.014050928,-0.035079487,0.0095787095,0.009831216,0.022419667,0.031111954,-0.013357479,-0.029307036,0.005758212,0.016250685,0.021312699,-0.029728275,-0.00408349,-0.016447898,-0.053863265,0.043086007,-0.018197432,-0.0063274936,0.0026723112,-0.009805822,0.023848569,0.005329266,-0.01299941,0.0015550267,0.027167859,-0.0030110087,0.01795689,0.020543376,-0.015485689,-0.009453886,0.027684333,-0.015139107,-0.0043596667,0.029305194,0.023812534,-0.03753313,0.05684743,-0.004732903,0.005998364,-0.009539662,0.012099827,0.0018174846,0.00782966,-0.026275674,-0.002430222,0.0060174735,-0.0157283,-0.007859579,0.0002825964,0.031390972,0.009093866,0.020752735,0.010984139,-0.011949303,-0.0020194987,-0.01755378,-0.03261362,-0.00042409886,0.022763627,0.009627983,-0.0090641435,-0.008925857,-0.009368348,0.002799487,0.014310127,-0.007132775,-0.026708372,0.009980199,-0.0040083393,0.008870321,0.00035209346,-0.002141026,-0.027088366,-0.0015192141,0.008178037,-0.02221754,-0.021489194,-0.010784039,0.015796712,0.014502627,-0.021570096,0.00058293954,-0.012286921,0.008797081,0.023519972,-0.015502927,-0.0027681412,0.009701744,0.009342158,0.0073957397,0.016884996,-0.027402319,-0.0010647391,-0.01510825,0.014841154,-0.045074973,-0.016577216,0.0067580924,0.008755641,0.010843923,-0.020288216,0.01799602,0.0016659305,-0.018826146,0.004769608,-0.0136299385,-0.013254435,-0.027479196,0.01826244,-0.0076663424,0.003758359,0.018966503,-0.008379017,-0.020129295,0.005240953,0.039093718,-0.0014020915,3.352011e-05,-0.02975008,0.020949243,-0.016341751,0.0063118753,0.033449117,0.0034334427,-0.01011665,-0.012339728,0.0027396493,0.0091391085,-0.0247565,0.021993812,-0.023719396,0.0050905333,-0.042555653,-0.013455638,0.018299252,0.010623892,0.008417133,0.012673001,0.0028238215,0.0074040205,0.023810737,0.0060249404,0.010241889,0.0035298208,0.004316137,-0.021969175,-0.039739236,0.010098525,-0.020412698,0.0053298203,0.018458545,-0.0051797633,-0.0023158144,0.03476282,-0.015891232,-0.020184169,0.0031932862,-0.017526107,0.0024275826,0.008172248,0.013120958,0.0019059972,0.023431253,-0.010148349,-0.013806759,-0.00041979464,-0.010001259,-0.030636508,-0.023664827,-0.014894502,0.008073961,0.021493914,0.0054753916,0.03685442,-0.0017084371,-0.015298239,-0.0025516842,0.035184063,0.016437577,0.014201819,-0.012488114,-0.015328023,-0.022319548,0.0166378,-0.0060072085,-0.0153288515,0.0001286308,-0.03823005,0.010875063,0.00041210683,0.0064822445,0.011101258,-0.029867241,0.005878162,0.009725142,0.020414837,-0.00086888444,0.0028512918,-0.0028271382,0.0048583145,0.01829979,0.0026889618,0.00974253,-0.0018805031,-0.00669061,-0.008272517,0.021311777,-9.3758434e-05,0.025510404,0.018809045,-0.0069338484,0.02278515,-0.0044168266,-0.040759884,0.0077889534,0.004018953,0.007542427,-0.007936371,0.007366727,0.0056362003,0.025746435,-0.0012293231,0.020928428,-0.014466775,-0.013993785,0.019387763,-0.006613089,-0.022342414,0.026334748,0.013832503,0.002225342,0.007068322,0.021077383,0.011998745,0.013060005,-0.009709075,0.0009398708,0.0022860277,-0.0077721965,0.0065808347,-0.031439804,-0.029837755,-0.014628452,0.010152896,0.008507245,-0.005627657,-0.025482284,0.026261969,0.014993936,0.0017979888,-0.0101291565,0.0203091,-0.008960905,2.7538745e-05,-0.02004398,0.0020174137,0.02792956,-0.016706504,-0.0011577621,-0.010614912,0.0422852,0.0074372413,0.020934265,0.025351252,-0.0005899183,0.0123791415,0.017184708,-0.02058466,-0.022329824,-0.004026176,-0.0026217622,0.0092335045,-0.03411855,-0.0140972445,-0.0045850743,-0.013209193,0.018987363,-0.009135093,0.009840036,-0.0006361964,0.008820457,0.0006450959,0.021471288,-0.008161653,-0.0035540208,0.004299692,0.022870375,0.004077526,-0.01659474,0.0056612464,0.0049123745,-0.016094651,0.0026751773,0.020134795,0.00713356,0.008671007,-0.005889874,-0.018180544,-0.009719519,0.015618975,-0.016903548,-0.0066816015,-0.011344921,-0.032462798,-0.015848415,-0.026994996,-0.011088521,0.015305775,-0.010235533,-0.005209787,-0.005832645,-0.014565475,-0.044731587,0.0015177917,0.021947093,0.006896522,-0.014911216,-0.013400488,-0.019337337,-0.014079432,0.0028898928,-0.017920429,-0.01761634,-0.0052599623,0.015643245,0.0005116899,-0.022285473,-0.004863961,-0.023998484,0.0030518936,0.02316106,-0.014051205,-0.010036072,0.00073251047,0.0231458,0.027216863,0.024441427,0.013823499,-0.0085949395,0.0056103687,-0.011262499,0.009482401,-0.016779989,-0.01161598,-0.0029207645,-0.01945968,-0.003258755,-0.027666355,0.024118649,-0.009744761,-0.007950344,-0.04583465,-0.009219716,0.0023064693,0.008012423,-0.017040702,-0.024920153,0.0036370328,0.013452312,0.0062181726,-0.014375147,-0.010109423,-0.01161602,-0.005838255,-4.97393e-05,-0.0036407823,-0.0012949562,-0.016734459,0.014569844,0.01053371,0.021608455,-0.013103061,0.0010081591,-0.028585011,-0.02724832,-0.024357894,-0.01841338,-0.0068201865,-0.0041569895,0.013231021,-0.025448274,0.013720849,-0.0028982037,0.014176737,0.0061714393,0.01714725,0.0010987064,-0.015300469,-0.010966313,0.020953689,-0.010145465,-8.773514e-05,-0.011872209,-0.004504774,0.013039509,0.015430462,0.0037309923,-0.026894463,0.026700456,-0.0017033537,-4.6233585e-05,0.022443522,-0.00079212117,0.0053008595,-0.020714965,0.015822507,-0.0051886598,0.013809891,0.0047702543,0.017337365,-0.0066207447,0.03199166,-0.017032772,0.01226374,-0.002505701,-0.08657433,-0.021276321,0.013848092,-0.0073859347,-0.022728708,-0.01978285,0.014209508,-0.00057916687,0.0109631205,-0.004750287,0.027736107,-0.0214508,-0.0075857276,-0.017744105,0.019910563,-0.02498525,0.004685275,-0.026310114,0.017140487,-0.016789753,0.004153734,0.018997753,0.002507959,-0.0415178,0.021336202,-0.004276817,0.014268984,0.004026003,0.0048019895,0.033296224,-0.02172463,-0.001399867,-0.019114675,0.02117852,0.01867098,0.022106761,-0.012584256,-0.017425809,0.031654924,0.026731923,-0.008157157,0.00475848,0.006843395,-0.013402696,0.020898292,-0.0038868436,-0.033426993,-0.018048398,-0.0074316175,0.01361292,-0.0052121594,0.021159325,-0.0033197089,-0.032280896,-0.014029687,0.0030793373,-0.015751215,-0.00070106064,0.0218765,0.018190702,-0.032479458,0.003197794,-0.02433467,0.019175388,-0.024661776,0.026599417,-0.016501632,0.04021631,0.021197107,0.027850224,-0.01762497,0.015988076,-0.009312956,0.0040550577,-0.00081788824,0.0145371845,0.015642002,0.021108942,0.01136975,0.005801546,-0.026152102,-0.015700765,-0.13175851,0.011318236,-0.01557845,0.007505562,0.012573928,-0.017449263,0.007454629,-0.027624305,0.012205269,0.0029590314,-0.026150644,0.0062300866,-0.027331382,-0.021597171,0.003805216,0.011631562,0.030278364,-0.026095133,-0.0009365585,-0.019796738,0.016451878,0.006072437,0.0035442691,-0.020684343,-0.024512686,0.013985234,-0.0071597644,-0.0064193504,0.0018793918,-0.017263195,0.0075299013,-0.12310316,0.02030999,-0.01230684,-0.0070229163,0.003662637,-0.00097136805,-0.009151034,-0.012710227,0.0027830333,0.002785214,0.016171064,-0.0040335665,-0.029754797,0.013797796,-0.015841765,0.10054578,-0.0012692076,0.015926259,-0.0053475234,-0.025117546,0.013107046,0.0063179703,0.016994677,-0.0069992775,-0.013494397,0.022287836,-0.034243852,-0.013023083,0.0049774647,0.0047444827,-0.00027307865,0.02422785,-0.013088073,0.012045743,-0.013132681,0.0027313961,0.010101853,0.011031444,-0.0077382377,-0.013575208,-0.0035795472,0.029231025,0.02776003,-0.009407807,-0.017277304,-0.0004638414,-0.022941384,-0.012163672,-0.009555715,0.005665815,-0.0014745393,-0.10477068,0.006078064,-0.0034963884,0.011788368,0.00067450927,0.0056670234,-0.016112002,-0.01108691,0.021449056,0.002396066,-0.01424291,-0.0010514795,0.008252193,-0.014379984,0.039161023,-0.0123154875,0.009631997,0.015866673,0.002854758,-0.014590827,0.00628627,-0.0025185829,-0.0035816056,-0.02950662,-0.015078205,-0.019323928,-0.010936739,0.013683989,-0.026112935,0.021830257,-0.014091359,0.021461409,0.018895617,-0.03927373,0.0068782577,-0.033463094,-0.0038081752,-0.0054044845,-0.0057623237,-0.005402253,0.0035462084,-0.0029247077,-0.013621053,-0.0060228994,-0.0027614378,0.013545262,-0.0012414642,-0.028009268,-0.018570056,-0.03419598,-0.014178193,0.0074536805,-0.032746784,0.0025479838,-0.023828551,-0.016041288,0.01128805,0.0005821766,-0.019201089,-0.0014598819,0.0013210957,0.0015535724,0.026006617,-0.004346341,0.017142382,0.00927794,-6.6809174e-05,-0.00048313537,0.0030707102,-0.0012257001,-0.0070605683,0.0050871056,0.0020133392,-0.006113897,0.016707545,-0.007917233,-0.0049887765,-0.012972639,-0.04412555,0.0102984505,0.003724161,-0.03442511,0.012398621,-0.018707408,-0.004036256,0.007673779,-0.0024734628,0.023120811,0.010504609,0.00094850635,-0.010694755,0.016128382,0.00096238725,-0.011666501,-0.00355483,-0.0013799528,-0.0029310128,-0.015367868,-0.005879475,0.00059187115,-0.015805887,0.023537919,0.012646253,-0.009153086,-0.00024192221,0.005786285,-0.009063078,-0.008239717,-0.016488038,-0.0031797993,0.003213187,0.00891837,-0.0132797565,0.012010103,-0.0058493456,0.013817688,-0.004526998,-0.0010941413,-0.013468702,0.008862456,-0.0025474175,-0.022944644,0.0047782003,0.0070492993,-0.01127972,-0.0053961216,-0.0063792914,-0.0018583823,0.00891792,-0.01094681,-0.0075597595,0.0019599916,0.0007048184,0.0038456062,-0.0069639874,-0.0027172568,0.0047221216,-0.0100695975,0.0020161504,-0.008805144,-0.015935704,0.01801318,-0.004690869,0.00140577,0.0017485033,0.00035827723,0.010609336,-0.0037829399,0.0057331207,-5.1986102e-05,-0.016794214,-0.00927704,-0.0015882823,-0.003827615,0.015846575,-0.00080137094,-0.0024993157,-0.002398879,0.008567685,0.0065289545,-0.018124033,-0.0032103998,0.010057141,-0.022060549,-0.0063710413,0.0016402025,0.015454469,-0.00713015,0.007548512,0.014287081,-0.012053699,-0.019329611,-0.00829326,-0.011384473,0.004510984,-0.0007070598,0.01403938,0.0008530413,0.011924637,-0.0060986164,-0.0034796146,0.020426549,-0.016705597,-0.00049911765,0.0075252475,0.017690927,0.00080234697,-0.013864197,0.009098167,-0.008044688,-0.0041304524,-0.014874816,-0.008873662,-0.002764432,0.0019235739,0.006463991,0.005747004,-0.020024126,0.015420656,-0.012493261,0.01657629,0.031588618,0.0041252123,-0.017653562,0.004523813,-0.006191311,0.020099444,-0.028100032,-0.0001746479,0.0065425574,0.006430064,-0.0023820358,0.008453038,0.008621833,-2.2162612e-05,-0.014030768,0.0005889617,0.003531758,0.030480366,0.0021241512,0.018647427,-0.013616902,0.01963314,-0.005658135,0.005768865,0.014466226,-0.0060662343,-0.002232825,0.0006351233,0.027398609,-0.015530776,0.008613196,0.0071971654,-0.00071197655,0.007173199,0.00471553,0.009691219,0.005695764,0.0076558967,-0.00792761,0.0108472,-0.0024314832,0.021236712,0.007132619,0.025450433,-0.004703486,-0.010004121,-0.0037855934,-0.008462439,0.013070731,0.0028368402,0.02118719,-0.0052103666,0.0038443136,-0.012045897,-0.006686883,-0.00939558,0.006760691,-0.017075174,0.08833286,0.010380763,0.007176686,0.0031927198,-0.021940384,0.008305896,-0.0020139152,-0.033264335,-0.017730396,0.0041510738,-0.0040288195,0.015735632,-0.0071150777,-0.0016415686,0.0035801255,-0.006653228,0.00168559,-0.0030544805,0.004141719,0.013464486,-0.007868795,0.0076087844,-0.0049357805,5.8007616e-05,-0.002290651,0.011935773,0.012685083,0.00730939,0.028213654,0.012561799,0.0021689897,-0.015018248,-0.01284454,0.009703246,-0.025270253,-0.017674206,-0.01488508,0.022258919,0.017723856,0.004155755,0.0064760395,0.00689606,-0.007944554,-0.011318202,-0.013772411,0.00096618384,0.017576851,-0.019173918,0.01367527,-0.0025270844,0.0046020043,0.0021186518,-0.005000273,-0.016174205,-0.008012731,-0.014424209,-0.018286766,-0.0059350817,0.008836614,-0.0037513503,-0.0048068054,0.017724764,0.0067249495,-0.0061195423,0.007092682,-0.013392884,0.00029655217,0.027812734,0.005061373,-0.0069166212,-0.018119825,-0.022096675,0.0013517973,0.01742699,0.028861627,-0.011067244,0.007624337,0.00912606,-0.010650129,-0.017205648,-0.0013509374,-0.0042356043,0.0040709134,-0.00029486013,8.778283e-05,-0.0010506132,-0.0092090545,0.0019887078,-0.008005603,-0.0073696673,-0.008118443,-0.014634415,0.011578995,-0.011547574,0.0026260563,0.0125573315,0.04243473,0.014322612,0.0032728899,-0.0012525707,0.0006338995,-0.017023966,0.001995307,-0.010450154,0.00083665,-0.012036237,-0.01740073,0.0061484394,0.0075369896,0.0047166906,0.0019931227,-0.004040845,0.013443348,-7.701837e-05,-0.022739828,-0.005776763,0.0042714267,0.016564207,-0.021780852,0.015706772,0.020706285,-0.004564342,-0.024016153,-0.00038984697,0.010629369,-0.010144616,-0.0057663466,0.003466919,0.004285278,0.004670461,0.00462909,-0.001058957,-0.0032429558,0.01062547,0.011481544,0.009982676,9.619377e-05,-0.0035384235,0.0021697984,-0.011773339,-0.010027063,-0.017146602,0.0011819983,-0.004744288,0.006971955,0.003452025,-0.0127306795,0.022880565,-0.008898628,0.025331886,0.016600214,-0.0059269015,-0.0010157026,-0.0073654973,0.003204989,0.013314255,-0.005941082,0.009683738,0.002685116,-0.014936748,0.013087293,-0.004160079,-0.005777131,-0.0014528692,-0.01802792,-0.005221568,0.016365994,-0.0038873206,-0.012347748,0.016007503,-0.017075308,0.00058365637,0.006399732,-0.0052137524,0.018860132,-0.01090807,-0.013197639,-0.002923096,0.01226897,0.0232781,0.005160639,0.0074791377,-0.008385397,-0.007849243,0.012323788,-0.032761544,0.0029692748,0.0009387887,0.011594973,-0.013311772,-0.0035455404,-0.0026583588,0.006830553,-0.0017954082,0.0050617335,-0.00085641607,-0.02399894,0.0042286683,0.0050900164,0.0029383148,0.0072407993,-0.014993091,-0.004283587,-0.0016966858,0.018998172,-0.0005710977,-0.005627264,0.0064560254,0.01580069,-0.004984109,0.011272192,-0.022201804,-0.006059364,-0.0011126706,-0.006940056,0.007995719,-0.00027868414,0.008054122,-0.00010790818,-0.010818634,0.0060495385,-0.022445995,-0.003038204,-0.008820281,0.0040953406,0.011861176,0.004166628,0.016337555,0.014655733,-0.004257369,-0.008852204,-0.007721108,-0.016830916,0.002428815,0.011824408,-0.011919707,0.008277588,0.00515246,0.0033899553,-0.017698996,0.0075628185,0.012531186,0.013368941,-0.0051533156,0.013841045,0.0054980014,0.005703573,-0.002403061,-0.032819778,-0.0084270695,0.011073949,0.013854546,0.026672222,0.00440348,0.002094338,-0.011713808,0.024249488,-0.043113027,-0.005295476,0.015216619,0.0023550962,0.0008692889,-0.0031555297,-0.002362462,-0.0024393632,-0.0008661652,-0.004862307,-0.0028913522,0.0040917536,-0.005780937,0.00089342444,0.0140736075,-0.007918699,-0.004912236,-0.0009860857,-0.012994566,-0.018952085,-0.029274872,0.0059363656,0.004804822,-0.008725412,-0.0061934227,0.025670832,-0.019561142,0.012349178,-0.015173912,-0.004457708,0.0032601808,-0.0024917533,0.00068631786,0.019253988,-0.001824182,0.0019474111,-0.0032093732,-0.007866078,-0.018812025,-0.018316666,0.0038221607,0.017556366,-0.0059107966,-0.007958604,-0.006172541,-0.02331129,-0.0061940956,0.007015796,-0.0066373986,-0.018503474,-0.0077462755,0.011430717,-0.0022753659,-0.008412244,0.002159705,-0.003560337,0.018496687,-0.0008332005,-0.025850106,-0.0036887333,-0.009659008,-0.007912406,0.00989037,0.008000414,-0.014976096,0.00037401298,0.0028542853,-0.00036148584,-0.010588619,-0.009758129,0.010111127,0.00953999,-0.0041743596,0.012122096,-0.003375469,0.010769221,0.014440001,-0.007836222,0.028742133,0.019606069,0.022077255,0.0101970285,-0.008558209,-0.008254725,-0.0022319115,0.008755561,-0.010156788,-0.01225412,-0.03041241,0.0040192003,-0.009630337,0.015035347,-0.014939487,-0.006972022,-0.006768487,-0.0067267767,0.0034470442,0.004499492,0.01737783,-0.0067107654,0.0011239726,-0.005990641,-0.0032802396,0.0169614,-0.015555112,0.0019249249,-0.019872474,-0.018758785,0.004038318,-0.012407149,0.004390563,0.0035147532,-0.009351712,0.0048997267,-0.004823945,0.010711982,0.011102046,0.0058247405,-0.0067323246,-0.005547135,-0.01021727,-0.008303005,-0.0066548334,-0.008576831,-0.007170166,0.01035799,0.02066334,-0.0010618398,0.00665239,0.009691291,0.0021929205,0.020791823,-0.0022704906,0.012920851,0.010027796,0.013001269,0.010488429,-0.008491416,-0.00010119521,-0.017948713,0.01935658,-0.00043354547,0.014198031,0.010480324,0.0068083797,0.0013645001,-0.0021981166,0.0125475675,-0.017256854,0.0135563435,-0.01210576,0.002642263,0.020851318,0.02096276,-0.008422471,-0.0037635642,-0.0014957965,0.0046906024,-0.0021416238,0.005146776,0.0095888125,-0.01654464,-0.0020653694,-0.012503335,0.02548573,-0.014214705,0.0023401694,-0.003856045,-0.011868007,0.00066451996,-0.0057902113,-0.012562024,0.005522286,0.012552133,-0.0071862866,0.0090185655,-0.0041862037,-0.02931716,-0.008811641,0.014872402,0.0090735005,0.012295755,-0.013606036,0.014331878,-0.0059852027,0.00060641713,0.003894229,-0.010011882,0.003449364,0.014015667,-0.0011907226,-0.0071898177,0.0098249,-0.016281694,-0.0049256836,-0.017721154,5.2330644e-05,0.0070800083,-0.0030223064,-0.013122896,-0.0075152656,-0.014230348,0.0064331517,-0.0048796614,0.009641504,-0.075266846,-0.00067707215,-0.021808093,-0.0024314597,0.010032446,-0.006011353,-0.00357379,0.01108726,-0.006241084,0.010713857,0.013036444,0.011576328,0.010151117,0.0065100817,0.020888384,0.011166856,0.0030993642,0.0055768183,0.014530973,0.009864148,-0.012412994,-0.0071617174,0.0021054344,-0.007515017,-0.001232317,0.01490423,-0.013304306,0.0027826782,0.007883882,0.013564448,0.004725736,0.01654555,0.0023525963,-0.0012360368,0.012905922,-0.013567941,-0.006187713,-0.0036844846,-0.13731028,0.015069548,-0.001024427,-0.00040998045,-0.008135001,0.007061118,0.0025738701,-0.0042844834,-0.00979892,0.0017744531,-0.011711571,-0.0029393616,-0.00033535695,-0.01628014,-0.0054784454,-0.012716437,-0.014000739,-0.0045128437,-0.027524818,0.0031773266,-0.0048402753,0.007982942,-0.014044476,0.016306696,0.0001671947,0.0043163323,0.005297386,-0.007239034,0.0148086585,0.00055887824,0.010823973,0.013150918,-0.009295825,0.014531842,-0.011594986,-0.0015466103,0.014213472,0.004474941,0.005978839,0.0132692875,-0.0020801483,-0.010145038,-0.0037152749,0.0023595914,-0.014989097,-0.0085641155,-0.0007942079,0.0069702594,-0.005053742,0.0028945943,-0.007239444,-0.016714854,-0.01147174,-0.003377085,-0.0048887134,0.009385379,0.0056059132,0.010222856,-0.010061524,-0.012129382,-0.013191534,-0.019370787,0.010501304,-0.0031556007,0.015105648,0.0009973709,0.014491399,-0.0019024494,-0.00013518149,0.024281021,-0.011961411,-0.012774179,-0.005602535,-0.004297159,0.020638468,0.023311863,-0.0066913436,-0.001955548,-0.0153268585,0.0050510513,0.005504493,0.025374508,-0.025496755,0.020897761,-0.011874024,0.001089458,-0.012379914,0.00874617,-0.027951442,-0.058957398,9.522875e-05,-0.008756065,0.0031939829,0.011543263,-0.007650285,0.0005803271,-0.012593196,0.007372794,1.2067416e-06,-0.014948919,-0.008843087,-0.016543314,0.009865865,0.022349203,0.0010765344,0.013132037,0.005289593,-0.028478261,0.016678786,-0.025757186,-0.014339253,-0.00086508534,-0.007657081,0.002634922,-0.00010084559,0.00044843086,-0.0017494281,-0.011038356,-0.001888991,0.020653637,-0.003379633,0.006553178,0.010198223,0.012544887,-0.006613948,0.02459331,0.018923206,0.011405824,-0.0071131536,0.010839452,0.009097827,-0.0148397125,0.007942522,-0.007718038,0.008823534,0.0042437734,0.009013431,0.0005855131,0.011080055,0.015095415,-0.00309948,-0.007833148,0.009486223,0.012696077,-0.0018662537,-0.012105798,-0.012784035,0.0012077607,0.010918916,-0.00053543295,0.015942667,0.028064525,0.010047878,-0.025562292,0.0002720982,0.0005228474,0.012165276,-0.008687124,-0.0010738474,-0.00018622128,0.011577632,0.00088546576,-0.005484794,0.0010420954,-0.0014287275,0.0016869137,0.016569356,-0.0049433694,0.0033659935,0.0060971915,-0.002503887,-0.0075636096,-0.023857888,0.020757595,-0.008642687,-0.008086848,0.010107763,0.009566531,-0.005934483,0.014501794,-0.005112406,-0.009539149,-0.005997672,0.021415817,0.015374824,-0.030152151,-0.0075429007,-0.02017909,0.015693586,-0.007826404,0.034469858,-0.0014034751,-0.0035704158,-0.021677917,-0.006082093,-0.0063361833,-0.0023881812,0.0035439283,-0.021238666,0.024467304,-0.003075234,-0.009789272,0.009999446,-0.1776446,-0.0040954505,0.013663595,0.012412664,-0.007929182,-0.0023114579,0.027882872,0.0018816395,0.00030783293,0.012317834,0.027451735,-0.009769295,-0.002505504,-0.003817071,0.04295991,-0.012895226,0.017481072,0.0110474955,-0.008814644,0.013529433,-0.007256236,0.005513309,-0.0045361165,0.004781868,-0.022572495,0.001349485,0.01460965,0.01361507,-0.012897523,-0.016433591,-0.0068718228,0.0022308081,-0.0057867346,-0.012612578,-0.010924627,0.011092609,-0.03467434,-0.00031400486,0.0053381785,0.029297117,0.010630927,-0.015752263,-0.026648015,0.012314468,-0.016443826,0.005149755,0.00026263756,-0.006271426,0.003895729,-0.001629254,-0.012402191,-0.0023427333,0.021009197,0.006635554,0.0060027568,-0.005948835,0.006378054,0.0003958661,0.0009868426,-0.0059516276,0.00097377,-0.0029348736,-0.015521494,-0.0019501459,0.0015742603,0.00011876021,-0.024696141,0.13640177,0.021920787,-0.015360864,-0.022996407,-0.0064013447,0.029450612,0.012087543,0.02985801,-0.017044567,0.0029546889,-0.008482046,0.0073342407,0.0023637337,-0.0094793495,-0.017478602,0.0038731927,0.003696078,-0.020344028,-0.007393275,-0.005319003,0.01070497,-0.029632872,0.011313927,-0.007323777,-0.00411962,0.00078855903,-0.0011712267,0.0087314,-0.008572229,0.019922134,0.0032826508,0.015092722,-0.004343427,-0.018407863,0.002852302,-0.015356988,-0.008368902,0.002587574,8.742067e-05,-0.0075040436,0.005763879,-0.03448358,0.007986309,-0.006293605,-0.015383055,-0.004644494,-0.012410142,0.0032582057,-0.0123572275,0.0043896637,-0.008173295,-0.0037624342,-0.009722587,-0.010180396,0.024239553,-0.024577195,0.025058314,0.0074452623,-0.030391946,-0.0031579202,-0.0037734464,-0.01969624,-0.008400232,-0.01590635,0.0036872206,-0.004444066,-0.012373468,0.012089893,0.0016465974,-0.106274374,0.01279538,0.0038087054,-0.005519852,0.0032026237,-0.011308818,-0.008565726,0.021150766,-0.019337513,-0.010061323,-0.0028287994,-0.004462103,0.015620587,-0.011998592,0.026464378,-0.0076269163,0.009792105,0.0028736254,0.0119255055,-0.014531033,-0.01542972,0.0063458225,-0.0054285727,-0.0074060718,0.012488648,-0.003075445,-0.009228632,0.01864344,0.0050634835,-0.007660298,0.0046123816,0.007367754,0.0065766545,0.008124432,-0.012231752,0.0011173215,-0.01932526,0.0019788214,0.020847503,0.0021354868,0.019564785,-0.0040227016,0.008734048,0.015600176,3.137867e-05,0.008403301,0.0031917335,-0.004904133,0.013381071,-0.009295435,0.015547395,-0.0045110527,0.0025950684,0.0034104178,-0.012993416,0.0015808867,0.017389977,-0.039113183,-0.00017644785,-0.0047518965,0.010357969,0.019340137,-0.005047734,-0.018984655,-0.008765735,0.014801448,-0.0100823995,-0.014293328,0.0005107305,-0.0062408266,-0.0018921305,-0.0093163,0.025417767,0.010275358,0.0013499301,0.019342149,-0.010418246,-0.00291902,0.00090561155,-0.011565658,-0.0053347545,-0.019440377,0.0045665493,-0.018438257,0.030285368,-0.001049769,-0.018686717,-0.03093922,-0.0022437642,0.005804492,-0.010337964,0.039277032,-0.015108475,-0.009374345,-0.019424621,-0.002253681,0.0036067853,0.019672483,0.019918052,0.0035150275,-0.018889686,0.0008840966,-0.0034268226,-0.016487487,0.022577358,-0.0074268896,0.00018368431,-0.0008439704,0.01104336,-0.0033032834,-0.019660909,0.0036752466,-0.020815752,0.019372402,0.007837542,-0.0024960183,0.011549911,0.0044589313,0.014294642,0.019001784,0.001209853,0.0025108806,-0.026173422,-0.014931531,-0.0053929565,-0.004581399,0.015273432,0.009941254,0.012972844,-0.00065355067,-0.014784891,-0.004139961,0.0067030787,0.007743664,-0.013892101,0.016184818,-0.024373958,-0.0019853823,0.0016386216,0.024295365,0.024381086,0.023878908,-0.018186158,0.009322902,0.004597381,-0.027112618,0.018775003,-0.0065147188,-0.0069633853,-0.00014980568,0.0059434725,-0.01591884,-0.00289238,-0.0032278914,-0.0016985992,0.0008633779,0.021261392,0.006834505,-0.012113228,-0.012740868,-0.0077921175,0.010716329,-0.0020861847,0.004872582,0.01031238,-0.017936671,0.018883865,-0.0028125981,-0.00023523161,-0.0006364901,-0.00052976835,0.0029454269,-0.0049549877,-0.019831164,-0.013264058,-0.010439472,0.0062187905,-0.008173677,0.007757474,-0.062832914,0.0028344444,0.024159126,-0.002526875,-0.01244125,-0.008305285,0.0012400395,0.004688847,0.0082809115,0.0153823625,0.0019416083,0.0064517753,0.009356339,-0.0028295976,-0.018724794,-0.0034005896,0.0031315694,0.013462734,0.010217347,0.0014055071,-0.011654836,-0.015489216,-0.020032141,0.009000095,-0.0077798204,-0.0213268,0.005417795,0.0024004579,0.009050242,-0.020295093,-0.012730499,-0.004564848,-0.0048097637,0.01096318,0.00033049594,-0.006006306,-0.017991515,-0.0282561,0.01392143,-0.032817956,-0.010701608,-0.0062561845,-0.043666277,-0.011009072,-0.0032072617,0.033270326,0.0060391068,0.001175095,0.0064564035,-0.009296014,0.017576871,0.01552312,-0.021498537,-0.022253899,0.01524695,-0.0051301275,0.0006176542,-0.00034299717,-0.025795942,-0.0008274593,-0.008993342,-0.0012012594,0.0028142433,0.014103897,-0.00089198025,-0.0013220176,0.0028336418,0.019308392,0.00022876172,0.015721727,-0.0074377204,-0.006756137,-0.010599306,-0.009028702,-0.0059904396,0.0009437156,0.01561207,-0.014831118,0.008974798,-0.002636007,-0.009991762,0.052328654,0.01314192,0.047878996,-0.017624825,-0.010940631,-0.008620089,-0.10238959,0.0068404158,-0.00459349,-0.01242949,0.015263071,0.01161377,0.01254286,0.035919737,0.0014451303,0.029451398,0.0064691175,0.008852796,-0.0033322,0.0061115236,0.008747188,0.020779852,-0.02051889,0.010733637,0.0053159124,0.0032612758,-0.011796254,0.0044835177,-0.0111326445,-0.0075799064,-0.009351118,-0.041628975,0.01788097,-0.020307897,0.0064162444,0.0130987335,0.007854288,0.0057128165,0.00073729455,-0.0037942673,-0.02940764,-0.0006668733,-0.0049672504,-0.0067185815,0.0008470228,-0.00027725243,-0.0186252,0.0014865514,-5.4128897e-05,-0.013279055,-0.0012656405,-0.028161574,0.01923821,0.0104434155,-0.023281602,0.0005665408,0.012679779,-0.017065693,0.009372014,-0.0069589503,-0.0014406962,-0.015208438,0.011997017,-0.03061095,0.014589552,0.0052435566,-0.006256166,0.0019974734,0.0103860125,0.0021756988,-0.016994331,0.0031831122,-0.028286183,-0.0070307488,-0.025571281,0.021584617,0.017244805,0.008543114,0.0060264026,-0.018167183,0.00896148,0.0060573476,-0.009298757,0.0074492823,-0.004172963,-0.012491178,0.008222526,-0.020228932,0.026482366,-0.0045786216,-0.0074936943,-0.0058683255,-0.006286924,-0.00055412407,0.0062507894,0.019424314,-0.000908059,-0.002252971,-0.00085221924,-0.022794371,-0.0015793216,-0.023816401,-0.021728693,-0.005619488,-0.0003614262,-0.010143505,0.00052360166,0.01871501,-0.01929953,-0.0027214754,0.012179736,0.005734012,0.012542451,-0.0041869413,0.00055037276,-0.021007575,-0.0077233324,0.020643318,0.0023694313,0.0001338045,0.015812635,-0.03722236,-0.023365282,0.001738188,-0.013983955,-0.010214806,-0.01063684,-0.00028665178,0.0035504,-0.008914133,0.0027276848,-0.007827512,-0.011748084,0.02252974,0.012088556,0.009317881,-0.027559886,0.0057509644,0.010680698,-0.010814609,-0.014401797,0.0029706133,0.011461115,0.022910837,0.02365065,0.010693245,0.0050803623,-0.027065335,-0.027707579,0.009442476,0.021854505,-0.010014243,0.023664778,-0.016813662,-0.008004087,0.006767278,-0.0008434392,-0.012396663,-0.012198633,-0.0141239045,-0.015379036,-0.004799775,-0.014705533,-6.138595e-05,0.0027838342,-0.009465253,0.011690647,0.004508278,0.0047637527,0.013879485,-0.022059573,0.0003752099,0.003661105,-0.0010563881,0.014770967,0.0061619547,0.030446352,-0.0125097055,-0.00069839304,-0.00034189306,0.04397078,-0.003917905,-0.013354183,0.011636917,-0.004435453,-0.0039915345,0.010794995,-0.009090954,0.026267929,-0.0045246026,-0.0047256146,-0.0055704364,-0.02007092,0.0015744895,-0.015067128,-0.01891514,0.011262932,-0.0064562885,-0.0070276265,-0.01166154,0.007758074,-0.008595629,-0.0038654378,-0.020398483,0.0023434444,0.00433731,-0.00070093357,-0.01270806,0.0029455111,-0.005254678,0.008690067,0.011131477,0.003237441,0.010454411,0.010166687,0.0071746153,0.01097938,0.014630468,-0.0024861046,-0.02446738,0.00715516,0.0134091675,0.010323367,-0.0105362935,-0.0061078863,0.012240149,-0.009142689,0.01884766,-0.015893826,-0.021261899,0.0008809715,-0.0065264544,-0.010632779,0.0033134115,0.005798871,0.02514476,-0.02258915,0.019275498,0.014860317,0.004219893,0.009982075,0.013612018,-0.0018228865,0.011651986,-0.0005405017,-0.0016620674,0.006923606,0.0045610555,0.02477122,0.0061205593,0.0024008208,-0.004334438,-0.014278892,-0.013050849,-0.00079176103,0.0105139185,0.0006378334,0.029697403,-0.0153187495,0.0020036811,0.029241323,0.007503776,-0.011447068,-0.0062465547,0.016171193,-0.0007709468,-0.001940366,0.020792915,0.006763556,0.005957428,-0.04096307,0.013947388,0.010951173,0.009258389,-0.012483541,-0.00995656,-0.02568547,0.012054997,-0.0067861546,0.004257019,-0.00075769005,-0.015121772,0.007639402,-0.00030298124,-0.0028821079,0.0007541844,0.02110091,-0.006361455,0.0027136111,0.009734704,-0.0045340313,-0.004861806,-0.00034149448,0.019024476,-0.0033155433,-0.0013358754,0.024058452,0.004877754,-0.011609122,-0.013154711,0.0016586131,0.0018055028,0.013643872,-0.02218953,-0.021086738,0.007575359,0.029504497,-0.058340576,-0.015955135,0.01691633,0.0013190153,-0.008060339,0.037980337,-0.0068555973,-0.0021007857,0.0049421214,-0.021131806,-0.0018064532,0.004075258,-0.0075872377,-0.007869059,0.00040101662,-0.0062941425,0.002801001,0.0072834,0.011700213,-0.022576952,-0.007754131,-0.02212656,-0.03493824,-0.0005996638,0.007137473,0.005232898,-0.006256997,0.0055526565,-0.00017052187,0.014611317,-0.030398533,0.0016706784,0.0011176355,0.027058372,0.0040429328,0.012307341,-0.012978788,-0.0020465914,0.0017693975,-0.008248685,-0.006198721,0.020092148,0.00071798416,-0.01430896,0.0072271056,0.0011345278,-0.008026582,0.0013562129,0.018148484,0.0010769058,0.029951643,0.0013607597,-0.012991221,-0.02716434,-0.0046882373,0.011283928,-0.0025914714,0.00011437654,-0.012144776,-0.0007355759,-0.016777895,0.011153942,0.0065685073,-0.011188152,0.011108427,-0.007056854,0.03921261,-0.01227406,-0.0029747603,-0.010348515,-0.0059184395,-0.00029630688,-0.017484171,0.008320689,-0.011249994,-0.037171096,-0.008869603,0.02223209,0.01121262,-0.02579192,0.014079456,0.0021012696,-0.010328072,0.00072874996,-0.0055956687,0.01020955,0.0010119911,0.017289527,-0.0026160795,0.030962512,0.012473655,0.009325922,-0.0016608383,-0.001053914,0.009497164,-0.022354467,-0.012990353,0.009893881,1.7931563e-05,0.011320803,-0.0013317718,0.04943529,-0.004310141,-0.04473178,0.010508542,0.011870217,-0.0067359456,0.019549282,3.4501223e-05,-0.019923834,-0.013248943,0.0049361987,-0.009919523,-0.0055449363,0.026133496,0.0138606215,-0.011490406,0.0018265148,0.002034847,-0.015425298,-0.012095443,0.00817269,0.020489873,-0.025194185,-0.0034766695,0.005884402,0.016730119,0.012828258,-0.0072644753,0.004815976,0.0023079622,0.0029016542,0.010565702,0.004195525,0.00844454,-0.016474169,-0.0017987476,-0.009888685,0.007054219,-0.0077152564,0.011002868,0.008942137,-0.011729481,-0.010479534,0.014687591,-0.024977243,0.0035575007,-0.03022159,-0.014861227,0.0012950851,-0.0018167874,-0.016439382,-0.03911929,0.01616964,-0.022503255,-0.010517766,-0.0044580763,0.011329738,0.04122054,-0.0060506794,-0.009745296,0.023511695,0.0028662202,-0.029048678,-0.010247832,-0.016738456,0.023450319,0.01574912,-0.002677723,0.011340403,-0.00925555,-0.04941401,-0.020154677,-0.0046033496,0.0026291746,-0.005419919,-0.0027411212,-0.014518959,0.026486702,0.0042847027,-0.0034883474,0.00035916452,0.017703645,0.005742432,-0.019478267,-0.011643091,-0.015087074,0.007224513,-0.020570531,0.014246623,0.022622049,-0.017701656,-0.012625907,-0.009035364,0.0069278525,0.0018991517,0.0030084143,0.0017752717,0.018141413,0.010835178,0.014787551,-0.0131565975,0.014254622,0.00036723344,0.0017026372,0.006538361,-0.0060504703,-0.016630553,-0.008563836,0.00364864,-0.008537272,0.019293735,-0.029893855,0.01596055,-0.006743081,0.007550508,0.010483143,0.01599459,0.0028825563,-0.0006042323,0.0049589933,-0.019793903,0.00746707,0.0051975194,-0.00013561259,0.0029627455,-0.0015274879,0.0025016472,0.014990862,0.03207138,0.015119176,-0.03158801,-0.0019525912,-0.0007954075,-0.0074879895,-0.013991894,-0.0011656696,-0.004698203,-0.010535025,-0.015205581,0.012166343,0.0011293177,0.015166334,0.011730447,-0.027862145,0.0012912253,0.019727252,-0.034013096,0.018483132,0.00195786,-0.0020028017,0.0034756106,-0.012896872,-0.018521115,-2.4725328e-05,0.00952988,0.0009737951,-0.005793837,-0.027110435,0.0039481996,-0.00930789,-0.007004397,0.006654755,-0.030806897,-0.0031789728,0.021136845,0.005385378,-0.018842233,0.0058706286,-0.026931036,0.010984588,0.018532738,-0.0044885743,0.002028111,-0.0005732129,-0.00022403656,-0.00353376,0.014471296,0.00043528035,0.0022546083,-0.037696883,0.012621441,-0.016038751,0.04327281,-0.0026824076,-0.009013772,0.00013580247,-0.0094712395,-0.0045382455,0.002039369,0.005319787,0.028906956,0.0020030688,-0.0040807896,0.006008328,-0.02087151,-0.009115961,0.013971634,0.0033285792,0.018036995,-0.02205357,0.0084449155,-0.012637036,-0.002399747,0.004996149,-0.019967642,-0.0034396083,0.008382006,0.013536423,0.029804636,0.033428248,-0.0030499448,-0.0010170166,-0.019543672,0.012053792,-0.002479361,0.016723424,-0.0078768935,-0.017176019,-0.016236879,0.014982125,0.0014899132,0.008033214,-0.0072889375,-0.0049835453,0.013903879,0.009044344,0.0054373094,-0.015473901,0.009842337,0.032351673,0.0024922977,-0.029908033,0.009844491,-0.015985265,-0.004213832,-0.0032042107,-0.0034663216,-0.013561388,0.009527005,0.003477998,-0.016359251,0.0019018278,0.0061572413,0.0030273264,0.008755517,0.013456115,0.014945268,0.021353481,0.019711891,-0.016865874,-0.011064467,-0.023597466,-0.0056863897,-0.0059453016,0.015046758,-0.0016726435,0.02623039,0.0011990182,0.0072165187,0.004344937,-0.020244539,0.0018039473,-0.002422017,0.0025970237,0.0027432786,0.020102696,-0.017558971,0.008149118,-0.0048181135,-0.004037044,0.026162546,0.01757425,-0.0018665043,-0.017835971,-0.027699672,-0.0026508973,-0.0010246923,-0.010969949,-0.01744037,0.008484896,0.0018152805,0.023011176,-0.0069435546,0.015606943,0.1534317,0.12262614,-0.0144694755,-0.002570555,0.0025995313,0.0036062894,0.002718528,0.011386318,0.014739802,-0.002748876,-0.025029292,-0.012019063,0.0041268645,-0.0033597245,-0.019602206,0.004472713,-0.009527054,0.014632252,-0.019183263,0.018336494,-0.016257102,0.018133605,0.013884524,-0.00846218,-0.029236453,-0.0022083446,0.00860142,-0.007179969,0.039192684,-0.007690584,-0.0023541201,-0.0046584187,-0.017818114,-0.010659867,0.008096461,-0.018881245,0.023902688,0.004511597,0.0014996568,-0.016390555,-0.018704465,-0.04050976,0.0027238808,-0.006605367,-0.0049089575,-0.0029829694,0.0061901696,0.0027566517,0.00024760663,-0.005533419,-0.002987082,-0.02264245,0.010579659,0.002300688,0.0032655299,-0.014247441,0.014027173,-0.00034186072,-0.017356195,0.0052099796,0.016362255,0.015619249,-0.018338932,-0.0075036823,0.032260165,-0.006282153,-0.007628149,0.014906066,0.0069892923,0.0075878915,-0.010692968,0.024828367,0.020709693,-0.01273995,0.00010189107,-0.004775187,0.017563717,-0.012752433,-0.0099456385,0.02654162,-0.005536707,0.023206,-0.0023675868,0.0012187917,-0.024862757,0.027968284,0.000984496,0.019090088,0.117134,-0.01650078,-0.0019289487,-0.012359729,-0.0003663323,0.022718484,-0.00095528,0.023820953,-0.00080638693,-0.023562117,-0.0026728974,0.01483239,0.006268743,-0.024127558,0.008343662,-0.010438016,-0.0048628254,0.0074899397,-0.014882058,0.014441492,-0.03078794,0.0052537057,0.0057823663,0.02055338,0.014431057,-0.016719738,-0.0055164574,0.009409456,-0.01745883,0.0069311815,-0.11348113,0.007124042,0.00786137,-0.0071215467,0.0032434186,0.0121477,-0.03238085,-0.022795144,-0.00024288757,-0.014608086,0.01536927,-0.01804582,-0.01205328,-0.040103097,0.0037392024,0.013675625,0.0022915422,-0.032649614,-0.014808245,0.0032378347,-0.0066941595,-0.0052481424,0.0014706494,-0.007967051,-0.0078088148,0.010948528,0.000520854,0.012945587,-0.012418726,0.02373398,-0.024128584,-0.025594093,-0.04377646,0.007882667,-0.020020807,0.014470587,-0.010723176,-0.011938594,-0.009955129,-0.0053367983,0.0085273655,-0.0232606,-0.034357693,-0.018405976,-0.008343412,0.00097041164,-0.017079191,0.008035201,-0.001225978,0.0038317647,0.017796684,-0.0080958605,-0.015994482,0.0060709747,-0.0053942753,0.016636115,-0.023876978,-0.0023931628,-0.017106762,0.0030646576,0.011678962,0.012849555,-0.0092935115,0.010335451,0.00042343486,0.008180546,0.021063931,-0.0014383656,-0.0213233,0.0075661954,-0.0013541854,0.009597813,0.0048196297,0.013957039,0.015353976,0.0007830961,-0.007109715,-0.016125165,0.008542913,0.0072921505,-0.011921257,-0.004992637,0.019731447,0.12715194,0.010194097,-0.015084641,-0.0017581937,0.0009140417,-0.0097749485,0.004660183,-0.008704783,0.0007252984,0.0031840084,-0.01641489,-0.007372766,0.010320523,0.021751627,0.0017240224,-0.009821535,-0.011892855,-0.023156134,0.007265678,-0.016281044,0.005839159,0.00054142816,-0.017445115,-0.01847591,-0.011188663,0.032965723,0.007764737,0.008809342,-0.004943712,-0.008600074,0.0048078694,-0.018984174,0.015648501,-0.010565634,-0.0070128054,-0.00085105095,-0.0028839607,0.0035931445,0.0022403079,-0.016654957,-0.013193967,0.002742059,-0.006590442,0.025115658,-0.040842313,0.19668843,-0.016346287,-0.00806747,-0.020511543,-0.008262327,0.01944636,-0.014962962,-0.0030574964,0.005467157,0.016863719,0.014833142,0.002782737,-0.023771796,-0.011035931,-0.0048006265,-0.003566433,0.02209395,0.009648096,-0.009616743,0.010544037,0.040792946,0.0053837337,-0.02176988,-0.0045377305,-0.008125268,0.019497141,0.007863087,-0.005211264,0.011768666,0.011890566,0.010638685,-0.027507307,0.008244807,-0.021315204,-0.023824895,-0.0059837173,0.007958522,0.005756193,0.0030074553,-0.021323485,0.027636776,0.009625841,-0.0042996695,0.008133042,0.012157673,-0.0047711865,-0.011376034,-0.00097582064,0.021694785,0.017935427,0.011076352,0.013779845,0.01467223,0.008193694,-0.019685093,-0.0028029068,-0.012073289,-0.020277625,-0.010598803,-0.005240708,-0.004721422,0.009707291,-0.024757413,-0.02108727,-0.021547584,0.0119046625,0.023895402]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 101,
          "content": "Windows 11 to Abolish Control Panel, Fully Migrate to Settings App - ASCII.jp",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.0029348107,-0.037348565,0.013972615,-0.07046669,0.0034261637,0.0106649725,0.0024171863,0.024911266,0.014841701,0.004950533,-0.028808007,-0.015438697,0.027823318,0.006941769,0.11161624,2.4433419e-05,0.008580846,0.013926373,0.0018066603,0.018092817,0.033613097,0.015990585,0.0028104342,0.01226386,0.0075851474,-0.029443344,0.015762996,-0.03238101,0.00037546677,-0.027344033,-0.016484654,0.020594401,-0.0008377513,-0.004721747,0.030875077,0.0075816778,0.010301035,-0.013996228,0.012460628,0.010232645,-0.003221787,-0.012692962,0.017113987,0.00726678,-0.0025499125,0.0153645575,0.016799076,-0.002828869,-0.014879778,0.0385659,0.008135781,-0.021147748,-0.0047787037,-0.17227265,0.010896877,0.01234955,-0.0061982335,-0.008818189,-0.016705003,-0.013768241,-0.011799631,0.019039577,-0.020624157,0.0008658452,-0.017735543,-0.013745901,0.015392972,0.0017340265,-0.012731175,-0.0012403402,0.015037686,0.0079479255,-0.020640431,-0.0009765305,-0.0037849215,-0.02624748,0.021622019,-0.0034580603,-0.0008592455,-0.01412184,0.00096124195,-0.02003685,0.008145463,-0.0069687874,0.0048864223,-0.038879387,-0.0068990416,-0.03400662,0.023827609,0.018289395,0.012832152,0.0032471782,0.011107328,-0.007380399,-0.024126388,-0.007688601,0.0015221928,-0.014559704,-0.0025472564,-0.00078876864,-0.0058320323,-0.019872315,-0.007920985,0.0052686413,0.013031836,0.0024527137,-0.0065713553,-0.024781939,-0.018819777,0.0077991965,0.010060614,0.0049798987,-0.0061053894,-0.011263441,-1.999661e-05,-0.11616189,-0.012522408,0.028402196,0.0101406975,0.009388494,-0.019205045,-0.027611287,0.0050672586,0.036817957,-0.029939044,-0.01906539,0.026548171,-0.030071327,0.025205875,0.007344118,-0.013909759,0.0084348945,0.0077988706,-0.007855109,-0.020600794,0.029366197,-0.010002915,-0.027787246,-0.0002082256,-0.031314183,0.026800344,-0.00838151,-0.027329601,-0.0135116,-0.031032786,0.0058526346,-0.044913545,0.018175194,0.040152658,0.022255898,-0.01385285,-0.013651349,-0.019551218,0.00076356396,0.017032057,0.00716977,0.010375098,0.01343931,0.011177152,-0.0012820294,0.034180198,9.701391e-05,-0.015663153,0.034421775,-0.011684089,0.020856338,0.004156262,0.019593492,0.009360174,0.004144089,-0.0056906324,-0.010507295,0.008188224,-0.004741396,0.03411827,-0.024963493,0.0034512286,-0.0012276999,0.015084753,0.012271162,0.0038149157,-0.02521743,0.0054556546,-0.009155909,0.0043202466,0.0027263137,0.006456646,-0.0010085958,0.016321613,-0.0067335293,0.018517233,0.0044165854,-0.00779045,0.0037636403,0.017171701,-0.03509339,-0.015130541,0.00879435,0.0137815,0.009298017,0.015245477,0.015551003,-0.0110153,-0.014084478,-0.005858803,-0.019486915,-0.006810751,0.0049610175,-0.016832815,0.0026051155,-0.02141619,0.00048778084,-0.010934994,0.01314055,-0.0060756193,-0.021060219,-0.045811534,-0.01798387,0.00034031228,0.008824007,0.015018683,-0.006837742,0.0073738582,0.010969599,-0.016826704,-0.022829093,-0.0037979907,-0.0075330003,0.0068579204,0.02927768,-0.03156406,0.013133054,-0.0030583644,-0.009799093,-0.0257653,0.0029117742,-0.0022177473,-0.0062499167,-0.010030539,0.038375966,-0.014400557,-0.027163547,0.009332355,-0.0015620706,0.017543955,-0.008784429,0.0150066875,-0.0017335861,-0.018706124,0.026118705,-0.011289343,0.005270856,0.007017664,0.014487646,0.017264968,0.0041777785,0.001974833,-0.027650526,-0.007882026,-0.0141843995,0.02412161,-0.028515577,-0.01148199,-0.030240873,0.01756246,0.003364136,0.016938461,0.0010824422,-0.03031386,-0.02613744,0.000639404,-0.0051044007,-0.011457288,0.01793969,-0.0011030664,0.023136204,-0.04535631,0.035176087,0.008432833,-0.03189113,0.015618176,0.0014054463,-0.007006627,0.012086057,-0.0036650067,-0.036269594,-0.013837749,-0.029376179,0.0124488305,-0.015045085,0.0019198356,0.032323245,-0.006425064,0.013391481,-0.012426142,-0.041283134,0.00035581551,0.018677346,0.009601356,-0.02004581,0.025651071,0.013443477,0.020424202,0.054166622,-0.012820097,-0.001847485,0.012373676,0.015238213,-0.023809193,-0.008911261,-0.009864139,0.0014521724,1.6038499e-05,0.0070301634,-0.008179921,0.008109655,0.012517333,-0.008838573,0.0028703576,-0.019285724,0.03659452,0.0062112235,0.008700026,0.01237286,-0.017127728,-0.0060561574,-0.0016882061,-0.0049381573,0.010126582,0.008964788,-0.017008798,0.023709582,0.020257248,-0.010907563,0.013949026,0.0070867245,0.016912557,0.040153768,-0.0046099895,-0.016570741,0.0038790985,0.023224952,0.03501861,0.0069561973,0.036633626,-0.0003068583,0.017334327,-0.042312644,-0.012645989,-0.0071573467,-0.006595388,-0.007914085,-0.01456624,0.0069741732,-0.004786801,-0.0053293337,-0.015384138,-0.0029661483,0.028733123,-0.0007452662,0.032295678,0.0009998383,0.003967624,0.04031944,0.039562043,-0.03070772,0.009816625,0.023434347,0.040958114,0.026278026,0.013214651,0.0030191278,-0.013695863,-0.0013314673,-0.008960347,-0.0019796793,-0.023391444,-0.0031303333,0.021060735,-0.0008553631,0.008350419,0.0074367016,-0.0031008106,-0.016472945,0.004610379,0.010272527,0.010936916,-0.00679825,0.040233586,-0.007021713,0.009278913,0.016801588,0.0060983426,-0.0046396614,0.013090004,-0.0032596982,-0.006601449,0.010931559,-0.0006136561,-0.011234406,-0.010603086,-0.0067748763,-0.0012554784,-0.008454082,0.001368597,0.012488925,-0.00054490013,-0.011374492,-0.009111492,-0.01923042,-0.013013526,-0.0042380807,-0.009270698,0.0079822475,0.014810028,0.015726997,-0.0001583885,-0.0073489877,0.016129173,0.017634489,-0.0034238747,-0.026662625,-0.022687156,-0.00351457,0.0044525787,0.012316965,0.013315906,-0.005042372,-0.0155318035,-0.023658145,0.005082717,-0.007624713,-0.0011822643,-0.06632313,-0.014418567,-0.02901023,-0.00819882,0.037107915,0.013170961,-0.010864721,-0.0188528,-0.033489157,-0.02080407,0.013572428,0.0061563347,0.0014376418,-0.011245921,-0.022918558,-0.014978092,-0.013383757,-0.017105447,0.02106231,0.016800724,0.0005618522,0.02005745,0.0044579953,0.015996667,0.019923674,-0.013141866,0.011426896,-0.015676921,0.027140785,0.011523207,-0.020255828,0.015488482,0.018946094,0.00050725625,-0.023907626,-0.030574994,0.005464224,0.005089776,-0.008410241,-0.008726572,-0.009481531,-0.015447846,0.0003948645,-0.01654265,-0.013122794,-0.0034885597,-0.030386096,0.0042230203,-0.022570245,-0.024123205,-0.013126862,0.014322111,-0.010822242,-0.012566233,0.0016721322,-0.0040439405,-0.016345449,0.0024821265,0.010187246,0.0048135435,0.01866427,-0.026272146,-0.01670434,-0.024270397,-0.018622715,-0.023450302,-0.027017152,-0.018845452,-0.030850528,-0.003651974,0.0070926878,-0.017298851,-0.01606464,-0.013927062,0.023265077,0.023246342,-0.009355274,-0.007094949,-0.017882984,-0.015338858,-0.019535502,0.012528554,-0.00064511993,-0.0010123547,0.0024231675,-0.02669169,0.018113282,-0.020042399,0.012755145,0.040799797,-0.005967421,0.026497055,-0.033482824,0.013256692,0.010498316,0.034003165,0.023623759,0.007047873,0.008346344,0.0068335314,0.02470635,-0.010662427,-0.005623222,-0.0074944193,0.0040299483,0.011693142,-0.00027709923,0.006194245,0.023388926,-0.016584171,0.031880222,0.0225879,-0.0970838,-0.03272397,-0.0047852206,-0.013472282,-0.03179311,-0.019777253,0.015870243,0.026196998,0.044362623,-0.0053006406,0.0039413585,-0.037422683,-0.0039014125,-0.017601153,-0.017104376,0.010724909,-0.0054785185,-0.0072028306,0.025399327,-0.012677796,0.044641662,-0.007136184,-0.0040203636,-0.020932648,-0.007232258,-0.020577068,0.022014726,0.026532456,0.016214026,-0.007917144,0.008536712,0.006783712,-0.0045342436,0.0067292997,0.031802714,0.03384899,0.0076853475,0.017148579,0.011268475,0.023458559,-0.0036884518,-0.00062186684,-0.0026451063,0.00017056106,0.02560837,-0.012471133,0.016963642,0.006184044,-0.006439519,0.03666887,-0.026082661,0.0022378184,-0.018331876,-0.037953973,-0.014855417,-0.030109867,-0.022580441,0.0067807543,-0.015412483,0.0034576862,-0.03678351,0.010657386,-0.007197052,0.022132585,-0.0056833746,-0.0147448145,-0.011105941,0.0077316184,0.0017499416,0.005020884,-0.028093979,0.00084661355,-0.016011328,-0.024787733,-0.0072205127,-0.011693626,-0.044948578,-0.0020731483,-0.0063451165,-0.0048909597,-0.019729722,-0.009681953,-0.09767085,0.0034631821,-0.0036182941,0.008070782,-0.0005197754,-0.009472609,0.0030038664,-0.0027719515,-0.032320216,0.010131798,0.009241391,-0.003228104,-0.022995591,-0.00085821777,-0.030347586,-0.010839577,0.024877548,-0.02098408,-0.009252202,-0.026304588,0.0152331395,0.007398025,0.011629295,-0.03761145,-0.016510116,-0.010753811,-0.0016113989,-0.01216239,0.0013612575,-0.025558881,-0.036798142,-0.1499245,0.009949127,-0.041068852,0.0067065326,0.032452956,-0.005690483,0.009190649,-0.013947439,0.0020138666,-0.0351799,0.021271454,0.0081393495,-0.03091485,0.012113406,-0.024972443,0.08443814,-0.015835023,-0.011934866,0.010141466,-0.0014518672,0.0019403781,-0.014391211,0.033369962,-0.005033179,0.0074813156,0.0012377935,0.03316191,0.0057892795,-0.0022332894,-0.0054449732,0.026288072,0.001113414,0.018198881,-0.025516426,-0.010804619,-0.0007870714,0.01509321,-0.0010622427,-0.006283767,-0.0027588103,-0.0014126108,-0.0055122036,0.02538926,0.007048178,-0.0395823,0.001546329,-0.012116762,-0.00043281994,0.00028704724,-0.019745998,-0.011384888,-0.08324761,0.019647038,0.0116484435,0.002762274,-0.013684675,-0.009344789,0.013548066,0.011493355,-0.0039327,0.014498022,-0.005464841,0.0099307485,0.011312017,0.012725041,-0.020908482,0.048632234,-0.0022609464,-0.004935654,0.033600703,-0.021607978,0.0056189126,0.013825108,-0.0043521333,0.00066411815,-0.022062555,0.021541482,-0.016642459,0.0076363096,-0.013823079,0.009570362,-0.020291489,-0.008235402,-0.0078572035,-0.012137131,-0.0022077288,0.004475176,0.012650747,0.011075609,-0.034408655,0.03293877,0.0002812182,-0.031665675,-0.014954939,-0.020414624,0.022605458,-0.0029957884,-0.0014679123,-0.009026537,-0.001043791,-0.00035543364,-0.0045931516,-0.00238692,-0.0015006205,0.024912214,0.006661877,-0.018299334,-0.0010740996,0.052980434,0.024599075,-0.010920684,-0.00071585865,-0.025371868,0.001577277,-0.003322131,0.007201624,-0.014368838,0.005560523,-0.007879102,-0.0038100928,0.0009715463,0.011639925,0.001397134,-0.01460492,-0.00797979,-0.01803245,0.006134018,0.022156872,-0.0023002436,-0.046138898,-0.0029699868,-0.00018586528,-0.013392974,-0.0081223035,0.008147044,-0.0023509164,0.006448727,-0.0065323524,0.018223893,-0.008146302,0.015215633,0.011589913,0.019868959,0.004408169,-0.007704142,-0.035367135,-0.026049588,-0.01058034,0.009976559,-0.023238385,0.0011636661,-0.017118866,0.016273778,-0.006442684,-0.0065044747,0.012570926,0.011279729,0.0046128896,0.0007942185,-0.0042933184,0.008020586,-0.013326689,0.0040978603,0.0051167468,0.021218823,-0.002433344,0.019520054,-0.007671299,-0.0016207553,-0.013940092,-0.012702174,0.0044345735,-0.036659665,-0.009365885,0.010167134,-0.0033636952,0.010112529,-0.012813755,-0.0005395649,-0.004395793,0.0042129997,0.004477368,-0.008605554,0.013953425,0.0059628696,0.01824434,0.01099322,0.023672735,-0.01029196,-0.00075391674,0.017842283,-0.02028446,0.0019940562,-0.017229294,-0.0010334572,0.002208112,0.009604857,0.003307316,-0.007600997,0.00039946532,0.003503216,0.0064904187,0.014835791,-0.008577932,-0.013452844,0.009451518,-0.0023467082,-0.003054831,0.0085166935,-0.010197599,0.025725266,0.0030499476,0.007620921,0.00137048,-0.017289212,-0.012973595,0.008235549,0.0029306673,0.0058479686,0.0015548514,-0.0045082853,-0.0108049875,0.010820714,-0.013783571,-0.0048764353,-0.00014818265,0.0023971302,0.0014158555,0.018654112,0.007434999,-0.016007215,-0.0010778029,0.026330622,-0.008216491,0.005807864,-0.0095173605,-0.0022825724,0.018335033,-0.001264785,0.008601206,-0.0073168334,0.011142017,-0.0011416547,-0.008465241,0.0022310633,0.010209166,0.00015229115,0.0020155802,-0.02121105,0.003408587,-0.017696764,0.009002863,0.029500434,0.00064728525,0.010434465,-0.012348609,0.009601492,0.0075149545,-0.0037121838,-0.0047491817,-0.022166798,-0.013436924,0.0058068624,-0.0053308103,0.002088755,0.013494046,0.009019205,-0.0013984063,0.018932072,0.014509603,0.014613507,0.019189874,0.00934661,0.0026181708,0.004441177,0.00259882,-0.010222429,-0.0021106817,-0.009312284,0.01335687,0.005679336,0.007505247,-0.0124557,0.019537631,-0.0014792506,0.016989276,0.021321658,-0.0080346195,-0.0036943988,0.008900309,-0.015502145,0.012953988,0.01155286,0.004932346,-0.007000299,0.002961391,0.005655179,-0.0020313214,0.0042269425,-0.0026562314,0.0041524414,0.0039264774,0.009774117,0.004096021,0.003178533,0.016012011,0.00035377982,-0.0043192566,0.009225146,0.005074271,0.08975218,-0.008187331,-0.0031422745,-0.0030864365,-0.0070766406,-0.01541295,0.0035512084,-0.015215143,-0.016126655,-0.016587473,0.004904773,-0.006993288,0.008454227,-0.016418658,0.0067303223,0.011629257,-0.004115957,0.0049871495,0.019184908,0.017758125,-0.004142007,-0.019817067,0.003271536,0.0047598938,0.0072469963,-0.0050133006,0.0025663387,0.005827263,-0.00036065665,-0.0005047941,0.00810354,-0.022805948,-0.018822817,-0.007517047,-0.02336704,-0.013270199,-0.015519293,0.010607141,0.0042624334,0.006417814,-0.004275157,0.00023576104,-0.0027250494,0.0038812768,-0.01127391,0.0030330066,-0.0087324865,0.0090410095,-0.009483057,-0.004884769,-0.021617312,0.020371605,-0.009961745,-0.0043269666,0.0058397823,-0.011944875,0.0059906202,-0.017032469,0.012167147,0.0026324207,-0.026308764,0.001071686,0.008965068,-0.017647495,0.0061189267,-0.0039722626,0.010697792,0.013134143,0.008513907,-0.0025329601,-0.026100831,0.007111928,0.015703132,0.001703322,0.01411473,-0.017919587,-0.01243769,-0.00071333634,-0.014605307,-0.0024709916,0.00024049294,0.004620436,-0.011746009,-0.012509124,-0.008133504,0.0032821975,-0.012446027,0.012683721,-0.013892851,0.0057101203,0.016690025,0.010746012,0.00658527,-0.00056203804,-0.007604284,-0.011429797,0.047363035,0.007671188,-0.01287933,0.005753604,-0.0029950296,-0.0069241435,-0.009022294,0.018156204,-0.001485451,0.014473882,0.00266601,0.00087819167,0.01585401,0.008779552,-0.0036891177,0.002230178,0.01913823,-0.003512989,0.0040789046,0.0028379585,0.0135872755,0.0119134495,-0.009298834,0.018035522,0.015033378,-0.0065562953,-0.026207104,0.0035182913,-0.013889264,-0.0015343245,-0.010745653,-0.00734632,-0.013154163,0.000115765215,0.002983938,0.014142583,0.007660443,0.011968265,-0.0147397835,0.009000954,-0.00024102056,0.022410205,-0.0076215593,-0.0073809903,-0.009131793,0.0021399236,-0.004930635,-0.010087158,-0.004200639,-0.0040253643,-0.017801128,-0.006333439,3.4336404e-05,0.004604754,0.028184066,-0.011402865,0.0037530502,-0.00067445164,0.014044784,-0.017628094,-0.015268643,-0.009642996,0.0018441199,-0.0044256137,-0.004874687,-0.003172529,0.0022517461,0.017116101,0.008181071,-0.011860932,0.011976979,0.023262901,0.0030512959,0.02164439,-0.01022014,0.0045331977,-0.0124002015,0.002675653,-0.010051852,0.006459024,0.0036768164,-0.012232931,0.0034949793,-0.0034613542,0.018620133,0.007000092,-0.012306698,0.005127988,-0.008736086,-0.011994727,0.007099857,0.010967983,-0.0062010502,-0.000466222,-0.011677206,0.0041103754,-0.01004833,-0.0065008705,0.001774557,0.006904998,-0.00791495,0.0014862785,0.010379653,-0.0028796352,-0.008541564,-0.007375435,-0.0030662236,0.003192847,0.009409867,0.00835304,-0.012562016,0.0007970955,0.0019474408,-0.002264031,0.004499331,-0.021533662,-0.0052144877,-0.0029960815,-0.0017280707,0.0019923279,0.020353904,-0.013365922,0.015625434,0.0019837017,-0.016239941,0.02023847,-0.014311938,-0.003536822,0.0021356305,0.0029795405,-0.005888603,-0.00062340905,0.020774884,-0.0043486115,-0.0040537682,-0.011612081,-0.018265164,0.002088882,0.0012783381,0.009333876,0.008930632,-0.00021593203,-0.006652578,-0.020144887,0.0049221455,-0.0008301305,0.009858605,0.010524894,0.007880569,-0.0012147886,0.0074873683,-0.012049689,-0.024209322,-0.012342466,3.6783757e-05,0.0027887889,-0.011662803,0.008728237,0.016884733,-0.002381773,-0.012050927,-0.04863845,0.005370439,-0.016996922,-0.001434685,-0.008971911,-0.018411212,-0.012774447,0.00069573603,0.0059065977,-0.0040114983,0.027349245,0.008654762,0.008504894,-0.0011437315,0.01882217,0.008213629,-0.017596165,0.011711597,-0.01250279,0.0009587548,-0.031959407,-0.0035099061,-0.0029449416,0.009605891,-0.0028521952,0.007152432,-0.011889928,0.0027370283,-0.009680951,-0.0066610402,-0.006329144,-0.007424766,0.004242249,-0.00022155128,-0.0024473288,0.012233369,-0.001965552,0.0111201815,-0.00042513027,0.010634457,0.031386606,-0.0095806355,0.016635774,-0.00845881,-0.013539424,-0.019354261,-0.010321768,-0.015001386,-0.00379795,-0.01821675,0.009460619,0.03874243,-0.0075988392,0.0022836765,-0.0066346466,-0.008820541,0.018947175,0.0044064294,0.0021595336,0.021760447,-0.0078603225,-0.011831612,0.025488207,-0.002246414,-0.02568166,-0.0057930686,-0.0031536673,-0.008590693,-0.007648749,0.0026045835,0.004639959,0.00057904696,-0.010274079,0.005193824,-0.021065405,0.010489313,0.0029600025,0.009664125,-0.0043741446,0.005046326,-0.008132182,-0.0020372523,0.002421669,0.0051156557,-0.004867965,-0.0024384856,0.008097653,-0.006091177,-0.01676122,-0.009767766,-0.0010822453,-0.003410351,-0.000973368,-0.00491324,0.0056615653,0.00340234,0.0076395185,-0.0010655123,-0.0121789025,0.009446328,0.012294189,0.00059194706,-0.008585068,0.015440298,-0.0022542563,0.03573646,-0.02807922,0.00094330095,-0.0060080187,-0.017222486,-0.003939365,0.006519886,0.017300982,0.010188567,0.008063101,0.019582925,-0.013897852,0.0037755438,-0.017902002,-0.002027525,-0.008558442,0.014134271,0.00041452204,-0.018884925,0.018656136,0.0172899,-0.006052481,-0.00069354865,0.023620019,0.010650246,-0.012189995,0.0073232595,0.025061997,-0.0005260351,-0.01560224,-0.00027584555,0.0043019056,0.0029782061,0.004213015,-0.0100850435,0.011710113,-0.012359997,-0.009784903,-0.015509372,0.003056491,-0.010365728,-0.00046053945,0.0051116636,-0.005993633,0.030999908,-0.016565295,0.006812373,-0.0025811584,-0.0066078883,-0.014260257,-0.012581355,0.011210171,0.017058315,-0.0014349465,0.008013391,0.005913195,-0.005173331,0.019357884,-0.00333287,0.0054342486,0.009013301,0.0017254157,-0.0125609115,0.009532624,-0.0029427256,-0.0069401152,0.009325188,0.014334802,0.019008325,-0.0048746527,0.0057269926,-0.00362878,-0.0038530747,-0.015328606,0.019923788,0.009876744,0.0027078504,-0.005231662,0.0025595315,-0.009044476,0.00036426715,0.012036171,-0.0055746394,-0.0009954814,0.0029664263,-0.0078785615,0.0060778167,0.0036008167,0.009977138,0.008000752,0.0020673901,0.0023015237,0.010528517,0.006792544,-0.018851465,-0.0019821369,0.012411402,0.014408434,-0.0035096249,0.004505108,-0.07915893,0.019430282,-0.0053250203,-0.006391092,-0.009711104,-0.020935306,0.0029112848,-0.009934234,0.013010982,-0.011829878,-0.008078188,-0.008969942,0.001372431,0.005217474,0.0030955838,0.005823855,0.019613586,-0.0081811,-0.0036847969,-0.0053010387,-0.021217268,0.015023127,0.0022135777,0.020623293,0.0029710385,-0.012287191,-0.005817094,-0.001720911,0.0032229468,-0.0026838263,-0.007710806,0.0027364986,0.011542502,0.008805329,0.012991712,0.0017059698,-0.009002392,-0.0033528283,-0.13812816,0.013532473,0.012611678,0.0014343994,-0.010531351,-0.015202744,0.012160769,-0.00047299065,0.0016130671,0.0036937257,0.00775727,0.011800126,0.006600748,-0.037922937,-0.011708106,-0.016342016,0.015337769,0.01921848,-0.023402985,0.014325981,0.0026096522,0.015870498,-0.0030756365,0.004225807,0.011378713,-0.0021779437,-0.005155721,0.023840876,0.009630189,-0.01857294,-0.005884965,-0.0072031226,-0.00030397266,-0.008305767,-0.00072627777,0.012808976,0.0088991,0.0154851,0.015634757,-0.0029716946,0.004037138,-0.004284729,0.007157273,0.006896637,-0.0032705553,-0.0022882957,-0.002563991,0.008523594,-0.0022268933,-0.0009202903,0.0037356985,0.013478505,-0.0060669105,-0.01648306,-0.015114357,0.016755395,0.011917441,-0.0020731336,0.009543246,0.0067682965,0.005108667,0.0053585013,0.013042795,0.009295512,-0.0005908708,-0.0012085871,0.008200537,0.0046435297,-0.00226385,-0.0077797244,0.0034984895,0.012184942,0.01457188,0.009350895,0.03872378,-0.023073796,0.0141595425,0.00021711671,-0.02105045,-0.0072793383,0.012987579,0.016610336,-0.00013104819,-0.00656696,-0.0064246533,-0.029001623,0.0035488417,0.01249101,0.0064062625,-0.07228312,-0.0065433783,-0.016145634,0.0026432062,-0.011157208,-0.014427732,0.012576221,0.024567507,-0.014027739,-0.0070593026,0.005372608,0.022632085,0.024556419,0.01143361,0.010370724,-0.020017948,0.038710542,-0.0020476433,0.007616311,-0.017745517,-0.014168652,4.8510992e-05,0.016836138,-0.020270726,-0.009622806,-0.028753242,0.010782249,-0.008569687,-0.008592375,0.0030815164,-0.013036333,0.023265628,-0.0055849897,0.007849035,0.013396795,0.015917718,0.026532775,0.01133424,0.016189503,-0.026655395,-0.0077109416,0.017415669,-0.0019770872,-0.0012316736,0.022955295,-0.014427083,-0.012521372,0.0034085596,-0.010811522,0.0057189637,-0.020963827,-0.015668603,-0.0054399655,0.006352023,0.019017467,0.02342677,-0.006811346,0.0032343476,-0.015221326,0.0039657964,0.019763552,-0.009647339,-0.008855584,0.00079665106,-0.023117289,0.011813412,0.06170113,0.019150293,0.0005426539,-0.000106221814,0.009627293,-0.03007956,0.0013241966,-0.0052013197,0.00076160044,-0.029794123,0.021314284,-0.006225937,-0.00943231,-0.008436774,-0.011303696,0.0053752437,0.015490551,0.01132485,-0.0050279857,0.009010017,0.0017616046,0.005813702,-0.0020535204,-0.023448167,0.0134130325,-0.018412562,0.01599588,-0.0034779178,0.0065390854,0.030222833,-0.003459756,0.0054000807,0.005851336,0.014220364,-0.003401195,0.017848158,0.02644115,-0.012960124,0.00013638372,-0.01863419,-0.0068963873,0.015064824,-0.009993829,0.0060719983,0.007388033,0.005017362,0.015981685,-0.01391478,-0.17107607,0.024500243,-0.0071712197,0.005035649,-0.0016205227,-0.001856492,-0.001796568,0.009278487,-0.015628632,0.008209681,0.020566482,0.00626299,0.0042810393,0.013389727,0.040738773,-0.027337499,0.0038623167,0.005202529,-0.012581766,-0.0047949855,-0.0064263637,0.006003416,0.01169591,0.004587544,-0.02646638,-0.002689349,0.021457035,0.0064836065,-0.006211837,-0.013059412,-0.005014626,0.011865683,-0.017553994,-0.004628777,0.00027330138,0.010161659,-0.019940954,-0.018857079,-0.02377022,-0.0035708912,0.0025097157,-0.0007276688,-0.008096183,0.00010346157,-0.0034112874,-0.0139913475,-0.025202485,-0.0015159188,0.0052082967,0.0075071235,-0.021845609,-0.0019655738,-0.0010006478,-0.0062706107,-0.011173589,0.017043425,-0.0096248025,0.013246185,0.00739218,-0.0053967875,0.021808717,0.0096074045,0.0031071664,-0.020735983,-0.00025858614,-0.00040966595,-0.028231129,0.1470806,-0.0033306396,-0.013470564,0.009602421,0.013967638,0.042151015,-0.01135558,0.0068550115,-0.008970442,-0.004715125,-0.0050199567,-0.02903022,0.0050823363,0.0037187927,0.0013574731,-0.0064011724,-0.019792736,0.011263719,-0.02543725,-0.00042172187,-0.02492015,0.004135705,-0.004287574,-0.0052738306,0.004245428,0.016820718,-0.006137368,0.043811228,0.0016726127,0.0017017649,-0.009407292,-0.011209297,0.0080564795,0.009406999,0.0052247634,0.0071895006,0.010595198,-0.010205568,-0.010085549,0.026549274,-0.00047482012,-0.0014187325,0.0064405254,-0.0051923627,0.006514618,0.010121764,-0.011094999,0.018633196,-0.006984116,-0.0015533466,-0.018737072,-0.0018057161,-0.012217207,0.017016355,-0.011642598,-0.032758214,0.022957675,-0.0059946687,0.001195141,-0.0034116877,0.004657593,-0.0011955254,-0.001960343,-0.035524335,0.0026748434,0.011301532,0.0013601393,0.010033903,-0.004482167,-0.090652585,0.006487878,-0.0053089205,-0.011425401,-0.019323485,0.011174758,0.0027649687,-0.011638566,-0.011565546,-0.010814625,0.015024524,-0.010031896,0.008785925,-0.0057426365,0.01585592,-0.011909576,-0.0024353596,-2.6620248e-05,0.0020780652,-0.009300157,0.0049918825,0.020556962,0.010007499,-0.011979471,0.013704741,0.0063238153,-0.0058752303,-0.007642245,0.004235937,0.0017068586,-0.014184524,-0.009580485,0.01545887,0.02363551,-0.0134711,0.011271336,-0.00087363005,0.009635436,0.0009834836,-0.0059802625,0.029971194,-0.010813509,0.012047797,0.01518012,0.009082717,-0.0055599674,0.00053522893,-0.0011405735,-0.00415548,-0.004137808,-0.005049722,-0.016586117,0.018035743,-0.008129254,-0.0012056704,0.012383585,0.025292072,-0.029081808,0.016225027,0.016087104,-0.003064563,0.0018617552,-0.012095681,-0.013435037,-0.00094794785,-0.0069815246,-0.010269062,0.0049683563,0.012117001,0.016948115,-0.025378507,-0.006263897,0.019766735,0.00021972209,-0.016750425,-0.00014959554,-0.00045372907,0.01734393,-0.010392461,-0.023778016,-0.0010226892,-0.005935609,-0.017802011,-0.026589798,0.036301184,0.0070769438,0.0053537344,-0.010521243,-0.01118248,-0.0038818766,0.0005166111,0.012241854,0.0065709576,0.010151592,-0.001593567,0.011401598,-0.016829204,0.023524094,0.012974854,0.0043930006,0.03081401,0.013666877,-2.1180109e-05,0.0077878847,0.023886971,-0.0015148342,0.00618327,-0.022435352,0.003963542,-0.010445758,-0.004881279,-0.012732357,-0.0058097695,0.01408057,0.013855582,-0.010774766,0.0071061314,0.006872819,-0.0038794468,-0.010937228,-0.01313064,-0.013713342,0.0038811255,-0.00017579156,-0.0020951063,-0.006660081,-0.010561484,0.004470025,0.029917177,0.001470641,-0.0040746983,-0.013445868,-0.0100439275,0.008761138,-0.0047020754,0.02488114,-0.0002631051,-0.0034304485,0.016177652,0.020706322,-0.0028604574,0.030273428,-0.008871342,0.02825571,-0.021346817,0.021095388,0.00519598,-0.023182759,-0.00021586349,-7.938235e-05,0.020448845,-0.017445937,0.008834185,-0.009108395,-0.01710681,0.016352165,-0.00069355,0.017811524,-0.024017997,-0.016769934,0.0120610185,0.012350204,-6.133988e-05,-0.0031831812,0.008530416,0.004791942,0.025973596,0.0026380182,-0.023821,-0.03299435,-0.019016147,0.001356332,-0.010914273,-0.0065771095,-0.014519838,-0.005307111,0.019823143,-0.0048967823,-0.0015888228,-0.062055875,0.011443339,-0.0060057566,-0.0068495907,-0.010102938,0.017212586,-0.026963621,-0.011322579,-0.019576542,0.043603197,0.0042188363,0.013625796,0.0017256354,-0.005954323,-0.0029080422,-0.0057843425,-0.014472065,-0.00017229628,0.001510861,-0.0056039346,-0.014037984,-0.019714024,0.00076293416,-0.0052652583,-0.0052063367,0.012386262,-0.020305116,0.010559501,0.014376645,-0.014350335,-0.0057651033,0.003610706,0.0020224126,-0.0006998236,0.017452449,-0.009164646,0.003725986,0.009157465,0.0034465352,-0.026508572,0.0073622195,-0.0028153677,-0.053998742,0.003556544,0.0070793154,-0.0011787849,0.0063632713,-0.0014766145,-0.0008873331,-0.014467184,0.0022117288,-0.0012158727,-0.011872059,-0.019358188,0.016988907,-0.010740105,0.0037972478,-0.010129926,0.015053753,0.013134139,0.018070789,0.0053279162,-0.0070907623,0.014274427,-0.004511391,0.008289641,-0.014140325,0.0032636295,0.014463531,0.018053552,0.0064583914,-0.00042426298,0.0045372904,-0.020971507,-0.0044080974,-0.01469219,0.00254256,-0.0141590135,0.032468066,0.045131862,-0.009311357,0.001680133,0.014355701,0.040266782,-0.020850018,0.0009809788,-0.03309075,-0.08972262,-0.0017035714,0.007839565,-0.00613825,0.010279955,0.01814872,-0.017868526,0.035073634,-0.0055059935,0.018372362,0.009775235,0.010625648,-0.0062871035,0.01449038,0.00080801913,0.007228115,-0.026519712,-0.002585177,-3.2645927e-05,0.010869206,0.0031519167,0.0020931945,-0.017014518,-1.5110585e-05,0.010305909,-0.03286204,-0.0143780885,-0.008862467,-0.008157278,0.01243235,0.015322525,-0.027244898,0.0022221503,0.0016184876,-0.005389819,0.0059408788,-0.008924104,0.025570193,-0.008102585,-0.013532777,-0.016541922,0.01632709,0.018990654,-0.017154306,-0.0107067665,-0.0021450778,-0.0058922824,-0.00023834022,-0.008534503,0.0071121724,-0.0063277576,-0.0040226155,0.015447236,-0.0033863417,-0.0046722624,-0.02113761,0.006586016,0.010725198,-0.012264733,-0.0024558646,-0.020522185,-0.0064664925,0.01970741,0.023438914,-0.015435688,-0.003574336,-0.01332319,-0.00066712056,-0.03148013,0.031100072,0.02466481,-0.0030317956,0.012222166,0.0026956901,-0.013993953,-0.013391006,-0.019810624,0.0030693181,0.0020411357,-0.010049997,0.011305634,-0.014187406,0.0013113925,0.0015375626,0.029947236,0.008483818,0.000713635,-0.037784394,0.022853466,0.025271695,0.0151854,0.01457999,0.0010741074,0.008712536,0.006118579,-0.0007302884,0.00922078,0.0049104257,0.024639608,0.013170678,-0.008284652,0.013561887,-0.0023406004,0.016140565,0.005150622,0.011842789,-0.020686744,0.006956117,0.0130587565,-0.015802037,-0.004524508,0.010370918,0.024760922,-0.022199558,0.0016542414,0.006496548,0.00025579595,0.002065911,0.006627347,-0.014830924,-0.023428818,0.0024353971,0.011953714,-0.03386014,-0.004189028,-0.0020240927,-0.0004274856,-0.022302384,-0.006099561,0.04033322,-0.009840582,0.02207855,0.020809738,0.018120995,-0.00026044674,-8.24914e-05,-0.00633249,0.0068786987,-0.0020712838,0.0006139997,-0.026098406,0.015589539,0.0024351128,-0.011447947,0.023503777,-0.0028657266,0.019685557,-0.008775751,0.008693009,-0.015086919,-0.006503381,0.018705552,0.032229688,0.007801531,-0.020807842,-0.003786999,-0.01468603,0.015321125,0.0037914854,-0.009389163,-0.00036215904,-0.004235924,0.028645582,-9.480253e-05,0.004997388,-0.00094632123,0.017383734,0.0015528791,0.013043288,0.008780218,0.0035946167,0.0025755279,0.010461017,0.015688052,0.02835018,0.011542041,0.00032690263,-0.0127642015,-0.001284998,-0.01407101,-0.0028391208,0.025068136,0.0060788696,0.01920538,-0.020707939,-0.026659476,0.006096619,-0.019719332,0.019905867,-0.014315555,-0.0011606748,0.0034077778,0.0057519316,-0.0062145116,-0.0075742253,0.0109822955,-0.025970712,-0.0033405358,0.0021346547,0.0011018098,0.012063808,-0.006564119,0.012512911,0.009852017,0.007414038,0.009973535,0.0074661183,-0.0027989643,0.016229713,-0.005668681,0.009187521,-0.0011071046,-0.00441817,0.0056368187,-0.0012475711,0.015393755,0.013790792,-0.0021259473,-0.010765759,0.004630556,0.0033231613,-0.0053700367,-0.0028218415,-0.012091007,0.0018691162,-0.00065659697,0.002626613,-0.012678122,0.0005979063,-0.037334137,0.008234919,-0.02609701,0.00851824,0.013765243,-0.007055346,0.00768596,-0.0055601057,0.0056803403,0.0122965975,0.007314468,0.016465407,0.011381348,0.002207549,0.014216066,0.012869292,-0.012634115,0.0038541108,0.016764494,-0.011065642,-0.0099535985,0.00034979224,-0.0021403197,0.0109981485,-0.0016894095,0.004936709,0.013964383,-0.009851921,-0.0030116818,0.011999697,0.0058429223,-0.006662903,0.016574575,0.004213802,0.017245172,-0.020232776,0.011144611,0.013812204,0.017744148,0.011760517,-0.03563887,0.010444445,-0.0050779977,-0.014486074,-0.026715716,-0.036198393,0.015195438,0.028138889,-0.015168559,0.001869693,0.0027168556,0.018397378,-0.012843673,0.0055103526,0.0033420122,-0.0017246011,-0.00198261,0.012527522,-0.013071354,0.0027590995,-0.0073866355,0.015882358,-0.010161423,0.00089589803,0.0031130307,0.019851118,-0.01593806,-0.015432769,-0.0131426025,-0.012890758,0.0051698624,0.02214032,-0.031168602,-0.0077787526,-0.01014704,-0.010526841,0.0028566602,0.017794212,-0.00975767,0.010112952,-0.01366832,-0.012007571,0.007613015,-0.023092274,0.004272237,-0.021722637,-0.021096712,-0.013515768,-0.013327638,-0.017107582,0.02634206,-0.021833735,0.0051170425,0.010354219,-0.021315904,-0.0017266074,-0.0054538087,0.011357677,-0.012241179,-0.00094420655,-0.0023902447,-0.004293641,-0.012317531,0.00880172,0.0059049833,0.023222381,-0.013033904,-0.01696375,-0.012378266,0.015319891,-0.0045678704,-0.01939795,-0.005016969,0.009170298,-0.0054075136,-0.007309444,-0.017691372,0.0011472367,0.01458965,0.020118369,0.006591967,-0.0046409587,-0.0028609242,0.006696665,0.005473245,0.0051794224,0.00037297705,0.020907644,-0.0012063404,0.00090076146,0.013201876,0.0049279677,0.014541852,-0.0034930082,0.004732499,0.0076821665,0.014343468,-0.010084191,0.010226991,0.00012874015,0.012976567,-0.015424656,0.0045547346,-0.007370089,-0.017302502,-0.0043294067,0.011739072,-0.023797525,-0.020801624,-0.016318915,-0.0003452001,0.0093427515,0.0342755,-0.0067157047,-0.010301608,0.004386427,-0.009277217,0.0075338203,0.001283311,0.0080739865,-0.004383175,0.007756848,0.006328782,-0.0042272434,-0.009488215,-0.010362205,0.0071436763,-0.001007531,0.003174962,0.017198198,0.01450775,0.002600188,-0.02530673,0.016087774,0.0046245595,0.010945542,-0.023839682,0.0017010975,-0.013804874,-0.01951271,-0.0046188673,-0.014334864,0.02292188,-0.002133344,0.021726213,-0.01711558,0.024761645,-0.0035114838,-0.01794951,-0.018373981,0.02802843,-0.018755851,0.0015927745,0.00111775,0.017762873,0.008938814,0.011532123,-0.006375873,0.008409725,0.009967304,0.008998203,-0.0036528462,-0.008082841,-0.003963517,-0.005250943,-0.0058638654,0.015075273,0.008923737,-0.014640846,-0.0061558518,0.011360249,0.007918515,0.007684326,-0.0033429929,0.008966326,0.013565552,0.0042265086,-0.0010684563,0.016418343,-0.025548816,-0.013544629,-0.023922183,0.0012643317,-0.0046148333,-0.016465157,-0.015868714,-0.0015635506,0.0042047044,0.01687451,0.005857102,0.00900804,0.008965151,0.0076627904,0.0307607,-0.0004667438,-0.02244586,-0.015473471,-0.002223499,-0.009078014,-0.001976073,-0.0023333533,-0.0030257928,0.027832279,-0.06653158,-0.013856837,0.0064489967,0.012459667,-0.011713733,0.0021150976,0.0035072225,0.01111384,0.015149022,0.011407183,0.009377524,0.0050761225,0.021747816,-0.018283952,-0.0067001586,-0.0093405275,0.006337055,-0.0052840174,0.003960262,0.014882293,0.0039910376,-0.007120571,0.012241333,-0.011022116,0.0027069675,-0.0029483214,-0.011270946,0.022101648,-0.009292303,-0.0041957353,-0.013195213,-0.016548727,0.0076421355,0.0101817865,0.005558713,-0.018365363,0.0021877023,-0.036349624,0.004112176,0.003912081,-0.013593432,-0.014928171,0.01736144,-0.023320502,0.010343069,-0.017128848,0.0015152966,0.0048076906,0.00544693,-0.01825017,0.0053315493,0.003984615,0.0021054887,-0.009012714,-0.031624056,0.010419351,-0.011584995,-0.00614863,0.016425245,-0.018647209,-0.020747183,0.011742403,0.010932177,0.024225252,0.0018982559,-0.021618735,-0.025189653,-0.0005602199,-0.025144473,-0.0049613435,-0.007358256,0.0042976723,-0.0035437443,0.009854894,-0.013936529,0.021957748,-0.015334446,0.004658751,-0.0022701386,-0.03370756,-0.0055930857,-0.010444511,0.013727726,0.0019824894,0.041123163,-0.009595004,-0.010441092,-0.0044007516,-0.01279315,-0.005108288,-0.025619898,-0.001015627,-0.017684715,-0.022058519,0.0051449,0.011850108,-0.017739715,0.005376895,-0.017832374,0.01593001,0.015475072,-0.036026854,0.016964681,0.0037471647,0.0020944222,0.0061832126,-0.00465578,0.0010001615,-0.010046165,-0.042789325,-0.0042537185,0.0003493475,0.026238196,0.0043475516,0.0001805468,-0.0120824585,0.006318687,-0.008697121,-0.003824672,-0.011564243,0.0050836722,-0.016424421,3.8268777e-06,0.005334073,-0.020209491,0.00058354303,0.0044933683,0.023993442,0.018917348,-0.02388116,-0.008345838,-0.017875656,0.021633152,0.0053525316,-0.012744271,-0.0069421777,0.026987491,0.008233567,-0.00851426,0.037960272,-0.020679658,-0.003874868,-0.00820678,-0.012889841,0.018521095,0.0062012123,0.0025631704,0.016384529,-0.022231968,0.006301606,-0.020459961,0.013650816,-0.005544417,-0.0008146365,0.024401532,0.006742541,-0.023505159,-0.018609397,0.032333933,-0.009089519,0.0030367968,-0.011988188,0.013803259,0.005456662,-0.00395473,0.00518915,-0.008391062,0.004311691,0.024163049,-0.011816271,-0.014122115,0.013690238,-0.008888478,-0.021029098,0.022211973,-0.0043297205,-0.021867428,-0.01551759,0.0076279123,0.0046072244,-0.010018227,0.027985116,0.008843604,-0.007369706,0.022108315,-0.013194103,0.028923813,0.018690906,0.0021555973,0.020482166,-0.0071476772,-0.008739447,-0.0119460225,0.019245515,-0.006658946,-0.011563987,0.008564971,-0.0051041394,0.00313418,0.0017538131,-0.0010668504,0.016905764,-0.028020184,-0.0052901367,-0.014058644,-0.0041166884,-0.010477705,0.009262492,-0.0021971846,0.033961862,0.008184736,0.018871924,0.044492133,0.027739018,0.16533965,0.14103675,-0.019185398,-0.016290916,0.006263058,-0.008698462,-0.016067272,0.00044913962,0.0003982278,-0.014899019,-0.013006827,0.015398268,0.003277275,0.010830477,-0.0035159814,0.0101672085,0.00056669215,-0.0067508426,-0.0026446583,-0.0068292543,0.024525052,0.022485891,-0.004569039,-0.029813165,-0.037922934,0.001324783,-0.0017001942,-0.008142453,0.0032764573,-0.00454485,-0.010457091,-0.003107421,0.009570609,0.0034105137,-0.0046537635,-0.017497383,-0.012677956,0.033083037,-0.020776121,-0.012973775,-0.016763674,0.011946021,0.012092831,-0.014437659,0.0051216134,-0.0021314428,0.0028635066,0.009573198,0.008039725,0.0038395538,0.017125366,-0.0038382586,0.009001605,0.0022141896,0.0060047843,-0.0059487363,0.017804477,0.018936912,-0.010927444,-0.0010059769,0.011619052,0.022177242,0.01109608,0.017390938,0.02063435,0.0052478844,-0.0007269143,-0.011914429,0.021877509,-0.00034267717,0.0035703622,0.0049902713,0.026798233,0.029860903,-0.0067429338,0.010729886,0.026383093,-0.024642432,-0.0039196275,-0.010940875,0.012564295,0.014223308,-0.013104581,0.004408536,0.0006303721,0.0016617274,-0.0013917012,0.0077999947,0.102129266,0.00829301,0.022902157,-0.012987588,-0.012251762,-0.012943661,-0.0020041885,0.058598813,-0.0027611076,0.0053278445,0.011934087,0.015717454,0.0054511675,0.01065563,0.0062653194,0.0074275914,-0.008494379,0.02197852,-0.012631418,0.021344902,-0.010201356,0.010201546,0.0029420326,0.008486985,0.028043807,0.002994928,-0.01572507,-0.0024802627,-0.015710134,-0.0008713747,-0.11238572,-0.0047961823,-0.003835556,-0.012516665,-0.0033917644,0.020690203,0.009945924,-0.0055941707,0.008100808,0.00476476,-0.000300841,0.008098144,0.013917332,0.009836203,0.017838523,0.01658141,0.0015427057,-0.018916389,0.013295952,5.994105e-06,0.0043312437,-0.005004085,-0.013470467,0.017554406,0.00967645,-0.0006370026,0.0066519068,0.009474795,-0.019475088,0.0058088307,0.009818137,-0.006030711,-0.02961389,-0.026393645,0.00965733,0.002525327,0.0041300384,-0.0025862802,0.016589038,-0.0046327226,-0.02070027,-0.026489107,-0.009198085,-0.01687753,-0.024340697,-0.004889449,-0.0054858457,-0.0012493859,-0.020151515,0.007842787,0.015347147,-0.008485101,-0.0022679612,-0.0010810081,-0.03655829,-0.029208723,-0.008886281,-0.022642575,-0.0037266007,-0.020236613,-0.024897393,0.014359008,0.0010420674,-0.013905859,0.009428462,-0.012010178,-0.01814955,0.0017137809,0.0041339193,0.0019054993,-0.008928487,0.01386514,0.0068212347,-0.01856302,-0.00034207504,-0.0033387393,-0.0118770385,-0.00095370685,0.013738351,0.025861148,0.0045290906,6.0705108e-05,-0.0047977264,0.107930034,0.021772068,0.0027271702,-0.028150735,4.4787066e-05,-0.011754128,-0.02468877,-0.016986419,-0.0018957448,-0.0019603916,-0.007920719,0.00022738602,0.01055866,0.025436359,0.0022696808,-0.024774553,-0.0017527165,-0.0334945,0.022915017,-0.018515501,0.0036627238,0.0030048806,-0.0068746153,-0.022782605,-0.009526921,0.028120367,-0.01571464,0.01250158,0.009442983,0.0013664709,-0.0055405754,-0.029012121,-0.0036308058,0.012215944,-0.010976267,-0.00045372936,-0.019919354,0.0063855583,-0.0038434977,-0.021134133,0.0010218748,-0.0012914352,-0.006352036,-0.010089116,-0.025646653,0.18958087,0.011808781,-0.0043469663,-0.030532094,0.004871081,0.0035990789,-0.006438757,-0.009735863,0.018009597,-0.0072590723,0.015935836,-0.017970208,-0.010792888,0.003948963,-0.00738652,-0.023953827,0.00495794,0.008057199,-0.0057195704,-0.0042161737,0.006751822,0.0036578905,-0.015169603,0.0036480867,0.02082877,-0.026087865,0.004220494,-0.004001598,0.0010096001,0.006036688,-0.024317553,0.0022958121,-0.0068256534,0.0002542463,-0.017942999,-0.017722106,-0.0030874119,-0.009141525,0.015420466,0.0113962805,0.009141854,0.028066646,0.004836301,0.0044713267,-0.0051354296,0.007972463,-0.02101216,-0.028840559,-0.0121247,-0.008306515,0.003835018,0.00589156,0.021795353,-0.00086067664,-0.012511859,0.0062008887,-0.003962775,0.028158596,0.005021108,0.014748342,0.01439866,-0.0020732307,-0.0028393301,0.011589907,-0.0018418779,0.016812606,-0.0033214476]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 102,
          "content": "\"iOS 26.4.1\" Released ── Apple's New iPhone Update, Unexpected Urgent Bug Fix - Forbes JAPAN",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.004547068,-0.024671933,-0.007959922,-0.07791149,-0.022115506,-0.007737786,0.018403968,0.012910492,0.015811518,0.0036584018,-0.009954923,-0.0049047763,-0.0060709193,-0.011302252,0.11243952,0.019110428,-0.012438552,-0.005678522,-0.006412013,0.034519587,-0.023202177,-0.007839162,-0.019890107,-0.015816748,-0.010365608,-0.012198918,0.011053841,0.04064544,0.035806675,-0.017688097,-0.024145143,0.014065352,0.0059355577,-0.010678086,0.021888303,0.011951126,-0.010314063,-0.005587384,0.00028787588,-0.0066890777,0.0071817623,-0.000708912,0.008231884,-0.0053471504,0.0033090604,0.009868023,-0.011001356,-0.026911257,-0.04901274,0.019548353,-0.0005072254,-0.016154617,-0.00878376,-0.1744262,0.0015988335,-0.011886338,-0.0049015833,-0.007823678,-0.018130286,-0.01238718,-0.013827879,0.01160909,0.012165634,-0.023739511,0.020109778,-0.013006881,0.012780932,-0.00049358216,-0.030669998,-0.0145437755,-0.012194411,-0.029858064,-0.0033773454,-0.017652161,0.023775484,-0.0073747262,0.0037009853,-0.009178001,-0.007223611,-0.0030200952,0.00030184176,-0.0030128008,-0.014664241,0.005031329,0.01455496,-0.024191951,-0.005153396,-0.0316745,-0.0010920926,0.0043524555,-0.009528062,0.02049727,-0.007891606,-0.014604081,-0.0012626136,0.016486133,-0.0068204617,0.025416318,-0.0156161925,0.0049614576,-0.0112362215,-0.027183572,-0.0008494798,0.025235064,-0.0065310723,0.01877912,-0.006831045,-0.0099447165,-0.0047469093,0.011845874,-0.010327547,0.0053130514,-0.003399584,-0.0058134096,-0.015533393,-0.12518941,0.0018968483,0.0106185535,-0.0016714435,0.0007508307,-0.017774919,-0.0012197511,0.010053124,0.024925498,-0.022262631,0.0011238554,-0.009242163,0.02825531,0.011096952,-0.008984746,-0.029357262,-0.00018788975,0.007903795,0.0067807906,-0.027055115,0.01631448,0.025446666,0.008670824,-0.0031879344,-0.0026412688,-0.038450565,-0.0041682646,-0.005078982,0.0053687925,-0.016090797,-0.000991587,0.005311173,0.01170093,0.02848064,0.0024134663,0.012781378,-0.01501001,-0.018047925,-0.002409631,0.0030544663,-0.0031656807,-0.024783727,-0.012552968,-0.00969422,-0.003826236,-0.0045669703,0.025261648,0.0100305965,-0.003192929,-0.001163567,0.0027844158,-0.02248171,0.03802555,-0.0075963824,0.006426454,0.015547776,-0.0069397283,-0.0060314364,-0.0063131275,-0.01147331,0.029969722,0.017225355,0.013951251,0.013359639,-0.0044106976,0.005842592,0.01917881,0.03231099,-0.009649151,-0.012786637,-0.062336642,-0.0031520005,-0.016270664,-0.0144793065,0.0028689012,-0.020778017,0.00039538805,-0.014956327,-0.012709839,0.0013207889,-0.018434297,0.013257371,0.019075867,-0.014018402,0.0181825,-0.007901321,0.0116826175,0.0077549946,-0.011216018,0.0052818004,-0.01599431,-0.017976724,-0.026613833,0.013416836,-0.0045510563,-0.008611485,0.029784191,0.04151602,-0.010198528,0.0049098115,-0.026202274,-0.032850448,0.0019996176,0.014318208,0.009709054,-0.0049289353,-0.009537839,0.012343997,0.019454822,0.006610734,-0.037435073,0.013315424,-0.0046678395,-0.004626957,0.0062877103,-0.006496142,-0.000660687,0.0070632487,-0.019545352,-0.01295394,-0.017429048,0.021124998,-0.0024170382,-0.014694618,0.03728492,-0.0010464641,0.01908042,-0.016798655,-0.001397016,0.03407455,-0.0013488064,0.01960882,-0.0056243697,-0.009776964,0.024633357,-0.027860198,-0.010489513,0.04796526,0.0023079752,0.037829854,0.009602663,0.009240849,0.015626954,-0.0012863433,0.024304634,0.009750832,0.009376774,-0.022820689,-0.00907718,-0.004482498,-0.009748868,-0.00076256716,0.027574891,-0.010084338,-0.008680456,-0.003782767,0.013619613,-0.006548642,-0.014521333,0.038325652,-0.005655022,-0.055717364,0.015530871,-0.0020080768,-0.01013814,-0.003523357,0.025523417,-0.014477692,-0.015011055,0.0011196621,-0.0046139862,-0.0021623059,0.012566419,0.018187627,-0.0034811122,-0.017745977,-0.0028666568,0.017402306,0.0062067322,-0.004901784,-0.015785333,0.0012292962,-0.022273373,0.0063493787,-0.00057204097,-0.01866159,-0.0016354197,-0.017336188,0.0467996,0.008164303,0.007995514,0.01554649,0.027079092,0.017849144,-0.010572323,-0.016993191,-0.024545912,-0.011339005,-0.012711149,-0.010608856,-0.03693077,0.023156215,-0.028171979,0.034106568,0.005548649,-0.008600194,-0.011043994,-0.006381773,-0.011197836,-0.020196041,0.025179608,0.026013646,-0.0076198773,0.006817064,-0.0144034475,0.032480627,-0.00586503,-0.0033758953,0.00028901105,-0.03483456,0.0047891,-0.014135402,0.02638072,-0.008426277,-0.03454533,-0.025782505,-0.011399801,-0.0005810718,-0.031481847,0.002556554,0.015117817,0.009767783,-0.01461722,-0.011480149,-0.01596492,0.014585591,-0.02028339,0.013560575,-0.02081099,-0.026257241,0.022321435,0.016837059,4.7480185e-05,0.015974693,0.018242745,0.002940657,-0.00511345,0.04126571,0.0066357814,-0.0014188009,-0.006934679,-0.018248549,0.015740743,-0.0057276846,0.0031147292,-0.014737054,-0.0069572204,-0.017990211,-0.012126636,0.0029002512,0.013676747,-0.007277162,0.010905026,0.031560935,-0.0022174087,-0.027087688,0.047724072,0.025428908,-0.024319544,0.0021904074,0.013332682,-0.0065936465,-0.04473638,0.010187729,-0.021806845,-0.014079715,0.005996027,-0.018809097,0.023911055,-0.0034514607,0.0025478965,-0.0003312816,-0.0014884456,-0.0087464275,-0.0038027065,-0.017079119,0.009109336,-0.010983582,-0.016021056,0.0077182567,0.018675093,-0.019503487,0.017674794,0.0037536637,-0.0058024204,-0.006173489,-0.02343575,0.012030056,-0.019580618,-0.001125922,0.018467853,-0.008353173,0.019673845,-0.023418486,-0.017127452,-0.011972215,0.0027085864,0.009896762,0.009940767,-0.016643187,0.009204436,-0.018731592,0.0018597407,-0.01984664,0.0025712943,-0.0074242107,-0.00047424948,0.015091988,-0.0018875706,0.008423812,-0.02055695,-0.017011376,0.02013518,0.018532462,0.0140873855,0.005987414,-0.0006382465,-0.011622529,-0.022511901,0.0036392903,0.017430313,-0.00660512,-0.011856354,-0.044879686,0.002140389,0.039049327,-0.0030230382,0.02057745,-0.0028113783,0.025990253,0.000959718,0.025220672,0.024217185,-0.008870838,-0.017523874,-0.0020711196,0.0023729932,0.016791303,0.008135717,0.018940095,0.0046366486,-0.0013693175,0.011646289,0.0014026817,0.01972445,-0.014983241,0.0009799955,0.016798664,0.0035956977,-0.0040515116,-0.007893592,-0.004243146,0.0024942018,-0.005287386,-0.006154871,-0.0039729415,0.015977193,-0.012530264,0.013220507,0.029923066,0.032596096,-0.033440117,0.031471476,-0.01102042,-0.009410455,0.00538256,-0.012876437,0.0011945548,0.01884585,-0.040339302,0.0017449829,-0.0060136127,-0.022125738,-0.0054641943,-0.024636624,-0.004000381,-0.0013991015,0.021571605,-0.001975509,-0.021008374,-0.038849697,-0.0074274573,-0.017003234,0.0018589253,0.026650108,-0.03191981,-0.010897068,0.009009454,-0.00475927,0.030768413,-0.017527025,-0.0124906525,0.0069870865,-0.01210632,0.022394286,-0.03020977,0.001984646,-0.0046793954,0.0049952627,0.010429038,0.0004661659,0.047848463,-0.008855352,0.031044744,0.013526427,-0.0048750383,-0.00083678286,-0.019700361,0.012057099,0.019344235,0.01655954,-0.0077520595,-0.004776738,0.037523374,0.014314293,0.00024967102,-0.00862257,-0.0017544924,0.011041064,0.02102509,-0.08032365,-0.018063376,0.011258549,0.020188227,0.0043935543,-0.0019613507,0.055621672,0.013338328,0.03958214,0.0021615769,0.014146283,-0.012354213,0.006793765,-0.0036382852,-0.020207005,0.014632862,0.026099555,-0.002666289,0.044306275,-0.006463687,0.017959291,0.021511853,0.03815516,0.011693218,-0.00037888598,-0.004549348,0.01952931,-0.023731418,-0.021623451,0.033749674,-0.0113982875,0.008167551,0.035646174,0.011989246,0.013409979,0.018361362,0.008082362,-0.02944964,0.004478346,0.0082858335,-0.0014467782,-0.016371334,-0.000387536,0.0071570026,0.011528769,0.005375458,0.0011905835,0.0068785986,-0.008932573,-0.01113744,-0.0054367655,-0.00219909,-0.010721083,-0.028741952,0.012649139,-0.02337313,0.0016364801,0.01936319,0.004226413,-0.009514963,-0.039706144,0.002739177,-0.0068565235,0.029118696,-0.02596231,0.00708781,-0.010314159,0.042459402,0.011089404,-0.0047382787,-0.0031945985,-0.013212425,-0.031690758,-0.004216042,-0.010111197,0.011031719,-0.010447251,0.02600557,0.017318558,-0.007890742,-0.011460874,-0.0027986837,-0.10049977,-0.024058586,-0.012710706,-0.011977145,-0.005673931,0.0086520035,0.015945734,-0.0031232191,-0.0056114653,-0.008426944,-0.015497979,0.011723822,-0.018005116,-0.023016935,-0.0256988,-0.021905206,0.0021675953,0.0028760214,0.0064015356,-0.008601346,-0.011998884,0.02016199,-0.011797477,0.008941831,0.004711506,0.0321888,-0.024344916,0.01784325,0.013680073,-0.0043871207,0.011697528,-0.13974974,0.03332723,-0.04969974,-0.015728185,0.009891125,0.007235622,0.002504064,-0.037751947,0.009485192,-0.03140762,0.013315194,-0.022244008,-0.005523599,0.036207564,-0.0040514786,0.11456965,-0.0007640836,0.012924155,-0.0015545909,-0.001433169,-0.011117978,-0.0049368893,-0.00044891692,-0.022361225,-0.024716573,0.028525589,0.0063409423,0.0115604885,0.0056448537,-0.007825928,0.017121479,0.0005405032,-0.0035222077,0.0032739833,0.006664369,0.0007426087,-0.031708915,-0.022401378,-0.020102698,-0.007330329,0.044536874,0.020930598,0.0055253026,-0.027892618,-0.016562086,-0.0060221287,-0.014199927,-0.0073699825,-0.020896716,0.0032901654,-0.019770646,-0.057245005,0.03592822,-0.017909855,0.015886223,-0.010599744,0.007881152,0.0065082074,0.038790327,-0.0058212886,0.0007413599,-0.027757898,-0.006140251,0.012326673,0.015688961,-0.00884837,0.006614616,-0.012531762,-0.0066138105,0.0117374975,-0.025520977,-0.024140887,0.01059937,-0.029421367,-0.004331474,0.019099098,-0.020154532,-0.004403366,0.0033614228,-0.03912596,0.010010273,-0.032819442,0.012595096,0.026142605,-0.011331871,0.009340468,0.011573409,-0.03354557,0.0019637651,0.0042269696,-0.0022949418,0.050459493,-0.015105791,-0.040324613,-0.0006001717,0.022540176,0.011039033,0.014329038,-0.0030033926,-0.0380924,-0.01266444,-0.020890284,-0.019933164,-0.013056869,-0.015732743,0.008056796,-0.014239862,0.014260467,0.036482356,0.033307835,-0.002306728,-0.0019886661,0.007258678,0.003640128,-0.011651798,0.015694309,-0.00087149633,-0.019840058,-0.008105416,-0.0042316173,0.017044129,-0.01775361,-0.0072637345,0.00982088,0.009557312,0.0009421272,-0.011725427,0.009094491,-0.011263835,-0.04524999,0.0024249323,0.0019022339,-0.020916251,-0.00054171565,0.0029008605,-0.021524675,0.013329154,-0.0042855563,0.0035075103,-0.0043156636,0.022861231,0.001821681,0.014790722,-0.0011241471,-0.01654951,-0.00090340164,0.005757207,0.010403327,-0.0061919168,-0.0038002525,0.0074990615,-0.008180483,1.649446e-05,0.031887293,-0.01673762,-0.002234411,0.015005949,0.00025792894,0.028687838,-0.0044857142,0.0025085239,0.011355038,-0.0127136,-0.00944993,5.0383746e-06,0.0015290689,0.024592316,-0.01641115,-0.001255571,0.0007668864,-0.012513488,0.004038304,-0.016527979,-0.00029880644,-0.0064585563,-0.01396233,-0.0041600717,0.00054029975,-0.021294976,-0.0005505078,0.00913915,-0.013945385,0.0005318187,0.014637725,0.009001456,0.00015353621,0.013377644,0.020575758,-0.01444306,-0.0039084437,0.0044579813,-0.033702474,0.010443009,-0.02682712,-0.0097362045,-0.009263699,0.0019075844,0.0075578056,0.005541337,-0.0082922885,-0.0054705394,0.0021832108,0.0061453953,-0.004423736,0.006709723,-0.01185924,0.0072445427,0.021804892,-0.007853915,-0.004788661,0.0040073637,-0.02374443,0.011604171,0.015675023,-0.013799277,0.008872721,0.013770703,0.02458058,0.013264147,0.0094283,-0.016056849,-0.01726459,0.017887019,-0.013152202,-0.0067001875,-0.017806763,0.009633394,0.013710815,-0.023431163,0.007823911,0.00036473316,0.009913353,0.017068865,-0.013466961,-0.014108693,-0.00089500874,0.03970425,-0.007892313,-0.016967101,-0.013282606,-0.017182158,0.014028558,-0.014945489,-0.0042876163,-0.0030660708,-0.007367447,0.0048083384,-0.010285834,-0.027280916,0.00418812,0.010821974,0.0015348734,0.02240522,0.022155603,-0.00397638,-0.003552844,-0.022044579,-0.0071499445,0.0040471815,0.016968826,-0.014641367,0.0026437524,-0.0011766157,0.015626641,0.0139258355,0.017472839,-0.022715732,-0.019562293,-0.0029831482,0.015641296,-0.022715287,0.011314675,0.0108675035,-0.000940373,0.010503333,-0.012645358,0.009553979,0.006186161,-0.011857618,0.0062703826,0.004709694,-0.02202448,-0.0012905875,0.013041124,0.007777658,0.020434925,0.0067527774,-0.01022145,-0.011065651,0.009700615,-0.0029199359,-0.0053892676,-0.0032153418,-0.0070325113,0.023312584,0.00090818777,0.0009114255,-0.004354161,-0.015620703,0.017032174,0.026773088,0.0009380448,-0.004350103,0.01797099,0.005779062,0.002773091,-0.004801822,0.007196452,0.019369394,0.0009255305,0.092161864,0.004035121,0.009508158,0.00039852786,-0.006086922,0.013422961,0.01299954,-0.011887789,0.022803288,-0.013909207,-0.0060201683,5.7080233e-05,0.007900802,0.006408802,0.007247388,0.0033243038,-0.011006512,0.0014928931,0.01361787,-0.013206902,0.008358162,0.014183323,-0.011628825,0.004522783,-0.003167667,0.0030988907,0.0060371873,-0.007946722,0.0006173883,-0.0019041876,0.0012514612,0.009323481,-0.022540905,-0.0024364248,-0.018763732,-0.009891746,0.00027284646,0.00829092,0.022645501,0.0034943065,-0.004800248,0.027614357,-0.0011632756,0.0015694461,0.009564988,0.010795158,-0.005925608,-0.01215186,-0.0020171085,0.0015201598,-0.018901236,-0.0035868702,-0.00778244,0.0025969637,-0.008780195,-0.011330548,-0.006285215,-0.0021387485,0.014796424,0.001936141,0.008474562,0.0053063245,5.2020838e-05,-0.0091471905,0.0059629213,-0.009989935,0.0032275822,0.0005964657,-0.007028701,-0.011184651,-0.006196275,-0.011116291,-0.01643467,-0.0034537977,0.024990363,-0.0081285285,0.0008895501,-0.0046284366,-0.018293686,0.0036171088,-0.010898314,0.007862998,-0.017284565,0.019289682,-0.0024867444,0.024883207,0.0011828683,-0.010517152,0.01616604,-0.006799626,-0.0022454865,0.0069094817,0.0003853253,0.0008572104,0.008765305,-0.016734088,0.04463826,-0.0072083613,0.0013742876,0.015229439,-0.0011968828,-0.006125998,0.010612068,0.0042200787,-0.00030030753,0.0023321917,-0.009199297,0.013007357,0.0062114615,0.0021155314,0.009949272,1.1880476e-05,-0.0016804155,0.0137075735,-0.0029239105,-0.0016056552,0.0010048217,0.022914324,-0.020255402,0.026200349,0.0010762549,-0.0020702775,-0.01966199,0.019132562,0.00039746318,-0.011755743,-0.0046873577,-0.0021728738,0.016383762,-0.011200464,0.0017574028,-0.002362664,-0.013677554,2.6300839e-05,0.00080612407,0.010095914,0.0013673473,0.014297439,-0.0044325786,-0.008000422,-0.0033094985,0.005606837,0.00091064407,0.00045768646,0.0055868435,0.011127881,-0.017658722,0.009159788,0.0046135555,-0.002077609,-0.0025033948,-0.029424626,-0.007052327,0.0019437899,-0.008151464,-0.0052041826,-0.00068158883,-0.0026200837,0.017915245,-0.0011887769,0.00094234676,0.005898236,-0.00093734945,-0.0027012054,0.015357011,-0.008014707,0.011343519,0.0007981564,0.001982561,-0.0026022396,-0.0031816538,0.00083585706,0.0053078304,-0.003732374,0.015420516,-0.0008247152,0.0008170963,0.0027492326,0.028726093,0.014875318,-0.0006051311,-0.0071481327,-0.01770837,-0.0029465386,-0.0020274594,-0.022362366,-0.0057855756,-0.009878087,-0.00843024,-0.0029427467,-0.011016061,0.0040275548,0.009982156,0.0054185907,0.0034762456,-0.00031592604,-0.015547079,0.002829217,-0.026230754,-0.0028756894,0.008858765,-0.005244479,-0.0076796003,0.007936706,0.0058323075,0.0020590033,0.0036060964,0.0043926104,0.0032012467,-0.0028778533,-0.010643501,-0.022463365,-0.0023169136,0.015720503,0.00041683202,-0.008258366,0.009699078,-0.01377239,0.00088024663,0.0026446562,-0.0008370943,-0.006292687,0.0011387876,-0.016115095,-4.4259043e-05,0.01827482,-0.001708487,0.009874484,-0.0033834092,-0.0130742295,-0.011136173,-0.013205695,-0.021730632,-0.0017169457,0.019877885,-0.000498373,0.002104969,-0.001131241,-0.010979986,-0.01854382,-0.010067456,-0.0031753336,0.007410866,-0.01724104,-0.008020954,0.0052097817,-0.0009329935,0.02861171,-0.019608337,-0.0021773998,0.011730142,0.0070960284,-0.007336948,-0.0031335028,0.006115095,-0.01050636,0.00081983267,-0.05514617,0.0037219478,0.0075318716,-0.00016305184,0.014577824,-0.0127162915,-0.019347612,-0.013490706,-0.008891503,-0.0060901055,0.00035873783,-0.005917707,-0.0020494377,-0.012410562,0.0075071165,-0.0004930443,0.0006772608,0.0068045203,-0.012277847,0.012095115,-0.013949097,0.00010206549,0.004485401,0.01213816,-0.0051168907,0.008200741,-0.004155153,-0.006646542,-0.0013737514,-0.009394393,0.0028166883,-0.018604543,0.017437747,0.0014802373,0.0017648774,0.0027081885,-0.012180688,-0.009827545,-0.0073645855,-5.0343642e-05,0.011056414,0.004730379,-0.010906702,-0.0033515994,0.008021867,-0.017390974,-0.0039833286,-0.013632903,0.009397456,0.013031365,-0.017104466,0.014253232,0.01027139,-9.118604e-05,-0.024754172,-0.022129731,0.003930175,-0.0012519686,-0.001060732,0.014976206,0.001633836,-0.0051124785,0.0021203514,-0.0011158497,-0.01981172,-0.0036007834,0.024230719,0.012403312,-0.020711353,0.009915332,0.0012133339,-0.004441967,0.014372855,0.010408667,0.018198706,-0.0015990775,0.003112634,0.023218216,-0.005277863,0.008437981,0.0016651927,0.004914698,0.0005165684,-0.012460346,-0.0016565366,0.007941389,0.0044984585,-0.020287856,-0.02996024,0.0070060617,0.025938071,0.021854552,0.008765798,-0.012930839,-0.0027567013,-7.035201e-05,-0.008810964,0.007870847,0.012578747,0.006942156,-0.0053059882,-0.0057781497,0.008315659,0.010680493,-0.016135544,0.0022915406,-0.013799313,-0.0015692746,-0.012802197,0.01886819,-0.008136892,-0.014010435,0.0031524522,0.012272215,-0.014450112,0.007023818,-0.012428683,-0.012145251,-0.0020507928,-0.002630993,-0.013718703,0.015147102,-0.009113649,-0.015552427,-0.011783427,6.077614e-05,-0.007531657,0.008778848,0.009195785,0.012880927,0.0103951,-0.012452083,0.016142016,0.0036674344,-0.013355775,0.021045577,0.015960101,-0.0036105237,-0.004677736,-0.01318588,-0.0056664357,0.011649414,-0.011760115,-0.014369096,-0.008226629,-0.01250448,0.010602115,0.01647305,-0.0020541756,-0.011310469,-0.0077431803,0.007858835,0.005519173,0.0011820474,0.0062329923,0.013837406,-0.0073909145,0.008086688,-0.0031213025,-0.012447276,0.016528277,0.0023309437,-0.0007952312,-0.004718498,0.00672283,0.00075440947,-0.014612082,0.008961953,0.005457971,0.00045714912,-0.008302382,0.011392968,0.0026352033,0.005938555,-0.01405439,0.012672932,0.022405794,0.0034599998,0.0012112868,0.009196886,0.0216785,-0.0040702363,0.0017377443,-0.007420121,-0.015076932,-0.0053176205,-0.0127399,0.005068727,-0.0051161908,0.019735312,0.00011428918,0.009036148,0.012620608,0.015566601,-0.0026068096,0.013448109,-0.00293409,-0.015044069,2.5833513e-05,-0.03961335,0.000913122,0.018359596,0.0064108376,-0.006193648,0.00055630977,-0.09136438,-0.0024043322,0.0089941835,-0.008895393,-0.0038117296,-0.007706735,-0.0097214,0.0015858584,0.01079681,0.011320889,0.011319678,0.00850187,-0.01987701,-0.008848223,0.0025394708,0.0067908484,0.00912609,-0.006021701,0.014631357,-0.0032691685,-0.02120913,-0.0012333135,-0.0020027957,0.004719301,0.020120531,-0.008635405,-0.002391494,-0.002891763,0.0016972255,0.0053530205,-0.010941335,-0.012385342,0.0052778726,-0.010664761,-0.006800796,-0.007812621,-0.015142589,-0.0068498277,-0.13410151,0.011701127,-0.011909844,-0.00061731826,-0.00581923,-0.0065510673,0.029003795,0.0047435556,-0.0019126082,0.0077387826,0.011523564,0.0137484465,-0.0026213122,-0.006041034,-4.4140674e-05,-0.002725638,-0.0025115337,0.010946186,-0.011045712,0.014799625,-0.0152170975,-0.0016239751,0.007909891,0.016713204,0.016385838,0.011331624,-0.0013106837,0.006305526,-0.006802149,-0.0045777587,0.0018129813,-0.006596301,0.0069136256,0.012629104,-0.0037666576,0.0076328176,-0.00079912646,0.018858815,0.010112736,-0.013777431,0.0045788614,0.00015757735,0.006815594,0.010349648,-0.008991269,-0.016893394,0.004794553,0.0041499087,-0.016750216,0.0046982216,0.006704472,0.008868168,-0.01984724,-0.0023554186,-0.0011053645,0.0016055432,0.00080736174,0.00090247235,0.0065844855,0.00014454077,-0.010531406,0.005277993,0.0015185513,-0.0045983223,0.00963766,0.0043507474,0.0066601154,0.008141783,-0.0022442352,-0.0007215805,-0.008176105,0.010755839,-0.01392551,0.014911323,0.01708532,0.012801578,0.018171178,0.018817466,-0.007498449,-0.0022214563,-0.0151156485,0.005752585,-0.01184967,0.013716858,-0.0042606983,0.0035513865,-0.0065486487,0.028542515,-0.010240703,-0.054251187,0.0028617152,0.0034863835,0.0020547013,0.014100623,-0.002180048,0.0006423088,-0.015229725,0.019139132,-0.003871425,0.0044684573,-0.011466824,-0.011105068,0.02705594,0.021719787,-0.00088054186,0.011426127,0.007231254,0.012347881,0.025569825,0.0053706607,-0.0024728125,-0.02023958,0.009716192,0.0071062627,0.003721973,0.005825234,0.021724869,0.0027738872,-0.0029564695,0.0096397465,0.005180759,-0.005479657,-0.025546998,0.010095568,-0.002851532,0.03570007,0.023935942,-0.007133266,0.00044920767,0.0078121834,-0.022348965,-0.0050078947,-0.0008720835,0.016661558,0.0069116536,-0.0007060487,0.013570421,0.018901575,-0.0032874767,0.003995134,5.5787892e-05,-0.00798371,0.015870936,0.03949669,0.012133547,-0.0016518744,-0.017879307,0.00878787,-0.016243609,-0.0037218796,0.0024581305,0.008561921,0.0123103745,-0.02950655,0.017062498,-0.011012078,0.028828405,-0.006504868,-0.043830626,-0.008552906,-0.0064917672,0.022365874,-0.006680967,0.0062357876,-0.015559494,-0.008108541,0.019968886,-0.01044319,0.011769125,-0.008341122,0.010016099,-0.012702679,0.010244503,0.007608387,-0.004692846,0.0048886663,0.016383857,0.004696886,0.001231492,0.017569067,0.0042416863,0.02900357,0.006416847,0.011061358,0.019233163,-0.019910354,0.0063052676,-0.01625873,0.00088952034,0.009423954,0.01784831,0.012575405,-0.00015502356,-0.00850382,-0.023511823,-0.02150419,0.0061509414,0.012986569,0.007440459,0.023813432,-0.014606429,-0.0013162156,-0.0027101145,-0.18077582,-0.0032772366,0.01665432,-0.01773078,-0.0006429763,0.0071623856,-0.00023248514,-0.0102601005,0.016122038,-0.008432783,0.005364106,0.012154538,-0.013517073,0.005673985,0.014815147,-0.003282971,0.019992363,0.008660739,0.01157766,0.018679557,-0.02920295,0.00026637054,0.0042150673,0.020078165,0.0057889735,0.008837581,-0.0030698185,0.020691594,0.0034737869,-0.01068604,0.004267144,0.028030405,0.01741734,-0.002093775,-0.016072452,0.023025312,0.011703334,-0.002676264,-0.007747937,0.014512481,-0.0031136998,0.009209882,-0.016129231,-0.030633839,0.016697608,-0.007529947,0.015862184,-0.016625922,0.010042031,-0.0015054283,0.0048294417,-0.008175227,0.030171929,-0.01261609,-0.009147723,0.010380072,0.007084531,-0.010896925,0.009354349,0.019923644,0.0056708343,0.0031310983,0.008392851,-0.019005194,0.008238602,-0.014316789,-0.011764975,0.13571858,-0.018093398,0.005819021,-0.00019605571,-0.011401439,0.0038369899,0.0029112136,0.00028191225,-0.01441288,-0.0070598987,0.012912952,-0.011667829,-0.011463923,0.00805466,0.001665583,0.001710374,0.007851758,0.00595777,-0.018164419,-0.015325142,0.020425422,-0.015823163,-0.0031172277,-0.010055254,-0.0072249696,-0.005332692,-0.0044371956,0.013479691,0.014603182,0.020607086,-0.012541775,0.0070605525,0.0014371298,0.007426684,0.00865314,0.00017890062,0.0059727277,0.01678416,-0.02374513,-0.0034100928,0.019944943,-0.0045441957,-0.017941384,0.006158568,0.0027745082,-0.01575407,0.002697707,-0.01287806,-0.009876328,0.017534623,-0.040081795,-0.0133064985,-0.008354932,-0.020827154,-0.011146011,-0.02196475,0.0025991667,-0.012875968,0.01049878,-0.012170974,0.0062049325,0.011953672,-0.012255143,-0.023680655,-0.0012695022,0.016765116,-0.02078094,-0.007681837,0.004364785,-0.09302834,0.0037381777,-0.008795594,0.021603154,-0.0017694924,0.006647912,0.008289712,-0.0036909154,0.026821839,-0.0094675,0.0009627865,0.00060107914,0.0042006364,-0.016149044,0.0011257279,0.0016846786,0.0031152451,-0.002873766,0.0020383813,-0.005230428,-0.0134456,0.016328227,0.0068125017,-0.008958099,0.0006165283,-0.0062385444,0.0038817725,0.012242466,0.012975417,-0.01367211,0.008489763,-0.00073814596,0.00083922,0.013904982,-0.019342642,0.009016498,-0.007126494,0.01652425,-0.0017112806,-0.007985842,-0.005351542,0.012383195,-0.010800631,0.011556447,0.0021220283,-0.018993998,0.020481212,-0.009738697,0.007555338,0.0109922495,0.004348437,-0.014155954,0.015188092,-0.004044667,0.004802185,-0.00018688265,0.030093918,-0.020119825,0.021687659,0.011056872,-0.030153565,0.011199039,0.008685771,0.009261217,-0.014506542,0.005004106,0.014788287,0.015918044,0.006593173,-0.02715195,-0.0021838543,-0.03207218,0.03663512,-0.026456872,-0.00025884708,-0.014136567,-0.008048581,-0.0075622834,-0.008612239,-0.017796276,-0.016452415,-0.00041047504,-0.009377784,0.0061851493,0.025998978,-0.017082298,0.0034353011,-0.0064376313,-0.007923138,-0.025665313,-0.008390617,0.006091553,-0.0020189937,-0.019091498,-0.020057522,-0.04128881,-0.0016660129,0.010060183,0.034476858,-0.02018092,0.037007574,-0.0056836493,-0.015319742,0.0047551193,0.007867615,-0.016751457,0.005606877,-0.014030113,0.0030529175,-0.0065731313,-0.011366133,-0.015017775,-0.01776731,0.0063072876,-0.008907638,-0.005367398,0.018622,-0.010593685,0.008614014,-0.024476146,-0.014863125,-0.00014929778,-0.0032433858,-0.024245696,0.0006509322,0.004693235,0.012990321,0.009579645,-0.005775208,0.011471248,0.0073842616,-0.010057838,-0.01488475,0.015315714,0.016666729,-0.0181543,-0.010564392,-0.014324945,0.012653858,0.022082897,-0.012710202,0.012669217,-0.01751632,0.0071664467,0.0037071977,-0.0076175085,0.007283858,-0.007443148,-0.015405169,-0.0048015267,0.017118173,0.0025796823,-0.010397278,0.0023987815,-0.009415966,0.009246865,-0.0049756467,0.016777514,-0.0012737437,-0.006920189,0.0015901364,0.00584487,-0.012188184,0.00047646984,-0.011623192,-0.014876419,0.01962089,0.016234694,-0.0494019,0.00048341745,-0.0020861193,-0.017139832,-0.015181277,-0.010474987,0.0037743263,-0.007803921,0.030493677,0.021717535,0.012056154,-0.0795031,0.017081905,-0.009670816,0.0029632866,-0.014908689,-0.0013105727,-0.0007454718,-0.032492194,-0.014153523,-0.013278846,-0.0053647123,0.0014719355,0.0039061888,-0.011821771,-0.014865244,-0.00433366,-0.027788283,0.002111746,-0.007617144,-0.015272248,0.021553745,-0.013136584,-0.0039446983,-0.002116852,0.011560419,-0.0033403214,-0.014176692,0.0069097895,0.00045882422,-0.029256852,0.012580426,0.006997667,0.009845668,0.01264033,0.0014784422,-0.019381935,-0.0026695104,0.005678048,0.015879437,-0.03638175,-0.0024949177,-0.020572003,-0.07016059,0.01474226,0.0072242664,0.017469397,0.01096781,-0.01391818,0.0072153467,0.0034500598,0.013461065,-0.021181129,-0.0006511469,-0.0069250697,-0.008094215,-0.0075618997,-0.01355165,-0.020210303,-0.023805732,0.011571272,-0.015241677,-0.0035046337,-0.026286265,0.009315203,0.018354436,-0.01283535,0.0039086,0.0033137542,0.019367523,0.0055485265,0.008858106,-0.0062149195,0.009800639,0.003852012,-0.006021264,-0.016993085,0.040294226,-0.014932877,0.0024141388,0.039756,-0.018107915,0.012358517,0.0056757857,0.03698697,-0.0017589978,0.018969644,0.022449458,-0.09492723,-0.019958405,-0.01687305,-0.006963014,0.021811383,0.0039968668,0.011337804,0.053230498,-0.013034801,0.026086368,0.01956008,0.0030530912,-0.018193167,0.01625423,-0.009257136,-0.00043882013,-0.00666679,-0.01567588,0.022253202,0.014168037,-0.003482694,0.005900371,-0.0016932347,0.020067602,-0.0066701765,-0.04796792,0.02146859,-0.009325495,0.007930425,0.0036053197,0.0038599,-0.0024141348,0.0073445207,0.002152697,0.0004188602,0.0147767225,-0.02120316,0.0064265556,-0.0146340355,0.018195992,-0.008642719,-0.014138444,0.01327956,-0.006629162,0.016083801,-0.00998903,-0.012178496,-0.01845719,-0.016491251,-0.019889658,-0.00045439773,-0.015803808,0.016432928,0.013369396,0.0040295594,0.014104776,0.012167682,-0.021365594,0.015566477,-0.010418271,-0.00189788,-0.011023953,-0.022475284,0.011766442,-0.009218263,-0.013825046,-0.020928346,0.013009266,-0.045513153,0.013947208,0.0008222987,-0.011992645,0.010277777,0.017551528,-0.005193466,0.0027869924,-7.632042e-05,-0.012877812,-0.015288932,0.013817325,0.0013989279,-0.01522572,0.013833021,-0.022726307,-0.018378984,0.021049896,0.008079822,-0.016025623,-0.0067209736,0.011963222,0.005374096,0.0077581382,0.0059711547,-0.014061996,-0.013778946,-0.015446143,-0.0058145365,-0.017749028,0.0032981827,-0.0028843004,-0.0017403279,-0.0053421324,-0.0015411378,0.007666193,-0.006881022,0.01755148,0.0022027276,0.017150512,0.004196588,-0.011865079,0.010562777,0.025924867,-0.01650842,0.0023102046,-0.0030435,0.009340279,0.016059335,-0.0064978944,0.0050461446,-0.023930185,-0.000991357,-0.010988933,-0.008229568,-0.023556402,0.0040623755,0.0056487774,0.0028810624,-0.009860244,0.008852445,0.009890194,0.019115819,-0.0030594415,-0.0009865715,0.0012563764,-0.01175623,-0.030491881,-0.0012362028,0.006611514,-0.02856897,0.0007435669,-0.024808774,0.0001526347,-0.0028446948,-0.020661501,0.013658646,0.030049955,0.019632977,0.004548551,-0.017913915,-0.010123277,-0.005101405,0.019226018,-0.009027508,-0.003811348,-0.021767668,-0.009734061,-0.0023133955,-0.0067866105,0.009874046,0.003459288,4.26931e-05,-0.0024720656,-0.0088846,-0.0067803254,-0.028869778,-0.017780894,0.030125473,0.0015375337,0.02438942,-0.003277431,0.0039101136,-0.016278565,0.034884736,-0.0032856774,0.03791156,-0.005665744,-0.0037747703,0.001713725,0.008420849,0.0067039286,0.020184778,-0.0038665952,0.006666052,-0.017379738,-0.006699379,-0.0006000468,-0.0065189386,-0.019469837,0.0073490064,0.0121527575,-0.008798266,0.0032988752,-0.0037409712,-0.009632312,-0.03410188,-0.009985954,-0.021127962,-0.0032445535,0.011819993,0.033419605,-0.0005500829,0.017743237,0.005082874,0.015975371,-0.01846337,-0.0152295595,0.008016136,0.0134195285,-0.019646611,0.019288275,0.019873563,0.0051693814,-0.01401773,0.006128771,-0.010958328,0.019743532,0.005922479,-0.006563699,0.020619702,-0.0005697713,0.028285384,-0.0015210335,0.018492142,0.0021100366,0.006182147,-0.016191756,-0.019769458,0.004028004,0.0018000246,-0.0032296153,0.011063862,0.020748902,-0.0049435426,0.0028247295,-0.004029194,-0.0002828514,0.009323324,-0.007370598,0.016817316,-0.0014546834,0.017594274,0.006458845,0.009363691,-0.00010410118,-0.013474409,-0.0045069708,-0.021730674,0.0031504915,-0.025365097,-0.025447858,-0.013987793,0.00766728,0.00467696,-0.0046429723,0.007781325,-0.010864634,-0.00671633,0.0032907955,0.0139462985,-0.029674318,-0.009139907,0.007038633,-0.018389236,-0.006923741,0.001315606,-0.016965996,0.00041396817,0.025181064,0.0082473075,-0.006038306,0.012456933,0.0046165544,-0.0040069115,0.020588953,-0.03894275,0.00401142,-0.0034383712,0.015514998,0.006606718,-0.008609067,0.008448786,-0.0045091915,0.008067886,-0.0083958,0.010078436,-0.013978116,-0.018609662,-0.0022542488,-0.006327069,-0.0017507981,0.015263655,0.0012698323,0.015209373,0.0009742555,-0.0033721016,-0.0050924458,0.010283477,0.006016082,-0.013690262,0.0060062897,0.04357888,-0.021277193,0.015673129,0.0010602153,0.010424968,-0.00027993153,0.00080727664,0.010443307,0.024703417,-0.006400959,-0.016628277,0.0078000226,0.013790612,0.017836211,-0.0076039406,-0.005552127,-0.0040720543,-0.0036118047,-0.017986294,0.01937333,-0.0039653257,0.013372239,0.006371423,-0.0009648065,-0.004370187,-0.001688943,-0.022180641,-0.0072390907,0.00021662503,-0.0032188008,-0.0076127914,-0.0042520254,0.014109469,0.008886648,-0.005120762,-0.010011503,0.005859663,-0.013686887,-0.007197263,-0.009568825,-0.008493688,-0.016385095,-0.0021367597,-0.004518699,0.018048571,-0.0005411699,0.009549344,0.006206743,-0.0013271743,0.011530501,-0.019413602,0.00973129,-0.019108623,-0.0034586147,0.0053849267,-0.002246516,-0.012849789,0.012929725,-0.013744922,-0.020498704,0.0059908656,0.024014296,-0.0003430991,-0.010147698,0.008434875,0.017410666,-0.012900917,0.0091025885,0.008978151,0.011035874,-0.010996614,0.0100656,-0.0027266678,-0.0006616522,-0.0044268807,0.0044643176,-0.020320924,-0.0046651824,0.026892243,0.0054247584,-0.018444493,0.03309992,0.00046529528,0.0040534036,-0.017192952,-0.011042152,-0.006368279,-0.008016199,0.011038306,0.0076237004,0.0039699893,0.012455154,-0.0009831685,-0.011621056,0.019011972,9.1212074e-05,0.00932501,-0.008355733,-0.019873748,0.010538852,-0.018205604,-0.017071003,0.027644038,-0.007959593,0.0055327057,-0.001644556,0.019898778,0.018189589,0.027616788,-0.007985212,-0.003723777,-0.0111086145,-0.010814472,-0.004825915,0.0006234532,0.01467507,0.011490717,-0.011551906,-0.011878234,0.004096616,-0.0037276545,-0.011399778,0.012052331,0.02411394,-0.008126358,-0.008547659,0.008988544,-0.014060032,0.009758098,-0.014696002,0.004026544,-0.018594583,-0.022553634,0.004710635,-0.010680256,0.0064681033,0.00987833,0.013238006,-0.005966767,0.010567075,-0.00076477183,0.009213609,0.010478203,0.02004385,0.0021490809,0.0029413924,0.020406129,-0.0028720733,-0.0069733877,-0.019234193,-0.01089237,-0.0018007194,0.003169613,-0.0015130431,-0.0071135154,-0.006584176,-0.01691291,0.006878909,0.010235623,-0.00536558,0.01716364,-0.0059536044,0.013636776,-0.0025328828,-0.023109734,0.0038478947,-0.01863766,0.022742262,-0.019737346,0.004144142,-0.017324332,0.0038951715,-0.055174608,-0.030046351,-0.009199599,0.005745948,-0.0104916,0.0063274284,-0.01414114,-0.0025216588,-0.0069442843,-0.011951914,-0.013816256,0.012812538,0.0143138915,-0.008709828,-0.030960336,-0.035493635,0.015309497,0.02119691,0.009278857,0.010986757,0.008970943,-0.013171252,-0.0026856975,-0.0037672222,0.01501013,-0.026806893,0.019306088,0.018378282,0.018378615,0.011369933,0.019319562,0.010744571,-0.00053587294,0.00038188123,0.016749643,-0.009868181,-0.023290364,-0.030281281,-0.004185617,0.0010074317,0.0036293461,-0.020977775,0.00692064,-0.0047536963,-7.5855685e-05,5.493636e-05,0.03148639,0.0034083964,0.009038402,0.011225137,-0.010100892,-0.009182014,0.006261221,-0.014544189,0.0066242027,0.010013481,0.014903817,-0.012064251,0.00493711,0.009602548,-0.0048241094,-0.0023241711,-0.0040171775,0.0049046227,0.020640152,0.008590055,-0.011736761,-0.0061142845,0.004428792,0.017279556,-0.008934819,0.001877583,0.02647199,0.0021947497,0.004938205,-0.032385077,-0.019685166,-0.0042848205,-0.004860287,-0.015854925,-0.010646365,-0.0061258264,-0.017014634,0.0027736686,-0.00026667502,0.019115482,-0.0058354293,-0.011980202,0.0068262275,-0.009523026,-0.010611918,0.0038072467,0.0049186046,-0.0055628694,0.024590846,-0.008725791,0.014082874,0.015369588,-0.0007961249,-0.009181659,0.008534373,-0.03061245,0.010124328,0.00086091197,-0.0050763893,-0.0014610724,-0.007977555,6.389638e-05,-0.01416297,-0.009500417,0.012151844,0.023567142,0.012684747,-0.0013474206,0.0049132393,0.024120044,0.014243167,-0.010608962,0.016069116,-0.0012771334,0.009863605,-0.010213456,0.0013808671,-0.051429078,-0.020102467,-0.0009288746,0.013551125,0.031281374,-0.0015810776,-0.014630664,-0.010014514,-0.015966471,-0.023024237,0.016141532,-0.010768743,0.013726611,0.0173346,-0.012381459,-0.018780785,0.034637578,-0.0054439954,0.020449577,-0.019345008,-0.00823498,0.040272012,-0.0063014533,0.029420683,0.015165474,0.0008100034,-0.0023125168,-0.008942562,0.0059989244,0.004892662,-0.017922973,0.0068058926,0.0051025026,-0.0020455152,-0.018927323,0.01437839,0.00962131,-0.02472536,-0.005039664,0.018754408,-0.009047349,0.011981537,-0.0057593104,-0.012440201,0.020318808,0.025475113,0.004799943,-0.0016156004,0.007990194,-0.009498526,0.006433417,0.02535807,0.016061356,-0.008562381,0.02144901,0.0005319607,-0.0007361447,-0.011275887,-0.023934573,0.017456762,-0.008156082,0.0015076462,-0.013265102,0.030061569,0.028766302,0.0041331137,-0.011323007,-0.00822684,-0.0036237957,0.0010710891,-0.020238455,-0.0051478953,-0.0019179179,0.006383541,-0.015223535,9.938331e-06,-0.0027745615,-0.0017823118,0.008113365,-0.0031769262,-0.014967701,-0.0067034564,0.012085134,-0.000638251,0.0020318064,-0.00825429,0.022933863,0.019567497,0.034088895,0.015447737,0.022268446,0.17065254,0.11898054,-0.011705702,0.030508408,0.015234025,-0.0021036305,-0.017585091,0.0028854462,0.01185853,-0.029371673,-0.001667171,-0.007309377,0.0049013537,-0.008511217,0.0017548411,-0.006598641,-0.0038925528,0.015053777,-0.021240741,0.027298626,0.0025907024,-0.0024798417,-0.020018432,-0.015506204,-0.036914345,-0.00055696885,-0.0042401147,0.0050644996,0.013090511,0.0021220515,-0.025248593,-0.0011085504,-0.01144238,-0.0076352716,-0.024184305,-0.0020656432,-0.003130924,0.017533762,0.017168444,-0.015402419,-0.018490551,-0.0121687325,0.012635191,-0.03382659,0.015157867,0.0025980838,-0.00080147246,0.0015139203,-0.013578717,-0.02685251,-0.012281104,-0.005860998,-0.0051362496,0.005126801,-0.0058712745,0.0072941342,0.00680029,-0.006538555,-0.0028470573,0.004505316,-0.0005593294,0.039875355,-0.0010127279,-0.0014422535,0.010240392,0.0094576245,-0.0057107736,-0.0049602557,-0.0116376495,0.00040687015,-0.038890287,0.014115032,0.0035253298,0.021746932,0.008254582,0.003341786,0.010233798,-0.015996415,0.008015312,0.000899947,-0.019297868,0.00848112,-0.019408407,-0.00060420146,0.0008353985,0.018248428,-0.008701882,0.03702465,0.09294639,0.0053124623,0.0052848496,-0.009993653,0.018684842,0.0019455547,0.00160634,0.04118574,-0.005910346,0.0010570283,-0.0044237887,0.021746976,-0.001992665,-0.0075532836,0.0070665847,-0.007424016,-0.0037462143,0.0051151193,0.0066725025,0.010405876,-0.026892712,0.019736817,0.0027145536,-0.001179152,0.0023572168,-0.015655635,-0.00949409,-0.009927952,-0.019981364,-0.012516509,-0.109760955,-0.020339519,0.013144261,-0.02077832,-0.007280095,0.026514137,0.008135226,-0.01729622,-0.00709935,-0.009091655,-0.0016986848,0.022810526,-0.005918051,-0.010107425,0.00046593935,0.016847929,0.022780696,-0.028938705,0.020820314,0.02367353,0.0017811486,-0.006446545,0.009486721,-0.015459682,-0.0038794326,0.006715178,0.010871663,0.007995724,-0.0010692576,0.03036079,-0.011174912,0.0027494451,-0.026205655,0.011182369,0.008841052,0.00044686717,-0.018100673,-0.020171497,-0.0029579834,0.0031947459,-0.005992231,-0.027271079,0.007866076,0.0058755227,-0.012820721,-0.005393036,0.0018338708,-0.0060044285,-0.014206324,0.0055633807,0.0127222,-0.0052830665,0.019874316,-0.0038358404,0.00614431,-0.0037045649,-0.018785926,0.0041597937,-0.0007499138,0.010003064,0.009849433,0.0032074966,-0.009105191,-0.0029358726,0.0009819112,-0.0009230477,0.004692619,0.0037162167,-0.014804397,-0.015507958,-0.0032033357,-0.0035240005,-0.0034951377,0.004202104,-0.013979327,-0.0022683118,-0.03829598,0.009870231,-0.011584684,-0.007802816,-0.0021191363,-0.021334998,0.018966526,0.11596955,0.009768432,0.011617085,-0.0056037353,-0.003610262,0.0031401166,0.0129449675,0.015045292,0.0012258308,0.024208166,-0.02140452,-0.0075820987,0.028438838,0.024783242,-0.012626796,-0.0118523985,0.013216359,-0.010769017,0.015928984,-0.0005691108,0.00077461,0.010322737,-0.0073147677,-0.012084401,-0.02165641,0.02650442,0.0024328397,-0.017544746,-0.00762242,0.0071428763,-0.023510732,0.010361623,0.029206507,-0.0036679544,0.016581299,0.0024880695,-0.014119253,0.002711088,-0.0052159405,-0.0042472314,-0.004107138,0.015971981,-0.024194038,0.0036852977,-0.015554738,0.20039877,0.01181979,0.01097664,-0.019564072,0.001643729,0.029830338,0.008687998,-0.021711415,-0.014257563,0.0053853225,0.03502996,-0.016862236,0.0029475768,-0.0020172475,0.0018729584,-0.0039021177,-0.007968602,-0.011878142,0.008284476,0.010672601,-0.007769398,0.015571821,-0.0042999075,-0.009281165,0.008069177,0.014241429,0.018462105,-0.0017270248,0.030781483,-0.020896206,0.019743703,-0.030941054,0.0023369985,-0.012605475,-0.020782057,-0.017867303,-0.0014774859,-0.012915321,-0.0075743995,0.0048630903,0.013540859,-0.0062506786,-0.022994459,-0.0038909863,0.0015259628,-0.021075508,-0.03819889,0.018143088,-0.003940093,0.0022091698,-0.0047951373,0.007192482,0.009304537,0.010093019,-0.001885505,0.0026120075,-0.006556134,0.027074607,-0.00082964584,-0.011908827,0.010157891,-0.0045319344,-0.009621308,0.0017471103,-0.0031068067,0.014124838,0.00197198]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 103,
          "content": "Bibiru Oki Surprised by Taiga Drama 'John Man,' Announcement Made During Stage Press Conference for His Appearance. Enthusiastic About \"Appearance\"? \"Let's Do Our Best Together,\" Big Fan of John Manjiro - Oricon News",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.030859604,-0.060086843,0.0077634,-0.08470015,-0.0035875097,0.025148015,-0.022415465,-0.0093260445,-0.008243867,0.0010101927,0.005619694,-0.018432613,-0.009021488,-0.0027523073,0.11243811,0.004140415,0.033882745,0.00943647,0.009739291,0.01489833,-0.0129599245,0.005059217,0.025039423,-0.044062644,-0.010682708,-0.019120468,0.024848355,-0.016889537,0.031585634,-0.017960045,0.0027724046,0.015668567,-0.0048283353,0.009460021,0.008507034,-0.010739264,0.030444553,-0.013012203,0.005457564,0.0002477451,0.008649691,0.0055811517,0.0047036367,0.017795144,-0.027764596,-0.0010357175,-0.031894967,-0.04600789,-0.019421784,0.021751026,-0.013956663,0.027542364,0.022969162,-0.15599392,-0.011304546,-8.764447e-05,-0.0033834153,0.012242155,-0.007557869,0.026000613,-0.020504352,0.0006962319,-0.009969136,-0.019825982,0.0024999967,0.015836393,0.00307605,-0.010807482,-0.03253607,-0.027396794,0.009312771,0.017215587,-0.0024431213,-0.013658649,0.030341424,-0.009013863,-0.02205034,0.009970947,0.010527919,-0.02072989,0.022461744,-0.0095824795,-0.012330122,-0.02299033,-0.017666839,-0.012027814,0.041959263,-0.002539948,-0.014140218,0.018109683,0.008868458,0.030112764,0.007881615,0.0128420545,-0.03382908,0.01230173,0.018683027,-0.010910556,0.020043353,-0.011308315,0.0061614346,-0.020304369,0.012913284,-0.0055061886,0.026029747,-0.009027366,-0.012104742,-0.0028072293,-0.007142166,0.021750763,-0.005086075,-0.006712543,-0.00668577,0.0063948026,0.015110366,-0.11369229,-0.025242329,-0.0029240937,-0.011834877,0.0025941257,0.00744464,-0.012286758,-0.032662194,-0.006602153,-0.01876022,-0.02164093,0.015924595,0.016767068,0.0025772466,-0.0012719125,0.0355605,0.0048722024,-0.0113089355,0.0011402667,0.014618335,0.027092647,0.020049477,-0.006806568,0.010053561,-0.023356242,0.025927294,0.0387361,-0.019134147,-0.006106678,0.008755839,-0.024530297,0.011458141,0.008285234,-0.0024016409,-6.613771e-05,0.0090726735,-0.004108042,0.012671717,-0.010321014,0.01185034,-0.022183256,0.035756323,0.015449405,-0.03922184,-0.004078252,0.026227253,-0.0011439968,0.013199715,0.0208672,0.0029074172,0.0059138997,-0.00938238,0.024184877,0.02114255,0.017008683,-0.025136543,0.026694605,-0.019508975,0.015968187,-1.4970424e-05,0.035753675,-0.0054504103,-0.0013618923,0.0023339833,-0.0016255265,0.0032114948,0.0047032163,-0.005387439,-0.0061227554,0.009407626,-0.006062135,-0.010851749,-0.028427454,0.0067470036,0.025925286,-0.005440017,0.007914153,-0.002954458,0.00094961765,0.02659665,-0.006629219,-0.012983618,-0.018424414,0.0038241567,0.01009673,0.029785072,-0.008244711,0.024591988,0.007437099,0.0106116785,-0.010660078,-0.015432834,0.00081353553,0.014939194,0.012114246,-0.021661531,-0.018951694,-0.018210867,0.0014001527,-0.028724113,-0.012028294,-0.008291919,-0.041938696,-0.008169413,0.004404786,0.008315111,-0.014223544,-0.014013043,0.033710245,-0.029958177,-0.020130862,0.007059789,0.007738952,-0.014917008,-0.007304634,0.0058834916,0.0050002947,-0.0007634468,-0.019445317,-0.0015895442,-0.014361123,0.0015655257,-0.0042553917,-0.011778467,0.0419258,-0.005967958,-0.025250709,-0.00048370336,0.02071325,0.017350065,0.018032141,0.022740008,-0.012745542,0.0027996723,0.031134412,-0.019855753,0.0068069454,-0.0030263958,-0.009493023,-0.005640431,0.010360995,0.0122522805,0.0016648552,0.011922041,-0.0033168928,0.020321846,-0.009534703,-0.034325358,-0.012395023,0.001957153,0.012799564,0.003318277,-0.005987406,-0.029662367,-0.02417838,0.013381599,-0.0051420163,-0.026019154,-0.0008578308,0.023984041,-0.01637602,-0.060576774,0.040669218,0.0018115516,-0.014372521,-0.012039472,0.0053087296,0.01455215,-0.02508809,0.006318119,0.023852685,-0.028793115,-0.022896968,0.0033400387,0.011252962,0.015892465,-0.0066674533,-0.02120718,0.023383887,0.01518787,-0.005360881,0.011328303,-0.008159706,0.01518134,-0.011698423,-0.023027537,-0.0077433903,0.006538584,0.017278964,0.024715416,-0.026807915,0.014998871,-0.0026958627,0.028966956,0.0031715608,-0.016456822,-0.013915893,-0.009094277,-0.008921878,0.0028074614,-0.014711469,0.0024891284,-0.03878148,0.0105476435,0.012754398,-0.022213152,-0.017807612,0.029088434,0.0065227067,0.03223124,-0.00094746484,-0.021608574,0.012745765,-0.016309125,-0.0109832585,-0.012016086,0.022556413,-0.0032325147,-0.017667735,0.02827495,0.030174285,0.008888263,0.01824515,0.0080049345,0.0014506353,-0.0069419015,-0.008499422,0.0070916605,-0.018047241,-0.017454397,-0.0116749015,-0.0056849634,0.0017026474,-0.0027529222,-0.03500927,-0.024422288,-0.0038092511,-0.030599382,-0.014449967,-0.033353873,-0.004441667,0.0026511499,0.017962841,-0.007192594,0.0058677266,0.019872185,-0.014549387,0.00939956,-0.004841567,0.025201647,0.00036066724,-0.0076908255,0.029611949,-0.037739936,0.0023518829,-0.022776892,-0.009332265,-0.0010507181,-0.010126993,0.019655446,-0.008955421,-0.0037279245,-0.010513885,0.041519538,0.007046662,-0.022112504,0.018747885,-0.018539147,-0.02300168,0.033952486,0.024567235,0.011296291,-0.02240716,0.026179677,0.003701435,-0.009912503,0.02533609,0.00976389,0.0114988405,0.0052404962,-0.014958041,0.019344665,0.0067689065,-0.0008072595,-0.01199892,0.0054515875,-0.009262187,0.016267551,-0.017073743,-0.006217068,0.013193106,0.031957842,-0.011170753,-0.0034684576,0.00088242313,0.009982778,-0.00879297,0.00737722,-0.011982567,-0.020633053,-0.0036446038,0.0037620135,-0.022499485,-0.005522215,-0.0012047277,-0.0037366706,0.016610686,0.018710824,-0.0029065483,0.01678317,0.0011013182,0.0076516513,-0.009072885,0.018636994,0.0061921356,-0.01951274,0.035697836,0.011770648,-0.0012464675,0.0016424101,-0.0039950875,-0.0025984065,-0.009157235,0.01446118,0.007350935,-0.013134686,-0.0054598902,-0.0013536401,-0.0005046726,0.00938716,0.024278447,0.0066174367,-0.012564669,-0.01921989,0.02698625,0.011404644,0.011538209,0.017066559,0.008533636,0.017895846,0.0053522014,-0.010290596,-0.002214154,0.015615509,0.004463433,0.007958148,-0.0045089787,0.0056839753,-0.031534456,-0.033912286,-0.0013487082,-0.0064810603,-0.002948216,-0.026646975,-0.0045375787,0.008725313,0.016030129,0.010215141,0.004022381,-0.009313659,-0.004796272,0.0011104958,-0.04117645,0.0029953648,-0.01916698,-0.0030095438,-0.014911006,1.1784251e-05,0.029071394,0.027209288,-0.008696737,-0.022737648,-0.0009530824,-0.003419261,0.00212395,0.0077965003,0.024106946,0.0069302046,-0.008255017,-0.022448152,0.020429932,0.0051322337,0.0038693247,0.006211114,0.020511879,0.004285611,0.014422559,0.00798,-0.006685143,-0.034888428,0.0042066444,-0.018315759,-0.0030569015,0.022666901,0.014934037,0.026723534,-0.0050034253,0.026252756,0.021179143,0.009667493,0.0054853368,-0.012171807,0.0030191618,0.016954362,0.012013341,-0.003436036,0.032365616,0.020390375,0.0063331355,0.017138986,0.018106146,0.0010106531,0.00020319203,-0.0029728923,-0.034618273,0.012915863,0.03336293,0.00795014,0.012525721,-0.03363659,0.014560338,0.0056282775,0.009290116,0.00025297824,0.017869066,-0.019950373,0.024093356,-0.025788859,-0.020295605,-0.00779837,-0.07811044,0.008700231,-0.016077695,0.0031578995,-0.0074295755,-0.02758472,0.010325649,-0.0017141625,-0.030592851,0.019000746,0.01506197,-0.0155602535,0.02162014,-0.00029088923,-0.018015727,0.0038525828,0.025990607,0.007531988,-0.011139838,-0.0154193975,0.0069306334,0.039947663,0.03424395,0.013949206,0.00280604,0.009124096,0.03503976,-0.012677274,0.002908716,0.006987991,-0.024139754,-0.009622647,-0.01710095,-0.00023628384,0.024817238,-0.0067596375,0.0111957155,0.010802394,-0.002491633,0.0073107877,0.03271792,-0.011748104,0.011027514,-0.011002766,-0.0010085363,-0.007235825,-0.005280341,0.018581742,-0.044788983,0.0017874571,0.019818772,0.007800481,-0.0128416205,-0.016524415,-0.019827768,-0.005471844,-0.018303545,0.020574532,-0.016017975,0.0030483664,0.0002158034,0.017819373,-0.001205391,0.018106272,0.0066397027,0.036237683,-0.011675355,0.011143151,-0.019282317,0.017656174,-0.016434647,0.016585749,-0.015600379,-0.05008072,0.016962595,0.0015995795,0.0037545273,0.024816329,-0.008386622,0.018850656,-0.015938098,-0.0015081642,-0.098655656,-0.0131392805,-0.03686646,0.017177546,-0.0075022625,-0.020820048,0.007932959,0.013175383,0.034648478,-0.012736691,0.024148885,0.008395052,0.02269992,-0.027829275,-0.043231513,-0.023048108,-0.012758036,-0.026099822,-0.0010587608,-0.0059580533,0.030790703,0.0103235105,-0.0071810065,0.009164812,0.0061077634,0.027716495,-0.01181086,-0.0015980185,0.008332354,0.0044560833,0.0029718562,-0.13316841,0.011129133,0.018022459,-0.0006524738,0.0406051,-0.011295688,-0.014365721,-0.020433556,-0.018460857,-0.015843216,-0.013072011,-0.004943269,-0.008332268,-0.004222308,0.031058637,0.1336594,0.026484434,-0.00047687092,-0.01712626,-0.0051688664,0.034315486,0.010685181,0.034680225,-0.03844553,0.009930614,0.011036263,0.010633359,-0.013013299,-0.011538121,8.892622e-05,0.018929271,0.008839739,-0.0032368314,-0.0326485,-0.003581623,-0.0108043775,-0.015584776,0.011011056,-0.0072626136,0.024939729,-0.021747375,0.038771838,0.013529305,-0.005073471,-0.010350671,0.014557284,-0.018430742,-0.019793704,-0.023122003,-0.0132834995,0.0014950872,-0.0827585,-0.022369564,0.003044689,0.0061918637,-0.023479192,0.0025940612,-0.0034094048,0.032359302,0.03927457,-0.0034436057,-0.0011478128,0.015794948,-0.008572766,0.015569258,-0.0399714,0.010128377,-0.016995635,-0.01076757,-0.0031731103,0.007819338,0.01956818,-0.018286174,0.0055905483,-0.01368842,0.021892834,0.014542063,0.009901481,0.004053742,-0.02074185,-0.0069361166,0.0067826714,0.03208269,0.002718173,-0.014913973,-0.008403431,0.018733451,0.008272148,-0.027593212,-0.014175438,-0.00219888,0.017719697,-0.011371969,-0.024828946,-0.03382183,-0.0048798355,0.0129886065,0.009550614,-0.03568538,-0.027145093,-0.016162338,0.013692976,-0.0024534718,-0.0039929356,-0.0021374566,-0.011764418,-0.015022196,0.0035737138,0.014196079,0.037220046,0.0074119098,-0.020287864,-0.0057511292,0.011345288,-0.019618291,-0.007220426,0.018449986,-0.008511814,-0.008793598,-0.01987735,0.0027972655,0.016271725,-0.012594947,-0.00037299146,-0.001481751,-0.0023090215,0.006252807,0.000685077,-0.017802702,-0.047529954,0.015773578,-0.018021593,0.0009838854,-0.0074844654,-0.010294587,-0.0010662301,0.0077647506,0.008388621,0.005272313,-0.00059884356,0.018791666,0.016307952,0.006385382,0.009736602,-0.020915383,-0.0043551023,0.0006226402,-0.013142855,-0.006394726,-0.018389126,0.019461136,-0.00894725,-0.004984062,0.0091503635,0.00959578,0.0013967702,-0.0005944927,0.0025161924,0.0031048867,0.003249352,-0.0058533275,-0.008025858,-0.006873353,-0.0007868632,-0.0008854471,0.014263307,0.02529003,0.0015763964,0.0125189535,0.006751632,0.016150456,-0.012471525,-0.012300328,-0.0021997942,-0.0047615995,0.0008688946,-0.0005456741,-0.012000385,-0.007051578,0.015594841,0.008957812,-0.0016469667,0.012553156,0.012446319,0.013356804,0.011674675,0.00729401,0.002125942,0.015196927,0.01654867,0.017663127,-0.016057957,0.031092986,-0.0022192367,-0.012637362,0.01622124,0.008951641,-0.0058892057,-0.002800011,-0.0063054827,-0.014142149,0.0030809506,-0.0020340122,-0.007816626,-0.016424835,0.008242705,-0.00085385377,0.005491713,-0.019009605,-0.00485574,0.014613518,-0.008771079,0.0058980654,-0.00017889419,-0.00021528587,-0.0078213485,0.025484951,-0.0026117202,-0.017220372,0.012389741,-0.0050472594,-0.01413571,0.007012428,0.0027478647,0.007605648,-0.0121087795,-0.010044694,0.023560692,-0.014062728,0.009847025,0.0012811616,0.009977051,0.005441802,0.0015573011,0.005375968,-0.00014580693,0.0093406085,0.0022093202,0.0115275355,0.008313038,-0.016001001,-0.008495358,0.0018405075,-0.012669741,0.0028543249,-0.015267887,0.013917358,0.0014391257,-0.006932407,0.008565575,0.001378364,0.012825723,0.02557999,0.012030678,0.002474504,0.0050808443,0.0012825796,0.016424416,0.005694209,-0.0003851757,-0.0035169283,-0.0060056923,0.0001241679,-0.008563729,0.007823967,-0.007593191,0.0016229975,0.009151894,-0.0067660077,-0.0008675042,-0.026950499,0.0039590932,-0.009216616,0.007868656,-0.0024672018,-0.0010807291,-0.0012413671,0.014386828,-0.00027650432,4.385412e-05,0.0106875505,-0.00825983,-0.0018442873,0.010572821,-0.017911624,-0.0015592269,0.01916151,0.0062076407,-0.022337498,-0.007835343,0.005212882,-0.0071124863,0.012168954,-0.00045087066,-0.010824886,0.0028905154,0.006307488,0.0042735646,0.0039148647,0.0144065125,-0.009998828,-0.01721061,0.011935821,-0.0136144655,-0.0042289416,-0.005232903,0.002718887,-0.008559407,0.023331841,-0.0069316267,0.08592485,0.011746146,-0.013848518,0.0011958876,-0.013392894,0.009853887,-0.0021843703,-0.0027762013,0.0038008043,-0.01340411,0.0042723785,4.9277936e-05,-0.039799005,-0.00095159287,0.011161765,-0.0034923605,0.001431368,-0.011868209,0.0069707977,0.0056184786,-0.015244513,0.0011424186,0.010641969,-0.009864318,0.009911329,0.020285424,0.009487476,-0.0019292232,-0.00046058826,-0.004003961,-0.0061718947,0.006030824,-0.007138376,-0.0025319087,-0.017805684,0.0067522456,0.00831526,0.006227011,0.02329541,0.011082003,0.017839769,0.022071691,0.004024923,-0.0103010675,-0.006772351,-0.009314569,-0.005768986,-0.005190386,-0.011914349,0.008215947,-0.0075746477,-0.0057517835,-0.0034656804,-0.016698414,-0.012118632,0.006742054,-0.00960672,-0.0010781058,0.011393452,0.0014568636,0.004377319,0.015958056,-0.00020012868,0.015936721,0.005368846,-0.018561399,9.97213e-05,-0.0043220352,0.0026422762,-0.020237075,-0.031503588,-0.009276282,-0.018673262,0.011492029,0.03213124,0.0074456967,-0.0075589526,-0.01051113,0.00054422836,-0.0012995806,0.0063249334,-0.0060978304,-0.02298965,0.017664714,-0.0016407197,0.014265572,0.003708761,-0.0035333058,0.0020145332,-0.0033950505,0.009968153,-0.004896895,0.010396604,0.006765471,-0.013062229,0.012465741,0.049116317,0.008403865,0.009363635,-0.0026830223,-0.004555368,0.0017777123,-0.010669783,0.0009223097,0.0114787435,-0.0055861035,-0.0036076296,0.021430863,-0.016641088,-0.012900275,-0.0084408345,-0.0063545597,0.025241548,0.003138923,-0.012226499,0.0145254545,0.0034791918,0.010578502,-0.0044612647,-0.004391204,-0.01348323,-0.0019632126,-0.0082915975,0.0020384903,0.012110428,-0.018767366,-0.01691552,0.018057475,0.0055345194,-0.009653563,0.015401629,-0.0006589926,-0.020603219,-0.009221624,-0.0029479426,0.019641075,0.0034412402,-0.020598399,0.0035093962,0.016286954,0.010363841,-0.017466977,-0.01420367,-0.02003139,0.016443586,0.004676506,-0.002877811,0.008299068,-0.013329075,0.0058377734,-0.0083111795,-0.0013624451,0.0038881246,0.012157531,-0.004505049,0.0050715203,-0.008200893,-0.01092036,-0.0021624013,0.002411739,0.004007095,0.013240099,-0.003001273,0.0005200039,0.008935059,-0.011658076,-0.015787099,0.0039725457,0.018252054,-0.005758155,-0.022837399,0.0017608536,-0.008822837,0.0098095685,-0.008395792,0.013228866,0.0067399493,0.0033790283,0.00457608,0.019561512,0.014421144,0.014602178,-0.005497334,0.007980872,0.0063282717,-0.009359921,-0.0007103994,0.0063384264,0.009521195,-0.0002846793,-0.0031432298,-0.008896581,0.029195424,0.02375076,-0.008827355,0.011266026,-0.0031045827,0.004674465,0.0032819326,0.0013964745,-0.003711446,-0.01733557,-0.004788819,0.00091821636,0.022079827,-0.011299142,0.012635306,-0.013867709,-0.011966396,-0.013449483,0.0046535293,-0.027546544,-0.002194065,0.008890981,0.001308911,-0.0057802675,0.0017985526,-0.007614317,-0.0043520737,-0.004728219,0.0020324758,-0.0043628034,-0.0009632995,-0.024594473,0.009504157,0.008815951,-0.017986815,0.013494496,0.007404047,0.0081054,0.019571748,-0.015058825,0.008087248,-0.013768484,0.014245789,-0.009843745,-0.0012680297,-0.010147089,0.005492981,-0.014497007,0.001002283,-0.0008169137,0.019221203,-0.0018369636,-0.0043993727,0.011441335,-0.00466781,-0.022431755,-0.015725028,0.006827993,0.012132317,0.003009526,-0.0020547342,0.0071733277,-0.014748747,-0.006656561,0.0025836446,-0.04179809,0.0029061271,-0.0075062765,-0.0041757124,0.019753879,-0.011984801,-0.008348325,0.005536893,-0.00820945,0.013915388,0.0004493447,0.0023712586,0.011225734,0.0022448448,-0.005279087,-0.012492864,-0.014591085,-0.015495925,-0.003002676,0.018606113,-0.0017788924,-0.0055146986,-0.004866173,0.0022292954,0.001273526,0.00017966155,0.011038129,0.009674804,0.005277545,-0.00095300964,-0.0063098576,0.010739402,0.008905283,-0.00616982,0.021500852,0.010651135,0.00496556,-0.0072220964,-0.018382201,-0.008173426,0.016586008,-0.008227195,0.0035242247,0.00857442,0.0047588446,-0.003697327,0.01635442,-0.019614128,-0.0024312267,-0.014939886,0.006103459,0.009549719,0.007169186,0.012565319,-0.0023612084,0.008437109,0.0058827642,0.026137589,0.010031888,0.018624421,0.010364384,-0.015058246,0.014734011,0.0133420145,-0.021370031,0.011640596,-0.0059640203,-0.009885197,-0.0143276,-0.00084093877,-0.00031199548,0.011555025,-0.016975414,-0.0005341707,-0.0024817903,-0.0101742465,0.014175591,0.016823238,-0.0014005648,0.00681658,0.0060005016,0.025666468,-0.010254781,-0.01191147,-0.010383048,0.0021208795,-0.0071384064,-0.01203597,-0.011815641,0.013110792,-0.0003076684,0.006876511,-0.0071964446,0.0028291186,-0.00822943,0.008970331,-0.011221787,-0.024512632,0.0020505236,0.0010063339,-0.008478962,0.021428227,0.007505721,0.02068047,-0.018938478,0.020984178,-0.0059640235,-0.004153824,0.019089943,-0.0070790076,-0.020091811,0.012597003,0.008471216,0.002316501,0.00046707108,0.016645135,-0.004782414,-0.0031734663,-0.005175002,-0.029062914,-0.0006261837,0.020231647,0.005937558,0.005367045,0.012349963,0.007509006,0.013709614,-0.014924052,0.010656849,-0.00854189,-0.018708615,0.012089076,0.016208755,0.009306843,-0.011402493,0.009652005,0.017562872,-0.007516358,-0.0018745761,-0.004650375,0.03022989,0.00019313402,-0.0015626951,0.0042914716,-0.0026611525,0.008754702,0.007327368,-2.2774673e-05,-0.0050080027,-0.011017212,0.020774195,-0.007525191,0.014368397,0.012205696,0.0020677778,0.0009302112,0.001808014,-0.0034191485,-0.0068447157,-0.015510287,0.011052775,0.0049453173,0.0017993791,-0.003381806,-0.016987193,-0.021946145,-0.026767774,0.012181872,-0.009067204,-0.014400981,-0.016615765,0.016905148,0.00026674292,0.02063539,-0.025136273,-0.010344685,0.013153278,-0.0027505693,-0.008305969,0.0006569705,0.002074676,0.005855906,0.0042254804,0.0124685615,0.0014560625,0.02375745,-0.0015415689,-0.0007494862,0.018015275,0.013488378,-0.0043730037,-0.018901927,-0.0036588775,-0.003394101,0.0023017414,-0.0016097032,0.0035642758,-0.018627943,0.0024458824,0.012597983,0.0016643155,-0.0007447917,-0.018830257,0.006796865,0.0021311452,-0.08162644,0.02027001,0.010734158,0.006508542,0.003862234,0.0022128443,-0.004771786,-0.00043932485,0.005029077,0.0072820713,0.013334001,0.020570718,-0.00821492,0.0015303802,0.008839532,-0.0068088365,-0.009866642,0.00698359,0.00944816,0.004061424,-0.017998561,0.00565134,-0.019498419,0.020125603,0.018800603,-0.0009096113,-0.0083518615,-0.022719579,-0.0017556481,0.018700818,-0.010680043,0.0032856446,0.0047043525,0.03250794,0.014095112,-0.005330514,0.0075649284,0.0070640906,-0.13278298,0.013857791,0.012454532,-0.015017546,0.008335207,0.013339089,-0.008261457,-0.011741211,-0.0011804675,0.0013669401,-0.016533397,0.008042515,-0.0017115185,0.004526188,-3.9291757e-05,-0.0021922565,0.0101785865,0.004593244,-0.009356643,0.024959434,-0.0009264146,-0.009794318,0.016169801,0.023195032,0.007899645,-0.011108859,-0.0059579853,0.0152801955,0.003122285,0.001849942,-0.010667542,0.0027047182,0.00044719173,0.014105787,0.014475692,0.0055972473,0.022381388,0.00020942019,0.014688622,0.0016909578,0.0113951275,0.009371954,0.013280152,0.01494298,0.011178892,0.0025957078,0.004153175,0.0049260007,-0.0049215225,-0.003094195,0.010163513,0.0066970037,-0.0023871912,0.0001243834,0.0049379147,0.01672268,0.028089298,0.0077750706,-3.98806e-05,0.010669607,0.0024657517,-0.019369254,0.015445628,0.00590458,-0.0020402407,-0.0047300695,0.010875779,0.0012200616,0.011015857,-0.01153464,-0.0107235955,-0.011231205,-0.005292077,-0.015038945,0.0063254815,0.008828199,0.0022520856,0.0055287327,-0.00197453,-0.025601575,0.02206425,0.011481257,-0.0015047106,0.004350288,0.0028682651,-0.004311925,-0.023317281,0.007264535,-0.0061783446,-0.05747564,0.0012135297,-0.0048320633,0.0021047462,0.0015728637,-0.020048749,0.0069073257,-0.0072123804,0.002837635,0.009697086,-0.018932912,0.0024002274,0.020340823,0.0026160476,-0.019308185,-0.035246145,-0.01383812,0.0028783223,-0.01913039,0.015235012,-0.024664009,-0.021493148,0.005396362,0.019806182,-0.009284426,-0.011367155,0.0036653276,0.01291885,-0.009591899,-0.0074287485,-0.00095785456,0.008005553,0.0034206065,-0.0003757272,0.011851732,-0.004954785,0.0057960968,0.009512953,-0.012066093,0.015233377,0.008930042,-0.00566574,0.012256333,0.0006982333,-0.026301738,0.015093032,0.004205098,0.0058742175,-0.003157456,0.0060258233,-0.0046084495,0.0073928274,-0.009134816,0.016230421,-0.017493669,0.0078034466,-0.0048498525,-0.0037816144,-0.0184877,-0.00079177343,0.0033816064,0.0036497263,-0.0056042178,0.013479443,-0.028777221,-0.012438164,-0.0018024781,-0.023572644,0.020041315,0.005604619,-0.007523862,0.0010952953,0.026596218,-0.010663876,0.031937156,-0.01261257,0.02238643,-0.00055992254,-0.012110119,0.014946457,0.017480616,0.003648796,-0.010015268,0.025026195,-0.0033922377,-0.014632311,-0.023544531,0.003344281,0.0076962165,0.010890823,0.018011034,0.011088843,-0.0085026,-0.0006089953,0.012864986,-0.004052515,-0.006240685,-0.022702198,0.0058201645,0.011140158,-0.009762655,-0.014853675,-0.013429322,-0.02992173,-0.0064666,-0.017541552,0.0030261746,-0.0051048947,0.013380701,0.00027310615,-0.0004874344,0.0031732838,0.01258957,-0.0035548997,-0.16516802,-0.021024605,0.013353731,0.015513799,-0.019340485,-0.019338634,0.014631765,-0.0030562426,0.014941886,-0.025317555,0.01772816,0.011262804,-0.009608807,0.0031755036,0.027012818,-0.0041381945,0.021148622,0.0075588995,0.008787347,-0.008066423,-0.010642173,-0.0066636307,0.008305144,-0.004946041,-0.01707504,0.009264577,0.030625626,0.0071634003,-0.005166218,-0.006830845,-0.025236653,0.03114239,0.012562983,0.015364418,-0.019517949,0.016560461,-0.021760827,0.008498145,-0.008175766,0.0040308405,0.010600047,0.00017053998,-0.031338092,-0.026758969,0.0032644747,0.009010725,-0.0015192524,0.0039453744,-0.027268412,-0.0011999406,0.0136203915,-0.009717597,0.010539558,-0.02249006,-0.017589767,-0.019396773,0.0135706365,-0.027066056,0.012647099,-0.003532933,-0.012931909,0.02980838,0.001935341,0.005295309,-0.030137688,-0.0054715504,0.014364742,0.14173406,-0.012184658,0.005886348,-0.005462963,0.0011574043,0.0022981404,-0.015672311,-0.020705698,-0.005729408,-0.0058653024,-0.0136645185,-0.013873692,0.001395984,-0.009604077,-0.004423475,-0.024834597,-0.007699786,0.0009125073,-0.02453643,0.021914827,-0.014860892,0.020403236,-0.015524102,-0.00042301996,-0.0058136815,0.008049505,0.026720308,0.00016018045,0.0016074505,0.012535707,-0.002055927,-0.00988215,-0.020530412,-0.014011874,0.021952258,0.012690553,0.0067278454,0.009035812,-0.010053133,0.021658054,-0.012758654,-0.006456901,-0.025062643,0.013246713,0.0048615704,-0.0043891533,0.0077557405,0.007324469,-0.024048558,-0.010806649,-0.03407222,0.0034008652,-0.027365234,0.002176748,-0.004140126,-0.036576744,0.0045527983,0.024155332,-0.014381834,-0.011959413,0.016134618,-0.017721707,-0.01377885,0.017398585,-0.01882361,-0.00869204,-0.009773428,0.013942332,0.016628867,-0.112261295,0.00456464,-0.016263008,-0.022402165,-0.020443127,-0.000713036,0.016969623,0.0039007694,0.009365491,0.01822395,-0.00034544102,0.020077,0.0041736607,-0.008322627,0.015390142,-0.016087886,-0.0017254079,-0.008146929,0.007302688,0.02577637,-0.008655051,0.018709496,-0.0060321167,-0.0044329916,-0.0015826313,0.005951193,-0.010950617,-0.0027579276,0.0029420822,0.007595707,-0.016348105,0.019583525,-0.017714629,0.01973836,-0.019236714,0.002515651,0.0017900558,0.018476816,0.012197456,-0.0073712366,0.00059193827,-0.016123824,0.020985674,0.014202263,-0.0009526143,-0.0042563896,0.015699217,-0.020032384,0.0023838817,-0.007968773,-0.001991689,-0.023742285,-0.016130164,-0.0062546027,-0.0005589297,-0.006930705,0.011292823,-0.0035710942,-0.0144430185,-0.008657301,-0.037842467,-0.00868352,-0.00047904445,-0.011180492,0.025684543,0.024830995,0.016372416,0.00063806336,-0.00057103665,0.0038877013,-0.012053301,6.0433922e-05,0.011440847,-0.0017318398,-0.018464096,0.006939667,0.005764189,0.0020593244,-0.00520992,-0.0049334643,-0.013926508,-0.017236829,-0.00074537954,-0.0042352667,0.032260843,-0.0108073745,0.008538851,0.018627696,8.980415e-05,0.0028559794,-0.023850888,-0.006138953,-0.010163176,-0.0116750905,0.020458532,-0.01803514,-0.003708892,0.011791549,0.0025784594,0.0012248227,-0.00865388,0.02058575,0.00608704,-0.0010843978,-0.005958768,-0.007424589,-0.014079312,-0.0119134085,0.013337151,-0.006170908,-0.031753242,0.002480811,-0.00347601,-0.0031377997,-0.00824558,-0.01298085,0.020788016,-0.024507465,-0.011768833,0.012243628,0.0014922268,0.0075544827,0.0059899627,-0.036604177,-0.008408117,0.0005497841,0.016549932,0.005559876,0.008008678,-0.0032405162,-0.011179596,0.0005488829,0.022790756,0.007303644,-0.01992593,0.029612532,0.012468794,-0.0083286995,0.0059437137,0.009016185,-0.023730312,0.009506862,-0.0014233283,0.015494211,0.010231239,-0.008573869,-0.018400596,0.0001808162,0.007190061,0.0082400665,0.02707708,0.0011648028,-0.022361193,-0.004042781,0.026007442,-0.0042124544,0.016788017,-0.0039959736,0.0057963645,-0.022584932,0.012341525,0.0012660315,-0.0065564495,-0.009310045,-0.013969806,-0.013705954,0.0042588953,-0.0075053466,-0.029234394,-0.021620393,-0.021731162,0.0030477606,-0.0041483087,-0.029842325,-0.013185001,-0.0017951842,-0.0126852915,0.014021671,0.0043560723,-0.060624283,-0.0050630937,0.014147597,-0.011094333,-0.020891996,0.00613699,-0.0032767185,-0.027390435,-0.033130787,0.021112919,0.0073350677,0.0025426394,-0.0051921834,-0.0180067,0.029861972,0.0052031446,-0.02707604,0.017457793,-0.011070626,-0.011782625,0.015940087,-0.0035247752,-0.009238613,0.00012687981,0.02481257,-0.025483618,0.009886169,0.0021436806,-0.02087973,-0.030245146,-0.02030066,-0.0033460867,0.0066462373,-0.008329844,0.018634675,-0.014012042,-0.014989118,-0.015078246,0.005266153,-0.026191171,-0.00079186546,0.019891461,-0.0475818,0.011307479,0.0023780877,0.017710794,-0.024679158,-0.0070354654,-0.020961914,-0.007621814,-0.0009097935,-0.005980922,-0.023595082,-0.02169348,0.011332305,-0.008849544,0.003913287,3.848549e-05,0.0116289705,-0.012301252,0.0006184813,-0.02314639,-0.008113156,0.0062150243,-0.004255289,0.006538269,0.0025741942,0.014313592,-0.011419691,0.014356938,-0.009276363,-0.013119908,0.005155729,-0.006872134,-0.01809892,0.011349859,0.019165969,-0.0048773345,0.005127871,0.035532687,-0.033626758,0.015148547,-0.017296782,0.018733665,0.004547868,-0.016094841,-0.010163212,-0.09456124,-0.0137940785,0.0058982642,0.0067085507,-0.007020404,0.017878706,-0.013838934,0.03718154,-0.00630252,0.000919697,-0.0041294238,0.011131568,0.0341251,-0.009826635,0.0038650755,0.00529622,0.02386274,0.017855352,0.0184492,0.016433684,-0.0021025862,0.009706071,0.00024210011,0.008878618,-0.014814528,-0.03175509,-0.0070396466,0.0020726433,-0.013978474,0.0019279805,-0.011410063,-0.002412026,0.013320473,-0.01821495,0.0021388966,-0.0016557128,-0.0012420848,-0.01233524,0.007016518,-0.023749819,0.0147016095,-0.00094601663,-0.005577585,-0.019511534,-0.020019365,0.006763891,0.0018180151,-0.004949707,-0.0014988406,-0.001027517,0.021426106,-0.02086597,-0.003995939,-0.014593674,0.0008060265,0.0029705523,-0.0074152113,-0.019722812,-0.008041542,0.013014126,0.0030647311,0.0032326756,0.024175594,0.014603077,-0.024386948,-0.013438633,-0.02687149,-0.015254614,-0.036904268,0.012769713,0.021428721,0.0069167325,-0.0036019722,0.013065183,-0.0035819332,0.010460361,0.00050341466,0.007573372,-0.024743116,-0.016861148,0.045023162,0.0056891246,0.04253264,-0.0066221897,0.004950544,-0.012588894,0.0031339666,-0.01353305,-0.022053737,-0.0009322309,-0.009326849,-0.017266368,-0.0012692396,-0.0030146125,0.023663204,0.019534502,0.024489174,-0.00978774,-0.005047659,-0.009146423,-0.0031095734,0.011617807,-0.0042135273,-0.008439529,0.010252742,-0.01476309,0.012496315,0.0038050113,-0.003502309,0.003219489,-0.014106288,0.0017533028,-0.0051444657,-0.014857996,-0.005753174,-0.00054274197,0.001327192,-0.0007281683,0.0008649682,-0.007897996,0.0035800182,-0.0030025826,0.024985963,-0.006714281,-0.020613708,-0.013280739,-0.00861518,-0.01383812,0.015693163,0.0031926674,0.009859101,-0.005173658,0.011797294,-0.0071160235,0.002798735,0.019732641,-0.008533344,0.012542597,-0.009125092,-0.0057984395,0.010170907,0.008878351,-0.004147432,0.004006448,0.0030423107,-0.0033783815,-0.020020807,-0.0006998801,-0.007382358,-0.018770278,-0.00417517,0.021681864,0.015477201,-0.034886017,-0.018751185,0.0016117891,-0.012317199,-0.0061097452,-0.009297358,0.010783399,0.00963324,0.0193089,-0.027077604,0.007453019,-0.016182419,-0.008813776,0.012557734,-0.011275455,0.030491784,-0.025528787,-0.011413609,-0.0365141,-0.0074370056,-0.0042970483,0.04865707,-0.019612864,-0.02420902,0.025332136,0.012670654,-0.009317149,-0.020424226,0.008578383,0.013283414,-0.022682501,-0.008687424,-0.00030553134,-0.008472485,0.014420329,-0.007516032,-0.00751019,-0.036233436,-0.011266194,-0.015846802,-0.015013821,0.018552307,-0.023085618,-0.006313055,-0.0041292203,-0.012447419,-0.000527305,0.011800584,0.008089381,7.8228906e-05,0.010932833,-0.017157989,-0.009120532,0.0003828705,0.0023518514,-0.026396146,0.0037531725,-0.002232016,-0.0029941935,-0.0042325994,0.007951686,-0.014536558,-0.004603247,-0.016711539,-0.01274772,0.013102618,-0.0025096887,-0.0014420236,0.008272767,-0.0076400936,-0.006056166,0.0077789305,0.01356033,0.028652541,0.00981601,0.008058111,-0.011866045,0.007556148,0.010102682,-0.0019413962,-0.002567169,-0.0018674493,0.004492133,-0.01006916,-0.0060188114,0.004655664,0.0029669611,-0.00021595723,0.03454942,-0.001768387,0.029211447,-0.0010672044,-0.011587264,-0.0016243907,-0.00034942015,-0.0035348379,0.0055447337,0.01036015,-0.0022183976,-0.0031807402,0.014296195,0.007486319,-0.021436887,-0.00933996,-0.0027096632,-0.0109816585,-0.0045119035,0.011602501,0.001587743,-0.030263644,-0.012537289,9.153073e-05,0.016821245,-0.013586231,-0.0022620547,-0.017728915,0.0017846547,0.011897381,-0.002655377,0.013763212,0.0020749252,-0.034095593,0.01587745,0.012615599,0.0097834235,0.028173575,0.0092997635,0.027070208,-0.0014516055,0.00405417,0.005377053,0.0036675194,-0.013072304,-0.00456772,-0.01436617,0.0046992335,0.0106942775,0.01910231,0.009945196,-0.0036984798,0.011092093,0.022011247,-0.00572349,0.00010566581,-0.0037750234,-0.011116191,-0.004412743,0.02953697,-0.0156569,0.005368834,0.009518501,0.009184052,-0.013110705,-0.0074788085,-0.022201208,-0.011558116,-0.020358162,-0.010500184,-0.025766343,-0.012939046,-0.01424098,-0.015771732,-0.004675821,0.010595301,0.016020847,-0.010390887,0.014187618,-0.019281361,-0.002729829,0.0045127305,-0.012047313,0.00978205,-0.012598855,-0.0054209256,-0.002802934,-0.0024558299,-0.0036738021,0.016814044,-0.022452114,0.0042923805,-0.009455504,0.023104971,-0.0075294496,0.0061949957,0.0036305045,0.008862227,0.0029950917,0.0032359718,0.009058053,0.0007435152,-0.004263494,0.0019781273,-0.009079106,-0.024741972,-0.0045496,0.01592432,-0.027362626,-0.016190458,0.015052775,-0.009725929,-0.0072934176,-0.010014371,-0.007085811,0.018348716,-0.038383484,-0.01261546,-0.008462631,-0.010308394,0.021836668,-0.021234486,0.0052898014,0.0058163805,-0.0012471221,0.0102761835,0.015762521,0.0006179624,0.008812318,-0.026229763,0.01419068,0.022365423,-0.0066438364,-0.020485364,0.010299113,0.009259327,-0.013443749,-0.008631321,0.0027809213,0.00067449594,0.014162551,0.00016088458,0.02653367,0.0039774,-0.0069283475,-0.0038677917,-0.00563376,0.012220892,0.021399723,0.034745656,0.016374893,-0.008447119,-0.004838787,0.003457769,0.021016223,-0.005687582,0.0012637621,-0.004519702,-0.011741842,0.0083626155,-0.022549774,0.025107654,-0.005202427,-0.015331121,0.005955134,-0.00020509295,0.010976278,-0.00478411,-0.005792212,-0.004388574,-0.0051229643,-0.00062613346,0.007846129,0.021555537,0.015512706,-0.006486839,0.005746777,0.007831953,0.0006418441,0.0055194227,-0.0056297565,0.015537042,0.003776171,-0.0006701182,0.013473358,0.015379218,0.01771726,-0.003092696,-0.008816868,0.0038066984,0.0027579293,0.0068857893,-0.0102097755,-0.008255005,0.00893998,-0.020687604,0.021186283,-0.01570703,0.018461969,-0.0019097197,0.008810833,-0.0029281187,0.021863574,0.005928274,0.0031188175,0.017026935,0.012638906,0.00825961,0.0014026319,-0.006368931,-0.009240137,-0.0061248573,-0.0085803615,0.0064921435,-0.0019536528,0.0066731675,-0.0065210247,0.011744525,0.011631383,-0.0012721315,-0.009643242,0.027081799,-0.0025456522,-0.010476136,-0.0070790406,0.008542965,0.009147202,-0.0121830935,0.009675792,-0.036506638,0.006382127,-0.043506697,0.016418254,0.0032975944,0.0024183562,-0.008428663,0.01656904,0.007419543,0.037243262,-0.030124314,-0.02361289,-0.009978776,-0.0009249048,0.026780607,-0.021943498,-0.013843155,0.009036488,0.0059698178,-0.01136387,0.0098629715,-0.00248238,0.00022264423,-0.0074118013,0.002932337,-0.005837333,1.6764465e-05,-0.0019371225,-0.0015810423,-0.017694224,0.006199767,0.01814365,0.003325448,-0.013806267,-0.0039356016,-0.0047715707,0.0066343574,-0.0143944025,0.007933066,-0.020967344,-0.012159036,-5.2454474e-05,0.032918807,0.003696597,-0.016118634,0.003028524,-0.02923197,0.00027094843,0.0047016246,0.011883394,-0.003174725,-0.014080883,-0.010276608,0.0072052134,0.028926946,-0.024812091,-0.008155339,0.0007250319,0.00123043,-0.0005345539,0.0020680516,0.011787544,-0.012749129,0.00986642,-0.003889977,0.008887567,0.015516008,0.020533254,0.006581809,-0.0157036,-0.002795597,0.014921168,0.008166548,-0.0044223075,0.011197529,0.0016176688,0.0021574197,0.0053764987,0.0064571835,0.00021513274,0.004271712,0.00040274378,0.014742915,-0.020212373,-0.009433234,-0.008989724,0.0045117047,0.0040612887,-0.006048723,0.022397636,0.0038746393,-0.031906467,0.0015086014,0.013788782,-0.0031540121,0.004670592,-0.0033125298,0.012598547,-0.0075099445,0.009982825,0.00863556,0.028901894,0.030838173,-0.042466532,-0.0036033415,-0.014416639,0.0103320815,-0.009469316,0.022103688,0.005308208,-0.001254577,-0.030674668,0.004032512,-0.009243297,0.008693995,-0.021176796,-0.015476644,-0.004514154,-0.0027305284,0.0015558252,-0.0026481312,-0.025086725,0.0029359274,-0.00041953698,0.011433037,-0.008161275,-0.010439382,0.00025231842,-0.013010295,-0.009104515,0.008977333,-0.021737164,-0.005998953,-0.016433343,0.003388984,0.030713258,0.013498995,0.0118555445,0.01351493,-0.020450689,-0.007822768,0.02460791,-0.020892374,0.0034448411,-0.010906656,0.00033385167,0.030842593,0.0003714532,0.021983933,-0.011121256,-0.028328309,0.010057228,0.01150116,-0.012881115,0.0006943426,-0.010094029,0.008372636,-0.0059822225,-0.0010233934,-0.01355328,0.014717654,0.009008882,-0.019260606,0.00028693833,0.009532131,-0.0075835567,-0.008038267,0.0024134365,-0.0014509124,-0.002079518,-0.0010897449,0.014954122,-0.006973256,0.0077975527,-0.022973668,-0.013068328,-0.008895702,-0.0017535022,0.012276277,-0.002459574,-0.015240555,0.010473769,-0.0049597523,0.010759739,-0.008871616,-0.004100548,0.016164115,-0.0052576307,0.029837608,0.037355877,0.024006126,0.023109246,-0.03911394,0.0021852744,0.016465768,0.0036546434,0.0014766447,-0.029738491,0.013581304,0.019687667,0.0068956623,4.881681e-05,-0.020356325,-0.004828899,0.020887624,0.008999151,-0.012549379,0.0023409037,0.0174441,-0.0022655304,0.013024577,-0.015733682,-0.023131244,-0.0015534826,0.018299792,-0.026626363,0.16768362,0.11463587,0.0021636179,0.007140256,0.021459859,0.009869987,-0.024135653,0.00669479,-0.006324269,0.0063505024,-0.022566663,-0.004733809,0.025350902,-0.00019494086,0.01397934,-0.002453907,-0.010425037,-0.0062035723,-0.018885553,0.0007010135,-0.014507379,0.0031248233,0.013425356,0.010680252,-0.044677638,0.002288074,0.013574254,-0.0035764812,0.030235399,0.012484909,-0.011102676,0.015024327,-0.013441439,-0.0016556227,0.0079759965,-0.0101920515,0.017031794,0.04196364,0.0052326294,-0.005935163,0.005440204,-0.0248989,-0.0038780093,-0.012990761,0.012013509,0.02335179,0.020764075,0.0036830362,0.0035742284,0.012345766,-0.002139695,-0.0070213564,-0.012103838,0.01731874,-0.003977481,0.005407588,-0.005341117,0.02112569,2.3504028e-05,-0.0047659767,0.020590648,0.015560293,0.015228303,0.022315053,-0.0068772873,0.0094844885,0.00086128083,0.003241689,0.0071675573,-0.0048416364,-0.0056283087,-0.0060251127,0.008534097,0.03494658,-0.018674351,0.008109842,0.0113670565,0.005958938,0.0057773916,0.0014087404,-0.00571873,-0.0034632566,-0.0026630457,0.012085988,-0.010693678,0.0035852403,-0.00051564287,0.044253297,0.1261563,0.006689631,-0.020479862,-0.009443914,-0.0011872628,0.012782351,-0.018615646,0.034476552,-0.011994781,-0.012040043,0.017192025,0.011526236,-0.0029623285,-0.010579032,-0.0047457796,-0.006849177,0.00047282557,0.051725004,-0.010500183,-0.008160435,-0.017985886,-0.009092087,0.033480685,0.0025066112,-0.007286274,-0.020572571,0.0054758037,0.002759864,-0.02771399,0.002591777,-0.09327437,0.023691218,0.00033171012,-0.011916689,-0.0015177835,0.00030869473,-0.0144212665,-0.015538742,-0.00670938,0.006115759,-0.002713901,-0.024566913,0.01570622,0.01095721,0.03140432,0.023410039,0.038248576,-0.0120697655,-0.006685551,0.0029644289,-0.008932774,0.003631821,-0.0010865064,-0.0064059272,-0.0074517084,0.015022182,-0.041581955,0.009090589,-0.004945023,0.020734873,-0.0037348464,-0.007833645,-0.02742187,0.0029088904,-0.01828632,-0.0017226541,-0.0021866658,-0.009938873,0.005707628,-0.016299788,-0.0060683503,-0.020031106,-0.011436846,-0.015391337,-0.004131998,-0.004830362,-0.012046275,0.007127646,-0.012828876,-0.0015703689,0.012645717,0.0025441893,-0.006035064,0.005492072,-0.023893904,0.024541115,-0.026544256,0.015528555,-0.0050715017,0.007498428,-0.012379033,0.009871967,-0.030100679,-0.0031782947,-0.024519,0.0055989646,-0.0073599657,-0.0053452644,-0.0038502025,-0.00019639274,0.0006664102,0.029827513,0.017898045,0.006584673,0.01232927,0.0006916606,-0.024770435,0.012036308,0.016723562,0.016719336,0.005203827,-0.008364855,-0.020697052,0.111023664,0.017232887,-0.002355021,0.007271787,0.010794883,-0.010486716,-0.003352356,0.00034848668,-0.0013875128,0.023806687,-0.014047259,0.00094064855,-0.00061410834,0.019882118,0.0039639194,0.011680935,0.008024237,-0.0044197557,0.019795742,0.02733122,0.0005991351,0.0069128135,-0.009017459,0.003944634,-0.034974027,0.041138556,-0.0047495198,0.0017103475,-0.0065461947,-0.011608802,0.0019881595,-0.0031836238,0.04513874,0.013156834,-8.815499e-05,0.0022096056,-0.01443955,-0.002530947,-0.013510997,0.0037726709,0.0035248052,0.008299994,0.016074177,0.0027904315,-0.02659403,0.19405797,-0.016953819,0.009989379,-0.0345351,0.021365296,0.024457863,-0.0032059047,0.015641708,-0.009242946,0.0025172324,0.03225731,-0.026981736,-0.040770132,0.0046484303,-0.020245815,-0.0069601657,-0.009131276,0.00061356486,-0.0051107705,0.0006562152,0.02435306,0.0036313229,-0.015340272,0.00854739,0.004382367,0.043330036,0.010848336,0.00735669,0.0046906,-0.014558988,0.0029335362,-0.016238596,0.0070870947,-0.008671893,0.0002597545,0.0039745034,-0.009637135,-0.02701031,-0.02225799,-0.002634414,-0.017800035,0.015222251,-0.0139672905,0.0041862032,-0.0018281767,-0.009809635,0.0005161997,0.009482005,-0.03705277,-0.007701957,0.025723357,-0.004221074,0.0027532289,-0.00076678535,-0.012283703,-0.02328383,0.015329526,0.016255504,-0.0006173544,-0.013493256,0.00704703,0.012833072,-0.008516558,-0.011464635,0.013168453,-0.006709108,-0.011603426]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 104,
          "content": "Arashi Fans Thrilled by \"Silver Tape Mailed\" and 3900 Yen \"Thank You Price\" for Final Performance FC Live Streaming Tickets - dmenu news",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0021116957,-0.033032387,-0.009093229,-0.071158,-0.004238595,0.0148433605,-0.031557232,-0.016878927,-0.00395699,0.012611718,0.017109126,0.02046317,0.030687893,-0.00095680455,0.093313836,-0.0005874289,0.03788874,-0.0025999765,0.022200571,-0.006842887,-0.016048742,0.033857044,0.007948651,-0.026502116,0.019410223,-0.027497465,0.018478783,0.021625355,0.020441102,0.02695074,-0.024536524,0.03221178,0.004427034,0.010821661,0.011400193,0.020152738,0.030915627,-0.007770003,-0.00987785,0.027690817,0.01371343,0.0046847975,0.026336005,0.01914561,-0.016580751,-0.008361157,0.0054041115,-0.03618617,-0.0074874964,0.015192951,0.029615259,-0.03766623,0.0059815533,-0.1755018,-0.030386792,0.015167211,-0.03139112,0.007029802,-0.009396742,0.0024271884,0.0026838663,0.005889719,-0.015068662,-0.013371354,0.008381101,-0.005805549,0.020414047,0.013443877,-0.038404584,0.029007982,-0.007351319,0.021820564,-0.0029026396,-0.025152856,0.037392028,0.0038142833,0.014971013,-0.00016354595,-0.0046177623,-0.010005273,0.033533167,-0.022815444,-0.020499215,0.006983049,-0.015556734,-0.010825204,-0.026055094,-0.010298822,-0.008545174,0.022288505,0.013016313,0.007875603,0.021564303,-0.015092636,-0.0482729,0.015683066,0.011372031,-0.019640591,-0.021248808,0.0005224214,-0.0013851295,0.0022232344,0.008128518,-0.0015219646,0.0068946816,0.021051317,-0.015097693,-0.009250062,-0.00096398627,0.029770676,-0.015705792,0.0049654725,-0.018946648,0.014042863,-0.00029981788,-0.10999975,-0.027393082,0.0050859665,-0.01875719,-0.019504283,0.0168241,0.0031742486,0.00019302957,0.029893063,-0.007742994,-0.00038614258,0.015460207,0.042014964,-0.014219822,0.007989271,0.0012957654,-0.0047612702,-0.009272796,0.010757327,-0.004537279,-0.0032699849,-0.005242292,0.020105815,-0.013300073,-0.02319436,-0.015922641,0.009880519,-0.018192528,-0.030192304,0.0073971595,-0.01631952,-0.0071025444,-0.0019793615,-0.0015682308,0.018484501,0.013569757,-0.001664601,0.0066139605,-0.005798307,-0.004786076,-0.015438986,0.012286117,0.010245816,-0.011000234,-0.01065644,0.026951073,0.0062594414,-0.023803346,0.01871677,0.0059110457,0.009836632,-0.003915405,0.008479917,-0.010638611,0.010583349,-0.042574834,0.011946809,-0.036091316,-0.009508956,-0.01882675,0.021309277,0.0013273306,-0.006863017,0.012320024,0.012310307,0.015083771,0.0027724826,-0.004240113,-0.0057807104,-0.018369194,-0.0062196264,0.00914856,-0.021714365,0.004001104,-0.004539717,-0.020283204,0.025137601,-0.016392948,-0.008875949,0.009103056,0.0066163535,-0.003015242,0.0025589739,-0.022428777,-0.013456497,0.055727515,0.017904172,0.012741547,0.019080449,0.0033573161,-0.018909957,0.009286709,0.0006618468,0.035583604,0.023097055,-0.016030883,-0.0078558605,-0.005548732,0.01599409,0.015378275,-0.028195674,0.0053393943,-0.030540913,0.012815924,0.012962296,0.005778448,-0.02020641,0.020496894,-0.0019328477,-0.013460598,-0.037575305,0.011304423,-0.029887833,0.020125102,-0.0010327628,-0.002687176,-0.0031026767,0.0066268574,0.0022289262,-0.023895722,-0.009982175,0.013560861,-0.00078272657,0.028830342,0.008070887,0.004038425,0.025973216,-0.007828857,0.008348019,0.009719385,-0.023113977,-0.009926697,-0.021134796,-0.022323657,0.01989962,-0.0066777077,-0.00449078,0.016171332,-0.00041334223,-0.008990968,-0.005173409,0.0070795068,-0.015660288,0.019207463,-0.027277905,-0.01277244,0.010800871,0.0074894954,-0.028852075,0.0010631959,0.027709896,0.0064966017,-0.0041313814,-0.019496815,-0.013851627,0.0049032997,0.0009804361,-0.023487732,-0.024594553,0.0046493816,0.00032461467,-0.069881365,0.008671275,0.004376138,-0.024978697,-0.0043296404,-0.019448534,-0.0093880715,-0.0014651874,-0.0035422968,-0.02464239,-0.024974043,-0.020959849,-0.025913734,-0.0044731167,0.027225217,0.014889685,0.018996578,0.02456514,-0.0062578204,-0.02046603,0.0107840905,-0.009960104,0.015535086,-0.003945792,0.023305118,-0.0090471655,-0.00031491223,0.029351236,0.027040571,-0.03737823,0.014044053,-0.019757265,0.031369776,0.0050474047,-0.00024951552,-0.0018451912,-0.0025339315,-0.013460824,0.015413014,-0.022054609,0.0029011604,0.004973739,-0.010407341,0.017556682,0.005312371,-0.009362097,0.019955225,-0.0035099122,0.021036638,-0.0037359546,0.0052934717,0.010015017,0.0014426811,0.03067389,0.0075344765,0.026087746,4.8332113e-05,0.003994515,0.032152116,0.011232201,0.0025143703,0.0093542,0.03264322,-0.014939797,0.0048700124,0.03853987,-0.0028041631,-0.032337736,-0.016722796,-0.0009611544,-0.009718526,-0.032332603,-0.014485867,-0.0061646863,-0.00312845,-0.00779163,-0.0050039156,-0.012078312,0.012672096,0.006672738,-0.0195759,-0.007916829,0.0049787113,-0.017576814,0.015418285,0.014462718,-0.0010153906,0.0068501364,0.02108829,-0.037510667,0.027873076,-0.003026021,0.029209228,0.02052048,-0.020329377,-0.013663775,0.007821796,0.013941494,0.009639964,-0.034157377,-0.00595943,0.013812908,0.018274717,0.02608454,-0.017100966,0.03426064,0.0206498,-0.030026278,-0.009059564,-0.026695652,-0.0046281023,-0.011034265,0.0017772965,0.0026315823,0.007113658,0.015153187,0.0023867332,0.023812357,-0.00879187,0.014657294,0.02733433,-0.025632458,0.0048405416,0.023801094,-0.030055111,-0.0028436857,-0.010890804,0.0066855284,0.013704205,-0.020357516,0.02305091,-0.033142895,-0.009202752,-0.0067252433,0.007904075,-0.0051362696,-0.03392907,0.022282142,0.020635564,-0.031956166,-0.012763165,0.018640991,0.007801289,0.0004521118,-0.009975569,-0.0019488897,0.011809047,0.026146073,0.011655375,-0.007971233,-0.009459739,-0.03736279,0.021248398,0.008272595,-0.014750535,0.01568542,-0.00180583,-0.025978597,0.017203761,-0.026036842,-0.02013758,-0.0032389436,-0.0004976182,-0.008325052,-0.0018698802,-0.018556679,0.017900923,0.00023013896,0.003515584,0.010694499,0.009626192,-0.0037121247,-0.035958573,-0.0028525968,0.03295202,-0.013410602,0.027687725,-0.014514746,0.018554669,0.009742145,-0.018565372,-0.023766084,0.007086332,0.00062399823,-0.0029054156,-0.0066795745,-0.02162136,0.013573351,0.020138724,0.011567227,0.014298535,0.0029728913,-0.020631569,0.042636983,0.009263292,-0.0101000955,-0.010573767,0.012624887,0.024710493,-0.007904595,0.0006849515,-0.034155462,0.004198338,0.026119646,0.024307283,-0.008997925,-0.03792292,0.014070904,0.03798807,0.012139889,-0.010868101,0.0076908674,-0.0063413265,-0.0077761197,0.011253801,0.018088317,-0.0050999606,-0.003007708,-0.026398195,-0.00035968536,-0.013412773,-0.0017979153,-0.00045921555,-0.026178913,0.02054767,-0.0020896052,-0.011384357,0.010524003,-0.04912631,-0.0034905414,0.002523465,0.007139769,-0.0064119543,0.043468792,-0.0033008046,0.016963558,0.017622039,-0.0058527067,0.0042598667,0.023224361,-0.017902417,-0.0053478153,-0.007667754,0.042323623,-0.005925633,-0.0040526697,0.0046326737,0.0042749243,0.023577884,0.029397905,0.016651452,-0.008542904,0.021867227,0.027570337,0.0063440395,0.026509449,-0.01509879,0.0010800955,0.0015321128,-0.0034983295,0.006507577,0.032767795,0.013354323,0.0071826736,-0.011353574,0.031204969,-0.00452338,-0.009515354,0.010700465,-0.09796497,-0.013074133,0.017741004,-0.015348324,-0.0025186846,-0.016714916,-0.0139567675,-0.007509077,-0.012857879,-0.018195385,0.019286364,-0.017364731,0.00029499465,-0.016159723,-0.012731256,-0.0009700113,0.001950084,0.012199424,-0.011766177,-0.010778044,-0.0015791391,0.033293977,0.02879784,0.015566794,0.010964264,0.015614043,0.012885709,-0.0067301183,-0.01950255,0.022432284,-0.006422451,-0.001273925,-0.0012671188,0.02026274,0.004891102,-0.00269034,0.009341963,0.011108782,0.0017087581,-0.00029865332,0.021531833,-0.01655215,0.0012271543,-0.008280364,0.019890223,0.018505085,-0.0039285226,-0.009335986,0.006700976,-0.020451182,0.011909289,-0.019498365,0.006732563,-0.013138098,-0.013811815,-0.0014506484,0.019273844,-0.010419272,-0.008293295,-0.0026152725,0.041631334,-0.01702255,-0.004263605,0.03337422,-0.0034851453,0.025879385,0.010085919,0.037986215,-0.023161959,-0.00814906,-0.01613827,0.01697494,0.01347698,-0.012715511,-0.00816194,-0.0018479975,-0.024185441,0.017457342,0.043348465,0.0040710834,-0.01700734,-0.0125467125,-0.082425155,0.008357855,-0.03417887,-0.0059738727,0.023794366,0.002484921,0.008032258,-0.0021760557,0.0017392252,-0.012901374,0.0066813636,0.030025687,0.019070992,-0.0023658879,-0.0024968472,-0.009020516,0.00052317756,-0.015149803,0.0011278432,-0.024753407,-0.017599992,0.01012353,-0.0005761189,-0.009365556,-0.014245644,-0.0024116104,-0.023773054,-0.02233309,-0.0017423434,-0.019552935,-0.011681394,-0.15955442,0.013190185,-0.034274627,-0.0248646,0.02407668,-0.001737347,0.015590605,-0.026081566,-0.013313008,-0.012495598,0.038877264,-0.0069566164,-0.0149116805,0.020574033,0.015078017,0.12009507,0.011277902,0.02547461,-0.0029612416,-0.016050184,0.014974083,-0.016131002,0.011327391,0.0047253626,-0.0035126405,-0.0047428724,0.010940433,0.021861533,-0.038171068,0.0038517653,-0.01290699,0.040368527,0.0002403357,0.01437846,0.028714266,-0.0019561872,-0.00044761738,0.02104004,0.011014156,0.019332055,-0.0066845445,0.030184431,0.017983913,0.009485824,-0.021158926,0.0062962365,-0.040703632,-0.035728198,0.012363823,-0.038265638,-0.03158604,-0.09224316,-0.006277496,0.03305687,-0.015620417,0.0075922655,-0.011770393,-0.0071176025,0.0058854357,0.01794712,-0.0013750425,-0.006955042,0.015433574,-0.012730456,0.0026962268,-0.026377486,0.025362639,-0.00010244643,-0.0019392949,0.014399289,-0.015257185,0.0003080664,-0.018405061,0.009808745,-0.007874253,0.0014666035,0.018895226,0.02819236,0.014337572,-0.018519713,-0.010844741,-0.020670349,0.01633728,0.0033299534,0.019472523,0.0069913603,-0.02039713,0.017129187,-0.008402713,-0.01775627,-0.0068917293,0.0073335906,-0.0052797194,-0.030227581,-0.0042473003,0.044295434,-0.0050644763,0.027497347,0.00396288,-0.02908112,-0.023519745,-0.0045293653,-0.012539503,-0.010008105,-0.01147047,0.0018129376,-0.012246482,0.019857928,0.028933806,-0.019774353,-0.00526167,-0.00085630274,0.00495682,-0.00014805695,-0.002297844,0.019236106,0.006474538,-0.006082391,0.0007760824,-0.01259979,0.011944332,-0.011898509,-0.010489719,0.0015208425,-0.0058744005,0.0027515749,0.007048004,-0.013878574,-0.009957602,-0.03952586,0.005407732,-0.002961507,-0.018379366,0.0025184883,-8.8508204e-05,0.016578976,0.008657701,-0.004513849,0.006143205,0.009698021,0.017500756,-0.010404296,0.0011087897,0.0041873483,0.003518698,-0.007040468,-0.0052600564,0.007685227,-0.0015414703,-0.0038256727,0.0069789183,-0.015209323,-0.020516006,-0.005841547,-0.015107771,-0.005252944,0.0005305949,-0.0026649327,0.011595225,-0.013845353,0.017388413,0.0042949254,-0.0030915553,0.0013738726,0.0071215974,-0.0009065664,0.020712413,-0.008594243,0.0029337944,-0.009748756,-0.0004854709,0.0026855269,-0.02361227,-0.009943112,0.005116229,0.0019404482,0.008010716,0.012655336,0.004670545,-0.0054851603,0.010720199,0.0025553063,0.008633375,-0.00067467854,-0.001966901,0.022553874,-0.005701659,0.007442785,-0.00096914667,-0.0018754156,0.0060431934,-0.024680214,0.020945909,-0.025330544,0.0025298933,0.009493864,-0.0021248704,-0.0046281074,-0.006375403,0.008644051,-0.005824911,-0.011305678,0.0027075037,-0.0027737422,-0.026069876,0.016964095,-0.013786713,0.014261473,0.008262976,0.018133147,0.004593932,0.0068420754,-0.02219824,0.014872806,-0.010432837,-0.001758373,0.0011315115,0.014685643,-0.014074839,-0.006545832,0.009995543,-0.012038892,0.016808588,-0.013284916,-0.010374226,-0.009926463,0.004802588,0.0248006,0.0067130793,0.010854625,-0.007620242,-0.0116121005,0.0030322801,-0.0049002343,0.0034078984,0.0033575844,0.012775645,-0.014988003,0.0025596363,0.0036348142,-0.008353206,0.018952437,-0.0021346177,-0.007101648,-0.00021792931,-0.013934452,0.008036978,-0.018615656,-0.019415397,0.020548945,0.006754673,0.0033764848,0.020597784,0.007558814,0.008679164,0.005588462,-0.006316648,0.016768401,0.0037460192,-0.004940208,-0.011849391,0.0046791076,-0.0048839236,0.008616856,0.0066696974,-0.0075334567,-0.008672069,-0.017764643,-0.0033487433,0.003168737,-0.014874397,0.0073977844,0.0027762149,0.011804318,-0.007404054,-0.01767991,0.010519473,0.0013754971,0.0008788174,-0.010303792,0.008158918,0.0012644841,-0.014285168,0.0020699583,-0.013642214,-0.0043357136,0.00411722,0.024457373,-0.0010738341,0.0038050828,0.006405128,-0.0025507181,0.010439467,0.0074755508,-0.00071092596,0.014799361,-0.008774173,-0.010531919,0.006598077,0.001235198,0.0024340798,0.011678013,-0.0031029605,-0.0052450616,0.022828253,0.0056143054,-0.0017857959,-0.008262495,0.0059662787,-0.007702774,0.09184897,-0.008103405,0.016473044,0.0045521497,-0.009058786,0.012955627,0.013183384,-0.0125617245,-0.0028267044,-0.0032413346,-0.0023780598,-0.013831988,-0.0021490266,3.199414e-05,0.021940408,0.007019658,0.0034117377,0.015085181,-0.012604276,0.0067175184,-0.014506054,-0.009243956,-0.012910457,-0.009409046,-0.012347851,0.0019114917,-0.0017709844,-0.007719396,0.005329753,-0.013066998,0.013069194,-0.010889419,-0.017549627,-0.001695268,-0.018162731,0.012387523,-0.019635616,0.022300148,0.017704073,0.019896364,0.013742412,-0.0072173146,0.0027962015,0.00024954038,0.018128447,0.0029047674,0.005008373,-0.005673877,0.0023614597,-0.0058929576,-0.017830325,-0.0064421194,-0.0076703895,-0.0037013514,-0.004340113,0.0064941477,-0.018675573,-3.905496e-05,0.023407098,0.008372996,-0.013969158,0.0060679587,0.0061046216,0.015195562,0.012773454,-0.01614966,0.010781034,-0.018805746,0.0075408155,-0.0029469053,-0.0120762745,-0.00497332,-0.0023372932,0.0068774447,0.031074816,0.01157637,0.00028757667,0.015916074,0.0027530198,-0.0058206953,-0.010476891,-0.017152835,-0.013606937,0.018035151,0.0067785657,0.004422763,-0.0029027718,0.018950853,0.00093029137,-0.009937415,0.010067814,-0.03068054,0.00626435,0.010481007,-0.0015969883,-0.004713992,0.04272121,0.010692788,-0.008134454,-0.0018417609,0.0050121546,-0.004869108,-0.0022360836,0.003838274,0.0033388995,0.011062804,-0.018802037,-0.005881199,-0.0035329247,0.015857808,0.007994911,-0.011026895,-0.0006173549,-0.003409759,0.04074352,-0.0015904474,0.0017848954,0.011814777,-0.010916334,0.0047900705,-0.008892217,0.001855253,-0.0023198132,0.008824369,0.014201948,0.0031346972,-0.00912173,-0.003996597,-0.0004191391,0.014018769,0.0069009745,0.0027204056,-0.010768244,0.005558047,0.0024910485,0.016847592,-0.002273296,-0.011248188,0.010437747,-0.007042327,-0.0034712255,0.0020776838,-0.008849811,-0.0027971345,-0.0016437412,-0.01191684,0.0053816848,0.0010142779,-0.011916311,0.0035289656,0.0055963797,-0.0074301925,0.020407591,0.0026516758,0.00068467064,-0.0052434774,-0.012273997,0.0148058,-0.0022513599,-0.010534886,0.0023347863,0.009629347,0.012877217,-0.007961349,-0.0031619621,-0.00345928,-4.09557e-05,0.012205918,0.004649817,0.009416713,-0.0043063317,-0.0051009455,0.007426914,-0.010320643,-0.008880269,0.0018720513,0.0007312701,-0.015794335,0.012697725,0.023577195,-0.0033059805,-0.0003845454,-0.014551749,-0.0111471005,-0.0035553742,-0.009513231,-0.0003667062,-0.0063355723,0.0031913014,-0.020309214,0.015184833,0.002709833,0.018465152,0.006688044,-0.014447903,0.0014763182,-0.014106509,0.023533048,0.011238375,-0.00046249892,-0.0025615518,-0.009107148,-0.007211857,-0.010674421,0.009072946,-0.010723808,0.0013322035,0.0065372405,-0.030318791,-0.012849077,0.0029471063,-0.01797838,0.00025649215,0.004640764,-0.0011833579,-0.0021029566,0.015084926,-0.0076905782,0.009335748,-0.012665035,0.0016211359,-0.012430753,0.0071401945,-0.01275604,-0.0022675863,0.015208724,0.0067444392,-0.003197313,-0.0029838602,-0.008255576,0.0053858534,-0.016008727,-0.012344489,-0.0055932803,0.011166376,-0.0022951015,-0.0048445626,0.022081882,0.0071033905,-0.005766956,-0.013349614,0.0024600767,-0.000904281,-0.0076349867,-0.0015728333,0.010086243,-0.005208192,0.006060361,-0.023343159,0.0062486557,-0.0010638995,-0.013462075,-0.01563864,-0.014818529,0.02003477,-0.0005569412,0.006322768,-0.06321647,0.0047984477,-0.0026071146,0.0071205525,-0.007369956,0.003838106,-0.016154245,0.013442963,0.0068222587,0.003818874,0.0034610503,-0.001004397,0.004211592,0.0027187758,-0.01352421,0.01076089,-0.0054022367,0.009714944,-0.0020209271,-0.009586232,-0.002623657,0.0010881951,3.454856e-05,-0.0072772517,0.01789228,0.015501707,0.0052102734,0.004223437,-0.007984256,-0.015070608,-0.014452636,-0.0058810064,0.019524768,-0.0061125895,0.007889954,0.021178469,0.0059551722,-0.0021561207,-0.026920415,-0.0039999606,0.02149951,-0.005969451,-0.022642173,-0.0014054811,0.0069127055,-0.00905429,0.010671531,-0.010319887,0.019013684,0.0069733723,0.00026334976,0.0007008292,-0.001103251,-0.012685846,-0.0059680697,-0.010481372,0.020877086,0.010405289,-0.016323421,0.0025256653,0.0048597218,0.0010455843,0.012921958,-0.010475663,-0.014085876,0.007210283,-0.0103589455,0.011914084,-0.004472343,0.0033344468,0.012838667,0.01763698,-0.007844362,0.008220661,-0.014694599,0.0018374705,0.01818252,0.012390396,0.0019278476,0.008510912,-0.029337278,-0.00342412,0.000276403,-0.00582013,-0.0069607454,-0.011167852,-0.010501217,0.013224577,-0.01580718,-0.0016427487,0.0069666523,0.0076344484,-0.008283605,-0.001396988,-0.011099402,-0.0006642087,-0.018449225,0.0024324008,0.024139319,-0.003653979,-0.0020170363,-0.0068792803,-0.005435182,0.006817188,-0.015094098,0.026246494,0.012737066,-0.0015848683,0.002502838,-0.007196242,-0.01674461,0.0055746576,0.0063581574,0.0049859365,-0.024523756,0.014164997,0.0066839033,0.023449102,0.010102826,-0.005232362,-0.0008328676,0.016208226,0.0020372602,-0.012954181,-0.011937844,0.0016991816,0.00850743,-0.011139373,0.015241767,-0.0069098757,0.0050387676,0.026633961,0.010439699,0.004739021,-0.012568417,0.012900173,0.008899969,-0.0074421903,0.0059179575,0.0021331112,-0.0031660164,0.0077058403,0.009466551,-0.0068563377,0.0017588645,0.018555494,-0.0070969705,0.0068594865,-0.0026269304,-0.009241392,0.0049658413,-0.0051344736,0.0059457556,0.002677561,-0.0072932066,-0.010725793,-0.0130747,-0.020875184,-0.0010828135,0.0025754096,-0.0040570144,-0.01062991,-0.0031863686,-0.014582248,0.01362512,-0.004446636,0.0037371165,-0.0049369265,0.0023643412,-0.017261602,-0.0040193135,-0.0028705087,-0.011026668,0.02004519,-0.024885282,0.020813253,0.0054916786,-0.004388091,-0.010441759,0.0007694689,0.0017375215,0.013129067,-0.0013490587,0.010254457,-3.446888e-05,-0.0069084754,0.009102618,0.010190409,0.0041150237,0.008673435,-0.017022878,-0.0051110117,-0.0025932454,0.0099415295,0.002747146,-0.011033194,0.008557571,-0.001241,0.0069721765,-0.0057908795,-0.004141205,-0.008201531,-0.0055709826,0.015980516,0.009713588,-0.077784464,0.0024795893,-0.0006810216,-0.000999087,0.0106530525,-0.0046921144,-0.006401544,-0.004010006,0.0030971568,0.009188472,0.0037430858,0.0078386925,-0.0069775074,-0.013502446,-0.0031611957,-0.0016724541,0.0091218725,0.005448888,0.00019205296,-0.0031723941,-0.0012185981,-0.014555995,-0.020122485,-0.0210911,0.009510376,0.010962879,-0.027020378,-0.02228698,0.020370478,0.014981792,0.008271216,-0.0061281826,0.018210389,-0.0050444882,0.0011104008,-0.0029775037,0.0075823977,-0.008255676,-0.13823524,0.006483058,0.0053713964,0.006764119,0.005850024,-0.014532858,-0.0037213173,-0.01172953,-0.0022612282,0.0062085977,-0.012339929,0.0047002123,-0.019874759,-0.008111879,0.008329429,0.0020486817,0.014414009,0.0007210499,-0.02276654,0.02534965,-0.013801856,-0.0028254976,-0.010812027,0.005983548,-0.0016823984,0.0058204127,0.008034224,-0.0031189518,-0.0035619435,0.004807064,0.0050311903,0.014210028,0.005976984,0.010211187,-0.025118202,-0.019543657,0.017469283,-0.0059010577,0.009939797,-0.005195685,0.008917766,0.024636379,0.0046666358,0.005700628,-0.0081402715,0.020295734,0.015209217,0.009264867,-0.02389061,-0.015728293,0.00565008,0.004523437,0.0037581904,-0.004451906,0.0046654516,0.009321389,0.004225971,0.013709978,0.0011335284,-0.0030350382,0.0021046156,-0.00023005132,-0.012067054,-0.018285805,-0.0047302796,0.006541138,0.014739761,-0.0056129317,0.0059085856,0.0029431642,0.0072798757,-0.01371378,0.004662785,-0.01810127,-6.012244e-05,0.014481737,0.008547921,0.019356752,0.0008851679,0.013551537,0.014518866,-0.0032544974,-0.0027374083,0.0073335264,0.0048827985,0.025440346,-0.020954784,0.0043770694,-0.007757401,-0.059395835,0.009661879,-0.016890116,0.01055278,0.012281221,-0.023987811,-0.0011101419,-0.009551984,-0.00883482,-0.005711262,-0.0065488145,-0.016238376,0.009559134,-0.0063775103,0.0034972779,-0.024770845,-0.00053829176,0.007890046,-0.0078072883,-0.0009573945,-0.0411842,-0.00032166686,-0.01395777,-0.0034300822,0.028901935,-0.00648151,0.0013001059,-0.018930942,0.009443499,-0.012810692,-0.00022737862,0.005681761,-0.0031317815,0.021670597,0.0007902811,-0.027419474,0.008932001,0.008905155,-0.010288974,-0.007491533,-0.024499822,-0.0051494604,0.008817138,0.005543406,0.005376124,0.023675004,-0.016707784,0.0027504486,0.0070125232,-0.012099838,-0.016560262,0.0053798403,-0.014235899,0.020193169,0.011011639,0.0025142806,0.016350642,-0.0048764274,-0.0017737857,0.008726157,0.0022029113,-0.0040056105,-0.016342212,0.005564834,-0.0056058816,0.0005862769,0.004816768,-0.0048405235,0.006536768,-0.009404446,0.0105642695,-0.012345377,0.017995048,-0.0053996416,0.021800268,0.0037383293,0.018995382,-0.013211736,0.0023727722,0.012421143,0.024931498,0.0057876823,-0.017865418,0.004152364,0.014030317,0.016111627,-0.0058621624,0.022443846,-0.020011803,-0.011856095,0.0010808933,0.01202064,-0.011003424,-0.0031365573,-0.012732198,-0.022453722,-0.012065729,-0.014121372,0.014815691,0.016783545,-0.010151593,0.0031181932,0.006345689,-0.013981348,0.012530845,-0.018143194,-0.025133392,-0.006428095,0.0021060582,0.015994094,0.017471518,-0.00060514256,0.019568896,-0.0026718588,-0.17227156,-0.0012728532,0.024171406,0.0072811292,-0.0067121545,-0.0050031915,0.015430945,0.0133753605,0.02995875,-0.013519443,0.01806951,-0.0073420503,0.001300294,-0.012676217,0.012735025,-0.013767135,0.0045060297,0.017125383,-0.016677486,-0.0051215966,-0.0053401487,-0.005638894,0.006740823,-0.0037820416,-0.009968519,-0.008382982,0.027686771,0.0046872683,0.005028733,-0.022076035,-0.0204598,0.028390314,-0.00021275235,0.004312264,-0.0031498843,0.011199863,-0.0020136582,-0.0061010923,0.0040213144,0.013954864,0.012046953,-0.004427051,0.0041190344,-0.014116212,0.0067783743,0.00032531208,-0.01175275,-0.0050036153,-0.005830758,-0.02394616,-0.0099112885,-0.011182787,0.0067060557,-0.018713733,0.016129281,-0.020603638,0.028441498,-0.008450524,-0.003403876,0.00890077,0.006244005,0.004274436,-0.0044717933,-0.033790216,-0.012156433,0.02725524,-0.005686247,0.13450606,-0.0021394854,-0.0012970547,0.0026971225,-0.00825165,0.04966728,0.020397283,0.0085639,-0.012813597,0.008848179,0.008894907,-0.010062731,0.026706036,-0.005059876,-0.010859138,-0.011703626,0.0042724013,0.013939084,0.002056997,0.00670287,-0.02843225,0.005744108,0.008347315,0.0033734033,-0.021249728,-0.016190516,0.0024874827,-0.0037434432,0.0026453945,0.027754089,0.021461837,-0.020680968,0.01412013,0.002986557,0.023660121,0.0034926846,0.00092572905,-0.024299016,0.010792347,0.011063923,0.018946497,0.0001913421,-0.012189955,-0.0019663104,0.0064441715,-0.00012687925,-0.0034989445,0.012076038,-0.029315457,-0.025369609,-0.034070168,0.01954861,-0.0016289555,8.537994e-05,-0.0072247237,-0.0062864544,0.013334986,0.006449278,-0.004943939,0.0047028665,0.018471288,-0.0044380478,0.010337538,-0.00079218525,-0.008199613,0.011944175,-0.0064273127,-0.0021825759,-0.020508565,-0.120309584,0.013984279,0.010475484,0.015303358,0.010013793,-0.0069964905,0.024752099,0.0037342866,0.0061884173,-0.025709108,-0.01067493,-0.02964208,0.00080926536,0.014142235,-0.0052108886,0.019260285,-0.0023414644,0.008346918,-0.0024277794,-0.02045469,0.01830063,0.013055911,-0.00850643,-0.01458228,0.017496841,0.005520659,-0.003941173,-0.008189034,0.002186632,-0.0007253876,0.009056338,0.007197853,-0.022144105,-0.005653718,0.004016004,-0.013838116,0.020388337,-0.008619295,-0.016276624,0.022244044,0.015120655,-0.004225989,-0.005928155,0.009818846,-0.0043356935,-0.02948623,0.02041326,-0.016698495,-0.02188156,-0.0012930689,0.007884064,0.0027767378,0.00392295,0.00092510425,-0.0008389524,-0.008745068,0.021818949,-0.04137755,0.024173321,0.006271459,0.0030672892,0.013639797,-0.007722727,0.00777379,0.016780406,0.020401841,0.0024559377,0.014499139,0.018294588,-0.005487902,-0.007537593,-0.008935483,0.009654955,-0.016995588,-0.004805421,-0.012872686,0.0025627238,-0.0073958198,-0.015976276,-0.018598285,0.0021452564,0.00031476852,-0.012468228,-0.019589106,0.036824174,-0.023272656,-0.016613564,0.007317166,-0.0063780164,0.00030881196,-0.005876742,0.0007690305,-0.004566085,0.0017348747,-0.0021823696,-0.022942554,0.0069087553,-0.0033108136,0.023407876,-0.012863446,0.004448722,-0.0018061798,-0.017218078,0.0006905956,0.010770809,0.0054635457,-0.0014382284,0.010067467,0.0020158505,-0.0009814119,-0.031218262,-0.0024155644,0.0029301846,-0.005836666,-0.0042772386,0.0041996087,0.007980898,-0.008093275,-0.0021587869,-0.015713347,-0.021559834,-0.0046922397,-0.0010099368,-0.012375371,0.006614137,0.009533452,0.006139339,0.0042255763,0.0053660995,-0.022182701,-0.00806244,0.009272734,0.015208245,0.020510191,0.0068510454,-0.0055641597,0.02059178,-0.016669065,0.014986478,0.018835826,-0.013004577,0.013995669,0.0052889576,0.011162691,-0.0020484093,-0.01260864,-0.008357007,-0.009761592,-0.0039965333,-0.009429669,-0.0035310758,0.0042669103,-0.004348786,0.014875473,0.00509244,-0.0023250224,-0.0089282235,0.016672213,0.012981448,-0.0043352176,0.024477737,0.011484286,-0.01919452,-0.0013021127,0.0031065093,-0.013294618,0.024945166,-0.008639292,-0.01457191,-0.03902887,0.0009926357,-0.025147952,-0.0005749865,-0.0009708146,-0.0006313128,-0.017582629,-0.01020777,0.008140263,-0.006403479,-0.061891697,0.01036,0.01486134,0.00015528112,-0.04022165,0.024719715,-0.014388848,-0.0003774071,-0.014872233,0.0007251801,0.016896646,0.029083427,-0.0004296377,-0.012663306,0.008310655,0.01447715,0.0025360456,-0.0070967274,-0.018995384,0.0228172,-0.007719685,-0.008406482,-0.0031912765,0.004071138,0.017167771,-0.010084543,-0.001086341,0.017832257,-0.005184596,-0.02418456,0.0021772499,0.006836395,-0.006811996,-0.02813249,0.006615838,0.011511123,0.0030626897,-0.018450858,-0.0067040725,-0.05912432,-0.0005710169,-0.01896456,-0.042347755,-0.00817522,-0.013413818,0.014428892,0.022339549,0.012514648,-0.008221597,0.010461179,0.0075107827,-0.022879973,-0.027355682,-0.025957739,0.0034236074,-0.01956574,0.002176189,0.0074729347,-0.013216092,0.013611096,0.0040601487,-0.02197399,-0.0031026576,0.009793006,0.0063933497,0.011743082,0.018202243,0.01921396,-0.019051183,-0.013909634,0.01176586,-0.009905634,0.0042047184,0.00560334,-0.009907021,0.03256195,0.027196407,-0.011055261,-0.0044439323,0.0294743,5.0186605e-05,0.024575405,0.0068577533,0.03990301,-0.010767165,-0.007990335,-0.012525155,-0.09923277,-0.008417851,0.011945724,0.002476922,0.032634493,0.0035016742,-0.015123923,0.048698455,0.0045819893,0.02081496,-0.0018174704,0.012312789,0.005845826,-0.0072892294,0.0033739614,0.020074751,-0.014666505,0.032397863,0.009111648,-0.022179952,-0.0020872408,-0.011752851,-0.012684406,0.01603275,0.008613328,-0.037364468,-0.01887209,-0.0029900186,-0.0056221858,-0.017031366,-0.015922599,0.003485461,-0.00018796026,0.001184295,-0.013464475,-0.0045284764,-0.033957146,-0.018221095,-0.008432498,-0.014380973,0.024932085,-0.023968408,0.0073041366,-0.00796015,0.0046925405,-0.009476067,-0.012193836,0.009707761,-0.03223518,0.0085549,0.021355148,-0.018015599,0.0016372696,-0.021705246,0.00025028174,0.0053885104,-0.010119672,-0.030001415,0.0014820369,0.015963102,-0.0053015314,0.008749834,-0.0074917604,0.014846596,-0.008290785,-0.0060537057,-0.022534419,-0.00055735477,-0.020824553,0.014306228,0.0122479135,0.018106999,0.004968053,-0.0030310163,0.009383456,0.017569724,0.0026670413,-0.006039694,-0.025056379,0.003048187,0.02215917,-0.005021842,0.017721372,-0.020203346,-0.011416834,-0.015442467,-0.0010052769,0.012716962,0.01422851,-0.027786583,-0.0040447605,-0.024215052,-0.01516253,-0.0088869985,0.010220132,0.006665746,0.00067651476,-0.014253191,-0.0043161768,0.007865877,-0.0047210413,0.004862191,-0.007829253,-0.0015935895,-0.0016743232,-0.022072533,0.0113214785,-0.02912188,-0.0072582318,-0.014354748,-0.003158332,0.0012745799,0.018199716,-0.048203353,0.010935631,0.002848405,0.0054264194,0.007762371,-0.018389437,-0.0050366186,0.014213268,-0.03329087,0.008442329,0.0050473693,-0.0006944646,-0.0073336335,0.0010193534,-0.010163451,-0.0035405967,-0.01823462,-0.013551646,0.0042165383,0.01328668,0.016526751,0.0030510728,-0.01029411,0.0031403266,0.0053690393,-0.013886772,-0.01998406,-0.004786475,0.013754729,0.016735887,-0.021593537,0.0005363818,-0.008431238,0.0071793837,0.0061522764,-0.0045840116,-0.010554754,0.010011381,0.006918218,0.0067500835,-0.029541302,-0.011720465,0.01320748,0.010809203,-0.015197397,-0.004713393,0.003323836,-0.01002673,-0.0112007,-0.020899327,-0.027853107,-0.0025333997,0.00316077,-0.0009890385,0.0053843744,0.005204867,0.017845863,0.011388458,-0.017412921,0.0094912695,0.0006248375,0.038529195,-0.016367884,-0.007595909,0.006488064,0.030840637,0.0040064133,-0.00925007,0.0004276904,-0.009842812,-0.0001606272,-0.0041478826,-0.016106922,-0.008740729,0.01630798,0.00082172325,-0.0014458636,-0.021763308,-0.0018013421,-0.012336909,-0.024409331,0.012846093,0.001433511,0.01530495,0.006075702,-0.00409701,0.017207902,0.0030098462,-0.0028315857,-0.009362339,-0.020679524,-0.0029844549,-0.008705024,-0.002297899,0.007577836,-0.012597217,-0.019814175,-0.0043978393,0.0035103238,-0.0006964181,0.00042047756,-0.00087730255,0.0106097795,0.017465701,-0.025897551,0.004258249,0.0122146,-0.004859231,0.011478053,0.0024884206,-0.0017134257,-0.0010662061,-0.019977717,-0.020936718,0.0021464478,-0.0025572148,-0.006463002,-0.0037051432,0.012368171,-0.013199798,0.023560446,0.012739821,-0.00458908,-0.004481705,-0.012300098,0.0077321613,-0.010283182,0.0077577396,0.0041681966,-0.003816363,0.008032263,-0.006520832,0.013149863,-0.022858007,0.015071683,-0.017718121,0.012777862,0.02517519,0.0057460456,-0.0092866095,-0.0048991796,0.007014312,0.0034074348,-0.014671133,0.0036320013,0.0129188495,0.008746817,0.013696593,0.030281015,-0.018020697,0.023473121,-0.020141773,0.013047773,-0.0020511865,0.003945277,0.011365439,0.011915388,-0.0064151087,-0.002805206,0.01539325,-0.010176456,0.009642774,0.010243656,0.0062732277,0.013258187,0.006770369,0.04768144,0.0106510855,-0.0033229091,0.011194921,-0.025032762,-0.0026403358,0.00056462246,-0.008308695,0.015070324,-0.004031792,-0.010997624,0.015866574,0.01872663,-0.0040823496,0.01806656,0.005652782,-0.003581144,0.011833653,0.0044969115,0.011345989,0.021266337,0.016556298,-0.029200187,0.006208119,0.007508554,-0.011086091,-0.0049468004,0.004736432,-0.0098132,-0.008586636,0.0051432583,0.008618114,0.012249776,0.018025342,-0.021846619,-0.026473157,-0.018465398,-0.003775381,-0.01667236,0.02676429,-0.006204387,-0.005956837,0.029631034,-0.0107493615,0.0026083936,0.02393412,-0.0121204285,0.00222972,-0.011814783,0.006627678,-0.0062186257,0.001055387,0.010433167,0.014746314,0.03145659,-0.008815845,-0.0012900488,-0.0014485973,-0.0064883786,0.0077471104,0.014646324,-0.004242847,0.0005045383,0.004544572,-0.008118035,0.020621328,-0.0059822383,-0.016310897,-0.031274043,0.0126088,0.0033933131,-0.011162407,0.002575925,0.004625465,-0.008740799,0.006547237,0.009188741,-0.008157217,-0.009423836,-0.0050616655,0.009432286,-0.009754869,0.01992442,0.007049524,-0.012208134,0.0014401978,0.01938626,-0.00060553045,0.012192247,0.02796634,0.0017112369,-0.02371286,0.002650881,-0.002045369,-0.009209604,-0.0032616118,-0.0030703638,-0.010607235,0.007724134,0.0012297146,0.018457029,-0.01882689,0.03448135,0.013943541,0.0070049046,0.017464574,0.006802897,0.012549165,0.011762535,-0.00611289,0.020965619,0.017011784,0.0013993909,0.0059821717,-0.018340694,0.015690502,0.024058307,-0.008700434,-0.012674814,0.029215842,0.00244078,0.021707915,-0.007263807,0.02327069,0.003648814,-0.014582766,0.0013500488,0.0006839832,0.008871198,0.012306299,0.0010837184,-0.02267501,0.01108344,0.00031980578,0.02980425,-0.0050553973,0.009057874,0.0050113476,-0.00036405382,0.0032848346,0.010739926,-0.0034483166,-0.0070689935,0.006754815,0.0007755664,-0.008317691,0.008934483,0.019385532,-0.008694386,-0.0010903149,-0.010333847,-0.013741362,-0.0113057345,-0.008287587,0.0065468694,-0.0024108577,0.011199571,0.009144512,0.010502617,-0.0075892457,-0.003408452,-0.005658146,-0.004489766,0.0064466167,0.032828122,0.011151456,-0.011615034,0.0052795955,0.004761831,-0.014063217,-0.013618674,-0.0013550475,-0.011648115,-0.020697854,-0.010574484,-8.838135e-06,-0.027631244,-0.0024538583,0.0042744325,-0.004344519,0.011814557,0.0008730871,-0.014043703,0.020476252,0.017469296,-0.02788388,-0.026873292,-0.017267786,-0.00043068087,-0.00488564,0.013849138,-0.02032428,0.0006227443,-0.04990023,0.008660459,0.008210063,-0.0037484264,-0.021897731,0.018579481,0.011194292,0.026295867,0.00037912768,-0.0124159,0.015797429,0.01785955,0.0151251815,0.00974499,-0.008916729,-0.022994446,0.0037164623,0.0038308897,0.021255996,0.003043774,0.022057334,-0.023475928,-0.012704205,0.0053606257,-0.019080373,0.014717481,-0.006576746,-0.0059729377,-0.0029117404,0.038144857,0.01295088,-0.022115365,0.0030512933,0.0009292049,-0.010839796,-0.0004618234,0.009478601,-0.0038900524,0.0090433955,-0.0017007974,-0.0060050357,-0.029729573,0.004978941,-0.0044533345,0.0025747535,0.00067332573,-0.008797179,-0.008357629,0.015511513,0.0025331697,-0.0132863475,0.018526454,0.0050740573,-0.0069477647,0.002941965,0.007004197,0.008220939,-0.010562878,0.008917361,-0.00030042877,-0.03952525,0.024809428,-0.0027116346,-0.0015012773,0.021743344,0.014015184,-0.0034362816,-0.0038522494,0.0047076824,-0.003793499,-0.007193629,0.001876592,0.02548422,-0.0038630974,-0.024938226,0.020232137,-0.02454042,0.0062716976,0.015601601,-0.006408591,-0.0071631256,-0.021663573,-0.0062064133,0.016014347,-0.020752735,-0.009299946,0.014978774,-0.022096748,0.0018110136,-0.02712112,-0.02581936,0.011914659,-0.0025441328,0.0145486565,-0.0029342503,0.023784803,-0.0174056,0.008324511,0.010438328,-0.009864789,0.010996454,-0.0098310625,0.02296734,0.012254046,0.0012106792,-0.008133843,0.01341767,0.0017957148,0.0062386673,-0.026874432,-0.000861927,0.008512122,0.0016745739,-0.00049446244,-0.0048638457,-0.0059855147,-0.0018976898,0.009055221,0.0058327215,-0.018804468,0.00034898648,0.0042760074,0.0051431614,-0.010648002,-0.003722469,-0.01686826,0.0076088468,-0.0077054407,0.015982218,-0.026238905,-0.0013677689,0.019950075,-0.0102442885,0.01498277,0.017287394,0.013741244,-0.004439859,0.005826428,0.0057342392,0.03211938,-0.00885764,0.0039949897,-0.008753838,-0.006292828,0.018090332,0.0026613849,0.015527083,-1.645046e-05,-0.0050897216,0.016757987,0.00882502,-0.024965918,0.00087493565,-0.013665592,0.0349438,0.0075560324,-0.0024714328,-0.02007535,0.020521065,0.01701052,-0.00016298992,-0.02263364,-0.0005385966,0.005119289,0.009937869,-0.010911564,0.002528823,0.021003349,0.014699024,0.0077864467,0.0021127353,-0.019969847,-0.03308187,-0.027509462,-0.0063158856,-0.004926207,-0.017162101,0.00027432214,-0.0153099,0.012421958,-0.008447988,0.010036907,0.02675911,0.012919496,0.01720116,0.011535738,0.025880853,0.0050337226,-0.004035405,0.009240097,-0.02465235,0.00070038787,-0.0056674504,0.0035114575,-0.006823198,-0.009825932,-0.00022761484,0.011657309,-0.014142483,-0.012964684,0.00015259835,0.016502762,0.008295455,-0.0035705317,-0.011741412,0.009470347,0.00075468014,-0.00029155734,0.014643126,-0.004667747,0.023228526,0.0143804075,0.01392615,0.024078375,0.1686954,0.108036205,-0.023904555,0.0050002066,0.008363984,-0.014906637,0.0063895616,-0.012668693,0.013525905,0.0013817548,-0.0075748046,0.0013511359,-0.0031935328,-0.016258104,0.010453529,0.013768018,0.021323076,-0.02119456,-0.013725619,0.015996903,-0.006570561,-0.0073125036,-0.008530771,0.023220291,-0.03764393,0.0136042265,-0.01509202,0.012693758,0.026102746,0.010137234,0.002031587,0.001541912,-0.013774994,-0.00420265,0.019085804,-0.019348439,-0.005918718,0.027559718,-0.012529242,0.00698661,0.009705666,-0.020764103,0.0136520015,-0.01333979,0.019370118,-0.01849164,-0.0022418778,-0.011632453,0.008182557,-0.0019717978,0.02299877,-0.0029769524,-0.0042523798,0.001266547,0.011312833,0.017538462,0.0106737465,0.013897495,-0.014292889,0.0013875955,0.015037396,0.0013072122,-0.0019359349,-0.012176706,0.011718616,0.019983973,-0.005077311,0.0021902719,-0.008726528,0.0065648863,0.0070430506,0.007803637,0.02229154,0.0109361345,0.016101927,0.022632813,0.020947447,0.0048912074,0.010969552,0.041052014,0.015832895,0.0015014361,0.016235799,0.017008154,-0.019380815,0.02310266,0.006285415,0.025730973,0.09263504,0.012700621,-0.0016316713,-0.007947227,0.006364521,0.0111390175,0.0032408722,0.054924022,0.014575472,0.0043439656,0.013364047,0.014249058,0.027092466,-0.020128055,0.00024722778,0.010056485,0.011338045,0.030081319,-0.0065245335,0.0029127856,-0.013930624,-0.009007671,-0.01035564,0.0015159389,0.020781677,-0.018516408,0.0025807226,-0.003927818,-0.0011520099,-0.020091103,-0.09866663,0.01633348,0.0014257197,0.0014669935,0.012088875,0.018720409,-0.016673394,-0.002182832,0.0003873662,-0.001659611,0.012009688,-0.019966545,-0.018905275,0.0034764141,0.0125195775,0.00993262,0.013007407,0.0004780095,-0.0025619923,0.013910829,0.0035652837,0.0043749292,-0.0076799598,-0.014785162,0.01304186,-0.010523974,-0.022094855,0.0037698948,0.003126799,0.009338902,0.0029665285,-0.024188012,-0.018703056,-0.003776603,0.01382869,0.014142702,-0.018789735,-0.0050114733,-0.008307519,-0.019140199,-0.0048064296,-0.012698277,0.0010078788,-0.018461972,-0.008259885,0.0008966293,-0.0038369396,-0.011106742,-0.022913834,0.0023337181,0.057494212,0.001718371,0.007543632,0.0019500419,-0.009465472,0.006394517,0.0051249117,0.007771528,0.008641667,0.012675264,-0.021114483,0.025567483,-0.019247042,0.0114432275,-0.009207468,0.017749963,-0.008438108,-0.015824564,0.003367479,-0.024404803,-0.0109766275,-0.01371055,0.01832443,-0.006226153,0.0004708793,-0.008498043,0.004603001,0.0060341856,0.008745404,0.021331714,0.023221029,-0.01933371,-0.0047728484,0.12522814,0.010147723,-0.0072101867,0.023541316,0.022820197,-0.032624923,-0.0043471646,-0.019675786,0.013127258,0.025871316,-0.014521727,-0.0048595723,0.020357026,0.012309804,0.010270688,-0.01632992,0.012254367,-0.0058331885,0.00046847394,0.0059491815,-0.009947421,0.03235756,0.007135316,-0.00073129113,-0.033978492,0.024671832,-0.0020565302,0.009807683,0.0039395075,-0.016212035,0.01569696,-0.022391964,0.01196573,-0.0038590846,-0.010632456,0.034191955,-0.014018436,0.018978758,0.0023580207,-0.0060216775,-0.020250348,0.005325119,-0.0032384319,-0.0011424925,-0.030526321,0.20519698,0.01017423,-0.00268407,-0.0067287646,-0.0010193954,0.018174797,-0.023202684,-0.008263057,0.013005832,0.0044133295,0.032569107,-0.010936657,-0.019677829,-0.012239202,0.00999901,0.001414424,0.0017107922,-0.0015913701,0.0011699721,-0.011401761,0.017709998,0.0033201852,-8.080777e-05,0.0027096404,0.003292848,-0.0034295518,0.021119893,0.00029538493,0.012068718,-0.01155564,0.0069123106,0.00011197012,-0.010554981,-0.019435542,-0.03514941,-0.010315049,-0.018807242,0.0009898782,0.0044932235,-0.0016199483,-0.009078878,0.0111148665,0.005925442,0.017733704,0.0025298079,-0.0015097581,-0.025256436,0.012304955,-0.02632413,0.009435215,0.005070433,-0.014484363,-0.017534014,-0.010372975,-0.0015515524,0.00066937285,0.019990887,-0.005781348,-0.012755477,-0.012878843,0.010173306,0.010478565,-0.00039781572,-0.015528378,0.005673157,-0.015270928,0.015005887]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 105,
          "content": "Sayuri Kokusho Says Hit Song \"Valentine Kiss\" Was \"Sung Angrily\" (Published April 9, 2026) - Livedoor News",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.016268868,-0.017980743,0.010603394,-0.08347298,0.02153174,0.0013197893,-0.019060574,0.022971304,0.0022518372,0.004611853,-0.0022655742,-0.009664168,-0.020946285,0.009106568,0.11971314,-0.029129013,-0.005821261,0.011161298,-0.018774288,-0.015341147,0.012187542,0.012379739,-0.009988901,0.013164168,-0.010412791,-0.0018969362,0.010039203,0.00023286864,0.016448503,-0.02913717,-0.006210482,-0.011030014,-0.009811237,0.0027397745,0.040119383,0.027403237,0.01516138,-0.026311459,0.018283816,0.011387368,-0.029626468,0.002733247,0.00556977,0.023321074,0.012379538,-0.0024763562,-0.022564057,-0.021440914,0.012761481,0.044726517,-0.031298704,0.0044199117,0.008682038,-0.16214201,0.017205622,0.030948184,-0.0035540943,-0.009440196,-0.0020193586,0.0016778458,0.008517829,0.0024561703,-0.025212899,-0.0028961657,0.021271318,0.01503826,0.024927467,-0.0011912592,0.006923162,0.0081935525,0.0049448013,0.013747241,-0.022326864,-0.0030170493,-0.0043681413,-0.00016126271,0.018075008,0.022579264,0.0044916826,-0.016987335,-0.0035780913,0.009818815,-0.016177978,-0.03743484,-0.019162845,-0.012389631,0.01882267,-0.010921638,0.010308978,0.018413255,0.0030344233,0.025888752,-0.0055824765,-0.0029794874,-0.0044147763,0.025845569,0.0005065753,-0.0073386137,0.016480474,-0.016764142,-0.0035830336,-0.026705552,-0.021321248,-0.027907459,-0.013969571,0.0036479782,-0.012734583,0.0034044653,0.004547764,0.026517779,0.020606643,0.021976046,0.00327159,-0.015760414,-0.022241723,-0.13048449,0.0041701486,-0.01845506,0.008897439,0.015792936,0.01494804,0.0201253,-0.016389923,0.0136924125,0.012099401,0.0071813017,0.0019850212,0.024855142,-0.0027208084,0.014561504,-0.025731917,-0.008049904,0.013509748,0.0033031995,0.0009125475,-0.0021984037,0.012102225,-0.0014434266,-0.01645324,-0.008730397,0.015828311,0.0122177275,-0.008189282,-0.004450429,-0.008669264,0.011160837,0.013216863,0.007636568,-0.030201012,0.038308002,0.0010958571,0.033074774,0.0036965765,-0.0061544,0.011837131,-0.040317226,-0.0075078816,0.01881578,-0.024976956,-0.018339217,0.021555409,0.007364037,-0.011984299,0.034789126,0.020813959,0.014978852,-0.023802646,-0.021753859,0.01401965,-0.00062325946,-0.024932666,0.021027034,-0.016830929,-0.014695846,-0.017400991,0.010420824,-0.0048570135,-0.023101037,0.018860681,0.028115936,0.00067072397,0.01654323,-0.003839343,-0.00062323135,0.002790272,0.010359195,0.019079473,-0.02143769,0.015484202,-0.024068505,-0.03489403,-0.02222094,-0.007917679,-0.013893263,0.017481713,-0.0032609687,-0.022197857,0.012142535,-0.011721552,-0.013187287,0.016533166,0.04819532,-0.020868236,0.0067975866,-0.023574475,0.011274236,-0.0042336998,0.034897655,0.037789363,-0.019084359,0.014629951,-0.0077421833,0.00872262,0.0033779196,0.01988549,-0.038763985,-0.018838715,-0.023529645,0.0064280364,-0.007873362,0.01889304,-0.0206513,0.017907431,0.011432472,-0.0357107,-0.032385457,-0.013645914,-0.010049501,0.0041895974,-0.0036172464,-0.014335004,0.0034086106,-0.0037651656,-0.0037091554,-0.0038066104,-0.003989559,0.008217152,-0.01089608,-0.009130129,-0.004777248,0.013279878,0.0004746056,0.001582462,-0.009371671,0.0043952707,0.0062208516,-0.0031278157,0.006217658,0.005028541,0.010727069,0.010005146,-0.00843268,0.0075178486,-0.021951241,0.030666418,0.00013711973,-0.026648987,-0.015282416,-0.031861525,0.031221991,-0.014679038,0.031004861,-0.016549878,-0.0391185,0.008986655,-0.008849699,-0.0009938887,0.0010191245,-0.015700653,-0.012628202,0.015716568,0.024111368,-0.0048462832,0.002598343,0.034787167,-0.0003430632,-0.07244688,0.032033276,0.01826041,-0.00430166,0.014020488,0.014982876,0.019414019,-0.013345533,0.005183021,0.013611725,-0.011407349,-0.027732376,-0.015786579,0.000568389,-0.013310365,-0.015772052,-0.008148888,0.015349052,0.0053171394,-0.009407568,0.03210554,-0.0013435311,0.012082983,-0.016187768,-0.015550061,0.021646496,-0.009507128,0.019967897,-0.0027934832,-0.02236,0.011400228,-0.015362476,0.017592862,-0.025931263,0.0041246726,-0.042762455,-0.021999259,-0.0054881754,0.013576554,-0.009303396,-0.033880547,-0.0010896721,-0.011598647,0.012274585,0.03005844,-0.025904657,0.0015829899,-0.010778442,-0.02617733,-0.013293584,0.014608128,-0.013228872,0.02179673,0.028594045,0.021957718,0.039382387,0.017161814,0.0037910535,0.021202195,-0.0003487332,0.045340654,0.00017790549,0.00088043296,-0.0008006594,-0.0015278433,0.007741611,-0.010464236,-0.020778272,-0.012176829,-0.007356528,0.002501519,-0.015279435,-0.009943302,-0.023155961,-0.027161486,-0.031928703,0.005690008,0.014718725,0.0033829769,0.0040491982,0.016618675,0.0016581832,0.012673985,-0.002674411,0.007359896,0.0061053876,0.00057424407,0.023545574,0.004845174,-0.00877876,0.014135875,0.015656052,-0.030772155,0.014943042,-0.02003032,-0.009012784,0.030346023,-0.010510373,0.0060075764,0.0054956763,0.025052669,0.016522333,0.018723382,-0.007389006,-0.018385025,0.018275592,-0.004215547,-0.021811793,-0.004892429,0.014350974,0.011918176,-0.0038085647,-0.00020548732,-0.014004371,0.0050521335,-0.005697742,-0.017528012,0.036920093,0.0013873371,0.017948024,0.01401866,-0.015836293,0.014429451,-0.016868886,0.032784276,0.02049416,0.012206121,0.0058114906,-0.0014948045,0.022349874,0.017630849,-0.01588204,-0.0018058128,-0.0050772903,0.012538347,-0.02252118,-0.034453865,-0.020273078,-0.020947736,0.0059116147,-4.3875214e-05,-0.010365782,-0.034939203,0.015656386,-0.006005071,-0.008519286,0.0073960735,2.4585568e-05,0.003300238,0.020464985,-0.0057656886,-0.02120862,0.019320417,-0.0010388179,0.021192279,-0.013312964,-0.021137042,0.017411288,0.00654533,-0.036150806,0.013068077,0.0075388625,0.019900404,-0.009835559,-0.01256456,-0.0020040192,-0.018807728,0.0021994552,0.0057771374,0.029488346,-0.015869172,-0.0012136409,-0.023611655,-0.00955536,0.029025676,-0.01652565,0.005416114,-0.00013826154,0.019064985,-0.018952567,-0.031699255,0.008044581,0.023326868,-0.018910257,-0.009898134,-0.048440717,0.0020011947,-0.017466288,-0.008317089,0.017443825,0.019223567,0.008588599,-0.007654764,0.011938477,0.010029602,0.05179455,-0.013655428,0.028039271,-0.0097941365,-0.0065811067,-0.008190374,0.022486065,-0.006696754,0.015964545,0.017872458,-0.0018310593,-0.01186734,-0.010772062,0.0022598265,0.03253811,-0.005083131,-0.016785156,0.0026165044,0.007850169,-0.011513749,0.00048550146,-0.009095563,-0.007237726,-0.03248861,-0.026974902,0.003182213,-0.039766777,-0.011571453,-0.026435584,0.006442932,-0.030305518,0.030926172,0.0068204193,-0.03956898,0.01842464,0.0022722052,-0.0041984804,0.01364987,-0.003809769,-0.017039802,-0.024748432,0.003284139,0.0015874748,0.012379649,0.035935093,-0.02508631,-0.014962439,0.008143522,0.01599989,0.004637365,0.0025124769,-0.03770714,0.009502695,0.018118579,0.010609615,0.0526382,-0.030592414,0.018528016,-0.016647318,0.0048152776,0.048336297,-0.033876803,0.028117958,-0.0064670565,-0.0014567594,0.00095336937,0.0050900388,-0.03292636,0.023083104,0.0021765707,0.008752109,-0.0015828763,-0.012712066,0.03541352,-0.09340942,-0.024899388,0.0026629656,-0.013724598,0.004142457,-0.01204487,0.01822,-0.006155378,-0.0049096714,-0.010473224,0.019180393,0.0010445975,-0.009377262,0.029885935,-0.0018625966,-0.008810835,-0.005154215,-0.0090028485,0.0012585971,-0.0019127006,-0.0006282858,0.019111482,0.0058685513,0.01629508,-0.009917471,0.037665296,0.024639484,-0.001977669,0.0078822225,-0.03349972,-0.01890323,-0.005772173,0.015548225,0.011231772,-0.0034453534,0.0052515566,0.007069736,-0.002445285,0.034682818,0.0045888633,0.030973276,0.016702266,-0.014703207,0.0019369323,-0.00021352035,0.0026418972,0.008838445,0.019178366,-0.00819452,-0.037448093,0.01313007,-0.014372612,0.014742294,-0.016132446,-0.0077078585,-0.032854203,-0.0027906501,-0.004964493,-0.027557429,0.020281993,-0.002497039,-0.002756794,-0.0031216354,0.026580447,-0.019925153,0.012530204,0.02081148,0.0115878405,-0.016535088,-0.018182278,-0.004457616,0.0023047754,-0.0134587,0.0107832905,0.0039467914,0.012909521,-0.01710284,0.03828622,0.0023666557,0.023129672,-0.020981414,0.005190231,-0.08409267,-0.02062367,-0.023633786,-0.010874519,-0.017043712,-0.0038555758,0.02748676,0.021781538,0.015597168,-0.025444299,0.0036354088,-0.0051410724,0.015545353,-0.037427623,-0.019070521,-0.0046547465,0.008694959,-0.02917017,-0.04263364,-0.007007567,-0.005648318,0.013786651,-0.0019429349,-0.0039038775,-0.0010583004,0.0026674303,-0.019767532,0.0053800093,0.008920426,0.0010686873,-0.016972644,-0.11152703,0.014961798,-0.004587997,-0.0078038373,-0.0028967957,-0.00452675,0.01136462,0.004935599,0.016100667,-0.015020336,-0.02583347,-0.00016724068,0.022923717,-0.0018148372,0.0019015938,0.12971678,0.0036445903,0.021665767,-0.0075805495,0.009210123,0.01295658,-0.0044565056,0.021238184,-0.016429171,0.0067084567,0.0033918505,0.019630788,-0.011586662,0.009561396,-0.0026837282,0.0018701759,0.029542156,-0.0112201115,0.0064416276,-0.01818451,-0.019549308,-0.0026188584,-0.003664895,0.0010432336,-0.01635114,0.024452893,0.009868648,0.010323244,0.025186135,0.0032473595,0.00016787276,-0.0136800315,-0.024765385,0.0138588855,0.0036885005,-0.003295248,-0.081803575,0.02156706,0.005919819,-0.024296783,-0.017171362,0.03167202,-0.024548156,-0.009202562,-0.009804987,0.015063258,-0.0040745363,-0.0018657745,0.007196373,-0.007261173,-0.015981674,0.003152896,0.0056505376,0.01566699,0.013989828,0.0002758349,0.017943313,-0.03257558,-0.021192173,-0.025997348,0.0049491264,0.0074379286,0.006112064,-0.018356567,-0.022893094,0.012692546,-0.0030905397,-0.012361867,0.015233925,-0.007177388,-0.021155048,0.017130604,0.0059478856,-0.0055677365,0.00908916,0.0071540666,-0.008695091,-0.015251238,-0.03304692,-0.019018725,0.014594791,-0.0016906027,0.00980852,-0.013560858,-0.0003613246,-0.033478014,-0.01418936,-0.009969547,-0.005331504,-0.022300806,-0.020680804,-0.011158648,0.03881269,0.042970706,0.014907632,-0.004510465,-0.013512702,-0.006267965,0.003813016,-0.010455429,0.017922489,-0.0043680007,-0.025993709,0.0070228535,-0.013574113,0.002751255,-0.005518147,-0.013292154,0.0027223553,0.013563496,0.0016502538,0.003928909,-0.0005838626,-0.012893022,-0.03479601,0.00572023,0.00028266426,-0.010129723,0.00036596198,-0.008853986,-0.006748827,0.031334784,0.0042995033,-0.0070251096,0.014785884,-0.005769213,-0.0020353198,0.0242317,0.008175827,0.0031484372,0.01363885,0.0041877376,-0.0050842087,0.0018084274,-0.023500204,0.007202708,-0.008905684,-0.0036550357,0.0017600901,-0.012333066,0.008942973,0.01848226,-0.0044236975,0.004541546,-0.00081517507,0.004417909,-0.009832151,-0.0037304766,0.017172324,0.0001743415,0.01920615,0.025415234,0.0057644444,0.0071797934,0.004862458,0.011969253,-0.017252479,-0.030864399,-0.0012379388,0.0058566267,-0.020130645,-0.0076110368,0.014922132,-0.012545289,0.0014338216,0.003183309,-0.011292701,0.0063813687,0.013425119,0.0004311044,-0.00048301357,-0.00019926511,0.006823278,0.017579967,-0.0014487677,-0.010215649,-0.020820413,0.011147649,-0.014643484,-0.00701853,0.0047365185,-0.0009403004,-0.000272276,-0.0029934659,-0.0049412977,-0.008312966,-0.005059493,0.009583663,-0.009253877,-0.023111,0.019014051,0.0043253303,-0.0032774871,-0.00090976205,0.008294961,-0.00828807,0.004954884,0.008612744,0.015419036,-0.014022904,0.0010086393,-0.0021693823,0.031240936,-0.0024825165,0.0031008094,-0.007615062,-0.020853072,0.013491065,-0.0073901513,0.004028211,-0.0065489872,-0.0040665464,0.010549934,-0.010124448,0.0044941693,-0.0055409684,-0.016953403,-0.00047139652,-0.012283634,0.0014077786,-0.0063502835,0.0205217,-0.0070317504,-0.0018099353,0.00076082203,-0.002699867,0.0007637747,0.004364296,-0.006998764,0.014738321,-0.0015686797,0.00065117446,-0.012444041,-0.01799591,-0.0066502686,-0.0055491156,-0.0040895357,0.01709973,0.010629728,-0.007852121,-0.0027832445,-0.007831723,0.018845482,-0.003185734,0.0005254807,0.0088746045,-0.0045743403,0.011776086,0.005153105,0.011670281,0.012400264,-0.0027790307,-0.009266745,0.0006930616,0.00448232,-0.0086917505,-0.018608512,0.014915242,-0.0007525132,-0.0073374915,-0.007937408,0.014124382,-0.011867279,-0.0042278343,0.01250853,-0.0013417586,0.0024273088,-0.014557152,0.003915295,-0.0044191834,0.008495658,0.021292033,-5.55708e-05,-0.0027008615,-0.0063933493,0.008441044,-0.006358564,0.012837364,0.003326148,0.0035753725,0.02862655,-0.009154296,0.012145565,-0.008687516,0.015077481,0.0111226775,-0.012422199,0.0058882036,-0.0046547875,-0.011334186,-0.00097447453,-0.0048124394,-0.008093191,0.018043129,-0.011126648,0.08113278,-0.012657386,0.021886917,0.012673234,0.00013548654,0.0077542537,0.0050293524,-0.012512492,0.0029883573,0.012971173,-0.009343839,-0.0054750475,0.006885365,-0.0071658515,0.017813886,-0.006201184,-0.010274209,-0.0077009085,0.017107125,0.008936217,0.009342541,-0.007812981,-0.021717545,-0.006621693,0.002236852,0.0020200848,0.005895101,-0.017889667,0.017936451,-0.0044023897,0.004275505,0.0023869418,0.015370321,0.005673875,-0.018102584,-0.014436024,-0.016789729,0.008356789,0.011522423,0.0036151065,-0.00232603,-0.0027498063,-0.0038861395,-0.001810535,-0.009792065,0.0057358565,-0.0077392226,0.0024654698,-0.0018157429,0.018222887,-0.015714664,0.008680416,-0.011735652,0.0002579793,-0.0092333285,0.0067734914,-0.016503097,0.019102367,0.004046109,-0.011840772,-0.010110914,0.006029416,-0.004557266,-0.017212475,0.0002682004,0.005882778,-0.022033662,0.00092875917,-0.0051858234,0.0017545505,-0.023522617,0.0029274456,-0.0029861608,0.014674908,0.006832962,-0.008659683,0.0011230337,0.00061240676,0.018867057,0.017675495,0.003545443,-0.00093359017,-0.001379641,0.013971885,-0.024697306,-0.00498098,-0.00425675,0.025487758,0.0029848416,-0.021025607,0.012484958,-0.0065595726,-0.00946995,-0.00092702184,-0.0012380814,0.010438243,0.06645192,0.0068573435,-0.014041805,0.0132899005,0.0066260616,0.0056764847,-8.873048e-06,0.0273328,-0.005258136,0.0057981485,-0.0013006264,0.011445295,0.0050101685,0.0049851374,-0.003600929,0.006876341,0.006097627,0.0016617336,0.0031877952,0.0042000418,0.014367366,0.016441137,-0.006442868,0.004623202,-0.0024042833,0.00763109,0.0049465764,-0.0024147024,-0.0064694723,0.00072196306,-0.015813235,0.009076292,0.0050159185,-0.000908505,0.014598552,0.0021103173,0.018428514,-0.01090757,-0.00412563,0.013408908,0.0010164554,0.0020516727,-0.012923687,0.0056602024,-0.0040909494,-0.029751845,0.00010795238,-0.009724452,0.009002052,0.005054753,-0.0112876585,-0.0049898895,-0.02768105,-0.0029957686,0.00017997183,-0.00850441,0.011047766,0.011591606,-0.0038689189,-0.014152111,0.004240638,0.011229703,-0.012687029,0.009211289,0.010688689,0.009166894,0.006587219,0.0061519677,-0.0019005652,0.006275529,0.013398235,0.0067181503,-0.010871153,0.0023693987,-0.005250652,0.007523247,-0.01127948,-0.00598926,0.0051968554,-0.011976483,0.0020523795,-0.020948099,0.0136569375,0.022602936,-0.0052197534,-0.0010943513,-0.0005494239,-0.016533893,-0.015115483,-0.0075239777,-0.0005259433,0.009807324,0.015434124,-0.007035262,-0.010619728,-0.007517163,0.0026770108,0.006234715,-0.006733628,0.020347375,0.006115972,0.022490356,-0.00053590204,-0.010961591,-0.0065940535,0.00023852012,0.010844958,0.016477332,0.025617365,-0.005136518,0.018639574,0.0052851597,-0.0111976545,0.010065993,0.00096970604,0.010981941,-0.0027449047,-0.008409301,0.021815645,0.0144924475,0.017728783,0.0075377007,0.0010722132,0.012747211,-0.0017316592,0.02250674,0.0060468283,-0.019412171,0.0030969512,0.015168948,-0.007102797,-0.0054694135,0.00798007,2.8210212e-05,0.004551904,-0.0061946716,0.01148604,0.012585394,0.012609305,-0.0015926389,-0.011187579,-0.009473555,-0.015220184,-0.0061229286,-0.00969394,-0.00057314587,0.0076831705,-0.00434128,-0.01747771,-0.0043031625,0.0023489427,0.0015160402,0.006126293,-0.014826697,-0.015431443,-0.005843239,0.007150365,-0.0053275293,0.01297814,-0.012531477,-0.0038190437,-0.059989013,0.011442469,-0.0019449244,-0.017448695,-0.015425563,-0.011838978,-0.015314474,-0.007990396,-0.016815174,-0.0041890405,-0.0049482454,0.026995718,0.00054682046,0.0060351007,-0.010351028,0.009008351,-0.020254469,-0.0014908904,-0.005944481,0.014409281,0.0032127067,0.008246119,1.4640798e-05,0.015496715,-0.016940624,-0.0028116603,-0.007830289,0.011265849,-6.145954e-05,0.0038478223,-0.009528877,-0.011326248,0.011811351,0.012663698,0.0021069138,0.0031199702,0.010717508,0.002873563,-0.031133037,0.01130071,0.032107756,0.0019349343,9.695106e-05,-0.0183512,-0.0075699347,-0.0078176595,-0.005629882,-0.006319086,-0.016367286,-0.009891599,0.012117049,0.010312557,-0.01829555,0.013801887,0.007222385,-0.00733519,0.018757887,0.004815585,-0.0012598629,0.012106617,0.0069423863,0.004841132,0.010595386,-0.0076198843,-0.0073131993,0.020227736,-0.005173062,0.0105517525,-0.007918945,0.011088964,0.005777675,0.016902797,-0.008599552,0.0145953465,-0.015582063,0.01640764,0.01260855,0.03063779,0.0011222647,-0.0060447813,0.0067277383,0.00985243,0.005992789,-0.036440622,0.0021997292,-0.00913699,-0.017570449,0.0022502022,-0.0014875034,0.012787762,-0.008110937,0.01604106,-0.0031076155,0.0044542486,-0.0073205535,0.013453866,-0.011582018,0.00601942,0.012345847,0.00064576225,-0.0036880488,-0.0075312736,0.013782995,0.0039555714,-0.013665309,-0.0045193243,0.0025173216,0.0054723453,-0.008847121,-0.015151008,-0.0033509647,-0.004037267,0.0138773825,-0.010663282,0.011784015,0.015475746,-0.008369933,0.0027104376,0.014374357,-0.0032890313,-0.018949311,-0.010115691,0.0002780203,0.011309584,0.0030068166,0.0038079396,0.004107194,0.007816813,-0.002373423,-0.0028452778,0.0032239947,0.016059378,0.00864904,0.011908988,-0.020897506,0.031674176,0.004099915,0.0075866384,0.010346944,0.00658579,0.015720375,0.0085747205,-0.012862255,0.0089729475,-0.014170412,-0.0074173193,0.028516978,0.0025836627,-0.010606672,0.010338829,0.005129957,-0.010644687,-0.0032899831,0.011717196,0.006934995,-0.018119955,0.0030308836,0.006105392,-0.004800611,-0.001616693,0.008726742,-0.005453602,0.003123521,0.001853371,0.008773177,-0.014155497,-0.007958889,0.0022336089,-0.0076616732,-0.018061271,-0.0065733525,-0.015156068,-0.007043608,0.021309173,-0.00904074,0.0033318591,0.0008892147,-0.004483162,-0.0049503194,0.013004178,-0.0024816021,0.0019404033,0.008837079,0.00017801789,-0.027693665,-0.0035019927,8.758192e-05,0.0071996087,0.00942653,0.0018329783,0.006963226,-0.0019812502,-0.018901698,-0.0150420265,-0.008325114,0.010054185,-0.004018405,-0.0067728693,-0.0013842402,0.0005702721,0.013234448,-0.011395115,-0.02721851,-0.007815519,-0.005691118,-0.080185324,0.014084704,0.009866872,-0.0027929272,-0.023270782,-0.0001704004,0.0041462923,-0.007123739,0.001054374,-0.019740174,0.007131079,0.024253052,-0.012744042,-0.025450468,0.0064080837,0.007809622,0.011943689,-0.024804993,0.009705255,-0.0020062388,-0.0008035103,-0.01077207,-0.015033282,-0.008966583,0.008599046,-0.013703903,-0.0027960315,-0.008892614,-0.0066450913,-0.007438071,-0.0060773403,0.018634973,-0.012004492,-0.006080921,0.004238692,-0.012344321,0.008987538,-0.0044827834,-0.13853818,0.024319595,-0.007698103,-0.01663262,0.00545334,0.013885578,-0.016818967,-0.0057712407,-0.0001828622,0.0009353475,0.015853014,0.0101903975,-0.0010282921,-0.018907255,-0.01808985,-0.011319747,0.0034184072,-0.015264616,-0.03614799,0.013108226,0.0006555099,0.015276873,0.012964994,0.004324907,-0.0025282453,0.0045030615,-0.006229056,0.01549208,-0.0050090193,0.0070157372,0.014594222,0.018943368,-0.0018638872,-0.001120946,-0.009058749,0.021168286,0.013588458,0.03125717,0.0026440881,-0.006210171,-0.0056938175,0.0066353735,-0.014134228,0.006453153,-0.008653189,-0.0046157185,-0.00096143084,-0.022887265,-0.0062760985,-0.018857649,-0.0005380802,0.0027123888,0.0009391722,0.009320858,0.006489807,0.013521066,0.006191158,-0.001859719,-0.010199358,-0.019030498,-0.0039525963,0.0026576777,0.009406039,0.015021396,0.0071345493,-0.008944438,0.007598181,0.006565383,-0.0038045417,0.022389276,-0.005048434,0.00890012,-0.0067320485,0.0012538973,-0.0061520985,0.018020494,0.0015524788,0.014592608,0.029964166,-0.0067578843,0.029119905,0.017951876,-0.023240224,0.0124475425,-0.0077480474,0.020347796,0.0055480823,-0.008840303,-0.0028743309,-0.045221448,0.007694058,0.011578165,-2.9073994e-05,0.024358325,-0.0052428707,-0.0016036127,0.0076614562,0.01067903,-0.0013877528,0.006401451,-0.010947406,-0.0017766712,-0.004729584,-0.0036721847,-0.033372607,0.016522028,-0.006033529,-0.006200965,0.007008381,-0.013247444,0.00065175735,0.012332817,0.0015430439,-0.017480751,-0.015040848,0.014894159,-0.02394744,0.0014587906,-0.016606513,-0.018436067,-0.012658484,0.014606011,-0.020715294,0.0048546223,0.004952905,-0.006388097,0.026068043,-0.021453649,0.007426765,-0.0064685806,-0.00780481,-0.0071787997,-0.014414777,0.017500939,-0.003220458,-0.00031577627,0.018937746,0.011225279,-0.013910064,-0.015591845,-0.0031657035,-0.0013091507,-0.0024717965,-0.007258293,0.019597666,0.007841007,0.00079529005,-0.019108212,-0.013709641,0.011823966,0.02490486,-0.0026571464,0.0011952192,-0.015863745,-0.0032678845,-0.0119644,0.0022405346,0.0007260383,-0.021054016,-0.010117862,0.021216972,0.012627956,0.0079685515,0.012826779,-0.014025433,-0.009611868,0.008504545,-0.018919345,-0.012483122,0.0045133596,-0.00960132,0.012294245,0.0009279526,0.006395529,-0.004725282,-0.013780332,0.011787581,-0.007018687,-0.023420338,0.0196722,-0.0066819326,-0.010503492,0.023903102,-0.0023914461,-0.002278852,-0.019404532,0.0050026816,0.0063291467,0.03201744,0.017076803,0.008659311,0.01836301,-0.024581227,0.00857292,-0.01522044,0.002080359,0.0021738582,0.011966891,-0.013207317,0.0051810765,-0.0062226313,0.015508097,-0.00049119507,-0.16803151,0.016319282,0.009399874,-0.013073046,-0.009679938,-0.021770515,0.011538368,0.016611619,-0.0035430659,-0.0039153164,0.0073819864,0.011375146,-0.0120291915,0.009622297,0.006218176,0.017580554,0.023066489,0.014412122,-0.014815358,0.010553915,-0.04445357,-0.008457004,0.0036169628,-0.022223663,0.0075355293,-0.0033442995,0.01519305,-0.0016453225,-0.022252906,0.00041509068,-0.017121267,0.02001582,-0.002745613,0.0067739096,0.008413373,0.015506181,-0.016443603,-0.01196855,-0.0045629586,0.0060893614,0.027528362,-0.012444558,0.005658582,-0.00936436,0.0066487337,0.005920676,0.009837343,-0.00270473,-0.0059731593,-0.03765939,-0.019356258,0.0025025883,0.005740021,0.0006276952,-0.0052165757,-0.012349844,0.006473703,-0.027420802,0.0049377135,-0.006980587,0.018685728,-0.01741724,0.0058377725,-0.012338739,-0.0021176373,-0.0010358802,0.0019303237,0.13974875,-0.008814274,-0.02615713,-0.008709099,0.0083346795,0.00039988974,0.0027998264,-0.02164766,0.0040080063,0.008241475,0.00843988,0.025455192,0.0027992488,0.00088384765,-0.0075179804,-0.0019139292,-0.018881286,-0.008997965,-0.011264606,-0.012403569,0.004588928,-0.005576173,0.007535694,-0.0065816124,-0.018762514,0.004396968,0.020744026,-0.0036733905,0.0004351467,0.005077523,0.003877316,0.019403888,-0.002687926,0.0045953463,0.013760208,0.010733517,-0.014787069,0.012839793,-0.021555362,0.03444079,-0.0021181637,0.0014157665,0.012815818,0.0086350795,0.016697235,-0.014070327,-0.010531196,0.010318641,-0.01772052,-0.015114833,-0.013809315,0.026339194,-0.003606761,0.028025636,0.006292346,0.0067460975,-0.01933088,0.009002956,-0.017495254,0.027801588,0.008057208,0.010608,-0.012580453,0.00060483126,-0.0053567765,0.0010445816,-0.0076984665,-0.004923307,-0.0032213451,-0.101707086,-0.0049382327,0.011923284,-0.0071689268,-0.0113082435,0.0030405768,0.0063888687,-0.019917337,0.008927766,-0.005663314,0.0025111635,0.01601407,0.003912352,-0.004898104,0.0187142,0.0022073104,-0.01980144,-0.013294599,0.0048178146,0.016399894,0.015695289,0.048555743,0.0075955614,-0.017320665,0.009870883,0.0011436038,-0.006718199,-0.017884614,0.0024496254,0.017875597,-0.034945898,0.017289016,-0.033347853,0.0032266611,0.0038603514,0.018853448,-0.006712156,0.0054491055,0.0045353523,-0.012277699,0.038347587,-0.0022857396,0.028690023,-0.0017113303,0.006951766,0.008797638,0.00016447442,-0.01872558,0.0016047851,-0.0035302837,0.008656334,-0.007957105,-0.001079143,0.009191186,0.014575922,0.020586735,0.007183996,-0.003542586,0.017059198,0.0052639395,-0.010350925,0.007518382,-0.031079253,0.02220608,0.0007880916,-0.0020137397,-0.0034188493,0.02424169,0.014673715,0.0061838785,-0.010150838,-0.0021060042,0.013721237,-0.031057257,-0.021761494,-0.0106347995,-0.0075249625,-0.0034245208,0.0033452155,0.0106905885,-0.006999492,0.0026296906,0.0076177423,-0.007724565,0.04785667,-0.017200826,-0.029424569,0.00040655094,-0.014171722,-0.008741659,-0.019806841,0.0068709715,0.006116656,0.0042502526,-0.006066905,-0.023714565,0.0009065341,-0.0036325927,0.0018876758,-0.00720629,-0.016444907,0.015622743,0.005364325,-0.02379806,-0.0021017785,-0.004072517,-0.016961403,-0.024746597,0.008593862,-0.002291439,-0.007611906,0.029683424,-0.009612191,0.020943612,0.0055535254,-0.011222392,0.0027134523,-0.003272153,0.010405654,0.0065505067,0.013965727,0.0045847027,-0.001016052,-0.016774219,-0.019302623,0.0062777884,0.0034196042,-0.000508075,-0.012758956,0.0034975593,-0.002887018,-0.005104859,-0.0030134877,0.0047814515,0.0046601743,-0.0005115042,0.033099152,-0.0044929627,-0.015604083,0.018362364,-0.009441786,0.003514369,0.005631151,-0.004007529,0.003074466,-0.00095089094,0.014150659,-0.013520237,0.0041978136,-0.0051595005,0.017166696,0.009686188,-0.0031835174,-0.001900482,0.009548344,0.020208208,-3.2907927e-05,-0.020830097,0.003294493,-0.002661683,0.0010049178,0.012173537,-0.009137432,0.0027596338,0.0010073936,0.004040655,0.005015584,-0.009267856,-0.03741601,-0.015137607,-0.0151944645,0.0027596068,-0.0041170577,-0.03191969,-0.0013650305,0.0005757195,0.022177044,-0.006739077,-0.005477884,-0.059178036,0.005154957,-0.0020460542,0.0003130907,-0.0056258366,0.018527588,-0.02554138,0.00042628107,0.0078623425,-0.0060845306,0.010053134,0.0010126471,0.0114267375,-0.019600727,0.010531028,-0.011079686,-0.0029309937,0.011423329,0.0040206253,-0.0041660136,-0.009829023,0.019385776,-0.011135027,-0.015648399,0.005183369,-0.014227456,-0.004232946,0.022207238,0.0025173577,-0.0072151804,-0.02071892,0.0054565053,0.017016344,-0.02162444,0.0181452,-0.009082691,-0.022052342,0.008829859,-7.744572e-05,-0.06455055,0.010291723,0.020350285,-0.07056062,-0.003301787,-0.010395623,0.03603031,0.01702028,-0.005246021,-0.010208849,-0.0063782223,0.0028246925,0.006385508,-0.015647149,0.005316965,-0.011908957,0.0076886658,4.1335014e-05,-0.020906271,0.012188506,-0.00077430083,-0.009921338,-0.023327062,-0.0037139002,0.032368977,-0.021908697,0.010524995,0.023826722,0.011509505,0.0058238534,0.011822807,0.0106716305,0.018934995,-0.01314822,0.011121068,-0.012492785,-0.0045319293,0.030465247,-0.0062789726,0.0012534029,0.0052454243,0.0035485337,0.029202223,0.0060258564,0.02063449,0.0033331155,0.015937917,-0.006663874,-0.100490205,-0.025309736,0.0042360905,-0.0056652767,0.013715211,0.015733268,-0.0039082356,0.07380431,0.007241251,0.0067121345,0.0002992544,0.014150874,0.0034257676,0.014441911,0.0031187064,-0.005979608,-0.0006838706,0.0018578571,0.0078088436,0.019223625,8.870992e-05,0.015050593,-0.002859521,0.00913367,-0.024094129,-0.029382361,-0.0034468838,-0.00018376557,-0.008236628,-0.028689127,-0.009028318,0.011668544,0.016391767,0.014266568,-0.023250436,-0.013914583,-0.018969772,0.0060089394,-0.02440568,0.0007010178,-0.0055826656,0.013135461,0.010076143,-0.003714787,0.026015617,-0.011759831,-0.010735025,-0.0030186805,-0.00020777923,0.013368314,0.00097522675,-0.01337734,0.023348596,-0.020168465,-0.011481821,-0.009344359,-0.008899485,-0.020625263,0.0007879447,-0.008699815,-0.008026119,-0.005544311,-0.0013071818,-0.018130448,-0.00028781375,0.004098054,-0.004356566,-0.0025101209,-0.034445964,0.027681936,0.015640376,0.006972164,0.026049608,0.0040481994,0.0078160595,-0.0016164666,-0.020495225,0.0013155143,0.002415158,-0.0022064866,0.0035699776,-0.002709801,0.018459216,-0.034420658,-0.0037041218,-0.002178433,0.008534343,-0.013022934,0.0038158742,0.0024906103,0.0048282254,0.0056305197,-0.007764719,-0.011876921,-0.0030381123,-0.020860683,-0.011828387,0.016586388,-0.020387538,0.007850859,0.000423775,-0.0034246184,0.016035449,0.00090426445,-0.0132263275,0.0011678445,-0.005165926,-0.01109707,-0.0019642636,-0.01022614,-0.003538965,0.01656262,-0.011964341,-0.0045681936,0.01313808,-0.0112103745,-0.0061102468,-0.00582465,-0.004326429,-0.007397435,-0.009123114,-0.024435874,-0.003485604,-0.023460843,0.00390897,0.0053401245,0.0047810557,0.005877476,0.01925219,0.0056159166,-0.007886265,0.011331172,0.00064098166,0.0141974725,0.020302702,0.0029931793,-0.00456631,0.010246374,-0.0045610056,0.018487854,-0.018310055,-0.015490715,0.004775106,0.008251055,-0.015095263,0.011378178,-0.006569213,0.013307566,-0.012670325,0.016857605,-0.013657009,0.0064133466,0.0129391365,0.0026316359,0.0006642028,-0.022204036,0.0017335737,-0.00053495093,0.024326812,0.010010466,-0.008507077,0.004458299,-0.020767873,-0.005840863,-0.007980341,-0.012302083,-0.00069186516,-0.008521027,-0.006464685,0.0076927207,0.0014731894,-0.009257196,-0.012361474,1.4299398e-05,0.041235153,-0.007025479,-0.02233535,0.0060855504,0.014894029,-0.008807987,0.01930507,0.010277406,0.013351842,0.0020872245,-0.016919887,-0.009397146,0.006195757,-0.0055955346,-0.010635926,-0.00035785566,-0.00894777,0.008391923,-0.01568401,-0.022396533,0.009236267,-0.016633239,-0.014568873,-0.024483819,-0.0059799314,0.0027451443,0.01856142,-0.0021370153,-0.0050969664,-0.0037955062,-0.0055166795,-0.021535655,0.0054525756,0.0039463034,-0.0010133686,0.0030470574,0.013687972,-0.0048420946,-0.0059864353,0.0053990795,-0.005693554,0.029937763,-0.011207035,0.018755304,-0.008434951,0.0038591847,0.0031177918,0.0045654196,-0.00030693287,0.022735314,-0.0076933336,0.004245628,-0.019738764,0.005698916,-0.010100684,-0.02095069,-0.0045851497,0.0096961865,-0.0026391372,0.020418901,0.013659178,-0.0189608,-0.0038458514,-0.024739346,0.036695786,-0.005575173,0.012475478,0.021173587,0.01821821,0.019759573,0.022719901,0.021672089,0.0063352934,0.011277737,-0.006385905,0.008199904,0.015082274,0.019025823,-0.014116534,-0.011558255,0.019026214,-0.033409413,-0.018537052,-0.019901564,-0.003166078,0.005688585,-0.0007605659,0.0064217765,-0.0014217664,0.026144445,-0.010816381,0.0010943338,-0.010984592,0.015592424,0.007759061,-0.022593757,-0.017731966,0.009255378,0.022576995,0.00105132,0.0032046128,-0.00016012737,-0.01791809,0.0017153304,0.010456314,-0.009089914,0.014382182,-0.013026745,-0.012765217,-0.023665179,0.004315011,0.009253341,0.0039804433,0.0040608523,-0.0036236579,0.020335687,0.029990342,-0.015035751,-4.7805534e-05,0.012254982,0.0073876865,-0.012234071,-0.0042758225,-0.015469624,0.0106940875,-0.007065589,-0.0063397544,-0.03317589,0.02718078,-0.0035525248,-0.00994917,-0.010782912,0.0022786208,-0.022601174,0.011210696,0.0042810473,0.025109593,0.0043973085,0.0010139681,-0.002251655,-0.023810435,-0.014488153,-0.016393596,0.011321492,0.018908294,0.015962869,-0.013655319,0.0031928413,0.010015793,-0.008652703,0.016166486,-0.011892548,0.004361341,-0.0033843974,0.0068873805,6.980212e-05,-0.0033055737,0.0035163483,0.007852956,0.0032505556,0.015856246,0.009276103,-0.0023875437,-0.0020855851,0.007985347,0.002917432,-0.023687752,-0.0032758648,0.028484657,-0.01823985,0.0134465825,0.001951254,3.0931644e-06,-0.0063783075,0.0021517263,-0.022181017,-0.011221813,0.021035757,-0.015033558,-0.03197582,0.021338278,-0.0095683625,0.017765732,-0.0076064235,0.019882465,-0.021608407,0.010145249,0.011430493,-0.017196931,0.013054111,0.035588365,-0.0016550728,-0.009463891,0.006517399,-0.0014141407,0.019566707,-0.029741734,-0.0051474143,-0.0068591735,-0.0020637952,-0.018589552,0.0013318887,-0.017786728,-0.02175568,0.025219236,-0.008029048,-0.03530012,0.014781322,-0.007992482,0.0035450219,-0.0007665202,0.00024346891,0.014397009,-0.020784728,0.010153692,-0.0323245,0.006401809,0.0048400024,-0.0047752936,-0.004437338,0.022176474,0.0052630748,-0.014497037,-0.005305846,0.0048079086,-0.0063670618,-0.010329834,-0.0050126817,0.018585425,-0.003288395,-0.002648126,-0.015290324,0.029990174,-3.1658932e-05,-0.023232713,-0.0016296477,-0.026337344,0.0018916888,-0.0042414903,0.0042954166,0.01005586,0.03383956,0.008613521,0.0012779023,0.01204965,0.0010861625,0.0021294837,-0.018773826,0.0068811597,0.0033655402,-0.015159825,-0.004800122,0.033809785,-0.003210662,-0.0021867636,0.007233622,-0.013707217,-0.0064311237,-0.0041214465,-0.004910969,0.0026933178,-0.016088761,-0.016394367,0.020614935,-0.01765816,0.016115474,-0.019390998,0.018562654,-0.005955983,0.0053899763,0.013028263,-0.018422615,0.0031608,0.011841377,0.005959095,0.000786906,-0.010105241,-0.016331874,-0.0056402506,0.0064650886,0.014675048,-0.005030623,0.014141607,-0.013172784,-0.029884385,0.0061117955,-0.0022003793,-0.0069917473,0.012799991,0.0033492206,-0.013738161,-0.02028734,-0.015429211,0.0072214706,0.020808853,-0.009300324,-0.04308164,-0.010031503,-0.042074725,0.0021853328,0.004121025,-0.0022383765,0.004927127,0.00023331855,1.46569755e-05,0.015144374,0.004617895,-0.02308643,0.016871437,0.010410986,0.012383434,-0.004836312,-0.029210392,-0.044389997,0.004662906,-0.020331256,-0.0045109694,-0.01568145,0.004427264,-0.011712489,-0.006127662,0.011532112,-0.0004866731,0.0074496665,0.008905028,-0.0021265144,-0.008580709,0.0033993425,-0.004844315,-0.017207399,-0.011361321,0.0046099266,0.020743396,-0.0032774836,-0.012988925,-0.014373949,0.019488443,0.021404013,-0.004157202,-0.005293364,0.02392254,0.002943824,-0.025244357,0.011937239,0.02105927,0.013584892,-0.019388713,-0.026275761,-0.014839219,-0.01752199,0.011001762,-0.016566154,-0.0073091644,0.009896968,-0.006450962,0.00057226355,0.012273384,0.005968869,-0.029325277,0.023826674,-0.0057347594,-0.011851204,0.018233694,0.0074976417,0.01164538,0.00032802642,-0.0057624783,0.027251726,-0.0041464646,-0.008885179,0.019132089,0.0040679006,-0.0010609688,0.0031432023,-0.023395712,0.020783706,-0.010180299,0.011211153,-0.0029924957,-0.009357339,-0.00088514126,-0.0027833667,0.009932603,0.0049098707,0.032182902,-0.009438523,0.00980987,-0.032930918,0.0047620134,-0.00048631872,0.010208982,0.020897573,0.0029345136,0.027850706,-0.007132244,0.029885627,0.009434731,0.0130852,0.0013250472,-0.0028694451,-0.00023798476,-0.0044407914,-0.0037513108,-0.024026684,0.031839903,0.0069714873,-0.014458272,-0.016909169,0.019118229,0.008901662,-0.0027531097,0.0086605055,-0.009327234,-0.02181766,0.0011426758,-0.0060229055,-0.017135944,0.0040905443,-0.0046656295,0.010041989,-0.019773144,0.013584763,-0.017924659,-0.008971634,-0.011278166,0.0069814757,0.008941373,-0.016107265,-0.029578803,-0.003934795,0.0004937574,0.022059634,0.021011675,0.025645996,0.013291148,0.012301235,-0.035329558,0.027723694,0.020380808,0.0033521515,0.0026459605,-0.0324601,0.02470776,0.015280107,0.026260085,-0.004906247,-0.017734898,-0.0057756277,-0.0033233713,0.016089393,-0.004668037,-0.010772881,0.0041003656,-0.009572421,-0.0016310541,-0.015062671,-0.019086026,-0.0008552704,-0.0111057665,-0.027063243,0.0048426483,-0.011249182,0.008564664,-0.016619258,-0.006743488,0.0033299709,-0.018823298,-0.006571828,0.0017961693,-0.010993651,-0.011270752,-0.0052585136,0.0322645,0.0063347816,0.017391972,-0.0053036176,0.0007097021,-0.0022986655,-0.009206699,0.0093219215,0.007171519,0.013173626,0.019083355,-0.012129458,-0.010886557,0.013318847,-0.035906028,-0.005652743,-0.0029365525,-0.008160611,0.0051172148,-0.01585628,0.014471275,-0.0068289265,0.009020479,0.00604252,0.018497566,-0.013057523,-0.016826218,-0.009500783,0.03284038,-0.002025433,-0.0040135835,-0.0011332677,0.03179866,0.024918096,0.014463553,-0.003011378,0.00035824964,0.022441823,-0.005209558,0.01389004,0.15766226,0.118711784,-0.006521752,0.012439476,0.01103933,0.019922633,0.00915929,-0.0132896565,-0.028446382,0.029469065,0.017690843,0.0036975048,-0.0031309975,-0.013082709,0.023592822,-0.019062575,0.015355752,0.0010359384,-0.0034309097,0.006916855,-0.0052369568,0.02191744,-0.004756079,0.01693732,-0.04566308,0.0061471066,0.00038150532,0.011327842,0.030225497,0.0151854055,-0.00140701,0.014366036,0.0009929492,-0.007832889,0.012995602,-0.029697409,0.007138234,0.02890191,-0.00066795805,-0.0056805415,-0.010088059,0.009752904,-0.0011466076,-0.0023363247,-0.008794698,-0.010488202,0.002338118,7.773842e-05,0.0021572537,-0.017795704,0.014197394,0.01029512,0.00992098,-0.003405888,-0.015586359,0.009720983,0.000114487186,0.025728814,0.0067328266,0.02088764,0.011812631,-0.011719567,0.008265115,-0.009883895,0.018095143,-0.0048203534,0.006694347,-0.015729956,0.016127238,-0.014618628,-0.00052746607,0.013980156,0.022480115,-0.014959967,0.0007657729,0.010675998,0.006625409,-0.011505056,-0.0017210046,0.01923115,-0.0066438653,0.022206802,0.009363693,0.02199507,0.00810018,0.020158546,-0.007962539,-0.0025415632,0.12634833,-0.0109899845,-0.01706495,0.003462166,0.009043007,0.00726608,-0.015542675,0.07859392,0.0002311704,-0.0115663735,0.021665584,0.005231434,0.01540752,-0.010829553,-0.028169723,0.0075946483,0.006035696,0.0108818,-0.0010322429,0.00930125,-0.028536685,0.012638795,0.016566353,-0.006526161,0.0040447437,-0.022758413,0.014666065,-0.0028889251,-0.012399972,0.021016689,-0.07464772,0.021316085,-0.009516752,-0.0069076717,-0.014319608,0.020469371,0.00074495655,-0.009124512,-0.011999623,-0.0012769699,-0.013116133,-0.010386115,-0.024421003,-0.0038909,-0.005616891,0.006833417,0.014484279,-0.019956736,-0.00065125263,0.0064846813,0.0047662123,-0.001482799,0.0008509704,-0.01582185,-0.009636635,0.004446669,-0.0071194563,0.0038048497,-0.019033065,0.015384947,-0.0009796786,-0.020244168,-0.03508214,0.015247876,-0.012803504,0.003283126,-0.00035249555,-0.008414719,-0.007670249,-0.015456627,0.013880511,-0.025041472,-0.0048978417,-0.0051715467,0.009220439,0.01057958,-0.011620561,-0.021536844,-0.022316426,-0.005018211,0.038527403,-0.009556136,0.013658365,0.012315976,-0.010508525,-0.01636696,-0.02458327,0.0065098996,-0.0056979153,-0.0058774794,0.024720289,0.03052471,-0.008942633,0.010942984,-0.0056151208,0.0029941818,-0.01933089,-0.0075124013,-0.019294651,-0.021844171,0.009691585,-0.0034625782,0.010262413,-0.003288056,-0.02827949,0.005997194,0.020100811,-0.008578468,0.009201649,0.004296691,0.034534138,-0.0045801247,0.0058877836,0.12486017,0.00033921225,-0.023513654,-0.011171219,-0.005451826,-0.012012968,-0.004312608,-0.009705217,0.005871144,0.0121599715,-0.0010115874,-0.00027617934,3.340941e-05,0.021920815,-0.01857092,0.00076670473,0.0057663447,-0.0038483252,0.016499126,-0.0013427768,0.0123686455,0.02084816,-0.0164238,-0.009744826,-0.014063701,-0.0055816523,-0.019470278,-0.010424531,-0.0013619164,-0.005245655,-0.003978884,0.0083950395,0.040262494,-0.030261224,0.009990392,-0.0027243367,-0.01645561,0.004044353,0.018118484,-0.02111482,0.0046199793,0.006169797,0.017763171,0.016940547,-0.010990509,0.19913182,0.0016279846,0.0035737741,-0.019777095,0.009331037,-0.011656578,-0.016029224,-0.022097452,-0.009790322,-0.005957276,0.021822184,-0.004488666,-0.010045655,0.0010607461,0.004249783,0.014377163,-0.028508304,-0.008855923,-0.0050046663,0.0069329105,0.003520853,-0.00056715065,0.014769604,0.0117453085,0.006643814,-0.002290498,-0.015764093,0.0014644499,0.017649662,-0.0071750544,0.025111197,-0.0020832024,0.017318098,-0.016645933,0.0051661865,-0.0030116492,-0.011639271,-0.010066316,0.010455039,-0.005435949,0.0058827484,-0.009579889,-0.0075432635,0.020535799,-0.0045139804,-0.0103833955,0.004387977,0.012457485,-0.020906119,-0.01268633,0.0022168225,0.016897753,0.02130445,-0.008007577,-0.0060437266,-0.0023807713,0.021376733,-0.00037818265,0.009006518,0.012224969,0.007892158,-0.028726874,-0.0054830494,-7.5631375e-05,0.0027952534,0.009878226,-0.0039387783]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 106,
          "content": "Voting for \"2026 Sanrio Character Award\" Starts Today; All 90 Characters Entered - news.denfaminicogamer.jp",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.005916107,-0.03139294,0.010681104,-0.050855797,-0.026516255,0.021978373,-6.589942e-05,0.026367014,0.015186141,0.0017521386,-0.0032735742,-0.033657078,0.007640542,0.009289968,0.13038792,0.014486026,-0.02707314,0.02188135,0.0212955,-0.007364482,-0.015788747,0.009669438,0.00040325546,-0.004087597,-0.0047795963,-0.008241938,-0.0046677194,0.023583114,0.025420368,-0.0006744289,-0.030628476,-0.0068955794,-0.00057486666,-0.009278095,0.027697356,0.024113316,0.032480847,-0.011603099,0.028809803,0.0069561796,0.01475677,0.0020891654,0.0124711245,-0.020347586,-0.020231912,0.0064962967,-0.018014045,-0.018311718,-0.013005239,0.01711725,-0.0075333514,0.008872939,-0.029451363,-0.1639235,-0.03062285,0.009268613,-0.014860371,0.0052714255,-0.012609476,-0.008444763,-0.00033016104,-0.0015535566,0.0021015974,0.0014363718,0.011401496,0.0056912415,0.01673269,-0.012463629,0.004791402,0.00021284174,-0.029728865,-0.00047420568,-0.025326524,-0.030082345,0.015644036,0.006383301,8.4055064e-05,-0.014150925,0.0046089315,0.0017858519,0.01027806,-0.010488305,-0.003685527,-0.047546066,0.0046484545,-0.011248068,-0.018992538,-0.01855731,-0.015724795,0.001997671,-0.014320979,0.04478063,0.0075207404,-0.013705659,-0.024570594,0.009588991,0.02227218,-0.0067786984,-0.007928474,-0.0032676994,-0.004639036,-0.040688794,-0.0034552016,-0.00035397007,-0.0022992596,-0.001694291,0.017070318,0.0028713725,-0.040518265,0.009438372,-0.020147868,0.0018049395,-0.01086152,-0.006572276,0.007882438,-0.11605692,-0.008730827,0.023974968,0.012573884,0.006411023,-0.00071664783,-0.0379912,-0.000525056,0.031759355,-0.0012481351,-0.019832814,0.0057382756,0.009804394,0.00304813,0.011217777,0.0071341163,0.016799856,0.03977896,-0.001997626,0.010412739,0.042262718,0.025799565,-0.03679375,0.0076787206,-0.008769752,-0.007571021,-0.029129986,0.021451477,-0.020724425,-0.022934832,-0.010951261,-0.01285177,0.010982742,0.02649415,0.019522008,0.015477419,0.00052909995,-0.029683966,-0.02812644,-0.008446232,-0.0020637603,0.0163414,0.014984752,-0.025327655,0.010509846,0.0064501846,-0.015117248,-0.020421702,0.0029143614,0.049918868,0.036661584,0.0065659634,0.015604035,0.013511725,0.0037762548,0.00588888,0.009790572,-0.015050734,-0.0015118866,-0.001290706,0.020198442,-0.0025729458,0.0072736004,0.014954117,0.010870752,0.00085519213,0.019082924,-0.01823881,-0.03115847,-0.0035096346,-0.028945692,0.0012402976,0.0083513,0.021182986,-0.022838043,-0.035875566,-0.010456124,0.015329597,-0.023242386,6.423527e-05,-0.0036649595,-0.027996816,0.003288019,-0.012122592,-0.017257545,-0.0013506765,0.031056818,0.027562717,0.022036247,0.018322771,-0.007579394,0.006856671,-0.01921494,0.02783587,0.010136983,-0.0025863147,0.008355252,0.020050358,-0.0031055578,0.010563275,-0.00029673454,-0.024671946,-0.014606784,0.0072664656,0.0036532723,-0.0025840537,-0.0022643935,0.0027541742,0.017248074,-0.003396975,-0.047923297,-0.006132311,0.007987748,0.005268256,0.011901231,0.009185386,-0.0059739943,0.0047584074,-0.011802438,-0.0236644,-0.00047716708,0.0022884642,-0.007583493,0.013055344,0.0024555644,-0.0038486028,0.0068933936,-0.0015957076,0.02342883,-0.009015642,0.002437394,-0.029828127,0.0026987875,0.0064353915,0.045165498,-0.0016653417,-0.003006008,0.00058129505,0.022526147,-0.0062815333,0.00040487046,0.005878508,-0.009307222,-0.023917055,-0.0067950166,-0.029554004,0.0056169424,-0.014861005,-0.014496868,-0.0025832446,0.018104231,-0.018987449,0.016763058,-0.034632113,-0.019404057,-0.0036355467,-0.0065652826,0.001195125,-0.027026692,0.03742885,0.014755179,-0.06782418,-0.0036089306,-0.00021681334,-0.026337774,0.011223411,0.0004942343,-0.0040784944,0.013664667,0.0048451223,0.021704188,-0.008258271,0.0034841446,0.0094732,-0.003712551,0.028047578,0.012614037,-0.0072287694,0.0089148665,-0.012213909,-0.043573044,-0.009747898,0.00025476486,-0.024504153,0.007974272,-0.034836624,-0.01720956,0.015566294,0.040121675,0.013339023,-0.021128902,-0.0063399724,-0.0015621181,0.006817083,-0.033489343,-0.0050794426,-0.023407197,-0.013277153,-0.014244618,-0.015346308,-0.019338839,-0.012330164,-0.0032652472,0.020652022,-0.0052630585,0.0019662145,-0.031595387,-0.031414855,-0.014976675,0.031171152,0.012271469,0.030191043,0.010973128,-0.010022428,-0.0045832656,0.025576496,0.022540942,-0.0019534852,-0.009790974,0.012716139,-0.008002149,0.015606624,-0.017825536,0.028210867,-0.0064574857,-0.008076403,0.012470106,0.011032867,-0.025047004,-0.007366529,0.0041322396,0.05264799,0.012639785,0.016796418,-0.0036750536,-0.011295936,0.011828979,-0.002480084,-0.022449713,-0.006488197,-0.0025648554,0.02280807,0.020952221,-0.0126745775,0.03284115,0.0133455545,-0.012623264,0.0038609465,0.024289606,0.012046647,-0.024011256,0.004523655,-0.008952139,-0.005455864,0.015660727,-0.012773647,0.0024003366,0.00904244,0.01883239,0.010917816,-0.025608802,-0.022610452,-0.0012169058,0.042614676,0.014127132,-0.012986219,-0.016658599,-0.032414295,-0.023790937,-0.010908152,0.012980916,-0.008394006,-0.0155899925,0.02020269,0.004066269,0.003159218,0.013336763,0.0055610943,0.017161142,0.0142757185,-0.00656067,-0.0048329313,-0.010854832,-0.030991677,-0.0058540497,0.010718066,0.023064408,0.00024107346,-0.012316568,0.007930784,0.0116714565,-0.0023237607,-0.00269601,0.0069939606,-0.020246848,0.0027693112,-0.02071682,-0.02441187,-0.016626785,0.0025988687,-0.0025333674,0.015111584,0.01547675,-0.0327287,0.028297948,-0.007977487,0.0063239457,-0.0018587412,0.014870227,0.0046242103,0.024763282,0.0056005563,0.0015465198,-0.007923988,-0.012153779,-0.006098646,-0.004195453,-0.007411716,-0.0029519976,-0.02200977,-0.010403893,-0.017752979,0.012963954,0.0136035755,0.006956401,-0.034911063,-0.0040596137,-0.006891962,0.018791173,0.008438502,0.029344622,-0.0035538618,-0.008294055,-0.016226549,-0.008661971,0.023909587,0.018073898,0.0056072366,0.007756976,-0.011118951,0.013588653,0.0015978751,-0.014037433,-0.0020025498,0.0011634836,0.022273967,-0.005217069,0.0023155133,0.018129962,0.014976483,0.014632099,0.009859255,-0.017541984,-0.007441767,0.007670538,-0.004643691,0.0047825323,0.012470455,0.01965853,0.0040536374,-0.02451703,-0.009496071,-0.0046556196,0.034165267,-0.020714663,0.0024126973,-0.014082539,0.011116481,-0.0061012846,0.009850745,0.0009959256,0.027795874,-0.0009320404,-0.011000013,0.0075814235,0.00023244561,0.0043081474,0.0021967527,-0.014315083,-0.02463051,-0.003397345,0.005212549,-0.017554069,-0.0067218714,0.005856504,0.0035024218,0.015732674,0.023111483,0.0054975995,-0.0034645775,0.009770358,-0.008545583,0.010537141,-0.013181803,-0.00039404526,-0.016928207,-0.0019053102,-0.026743222,-0.010153834,-0.015484719,0.0016567186,-0.020742567,-0.0066337865,-0.0011444532,0.002461819,-0.02843089,-0.024604037,-0.031644724,-0.0038430481,-0.00524896,-0.004252932,4.3538457e-05,-0.00042806187,-0.0055929297,0.0028083655,0.018123291,0.02799806,0.005913134,-0.014133213,-0.0075507583,-0.011876612,-0.0054979413,0.022970146,0.021092393,0.01451306,-0.03184906,0.015343373,-0.047218814,-0.021621885,0.016197642,-0.09324525,-0.037133668,-0.0012992314,0.0053300364,-0.011474042,-0.01297931,0.002408358,0.011887581,0.0007285687,0.002138749,0.011023497,0.0119406115,-0.022070626,-0.01218086,0.008019615,-0.010243021,0.004345545,0.0007236254,-0.0014983315,0.0073322277,0.00034670395,-0.013827362,0.0077696955,-0.015591602,-0.0021455977,0.019873999,-0.0031954318,-0.02651534,-0.021509092,-0.00043439426,-0.019686576,0.008915958,-0.010821648,0.005388295,0.009210573,0.0060589956,-0.01062822,0.0060368,-0.015189493,0.007237787,0.048731904,-0.008033823,-0.0039186487,-0.01589755,0.025509182,0.040223364,0.0058895946,-0.023632802,-0.0087648295,-0.025908744,-0.024997385,0.012179204,0.012398823,-0.027523424,-0.010323277,-0.024435738,0.0029180034,-0.00023433992,-0.011498046,-0.007301852,0.006022072,0.020917848,0.0130486,0.026798723,-0.026251985,0.05188844,0.0025451565,0.012065266,0.009396662,-0.0028451264,-0.00060387823,0.0034719547,-0.004903024,0.010617328,-0.02375815,-0.0061025284,0.009136102,-0.012389154,0.027057953,-0.010481829,-0.016088076,0.0045160158,-0.11721465,-0.042266067,-0.053408716,-0.027272906,0.0064417133,0.011504924,-0.021658441,0.006441461,-0.00407439,-0.017265016,-0.026093759,5.610201e-06,0.0033092583,-0.035648562,0.022049798,0.007678957,0.019598983,-0.0029084422,-0.008098812,-0.021659235,-0.031575643,-0.0234382,0.016381549,0.013890559,0.0058561102,0.008461873,0.0047685397,-0.001171002,0.012831071,-0.04148932,-0.0041243806,-0.14380744,-0.0017071817,0.00014700375,-0.00026894957,-0.014814603,0.00019567527,0.011392502,-0.011335583,-0.016925285,-0.012232036,0.016047673,-0.009296545,-0.013127234,0.0041620876,0.0073674116,0.089834526,0.03130983,0.009341374,-0.0038990576,-0.0025948016,0.023826193,0.0035592336,0.020316906,-0.021586722,-0.0022025555,-0.019496009,0.016080465,0.0047248467,-0.015395445,0.017796481,0.039871007,-0.001037942,0.002049306,-0.005937628,-0.010979951,0.0062436434,-0.0021709502,-0.0031293174,0.008040019,-0.0011481119,0.036200948,0.041066162,0.0444524,0.0061200755,-0.044971783,0.0032517384,-0.01104629,0.003137871,0.016716797,-0.0015106967,-0.021544157,-0.073411845,0.011594803,0.0024241768,0.029432613,0.007547314,-0.018918002,-0.0003396486,0.0041320175,-0.003410726,0.02678705,-0.016574971,-0.007818482,0.014141838,0.009234217,0.017726028,-0.011702305,-0.0047957203,0.008644189,0.050338995,-0.0028799865,-0.0010481565,-0.040658846,-0.008863262,-0.015345362,-0.012858954,0.010372168,0.037665267,0.024886165,-0.017719753,0.0065099974,-0.0026999218,0.025914377,0.033227336,0.015223906,0.027109157,-0.006696328,-0.020872945,-0.010365863,-0.0018969656,0.041917667,0.045531705,0.0041700737,-0.029584317,0.01558664,0.04226081,-0.015202241,-0.002494451,0.008439958,-0.029512946,-0.016611537,-0.021691421,0.007929993,0.0072569307,-0.014199751,0.005512684,-0.016791634,0.025604863,0.024227599,0.008812658,0.006114538,-0.0059286766,-0.0050986186,0.011728595,-0.0070591327,0.0040837578,-0.0032809651,0.0019953796,0.0065543195,0.014175029,0.00041496413,-0.008838919,0.007458908,-0.008192621,0.011636298,0.004971396,0.010995567,0.014355729,-0.00813765,-0.04078433,0.020383205,0.00331612,-0.0031037887,0.0031022797,-0.006789965,-0.010824726,0.00901259,0.018343572,-0.012758254,-0.0030456858,-0.004556439,-0.0056168246,0.008175838,0.01679831,0.0020557959,-0.007268092,-0.01434445,-0.0068558473,-0.00416811,-0.02712951,-0.0029368098,-0.02947685,-0.022016441,0.019985186,-0.004769164,0.0039007463,0.015562445,-0.00022635463,0.01093557,-0.039969668,-0.0038031698,-0.009196572,-0.0037631087,-0.005936999,-0.00014280426,-0.0014384002,0.019058805,-0.0124518955,0.03807203,0.0038226983,-0.015312174,-0.007282248,-0.0053304085,-0.0051618726,0.00043741206,-0.023703832,-0.005735167,-0.013663092,-0.02281115,-0.0018137468,0.004424156,-0.0065571447,0.017196262,0.003863422,-0.00031148852,0.02927696,-0.00011434466,-0.00049519114,-0.0007447195,0.020184064,-0.0067960285,-0.026005138,0.017578179,-0.014975101,-0.004954235,0.017745547,-0.007026646,0.017966669,-0.010602624,-0.0058698314,0.009764174,-0.006139891,-0.0064997883,0.009410997,0.0048786877,0.010650207,-0.013891628,-0.0038490957,-0.0015712106,9.148119e-05,0.018019188,0.015418995,-0.0027048427,0.014114814,-0.0024258883,-0.00063313957,0.010000593,0.04360282,-0.006881695,0.013351174,0.0014635962,-0.006366744,0.0034655437,-0.004562751,-0.01429507,-0.0141351735,0.0015442962,0.0016151072,-0.005704158,0.020921018,-0.007815062,0.008518077,0.012574073,-0.0014468175,-0.018614369,0.014246436,0.026114527,-0.009120675,-0.013082134,0.0034183923,-0.0004162585,0.008110671,0.0066579836,-0.00463348,0.012658447,0.010932544,-0.0028598327,-0.00028789754,-0.03445274,0.0016816283,-0.018554628,-0.016949998,0.010730979,0.0072795358,0.0033798222,0.0018995214,-0.0018527403,0.012236892,-0.009115429,0.017373292,-0.0020120419,0.016379625,-0.0069973674,0.016206678,-0.00838741,0.013626199,0.009354513,-0.011645527,0.0059305574,0.021890536,0.0009390665,0.0021593468,0.003774004,0.0060259216,-0.01569693,-0.007189633,-0.0033919162,-0.006064806,0.007997822,-0.0067768064,0.025334872,-0.005715733,-0.00025407178,-0.008829229,-0.013291988,0.0040075453,0.0037380198,0.019280441,-0.007029306,-0.01192661,0.0069595715,0.003580034,0.0071762633,-0.015653487,-0.009534678,0.016303493,-0.0076796515,-0.007848027,-0.01347252,-0.0020858133,0.004245667,-0.0076605882,0.0010107323,0.006266335,0.0057316627,0.006760899,0.007479272,0.0048503494,0.03240822,0.00061898347,0.0902443,-0.008486895,0.032098018,0.000102860475,-0.0017181692,0.0073762643,-0.006759399,0.0001034383,0.00013978338,0.002581738,-0.018432518,0.005427689,-0.007391647,0.00038479676,0.022063121,0.010821104,0.01602406,0.000656398,0.009668716,-0.008360634,0.010112125,0.0053558904,0.00064154255,-0.01501306,0.00089237624,0.030363198,0.018068587,-0.0042458363,0.025920898,0.0073814676,0.0013268609,0.004056548,-0.0014448817,-0.0051300344,-0.024695328,-0.007256427,-0.010902369,0.013937964,0.0051570744,0.009420623,-0.018189372,-0.010998283,0.0036358912,-0.017433435,-0.0074717817,-0.009484929,-0.0062723416,-0.004364835,-0.0036074661,0.0089424215,-0.0054549966,-0.0075339964,-0.020780561,-0.023833318,-0.027081039,-0.008039285,-0.02184309,0.008498563,0.011167505,-0.0037508006,-0.00086584134,0.001026916,0.01345938,-0.00029135126,0.002622904,-0.007972675,0.00032336012,0.0057855225,-0.01562655,-0.0008097228,-0.007934114,0.0020238876,0.011824932,-0.00072562706,0.020770153,-0.0068118754,-0.00026184946,0.014578809,-0.005104378,-0.004385863,-0.003462311,-0.01829009,-0.01908201,-0.0057508745,0.003478911,0.009612842,-0.017804528,0.0022366191,-0.015321725,0.0027986565,-0.00077293714,-0.022983756,-0.009029993,0.0060461983,-0.0013707103,0.011388446,0.053621512,0.0035640872,0.0027489956,-0.009611966,0.0026702797,-0.003423321,0.008415869,0.009564295,0.006694399,0.025231661,-0.0036744506,-0.00063400477,-0.009654203,0.02180138,-0.016848184,0.017207814,-0.0015955783,-0.0047770934,0.01586125,0.013115175,0.0037315388,0.022205092,-0.0075459676,0.009020174,-0.016360456,0.0037142313,-0.01074048,0.012411214,0.020163832,-0.003994708,-0.026316104,-0.0036009997,-0.008566217,-0.008853229,0.010010693,0.020399174,-0.0056480137,0.00016350462,-0.0109260585,0.0009964325,-0.012866612,0.012525713,0.007823409,0.010184484,0.016214814,-0.008281558,-0.011853245,-0.0012822906,0.0069967723,0.003031364,0.0048783193,-0.009444441,0.01030452,0.01671472,0.004791353,-0.0027494759,0.0067577637,-0.014369226,-0.0018924832,0.013168856,0.023626147,0.017058857,0.004878174,-0.0069041774,0.005624206,0.02288808,0.0012917576,-0.007133533,0.0034577206,-0.0040013865,0.009820626,0.014627666,0.0058250683,0.008024468,0.0011706464,-0.00060123444,0.008080296,7.76797e-05,-0.018421853,-0.021056259,-0.0031633037,-0.021112457,-0.011162951,-0.00016026781,-0.00090158556,-0.010267014,-0.011441097,-0.0139942905,4.303999e-05,-0.008333975,0.011855614,0.0140278,-0.0022899685,-0.0049648485,-0.013417205,-0.0018002527,0.0037857196,0.008043893,0.00071662193,0.0016771853,-0.0136223,-0.0012417512,-0.0142399,0.01840876,0.014899072,0.0059163584,0.005769486,-0.01619002,0.018160034,-0.001960022,0.004960606,-0.0007824355,-0.0024306478,-0.012211199,0.0024361862,-0.013690208,-0.0057488238,0.011791861,0.0016088401,0.013814671,0.0031058118,-0.014682348,0.0023364285,-0.011426539,-0.0031567034,-0.00052874954,-0.016789336,-0.006654047,0.010447114,0.016364124,0.016972978,-0.0072717844,0.0043420177,0.004450756,-0.010681787,0.0009420916,-0.009563387,0.022744374,0.014235595,-0.01410823,0.0024433408,-0.0043641776,-0.007864202,-0.012580601,0.0007420568,0.006298456,0.0037852903,-0.0018176996,-0.0017918877,0.0071279947,0.0052474895,0.0069535896,-0.0091902185,-0.0053758477,0.00473898,-0.010558317,-0.009067476,-0.012236318,0.015168251,0.0017731817,0.005419036,-0.043979943,0.001579318,-0.0012016131,0.0008346101,-0.005589497,0.004651957,-0.011080704,0.011831878,0.008857604,0.0065287086,0.02113789,0.016125364,-0.0064540463,0.01745561,0.00056609936,0.012377535,0.010710642,-0.0074698795,-0.013613158,0.006997183,-0.011603169,0.0041259103,0.012832251,-0.0031844852,-0.00634527,0.002420828,-0.0014394693,0.0005718933,0.014604686,0.012492247,-0.0077793985,0.0027263165,0.004191031,0.010313473,0.012671879,0.0010101604,0.006540234,-0.0047304854,-0.007012497,0.006431656,0.006256679,0.023203328,-0.001653498,-0.010026054,-0.0033913446,-0.014542996,-0.0063327095,-0.011615564,0.005832917,-0.0066695744,0.012991013,0.022618553,0.0059560332,0.010939289,-0.015362988,-0.011051111,0.010490988,-0.008875343,-0.0049598482,0.008588113,-0.0067965593,-0.008257385,0.014700819,-0.0008196152,-0.0169925,-0.0010570928,0.013029913,0.010630813,-0.024471253,-0.004765063,0.002418471,-0.00083692174,0.002361822,-0.020044843,-0.023311835,0.0066009983,0.00823538,-0.0056347195,0.0010005253,0.0037848598,0.0061417106,0.016095694,-0.004549806,-0.015787972,0.0065998184,0.00037016594,-0.022807393,-0.01620747,-0.025301276,-0.0034708192,-0.004393366,0.01690044,0.0013995148,-0.016066099,-0.0005102681,0.0023512447,-0.00053694035,-0.01113071,0.0033057907,0.018329639,-0.007453267,-0.012156422,0.010324503,0.0083546685,-0.0054138643,0.004998775,-0.00079842925,0.0030880396,-0.004028837,0.00081254117,-0.0031414921,0.00020605681,0.0035930653,0.0044341167,0.010771289,0.0029741684,0.0057901335,-0.0044098087,-0.004619977,0.011287465,-0.0164127,0.014946972,-0.007903191,-0.0073572993,-0.012882361,0.0008415805,-0.008159111,-0.00808099,0.017425526,-0.0021484797,-0.017195448,0.012937919,0.0112346485,-0.00041807682,-0.0013641122,-0.0018432126,0.013481172,-0.014747769,0.016171562,-0.0037756697,0.040466048,-0.023388656,-0.0060622026,0.01542072,0.014764663,0.0050655673,-0.004569501,0.011169187,0.0015342068,-0.00059431663,0.017046088,-0.027648011,0.016127963,-0.0014056049,-0.02478776,0.0053725624,-0.0082147885,0.00204363,-0.013218028,0.007046389,0.008170352,0.003592865,-0.023885353,0.004968479,0.015761515,-0.002771789,0.00070073945,-0.0008092255,0.006365946,0.0010922219,-0.011709274,0.012027438,0.0024445713,0.022078432,-0.016316406,0.00844535,0.012885692,-0.018176557,0.008298851,0.0038404362,0.017187145,0.015708596,0.015776481,0.008640686,0.021841265,-0.0019248773,0.012405512,0.009053793,-0.004281723,0.0030926368,-0.011695014,-0.006272639,0.0025824746,-0.015468699,-0.0021332987,-0.0068091857,0.003277536,0.018938325,0.00880905,0.010868969,-0.021271285,0.02059744,-0.0053890646,-0.0026268337,-0.0093053365,-0.071547784,0.016851336,-0.0017238378,0.00061516266,-0.009883385,-0.0055306708,0.008235956,-0.0006295733,-0.002609064,-0.015037919,0.011449913,0.014962632,-0.023744328,-0.00093956495,-0.00046291415,0.0152682625,-0.009527036,0.002273786,0.013219481,-0.023068678,-0.031065738,0.0019443362,0.009771782,0.0074840034,0.0016119628,-0.0067371856,-0.014304384,-0.008357133,0.011622852,0.0005463844,-0.007569628,0.004822686,0.008287108,-0.0075001484,-0.0042950395,0.012246465,0.00626045,0.017294252,-0.13356036,0.0028625918,2.8669403e-05,-0.019629575,0.0027511937,-0.00072879915,-0.005253142,-0.0033697495,0.006212403,-0.0068377405,-0.0061931186,-0.005613474,-0.015430597,-0.0115762325,0.010487996,-0.010650612,0.000488948,-0.0021185586,-0.019411093,0.01112633,-0.013343551,0.012048317,-0.0012112312,0.0054426473,-0.00933053,0.009086014,0.011815236,-0.0030918973,0.00920816,-0.010136837,0.012589879,-0.005322913,9.06205e-05,0.004638441,-0.007497808,-0.0009747623,0.0063840523,0.004707395,0.019210486,-0.016059743,-0.0008614631,-0.001230156,-0.00015591962,0.009897564,-0.007174785,-0.013415484,0.0063449107,0.01802713,-0.0020660623,0.002038421,-0.003100624,-0.0034603626,-0.016402284,0.01185341,0.00046014058,-0.011960461,0.015147523,-0.0019823215,0.0019209491,-0.013793745,0.017640218,0.0014050594,0.009712158,-0.0045396015,0.0104436055,-0.010849159,0.0077338913,0.008793631,0.0040771943,-0.008134058,0.012879349,-0.010790702,0.0020644118,-0.02371132,0.012478674,0.012319244,0.022220591,0.008197532,-0.010453146,0.0016343063,0.017010672,-0.0075836307,-0.005413039,0.01541923,-0.0041916133,0.0055155023,-0.0035332076,0.024258858,-0.027119204,-0.059259504,0.01057543,-0.010047537,-0.01656527,5.2219963e-05,0.00985286,-0.005078381,0.0061821123,-0.0018441405,-0.014251043,0.0013928369,-0.015294245,-0.012712607,0.008860318,-0.0025217386,0.013677571,0.020754348,-0.002246332,-0.0029552935,0.01048188,-0.021444514,-0.0082066655,0.0003498037,0.010930218,0.007294569,0.015114809,-0.0049392763,0.004455493,0.0035198857,-0.013279893,-0.011909127,-0.0058878553,0.01227351,-0.008202427,0.017455086,0.013877862,0.018766332,0.008944452,0.00075974956,0.027986975,-0.0003109299,-0.010424442,0.006597428,-0.0059640636,0.0030901025,0.0033540516,0.013021163,0.01223333,0.004308474,-0.003961213,0.012591824,-0.013445303,-0.005599962,-0.016540982,0.010080619,0.026857268,0.009321967,-0.00416499,0.011835042,-0.0062288125,0.015140136,0.005251076,-0.0028749034,0.008208668,0.0018973564,0.0026163706,0.0035597403,0.0014398925,-0.012527601,-0.012605593,0.0025575708,0.014275946,0.029604152,-0.00045283817,0.0089102145,0.012126666,0.0024509404,-0.0067439666,-0.014288233,0.002288278,0.0064319493,-0.011474545,-0.0013406858,-0.016257767,-0.004261588,0.0009871591,-0.0051100757,0.018151209,-0.004688141,-0.023716597,0.01286048,-0.007716519,0.008310105,0.020031,0.0005980277,-1.1597324e-05,-0.031104984,0.0031834943,-0.00059121434,0.014818114,-0.014706799,0.009091917,-0.0060090455,-0.0076010344,-0.015089318,-0.012814018,0.026814949,0.02724856,-0.008330313,-0.0014546749,-0.012772588,0.0008488325,-0.0026111063,-0.007982624,-0.16179337,-0.005841868,-0.01086828,0.026229536,0.020677121,-0.019543866,0.003026709,0.0027357938,0.012119036,0.0016229023,-0.006170726,0.007917466,0.0063487715,-0.0033460543,0.01695514,-0.02167377,0.0097182905,0.017755736,-0.01184393,0.002633878,0.0047595585,-0.00582804,0.01806091,-0.0029513037,-0.0036087818,-0.0007327019,0.012023792,0.01661699,-0.004007578,-0.00022602726,-0.024041733,0.009429528,0.008459815,-6.323962e-05,-0.0118146185,0.0034910045,0.008658959,0.010133334,-0.00064433133,0.016054118,0.012315407,-0.008757087,-0.043367915,-0.0033639004,0.001753263,0.014721532,-0.005190397,-0.027564589,-0.004318382,-0.01244279,-0.023269366,0.009426759,0.021871323,0.0053057037,0.013764924,-0.026280368,-0.007438913,-0.015998397,-0.0055101295,0.0025947103,0.023825455,0.00864513,0.013676534,-0.009878504,0.023181377,0.0033410613,-0.02165415,0.14075834,-0.022349607,-0.024027834,0.010713229,-0.014215574,0.018716203,0.00056572736,-0.014149553,0.00035745982,0.00810266,0.0030403673,0.002389626,0.0106006265,0.003891591,-0.0023756023,-0.011204369,-0.002718339,0.0063252123,-0.0007535667,-0.0029835103,-0.0003672818,-0.0004848416,0.01122275,-0.017167268,0.002568353,-0.021409225,0.007764873,-0.022013726,0.019658018,0.031578805,0.020197036,-0.009852661,0.004203214,-0.025618512,0.029054224,-0.010326014,0.01306467,-0.0077122683,-0.012032184,0.0165983,0.013369785,-0.0069074295,-0.0021887852,0.0025084228,0.016747257,-0.0025220413,0.0031128412,0.009832562,0.0033915946,-0.010681644,-0.009844456,-0.010405815,-0.008368746,0.006607208,-0.012554036,-0.012382501,0.0040837936,-0.0087754065,-0.0062194373,0.004281525,-0.0029075828,0.014586093,-0.014556232,0.0030450602,-0.0041682604,-0.0038324238,-0.016013213,-0.0056306673,0.014654058,-0.10349878,-0.012571825,-0.030256907,-0.0011239293,0.001678224,0.02166299,-0.010064539,0.0049264883,0.016497392,-0.012335903,0.009066427,-0.01119203,-0.0078109857,-0.0028039655,0.00028780734,0.004502984,0.00068984815,0.008040326,0.009845547,-0.00934194,-0.017269796,0.0060132206,0.011661044,-0.03384314,0.011082008,-0.02072418,-0.00047355657,-0.0040106345,0.00073249685,0.0146423485,-0.019461118,0.007390357,-0.0135976095,0.02071872,-0.0010540399,0.0032434447,0.0016339964,-0.000897252,-0.013368945,-0.005845601,0.006800174,0.0010946555,0.004379998,0.00049175584,0.000112149384,-0.009597375,0.026666678,0.018018557,0.02996372,0.0058341073,0.0051151016,-0.033397492,0.015813125,-0.017447384,0.0043217586,-0.0029584214,0.028673816,-0.014217617,0.008984444,-0.0016601565,0.0013703146,-0.0038754628,-0.018743545,-0.0034679687,0.0019244602,0.015644202,-0.0022354266,0.019932218,0.0031252154,0.0037326084,0.002477388,0.0019468548,0.004801895,-0.026281754,-0.00710541,-0.013713343,0.00027413954,0.004378603,-0.01198695,0.008674399,-0.0018038388,-0.009297862,0.0024397492,-0.026193362,0.04024142,-0.017234359,-0.0065963175,-0.005042136,-0.0075101694,-0.017075712,-0.027079783,0.005523404,-0.017024461,-0.019935396,-0.026446698,0.0050629233,-0.010893022,0.008699582,0.0107322,-0.00486271,-0.014654567,-0.008512208,-0.005926136,-0.00304417,0.005418722,-0.025623122,-0.014121867,-0.011208367,0.005681642,0.0076761576,-0.0047157304,-0.007891345,-0.022839336,0.012479937,-0.0018193424,-0.0053228815,-0.0020984171,-0.015722875,-0.0013048603,-0.0016233041,-0.00022148188,0.013344767,-0.0013906384,-0.01380997,-0.030668773,-0.0016536257,0.010477356,-0.002478584,0.009595831,-0.0028065012,0.006948003,-0.016755542,0.0006820705,0.019425008,-0.011743355,-0.006826469,0.0075336294,0.003891806,-0.012434693,0.0010891607,-0.015078875,0.014011345,-6.133642e-05,0.009069194,5.136041e-05,-0.011702569,0.008974826,-0.0074145314,0.016034747,-0.004954722,-0.0058384305,0.0022868982,-0.00049480906,-0.004964951,0.0018233692,0.007427084,0.026537627,0.008807748,-0.008742401,0.009641236,0.025663842,0.031087443,-0.012889825,0.0131817795,-0.0062870258,-0.011308279,0.011218702,0.014348183,-0.026072625,-0.0046675247,-0.004734741,0.024300074,-0.021281188,-0.006468087,-0.0036314211,-0.03070851,0.023160756,0.007346553,0.009429693,-0.07238755,-0.005006152,0.010158123,0.0044347844,0.0025306037,0.0114855645,0.00076153426,-0.002772955,-0.008654002,-0.003731374,0.00048726285,0.0047036586,0.00056216086,-0.016037269,0.00015647273,0.008823092,0.0066694994,-0.0045976317,0.010012844,-0.005987042,-0.005807244,0.0063451086,-9.24243e-05,0.013101911,0.002185898,-0.018031845,-0.01852922,0.0034527578,-0.0014209686,0.0069135106,0.010459685,-0.0122748315,0.0168975,-0.0011569227,-0.011617658,-0.0004342664,-0.007084186,-0.027010271,0.01637128,-0.051261473,0.0039817034,-0.0069027497,-0.07441683,-0.0031724754,0.026194308,0.02461079,0.030458787,0.016052537,0.011004819,-0.0022546912,0.008265625,-0.03161574,-0.033550996,-0.015784804,0.017080292,-0.010452002,0.0073264167,0.0045963833,-0.010310486,-0.034077097,-0.0026749296,-0.0067266007,-0.006387047,-0.003697512,0.0125829475,0.023514053,-0.0017783655,0.039067075,0.012937292,0.017828563,0.013623824,-0.010539863,0.0114347795,0.004915363,0.016199421,0.0069252746,-0.0046050567,-0.012052393,0.01365325,0.030599788,-0.0044876286,0.02441019,-0.018637674,0.043797012,0.015384012,-0.047026068,-0.01605484,-0.10570151,-0.008824151,-0.01605548,0.0009988503,0.023953645,0.0049064495,-0.012487578,0.043138932,0.0001397918,0.015306317,0.006193165,0.0003020328,0.0071866526,0.022860996,-0.002488291,-0.008288642,-0.0039802208,0.014421584,-0.011344887,0.009808435,-0.0025547442,-0.017803656,-0.0067353565,0.0041925823,-0.001412664,-0.048991334,0.0015289399,-0.0076058,0.010302513,-0.006155513,0.009553604,-0.017993212,0.0015980762,-0.006767926,-0.0064406637,-0.012404856,-0.022499254,0.0038035144,-0.006816012,-0.0048342254,0.010300325,0.0148041295,0.0054086195,0.0085774185,0.018871674,0.00723617,0.0009850776,-0.014519624,-0.047573872,-0.014339046,0.013541937,-0.0049178163,0.03872996,-0.0029634824,0.007238091,-0.0040524113,0.00496414,-0.028575197,-0.015042515,0.033124477,-0.00574106,-0.010484345,-0.029623417,-0.012841039,0.0030439654,0.020792847,-0.017198712,-0.015022316,-0.017399834,0.013527629,-0.00020080479,0.013011757,0.008138445,-0.0018774522,-0.02879911,-0.0070914705,-0.006500901,-0.012798693,-0.01626651,-0.0059004496,0.025274523,-0.015442083,0.029953688,0.00672402,-0.011417907,-0.00836029,0.00669593,-0.015408843,0.005976966,0.009201808,-0.011088671,-0.02218617,-0.02472002,-0.0038611332,0.0021445297,-0.016198926,-0.0018526833,-0.009845948,-0.011842781,0.016214991,0.0034617018,0.004311859,-0.0058995127,-0.0034083698,0.021313017,0.023021946,0.017672911,-0.022580171,0.01066506,-0.015413722,0.008332947,0.014438258,-0.008508006,-0.024824742,0.008454853,-0.01937473,0.002995268,0.00014803221,-0.002214438,-0.0165576,0.010439793,0.01550234,-0.021070417,-0.0026934429,0.007385811,0.03397047,-0.0008865643,-0.0013595701,-0.0059552696,0.002257294,-0.010658189,-0.009052488,0.010007109,0.014632891,0.024752857,-0.0014104928,0.018134465,0.0029053742,-0.016537603,0.0033333593,-0.018698132,-0.031511825,-0.004425093,-0.004685572,0.017249878,-0.0017805834,0.0014436517,-0.0036634055,0.0022053374,0.004487386,-0.024753612,0.028700752,-0.012328056,-0.021979613,-0.012116718,-0.004535914,-0.004919698,-0.003848336,0.01225954,0.02064195,0.0043420442,-0.0023456188,-0.0009998804,0.0011405437,-0.01600218,-0.008502789,0.007256636,-0.019383322,0.0063424488,-0.0032742503,-0.011194279,-0.021862105,-0.0047452454,0.002174963,0.02703508,-0.006837916,-0.024130587,0.0077478313,0.009352661,-0.012429265,0.005420661,0.011566238,-0.0044882847,0.0041378736,0.009057428,-0.0026854044,0.002279568,-0.011226675,0.001990037,0.011115977,-0.0009903177,-0.013110638,0.0024542043,-0.0066697495,-0.0067307786,-0.005597551,-0.016954217,-0.013229651,0.017380968,0.014166099,-0.002140737,-0.033604342,0.007641619,-0.012347246,0.0077758557,-0.0029928556,0.015923247,-0.00017585838,-0.020953769,0.006917016,-0.0040749903,0.008298979,-0.00714849,0.022134885,-0.0050236643,0.0038620147,-0.0033956724,-0.014635723,-0.012426591,-0.000100512465,0.038227648,-0.004350379,-0.011139684,0.0026272705,-0.030859815,-0.007520391,-0.020956986,0.008277309,-0.0059661674,0.006853129,0.024314756,0.018456155,-0.0035182089,-0.010104523,-0.016216798,-0.021732163,0.008720725,0.0033628452,0.007384203,-0.018127326,0.011630568,0.029412586,0.018266225,0.009272681,-0.004375018,-0.0026476996,-0.013429102,0.003763505,-0.00497233,0.009063524,0.023850907,0.007292727,-0.015424414,-0.013312803,0.027547196,-0.0064303344,-0.011628585,-0.015087521,-0.009539617,-0.008933556,0.009057617,0.0134495655,-0.0111720925,0.018323325,-0.015029799,-0.0021105867,0.010748457,0.012433605,0.027739549,-0.020257162,-0.017374689,-0.017599382,0.0064127916,-0.003921208,-0.0025861787,-0.0040562,-0.01975813,0.023290573,0.02274761,0.017127726,0.0073611485,-0.018630307,-0.011047668,0.013085215,0.0070806425,0.017596887,0.016640441,-0.009578558,0.02151463,-0.02352169,0.030453743,0.011680259,0.00921016,-0.009930125,0.010259453,-0.018243048,0.019926937,0.001985662,-0.012074079,0.0012330352,0.03903262,-0.031230295,-0.00070207065,-0.006888017,-0.0033433752,0.0041796966,-0.004277672,-0.0143596735,0.0015381839,-0.011291585,0.0133354,-0.00902943,0.0012178979,0.019195886,-0.0028882446,-0.013758085,-0.014762621,-0.0056824507,0.009663532,0.012254598,0.021378238,-0.011595905,-0.0084321005,-0.0023090427,0.023762504,-0.01850733,0.005313405,-0.007288087,0.01568822,0.013974262,0.0014272538,-0.013928317,0.0129281785,-0.028487306,-0.004275669,-0.019560866,0.0068146293,-0.0060622524,0.015128368,-0.028893117,0.0011621423,0.007628974,0.021272762,-0.00901062,-0.018705571,-0.029109497,-0.019403584,-3.5851626e-05,0.009260406,0.014862066,-0.010871096,0.041033387,-0.0031924716,-0.0017508828,-0.0058254153,-0.008810351,0.00470162,-0.0011673265,-0.0058311657,0.0077399723,0.0023545926,0.010645449,-0.0065320674,-0.0009541748,0.004972205,-0.0046865675,-0.011467486,-0.0069676796,-0.003267101,-0.007955361,-0.023769004,-0.0121580055,0.010496088,-0.0033883958,-0.01046022,-0.0029789621,-0.027867043,-0.00737706,0.0010691799,-0.004739067,-0.037434805,0.007644493,-0.008127088,0.011968617,-0.020727128,-0.0050743055,-0.0025992256,0.013816331,0.004411082,0.024913795,0.01721359,0.012017926,0.014546694,-0.012230789,-0.014990859,0.0089051435,0.0046064225,0.003651731,0.027414097,-0.0045332387,-0.002652107,-0.013357484,0.029431121,0.00402466,0.008717811,0.020066658,-0.007108727,0.010045877,0.017271278,-0.011784186,-0.012556824,-0.0026573462,-0.0012032937,-0.006710397,-0.00057892944,0.0192577,-0.009767691,0.0063508,-0.0027339915,-0.009688815,0.015303971,0.00735995,0.004421717,0.017430266,-0.010385519,0.0073082484,0.032987904,-0.0005016955,0.009200486,-0.008502045,0.008446747,-0.017886188,-0.008475745,0.011074056,0.015465283,0.008792049,-0.037100922,0.021747282,0.0020367089,0.0048390203,-0.00956371,-0.0028001901,-0.016268346,-0.014133803,-0.004468367,0.00039394942,0.008656244,0.013176495,0.014316713,-0.015478367,-0.0058432994,0.0033349711,-0.019917555,-0.011711121,0.007755701,-0.013584751,0.0035417376,-0.010199946,-0.007150908,0.014528793,0.0019506735,-0.0134012485,0.0051892893,-0.012990288,-0.02912994,-0.009855658,-0.015141756,-0.0036876933,0.0079448605,0.0037690573,-0.011431261,-0.004168415,-0.010537413,-0.006551389,0.0052878885,0.027001716,-0.005693631,0.013527848,-0.0042433557,0.025759436,0.016587123,0.0001448004,-0.011684687,0.018116055,0.017353076,-0.0016202321,-0.02173625,-0.020418108,-0.0051861014,-0.0011398093,0.010770915,-0.0017036444,0.0060306946,-0.027087444,0.034362663,-0.0051663616,-0.012406334,-0.004253857,0.0011822189,0.015510952,0.00871641,-0.0025011583,0.005026004,-0.0070430464,0.024940839,0.0039917766,0.017565262,-0.010038716,-0.009618248,-0.051324565,-0.007954131,0.032450378,-0.015391789,-0.030476853,-0.011237864,-0.00063853234,0.0035337692,0.00048836385,0.019104473,0.0033364038,-0.0030972343,-0.008255478,-0.043616835,-0.0031021913,0.008276483,-0.018073995,0.005622176,0.013301114,-0.0010922087,-0.02514348,0.006780576,-0.010226716,-0.033551794,-0.014690902,-0.006113616,-0.0013817733,-0.011251971,-0.012682676,0.009005592,0.0006937137,-0.014105621,0.031017158,0.004069075,-0.002726025,0.028086329,0.0044371346,0.0006131182,0.001133108,-0.029959962,0.0044792006,-0.003460573,-0.016642096,0.007885675,-0.019117301,-0.0033566612,-0.0050778943,0.019187411,-0.017928323,-0.0072424538,-0.014377993,-0.003310164,0.003015959,-0.021154243,0.008318202,-0.0018213276,-0.012393394,0.025015648,-0.013529409,-0.00046218326,0.0195061,0.018156994,-0.005960317,0.010772116,-0.0046541127,-0.012750149,-0.02145507,-0.014861347,-0.0053495807,-0.003259413,0.0025369264,-0.008477008,-0.018052155,-0.0075183585,-0.0009055042,0.012642811,-0.008627344,-1.634264e-05,0.011656309,-0.0060884436,-0.0037364878,-0.01182649,-0.015614149,-0.016431464,-0.0016552643,0.022613024,0.014747175,-0.0057803076,-0.02870815,0.0030502982,-0.009269702,0.009757894,0.001383942,-0.025872178,-0.0032724375,-0.010630572,-0.0020708977,0.000722428,0.012744944,0.013090893,-0.006930707,-0.017244954,0.03672505,-0.005865342,-0.018449385,-0.02803026,-0.007319991,0.018086225,-0.0072931577,-0.0036116408,-0.027677735,-0.014059678,0.0057700286,0.0005794476,-0.0016998333,0.0003843765,-0.011764284,0.006345927,0.017263662,0.0007496104,-0.015279351,-0.00014630615,0.01739535,-0.007629379,-0.010323844,0.005491686,0.0029332212,0.003966365,-0.026555253,0.007965101,0.0189851,0.008320258,-0.012122707,-0.010028184,0.009057608,-0.0014066942,-0.0032445814,0.007460389,-0.0007148948,0.0026276365,0.008577385,0.037000988,-0.0069978526,0.0029904023,-0.038975548,0.0051761074,0.009427229,0.015233306,0.026618447,0.043048877,0.02063414,0.01908613,0.003915798,0.0126971165,0.0135576,-0.008842717,-0.016006524,0.0114613995,-0.0008110565,0.002975674,-0.0063533005,-0.013652967,-0.010818499,-0.007427747,0.008727035,-0.0030029085,-0.009063624,-0.025285866,0.0027700707,0.00019109725,-0.015533213,-0.02747928,0.022323297,0.027310269,0.002651049,0.019106494,-0.012694236,0.16710842,0.120059446,-0.0077921697,0.0037938394,0.016605161,-0.009454949,-0.016751314,0.0070155472,-0.014117658,-0.017122477,0.0002862811,-0.011804937,-0.008439223,-0.033830322,0.0032788962,0.00044663117,0.017712243,-0.011242025,-0.007477608,-0.0009138998,0.0016214916,0.011424553,0.011247209,0.018199228,-0.04364763,0.013697881,-0.028366564,0.0017595568,0.030526279,-0.037620988,0.008904814,-0.023138491,-0.02298026,-0.01852975,0.027866086,-0.006271216,0.0052665966,0.029176235,0.012759581,-0.021571409,-0.004273369,-0.0035340472,-6.577658e-05,0.0028239482,0.046108827,-0.01583154,-0.0072280127,-0.0061935894,-0.0030833858,-0.012620159,-0.009251184,-0.011363182,0.015856216,0.008311595,-0.005044258,0.0069450997,0.006109888,0.013644689,0.008944973,-0.006765069,0.01006897,0.016550919,-0.0003124515,-0.0015017042,0.0021829703,0.014098594,-0.018588936,0.0017677882,-0.012134833,0.009338369,-0.01049757,0.002143521,0.007234775,-0.00011194783,-0.011200787,0.0015408801,0.03138349,0.0035152284,0.018480932,0.01986497,0.004099784,0.017483573,0.002598904,0.015794737,0.014614892,0.012437679,-0.008556525,0.032290697,0.099925816,0.007998081,-0.00697239,-0.022036223,0.01816544,-0.0009495075,0.0073777786,0.044778857,0.011758545,-0.005419632,0.003729215,-0.0029708284,-0.0049569258,-0.009484766,-0.010268767,-0.0057140053,-0.009599547,0.012753816,-0.0026438967,0.026666379,-0.006966288,-0.017855061,0.0037097877,0.006963119,0.01695865,-0.013612265,0.0057523972,0.007206392,0.0137216225,0.00287204,-0.098294295,0.0027538363,-0.010084427,-0.019403195,-0.015799904,0.014691807,-0.04257984,0.0037161438,-0.010347986,0.0036654451,7.584164e-05,0.008741436,-0.0040019923,0.0036029355,0.004772241,0.001519929,0.018777888,-0.02362248,-0.013112864,0.00846394,0.01678099,-0.013530591,-0.00101333,-0.012306479,-0.015672088,0.023666088,-0.008342864,-0.008004175,-0.027062071,0.025573041,-0.0059762956,-0.017515946,-0.035065457,-0.010027429,-0.00872393,0.011197214,-0.008773815,0.0042894403,-0.0047919126,-0.01184006,-0.012662212,-0.032813814,-0.0076522524,-0.008217916,1.0476254e-05,-0.016968822,-0.027117686,-0.007242496,0.006910825,0.028592153,0.0071971985,-0.002795084,-0.00080062076,0.01603728,-0.0014737786,0.007271675,0.0067866216,-0.001964195,-0.008514281,0.010306026,0.0074473927,0.021877535,-0.019222114,0.0026111605,-0.017130014,-0.007547066,-0.022711676,-0.0064219264,-0.024048291,-0.001556421,-0.023738893,-0.00376063,-0.008733994,-0.026341937,0.008055142,0.0027891798,-0.008777965,0.014403364,-0.028568035,0.013600307,0.022974579,-0.027087117,0.017621368,0.116710715,0.019059287,0.0025479842,-0.0014407645,0.004140473,-0.00017001713,-0.0016046648,0.0072416505,0.02300882,0.014688965,-0.015020502,-0.012570211,0.016222855,0.01647756,0.008672077,-0.0059415083,-0.010298895,-0.0185234,0.0061384626,0.0027398223,0.024337608,0.0055749784,0.009693982,-0.03269498,-0.012121414,0.013782566,-0.0029919676,0.009924795,0.004875372,-0.030382363,-0.0058282358,-0.010137131,0.014414947,0.0018072628,0.0054770093,0.006842933,0.013329703,0.0040956815,0.009512673,-0.01799372,-0.0027830042,-0.030195508,0.005993361,-0.0071245376,-0.02800709,0.19144337,0.01149104,-0.024138609,0.0010509763,0.004384552,-0.022738207,-0.016925175,-0.004250598,0.0012458253,0.0018474739,0.011128619,-0.04819584,-0.012964985,0.008527994,-0.0023826985,0.008744705,-0.0052676583,0.016979016,0.0033671039,0.0032885326,-0.0030521594,-0.009894031,0.009016396,-0.009754623,0.019446015,0.024882514,0.035019394,-0.018650921,0.005924302,0.0054088444,0.0053213327,0.0049371514,0.0023172193,-0.011627,-0.0066149323,-0.0037286524,-0.011298465,-0.015230961,-0.0049754176,0.011816453,0.0084233135,0.013388387,0.0010968025,0.026663497,0.012240388,-0.0088303415,-0.0007442988,-0.021845102,-0.022317778,0.014645576,-0.009046148,0.02307104,0.0405209,0.015027916,0.020258551,-0.006732721,0.028097557,0.020354997,-0.00040292848,-0.008725179,-0.009749118,-0.0011698429,0.019925518,-0.016843213,0.015332685,-0.0013119966,-0.004056296]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 107,
          "content": "Former Yokozuna Terunofuji's Isegahama Stablemaster Disciplined with Demotion to \"Hiradoshiyori\" and Salary Reduction; Haku no Fuji Also Severely Warned for Inappropriate Conduct - Yomiuri Shimbun Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.005487367,-0.01831163,-0.011552049,-0.03698609,0.008465285,-0.014041088,0.003458235,0.009484691,0.009489293,0.03969109,-0.0008337167,0.008676297,0.009159644,-0.025206637,0.0840416,-0.004840433,0.021861332,0.046506315,0.009360321,0.008779982,0.0058003445,-0.017497115,0.014530845,-0.019589769,0.0048212623,-0.007034786,-0.012712808,0.0054747565,0.023067432,0.001573035,-0.00870672,0.017888203,-0.019763589,0.009741525,0.015352472,0.0040010368,0.010546819,-0.0064823045,-0.0232955,0.021630688,-0.0052284044,0.05451911,-0.008434682,0.013330234,0.00077684806,-0.007199009,-0.022370541,0.0035641266,0.010085411,0.016091917,0.006388733,-0.012618002,-0.0201216,-0.16609418,-0.017469307,0.017635427,-0.007311906,-0.00025483553,-0.011511955,-0.0044990582,-0.015989145,0.007565462,-0.016763927,-0.0047098235,0.010420796,-0.027949087,-0.0049968148,0.04860764,-0.03853963,0.0036962323,0.018640442,0.015004176,-0.014039727,-0.015384576,0.022257777,-0.0021531724,0.0058200695,-0.0043018027,0.0039018705,-0.038307987,0.0025576507,-0.024904767,-0.019562058,-0.0023648222,-0.028445417,0.025527889,-0.009511187,0.01083864,-0.018313512,0.011567902,-0.0011469512,0.009092698,0.0075602205,0.026275922,-0.03356095,0.0153874345,0.010778155,-0.024929969,-0.047252815,-0.0059604994,-0.0034372206,-0.012550223,-0.014689751,-0.004120355,-0.015966354,-0.0075009456,-0.012647902,-0.012321474,-0.014998357,-0.011457909,-0.0034442132,-0.013950304,-0.0065279403,0.019951742,0.0027655796,-0.12907359,-0.021975277,0.0053032506,-0.018922636,-0.054080598,-0.005141655,0.020585423,0.014833303,0.010177481,-0.033096742,-0.0440068,0.034202427,0.03414587,0.0007366002,0.0031708917,-0.008206036,-0.018513603,-0.0014206507,-0.024325732,0.033904206,0.05495706,0.003690624,0.012633372,-0.00424752,-0.001156797,-0.006274077,0.022928853,-0.008714897,0.004594801,-0.017316716,-0.01193328,-0.020861926,-0.0012652082,-0.017705794,-0.013523681,-0.016868006,-0.013953423,-0.04627446,0.015040793,0.008469065,-0.037523527,-0.0092274975,0.018329075,0.007271889,-0.026687717,-0.00063356664,-0.01722174,0.025024718,-0.011623709,0.001365005,0.0136343995,0.028943148,-0.011418414,-0.03406751,0.0025055672,-0.012901489,0.0077467035,-0.0036556378,-0.007413794,0.0053561893,0.004547194,0.011412754,-0.010181383,0.013771394,0.0064384267,0.02243256,-0.007890104,0.028388321,0.023919664,0.019615797,0.00053682266,-0.016278792,-0.03850464,0.009095172,-0.021876283,-0.035145108,-0.011573966,-0.0041428157,-0.0184735,0.019215472,-0.01167736,-0.024497936,-0.011419562,-0.035382442,0.037139777,0.0049060923,0.011699,0.0035950425,-0.001266509,-0.021976516,-0.0013678718,0.013512854,0.0005701389,-0.010707527,-0.008012724,0.0005664356,0.026132233,0.0013653291,0.0002350253,0.028019529,-0.035163883,-0.019548869,-0.011957416,-0.011343256,0.007039905,0.0028477393,0.007366897,0.005191626,0.022646286,-0.019244842,-0.017985484,-0.0023052162,0.023242375,0.0065955026,0.0071576573,0.026223598,0.0049716043,0.019409616,0.0041409275,-0.026957002,-0.0055570956,0.011144817,0.021441145,0.01284005,0.061074384,-0.021672463,0.0053038783,-0.011930362,0.0077403965,0.0011384326,-0.008843761,0.016494643,-0.027779562,0.0022684971,0.034413453,0.01597082,-0.008842589,0.012126685,-0.018349584,-0.0035802114,-0.014721271,0.023995997,-0.008118166,0.0041432357,0.0018101892,0.0040378384,0.0064709634,-0.006289199,0.0047278884,-0.010816774,0.043046087,0.020833263,0.0290133,-0.008148771,-0.010285315,0.02318192,0.01324096,-0.0010154545,-0.014430397,-0.01315381,0.0433781,-0.048474673,0.038686384,0.022048183,-0.02253653,-0.009944028,0.021629842,-0.008596828,-0.013980291,-0.016934337,0.004607754,-0.010993151,-0.011702965,-0.03881983,0.006674855,0.011320814,-0.023116937,-0.0067085666,0.02140321,0.005057556,-0.03124787,0.0046974863,0.007127337,-0.013025123,-0.035385907,-0.0154671995,-0.014556734,0.059342273,0.05848839,0.03490017,-0.0060560387,0.0028359194,0.007512975,-0.003231318,-0.024761198,-0.014973558,-0.014099186,0.0054677976,0.0033137216,-0.014368493,-0.0130104525,-0.00020508253,-0.05663898,0.03097926,-0.030835113,-0.023710476,-0.025831856,0.021290012,-0.014710813,0.01162068,0.0073298775,-0.007190717,-0.038694713,-0.0052907346,0.030487534,-0.0018752429,0.029786106,0.017545704,0.012554116,-0.03059262,0.0206553,0.0036532313,0.005313582,0.0004231499,-0.007596631,0.0027429147,0.007419258,0.0235355,-0.037919674,-0.00918262,0.017015317,0.008647119,-0.0069424254,0.0032557307,-0.016335752,0.0071721966,0.0011112678,-0.024875177,0.005490188,-0.0142040495,0.0058009448,-0.0056261825,-0.010968809,0.007582737,0.0161787,0.015049623,0.04552331,0.0012402722,0.01123836,0.01881154,-0.02255358,-0.029806707,-0.0059850262,-0.033176683,0.0017523587,-0.025892382,0.0025411225,-0.02050166,-0.01620724,0.0077865873,-0.012595979,-0.00674424,-0.011151155,-0.002993551,0.0068179388,0.029119205,0.015520056,-0.004687342,-0.027574321,0.011984159,0.0033612384,0.015871705,0.010277395,-0.0059894174,-0.010638767,-0.018651532,0.003247535,-0.00395038,0.010978551,-0.010526176,0.00043037854,0.0065484983,0.014988371,0.016853899,0.03617154,0.0133783985,-0.017078517,0.0026059013,-0.012363724,0.019329557,0.039964017,0.017536653,-0.0117614595,0.00849237,-0.021079674,0.019699248,-0.01968626,-0.016498657,-0.02259869,0.018391676,-0.00892799,-0.013609608,0.00544451,0.0068252846,0.0014888032,-0.0102844015,0.03977129,-0.007862962,0.021644158,-0.0040447484,-0.008051026,0.004181004,0.009249988,0.009675121,-0.025208388,-0.03492014,-0.023657797,-0.0004649139,0.005662099,0.012149737,-0.031494047,-0.028485512,0.025049089,-0.029285612,0.005900972,-0.013097424,0.01338844,-0.018721992,-0.0033175834,-0.02928351,0.029591335,-0.011018701,-0.015606661,-0.012151143,0.010734959,0.012354758,0.008736794,0.024614025,0.033135124,-0.026625702,-0.016654147,0.017596912,-0.019625457,0.013620996,-0.0123602,0.009859052,-0.029146694,-0.007568021,0.0013865505,-0.0110907275,0.001612859,-0.0064081554,-0.024556523,-0.014618504,0.020924263,0.006289123,0.0131401885,-0.019980196,0.02837639,0.012826096,-0.010980908,-0.016526377,-0.0058516287,-0.009113206,-0.010570545,0.028084075,-0.03521412,-0.023030931,-0.016777534,-0.008751783,-0.017521186,0.010361374,0.0027085023,-0.036529314,-0.016275585,-0.02664277,0.002053753,-0.018604033,0.00028869451,0.002706377,0.007898918,-0.0029572488,-0.001950411,0.007242713,0.004461503,0.011741485,0.014798895,0.014349716,-0.01302674,-0.030990958,-0.004737114,-0.019667374,0.0062403604,0.0010461861,0.010262817,0.00990143,-0.024391435,-0.0016245458,-0.009519654,-0.003159103,-0.024683645,0.0016661092,0.016239384,-0.02061063,-0.02797871,0.003543423,-0.012331416,-0.01117552,0.0036617182,0.014708641,0.030584203,-0.0010894586,-0.009843032,0.032549895,-0.015438506,0.0044791065,0.032854863,-0.010840217,0.002837875,-0.008584558,0.0039335284,0.0074834703,0.029887907,0.006427632,0.025364533,0.005945921,0.007039548,-0.017646994,-0.0018835175,-0.0077773817,-0.057187147,-0.0024179358,0.009864844,-0.0035878764,-0.011583508,0.014485806,-0.00021861916,-0.020232225,0.031451263,0.0073929457,0.03307412,-0.015515172,-0.009641804,-0.011584666,0.0074230446,0.006180168,-0.027730454,-0.010195246,0.0026039905,0.0053918594,-0.0041775876,-0.02451199,0.009653169,0.010304961,0.02082156,0.008945134,-0.0021158657,-0.01257365,-0.015631305,-0.016934613,-0.008319405,0.009708057,-0.008092021,0.014294259,-0.0035027596,-0.005993955,-0.014273345,0.012223623,-0.010648771,0.012122407,0.0018137087,-0.014217984,-0.0108586075,-0.018253105,0.024534408,0.007052433,-0.004663052,0.020845199,-0.013209913,-0.021231355,0.007853408,-0.026007855,-0.011524769,0.001188991,0.014787629,-0.04691406,-0.01983654,-0.03238756,-0.044445034,0.015320771,0.015771465,-0.015015905,-0.008948893,0.01974085,-0.0014266096,0.042973876,-0.0068620285,0.011983793,-0.0023681968,0.0026605348,-0.057849694,-0.00018056651,-0.016630538,-0.029173587,-0.013785614,0.0012586919,-0.008450275,0.015621861,0.027461434,0.013366775,-0.0067075216,0.011249691,-0.08999332,0.0021129474,-0.023089783,-0.004800559,0.0027159848,-0.0028337375,-0.0045598717,-0.0062925606,-0.015398767,0.008811206,0.004510382,-0.0043115434,-0.016880073,-0.008750755,-0.0156199895,-0.012911934,-0.0026267779,0.0064038625,-0.0055857506,0.009325496,0.017724693,-0.00022706964,0.00057866867,0.011905748,-0.003622831,-0.009431258,-0.0067346073,-0.01971835,0.01905061,-0.021397837,0.015826823,-0.14153734,0.013009493,0.0031347042,-0.0021776315,0.033375558,0.010635349,0.015192708,0.010450337,0.006648572,-0.034358557,0.011621184,-0.012273883,-0.0021349692,0.03624425,0.03216307,0.08687505,0.008482431,0.028705774,0.019733131,0.0026035237,0.024491912,-0.008915505,0.029130114,-0.011481319,-0.009481179,-0.0004650067,0.0019591907,0.02957142,-0.009339673,-0.0041585206,0.014716772,0.0001612688,-0.013195342,0.0009892492,-0.014745479,-0.007339727,-0.003176871,-0.017601075,0.003043398,-0.0056187795,-0.008250473,0.011003315,-0.016215421,-0.0046131993,0.0013280701,-0.011429481,-0.03909526,0.009791378,-0.001789608,-0.028453665,-0.052791532,-0.098771684,0.034926917,0.01083757,0.0036000137,0.005147867,0.02311556,-0.017396508,0.018272137,0.033119522,0.018492937,0.0041244915,0.01749416,0.007503398,-0.011028555,0.012956896,0.010854902,0.0032216278,0.004165633,-0.008795528,0.003541439,-0.0026030825,0.0020056644,-0.01318705,-0.032588426,-0.021227341,0.022986207,0.014158815,0.0012567006,-0.014395869,-0.009653801,0.003237559,-0.00069214444,-0.006044812,-0.0020253581,-0.027798459,-0.005395486,-0.028989894,-0.007019452,0.0068501835,-0.007866316,0.017527632,0.0035984246,-0.027776858,0.017661888,0.029982612,-0.0014518433,-0.019009706,-0.040670894,-0.004842881,-0.018410113,-0.0016897977,0.005275246,-0.013111859,-0.00920507,0.004040007,-0.020618461,0.004533346,0.02780738,-0.0054176063,-0.007680299,0.0016449429,-0.0041282596,0.01890006,0.012485086,0.014638859,0.006443019,0.003596167,0.014345549,0.0028444398,0.0026488607,-0.0014521386,-0.02486075,-0.021854768,0.009662578,-0.009973003,-0.012282042,0.013049209,-0.018609818,-0.039857615,0.016836083,-0.007771812,-0.0050506126,-0.0005332848,0.02282874,0.00063955307,0.018497275,0.016393622,0.006945787,-0.0055114934,0.020992422,-0.009109448,0.002754436,-0.012862573,-0.007169056,-0.0077306046,0.004689182,0.00056922133,0.004107992,-0.002910009,0.01873552,-0.033707403,-0.009887365,0.016411047,0.009864885,0.007327011,0.014577811,-0.013185568,0.0074804723,-0.008823407,-0.009016836,0.0065817353,0.0006859807,0.011666119,-0.0018917192,-0.014355549,0.0071873586,-0.0013250015,0.008412353,0.024170244,-0.006510386,-0.009851871,-0.0067293937,-0.012403237,0.020101475,0.0021082168,0.00014117485,7.09684e-05,-0.012305317,0.0015400423,0.00043554828,-0.017229427,-0.00510316,0.01161906,0.007946982,-0.0006110129,0.002754062,0.0012432294,0.0022417193,0.0008194681,9.675067e-05,-0.017822398,-0.0034097333,-0.017167581,-0.017313713,0.004851142,0.0035981762,0.003205694,-0.0012224304,-0.0053749178,0.0022358515,-0.0064629624,-0.0028517393,-0.012043898,-0.008699642,0.013056286,0.013587505,0.0041154413,-0.010101547,0.010477709,0.009318135,0.007466719,-0.0003464233,0.0024899505,-0.019365981,0.0032844387,-0.011539646,-0.0028166084,0.0015480089,-0.0067137047,-0.013070883,-0.024626713,-0.0093657235,-0.026141563,0.0035026865,-0.0003103131,0.019066146,0.019312767,-0.011237633,0.008811768,-0.008051786,-0.001235375,-0.0071728267,0.004236914,0.0020727399,0.000962914,0.02362604,-0.0129257,-0.0069589964,0.003874198,-0.0047422466,0.0044375127,-0.002388009,-0.019274205,-0.0033643823,-0.006537086,0.016145313,-0.007339315,0.008979474,-0.011694183,-0.002393383,0.014042984,0.0259048,0.019339444,-0.0009142052,-0.013853989,-0.01702946,0.024664454,0.019400459,-0.008238516,-0.013794573,-0.0065723904,-0.006393121,0.010331076,0.017139526,0.0033984024,0.01746539,-0.008086088,0.010562989,0.02005225,0.009691437,-0.008624126,0.0064614587,-0.0035320038,0.017075593,-0.0044002016,-0.0014111288,0.0059659933,0.021635396,0.005114224,0.03195157,0.009531109,-0.004052051,0.015190082,0.015027812,0.0019491782,0.024926445,0.010396423,-0.008623944,-0.0001973364,-0.0020231176,0.01894051,0.018954035,0.002955727,0.006726278,0.016863951,0.0050953114,-0.014887353,0.005338813,0.0058819214,-0.004036544,0.0063215024,-0.0041062664,0.009417916,0.00436644,-0.020996958,-0.010682062,0.0056172404,0.01475694,-0.0024924998,0.09048312,-0.005107577,0.0196501,0.0071228826,0.0007907529,0.008588367,0.008329381,-0.0059721256,-0.012548967,-0.008231913,0.005582673,-0.006381245,-0.0088190045,-0.005953494,0.028591909,0.02596109,-0.0035664067,0.008363923,0.008788726,0.006269643,0.0023696683,0.008193876,0.0017641708,-0.004164878,0.008591364,-0.0030307006,-0.009228871,-0.008547339,0.0050420864,-0.008658586,-0.0012904413,9.9414625e-05,0.0007676568,0.022258915,-0.023641214,0.0022512937,-0.012963259,0.015071713,0.014330603,0.010739705,0.02133084,0.011727459,0.009498465,-0.0018491494,0.0051982664,0.0041731466,-0.012877244,0.0014942628,0.02014185,-0.0128628425,-0.006607126,0.014203783,-0.0005257763,-0.01679342,-0.028127294,0.026190497,-0.013575644,-0.013056286,0.006736525,0.0010860002,-0.0093651125,0.011863831,0.012085772,-0.021116389,-0.0064170994,-0.0052845078,-0.016733907,-0.0027767555,-0.009743902,-0.012342308,-0.016761122,-0.011946318,0.000792969,-0.014698166,0.037152685,0.017876908,-0.010064384,0.009750026,-0.0022557285,-0.02414173,0.0148861995,0.0072377776,-0.01955235,-0.005666324,0.025219016,-0.020900413,-0.025733147,0.0047734883,-0.012994166,-0.012791382,0.008411152,0.00034087006,0.00040970717,-0.018248472,0.002668571,-0.0026940913,0.04631465,0.007667821,-0.00957708,-0.0085001625,0.012459504,-0.003969549,-0.0115658,0.019347984,-0.006213594,0.022677796,0.0074418103,-0.017009227,0.0026296624,0.0035592197,-0.015488358,0.012143472,-0.005589462,0.0011815461,0.014068725,0.0032596448,0.030781014,0.010577621,-0.011100827,-0.00037314591,0.0063815494,-0.006529603,-0.025076289,-0.007955508,3.0523002e-05,-0.009171579,-0.010362899,-0.012103791,0.00040724868,0.006147968,-0.00530448,-0.015154802,-0.001568359,0.001774876,-0.00533798,0.0016789905,-0.0049734977,0.016393637,0.011118976,-0.008028277,-0.018821858,-0.006299305,-0.01652563,0.010488145,-0.009064253,-0.0066474504,0.007255307,-0.008684567,0.003946129,0.019248178,-0.012620362,-0.0023570112,0.004983048,-0.004075349,0.00028952092,0.0008864915,-0.013510017,-0.0016016129,-0.009765298,-0.025691375,0.002962454,-0.015576395,-0.009236014,-0.0030427016,0.01148573,-0.0044261646,0.016840942,0.014769969,-0.0129627045,0.008009495,0.014415273,-0.015588257,0.0138693545,-0.006811554,-0.008112041,-0.011203377,0.017835822,-0.006732874,0.012543971,-0.008895362,0.0043907496,-0.0031216033,-0.03312055,0.0021314574,0.0010480488,0.0020601165,0.0063880123,0.0069141993,0.003202788,-0.021336984,0.012699413,0.015889173,-0.01737701,0.008630078,-0.0017734473,0.011501941,0.019646863,-0.0018785023,-0.009703503,0.013702394,-0.0002277034,-0.013190427,-0.012951859,-0.0147454925,-0.0049676388,0.00052190135,0.02191272,-0.005262497,-0.0006022808,0.0029975243,-0.009035183,0.0099671,0.0047484734,0.008033902,0.002191131,-0.0033548633,0.029067991,-0.007369634,-0.005830956,-0.00746301,-0.0023662904,0.0059125535,-0.0012390534,0.0035064642,0.00078578066,0.023449628,0.0047421823,-0.008590469,0.011473431,0.0051474236,-0.009126553,-0.004912573,-0.00068294606,-0.012047466,0.019196222,0.017059268,0.0013209552,0.008724927,-0.027322443,0.0041500526,-0.012157723,0.0014070197,0.002224777,0.01090381,0.006513032,0.014297936,-0.009520574,-0.0040576444,-0.01816657,-0.011775033,0.013699054,0.0010662851,-0.013135719,0.009919684,0.0085543925,-0.012898105,-0.005880071,-0.035089448,0.025749454,-0.009218408,-0.003765496,-0.0046940288,-0.01830421,-0.0029708454,0.011975338,0.005227465,-0.004425997,0.012868416,-0.010000401,0.004629568,-0.0029329152,-0.004503703,0.01563575,0.009631654,0.0047928933,-0.0033596307,0.004880874,-0.019789955,-0.00568621,0.0008892273,0.0017119331,-0.0003378497,-0.008164235,-0.021584308,-0.0021621657,0.0015850692,0.0068832003,-0.01600166,0.013405089,0.012286586,0.009496504,0.011541228,-0.0040994864,0.004366216,-0.006844314,-0.0069290814,0.013535756,0.011305983,-0.001979351,-0.017595937,0.0075619943,0.0015555978,-0.012032997,0.008679461,-0.01047285,0.014935758,-0.021314023,0.011054945,0.017364899,-0.018480197,0.005815022,-0.0034479902,-0.009629382,0.025993101,0.00669163,-0.0025048119,-0.00529956,0.004003216,0.012685433,-0.0019955372,0.0035317435,-0.017477553,0.009311372,0.00041645824,0.019778397,0.0005986234,-0.00814805,-0.0078032664,0.00079810753,0.026137488,0.009410204,0.0022337364,0.0064463643,0.040699527,5.9449874e-05,-0.010288221,0.0011590044,-0.0008924198,0.003538514,0.00013346285,-0.009584492,0.008764403,-0.022151286,-0.011158543,0.024126275,-0.009374165,-0.009318815,-0.01217078,0.014611029,-0.015767464,-0.0016923962,0.0050536497,-0.0031804475,-0.011303742,0.009827681,0.008785775,0.0022948915,-0.005221743,-0.0077244984,0.00295808,0.005759825,-0.00976991,-0.010192345,-0.012545794,0.007961131,0.021169908,0.00749522,-0.0075882967,-0.005876667,-0.0037897704,0.0016279464,-0.007080749,0.0010242065,-0.00782971,-0.01198176,-0.008255637,-0.020792777,-0.0017025296,0.021410707,0.0026623688,0.0011105816,-0.0142617775,0.011016942,0.0037058932,0.0030302997,-0.004097683,0.0017528107,-0.022188893,0.0038395016,0.006025253,-0.022017626,-0.0041873413,0.018842489,0.002761411,-0.01935315,-0.0149648115,0.009233369,0.012100016,0.012098287,0.007614981,0.006951421,-0.02465278,0.008449636,0.009331326,0.0049386094,-0.017201517,0.0016885097,0.006685768,-0.003027638,0.014862416,0.018967362,-0.017071545,0.013702092,-0.010334809,-0.010964712,-0.016571883,0.00090141327,0.012792573,-0.0066512846,-0.0066581722,-0.00071713224,0.019100152,-0.0032160848,-0.008658835,0.014075224,0.006159496,-0.0011695636,0.0017195288,-0.0029242442,-0.008149291,0.018656448,0.005583273,-0.011732075,0.0031322935,-0.028966023,-0.014728133,-0.0035566918,0.005386218,0.0017934158,-0.018044988,-0.0131842205,-0.0122890845,0.0129462285,0.006549551,0.009928418,0.009757112,0.010784259,-0.0025775796,-0.0057767136,8.4521285e-05,7.159133e-06,0.013385921,0.0038297335,-0.011494719,-0.009538583,0.0043624663,0.0062289606,0.0042080465,0.02106225,-0.012236066,0.0074757505,0.003360966,-0.072649196,0.0045244577,0.002250824,0.015466416,-0.011622745,0.009773746,-0.02054213,-0.005856398,0.006933795,0.009930605,0.010786145,-0.0029948251,-0.015938265,0.011424256,-0.0036327157,-0.0035284916,0.010166597,0.0025362615,0.010378049,0.009199149,-0.016675083,0.00096422527,-0.0054286835,0.0058103623,-0.008068784,-0.0042536813,-0.011631499,-0.0070827473,0.007561357,0.008335768,-0.0033745633,-0.018371504,-0.009513544,-0.0068377154,-0.0009432852,-0.002329365,-0.013139218,0.012461041,-0.13079548,0.0011694597,-0.01923273,-0.0054181456,0.0038475564,-0.009993698,0.020029604,-0.006502105,-0.009528517,0.00881504,-0.006671747,-0.0035904916,0.00019465908,-0.0031767988,-0.0027358527,-0.010177212,-0.0051620035,0.002511924,-0.005863007,0.0032790585,-0.016636016,-0.0062129307,0.01322445,0.022883754,-0.0068015405,0.005491802,-0.008791277,0.0068619917,0.0035063548,-0.011145161,0.0005400382,0.0020833886,-0.0057124603,0.014773215,-0.00020080114,0.0024806792,0.018805074,0.024275905,-0.0025118038,0.005218296,-0.015720144,0.02455923,-0.010644835,0.0023948003,-0.012181921,0.0022694163,0.0088599045,-0.0053454367,-0.004353903,0.02144857,0.006337346,-0.008102687,-0.015318737,-0.011997776,-0.00010797227,-0.00056350016,0.007987895,0.012908383,-0.026237158,0.016399845,-0.006445107,0.0053688255,0.003534166,-0.007058138,-0.0057825847,-0.011124869,0.016923836,0.0068285223,-0.002058694,0.0065060416,0.01041642,-0.0048553143,0.0007339599,0.0045009837,-0.0007123653,-0.0020069508,0.027658233,0.00573718,0.019052874,0.0144217415,0.014968983,0.0037248798,-0.010138284,0.00552568,0.001223986,0.009944336,-0.022393497,-0.0043946477,0.0330795,-0.0729116,0.0041241846,-0.008181647,-0.010350115,0.0026454348,-0.0090301465,0.011175136,0.009932473,0.016626826,-0.01199949,0.0030410711,-0.020847494,-0.0098768575,0.008615054,0.027203536,0.02200973,-0.008916604,0.019223293,0.0038747487,0.006827802,-0.024993233,-0.003801704,-0.019671522,-0.001069495,0.007980783,0.008380826,0.036056522,0.00621788,0.009283623,0.0029093113,-0.00083835144,0.026292136,-0.0014579891,-0.003914956,0.0055392333,-0.018952087,-0.018489264,0.035247825,-0.0051852497,-0.011392085,0.0011743612,0.027159395,-0.012606876,-0.014594629,0.008865501,-0.01286496,-0.02698338,-0.018607877,0.006918953,-0.008983325,-0.0104367295,-0.003065939,-0.0037301716,0.009065161,0.012471816,0.012387733,-0.0043975892,0.0035262424,0.0069193495,-0.005554043,-0.011230518,-0.016900469,-0.0085854735,0.010388493,0.013972068,0.016415728,0.011720684,0.02187301,-0.0053915936,0.0007565797,-0.0050311293,0.008414159,0.029929645,-0.0067322413,-0.0048726792,-0.008178088,0.016008837,-0.009117202,0.0014064672,0.003931689,0.0022486495,0.010631832,-0.00683587,0.016330676,0.00017372625,-0.011518913,-0.012177152,0.02946019,0.001978197,-0.0052252896,0.011094815,-0.016392177,0.03161553,-0.008683975,0.021735003,0.012322142,-0.0035126526,-0.023319101,0.0063109715,0.009762778,-0.0012689342,0.009177114,0.0065152813,0.010193703,-0.009549163,-0.011327676,0.013373363,0.016159771,0.009435192,0.004916046,0.0018558372,0.019495796,-8.437304e-06,-0.0344106,-0.16588946,-0.012824148,-0.004756685,0.0029365153,-0.0030585683,-0.0033304056,-0.0059385453,0.017482873,0.0043381,-0.00017919282,0.02201638,0.014521961,-0.015351736,-0.022048514,0.029906688,-0.016279254,0.017258428,0.01313266,0.011032153,-0.00045228153,-0.012817559,-0.0074647283,-0.005684255,-0.0053140805,0.01968896,0.014654156,0.004707,0.0036467593,0.0066047194,-0.018901331,0.014470766,0.0061356905,0.019015577,-0.003275302,-0.014809804,0.031271316,-0.009396419,-0.004369783,0.014749443,0.017418586,0.02014477,0.00033332416,-0.0050352947,-0.007534914,0.0049178116,-0.0028766482,-0.00070760545,-0.009467009,-0.019013513,-0.0069512073,0.0077182655,-0.00043004125,0.001953312,0.00055799563,0.023418218,-0.019538894,-0.0048434483,-0.0033643125,-0.0023094078,-0.0060862214,0.0058560134,-0.009352825,0.03397007,0.006106896,-0.0050755646,0.01106625,0.005506021,0.12823941,0.0066789407,0.0033814905,0.0015586485,0.017245702,0.015760064,-0.008990376,-0.013628025,-0.009975821,-0.015196206,-0.007087193,0.0205243,0.009709434,-0.03912767,0.0024147343,0.019833563,-0.00036887176,0.015160688,-0.0062135323,-0.0071728597,0.008777495,-0.0013203255,-0.001465037,-0.0006167182,0.013461059,-0.001565665,0.005770779,-0.0054245284,-0.011065955,0.010997829,0.01506249,-0.0093713505,0.014748341,-0.009787898,0.0016001642,0.023551717,0.0017478092,-0.01730747,0.005392763,0.009919046,-0.0005857749,0.006937284,-0.020201582,-0.008317805,0.013113728,0.00085336325,0.015944539,0.000278036,-0.004778648,0.0067002447,-0.043686282,0.0019777487,-0.0030024024,0.00069423113,0.018928388,0.009916469,0.013008898,-0.022487268,-0.012916526,-0.0033208912,0.018902134,0.008726107,0.010830146,-0.013287754,-0.027464481,-0.0150620965,0.005875274,0.0018994153,-0.0024241717,-0.08977477,-0.019780306,0.0022672084,-0.020767966,0.00010968965,-0.017865663,0.021346744,0.0014375026,0.006244372,-0.023748495,0.005168999,-0.00551979,-0.00650758,-0.0018600052,-0.004753648,0.008022581,-0.007238319,-0.0018068699,0.0017080967,-0.0078061623,0.014075535,0.028658401,0.0034115533,-0.012946758,0.0034634573,-0.02195846,0.0041580442,-0.011073378,-0.012497225,0.009542609,-0.0010311952,-0.043742508,-0.0070323986,0.010544811,-0.023838686,0.013709378,0.01350478,-0.019738583,-0.008532815,-0.009422516,0.027363582,-0.0017446596,-0.0031507863,0.024551947,0.019571938,-0.011075592,-0.010283016,-0.009296036,-0.004354543,0.008763623,0.0005628299,-0.0055602733,0.0070921904,-0.031929202,-0.006867806,-0.0021569226,0.029534869,-0.041918635,0.008526744,-0.0014067932,-0.002914773,0.0029581646,-0.0100752525,0.0071726786,0.027159395,0.0148816565,0.0065676034,-0.0049905297,-0.0060063098,0.004598378,-0.003232148,-0.01553947,0.007615251,0.006575829,0.02486446,0.01444633,0.0018439635,0.0061375694,0.0006902863,-0.0306847,-0.01832989,-0.019154822,0.004659658,0.00015543877,0.031469285,-0.016613616,-0.0017982392,-0.013543941,0.017987398,0.0052103694,-0.0030217536,-0.0038759774,-0.027672533,-0.00020743051,0.026853925,0.0138747515,0.018632662,-0.015590041,-0.0020292345,-0.011784115,-0.0088503035,-0.011535632,-0.017048601,0.023890126,-0.012367161,0.009570933,-0.006488966,-0.018558891,0.028703451,0.030772937,-0.015033728,0.0049072145,-0.0113821,0.005373593,0.025740376,-0.016200852,0.008767605,0.0030807261,-0.01599293,-0.014395243,-0.0014836566,-0.0024892732,0.0307141,-0.011613143,-0.015874647,-0.025135975,0.0045247446,-0.010041557,0.0061477125,-0.0109075485,-0.04776183,-0.009881716,0.013799019,-0.008979088,0.0042524,-0.012034144,0.021724775,0.0010629429,0.02768447,0.017079657,-0.024328701,-0.0020400758,0.012441093,0.026002623,-0.0030729244,-0.025062114,0.010574966,-0.002828046,0.029315317,0.012276742,0.00381579,0.008438807,-0.0039007713,-0.01748513,0.009682041,0.006125276,0.0076417,-0.000103472674,0.0038484172,-0.013841586,0.025351163,0.020843575,0.0108812945,0.031016996,0.001860163,-0.0049205334,0.01350075,-0.0078011984,-0.040813226,-0.020782229,-0.003163946,0.010248705,0.005112646,-0.00053304393,0.0017638829,-0.0059184358,0.01860139,0.022015654,-0.021413995,-0.07620285,0.01385894,0.002109878,0.010896028,0.015868682,0.00012912728,-0.01708722,0.013462464,0.0008285672,0.014025927,-0.0077032633,-0.0012510181,0.014871792,-0.010891264,-0.008698113,0.025007954,-0.006923843,0.0017820183,0.020962695,-0.019920565,0.0064327884,-0.008454359,-0.019740297,-0.011527037,0.010216322,-0.006066899,-0.0054533,0.006103711,-0.009068947,0.0017363355,0.0054069064,0.013764699,-0.012640932,-0.018570175,0.026147686,0.00947028,-0.019523153,-0.016592085,0.015725348,-0.023617985,0.0015047381,-0.0033112215,-0.034839742,0.0041571497,0.0039278516,0.03346687,-0.006335251,-0.0013266226,-0.013809577,-0.027676892,0.006521969,-0.011893776,-0.015413259,-0.014906643,-0.009186149,-0.018872105,0.0078101046,-0.0018954683,0.013492374,0.004949981,0.005495839,-0.0047024204,-0.0107925115,0.019310353,-0.007882111,0.0030780581,0.007428377,0.014076559,0.003197959,0.005884816,-0.0064725364,0.0061650747,0.028527642,-0.011152704,-0.004335407,-0.008978344,0.01760301,0.019090744,-0.022741824,0.005292264,-0.0110333115,0.04616215,-0.009409558,0.058549624,0.0014374766,-0.030283002,0.0006491161,-0.10347666,-0.011226163,0.019522604,0.018978812,0.020117631,0.019386297,-0.029609045,0.017658865,0.022858804,-0.01123557,0.008881176,0.00037388693,0.017538415,0.0052745696,0.009664431,0.000241061,-0.0037741722,-0.0007323109,0.016360812,0.003617546,-0.018211188,0.00683923,0.00062067533,0.022882698,0.0068113026,-0.056769703,0.0032646405,0.0063475175,0.015684009,0.006628252,-0.008207211,-0.0041090334,0.0056069186,0.009386889,0.005952442,-0.0043390333,-0.019427732,-0.016469996,0.017153313,-0.0064524366,0.023264296,-0.011428778,-0.02026893,0.0033184413,0.012895104,0.006620294,0.008067166,-0.009753456,-0.017090939,0.0041137156,0.0050635193,0.0037444064,-0.004440504,-0.018233594,-0.004545713,-0.0066971104,0.007837568,-0.006951137,0.0021976628,-0.002373956,0.0033986634,0.0036951345,0.00448002,0.025179435,0.005972049,-0.014183165,-0.0029790632,0.0027849867,-0.027403863,-0.001287969,0.026129566,-4.3804866e-05,0.0065684416,0.018704148,-0.009806203,0.011712706,0.0019236022,0.004872477,-0.012675382,1.830499e-05,0.0048769256,-0.0056320624,0.017322185,-0.023626221,-0.0018322335,0.0074040703,-0.024472816,-0.006152273,0.011056021,-0.013261717,0.009714598,-0.012798275,-0.00874713,0.012551235,0.023814084,0.016145075,-0.0037043993,-0.01105669,-0.003724291,-0.011138875,-0.0047455924,0.013315926,-0.033214178,0.017002676,0.012830343,-0.006440441,-0.016493201,-0.00283302,-0.0011627042,0.014528074,0.0002931023,0.0024303384,-0.0012917726,-0.016544286,-0.01579412,-0.012468492,-0.0052503957,-0.016154913,0.00137597,-0.011808848,-0.0038349628,-0.022182697,-0.030128567,-0.003261199,0.027799046,0.009930989,0.0041863658,-0.010011657,0.005704821,-0.008739533,-0.00034292229,-0.008122497,0.017998265,-0.004850416,0.01810342,0.010345998,0.0010351308,-0.0025632374,-0.002784625,-0.012011447,0.0039663226,-0.02231895,0.027631275,-0.010743827,0.022473833,0.021240152,0.023560842,0.008278385,-0.0017973938,0.0022827697,0.006697663,0.001361211,0.009115973,0.00033734314,-0.012534866,-0.0036199007,-0.022708941,-0.0031962052,0.016304372,0.008123601,0.012097122,-0.0021334197,-0.008061203,-0.031221056,-0.029441442,0.0024971643,0.014099501,0.0056721214,0.013469301,-0.010223869,0.013912076,-0.015836699,-0.02011306,0.009538963,0.020356653,0.0040624505,0.0029544197,0.01935591,0.012909804,-0.019393837,0.004448103,-8.554884e-05,-0.0012888975,-0.0005084689,0.0012792029,0.010254831,-0.006440159,-0.012752972,-0.0011503737,0.009292831,-0.016543522,0.009210883,-0.026290633,-0.02406237,0.0103873,0.0083003985,-0.0141805,-0.014523936,0.007640707,0.015200715,0.012678445,-0.022325637,0.016562462,0.00086086866,0.007925653,0.03014522,0.003112497,-0.0019052116,-0.022908662,-0.008039899,0.02620174,-0.0091233505,0.027014755,-0.00087171496,0.0029909483,-0.0063163075,-0.009513191,0.006916378,-0.013413461,0.011996383,0.021792077,0.010245493,-0.0046700523,0.017989099,-0.023666631,0.013756533,-0.0041628447,-0.0057464624,0.008295028,-0.0049665654,-0.0002870796,0.0059723714,-0.0048839943,0.013141822,0.006946346,0.010157484,0.010943057,-0.014769818,0.019889345,-0.0044206,0.007926477,0.0057125734,0.023751872,0.019154651,-0.025860105,-0.008889306,0.016835669,6.256703e-05,0.008894186,0.010177836,0.0037908726,0.010867323,-0.01723184,0.015225245,0.009480353,-0.017709088,-0.022173667,-0.014670551,0.02634712,-0.006165914,0.0026153293,0.0011449873,0.00024594457,0.00830368,-0.0014105242,-0.012254179,0.0050012185,0.001162676,0.014614925,0.0076753693,-0.008073053,0.0065773837,0.0042464132,0.005007661,-0.008360665,-0.0020305193,0.01149882,0.009454987,0.014187084,-0.0016252412,0.017733201,0.020997236,0.0069909752,0.003608274,-0.012118375,-0.0030544975,0.025118062,-0.018957246,-0.009312682,-0.008285722,0.009944797,0.0048618424,0.014307345,-0.0018151986,-0.029409468,-0.0072761676,0.0025027588,-0.0026398692,-0.021567795,0.016695606,0.013897727,-0.03373212,0.00798799,-0.015429165,-0.0196315,-0.00848419,0.010353294,0.00277093,0.009238201,-0.009155195,-0.0082790945,0.0062854607,-0.003043027,0.011332853,-0.0076849256,-0.0076368684,-0.01190554,0.00168329,0.009688252,0.0003163629,-0.008494002,-0.015042983,-0.0050339876,-0.014606672,0.014999978,0.016567135,-0.0049999445,-0.017168155,0.000100834535,0.017674573,0.020165056,-0.010151226,0.013930275,0.0065721218,-0.013229943,0.018431492,0.0074572214,-0.02142599,0.0033799566,-0.0040620686,0.0024472577,-0.00022711189,-0.0008411792,-0.0008006841,-0.0086391205,0.0017350728,-0.00898076,-0.030841304,-0.017021675,0.008724318,0.0041875704,-0.0026118648,-0.0063745445,0.006460802,0.0073461914,0.016503908,0.026124375,-0.013743207,0.017069483,-0.018108075,0.013951103,0.010594531,-0.011627509,-0.005753094,-0.011692227,0.02198709,-0.006841207,0.018917467,0.0069147935,0.008516818,-0.030651543,0.023431618,0.014579659,-0.013617702,0.005512192,0.018369319,0.004245839,0.0012997265,0.008878775,-0.0047189947,-0.004005495,-0.0049339514,-0.005883369,-0.0065391436,-0.008039802,0.008026865,-0.01227731,0.0009563056,0.017877407,-0.010654505,-0.018674893,0.012336955,-0.0053934203,-0.011723631,0.019228091,-0.0048183315,-0.014324393,-0.015776884,-0.009522082,0.0032082936,0.013909525,-0.05431427,-0.012085797,-0.015643943,0.009281231,-0.0024229672,0.004590151,-0.00031897213,-0.0041425475,0.0012832178,-0.025661329,0.00054698734,0.009529099,0.008553459,-0.014971525,-0.001925593,0.004325948,-0.00082174205,-0.01427573,-0.0029178164,0.0006704778,-0.0027147392,0.017671885,0.004831582,-0.0055518122,0.0095465705,0.0118462825,-0.0011602701,-0.023520872,0.009148633,-0.01633512,-0.009364678,0.0015725291,0.0050903265,0.004206938,-0.013356477,0.025762571,0.013831986,-1.5641397e-05,0.0032625818,0.0101211,-0.0041016936,-0.01363453,0.013786443,0.0030562372,-0.0011023039,0.019141786,-0.006096555,-0.0011952984,-0.025587715,-0.0065572537,-0.025021091,0.011555402,-0.016323939,0.0088851005,0.0017344378,-0.0189861,-0.012237841,-0.0035566727,0.009775632,-0.017503474,-0.0010547219,-0.0068937456,0.018679947,0.0006277795,-0.011654926,0.0027822524,-0.0135774445,-0.0062460066,-0.005027696,-0.038142856,0.0077285594,-0.032315526,-0.006556674,-0.016978081,-0.0122719575,-0.01507466,0.0045555728,-0.004560933,0.0035366514,-0.007147242,-0.013676768,0.0075756144,0.030992022,0.029618317,-0.0010969813,-0.0038957899,-0.03971153,0.027704641,-0.009903727,-0.0043583172,0.0041738856,0.0013620068,-0.0040095164,-0.010670617,-0.001937586,0.005098755,0.01722585,0.002051307,0.011185782,-0.016030254,-0.009121322,0.016914358,-0.018273955,-3.9676223e-05,-0.010672855,0.0062248786,-0.008580817,0.011703782,-0.029130109,-0.014623514,0.0141357025,0.0055385204,-0.02149886,-0.0018917228,-0.010181552,-0.007910974,-0.014580908,-0.0017017734,0.011486245,-0.015038285,-0.006690033,-0.015728613,0.00064507057,0.026544344,-0.009495472,0.011236734,-0.017586099,0.018852036,-0.002813281,0.022672856,-0.014763613,0.0014703231,0.0074831755,0.0124215875,0.011685538,0.001872026,0.01911512,-0.01297396,0.0058079925,0.0050097764,0.028749203,-0.003186711,-0.0047052507,0.019827522,-0.0137115745,-0.029743876,0.008974257,-0.034816556,-8.927448e-05,0.01618099,-0.00061705423,-0.004480388,-9.2667164e-05,-0.019605128,-7.1796625e-05,-0.011410431,-0.009109723,0.018554272,-0.02077726,-0.017130181,-0.005833773,-0.017967207,0.025762767,0.009232572,-0.010129477,0.0033198418,-0.0015063061,0.003011309,-0.0038768472,-0.004610281,-0.0075738262,0.016632186,-0.0035165257,0.015601998,0.011452618,-0.0013851278,0.0036760205,0.011643785,0.016439073,0.006363459,-0.030107202,-0.0130802225,-0.0036209035,-0.027529208,0.004010325,-0.024910966,-0.007476945,-0.006853914,0.014232796,-0.016162788,-0.010004456,0.009709037,0.0065212683,0.005847392,-0.0066042366,0.0022212039,-0.009988625,0.0047409795,-0.00096576323,0.0006537695,-0.011083235,-0.0053005284,-0.045983933,-0.01063284,-0.009817653,-0.0004952509,0.0042482256,0.018101228,-0.008171363,-0.025521481,0.025698867,-0.010170001,0.00010898566,0.012754418,0.00040422432,0.01804314,-0.008950893,0.033400837,-0.011351966,0.0046602087,-0.018055413,-0.018714817,0.0025401139,0.007971539,-0.014096761,0.0022354687,0.0064604743,-0.007477156,-0.01885817,-0.009921954,-0.0029513026,0.011122432,-0.010662117,0.017825874,-0.007949148,0.002769232,-0.024682019,0.006212915,0.018106963,0.036220305,-0.0017715315,-0.0095698135,0.024833184,-0.0005428887,-0.0024718596,0.017731177,-0.0024620674,0.009008655,5.357162e-05,-0.0029715046,-0.015611768,0.006822451,-0.0052526677,-0.023241391,0.007836592,-0.01796298,-0.008573237,0.016731828,0.0031421697,0.0047084372,0.0057768137,-0.03270619,-0.014367755,0.005469023,-0.0025324963,-0.026227128,0.009196417,0.022323059,0.010242172,-0.017947998,-0.035075415,0.0021989462,0.0022790504,0.023911739,0.0015280995,0.028438596,0.0032593345,0.009344064,0.014942507,-0.032892454,-0.007640847,-0.0074968706,-0.0065642954,0.0041045137,-0.0044916044,0.15431881,0.11141827,0.0073083187,0.010752812,0.0010826921,0.005570217,-0.014444411,-0.018791532,-0.016120492,0.00096270605,-0.00542784,0.009978763,-0.0046991734,0.008473338,0.0026732336,0.008558412,0.017126668,-0.016402464,-0.0061177295,0.012410814,0.0047351136,-0.004817521,-0.005419129,-0.0086584855,-0.03816662,0.00010864612,-0.018937506,-0.006191376,0.03444909,-0.0036362156,0.0011732759,-0.0063928193,-0.0015562471,-0.011340875,0.023947213,0.0060634697,-0.016017279,0.037890352,-0.013057912,-0.00568198,0.0026330529,0.013953278,0.0006339301,0.0040695984,-0.014063118,-0.0014286578,-0.01112679,0.0019055232,-0.02617613,-0.010577802,-0.01235099,0.0012739274,-0.018508121,0.0030612308,0.012653939,0.002921234,0.010417059,0.029653005,-0.016938368,0.003075046,0.01660603,-0.016070709,0.013488608,0.01950851,-0.0029643786,0.016367946,-0.030500984,0.002376969,0.0008854576,0.00521773,-0.0077369013,0.0018019073,0.013251333,-0.0027565688,0.006027297,0.015569676,0.004479205,-1.6214128e-05,0.009586944,0.004498318,0.003544781,-0.006196216,-0.009597163,0.0035419732,-0.026581831,0.0030827157,-0.01633267,0.016438749,0.096169055,-0.009467794,-0.01909491,-0.033245318,0.020462386,-0.0068295817,-0.002174295,0.053384528,0.00452716,0.030054176,0.020486062,-0.009854608,-0.006456425,-0.0101769045,0.043237813,-0.013573618,0.013588711,0.053821288,-0.008794682,-0.004163605,-0.00811369,-0.0027825146,0.020628545,-0.028789064,0.005904215,0.007968016,-0.018594554,0.0049820803,0.004812976,-0.008948993,-0.11316745,0.018993022,-0.003072177,-0.020147331,-0.0026592126,0.030255498,-0.022845753,0.0033494295,0.012643678,0.011490207,0.008385125,-0.01319708,0.007597297,-0.011135689,-0.00826377,0.008004448,0.016197952,-0.0223371,-0.0076390198,0.008459292,0.0057998826,0.002999983,0.02296506,-0.012337775,-0.02737271,0.027383229,-0.044111308,0.033514567,-0.012175956,0.006160064,-0.0073390757,0.0069318945,-0.0020592283,0.029820384,-0.007589562,0.016746433,-0.03928641,0.011300887,0.0010834301,0.0020741909,-0.023460714,-0.013865671,-0.005788192,-0.007554824,0.020303747,-0.0059527955,-0.022814088,-0.03487589,-0.016962338,0.03880713,-0.0008905315,0.016438948,-0.020581832,0.0020273444,-0.0019705992,0.014960519,-0.026694534,-0.031192496,-0.0064194277,-0.0048076124,0.013902392,0.008803907,-0.023728503,0.016064592,0.015744902,-0.015019252,0.0026599756,-0.005828057,0.008422414,-0.023193598,-0.016462356,0.016879538,-0.012263717,-0.002996692,0.0003476966,-0.018823294,-0.010960895,0.013459849,0.007304287,0.019331988,0.02044187,-0.002788588,-0.0017269871,0.101051606,0.02079197,0.0011757247,0.01098545,0.036957975,-0.017552277,-0.012644813,-0.017240006,0.0077802055,0.0066914447,-0.008914164,0.0036426766,0.026382677,0.030085215,0.0031086584,-0.020663157,0.018862829,-0.0016737361,0.0081770485,0.0075364322,0.017615603,0.010446841,-0.0027511194,-0.014148827,0.013991746,0.022344194,0.00696368,0.0024170312,0.013199172,-0.0014089564,-0.025662756,-0.0026677807,-0.0032821437,-0.02819308,-0.017682347,0.015927248,-0.03350401,-0.011250774,-0.00558854,-0.017111612,0.0014641584,-0.0015666616,0.013679098,0.019089514,-0.001766817,0.19988105,0.002963699,0.029492037,0.0020817837,-0.0060227453,0.028174432,0.0066917846,-0.020987248,-0.020533318,0.0004485351,0.012479253,-0.028113404,-0.029905353,-0.0037031607,0.016148929,-0.011326687,-0.013931019,0.0041620787,0.011334738,-0.013522611,-0.005094137,-0.0112680495,-0.022068715,-0.014031611,-0.008817849,0.01888795,0.00037506924,-0.0046449425,0.015691083,-0.015640063,0.02022471,0.006237346,0.0076679317,0.001822684,-0.0052853418,0.0027493099,0.002681991,-0.0066732015,-0.0041119014,-0.012935823,-0.01142688,0.011491789,-0.0018200072,0.009441638,0.011811673,-0.00448377,-0.00075154734,0.0029736876,-0.034145985,0.0015888043,0.01927279,-0.028597126,0.011415691,0.0003322289,-0.003581931,-0.013195185,0.024524592,0.0076281913,-0.023280265,-0.01891844,0.0018468866,0.00037641186,0.009361428,-0.0076064304,0.017585011,0.016602688,0.010155074]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 108,
          "content": "[Oka Sho (Japanese 1000 Guineas) 2026] Exactly! Training Diagnosis (Wednesday Workout Check): Top Evaluation for 3 Horses - Alan Car, Gallaborg, Lily Joie! - Horse Racing Prediction Umanty",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.008901439,0.0058648842,0.031694252,-0.060960703,-0.014471515,-0.018107822,-0.0035949522,0.015707914,0.004812421,0.00040159377,-0.0066863,0.008592183,0.011996926,0.009668363,0.14610241,0.02383251,0.0008966565,0.028729636,0.016670868,0.0004877796,-0.00042958584,0.017428314,0.022667175,0.00018151126,0.007010492,0.007112234,0.019485464,0.0011253095,0.047638465,-0.008023872,-0.030467184,0.029925294,0.019555308,0.0025631855,0.034783088,0.036387216,-0.0010095118,-0.010524499,0.016155256,-0.0027720272,-0.03360085,-0.004488203,-0.0029600924,0.00038576045,-0.0072764712,-0.018497547,0.0040098294,-0.0061844187,0.00646461,0.04242994,-0.023630029,0.0292245,-0.008782135,-0.18709196,0.0030075891,-0.006015748,0.005383256,-0.012795627,0.00033326566,0.02254669,-0.008271506,0.02766313,-0.026723461,-0.008183519,0.00027090317,-0.0065908856,-0.0060165413,-0.008715526,-0.018597594,-0.010429291,0.0025529978,-0.011357399,0.010675942,-0.005700536,0.013610522,0.00016922587,0.0079441685,0.011801463,-0.00026801985,0.003618857,0.015239117,-0.017727239,0.0058653518,0.008679463,0.0025888043,-0.039229143,-0.025247604,-0.04019172,-0.0006431415,-0.0017791087,-0.011969165,-0.0016484403,-0.028559214,0.01376912,-0.01613695,-0.009622878,-0.012563604,-0.0042054676,0.0018160086,0.0014337515,-0.00023035586,-0.020220825,-0.007888395,0.002286091,-0.01790425,-0.011658382,0.018640965,-0.0016779463,-0.00022783858,-0.00058199523,-0.02270178,-0.022580888,0.00942783,0.0007558959,0.001351866,-0.12492903,-0.00834988,-0.0069630314,-0.038670197,0.0061545507,-0.00884623,-0.014060669,0.03400018,0.02123272,-0.0029169905,-0.012611339,0.03588912,0.01849233,-0.0138801355,0.018078469,0.007899525,-0.0045879586,0.0055607343,-0.011334512,1.6950806e-05,0.054467533,-0.010705654,-0.008361949,0.0034741056,-0.020832375,0.0028959468,-0.0014038557,0.002093835,0.032216698,-0.004357853,-0.013546255,0.0056316247,-0.017681962,0.0040217997,0.007923167,0.014108957,-0.004746268,-0.018331565,-0.005104781,0.0057869656,-0.015566014,0.046751443,0.01909148,-0.0043860166,0.0027078388,0.014497339,0.026750963,-0.01807665,0.012032168,-0.011139964,-0.00367085,0.008952297,-0.011814884,-0.0012896672,0.008317273,-0.018233167,0.0047825105,-0.0004783173,0.012779067,-0.017891357,0.007881545,-0.0110458005,-0.0022785214,0.0005666523,0.0025691271,-0.0071151126,0.0074935965,0.001318271,0.020087661,-0.015530127,-0.034137685,0.01291727,-0.0071037835,0.0041177655,0.0021128007,-0.023069974,-0.006712759,0.0029468292,-0.025678705,0.00471107,-0.0074179964,0.0031435695,-0.01945257,-0.026120188,-0.014982752,0.037943672,0.0031665063,0.0010932991,0.04192135,0.0032237319,0.020663774,0.017470384,0.011270626,-0.015524364,0.009878115,0.0052293995,0.0027559178,0.020409597,-0.01679141,-0.013547683,-0.007492383,-0.0037933055,-0.009938582,-0.0036083371,-0.012922664,0.009857393,0.0028745306,0.029430708,0.02135537,0.00040386405,-0.023139816,-0.005302863,-0.006335967,-0.015818326,0.0034321032,0.010015527,-0.018027216,-0.009076296,0.010518771,0.0038140845,-0.008268413,0.023194281,0.031339042,0.0059392303,0.029697444,-0.000993608,0.01657448,-0.020636994,0.018045932,0.008540608,-0.00041867438,0.036406122,-0.017270485,0.0071203043,0.031936157,0.00056275306,0.00952468,0.0053603356,0.0015431643,0.0031481562,-0.0022781785,0.009288038,0.015662184,-0.0023345873,0.024226652,0.0023582801,0.0021958912,0.0047184033,-0.028172892,0.011536945,-0.025266856,0.03268114,0.0016685481,-0.025480838,-0.014550196,0.006535218,-0.0038291828,-0.014788264,-0.020176463,0.02465524,-0.01009955,-0.059628535,0.02384625,-0.010931232,-0.045075674,0.021475283,0.013722901,0.02060345,-0.0028788717,-0.020989561,0.018983973,-0.02309836,-0.007692441,0.0015437375,-0.031638797,0.00063402305,0.024070347,-0.000383917,0.021975324,0.017115826,0.009578147,-0.0182373,0.0012763251,0.01420186,0.021933079,-0.007402085,-0.027793048,0.0054621142,0.060888406,0.023816144,0.0057018097,-0.013813095,0.015400167,0.011925492,-0.039981566,0.002614961,-0.009400811,-0.008873869,-0.007658323,-0.016609453,0.0014258459,0.00016289427,-0.034151178,0.021440098,-0.017067729,0.0017137415,-0.011543212,-0.0002676738,0.011413772,0.00075046415,0.013701628,0.0122855855,0.0014992895,0.007977702,0.01412208,0.053502593,-0.020402482,0.012727351,-0.0017764496,0.0036544348,0.036321692,0.022900922,0.02176679,-0.0024782391,-0.0016769029,-0.0077895825,0.023145286,0.012294832,-0.01782646,-0.001979504,-0.0034499527,0.010198404,-0.008477086,-0.0060291626,-0.014375296,0.008178135,0.022438098,-0.012487887,0.02525517,-0.012505596,0.05144388,0.024786493,-0.005213872,0.011882738,-0.0008223695,0.00052238035,-0.0017603253,0.018404286,-0.00048350327,0.006507778,-0.015822392,-0.001971781,0.02433953,-0.018648967,0.037679143,-0.016730417,0.020470204,0.040067475,-0.003506393,0.027145162,-0.023625387,-0.017381638,0.016666846,-0.015394125,0.0056730947,0.0027658907,0.011734705,0.010163855,0.013303169,0.026946776,0.005445152,0.00074685225,-0.026339578,0.016312208,0.0047701043,-0.010486183,0.013998232,0.004226967,-0.0017339335,-0.017320838,-0.021729765,-0.026996164,0.0028891896,-0.00616689,-0.019327126,0.0058063846,-0.027168952,0.020297613,-0.029135121,-0.02307728,0.029509151,-0.0018653364,0.022443138,-0.011944533,-0.023401551,0.0040826136,-0.008398451,-0.035029385,-0.013150546,-0.0274698,-0.003756334,0.009516895,-0.02747431,-0.012286922,0.039014313,-0.014503938,0.01475115,0.011049662,0.014061113,0.0020151013,0.014837191,0.01705744,-0.026539985,-0.010737759,0.028938007,-0.018244855,0.003518216,-0.033433076,-0.009838921,-0.0057758987,-0.014222137,-0.016904563,-0.0122544635,0.007941422,0.0070121638,-0.041739803,0.016647074,0.0039598667,0.00069384737,-0.0032039385,0.0017614217,-0.0004956059,-0.02094306,-0.02724593,0.029362455,0.0007959365,-0.00027542148,-0.008674694,0.016023198,-0.0018939839,-0.018068314,-0.010332154,-0.007947733,0.008361198,-0.0038090253,0.011320158,-0.031339273,0.016843637,0.035088506,0.01157738,-0.016366003,0.006363983,-0.018330093,-0.007949669,-0.0048716348,0.005043943,0.0014309406,-0.013235166,-0.0005206239,-0.006956099,0.009015719,0.01018883,-0.021989364,-0.0013029608,0.016012546,0.008013962,-0.017326146,0.0079167895,0.0022505056,0.0027387294,0.016734608,0.022663474,0.007020044,-0.028861018,0.0067541343,0.015586872,-0.016421337,0.0047400896,0.04213774,-0.027156664,0.000115435076,-0.0074183205,-0.0044313474,-0.00601264,0.003924609,-0.0034276268,0.0034999624,0.011585116,-0.01709924,-0.02957359,-0.026163459,-0.020015525,-0.0074761612,0.010794949,0.008883852,0.014391105,-0.008730044,0.015842594,-0.0057915864,-0.04068663,4.9903356e-05,-0.017306771,0.024307558,-0.007016613,0.03105436,-0.0009654885,-0.024391562,-0.009955678,-0.008719724,0.011342394,0.01569421,0.0016128818,-0.0043550837,0.029477507,0.021348998,0.013448006,0.01140614,-0.011408513,-0.011414159,-0.006621774,0.019905712,0.0126773175,0.021005642,0.0008046892,0.017762385,-0.005946351,0.027386835,-0.014951343,-0.027045676,0.024922071,-0.09763524,0.0067773643,0.027298504,0.010838511,-0.019575708,-0.0030339395,-0.01332413,-0.019576835,-0.009036622,0.0005657901,-0.005430135,-0.038297106,0.006394965,-0.008201489,0.008562196,0.025014836,-0.0131868925,0.009918824,0.019148374,-0.026287306,0.010277834,-0.0042432523,0.0226976,0.0016315074,-0.009501879,0.008293872,0.023898676,-0.013036962,0.002581683,-0.005093321,-0.00528876,-0.008428948,0.0046170624,0.0064321505,0.0078003122,0.029490752,-6.081464e-05,0.004809958,-0.008253289,0.02552952,0.02126481,-0.015740192,-0.007930707,-0.005124185,0.019055823,0.0038113212,-0.02554141,-0.016427848,-0.002632965,0.02360455,0.004408821,-0.013221811,0.025271678,-0.0040707146,0.004587099,0.014255501,-0.034185678,0.03420647,-0.012804822,-0.028510492,-0.0026173575,-0.017544994,0.015831484,0.00013450341,0.013415438,0.0034058993,-0.0076805395,0.019090388,-0.012021167,0.010327387,0.0038240966,0.014951531,-0.004729462,-0.0053285114,-0.021214675,0.020513283,-0.0045260363,0.017247165,-0.0020865852,0.021308716,0.005005492,-0.005577052,-0.09345096,-0.0022956538,-0.03183207,0.026675662,0.030285425,-0.0076273163,0.03133649,-0.016897641,0.0037731265,0.0061933068,0.007841525,-0.0005320997,-0.007952882,0.0075894925,0.0002915473,-0.022580096,0.024054073,-0.033028867,-0.025256578,0.024981104,0.0021285499,-0.02198681,0.024066756,0.010192636,0.0034858284,0.0034059528,-0.0170128,-0.0022654028,0.017293336,0.019496989,-0.013907178,-0.12820867,0.008611752,-0.023387032,0.007428016,0.006082222,-0.0008386045,-0.042623967,0.0026784493,-0.01307174,0.0012800014,0.017126435,-0.02489404,-0.00058112893,-0.00506322,0.028707515,0.08653047,0.03155935,0.038917262,-0.04765525,0.008219006,-0.0007221324,0.020878972,-0.012353008,-0.01895378,0.007925511,-0.002445997,0.009884066,0.034676284,-0.012270416,0.03404351,0.017809486,0.02461205,0.014127328,-0.0026044995,0.022869159,0.0003762106,0.0038161464,-0.03200129,0.010772355,0.0014072309,0.0085867,0.029849174,-0.002387835,0.0070208674,0.0006767098,-0.027834574,-0.028041974,-0.031044228,-0.012323137,-0.025624558,-0.027526937,-0.067464195,0.021533404,0.011177278,0.005395665,-0.019580297,0.01559355,0.00561641,0.04238157,0.0049970695,0.017545743,0.0099752,-0.008489815,0.003982443,-0.0035831323,4.451641e-05,0.044138946,0.008855916,0.008589791,0.024967225,-0.012875565,0.006925393,0.00088844035,0.00107141,-0.005247155,0.006613808,0.024390439,0.02724649,-0.021024697,-0.008525354,-0.0026570703,0.013929008,0.012739142,0.010404601,0.008440793,-0.022807116,-0.012019376,-0.010629097,0.015150513,-0.015278941,0.004594217,0.018262884,-0.014494292,-0.06604324,-0.024687117,0.0060753594,0.0070748013,0.0033778164,-0.0054317606,-0.025214085,-0.017715348,-0.0016321547,-0.015456531,-0.0150748985,0.011773001,0.010280316,0.0036250434,0.0076817307,0.0059541934,0.004557852,0.017348152,0.0089424085,0.008162412,0.004437227,0.011726525,0.011669243,-0.0041935802,-0.0018269437,-0.010632659,-0.017552268,-0.01053598,-0.007291696,-0.011680741,-0.0041499413,-0.0022390003,-0.0012771004,-0.00045976616,-0.0063097132,-0.0045451378,-0.042571284,-0.003731203,-0.026996985,0.0014848502,-0.0045999796,-0.001618367,-0.01768512,0.0040783864,-0.016280644,-0.0065606968,-0.0047783423,0.021000676,0.005349124,-0.0057381177,0.005728199,-0.010229425,0.012617235,-0.0060171536,0.00493987,-0.014356369,-0.0005872672,-0.0071515427,-0.028713435,0.0012289203,0.015583529,-0.0034936417,0.0038910988,0.0029685195,0.001251581,0.04058086,0.00025033392,0.004852367,-0.002936664,7.289474e-05,0.012707546,-0.0007722749,-0.0044984226,0.015783064,-0.01888526,0.010435314,-0.00920723,-0.006910311,0.0019924243,-0.021368273,-0.03318452,-0.007711497,0.000702258,-0.011075936,0.024598472,-0.0023636182,-0.0012927814,0.017882908,-0.014844251,-0.00091190985,0.004184927,0.006145859,0.016820733,0.017078668,-0.0013821532,-0.008569836,0.007550489,-0.009455576,-0.023113968,0.006835413,-0.012679221,-0.009117984,0.003248359,0.010065419,0.009729243,-0.011805413,0.0035024402,-0.007552622,-0.0009379356,0.00072816573,-0.0013394221,-0.028368013,0.019636372,0.007771705,0.007802356,-0.019633044,0.00658554,-0.005931508,-0.007990617,-0.00042953718,-0.0053888015,0.013429929,-0.017478585,0.0055796723,0.010679771,-0.0032773144,-0.0053177737,0.011664534,-0.011648807,-0.0028306232,-0.014416223,-0.008519047,-0.0031769667,0.0047982265,-0.009046193,0.0028295463,0.011479477,0.0015095933,0.01080258,0.023254327,0.0020375107,0.011567735,0.0018772243,0.015231814,-0.017959675,-0.00061630714,0.001002953,0.008074194,0.009942982,0.006817073,0.00437066,-0.0003965437,-0.009235403,-0.005448805,0.007293251,-0.007782338,-0.005311373,0.011306049,0.004377464,0.02375797,0.008101015,0.0030420625,0.00045191284,0.00066038297,0.024563428,0.003839967,0.0063088518,0.011302079,-0.006654193,0.0022653465,0.00064898527,0.0008678336,0.0005520261,0.0045289663,-0.013625773,0.007247309,0.01742452,-0.022594003,-0.0034210284,0.007336591,-0.00090110407,-0.004465224,-0.010357135,-0.015517381,0.00428646,0.006875887,0.0025189305,-0.0054739392,-0.012405244,-0.006014669,0.009558192,-0.014445782,0.0011540649,0.010300098,0.011630652,-0.00955229,-0.002801366,-0.0047326563,-0.018793749,-0.009176173,0.006826305,-0.0082224,0.011198014,0.007869071,-0.022265896,-0.005629303,-0.010176496,0.016643047,-0.015577914,-0.011583255,-0.015171912,0.00188888,0.02345738,0.010784729,-0.01416815,0.0029556043,0.008717964,0.09751472,0.0038001523,0.014369884,0.018271133,-0.0013457995,0.018984731,-0.0075218054,-0.006546475,0.008365273,-0.0030712516,-0.0044578267,0.014920273,-0.010170938,0.033279374,-0.0040099807,0.0051898914,-0.008186702,0.005975653,0.018715983,-0.0032575445,-0.011244946,-0.0015782643,0.0039723027,-0.008381059,0.010857974,0.00978274,0.008585217,0.0023266366,0.01648153,-0.011118573,-0.0038104334,0.017290004,-0.0077376664,0.012229358,0.0008234485,0.0032025327,-0.028395845,-0.003495187,-0.0007713181,-0.004389456,0.0020291132,-0.00039925004,0.013979923,-0.0019498767,-0.0039818557,0.004805198,-0.0131396875,-0.00069019373,-0.025462532,0.0012443339,-0.008421112,-0.023694614,-0.015950598,-0.010016406,-0.0041838996,0.010070889,0.00816958,-0.013285309,0.014890181,0.0014352219,0.0116534475,0.021566119,-0.013034893,-0.0049089245,0.010698108,0.0009833166,0.018525224,-0.010010843,0.0034026655,-0.0084233815,-0.00015507356,-0.017005827,-0.0023575383,0.0025095122,0.012757969,-0.0010348266,-0.0010580033,-0.019965952,0.00044641335,-0.014047872,-0.0027369494,-0.0015490935,-0.019438712,0.0072025373,0.01389227,0.011466091,-0.011484519,-0.011731172,-0.0021710065,0.001818575,0.008358228,0.0022477577,0.016239202,0.0067145783,0.014952061,-0.0007170497,0.04797613,-0.012947997,0.006521406,0.0016756994,0.007956824,0.0015984168,-0.020379962,0.00982814,0.011720832,0.014311927,-0.008833694,0.0085324235,0.0074076015,-0.0070547266,-0.008797423,0.01407123,0.002882051,0.017463302,0.003018933,-0.0012398978,-0.007491953,0.0072082835,-0.0023199026,0.020280467,0.013295876,-0.013734335,0.0047472646,0.007042902,0.0057583787,0.012789694,-0.004828251,5.1885254e-05,0.0059017576,-0.0021836802,0.00042666122,-0.009412612,-0.018096808,-0.0057701916,-0.02233811,-0.0007195136,0.004870758,0.00013972483,0.000939037,-0.01849802,0.000677441,-0.0019725843,-0.0019542507,-0.009062124,0.005317267,-0.010701362,-0.010840775,-0.00014485454,-2.7416925e-05,0.0032846024,-0.010293647,-0.004361483,-0.0057887426,0.00337552,-0.009189214,0.017577825,0.0012835136,0.009900972,-0.0050583254,0.007757025,0.0022353656,0.0007411298,-0.007176677,0.00049180404,0.0022179836,-0.008705331,0.0086206,-0.00063014525,0.009814692,0.017477239,-0.025572194,-0.00064920733,0.00020149638,0.010703308,0.0008432269,0.0008228215,0.00016284753,-0.011236212,0.0100941155,0.0051041357,0.0003111006,-0.007506458,-0.01755845,0.0058494294,-0.020885024,-0.0057459516,0.00055714784,0.0056730867,0.010784341,-0.0076289447,0.015950892,-0.01140294,0.0012087956,0.00264951,0.010521395,-0.011188793,0.00030737754,0.010870452,0.0024815674,-0.0061419103,-0.025854293,-0.010935382,0.015349589,-0.007074835,0.0117580285,-0.0050596,0.0074720224,-0.0052389135,-0.006475889,-0.0117428005,-0.01309028,-0.02003183,-0.008577162,0.01037513,-0.011806768,8.708003e-05,0.021679783,-0.0132022975,0.00063685473,-0.0044442182,0.00323024,-0.011763564,-0.0037919977,-0.004736756,0.01240152,0.0082804505,0.011411585,0.011380315,0.005011197,-0.001704153,-0.0030009258,0.008869997,-0.015540018,0.016619686,0.018657874,-0.0018998005,-0.019996166,-0.0075470684,0.0034654594,-0.020849722,0.008437398,-0.0009615316,0.026958264,-0.00053082115,-0.0012746749,0.010555171,-0.009334332,-0.007563795,-0.011548775,0.016366003,0.01030996,-0.0066675236,-0.009363215,0.00011109314,0.0018971466,-0.0054263105,0.0025041525,-0.050432526,0.019675689,0.0012987148,-0.015197604,-0.021238519,-0.0018063134,-0.0040817535,-0.013419005,0.0071441815,-0.008107515,-0.0022623236,0.0040829545,-0.011388487,0.011233776,0.00080097193,-0.013160997,-0.019411588,0.01403111,-0.020290365,0.0031514806,-0.031692248,0.0024003792,0.011848356,-0.0029358827,-0.017615143,-0.016665049,-0.0035655568,0.0066783153,0.009203229,-0.0067617255,-0.00065960304,-0.009870444,0.010898084,-0.00010392889,0.010166433,-0.0029460199,-0.011532768,-0.013053823,-0.011728643,-0.003718215,0.010078613,-0.0035924476,-0.014242486,0.0010365382,0.009184281,-0.0035721047,0.011471519,-0.012432402,0.015415905,-0.015468831,-0.0016465675,0.033152856,-0.0058611217,0.001739525,0.0023858598,-0.004523007,-0.0027009228,0.017973077,-4.563955e-05,0.009341466,0.0061851535,-0.00020126921,0.011309572,0.008579347,-0.025567165,0.013130894,-0.001937,0.014330379,0.00023226491,0.011864144,-0.0090221325,0.0064092847,-0.0030224281,0.014560916,-0.0014253866,0.011874615,0.02298452,0.010559616,-0.0041252035,0.01396311,-0.0043809493,-0.0013540771,0.0065599605,-0.0044590533,0.0040117325,-0.008941952,0.014141649,0.0024369091,-0.012180491,0.020041395,-0.0064204587,5.126795e-05,-0.012225768,-0.002100636,0.004812677,-0.014615507,-0.01382965,0.006729146,-0.0027566894,0.03523914,-0.019873727,-0.0075810123,0.02088729,0.021265237,-0.011848961,-0.0038399773,0.013558893,-0.0013847084,0.0020151157,0.015344814,-0.021662077,-0.0026142697,-0.0069621573,-0.024089068,0.0031382462,0.02117099,0.0015597069,-0.005238709,0.020004552,-0.015442931,-0.016808601,0.020301437,-0.0020021566,-0.013018446,-0.0030651942,0.014391256,-0.012160588,0.00767224,0.016391078,-0.015438702,0.012848091,0.008398906,0.015089189,-0.0058015403,-0.006627098,-0.0073149437,-0.0016684899,-0.007965828,-0.0032251505,-0.014066953,0.008081357,-0.0014970595,-0.0012956185,0.012568198,0.0052244095,0.0022403598,0.0014990286,-0.0049186605,-0.011677084,0.009740477,0.0026959002,-0.007817904,0.018622404,0.008702313,-0.012657249,0.005820211,0.007457872,0.013839682,-0.0059391432,-0.005871316,0.019703602,-0.0015642481,-0.005215913,0.016507022,-0.002594363,-0.005998185,-0.008348357,-0.005889616,-0.017742973,-0.0032176317,-0.01907229,0.0068895407,0.00917949,0.015555614,-0.008992204,0.0046785837,0.012801148,-0.0014918741,0.007753878,-0.003463285,0.00645925,0.0022861268,-0.0014439762,0.0017340721,0.0033442238,0.010268923,-0.007968973,0.00725468,0.0110192,-6.230181e-05,0.007905195,-0.0045561874,0.017801499,-0.012780672,-0.0125977695,0.00704887,0.028005073,-0.009039994,0.004229297,-0.013565546,-0.0012156704,0.021575913,-0.0070220088,0.0014216098,-0.010067533,-0.069190845,0.013841241,-0.006380001,0.0060402704,-0.010391778,0.009584391,0.007724589,0.0038228184,-0.0066267145,-0.009594809,-0.013184895,-0.005933371,-0.0056684115,-0.010235645,-0.023873033,-0.0141948825,-0.0018053363,0.0038517518,0.01778593,0.0073230937,-0.030130835,0.012500361,-0.021308215,0.0033382631,0.0127007775,-0.010013852,-0.03089001,-0.010232867,0.009329515,-0.0065726866,-0.008073168,0.0025033096,0.01890263,0.0014135084,-0.0062995977,-0.014843953,0.01482809,0.004815838,-0.13767342,0.014841041,0.016641814,-0.023677325,-0.0027010082,0.0012917424,-0.0098613715,0.007974543,0.008996201,-0.019615144,-0.00039986198,0.002000859,-0.010692123,-0.019012386,-0.0015990285,0.0086761415,-0.0095433695,-0.00719144,0.0055797882,0.012969293,-0.00214315,0.014587869,0.021040963,0.012535995,-0.0018589182,0.017194504,-0.007474996,-0.002685394,0.0104400385,-0.02503018,0.020609837,-0.0051544057,-0.008712007,0.017296892,-0.0022434036,-0.00029849279,0.0027962993,0.00057543087,0.007351116,0.0013382743,0.0066132606,0.0033499908,-0.0031972425,0.007205188,-0.0046748407,0.0052718837,-0.0028047918,-0.010469187,0.0053308527,-0.016848607,0.0046906746,0.0064847306,0.0020041226,-0.009451004,0.0093593085,0.014551575,-0.016820572,-0.009756362,-0.008446269,0.017201118,0.0012821386,-0.025044044,0.00019963495,0.007817597,0.012089292,-0.0017969258,0.008892259,-0.00045645336,0.005276062,0.0018580029,-0.012223839,-0.012172688,-0.003299147,-0.006855063,-0.0032095995,-0.006111209,0.023377333,0.01743529,-0.016715892,-0.0030885106,0.0044883885,-0.015860863,-0.008923724,0.012027756,0.028910605,-0.0018779223,-0.031667467,-0.008868914,-0.0019054064,-0.07566631,0.005482919,0.005930224,-0.003964955,0.0034351656,-0.012466032,0.02992337,-0.0035787537,0.014425714,-0.0048998087,0.017200336,0.021262357,0.008705305,-0.012119693,0.00629451,0.007635773,0.00065201975,0.0017840373,0.0012381811,-0.013382374,-0.015811987,-0.0112647945,-0.003483835,0.014707281,-0.015684677,-0.023106795,0.0018658959,-0.0011882327,0.009382684,-0.010504674,-0.0010166588,0.007840383,-0.0086308755,0.0042075543,0.0064771296,-0.009949708,0.026529705,0.0409398,0.0032212809,-0.0054030777,-0.00247309,0.0031003316,0.010221995,0.008512119,0.00094282726,0.02109979,-0.0026361144,-0.0024695788,0.0048280833,0.033714175,0.0022964852,-0.012633577,0.002233544,0.014937645,0.017297113,0.010020727,-0.004084062,0.0003596554,0.0033746103,-0.0070558437,0.00061211654,-0.018490413,0.0023120244,-0.001083777,0.007992476,0.01775603,-0.0018361838,-0.020173129,0.000697133,-0.022308322,0.015373624,0.0055851615,0.0030713365,0.013849665,0.013754663,-0.021331357,-0.0022394164,0.01676831,-0.0056114383,0.0016048794,0.016990125,0.010439792,0.0010506163,0.002838147,-0.0010979073,-0.008794128,0.006050281,0.0050410754,-0.0042627105,0.012325333,0.019005286,-0.023135934,0.011583511,0.018289886,-0.009549308,0.0033794085,0.0071688835,-0.014551254,0.007108064,-0.01711887,0.013402491,0.0072319936,0.011103376,-0.007272185,-0.0021199556,-0.0116288485,-0.006904105,0.0054315445,-0.0058594933,-0.012848795,0.009387026,0.002442046,-0.0073970044,0.013766343,-0.16626495,-0.0016539607,0.0010243396,0.007945141,-0.009708551,-0.00542668,0.03250626,0.0006936722,0.0294078,0.000915547,0.013063702,0.013227532,-0.02140066,0.005394975,-0.0042197797,-0.00977084,-0.013501989,-0.012089046,-0.027132051,-0.010773962,-0.0059219557,-0.016395744,-0.01334902,0.00018922033,-0.0055696783,0.011218991,0.0068812827,0.008299246,0.008943301,-0.028646197,-0.0037034815,0.024106,0.008035845,-0.005052444,-0.0029172837,-0.011787003,0.004555473,0.0011817619,-0.017692646,0.012792242,-0.0070435745,-0.03909891,-0.0061848606,-0.013035729,0.006242831,0.0063236686,0.012819563,-0.009248761,-0.0058691883,0.012805316,0.01171064,0.009880167,0.023569815,0.031488374,-0.0015026035,0.023230428,-0.0073970193,0.008402224,0.017009653,-0.004113343,0.021582358,-0.0073347315,0.015587768,-0.0067594014,0.0077983295,0.0032305762,0.015473968,0.13626024,-0.028943902,-0.0033047632,0.008252074,0.014080514,0.019949557,-0.0023927288,-0.0021520269,0.008444257,-0.013306062,0.010836951,0.007986893,0.020653566,-0.006539935,0.0066245273,-0.004093512,-0.02198747,0.015723832,-0.027877862,0.01285362,-0.0020512436,0.002844784,-0.007762683,-0.020374285,0.0027841013,-0.0074756984,0.0045250356,0.010394238,0.005125749,0.014716686,0.0089169275,-0.010311357,-0.016410042,-0.0021142582,-0.004731872,0.012571151,-0.0006713692,-0.0005004814,-0.016469505,0.013694507,-0.0010103437,-0.0008720374,-0.012899417,-0.0026302096,-0.01524915,-0.0074485317,-0.01052399,0.0008588309,0.0020109753,-0.020670667,-0.030026471,-0.0026059619,-0.012229463,-0.011243477,0.015807915,-0.019318262,0.018446783,0.0041850437,-0.011304848,-0.014716245,0.01443564,-0.003382323,-0.0090905065,-0.008602699,0.011409614,-0.0018266292,-0.0045996285,-0.0023582089,0.029099787,-0.105466925,0.005996954,-0.013781904,-0.008936916,-0.005693234,0.008040405,-0.014930738,-0.014223964,0.024294535,0.0039770193,0.022619171,-0.00029688285,0.005514749,0.005093864,0.011731645,0.015741872,-0.0028345438,-0.0023816405,0.023456257,-0.005467584,-0.0061008325,0.012541784,-0.0060949023,-0.0056290445,-0.0011246853,0.0021139334,-0.008852215,-0.013508545,0.020991707,-0.010937451,-0.013566219,0.0055281604,0.02654737,-0.007469243,-0.02456535,-0.011036422,-0.0056834747,0.014310013,-0.013452248,-0.009394336,0.040610187,-0.01110257,0.008632507,0.009366601,0.009435106,-0.018465756,0.017042093,-0.020731255,-0.012996629,0.0006152835,0.013349381,0.006664935,0.0040333974,-0.020895325,-0.008287234,0.0057441196,0.03498047,0.006444183,0.022802213,-0.0169513,0.0009583694,-0.01632899,-0.00040774528,-0.0049072704,0.0007469427,-0.0171489,0.003990151,0.014860219,0.024698421,-0.009041306,0.014163234,-0.009404649,0.012464466,-0.01802626,0.0041736085,0.0027957063,0.011579567,0.002346076,-0.009489877,-0.019471565,-0.021683272,-0.007841519,-0.0045992117,-0.008294405,0.021181025,-0.015697125,-0.009659201,0.012007799,0.0042865565,0.0045048627,-0.016901426,0.012279473,-0.012221358,-0.009160522,0.009598671,0.0038353049,0.0018595455,0.009003457,0.00849302,0.017635265,-0.012544507,0.005212988,0.026471002,0.011674122,-0.0043433695,-0.046841003,0.036120534,-0.012477539,0.0017469114,0.028639136,-0.03659568,-0.0036255238,0.004882903,-0.013803347,0.017564654,-0.0017936791,0.013417767,-0.019571899,0.0123631675,-0.0011697368,0.008619271,0.013733275,0.015998987,-0.002318462,-3.8812527e-06,-0.01433209,0.021905312,-0.0024652306,0.008918964,0.011772808,-0.009532003,0.002602156,-0.0099713635,0.0013115967,-0.005851842,0.0010659033,0.022868097,0.0041356264,-0.0020806072,0.006252572,-0.023852808,0.0029944323,-0.00654127,0.004558723,-0.004378708,-0.0011060346,2.9412226e-05,0.007356845,-0.009717414,0.016830314,0.0058123223,-0.0012287798,-0.011337561,-0.020769019,-0.006180897,-0.002065076,0.0048214006,0.024119763,0.011750289,-0.025689099,-0.00667518,0.011783617,-0.0009951472,-0.002430373,-0.00941716,-0.0045374376,0.0010974819,-0.0023486887,0.0021464396,-0.010498886,0.0054648938,0.0121338405,-0.0020622995,-0.020072395,-0.007921941,-0.013270914,0.01855215,0.00083402556,0.018814407,-0.06602347,0.011129962,0.013097632,0.0054667066,0.009711753,0.01209516,-0.0004770438,-0.019792777,-0.031000061,-0.013363584,-0.013899109,-0.00098231,-0.0031023996,-0.0013681495,-0.010339557,0.0071646916,0.0028870215,0.009151326,-0.00402882,0.006429407,0.011897549,0.0042304234,0.0018923101,-0.028101282,0.0030425536,-0.0064879307,0.021078406,0.012233622,0.025098048,-0.0057434523,-0.0033190702,0.0114792185,0.006427887,0.007951399,-0.010059975,0.02526706,-0.0054591866,-0.02149224,0.0012812857,-0.05010659,-0.0062799514,0.0030742278,-0.0319145,0.019228322,0.0055124685,0.013639247,0.002879438,0.0068068206,-0.026499663,-0.0014024692,-0.0019829888,-0.009210251,-0.01517457,0.010964626,0.0011861415,-0.02258393,0.007978002,0.013841863,0.008481899,-0.01321906,0.0002183209,-0.018047119,-0.001504659,-0.017683148,-0.006984393,-0.0016478462,0.008910021,0.013757938,-0.01466845,0.026144117,0.00024389473,0.018931415,-0.0010536844,-0.0028607477,-0.0009816046,-0.03517474,0.01204129,-0.036257066,-0.0045370567,0.010088861,-0.01746031,0.013835146,0.0056626434,0.02832986,0.0044507277,-0.0075974115,0.010494733,-0.110658,-0.015784126,-0.0059659267,0.0089944815,0.017938672,0.0026130711,0.008499493,0.02606933,-0.0010531069,0.016455555,0.0076032556,-0.0027101208,0.00028991525,-0.02051511,-0.016973639,-0.00932822,0.007570861,-0.010201153,0.019951237,0.016879182,-0.028246181,0.016970031,-0.0012985293,0.004584823,-0.011236076,-0.028279731,-0.017855529,0.012587744,0.00926201,-0.023511425,-0.026739983,-0.006752198,0.007403151,-0.0029254705,-0.0040649236,0.019777546,-0.005805974,0.000113121074,-0.005065226,-0.0127927875,0.010835928,0.0068297544,0.017137907,-0.0034893586,-0.011239672,0.019435102,-0.00018569146,0.007223181,-0.0170447,0.01305259,0.021103632,-0.019580051,0.013673823,-0.002421521,0.015245206,-0.0027495385,-0.018451784,-0.0057497425,-0.0059367088,-0.01664199,-0.002927409,-0.0035348937,-0.01325438,0.0029349357,-0.0035586797,0.008830766,-0.026651029,-0.016476769,-0.0011291845,-0.0036011643,0.025906937,-0.017832177,0.0060927714,0.0026609343,-0.027285052,0.028665233,0.010450243,-0.0011269202,-0.008816047,0.0011127163,-0.0028907587,0.0025405705,0.023171788,-0.024830451,-0.009258982,-0.015402902,-0.0025481095,0.025222646,0.012696611,0.0133068785,0.029491097,0.0020739576,-0.0018684391,0.0073756427,0.020938952,-0.006335066,-0.033453457,-0.020119386,-0.0026963353,-0.016161313,0.0014373824,0.0023522514,0.012371795,0.002382209,0.019137321,-0.0019623085,0.006979887,0.0055703926,0.013487638,-0.0062118284,-0.022003561,-0.009895318,-0.0045373617,-0.0031845022,-0.006357807,-0.012313704,0.0045425505,0.029597098,-0.0038418605,-0.009109929,0.00037679932,-0.014780062,-0.008346516,-0.009422242,-0.004057368,0.02281989,-0.013739897,-0.020684201,-0.0058428403,-0.0063689533,0.0023523348,-0.0046422877,0.01816786,-0.004639416,0.019126749,-0.014365457,-0.0035316378,0.00696635,0.0061515346,-0.0061733145,-0.0072146626,0.011512996,-0.013621816,-0.0031654392,0.0047044135,-0.009258978,-0.003200105,-0.0028385757,0.011563945,-0.03799067,0.0061444785,0.046608098,0.012371801,-0.00083647785,-0.018087624,-0.026690938,0.0014033122,0.0037213638,0.0035943221,-0.000108087756,0.008121941,-0.0009164982,-0.022100465,-0.015574795,-0.018499494,-0.0016553816,0.003162429,-0.017192012,0.014376149,-0.015596547,-0.011921364,-0.02093978,-0.0033169494,0.005593952,0.023694959,-0.017150048,-0.016563587,0.008537577,0.0010487206,-0.0041994876,0.017737582,0.021272823,0.005619239,0.011437962,0.009263441,0.008442348,-0.020658895,-0.011129459,0.013106193,-0.0068430263,-0.013636832,-0.008797833,0.014424859,-0.0071678315,0.0032175314,-0.0082601905,-0.010047141,-0.004705581,-0.009004028,0.019154418,0.02467597,0.016586663,-0.009625603,0.01235179,0.008848229,0.0043071094,0.016952971,0.002098717,-0.006836239,0.0059879264,0.014574202,0.0017892815,-0.01393826,0.003920696,-0.030697044,0.0071785324,-0.00037158205,-0.0030153266,0.0017363522,0.0033258055,0.0135739455,0.012203251,-0.0042335573,0.00011043933,0.01025995,-0.0074551105,0.014699026,0.007068701,-0.003687099,-0.02226502,-0.0015027738,-0.0051983586,0.0049263337,0.000593532,-0.0073874327,-0.0009111838,-0.0047253896,-0.011960557,0.026309459,0.009176118,0.005458115,0.00018723648,0.025290282,-0.007999614,-0.0060102167,0.02077836,0.0071217343,-0.007388717,-0.026756031,-0.004153992,0.010968875,-0.0010130182,0.0148293255,-0.031123579,-0.0057280017,-0.012200523,-0.015760783,-0.014088478,-0.007462569,-0.027334256,0.030737903,-0.011115598,-0.027655322,0.0024993941,0.007651114,-0.014890157,0.029383862,0.014693139,0.024898471,-0.0039537726,-0.014628937,-0.0080670705,0.0039810073,-0.031214086,-0.027139693,0.005531755,0.003640318,0.009470585,0.018049743,0.022018941,0.0059165056,0.012576814,-0.013564653,0.01638357,0.001291219,-0.0009914368,-0.008310189,0.011609052,-0.0127003025,-0.008415359,0.035128433,0.009501821,0.0011358183,-0.002242995,-0.010591408,-0.0064651603,0.006897976,0.008855493,-0.0004875258,0.00724493,0.015806602,-0.0037445333,0.026170459,-0.007944834,0.012590748,-0.018660296,0.0037743424,-0.016426185,-0.041060295,-0.023338307,0.014494034,-0.003192312,0.013053407,-0.003360666,-0.027705647,-0.016794415,-0.010781516,-0.0043578814,0.0011413747,0.030283932,-0.022583747,0.0046204017,0.008199756,-0.0004600602,0.014526827,0.003781251,0.002688797,-0.010436797,0.01107457,0.0033935327,0.009113269,-0.01795511,-0.0014407324,-0.0092466315,0.0018439795,0.001525357,0.0028618714,0.0050893086,0.003291015,0.0017323653,0.0012754396,-0.012783484,-0.0011029827,-0.015576194,0.010212454,0.0039804527,-0.0032356896,-0.015068812,0.0070633464,-0.009299055,-0.019856041,0.015397999,0.010831882,-0.024284162,-0.00886837,-0.017767325,0.005770405,0.010564647,0.015468955,-0.00076846825,-0.0016294544,0.015262801,0.0011152491,-0.0010255693,-0.014757482,0.009603146,0.025858,0.0024515192,0.007364803,-0.0113674365,-0.01812999,0.00024815783,-0.026796002,0.0047991145,-0.033613488,-0.00018295257,0.007061044,-0.01704971,0.022873346,-0.006265455,-0.014948449,0.021754349,0.011830658,0.016971253,-0.020882852,0.011524168,-0.013332966,-0.006994867,0.004551342,0.02485318,0.0045584464,-0.010673244,0.017803779,-0.0349528,0.01062713,0.008947058,0.0122452695,-0.010436162,-0.009018731,-0.005338942,0.012810942,-0.029270517,0.0004135243,0.011257111,-0.011122296,-0.018442333,0.00442573,0.027373843,0.008036524,-0.010427677,-0.013524369,-0.007076902,0.009519765,0.024971532,-0.020291127,-0.0021034055,0.003120918,0.0060001696,-0.004806632,0.01269147,-0.012728775,-0.020092355,-0.005825842,-0.006291281,0.0059334035,0.0034648054,0.02465318,-0.001645952,0.004225323,-0.000689652,0.0046730503,-0.02430387,0.011016451,-0.016965136,0.0020257856,-0.0048345774,0.009467649,0.005667085,0.0036985173,0.016167315,-0.023465095,0.025664419,-0.00041333312,-0.0022160234,-0.00016149157,-0.012266391,0.009664808,0.016620506,0.02058663,-0.0052975235,-0.005040446,-0.026846988,-0.0014698529,-0.015631936,0.017429776,-0.026713876,0.0007591643,-0.010888092,-0.011297845,-0.012427585,-0.00034174143,0.017130017,0.019705959,0.009368316,-0.006150135,0.011241669,0.018280936,-0.015213566,0.010997398,0.010508194,-0.040087715,0.0005488944,-0.03782119,-0.034449663,-0.008883402,0.013804727,-0.0061931065,-0.00071243686,0.012890912,0.0049353484,-0.009479233,-0.0073412303,0.0045849923,0.0114219915,0.0236464,-0.0119230645,-0.01701938,-0.016666109,0.009115989,-0.016420722,0.00060721056,-0.01384036,0.014550677,-0.028149785,-0.002139103,0.012835046,-0.008640968,-0.010583155,-0.010368599,-0.008830171,0.024329323,-0.006769423,0.0038397473,0.0027532238,0.0053755846,0.0028987557,-0.013487781,-0.0038284375,-0.004176325,-0.02464113,-0.029467974,0.0075506666,0.013073905,-0.024429718,0.011079688,0.008075019,0.008600271,-0.0041861464,-0.005138047,0.008722622,-0.004920461,-0.028849423,-0.015618818,-0.014595196,0.023779964,-0.024498312,-0.0059031555,-0.028527211,-0.006960722,0.0010418724,0.023487525,0.011830256,-0.008386907,0.008938904,0.011644582,-0.0026698255,-0.002387012,-0.009946644,-0.014018347,0.009250807,0.009756962,0.015912712,0.0014986581,0.0035259072,0.028203301,0.027652392,-0.028706295,-0.017270759,-0.0064623123,0.011268555,-0.0029352978,-0.0026817194,-0.002687662,-0.012480802,0.001861199,-0.010196615,0.024990829,-0.019232983,0.009561118,0.0079491045,-0.013217841,-0.0032033522,-0.019718623,0.008059152,0.004969316,-0.0002554773,0.009290027,0.006354195,0.0032585387,0.014480679,0.015170056,-0.004299567,0.013843707,-0.013812239,-0.004668379,0.0012463192,0.010766599,-0.011530324,0.009979728,0.006695417,-0.00019748315,-0.0004947767,-0.0066402075,0.010756264,0.007979894,0.008084269,0.013584879,0.008490412,0.0029890083,-0.0128568085,0.0052697132,-0.044097297,0.010318554,0.0039560543,0.001129465,-0.009313284,-0.0053624776,0.006402306,-0.014352712,-0.0071520773,0.0059238775,-0.04844385,-0.01445109,-0.0073460727,-0.004909476,-0.014945826,0.0026589152,0.038076486,0.0022059313,-0.016555034,0.014817901,0.026639922,-0.0026193263,0.009545896,-0.010150793,-0.0060689854,0.023086384,0.008745386,0.026580138,-0.01744625,-0.0066996873,0.008728965,0.0027515767,0.012560848,-0.0006823593,0.0046923114,0.03478488,0.0061376463,-0.011337611,-0.004746264,0.01838112,0.008105507,-0.01403367,-0.00010894104,-0.025525263,-0.0057211225,0.0025710408,-0.03582853,0.004045015,0.029414019,0.010311735,-0.016648868,-0.0002553108,0.014487994,0.0024970863,-0.0009451499,-0.012171211,0.0019584259,0.007681859,0.026154608,-0.0009427137,-0.00017267112,-0.0015010256,-0.008679178,-0.0041001067,0.011941613,-0.01070949,-0.0008106446,0.024859147,0.015626112,-0.018628052,-0.0081279185,-0.022833345,0.016175844,-0.0021569275,-0.008299509,0.018982546,0.004746627,-0.012290067,-0.0013240408,-0.0060669864,-0.007390002,0.0023786102,0.009240477,-0.014196162,-0.0094039235,-0.013876282,0.0018793218,0.024083722,0.021611078,-0.02909074,0.014699692,-0.0069729025,0.009326181,0.027474234,0.026884174,0.17534345,0.11160288,0.007949138,0.0021442308,-0.0024989403,-0.010529734,-0.03551428,-0.024811221,-0.008366442,0.002790962,-0.0043329815,0.0070552756,-0.012822596,-0.008202657,0.024131093,-0.024020672,0.00011575449,-0.005734402,-0.027008979,0.003349877,0.00031374194,0.0019938205,0.008284875,0.01225857,-0.019993642,0.005979555,-0.006904936,0.008618898,0.033028334,-0.0067273653,-0.003941101,0.008701083,0.0054422542,0.00078793976,-0.0038076972,-0.022309283,0.0038894897,0.019309064,-0.0074236607,-0.008719488,-0.012162798,-0.013937681,-0.0056938506,-0.0040299944,0.025694836,0.0006578118,0.0024591025,-0.0061611906,-0.003679285,0.0023500242,-0.003193542,0.014582565,-0.008914417,0.008976343,0.0041048913,0.03788256,0.0064671314,0.0032509952,-0.025453556,0.0087557705,0.009958166,0.013627944,0.009528553,-0.0075626913,0.01594782,0.028618203,0.0127723925,0.0059626736,0.01828895,-0.0045690867,-0.008001721,-0.0060296957,-0.012252608,0.02839108,0.006554875,0.005721348,-0.0014261474,-0.020113572,-0.0053642727,0.01440886,0.004143929,-0.008025257,0.01915614,0.0021278767,0.01384506,0.00314752,-0.0008878791,0.0342048,0.12069127,0.012721038,-0.011745485,-0.035894975,0.03551881,-0.009957957,-0.014889263,0.024274347,0.025850872,0.00023692608,0.027139047,0.013290315,0.009866945,-0.005281274,0.005184237,0.0069949394,0.012529509,0.021379074,0.019402666,0.04792118,-0.023823582,-0.002537681,0.015806327,0.030869827,0.0035595072,0.006189918,0.009762756,0.00062834244,-0.016016025,-0.007761035,-0.10874241,0.01537665,-0.0204153,-0.0037922857,-0.013642439,0.019110482,-0.019462893,-0.01418949,0.017902741,0.0038665545,0.016678369,-0.0057582883,-0.0061123925,-0.009239081,-0.009851005,-0.0018053425,0.006652797,0.0027266084,0.001488349,-0.00069032185,6.36754e-05,0.0009448705,0.014794089,0.001048952,-0.01750265,0.01978372,-0.022768803,-0.00031044305,0.007127414,0.012656285,-0.008772138,-0.009939516,-0.017147444,0.016331753,-0.024229929,0.020955455,-0.0023139832,0.009820342,0.0048335693,-0.0024715154,-0.0062511265,-0.004290277,0.0011458881,0.0027817155,0.0085255345,-0.009117069,-0.034917343,-0.0060478044,-0.016749015,0.007726204,0.01689662,0.0049740877,-0.0059128157,0.024075542,-0.015736934,0.010930274,-0.012374905,-0.002519731,-6.699191e-05,0.00048594116,-0.012464039,0.041660674,-0.0050433953,-0.028161477,-0.030134987,-0.010005418,0.01175776,-0.020856308,-0.005787832,0.0032865494,0.01603617,0.008389131,0.003616237,-0.005702054,0.0041948464,-0.0055666533,-0.008824003,-0.012689604,-0.018098345,0.030798974,0.014728653,-0.03895357,-0.00679017,0.11579336,0.009511421,0.0111864675,-0.017004248,0.00020171932,-0.026171546,-0.0044497075,0.008774786,0.010734354,0.005161019,-0.004646053,-0.021109521,0.012659305,-0.014252924,0.008012055,0.011161873,0.024475822,-0.009695836,0.004281988,0.015775751,-0.025850318,-0.00556059,-0.011645638,-0.027368298,-0.010026252,-0.008531056,-0.015823876,-0.008173118,0.0069322805,0.0038346015,-0.018599164,0.008572896,0.013772794,-0.009572626,-0.009226411,0.016846407,-0.019716851,0.013978891,-0.018037893,-0.009132578,-0.00071666343,-0.004470717,0.008424716,0.014132517,-0.04111448,0.20287345,0.0096767,-0.007733054,0.003918152,-0.003189697,0.028053947,0.009956885,-0.021111999,0.0051787896,-0.002218643,0.03289727,0.013629582,-0.014969216,-0.002343451,-0.014671559,-0.020880377,-0.0047604144,0.0017385932,0.01824338,0.0007436237,0.0051553734,-0.029699916,-0.0008333282,-0.0029936475,0.0064925277,0.013463851,0.012886055,0.025141332,0.012291669,-0.010671225,-0.008027562,-0.025194922,0.00672676,-0.01193778,-0.0012298513,-0.004750158,-0.009461199,0.017285507,-0.017041737,-0.003088669,0.007995221,0.018208481,-0.00062035315,0.020850698,0.0016872011,-0.012029734,-0.005189844,-0.023066824,-0.0058274968,0.005789001,-0.0020348255,0.004816942,0.018959021,0.0041426434,0.0001563355,-0.009148772,0.033902165,0.012306768,-0.017542712,-0.022627415,-0.014017728,0.016994735,-0.0036811193,0.00023678146,0.018495845,0.0027101282,-0.019796101]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 109,
          "content": "\"It's the Best Feeling!\" Chunichi Dragons' Akira Neo Achieves First Professional Win, Finally Rewarding 8 Years of Perseverance. \"If You Don't Give Up and Keep Going, You Can Always Overcome It\" - A Graduation Project He Poured His Heart Into in Junior High: Chunichi Sports/Tokyo Chunichi Sports - Chunichi Shimbun Web",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.039960444,-0.0023582093,0.0098588895,-0.078598656,0.019877104,0.026778892,-0.00030057516,0.0115276845,-0.0010739781,0.0067419917,-0.008593159,-0.019709187,-0.016074687,0.03237759,0.09216674,-0.0031204831,0.011676008,-0.0050418065,-0.019968469,-0.022468323,-0.001905803,-0.0056875064,-0.008746597,-0.007466301,-0.02321846,-0.016689729,0.023201486,0.018046707,0.028036661,-0.0015457827,0.017442182,0.00575604,0.028985852,-0.0031671827,0.0022382438,-0.0053472617,0.034311906,-0.0286964,0.016882963,0.003340532,-0.00773533,0.016651647,0.0036048235,-0.022150839,0.019110244,-0.015693154,-0.025070203,-0.022709362,-0.0009024082,0.020596607,0.007407112,-0.000711219,0.031612817,-0.17291057,-0.029787082,0.026091183,-0.009311874,0.014489584,0.024628043,-0.015910063,0.008193715,0.006018498,-0.0070813145,0.004844649,-0.011840226,0.012357472,0.026489476,-0.00629056,-0.019987624,-0.017085625,-0.004851735,-0.00020554826,-0.014426541,0.00052562205,0.028742077,-0.016926363,-0.0025638752,0.014391677,-0.0044118105,-0.028554969,-0.015404251,-0.007850605,0.008955277,0.020948222,0.01881065,-0.020795196,0.00095860567,-0.0044481945,0.009532926,0.0002909969,-0.0071555455,0.007205777,-0.025046984,0.0022339087,-0.03281355,0.0220712,-0.019608838,-0.025642741,0.01196581,-0.006824266,-0.019784646,-0.035029784,-0.0076072044,-0.003639441,0.03135462,0.026198672,-0.024758907,-0.02832221,0.004637289,0.013796304,-0.020231131,0.004065372,-0.0138599435,0.03551825,0.0065062144,-0.109135374,-0.005388417,-0.010318784,-0.003943564,-0.010572065,0.013247507,-0.022874713,-0.0038907095,0.04813368,-0.0104411505,-0.016559685,-0.0023511727,0.012383384,-0.012545873,-0.018592106,0.0028366372,-0.014103432,0.00039792593,-0.016267907,0.009614825,0.017616943,0.016171237,-0.032491755,-0.0046769087,-0.02342281,-0.024691477,0.0055566104,-0.019158453,0.011254964,0.009533784,-0.007900188,0.011584612,-0.008920831,0.004453286,0.00033219703,0.009166481,0.018896444,-0.00080113136,0.02301016,0.0269721,0.004297345,0.023259103,0.024354754,-0.009922129,-0.015572767,0.0147333145,0.024219472,-0.0039164047,0.018041374,0.0012871469,0.0005714,0.030272573,0.013003509,-0.013174786,1.8574396e-05,0.012510667,0.025694063,-0.018180402,0.040845223,-0.045460053,-0.012741946,0.006555596,-0.01378975,0.014798162,0.0035600483,0.0039153434,-0.014478658,0.0011920072,0.014372062,-0.0033634948,0.029676948,-0.0036315108,-0.01922102,0.026731791,-0.0183345,-0.031300027,0.0036900204,-0.014084465,-0.0007691846,0.00394404,0.019606462,-0.012567393,-0.0117524015,0.0016203854,-0.03546977,0.03079499,0.0016774816,-0.00015680895,0.025241561,-0.003718106,0.004300005,0.0009456248,0.021699715,-0.020528212,-0.0028287487,0.0031146137,0.015970048,0.016366048,0.017036904,-0.030072115,-0.031347055,0.00083092815,0.008107603,0.018293237,0.014960749,0.019632408,-0.0007435821,0.032645952,-0.008414379,0.0078111337,-0.0062453863,-0.01092179,0.014422463,0.028107164,-0.021278428,-0.012987506,0.013068038,0.0056533073,0.006865783,0.020343672,-0.025356457,0.0020032604,0.033654835,-0.008018183,0.036587134,-0.03781853,-0.012772708,-0.010412698,0.035260264,0.025926543,-0.0030170965,0.003976564,0.008497251,-0.009306623,-0.021881932,0.028089244,-0.0045416662,0.018783076,-0.0027169697,-0.0063415053,-0.007875086,0.03995574,0.0105526075,0.008329743,0.015332749,0.009587565,0.012387597,-0.0037993994,-0.03609523,0.0017886081,-0.0069897184,-0.02731968,-0.02489902,-0.020149507,-0.01943235,0.03613383,0.006961088,-0.0055037555,-0.036885355,0.017363919,-0.032865714,-0.02801865,-0.009064947,-0.024002854,-0.047624078,0.00575817,0.022341039,0.03141379,0.0060297716,-0.0054435167,0.020638041,0.016002217,0.0037200667,0.001971447,-0.008362789,-0.0068813334,0.01699859,-0.023559941,0.00063737074,0.005799547,-0.028239265,-0.013019331,-0.00074173673,0.027099175,-0.007814301,-0.0013662534,-0.011423996,0.0056483923,0.028120492,0.00841256,-0.013492623,0.0077809864,-0.017227788,0.02309011,0.019979043,-0.02595964,-0.027884474,0.024295684,0.012939378,0.00055986637,-0.01848775,0.010372707,-0.027571818,0.0025506534,0.0014308711,0.018441502,-0.019600922,-0.006135491,-0.006542677,0.02301927,0.005571952,0.0041056913,0.0032338873,0.0054887566,0.024123607,0.026708279,0.03739248,0.017217377,-0.014069337,-0.026970828,-0.0035826205,-0.021925751,0.0027634178,0.014053111,-0.0069772303,-0.023312442,-0.009395512,0.005648264,-0.029218603,0.0056965747,-0.011891253,0.00017374044,-0.019553743,-0.013578921,-0.04551563,-0.007009785,0.024784617,0.009406324,0.0072683976,-0.008578884,0.013730442,0.0052899616,-0.0106856795,-0.0007973924,0.023257775,0.0042883726,-0.007417685,-0.00446211,0.0031717445,0.0109822415,-0.005701151,-0.005833507,0.026538217,-0.0042648516,0.020291075,-0.0012760307,-0.007023985,0.016591482,-0.009021076,0.030838277,-0.020101927,0.009488701,-0.017650127,0.008718865,0.008961947,-0.009069166,0.010715932,0.008057925,-0.0016219133,0.005462007,-0.0053299894,0.02814963,-0.016027078,0.03523691,-0.01962061,-0.0135122035,0.0051865513,0.0020903067,0.027387427,0.005031442,0.010106165,0.012211553,-0.025127415,-0.015579709,-0.0033532393,-0.022359097,-0.028776187,0.045809176,-0.0064438926,0.0018571313,-0.00491765,-0.006981086,0.0075894496,0.0311372,-0.009311022,0.022610778,-0.0040664086,0.035435986,-0.0058393357,-0.0027973684,0.019942913,-0.003724118,0.020130385,0.007327846,0.011826388,-0.013231985,0.0037728546,-0.018140238,0.029450873,0.0039474997,-0.003516744,0.0024878678,-0.0053192447,0.009982589,0.0068513057,0.001284799,0.008245953,-0.00611924,0.015388819,0.02930881,-0.015650317,-0.018514864,0.0003718934,0.0097037135,-0.021270363,-0.027418928,0.008756293,0.0076133837,0.01360309,-0.0031542876,0.011228633,-0.0033698052,-0.02478718,-0.030697968,0.005626952,0.0076800045,-0.001441772,0.028548542,-0.005227025,-0.010943578,-0.02055964,0.0010021528,-0.013742045,-0.019649552,-0.008923987,-0.0030502195,-0.01734626,-0.014162155,-0.010683252,-0.024768602,-0.014659546,-0.012919648,0.012751726,-0.03697505,-0.0025144964,0.02197996,0.029297713,0.010079921,0.03041569,0.012103555,-0.02901919,0.023598539,-0.015180745,0.0020193052,-0.0023950867,-0.008649691,-0.0039898027,-0.018488374,-0.025753144,0.01454641,0.0035786415,-0.0012231226,0.007947728,0.007411655,0.0022715563,-0.009950118,-0.02984947,-0.004087329,0.015192183,-0.01094433,-0.012860779,-0.007486497,-0.030353503,0.00060743745,-0.010454416,0.00051317824,0.0029243422,-0.0051703034,0.008034367,-0.004326756,0.009336621,-0.007911893,-0.018095914,0.030514,0.012364568,0.005269431,-0.020797871,0.027022429,0.01615841,-0.0029375318,0.0034577937,-0.01725832,0.012538268,0.014948453,0.009006149,-0.006337057,-0.022176597,-0.018387213,-0.0061444887,0.010941157,-0.010817945,0.017049547,0.011701039,0.0027131082,-0.015051443,0.010690769,0.03022166,0.0095422845,-0.002440023,-0.009965998,0.02280776,0.024241244,0.02422562,-0.0039113895,0.0030264044,-0.021289898,0.009087237,-0.004157516,0.017435333,0.019456364,-0.10034038,-0.00727157,0.003023185,0.00530981,0.008355029,-0.025725735,0.017563846,-0.014186594,-0.013620014,-0.035414897,-0.0059582912,-0.041604243,0.002043066,-0.016808486,-0.022483138,-0.012598093,0.00878865,0.013793731,-0.0019371905,-0.009963346,-0.003033316,0.03228523,0.019026142,0.030515492,-0.017476255,-0.005521519,0.028299443,-0.004909956,0.006155965,0.009797819,-0.023298347,0.032642588,-0.0007666651,-0.0028781286,-0.009800705,0.014742674,0.014973747,0.021869104,0.007844051,-0.0007290871,0.021788323,-0.013561487,-0.0041916193,-0.029392906,0.022181286,0.027467413,-0.011733756,0.0055669933,-0.013115041,-0.01189068,-0.001314277,-0.03627574,-0.0064033577,-0.01054865,-0.025725158,0.028836517,-0.010933398,-0.0014656252,0.012442798,-0.022557685,0.0045024,-0.01409263,-0.0047165803,0.013562254,-0.024021693,0.018151097,0.0056334683,0.0059573054,0.0005776883,-0.0025740853,-0.036243208,0.04862325,-0.0009633036,0.0044648494,0.021504113,0.020219507,-0.006793326,0.031551506,-0.0205515,0.012763195,-0.010598323,0.0006243167,-0.102876954,-0.0038022674,0.003298809,-0.007961846,0.0070517366,0.007545684,0.0124607375,-0.01668206,-0.019177642,0.009516466,0.0019159802,-0.0016169241,-0.014542854,-0.011718065,-0.00660595,-0.018660976,0.02001537,-0.024959033,-0.016903568,0.00071445404,0.024865814,-0.0040242355,-0.0032761025,0.0032249766,-0.008128011,0.004695028,0.024058444,-0.015211289,-0.008966586,-0.022171937,-0.016723715,-0.14979412,0.010180844,0.02495381,-0.03622096,0.045563903,-0.0008611205,0.010466939,-0.008546102,-0.021484746,-0.030658396,0.00050399714,-0.004013535,-0.017416313,0.030596696,0.0074691423,0.119371615,0.0057647945,0.013407058,0.025359467,-0.0046978034,0.005407865,-0.030868443,-0.003067167,-0.0060640974,0.043420896,-0.005791319,0.012953834,0.003825947,-0.01907043,0.014158617,0.0036442073,0.010329901,-0.0043120603,-0.005616514,0.013980965,0.011969848,0.018164217,0.013908296,0.0064343913,0.03125157,0.017137203,0.015748177,-0.025676766,-0.022312282,0.00012907323,-0.020453595,-0.03409613,0.0045748875,0.002871448,-0.021055778,-0.011316888,-0.09697164,0.0038513774,0.015155859,0.009478675,0.00028071136,-0.025546266,-0.009397544,0.0099090645,0.010493643,0.0024969163,0.002209406,0.01879285,-0.012468514,0.013233293,-0.011010467,0.0075879525,-0.01623667,-0.010075632,0.022850795,-0.015254525,-0.015803883,-0.021378627,0.018729614,-0.017647596,-0.029965427,-0.014149664,0.01801732,0.010573488,0.01754343,0.0018281577,-0.02361095,0.0029844695,-0.01233204,0.02854185,-0.012133726,0.024099775,0.0018641404,-0.01325896,-0.00320703,0.008560319,-0.0028475039,0.010604989,-0.021201938,-0.00038743945,0.03600464,-0.019959288,-0.00046470333,-0.015515546,-0.003091861,-0.0072858273,-0.018200781,0.010818882,-0.036608484,-0.001910463,-0.000712883,-0.009972862,0.011103927,0.036535453,-0.006166204,-0.0023369433,0.005878216,0.0072718863,0.010459496,-0.0036426494,0.023639444,-0.0019094287,-0.004745157,0.016708815,-0.002765973,-0.0007874701,-0.0025113751,-0.0016924838,0.0044974564,0.017726941,-0.0065951063,-0.018352704,-0.0046408726,-0.014098915,-0.043708522,0.003474887,0.0013167629,-0.009159487,0.0047491514,-0.006806427,0.022351852,0.011793792,-0.013927083,0.010850139,0.0050434256,-0.01175574,0.013382008,0.007323295,0.008326309,-0.0040546753,-0.0018903192,-0.017037129,-0.0035104647,-0.020637445,-0.0105843255,-0.013631578,-0.01288545,0.01184178,0.0019050019,-0.008039963,-0.0058694435,-0.007821498,-0.0065957364,0.0040261312,0.0052320636,0.004657234,0.0074640717,0.0017999536,0.0065881563,-0.005185271,0.0024086768,0.048992965,-0.012618798,0.019958438,0.0031212233,0.027141828,-0.002818102,-0.02007659,-0.009873618,0.013618011,-0.004860508,-0.010068249,0.0063429447,-0.004931199,-0.0070664086,-0.006707962,0.014417295,0.0040637157,-0.005130821,0.0045700334,-0.002845903,-0.0025925878,-0.010460294,0.0048848493,0.0041526924,0.0036077905,0.011415152,0.010730074,-0.023848511,-0.002498337,0.011451046,-0.007416331,0.01188523,0.002822284,0.0044415505,0.0030377258,0.00023670518,0.0072775446,-0.0018812355,-0.01611785,0.014195253,0.007357618,-0.013135921,0.005710524,0.0035717837,0.002615943,0.01088434,-0.004797119,0.013084364,0.0017384797,0.019205794,-0.0038770512,0.017271642,0.0046918676,0.004879075,-0.019084785,-0.010798802,0.0064353268,-3.609198e-05,-0.006811263,-0.01551214,-0.0036907147,0.0018279629,0.005261165,-0.00637795,-0.0065989895,0.0017115985,0.011605613,-0.0023798519,-0.007878375,-0.0007905058,0.004491935,-0.018464776,0.0010274724,-0.007644598,-0.00602107,0.0047282916,-0.0059324037,-0.021815663,-0.010423852,-0.010089152,-0.0026912082,-0.008546526,-0.012812898,0.008733232,0.017375018,-0.0025556278,0.007994014,0.017298179,-0.009664295,-0.0039729555,-0.009311196,-0.0024935044,0.019533744,0.002701853,0.0037030953,-0.012098806,-0.0037784071,0.007062154,0.011631904,-0.0017512604,0.0083330525,0.0056663104,0.006304937,-0.008825945,-0.009529262,0.012858933,0.0008344119,-0.0015768096,0.0013138624,-0.009661566,-0.019235387,0.013069222,-0.0019968154,0.0026842072,0.0010706062,-0.018013127,-0.0007412839,-0.005374549,-0.0022906445,-0.0013667064,-0.0039845873,-0.013451169,-0.011745931,-0.010048505,0.00089209306,-0.008809537,0.0034327067,0.013388556,0.0030273076,0.00146014,0.0043666456,0.017257413,0.002514777,-0.0019930357,0.014066418,-0.003610998,0.010050198,-0.013021519,-0.012211495,-0.0020094295,0.0032843489,0.00049700576,0.018580051,0.017869763,0.091412656,-0.0069691194,0.009389063,0.006022487,-0.0097871,0.0011459478,0.010610494,-0.0028111797,-0.010069629,-0.016118335,-0.0002670582,0.001753115,-0.018009758,0.008464217,-0.008966759,0.0034821928,-0.0004735704,0.0024890362,0.016836336,-0.011805006,0.0021922174,-0.013198003,0.002127669,-0.019113628,-0.010882529,-0.0010318123,0.010563751,-0.011464728,0.0013842683,-0.0032269114,-0.0021272912,0.016437013,-0.012084692,0.009458866,0.00074117834,0.0010256462,0.00017387678,0.02158712,0.020277606,-0.019618338,0.026059043,0.0042413985,-0.016207777,-0.012963846,0.0018452922,0.010462859,0.0073388275,-0.016230574,0.0040302775,-0.0062512644,-0.012444697,-0.00077390135,0.00089516904,0.007427409,-0.009645095,-0.015446733,0.010655004,-0.006055746,0.015129335,-0.0009791461,-0.000112392525,0.014930167,0.01334015,-0.012226249,0.0035664688,-0.00319561,0.0039738673,0.012591532,0.011399127,0.010465247,-0.020507518,-0.025261594,-0.0074091894,0.019878935,0.028231263,-0.0055196807,-0.0052468474,-0.0009433013,0.0048600533,0.0032335115,-0.0059715896,-0.020482123,-0.0077419328,0.008139649,-0.009110556,-0.0054014963,-0.004009264,0.008792538,0.013250518,-0.009794516,0.020227736,-0.004677538,0.0018219025,0.00791738,0.011633683,0.011873241,0.039187226,0.00016610445,0.010652189,0.0026148257,-0.0065758172,-0.012450177,-0.0109473,0.0031223993,0.022265334,0.006333272,0.0037281134,0.0083705215,0.025542678,-0.019026006,0.0012232846,0.0033369132,0.02363036,-0.011277283,-0.0058669527,-0.019720353,0.012702715,-0.0028589328,0.00537,-0.0028703823,-0.0010699852,0.010497284,-0.0024039773,-0.005219336,0.0037956147,-0.026318088,-0.015765758,-0.003149512,-0.01579966,0.001166437,0.02622148,-0.013780151,-0.0017088786,0.008551347,-0.01273077,0.012190313,-0.010359346,0.002306732,-0.011507865,0.0005263686,-0.0019107151,-0.0072675385,0.0042811986,-0.004630438,0.005874011,0.0046889996,-0.005117726,0.0043922155,-0.002110253,0.0054641794,-0.00052727346,-0.0006697242,-0.0054599377,0.016759459,-0.009194129,-0.0018716104,-0.0031172226,-0.002142793,0.012426697,0.016132422,0.0069250697,0.0026942468,-0.0074554766,-0.0020488473,0.0040902537,-0.024318827,-0.009883775,-0.001426227,0.0001777171,-0.006779554,0.0064396486,-0.0065675797,-0.0017560321,-0.0031452607,0.019966591,-0.01917075,-0.007888268,-0.021915805,-0.008488379,0.016499324,0.014956042,0.0055447766,-0.0007571886,-0.00087549613,-0.016297663,-0.005571347,0.0048541483,0.0025013424,0.014778392,-0.00670534,0.016567115,-0.02181725,0.00031776688,0.035794925,0.0154915275,0.012579704,0.001101698,0.004216723,-0.0004377616,0.0132160755,0.011615745,-0.0037566978,-0.008797886,-0.011743013,0.025252517,-0.0073459377,0.01656388,-0.0067805625,0.002125542,0.010130896,0.008508816,-0.020664243,-0.0038332236,0.002958374,0.013975604,0.015915573,0.007342085,-0.00042288506,-0.0077647073,0.012031218,0.004694124,0.0055897706,0.00032932995,-0.0005663317,-0.009922372,0.010919695,0.00994109,0.010649123,0.010724748,0.00817877,0.021645464,-0.005355377,-0.0058501614,9.659882e-05,0.016058298,0.0011293051,-0.013556564,-0.007828793,0.0025069804,-0.018777233,0.0050756196,-0.008087613,-0.002305605,0.0075251344,0.0024649745,0.006407281,-0.015090758,-0.0050867586,0.016258333,-0.006558065,0.021541638,0.002171189,-0.0032711036,0.0066054417,0.013419021,-0.008853908,0.0035964537,-0.035323568,0.004183497,0.004667771,-0.011467587,-0.008057964,-0.006532432,-0.013679732,-0.017105402,-0.011446145,0.015536189,0.006165146,0.00037864962,0.017718904,0.0074038715,-0.0069038016,0.012405817,-0.01411194,0.0073396196,-0.0074756364,0.009861896,-0.038460564,0.0054127644,0.0027913302,-0.0008460236,0.006460342,0.004883943,-0.010685977,0.018969417,-0.0066530607,0.0043349937,-0.01944351,0.0006608822,-0.0044831545,-0.0016026098,0.0021355639,0.019882772,-0.0053620874,-0.027330896,-0.024625115,-0.00497912,0.029471314,-0.0053200293,-0.01661164,0.0041568317,0.027176315,-0.004037874,0.0007355845,-0.0037055223,0.0015553646,-0.005151151,-0.020606156,0.010759522,-0.0017193516,0.001897743,-0.015991485,0.0111608505,0.002718492,0.02826218,0.0053463643,-0.008782137,0.008900216,0.0028466943,0.00017062435,-0.017396744,-0.019859158,-0.005411429,-0.003303454,-0.0023175876,-0.008909063,0.004604618,0.005523364,-0.011976651,0.01375413,-0.0019121856,-0.0054715145,0.0011116948,0.020958865,0.0077244192,0.004283492,0.015923316,0.011974056,0.0014457288,0.016246649,-0.0017785355,-0.0041537033,-0.0050566797,0.005505403,-0.007066495,-0.0118604265,-0.006228826,0.0075243637,0.009233971,-0.014630225,-0.0015908125,-0.03096269,0.005029536,-0.02002954,0.021738563,0.017899403,0.0019055086,-0.007893001,-0.0054263957,-0.0043498,-0.008084537,-0.0024610334,0.00398664,0.010025114,-0.00855181,0.016119307,0.00012768306,-0.013456183,0.005668436,-0.010737957,-0.014992857,0.010815998,0.023074731,-0.008979608,-0.018228523,0.013002635,-0.009585842,-0.0013011682,0.021375477,-0.009876974,-0.009953654,0.013408807,0.0022047015,0.0010985653,-0.004894145,-0.009060994,-0.022793854,-0.005389993,0.006306006,-0.003637268,0.00014643876,-0.008907265,0.003038907,0.018599203,0.006965973,-0.0033993672,0.013071297,0.008857984,0.01028332,0.009795733,-0.007162563,0.012802519,0.011703928,-0.008678368,0.016565945,-0.005812356,-0.0044687074,0.0045247586,-0.006166304,0.009222673,0.012297014,-0.0081289075,-0.010797528,0.009918286,-0.010875998,0.011880653,-0.00669621,0.015449281,0.017335257,-0.008888135,0.012390943,0.025712758,-0.013091973,-0.0070471363,-0.006621139,-0.0024960919,-0.0027996546,-0.024883328,0.0043484075,-0.012093429,0.007579343,-0.010537718,0.0021659133,0.022262871,-0.011251663,-0.007858946,0.012109106,0.011162047,0.016451946,-0.008339938,-0.0016024599,-0.006693749,0.00877666,-0.008172419,0.008700071,0.016750515,0.0016778363,0.016119892,0.005350979,-0.00061678194,-0.0028075057,-0.008165598,0.0033927937,0.0037258435,-0.015078974,0.00086180645,0.016818957,0.00028513937,0.0021461595,-0.0222998,-0.010430848,-0.0060082804,-0.09595031,0.015720293,-0.011022984,-0.0013391535,-0.0033830602,0.02018349,-0.005962486,-0.004411546,0.02708742,-0.01909856,0.004864892,-0.005721656,-0.008427813,-0.020983342,-0.008201461,-0.012951812,0.0034094786,-0.0008350987,-0.0039220066,0.004226016,-0.0022241469,0.01977181,-0.026093075,-0.0041206875,-0.007990322,-0.0028899016,-0.0073918994,-0.01659425,-0.008657329,-0.007761002,-0.008504425,0.0067937966,0.0044420906,-0.000921279,0.0013533034,-0.009281284,-0.0025836998,-0.00064854906,-0.1273962,0.0127290785,-0.013353657,-0.007602964,-9.3742245e-05,0.009990779,0.016824879,-0.017776703,0.0077039166,-0.010646486,-0.0075966185,-0.0015325706,-0.01715743,-0.0139690265,0.02309822,0.01884334,-0.0016393451,-0.00502083,-0.0054092794,0.02139882,0.00018025163,0.0012894034,0.028138416,0.0054095075,0.0077494923,-0.008759579,0.010437409,0.0009819282,-0.0054313517,-0.015138181,-0.004616806,-0.0022107263,0.0067690546,-0.017666267,-0.009739645,-0.005367469,0.030144678,-0.00664498,-0.0016766152,0.002444202,0.008162321,-0.0051051625,0.0020961536,0.013781295,0.007887908,-0.00041494405,0.00077371084,0.027001822,0.00207365,-0.0036222276,0.006420528,0.025729522,0.0067421966,-0.005439153,0.017265728,0.00071716955,-0.0075736726,0.0057597132,-0.0145800775,0.0002758194,-0.00015726069,0.0033572009,-0.012492772,0.022575976,-0.015375839,0.018483138,-0.00047646931,0.0027898334,0.0029050254,0.018622287,0.009798723,-0.007546048,0.0012654002,-0.009889465,-0.0032165027,-0.019984169,0.0111307,-0.0017075364,0.012433149,-0.011761688,0.015038682,0.0194468,-0.022122242,0.0040265974,-0.001334096,0.026684204,-0.008027791,-0.016325176,0.007845009,-0.055812992,0.008117251,-0.0055205585,-0.020128604,0.014933754,-0.013854968,-0.0034736337,1.34843995e-05,0.0063514556,-0.019799912,0.005161266,0.023189196,-0.011953577,-0.023473345,-0.009518234,-0.019065736,0.008237012,0.0063360124,0.0052204067,-0.00937773,-0.0047189808,0.013756509,-0.0012570613,-0.006060276,0.0028086223,-0.017142728,0.010804066,-0.018238302,0.00047628634,-0.018097388,-0.0044707386,-0.0015096974,-0.015267426,-0.016865542,-0.013232621,0.0089070415,0.030708443,0.027523512,-0.016834952,0.013598973,0.029711766,-0.016025532,0.00678827,0.0120730605,-0.019202948,-0.0049680634,-0.00449871,0.009845821,0.005387884,-0.005587742,-0.0038816575,-0.0047054454,0.00015483801,0.0047378736,0.004523185,0.022482218,0.005476798,0.011759777,-0.0029560851,-0.007815993,0.02045686,0.0051932163,0.022962514,-0.002520052,-0.014777164,1.4133938e-05,0.008799718,0.0006474934,-0.018514525,0.006162716,-0.004638267,-0.014134893,0.0047500664,0.014384009,0.014655866,0.006432623,0.0075744083,0.016805083,0.00042156936,0.019815084,0.027002819,0.0062335767,0.015735123,0.0070481463,-0.0030791692,0.015258283,0.0045217127,0.021730121,0.0038006909,-0.016062004,0.009162097,-0.015384223,0.0014181123,-0.003854252,-0.003101886,0.0125029655,-0.013009117,-0.0012221618,0.0025648582,0.010791218,-0.0065609524,0.015375904,-0.025505919,-0.014339077,0.008735492,-0.012043584,-0.015170304,-0.007712243,0.018791692,-0.01129337,0.013889389,-0.016602408,0.00076404045,0.014806197,-0.17666064,-0.008464727,0.018292602,0.013777375,0.0036756634,-0.013047585,0.018421452,-0.00094051776,0.009263931,-0.0010061789,-0.0061627873,0.003717768,0.007526856,-0.039688375,0.014566244,-0.0078088334,0.005838937,0.018985283,0.0045800153,-0.021192778,-0.023919992,-0.0133251995,-0.0034674979,0.020548336,0.012899764,0.007151984,-0.0029956095,0.006340953,-0.008166362,-0.013438036,-0.0147941755,0.011211133,-0.003713748,-0.0050092107,-0.0079029305,0.0035598802,-0.0068343766,-0.015091537,-0.005748878,0.029821858,-0.0007560938,-0.010877949,-0.012614609,0.012114469,0.0008223116,0.016048552,-0.016458148,0.012576714,-0.030634142,-0.006615056,-0.005060574,-0.020379325,-0.01790053,-0.009562494,0.008308528,0.011192348,0.01790854,-0.022222562,0.016122872,-0.008876527,-0.00013238259,0.013968296,0.0021193465,-0.011222338,-0.01288012,0.0034707913,-0.0073060156,0.14294408,-0.018799257,-0.026722224,0.030318877,-0.013764052,0.016900321,0.0072742165,0.018019909,-0.0031754721,0.014150246,0.009844561,-0.0006720546,-0.012646064,0.007451669,0.033273507,-0.004424726,-0.009014315,0.025402034,0.010966956,-0.005792852,-0.007531692,0.008003615,-0.012530145,-0.022357728,0.019313699,0.014750021,0.0018259076,0.0053574103,-0.0039030125,0.029726489,-0.005299267,-0.012032594,-0.0013673652,0.009618215,0.027538957,-0.012542233,0.004811007,0.00402758,-0.02404355,-0.005438662,0.003961934,0.013021915,-0.017217318,0.005499477,0.009666762,0.020138092,-0.0048791547,-0.004702598,-0.008517247,0.0141455,-0.024373326,0.0016973839,-0.00011744793,-0.0055333977,0.017196894,0.005846669,0.0034407885,0.018123772,-0.021230018,0.01247792,0.0032851782,0.011777091,-0.022280002,0.0032538995,0.0056606513,-0.0008547684,0.027107712,-0.0072942013,-0.013083449,-0.10985679,-0.028101154,-0.007404254,-0.007296917,-0.013298387,-0.01248799,0.00027579349,-0.006367957,-0.012405572,0.0076025254,-0.007912142,-0.015311167,-0.010917885,-0.0012073013,0.006006204,0.004042076,-0.0030872598,-0.016458714,0.022313397,-0.0069800015,-0.006565284,0.014208281,-0.007713708,-0.01561611,-0.019831238,-0.030970972,-0.02164483,-0.03219823,-0.00045350485,0.0046289437,0.0042075203,0.014193364,-0.0037390876,0.0055521643,-0.013973952,-0.0056331316,0.014770944,0.015284037,0.0053275097,-0.023102242,0.0026055141,-0.019878028,-0.022733575,0.007997936,-0.0052912794,-0.024112765,0.015339237,-0.019761696,-0.0279932,0.011750292,0.0005805743,0.0020127606,-0.00829817,-0.0029028128,-0.005501611,0.023544205,0.018469483,-0.025892245,0.011454186,-0.007927479,-0.0067187594,0.007223935,0.008385604,-0.0085923355,0.012871901,-0.0051839915,0.0062225857,0.0005613903,0.011805648,-0.009948085,-0.008206822,-0.013039589,-0.0072163995,-0.013866145,0.0024750351,0.00880693,0.012562754,-0.008199535,-0.011594708,-0.0031095874,0.0016542539,-0.015367617,0.004025973,-0.023239464,0.043008924,-0.026674706,-0.029705513,-0.00024427575,-0.01526263,0.0141184945,0.01407341,-0.012239928,-0.021341415,-0.0023722197,-0.006961161,-0.008107657,-0.016399503,-0.0016946569,0.01715627,0.012214356,0.0034171173,0.011733333,0.0127312085,0.0045914035,0.024433414,0.006574357,0.01614432,-0.019299878,-0.02092805,0.009823985,-0.027279625,-0.0064270184,-0.014368369,-0.009065579,0.007123955,0.004008781,0.017150426,-0.008192472,0.010038843,-0.0077987104,-0.0049309703,0.027294286,0.0067544617,-0.01303767,-0.0035887812,0.0104904575,-0.0028525402,0.007901552,-0.0025570516,0.0153324865,-0.01755367,-0.00052334083,-0.016363135,-0.006357567,0.024268392,0.010592732,0.014703459,0.00017075338,0.0034393051,0.006805574,-0.04253446,-0.00785036,0.005024822,0.021267895,0.012968018,0.001975603,0.012079546,-0.008774074,-0.0017023375,0.0070073544,0.009827284,-0.022859437,0.0056278645,0.008218663,0.022856561,-0.0063503645,0.011902292,0.006445855,-0.0067761536,-0.014203493,-0.01530628,0.01571184,-0.004900138,0.008817563,0.00063956477,0.00036149644,0.014179364,0.0013548648,-0.033386122,-0.022928758,0.005397655,-0.0021399776,0.0064213052,-0.04243137,-0.0051557664,0.0030597642,-0.008828224,0.017718833,-0.0018650016,-0.055677917,0.011924422,-0.015765304,-0.008261062,-0.008570824,0.016264865,0.008157429,-0.016843883,0.003477678,-0.0007965085,-0.009591306,0.031479213,-0.012392829,-0.012599511,-0.00072810304,0.0055408766,0.005870473,-0.0013429318,0.0014895303,0.0042959964,0.00215968,-0.0034719207,-0.010626355,-0.014607461,-0.0039436687,-0.0013270719,0.01264253,0.0224672,-0.017651133,-0.0036914207,-0.006148363,-0.0025102138,0.0019731238,0.009415116,0.009829961,0.0030499478,0.010016941,-0.018202158,0.0066685667,-0.02626971,0.0067350264,0.009237717,-0.05716412,-0.013671014,0.008653739,0.012873761,-0.010835507,-0.014466538,-0.00090791634,-0.0030828235,-0.0025235922,-0.005864719,-0.039313037,0.012991654,0.025032451,-0.023252415,-0.009145392,0.027958393,0.002170999,-0.0073353536,0.0022859445,-0.019223835,-0.025051486,-0.0021438526,0.020883081,0.0002005543,0.019700387,0.011290183,-0.0010108561,0.02119931,0.007128294,-0.018126111,-0.009736832,0.007913475,-0.014033638,0.0034579835,0.042525012,0.010090457,-0.005293484,-0.00077504094,-0.0029747975,0.0067963293,-0.012019601,0.011636937,0.003999788,-0.024226476,-0.012998319,-0.10491837,0.0040733186,0.0045139217,0.035230182,-0.015229698,-0.009567816,-0.0032934286,0.029113213,0.0021942647,-0.005908074,-0.00070131524,-0.025895152,0.003115101,-0.008999867,0.0058399825,-0.0014925373,-0.012525302,0.0037857287,0.01176417,0.0020091375,-0.0022810635,0.0015774522,-0.02503632,0.0072767716,0.0065499907,-0.08469428,-0.0020372549,-0.0051899087,0.014977044,-0.008230399,0.01741446,0.0029920265,0.008221381,-0.0035362926,-0.010040437,0.022115216,-0.010984032,-0.027116949,0.00689899,-0.004269629,0.022566522,-0.014218046,-0.007816255,-0.006789722,-0.03274472,0.025111044,0.0016230077,0.02366494,-0.002481085,0.0059229,0.010619279,-0.04039931,0.029317321,-0.019243848,-0.0046346723,-0.0065677566,-0.014225991,-0.013425481,-0.00452107,0.0038730274,-0.014313035,-0.012300546,-0.01100584,-0.0032606795,-0.005934557,-0.0049655135,-0.0057609593,0.0021925508,-0.04077305,-0.012755656,-0.011748228,0.0036191244,-0.0014736592,0.016682424,-0.0075318962,0.012472968,-0.017403439,0.007195891,-0.02517071,-0.007467312,0.0047503067,0.005348072,0.022637874,-0.01111164,-0.004167794,-0.0056232056,-0.008888075,0.0153622255,-0.0007216013,-0.020622447,0.03027522,0.004833533,-0.012930024,0.0064517106,0.00673464,-0.007233484,0.0053739864,-0.010675469,0.004690409,0.0071342955,0.016943093,0.00823386,0.015701089,-0.008384346,0.0070018177,-0.017224863,-0.00784248,-0.021399291,0.009098706,-0.0029617483,0.012438267,0.002361358,0.014719069,-0.009867912,0.024511177,-0.01465754,0.006486271,0.0028969378,-0.008677052,-0.028131507,0.007016091,-0.008584948,0.0033962792,0.019905396,-0.01660387,-0.007522953,-0.019482808,-0.008436063,0.0137163,0.020988313,-0.010787549,0.0016543136,-0.0050684125,-0.00036062507,0.0010986503,0.008486974,0.025222974,-0.0024857132,0.00362026,0.0023318524,-0.0048960103,-0.0036071485,0.0015292816,0.016394438,0.0019436321,-0.0061090686,0.0038840505,0.020833064,-0.0034204952,-0.03471106,0.0064013614,-0.023432264,0.025561657,-0.027815808,-0.02031756,0.0019416001,-0.0063253837,0.0078103757,-0.02052797,0.005965741,0.010823495,0.004966303,-0.005347113,-0.005780449,-0.014655431,-0.0040491642,0.0024664197,0.007853979,0.012468132,-0.014539304,-0.0038072183,-0.03214347,-0.00048233315,-0.013404466,0.043044455,0.01052606,-0.0075957035,0.0149249425,0.0067255823,-0.0074289646,-0.0019698353,0.0074977656,0.0016967179,-0.020835618,0.0018145095,0.032843735,-0.0142230345,-0.0039235083,-0.0013006392,-0.017162535,-0.018096,0.004708368,0.006905489,-0.019458799,-0.00844118,-0.011532648,-0.014709775,-0.005647334,-0.000623255,0.023661068,-0.0048460606,0.010420621,-0.005693527,-0.015923161,-0.012892724,0.0026088753,0.010777329,0.014533643,-0.007268647,0.011006496,0.0073841168,0.019420287,-0.005193196,-0.0062519587,0.008707811,-0.0019575602,0.020198451,0.0014458775,-0.01320122,0.0084094405,0.0018540764,-0.0038121447,-0.008132541,0.0040495433,-0.038875826,-0.006963058,-0.011652542,0.0046681366,0.017352223,-0.0077661066,-0.016204372,-0.0027150335,0.0022850325,0.010936176,0.0031535658,-0.012772814,-0.01635499,-0.04438973,0.014792901,0.0052166753,-0.0053826887,0.039286666,0.005218054,-0.005392987,-0.015874023,0.014385954,-0.023124801,-0.005851999,-0.029740883,-0.0069151158,-0.0021092705,0.031509787,0.014586254,-0.022297332,0.008520366,-0.001629799,-0.012522916,0.015058862,0.009282384,0.004100544,0.01524128,0.031439282,-0.0110202655,0.004613262,0.0026516558,-0.0016211806,0.015388008,0.008778698,-0.0067458283,-0.012075148,-0.008007922,0.0078960005,0.007897144,-0.00090251456,-0.009136881,-0.011841643,0.022884386,0.007459925,0.00019163782,-0.0066434713,0.0071511255,-0.0044181617,-0.008892384,0.005660002,0.0051095863,0.0037666338,-0.0038114518,-0.005569183,0.0029319793,0.0038364842,0.014692855,0.0071382844,-0.007871841,-0.025089871,-0.0013353421,-0.0079128975,-0.015198334,-0.011633053,-0.013112728,0.008445851,0.01047773,-0.023383005,0.0026485983,-0.02400146,0.0014835937,0.0012689822,0.023905244,-0.007161544,0.00028943084,0.0062732175,0.0016450975,0.00026230316,-0.0067534633,-0.0212023,-0.013881981,-0.022516202,-0.012232502,-0.011255705,0.029353878,0.027536444,-0.0022015318,0.0010349398,0.033323474,-0.018082205,0.013255853,-0.005888039,0.00016907767,-0.017947359,0.00852341,0.010888484,0.011982969,0.015785228,0.04311449,0.0033590456,0.01520384,0.008605212,-0.002115156,-0.011205373,0.003997014,0.00487282,0.0037720464,0.008573993,6.486307e-05,0.0117718745,0.0033075057,-0.022279432,-0.029034771,-0.0060583395,0.01072523,-0.0067475676,-0.0012304322,0.0052946545,-0.00071831746,0.003093176,0.0019496172,0.0015051907,-0.009718161,-0.016212258,0.0010829646,-0.0049954182,-0.010766897,0.0156187955,0.0022538926,0.018958695,-0.011795701,-0.015371054,-0.0065581016,0.0018893185,0.017611677,-0.0054950328,-0.014596732,0.012252769,0.016490951,-0.006597626,-0.0028607948,0.001117909,-0.0035793064,-0.03543243,0.024707478,-0.017120706,-0.0076878387,0.010132073,0.008370562,0.012546517,0.004153142,-0.008088767,-0.0071042846,0.0027623472,0.022229673,0.0015377009,-0.015260869,-0.00079242635,-0.0029706508,-0.023025924,0.0038832477,0.006612544,0.0053722598,0.008073395,0.01171369,0.0105203185,0.013056702,-0.012177223,0.029674646,-0.018308084,-0.015286387,-0.03822364,0.016086493,-0.008866107,-0.028212998,-0.01812985,-0.02224301,-0.025120962,0.010265406,0.013838515,-0.0031714232,-0.011117175,0.029376118,0.029285457,0.0060941046,-0.008105137,0.006171191,-0.0010382691,-0.0040716333,-0.011061466,0.0156971,0.01232555,-0.0031032742,-0.0072562643,0.0010295182,0.005468971,-0.02130362,0.023383914,-0.003831785,0.0037514374,-0.02051871,0.017063092,-0.01756369,0.00519649,-0.015669758,0.023996826,-0.017748304,0.013849229,0.020383647,-0.0071858177,0.027437475,-0.002734862,0.0013080124,0.038913436,-0.0023166332,-0.00499803,-0.0052903728,-0.0053415876,-0.0028488433,-0.0013521506,0.0030754034,-0.020498531,0.0061010774,-0.010406505,0.005007574,-0.016667342,0.012459702,-0.00049066707,0.01369609,-0.0007825377,-0.017214868,-0.001358974,-0.013260737,-0.016302228,0.0053284504,0.0022635877,-0.021972813,-0.0050233286,-0.023742765,-0.023460113,0.017263895,-0.0007373981,0.0011058899,0.0005927026,0.0040852004,0.054985296,-0.010446433,-0.022621145,0.0018961249,0.008041802,0.0023000063,-0.013826938,-0.010896236,-0.040689282,0.008451676,-0.010366835,-0.00949475,-0.016215198,0.022365546,-0.024931721,-0.002786068,0.020779649,0.023967477,-0.0062697046,0.0012469882,0.02311072,0.017060364,0.02399465,-0.023412006,-0.038741387,-0.010501002,-0.0027893314,0.006367033,-0.00871758,-0.013648609,-0.0055900696,-0.009983411,-0.019417256,0.012020235,-0.0057915524,-0.0043051695,0.00038777717,-0.014080007,0.0005033559,-0.00205177,0.030010523,-0.011002442,-0.010403863,-0.0029440608,-0.009175593,0.023969213,-0.005729971,-0.0024640088,0.017448086,0.0052174726,-0.015975207,0.016249765,0.003340077,-0.0005597563,0.02950641,-7.275544e-05,-0.014564639,0.030022897,0.00024019691,-0.0010729067,0.00033397748,0.011723365,-0.0015895179,0.0050667305,-0.00350299,0.005310183,-0.009628206,0.0020796051,0.008911182,0.0072347377,0.0091913305,-0.0043513617,-0.0129586235,0.0008473028,-0.026256962,0.0010195101,0.011640179,-0.010897121,0.008370456,0.0076151164,0.00015891624,-0.0048284605,-0.0027109645,-0.0239614,0.008868638,-0.012991074,-0.015528185,0.003859484,0.014907685,0.019710243,-0.00468875,0.015697422,-0.014032754,0.0194854,0.0005695668,0.0025755856,0.013931499,0.002467762,-0.007698233,0.0035832142,0.011579148,-0.002706641,-0.010109259,0.0047054216,0.005994753,-0.011689814,-0.0015197534,0.0070649832,-0.003615849,0.007058796,0.0113886045,0.018208977,-0.009495291,0.017573966,0.00020230807,0.00051534164,0.01521414,-0.012167945,0.0048423554,-0.0036924568,-0.012967266,0.017295972,-0.038734853,-0.032750517,-0.01130618,0.0037543715,0.0053170375,0.007140235,0.03713589,0.022553626,-0.017826749,-0.0064818705,0.008277104,-0.023318766,-0.0019536566,-0.015398857,-0.007867231,0.009952481,0.002357212,0.016788023,-0.025003668,-0.032421783,0.0112907635,-0.007381443,-0.017792359,-0.02665124,-0.0041341623,0.019341227,-0.01575125,0.008046312,-0.015849609,-0.0062910602,0.0015150515,0.0024590595,0.00911375,-0.0008820929,-0.00021795016,-0.012666777,-0.018715668,0.017317574,0.024714138,0.010367565,0.013746492,0.021913119,0.012825664,-0.0012183489,0.0012157941,0.011295751,0.0033972834,0.0017899962,0.009268659,-0.014051727,-0.00974594,-0.013692181,-0.023510855,-0.0057441373,0.0015911793,0.021984518,-0.017567348,-0.003205042,0.009489218,-0.01412901,0.0135111315,-0.026805371,-0.016978921,5.8133217e-05,0.0059550363,0.024462095,-0.014735434,0.017591868,0.0048010335,0.03371867,0.010404982,-0.0119309155,0.0122867515,0.0028889184,-0.004681092,0.0116678635,-0.0035294427,-0.0017985116,0.004953286,-0.004768378,-0.009233879,-0.0048585515,0.019928047,0.0066841105,0.00026080906,0.16365352,0.11019853,0.0026229206,0.012661996,0.030749936,-0.00932413,-0.019513136,-0.011208904,0.02459945,0.014154752,-0.0015300531,-0.00037575467,0.0018506811,-0.013879599,-0.01506124,-0.006665643,0.004519955,-0.015384462,-0.01354985,0.002176812,-0.019247506,0.01903412,-0.012820875,0.018224014,0.0017036261,0.01629552,-0.015794447,0.0032630307,0.0098715015,-0.0016715821,-0.00515841,0.023987282,0.008288326,-0.008288761,-0.00023977007,-0.028229808,-0.03212527,0.018603202,0.007915481,-0.023116281,0.0042324895,0.0034357912,0.0057887486,-0.033155993,0.013691796,-0.0023434486,0.015499649,0.008209421,0.0030350985,-0.00042409994,0.013852994,0.0191313,-0.010505171,0.010536684,0.0012591295,-0.000113332346,0.010477828,0.014814298,-0.009051427,0.020890119,0.013953865,0.008820818,0.0027375491,0.00020222054,0.0036228725,-0.008352613,0.013632783,-0.0065091373,0.0021738422,-0.0037202896,-0.0037151158,0.012356958,-0.0033712578,0.002562669,0.00038456128,-0.001395319,0.018106371,-0.005794431,0.025453582,-0.012501762,0.0035685766,-0.015005512,-0.0006742006,0.008969296,0.007970471,0.0250021,-0.0018006256,0.018627202,0.08321109,-0.011893316,0.006318244,-0.012436887,0.018309733,0.004817782,0.0073174606,0.032718133,0.032540232,-0.022202402,0.0071761957,0.0038762125,0.011372845,-0.014240436,0.010391806,0.016793488,0.012732258,0.073184766,-0.009077442,0.015080416,-0.019859767,0.006771022,-0.0020149678,0.012068695,0.010208794,-0.0022251452,0.018990044,0.0004719085,-0.015825018,5.390756e-06,-0.10128226,0.006931123,-0.0131183285,0.024666036,-0.012438501,0.0108309435,0.008743556,-0.022178577,0.0011092001,-0.007232224,0.00058766356,-0.012259398,-0.013965827,-0.0007251359,0.0008075005,0.020742832,0.031815123,-0.03687569,0.004854208,5.891298e-05,0.015422505,-0.0152050005,0.012551707,-0.0019694187,0.024589544,-0.0077212257,-0.021361265,0.002421295,-0.009354099,0.0043275338,0.014605648,0.0007811435,-0.020952867,0.009220423,-0.016220937,-0.0011567635,-0.012610194,-0.027013863,0.009643947,-0.019750172,0.0098880995,-0.011617696,-0.033255845,-0.008768127,0.0100967055,0.0026799329,-0.023270218,-0.012024605,-0.0066827796,-0.010331931,0.008083296,-0.010092528,0.026968809,0.0005838315,-0.0036501284,-0.0056126053,-0.027151572,-0.0043618386,-0.014648095,-0.00012160423,0.009458885,0.020549113,-0.02596226,-0.010480521,-0.003198496,0.0022070662,0.021617275,0.015384791,-0.0022605464,-0.025995838,-0.013529455,0.022147084,-0.004062736,-0.001443047,0.008007566,-0.0014736248,-0.0057080644,0.019360851,0.022228675,0.023355039,0.007398052,-0.0102252895,-0.0076827514,0.10885161,-0.0054385117,-0.0042262464,0.0074114287,0.042886965,-0.010964125,-0.018410431,-0.023109673,-0.014286112,0.008153323,-0.018460387,0.013064726,0.00034788004,0.018673984,0.02845505,0.014245119,0.0041625113,-0.00944164,0.022329565,-0.0045537036,0.011041139,0.0011907053,-0.0062742536,-0.037882116,-0.008963636,0.012860799,-0.013342991,-0.026734704,0.014264135,-0.003495656,-0.0031208612,0.00090414676,0.026325472,0.0016730638,-0.008272262,0.016746556,-0.014077778,-0.011382842,-0.010073831,0.010688768,-0.00037377622,0.027486533,0.030745815,0.005443714,-0.029698456,0.20445208,-0.005597318,-0.0078826705,0.022726307,0.005090476,0.012204882,-0.002050311,0.021125656,0.016164057,-0.0052286847,0.0058230194,-0.007365235,0.0021098466,0.0031397783,0.00021758578,-0.009693486,0.006500992,0.010715175,-0.0063465894,-0.014821925,-0.021989781,-0.01376737,-0.017437894,0.0128864655,0.0074405894,0.005466955,0.02542121,0.0009660243,-0.0030541073,-0.018168015,-0.008259845,-0.012739452,0.0110256085,-0.014915065,-0.02271432,-0.010471011,-0.0002032155,-0.032104384,-0.005908853,-0.016608834,-0.0071886466,0.03003728,-0.00021257343,-0.0016491617,-0.0043735267,0.01793177,-0.013921471,0.012549495,-0.021587722,0.01270957,0.016003128,-0.008077563,0.017910523,0.0062070335,-0.007383179,-0.016932696,0.025118243,0.0016160064,-0.010673157,-0.010702608,0.011353589,0.017930783,-0.009651219,-0.004066731,0.020390542,0.00024601846,-0.006477014]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 110,
          "content": "\"Playing Against Shohei Ohtani Isn't Fun\": After Dramatic Victory, the ¥23.8 Billion Man Reveals \"True Feelings\" on NHK Broadcast - full-count.jp",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.024464741,-0.029421479,0.0120929945,-0.09064723,-0.00068557524,0.020010175,0.0043192715,-0.0022875587,-0.03092488,0.007687502,0.00064940174,-0.012595864,-0.022907194,-0.012115679,0.099869385,0.007629468,0.026302487,0.0022518889,-0.0069247596,0.008155762,0.01074798,-0.0036000134,0.020260196,-0.021337721,0.0026692236,-0.034622308,0.025498465,-0.0034825695,0.015509678,-0.009094775,0.03773105,0.013432063,-0.019429596,0.014859362,0.02891252,0.01322243,0.014124825,-0.023229018,-0.017566876,0.012481262,0.0006879664,-0.00863224,0.0005079278,-0.008761185,0.03515645,0.0128106335,0.0058371285,-0.017471958,-0.006283882,0.022394277,-0.00743093,0.020095082,0.039530974,-0.13809982,0.00749837,0.027251087,0.012084574,0.016028399,0.0057652495,0.03866691,-0.026865777,0.0092414925,-0.023701461,-0.021564733,-0.014492453,0.006347975,0.004773409,-0.011575544,0.0060139094,-0.021767203,0.00059165386,0.0034596825,-0.021662746,-0.0067904135,0.051111955,0.011226358,0.04151083,0.011146065,0.003607721,-0.03765753,-0.010055007,0.010250651,0.001807178,-0.0048476225,0.0077162837,-0.0310491,0.00787965,-0.016030388,0.01905778,0.020908426,-0.01660625,0.030089624,0.011424536,-0.0030774318,-0.014335631,0.019593986,-0.0075277556,-0.019834867,0.014158184,-0.011038137,-0.014715708,0.0034094586,-0.022122396,-0.023261089,0.0071994253,0.012938937,-0.01744565,-0.009425904,0.0053814813,0.024101825,-0.025682442,-0.0012825375,-0.028320394,0.022634674,-0.0006818255,-0.110213175,-0.011625884,-0.0027991824,-0.021353664,0.002238975,0.00075041957,0.021209728,-0.023271078,0.023521902,-0.0008368985,-0.014853601,-0.0017742481,0.011374095,0.0012304176,0.02090268,-0.0036828448,0.01620741,-0.015469598,-0.021375803,-0.021962067,-0.0025650712,0.015330732,0.0037684883,-0.0002811912,-0.009481931,-0.011503656,-0.0032104366,0.012256337,0.03444051,-0.00520198,-0.014292232,0.011563412,0.029087368,0.0046962057,-0.011023949,0.020979661,-0.0014101609,-0.017131483,0.0021638041,0.03327196,-0.023572173,-0.0034109075,0.018663537,-0.01324436,-0.0076283407,-0.0020303398,-0.008563442,0.012901824,0.015876416,-0.006595099,-0.02033046,-0.036815062,-0.001424869,0.0124889705,0.02370841,-0.009053675,0.02629362,0.0038344588,-0.0077512856,-0.010890951,0.011195481,0.0075557474,-0.015357555,0.002795477,-0.01670903,-0.0046529183,-0.0006962484,0.0071898345,0.017418846,-0.00993122,-0.011085842,0.007793996,-0.023185262,0.0027224927,-0.01653902,-0.010366038,-0.012306959,7.83995e-06,-0.015649436,0.0099849235,-0.027570259,-0.053070445,0.035938587,-0.046046708,-0.014945172,0.025336962,0.010427502,0.0037091367,0.029395083,-0.010951958,-0.025215084,0.005146178,0.0075540836,0.013308342,-0.007986963,0.02340799,0.017494943,0.0060077645,0.0026897336,-0.0037211215,0.0020490368,-0.01743089,-0.0039760983,0.013686973,0.020955665,-0.0011378564,-0.012530012,0.010623333,-0.007108056,-0.003862056,-0.015210508,0.013719099,-0.0036698517,-0.016527697,-0.009568431,-0.012537651,0.0388837,0.01850808,-0.025856785,0.013078405,-0.025644198,0.0042938865,0.0029159663,0.0020758533,0.051431384,-0.02103201,-0.0058505116,0.001001933,0.017310562,-0.004018444,0.004239111,0.008529703,-0.018821452,-0.02075185,0.00091704656,0.007677928,-0.019852735,-0.01720722,-0.00050319405,0.0189473,-0.0029309783,0.003864299,-0.003568508,-0.008386708,0.014272732,-0.004531272,0.0064766863,-0.00921088,-0.031297408,0.0012079589,-0.011860912,0.007823998,-0.0026876484,-0.009235432,-0.01626388,-0.017717443,0.027818099,-0.010849162,-0.029174946,0.021162694,-0.01744441,-0.061163947,0.006019233,-0.010268541,-0.0374059,0.002228041,0.01569954,0.026079351,-0.022401772,-0.008302612,0.010506874,-0.006365505,0.0014887253,0.012333437,-0.03769922,-0.0038772437,0.0010034919,-0.00011526482,0.013484691,0.01675701,0.012730423,-0.006054126,-0.00031157891,0.03506675,-0.025270848,-0.0103161335,0.0048463503,-0.034118593,0.03634171,0.040782325,-0.019678546,-0.0062922123,-0.022735907,0.03087194,-0.019547418,0.015383363,-0.0102703925,0.0043328395,0.010375693,0.017420651,-0.026113722,0.012525545,-0.038368028,0.006137973,0.018543156,-0.032207783,-0.030729875,0.0060884017,0.0074147745,0.02487789,0.0050498443,0.0070256595,-0.015997207,0.010353722,-0.005521617,0.017007034,0.020212235,0.013213476,0.025085032,-0.019455964,0.030562866,-0.005932656,-0.008407309,0.01208759,-0.0071414523,0.0004286343,0.0039100014,0.008508738,-0.043996286,-0.0020707808,-0.02731146,-0.0008210111,-0.0016880748,-0.0172083,-0.057326593,-0.01601918,0.019945303,0.025406424,0.017417002,-0.010785812,0.028656406,-0.0072532375,0.0030030175,0.011790588,0.0021583724,0.012021868,-0.010991667,0.012210597,0.039337806,0.018340055,-0.019473866,0.0129884295,0.015412904,-0.0121454615,0.017344767,-0.024743436,0.0016127012,0.031996198,0.006125867,0.014558631,0.009284668,0.021735163,-0.017711086,0.012424211,-0.028595662,-0.02324519,0.024840979,-0.007977614,-0.026084349,-0.017353648,0.0152919805,-0.0054331287,-0.021446234,0.023089023,-0.00028764308,0.016815074,0.026751753,0.0005621893,0.011474308,-0.009505532,0.01794794,0.0023701556,-0.02548717,-0.008207055,-0.0034832112,0.007732897,-0.0007790616,-0.008884153,-0.010585161,0.01576406,-0.015721444,-0.008087937,-0.011393284,0.038891777,0.008645401,-0.00019409096,-0.008949872,0.0040732147,0.0035850068,0.013211662,0.0018024443,-0.004129449,0.0014971953,-0.0015696646,0.010272863,-0.015113091,0.023168484,-0.024298701,0.05061814,0.0070885234,-0.005877745,0.0004645957,-0.029426107,-0.005927147,0.0018087527,-0.0077198637,0.0047301035,-0.00799218,0.009500945,0.03224515,-0.036684528,-0.020154295,-0.0037450579,0.023715792,0.00778155,0.008803397,0.018512102,0.007216032,0.016372526,-0.03243647,0.0027506019,0.02073374,0.008348453,-0.026581783,0.0015165871,0.018159049,0.002098281,0.030942164,0.01761828,0.0071519674,0.0015818686,-0.033470254,-0.029235022,0.0028403108,-0.0015981056,-0.0032789118,-0.038685486,-0.015448048,0.012873553,-0.035172787,-0.026718186,0.0067601884,0.037475795,-0.024499312,0.035135493,0.010222346,0.012056021,0.0014032604,-0.0041596955,-0.005054063,0.002503122,0.017652966,-0.012879886,0.008837583,0.007934865,-0.00064058596,-0.0018093432,-0.006440024,0.0074791964,0.02660753,0.030576374,-0.010755487,-0.0152629735,0.00055854674,0.005086427,0.017644776,-0.020888606,0.0130593395,0.02619026,0.013842696,-0.015713558,-0.011257454,-0.036593422,0.0049227104,0.0005667237,0.017194737,-0.0025679807,0.010138146,0.011200574,-0.0075032213,0.010717755,-0.0002742719,-0.026190676,0.022229698,0.019398078,0.007961245,0.017828736,-0.007637748,0.012581204,0.014150702,0.02546597,-0.0063106827,0.008272671,-0.009845442,0.030967483,-0.0021753965,-0.0069791228,-0.007866539,0.023412406,0.010660042,-0.0059448094,-0.0035693392,0.0040821764,0.021244956,0.0052325483,-0.007560305,0.027572963,-0.02542596,0.006912375,-0.0016534467,0.016392699,0.020414038,0.046154898,0.031765614,0.0075892257,0.006929215,0.02550324,0.003336363,-0.017200373,0.014916863,-0.107141264,0.01703222,0.032324504,0.017021593,-0.000120301695,-0.028012566,0.0049011554,-0.02121949,-0.0001649485,-0.014995776,0.014965113,-0.007277579,0.013875422,-0.0069233906,0.0021110293,-0.013576796,0.027991286,0.016717369,0.006448497,-0.015764829,0.0128457425,0.0311422,0.009551735,0.0014003287,0.011122745,0.0127639305,0.038922533,-0.0018270895,-0.021900792,0.007465874,-0.0018863879,0.017313166,0.019863952,-0.0041573225,-0.018669704,0.029676687,0.0088958945,-0.016630864,0.025291735,0.032468926,0.005176318,-0.019800985,0.003706598,-0.021004224,-0.01069661,0.00018298838,0.011218461,-0.0032714729,-0.028354974,-0.02715653,0.024223004,-0.005173275,-0.021069111,-0.011541565,0.003449727,-0.010653754,-0.007052985,0.0025557545,-0.00037753984,0.000363332,-0.0030865842,0.018008746,-0.007125516,0.013860025,-0.020443669,0.013432074,-0.008111138,0.023259595,-0.016615642,0.013778093,-0.007987724,0.035043485,-0.026967369,-0.0010071398,0.018177073,-0.011328091,-0.00042190435,0.037476424,-0.02076504,0.012761737,0.006523471,0.0054237447,-0.09683009,-0.0141578,-0.025388146,0.0016444309,-0.014532055,-0.0039913664,0.0026309656,0.022534274,-0.0065043867,0.018841414,0.012400369,0.016662678,-0.014651817,-0.025162574,-0.007279658,0.012717306,0.009037725,-0.03443857,0.008815023,-0.0123205315,-0.0027250836,-0.007690348,0.007916175,0.016287608,0.022096671,0.0043650027,-0.023911972,-0.0006321435,-0.008692107,0.010841568,0.01827593,-0.1323301,0.01101624,-0.0056963777,-0.006073281,0.021479,0.011654632,-0.009094499,-0.002916042,0.0072393804,-0.008615075,-0.002058638,-0.008194185,-0.021672461,0.03158598,0.014107216,0.14605309,-0.021501984,0.019639987,-0.009160458,-0.0014160937,-0.008375566,-0.015385787,0.0004157283,-0.012811443,0.01608045,-0.034962945,0.015025821,0.0082964925,0.0056976485,-0.014656359,0.011416551,0.014817794,-0.010381902,-0.0030239562,-0.00045066938,0.015667504,0.0063537047,-0.009321143,-0.004557806,0.011939625,0.00019911028,-0.005538325,0.02189521,0.02050162,-0.0025752871,-0.009900847,-0.012294943,-0.0037929271,-0.0016472469,-0.017508103,-0.026030261,-0.09768343,-0.013804368,-0.018162642,6.526845e-05,0.017549224,-0.016033785,0.010009695,0.010400134,0.0112726055,0.01427574,0.005478038,0.016312791,-0.0007563149,0.007186661,0.011866498,0.017152136,0.00096618215,-0.008528079,-0.0028436743,-0.026059065,-0.0021559626,-0.020419754,-0.018753434,-0.001775054,-0.03314639,0.0023772453,0.0046739457,0.000108137705,-0.021639034,-0.0189875,-0.011701124,0.012585789,-0.012749761,-0.026584672,-0.017447116,0.0055546896,0.0061974977,-0.014208318,0.015804268,0.010059203,0.022550425,0.010807884,-0.038099367,-0.006012315,0.023296393,-0.010804632,-0.023846524,-0.029129028,-0.0041196123,-0.0113674775,0.011485143,-0.00087881857,-0.0085266745,0.0020452589,0.0034362096,-0.02073225,0.03669008,0.041648168,0.013880487,0.002021852,-0.009519229,-0.010309906,0.005554534,0.00067828386,0.011755938,0.007614976,-0.019839587,0.016063634,-0.010193515,-0.012384912,-0.016282136,-0.0028786678,0.015214432,0.0023136686,-0.0049266536,0.010993097,-0.0076401317,0.0006204764,-0.049509276,0.0013306066,-0.001421577,-0.0030221732,0.004359992,-0.012612536,-0.0046928376,0.023029864,0.004063546,-0.013097053,-0.011650648,0.011958335,0.014961086,0.001960647,-0.01280023,0.0016503785,-0.004521815,-0.021727765,0.017673973,-0.004043923,-0.014304233,0.0084599,-0.009135188,-0.00091113447,-0.0048459,0.0045547546,0.0050004413,-0.0071400558,-0.014705938,0.010169844,-0.017721586,0.015358039,-0.0024536408,-0.00044585898,0.007958533,0.004881252,0.005802128,0.03112109,-0.003937393,0.0014094161,0.0017642675,0.017017802,0.008682795,-0.013448199,-0.00816573,-0.015348888,-0.007249132,-0.0015122335,0.011768867,-0.010825877,0.005057398,-6.4140026e-05,0.0055290633,-0.01036779,0.003431229,-0.0009260339,0.009999424,-0.005101612,0.0034956955,-0.0047937008,-0.0012799161,0.007852944,-0.010596666,0.01824342,-0.014114663,0.010862398,0.009128948,0.005308225,0.0074987696,0.0028253938,0.016338892,-0.0028530916,0.022534294,0.0017754583,0.003460984,-0.012502456,0.021505792,0.012507167,-0.008276011,-0.011996823,-0.0025962899,-0.0038581092,-0.0031718924,-0.005216203,0.00043263467,0.0022625432,-0.0016263437,0.015341691,0.013279179,-0.01748917,-0.011301978,0.004348227,9.199543e-05,0.010048649,-0.011218273,0.0017416576,0.00092587847,-0.01022037,0.009462069,0.004331022,-0.0138410805,-0.0033965646,-0.0073705367,0.0025146895,-0.007313242,0.0029141167,-0.011521433,0.0192524,0.0026147275,-0.020203779,-0.0005379864,-0.006996209,0.0058799945,0.0070035285,-0.00063427334,-0.0025597815,0.009425577,0.010521676,-0.008955125,0.0039570136,-0.0035060807,0.009002094,-0.01098409,0.017266754,-0.0019891206,-0.006678129,-0.011818416,-0.010853327,0.02308308,0.0076241572,-0.0031500969,-0.0015574472,0.0068298196,-0.008065911,0.016608268,0.0018259905,0.0129863275,0.0028521935,-0.008652894,-0.013128552,-0.0017903763,-0.017925622,0.005432619,-0.01025479,0.011533565,0.009712936,-0.015264424,-0.011732694,-0.0062145605,0.003424524,-0.001274288,0.008143271,-0.0043463563,-0.011037524,0.0010335154,0.0045560994,0.027716307,-0.0037788434,-0.000939147,0.0015569244,-0.018463565,0.0075390595,-0.0073142494,0.014863308,0.010724756,-9.175022e-05,0.010950669,-0.008170651,-0.0048272796,-0.006921575,-0.014280783,0.017137395,-0.003690086,0.00762708,-8.210788e-05,-0.0014951164,0.0012437917,0.0123229455,0.01588729,0.026869114,0.004916144,0.073713176,0.0014014477,-0.0010719643,0.002202572,0.0069998307,-0.001458268,-0.0020703434,-0.010192219,0.011800481,-0.012956581,-0.010031106,0.0002290665,-0.024057105,0.015036755,0.0043671634,-0.010002695,-0.01502492,-0.0069271396,0.0024230697,-0.008609767,0.0050946567,-8.6399945e-05,0.00308776,-0.016103968,-0.00051071786,0.0021106596,-0.0048427554,-0.01638986,0.008062929,-0.013908732,0.004628478,0.014849261,0.0027225874,0.0011634865,-0.0061359806,-0.01072288,0.008741172,0.0133135505,0.009090925,0.008995327,0.011758549,0.015023092,0.007420047,-0.016723562,0.0013957202,0.015158886,-0.0011340983,-0.016270354,0.0014407232,0.0033613504,-0.0006979828,-0.009949539,-0.004083495,0.0060786665,-0.0066655,-0.006340483,-0.0093829585,-0.008097862,0.016936533,-0.0059749903,0.006562602,0.0075253826,0.0015363267,-0.018461676,-0.001172175,0.010079878,-0.0016095426,0.0034433445,-0.0012443137,-0.004871959,-0.019342875,-0.015074451,0.0011976802,0.0073353224,0.032623515,0.0007908138,-0.022703672,0.010932015,-0.0021508017,0.017389888,-0.010503155,0.005856586,-0.008725071,0.004659124,0.016623417,-0.0055762795,-0.00318841,0.013293303,0.00540635,-0.011253611,0.0096896645,-0.010711076,0.013555345,0.0032268316,0.0059083514,0.012626344,0.050237954,0.0017334376,-0.004938711,-0.0070796497,0.010289986,-0.015618033,0.016921913,0.011708452,0.009668975,0.0044096583,0.00017657035,0.004516798,0.016586391,-0.008850793,-0.007299993,0.003328264,0.00293066,-0.026305616,0.008283102,-0.01940724,0.017073788,-0.0023458502,-0.0034792004,0.014896971,-0.01053283,0.0108611975,0.009965683,0.009526152,0.008635892,0.007589068,-0.0046351864,0.0033267457,0.011050691,0.00043363293,0.008292571,-0.007847522,-0.0031713848,0.0036348887,-0.002014429,0.020964634,0.014261193,-0.0064181997,-0.0062893764,-0.00525081,-0.009468862,0.010419991,-0.0065952297,-0.011951588,-0.001455615,0.010301056,-0.00095670775,0.016793005,-0.0001562498,0.008317905,-0.015848748,0.0011581051,0.0033143973,-0.0080199,-0.01633252,-0.006722505,0.0071291886,0.010315532,-0.004708058,0.00803986,-0.00977053,0.0074074655,0.008717944,0.005401266,-0.003864306,-0.0013903469,-0.015941808,-0.009922549,0.00014982298,0.004533864,-0.014165078,0.008859349,-0.007680924,0.0045172013,0.0046119443,-0.009490655,0.009675431,-0.026069172,0.008769939,0.01710142,0.02089514,-0.011087387,-0.00084324036,-0.0049165147,-0.010163943,-0.026965184,-0.002718483,0.019952644,0.0071747247,0.0031743739,0.018219672,0.008103858,0.0077221505,0.028918708,-0.0072352826,0.015359478,0.003325973,0.00872238,0.0033445407,0.017815689,0.010992524,0.0005738937,-0.00053988385,0.005936172,-0.00053678895,-0.0072327675,0.018998604,-0.0039408947,-0.0009985964,0.011651689,-0.009926955,-0.022058684,0.003760413,0.0029002498,-0.0020725918,-0.0044775326,0.023490932,-0.009782705,0.0024959634,-0.0069375,0.010235471,0.0036471447,-0.0033278263,-0.0018303992,-0.0009795761,0.015652098,0.00938822,0.0031454295,0.01720017,0.022728872,0.0076770023,0.01826482,-0.0022691386,-0.00837982,0.0071994653,0.009680099,0.004896405,-0.014843145,-0.0011576919,-0.019258149,-0.019127654,-0.006845268,0.024818975,0.0004660905,-4.2898726e-05,-0.0019204003,-0.007459436,-0.006998395,0.010729147,-0.00356326,0.00045345756,-0.001986215,0.011828771,-0.0072445716,0.005163516,-0.008248677,-0.0034394662,-0.0652051,0.0044019246,-0.012397688,-0.011477511,0.0039223107,0.0025341753,-0.0083119385,-0.016731113,-0.008091175,0.018455014,-0.008267939,0.0026860584,0.014319797,-0.0035707173,0.010717318,-0.0104656285,-0.017649172,0.022705827,-0.013372734,0.0069090165,-0.009712939,0.01100256,-0.0033371353,0.006376083,-0.019084945,0.008065837,0.0036026563,-0.0008969072,-0.0057447744,-0.0015390526,-0.00036812312,-0.006803589,0.006556985,-0.002198211,0.008420941,0.020452108,-0.009540717,-0.0102050435,-0.03713108,0.00051691884,0.02817129,-0.015772384,-0.012353804,0.01707568,0.01804997,-0.00062430016,-0.0071015414,0.0004102565,-0.006975193,-0.009239271,0.0017559027,0.022371178,-0.014780094,-0.00420118,-0.00097321806,0.003284057,0.008686813,0.021518763,0.007035884,0.0066406727,0.008119087,0.030528488,0.023720548,-0.008713075,-0.010484972,-0.010977969,-0.009871162,0.002140895,-0.011822883,0.0025379818,0.02096774,-0.0076217335,0.008220675,0.015530173,0.014590692,-0.004863148,0.014161148,0.006920867,0.007465215,-0.0032073401,0.017818592,0.018001847,0.0006985192,-0.008153124,-0.009258471,-0.00901376,-0.016122475,0.008029878,-0.011296985,0.019138848,0.00597019,0.008525857,-0.019795844,-0.0063430704,-0.021697748,0.012330449,-0.034817092,0.0022855164,0.027969237,0.012115349,-0.020228583,0.003037866,-0.002322271,0.0013962395,-0.009264296,0.020268505,0.00013950143,-0.012515299,0.011767466,0.01254237,-0.019287115,0.0017564908,0.011904434,-0.00036051482,0.016213356,0.031293876,-0.015251265,-0.0002549523,5.4903474e-05,-0.0009617359,-0.022152506,0.013669081,0.018695915,-0.021232886,0.004564175,0.0023608177,-0.008591794,0.0139478445,-0.0061978665,-0.004206878,-0.008371195,0.004898321,0.0018855591,0.011529458,-0.013226727,0.010483658,0.020685723,0.0040833782,0.0038495527,-0.005353869,0.0055597504,0.0034424572,-0.002775817,0.005669345,-0.016358035,0.0073772455,0.0071487315,0.009707092,-0.024131304,-0.010388921,-0.003058346,-0.0067369393,0.020435872,0.0056807282,-0.004580454,-0.015216259,0.023116253,-0.00363653,-0.0025633865,-0.011244977,0.010801101,0.011658103,-0.0048169415,-0.0025074505,0.00067217305,-0.012793408,0.0017124872,0.0095799,-0.029141266,-0.011386545,-0.014573936,0.013781281,-0.006315956,0.008803874,-0.00912614,0.0014567486,0.004335855,0.005132026,-0.017108046,0.003839195,-0.0068865805,0.015880033,0.025205921,0.010152005,-0.0040056854,-0.0002607885,-0.005460883,0.0060458547,0.0052455175,0.019352565,0.0046940423,-0.011729057,-0.0029478776,-0.01196413,-0.01009307,-0.007703213,0.009663176,-0.013256499,0.009584989,-0.0024272597,0.010274382,0.0027987594,-0.0077148406,0.008138938,0.0077620083,-0.09140844,0.01313474,0.011762064,-0.012069637,-0.020369,0.010071837,-0.003962797,-0.00095415954,0.004931932,-0.014377013,-0.0035481644,0.016704334,-0.0010327479,-0.007978105,-0.009120103,0.009692378,0.012639572,-0.008457952,0.002024207,0.009420959,0.0020363757,-0.0018580148,-0.009562799,0.0011489824,0.0063539194,-0.0071043265,-0.02484586,-3.7414837e-05,0.01896904,0.0021000586,0.0005400368,0.0021044016,0.014037975,0.0013252628,0.011017204,-0.02200982,0.01251157,-0.00968974,-0.1341589,0.016684098,0.003163811,-0.0050606066,-0.012915051,0.014865434,0.00071941636,-0.0016302763,0.014446129,0.0043613776,0.004354411,-0.0063674753,-0.0033822653,-0.013209964,-0.008844847,0.008659205,0.010349233,-0.0023556172,-0.026200678,0.018578378,-0.017444149,0.00020501767,0.019632366,0.00779514,0.0045275763,0.00076033286,-0.0040506017,-9.13083e-05,-0.00013862597,-0.00097836,0.012944987,0.0028952567,0.0025421274,0.015526451,-0.0010798778,-0.012146025,0.005144289,-0.012764249,0.009650213,-0.010952218,-0.0071593905,0.0029958023,0.0014515312,-0.0011655613,-0.016624434,-0.004545259,-0.003835735,-0.001056076,0.008609645,-0.0135487635,-0.013252037,0.014021251,0.0053641973,0.0051628193,-5.512353e-05,0.0027475066,0.015415316,0.0071626445,-0.023174385,0.011879529,-0.0024413134,0.008753146,0.017044792,0.009900793,0.026507722,0.011541725,0.011249961,-0.016316323,0.003835572,0.010967011,-0.011170244,0.015512412,0.0222672,-0.0044431947,0.009639814,-0.007871485,0.020821065,0.014819089,0.0069580926,-0.023536647,0.03257048,0.020149983,0.0067810644,0.009609987,-0.009458554,0.03401561,-0.0042852936,-0.015494192,-0.0143196,-0.040956534,-0.0051743602,-0.0027032504,-0.0016215844,0.01822179,-0.014898287,0.0010283983,-0.0063480134,-0.002240213,-0.027969109,0.01803311,0.0038690995,-0.017514845,-0.0021814662,-0.015611783,-0.0075085275,0.018987853,0.008511099,-0.0058636996,0.017939314,-0.024109332,0.0061676125,0.019971855,-0.01414616,0.016054593,-0.030292613,0.008003739,-0.010774607,0.012852974,-0.036596157,-0.0018710544,0.0027616085,0.021385418,0.0012784218,0.0041840943,0.015398992,0.0010514937,0.012597987,-0.007588206,0.013788586,0.011638659,-0.0015451434,0.002806248,0.01508685,7.2126364e-05,0.0115819005,-0.018651458,-0.00047149038,-0.011761495,-0.0032931422,0.019641867,0.015429436,-0.015636066,0.021182975,-0.016505087,0.016575044,-0.00334746,0.022779744,-0.013801936,-0.014063685,0.0052019022,0.036534756,0.001274474,0.03711044,0.0004716399,0.0048277504,-0.010218473,-0.01367748,-0.014100011,-0.015250568,-0.030899474,-0.0052440376,0.010287077,0.014137524,0.01242706,-0.005631748,0.015547477,0.0062444215,-0.008606632,0.007814916,0.024990553,-0.011455041,-0.0048392625,-0.011418074,-0.011237766,0.0037258784,0.01198585,-0.0004106322,0.006590539,-0.0011152982,-0.0034519471,-0.010688897,0.009473538,0.017988386,0.020084772,0.000995281,0.001762763,-0.011096948,0.030830055,0.03915985,0.018703556,-0.0012526719,-0.013367315,-0.0023486328,0.00075136876,-0.015688678,-0.0153086735,0.009631321,0.003265046,-0.018189795,0.01137924,-0.017602568,0.0037053572,-0.0018700281,-0.16469248,-0.00038135762,0.014725384,-0.011301105,-0.02048023,-0.003177473,0.0033912677,0.0012448933,0.007446271,-0.010645471,0.00079334463,0.0053696153,-0.010946573,0.0015515897,0.03062195,0.0005389547,0.018788535,0.033091974,0.009837125,-0.007708418,-0.021845825,-0.021253238,-0.008604076,0.0012434896,-0.008845908,-0.0068983296,0.002036047,-0.005408403,0.011182777,0.0043552225,-0.0090092225,0.019979654,-0.0058238837,0.0076581915,0.0017274554,-0.0034573195,-0.0073640253,-0.0028146545,0.0043356605,-0.0024938371,0.001229367,-0.005586287,-0.007288158,-0.02880715,0.0034598736,-0.010180263,-0.01621054,0.03205879,-0.016018085,-0.011482808,0.006473298,-0.0071027004,0.009500559,-0.00048228138,-0.003766079,0.008708655,0.0143632,-0.02107518,0.0037361167,-0.015168655,0.008291224,0.0011890618,0.00014549674,-0.0005577104,-0.011723507,0.0025133907,0.007282654,0.13266152,-0.028564531,0.008509376,0.007997657,-0.015965398,0.027349992,-0.0008653073,0.0047619147,-0.0021090102,-0.0012495335,0.007320023,-0.01601376,-0.009617571,-0.009486627,0.014878253,0.0017226859,0.009207708,0.014496475,-0.021549681,-0.013941549,-0.0006035551,-0.003388737,-0.009583835,-0.0041054823,-0.00117135,-0.0057023005,0.0054605305,-0.001926291,0.018784642,0.042381793,0.016810078,-0.013047391,0.0052193375,-0.012081131,0.013155864,-0.009882137,-0.00033204147,0.0153582515,-0.016625747,-0.008412392,-0.0029938552,0.0074451617,-0.0036706598,-0.007731724,0.0024997378,0.0070495442,-0.010121865,0.015797023,-0.024465248,0.0048523084,-0.027027734,-0.013720149,0.00862363,0.00556767,0.0008806999,-0.021822257,-0.0037862805,0.0011312579,-0.021442011,-0.004908435,0.014049147,0.010465443,-0.009249549,-0.0011885734,0.0089197215,0.013906355,0.003166704,-0.008851139,-0.0042274185,-0.12103245,-0.033392366,-0.034573745,0.0021853785,0.0033249338,-0.025333274,0.0174814,0.028419692,-0.009323847,-0.0027906266,-0.009188356,-0.0076738345,0.008405685,-0.0044198106,0.008250148,-0.0035521276,-0.0032382715,0.00022196933,0.0101771355,0.0006930315,0.005550129,0.023072116,0.0032596348,-0.006599876,-0.02365679,-0.012538894,-0.011281557,-0.023426764,-0.003933802,0.01921816,-0.010238142,0.019404128,-0.011697917,-0.003247686,-0.021119311,-0.005400313,-0.004491095,0.0043257857,-0.009713363,-0.014979471,0.025255976,-0.03312009,0.021165887,0.017016385,0.007999782,-0.0033963057,-0.009855594,-0.008846366,-0.016217718,-0.03215819,-0.008745847,-0.020629063,-0.015747176,-0.016075011,-0.009205428,0.008174252,0.02951799,-0.028879113,0.032892175,-0.012672125,0.010922587,0.0008925017,0.0030576598,-0.011382416,-0.010950245,0.0009080106,-0.0007782222,0.0042707263,0.01736181,-0.013445999,-0.025863582,-0.015160433,0.013392321,0.00068572856,-0.0053589144,-0.008476264,0.0003743054,0.0044707553,-0.006669881,0.010682588,-0.0019420722,-0.018757613,0.009684425,-0.01114519,0.02061238,-0.029080974,-0.031384163,-0.017426755,-0.0056451,-0.010834321,-0.0023452295,0.01611126,-0.004326048,-0.0056877704,0.0030685295,-0.0015315538,-0.013625371,-0.0064058355,0.014280567,-0.016937857,0.0036707793,0.018834546,-0.0057825893,0.016881289,0.007346196,0.0037700825,0.0060944315,-0.017777916,0.015418074,0.023641784,-0.0189119,-0.003473261,-0.016793063,-0.009864932,0.010529467,-0.01665178,-0.009271809,-0.0032677476,0.0066999104,-0.0025409758,0.0010149294,0.01531337,0.0053114826,-0.019576058,0.0018236181,0.005900935,0.025082372,-0.009112128,-0.019667255,-0.010513769,-0.01014618,0.013372352,-0.0060340203,-0.017255714,-0.021066556,0.01382384,0.010777787,-0.014822798,0.007546848,0.02633221,-0.020169951,-0.010668929,0.01119531,0.003149362,-0.0053535705,-0.0060866964,0.0032066526,-0.010833936,0.0012325884,-0.010786051,0.020619636,-0.0019421948,-0.016405854,-0.01219437,0.0018982779,0.0017508762,0.011664904,0.0016221674,0.01937835,-0.024465641,-0.005896124,0.0061129453,-0.009103745,-0.008549759,0.004121106,-0.008434723,0.015222636,0.0045370534,-0.023566142,-0.03256024,-0.0030284293,-0.00039447675,-0.0015627254,-0.01849477,0.008008042,-0.018482111,-0.00520896,0.01585152,-0.018556422,-0.07523487,-0.0064227385,0.019619629,-0.011676337,-0.03403622,0.014605818,-0.005106505,-0.0050386013,0.01578228,0.0064037098,0.012268165,0.0035020465,-0.014430065,-0.026825536,0.015602064,2.7629476e-05,0.018165078,0.014129622,-0.0035818547,-0.012896969,0.0031758712,-0.008793457,-0.00077416387,-0.0053053773,0.02334032,-0.0069767754,0.010725093,0.006774522,-0.018227989,-0.02101627,-0.016173871,0.00019942188,0.00064891245,0.013636029,-0.015364711,-0.011880099,-0.0124998335,0.018462932,0.0041889646,-0.04669569,0.009129852,-0.012018212,-0.08276304,0.018944751,-0.0067423377,0.015628526,0.003729341,0.001822112,0.0077488353,-0.013859322,0.014718647,-0.0026647246,-0.028248716,-0.0042692577,-0.010584601,0.008148329,0.0077146725,0.016273037,0.0011136502,-0.0120597975,-0.008043296,-0.008605374,-0.011537937,-0.00805212,0.024335593,0.004591935,-0.006149923,0.0094829295,0.0034801883,0.021621505,0.013718411,-0.011204564,0.013471879,-0.0054243323,-0.008863996,-0.006814972,0.024636755,0.0046981634,0.010494972,0.01651308,-0.0085885255,0.0094299875,0.010243412,0.015444384,-0.007895032,0.0014905984,0.010916448,-0.09863583,0.011368147,0.015973095,0.0079614865,0.010099449,0.005738826,0.0076224427,0.029617617,0.00512483,0.015514424,0.010736595,0.009275052,-0.027423533,-0.0020101361,-0.008896086,-0.005184963,-0.004564731,0.010177129,0.014198319,0.017075475,-0.0021025157,0.007602995,-9.546119e-05,0.023300687,-0.017965283,-0.069424085,0.00032994465,-0.011400136,0.018832937,0.0005758429,-0.00030349227,0.0043503037,0.0036092494,0.00013657186,0.0037842994,-0.023146411,0.01423271,-0.007357051,0.0065730656,-0.005424267,0.024084888,-0.016359407,0.0062463754,-0.006406405,-0.013265586,-0.0018296788,-0.007881242,-0.0034607728,0.0018216119,-0.002469103,0.0069329315,-0.019942727,0.0067951907,-0.0038121196,-0.00088309014,-0.0042520245,0.00091288117,-0.028558653,0.00047442448,-0.011632485,-0.013502297,-0.016462969,-0.009326264,0.002847442,-0.005065507,-0.005610027,-0.014055148,0.0056809084,-0.032765713,-0.010562269,-0.0076153376,0.0038051116,0.0032588982,0.013442563,0.012388563,0.031532425,-0.0050991313,-0.00985149,-0.02599101,-0.003211211,0.027991103,0.017507508,0.017109038,0.00047581724,0.0066920314,0.002420559,0.011452645,0.0124422535,-0.010467092,-0.0103689935,0.0070503224,-0.0036511412,0.016560063,-0.023322739,0.015878636,-0.015578114,-0.0033555513,-0.025042497,0.0026743335,-0.0040280633,-0.004396686,0.006157796,-0.0051490157,-0.009554829,0.0030058215,-0.0012379482,0.009264098,0.0050396114,0.007248975,0.0124870585,-0.001953501,0.017018305,-0.0026363633,-0.010764312,-0.016520154,-0.030493516,0.0048632277,0.0019838791,-0.015586821,-0.017934231,0.011223377,-0.029390685,0.009960313,-0.014787975,-0.009687002,-0.0022174525,-0.0046535567,-0.004255777,0.029478954,0.01740492,-0.016040301,-0.0060221166,0.015331275,0.0019755445,0.008398016,-0.0019271803,-0.008055028,-0.0036080107,-0.0027549553,0.020481985,-0.0107834,-0.02976292,-0.011190614,0.012011735,0.023958782,0.010583063,-0.018971244,0.023921257,-0.006658519,-0.01969702,0.0091187125,-0.006039189,0.0029435419,-0.012758549,-0.010589142,0.0055058887,0.0118438555,-0.0070622894,0.018742114,-0.00036755603,-0.0046644774,-0.0010857845,-0.012535363,-0.019158037,-0.009146339,-0.011362391,0.0036949834,-0.018138723,-0.009004132,-0.01413113,-0.006317697,-0.013399821,0.0010805546,-0.012597161,0.058053005,9.92611e-05,-0.015061266,0.023887599,0.002958838,-0.0021618193,0.028598417,0.014791714,-0.0051691905,-0.008964581,-0.0046531954,0.0024753958,-0.01785398,0.027658068,9.4928124e-05,-0.0054986696,-0.02566208,0.00014439599,-0.0020562208,0.0016929875,0.0030453808,-0.014056972,0.007910691,-0.015366783,-0.009198258,0.0017982663,0.0069130054,0.013711684,-0.0021509475,-0.0017794806,0.002965298,-0.007696711,-0.00058455276,0.0020344134,0.013449185,0.013269569,0.002412136,0.015611314,-0.009371231,-0.012009394,0.00039929012,-0.00029169003,0.009470327,0.003845709,0.0033394312,-0.015333786,0.021442324,0.023127723,-0.018570963,-0.007869272,-0.011692364,-0.022274293,-0.010865372,0.009078476,-0.014797463,-0.0051991143,0.0010495012,0.0076756836,0.0046124733,0.012607395,0.0069458233,0.0017387567,-0.007862573,-0.01906043,0.033489004,-0.006610905,0.011006864,0.026895845,-0.015216431,0.017293392,-0.013216772,-0.005171339,-0.039668668,-0.005284836,-0.012760243,-0.02840184,0.0035305517,0.036993418,-0.0114488145,-0.013427463,0.0031404323,-0.024291053,-0.020461878,-0.013271687,0.0025982622,0.012646288,-0.017709633,0.0037965067,-5.1406372e-05,0.008225886,0.01026295,-0.010876731,-0.0011483963,0.018084742,-0.025988119,-0.008220174,-0.009704535,-0.0029273226,-6.1112114e-05,-0.0019879788,0.0066938703,0.0133228,0.01957464,0.033968776,0.004410129,-0.01349297,0.0075299195,0.01762972,0.023008406,-0.009340383,-0.014567759,-0.005800704,-0.025969772,0.020495294,0.00039713405,0.016482824,0.02627905,-0.006586148,0.019837607,0.0011115603,0.008072741,-0.009386422,0.013670652,-0.011670219,-0.01478162,0.018458562,0.005750743,-0.031134898,0.012728112,-0.00548252,0.011728782,-0.027536146,-0.002002012,-0.0212875,-0.00468458,-0.017161202,-0.0029348142,-0.010261493,-0.001566434,-0.0063647414,-0.017006455,-0.0050509954,0.014397805,0.01091326,-0.0067226416,0.0076795276,-0.023558766,-0.023540013,0.027123345,-0.009611621,-0.0022776362,0.019215198,0.0076545198,-0.0062518045,-0.0062019974,0.004756057,-0.0026017127,0.00405609,-0.0059850668,0.011495279,0.0062126108,-0.0006741683,0.0072903833,-0.010772889,-0.012798262,-0.006077622,-0.013044501,-0.0132495565,-0.019000359,-0.0048036347,0.015696464,-0.0125238625,-0.012594131,0.0038712092,0.009402262,-0.03473885,-0.0009047114,0.0065580946,-0.004973199,-0.0019905556,-0.015164941,0.00030437627,0.0016438961,-0.019280298,-0.01478166,0.009668141,-0.011975797,0.020125303,0.00851882,0.025354216,-0.00603395,7.771425e-05,-0.01662721,0.012222982,0.013090804,0.015150009,-0.017823726,0.01844511,0.012066895,-0.0024533405,-0.021970987,0.005419461,-0.002832582,-0.010368829,0.029872876,-0.008280935,-0.04905319,0.03104766,0.0021497286,0.014991507,0.0061399853,0.006484423,-0.024273554,-0.009440042,0.010775159,-0.0070004803,0.006531895,0.0075413445,0.0075403242,0.00070167566,0.014926831,-0.0012290954,0.014380809,0.002882745,0.019140119,0.009547642,0.020767458,-0.009394665,0.0060826605,-0.026987808,-0.005200982,-0.016427848,0.011277182,0.017518423,-0.015150061,0.005974181,-0.022009017,0.0019230096,-0.0020040376,-0.007592895,0.006894577,0.011651026,0.0077371774,0.027893888,-0.0016848574,-0.020019189,0.014659752,-0.012895481,0.0055889594,-0.004127455,0.013407582,-0.001510589,0.0272833,0.0073194485,-0.01085126,-0.0047646114,0.0033733125,-0.02170332,-0.009475815,-0.008410608,-0.012833691,0.01366355,0.004329816,0.00365208,-0.021919154,0.00083701825,-0.015785312,0.019260442,0.013962025,-0.009916665,0.027282814,-0.0056390557,0.00912286,0.021094924,-0.016052753,-0.01701968,-0.024630807,-0.0066520222,0.0051470916,-0.00047925682,0.000114994604,0.0021580344,-0.0075399624,-0.019800216,0.0036064384,-0.010609431,-0.002078309,-0.008012172,0.027053613,0.014291091,-0.013371152,-0.022977224,-0.024514873,-0.043975934,0.0062828884,0.007196917,-0.03248865,-0.012658278,-0.059821885,-0.014364586,0.00473477,-0.014657347,-0.008251544,0.0036402922,0.0091532525,0.021577755,-0.017871931,-0.00077851047,0.009427551,0.021063125,0.015478772,-0.006065027,0.0030100765,-0.037764154,0.009094112,-0.011598044,0.0003474474,-0.018463718,-0.0066556097,-0.021415425,-0.009725886,0.010699346,0.0054273945,-0.010142202,-0.0051982906,-0.01101789,0.008273598,0.01504676,-0.005938429,-0.013963241,0.009708902,0.0023282128,0.0069968714,-0.005711728,-0.034460522,-0.0033078112,-0.020817688,5.454549e-05,0.00805499,-0.012957149,0.017739758,-0.001714341,-0.0013835797,0.018606536,0.0020651075,0.01620224,-0.0019664261,-0.0035625068,-0.01520896,-0.002579406,0.018011743,-0.025890827,-0.008670161,0.009125657,-0.00027830928,-0.006600737,0.01423716,0.0033555557,0.003107331,0.021088602,-0.016899636,-0.013226195,0.022493957,0.009575209,0.01704224,0.026117072,-0.0012102099,0.007865552,0.007065587,-0.025851296,0.0182376,0.00044628335,0.0018040668,-0.011738215,-0.003514829,0.014579817,0.0044720136,-0.0062075076,0.010545335,-0.0291296,-0.006982515,0.008144678,-0.016834902,0.012874842,-0.0056389985,-0.006669779,-0.011490556,-0.0065301983,-0.003957022,0.012465893,0.011888982,0.02141728,-0.008353396,-0.002497266,0.0043642325,0.0045893765,0.020817501,-0.000887861,0.0072099655,0.0019523861,0.025280628,0.004714887,0.011492134,-0.0031660676,0.030528702,-0.0048610778,0.005969062,-0.0104776025,0.024181172,0.015354893,-0.008812893,-0.024399057,-0.0053025484,-0.0010079618,0.0049934816,0.0061006527,0.024055745,-0.0062393914,0.0054056635,-0.012778847,0.0073692678,0.0050729956,-0.0016884537,0.0076775053,0.014586282,-0.011136498,-0.010421568,-0.034767356,-0.0069076135,0.004082872,0.021320114,0.0200696,-0.019780494,0.00524327,0.020225413,-0.022605613,0.0054973033,0.021625765,-0.018551644,-0.014503704,-0.012596181,-0.031812847,0.013390333,0.011094128,0.02852042,-0.015385171,-0.013813246,0.021421976,0.0077487873,-0.00400441,0.0043296837,-0.0100337565,0.03125887,0.0038326634,0.0053040204,-0.017972244,-0.0028030071,-0.004259429,-0.009080677,-0.023551255,-0.0006720809,-0.012414381,-0.0040898817,-0.015381062,0.0027297696,0.007611184,0.012926669,-0.007323427,0.009193685,0.009270595,-0.009231897,-0.0044508246,-0.0043133204,0.03262927,-0.020190813,0.0065057077,-0.007792436,-0.0016561532,0.00090970565,-0.002854348,0.031212876,0.01533834,-0.008073368,-0.006372756,0.03485305,0.010013522,-0.0059068617,0.01844091,-0.028363766,-0.015428976,-0.0154686505,-0.00042011472,0.008281157,-0.012142302,0.017460503,0.011014326,0.0006684308,-0.01055358,0.005123877,0.004678032,-0.009928015,-0.0019050051,-0.007740076,-0.008581265,0.018215861,0.00405623,-0.0053926883,0.002788544,-0.001337787,0.0002080411,0.019296957,0.02036528,0.15394112,0.106303476,0.013059989,0.009121246,0.042006474,0.009638042,-0.03356499,-0.016441094,0.010877744,0.016270256,-0.0040190215,0.0008008141,-0.003514809,-0.0076357,0.0076525724,-0.017339593,0.0036313292,-0.011986372,-0.019777318,0.019066831,-0.005182661,0.0221851,0.009039441,0.02024761,-0.028184807,0.01467205,0.0003723434,0.020169634,0.027879471,0.0056640576,-0.016809244,0.005327405,-0.016198378,-0.004543512,-0.0024037412,-0.030014867,0.0022834747,0.033411417,0.007505313,-0.024201686,0.0002240232,-0.0059725246,-0.02630279,-0.025375316,0.023631379,-0.010343686,-0.0011684457,-0.009157122,-0.012255411,-0.0018014458,0.0035011405,0.026765736,0.010074908,0.002154666,-0.013323235,0.012143982,0.0022230127,-0.007992361,-0.014523447,0.023428807,0.017846424,0.007516131,0.0016586294,0.008267165,0.0049776756,-0.019700551,0.015384015,0.008293742,0.016509784,-0.0042700553,0.0021327685,0.015775215,-0.00015709618,-0.0029557662,0.007629091,0.01630527,0.0071249753,0.0031361943,0.0059218686,0.011817197,-0.0077438154,0.0046161087,0.008851392,0.01060706,0.0018070195,0.012147863,0.0062015676,0.032780994,0.11390373,-0.0014664431,-0.011802723,-0.0013268412,0.009778582,-0.011028043,0.0027179709,0.065950006,0.000871094,-0.0043955133,0.009128389,-0.012255447,0.025058094,-0.029490957,-0.005461217,0.005763028,0.006192054,0.026345273,0.013891936,0.023653926,-0.022221088,0.002798768,-0.0014614543,0.0012644883,-0.007971665,-0.021840364,0.0003859083,0.005416166,-0.0068524033,0.013437495,-0.100605324,0.021284971,-0.013112,-0.0090189325,0.0041629327,0.01519064,2.1030878e-06,-0.031463027,-0.0009360173,0.0007208431,-0.0012988201,-0.015604729,0.0021615506,-0.0040496183,-0.0029278705,0.021769423,0.0062706997,0.0026504009,-0.014899749,0.017297652,-0.0012206655,-0.007383247,-0.0073480373,-0.008471908,0.008235789,-0.013247934,-0.015171869,-0.025185212,-0.0021518732,-0.011450849,-0.0028635792,0.013460717,-0.043726258,0.00755187,0.00030297285,0.005083507,-0.024813656,-0.014732704,0.026971214,-0.012754902,-0.0084497975,-0.02001353,-0.003944722,0.00527941,-0.015775807,0.0044396557,-0.023261013,-0.012532847,-0.0106672095,0.0047837715,0.029840622,0.008742858,0.0048621083,-0.007994352,-0.00016193869,0.0014202676,-0.024570681,0.0021095905,0.01266263,-0.007665736,0.007538917,0.00040896764,-0.022409027,-0.010621088,-0.02011183,-0.023446742,0.007870941,0.005658569,-0.017860044,0.0027575828,-0.008731422,0.02187695,-0.0020383329,-0.0013869194,-0.02086459,0.009192012,0.002912595,0.010455501,0.02052524,0.012953121,-0.0032324884,-0.01818724,0.0055744885,0.12225407,-0.004442305,-0.020357307,0.023147788,0.01872908,-0.02080547,0.003575961,-0.0120228585,-0.0060992655,0.01889227,-0.0101973405,-0.014005236,-0.012643632,0.022720322,-0.0088657215,-0.0003549563,0.0065525454,-0.0023359414,0.011047738,0.0028971531,-0.002892717,0.0049406923,-0.003221307,-0.009014233,-0.02518835,-0.00015464795,-0.0005333448,-0.00736513,-0.0022892165,0.023124298,-0.02066758,0.011651725,0.03435512,-0.022398109,-0.015640002,0.0026955456,-0.026528278,-0.023424925,-0.01725673,-0.001219014,0.0003866763,0.025286058,0.023537194,-0.013291449,-0.041309807,0.18890478,-0.004559046,0.012665755,-0.00086594396,0.02277136,0.032968983,-0.015285566,-0.012675721,-0.006498397,0.00859132,0.018837059,0.018592753,0.019915741,0.023900827,-0.0021479826,-0.0059108394,-0.016611708,-0.010862335,-0.0068568997,-0.012733457,-0.012005279,-0.007853884,-0.004791527,0.0011449318,0.020682363,0.014620581,0.01371572,0.0017005773,-0.0047257,-0.021804364,0.017550856,-0.015995761,0.017362481,-9.516229e-05,0.003767258,-0.00010972544,0.0099626295,-0.0170259,-0.00879902,0.0015221402,-0.0030579711,0.028701851,0.0041517783,0.015611979,-0.02539385,0.013162032,-0.015940772,0.017210314,-0.02436343,-0.0055338424,0.0066878824,-0.005927148,-0.005581413,-0.020742802,-0.018829834,-0.0019018519,0.030649686,0.0163033,0.005986448,-0.005178547,0.010391858,-0.013081635,0.0060159634,-0.0249508,0.003948175,0.0143499235,-0.0048633553]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 111,
          "content": "The Inconvenient Truth of the Unprecedented \"¥87 Trillion in Investments and Loans to the US\" | Digest Version | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.017385744,2.7598504e-05,0.001868025,-0.0884997,0.034297734,-0.01504197,0.016599577,-0.00876553,0.016743409,0.02227406,-0.019861698,-0.009636302,0.027406638,-0.023409942,0.07486469,-0.0013682897,0.05074473,0.01215791,-0.00023025685,0.033015605,-0.009189274,0.014813527,-0.0034475843,-0.004466125,0.027136408,0.015226518,0.001316642,0.008751717,0.040851176,-0.015121714,-0.009130171,0.00959166,0.00027106275,-0.0067233793,0.01102368,0.037580505,0.030250808,-0.028823052,0.0065241987,0.0008846813,-0.006500486,0.02079849,-0.027311696,-0.0024981932,-0.042001713,0.016516704,-0.02037454,-0.00025940652,0.0022004948,0.0183637,0.009477674,0.008210432,-0.0057064113,-0.17768414,-0.008892682,0.017085997,0.014902646,0.01974994,0.018443884,0.031766124,0.021264628,0.010523334,-0.0144221485,-0.0068081,0.002706073,-0.0062228343,0.0032318546,-0.029617567,-0.01584092,-0.020794775,0.028938338,-0.0025005692,-0.018416466,0.002785519,0.0074309516,-0.03375336,0.009240266,0.03664714,-0.008590846,-0.05126552,-0.012400741,0.03204346,-0.010797927,-0.010498699,0.014073416,-0.010703193,-0.01695277,-0.0053926385,0.02404356,0.0063253636,0.018891735,0.010197173,0.021093208,-0.022180393,-0.021600345,0.02304656,-0.001226972,-0.011614874,9.813797e-05,0.010218411,0.021583157,0.0025108967,0.010213903,0.0032282874,0.0012620679,0.012522971,-0.0045094537,0.009872517,0.017106032,0.001729042,0.012828681,-0.004969404,0.01531474,0.047009803,-0.008254952,-0.108661234,-0.015648875,-0.019547472,-0.0034411557,-0.008008383,0.0012001158,-0.022595389,-0.02501024,0.009392428,0.0086621465,-0.019497525,-0.023625117,-0.0041747415,-0.007036396,-0.0059573054,-0.0027419175,0.010655689,0.011487212,-0.008084473,-0.005643347,0.018148385,-0.010160672,-0.0114602335,-0.0006069939,-0.023630045,0.0022909858,0.015482653,-0.018042412,0.028085615,-0.028946957,-0.0042603016,-0.052769087,0.0006493284,0.017761577,0.0056570205,0.040684752,0.027381657,-0.012916936,0.004564311,-0.00692493,-0.02867233,0.027728789,0.002690028,-0.0021845528,0.0045775375,0.03204792,0.01396817,0.00966736,0.045968883,-0.0014914742,0.006894587,0.0108178845,-0.0061531537,-0.0014848605,-0.0048872977,0.0071107284,0.009888501,-0.012968903,0.002711683,0.008696521,0.01015596,0.026238596,0.009466397,0.03339125,0.0060698753,0.011752675,0.020416234,-0.017714428,0.0014340103,0.011217381,-0.030775473,0.010685396,-0.004054587,-0.029623736,0.014615499,-0.01721447,-0.010662159,-0.012965513,-0.039089445,0.0016927676,-0.036403902,-0.02113681,0.018573498,-0.022973245,-0.008120008,0.014513026,0.027535032,0.017641276,0.009308254,0.009536481,-0.016409662,0.01598997,0.00586522,-0.0047809044,0.017460978,0.018417506,0.012738722,0.021036558,-0.007427675,-0.005131461,-0.011801487,-0.0052358815,-0.008916181,0.012538871,-0.017852027,0.02362639,-0.008742386,-0.0014393856,0.0009065706,-0.008041654,0.0024142966,0.00060746126,0.01071509,-0.0026399344,-0.011041905,-0.022869904,-0.0027909682,0.02222144,-0.023997929,-0.0027188868,-0.014496434,0.019378914,0.020112785,-0.008480153,0.049939014,-0.008107341,0.010301701,0.006234473,0.010415303,-0.025735818,0.004155275,-0.005068616,0.008238806,0.0317524,0.018863708,-0.0019484024,0.011611357,-0.0010761087,-0.008906021,0.0034618543,-0.002062284,-0.017457655,-0.01211499,0.004062969,0.023225304,0.018874211,0.013469787,-0.019196115,-0.0050278045,-0.018277979,0.0022510134,-0.041325547,-0.0049985982,-0.0046782643,-0.019533945,-0.02315442,0.0047836183,-0.005714835,0.0009074221,0.011162887,0.010157759,-0.075108364,0.0020295966,-0.0006188371,-0.020072484,0.016853023,0.009987518,-0.0067370846,0.013977088,-0.008579527,0.0042398907,-0.03913983,0.022032253,-0.0019827075,-0.032099355,-0.0014323357,0.011909388,0.006550946,-0.022256237,0.017151387,-0.008014515,0.006028393,0.01501128,0.0058087464,-0.013721286,-0.017712757,-0.017210493,0.00940269,0.04175511,0.0069325757,0.0044594626,0.017283494,-0.012596254,0.034023035,0.008867459,-0.011614449,0.007921987,0.00088245294,0.0068587167,-0.034481127,-0.038254403,0.021164121,-0.01403771,0.020475166,-0.014741219,-0.019895982,-0.022091487,-0.027003156,0.008848265,-0.047250386,0.001810075,0.003696393,-0.021921739,-0.0048595048,-0.015707998,0.0047818464,0.02951245,0.02405664,0.009175115,-0.022621477,0.012432246,0.020445818,-0.012865965,-0.011673173,0.0020309384,-0.021275692,0.013011815,-0.005804603,-0.020955069,0.00851265,0.0014969328,0.0135093285,-0.0022004386,-0.013449828,-0.005953046,-0.0008557717,0.006426193,-0.0023147084,-0.0029364398,-0.02529845,0.021139616,0.017071063,-0.008900075,-0.010330731,-0.006113949,-0.017832452,0.011397887,0.025942687,0.0229526,-0.0001594111,-0.0011623034,-0.006241397,0.0068599316,-0.03534191,-0.017117115,-0.0026298102,-0.0154505875,0.007601814,-0.0046013985,0.021381726,-0.024908805,0.033167038,0.0039040928,0.025331393,-0.022549821,-0.025738744,0.028173387,-0.0057621514,-0.0038830936,-0.023635825,0.010699618,-0.023402346,-0.01411902,0.014509504,0.018690644,0.013013383,0.021944487,0.013060617,0.02703021,0.010939314,0.015862856,0.016482145,0.011978252,-0.010384681,-0.01346623,0.008677854,-0.01700572,0.013545569,0.0018194346,0.0114757335,-0.0033048124,0.015252435,-0.004314776,-0.0014894224,0.007948146,0.015121452,-0.04421826,0.0023340338,-0.0040448084,0.030692616,0.009218183,-0.011630601,0.004861727,-0.0098516615,-0.008448835,0.0130637605,0.0024550084,-0.0022150145,0.03899746,0.012195904,-0.01870979,-0.0055070203,-0.016290545,-0.016490415,-0.01613431,-0.03853011,-0.010392961,0.006450638,-0.022917071,-0.019007921,-0.01990387,0.016897643,0.0392523,0.0099958135,0.007900779,-0.010393717,-0.004368041,-0.0023563795,-0.008599824,-0.006112575,0.016076272,-0.0013622725,-0.04899165,-0.011076941,-0.0024930332,0.027764697,-0.0057434747,0.018748622,0.006472972,0.012702954,0.0039263885,0.021070644,-0.017411854,-0.024249531,-0.0005566046,-0.0060456614,-0.025336578,0.02046113,0.005752618,-0.01135302,0.02162192,0.006227668,0.017516281,-0.020576766,-0.0048311264,0.016855033,0.000771734,-0.016085457,0.01709266,-0.011220327,-0.016048586,-0.012721477,-0.011409458,-0.01933435,0.008772568,0.010956843,-0.018861178,-0.035758015,-0.023974294,-0.006067943,0.035684716,0.00907462,-0.0057736,-0.00082949275,-0.014741646,-0.0058425143,0.008535579,-0.0018488445,0.0040484793,-0.003684326,-0.006382441,0.0045819283,-0.025750907,0.012850272,-0.015686933,0.0038258608,0.026007444,0.017435614,-0.018282872,-0.013385016,-0.018413004,-0.0139931245,0.032698747,0.013159858,0.00838693,-0.030634066,0.00510146,-0.0049678786,0.006257682,-0.013135557,-0.024888435,-0.009836298,-0.009253725,0.0019653693,0.023000322,-0.018942246,0.007935638,-0.025714517,-0.019253891,0.0016042923,-0.0031533146,0.01951621,-0.013725999,0.003275986,0.03171981,0.0018685275,0.01747116,0.0042068083,0.0027749233,-0.021855006,-0.013200208,-0.01384481,0.022612143,0.015568698,-0.008293658,-0.0068910588,-0.007917547,-0.0024657473,0.006869797,0.0052802893,-0.08217682,-0.005736584,0.042143177,0.0068291198,-0.007527041,0.016731411,0.050992202,0.003763189,0.02237851,-0.003108554,0.032528102,-0.034502115,0.011213133,-0.017535726,0.008188836,-0.009097279,-0.014459575,0.0010743467,0.025799798,-0.0060078017,0.009914813,-0.021285927,0.00703003,-0.0049702334,0.0058617513,0.0047539654,-0.018230697,-0.008151752,7.106159e-06,-0.0069950833,-0.016081104,-0.008667617,0.021318147,-0.017775038,0.0008766716,-0.019888459,-0.012191678,0.024435023,-6.537791e-05,0.047454756,0.009322122,-0.017764762,-0.027281476,0.0056882654,-0.033171933,0.023016931,0.009976978,-0.015876696,-0.048617907,0.013365952,0.00645617,-0.0030818824,0.008042582,0.00069413247,-0.005309923,-0.036811404,0.00077337894,0.01203041,-0.023503851,0.019385695,-0.010787799,0.013843554,-0.0026529096,0.043593526,0.006425108,0.017935885,-0.020052722,0.0037915846,0.008441466,-0.0009461633,0.009891576,-0.0013594346,-0.007432052,-0.008514115,0.00271863,-0.00939772,-0.019249994,0.0120095685,0.02518132,0.026179308,-0.048023336,0.009818543,-0.105436556,-0.007481347,-0.008774559,-0.016651971,0.00042672834,0.0162253,-0.0089100385,-0.020041738,0.019592354,0.006563322,-0.009952855,-0.018465655,0.0014892536,-0.036954787,0.0045263884,-0.014804912,0.006215165,-0.008805231,0.033991743,-0.02013592,0.006215283,0.0020592543,0.004464347,0.02931174,-0.003127439,0.020674257,-0.016316276,0.007859246,-0.004836283,-0.018016456,0.009509014,-0.14530069,-0.009018081,0.0006059754,-0.01579223,0.010527769,0.00026970872,0.00074846955,-0.008957798,-0.004562987,-0.009322111,-0.03938479,-0.018148946,-0.017313778,-0.003947051,-0.014077064,0.108721726,-0.021089606,0.000111423724,0.016680297,-0.015737873,0.0070808814,0.009629732,0.007103919,-0.014590387,-0.023066903,0.004472149,0.01976384,0.0085464055,-0.012249802,-0.01801485,0.010712188,0.0021860623,-0.027781444,-0.012394919,0.009519899,0.004878187,0.00013764962,-0.0138558075,0.015224329,-0.0044222735,-0.005228494,0.012035019,-0.008372954,0.024769884,0.0027915332,-0.015018914,-0.002330843,-0.018071303,-0.048842564,0.002043828,-0.017335007,-0.06520248,-0.005455044,-0.001579278,0.019556357,0.010728788,-0.006211371,0.009936364,-0.003189868,0.0345107,0.014710913,-0.03389884,0.00704429,0.016686358,-0.008871666,0.014691251,0.010517394,-0.009607866,-0.007978583,0.022071961,-0.01812052,-0.0052440916,-0.029644283,-0.03802784,-0.012468138,-0.014375018,-0.00044100828,0.016762536,0.0021420396,0.005705882,0.009552104,0.011978682,0.022393705,0.0087241605,-0.003058992,0.0046310574,0.0035287372,-0.011445786,-0.0069438666,-0.005870842,-0.005428919,0.046760358,0.005152095,-0.021607483,0.00907713,0.023974875,0.019890318,0.012530422,-0.017097045,-0.0074543045,-0.01125287,0.015185827,0.013898611,0.004251737,-0.019237934,0.009699511,-0.0038105256,0.03432127,0.011881958,0.026996052,0.018663026,-0.009493393,0.006721409,0.00013974184,-0.015167308,0.0074181943,-0.0073838728,-0.02031563,0.0033510646,-0.007291054,0.040699095,0.014199673,0.0024770582,0.004246141,0.006132988,-0.0064961575,-0.0031216915,-0.0016649432,0.018495897,-0.053424425,-0.013296113,0.011065649,0.0038438616,0.014104562,0.018720072,-0.010820758,0.007487703,0.0001106309,0.006813909,0.012245288,0.008709401,0.007691827,0.001966191,0.0029479566,0.003804467,0.016337618,-0.010776811,0.0057541486,-0.0010186754,-0.00525734,0.0068771453,-0.018605897,0.008548913,-0.011931537,-0.012404643,-0.0014872696,0.013301207,-0.007442579,0.03398194,0.0073820576,-0.018734885,-0.007194501,-0.005392501,0.02101167,0.017390607,0.0043305056,0.017167028,0.0032004607,0.0032133309,-0.013007973,0.02082955,-0.009071667,-0.004988011,-0.0082974145,-0.013001996,-0.006801915,0.013712489,0.0182019,-0.0037393952,0.022951845,0.02333575,0.007958049,-0.009408028,0.0041516707,-0.0077911564,-0.0040159053,-0.013326239,0.017168257,0.011222247,0.021022867,-0.0069906446,-0.001311654,0.026135636,-0.009207741,-0.006527252,0.0049469876,0.012612828,0.024667071,-0.0013530608,0.001374828,0.008032467,-0.00056247006,-0.0066100834,-0.008582122,-0.0021594476,-0.003879019,-0.0037990524,-0.0013228074,0.010991474,-0.007863502,0.0013319653,-0.005337439,-0.01897052,0.012751702,-0.0003043432,0.014285538,0.02055229,0.02038427,-0.011859169,0.00023408934,-0.029659992,-0.03140093,-0.0042008287,0.0003401214,0.003302439,-0.0008380868,0.020707756,-0.0054678475,0.017058719,0.013689642,-0.011890306,-0.0037255622,-0.0016755717,-0.012442499,0.004569784,0.004714558,0.0068111494,-0.0033046673,-0.01000846,-0.010615982,0.007294159,0.01156999,-0.007947067,0.012426608,0.01193331,0.021126421,0.011069104,0.017694835,-0.009895038,0.00824859,-8.388203e-05,-0.008723085,0.010194378,0.013512507,-0.013276943,-0.0051409616,-0.014709143,0.030091055,-0.0029597606,0.009700953,0.0013128221,0.015936043,-0.013518069,0.021674078,0.01568053,0.0026342177,0.006069936,0.020597868,-0.0081763035,0.02341335,-0.0058231433,0.008522229,0.004226965,-0.0036936214,0.014088132,-0.004496426,0.003968313,-0.0073339823,-0.008047661,0.012225136,-0.015445307,-0.0056364806,0.0037811252,0.010522156,-0.003952441,0.006851479,0.010365696,0.0018293767,0.023135224,-0.0128109325,-0.007585417,0.001999017,0.012602389,0.012606878,0.0038525255,-0.0044345804,0.01133892,-0.004949152,0.012588986,0.015317025,0.0135216,-0.00894993,-0.00031337253,0.01504075,0.0022238484,-0.0018682104,0.0034587465,0.005962277,0.01459656,0.0030173562,0.07697165,0.0038592136,0.0043408796,0.00980275,0.0009765338,0.012700917,0.0015494277,-0.0076481253,0.0027783825,-0.008697707,-0.009014367,-0.0071830666,-0.017580898,0.00899069,0.016464278,-0.004588688,0.006699411,0.0013309609,-0.0050688786,0.009173065,0.008339499,-0.0017503852,-0.004754251,0.0052090585,0.009772207,0.0070230933,-0.01813987,-0.0004692324,0.0065530925,-0.0037591925,0.005016658,0.011688141,-0.016441256,-0.016930623,0.0039426084,-0.0033666866,0.012879747,0.01857384,0.01211022,0.016705377,0.0003290002,0.0033277918,0.01010062,0.013392539,-0.0017123693,0.010424401,-0.0004503196,-0.007301521,-0.003877022,0.013269465,-0.0011117598,-0.00033654514,-0.0031171378,-0.016133051,-0.0045998627,-0.005585234,-0.012065685,-0.00069762435,0.0041050813,0.010161921,-0.010094813,0.00887033,-0.00207441,-0.0041452534,-0.001973449,-0.020934701,-0.009559209,0.0056036357,0.012001977,-0.018524405,-0.0053042206,0.0010903812,-0.008729825,0.01744855,0.01896472,-0.003583893,-0.008336721,0.004007085,-0.013531113,0.012829812,0.006303971,-0.0055702487,-0.009062786,0.011156254,0.0048956564,0.0008061047,-0.01015373,0.00801708,0.0062899427,-0.0069810995,0.014232954,-0.0015471191,0.0009634652,0.013621846,-0.002569328,0.010244626,0.054331906,-0.0058615324,-0.011458383,0.0042036627,0.010591871,-0.0182354,-0.016436,0.009455233,-0.0011648729,0.016468022,0.007970138,0.029601654,0.006172596,-0.0026679668,0.012523718,0.01885772,0.010762413,0.015773552,-0.0019264992,0.0094015775,0.012536646,0.0062821703,-0.018674383,0.002024366,-0.0027261728,0.0038147748,-0.012244892,-0.009964287,0.0018102827,-0.0023372595,-0.00056554633,-0.011415613,0.0064621903,-0.007636576,0.006557691,0.007883416,-0.015768716,0.01657564,0.00039454197,0.0045352546,-4.9807364e-05,0.011910707,-0.00032732257,-0.0020555265,0.0010831844,0.006201846,-0.010719606,-0.0073435577,-0.004397888,0.019452529,0.0050530885,-0.0008007844,0.0066456283,0.0028958407,0.010833913,-0.023882603,-0.0022160374,0.0015574043,-0.024929702,0.008731207,0.016637037,-0.014207479,0.00071656995,0.0017095008,0.022087608,0.0147757325,-0.012444694,-0.00021005819,0.017225655,-0.0066608726,0.009622747,0.01047813,0.026945692,0.007815781,-0.008266642,0.00019835311,0.006749134,0.011097212,-0.016172567,-0.012627637,-0.014165987,-0.010938739,0.017662466,0.0070751514,-0.0005361518,0.0048672576,-0.018625516,-0.012727355,0.0009324585,-0.025500448,-0.002470676,0.0013349487,-0.0140853645,0.011315332,-0.008811316,0.011530052,0.0007660361,0.013902082,0.00052562583,0.011251113,0.00071447535,-0.0038643184,0.011789063,-0.0052485312,0.014657817,-0.008310459,0.012043272,-0.006164692,0.00055070315,0.00047845638,0.020880295,0.016378783,-0.0044808025,0.012389692,-0.016515646,-0.026511597,0.0056747026,0.009149988,0.00028427748,0.010363646,0.02239155,-0.00083267415,0.009316846,0.00024398805,0.0037816258,-0.0149306,0.007721425,0.004161569,0.005331231,0.0046053985,0.0054081287,-0.0018376431,-0.0022307124,-0.0058630845,-0.0060106674,0.005675758,-0.0023186842,0.007409053,-0.005877267,-0.0025123626,0.0076651466,0.000782809,-0.016324071,-0.0064620515,-0.014902114,-0.017739583,0.0008287292,0.0009910045,-0.0016565562,-0.011887,0.008898808,0.0056283935,-0.018890679,-0.008373184,-0.0013358885,0.01222001,-0.016925395,-0.0135858115,0.010266861,-0.0076341,0.006922347,-0.037973404,0.008121105,-0.0026240288,0.001064237,0.0028365056,-0.023240188,-0.015079842,-0.0015542124,0.004260091,-0.00083825825,-0.0011684557,0.0010247474,0.0075090937,0.007995192,0.017512128,-0.0021032887,0.015227196,0.0015688271,0.009602499,0.00042432296,-0.020561013,-0.0149000995,0.013665934,0.0026574265,0.0012570344,0.018764332,0.011027776,-0.008757593,0.0016275133,0.010066392,-0.0033260903,-0.006699053,0.016016124,0.009093219,0.00632026,0.0014617572,-0.004488526,-0.00020910044,-0.010934144,-0.016844071,0.019345228,0.0069495006,-0.0058278185,0.009762578,0.01793219,-0.023108603,0.0057101785,-0.01009847,0.011771551,-0.017898723,0.0045285635,0.04528015,-0.0040144576,-0.0021329338,-0.0040483614,-0.03230633,0.00564246,0.011404826,-0.007113643,0.0027384327,-0.010971101,0.010161065,0.01977148,0.0037838847,-0.025955496,0.008950606,-0.009109555,0.014881528,-0.01705567,0.0036769777,0.014515355,-0.015742777,-0.0072443127,0.011822993,-0.0038866347,0.0031631014,0.011532441,0.026141029,0.012058541,0.019268433,0.009438901,0.013521495,-0.008795008,-0.0015568078,0.006886557,-0.018347254,0.00070877187,-0.0061121653,-0.021498034,0.019749502,0.006996793,0.0046896376,-0.007981267,0.002346477,-0.023395961,-0.007418715,0.0052893297,-0.0023900722,-0.0022965411,0.010246861,-0.0034750118,-0.0036871352,0.012382575,0.006725686,-0.01410984,0.0147730475,0.00058170984,0.000825074,0.0002709684,0.010706677,-0.0036415956,0.0065614744,-0.004391655,-0.001559387,-0.0018621681,0.0060953395,-0.007337071,0.0061359922,-0.008674692,-0.010660556,-0.017112195,0.014947484,0.0064442884,-0.0052156425,-0.013858552,-0.01574905,0.0007842012,-0.0068118353,0.007192262,-0.0013537189,0.010948662,0.015628396,0.030953346,-0.0010607879,-0.029142791,0.019800467,0.008798361,-0.0005659717,0.017248092,0.012913029,0.001709164,0.0050954893,0.005352169,-0.0013306366,-0.010853285,-0.008316936,0.004284614,0.04275421,8.687815e-05,0.011389593,0.0011527378,0.013439335,0.003528801,0.014970262,-0.00080985157,0.010888225,-0.006226681,0.012416158,0.0102471225,0.009113843,0.014645184,0.003947872,-0.004820868,-0.0040339567,0.020040948,-0.013068143,0.009633328,-0.013199391,-0.010670278,-0.00699392,-0.02126827,0.00336683,-0.008081655,0.014366168,-0.0062808497,-0.0068741045,-0.0047575505,-0.019639533,0.0068798102,0.023549728,0.012892296,0.0033836004,0.01540299,0.009459236,-0.013706288,-0.012969663,0.015318065,-0.007838844,0.012820075,0.019412601,-0.009210646,-0.008930485,-0.00650174,0.0023058185,-0.002012775,-0.014057775,-0.00025232614,-0.0018794945,0.020348273,-0.016917828,0.0010481628,0.016416136,-0.013078079,0.00079712813,-0.0067535387,-0.09095694,-0.0004691174,0.00923556,-0.0041862302,-0.0056700427,0.00061326433,-0.0106334,-0.003147194,-0.004328876,0.013399015,-0.015700173,0.0051238486,-0.008764615,0.011653564,0.022373192,0.02621002,0.0069050738,-0.006643172,0.002895527,0.015678955,0.0035702582,0.0019275245,0.016189538,0.0036215,0.016434502,0.002164479,-0.01752424,0.0029537755,0.0029046733,0.011578689,-0.012459937,0.004894273,-0.008139378,0.0064817755,-0.002966106,-0.010100679,-0.014683133,0.010786859,-0.13381791,0.0037937528,-0.020490337,0.0030778474,-0.0046031293,0.0043550953,0.021109566,-0.008391172,0.003273464,-0.018997094,0.009366737,-0.0072945645,0.011895033,-0.017016215,0.007243774,0.003896562,-0.007112733,0.005916991,-0.024306616,-0.007537781,0.007137423,0.0048228567,0.019803002,0.011107268,0.019862609,0.0064939735,0.006986931,0.0016576924,-0.0070286533,0.019382307,-0.0034730986,-0.002940748,-0.004849511,0.0046875505,0.011026684,-0.0056582987,0.0027493748,0.036588546,-0.0010585076,-0.002792842,-0.0019647498,0.017442962,-0.0044670925,0.009857531,-0.008062567,0.005663246,-0.007555257,0.000104871135,-0.010861996,-0.017731119,-0.015022074,0.0063327136,-0.0031576478,0.0009959356,0.0059735226,0.0018564784,0.025015222,-0.013620884,0.0032369061,0.005330145,-0.0012574876,-0.0049540214,0.022409882,0.015199222,0.014304394,0.010518367,-0.00704389,0.018730568,0.017381204,0.017539224,-0.009589755,0.023324197,0.0014056979,3.240211e-05,-0.016081342,-0.0012714594,0.009596688,0.0070971525,0.019069918,-0.01217302,-0.0049535013,0.015124687,-0.01179709,0.019919934,-0.0073662177,-0.009645811,-0.010501022,0.0049197613,-0.0035988146,-0.045291267,-0.02339745,0.009669822,0.0073382147,0.002940853,-0.0006813979,0.0011516685,0.0024603514,-0.007063135,-0.012754303,-0.013117083,-0.006081151,-0.033063494,0.014327458,-0.014260332,-0.0024869656,0.022802256,-0.003369308,-0.01472708,0.013335954,-0.017364372,-0.0052634818,0.01846956,0.004491232,0.010550263,-0.011164266,0.015427183,-0.0058419695,-0.013896126,-0.025188185,-0.014923989,-0.009425272,-0.011295615,0.024408428,0.013600982,0.027069852,0.00225052,0.022043504,-0.008330676,0.01716149,-0.011669542,0.009922586,-0.010407972,-0.022608299,0.0042678546,-0.015430575,0.004094305,-0.0018731257,-0.028482946,-0.004589351,0.025476646,0.013250917,-0.0064586834,0.013042774,0.00860829,0.00030172532,0.022634376,0.004136562,-0.016873794,-0.0022181862,-0.006913521,-0.008255831,-0.013928182,0.006021775,-0.012245997,0.012216136,-0.012031212,-0.002596292,0.0018221664,-0.018091237,0.011990922,-0.0015246485,0.006877284,-0.011306885,0.004018619,-0.0057237064,-0.010689801,0.0036385492,-0.028874952,0.011394399,0.012040452,-0.012858408,-0.0007761847,0.010643831,-0.0037760055,0.003233094,-0.018242499,0.001508254,-0.021012178,-0.013748339,0.033305142,-0.005852669,0.01255754,-0.0077285077,0.01849385,0.010965133,0.0111579755,-0.002849753,-0.034508396,0.007678482,-0.004580751,0.0021034547,0.002816651,0.00035825945,-0.015425553,-0.019893453,-0.011964728,0.01786092,0.007470001,0.0011990779,0.004482579,-0.011185829,-0.00633086,0.0065076957,-0.1684559,-0.019677907,0.0097229965,-0.006138924,-0.0044826865,-0.00096959237,0.008615472,-0.01706155,0.01987147,-0.022147965,0.0073499368,-0.01143847,-0.003929963,-0.006185452,0.043687765,-0.033232242,0.009508823,-0.0062382356,-0.01408901,0.02210301,-0.021532036,-0.0021412629,0.009582916,0.009567313,-0.0031152717,0.008714086,-0.0056940266,0.0015212577,-0.011697708,0.009841769,0.003208385,-0.0012891402,0.017637111,-0.0015573428,-0.0017524594,0.00971929,-0.010065365,-0.0037440523,-0.01920955,-0.0030040352,0.015428822,0.0055728815,-0.006094568,0.0009916724,0.0002363875,0.010469788,-0.010914612,-0.0057046413,-0.010137868,-0.012657479,-0.009494553,0.01519509,0.0051345713,-0.010427024,-0.011552638,-0.018218925,-0.0047691814,-0.024239272,-0.011368817,-0.0072000045,0.025286375,-0.0014390989,0.006945147,0.007023881,-0.04106292,0.0004110668,-0.008190033,0.140352,-0.0009897993,0.005659374,-0.016990762,-0.018073441,0.00676328,0.0059250854,0.019629313,-0.013676402,-0.020599902,-0.004764298,-0.02278519,0.006048858,0.013720121,0.003707761,0.017941728,0.004331118,-0.011906269,-0.007097503,0.005462786,0.0020101843,0.0033645295,-0.0070357188,-0.011358557,-0.016203206,-0.0017801297,0.009187552,-0.00679412,0.0053104605,0.014015615,-0.013927985,-0.0063820854,-0.0111151915,-0.010388126,0.012943552,0.008848221,0.0076589338,0.016465725,-0.0065796147,-0.0035805968,0.0052425563,-0.02758905,-0.010349954,0.00093490933,-0.0068502235,0.00910605,-0.014069499,-0.0040809927,-0.0057606837,-0.022100683,-0.03733827,0.007340928,-0.018458582,-0.01226141,0.0033547604,-0.026623452,0.014144282,-0.011113813,-0.0059475256,-0.021818282,0.02895815,0.0015452298,0.018843547,0.011887831,0.0019010024,0.000105901854,0.007895782,-0.00011167024,-0.0027687913,-0.08455478,-0.01782458,-0.00025887162,-0.021703469,-0.015609451,-0.009395155,-0.00966287,0.031084914,0.0067537776,-0.005104977,0.0028328963,0.0041370583,0.0011242741,0.023242056,0.023975806,0.004223897,-0.012536544,-0.012462543,0.016599087,0.023271447,0.0018463057,0.03041439,0.0052955933,-0.035107743,0.007538836,-0.019584568,-0.011828582,0.0031420104,0.0072106333,-0.009875365,-0.007737489,0.021596821,-0.031472936,5.0646177e-05,-0.015832173,0.008241148,0.0050412156,-0.009442838,-0.012170425,-0.006006646,0.0025136285,0.004002388,0.017715575,0.006299828,0.014448096,-0.013790053,0.0057810005,0.00027903865,-0.021491636,-0.007813536,0.012009632,-0.008588637,0.023479229,-0.0072325263,-0.012346702,0.023538372,0.021072015,-0.006553442,0.018181669,0.0087098,0.016222982,0.007977774,-0.004912812,0.0026011693,-0.011909967,0.00021972484,0.005926834,-0.003973348,-0.0018195952,-0.00023879723,-0.012249449,-0.041252896,0.01442026,-0.0026504924,-0.0053659915,-0.010284912,-0.02545795,-0.016415628,-0.005363673,-0.004949787,-0.0060045035,-0.0135645885,0.0070410017,-0.009751271,0.004942432,-0.012066081,-0.001283724,-0.010243907,0.009613349,-0.019960262,-0.0035785134,0.007909928,-0.021665007,-0.0039264155,-0.00071975816,-0.0055095125,0.0075099636,-0.012377228,0.016446423,-0.020204373,0.0056463755,-0.013396142,-0.008048283,0.011381572,0.00909814,-0.0020075412,0.010836799,-0.02634381,0.00482835,-0.016138028,-0.005501065,-0.009661646,-0.019153006,-0.011769785,-0.00514372,-0.006783523,0.009788867,-0.009138139,0.014943386,-0.013533583,0.01049438,-0.0069003017,0.0135569945,-0.0024258476,-0.028026355,-0.0047854525,0.012346168,0.008960553,0.009327926,0.0040444564,-0.002815769,0.008726918,-0.007221367,-0.0008916251,-0.020262342,-0.017087894,-0.010220442,-0.01940141,-0.008125814,-0.00766548,0.003070187,0.023609137,-0.0077158506,0.009523971,0.020000236,0.0029876635,0.028960057,-0.016064268,0.005423433,-0.0023825003,-0.008999979,-0.014616515,-0.017130341,-0.0022519021,0.0060978853,0.005300679,0.0148260705,-0.010665364,-0.0077675795,-0.011756221,0.019622602,0.014292612,-0.0038666632,0.011273332,0.026986063,-0.0053228084,-0.006210345,-0.022314053,-0.035561845,-0.018735489,-0.0058717257,0.01427064,-0.0014433741,0.0035116242,-0.016329166,-0.0067186104,0.01681272,0.01029529,-0.001164301,-0.073147975,0.009496778,0.0031541572,-0.007952456,-0.013183573,-0.003207343,-0.0046926667,-0.014177449,0.00038783383,-0.035982214,0.006216188,0.010403728,0.0007160187,-0.0030596415,-0.0017008751,0.0119977,-0.0029873215,0.018203793,0.029885279,0.006446795,0.013401705,-0.012969866,-0.0051756273,0.022109652,0.009973498,0.004283813,-0.0022238237,-0.008200617,0.0034285376,-0.0125776995,-0.009029609,0.011166621,0.004832391,-0.021802627,-0.02598576,-0.028255917,-0.012778893,0.0005386625,-0.0022459666,-0.0465997,-0.0115961,-0.0076102186,-0.055682905,0.006899737,-0.0031772119,0.023081567,0.01285423,0.030963289,0.028460072,-0.037789363,0.0002844391,-0.0085247075,-0.00837611,-0.003147283,0.00074828626,0.008403256,-0.0068239323,-0.016926218,0.0030106765,-0.0069317757,-0.0040656594,-0.028129783,-0.011383901,0.010375013,0.018165648,0.0029313818,-0.011223971,0.010958975,0.008815787,0.038499612,0.0065854127,0.009705371,0.006148979,0.0029702345,-0.002963112,0.0033930587,0.0026171205,-0.016615953,0.011309392,0.03636955,0.0056882785,0.018662486,0.016845973,0.024725817,-0.004649365,-0.004221143,-0.006397821,-0.08027898,0.00196564,-0.021738198,0.018924942,0.019021945,0.0007811892,-0.019361423,0.019443123,-0.00062650326,0.01131922,-0.007177009,-0.0010724,-0.0087829,0.009138064,-0.0052271914,0.01289331,0.00034778888,-0.013922113,0.019777106,0.012748239,-0.026994528,0.020027548,-0.0055886516,-0.001007428,-0.016855098,-0.08153823,-0.006886077,-0.00048438853,-0.001951295,-0.012892555,-0.0051338626,-0.0035942819,0.01267218,0.013364538,0.007948741,0.00033428942,-0.01853453,-0.010926916,0.007193509,-0.011061867,-0.015358869,0.0064865598,0.00030616389,-0.011582736,0.009342432,-0.0011181253,-0.028725423,0.0037922603,-0.0042437976,-0.014386377,0.011026049,-0.02667692,0.0051563615,0.0145476675,0.022978814,0.004120507,0.004871638,-0.015735408,0.016159788,0.005648046,-0.004045497,0.0007168809,-0.0032826492,-0.0004942986,0.00063711277,-0.0046404833,-0.021580502,0.01283877,-0.025760977,-0.013188695,0.017002713,-0.005668273,-0.004253312,-0.016425053,-0.009455465,-0.01825281,-0.020696145,-0.0015738374,0.0060092304,-0.007901587,0.0025136855,0.0008159439,0.03150281,-0.0097579,-0.020797951,-0.0074491086,-0.00046268207,0.012014472,-0.0077425865,0.010639637,0.0073850006,-0.016163984,-0.00040134817,-0.019265795,-0.004178583,-0.008801929,0.01367047,-0.0062552528,0.012104443,-0.0078123733,0.030024467,0.016621718,0.00054279674,0.015615983,-0.0041066,0.011810886,-0.0036799929,0.015426124,0.017322153,0.0038621617,0.00990987,0.006248196,0.0019306373,0.0010747364,0.0009154251,0.003610659,0.0015917729,-0.0072719497,-0.01422594,-0.023263091,0.0004511481,-0.026189001,-0.01752373,0.0016388075,0.031561192,-0.006087214,-0.010465635,-0.01275233,0.016024686,-0.004287575,0.0036459295,-0.009700184,0.0070400955,-0.0008596413,0.0003914711,0.017586578,-0.0004508042,-0.0035352593,-0.030813793,0.027870962,-0.0033866079,-0.0021902916,-0.0009792537,0.009109704,0.002438722,0.006667649,-0.0016853518,0.0021515123,-0.01044844,0.0037093102,-0.0033848684,0.016567973,0.020904059,-0.02098797,0.008364345,-0.014968396,-0.006562505,0.012806719,0.00525788,0.035954755,0.0030385712,-0.015234029,0.007167077,-0.003166877,-0.005962257,-0.011937117,-0.01367061,0.00070042635,0.024120808,-0.00477029,0.010025813,-0.0007862887,0.04953298,-0.022624886,0.046376552,0.014120505,-0.012189299,0.005334327,0.023979863,-0.010373408,0.000802928,0.0010212273,0.008611552,0.0012153216,0.001311619,-0.006636138,0.011521047,-0.0036554008,0.023328673,0.002118837,-0.024401085,0.0012259721,-0.037767492,-0.018579155,-0.005811553,-0.014826555,-0.008641594,-0.0030410865,0.016842596,0.003995235,0.0023666073,0.016136365,-0.017276142,0.014159725,-0.017938549,-0.0012041169,-0.00558447,0.001035269,-0.0044966554,0.010242598,0.014374497,-0.004512944,-0.012873754,0.01006268,0.0057154456,0.020727519,0.0031052304,0.011641021,0.009903716,0.0057926388,0.017282352,0.007826143,-0.021196106,0.016811382,-0.015931403,-0.0060379594,-0.0058131735,-0.0059818397,-0.016596243,-0.023019776,0.005163473,0.0051538534,0.000548185,-0.0066622407,-0.00783697,-0.014750936,0.017544175,-0.007895108,0.02603475,-0.011188622,0.0230826,0.0296008,0.01399652,0.0028362023,-0.013706131,0.010222396,-0.0031747867,0.011779415,0.0076950057,-0.027709428,-0.015156846,-0.0029624682,0.0055365763,0.00781043,0.0014037724,-0.0033220795,-0.01223905,-0.010508727,-0.017412525,-0.0018759354,0.025031077,-0.001501019,-0.016707288,0.02100237,-0.013449492,-0.00305449,0.0030955046,0.015165138,-0.016534971,-0.0054991916,0.0062813503,0.037074104,-0.0042774603,0.0016522729,-0.042532567,0.0076727085,-0.0006187148,0.010494991,0.008003515,0.0023914839,0.008841902,-0.013804546,0.013369503,-0.0018269293,-0.011488576,-0.00059895444,-0.0040214867,-0.0061761606,0.0036528592,-0.009489244,0.012573836,-0.023016702,0.010210018,-0.015474996,-0.017487366,0.0037242682,0.01081123,0.016308647,-0.018238038,0.035003867,0.03268284,-0.029998457,0.014654526,-0.004593481,0.0005609179,-0.0037099374,0.0052391957,-0.022067675,0.004026738,-0.016289214,-0.01586302,0.01785714,0.023588514,-0.0017294917,-0.009345583,-0.012312508,-0.00020958984,-0.018719748,0.023525558,-0.0040919515,-0.0076476745,-0.00429957,0.00019454252,-0.009476517,0.0060808174,0.012225823,0.01531764,0.00045415945,-0.007053035,0.012349367,0.00056968356,-0.0032868856,-0.012851967,0.008009017,0.040593065,-0.009996088,-0.011968984,-0.0098558385,-0.021288445,-0.004862493,-0.009117944,0.017017186,0.0074912524,-0.026012802,-0.001590337,0.005350108,0.0016207928,-0.006137511,-0.014583464,-0.02994909,0.014236967,-0.002859051,-0.01769945,0.008790399,-1.2378798e-05,0.013908848,0.0064651724,0.0141529,0.009372549,-0.003558474,-0.00655539,0.0006885041,-0.011224909,-0.007187351,-0.010602133,0.026479222,-0.009227728,-0.0073861303,0.018350657,-0.019046512,-0.024194995,0.021094162,0.009794352,0.025074957,0.022061076,0.031827603,-0.03155788,-0.007730085,0.0067351605,-0.007823371,-0.018439677,0.024613326,-0.018881151,0.01783689,0.008492607,-0.007925279,0.016094353,-0.0049362164,0.0015306779,-0.010880227,0.0045198686,0.008322244,0.002134818,0.0007262049,-0.0018416876,0.0089672925,-0.006974471,0.0028619745,0.009150261,0.0021445162,0.010817375,-0.019567212,0.011194947,-0.023626361,0.015477124,-0.005716903,0.012185152,0.018429162,0.001267509,-0.03718636,-0.01501734,-0.0018116776,-0.008595677,0.016290437,0.0005777557,0.009213379,-0.010752522,-0.028626066,0.0023087673,0.016482687,0.0016984271,-0.0003606411,-0.0073024165,-0.013971375,-0.009027919,0.0004912928,0.014636978,-0.0021208155,0.02188069,0.0034660364,-0.0036086938,0.0037065917,0.008535733,-0.010095422,-0.007596943,-0.008344618,0.006077173,-0.004921048,0.010969965,0.03014149,-0.005863287,0.0012932237,0.0072884667,0.0046421085,0.0072429013,0.0039129737,0.008501648,0.001873473,0.016236234,-0.008301822,-0.00029089363,-0.0019869287,-0.01496907,0.010624784,0.0050236215,0.017133487,-0.0029672903,-0.0035021883,0.0009595026,-0.023773925,0.013396597,0.01162626,0.016569974,-0.008294696,-0.02977916,-0.020148536,-0.018550806,0.012515418,-0.005060705,0.007940432,-0.016618527,-0.00965689,-0.07022225,0.001331785,-0.021290906,0.0076513854,0.018153297,0.01788679,0.005471715,0.0009664924,-0.020714499,-0.021929903,-0.006634842,0.023040568,0.012050861,-0.013875691,-0.008771448,-0.028704075,0.017624613,-0.01209016,-0.012826737,-0.009405907,0.014691273,-0.011080937,-0.02049063,-0.011481947,-0.006068958,-0.004746195,0.013168534,-0.007963153,0.008667333,-0.004255157,0.030361261,0.017579213,0.012113099,-0.0027445687,-0.012489768,-0.024308553,0.012715146,-0.031731375,-0.009042666,-0.0023631994,0.01780062,-0.018542439,-0.010951895,-0.01625837,0.0012958809,-0.01619544,-0.011166708,0.015607743,-0.004874542,-0.0056120097,-0.017405342,-0.010183788,-0.008901684,-0.022685155,-0.0065374835,0.016056763,0.00045926013,-0.01839476,0.00919487,-0.015784929,-0.006892875,0.0007089697,0.00032716568,-0.036704507,-0.013085656,0.023990842,0.0044483095,-0.0016954405,-0.006946483,0.0119826,-0.012863242,-0.017166102,0.046116322,-0.008078727,0.004490946,-0.010828102,-0.017991696,0.0018943973,-0.009086829,-0.0015349812,-0.014219909,-0.011363214,0.0030111407,0.009972669,0.009565462,0.004909748,-0.0054003354,-0.008756899,0.0031310327,-0.023430394,-0.010629629,0.012185252,-0.00061176677,-0.022959184,0.00630176,-0.015321693,-0.009547638,0.017410036,0.0041835834,-0.01916249,0.012481174,0.011062279,0.013890644,0.033943616,0.013308625,0.0057251616,0.0041672927,0.012546305,0.0136105055,0.0023689156,0.0036202231,-0.004978182,-0.01394983,-0.00513054,0.019948132,-0.003695181,-0.008500855,-0.008233845,0.0048998976,-0.007512369,0.023265988,-0.00062493805,0.0025165712,-0.010566333,-0.026908789,0.008721858,0.015116773,-0.013721604,0.022483774,0.013653094,-0.017077731,0.0024255968,-0.009189956,-0.0014610593,-0.014649226,0.016920408,0.047670323,0.0010410134,-0.011759086,0.040788256,-0.015424899,0.013216908,0.0071109757,-0.002995324,0.017906426,-0.0066465824,0.02382665,-0.012771782,-0.010926864,0.024010941,-0.030057078,-0.011659268,-0.018885871,-0.010166636,0.017462634,0.012262932,-0.0028264383,-0.024979368,0.013471332,0.016684206,-0.009745626,-0.018899214,0.030668546,-0.0034608429,-0.010989204,0.0037173012,0.013496119,0.0073493356,-0.008912942,0.004656108,0.015925765,0.013904929,0.0013661897,-0.012638972,0.005657353,0.009855597,-0.0042599402,-0.004360637,0.0017741577,-0.019491564,0.0140194,-0.004906776,0.025116494,0.0026210228,0.021147698,0.017166268,0.021352617,-0.009604148,-0.0012254496,-0.0073035615,-0.023121068,-0.0059592654,0.0027049435,-0.008943392,-0.0012871751,-0.0033494153,0.016453845,0.01669885,-0.005010081,-0.021476809,-0.0059259827,0.016436223,0.015301745,-0.01399061,-0.016274363,-0.00390232,0.022313653,0.0074732206,-0.028509932,-0.018652227,-0.009073035,0.010288091,0.0036040915,0.015739309,0.16458362,0.12708974,-0.0054630414,-0.0011536024,0.010371781,0.0035692186,-0.027765522,-0.0027904152,-0.0035245419,-0.012337926,-0.001428057,-0.0030485652,0.02720278,-0.002914457,0.011094622,0.0031546773,-0.0027497706,0.011294539,-0.0074613187,-0.01929739,0.033481788,-0.012456797,-0.0049858415,0.016775437,-0.03729516,-0.013898823,0.010847033,0.0003988931,0.015795555,-0.011531007,-0.022504048,-5.1851137e-05,-0.029861538,-0.008020729,0.01879265,-0.0042487294,0.008358706,0.041739073,0.0043065893,-0.029376296,-0.018575575,-0.0085608205,-0.012474793,-0.0016781411,-0.0113108475,-0.0012214322,-0.00622593,0.002121142,-0.013788896,0.015618602,-0.0027955563,0.004485009,0.021510797,0.0073615722,0.00035833113,0.015312916,0.015146065,0.00050679216,-0.016811065,0.0015367855,-0.0016861613,-0.017964277,-0.003435333,0.016689032,0.02074978,-0.008616122,0.006746865,-0.02047562,-0.0103483945,0.0068170233,0.007398434,-0.009020586,0.013146462,0.00017502476,-0.012978631,-0.0009500759,0.035285633,0.008956093,-0.006948492,0.0037755198,0.009861113,0.0071867276,-0.006696105,0.017061243,0.028144436,-0.0040787864,0.0020113192,0.00030394233,0.11468407,-0.010765481,-0.008268872,-0.007846885,0.015309118,-0.0047647543,-0.0007810285,0.06493284,0.010503596,-0.0051099067,-0.001984609,-0.016703974,-0.0024995345,-0.03166867,-0.004241363,0.0042859707,-0.00066525943,0.033226848,0.00697481,0.027897991,-0.02726253,-0.016591443,0.005877945,0.027447859,0.016246872,0.0012081036,6.365717e-05,-0.02125621,-0.008798989,0.012021525,-0.11539667,0.02277073,0.00080677494,3.280182e-07,-0.009271056,0.029677035,-0.0070994473,-0.008139462,-8.345865e-07,-0.024262633,0.006006425,0.014509829,-0.009288725,-0.002740797,-0.0040070647,-0.011300901,0.010795957,-0.008517437,-0.006314355,-5.5544133e-05,0.0007385827,-0.005554776,0.0044560833,0.013979574,-0.018129906,-0.010342504,-0.014402859,0.0011790812,-0.037071407,0.028415738,-0.017565124,-0.003152177,-0.0019715137,0.02949155,0.010048689,0.024528954,-0.017292842,0.0016259013,0.025368994,-0.0015625878,0.012267695,-0.0073827263,0.00084650115,-0.0114145,0.0015016887,-0.018463967,0.0035948406,-0.019707983,-0.005564195,0.0126334615,0.0039090626,-0.0026449205,0.0030617516,0.015430149,-0.0008769076,0.0041732355,-0.012201864,-0.022037271,0.010587811,-0.0043254,0.005254244,-0.02652779,-0.026428036,0.005538671,-0.004411639,-0.010054796,0.0038942806,0.015848067,-0.0068305163,0.01950646,-0.0053272108,-0.0070607504,-0.0052912305,0.0045790207,-0.017037835,0.009518044,0.002059424,0.015691765,0.0006315158,0.007361744,-0.018671826,-0.00023584187,0.006771804,0.10221103,0.0037696504,-0.024063073,-0.0028730505,0.0022266072,0.0047400272,0.011554555,-0.00059189217,0.01054096,-0.0030426176,-0.025419362,0.0065986114,0.023810955,0.0055993022,0.016280172,-0.0087015005,0.0023580515,-0.015841765,0.02970372,0.007947989,-0.012077955,0.018052846,0.002748053,-0.014982891,-0.0022238868,0.011638986,-0.02167332,0.020282838,-0.0135397315,0.030084344,-0.017926203,-0.006456959,-0.0060887868,-0.017559448,0.0045535895,-0.009483693,-0.03377188,-0.011607495,-0.056858145,-0.008107395,0.0032051415,0.019446934,0.031644262,0.0021579252,-0.04127122,0.19772533,-0.013045698,0.007923791,-0.006756094,0.011494826,0.0021924672,0.0050749425,-0.0024182028,-0.0063026436,0.006720693,0.000302378,-0.015725119,-0.0096648075,0.016544823,-0.0009606437,-0.01755518,-0.012603072,-0.0050142035,-0.0026727368,0.017335132,-0.019993529,-0.002130807,0.0038284867,-0.0078048427,-0.010209014,0.0010534436,0.020152543,-0.00911511,-0.0050276783,-0.0021934987,-0.012360571,-0.0016462174,-0.0047385986,-0.01728776,-0.009800212,-0.014640162,-0.024799928,0.0040415935,-0.0044402173,-0.00021728872,0.007982438,0.027780015,0.004551917,0.008691116,0.00010338508,-0.007982081,-0.0141045675,0.009062682,-0.009090291,-0.016260764,-0.00788145,0.012083657,0.013707599,0.00697932,0.0012209213,-0.0035055787,0.013505175,0.0010656412,-0.008453377,-0.00024201722,0.010160081,-0.00019211315,0.008059311,-0.005693094,0.007974276,0.024979409,-0.020993117]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 112,
          "content": "Why \"Not Having Anything You Want to Do\" Can Become a Career | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.026813254,0.023183407,0.004027792,-0.07728044,0.04159859,0.004826675,0.0069850157,-0.0037968033,0.03994095,0.0129127875,-0.0076231775,-0.010319441,0.015356432,0.028438615,0.07814454,0.00097524596,0.02278407,0.0065437686,-0.016006151,0.001023568,-0.0031493863,0.0045463787,-0.019887678,-0.0097052315,-0.016489089,-0.0045282613,0.025056377,0.0027911323,0.03682514,-0.03685315,0.007825135,0.013427663,0.023801068,0.023660356,0.015648467,0.012001614,0.054459304,-0.015825115,0.013773322,-0.0017663048,0.0031383724,0.012572637,-0.015342543,-0.01837746,0.014727012,-0.008271709,-0.021211231,-0.021925474,-0.007987879,-0.0072148903,-0.0037363037,0.03883366,-0.0023682658,-0.16058731,-0.013111647,0.025009962,0.018881408,-0.0030513622,0.0007802077,0.021256486,-0.006075092,-0.0012614378,-0.010978048,-0.011253665,-0.001244901,0.01822867,0.0065313643,9.439977e-05,-0.006349903,-0.009271019,0.014908931,0.01299575,-0.01719848,0.0026911285,0.013758201,-0.011076737,-0.011260424,0.007577082,-0.0048029227,-0.02443025,-0.00026692916,-0.0010354308,-0.01507746,-0.024404636,-0.015685817,-0.028622927,-0.012102026,-0.011794619,0.017082525,0.0027078278,-0.010076306,0.015273582,0.022724679,-0.016962146,-0.02764514,-0.0145763885,-0.018446807,-0.038719516,0.0030965644,0.019996714,-0.008739655,-0.01731974,-0.017785978,0.0007271647,-0.028340183,-0.008895858,-0.011611271,-0.013199083,0.0055972585,0.0088227745,-0.006907343,0.003215967,-0.022513244,0.018921215,-0.0019196253,-0.13097507,-0.0142335985,-0.027461221,-0.006151478,0.010404428,0.006676999,-0.019858941,0.0028911973,0.017128846,0.004216978,-0.010697097,-0.044083416,0.018607238,-0.03455742,-0.0023007132,-0.024050687,0.0025617965,0.005948523,0.006130294,0.020302784,0.042992517,0.021640893,-0.0096228635,-0.006037982,0.0036996908,-0.016147777,0.022542277,-0.0057517528,0.008208527,-0.04308812,-0.022607958,0.0054960568,0.0147159975,0.013412216,-0.00077901076,0.017555961,-0.009241063,0.0008978386,-0.008422888,0.0061157933,-0.0029460571,0.0052777138,-0.0031854429,0.00115098,0.022509174,0.036304705,0.024017472,0.010161607,0.014410841,-0.0024748032,0.009813179,0.0027080704,0.00088033895,-0.011330702,0.018145807,0.0056012687,-0.03596362,0.02194255,0.0067979004,-0.012609429,-0.0007721527,-0.014148876,0.018891122,0.026428375,0.0035597302,0.023140416,-0.015073438,0.021197636,0.00096177496,-0.0004252508,0.006955559,0.0009777028,-0.011787004,0.016322216,-0.022214534,-0.011825436,-0.006898878,-0.026262471,-0.020659609,0.031089868,-0.03287216,-0.021798067,0.0044559473,-0.03153926,0.030805536,0.003442281,0.0026723957,0.01512553,-0.010300622,0.029812964,-0.011938483,0.003647378,0.009943743,-0.00042680945,0.020321919,0.026255496,0.010997559,-0.0047138915,-0.011559937,0.008832778,0.03102915,-0.035696495,-0.015040133,0.000101101985,-0.0023514568,0.01193938,-0.007860788,0.025375025,-0.0032981054,-0.019367626,-0.016809046,-0.008868907,0.01014104,-0.0031679876,-8.190688e-05,-0.034862157,0.0047972896,0.015403447,-0.010547648,-0.011280816,-0.012077142,-0.0031987308,0.01748105,0.021148317,0.02690289,-0.02087446,-0.009074919,0.010583605,0.015704501,-0.005114596,0.007882039,-0.0045189057,0.019323023,0.0027939805,0.017563656,-0.013706375,0.01856781,0.020141333,-0.0064800987,0.022246096,-0.01625349,0.0010984198,0.002864337,0.0017450635,0.03348781,-0.007596345,-0.009869237,0.012662598,-0.016758462,-0.010843239,0.004405153,-6.044482e-05,0.013288627,-0.02630588,-0.01725011,0.019095216,-0.0076786787,-0.007849308,0.00075496687,0.020310558,0.012849646,-0.077162676,0.011490654,-0.009019816,-0.024487317,-0.01259979,0.012401809,0.007831254,-0.010957781,0.0057371757,-0.006051283,-0.0008915958,-0.0024430146,0.028686358,0.015293089,-0.0140468,-0.02329922,-0.0010469271,0.00404971,0.0057842126,-0.013213833,-0.026955282,-0.0031869584,-0.01049629,-0.0068253027,-0.010959317,-0.02571172,-0.0053911894,0.039592955,0.008330498,0.002226857,0.007280415,0.002174384,-0.0053594215,0.0019642594,-0.014889367,-0.030972717,-0.031819567,0.02612092,-0.024310678,-0.005207957,0.019031106,-0.0026926657,0.0031023857,0.006571004,0.020017635,0.005759979,-0.017781045,0.020876886,-0.00982482,0.030487789,-0.018732809,0.0041285404,0.001952465,-0.014030291,-0.010998987,0.016100463,0.0016058866,0.013024782,0.012418168,-0.0006690284,0.039887145,0.006973054,-0.013502465,-0.0026804633,-0.0269924,0.004467414,0.00022475971,-0.023185799,-0.012450238,-0.010984331,0.009932935,0.006077531,0.011342647,-0.012563666,-0.017773619,0.0011842845,-0.009146533,-0.03206807,0.009478792,0.03937091,0.02685366,0.008983501,0.005381077,0.022697652,0.026096076,0.041293878,0.04389761,0.011036309,0.011551415,-0.012915903,0.0032641834,0.019879939,0.0077204322,0.0027944297,-0.016018506,-0.019527739,0.015828323,0.038864963,0.01843479,-0.047478423,-0.0064563453,0.0032904267,0.005546434,-0.019634876,-0.0076000197,0.05979428,0.0076990617,0.016589234,0.00033064518,-0.020237306,-0.017375583,-0.01769937,0.015676936,0.009811916,0.017233776,0.0048822146,0.012706277,0.02172153,-0.008926684,0.03125055,0.026921684,-0.007213308,-0.0045983493,-0.0052104546,-0.01757105,-0.028721703,0.016210087,0.0069617606,-0.017251097,0.009927125,-0.001875667,-0.0077882763,-0.017881155,-0.007328147,4.6100777e-05,-0.038986083,-2.8455937e-05,0.001967686,0.004090111,-0.0019218505,-0.027907915,-0.01146555,0.0015013312,-0.0039658095,-0.0058163255,-0.01429971,-0.026429709,0.026353229,0.015631573,-0.04467288,-0.0066842847,0.012620611,0.009538474,-0.012366613,-0.011399577,-0.0036400359,-0.008619613,-0.00915413,-0.034154344,-0.017139781,-0.014700673,-0.002989587,0.016863132,-0.018115139,0.027767425,0.029533839,-0.0019070206,-0.011937774,0.03788704,0.0028832762,0.0025655958,-0.0141854165,-0.010617345,0.009021887,0.02146012,0.014634859,0.009928012,0.02049046,0.011936514,-0.03236618,-0.007787556,-0.008710793,0.0014268894,-0.005935138,-0.020780731,-0.035063185,0.021200603,0.0058722706,-0.0016830228,0.008678878,-0.02414632,-0.00076506624,-0.019718228,0.018153464,0.027904687,0.018626852,-0.017335419,0.012047757,-0.021986242,-0.022642009,0.002473782,-0.023209732,-0.0053522075,0.0073741595,0.016490187,-0.023120638,0.0036254502,-0.02083363,0.010569145,0.023430448,-0.025577765,0.001126493,0.040424272,-0.0006421926,-0.0019819993,0.0039776815,0.014036625,-0.0027638068,0.0068543553,0.0121812485,-0.009238187,-0.046523385,-0.003476527,-0.017073335,0.0039446107,-0.02094127,0.015638342,-0.012449305,0.0012630566,0.009391383,-0.014422861,-0.025512217,-0.00087015575,-0.010685241,0.0057694674,-0.013223141,-0.017395299,0.03372727,0.01658223,-0.014809952,0.01070782,0.0017247414,-0.004029154,-0.0016679651,0.03931065,0.022387367,0.011740528,-0.0009993846,0.0030884775,0.003028062,0.023450788,0.00026789133,-0.00073892775,-0.005847624,0.006752438,0.03160929,0.007941485,0.0043600383,-0.011521926,0.004089617,0.042068053,-0.02757304,-0.0126297865,0.022653082,0.0035438298,-0.007741223,-0.023622146,-0.0010814703,0.004564366,-0.13736673,-0.004814249,0.008441585,0.0005833202,-0.0048833974,0.021753266,0.013946852,-0.0111337975,0.016803253,-0.0137226265,-0.006717302,-0.02659712,-0.0047027036,0.015254815,0.017136863,0.005609685,-0.040527135,0.0059000878,-0.012040042,-0.0007954923,0.0065680407,-0.0114531,0.0020829057,0.022190832,-0.016116953,-0.011975524,0.019383106,0.009251687,-0.016694963,-0.012322854,-0.03548824,-3.5672107e-05,1.9068177e-05,-0.018935945,-0.014788263,0.017740851,0.0064237285,0.0128509635,-0.016926166,0.034075018,0.014493341,-0.0063170865,0.008910824,-0.033585347,0.0076275296,0.015844813,0.0007189317,-0.0023254994,-0.026487706,-0.017738743,-0.0074877026,-0.0047577554,0.028597925,-0.023517136,-0.020351423,-0.0005203845,0.0062391544,0.0059908624,0.019025827,-0.012742282,-0.027289383,-0.017896287,-0.004994392,0.010905482,-0.016546378,-0.0011407504,-0.0018642652,0.0044856444,0.002301769,-0.019635823,0.001848678,-0.006863791,-0.0068146577,0.008575445,0.001337703,0.013803973,0.0125572225,0.030144287,-0.0074153976,0.029152801,-0.017601535,0.0018719562,-0.059672143,-0.0062918463,0.02059796,-0.013080605,-0.015727188,0.0071744625,0.007755499,-0.002212766,-0.007366826,0.012205342,-0.018438127,-0.008115688,0.010173904,-0.030830795,0.022386547,-0.022917284,0.023336187,-0.009980325,0.03279964,-0.010417382,0.013717757,0.009516142,0.009276086,0.006444002,0.013347256,0.013560323,0.014906462,-0.0014616691,0.01629846,0.0036882546,-0.01347306,-0.13712455,0.013980436,-0.007227157,0.0136933755,-0.014668005,0.01742704,-0.0100581525,-0.026365766,0.0069052354,-0.050378915,-0.023409164,-0.029357819,-0.015554093,-0.0092985695,0.00800834,0.13146126,0.024406862,0.00031394474,0.011283504,0.018753624,0.011497927,-0.02554547,0.018888025,-0.022475107,0.007252038,-0.011551974,0.021919575,0.005966806,0.014142724,-0.014775125,0.022904638,0.010343298,-0.006371086,-0.0026932466,0.008571623,-0.014322301,-0.006071467,-0.0088156955,0.018657772,0.0016787973,0.0073291184,-0.0063952263,-0.017892782,0.019428607,0.012202393,-0.017792325,-0.040549032,-0.013017884,-0.0018963142,-0.006135875,-0.0157684,-0.09798552,0.01591983,0.011808838,0.0011611035,0.024360204,0.00464475,-0.03606371,0.040013336,0.02591285,0.03274143,-0.006870577,-0.0038482475,0.011399793,0.010851862,-0.010297009,0.0013497394,-0.0068540853,-0.020129053,-0.0059921467,-0.007383858,-0.0020036134,0.007902727,-0.02497047,0.006540762,-0.009660345,0.019168394,0.01423841,0.019383956,0.011569797,-0.008051653,0.009575008,0.0066203102,-0.0029509708,0.027140079,-0.009742396,-0.0004991181,-0.03220544,0.009189469,-0.029514197,0.016597422,0.003553779,0.010293924,-0.00818685,0.030788431,0.013940117,-0.0043330216,0.030252278,-0.014731485,-0.017042445,0.0030418704,0.00029239687,0.041622523,-0.03383737,0.026052378,0.009108483,-0.0068574827,0.006415021,-0.0031090921,-0.0012255919,0.007514848,0.0004971303,-0.012023391,0.0074669886,-0.018516136,0.007273161,-0.0011972801,-0.007476603,0.005893719,0.003995869,-0.005246471,0.0012558961,-0.01510309,-0.014465398,0.012226447,0.007457711,-0.0051152827,-0.012175299,0.003810463,-0.021234239,-0.008218371,-0.0048042545,-0.008614035,-0.013098348,0.032834332,0.002502547,0.0015440973,-0.004833491,-0.0025289669,-0.015150645,0.021956975,0.0033385637,-0.011038478,0.02920933,0.006594793,0.0015128298,-0.007634121,-0.0033430748,-0.0052272943,-0.0012881758,0.0026152742,-0.02362942,0.02286228,0.009708623,-0.0006850769,0.0036603573,-0.00480576,0.008074759,0.0062908335,-0.006745171,-0.012745352,0.018212147,-0.010314481,-0.0058244634,-0.0030404201,-0.003460841,0.035909414,-0.01592827,0.019666163,-0.012424504,0.019918587,0.0030013302,-0.0056339577,0.009052667,0.0033237508,-0.0054683927,0.004843874,-0.0011594096,-0.015335446,-0.0023640876,0.014137463,-0.0041285367,-0.00238209,0.0076675066,0.011532575,0.026471224,0.0039561423,0.014639033,0.0016539503,-0.0039766096,-0.00891755,-0.01632325,0.011171613,-0.0017742672,-0.016206767,-0.016607663,0.014409655,-0.0011931892,-0.005701466,0.013893667,0.016236044,0.0010375315,0.0033862807,0.006747482,0.00016894285,0.005498007,0.006160376,0.004138961,0.0032988105,-0.0015623255,0.014225331,-0.015675714,-0.019902332,0.0046376027,-0.012284771,0.003624561,0.0016298103,0.017820332,-0.006514239,-0.011932307,-0.028300555,-0.005061667,0.009993983,-0.001629894,0.013342063,0.0043679443,0.0065190624,0.0027412674,0.0034323903,0.016005993,-0.0037181766,-0.0015592162,0.013789374,-0.0069208895,-0.0038652937,-0.019265307,0.01116981,0.013789427,0.00049041794,0.0047046365,0.010018446,0.009350639,-0.010777918,-0.008192426,-0.007037891,0.010536807,-0.00014477895,0.0065713935,-0.0027099957,0.016458664,0.009293361,0.007255575,0.0051977467,-0.0068259723,-0.016023874,-0.0034701624,-0.00704092,0.0063749705,-0.008494233,-0.009149058,0.00957113,0.0148028005,0.0057407045,0.017837405,0.0012595356,0.010921896,-0.0030705698,-0.0027868794,-0.0008094334,0.028083047,-0.005520404,-0.0013917139,0.018997362,-0.004328467,0.015894042,0.006149338,-0.00016736619,-0.000828949,-0.012948609,-0.0017393529,-0.009500381,-0.0037403814,-0.009741994,0.007453834,0.010039035,0.0020475115,0.028310344,-0.0035885952,0.008510142,-0.014570591,0.022057856,0.0021840131,0.02067181,0.00975236,0.016383877,0.0003755301,0.0050761397,-0.0020660996,-0.009607105,-0.0075507234,-0.0010703433,-0.0005158695,-0.0046999645,0.0051697595,-0.010237748,-0.021224016,-0.017884051,0.011627681,0.015123118,0.0013405316,0.07731228,0.015555546,-0.0030947512,0.013086188,0.007100696,0.0064091547,-0.0046886923,-0.01974613,0.012405423,-0.0074102734,-0.011074463,0.0031482715,-0.004070978,-0.004209891,0.009685464,-0.019569013,0.002517936,-0.0017480071,0.0085101165,-0.0083709285,0.017235948,-0.0011952559,-0.0119815115,0.0016251472,-0.0047457065,-0.008088393,0.0033838367,-0.0061583873,0.012630099,-0.010224531,0.018583816,0.014484396,0.0014618409,0.023473425,-0.005686286,0.0031188447,0.004827148,0.025417916,0.011429614,0.0069997697,0.017916782,0.005115395,-0.004272996,-0.007769952,-0.014400365,0.013671982,-0.024532743,0.005557028,-0.0076173996,0.007075022,-0.014871713,-0.014342384,-0.015066394,-0.020689573,0.0066232695,-0.014959061,0.0091012595,-0.014176143,-0.0033977057,-0.00079087133,-0.005967106,0.012588184,-0.015294938,0.003783168,0.0045166477,-0.016757138,-0.0045848275,-0.0024654455,-0.00394304,-0.0075835446,-0.015601765,-0.021395324,-0.0041926797,0.007101055,0.021987488,0.0004793636,-0.0065321694,0.004615785,-0.002031215,-0.0019664036,0.016027836,0.014663076,-0.011040227,0.009115291,0.0019358656,-0.0004362925,-0.012071494,0.007980617,-0.004821273,-0.011769213,-0.0056384234,-0.005855342,0.012837337,0.008191638,-0.0023343815,0.0022298838,0.060920883,-0.00980891,-0.01066682,0.010357839,0.015518904,-0.01640733,0.0029550644,0.019980941,0.01146668,-0.0008206945,0.014042912,0.0063411784,0.005610394,-0.0020026243,0.010782716,0.0073373117,0.024171336,-0.014058096,-0.0036326253,-0.0063854246,-0.00015919402,0.0004157019,-0.01866219,0.0008835056,-4.8063393e-05,0.0032325746,-0.011436662,0.001565073,0.014114159,0.0019047025,0.009686311,-0.010636276,0.007943186,0.0035947184,0.010440882,-0.027159411,0.0041506155,-0.005003635,0.0018847117,0.004716519,-0.012217639,0.002377871,-0.009645819,-0.014584437,0.0013822413,0.00047641553,0.0057301703,0.014747573,0.008591055,-0.013669144,-0.0064889695,-0.00823546,-0.0037073751,0.012639226,0.015261187,-0.009614707,-0.0026016783,0.0015536122,-0.010946544,-0.0018365053,0.00077771716,0.009349039,-0.010000823,0.014247311,0.006395289,0.010638842,-0.010055052,0.017386118,-0.0070576523,0.0031911905,-0.024037575,0.014208676,-0.014617388,0.01608754,-0.013545485,0.014139217,0.009170686,0.0014368119,0.010477024,-0.009279865,-6.898913e-05,9.0320646e-05,-0.0056986604,-0.00055221916,0.019583035,0.008928179,-0.007179575,0.004794877,-0.022542339,-0.008286004,-0.010855241,0.0052496297,0.010581736,-0.0049011232,0.00052396517,0.008711967,-0.0004716023,0.025538178,-0.0062836385,0.012906889,0.00699534,0.017764635,0.0044681225,0.015593149,-0.009138196,0.0061045703,0.02120067,-0.00515991,0.026368529,-0.012918666,0.00867097,0.011621989,-0.003129041,-0.006479085,0.010940245,-0.021750316,-0.0118457945,0.00639163,-0.008457146,0.006403276,0.02349294,0.010500298,0.0011908134,0.0074657584,-0.0012949373,0.0077086333,-0.015163406,0.00068028,0.010092035,-0.01058541,0.018857203,-0.011575522,0.013788063,0.008651045,0.0154866455,-0.0035814883,0.004587503,-1.5536218e-05,-0.011251419,-0.003962015,0.01324245,-0.006207968,-0.0076015354,-0.022075275,-0.008376304,0.009662979,0.009759354,0.003319062,-0.019648409,-0.0025317483,0.006829978,0.005493597,0.001446221,-0.008155022,-0.014271775,-0.0011376785,-0.0005117712,-0.004292066,-0.00075057126,-0.005793472,0.014790176,-0.0808315,0.0024484403,-0.012444974,-0.0230065,-0.0016150244,-0.015089447,-0.016109478,0.0044420655,-0.005221356,0.0049430695,0.0063785613,0.0066472637,0.009859867,3.8882798e-05,0.0173879,0.0029828695,-0.0054670507,0.0023199937,-0.003480797,0.003235731,-0.023921609,-0.013766056,-0.018655859,0.013283764,-0.0035113147,0.0041341614,0.0042557153,-0.006896913,-0.006182995,0.00082988414,-0.010718554,-0.008519997,0.004968168,-0.008272604,-0.007286465,-0.013883634,0.004973315,0.0008568776,-0.0065593375,-0.010741762,-0.0015050123,-0.0053728824,-0.008287516,0.0041795108,0.0014663078,0.007991842,-0.012736256,-0.012975384,0.015065338,-0.019411337,-0.008203117,0.01510271,0.0068982784,0.01379926,0.013112487,0.008241723,0.0049553392,0.017270787,-0.02252435,-0.0062891147,0.0015404732,0.007112401,0.017442837,0.0050938316,-0.02303786,5.4433156e-05,-0.0151040405,-0.010035253,0.00018179022,0.012722516,-0.0060804784,-0.003497275,0.005934595,-0.004214953,-0.0037687102,0.007074345,0.018994765,0.0056972485,1.960976e-05,0.003868448,0.013250534,0.01727919,-0.013430739,-0.0008913242,-0.00069246936,0.00026313151,-0.00979946,-0.018681927,-0.016066361,0.02100907,0.01209452,0.027015856,-0.009116595,0.008170542,-0.005619598,-0.008444435,-0.011280133,-0.007479472,-0.009088787,0.0071520875,-0.007505103,-0.014875387,0.0066734427,0.00045734656,-0.00030727344,-0.004552332,-0.0077050887,-0.0012658549,-0.0030466975,0.008523769,-0.003344037,-0.00892243,-0.013579572,-0.0118265655,-0.0035845202,-0.00097080594,0.00422798,0.0071731294,-0.0035523674,-0.012352628,0.0069098356,0.012752082,-0.0070201224,-0.01480204,-0.006859861,-0.013410704,0.014420163,0.0037123598,0.01594655,-0.016219495,-0.0058709285,0.0017567527,0.020256607,0.021651832,-0.010815436,-0.0076816343,0.01357381,-0.004709412,0.009635941,0.024438087,0.0016812715,0.0004640029,-0.004593956,0.00719949,0.005012188,-0.012608957,0.0070281774,0.0038177136,-0.00253506,0.017540034,-0.0012583085,-0.0010303899,-0.0062496006,0.014478088,0.018277891,0.007846877,0.005153885,0.011181347,-0.011520351,-0.014723574,0.0041742865,0.0071639256,-0.0070884097,-0.008430135,0.012633889,0.004591978,0.0028137544,0.0005026011,-0.00433907,-0.009650684,-0.027802141,0.00014543382,0.002393835,0.022207733,-0.0029792734,-0.0055110627,-0.0017121613,-0.006731517,-0.0029541168,0.008121564,0.012639159,-0.0028715658,-0.009357284,0.0065824306,-0.020008218,-0.0031839667,-0.0025316975,0.00970622,-0.0021805805,0.019881502,-0.0040177032,0.018979069,-0.022698395,-0.0032473262,0.0068405834,0.0073912856,0.012669838,0.009503289,0.009746584,-0.002010401,-0.008958799,-0.0040510246,0.0005983264,-0.0006147797,0.007893381,-0.1038979,0.0039073615,0.0016628798,-0.016568774,-0.026302278,-0.009363589,0.0010173976,-0.015601242,0.008181993,0.011329412,-0.014072674,-0.0059258915,0.010817829,-0.024316974,0.012154442,0.00056771544,-0.0036824015,-0.0095124375,-0.008913527,0.008573767,-0.009138613,0.0050522303,-0.0049766097,0.009731706,0.012561886,-0.012652457,-0.022698892,-0.00241433,0.012240073,0.012687362,-0.0074192756,-0.0012176763,0.012157626,0.008869916,0.0029961963,-0.015306067,0.004812632,0.004229559,-0.12395207,0.00017274445,0.005247793,-0.005450015,-0.011966214,0.0037406755,0.000629387,-0.0054962197,0.0064127436,-0.004782735,-0.0014530603,0.009642287,0.007071487,0.00092713075,0.004660116,-0.0012695162,-0.015158754,0.0074954713,-0.015914882,0.0022276638,-0.015520481,0.020962542,0.016060183,0.0073073194,0.01095244,-0.005647802,0.0051468206,0.0022639441,-0.005270052,-0.00830904,-0.00458562,0.009012401,-0.0057084365,0.008967189,0.026348079,0.013313087,0.014535452,0.018172035,-0.013099832,-0.005777737,0.010939806,0.003092202,0.0013681094,0.0027804861,0.0039646043,-0.0013157546,-0.008384095,0.0060656336,-0.0054575577,-0.0029941362,-0.009844457,0.0039219917,0.0037361882,0.014939126,0.0036486653,-0.0020075713,0.021427386,-0.0038477213,0.0047620838,0.0018906269,-0.010576085,0.0068979845,0.011540985,0.0086533595,-0.0009747128,0.012560237,0.009821384,0.03450978,-0.014256805,0.019344714,0.010219003,0.008356785,-0.0019083448,-0.0010369133,-0.0019636087,-0.0109024765,0.015076064,-0.002984918,0.010636466,0.0039665126,0.0039547356,0.0031398344,-0.02253412,0.006728407,-0.0122421235,-0.016989708,-0.02667544,0.02365481,-0.0095279785,-0.046456926,-0.007684258,-0.0028632479,-0.004778024,-0.008776798,-0.004525886,0.0054323156,-0.006181333,0.00022171927,-0.012851863,0.002500422,-0.01651148,0.00033998032,0.011730679,0.00062403316,-0.001707169,0.010013295,-0.008678049,-0.004419761,-0.013176506,-0.0018172886,-0.008652596,0.029906433,0.00638554,0.012245022,-0.036547326,0.0257288,-0.013500948,0.0035852063,0.00023690803,0.0047617317,-0.01648255,-0.004140139,0.007099675,-0.0029121817,0.020135306,-0.0031165401,0.034014016,-0.008189969,-0.015661689,0.003550223,-0.016655529,-0.01340714,0.0071279523,-0.0021287475,-0.013484806,-0.012831017,0.008560193,-0.015804572,-0.014627245,0.011955339,0.01005558,-0.00066488463,0.012231691,-1.9644616e-05,7.184995e-05,0.0074521895,0.025004532,0.011868454,-0.006002372,0.037857316,0.0008009766,-0.009758739,-0.0047412985,0.017599262,0.008672346,-0.010125758,0.014524035,-0.00091347186,-0.009211679,0.037776485,0.009453424,-0.003685468,0.016621279,-0.0036708014,-0.010895049,-0.0031087385,0.000741071,-0.02629404,0.01359466,-0.008646397,-0.0039576194,-0.022869343,0.00046486722,-0.0041890447,0.002962126,-0.02869425,0.016054833,-0.0010792307,-0.030077627,0.027482456,-0.018000765,0.030006671,-0.004278106,0.0018760896,0.029742436,-0.009821811,0.007154819,-0.006679903,-0.01507064,-0.0096943965,0.018454611,0.010105328,-0.013835377,0.0068027475,-0.038956545,-0.011646526,0.008978936,0.0016574803,-0.004168097,-0.017597754,-0.008510163,0.024756484,0.007493445,-0.14788033,-0.023517754,0.0074232793,-0.0044889385,0.0037078536,-0.022594571,0.015498586,0.00046039448,0.01741962,0.0035176193,0.024952369,-0.0033280333,-0.0096980715,-0.003118473,-0.00042641058,-0.032751624,0.014929275,-0.0041713174,0.017041272,-0.01385155,-0.056388933,-0.00033606528,-0.006131619,-0.0058879605,-0.018993028,0.030252812,0.029489778,-0.0117265005,0.005263145,0.01606682,-0.009262171,-0.0019404722,0.030874072,-0.009880733,0.004329391,0.0014436657,-0.023740128,0.016842369,-0.0033731966,0.020028263,0.0027897102,-0.012056494,-0.009186521,-0.008619986,-0.0073515773,-0.009198683,-0.009559519,-0.03038868,-0.009698675,-0.0077350033,0.016914276,0.013209074,-0.0014045341,0.0041941446,-0.008056483,0.016870914,0.0036361655,-0.01761153,0.017100833,0.007274304,0.0139648635,0.0047477246,0.0005909583,-0.0048354096,-0.0018584838,-0.0071090045,-0.00023695831,0.16234364,-0.015833018,0.01453479,0.00039376222,0.009789438,0.015131499,0.013794424,-0.00641335,0.007332612,-0.026188996,-0.002481888,-0.0264773,-0.009096829,-0.0012545794,0.0070453766,-0.0014480128,-0.00063556666,0.011585276,-0.00562039,-0.0074493648,0.01178355,-0.017445598,-0.0012772164,-0.010820317,0.012269873,0.0008203154,0.020195853,0.00021143472,0.001692576,0.019075183,-0.003592949,-0.045707952,-0.007511148,-0.01462996,0.032562908,0.01339334,0.0065258574,0.009141558,-0.025018254,0.00736554,-0.03381428,-0.013563015,0.0055777463,-0.031039579,-0.015025028,-0.014161034,0.0055939513,0.013615535,-0.0039167483,-0.008737932,0.0027193264,-0.0015484777,0.0033324673,-0.013609818,-0.0020774435,-0.011255868,0.01883012,-0.018034633,-0.0063477405,-0.012228635,0.023155712,0.0021714373,-0.0007588696,-0.00998752,-0.01704534,-0.01997028,-0.0094034895,-0.008185691,0.012940193,-0.09660855,0.0012397977,-0.0037379977,-0.00925279,-0.01920141,-0.0117455805,0.004808757,0.013610372,-0.012984525,-0.014191423,0.021743966,0.008045871,0.0028688738,0.01082568,0.009669744,0.009914551,-0.022912081,-0.019866895,0.0056515536,0.012064949,0.008755586,0.030455632,0.0060903663,-0.012823333,-0.021178083,0.011898887,-0.0048523447,-0.009716707,0.014345113,-0.02078655,-0.010758248,0.0043748077,-0.017306011,0.01495422,-0.009192353,0.0028498983,-0.013891214,-0.007222462,-0.019445961,-0.013693164,0.008471757,0.0058149262,-0.00029145033,0.010614834,-0.0046562892,-0.011816735,0.010777841,-0.016767185,-0.009031877,0.002740532,-0.007352455,0.016221317,0.009708321,-0.0062357993,-0.004768375,0.014817203,0.026251275,-0.0077856183,0.018516207,0.0045590163,0.009319905,0.0076755285,0.001639267,2.2337896e-05,0.0091870995,-0.034307573,0.0035990411,0.00019319108,-0.010507251,-0.0036441535,0.0024152389,-0.030910434,0.0129955895,-0.020668944,0.0044572856,-0.011012761,-0.009732716,-0.03274237,0.009903507,-0.012680184,-0.019525276,-0.022466758,0.00032510242,-0.026461463,0.04905971,0.0051829256,0.0038204798,0.0030657873,-0.01008009,-0.005375776,0.01605576,0.00062477926,-0.009481593,-0.007841508,0.014333313,0.0068752617,-0.0188227,-0.0017485763,-0.004492188,-0.0021991841,0.0136146145,0.0086164735,0.0035075687,0.021602264,0.00026425612,-0.014861564,-0.0021680745,-0.037700415,0.0038925468,0.010753463,0.0038899798,0.004030073,0.002734781,0.015739417,0.011817909,0.0121316975,0.0034974967,0.0034624874,-0.006402863,-0.013777163,0.00092580594,0.00083596545,0.012170756,-0.015084303,-0.029221442,0.0038060886,0.0043434,-0.01725147,0.021602988,0.0043494464,-0.007996502,-0.004020566,0.018364824,0.010051352,-0.015683485,0.004561447,0.0005142607,-0.0127615025,-0.011644723,0.013571856,-0.0014522442,0.008664442,-0.0022763237,0.020430945,0.011726055,0.0026827466,0.012192181,-0.007094672,0.00270171,-0.0039514345,-0.0005559422,0.0049049333,-0.015561861,0.0008234636,0.0055083074,0.0018145909,0.006030096,0.01393735,-0.0074984413,-0.009420994,-0.014383096,0.014279735,-0.005564651,0.015597453,-0.009193202,0.006111065,-0.00069874176,-0.011872651,-0.033702586,0.008970574,0.0105503695,-0.002080284,0.0012768478,-0.031785216,0.021939432,0.0036141195,0.012735526,-0.0072033885,-0.010523486,-0.07688192,0.01900236,-0.0042786854,-0.008246854,-0.028955098,-0.009668996,0.0022860689,-0.022446332,-0.023560176,-0.0010865103,0.0054004723,0.0065554217,-0.025340762,-0.015509901,0.008588227,0.007118791,-0.016145842,0.0035954865,0.025270712,-0.013839582,0.008207824,-0.005506902,0.0063051144,0.0002066287,-0.0010120011,0.0004935583,0.00733255,0.010381809,-0.004045525,0.0068609957,0.023366792,0.02052621,0.009536431,0.0031754966,-0.010044854,-0.029808547,-0.007946182,-0.02145579,0.011743648,-0.05509671,0.0015707139,-0.006557643,-0.10652509,0.007652577,0.01806653,0.020763125,0.006059003,0.004979717,0.0053219637,-0.016923768,-0.0036592341,-0.009540037,-0.022976652,-0.00055423944,0.009615829,-0.016624963,-0.010707786,-0.009937489,0.014457717,-0.017440954,-0.013830133,-0.010147567,0.0037152595,0.017570816,0.005057968,-0.00027038253,0.00073067955,0.008041589,0.010913823,0.029353343,0.016844837,-0.019187333,0.0013085514,0.0061949524,0.003935306,-0.015127715,-0.004250929,-0.012606213,0.01580274,0.010277658,0.002051122,0.021524856,-0.031358976,0.02573024,0.015452779,-0.0070004184,0.008561124,-0.100130364,0.0021669297,0.0077346996,0.011637799,0.009185514,0.019509112,-0.012034333,0.055385083,-0.0011857238,0.008368636,-0.007222106,0.011327832,0.002513667,-0.004822698,0.011221836,-0.0020945386,0.0068268953,0.0057595423,0.002041958,0.010657115,0.018907975,0.01308876,-0.025433013,-0.023817204,-0.00962831,-0.101377025,0.005405438,0.01823229,0.005181035,-0.0060085454,0.009949018,-0.014763415,0.015230723,0.0028826108,0.00044040888,-0.023064109,0.016847402,-0.006257932,0.006422518,-0.0012371212,0.00202904,-0.0013104954,0.012250453,0.026918145,0.020285314,0.019552112,-0.00812639,0.011087354,0.005139561,-0.0066854884,0.0041442006,0.010921278,0.03551619,-0.0024248785,0.0014403636,-0.009354863,-0.0036224497,-0.008827985,0.025628211,0.007433861,-0.00829953,-0.007140399,0.00011470567,0.011476537,-0.0115593085,-0.0038815169,-0.021298103,-0.013017103,-0.03738617,0.0073603396,0.005997086,0.008876394,0.0147984605,0.0016677119,0.0072317994,0.019616658,-0.017013686,-0.012524603,-0.007711007,0.011542122,0.026706703,-0.0011009097,0.0042434875,-0.014367362,-0.0024439387,0.0053434856,0.0044120946,0.0019072301,0.0147306295,0.007656892,0.0033675253,-0.0027428174,-0.01682994,-0.009331235,0.004989815,-0.0013774819,-0.0060815215,-0.019151535,0.022070214,-0.021594958,0.013929412,-0.0062817642,0.015469895,0.00022392119,0.0048463126,0.0012510563,-0.012700239,-0.011542745,0.016464265,0.0042762673,-0.010389786,0.035889868,0.0034734644,-0.0053285505,0.0097446395,-0.023446677,-0.005703525,-0.020349449,-0.016013565,-0.0012339854,0.0013275234,-0.019931093,0.005553425,-0.025647426,0.014269313,-0.018504273,-0.024257494,-0.0056901397,0.009557632,0.005805559,0.009182775,-0.01270581,-0.012029159,-0.0006771551,0.0048335916,-0.010427857,-0.008816269,0.0029713875,-0.026352806,0.011281306,-0.018641433,0.0049977778,0.0011252154,0.024819098,-0.0081438515,-0.0035443462,0.024041524,0.00538535,-0.005669345,-0.026262967,-0.007569243,-0.009206513,0.0035303065,-0.020550663,-0.009544911,0.016999057,0.0022047781,0.01114417,-0.0069307005,0.016851509,0.010862172,0.00021912719,-0.008081026,0.0047532036,-0.022047771,-0.008455529,-0.025406828,0.010504875,0.001503465,-0.016515385,0.007753445,-0.010040774,0.019213796,-0.017222777,0.04009977,0.010130687,-0.011726423,0.0067460747,0.012383792,0.000110386165,-0.006326201,-0.0056103105,0.013436026,0.00824513,0.0014934221,-0.009490266,0.011456292,0.0104028145,0.006739578,0.002971819,0.00034821004,0.03504049,0.0083546685,-0.006666098,-7.974121e-05,-0.0136166755,-0.0080928495,-0.0004453076,0.01609348,-0.007148203,0.01641589,0.0047620293,-0.016515361,0.02435395,0.0063132094,0.0018819937,0.005313268,-0.003975186,-0.0035610492,0.011304191,0.0013187327,0.008519079,-0.025404435,0.0004225955,-0.023909388,0.013677109,-0.004805423,0.0011332197,-0.0038985105,-0.029942634,0.009195225,0.0010316178,-0.016864952,-0.0015952167,0.01381683,-0.019634904,0.009411749,-0.008185947,0.0010192822,-0.002228711,-0.016034316,-0.00094154075,0.0013163438,-0.0070255618,-0.006621456,-0.003326001,0.0049728095,-0.033108868,0.011385234,0.03301569,0.009982131,0.022178384,0.007839572,0.009030867,0.023822555,0.009891089,0.0013712174,-0.012653927,-0.0034497858,-0.0075418744,0.0016207247,0.001594344,-0.014498429,-0.016395211,0.0044719283,-0.013201414,0.008730159,-0.0036480513,0.002536246,0.014797776,0.018133838,0.01142673,-0.018612135,0.015731242,0.0019611216,-0.0030670704,-0.0044786697,-0.005643972,-0.021681251,-0.021806106,0.009369352,0.021419361,0.0039232713,0.0042544072,-0.017721578,-0.004568392,0.0039737225,0.013573411,0.025495635,-0.010794849,0.011786458,-0.011073505,-0.017586296,-0.011328494,-0.0012618998,0.007022255,0.011186627,-0.0022436618,-0.008979329,-0.0055103544,-0.0019886803,-0.012689244,-0.025994584,-0.00017622412,0.0018494745,0.009052375,0.0019627353,-0.0027407976,-0.01461816,-0.0013877732,0.018891606,-0.027432516,0.0024535428,0.00059817545,-0.015461643,-0.009874428,0.036844704,-0.0447992,0.025560603,-0.00957187,-0.004444242,-0.00392854,0.006318805,-0.01125578,-0.022335138,-0.012035073,-0.007264193,-0.004943041,0.019075416,0.012500741,-0.010313533,-0.003924967,0.012194386,-0.00034235677,0.003199383,0.021942448,0.018032279,-0.02857757,-0.006766033,0.0023072893,0.013598598,-0.0047895336,0.016533114,0.011137957,0.02964904,0.005949675,-0.009905032,0.010713043,-0.0033312072,-0.019263301,-0.02061554,0.0071760495,-0.00020811698,0.0062597655,-0.021463942,-0.015763834,0.0018750107,0.011957458,-0.0019175179,-0.01435511,0.0048838235,-0.006329654,-0.0017000292,0.006761826,0.008060923,-0.008087952,0.011695873,-0.0017042478,0.006916899,-0.0013236514,-0.0059013865,-0.0038402558,0.008539509,0.02614246,0.0022771487,-0.0005263571,-0.013383589,-0.0052624037,0.017997207,0.0046839635,-0.016992737,0.010788292,0.012854032,0.00039090554,0.010857034,-0.0022119128,0.0005480347,0.0062359497,0.022575688,-0.001500026,-0.021643637,0.006230471,0.007400213,0.010964585,-0.015464123,-0.0035087387,0.0054242127,-0.0033466078,0.006923851,-0.012056576,0.013986419,-0.008594321,0.006476906,0.0032582027,-0.0066664675,-0.015866816,-0.0023719,-0.0027231516,-0.017745972,-0.000217371,-0.0021647867,0.004872548,0.015332068,-0.028511446,-0.005788653,9.900652e-05,0.0052872566,0.023360055,-0.0024205432,-0.03171249,-0.0018987634,-0.021825925,0.010747296,0.0021585915,-0.013295619,0.018562488,0.005556663,0.012757081,-0.0026013863,0.0007639615,-0.001853869,-0.008381829,0.0023178412,0.020412857,-0.015882142,0.0035048276,0.02586973,0.013991481,0.010847085,8.569483e-05,0.0067450143,0.018048165,-0.0044789594,0.021911442,-0.009229064,0.0013891987,0.018274179,-0.007525297,-0.0016038821,0.021263907,-0.00849826,0.010439089,0.01278879,-0.002519507,0.015726982,-0.0060474877,-0.0025488874,0.015836775,-0.0044757994,-0.003019657,-0.014966908,-0.02092195,-0.0059666126,-0.019145261,0.003993682,0.009298197,0.00029890522,-0.016892428,0.027702488,-0.022752186,-0.010061265,-0.0023062518,0.01114393,-0.0037812204,-0.005683806,-0.024647387,-0.0034250608,-0.0023566354,0.009639071,0.007934589,-0.024108477,-0.010128338,-0.037840288,0.012634771,-0.015261677,0.010210979,0.013986635,0.010774703,-0.018067919,0.008038558,-0.017031059,0.0040501356,0.021150159,0.012896221,-0.0062258607,0.0014044363,0.00090747204,-0.017079428,0.010240297,0.01315805,-0.0046536867,-0.009406655,0.009834258,-0.015456271,-0.007400998,0.0025074785,-0.0078016724,0.020032741,0.032715175,-0.01487436,0.027534433,0.018908497,-0.024566622,0.0008004274,-0.005081977,0.010007633,0.002775535,-0.010440151,-0.034644447,-0.02701996,0.004563732,-0.0004222056,-0.017198766,-0.031230947,-0.00086105015,-0.0043764156,-0.0022587173,0.0020430086,-0.0036352621,0.012772159,-0.014525503,0.019744085,0.0027161238,-0.014197895,0.016540604,-0.011474688,-0.00079136784,0.007249918,-0.02629786,0.016257172,-0.009661054,-0.0049791783,-0.004614956,0.009143945,-0.0070314505,0.0011636014,-0.012477338,-0.005843903,-0.00773516,0.013294546,-0.0008310096,0.0007518616,1.4810162e-05,-0.01035412,0.007814595,0.00095788884,0.03020278,0.0023741624,-0.0021306549,-0.002511546,0.0048656673,0.0013655062,0.00060103956,-0.023907788,-0.01199079,-0.011796922,0.01614871,-0.026570039,0.011427062,-0.006352381,-0.008176618,-0.009565658,-0.027496126,0.019480817,0.0006806926,-0.012684992,-0.019977843,0.009502801,0.00092600763,0.006171428,-0.015058084,-0.007676652,0.015310404,-0.020049147,-0.0052664946,-0.0036477516,0.03244312,-0.009771696,-0.0035552096,-0.019932508,0.018659793,-0.015872367,0.029905852,0.025439024,-0.0073406617,0.0034002322,0.010861489,-0.0038350015,-0.019727554,0.010693115,-0.019683583,0.0004621197,0.019150656,0.010455469,0.021984622,0.0064458614,-0.011646575,-0.0098609915,0.009503399,-0.020679122,-0.0010893379,-0.005768957,0.006419855,0.0071958485,-0.006505221,-0.016037002,0.0050961794,0.014676478,0.01532988,0.00023805955,0.0015441851,0.02609482,-0.0029608472,0.00546577,-0.019977044,-0.010059543,0.012914245,0.00027859063,0.005516623,-0.00026900374,-0.038110785,0.006272886,-0.014099721,-0.019874858,0.020802831,-0.031852666,0.03261686,-0.012704754,0.012517227,0.008615221,0.0074891243,0.0013122916,0.003526723,-0.007971633,-0.0033532213,0.030671684,-0.0075391326,0.0052671335,0.015967082,0.00683498,0.033200994,-0.0028640986,0.0043504713,-0.0028358367,-0.0060177264,-0.03138116,0.0023313023,-0.02383281,0.0048435754,0.0032789977,-0.0061824485,-0.030756174,-0.014871603,-0.002223526,0.0049552447,0.00019564369,-0.0017019277,-0.023784298,0.016523069,0.0075871325,-0.013012704,-0.022093195,-0.031820882,-0.007703307,0.01577812,-0.0065396787,-0.007134014,-0.0012973156,0.020594731,-0.00043848917,0.006743287,0.0018851962,-0.0021349802,-0.00018451326,-0.0011652423,-0.0026050801,0.0077710026,-0.008324949,0.020403508,0.007981797,-0.0047459602,0.015448928,-0.025543997,0.002484651,-0.0041371575,0.005535447,0.14737406,0.10859858,-0.006547611,-0.0040702694,0.01765027,-0.0054593426,0.0036066982,-0.003436177,-0.007998797,0.016417034,-0.00013917126,-0.00028881608,-0.011912276,-0.034834735,-0.014505224,-0.018987501,-0.0045615314,0.01595125,-0.015252763,0.0047079064,0.00504109,-0.011698124,-0.0048602778,0.00932603,-0.030715825,0.0076932763,0.004899466,-0.0017971932,-0.0037376634,0.012588644,-0.012015105,-0.004434175,-0.019656101,-0.0096257925,0.017122671,-0.026621865,-0.011645329,0.008989765,0.016761959,-0.016272774,0.018227926,-0.014314254,-0.01030213,-0.00088572025,0.0048645535,0.010832723,0.0099419,0.015388785,0.002405161,-0.015550508,-0.004144999,0.010484851,-0.015527018,-0.0058199433,-0.0022129258,0.0035205842,0.033424884,0.004306626,0.0122703435,0.022458997,0.011059501,0.012476534,0.010862336,0.00468268,0.020510213,0.014527697,0.0049271286,-0.017911144,-0.013734044,-0.013479805,0.009284761,0.0110982545,-0.0074611646,0.018003335,-0.0073061176,-0.006065314,-0.017427688,-0.011135689,0.0004025964,0.012516759,-0.0021115444,-0.008533594,-0.0059314934,0.01955761,0.014262586,-0.0011569703,0.007835958,0.022418957,0.12733115,0.002147048,0.0126657905,-0.022430558,0.0074968664,-0.012007167,-0.009682932,0.07089408,0.008453584,-0.0029082536,0.033046234,-0.009401061,0.007134747,-0.020265795,0.0056383144,0.0040659867,-0.0008767363,0.031252045,0.023798203,0.019081015,-0.008903474,0.021895982,0.007950992,0.007848633,-0.010172355,-0.0011343935,0.016848046,0.01851982,0.0008065539,-0.007893671,-0.117642105,0.010882799,-0.014456575,0.006777279,-0.00493112,0.0033784688,0.02404033,-0.012978421,0.0155190425,0.007244349,-0.012860846,-0.011101654,-0.0016784599,-0.002243711,-0.0016634237,0.029511435,0.0123522105,-0.016693847,-0.015557778,0.005798962,-0.0032249538,0.0018118965,-0.0018232232,0.008330016,-0.015942244,-6.341349e-05,-0.0038774512,-0.0017150472,-0.021661455,0.041051723,-0.022143956,-0.0029050948,-0.0058625997,0.016478838,-0.011841805,0.018246684,0.00024103415,0.006621083,0.005578362,0.0027226687,-0.013777626,-0.013761663,0.003192116,-0.02677209,0.0011619888,0.01277715,-0.01425995,-0.000665065,-0.008435264,-0.00974361,0.029927887,0.015622777,0.0044165296,0.014366008,0.0047371164,0.002295555,-0.011082674,0.0018863649,-0.005896817,0.020224735,0.008079244,-0.01248637,-0.01821637,-0.0083559,0.0016176163,-0.009288111,0.010874828,0.016913481,0.017403008,0.0005187858,-0.010536129,-0.009958447,0.024439739,-0.014761934,0.015015062,0.020104025,-0.020257676,-0.0019693389,-0.0035773155,-0.020690626,0.040145267,0.0010911543,0.0009311698,0.105625585,0.004573019,-0.008733021,-0.02233162,0.0007858004,-0.02770123,0.004564872,-0.0014925656,0.008966203,0.014175174,-0.011511386,-0.0021211333,0.0010733311,0.007838738,-0.0011661099,-0.016426055,0.012836765,-0.006197539,0.030541377,0.012128209,-0.00086897524,-0.0023271542,-0.015502159,-0.026082309,0.00020047235,0.029844206,-0.03207232,0.027350692,0.0016588288,-0.015312731,-0.0120205125,0.0033884633,-0.0051861024,-0.007369829,0.007833919,0.0032535412,-0.03004658,0.0017645147,-0.03286029,-0.0014428262,-0.013618728,0.022135925,0.018302152,0.019482939,-0.038508262,0.19343202,0.014879815,-0.00023630164,0.014331788,0.010078285,0.0068228897,-0.0081526525,0.006914768,0.012324402,0.026333917,-0.0040511996,0.00579714,-0.02297395,0.0007295789,-0.006092944,-0.018684182,-0.006064882,-0.0072591,0.006952911,0.006469517,0.00514376,-0.012150949,-0.0021013436,-0.012374376,-0.012274662,0.016700903,0.023273183,0.014083678,-0.0023262475,-0.0050656013,-0.010951151,-0.010312184,0.012242582,0.00082075305,0.013720181,-0.013038259,-0.0045320936,0.010621161,-0.017628182,-0.0011601977,-0.02169003,0.0042281807,-0.0063992124,-0.0012921469,0.0033011553,-0.0122759575,-0.007592043,0.010375379,-0.021534037,0.0045232074,-0.0076663583,0.007972607,-0.0030328776,0.0060622664,0.009308001,0.011356715,-0.008335393,0.0051211324,0.0017363508,0.0025167877,0.00079936266,-0.00011168701,0.018488819,-0.0007761315,0.0018159016,0.016129216,0.001749429]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 113,
          "content": "Why Do We Have an Excessive Aversion to \"Direct Supervisors\"? | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.027396113,-0.027875604,0.016534982,-0.061837703,0.036309663,0.00055089773,-0.027080955,-0.019830741,0.017946666,0.029332396,-0.011811657,0.002333372,0.014191138,-0.0011815279,0.08496276,-0.0045144428,0.0423281,0.022035949,-0.021756468,0.00907842,-0.020953864,0.020742787,-0.0049260426,-0.016654527,-0.00563539,-0.017818078,0.008122053,-0.015757985,0.031968627,0.003581643,-0.014038695,0.017464953,-0.013600573,0.012358752,0.011841356,0.0039866786,0.028084539,-0.012822993,0.018567279,-0.01715461,-0.013492816,-0.0077036144,-0.016722746,-0.022584789,0.01947022,0.017558703,-0.0048236446,-0.022058014,-0.014997881,0.015007265,0.008476117,0.038268585,-0.021773824,-0.16351579,-0.025841633,0.009860744,0.03666025,-0.0262245,0.020339245,0.005587494,0.0020318346,-0.0031981578,-0.004800861,0.011410827,0.0060857492,0.0070293117,0.019262739,-0.007458298,0.001708153,0.012915536,0.01943313,-0.0018732981,-0.010702784,0.004658695,0.017245516,0.031227201,0.0055000726,0.018759642,-0.014098684,-0.057256993,-0.0043100766,0.007241817,-0.00028679922,-0.001838038,-0.020560903,-0.0024235991,0.00895142,-0.013939085,0.009504012,0.0028782985,-0.02275628,0.020377245,0.018058328,-0.0034096849,-0.02849511,-0.01408371,-0.016310263,-0.032746702,-0.008705714,-0.042366978,-0.036888365,-0.03579779,0.0043562846,0.006697727,0.0014345851,0.020909678,-0.0027944678,-0.068002045,-0.0031554857,0.017871916,-0.012698455,0.0061503374,-0.03850035,0.0006459155,0.007758904,-0.14075358,-0.014267288,-0.047814235,0.0017443429,0.01749912,-0.007048635,-0.005315611,-0.0018485889,-0.01974576,0.0030738192,-0.0013413494,-0.013961932,0.016231524,-0.026280234,0.025855413,-0.02040661,-0.010978872,0.0038805904,-0.010543742,0.009954868,0.01030819,0.005089168,0.0041985847,-0.0042683305,-0.023438308,-0.017742215,0.0025608942,-0.0034528722,0.020769356,-0.04442061,-0.027461115,-0.029543864,-0.0002346653,0.030102365,0.007619612,-0.0015781044,-0.00059461565,0.0272034,0.0048769745,0.013283221,-0.021963416,0.01161003,0.018101307,0.006426798,-0.0036803933,0.019675056,5.2277217e-05,0.016243005,-0.0030989004,-0.009229341,0.020731539,-0.009059523,0.030243576,-0.014841908,0.009509534,0.027665276,0.0034769375,0.013180892,-0.0018880094,0.014026072,-0.02085478,0.003129675,0.024904272,0.022772688,-0.0065305666,0.0387064,0.008209983,0.0033361225,0.004259555,0.013043769,-0.0028451218,0.005928817,0.0096221315,0.026527843,-0.010629778,-0.011625616,-0.0017928615,-0.022131506,-0.023265973,0.013379604,-0.032556422,0.00022291209,0.017501552,-0.03694015,0.026239395,0.0152370045,0.025311157,0.007702738,-0.005812158,-0.003141064,-0.006096635,0.020953387,0.0054613687,0.0036825845,0.021769457,0.027727963,0.015804758,0.01827639,-0.021856885,0.016894812,0.007315585,-0.011926648,-0.0029877608,-0.000300872,-0.023579381,0.02480879,0.009918005,-0.0020063056,0.003695812,-0.017790638,0.002427119,0.0071750903,0.013091107,-0.016965453,0.0075665372,-0.020186262,0.024203617,0.005005243,-0.01899916,0.0058378926,-0.0068370104,-0.01081632,0.0153236585,0.0087567875,0.0560227,-0.020345239,-0.012347081,0.0067728697,0.025577622,0.006680437,0.019619407,-0.013568947,0.024036173,0.010187058,0.013561356,-0.012633017,0.0013936996,0.014144769,-0.002387328,0.021526502,-0.011697893,0.01432442,-0.009122706,0.005941251,-0.004841095,-0.0041865986,0.0042429282,-0.015253352,0.005922306,-0.007489,0.0019961782,-0.0047605415,-0.005178478,-0.006941918,-0.014080459,-0.014791429,-0.002759591,-0.006866207,0.0010440024,-0.006945785,0.00325098,-0.057096664,0.018597912,-0.009746099,-0.009492992,0.006670366,0.020215457,0.0007077857,-0.03009009,-0.0082323,-0.020533005,-0.034202725,-0.0022109211,-0.00017166839,-0.03232844,-0.023749309,-0.013392376,-0.028814496,-0.0010776832,0.00868722,0.018717816,0.004540602,0.010278475,-0.0077020386,-0.023657873,-0.02183525,-0.042159952,-0.005522811,0.039320737,0.014933543,0.0086156735,0.0077398615,0.00094977295,-0.012313927,-0.012456976,-0.023897806,-0.02555224,-0.025624752,0.019048465,-0.033745665,-0.026762014,0.0129397875,-0.012752039,0.008577852,0.0041186223,0.01631275,-0.025428439,-0.024027532,0.0062775514,-0.015475825,0.033405088,-0.000547235,-0.032177616,-0.003220592,0.0015102378,-0.004696667,0.034287084,0.008159901,0.023056783,0.010358282,-0.0015999968,0.005039527,0.011760306,-0.00478179,0.006966841,-0.012325285,-0.00948031,0.0037866202,-0.0025968063,0.017939318,-0.009864666,0.0064350944,-0.008109512,0.002071547,-0.022936331,-0.0038122847,-0.0030237574,-0.0071772174,-0.008833262,-0.019063136,0.040091097,0.010445899,-0.02282537,0.026131287,0.031329356,-0.009317611,0.029314447,0.029321657,0.019446103,0.0034821774,-0.031550974,0.00031606804,0.024303786,0.012304541,0.011198244,0.004532451,-0.025796495,0.0085406015,0.004208973,0.032236844,-0.01830745,-0.0041213543,0.014308197,-0.0016275548,-0.0206358,0.020075005,0.035995796,-0.00797692,0.00456139,0.0005768497,-0.0026942478,-0.0118574165,-0.000107669235,0.010038114,-0.0024920197,0.00813718,-0.0075650783,0.019756442,0.020426067,0.041392136,0.02192329,-0.01526643,0.0103421705,0.016389623,0.009698846,-0.0070244577,-0.022609394,0.017954323,0.013386468,0.026072942,0.030125527,-0.006078537,-0.0028166687,-0.0046145967,-0.014825982,-0.0038721163,-0.024620675,-0.023107544,-0.011817448,-0.0008615091,-0.014381052,0.005076062,0.0038039838,0.023982719,-0.008835606,-0.0034009018,0.00083490723,-0.015308668,0.02053517,-0.015451178,-0.02623147,-0.018018706,0.00027174747,0.0045467657,-0.0041748034,-0.016460896,0.015503615,-0.00524145,0.009685364,-0.013551367,-0.008743384,-0.0050771683,0.021780048,0.026501015,-0.011191757,0.017869912,0.02658771,-0.016215997,-0.0010959491,-0.027536519,0.0017945843,0.0041090087,-0.012171404,-0.008651966,-0.015052749,-0.00884336,0.051063668,-0.0118334275,0.022390569,0.0037522234,-0.025201505,0.025572907,0.007950232,0.026260694,0.0076329214,0.008193774,-0.01404651,0.017159887,-0.016567312,-0.0106093,0.03354336,-0.030041037,-0.0020364546,-0.0015861018,0.009697433,0.010345398,0.01648771,-0.015750093,0.011274924,0.0053239996,-0.024060613,0.009102874,-0.008030586,0.001601146,-0.0087553235,0.0044470336,-0.017428469,-0.0045765396,-0.016394086,-0.0016283733,0.03967755,-0.02753745,0.012766131,0.010631648,-0.0061605065,-0.019595679,0.009508285,0.006309281,-0.013385699,-0.023703678,-0.0076319003,-0.009128026,-0.043361157,0.010375594,-0.021017674,0.022326667,0.009139899,0.014304377,-0.00093639403,0.0034512214,-0.02573491,-0.016193613,-0.01789206,-0.0046817893,0.014933572,0.01952456,-0.006305388,-0.0150309205,0.015835878,0.03042501,0.01146112,-0.011684466,-0.01672074,-0.029710442,-0.008664374,-0.0073835053,0.011273357,0.0052077677,-0.00398157,0.0021889852,0.0116116265,0.028415252,0.0032216355,0.014487825,0.008796041,-0.0051870197,0.034765776,0.015394177,-0.001349879,-0.029000282,-0.0074876496,-0.00015820237,0.010557157,-0.0023464605,0.012385414,0.00048537494,0.017780038,0.0095481565,-0.003698505,0.025299523,-0.121887974,-0.010805516,0.010088057,-0.009966147,-0.004971568,0.049432404,0.0099777635,-0.028066797,-0.0037430385,0.012278855,0.0060653803,-0.03624658,-0.00084835757,0.002590588,0.03647221,-0.021033432,-0.021902207,0.008986978,0.020492883,-0.0022750022,0.012240061,-0.0022420299,0.005202737,0.010725938,-0.0052347537,-0.011331135,0.023478046,0.0028035901,-0.0025825705,-0.0017803413,-0.00615678,-0.009646344,0.026200663,-0.008150369,-0.0033456786,-0.014703167,-0.0013540596,0.027282981,0.011328876,0.024599057,-0.0018775975,0.014067556,-0.0089248,-0.019420773,0.01319495,-7.3179624e-05,-0.02230897,-0.001850269,-0.022882756,0.015629224,0.009970629,0.0020554077,0.007062856,-0.02748678,-0.016147055,-0.04103962,0.022234043,-0.012008848,-0.04074474,-0.0042692134,-0.025690727,-0.0065745,-0.005272458,0.024461,-0.004262481,-0.00030956854,-0.015642188,0.0168205,-0.022170225,0.018920891,-0.005698785,-0.002864408,-0.02553534,0.0049526654,0.013401645,0.02047664,-0.036504004,0.0044944496,0.009509077,0.016329436,-0.014361462,-0.020003553,-0.07547564,0.00021717444,-0.009825546,-0.019107528,-0.026133962,0.008936802,0.006031352,0.0059749503,-0.015401889,-0.012868728,0.0012511984,0.004164655,0.011021346,-0.024501044,-0.0055012642,-0.010958134,0.00080390205,-0.037918787,0.00861655,-0.02844607,0.014113465,0.01539617,0.018464517,0.009992207,0.018416347,0.023432408,-0.02614928,0.014693166,0.005890934,0.0120405955,-1.0251655e-05,-0.1337292,0.000875078,-0.0051696105,-0.026294116,0.0155647965,0.010168572,0.0077952393,-0.028431691,-0.0006161468,-0.03692417,-0.0082066115,-0.013146719,-0.002204491,-0.021035176,-0.0041794265,0.12999465,-0.001729321,0.011840391,0.028677247,-0.006245527,0.006139406,0.017964853,0.011909936,-0.018794173,-0.022514757,-0.021950902,0.013419548,0.00049654103,0.0036570795,-0.009417614,0.027652005,-0.0004761658,-0.021790868,-0.005937089,0.0073061115,-0.002676722,-0.002782159,-0.0050792065,0.012535526,-0.013721899,0.0163944,-0.015588841,-0.012567645,0.018300349,0.015143241,-0.030032117,0.00035971584,-0.0016200881,-0.0049030916,-0.0018458252,-0.03189818,-0.08536525,0.014919847,0.016286738,-0.010090349,0.03928395,0.021861015,-0.0047054766,0.009619597,0.011065946,0.032972995,-0.00086669915,0.007988239,0.027674543,-0.007213421,-0.0015242518,0.012061285,0.0016615208,-0.008439917,0.011205823,9.0956586e-05,-0.0083536655,-0.017140599,-0.026628144,-0.009370197,-0.022428934,0.019253913,0.026261013,0.015922604,0.017454658,0.0196245,-0.012792972,0.0077719647,0.017444685,0.0055174567,-0.014097309,0.011745452,-0.0071740453,0.0017669308,-0.027732445,0.004108758,0.023281401,0.04093265,-0.013164146,0.011678473,0.0111937,-0.010993525,0.02742211,-0.017144186,-0.009262964,0.004992075,-0.006712632,0.0008949436,-0.0382541,-0.020690084,0.047251973,0.007468997,0.036645852,-0.010683564,0.01291996,0.01127416,-0.012275981,-0.020986365,0.0043962654,-0.013879206,0.0002569615,0.012484154,-0.02214983,-0.005747615,-0.00993717,0.004495301,-0.008014467,0.010763656,0.0047970214,0.015220995,0.0054472787,-0.028243085,-0.0058473987,0.0020507856,-0.026444344,-0.009225228,-0.0011047322,0.008954428,0.004418311,0.00085568364,0.0007788385,-0.0023154889,0.019645236,0.011625398,-0.019553363,0.010634618,-0.0053389315,-0.00046211644,0.020209562,0.009678319,0.017241681,-0.0176921,-0.0015614395,-0.0007324555,-0.019267563,-0.003822374,-0.021081185,0.020485833,-0.0156279,-0.006908523,0.008578685,0.01346898,-0.0062934277,0.0020559954,-0.01578294,0.009139997,0.0046469346,0.00626587,-0.003168153,-0.008855549,-0.0005410902,0.026978316,-0.012497237,-0.0014570148,0.013032496,0.0013722823,0.005897617,0.015006938,-0.0035101243,0.023279933,-0.018131102,0.015520212,-0.002342558,-0.016531631,0.015081032,-0.0018885297,-0.0039786426,-0.0128981685,0.0077266125,0.0018058696,0.015862852,0.007851529,0.007252418,0.0073606367,-0.00031619315,0.010797073,-0.011374901,0.015070621,-0.013972908,-0.0068617556,0.0018709013,0.0012706986,-0.003525083,0.003258177,0.0024616707,0.019387688,0.0026334897,0.008340358,-0.009262468,-0.008219608,0.015010232,-0.0011503497,0.010935086,-0.006229785,-0.0006967354,0.030889355,-0.015552425,-0.007484852,0.005547521,-0.010527,0.014427823,0.010422263,0.0065203723,-0.0053465604,-0.0093364995,-0.024495034,0.0016453402,0.0023101924,-0.0025147335,0.004583153,-0.0013978834,0.016225535,-0.004068659,0.0027739822,0.017809087,-0.017757399,-0.014459616,0.023448462,-0.006087952,0.018237544,-0.013672537,0.006452836,-0.0007092275,-0.014228627,-0.009499789,0.0011361359,0.0072729737,0.0025598605,-0.02172411,-0.017108412,0.0132369455,0.0073076054,0.011260985,0.00092853693,0.0020589805,0.00010607827,0.020761717,0.017324634,-0.008689896,-0.009233074,-0.010562742,-0.017631453,0.01741072,-0.007021955,0.011260747,0.0008716866,0.0009751797,-0.0033132914,0.012071489,0.022205424,0.0053825714,0.018972233,-0.004371539,-0.007858171,0.01761464,0.00070858444,-0.00042674007,0.005767073,0.0015637528,0.03236535,-0.017874544,-0.0073186653,-0.005787703,0.0036807968,0.015453074,-0.01634386,-0.008646744,-0.0030406658,0.003263668,0.0043379935,0.008047134,0.021996928,0.0040230993,0.0022190253,-0.029489934,0.0008858436,0.011356349,0.0073927664,0.01778388,0.006307134,-0.003866291,0.0134153785,0.007419984,-0.003528321,-0.019560728,-0.0020248967,0.014969767,0.00048134173,0.01189718,0.010799496,-0.022606106,-0.0074957563,-0.009775405,-0.006324493,0.0015817322,0.08136501,-0.004324886,-0.0059592226,0.018606218,-0.011012219,0.0036951911,0.009980114,-0.013531815,0.0020339685,0.003029112,-0.0012953032,-0.0070326976,-0.020597182,0.00011544674,-0.009160445,0.012276341,0.010456912,-0.003216204,0.01785975,0.0061067557,-0.0016777453,0.0056201485,0.0046550934,-0.0069484115,0.003110138,0.00797621,-0.0051334933,-0.026044516,-0.0027507427,0.0097910995,0.0045730285,0.0055750734,-0.004616911,0.018601574,-0.010307592,0.002655807,0.011792526,0.024621146,-0.00045568444,0.010911592,0.019945337,-0.004138156,-0.009127725,0.0023211932,-0.0007190832,0.014192908,-0.007912632,0.00081042544,0.009938713,0.017668264,-0.012593366,-0.0023526435,-0.009174902,-0.01264835,-0.010092243,-0.00023572813,0.00920804,-0.01760222,0.00727711,0.0036477675,-0.012199473,0.029658576,-0.0024309386,0.001153621,0.006354724,-0.010554708,-0.007850994,0.006347601,0.0058810157,-0.0007033995,-0.010942272,4.3462926e-05,-0.0011591366,-0.002351384,0.02116835,0.0030445687,-0.0139906835,-0.008367701,-0.015530301,-0.011167269,0.021866804,-0.00029727246,-0.024089662,0.0005477032,-0.0040921425,0.004654754,-0.00030051105,0.013936102,0.006778813,-0.0047370098,0.010405164,0.002227664,-0.0019695444,-0.009190742,-0.001997817,-0.0012627449,0.05860098,-0.007074765,-0.0018332565,0.0014780951,0.016029865,-0.0028713807,-0.011791946,0.022472126,0.01604598,0.0028161635,0.007381854,0.013806651,0.00060465763,0.0020698938,-0.0038537786,0.0019641465,0.0287417,-0.008267352,-0.013221905,-0.0072513074,0.0049201427,0.015288851,-0.014866576,0.0088223815,-0.012628344,0.0041664555,-0.0058340933,-0.008294395,0.0021988195,-0.014535093,-0.006949718,-0.0060557947,0.0011901372,0.009688167,0.0115558915,-0.01052484,-0.004306174,0.00016857995,0.006765553,0.01654303,-0.006395592,0.014838255,0.0025172997,-0.020569034,-0.0013469984,-0.0024626532,-0.00017542277,-0.0033379926,-0.009404334,-0.004683578,0.0029336736,-0.0022478532,0.00010980947,-0.0015814907,0.0049143457,-0.016447743,0.012331576,0.014570158,-0.011300215,0.004279039,-0.007889686,-0.015058219,-0.014134765,0.006730375,0.009491802,0.014017287,0.0050339303,0.007943416,0.0031541933,0.0043635527,-0.008694946,0.0063671847,0.0022089123,0.0039431127,-0.031420697,0.020013481,0.0026980692,0.015291258,0.0005297538,0.01329132,0.019709857,0.009784263,-0.0018837138,-0.011809435,0.013443122,-0.007311117,-0.023362821,-0.020322766,-0.02365588,-0.029708348,-0.004202357,0.012208593,0.0019682145,-0.0018863855,0.008696664,0.010409284,-0.008182382,0.014795608,0.00077364314,0.012640308,-0.0013423281,0.0070406278,0.0025011252,0.023371821,0.002027798,-0.00348734,0.014180708,-0.007333236,0.0062816516,-0.0085917795,0.014920793,0.012483696,-0.01178552,-0.009687693,-0.00064899825,-0.009213437,-0.022635702,0.0018770585,-0.0024183837,0.015878303,0.0029632412,0.0006063697,0.0021622088,0.011159587,-0.0072911424,-0.0006119064,0.019413125,-0.009942033,0.0019134672,-0.0177982,-0.009093865,-0.013356678,0.0072953478,-0.016591707,-0.0009852205,0.0016847138,-0.012211446,0.00404618,0.0034158472,0.005999196,0.020944286,-0.006287172,-0.025282837,0.01628388,0.00012927993,-0.0068997834,-0.00035827243,-0.0070888507,-0.012895998,0.0063615404,0.008672061,0.0027495765,-0.016072953,0.009320148,0.0042605605,-0.0043582763,-0.00015281615,-0.00032455038,0.006143488,-0.008677981,0.008805403,-0.072264485,0.0010648889,0.001267281,0.0059348973,-0.015614372,-0.017482806,-0.013035108,0.0012657518,0.0025764292,-0.005816064,-0.0015240688,-0.01649173,0.0025566537,0.009087576,0.0058678063,-0.0036333825,-0.0064351703,0.017167674,0.009446492,-0.018231649,-0.030279456,-0.008526806,-0.002076874,0.0022480874,0.0036188562,0.0031185413,0.0031805558,0.003796019,-0.005514129,-0.00054404716,-0.02098928,0.0061842767,0.0039879316,0.013437406,-0.0089893425,0.021239169,-0.0047843102,0.00011291887,-0.00013979917,-0.008907909,0.0065937894,0.02048784,-0.009686901,0.0073339557,-0.0069238744,-0.0072219404,-0.005701554,-0.0029289129,0.0066314708,-0.013316789,0.012530547,0.034549218,3.3246804e-05,-0.0110131595,0.008191558,-0.0004933577,0.012461543,0.0022658897,-0.012284073,-0.003745546,-0.011014934,-0.004237746,0.0053796014,0.011084145,-0.013384045,0.0016133263,-0.00031970558,-0.00987721,-0.003455752,0.0060515776,0.0028398389,-0.004345329,0.020032307,0.007094717,-0.0022940878,0.003054034,0.019293478,0.0034527988,0.0023863195,0.009100508,-5.6275363e-05,0.023226522,-0.003180406,-0.0037191163,0.005969397,-0.014672547,-0.0012091027,-0.024165768,-0.026986279,0.018293658,-0.0030679968,0.019660791,-0.00717581,0.01673806,-0.01643073,-0.009827962,-0.007665177,0.013897461,0.0017202323,0.0067664483,-0.0046683913,-0.018950842,0.012636603,0.012570316,-0.0091712475,0.009664525,-0.010773348,-0.0058143814,0.012867283,0.005226922,-0.0074281096,0.010559946,-0.005119215,0.0016587966,0.0029415404,-0.0038125424,0.0042587053,0.0067039602,0.003584768,0.0025058184,-0.006945374,0.03155963,-0.009969108,-0.00029338617,0.005607225,0.019960765,0.0029039038,0.0043022786,0.009934178,0.0034633246,0.01868551,0.006538876,0.02907036,-0.004887004,-0.003244183,0.014773465,0.026708186,-0.007815875,-0.00053842936,0.031653352,-0.0024232154,-0.006217071,0.0014156048,-0.0002705487,0.0070849517,-0.003851353,-9.323864e-05,-0.008186844,-0.008685711,0.019682327,-0.0010007141,0.0019849362,0.0031229306,0.0016763352,0.011170656,0.007290495,-0.003433916,0.008873736,0.0061846855,0.0076688933,0.00815626,0.0025576595,-0.010861898,0.0028916819,0.018849352,-0.008204273,-0.004651639,0.005209235,0.00096554117,0.004464088,-0.014196788,0.0012714987,0.010829934,0.002929624,-0.007559793,0.008803607,0.0032192748,-0.010279833,-0.011643346,0.013050882,0.013303267,-0.0014953811,0.009820368,-0.0025701,-0.017595323,-0.009702935,0.026545523,-0.013223559,0.009488375,0.028582731,0.011830314,-0.0055131763,0.00096618704,0.006536884,-0.007468263,0.0024664856,-0.0067659253,0.0064677196,-0.0013326417,0.0008335912,-0.002481433,0.0008771965,-0.016885048,0.00036466416,0.0145745035,-0.09007431,0.0008744066,0.017355695,-0.020855201,-0.019410394,0.0011224757,-0.006649638,0.0035356227,0.010512466,0.002590799,-0.007873953,0.0019862778,-0.001909214,-0.010793217,0.008214985,-0.003619803,0.00089068036,-0.0013584736,0.008859565,0.009050192,-0.010100768,0.012534094,-0.011914239,0.01484578,0.020316847,-0.007820856,-0.023259569,0.0047989194,0.0011511599,0.010407391,0.0038011775,0.005953738,-0.00053847395,0.0023382858,0.012462473,-0.008302527,0.003720999,0.0005861615,-0.13097584,0.0019179394,-0.010514873,-0.0044843853,-0.0047652246,0.002558944,0.010264794,-0.021797406,0.012711584,-0.0073531233,0.013201244,0.011594047,-0.00794825,-0.010865067,0.009511591,-0.02424732,-0.009551584,0.011023995,-0.0075696846,0.01405089,0.01235056,0.007758522,0.014090239,-0.011310578,0.0061786524,0.0069119306,-0.011816165,0.008872672,0.022243666,-0.015782755,0.007937005,0.009264873,0.00025226246,0.0074840216,0.00061877025,0.0047472487,0.0034419766,0.017553039,0.0006105129,-0.012868897,0.011184661,0.0001952038,-0.008676171,0.0033231988,-0.0142801665,0.007692351,0.00036669712,-0.013035366,-0.021882312,0.008033771,-0.01742251,-0.00078699016,0.0022803927,-0.012428457,0.0011173784,-0.0046463083,0.0106816925,-0.003643025,-0.008817994,0.0035373648,-0.009431895,0.004904016,0.006559741,-0.0048598074,0.003410099,-0.001493577,0.010997762,0.010297855,0.00883267,0.009639408,-0.019685825,0.01938658,0.005487684,0.022771588,-0.0073960824,-0.0006112908,0.009383799,0.0118446415,0.021508107,0.0025147917,-0.013435169,0.008103318,-0.017604418,0.019860359,0.005074588,-0.023590539,-0.0025095146,0.007813383,0.0079835085,-0.063222915,0.0064185522,0.0020504624,0.002538268,0.0038611097,-0.0021055376,0.0062517268,0.0039040959,-0.011312169,-0.015267914,-0.009037983,-0.015450972,-0.01704445,0.032045104,-0.023553258,0.005045938,0.015827185,0.0022364892,-0.0046544774,-0.013869898,-0.014410172,-0.014659765,0.012116513,0.011463862,0.0076257745,-0.032076035,0.01951339,-0.006126994,0.005042741,-0.0035978989,0.02112838,-0.002885731,0.012595088,0.009549655,-0.013114727,0.00125119,-0.015525974,0.027572868,-0.02562648,-0.0005974121,-0.0046765627,-0.009103591,-0.005841926,-0.013048684,-0.008833301,-0.028074179,0.016596531,0.0026088792,-0.0145600205,-0.01863975,0.005345289,0.0009172958,0.0004793186,0.027321255,0.0017276941,0.0048923874,0.011514676,0.013703113,-0.006713005,-0.006885883,0.00509575,-0.0012211438,-0.016307937,0.011129473,0.023086684,0.026221795,-0.005924607,0.0030301693,0.0019156015,-0.0026545771,0.01603334,-0.0077762925,0.008319707,-0.023925455,0.015627004,0.0017203495,-0.012649673,0.009808239,-0.026978636,-0.0041249967,0.0049298042,0.00035338895,-0.028321313,0.008865103,-0.02390018,0.013121832,-0.014751958,0.010679415,-0.0031717042,-0.007062739,0.018857693,-0.019465221,0.025147026,0.003913398,0.018882757,0.020512162,-0.011623716,0.012120834,-0.013182485,-0.01740309,0.00847821,-0.0013532441,0.026798738,-0.00494499,0.007979866,-0.024932895,-0.01834594,0.011494201,-0.0041022697,0.0036659802,-0.0075433482,-0.014050259,0.000860951,-0.0062959534,-0.1547688,-0.019383207,-0.008322036,0.006729565,-0.013835533,-0.011554685,0.010176261,0.006938122,0.032254975,-0.0021505035,0.016874306,-0.01728681,0.006643203,0.0024786876,0.008506434,-0.015085806,0.016652748,-0.0013851479,0.014076399,0.00853284,-0.03652104,0.0009113296,-0.023807311,0.0043050474,-0.0008596416,-0.0059833894,-0.004545502,-0.015621332,-0.008936364,-0.008577474,0.022396082,-0.021363607,-0.0031550613,-0.022090927,0.009138132,0.005663486,-0.02228907,-0.008430099,-0.015216828,0.018766578,0.020528384,0.023185456,-0.014264676,-0.0059149796,-0.017605413,-0.0022668266,-0.013302193,-0.014566443,-0.013488832,0.0011691999,0.0027598834,0.029031346,-0.0015813932,0.0023815816,-0.002848145,-0.027358942,-0.0066095116,-0.009817255,-0.0010359318,-0.012643621,0.021214569,0.0098223705,0.011653418,-0.022634786,-0.011145888,-0.008148055,-0.0020738968,0.15845984,-0.015660163,0.0042513986,-0.005384388,0.0002167665,-0.009552816,0.01255742,-0.003917864,0.017508397,-0.0017791204,0.014290567,-0.0062884726,0.0001466984,0.010106103,-0.0040807007,-0.005840758,0.005661565,0.00027027563,0.0017686961,-0.0047153295,-0.005954282,-0.002765467,-0.0061009624,-0.019737218,-0.0008774126,0.0098208105,0.020006634,-0.014219252,-0.007119239,0.011870439,0.009530544,-0.02660239,-0.0003511241,0.00014689738,0.06053312,0.018215636,0.0066799805,0.0073658475,-0.0024038877,-0.0099817915,0.0033533722,-0.024388183,0.0040313564,-0.0061711743,-0.00864961,-0.014601154,-0.007194763,0.0062813996,0.024634175,0.030992664,-0.007955338,-0.025411258,0.0081466865,-0.0046083243,0.010140372,-0.0041885194,0.020060007,-0.0133727975,-0.0010433977,0.003800138,0.020594766,-0.01835744,0.019136077,-0.024239494,-0.017895333,-0.02442335,0.015270297,-0.01571721,0.011939816,-0.09974719,-0.019570177,-0.01328615,0.0047996826,-0.015805807,-0.006093774,-0.0011800446,0.007307754,-0.015268228,-0.008356481,0.013898074,0.015741609,-0.005033756,-0.018406881,0.033517,0.0027072297,-0.019705215,-0.03456645,0.011818527,0.006626607,-0.0018107616,0.01839869,-0.020119892,-0.011149028,-0.017900607,0.00072235253,0.013792053,0.0050847107,0.008456033,-0.002720522,-0.008789087,0.011031545,-0.029495614,0.014928913,-0.014384663,0.0011415123,0.0015633723,-0.018915333,0.002808735,-0.027813656,-0.0044775214,0.0077163638,0.002560973,0.02013469,0.016361833,-0.0131937,0.020094326,-0.005069601,-0.021259751,0.020428704,0.011533137,-0.0136938505,0.0201286,-0.004792935,-0.0037246258,0.003356539,0.015831783,-0.016933983,0.017245881,-0.005048785,0.0025287822,0.012723344,-0.0121900765,0.005101622,0.009150036,-0.020265587,-0.0033505782,0.010355059,0.013161092,0.011747049,-0.011131203,-0.027397534,0.011795506,-0.017997751,-0.004187159,-0.0016578872,0.0050312527,-0.012023371,-0.00029542323,-0.015734155,-0.006590932,-0.033421487,0.010250493,0.0024719518,0.029005367,-0.011086915,0.016563624,-0.022132577,-0.014281403,-0.0053323973,-0.006855356,0.001921237,-0.001741013,-0.0032796906,0.012528549,-0.0012142755,-0.022217143,-0.004479687,0.010402524,-0.013236221,0.0038875344,-0.012860635,-0.0073985634,0.0086185755,-0.0048859282,-0.013076286,-0.0028672088,-0.011214833,0.0085304035,0.008109417,-0.0075257015,0.0034323174,-0.029765408,-0.005429797,0.006823833,0.0033294172,0.0027947165,0.007919802,0.025815815,-0.013760216,0.022296544,-0.0069442913,0.0038409801,-0.010215584,-0.016701724,-0.004145918,0.0065870234,0.0059627113,0.012123965,-0.015917962,-0.006963066,-0.0071525597,0.0060586063,0.026181607,0.00020645327,-0.0019030557,-0.0039257873,-0.014097415,0.00447383,0.017386138,-0.0037670326,-0.0005095833,-0.0021472895,0.021567123,-0.002917965,-0.001013568,0.022987971,-0.029814256,-0.00032449912,-0.008611681,0.0059287143,0.00670756,-0.0012626927,0.00069802883,0.01636999,-0.008792327,0.0240051,-0.0073906835,0.0037556514,-0.0020657813,0.0063658818,0.02051714,0.002552711,0.010029206,0.012649636,0.018082315,0.0073087267,-0.008525083,-0.051891524,-0.009236488,-0.00012418619,0.0066135335,-0.008066753,-0.005617949,0.013421014,-0.0032226893,-0.003274675,0.020427538,-0.0128974775,-0.07839317,0.01620745,-0.010558947,-0.0050750906,-0.011100734,-0.0034784547,-0.003069226,-0.015191061,-0.017139649,0.0067872973,0.004666254,0.009073626,-0.0077145356,-0.0033825254,0.0051903077,0.02026853,-0.00931861,0.0020354756,0.0051985746,-0.005076585,0.011564141,0.0008281634,-0.021999646,-0.004015435,0.022944255,0.0063176714,0.016834166,-0.01208501,0.00063851045,0.0039137094,0.0009417419,-0.0012332444,0.007511242,-0.024138456,0.0074698324,-0.03718896,-0.0027235101,-0.015331436,0.004884364,-0.03943258,0.009758395,-0.009211541,-0.08173439,0.018609548,-0.00459673,0.014942366,0.00090520363,0.00609963,0.005357464,-0.014377912,0.01956055,-0.005974907,-0.015718307,0.0036392666,0.018831547,-0.0032645385,0.005127467,-0.0137514705,0.022078183,-0.00347399,0.0054975166,-0.021925233,-0.00203675,0.011598524,0.0042694206,-0.0050578825,-0.018461445,-0.00049597706,-0.008580407,0.011030585,0.006077286,0.0079064695,0.01427605,-0.019685604,0.0006959541,-0.010600776,0.0113376025,-0.010981878,0.014084755,0.009170225,-0.0039234553,0.008982186,-0.01768166,0.024918055,-0.0034434695,-0.019545428,0.0022138467,-0.08805192,-0.008817762,-0.0009808961,-0.0007414714,0.009278631,0.013289326,-0.021456141,0.044468105,0.0076883473,-0.0012116386,0.0002347141,0.018461943,-0.0007811309,0.021120977,-0.006052648,0.017563768,0.008595306,-0.016313333,0.012702904,0.010897864,-0.008703954,0.027225394,-0.021764047,-0.019830672,-0.0011992478,-0.07592188,0.0053171115,0.019252593,0.004014736,0.006909339,-0.014234781,-0.023214584,0.019006995,0.011916498,0.0014382713,0.0050795353,-0.0005575181,0.008667902,0.0047759027,0.011301705,0.016620554,0.007506763,0.0026296158,-0.0005583294,-0.008527018,-0.002694249,-0.018443303,-0.012744282,-0.013300664,-0.0075577353,0.008652633,0.0114090955,0.028885884,0.0077059725,-0.008785847,-0.013636824,-0.0032427479,-0.015065245,0.023749955,0.0015326578,0.002493109,0.000537585,0.0040209345,0.00022462326,-0.040659316,-0.0021215063,-0.0369692,-0.0076975967,-0.048670042,0.0019804304,0.014076065,-0.00263024,0.00929176,0.007152626,0.0071374946,0.015548194,-0.022722742,-0.008456291,-0.02714871,-0.0022734192,0.026467407,-0.0056478074,-0.008172385,0.0021119867,0.0012150554,0.012691358,0.0033438196,0.0023069512,0.00896627,0.003605212,0.0085025085,-0.0004250238,-0.006203797,-0.014815491,0.02522644,-0.009824095,-0.019356873,-0.016391555,-0.0021898542,-0.024825294,0.002528649,-0.008820863,-0.001332388,-0.011889504,-0.007001156,-0.00986878,-0.019244874,0.001983764,0.017076697,-0.0041235834,0.005875343,0.0047039944,-0.022499641,-0.003860713,-0.0009533371,-0.0071193837,0.011123901,-0.010198402,-0.016000997,-0.0011220763,-0.0149264205,-0.01663178,-0.0043883272,-0.008048638,0.006952055,0.010153574,-0.0036874958,-0.00647069,0.029424245,0.0009741706,0.020776017,0.0017981409,0.022180589,0.015745306,0.01561044,0.01380972,-0.008452443,3.6450856e-05,-0.017874181,0.021441456,-0.005733485,0.0075961608,0.019064156,0.008477959,-0.016532421,0.021622429,0.011890639,-0.010638368,0.006003035,-0.04328463,0.009969386,-0.007979198,0.014715779,-0.00036476436,-0.034929797,0.001156123,-0.0022372403,-0.0036334472,0.03283982,0.010648085,0.0026619304,0.020172052,-0.011883838,0.0035208974,-0.034044046,-0.008010854,-5.40652e-05,0.0028172417,0.018363502,-0.018491814,0.018501692,0.0013155474,0.014301722,0.003726866,0.04817641,-0.0042451285,0.0066246693,0.009414431,0.012210729,-0.009654002,0.0037514167,0.009644806,0.017869456,-0.0019089594,-0.0008723703,-0.006085821,0.007971542,-0.006764392,0.010966408,0.0034839336,-0.005740834,0.018082907,-0.0008472973,0.0004245728,-0.002488137,-0.01549433,-0.016201526,-0.008274255,0.001735657,-0.0055986596,0.018864406,0.012198355,-0.0035774359,0.014498835,0.005652651,0.0028796108,0.019325044,0.0011230921,-0.014086666,0.0021962037,0.009007082,0.005279815,-0.016066704,0.005619451,-0.018437885,0.010016272,-0.0056660105,0.021640072,0.003983869,0.0037771682,0.0136276055,-0.003215319,-0.0020369391,-0.0013891074,0.0023031174,-0.031916633,0.022183502,-0.0048818826,-0.009263373,-0.020334601,-0.031140862,-0.0115287285,0.008911095,0.0027092788,-0.0052830745,0.0023720162,0.00084062,-0.009464717,0.015265557,0.00904414,0.0047744005,-0.012382304,-0.0034974245,-0.00012317052,0.012671179,-0.00602983,0.010432473,0.0019048853,0.005968028,-0.016535567,0.00024295064,0.006048791,-0.028589735,-0.020293336,0.00640787,-0.01679927,-0.0016255702,0.0013714903,-0.018840408,-0.001125236,0.011086716,0.011335836,-0.011758366,0.030198695,-0.015235281,-0.006474136,-0.004980162,0.019247336,-0.0013180707,-0.027355917,0.0145558985,0.02809555,-0.004927158,-0.0030281916,-0.0057405,0.000689083,0.015851514,0.005212295,0.0041257325,-0.031304814,0.0050647305,-0.00097426196,0.00047245898,-0.012122638,-0.0061214766,0.0003557593,0.0030954753,0.0028716242,-0.019803915,-0.006479058,-0.0022593362,-0.01492597,-0.0010025795,0.009823206,0.005341944,-0.0039264476,-0.00694261,0.012960937,-0.017502582,0.010117096,-0.0036341771,-0.04143306,0.011448169,-0.008190137,0.0068902853,0.0013018099,0.02777418,-0.03212448,0.021296136,-0.0073957196,-0.0062421076,0.028300606,0.008601013,0.0012684291,-0.010655972,0.0040214257,-0.012531597,-0.010550667,0.007067444,0.01475887,-0.009907107,-0.01745756,0.019457042,-0.0025478955,0.0014728153,0.019647079,0.011441262,-0.0065696985,-0.0140741505,-0.025332434,0.04725847,0.01982151,-0.013774526,-0.0010884047,0.0039379196,0.022066897,-0.00038035738,0.0034928096,-0.016939502,-0.011152923,-0.011086731,-0.0011569605,0.0042056036,-0.012282794,-0.029384967,-0.022196379,0.015436636,-0.0012212383,0.0054471116,-0.013787211,-0.0058658766,-0.002582676,-0.026668051,-0.007637855,0.0023990432,0.00470134,-0.0038920457,0.0020189967,0.0141497785,-0.0006688301,0.021522738,0.015868535,-0.0073808203,0.030018931,-0.018737182,-0.0012572751,0.015542287,0.0009882271,0.025082227,0.018748047,-0.020900415,0.007449301,0.012710973,0.012247449,0.0015821984,-0.0014965729,-0.012088367,-0.0147306025,-0.007699217,-0.008263059,-0.004961202,0.004427966,0.0063898168,-0.020906981,-0.013567916,-0.00036325183,-0.0076241447,0.010579714,-0.004329221,-0.016578207,0.011228391,-0.008661864,-0.0039025657,-0.008381169,0.011373452,-0.015314702,-0.014184769,0.012386382,0.008904819,-0.0070080874,-0.007164838,-0.010675738,0.013787335,-0.026487362,-0.000106854015,0.014191836,0.022279989,0.007541639,-0.0043921135,-0.03964979,0.010219062,-0.0024358523,0.0012143716,0.004256533,-0.015621531,0.013765923,-0.027871583,-0.016014345,-0.012583188,-0.0036777647,-0.009807052,0.012195233,0.0024309743,0.0032824117,0.0012542594,0.0037830875,0.01627202,0.016336022,-0.021573825,-0.007900014,0.018509362,0.020867912,0.0043452703,-0.00025664445,-0.016404066,-0.016619433,0.0083528245,-0.005220696,-0.0022049332,0.023279965,0.0041994383,-4.700335e-05,0.017719055,-0.015487499,0.021679983,0.0014681703,0.0076525286,-0.00060365023,0.010139398,-0.0065787467,-0.012582504,-0.028209956,-0.015065313,-0.0014490718,-0.0031789355,0.0166951,-0.007915894,-0.019266464,0.00080872007,-0.017614484,0.013884764,0.009906018,0.023162633,0.02753995,-0.007644246,-0.021640347,-0.025343569,0.00446839,0.016460555,-0.003288585,-0.022580748,0.006179792,-0.047494344,0.0067433864,-0.013262444,0.0038546314,0.0055845673,0.019211411,-0.015284252,-0.010919703,-0.027951129,0.0075857677,0.007417518,0.021801976,0.0064760395,-0.0068466417,0.011190888,-0.029127855,0.015196949,0.0020532988,0.00066974194,-0.006089352,0.0020599067,-0.016252449,-0.025987463,0.0034137869,0.0022542058,0.016503595,0.022475079,-0.024005085,0.00907063,0.021876412,-0.018352352,-0.019086037,0.010625355,0.012190445,-0.008376088,-0.007248675,0.0020149376,-0.026073696,0.017075138,-0.0024276176,0.007836728,-0.022304147,0.0036221265,-0.012792476,0.0068597207,9.835104e-05,0.014875677,0.0051972484,-0.020946713,-0.002453778,-0.0011805355,-0.01608493,0.005617818,0.008135973,-0.009890311,0.015752599,-0.018773928,-0.0017475309,0.014623196,-0.02811264,-0.0037279362,0.0016691034,0.0050512413,-0.018804919,-0.0055508395,0.0011358259,-0.017875342,-0.01003879,-0.016657935,-0.00042653322,0.0013637296,-0.008359396,0.020408798,0.0067992914,0.0191529,0.0036637234,-0.015058345,-0.026091933,0.0006480723,-0.009943405,-0.0010337475,-0.0018112605,0.0006111614,-0.009613206,0.019386446,-0.0062214825,0.009468791,-0.004882799,-0.0035455176,-0.013748784,-0.012779827,0.035866555,-0.011431234,-0.011250292,-0.0023378031,0.016343111,-0.019948864,0.010930798,0.008172501,-0.014030427,-0.0025339315,-0.014069331,0.004754041,0.027759839,0.0039334027,-0.00689257,-0.006694693,0.010211795,0.0159597,-0.029400196,0.017514758,0.0025452257,-0.005877685,0.0063596787,0.008833449,0.0048771137,0.020152666,0.008432097,-0.041633684,-0.001953984,0.021472545,-0.0014011401,-0.0114899045,0.0036718869,0.00029271195,0.0015374905,-0.010705013,-0.0019985305,-0.012502259,-0.023051603,-0.013265456,-0.0143437795,-0.015019292,0.015905714,0.00038611927,0.0057531865,0.022449886,-0.0027121191,0.01646339,0.02219522,-0.020065378,-0.0039020262,-0.0057824603,-0.0026292875,0.0095289815,0.0017211272,0.009497568,0.0005107512,-0.010515998,0.018521959,-0.024663562,0.0005893392,0.010009076,-0.026963845,0.016164746,-0.0055531696,0.012186933,-0.008224745,-0.0060842307,-0.007673405,-0.01792155,-0.0018919063,0.011459875,-0.0063119973,-0.007076189,-0.005900476,0.020717775,0.006960278,0.011903686,0.005204719,-0.00457711,-0.0052792695,-0.013634769,-0.020545399,-0.00014466837,0.0017488895,0.0014375075,0.002055896,0.0054722955,0.004628394,-0.0031261907,-0.009003324,0.010366845,-0.0073043206,0.0042421464,-0.022671754,0.018238543,0.011561973,-0.010855017,0.002134194,-0.051510632,-0.00094634946,0.00819157,0.0021029885,0.0017942948,0.01773809,0.013987098,-0.005518085,-0.0019398165,-0.0065585,-0.02730495,0.024068644,-0.0043282215,-0.009903956,-0.013279532,-0.004077186,0.018807588,0.011605657,-0.01804232,-0.010706266,0.0059165363,0.009643157,0.0122396955,0.008382488,0.14959614,0.12030308,-0.019080708,0.017753994,0.010393555,-0.016195538,-0.003061329,0.005761892,-0.005323443,0.0050888755,-0.003872324,0.01107086,-0.0072599556,-0.006652679,-0.017760232,-0.012531221,0.009159189,0.013163048,-0.010857814,-0.01761297,0.026984725,-0.0018230957,-0.008847324,0.0017007968,-0.021264946,0.008387784,0.008764399,0.021583512,0.000847712,0.008303418,0.007080781,-0.00843039,-0.01264558,0.0033308598,0.013621777,-0.019805115,-0.022302315,0.019269083,0.015194664,-0.013050655,-0.013362449,0.006365718,-0.0065594795,-0.0010546731,-0.0036239687,0.0023688504,-0.0074232486,0.024117216,-0.0053286245,0.011748566,-0.0044160853,0.00832988,-0.011614771,-0.0029591862,-0.0018473528,0.009542808,0.030558849,0.009646531,0.0012907112,0.023446769,0.014724018,-0.017424524,-0.007870807,0.0043891827,-0.0027073843,0.016146312,-0.003097992,-0.0032982405,0.0031882545,-0.004940748,0.015878735,0.012257853,0.0020147685,0.013193049,0.0053888354,-0.01262876,0.017998075,-0.0003843711,0.018163197,0.0018565125,0.0024298474,0.018551914,-0.025694173,0.008378178,0.014808244,0.0055275783,-0.0044574444,0.02099017,0.12641369,0.010912217,-0.0015512628,-0.007943181,0.0041686296,-0.030334765,-0.007832522,0.075090446,0.015197205,0.010011322,0.018234253,-0.005058646,0.0028277652,-0.005270371,0.0024631473,0.015460702,-0.0030224198,0.0166063,0.00064177637,0.011913892,-0.021384854,0.009152626,0.0020882091,0.0013421228,-0.004189114,-0.0008902852,0.015300924,0.001716923,-0.0028256488,0.009343859,-0.113072224,0.023119356,-0.0041223043,-0.018851988,0.014824704,0.0154854655,0.047818143,-0.016348666,0.012756432,0.02320115,-0.01536615,-0.0033898004,0.01736784,-0.010996312,0.014827575,-0.022261294,-0.0012554576,-0.0009832435,-0.013385868,0.01769728,-0.007671398,-0.009902705,-0.018539922,0.016445998,-0.021628166,-0.00054613285,-0.02299938,0.0061478904,-0.0071555637,0.027564934,-0.021879245,0.0026344508,0.005491263,0.030488677,0.0026354708,0.017793352,-0.013332156,0.0087789,-0.004156205,-0.013722277,-0.018847525,-0.0006121263,0.010881522,-0.018689131,0.00483716,-0.009575412,-0.015479124,0.0010998377,-0.007866324,0.013237398,0.020786127,0.009847298,-0.004112164,0.018963559,-0.0033371395,-0.0035652958,0.0050046314,0.0053874357,-0.021268098,0.009818047,0.019887095,-0.0039743558,-0.031362858,-1.3222342e-05,-0.007182898,-0.01086524,0.0025505295,0.011353013,-0.015410925,0.0052593187,-0.0308354,0.0050948467,-0.006644468,-0.005547207,-0.0025522239,-0.00043509106,-0.021393046,0.010245257,-0.0022526104,0.0052446052,0.027160507,-0.022142883,-0.0027225737,0.10397445,0.0042549362,0.010632121,0.015043769,0.013546864,-0.0061760414,-0.004743237,-0.022053916,0.01916547,0.008022335,-0.0047579603,-0.009966735,0.015281061,0.030235562,0.0012375029,0.0031530266,0.009370595,-0.012174784,0.027855711,0.004581722,-0.0013199948,0.020049771,-0.0064682285,-0.008189689,0.010799291,0.014650512,-0.007616145,0.0012908285,0.012236224,0.025622629,-0.014795504,0.024902105,-0.003698484,0.008660734,-0.009918935,0.025584547,-0.013557466,-0.0022468,-0.025570482,0.02018472,0.0035457662,0.005357303,0.009983607,0.003240381,-0.045275874,0.19346416,0.0037685232,-0.014843963,-0.0049364925,0.021234866,0.013124458,0.01534545,-0.0021499721,0.013333058,0.017729554,0.008876444,-0.00029066956,0.0018672255,0.0072822673,0.015861021,-0.0045596524,0.0016746505,-0.010313954,0.008046363,-0.006468779,0.00067223446,0.0065275244,0.004286592,-0.00722626,-0.006858151,0.023639182,0.011715799,0.012678127,-0.009932845,-0.0077493815,-0.015395881,-0.012982028,-0.010093072,-0.011026767,-0.009831154,-0.0070740273,-0.017063824,-0.007263293,-0.008049113,0.0026410006,-0.020647937,0.013544236,-0.0016821502,-0.0012704447,-0.019841027,-0.021026077,-0.009810924,0.0024448175,-0.02797053,-0.0037744911,0.0007885141,0.0017464759,0.006190088,0.01732234,0.0022090315,-0.010667864,-0.0049848,-0.0047911354,-0.009228597,0.00902177,0.028522251,-0.024262365,-0.002530677,0.00481086,0.00450995,-0.0011943046,0.011327038]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 114,
          "content": "The \"Secret Note-Taking\" Technique Used by \"Good Communicators\" | Dining Strategies to Build \"The Best Business Network\" | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0034344643,0.0085794395,0.04234073,-0.048845876,0.0090229735,-0.014635255,-0.016473075,0.008642255,-0.0075645205,0.017258974,-0.023186402,0.0049617384,0.020153493,-0.0066427463,0.108193055,-0.022194885,0.019156644,0.02040185,0.025225421,0.009017108,-0.012698584,0.046150878,-0.0005660347,-0.023195826,0.008922263,-0.019497836,0.025193842,-9.751231e-05,0.035578925,0.016675783,0.029889876,0.035106167,0.0178559,0.025187397,0.034607947,0.013475767,0.015517833,-0.046364516,-0.022197811,0.0013807578,-0.0068368376,0.018747814,-0.024079915,0.010602593,0.02336675,-0.0018608721,-0.018126417,-0.013279787,0.028107997,0.02003132,-0.0041539753,0.017514473,0.017362703,-0.17669381,0.019096807,0.00087372394,0.023382923,0.008158802,-0.00063179404,-0.0013395965,0.004590244,-0.012157018,-0.018488605,0.011674352,-0.0008246833,0.02609239,0.013556078,-0.02170554,-0.008041103,-0.01198188,-0.007968514,0.004300293,-0.04383093,0.01470234,0.006695229,-0.024897689,-0.00023313728,0.00031781965,-0.015613123,-0.0103828125,0.017196998,-0.0034567511,0.006008386,-0.0016161558,-0.01200552,0.0022104525,0.008771247,-0.005673461,-0.0055920198,0.0083620325,0.004568452,0.020272823,-0.01358227,-0.0036230406,-0.022280762,0.029618636,0.01899296,-0.02102505,0.0015937589,-0.010404212,0.0115174735,0.020160863,-0.0041914363,0.012565991,-0.021348095,-0.017300846,0.021171039,-0.009128305,0.0076548527,0.020576945,-0.01357116,0.008494048,-0.02469347,0.015641792,-0.0039265067,-0.12879203,-0.009326313,-0.006418527,-0.0009015721,0.018282814,-0.011858338,-0.033066217,-0.011747561,0.020981178,-0.022630105,-0.00034799144,0.0008007598,0.009506882,-0.019680042,0.007425013,-0.013325225,-0.008827864,0.01350856,-0.033265337,0.0041485117,0.0088204285,0.030671839,-0.018488549,-0.00048742804,-0.011911252,-0.015712257,0.009251777,0.013008295,-0.00977953,-0.0042515295,-0.027636245,-0.034289103,0.012446926,0.011048596,-0.0026911804,0.023430753,0.0063043525,-0.010043548,0.029652724,0.03001323,-0.023271585,0.016478322,0.011372977,0.013232899,-0.019348264,-0.0015116321,-0.012154944,-0.011278911,0.02586129,-0.012899817,0.030840848,0.0076457057,-0.00181318,-0.020697609,-0.007886476,-0.008404309,0.012157653,0.017744593,-0.0031940686,-0.024932146,0.0003437847,-0.00031047908,0.0068723573,0.008712524,-0.0051306956,0.02149949,-0.0010663526,0.013074984,-0.00031987028,0.011494541,-0.017912893,-0.001166728,-0.009520205,0.029628722,0.014724801,2.9313325e-05,-0.0142132845,-0.013721055,-0.013557377,0.04599997,-0.032322437,-0.0037403891,0.029429683,-0.02235944,0.017781448,0.03112396,0.018565573,0.0039516087,-0.02529986,0.012140576,-5.5178778e-05,0.010239921,-0.00463162,0.019357326,-0.0049511977,0.027772691,0.011252581,0.011750811,-0.042312276,0.014459934,0.010051281,-0.01865194,0.011879579,0.009516591,-0.043595582,0.01203342,0.015848435,0.014393037,-0.007101921,0.016637947,-0.007578372,0.00909693,0.005967996,0.0004915823,-0.0033428322,-0.028761618,0.017090544,-0.0022464497,-0.012373923,-0.013763317,-0.01327084,-0.011929834,0.0077589024,0.018257089,0.040107615,-0.018496277,-0.03850889,-0.0064831423,0.045028184,0.013825708,0.003308645,0.012973717,0.028295306,0.006046718,0.016635686,0.015247183,-0.031387903,0.0010565774,-0.004591831,0.017208824,-0.036694344,-0.016293105,0.017969456,-0.009250582,0.023339782,-0.025361242,-0.010168562,0.005459106,0.0033162863,0.014762925,0.015533499,0.024935737,0.0014277674,-0.02447901,-0.01507025,0.0038715182,0.010344609,-0.015440896,-0.016712286,0.024590936,0.004842933,-0.08164122,0.029548904,0.005383536,-0.03858305,-0.004775581,0.024870628,0.03543748,0.0060809827,-0.022585416,-0.002452491,-0.021064855,-0.01261968,0.010767643,-0.014077074,0.0038894948,0.005652588,-0.00074109586,-0.0065933834,0.0058850404,0.004642547,6.860785e-05,-0.005289635,-0.007307098,0.005189378,-0.024622992,-0.016273499,0.0020397203,0.04583991,0.009165714,-0.020223739,0.0075708767,0.0020413958,0.006185058,-0.020819072,-0.017580617,-0.023009073,0.019581094,0.025837127,-0.014243526,0.0010084712,-0.0031013712,0.006510738,0.008872682,-0.018914502,0.02876367,-0.035436135,-0.0012532563,0.02149329,-0.030986905,0.017784925,-0.010447866,0.0020735078,0.0389063,-0.005375432,0.006301674,0.016757078,0.024553783,0.012661426,-0.0047309296,-0.004310728,-0.023875296,0.00521619,-0.0024364651,0.0046404516,-0.027751325,0.0066030216,-0.020979444,0.0032030032,-0.00896203,0.01676763,0.0040635355,0.009809503,-0.0072841523,-0.014937909,-0.009415068,0.01995154,0.004900674,-0.0006580347,-0.020540278,0.029524887,0.039809562,0.0037403002,0.023379618,-0.0318732,0.015392542,0.0049418905,0.013776493,0.003616231,0.0015983543,-0.012806069,-0.013639276,0.014940717,0.006167368,-0.007630876,-0.013575344,-0.03297156,-0.007714006,0.027698798,0.027400367,-0.0028989771,0.004603689,0.021988649,-0.0052051856,-0.015807498,-0.013020977,0.015500561,0.030444803,0.0181326,-0.0239041,-0.003530795,-0.028310843,-0.02023938,-0.0066345194,0.006873596,-0.0061398596,0.011472072,0.013814185,0.008308629,-0.010107702,0.04694958,0.024155231,-0.014283439,0.0002536068,-0.017388763,-0.016437571,-0.029228723,0.0015798622,0.015618065,0.03954372,0.0049629244,0.028303418,0.03467673,0.005386403,0.0037718953,-0.016025713,-0.022413468,0.0061633703,-0.011216784,0.04586204,0.021119004,0.008342392,-0.003788842,-0.015471322,0.0047174115,-0.018532801,-0.015616009,-0.01422496,0.034124702,-0.01657472,-0.019633504,-0.019261232,-0.028897943,0.008097904,-0.039821956,0.009848958,0.0068617323,0.031616453,-0.0067293383,-0.016952427,-0.034053717,0.0042393147,0.013714434,0.021867894,-0.003549084,0.0023973826,0.0037598293,-0.010889049,-0.0051814606,0.022037603,-0.0012401179,0.00036973006,-0.023125688,-0.045678668,0.012446058,-0.017266482,-0.00046605823,-0.032920398,0.02290736,0.023032403,-0.025375623,0.0007593263,0.0021865368,-0.009362362,0.0078613795,0.02090641,-0.015382915,0.011571842,0.002257478,0.010966639,0.0003631276,-0.007911807,-0.002307392,-0.0183042,0.013981903,0.015512973,0.012141806,-0.005086144,-0.024516987,-0.0070246863,-0.017171307,-0.018382069,-0.016448902,0.00996887,-0.0067169433,0.00949519,-0.04716711,-0.019004637,-0.023926117,0.017388733,0.042229105,0.0016305121,0.027701931,0.0039390805,-0.013774827,0.01644026,-0.010407312,0.0024710165,0.0015113836,-0.03000161,-0.0065650684,-0.007668161,-0.029323447,0.001549966,-0.0062630894,-0.004965057,0.007701682,0.013494197,-0.020444194,-0.02293086,0.0034723382,-0.00079116854,0.003251376,0.0121174,-0.0043216213,-0.013115114,-0.013656946,0.026406003,0.017557494,-0.023826009,-0.00918781,0.0072518443,0.014784042,-0.0043529435,0.011074203,-0.03349159,0.010575551,0.021581864,-0.00075039343,0.0077256495,-0.0155595625,0.034882333,0.007838081,-0.028183252,0.022529334,0.0022034822,0.02940643,0.011631344,-0.01607851,0.003303877,-0.0042176214,0.03291534,0.002971695,0.016992932,0.019447383,0.0048311874,0.01953735,0.0041667763,-0.01527504,-0.0027290226,-0.10394635,-0.0070852316,-0.002915745,0.00063687796,0.02883084,-0.030550418,0.009083259,-0.0005779214,0.008645285,-0.010957572,0.0075559863,-0.008107561,-0.016174989,0.00073548703,0.00029336332,-0.008294117,-0.018686932,0.038716923,-0.008890811,0.017086389,-0.0006741061,0.010941502,0.012969116,-0.0006666814,0.006214136,0.009896667,0.013298128,-0.019906186,-0.020853152,-0.02099078,-0.00661302,-0.013099819,0.016218754,-0.0105211185,-0.010104882,0.026071776,0.03521865,0.0034733964,-0.016878162,0.011916848,-0.0015613836,0.028876297,0.0082719,-0.03324817,-0.0040452825,0.012580627,-0.014328746,0.005826274,-0.0097832,-0.020234799,-0.015332283,-0.029858602,0.02245115,-0.0226429,0.0035563074,-0.016953114,0.021767925,-0.005607483,-0.029463891,-0.00280051,-0.0017638878,0.015745893,-0.0007597497,0.021217594,-0.002305783,0.0064054867,-0.012563375,0.021207545,-0.014483914,-0.00821648,-0.015429502,-0.015491595,0.014051316,0.0046608425,0.019701941,-0.026187304,-0.0183705,0.03605867,-0.019153534,0.041050393,-0.028490389,0.0078411605,-0.07997959,-0.017265184,-0.00042749324,-0.0089298375,-0.014063031,0.006309613,0.009009849,-0.0043173814,-0.018562058,0.011471383,0.002150047,0.008640352,-0.015801972,-0.0243963,0.0028279226,-0.02543967,-0.013092996,-0.04157931,-0.00055228034,-0.014322494,0.022513093,-0.019675167,0.00082936767,0.0012355306,0.016893893,0.028372595,-0.017114684,0.008581828,-0.0066685905,-0.027934935,0.010934775,-0.14177068,-0.00620423,-0.017495709,0.0031130905,0.020186387,0.007944771,-0.0212708,-0.017410953,0.0155530125,-0.04331381,0.022780932,-0.043186054,-0.038660895,-0.01082919,-0.021777894,0.11332005,0.0036075702,0.013393375,0.013705439,-0.010773591,0.01190783,-0.024959126,0.0014138842,-0.0122433575,-0.019272445,-0.017598191,0.004524261,0.006297091,0.008878316,0.0060605085,0.015755896,0.024358371,0.007728836,0.019183377,0.005217969,0.020061564,-0.015151805,-0.008891219,0.006569634,0.00070645916,0.018708024,0.0019316118,0.021465478,-0.0013318677,-0.019578611,0.014567874,-0.0133627895,-0.010687634,-0.0041193883,-0.011856234,-0.00039525525,-0.06497402,0.0014004319,-0.000864683,0.022348154,0.0014179607,0.019400153,-0.021187736,-0.023335079,0.025547283,0.010328031,-0.0002845017,0.0151508665,0.024292678,0.023077028,-0.013154948,0.015678754,0.016258767,-0.027009971,0.036830265,-0.011072128,0.0055712955,-0.0033607339,0.0006473811,0.0075870664,0.020934014,0.009122033,0.0040286165,-0.01282566,0.002129561,0.008397821,-0.013642064,0.01139837,0.001561491,-0.02770367,-0.015103883,-0.009886915,0.003090561,-0.0024206259,0.0106321145,-0.0034438397,0.007316114,0.008794467,-0.009198484,-0.007479288,-0.005800479,0.012443306,0.016777685,0.0018260438,-0.026230518,-0.0086352145,-0.032750156,-0.007575482,0.0025387087,-0.012159038,-0.01302418,-0.008795442,0.00971997,0.02870406,-0.009896093,0.023814796,-0.004051154,-0.009462616,-0.0036458937,-0.01476984,-0.003733553,0.0080861,0.0014727606,0.002711148,-0.01663514,0.0019900338,-0.0047854693,-0.024607668,0.0013074209,0.00126268,-0.007706139,-0.008116081,0.0032849568,0.01876597,-0.034495916,-0.00895181,-0.0030343062,2.8310023e-05,0.016037442,0.019699747,-0.0045646396,0.0028146405,0.0077238725,-0.0023549118,-0.006287477,0.021417046,0.009152627,0.020565487,-0.0020333529,0.009374569,0.0027582445,-0.020608809,0.00026641745,-0.009895117,-0.011805043,-0.009597675,-0.005049936,0.015271119,0.009098237,-0.0073496015,-0.0019583346,0.013364251,-0.003018724,-0.0022540272,-0.015383644,0.004728884,-0.0040454776,-0.0013846199,-0.011457619,-0.012430708,0.0020247342,0.041440554,-0.0098116705,0.0017892463,-0.0063910424,-0.0026126169,-0.000743331,-0.03480861,0.0005116026,0.016601061,0.01581157,-0.006971269,0.017878165,-0.011840722,0.009811896,0.0038703373,0.008551376,-0.009974334,0.014988936,0.010610912,0.029952655,-0.007943261,0.000980339,0.0026388105,0.012482557,-0.006808041,-0.00580741,0.010258688,-0.022730436,-0.010987862,-0.00658388,-0.004383937,0.0066663884,-0.004553286,0.013649396,-0.022337219,0.0133015225,0.005531343,-0.006316056,-0.008336292,0.02045522,-0.010498745,0.0040303953,0.00896763,-0.012769502,0.0020311861,-0.0041305083,-0.031050012,0.022851756,-0.0066917366,0.014266483,0.010609855,0.019783027,-0.01620968,-0.0010274545,-0.019926267,-0.0058243065,0.013817669,-0.004229748,0.0010143659,0.005086312,-0.0013508422,-0.0088220155,0.0040823575,0.0064327144,-0.010541068,-0.0014078254,0.012750617,-0.0059463233,0.00012431294,0.009878669,0.0059608514,-0.0021119867,-0.0013636042,-0.0060495893,-0.016407581,-0.0016271423,-0.013718821,-0.014898728,0.0041011977,0.013611403,0.0008561746,-0.01655783,-0.012007851,0.005499051,-0.00074862374,0.0009325065,0.011804399,0.008858921,-0.013324342,0.009306727,-0.027468087,0.013215143,0.0025199326,0.008997839,0.0011024988,0.0082818,0.01761368,-0.003764159,0.008560299,-0.0045638364,0.013844677,0.0013667615,0.00021621742,0.024882264,-0.01542984,-0.011375497,-0.0009081515,-0.0010716722,0.013218373,-0.0051660617,-0.009883743,0.0097501725,0.014293238,0.0012782814,-0.0030101188,-0.018167563,-0.011872097,-0.004169855,-0.0018581451,0.014117818,0.033411272,-0.0007279816,-0.0085787205,-0.021619609,0.010161813,0.025456244,0.00017799472,-0.002098505,-0.0008695551,-0.008367605,0.0031816848,0.01120699,-0.015249319,-0.002751329,-0.0067918845,-0.004793236,0.0003886798,-0.005342683,0.0032563198,-0.020652443,0.006359099,0.0064188973,-0.00054120005,0.0028578069,0.08127476,-0.005051291,0.0003370138,0.009595266,0.0027847711,0.0020485257,-0.0015050698,0.004756241,0.0045287046,-0.010665556,-0.025791548,0.0022750115,-0.026015708,-0.012110189,0.0030358979,-0.0049394616,-0.0006856121,0.0068544317,0.003137376,-0.0024353769,-0.002262427,-0.01088441,-0.013469263,-0.0049703475,-0.0049230647,-0.011327191,-0.00527663,0.0048957653,0.015311867,-1.865504e-05,0.009729548,-0.0020255945,0.015556297,0.012502266,-0.005077334,-0.005958283,0.0021962377,0.00018289869,0.015941191,0.01542726,0.0037368648,0.017839178,0.007971137,-0.00018295176,0.00037704347,0.008704128,-0.009116772,0.0056583774,-0.015834974,0.022236764,-0.0033390026,-0.010810144,-0.0024711753,-0.009303581,-0.0048003043,-0.00556895,-0.005917491,-0.008315453,0.0052104006,-0.012679607,-0.0073192627,0.009040547,-0.005005085,0.0077180564,-0.021606058,-0.022063743,0.012983337,0.0046993904,-0.008489364,-0.01682291,0.006701794,-0.008464393,0.010077125,0.0054415492,0.027792327,0.010381633,-0.01582514,-0.013761915,-0.0005581547,0.0054335864,-0.0011295662,-0.0057488293,-0.0080447905,-0.006442983,0.017069435,0.0074409754,-0.0043164617,0.011782254,0.0040225275,-0.021710912,-0.0018223386,0.00040633776,-0.012572248,0.010414689,0.0025667546,0.0054676807,0.040094577,-0.0042383443,-0.0028358097,0.014310473,0.008742725,-0.008250764,-0.0133973025,0.01213188,0.0155725265,0.00014526614,0.002748952,0.009685845,0.021953594,-0.022387525,0.008408229,0.030922137,0.026367432,0.0025603417,-0.0010873204,0.0016973787,-0.010377267,0.0045160074,-0.022626292,0.004230522,-0.003588225,-0.007654102,-0.024604855,0.0005720536,0.0007381448,-0.014802955,-0.017637188,-0.0042717,-0.0054104333,0.01966837,0.0038537893,0.015834276,0.008035346,-0.0080686,0.0027019824,0.0037795291,0.005599579,0.022293346,0.014151298,-0.008238632,-0.007884134,-0.009675577,-0.0096495375,-0.018995222,0.011643437,0.014072037,0.019517293,0.0018275051,0.013325171,0.010784569,-0.0015229443,-0.01731017,-0.017024217,0.005156081,-0.012417203,-0.011884275,-0.0062003187,-0.0061933002,0.001576379,0.012324571,0.008209672,0.014853091,0.005880274,0.007086289,0.0021549133,0.0031027405,0.00077244855,0.0037349141,-0.015472074,0.018727597,0.002928887,0.010033921,0.0053870114,0.015315129,-0.008627326,-0.0014820631,0.0037277604,-0.00048519525,-0.006617469,0.0041316454,-0.019934388,0.0048249913,-0.02545669,-0.011593364,-0.027628023,0.004092031,-0.010033937,0.01390552,0.019387254,-0.018092982,-0.0074354885,-0.006755717,-0.0011661008,0.0010727647,0.007832792,-0.002928429,0.003478289,-0.012487696,0.0029084065,-0.00010628956,-0.007194256,0.0053978004,0.011273588,-0.031132791,0.011349667,-0.010783818,0.0052594272,-0.00034669312,-0.009427466,0.0023180689,0.017535882,-0.012871247,-0.009855598,0.016718948,0.020723054,-0.0015015367,0.015873147,-0.019538304,-0.0034631148,-0.003287282,0.008921523,0.009343132,0.014123306,-0.0037255604,0.0011448808,0.015247005,-0.0009281069,0.008368887,0.011059065,-0.011483836,-0.0021894583,-0.007310018,0.0058794445,0.0015727996,0.0146206,0.010446627,0.013465661,0.004166089,-0.012381588,-0.0026256049,-0.0017542382,-0.0068921847,-0.007113837,-0.009517354,-0.012608082,-0.0012181243,0.0037319514,0.004798912,-0.0085300235,-0.00090915104,-0.0010006577,-0.0043062028,-0.0019246505,-0.0058637876,-0.0061030714,-0.016601617,0.027667254,-0.08057339,-0.0048525683,-0.012648323,-0.0057575926,0.0140137505,0.008664719,-0.008809218,0.011249642,-0.016222976,-0.0023537586,-0.011126716,0.0009902662,-0.008846071,0.015799092,-0.00079152314,-0.010320705,-0.008829958,0.009440135,0.011401856,-0.014426133,-0.027192032,0.013802897,-0.00030705304,0.017037293,-0.009791305,0.0152056115,-0.0065831337,0.0021804976,0.00668864,-0.02111724,-0.01777712,0.002196548,0.017514808,0.0042638564,-0.003773439,0.0124485325,0.0032558893,-0.0065949247,-0.009135049,-0.007938802,0.010849941,0.016535494,-0.017496767,0.003224148,0.002575369,0.014653854,0.009601934,-0.008260365,0.0043804087,-0.0038875083,0.0033839913,0.023252085,-0.00787981,0.008720596,-0.013201516,0.014673726,0.007072441,0.011480934,0.0025018358,0.0028201926,-0.010953621,0.009259267,0.008535717,0.0016091742,-0.018462425,-0.013596256,-0.011190219,-0.0002737788,-0.010036145,-0.0051136054,-0.0031536238,-0.0015278123,-0.0095084375,-0.009383801,0.0011001498,0.008742965,0.017673329,-0.00028722294,0.0065079713,0.008878697,0.0072024097,7.965041e-05,0.011860943,-0.00991252,-0.013777731,-0.004665107,0.0037630552,0.0023654117,-0.007118488,0.019125234,-0.0033401954,0.010654968,-0.0076802513,0.0020191802,-0.01099191,0.0028411497,-0.01609148,0.0033010182,-0.0038431888,0.014502419,0.003597029,-0.007617238,-0.0019324641,0.0008164942,0.0008792509,0.004328305,-0.0057425955,-0.020422308,-0.008601804,-0.008669084,0.0009360927,0.006132103,0.0061959606,-0.0024869272,-0.0025997611,0.0141248,-0.009052019,0.0027696893,-0.010444458,0.0102555575,-0.0007582659,0.012123979,-0.005799277,-0.008660209,0.011277053,-0.018341355,-0.00021919112,-0.012334254,0.012575821,0.0022468485,0.008467994,0.002350499,0.017279897,0.010281212,-0.018155348,-0.0059983586,0.0237183,-0.0064143185,-0.0085597485,-0.0032908854,-0.0021614882,-0.007236836,-0.00070736685,0.0038958893,-0.011898279,0.0037726213,-0.013577338,0.014337645,0.010769243,-0.0020599496,-0.005002998,-0.012090358,0.005098546,0.008120877,-0.0058444683,0.0043352265,-0.0038119555,-0.0065820348,-0.011574214,-0.018440409,0.021070478,0.002363084,0.0004361649,-0.005016853,-0.0040220255,-0.005040107,0.00015001076,0.0068680136,-0.00010169151,-0.0025893708,-0.004744643,-0.008177898,0.0031031633,0.030865325,0.003813754,0.0017982392,0.004267447,-0.009134488,0.0029336277,-0.0013783312,0.015729463,0.015352125,0.0024249125,-0.026898742,0.0057280897,0.004601877,0.012739097,0.011986548,0.00159425,0.026433393,-0.0031367524,0.0003523755,-0.012867177,0.0065360954,-0.0049444432,0.0019492136,0.004416792,0.01622032,0.01222575,-0.02687691,-0.008796371,0.012020803,-0.026532128,0.003444326,0.007010216,-0.08359638,-0.007644677,0.0056326,-0.013338597,-0.0038437569,0.0008931449,0.0024682228,-0.0063960063,0.0063603264,-0.0005161548,0.0063294857,0.0074001024,-0.014598008,-0.008073337,-0.0023796216,0.0045121196,0.001511049,-0.0038368432,-0.007242736,0.008892507,0.00038288537,0.009358313,-0.003616527,0.012113348,-0.00023327791,0.0051047467,-0.014944924,-0.0019854705,-0.0051166527,-0.0061795553,-0.014077886,0.0021706885,8.0223545e-05,-0.0020380202,0.007501558,-0.0050478126,0.016407218,-0.0023746204,-0.13264963,0.0010192008,-0.0015231101,-0.0025047984,0.008181634,-0.016292196,0.0047424445,0.0062472406,0.0023281479,-0.0049884985,-0.0005019467,0.0021071075,-0.011353377,-0.01998473,-0.003567274,-0.0040864483,-0.004731672,0.009053587,-0.005573824,0.0030327346,-0.009613583,0.00416724,0.017380795,0.01894446,-0.004135168,0.010848124,-0.0012014527,0.0065135574,0.0044164313,-0.010423778,-0.0008133055,-0.002597603,-0.00069834443,0.008507943,-0.011826497,0.007910679,0.00043445893,0.0005469587,0.0062476387,-0.0026026808,0.015102714,0.009120839,0.0037955856,0.008432828,0.0012821598,-0.0069663106,0.013372278,0.009617114,0.0077639595,-0.013958588,-0.014781706,0.0041233096,-0.011847233,0.0030690143,0.007830349,-0.0078179715,0.016989194,-0.0038288361,-0.0017385023,0.007930711,0.005093143,0.010963827,0.008567827,0.0020128659,-0.005517796,0.015079785,0.006492512,0.021605419,-0.019830449,0.00021596863,-0.015956193,0.024344025,0.014747965,-0.009120669,0.015901841,0.0017908477,-0.0013333384,-0.018921802,0.0038941693,-0.012172795,0.0075936797,0.00084088003,-0.014436195,0.027552726,-0.004578751,-0.007822255,-0.020428523,-0.013692393,0.002604123,-0.04420519,-0.009547965,0.0011428226,-0.011755813,0.025056807,-0.0023800142,-0.0031297577,-0.0018945958,-0.010654723,-0.004800175,0.01715742,-0.012374969,0.0060444893,0.0075718625,0.008395573,-0.0010395147,0.010452778,-0.0018179031,-0.005531235,0.0060990048,-0.0087879775,-0.00251442,-0.016456448,0.005100064,-0.021288155,-0.010497404,0.011227419,-0.006266604,0.010199901,-0.009621712,0.005251951,-0.012196915,-0.002526721,0.026493063,0.003997123,-0.008655153,0.025768396,0.015537369,-0.009806603,-0.010646677,-0.018197864,-0.033816516,-0.007560674,0.0095618,0.005680236,0.008109701,0.00083081546,-0.035368744,-0.014293103,0.00082011195,0.004899995,0.015046058,-0.024257012,-0.0008748393,-0.008200906,0.011006428,-0.024012107,-0.0059502865,0.0054693273,-0.015822332,0.0060624983,-0.0035749273,-0.014477236,0.011918563,0.0012103264,0.015760252,0.0067385067,-0.003069433,-0.00037166392,-0.017696455,0.021401932,-0.003627374,0.011662919,-0.010403327,-0.00011085702,-0.02658416,-0.0025350605,0.009112263,-0.0037979223,0.0071379044,0.015488594,0.0072432193,-0.00053418,0.012667568,-0.00708692,-0.02188517,0.012772473,0.004702083,-0.018064104,-0.017524809,0.0017456549,-0.0039507695,-0.006306918,-0.005236695,0.010623961,0.025837881,0.0026109354,0.004097037,0.006879527,-0.008834036,0.03144711,0.013768065,0.01285244,-0.015502037,-0.004881196,-0.017679865,-0.0018270378,-0.002545444,0.010608368,0.011078567,-0.004510619,0.011899992,0.005182561,0.01753481,-0.16296598,-0.0025115497,0.02039423,-0.00048155666,0.0013042671,-0.024524756,-0.0016281855,0.013357915,0.03519093,-0.007589577,0.012215077,-0.030047446,0.0038692104,-0.013259585,0.026155256,-0.008824226,0.008355522,0.0130496705,-0.01612523,-0.017183376,-0.017076679,0.0028984116,-0.012421608,-0.0054899994,-0.001700821,-0.0015327212,0.0152825285,-0.00095637457,0.00372444,0.00021987164,0.0053193164,0.02341359,0.013876229,-0.016604448,0.011588088,-0.015619022,0.0021240169,-0.0032879186,-0.027499205,0.0012591138,0.01240196,-0.0043121376,-0.009111391,-0.00193424,0.0068498366,0.019649971,-0.03815954,0.023689592,-0.026097434,-0.0044487026,0.023641111,-0.0063367877,0.01804141,-0.008130811,-0.004198178,0.011430066,-0.010811888,-0.025624711,-0.00543678,-0.010190057,0.021467926,0.00824008,0.004832911,0.00089716277,-0.0019963926,-0.01845025,-0.0008416333,0.15524535,-0.00429186,0.0073542404,-0.014020604,0.008492746,-0.006142235,0.034230772,0.0005626655,-0.004016242,-0.026268357,0.012680905,6.8432484e-05,-0.010345098,0.03220975,-0.010424189,-0.0034269728,-0.0032606537,0.0166528,-0.0018336248,-0.008075377,0.003175308,-0.0034034913,-0.019208847,-0.008717444,0.014401759,0.014578058,0.010212502,-0.007974323,0.004682833,0.018417252,0.022398386,-0.020453466,-0.024185175,-0.016675891,0.0073239068,-0.0020776785,0.008535696,-0.009274949,-0.009920416,0.002257785,-0.0010899941,-0.013233292,-0.00046253263,-0.0025683676,0.006749857,0.0023499536,-0.013535606,0.026316794,-0.010637851,-0.0019871583,-0.024242148,-0.021846043,-0.017087795,-0.012083262,-0.032394163,0.015604526,0.027447894,0.0016230564,-0.017849164,-0.0056309616,0.008779136,0.010001954,-0.010396895,-0.0030449436,0.017518017,0.010573807,0.008233696,-0.0044922223,-0.0028064616,-0.081958234,0.0032896113,-0.033070747,-0.010818326,-0.033067383,0.006451295,-0.0018806235,0.023551408,-0.01318496,-0.0184675,-0.00058641133,0.004732584,0.0031232093,-0.00046896262,-0.014300295,0.0056618648,-0.008849432,0.0015643782,-0.006306977,0.0069245812,0.0027850089,0.0026392036,-0.0024341182,0.008899152,-0.019894466,0.007894707,-0.0051166248,-0.006636426,-0.013495017,0.0011464728,-0.013127333,0.020564226,-0.03951331,0.0054240944,-0.0008294788,0.008998775,0.008213398,-0.0025368787,-0.02037673,-0.013572314,0.004971586,-0.008154237,-0.010081632,0.0036843459,0.0029422508,-0.01803778,0.01766835,-0.012322732,-0.039722268,-0.01353754,0.004804888,-0.0005150346,0.0044089346,-0.0053680744,-0.0057452586,0.017713256,0.001134952,-0.009270299,0.014810799,0.023816416,0.008762134,0.0146956295,-0.009629722,-0.019019945,0.006848763,-0.016051516,0.015183745,0.029803168,-0.0007185681,0.008796096,-0.0025205817,-0.015479805,0.022287015,-0.00420551,0.0097595025,-0.005668686,0.012787901,-0.0065096505,0.01691962,-0.020385293,-0.00957678,-0.013896766,0.018958107,-0.00066207163,0.05561051,-0.019854758,-0.0053742225,-0.008992148,-0.00793023,-0.009848868,-0.010616519,0.01526033,-0.01823345,-0.023647482,0.009345296,-0.01654322,-0.023710666,0.032608513,0.0070706946,0.0017538264,0.010216434,0.029429298,-0.0031314387,-0.004940179,0.006326542,-0.004963793,-0.015565629,-0.02156861,0.0078110797,9.169362e-05,-0.0068156905,0.023409117,0.0014317617,-0.012526214,0.025112297,-0.0020058628,0.020665925,0.010643966,-0.0010640691,-0.026461486,-0.012883066,-0.0041390974,0.007942378,0.005549883,-0.0073224865,-0.004058684,0.007679145,0.00086854293,0.0064015365,0.014939976,-0.005813055,0.0034890012,-0.0008695912,0.0063714096,0.013141997,-0.035371207,0.008835033,0.0053698756,-0.01731681,-0.010295727,-0.0063768663,0.018330274,0.009604007,0.022676058,0.0059574,-0.0019472386,0.0071933814,-0.026920635,-0.014682516,-0.022489544,0.000927193,-0.0050591333,0.004260147,-0.0016856871,0.013687292,-0.008120843,0.015935108,0.01001425,-0.00537017,-0.012479112,-0.0072701965,0.025153663,0.0076141125,0.010669997,0.0036355553,-0.011381896,0.0009750443,-0.007980529,-0.022396468,-0.018351927,-0.012447451,-0.004309062,0.00085592427,-0.006808019,0.015783755,0.0032257147,0.030229585,0.0004858224,0.0029888148,-0.07898748,0.005864418,-0.005665452,-0.016033575,-0.01594969,-0.0022939367,0.011116818,-0.011819173,-0.042865627,0.012538899,0.0087637575,0.010265141,0.00065303943,-0.00013374776,0.010811342,0.010334181,-0.0009042981,0.01514663,0.017468018,-0.0032567312,0.00031412393,0.005095153,-0.012326902,-0.0037043204,-0.0019457208,-0.011750523,0.010300106,-0.0027303793,0.0032278078,0.010132363,-0.004249276,0.008201578,-0.00019983525,0.0015495294,0.010645433,-0.01777173,0.00059084565,-0.019983647,0.017951107,-0.052441876,-0.0018236015,0.011043321,-0.06633989,-0.0040994454,0.016068444,0.025746264,0.0015047432,-0.007138179,0.0034418642,-0.025444428,0.0029134792,0.01405746,-0.0049491986,0.014438254,0.0009808782,-0.004942289,0.017041018,-0.0042440686,0.00440574,-0.00963244,0.012974517,0.0129789,-0.0072110454,0.006091876,0.021862695,0.012267925,-0.021320112,-0.0069192923,0.00097149436,0.017712155,-0.0030022985,-0.015312973,-0.016244346,0.00052758364,-0.0064070364,0.00032720118,-0.021123365,-0.009689901,-0.0065706014,0.05767734,-0.010747369,-0.008575921,-0.033634696,0.020768978,-0.002774218,-0.006740485,0.0023352653,-0.10160437,0.0077021862,-0.011746245,-0.0066449516,0.018429693,0.024992226,-0.013593255,0.031794403,-0.0031203004,0.00084498344,-0.01590021,0.00085407717,-0.034704573,0.02577922,0.008627125,0.004038353,0.004566735,0.011200297,0.002249096,0.014813227,-0.0042645806,0.0068243244,0.003911266,0.010932249,-0.016115313,-0.08800135,0.023196345,0.022159152,-0.007423474,-0.019111117,0.0022399877,-0.009876658,0.0044731987,0.009989834,0.00038579913,0.022851504,-0.01729317,-0.010809271,-0.00081133726,-0.0101059405,-0.00027941793,0.018289817,0.009878431,-0.004690279,0.008410172,0.0181334,-0.014957701,0.0062253578,-0.02183731,-0.0101542575,0.008250532,-0.0022202749,0.0033905702,0.012620097,0.013943277,0.0058636726,-0.01693504,-0.040504273,-0.0075502596,-0.014705751,-0.02959338,0.0005009053,0.006504783,-0.0046463613,-0.027465964,-0.009571184,-0.0044731954,-0.010661326,-0.03495808,0.011683119,0.0030174498,0.016622446,0.0022057453,-0.0037888857,-0.008368905,-0.01258107,-0.013877662,-0.0029969835,-0.020340245,-0.0052473526,0.01701461,-0.0111654615,0.023949197,-0.016814878,0.0072473693,0.014733637,0.013270781,0.01040745,0.0007092619,-0.0014594555,-0.011315409,-0.0012282261,-0.015486619,0.0071831527,0.012983414,-0.009865091,0.003919643,-0.007991302,0.0051193023,-0.007619552,0.010550793,0.014872197,0.0128872795,0.002028498,0.010542487,-0.017576454,0.0015206654,0.010407505,-0.00818877,-0.005691899,0.0076843128,-0.0062714666,0.004717654,-0.013032363,-0.0057136957,-0.020121736,0.004826347,-0.0043481984,-0.005713098,-0.010384679,-0.008609774,-0.0073827207,0.0016601608,-0.028408686,0.0103335325,-0.023695761,-0.004799382,-0.0079951,-0.0033513943,0.018821843,8.721232e-05,0.02237375,-0.00351083,0.011363974,0.0032336602,-0.007021836,-0.010853008,0.017594175,-0.02418921,0.0059326687,-0.0041811895,0.008457948,0.0075810086,0.014784869,-0.005569598,0.01808771,0.009526002,-0.012005338,-0.025766475,-0.007875643,-0.010689764,-0.013258745,0.0006951719,-0.04293023,-0.022727434,0.01206683,-0.022767536,0.0069840485,0.0026905318,-0.0040101423,-0.0050322083,0.0071687484,0.0024016555,-0.024151513,-0.0038724684,-0.02450203,0.017495291,0.00062157185,0.0048491186,-0.016542604,0.0007653537,-0.03189071,0.019664578,0.0015174221,0.062280882,0.006904886,0.026695032,0.030705938,0.01252293,-0.016196536,-0.006959703,-0.008287165,0.01104921,0.0076757176,0.016317254,0.0035448037,0.02004191,-0.005998378,0.01032519,0.014031112,0.022823658,0.020651251,0.028665137,0.000715949,-0.006738857,-0.011572117,-0.012702361,0.0068190573,0.010927567,0.0053661214,0.006792494,0.016149161,-0.006621524,0.009736965,0.013860568,-0.001601995,0.024052007,-0.007699003,-0.014352799,0.012616459,0.009914399,0.0045930343,-0.0043578236,0.006965687,-0.026193483,0.010015124,-0.0057985736,0.008867657,-0.008158995,0.017415423,-0.0031709948,0.023858398,0.005576197,-0.010754012,-0.011239857,-0.0017825606,-0.012139732,0.003673181,0.013466207,-0.0002514831,-0.014360809,-0.028807556,-0.0015547359,0.0005452624,0.014989939,-0.0045807287,-0.019467002,-0.015071727,0.0100220265,0.019068364,0.0051495056,0.014272857,0.013686814,0.015466284,0.00030107508,-0.001411586,0.010157205,-0.011888563,-0.015929954,-0.008255445,0.02330134,0.024858015,-0.016320435,0.001288701,0.008158394,-0.020206485,0.0052757207,-0.0017136603,-0.0014354663,-0.005014752,-0.0082245935,-0.026487721,-0.017288,0.023733169,-0.011225612,-0.014221148,-0.006572513,0.006273234,0.014737397,-0.014230636,-0.0010714218,0.012602634,-0.028509988,0.0016384523,-0.021954956,0.0028269591,-0.009731832,0.029915027,0.02230739,-0.008637052,0.011167422,-0.015866732,0.0021413649,-0.0012123822,0.011285003,-0.0071144085,-0.0039345766,-0.0056416863,0.003082145,-0.011918153,0.009139538,-0.0071810507,0.040448558,0.0052194707,0.0055807866,-0.0061642025,-0.023533396,-0.00081096485,-0.0015903591,0.006215281,0.008266209,-0.025330504,0.017479388,0.0060455957,0.01053784,-0.014167979,0.04211176,-0.03329438,0.0015053874,-0.0027361873,-0.010879972,0.011524792,0.005048452,-0.014784163,-0.033283286,0.00025075953,-0.003468543,-0.002509404,0.016976893,0.01013627,-0.009110887,-0.002604006,0.0007262745,0.0070285704,-0.00038056035,0.014388443,-0.012686957,-0.019163182,-0.016817324,-0.0041916193,0.0048488816,0.01612194,0.008674554,0.0007219515,-0.0013149182,0.021801675,-0.0043854467,0.0020307568,-0.007585013,-0.020069785,-0.01501794,-0.00014244072,0.0033518989,0.007042092,0.0019943535,-0.015804777,0.0056992085,-0.017246602,-0.0020306942,0.001401415,0.011374084,0.015850717,-0.019221855,-0.008320844,-0.013674136,0.03516325,0.020438546,-0.016599555,-0.0066390657,-0.0077939425,-0.00010049373,0.005989958,-0.019612173,0.0035572771,0.0027859765,0.0044758185,-0.006300882,-0.0019885753,0.020861385,-0.00801438,-0.013980204,-0.0030994648,0.0032675022,0.0006497862,0.011381985,-0.0075066485,-0.00847899,-0.017611483,0.014594924,0.0049644234,-0.033974055,0.0147999,0.0030937188,-0.012052566,0.00079936505,0.026381604,0.018043594,-0.0034693445,0.034009542,-0.003765595,0.009311609,-0.0016244648,0.013267349,-0.020175664,0.008689745,0.009286015,-0.018020632,-0.005079713,-0.009454701,-0.026035296,0.0076903435,0.0071830424,0.0027247,0.019704912,0.025540324,-0.0077237664,0.0006420779,0.013151764,-0.015311753,-0.022271624,0.00022297894,0.0007483487,0.017524425,0.013139392,-0.03195092,0.024566444,-0.015270172,0.0060408986,-0.0062639066,0.007338135,-0.016046597,-0.002563747,0.007099941,-0.00018451009,0.00086437113,0.004527654,-0.011188536,0.0018851336,0.016155409,-0.01269182,0.017233975,-0.014020117,-0.009248619,-0.00486563,0.004902313,0.005459896,0.025502285,0.006920658,0.0053548235,0.0030583586,-0.008453504,0.0059929043,0.022140706,0.014865554,0.026202621,-0.02446607,-0.005464586,0.018990751,0.005286792,-0.020144802,-0.009413202,-0.024021959,0.0154251205,-0.009329716,-0.011450346,-0.0013863861,-0.012917959,-0.0080231065,-0.0011514949,0.004458975,0.008244898,0.015141713,0.02654376,-0.0072866776,-0.008305144,-0.033696383,-0.014303666,0.0030163557,0.009165712,0.015045604,-0.039396785,-0.006046557,-0.033539303,-3.1082684e-05,-0.021417532,-0.0021596276,0.017884608,-0.009180352,0.020977713,0.015166638,-0.026664702,0.023702916,-0.0010167249,0.0075076027,0.00763581,-0.0014382476,-0.0061618374,-0.03677563,0.016672976,-0.007965136,-0.0050864597,-0.026718425,0.011357523,-0.026251318,-0.01586193,-0.002597608,-0.0024498499,0.017411271,0.021628907,-0.0073653623,0.0040878365,-0.010996683,-0.011294054,-0.009948767,0.007024766,0.002145663,0.017319292,0.004584119,-0.01222556,-0.020974776,-0.007942505,-0.004325089,-0.016880115,-0.021073906,0.007721441,0.010033065,0.009263755,-0.006477692,0.004544853,-0.008272559,-0.013369643,-0.007198843,0.003062288,-0.022245768,-0.0043435073,0.00044552662,0.010492963,0.010850941,0.01612013,-0.000405877,-0.008339887,0.016208278,-0.0022679085,0.0028846636,-0.006516415,-0.01052305,0.009032717,-0.01956189,-0.0076209675,0.018063718,-0.013784824,-0.0050053964,-0.014481531,-0.018806184,0.016925758,0.008121164,0.030418186,-2.2304106e-05,-0.013238437,-0.00014305508,0.014981871,-0.010708054,-0.009610537,-0.0075502805,-0.0054612844,-0.0020557935,-0.0019313846,0.014001781,0.024093363,-0.021365786,-0.019493086,-0.022432715,-0.022360355,0.018326687,-0.00330683,-0.0046128137,-0.0066194627,-0.0057967785,0.003920334,0.0041822386,-0.017994162,-0.0078024985,0.003659818,0.0037427351,0.0032644665,0.022862421,0.01459609,0.0031156663,0.010546487,0.015987583,0.0058647366,0.0024923137,-0.0055511044,0.016558954,0.009339336,0.0059283017,0.024853254,0.0096766,-0.013716928,-0.0010652322,-0.03324234,-0.0038741136,-0.0023568806,0.012813094,0.0077134147,0.0034864012,0.0018855539,0.0016369286,0.008504402,-0.01619705,0.005028877,-0.013538545,-0.003987403,0.0013464525,0.0057434407,-0.00023238637,-0.027698873,0.014000993,0.019488417,0.0041619595,-0.0060141254,0.03753758,-0.00040894933,0.020249344,-0.0040861825,-0.00982998,0.0061577945,0.011075304,0.02397789,-0.023095082,-0.018476503,0.014921613,-0.0022335893,0.004968099,-0.020085093,-0.023847546,0.02348276,0.0015946532,0.011237147,-0.014074783,0.010354332,0.0015273581,-0.01818001,-0.009719543,0.013303647,0.015024059,-0.010013246,-0.007779523,0.01580443,-0.0026314664,0.020663397,0.0058819912,-0.0032169214,-0.0019555972,0.017577551,-0.005650761,0.0049348488,0.0027224438,-0.007985321,-0.008715193,-0.013469429,-0.027019678,-0.0010108245,0.0073205554,0.010723851,0.013823788,0.004564241,-0.0037050706,0.0018525966,0.010750463,-0.042453088,0.0014346853,-0.014174719,0.022690224,0.015041033,-0.002665951,0.0035303915,-0.007476612,-0.00015031792,-0.0039912337,-0.004355813,0.011679835,0.0038427946,0.024308758,0.0085227955,0.0028565244,-0.0025146387,-0.0055373795,0.01867622,0.0002156343,-0.019801179,0.012517289,-0.0015105092,0.0018475527,0.03128882,0.00696534,0.15831254,0.10571316,-0.005649605,0.026491616,0.027669951,-0.0077688633,-0.02592775,-0.0035503702,0.006197507,0.018402971,0.0032853903,-0.0008756606,0.009623837,-0.011378516,0.0025003243,-0.00488072,-0.00045753797,-0.009835482,-0.012829072,-0.0038210389,-0.011955505,0.0007034224,-0.014214241,0.017887753,-0.039486323,0.02092898,-0.0019008456,0.011307613,-0.002679768,-0.017466098,-0.0063243187,0.011850426,-0.0003688001,-0.024469104,0.02972991,-0.012736492,-0.008348858,0.008665788,0.008883733,-0.02303265,-0.0041036685,0.006432526,0.0056975605,-0.013428238,-0.0029731446,-0.018774848,0.009166809,0.004911029,0.01442185,0.00875129,-0.006078588,-0.007878148,0.016831862,-0.013343293,-0.0032275817,0.009728101,0.0054888777,-0.0027482042,0.0022066503,0.023615325,0.0195025,0.015978172,-0.0150253195,0.0062264153,0.010358141,-0.009874585,0.005704148,-0.019273981,-0.015490228,-0.00096385,0.019351684,-0.017683215,-0.0042214314,0.015576136,0.0067848098,-0.0006811737,0.014887457,0.020976942,0.011165024,0.014971924,0.0010870601,0.012913045,-0.01588773,-0.015857974,0.010681295,-0.025839018,0.0001536069,0.021909129,0.13349587,0.0034822437,-0.0024667606,-0.007819499,0.014355545,-0.019212337,0.009331212,0.05009,0.0021271934,0.02169715,0.015384861,0.002631662,-0.012688907,-0.014679958,-0.0019061816,-0.019979065,-0.0063114176,0.011328115,-0.012313318,0.0027542382,0.001305295,-0.00052589015,0.001661586,0.008428067,0.006550181,0.020133892,-0.011036868,-0.00011882873,-0.01749169,0.0055163605,-0.099762715,0.016849745,-0.00564535,-0.0017739676,-0.017420113,0.012810959,0.04633068,-0.0061907726,-0.011435995,0.010143284,0.006419646,-0.008225783,-0.008817453,-0.01450791,-0.0114669865,0.0059700585,0.0027597842,-0.0045933146,-0.016227623,0.013920735,-0.0073473686,-0.004253087,-0.0063561806,0.011728943,-0.009920012,-0.013728374,0.0011062758,-0.009610606,-0.0023482633,0.01801423,-0.0024408116,0.01498941,-0.012277926,0.007956414,-0.010936927,-0.003025025,-0.0044599497,-0.013366417,0.0104528405,-0.014819193,-0.0009858205,-0.033885192,-0.012458429,-0.008853153,0.002922563,-0.00079172885,-0.017804025,-0.012233705,-0.022068666,-0.011548089,0.022349086,-0.0064837425,0.0055017513,0.030322865,-0.0035736042,0.0059993826,-0.013084246,-0.010611779,-0.02541298,0.022579523,0.006583858,-0.009434633,-0.0077824574,0.0044648643,-0.022393944,-0.0049488037,0.0019215167,0.00540355,-0.017691555,-0.002236765,0.006065216,0.003562893,-0.0072935494,-0.019948345,0.012034459,0.022169411,-0.005778986,0.013747767,0.028052403,-0.0020155432,0.00070780836,-0.018364275,-0.013152963,0.1254779,-0.0015130627,-0.022970345,0.004424234,0.012810187,-0.03621264,-0.0034579928,-0.0012425774,-0.005200972,0.010543138,-0.013251998,-0.033582296,0.0090513555,0.020368742,0.007606045,-0.023588566,-0.016051691,-0.010366816,0.027267786,0.007916037,0.009507299,0.014880607,-0.019687815,-0.016008843,0.008919858,0.010091946,-0.009325413,-0.011908666,-0.001908624,0.012819588,-0.012286359,-0.01318827,0.011676509,-0.00033518515,-0.018489407,0.023280146,-0.010992961,0.00650064,-0.010886846,-0.016839322,-0.007274057,-0.008251024,0.014321124,0.019436345,-0.03325346,0.19628464,-0.02381504,-0.008114929,-1.6738653e-05,-0.0024583498,0.022175383,0.003493265,-0.00035352676,-0.01210934,0.012891781,0.030175965,-0.01433605,0.0034758765,0.002880766,0.0010054727,-0.017739793,-0.02178817,0.023374097,0.007821003,0.0028901494,-0.0038824503,-0.01652094,0.0057734805,-0.02355839,0.0009605489,0.013696671,0.0030600564,0.024900125,0.002562937,-0.00036019026,-0.002443482,-0.007856991,0.0003538085,-0.0062866323,-0.0035360283,-0.0011093621,-0.0081985975,0.015502511,0.023526665,-0.0071131107,0.008953076,0.0013007676,-0.006636719,0.004067452,-0.006840098,-0.011885011,-0.012784678,-0.004248717,-0.011780355,0.0006308073,-0.007066366,0.009180886,0.006557242,-0.0013875979,-0.014725544,0.017311169,-0.009460898,-0.009112187,0.002736555,-0.016688932,0.0015756983,0.01698133,-0.00014487999,-0.006216768,0.0045699356,-0.010932006,-0.016737536]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 115,
          "content": "Single Men Savor \"Soy Sauce-Marinated Egg Yolks\" | A Little More Rice Accompaniment | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.024002481,-0.014968356,0.012891,-0.06436787,0.021842094,0.0020992802,-0.009838591,-0.013650657,0.023085546,-0.0023237988,-0.004627624,0.0093992865,0.0025735623,0.0048650927,0.09015791,0.0102314735,0.025649097,0.0071083335,0.0119135445,-0.029736824,0.012599339,0.019427653,0.014854032,-0.0007364605,-0.01330899,0.019760625,0.04935228,0.011827893,0.022551117,0.01077493,0.023143463,0.012012391,0.008896158,0.029031415,0.010786061,0.03269349,0.032233182,-0.022175875,0.006822566,-0.010250898,-0.011208882,0.026600067,-0.0033128941,0.015214895,0.029720277,-0.008857714,-0.016321987,0.00035747775,0.021375617,0.016333846,-0.03137877,-0.022794193,0.027556593,-0.17195116,0.023291757,0.024053754,0.0031278022,-0.020825217,-0.011260067,0.038946606,-0.019862957,0.01528182,-0.01645293,-0.0039604492,-0.027796991,0.011468202,0.0023092763,0.016415963,0.014331733,-0.0069078202,0.0010654762,0.034482293,-0.019276923,-0.007171826,0.024293346,-0.012738171,-0.012882715,0.03361463,-0.026357317,-0.022291824,-0.002584444,0.001959239,-0.020876346,-0.021682234,-0.009375198,0.005053082,0.020916376,0.0032900253,-0.010771873,0.0029527843,0.0025464757,-0.0068382705,0.012930369,-0.0006173014,-0.050026655,0.0066177775,0.014135751,-0.01552818,-0.012815667,-0.0023135534,-0.024899866,0.007981649,0.012338966,-0.0052327067,0.025294567,-0.02625657,-0.01891369,-0.009207226,-0.02184355,-0.008466207,-0.016580524,0.010949012,-0.031528316,0.022330841,-0.000123704,-0.10325807,-0.007813204,-0.024902789,0.0011247223,-0.01095754,-0.021999909,-0.009583236,-0.024785513,0.016963571,-0.013255052,-0.013457966,-0.012160973,0.0051797233,-0.025604412,0.0104055945,-0.009547348,-0.021276215,0.0113494275,0.019710688,-0.0015381402,0.01594314,0.0054662493,-0.013015393,0.008393739,0.009090396,-0.010424423,-0.022440698,-0.016501017,0.01173161,-0.04653542,-0.0058557848,-0.021163838,-0.010811378,0.028235879,0.0110728815,0.027645977,0.00041583064,0.007301201,0.0030266512,0.016386209,-0.028521622,0.008660468,-0.0022880842,0.0141418995,0.019406427,0.03048957,-0.010959757,-0.011023725,0.010329793,0.017599989,0.0035151609,-0.0073590493,0.0027618322,0.007041768,-0.022388542,-0.0187759,0.01820492,0.027141945,-0.006281205,0.007727545,-0.012684441,0.009618859,-0.0027704008,0.008902717,0.018262394,0.0045798556,-0.011142581,0.03332594,-0.0031964234,-0.0040833573,-0.023080548,0.009679203,-0.0063436776,0.0387602,0.0078535685,-0.027283888,0.00377135,0.0055939313,-0.02889921,-0.0015682005,0.001596374,-0.014186178,-0.019032197,0.0069068577,0.009303595,0.0031920162,0.03702154,-0.011269665,0.0013329602,-0.011381865,0.020200513,0.023275549,0.008894478,0.017854432,0.026400527,-0.021182556,0.012732328,0.02944647,-0.0058862674,0.009663749,0.009369804,-0.009436681,-0.0024337317,0.00553549,-0.02776746,0.007908473,-0.01291458,0.007346833,0.025029885,-0.003753029,-0.006239692,-0.008206783,0.0142436465,-0.049049076,-0.023657601,-0.039153457,0.017265692,0.04112092,0.010700214,-0.009244952,-0.0026159086,0.016631257,-0.0024216776,0.026039153,0.044964388,-0.004690217,-0.027757961,-0.0013739796,0.0032942109,-0.00012142533,-0.022721455,0.0056149685,0.0031991089,0.021771967,0.03565893,-0.028166763,-0.029084364,0.017177006,5.4247253e-06,0.021453727,-0.017533705,0.025061443,0.008379478,0.0078063835,0.010853207,-0.007924369,-0.029523022,0.006706806,-0.035244755,0.0050547635,0.038067214,0.0022865213,0.01932566,-0.008461417,0.0048236814,0.008752036,0.013341998,0.00017936954,-0.0063578407,0.022695003,0.0266644,-0.082260005,0.036266375,-0.009903916,-0.025286082,-0.0012158415,0.002544973,0.03931277,0.004926378,-0.024163263,0.012860868,-0.0007934674,-0.025989499,0.01626265,-0.0011891789,-0.009138653,-0.0034382367,0.000131301,-0.019275678,0.008507759,-0.013241838,-0.0016460584,-0.014609323,-0.013934912,-0.00080369884,-0.037844982,-0.02781587,-0.008481357,0.031816237,0.016418962,-0.011739395,0.021705199,-0.003529965,-0.0006609034,0.0040239366,0.016617116,-0.02375915,-0.0058319042,0.009940004,-0.027717143,-0.015541215,-0.0044825124,0.004866535,-0.009934412,-0.007129964,0.0048433277,-0.016468776,0.0090219015,0.006118983,-0.0031917607,0.036916986,0.015244289,0.0017660653,0.0147328675,-0.032468,-0.0014231818,-0.003960107,0.033520445,0.024778802,0.02264526,0.009132519,-0.006392953,-0.0032185407,-0.0004487002,0.0030639714,-0.018737122,9.382446e-06,-0.0043217856,-0.032943867,0.010556953,-0.018084126,0.012170425,-0.00565591,0.013957275,-0.0075018103,-0.016909592,0.029980607,0.021310586,-0.009845314,-0.016131317,0.034790102,0.0023831397,-0.025648288,0.011201531,0.0028567524,0.015535837,0.034366988,0.009608305,0.018325694,0.01764106,-0.006759412,-0.009424404,0.024625499,0.03031328,0.021505585,-0.01429076,0.010401024,-0.007114532,0.004921665,0.0023213665,-0.015660403,0.014650712,0.011656283,-0.00014540846,-0.0023910643,0.012043794,0.017917842,0.002154939,-0.03257965,-0.018340945,0.010052861,-0.010140085,-0.010996723,-0.00019731668,0.0051979604,0.0058981087,0.0070665004,-0.00290812,0.009600692,-0.019581579,0.027868424,0.0036037904,-0.010525674,-0.004489631,0.003640445,-0.011121812,-0.03423919,0.027065601,0.000882095,0.017675731,-0.011737407,-0.028718438,-0.03534172,-0.008855039,0.008179775,0.015662916,-0.02931834,-0.0004972086,0.008950267,0.0045890864,0.0066821952,0.002962764,-0.0020311328,0.00085798476,0.0066480623,-0.014404391,0.0008723638,0.009742333,0.014800668,-0.0124262795,-0.029330833,-0.01377464,-0.027312482,0.021192787,-0.0036998666,-0.0063064494,-0.0017570006,-0.024224715,0.017134387,-0.022092018,-0.007525825,0.019460183,0.006658486,0.012025267,-0.004968756,-0.006211678,0.005357582,-0.032081567,-0.03583067,-0.016550578,0.007753279,0.00656213,-0.01750397,-0.015940845,0.020448176,-0.006163492,0.0026333947,0.0011734351,0.03009081,0.023384333,-0.0041081263,0.026852408,-0.0024530026,0.0011901765,0.018182904,0.0001588192,-0.030870445,-0.0035303112,-3.087841e-05,0.007934729,0.010515177,-0.0045581916,-0.016504342,-0.042673565,-0.01047467,0.048360936,0.011810037,-0.007013553,0.0014141656,0.009320969,0.004222269,0.0071056583,-0.0022958254,-0.031742606,-0.0004998171,-0.014913248,-0.0070454776,-0.0113289645,-0.004706519,0.016828777,-0.005751667,-0.0040688454,-0.0092776,-0.0017301466,-0.023041021,0.009955382,0.0009578376,-0.054832593,-0.0090489285,0.005275618,0.02156839,-0.011842197,-0.01044255,0.0267077,-0.015818382,-0.0023595255,-0.008102651,0.01728081,-0.019635916,-0.0056952876,0.011887918,0.0060331966,-0.007103294,-0.012015196,0.037630603,-0.012236094,-0.010040958,0.015763903,0.0044631413,0.013796654,0.003478553,-0.0048794723,-0.011299834,0.015910257,0.01587779,-0.028891923,0.033262182,0.0037326696,-0.015884925,0.007603045,0.015763862,-0.0004853532,0.009871344,0.010292595,0.017593892,0.015448411,0.023896793,-0.009591514,0.008031466,-0.027141884,-0.002280881,-0.0056801904,0.00950182,0.021333123,0.0029935127,0.009557627,0.003193911,0.0014964348,0.0028620563,0.0026702695,-0.09345199,-0.020621464,0.004294433,-0.010789907,-0.01009188,-0.008958131,0.01096388,0.012138724,-0.011828209,-0.00050381286,0.0038745976,-0.010331365,-0.008763951,-0.009581605,-0.0025894924,-0.014423742,0.0008002963,0.023394069,0.008075905,0.0011891582,0.021344198,-0.017852722,-0.00875506,0.038406968,-0.0039082617,-0.0022471831,0.013243338,-0.004549246,-0.010991097,-0.025928468,0.013371905,0.0025209654,0.021561833,-0.014746226,0.0040074573,0.016499715,-0.010615663,0.0050678262,0.031159867,0.0033697241,-0.01185327,0.034618128,-0.0073340214,-0.030019175,0.0012730063,0.008820413,0.0125928875,0.0018615207,0.015544371,-0.0064117727,0.017530892,0.025030414,-0.021086972,0.014649868,-0.007819215,-0.012487812,-0.014683342,0.026986185,-0.04973648,0.006104165,-0.001092361,-0.007039429,1.7786026e-05,0.021416133,0.0015612887,0.015617422,0.011403884,0.030796992,0.009349495,0.021048967,-0.023571938,0.012705049,0.030851873,-0.014932114,0.017029388,0.0029851403,-0.014453849,0.019396545,0.014047874,0.04778192,-0.025139628,-0.03847428,-0.07709207,-0.025526254,-0.0033766183,-0.03249724,-0.006790439,0.02513938,0.0013044848,-0.0015063519,-0.00015259403,-0.0035231032,0.022850955,0.014379814,0.0031375412,-0.016682895,-0.015313508,-0.0035951887,0.0046779565,-0.028512241,0.001193862,-0.0074091256,-0.006235705,-0.0125297345,0.02142667,0.008909034,0.0030924627,0.036065575,-0.042363137,0.01623005,0.0040358407,0.013034382,-0.00028590212,-0.14516819,0.009494247,0.017866923,-0.015843546,0.017942593,0.007056739,0.012699204,-0.01271251,-0.012336664,-0.03724155,0.002659628,-0.016823273,-0.015788976,-0.011637283,0.0073690247,0.12517998,-0.010173305,0.0060785622,-0.022781264,-0.0129291555,-0.005782971,-0.014281353,0.012763006,-0.029855613,-0.0014854004,-0.024790725,0.021854706,0.007707961,-0.02231548,0.021361157,0.020894993,0.004597648,-0.01327106,-0.011844788,-0.013598982,0.0012868814,-0.02693904,-0.028325258,0.02382859,-0.014765582,0.018250922,0.018210199,-0.007496396,-0.0072044157,0.012901007,-0.008654199,-0.017077707,-0.04299611,-0.0049679824,0.0069930055,-0.02232962,-0.10203054,0.023649175,0.032035455,0.0035219614,0.025499957,0.020701813,-0.030330433,-0.0054586455,-0.007879122,-0.013831244,-0.020561865,-0.021028716,8.645361e-05,0.004794443,-0.027698778,0.004005048,0.019220253,-0.028550345,0.0022166485,-0.027332667,-0.009734771,0.002492199,0.009290854,-0.009881031,0.023789806,0.0011638998,0.009541255,-0.0039266846,-0.024179136,0.0010340009,-0.017551776,0.00626815,0.015275978,-0.006908921,-0.028442396,-0.018169368,-0.027778048,0.0012889875,-0.008866968,0.011646654,0.010382988,0.0055761593,-0.03763241,0.00037999483,0.03198852,0.015830966,-0.007891282,0.018548764,-0.022095418,0.012159837,-0.026316797,0.008087859,-0.015027006,-0.0061697406,0.01108313,0.0061072893,0.018673258,0.021621285,0.027886083,0.008384249,0.0061963275,-0.006353082,0.006734586,0.013028714,0.013500762,0.019269569,-0.014377285,0.004936206,0.012107579,-0.015446237,-0.01179952,-0.016568461,0.0020660881,0.019031921,0.019087806,-0.015866768,0.0038496759,-0.0038362343,-0.025718953,0.004970044,0.0046196138,-0.013094681,0.008488268,-0.0034037414,0.010489636,-0.0003521519,-0.011863779,0.004791673,0.0034898522,0.025797773,-0.0022981728,0.0013697335,0.00010527206,-6.155066e-05,0.0005808063,-0.008948266,-0.011009855,-0.0020138826,0.0053251535,0.014510559,-0.015069791,0.008021151,0.006185917,-0.009631512,0.0026896258,0.0015889518,0.0030246177,0.010540374,-0.011461306,0.012876773,0.02017424,-0.011242426,0.0024238913,-0.0007651092,0.0065385485,0.028630268,-0.015687257,0.009449419,0.007296815,-0.0074848314,-0.003642371,-0.009357527,0.0084782895,0.0022822968,0.014327996,0.013224937,-0.0026904438,-0.015106255,0.0035624253,0.012389053,-0.02499904,-0.0055598207,0.013364109,-0.0032342337,0.0013911598,-0.011514101,-0.0023109599,-0.008043633,-0.0011380422,0.0043264856,-0.014860536,0.026064675,-0.0047968957,-0.00348288,-0.007679426,0.021649947,-0.0038880338,0.00485291,0.02224707,-0.0069614872,0.011634323,8.173787e-05,0.0007553654,-0.015561962,0.00910107,0.010334588,-0.005560801,0.007297298,-0.0075004906,0.004086245,-0.015350946,-0.019714454,0.00790766,0.0070460113,-0.010657972,0.032018982,0.011471575,0.0030759734,-0.009440753,0.011212234,-0.04109253,-0.0036765216,-0.0077372952,-0.008694584,0.0124332,0.0027089862,-0.0031911721,0.0029213706,-2.235481e-05,-0.018729128,0.0074006543,-0.00089848373,0.00062673417,0.0017423192,-0.022927277,0.029883916,-0.00690374,0.010320279,-0.011246997,0.0008688412,0.0018826834,0.008586513,-0.026752904,0.0108941,0.020477325,0.00994577,-0.0037239846,-0.0052547604,-0.0010811834,-0.0026427307,0.016229128,0.023132954,0.016332291,-0.008297224,0.010358214,-0.009272985,-0.00800192,-0.0049818414,-0.008225922,0.005872388,0.005437029,-0.008167086,0.0028064987,0.010254686,-0.0056595514,0.001417136,-0.01225492,0.0027853043,0.013653794,-0.011016662,0.0015772335,-0.00459935,0.010546957,-0.0030875045,-0.0048062936,-0.0051594237,0.0075722993,0.011377735,0.0110615855,0.004754089,-0.013338576,-0.020263528,0.005806902,-0.0061516436,-0.0001445505,0.033770155,0.0014912307,-0.012668839,-0.016327552,0.026165431,-0.000111585956,0.008284933,0.0066153086,0.018729359,0.01184692,0.01044169,0.0071065724,0.001488675,-0.018716455,-0.0015033464,-0.011364658,-0.010392296,-0.0025927217,-0.013401884,-0.014129798,-0.0043048663,-0.004645156,0.0099555645,0.00019165598,0.0824674,0.009100984,0.0028208925,0.02271481,-0.005092257,0.016855666,0.006674865,0.00024017105,0.01074763,0.002890833,0.00066133804,0.0066317166,-0.0052364348,0.008599863,-0.007395591,-0.00019862612,0.0021383234,0.00084653974,-0.0010634775,0.0036192725,0.0040712734,0.001336087,-0.008140401,-0.0026915413,0.005159298,0.012012465,-0.008690402,0.00053245225,0.0041139405,0.018954903,-0.010131268,-0.011742159,0.00604362,0.0026785752,-0.004798581,0.0049720043,0.011856016,0.015114036,0.005185794,0.011902071,0.0030486388,0.002077519,-0.0041700862,-0.012975795,0.010832909,0.018703531,-0.0028968006,0.010536674,0.0007211442,0.0074013025,0.024164977,0.00210688,-0.0034790358,0.0048640925,0.0019143524,0.003661145,-0.0070326184,-0.015648678,0.02023821,0.012662786,-0.0020273787,-0.0012126917,-0.0025276719,-0.0026394986,-0.0034621623,-0.005659227,-0.006342878,0.0056479913,0.0040549594,-0.0012904354,-0.008583421,-0.019475093,0.004446536,0.010101055,0.0074121463,0.008821817,-0.008446988,0.0059381556,-0.021435635,0.002158154,-0.0009057504,-0.003289396,-0.01977921,-0.010627191,-0.0020127152,0.019465012,-5.716513e-05,0.0065686465,0.0022116466,-0.01565638,0.009290515,-0.005004438,0.0032216564,0.010905038,0.015030965,0.0070566796,0.05812557,-0.004501049,0.00046384174,-0.0029375397,0.019955596,0.0036727611,0.010019334,0.017288748,-0.00046816436,-0.018033225,0.014501944,0.0056923362,0.010687343,-0.0026700366,0.003786935,0.012417663,-0.0028737932,0.008374957,-0.0035754032,-0.003421822,0.014953122,-0.0056051076,-0.0028172226,-0.0059810006,-0.00096532586,0.0014872374,-0.004075586,-0.0061749,0.009925234,-0.009590471,-0.01278425,-0.00467031,0.010304026,0.033986058,0.004944378,-0.0017334364,-0.0005397934,-0.012222231,0.0030129862,-0.0041646683,0.010786299,0.0035978511,0.0033146546,-0.016774217,-0.008726828,-0.015697936,-0.022440339,0.0052882275,-0.007371167,0.012539384,-0.0053770365,-0.0017063626,0.0005806695,-0.001347591,0.0006265206,0.00012583369,-0.014602026,-0.012250957,-0.010264699,-0.00054337364,0.010690707,0.005380497,-0.009793557,-0.023010906,-0.004970855,0.013211106,0.003062272,0.0042022695,0.0009143014,-0.0021647222,0.012965652,0.01109035,0.009097279,0.012900954,-0.01563943,0.008257362,0.0006377917,0.014908069,0.0091919545,0.0067647607,0.007589653,-0.012634558,-0.01078148,0.013731603,0.012728565,-0.011964018,-0.014005458,0.0059203357,-0.024083532,-0.028289517,0.008928227,0.009501924,0.010905728,0.0019715722,-0.02363134,0.0030808991,-0.0022727542,0.014346355,-0.007730383,0.0072440053,-0.017466972,-0.002932426,0.0005109285,0.016274754,-0.0017889391,0.01135226,-0.012092477,0.005073747,0.022365907,-0.003772531,-0.00017723469,0.00052682974,0.008216754,0.001595247,0.013946245,-0.0065332996,-0.006640145,-0.0021195873,0.0024386197,-0.0038697396,0.02256948,-0.009571253,0.005703324,0.009522578,0.0062419376,-0.004234083,-0.011891074,-0.018639335,0.017872853,-0.010929321,-0.00012903548,-0.011100344,0.008452913,0.008705505,0.0037803424,-0.004580432,0.001551023,-0.010859794,0.0053119124,-0.00030144423,-0.0052876538,0.002331631,-0.004831887,0.0050402065,-0.011645262,-0.0033380643,-0.002825913,-0.0093561625,-0.012991334,-0.0014832874,-0.010205171,0.0021275496,-0.017908735,-0.01544896,0.017342363,-0.01514702,0.0033330559,-0.00027457043,0.015336281,0.015849197,0.017407898,-0.06571413,0.0078177005,0.0042073224,0.0013909532,-0.007102289,-0.011769997,-0.012361852,0.018524539,-0.0054434757,0.002787923,0.0098227905,-0.00777487,0.0074671353,0.005665941,0.002042128,-0.013098532,0.006234136,0.028317714,-0.0077117556,-0.021159176,-0.01497513,-0.0020839763,-0.015691673,0.0018321039,-0.013778423,0.009668601,0.0022235962,0.018130364,0.009253552,-0.0271669,-0.007121672,-0.0020740319,0.013948581,0.01062699,0.011092161,0.001887101,-0.005371768,0.013201875,0.009726885,-0.0127292685,0.005578824,0.011351263,0.0017522888,0.0072237425,0.011205434,-0.010749069,0.0046937806,0.0122701945,0.018866533,-0.019094888,0.02905149,0.0047212704,0.004097115,0.028954938,0.0073991995,-0.007084471,0.021362262,0.032471504,-0.013650706,0.0120620895,0.015709767,-0.012802258,0.016706575,-0.010976544,-0.022496331,-0.004319364,-0.00542174,-0.0019923989,-0.022448542,-0.003911205,-0.020276876,-0.004373291,0.011723649,-0.0024569114,-0.024735816,0.007876189,0.006612706,0.010261315,0.001320816,0.010565813,0.005352847,-0.003923314,0.0043775486,0.0057275817,0.0012092988,-0.012959209,-0.010340237,-0.0031702647,-0.0072652423,0.0074573886,-0.0019621411,0.0056710257,0.0059793363,0.021643855,-0.013015444,-0.0013825258,-0.0038632574,-0.012473816,-0.00073707866,0.008075767,-0.006003446,-0.011150206,-0.0021022405,0.022140294,-0.005871548,-0.005026402,0.009073698,-0.010913873,-0.0044186153,-0.006395956,-0.00051131664,-0.009632042,0.0069556874,0.0068796156,0.011149649,0.007796645,-0.0049194274,0.036036495,-0.006507901,2.0852478e-05,-0.016679078,0.010842896,0.008006984,-0.013512086,0.0019445242,-0.022619983,0.012403527,-0.012125832,0.019845981,-0.008446819,-0.008947789,0.013380571,0.017991742,0.0014686071,-0.0049333517,0.015991352,0.0070558246,-0.0018294055,0.005395138,0.02117868,-0.0015217271,-0.0013310199,-0.0065298188,0.0026308778,-0.008563796,0.016706323,-0.0058167293,0.011488231,0.0036094645,0.016113106,0.007801524,-0.015675114,0.0093707815,0.022566201,0.0075645894,-0.0030999908,0.004493,0.0010906646,0.0039698156,0.0011212251,0.021148771,-0.0022519997,-0.0028634022,0.011005906,0.014778089,0.008259901,0.0020611428,0.007147914,-0.010913692,6.047081e-06,-0.009732765,0.006661382,-0.010700783,0.046992473,-0.0054897075,0.0104318615,0.0026397668,-0.0025123355,-0.0077711223,0.007429155,-0.010305923,0.021590434,0.010038225,-0.0032166839,-0.004827332,-0.0071792565,0.0076914467,-0.0007560068,0.0049725194,0.01981247,-0.00075051043,0.0063339486,-0.026424572,-0.006722161,0.017830776,0.010988583,0.01671532,-0.0038421825,-0.006793248,-0.030620389,0.0030080653,0.009823088,0.002771238,-0.0036692158,-0.009729583,-0.07074626,0.011824578,-8.007068e-06,0.016350942,-0.0041211382,0.01585415,0.00751237,-0.0053453515,0.010683798,0.005873352,-0.002226916,-0.008005651,0.001588223,0.0050478377,0.011833732,0.0110902935,0.0029139675,-0.008430937,-0.006898578,0.015507928,-0.009994916,0.0010393437,-0.005941498,0.0036905175,0.0058019087,0.0010168008,-0.016741881,0.008816854,0.0019000316,0.006058556,-0.0077921078,0.012133802,0.0054523926,0.025456922,0.008270251,-0.014620698,-0.006773497,0.008547919,-0.13631445,0.00517069,-0.00265299,-0.000272752,-0.0006098302,-0.0022479764,0.017918177,-0.014194868,0.015238051,-0.004847113,-0.0020271444,0.007564294,-0.011593552,-0.010364942,-0.0020259402,-0.014979995,0.0023010152,0.0038001784,-0.0073956605,0.016494928,0.00578773,0.011410175,0.003732082,0.016835574,0.009272194,0.010090787,-0.0030861585,0.0011968218,0.0016149385,-0.01753133,-0.01438548,-0.0014204792,0.0072827586,0.01045221,-0.011630182,-0.00054545974,0.034513187,0.0063260063,-0.013301835,-0.002816996,0.016993726,0.017332193,-0.021541204,0.019982884,-0.010969651,0.0093036145,0.011730713,-0.007070514,-0.006745741,-0.0015714102,-0.0123575125,-0.00023238691,0.0016246339,-0.0016697707,0.015297748,0.00074582646,0.011961064,0.0064635533,-0.00015545738,0.0014797027,-0.02122933,0.014039932,-0.0025420766,-0.0053961524,0.019900566,0.001051293,0.010261558,0.0057624467,0.0012377822,0.0010707572,0.011454214,0.0023623463,0.012790584,-0.0042532356,0.004758046,-0.00844977,0.035858918,0.0012660413,0.011321837,-0.0050772177,0.0018786011,-0.0048548505,0.0025752215,-0.0147448005,-0.007873836,-0.0041481247,0.0054864474,-0.0007026587,-0.014410288,-0.046099305,-0.008110412,0.003371518,0.008165178,0.02399283,0.02944245,-0.016064174,0.0067448146,0.008425827,-0.0011302235,-0.007982538,-0.020049164,-0.011473321,0.017477337,-0.004005443,-0.0061682696,-0.004715616,-0.016451586,-0.0004560118,0.007254594,-0.01528659,0.021573815,0.001210729,-0.0051099807,0.0037864808,-0.034846753,0.0057125036,-0.01617023,0.0069757625,-0.0070092836,0.01218726,-0.0033632396,0.01537398,-0.014756169,0.01811343,-0.007961086,0.011749106,0.028096855,-0.017240955,-0.0006811563,0.0149041945,-0.0020733264,-0.0135568855,-0.007009399,-0.0031835833,0.011720265,-0.0040110163,-0.0071598305,-0.001064703,0.014024927,-0.0071474435,0.014878869,0.0047318204,0.014307739,0.0073292814,-0.002227816,-0.0031799555,0.012331527,0.0058176834,0.0050166235,-0.004420402,0.014823526,0.0017896431,0.01386524,-0.019702233,0.00925782,-0.0046158186,0.0070892074,0.0032460343,-0.025163999,0.02060772,-0.010238579,0.0005598217,-0.01552652,-0.003383973,-0.020687032,-0.014213596,0.0125807505,-0.0071471035,0.006573891,-0.011977886,0.0001529357,-0.0061236545,0.0032413602,0.002281906,-0.022220781,-0.0067854454,0.0027429168,0.013757565,0.0027222806,-0.007252646,-0.0074075563,0.012420156,-0.014655642,0.009364565,0.016968971,-0.017431594,-0.014258887,0.027179612,-0.0026970627,0.0073064202,0.010335651,0.015227271,-0.00090763456,0.0046757557,-0.018905254,-0.0012722875,-0.0025842946,-0.003852939,-0.0051662456,0.012946533,-0.014908735,-0.00086355774,-0.008282627,-0.1689383,0.0017758074,0.015382033,-0.0025499468,0.023925226,-0.021651575,0.0056059356,-0.001506202,0.023630911,-0.0018599308,-0.003244899,-0.01762415,0.00397061,-0.004525815,0.017817182,-0.020247964,0.040770054,0.021998411,8.271303e-05,-0.003634996,-0.016573701,-0.0075830636,-0.00026841776,-0.011226272,-0.007123568,-0.020113409,0.009737366,-0.018671872,-0.0001112401,0.00838783,0.0007294602,0.012964688,-0.0074177682,-0.015618349,-0.0181592,0.0068678632,-0.008284666,0.0059165964,-0.042835526,0.00595251,0.0035423224,0.0050049843,-0.01008194,-0.01555973,-0.006525816,-0.002376362,-0.002582043,-0.019361783,-0.0047644586,-0.010402817,0.004284694,-0.00819988,-0.0023991894,0.0042083464,-0.0040115034,-0.014234431,0.015484696,-0.026510527,-0.005155973,-0.005911287,0.016522802,0.025260901,0.0029840588,0.0016879014,-0.030397847,0.010848364,-0.032748867,0.14643306,-0.012867768,0.003288034,-0.01323099,0.023448396,0.005432351,0.009560871,0.014066828,-0.016148124,0.0018761286,-0.0058726473,0.007224281,-0.006758211,-0.021024313,-0.010681828,0.005037616,0.002284393,0.0056373505,0.006103508,-0.0014223275,-0.006226467,-0.010500145,-0.0029462252,-0.017967235,-0.006036183,0.019431606,0.015799988,-0.011772762,-0.016912302,0.0079086,0.02207349,-0.0063238577,-0.0010221255,0.0024240778,0.030917013,-0.0033681241,0.0014153874,-0.0041962764,-0.0144251175,0.009165645,0.006360497,-0.01544343,-0.003527085,-0.009451053,-0.013284172,-0.016276296,0.0075328816,0.021919537,-0.0017300631,-0.023645256,-0.041205652,-0.0010514578,0.007052082,0.0007074419,-0.00384312,0.004086647,0.010824756,0.0030479697,0.0047397767,0.011664676,0.027972113,-0.0030181834,0.015966978,-0.008346667,0.013502054,-0.0052485256,0.007945406,0.015633993,-0.034755547,-0.08522106,-0.001513217,-0.0067339847,-0.0076409467,-0.01106468,-0.00035152453,0.007886346,0.0013485529,-0.0059073735,-0.01573444,-0.0050902613,-0.006257028,-0.013377216,0.0025153016,0.01828727,0.006475229,-0.012362299,0.005825171,-0.0043180813,0.008667723,0.006819895,0.019825423,0.00023965645,-0.012951191,-0.024088819,0.01063852,-0.016582593,0.0015951628,-0.016776614,-1.2277417e-05,-0.009326854,-0.007666397,-0.015772799,0.002617202,-0.020723982,0.0055643097,0.011350838,0.010750779,-0.01359709,-0.02989661,0.022778055,0.006829339,0.024768159,0.006343278,-0.014649423,-0.030695561,0.0073754564,0.010077141,-0.003143735,0.0024968667,0.023752097,0.002348554,-0.00033841256,-0.012210582,-0.017375458,0.0419844,0.01273695,-0.011623358,0.022298982,-0.0076562166,-0.0022436862,-0.0003275716,-0.021039322,-0.0006033518,0.019543273,0.0010890403,0.008182984,-0.006424403,0.021795273,0.0033861368,-0.013490416,-0.023007026,0.012002047,-0.028275197,-0.009057334,-0.00087882,-0.0074296575,0.0068813656,-0.0043008085,-0.0011887352,-0.017407479,-0.024685435,0.032314483,-0.002692339,0.02032319,-0.01103023,-0.0097981095,-0.023898086,-0.017411117,-0.017697481,-0.0132188555,0.0060112667,-0.02938596,-0.017715864,0.0042105676,0.0035897228,0.012198142,0.019367598,0.01738824,-0.020236548,0.003030958,0.007473951,-0.0127712125,-0.0065326765,0.0010454684,0.0020983685,0.009648931,-0.027155917,0.0142518,0.014216012,-0.016851194,-0.02529814,-0.023635453,-0.009628952,0.004486402,-0.005002637,0.026144339,0.008283285,0.015026721,-0.003196049,0.010521148,-0.0089764185,0.0147071155,-0.0048337965,-0.0122425575,-0.022995554,0.0014372518,-0.024470227,0.020801997,0.01418205,0.017738074,0.0019259216,0.004476121,0.00046263542,-0.0017325709,0.009391607,0.009158638,-0.006911739,-0.0026544805,0.013236147,-0.007116438,0.006769569,-0.004554952,0.039773185,0.0020113164,-0.00017348926,0.006459746,-0.011146096,-0.004771644,-0.021231089,0.006112504,-0.009557589,-0.013620865,-0.00045862835,-0.00554955,-0.0059048394,0.006980485,0.0142341405,0.0012919945,-0.009658403,-0.004549577,0.009211824,-0.026331684,0.0063517583,-0.008623046,0.00038303845,0.013941127,-0.019879283,-0.0100928135,-0.00017927274,-0.003263292,-0.003062272,-0.011144391,-0.008034582,0.0077140103,-0.013189611,0.0021165307,0.0046417615,-0.0046607577,-0.076882794,0.01428387,-0.009031126,-0.0015483802,-0.014396812,-0.010616664,-0.01004493,-0.012696657,-0.028546741,-0.0034097575,0.0012863947,0.0047272583,0.0011983248,-0.007873055,0.021383101,0.00968683,0.0006694562,0.016420312,0.000591316,-0.0016587147,-0.024912866,0.024518939,0.013481577,0.0032095257,0.008731995,-0.020549757,0.006225957,0.020208385,-0.009464242,-0.001938664,0.0049051587,0.020627197,-0.026726209,-0.03587113,-0.0045683957,-0.013124226,-0.009064114,-0.011687182,-0.0020871833,-0.052410726,0.011631483,0.012522708,-0.059205513,0.012907279,0.0061304783,-0.0066185337,-0.022024784,-0.024247166,-0.00992283,-0.015851416,-0.0072040195,0.015752506,-0.007940913,-0.009895016,-0.015192961,0.012477038,-0.008818625,-0.0072978074,-0.0024602723,-0.030186305,0.00046419905,-0.029399103,-0.025471278,0.0067591006,0.0043418133,0.0011506741,-0.0061923517,0.009534377,-0.0031834822,0.005274963,-0.019835692,-0.0110290125,-0.013696277,-0.018867698,-0.009530331,-0.015029595,-0.005722018,-0.014519235,-0.004711533,0.004306949,0.013207755,0.027312698,0.017776191,0.042623866,0.0017313217,-0.002748509,0.018043155,-0.105821095,0.0043319142,-0.0034202703,0.027280787,-0.0074793166,0.014566756,0.005964041,0.0328743,0.0007095001,0.0010445729,-0.03504696,0.0024140363,-0.007935593,0.002222897,-0.009356115,0.0043489384,-0.014027889,0.0027834072,0.005665536,-0.0129083255,0.003838194,0.010966971,0.005838116,0.008988968,-0.0023333156,-0.042909946,-0.012394372,-0.0012874478,-0.0294753,-0.018606002,-0.004760878,-0.014684452,-0.0020066379,0.011573507,-0.014720884,-0.00016156996,-0.017980238,-0.023268098,0.0057815067,-0.0032217687,-0.009091379,-0.0027791292,-0.0013056375,0.016745385,0.03491242,0.022583123,-0.001196973,-0.00808473,-0.019656897,-0.021363337,0.014251499,0.00860706,0.0077220206,-0.025570102,-0.0043474846,-0.008353575,-0.005458946,-0.011263122,0.0038042378,-0.0055317087,-0.0013333997,3.4461555e-05,0.01294529,0.0017095113,-0.01940576,-0.01575431,-9.6967524e-05,0.0017906084,-0.032995176,0.009868077,-0.017128393,-0.001180795,0.0058731292,0.007522322,0.0071375226,-0.0008509574,0.007808713,-0.009735223,-0.015845206,-0.018365256,0.009048293,-0.008161365,0.0030097398,-0.0072574383,-0.0053950236,-0.0051158485,0.010279733,0.00358759,0.003672035,0.010491116,0.0006931519,-0.022109427,-0.008347176,-0.00041557237,0.0073859342,-0.0014769387,0.0068143997,-0.0027816521,0.006204643,-0.032538254,0.0003243522,-0.0009054784,0.0061516487,0.007269997,0.0030580428,-0.007815864,0.007783867,-0.021548051,-0.019532043,0.00065484765,-0.01301859,0.0014316413,0.0052984697,-0.015922748,0.019912776,0.0025767882,-0.021056458,-0.0075670485,-0.01774206,-0.0018784694,-0.007644318,-0.02662971,-0.010421938,-0.013269158,0.026486693,-0.031349417,-0.015460928,-0.029105833,0.00859169,0.0128721455,-0.00075736217,-0.0064167446,0.014642737,0.0007762313,0.02756193,0.0016658404,-0.009708508,-0.008954847,-0.013181121,0.013838654,0.01066408,-0.0149178095,-0.008391252,-0.01387871,-0.0021709066,0.00012954073,0.012292137,0.0011679565,-0.010304461,-0.019855538,0.008517877,-0.013968437,0.00201494,-0.0022297224,-0.010925573,-0.013411755,-0.0010395799,-0.010986353,-0.0025592104,-0.00048231723,-0.0149765285,-0.025874196,-0.0021437188,-0.015480226,-0.022571791,-0.025956707,0.021599712,-0.011134917,0.011589624,-0.009531853,-7.4504474e-06,-0.031734016,0.019673366,-0.016034625,0.056189917,0.0062140767,-0.026481215,0.011957176,-0.0051651224,-0.0145704765,-0.0012596158,-0.0013919466,0.03420307,0.008437535,0.0063481424,0.008537271,0.0044090203,0.0016811654,0.0027353945,0.00014413883,-0.0026792581,0.02373254,0.006907898,0.011442666,-0.004981543,0.0141806565,-0.000286609,0.0017460107,-0.0007515306,-0.010012805,0.019825483,0.004917848,0.0028697855,0.0060206396,-0.021827491,-0.006553342,0.0095544765,0.0050566453,0.014404335,0.0031560601,0.0069703464,-0.0003245577,0.0022752918,0.018424759,0.008200282,0.027479624,0.028664168,0.004466007,-0.02614014,-0.014783141,-0.0049165254,-0.005224375,-0.01710934,-0.0052696667,-0.015064816,-0.012610534,-0.0024961454,-0.019546477,0.01611984,0.0104389,-0.00739828,0.021892812,0.0036572996,-0.0010467074,-0.010616358,0.041759204,-0.019044163,-0.0023475762,0.01713807,-0.013767856,0.0027941207,0.024712818,-0.025851307,-0.004201268,-0.0024311196,-0.009479004,0.00073444436,0.004176233,-0.020969555,-0.008142642,0.014224413,0.029523082,-0.026911262,0.008975722,-0.007145044,-0.011033195,-0.019032132,-0.010897608,-0.007868326,-0.0062670475,0.016828692,0.015580453,-0.020424804,0.016126908,0.0024047631,-0.0016993983,-0.025846645,-0.011686377,-0.0047794892,0.0043314626,0.012632943,-0.005126001,0.0046093073,-0.015890462,-0.017535701,-0.008614416,-0.0042460877,0.009425066,0.030167172,0.007980524,0.0036741483,-0.0077202236,0.0033245063,0.0001449225,-0.0046283426,-0.010403304,0.036506936,-0.002528038,-0.021624729,-0.02234485,0.0024148047,-0.029984744,0.009618884,0.02302505,0.004978471,0.017439408,-9.040391e-05,0.013662191,0.0018164743,0.01485939,-0.00072888576,-0.030455768,0.018527878,-0.010736421,0.025563044,-0.011382937,0.030124485,-0.029811762,0.007952749,-0.011704812,-0.018120676,0.00852682,0.027990261,-0.0017720313,-0.01852136,0.0058215903,0.001025262,0.0013428488,-0.011051092,0.005019175,-0.02624448,-0.015442005,-0.0021594588,-8.43407e-05,0.0020443196,0.010694911,0.012441672,0.0030729468,-0.00265887,0.020043943,0.01937698,-0.015813239,-0.0072394465,0.027958255,0.006886699,0.014729777,0.022338318,0.011843137,-0.020426309,-0.025709568,0.00877818,-0.00069892686,0.013605452,0.0041449377,-0.010409896,-0.018339299,0.0004884124,-0.006209663,0.0010587429,-0.014229327,0.008570487,0.0020495013,-0.00862587,0.01328429,0.010771865,0.0026035712,0.013287308,-0.009583985,-0.0026946268,0.0068024,-0.00080812967,0.005559403,-0.032021996,-0.012661249,0.0019516776,0.0012896573,0.0029599688,-0.0019413712,0.013819422,0.0014181479,-0.029724844,0.009046185,-0.0021113325,-0.0088454755,0.00050295115,-0.013134623,-0.023188714,-0.011407675,0.0032643478,0.024145635,-0.019860158,0.0075893705,0.0014067,0.0035089043,-0.010283625,0.006557313,0.00041332186,0.023434984,-0.0081253145,-0.023462696,0.012800457,-0.018207777,-0.022844447,0.016142568,-0.00019947399,-0.0046039093,-0.021312946,-0.008702989,0.009662355,-0.00846054,0.0040726983,-0.040713977,0.01699049,-0.0027378697,0.023071963,0.010654647,0.012663093,0.0083705,-0.007847614,-0.03175095,0.0036259955,0.0065127816,-0.009003654,-0.00065350515,-0.044864602,0.009176466,-0.021407414,0.00054795627,0.001326253,0.003507711,-0.015721098,-0.023868889,-0.00019792053,-0.005451922,0.0017425308,-0.01499709,0.026054222,0.005040513,0.0021042805,-0.0050850264,0.009663515,-0.009415465,-0.008086241,-0.008588512,-0.009723526,0.010227668,-0.01705184,0.012734834,0.004765655,0.00343779,-0.0067223883,0.008540807,0.0032265561,0.019235004,0.0338197,-0.013642067,-0.0126816705,0.0044834656,0.0048259655,-0.007116655,-0.0043301317,-0.018515512,0.008635631,-0.016464068,0.0004984178,0.0029915185,-0.0060275877,-0.019016897,0.007973071,-0.021187378,-0.012108592,-0.015734458,0.031061763,0.027092237,0.0032919126,-0.0186474,-0.0069354456,-0.0009889093,0.0030914333,0.03254902,-0.034948427,-0.001860773,-0.066384874,-0.005016924,-0.0014727992,0.0019036427,0.010408724,0.0064786742,0.017995633,-0.0014913238,-0.022754313,0.017206313,0.016572077,0.011768455,0.005799278,-0.015627064,0.010686738,-0.037353583,-0.001257356,-0.0101171825,-0.026452841,-0.011058322,-0.0051935953,-0.016996082,-0.027038157,-0.005891639,-0.0009557471,0.0074069425,0.00808735,-0.0002964383,0.002330604,-0.009890449,0.0007498052,-0.00846841,0.0062757065,0.017367326,0.013144754,-0.0052197473,-0.008688239,-0.014943017,0.015328589,0.014114223,0.008557872,-0.030892767,0.022713795,-0.007837926,0.019637635,0.0009229905,-0.004294682,0.008958351,-0.027614063,-0.008421845,-0.008293121,-0.016034795,0.015097584,-0.0068512014,-0.004599807,0.0010705021,-0.00095228816,-0.003314637,0.0054274146,0.008346577,-0.010269091,-0.006174338,-0.015373025,-0.021555426,0.013634168,-0.0008247925,0.004712047,-0.0075820447,-0.020171832,-0.008650631,0.0036843037,2.435222e-06,0.04733279,0.028809376,0.011791054,0.010721298,-0.015876984,0.006366062,0.0041111163,-0.017977718,-0.02130877,-0.027236521,0.0036772648,-0.014766352,-0.0025664577,0.009175649,0.033788145,0.001654218,0.00076267397,-0.033870023,0.0042851465,0.010398525,0.0112465825,-0.034216452,0.0019352845,-0.014028457,-0.011387158,-0.002152966,-0.017474724,-0.004970458,0.015391203,-0.0035051461,-0.00435036,0.014038247,0.011638474,-0.030209221,0.027736055,0.009682533,0.03056548,-0.03621652,0.0026047935,0.017011471,0.026420064,-0.014848996,-0.0047811097,-0.00898001,0.0056120567,0.011710034,0.007931908,0.0035811574,0.010809262,-0.019792657,0.022065172,-0.008661654,-0.00907653,0.00018129984,-0.0062288274,0.0057463963,0.008943072,-0.0120107895,-0.007541737,-0.014694805,0.016133467,-0.01023678,0.0044540516,0.035799302,0.0025728075,-0.010274222,-0.021454247,0.017632028,-0.010696185,-0.01598362,0.006025257,-0.005159884,0.03316356,0.0023761387,-0.0020296471,-0.00010531271,-0.0023371158,0.0138212,-0.008740892,0.0023641195,-0.010667444,-0.0059830886,0.031761106,0.005032107,0.007149801,-0.012428215,0.0027401901,0.00722551,-0.013485412,0.0023676066,0.0071678655,0.01363566,0.0068068733,-0.008626651,0.026526066,-0.015086214,2.2483862e-05,-0.003141448,0.003326281,0.013134515,-0.01232766,-0.009513693,-0.009593175,0.009137972,0.004858938,0.013080744,-0.007632078,-0.0106853675,-0.011362316,0.0094968015,0.0018324538,-0.020563303,-0.0012811788,0.009779669,0.026679287,0.019923897,-0.0016491062,0.008176989,-0.015276015,0.0056353146,0.011800684,0.0073514925,0.00849654,0.005037166,0.0019152035,-0.014330333,0.0028284285,-0.0055063996,-0.0009038733,0.022270923,0.009089873,0.0077868435,-0.020657644,-0.0068723634,0.03538862,0.006092566,-0.009872982,0.003080738,-0.012728778,0.02044939,0.0024704323,0.0024870746,0.15076213,0.11660868,-0.0016023362,0.02177554,0.011883306,-0.004299625,-0.018288681,-0.014923059,-0.01711571,0.008831662,0.0037583543,-0.028481113,0.006401065,-0.010294793,0.003932413,-0.005561357,0.0038740952,0.007966121,0.0071907593,-0.010395898,-0.011700876,0.040362846,0.0004134251,0.016772656,-0.008015151,0.015613849,0.015082517,0.01120473,0.0037581834,0.012979585,-0.0046192883,0.0065616495,-0.007749632,-0.011881267,0.02512499,0.009302407,-0.02257607,-0.0066180346,-0.00014654307,0.0020326548,-0.004122144,0.0004492114,0.017676026,-0.023190325,-0.017716661,0.012770785,0.01737426,0.012409678,0.00030732452,-0.009198851,-0.00904977,0.0036063436,-0.010313034,0.002688811,0.0029706175,0.015642209,0.030432038,-1.5701828e-05,-0.002403689,-0.000115989555,0.013512988,-0.015987894,-0.002276985,0.023197735,0.051788144,0.0044272584,0.005198409,0.0023331656,0.0099945925,-0.012940159,0.013909059,0.0095534995,0.025391815,0.028897751,-0.004211733,0.00909458,-0.012197516,-0.0009986056,0.027048048,0.002047938,0.0043507833,-0.012266612,0.019436687,-0.014043114,0.020447271,0.0017656019,-0.0072042565,0.016670527,0.119031556,-0.012667959,-0.018828293,-0.022446262,0.008955989,0.0031074316,0.0021993073,0.06589764,0.026260998,-0.006392531,0.012442558,0.01609298,-0.025206368,-0.010617792,-0.0015335873,0.005610128,0.012614563,0.03206624,-0.022511406,0.029031942,0.009743025,0.008123467,0.012435077,0.018575491,0.023010556,0.0008640696,0.014805157,0.012311719,0.0006650673,-0.0038537013,-0.093830206,0.018223764,0.0019899164,0.0010315197,-0.003988997,-0.020234818,0.014264719,-0.0060328143,0.0038109047,0.0048246165,0.011063228,-0.005797897,-0.021484517,0.011908892,0.0007243505,0.03727396,-1.7753118e-05,-0.011479581,-0.0025017862,0.004041968,-0.0012108604,-0.0061600762,-0.0075884648,0.033905864,-0.011815672,-0.017519204,0.0074856845,0.0007833272,-0.005113445,0.039220653,-0.012559973,0.005609932,-0.006726437,0.01818934,-0.009647323,0.00497859,0.00039698492,0.01040616,0.007177218,-0.0018936556,-0.009001117,-0.02685024,0.008141907,-0.0177888,-0.007078708,0.018260075,-0.01224046,0.0042523555,-0.01939491,0.0050797323,0.04107668,0.013106727,0.02212578,0.015094121,1.4017691e-05,0.022556156,-0.015844567,0.0016997287,-0.020778818,0.022959866,0.009363969,0.004985058,-0.003766581,-0.017659567,-0.011480946,-0.011957444,0.012985619,0.0155656515,0.0044964477,-0.0012589021,-0.018674046,-0.0015003557,0.0073091,-0.006709687,0.015271404,0.009568516,-0.012893189,0.017380156,-0.0015051848,0.008000421,0.013343856,-0.019273179,0.02288595,0.12182958,0.007036588,-0.003255679,-0.00741993,0.030764002,-0.0014389389,-0.00023993487,-0.007823129,0.0337715,0.0016081344,-0.0076111327,-0.0298214,0.016842704,0.019274205,0.010927514,-0.022597479,0.011883621,-0.020689104,-0.00413344,0.0063659456,-0.011382859,0.010652347,-0.0018313284,-0.025044767,0.010086994,0.013752135,0.019881235,-0.0042502736,0.01337446,-0.01521242,-0.01741562,-0.007854717,0.00064028875,-0.024016948,-0.00578801,0.034859553,-0.029659031,-0.009114312,0.0014247893,-0.0054682945,-0.00021366333,-0.007615861,0.016885592,0.025400903,-0.017742515,0.18851964,-0.004201257,-0.02275358,-0.011848877,-8.700983e-05,0.023930695,-0.005358139,0.025516657,-0.009116743,-8.18387e-06,-0.008956962,0.000922759,-0.019003987,-0.016546184,0.0020654076,-0.0029068661,-0.0151092475,0.0003589933,0.0123045845,0.017312657,0.004763022,-0.00016158997,0.004104588,-0.011477131,-0.0043685692,0.006550525,0.017364416,0.0023014103,0.010823472,0.00840465,-0.023527158,-0.022324989,-0.031791884,-0.019554622,0.0022707356,-0.00014764455,0.016590359,-0.010029987,0.011869064,-0.0039803423,0.0023977219,0.013084294,-0.015705165,-0.0051691895,0.0046954127,-0.0071980897,-0.0027716681,0.005656723,-0.008724446,0.00096544105,0.005075429,-0.0013343159,-0.013718316,0.0062176604,-0.009552592,-0.023067117,-0.0021810748,0.011505708,-0.0020444929,-0.003977927,-0.00624766,0.0023290138,0.0040679323,0.006592675,0.014994375,0.0075435657,0.01634782]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 116,
          "content": "The Big Lie of the Common Belief That \"Americans Don't Save\" | 'The World Runs on Debt' | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.031458165,0.019101465,0.031744536,-0.0650296,0.0050678668,-0.0027792272,0.008247222,-0.009587287,0.016508067,0.0041383654,-0.02698014,0.017532293,0.025912168,0.0041886587,0.08289443,0.02593129,0.052607164,-0.011174481,-0.013888542,0.013286877,-0.032927245,0.03622537,0.0076748454,0.0075456933,0.051763453,-0.009811554,0.01519342,-0.0067971353,0.01305989,0.012605618,0.0088618705,-0.0060411533,-0.018545888,-0.0032765155,0.027164407,0.04865693,0.010809138,-0.034354206,-0.0022458148,0.011047457,0.0030140283,-0.01943297,-0.023690335,-0.008389522,-0.022786817,0.020602811,-0.0005482388,0.006609606,-0.019719752,0.0064399526,0.012697512,0.0030547373,0.020846235,-0.17687665,0.011094291,-0.007521603,0.016257348,0.017422259,0.0036807181,0.00387029,0.01665046,-0.014673391,-0.017062759,-0.02709802,0.0043863733,0.010368218,0.011261793,-0.02317429,0.008444448,-0.0040832837,-0.0063200654,0.02198438,-0.018368943,0.00036478494,0.03478045,-0.019396765,0.0020412765,0.03192345,-0.0011791027,-0.031540032,-0.0057666795,0.034200266,-0.023161415,-0.013386347,-0.02462446,0.019176586,0.011896539,-0.025577087,0.0040724003,0.021061577,0.032277077,-0.022577452,0.003143436,-0.0095100235,-0.013661924,-0.018038485,-0.00010635377,-0.02726664,-0.0088062445,-0.00950801,-0.014927822,-0.008464061,-0.0019293863,-0.0062770154,-0.018949412,0.009481583,0.0028928302,-0.0005037164,-0.0098267365,0.0070503,0.019753559,-0.018247064,-0.0061532,0.0009828056,0.00018590299,-0.10179436,-0.0030516621,-0.02508623,0.009817104,-0.016006019,-0.0015707612,-0.026267223,0.00065423624,0.0021750259,-0.004908698,-0.003951138,-0.009086124,0.0015068571,0.013293673,-0.0085289795,-0.020538434,0.026099375,-0.009638295,0.008918765,-0.012167269,0.012239017,0.002678264,-0.03531142,-0.013992175,-0.017525608,8.0839985e-05,0.015433045,-0.025985137,0.023267334,-0.008963584,-0.02025939,-0.023278028,0.007905351,-0.009968226,-0.0025443959,0.021738851,0.020115975,0.028602513,-5.230232e-05,0.0006142167,-0.045219366,0.012454516,0.003555147,-0.0037369805,0.014538606,0.016799495,0.012075847,-0.0047029443,0.027135275,0.016622674,0.0019400258,0.002230651,0.03280186,0.00069074176,-0.005040099,-6.862221e-05,0.033872765,0.019001389,0.005814599,-0.0022532414,0.021343874,0.015750356,0.013974254,0.012813922,0.024426633,0.018737352,0.011582176,0.0070958845,-0.008657055,-0.03198159,-0.01956582,-0.0019064245,0.018713584,-0.004265806,0.0071170717,0.029992737,-0.007792059,-0.015431041,-0.0073497714,-0.00517562,-0.039255813,-0.0072473744,0.026466975,-0.007323904,-0.003506531,0.0035891046,0.03798209,-0.006939605,-0.006885243,0.007900133,0.013066609,-0.022429084,0.012263743,0.00918178,0.010983677,0.006769403,0.02420646,0.034205697,-0.004000022,0.0064279865,-0.00070405414,0.00033967427,-0.005150692,0.0002629838,-0.008789051,0.018292291,-0.01417439,-0.0001447536,-0.019271808,7.280182e-05,-0.0097921835,-0.020671105,0.029911742,-0.034738872,-0.016922433,-0.019972,-0.0029423498,-0.011435183,-0.013755123,0.007068563,0.0062220613,-0.0130578345,0.01721718,0.0065773935,0.032875583,-0.007324401,0.004544536,0.0071736034,0.0054835347,0.0005348702,0.031823795,0.015674723,0.017929882,0.013033314,-0.002110972,-0.010884093,-0.011113353,0.032671936,-0.02522242,0.0015233152,-0.00094276655,-0.013228673,-0.0074864035,-0.011212582,0.0067633376,0.013133606,-0.0066846763,-0.0088090915,0.0051595843,-0.020378886,-0.020014033,-0.006625361,-0.027380016,-0.022346025,-0.018159166,-0.026370278,0.038970623,-8.531547e-05,-0.008825115,-0.0022699556,0.0266911,-0.06437448,0.030519823,0.028495109,0.006687719,0.006987852,0.004547608,-0.0034970471,0.020995086,-0.024815558,0.013198666,-0.005633554,0.015240625,0.0028432892,-0.018245045,-0.003423005,0.0008800593,-0.008059887,-0.018547315,0.013014321,0.011725998,-0.0035461173,0.005072718,0.012787474,-0.01995464,-0.02395438,-0.020203136,0.011720559,0.044928934,0.003384698,0.0020859852,0.02105541,-0.018166037,0.01940501,0.0044323266,-0.021741075,-0.0027099152,0.014734718,0.015878273,-0.025110658,-0.020305159,-0.0062803705,0.011337479,0.0046731234,0.0027868815,0.0005005639,0.019994186,0.0024557156,0.015240534,-0.03987315,0.016612768,0.01925664,-0.008692245,0.017072452,0.01962627,0.022918353,0.012493817,0.017578814,0.021224089,-0.03746352,0.0046137907,0.014916192,0.010542258,-0.007850185,-0.03515724,-0.015973305,0.003133341,-0.01974181,-0.02110211,0.030592091,-0.01676267,0.035590906,-0.002510737,0.0026901283,-0.017447932,0.011806017,0.02232881,0.0135464445,0.027904488,0.017314717,0.038684186,-0.014921006,-0.009815694,0.009544859,-0.014948048,0.016704911,0.0024607014,0.033715006,0.024715792,-0.014872117,-0.0001700565,0.02070912,-0.012775006,-0.007834065,-0.015112395,-0.029497195,-0.034908403,0.01065068,-0.002757851,0.020012872,-0.042151593,0.03082446,0.013145499,0.040394146,-0.00045681873,-0.018187245,0.03051249,0.0035210864,0.010884855,-0.00080381986,0.043242376,-0.0068712696,-0.005026748,-0.0042840573,0.010445184,0.0016135231,0.0017528487,0.020039462,0.020037439,0.0069116293,0.012215191,0.010103687,-0.0007405008,-0.020375019,-0.020467,0.007755606,-0.013017896,0.015965316,-0.0038698362,0.0037607115,0.0070664342,0.026215633,-0.0012496101,0.0066855834,0.0023721773,-0.015950378,-0.03959622,0.0036470736,-0.0012284329,0.021348791,0.0020089701,0.011451962,-0.008020702,0.00928487,0.013096552,0.013813851,-0.006960146,-0.00054951455,0.03065799,0.008907577,-0.042993873,-0.020770295,-0.002909535,-0.012543507,-0.0065020244,0.0070147174,-0.025722194,0.0063884454,-0.051419243,-0.0076426696,-0.030985482,0.0043907403,0.017564716,-0.0027234696,0.002038046,0.006926454,0.0058075306,-0.011394582,-0.014604838,-0.006691445,-0.006990579,0.0044476623,-0.015480532,-0.00070082233,-0.010493472,-0.003139904,0.0026766828,5.15703e-05,-0.012234548,0.03915208,-0.03303622,0.0019590359,-0.026132643,-0.0040069018,-0.012491911,-0.017539125,-0.0047234492,0.035542235,-0.012670634,0.0023802188,0.012573602,-0.0031742263,0.014171974,-0.013713114,-0.0026708392,0.028175844,-0.013814219,-0.03424673,0.011086707,0.0035542168,0.010481486,-0.0028333096,0.0013472581,-0.011233218,-0.004866926,0.006548898,-0.023831103,-0.0021907443,-0.0013933269,0.014262522,0.054093402,0.01827305,0.025150368,0.013535758,-0.0068125348,-0.0022926345,-0.0041642417,-0.0021032996,0.0140496,-0.020974405,0.011066447,0.009460409,-0.022423916,0.01791259,-0.023053842,-0.0019555173,0.021589857,-0.022624902,-0.0091344565,-0.01532998,0.0069019017,0.036065314,0.01140707,0.012530334,0.03315271,-0.015689543,-0.0008749398,-0.00089159835,-0.0054818606,-0.00144051,-0.013883577,0.007854481,0.002130989,-0.0002890292,0.023621738,-0.015889104,0.008893101,-0.0013156619,-0.002009648,0.022254625,0.0013407605,0.019433599,-0.00089257886,0.0037176681,0.03479,-0.02125521,0.007222384,0.014484236,0.0027687664,-0.033405017,-0.0030221867,0.0039254497,-0.013002848,0.019401833,-0.025777554,-0.003871708,0.0007449364,-0.021219462,-0.0012791053,0.021460956,-0.08671276,-0.015428909,-0.00016658113,-0.0064094784,0.02510117,0.026286287,0.027701883,0.015856652,-0.0019929055,-0.01619818,0.009133917,-0.010227965,-0.0027377983,-0.012373364,-0.02005892,-0.010459548,0.008134944,-0.0010365337,0.025404291,-0.024380075,0.0067816614,0.013754618,0.019678675,-0.0057780184,0.0141887115,-0.0060753073,0.0033812146,0.008719915,-0.007951617,-0.01361414,-0.026782304,-0.011980229,0.019261334,-0.01834624,0.014827903,-0.008117912,-0.0068462393,0.0023165992,0.0058224155,0.0018695763,-0.008721522,-0.019340513,0.0022279005,-0.017364817,-0.0026630005,0.026452841,-0.0014294472,-0.009432479,-0.02983778,0.004286169,0.025770992,0.0059720236,0.042842302,-0.014627835,-0.025531033,-0.02690504,-0.0094799055,-0.007201638,-0.0141772395,0.024248749,-0.0012026549,0.010348733,0.013901736,0.017086957,-0.018089285,0.0028471758,0.008545597,0.0051821833,0.036258183,-0.0045873015,0.0069031124,-0.015758054,-0.015817968,-0.017541688,0.039401535,-0.012084252,-0.016082356,0.02773596,0.021702284,0.011441328,-0.017703561,0.00065464166,-0.107458055,-0.014226321,-0.0027597114,0.007953153,-0.005868197,0.026553374,0.005121739,0.031103123,-0.014110742,0.0052752607,-0.036670756,0.016117195,0.0065813675,-0.043451346,0.00090406754,-0.023513326,0.0049823956,-0.026333028,0.033340875,0.0025083262,-0.0077354605,0.013191222,-0.00671655,0.026033992,0.032915406,-0.0083452165,-0.0054352037,0.005352401,0.009089032,-0.04299554,-0.0068090223,-0.15347525,0.018095277,0.006876672,-0.008842378,0.008075483,0.019174637,0.021206804,0.009727037,-0.016705655,-0.007319937,-0.052767333,-0.007492491,-0.021505121,-0.0002891734,-0.005527938,0.1344717,0.010013619,0.0077470704,0.0083576655,-0.020935258,0.007935713,0.032077353,-0.015589437,-0.037552364,0.006348271,-0.003854578,0.028664473,-0.006622387,0.004560961,-0.0064821118,0.03279453,-0.010111207,-0.010404925,0.0005745621,0.00242589,0.0010203937,-0.0133905355,-0.009977939,0.013333308,-0.01181741,0.014052225,-0.0068415836,0.015924029,0.029911935,0.005066937,-0.0033394767,-0.02507187,-0.040195826,-0.03147672,-0.0018800156,0.002251001,-0.052346524,-0.0109431725,0.015958821,0.014364389,0.016067386,-0.021544969,-0.008883048,-0.0068364325,0.0154709425,0.028124271,-0.018685738,-0.004569101,0.031342003,0.002994905,0.0144313155,0.013261578,-0.022216626,-0.0027504556,0.034274217,-0.0065551745,0.011022192,-0.014443706,-0.03462697,0.0062638684,-0.030153343,-0.008681597,-0.008958241,-0.0064169383,0.010944126,0.018978909,-0.004409563,0.027274275,-0.014490355,0.029859748,-0.013111531,0.021201389,-0.007893027,-0.015798768,-0.0016823807,0.0065565202,0.015448246,-0.012768715,0.0028458298,0.016854491,0.0011603036,0.016440969,-0.00034900825,-0.0034886973,-0.0027522328,-0.0032151123,-0.0096099675,0.02007976,0.023272157,-0.027338529,0.0031483315,-0.0022187657,0.021216907,0.036080733,0.020015975,0.006770786,-0.021595791,-0.002957154,-0.006026913,-0.003645858,0.0024157143,-0.0032615678,-0.009985587,-0.00802389,-0.0039898762,-0.0043759122,0.01259321,-0.002857914,0.0033096327,0.02987245,0.00887926,-0.012270736,0.015494601,0.01788857,-0.057516355,-0.003351831,0.017715871,0.008868858,0.010554255,-0.016396793,0.0005272751,-0.0047102827,0.00025229156,0.0056821513,-0.010001978,0.007420424,-0.008214123,0.018897707,0.0008415189,0.005244364,0.014177798,-0.0069538443,0.007344515,-0.00076966226,-0.00053926057,-0.0057339114,-0.016866894,0.011183317,-0.005667224,-0.010967426,0.0017694755,0.017586054,-0.018546768,0.014501413,0.0035253041,0.011328737,-0.0010988866,-0.020174537,8.284511e-05,0.009072863,0.009491182,0.027354952,-0.0031781031,-0.0016809148,-0.017375134,0.022704676,-0.005889769,-0.027064824,-0.0067646187,-0.009542926,0.002901426,0.008313384,0.006628805,-0.0026308787,-0.0028304686,0.016082373,0.007882204,-0.007356103,0.012580883,-0.0016548588,-0.0035035976,-0.020822197,0.0061886734,-0.0039551845,0.012047881,-0.0060547227,0.0070338957,0.025806835,-0.0032619464,-0.007161003,0.008698891,-0.0009200775,0.017175548,-0.006024731,0.013049099,0.01516946,0.009292976,-0.004319342,0.003055305,-0.009898102,-0.007383687,-0.0091047855,0.015417074,0.02247464,-0.0010454602,-0.0009656491,-0.0038482947,-0.0034988602,0.0068784747,-0.002908086,0.0122180525,-0.00024601363,0.019437611,-0.008722257,0.0019529253,-0.010857445,-0.028374227,0.012083683,0.0013624268,-0.00894061,-0.00067122997,0.010897717,-0.022324495,0.002901562,0.0014333708,0.0075392183,-0.00541509,-0.0022124844,-0.0024645114,0.015046371,-0.0004517724,0.00022935127,0.0042992486,-0.013301172,-0.004650967,-0.01588959,-0.0045720614,0.001853739,-0.008379595,-0.005015179,0.017980948,-0.008332798,0.01114478,-0.004601104,0.00084258406,0.008945456,-6.640932e-05,-8.273101e-05,0.008187918,-0.015103091,0.0001372804,-0.02196148,0.0031907624,-0.0039896695,-0.0059078326,0.004528935,0.0037392704,0.0046002436,0.0063063283,-0.0029441556,-0.00025484464,-0.0056946995,0.0034252172,-0.012606533,0.02876937,0.01915474,0.0023735054,0.016497482,-0.0062916726,0.013671287,-0.0046625687,-0.0050666207,0.0006471668,-0.016124986,0.00028349934,-0.0006493683,-0.021542521,-0.0045973966,0.0069735963,-0.023628036,0.015736355,0.026899865,0.019315049,0.009561247,-0.021144144,0.030408142,-0.0046558077,0.01076121,0.020242851,-0.0040953443,0.00035536088,0.00834363,0.019895645,0.01689437,-0.0021697346,0.028642988,-0.0061416463,0.0029611816,0.0014441516,0.0058113625,0.0021011236,0.002167731,-0.005724523,0.011494768,0.011441269,0.07302432,0.009989528,0.006876795,0.023863345,0.006813406,0.009084328,0.008161526,-0.0011923186,0.0020870464,0.0068128468,-0.018332891,-0.03213295,-0.0016092003,-0.0013575169,0.011214698,0.00883586,0.010260872,-0.00212342,0.0031707548,0.0061944127,0.01217618,0.0020325962,0.012219571,-0.009596873,0.023410121,-0.008583184,-0.014738582,-0.0008639578,-0.00884672,0.020937223,0.010552157,0.012641051,0.0012232672,0.003957112,-0.007672974,-0.00022639066,0.009352149,0.02724671,0.009394798,0.019739358,0.013732467,0.000511783,-0.013432729,-0.0119145885,0.005108236,0.014648772,-0.007030428,0.008388426,-0.0014522276,0.014938729,-0.004588624,0.016423125,-0.0053793853,-0.0029960948,-0.0048121973,0.006836531,-0.014847825,-0.0070067025,-0.007805464,-0.011749318,-0.0080863135,0.01615634,-0.01550135,0.002752941,0.0035693457,-0.008171786,-0.010052307,-0.0049158866,0.023005856,-0.0069495025,0.0026652445,0.0015226231,-0.004374002,0.0067850044,0.017037472,-0.004484915,-0.025444407,-0.01518405,0.0023209474,-0.0040598735,0.008467438,-0.0058140974,-0.008027053,0.005077537,-0.0039161746,0.0038556228,-0.015252472,-0.006752852,0.011743954,-0.0054221996,0.01886827,0.0072696395,0.008555289,-0.0023806219,0.0051326263,0.004378114,0.055707965,0.0014849006,0.004915112,-0.005306408,0.0031455206,-0.012617116,4.4009146e-05,0.012773854,0.004192644,0.021701863,0.010595623,0.021300426,0.003799569,-0.014104516,0.013230781,-0.00017963194,0.009025246,0.02030395,-0.007905507,-0.007102382,0.018345097,0.0052555767,-0.00639659,-0.0051020514,0.00028055295,-0.0020228776,-0.007965667,-0.0051641744,0.016025001,0.01074646,-0.005742734,-0.015134123,0.009085737,0.020046042,0.009188618,0.001724231,0.006750949,0.012566668,0.013741389,-0.014135961,0.010669966,0.010519592,-0.0033724862,-0.0043372996,-0.0054047517,0.0043568686,-0.0013552174,-0.018639253,-0.009555261,0.0026793315,0.003959191,0.0039438144,0.0030801333,-0.005412152,-0.002532923,-0.006827508,0.0026081526,0.0024885656,-0.00536259,0.011128535,0.001019883,-0.011240038,0.0116400905,0.012979863,0.0044368897,0.0046993904,-0.001332568,-0.0113950055,0.016839365,0.0012785743,0.009416318,0.018549949,-0.0059745717,0.023917945,-0.0029212146,0.011733162,-0.004137277,0.022734076,0.002510136,-0.010442909,0.005903825,-0.015753625,-0.00027143653,0.0013717185,0.008147184,0.00085007824,-0.010907112,-0.0170433,-0.012481228,-0.009477252,-0.0060931197,0.008941321,0.013737003,0.001407389,-0.009363128,0.0001521552,-0.0101707885,0.0061873314,0.003659879,0.009050041,0.0059589334,-0.008426968,0.015731009,-0.009276436,0.0037353367,-0.006607979,-0.01741085,-0.008199433,-0.004204638,-0.002007307,0.021967841,-0.0011739593,-0.008143898,-0.008272113,-0.0096213855,-0.026756559,0.013890737,0.01595134,-0.004088013,0.002257295,0.013042319,-0.016534572,0.016393766,-0.004755318,0.006903779,-0.021476978,0.009743174,-0.00945953,0.0032111497,-0.0021556907,-0.0010801365,0.0050509227,-0.0025104461,-0.0117630055,-0.00096313574,0.019677412,0.0010572297,0.008733352,-0.0059988927,0.0010538232,0.0055941413,-0.0075565083,-0.014277443,-0.0041162074,0.0028236492,-0.026167568,-0.026876938,0.0010655929,-0.011776302,-0.008752858,0.011541921,0.008263979,-0.0048837694,0.004846064,-0.0020140156,-0.0071870014,-0.00047301207,-0.006144222,0.0042768437,-0.030876284,0.013236626,-0.049676158,0.0104438905,-0.0017524005,-0.0051598595,-0.002514326,0.00014582547,-0.020476554,-0.010860756,-0.006921901,-0.009154714,0.0040982296,0.003863143,-0.0054084114,0.013268244,0.004412865,-0.008558631,0.018595811,0.0009274294,-0.013477262,-0.015401096,-0.010344118,-0.0060305903,0.017603239,-0.0041062324,-0.029031163,0.014327688,-0.011082496,-0.0033240905,0.0039691785,0.003254884,-0.009244066,-0.013206254,0.01228898,0.0034635882,0.011057944,-0.0029762893,-0.0042520077,-0.008760001,-0.0133376205,0.0029189372,0.018416097,0.011221283,-0.010262211,0.007263565,0.0019594212,-0.01201412,-0.00737892,-0.019312112,2.0206237e-05,-0.0021879957,-0.0053555425,0.01938211,-0.01335741,-0.009405309,-0.00944472,0.013876703,0.007277095,0.013379719,0.00479371,-0.0035335915,-0.0062904893,0.0039845235,0.0038766672,-0.00025711817,-0.011931394,0.014123438,-0.00041003613,0.0076857763,-0.010919442,-0.0058122543,-0.0061068702,-0.010927351,-0.015421676,0.0132509135,-0.014299437,0.00601945,0.028241323,0.01723855,0.017872958,0.0027577493,-0.006225451,0.008313598,0.015989278,-0.0048757605,-7.114031e-05,-0.016142402,-0.009268145,-0.0077831866,-0.004935287,0.020882038,0.009621035,-0.0034534233,-0.008709563,0.0088656135,-0.009806095,0.014525087,0.00077203044,0.0027126113,-0.00829341,0.0018808434,0.004297434,-0.010287493,-0.0054489374,-0.0038729976,-0.0018624844,-0.000975301,0.0045891795,-0.008328646,-0.016119815,0.012510819,0.005228203,0.0015263358,-0.0020258683,0.00963069,0.00466072,0.010925546,-0.0076916083,-0.007974108,-0.0011130205,-0.009154032,-0.01161489,0.008461532,0.003022223,0.010817437,-0.0043974537,-0.011902555,-0.0023754297,-6.3070765e-05,0.01942782,-0.0018103553,0.002186284,0.0052750967,0.023114508,0.007919743,-0.012584934,0.010399873,0.013587221,0.01001593,0.0052427403,0.0041438476,0.002927514,0.008138311,0.005107276,0.0128869675,-0.018029619,0.004411037,0.005865626,0.027614618,-0.008413863,0.0117501635,-0.0035758656,-0.00448715,0.007296031,0.02472267,0.009808957,0.018376533,-0.0054588695,-0.003318492,-0.0031595323,0.0031554624,-0.0021352558,-0.0018086119,0.0037353968,-0.00929846,0.00071089243,-0.02485861,0.0022438634,-0.007878391,-0.016432688,-0.01254273,-0.015278095,0.0048896703,-0.0026575902,0.0068771546,-0.013768742,-0.01157799,-9.027156e-05,-9.486557e-05,-0.012207495,0.015161794,-0.0065324306,-0.0029193398,-0.00217627,-0.0046763867,-0.004106135,0.003444862,-0.0071503706,-0.0016962985,-0.0054358523,0.008046704,0.009266181,-0.0040140017,-0.016314154,0.005668458,-0.008219132,-0.004548984,-0.0028368386,0.009629269,0.006884369,-0.013130138,0.007652639,0.004291598,-0.01610841,-0.018615568,0.007317754,-0.089904256,0.015911644,-0.0023364548,-0.0061685448,0.002235549,-0.0064875814,0.008338592,0.011013027,0.007904778,0.008549479,0.0008648357,-0.0041710176,-0.0013252305,0.007665441,0.0061374903,0.020494416,-0.0079212785,-9.9077544e-05,0.007363402,-0.0039067557,-0.0025083607,-0.001651586,0.0017393334,0.0070632887,0.011040822,-0.012052852,-0.00049948477,-0.005475716,0.016962366,0.010230948,-0.024398325,0.004161769,-0.008492351,0.013322802,-0.0022997432,-0.009080327,0.006444544,-0.00044705594,-0.13585933,0.0019393205,-0.00784956,0.0068001077,-0.013065933,0.0007134818,0.015683029,-0.0012231995,-0.005517147,-0.0062607005,-0.0011861074,-0.0039969464,0.026660569,-0.01738635,0.012665794,0.005656881,0.011150808,0.009438028,-0.007828538,-0.006310309,0.0052349097,-0.020308932,0.007195985,-0.0022295967,0.0050049853,0.008536216,0.0035680956,0.0068622935,0.0016747059,0.0025435262,-0.0027051596,0.0069716745,-0.0055756057,0.007780498,-0.0034074245,-0.008247634,-0.0044343947,0.012159159,0.00029759636,0.0003708448,0.0008986858,0.00460634,0.0075429436,0.014047948,-0.008164664,0.0054886816,0.0041951668,0.0040362594,-0.0077229207,-0.012588352,-0.0045354054,0.013046106,-0.021593168,-0.005491108,-0.0064305207,-0.0079887295,0.014884907,-0.0016616775,-0.0013007446,0.018168367,-0.0004439402,0.010379423,0.014134615,0.004064498,0.008438545,0.006184786,0.0011157908,0.003935344,0.011368876,0.016764019,0.004448931,0.0061927475,0.007599415,-0.0038073866,-0.00988883,-0.016446825,0.0037998054,0.023384703,0.0125444615,0.0017315741,-0.0042652832,0.0025810448,0.0063803447,0.024659365,0.02533119,-0.016466971,0.004009888,0.007928741,0.0020139765,-0.022869978,-0.02739147,0.012344738,-9.3858755e-05,0.028805386,-0.010544767,-0.027991865,0.009365185,-0.016664822,0.008709549,-0.018952321,-0.0014400821,-0.034671925,0.009911633,-0.008306111,-0.0005137943,0.014293522,0.0012729301,-0.013882358,-0.011495479,-0.0069283433,-0.007811615,0.0018711706,0.0038184398,0.02312928,-0.025734218,0.0058478955,-0.00944577,0.01037634,-0.0007743447,-0.022947714,-0.014857606,-0.0052829664,0.007760051,0.016293779,0.04139729,-0.011558499,0.007103553,-0.027575837,0.011382808,-0.003921085,-0.018733162,-0.007875002,-0.030760165,-0.0063782604,-0.050393324,-2.5506924e-05,-0.010440239,-0.023091719,0.014285115,0.017579397,0.010465153,0.00048166653,-0.024467265,-0.008865032,-0.0219377,0.009341232,-0.00030382982,-0.009374962,-0.021088364,0.0007135302,-0.0030425752,0.00020804112,-0.0039104717,-0.0022035919,0.0016901027,0.0010046707,-0.005090805,0.008953825,-0.03220761,-0.0045272578,-0.008306524,0.01732319,0.012192836,0.005611073,-0.0048992154,-0.01133097,0.017513972,-0.024885923,-0.0055810884,0.0005340888,-0.0011135982,0.0022244393,-0.013679801,0.0055894637,0.012561165,0.004001608,-0.004751661,0.00034987973,-0.0031469322,-0.009986183,0.00474241,0.013994622,-0.020903891,0.022232667,0.00021203503,0.029931808,-0.009266649,0.0029565243,0.009610757,-0.0030654117,0.00033867644,0.008960946,-0.010358885,0.015102144,-0.0053152223,-0.00546889,0.014378338,-0.0029513338,0.014481444,0.026369162,-0.018001534,-0.008219867,0.0061805476,-0.16405217,-0.0018042332,0.013815672,-0.007138183,-0.0067706974,-0.012530274,0.0119012,-0.0109099215,-0.0058513856,-0.017702825,0.00092046364,-0.030094244,-0.014117551,-0.00013609556,0.011004517,-0.027585672,0.020284051,0.005759214,-0.0119627705,0.0032109872,-0.034251053,-0.0004180071,0.007436279,0.007532066,-0.026791545,0.00706651,-0.0014298897,0.0033878696,-0.0029214649,0.0066677127,-0.015413698,0.014784048,0.0029837594,-0.017582318,0.022827594,0.00681142,-0.010225626,0.0042952155,-0.008937178,0.0060949423,0.026646586,0.017426051,-0.017123954,0.010989412,0.010954112,-0.0052525993,0.005433249,0.01314713,-0.04367387,-0.0052821916,0.00038460703,0.013301112,-0.0073515074,0.007182607,-0.0012554715,-0.0056862435,0.0052786265,-0.017752029,0.011847651,-0.00093355565,0.026529707,0.021062456,0.006328423,-0.0019199915,-0.0152276885,-0.012763125,-0.007451039,0.1347618,-0.0041929716,0.014776969,0.0033159626,-0.00045985926,-0.020557273,0.010528388,0.007455091,0.008938823,-0.016400542,0.011342372,-0.009980277,0.0028824564,0.012896952,-0.010074478,0.018367324,0.0006403366,-0.006416995,-0.0068206396,0.0104183545,0.0052231923,-0.008438891,-0.011719795,-0.017883567,-0.006371102,-0.012778352,0.016946957,0.02541153,-0.00026624178,0.007906928,-0.006677966,-0.008141926,-0.007036296,-0.022804946,0.008995744,0.003001206,0.0006788369,-0.0023092004,-0.0102935685,0.0062887436,0.019204615,-0.010277958,-0.0012663743,0.0007028297,-0.0020392307,0.014967392,-0.013026196,0.0011846913,0.016487427,0.0071854754,-0.013333185,0.008932932,-0.016230771,-0.0132369,-0.005525402,-0.012627982,-0.00812395,-0.002274882,-0.008714278,-0.011737031,0.026114428,0.011216246,0.006017375,-0.024718916,-0.0011192964,-0.016764697,0.0023270955,0.012359866,-0.008871779,-0.098749384,-0.023961812,-0.001522041,-0.031843085,-0.024799112,-0.0054701595,-0.0047638174,0.032137215,-0.0031889274,0.0149878785,0.0042148116,0.0127925575,0.013012319,0.0130880205,0.0071216603,0.009268934,-0.010727935,0.01754626,0.032648757,-0.012940491,-0.0025925213,0.011207309,-0.00024755974,-0.0083657345,0.0027290345,0.011458744,-0.0025446878,0.0013706003,-0.005810634,-0.021314567,-0.024992866,0.028353851,-0.0525263,-0.010263833,-0.0057242643,-0.0017540385,-0.0077090682,0.007866189,-0.0045352755,0.017967725,0.0072718346,-0.011668171,-0.0017966961,-0.010227634,-0.006059895,-0.02882013,-0.006178438,-0.017349945,-0.011185806,-0.0042396667,-0.008823794,0.0019155924,0.013499931,-0.0086934995,-0.012467487,0.006995148,0.022307642,-0.00029432893,0.012692268,0.017235817,0.007554884,-0.0006122172,-0.00029690439,0.015106606,-0.012848851,-0.006009145,-0.013964178,0.01884655,-0.0011500972,-0.00015395043,-0.009229681,-0.02568033,-0.0035381163,0.008975434,-0.01403412,-0.00075027894,0.0029501766,-0.0056109633,0.003936597,-0.0073154722,-0.010937,0.0012554968,0.027836971,-0.0076582013,-0.022476321,-0.0051437058,-0.0003500409,-0.011848133,-0.0030755561,-0.022733707,-0.02073345,0.017638616,-0.010042102,-0.014437853,-0.020845847,0.011280975,0.0036051238,0.004207409,-0.0060499115,-0.010852588,0.0012036742,-0.0057933475,0.0070247618,0.005805575,0.016189734,0.003859161,-0.00072321336,-0.015096809,-0.024082992,0.0010362079,-0.0012792374,0.02248867,0.00078354514,0.013536366,-0.0018520368,0.0141129745,-0.0014149051,-0.0035924579,0.023526872,-0.015834924,0.01625093,-0.008872593,0.022031533,-0.00027254733,-0.00027815843,0.0089268815,0.013628524,0.028634937,0.015723955,0.024261117,-0.010084073,0.008891625,0.004746291,-0.00030301604,0.00028856756,-0.0015242673,-0.0041860444,-0.021539383,-0.007464955,-0.0037830968,0.0006055097,0.010954497,0.014392728,0.013373917,0.02542082,0.016517011,0.016102249,-0.023979068,0.00780675,-0.010932259,-0.0036042416,-0.004710693,-0.0010287323,0.019842397,0.010538208,0.016224498,0.014335225,-0.006099409,-0.00577544,-0.011439009,0.011765729,0.03528425,-0.0007147111,0.014726312,-0.00056728703,-0.010998433,0.006750688,0.0072874324,-0.019820664,-0.0057035517,0.012416631,0.029171817,0.0130727235,-0.02036,0.009230457,0.018554866,0.015867004,0.006912467,-0.008154997,-0.060584053,0.0008406532,0.006065152,-0.01355814,-0.024856513,0.011081905,-0.006524179,-0.009229257,-0.0107098585,-0.02526527,-0.0039984505,-0.009252768,-0.010422189,0.001462778,-0.0061542634,0.0042247497,-0.031777527,0.0030724541,0.01861304,-0.008811742,0.009834048,-0.0045345696,0.00067196623,-0.0019064557,-0.0032010223,0.004563146,0.0017018828,0.026589178,0.0031529353,-0.012910055,-0.0046655713,0.010955039,0.004175538,-0.021477437,-0.03264953,-0.009272343,-0.012226979,0.014930213,0.023350783,-0.058588225,-0.017164614,-0.0075222175,-0.06953055,0.00081077276,-0.007531445,0.013572447,0.015020154,0.006680244,0.019103555,-0.03760181,0.0032739092,0.005538162,-0.00082832586,0.007762512,0.0022554286,0.0064602923,0.0033463251,-0.00591899,0.010237333,0.0010601148,0.00028208498,-0.01918465,2.1824673e-05,0.011430079,0.029094663,0.011960994,0.000452337,-0.0042356304,0.010541426,0.03394195,0.012957762,-0.0022675619,-0.006170725,0.005626661,-0.017979836,-0.018146772,0.0033292791,-0.017766574,0.0052052857,0.03178018,0.017696032,0.005722728,-0.0063834013,0.030276697,-0.013338124,-0.028261267,-0.009690534,-0.08884545,0.011533768,-0.017411029,-0.0067853536,0.01838261,0.016101316,-0.00035824973,0.028350681,0.010552319,0.015954131,-0.022248054,0.018524503,0.0030758246,0.016295744,-0.018327078,0.015543132,0.016616378,-0.001325487,0.010202882,0.01955437,-0.0011186819,-0.0004385107,-0.011207732,0.020154623,-0.016722744,-0.08507807,-0.00063973904,-0.003949371,0.0006674077,-0.02195576,-0.01611238,0.005978485,0.016276892,0.0014775521,-0.0052203857,-0.0064912993,-0.027104415,-0.024381958,0.007076013,0.0012645859,-0.033129916,-0.009704339,0.0066985157,-0.010574056,0.0060477657,0.008535802,-0.028655186,0.0005887299,-0.009586914,-0.008344672,0.017681083,-0.015128717,0.025831787,0.0092823915,0.013312005,0.0049682874,0.014494351,-0.037322223,0.022348702,9.6805146e-05,-0.001031577,0.01651897,0.0051329215,-0.0138909705,-0.0058707036,0.003044713,0.0025349273,0.0015507796,-0.01792827,0.018965667,-0.005108777,0.017705746,0.0012407529,-0.013713792,0.0043581757,-0.025056459,0.003084607,0.00880049,-0.03311473,0.00048429545,0.00048684527,-0.0051918,0.003750715,0.0021592411,0.0062327245,0.025521902,0.011805043,-0.0022875587,-0.035508033,0.023191122,0.0021036633,0.0018448763,-0.012302524,0.005139754,-0.00883729,-0.01575053,0.012760947,-0.002465413,0.018650698,-0.01222114,0.014716739,0.013130001,0.020673035,0.019199409,-0.021021793,0.008656504,-0.011838738,-0.008439796,0.025064727,0.011670937,-0.00042725576,0.010339355,0.0037065856,-0.0134809725,0.0047419597,0.012236146,0.011073306,-0.013079981,-0.017778618,-0.018059589,0.004492167,0.0021524504,-0.0019727792,-0.015275247,0.010635506,0.0004978808,-0.0073053055,-0.0015179093,0.0036482385,0.016614076,-0.003125875,0.028452823,0.007509119,0.0052321893,0.019328259,-0.013842464,0.0029576393,0.019480536,-0.00635867,0.023397803,0.0063092927,-0.008598675,0.017486874,0.0003599812,0.007830034,-0.004271954,-0.0071251104,0.0073778634,0.005780322,-0.018609272,0.00524672,-0.0012607045,0.0118856635,-0.025662908,-0.0029524514,0.0065280697,0.021791827,-0.0047145896,0.00031498764,0.011097888,0.021178285,-0.020884216,-0.002443954,0.00065634435,-0.025745226,0.028246244,0.021627782,0.013477043,0.011920143,-0.008980053,0.013037998,0.016792655,0.06309882,-0.016907176,0.07911833,0.0011948257,-0.010703186,0.01501748,0.014854814,-0.01655131,0.013754004,0.027283639,0.009707688,0.013937858,0.008189397,-0.009295986,0.017420504,-0.0033028335,0.016452558,0.0077893822,-0.0132229915,0.0016808241,-0.0252921,-0.012078777,0.0020805462,-0.0038652397,0.009660344,0.008985039,-0.011139861,0.002110327,-0.0068587703,0.03463834,-0.019203544,0.001142283,-0.0029881187,0.0039829365,0.013660825,0.017490637,0.0022255108,0.016218299,0.0012099771,0.016278125,-0.024678783,0.015085705,-0.009123903,0.0121568935,-0.0015119283,0.009088896,-0.002095994,0.036811296,-0.016514627,0.029324569,-0.01091961,-0.0095246,0.007578908,-0.011751302,-0.009931195,-0.01974629,-0.005314094,-0.02357346,0.017463041,-0.00035802904,0.012778361,0.00890084,0.017978093,-0.0069288956,0.00491926,-0.0039378908,0.019235626,-0.0005530632,0.03365254,0.015808977,0.028745936,-0.011400953,-0.0019962224,-0.005335879,0.014879358,-0.008078305,0.000450428,-0.014235707,0.010412902,-0.012555572,-0.0070228865,0.009497486,0.010724918,-0.012216568,-0.018054465,0.0022368464,-0.024263976,0.0068336283,0.021037178,-0.0013792394,-0.009979157,0.024288129,0.0067639886,0.004613349,-0.0062944447,0.013081269,0.0063680303,-0.02086497,-0.012655569,0.027792618,-0.007700673,0.0021332917,-0.023378044,-0.008023206,0.024775181,0.012146591,0.0037232952,0.0201994,-0.0037137626,-0.022398354,-0.019245965,0.0061165914,0.00532137,0.0032917846,-0.014599004,-0.009187745,-0.010043986,-0.018024461,0.0017130863,-0.009904782,0.0035891621,0.0015753842,0.00995529,-0.0042160414,0.00033258717,0.009462988,-0.008586992,0.023898926,0.019061144,-0.022297217,0.00951967,-0.017994583,0.0016440309,0.00031053406,0.010950048,-0.016337302,-0.010073823,-0.0030130763,-0.010841942,-0.0011939132,0.038276248,0.002310151,0.0053952136,0.010900567,-0.012030738,-0.0004617859,0.02053465,0.015835015,0.0037083582,-0.024357777,0.002740318,-0.011703511,0.010778824,0.013800038,-0.009670152,-0.0029400133,-0.003917384,-0.008114256,0.015490426,0.00060442375,0.0049270634,0.015065318,0.032193903,0.00024075121,0.008359487,0.015484385,-0.022265473,-0.0077320454,-0.009091651,0.013410818,0.0045946264,0.0009825657,0.0026147044,-0.0038698644,-0.019718124,0.013553614,-0.010661626,-0.018234927,-0.018178439,-0.0038446938,-0.009398943,-0.007121003,0.01843177,0.0037869646,0.004295361,-0.0014577963,-0.00272519,0.0015868647,-0.020599253,0.009429809,-0.011492315,-0.006613456,-0.016005028,0.017612327,-0.010078343,-0.0017137434,0.0067661493,-0.009158204,-0.009963445,-0.016179275,-0.0011987404,-0.00083915284,0.026490573,-0.007323509,-0.018158184,-0.01099096,0.009588602,0.012293563,-0.005486484,0.02595292,-0.018274708,-0.0059339064,-0.00063224375,0.0064544827,0.0012290649,0.0077416142,-0.0040956675,0.00091404805,-0.0026231834,0.020373175,0.0038334718,-0.016377188,0.020451058,0.01518458,0.0038811509,0.025204781,0.0035808128,-0.00092965655,-0.0052608284,-0.018304313,0.023686444,0.0007726253,0.01729948,-0.0052072816,0.017495874,0.0148746185,-0.0011554231,-0.02275212,-0.008418765,0.008366373,-0.020549722,0.00077158585,-0.020467775,0.00576171,0.0015551095,-0.009021022,-0.010474238,0.009437098,-0.005995957,-0.005510232,-0.0073439195,-0.008663175,-0.004783142,-0.005501697,0.013788191,-0.009183378,0.015526004,0.016296364,0.02388304,0.009322292,0.0289178,-0.006709499,-0.0123630045,-0.027542952,-0.0027899053,0.00035141176,0.015919028,0.028492464,-0.023793107,0.0025199293,-0.0057171723,-0.0029984068,0.008741449,-0.004272889,0.020736678,-0.018601995,-0.010292826,0.009158922,0.01024704,0.008644075,-0.020494439,-0.011988078,0.0026790302,0.022476194,-0.017850189,0.0026949833,-0.003807042,-0.00082348747,-0.003460191,0.0012555952,0.01595395,-0.015292622,-0.030929754,-0.028892973,0.004903437,0.0064448165,0.0066223308,0.0077881347,-0.015671138,-0.018726697,-0.067645505,-0.0009126972,-0.00589997,0.0067251567,0.026112266,0.007939696,-0.002143756,0.0010851895,-0.025376344,0.0030286664,-0.0027531588,0.022642205,-0.000715517,-0.00763324,-0.007153569,-0.016279394,0.021323413,-0.010157055,-0.0071703144,-0.012991365,-0.002750966,-0.003961253,-0.00400191,-0.0044991705,0.02171219,0.009287822,0.022574345,-0.0019730788,-0.0036612442,0.019478275,-0.007389858,0.0014989618,-0.009171788,0.013377096,0.0003519293,0.0019792516,0.0105967745,-0.009668828,0.018128663,0.0063237706,-0.0071568224,-0.014667877,-0.0069024283,-0.0021122866,-0.0044408008,0.01943606,-0.016207697,-0.015332521,0.010250152,-0.01489201,-0.004445114,-0.001769513,0.006271989,-0.020194996,-0.01050353,0.018573942,0.012119101,-0.024423756,0.011063714,-0.0020283505,0.0007385359,7.031184e-05,-0.0059541995,-0.04293373,-0.010536471,0.007890836,-0.01565589,0.020488389,0.003896451,0.0318631,-0.019091146,-0.016736178,0.0432914,0.004719427,0.016536854,-0.021756725,0.011120614,-0.0034418323,-0.010249426,-0.018144237,-0.013590826,0.009873297,-0.0006898296,0.0045344797,0.011423383,-0.00054466276,0.010309674,0.001314461,0.016135605,-0.01671495,-0.018487547,0.025172299,-0.006161849,-0.022066392,0.0037341034,-0.016840488,-0.011917768,0.007087542,-0.0028045415,-0.017886918,0.017631816,-0.014948364,0.017480634,0.031855192,0.016562784,0.011523311,-0.008853917,0.010172503,-0.0006749493,-0.0125709,-0.00064621377,0.017013049,0.0018977341,-0.014568656,0.021468695,0.022880454,-0.012819089,-0.01004287,0.0018209273,-0.002987513,0.010950473,-0.005007134,0.002433135,-0.009956819,-0.01124062,-0.020198017,0.008529845,0.0039101643,-0.003683881,-0.00043053727,-0.024944907,-0.009600218,0.008140614,0.011279339,2.6678352e-05,0.018071314,0.023935292,-0.017600978,-0.00041357282,0.053864133,-0.013214018,0.010613544,-0.0054664486,-0.025477884,0.005341168,0.0155669805,0.008015933,-0.015766531,-0.0109096775,0.011288547,-0.016815988,0.0004850197,-0.005986659,0.0028254911,0.012748982,0.0066007846,0.0131548075,-0.0045655724,0.0030374166,0.007325096,-0.0098189935,-0.02204687,0.016211066,-0.0055604912,-0.029205088,-0.012868858,-0.009752757,-0.008651947,0.019753044,0.011850572,-0.005137969,0.0007400254,-0.007841297,-0.017664773,-0.00010166381,0.00082451245,0.008566238,-0.0024847127,-0.009689059,-0.018005682,-0.0010866406,0.0016704395,0.012762857,-0.007963154,0.020085705,-0.013415765,0.019407248,-0.0040712734,-0.028395632,-0.010888738,-0.011360538,0.0021612656,0.0051534227,-0.0040710466,-0.010643171,-0.02065725,0.016828228,-0.009611396,0.008065937,-0.00072789204,0.010052541,0.020108348,0.011001245,-0.014447288,-0.02344429,-0.019330679,0.03914776,-0.01510705,-0.0005699091,5.4507535e-05,-0.0027497793,-0.0038958949,0.002535948,0.0043209284,0.15799592,0.13625023,-0.007923706,-0.0013992939,0.013806795,-0.0013357643,-0.011236906,-0.010516528,0.009280069,0.0018573955,-0.00041186422,-0.019342586,0.019982623,-0.012450161,0.0081248265,0.00016814031,-0.0017208445,0.0017601561,-0.0072939713,-9.575714e-05,0.021626275,0.008195477,-0.015746417,0.017585516,-0.034204934,-0.013553212,-0.006049711,0.0074723093,0.015912555,0.0011291216,0.0042026285,0.011069204,-0.02081812,-0.011121246,0.034800336,-0.011043908,0.011542793,0.02080348,0.0011260684,-0.008730947,-0.0112556415,0.0035651384,-0.009104154,-0.0063498006,0.007667986,0.0035402034,-0.002033781,0.017311985,-0.0128847,0.011993455,-0.013398088,0.0065971757,-0.0017014713,-0.00820919,-0.00860282,0.006751907,0.015694676,-0.002124681,-0.009174064,0.005045828,0.015016392,0.007489196,-0.01486244,-0.0016634623,-0.003270992,-0.015765054,0.020281496,-0.006713837,0.016566,0.022037469,0.008279801,0.005738753,0.0138910245,0.0062699704,-0.0043332167,0.016388064,0.029362196,0.009335153,-0.010428717,0.010072388,-0.001333641,-0.0035088516,0.011526362,0.0074508544,0.017497541,-0.006327458,0.015890757,0.03353738,0.119895935,0.00026453385,0.0058206567,0.0019754192,0.019816238,-0.007449737,0.022431666,0.07455494,0.01651427,0.017936777,0.0009328949,-0.0018620407,0.002549166,-0.034885917,-0.008904059,0.005559113,-0.005317316,0.032492068,-0.0050591817,0.027830277,-0.025085907,0.011554831,0.0147620225,0.013773815,0.007032449,0.017102703,-0.014530561,-0.018740397,-0.0055234926,0.024331369,-0.102065705,0.016326005,0.012284047,0.008231422,0.00092260836,0.016192308,-0.009220798,-0.00740417,-0.003261644,-0.0003315233,-0.00075449655,0.007994155,-0.004091476,-0.0041067763,-0.018512854,-0.0070404666,0.0036137505,0.0005551183,-0.01691485,0.0042490424,-0.020282745,-0.0053063654,-0.0036491645,0.0149249425,-0.0071363766,0.00043569214,0.00052400323,-0.018184822,-0.021208867,0.014403493,-0.012456554,-0.017219333,-0.0054152175,0.022062495,0.01183205,0.0042135594,-0.025655236,-0.01003228,0.017237104,-0.013917837,-0.0078029158,-0.007141018,0.00701671,-0.014146943,-0.0061425036,-0.012974969,-0.009717317,-0.008365611,-0.026997937,-0.011899016,0.035271976,-0.019986087,-0.012239809,-0.0056027463,0.0061670206,0.008459341,-0.009798427,-0.024565615,0.0059010335,0.0024974148,-0.006116108,-0.011213595,-0.021553213,-0.007567589,-0.0059726387,-0.010467352,0.010411094,0.0108196745,0.00984211,0.012571267,-0.008551613,-0.0023865937,0.0026748632,-0.007428706,-0.02096488,-0.0052129547,-0.020520853,0.033329844,0.0234518,-0.0047395113,-0.0053541195,0.006645718,-0.0014885607,0.11548332,0.006804706,-0.020957349,-0.005211116,-0.011785013,-0.006758275,0.015336445,-0.024942636,0.015431032,0.004974148,-0.016239805,0.008637346,0.00769507,0.010793172,0.0018515947,-0.018266302,-0.016731087,-0.015444868,0.012768615,-0.012951509,-0.01995648,0.02362496,0.0093169045,0.00739067,-0.0047891866,0.016296854,-0.008734975,-0.0056337877,-0.015966497,0.024351612,-0.0061261184,0.009624278,-0.0035390633,0.0033927246,0.018383037,0.029506546,-0.02105358,-0.008321462,0.0022618484,0.0045130407,0.022448422,0.013329662,0.0058434717,-0.0148174,-0.033895858,0.19334601,0.013471599,-0.003796794,-0.014916886,0.008283491,-0.0009483229,0.0075430437,0.0047831256,0.007943803,0.0044083637,0.01111566,-0.0056767105,-0.00085035875,-0.004414885,-0.003432657,-4.6273535e-06,-0.028139934,-0.016089577,-0.005691302,0.00013887325,-0.017791133,-0.009069173,0.0075350283,0.009686388,-0.012888636,0.03281244,-0.0011544056,0.00707672,-0.011634876,0.028991653,-0.0057221823,-0.0028982474,-0.005962715,-0.00471213,-0.0111948345,-0.01165153,-0.027214585,0.005491651,-0.007632432,-0.0205789,0.004791652,0.005033815,-0.0017627544,0.01254341,-0.009249339,-0.00023890137,-0.0036017136,-0.010298454,-0.012412748,-0.0046681347,-0.00079874235,-0.0071028103,-0.011881745,0.007629458,-0.016131392,-0.008510136,-0.0050032,0.0026332652,0.008918063,0.004974477,0.008879955,0.003020744,0.006119381,-0.009252404,-0.006067447,0.027057933,0.0019867937]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 117,
          "content": "Practitioner Emphasizes Why \"1 Minute of Exercise Daily\" is More Important Than the Gym | Health | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0066140355,0.003235193,0.028516542,-0.068669304,0.018484615,-0.0041335816,-0.010423593,-0.005690711,0.011165054,0.014250318,-0.00071612344,-0.0014962612,0.0029813726,0.026267849,0.08830792,0.016923806,0.027783526,-0.008544579,0.0039345664,0.01439676,-0.0014900713,0.027233949,-0.0053427136,-0.011335612,0.012871353,-0.0063417135,0.033602383,0.012870765,0.042726744,-0.017557621,0.0025179079,0.011447002,0.009915843,0.011175157,0.03585684,0.023429418,0.040621616,-0.020878237,0.0047312886,0.030912604,0.012505149,-0.016269024,-0.0067773936,-0.0012684624,-0.0017463224,0.011017555,-0.030279597,-0.013985078,0.017083973,0.01744355,-0.010375315,0.02499951,-0.01567228,-0.1653976,8.014788e-05,0.03738412,0.0076225605,0.0018568967,-0.0012503663,-0.013201335,-0.014390769,0.005747514,-0.023291154,0.011015357,-0.00928186,0.0028382875,0.034275435,-0.009565934,-0.009704357,-0.0073086857,-0.005578902,0.009251048,-0.0027248086,-0.017198086,0.019795839,0.016406426,0.0066329455,0.015641453,0.02195633,-0.040105924,0.0060860543,-0.010580117,0.0006834014,-0.01830141,0.010332987,0.0014866983,-0.021418396,0.0006025045,0.017561758,0.00996166,-0.0055148522,0.021283155,-0.022113059,-0.0063818926,-0.025019908,0.025605034,0.002913045,-0.032660473,0.016550196,-0.0032937585,-0.0014962301,-0.009769138,-0.0072879707,0.010755484,-0.014156366,0.006266902,0.006713038,-0.009640111,-0.0009694334,0.024200818,-0.027981248,-0.00903491,-0.010879603,0.025957992,0.0016335757,-0.14173101,-0.014953859,-0.0071387277,-0.015439286,-0.0011505439,-0.0005130023,-0.006408596,0.0098730195,0.021935677,-0.02660311,-0.0026776544,-0.0043054353,0.0077436683,0.00037954826,0.021876816,-0.008639814,-0.005212034,0.026429888,0.014904322,0.020206146,0.042936638,0.013895083,-0.0056045265,-0.014909465,-0.003128636,-0.024704864,-0.019779589,-0.017477093,0.0019551595,-0.018414693,-0.0054442063,0.0040977583,0.022371158,0.019134048,-0.0012431354,0.0002289156,-0.00058765657,0.0070808325,-0.005043443,0.006585265,0.010669032,0.030094152,-0.005409555,-0.0005953613,-0.007484634,0.018052807,0.0042938474,0.004628884,0.009756249,-0.0037735193,0.009084735,0.0029195899,0.011316355,-0.004252064,-0.008899424,-0.027002472,-0.0002728925,0.017252257,-0.0294718,0.018737793,0.002690005,-0.015451456,-0.0006404364,6.9630673e-06,0.03788229,0.00917178,0.0010065025,-0.010770839,-0.00090797205,0.002698763,-0.0014626262,0.024833435,-0.034817133,0.027891764,0.02987067,0.009835686,0.00053058943,-0.017346198,-0.015521422,0.014469901,-0.019074617,0.013059472,0.035601724,-0.0152472295,-0.0030078073,0.025232658,-0.00032961054,0.036045745,0.013382088,-0.011399527,-0.007720822,0.022944726,0.015441852,-0.01285051,0.030445736,0.032649223,0.02758369,0.016263241,-0.031097243,0.016071755,-0.015937407,-0.02519448,0.023603966,0.024745183,0.0037884745,0.04455716,-0.007857077,0.023557402,0.0005252906,-0.003131694,-0.008314536,0.0072108563,0.0009796026,-0.0037710255,0.014900002,-0.015812404,0.003829993,0.018753646,-0.015832929,-0.015883442,-0.0034870054,0.02122111,0.01146715,0.014751256,0.039698537,-0.029872436,-0.03304403,-0.006513896,0.01569819,-0.001324099,0.010440677,0.016856369,-0.012912952,0.02126441,0.01865261,0.011008755,0.00046909484,0.026610954,0.0075035454,0.026462886,0.0116805835,0.0006739474,-0.017805332,-0.010374968,0.026956068,-0.004320082,0.0042957067,0.0005037988,-0.028021976,0.006786531,0.0030889777,0.00017712291,0.044566963,-0.01835394,-0.012795532,0.029704235,0.01090151,-0.009491478,0.00869096,0.01787332,0.024217032,-0.05550083,0.04518953,0.01551329,-0.009366217,-0.0031586874,0.00038563914,0.022303928,-0.01490018,-0.013245002,-0.0029058396,-0.012930628,0.01230927,0.00833553,-0.00021826051,-0.003383705,0.0149324685,-0.011136204,0.013059954,-0.0026032375,-0.005471205,-0.0039143306,0.0056054755,-0.009233541,-0.019614568,0.0025504408,-0.01598077,0.00027886,0.03972087,0.011309435,-0.0047187842,0.027268913,0.013681893,0.008904081,0.013135026,-0.010266136,-0.019970227,0.008515052,-0.00051850796,-0.022159528,-0.013522704,0.0047594053,-0.015637439,0.009765686,-0.009590381,0.008314854,-0.013611925,-0.01004756,0.022367155,-0.005886591,-0.00014466017,-0.007260387,0.0033081195,-0.0014255714,-0.0073523168,0.0194336,-0.013557105,0.027902618,0.022901908,-0.030382605,0.025639167,0.017254705,0.0068575004,-0.0015916186,-0.0030812107,-0.0009844549,-0.00626304,-0.008842901,-0.009633585,0.004479851,-0.010712895,0.020851368,0.000118379,0.009976344,-0.0040378855,0.016013626,0.012484373,0.019113468,-0.0028279873,0.0006910936,0.045629133,0.022924984,-0.020096462,0.0011728231,-0.017833194,0.019443158,0.019214727,0.03752486,0.008531008,0.022332704,-0.026809538,-0.0142157655,0.007197456,-0.018373393,0.015204613,-0.031373046,-0.027016073,0.021728639,-0.00359575,0.0022418578,-0.020740015,-0.033535156,0.01002261,0.02375787,-0.008299107,-0.025444169,0.012805277,-0.022488018,0.013847751,-0.024514804,0.014548505,-0.001592009,-0.019519655,0.01297612,0.00434235,0.0002782893,0.02485839,-0.0011907287,0.012149717,-0.004334805,0.029132858,0.01252382,-0.021732097,-0.018819861,-0.013499973,-0.000145805,-0.02352149,0.031942602,-0.0077983383,0.0077488758,0.026390988,-0.0064754286,-0.015603067,-0.021814167,-0.009297398,0.004038165,-0.027209839,0.021862997,0.013172127,0.044359006,0.021114234,-0.0042485124,-0.017132435,-0.02161148,0.038779747,-0.0054465495,-0.017081644,-0.030980982,0.033281054,0.026206516,-0.03032692,-0.018589819,0.0063074795,-0.0025357394,-0.025469147,-0.015269242,-0.0020134186,0.01966413,-0.0017417056,-0.019658262,-0.053616665,-0.015562349,-0.0051635923,0.02940993,-0.021308417,-0.017611144,0.013130844,0.005674418,-0.023153925,0.009547645,0.0059986417,-0.017510332,-0.0033005467,-0.03477386,0.009605215,-0.0051817303,-0.0005247062,0.005698976,0.024226036,0.031946465,-0.009112582,-0.0017005577,-0.009424615,0.0043949136,0.009699461,-0.00076760416,-0.0031739764,-0.005140361,0.0061178682,-0.010517998,-0.012783833,0.008760278,-0.010728691,-0.04977752,0.012799198,0.047606118,0.012863118,-0.007397244,0.024524247,0.018770523,-0.013260145,-0.012015776,-0.0054802285,0.0038144176,-0.003290711,0.011719993,-0.022047842,0.010119203,0.005908246,0.035049655,0.035624847,0.025762102,0.014323745,0.0035606527,0.013049525,0.0061735143,-0.0011404471,-0.012680582,0.012227297,-0.015469599,-0.00021347881,-0.005985593,-0.010345739,-0.010248947,-0.026639167,-0.016965277,0.01400618,0.0015146201,-0.038430598,-0.043355398,0.0115829175,0.018163066,-0.026833357,0.027623387,0.0008184945,0.015947139,0.0065034195,-0.01244548,0.01809486,0.0055381306,0.013446598,0.010296788,0.0016063827,-0.03166575,0.007659235,-0.026410248,0.015377171,0.006171015,0.008822737,-0.0034628806,-0.0140380515,0.04566285,0.00018430753,0.027647428,-0.022991462,-0.0016236707,0.025186898,0.0064721103,0.009680519,-0.031763997,0.018565623,-0.021914698,-0.0051804823,0.009795154,-0.02386554,-0.0059785075,0.005222093,0.017064167,0.018100744,0.02222129,-0.121732175,0.015487702,-0.0002781455,-0.032003094,-0.017824346,-0.0011245231,0.011649873,-0.004425465,0.00023306365,-0.012908824,0.004593048,-0.023662841,0.015412357,0.009471538,0.014505195,-0.02179045,-0.023502797,-0.007108881,0.010323047,0.0036761907,0.0056041656,-0.0071764216,0.023146478,0.0098680295,-0.039966658,-0.003920835,0.01380034,-0.01404899,-0.014951161,-0.006712543,-0.017470764,-0.0055158464,0.009116742,-0.036057614,0.006300285,0.026828669,0.023470849,-0.023782782,-0.0009045478,0.019811839,0.028142938,-0.0024895123,0.011227698,-0.002731096,0.006364066,0.019568555,-0.0305217,0.005821173,-0.008007099,-0.007996161,0.008623856,-0.002580625,0.0021141681,-0.005981675,-0.0031628069,-0.022757541,0.0042048646,-0.014787743,-0.031567268,-0.015447839,-0.00036259988,-0.0126881795,0.030251518,0.008727137,-0.024831556,-0.011219797,0.010303587,0.023178238,0.017984118,0.00033904906,0.019203352,0.020409746,-0.01081663,-0.011260505,0.02656293,-0.030783389,0.007566125,0.02942627,0.0076519866,0.0038966273,-0.009404183,0.0027007856,-0.06356869,0.007462057,0.00049885927,0.012984057,0.0018816406,0.020231867,0.0039281948,-0.010062782,-0.034733694,0.040968504,-0.010461046,0.02286154,0.012166866,-0.037108615,-0.032561637,-0.00048052144,-0.0021172974,-0.020858765,-0.008675592,0.016409645,0.010916781,-0.011293242,-0.008855905,-0.004929061,-0.015377353,0.031175926,-0.015557533,0.006813014,-0.013047506,-0.021206379,-0.023963492,-0.155342,-0.0036007715,-0.008146245,0.003067111,-0.016345935,0.028015919,-0.019548398,-0.017450973,-0.004556709,-0.012887293,-0.019088933,-0.033080045,-0.018752681,0.008621261,0.025980702,0.09889049,-8.197917e-05,-0.009231165,0.007937804,-0.008029913,-0.010295309,-0.008324062,0.0022780404,-0.033705276,-0.0026163657,0.005236757,0.018695341,0.009330177,-0.0030681707,-0.0065385676,0.024173293,0.0029407751,-0.024488863,0.008117768,0.0141390255,-0.011869051,-0.028753579,-0.019545002,0.0031522112,-0.030550737,0.012872099,-0.011046091,0.0023331891,0.00883341,0.0047062803,0.011795399,0.0005426919,-0.016361898,-0.020288473,-0.01711239,-0.009634343,-0.058251817,-0.024164982,-0.011156598,0.0043514604,0.008198526,0.016870292,-0.018231057,0.040031374,0.026566075,0.006462514,0.0018820238,0.0033389924,0.00842642,0.021712808,0.0101822335,0.035375316,0.008679401,-0.018532328,0.032862846,-0.024349755,-0.011529432,-0.010673382,0.012389833,0.0029067295,-0.0021081374,-0.015229455,0.023055425,0.012450125,-8.741585e-05,0.024375884,-0.030491352,0.004265557,0.006403132,-0.016455589,-0.0039324067,0.0013600813,-0.0025128147,0.007924861,-0.0070520896,0.034869682,0.0062847403,-0.012769679,0.0061374353,0.0063513587,0.03904811,0.024099678,0.018675216,-0.013770646,-0.028418759,0.01489381,-0.0013112335,0.02962684,0.025272068,-0.024105942,0.02365204,-0.0021801926,0.012761054,0.005315068,-0.0056097894,0.01981167,0.0009384857,-0.0072447755,0.017532256,-0.006159759,0.008592896,-0.00050669763,-0.010555428,0.0007558883,0.0034870263,0.0044880756,-0.0036903615,-0.014043406,0.006069288,0.011458731,0.009288099,-0.011817425,0.0023551926,0.0022780527,-0.045803215,0.00081212533,-0.024187297,0.0012742354,0.00040205778,-0.0109850755,-0.017136272,-0.009023981,0.0024327561,-0.00240007,-0.007463399,0.015262039,0.029827125,0.02067475,0.009147973,0.01104218,0.018010197,-0.008130038,-0.013780667,0.008790734,-0.021527207,0.011070512,-0.01664108,-0.0006644809,-0.006105605,-0.015236373,-0.018865164,0.014978683,-0.0065747104,0.009579017,-0.0020549046,0.0052400976,-0.0004336602,0.002883725,0.005889086,-0.0033090876,0.0063424627,0.026770027,-0.01083811,0.021651682,-0.013651723,0.008495867,0.0032052484,-0.020988423,0.019289792,-0.0019598026,0.0047306926,-0.0011051154,0.008931951,-0.0095280465,-0.0025769584,0.01519809,-0.010343267,-0.0026737242,0.013892791,0.027211368,0.021535717,-0.008308312,0.000470204,0.0021094887,0.0015593114,0.0068684258,-0.016197113,0.018349025,-0.01867083,-0.014400781,-0.00023375633,0.0069308663,-0.0020826238,0.0051219193,0.014865796,-0.0014862039,0.013344969,0.0052349945,0.016631419,-0.022466589,0.0150786415,0.012259972,0.005713664,0.0077389083,-0.02181199,0.008134664,-0.00021852054,-0.010942694,-0.005721705,-0.0068896348,0.004176345,0.027894406,0.032446936,-0.0025276318,0.00021089126,-0.010309487,-0.019622132,0.012577464,-0.013300174,-0.0034871246,0.012325536,0.016069435,0.00197825,0.008587708,0.0013183671,-0.00075948104,0.013924905,0.006628688,-0.017540159,-0.0020563942,-0.018088933,0.021111567,0.0034006343,0.0046722484,-0.010581381,-0.009566479,-0.0015628858,-0.011512555,-0.010637433,-0.006592064,0.011208986,0.0074860873,0.00043475532,0.014527285,0.018329078,-0.011384052,-0.0021379727,0.023076287,0.0037074399,-0.007219514,0.0011184227,-0.012459519,-0.0017238257,0.009132352,0.0010419128,0.008597129,0.0044630207,0.0027005186,0.0051090047,0.011716025,0.008899331,0.006171328,-0.0010572419,0.0052489103,0.02014526,-0.011281498,-0.007124212,0.0032976402,0.0070620826,0.01741476,-4.758605e-05,-0.00022199062,-0.0026358694,-0.013598857,-0.0045090993,0.001205395,0.0012595032,-0.008737612,0.00013007033,-0.0069336994,9.704164e-05,0.029902956,-0.00840648,-0.0092812395,-0.017844783,-0.016167572,-0.006651577,0.005945647,0.009048048,-0.0041911504,0.006959513,0.013719949,0.014059253,-0.020862935,0.0005604046,-0.004176,-0.004440892,-0.0020991187,0.001550383,0.0016438,-0.00065639545,-0.0039719855,0.014908333,0.018353876,0.0074930834,0.08139038,0.0029192776,0.0063415216,0.042006593,0.0076423394,0.007577099,0.004435815,-0.0081479335,0.00113435,0.001795263,-0.0021138827,-0.015803484,-0.024230309,-0.010684476,0.018138878,0.001671176,-0.002096247,-0.0096153,0.004188613,-0.007734638,-0.0021477689,0.0064182533,0.010743893,-0.0050182706,-0.007611001,-0.01691283,0.0071442607,-0.010844582,0.005280706,0.008181056,0.024806084,0.009749491,-0.0013213503,0.010915074,-0.011292822,0.012285445,0.006256598,0.0007442499,0.00151576,-0.008731863,0.008920922,0.015040619,-0.0036354254,-0.0041266885,-0.0038696134,0.012672786,-0.0019951917,0.009808507,0.0033461556,0.008253544,-0.008957069,0.008606472,0.0030913989,-0.010416964,-0.0019014241,-0.00064610294,-0.016565545,-0.018544687,0.00019264134,0.00562347,0.005172012,0.018949637,-0.012761072,0.0024954511,-0.004984735,-0.011108923,0.008518757,-0.00818466,0.009705811,0.0036590642,-0.013951641,-0.010622932,-0.0032839447,0.0018528041,0.01075139,0.007132944,0.00072131585,0.0006726217,0.0115402425,-0.001694048,0.0056720804,-0.011066752,-0.021605903,0.008600911,-0.027961494,0.0041517257,-0.01240121,0.014211498,-0.012361714,-0.009111582,0.008452853,-0.007073757,0.005355922,0.012924336,0.016023247,0.0022779214,0.055897154,-0.010723333,-0.0029421104,-0.009901823,0.010149511,0.00032577402,0.0057873754,0.005585944,0.024404706,-0.000107756474,0.005731554,0.006719241,0.011912637,-0.011893767,0.00042012887,0.0063260873,0.024687301,-0.013730077,-0.0031429066,0.002499296,0.009076865,0.015426102,-0.021581609,0.0009892059,0.012276089,0.0047034635,-0.0096380105,0.004015527,0.0061625564,0.0151608,-0.021688066,-0.0033466227,-0.008446735,-0.0038379836,0.021929627,0.011976023,-0.005767353,-0.0060098073,0.0038870135,0.019336112,0.008041055,0.019127214,-0.004725641,-0.0027817467,-0.010609406,0.00035448777,-0.027018642,-0.023514522,0.0019718194,0.015950257,0.017111873,0.011150568,-0.0076930784,-0.015332416,0.0065305983,-0.00851754,-0.0111879725,0.008449183,-0.006880025,-0.0026390404,0.008663874,-0.00249438,0.002727873,0.021809163,0.008387821,0.00843237,0.005337039,0.014901922,0.001965619,-0.0071686334,0.004624859,-0.0070018494,-0.0050565675,0.023053732,-0.0052945293,0.006660407,0.011336319,0.018139688,0.012335933,0.0029125735,-0.0053877966,-0.022269286,0.0003429138,0.0031461678,0.007339584,0.00039288716,-0.015670411,-0.0136623755,-0.015003813,-0.017616976,0.0016187122,0.008561761,0.009199273,-0.017622177,0.0024625883,-0.0077290805,0.003284145,0.015945522,0.00050644146,0.00881313,-0.012783007,-0.005743828,-0.006869699,0.0057800384,-0.010847555,-0.0011835498,-0.0032018444,-0.0020415317,0.018457716,0.0054107816,-0.0020996856,-0.0034286198,0.0034040906,-1.904514e-06,0.020280555,-0.0074758884,0.0096313,-0.008856438,0.0041921316,-0.013909524,0.023321373,-0.013010222,0.0059968494,0.00164637,0.0029660724,-0.021607762,-0.008633578,-0.005538685,-0.006966297,0.010697049,0.0051708585,-0.018161627,-0.002283556,0.009494223,0.0036376421,0.007571903,-0.006388969,-0.006804058,-0.017798088,0.0016864736,-0.0027335093,-0.006388647,-0.013760268,0.004912636,0.0013203641,-0.004937459,-0.009360979,-0.004423101,0.009502919,0.007461364,-0.0005524106,-0.0151157435,-0.0076481104,-0.0002488097,-0.007607197,-0.0032252907,-0.0031996737,-0.014514881,0.012100098,-0.00032997387,0.010583057,-0.06767094,-0.015734125,0.004003577,-0.0017674762,-0.006640515,0.0035813507,-0.0155733265,-0.011006897,-0.012954277,-0.0050465497,0.005990339,-0.011672674,-0.0005619008,-0.0034530605,0.015576234,0.016187474,0.009108371,0.01722676,-0.0050483546,-0.017742723,-0.038048994,-0.004695155,0.014582178,0.011073656,-0.0023342283,0.0033485452,0.018080035,-0.001371103,0.010384937,0.00021660123,0.00084792747,-0.00023180648,-0.0016903009,0.0075476062,0.0011558963,0.01764423,-0.0070200628,-0.005981289,-0.008358863,-0.0066190884,0.009404756,-0.013175135,-0.019754346,0.007387006,0.00550806,0.015527592,-0.0012964318,0.00024186143,0.008320741,-0.014462773,-0.012461092,0.019031664,0.013396997,0.01727505,-0.017904712,0.0072245523,-0.0053052446,0.0042803874,-0.016405905,0.014955244,0.01058397,0.011229209,0.008443359,-0.00077850744,-0.010781558,0.004580487,0.008274451,0.0077816416,-0.013116041,0.008001513,0.00078389054,-0.020644432,0.001265234,0.010088439,-0.015417972,0.018988866,0.02601963,0.0027877658,0.00878932,0.018490396,0.0072482717,0.014617866,0.008375246,0.0068846396,-0.0022726317,-0.014408015,-0.0068425136,0.008448913,-0.015738059,-0.0014593978,0.003930756,0.0076218275,-0.009872715,-0.007583309,0.0041588233,-0.005540018,-0.008981713,0.011306688,-0.008125506,0.00016336815,-0.004086563,-0.022254525,0.002639457,0.0028157078,-0.0014816023,-0.00042866505,0.008538159,-0.008043322,0.002829954,-0.0006262623,-0.015689509,-0.016243717,0.0015009498,-0.0009502132,0.015654838,0.004309207,-0.017260091,-0.0074652834,0.007939239,-0.019964198,-0.006221489,0.018957559,0.013462954,-0.003749033,0.00011745417,0.0046430063,0.013114433,-0.013481681,0.006517568,-0.010208705,0.010209172,0.016721332,0.016982641,0.0045036837,-0.024672622,-0.011990854,0.0015384138,0.0140285,-0.00928801,0.012070007,-0.011444257,-0.014656132,-0.003367873,0.00045628377,-0.0038423312,-0.0050245347,-0.005275471,0.015067502,-0.00089108787,0.010180288,-0.01634724,0.0025021182,-0.0013589489,0.009662913,0.005897931,0.010275195,0.0021955767,-0.021842321,0.004614206,0.0030830612,0.015149339,0.0044717668,0.0056670033,-0.00815492,0.014579625,0.00470392,-0.01127882,0.004395846,0.0039182925,-0.0020882448,-0.017603533,0.012978478,0.0071531045,0.032760996,0.00015807123,0.00016372619,0.003141509,0.0011941732,-0.009982096,0.007742924,0.01151883,0.010044126,0.000158175,-0.008122129,-0.015600209,-0.008721858,-0.010831551,0.0010655948,-0.0008748129,0.010478498,-0.00497005,0.020056652,-0.0020528075,0.0101772,0.0035382423,0.007026785,0.010556571,-0.012243629,0.014997563,-0.014907507,0.005261866,0.004274943,-0.018394558,0.0018429805,0.019688038,-0.07603736,-0.008053189,0.0058145155,-0.0023148146,-0.010286508,0.0030678143,0.001434068,-0.011662076,-0.0028805702,0.012742971,0.0062118745,7.5976146e-05,-0.0073261,-0.009891257,0.0040274207,0.009164364,0.01472222,-0.0109190205,-0.00068995194,0.009896164,-0.008613595,0.003911783,-0.0045481087,0.011413005,-0.0005535847,-0.014018762,-0.02287553,-0.009345501,0.0028403944,-0.0012255093,-0.0096564675,0.010697735,0.00029830134,0.01609744,0.0027862291,-0.010637738,0.0064489953,-0.00918024,-0.13434042,0.0099952305,-0.0005954997,0.00877782,0.009591381,-0.0034300797,0.015028467,0.0017888485,0.004596643,-0.005852609,-0.00062797236,0.012186174,0.022935545,-0.023231106,0.0125827035,-0.028038217,-0.011829097,0.0100807855,-0.0001915794,0.0014564346,-0.003231813,-0.002803548,0.021819463,0.014808659,0.0076950425,-0.008157881,0.009678601,0.0021965294,0.0036926887,0.00024332815,-0.014378824,0.0068510333,0.0057737916,-0.010576156,-0.0016074707,0.003119667,0.016706482,0.013153001,0.0001762629,-0.0065038004,0.0046495297,-0.0024302753,0.0015039091,0.012367046,-0.02040053,-0.000846515,0.0003004785,0.02794406,-0.013172306,-0.0012180211,-0.0051326053,0.0028703823,-0.0008807534,-0.0042497353,-0.009696767,-0.0050629172,0.0066335155,-0.0084266225,-0.0114364065,0.0041698418,-0.017636085,0.0034533702,0.014886547,0.008442979,0.009862491,-0.0023661896,0.0024166193,0.0060362727,-0.0030239164,0.0028217076,-0.01678415,0.019847194,0.030322852,-0.024220543,0.023556894,0.010383344,0.0028650644,0.010555664,0.011406949,-0.011774406,-0.0051213126,-0.007469596,-0.007894071,0.011837589,-0.00044891125,-0.03696273,-0.03094688,0.00079012214,-0.013475885,-0.04157521,0.008495713,0.004592432,0.008891226,0.016642645,0.015497441,-0.007886374,0.009755558,0.005429687,-0.0074927155,-0.0026466611,-0.0029018975,0.00036669715,0.014445035,0.022302387,-0.031950768,0.004457629,-0.0124198375,-0.008836354,-0.0021114622,-0.016848078,-0.00832571,-0.009357947,0.005394386,-0.0064905523,-0.0204036,0.00014969987,-0.008802932,-0.0059084864,0.0049495916,0.0013702778,0.0070343954,0.008187845,-0.0064078406,-0.002067969,0.0011687129,0.026730422,0.020240419,-0.0128217945,-0.00033099155,-0.0043758117,-0.009801223,-0.0066344193,0.010056512,-0.017545613,-0.020264534,-0.02226818,-0.0035194482,0.004916917,-0.009301476,0.016012443,0.0068119206,-0.016036684,-0.0028443506,0.025084997,-0.009052723,0.011650272,0.014934342,0.01289811,-0.02950699,0.020169854,0.013100721,0.0059546167,-0.0039304686,0.022564653,0.0018332738,0.0012540532,-0.007954624,0.01341855,-0.0278608,-0.0029682461,0.00420603,0.01112422,0.017753625,2.0879854e-05,-0.024879446,-0.019837592,0.027408982,-0.028108507,-0.016131513,0.0077592093,-0.0022479119,-0.011162346,0.0013922103,-0.006007526,-0.003395929,0.012819678,0.008785127,-0.013015311,0.00046856276,0.010817065,-0.023028832,0.03127325,-0.017606692,0.0045459033,0.011827,-0.0005377784,-0.0035015873,0.001904073,0.0043221777,-0.007928068,0.0031565705,-0.00980052,-0.008174909,0.020095507,-0.012149528,-0.014861494,-0.0002818743,0.019197874,-0.0155526595,-0.010015894,0.010074125,-0.0011396992,0.013466539,-0.15917489,0.005671292,-0.0051510846,0.0037030769,-0.015688077,-0.005637188,0.0104663195,-0.010369967,0.012123123,0.0085519105,0.008857535,0.007944802,-0.0057291146,-0.0067777573,0.028261892,-0.0072892415,0.018759346,0.013371445,-0.01204127,-0.016593397,-0.043376062,-0.013958143,-0.00070794445,-0.008932025,-0.005937512,0.012263481,0.0037766804,0.0029948286,-0.009527267,0.004278993,0.0051414794,0.019244175,0.0068792887,-0.021288527,0.0058046575,-0.0073365727,-0.024226772,-0.0014697139,-0.016171873,0.019909788,0.001610217,-0.018715903,-0.0032409753,-0.015109915,0.00041740996,-0.006031638,-0.0046491795,0.01724791,-0.025359726,-0.009656887,-0.012894041,-0.0020853623,-0.0063913157,0.028929833,-0.010689518,0.008480059,0.020034693,0.007568617,0.008637245,0.010345314,0.023652837,0.011557867,0.013544691,0.014469727,-0.021064136,-0.004346319,0.010038179,0.15220018,-0.001311565,0.014781506,0.0029781798,0.0076313014,0.012076254,-0.0038115256,-0.00021312981,-0.009698851,-0.027442206,-0.017567573,-0.0021508513,0.009467957,0.003971657,0.0022059039,-0.020216072,-0.0048735575,-0.01024038,0.0025757172,-0.008149123,0.005196683,0.006435705,-0.0043627573,-0.008638284,0.010737634,0.008938084,-0.005649008,0.0019586342,-0.00461548,0.014162471,0.023424111,-0.012724382,-0.016786475,-0.009504954,0.019332148,-0.005925787,0.013715432,0.013136474,-0.020775424,0.01948865,0.0135377785,0.00859592,0.0013665025,-0.020578403,-0.004154431,-0.0032577668,-0.024148477,0.009572438,0.018208994,-0.012511273,-0.0254473,0.003127367,-0.008485328,0.010831131,-0.012652277,0.00088622206,0.019551877,0.008925166,-0.00573905,-0.01706875,0.024609866,0.0102068195,-0.012077277,0.00569233,0.026113888,-0.0006768902,0.0011146741,-0.008057647,0.0034799506,-0.1012112,0.0017496531,0.0012544377,-0.008904719,-0.00746565,-0.004438667,-0.01598415,0.015702449,-0.0006615798,0.0010150356,0.008235424,-0.0051344014,0.021254012,-0.03170242,0.016126057,-0.008740021,-0.022723386,0.005667649,0.015373488,-0.01133216,-0.010957289,0.024965672,0.0005721251,0.005301658,-0.016550347,0.005736953,-0.0029032535,0.0112838615,0.015953258,-7.3339055e-05,0.0025805484,0.015456268,-0.024077909,0.021195348,-0.011292134,0.001300163,0.0074446234,0.019277131,-0.016247183,-0.0071077403,0.018633401,0.0044967993,0.0054584485,0.010171142,0.002960778,-0.018936994,-0.012691252,0.012125648,-0.017462052,-0.00557296,-0.014493764,0.001191754,0.024666898,-0.0006848086,0.015174706,0.026218042,0.020631583,-0.023156287,0.013184605,0.0076505234,0.012485458,0.012277108,-0.014321733,-0.011454298,-0.020316282,-0.016386896,-0.011963022,0.03146335,0.022860093,-0.00407324,-0.0046395115,-0.010417103,0.0020523416,-0.013431572,-0.00028202386,-0.0042636357,-0.0029885862,-0.02555782,-0.020053199,-0.021786615,-0.00912887,-0.026430553,-0.0015933859,-0.016501471,0.052730825,0.0014043646,0.0056184214,0.010153053,-0.017051116,-0.013295936,-0.012443032,0.0067038904,-0.0190728,0.0047817635,0.007839683,-0.027556112,0.00024874325,0.008589002,-0.0026923488,-0.009498352,0.008351879,-0.009114547,-0.006210976,-0.00029583127,0.01432065,-0.016736912,-0.004539941,-0.049620107,0.023943959,0.008480377,-0.0017642324,-0.0011431733,0.003695183,0.00494774,-0.0063443184,0.0020887654,0.012406778,0.0047639236,0.0022410913,-0.019278787,0.007017926,0.01766262,0.02022294,0.0028647282,0.007571203,-0.007146988,0.010922181,-0.013756064,0.01164875,0.009786844,-0.0006628612,0.0069313175,0.015786331,0.0132424915,-0.0025396494,0.0031930967,-0.0039970432,-9.290644e-05,0.009862205,0.010269653,-0.015329434,0.02510353,-0.0035056788,0.014202214,0.007073843,0.013082479,0.0055773673,-0.010697962,-0.008709047,0.0047058132,-0.016375653,-0.0060146875,0.0029866577,-0.006663458,0.011898914,0.012353568,0.034622252,0.03737662,-0.0066510737,-0.0068854094,0.026479926,0.01720835,0.005180274,0.018965272,-0.012538011,0.0041489853,-0.011053344,0.00836928,-0.036799144,-0.019390976,-0.0053826934,-0.005108173,-0.00069615984,-0.02793023,0.008303754,0.0052402765,0.008475805,0.015793517,-0.026995502,-0.09046412,-0.012254584,0.0051800185,0.011211191,-0.015084754,0.01666474,-0.0075908075,0.00233966,-0.018080976,0.0021388303,0.012086888,0.0037677556,0.009838237,0.015071066,0.020480853,-0.010316913,-0.01608051,8.029574e-05,0.011948152,-0.0100100655,-0.0013079362,0.0038561788,-0.0039926046,-0.0108533725,0.006804766,-0.0044579837,-0.0024688472,0.012055665,0.0046016346,0.006708497,0.0029207235,0.006336556,0.001795598,0.0029090086,0.007827998,-0.03400733,-0.013325522,-0.02244047,0.012113129,-0.01200508,0.01721647,-0.02246919,-0.07635004,0.0038983393,0.014065194,0.007453288,-0.00048368174,0.003009337,-0.0033548374,-0.01676974,-0.00481258,0.008957808,-0.036086097,-0.009524743,0.016687525,-0.00025601627,-0.021264337,-0.00017287889,0.0068153217,-0.02324616,0.011532597,-0.016683538,-0.021440664,-0.016089484,0.02273272,-0.0013990316,-0.009854654,0.030091226,-0.0040744697,0.037180092,-0.0015912837,-0.011359626,0.0039588627,0.011351481,-0.005612817,-0.008114451,0.0059320824,-0.026112128,0.00071043544,0.038864918,-0.00040544738,0.021074075,-0.0012464433,0.013001427,-0.0013273952,-0.006060288,0.00065299775,-0.10451048,0.0049706,-0.008026784,0.019534554,-0.0004403615,0.009779522,-0.007256936,0.030829823,0.014055028,0.002704851,0.00282399,-0.0045817294,-0.008959941,0.0029646002,0.0040764767,-0.010091367,0.011046004,-0.0030565436,0.005925161,0.014889246,-0.00043663188,0.0028312942,0.00042153418,0.0143033285,-0.015471967,-0.08996674,0.0059408173,0.019572528,0.00955564,-0.03378099,-0.01639826,-0.00915098,0.024265666,0.009130367,-0.0039119083,-0.0032254301,-0.017008245,-0.023423618,-0.0040662866,-0.02399457,0.006277392,-0.001522232,0.0020549332,0.0161991,0.014590425,0.034779925,-0.0062860027,-0.0024658337,-0.030243102,0.002140929,-0.0063293194,-0.00096743327,0.017591298,0.0030264915,-0.004278496,-0.011427771,-0.005413914,-0.009170773,-0.0010711601,0.020640073,-0.029075382,-0.015459375,0.023399496,0.007363244,-0.003447351,-0.02295588,-0.0055748494,-0.0050019477,-0.04721883,0.0068048094,0.011780847,0.007570114,-0.00058238866,0.0026255364,0.00283859,0.013353961,-0.022219865,0.009640838,-0.008904699,-0.013653741,-0.0021981683,-0.012808869,0.008474388,-0.011907336,-0.022544175,0.009867871,0.008262392,-0.006262599,0.011410753,0.0024585929,0.027172597,-0.015477562,-0.0034362236,-0.014958227,0.0239454,-0.008381255,0.013645648,0.008186011,0.003523783,-0.012713101,0.0034578908,0.016053952,0.002509345,-0.0014221328,-0.0059939143,-0.0047671217,-0.00071424444,0.007588563,0.012313252,0.009434382,-0.014624729,0.012750428,0.020369608,-0.0011919144,0.012242451,-0.0045136004,0.020199422,-0.011475318,-0.0124650365,0.0068636057,-0.007283006,0.0008185023,0.0055649113,-0.019642096,-0.0008010279,-0.027645603,-0.014401892,-0.030144949,0.0093641225,0.015610063,-0.0021570215,0.0029224884,0.017270502,0.0029385628,-0.0003618913,-0.013122787,-0.009938946,0.01997416,-0.01819334,0.037100412,0.00035101076,0.0053529902,-0.0114916,-0.009477938,0.0025356247,0.00906595,0.0104295155,0.0027735443,0.02124899,-0.019074028,0.0039144945,0.008400287,0.004884523,-0.019059688,-0.0037635271,-0.008604863,-0.011182872,0.012518587,0.013322287,0.0019473695,-0.001236587,-0.0018423913,0.021277292,-0.008297176,-0.024221359,0.006898602,0.016302148,0.0059623327,0.009421268,0.007028058,-0.0015299161,0.005018515,0.012745044,-0.0066287927,0.0461084,0.00041854294,0.00110853,0.0025393777,0.010568217,-0.00647749,0.00079038605,0.00046578093,-2.774461e-05,0.004503982,0.0124457395,-0.010420582,0.01362203,0.0074314657,-0.01277064,-0.0050305347,-0.0074065356,0.024720008,0.014606064,-0.022491993,-0.0127649745,-0.006470063,-0.008214951,-0.0129372,0.0043385397,0.026756521,-0.008798723,0.021477759,0.0047361422,0.019880606,-0.003481004,0.006424742,0.01598438,0.002416096,-0.0037644706,-0.009287603,-8.5088024e-05,0.012446649,-0.001151283,0.0012151656,-0.0006069465,-0.0070537464,0.009423134,0.006216798,0.0029735926,0.013684092,0.02987346,0.016901622,-0.022829069,-0.020509647,-0.007146621,-0.0077312873,-0.003301265,-0.0074035204,0.0028183216,-0.008220454,-0.014893681,0.009528226,0.0024455432,0.02112284,-0.0065569696,-0.012901095,-0.012702663,-0.026089953,0.0302526,-0.0072109858,0.0035953964,0.020244969,0.0076445374,-0.008716061,-0.004638809,-0.004010403,0.0052067474,-0.012878212,-0.017667603,-0.013808446,0.0014536103,0.014453309,-0.0005610763,-0.0045136833,0.0050344174,-0.028267682,-0.010724469,-0.0072187884,0.001869473,0.018052459,0.027793441,0.008895465,-0.008451603,0.020588538,0.005133781,-0.00055466476,0.0067138546,0.0036976712,-0.015705373,0.008811638,0.0047105914,0.0103923725,-0.0054120254,0.010620552,-0.030417183,-0.00812635,-0.0062617646,0.015425808,0.006552001,0.014242876,-0.0025077965,-0.006970984,0.0020518913,-0.029402899,-0.00835836,-0.0032862525,0.00774899,0.010424097,-0.012981775,-0.00061489095,-0.00967095,0.00528048,-0.0011810068,-0.013410504,0.0076961764,-0.01576905,-0.0022250924,0.008948827,0.011217408,-0.0014920458,0.015814323,-0.013063034,0.0021811414,0.013547481,-0.0036788497,-0.010414638,0.010498128,-0.02520299,0.027265064,0.0039855745,-0.006947637,0.0058614067,0.015532817,-0.008007369,-0.0221518,0.00030333825,0.006274661,-0.0020412833,0.022512974,0.0046769166,-0.016406387,-0.022425482,-0.0026458108,0.021045139,0.013528697,0.017076066,-0.018964197,-0.0050640563,-0.016333187,-0.008503311,0.0059591187,-0.000931862,0.0016201282,-0.005163874,0.010075507,0.0100855,0.0063310037,0.013303013,0.001124971,-0.01946553,-0.024844432,0.025126936,-0.006185515,-0.0133003285,0.005639816,-0.023726026,-0.029572226,0.0023005356,-0.0089924205,-0.012745265,-0.019684268,0.016062522,-0.013183137,-0.017298928,0.0076431422,0.0073438725,0.020182906,0.00818431,0.0144933015,-0.0015034155,-0.015588241,0.0019136065,-0.0024925605,0.017976364,-0.010417988,0.013814479,-0.003462225,-0.008772968,0.015826963,-0.0020462465,-0.030126829,-0.002636194,0.02048793,0.0024738659,0.0036931382,0.008975233,0.019212492,-0.00027552198,-0.0022251473,-0.0043401453,-0.023694182,0.0014694845,0.009331186,-0.009814556,-0.0160245,-0.005435441,-0.0030204847,-0.0002734816,0.014004128,-0.005080889,0.012477445,0.0058263717,0.0013088485,-0.0040039425,0.009271615,0.00624272,0.006026707,0.0044202404,-0.011636989,-0.017306682,-0.007421311,-0.020382766,-0.00017405246,0.0030667123,-0.007342972,-0.004625297,0.022233276,0.013125314,0.017672421,-0.015983257,-0.028631696,0.014618199,-0.014253392,0.0048613227,-0.028708853,0.00641758,-0.012481063,0.014866571,-0.0065849633,0.013934092,-0.026454436,0.004401394,0.009382212,0.00353833,-0.008262838,0.0036734098,0.039543606,-0.019367132,-0.0007143843,0.0120581845,0.0050615417,-0.0044004144,-0.008870014,-0.018028954,-0.011251053,-0.022188809,0.017268643,0.023429753,-0.0027078255,0.022961281,0.0061203507,0.009943446,-0.007555549,0.006874666,0.014421017,-0.0152797075,0.0046591046,0.0069503244,-0.007270973,-0.0109427795,0.00151511,-0.023994401,0.005769301,0.0021938225,-0.016061092,0.005938686,-0.0158463,0.008758457,0.013176433,-0.014502773,0.004087741,-0.0018850648,0.025169358,-0.015607539,-0.016056292,-0.021079913,0.017474232,-0.014223195,0.00906946,0.007916858,-0.041900355,-0.015986096,-0.053430013,-0.01090588,-0.013348358,0.010544464,0.016333552,-0.014538568,-0.0031672278,0.017646069,-0.019388413,0.023272809,0.010051775,0.030910142,0.022196611,-0.008319042,-0.013341047,-0.03012618,0.0012155676,0.00412527,0.0108383,-0.003933036,0.0054265684,0.013689477,-0.0054407576,0.008842175,0.0004635491,0.0033457458,0.009889965,0.006953621,0.0042944043,0.0051224506,-0.025234206,-0.009790653,0.0014347652,0.017376935,-0.007272084,0.0049156575,0.0037669512,0.00062972977,0.009931348,0.021853866,0.0015154057,-0.023427738,0.020506099,-0.0029034181,-0.003843018,-0.00034877533,-0.00033401223,0.015183157,-0.020422583,-0.006445294,-0.0033022321,-0.007889992,0.0055904384,0.005324127,-0.010446126,0.022626583,-0.013826201,-0.021519935,-0.0027816943,-0.013019554,-0.027074289,0.014463575,-0.005014518,-0.0075817117,0.01824435,-0.009443457,-0.006726813,0.0043264865,-0.014925052,-0.029633654,-0.003894028,0.004170544,0.06280146,0.00138529,0.013160818,0.0038638164,-0.011715817,0.0107251005,-0.0007094313,-0.022423899,0.0034680588,-0.029478425,-0.014225837,0.008620924,0.014260354,-0.004013502,0.0033323062,-0.0058970363,-0.013164426,-0.021229766,-0.03784088,-0.00043257893,0.009470162,-0.022630375,0.011684361,-0.0073489756,-0.0053679063,0.006708765,-0.01297356,-0.019781763,0.016022375,-0.00016291898,0.015316642,0.008388513,0.026717125,0.00094360503,0.02578199,0.0113092875,0.012368591,0.002193342,0.00025337483,0.030075217,0.0308693,0.00126395,0.008807609,0.0112133315,-0.0024957997,-0.007973142,-0.006910904,-0.02234163,0.0072746663,-0.0033197075,0.010254438,-0.0156902,-0.01704897,-0.020186812,0.02662043,-0.010693832,0.0034926,-0.0053420723,-0.018957807,0.0044648084,0.0035500212,0.014403124,-0.012147019,0.02897352,0.011025119,-0.024609463,-0.004660803,0.046868805,-0.036808908,-0.0127205355,0.004036629,-0.027431998,0.01615603,0.010897026,0.00655978,0.0071546133,-0.010690453,0.018847845,-0.024094481,-0.01807009,0.0019211355,-0.002914294,0.022815922,-0.0027280005,-0.015121028,-0.017635647,0.0029286551,0.025765525,-0.003984127,-0.024486942,-0.021425283,0.0020467425,0.00055163534,0.0063904044,-0.007129285,0.009696121,0.035347078,-0.009621172,0.0072577586,0.0037907038,-0.00028728278,-0.0020299803,0.024333706,0.022068912,0.018306257,0.0027561532,-0.011574913,-0.018987298,0.0080156475,-0.0061442037,0.012704965,0.0075296415,0.01329139,0.0054503144,0.038909562,-0.0013278909,-0.012589405,-0.02117808,-0.018236956,0.0014505971,0.010996991,-0.004452145,-0.0027721154,-0.0002725144,0.013718418,-0.010800936,-0.0021134587,-0.015230519,-0.006401834,0.014642422,-0.0111237,-0.008606716,0.006366676,-0.006729337,0.020034011,0.01754597,-0.0025472385,0.01738666,-0.010722282,-0.0029079453,0.026809921,0.016787618,0.14810753,0.09880219,-0.0064800265,0.019891093,0.018407507,0.0036429756,-0.035588786,-0.0039861593,0.008688394,-0.0026447116,0.0007176824,-0.00047713495,-0.0062574376,-0.0055828057,-0.0059558162,-0.011230334,-0.0016125294,0.014948655,-0.010074011,-0.0032500944,0.0059625814,0.008372138,-0.014201435,-0.006883087,-0.027183117,0.026195604,0.015908856,-0.009789009,0.013879427,-0.0014776903,-0.010847236,-0.009802643,-0.014825301,-0.021820644,0.0136930505,0.0049144314,-0.0015041466,0.00048513565,0.0017546744,0.0008628134,-0.0031894394,-0.015360656,0.0071910983,0.02318393,-0.02421537,-0.00575896,0.017763816,0.007962556,0.00040148912,-0.00433779,0.00024412677,0.0019773557,-0.011110054,0.0014760777,-0.0062545557,0.011942839,0.02413242,0.023108153,-0.0060806125,0.021149399,0.0019267706,0.008042545,-0.012412404,0.006954779,0.0066519934,0.024071775,0.0014286726,-0.019003576,-0.00044792364,-0.021554926,0.014241078,0.012665179,0.007044918,0.0064797043,-0.01402419,-0.00914104,0.008132554,0.0139721725,0.010465706,0.008245732,0.011608276,-0.01612252,-0.027384292,-0.010198981,0.017137194,-0.0065482436,0.017449817,0.026623605,0.11175831,0.0018157351,-0.004977496,-0.0064761788,0.040225774,-0.01627858,0.011113154,0.046521906,0.015163803,0.0010214115,0.026189914,0.012157813,0.0076092198,-0.027459983,0.015567439,0.014136885,0.0074600363,0.018968344,-0.011928638,0.00014694585,-0.010326856,-0.0073929923,0.0006043784,0.017870096,-0.013015504,0.014988205,0.022788813,-0.005316416,0.007381351,0.0012546949,-0.1023312,0.00011684031,0.01144798,-0.014549355,-0.0078038676,0.010604365,0.03348972,-0.009478509,-0.0020394227,-0.003917082,-0.00036006686,-0.023583967,0.011246319,0.008646005,0.0044374615,0.021990338,0.0054914528,-0.02041436,-0.014885267,-0.004995477,0.015211325,0.0025057786,-0.015040949,0.007445934,-0.017672822,-0.01663777,-0.012641214,-0.009958311,-0.020448409,0.01374972,-0.014666141,0.0070846435,-0.0022945618,0.026209814,-0.013105733,0.004670444,0.009556841,-0.0056387153,0.021303419,0.01565533,-0.0043832744,-0.03290416,-0.010424643,0.008125678,-0.032171737,-0.008880033,-0.009648313,-0.01147,0.009984797,-0.023090048,0.03459403,-0.014254743,-0.0036819028,0.015842501,0.0026110066,-0.019790608,-0.033517644,0.00765423,-0.0010254722,0.012541022,-0.004417368,0.012928143,-0.02848057,-0.0074827294,-0.013746091,-0.0009525125,0.011517564,0.005599987,-0.00023698922,0.0064933444,0.020419477,0.0141368965,-0.012569802,-0.0096786665,0.018709388,0.010727613,-0.013349989,0.016573843,0.010979874,0.014439893,0.024626942,-0.0066746864,0.011711144,0.12332557,0.021166459,-0.027276812,0.010100034,0.0045227553,-0.016081877,-0.009281899,-0.0035182026,0.0038003677,0.021038894,-0.0027255595,0.00771136,-0.017732406,0.011799599,0.01648874,-0.0010228816,-0.0006557765,0.0044648293,0.010606276,0.013431662,0.00718516,0.0026349192,-0.01797574,-0.022375053,0.0058978894,0.023327775,-0.020056281,-0.01248822,0.010245565,0.011777081,-0.002785285,0.004940463,-0.0009483339,-0.016970446,-0.0059217447,0.012679583,-0.033124134,-0.006866791,-0.013891647,-0.0066335266,-0.0054673366,0.027050702,0.020300318,0.019156674,-0.01078363,0.19501731,0.007777965,0.0005633401,-0.0018294555,0.017780479,0.011605163,-0.0037304836,-0.009242547,-0.0008490144,0.031263005,0.019524323,0.0063232295,-0.0069567286,-0.010869126,0.006656904,-0.0062732394,-0.009647433,-0.011998841,-0.0055744806,0.031653643,-0.01597993,6.585966e-05,-0.004395893,-0.026768146,1.1062626e-05,0.01681276,-0.007967072,0.02592285,-0.01387969,-0.017411677,-0.01824906,-0.02038188,-0.005305192,-0.018834509,-0.017969623,-0.032093637,-0.009105909,0.011241673,0.0029584144,0.008162845,0.0042579905,0.02288384,-0.005392422,0.014979256,-0.0062519023,-0.0077990647,-0.004053819,-0.014302634,-0.006716083,0.0059143784,-0.005679294,0.0064648297,0.0151388515,-0.0029385122,-0.0056789396,-0.014261639,-0.011471435,0.020834401,-0.027445346,-0.013953457,-0.008092143,0.023304932,0.012825882,-0.005747772,0.0074142516,0.017457752,-0.007630167]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 118,
          "content": "Xi Jinping's \"Malicious Politics Overflowing with Goodwill\" and Its Limits | China･Taiwan | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.036169637,-0.0022141368,0.038341716,-0.077568226,0.024841227,0.0041206833,-0.0028645569,-0.02028747,0.019106017,0.0002671156,0.009547985,0.0002592769,0.0011226179,0.015752003,0.078443855,0.03825195,0.024442984,-0.02432297,0.0203924,0.014391864,0.009163894,0.015763212,-0.029235171,-0.018580224,0.026424788,-0.0037333083,-0.015293986,-0.042223103,-0.015582014,-0.011252393,0.0031872767,0.010857814,-0.01576535,0.0006885581,0.008673614,0.026868783,0.042979967,0.014536488,0.008158103,0.0024247293,0.004317724,-0.0073728105,-0.010389832,0.033074558,0.007782116,0.007430968,-0.026974536,-0.013108825,0.011059222,0.005477422,-0.012032003,0.021874778,0.004673788,-0.15850109,-0.031597354,0.010888736,-0.008955542,-0.009854499,0.014135318,0.010490928,0.000994711,0.017494377,-0.008083507,-0.013466547,0.012685424,-0.0056794635,0.040063553,-0.006195882,-0.0060867793,-0.0011431229,0.011042595,-0.00795841,0.011601852,-0.011087253,0.028782597,-0.009639571,0.015925344,0.032322213,0.0033532006,-0.01815361,0.007519612,0.009852902,0.014553138,-0.005518289,-0.01933652,-0.02077571,0.017028715,-0.019902555,0.019211868,0.017016785,-0.0021470808,0.0044756825,0.011294563,-0.0133193005,-0.00057471683,0.009336777,-0.023340873,-0.03086777,-0.016400069,0.001048216,-0.0007589667,-0.0042145294,-0.017045248,-0.019928835,-0.004642524,-0.025298407,0.0057125525,-0.017457485,0.009714357,0.025248768,-0.0159657,0.009204196,-0.0058063506,-0.009971864,-0.0068166433,-0.11906966,-0.0049652234,0.0018141519,0.008665219,0.0038861297,-0.009179552,-0.011292366,-0.015738068,-0.009471862,0.0049597924,-0.016453676,-0.0035404356,0.014519123,-0.014306884,0.012576653,-0.0033429305,-0.02537528,0.009234403,-0.0037436797,-0.008155388,0.009967887,-0.0063457326,-0.03466702,-0.018471548,-0.043523934,-0.0014875929,0.003585426,-0.017669195,-0.022336578,-0.013430836,-0.04165002,-0.01987611,0.01849904,0.05049063,0.026285384,0.007396131,0.03635678,-0.032068204,-0.012634602,0.0074252305,-0.023206828,0.030516129,-0.023981122,-0.015074473,0.020475224,0.021235263,0.0038544117,0.021020863,0.019471614,-0.004823705,0.020007165,-0.0018342468,0.016237788,-0.010476188,-0.009728935,-0.016477631,-0.013177789,0.025707386,-0.0037053793,-0.023600074,-0.0052662324,-0.004980343,0.005496586,-0.005345925,-0.024003692,0.024281075,0.024363276,0.0071947435,0.017780857,0.012933956,0.018550707,-0.0016375761,-0.03420572,0.014014545,-0.010825082,-0.0014568337,-0.020775294,-0.01057147,-0.02268389,0.023033563,-0.024435984,-0.0023866678,0.0028712845,-0.010295547,-0.0026086818,0.009816361,0.022220118,0.00051223504,-0.005957585,0.0078017246,-0.0136128,-0.0020699536,0.008293037,-0.015251436,0.005795232,0.018420031,0.04659984,0.0007488699,-0.02795478,0.0046942434,0.002242535,-0.014665928,0.017965654,0.016175378,-0.0023448977,0.030441074,0.03606724,0.007543145,0.0072063943,-0.02128202,-0.00832411,0.019381732,0.02394334,0.018969575,0.002466537,-0.018979097,0.024870345,0.012111715,-0.015693083,-0.016915595,-0.014495971,0.024778388,0.017934106,-0.033073086,0.027535161,0.0021368181,-0.0016546677,0.0065720375,-0.018252729,-0.01785674,-0.0108262645,0.0087275915,0.0005225107,0.0035525074,0.006007325,-0.004727676,0.0041186735,-0.019841436,0.019275935,0.03634603,-0.032793093,0.0055390564,-0.0017472542,-0.016744921,0.00992274,0.013386277,0.005490553,-0.0075885374,0.009136477,0.023031171,-0.0016745232,-0.0041114497,0.038868375,-0.027918298,-0.005157893,-0.012936104,0.009521543,-0.027615,-0.020712828,0.016128344,0.021403816,-0.06301345,0.021247875,0.016955461,-0.007727032,0.0283654,0.014388482,0.022349074,0.025950825,0.0034598392,-0.015762435,-0.032854572,-0.0009884147,-0.007908019,-0.024846217,-0.006973978,0.006896684,-0.034829125,-0.017411174,0.023465367,-0.046269853,0.001078588,0.028637694,-0.012598132,-0.02110397,-0.0014836347,-0.0018241539,0.0023668886,0.04067698,0.00479767,0.010829963,-0.0018117334,0.0016616415,-0.00025265416,-0.0018418195,-0.030379625,-0.006039674,-0.010385907,0.0073584784,-0.03088161,-0.024303788,0.0054551223,-0.00043537983,0.008144931,0.004009258,-0.033530608,-0.040454134,0.008321506,-0.011605305,-0.030861508,0.015250191,0.011987321,-0.010629,-0.012130034,-0.014287595,0.00406263,0.02448021,0.0208787,-0.017766118,-0.011252965,-0.007504052,0.019468088,0.013905425,0.008806853,-0.030613156,-0.010610186,-7.4864256e-05,0.0053181034,0.0050657718,-0.008757851,0.016510947,-0.002446807,0.00070600945,-0.0060168346,0.002087824,-0.012226329,0.0028524937,0.030233975,-0.007656908,-0.033706386,0.018347979,0.0059334794,-0.01220418,0.007292576,0.008577965,-0.00740198,0.01771831,0.04705344,0.016240709,0.020931227,-0.012255854,0.009711894,0.026216911,0.006073805,0.01121161,0.0032671879,-0.029776152,0.015869342,-0.005219308,0.015124813,-0.0016490613,-0.0044468543,-0.0006554381,-0.009007511,-0.003995995,0.016883425,0.01658317,-0.002829244,0.013155328,-0.02001496,-0.012750002,0.0015205035,-0.032705802,0.042448007,0.015206379,0.009323913,0.020956116,0.0009636545,-0.0082048755,0.0002293996,0.003577489,0.020937812,0.035945065,0.007904363,-0.032671127,-0.006547641,-0.008217214,0.00085349946,-0.007446098,0.0008744019,0.011144326,-0.013868281,-0.0039789034,-0.0055531245,0.03209013,0.009900321,0.0052606342,0.024964957,0.00075589254,0.009571757,-0.033973042,-4.182347e-05,-0.013045651,0.013580862,-0.0059243967,0.003392778,-0.020796647,-0.03574744,0.051447056,-0.021655036,-0.037264623,-0.014716847,0.0044454327,-0.0030183443,-0.017115815,-0.0134895975,-0.030545337,-0.025876185,-0.016205346,-0.020116465,-0.029298974,0.006119508,0.022490466,0.013583711,-0.0066246786,0.004483244,0.021757908,-0.019290455,0.008495857,-0.011513432,-0.010419494,-0.004762153,-0.024221148,-0.006022258,0.027096452,0.009934382,-0.018679507,0.0064839753,-0.0019265437,0.005134018,0.011156215,0.0053275563,0.0014449108,-0.016431782,-0.014510614,0.033117067,-0.03746162,0.01651122,-0.009752106,0.008688585,0.028396593,-0.04574999,0.035415478,0.00032652845,0.031566754,0.025308121,-0.004060192,-0.012073333,0.025673315,0.005308365,-0.016640948,-0.0031028627,0.014055187,-0.01366946,0.0192586,-0.004035121,-0.03662551,0.00027542526,-0.004494407,-0.0056483075,0.020966455,-0.017358404,0.0046163234,-0.02430461,-0.011510612,-0.007802449,0.017688317,-0.002882506,-0.0051479265,-0.0034037677,-0.017590113,0.0075327284,-0.010392688,0.02617274,-5.7836012e-05,0.009001079,0.037316762,0.011747671,0.008977713,-0.01655947,-0.018138826,-0.01593923,0.012166415,-0.0016008029,0.0061274585,-0.0142121175,0.0032152822,0.013810763,0.014798754,-0.030597255,-0.018682374,0.007885704,-0.0030417778,0.021190358,0.008453622,0.005351882,0.004503545,0.0012184837,-0.018474936,0.026598956,0.022853283,0.031795643,-0.0034918336,-0.013836956,0.008542259,-0.00010025065,0.024437733,-0.0051110447,-0.009609144,-0.019283522,-0.007865738,-0.019850178,0.012954479,0.021201491,0.0065675643,0.014380745,0.028892703,-0.01042977,0.005074083,0.010049006,-0.09655435,-0.013581147,0.0084597375,0.00017754834,-0.010303744,-0.0014709949,0.01259167,-0.037130646,0.004689122,0.013734652,0.04436129,-0.0049018073,0.0055649853,-0.012495374,-0.00727775,-0.007504411,0.007567441,0.03427118,0.009403285,-0.009833385,0.030216727,-0.0112293735,0.03953811,-0.0070459303,0.014250222,0.009492357,0.012004998,-0.01319127,0.0022526945,0.0066294093,-0.021006778,0.040346157,0.0017876448,0.02436092,0.0023917179,0.03245688,0.012933656,0.0062276134,0.0010693759,0.01971839,0.01253295,0.02392813,0.0020780982,0.009460558,-0.010120686,0.010132749,0.01377635,-0.0053916764,-0.0072648483,0.0016029915,-0.009940364,0.0032002514,-0.021581668,-0.0056316205,-0.0023282103,0.0015000186,-0.0064109648,0.0022003313,-0.03360513,0.00701819,-0.0063230395,0.015160967,0.030350689,0.026599096,-0.007926885,0.02446153,0.011616956,0.034606162,0.0013156198,0.012927861,-0.03415376,0.012978542,-0.005971406,-0.006350112,0.004183234,0.010373107,-0.01989783,0.012209172,-0.004376615,0.038281027,-0.03672774,-0.005761075,-0.11157321,-0.009248284,-0.02004272,-0.016375592,-0.036780495,0.034124628,0.0065239538,-0.0040821726,-0.028204389,-0.009910501,-0.009900259,0.0013321628,0.015731938,-0.011093319,0.007728458,-0.01629741,0.006583192,-0.0031716984,-0.02652288,0.012231786,-0.00075915334,0.013023278,0.013137612,0.012841467,-0.0068975645,0.044322368,-0.010478576,-0.01148936,-0.007327384,0.020313805,-2.5070465e-05,-0.12690115,0.0035614637,-0.016232196,0.00020505233,0.016908063,-0.01733649,0.0071971933,-0.022098511,0.015965523,0.001734134,0.00048897695,-0.017215626,0.015261205,-0.001157475,-0.008351129,0.116598964,-0.006629466,0.0012589752,0.012214598,-0.021654759,0.009371951,0.013900166,0.012556436,-0.009668465,-0.018008765,0.034945175,-0.0002834301,-0.0056321817,0.0067889416,-0.0013867762,0.018021194,0.018784393,0.037904195,0.024943084,-0.00024384577,-0.024087481,-0.009733142,-0.021277597,0.002204246,-0.0010839895,0.00022762499,0.009020944,0.0133823585,-0.0142630655,-0.0070568896,-0.017136164,-0.014248059,-0.0050539733,-0.009873063,-0.0060807467,-0.025254875,-0.09588295,0.03142594,0.022596886,0.011866011,0.0029202206,0.0031444246,-0.016087368,0.0036321266,0.0019830086,-0.0016938901,-0.023305565,-0.003334202,0.014923214,0.009392945,0.012015852,-0.013037799,0.01279672,0.004735334,-0.000848181,-0.0019797022,0.016076017,-0.012276858,0.0039092097,0.0034592059,-0.025204977,0.004381199,0.026633324,0.025375701,0.014431469,0.0027864338,-0.01056948,0.027759464,0.0052693104,-0.011472526,-0.018855756,-0.0033771766,-0.007125525,-0.010307806,0.0060259732,-0.02748102,0.0091717085,0.0064290636,-0.018635841,-0.0063981647,0.0430816,-0.0052581155,0.0057237037,-0.014771673,-0.009773724,0.0048122415,-0.009148903,0.0017330364,-0.0321049,0.011244534,0.018324785,-0.0015689096,0.03118883,0.040237628,0.039398495,0.0054409895,-0.011547005,-0.0176016,0.0077504967,-0.011040546,-0.016428733,-0.0046944986,-0.02131765,-6.234865e-05,-0.00478483,0.019223824,0.006534616,-0.018970743,0.008351198,0.016027458,-0.0116905905,-0.0040608803,-0.0022849673,0.01974383,-0.03786477,-0.00064948807,0.007000312,0.0021341308,0.002277429,0.004746068,-0.0018654949,0.0063547594,-0.006401578,0.0076083913,-0.009167392,0.015339969,-0.0072997366,0.002306662,0.010036336,-0.0023224147,0.0057073603,-0.0029978177,0.014899312,-0.012050919,0.008551887,0.017083578,-0.014757303,0.008873734,0.021304118,-0.00034122128,0.0046210233,0.045343872,-0.0035748198,0.0079223635,-0.0016420861,0.009830686,0.0077939867,0.008580626,0.003976416,0.01885158,-0.0038929505,0.0076641412,-0.008927832,0.0052149706,-0.010157452,0.0003323398,0.0042206873,0.006650644,0.0076517896,0.015691184,-0.0007334256,-0.009963911,-0.0071612247,-0.020115223,0.0087230075,-0.0044462117,-0.006986678,-0.012983168,-0.0010001538,-0.016456721,0.017136017,0.0006123022,-0.0003190159,-0.01031186,0.0026996804,-0.018779395,-0.018444935,0.018297188,-0.01476225,-0.009720496,-0.0086192945,-0.011572844,0.013653822,-0.012143401,-0.0033773351,0.0073675513,0.009340559,-0.008052306,0.0021696787,0.0049545285,0.007446217,-0.017971205,-0.006269935,0.017312763,0.0007816079,0.02150354,0.0020082847,-0.016610576,0.0151421605,-0.00927259,0.02894205,0.0063115708,0.004310577,0.0001315653,-0.008284395,-0.015490758,-0.01692312,-0.004085724,0.005246177,0.0043548383,0.0022773724,0.0015321722,-0.0042984253,-0.004184999,-0.0022630072,0.0012845729,0.003535509,0.009127278,-0.019517845,0.0031122246,0.010129718,0.022615915,0.005103618,-0.006712833,-0.00050747575,-0.008968384,-0.00657199,-0.019494215,0.0032877882,0.008820123,-0.012718998,0.010962991,0.0032918653,-0.0141440565,0.0046476107,0.004733949,0.015262575,0.018370833,-0.012244311,-0.008744961,0.0059983516,0.00668499,0.020741712,0.020036355,0.009845258,0.007777373,0.006099509,0.026486835,0.01896113,0.025334476,0.016315507,-0.017933644,0.0005308995,-0.019413425,0.014920822,-0.00017287246,-0.0015835759,0.009567379,-0.010567587,0.02176501,-0.013696346,0.020830667,-0.016038693,-0.0057734447,-0.004767914,0.0034592745,-0.019292224,-0.013881229,0.010075919,0.010792623,-0.007956421,0.010204216,-0.0011970397,-0.010243389,-0.024954457,0.0048122834,-0.009403982,0.023619557,0.008238269,0.018196438,-0.010930017,0.012254618,0.036272947,-0.0013750842,0.011790999,-0.00071106985,-0.010241118,-0.007048453,-0.006702352,0.005420832,-0.007111554,0.00028921745,-0.010968536,0.0061372854,0.005658022,0.085921325,-0.0074682133,0.002787666,0.01204016,-0.0032465656,0.007917932,-0.0008950978,0.002710142,0.008203653,0.00022973659,-0.0110490825,-0.011993084,-0.0224984,0.010454366,-0.0083711855,-0.007768282,0.012896487,0.00782576,-0.010223917,0.0044367868,0.0045221164,-0.0025807326,0.0014211098,-0.026630968,0.0010911087,0.0043268236,0.0054170913,0.013720979,0.009925067,-0.0052999756,0.010410746,-0.020802328,-0.00080579735,0.016349243,0.010001887,-0.002936014,-0.00994324,0.011096289,0.00872313,0.004592626,0.016819974,-0.0068065394,0.0035842564,-0.0030848456,-0.013199758,0.006235229,-0.0042746803,-0.0019720132,-0.010292085,0.014950924,0.0081992075,-0.0020719618,-0.0097667435,0.0023741466,-0.009937515,-0.004760275,0.018361155,0.005177227,0.017239392,0.012505391,-0.007112517,0.0064859996,0.006481593,-0.001766061,-0.011334727,0.002050881,0.019030739,-0.0022725458,-0.011233249,-0.023248456,-0.015584989,-0.0175347,0.0011687236,0.0070274225,0.017151186,-0.011682663,-0.0077082654,0.0006620135,-0.007232615,-0.0030340839,0.0027394537,-0.015239265,-0.007340112,0.013385638,0.023598587,-0.007972208,-0.008462177,0.017391678,-0.0015171593,-0.006760494,0.004873711,-0.0028931752,-0.005396324,0.020418076,-0.015076606,-0.025249721,0.06606842,0.0053687226,0.0016056492,0.020485893,0.0039196094,0.0029087884,-0.009137599,0.004931801,0.003934743,-0.010116363,-0.0070332326,-0.00047541803,0.022125455,-0.011395392,0.0045479243,0.0015527456,0.014601639,0.0031308497,-0.02527442,0.007203594,-0.0063329623,-0.0062112855,-0.010557502,-0.00095874345,0.013181786,-0.010349791,-0.013998375,-0.012409621,-0.012719642,-0.011100158,-0.0075599295,-0.0035724428,-0.007989872,0.005391072,0.011599788,0.024914134,0.0034062373,0.0007622902,0.0051468927,0.0057544666,-0.0026607628,0.018494844,-0.00092840334,-0.0073506376,-0.0015657202,-0.008833248,-0.014726374,-0.005421337,0.0072580697,0.017541181,0.012206914,0.006300555,-0.008504207,0.01009786,0.0009881367,-0.0114925,-0.022079129,0.0021595869,-0.008065491,-0.005761133,-0.005746844,0.00051310513,0.0007082655,0.015962383,0.008119754,0.0044449866,-0.00067196245,-0.008414633,0.0033893024,-0.031403698,-0.024506917,0.0077941827,0.007689386,-0.005300098,0.007770076,0.015827412,0.0019965554,0.013577931,0.0048984378,-0.0014144976,-0.011421929,-0.008157949,0.014202701,-0.0042140037,0.003485725,-0.011878744,-0.0075058253,-0.0066952333,-0.0060713934,-0.012987893,0.00422872,0.002910431,-0.001669895,-0.005538006,0.0035576152,-0.005786661,0.00092538766,0.017417371,0.0030078157,0.0047006905,-0.016901566,0.01335451,-0.011423527,0.010014427,-0.0011149418,-0.002155051,0.013442002,-0.012744084,0.004313907,0.004127384,-0.0007054011,-0.014270684,-0.006747668,0.012453949,-0.017274173,-0.009084654,-0.0050165006,-0.0071591963,0.002416384,-0.011094203,0.024533844,0.00039679668,0.013306228,0.0054981615,-0.014247833,0.019512083,0.004666151,-0.0013363237,0.013522072,-0.0048795566,-0.004612431,-0.018463587,-0.00012680043,-0.01423203,0.006709191,-0.00069136533,-0.0023913085,0.00021876246,0.019534267,0.0062369024,0.010226378,0.011776339,-0.01112484,-0.0007281201,-0.004323237,0.0075396807,-0.00124014,-0.003011065,-0.012585279,0.011024536,-0.023076491,-0.0033442106,-0.0047681783,-0.0037661179,-0.0027338883,-0.0007584154,-0.00031727063,0.0031263595,-0.004752827,-0.018108837,0.0055827918,-0.052095946,-0.004885981,-0.010797596,-0.002784315,-0.007167133,0.0062390976,-0.014624521,0.012642971,-0.013891745,-0.014876325,-0.0011026085,-0.0018749039,0.002516905,0.0021563233,0.0036163044,0.013147763,-0.013997437,0.0048180893,-0.007101215,0.005760628,-0.020449365,-0.008499058,0.0009018213,0.0030254752,0.012250636,0.0149889905,0.010754394,0.008057657,0.011455495,0.0170444,-0.009022588,0.010727976,0.010518821,-0.013659771,-0.0066654542,0.005396889,-0.0071563516,-0.0050783115,0.010399359,-0.004986579,0.006904148,0.0046982854,-0.0053916913,0.0016974194,0.00069670624,-0.019910248,0.006207076,-0.008709228,0.011542031,-0.03749079,0.0023922066,0.010244343,0.0017518117,-0.0039939005,-0.00033315623,0.0008719875,0.019564,0.018402763,-0.029506497,0.010595299,0.003668672,0.0070141116,0.017041732,4.0031948e-05,-0.027362918,0.010236763,-0.017646901,0.007935317,-0.011987759,-0.016179105,0.00393232,0.004382984,0.006110958,0.0043149237,-0.017005876,0.0052603306,0.026605688,0.021498729,0.009191553,0.010919926,0.0034350476,0.013055592,0.001093644,0.010131842,-0.0049479324,-0.007752333,0.008097819,-0.004755216,-0.012925616,0.015669951,-0.00088028976,0.010658032,-0.0025802148,0.0055243205,-0.016798785,-0.005684209,0.017723499,-0.00284333,0.0029310912,0.009171608,-0.012574707,-0.009116441,0.024045484,0.016772812,0.0053850594,-0.0033196665,-0.014846626,-0.014559767,0.012047598,-0.0021418903,-0.0052068266,0.0035449234,-8.821185e-05,-0.0030381328,0.0030841667,0.005545265,-0.010835729,0.0113765495,0.008276586,-0.030816788,-0.0011098749,0.00920919,-0.0010992925,-0.03296107,-0.000595421,0.00899347,0.010486676,-0.018339014,-0.008460465,-0.015420892,-0.007178901,-0.003519781,0.016915457,0.022135701,0.0024183528,0.011260488,0.0028164028,-0.0018153823,-0.0066713924,0.008495678,-0.0036128166,-0.0077426895,-0.016429,0.0007156128,-0.0045354017,-0.0030040594,-0.006366965,0.013686145,-0.018006261,0.00096347317,0.004315941,0.0063897436,-0.016384462,-8.359077e-05,0.008697703,0.011833782,-0.015595539,-0.008939358,0.0070377225,-0.0046549398,0.025404325,0.0060694236,0.0028108635,-0.002380145,0.00897726,0.00038669174,0.014350137,-0.002938356,0.00231341,-0.003003443,-0.013538264,-0.0026387218,0.014146819,0.005384519,-0.006068304,-0.0032467542,0.012259874,-0.0020533935,-0.0020997985,0.008615148,0.014676446,0.0033040023,0.0024554601,0.020561827,0.0020843365,0.0012795377,-0.00077758095,0.007847714,0.00013487597,0.033090986,-0.006795176,0.007973977,0.001698173,-0.013648002,0.0188048,0.021885728,-0.012825211,0.017710071,0.011411011,-0.012159944,-0.019581292,-0.029977664,0.0010506277,0.003801667,-0.00062375783,-0.10182231,-0.0010673753,0.0023119706,0.003478214,0.0013779986,-0.0052297553,-0.013887741,-0.004922535,-0.0036201852,-0.025460053,-0.0096089225,0.006040915,-0.013792914,-0.0005889509,-0.004171693,0.016861258,0.013017377,-0.0229535,0.010495713,0.012611321,-0.0048941392,-0.002837572,-0.008006921,0.0019235121,0.005615854,0.0017634747,-0.011267251,-0.018042108,-0.017376842,-0.0037068708,-0.018229818,1.7123488e-05,0.0063419505,0.022580938,0.013573166,0.016070152,0.0048730895,-0.003925766,-0.119425975,-0.013877774,-0.0071101235,-0.0073019285,0.003228855,-0.003051566,0.010107847,-0.0127077885,0.01783241,-0.010832735,-0.0034501674,0.005434724,-0.018759264,-0.018327951,-0.00044469844,-0.0010908487,-0.007163323,0.014737532,-0.016320389,0.019664261,-0.0046248385,0.0028612448,0.008866772,0.009415388,-0.0100801,0.011760483,0.0055953665,0.009966138,0.0053733755,-0.002629934,-0.0024889105,0.008876897,0.00956367,-0.0006564535,0.008719391,0.010031815,0.0107612,0.005109828,0.0010002798,-0.016696611,0.0065092086,0.0063191913,-0.0075947125,0.019977562,0.011756394,0.016383983,-0.003979044,0.023152461,0.004141079,-0.00802907,-0.0015862968,-0.0032212688,-0.0073987097,-0.0068372334,0.015653415,-0.0030863306,0.002220127,-0.004658222,0.0014778894,-0.018020295,0.0057470202,0.010765808,-0.0022455296,-0.0024698058,0.0046659345,-0.0044733686,-0.0037480856,0.0052310643,0.008071567,0.011943001,-0.00022373203,-0.014374967,-0.010652355,-0.007836462,-0.018005488,0.00811263,0.02106717,0.016777836,0.00407506,-0.03012346,-0.030294035,0.016627474,-0.01247621,0.025063796,0.010132358,-0.025305294,-0.02406636,0.018669693,-0.022438724,-0.038221084,0.0073726466,-0.0001944377,0.002239078,0.014586831,-0.01783908,-0.006302058,0.0074504423,0.0086224945,0.001053526,0.018947063,0.0011244732,-0.0004821424,0.011783576,-0.0054770363,0.0021830604,0.012839663,-0.017369833,0.014209666,0.013727937,-0.004055459,-0.0027701652,0.009853661,-0.010679624,0.0076408368,0.016435938,0.017110804,0.004152713,0.006773688,-0.012070489,-0.0025054843,-0.010252494,0.01424773,0.0068971487,-0.0053704963,0.007544852,0.0026269765,0.030494675,-0.030600524,-0.025961079,0.0030623577,0.021801362,0.015237232,-0.011169682,-0.0076729683,-0.0067707645,-0.010515729,-0.0052306857,-0.0059741046,-0.021349296,-0.010049602,-0.022633655,-0.007244469,-0.0077877105,-0.00046273478,0.021112893,0.0101185925,0.003166387,-0.011710388,-0.02084675,-0.0011732847,0.005444215,0.006685449,0.011003277,0.012621149,0.0033183212,-0.015216835,0.009567661,0.005271639,-0.021836722,0.003134128,-0.018755144,0.009609346,-0.007531547,0.008273112,-0.0060034143,0.0011995827,0.011888017,0.0002059596,0.0033657774,-0.0024639333,-0.022116495,-0.0094436295,0.027681537,-0.02715877,0.0148462495,-0.0030370064,0.007823081,0.01781187,-0.016865073,0.035253584,0.002980624,0.023043348,-0.018297628,0.017881643,0.022036692,-0.027912958,-0.017170012,0.0018314432,-0.009564733,0.025053976,0.016632585,0.0114145735,-0.024751134,-0.010857855,-0.03327788,-0.009047008,-0.022786045,0.005158606,-0.006044535,-0.0005198385,-0.012562599,0.026128113,0.028580187,-0.14620376,-0.0025723218,-0.007687681,-0.025068538,-0.0052591097,0.0014874245,-0.023811497,0.0010134334,0.03490318,-0.0046222224,-0.008689123,0.0013033738,0.00079926866,0.0029454667,0.018332785,-0.035956334,0.017964108,0.014510461,-0.01792147,0.0072764507,-0.027179781,-0.0058877734,0.009429942,-0.0018153916,0.013663027,1.0004434e-05,0.014198385,0.011905073,-0.0061071645,0.008488367,0.015875837,0.004054287,-0.00010328498,0.0051098345,0.0030698192,0.01201869,-0.0050387867,0.00825081,-0.030877605,-0.0032199365,-0.00503648,0.012249612,-0.007189951,-0.011409124,-0.0041207476,0.0027600562,-0.0019910538,-0.01633784,0.00060804456,-0.020140352,0.006550825,0.011536979,0.014960824,0.0008918865,-0.025340695,-0.010542587,-0.010012038,-0.0052296175,-0.0028019277,-0.007952013,-0.0064915745,-0.012570337,-0.0017418381,-0.008066411,0.0059917397,0.0037088906,-0.015921814,0.13725714,0.008907641,0.0056202766,-0.0034366106,-0.016105829,0.01967613,0.017778397,0.009585247,-0.0013829733,-0.01807305,0.00067524775,-0.009329124,0.00461677,-0.010923332,0.006880046,0.01188325,0.012778698,-0.014775534,4.2871823e-05,-0.008564552,-0.0037018105,-0.0022026584,0.00063211116,-0.010008017,0.0034623193,0.0117982235,0.00056710484,0.011049019,0.00096228725,0.029073862,-0.0037206893,-0.026887903,-0.029592246,0.011128408,0.03998652,0.016282681,0.0360715,-0.014755482,-0.005663543,-0.0017992421,0.011102186,-0.00705518,0.008384338,0.00021607349,0.0035026665,0.004460443,-0.0095977755,0.013117126,0.023384964,0.012161109,-0.010257481,-0.008645506,-0.0024860927,0.012485205,-0.0027716525,-0.023621734,0.010749916,-0.008397526,-0.021951914,-0.005736633,0.018006347,-0.022001717,0.01104663,-0.016794246,0.013915928,-0.0033780287,-0.0053956886,-0.01967622,0.00996806,-0.08584443,0.01524411,-0.018451283,-0.0071691405,-0.007870245,-0.0012363526,0.009347838,0.012378743,-0.0031319137,-0.021898802,-0.00078630814,-0.0089301765,-0.0088186255,-0.013676271,-0.0008825746,-0.0028898276,-0.016788622,-0.0074694827,-0.024587438,0.023203572,-0.009269578,0.013853474,0.00859698,0.004219946,-0.01711932,-0.010154162,-0.037326902,-0.0025777582,-0.0027929621,-0.0003016248,-0.009655785,0.0028606884,-0.035143908,0.015375851,-0.031532004,0.016884536,-0.00043735624,-0.008405864,-0.029928688,-0.011692596,0.0037440371,-0.0052607134,0.0038941242,-0.024915572,0.0010278443,-0.0063356785,0.0149532575,-0.0045467806,-0.0096613215,-0.0014251005,0.0041768313,0.012090509,0.0053231725,-0.007338378,-0.014340299,0.025520002,0.032175116,-0.013278158,0.031254284,0.023098359,0.0013936608,0.0018436144,-0.018515455,0.017747145,0.008899106,-0.018376311,0.021950383,-0.0051449006,-0.01472248,0.015741896,-0.01396086,-0.018950164,0.020256659,-0.00014530841,-0.017429095,-0.008467622,-0.0056643765,-0.018862281,0.0073771323,-0.00022204776,-0.0053461543,-0.016471319,0.021314152,-0.017334582,0.048978437,-0.00665133,-0.0019119137,-0.017008202,0.016657721,-0.01400891,0.00619864,-0.005670739,-0.018103678,-0.010045383,0.009807651,0.0041277255,-0.0006565513,-0.02319423,-0.0013749069,-0.021817358,0.012944628,-0.012824423,-0.008810836,0.014536378,0.021309087,0.0024358393,0.005219449,-0.016326906,0.0022203436,0.0052012578,-0.0027265255,8.340553e-05,-0.020771755,-0.009388383,0.008470989,-0.009039493,-0.015442743,-0.013580116,0.022449836,-0.025173,-0.008051067,0.01010542,-0.0004059292,0.0009072064,-0.016414631,0.008368342,0.021520544,-3.0808744e-05,0.009522917,0.014548198,-0.007608437,0.013813842,0.0064970576,-0.006387891,0.00036082853,-0.0014585335,-0.012825662,0.012131957,-0.00760481,0.0091650495,-0.01688855,0.0026018284,0.0026687619,0.033772144,0.009795361,0.0059369826,0.03472627,-0.009286673,0.028756466,-0.0036251158,-0.017714072,-0.014541811,-0.0052845203,0.009730831,0.012327669,-0.0032522336,0.007367792,0.0018941344,0.00052420003,-0.025584336,-0.007903352,0.0071894093,-0.0036591631,0.01126796,-0.017448978,0.0063343393,0.029413905,-0.009457398,-0.04636342,-0.025172269,-0.008042111,-0.012708893,0.0002033696,0.0006498704,0.005790124,0.0051798327,-0.011940116,0.001336591,-0.010231857,-0.06907854,0.0029036382,-0.01617349,0.0012382938,-0.015534101,0.0006235878,-0.009507618,-0.031113466,-0.020572226,-0.01157871,-0.014375606,0.016892543,-0.0005806287,-0.02047116,-0.019865662,-0.006507388,-0.027244665,0.037848074,0.016654762,0.015908258,0.005532574,-0.009518843,-0.0054402156,0.009195217,0.003487731,-0.015060103,0.006792367,0.00097154157,-0.017772334,-0.014371352,0.008059553,0.016289292,0.0022191391,0.008241486,-0.006949644,-0.010962388,-0.01652982,0.006226674,0.036087513,-0.028275149,-0.01321434,0.0021644065,-0.03868766,0.00048160343,0.0072133085,0.0123159215,-0.014959601,0.014267078,-0.011262939,-0.028716866,0.02416507,0.02131828,-0.010746882,0.015838956,0.004549013,-0.013119784,-0.0026685712,-0.009782506,0.025674105,-0.013126438,0.0023982364,-0.0030041328,-0.008412183,-0.0026017735,0.0027829914,0.024601838,0.010868656,0.004744344,0.007299401,-0.005482114,0.013895094,0.014245019,0.0022176,-0.035791777,-0.006109935,-0.009214795,-0.012483123,-0.014544084,0.018065846,0.028676812,0.0057456824,0.008798181,-0.010943405,0.018484933,0.0015402631,-0.038751952,-0.0019393794,-0.101234555,-0.009902075,-0.011934262,-0.002966757,0.02417427,0.018116651,-0.020240845,0.069541045,0.0042408207,0.02202807,0.01822125,-0.017354378,0.00013443816,0.0028374367,-0.016225355,-0.0027834745,0.0006360276,0.008371827,0.010228252,-0.0027884264,-0.014203621,-0.017016632,-0.014262475,0.0042669154,-0.033354457,-0.03870219,0.0012726331,0.0126347765,-0.009435725,-0.006219565,-0.0050197546,-0.007531577,0.01800824,0.011084514,-0.021529848,-0.002452426,-0.014720838,0.00791485,0.006296876,-0.004490496,0.005529405,-0.00068779173,-0.0010112369,-0.005013575,-0.01052927,-0.014298398,-0.0047922437,0.0062593315,0.0008937292,-0.0070114504,0.012669765,-0.010620183,0.020706773,0.02810896,-0.010305588,0.0018881474,0.013584103,-0.02617487,0.02571491,0.02066551,-0.002918404,-0.0049082404,-0.002427176,-0.005212857,-0.032341704,0.006578409,-0.032011054,0.024527453,-0.031606387,-0.008172655,0.0366175,0.013154142,-0.025836142,0.011523669,0.0020176712,-0.016926369,-0.010857696,0.009029882,-0.019880377,-0.005273035,0.0038477753,0.023468787,0.000121808196,-0.022433767,0.0043014195,0.0015887772,0.009310948,-0.00012811557,0.018085992,0.024739778,0.018700348,-0.010926277,-0.0007980442,-0.023042105,0.007816291,-0.005507563,0.0037547476,-0.0006058788,0.006761762,-0.024172414,-0.0035905137,-0.0112503655,0.015950816,0.0055772834,-0.0017092858,-0.00015249234,-0.016949216,1.9188728e-05,-0.011240018,-0.015882742,0.0061378796,0.020208923,0.01230315,-0.0089038955,0.027151104,0.0039475053,-0.008033228,0.011298108,-0.011003258,-0.008113106,-0.00055444764,-0.027036905,0.003258297,-0.035823297,0.0008450712,-0.010630481,-0.009045744,-0.00875123,0.0139794815,0.0045983396,-0.011865557,-0.025415113,0.0025263468,0.002865392,-0.015857682,-0.00541978,-0.022818245,-0.0050823404,-0.031466097,0.0067580566,-0.0042143962,-0.015827121,0.0022808677,-0.0049240272,0.005605097,0.018560361,-0.003297483,-0.009921296,0.00846907,-0.006176172,0.005651528,0.02717559,0.03219454,-0.0020535267,-0.003437472,-0.0039452137,0.0019921022,-0.012316631,0.011828092,0.0017834152,-0.0127353575,0.016625594,-0.013380292,-0.0013077781,-0.033665866,-0.0027845944,-0.0061427746,0.00071558077,0.019041259,-0.025015768,-0.007785915,-0.0071769636,0.019620188,-0.018372249,0.048063587,0.00042896857,-0.0072734407,0.008450326,0.015229932,-0.03515755,-0.012524035,0.0026978224,0.02511198,-0.0010073669,-0.0030386993,-0.02459364,0.014090133,-0.02987,0.0035383832,-0.0051807933,-0.008685856,0.01798309,0.02984045,-0.017759664,0.0075300685,0.0012892168,-0.0065050726,-0.009724593,0.02136317,0.008041776,0.002818381,-0.00919501,0.00076731906,-0.012103654,-0.0052154735,0.023616092,0.01011939,0.018839529,0.011644616,-0.0026497308,0.010382052,0.009691744,-0.00095467997,0.029207045,-0.0108435005,0.012597737,-0.0069815367,0.023920309,-0.010297975,0.015514115,0.0037651658,-0.0009022437,0.012676462,0.0049647167,-0.004356294,0.0034584212,0.020714777,-0.016053705,-0.0104092145,-0.0008757905,-0.019082436,0.0015936961,0.022963101,-0.012169719,0.007739088,-0.01482636,-0.011212138,0.00021486206,0.01599818,0.0035778475,0.0036052167,-0.004156425,-0.00030997556,0.009230616,-0.020633437,0.0063090944,-0.006186236,0.0029282356,-0.011865264,0.014240413,0.003471121,0.025264533,-0.00021261377,-0.024603242,-0.0057730023,0.009985002,-0.011758456,-0.018986553,-0.001959221,0.011142565,0.01026472,-0.009728354,-0.01225898,0.0044754287,-0.006747326,-0.00043559907,-0.008502685,0.01325101,0.0060862093,0.013360062,0.013709423,0.009675514,0.00038330865,-0.013348,-0.022466686,0.00874176,-0.0069923233,0.007307773,-0.0040007737,-0.0023256466,0.014840188,-0.028408634,-0.0011138567,-0.021366665,0.01281724,-0.014121213,0.022714013,0.0058596306,-0.004065632,0.020497646,0.010813232,-0.0019947153,0.0002582028,0.0033614032,-0.011261705,0.009255466,0.00015679783,0.012244142,0.0013660259,0.013602926,0.007945858,-0.030259712,-0.0010237958,0.012692161,0.0069702617,-0.010441937,0.0060000927,-0.02113351,-0.0030128926,0.013317962,-0.006107146,0.0009239545,0.003071719,0.005254782,-0.029733999,0.0008955622,0.002704627,-0.0017055895,0.0054101585,-0.0043242974,-0.0033302975,-0.011021005,0.040276017,-0.025436051,0.0149921775,0.012045171,0.031557433,0.00017682767,-0.0015017866,-0.018052457,0.024323672,-0.0036586567,0.0004265474,0.0022255972,0.022314435,0.008075191,0.0018721166,-0.0058911256,0.0030147585,-0.0124389455,-0.0020409687,0.014097656,-0.0040652105,-0.02189091,-0.023021653,-0.018115139,-0.025926663,0.0019721892,0.0067870794,-0.027789129,-0.002842376,0.02265008,-0.0075403885,0.004406365,0.0023015963,0.016612813,0.009417418,0.009711158,0.0074595776,-0.0058261207,-0.019965429,0.012676676,-0.008587619,-0.009360435,-0.0017301016,0.0063325367,-0.0097994795,-0.0038238952,0.009519613,-0.010400517,-0.0041489634,-0.0034237849,0.02387077,0.012202432,-0.015650041,-0.017122239,-0.040554613,0.004578664,0.004942756,-0.015305249,-0.0035659915,0.0015891761,-0.0065476145,-0.01505166,-0.0063081617,0.017564902,-0.010348944,0.0059881606,0.021405712,-0.02139762,-0.0018172156,0.0016879848,0.016215302,0.009496714,0.005661467,-0.027624002,-0.008891908,0.0017430591,-0.0032992316,0.020810269,-0.0018097223,-0.0044584703,0.002755094,0.0015354158,0.0057305936,-0.010741458,0.028007535,0.0023935102,-0.01084653,-0.02033931,-0.0025503046,-0.0011048028,-0.016090212,-0.0014319029,-0.034679048,0.0043943445,0.0015801208,-0.02050424,0.002951569,0.008509313,-0.029373135,-0.030342583,-0.0119816065,-0.011284621,-0.009416126,0.0012553798,0.0057970528,0.0009710107,0.01574279,-0.003236896,0.0009269224,-0.019173343,-0.0045534377,0.002192458,-0.0053078705,-0.00242413,0.007990419,-0.011128974,0.004231928,0.014936746,-0.013146644,0.0038046497,0.0021844117,-0.0036657138,0.013851875,0.010922765,-0.002674204,0.0122730825,0.003269216,-0.0020624253,-0.00470962,-0.016001148,0.033787437,-0.008527425,-0.0074033355,0.012483155,-0.0107051125,-0.0014630696,0.012021533,-0.0029459873,-0.005548528,0.014400005,0.019210314,0.002378807,-0.008711166,-0.004303044,-0.004040143,0.012599702,0.003381828,-0.019956537,-0.034760937,0.002988743,-0.0379335,-0.019397149,0.02475811,0.0017421666,0.0059159193,0.016049199,-0.012926127,0.011050674,-0.016123774,-0.0028423686,-0.009198358,0.018763974,0.03580617,-0.008171336,0.0079134805,-0.03723965,0.013290854,0.0049230023,0.007116232,-0.02033512,0.0126933325,-0.0074716057,-0.007311853,0.0071418285,0.0014109934,0.0066230698,0.01271524,0.012770026,0.011447102,0.021840153,0.0045316936,-0.03304348,0.010642489,-0.028965967,0.011287,-0.0048423884,0.023943987,-0.04669924,0.009429525,-0.015534943,0.010397849,-0.016043177,-0.0062486813,-0.018427057,0.004738113,-0.012132489,-0.00436612,0.014764438,0.01741047,-0.011367905,0.0057778717,-0.0153922355,-0.0012246385,0.009587872,-0.0003573815,0.013172673,0.014396779,0.021357749,0.0010189894,0.027373238,-0.0019636822,0.0073339213,-0.014175372,-0.030265627,0.010492827,-9.798215e-05,-0.00020290099,0.015995909,-0.012399097,-0.0068813353,0.0036811866,0.016439658,0.015916504,-0.00765078,-0.011946052,-0.00869699,-0.01701421,-0.0009671359,-0.004186221,0.0067980946,-0.007577894,-0.002396204,-0.004884217,-0.015089395,0.001342989,0.01938417,-2.9069499e-05,-0.0061391774,-0.020594362,0.009065856,0.00014799586,0.026827386,0.007856399,-0.01929042,-0.006703951,0.0046019554,-0.0060796444,0.009635644,0.00041145363,-0.011864292,0.023555731,0.0076067937,0.012526911,0.029315518,0.01800438,-0.00031470676,0.029787943,0.0023853874,-0.013712429,0.0022237964,0.020152096,0.0031964811,0.0012846236,-0.010394567,0.010516414,0.008264788,0.008706209,0.0035476363,-0.01669933,-0.0111832,0.025478814,-0.0035155911,0.023219598,0.019058513,0.0051479195,-0.0015561236,9.1532e-05,-0.016364092,0.013407822,-0.01833436,-0.028834885,-0.016210698,-0.0061987163,-0.0006399228,0.0019650138,0.010893818,0.02963154,0.0036024973,-0.011294825,0.022326212,-0.0066578086,-0.013405082,-0.008217713,0.013433696,0.024116492,0.0044642887,0.019349791,-0.006209541,-0.0130153205,0.026613338,-0.015392014,-0.023768479,-0.011155705,-0.027292615,0.023116618,-0.0016943717,0.012326316,-0.032841016,0.018431107,0.0024054616,-0.0045578238,-0.0042073894,0.02531322,-0.014999307,0.0043639503,0.011546795,0.010235031,-0.015575,-0.0025853675,-2.8974086e-05,-0.009459878,-0.022572182,-0.007870753,-0.012149264,-0.0023612422,0.0071666013,-0.011994458,-0.00086214516,-0.013867664,-0.023543712,-0.010990548,0.012959936,0.018536918,-0.0061812103,0.0042434596,-0.0102746,0.023970768,0.024656216,0.01383551,-0.015923157,-0.020589776,0.014697805,0.020630622,0.008490326,0.020294817,-0.0018751955,0.017532608,0.02002111,0.00096135447,-0.00371591,-0.0116109755,0.019192025,0.02265294,0.0049077114,-0.005043025,-0.012735431,-0.0062905294,-0.022913206,-0.03862418,0.012147655,-0.010841971,-0.013293841,0.018419717,-0.001385996,0.16447096,0.11801225,-0.026461346,0.0044133575,0.027515354,-0.017961418,-0.019287221,-0.0070885485,0.017186355,0.0107584605,0.0010453739,-0.0040688524,0.009251332,-0.021661455,-0.0008697984,-0.013269099,0.01597927,-0.0015541032,-0.00054402277,-0.0043455595,-0.0006347357,0.032120734,0.004618369,-0.025300331,-0.020598762,0.018680127,-0.021658134,0.01601289,0.010537999,0.0068077496,-0.010342357,-0.0017789007,0.0045392457,0.00088141,7.643823e-06,-0.018810349,-0.016474709,0.019309063,-0.020253194,0.00016179988,-0.014077394,-0.0039544026,-0.010070397,0.008834123,-0.0023604294,0.021121135,0.00448721,-0.007462988,-0.019302242,-0.0052756816,-0.0064742486,0.005391326,0.017253939,0.028605234,0.0061462894,0.019285861,0.009534526,0.014393802,-0.0038502242,0.0028432033,0.00967488,-0.006228441,-0.011596446,0.0026370457,0.0052496004,0.01302975,-0.010223444,-0.01160523,0.0037131878,-0.016705757,0.0072491504,0.003925,0.0024767409,0.009576857,-0.004091865,-0.0034631197,0.02330686,-0.020684652,0.010433262,0.023991467,-0.019275887,-0.00053747726,-0.001722643,0.008660868,0.009136439,-0.0025754112,-0.0044432892,-0.0016562477,0.13265154,-0.012947513,0.007027891,-0.030915564,0.016087336,-0.0020490894,0.004367947,0.056125116,0.02018339,0.008297297,0.012642571,-0.007313879,-0.008441716,-0.0157858,0.023816118,0.006206076,0.010648749,0.03376162,0.00045989137,0.005455398,-0.016241876,-0.0073584053,-0.0069554187,0.003798705,-0.0013979345,0.0009893822,0.0090505965,0.017511895,-0.016135775,0.004237827,-0.1023541,0.004875463,0.013341516,-0.015728768,-0.003660338,-0.0128795095,-0.02049641,-0.020571478,-0.0009405857,0.005403417,0.0061500063,0.013314673,0.008917516,-0.013863942,0.005751167,0.00068682496,0.022318609,0.009698051,-0.013105014,0.0042815115,0.011021853,-0.0056860503,-0.018785294,0.012797545,-0.00847364,-0.028185138,-0.023635933,-0.00070710806,0.011117976,0.02005572,-0.013734583,0.0023832356,-0.016462399,0.02534434,0.012864396,-0.004359052,-0.011294034,0.0009037392,0.01315804,-0.011853607,-0.013011252,-0.020942923,-0.013091036,-0.0029948356,0.012142905,0.004224924,-0.0013361465,-0.011035418,-0.008386575,0.022823008,0.016056811,-0.00460605,-0.015907882,0.0044416394,0.0017805508,0.010564786,-0.00026974382,-0.012043454,-0.009743036,0.016709855,0.003029464,-0.016962137,-0.019797074,0.0003961917,0.020925531,0.0083208475,-0.008183926,0.03534843,-0.02076258,-0.002616555,0.0043306355,-0.003851288,0.004329347,0.0075424863,-0.0022498693,0.0104698725,-0.023243614,-0.0073007774,0.014021865,0.023012588,0.021104377,-0.0138924485,0.006246979,0.10680621,0.013265326,-0.010071045,-0.008135318,0.025884448,-0.015484944,0.0038037868,0.00523154,0.009958237,0.01968749,-0.009273251,-0.01087687,0.008288083,0.018971005,-0.0073130834,-0.014837501,-0.0011215165,-0.017166872,0.023586221,0.017976984,-0.0031407175,0.009633526,-0.012567508,0.01443358,0.0034152267,0.003098416,-0.03557697,0.0077423346,-0.005029204,0.010888661,-0.019108979,0.017220974,-0.0018565069,0.00031312063,0.0009724629,0.0006003757,-0.0045596305,-0.0064564305,-0.016513966,-0.04252688,0.00015072814,0.03738377,-0.0030797662,-0.017195772,-0.017106328,0.1919282,-0.014948485,-0.0060292697,-0.0032271543,0.016530192,-0.0065857293,-0.011030342,0.00016111202,0.019515233,0.013053887,0.010523958,-0.022299392,-0.0020467523,0.012802493,0.02220416,0.004092141,0.00022492299,0.00024899043,0.007814332,0.014704711,-0.0318551,-0.009795408,-0.009688228,-0.01540528,0.012087306,0.023074185,0.028285537,0.008240488,-0.010095462,0.00034003437,-0.009961725,0.0019794109,-0.00029871386,-7.690175e-05,-0.027716499,0.010412403,-0.011767636,0.004975779,0.0005407598,-0.001503119,0.013889792,0.018875632,-0.0042684022,0.0035754463,-0.012803078,-0.022891397,-0.0057278024,0.010183238,-0.03427874,-0.01558833,-0.013437588,0.008243307,0.028051954,0.011733891,-0.016163487,0.019629698,0.017015742,0.0117092095,-0.014115503,0.0012754197,-0.009007155,0.018438883,-0.021636922,-0.025618775,-8.671029e-06,0.0067808633,-0.021533137]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 119,
          "content": "The \"Too Distant Spring\" of a 38-Year-Old Woman Who \"Doesn't Feel a Spark with Her Partner\" | Matchmaker Saw - Real Voices from the Marriage Hunting Scene - | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[-0.012690778,-0.01635991,-0.0051845387,-0.06620722,0.006406897,0.0026584452,0.011706498,-0.011350512,-0.013280831,0.023091165,-0.009712095,-0.011666475,0.023038082,0.012524142,0.08599533,-0.029025743,0.013305933,0.020897731,-0.024627248,-0.00040449275,0.0020214368,0.005490708,0.010445279,-0.019425979,0.0034461457,0.0026739412,0.022059426,0.013240339,0.005051174,-0.008762132,0.019292615,0.009115449,-0.0146272,0.017612038,0.010324924,0.022987714,0.039720464,-0.028737066,-0.011747287,0.01740735,0.013368677,0.0020695776,-0.007899735,-0.01931521,0.025925573,-0.0077439016,-0.012526431,-0.0057581333,0.010768613,0.032040365,0.01890079,0.023978788,0.014368232,-0.17264925,-0.0060794475,0.010291376,0.013779708,0.0057777166,0.010218524,0.02353415,-0.008288654,0.0070019946,-0.03849847,-0.0064098095,0.04114036,0.022477973,0.025804004,0.02672983,-0.0033813,-0.002300053,0.0010018202,0.007858659,-0.019243069,0.0127718765,0.0072755585,-0.02705177,-0.0014046666,0.012989568,0.007637613,-0.024319397,-0.020456137,-0.024131976,-0.024001021,-0.01330732,-0.007410747,-0.00837571,-0.027916852,0.015056405,-0.020018792,-0.0017845044,0.008012402,0.03594145,0.0064112283,0.01326414,-0.016510159,0.0007722553,-0.011145103,-0.0005618019,0.017671349,-0.029787824,-0.0018889983,-0.000191594,-0.013826311,-0.00079048635,0.016128339,-0.0115888165,-0.014471825,-0.015297633,-0.04838665,-0.0063439626,-0.01936895,0.02005882,-0.018251829,0.03542709,-0.015994022,-0.15768436,-0.008045105,-0.020768024,-0.0036872819,-0.022889081,0.0080785975,-0.021507464,0.0054569365,0.021633461,-0.035752866,-0.026762586,0.015818574,0.019920282,-0.023568535,0.01011455,-0.006652263,-0.016479367,0.032467965,0.009930837,-0.0046043405,-0.0014061065,0.009696547,-0.00014895109,-0.024323085,-0.0066261436,-0.015840976,0.020527016,-0.05692311,-0.004350757,-0.017219529,-0.018562637,-0.02020417,0.010115702,0.021426283,0.026701195,0.026567178,0.011569869,-0.021634322,0.012354708,0.0023345884,-0.025720054,-0.0101726325,0.03335329,-0.003004752,-0.0096794255,0.007831631,-0.0067062783,-0.00761624,0.009348884,0.016423976,-0.0027494773,-0.00030466504,-0.010566398,-0.01290051,0.011978692,0.004962929,0.013691119,0.013027093,0.0014831832,-0.00027238607,-0.016876882,-0.016435636,0.012151875,-0.0015983754,-0.0022444285,-0.004748215,0.017960327,0.011571329,0.006338167,-0.0151579995,-0.043908797,-0.0044380724,-0.020153867,0.038235623,0.010670439,0.0020115913,0.011381868,-0.011920808,-0.0264352,0.009070081,-0.030417295,-0.035918325,0.025446635,-0.026031384,0.013479456,-0.0073804534,0.042666834,-0.015483673,0.007341661,0.0022337376,-0.0051879305,-0.0062338016,0.004205034,0.02074959,0.012218937,-0.00091541925,0.0099179195,0.020224283,0.0069179162,0.0017476476,0.018272744,-0.018682387,0.016427469,-0.024158763,-0.0053314692,0.006262989,-0.003275043,-0.010800301,0.029251399,-0.008085086,-0.001676684,0.0077695227,-0.00035458792,-0.007835794,-0.008404729,-0.04177303,0.01239418,0.014915217,-0.032075025,0.014848673,-0.0480334,-0.0060182963,-0.0070404056,-0.016688682,0.022525191,-0.019304596,-0.016307672,0.019484023,0.009173171,-0.03351157,0.011081927,-0.019626526,-0.014312053,0.009321562,0.0142023815,-0.001533748,-0.016131127,0.009706715,0.010468775,0.008952225,-0.01814618,0.026632564,-0.002180838,-0.040653154,0.045298442,-0.029228933,0.017264456,0.012148423,-0.029253455,0.0044948384,0.008971578,0.015215843,0.014851706,-0.016797664,-0.018173296,0.033480696,0.012870049,-0.009097817,-0.015196053,0.02854412,0.029946161,-0.071460895,0.02921269,0.013772354,0.00087915425,0.014494369,0.013634946,-0.0016507807,-0.010424028,-0.009962739,0.021177273,-0.015242512,-0.021928241,0.009670446,0.01481926,0.0065137553,-0.005102059,-0.011256347,-0.019711526,-0.012513442,-0.008934772,0.0016449412,0.00025749713,-0.0030540489,-0.005106979,-0.0036841186,0.009808928,0.006544983,0.060783096,-0.012732557,-0.011382557,0.012533747,0.005926051,-0.0023606217,-0.013763237,-0.0074568246,-0.00880413,-0.020187698,-0.008098874,0.0027073852,-0.024272667,-0.004075532,-0.0028249745,-0.0053941663,-0.020922842,0.011280157,-0.04172274,-0.005380148,-0.0064939577,-0.026791994,0.0012380757,0.026506275,-0.012915062,-0.0038381496,0.0008281986,0.041067034,0.03583119,0.022492243,0.008425827,-0.012023008,0.028933488,-0.005776752,0.006283867,-0.019103883,-0.006628569,-0.027915703,-0.0016056972,0.008290222,-0.021623245,0.011570304,-0.009556931,0.010131841,0.005073712,0.013897429,-0.024284894,-0.0239579,0.009641714,-0.01810473,0.009903414,-0.0070790695,0.02762313,0.0071710185,-0.024510507,0.018758584,0.018551555,0.009775549,0.0011613634,0.0055121477,0.01985905,-0.020136008,-0.002145833,0.025876027,0.017811174,-0.009398495,0.037173823,0.002253515,-0.0007271228,0.005809644,0.0069414885,0.012166851,-0.014058551,0.010210268,-0.011787021,0.0003172964,-0.034458846,0.0087049175,0.026388645,0.0151454285,0.008056168,-0.0006507639,0.009900899,0.027099133,-0.030510917,0.016286444,-0.001483841,-0.018696211,0.005123487,-0.0030522924,0.008713226,0.0038685242,0.028000059,0.018307457,-0.030182172,-0.0056007,-0.013671213,-0.007014112,-0.015176576,-0.0019582259,0.011457518,0.026934387,0.016973248,0.016936084,0.0052932613,-0.0068031764,-0.01881761,0.0067156386,-0.005159936,-0.022387454,0.00018209676,0.011327561,-0.021333605,0.00784969,-0.012212139,0.0015464962,-0.019034822,-0.0058434047,0.020391185,-0.00760967,-0.011685398,0.02779464,-0.014862139,-0.015819963,-0.002425644,0.018287236,-0.0076256488,-0.010224378,-0.014503775,0.0036129076,0.0048105726,-0.042052165,-0.018064886,-0.0040022577,-0.0005384845,0.023684757,-0.019553324,-9.816939e-05,0.018509941,-0.00728905,-0.03313042,-0.006393793,0.023789845,-0.015665833,-0.004888244,-0.0183811,0.011854021,0.0076541863,0.0050917654,-0.015480742,0.012686143,0.029132476,-0.00965571,-0.009860794,0.0063075293,-0.023018256,0.038990404,-0.018294828,-0.034839477,0.0142792845,0.0126129305,-0.023611058,-0.0027267619,0.004304662,-0.0028922777,-0.030461477,0.007763931,0.045914065,0.019793568,-0.02324129,0.012551679,-0.00012258565,0.00094465446,0.0149658155,0.0020677363,-0.010535778,-0.016326277,0.0043540285,0.01009329,-0.0057034553,0.025496744,0.0023655726,-0.00068828545,-0.010996922,0.001508026,0.011589198,-0.018087102,0.0128689455,-0.026652837,-0.006682523,0.0064002266,-0.005873431,-0.025772769,-0.0009452712,-0.007360469,-0.005820831,-0.0024321838,-0.0019738174,0.013634551,0.012192087,0.0047939764,-0.009180267,-0.019657359,-0.006653156,-0.006713539,0.008138248,-0.0026406092,-0.0004907202,0.0027467415,0.019646365,0.010181917,-0.0021829272,0.026714193,0.008573235,0.001949315,0.025062371,0.0018271799,0.0062427283,0.04289071,-0.019869355,0.013858219,-0.012166892,0.0100914175,0.015372077,0.00024820282,0.009201894,0.00021315698,0.0035736742,0.039755054,0.010720193,-0.005680007,-0.0017775126,-0.0015251397,0.003301903,0.0048220367,-0.009033031,0.027739422,-0.0020852266,-0.0042626862,-0.0050547086,-0.016704494,0.037468527,-0.093211874,0.0037670624,0.021289883,-0.030924972,0.0031823155,-0.0029544653,-0.001272312,-0.026424281,-0.020073315,0.005345643,-0.00019862426,-0.017053472,0.010186885,-0.030174866,0.011293461,-0.008083178,-0.011675068,0.009366969,0.0037726283,0.012365978,-0.0024443709,0.011186779,-0.0055095283,0.027921326,-0.010795743,-0.0008018224,0.02003189,0.005025748,0.0073980405,0.0026404765,-0.019291762,0.003798366,0.0058447,-0.0120041575,-0.01622031,0.0027278205,0.006663159,-0.042912874,0.015465442,0.03228434,0.0137639,-0.0014105454,-0.0074281245,-0.011768619,-0.022483034,-0.011489306,-0.020774355,-0.0074272812,0.0021418282,-0.021480653,0.026374836,0.025939204,-0.008204158,-0.021518108,-0.0130573725,-0.0036511929,-0.0062319054,0.016837321,-0.0115540875,-0.0037090504,-0.017161407,0.010502533,-0.023448547,0.016214728,-0.022481028,0.00063203956,-0.021639548,0.04701187,0.0014686327,-0.015151148,-0.04269035,0.018188227,0.00073135475,0.0024997569,0.0030045765,-0.0012914252,-0.022101909,-0.0036936628,-0.0120733855,0.017858502,-0.014467718,-0.014893401,-0.07081726,-0.037717782,-0.016528845,-0.024027668,-0.008626358,0.02140873,0.026822425,0.012885719,0.028231435,0.015000795,-0.0011196937,0.011954639,-0.012852817,-0.026466394,0.024712905,-0.04563692,0.014664727,-0.010480762,0.022861408,0.0072553577,0.017907655,-0.009281135,-0.004811502,0.0017574523,0.03310545,0.02531898,0.017594278,-0.0026374224,0.009259041,-0.0043219565,-0.003245126,-0.13320966,0.016143493,0.009474359,0.013057497,0.0030768563,0.001994449,-0.013800845,-0.036932435,-0.008558227,-0.03013653,-0.01957183,-0.0061925254,-0.0112218205,-0.001407304,-0.011193871,0.09726379,-0.023994887,-0.0012912633,-0.0049663903,8.738211e-05,0.016100463,-0.012770369,-0.01068712,-0.01197249,0.0044653593,-0.0111946585,0.021554725,0.0027393643,-0.005434023,-0.010126796,-0.00048298488,0.018421745,-0.030254545,-0.022099296,0.0003552098,-0.007803558,0.0011803518,-0.032170814,0.0005400338,-0.033905163,0.011305206,-0.0057284595,0.0066173836,0.03205857,0.004802524,-0.0052986727,-0.0034627523,-0.021672618,-0.02381422,-0.0027916885,-0.018647844,-0.07713123,-0.0055629564,0.016669372,-0.00035375988,-0.00060610974,-0.005906134,-0.027002309,0.012254245,-0.020341797,-0.019030098,-0.049609236,-0.019479098,0.024826622,-0.002941863,-0.022338998,0.01197626,0.0026925702,0.01507593,0.008203787,-0.003441506,-0.019006496,-0.0028795428,0.0012659819,-0.022975406,0.013033252,0.012517738,0.010378191,-0.0037560747,0.0033005062,0.0028797607,-0.008278602,0.02259747,0.007253033,0.0013113236,-0.030321162,-0.053783398,-0.013579149,-0.0058386493,-0.018299883,0.017144348,0.026024172,0.006904865,-0.045831107,0.010281086,0.009525413,-0.010803541,0.016250603,-0.027603187,0.012047845,0.022871878,0.023044318,0.0071916278,-0.034971505,0.005730102,0.009126332,-0.013112449,0.016363617,0.015905542,0.017536916,0.010003881,-0.006052677,-0.009208699,0.013577754,0.0073959082,0.023173044,0.00929463,-0.0015128129,-0.002635414,0.002909074,-0.0037751596,-0.02037892,-0.009524111,-0.0027139767,0.0010330441,-0.0126688555,-0.033684436,0.012029626,0.009209958,-0.032468393,0.002410966,0.0068162116,-0.007957289,-0.0025605648,-0.008526567,0.0015911778,0.013883782,-0.0029779915,-0.01294849,-0.00997521,0.00533264,0.020502787,0.0013844925,0.013728599,0.010249242,-0.0057080747,-0.009002599,0.009466738,-0.0025168008,-0.0028314234,-0.009486273,-0.011226929,0.01426188,-0.0037855029,0.0057525146,0.0102907475,0.011289096,-0.018115629,0.0053046145,-0.008678537,-0.002253716,0.0069434755,-0.018211715,0.008269711,0.006649818,0.00089952844,0.03212866,-0.009005602,0.0010703844,0.0030892638,0.013129064,-0.0014458036,0.0061689005,-0.009017094,-0.007959294,-0.008514928,0.0019297848,0.007963674,-0.022494437,0.004340704,0.011948602,-0.0021978149,-0.0114348205,0.01055438,0.0042946553,0.0013798674,0.0041789412,0.002950455,-0.003596521,-0.008136368,-0.0030092157,-0.024139613,0.0003799105,0.000308952,0.0032703904,0.0017166521,0.011196394,0.022511441,0.00956017,0.0045748884,0.017495317,0.0018487035,0.010740187,-0.0072334795,-0.008240211,0.013482174,-0.004494001,0.011837886,0.020682678,-0.018135276,0.001655959,0.0076563787,0.0009180241,0.015245177,-0.010047565,0.0010457811,-0.0061827726,0.001293806,-0.015869558,-0.010446789,-0.014758607,0.0027096327,0.017593702,0.0052467124,-0.010849383,0.002161877,0.008435521,0.00040243112,-0.002457634,-0.009614821,-0.01778216,-0.008263745,0.004010359,-0.010531714,0.0039266674,-0.0064883954,-0.004670986,0.012901334,-0.0046759066,0.0007845672,0.015540691,0.0084367255,0.01665824,-0.010877427,0.00028708624,0.005357512,-0.016338328,-0.0075011705,-0.0022321607,0.021883355,0.0058743255,-0.0035383229,-0.008935698,0.012588937,-0.00010019614,0.006602802,-0.01291941,0.02873121,-0.008798752,0.017522,0.005740813,0.0035147786,0.0008599239,0.011851523,0.0015363639,0.000116920106,-0.006938812,-0.0050058207,0.0075220233,0.020621112,-0.007357623,-0.012176412,0.004550693,0.012062116,0.0041060946,-0.007851331,0.010464952,-0.0018825923,-0.015041079,0.006344874,-0.002391837,-0.014265122,-0.0017362415,-0.007896474,-0.010079497,0.029731596,0.022813573,-0.005643143,0.0005917869,-0.020669324,0.0152673125,-0.008976781,-0.0008721771,-0.0021048908,0.0016212896,0.02500538,0.00041778374,0.003261713,-0.0048158406,-0.021102749,0.006479034,0.0054717157,0.0018043697,-0.005525718,-0.007828247,-0.012285809,0.008012684,0.019480985,0.004032224,0.009596066,0.08081142,0.009859099,-0.002544106,-0.0019062413,-0.0005521402,0.014141495,-0.012925908,0.009346175,-0.0044635446,-0.0028504438,-0.009949607,-0.007535286,-0.029170288,-0.006181276,-0.014728639,0.004627795,-0.011369272,0.0087351315,0.016155986,0.0068076355,0.009052534,0.010116933,-1.4787538e-05,-0.009287575,-0.000395837,0.0027671028,0.00022180864,-0.015183527,0.005108495,-0.00026488156,0.0117476275,0.0015119701,0.01614283,0.0073972177,-0.019430561,-0.018301237,-0.0011390261,0.006878568,-0.0008976704,0.009241025,0.014960123,-0.008490145,-0.00884187,-0.0058356645,-0.008239776,0.0093754325,-0.0038075666,0.003183809,0.007914726,0.0043537407,0.0040438785,-0.02152402,0.0069446275,-0.0069362633,-0.01850094,0.00027954185,-0.0011407408,-0.007175283,0.01981952,-0.0038615305,-0.020620268,-0.0014409395,-0.0068126675,-0.009029745,-0.0067949067,-0.013791313,0.0012029031,0.009242735,0.0023426614,-0.0050570085,-0.017203517,-0.020625675,0.0103458725,-0.015808033,-0.007692827,-0.029474266,-0.016449342,0.0077898027,-0.01642949,0.020577312,0.0137143275,-0.008346206,0.0042271735,0.011766666,0.016776957,0.0011614216,0.0034994846,0.010891055,0.0039501498,-0.025574086,0.0034636497,-0.001384552,0.0035341042,-0.0012984701,0.0021478727,0.0014478094,0.0609906,-0.017680433,-0.0059796902,0.01510517,0.018449035,-0.0037983637,-0.02296163,0.008613138,0.016556377,0.0084289815,0.015500946,0.006395976,0.010352972,0.0031486736,-0.014348382,0.020685107,0.028788693,-0.01660982,-0.009780136,0.008747961,-0.00044266047,0.019327397,-0.01406233,0.00023649549,0.0070478255,0.00401382,-0.027630648,-0.002971923,-0.013165576,-0.018723171,-0.006089335,-0.000576251,-0.009873096,0.007060752,0.014281969,0.008240134,0.017082874,0.01170111,-6.933987e-05,0.005535275,0.0062383534,-0.0036978358,-0.011800663,-0.008036628,-0.012103827,0.017256225,-0.0010818784,-0.0136056235,0.013607763,0.009130209,-0.012599303,-0.006293743,0.005084097,0.010170503,0.0053205774,-0.0042837127,-0.01608116,0.019002255,0.009045555,0.0019368309,0.020726265,-0.007825079,-0.006311848,-0.008303866,-0.022630274,0.0018184057,-0.0055633388,-0.0028456983,0.015096846,-0.006461051,-0.009952536,0.008467535,-0.0049257698,0.027038481,-0.024569666,0.01442375,-5.494934e-05,-0.009112155,0.008151682,0.0019098445,0.01861936,-0.0098425485,0.016619598,0.01676931,0.015189821,0.013197985,-0.023979403,0.009459213,-0.009477982,-0.018214906,0.00395296,0.014753271,0.011784743,-0.0013712464,0.006910922,-0.007893697,0.014719108,0.011954503,0.0013663607,0.017792301,0.011406424,0.010311583,0.012447151,0.015334054,0.016524276,-0.0043735458,0.012675622,-0.011579748,0.012723154,0.0048778458,0.010624391,0.019792315,-0.005173177,0.009911442,0.0046584965,-0.022473078,0.0036714422,0.0014090335,0.009933667,-0.010411735,0.033563558,0.0029968314,-0.010508893,-0.00022283674,-0.008594117,0.0067213564,0.00947309,0.012213144,-0.00025149123,-0.011630604,0.0066991746,-0.023667863,2.0049476e-05,-0.008359935,0.023467015,-0.0057673682,0.0006582531,0.018674897,0.002699397,-0.0062699057,0.014478153,-0.0048275976,-0.0046984064,-0.016716924,0.0013004208,0.009552267,0.0064317044,-0.004379692,-0.017907118,-0.006604255,-0.005812583,0.0068375757,-0.0059936023,0.0007373996,-0.016098313,-0.004795738,-0.0004682176,-0.015347709,0.015626384,0.006331098,0.0059296153,-0.06907565,0.01518364,0.0036787281,0.015959363,0.0077144215,0.0034310613,-0.009098843,-0.023146966,0.00014245036,0.01509806,-0.007523907,-0.0034400732,0.0035725986,0.023876714,0.005434082,-0.003674155,-0.0030974154,0.009681836,-0.015544625,-0.002862771,-0.042035393,0.016906368,0.0070010917,0.0032708005,0.006513081,-0.000987937,-0.013885707,-0.0023136802,-0.008069816,-0.005711827,-0.001430721,0.0026604456,0.014825531,0.017917575,0.008383563,-0.0031223698,0.005607152,0.0070641898,-0.011054978,-0.009993562,0.012542267,-0.0008575052,-0.0056164777,-0.0021990854,0.015049251,0.0068939407,-0.0077667003,-0.01609543,0.007837099,-0.004155259,0.013459837,0.018874805,-0.016398892,3.3409742e-05,0.01923377,-0.0067254803,0.011860341,0.016266793,-0.011319435,-0.004898595,0.009044007,0.017262362,0.005493309,-0.013511058,0.0016103665,0.0069502494,0.006501894,-0.011500678,-0.02429831,0.005082276,0.0078019877,0.015431641,0.016729472,0.0073727043,-0.01336491,0.01771365,0.009660673,0.00458458,0.018403763,-0.0003219415,0.0043685697,0.0023855204,0.025814116,-0.0019242762,-0.0018829469,-0.0123063475,-0.0034248633,-0.0049294396,-0.015046261,0.006507942,0.011377218,0.0071747247,-0.006238152,-0.004898861,-0.030093467,0.008401324,-0.004561923,-0.008636268,-0.007396398,0.008622694,-0.019413376,0.0028352072,-0.022365892,0.0054124305,-0.025298215,0.007552265,-0.0031530084,-0.0014073788,0.0018021048,0.003460871,0.00026390687,-0.008583703,-0.0059121246,-9.660429e-05,-0.0010179953,0.010237803,-0.012081246,0.012395687,0.0005629552,-0.0016917153,-0.015759049,-0.0056869173,0.010979806,-0.016425889,-0.026392724,-0.003481003,0.00027419423,-0.0060211266,0.002671168,-0.010354281,-0.0028907433,0.0010798369,0.013405375,-0.012326825,-0.020256823,0.012054499,0.005190148,-0.0005739695,-0.004038407,-0.007221284,0.010402387,-0.0069845202,0.021318033,-0.0035853228,-0.012396158,0.001544487,0.0030940773,-0.0039810264,0.0016824368,-0.0042514177,-0.00021575033,-0.007515448,0.009329715,-0.009370078,0.0042035487,0.00996221,-0.0026088106,-0.008998384,0.0135924155,-0.005880518,0.018234717,0.0010415141,-0.0005512441,0.0027363044,0.015345515,-0.014905316,0.0015084501,0.005616946,-0.0035417625,0.01908282,-0.00871523,0.008846309,-0.02182147,0.03770993,-0.006169351,0.0074454895,-0.0077029536,-0.015225519,-0.014300528,0.010533657,0.009929758,-0.0018970538,-0.0040872535,0.027283374,-0.009308031,0.01613386,-0.000608482,0.006108211,0.0044485363,0.0031044728,-0.0048629646,-0.0074165897,0.00012851502,-0.018347356,0.0068248855,0.026934598,0.017314378,-0.017456887,0.01793296,-0.0059219333,-0.0048165084,-9.101002e-05,-0.013727015,-0.0046694307,-0.0031262583,-0.06637549,0.0071882084,9.694722e-05,-0.011279029,-0.019345641,0.009860455,0.0019390668,0.0019671374,0.004115926,-0.003875542,0.013230829,0.016548635,-0.0016991516,-0.009356766,0.0032814194,-0.0006436626,0.006404329,-0.0045909933,0.0056754486,0.012732255,0.004371224,0.008528118,-0.02140271,0.011241958,0.005468955,-0.017808385,-0.020899786,-0.0031817092,-0.00046100575,0.0064638797,-0.0035697126,-0.0056229695,-0.008426137,0.009834177,0.010496899,-0.012857292,-0.0009582938,8.60242e-05,-0.14186358,0.013557558,-0.0018400708,-0.009737848,0.00620771,-0.009470878,-0.00403456,-0.009983601,-0.013787966,-0.013782708,-0.0077161063,0.015322236,0.0060212505,-0.019068105,0.020007132,-0.00024419389,-0.00059021794,0.0016424655,-0.012458331,0.0046759136,-0.0032237282,-0.0071120695,0.003874771,0.00730803,0.034852166,0.01016651,0.0018069822,0.0012501846,-0.0061495705,0.0170343,-0.0059017297,0.0076734517,-0.0076430296,-0.00683334,-0.004184714,-0.0030588692,0.013899996,-0.003087489,-0.008206256,-0.018915338,-0.005309235,0.00541616,-0.008168934,0.010698629,-0.009176703,-0.0027104504,6.5897366e-05,-0.0030462167,-0.009494698,-0.003076178,-0.012601733,-0.008802376,-0.005314855,0.011995155,0.0044693653,-0.009444975,0.0037593998,0.012422608,-0.02119216,-0.0062476476,-0.006194211,0.02254103,0.00038215512,0.012977638,-0.0018479492,-0.0017189987,0.009360049,0.020375492,0.01684187,0.040519107,-0.01557722,0.0032366612,0.027273616,0.005142585,0.015806163,-0.028538384,0.019990593,0.016241604,0.007932403,-0.016214289,0.0045187767,0.011171515,-0.020396719,0.037090003,-0.0061938055,-0.015065687,-0.020838177,0.009972856,-0.03034128,-0.04797444,-0.008169629,-0.013685772,-0.0068182363,0.0001521415,0.0040841755,-0.0043298495,0.025797764,0.01871754,-0.013702335,-0.0012687369,0.0015367486,-0.016940258,0.021765854,0.0028041382,-0.014815061,0.018991765,-0.02353267,0.017133346,0.025510315,-0.009147874,-0.00061576057,0.0059423507,0.015384769,0.019938732,-0.023979295,0.024639843,-0.014269991,0.01159181,-0.0038150374,-0.002476977,0.0017308638,0.015433047,-0.0017197172,-0.010045331,0.0061867423,-0.014252071,0.028253812,-0.008798368,-0.00069568586,0.0062584,-0.021333074,-0.01601806,0.0030711608,0.008900403,-0.02837303,-0.0004221356,-0.0064999154,-0.011538514,0.010715658,0.014645094,0.00868134,-0.028840235,0.022874083,-0.011134031,0.018153997,0.00679084,-0.013444929,0.0043146354,-0.015375645,0.0016814261,0.0048285536,0.0006019076,0.010785707,-0.030868674,0.015439881,0.009746759,0.01348597,0.0035359794,0.0010031802,0.0015808844,0.0085603045,-0.01865057,0.00024174633,0.0021591913,-0.015093726,-0.00546913,0.017331677,-0.021197595,0.014477376,-0.009728016,0.02579846,-0.016540185,0.00041586006,-0.005867704,-0.009871384,0.0031166403,0.01418564,-0.010847394,-0.01763781,0.027157005,-0.022510106,0.020604245,-0.0023514375,0.0031697892,0.04247134,-0.036510956,-0.014399998,0.016982418,0.027441027,0.011549514,0.023306338,-0.0168373,-0.014918978,0.014176783,-0.026768588,0.0036100922,0.012859242,0.0027294857,-0.013131649,0.008539596,-0.012603789,-0.005112306,-0.007268112,-0.16703145,-0.0060117315,0.009807511,0.003119927,-0.015443425,-0.021403328,0.0034715915,0.016128281,0.030799888,-0.011087177,0.0024784582,0.0064109657,0.009179171,-0.004706641,0.002048839,-0.016841503,0.0033118883,0.019567752,-0.006494445,-0.012319242,-0.047451153,0.023446186,0.0065407613,0.0014167813,-0.014481197,0.004200079,0.009006151,0.0012065718,-0.027074806,-0.027674654,-0.0034049277,0.0038465506,0.013999067,-0.019073647,-0.009350375,0.013815165,-0.013471179,0.0089637125,-0.010007314,0.0143889645,-0.00085094053,-0.01690843,-0.007949726,0.016542945,0.011574175,0.0020071347,-0.0012409406,0.00022182566,-0.012214831,-0.034620613,0.018928852,-0.018058019,-0.014287711,0.017063083,0.0028430028,0.008528873,0.0027031354,-0.0039418293,0.0032748594,0.00042908048,0.0070821485,0.028031372,-0.0024215877,0.013076374,-0.025365857,-0.0081782015,-0.010217667,0.14256926,0.0086063575,-0.012895004,0.0024646728,0.014156472,0.0130286915,0.0014447509,0.014665641,0.0039998684,0.011218233,0.011175695,0.005438238,-0.0058285296,0.0018738924,0.016528774,0.0250552,-0.0047999895,-0.0018518192,-0.016449593,-0.011777104,-0.005765715,-0.0030623295,0.0021745567,-0.0018450035,-0.009185015,0.009849877,0.0061410475,-0.0057002213,-0.010314151,-0.0006631493,-0.008275379,-0.014432535,-0.00032238173,-0.02303612,0.009544517,-0.0070714606,0.0134267695,0.0036854183,0.008779961,0.01685924,-0.012359853,0.012847592,-0.017181844,-0.0011205463,-0.01948423,0.002737219,-0.0019588997,0.022832707,-0.011890941,-0.0061613414,-0.006352068,0.026268756,-0.0054219887,0.010983083,-0.009905465,0.00617225,0.0190181,-0.0026678583,-0.017227793,-0.017497173,0.009828271,-0.008846681,-0.0064385934,-0.026921155,0.004029657,0.013341103,0.014230399,0.0036635208,-0.0013263059,-0.09648217,-0.023946766,-0.0018537194,-0.0078023826,-0.024964202,0.0013198334,0.0032406847,-0.0023123783,-0.01256842,-0.009753263,0.01750246,0.00551927,-0.030113371,-0.034838993,0.00057436456,-0.021304961,-0.0021592798,-0.018034015,0.0086714765,0.015322054,0.010084685,0.010442009,0.0022582437,-0.015373221,-0.005669992,0.018189976,-0.02153152,-0.009741235,-0.0024015557,-0.004088182,-0.0015869188,0.012940799,-0.0037330836,0.014158836,-0.01871478,0.0175314,0.011462188,0.0022573965,-0.021193897,-0.008877172,0.005678653,0.0085265525,0.015388138,-0.0022932068,-0.0022588992,0.00064068596,-0.0022220437,-0.0033879739,-0.008235679,0.003422735,0.0052630934,-0.02212967,-0.028682038,-0.026161699,-0.008262379,0.015197542,0.003758949,-0.004814661,0.01760323,-0.0003231625,-0.0057193777,0.007987245,-0.026600407,-0.014099245,0.0041408828,-0.003022091,-0.0015554087,0.0046426742,-0.008587857,0.012484046,0.0029881257,-0.018226115,-0.015568006,-0.019076176,-0.006404675,-0.030977532,-0.014127609,-0.015810875,-0.003094823,-0.017992657,-0.020066215,-0.020380186,-0.0022355958,-0.018588653,0.026825186,0.021783588,-0.016492829,0.00011602775,-0.021961749,-0.018065387,-0.023058059,0.036411107,-0.02992732,0.0122146215,0.008196031,-0.008706403,-0.014434316,-0.00071820617,0.013036843,-0.015038586,0.013618489,0.00059685356,-0.010619641,0.0076514967,0.00036246324,-0.012307064,-0.011939263,-0.0042996854,0.019374674,0.0031947324,-0.001531813,0.012597678,-0.026490673,-0.008464759,0.001264022,0.007433535,0.0020841355,0.011863294,0.0008818002,0.0010510103,0.0033684918,-0.004502836,-0.01915753,0.0032093783,-0.020178797,0.0002013343,0.023989106,-0.016038759,0.005727552,-0.008778848,-0.008318029,-0.009069813,0.014914096,0.00623317,0.018165259,0.005077905,-0.001968381,-1.7607043e-05,0.00032709946,0.021404598,-0.012062248,0.002334327,-0.008840105,0.0051130727,-0.014957453,-0.0049688984,0.025432047,0.010048992,0.0017928937,-0.0008724984,-0.010939281,0.00033430816,-0.015574544,-0.014172852,0.003596382,-0.011277515,0.0063643605,0.0018039905,-0.009152702,0.0024772345,0.011131408,0.0122209145,0.00025690248,0.007825234,0.01331456,0.014950652,0.001203626,-0.013041846,-0.02531283,0.011241175,-0.010298252,0.016260216,-0.018356893,-0.010015166,0.010645669,-0.0031142512,-0.0009231726,-0.0016500421,-0.0005795312,-0.073456585,0.0040670177,-0.0017136441,-0.0010977281,0.0043973564,0.0008531716,-0.0069300495,-0.009058802,-0.040285118,0.0058923196,0.016793052,0.020001128,-0.008176065,-0.0101798475,0.0036074016,-0.003567531,-0.003760711,0.0024425026,0.007886025,0.0127773,-0.004034753,-0.004962097,-0.021503929,-0.0058812182,0.012617055,-0.014321948,0.0025275021,-0.0009683495,-0.00336123,-0.012990037,-0.016043795,0.030192772,-0.005092692,0.00816451,-0.011315984,-0.0026993183,-0.010937378,-0.022677854,4.952381e-05,-0.06559551,0.014108724,-0.004147503,-0.054081894,-0.0062196716,-0.003160433,0.012983554,0.0039869286,-8.563688e-05,-0.010229792,-0.018778773,0.0032752925,-0.008679657,-0.014938068,0.003507079,0.0016578321,0.016414888,0.01037331,-0.001430766,-0.028272582,-0.008558405,0.0006066956,-0.0024226948,-0.010094989,0.008402824,0.007050642,-0.005925494,0.0046911426,0.006970503,-0.0024021626,0.013184007,-0.020014806,-0.01084961,-0.008123694,-0.0023410094,-0.01167008,-0.00059341703,0.004227137,-0.0072386977,0.00311888,0.009934612,-0.009976619,0.015468602,0.0002438367,0.04447786,0.007968976,0.011157868,0.00571281,-0.114654884,0.00574744,0.010990589,-0.006227022,0.013262341,0.03550707,0.00701847,0.024286853,0.0040542046,0.0100791585,-0.0066454615,0.018388592,-0.010651335,0.013859969,0.007945837,-0.009368122,-0.003567404,-0.013470696,0.013244405,0.0072156885,0.01843934,-0.023907896,-0.0009221624,0.00493379,-0.012811719,-0.05128982,-0.00065048505,0.0053117913,-0.004087283,0.0056547928,-0.0056605334,-0.02071736,0.015319146,0.0006930591,-0.0076642656,0.003945831,-8.664047e-05,-0.016983876,0.010723812,0.014234656,0.014019699,-0.014097634,0.0039820652,0.003150444,0.011422006,0.014808513,-0.018305687,-0.0056945425,-0.010689242,-0.009397711,0.0016567663,0.003773419,0.0111671835,-0.0023146186,0.0141996695,-0.0011285286,0.016090767,-0.0025668722,-0.0011256305,0.018128553,-0.0048748897,-0.018931184,-0.011294859,-0.007668358,-0.027168455,-0.019788355,-0.012895527,0.01630056,-0.03044961,-0.012438175,0.016319638,-0.0014662772,-0.0045906804,0.007758416,0.003603882,-0.013685632,0.006539633,-0.008796403,-0.03383157,0.0052943965,0.01017584,-0.0014794325,0.0022167242,-0.009129336,-0.01897308,-0.020169167,0.012263267,0.021932527,0.027440924,-0.004687081,0.0057858867,-0.0030958073,0.0028205023,0.003558619,0.009114729,-0.017589685,-0.022661388,-0.011894252,0.0042587547,-0.013905572,-0.0071826447,-0.0050008264,0.0065195267,-0.013952316,0.0052054455,-0.0016553265,-0.007290303,-0.0014283515,0.0058830692,0.009318943,-0.0058407765,0.023237335,-0.015851201,0.02160438,0.024950126,-0.003061795,0.004431972,0.0078012906,-0.018430894,0.001307004,-0.0013003004,-0.004553941,-0.024049876,-0.016248696,0.014774974,-0.025248578,-0.010637791,0.014779565,0.014077633,0.024188885,0.03139114,-0.020113515,-0.006872157,0.0062334742,0.014069081,-0.0019809129,-0.001724397,-0.0072009643,-0.008492717,0.023727456,-0.00028671228,0.005823309,-0.00069669046,0.0021675297,0.011863348,0.017090438,0.023639847,0.002333263,-0.025025439,-0.016535291,0.001810753,-0.0041400916,0.0025215042,-0.01190656,-0.0139978975,0.007452806,-0.01731647,0.01655996,0.005214753,0.0044718785,0.00083135173,0.014461539,-0.018490052,-0.010499773,-0.0019621039,-0.0012143815,-0.006622071,-0.009758251,-0.018857313,-0.00034119264,-0.011441064,-0.022067485,0.0028627478,-0.008685504,0.05219082,0.019291116,0.0047318656,0.00349275,0.012340525,-0.0030762223,0.0036182848,0.0059432546,0.019391922,-0.0075241583,0.017946346,-0.0045534223,-0.0043483838,0.01014721,0.012689482,0.0037425952,0.011703832,-0.0028410426,0.010587321,-0.018078769,-0.013775928,-0.020505505,0.003470283,-0.025470724,-0.0056697624,0.0023440525,0.022320114,0.012776758,-0.006660402,0.009437632,-0.011157771,-0.0093106665,0.03118305,0.011789565,-0.026318738,-0.006019943,0.014752644,0.0002126511,-0.0023816335,0.009530877,-0.008078469,0.01916672,0.006506872,0.003918949,0.0003315146,-0.0053229984,0.016690228,0.013236677,-0.005642312,0.00056409184,-0.0027225562,-0.007692467,-0.0058696987,0.010505013,0.03682234,-0.011710579,-0.014463225,0.006677472,0.008989369,0.014985298,0.004775472,-0.0063182088,-0.0041381987,-0.004274563,0.033966046,0.004927397,0.013098113,0.017279176,0.0015338766,0.017281324,-0.004337498,-0.006055103,0.010806841,0.012918645,-0.033562973,-0.0054355785,-0.001188313,0.000892318,-0.013493597,0.0016395517,0.015028392,-0.022673791,-0.021019263,-0.012645311,-0.01215829,0.0070228493,0.007099783,0.021071138,-0.013272848,0.014573936,0.0003974492,0.005336187,-0.015675202,-0.0060849544,-0.030943526,-0.05518467,0.0047438364,0.01564935,0.026160225,-0.02194508,-0.024116458,0.004971927,-0.016909534,0.005845007,0.01991624,-0.007576158,0.0036084559,-0.0024267102,0.015191144,-0.006629714,-0.020396303,-0.00096627185,0.009371698,-0.003457379,-0.003458546,-0.0127987815,0.0056688706,0.0024716489,0.00047260858,-0.0053220233,-0.0066187573,-0.010761034,-0.02078993,-0.011557028,-0.0246177,-0.0013534793,0.02816521,-0.047540974,-0.00012902872,-0.011072641,0.008695421,-0.0112746395,0.025484743,-0.03677016,0.019251456,-0.020644473,-0.0056517175,-0.0015220294,-0.006015122,-0.007485164,-0.017204095,0.0023578294,-0.007842689,0.01584008,0.013239441,-0.027759135,-0.002040642,-0.026556818,0.008111267,0.0119898105,-0.013144105,0.015486243,-0.0025608863,-0.012099935,0.0041344394,0.008917465,0.02683188,-0.016005447,-0.0031728887,0.007274816,0.0065184277,0.0071088118,-0.0026182511,0.008808129,-0.021069841,-0.020948133,-0.0070750564,-0.00787075,0.0030919334,-0.008618119,-0.014256787,-0.009248589,-0.00879494,0.009161409,-0.012510589,-0.041137557,-0.0050654127,-0.012088307,-0.018733414,-0.0098238485,0.005819225,0.00093215884,0.0044830814,-0.005660639,0.0046257344,0.0073584383,-0.008123338,0.005458826,-0.008244184,-0.00055718434,-0.016708538,0.004753821,-0.01248748,-0.006071643,0.001081414,-0.006098953,-0.024703907,0.016885666,0.008544489,-0.0044095023,0.013057658,-0.008613556,-0.022937847,0.0062755384,0.0060791094,0.0020933733,-0.013207389,0.009737393,0.0002948812,0.012994588,0.0074524074,-0.011663047,-0.00038564237,-0.022667693,0.015815347,-0.005390511,-0.021567108,0.0014694644,0.00010446363,0.001132924,-0.011619662,0.0024597666,-0.010471145,0.01864919,-0.0041517587,-0.025452992,-0.011319351,-0.012405254,0.010752687,-0.021818848,-0.0038991463,-0.0038977577,0.014688517,0.016670842,-0.009532044,-0.0015048159,-0.013743241,0.0029748497,-0.0060586543,0.012212626,-0.003577156,0.020005869,-0.019992694,0.009964443,-0.005313464,0.014780953,0.0028478587,-0.004051364,0.028119722,0.0020751008,-0.00918461,0.0072601996,0.038016673,0.0013914164,-0.0048649367,-0.008126003,-0.018618293,-0.0008861374,-0.00017881602,0.0064111147,0.020095132,-0.024387099,0.0073581524,0.022238864,-0.023005368,0.02509891,-0.01760999,-0.013167659,0.017531663,0.0008888349,0.024340235,-0.0033259296,0.002503382,0.02761145,0.00815993,0.0009019122,-0.011007602,0.006995371,0.004689738,0.0010160333,-0.015144894,0.0033264884,0.0044408212,-0.033355605,-0.0058762995,-0.015799029,-0.005181501,-0.006531149,0.024929915,0.014836223,-0.00039965136,-0.033649623,-0.020246597,-0.01122561,0.00852148,0.019632475,-0.053220864,-0.004924528,-0.04678196,-0.014882565,0.0077169025,-0.0018260501,-0.0039858804,0.00039906995,-0.015540997,-0.021666532,-0.006155394,-0.008837981,0.024432793,-0.0052568503,0.003403136,0.0033485598,-0.005592711,-0.023250705,0.01461944,0.00043304416,0.0024080793,-0.013653948,-0.012336987,0.006380974,-0.012262152,-0.001143654,-0.011603436,-0.002713549,-0.006813091,-0.014133387,-0.012015856,0.006215868,-0.0032281538,-0.0053044227,-0.007233714,0.018740121,0.017486474,0.003199269,-0.0022398382,-0.011539882,-0.0063894126,0.007450872,-0.02490202,-0.006821177,-0.0028174208,0.0055585583,-0.009308757,-0.0023627884,-0.00960613,-0.0035594997,-0.0031769245,-0.014212226,-0.014631396,-0.018450558,-0.0044005476,0.0048763063,-0.0025569326,0.010781977,0.0065752724,-0.0030729617,0.029518254,0.013938721,-0.025496887,0.0075861337,-0.010053128,-0.008186175,0.0061758067,0.005988304,-0.0034680867,-0.00060742407,-0.0051435046,0.0058643185,0.0147599755,-0.017362516,0.009609404,-5.4664593e-05,-0.0039687706,-0.0075807218,-0.0055800644,-0.006054992,0.0032613252,0.0078049256,-0.00800849,0.006129847,-0.0008617324,-0.016126048,-0.015817067,-0.0031630825,0.03180933,0.009091581,-0.010399216,-0.015767874,0.0036183095,0.01029578,-0.0044105803,-0.026188564,-0.0019440621,0.007389558,-0.02374483,0.022048196,0.00971197,-0.002192244,0.017900143,-0.012672881,-0.002147901,0.012109501,0.013466192,0.004649019,0.014349558,0.016640147,0.0155396,-0.01431068,0.009318197,0.013329801,0.032550566,-0.003917563,0.002015581,-0.0076047904,-0.018050686,0.025594372,-0.01341372,0.00050408335,0.03017814,0.0031909926,0.012932678,0.0036304032,-0.008142677,-0.014963584,0.005862803,-0.00021857877,-0.012635924,-0.0073997364,-0.007374949,-0.004514389,0.022518177,-0.025459753,0.018508181,0.005324358,0.01714658,-0.0070963525,-0.02002379,0.008927629,0.011521846,-0.016645357,-0.003727394,-0.0007672724,0.0020492077,0.022185143,-0.006750952,-0.03519128,-0.029864341,0.010537506,-0.005299332,-0.0060959505,-0.0019060094,-0.005574531,0.016342564,0.0018412755,0.008811282,-0.0093540205,-0.00060226687,-8.8491164e-05,-0.014618903,-0.021909606,0.020240817,0.0027577493,0.014192142,-0.01822091,0.026121868,-0.0035035247,0.00771861,-0.008940326,0.0114707295,0.005895613,-0.00029242426,-0.0016664508,-0.009075467,0.0031796792,-0.0073938537,-0.005452691,0.0016115,-0.006430144,-0.0065673175,-0.011647173,0.010595044,-0.0076025734,0.020582534,-0.0013833857,0.0023263916,0.024441468,-0.012325353,-0.02875788,-0.015229514,-0.0032404936,0.004805278,0.011378069,-0.011146358,0.011242037,0.0045203054,-0.032533217,-0.0012795863,-0.005750201,-0.019102586,0.008747894,0.006397852,-0.023585554,0.0027169231,-0.0028692929,0.00971186,0.0056428313,0.0025978405,0.018717712,0.00842671,0.0022522367,0.016043382,0.024299903,0.16107129,0.11136735,-0.013580742,-0.001604079,-0.00019959077,-0.0094073275,-0.011851669,-0.02110539,0.0052830204,0.00037781705,0.009332409,-0.018306248,-0.012674778,-0.015405156,-0.01207712,-0.028635442,-0.013968915,0.005547706,-0.008671797,0.008887067,-0.02519208,0.025327276,-0.015309257,0.028266856,-0.022427151,-0.016261721,0.007540258,0.00320041,0.014023031,-0.01653069,-0.011811997,0.0027548708,-0.004894241,-0.008158817,0.020394906,-0.017922405,-0.010736514,0.048299596,0.026410151,-0.007167736,-0.003688944,-0.010117189,-0.0013518082,-0.0094300965,0.018776111,0.014763734,0.022743462,-0.005113885,-0.018063525,-0.0013551392,-0.013583227,-0.011694777,0.0056549227,-0.008490021,-0.00020139893,-0.00068696204,0.03855784,0.005578994,-0.0034187194,-0.0046356274,0.019391092,0.01335338,0.009714323,0.015658688,-0.0010813565,-0.020589747,-9.901938e-05,-0.01206561,0.0043159393,-0.00020472644,-0.013223114,-0.0016861431,0.023881752,0.0010805115,0.005831139,-0.007631065,-0.016553372,-0.0003794097,0.030059671,0.00484376,-0.010218371,-0.0052128537,0.015412488,-0.03390988,0.020287761,-0.007227396,0.012717347,-0.0061387294,0.13306649,-0.016611405,-0.011220251,0.005059479,0.021709215,-0.0028878634,0.00821317,0.07055864,0.034243297,-0.0045386762,0.029166972,0.007350895,0.014374102,-0.037356555,-0.00017593485,0.010238004,0.009240606,0.020790549,-0.0043671182,0.013514144,0.0042917547,0.0045885677,0.013339482,0.009219783,0.0074637267,0.0011784763,0.020671343,0.0051370002,0.0014001174,0.00205343,-0.07676789,0.018323414,-0.0048198,-0.015977547,-0.007071083,0.018576002,0.02365061,-0.003924741,-0.0022625474,-0.007844908,-0.00048317184,-0.0022002507,-0.0034298357,-0.017255718,0.0054981457,0.020029282,-0.0009135165,-0.0040965043,-0.0004772234,0.01400591,0.00924858,-0.016763654,-0.017271448,0.01232412,-0.016348217,0.000298933,0.010633255,0.0026944587,-0.0029369239,-0.003867241,-0.0013926956,-0.0020148018,0.010544707,0.011628789,0.0069449083,0.019486802,-0.010449782,0.009688657,-0.011940136,-0.030798793,0.0049724947,-0.009225657,-0.005140218,-0.026390964,-0.009049109,-0.02835583,0.0075591803,-0.022853049,-0.021947771,-0.016915916,0.026317066,0.013260736,0.012883345,0.017508922,-0.008830556,0.007688844,-0.020781081,-0.016262924,-0.009109422,-0.018334426,-0.013832734,0.0100157,-0.027312167,-0.0041825133,-0.00042999085,-0.02924213,0.008545007,0.008584347,0.0018075109,-0.0027590152,0.014914071,-0.0068601286,0.0028982037,-0.01280803,-0.0078119785,-0.003314931,-0.013145056,-0.00469302,0.020595795,-0.0063144574,0.0035179777,-0.026541442,-0.003558153,0.11683366,0.010084118,-0.030970693,0.012932042,0.029127255,-0.023098074,0.010629054,-0.010078785,0.010982287,0.007083602,0.0012245267,-6.4356595e-05,0.017230675,0.008330434,-0.0063452623,0.00908002,0.018222405,-0.0059744115,-0.0038100665,0.00080590975,-0.009182522,0.0007533107,-0.008508006,-0.019471832,0.0020121227,-0.0071300645,-0.018635785,-0.011303966,0.0054570115,0.0039521526,-0.03127856,0.008108249,0.038366724,-0.008093952,-0.022450464,0.012222186,-0.019445186,-0.012981367,-0.018672602,-0.024052043,-0.0006788598,-0.0055971057,0.025758805,0.0028890537,-0.02229729,0.20029001,-0.016857976,-0.012837928,0.0020932134,-0.007198685,-0.025911914,0.004546517,-0.00494098,-0.012662668,0.013760169,-0.009552496,0.0014707318,0.0056214095,-0.008944418,-0.008453057,-0.003721819,-0.006467539,-0.0074126627,0.00097209675,-3.096956e-05,0.0188496,-0.0075627537,-0.0034145839,-0.010750924,-0.0030777368,0.015797118,0.015431987,0.00885408,-0.006231215,-0.0024538606,0.005634125,-0.020420257,-0.007919987,0.011264529,0.009891584,0.013329815,-0.0088136075,-0.001358386,-0.009119502,0.018800652,0.003180892,0.00736556,-0.012208356,0.015628295,-0.010255443,0.012110563,-0.029116709,-0.009273574,-0.0023342187,-0.0076343254,-0.0075211287,-0.0064970343,-0.009271736,-0.004000724,-0.016662903,-0.01919782,0.03773917,0.0021058181,0.0077057886,-0.005463353,0.01804069,-0.0035947664,0.00022176425,-0.0067616706,-0.009555969,-0.0014782761,-0.0022961886]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 120,
          "content": "3 Classic Literary Works Popular Among University of Tokyo Students, Including 'The Count of Monte Cristo' | Reading | Toyo Keizai Online",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.04767377,-0.031346347,-0.0021550427,-0.079196475,0.028415471,0.010572953,-0.029214453,-0.00314646,0.009414021,-0.0011372417,0.038434967,-0.016575977,0.00110227,0.020551102,0.10323332,-0.011493669,-0.007526224,-0.0062965904,0.015458733,-0.01928754,0.004304483,0.010363411,-0.017081691,-0.018704265,0.0021054382,0.01042392,0.038668323,0.00580888,0.005244248,-0.0027714928,-0.0026488667,0.045072276,-0.018022027,-0.0020191958,0.041884325,0.014797497,0.019592809,-0.015199935,0.011758628,0.027172701,-0.008263382,0.023570525,0.0049108644,-0.0062356875,-0.03243362,0.015001542,0.0031916942,-0.04167252,-0.016933953,0.003936138,-0.0022631064,0.013913144,0.0069647077,-0.17942746,-0.022715382,-0.0010256849,0.011432459,0.0067831753,-0.0044212844,-0.0019528283,-0.011768857,0.0030526677,-0.018700719,0.014386679,0.020318724,-0.008169554,0.0024222764,0.00024803626,-0.019221103,-0.033370037,-0.007808501,0.029698765,-0.033976935,-0.009794822,0.023474254,-0.0130754905,0.016749825,0.005753292,0.0055611427,-0.020870749,0.020242568,-0.0012679505,-0.0083556725,-0.026785387,-0.015855826,-0.013766182,-0.00085683214,-0.0064049824,0.004284509,-0.014828407,0.002708729,0.03261468,0.009283053,0.018846026,-0.03064306,0.010468485,-0.019718157,-0.039469242,-0.011818757,-0.0055366843,-0.0073369485,0.004172315,0.0024220687,-0.009044631,0.011813305,-0.0131819025,-0.00062204746,-0.017072713,-0.0041217674,0.01952105,-0.00070265675,0.016316697,-0.027950123,0.009611793,0.0035194042,-0.11832827,-0.005125389,-0.042217523,-0.017902972,-0.019660516,-0.007991433,-0.01795597,0.011653232,0.01858049,-0.01554103,-0.017146092,0.020291157,0.01493703,-0.028312355,-0.007790453,-0.005242648,-0.0064744083,-0.0018386602,-0.008913277,0.015371802,0.012615469,-0.010026659,0.018995997,-0.0050963974,0.0043200958,-0.02621285,-0.0022772206,0.009224605,0.006971871,-0.028882923,-0.03630462,-0.028881446,-0.0037602305,0.008136024,0.020700786,0.032131713,0.018094212,0.012984452,-0.0118683,0.016322067,-0.0023795094,0.01390979,-0.0116599435,0.0068143466,0.026308559,0.015978357,-0.018656515,-0.006084759,0.03202214,0.00062704773,0.026829537,0.0021704934,0.020699313,0.012016891,0.009877695,-0.006398303,0.0023575209,-0.007326318,0.041567743,0.0034196877,0.014692938,0.0046663103,0.0043442817,0.024751892,0.02983955,0.019204374,0.028476194,-0.012860275,-0.019279996,0.00031359505,-0.006010734,-0.009346269,-0.013954706,0.0033108334,-0.01794181,0.01074236,-0.01781806,-0.021184642,-0.025653873,-0.016166601,-0.013849835,-0.0059988755,-0.008461116,-0.017916765,-0.004540922,0.011421921,0.008645875,0.013126402,-0.005486095,0.0084564,-0.0012896074,-0.017044803,0.008710432,0.0073498827,-0.005566704,-0.008952904,0.04021474,0.0075721433,-0.016231235,0.023778873,-0.015464213,-0.004774641,-0.01823097,0.001055068,0.007828764,-0.009206546,-0.014186482,0.020330537,0.021411246,0.015130925,-0.0014813087,0.0073711495,0.0063987835,-0.031167243,-0.014681431,-0.020417502,0.053717062,-0.01084956,-0.011335294,-0.010815604,0.0021052235,0.01924031,0.008117696,0.041292068,0.027529012,-0.022597568,0.021148294,-0.022869939,0.019853756,-0.019186847,0.003480583,-0.0029525473,0.016175773,0.0145968245,0.03465505,-0.0064826906,-8.091552e-06,0.049042333,0.020171164,0.011377217,-0.0010766621,-0.010032354,0.0046221833,-0.013503355,0.021996904,-0.0014318358,0.01245133,0.00771642,0.008950872,-0.010570461,0.012257362,0.022617854,0.02078208,0.015134278,-0.01588565,-0.0052164327,-0.01356233,0.004459486,0.0076689804,0.021161247,-0.0010340097,-0.07046466,0.025748026,0.006147602,-0.012884432,0.024213944,0.0039122435,-0.019990437,0.031547844,-0.03134373,0.018779134,0.02240617,-0.007216547,0.013340055,0.021487515,0.016457038,-0.000332035,-0.0075146896,-0.0053789937,-0.0034745508,-0.010681145,-0.026382547,-0.022003938,-0.0101393135,-0.012734704,-0.03171431,-0.024742676,0.043422528,0.055187497,0.018127527,-0.013726752,-0.013521996,-0.020168733,0.016099185,-0.015432068,-0.05005893,-0.004674671,-0.00078494614,-0.005733092,-0.036492024,-0.004356481,0.025162049,-0.012506812,0.025803642,-0.017623113,0.00080337614,-7.381933e-05,-0.0011325919,-0.015571627,0.0027630043,0.0008373301,0.009039438,0.01868929,0.0035625298,0.009504037,-0.021533867,0.01498787,-0.0071760416,-0.0023397384,-0.013809436,0.015028941,-0.021941314,-0.005423366,0.025437333,-0.020767681,-0.016713908,0.007264944,-0.032814782,-0.0004396188,-0.026170217,0.012834517,0.013281846,0.033885032,-0.02851602,0.0060580485,0.0006074307,0.024577899,0.019491447,-0.0019857532,0.0051243445,0.030605609,0.020015923,0.037746504,0.0084310165,0.010248391,0.0024122463,0.009045932,0.018527409,0.010254323,0.016118016,-0.026628446,-0.0064097294,0.0070812167,0.022009235,0.03361926,-0.00520618,-0.0057738787,0.0065046377,0.008973175,0.0022727724,-0.00455809,0.013075191,0.018652422,-2.925656e-05,-0.0048944107,0.01315583,0.017142624,-0.0013930919,0.0009556562,-0.018556321,0.015863946,-0.023395628,-0.0017719754,0.024385475,0.014336812,-0.01581436,-0.008753463,0.018103424,0.0032757486,0.0097719375,0.02509962,0.00966934,-0.0067257755,0.006322435,-0.010118139,0.04029378,-0.033810735,-0.02025559,-0.019264614,0.012541681,0.035633456,0.021601887,-0.0015170369,-0.032926645,-0.023569124,0.006954995,0.004312789,0.004137449,0.023354255,-0.0056438604,-0.006005378,-0.0012387399,0.00058145076,0.0017531469,-0.008697234,0.005766823,0.013416722,0.0032102293,0.017516598,-0.033967927,-0.033248644,-0.024493337,-0.023929898,0.0070268717,-0.021477463,-0.008649135,0.008276792,-0.0015252474,-0.02420089,-0.028404457,0.019674469,0.00789506,0.018079739,-0.0050763525,-0.015415433,-0.035143413,0.0077780695,-0.008223273,-0.01813693,0.013599204,-0.00930505,-7.876252e-05,-0.010538166,0.015326647,-0.00045946793,-0.0038220822,0.019939918,-0.03868406,0.0021233032,0.011844924,0.0020802463,0.0029940708,-0.013353322,0.012375332,-3.5669236e-05,-0.00128629,-0.006505741,0.026423173,0.006814085,-0.0025078526,0.036735576,-0.017910248,-0.022442624,-0.028010117,-0.0011718922,0.013523002,-0.014197893,-0.008900883,0.017107198,-0.015151119,-0.010418592,-0.0042968667,-0.0021048246,-0.0083828885,-0.029763224,-0.005276804,-0.022064017,-0.015967632,-0.022831576,0.0053448477,0.0023113708,-0.007476741,-0.013842067,-0.0065823435,-0.0029943972,-0.00555999,-0.031292852,-0.024902768,0.039272517,-0.0021656596,-0.025933448,-0.018100802,-0.011845285,-0.02493281,-0.00520734,0.0053833113,0.003060561,0.008607556,-0.021473255,-0.024185587,-0.0143541135,-0.023526495,-0.030468957,0.0040037106,0.023011733,-0.0026255609,-0.022055376,0.03101591,-0.01994108,-0.0030770127,-0.009837392,-0.004018495,-0.02237936,-0.03167859,0.0059684245,-0.007213875,0.0006656954,0.01605734,0.012478024,-0.01128212,0.01375381,0.014126279,-0.016174331,-0.009912981,-0.00089168927,0.019711232,0.038376153,-0.012035972,0.0081101535,-0.008676098,-0.004419101,0.021438306,-0.010249287,0.006580289,0.004232821,0.0121288905,0.008339169,-0.0077209934,-0.038515102,0.012532128,-0.0763335,0.005298217,0.0320965,-0.010053152,-0.008267832,0.005487775,0.023442013,-0.04276745,-0.0029207289,-0.01933569,-0.0056306818,0.0021401374,-0.003408693,0.022278104,0.0014417358,-0.00794696,-0.007078415,0.020141,0.012060229,-0.015486682,-0.0024774016,0.030738339,-0.017384412,0.0041556247,-0.03392005,-0.005837883,0.025613515,0.007049566,-0.03337134,0.0069083287,-0.052369863,0.01977686,0.019005,0.013363896,-0.027170809,-0.008461475,-0.0051360517,0.023712348,-0.008829824,0.0011961121,0.016883267,0.010227596,0.01423174,-0.012477703,0.003031697,0.03818,-0.020761533,-0.008867364,-0.02079672,-0.026393676,0.0005839805,-0.022576043,0.013861252,-0.00015892161,0.0074542165,-0.024537863,-0.04713459,0.030987306,-0.032305013,-0.011636393,-0.0069291936,0.008507616,-0.008389873,0.039409988,0.002611216,0.0036251682,0.021636423,0.05373272,0.015710803,-0.002617302,0.013204811,-0.0036099935,0.008676765,-0.010632265,0.020076038,0.007843135,-0.010220986,0.019603664,-0.009347096,0.02801753,-0.002460003,0.026692135,-0.104442425,0.008135773,-0.025059048,-0.0005433431,-0.013442763,0.011379646,0.0027632762,-0.014263074,-0.016027758,-0.014895184,-0.002419074,0.010025834,0.025407946,-0.009255831,-0.024400743,-0.015459122,0.02351968,-0.0017877478,0.015610696,0.03032271,0.008883704,-0.0036617557,0.018202396,0.0029317054,-0.006179523,-0.01174177,0.020916818,0.021190926,0.024096146,-0.024357846,-0.011112628,-0.10560172,0.017148726,0.0034777436,0.012777224,0.02000691,0.0032543845,-0.009074547,0.001399417,-0.0015369584,-0.03488398,-0.017325316,-0.007992151,0.012790808,-0.024777194,-0.012393064,0.09876745,-0.006266959,0.037440557,0.010889748,0.008167485,0.006494148,-0.026170526,-0.007595477,-0.012520352,-0.007505525,0.019381717,0.0031038204,0.015039412,-0.040407315,0.015224564,0.04635352,-0.00058443827,-0.00985012,0.012013335,0.023913596,0.01696894,-0.011493394,-0.0011427534,0.010032712,-0.0063112117,0.004578627,0.013025738,0.004434847,0.01269556,0.003274255,-0.008511888,-0.02951446,-0.009474511,-0.024717864,-0.026683453,-0.022840558,-0.08173862,0.0043370957,0.017820232,0.005526133,0.009314248,-0.0017851563,-0.0051506395,-0.012881248,0.011505882,-0.0012782367,-0.012333256,0.002189653,0.0068688043,0.017928803,0.0016599484,0.0047170813,-0.007565404,-0.009928381,0.03038228,-0.021258399,-0.024079435,-0.00081419834,-0.022664748,0.004323797,0.007285251,0.003756691,-0.0012364883,-0.0015688029,-0.020596156,0.015377158,-0.02360331,-0.00346305,0.013772609,0.023616768,-0.027169706,-0.0032943722,-0.007103568,-0.01776694,-0.01976402,0.019822666,0.020576403,0.039757345,-0.020126192,0.022894278,-0.016697315,0.039671864,0.008821442,-0.0062913923,0.010020372,-0.02026304,-0.002916794,0.005279793,-0.031699408,-0.009400061,0.010524915,-0.014103118,0.029880837,0.037989184,0.016431706,0.018307751,-0.007711028,0.0016225955,0.014259703,-0.016317789,0.0027725564,-0.001466604,-0.0040799533,0.0063849813,-0.0042715627,0.0056443787,0.014516641,-0.0065943096,0.0056773475,0.006666693,0.010837184,-0.013894574,-0.023390511,0.002660476,-0.058792416,-0.003109742,-0.007066848,-0.0005136645,-0.01910137,0.01719097,-0.0037465882,0.007985695,0.012901631,-0.012374456,-0.005277887,0.028921984,0.013362387,0.00198806,0.0034187862,-5.920519e-06,-0.006213889,-0.012926362,-0.006318194,-0.01404699,-0.007737748,-0.02013529,-0.023015887,-0.002751853,0.01330621,-0.01029921,0.01218028,0.008359028,-0.021410327,0.0063347733,-0.005393801,0.007857979,-0.008486999,-0.008574929,0.019885648,0.020693807,-0.007660472,0.025112625,-0.010417779,0.01647197,0.009691044,-5.0348815e-05,0.0044917166,-0.018984511,-0.0036398242,0.0026082674,-0.020020636,-0.008102538,0.021776684,-0.0062659862,-0.008021175,0.007389049,-0.009486744,0.0026742744,-8.384158e-05,0.009870826,0.016734626,0.01688577,0.022296093,-0.0002938888,0.0009794272,0.0050371075,-0.029137662,0.002111068,-0.0051490315,-0.018018961,-0.021550125,0.00016171104,0.011489696,-0.0028257885,0.01226103,-0.0028536548,0.014261121,0.0016309816,0.009067385,-0.0032452794,0.0034073319,1.5613841e-05,0.009222035,0.023109308,-0.009249612,-0.0040141917,0.018614663,-0.00321863,0.016834995,-0.00018285583,0.00023622181,0.013581375,0.010424793,-0.00963831,0.02385057,-0.017787132,-0.012228657,0.007796574,0.0052399146,-0.0008783894,0.010152599,0.009787136,-0.02098989,0.009628227,0.009780598,0.002789921,-0.0023629635,0.01717098,0.0030077787,-0.002769998,-0.00070227747,-0.00044068645,0.0059239687,-0.0020657748,-0.0074301274,-0.00458481,-0.008429815,0.0018401498,-0.0045745373,0.0055040354,0.02062199,-0.0011729797,-0.010114918,0.0014206339,0.008093618,0.009796746,0.022535427,0.014771645,0.018264597,-0.007394009,0.011052341,-0.008806971,0.014651082,-0.0030601663,-0.0004047063,0.004860701,0.0016016631,0.0037675074,0.0055805496,0.022449551,-0.0033179806,0.0017078102,-0.012081578,-0.0047806506,0.016996568,0.00966789,-0.010850383,-0.012798462,0.0075219586,-0.0012991418,-0.0022481873,-0.010081486,0.01692753,0.0150509905,0.011163015,-0.007212827,0.008079497,-0.005399066,0.008458325,0.011813208,0.01091287,0.031167049,-0.0011884844,0.00017631786,-0.022586768,0.0075022485,0.0012188564,0.004553012,-0.0059932005,0.01535684,-0.00093398883,0.014916251,0.0012451678,0.0051300693,-0.008929807,-0.0060392357,0.001500965,-0.0067162737,-0.01638697,0.00076146575,-0.004711444,-0.0026155468,-0.0020621128,-0.009948766,-0.004037035,0.096761554,0.0053352225,-0.0029912048,0.013316583,0.0019184488,-0.0121368505,0.002466778,-0.005834134,0.004074762,-0.007653114,-0.013366488,-0.03259316,0.0077174944,-0.0049612685,0.01180749,0.000800934,0.021152249,-0.003495488,-0.002923597,-0.0065614497,0.020354202,0.007274575,-0.008790746,-0.0033254824,0.011551254,0.0066353157,0.0037460749,0.0027706316,-0.0031695466,-0.0012266288,0.0009268847,-0.0037854584,-0.0066478155,0.016243355,-0.0077242157,-0.004890436,-0.00938374,0.008850005,0.0047520897,-0.0006619741,0.0023207453,-0.0010157418,0.018000124,-0.019142961,-0.006765892,0.025279265,0.0057471455,-0.000248497,-0.0052229487,0.011644627,-0.015465812,-0.022994086,-0.013160703,-0.0047442075,-0.015998537,-0.006789998,-0.006797131,-0.00082631764,0.0043713083,0.0003938757,0.0127341,0.017317774,0.0026871513,0.009652277,0.00561055,-0.0060152956,-0.008996714,-0.010013712,0.017345304,0.001928164,-0.0046641454,-0.02144721,-0.01621844,-0.007646655,0.015905123,-0.013469632,0.008161073,-0.016595904,-0.015641779,-0.011992642,0.012429365,-0.016249789,-0.009420038,0.027344387,-0.0093593905,-0.014478947,-0.013921174,0.018699728,0.00035643153,-0.009541934,0.02349161,-0.0019758283,0.0046283244,0.025282977,-0.0007908735,0.00501499,0.062338106,0.014041908,-0.008616832,0.0053376374,0.014807705,-0.0070964443,-0.0054743052,-0.0021913669,0.011611807,0.0028565032,0.0063117533,0.00933723,0.007205821,-0.0140883345,0.0031207101,-0.0013526364,0.008629542,-0.003734365,-0.002305289,-0.018454636,0.008016134,0.00600265,0.00019826012,0.01587775,0.005536841,-0.01312132,0.00081694644,-0.00835868,0.0007217408,-0.01745214,0.011972489,-0.014855719,0.0027237993,0.01152461,0.024852986,-0.0033311308,-0.018410547,-0.00018040747,0.014602254,0.013511861,0.00066011597,0.00047573823,-0.0049355435,-0.0129449,-0.0018743138,-0.008295943,-0.004565351,-0.01740345,0.011237517,0.005574384,0.0005880344,-0.016895194,0.005904869,0.005023742,-0.012753353,-0.0055838497,0.0014081526,0.008055351,-0.009336203,0.006556056,0.008341678,-0.004685459,0.015029189,0.024722958,0.020200085,0.005568014,0.009068448,0.011967111,-0.003946735,0.0026575765,0.0068332525,0.0046991324,-0.012034367,0.011619004,-0.005242311,0.0020198137,0.00918464,0.015480981,-0.004267934,0.002840817,-0.011205731,0.012913318,-0.0038423124,0.01705151,-0.00058402546,0.0002582247,-0.03316423,0.0008521297,-0.009001409,-0.008229758,-0.0035851488,-0.0049723517,0.012868091,-0.0094980495,-0.01575842,0.0020171297,0.006507406,0.0037595618,0.008989019,0.009410909,0.02071682,-0.005132533,-0.014876069,-0.0012924137,0.000744946,-0.013545006,0.001131001,-0.010815044,0.023928821,-0.008588094,0.015482943,0.015719675,-0.013472969,-0.0055469656,0.0024828943,-0.023293016,-0.011863299,0.008701079,-0.008715862,-0.013317312,0.02097531,-0.025409272,-0.017150745,-0.012656989,-0.01857591,-0.0031211583,-0.0076374575,-0.010895738,0.0071930564,-0.0006173011,-0.014807244,-0.008652848,-0.00049435307,-0.0021256886,0.008466052,-0.013208054,1.8055982e-05,-0.0036416156,0.025473146,0.010652121,-0.0016540405,0.0016926292,-0.0032103893,-0.009291093,-0.007750171,-0.00097088766,0.002758547,-0.008973481,-0.033035316,-0.0017702517,-0.020385372,0.012254685,-0.02053789,-0.0008698011,0.01628053,0.013392519,-7.736423e-05,0.010572901,-0.0023359596,-0.012029571,0.005093645,-0.04371562,0.011694424,-0.0031453245,-0.015314883,0.018683776,-0.0077309017,-0.0014250813,-0.009154311,-0.017612092,0.003193223,0.012116771,-0.007104232,0.0051867124,0.014578053,-0.014264031,0.0074803154,-0.013067842,-0.009371216,-0.0063877865,-0.003813324,-0.02524772,-0.00661657,0.0023054704,0.0046435054,0.002634812,0.023451952,0.015730163,-0.006994728,-0.017418252,-0.00871932,-0.023779565,0.0064352346,0.001170041,0.016170127,0.0060023624,-0.0056839306,0.0021063045,-0.010924597,-0.026772926,-0.014665528,-0.0010590178,0.02074234,-0.020389639,-0.019787641,-0.014981299,-0.010362355,-0.009831796,-0.0012598807,0.014871164,-0.0123187,-0.009456872,0.015420684,-0.00021380276,-0.0015449012,0.012382431,-0.0022161433,0.012234073,0.029025057,-0.021360496,0.013547406,0.0061354036,0.012803185,0.012696979,-0.0059869876,0.0047684396,0.018589824,-0.016336152,0.0062018386,-0.00022783753,0.008606033,-0.018469203,0.004646135,0.010097507,0.009895159,-0.00036816718,0.0043293443,0.01976239,0.012118515,-0.0034844133,0.0017313428,0.00663064,0.022783611,-0.0028279263,0.0045401985,-0.0061223935,-0.003430026,0.011565805,-0.01873155,-0.014270042,0.012461426,0.012762325,0.007054156,-0.0022717086,0.009645756,-0.008926545,-0.019848721,-0.0028468005,-0.006612022,-0.003291896,0.011969619,-0.0038106956,-0.01666331,0.008739309,0.019569416,0.0037676948,-0.0056369794,-0.0009020821,-0.010773356,-0.014285897,0.00702594,-0.017226217,0.01932887,0.007209799,-0.013399241,-0.007438266,0.003595691,-0.01022686,-0.0078210365,0.006796202,-0.0064524184,0.0039361897,-0.007732885,-0.013481629,-0.009549131,0.013172152,-0.016567148,0.009507617,-0.002616294,0.0038002848,0.002675886,0.013216646,0.012142899,0.008730871,0.014500061,-0.019887371,0.016205598,0.006041151,-0.0006372789,-0.004045073,0.00012839175,0.0002888301,0.005982874,-0.0057827868,-0.017881209,-0.022668334,-0.0022574665,0.004009783,0.017718688,-0.0052657966,0.007523049,0.016512064,-0.015542194,-0.0054800147,0.00903373,-0.004279025,0.0011180239,-0.0059791254,0.003918302,0.01823751,-0.011441562,0.007691737,-0.006036007,-0.01598368,0.011342468,0.0102369385,0.0151249105,0.015303406,-0.0017974329,-0.010364272,-0.02977121,-0.012419536,0.0036260572,-0.0014089007,0.001411673,-0.019273138,-0.012129135,0.008817702,-0.008704361,0.0049141804,0.0040898602,-0.011091173,0.019146917,-0.008315576,0.013970036,-0.015584626,-0.018301388,0.020909347,-0.0019415177,0.020137897,-0.0032777183,-0.0047072247,-0.0114875315,-0.0095655685,-0.006824042,0.01185368,0.010258873,0.0013104279,0.0025821892,0.014176088,-0.008553498,0.0040630805,-0.014591198,0.006725467,-0.012602567,-0.00024034017,-0.08033265,0.013768778,0.00096122763,0.0068397615,-0.014091938,-8.2009276e-05,0.0035768456,0.0027317896,0.0017638277,0.011956895,0.011365806,0.0041165804,-0.0035973904,0.014486988,-0.0015445517,0.009779438,-0.02259816,-0.011445808,0.003149776,-0.0022587636,0.004890754,0.012562673,-0.013292416,0.009433787,-0.010593415,-0.011678351,0.0022966175,0.006199477,-0.001306322,0.003494624,-0.0014659805,-0.0016395192,0.014993991,0.021879058,0.008922045,-0.018417345,-0.0016329511,-0.0010986528,-0.115754776,-0.008917271,-0.00717452,-0.011395376,-0.0056789396,-0.012524474,0.0022362662,-0.0076168748,-0.013216497,0.0012744733,-0.00011296025,0.008086391,0.008259875,-0.033256207,0.00401501,0.0027471113,-0.01634163,0.0005919888,-0.00071627554,-0.014868635,-0.006949051,0.0005717102,0.011935319,0.008052675,0.013254918,0.018615706,-0.004342816,-0.009883238,-0.00967341,0.002340355,0.0009069098,-0.010096485,0.017701587,-0.0041422397,-0.00063725543,-0.012112518,-0.0033352403,-0.007981425,-0.0054674027,-0.016285941,0.012858516,-0.005379578,0.008192005,0.0009036043,0.0064056576,-0.006111928,0.006506087,-0.0047090347,-0.0091713695,-0.0083260555,-0.005660299,-0.01094429,-0.00832268,0.012400403,0.017596196,-0.0022729347,0.020834433,0.009424694,0.0031982642,0.022016153,0.0038615742,-3.749346e-05,-0.0013888045,0.011538159,0.008733922,0.012619195,0.032150377,0.016922351,0.014331934,0.009628305,0.0041496404,0.0062840227,0.010046182,0.0069672703,-0.004742653,-0.021384196,-0.011133764,0.014409852,-0.00019362208,-0.006689212,0.0050423685,-0.0060734064,0.0063855844,-0.0010149117,0.016140746,-0.023397526,-0.012453226,0.023806117,-0.020527076,-0.05471327,0.0065686675,0.0022950822,-0.0010166758,0.022984618,0.011130693,-0.011906745,0.0048366743,0.0023035721,-0.017392956,-0.009468016,-0.025096186,7.098218e-05,-0.00013364087,-0.008753844,-0.009352471,0.0133093195,-0.0027645314,-0.0003725928,-0.0059801196,-0.025962308,-0.004349333,-0.02030416,0.011566887,0.023670018,-0.035567876,0.009097166,-0.015282847,0.00090553873,-0.012944479,-0.01167729,-0.0030132125,0.0067081125,0.014155656,0.0010279452,-0.00082967104,0.022836963,0.009076677,-0.012116007,-0.0071027335,-0.008752099,-0.02346539,0.007244047,0.0068751643,-0.005591214,0.008527513,-0.018346837,0.0053001754,-0.011037703,0.009419836,0.019572966,0.018868754,-0.016831333,0.0059409956,-0.01703742,0.017085237,-0.0060901735,0.002515264,0.025269473,-0.004361096,0.012834329,-0.025775488,-0.0057020704,-0.0037124255,-0.007972644,-0.0044550677,-0.010352997,-3.013517e-05,-0.0067016035,-0.016384996,0.008501117,0.0052929795,-0.0012791613,-0.0061060325,9.896031e-06,0.012125006,-0.0016869723,0.027122356,-0.009427746,0.030546289,0.014396416,0.018065132,-0.021147931,0.02011392,-0.0026366054,0.0015610005,-0.006617539,-0.00036173235,0.007083762,0.012200585,0.0208425,-0.0035599037,0.015607593,-0.008424566,0.024292633,0.027283156,-0.007971605,0.014806574,-0.0056996793,0.022297673,0.00596536,0.020180346,0.0009794615,-0.0032551242,-0.0019441698,-0.020889329,0.001454941,0.004956525,-0.010562472,-0.007112063,-0.001576044,0.00041047667,0.002223775,0.016232237,-0.1505466,-0.013793096,0.0015034387,0.006964628,0.006878666,-0.0033860214,-0.004196319,-0.0019517846,0.029054025,-0.012381759,-0.0071179555,-0.014415349,-0.013472424,-0.023778068,0.026992394,-0.020922886,0.03168239,-0.0018841026,0.011049714,-0.019972956,-0.005723883,0.006569696,-0.0068926145,-0.0113171255,0.007224886,-0.0068824347,0.01145096,0.002249053,-0.011102502,-0.012178333,0.0013076363,0.0076739434,-0.011254722,0.015710715,-0.0066349134,-0.014675224,0.00060251687,0.008764142,-0.015517249,0.045471027,0.0076863593,0.008501756,-0.004377431,0.003232129,0.015057875,-0.009782191,0.003047053,-0.006787345,-0.020282565,0.009601314,-0.0022390755,-0.0081766695,0.00047705445,0.006945811,0.011806014,-0.014574311,-0.0034421815,-0.034766298,0.014763112,0.0058248416,-0.006044467,-0.003841148,0.031469584,-0.010047923,0.0031283738,-0.015127069,-0.0070784325,0.13294901,-0.0013669021,0.027815007,-0.008118311,-0.0126499925,0.0028348397,-0.00070247316,-0.0029114229,-0.0017542724,0.010463073,0.006847003,-0.0028405671,-0.002583229,0.006391008,-0.0021252388,0.023312211,0.006513946,0.013342955,-0.004156859,0.017037107,0.008078854,-0.0027215385,-0.0035441017,-0.017548107,0.018484764,-0.010389337,-0.0037628533,-0.0049205017,0.017174296,0.007557886,-0.015338981,-0.007215355,0.0038509932,-0.0041683633,0.031163434,0.009827011,-0.004605736,7.197443e-05,-0.006169625,0.00656212,-0.018318905,0.0009290787,0.007834334,-0.015144396,-0.010727989,0.0014195311,0.0010826709,0.0016343191,0.006837697,-0.020215271,-0.009634636,0.0040318905,-0.009176647,0.0013641496,-0.011518561,-0.016430944,0.010032002,0.0028505914,0.0011999493,-0.0068393,0.009253218,0.0009373198,0.009821854,0.0024969785,-0.00016294097,-0.0066895834,-0.0070308307,-0.014607344,0.0073988033,-0.086183764,0.0032491488,-0.0077142096,0.01158427,-0.032821298,0.005225399,-0.026378667,-0.004856795,-0.005252019,0.003331922,-0.007893134,0.009542572,-0.023642808,0.011721803,0.0067738947,-0.009391421,0.0029605916,0.011966905,0.0072647133,-0.0075877295,-0.007356711,0.032339156,0.023761518,-0.008620534,-0.005785423,-0.0042119673,-0.0012311221,0.0029997025,-0.0014022915,-0.0068939556,-0.007569814,0.004417202,-0.035736747,0.005819968,-0.030893799,-0.015394397,0.0111366445,-0.013324594,-0.022445338,-0.013853118,0.0060216095,-0.022047004,0.012538991,0.009610656,-0.00717391,-0.02599114,0.015300082,-0.013680791,-0.025548182,0.02826877,0.007820406,0.017448222,0.013477223,-0.0124953985,-0.0066260328,0.018267427,0.014216503,-0.010590106,0.025452197,0.0066088685,0.0041161566,-0.0026162681,0.014121551,-0.028690698,0.006563664,-0.01225357,0.023167623,0.013089215,-0.016170619,0.00096959824,-0.020116553,-0.024904361,-0.004052791,-0.009074249,-0.0051266924,-0.0039145425,-0.011052795,0.00022130842,0.0046187956,0.010984725,0.0027709508,-0.0030244626,0.03912571,-0.0005836423,0.027186563,-0.008239366,0.023757417,-0.01006113,0.0042544752,0.0050821425,-0.0078024804,0.026179751,-0.022034995,-0.012978848,0.0032075008,-0.0047554886,-0.0312118,-0.012930182,0.021034777,-0.0010436724,0.00911405,-0.013735811,0.013561064,0.012509941,0.00039135927,-0.031041805,0.028126972,-0.0037055307,0.03657984,0.020194389,-0.027663566,0.015015624,0.0044069253,0.003940456,0.022362513,-0.020256585,0.0039797695,-0.007054207,-0.006104966,-0.026223196,0.010742229,0.0047514,0.024173247,0.0019689729,-0.019928332,-0.025887066,0.0014802174,-0.01482094,-0.012433708,0.0035642053,-0.02766539,-0.0014401597,-0.0076171164,0.019079955,0.008425036,-0.0027209516,0.021480104,-0.004862689,-0.003287763,0.012619634,-0.010502621,0.0070804195,0.0044144467,0.02948295,-0.0065595754,-0.0082534775,-0.018589266,0.0011400809,0.00022851514,-0.015139537,-0.017131248,0.008386853,-0.011117905,0.014723546,-0.016381837,0.024924127,-0.015473344,0.00744773,0.01165593,-0.019380728,-0.0019329967,0.00079260836,0.019560557,0.018220227,0.0012063648,-0.019003464,0.005865528,0.019816993,-0.05058896,-0.011816217,0.0054038013,-0.010484236,0.0040946873,-0.006907242,-0.016279675,0.0022094112,0.0023679864,-0.007307053,-0.012632533,-0.069625705,0.025195908,-0.0005701513,-0.011699498,-0.03251457,-0.008518168,0.01444618,-0.024234049,-0.013323158,-0.0076680505,-0.008018143,0.012431297,-0.012756823,-0.02260392,0.0054962,0.0024316122,-0.013474387,0.018417997,0.013681432,0.0154870255,-0.009233012,0.0053868894,-0.013682411,0.009355147,0.012616973,-0.010942532,0.0011045188,0.0138702225,-0.012210662,0.010546919,-0.00036677698,-0.005082152,0.0031176987,-0.021800261,-0.013282495,0.0033942782,0.016581398,-0.013009947,0.015689358,-0.054693952,-0.024994802,0.022772616,-0.050365813,0.009422713,-0.0044775326,0.01586112,-0.004162184,-0.008605141,-0.007730753,-0.008878438,-0.008681989,-0.010564661,-0.007170054,-0.016273644,0.0015722713,0.0015993863,0.012470852,0.0014969838,-0.004790289,-0.016257716,0.006880708,-0.02236259,0.0078061842,0.014634433,-0.011164242,-0.0001339353,-0.002871399,0.011717442,0.0020375575,0.0021366726,-0.012473417,-0.0066666952,-0.0026549518,0.005720102,-0.014176596,-0.012495525,0.0020777362,-0.013799318,-0.0030599108,0.008141638,-0.003974362,0.013341747,0.015697816,0.022132833,0.026992397,-0.040536888,0.003505579,-0.10522517,-0.0003348384,0.012308548,0.00389405,0.009225014,0.016016718,-0.0038560226,0.018168518,-0.00479368,0.010688463,-0.011817681,-0.014408922,0.02690059,0.0074175717,0.015787711,-0.010992727,-0.0035190254,0.0009667797,0.017346112,-0.0012817546,-0.008207258,0.0025883513,0.008090282,-0.005714628,-0.0075065913,-0.051779676,0.010577827,0.008552044,-0.004285674,-0.0012029787,-0.018294739,-0.0048275036,0.016433174,-0.0003862275,-0.008361186,0.045521818,-0.013805511,-0.006617254,-0.008429744,-0.022454154,0.0037604892,0.0068154656,0.0055596544,-0.008845207,0.02558696,0.013743881,0.0027165117,0.012253762,-0.028341357,-0.014591085,-0.01702253,-0.0075371214,0.006915466,0.0023130006,-0.0009583922,-0.005872197,-0.00709786,-0.026278155,0.008141863,-0.0036752543,0.0032912793,-0.0009746197,0.0023806691,0.0016158425,-0.02122762,-0.006685996,0.0039308746,-0.009715629,-0.0037328189,0.0022560626,0.011042512,-0.0051015443,0.016712787,0.0096351765,0.007165541,-0.0144923935,-0.0059066038,-0.007550639,-0.008573042,0.013769993,0.01204098,-0.0102626085,0.015494218,-0.012398416,-0.02948198,0.0063611413,0.0124522075,0.007067819,0.022246253,0.014485656,0.019647181,-0.01355984,-0.003122126,0.011315808,0.008936491,0.0031275772,-0.004798763,-0.03503331,0.0059105614,-0.002686494,-0.017904844,0.014965718,-0.018898435,0.009488016,0.010730713,-0.030049106,0.01084217,-0.004783794,0.00895941,0.003789242,0.0155411465,0.032289747,-0.006734607,-0.016958555,-0.017749919,-0.017374711,-0.01138726,0.00042522355,-0.014773141,-0.025765765,0.00017959943,-0.009713015,0.012967769,0.0013387834,0.004020434,0.0007938715,-0.014228287,-0.0034553641,0.008399669,-0.025248067,0.028742645,0.003055701,-0.003185034,0.017167881,0.00053573004,-0.02376904,-0.00964173,-0.012930478,-0.0041322424,0.004872402,-0.023887234,-0.001169277,0.007688846,-0.00045595394,0.0107371695,0.014935039,0.02106605,-0.008563651,-0.00030425694,-0.011609925,0.013591716,0.0029471032,0.013688074,-0.01836665,-0.0074254517,0.0062070056,0.0045309123,-0.002984441,-0.012370503,-0.0007931972,0.0018897337,-0.0073020905,-0.0068917614,0.0016917677,-0.034839932,-0.007815308,0.014671226,0.009007858,0.018596606,-0.015235968,0.023052657,0.0022026773,0.02800265,-0.022028746,0.06296205,0.009409932,-0.017119382,0.0073602805,0.0075117038,-0.009023775,0.02410358,0.01533994,0.0011486273,-0.02158315,0.006709541,0.01008339,-0.0021796904,-0.005933682,0.0067993845,0.010430449,0.0064851143,0.024109967,0.010632661,-0.023453774,-0.004394646,0.0017293195,-0.0070520528,-0.005167094,0.01512768,0.0125705805,0.006632854,0.018264007,-0.021009283,-0.012037704,-0.0064694285,0.0054565184,0.030119546,0.0085213585,0.01159416,0.025511151,0.0021242925,-0.0044935686,0.012554798,-0.0009925745,0.013457709,0.040187895,0.0031195902,0.01625791,0.012898008,0.023560371,-0.011570217,0.0234977,0.016280964,-0.0032413602,-0.021884859,-0.008628544,0.003905674,-0.0053737494,0.009186118,-0.02131296,0.014442036,-0.016413288,0.016029071,0.004238528,0.010385,-0.016790101,-0.019007547,-0.017791923,0.012187886,0.017064234,0.0033485005,0.02656077,0.02104505,-0.018680342,-0.000653323,-0.008812957,0.0018255317,0.01774458,-0.004520563,-0.0032801034,-0.0050772037,-0.025586203,-0.024042133,0.008078167,0.007941259,-0.01739417,0.003365704,-0.014584973,-0.007794232,0.004803467,0.018012673,0.013639439,-0.012752139,-0.0051855147,-0.0036251496,0.01650204,-0.0067151417,0.0049501443,0.008218759,-0.029792715,-0.0259761,0.020093702,-0.009050759,-0.012847805,-0.019411698,-0.005849335,-0.009932349,0.006247151,0.020349672,-0.006392033,0.008136754,-0.006478188,-0.023897856,-0.010315084,0.0013654486,-0.014850606,0.0059668734,0.014314863,-0.01714378,-0.026299931,0.0073594907,0.008047252,0.0071667894,-0.0015124842,0.0023412025,0.02468608,-0.011794989,-0.005908603,0.005993783,0.0014698625,0.037802048,-0.023352988,0.0061090216,0.010158922,0.0023080031,-0.031763952,0.032917827,-0.013505582,0.006604978,-0.019989042,0.00058954663,-0.00838092,0.012441088,-0.013683126,-0.04295764,0.010032574,-0.017060531,0.017502269,-4.8618954e-06,-0.02001124,-0.02297737,-0.00263582,0.026225727,0.0018107119,0.009069661,-0.0068953754,-0.0015486832,-0.016000664,-0.013939381,0.007151905,0.03336545,-0.017503455,0.0391516,0.030378431,0.018560808,-0.008813453,0.0041912347,0.015730657,0.0046480405,-0.0033134883,0.005094055,-0.015462325,0.015330113,-0.0019136393,-0.015584256,0.019066995,0.0026370774,-0.0032498867,-0.0033865082,0.010128068,-0.017756227,-0.011188103,-0.0019412258,-0.018375948,-0.0032416347,-0.0003547144,0.0058243065,-0.0032526916,0.019262796,-0.029867548,-0.017692192,0.00543242,-0.031957958,0.025527619,-0.0010023154,-0.005187099,-0.024672499,0.015435132,0.0045320997,0.008471076,-0.023200393,-0.00063937,-0.0073196776,0.00579381,-0.0057515465,0.001420399,-0.020681353,-0.010420331,-0.0063912366,0.010710222,-0.01503868,0.007754179,-0.009721929,-8.699678e-05,-0.02203604,0.008151831,-0.00014661204,-0.0066826595,0.015363035,0.005303775,0.023740284,-0.0045894864,0.006377176,-0.021794872,-0.0058842218,-0.019345379,0.0049845017,0.0035547675,0.009548367,-0.02550831,0.0015411341,-0.02703645,0.013458662,-0.0056208326,-0.0060861143,-0.00050529465,0.0004211795,0.0049197413,-0.006828173,-0.022236433,-0.03762655,0.009285752,-0.015333793,-0.002596796,-0.0028742482,-0.0050404263,-0.01598458,0.013914436,0.004310828,-0.020013945,-0.0038367445,-0.01829031,-0.015434681,0.02267274,-0.011598708,0.0075609284,0.013466136,0.03013723,0.00051363,0.0012084248,-0.023491647,0.0037699237,-0.004909592,-0.00772335,0.0056817182,0.00089850504,0.022155922,0.024586327,0.008716429,0.0112963,-0.0023959738,0.017008971,-0.008230943,-0.015167833,0.029282508,0.0039061673,-0.011760881,0.03578579,0.022202702,-0.021197867,0.0031328308,-0.008459451,-0.011844512,-0.01731509,-0.01603171,-0.0023944464,-0.0016279969,-0.0039087166,0.0042151175,0.014274634,0.010319166,0.0022594542,0.004321208,0.0076653464,-0.02418427,-0.02859858,0.0076508676,0.0012462526,0.0143195335,-0.0032359173,-0.007645701,-0.009382904,-0.036363874,0.0089687975,-0.013781102,-0.011198554,0.014670331,0.0065454147,0.007382072,0.022591867,0.002860974,0.015874457,0.019514257,0.0089785,0.021523565,-0.00029217853,0.008667859,-0.028651785,0.010121255,0.00039828743,0.0009774343,-0.01107486,0.022508947,-0.020095821,-0.014912795,-0.009503708,-0.020174285,0.016549278,-0.01678514,0.012040627,-0.0012558537,0.026593124,-0.012789774,-0.010454741,0.010177376,-0.006656428,0.013212206,0.0007328897,-0.022611957,-0.020752467,0.011421563,0.007312707,-0.0013415728,-0.022042612,-0.0067161536,0.016163714,-0.014135178,-0.023065438,0.010918433,0.012012198,-0.014799964,-0.00968147,-0.013541307,-0.0011774785,0.0059319674,-0.012507498,0.0070071225,0.0041061984,-0.000542647,-0.005623689,0.010192778,-0.0138028525,-0.022006024,-0.0007533479,-0.006406754,-0.0148217585,-0.0056524426,0.00789282,0.0010751077,-0.0061793616,-0.00246374,0.0015336493,0.005062684,-0.015808344,0.013366229,-0.026489055,0.012202369,-0.009411837,-0.021889506,-0.005482998,-0.0013852273,-0.013742709,0.0009943596,-0.00076055987,-0.017356705,0.008317904,0.005131604,-0.009094255,0.013531665,-0.014973161,-0.010561987,0.0055616563,-0.0046709348,0.01078134,-0.008125383,-0.03444761,0.0044266833,-0.0023979137,-0.014828712,0.009126443,0.0084850835,0.00020926235,0.013062718,-0.016942747,0.0010629022,0.012363456,0.011156953,0.0017533448,0.018410405,0.002307338,0.0076996395,0.0005714193,-0.012834067,0.019951085,0.0045511425,-0.007063952,-0.0013815972,-0.0056317206,0.0064538945,-0.0039698547,0.0011139846,-0.01098133,0.013271503,-0.002100775,0.015391838,-0.0005770863,-0.0084957145,-0.019922372,-0.006550389,-0.01841762,-0.0056067547,-0.019393476,-0.017786302,-0.0037234363,0.008019307,-0.0005663031,-0.012186804,0.054593198,0.021582628,-0.022317551,-0.00063357013,0.046767876,0.00067014934,0.009689242,-0.020064084,0.0057748123,0.01434576,0.0039575906,0.008769991,-0.01736156,0.005353635,0.013330747,-0.0031241188,-0.016705435,0.011890291,0.0004798344,0.012739814,-0.0075517506,0.012078051,0.00030235655,-0.016393295,0.012222182,-0.0016203983,0.0028558685,0.021799043,0.004409035,-0.0055721123,0.00082310167,-0.0076971473,0.0063282703,-0.0010703,-0.0010621609,-0.01852241,-0.007940779,0.008944126,0.0019475803,0.01571466,-0.020107789,0.017139824,0.0046886206,-0.009693019,-0.0034965195,-0.011810757,-0.005603844,-0.006495951,0.0017633601,-0.010653986,-0.0045390166,-0.0042117126,0.0021812848,-0.019294553,-0.011156449,-0.025359353,0.022777082,-0.0040257284,0.008421216,0.024013015,-0.0044695884,-0.00861833,-0.024062281,0.013476527,-0.00025123794,-0.015178039,0.008446497,0.0022613509,-0.010255432,-0.0076382873,0.022191772,0.013428471,0.003298123,-0.010266132,-0.015021271,0.01582595,0.022554616,0.014535283,-0.0058697276,0.15414695,0.12312007,-0.015229026,-0.0038640052,0.0053710146,0.0038147767,-0.010295765,-0.013269996,-0.008417306,-0.017927036,-0.0042605987,-0.010869074,0.01843719,-0.008776744,-0.016638773,-0.003909842,0.020540113,0.015140523,0.0031667491,-0.01526756,0.0023799571,0.018354626,0.0012359343,0.0041683563,-0.007510725,0.010326784,-0.017626014,-0.010599443,-0.008003747,-0.001132262,-0.020920984,0.009301741,-0.031018918,-0.022028027,0.008403979,0.0064619957,0.0061196075,0.016044904,0.0057659517,-0.014014986,-0.015183796,0.006601825,-0.0153866885,-0.009061925,-0.006856219,0.008993501,0.012053307,0.00623437,-0.00821597,0.0036927625,0.019307466,-0.0040890486,0.0001416628,-0.026401017,-0.005730112,0.013058917,0.018082734,0.014663049,-0.007782665,0.01216826,-0.0047054463,0.03555257,-0.024227662,0.0122722415,0.004403052,0.009993759,-0.0037269809,0.0060560694,-0.009522974,-0.019555157,-0.009396035,0.0017659145,-0.0039409297,0.027703676,0.0041730665,0.015783753,-0.0057928488,-0.008861191,0.011669141,0.011202904,-0.025348175,0.004465085,0.012065885,0.021594243,0.02246737,0.005061927,-0.01704184,0.04331868,0.1112669,0.01742606,-0.004801255,-0.046215113,0.0011669812,0.00066536333,0.0016374757,0.068307824,-0.00038579325,0.013855952,0.026645804,0.0040242467,-0.019339511,-0.0032690917,-0.0053917333,0.004038964,0.016730126,0.053690735,-0.012109258,0.009221324,-0.015269685,-0.0016655729,0.035542175,0.008693522,0.014476533,0.017464079,0.0060717133,0.0025235768,-0.009770196,0.011726987,-0.10576168,0.02067415,0.015608258,-0.019734124,-0.0042275274,0.016922114,-0.023943122,-0.0077839964,-0.009990727,0.012687598,0.018705457,0.00833638,0.002844353,0.014030546,-0.01365876,-0.015864631,0.02915422,0.007391677,0.012181987,0.0064529134,-0.005487885,-0.00485361,-0.012233857,-0.0015688498,-0.01686818,0.023208952,-0.018992368,-0.018435081,0.00022117676,-0.0052954704,-0.03325293,-0.023144744,0.0056564487,0.0019567306,0.0066308705,0.0074674645,-0.0132800285,0.010402232,0.01617817,0.00096337346,-0.003542692,-0.007675946,-0.0004533304,0.015226623,-0.0077882987,-0.0024795262,0.013479463,0.010665393,-0.017674427,0.0107412115,0.002214091,0.0147921955,-0.004179143,0.013803771,-0.0033374461,0.0064400393,-0.010630636,-0.0025524746,-0.039948113,0.004572599,-0.01651882,0.013791601,-0.008288984,-0.01255979,-0.010652114,-0.011239908,0.022087822,-0.005254911,-0.028814014,-0.0071836542,-0.011359171,-0.006749744,0.0026281755,0.0021856057,0.008764685,0.0033664491,-0.01270853,-0.0012137516,0.011141533,0.0072025643,0.0052095666,0.009762592,-0.019949425,0.106990024,0.0059780534,-0.010170267,0.010369595,-0.015114084,-0.0032821593,-0.009251272,-0.010478292,0.020387527,0.005537514,-0.004617812,-0.0134793315,0.024635842,0.04900305,-0.0019278205,-0.014607966,-0.009538291,0.0066176173,0.022702802,0.027810283,0.005757876,0.014352885,0.010976453,-0.025922813,0.010080959,0.0056849984,-0.027176304,0.0103820525,0.0015324422,0.006031154,0.0167009,0.016019214,0.016680567,-0.020519398,-0.0037442215,0.0007816988,0.008467517,-0.024627287,-0.010789486,-0.016793322,-0.023259584,-0.0032773397,0.009030281,0.01343076,-0.032062624,0.19698744,0.005212847,-0.020343633,0.0072554983,0.028768845,0.0040694433,0.0019339724,0.0046944595,0.00084996957,0.02871763,0.007963374,-0.011188724,-0.011270362,0.009811761,0.007730069,-0.012721393,-0.008206586,-0.020891739,-0.0010153851,-0.0056600235,0.00020636349,0.01804749,-0.009980027,-0.019598052,0.004191409,0.016183656,0.018230988,0.017173182,-0.023458924,0.0007241456,0.0015892802,-0.0053432863,-0.011687155,-0.0048295953,-0.020725112,-0.014574709,-0.020924155,0.02178058,-0.00983526,-0.0049038534,-0.003076268,0.0063868314,0.0058540828,0.0029409977,0.013399317,0.0066580856,-0.008299722,0.019323187,-0.01725484,0.010007837,0.008649659,-0.0058721113,0.013085297,-0.0054091206,-0.026594473,0.0021587482,0.01074949,-0.0026393435,0.023860494,-0.0028915275,-0.0016978984,-0.0020942623,0.0057205055,0.010669332,0.010580865,0.008785367,0.006597262]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 184,
          "content": "Minister Akazawa Attends Meeting of the G7 Energy and Finance Ministers and Central Bank Governors",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.018298753,-0.029634587,0.02239379,-0.07892789,0.013330543,0.026012063,0.00084742834,-0.020228852,0.016996412,0.012380087,0.010152404,-0.031115506,0.0019096433,0.003116132,0.10631033,-0.00570181,0.009445937,0.03129568,-0.00655976,0.009060697,-0.0014856966,0.034496192,-0.02021687,-0.025848407,-0.024202628,0.023050813,-0.0066484152,0.0038176922,0.029014569,0.023353305,0.013418903,0.027586516,0.007773156,0.02617494,0.004804847,-0.038026888,0.008827404,-0.0017491458,0.013957961,0.006006223,-0.010108143,-0.0038013915,-0.051587153,-0.0041362713,-0.014105236,-0.01533085,-0.0054634875,0.0056439913,0.0028028742,0.025066286,0.022748621,0.009428847,0.0058321264,-0.1678006,-0.0064550685,-0.021137217,-0.009393893,0.015098937,0.02801186,-0.00030747437,-0.010562545,0.03574024,0.001506575,-0.017717287,-3.2856e-05,-0.011587327,-0.012727085,-0.003982355,0.0023571143,-0.007884612,0.012508098,0.018982304,-0.006455901,0.012447192,0.028794765,-0.02049455,0.01216354,0.005818666,0.012898137,-0.0018563701,-0.013044494,0.0125214495,-0.01137647,-0.0070268004,0.009342175,-0.021541312,-0.0032816927,-0.020459732,-0.009685529,0.026880344,0.04667267,0.004583767,0.030491676,0.0070105386,-0.032945372,0.027367823,-0.005019288,-0.011425132,-0.044780377,-0.004662217,0.00017834685,0.00090447196,0.013702078,0.019278241,0.014689219,0.0038124889,0.025330158,-0.00078513735,-0.001826373,0.0035269663,-0.013142621,0.018688284,-0.0029833023,0.018503977,-0.0030815392,-0.130646,0.004857845,-0.011244308,-0.017910374,-0.012364682,0.015151803,-0.01144936,0.025934242,0.009847159,0.016690707,-0.020492548,0.017784314,0.00422432,0.009444739,0.0120376535,-0.007953263,0.011082857,-0.0115804095,0.012246738,0.016564175,0.032747325,0.02059442,-0.044174884,-0.01723924,-0.0020008646,-0.026362339,0.015217683,-0.010024642,0.020078883,-0.023703003,-0.007667949,-0.019210167,0.007785557,0.008592512,0.0009840718,0.018320562,0.003943442,-0.00016044389,-0.02198921,-0.0038298713,-0.03519632,-0.0044628195,0.01723672,-0.014065463,-0.014323734,0.0073382324,0.0101974765,-0.005832868,0.03548328,0.02150089,0.019742854,-0.0028712447,-0.008142312,0.005163904,0.008113928,-0.021962373,-0.017247504,0.012611195,0.01031265,0.018038258,0.001156616,0.0053366227,-0.023429269,-0.001769846,-0.007423834,0.004081579,0.020128407,0.008274921,0.00041993975,0.017717063,-0.012654637,-0.0438872,-0.011595357,-0.00023503492,0.018276347,-0.05745639,-0.0073067276,0.00893023,-0.00074944,0.005279422,-0.007468459,-0.033591937,0.014624392,-0.0320481,-0.019416964,-0.017369684,-0.003881619,-0.008810887,0.024924276,-0.019898606,-0.013661603,0.004336188,0.0009456431,-0.0049293945,0.012201699,-0.0016060834,-0.0058176992,0.027405713,-0.020814832,-0.015228813,-0.035846103,0.018558297,0.025604252,0.01922849,-0.014322678,0.014788484,0.015480805,-0.02544856,0.017106455,0.0025518148,0.018489806,0.013499909,-0.0048194886,-0.008458489,0.020008052,-0.004038961,0.012368836,0.025884653,-0.025160523,0.00087029714,-0.021996347,0.003318338,0.023676123,0.0012546314,0.011009045,-0.00646259,-0.0010933838,0.023700632,0.033770338,-0.011184052,-0.0021689415,-0.0028494315,-0.010129621,0.020176694,0.025465304,0.0032474976,0.010152657,0.0009319437,-0.0051864814,-0.046333864,-0.009449253,0.013479335,-0.0076799453,-0.00600477,-0.0015431964,0.019977676,0.0063805226,0.016062563,0.0067886026,-0.022364404,0.014696181,0.02501014,0.01717142,-0.016318293,-0.0041197813,-0.009949782,0.020433314,-0.008020245,-0.0073784622,0.03242077,-0.0044911727,-0.049626682,-0.00793357,-0.008653687,0.008917424,-0.004057462,0.025863701,0.006077573,0.022032423,-0.029296445,-0.011953923,-0.011116427,0.015659856,0.008547697,-0.01575635,-0.015744071,0.01593582,0.027216695,0.0154571235,0.003648479,-0.028114168,-0.012475357,0.021906324,0.020333905,0.026453242,0.010167952,-0.0068194703,0.03627034,0.048482366,0.008812314,0.007413635,-0.026130408,0.009116788,0.018595595,0.012062817,-0.019634288,-0.030375492,-0.0027019372,-0.0039132815,-0.00050168566,-0.020945119,-0.0024372498,-0.016359987,0.018236887,0.010572481,-0.0024917305,0.016163928,0.022038564,0.014574249,0.024339272,-0.005075718,0.004364133,0.015975107,0.016860604,0.0068272413,0.012733479,0.020669272,0.013561027,-0.005230842,-0.010104108,0.018226612,0.014043093,-0.0038951172,0.016215935,0.013091227,-0.034699477,0.02169198,0.0025781735,-0.009839456,0.010697864,0.013411518,0.026408618,-0.0028536564,-0.031099468,-0.0132954195,-0.00031519737,0.0018892877,0.0013747131,-0.026501901,-0.04465516,0.029415736,-0.010435094,-0.001893661,-0.012821374,0.024346873,-0.017332707,-0.016349185,-0.0021685355,0.00045825765,-0.011548537,-0.019862792,0.007900831,-0.014435346,-0.019604497,-0.0114311315,-0.014066108,-0.0110475775,0.0072718635,-0.0036129234,0.058421798,0.0129267685,0.017089484,-0.008170573,0.013039578,0.00425377,0.0019167673,-0.0015034438,0.0064439373,-0.0018778488,0.020447494,-0.0017889454,-0.02110045,-0.021496091,-0.0059219967,0.02716739,-0.019605286,0.029888349,-0.011331888,0.038671795,-0.023347607,0.018472835,0.017398117,0.016116874,-0.015765863,-0.0056342287,-0.021910308,-0.026081476,0.007023412,0.0049282787,-0.02904361,-0.002450324,-0.00353299,-0.010086149,0.021926684,0.011096396,0.03192205,-0.029362142,0.0024703874,0.025306866,0.018323097,0.014938911,-0.0016573955,0.04223233,0.0050465283,0.016345952,0.02609686,0.008663888,0.016391268,0.026413314,0.00040330854,-0.039240915,-0.010197437,-0.016001211,0.004850815,-0.017581277,0.021039369,-0.013747392,-0.0061434023,-0.024006017,0.0076694204,-0.010618497,-0.018261448,0.02859761,-0.0257021,-0.0073451647,-0.030383427,-0.006309263,-0.008086957,-0.006441073,-0.0004681634,0.031488042,0.009366747,0.0021393094,-0.027354836,0.017693974,0.018583128,0.018300595,0.042718016,0.011116547,0.014469446,0.03129718,-0.023778705,-0.012092659,-0.017969145,0.026519967,0.009284782,-0.019359535,0.008496251,0.00450258,0.0050433343,0.03720058,0.01128941,-0.014113419,-0.0034683014,0.027967919,-0.0040943855,0.02933646,0.02864539,0.002791126,0.010189244,-0.010589743,-0.017116532,-0.0317429,0.009195418,-0.0019235775,0.023902709,-0.015685216,0.010265111,-0.029880717,-0.012229489,-0.007927455,-0.011316469,0.0036314134,0.018569708,0.00014352094,0.02413359,9.922897e-05,-0.011749143,0.013663688,-0.011554751,-0.0045507606,0.0020946506,-0.0024168591,0.014427752,0.0025015224,-0.015422844,-0.008102788,0.011668976,-0.029916236,-0.017029742,0.0034672888,0.018507175,0.012997892,0.013055326,-0.020514151,0.006886825,0.00391557,0.023261933,-0.0089818835,-0.042505674,-0.0049097803,-0.0066830795,0.01913654,-0.00051209104,-0.009236584,-0.0099634575,0.018853499,0.011738146,-0.010640725,0.018340833,-0.010508673,0.0321319,0.005318971,0.02543067,0.016408904,-0.0006461298,0.010221052,0.0251731,6.5413784e-05,-0.028486975,-0.0040648244,-0.031350743,0.017573547,0.017757932,0.032921344,-0.020391883,-0.0042113434,0.015855156,0.010807013,0.010474545,-0.060864367,0.01938167,0.030116078,-0.019091068,-0.0060215895,0.0139779495,0.012811113,-0.03516222,0.0070316517,0.017066415,0.015655566,-0.010734656,0.01072105,-0.013862941,-0.009200516,-0.0247607,0.015932623,-0.0089856265,-0.0083146375,-0.007262083,-0.0063325716,0.014125783,-0.013180071,0.005308706,0.023517529,7.50379e-05,0.004025236,-0.005067212,0.003268997,0.003473616,-0.0151989125,-0.049453873,0.018139647,-0.0103401365,0.029812774,0.017478688,-0.0068944674,0.005576417,-0.024069961,0.023158016,0.015628537,-0.013805752,-0.019670086,-0.02346907,-0.013585086,0.016200928,-0.0030457187,0.017144272,0.000983897,-0.0053138984,0.019258115,-0.011869734,0.0064292923,0.020600423,-0.02602785,-0.030148631,-0.032888602,0.007900604,0.013555187,0.010783336,4.0193045e-05,-0.01375541,0.013577182,-0.0054340786,-0.04320541,0.015679222,-0.0012636404,-0.012234333,0.025440913,-0.022509579,-0.006156148,-0.014242579,-0.004839525,-0.032481227,0.013967788,-0.007917585,-0.011797138,-0.001382632,0.03849367,0.038078766,-0.003986492,-0.0007849328,-0.11979194,-0.0038702693,-0.0069565354,0.007837738,-0.015960645,-0.0019086604,-0.014908196,-0.02530837,0.024513928,-0.015377611,0.013202064,-0.002161905,0.011217069,-0.0045297896,-0.045179166,-0.026488524,0.012083666,-0.013747667,0.018899439,-0.0003727527,0.02131555,-0.012724128,-0.023385892,0.0011477203,0.001517455,0.008846731,0.01097425,-0.020305058,-0.020525146,-0.02310414,-0.047483563,-0.13395321,-0.0040213573,0.00015266202,-0.01890594,0.019596435,-0.002465331,0.0064398,-0.04313398,-0.014350592,-0.003196929,0.0074524134,0.019146016,-0.013193419,-0.013537877,0.0010160872,0.084639035,0.003863134,0.021806845,0.01053586,-0.016860783,0.0010809607,-0.017087704,0.0013039834,-0.0064501,0.0080465535,0.008042095,-0.00930503,0.016396197,-0.008362109,-0.004788728,0.002615609,0.024953444,0.0063745095,-0.0064515634,0.0039813006,0.009177423,-0.021060128,-0.020958107,0.0070849685,-0.015216074,-0.0038450856,0.009045149,-0.008506747,0.0023751436,-0.0060962345,-0.0040480844,-0.01395836,-0.027033411,-0.004121839,-0.01640093,-0.010730815,-0.079431295,0.010572946,-0.019271506,0.0023156146,0.00426049,0.011613742,0.0076920795,-0.00031688635,-0.0007200904,0.0070400178,-0.005076827,0.028300896,0.0035415415,-0.045751903,-0.014435813,0.008442214,0.016484093,-0.009893557,0.01945401,-0.009761705,-0.00018747148,0.0009420242,0.012782733,-0.025464324,0.0020954276,-0.022475285,0.026048772,0.021894507,-0.035998687,-0.0074751507,-0.0009309318,0.0012500222,0.00049967645,-0.012477672,-0.00048851897,-0.009679084,0.0011653476,0.025944583,0.018230742,0.019292088,-0.013184633,0.007664048,-0.016067525,-0.011130732,0.0013487462,0.01249462,-0.009620494,-0.0068969727,-0.009061462,-0.019403683,-0.003138663,0.024247129,-0.017809484,-0.013382867,0.02588242,-0.006935634,-0.012106555,0.02409118,0.014349482,0.009336878,-0.005521478,0.0021216301,0.016361466,0.007143756,0.012204702,-0.0048324764,0.0029781882,0.0032140198,-0.010468646,0.025589867,0.004707529,-0.00046097688,-0.017779855,-0.005963959,0.0015050282,-0.004780303,0.013398389,-0.00080965797,-0.031730514,-0.011313901,-0.011482569,-0.00700456,-0.0052059684,-0.004277446,0.0110630775,0.014289403,0.0059442897,-0.014954942,0.014633432,-0.0006074291,0.0042330734,0.0074620945,0.0120134605,-0.008370965,-0.024749646,-0.0021116547,0.008439984,0.00037757485,0.011963489,-0.0055025024,-0.016059501,0.0052972846,0.0134271635,0.001158997,0.008029613,0.0074146856,0.0036479307,0.006430249,-0.007347479,0.0011348512,0.008015941,0.024249228,0.004450253,0.007484758,-0.014900293,0.0120256385,-0.0014848943,0.001953901,-8.652149e-05,0.018426025,-0.010509157,-0.013815057,-0.021642748,0.0010979762,-0.0004325589,-0.0024215875,0.00934111,-0.0019294553,0.0052688676,-0.001281842,-0.0136318,-0.0016806214,0.013401162,0.00209325,0.0086546205,0.0060449564,0.003465851,0.013614443,-0.00123858,0.017547458,0.00087859464,0.017015792,-0.009076375,-0.009529242,0.0057379836,0.008048311,0.012240267,0.009118727,-0.007471461,-0.0031887954,-0.00056201126,0.006595407,-0.0023624767,-0.01963611,-0.011654796,-0.0033378704,-0.0006088043,-0.0034747566,0.0072462074,0.008824307,0.028647443,0.0053547495,0.0072821374,-0.012459915,0.010474386,-0.008552496,0.006577692,0.010042932,-0.004250002,-0.00466358,-0.02168942,-0.010473467,-0.004603718,-0.011913716,0.0017512747,0.0029602137,0.010074494,0.008489759,-0.0051915385,-0.0042894534,-0.0037395332,0.0018721101,-0.013940542,-0.009234392,0.001174965,0.02397763,-0.013316444,-0.005145165,-0.009290391,-0.014701917,0.0016290453,0.0071285963,0.014380025,0.00024450695,-0.012816329,0.016255176,-0.011692087,-0.030527659,0.015583467,-0.0071207085,0.0042294282,0.008280339,0.008141902,-0.0045828084,0.006620737,-0.022470001,0.0011631878,0.007110629,0.01022329,-0.019993998,-0.01149243,-0.012841174,-0.0054722084,0.00951509,-0.014874209,-0.0035604266,-0.009270025,-0.015939852,0.0050570695,-0.020152058,0.0014290652,0.015669923,-0.0036992738,0.009625344,-0.014465185,0.008643586,-0.0018428619,0.0010769044,0.016774049,-0.011040361,-0.017945908,0.006446165,-0.033260293,0.00659281,0.0044796118,0.015261649,0.0040333094,0.010647753,-0.008313015,-0.020036269,0.00199791,0.0032544944,0.0024641135,-0.010109442,-0.01554742,0.009920911,-0.0005842433,-0.015914736,-0.011489581,0.00506998,-0.007530694,-0.009158859,-0.025976641,0.0005057661,4.727009e-07,0.014252382,-0.01077555,-0.0028626285,0.0024318984,0.094891444,-0.0009214748,0.0019483109,0.013734278,-0.009724147,-0.007679768,0.013619125,0.012955379,-0.014567697,0.00066809676,0.0044628065,0.015105518,-0.011464183,-0.012271312,-0.0069409804,0.004035081,0.0017271619,-0.009632098,0.014490772,0.008869898,0.0020568122,-0.004034501,-0.006713072,-0.010103892,-0.00102721,-0.00047751685,-0.0011533957,-0.008921719,0.023257006,-0.005291273,-0.017330857,0.0026486667,-0.0038000764,-0.0061698537,-0.018649515,0.013389726,0.0040192776,0.019034296,0.014052328,-0.012240768,0.0034103778,0.013876975,0.011333436,-0.011656402,-0.01266792,0.020972237,0.008987932,0.0088490555,0.0015660494,0.01829828,-0.026010763,0.006043382,-0.0069442103,0.0013570741,0.0036089914,0.008566273,0.0024789348,0.001497371,0.0064380863,0.010248282,-0.00049116596,0.004099369,-0.006573582,0.009815521,-0.014212611,-0.0045165657,0.007636038,-0.002852874,-0.021200547,0.003381129,-0.008597695,-0.010257369,0.0013855624,0.014357449,0.00039357532,0.0057126842,0.0127546135,0.008848356,-0.004145868,-0.019907616,0.006823089,0.0069936975,-0.010695668,0.00026697543,0.020246223,-0.006954398,-0.010606045,-0.020021265,0.007085892,-0.002843939,0.023794167,0.007226309,0.00053960667,0.0047182315,-0.020542555,0.0007216031,0.07282726,0.0056708185,0.007213644,-0.0064635207,0.007381172,-0.013419066,-0.0043757143,-0.0049831336,0.016996218,0.010762035,0.008798899,0.008160568,0.017132014,0.011815164,-0.006683504,-4.630683e-05,0.0019772078,0.0062998673,8.655532e-06,-0.016391305,0.009105848,-0.0033213028,0.021295901,0.01689807,-0.020314548,-0.0070718382,0.0029243645,-0.019401252,-0.00422869,-0.012710289,-0.008180655,-0.011562292,-0.0074377907,0.005832681,-0.012169765,0.007211035,-0.011237731,0.02050851,0.008396142,0.00729272,-0.0062222774,-0.0057699205,0.004409218,-0.0001869604,-0.0073490143,-0.0035270853,0.002762655,0.0064531444,-0.0017000501,0.011113953,-0.009786333,0.01705317,0.0024150147,-0.009093297,-0.013840947,-0.009077172,-0.0121779125,-0.008136513,-0.008812109,0.017244142,0.034172963,-0.020835157,-0.008609146,-0.01052366,0.011413715,-0.0033834532,-0.01642788,-0.02380343,0.005750387,-0.0030121042,0.0074664447,0.015583794,-0.0053241784,-0.0015965615,0.0019045444,-0.0030700415,0.0040094177,-0.02260723,-0.0047463113,-0.012320471,-0.002653536,-0.0019037224,-0.00030630978,0.009778069,0.00080595847,0.001992489,0.00822788,0.0070947153,0.017065054,-0.0086082285,-0.009681657,-0.019361176,0.01891107,0.0025029012,-0.009089558,-0.008681668,0.008839033,0.005119801,-0.0030858547,0.0031196866,0.006768013,0.013585467,0.0013393945,0.0021095613,0.003543614,0.0063810986,0.010238876,-0.0023286878,0.008636847,-0.0077422555,0.012929926,0.019531619,-0.008643581,-0.008565617,0.0012062407,-0.021046164,-0.011068548,-0.0018051337,0.015406332,-0.018274447,0.009339698,-0.01966122,0.015589672,-0.0048170597,-0.015436226,-0.011321249,-0.0071945903,0.003976393,-0.003920484,0.010953975,0.0023521257,0.0031223362,0.009123182,-0.0054860893,-0.004316778,-0.0011792502,-0.011782674,0.0072745704,0.015200587,0.003439839,0.0051433095,0.0077138795,0.016173657,0.011358918,-0.017603291,-0.007333452,-0.00025818677,0.0011754378,-0.015624079,0.008810638,-0.007900825,-0.003523805,-0.015528633,0.015694374,0.008881319,0.020045137,0.009119129,-0.00074230327,0.012910395,-0.00055448344,0.01660952,-0.037635148,0.010150975,0.002798314,0.00031997918,0.015685558,-0.012089162,-0.010022521,-0.0066262353,-0.02201614,0.00477186,0.007641038,-0.0077432813,-0.010006557,0.008423325,0.008007575,0.011228227,0.008931211,-0.00038583606,-0.006249085,-0.019654175,-0.0119314855,-0.0023999491,-0.014520301,-0.0043632574,0.010954182,0.021591024,0.0040182536,-0.007975769,0.0005792299,-0.0077402117,0.012324483,0.001383193,0.014226054,0.010116198,0.013318562,-0.00094018166,-0.010473753,0.0019796588,-0.024189664,0.004178603,0.0019274418,0.0046931147,-0.0024636004,0.010807647,-0.011604093,-0.009100156,0.020591967,-0.027971292,-0.016036564,-0.012453709,-0.0055358782,0.0020808203,-0.0029070897,-0.004530713,-0.009995431,0.0042086705,0.025133632,0.011447663,-0.011934019,0.008055479,-0.020021278,0.019573513,-0.0011696593,-0.0072457683,-0.01662895,0.0136074815,-0.024230247,0.016552629,-0.007284335,-0.004285491,0.0027654194,-0.019385101,-0.010394963,-0.0022058818,-0.004017068,-0.0143617615,0.01810654,0.0023158244,-0.0035796827,0.03519974,-0.00373576,-0.0014065185,0.0014764757,-0.0038600948,-0.009606704,-0.011554602,0.0065181237,0.008217665,-0.008693806,0.020006176,0.013395749,-0.0052709235,-0.027837921,0.0028200436,-0.010035632,-0.009517495,0.0020660735,0.015024791,-0.0027445452,0.024910215,0.005174113,0.0034718022,-0.0066303327,0.009236762,-0.034278,0.020667309,0.006474993,-0.00080330094,0.015116875,0.0013824012,-0.004360716,-0.011653289,-0.0115474695,-0.003237771,-0.01447379,0.0025603767,-0.0051548583,0.013827598,-0.0042226864,0.012084999,-0.016197024,0.029774697,-0.0030013905,-0.004298872,0.005721435,0.008450197,0.008919813,-0.0038072444,0.008157021,0.0016094064,-0.011355966,0.013902427,0.021681426,0.0030980723,-0.0134719685,0.0011689892,-0.0033402755,-0.007598523,-0.016407728,0.018133273,0.004906194,0.0020940402,-0.008094471,0.012081522,-0.0046377685,0.02193077,0.0031325114,0.010599701,-0.0015902797,0.00014140805,0.0054897615,-0.009556692,-0.00037735698,-0.0037671404,0.0038156577,0.010478298,-7.899493e-06,0.022088194,-0.0067297374,-0.005009947,0.006874861,0.010091873,-0.01641145,0.0074990126,0.017233992,0.00029045308,-0.022868559,-0.0032728333,-0.0026384527,0.005643501,-0.0019581623,0.0035958986,-0.0041069696,0.0086902995,0.0028898967,-0.014960144,0.016317606,0.010734247,0.004522736,0.0039307163,-0.010620964,0.009851546,0.014046288,-0.0017991714,-0.014348988,0.00024401108,0.02199338,-0.004307006,-0.0042987317,0.01990072,-0.00121069,-0.0026221848,-0.010263359,0.008983792,0.009184059,0.004530522,0.022052487,-0.0023130008,-0.0097325565,-0.016161095,-0.005917776,-0.010681765,-0.015668299,-0.016601004,-0.030155897,-0.08418833,0.0077533196,-0.007772718,0.0085495645,-0.0060818065,0.011354709,-0.006548608,-0.02325018,-0.005104121,0.0018811008,-0.00311776,0.006163707,-0.014292819,0.010064216,0.014907122,0.005769106,-0.0051123574,-0.009745359,0.0015705309,0.0061214785,-0.017496847,-0.007033863,0.020650584,-0.004960751,0.020139966,0.0021314376,-0.017744659,-0.0056188656,0.010009845,0.0018156404,-0.0069672056,-0.0074226633,-0.0011795212,0.018882044,-0.0017924949,-0.018567609,-0.011542059,0.023659583,-0.13018659,-0.007662927,-0.01569081,-0.007056233,-0.010567203,0.021445977,0.0199259,-0.011611312,0.0021476762,0.007637399,-0.0064029,-0.010591337,-0.021679932,0.0009929021,-0.0037430767,0.006513209,-0.008743978,-0.003405203,-0.010498854,0.007960893,-0.011294528,-0.009266661,0.00824943,0.002025501,-0.007530043,-0.0021531114,-0.0061198073,0.023551533,-0.00010607287,-0.022154469,0.014012714,0.0046900217,0.006989838,0.0072090128,0.001487357,0.002272858,0.0069909445,0.013066768,0.002166021,0.0054115956,-0.0057139313,0.0037592333,0.005453318,0.007467177,-0.007645667,0.007856076,-0.005148844,0.004458764,0.031267386,-0.0022327667,-0.002578979,0.01298425,-0.015180809,0.009471,-0.018348927,-0.004759383,0.0076402384,0.011315902,0.013438596,-0.0020471527,0.0048267576,0.004115515,-0.006424829,-0.020623263,-0.0022206083,0.0060682036,0.012570686,0.03014436,0.0007659402,-0.0028900306,0.009066744,-0.012182626,0.011128243,-0.0039610146,-0.004273277,0.0035373953,-0.0027294357,0.0117767565,0.015196805,-0.01837709,-0.005143515,-0.00280283,-0.01758038,-0.014997,-0.016375948,-0.0060746726,-0.011215863,-0.0034858,-0.009892323,-0.05158877,-0.026558414,0.0025544462,-0.0042348183,0.0041485997,-0.000984791,-0.0036447644,0.018840894,0.019368794,0.009645981,-0.009951677,0.0083087,0.015068887,0.009693052,-0.0013878649,0.017440923,0.0073940842,0.012095738,-0.006392654,0.011675276,-0.007815394,-0.0014158416,0.0071205837,0.015625603,0.015175053,0.01585123,0.0007300594,-0.0031651023,0.0012738492,-0.008905949,-0.008735932,0.030661283,-0.024526762,-0.011897029,-0.02128022,-0.0052186404,0.026245413,0.013881452,0.004135718,0.024536138,-0.000616224,0.026253045,-0.004265224,0.0099384915,0.0016390979,-0.017315214,-0.011452084,-0.009065326,0.0061836755,0.019542186,-0.009385923,0.0064249835,0.008157647,-0.0076169423,-0.0019838032,0.007746179,-0.01797522,0.007327022,0.039907634,-0.020131538,0.007863412,-0.018400056,0.0045824763,-0.010595622,-0.010960664,-0.010952129,0.020535897,-0.024978727,0.008323863,-0.0047609084,-0.003504964,-0.0041355854,0.032208562,-0.01146897,-0.0033319937,-0.009317801,-0.0021801805,0.003295345,0.0016726472,0.022773251,0.035939217,0.0021223687,-0.0065532946,0.025915887,-3.6303052e-05,0.0013776656,0.010617958,0.012736431,-0.011279227,0.0008761534,0.010556476,0.00878224,-0.018165031,-0.009364322,0.0003518569,-0.0052933735,-0.0063257106,0.0124918865,0.0046148826,-0.019192403,-0.01933617,-0.0025125246,-0.0116758775,0.0033863408,-0.0074729486,-0.029234607,0.0039000483,0.00054103794,-0.010594874,-0.0021187314,7.013578e-05,-0.015780505,-0.017392283,0.0049636727,-0.16822878,0.0030072867,0.014872044,-0.012353864,-0.005939938,-0.008393163,0.009681695,-0.007006154,0.041736834,-0.013503852,-0.0031002443,0.0041920273,0.0046121995,-0.021020573,0.021796586,-0.013388584,-0.015890095,0.028638473,0.018907396,-0.004411126,-0.024178497,-0.005993501,-0.018152187,0.030309346,-0.017824072,-0.0023562072,-0.0051991087,0.0089867115,-0.009991525,0.027114395,-0.0062114387,0.0006141697,-0.012223656,0.0024019324,-0.005299922,0.0068701273,-0.011404697,0.006802076,-0.015446938,0.013510483,-0.0047198203,0.015701966,-0.0067577106,-0.004712851,-0.0018402888,0.01023139,-0.022622291,-0.006017425,0.004764508,5.8152233e-05,-0.010364402,0.00077641214,0.0003647133,0.0022290105,0.015188514,-0.012732795,0.0058223368,-0.012106834,0.005538315,-0.0050122845,-0.001591207,0.008707969,0.00731083,0.00075854675,0.0112508675,-0.0008906377,0.0031726828,0.14705871,0.011808517,0.011965798,-0.036690384,0.0068507446,0.0031424095,0.026732117,0.01327751,-0.008783454,-0.013550261,0.0050998973,0.010719887,0.01477229,0.008311763,-0.029418126,0.015348526,-0.009378877,-0.006471625,-0.013657143,0.023236299,0.021558177,-0.011927566,-0.015215918,-0.019210745,-0.002965952,-0.028358364,-0.012619813,0.012501788,0.012632854,-0.011312695,-0.0036808562,-0.0020696193,-0.0018373867,0.019491324,-0.005694442,-0.0060425834,-0.007395945,-0.010928082,0.019479847,0.0028824662,0.0045386427,0.006400623,-0.012357189,-0.006967626,0.005002102,0.018997356,0.013351996,0.009094468,-0.003207953,-0.0011304477,-0.038564518,0.015985196,0.0009719952,0.0002946308,-0.0074206274,-0.014759244,0.0146588255,-0.032211684,-0.011452142,0.008160829,0.010337318,-0.0067763794,-0.01351395,-0.0057346327,-0.006068256,-0.011777874,-0.0027327375,-0.0061378996,0.0062576523,-0.10168613,-0.004893122,-0.002570494,-0.017739423,-0.0063813985,-0.012089342,-0.02877485,0.032046292,-0.0074611213,-0.006356936,0.009759276,-0.011285501,-0.0007214349,-0.012304767,-0.00865118,0.018734818,-0.009601182,0.016495185,-0.014851941,0.017126447,0.0018617664,0.031977687,0.009574488,-0.016344788,0.0048090466,0.001357548,-0.015858116,-0.005200042,0.010678216,0.0011354281,-0.009224211,-0.013844187,-0.018023565,-0.002157449,-0.015439425,0.010452964,0.005141966,-0.010959278,0.001118498,-0.024181744,-0.0040581166,-0.0066644577,-0.019135304,-0.017449453,0.024901038,-0.012684184,-0.0058518588,0.00440063,-0.018491574,0.0075569814,0.003624815,0.0011195831,-0.002274753,-0.0073263617,-0.004916739,0.006033986,0.005791267,-0.040466707,0.022706412,-0.0017888783,0.022565067,-0.001690067,-0.023931671,0.0089725265,-0.0008620202,0.012594715,-0.004656475,-0.012145201,-0.008577823,-0.003522082,-0.00863574,-0.009426218,0.008325933,-0.0048069917,0.0043827035,0.008333515,0.015945299,-0.007107583,-0.021307364,-0.014185883,0.006512289,-0.013008129,0.016999427,-0.0065919417,0.03180807,0.0038755664,-0.027595382,0.000355904,0.0114261,0.010526719,-0.02171365,0.025033958,-0.037311655,-0.0009440998,-0.01438903,0.033944923,0.0055732117,-0.0121557275,0.0053165723,-0.014243404,-0.0084159,-0.016936736,-0.002861201,0.000502419,0.01548441,-0.00057355,0.004308012,0.0033823685,0.00028660413,0.00790381,-0.013121282,-0.0036480892,-0.005575211,0.016385112,-0.029948056,0.004220166,-0.0076409574,-0.0042327647,-0.010413172,0.0012605723,0.000789912,-0.014259791,-0.012483759,-0.018322455,-0.014957708,-0.02645902,0.0019507303,0.0075798775,0.010437633,0.012881306,-0.024025848,0.010840722,-0.0146026695,-0.013166116,-0.010486159,-0.0085401125,0.011278732,-0.013230352,0.016719958,0.028049812,-0.02536892,0.011856712,0.00685847,0.018241147,0.010605664,0.017209217,0.0035950057,0.014486779,-0.004323635,-0.0019933297,-0.005312583,0.03373695,0.0011420485,0.004330891,0.019727554,0.0014630158,0.011775492,-0.012131607,0.003656368,-0.029811103,-0.01832646,-0.0011307725,-0.007030472,0.013176033,0.006096473,-0.014596695,0.002407505,0.014496266,-0.022753967,-0.024541186,-0.008583685,-0.010382745,0.00473994,-0.017882986,-0.026738077,-0.004030968,0.0021381185,0.00914524,0.0042977943,-0.0631405,0.015728006,-0.0020321342,-0.0042298697,-0.014051948,-0.016234983,-0.010658452,-0.0018104713,-0.014003105,-0.0017200325,-0.0054271547,-0.004382751,0.0011542535,-0.022825176,-0.00991619,0.00089653535,-0.008100368,0.01282988,-0.0045749736,0.006701664,0.011488124,-0.0051513063,-0.0005786213,-0.0015608639,-0.004782272,-0.016531877,-0.006596915,-0.009842819,-0.0071426863,0.010603784,-0.021367835,0.008852066,0.005794345,0.011387628,-0.0009037527,0.015776755,-0.0015604217,-0.01989563,0.013116428,-0.041336723,-0.01891368,0.007835278,-0.037160203,-0.007804164,-0.010484013,0.029973444,-0.006954408,-0.019335967,-0.0048090243,-0.020052917,0.010035175,0.0075268354,-0.005167444,-0.0042964993,0.014561074,-0.02518962,0.008700525,0.006812333,0.0020413124,-0.009938444,-0.0052066823,-0.010536647,-0.017998673,-0.0070051295,-0.0015093264,0.0059702606,0.0040410412,0.027150638,0.005665915,0.023857437,0.012636149,-0.010192474,0.007355803,0.007529077,-0.0020388395,0.011833208,0.0011121104,-0.014417207,0.008669182,0.0028152084,-0.027313853,0.024314232,-0.0094343405,0.025701268,0.002005598,-0.015236616,0.0045084115,-0.095776625,0.014166315,-0.004302045,0.0011614696,0.0077393935,0.0109189665,0.0066373195,0.036686655,0.0026693726,0.038503084,0.01170923,0.010704308,-0.0052285865,-0.018440604,0.00570388,0.02562741,0.008675804,-0.021561734,0.023477387,-0.0075045973,-0.0030943886,0.004991543,-0.0025406973,0.024744852,0.020884072,-0.043978717,-0.008149485,-0.0038558117,0.00323122,-0.003960449,-0.005070448,0.0020125802,-0.021207385,0.0035711252,-0.00023984635,-0.0060480027,-0.022833467,0.0024631873,-0.0013855686,-0.0010522915,0.033599623,0.0055491263,-0.014039867,-0.0035762256,-0.00912588,-0.026401995,0.009533307,-0.009505038,-0.020340212,0.020910082,-0.0032121236,0.004375322,0.0058080014,0.010572879,0.0038163455,0.01537984,-0.015482804,-0.0038267383,-0.00012403778,0.0076070754,-0.009195695,-0.007156167,0.015773106,0.00119107,0.009532968,0.0006926424,-0.0025150927,0.0087027,-0.0116124805,-0.008772944,0.010474663,0.0080376975,-0.006198445,-0.00041340684,0.0013528194,0.008616343,-0.025792738,-0.0096200695,-0.0034757203,-0.010029034,0.0058713453,0.0071181366,0.029795013,0.0055798427,0.023620019,-0.016375616,0.019200576,-0.00015987502,-0.0035903722,0.0052223136,0.01959896,0.0066112396,-0.03289829,0.020808185,-0.004850585,-0.003929066,0.008399377,-0.015428237,-0.018787477,-0.010884162,0.014271036,0.024794025,-0.0006859191,0.02747435,0.0023612534,-0.013715869,-0.008031481,-0.017897965,0.01623801,-0.0026012417,0.010952075,0.025082696,-0.00972902,-0.014472484,-0.00054525374,0.006989959,0.024920018,0.0008641182,-0.028457437,-0.029741304,-0.00347715,0.02871354,-0.008573402,-0.00057351426,-0.008417608,-0.016118605,-0.0007552433,-0.004285064,0.016876077,-0.0019262304,0.02153632,0.017654244,0.017531415,-4.6391568e-05,0.008090155,-0.0032048277,-0.03341738,0.00466127,-0.017734082,0.003099427,0.028995028,0.0025326493,0.02189135,0.009304491,0.0090320185,0.025078136,0.005529057,0.0003768564,-0.014862143,-0.007029619,0.022263024,0.021204919,0.0041304003,-0.0025729917,-0.008304875,-0.020025538,0.012564523,0.025455503,-0.021741409,0.0040596537,0.0017742428,-0.004580446,-0.019866435,-5.329522e-05,-0.029779075,0.0037633004,0.0016924986,-0.011617505,0.031343605,0.004857048,0.0015853229,-0.013095755,0.018498888,-0.0047404817,0.015932852,0.009329417,-0.020720674,0.014839161,-0.008047368,0.013992191,-0.0037747072,0.0023482922,-0.0109591475,-0.009657514,-0.0030978196,-0.0071127266,-0.00803182,0.018675875,0.0074178353,-0.009264735,-0.007556752,-0.0031285791,-0.0013384036,-0.0030515108,0.008660518,0.012074189,0.00019365731,-0.006821331,-0.002050535,0.012891767,-0.00059921993,0.0075071896,-0.0050267773,-0.018973906,0.0057137073,-0.017056921,-0.007775516,0.019768715,-0.03025259,-0.0030675794,0.008027623,-0.002082732,-0.007875767,0.025102034,-0.023107138,0.010508404,-0.015537627,0.006094645,-0.01948439,-0.0016949531,0.009155366,0.02383301,-0.010085274,-0.0028862276,-0.0055799005,0.03166212,-0.02185026,0.00519464,0.0020554631,-0.013761957,-0.0025491468,-0.0072068954,-0.025924599,-0.012537207,-0.0033201852,0.019311292,-0.0062445435,0.010171674,-0.0025267345,0.0169803,0.0110199135,0.021578727,-0.005459406,0.022857865,-0.020843934,-0.0353871,-0.0039206236,-0.0073684813,-0.0075658066,-0.004838194,0.021579085,0.015970152,0.0024909757,0.0024200715,0.012652122,-0.011446588,0.0027822556,-0.013140656,0.0030855846,-0.010523581,0.01882054,0.0028682644,-0.009407595,0.017467197,-0.032300428,0.012628663,-0.0062876213,0.013014525,-0.004740714,-0.0049949265,0.008628945,0.0070127025,-0.02200357,-0.0041495096,-0.004709449,0.0067722704,0.006253502,0.013178723,0.011083107,-0.015429744,-0.00072116486,-0.011031592,0.006965715,0.02346638,0.0103443,-0.032294903,0.00163485,-0.0073173544,0.009615116,-0.019475369,0.033314925,-0.013207744,0.0039140005,-0.0064984937,-0.012953142,-0.014255746,-0.0036469519,0.017202446,-0.004423577,0.012944852,-0.02201973,-0.005780551,0.00800083,-0.0113436505,0.014587952,-0.005313759,0.031309765,-0.018442411,0.00775903,-0.030846355,0.0061287917,-0.00395802,-0.019747203,-0.007688334,0.004219099,-0.029175356,0.017064441,-0.013259452,0.0037738679,-0.026037754,-0.0048756567,0.021662178,0.015741264,0.005718766,-0.013981717,0.005150971,0.01010839,-0.025118327,-0.026660101,0.017098105,-0.0011430942,0.0046760538,-0.0061411257,-0.004219003,0.026212173,-0.009462432,0.00436249,0.00074239034,-0.005152684,0.0041417154,0.00034767916,0.010335251,-0.012495719,-0.02816269,0.010443156,0.007715503,-0.035422914,-0.032806545,0.0027153355,-0.0062916474,-0.015047794,0.0044873385,-0.0019160139,0.02180634,0.0012905456,0.0057530943,0.009981528,-0.02104347,0.0051609674,0.010265087,0.008811168,0.03128537,-0.009776132,0.0045037814,-0.016777128,0.026933547,-0.01987501,0.013161467,0.002948913,0.008974393,-0.015610176,0.0040855063,-0.00872805,-0.007987764,-0.008119717,0.014100557,-0.008855466,-0.017811514,0.0062990733,-0.00051442796,-0.011071241,0.022706067,0.0060482207,0.002348215,-0.0068287402,-0.010721714,-0.014195294,-0.024138767,0.008064827,0.009667774,-0.0139265135,-0.012839969,0.007340718,-0.019218674,0.022627272,0.012209853,-0.00038811186,-0.034559738,0.0030894482,0.009877458,0.023466293,-0.01744783,0.013240054,-0.017844032,-1.2280825e-05,0.004509055,0.0021343422,0.0070021907,0.009197405,-0.013733222,-0.0035469776,-0.0009753799,0.0060571097,0.00094504026,-0.015498085,0.0033099737,0.018380126,0.008306899,0.016384706,0.0072454996,-0.012516195,-0.003179331,-0.0030650836,0.023471465,-0.022061337,0.021459231,0.022252379,-0.016268311,0.019816644,-0.01760513,0.0015644745,0.011388197,-0.024114368,0.009582603,-0.010512032,0.0058568963,0.0116291,0.025680114,0.013282357,0.02597947,-0.0023822694,-3.484744e-05,-0.009806188,0.005437674,0.007418027,0.015862573,0.013688013,0.009332014,-0.0030642883,-0.014711009,0.019945152,-0.01716766,-0.026380796,0.019281778,0.022430213,-0.02459671,0.010880281,0.0070106573,0.0122978985,-0.012234227,-0.0030123545,-0.016382514,-0.00057334575,-0.023657857,-0.024713486,-0.0015504382,0.0023046066,0.02231636,0.0042894827,-0.008312971,-0.02919083,5.6052177e-05,-0.026569998,-0.005185195,0.02090931,0.008074004,-0.00045672615,-0.015948595,0.03650903,0.011855826,-0.012850971,-0.002502036,0.0024132682,0.009731967,0.0071673044,-0.0051127053,-0.016054736,-0.008309153,0.01918122,0.009868939,-0.007122559,-0.008294178,0.015794465,-0.033716474,0.017596556,-0.016351914,-0.00011612121,0.030091759,0.0009879773,0.0056034634,0.014750906,0.0213664,0.006258755,0.013328086,-0.0010888234,0.0201207,0.00010552053,0.017513294,-0.0013117332,-0.035653993,-0.026217027,-0.0042233933,0.016590446,-0.0062970384,0.0057530706,-0.027557017,-0.0010597275,-0.00030412225,0.011052333,-0.0053769597,-0.016561236,0.0066829906,-0.03680675,-0.032351036,-0.0016433714,-0.0024253528,-0.020721722,0.0072072707,-0.014962091,-0.00930217,0.0015765454,-0.022475654,-0.017047938,0.021151274,0.009053383,-0.01286139,0.005351125,0.01909566,-0.02875643,-0.02272116,-0.01099328,0.014868439,0.0015154954,0.0002635843,0.023103755,0.012854886,-0.016764862,0.006818799,-0.021097252,-0.020221911,-0.004818602,-0.011489242,-0.0102347275,-0.019701563,-0.0005575408,-0.0034239537,0.014727229,-0.0043580597,0.010765176,-0.017463226,-0.0075240033,0.0024919813,-0.020451639,0.012055785,-0.01055645,-0.01852728,-0.01130576,-0.00052618654,-0.004542013,0.01104972,-0.00054526184,-0.0067913253,0.035712942,0.010449087,0.0030302992,0.017383385,-0.0045659286,-0.006994525,0.017170241,0.026669879,0.007606058,-0.0070663,-0.03419733,-0.013274884,0.01615356,-0.027095051,0.006834764,-0.010054863,0.0045164134,-0.0022610861,0.01239078,-0.009945874,0.013775006,0.014931982,-0.0009869039,-0.0043729567,0.016480917,-0.011421769,-0.0056111217,0.021503864,0.004964018,0.019224407,-0.0031598033,0.012648714,0.0027770847,0.012371846,0.0119540775,0.007114639,0.01237425,0.0005253521,-0.00566704,0.02394266,-0.031531177,0.01644815,0.015869096,-0.016293429,0.00043939505,-0.008556539,0.0082139885,-0.015738543,-0.034553688,-0.0021873778,-0.011192674,-0.02441315,-0.006540531,-0.0031173963,0.04336138,0.03067646,-0.0019590177,-0.018694801,-0.018664211,0.012616066,-0.026971089,0.016471434,0.0386308,0.014896021,0.0012193054,-0.005661403,0.012285771,0.02687349,0.01610228,0.011265004,0.029402034,0.03568243,0.0144662885,-0.009586921,0.006307886,0.008043624,0.0014726546,-0.004541697,0.015656855,-0.020525899,-0.010011007,-0.011153153,0.00062279985,-0.009418975,-0.014724418,0.013674512,0.008978978,-0.0124205565,-0.004688027,-0.0036176178,-0.021403214,-0.00987009,-0.008934994,-0.012136252,0.003465663,0.010692319,0.032804828,0.0050135646,-0.022708587,-0.0017126214,-0.010098514,-0.010436383,0.023127006,0.0008101855,-0.006198285,-0.005155764,0.018650092,-0.006269894,-0.024103977,0.006066391,-0.0055969474,0.03136544,-0.01258919,-0.005671408,0.15908144,0.13029106,0.0009894152,-0.009953168,0.00068445835,0.0038060634,-0.02340643,-0.011110439,0.01389011,-0.0022631213,-0.015872592,-0.01148341,0.0151483035,-0.014763382,0.018796884,-0.010590669,-0.0059174555,-0.0078406995,-0.001850446,0.0071809785,0.012515239,0.0028249638,-0.014414448,0.021521194,-0.01966907,0.008941095,-0.005425688,0.0021459104,0.021642407,-0.001014838,-0.00355154,0.003428004,-0.030555917,-0.020904046,-0.004262992,0.005283489,0.008862712,-0.0009964935,-0.020805607,-0.0054003606,-0.01891562,0.0017435252,-0.007083916,0.0048342105,-0.006161556,0.015006307,0.018611804,0.004834293,0.01807889,0.009726417,-0.043439623,0.013759516,0.005168698,0.014609032,0.00078856875,-0.0179044,0.0066866362,0.021567335,-0.014075834,0.010978073,0.010595003,-0.019397715,0.0008301655,0.008149817,0.019420655,-0.014276003,-0.029766522,-0.015212918,-0.021000208,-0.008593081,-0.01402601,-0.0108078,-0.019496253,0.004540185,-0.020140998,2.2153194e-05,0.013017113,-0.0052563045,-0.0006653943,-0.0069927573,-0.012630006,0.0054684896,0.008869446,-0.016389754,0.009123922,-0.027238417,0.0061609973,0.011694648,0.12111355,-0.0065468918,-0.011920287,0.011623881,-0.001415241,0.000484774,-0.0009629515,0.050783876,-0.0021440585,-0.009449,0.004497987,-0.011655194,0.00064416946,-0.013655177,0.013308057,0.009942789,0.005801559,0.026996844,-0.0010944752,0.014793421,-0.033515986,-0.006924338,0.0063990233,0.004005635,0.0058316295,0.025078258,-0.007834758,-0.0066757337,-0.026645394,-0.02671242,-0.1018416,0.0031368283,-0.02050993,0.0112251295,-0.0068396875,0.010979577,-0.011997076,-0.030335728,-0.016258357,0.018595198,-0.0050628954,-0.008024565,-0.002591823,-0.011087948,0.016981596,0.015846789,0.0028345012,-0.014742751,-0.0156009495,0.010136087,0.0024779937,0.007260668,-0.0049059647,0.022018429,-0.015517929,0.015512258,0.0001151235,-0.00813943,-0.0056486926,0.013478578,0.014737941,0.0029498152,-0.007723203,0.0078095687,-0.008233148,0.0022302226,-0.014444829,-0.03191497,0.0010998049,-0.011008,0.0020249297,-0.020817036,-0.00657728,-0.0007443737,-0.007855194,-0.019176949,0.0056711957,0.0110422615,-0.014707732,0.008784823,0.007427313,-0.0017577775,0.018551402,0.005074326,-0.0017912914,0.021924112,-0.011591059,-0.005393213,0.040493548,0.0077789053,0.007436999,0.008863152,-0.018709965,0.0072155925,0.0066822437,-0.01801648,0.014243858,-0.0041833515,0.0058747455,0.026352441,-0.016076054,-0.010839762,0.008757937,0.0016165004,0.0029188516,-0.0043948526,0.00037424595,0.010008456,0.001903657,0.005604686,-0.012308175,-0.00013899693,0.0023236636,0.10285016,0.0014458329,-0.018058557,0.013422349,0.010266532,0.007356321,0.0038213995,-0.013429148,0.016932355,0.013140969,-0.011978735,-0.0006444686,0.027341302,0.035160612,0.0026917385,-0.0016165223,0.001852023,0.002542744,0.00787901,0.0075755445,-0.033010628,0.004055584,0.015639197,0.0007701295,0.005243319,0.019718,-0.02483545,0.014239342,-0.009709826,0.0010201649,0.011542411,0.017849853,0.0042113233,0.002616118,-0.018210309,-0.012099013,-0.0088558085,0.015813308,-0.017322743,-0.00017428127,0.0004646941,-0.0031736589,0.022329047,0.008603458,-0.02808723,0.19997884,-0.0058444543,0.02237457,-0.015979389,-0.017441005,0.006886873,0.018515566,0.00801379,-0.016915077,0.002953389,0.018398946,-0.0058723046,-0.025819657,0.008528144,0.018720211,-0.01882909,-0.014584528,-0.019302275,-0.0025939457,0.025866903,0.0069760396,0.014225691,-0.025011074,0.007005618,0.0033076294,0.018334815,0.023064252,0.034908116,0.0009034905,-0.014810529,-0.0059986436,-0.01904667,-0.0043804306,0.0061975527,-0.006130459,0.009440841,-0.012082558,0.015952526,0.0038786735,-0.0003149726,0.009886283,0.014342351,0.022077002,0.00499104,-0.0017214431,-0.013184056,-0.032443445,0.009493996,0.015520619,0.009950725,-0.0067108087,-0.027112333,0.0076379706,-0.0022189931,-0.018336562,-0.0061163595,0.031762574,-0.009830187,-0.020792216,-0.0062809023,-0.029148933,0.010343708,-0.011571537,0.0065471465,0.0035956325,-0.009700804,0.001987552]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 185,
          "content": "Interim Arrangements for the WTO Agreement on Electronic Commerce Adopted",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.01282071,0.01506252,-0.009482307,-0.07320763,-0.015422286,0.02496225,0.014395856,-0.016177636,0.021461593,-0.01108586,-0.0014114684,-0.014151982,0.020991478,0.010183292,0.121240854,0.010858188,0.0016128408,0.02253076,-0.028095683,-0.016140051,0.00154366,-0.0070319986,0.015596818,-0.0058504706,0.011218099,-0.018537495,0.02393934,0.010379137,0.029196268,-0.005182815,-0.0218463,0.016231362,0.03111151,0.041154932,0.0037066664,-0.012186674,0.022608314,-0.021187056,-0.0010773189,-0.002891263,-0.009124964,0.0105931,-0.012282018,-0.013671882,-0.001735857,0.019582698,-0.010600925,-0.033945248,-0.039050255,0.015678724,-0.0082024615,-0.0025954768,-0.0058808024,-0.16565494,0.0075661107,-0.012074912,0.013931802,0.0026566044,0.02367481,0.007615759,-0.011562748,0.015308273,-0.023531493,-0.025725743,0.0029096727,-0.0059879897,-0.036229234,-0.018110152,-0.033032946,-0.010462174,0.0262851,-0.0038444863,0.0038954362,0.0029420583,0.021456204,-0.05191852,-0.010948127,-0.009000004,-0.024292922,-0.013847867,-0.003617457,-0.007938496,-0.018012691,-0.020106312,0.017533716,-0.018399755,-0.014957315,0.0074431333,-0.025985677,0.0046460093,-0.0059656533,-0.0013694575,0.0072713373,-0.006248892,-0.017388808,0.00743133,-0.045960605,6.6936096e-05,-0.014112977,-0.0059096133,-0.0045877984,-0.008328584,0.008265741,-0.00077576755,0.037854306,-0.017543962,-0.0057893456,-0.0009910204,0.012424558,0.026353464,0.015248279,-0.023778787,-0.033393178,0.04269046,-0.012064207,-0.11673474,-0.01561952,0.0066738143,-0.013715123,-0.0036863363,0.0047510527,0.009942981,0.0071751554,0.024722176,-0.013711231,-0.018904027,0.019627633,-0.001260007,-0.0013712024,0.016991146,0.02095786,0.0008022341,0.017402248,0.008155974,0.006134072,0.022476528,-0.019068792,0.008118009,-0.0008306189,-0.02254274,-0.005112233,0.03338335,0.012809875,0.016699582,-0.015379938,0.00017958405,-0.006317013,-0.010058554,-0.012744585,0.012369321,-0.00863308,0.020085262,-0.023941047,-0.01917681,-0.011316977,-0.03747637,0.012963462,0.0026735794,0.024399003,0.016544614,-0.012059767,0.03005964,-0.0059458264,0.0077624624,-0.026846455,-0.008752667,-0.019416926,-0.016428038,0.012982531,0.00015983086,-0.017499082,-0.02139786,-0.01096278,0.02383723,-0.018680414,-0.013741304,0.020347118,0.03255956,0.0022832784,-0.024269672,-0.031043071,-0.028040553,0.0070347684,0.0042501935,0.007389669,0.005962191,-0.024146326,0.014349111,-0.009036084,0.012602106,-0.01857641,-0.00865056,0.011688557,-0.04323303,-0.0096085,-0.008333647,-0.016069742,-0.003515368,-0.014772191,0.0050145565,0.0154096205,0.015191496,-0.015939223,-0.007793508,0.008513877,-3.838077e-05,0.00072442606,-0.024775438,0.0042129117,0.0007820329,-0.009889995,0.004431275,-0.014999722,-0.021277264,0.01079434,-0.030006578,0.002471915,0.00025026145,0.0042094016,-0.0027270357,0.021294866,0.0013275668,0.0071790637,0.006134947,-0.007113269,0.033025816,0.008527077,-0.016388647,-0.015902294,0.013133958,0.0029246476,0.0010790211,-0.021958867,0.016138665,0.024919434,0.0038694805,0.031596433,-0.02151068,0.0022926407,0.0075701037,-0.032031745,0.028257644,0.007875393,0.011714303,0.025536034,-0.025598582,0.014054332,0.0074183885,0.010735887,0.040346153,-0.020330487,0.024306618,-0.0070335665,-0.03048269,-0.0155317085,0.015476476,0.023206076,0.0051617874,-0.012818548,-0.005797944,-0.021781892,0.0019479021,-0.019716077,0.006754062,0.004186514,0.02732824,-0.0013892388,0.0231173,0.0117244655,-0.01974191,-0.0036205705,0.029665453,0.013468435,0.009455049,-0.0015153988,0.01139541,-0.07927808,-0.0018487308,-0.001384203,0.010084694,0.00070028467,-0.020112451,0.02728115,0.018450176,-0.0035080242,-0.008869827,-0.03626276,0.001334786,-0.0066056484,0.024191773,0.045103382,0.001393124,0.014624352,-0.02406732,0.013290631,-0.011321539,0.006066576,0.006167546,-0.018907828,0.020743866,0.00892016,-0.023180153,0.01926669,0.03594283,-0.007935028,-0.016298281,-0.012440997,0.039302286,-0.0057415557,-0.020804984,-0.015097984,0.0032288802,-0.015132563,0.029508749,0.0021783256,0.0138789145,-0.001969886,0.018048795,-0.019002985,0.016457457,-0.033578705,-0.0132418685,-1.0593122e-05,0.03523421,0.030363549,-0.0008390579,0.012331209,-0.013393696,0.00091050245,-0.0025138143,-0.003344484,0.019193398,-0.0041798023,0.027074372,-0.014826103,-0.0044226777,0.021557877,-0.0032575135,0.0063977656,0.0036014437,0.01744127,-0.014925883,-0.009532024,-0.010404265,0.012219471,0.032959253,-0.006083796,0.0018459324,-0.023189275,-0.0406825,0.00992502,0.008397723,0.021221219,-0.009371635,-0.024280299,0.0075395983,0.015349062,-0.023466896,-0.0005780206,0.04082054,0.013259015,0.0035729844,-0.009237983,-0.0124685345,0.007594453,-0.01690404,0.017997045,0.0069206045,0.017149743,-0.043474443,-0.009719486,0.007201386,-0.0143170245,-0.008380361,-0.014246444,0.018281788,-0.016094297,-0.008418224,0.03662749,0.013926723,0.017326374,0.033505302,0.010454138,0.033828482,-0.020732945,0.0037607409,-0.013325632,0.0045814225,0.016400175,0.01360071,0.018999573,0.032806464,-0.009122606,0.007153427,-0.014401262,0.011184256,0.017359795,-0.0053996868,-0.017313562,0.0011440514,-0.020440996,0.014245517,-0.022296248,0.0075589768,0.0037476856,0.00401346,0.008329041,-0.016391542,0.0074207745,0.013339217,0.0066180564,-0.0041135214,0.022043636,0.020215396,0.02819729,-0.015576684,0.0060632816,0.03310934,-0.0063713887,0.0092423735,-0.028032694,-0.013573139,0.0010025259,0.0038750293,-0.018947775,-0.024753014,-0.013238886,0.00039524297,0.023853319,-0.027725317,0.015514489,-0.012954347,-0.013353743,-0.018111927,-0.019151518,-0.03698077,-0.026404575,0.012370291,-0.010864021,-0.013170539,-0.00016848408,0.0045751673,-0.027670534,0.0013511161,0.013571812,0.01593356,-0.0040210807,-0.017094463,-0.056454778,-0.009900326,0.02241103,-0.022398066,0.0010380823,0.017117754,0.0006825362,0.0054276926,-0.029018953,-0.013692009,0.016007375,0.027346732,0.021306103,-0.033134628,-0.0021900858,0.030675832,0.002398146,0.008384516,-0.0021943103,-0.018893294,0.0100893425,0.0045748316,-0.0049512824,0.020733025,-2.9442883e-05,0.01548768,-0.0033805927,-0.0073911687,-0.041428342,0.0089586405,0.010222936,-0.00027467433,0.04438794,-0.0016074254,-0.020573182,-0.028616177,0.0019516989,0.025916873,0.0027436782,-0.008436025,0.02365957,0.0344874,0.044670057,0.014316959,-0.023953684,0.009695055,-0.010636736,-0.0054785847,0.0136638405,0.0076420535,0.027831677,-0.0151340235,0.008336603,-0.0065416694,0.0023111962,0.006939455,0.012888574,0.011869867,-0.0040138043,0.011184267,0.007807686,0.001223726,-0.0056041684,-0.016440827,-0.013732215,0.010220197,-0.009135749,-0.0071678376,0.012730041,0.011594319,0.009159365,0.009680685,-0.010693243,0.018458236,0.037470147,0.020660032,0.011299401,-0.008734016,0.005717407,-0.012415434,0.016369246,0.0092876665,-0.0019527837,0.022041406,0.01277012,-0.017564157,0.003682418,-0.024513505,-0.015008621,-0.00033650923,0.007608034,0.023598112,-0.016687084,-0.005329257,0.0008306811,0.02508742,0.00050269184,-0.07078362,-0.0013156217,-0.015279563,0.0064740484,0.008510131,0.02739951,0.018912772,0.0033317131,0.009914278,0.014574489,0.010145804,0.0027718074,-0.0035977296,-0.00018265007,-0.04389466,0.020775069,0.011783743,0.027955424,0.023375686,0.0046170326,0.038879648,0.01566496,0.021553628,0.002067097,-0.0034913148,0.011914144,-0.013364589,0.021922251,0.021962026,-0.0023006306,0.015489731,0.009636155,0.001402933,0.008864512,0.011083845,0.011369006,0.032539323,0.012787031,0.0021677548,0.010337725,0.007069928,-0.013558039,-0.0070476793,-0.0033428918,0.0072741318,0.0004870475,-0.0053478363,0.017966846,0.0044432697,0.009473396,-0.039100774,-0.006102337,-0.0035057703,0.006865606,0.008976238,-0.008693222,-0.02299402,-0.002191954,-0.011707196,0.013032866,0.017410843,-0.013861145,-0.0068512014,0.014293693,0.015309863,0.006051164,-0.016151082,0.008679964,0.017667815,0.005245187,0.0110149,-0.03706853,-0.002064699,-0.0030145126,-0.0018306345,-0.019757157,0.0031398444,-0.008374315,0.021292597,0.004505335,-0.019460969,-0.03316358,-0.08903657,0.0023686711,-0.010116487,-0.002940473,0.020795213,0.0069002495,0.0007766953,-0.01979363,0.024250254,-0.009407835,-0.008426427,-0.0022085237,0.0070613413,0.0018329134,-0.0055927397,0.043831464,-0.0043499623,0.028131574,0.02159457,0.0056411945,0.012286477,-0.011555545,0.02003391,-0.036567472,0.015943775,0.020570999,-0.004987566,-0.017945085,-0.0048561855,-0.038127847,-0.030123055,-0.13336968,0.0076022134,0.00028508992,0.011589751,-0.01510237,0.04116638,0.015670178,-0.018875364,-0.007071998,0.013041901,-0.0007585923,-0.0034127478,-0.038131233,-0.010916703,-0.0042377943,0.10695371,-0.008035739,-0.019129336,0.02833995,-0.008227523,-0.015407891,0.0014934118,0.004214223,-0.0038464444,-0.022946527,-0.030505601,0.03397578,0.00086711603,-0.00883469,0.00608234,-0.008658294,-0.0116083445,0.007560739,0.015714958,-0.00084964477,-0.004394407,-0.021867359,-0.008372272,-0.019144788,-0.038864497,0.016371502,0.010804811,-0.0067758798,0.019809378,-0.006318173,-0.0045197327,0.015056394,-0.03380953,-0.017628701,-0.015211914,-0.022399684,-0.09836208,0.013837914,0.019585986,0.0141060725,-0.021502087,-0.020686358,0.034723513,0.0046767592,0.009224413,-0.01492214,-0.015472576,0.0009298519,-0.0060748192,-0.030573303,-0.010117351,0.01327475,0.018380193,0.00403476,0.020202886,-0.004163368,0.013319073,-0.001338544,0.003093213,-0.0069962787,-0.0005198952,-0.009276259,0.021750173,0.018063856,-0.004946404,0.00234837,0.0071999445,0.00076817774,0.034143895,0.0012561437,0.026017085,-0.018840233,-0.018349042,-0.030186823,0.0021496539,0.005405771,0.027636444,0.024642123,0.010305065,-0.019465184,-0.001440926,0.0017410284,0.040391646,-0.008604345,-0.011433657,-0.014924225,0.0069820313,-0.0022496989,-0.01726822,0.011925804,0.015377378,0.030863402,-0.030969078,0.009281519,-0.018631566,0.0018180879,0.00035772801,-0.002304684,0.0058513414,0.0064229574,0.010079057,-0.0050978158,-0.0025470846,0.013291743,-0.009139049,5.283402e-05,0.025594367,-0.01674036,0.005047066,0.0014232772,-0.006159857,0.006912333,-0.015926998,-0.017038278,-0.036380116,0.0128894,0.009946063,0.011067922,0.008895655,-0.0062474995,0.010582895,-0.0003221911,-0.023822762,-0.02393617,-0.0038372555,0.0187331,0.00014550581,0.020915404,0.022030009,-0.0077601196,-0.0004137305,-0.026967566,-0.00607565,-0.00022924076,-0.011338731,0.010693886,-0.009243097,-0.0072821626,0.0023396334,-0.0003105287,0.0032451923,-0.007680753,-0.0036477905,0.0012064988,-0.014861774,0.0036174988,0.015696015,0.011757742,-0.010511546,0.019680744,-0.0048281704,-0.0036761435,-0.019817347,0.0020252261,0.007584289,0.01271314,-0.007708389,0.00013399663,-0.006266535,0.012561869,-0.0021014197,-0.0046327543,-0.0031366353,-0.02132341,0.0033522833,0.009945667,0.004426346,0.0031112167,-0.019572856,0.010564487,0.02167601,-0.0077661774,0.011230807,-0.011638227,-0.009724289,-0.0066004163,-0.005228797,0.015470283,-0.013968324,0.0008079668,-0.011159421,-0.0050431923,-0.008889697,0.0073231068,-0.0055041895,-0.0013232133,0.007073508,0.017383775,-0.014808703,-0.0038337284,-0.011760663,-0.01227411,-0.010874812,-0.007871411,0.007194268,0.0030779666,0.0045823515,-0.0029250705,-0.008569297,-0.0023108793,-0.0066426136,0.0034292664,0.0180108,0.0056110253,-0.02344168,-0.0064575886,-0.016590215,-0.005916974,-0.0048300824,0.002956555,-0.01612547,0.027444556,-0.007145272,-0.007075887,4.5397384e-05,-0.014088199,-0.0060975067,0.031982116,0.003987497,0.00072336395,0.008661081,0.01792134,-1.4535119e-05,0.0019193296,0.0028987748,-0.008868474,0.0008624222,0.020224059,0.00012603286,0.0022641516,0.011388355,0.01819376,0.0049591865,-0.006762059,0.0053457236,0.0010233393,0.014336865,0.003076206,5.4513723e-05,-0.0017320375,-0.0010450296,0.0009296076,-0.0017188077,-0.0016017916,-0.0031959503,-0.010380103,-0.011787426,-0.011630254,-0.002310403,0.012894973,-0.014716243,-0.01109147,-0.0010566729,-0.023843413,0.0156361,-0.008719761,0.0142438635,0.015378805,0.009563006,-0.006156968,-0.015659077,0.0023610415,-0.0062739616,0.0011193692,-0.0022017842,-0.016675187,0.0046737595,0.018303191,0.012636965,-0.008892995,-0.005362545,0.029130809,-0.006448442,-0.0035459825,-0.014560578,0.0010372086,0.018074002,-0.014557419,0.0062575033,-0.0027864305,-0.008356509,0.006306772,-0.0119326245,-0.0149138905,-0.00015862714,-0.013576942,-0.011936635,-0.004178289,-0.012671741,0.0048962785,-0.0016130548,-0.008301409,-0.011328977,0.0035139143,-0.0030020303,0.08464413,0.005689096,0.009295276,-0.0046666535,-0.009537544,0.0005403742,0.0077234036,-0.01981344,0.0046708216,-0.006319233,-0.003207969,0.019045876,-0.010100959,-0.014273061,-0.013505564,0.012272364,-0.021664554,0.007964839,0.010107969,0.0009614816,0.0007366312,-0.007791891,-0.019229569,-0.023284562,0.008628685,-0.0061093536,-0.008976916,-0.010098436,-0.013013143,0.011598479,-0.0017693976,-0.007655245,-0.009391993,0.015954642,0.001997713,-0.006679768,-0.006134869,0.012454939,0.0067035365,0.027418742,-0.0025049462,0.0028288134,-0.0048293257,-0.0065150787,0.003969319,0.0037731498,-0.008927949,-0.009776513,-0.0051418,-0.0080170855,-0.014535623,-0.007051415,-0.008075762,0.0038854426,-0.020041922,0.0046463124,-0.011571912,0.003785097,-0.0033092266,0.0010958549,-0.0035218168,-0.017785791,0.0038980197,0.0037059912,-0.014010734,-0.0035878825,-0.016462896,-0.0027183013,-0.0033140834,-0.0015875049,-0.0047276476,0.0050591584,-0.0075795297,0.022246964,0.03831834,0.004655407,-0.006228522,-0.0068210857,-0.00326963,-0.0064805117,-0.0016632907,0.005748131,-0.0092789605,0.0067938794,0.021795692,0.027830364,0.008294164,-0.0056941905,-0.0071031484,0.005728256,0.016879646,-0.02606727,-0.0029198697,0.012171737,-0.0155881485,0.010211579,0.05571955,0.017568612,0.0066452175,-0.0026161412,-0.0038471883,-0.007805951,0.010046243,-0.006986023,0.009255125,0.001443263,0.018753758,0.016223727,-0.0047823777,0.0002864113,0.018037831,-0.0106460545,0.008024731,-0.012930626,-0.0036356987,0.012871809,-0.014161127,0.01312608,-0.0016749238,0.025427273,0.011221671,0.016942736,-0.014631746,0.008251342,0.008810299,0.007382302,-0.0013549002,0.013840931,-0.0064359596,-0.0013869561,-0.008731537,-0.0061124717,0.0061665857,0.014499224,0.011454956,0.0026680976,0.00051779056,0.00038543652,-0.0001904315,-0.0019929493,-0.0011269887,-0.0093519185,-0.0141700525,0.017213494,0.010780758,0.011613189,0.025125269,-0.013103951,0.0032397876,0.01086481,-0.0043113423,0.0021821996,0.0071418453,-0.029908001,-0.012287095,0.010924421,0.025063254,-0.015990725,-0.0069491155,-0.0059428844,0.0069876458,0.0046986,0.020226298,0.0054583666,0.0022662524,0.008963592,0.009902571,0.014352502,-0.0023203806,0.0047272225,0.019103473,0.011819597,0.015776234,0.002957013,-0.0002260102,-0.0039680484,0.0036258285,0.0019673693,-0.021731457,0.002617436,-0.0026518188,-0.0037656717,-0.005255358,0.0032969383,0.0040613664,-0.006853486,0.009198818,-0.007827459,-0.00649553,-0.027591579,-0.01748991,-0.014532312,-0.020249458,0.005848253,-0.029253652,0.022006996,-0.015949978,-0.01577475,-0.001744998,0.009808522,0.0063222013,0.00020255556,0.012181228,-0.026410837,-0.002358052,-0.01021339,0.007511699,-0.0017088027,0.0170022,-0.0096044475,-0.001251518,-0.013291096,0.017660648,-0.0069093616,-0.00547137,-0.012423948,-0.009534888,-0.02089947,0.008090141,0.0026528945,0.003142652,0.00419669,0.0009178845,-0.004637376,0.008256524,-0.0050767963,-0.014359816,-0.009641994,0.0024627969,-0.0065419544,0.0034441021,-0.0011681719,0.001422661,-0.0048502753,0.017487196,0.00072149374,-0.009283702,0.016688285,-0.0011720674,-0.02740216,0.014724037,0.013712029,-0.022971097,0.020477658,0.009751275,0.010896058,-0.00032668872,0.005633258,-0.014386956,0.0034370178,0.011904509,0.013775187,0.01805715,-0.0013689465,0.017212562,0.0036896644,-0.0013635636,-0.04050334,0.02387941,-0.011025316,0.025305921,0.0066465815,0.006584041,-0.0031370067,0.0037640678,-0.0041571073,0.0049672355,-0.00031141014,-0.006327307,-0.0008086187,0.0062266216,-0.013394656,-0.019350912,-0.003865281,0.004028145,0.017780887,-0.015647555,-0.004902405,-0.008535271,-0.004895685,0.016691037,-0.020064764,0.002778009,-0.011275207,0.00959877,0.005432279,-0.0012772563,0.0014440404,-0.012321915,0.013873347,-0.00020838674,-0.0028852043,0.0075194235,0.009400982,0.009217384,-0.006514633,-0.010067877,0.012089621,-0.002245254,-0.009819543,0.006895645,-0.00023740329,-0.014386508,-0.0013287151,-0.011155153,0.000113087495,0.007545283,-0.017208703,0.0217167,-0.0066634673,0.007610135,0.003773131,-0.010744496,0.03358261,0.012377115,-0.0044221967,0.012684374,-0.0034374306,-0.0034686017,0.006111292,0.0044196052,-0.021750519,0.014042222,0.0028008362,-0.013983179,-0.014148487,0.010801716,-0.020337982,-0.007384975,-0.01339786,-0.0055054016,-0.005450177,0.00081448676,-0.00045970565,0.02247269,0.0013579916,0.004509389,-0.008323406,0.012692427,-0.008644667,-0.008663665,0.008395907,0.004472055,-0.026154486,-0.018248742,-0.018534897,0.0021258993,0.019576693,0.0067231166,-0.0023721103,0.008726742,0.0075539295,0.0010895086,0.0046270406,0.005304428,0.001797835,0.0148392925,0.022706615,-0.0145921465,-0.010000403,0.021586709,-0.010762391,-0.001739732,-0.012263652,-0.0028434412,0.0015138858,0.0027186822,-0.008841363,0.008028182,-0.011209393,0.008983549,0.009482646,-0.009195504,0.012562727,0.010708938,0.0015059607,0.009083886,-0.014016521,0.021955,-0.009367106,-0.005542489,0.019403918,-0.0057161786,-0.0010104922,0.0097760465,0.0064360923,0.004681622,-0.009949227,0.004596788,0.0069341417,-0.00021326815,0.0056219785,0.018168092,0.010694366,-0.018289717,0.0054368326,0.019755356,0.013207424,0.0029535405,0.015755663,-0.010453342,-0.007014012,0.0063001206,0.0048235795,0.019833568,0.011189044,0.022889243,-0.004767759,0.0036366072,0.007424181,0.0028764633,0.010811642,0.0140294675,-0.00705046,0.0052121035,-0.0072187954,0.0014307457,0.017595315,-0.0016420805,0.0022255802,-0.0051668603,0.01409779,0.0016492653,-0.0023117268,0.005642251,-0.007361235,-0.014722667,-0.008920548,0.0017586123,-0.0034408506,0.0282697,-0.0010190255,-0.005867757,0.010734777,0.003120324,-0.0072865197,0.020284172,-0.005027026,0.002125492,0.0017734752,-0.020417415,-0.008208475,0.00183615,0.01286489,0.009561851,0.0013909193,-0.0037786071,0.008442775,0.009474528,-0.017062271,0.020209895,0.00062697864,-0.003432167,0.014312244,0.0043824273,0.010168469,-0.011534783,-0.01651782,0.0008731646,-0.008730536,-0.017393613,-0.0097131,-0.09419665,-0.010478224,-0.0075467806,0.02391371,0.0010160513,-0.0035067722,-0.015886093,-0.01015866,-0.0042163706,-0.0069396864,0.004774713,0.014301308,-0.011854553,-0.019954642,0.015980318,0.00047478758,0.020531667,-0.007082187,-0.0010904515,0.023251174,0.012046365,0.016213557,-0.0041373773,0.008575252,-0.0019655107,0.0066424212,-0.014529448,-0.010505334,0.009238898,-0.0045426874,0.008163362,0.016951242,-0.0011480713,-0.01391365,-0.0012629166,0.0065404754,-0.008484637,-0.0033821117,-0.13071348,0.01625379,-0.014795111,-0.0071840324,-0.007903528,0.015992308,0.0007056457,-0.010314049,-0.003275027,0.0020599805,0.0014171462,0.00035931857,-0.0065640165,-0.0042147227,-0.0011755251,-0.004489703,0.009195158,0.008848242,-0.004737021,0.0043802788,-0.015305314,-0.0014082871,0.011383882,-0.010580831,-0.005716936,-0.010954015,-0.0037654354,0.005500169,0.0027997727,-0.0036307464,-0.0027325605,-0.005598444,-0.018366348,0.006202216,0.011253514,-0.006405715,-0.0010118594,-9.8648045e-05,0.00580686,0.0072925477,-0.0039523398,0.0072294543,-0.002916815,0.0014689929,-0.008298276,0.00011420569,-0.00041730414,0.020131327,0.002658896,-0.008881314,0.0083829025,8.7171145e-05,0.008666774,0.009888508,-0.009198742,0.009922207,-0.0031074046,0.0073160087,0.01205567,0.008536587,0.008626742,6.1060724e-05,-0.0041667046,-0.012134644,0.0065440736,-0.002551425,0.008768366,0.0126011055,0.009608988,-0.021078972,-0.02308225,0.015087997,0.006056955,0.002141633,-0.0121625895,-6.9922986e-05,0.01900329,0.0067133512,-0.000903768,-0.01485056,0.011670097,0.02608552,-0.031861372,0.011773933,0.017603083,-0.023265423,-0.016969254,-0.00046193594,0.002820819,-0.03817381,0.010195218,-0.01463067,-0.017624963,-0.015351755,-0.0026093563,0.0048433663,-0.0011726083,0.005666372,-0.003792169,-0.018304506,0.008155362,0.031268597,-0.01111847,-0.0007418309,-0.03118308,0.009005765,-0.0017887845,-0.010506015,-0.018429426,-0.014098124,0.01037029,-0.003449003,0.00030142473,0.011596952,-0.025856385,0.008880634,-0.019054024,0.01151611,-0.010030937,0.010603863,0.011380857,-0.007110047,0.012945735,0.003366306,-0.000437588,0.0060407645,0.016257666,-0.00054141,0.017570008,0.005223158,0.0040918062,-0.009336346,0.0011724443,0.022225413,0.024975717,0.008536172,-0.022370521,-0.0029324705,-0.0077203596,0.0015287497,0.022839542,-0.0037240752,-0.011179067,0.016431374,-0.004867505,-0.010890796,0.013643364,0.010496806,-0.023807,-0.00863617,-0.014458271,0.026884548,-0.0037980461,0.0013169105,0.0255813,0.0019600654,-0.002337016,-0.018231288,0.00034754697,-0.0054709045,-0.016106667,0.018090189,-0.00034633858,-0.021869982,-0.023485437,-0.0007046336,-0.015551786,0.023411056,0.008605647,0.011455611,0.009912558,-0.017330052,0.0058740084,4.0764764e-05,-0.014114063,0.0014829322,-0.01671035,0.0033717845,0.0041697193,0.017849661,0.010261154,-0.012734169,-0.011762863,0.0018308604,-0.0050840895,0.012820318,0.010491617,-0.01149667,0.003814429,0.00096366723,-0.0040898463,0.003833918,0.009625661,-0.011134369,9.73652e-05,-0.008596619,-0.006616281,-0.00866622,0.0013238742,-0.0142445555,-0.025701225,-0.009276815,0.0021807817,-0.16577253,0.00392883,-0.014418368,-0.010219781,0.026996117,-0.015550621,-0.013821289,-0.006086113,0.018250203,0.007483544,0.0043439395,0.008146272,0.0071553425,0.01691953,0.033485234,-0.0033947777,0.0073703015,0.00015039771,0.015445445,0.01416832,-0.03399381,0.011861677,0.012465333,-0.011177561,0.007968886,-0.0053296434,0.008542261,0.034163184,-0.0021553908,0.019298606,0.0046378914,0.013096645,-0.006717243,0.016263634,0.0077386503,0.017045937,-0.006929347,0.028108176,-0.014557064,0.021347417,0.0010575881,0.021078488,-0.022833271,-0.00793166,0.027989548,0.01727773,0.0012177996,-0.021682255,-0.04341835,0.031919092,0.0032188161,-0.002139691,0.015973074,-0.007005637,-0.00073561555,0.005441553,0.015133604,-0.0029066738,-0.0069153984,-0.017764129,-0.015429929,-0.0037826742,0.012403497,-0.005969851,0.0031011112,-0.0068750787,-0.002227428,0.14952174,-0.019932115,0.00061293185,0.009883016,-0.011709258,0.01535978,0.007597296,0.0031065377,0.0010010197,-0.011123855,-0.012654095,-0.0068216096,0.011320437,0.0048185308,-0.016584957,-0.013889735,0.007538572,0.0057345326,-0.008422479,-0.006537999,0.0034538796,-0.023929706,0.006553152,0.00022302436,-0.018959276,-0.0029406005,-0.0033911604,0.01236787,-0.00031406968,0.011448594,-0.0016645772,-0.030914364,-0.003224218,-0.0036590588,-0.008968133,5.3378215e-05,-0.0016753107,-0.005127291,-0.011702577,-0.0058612274,-0.01862525,0.010068401,-0.013807819,-0.0043468545,0.012102849,-0.0011175922,-0.0143692205,0.032836415,-0.011940467,-0.015052688,-0.030348953,-0.00053903536,0.0036204888,-0.026302839,-0.001147459,0.011796987,-0.0015049968,-0.010658334,0.00032322714,-0.008293567,0.006329222,0.007422851,-0.0033299297,-0.0074067893,0.012932627,-0.020568077,0.0099248765,-0.0025878262,0.019903988,-0.095066145,-0.0045829965,0.014172203,-0.0021610952,-0.004081286,0.00760913,0.00064696115,0.0022992562,0.01346291,-0.032232996,-0.009751341,-0.01710946,0.0016826937,-0.0014255219,0.006148851,0.009319048,0.02688084,-0.011214051,0.00020071771,-0.0073992442,-0.0072357743,0.009623917,0.0037964163,-0.0105229635,-0.0010348788,-0.0011573884,-0.019529553,-0.008719171,-0.0050324593,0.0038125215,0.018015409,-0.001746051,-0.0058108745,-0.0017079443,-0.026085889,-0.0077012815,0.002680767,0.00065641967,-0.020352324,0.016282475,-0.015026349,-0.015393195,-0.004746041,-0.02184276,-0.004288171,-0.013298806,-0.015724065,0.0015862304,-0.017101688,-0.027621204,0.011649139,-0.01558485,0.016287044,0.0013712482,-0.028641518,-0.008310984,0.0058769016,-0.027087066,-0.0073853116,-0.015884046,0.005688087,0.0072337044,0.002789631,-0.007786146,0.01225637,-0.0014818553,0.005959456,-0.008597619,0.008768124,-0.0077085854,-0.018217681,0.00554669,0.026875831,0.0027293947,0.022025164,0.0058936197,-0.00551334,0.01090106,0.02389077,0.007910185,-0.0108384285,0.013697854,0.004865104,-0.0067620995,0.031438284,-0.015870383,-0.009314217,-0.0051300544,0.003809956,-0.002742712,-0.01080126,-0.00837345,-0.018789733,-0.01212096,0.0009038861,0.020457724,-0.010749594,0.005532243,0.0046927896,-0.013670946,0.0059524165,-0.003595101,-0.005877412,-0.019549103,0.0075650495,0.00066372444,-0.013461376,-0.007260095,0.012205963,-0.0045287022,0.0153348865,-0.009254733,-0.023205414,0.004918007,-0.018955177,0.0022362312,-0.024320932,-0.014836037,-0.0008886243,-0.0062831924,0.0129128555,-0.00089159084,0.014246301,-0.015986912,-0.009900416,0.005165058,-0.017328657,0.018711278,0.028834611,-0.00016638475,-0.008015103,0.017215695,-0.0015949635,-0.018417373,-0.0047195195,-0.026743677,0.02234757,-0.0036851019,0.015639368,0.014183431,0.0063073747,0.02940111,-0.0113015575,0.005869888,0.00788921,0.0071633277,0.03345137,-0.018569024,-0.008544134,0.0071729477,0.0064512542,-0.008044442,0.012822323,-0.008468203,-0.013474472,0.004887914,-0.0037867664,-0.0030443799,-0.013358391,-0.011412317,-0.004756575,-0.00860675,0.017409036,0.014933205,0.020058306,-0.009050558,0.013948016,-0.010908233,-0.018679606,0.0018076071,0.0016731687,-0.011033642,0.011549143,0.01954291,-0.026847782,-0.014800025,0.002297591,0.001981428,0.024160288,-0.07403468,-0.004205316,-0.012342837,-0.02581995,0.013212624,0.0034680704,0.012479595,-0.0025194092,-0.008839903,-0.00012526465,0.0009493713,-0.013960003,-0.022131048,-0.020021858,0.0009905626,-0.016688876,-0.014683248,0.010118627,0.008340836,-0.0054780943,-0.011463098,0.0024394658,-0.0022984985,-0.0061916253,0.013750869,0.007281859,0.009677619,-0.0035630378,0.01900395,0.008511436,0.0016619058,-0.009906282,0.01150004,-0.013763527,-0.009454479,0.0133114625,0.0035049128,-0.023404008,-0.007239881,-0.056472484,0.005609655,0.0012135402,-0.038633723,0.006101483,0.033166945,-0.0043178345,-0.014894132,0.00024073184,-0.01093336,-0.020214487,0.024476698,0.0067829057,0.0068984777,-0.0051080007,0.009308206,-0.0082510635,0.0015355693,-0.01220091,0.0038799406,-0.011136554,-0.0127271,0.0028055408,0.012263233,0.015776528,-0.0067361626,-0.0015193208,0.01151392,0.024944913,-0.020542193,0.0012422636,0.011870159,-0.010229254,-6.396717e-05,-0.015893064,0.012371264,0.015333409,-0.028771639,-0.008773262,0.021688092,0.025144853,-0.03138395,0.02334804,-0.016313147,0.06687166,-0.0024184692,-0.0053224755,-0.0027289938,-0.09184993,0.006129329,-8.477934e-05,0.00063234585,-0.0075555095,-0.012150517,0.00785011,0.051166493,0.0006164936,0.02179832,-0.021087572,-0.03633436,-0.004133219,-0.0138219595,0.003596139,0.032822937,-0.023748383,0.008381105,-0.0015582823,-0.0012480527,-0.007136327,-0.004491697,-0.00792425,-0.00093428016,0.0059794406,-0.041625127,-0.029865393,-0.012636416,-0.024050752,-0.0157955,0.0015666984,-0.010401934,0.0022559683,0.011863035,0.008680074,0.010390916,-0.009876828,-0.0024518531,-0.00062903407,-0.0012638726,0.0015335295,-0.0034598971,0.018074242,0.01790827,0.01178036,-0.0039862483,-0.0038334795,0.028206289,-0.019105257,0.008847586,-0.02248728,-0.016600054,0.013840882,0.0004070333,0.0010739762,0.012240497,-0.029215682,-0.004963774,-0.0062616523,0.016872948,0.008149463,0.003828757,-0.0078872675,-0.014055292,-0.016585957,0.007475614,0.011778715,-0.004117788,-0.018665347,0.022385404,0.010505243,0.012034255,0.0054759523,0.0043805223,0.005607924,-0.005702395,-0.0016856923,0.005012946,0.001130092,-0.0010401289,-0.0034664904,0.0036755593,0.0013947247,0.0010857614,0.006113074,-0.010495372,0.029067092,-0.012433097,0.024440227,-0.0035568383,-0.013574295,-0.013046769,-0.0076404074,-0.0048626494,0.014051549,0.012954975,-0.0037191275,0.012773329,0.010296262,-0.015957454,0.020666756,0.0071568643,-0.012206118,0.0030131028,-0.0105180675,0.00429746,0.013516425,-0.007840025,0.0030879958,0.007857879,0.021369252,-0.013681119,0.012759904,-0.0050845537,-0.005997097,0.00769567,-0.0033636214,0.0025101292,-0.02202032,-0.018690094,-0.028797366,-0.015883885,-0.01816358,-0.018445933,0.0068149576,0.012210855,-0.031232273,-0.0049534827,-0.030072033,0.0012597305,0.009695434,0.026043747,-0.022940649,-0.008427248,-0.0036542427,-0.013907591,-0.014024568,0.0073979516,-0.005830987,-0.0122979395,-0.006197671,-0.007141736,-0.013039788,-0.0029198423,0.008549094,-0.0040380657,-0.0069086403,0.0034066685,-0.018669618,0.0045542964,0.024687208,0.014509236,0.00067708985,0.005710943,-0.028625857,0.009256955,0.013782175,-0.0062689586,-0.008832649,-0.0042095184,0.017803235,0.007023974,-0.011504789,-0.010306333,-0.012879143,-0.0018724771,-0.008972484,-0.009253878,0.026460415,-0.01112855,0.010654999,-0.0117969,-0.004569858,-0.006832188,0.03275064,-0.017859817,0.00018595975,0.009081956,-0.0022820963,0.005643619,0.0017203331,-0.017044485,-0.016512174,0.014340815,-0.033374183,0.024669396,0.0060582943,0.0057352553,0.02114888,-0.005560144,0.0044505633,0.0054722917,-0.010849944,0.0153704,0.0065004425,0.013227014,-0.009868044,-0.005107215,-0.0015541654,0.0006756399,-0.012889167,-0.00309236,0.029245948,-0.01762782,0.0019158653,0.0023242882,-0.021712761,-0.017905606,-0.045402225,0.022355657,-0.0013938198,-0.013836895,0.016488923,0.012183117,-0.0048161014,-0.00052954885,-0.015718164,-0.021184973,0.00330714,-0.011558335,0.021668429,0.016915055,0.021094771,-0.02095493,-0.0030346008,-0.010339912,-0.012024219,0.011839783,0.0014307231,0.0011392257,-0.013998536,-0.010272349,-0.003237968,0.0036431968,-0.017362239,0.020448333,0.00725918,-0.0031282504,0.014289538,0.009676708,0.01981715,0.016503794,-0.008287253,-0.008938864,0.004625752,-0.0060509415,0.023516532,0.015087631,-0.020020897,0.0015998377,0.011414398,0.014764547,-0.0007809237,0.006905826,0.012265991,-0.019653179,-3.843544e-05,0.0013553438,0.01073264,0.0065350872,0.01440588,0.01217089,-0.008998659,0.0076950346,-0.03018784,0.0027902215,0.01522891,-0.006857669,-0.027474256,0.0074953698,0.017676678,0.011492344,-0.0281674,0.01352711,0.0036873785,-0.012643445,0.018064732,0.023244424,0.010490321,0.004148048,0.008661817,0.010563333,0.002899819,0.005384782,0.010485366,-0.016745528,0.0047184853,0.0037724208,0.009891894,-0.022986202,0.013572443,-0.0064056595,-0.0020028965,-0.016066369,-0.006584082,0.011635792,-0.023518067,-0.0020295,-0.024641369,0.0056907292,-0.006073736,0.009830614,-0.011926149,0.007217901,0.007414559,-0.006912527,0.008418514,-0.0050095813,0.014113198,-0.007775067,0.008674318,0.012128161,-0.004212259,0.02444734,-0.007854686,-0.00970995,0.0031521604,-0.0032592977,0.018339898,0.011141681,-0.0040864735,-0.0054600616,0.0075779837,0.010814755,0.016866775,-0.014241157,0.02543977,-0.02166548,0.014865837,-0.01672595,0.0012715423,-0.01983058,-0.015301268,-0.005863581,0.0051663434,-0.0067182886,-0.010155352,0.012984779,-0.005885536,0.013206861,-0.0017464394,0.012448633,0.006066812,-0.014617762,0.001606558,0.016268862,0.0035510536,0.00012157783,0.010458561,-0.012291868,-0.008641059,-0.017295914,0.0021253414,-0.004247976,0.039032586,0.01930962,-0.008693715,-0.011431908,0.0109146545,0.01946609,-0.032243345,-0.015115328,-0.022789324,-0.00041409352,-0.009326912,-0.011025625,-0.0068125776,-0.011870553,-0.0072715287,-0.0008342238,0.009179946,0.0021329394,0.013633071,0.0130980695,0.013428981,0.03344166,-0.036990017,0.017609019,-0.0030521897,-0.009805973,-0.020453794,0.026482694,-0.01666102,-0.03214944,-0.0043381657,-0.007413817,-0.0024059156,0.000119652585,-0.0065884017,-0.009095591,-0.001029112,-0.015404095,0.016129542,0.01782877,0.0015323882,-0.0026576866,-0.02498372,-0.03519948,0.002449944,0.012827702,0.031132853,-0.0038525083,-0.0012607016,-0.009814646,-0.0030633905,0.018540235,0.003902977,0.0063688266,0.01672309,-0.0032980256,-0.006133396,0.006020613,-0.011933519,0.009061003,-0.04113414,0.032780543,0.016166685,0.003404977,-0.0016221061,0.00607212,-0.015117272,0.005442209,0.008713442,0.018948985,-0.002824577,0.00090028916,-0.0023228454,0.020275079,0.035653554,0.004206834,-0.016767444,0.0020608774,-0.0033671088,0.008391648,-0.0065343087,0.002944651,0.0020605938,-0.024325673,-0.010357453,0.020794163,0.011646512,0.006644179,-0.0055535994,0.012276414,0.016506385,0.0059430194,-0.00665688,-0.0009957915,-0.00059286965,0.0004973738,-0.0026902722,0.002551743,-0.010398727,-0.008940057,0.004519663,0.0148562575,0.010172914,0.006721868,0.0074966867,0.0010171446,0.0015771679,0.0015094446,0.015748931,-0.00024824502,-0.043697137,-0.037784144,-0.013131265,-0.0003488379,-0.016776795,0.008831212,-0.04011665,-0.010157593,-0.043824524,0.011552549,0.010081222,-0.0024971701,-0.007953131,-0.00988648,0.010042977,-0.019310897,-0.022287766,0.001432905,-0.01470868,-0.007988464,0.012431757,-0.0057461774,-0.0014571407,-0.015253647,-0.0014558543,0.021165598,0.013950145,0.01018466,0.023344757,-0.01047294,-0.0027502934,-0.018991161,-0.008076431,-0.01818901,0.002129298,-0.024267375,0.00044983323,-0.017353192,0.019951336,0.004268645,9.0446985e-05,0.013121237,0.026824828,-0.0069496157,-0.012335773,-0.004444259,-0.016907068,0.001997936,-0.008751042,-0.023603367,-0.021919861,-0.030966286,0.0029164413,0.008488786,-0.011520014,-0.0022399807,-0.02310985,0.0085711265,-0.0075425217,0.016321594,-0.0016023492,-0.0041743144,0.004462326,0.009148484,0.006463271,0.006609043,-0.0070035844,0.0025203857,-0.022872942,0.0064219036,0.027955422,-0.027355256,0.028826667,0.003897863,0.0015768708,-0.036147524,-0.022487713,0.02150067,0.00760931,0.006654411,0.0022730075,-0.005169189,-0.0199495,-0.01412565,-0.011426658,-0.0014406511,0.0026149885,-0.021650441,-0.0042697517,-0.0060319807,-0.013066147,-0.022826321,0.010318147,-0.020107603,0.034744676,-0.028455174,-0.015301913,-0.003856455,-0.012341204,-0.0067819934,0.008637639,0.016732045,0.0048602954,-0.0036623662,0.0016401767,0.005756423,-0.00327935,0.008205332,0.025048135,0.00649516,0.0047077117,0.0014053473,-0.0012169223,-0.007881281,0.023506736,0.0035162733,-0.008050356,-0.0060734744,-0.027842112,0.0073190616,0.0067989337,-0.024162358,0.02454205,2.9593737e-05,-0.006118099,-0.019331938,-0.0029780827,-0.019031318,0.027412098,0.0006462617,-0.008069014,-0.0149001675,-0.011424241,-0.008311231,0.0069138054,0.005398227,-0.0079021575,-0.01881768,0.013677133,-0.0024898986,-0.008984031,-0.011545286,0.008523487,-0.033171024,-0.007071368,0.0066191307,0.011068822,0.034691043,0.00585244,-0.012569614,0.021544524,0.009582354,0.009441083,0.014337693,0.016417863,-0.0013305143,0.010393346,-0.019858915,-0.0040361346,0.0005251953,-0.011851196,-4.893745e-05,0.025069244,0.029345978,-0.027567035,0.0030345025,-0.00058499555,0.0076201777,-0.005500946,-0.007544101,0.0019053165,0.019326719,0.006245412,-0.002764358,-0.0007695043,-0.011923355,0.016533587,-0.0005336275,0.0048423684,-0.007275392,-0.012567832,0.004674701,0.0064257854,-0.021284137,0.009133869,-0.014441468,0.0049743718,-0.008382169,-0.0045290403,-0.01987374,-0.011033198,0.004749761,0.016920965,0.0046518403,0.036663406,0.007791328,-0.005014714,-0.0028252355,0.0027913763,-0.011400302,-0.00999295,0.0072772796,0.0031237968,0.008232177,0.02194614,0.0054312893,0.00023598871,-0.033308387,-0.0032077336,0.02274363,0.02768231,0.0035661964,-0.023808468,0.018389879,0.0041265287,-0.010701904,-0.01841189,0.024838941,0.011205519,-0.0060708313,-0.001887752,-0.023531966,0.16816622,0.13316478,-0.0050982684,-0.00057230296,-0.027140168,0.0008105648,-0.01859979,0.00052104425,0.0077048256,0.014929001,0.008211078,-0.028956134,0.022843588,-0.035485502,0.009298298,-0.014542169,-0.005176937,-0.0076198964,-0.012570723,-0.0009529939,-0.0055178762,0.014483222,0.00171013,0.009428771,-0.052226402,0.01027371,0.01560181,0.039180405,0.0098834345,0.008059307,0.00802635,-0.026986288,-3.034046e-05,-0.004189481,-0.009626097,-0.0087303715,0.0075502167,0.006615223,-0.009795885,0.019500416,0.00061952375,0.0032884956,-0.006131904,-0.02931327,0.012488506,-0.004272138,0.0004097604,-0.005248711,-0.0068292567,0.020358138,-0.005071923,0.0073469514,0.004245848,0.00042023713,0.009646355,-0.012240804,0.024950132,0.009927243,-0.003457136,-0.007560271,-0.0025691343,0.0126543315,-0.0063243313,-0.00703484,0.0031028714,-0.007844688,-0.011310919,0.0059495424,-0.023928188,-0.0077333497,0.003126591,7.6109186e-06,-0.00060941523,-0.006673783,-0.009149136,0.011572222,0.0037248621,-0.025995841,-0.0152389305,0.00293535,-0.014835103,-0.0054619974,0.014511705,-0.00938652,0.005958998,0.0022188842,-0.012413681,0.026911512,0.12023001,-0.014146726,-0.0019269902,-0.041040584,0.003490307,0.011327805,-0.020461306,0.0702988,-0.008181613,-0.01159899,0.0013769064,-0.024664773,0.0058780797,-0.020396449,0.026169673,-0.00023878805,0.015892338,0.008783485,0.00979809,0.010124558,-0.016845059,-0.000109274224,-0.020753551,-0.0023511476,0.0013654779,0.007423972,-0.0062313764,-0.008078465,-0.013365278,-0.022918735,-0.10483067,-0.001006961,0.006517513,-0.006383745,-0.011048755,0.026546136,-0.024239441,-0.0057582106,0.008681986,0.0017797026,0.009120239,-0.029965535,0.013323689,-0.00090175524,0.010990442,0.012674409,0.015866717,-0.01014682,-0.009956623,0.0010302768,0.0066901646,0.02075748,-0.004095549,0.0047403066,0.011404305,0.0027515027,-0.0091124615,0.022850163,-0.011571997,0.008263649,0.004252992,0.022825504,0.008273071,0.0029751586,0.014595332,0.027011167,-0.030665828,0.0063345083,0.015934357,-0.0143567575,-0.0028951732,-0.00755946,-0.006085123,-0.011316998,-0.0011112868,-0.0016404233,-0.0072700502,-0.0055039874,-0.004251174,-0.0062704133,0.021326987,-0.018593214,0.008789299,-0.019220157,0.008055103,0.011246498,0.012517283,-0.0066603753,-0.00836692,0.012891881,-0.00815914,-0.008941646,-0.03606861,0.0034178272,0.0028399834,-0.0019949747,-0.011693005,-0.019092767,-0.018569062,0.007771287,-0.01663916,-0.025341097,0.016570423,-0.015958527,0.01190293,0.011163836,-0.042045612,-0.002383686,0.0036393118,-0.009480704,-0.0046154265,0.005416937,-0.007546891,0.12133973,0.005039485,0.0003094212,0.00597801,-0.014479906,-0.01257889,0.009344697,0.00074684806,-0.0056426506,0.028624864,-0.008941969,-0.003194966,-0.01928919,0.010474893,0.00061983365,-0.012288126,0.0030360974,0.004097321,0.020519625,-0.030852498,-0.007850144,0.010723567,-0.014827289,0.004125105,-0.01933663,0.0044325516,-0.0024977964,0.024089724,-0.005277814,-0.0111657055,0.0060927114,0.0029317667,0.0032648016,-0.0036460238,-0.007847194,0.0070592654,-0.017329987,0.00022922995,-0.018629735,-5.0703708e-05,0.00036835577,-0.0045375675,0.037243824,0.004860386,-0.07386914,0.18554233,0.010211588,-0.0034023398,-0.017027887,-0.020885887,0.0060048345,-0.0035442412,0.017864807,-0.008079297,-0.014699573,0.011368738,-0.013873602,-0.0056956746,0.020515315,0.016591016,0.01966289,0.0016884432,-0.018245718,0.017968792,-0.0063983267,0.01611303,0.014809411,0.015232486,0.0005528437,0.006208808,-0.00022974753,-0.0020206855,0.011167354,0.003938477,-0.010568433,-0.007757537,-0.0032968323,-0.015728127,-0.009051333,-0.011818893,0.004524732,0.00055393286,0.009701465,-0.0042910594,-0.017304664,-5.5083297e-06,0.012239703,-0.009210851,0.007910338,0.01135063,-0.00097635825,-0.009043799,-0.00624871,0.022379188,0.005756789,-0.0060656797,-0.0037150045,0.011367328,0.016548699,0.011020154,-0.012080577,-0.023491459,-0.012050667,-0.013535724,-0.0033987155,-0.009903102,0.0054885624,-0.0056746597,0.0130624985,0.034295667,-0.0008742464,-0.0053294017]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 186,
          "content": "Parliamentary Vice-Minister Komori Receives Courtesy Call from ISO Secretary-General Sergio Mujica",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.0419273,-0.024068812,0.008710099,-0.07760017,0.0030381808,-0.015860675,-0.010244976,0.012416498,0.014862358,0.005644258,-0.016569762,0.0071545695,-0.03240512,0.021504046,0.107575655,0.021743039,-0.010959426,0.018147843,-0.00029710244,0.02325436,-0.0037466781,-0.01652797,-0.010423372,-0.022958381,-0.009583202,-0.0145205585,0.017866146,0.0040023113,0.021530138,0.0009658222,-0.009549776,-0.0005757548,0.0006785371,0.00046438453,0.004411703,0.007751853,0.016683592,-0.005454912,-0.011977599,0.012963949,-0.006171008,0.003518041,-0.022453107,0.018115578,-0.024380593,0.0057837944,0.0008096149,-0.010864898,0.0017217564,0.009326637,0.017501665,-0.015481629,-0.007848289,-0.15836798,-0.004012193,0.004649014,0.0047067227,-0.0062269466,0.016376356,-0.009068942,-0.032704912,0.013403457,0.0030590042,0.013301257,-0.005990665,0.019738523,0.0034195872,0.003126985,-0.009845996,-0.037670705,0.024555359,0.0122917285,0.0032905352,0.0027768817,0.007904074,0.013696103,0.004171292,-0.005592999,-0.01716142,-0.0071968357,-0.023987206,0.025548851,-0.005176266,0.008749352,0.013671421,-0.012253,-0.009946407,0.008024074,-0.008229653,-0.003164155,0.038668897,0.021387327,0.014877927,0.010290558,-0.030236851,0.019282851,0.027472034,0.0066458164,-0.022151478,-0.012359435,0.0001334079,-0.003638142,0.00809602,0.032356735,0.02563994,0.015823998,-0.00676554,-0.0173338,-0.025776217,0.0205616,-0.007485221,0.007149888,-0.0011053614,0.021844445,0.014531108,-0.12212299,0.0056211436,-0.0032305333,-0.0025899017,-0.012257346,0.0026221673,0.005686467,-0.00020240435,0.03260966,-0.0005263819,-0.008734629,0.0022091912,0.013878734,-0.019707894,0.015767388,-0.0068146586,-0.016709508,0.004260201,-0.02549631,0.010271854,0.033487402,0.006515922,-0.018465348,-0.010473192,0.0086161615,-0.0038475296,0.031173836,-0.020292886,0.0054240734,-0.017404601,0.021568524,-0.011953618,0.021533735,0.019165896,-0.0045784316,-0.0013247865,0.019275412,0.0051689236,-0.014146073,-0.012676242,-0.023080755,-0.0075005973,-0.007472601,-0.0096995225,-0.009795077,-0.031186648,-0.011229497,0.0069837873,0.009599428,0.0048383386,0.019201132,0.0002874132,-0.018256398,-0.0009048198,0.025714511,-0.017279776,-0.02593762,0.00923512,-0.011931506,0.018983647,0.024542855,-0.011834014,-0.0011468484,-0.0023870755,0.012391151,-0.0044349213,0.029277291,0.02820041,0.0040229675,0.0056403796,0.0058538904,0.0011505557,0.010379223,-0.025714982,0.010547075,-0.041898478,-0.011560544,-0.0068816766,0.010960761,-0.01594124,-0.0071848403,-0.0024619622,-0.028983073,0.0031410893,-0.008164662,0.0063608834,0.013459499,0.0026838174,-0.017038437,0.015384097,0.0046004737,0.019564696,0.019113464,-0.01756607,0.020043371,0.0116375005,0.024420176,0.017800752,-0.023660304,0.023561856,-0.026076235,-0.020659525,0.011754878,-0.01398273,0.0008653837,0.031494733,-0.0039037375,0.0048644473,0.013098057,-0.009314988,-0.022762211,0.010635154,-0.0052027907,-0.012344133,-0.0041766646,0.005228519,0.013217473,0.014198733,0.0010324437,0.005190347,-0.015159633,0.020297151,-0.008157695,0.031984195,0.015001854,-0.033486303,-0.0033336875,-0.006202776,0.02374968,0.011268291,-0.01041836,0.018865027,0.0077838264,0.019834314,0.046024285,0.011396741,0.023252238,0.00570511,-0.004250054,-0.0051874104,-0.018076679,-0.017777467,-0.011646916,0.0022437272,0.0015407768,0.025984056,0.034615055,-0.013221044,0.016023425,-0.007586327,0.0013196026,0.0009892366,0.02499307,0.0283486,-0.013182274,0.0013885894,0.020430688,0.013265834,0.013986112,0.009233136,0.00928183,-0.08938734,0.00066095655,-0.0013353687,-0.0004531033,-0.027023882,0.0043169395,0.0012680053,0.028928855,-0.017792217,-0.009184973,-0.022994798,0.0025464788,-0.0003556031,0.0041624964,-0.00039136587,-0.002952559,-0.004251441,0.007770066,-0.0103002805,-0.009463833,-0.0037139507,0.026502984,0.0363985,0.005313777,0.011676435,-0.03854418,0.0147309005,0.047654644,0.039360426,-0.0047749816,-0.0364892,-0.00019624556,-0.013644797,-0.011853513,-0.026757631,-0.028233439,0.013244531,-0.0011449555,0.00899856,-0.01532805,-0.009236447,-0.019959586,0.0034391321,-0.013974814,-0.010857442,0.005009708,0.00875805,0.0021953238,-0.0055672005,0.03517068,-0.0019434738,-0.017507354,0.024277687,-0.013170673,-0.00456032,0.01287029,0.03615948,0.02221456,0.0009418557,0.011168066,0.026117265,0.0091564,-0.018862987,-0.01904416,-0.02411118,0.0050377604,-0.020318493,-0.0066248034,-0.0054564313,0.018157536,0.0075151976,-0.0051216823,-0.038604837,-0.043197013,-0.0063981423,0.007786283,-0.0069474466,0.0037545364,-0.032343768,0.014203556,-0.010371912,0.002933302,-0.03664969,0.0059890407,0.013999073,0.0073260367,-0.013832418,-0.0060075754,-0.0025368056,-0.004224956,-0.006425811,0.023338273,-0.021597708,0.0050210594,-0.032180637,-0.014975749,-0.020181917,0.0006565586,0.029148867,0.018320337,0.0042804964,-0.0053759045,0.019102693,0.007544354,-0.014371447,0.007549795,0.0073501305,0.025715053,0.0060632685,-0.017675761,-0.034232892,0.01674133,0.001617507,0.015871137,-0.036473054,0.03831169,0.028529795,0.005460157,0.012452249,-0.0081351185,0.02675287,-0.001726937,0.0047477,0.009886842,-0.0050694416,-0.01010743,-0.014101918,-0.0012821374,0.013459033,-0.021813994,-0.02237394,0.0036795293,0.032365818,-0.002621058,0.018740425,-0.031656533,0.0058460305,-0.003481018,-0.007957441,0.024607131,-0.003955407,0.02635495,-0.021294432,-0.007570834,0.001358068,-0.013459123,0.003494445,0.001987187,-0.007973962,-0.031708106,-0.008965239,0.010807303,0.011071803,-0.02116065,0.00058343046,-0.00230043,0.001428662,-0.007566934,0.012648704,-0.036447123,-0.03125489,0.008600216,-0.015387042,0.011589746,-0.016164424,0.008370581,-0.0010978644,-0.020017471,0.020174978,0.02110843,-0.008438813,-0.035689346,-0.02924525,0.008855164,0.020597937,-0.021717492,0.02664777,0.008246923,-0.0056249877,0.0011201646,-0.002003844,-0.03360654,0.009989977,0.040837158,-0.002089062,-0.009181043,-0.020945184,-0.003229212,0.0021187074,0.01992125,-0.020906571,-0.026820807,0.010850435,-0.009674603,-0.012825464,0.017858066,0.007916678,0.041278414,-0.0050175404,0.0027532026,-0.008930831,0.005137777,0.005694796,0.010556494,0.007790552,-0.017823132,-0.018194731,-0.031980373,0.018696768,-0.02108529,0.016251458,0.015913183,0.0038908909,0.0011133265,0.014231387,-0.023115844,0.0017921674,0.024093473,-0.0096523,-0.00989453,0.03180023,-0.043160785,0.0017345411,-0.005526991,0.018651977,0.004771584,-0.0040415735,-0.021460803,-0.013371645,0.0314877,0.003745396,-0.006195868,-0.011391198,-0.0067215934,0.014642155,-0.011823667,0.007317008,-0.017997766,-0.006564796,0.013520192,0.0301301,0.016216878,0.0051013385,0.012262893,-0.022793163,0.013367968,0.009520658,0.014728027,0.0062847254,0.00019361741,0.01084213,-0.023521973,0.04382847,0.014976601,-0.01772887,0.01924438,0.0032364803,-0.027529743,0.0062528546,-0.014590528,-0.0071795424,0.002689491,0.021819085,0.010360533,-0.0136930365,0.012229256,0.007896946,0.010748094,0.023176843,-0.07744163,0.024302253,0.007927746,0.0037436592,-0.040585503,-0.020693315,-0.015632432,-0.0022044268,-0.0023192866,0.0015714094,0.0066174036,-0.016431548,0.00046043415,0.005597572,-0.016762096,-0.011809681,0.012497643,0.011946972,0.005923357,0.008418255,0.0052784653,0.0239313,0.004195362,-0.0018002905,-0.022237673,0.03312205,0.025459092,0.0012579989,-0.0042024367,-0.013897619,0.006610919,-0.001287045,-0.01121576,0.031763803,-0.0014594244,0.0080913585,0.019574115,-0.021395652,-0.02994213,0.031669363,-0.0054379683,0.024783563,-0.023489093,-0.00629611,0.0011272192,0.011539478,-0.023329671,0.01654484,-0.004277778,-0.025753241,0.016796185,-0.021171177,-0.006737112,-0.045822527,-0.012140235,-0.02346977,0.010837146,-0.017987436,-0.00037301093,0.0031956604,0.011032847,0.015514795,-0.01951381,0.025266679,-0.009404931,0.016538994,0.009515925,-0.0035606942,-0.003870834,-0.015855942,0.012171573,0.0060279053,-0.0048546204,-0.026314909,-0.02074397,0.003949923,-0.0009924853,0.037762977,-0.0022056054,0.0028522764,-0.018275391,-0.006492391,-0.12726676,-0.01843204,-0.011771849,-0.0051124836,0.012000873,0.014111176,-0.0103546055,0.0019411786,0.022862043,0.013847806,0.02881132,0.013213894,-0.00410786,0.00605468,-0.041980796,-0.02219642,-0.0058678333,-0.008103193,0.008361713,0.0055926694,0.02566754,-0.020972487,-0.017160108,0.008085497,0.019754153,0.0035834613,-0.0043799873,-0.010638949,0.02368434,-0.025910232,-0.007441469,-0.13332482,-0.015423912,-0.019712359,0.0009324194,0.012084776,0.0014109404,0.019629816,-0.0095180655,0.028140739,-0.023083968,-0.0042582587,0.00613345,-0.023959408,-0.023405368,0.033588182,0.109784976,0.025644977,-0.010763334,0.020734135,0.0115719335,0.0087322835,0.0130680045,0.009640057,-0.016543925,-0.012704298,0.0058879503,-0.0005020073,0.006135588,0.021650082,-0.02685349,0.03773733,-0.0042097713,0.007666026,-0.0061191204,0.0221943,-0.005938499,0.009439119,-0.041371424,-0.008543042,-0.029697482,0.013115742,-0.016010467,-0.0023142383,0.01224917,-0.0073684733,-0.019140378,0.0016095238,-0.016584648,0.005044542,-0.012070414,-0.0064767553,-0.09051807,0.0021783754,0.018272812,0.0017490592,-0.015902624,-0.030504866,-0.02009366,0.013081064,0.008021449,-0.001099495,-0.0056498507,0.049937256,0.006243574,-0.00754218,-0.00038969616,0.02098725,-0.0052686324,-0.016831255,0.042583358,0.0058230576,0.0016469687,0.010587292,-0.007159838,-0.0018831029,0.013126794,0.0013931558,-0.018778335,0.007735535,-0.03138604,-0.007911688,-0.015519835,-0.019723604,0.04779221,-0.014440429,0.009743706,-0.0075647263,-0.022403885,-0.019623091,0.0081391,0.00041950273,0.019658148,0.0057867044,-0.014421922,-0.004759411,0.0010094012,0.026618298,0.007407528,-0.018287506,-0.010334396,-0.015452832,-0.019101132,-0.0038573684,-0.045253444,0.019621106,-0.0021383092,-0.027510336,-0.008375695,0.0077465437,0.017888032,-0.009605074,0.005702531,0.0072778226,0.027650855,-0.0015530207,-0.0078906985,0.003710712,-0.00445812,0.013726838,0.0073146424,0.011959497,-0.0016870858,-0.007503258,0.005637536,0.007843469,0.009123414,0.000887264,-0.009386996,-0.013516227,-0.038510386,0.00135365,-0.0021888455,0.011701885,0.006484965,-0.0027095145,0.0018763961,0.013233171,-0.0056999326,-0.003701822,-0.013036406,0.010735876,0.0002072238,0.025748672,-0.0051435493,0.0012035251,-0.0042450656,-0.019410145,0.013205268,0.0044845813,-0.0060371645,0.0098168515,0.0021269822,0.014834597,0.011017561,0.008594394,0.010396653,0.0022402692,-0.00039664548,0.0026506183,-0.0066527436,-0.0021287974,0.0015192234,0.0039896104,0.012001711,0.010053564,-0.01727422,-0.0044197645,-0.0054510785,-0.006538248,0.003437241,-0.003550618,-3.1973457e-05,-0.018226996,-0.011120113,0.0074507575,-0.007098498,0.0069347126,0.011021964,-0.017058695,0.0019214433,0.011681557,0.0049908943,-0.0059441607,0.012953075,0.009827132,0.0036807463,0.0049606743,-0.0056218323,0.009093384,0.0037136683,-0.002505004,-0.009314523,0.03199668,-0.02777557,0.014431325,-0.006674115,0.019060638,-0.009968057,0.008440764,0.020893935,0.012887647,-0.010661927,0.0023542927,0.019269828,-0.01813622,0.0023029791,0.01699585,0.019682929,0.021625921,-0.009457255,-0.021053249,-0.00986775,0.0025132885,0.018175436,0.0053161746,0.00044347497,0.0001688809,0.0023526663,-0.007971081,0.015404695,-0.020856533,-0.018092096,0.025918027,-0.011824359,-0.008451341,-0.013447279,0.014934226,-0.0052810693,-0.0006947428,0.020999433,-0.015144,0.019555688,0.0034047496,-0.0109459385,-0.0064117094,-0.00917538,0.010057809,-0.0020269265,-0.005053411,-0.022602305,-0.009600497,-0.0065294206,0.009493781,0.0054542413,-0.0048982785,0.005583035,0.0030783184,0.021834372,-0.014186577,0.0006773587,-0.0009557701,0.0107404515,0.012227517,-0.0039236685,-0.019596776,0.014145524,-0.01014174,0.0054099844,-0.00488044,-0.013160529,0.0032607187,-0.0113720745,-0.014856185,0.0045140674,0.010765866,-0.011003627,0.0016667838,-0.016425284,0.020268103,0.009069482,-0.0074671186,0.007831851,-0.0035825584,-0.0060034976,0.0044472907,0.009851586,-0.002836169,0.0119617665,-0.006718347,0.013052599,-0.011167191,0.0014847995,0.007188363,-0.0059670256,0.010418237,-0.008043677,0.017026555,0.012757802,0.008642435,-0.008777791,-0.013806298,0.011194915,-0.0059122555,0.005975185,-0.022267075,-0.018519549,-0.0033010216,0.0022228546,-0.007721007,0.010791271,-0.004069881,-0.011846019,-0.0039025072,0.0054341154,0.015902627,-0.011315706,0.015382377,-0.008032088,0.028602438,0.0034375843,0.08804177,0.0034587253,0.011152542,0.008094338,0.012230318,0.0015057629,0.023370292,-0.007995141,0.008345373,-0.0031502526,-0.01098832,0.031697813,-0.020508641,-0.0084922705,-0.020681215,0.021973187,-0.008909527,-0.008203435,-0.016219806,0.008601656,-0.009587528,-0.0006968588,-0.0027612231,-0.0060498156,0.00059150375,0.003964377,-0.0036368116,-0.0056270785,0.0315643,-0.008551776,-0.009013568,-0.005171708,-0.0023015628,0.0144337835,-0.008224853,0.008600466,-0.012222239,0.029746365,0.014721558,0.0071400427,0.005512336,0.010331776,-0.0043256874,-0.016086537,0.013356762,0.009362625,0.00018087852,0.0014961375,0.008490802,0.0007476872,0.0060889437,-0.0012085823,-0.0040655737,-0.017534517,-0.02604188,0.0074235806,0.019253332,-0.011532789,0.007869868,-0.012096984,-0.014978548,0.014572409,-0.0014837848,0.006941728,0.006091016,-0.0059687905,-0.0066167614,0.015465824,0.006170857,0.027692579,0.0052295746,-0.0033379432,0.009451489,-0.008964926,0.015208159,0.0025648694,0.0033992648,-0.013512931,-0.0029333464,0.0073338016,0.007917551,0.002281106,-0.013149222,0.0033020244,0.012300082,0.0003714096,-0.0037230926,0.0035772875,-0.0037802465,-0.00086229737,0.02430758,-0.022642164,0.0054833926,-0.013585092,-0.005412411,0.004291164,0.070456125,-0.00909176,-0.009284396,0.0010341639,-0.0030385477,0.0076419017,0.0047456212,-0.0075901244,0.021185594,0.006741923,0.0036643494,-0.016051158,0.029616196,0.008509047,-0.0061527924,0.0063680643,0.0030460963,0.006493251,0.009994275,-0.010725076,-0.014352575,-0.0046566236,0.01022119,0.005623043,-0.0045055314,-0.013641682,0.019263957,-0.02101095,-0.011804705,0.014669842,-0.006653249,0.0058689434,-0.0050534923,-0.009003056,-0.002810874,0.01456487,-0.010124109,0.012582454,0.00011192871,-0.0014864661,0.00600236,0.0043523307,-0.014865177,0.0021191502,0.005437544,0.0056857048,-0.021005427,0.013692996,0.013210236,0.007996993,-0.0006449482,0.0055440236,-0.0062782783,-0.00019215603,-0.004742294,0.008264393,0.012071254,-0.004683294,-0.0024585668,-0.003703407,0.024479773,-0.009038451,0.0036813251,0.010837083,-0.018294267,-0.01200857,-0.006348394,-0.013238587,-0.007464013,-0.008040205,0.012301782,-0.010847338,-0.012633094,0.01114743,0.014103327,0.019560412,0.019890103,0.0055800052,0.01117094,0.0061815754,-0.0029908717,-0.0016458554,0.003208923,-0.00999069,-0.0125318635,-0.00058221223,0.011917412,-0.0007381372,-0.0023347514,0.0012568347,0.0019182339,0.008833788,0.0003663035,-4.0239274e-06,-0.0017055017,-0.0021441486,0.011844411,0.01984916,0.004976516,0.00040487773,-0.004174993,0.0005049481,-0.01018449,-0.0025945958,-0.00026639976,0.0016462832,0.017395403,-0.01208201,0.0013676889,0.007750614,0.0086417105,-0.005204925,-0.024363127,0.0077795526,-0.005446474,-0.013694148,-0.01111221,0.009180489,0.009748644,-0.00031000518,-0.00044431884,-0.01189268,0.012460456,0.000846192,0.012846016,0.008861705,-0.006076102,0.009765884,0.0058198003,0.01716004,-0.008972079,0.014899636,0.00502998,-0.0056392197,0.0050585032,-0.017176302,0.009126086,-0.007700689,-0.00028657677,-0.010747189,0.002954662,0.014705879,-3.3259006e-05,-0.0038765096,-0.0067464532,0.009787276,0.00846205,-0.01086512,-0.0063293083,-0.018606808,0.00182005,-0.016196376,-0.007453835,-0.014184322,0.020616218,0.0026001232,0.0017461878,-0.0002429387,-0.0047737337,-0.0025317434,0.0065743164,-0.06425325,0.0025691406,-0.0016471661,0.0069296416,0.0031824578,0.00903792,-0.0070511126,-0.004285775,1.5146746e-05,0.0143216,-0.010860795,-0.0065484163,0.009606957,0.008014206,-0.005380979,0.024271222,-0.016996201,-0.0003954226,0.0067157038,-0.00030100852,-0.01942309,-0.00014835659,-0.004242391,0.0034283276,0.0008826566,-0.0014152904,-0.0015747979,-0.014415039,-0.00054492557,0.006824579,-0.00425777,0.015624158,0.012887965,0.00288769,0.011672602,-0.001100165,-0.014035594,0.003090145,-0.007803694,-0.014211908,-0.00986241,-0.0052841255,-0.010298581,-0.018680096,0.0023349752,-0.015646214,0.010696509,0.0030310922,0.013501678,-0.015264551,-0.0031001049,0.008340332,0.004239514,-0.0034239239,0.0015331097,-0.0060895756,0.006361562,0.0080629615,-0.0073116096,0.003919132,-0.026451431,0.008537551,0.009807074,0.0055044135,-0.02270368,-0.00025445313,-0.014538068,-0.008689024,-0.0046525802,0.009804829,-0.012506932,0.0025411085,-0.003835111,-0.00051791646,0.01142927,0.0007904423,0.0024428144,0.017436938,0.023801055,0.0045882147,-0.015076343,0.010562414,-0.004881772,0.003351427,-0.019411393,-0.016511245,-0.011480313,0.005563836,-0.017893925,0.018441107,-0.008030077,-0.0021521053,0.010664054,0.012540707,-0.009082997,0.016339,-0.019885447,3.8557133e-05,-0.0010422533,0.0070258426,-0.0019598473,-0.012701754,0.014909089,0.013980234,-0.01015513,0.004658536,-0.003014872,0.0055318545,-0.0031174014,0.020715287,-0.028996406,0.021208912,0.00705264,-0.011474292,-0.0017473687,0.014869823,-0.00028859783,-0.0049798167,0.0038094597,-0.0045946753,-0.01825745,0.019297332,0.008534077,-0.009708853,0.0044156206,0.005591346,0.015260828,0.0012949411,-0.008424483,-0.0024491588,-0.0116218,0.01044966,0.013472399,-0.02117492,0.011756284,0.011386856,0.0058283797,-0.008549107,0.0070333173,-0.010647699,0.010702437,0.012516793,-0.0064403624,-0.011327847,-0.0021099716,0.005451931,0.009540763,0.0012778846,-0.012483095,0.014257507,-0.00040265053,0.0001499498,-0.0015836773,0.013263017,0.0024755797,0.004397236,-0.019911356,-0.0065642805,-0.0052566417,0.0035079129,-0.007463122,-0.0022322275,0.0024382942,-0.013943806,0.0073828185,-0.0025302847,-0.010956825,-0.0044327886,-0.021147676,-0.010811688,-0.010581915,0.0024857954,0.00026235735,0.008434773,-0.0040155156,0.0020638218,-0.006260265,-0.004263609,0.00072598597,0.035253298,-0.0035262068,0.0058174306,0.016259208,-0.010915028,0.003078729,-0.00023079276,0.0075215218,0.015488669,0.004159024,0.017354626,-0.0035544664,-0.0029579774,0.0002091634,0.0141122835,0.01294954,0.00465092,0.0094691515,-0.019367743,-0.008034723,0.0016603649,-0.010809569,-0.0029704573,-0.028476095,-0.017308071,-0.006049914,-0.10270221,-0.01102168,-0.006742801,0.0031265453,0.011019749,0.003987663,-0.0160621,-0.01843887,0.0004546766,-0.006574255,0.0007576611,0.0051663374,0.0020772477,0.0113587305,0.010637456,0.006601073,-0.0016807165,5.582599e-05,0.012555782,0.0015294357,-0.0013673196,-0.004959741,0.017597377,0.0046662325,-0.008037383,-0.012206451,-0.0041003996,-0.010843491,-0.005384774,0.0037341765,0.007827109,-0.010528822,0.008287945,0.018133955,0.02206515,0.006440973,-0.024908891,0.0036500872,-0.13018803,-0.0043339916,-0.012651765,0.0061987746,-0.0030936701,0.019923951,0.019130783,-0.006191676,0.0071207597,0.0043235146,0.0031900061,0.023292638,-0.019471966,-0.012525485,0.0042973664,-0.0026904345,0.004128445,-0.0016703664,0.0082413135,0.0025351585,-0.013262335,-0.019101402,0.022133976,0.008351477,-0.0048016757,0.0023253777,0.010220105,-0.0032622602,0.00549476,-0.022406263,0.0032418775,0.0029455745,0.0011838678,0.013598712,0.0068690046,-0.0023076066,0.024225846,0.021202568,0.0025865799,0.008419306,0.003797271,0.014389843,-0.003236596,0.026248723,-0.019994996,-0.010203893,-0.011772336,-0.0026819434,0.009981282,0.003941727,0.0015101993,-0.0014277006,0.009044512,-0.004203639,-0.010973163,0.0015310101,0.005821795,0.007815038,-0.00848594,-0.0071939807,-0.005395257,-0.001729227,0.012285907,-0.012149226,0.0026630454,0.01424141,0.020616634,-0.009750663,0.014182654,-0.018060016,-0.0006064799,0.0013681042,-0.006228716,0.005064672,0.015405226,0.026366629,0.002657478,0.014952898,0.024396477,-0.009018532,0.012527862,0.002594252,-0.0019434695,0.00911195,0.016176773,-0.013814314,-0.007037262,-0.016451044,0.01817656,-0.05864471,0.0064376835,-0.0008768835,0.003624809,-0.009206116,-0.0068491474,-0.023934389,-0.0038531513,0.008244155,-0.0005080481,0.0063234046,-0.027932035,-0.007147823,0.0027263837,0.0062323594,-0.015799807,-0.012022367,0.0015113294,-0.010193692,0.0018686667,-0.009182507,0.0024136635,-0.0125743225,0.0006913071,0.0009744428,0.010806935,-0.014050935,-0.018869864,0.01071434,-0.014558185,-0.017276548,-0.0014336046,-0.018425094,0.01045155,0.012218698,-0.01790022,0.00097188976,0.024189303,-0.0073064486,0.0095494995,-0.0020058032,-0.0062318887,0.028263254,0.009787435,-0.0085564265,-0.008767369,0.015938863,0.0047818,0.0137203,0.028075177,0.011778437,0.0020232557,0.016174577,0.0008082344,0.010631512,0.008181016,0.0060885265,-0.0034586422,0.020097138,-0.013458924,0.007107846,-0.013984898,-0.002342846,0.009439018,0.013987364,0.0015142801,-0.011060083,-0.024016265,-0.01380524,-0.008195904,-0.001207928,-0.02334932,0.026285853,-0.02164409,-0.0039869384,-0.008079865,0.0078716725,0.001116763,0.0010727252,0.012799708,0.030288564,-0.0021153043,-0.027843006,0.004817712,-0.00044080842,0.004696819,0.006615626,0.0027138276,0.009403162,-0.004205208,-0.0017364519,0.016418103,0.013833742,-0.03194169,-0.009107258,-0.0019617022,-0.00679394,0.008722363,-0.020666983,-0.006020549,-0.00017782144,0.016260033,0.009556237,-0.010055137,0.009657416,-0.004957084,0.00017254554,0.0032709958,-0.0048585115,-0.001844961,0.00481266,-0.012378985,-0.0033989458,-0.004857083,-0.16158967,0.00607818,0.010232324,0.01622346,0.0023344713,-0.0142095415,0.0022191403,0.0030289427,0.02322155,0.00719097,0.0018026643,0.011661041,0.0005398045,-0.010319168,-0.00067514536,-0.004836143,0.00911442,0.010044809,0.012066018,0.014782761,-0.03073601,-0.022294756,0.006348226,0.009896306,0.009904824,0.004925072,0.006622101,-0.019076658,-0.019693153,0.015064905,0.02415964,-0.005471691,-0.012652523,0.0072502806,0.017836468,0.014814317,-0.00049433374,0.021360692,-0.006101766,0.0003986084,0.0040792003,-0.010096149,-0.0068024825,0.0011517712,0.011531506,-0.011793677,-0.025494754,-0.008471976,-0.023521224,0.018832894,-0.0014762527,0.0066121058,0.0114841545,-0.011100165,-0.009034631,0.0118893515,-0.0051289424,-0.0027709738,-0.0006576509,-0.011893008,0.00022559475,-0.017112674,0.017025495,-0.011885418,-0.014182557,-0.021896135,0.0013484997,0.15236494,-0.00049502816,0.020070402,-0.02284377,0.014357946,0.011310937,0.021315066,-0.00029324036,0.011361867,-0.015396628,-0.010609664,-0.006878772,0.0008141533,0.0014565377,-0.006708004,-0.012414753,0.0042306613,0.00780899,-0.030301899,-0.008344056,0.0016932739,-0.014952148,-0.011424212,-0.011050696,-0.0039073024,-0.00085052924,0.0049015814,0.013251,0.004590129,0.034038994,0.029395605,-0.0018761823,-0.0008554076,-0.003410182,-0.020554997,0.0033717803,0.002660299,0.015303545,-0.023135338,0.010492095,-0.008501091,0.02577043,-0.022985514,-0.011329333,0.0122549925,-0.014277823,0.012775773,-0.016692694,-0.003981941,0.010063077,-0.052896544,-0.0040464,-0.019464482,-0.012364551,-0.010045148,0.02040207,0.0006436372,-0.0008662213,0.008382497,-0.00937931,0.01976446,0.0047195726,-0.020122467,0.010158991,-0.008504612,-0.011947826,-0.009008547,-0.0019891937,0.009265135,-0.111954115,0.0062220544,-0.0013941638,-0.00037111103,-0.008159392,0.009649551,-0.0050611207,0.004297224,-0.0010915975,-0.012105626,-0.0150584085,0.0001230066,0.010531946,-0.0067686406,-0.013372472,0.02106584,0.014120811,0.002072693,0.018832503,0.012165081,0.005210743,0.034481656,0.015130691,0.020869518,0.030091662,-0.023479415,0.008069756,0.023041068,-0.0015588645,-0.0025590144,0.001425025,0.0026577879,-0.026006551,-0.02179921,-0.010363363,0.0042186836,-0.009177238,-0.0015005141,-0.0114785135,-0.027855285,0.013535812,-0.0029247105,-0.012987974,0.008411199,-0.0123479655,-0.036710497,-0.028681705,0.017615875,-0.020604564,0.004019076,0.0034533774,0.0067729815,0.023937758,0.010244118,-0.023803243,0.011342824,0.008613769,-0.039455153,0.02204253,0.019805754,-0.014764446,-0.015133311,-0.009454103,-0.012363547,0.009671127,-0.010866007,0.016342059,0.011468807,-0.00057401496,-0.0044340496,-0.019902194,0.010478932,0.002721877,-0.015172714,0.007537864,0.0013116875,-0.00016582661,0.019355632,-0.0074016033,0.016857319,-0.005932246,-0.0027789841,0.004342363,-0.016990505,0.049531117,-0.013092317,0.017708171,-0.029049648,0.012136329,0.003858406,-0.016408242,0.018991163,-0.017949207,0.010646819,-0.01352552,-0.016715366,-0.019841759,0.023185046,0.02820371,-0.0014371312,-0.0013694932,-0.0020125462,-0.008708191,-0.022736212,-0.0031936443,-0.012827229,0.0013726013,-0.02613332,-0.0001986175,0.0027843695,0.009998563,0.032131273,0.0070626237,-0.0061913445,0.007263654,0.009757747,-0.0075706234,0.014088074,-0.015260168,-0.032052156,-0.002265484,0.011002582,0.0026078792,-0.00842298,-0.015821384,-0.005609778,0.007994684,0.009008933,0.020754877,0.008277542,-0.00648296,0.022162607,0.009333624,-0.008823589,-0.021942917,-0.017472494,0.009342686,-0.010917437,0.0080670435,0.019071432,-0.0061720083,0.025090264,0.0031842208,0.027863331,0.015161796,-0.009071134,0.013644375,0.0047939913,-0.000872868,0.011643167,-0.0061646733,0.0125819985,-0.014124045,-0.0042798417,0.00017825457,0.015656734,0.0031870205,-0.0017655041,-0.010991474,-0.006541398,-0.01028132,-0.014982954,0.010764508,-0.0071441745,-0.0020916532,-0.0010547948,0.008477562,-0.009672616,-0.046679195,-0.016086824,0.01100281,0.0019413065,0.0026409605,-0.027165556,-0.03770731,0.0072737252,0.009286419,0.024747908,-0.004850072,-0.07615393,-0.009144153,-0.0028775753,-0.011663245,-0.010398034,0.01575789,-0.005065162,0.00924318,0.0015773043,0.01609944,-0.0020042704,0.011100405,0.008569536,-0.01602691,0.010159966,0.013008008,-0.008322673,-0.0038734244,0.02451653,0.0045460584,0.0052065635,0.01353952,-0.012283303,0.011025103,0.014472195,-0.023957586,-0.0101114325,0.0029946137,0.007452931,0.0107357,-0.023129119,0.013500218,-0.017598849,0.016444558,0.011609403,0.0046023005,0.0041185245,-0.027063914,0.0017673001,-0.019340295,-0.016748477,-0.0030767138,-0.060409203,0.01203155,0.010965838,0.013426498,0.017962476,-0.017820481,-0.0058963196,-0.027074507,0.01193023,-0.011652407,0.009659895,-0.0036403544,0.0018026946,-0.010242117,0.007843338,-0.0005981774,0.00044834695,-0.0049104523,-0.002805182,-0.023001194,-0.01604218,-0.0009262387,0.016236672,0.009593385,0.006951357,0.019245984,0.0027474929,0.026925428,-0.0016560231,-0.009191101,0.029657757,0.00621719,0.00792446,0.01317164,0.0092760585,-0.020353328,-0.0071464772,0.0019183938,-0.033678275,0.01960962,-0.012351136,0.016082522,0.008811121,-0.018433653,-0.0073229717,-0.095247455,-0.011714137,0.011782461,0.0013238584,0.0022302575,0.010601781,-0.0059958217,0.078338936,0.013824906,0.0027132574,-0.0147069795,-0.0014568953,-0.014187777,-0.015555785,0.013686393,0.012113436,-0.0025903836,-0.0032323822,0.018604707,-0.0056741945,-0.013462232,-0.009222785,0.01467933,0.022428948,-0.0013626247,-0.05427781,0.014871106,0.0055312878,-0.005010062,0.0191056,-0.0065700603,-0.0065828203,0.00421847,0.01250666,-0.00015721178,0.00041923346,-0.018103356,-0.004643324,0.0067950836,-0.011329063,0.008948763,-0.00036743062,-0.008943436,-0.0054380456,-0.017865188,0.0017170314,0.017659,-0.00034154256,0.012060456,0.00032065742,0.0059444807,0.009279457,0.008062093,0.003098002,0.0018763613,0.012108456,-0.0006336923,-0.008793078,-0.011313592,-0.005642536,-0.009265397,0.0064188917,0.010981696,-0.018717999,0.010053076,0.025309227,-0.01982898,-0.0035391203,-0.026596226,-0.022035295,0.009692446,0.0013318157,-0.008922007,0.011377821,-0.00284161,-0.018783353,-0.0046530883,-0.01214858,-0.023518968,0.0067289323,0.016587555,0.0033047,0.02740042,-0.012913977,-0.0073698005,-0.010513246,-0.0022417083,0.002244919,-0.0072539286,0.0055220476,0.016164105,-0.0032888427,-0.010212877,0.005783221,0.010026132,0.010338778,-0.013801096,-0.01227183,-0.00079226913,-0.012227975,0.0014319653,0.004763988,0.0028482035,0.009031893,-0.011943094,-0.0017416577,-0.00021042889,-0.018218746,-0.007456173,-0.015205723,0.028974533,0.025832925,-0.013840502,-0.00787522,0.0055284384,0.004023402,-0.0011843018,0.0029919897,0.008379673,-0.023165032,0.00096853415,0.019915575,-0.019452015,-0.013843253,0.005138605,-0.018849628,-0.003275238,-0.00221657,0.0024998314,0.005371522,-0.0063129,0.012978875,0.01891302,0.0057260096,0.0029682536,0.0022603367,-0.015828295,0.009718113,-0.0012088896,0.0008726945,0.022913214,0.006168505,0.018690415,0.012694894,0.030140914,0.002913193,0.010889283,-0.007423655,-0.01943073,-0.017149767,-0.0094172545,0.023932999,0.021152558,-0.026291044,-0.019287461,-0.008613707,-0.013781913,-0.007437998,0.019134196,0.010415639,-0.005066094,0.007430915,-0.023002895,-0.001050661,-0.028585743,0.010675215,-0.010678682,-0.015381672,0.03407667,0.0062201414,-0.009609087,-0.021174017,-0.010850423,0.0032313815,0.025720203,-0.010074089,-0.026002917,0.04370335,0.00026318597,0.001712464,0.017839435,0.013880892,0.0021709278,-0.008762264,-0.0035598718,0.01861849,0.0192141,-0.009515605,0.023297746,-0.010825327,0.010850382,0.007038002,-0.016849143,0.0033693225,-0.00748007,0.001723499,-0.019804042,-0.031713337,0.0031691927,0.011198753,0.022029608,0.012165396,-0.026668403,-0.034212314,0.0009377053,0.021636568,-0.0008434487,0.021189269,-0.037655864,0.018203432,0.01536922,0.015148754,-0.012856766,0.010244569,0.006923433,-0.0052627283,-0.024168883,0.009529899,-0.030219918,-0.008685318,0.030008497,0.018495256,0.009389139,-0.025356665,0.0053022066,-0.0086963475,0.0033629248,0.0073449244,-0.019836599,-0.0019274417,-0.0125624575,0.0428433,-0.011509051,0.005002737,2.3518904e-05,-0.010525433,-0.012893937,0.014528167,-0.0022641455,0.0063864747,0.021396201,0.016467715,0.0062361807,0.0004010514,-0.015684966,-0.009367855,-0.0023688548,0.008820195,-0.017168898,0.008908458,0.003554442,0.019954285,0.0053619654,0.009026409,0.025428165,0.008221872,0.011741519,-0.026064673,0.012912055,-0.012279879,0.016286133,0.004199434,-0.005334867,-0.0066635646,-0.01802583,0.018247066,0.005233857,0.0064422,0.002342861,-0.002804372,0.014410929,0.021246152,-0.015827306,-0.0013317514,0.001881773,-0.013869913,0.015194342,0.011308634,0.0015205813,-0.016583728,0.0004584793,0.0072329026,0.017989729,-0.0057406714,0.0012223533,0.00054011826,0.026839001,-0.00054999907,0.029594837,-0.010383133,0.006597753,0.0073092845,-0.004648857,-0.005382528,-0.005204472,-0.004147913,-0.0112524405,0.005876608,-0.007824351,-0.010912375,-0.019949839,-0.018762812,-0.011348974,0.0024415224,0.019835288,0.010763384,0.018095441,0.0012816004,0.00013421103,-0.024138099,-0.010959012,0.0071222465,-0.005933768,-0.00066609506,-0.028376224,-0.012880046,0.0050933724,0.0056094136,-0.0031611745,0.02222044,-0.0054985145,-0.027587373,0.016290043,-0.0059662405,0.006255073,0.0153843155,-0.010629717,0.009096634,-0.023904268,0.01483669,0.020920796,-0.014205285,-0.0017222143,-0.012430233,0.015738742,-0.01876817,0.006712956,-0.007976365,0.0029113973,0.030196916,-0.0028813828,-0.00020035298,-0.01713892,-0.02217476,-0.010250119,0.012230561,0.02686244,-0.0327682,0.0025703611,-0.0026914438,0.02250032,-0.0004933584,-0.008006225,-0.010697135,0.013764755,0.005397165,0.019526457,-0.010164107,0.0024784193,-0.021672344,0.0036858353,0.006248812,-0.013546326,-0.02085006,-0.008277994,0.01731088,-0.013381557,-0.024072643,-0.00035251305,0.0054533514,-0.04308863,0.0014461688,-0.013337335,-0.010243232,0.018920587,0.024771154,-0.01344234,-0.005671597,0.0042727278,-0.014477795,-0.006859237,0.027307797,-0.022258503,0.0018125437,0.00043920276,-0.0024554755,-0.010461436,-0.018989503,0.015450287,0.00033107007,0.0014020691,-0.004157591,-0.010899699,0.012690211,0.018323315,-0.009394307,-0.009366482,-0.029711407,-0.0041832235,-0.0024023768,0.014839763,-0.03113348,0.012687082,0.009100533,-0.0041184737,0.015224818,0.009876066,-0.004413263,0.006293494,-0.020392416,-0.034671966,0.0072529335,-0.011416912,0.016999708,-0.004443698,0.0030320126,-0.006970068,0.017634496,-0.010819668,-0.002850243,-0.014280404,0.0020169544,0.007131021,0.023077937,-0.010987586,0.032151707,0.025423642,0.0027044332,-0.01771076,-0.0016792475,0.0026549415,-0.010396949,-0.014575357,-0.013800005,-0.004094963,-0.00872677,0.0028345534,0.0041044843,-0.0052855248,0.011172272,0.0067200614,-0.005811434,-0.007965883,-0.010054506,0.015723733,-0.01917526,0.0013364082,0.01372474,-0.009334451,-0.0053388057,-0.009251122,-0.005356661,-0.0047155577,0.01941951,0.0045132525,-0.009631689,0.0059174458,-0.01200909,0.013237077,-0.01920958,-0.010065162,0.020306576,-0.000639333,-0.012323362,-0.02548091,0.0035469742,-0.0067279665,-0.0005321279,-0.019793605,0.016448682,-0.04504227,-0.006970566,-0.026883347,-0.0140690105,0.0023797555,-0.00013970179,-0.011474622,-0.004622475,0.016032811,0.0077599254,-0.00532017,-0.027927602,0.0029586223,0.018439908,0.0053825825,0.004564523,-0.012173501,-0.022778103,0.014190702,-0.008529037,0.0016954585,-0.0142563395,-0.008201649,0.005760554,-0.014170854,-0.012123209,-0.0062975986,-0.0110321045,0.0038392153,-0.0023206982,-0.008749374,-0.009663332,-0.0012836197,-0.0030832076,0.0125141805,0.020080954,0.009386016,-0.01187924,0.0063585187,-0.017900694,-0.012388451,-0.012228694,0.011548279,-0.011929132,0.0074772625,-0.020441163,0.012873924,-0.00866613,0.0010118899,0.006306236,0.004224291,0.0068981037,-0.0033563117,-0.008042239,0.0011358695,-0.008189934,-0.024981115,-0.0056819995,-0.007558734,-0.008750594,-0.009332833,-0.0109171355,-0.025822856,-0.002903648,0.012748741,-0.0061867326,0.010884656,0.0005859341,-0.0053382586,-0.001514854,0.004096083,0.0008475387,0.022741828,-0.003410009,0.02013825,0.008957789,-0.007170236,-0.0046964455,-0.018533153,-0.027452763,0.023722583,-0.017137542,-0.0022794555,-0.00085389864,-0.0120867165,-0.010823561,0.0136531545,0.033545557,0.015209498,-0.002589431,-0.018412419,0.0019945882,-0.0035609445,-0.0046283137,-0.0052963537,-0.013179645,0.00064031564,0.015545114,0.013968452,-0.009762173,-0.005461062,-0.010766434,0.036256753,-0.01306184,-0.020079182,0.024707077,-0.011813888,-0.02230791,0.005720669,-0.003256186,0.012753416,-0.025146043,-0.01711758,-0.0026782823,0.020175043,-0.0056555374,0.0071546785,0.0015401947,-0.0024673245,-0.022067383,0.02873801,0.024272552,-0.0049600936,0.002856693,0.0068910704,-0.007800319,-0.0059548607,-0.018945217,0.015129765,-0.0027978944,0.020545237,-0.0009045375,-0.0012338791,0.016692301,0.014495306,-0.0005326453,-0.005488584,-0.014270156,0.013360805,0.010961951,-4.2074087e-05,0.03811961,-0.009377132,-0.0063753813,0.0092111,-0.020133741,0.009287255,-0.0011975593,0.051399644,-0.010423188,-0.020445231,-0.02088546,-0.013273435,-0.017803045,0.01767301,0.01008007,0.046505306,0.0066006677,-0.014558085,0.0010068873,-0.024193117,0.021417346,-0.0081723835,0.022464741,0.022470025,9.8344084e-05,-0.0045815916,-0.01085003,0.011364097,-0.015423067,0.002620204,-0.008281178,0.0031413792,-0.0062572104,-0.005482793,0.009096472,0.004219956,0.01639766,0.01100102,0.000767922,-0.01875884,-0.014801872,0.006404615,0.029307013,0.008344912,0.018988328,0.0063563017,0.0041524577,0.014280685,-0.004233631,-0.0018696856,-0.0038156223,-0.009935902,-0.0015260692,-0.011176558,0.006721776,0.006404282,-0.0034367186,0.0019035008,0.01031466,-0.015713962,-0.004092267,0.011574266,-0.0076455204,0.008092297,-0.018684309,-0.0244451,-0.009733692,-0.0029294796,0.00016296215,-0.021698311,0.00272416,-0.003242092,0.00960165,-0.00912744,-0.0003343428,0.15562563,0.12482996,-0.0010907209,-0.0019897462,0.00584916,0.002473743,-0.007743328,-0.0111353025,-0.023268724,0.0024916898,0.00875648,-0.0066059525,-0.016700039,-0.02523199,0.010587357,-0.007766398,-0.0143056465,-0.005554987,0.0015252046,0.019833798,-0.005864715,0.00018314521,-0.016277624,-0.010266066,-0.007146623,-0.0016675888,-0.0056986306,0.009307673,0.012716313,0.0048203664,-0.0019732688,0.009513752,-0.013654251,-0.014230626,-0.0069636125,0.016237957,0.022943059,0.0034452302,-0.02567559,-0.0037898244,0.0030172123,0.01785335,0.020507962,-0.023796681,-0.014637546,0.00019442054,0.0016429882,0.006740725,0.01246229,0.027810918,-0.022294711,-0.0010844388,0.0026428793,0.0075713093,-0.008416341,-0.01016497,0.0055094142,0.012355767,0.004590836,0.00858127,0.013735249,0.008656879,-0.008099178,0.00016773667,0.012842146,-0.006897762,-0.015740773,-5.2034484e-05,0.00058255164,-0.014051949,-0.00489934,0.0018447539,0.014360508,-0.0014052317,-0.0032424654,-0.0017803389,0.0039225384,-0.017371029,-0.008559664,-0.0130607225,0.007958786,-0.002211078,0.002116745,-0.0049332073,-0.01572197,-0.0034818146,-0.0006716848,0.013168775,0.11447775,0.011526056,-0.004352058,-0.01854016,0.009048336,-0.00045273048,-0.00358053,0.061616667,-0.0046183183,0.0014314181,0.008363459,-0.0113883065,0.0015982997,-0.007999545,0.023772068,0.005812744,0.026229922,0.023929548,0.00801943,-0.0012466906,-0.026868803,0.0017262772,0.03118799,-0.009101763,-0.0026876696,0.012625805,0.007890259,-0.0036674791,-0.03158165,-0.0081441505,-0.12160569,0.011679312,0.0033171433,0.00053690944,-0.0028362747,0.02566737,0.015250283,-0.023548082,-0.018039284,-0.010573467,-0.0059722285,-0.032405406,-0.0030437105,0.02282221,0.015764168,0.023237022,0.012382823,-0.033609938,0.00540291,-0.0055062477,0.007923205,-0.008100471,0.007088546,-0.030215813,0.0056466474,0.016068503,-0.0090812445,-0.0047416566,-0.019763838,-0.0012492343,0.0041755824,-0.0066868663,-0.013445455,0.018350529,-0.0009139171,0.0064943605,-0.009183581,-0.009742455,-0.008988068,-0.013941147,-0.0013436178,-0.030094495,-0.005567835,-0.014775439,-0.012262609,-0.00064413564,0.006113714,0.003239607,-0.012583883,0.0015023992,0.0040027164,-0.012985892,0.007861177,-0.0005066035,-0.0024092712,0.008628183,-0.013083393,-0.017862998,0.015378574,-0.023791814,0.008776115,0.009259827,-0.02112457,0.019986445,0.016116036,-0.011240265,0.029100392,-0.0056892196,-0.0066110175,0.01247293,-0.002036636,-0.0067580985,-0.000720162,0.0032364777,-0.026676139,-0.009792965,0.00145677,0.00070632016,-0.0031510417,0.0015310644,-0.0096662855,0.01786976,-0.00544789,0.11572315,-0.011381143,-0.0077037085,-0.0043966076,0.004388465,0.01224273,0.0049474225,-0.00904699,0.02775158,0.020166777,-0.0061060083,0.006235377,0.008787023,0.0255984,0.013815611,-0.018722394,0.019532552,0.010185247,0.034750007,-0.0014856998,-0.009124808,0.011174512,0.014295003,-0.0046907905,-0.01218189,0.012517388,-3.608491e-05,-0.0001661167,0.021076355,-0.00061272446,0.022521686,-0.021637417,0.008244336,-0.009626696,-0.016476108,0.008725528,-0.021194136,6.1776605e-05,-0.017919615,0.011859286,-0.011727816,0.013773861,0.016005533,0.009064392,-0.057427496,0.19018702,0.011835612,-0.0014156688,0.0015035836,0.0046712453,0.005483964,0.016803917,-0.012297501,-0.023343364,0.011139129,0.010093466,-0.0013949869,-0.016863115,-0.0012815738,0.00044027236,0.0013634486,-0.009845288,0.008840396,0.026667766,-0.0029902724,-0.019257655,0.0004988495,-0.020730305,-0.030222012,0.0043470794,0.020216675,0.0100019155,0.0090221735,0.03409745,-0.028018847,-0.009179296,-0.0054130526,-0.0072494266,-0.027402505,0.0050366963,-0.022655448,0.027600842,0.0049750386,-0.015930748,-0.0025072827,-0.00930167,0.006330955,0.011510502,0.0050353375,0.01156021,-0.012422211,-0.01948765,0.0243553,0.007324917,0.002135553,0.008482832,0.00428246,-0.004606115,-0.0015868864,0.007636871,0.004456898,0.02044254,-0.0068018595,0.0042895726,0.0014091454,0.0065622055,0.010483785,-0.0020852375,0.010539921,-0.0012849978,0.005291845,-0.013790499]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 187,
          "content": "9th Japan-EU Digital Policy Dialogue Held",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.01597455,-0.010662181,0.021567823,-0.07552428,-0.024364565,0.014016289,-0.0041796705,-0.027515458,0.028653394,-0.0243077,0.0058185086,0.0026449352,0.028924046,0.027575422,0.11237342,0.005913679,-0.0127794305,0.029201904,-0.016799122,-0.010209302,0.012673185,-0.020036286,-0.024255518,-0.011405823,-0.034083996,-0.02051157,0.008620043,0.00837471,0.040761795,0.0082593,0.0069624274,0.021484062,0.004332501,0.010208782,0.002879918,-0.01705949,-0.0010848065,-0.011849507,-0.010908265,0.0343157,0.0050683822,-0.021451997,-0.018260641,0.006176196,-0.0046387445,-0.012530494,-0.012861078,-0.00405464,-0.0056289877,0.010464756,0.0050533414,0.023800446,0.012678596,-0.16799556,-0.015171312,-0.005647274,-0.0035172193,0.0023419615,0.0072824485,-0.017594602,-0.029494585,0.0077176495,0.008329737,-0.007969089,0.0029718003,0.0055745123,-0.010702827,-0.004462407,-0.026504325,0.0030623614,0.021925665,0.016879497,-0.007183877,-0.008918775,0.017095042,-0.018145429,-0.0013500392,-0.011399998,0.007591024,0.013794002,-0.0016270494,0.033581212,0.008710508,-0.014088588,0.01622139,-0.0051371413,-0.0016271748,-0.0063014543,0.008332376,0.007229616,0.02567484,0.0020845318,-0.0053931824,0.017703857,-0.001996827,0.008962189,0.013156915,-0.028759535,-0.00062244624,-0.0042064483,-0.015784575,0.014736376,-0.00021202407,-0.004629046,0.00021656319,0.0013592558,-0.034038603,-0.018187813,-0.011218201,-0.014573366,0.020059574,-0.012937866,-0.01951073,0.03778561,-0.011017469,-0.13194719,-0.012660799,0.017920429,0.0028582923,0.0069625136,-0.0050631524,0.005651596,0.007091437,0.008783924,-0.0019856624,-0.0005456332,0.017089348,-0.0018234826,0.01647884,0.008483248,-0.017830335,-0.0035597254,0.004085933,-0.012881356,0.0060759475,0.03447071,0.0024844946,-0.03760422,0.011838988,-0.0071698097,-0.007668334,0.01963058,-0.0074832225,0.033602864,0.007860555,-0.012864214,-0.025473516,0.009252256,0.00020687436,0.013849142,0.049513806,0.016884698,0.010949578,-0.020433472,-0.04571942,-0.00072248635,0.0073151635,0.025159199,-0.013034139,-0.0033021183,0.015505436,-0.014749031,-0.006513206,0.031927,-0.0065816944,0.019673813,0.019110085,-0.0061567146,0.031845592,0.021285206,-0.01420132,-0.020571139,-0.0051349583,0.0029248556,0.0043806685,0.027956298,0.0271388,-0.0015689515,0.011117682,-0.021159986,-0.0071165,0.03528608,0.035062592,-0.00096447853,0.01592123,0.002533408,-0.013502679,-0.024979562,7.439943e-05,0.0112029845,-0.03190934,0.010286923,0.018457638,-0.017537346,0.0025422499,-0.04365535,-0.030279715,0.009582508,-0.0133273965,0.0021027117,0.017462505,-0.008918253,0.0027381487,0.0005180005,0.0023659067,0.0041783405,0.014096789,-0.020413069,0.0030309043,0.016016424,-0.014214063,-0.017144147,0.012245643,-0.030431582,0.010207251,-0.018561522,-0.0023299446,0.0060452307,-0.0014220356,-0.016259028,0.0022621038,-0.0024467711,-0.0050491784,0.016131511,-0.011455701,-0.009399934,0.013961497,-0.0023331114,-0.0007109998,3.8958624e-05,0.0044412604,0.029134752,-0.018547678,-0.046164785,-0.008230547,-0.002638653,0.008557693,0.009994051,-0.006813007,-0.0001491407,-0.016972624,-0.0008323006,-0.0063380627,0.0410886,0.026922897,0.0015787487,-0.019945571,-0.0052716853,-0.010978736,0.016529202,-0.007281898,0.008735181,0.034870703,0.0050746016,-0.01891633,-0.020459091,0.0073067644,-0.013039436,0.024214443,0.009781372,-0.019455371,0.01480693,0.0029335069,0.0016418636,-0.006601406,0.013800786,0.018576862,0.04463223,-0.03132934,-0.0019527198,0.005583332,0.015483872,0.0057125115,-0.0010602612,0.03797464,0.0065903114,-0.046635084,0.0150376605,0.02287494,-0.019344846,-0.009354877,0.017856896,-0.003876459,0.010559514,-0.029017696,-0.008623335,-0.03460384,-0.008971217,-0.02200189,0.007818355,0.020183956,0.0119074285,-0.0040038396,0.026341952,0.016981723,-0.03551746,0.006959157,0.032271713,0.014489444,0.0042409915,0.019851545,-0.04455555,0.022227075,0.040083483,0.009728764,0.018835206,-0.022278568,0.0362466,-0.0028694158,-0.004960077,-0.0110061765,-0.022322914,-0.004057712,0.002393335,0.016572427,0.0056854864,-0.01680193,-0.002724646,0.021188833,0.013611,0.009477707,-0.0076723536,0.010371659,0.01548735,0.0056640897,0.011405467,0.0019457963,0.002979567,-0.003726729,-0.012074333,-0.004127711,0.013700206,0.032168854,0.01790587,-0.012843569,-0.0020840059,0.014521843,0.015593095,0.034873083,0.008469284,-0.032365665,0.014055109,0.005480679,-0.029409934,-0.01435367,0.015600638,0.01023764,-0.042549122,-0.030565465,-0.03545818,-0.0073740142,0.0027873695,0.017890982,-0.0018349036,-0.043565948,0.043973178,0.023561906,-0.006712694,0.0078124404,0.025404628,0.026518997,-0.00858317,0.00095783453,0.017087582,0.0061869943,-0.0314057,0.012717534,0.025540836,0.010521896,0.01140699,-0.006880053,-0.025181245,-0.0026031241,0.011569688,0.0202805,0.0015317133,-0.013345226,-0.015482919,0.015778834,0.011454929,0.013412821,0.015977763,-0.0042870347,-0.017833268,0.019396022,-0.01323836,0.014871788,0.00105458,0.02238412,-0.0007041493,-0.032227375,0.033800915,-0.0077602416,0.030004837,-0.021543022,0.011434079,0.021942757,0.015445106,-0.0004743767,-0.028787516,-0.028057294,-0.01854612,-0.029283028,-0.000661682,0.017218154,-0.005939453,-0.011505182,-0.008217419,0.0017349988,0.021103876,0.02225122,0.008231783,-0.011097297,0.0025018656,0.003922817,0.037008364,0.022943165,0.049332038,-0.009729503,-0.017198898,-0.015245116,0.018066373,0.005085091,0.023979275,-0.011317513,0.006683652,-0.0051876544,-0.02515948,-0.008855588,-0.015714146,0.016662737,0.0031395445,-0.0053719743,-0.016977191,-0.013579615,-0.011092665,-0.019849323,0.010550376,0.011618288,0.0037365137,-0.015804525,0.0057341657,0.010769582,0.008928445,0.012196604,0.031380218,0.026909832,-0.0195924,-0.055487387,-0.0007692802,0.015153766,-0.030430045,-0.009548014,0.022783594,0.012016986,-0.00052407855,-0.01840433,-0.0011245705,-0.007204031,-0.0050118724,-0.008075264,-0.013328106,0.00026442003,0.013492002,0.012920889,0.007000942,-0.02627876,-0.007923575,0.014007017,0.025661347,0.020830482,0.024670253,0.008952268,0.019451575,-0.0028595729,-0.03970169,0.031970855,0.0066309846,0.022617914,-0.0070593245,0.0072645983,0.0017151495,-0.0025637913,-0.026435299,0.009493263,0.015941918,-0.02675488,0.010577188,0.014524039,0.03456946,0.026688656,0.015595799,-0.0069981785,0.009808267,0.006696787,0.0007462719,0.012075968,-0.027533473,0.0031049305,-0.030195821,-0.0018383573,0.0042990074,0.008370981,-0.008606894,-0.035106983,0.0025786802,-0.0020055957,0.0022143242,-0.016248489,-0.004220993,-0.00633632,-0.014803032,-0.014662392,-0.01152121,0.0015924933,0.013545854,-0.022785427,0.0011725435,-0.0016684051,-0.022512268,-0.029208716,-0.0106056295,0.005402544,-0.033617053,0.020960078,-0.024085281,0.039163157,-0.0061892807,0.02195302,0.020605529,0.00066581497,0.019329386,0.014469708,-0.027492268,-0.0129855,-0.01617429,-0.02815185,0.043391265,0.02187571,0.007965208,-0.01820569,0.023961091,0.029275224,0.026670171,0.0230022,-0.05045278,-0.021059008,0.036002573,0.018268263,0.0061095846,-0.006037271,0.026794443,0.009502648,-0.008053895,-0.020636363,-0.004225376,-0.019055085,-0.01177546,-0.024323324,-0.021388058,0.0021593499,0.017045027,0.018426716,-0.0122534,-0.0042032762,0.033475358,0.009008648,0.021751035,0.011623809,-0.011500967,0.0031531735,-0.0044128187,0.03827438,-0.0034672082,0.017639417,-0.010086944,-0.008237858,-0.0009898847,0.009282775,0.008032075,0.008486269,0.01790911,-0.0113713,-0.019957667,0.019090246,0.022422936,-0.0076059834,-0.023096256,-0.0045444192,0.0006741815,0.00085151615,-0.043980327,0.013815013,-0.007848464,0.028619267,-0.017569074,-0.015478038,-0.0134674385,-0.03115367,-0.008366106,-0.022953574,-0.013012642,0.0038919626,0.0032958814,0.009417326,0.017600343,-0.003592731,-0.0046557635,0.0059748217,-0.009730662,0.010616351,0.0038482477,0.026725302,0.007397298,-0.0063193687,0.019562181,0.0006605132,-0.0071012666,0.0007481793,0.007014616,-0.020967377,0.004737201,0.013003816,0.007624214,0.026564907,-0.009916883,-0.0056664185,-0.13983828,0.02513803,-0.0055689015,0.0029533207,-0.00082537654,0.0053762053,0.016436055,-0.03004831,0.004633393,-0.011644834,0.0026500092,0.003437352,-0.02145891,-0.00085213105,-0.031876817,-0.02054984,-0.002819198,-0.003321093,0.018895369,-0.020800807,0.020501912,0.0005174641,-0.007887034,0.018277569,0.007085298,0.012887863,-0.0037301974,0.0011499692,0.018393327,-0.021866776,-0.009867577,-0.122854866,0.022094091,-0.026459811,0.01261798,-0.011990083,0.0052094124,0.014672791,-0.037135415,0.011561375,-0.010686918,-0.032993402,-0.025158951,-0.026187673,-0.0039901636,-0.020767827,0.06887587,-9.0979556e-05,-0.00045221107,0.03123901,-0.02032035,0.0051580817,-0.0016932469,0.005819294,-0.016454851,-0.0063875415,0.0153049035,0.0027276091,0.028569803,-0.01665543,0.0037420797,0.015423698,0.008926497,0.008221095,0.007941853,0.0009928255,-0.013295924,-0.0149985,-0.013639398,0.035968624,-0.020691171,0.011070451,0.0004865788,-0.007574935,-0.0052489857,-0.005451838,-0.029709443,0.016228495,-0.03155902,-0.0073352465,-0.035988078,-0.027730403,-0.07603492,-0.0010741964,0.0074086757,0.0032531912,-0.018855777,0.010535214,-0.005506386,-0.0037770486,0.019545412,0.012903802,-0.009807241,0.02189243,-0.0003413074,-0.03138768,-0.029543664,0.0052067665,-0.027036937,-0.013421204,0.04326554,-0.014712004,0.017792568,0.0012106589,-0.0042710956,0.012601001,-0.009801536,0.006575226,0.025013875,0.02791872,-0.01403372,-0.004080813,0.002145303,0.024740808,0.009575743,0.00020834575,-0.018969791,-0.0033538928,0.0040818364,-0.020261863,0.054995585,0.011882509,0.01287992,0.035903797,-0.010984574,0.007480861,0.013227337,-0.0063999905,-0.0013552576,-0.017423958,-0.02939034,-0.022532115,0.0057070823,-0.019967046,-0.013469277,0.003344822,-0.019370211,-0.01408008,0.010297024,0.024476428,-0.0126781585,0.0022761445,-0.0048110965,0.009805568,0.0006695887,-0.001141115,-0.010208766,0.012640123,-0.005052142,0.010211264,0.0002710707,0.025164569,0.0045936853,0.0072465297,0.009115514,-0.0122871585,0.002832246,-0.009288901,-5.1539388e-05,-0.011864881,-0.041753087,0.00923515,-0.0025333578,-0.014576417,-8.494269e-05,-0.0036806387,0.0037311292,0.00998147,0.011403327,-0.005674586,-0.0054455227,0.03104882,-0.0015639507,0.01812811,0.0066658696,-0.013921629,-0.010363563,-0.0043089916,0.006300467,0.002686944,-0.0050932444,0.0068072053,0.0027982767,0.007794537,0.0063360455,-0.0058433427,0.0066722003,0.0032861573,-0.006783185,-0.0014752933,-0.025224086,0.008883692,0.010129333,-0.002253601,-0.0023958264,0.0039019233,-0.023154253,0.009377236,0.0034708355,0.010675309,0.0031492943,0.008679961,0.0037015574,-0.0028675739,-0.00498914,0.014668342,-0.0033055858,-0.0055379523,0.00276931,0.0014115879,-0.008475205,0.0027010841,-0.012715428,-0.011097815,-0.0022925015,0.0015214349,0.02646757,0.0013632696,-0.0035776137,0.011647583,0.023159785,0.0016425794,-0.0076407213,0.0045666127,-0.009494816,0.0050896076,-0.0042475415,-0.0030000934,0.0067001325,0.01180562,0.0007319819,0.020593967,-0.0127826,0.0037008075,0.0043756412,-0.007964299,-0.003491091,0.0022485803,0.0130056795,-0.008314445,0.0014534731,-0.008506997,0.00980626,-0.0086138705,0.008054855,-0.019778147,0.009874748,0.0063860193,0.027467191,-0.015162974,-0.006282808,-0.015384312,-0.020035934,0.027592435,0.0042273593,-0.0071560736,0.0022379481,0.020258455,-0.0046163355,-0.008334916,-0.020313315,0.016969273,-0.010192982,0.002650246,-0.02340789,-0.022108272,-0.007139913,0.008504537,-0.016425172,0.004793376,-0.0075610816,-0.012064959,0.010356851,0.015236501,0.013369194,-0.017513337,0.02271685,-0.0075958893,0.004872881,-0.02500424,0.00025736,-0.0034675826,-0.0013231222,0.01415344,-0.012851853,-0.007106469,0.0010657846,-0.012150107,0.018669011,0.0062612607,0.009279049,-0.017358903,0.000406943,-0.0079548955,-0.016768355,-0.00032108417,-0.0015492302,0.0072366428,-0.0034498475,-0.01633924,0.011898559,0.00017856013,0.010581667,0.033662073,-0.014398671,-0.0011914244,0.0063551585,-0.019937353,-0.0032920013,0.007907129,0.012365207,0.005240401,-0.02704597,0.011325404,-0.010442329,0.011917221,0.0061839656,0.0065874746,-0.01423816,0.0011773338,-0.0056883595,-0.01186927,0.014266716,-0.003933411,-0.0026284088,-0.016003864,-0.007964811,0.012413614,0.01332006,-0.0017586269,0.0028655303,0.002359462,0.009412999,-0.008281203,-0.0122749675,-0.012478748,-0.0029090547,0.0040394827,-0.007046644,-0.0007032957,-0.0017469414,0.08305602,0.027516626,0.015073872,-0.0011793163,0.018214699,0.007373548,0.015679618,-0.0028138652,-0.0018068027,0.004562457,0.0064006494,0.007590049,0.00982446,-0.008356356,-0.005250612,0.018993404,-0.01486657,0.0039118635,-0.0073049124,0.0007386021,-0.014138544,-0.015620298,-0.0017473717,0.0063507436,0.008945745,0.0013884972,0.01232283,-0.0067523867,-0.0019923598,-0.01481267,-0.005078069,-0.0028456359,-0.0056691235,0.0013383582,-0.004045635,-0.00812688,-0.011798251,0.033799745,0.020699168,-0.01499664,0.007505444,0.008093405,0.0220828,-0.013351425,0.0017819406,0.015214219,-0.00862265,0.0085004745,-0.0017401914,-0.006716054,-0.0029655916,-0.00036020778,-0.0061278287,-0.00743549,-0.021607518,0.016902922,0.0024634863,0.0065885857,0.011318946,0.017974192,-0.0015619269,-0.00040651872,-0.0033350226,-0.004296014,0.0021054796,-0.0134892315,-0.0057686944,0.0064301705,-0.0045993715,0.00047574256,-0.0016295284,0.018749038,0.009019697,0.019988751,0.015939876,0.005673862,0.0056257676,-0.012873428,0.006098103,0.0014885947,-0.0035077378,0.0033691688,-0.020254392,0.0043584546,0.030026505,-0.0070357556,0.012854718,0.014332039,0.016134981,-0.01427948,0.02544932,-0.03044261,-0.0009265034,0.002184911,-0.014107148,0.0035845167,0.044488188,0.007478827,-0.0035910418,-0.008258529,0.010955866,-0.015552847,-0.006936189,-0.014814869,0.018206144,0.020628799,-0.0044732974,0.021321664,0.018057993,0.009222192,0.007068705,0.013558438,0.02851931,0.0020091974,0.0035646548,-0.0036622833,-0.007878214,0.0037453293,-0.011881411,0.0021001862,-0.012444268,0.0013202043,-0.003042824,-0.008039956,0.003301777,-0.006259504,-0.0133509645,-0.015498999,-0.008668914,-0.01409461,0.0017939528,0.014906189,-0.00806834,0.020736588,-0.010383919,0.015353581,0.009403966,-0.0066944975,-0.012368578,-0.0019240837,0.0045926953,-0.008769824,-0.009977127,0.012330045,0.0014636281,0.009052681,-0.00081997924,0.006278235,-0.012574257,6.194234e-05,-0.0063196104,-0.008323918,-0.007074701,-0.015306132,-0.011336284,0.011195643,0.012417988,-0.008409004,0.017525543,-0.0116768,0.0043646526,0.0017847413,0.008743898,0.008710983,-0.0005201637,-0.010076676,-0.0012002997,-0.0062328544,0.011590597,0.023910258,0.023667904,0.0055161873,0.018546766,-0.0024702381,-0.014794707,-0.00095983583,3.0145167e-05,-0.0057546617,-0.02388627,0.013713002,-0.0044345893,-0.008613316,-0.006816042,0.0033329546,0.007077158,-0.00061000325,0.009476704,-0.01414821,0.00057276007,-0.020439385,-0.011865525,0.0027207069,0.010130144,0.0072326222,0.008475738,0.005843315,0.003713571,0.007865515,-0.0032046705,0.0033058564,-0.0011441002,-0.016058784,0.008490289,-0.009243776,-0.004223549,0.015414468,-0.009934984,0.0056401705,-0.001734412,-3.7324728e-05,-0.006222422,-0.03744916,-0.0011410932,-0.008580389,0.0036406347,-0.013982627,0.011973714,-0.00044708254,0.00031209821,0.0021359462,-0.013755161,-0.004254107,-0.0075254785,-0.022105712,0.010041768,0.0062771677,0.00827069,-0.0011297695,-0.00022330077,-0.018502973,-0.0026043865,-0.017018288,-0.0006733234,0.0073875994,0.02733338,-0.013173381,-0.005112371,0.0026890093,0.01504101,-0.020863194,-0.0050833807,-0.006084577,0.0073819305,-0.003373646,-0.016161803,0.00873284,0.002014417,0.002859024,-0.006716553,0.011405822,0.008605748,0.0029963527,-0.012344032,-0.0023597227,0.0120077655,-0.015889533,0.0037528966,-0.055555943,0.0039576115,-0.013889275,0.0061112926,0.0063127903,-0.009981217,-0.0012484728,-0.012896203,-0.015635468,0.0013525228,-0.0071418537,-0.007305476,0.01851705,0.010577874,0.0072130505,-0.007644331,-0.00281948,0.005041564,-0.0011784516,0.0039083273,-0.021842647,0.0036721914,-0.00089217187,-0.009196407,-0.005347704,0.011530497,0.007913869,-0.010458641,-0.0023942247,-0.0029898686,0.00842058,0.005240656,0.017186822,-0.00606099,0.0028334132,-0.0045851003,-0.0026113912,-0.011742025,-0.018880213,-0.00016761314,0.016839989,-0.005961647,0.0023647533,0.002046717,-0.009944496,-0.013533938,0.035209745,-0.008397605,0.0142964795,-0.0095754275,0.0028979753,0.021157905,-0.004092668,0.007218668,-0.0025581014,0.004402777,0.021464689,-0.0060513937,0.008500164,-0.0121370675,0.0037377567,0.0026754763,0.017389258,-0.0060214414,-0.014550499,0.0021607762,-0.004645552,-0.020206165,-0.014730271,0.0070095393,-0.009163115,-0.002737724,0.0050125155,-0.0053136065,0.01638869,-0.0029832092,0.0021060251,0.028405473,-0.00030207916,0.02069006,0.009750251,0.01050794,0.008293244,-0.0144249005,-0.0001626307,0.008837648,0.0048596277,0.0055793663,-0.016702652,0.010390861,0.000326566,0.010214196,-0.001086826,0.0025690028,0.0047780233,-0.021188127,0.008537338,0.0012295945,-0.0014275999,0.017762853,-0.0013526139,-0.0039310656,0.00076704484,0.020629065,-0.00878578,0.0224844,0.005336086,-0.0021550595,0.00908085,-0.011971409,-0.0032779772,0.009690215,0.0019465651,0.012750666,-0.011934653,0.011451932,-0.008001234,-0.007912725,0.013617663,0.016651468,-0.016693613,0.017845914,0.0020682544,-0.017271044,0.014120949,0.016003013,0.008310475,-0.012026118,0.0016695405,-0.006472386,6.026834e-05,0.0012160935,0.013719164,0.0010178207,0.009748615,0.0014436914,-0.0009313268,-0.012421809,0.018812748,0.0069502117,0.014441532,-0.0035728826,0.0016742892,-0.008378557,0.012872134,0.016623156,-0.004075951,0.012185699,-0.0044263396,0.011780754,0.0027365189,0.0036708803,0.010414785,0.0059435945,-0.0073678796,0.011855864,-0.01852244,-0.008042272,-0.00038125648,0.016085064,0.0037992545,-0.004123902,-0.0021068405,0.011465426,0.0038813138,0.0007789364,-0.006729438,-0.0038003414,-0.0015017036,-0.0024474224,-0.0025141074,-0.0014553758,-0.010207334,0.020708026,-0.0034593346,-0.0030752972,0.04213513,0.009171001,-0.0057443776,-0.0001797491,0.001174145,0.006343447,-0.0006122493,0.008286374,-0.002345074,0.0072565926,0.014997926,-0.0058933366,0.014350004,0.011569203,-0.012873273,0.002422945,-0.006772144,0.008052415,-0.013272629,-0.014376912,0.010114917,-0.018677205,0.016181083,0.002573213,-0.0062884293,0.008875885,-0.010433757,-0.010135465,-0.019868312,-0.09369976,-0.0018274107,0.0048965323,0.0102780545,0.0025892558,0.010749239,-0.024712311,-0.01863817,0.006599369,0.00023254694,-0.0039306483,0.0066265296,-0.006762066,-0.010596386,0.013832448,0.008020115,0.0100761615,-0.008476497,0.008613306,0.017537815,-0.017248547,0.023867747,-0.01299433,0.0050814175,-0.0065628565,0.011145432,-0.018172996,0.00067895773,0.01839965,-0.012155436,0.0012984541,-0.0038641538,0.014005893,-0.007933128,0.0029471123,0.0053760014,-0.002043188,0.0037405537,-0.12995744,-0.00907497,-0.0010527644,0.0012208087,-0.008065077,-0.001092376,0.008845178,-0.011270492,-0.0033445193,0.014529739,0.014944671,-0.0099512655,-0.016117483,-0.010939814,0.005899848,-0.004044808,0.013442339,0.00326381,-0.012974624,0.012721692,0.0043190736,-0.006416755,0.0052092257,0.005322805,0.001352794,0.008893241,0.00086855126,0.011128313,0.01481498,-0.017310249,0.003964698,-0.0008886366,0.0021654875,0.022929372,0.025903538,-0.008253489,0.01211187,0.014635777,0.000121121775,0.004966002,-0.0037595634,0.00068115996,-0.00018488405,-0.0026846922,-0.02946034,-0.0034014294,-0.0037395076,0.0048522465,-0.0070872186,-0.014321302,0.010073213,0.009201365,-0.03037494,-0.0023391885,-0.024780268,-0.009490901,-0.012039044,-0.005539899,0.009982,-0.022771748,0.020035155,-0.005144368,0.0032385632,-0.007098582,-0.0125264395,-0.00369615,0.00833413,0.01903203,0.005130617,-0.019685483,0.005368765,0.011083976,0.018654268,-0.0034929898,0.007458488,-0.01614681,0.010600637,-0.027459076,0.016348833,-0.01284263,-0.006422838,0.015942564,-0.004275335,0.0062072235,0.004419337,-0.017522154,-0.017942058,0.008724087,-0.012030019,-0.051509697,-0.0052903923,0.01851023,0.0033549566,0.0033993826,-0.015028515,0.015285995,0.0010988434,0.0016257674,0.004211229,-0.017023424,0.01305266,0.0032171048,0.0027448174,-0.01347256,-0.004225493,0.006376595,-0.033147376,-0.0029077667,0.0043441947,-0.01222635,0.0052387016,-0.016174074,0.012480258,0.02437308,-0.005822164,-0.00028756043,-0.010285919,0.015900286,-0.029807756,-0.00083514315,0.008748014,0.010718158,0.007814407,-0.008295011,-0.0041054143,0.0055987304,0.021231014,-0.0042088144,0.033219635,-0.0047258674,0.013962859,0.0088865105,0.0018564605,0.0053904513,0.009803394,-0.0016912295,-0.046578642,-0.00020447336,0.008284609,-0.01023538,0.005180548,0.015756598,0.0031655822,0.017846962,0.03706955,0.005480547,-0.009091773,0.0005954186,-0.019950317,0.0024812915,-0.01958809,0.021245535,0.0026273946,-0.008259371,0.012095822,0.03171707,-0.0020752808,-0.010119789,0.028268153,0.017735185,0.0025099772,0.03936,-0.024906954,-0.0057734093,-0.012583326,0.0077628945,0.016096262,0.018408349,0.021703126,0.020174028,0.008219831,0.0024184946,-0.002635314,0.004321112,-0.009345567,0.010663405,-0.0041126036,-0.0010137644,0.027031936,0.009267018,-0.003188658,0.0058939927,-0.0049765497,0.015786914,0.0017442998,-0.001935029,0.00095111923,-0.016031975,0.011676787,0.006904836,0.002762452,0.02626739,-0.022602368,0.006893302,-0.037220757,-0.0077254493,-0.013547051,0.011943911,0.0026280056,0.0050025065,0.016377138,0.012980057,0.007868772,-0.16708894,0.008856469,-0.002830121,0.017957812,0.019989567,0.011679146,-0.0012579095,-0.016849441,0.017513156,0.007148878,0.0060849176,0.012094011,-0.0023925873,-0.002341909,0.008068692,-0.012842987,0.0066826204,0.011698565,-0.01828531,0.016731394,-0.04695505,-0.028676216,0.015169177,0.011782547,-0.00041235695,0.008294082,0.0053214356,0.011436822,-0.017489525,0.01402694,0.014504376,0.006192276,0.0034502314,-0.008467857,-0.02407225,-0.012517411,-0.02449212,-0.00072271784,-0.03295721,0.0024173716,-0.0070505403,0.0120467935,-0.012036491,-0.003482207,0.0046722535,-0.0025080596,-0.015947476,-0.024271414,-0.028826095,0.007391416,0.01334329,0.006472556,0.008370925,-0.0006064096,0.028197784,0.0029222998,-0.00014521854,-0.02154546,0.00258833,0.0015437871,-0.0021241382,-0.00061409664,0.010320614,-0.015717374,0.01812682,0.02674417,0.010372794,0.15190147,-0.006213308,-0.017950129,-0.0437014,0.0072390772,0.021467578,0.018974064,0.004107032,-0.0097509995,0.005256791,-0.00035289314,-0.0003128683,0.010747849,0.0013895482,-0.020389438,0.015591851,0.0020892739,0.013029974,-0.026083358,0.0024554308,-0.0008942018,0.011123629,-0.0053852363,0.010792748,-0.010746413,-0.014611441,-0.012715308,0.017989654,0.0044215517,0.022390269,-0.012326047,-0.02022509,-0.009015144,0.0057690274,-0.0055585923,-0.00075564365,-0.0042893607,0.0055728033,-0.015173871,0.009700664,-0.0027217062,0.0021097485,-0.027547438,0.021210795,0.009911892,0.015858121,-0.0049037873,0.0012720932,0.0015184673,-0.0025233498,-0.035060674,0.015612814,-0.0015306391,0.0055249734,-0.0038780745,-0.018623084,0.019446123,-0.018507406,0.0036954167,-0.0046866876,0.0058275806,-0.009993616,-0.0075143445,-0.020426556,-0.0011751129,-0.020193215,-0.024834748,-0.006631328,0.018770538,-0.07958252,-0.0034629453,4.0303727e-05,0.00013237742,0.0021695136,0.0008245253,-0.019300172,-0.011095355,-0.013102052,-0.013096059,0.002891527,-0.004846375,0.009777498,-0.019752568,-0.001562452,0.013274825,0.017808333,0.012495592,-0.0071873986,0.0019992914,-0.0008794913,0.006338581,0.019859523,-0.0038739492,0.006400316,-0.0059950845,-0.02553271,-0.0018568527,0.025065165,-0.005558909,-0.0064154705,-0.014442279,0.0033995484,-0.005029566,0.0033836043,0.002056305,0.0058444636,-0.028809546,-0.0002558035,0.011440167,0.005899975,0.010911003,0.0024688502,0.008112919,0.00569559,-0.02292326,-0.009402731,-0.006502776,-0.027774507,-0.01945674,0.0058500087,-0.0131242,0.013724825,-0.0007756576,-0.0006203858,0.017195713,0.013851061,-0.059608277,0.029503614,0.013814623,-0.006839476,-0.01331958,-0.01249187,-0.013121929,0.014878995,-0.009296563,0.01131594,-0.001063567,-0.010060041,0.005086366,0.012505963,-0.0017014131,0.008877892,-0.021310385,0.004931857,0.015447467,0.014054844,0.008699216,0.005827399,-0.0002810922,0.009735766,-0.009243131,0.0107707,-0.016961463,0.06506763,-0.0019141719,-0.02193134,-0.004884592,-0.0054588993,-0.0057554827,0.003403347,0.007802462,-0.013070194,-0.0110538965,-0.029761717,0.0028401702,-0.010620277,0.02032777,0.011360426,-0.008993337,-0.008821376,0.0074456194,-0.0051484746,-0.0053615673,0.021371037,-0.014428504,-0.0041278456,-0.012450422,-0.017647587,-0.00089538895,-0.012117275,0.0055506364,-0.0078008655,0.017507493,-0.007855248,0.002814752,-0.01150162,-0.0057967347,-0.016027354,-0.02174967,0.006189726,0.005678914,-0.012574991,-0.0090122875,-0.019094251,-0.023938896,0.011012893,0.017721301,0.013988845,0.0016861877,-0.025413943,-0.017929357,-0.0030491638,0.00041888288,-0.013226524,-0.01458975,0.0022684236,-0.033654217,0.009499573,0.01692942,0.001856637,0.0049151257,-0.00528859,0.01782684,0.00021034792,0.012897018,0.0073593827,0.00951621,-0.008072391,-0.00095674646,-0.005757035,0.017925138,0.012484017,0.0049852584,-0.012211295,0.015346141,-0.0020383436,0.0024176873,0.004969146,-0.02240514,-0.0045679584,0.00066512363,0.00021732427,-0.004465869,0.004289622,0.0033372857,0.01846883,0.007870935,-0.026399296,-0.008042117,0.005425792,-0.023958245,0.0071229753,-0.013318676,-0.025589628,0.0038177948,-0.0033851976,-0.0016753474,-0.005538865,-0.078394525,0.013488909,0.004750708,0.011431058,-0.010628243,-0.0055107577,-0.0043573235,-0.010739671,-0.020976646,0.026171988,0.01023234,0.003555519,-0.019336568,0.00013911836,-0.0012016507,0.0036098403,-0.01672382,-0.0139214955,-0.007989183,0.025903149,0.02435208,-0.002547961,-0.009669326,0.00795415,0.016066134,-0.02053884,0.015358413,0.015295185,-0.017553875,0.0034437026,-0.026837435,0.005010259,-0.0066287387,0.01222554,-0.012110815,0.01605458,0.021151224,-0.05340376,-0.0038580042,-0.038189735,0.0014342725,-0.016990183,-0.03947858,-0.00989544,0.016345449,0.0025256344,0.012131661,-0.026913961,0.000534602,-0.024217635,-0.00039266274,0.01130478,-0.020525431,-0.015924022,0.013923417,-0.022629716,0.01673218,-0.0150575815,0.010878439,-0.028784696,-0.013890986,0.0036197626,-0.01936655,0.0038836007,-0.005393364,-0.006474175,0.0032895997,0.0051305955,0.026781365,0.026222909,0.015281663,-0.011624559,-0.008583786,-0.01067113,-0.01904867,0.029474264,-0.007216656,-0.0011424847,-0.005231784,0.023365486,-0.008420838,0.021749083,-0.0086492095,0.019147635,-0.005917424,-0.007909807,0.015004287,-0.10023971,0.006092635,0.010736515,0.02110384,0.009689725,-0.00082860084,-0.006155336,0.043940343,0.00087085407,0.010184439,-0.02280328,-0.016305603,0.007178041,0.007214339,-0.0024800627,0.0075738095,0.0058854166,0.013111346,0.0037140038,-0.006544848,-0.021682078,0.012931973,0.0062058712,0.008365919,-0.009448399,-0.05284461,0.00026142749,0.009296749,-0.0012357574,0.0148941055,-0.0015660106,-0.02149782,-0.0051722783,0.03724888,0.0048163733,0.0351376,-0.0114976065,-0.0014708017,-0.0062933355,-0.00618786,0.015649142,0.005485858,-0.0054202303,-0.018376864,-0.009743505,0.019885696,-0.005153429,0.0010937654,-0.010841902,0.023322245,-0.016889974,-0.0039111865,0.0041830163,0.031827506,-0.012299221,0.016852802,-0.0009116514,0.00044315858,0.009790225,0.028765084,0.010102266,-0.017779782,0.00047783024,-0.0065684863,0.004384237,0.0065133413,-0.021670474,-6.986702e-05,-0.020579416,-0.0027467348,0.0018524933,0.008345834,0.009430898,-0.004633683,-0.023838295,0.017615117,-0.027101772,-0.008975722,-0.0050114607,-0.009455441,0.016266352,0.0031827486,0.030355604,0.006717823,-0.00080835767,-0.017779035,0.0062154,-0.01148911,0.0028369133,0.021642255,-0.01892978,-0.010959328,-0.018442182,0.000116927644,0.0020742298,-0.00035805994,0.011500852,-0.016198896,0.006627606,-0.002703988,0.015738431,0.03114507,0.00018509357,0.02767028,0.008987314,-0.0061988803,0.015723985,-0.012551303,-0.02154616,-0.018696193,0.0203701,0.00173149,0.0069340845,0.007129722,-0.013400701,0.0038571176,0.016747009,-0.019112192,-0.020699892,-0.032727458,-0.0027847236,0.005672991,-0.008542508,3.093093e-05,-0.0012462137,-0.0052336324,-0.026739271,-0.00037194483,0.024558716,0.002686587,-0.0014378177,0.029869955,0.015509315,0.011001884,-0.014722753,-0.018849283,-0.024989929,0.0026006768,0.0038251008,-0.023465699,0.013170746,0.006803077,0.010651205,-0.0010778703,0.010981123,0.022403635,-0.0017011971,0.0071119643,-0.0126699675,0.005857992,0.01065352,0.025055028,0.003284031,-0.033623293,-0.03612702,0.008263563,0.008267606,-0.0065990817,0.007887567,0.006176808,0.013257036,9.737081e-05,-0.018379482,-0.014082421,-0.0035129332,0.01351054,-0.00822454,-0.003709432,0.0134290755,0.01324122,-0.011304829,-0.0061966516,-0.0024470468,-0.0099432,0.0136344535,-0.0011096823,-0.015409685,0.03211651,0.022362232,0.0152240405,0.0023320226,-0.010446758,-0.005936201,-0.0014261855,-0.008704173,0.0145016685,0.0024283861,0.01093979,0.0054811263,-0.010755102,-0.01104854,-0.0060565392,-0.010715214,-0.017448995,-0.0069503933,0.0029997937,-0.0036075672,-0.004918756,-0.0062263333,0.009717548,-0.01644149,0.004342455,0.014699607,-0.0010499234,-0.009362399,-0.0053111017,0.03656412,-0.0040191966,-0.024892358,0.0018003132,0.009196937,0.009046906,-0.008948787,0.0060349503,-0.03185991,0.0036575121,-0.02791027,0.006354968,-0.00223208,-0.011201811,0.037287876,0.025989817,0.007489135,0.0031939875,0.005453925,5.4745207e-05,-0.014297389,0.0026619823,-0.023206262,-0.011041034,0.0076936306,0.004897684,-0.0023413966,0.0030619528,0.004475355,-0.012525235,-0.012690762,-0.01563406,0.020598693,-0.0037239185,-0.0009551894,-0.0050547277,-0.011212531,0.005443044,-0.013292416,0.009620491,-0.0056970348,-0.004509867,-0.022956446,-0.008456446,-0.011132984,-0.00068547804,0.0059791203,-0.002987689,0.0048287334,-0.02375579,-0.022216097,-0.023394179,0.007541415,0.00035614322,0.014488849,0.003210787,-0.0025936288,0.0073319646,-0.03547144,0.012934783,-0.0034041798,0.021609383,-0.021537675,-0.022020603,0.01722523,0.009091443,-0.036922257,0.0007266172,0.003296967,0.006640435,-0.00083091494,0.025085583,0.017367868,0.0046884725,0.0045112763,0.0016037722,-0.00020364654,0.0024412605,0.017049344,-0.024689302,0.0069350423,0.00951351,0.00907509,-0.010803596,0.036618166,-0.00981438,0.010060919,-0.015067813,-0.0068586715,-0.027047249,0.0057323948,-0.0025948565,0.009179788,0.017574307,-0.00052865926,-0.002169502,0.008315186,-0.002549233,0.012646622,0.027181204,0.034899745,-0.0067573474,-0.0045643393,-0.018294903,0.0054074437,-0.007877162,0.008364163,-0.011001822,-0.024006354,-0.005443546,-0.017326063,-0.003136697,0.0057308157,-0.0022131284,0.0007750191,-0.0078154635,0.014655735,-0.0030702427,0.015739676,0.020246752,0.006367592,-0.012624882,-0.009608167,-0.011832234,-0.020712333,0.0051939515,-0.010190009,0.0037686164,0.0025179274,0.013399126,-0.0008182927,0.0025898577,-0.0031727587,0.024883272,-0.007059526,0.004470554,-0.013186735,-0.025275558,0.0064902096,0.02191335,-0.00465798,-0.004147742,0.016037114,-0.0049545444,3.9496237e-05,0.0027793916,-0.02437725,0.013854223,0.013653498,0.0066451156,0.0011293502,-0.025591131,0.010351297,0.0037821676,0.003843434,0.021621428,0.0024139888,0.0013448332,-0.006383735,0.01608298,-0.0191327,0.013678747,0.004429222,0.0051025758,-0.019191999,-0.032959227,0.0051962575,-0.006255459,-0.013781222,0.010070395,-0.033135377,0.0069130366,-0.017151905,-0.0061737597,-0.025169183,0.010422485,-0.013888302,-0.004920351,-0.010005789,-0.016476458,0.0009852756,-0.016695729,0.00035901627,0.011147938,-0.011074748,-0.007906502,0.01836396,-0.009904271,0.001616707,-0.014639552,0.0050418535,-0.004923316,-0.002017838,0.0003024695,0.010213919,-0.016843308,0.014952084,-0.0070739253,0.018952055,-0.019030664,-0.015376166,-0.009539191,-0.007884079,-0.008473536,-0.022044832,-0.019663598,-0.0019223077,-0.019337522,-0.0030054257,0.017319676,-0.0006111591,-0.007031402,-0.00062242907,0.010330226,-0.0013856104,-0.0054209614,0.017848538,0.012532097,0.010401545,0.00091237534,-0.00059859134,0.0113554485,-0.012330089,-0.0002933164,-0.008672495,-0.0011778724,0.0010759654,-0.008019548,-0.0065745017,0.00015551767,-0.0027104972,0.012603609,0.00092132954,0.016276754,0.024301259,-0.0019734676,0.008492959,0.007451455,0.018266918,0.0014396512,-0.009844357,0.023826279,-0.0030606817,-0.016691785,-0.009790036,0.004689045,0.000807498,0.012578513,0.028210208,-0.004057213,0.010393013,0.011250636,0.008568285,-0.013758851,-0.0011880677,0.0007909978,0.005315868,-0.01942819,-0.0554176,-0.014680942,-0.01834409,-0.006522792,-0.003005694,0.008247667,-0.030296834,-0.0072207088,-0.026223915,-0.0045726537,0.015990522,-0.00022963864,0.00059013965,0.0031254385,0.029625135,0.016779626,-0.0011892384,-0.007822618,-0.005913004,0.007991356,0.00846783,-0.014651584,-0.02097071,-0.010782518,0.016802715,0.0048502083,-0.0059138495,-0.0027925684,0.007363749,-0.023993429,0.0025964857,-0.004049728,-0.00094476284,0.0069457563,0.0022366107,-0.00450001,-0.015576932,-0.009487773,0.0037931153,0.010134015,0.009558174,0.0014664546,-0.0066034887,-0.0147194965,-0.010800641,-0.017594356,-0.010795614,-0.0046925936,0.008278994,-0.013575227,0.0013832967,0.000716568,-0.0047896053,0.011489212,-0.009760357,0.007424692,-0.010376524,-0.0003635319,-0.033768088,-0.0017415216,-0.004952267,-0.005257895,-0.013339941,0.00013364808,-0.00817639,-0.0065402454,-0.013558168,-0.012910037,-0.0023398073,-0.0035328595,0.014846872,-0.01211242,-0.00054636877,0.01670017,-0.0083065415,-0.0035740705,0.0029447274,-0.012991898,0.015553996,0.0046947147,0.003611725,0.0008947977,-0.0012729331,0.0021293,-0.023712479,-0.0037909867,-0.023806393,-0.030676572,-0.0022513366,-0.006082737,0.005913912,-0.0047612973,0.0065001394,0.01611082,-0.0017039723,-0.014343393,0.014925935,-0.0044545773,-0.028177356,0.016250778,0.004813333,-0.005485592,-0.0020729566,0.014560635,0.0133982105,0.022779984,0.0045517115,-0.018983452,0.039569575,0.0004225053,0.0033323166,0.0030141594,0.010147028,-0.024363577,0.008221989,0.01962775,-0.018585939,-0.0074003753,-0.004206452,0.01167316,-3.3025844e-05,-0.017133031,0.01864429,0.016891185,0.004452306,-0.011407756,-0.0055207177,-0.020238217,0.020152781,-0.0009869924,0.0037686788,-0.016635817,-0.007991104,-0.013294404,0.0018404287,0.013974312,0.014359566,-0.026354255,-0.00382008,0.004956503,-0.019839177,0.0121266665,0.0036001978,0.010728675,0.012378566,0.0033013667,-0.0056887832,0.03614232,-0.02469288,-0.0015443922,0.013110272,-0.008321765,0.002363051,-0.0010457679,0.023199301,-0.0037043057,-0.028270105,-0.006389694,0.004843374,-0.008946867,0.001655775,-0.002093683,0.022107843,0.0018889178,0.006778549,0.0034496912,0.0004950451,0.012631333,0.0021754708,0.012652279,0.05576897,0.016534252,-0.01859649,0.017691296,-0.014781458,0.009947005,0.024928506,-0.007623438,0.0014010103,0.0034955791,0.0020294662,0.014949634,0.024919825,-0.0071901884,-0.0012419883,0.0002343591,0.0027778945,0.0022163864,0.015652623,-0.010647854,0.0072795274,0.009498371,0.024751432,-0.0048362166,0.011373625,0.000982071,0.004414101,-0.004213261,0.013124486,0.0054927636,0.0005365169,-0.007691287,0.018259574,0.030801766,-0.0040584924,-0.004565603,-0.0152625535,-0.021545447,0.0013949855,-0.01092111,0.011627487,0.010879166,-0.011593339,-0.010311551,-0.014692068,-0.015008425,-0.02093521,0.039084323,0.011948011,0.011895571,0.0009760672,0.0018441962,0.154033,0.12094153,0.023733908,0.020079775,-0.0025048947,-0.025576398,-0.009678873,-0.002006219,-0.013532182,-0.009591351,-0.014105781,-0.010574052,0.010226792,-0.0052121766,0.008403543,0.0028952528,0.016228635,0.0037634752,-0.021103388,-0.01043202,-0.010840738,0.027948443,0.0046786703,0.030281039,-0.040563576,-0.008194271,0.0011653447,0.022895003,0.043864395,0.009668563,0.0022515068,-0.0008241457,0.003775438,-0.021431528,0.017382978,-0.03172334,-0.0055201016,-0.0025834749,-0.016272979,-0.009615927,-0.013593648,-0.006183782,0.00055006007,-0.015178819,0.013279921,-0.0037319919,-0.0074709035,0.0007662462,0.004214045,-0.020042758,-0.017201431,0.009118675,0.01587635,0.0037200563,-0.008720817,-0.026146377,0.03141751,0.020487003,-0.006362863,0.0040799263,0.015939586,0.0071895695,0.011394768,-0.004339726,0.0022205818,-0.0067991083,0.005205814,-0.032866497,-0.011745003,0.0017295008,-0.016717318,-0.012839374,0.0076331357,0.009512764,0.0020937931,0.00947847,0.0044915765,-0.030170912,0.01176426,-3.676418e-05,0.010642827,-0.0013454611,-0.02625948,-0.0077546993,0.011107651,-0.013693076,0.0065489,0.03147863,0.10820749,0.011746339,-0.0065280246,-0.000102803795,0.018159186,0.0017509613,0.0059643476,0.053229686,-0.00041291496,-0.0040649455,0.0075855674,-0.0022772974,0.011379694,-0.000128779,0.0223392,-0.0071233357,0.0020524822,0.0065212776,-0.006240622,0.014555958,-0.03541726,0.0023595465,-0.0147486795,-0.003647039,0.00094536296,0.030700054,0.0019131163,-0.0074147885,-0.015621405,-0.0048933867,-0.110643506,0.0013429171,-0.0077623213,-0.0042932285,-0.007691321,0.02697955,-0.019307671,-0.028441666,0.005124544,0.0007845325,0.008861873,-0.03308873,0.0024462545,-0.026025135,0.028931174,0.032887757,-0.006478045,-0.0046365974,0.0002534631,0.021054031,-0.0006308109,-0.0055532595,-0.011575001,-0.0022968457,0.008982379,0.014308382,-0.030680455,0.013959699,-0.003723195,0.0010880276,0.008499699,0.0034517697,-0.014304339,-0.014324484,0.0033333823,-0.0037799373,-0.021723034,-0.012685996,0.0005331864,-0.0019339701,-0.0072711385,-0.021534102,-0.008818455,-0.0224427,-0.0073959883,-0.008229247,0.0035573423,0.02953772,-0.01845443,0.02246079,0.000947287,-0.0068026,0.019295165,-0.011309027,-0.016710686,-0.015204402,-0.005880301,0.0023019428,-0.0032944952,0.031615734,-0.00029964623,0.00021483311,-0.030913822,0.001640834,-0.015059373,-0.010251167,0.01062036,-0.0036904924,0.008961345,-0.015704399,-0.0070744604,-0.021600094,0.020229196,-0.0017412956,0.00767878,-0.020236332,-0.022683073,0.003286749,-0.014227985,0.022494497,-0.0024523754,0.0025868,-0.014082527,0.1018567,0.012789103,-0.020767342,0.023374395,0.0013135925,-0.01572563,-0.019781373,-0.0013434144,-0.0052469787,0.0065914686,-0.012294978,-0.008352648,0.0040947557,0.02874891,0.0036224516,0.0018843773,-0.0036532,0.002714541,0.024208449,-0.016344361,-0.041378144,0.0057780663,0.005110538,0.004990455,0.002227847,0.014816815,-0.0034491715,-0.009270462,0.010655598,0.0017082435,-0.012384366,-0.010144517,0.023036815,0.0033142674,0.011269784,0.008465127,-0.019057818,0.012686663,-0.013497751,-0.011541683,0.019145273,0.0024132663,-0.0059092995,-0.0028969648,-0.05881652,0.19157422,0.008027997,0.01150966,-0.02627412,0.0041573024,0.023177167,0.002929664,-0.0020307878,-0.013602364,-0.02278223,0.018848056,-0.005209877,0.006331633,0.0009291096,0.017104922,-0.011744488,-0.00520312,0.011572083,0.016928727,0.0018970638,-0.018020753,0.017351896,-0.006995294,-0.023227029,0.014043968,0.031651396,0.035850987,-0.0032559442,0.011874631,-0.0033897057,-0.0010078247,-0.00635364,-0.0075548915,-0.003137917,-0.0073537654,-0.018214606,0.008286511,-0.0019067244,-0.0036972917,0.009318078,-0.007946843,-0.015213182,0.005186392,-0.0020619242,0.014658887,-0.00043455034,-0.015962813,0.021713331,-0.0012506399,-0.013251703,-0.012034275,0.014580674,0.012493365,0.014776424,-0.0010461032,0.010236029,-0.003680789,-0.018868228,-0.020709354,-0.008946838,-0.017114276,0.012283132,-0.009753157,-0.012190525,-0.006503982,0.004590526,-0.017168796]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 188,
          "content": "Minister Akazawa Holds Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.022137702,0.007899488,0.013439366,-0.074095204,0.010857087,0.022945883,-0.019932257,-0.022939898,0.014145671,0.0029906298,-0.005921194,-0.02928183,0.024308003,0.019565418,0.102157526,-0.006581498,0.008155097,0.03997823,0.009596519,0.005456841,0.008450616,0.009738304,-0.006218652,-0.044940576,-0.020487456,0.01777885,0.008015759,-0.0025809992,0.017824003,0.010873549,0.0028848138,0.024091251,0.02574611,0.025570964,0.0065296064,-0.02135884,0.0034873704,0.01204759,0.00591993,-0.010799121,-0.013676085,-0.012134609,-0.03751738,0.003132387,-0.016291156,-0.011253231,-0.016143123,-0.012555118,-0.0050330586,-0.003453985,0.024554834,0.01790009,-0.0009137486,-0.16647294,-0.006578203,-0.013000431,0.009424455,0.0090279505,0.02682524,-0.01686492,-0.03626642,0.05044508,-0.003862106,-0.0048636957,-0.019966578,0.008505165,-0.012692411,-0.019445665,0.0047378805,-0.00784399,-0.009148491,0.0052142465,0.0072450438,-0.0028230397,0.035847466,-0.0037610736,-0.0033194758,0.017885782,0.019069338,-0.014824899,-0.019059654,0.014280255,-0.003023914,-0.011916644,0.0094567705,-0.016160063,0.0059058536,-0.010591673,-0.009323684,0.013286501,0.031856067,0.022542039,0.03234678,0.011320841,-0.035509143,0.036675394,0.0034013262,-0.026851673,-0.02864008,-0.014155859,0.0094011715,0.022315117,0.023053033,0.03276576,0.018041471,0.011119345,0.034127425,-0.0057706907,-0.01881827,0.0018738584,-0.013714747,0.00967726,-0.02601665,0.01872884,0.014441264,-0.12106434,-0.005572792,-0.0038493066,-0.031340856,0.0074406764,-0.012778702,-0.011299394,0.022667004,0.013184512,0.009806031,-0.0022178653,-0.0025707434,0.010594919,0.01380469,0.013325236,-0.0019313286,0.01681823,-0.023356926,-0.0033177778,0.02716629,0.050334107,0.00444961,-0.016512679,-0.018103322,-0.013476055,-0.017655708,0.020458091,-0.016366571,0.016072437,-0.0038345328,0.0056422087,-0.019250553,0.02347422,0.016183686,0.021015441,0.013167894,-0.012969977,0.013940578,-0.002206848,-0.0066803223,-0.034671754,0.010739698,-0.024155006,-0.015661916,0.003474213,0.0054068435,0.0009976204,0.0080851605,0.01867143,0.0038078486,-0.007487756,-0.010738942,-0.005905756,-0.0038901705,0.008302045,-0.031260874,-0.0021155225,0.0044233836,0.014037713,0.0093856305,0.018584834,-0.0056889984,-0.0051299967,-0.002658684,0.0026975195,-0.009519096,0.015512341,-0.0087628905,0.025346508,0.026102139,-0.0052200896,-0.0037580638,-0.004567929,0.014910095,0.014202651,-0.043298107,-0.012647894,0.02110328,0.012720264,-0.0015883099,-0.008527595,-0.042209063,-0.0026956704,-0.0063540274,-0.0101581495,-0.00053499884,0.01875559,-0.024917722,0.0151954675,0.008999968,-0.023863986,-0.00019550219,-0.009883275,-0.0013258616,0.0063785054,0.004891408,0.017911073,-0.00212455,-0.021299297,-0.002148593,-0.03676346,0.018103145,0.021392742,0.005647444,-0.012700864,0.016330944,0.012070603,-0.002169876,0.027043317,0.0035680751,0.016257573,0.018485185,-0.009214576,-0.012048944,-0.013522629,-0.021406539,0.012286029,0.034503292,-0.038357362,-0.0036484613,0.0008136552,0.0039635743,0.008072361,0.0067363237,-0.0025561494,-0.0026290126,-0.01087642,0.02239986,0.026419986,0.0045390334,0.02277211,-0.011371988,-0.0076091546,0.009301425,0.036680847,-0.0043606735,0.015409512,0.008408079,0.0015870585,-0.028074555,0.0009645755,0.008980557,0.0071436674,0.00929721,0.005350942,0.0041033914,0.031526294,0.0024819619,0.0019416763,-0.026789293,0.015312702,0.007792755,0.023741063,-0.0101820445,0.0013238628,-0.0008111448,0.023956876,0.026652856,-0.0056674536,0.0065532806,0.0038600415,-0.05975457,0.013263521,-0.01650409,-0.00152931,-0.011007471,0.0050375783,0.0033623385,0.003495877,-0.026028236,0.00075211877,-0.0064243376,0.008790905,-0.025660878,-0.0052636056,-0.025621088,0.0014115721,0.020424342,0.0160339,0.0064737382,-0.037470642,-0.02248548,0.017775739,0.017183403,-0.003323313,0.022120878,0.00025847962,0.017965209,0.04109288,0.008545452,0.016019965,-0.023330549,0.011486767,0.008733128,0.006234543,-0.03128579,-0.016866012,-0.0016165836,0.0056562573,0.017804286,-0.030780531,-0.020867657,-0.009982637,0.0113496035,0.022377899,-0.00873178,0.02109386,0.03433323,-0.0039747055,0.04086862,-0.01183668,-0.0140974,0.0062491614,0.026025308,0.00094810827,0.0034471876,0.008278517,0.020866333,0.00067105907,0.007485967,0.043039754,0.01514136,-0.0037051004,0.025184812,0.006812783,-0.033393253,0.012073719,0.014163349,0.0025749148,0.019716261,0.006465548,0.025874455,-0.014600085,-0.0034080057,-0.012063392,-0.019901764,0.003358091,-0.018200446,-0.015596947,-0.06671918,0.014720302,-0.008270593,-0.018249352,-0.019296737,0.027316332,-0.016175209,-0.017743988,0.0013302912,-0.008410341,-0.010492315,-0.014209718,0.032742977,0.01261946,-0.012901742,-0.023082161,-0.0078063537,-0.03475756,0.0040089064,-0.012311056,0.056047164,0.009366322,0.008311536,0.003315821,0.0035035044,0.01618838,0.0123708565,0.012386891,0.022331312,-0.002642762,0.00039996393,-0.012382259,-0.014938897,0.012270237,-0.016374929,0.01822317,-0.03189556,0.014994287,0.010991946,0.040740397,0.0084823165,0.013335849,0.02051879,0.02436097,-0.015468776,-0.012904657,-0.011807026,-0.0108861355,0.036043055,-0.004591872,0.0052784756,0.0031357333,0.0033468248,-0.022652902,0.03545017,0.008797407,0.02765505,-0.010604825,0.019540455,0.002114836,0.0024107196,0.009918719,0.01385569,0.0398964,-0.0041354,-0.017658524,-0.005434759,0.0128909545,0.00063037936,0.01194205,-0.019997213,-0.047453757,-0.0023329605,0.0036319955,0.009102439,-0.008838257,0.008144455,-0.0050452612,-0.00024775675,-0.030323539,-0.008180499,-0.016132398,-0.03050179,0.016788844,-0.008327942,-0.0018537448,-0.021938814,0.008325725,-0.0038670683,-0.013197655,-0.027529199,0.026229741,0.002107878,-0.00684525,-0.039678413,0.00892205,0.012424525,0.016234463,0.02780658,0.011955446,0.020661872,0.016813233,-0.012465106,0.002725099,-0.011444851,0.031008838,0.007316975,-0.011038616,0.0112621635,-0.006254611,0.010627728,0.01294564,0.011434603,-0.017014792,0.0062697628,0.015164929,-0.012206318,0.018795803,0.040279526,0.005487587,0.011365015,0.010777957,-0.018085975,-0.022528693,0.001536191,0.0037710394,0.021152856,-0.022006607,0.0018315956,-0.030545138,-0.0046956977,-0.0046812277,-0.018805262,-0.004391427,0.022226319,-0.0007222733,0.01809879,-0.0048610554,-0.0019484557,0.01378683,-0.02657865,-0.02313084,0.012393241,-0.0266053,0.012598088,-0.0046737245,-0.0083014695,-0.02437302,-0.0013716228,-0.03553182,-0.010945958,0.020920396,0.017664634,0.009001503,0.018671151,-0.016327744,-0.006200512,-0.0040070764,0.013616727,0.002840825,-0.045195993,0.019616062,-1.7064061e-06,0.014910159,0.017520327,-0.004396057,-0.029639913,0.023452884,0.019622296,-0.0019041513,0.023066256,-0.0013282801,0.030096997,0.0020031559,0.035157632,0.020482581,-0.0013784732,0.017081192,0.016502397,0.00043109624,-0.03584938,-0.0026810807,-0.012393992,0.017370535,0.019713273,0.015525957,-0.0123252915,-0.009266362,0.0071031447,0.0008381031,0.016028378,-0.058292773,0.026303526,0.023522235,-0.0014697268,-0.011244352,-0.002459825,-0.01935258,-0.023265911,0.0024702146,0.011396231,-0.011285664,-0.03528068,0.016616404,0.004462274,-0.017712966,-0.028436746,0.013277842,-0.009876806,-0.0017353304,0.001494175,0.0047276276,0.018042056,-0.013125934,0.023103613,0.016989753,-0.0014740211,0.019895557,0.00075818767,-0.02266561,-0.010132264,-0.003359313,-0.03691578,-0.002329387,-0.008041893,0.013354366,0.0019817674,0.0006924501,0.0071628937,-0.012100592,0.01980198,0.016757792,0.022478025,-0.0007892624,-0.00978019,-0.0003669218,0.020747459,-0.009590077,0.02953801,0.0004487174,-0.0028856078,0.009213839,-0.013349896,-0.0036537927,-0.0154038705,-0.026043337,-0.03126255,-0.036448523,-0.00829569,0.012768444,0.018847235,0.0051424056,-0.009315677,0.016375167,0.0010413534,-0.026871469,0.02782416,0.0012798521,-0.00551275,0.008142801,-0.005565517,-0.02451558,-0.009133413,-0.0032104685,-0.023091529,-0.00026526616,-0.009342055,-0.009487562,0.0031365242,0.024412729,0.05003916,-0.004101913,-0.008676025,-0.123948745,-0.01420562,-0.0018827891,0.0070459386,-0.016254645,-0.007088195,0.009746447,-0.013494695,0.022981346,0.008662838,0.026788399,-0.0007761479,0.00024632423,-0.00031196023,-0.055499416,-0.012850775,0.01929732,-0.010661924,0.018589348,0.007848004,0.034666285,0.009198441,-0.010453576,-0.022739433,-0.0042894073,0.009369304,-0.005919794,0.013187817,0.0023507301,-0.029816588,-0.03528254,-0.14788756,-0.006434954,0.003712985,0.004203352,-0.005145949,-0.034782667,0.026017416,-0.02460644,-0.012307022,-0.00407785,-0.013594872,0.018665226,-0.008597631,-0.016616564,0.017809097,0.09112841,0.0033570286,0.0067002755,-0.006385743,0.011959821,-0.010043614,-0.0021688556,0.017465841,-0.018570486,0.0074766004,0.0064835385,-0.003957301,0.044295393,0.02668987,0.0033314135,0.045486413,0.012825616,-0.010539595,-0.006917134,0.019167518,0.002503322,-0.016005691,-0.025633935,0.0034605295,0.0031121646,-0.0017571979,0.0054803765,0.007441256,-0.012661832,0.015084996,0.0072906213,-0.012375367,-0.0011383634,0.0075212712,-0.015381817,0.0018867848,-0.08009273,0.0031103555,-0.023914896,0.000187306,0.02117572,0.0010910975,-0.001329437,0.011121149,0.00033475578,0.0036655662,-0.016289096,0.018980268,0.005643499,-0.04236141,-0.021351174,0.009762826,0.0066685416,-0.023211755,0.036018353,-0.011345166,0.0037541818,0.0032320716,0.004001377,-0.016236544,-0.0007701695,-0.023649503,0.019438816,0.033181064,-0.023146324,0.008181779,-0.016295644,0.00034506826,0.013416031,-0.00838829,-0.0009044438,-0.023180602,-0.007692275,0.011010383,0.016493497,0.017655037,-0.0041864407,0.00837795,-0.013382334,-0.022744525,0.023633705,0.006806101,0.0016619914,-0.022336721,-0.02983897,-0.027727809,0.007890686,0.010123081,-0.025273517,-0.0060020452,0.023032594,0.009562871,-0.033430565,0.019448124,0.00057049794,0.009030746,0.0023481974,0.00034692476,0.016992211,0.014309733,0.00405604,-0.011523243,0.008347687,0.0055663814,-0.013345385,0.0123528605,-0.005536753,-0.0063559986,-0.004996154,-0.005680393,0.00346793,0.0061092023,0.0045228456,-0.009421579,-0.041957874,-0.012172406,-0.0027397505,0.0030588987,0.0047761705,0.0008689295,0.0017333656,0.012084986,0.011853459,0.0022099493,0.008673321,0.0077085416,0.011767702,0.006823174,-0.0019570633,-0.0035465115,-0.017162947,0.0048138928,0.002305324,0.013710608,-0.0012716994,-0.010193247,-0.010286732,0.018286256,0.012904011,0.010023622,0.013295991,0.0011652883,0.013676689,-0.0036437851,-0.011710662,-0.0029076745,-0.00079851656,0.007181374,0.00935355,0.0033145335,-0.002826878,0.005058552,-0.003234301,0.004242657,-0.0037092501,0.01097091,-0.0028428363,-0.02661152,-0.019214863,0.016404314,-0.01363646,0.004711272,0.006242638,-0.011473753,0.0041281166,0.0028585698,-0.00834014,-0.001009281,0.009207312,0.01574917,0.0041674925,-0.012621334,0.0019643882,0.027151626,0.007700427,0.014827799,0.00354599,0.02156186,-0.008066411,-0.009294723,-0.011828961,0.0051732007,-0.010171089,0.0101077,-0.0067895954,0.007789139,-6.2401828e-06,0.020261297,-0.0020815232,-0.021591453,-0.011125096,0.00095666427,0.0045315423,0.01151339,0.007166139,0.004164498,0.014502015,-0.00097201206,0.014947039,-0.006745298,0.016361097,-0.011599215,0.01670527,0.016131422,-0.0042910343,-0.024289919,-0.023130208,-0.0030882338,0.0008743924,-0.01758186,-0.003677391,0.0010682057,-0.011134381,0.0036772373,-0.0018794026,0.00025686726,-0.0019776374,0.0057698525,-0.01720608,-0.0071464763,-0.012249096,0.025217896,-0.008904843,-0.016238376,-0.022415595,-0.010220522,-0.002172602,0.010106698,0.023896912,-0.010079938,-0.0039753886,0.019401096,-0.005450234,-0.02411119,0.024291284,-0.007857378,0.022590613,0.016054602,0.00092242437,-0.0077075996,0.002101518,-0.015150733,0.0024367592,0.016863927,0.002797962,-0.012287648,-0.019590314,-0.013396667,-0.0048786397,0.000898713,-0.01649846,-0.0125688845,-0.0039987853,-0.017603269,0.0065229363,-0.002705246,0.00094063865,0.032424223,-0.015113911,-0.0042713853,-0.013108537,0.0034997615,0.0007604802,0.003247828,0.010764762,-0.0049873237,0.0011676783,-0.0024983792,-0.016250784,0.00083292177,-0.007561871,0.011149858,-0.0022708522,0.00026073886,0.0025709826,-0.025218429,0.011227206,0.0022868395,0.0019015892,-0.0068154912,-0.02602292,0.004572338,-0.0004820025,-0.014561536,-0.01153932,-0.0105762435,-0.004192484,-0.005161007,-0.011096662,-0.004164101,-0.0039599235,-0.005439924,-0.002361859,0.008984696,0.0027694127,0.09639619,0.0019460671,-0.0019587905,0.018325008,-0.0012010715,0.0009402478,0.009793675,0.0019469748,0.004552154,-0.013084602,0.0021988733,0.022849029,-0.010278372,-0.018065037,0.0005306682,0.009653367,-0.009027176,-0.010953492,0.0036338374,0.0146506205,-0.00498207,0.004906255,-0.0052758064,-0.008564962,0.0048456234,0.0040393025,0.0056916988,-0.004389119,0.015043636,-0.013256142,-0.009492126,0.005434527,-0.006153246,-0.009619289,-0.016278166,0.0055642193,-0.004338138,0.025437335,0.0011831463,0.00049235893,0.0068353363,0.009641687,0.003908989,-0.011067811,-0.009604183,0.012357248,0.0034171746,0.014131813,0.010448493,0.016146999,-0.010714826,-0.016621273,-0.013111366,-0.00063452363,0.003396613,0.015805272,-0.0027978031,-0.010590647,0.012340149,0.0073091933,0.0010003932,0.000726677,-0.005464393,0.019507274,0.0031281137,-0.0054220348,0.018460618,0.0020475977,-0.013510447,0.017871538,-0.00078690454,0.0033460555,0.006133896,0.005854299,0.0100209,0.011470136,0.006029273,-0.0023667554,-0.0025529452,-0.017306376,0.009479748,0.0106293475,-0.013610417,0.011988477,0.03235167,0.002274391,-0.008577897,-0.019318318,0.010836024,0.0033911895,0.014866134,-0.003483921,0.0019147721,0.00018111098,-0.017102694,0.0008686979,0.061864402,0.0005692182,-0.006149378,-0.0062395907,0.015989957,0.000898242,-0.0032133947,-0.008868345,0.021116933,0.011589067,-0.0024875167,0.0069050314,0.0024340746,0.010293296,0.00026405515,0.010482104,0.0041936073,0.0017484343,-0.003427642,-0.0044842316,0.0022113924,0.005232161,0.018613027,0.011626585,-0.020476807,-0.0041569485,-0.005340423,-0.01194276,-0.008057181,-0.006613921,0.006716965,0.012917457,-0.005786585,-0.0002952018,-0.009052621,-0.0016164895,-0.011553576,0.019381946,-0.0023361586,-0.0051509826,-0.0035592024,-0.014977857,-0.010173846,0.005444491,-0.0007088299,0.0017670207,0.014881066,0.00273353,-0.0027907419,0.011026771,-0.016693367,0.019379143,-0.004888306,-0.0051913457,-0.0030685884,-0.0153097985,-0.01075642,0.0058190273,0.00012822326,0.013576894,0.037488118,-0.0025943941,-0.015431397,-0.012008351,0.0017415443,-0.011811103,-0.016820274,-0.019279165,0.0067813857,-0.01266327,-0.0005268803,0.012031055,-0.0042595537,-0.0024888963,-0.0049251136,-0.003139815,0.0037805864,-0.019751534,0.019677317,-0.0008740409,-0.011121044,0.0024156414,0.0047593573,0.008752951,-0.0016782689,-0.001532877,-0.0026857185,-0.0014101149,0.023321943,-0.00088276446,-0.008881842,-0.013913291,0.009681885,-0.010555492,0.00055561704,-0.003014392,0.0032783777,0.010813578,-0.01337328,-0.0019874999,0.012728061,0.014047756,-0.009436796,-0.00580912,-0.005774828,0.008530386,0.004103488,-0.0006516797,0.00435282,0.008184659,0.0052655735,0.009672689,-0.009391738,-0.0038908843,0.0062763183,-0.013395681,-0.0035993867,0.0082526,0.0193502,-0.021532284,-0.011802828,-0.012850569,-0.00075407035,-0.005405851,-0.00331536,-0.012913351,0.001700604,-0.012571122,-0.008972292,0.025125055,0.00074104615,-0.0028577165,0.0053982465,-0.004484088,0.0022197524,-0.01314787,-0.004773132,-0.0023351524,0.011682771,0.0054056793,0.0022660354,-0.0018188747,0.01244223,0.007298826,-0.021929337,0.010081756,0.0058502625,0.0003228018,-0.009542985,0.010051532,-0.0057146265,-0.017049354,-0.019854207,0.008499989,0.003692339,0.013585872,0.006810647,-0.014985161,0.00408968,-0.005120435,0.0073341993,-0.048221003,0.013099289,0.008015287,-0.0018878684,0.0100878235,-0.017329352,-0.008243272,-0.013167554,-0.013284901,-0.0030570321,0.00069966266,-0.007341514,0.004055886,0.00075454154,0.00171263,0.0008117827,0.0049209883,0.015013528,0.011912029,-0.017630158,-0.018524857,0.004214482,-0.012932182,-0.017218174,0.013853971,0.02058655,-0.00092849816,-0.0013546525,0.007601184,-0.010438885,-0.005474974,0.00052536913,0.012202035,0.0064229304,0.024478747,0.00793742,-0.008393933,-0.014196177,-0.0164248,-0.0041323886,0.0054961005,0.015665883,0.0016547141,-4.80979e-05,-0.0025567815,-0.012321044,0.0069044456,-0.028387608,-0.0043334924,-0.021140236,-0.00819093,-0.0011323587,-7.8577876e-05,-0.003957913,-0.017013438,-0.006042612,0.015803797,0.026978234,-0.012094106,0.00013290696,-0.009995326,0.010259862,0.006246876,0.0015980144,-0.019531801,0.008653135,-0.0211799,0.007874301,-0.014422665,0.00075818767,0.00057359115,-0.009361949,-0.01709143,-0.005055835,-0.009939938,-0.0028287894,0.028970849,0.014023356,0.00044412445,0.025681745,-0.003812057,0.0016689042,-0.0004977874,0.0028436326,-0.020732822,-0.005332485,0.00926937,0.010275612,-0.008749819,0.012591111,0.012482197,-0.0001885285,0.00059781875,0.005196742,-0.0083638895,-0.01115103,-0.0037802448,0.019432476,-0.0066410676,0.008720085,0.002805397,0.014778002,0.0025994724,0.0050559896,-0.017215414,0.016188946,0.018576184,-0.016999135,0.006388289,0.0031297193,0.0008151697,0.0045073307,-0.007578803,-0.0013045633,-0.016071862,0.008647838,-0.00323274,0.002809484,-0.003281178,-0.005140158,-0.011595784,0.029479312,-0.020739773,-0.013344515,0.013329434,0.007627102,0.019462349,0.0005143485,-0.0015461759,-0.011626695,-0.003535343,0.005167879,0.019217826,-0.007776675,-0.022003883,0.0024949613,-8.041265e-05,0.00563223,-0.008713712,0.021083336,-0.0010811208,0.0011437441,-0.00803305,0.011550164,-0.0009456203,0.010181043,-0.003343289,-0.00205576,0.007568924,0.011958229,-0.0008276348,0.0042287074,0.007323458,-0.0046892157,0.012152038,0.005200938,-0.008883669,0.014249005,-0.009904591,0.007842972,0.0021036242,0.0074767666,-0.019262075,0.0106800115,0.014999896,-0.0024798,-0.014265712,0.012154876,-0.003625009,-0.005958079,-0.009638103,0.0034020017,-0.010005201,0.010314185,5.4149445e-05,-0.008411892,0.0034752209,0.0019876873,0.016865572,0.007047964,-0.0052947756,0.014372716,0.021937257,-0.00075017265,-0.013578758,0.0060554612,0.013815431,-0.0056480677,0.0020995745,0.019876795,-0.0040277033,-0.0077989325,-0.0074083465,0.006251287,0.0031255074,0.00531278,0.024543101,-0.020928908,-0.01617372,-0.017024817,-0.0087640975,-0.02309104,-0.0093833115,-0.022169879,-0.020748192,-0.090401925,0.004717003,-0.016383735,0.0046501616,-0.0009424922,0.0153083205,0.008397744,-0.017205978,0.004609118,0.011268786,-0.02016441,-0.004781351,-0.0019243232,0.014320803,0.011406481,-0.0039502885,-0.0066843177,-0.0058961865,0.01457124,-0.00437563,-0.008605168,0.00985528,0.0048994,0.010136176,0.02218121,-0.006703351,-0.0060641007,0.004069909,0.01045099,0.0011339305,-0.016706347,-0.014329049,-0.0026251704,0.0075300657,0.015426001,-0.0044189338,-0.018252937,0.015517286,-0.12670662,-0.005976292,-0.014489367,-0.014424896,-0.008064826,0.013373601,0.016386876,-0.018049994,0.00035901563,-0.00398598,-0.0040877117,-0.0008320696,-0.022551108,-0.012017344,-0.010996652,-0.0036615203,0.0012622162,0.002054899,-0.009181373,0.008077867,-0.024382636,-0.020983301,0.010311707,-0.0010675691,-0.007362404,-0.00460733,-0.00960553,0.021196697,-0.007085653,-0.020152453,0.0027808424,-0.011649015,-0.009913973,0.012260923,0.004993231,6.0921244e-05,0.02355108,0.0063285553,0.013792896,-0.0016820686,-0.015592214,-0.0158944,0.012644747,0.010749457,-0.008714611,-0.00065995776,-0.0126976855,-0.0025125078,0.026188597,0.0065104314,-0.01494748,0.006929391,-0.0047863736,0.0076561663,-0.026843699,-0.002227884,0.015626857,-0.0009173595,0.002492496,0.0020209835,-0.0011918807,-0.0031649573,0.0061796997,-0.014479707,0.0094676465,0.007075024,0.011156187,0.0127903605,0.004637036,-0.010527517,0.010719994,-0.0045182966,0.015501144,-0.0118288435,0.004665595,0.016209876,0.012036821,-0.012697657,0.005627195,-0.022262858,-0.0008067066,0.0001469029,-0.032536745,-0.006922013,-0.022974772,-0.009774199,-0.006899604,-0.0069848644,0.010198549,-0.05976563,-0.0022187296,0.0010182892,0.007346529,0.0020492065,-0.0025843096,0.00011561589,0.0027228224,0.01654995,-0.0014623316,-0.013675783,0.0056853867,0.011410081,0.009837525,-0.016507994,-0.012563684,-0.009937824,0.0018307687,-0.014098428,0.0026471901,-0.022246756,-0.008929884,-0.0070843217,0.016919618,-0.0053525483,0.016986186,0.008992071,-0.012625183,0.006872024,-0.0022430446,0.009898989,0.029021118,-0.010653923,0.009126306,-0.012947385,-0.023961846,0.014424689,0.011065707,0.002057511,0.027616778,0.0113635445,0.020709751,0.0005084234,0.015757315,0.011840323,-0.013321999,-0.0060862037,0.0069848862,0.020621749,0.020123145,-0.017317504,1.2104617e-05,0.01639173,-0.019017983,-0.0016974428,0.017115703,-0.003386902,-0.0004251537,0.035649415,-0.022082422,0.005694432,-0.009013535,0.0021145525,0.008223714,-0.010988599,-0.010846734,0.015799457,-0.027993469,0.005716555,-0.009792945,0.0075255716,-0.002737538,0.036108114,-0.019513395,-0.003682487,-0.01544267,0.008132709,-0.0013884794,0.0030520207,0.021442806,0.025300695,0.006041788,-0.019108202,0.0055525545,-0.0049595297,-0.005439201,0.016583834,0.01178775,-0.00714136,-0.010338749,-0.0065176645,-0.0068335477,-0.024133692,-0.025501845,-0.019113211,0.0027988406,-0.007759757,-0.0020569721,-0.01700081,-0.0130403945,-0.00537463,0.016453959,0.000605532,-0.015102284,-0.010983141,-0.0240523,0.011763197,0.0029970452,-0.01800617,0.0021058654,0.00025063523,-0.021643505,-0.017450213,0.009977765,-0.16723126,-0.007086567,0.015654074,0.016473873,-0.019095445,-0.014996748,0.0059379945,-0.010604474,0.021086963,-0.017066052,0.0020625778,0.014894638,0.0007045909,-0.00015341915,-0.0012917735,-0.0064804647,0.007321802,0.022460317,0.011309909,0.007370213,-0.029059928,-0.022578236,-0.010712575,0.026087543,-0.020614704,-0.0018614293,0.014487949,0.008213569,-0.0006137642,0.037378024,-0.002106991,-0.0024259689,-0.007643901,-0.01101033,0.004906745,0.021934774,-0.0075427652,0.0061144214,-0.0049521364,0.0019330331,0.008722822,0.0029827715,-0.008984961,-0.020598143,0.01065503,0.0010019799,-0.019123776,-0.0030618492,-0.008291275,0.0031492345,-0.006285565,-0.007449243,-0.009027758,0.00563758,0.023792792,-0.0099354135,7.107818e-05,-0.015218716,0.003757238,-0.02382152,0.01127569,0.009955826,0.009411548,0.003181242,-0.006440091,-0.0016824345,0.01631413,0.15592822,0.0029546777,0.011750362,-0.02487057,0.01369364,0.012063676,0.023891827,-0.002895419,-0.00473204,-0.020935355,-0.0057113376,-0.006376478,-0.0010823369,0.0194698,-0.008188604,0.0063633844,-0.010580134,-0.0016348424,-0.011639051,0.012778934,0.013789809,-0.00066643616,-0.0017181293,-0.009932536,0.0029044466,-0.018953837,-0.017380385,0.02754708,0.0076173125,0.003939967,0.008915523,-0.01671986,0.00202489,0.0016977066,-0.0034492481,0.0009985369,-0.012702959,-0.012389496,0.009965937,-0.0029367781,0.013865851,0.013255924,-0.0040363353,-0.0037630887,-0.007404553,0.01740434,0.019818071,0.010158808,-0.0128393,-0.0037492597,-0.040447924,-0.004381642,0.0003377645,-0.001039921,-0.014101476,-0.012937601,0.019105231,-0.013537452,0.0076338584,-0.008254077,-0.0050106584,-0.014441126,-0.010084749,-0.0006131537,-0.010214268,-0.019624421,-0.025335362,0.002945786,0.005727629,-0.108081356,0.0011931389,-0.0077831163,-0.012381403,-0.0037033006,-0.0023915563,-0.011443466,0.033394046,0.00011768973,-0.015486668,0.013753464,-0.010584927,0.026485449,-0.01776636,-0.0014571298,0.006217238,0.00405591,0.004616915,-0.0052744714,0.01715144,0.0014285936,0.03379338,0.011317582,0.0017621182,0.020617414,0.01019994,-0.011437098,0.0036825952,0.0048549008,-0.009682197,-0.008763342,-0.020537253,-0.037542902,-0.006653748,-0.03841105,0.0033807692,-0.010238302,-0.019058961,0.00020036977,-0.013349609,-0.00326477,0.003379914,-0.00398076,-0.012529118,0.023781149,-0.012933101,-0.008391167,-0.00084965443,-0.041030467,0.013460511,-0.00332838,-0.01053657,0.0033703751,-0.002347719,-0.011213821,0.0069846003,0.006740882,-0.031734467,0.011842403,-0.004025553,0.0094350055,-0.00015700024,-0.015436212,0.010634325,-3.5390014e-05,0.016772982,0.008089924,-0.014162772,-0.004190441,0.006521389,-0.0028013645,-0.00071105553,-0.005592063,-0.0014566752,0.0053551127,0.0031084844,0.03178304,0.011654354,-0.01225621,0.005500307,-0.007929172,-0.026021851,0.014261831,-0.011629624,0.060788807,-0.0028639412,-0.009074349,0.006257029,0.021133192,0.0092058545,-0.016164068,0.024657901,-0.024464473,-0.010555243,-0.0055511417,0.014242849,-0.0030855048,0.0002870185,0.00881437,-0.015989881,-0.018241657,-0.009316149,-0.01761755,-0.0066091483,0.032781407,0.0065995245,-0.006356217,-0.0064686597,-0.0061568967,-0.0094363885,-0.00870735,0.01787826,-0.004977493,0.0075331763,-0.027706966,0.006389854,-0.007590153,0.004489564,-0.006657794,-0.0032273876,0.015607314,0.0016397865,-0.004785477,-0.004565185,-0.009877434,-0.027574742,0.005198975,-0.0008088667,-0.0026193266,0.01940592,-0.0038169068,0.0013706913,0.009761323,-0.0153267635,-0.011262855,-0.020551769,0.011124503,-0.020163914,0.011212109,0.013930918,-0.01322237,0.022562597,-0.008254783,0.021174295,0.009336558,-0.0047758236,0.0114346165,0.021046229,0.0077255387,0.01594408,0.0011172683,0.033463925,-0.0061839195,-0.010492742,0.006062114,-0.0063341013,0.018101137,0.0060167443,0.022932662,-0.011846099,-0.014247975,-0.014800191,0.010627634,0.0007540668,0.0061011193,-0.023389922,0.0080514345,0.010504294,-0.022547716,-0.013970878,-0.015179704,-0.009072209,0.012930368,-0.025222369,-0.027302302,-0.011877982,-0.003949058,0.009381125,-0.023469433,-0.07459726,0.008545236,0.00934332,0.011527796,-0.0034550177,-0.0059065884,0.0013789474,0.00050553493,-0.016343044,-0.004563075,-0.014498663,-0.00041665582,-5.716274e-05,-0.019233549,-0.013073113,-0.0057080872,-0.014936815,0.009561415,0.010158184,-0.00876365,0.013276867,-0.006797609,-0.004882531,0.010109706,-0.0022275948,-0.0020860198,-0.002513954,-0.017054822,-0.020312328,0.006536127,-0.014309375,0.00051250117,-0.00089284533,-0.00088110525,-0.000947849,0.019877082,-0.005771944,-0.02659832,0.010971051,-0.029807921,-0.016727252,0.005607629,-0.036961332,0.002305385,-0.008564033,0.019375162,-0.007466975,-0.01664428,-0.02347927,-0.00059613376,0.0147907045,0.001343257,-0.010606002,-0.008756222,0.013714316,-0.021070454,-0.0063918815,-0.003034841,0.0076333643,0.004604643,-0.009678454,-0.022432359,-0.030870605,0.015317384,-0.00726862,-0.0044912985,0.004998425,0.019424355,0.028616283,0.01739323,0.0016093162,-0.010353063,0.009700896,-0.010594354,-0.0026459415,0.01349389,0.015377939,-0.030157218,0.00574044,-0.006479599,-0.022240547,0.025109645,-0.004333642,0.01761958,-0.0037438709,-0.019672757,0.0031266871,-0.082042456,-0.002793637,0.01969106,0.0007738784,-0.017877452,0.028437778,0.0021783502,0.042446353,0.02200507,0.032463927,-0.012076824,0.009448172,-0.010030333,-0.011685709,-0.015264967,0.019692484,0.007659372,-0.013285686,0.034867983,-0.011327745,0.0015916269,-0.0039598597,0.0011716385,0.021038588,0.00080738886,-0.04766512,-0.019127661,-0.010831641,0.0049198573,-0.012882834,-0.0139643205,-0.009356101,-0.015938582,0.0033458641,0.0031756752,-0.0022543033,-0.019653684,-0.008888157,0.00991542,0.0064281346,0.03471333,0.0065849596,-0.018422045,0.003537911,-0.0034154889,-0.018256472,0.01179661,0.0005687049,-0.001031776,-0.0008576856,-0.0070537566,0.01597752,0.023553139,-0.001273076,-0.014650606,-0.011825004,-0.014209877,-0.00044986638,-0.0052643386,0.014266678,-0.01445366,0.014084948,0.014716629,0.0057138554,-0.0073169316,0.013945346,-0.004429461,-0.0049254005,-0.030176133,-0.0010027158,0.023555802,0.004518267,0.010534414,-0.0042101387,0.000105806685,0.028559273,-0.028707247,0.0017329401,-0.016879436,-0.012428438,0.014781971,0.004011884,0.03859798,-0.020188952,0.0047169365,-0.0012313293,0.026037887,-0.0025987064,-0.010488504,0.011554966,0.03290103,0.011308917,-0.010782873,0.025608758,0.00080441445,-0.008422057,0.012733685,-0.032787453,0.0029018347,-0.02501969,0.009343709,0.016406085,0.011176973,0.007684341,0.013319062,-0.0161392,-0.0094999485,-0.025865402,0.013489707,-0.013134447,0.014472312,0.01502432,-0.0010654491,-0.007627234,-0.002093156,0.009646704,0.012918418,0.003754671,-0.013724128,-0.019053288,-0.00077728834,0.009878898,-0.015475605,0.008283422,-0.0054389406,-0.011085437,-0.0076851263,-0.0023845495,0.008446521,0.019782849,0.020484751,0.030022256,0.011160248,-0.018647425,-0.0038406241,0.016837178,-0.024639852,0.011413678,-0.014237038,-0.010023767,0.0424485,0.003218699,0.014082303,0.014058589,0.015685145,0.004105978,0.010009733,0.0012054307,-0.0056601977,0.005259194,0.028631829,0.01766309,0.00014803659,-0.0042473073,0.00418189,-0.011533015,0.010937872,0.0124655,-0.008061857,-0.0046074097,0.0092491,0.008506288,-0.020612758,0.014774729,-0.028403483,0.0118848,-0.0049068197,-0.012703943,0.035006154,-0.0070946654,0.0038030539,-0.019353667,0.0132207405,-0.00022819081,0.010456932,0.0024528548,-0.014249728,-0.0024675515,-2.1794118e-05,0.012297672,0.00696168,-0.0024868567,0.0005656662,-0.010520694,0.006195989,0.005047742,-0.0076202573,0.012098188,0.0048241755,-0.006821328,0.020666339,0.005932905,-0.0063894107,-0.016106585,0.0006952371,0.009345664,-0.012165474,-0.01574595,-6.5865235e-05,-0.0020331612,-0.008075597,0.0005691824,-0.009855468,-0.028562153,0.002867317,-0.008726811,-0.0031077855,0.018968584,-0.026155578,0.0076135346,0.013815402,-0.0005081329,0.015398359,0.017277248,-0.014905862,0.0006417476,-0.029832378,0.01729211,-0.021796348,-0.0071680024,0.026326003,0.023821905,-0.006044868,-0.010806127,0.0032025748,0.017250963,-0.009481092,-0.014462396,-4.4942662e-05,0.0021031657,-0.0061862445,-0.0037999165,-0.0037049588,0.0015142767,-0.013438744,0.01705585,-0.008045699,0.019268388,0.01139675,0.01804689,0.012506976,0.013747169,0.0004939881,0.021526188,-0.011630212,-0.020062083,0.0076385993,0.002982189,-0.01976532,0.006565848,0.015310037,0.026783764,0.0018369782,-0.004537369,0.021693733,0.0014402305,0.009322435,-0.008374242,-0.010101146,-0.0072215977,0.010735785,-0.01546223,0.0035007384,0.01208049,-0.01732089,0.00050189294,-0.009606121,0.0012748733,-0.017457463,-0.017415918,0.01765515,-0.011511135,-0.01350036,0.008986672,-0.004061189,0.020896804,0.0057489374,0.022634832,0.0071542696,-0.011231271,-0.018826773,-0.010844173,0.008423678,0.010121719,0.021209184,-0.014686902,0.00093053957,-0.0071925735,-0.008891584,-0.009155122,0.027626773,-0.0133730415,0.012059506,0.0031058886,-0.02250783,-0.004327662,-0.007072279,0.0048677553,-0.011429459,-0.0029092918,-0.0130371,-0.0074919644,-0.0034302063,-0.0066496795,-0.0023056753,0.00082456734,0.035200465,0.009034,0.0017210133,-0.030711828,0.007239518,-0.0026159799,-0.030456224,-0.017837517,-0.0042593773,0.0008305121,0.010640357,-0.022552868,0.015113894,-0.0057390137,-0.0060174107,0.018030018,0.026881555,-0.0030333064,0.0042131217,0.0023289237,0.014231393,-0.013395565,-0.035225302,0.008069449,0.014901608,-0.0029704934,-0.005579982,-0.017045146,0.03854707,-0.006981882,0.015443638,0.012712258,-0.022147963,0.017501399,0.010205246,0.0058727143,-0.001376758,-0.0201732,0.0024718326,0.0025539978,-0.021145945,-0.04034826,-0.007755114,-0.00844582,-0.0048770187,-0.0037298733,-0.009814659,0.016126337,-0.0038572066,-0.005437761,0.00990425,-0.013990991,0.017391741,0.010026772,0.00256704,0.020490319,-0.023252752,0.002835177,-0.0020152107,0.014497438,0.005980356,-0.0058387145,0.0016633727,0.021960616,-0.024724485,-0.01144166,-0.010318542,-0.0062667797,-0.010547436,-0.006059162,-0.012915722,-0.008583097,-0.002776946,-0.0024367117,0.0023239376,0.01957737,-0.012147805,0.0066446774,0.009719565,-0.00021852678,-0.007059698,-0.017216181,0.0026347244,0.006793402,-0.008034848,-0.014806555,-0.009588703,-0.005410968,0.014868169,-0.00088657765,0.0062534157,-0.009544413,-0.002899843,0.012214306,0.004998577,-0.016733658,0.020341769,-0.0021385592,0.0008087859,0.0063304882,-0.0003670167,0.01041251,0.0063401763,-0.018552493,-0.012700513,-0.011097424,0.0049019884,0.000333826,-0.008014428,0.0009917812,0.01522472,0.022639945,0.01913506,0.0020653605,-0.0076097995,-0.0013512133,-0.005134905,0.013502481,-0.0016364577,0.025772374,0.016804462,-0.011981281,0.008818738,-0.017414086,0.0075490517,-0.00027159296,-0.025027977,0.0110902805,-0.008708131,0.013606736,0.016795518,0.019832395,0.004632929,0.033213735,0.025565173,0.0061175064,-0.009800977,-0.009183362,0.008610346,0.011664483,-0.001010642,0.0069433167,-0.010355956,0.0003524328,-0.0072950996,-0.017759036,-0.01222291,0.011624492,0.01801861,-0.025165372,0.012055334,-0.0016572858,0.018825447,-0.007613865,-0.007411809,-0.00798321,-0.0011657046,-0.010464061,-0.022200778,-0.009444261,-0.005948503,0.009432808,0.0095033655,0.011147556,-0.026201556,-0.009394474,-0.015487407,-0.014784729,0.006527374,0.006229967,0.004463416,-0.019668054,0.038971722,0.008506651,-0.007277114,0.0037305786,-0.0029360922,0.008638599,0.017773898,0.0035948493,0.0013269961,-0.008864852,0.016938904,0.016160648,-0.0046224133,-0.01245989,0.012106808,-0.015907967,0.0012103799,-0.0041207056,0.013503509,0.004439228,0.014867354,0.0026502174,-0.010803389,0.019163314,0.011366368,0.017692773,-0.005939578,0.01909362,0.0005575192,-0.00018388164,-0.0052296636,-0.023656778,-0.027555289,-0.014907057,0.0072900006,-0.002091737,-0.0034927987,-0.008900572,-0.009504321,0.017853448,0.003741657,-0.005845769,-0.0035881696,0.010473996,-0.016619314,-0.021986904,-0.0007699936,-0.020014578,-0.020590322,0.0002632728,-0.006561331,0.0028312078,0.011339496,-0.018059216,-0.01921462,0.0111573,0.009962997,0.00046374448,0.015739897,0.0028460908,-0.0137458015,-0.007865575,-0.028192649,0.004016057,0.0015438357,0.0011060055,0.007114686,-0.00658341,-0.013895626,0.027879382,-0.010465477,-0.018290043,-0.006945443,-0.014023504,-0.020742344,0.0045900387,-0.0027385335,0.00023102293,0.008689945,-0.02118604,-0.00071141345,-0.020054078,-0.012280362,-0.010257395,-0.00954407,0.012599,-0.0014247795,-0.026875393,-0.009164013,0.0006227313,0.00077753305,0.017555652,0.00032795206,-0.019078804,0.029668272,-0.004279765,0.0043573077,0.02026082,-0.013307628,-0.01293969,0.018418176,0.030773208,0.012188735,0.005584725,-0.028650828,-0.013304864,0.010408829,-0.01980624,0.013338334,-0.017126275,0.017689409,-0.00029356263,0.022582825,-0.0025079336,0.026925022,-0.00039846942,0.0018364475,0.0019776209,0.014184817,-0.015333888,0.0043991613,0.015274074,0.020699555,0.003906815,0.0009774267,0.007221576,0.022740362,0.01144469,0.01716822,0.013184732,0.016255373,-0.00094505964,-0.0123269055,0.029880082,-0.033679016,0.0104721,0.0042848377,-0.015707022,-0.008836498,-0.005362471,0.006742921,-0.01834065,-0.032182336,-0.015980871,-0.014693203,-0.012294692,-0.00509153,0.0050044567,0.045835156,0.0106657995,-0.02198533,-0.008652721,-0.011362067,0.022773877,-0.040289145,0.0033090292,0.03967377,-0.0075819674,-0.012215217,0.0043754284,0.012384674,0.017695969,0.01451105,0.022998657,0.029724715,0.023829848,0.0003781396,-0.017930983,0.0015946323,0.0053998022,0.014701354,-0.002888442,0.014864705,-0.011692301,-0.0021855263,0.02237751,-0.0035757713,-0.025936259,-0.0036264248,0.016331704,0.004630084,-0.008225366,0.0038358176,-0.018402832,-0.029050345,-0.013366146,0.004305193,-0.010690816,0.010968066,0.007320923,0.016772605,0.0152396895,-0.017816914,-0.011723977,-0.0075380784,0.0010196834,0.013375241,-0.011714443,0.009589275,-0.0042888126,0.00986484,8.749534e-05,-0.013409524,-0.01168539,-0.0038427068,0.021797035,-0.0068677138,-0.002738389,0.15482327,0.13021378,-0.0040494218,0.012654391,-0.0045079603,-0.00393173,-0.025102174,-0.012681683,0.011333002,-0.00018231549,-0.017423287,0.003413573,0.0026089821,-0.029116156,0.011583226,-0.008393008,-0.012615827,-0.001348704,-0.0078101302,0.008990358,0.008455557,0.012603707,-0.0005585624,0.007173305,-0.025500793,0.018102711,-0.0072996775,0.012989124,0.008105585,0.01212129,-0.009654454,0.0021547312,-0.032204103,-0.027221998,0.008471094,0.0037823857,0.010161168,-0.0017948513,-0.007076915,0.008853616,-0.002683531,0.015345275,-0.011129638,-0.00033889906,-0.009443733,0.013053276,0.023821529,0.0035671599,0.016432177,0.012898674,-0.030646008,0.012016859,0.0025546812,0.017121399,0.013590264,-0.022963895,0.003790177,0.007741278,0.0024613922,0.009872307,0.03133637,-0.0047113625,0.0055471635,0.008311524,0.020342305,-0.009384276,-0.032331713,-0.0012118764,-0.013184231,-0.019953059,-0.018573835,-0.006841169,0.0013830997,-0.010345451,-0.017766789,-0.011522335,0.0049239104,-0.013527369,0.016469754,-0.0005876771,0.0082003595,-0.008507313,0.0047524148,-0.018171042,0.00021948152,-0.01864711,0.015291966,0.03363817,0.11405772,0.012032902,-0.00016086469,0.00015290316,-0.0019220656,-0.010851667,0.0056937626,0.05130226,-0.011181785,-0.0024176296,0.007988879,-0.010557305,0.008164279,-0.00745812,0.0017837177,0.013750774,0.00542063,0.017185222,0.007787052,0.014913211,-0.029804224,-0.00016496838,0.0117064025,-0.0004147713,0.00084888254,0.03420917,-0.0053737587,0.002153416,-0.023322657,-0.02080057,-0.10730452,-0.00073935196,0.0030350992,-0.003432388,0.018712163,0.008740515,-0.0069698426,-0.03146363,-0.008807157,0.015837671,0.0038366457,-0.028917415,0.0027197625,-0.0023401568,0.021199409,0.021385232,0.016874595,-0.006380993,-0.021283977,0.0026911933,0.005963693,0.0035486938,-0.007355627,0.0041671516,-0.0023512298,0.014149058,-0.0037892018,-0.0024009761,-0.031467736,0.023974502,0.017020391,0.00095859816,-0.005465149,0.013589266,0.01450072,-0.002273362,-0.013433712,-0.042174194,-0.008283108,-0.009744145,-0.019330507,-0.033578612,0.009565144,-0.009704013,-0.026631637,-0.021711368,5.8354333e-05,0.010652659,-0.016513705,-0.013086648,0.004916228,0.00096073415,0.021386746,0.0069923606,-0.028868843,0.023562597,-0.0050325347,0.0043102545,0.02050684,-0.0005436,0.0075769825,-0.001704296,-0.0019628282,0.0048578405,0.007984003,-0.011435805,0.0034545225,0.0030235678,0.0053878254,0.011083805,-0.013777756,-0.015786976,0.008436943,0.0003106053,0.00088079146,0.0049611204,-0.010163036,0.018526824,0.0072172265,0.019446742,-0.005765039,-0.010564653,-0.012514988,0.11083747,-0.009588708,-0.012727006,0.005513761,0.011496169,0.0119970925,0.012792206,-0.019263083,0.026774453,0.017271139,-0.01806969,0.006405474,0.025445562,0.03406328,0.013545782,0.008301698,0.004518746,1.3374149e-05,0.0075485143,0.009341334,-0.015072116,0.001866572,0.00775743,-0.013618403,0.0009188024,0.020998161,-0.010484887,-0.0032353133,-0.005438336,-0.008163672,0.008607767,0.011316702,-0.0061272094,-0.0079807555,-0.015691407,-0.0014135023,-0.024802445,0.013604058,-0.011229224,0.011354581,-0.011500639,-0.0001770606,0.018943774,0.014514182,-0.045395903,0.19873106,0.008268666,0.01369369,-0.009856023,-0.013852521,0.010782653,0.009427463,-0.003368117,-0.016673388,0.010412345,0.0325138,0.0125178825,-0.005736801,0.016899044,0.017839717,-0.021188013,-0.0070945555,-0.0045563364,0.007989843,0.010518281,0.023755603,0.018650996,-0.020404536,-0.0033223052,0.011895498,0.018227832,0.017345143,0.029671695,0.0013991223,-0.014533602,-0.021366002,-0.021922676,0.0010906628,-0.0015296896,-0.0009871068,0.007915202,-0.008391413,-0.00634921,0.0029557834,-0.0018775768,0.016269099,0.020837778,0.019310426,0.004571992,-0.0012478287,-0.0111237075,-0.027623035,0.017143868,0.016746875,0.0029568856,-0.007765492,-0.007815696,0.010558835,0.0032344817,0.00058483495,-0.014221495,0.021453686,-0.004006568,-0.018523797,-0.0023229092,-0.0033556437,0.010314302,-0.009636315,0.007094085,0.010324198,0.0015963811,-0.022313518]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 189,
          "content": "Global CBPR System Program Requirements Updated",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.006550048,-0.013421717,-9.183231e-06,-0.031376407,-0.0007129992,0.021398988,-0.0051355464,0.013207894,-0.0015984887,0.010176737,-0.012497019,-0.010718576,-0.0065916884,0.006073588,0.099701665,0.019604422,0.0043156827,-0.005180162,-0.0047217617,0.018686678,-0.005261146,0.007791731,0.0026757296,-0.006373703,-0.025362406,-0.03524322,0.021194868,0.012774065,0.022141593,0.008007496,0.007656075,-0.017047418,0.0014995378,-0.00165748,0.009965166,0.020682892,0.023647556,-0.009782358,0.008845353,-0.022386758,-0.01871421,0.023788922,0.026183087,-0.005389965,-0.005514424,0.0011811615,0.0013522472,0.0023257472,-0.02911824,0.033196382,0.0063585048,0.014176801,-0.0066316132,-0.14472456,0.0035271444,-0.033904344,-0.012396408,0.018253025,0.0051665804,-0.0039088246,-0.005227038,-0.0024329803,0.0016096417,-0.0035423883,0.0014139089,-0.009717074,-0.005092462,-0.02700881,-0.0069429567,-0.0068071135,-0.016882496,0.0091648,-0.026863793,0.017106218,-0.010261196,-0.011768209,-0.010173871,-0.008801208,0.017078815,0.0042576143,-0.008921408,-0.019813253,0.0022004794,0.01030793,-0.01441356,-0.026413832,-0.0013791843,-0.014894429,-0.013252325,-0.006195917,0.004117584,0.014810902,0.025123013,-0.021747652,0.017510932,-0.0012389651,-0.016714785,0.0071246033,-0.026209012,-0.022053545,0.006415177,0.006959061,0.0015774032,-0.029420972,0.021265902,-0.013877713,-0.016573774,-0.012056529,0.0067857145,-0.0039058642,-0.007819412,-0.006606953,-0.006698915,0.009545129,-0.0077525754,-0.17738962,0.0027827388,0.05480391,0.01246235,0.025258653,-0.03448911,0.005641902,0.0012651167,0.009445597,0.0047963355,0.020422282,-0.0041420357,0.009278159,-0.0247198,0.022542195,-0.012148779,-0.014709338,0.009799603,-0.0025374051,-0.0327573,0.01239883,0.0062461486,-0.007426196,-0.030954322,0.018969454,-0.0070565,0.020975461,-0.009089322,-0.009372387,0.0075446134,-0.024763562,-0.004653011,0.02636164,0.01613751,-0.009569615,0.04211789,-0.0016625074,0.017776236,-0.028825443,-0.0040183,-0.033640236,0.016273763,0.004413144,-0.0331185,0.027153522,0.011145641,-0.006488539,0.027100103,0.0060207825,-0.0009471597,0.017093385,0.0070424597,0.023803264,0.0025616516,0.025426874,0.013012931,-0.010313773,-0.016486164,0.0040220544,-0.011074017,0.014656581,0.031862315,0.020370463,0.0071541984,-0.027891893,-0.007459263,0.037733473,-0.013580246,0.016621117,0.0051585822,-0.010392684,-0.014114568,-0.0007601926,-0.011023133,0.032428168,-0.0051103337,0.0033052675,-0.019802198,-0.010096979,-0.0044630473,-0.01360229,0.0041995156,-0.020019962,0.015067865,-0.0067744693,0.023597658,0.010558262,0.004058954,-0.02106681,-0.01052769,-0.026487254,0.01865538,0.00224036,0.010562022,0.007958408,-0.029582102,0.009915871,0.008135406,-0.03005966,0.030712066,-0.03032236,0.0155861,0.009261045,0.021348048,0.008653294,0.0073747262,0.01783452,-0.010958496,0.0022281911,-0.02135447,0.004434548,0.0052883625,-0.017388457,0.005484932,0.0016085599,0.013194166,0.007154524,-0.010553946,0.022403682,0.0005597383,-0.033695627,0.015052831,0.0043643154,0.022371516,-0.00920828,-0.0005344919,-0.01875328,-0.0136577375,0.0100739915,0.0074811717,0.010299274,0.010293046,0.013395656,-0.0167103,0.019619219,-0.010013626,0.039895613,0.012119067,0.004596973,-0.010848957,0.009499843,-0.0066630156,0.002784389,0.015139183,0.0016689806,-0.0029659357,-0.005397968,-0.043987013,0.015443656,-0.0048558293,0.006799766,0.025426576,0.024176281,-0.00932384,-0.029396748,0.0066706804,-0.001093714,0.012460879,-0.002917278,0.008813848,-0.020619065,-0.10696893,0.022778383,-0.00736633,-0.018215034,0.029630838,0.011014448,-0.011979186,-0.0400634,-0.008696548,-0.025418647,-0.019437633,-0.008457891,0.019703139,-0.025743825,0.033048104,0.011289953,0.010975126,-0.013665013,-0.0021992582,-0.0122123165,0.007530148,0.0107575385,-0.00035633278,0.0112679135,0.020832196,0.014221745,0.024749834,0.028706243,0.014278295,-0.009157823,0.0058233095,0.02091401,-0.01595539,0.011236357,0.004511493,-0.0066852793,0.0029765635,-0.015206072,0.0037048305,0.006662843,0.010055047,-0.0021756869,-0.0062398077,0.012725815,0.0032872795,0.00033048086,0.020345943,0.027975002,-0.033169117,0.017227104,0.02225517,-0.022110395,-0.032897007,-0.026679773,0.015346424,0.03657914,-0.0012093286,-0.005015904,0.0001699158,-0.0035656188,0.015688417,0.014082248,-0.008888044,0.011906113,-0.0035902576,0.011149447,-0.013119821,-0.0236031,0.0052558063,0.0024954202,0.006261038,-0.008295463,-0.0154265165,-0.05614401,0.0071831997,-0.023662422,0.012862836,-0.017255833,-0.0015737058,0.011083871,-0.003079045,0.0078719035,0.0030207732,-0.004384077,-0.0020508522,-0.009059118,-0.028318513,-0.0020577777,0.004699726,-0.014297506,-0.005713368,0.000977165,0.018910082,-0.0026038846,-0.0005087815,0.003464473,-0.019017063,0.015727786,0.008410214,-0.00892743,-0.009919978,0.0175537,0.031920135,0.014703424,0.013289492,-0.0021145483,0.020275658,0.001422611,-0.01214685,-0.0012144233,-0.026284005,0.011943099,0.0011043805,0.0137948925,0.013000239,0.0038797087,-0.012336535,-0.0046086297,-0.00948599,0.018527534,0.009079701,-0.0029584782,-0.006270132,-0.023417208,-0.0034715997,-0.018031636,0.012800743,-0.014398909,-0.00447901,0.010694539,-0.024372896,0.018793983,0.011637954,0.0012925196,-0.013738787,-0.011374045,0.030348562,0.0049263192,0.017941834,-0.008847978,-0.032293033,0.032648258,-0.030042458,0.007653079,-0.01966348,0.00675884,0.00037250976,0.025898824,0.006154443,-0.013982347,-0.030742502,0.0026197406,-0.0055524446,0.0069256327,0.016351739,-0.0047314307,0.016633382,-0.023504846,-0.002408718,-0.018170476,-0.028137326,-0.002591312,-0.0068913167,0.004625369,0.018982945,-0.022522127,-0.012972827,0.018474305,0.01337253,-0.04036034,-0.008770173,-0.021666307,-0.027054055,-0.006660123,0.0102805495,0.01424497,0.0074578277,-0.013271522,0.00010976626,-0.0052904706,-0.025454724,0.026531368,0.0060222326,0.01904201,0.019789483,-0.0007214969,0.010574615,0.009354925,-0.016510196,-0.0056828284,0.014815618,-0.003154972,0.023092933,0.023032049,0.007132742,0.026408494,-0.03342265,0.001011603,-0.023591802,0.0097337,-0.034431614,-0.00029537358,0.014984927,0.017211959,-0.014191928,-0.010218094,-0.024848152,-0.024201985,0.010791933,0.024852859,0.011313568,-0.015324844,-0.0022724373,0.016964987,0.05751085,0.005884836,0.0008505933,0.01372377,-0.021555582,0.0036211854,1.9552932e-05,-0.0058111204,0.00585472,-0.012264375,0.007581817,0.00020957224,-0.005132155,-0.0035769267,-0.049763612,0.010564728,0.004723006,0.00819038,0.008964064,-0.025270874,-0.010619376,0.008585298,-0.0062267757,0.011135838,0.013011997,-0.0006132477,0.014708566,0.00078106055,0.0061464193,0.014956013,-0.046528507,0.0004177585,0.00055737264,0.00931793,-0.0013832169,-0.013144887,0.013722019,0.013959163,0.02987527,-0.02870398,0.028092602,0.035402905,0.0049314247,0.0001405361,0.01854929,-0.033943597,-0.0006859594,-0.013636094,-0.0013875277,0.004326933,0.013632636,-0.021644764,-0.011155996,-0.013013723,0.029365076,-0.112186424,-0.0050781895,-0.011630153,0.0064339144,-0.0018340863,0.026424224,0.008966414,-0.007913898,0.012936325,-0.0040374235,0.0189856,-0.0069530657,0.0003689196,-0.008065962,0.00080685876,0.0055070748,0.0078025362,-0.00987998,0.045023706,-0.0052163214,0.020067506,0.031547446,-0.018615024,0.014460714,-0.003666877,-0.028782379,0.028199295,0.00708914,0.026127258,0.0038688472,-0.0079118945,-0.0072306427,0.04447629,0.000382928,0.010368709,0.04634014,-0.01283783,-0.018177027,0.009919405,-0.015459142,-0.00014336877,-0.0044424576,0.015251338,-0.009854928,-0.0007968202,-0.017142953,-0.02271712,0.008289341,0.0048537506,-0.011737358,-0.03411994,-0.019004343,-0.006078393,-0.032194562,-0.004872421,-0.004175594,0.011738267,-0.023529114,-0.021570994,0.016094463,-0.021223446,-0.00866546,-0.007934174,-0.030715058,0.0025368866,-0.016105212,-0.010368989,-0.012598062,0.0069084615,0.008283405,0.01390575,-0.01682098,0.008885861,0.0022867664,-0.005501575,0.016970094,-0.010038534,0.0030915304,-0.031379238,-0.015275395,-0.003748195,-0.02504663,-0.104142204,-0.0041812956,-0.030216161,0.019762654,0.007240705,0.012273805,0.022747176,-0.020227512,-0.00238657,-0.008208798,-0.005152588,0.019749789,0.008261778,-0.0049119922,-0.021404264,0.02423517,-0.011014002,0.025995787,-0.02872413,0.009382805,-0.0008516586,-0.00036593335,0.015577825,-0.0062716,-0.020305779,-0.008646455,0.010049619,-0.0031616853,-0.014799986,-0.0026324901,-0.0068896688,-0.14628923,0.011862436,-0.0027431673,0.0029703733,-0.034157977,0.010367626,-0.016922565,0.0016311359,-0.006772994,-0.009403837,0.0034588797,-0.04203216,-0.035717525,-0.011137302,0.0258101,0.12715843,-0.01439943,0.004847234,0.023657506,-0.023088234,-0.0058607548,-0.007681088,0.011172213,0.021452092,0.0011910872,-0.0147703085,0.009858476,-0.0028775018,0.025504768,0.012266508,0.0018690417,-0.010616739,0.009003886,-0.0015981256,-0.0069518145,0.01703545,-0.015640905,-0.013093354,0.012144413,0.009699798,0.0023905365,-0.0052541657,-0.0045478498,0.011462278,-0.011082693,-0.017481592,0.0024950162,-0.015916497,-0.045584094,0.00919967,-0.029781569,-0.078247584,0.014909434,0.002945535,0.014725088,0.019409081,-0.04049273,0.0074713523,0.009233821,0.008406943,-0.006565849,-0.0028343825,0.010234159,0.01918709,-0.026392825,0.013914854,0.005933979,-0.025420073,0.025131656,0.013471068,0.0060256165,0.03105717,-0.020274434,0.013354155,-0.0029373926,-0.020998847,-0.0135049,-0.0037170686,0.016721115,-0.009899657,-0.0037563527,-0.0075514386,0.027828366,-0.004186359,-0.014182191,0.012309985,0.021802157,-0.00068518904,0.007962101,0.019616863,0.010919161,-0.027319647,-0.0054928553,0.0056115026,0.018673083,0.028718745,-0.009481712,-0.021955213,0.0022721142,0.0057701077,-0.0021966146,-0.00802883,0.004671321,-0.027632395,0.008142052,-0.009894871,0.009559428,-0.008495113,0.0146290865,0.027786832,-0.0135526415,0.0028011985,-0.0015508853,-0.0004913501,-0.010271748,0.0025805135,-0.007048305,-0.0071719955,-0.008690617,-0.008167234,-0.02009631,-0.004058008,-0.01252757,0.0108509,-0.003924465,-0.0034385214,0.0053379894,0.0010430636,-0.019785212,-0.019926514,-0.0009277631,-0.016684875,0.012658671,0.0106304865,-0.007834701,-0.006999189,-0.017004995,0.0039897054,0.00393149,-0.005080976,0.0028557018,0.0031933978,0.01912198,0.010951865,0.0060134362,0.0036735276,-0.009133636,0.0020584173,0.01141868,-0.004676912,0.015086324,0.0015719045,-0.005669042,0.013486154,-0.013949629,0.0026382213,0.01098708,-0.0009527307,-0.010433207,-0.0065443325,0.022492798,0.018141007,-0.010524116,0.0033447542,0.0133874165,0.008569477,0.004502195,-0.013687178,0.0031919545,0.0070652114,-0.010145207,0.0012344867,-0.019189011,0.004159383,0.012230002,-0.0058422005,-0.006539195,-0.015102053,0.00083671603,0.012187306,0.0027351812,0.007393423,-0.0011445365,0.0076431623,0.004538073,0.007761656,-0.010882775,0.0062932963,-0.0010238173,-0.009790057,0.013036841,-0.013003418,-0.000734709,-0.02610762,-0.015008333,-0.009790723,-0.008210219,-0.00024343196,-0.019425346,0.0009146613,0.0043356624,-0.01721474,-0.0049756905,-0.014514882,-0.009939016,-0.0009820532,0.0006569702,0.0072652684,0.012026514,-0.002108566,-0.017242834,0.008968438,0.008913824,-0.008874771,-0.00091512577,-0.006882759,-0.0013021021,-0.0003768461,0.0066687474,0.007296302,0.0028643806,0.017946344,0.005877274,-0.024155635,0.0037429805,-0.0140241,0.0016695765,-0.010443827,0.0041313083,-0.013187974,0.00012089859,-0.018208336,0.019329391,0.002451092,0.01131471,-0.014533268,0.009630842,0.0036564553,-0.0072549097,0.0064633936,0.0030073395,-0.0055521014,-0.0036405073,-0.0090640085,0.001860207,-0.018658087,0.00875511,0.002436034,-0.008154534,0.017685564,-0.013686341,-0.0027576,0.0033775894,-0.0052624466,-0.00017604139,0.0061032083,0.0039263284,0.004802444,-0.0010982171,-0.00017004868,-0.017828282,0.0017952955,-0.0037246288,-0.007028543,0.01400972,0.0061048702,-0.0024917708,-0.0047013843,-0.0065819565,0.022010667,0.005670431,0.022849312,-0.0011488091,-0.016982364,-0.0014144838,-0.0050429627,-0.017862933,0.0022639872,-0.021108873,-0.0084693385,-0.019097086,0.004265221,0.00070807076,0.018519688,-0.005756718,-0.0037553802,0.011939397,0.0007591306,-0.0029300246,0.0027185013,-0.0062803347,-0.004658523,0.00360899,0.006660608,-0.001281606,0.0051262323,0.014683993,-0.005989256,-0.0098954085,0.010514074,-0.00018027032,-0.011077384,0.012141825,0.0012705748,0.017090322,-0.015375309,0.005159031,0.013211736,-0.012044624,-7.328391e-05,0.0828127,0.006711233,0.0042596427,0.0036949608,-0.007477486,-0.0077378144,0.0089298,0.0074160327,-0.0057850596,-0.007108448,-0.022082279,0.019814033,0.010424442,-0.005947915,0.003088058,0.0058149416,-0.001193224,0.00074855355,-0.0026467557,0.023375455,0.01084886,-0.0010769189,0.0029152483,-0.009030952,0.029160146,0.00815428,0.009448364,-0.017615896,-0.003342499,0.005111202,-0.0034453287,0.006231837,-0.0063073793,0.00503188,-0.011811402,-0.0025783842,0.007934281,0.017426867,0.012146611,0.011652528,-0.003442896,-0.0074328766,-0.006295173,-0.03170758,0.007641857,-0.010660953,-0.0019642056,-0.014140312,-0.031339012,-0.0037235913,-0.009873193,-0.001743659,0.016465064,-0.0070793782,-0.001045832,0.008106045,0.004644546,-0.0064268066,-0.007894077,-0.011680653,-0.001239263,0.0072706663,-0.00030455468,-0.013823476,-0.009997873,-0.0046825437,-0.0008070934,0.006570313,-0.002124048,0.006220226,-0.0204843,-0.0018796325,-0.011375227,0.0011391465,0.05792689,0.0015142877,-0.012113343,-0.010606875,-0.010743863,-0.0035789106,-0.005230786,0.0055895154,-0.015863925,0.008125908,0.013055166,0.011088749,0.008943568,-0.022838557,0.009814977,0.0031629226,-0.0065825926,-0.002644231,-0.012591098,0.003793105,-0.0076477225,0.0036592258,0.07576935,0.010333275,-0.005378166,0.0056323637,0.002931813,-0.003906507,-0.0055231503,0.0023353107,0.026842158,0.009845594,0.008599036,0.0021666999,-0.009522075,0.0014837377,-0.00154747,0.0036855522,-0.008871623,-0.01265402,0.014228225,0.0065599745,-0.0010961331,-0.0009599651,-0.013990033,-0.008608066,0.0016524664,-0.010065916,-0.016162694,-0.005720924,-0.01852379,0.0021305084,-0.002217183,-5.5550586e-06,-0.011300221,0.009905232,-0.0048775524,0.009296205,-0.0020905167,0.028184596,0.024706902,3.125177e-05,0.007636713,-0.01611825,0.0028333135,0.007472745,0.0014798567,0.014812806,-0.019878129,-0.009335476,0.029340737,0.015508396,0.004195343,0.010331012,0.0031482491,0.012618146,0.0019538002,-0.010835066,0.0062370477,-0.019935934,-0.0031889377,-0.0019169488,0.0011451046,0.019229636,0.0049886657,0.017252771,-0.014578377,-0.01896518,0.0059458,-0.01064268,0.016401514,-0.013644707,0.0027346893,0.012870219,0.0066006538,0.006790138,-0.005615438,-0.013595571,-0.0009980659,0.0043049525,-0.01355642,0.0023571975,0.0016226975,-0.009799346,0.011318511,0.005569044,0.00293204,0.010109003,0.005291955,0.012325039,0.01765069,-0.006376476,0.0035332956,0.004770892,-0.0033173505,0.005302305,-0.016647074,-0.0065029957,0.010747989,0.010883042,0.0054968195,0.01955247,0.0040094364,-0.008047882,0.0142914215,-0.0092202835,0.0071132313,-0.0036844448,0.02012403,-1.8204226e-05,0.012742679,-0.005550888,0.010712983,0.0050142445,-0.017899483,-0.007227747,0.0051682373,-0.034877628,-0.00020793156,0.0089830505,-0.00941307,-0.016025411,0.004788008,-0.002971305,-0.0021757358,-0.008610288,-0.008721795,-0.0066464595,-0.010827819,-0.0026691027,0.013512991,0.0067694564,0.009346457,-0.002207856,-0.0075490866,-0.009538661,-0.0118949395,0.0012801962,-0.03746575,0.01913796,-0.0012909311,0.0049865646,-0.012316486,-0.009108544,-0.01408985,-0.007823565,-0.015888676,0.004243012,0.016020402,0.005824589,0.008728396,-0.0010585021,0.01830616,-0.001987743,-0.004273986,0.003917863,-0.011639752,-0.005182096,0.007841637,-0.010426901,0.015672382,0.007939204,0.0122631835,-0.056087684,0.005531245,0.0019250709,-0.00083660363,-0.0065310816,0.010507751,-0.003551676,0.004862464,0.004318565,-0.007115079,0.022438003,-0.012920795,-0.00525168,-0.0037473328,-0.011719755,0.009461167,0.013252131,-0.0029110312,0.014028871,0.014031875,-0.025212852,-0.0011340784,0.014195137,0.011307338,-0.005568436,0.0038995708,0.01764478,-0.0027708677,-0.0063412148,-0.0042854412,-0.0009737575,-0.008015837,0.0009976936,-0.012859714,0.01296551,0.013174193,-0.008630547,-0.0036757865,-0.004241353,-0.0054582977,0.02078018,-0.014647279,0.0033909867,8.955548e-05,-0.026646351,-0.011958367,-0.001554669,-0.012114447,0.008639198,-0.010333901,0.0030909353,0.0005395477,-0.010966143,0.015273177,0.002436373,-0.0042156056,0.020748617,-0.00223531,-0.0017509077,-0.021114329,-0.008733203,-0.0035149418,-0.017496653,-0.00023968221,-0.014688674,0.0037972473,0.006403644,0.0072531593,-0.019418089,-0.0033401172,0.0017854564,-0.0041112523,-0.006599148,0.002270575,-0.013998142,-0.013004281,0.013306715,0.0075887027,-0.015203276,-0.0044072187,-0.004956957,-0.0068031913,0.00056413835,-0.018755723,-0.0006172367,0.007881095,-0.007598612,-0.020917373,-0.016814115,-0.0038857309,0.004648296,0.009114051,-0.007081331,-0.006608239,-0.0047057625,-0.003102239,-0.0012316984,0.02111844,0.0021788562,0.00042984783,0.0026407568,0.013395421,0.0058451267,0.027619898,-0.009499951,0.015326913,0.00031946562,-0.009295442,-0.0060974793,-0.0021209083,0.008261685,0.00018231565,0.015974676,0.00092152413,-0.001661064,0.014146643,-0.008368108,-0.020924663,-0.0030042236,-0.0022953763,-0.017809914,0.010425312,0.0017272719,-0.02734963,-0.023218784,0.0019106164,0.020236213,0.00328024,0.019138617,0.00010827929,0.003679304,0.0032744203,0.014934215,-0.0020767483,0.0034075144,-0.013646557,0.010817758,0.004357679,-0.0021106012,-0.0025620034,0.005468239,-0.0059105605,0.024238644,0.000105647116,0.0032205023,0.0015874509,0.0011873594,0.0075236517,0.022883173,0.005964724,-0.0028544958,0.012269949,-0.010327397,-0.0034596098,-0.011619008,0.0003219078,-0.0050100256,0.0037701782,0.007183692,0.00022730658,0.024635697,0.00745635,0.006000449,-0.038083907,0.0028207249,-0.0034860247,-0.017287284,-0.004078525,0.004697037,-0.0057365163,-0.0222956,-0.0068205763,-0.010609236,0.002837439,0.008224282,0.0052234954,-0.0018373316,0.01035169,0.0053113685,-0.0027040248,0.0020412721,0.02078372,0.014751493,0.021794815,-0.022942938,-0.009092426,-0.002170158,-0.0003541636,-0.020371923,0.006817366,0.0073127486,0.009015823,0.0027427997,-7.81766e-05,-0.00068269717,-0.0016872885,0.001268917,0.00379944,0.019679021,-0.004956006,-0.00028717946,-0.0001683474,-0.0035043603,0.004681545,-0.0020180303,-0.10491666,0.0005045817,0.00014933525,0.011311166,-0.00064151746,-0.014162375,-0.0074678278,-0.0041451906,-0.00070516695,-0.003943992,-0.0054048332,0.0010110016,0.00026033452,-0.026966596,-0.004560451,-0.0017517442,0.0049823043,0.0043602833,0.00056618586,0.020969268,0.0056536137,-0.0066299993,-0.006708763,0.010958788,0.004477758,-0.003047368,-0.0020089352,-0.012300292,0.013454172,0.012454707,-0.011901967,0.010372539,0.0158893,-0.018312434,0.0039563305,0.016156629,0.0009061856,-0.0021392659,-0.13285063,0.0063235364,-0.0056504896,-0.0045864885,0.003151477,-0.011160396,0.0090322485,0.002619148,-0.008125296,0.010165326,-0.005495756,0.019662216,-0.01846725,0.0071390644,0.011094352,-0.0118145,0.0008585604,-0.0032295336,-0.002152388,-0.020843487,0.0082118455,0.0002752451,0.0070860395,0.018006554,-0.000757817,0.00027302888,0.0033302882,0.0066596624,0.015920589,-0.018795146,-0.008754916,-0.017861303,-0.0036980049,0.0034785662,0.0012183959,-0.007121493,-0.008628533,0.0067845667,0.0022675297,0.004731286,0.014640873,-0.014799546,0.021776473,0.01600215,-0.0013965693,-0.0014562459,-0.008969503,0.007150891,0.0015091631,-0.0010766692,-0.02454024,-0.004834257,-0.017026614,0.015107326,-0.0007906113,0.00861025,0.0027540368,-0.0077755097,0.01241023,-0.0024001822,-0.011374716,0.0037135286,-0.0034331123,0.008057785,-0.008858394,0.0044662203,-0.008822364,0.0006811147,0.00837675,0.012461341,-0.00046346852,-9.702061e-05,0.004733876,0.014051366,0.0074295066,0.0076269866,0.0023492048,0.009860331,-0.0054531805,-0.019069578,0.01025281,0.0007711349,0.012596786,0.030092824,-0.001048865,-0.03566756,0.00020016127,0.0052166814,-0.012448492,-0.055193745,-0.006034777,0.0015920374,0.00024687182,-0.0061222767,-0.007259376,-0.0009273138,-0.015141541,0.013991029,0.00121084,0.0047650873,0.006789125,0.026331197,-0.0077452357,-0.014295846,-0.016844584,0.006158986,-0.0071785413,-0.0056070965,0.0019967398,-0.012700868,-0.023228778,-0.0060818535,-7.526249e-05,0.0058609,-0.014055275,-0.015491365,-0.031988747,0.011676045,-0.0028088435,-0.021564074,-0.00440557,-0.0005479629,-0.009805452,0.0026341775,0.005514353,0.007938502,0.023459652,-0.0075005805,0.014068975,-0.0014550824,-0.0018031067,0.0063009136,0.002712311,0.00639478,-0.00071067305,-0.0054222927,-0.0047772583,-0.0061034067,-0.006395929,0.002272096,-0.019233586,-0.007044456,-0.014899874,0.013822312,-0.014011332,-0.012766854,0.0033035465,0.0056999056,0.00592846,-0.00883356,0.0006871504,-0.009090156,-0.036805585,-0.010797901,0.025627073,-0.0008830165,-0.007175287,-0.02838296,-0.017723847,-0.016430372,-0.012465735,0.017188886,-0.0013172644,0.004302934,-0.0029566253,-0.003566299,0.0073360214,-0.011213571,0.005434949,0.0012942095,0.011159739,-0.009936147,0.020969456,0.01410106,-0.004301649,0.0017678195,-0.0051005296,-0.008253697,0.008554745,0.010699933,0.022637265,0.008313657,-0.014330597,0.005376739,-0.0047746887,0.0066240863,0.0014296568,-0.01851006,-0.007852141,-0.014775261,-0.011643163,-0.007856002,-0.010972069,0.010015484,-0.0011382957,-0.01140752,-0.0036878143,-0.002077561,0.006036142,-0.005903565,-0.010160269,-0.019847436,0.024036787,-0.1355505,-0.0052416064,0.0087038195,-0.011474652,-0.0047206823,-0.021890113,0.008923504,0.001071955,0.029377397,0.008502113,0.006953133,0.01721901,0.0034177734,-0.0018884271,0.014953801,-0.020775491,0.018795837,0.0053127706,-0.005848702,0.013292256,-0.009855378,0.011368999,0.027752012,0.022129254,-0.011979396,-0.0060226326,0.0022615318,0.011589781,0.012935104,-0.0071380576,0.018282644,0.02108454,-0.011465295,0.010404299,0.009109462,-0.005912904,-0.0014724269,-0.004145246,-0.030985408,0.020937888,-0.010574734,-0.0046333703,-0.011565621,0.0044151153,0.01852766,-0.0037000282,-0.012052482,-0.022174662,-0.007301549,-0.0129015995,-0.034596834,-0.0121627925,0.01618623,-0.017208243,0.014440847,0.004027693,0.011350814,-3.88174e-05,0.020748803,-0.0032286337,-0.0060325717,-0.001440483,0.017973024,0.0033434818,0.016780691,-0.008657585,-0.0027335726,0.15322286,-0.009396376,0.026065214,-0.0012984525,-0.0012517907,0.019892208,0.002609753,-0.01423013,-0.014534503,0.0029583143,0.0007539065,-0.0012389001,0.008649222,0.012131632,-0.018967202,-0.00071697147,0.012065619,-0.0022250449,-0.019719783,-0.016449885,0.009214156,-0.0073970435,0.0026160309,-0.001418507,-0.021341031,0.0072053997,0.007188292,0.0137690585,0.016104164,0.019294677,-0.00022174907,-0.012192644,0.008736282,-0.022876417,-0.006086038,0.012067899,-0.001702958,-0.015263287,-0.034223236,-0.01921383,0.015449968,-0.0028461162,-0.008079039,-0.021112062,-0.0040971413,0.0037229545,-0.0031020076,0.02475097,-0.017794786,0.013899902,-0.0047512,0.005450024,0.0059812544,0.012277949,0.000101181286,0.008784858,0.009514907,0.007550381,0.017793521,-0.002061905,-0.0118216835,0.029291255,-0.013589398,0.0008505312,-0.00481011,0.015041805,-0.008723955,-0.019858677,-0.005227904,-0.13881277,0.0034010534,-0.019015541,-0.00024558546,-0.006074032,0.009667762,0.017196387,0.01727563,-0.008196389,-0.00770289,-0.01564183,-0.011272671,0.035802867,-0.014411028,-0.016974976,-0.015100683,0.0015565912,0.013983731,0.00453112,0.009768166,0.016813323,0.0025422305,0.02711997,-0.0059881182,-0.0055357325,0.027126115,-0.004620585,0.00077151286,-0.015671495,0.012217631,-0.007910496,0.017594349,-0.0077489736,-0.0024285812,-0.017256439,0.0100033665,-0.0024811544,0.00716361,0.025416918,-0.00019664102,-0.0100397635,-0.005452703,-0.0055788322,-0.014802766,-0.0069561363,-0.0038671752,-0.009097803,0.00417986,0.0010491611,-0.0031543123,-0.005346469,0.003142718,0.008006772,0.012037569,-0.028973904,-0.02264157,0.002401422,-0.028377132,-0.0064695943,0.0025311434,-0.008419134,0.037002537,-0.0075019277,0.005314581,-0.027492799,0.0057386323,0.0074757873,-0.01008445,0.00033100008,0.019146021,-0.016455017,-0.01157154,0.018753463,-0.0020572841,0.008657471,-0.020606909,0.008352102,0.0042432346,-0.004748323,-0.002523932,-0.0046752393,-0.0035786387,0.0023851346,-0.03095963,0.040212724,-0.004938364,0.003911141,-0.0138276955,-0.010302057,0.017196672,0.0044009835,-0.009265525,0.013236297,-0.01909607,0.0066073495,0.019759055,-0.0054205596,0.011441429,-0.0057561724,-0.021649776,0.012746895,0.005887472,-0.012994406,-0.027873062,-0.012674653,0.014646431,0.0005260042,-0.0010396659,0.0036940575,-0.014162549,-0.0088813715,0.0038601344,-0.0101684285,0.001566984,0.016391424,-0.010673552,0.0063285753,0.012632038,0.015000226,-0.0054220823,-0.009238151,-0.0025058726,0.008448383,-0.009053507,0.013946697,-0.010172973,-0.018675033,0.017261192,0.018440856,0.027289681,0.014674643,0.017250992,0.011509315,-0.007750613,0.007593206,0.018929452,-0.013909261,0.01098827,-0.0050506936,0.003110419,0.00057255034,0.04198361,-0.0047881827,-0.010622281,0.012772666,-0.010434259,0.023403801,-0.009129219,0.0015747753,-0.006847564,0.0056518586,0.0088463845,-0.016368518,-0.0028674616,0.00345088,0.008532122,-0.004862356,-0.009960814,0.010711664,-0.03337161,-0.00742634,-0.012413293,0.010239014,0.01189318,0.0026470749,0.017205162,0.0010025871,-0.007238218,-0.02855229,-0.0057556736,-0.0014669705,-0.0016903499,0.01136658,-0.012277685,-0.02809324,-0.01338428,-0.007371765,0.027480535,-0.0068356176,-0.090810575,-0.030116815,-0.012729738,-0.009306478,0.012670801,-0.008410814,0.014939613,0.00028026866,-0.0028853929,-0.0084150275,-0.0007134026,0.008131648,0.0019898496,-0.0026166239,-0.0045901663,-0.018088201,-0.010534127,-0.014754036,-0.017031241,0.020200357,0.014488956,0.0037289194,0.007758827,-0.00026064971,-0.0037178232,-0.0022959425,-0.0075705885,0.020351257,0.012871128,0.009012617,0.00056832214,0.006972556,0.010404709,-0.014665913,0.016346054,-0.028064761,-0.003917813,-0.029428037,0.025823247,-0.043626253,0.00713472,-0.0061171143,-0.08512847,0.0076030483,0.0005520324,0.008200627,-0.006992419,0.010098945,-0.004500906,-0.011902702,-0.0040239748,0.024366762,0.030187687,-0.015332821,0.013388188,-0.017631063,-0.0067567215,-0.004929196,0.011138031,0.004917417,0.0005502034,-0.021616204,-0.021811355,0.010753399,0.009235643,0.010264203,0.019724533,0.0057410453,0.02305349,-0.00092812,-0.0056630103,0.0038338643,0.01719682,0.0021683958,-0.01583473,0.011036755,0.010956956,-0.0032862388,0.0019191456,0.020972837,-0.004598793,0.006262252,0.00552139,0.032664433,-0.0032264234,-0.02400644,-0.00065640145,-0.08905947,-0.020677514,-0.022497125,0.0048517124,0.005823606,0.016781535,0.0058708936,0.11566832,-0.0027826764,0.011538766,-0.012951231,-0.017728115,0.009756851,-0.015913706,0.0037238824,-0.011676421,-0.014162836,0.029963313,-0.0062474115,0.018526237,-0.036311682,0.014431008,0.013610278,0.010035993,-0.005611106,-0.062095974,-0.0028599268,0.00014569252,-0.018123455,0.007314312,-0.0042762333,0.011351425,0.011617592,-0.008180345,0.013856974,0.006599214,0.0031296005,0.0032056249,-0.0040367143,0.01327118,-0.008082324,-0.022208802,0.013661977,-0.0007301414,-0.011765757,-0.01994422,-0.01305612,0.0024999501,-0.0153181525,0.011245705,0.007200007,-0.018395048,0.005013995,0.0032504755,0.010073222,-0.0050630644,-0.0006633969,0.01838113,0.004170574,-0.008430206,-0.0178053,0.0049208114,0.004745439,0.003716045,0.009481351,0.0040705446,-0.01647616,-0.008771578,-0.021147536,-0.010058753,0.011297437,0.020580497,0.0064503406,0.011493773,0.002644716,-0.013061704,-0.0018695596,0.01042435,-0.012269441,-0.00674739,-0.013852531,-0.0152458735,-0.0028138165,-0.0038726504,0.00947247,0.0008422751,-0.020576065,-2.1517586e-05,0.011375248,-0.0030258414,-0.008072167,-0.0027125608,0.011535012,-0.005145027,-0.0023833476,-0.021651655,-0.033999257,0.00779021,0.0026861883,-0.015764555,-0.0047593196,-0.014963022,0.0021994663,-0.025589295,0.003058615,0.0062089995,0.012191279,0.019304885,0.014281253,0.003946286,0.028610758,0.0118060075,0.0019251908,-0.0033533904,-0.005049115,-0.016941924,-0.0054547056,0.014256705,-0.0065167225,-0.026111394,-0.023132237,0.0025891569,-0.008457667,-0.007492074,-0.01110045,0.013205439,-0.0021406026,0.009721095,0.0085002035,0.014977775,-0.000105039326,0.016302157,-0.009450251,0.002278529,-0.0106345005,-0.028302724,0.016913384,-0.0015411588,0.006045213,0.011749706,-0.002674871,-0.023806065,0.0033541366,-0.013297169,0.016908951,0.0015846029,0.010053152,0.000632913,-0.012417253,-0.0036916754,-0.012449738,0.0045966264,-0.007728711,-0.011602532,-0.014155187,0.00949295,0.017391788,-0.017448492,0.01687289,0.017052459,0.02004453,-0.002792487,-0.027382385,0.0038044667,-0.014962438,-0.0059089,-0.014595798,0.0013139409,0.033013858,-0.01656405,-0.042423956,-0.018841919,0.011169564,-0.012939578,-0.00904459,-0.00027188906,-0.0029316023,0.006496589,0.005683008,-0.0043704635,-0.0085378215,0.008221276,0.00048123347,0.008646119,0.0025591296,0.015427368,0.0038937884,-0.0038521176,-0.002146457,0.0049121426,-0.02306519,0.0068881633,0.008090365,0.012560748,-0.012677108,-0.00791207,0.0049719056,-0.009489713,-0.0016910718,6.09158e-05,-0.00083266676,-0.005516509,-0.0014979448,0.0023011933,0.003490706,0.008466862,0.0002076948,-0.007332762,-0.012099525,0.0070510497,0.0037897362,0.013599839,0.0034875076,-0.004736575,-0.009851386,-0.0021063352,0.0026404203,0.011500342,0.008742016,-0.014190846,0.01542741,-0.008481691,0.00467962,0.013182555,-0.011830381,0.018856775,-0.021379262,-0.007549771,0.0065732314,-0.0111532565,0.01799712,-0.0042200866,0.0062877308,0.023441127,-0.00024595673,-0.0135788275,-0.0045251953,0.0019889455,0.015124673,0.016396727,0.0013177146,-0.0100461235,0.021269139,0.020897673,-0.027399417,-0.023213055,0.012753601,0.0006447154,-0.003311553,-0.023827044,0.011565526,-0.018290006,-0.005296939,0.008481435,0.013609917,0.00088220974,0.006677027,0.011559445,0.0046122354,0.0091058565,0.017922534,0.0021040672,-0.0048106234,0.015493993,-0.04605134,0.0022274428,0.0041974555,0.007284961,-0.0075905127,-0.0031617666,0.013016573,0.009736811,-0.0154353315,0.029039903,-0.012115411,-0.0024899775,0.006312874,-0.0077839294,0.011152892,0.006402758,0.015928905,-0.0040399167,-0.017717954,-0.0033620493,-0.0012772054,-0.008232623,0.010493114,0.01403873,0.01118208,0.016814621,0.010204834,-0.009266161,0.024021406,-0.0136124985,-0.007539591,-0.0049028676,-0.0024753532,0.0036500164,-0.024371702,0.031099759,-0.009587493,-0.01806206,-0.018493822,-0.017385619,-0.011578422,0.021136655,0.0024593766,-0.0017235333,0.008394714,0.008535193,-0.016922656,0.008483849,-0.017759774,0.0005444718,-0.0129481815,-0.0042860233,-0.014448811,0.0032797323,-0.021359267,0.008064754,-0.006017483,0.014369475,-0.017090159,0.014012169,0.0013792575,0.003887624,0.016406083,-0.0075078243,0.0087260585,-0.012982361,-0.014385294,-0.0022016764,-0.013871018,0.0069964523,0.0032092119,0.007506857,-0.009045486,-0.0033560237,0.003490077,-0.013034846,-0.010741392,0.0026950273,0.00021653749,-0.012531395,-0.0035045291,0.0020067021,-0.0013690821,-0.0119892815,0.007312029,-0.0050474214,-0.0150929345,-0.011548569,-0.0041257795,0.0023453927,-0.008267294,-0.0011155372,0.0038998788,0.0072043324,0.00021451939,0.017024145,-0.0029119872,0.025368439,-0.006869052,0.027018994,-0.012947032,0.0008542492,0.0029363753,0.021585729,0.00746849,0.0027176416,0.00320697,-0.00063382374,-0.015243675,0.020476785,-0.0026956713,0.008422613,-0.0065271165,0.008743864,0.011481842,0.013884811,-0.0060683335,0.019772358,0.006222124,-0.030665021,0.022030013,0.00056035863,-0.019876469,0.0006383209,-0.010447168,-0.0054106885,0.011103535,-0.006940305,0.017145557,0.01102047,0.00583564,0.012918207,-0.0140708,-0.00089177454,0.0062022563,0.009565361,0.0041838624,-0.011199473,0.017891342,0.0030621558,0.0073443432,0.0014025619,0.007895799,-0.011743515,-0.0013985422,-0.009295187,-0.012299792,-0.025552567,0.0017429659,-0.0066588866,-0.014781851,0.022224996,0.00018014284,0.01507433,-0.008568722,0.010457063,0.009863445,0.014887227,0.0005433831,0.0076934267,-0.0080753695,0.03258987,0.01470562,0.0047413413,0.023458656,-0.0049923076,0.0009924391,-0.018069282,-0.030423813,-0.0025802413,-0.0005639371,0.017621651,-0.030989444,-0.002839844,-0.0018101714,0.03270088,-0.002750925,0.0045249187,0.008288811,0.0140769975,0.01864501,0.0183264,-0.0015440373,0.017001282,-0.011697303,-0.00792723,-0.01811265,-0.01120119,-0.0027058988,-0.012922955,0.0024253034,0.0072411983,-0.01186417,0.014455224,0.027002674,-0.008181067,0.010487775,0.010161728,0.0016807999,0.00837011,-0.011457184,0.0029947106,-0.009534243,-0.02080575,0.0024997005,0.013979831,-0.03551435,0.009811073,-0.05725159,0.0291608,0.005494261,0.0012284912,-0.021403596,-0.013606729,0.0049832244,-0.014354512,0.012406231,-0.011920626,-0.009038472,0.0058070417,0.0118348105,-0.019894192,0.017279709,-0.010999429,-0.020032912,0.0027435904,0.009868371,-0.0018515552,-0.0047523463,-0.0049975156,0.022133986,0.0037338135,0.0013924342,-0.009506449,-0.013161788,0.0060787243,-0.0059103915,0.0008687253,0.013127722,0.005268004,0.008939867,-0.02114391,0.0013869149,0.0052480535,-0.013866209,-0.015343134,0.0075018154,-0.0053146975,0.0081905695,-0.02308882,0.008026479,-0.01590442,0.001482074,0.0058394815,-0.012519085,-0.0047655273,0.00039633553,0.0156031195,0.0008833879,-0.025659211,0.013293897,0.0024174864,-0.012256246,0.007814269,-0.009672554,0.018446581,0.010292296,-0.0015691599,-0.020312404,-0.002856531,-0.006404709,-0.015494334,-0.03149111,-0.022009829,-0.0018671531,-0.02391513,-0.005770762,-0.008272743,-0.0049092947,-0.0036020128,0.037713148,-0.019697532,0.010418223,0.027023524,-0.004445881,0.010171624,-0.009103321,-0.016831545,0.006343067,-0.0041641938,0.008444566,0.013261829,0.01568832,0.0021730447,0.0041144057,-0.0075420947,-0.02347467,0.0112577975,-0.012016922,-0.020759694,-0.0016049121,0.0043645985,0.015861763,-0.02535324,-0.0056079407,0.013288917,-0.021924295,0.020114772,0.02126342,-0.0021940607,-0.008804814,0.01278214,0.016586268,-0.020115042,0.005218087,0.00019359252,-0.0050685597,0.00039629688,0.0052525857,-0.012707372,0.023645632,0.004556885,0.025617665,0.03211398,-0.016012466,0.019567594,-0.008820334,-0.013468113,-0.015796151,-0.014577331,-0.02530378,-0.02119128,-0.005440377,0.002844317,0.0076641617,9.974688e-05,-0.0032910998,-0.007509382,-0.0023012112,0.007672567,0.0019867367,0.008506276,-0.0053760866,0.00090945116,0.005117158,-0.0052311216,0.023819966,0.059581753,0.017584521,0.017139731,-0.007335568,-0.009186353,0.021680495,-2.7578426e-05,0.030738957,0.008200356,-0.01787772,0.0017264966,-0.0015140886,0.00051464635,0.0036182366,-0.0039536534,0.016788218,0.00040427645,-0.018551644,-0.010407149,-0.00093606947,0.003828864,0.00089067395,-0.010396565,-0.0100269895,0.00812567,0.009224029,-0.0027386893,0.014773976,0.002731747,0.03449726,0.013550726,0.011582555,-0.0018759379,-0.021568952,-0.015189562,-0.0010071292,-0.0046763164,-0.001663195,0.0143915145,0.005343612,-0.0063145636,-0.015518468,-0.031458177,0.015812278,0.012818282,0.01053148,-0.022723889,0.034783553,0.025470592,-0.019039765,-0.01813241,-0.00552182,-0.00020625399,4.147228e-05,-0.010579478,0.0070137666,-0.009923203,-0.015583203,-0.0022416858,-0.0051701777,-0.0058387998,-0.016089475,0.013829554,0.01589047,-0.015198915,0.0015151311,0.011967059,-0.01390835,-0.0062727407,-0.04094067,0.020111261,0.021184346,0.0084177125,0.011180619,0.019521127,0.17284255,0.14268698,0.021597883,-0.006606089,-0.008385199,0.005309954,-0.0043815533,-0.014331937,0.013281709,-0.03454131,-0.010685652,-0.01997389,0.030892152,0.000995152,0.0050102994,-0.011495084,0.024750907,-0.010493442,-0.022265827,0.007246553,-0.006263241,-0.018463526,-0.011781938,-0.0038717592,-0.02643433,0.01500973,-0.0024498964,0.015633892,0.016119758,0.0015101001,-0.011029029,-0.014469434,-0.006540354,-0.004573407,0.0025997043,-0.0042850897,0.00060993497,-0.0023275856,-0.004613211,0.009711,0.005163515,0.0049663954,0.0067130127,-0.013594808,0.015564863,0.0020916616,-0.007799537,-0.005674932,0.020395434,0.019322768,0.0023085254,0.0063482374,-0.010665391,0.006481292,-0.022911005,0.0019017085,0.0017235462,0.010962049,-0.008182108,0.006119656,0.012092107,0.026698232,0.0023952562,-0.00091726606,-0.011785656,0.006813109,0.0058115693,-0.015596377,0.00028358566,0.009472651,0.0014131316,0.008040536,0.019759798,0.002007367,-0.010551414,0.0064463774,0.007102007,-0.004427128,-0.015814055,0.0057928436,0.0027260266,-0.015701652,-0.0059659663,0.015366132,-0.0076478934,-0.023641778,-0.008645256,0.028889574,0.11753538,0.012640543,0.010427061,-0.007799306,0.015599363,-0.0053676404,-0.0065951664,0.046295535,-0.014470623,0.014546161,-0.008071431,-0.029016476,-0.005063521,0.00042377017,0.01748444,-0.016065937,-0.0007360512,0.03212078,0.031483963,0.0075951936,-0.03080693,0.0067826672,-0.010830112,0.01249515,0.0045067356,-0.002055781,0.01840802,-0.014967635,-0.017339049,0.00412453,-0.1097616,0.011986971,-0.007125297,0.0043571023,0.008188085,0.010327155,0.017190028,-0.016167356,-0.011947104,0.0077345255,-0.0077260314,-0.0004264676,0.01710342,-0.014860188,0.017630462,0.016477143,0.0004348,0.0033722112,0.008982029,0.016451253,0.0013843902,0.011106838,-0.01491687,0.00480516,0.016979933,0.004064249,0.005994743,0.0042931507,0.0195636,-0.0015259454,-0.0038905735,-0.012115747,-0.0139005985,-0.013171937,0.0049998146,0.0046570664,-0.0047824173,-0.0020556182,0.0053344504,-0.024951855,-0.013284747,-0.017856834,-0.023770604,-0.027636917,0.005825195,-0.011728471,0.0050341818,-0.0034778805,-0.014734312,-0.0145077165,0.02967089,-0.0007094901,0.0095300125,0.0005286734,0.006543415,0.007859456,-0.027103698,-0.004886765,-0.0025583163,-0.000361167,-0.003338014,-0.0059174537,0.0015894433,-0.011453324,0.021732453,-0.00028042248,-0.012365568,-0.008680707,0.008460068,0.00034143892,-0.010174534,-0.009703772,0.0023353584,-0.010954213,0.014412935,0.016677778,-0.016841369,-0.010692882,0.0051472397,0.022044018,0.012932792,-0.0026283802,0.001660541,0.11266211,0.0015913754,0.01683512,0.0227142,-0.010444316,-0.005904598,-0.0013251815,-0.0024143488,-0.0031614646,-0.0027395824,-0.0052489713,0.004307198,-0.010499722,6.728806e-05,-0.0011807512,-0.00947776,-0.00609362,0.0022583085,0.037379794,-0.037644334,0.002513222,-0.01827027,0.0020514594,0.008557764,-0.013723316,0.0073602414,0.004913707,-0.0039284155,-0.01052491,-0.011822124,0.01204073,-0.010352849,0.0066640284,0.0054503405,-0.0027267847,0.006070886,0.012166072,0.013787398,-0.0104313465,-0.0040967595,0.0040543345,-0.024003318,0.011926784,-0.008805562,-0.055023436,0.18565609,-0.009539512,-0.018264458,-0.012511057,0.0054216576,0.0035679273,0.009015998,-0.013021634,-0.005076799,-0.014301481,0.011722756,-0.010875292,4.8568523e-05,0.0037292612,-0.008022021,-0.0148345,0.015064807,-0.01575847,-0.020846356,-0.02432953,0.010792512,0.013315128,-0.033142988,-0.02113507,0.0072787777,-0.020831905,0.00013279216,-0.005417375,-0.0061127637,0.017254027,-0.01432885,-0.013104396,0.008271113,-0.0047254427,0.033940844,0.0002428322,-3.7896058e-05,0.0045020944,-0.011417119,0.007844612,-0.015975155,-0.0028895442,-0.00025162546,-0.0015903664,-0.012301963,-0.029349398,0.009416286,-0.043985344,-0.02328082,0.01802802,0.009087462,0.004748062,0.008718444,-0.0034067945,-0.020209458,-0.0032541524,-0.02153765,0.008623186,0.004708797,-0.010256046,-0.010139712,0.010713488,0.012200308,-0.018497342,-0.0022623378,0.0111795245,-0.003451799]"
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "id": 190,
          "content": "Japan–Thailand Space Industry Forum Held",
          "metadata": {
            "loc": {
              "lines": {
                "to": 1,
                "from": 1
              }
            },
            "source": "blob",
            "blobType": "application/json"
          },
          "embedding": "[0.01066562,-0.025485085,-0.007193781,-0.08182866,0.013019423,0.032013226,0.01189766,-0.02164082,0.030557085,0.012827198,-0.029826418,0.0011409079,0.015928645,-0.007685181,0.11378365,-8.113953e-05,0.0072779753,0.0059095686,0.018371029,0.0031205385,-0.02954548,-0.014702989,0.0055585937,-0.050566874,0.00078861177,-0.019845167,0.009459817,0.00355903,0.009432136,-0.005942144,0.0141368555,0.0061528664,0.01794148,-0.0062910435,0.0042885276,0.01476431,0.005078707,0.0064405757,-0.00621535,-0.004413893,-0.014366795,0.0138968425,-0.022546582,0.0110038305,-0.0072393743,-0.0029571776,-0.004696565,-0.022193015,0.017033527,0.033843562,0.019593306,0.032442786,0.013683002,-0.1485748,-0.024636855,-0.0001810382,0.009748471,0.012034494,-0.0016077649,-0.008291097,-0.001924784,-0.009782207,0.008968514,0.0013360303,0.02781373,0.007415272,0.0028673932,-0.01382264,-0.033636272,0.018963387,0.008097876,0.02502123,0.016848363,0.0073259403,0.020895151,-0.011856122,0.011439631,0.0048467414,-0.002900078,-0.002818018,0.018894093,0.02658915,-0.015315194,-0.0059420876,0.02223917,-0.011525419,-0.0035480077,-0.007255801,-0.014701407,0.016925344,-0.0053946204,0.018202314,0.008958646,0.018697849,-0.012670048,0.039121214,0.011074705,-0.03016461,0.020004231,-0.019268261,-0.00030030252,0.003669565,-0.0050540143,0.015555155,0.015915839,0.020456186,-0.004508714,-0.0061685964,0.008223871,-0.0065338635,-0.0027679692,-0.021151725,0.002664487,0.022472244,-0.024071189,-0.12585528,-0.027779482,0.036238313,-0.008941874,0.0065439898,-0.015272671,0.023216562,-0.014466879,-0.002980311,-0.020472826,-0.019863697,0.016053762,-0.00196372,0.028781679,0.02099053,-0.01814854,0.002846091,0.012294374,-0.01806148,0.03530763,0.045360085,0.011470945,0.024507185,-0.010740024,-0.023843624,-0.009699287,0.021704916,-0.0038216803,0.014644452,0.0015937049,-0.008291551,-0.013087188,0.022893861,0.0044561294,0.014682144,0.029701881,0.001807149,0.00027488536,-0.00655431,-0.034604553,-0.022080025,0.013242418,-0.003928734,-0.028469486,-0.0081950715,0.0025292146,-0.013642327,-0.032011658,0.020131435,-0.023169868,0.02251018,0.02071535,-0.0071386728,0.00032686582,0.013989176,0.015437019,0.010137076,-0.009571732,-0.004483161,0.0060496554,0.010408579,0.0023934052,-0.009828897,0.006018633,0.0004462819,0.0018612397,-0.001755235,-0.014639096,0.020936651,0.02077783,0.020858752,-0.010098087,-0.006132695,0.028757593,0.020764655,-0.017024899,-0.006297534,-0.008670665,-0.015078936,0.007331639,0.00876783,-0.012784615,-0.009246843,-0.023786332,0.009240999,0.017088603,0.0018693605,0.0009702088,-0.023166068,0.0026609974,-0.003208435,0.022494901,0.015055555,-0.006807215,-0.0025810222,-0.012177299,-0.021667818,0.0018548007,-0.008676338,0.0007488634,-0.011032145,0.035608463,-0.0021823675,-0.017648514,-0.011131632,0.017542731,0.0021195319,-0.010854326,0.003044933,-0.014731304,-0.010377881,0.0013867448,-0.008685132,0.0057322416,0.013610783,0.0019830824,0.021805761,0.021274062,-0.027990278,0.003184401,-0.012739425,0.03568941,0.0067847744,-0.013106104,-0.0035955447,-0.0017141885,0.029054122,0.0052805436,0.0064752693,0.02706784,0.01335451,0.030776491,-0.010681109,-0.0051460066,0.012965559,0.0053223134,-0.010014398,0.003125705,0.024831446,-0.03850034,-0.011376076,0.005564914,-0.009293874,-0.005054863,0.005952397,-0.02347325,-0.003681452,-0.017414799,-0.035413697,0.004940719,0.00069428084,0.008894235,0.0449478,-0.032328192,-0.02995098,0.008937145,0.004712886,-0.012042152,-0.0037288442,0.009384109,-0.013814367,-0.037342563,0.005085891,0.015394584,-0.012439018,0.004265115,0.00019141404,-0.013378252,0.0012564195,-0.019101907,-0.0033483168,0.015705029,-0.0049378523,0.0043291156,0.0065770843,0.0028041136,-0.012142891,0.0018452938,0.0056250417,-0.0007012262,-0.0054642423,-0.0043885,0.0128393145,0.0012699713,-0.02498748,-0.009474845,-0.02966969,0.01160156,0.02344695,0.021879803,-0.008911975,-0.017530113,-0.025102634,0.03395072,-0.009477707,-0.0074003953,-0.030418718,0.019142268,-0.01378122,-0.03763682,-0.035518814,-0.023940913,-0.005967539,0.0005915369,0.009975528,0.0053817737,-0.007701221,0.019452553,0.0109719625,-0.020640977,0.016272552,-0.0042391666,-0.00085376657,0.014081309,-0.031004358,0.0028762035,0.012890852,0.023046456,0.0004876976,-0.013573738,-0.02170744,0.038717255,0.014625899,-0.005300589,0.010645061,-0.044558544,0.0053303987,0.006570057,0.0015758801,0.0005901401,0.00092901825,-0.02156709,-0.022541424,-0.03045935,-0.018847205,0.0042070644,-0.0018386596,0.010204659,-0.0117512625,-0.023779066,0.0018089983,0.0020848631,-0.007666163,0.0044041877,0.007393869,0.021597398,0.009526547,-0.0033832414,0.031200461,-0.0034672865,-0.037216574,0.045084387,0.010618743,-0.018138653,0.023574349,-0.045248363,-0.0066770497,-0.0007474778,-0.008483294,0.018324448,-0.038452514,-0.007442387,-0.040600896,-0.0008267632,-0.011799071,0.0062895473,0.008601566,-0.0015750512,-0.015545035,0.01996987,-0.012554027,0.017537154,0.0056028063,0.019059006,0.0051571135,-0.024410272,-0.015253019,-0.0016839808,0.0107234605,-0.024780976,-0.007160252,0.017187692,-0.006250153,-0.03154843,0.02181475,-0.010280908,0.013171059,0.008201795,0.02117373,-0.010335175,-0.031842683,0.0023175336,0.0019523414,-0.00033228897,-1.4034288e-05,0.016149329,-0.015999505,0.01337763,-0.00907965,0.01939933,0.03052784,-0.003399283,0.030175965,-0.009223653,-0.029976409,0.014796253,0.035327096,-0.0014060999,0.0056463038,-0.005127943,0.0052845716,-0.02211408,0.001700125,0.015074084,0.014084862,0.0030939437,0.022222554,0.005342417,-0.008270196,-0.012457556,0.022414433,-0.030179216,-0.014122947,0.013193942,-0.002039034,-0.0040257275,0.014102161,0.008690028,-0.032219276,0.025255328,0.02358877,0.009792359,-0.0035666293,-0.0154557945,0.014366433,0.003914408,-0.02533408,-0.0029642724,0.018880304,0.0149898045,-0.023006592,-0.0036657003,-0.016605616,-0.005120976,-0.0012612799,0.0055114613,0.0013620018,-0.03657778,0.045859534,0.005735836,-0.01243495,-0.019264342,-0.026957775,0.0030820395,0.028790468,0.0081102485,0.018426117,-0.03216554,0.014078628,-0.005822383,-0.028503977,-0.0035620413,-0.023837931,0.02520759,0.0003521198,0.009086402,-0.019549428,-0.009869791,-0.0037330678,-0.0043713283,-0.01778162,-0.01984304,0.0097331805,0.014836421,0.006150554,0.040862918,0.008884971,0.016653394,-0.016558537,0.006168083,-0.007537812,0.012876734,-0.023604192,0.011503652,-0.029595906,-0.012487746,0.027476173,-0.014457948,-0.03188556,-0.0498256,0.02144421,-0.0059181983,-0.009321314,-0.0014972746,-0.014026978,-0.026961459,-0.032449808,-0.031137662,0.009828359,0.0054230564,-0.006839408,-0.011657196,0.0097820405,0.0065296683,-0.01283081,-0.004118781,0.0031824978,0.013845096,-0.014960146,0.019215563,-0.0107563855,0.03983134,-0.0074485857,0.047792964,0.01704995,0.021312516,0.02218053,0.0034087556,-0.027647734,0.011513417,0.00608362,0.0010144683,0.011266446,0.012332512,0.008924804,-0.0076757586,0.0051522576,0.0059789997,0.0131288245,0.028886328,-0.06734243,-0.009548861,0.029888928,0.005390133,0.011846608,0.0020795956,0.04997113,-0.022635099,-0.024145953,-0.009342827,-0.00012963619,0.012245683,0.004115058,0.014977571,-0.002180434,-0.00061697816,-0.03583383,0.02548569,0.018259145,0.007867833,0.062060148,0.020528577,0.014725845,-0.0004532151,0.007180563,0.018725384,0.02766302,-0.0005687805,-0.021097546,0.005475376,-0.027557315,-0.0433383,-0.006968916,0.0021745982,-0.00045979,-0.016420912,0.038681798,-0.0016157976,-0.03369383,0.009310222,0.0148362145,0.0008567163,-0.0517785,-0.027673824,-0.006673086,0.0010815955,-0.03778195,0.0070699058,-0.022902628,-0.0042703687,-0.0040718275,-0.0032151365,-0.0088312365,-0.015258637,-0.01836478,-0.030369429,-0.01835288,-0.003001518,0.023073308,0.0091278665,-0.00081648637,0.023132361,-0.044080332,0.030350478,-0.039308675,0.017038299,0.014041513,0.005841943,-0.0075307493,0.005621198,0.009810922,-0.014469555,0.0066922465,-0.029220095,-0.00052735803,-0.00029589355,-0.0278302,0.009206872,0.008046573,0.011148533,-0.004733535,-0.009348339,-0.12435629,-0.0004956322,-0.016926557,0.0083695995,-0.0130760465,-0.0038739187,0.028933559,-0.030769277,0.00094676827,0.0122662755,-0.00079858146,0.012444425,-0.014189305,-0.009869623,-0.02324709,-0.01372585,-0.009302313,-0.022471093,0.016489279,0.002418398,-0.0063223434,-0.020041816,-0.009415661,0.016450692,-0.0069621718,-0.004878722,0.009476021,0.021451509,-0.023199728,-0.044660497,0.0048216986,-0.12976754,-0.020243093,0.005451814,0.007098312,0.0030454027,0.008147757,0.01802173,-0.029661058,-0.004974844,0.008638097,-0.018911315,0.0107957,-0.059996765,-0.005232551,-0.015639223,0.07955989,0.019654669,-0.0003372482,-0.006423631,-0.008761968,0.0079969745,0.0026073167,0.035263702,-0.020023583,0.0025632235,-0.0062087416,-0.014553239,0.032721113,-6.952939e-05,-0.021075202,0.019156583,0.004592034,-0.004848035,0.0042551723,0.004768654,0.007877321,-0.03129123,-0.011401584,0.038503777,-0.0029809787,0.0038958746,0.0057511,-0.01883637,-0.004511876,0.016087616,-0.00013152866,0.011387906,-0.008178821,0.01648011,-0.033442166,-0.03341019,-0.11580052,0.0030180195,0.0295095,0.0018694404,-0.0052132816,-0.009904007,-0.0062222667,-0.0076456275,0.010599877,0.009756312,-0.018104557,-0.010954612,-0.02026946,-0.011022453,0.020036701,0.016890982,0.019827122,-0.024902431,0.013491848,-0.016555773,0.008841796,2.2680862e-05,0.02014548,-0.019043464,0.012466502,-0.028538326,0.013883821,0.02860515,-0.004400258,-0.03207337,-0.021196717,0.035551026,0.012372131,0.017355153,-0.005404983,-0.003911323,-0.011452062,-0.03341218,0.029717596,-0.00050864846,-0.006649506,0.0011498146,-0.0074248575,0.010927536,0.009429781,-0.016370798,0.0059380666,-0.017535891,-0.0039560986,-0.017233452,-0.009693162,-0.002082037,-0.007963719,-0.00060489314,0.019374939,-0.006135679,0.017425949,0.02791509,-0.0014642794,-0.004492261,-0.0059232,0.00054700614,0.0043721343,0.0054302304,-0.010818426,0.009302476,-0.0016087876,0.016214928,-0.009279266,0.023274098,0.004980388,0.0062015625,-0.0065046046,-0.018814271,-0.0017443509,-0.0038561474,0.008173262,-0.00548896,-0.033355135,0.004423033,-0.0015149082,-0.011762004,-0.0011835396,0.0047516287,0.005663589,0.013295647,0.00449913,-0.00028412067,-0.006664332,0.0074984147,0.006397909,0.0021455216,-0.0023531478,-0.023189876,0.006444292,0.014980726,-0.0048712557,0.022687176,-0.012714955,0.0037833143,-0.013252169,0.0070042973,0.0073219384,0.0060193664,0.029761089,0.008280941,-0.0019533734,-0.011933058,-0.016881822,-0.0039067017,0.008610261,-0.0037237236,4.8702655e-05,0.0052266116,0.005509885,0.013344124,0.0023843616,0.010978283,0.007895513,-0.0061161793,-0.0013391209,-0.010224212,0.021295208,0.004862575,-4.3804543e-05,0.010445248,0.00015458386,-0.012918822,0.014965173,0.0048779184,-0.0037115468,-0.004868809,0.009053186,0.007203507,0.014017923,0.0004595942,-0.01682941,0.007936406,0.017406728,0.015607415,-0.0067219273,0.018738447,0.0026019495,-0.0041440534,-0.00833796,0.015870104,0.005822881,-0.012663876,-0.0051268414,0.00038642573,-0.017924404,-0.009206089,0.0036740154,-0.0058195065,0.0043565053,0.006845202,0.017746257,-0.006670114,0.013797108,0.0012121531,-0.0014006062,-0.0024671957,0.017889949,-0.0132650975,-0.014862909,0.0034869385,0.0054127625,-0.0034325742,0.012094431,-0.020535454,-0.013235686,0.01502241,-0.0048268577,-0.017676217,-0.009605464,0.013875465,0.012598928,0.0016083925,-0.0065100873,0.021663327,-0.0028244352,-0.010918128,-0.0022168497,-0.021131856,-0.011162084,0.00077428523,0.005955459,0.012820322,-0.0059903576,-0.007687164,0.008827476,0.0051091695,-0.007922059,-0.019825961,0.0077937865,0.016697837,-0.008373596,-0.021728579,-0.00073474494,0.010652217,-0.004404053,0.004441982,-0.004244187,-0.009304342,0.0026839913,-0.016974842,-0.002344873,0.010150409,-0.0013109198,-0.0005356663,-0.0030392685,-0.007493145,0.009948696,-0.0005339927,0.017929742,-0.010052257,-0.001466503,-0.02745482,-0.0016800513,0.0023991473,-0.0013143613,0.018295549,-0.007721941,0.020929996,-0.0062317858,-0.0041902633,0.023604264,-0.0050330055,-0.000709823,-0.010710777,-0.00441504,0.014054425,0.0031400213,0.0067033055,0.00047295672,0.011767076,0.003926849,-0.0054280353,-0.019012693,-0.00010505795,0.007633345,0.003157174,0.014088966,-0.006384474,0.011006345,0.007797778,0.002809819,-0.00045022558,-0.0034510712,-0.005402913,-0.014291271,-0.013940645,0.008744743,-0.006342263,0.008788753,0.016402522,0.016586047,0.007515462,-0.008867975,0.07086886,0.00897047,0.0091009,-0.008305626,-0.023823781,-4.1533534e-05,0.016263593,-0.023374602,-0.0020243716,-0.003941612,0.002598458,0.014568391,-0.008316817,-0.010228573,0.0014110202,0.03330991,-0.0077058715,-0.0014071866,0.00505521,-0.0060959402,-0.013209483,0.0056954366,-0.00597595,-0.0018055417,0.008888133,0.013271713,0.026169611,0.0024273968,0.0069033657,-0.0009442639,-0.0022814388,-0.0035803393,0.011456214,0.015535312,-0.011344869,0.0016664249,0.0009786199,0.020278836,0.01791833,-0.010071786,0.011862864,0.024854306,0.011467536,-0.024587387,-0.0060684443,0.00085756177,-0.010098817,0.016100576,-0.006753283,-0.0085145915,0.008715289,-0.0050512776,0.008021584,-0.008780446,-0.02399552,0.015806777,-0.0021263584,-0.034068517,0.022700803,0.017507883,0.01050748,0.005627227,0.008479809,0.011560066,-0.010519269,-0.0090480065,0.0005043534,0.0010861562,-0.0028865272,0.01208805,-0.006998059,0.009918877,0.011889717,0.0026698094,0.012946566,0.008001392,4.964281e-06,-0.017074963,-0.012555223,0.005054637,-0.0056706443,-0.01979356,-0.021039283,-0.011761847,0.029713834,-0.014169149,-0.01113313,-0.008322941,0.01788519,-0.0017482766,-0.007061226,-0.018725358,0.004452746,0.0029601434,-0.0065066884,0.002215812,0.03612079,-0.00013010335,0.011555412,-0.0075061414,0.004811152,-0.0161623,-0.0022022116,-0.00749022,0.013507518,0.010310527,-0.009184832,0.017281901,0.008579113,0.024133468,-0.009933157,0.005352543,0.017090175,-0.0070585096,-0.0055151815,0.0058678864,0.006800071,0.011928661,-0.00739529,0.0065418915,-0.0035334842,-0.008049001,-0.017845215,0.0037393456,-0.018708145,0.00052968407,-0.022229658,-9.012209e-05,0.0059581436,-0.0018000279,0.003479528,0.022925353,-0.0029749249,0.0136502,0.01783483,-0.004897147,0.012552946,-0.002660994,0.0047867396,0.01699472,0.0026540938,0.016293712,-0.010349907,0.0041895504,0.00987025,-0.004777965,0.007572278,0.006703079,-0.01318472,0.0061306152,-0.007250298,-0.01387239,0.010747356,0.004856293,-0.009094099,0.005257026,0.01093783,-0.008162171,0.002389282,0.0037898773,-0.0006987782,0.0037079097,-0.015592242,0.001967881,0.016369734,-0.0019664348,0.018812401,0.0038178444,-0.006485849,0.0009463268,-0.0016907551,-0.009171324,0.016156275,-0.0031086279,0.0055783745,0.016032986,0.00031870956,-0.0066213286,-0.009944706,-0.008377022,-0.006627591,-0.0024222964,-0.01028983,0.021037899,0.029447213,0.007561438,0.006134395,-0.020037062,0.007984455,-0.013320516,-0.006496816,-0.0055654277,0.0077238684,-0.0025123619,-0.011959066,-0.002271849,0.008275844,0.0009345874,-0.009948147,-0.0034468758,-0.009060127,0.011067037,-0.0053765457,-0.004713053,0.016266968,-0.0053076665,0.02116569,-0.0072623678,-0.0018694105,-0.005290995,0.008910268,-0.033844534,-0.011935186,-0.004424275,-0.0008423181,0.001776715,0.013906517,-0.018504517,-0.004844425,-0.008164156,-0.0024140996,0.0040847347,0.0016039498,-0.01242852,-0.0012056432,0.008102892,0.022369122,0.0020016166,0.006239288,-0.011331727,0.01761166,0.0036013275,-0.01148487,-0.010551931,0.026090953,0.002439645,-0.007546593,0.009810052,0.003824909,-0.008275047,0.0026458337,-0.016089324,0.0137433745,6.0396727e-05,-0.005365316,0.008874175,-0.006485115,0.007008185,-0.011706021,-0.0022254111,-0.004357208,0.019034121,-0.009722425,-0.0014708127,0.0024977222,-0.006268971,-0.007948573,-0.060689062,0.00991881,-0.0003680047,0.013477564,0.012309195,0.0065510133,-0.004816228,-0.012702776,0.014813878,-0.0023031675,-0.000978054,-0.0117868185,0.017987063,0.022154938,-0.0020983317,0.008891814,0.0037731992,0.02407688,0.008012122,-0.0013193107,-0.023465868,-0.002076013,-0.00052150927,0.0107758865,-0.0053295516,0.021218048,0.006858073,0.004619271,-0.019378604,0.0032862735,-0.0059214113,-0.0012811763,0.0044839648,-0.0076356544,0.004665847,-0.007577511,-0.013047988,0.005244506,-0.027930347,-0.029072972,0.0026131656,0.009968088,0.011600614,0.0021144184,-0.011898441,0.002423127,0.015228937,-0.00438252,0.004010956,-0.022204297,0.002817509,0.013938618,-0.007164723,0.0070421584,-3.0373954e-05,-0.008154553,0.010731008,-0.004993344,0.004543458,-0.0064176344,-0.01029518,0.0062021846,-0.0036019408,0.0055026137,-0.018862315,0.010058927,-0.011383957,-0.0066417935,-0.0009924665,0.00830931,0.010573254,-0.0012523675,0.00070425944,0.008925136,-0.0017937309,-0.0133935325,0.01462612,0.016638638,-0.00247677,-0.001804301,-0.012694344,-5.959195e-05,-0.003877022,0.012586863,-0.019114766,0.0059589962,-0.00939145,-0.0015965422,0.0003768196,0.0052410853,0.011109536,0.03255002,0.008966421,0.007555964,-0.019469764,0.00029821834,-0.014525912,0.00551792,0.012565708,0.012287026,0.01892229,-0.015158154,0.002880004,0.005141423,-0.02852159,0.024166584,0.013554371,-0.0071048355,-0.004002544,0.002119964,-0.01093429,0.031527206,-0.0037266538,0.00045479895,-0.00069331814,-0.013269764,0.017392997,0.00688675,0.0054724454,-0.0012948618,-0.008064409,0.003298498,0.0019313777,-0.020485256,-0.0042328415,1.953049e-05,-0.0053452016,-0.0064367973,0.0071051056,0.013653312,0.006085183,0.015307839,0.007930495,-0.017215336,-0.013547742,0.018961554,0.011937473,-0.008433584,0.009184162,0.01084641,0.017236417,0.011698847,-0.012690523,-0.014892681,0.00993042,0.0032038777,-0.0005470394,0.0051776255,0.01829382,0.010376725,0.004765503,0.016623177,0.0005970095,-0.007902851,0.004065263,0.008146736,-0.011267383,-0.02391952,-0.0072257435,-0.017316366,-0.0065597906,0.005873071,0.011349407,0.006631512,0.003700353,-0.018136268,-0.002392543,-0.018776156,-0.0073896623,-0.014376344,-0.012642081,0.0065559694,0.008192186,0.01117426,-0.008317512,-0.015924042,0.016050534,-0.0065852217,0.0051094224,0.02324202,0.0040278295,0.007984891,0.0009856576,0.012382177,0.005963921,0.00858974,-0.008021487,-0.004535479,0.0012375575,0.015662735,-0.012894323,-0.004464926,-0.00706056,0.010865157,0.011856954,-0.008026237,0.0009504439,-0.0109716095,0.025352964,0.0168066,-0.0073087034,0.0027861279,0.003332907,0.0039053124,-0.013750487,-0.09148331,0.0024036882,0.014366339,0.012001583,-0.017255854,0.019852886,-0.007890952,-0.01897019,-0.00033207363,0.001907414,-0.007126232,0.019651232,-0.018378744,0.009219517,0.011743519,0.0073637157,0.010845982,-0.0061207125,-0.009875951,0.0007222781,-0.024777766,0.014683912,0.00013871041,0.0011137198,-0.0011746889,-0.010328959,-0.0032746508,0.0036498918,0.008346696,0.012901943,-0.006750965,-0.0056250375,-0.0015092527,0.00043103273,0.027991582,0.006344519,0.004131639,0.011762913,-0.1336351,-0.0216118,-0.0050823763,-0.006034578,-0.019243069,0.009850065,0.01036538,-0.00961122,0.0030769545,0.0057510324,-0.014552018,-0.00042628517,-0.0013894553,-0.0085001895,-0.0015773156,-0.008104628,-0.012288425,0.012698098,0.0024161309,0.015434879,0.019740634,0.0021749134,0.0029647672,0.0021446287,0.015547261,0.0059936633,0.007999789,0.0032769146,-0.011568782,-0.019333756,-0.013341945,0.019093612,0.007670361,0.008658795,0.0008921331,-0.01604481,0.0040769335,0.01429314,-0.012551367,0.015665302,-0.009874185,0.015313722,0.005000647,0.01857103,-0.013064861,-0.0053336667,-0.0014059381,0.018666584,0.00086788036,0.005076326,-0.008577466,-0.005914471,-0.0038348655,-0.013788837,-0.001420213,-0.0164871,0.0065270336,-0.004395146,-0.018907418,-0.008862101,0.0071072346,-0.0016257085,-0.004542332,-0.00046919167,-0.005973581,-0.008036208,0.01707714,-0.0010854962,0.0044357916,-0.011606259,0.023777666,0.0014429593,-0.0046591526,-0.005464757,0.006456538,-0.0031088777,0.0040939795,0.016091514,0.035600778,0.012750576,0.018630479,-0.003435322,-0.017708998,0.026115537,0.0058444235,0.012322148,-0.018655002,0.015967136,0.006995584,-0.071703225,-0.0025175645,0.0078102346,0.0026507126,-0.0054556415,-0.012339678,0.0013099094,-0.0074830684,-0.004636138,-0.013077359,-0.018138854,0.0013136277,-0.013297075,-0.0056209215,0.003369275,-0.0057970015,-0.00044636652,0.0022857774,-0.00822222,-0.0059409672,-0.024008477,-0.0070229773,-0.01066299,0.015475114,0.006513498,-0.0041727005,0.0021758857,-0.01777394,0.019409325,0.0047789467,-0.016094794,0.02887837,0.0060533006,-0.01598717,-0.012225406,-0.011507056,0.0025907888,-0.0018088543,-0.015062791,0.006089388,0.03182682,0.042424154,0.010251666,0.0042981245,-0.0029512234,0.010179169,0.0026074213,-0.020134844,-0.014175064,-0.02650482,-0.008485187,0.014817684,-0.0068347985,0.0043790345,0.016184732,0.03325394,0.0067311213,-0.013802825,-0.010466238,-0.023642758,-0.007646937,-0.028701663,0.0032853195,-0.017366894,-0.0012134637,0.014154445,-0.013259563,-0.010526361,-0.0026667924,0.009987091,-0.0010762225,-0.0034482304,0.032097153,-0.025924161,-0.0036918682,-0.0016230603,0.003238089,0.01622761,0.0079163,0.035630003,0.01835088,-0.0007369919,-0.012388149,-0.0011090448,0.007731763,-0.024168996,-0.028857235,0.010823133,-0.0033121917,0.014501161,0.0004783484,0.021726368,0.013614881,-0.006125384,-0.014124942,-0.0040560258,0.0060206936,0.0055151973,-0.009934532,0.0013218343,-0.0091133425,-0.013080146,-0.0013802553,-0.013589061,-0.021132015,-0.028008088,-0.00454386,0.00022862079,-0.010245769,-0.016429365,-0.023083327,0.01562871,-0.00563121,-0.0075467005,-0.17552501,-0.0011657919,0.0028420887,0.002934585,-0.015960297,-0.025397774,-0.008070817,0.0024739942,0.014123594,-0.0021254418,0.008377896,0.018575283,-0.014438039,-0.023257032,0.0073198257,-0.015311091,0.0051271445,-0.005917248,-0.013653464,-0.012310519,-0.01968867,-0.023857974,-0.0015861149,0.004781877,0.0060739783,0.0020818769,0.026610537,0.0028048058,-0.011952689,-0.0051507764,0.00033539013,0.011426368,0.0008234253,-0.0017405594,0.0031304685,0.01203702,-0.0011008293,-0.019015966,0.00010444069,-0.0030219518,0.012928043,-0.009855731,-0.0009833672,0.004819693,0.01121311,0.009942208,-0.020768927,-0.004930078,-0.021068217,-0.009138007,0.0051847743,-0.0060900245,-0.0005022678,-0.027176376,0.007998355,-0.0045375987,0.022774199,-0.008881983,-0.0031352113,-0.019811664,0.010181737,-0.00455438,0.022949198,0.02141629,0.0058122426,0.002107897,0.010819658,0.14717384,-0.005562898,0.0023147832,-0.035703395,0.02148433,0.014334482,0.043014757,0.0005140514,-0.026249435,0.0039820196,-0.022750972,-0.0023461555,-0.0037037225,-0.0058940477,-0.018485598,0.028486209,-0.000232602,0.004588671,0.0051869256,-0.008099881,0.038176496,-0.005018137,0.0030355288,-0.011431986,0.015820356,-0.016974071,-0.014423007,-0.0064004795,0.026153287,0.01011206,0.010976191,-0.017936068,0.014769088,-0.010605388,-0.0017133892,0.011619698,0.030385356,0.003123359,-0.013404415,0.011420905,0.0059271543,0.008818075,-0.0006289018,-0.0065774317,-0.0019250487,0.00567486,-0.010887869,0.0040317806,-0.0061001815,0.020049408,-0.037897598,0.00414093,-0.025037669,0.0056137554,-0.000304513,0.019854555,0.023052085,0.005059146,-0.02365732,-0.018626833,-0.018441081,-0.011623411,-0.012813363,-0.01234514,0.0021219803,-0.018959528,0.009447067,-0.008022289,0.0057051103,-0.09079023,-0.011649766,-0.008475852,-0.00944855,-0.025090571,0.010102248,0.009086071,-0.0004043171,-0.007319285,-0.007134376,-0.008953284,-0.0043271575,-0.016519707,-0.002538258,-0.008650596,0.014475785,0.004118599,0.0140356785,0.016277434,0.006132288,-7.2588584e-05,0.014483541,0.0012870319,-0.0043651825,0.010861155,0.00038438995,-0.009415457,0.0027170656,0.015053159,0.0073939636,-0.014098394,-0.0007896278,-0.016709669,0.0057136957,-0.005231615,-0.0039185113,0.024419202,0.012222602,-0.010283862,0.021636873,0.008425354,-0.004540761,0.0067136064,0.0128634,0.007556606,-0.013690513,-0.0065152217,-0.038699806,-0.015118978,-0.0034645621,-0.011461113,-0.014275032,-0.00038948143,0.004988226,-0.022743236,-0.0054011843,-0.000670084,-0.028148826,0.018750265,0.009065128,-0.031625163,-0.0036712233,-0.018261248,-0.011460708,0.014669791,-0.010365614,0.029657679,-0.014363685,-0.0025036489,0.015852552,0.0020461357,-0.007080997,0.0084611,-0.010974381,0.004225727,-0.006010991,-0.014906168,0.02395745,-0.011800108,-0.014651585,0.006932126,-0.028616417,0.00923496,-0.025551459,0.06521304,0.0021039876,-0.019416386,-0.013238547,-0.005734527,-0.012248493,-0.011362981,0.020191247,-0.013023432,-0.020816041,0.0047594123,0.010613558,-0.01588213,0.017758785,0.0067714625,0.0056377775,0.017248863,-0.0063645435,-0.0069180992,-0.010467889,0.014436849,0.0034950643,-0.0038591768,-0.0077247485,0.02288278,0.014777191,0.0022582193,0.016723502,-0.015340071,-0.011013869,-0.017571677,0.017279746,0.0017065528,0.001802807,-0.014924512,-0.002831965,-0.0037578696,0.0052824994,0.0012504618,0.0072309906,-0.029526612,-0.003674332,0.016097404,-0.0055273687,0.009227674,0.0033616475,-0.008771048,0.0013557491,-0.008186049,-0.0069274353,-0.014679284,-0.033960637,-0.0013951935,-0.018777627,0.0028112272,0.011798334,2.2147774e-06,0.021958191,-0.008702416,0.013278252,0.0016209673,-0.0048928247,0.0012516107,-0.001656723,0.012943351,-0.0017605685,-0.004768595,0.02086039,0.0018259503,0.002541124,0.015198272,0.021873469,0.008088183,0.027020965,0.00079618354,0.0013556452,-0.011883769,0.013167843,-0.0167019,-0.008601908,-0.0049124206,-0.016453011,0.015780974,-0.0053360737,-0.012765151,-0.021660807,0.009540096,-0.0060577276,0.0051434953,-0.007884982,-0.0052207946,0.009557083,-0.018203307,0.011376102,-0.015804352,-0.07387018,-0.0135296015,0.010054983,-0.02404381,-0.006938093,-0.0077860216,0.010336789,-4.148794e-05,-0.024422769,0.00334488,0.015702788,-0.0029623108,-0.00837644,0.018660951,0.00014321783,0.013080379,-0.004433231,-0.007419456,0.0039244597,0.013421824,0.034135092,-0.0051475265,-0.0064415066,0.01909504,0.0051963157,-0.0068175364,0.023856457,-0.018709617,-0.012895922,-0.002461177,-0.020770827,0.0022718362,-0.006755799,-0.0030895255,0.01944902,-0.004777663,0.038946904,-0.033292107,-0.0064940187,-0.017823223,-0.013790715,-0.0039571417,-0.039934732,0.00363428,-0.001065135,0.0024819665,0.011454506,-0.011519652,0.005823272,-0.013484169,0.0148123475,0.009181004,-0.012172145,-0.005864583,0.009349142,-0.004543849,-0.003927499,0.019923642,0.023441847,-0.0024220636,-0.0119489515,-0.022379236,-0.025215782,0.0030305323,-0.0033309732,-0.017751377,0.019215206,-0.0067275334,0.024351327,0.0009626763,-0.012763365,-0.021999935,0.005227654,0.009948781,-0.007102521,0.036369137,0.024055077,0.008834771,0.0060222237,0.010084594,-0.016997987,0.025347596,0.015858745,0.019346988,0.0076813884,-0.011303638,0.006030774,-0.10067357,0.006586523,-0.00052629586,-0.0050049513,-0.000803669,0.030120488,-0.006646369,0.03824292,0.002663013,0.026707798,-0.022723237,-0.0045886333,-0.0029504655,-0.009433535,-0.005959668,0.0015923413,0.019310212,0.012848965,0.0141793,-0.0063483324,-0.009166012,-0.021143325,-0.007874934,0.017150013,-0.015746133,-0.040192388,-0.009776312,0.0016695203,0.008145687,0.0049938574,0.016776988,-0.015056463,0.016734088,-0.0045208456,0.0018745334,-0.0066366787,-0.02610413,-0.00733446,0.0008250606,0.033912033,0.0005183776,-0.004211953,0.0022992794,0.0016797424,-0.012567033,-0.006119416,-0.0041988418,-0.01417907,-0.013207266,-0.011340253,-0.0214916,-0.013673805,0.013313204,0.016497567,-0.013499558,-0.0028612742,-0.014063432,-0.022578133,0.012239325,0.0127109615,-0.016808407,0.0085266465,-0.010782209,-0.0062176865,0.01278425,0.000933889,-0.015090778,-0.000286698,-0.020790407,0.022526344,0.0018517423,-0.0017335074,0.015727533,-0.011544297,0.013646861,0.006292117,-0.009901784,-0.012033487,0.0089205755,-0.005801988,0.0064025177,-0.0052100075,0.02952072,-0.0010470677,-0.021885764,0.008382121,0.010801928,-0.016844852,0.023580566,0.005134741,0.014900743,-0.007290116,-0.011668807,-0.01261406,0.002038096,0.005885132,0.0009470865,-0.034950163,0.0082884915,0.008537177,0.00763161,0.03626344,0.0029288055,0.014392435,0.013692414,-0.009767297,0.01408576,0.0016769009,-0.0062826886,-0.02214494,0.0117759295,-0.0014197339,-0.014701161,0.0014693754,-0.009458972,0.009342304,0.00012132093,-8.024403e-07,-0.014524846,-0.03248934,-0.00038928117,-0.006659432,-0.019134482,-0.012570981,-0.0028029974,-0.00093495497,-0.007794318,-0.00877972,-0.019223813,0.015191117,-0.0019609733,0.016758395,0.018827168,-0.0281835,-0.003091709,0.008538915,-0.0036463765,-0.006573533,-0.0063492,-0.0050017675,0.0038200994,0.00644855,-0.0015201792,0.0002525751,0.008414668,0.017491117,-0.0060419026,0.004413728,-0.010955698,0.007138538,0.020773254,0.02385261,-0.0072284434,-0.028978651,-0.024710821,0.019365786,-0.00960619,0.004750242,0.012206568,0.014570919,0.023461675,0.010672406,-0.011589918,-0.028831309,-0.03193581,0.016222518,0.011342219,-0.022026923,0.011773347,0.019495271,-0.01404489,-0.007971502,-0.004373823,0.0036871182,0.021245362,-0.0013971224,-0.015687766,0.0040057534,0.029334795,0.021179274,0.0027304646,-0.0044667027,-0.011195151,0.014115218,-0.008080209,-0.0013449533,-0.0018586098,-0.011706753,0.0069632865,-0.006677642,-0.020831518,-0.008504339,-0.02395273,-0.0069143916,0.008211248,0.014525729,0.021031111,-0.0073054754,0.012018443,-0.0071488367,-0.023596236,0.00045577393,-0.009025057,-0.027298372,-0.004416102,-0.0070020454,0.023992052,0.00034178392,-0.027194925,-0.006560975,0.019294005,0.01551001,-0.00049423345,0.0038323156,-0.014279819,0.0019103527,-0.014329824,-0.022253413,0.0015898517,-0.0030202654,0.019079285,0.018869432,0.019012323,0.013918355,-0.00922336,-0.011449508,-0.0021893424,0.010966803,-0.011913613,-0.021521801,-0.025593132,0.018070238,0.019123856,0.015666826,-0.008850926,0.010231215,0.0023790428,-0.028694384,0.0071352758,-0.01971444,-0.0049809073,0.039455917,-0.016106982,0.008860033,-0.014754545,-0.023092503,0.005014504,-0.0071418965,-0.0036170946,-0.0017707269,0.00826496,-0.00946977,-0.00089988724,0.0053722793,0.011741043,-0.02476002,0.0029338503,-0.0034497587,-0.016135057,0.0032871014,0.033425976,0.017290791,-0.013024271,-0.009698723,-0.04219415,1.5914131e-05,-0.0031243972,0.0109467935,-0.0036231016,0.009626219,0.0057847304,0.008495832,-0.027663896,-0.023599312,0.0029522663,-0.013348832,-0.0041533024,-0.0018083637,-0.0031374798,0.0033700936,0.0046922374,-0.0010256899,0.007253646,0.001269282,5.467677e-07,0.001021356,-0.0049704826,0.007397718,-0.011221166,0.004167974,0.023228342,-0.009609662,0.003398003,-0.013618427,0.009068717,-0.046728346,0.0034327982,0.0014692416,-0.011663976,0.011291572,-0.0014715623,-0.021774558,-0.0063481117,-0.011815689,0.017418455,-0.015249633,0.020054685,-0.011175412,-0.017195892,-0.019045705,0.00041514385,0.014590504,-0.012910755,6.6189634e-05,-0.028247623,0.0035865037,-0.00063543033,-0.012152807,-0.013790237,0.0012097943,0.0040295254,-0.010544277,-0.0050366926,-0.008463153,0.013164948,0.014971476,0.005541851,-0.008516568,-0.019778702,-0.003137062,0.00073930965,0.016235787,0.004634537,-0.011894359,0.006640278,0.0035243647,-0.0008319342,0.020274464,-0.01077556,0.019512614,-0.02002065,0.018871225,0.015356293,-0.024083538,0.0015302004,0.0154528795,0.006401219,-0.012446851,-0.021076633,-0.0016691488,0.0046907207,-0.006819049,-0.0013223318,-0.008015935,0.008199213,-0.00071804656,-0.012761321,-0.032904025,0.0040549105,-0.020973891,-0.013672124,0.027524471,-0.015028192,-0.0065138675,-0.02309681,0.017508974,-0.020074083,0.002941304,0.008524198,0.005289515,-0.02376264,-0.0028444554,-0.018620446,-0.008368585,0.007124687,0.009759023,-0.006049371,0.012903831,0.013061472,0.0022139347,-0.020342333,0.014012498,-0.015286786,-0.0023145825,-0.0047760764,-0.024022562,-0.033961512,-0.003416259,0.0047002155,0.009359218,0.0058585308,0.0040247547,0.0074554766,-0.008317105,-0.015164027,0.0061618458,0.009928895,-0.00054822804,0.007060819,-0.012950049,-0.010891555,0.0036346,0.013130161,-0.005952718,-0.015173216,0.004734347,-0.011666554,-0.00019128148,0.006324971,-0.019272288,0.0023213082,-0.011659034,-0.0028701795,-0.007990138,0.026233729,-0.006214502,-0.014434062,0.018006898,0.00971738,0.017735124,-0.0017544104,0.007172053,0.009188403,-0.0035425292,0.00058724696,-0.0015846821,-0.0060355035,0.02873321,-0.015446321,-0.027657647,-0.018363941,-0.00036461477,0.003687783,-0.003957557,0.0069244117,0.0018808822,-0.019603793,0.020867288,0.0013833278,0.049356975,-0.0017482025,0.007541014,-0.00989919,-0.003229881,0.0073260576,0.0024218662,-0.012581882,0.027508888,-0.022061875,-0.01964339,0.003349654,-0.012234458,-0.00653267,-0.009365187,-0.0025682093,-0.008060634,0.017283311,0.0022427093,0.014261466,-0.021925258,0.0069365837,0.009835436,0.022159332,-0.010995597,-0.013370327,-0.025751162,-0.004593001,-0.0020952367,-0.026570292,0.003175084,-0.021631,-0.014750783,-0.046040114,0.011618255,0.032930948,0.003799378,-0.013764948,0.008809525,-0.005691956,0.023109587,-0.0026280256,-0.024851842,-0.017561104,-0.002242063,0.008958398,-0.026979884,-0.0029928188,-0.012216496,0.0068313885,0.008763042,-0.0072770747,-0.013989035,-0.0017177338,0.003082528,-0.017787086,-0.0016901448,0.0012232322,0.004523285,0.005192474,0.0023432164,-0.00030584852,0.009108184,-0.01359057,0.005930118,0.00018522413,-0.00013317469,0.005829496,-0.0026609593,0.031724576,-0.044618707,-0.0033019623,-0.011674562,0.00904662,-0.011617746,0.0002147975,-0.013387588,-0.018784484,-0.008176987,-0.021318514,0.022208013,0.010490212,0.0014264658,-0.007189617,-0.017532308,-0.006826358,-0.019715656,-0.008507327,-0.0042931656,-0.009300892,0.0026305064,0.009446443,0.009048381,-0.009436494,0.0030371952,0.03635157,-0.010465335,-0.004457219,0.024442608,0.0042255153,-0.030183988,-0.0067505534,-0.014894357,0.0038632243,-0.003625582,-0.009027735,0.0015617444,0.010778502,0.027456246,0.0059109777,-0.0054977653,0.0060199513,-0.0056887553,0.0019376327,-0.015763648,-0.0026854135,-0.010392499,0.0026777098,0.009988457,-0.01940421,0.0033857075,0.0130503485,-0.01897064,-0.021045366,0.0019206441,0.011850415,-0.027814284,-0.0037749214,0.0058613196,-0.00026422826,0.022127148,0.0011941172,-0.009611961,0.023240598,0.009627916,-0.0068394016,-0.008519968,0.01618308,-0.028719319,-0.012246434,0.019967595,-0.015511202,-0.017362762,-0.021998003,0.009771638,0.03600262,-0.028482333,0.007360465,-0.0012942749,0.0029848258,0.05224675,-0.014066858,-0.009635543,0.012635909,0.027609382,0.012274137,-0.030444052,-0.00962511,-0.033480022,0.007163407,-0.017971095,0.0014367371,-0.020936288,-0.0062342645,-0.011975015,-0.011817384,-0.0012410964,-0.010904365,-0.0007052604,0.011121107,-0.0035117907,-0.007507708,0.0029811517,-0.020416763,-0.015875088,0.0031833705,-0.0006252084,0.00724144,0.010814768,0.016800907,0.0015456943,-0.02509028,-0.0035380234,0.0027717387,-0.01725135,0.02406907,0.008352549,0.018357888,0.021040909,0.018084051,-0.02328053,-0.008421735,-0.0026097624,-0.0070523126,-0.0146530485,0.020599844,-0.00095557736,-0.0039548823,0.002185571,0.007560327,-0.002460138,0.029325329,0.0017399192,0.016711403,-0.010853296,0.02031694,-0.008213394,0.012449807,0.018555993,0.019867992,0.019853912,-0.010988255,-0.0020440193,-0.0073067965,0.0023652962,-0.0034939914,0.0063353465,0.013084143,0.0034043593,0.002263077,0.022310408,-0.0015425718,0.005712366,0.0016837091,-0.013469377,0.013828161,-0.008056273,0.0043791016,0.018695109,-0.023452595,0.00504948,0.022617497,-0.016520761,-0.008243633,-0.0031272136,0.017456923,0.013731072,-0.004576705,-0.027648693,-0.02060792,-0.02137388,-0.02466398,0.033659384,0.016659925,-0.0015242882,-0.023597842,-0.022213044,0.1445539,0.1106219,-0.0054068984,0.0083834855,0.009389337,-0.016280223,-0.010608624,0.005624293,-0.011069173,0.01878656,-0.029789198,0.008477141,0.00018210438,0.02175274,0.0025656302,-0.009475669,0.0027957319,-0.005705948,0.0058767446,0.0065999227,-0.014646585,0.018901804,-0.02047808,0.010257944,-0.024930082,-0.0135961035,0.014306083,-0.0024397336,0.021775901,0.0005753408,-0.02324419,0.006065709,-0.0033067293,0.009865328,0.010668484,-0.027883884,0.009094872,-0.0031541982,-0.024511484,0.005530885,-0.016688045,0.0024746475,-0.007584032,0.0029274968,0.00056051486,-0.0044298563,0.00069054245,-0.019337282,0.0057949508,-0.020880083,-0.031044718,0.014245344,0.014811115,0.010478948,-0.015395356,-0.021465372,-0.005898442,0.009732484,-0.027174007,0.013413606,0.0026714574,-0.007827662,0.0015684164,-0.009179247,0.002948598,-0.018435167,0.008969687,-0.0072961175,-0.027128156,0.008562036,-0.0040900283,-0.012213235,0.0020632588,0.0053480295,-0.024738008,0.0027526354,0.010267922,-0.006831068,-0.0019038017,0.011488729,0.0070224083,-0.011283447,-0.030532783,0.0017743591,-0.005595545,0.017694065,-0.0048364582,0.023962181,0.09953249,0.004046525,-0.0014741751,-0.0054634777,0.015378432,-0.0065220403,-0.0053836233,0.046535768,0.007106146,0.009981121,0.020846395,-0.01165756,0.009291214,-0.0032633778,-0.009816332,-0.011672637,0.0039927615,0.024781002,-0.011591845,0.02732732,-0.04254483,0.0009904015,-0.016308306,-0.00029879305,-0.00622751,0.00922141,-0.005774524,-0.018038992,-0.0065539815,-0.0128013585,-0.119589925,-0.025411533,-0.01211548,0.011563919,-0.0018926846,0.013148064,0.011152523,-0.0057432926,0.0042947074,0.0049173757,0.013681349,-0.007867359,-0.018178744,-0.009659459,-0.006240265,0.035290245,-0.014605538,-0.022811364,0.0069595403,-0.01583182,0.008679127,-0.008031425,-0.020437486,-0.016202655,0.006127083,0.0045894436,-0.010967702,-0.008483654,-0.020174276,-0.002117282,-0.0019019386,0.0133291,-0.014355943,-0.013516185,0.010033604,0.0256487,-0.021436566,-0.004318371,-0.010944148,0.008814099,-0.013370919,-0.041551203,-0.02012967,-0.028336758,0.003180432,-0.0036209284,0.0042269966,0.0031148067,-0.004870986,0.012212365,0.015710028,0.0029017904,0.019828472,0.012847309,-0.004871938,-0.013645204,-0.015815023,0.006601161,-0.005008488,0.025426405,0.002206123,-0.010683694,-0.02266592,0.002342104,0.0021861813,-0.013668135,-0.004538065,0.008600613,0.0018237999,0.0031440896,0.00024634824,-0.009712605,0.023321582,0.007856704,-0.011108103,-0.0076412074,-0.019886646,0.012439385,0.0016882287,0.0045843823,0.007999715,-0.010811722,0.0014296481,0.10161592,0.0006766054,-0.009719066,0.022266703,0.008407603,-0.015771303,-0.010984978,0.0054064733,-0.0026015015,0.010183876,-0.005772149,-0.0104686525,0.02580317,0.015902862,0.014974033,-0.030057827,0.025982799,-0.020681811,0.011163735,-0.0051866737,-0.024098607,-0.021741617,-0.027609048,-0.0044175526,0.014628971,0.015834002,-0.026582602,0.013504425,-0.019770475,-0.004005754,-0.006691233,-0.010504174,0.024106069,0.015205862,0.0048740422,0.008203169,-0.016552843,-0.014719052,-0.010868349,-0.0073272428,0.0038519972,0.004403246,-0.00077294826,0.010386773,-0.03226134,0.19677435,0.0030186784,0.020928705,-0.008959503,0.0099412715,0.0058730585,0.00637371,-0.021743597,-0.0068734996,-0.0010708225,0.0100730155,-0.0048397393,-0.0011686309,-0.0015493729,0.003629122,-0.00030153262,-0.026064591,-0.00776662,-0.0036018698,-0.001949937,-0.001349143,-0.010530348,-0.0014565228,-0.0049031447,-0.013300694,0.023383638,0.025331872,-0.00055641937,0.000998622,-0.022729302,0.008494473,-0.01778247,0.009817809,-0.008882031,0.0002908791,-0.020964026,0.013629658,-0.013223069,0.0068516713,0.006765179,-0.018512478,-0.009215142,0.005319338,0.015618764,-0.002414691,0.015037384,-0.0006398367,0.010713268,0.011935483,0.0033037472,0.0029507987,0.0063194544,-0.009956861,0.017337635,0.01940677,0.011644696,-0.009577192,0.0071277395,-0.03711678,-0.00934188,-0.018890457,0.01070422,-0.016355315,0.0041488167,0.0011832473,0.017930882,-0.010167703]"
        },
        "pairedItem": {
          "item": 0
        }
      }
    ],
    "Batch Clusters": [
      {
        "json": {
          "data": [
            [
              "\"Cocoe Ear\" Aimed at 90% of Hearing-Impaired People Who Don't Use Hearing Aids | Internet | Toyo Keizai Online",
              "\"Super Civil Servant\" Revitalizes Depopulated Town, But Reason for \"Retirement at 51\" | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
              "Reason Why Mazda 3rd Generation \"Roadster\" is a Best Buy | Used Cars | Toyo Keizai Online",
              "The Reality of the Huge Burden on Schools for Koshien Participation | The Imminent Crisis in Japanese Baseball | Toyo Keizai Online",
              "[2026 Edition] Top 300 Stations in Tokyo Convenient for Bicycle Commuting | City･Living | Toyo Keizai Online",
              "Repeated Harsh Criticism: Are \"Aeon's Low-Priced Foods\" Really That Bad? | Gourmet・Recipe | Toyo Keizai Online",
              "Niseko and Others... List of \"Japanese Land Acquisitions by Foreigners\" | Domestic Economy | Toyo Keizai Online",
              "The \"Gap\" Highlighted by Nissin's Commercial \"Too Sexual, Causing Backlash\" | Internet | Toyo Keizai Online",
              "Why China's BYD, Which Was \"Winning Alone,\" Fell into Profit Decline | Grand Dissection: China's \"EV Hegemony\" | Toyo Keizai Online",
              "The Misconception of Japanese Traditional Companies Seeking IT Talent at \"Half the Market Price\" While IT Talent is in Fierce Demand | Toyo Keizai Tech x Cybersecurity | Toyo Keizai Online",
              "Companies Selected as FY2025 Nadeshiko Brands and Next Nadeshiko: Companies Supporting Dual Careers and Co-parenting",
              "Guidelines on the Roles Expected of Cyber Infrastructure Providers (Japanese and English Versions)",
              "NASA Releases Images Taken by Artemis Astronauts: What is the World on the Moon's Far Side, Invisible from Earth? - Sankei News",
              "Kyoto, Nantan City: 6th Grade Boy Missing; City Board of Education to Install More Security Cameras in Schools (Published April 8, 2026) - NTV NEWS NNN",
              "Did 100-Ton Weight Fall After Being Cut? Steel Mill Scaffolding Collapse... 5 Fell, 3 Dead, Search Continues for 1 (Published April 8, 2026) - NTV NEWS NNN",
              "\"Was Looking at Smartphone\": 54-Year-Old Driver Indicted for Negligent Homicide in Shin-Meishin Accident That Killed 6 - Sankei News",
              "Hideo Higashikokubaru Officially Announces Candidacy for Next Miyazaki Governor Election: \"Reason is Miyazaki's Decline,\" \"A Game-Changer is Needed\" - FNN Prime Online",
              "Weekly Weather Forecast: Spring-like Short Cycles of Sun and Rain, Weekend Expected to Approach 30°C - Weathernews",
              "[Photo] 81 Years After the War, a New Storyteller: Former Imperial Japanese Navy Fighter \"Shiden Kai\" Salvaged from Seabed Off Akune, Kagoshima Prefecture - Minami-Nippon Shimbun",
              "FX/Foreign Exchange \"Dollar/Yen Today's Forecast\" Gaitame.com Today April 9, 2026 Issue - Gaitame.com",
              "\"The Grass is Always Greener\" - Frank Talk from Manufacturer Representative Emerges at \"NVIDIA Gamer Day\" Report - AKIBA PC Hotline!",
              "\"DualSense Wireless Controller '007 First Light' Limited Edition\" to be Released on May 27 - news.denfaminicogamer.jp",
              "Windows 11 to Abolish Control Panel, Fully Migrate to Settings App - ASCII.jp",
              "\"iOS 26.4.1\" Released ── Apple's New iPhone Update, Unexpected Urgent Bug Fix - Forbes JAPAN",
              "Bibiru Oki Surprised by Taiga Drama 'John Man,' Announcement Made During Stage Press Conference for His Appearance. Enthusiastic About \"Appearance\"? \"Let's Do Our Best Together,\" Big Fan of John Manjiro - Oricon News",
              "Arashi Fans Thrilled by \"Silver Tape Mailed\" and 3900 Yen \"Thank You Price\" for Final Performance FC Live Streaming Tickets - dmenu news",
              "Sayuri Kokusho Says Hit Song \"Valentine Kiss\" Was \"Sung Angrily\" (Published April 9, 2026) - Livedoor News",
              "Voting for \"2026 Sanrio Character Award\" Starts Today; All 90 Characters Entered - news.denfaminicogamer.jp",
              "Former Yokozuna Terunofuji's Isegahama Stablemaster Disciplined with Demotion to \"Hiradoshiyori\" and Salary Reduction; Haku no Fuji Also Severely Warned for Inappropriate Conduct - Yomiuri Shimbun Online",
              "[Oka Sho (Japanese 1000 Guineas) 2026] Exactly! Training Diagnosis (Wednesday Workout Check): Top Evaluation for 3 Horses - Alan Car, Gallaborg, Lily Joie! - Horse Racing Prediction Umanty",
              "\"It's the Best Feeling!\" Chunichi Dragons' Akira Neo Achieves First Professional Win, Finally Rewarding 8 Years of Perseverance. \"If You Don't Give Up and Keep Going, You Can Always Overcome It\" - A Graduation Project He Poured His Heart Into in Junior High: Chunichi Sports/Tokyo Chunichi Sports - Chunichi Shimbun Web",
              "\"Playing Against Shohei Ohtani Isn't Fun\": After Dramatic Victory, the ¥23.8 Billion Man Reveals \"True Feelings\" on NHK Broadcast - full-count.jp",
              "The Inconvenient Truth of the Unprecedented \"¥87 Trillion in Investments and Loans to the US\" | Digest Version | Toyo Keizai Online",
              "Why \"Not Having Anything You Want to Do\" Can Become a Career | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
              "Why Do We Have an Excessive Aversion to \"Direct Supervisors\"? | Leadership, Education, Qualifications, Skills | Toyo Keizai Online",
              "The \"Secret Note-Taking\" Technique Used by \"Good Communicators\" | Dining Strategies to Build \"The Best Business Network\" | Toyo Keizai Online",
              "Single Men Savor \"Soy Sauce-Marinated Egg Yolks\" | A Little More Rice Accompaniment | Toyo Keizai Online",
              "The Big Lie of the Common Belief That \"Americans Don't Save\" | 'The World Runs on Debt' | Toyo Keizai Online",
              "Practitioner Emphasizes Why \"1 Minute of Exercise Daily\" is More Important Than the Gym | Health | Toyo Keizai Online",
              "Xi Jinping's \"Malicious Politics Overflowing with Goodwill\" and Its Limits | China･Taiwan | Toyo Keizai Online",
              "The \"Too Distant Spring\" of a 38-Year-Old Woman Who \"Doesn't Feel a Spark with Her Partner\" | Matchmaker Saw - Real Voices from the Marriage Hunting Scene - | Toyo Keizai Online",
              "3 Classic Literary Works Popular Among University of Tokyo Students, Including 'The Count of Monte Cristo' | Reading | Toyo Keizai Online"
            ],
            [
              "Asian prices of key petrochemicals stay elevated despite Iran ceasefire",
              "Asian stocks shy of full recovery amid fragile Iran ceasefire",
              "US shares jump 3% as ceasefire deal lifts investor sentiment",
              "Japan firms eye Russia aluminum on supply concerns despite Mideast ceasefire",
              "Japan PM calls for immediate de-escalation in talk with Iran president",
              "China urges 'full end' to Iran war as more high-stakes diplomacy awaits",
              "Asian stocks soar and oil prices plunge on US-Iran ceasefire",
              "Pakistan succeeds in avoiding 'doomsday scenario' through US-Iran ceasefire",
              "Asia gives cautious welcome to US-Iran ceasefire",
              "The KMT and CCP form united front against Taiwan's sovereignty",
              "US Military to Deploy in Vicinity Until Iran Fully Implements Agreement = Trump - Reuters",
              "Iran Announces \"Re-Blockade\" of Strait of Hormuz, Calling Israel's Hezbollah Attack a \"Ceasefire Violation\"; US Claims \"Not Applicable\" - Yomiuri Shimbun Online",
              "Lebanon Attack \"Unbelievable,\" UN Condemns Israel Hours After US-Iran Ceasefire Agreement Announced - Sankei News",
              "Iran Rejects Israel's Continued Attacks; Speaker Ghalibaf: \"Negotiations While Violations Persist Have No Rationality\" - FNN Prime Online",
              "US Democrats to Re-deliberate Resolution Limiting Iran Attacks; \"Trump is Out of Control\" - Jiji.com",
              "[Breaking News] Official: US Military Ready to Resume Operations - 47NEWS",
              "TSE Afternoon Session Opens Weak; Nikkei Average Soft as Market Awaits US-Iran Talks - Nikkei Shimbun",
              "Interim Arrangements for the WTO Agreement on Electronic Commerce Adopted"
            ],
            [
              "Thailand's Anutin vows to boost economy with technology, OECD accession",
              "Lithium miners rise as supply uncertainty, battery demand boost prices",
              "Peter Thiel-backed Cognition pushes into Asia with Japan, Singapore offices",
              "China's Rokid to bring OpenClaw to AI glasses",
              "Japan's Fujitsu, NEC and NRI among Asian software stocks hit by war, AI shift",
              "Southeast Asian street food sellers hit by soaring packaging costs",
              "Japan's Itochu and Sankyu to buy Singapore plant repair firm SWTS",
              "Freshness is king: BYD reigns with 200 vehicle software updates a year",
              "Japan's Terumo steps up medical device R&D in Costa Rica",
              "Japan insurer Aioi Nissay offers safe driving app for foreign tourists",
              "Analysis: What Wen Jiabao's rare public appearance reveals",
              "SMBC expands with 2nd US headquarters in North Carolina",
              "Japan Inc.'s fundraising backed by receivables hits post-2008 high",
              "Japan corporate bankruptcies hit 12-year high on rising prices, wages",
              "China's CSSC sets sail on designing own cruise ships",
              "Mitsubishi Corp. opens free trial data center to boost AI deployment",
              "Vietnam, Thailand to suffer most among ASEAN-5 in 2026: World Bank",
              "Grab adds AI features for delivery, travel across key markets",
              "Asian governments turn to subsidies to cushion energy crisis pain",
              "Japan passes its biggest ever budget: 5 things to know",
              "Vietnam's FTSE stock market upgrade expected to boost price discovery",
              "Nearly 80,000 tech jobs cut in Q1, but AI's full impact may be yet to come",
              "BHP locked in stiff iron ore price talks with China's state-owned buyer",
              "Foreign tourism spurs room rates higher in Japan: luxury hotel group CEO",
              "Japan university students pivot away from US to Thailand and Malaysia",
              "CK Hutchison to navigate 'world in turmoil' by scaling up",
              "Tokyo exchange's midtier Standard market overtakes Prime in listed firms",
              "Collapse of Honda's EV focus leaves it with dearth of new models",
              "Huawei AI aids conservation of endangered Chinese monkey",
              "China solar panel makers hike Japan prices on materials costs, rebate cuts",
              "Saudi Aramco's record Asian oil premium locks in higher prices",
              "Seven & i Postpones Listing of US Convenience Store Subsidiary Due to Sluggish Performance - Nikkei Shimbun",
              "The Outright Lie of the Myth That \"Americans Don't Save\": They Actually Far Outpace Japan as \"The World's Best Savers,\" Also the Biggest Reason for Their Net Worth - Yahoo! Finance",
              "Global CBPR System Program Requirements Updated"
            ],
            [
              "Japan household propane costs to rise on Mideast price hikes",
              "Hormuz closure: Time for Japan to expand its domestic energy resilience",
              "Asia PVC market in turmoil as Hormuz closure hits major Taiwan supplier",
              "Bangladeshi foreign minister visits India to reset relationship",
              "Indian central bank extends pause on key policy rate amid US-Iran crisis",
              "Taiwan chip industry calls for helium, LNG reserves amid Iran war risks",
              "Mitsubishi Motors not facing production halt from Hormuz crisis: CEO",
              "Japan to see higher plastic and metal prices as Iran war drags on",
              "Iran war sends fertilizer price soaring 50%, threatening global food supply"
            ],
            [
              "State Minister Yamada Attends Japan-Bhutan Business Forum on the Occasion of Prime Minister Tobgay of the Kingdom of Bhutan’s Visit to Japan",
              "State Minister Yamada Receives Courtesy Call from Co-Chairman of India-Japan Business Co-operation Committee and Chairman of Japan-India Business Co-operation Committee",
              "Vice-Minister for International Affairs Matsuo Holds Meeting with H.E. Ms. Helene Budliger Artieda, State Secretary and Director of the State Secretariat for Economic Affairs (SECO), Switzerland",
              "Japan Partnership for Circular Economy (J4CE) Held the 21st Public-Private Dialogue/Networking Session",
              "H.E. Radmila Shekerinska, Deputy Secretary General of NATO, Holds Meeting with State Minister Ino and Engages in Dialogue with Japanese Dual-Use Startups",
              "Symposium on Economic Resilience Strategy for Japan and ASEAN Held",
              "Consultation Committee on the Japan-U.S. Strategic Investment Initiative",
              "METI Hosts “Public-Private Dialogue towards Robust and Resilient Copper Supply Chains”",
              "State Minister Yamada Receives a Courtesy Call from the Honourable Raymonde Gagné, Senator, Speaker of the Senate, Canada",
              "Consultation Committee on the Japan-U.S. Strategic Investment Initiative",
              "Parliamentary Vice-Minister OCHI Holds “Roundtable on Promoting the Growth of Small and Medium Enterprises through the Utilization of the Strategic Investment Initiative\"",
              "US Vice President Vance Visits Hungary, Supports PM Orban's Re-election, Fiercely Criticizes EU - BBC",
              "Parliamentary Vice-Minister Komori Receives Courtesy Call from ISO Secretary-General Sergio Mujica",
              "9th Japan-EU Digital Policy Dialogue Held",
              "Japan–Thailand Space Industry Forum Held"
            ],
            [
              "Minister Akazawa Attends G7 Energy Ministers’ Meeting",
              "Minister Akazawa Holds Online Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency",
              "Minister of Economy, Trade and Industry Akazawa Holds Meeting with H.E. Dr. Sultan Al Jaber, Group CEO of Abu Dhabi National Oil Company, Minister of Industry and Advanced Technology and Special Envoy of the United Arab Emirates to Japan, and H.E. Dr. Thani bin Ahmed Al Zeyoudi, Minister of Foreign Trade of the United Arab Emirates",
              "Minister Akazawa Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy of Saudi Arabia",
              "Minister AKAZAWA Holds Online Meeting with H.R.H. Prince Abdulaziz bin Salman, Minister of Energy, the Kingdom of Saudi Arabia",
              "Minister Akazawa Attends Meeting of the G7 Energy and Finance Ministers and Central Bank Governors",
              "Minister Akazawa Holds Meeting with H.E. Dr. Fatih Birol, Executive Director of the International Energy Agency"
            ]
          ]
        }
      }
    ],
    "Split Out": [
      {
        "json": {
          "theme": "US-Iran Ceasefire and Middle East Crisis",
          "summary": "Multiple sources report on a fragile US-Iran ceasefire agreement, its violations, regional impacts on oil prices, and diplomatic responses from Asian and global leaders.",
          "seo_keywords": [
            "US Iran ceasefire",
            "Strait of Hormuz",
            "Middle East crisis",
            "oil prices",
            "geopolitical risk"
          ],
          "content_opportunity": "Publish an AI-powered risk intelligence brief on how enterprises can monitor and predict supply chain disruptions from Middle East geopolitical events in real-time."
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "theme": "Japan Economic and Business Developments",
          "summary": "Coverage includes Japan's corporate bankruptcies hitting 12-year highs, massive government budget, foreign land acquisitions, IT talent shortages, and trade relationships with US and Asian partners.",
          "seo_keywords": [
            "Japan economy",
            "corporate bankruptcies",
            "IT talent shortage",
            "US Japan trade",
            "business investment"
          ],
          "content_opportunity": "Create an AI solution case study showing how machine learning helps Japanese enterprises optimize workforce planning amid talent shortages and rising operational costs."
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "theme": "Global Supply Chain and Energy Market Disruptions",
          "summary": "Reports detail supply chain challenges from the Iran crisis affecting petrochemicals, fertilizers, plastics, metals, helium, LNG, and energy costs across Asian markets.",
          "seo_keywords": [
            "supply chain disruption",
            "energy crisis",
            "petrochemical prices",
            "Hormuz closure",
            "commodity markets"
          ],
          "content_opportunity": "Develop an AI-driven supply chain resilience platform whitepaper demonstrating predictive analytics for commodity price volatility and logistics route optimization."
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "theme": "AI and Technology Industry Transformation",
          "summary": "Stories cover tech job cuts exceeding 80,000 in Q1, AI's impact on software development, BYD's software update capabilities, AI glasses innovation, and enterprise AI deployment initiatives.",
          "seo_keywords": [
            "AI transformation",
            "tech layoffs",
            "enterprise AI",
            "software development",
            "AI deployment"
          ],
          "content_opportunity": "Publish a research report on how enterprise AI platforms are reshaping workforce requirements and creating new productivity benchmarks in the technology sector."
        },
        "pairedItem": {
          "item": 0
        }
      },
      {
        "json": {
          "theme": "Japan Government Digital and Trade Policy",
          "summary": "Multiple Japanese government announcements detail bilateral trade dialogues, digital policy initiatives, economic resilience strategies, space industry forums, and international business cooperation.",
          "seo_keywords": [
            "Japan trade policy",
            "digital transformation",
            "economic resilience",
            "bilateral cooperation",
            "strategic investment"
          ],
          "content_opportunity": "Create an enterprise AI policy brief analyzing how government digital initiatives create market opportunities for B2B AI solutions in Japan and ASEAN regions."
        },
        "pairedItem": {
          "item": 0
        }
      }
    ]
  },
  "connections": {
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Structured Output Parser",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Basic LLM Chain",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Basic LLM Chain": {
      "main": [
        [
          {
            "node": "Split Out2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger1": {
      "main": [
        [
          {
            "node": "No Operation, do nothing1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "No Operation, do nothing1": {
      "main": [
        [
          {
            "node": "Get Last Week Date1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Nikkei Asia - Supply Chain1",
            "type": "main",
            "index": 0
          },
          {
            "node": "Toyokeizai (東洋経済オンライン)1",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out2": {
      "main": [
        [
          {
            "node": "language: jp1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Batch Articles1": {
      "main": [
        [
          {
            "node": "Basic LLM Chain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge4": {
      "main": [
        [
          {
            "node": "language: en1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge5": {
      "main": [
        [
          {
            "node": "Batch Articles1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "language: en1": {
      "main": [
        [
          {
            "node": "Merge3",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "language: jp1": {
      "main": [
        [
          {
            "node": "Merge3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Last Week Date1": {
      "main": [
        [
          {
            "node": "Google News Japan1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google News Japan1": {
      "main": [
        [
          {
            "node": "Merge5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out3": {
      "main": [
        [
          {
            "node": "Merge4",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Nikkei Asia - Supply Chain1": {
      "main": [
        [
          {
            "node": "Merge4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "XML1": {
      "main": [
        [
          {
            "node": "Split Out3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Toyokeizai (東洋経済オンライン)1": {
      "main": [
        [
          {
            "node": "Merge5",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Embeddings Google Gemini1": {
      "ai_embedding": [
        [
          {
            "node": "Store embeddings1",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    },
    "Default Data Loader1": {
      "ai_document": [
        [
          {
            "node": "Store embeddings1",
            "type": "ai_document",
            "index": 0
          }
        ]
      ]
    },
    "Extract Title1": {
      "main": [
        [
          {
            "node": "Save titles1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Store embeddings1": {
      "main": [
        [
          {
            "node": "Wait1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items1": {
      "main": [
        [
          {
            "node": "Get embeddings",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Store embeddings1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait1": {
      "main": [
        [
          {
            "node": "Loop Over Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "XML1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize1": {
      "main": [
        [
          {
            "node": "Store Clustered Titles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Summarize1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Titles": {
      "main": [
        [
          {
            "node": "Loop Over Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge3": {
      "main": [
        [
          {
            "node": "Extract Title1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clustering": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser1": {
      "ai_outputParser": [
        [
          {
            "node": "Summarize Clusters",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "Store Clustered Titles": {
      "main": [
        [
          {
            "node": "Get many rows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get many rows": {
      "main": [
        [
          {
            "node": "Batch Clusters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Batch Clusters": {
      "main": [
        [
          {
            "node": "Summarize Clusters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize Clusters": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Create a row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save titles1": {
      "main": [
        [
          {
            "node": "Get Titles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a row": {
      "main": [
        [
          {
            "node": "Get many rows1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "No Operation, do nothing1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get embeddings": {
      "main": [
        [
          {
            "node": "Clustering",
            "type": "main",
            "index": 0
          },
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Anthropic Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Summarize Clusters",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "Structured Output Parser1",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate",
    "timeSavedMode": "fixed",
    "timezone": "America/Vancouver",
    "saveExecutionProgress": true,
    "callerPolicy": "workflowsFromSameOwner",
    "availableInMCP": false
  },
  "versionId": "d5563c8a-02fb-49ad-81ab-eb7a3e4d53fd",
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "0d21fc0de3b70758385b17e0b61a9b28735f1a2188fc0c615b723b045905f3a3"
  },
  "id": "KWZlDKLqZTasw2wl",
  "tags": []
}