Skip to content

Instantly share code, notes, and snippets.

@EstebanFuentealba
Last active June 11, 2024 20:47
Show Gist options
  • Save EstebanFuentealba/f1cffdd2fdd6749ec91a2e13ff884ba5 to your computer and use it in GitHub Desktop.
Save EstebanFuentealba/f1cffdd2fdd6749ec91a2e13ff884ba5 to your computer and use it in GitHub Desktop.

Configuración de Soldaduras

Contenido

Inicializar una desde 0

En el caso que no exista una soldadura creada la señal enviada al editor es la siguiente:

editor.signals.weldConfirm.dispatch({
    "partId": "69bf615e-5753-4850-af3f-9bf24ee5bf6d",
    "options": {},
    "type": "initialize"
});

Inicializar una existente para editar

En el caso que existan soldaduras éstas se cargan para modificar, se compone de 1 modelo InstancedMesh options.models y la metadata de cada instancia va en options.meta.instances

//  Inicializa `filesMap` para que no arroje error 
editor.loader.filesMap = new Map();
editor.signals.weldConfirm.dispatch({
    "partId": "aaaf0708-04e0-487f-8ead-7c005268d898",
    "options": {
        "assetId": "aaaf0708-04e0-487f-8ead-7c005268d898",
        "models": [
            {
                "id": "C66E374C-9927-46A8-A8A2-B9D0D6577A93",
                "entityId": "AAAF0708-04E0-487F-8EAD-7C005268D898",
                "fileId": "C66E374C-9927-46A8-A8A2-B9D0D6577A93",
                "name": "no-name.json",
                "url": "https://gistcdn.githack.com/EstebanFuentealba/f1cffdd2fdd6749ec91a2e13ff884ba5/raw/fda6f0ce704689e1a1f30c61c1422947f5a0a9d9/c66e374c-9927-46a8-a8a2-b9d0d6577a93.json",
                "colorType": 3,
                "colorModel3dTypeId": 3,
                "projectId": "f2ab4335-1a27-43cb-fdcf-08dae90590c3",
                "companyId": "f24939a5-6188-46e4-87b6-0397e3e8addd",
                "isChangeColor": true
            }
        ],
        "meta": {
            "instances": [
                {
                    "colorModel3dId": "fcd8e268-d43f-43b5-9a68-014c78045b8d",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 59,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "760464db-6a9a-4f56-aaac-03427a0eab2a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 13,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "fb613f39-73f2-4387-9bbf-034b7828ff9f",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 50,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "d04f9ee0-a5db-4e63-8200-069434a80db8",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 2,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 2,
                        "name": "Con Observaciones",
                        "color": "#ffff00"
                    },
                    "partId": null,
                    "index": 112,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "e9dce9a6-8257-487c-99b8-09235645dfda",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 25,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "ad222b2f-b13d-41b8-ae02-093788853ddb",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 48,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "d07e4729-3c11-464b-a705-095f384cce30",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 92,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "d8510cc9-3a23-47bb-ad36-0b43c6b481fb",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 36,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "48ac33a3-f52a-4db2-a831-0c45cb952964",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 46,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "1db50085-8b55-4a18-a541-109dcd9f31ed",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 4,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "6b001ab8-d649-4999-9424-10e590de1748",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 57,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "dca7bd89-c917-4bd2-b21d-13ebd9435e42",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 101,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "0546f2d3-a3d3-4dbb-b86b-17f7265e8973",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 117,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "777e2a81-2c18-49a1-afb3-193d78ce2f69",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 18,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "24dc6f41-6444-4c71-a820-1bbe2b349f2a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 22,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "91450a4e-9751-492a-8af3-1dd18249ead4",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 24,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "143f6f49-8bf2-4477-83cc-245b37495185",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 102,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "8e9673db-bfed-4888-8d5d-2af887edbf26",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 63,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "f17da368-78f3-4b72-a58f-2d3df1410de0",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 51,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "e417d3aa-297e-44df-a2f7-2da51af2d17f",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 14,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "5985fdfd-c9fd-4aea-88d8-2dd4a253a295",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 45,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "82f42432-312d-4aaa-bf66-2f5fef13bfd9",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 107,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "7db85e1a-835b-467d-8ec0-31166960fd58",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 80,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "06a34929-ce62-4117-a661-32357876cfc9",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 110,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "37c12c5c-d804-475e-9ab4-36d50e947aad",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 29,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "42c1332e-8723-4213-8e6d-37b813f8b788",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 20,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "83c3da27-1109-4a29-8ccd-3887ae2ddc52",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 85,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "01916b6e-2c7a-464d-a2be-3eac21bbe0b6",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 21,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c6db7930-98e3-4e9c-bc79-3fccfc681480",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 2,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 2,
                        "name": "Con Observaciones",
                        "color": "#ffff00"
                    },
                    "partId": null,
                    "index": 10,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "3d3d869d-26f9-4005-8a35-4246087f0d78",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 96,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "233e2129-ffaa-4425-89a6-4525dcd32abc",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 93,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "8e898ca7-5b7b-4513-be20-45c039480584",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 7,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c3f92456-c93e-4427-88a2-490dc0c86618",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 70,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "719dbf79-a288-4300-b296-4ac6f0d88acc",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 55,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "50f4e127-8422-4c80-b6ab-4f3697a642cf",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 6,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "3300d415-a81d-4d0c-9581-4f950dbf1445",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 64,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "1450c162-70e2-4354-aca6-51885d13c6d3",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 103,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "b6f64213-53f9-43e0-85e5-51f5caf97feb",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 99,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "f0708042-0dc6-4b45-a36f-57c8218193d4",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 58,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "9f5edc36-1f2d-4092-9be7-58dffbdac08b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 67,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "14bc367b-044f-4cff-a726-5b4c3e57412b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 84,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "817c71c7-e4e2-4062-bce2-5b9269ce8adb",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 97,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "d13a6448-6a5a-41cb-894b-5caf0dae142f",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 74,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "079dadb4-bf5c-4c3e-9cf0-5daaa26e664f",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 62,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "854aabec-415d-4c53-993f-6180701fea7a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 61,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c82aff1f-2fd4-41b0-8e6b-6269b9fa54f7",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 79,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "69d41f2e-eeaf-4ae7-a3dd-62769478034a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 30,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "17d887bf-c53b-49fb-add7-6801b4fb7335",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 34,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "5f15171c-dece-4570-b5e0-6ae4f0cc0618",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 31,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "903f276b-77ec-4b63-8e81-6f742850c0eb",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 77,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "24581f06-92a0-4659-9eb9-7028ce975fbf",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 86,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "44e62ac5-f049-4c71-a5d4-71455cf77da8",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 104,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "b1b3661a-f04a-460d-97a1-7420a3fadaf9",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 53,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "3a981f0d-5d17-4ba8-8b3c-760dd87359c2",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 1,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "edaffb33-28fc-4d5a-b0b6-770f99766fd6",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 37,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "8df55190-2423-4ed9-862d-7737e88a858c",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 94,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "6c5321fd-e5a3-4df5-8485-7c2cecd13b75",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 35,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "f3e31bec-3fce-403e-a955-7cd2c9a43142",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 56,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "817b36d9-59d7-4bed-bfc6-7d31c87c19f4",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 33,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "a84a7e08-8720-4c7f-ae35-7e383e37c135",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 19,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "e6148ad5-563a-4f79-9f4d-80dcd0cdce1c",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 38,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "318d05f8-79eb-4ab6-82cd-837b8fe07b5d",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 65,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "77ac9bfc-05ca-47f9-97e7-85115ae0b082",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 91,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "d5c69e27-94b3-41cc-a3dd-86a47b9d1cce",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 28,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "6f756f1f-4efa-4c47-a3b5-8c8d0c2cb259",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 2,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 2,
                        "name": "Con Observaciones",
                        "color": "#ffff00"
                    },
                    "partId": null,
                    "index": 114,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "71f6f56e-5682-477a-9d71-8f6d43499c89",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 109,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c271842e-d4b3-4324-9535-92a20cacfa38",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 17,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "3f9651df-878e-4419-a775-92f57b7364e3",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 78,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "d2758112-20a3-4a18-8032-9351663325e1",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 11,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "9fab3740-5a0f-4dba-a564-93a4f82faca1",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 68,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "4238e46c-670b-4bae-8886-965c535cc225",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 87,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "37ae26f8-79dd-4128-92b4-98535d8e5dce",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 15,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "b84d40bc-eed4-4b6b-9f4f-9861f95257ce",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 26,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "6fd5eddf-8eb2-4a07-9bb6-98d56fdcbea6",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 12,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "da1273a3-fd75-4c62-9f79-9c590941d391",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 44,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "a7ab8b14-23e0-4a72-9d53-9f66bee7dc62",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 0,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "030fc1f5-70eb-4225-b0c0-a15b760ee3e1",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 39,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "fc1565c1-e4d4-46c6-a948-a19ffa1e5e13",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 23,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "80eda8ae-4597-4466-9757-a53591d9dfc7",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 2,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 2,
                        "name": "Con Observaciones",
                        "color": "#ffff00"
                    },
                    "partId": null,
                    "index": 5,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "a8e78786-ad5e-477a-9631-af50fda4b44b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 83,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "8c79f623-93ad-48a4-91c5-b071ecc42aa2",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 60,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c3cda7f4-cc1a-476b-947e-b2b57da51db5",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 27,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "2879e63d-4e0b-446a-97a4-b4f4115a9e12",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 16,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c6ae2672-09c9-4d65-a5fb-b91785ef256b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 73,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "1ff00954-ece9-4dba-b3dd-bc471aaf8051",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 105,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "b29e75f8-2686-42d5-b904-bc56e47bc15a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 108,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "86452c11-6f96-497a-9b7f-bd41784fb342",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 1,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 1,
                        "name": "Aprobado",
                        "color": "#00ff00"
                    },
                    "partId": null,
                    "index": 8,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "96dc3e55-943b-4e33-b81c-c15ee515ca37",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 76,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "777a9e74-f3da-4337-9c24-c73568c45d0d",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 69,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "4f3fc21c-2f5d-41d4-8521-c87009b4b568",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 111,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "376d00b1-0731-42e2-8345-c8ea7ab6300b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 2,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "266f8e5e-4116-455f-8d98-c9012b3e5974",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 2,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 2,
                        "name": "Con Observaciones",
                        "color": "#ffff00"
                    },
                    "partId": null,
                    "index": 75,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "948bc4a6-d9a0-40d8-910d-ca94b45dc3c9",
                    "description": null,
                    "colorModel3dStatusId": 7,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 7,
                        "name": "Liberada END",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 113,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "deea7e4b-7a09-4e15-ac20-cb2ffca6ca64",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 116,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "69a0149b-0542-4901-b343-cbb8d47211c8",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 98,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "92b3328d-511c-4a89-a3aa-ccff21ce738d",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 115,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c4793770-02ae-4492-8e8b-cf40c7864d1a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 95,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "5b38767e-15ef-4c9c-b1d4-cfba7697bee0",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 49,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "a60860cb-651b-4872-8fd4-d06c4bb94b5d",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 40,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "a6ec48cc-5bdc-461c-8549-d57650fc7f04",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 41,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "3af71c21-e875-4391-8f10-dd88b32d07d7",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 100,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "19084089-c629-4f7a-bd1f-df541ce5d430",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 32,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "32a3af84-ce80-4461-8c25-e0dce5681b5a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 81,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "43beabd7-94aa-4808-9c2b-e48f6bcfda4a",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 47,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "8a177334-bbd1-4e05-b472-e4c46a773fcd",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 90,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "f3ce3f21-0926-4602-8081-e5f899058714",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 66,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "595edc7e-db30-4119-aa10-e6571d47e671",
                    "description": null,
                    "colorModel3dStatusId": 6,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 6,
                        "name": "Soldada",
                        "color": null
                    },
                    "colorModel3dResultId": 3,
                    "colorModel3DResult": {
                        "colorModel3dResultId": 3,
                        "name": "Rechazado",
                        "color": "#ff0000"
                    },
                    "partId": null,
                    "index": 9,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "0a8eefb4-c06f-404d-a64d-e8ca0f8a563b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 89,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "426710de-9264-4d22-bfbb-e9fe0a240e1b",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 71,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "aa3c23a1-4ecf-45f3-b352-ea8ff3052a0f",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 82,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "dcbea1a8-bfe2-40d2-b1eb-ebdd0891ed70",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 42,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "0f6185ed-e645-418a-a677-ec4302a75a41",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 3,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "c6c76d43-d5b3-45c8-b0a6-ee99ae2c0f11",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 72,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "56ec9d2e-1cfb-437d-8379-f67c88d2cb4f",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 88,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "396d5cf1-3f41-453d-bafc-f8cc3fc7e038",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 54,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "67b01915-01e9-460b-b3ef-f9f1b8b3b180",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 106,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "3dbc6e2d-76a4-4925-8c3b-fc02027c7d96",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 43,
                    "methods": [],
                    "fileId": null,
                    "file": null
                },
                {
                    "colorModel3dId": "f976ce3d-68f7-4069-a484-ff1036f0d707",
                    "description": null,
                    "colorModel3dStatusId": 4,
                    "colorModel3DStatus": {
                        "colorModel3dStatusId": 4,
                        "name": "Programado",
                        "color": null
                    },
                    "colorModel3dResultId": null,
                    "colorModel3DResult": null,
                    "partId": null,
                    "index": 52,
                    "methods": [],
                    "fileId": null,
                    "file": null
                }
            ]
        }
    },
    "type": "initialize"
});

Finalizar

Para dar por finalizada la creación o edición de soldaduras se llama a

editor.signals.weldConfirm.dispatch({
    "projectId": "f2ab4335-1a27-43cb-fdcf-08dae90590c3",
    "equipmentId": "69bf615e-5753-4850-af3f-9bf24ee5bf6d",
    "type": "weld-generate",
    callback: (err, output) => {
        console.log('mesh ->', output)
    }
});

esa llamada envía al padre del iframe el nuevo objeto InstancedMesh.

Una vez que el padre del iframe guarda el objeto puede dar por finalizada la configuración enviando

editor.signals.weldConfirm.dispatch({
    type: "weld-finish",
    callback: (err, output) => {
        console.log(output)
    };
});

eso cerrará el gui de configuración de soldadura

This file has been truncated, but you can view the full file.
{"metadata":{"version":4.5,"type":"Object","generator":"Object3D.toJSON"},"geometries":[{"uuid":"D9D832E6-ACA6-4433-AE45-DC42EBFC9304","type":"BufferGeometry","data":{"attributes":{"position":{"itemSize":3,"type":"Float32Array","array":[-0.006036086473613977,-0.005003874655812979,0.02464207448065281,-0.004284583032131195,-0.005007897969335318,0.025025324895977974,-0.006482751574367285,-0.004592844285070896,0.025033241137862206,-0.006036086473613977,-0.005003874655812979,0.02464207448065281,-0.006482751574367285,-0.004592844285070896,0.025033241137862206,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.006482751574367285,-0.004592844285070896,0.025033241137862206,-0.008046681992709637,-0.004528431687504053,0.024647772312164307,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.008046681992709637,-0.004528431687504053,0.024647772312164307,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,-0.010509445331990719,-0.005004240199923515,0.023092005401849747,-0.010509445331990719,-0.005004240199923515,0.023092005401849747,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,-0.011215552687644958,-0.004632874391973019,0.023254822939634323,-0.012694159522652626,-0.002283181995153427,0.02430291846394539,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,-0.011387942358851433,-0.001787766464985907,0.02512294054031372,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.010587095282971859,0.00045810104347765446,0.02572919800877571,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.010587095282971859,0.00045810104347765446,0.02572919800877571,-0.01098889671266079,0.0013718302361667156,0.025410233065485954,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.01098889671266079,0.0013718302361667156,0.025410233065485954,-0.012250098399817944,0.0013497690670192242,0.024838803336024284,-0.012250098399817944,0.0013497690670192242,0.024838803336024284,-0.01098889671266079,0.0013718302361667156,0.025410233065485954,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.011212345212697983,0.00288766180165112,0.024708757176995277,-0.010878611356019974,0.003519838210195303,0.02445250190794468,-0.012096026912331581,0.0034506970550864935,0.02392491325736046,0.002850866410881281,-0.0045669469982385635,0.025730498135089874,0.001173360156826675,-0.005008758511394262,0.025361094623804092,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.002850866410881281,-0.0045669469982385635,0.025730498135089874,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.006455640774220228,-0.005006019026041031,0.024554194882512093,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.006455640774220228,-0.005006019026041031,0.024554194882512093,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.009125353768467903,-0.004507734905928373,0.024288160726428032,0.009125353768467903,-0.004507734905928373,0.024288160726428032,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.0111625324934721,-0.004552825354039669,0.023383991792798042,0.014663808047771454,-0.0026811787392944098,0.02296031266450882,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.014663808047771454,-0.0026811787392944098,0.02296031266450882,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.016352111473679543,-0.0022655040957033634,0.022011220455169678,0.016352111473679543,-0.0022655040957033634,0.022011220455169678,0.017870528623461723,-0.002271980745717883,0.02079363353550434,0.01800629124045372,-0.001604312565177679,0.020955407992005348,0.01954192854464054,0.0001975475752260536,0.01982812024652958,0.01947571523487568,-0.0006993469432927668,0.019843878224492073,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.021053854376077652,0.0011209661606699228,0.018062202259898186,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.02211443893611431,0.0009421281865797937,0.016793176531791687,0.022025205194950104,0.0015959353186190128,0.01667875051498413,0.02211443893611431,0.0009421281865797937,0.016793176531791687,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.02351458929479122,0.0022117840126156807,0.01413196325302124,0.022577593103051186,0.0026820492930710316,0.015242837369441986,0.022577593103051186,0.0026820492930710316,0.015242837369441986,0.02351458929479122,0.0022117840126156807,0.01413196325302124,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.023958737030625343,0.004216179251670837,0.0106320446357131,0.024340609088540077,0.003518099198117852,0.01112107653170824,0.024773694574832916,0.003868388943374157,0.00942707248032093,0.023958737030625343,0.004216179251670837,0.0106320446357131,0.024773694574832916,0.003868388943374157,0.00942707248032093,0.02420966699719429,0.004541607573628426,0.009196564555168152,0.02420966699719429,0.004541607573628426,0.009196564555168152,0.024717597290873528,0.004695765674114227,0.007171519100666046,0.02400917373597622,0.004995351191610098,0.008242725394666195,0.02400917373597622,0.004995351191610098,0.008242725394666195,0.024717597290873528,0.004695765674114227,0.007171519100666046,0.024883277714252472,0.004998081363737583,0.0050073959864676,0.025310711935162544,0.004995463881641626,0.0016400767490267754,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.025830086320638657,0.004584378097206354,0.001067856908775866,0.025310711935162544,0.004995463881641626,0.0016400767490267754,0.025830086320638657,0.004584378097206354,0.001067856908775866,0.025369886308908463,0.004999013617634773,-0.000518302374985069,0.025049906224012375,0.004995165858417749,-0.003969322424381971,0.02528279274702072,0.004999289754778147,-0.0022258369717746973,0.025438956916332245,0.004558236803859472,-0.004763474687933922,0.025049906224012375,0.004995165858417749,-0.003969322424381971,0.025438956916332245,0.004558236803859472,-0.004763474687933922,0.024673566222190857,0.004997652489691973,-0.005931389052420855,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.024673566222190857,0.004997652489691973,-0.005931389052420855,0.02465745247900486,0.004543214570730925,-0.007897023111581802,0.023179225623607635,0.0049963039346039295,-0.01028949674218893,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.023475266993045807,0.004546629264950752,-0.010930472984910011,0.025088779628276825,0.001460862229578197,-0.011651053093373775,0.025754833593964577,0.0009254341712221503,-0.010362195782363415,0.024880118668079376,0.0009844962041825056,-0.012293177656829357,0.024880118668079376,0.0009844962041825056,-0.012293177656829357,0.025754833593964577,0.0009254341712221503,-0.010362195782363415,0.025392694398760796,0.0004360300663392991,-0.011350639164447784,0.025392694398760796,0.0004360300663392991,-0.011350639164447784,0.02583354152739048,-0.00018373638158664107,-0.010356294922530651,0.024975493550300598,-0.0004368501831777394,-0.012244484387338161,0.024975493550300598,-0.0004368501831777394,-0.012244484387338161,0.02583354152739048,-0.00018373638158664107,-0.010356294922530651,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.011418096721172333,-0.005003773141652346,0.022655321285128593,0.0111625324934721,-0.004552825354039669,0.023383991792798042,0.0111625324934721,-0.004552825354039669,0.023383991792798042,0.01308040227741003,-0.0045483727008104324,0.022361554205417633,0.012661543674767017,-0.0038649113848805428,0.023302271962165833,0.012661543674767017,-0.0038649113848805428,0.023302271962165833,0.01308040227741003,-0.0045483727008104324,0.022361554205417633,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.015935733914375305,-0.003708763513714075,0.021354394033551216,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.016352111473679543,-0.0022655040957033634,0.022011220455169678,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.017870528623461723,-0.002271980745717883,0.02079363353550434,0.01800629124045372,-0.001604312565177679,0.020955407992005348,0.017870528623461723,-0.002271980745717883,0.02079363353550434,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.01800629124045372,-0.001604312565177679,0.020955407992005348,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.018735257908701897,-0.0009627944673411548,0.02049068547785282,0.018735257908701897,-0.0009627944673411548,0.02049068547785282,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.01947571523487568,-0.0006993469432927668,0.019843878224492073,0.01947571523487568,-0.0006993469432927668,0.019843878224492073,0.02090681530535221,-0.0009492459357716143,0.018275976181030273,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.02211443893611431,0.0009421281865797937,0.016793176531791687,0.02211443893611431,0.0009421281865797937,0.016793176531791687,0.02326503023505211,0.0009188351104967296,0.015159400179982185,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.02326503023505211,0.0009188351104967296,0.015159400179982185,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.02351458929479122,0.0022117840126156807,0.01413196325302124,0.02351458929479122,0.0022117840126156807,0.01413196325302124,0.024379001930356026,0.002260245382785797,0.012543387711048126,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.024379001930356026,0.002260245382785797,0.012543387711048126,0.02432422712445259,0.0031206300482153893,0.011749899946153164,0.02420966699719429,0.004541607573628426,0.009196564555168152,0.024773694574832916,0.003868388943374157,0.00942707248032093,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.02420966699719429,0.004541607573628426,0.009196564555168152,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.024717597290873528,0.004695765674114227,0.007171519100666046,0.0111625324934721,-0.004552825354039669,0.023383991792798042,0.011418096721172333,-0.005003773141652346,0.022655321285128593,0.01308040227741003,-0.0045483727008104324,0.022361554205417633,0.017870528623461723,-0.002271980745717883,0.02079363353550434,0.01931868866086006,-0.0022629140876233578,0.019458811730146408,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.01947571523487568,-0.0006993469432927668,0.019843878224492073,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.02090681530535221,-0.0009492459357716143,0.018275976181030273,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.02090681530535221,-0.0009492459357716143,0.018275976181030273,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.02211443893611431,0.0009421281865797937,0.016793176531791687,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.02326503023505211,0.0009188351104967296,0.015159400179982185,0.02351458929479122,0.0022117840126156807,0.01413196325302124,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.024379001930356026,0.002260245382785797,0.012543387711048126,0.024340609088540077,0.003518099198117852,0.01112107653170824,0.02432422712445259,0.0031206300482153893,0.011749899946153164,0.025258569046854973,0.003104421077296138,0.009584074839949608,0.024340609088540077,0.003518099198117852,0.01112107653170824,0.025258569046854973,0.003104421077296138,0.009584074839949608,0.024773694574832916,0.003868388943374157,0.00942707248032093,0.011418096721172333,-0.005003773141652346,0.022655321285128593,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.01308040227741003,-0.0045483727008104324,0.022361554205417633,0.01308040227741003,-0.0045483727008104324,0.022361554205417633,0.014720042236149311,-0.004558517597615719,0.021304622292518616,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.014720042236149311,-0.004558517597615719,0.021304622292518616,0.015935733914375305,-0.003708763513714075,0.021354394033551216,0.015935733914375305,-0.003708763513714075,0.021354394033551216,0.01743300072848797,-0.0035008264239877462,0.020329412072896957,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.01743300072848797,-0.0035008264239877462,0.020329412072896957,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.016543656587600708,-0.002963877283036709,0.021470343694090843,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.017870528623461723,-0.002271980745717883,0.02079363353550434,0.017870528623461723,-0.002271980745717883,0.02079363353550434,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.01931868866086006,-0.0022629140876233578,0.019458811730146408,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.01931868866086006,-0.0022629140876233578,0.019458811730146408,0.020789576694369316,-0.0016043320065364242,0.018196329474449158,0.019446924328804016,-0.0016043282812461257,0.019625293090939522,0.020789576694369316,-0.0016043320065364242,0.018196329474449158,0.02090681530535221,-0.0009492459357716143,0.018275976181030273,0.02090681530535221,-0.0009492459357716143,0.018275976181030273,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.022754361853003502,-0.0004481252981349826,0.01601274125277996,0.02326503023505211,0.0009188351104967296,0.015159400179982185,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.024379001930356026,0.002260245382785797,0.012543387711048126,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.02499254234135151,0.0018516058335080743,0.011606628075242043,0.024379001930356026,0.002260245382785797,0.012543387711048126,0.02499254234135151,0.0018516058335080743,0.011606628075242043,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.024379001930356026,0.002260245382785797,0.012543387711048126,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.02432422712445259,0.0031206300482153893,0.011749899946153164,0.02432422712445259,0.0031206300482153893,0.011749899946153164,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.025258569046854973,0.003104421077296138,0.009584074839949608,0.024773694574832916,0.003868388943374157,0.00942707248032093,0.025258569046854973,0.003104421077296138,0.009584074839949608,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.024717597290873528,0.004695765674114227,0.007171519100666046,0.024717597290873528,0.004695765674114227,0.007171519100666046,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.024883277714252472,0.004998081363737583,0.0050073959864676,0.01308040227741003,-0.0045483727008104324,0.022361554205417633,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.014720042236149311,-0.004558517597615719,0.021304622292518616,0.01931868866086006,-0.0022629140876233578,0.019458811730146408,0.02064981870353222,-0.0022629466839134693,0.018039394170045853,0.020789576694369316,-0.0016043320065364242,0.018196329474449158,0.02090681530535221,-0.0009492459357716143,0.018275976181030273,0.020789576694369316,-0.0016043320065364242,0.018196329474449158,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.022754361853003502,-0.0004481252981349826,0.01601274125277996,0.023846708238124847,0.0002268785028718412,0.014346063137054443,0.022489896044135094,-0.000002743300456131692,0.01642351597547531,0.023846708238124847,0.0002268785028718412,0.014346063137054443,0.02326503023505211,0.0009188351104967296,0.015159400179982185,0.02326503023505211,0.0009188351104967296,0.015159400179982185,0.023846708238124847,0.0002268785028718412,0.014346063137054443,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.025258569046854973,0.003104421077296138,0.009584074839949608,0.0258631594479084,0.0031037083826959133,0.007809458300471306,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.014720042236149311,-0.004558517597615719,0.021304622292518616,0.016057606786489487,-0.004592674318701029,0.020267711952328682,0.015935733914375305,-0.003708763513714075,0.021354394033551216,0.015935733914375305,-0.003708763513714075,0.021354394033551216,0.016057606786489487,-0.004592674318701029,0.020267711952328682,0.01713646575808525,-0.004214052110910416,0.019853906705975533,0.015935733914375305,-0.003708763513714075,0.021354394033551216,0.01713646575808525,-0.004214052110910416,0.019853906705975533,0.01743300072848797,-0.0035008264239877462,0.020329412072896957,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.019770396873354912,-0.0028960146009922028,0.018581632524728775,0.01931868866086006,-0.0022629140876233578,0.019458811730146408,0.01931868866086006,-0.0022629140876233578,0.019458811730146408,0.019770396873354912,-0.0028960146009922028,0.018581632524728775,0.02064981870353222,-0.0022629466839134693,0.018039394170045853,0.020789576694369316,-0.0016043320065364242,0.018196329474449158,0.02064981870353222,-0.0022629466839134693,0.018039394170045853,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.020789576694369316,-0.0016043320065364242,0.018196329474449158,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.022754361853003502,-0.0004481252981349826,0.01601274125277996,0.023841213434934616,-0.0004660612321458757,0.01434209942817688,0.023846708238124847,0.0002268785028718412,0.014346063137054443,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.024080678820610046,0.001400517183355987,0.013664343394339085,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.02499254234135151,0.0018516058335080743,0.011606628075242043,0.02499254234135151,0.0018516058335080743,0.011606628075242043,0.02577052265405655,0.001795197487808764,0.009812376461923122,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.025258569046854973,0.003104421077296138,0.009584074839949608,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.0258631594479084,0.0031037083826959133,0.007809458300471306,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.0258631594479084,0.0031037083826959133,0.007809458300471306,0.026115361601114273,0.0034768416080623865,0.005964900366961956,0.02524326555430889,0.004042044747620821,0.007644923869520426,0.026115361601114273,0.0034768416080623865,0.005964900366961956,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.024883277714252472,0.004998081363737583,0.0050073959864676,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.014720042236149311,-0.004558517597615719,0.021304622292518616,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.016057606786489487,-0.004592674318701029,0.020267711952328682,0.01743300072848797,-0.0035008264239877462,0.020329412072896957,0.01713646575808525,-0.004214052110910416,0.019853906705975533,0.018653642386198044,-0.003878474235534668,0.018833914771676064,0.01743300072848797,-0.0035008264239877462,0.020329412072896957,0.018653642386198044,-0.003878474235534668,0.018833914771676064,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.022754361853003502,-0.0004481252981349826,0.01601274125277996,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.023841213434934616,-0.0004660612321458757,0.01434209942817688,0.023846708238124847,0.0002268785028718412,0.014346063137054443,0.023841213434934616,-0.0004660612321458757,0.01434209942817688,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.02523822896182537,0.0004401093174237758,0.011710385791957378,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.02499254234135151,0.0018516058335080743,0.011606628075242043,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.02577052265405655,0.001795197487808764,0.009812376461923122,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.02577052265405655,0.001795197487808764,0.009812376461923122,0.026243096217513084,0.0022439102176576853,0.007947500795125961,0.025409523397684097,0.002482278272509575,0.010066043585538864,0.026243096217513084,0.0022439102176576853,0.007947500795125961,0.0258631594479084,0.0031037083826959133,0.007809458300471306,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.026072412729263306,0.004230564460158348,0.0026564961299300194,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.01646786369383335,-0.005003908183425665,0.01930689625442028,0.016057606786489487,-0.004592674318701029,0.020267711952328682,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.018653642386198044,-0.003878474235534668,0.018833914771676064,0.020082928240299225,-0.003522307612001896,0.017694024369120598,0.01867675594985485,-0.0030729423742741346,0.019559964537620544,0.020082928240299225,-0.003522307612001896,0.017694024369120598,0.019770396873354912,-0.0028960146009922028,0.018581632524728775,0.019770396873354912,-0.0028960146009922028,0.018581632524728775,0.020082928240299225,-0.003522307612001896,0.017694024369120598,0.020927153527736664,-0.0031148609705269337,0.017086967825889587,0.019770396873354912,-0.0028960146009922028,0.018581632524728775,0.020927153527736664,-0.0031148609705269337,0.017086967825889587,0.02064981870353222,-0.0022629466839134693,0.018039394170045853,0.02064981870353222,-0.0022629466839134693,0.018039394170045853,0.020927153527736664,-0.0031148609705269337,0.017086967825889587,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.02309156209230423,-0.0018260572105646133,0.015059608034789562,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.02309156209230423,-0.0018260572105646133,0.015059608034789562,0.023760531097650528,-0.0011533272918313742,0.014292499981820583,0.02237216755747795,-0.0009970915270969272,0.016447661444544792,0.023760531097650528,-0.0011533272918313742,0.014292499981820583,0.023841213434934616,-0.0004660612321458757,0.01434209942817688,0.023841213434934616,-0.0004660612321458757,0.01434209942817688,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.024275271221995354,0.0006411516224034131,0.013564501889050007,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.02523822896182537,0.0004401093174237758,0.011710385791957378,0.0258631594479084,0.0031037083826959133,0.007809458300471306,0.026243096217513084,0.0022439102176576853,0.007947500795125961,0.026450278237462044,0.0026814129669219255,0.0064729684963822365,0.0258631594479084,0.0031037083826959133,0.007809458300471306,0.026450278237462044,0.0026814129669219255,0.0064729684963822365,0.026115361601114273,0.0034768416080623865,0.005964900366961956,0.026115361601114273,0.0034768416080623865,0.005964900366961956,0.026466861367225647,0.00350619456730783,0.003998247906565666,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.025675620883703232,0.004205544013530016,0.005381615366786718,0.026466861367225647,0.00350619456730783,0.003998247906565666,0.026072412729263306,0.004230564460158348,0.0026564961299300194,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.026072412729263306,0.004230564460158348,0.0026564961299300194,0.025830086320638657,0.004584378097206354,0.001067856908775866,0.016057606786489487,-0.004592674318701029,0.020267711952328682,0.01646786369383335,-0.005003908183425665,0.01930689625442028,0.01802014373242855,-0.004555277060717344,0.018608132377266884,0.016057606786489487,-0.004592674318701029,0.020267711952328682,0.01802014373242855,-0.004555277060717344,0.018608132377266884,0.01713646575808525,-0.004214052110910416,0.019853906705975533,0.01713646575808525,-0.004214052110910416,0.019853906705975533,0.01802014373242855,-0.004555277060717344,0.018608132377266884,0.018653642386198044,-0.003878474235534668,0.018833914771676064,0.023841213434934616,-0.0004660612321458757,0.01434209942817688,0.023760531097650528,-0.0011533272918313742,0.014292499981820583,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.026268593966960907,0.0008975426899269223,0.009008950553834438,0.02577052265405655,0.001795197487808764,0.009812376461923122,0.02577052265405655,0.001795197487808764,0.009812376461923122,0.026268593966960907,0.0008975426899269223,0.009008950553834438,0.02644641138613224,0.001595965470187366,0.007983997464179993,0.02577052265405655,0.001795197487808764,0.009812376461923122,0.02644641138613224,0.001595965470187366,0.007983997464179993,0.026243096217513084,0.0022439102176576853,0.007947500795125961,0.026450278237462044,0.0026814129669219255,0.0064729684963822365,0.02674899809062481,0.002678414573892951,0.005129107739776373,0.026115361601114273,0.0034768416080623865,0.005964900366961956,0.026115361601114273,0.0034768416080623865,0.005964900366961956,0.02674899809062481,0.002678414573892951,0.005129107739776373,0.026466861367225647,0.00350619456730783,0.003998247906565666,0.018653642386198044,-0.003878474235534668,0.018833914771676064,0.01802014373242855,-0.004555277060717344,0.018608132377266884,0.01974925398826599,-0.004229937680065632,0.017234908416867256,0.018653642386198044,-0.003878474235534668,0.018833914771676064,0.01974925398826599,-0.004229937680065632,0.017234908416867256,0.020082928240299225,-0.003522307612001896,0.017694024369120598,0.020927153527736664,-0.0031148609705269337,0.017086967825889587,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.022934742271900177,-0.0026518884114921093,0.01472481433302164,0.021919010207057,-0.002034828532487154,0.016621999442577362,0.022934742271900177,-0.0026518884114921093,0.01472481433302164,0.02309156209230423,-0.0018260572105646133,0.015059608034789562,0.02309156209230423,-0.0018260572105646133,0.015059608034789562,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.023760531097650528,-0.0011533272918313742,0.014292499981820583,0.023760531097650528,-0.0011533272918313742,0.014292499981820583,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.025177937000989914,-0.0009161059861071408,0.011720753274857998,0.02523822896182537,0.0004401093174237758,0.011710385791957378,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.02523822896182537,0.0004401093174237758,0.011710385791957378,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.02541474997997284,0.000889095535967499,0.01121525838971138,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.026268593966960907,0.0008975426899269223,0.009008950553834438,0.026243096217513084,0.0022439102176576853,0.007947500795125961,0.02644641138613224,0.001595965470187366,0.007983997464179993,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.026243096217513084,0.0022439102176576853,0.007947500795125961,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.026450278237462044,0.0026814129669219255,0.0064729684963822365,0.026450278237462044,0.0026814129669219255,0.0064729684963822365,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.02674899809062481,0.002678414573892951,0.005129107739776373,0.026466861367225647,0.00350619456730783,0.003998247906565666,0.026709288358688354,0.003457976272329688,0.0021661461796611547,0.026072412729263306,0.004230564460158348,0.0026564961299300194,0.01646786369383335,-0.005003908183425665,0.01930689625442028,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.01802014373242855,-0.004555277060717344,0.018608132377266884,0.01802014373242855,-0.004555277060717344,0.018608132377266884,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.01974925398826599,-0.004229937680065632,0.017234908416867256,0.020082928240299225,-0.003522307612001896,0.017694024369120598,0.01974925398826599,-0.004229937680065632,0.017234908416867256,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.020082928240299225,-0.003522307612001896,0.017694024369120598,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.020927153527736664,-0.0031148609705269337,0.017086967825889587,0.020927153527736664,-0.0031148609705269337,0.017086967825889587,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.02309156209230423,-0.0018260572105646133,0.015059608034789562,0.022934742271900177,-0.0026518884114921093,0.01472481433302164,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.024954112246632576,-0.00045935602975077927,0.012315480038523674,0.025177937000989914,-0.0009161059861071408,0.011720753274857998,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.026268593966960907,0.0008975426899269223,0.009008950553834438,0.026840941980481148,0.0008975376840680838,0.007122854236513376,0.02644641138613224,0.001595965470187366,0.007983997464179993,0.02644641138613224,0.001595965470187366,0.007983997464179993,0.026840941980481148,0.0008975376840680838,0.007122854236513376,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.02674899809062481,0.002678414573892951,0.005129107739776373,0.027049485594034195,0.002684821840375662,0.003140897024422884,0.026466861367225647,0.00350619456730783,0.003998247906565666,0.026466861367225647,0.00350619456730783,0.003998247906565666,0.027049485594034195,0.002684821840375662,0.003140897024422884,0.026709288358688354,0.003457976272329688,0.0021661461796611547,0.026072412729263306,0.004230564460158348,0.0026564961299300194,0.026709288358688354,0.003457976272329688,0.0021661461796611547,0.026626311242580414,0.003703817492350936,0.0005440672975964844,0.026072412729263306,0.004230564460158348,0.0026564961299300194,0.026626311242580414,0.003703817492350936,0.0005440672975964844,0.025830086320638657,0.004584378097206354,0.001067856908775866,0.025830086320638657,0.004584378097206354,0.001067856908775866,0.026626311242580414,0.003703817492350936,0.0005440672975964844,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.025830086320638657,0.004584378097206354,0.001067856908775866,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.025369886308908463,0.004999013617634773,-0.000518302374985069,0.022934742271900177,-0.0026518884114921093,0.01472481433302164,0.023713309317827225,-0.0027250158600509167,0.013364115729928017,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.02501586638391018,-0.0017941412515938282,0.011607888154685497,0.025177937000989914,-0.0009161059861071408,0.011720753274857998,0.025177937000989914,-0.0009161059861071408,0.011720753274857998,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.026648784056305885,-0.000004166257440374466,0.008043128065764904,0.026268593966960907,0.0008975426899269223,0.009008950553834438,0.026268593966960907,0.0008975426899269223,0.009008950553834438,0.026648784056305885,-0.000004166257440374466,0.008043128065764904,0.026840941980481148,0.0008975376840680838,0.007122854236513376,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.02717677131295204,0.002038333797827363,0.0041416240856051445,0.02674899809062481,0.002678414573892951,0.005129107739776373,0.02674899809062481,0.002678414573892951,0.005129107739776373,0.02717677131295204,0.002038333797827363,0.0041416240856051445,0.027049485594034195,0.002684821840375662,0.003140897024422884,0.025369886308908463,0.004999013617634773,-0.000518302374985069,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.02528279274702072,0.004999289754778147,-0.0022258369717746973,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.02007514052093029,-0.0045813084580004215,0.016315067186951637,0.01974925398826599,-0.004229937680065632,0.017234908416867256,0.01974925398826599,-0.004229937680065632,0.017234908416867256,0.02007514052093029,-0.0045813084580004215,0.016315067186951637,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.022361312061548233,-0.003916219808161259,0.014188341796398163,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.022934742271900177,-0.0026518884114921093,0.01472481433302164,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.023713309317827225,-0.0027250158600509167,0.013364115729928017,0.023713309317827225,-0.0027250158600509167,0.013364115729928017,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.024143526330590248,-0.0016247141174972057,0.013440180569887161,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.02501586638391018,-0.0017941412515938282,0.011607888154685497,0.025177937000989914,-0.0009161059861071408,0.011720753274857998,0.02501586638391018,-0.0017941412515938282,0.011607888154685497,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.02599603869020939,-0.000007666737474210095,0.009955416433513165,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.026648784056305885,-0.000004166257440374466,0.008043128065764904,0.026840941980481148,0.0008975376840680838,0.007122854236513376,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.026888158172369003,0.0017931772163137794,0.006115351803600788,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.02717677131295204,0.002038333797827363,0.0041416240856051445,0.027049485594034195,0.002684821840375662,0.003140897024422884,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.026709288358688354,0.003457976272329688,0.0021661461796611547,0.026709288358688354,0.003457976272329688,0.0021661461796611547,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.026626311242580414,0.003703817492350936,0.0005440672975964844,0.026626311242580414,0.003703817492350936,0.0005440672975964844,0.02677536942064762,0.003480213228613138,-0.0007068397244438529,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.02007514052093029,-0.0045813084580004215,0.016315067186951637,0.02007514052093029,-0.0045813084580004215,0.016315067186951637,0.021237408742308617,-0.00455072708427906,0.014827640727162361,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.02121799625456333,-0.0037250458262860775,0.0160929374396801,0.021237408742308617,-0.00455072708427906,0.014827640727162361,0.022361312061548233,-0.003916219808161259,0.014188341796398163,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.022361312061548233,-0.003916219808161259,0.014188341796398163,0.023442886769771576,-0.003490709001198411,0.012956317514181137,0.022397127002477646,-0.003088061697781086,0.015147113241255283,0.023442886769771576,-0.003490709001198411,0.012956317514181137,0.023713309317827225,-0.0027250158600509167,0.013364115729928017,0.02501586638391018,-0.0017941412515938282,0.011607888154685497,0.025772863999009132,-0.0018000499112531543,0.009806161746382713,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.026648784056305885,-0.000004166257440374466,0.008043128065764904,0.027151139453053474,-0.000016040163245634176,0.006131302565336227,0.026840941980481148,0.0008975376840680838,0.007122854236513376,0.026840941980481148,0.0008975376840680838,0.007122854236513376,0.027151139453053474,-0.000016040163245634176,0.006131302565336227,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.02717677131295204,0.002038333797827363,0.0041416240856051445,0.02717677131295204,0.002038333797827363,0.0041416240856051445,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.027049485594034195,0.002684821840375662,0.003140897024422884,0.027049485594034195,0.002684821840375662,0.003140897024422884,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.026626311242580414,0.003703817492350936,0.0005440672975964844,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.02677536942064762,0.003480213228613138,-0.0007068397244438529,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.025988804176449776,0.0042226556688547134,-0.0033716680482029915,0.02528279274702072,0.004999289754778147,-0.0022258369717746973,0.02528279274702072,0.004999289754778147,-0.0022258369717746973,0.025988804176449776,0.0042226556688547134,-0.0033716680482029915,0.025438956916332245,0.004558236803859472,-0.004763474687933922,0.02007514052093029,-0.0045813084580004215,0.016315067186951637,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.021237408742308617,-0.00455072708427906,0.014827640727162361,0.023713309317827225,-0.0027250158600509167,0.013364115729928017,0.023442886769771576,-0.003490709001198411,0.012956317514181137,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.02517472393810749,-0.0024779869709163904,0.010629143565893173,0.02501586638391018,-0.0017941412515938282,0.011607888154685497,0.02501586638391018,-0.0017941412515938282,0.011607888154685497,0.02517472393810749,-0.0024779869709163904,0.010629143565893173,0.025772863999009132,-0.0018000499112531543,0.009806161746382713,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.026865892112255096,-0.0009058834984898567,0.0070280646905303,0.026648784056305885,-0.000004166257440374466,0.008043128065764904,0.026648784056305885,-0.000004166257440374466,0.008043128065764904,0.026865892112255096,-0.0009058834984898567,0.0070280646905303,0.027151139453053474,-0.000016040163245634176,0.006131302565336227,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.027151139453053474,-0.000016040163245634176,0.006131302565336227,0.02750149555504322,0.0004716321127489209,0.004173211753368378,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.02750149555504322,0.0004716321127489209,0.004173211753368378,0.02758646197617054,0.0009553832933306694,0.0031063975766301155,0.027249976992607117,0.0011084118159487844,0.0052063665352761745,0.02758646197617054,0.0009553832933306694,0.0031063975766301155,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.02746223472058773,0.0020383112132549286,0.0012294318294152617,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.027224060148000717,0.002659119665622711,-0.001162680913694203,0.02677536942064762,0.003480213228613138,-0.0007068397244438529,0.02677536942064762,0.003480213228613138,-0.0007068397244438529,0.02650417387485504,0.003650279249995947,-0.0029718803707510233,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.026182405650615692,0.004227278288453817,-0.0011927935993298888,0.02650417387485504,0.003650279249995947,-0.0029718803707510233,0.025988804176449776,0.0042226556688547134,-0.0033716680482029915,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.021662788465619087,-0.0050035687163472176,0.013230881653726101,0.021237408742308617,-0.00455072708427906,0.014827640727162361,0.021237408742308617,-0.00455072708427906,0.014827640727162361,0.02241332270205021,-0.004516222048550844,0.013066374696791172,0.022361312061548233,-0.003916219808161259,0.014188341796398163,0.023442886769771576,-0.003490709001198411,0.012956317514181137,0.02427309937775135,-0.003508348949253559,0.011293762363493443,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.025772863999009132,-0.0018000499112531543,0.009806161746382713,0.026447489857673645,-0.0016043053474277258,0.007980432361364365,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.02612491510808468,-0.0009371185442432761,0.009431279264390469,0.026447489857673645,-0.0016043053474277258,0.007980432361364365,0.026865892112255096,-0.0009058834984898567,0.0070280646905303,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.02758646197617054,0.0009553832933306694,0.0031063975766301155,0.02767231874167919,0.0010800292948260903,0.0020151750650256872,0.027404407039284706,0.0018001714488491416,0.00302727147936821,0.02767231874167919,0.0010800292948260903,0.0020151750650256872,0.02746223472058773,0.0020383112132549286,0.0012294318294152617,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.02746223472058773,0.0020383112132549286,0.0012294318294152617,0.027418112382292747,0.0022274120710790157,-0.0005933974753133953,0.02720050700008869,0.002692075213417411,0.001219050376676023,0.027418112382292747,0.0022274120710790157,-0.0005933974753133953,0.027224060148000717,0.002659119665622711,-0.001162680913694203,0.02677536942064762,0.003480213228613138,-0.0007068397244438529,0.027224060148000717,0.002659119665622711,-0.001162680913694203,0.026881346479058266,0.003062005853280425,-0.002940033096820116,0.02677536942064762,0.003480213228613138,-0.0007068397244438529,0.026881346479058266,0.003062005853280425,-0.002940033096820116,0.02650417387485504,0.003650279249995947,-0.0029718803707510233,0.021237408742308617,-0.00455072708427906,0.014827640727162361,0.021662788465619087,-0.0050035687163472176,0.013230881653726101,0.02241332270205021,-0.004516222048550844,0.013066374696791172,0.022361312061548233,-0.003916219808161259,0.014188341796398163,0.02241332270205021,-0.004516222048550844,0.013066374696791172,0.023782527074217796,-0.0040337881073355675,0.011426517739892006,0.022361312061548233,-0.003916219808161259,0.014188341796398163,0.023782527074217796,-0.0040337881073355675,0.011426517739892006,0.023442886769771576,-0.003490709001198411,0.012956317514181137,0.023442886769771576,-0.003490709001198411,0.012956317514181137,0.023782527074217796,-0.0040337881073355675,0.011426517739892006,0.02427309937775135,-0.003508348949253559,0.011293762363493443,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.02427309937775135,-0.003508348949253559,0.011293762363493443,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.02449348382651806,-0.0026573003269732,0.011952536180615425,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.02517472393810749,-0.0024779869709163904,0.010629143565893173,0.02517472393810749,-0.0024779869709163904,0.010629143565893173,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.025737255811691284,-0.002723224461078644,0.008858107961714268,0.02517472393810749,-0.0024779869709163904,0.010629143565893173,0.025737255811691284,-0.002723224461078644,0.008858107961714268,0.025772863999009132,-0.0018000499112531543,0.009806161746382713,0.025772863999009132,-0.0018000499112531543,0.009806161746382713,0.025737255811691284,-0.002723224461078644,0.008858107961714268,0.02617020346224308,-0.0023031728342175484,0.008120625279843807,0.025772863999009132,-0.0018000499112531543,0.009806161746382713,0.02617020346224308,-0.0023031728342175484,0.008120625279843807,0.026447489857673645,-0.0016043053474277258,0.007980432361364365,0.026865892112255096,-0.0009058834984898567,0.0070280646905303,0.02735774591565132,-0.0006546023651026189,0.004976688884198666,0.027151139453053474,-0.000016040163245634176,0.006131302565336227,0.027151139453053474,-0.000016040163245634176,0.006131302565336227,0.02735774591565132,-0.0006546023651026189,0.004976688884198666,0.02750149555504322,0.0004716321127489209,0.004173211753368378,0.02767231874167919,0.0010800292948260903,0.0020151750650256872,0.02768634259700775,0.0013496436877176166,0.0003277161158621311,0.02746223472058773,0.0020383112132549286,0.0012294318294152617,0.02746223472058773,0.0020383112132549286,0.0012294318294152617,0.02768634259700775,0.0013496436877176166,0.0003277161158621311,0.027418112382292747,0.0022274120710790157,-0.0005933974753133953,0.025988804176449776,0.0042226556688547134,-0.0033716680482029915,0.02650417387485504,0.003650279249995947,-0.0029718803707510233,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.025988804176449776,0.0042226556688547134,-0.0033716680482029915,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.025438956916332245,0.004558236803859472,-0.004763474687933922,0.02617020346224308,-0.0023031728342175484,0.008120625279843807,0.026558656245470047,-0.002233345527201891,0.006847977638244629,0.026447489857673645,-0.0016043053474277258,0.007980432361364365,0.026447489857673645,-0.0016043053474277258,0.007980432361364365,0.026558656245470047,-0.002233345527201891,0.006847977638244629,0.02694641426205635,-0.0016043160576373339,0.006084289867430925,0.026447489857673645,-0.0016043053474277258,0.007980432361364365,0.02694641426205635,-0.0016043160576373339,0.006084289867430925,0.026865892112255096,-0.0009058834984898567,0.0070280646905303,0.026865892112255096,-0.0009058834984898567,0.0070280646905303,0.02694641426205635,-0.0016043160576373339,0.006084289867430925,0.02735774591565132,-0.0006546023651026189,0.004976688884198666,0.02735774591565132,-0.0006546023651026189,0.004976688884198666,0.027621222659945488,-0.0004965765401721001,0.003277752548456192,0.02750149555504322,0.0004716321127489209,0.004173211753368378,0.02750149555504322,0.0004716321127489209,0.004173211753368378,0.027621222659945488,-0.0004965765401721001,0.003277752548456192,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.02750149555504322,0.0004716321127489209,0.004173211753368378,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.02758646197617054,0.0009553832933306694,0.0031063975766301155,0.02758646197617054,0.0009553832933306694,0.0031063975766301155,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.02767231874167919,0.0010800292948260903,0.0020151750650256872,0.026881346479058266,0.003062005853280425,-0.002940033096820116,0.02659984491765499,0.003113214857876301,-0.004672161303460598,0.02650417387485504,0.003650279249995947,-0.0029718803707510233,0.02650417387485504,0.003650279249995947,-0.0029718803707510233,0.02659984491765499,0.003113214857876301,-0.004672161303460598,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.025438956916332245,0.004558236803859472,-0.004763474687933922,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.025347482413053513,0.004216159228235483,-0.0066560436971485615,0.025438956916332245,0.004558236803859472,-0.004763474687933922,0.025347482413053513,0.004216159228235483,-0.0066560436971485615,0.024673566222190857,0.004997652489691973,-0.005931389052420855,0.024673566222190857,0.004997652489691973,-0.005931389052420855,0.025347482413053513,0.004216159228235483,-0.0066560436971485615,0.02465745247900486,0.004543214570730925,-0.007897023111581802,0.02241332270205021,-0.004516222048550844,0.013066374696791172,0.021662788465619087,-0.0050035687163472176,0.013230881653726101,0.0227354746311903,-0.005004211328923702,0.011295253410935402,0.02241332270205021,-0.004516222048550844,0.013066374696791172,0.0227354746311903,-0.005004211328923702,0.011295253410935402,0.023542385548353195,-0.00455386471003294,0.010790638625621796,0.02241332270205021,-0.004516222048550844,0.013066374696791172,0.023542385548353195,-0.00455386471003294,0.010790638625621796,0.023782527074217796,-0.0040337881073355675,0.011426517739892006,0.02427309937775135,-0.003508348949253559,0.011293762363493443,0.023782527074217796,-0.0040337881073355675,0.011426517739892006,0.024744601920247078,-0.0038758725859224796,0.009507978335022926,0.02427309937775135,-0.003508348949253559,0.011293762363493443,0.024744601920247078,-0.0038758725859224796,0.009507978335022926,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.02735774591565132,-0.0006546023651026189,0.004976688884198666,0.02694641426205635,-0.0016043160576373339,0.006084289867430925,0.027386769652366638,-0.001354974345304072,0.004087267909198999,0.02735774591565132,-0.0006546023651026189,0.004976688884198666,0.027386769652366638,-0.001354974345304072,0.004087267909198999,0.027621222659945488,-0.0004965765401721001,0.003277752548456192,0.02767231874167919,0.0010800292948260903,0.0020151750650256872,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.02767231874167919,0.0010800292948260903,0.0020151750650256872,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.02768634259700775,0.0013496436877176166,0.0003277161158621311,0.02768634259700775,0.0013496436877176166,0.0003277161158621311,0.027638111263513565,0.001334748463705182,-0.0016917462926357985,0.027418112382292747,0.0022274120710790157,-0.0005933974753133953,0.027418112382292747,0.0022274120710790157,-0.0005933974753133953,0.027638111263513565,0.001334748463705182,-0.0016917462926357985,0.027297034859657288,0.002210358390584588,-0.0026989097241312265,0.027418112382292747,0.0022274120710790157,-0.0005933974753133953,0.027297034859657288,0.002210358390584588,-0.0026989097241312265,0.027224060148000717,0.002659119665622711,-0.001162680913694203,0.027224060148000717,0.002659119665622711,-0.001162680913694203,0.027297034859657288,0.002210358390584588,-0.0026989097241312265,0.026881346479058266,0.003062005853280425,-0.002940033096820116,0.023782527074217796,-0.0040337881073355675,0.011426517739892006,0.023542385548353195,-0.00455386471003294,0.010790638625621796,0.024744601920247078,-0.0038758725859224796,0.009507978335022926,0.025737255811691284,-0.002723224461078644,0.008858107961714268,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.025737255811691284,-0.002723224461078644,0.008858107961714268,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.02617020346224308,-0.0023031728342175484,0.008120625279843807,0.02617020346224308,-0.0023031728342175484,0.008120625279843807,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.026558656245470047,-0.002233345527201891,0.006847977638244629,0.026558656245470047,-0.002233345527201891,0.006847977638244629,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.02694641426205635,-0.0016043160576373339,0.006084289867430925,0.02694641426205635,-0.0016043160576373339,0.006084289867430925,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.027386769652366638,-0.001354974345304072,0.004087267909198999,0.02768634259700775,0.0013496436877176166,0.0003277161158621311,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.027638111263513565,0.001334748463705182,-0.0016917462926357985,0.027297034859657288,0.002210358390584588,-0.0026989097241312265,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.026881346479058266,0.003062005853280425,-0.002940033096820116,0.026881346479058266,0.003062005853280425,-0.002940033096820116,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.02659984491765499,0.003113214857876301,-0.004672161303460598,0.02659984491765499,0.003113214857876301,-0.004672161303460598,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.025347482413053513,0.004216159228235483,-0.0066560436971485615,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.025347482413053513,0.004216159228235483,-0.0066560436971485615,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.02465745247900486,0.004543214570730925,-0.007897023111581802,0.023542385548353195,-0.00455386471003294,0.010790638625621796,0.024233555421233177,-0.00453102495521307,0.009192660450935364,0.024744601920247078,-0.0038758725859224796,0.009507978335022926,0.024744601920247078,-0.0038758725859224796,0.009507978335022926,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.025334440171718597,-0.0031773445662111044,0.009302882477641106,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.026558656245470047,-0.002233345527201891,0.006847977638244629,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.027386769652366638,-0.001354974345304072,0.004087267909198999,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.027621222659945488,-0.0004965765401721001,0.003277752548456192,0.027621222659945488,-0.0004965765401721001,0.003277752548456192,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.027802733704447746,-0.0004661553830374032,0.0007475826423615217,0.0277449619024992,-0.000004194345365249319,0.0022282563149929047,0.027802733704447746,-0.0004661553830374032,0.0007475826423615217,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.02776275761425495,0.0004718713753391057,-0.0017190058715641499,0.027638111263513565,0.001334748463705182,-0.0016917462926357985,0.027638111263513565,0.001334748463705182,-0.0016917462926357985,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.027297034859657288,0.002210358390584588,-0.0026989097241312265,0.027297034859657288,0.002210358390584588,-0.0026989097241312265,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.02659984491765499,0.003113214857876301,-0.004672161303460598,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.025900861248373985,0.003848807420581579,-0.00571160763502121,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.02465745247900486,0.004543214570730925,-0.007897023111581802,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.02423952706158161,0.004189265891909599,-0.010050295852124691,0.02465745247900486,0.004543214570730925,-0.007897023111581802,0.02423952706158161,0.004189265891909599,-0.010050295852124691,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.02423952706158161,0.004189265891909599,-0.010050295852124691,0.023475266993045807,0.004546629264950752,-0.010930472984910011,0.0227354746311903,-0.005004211328923702,0.011295253410935402,0.02371182292699814,-0.005004752427339554,0.00901059154421091,0.023542385548353195,-0.00455386471003294,0.010790638625621796,0.023542385548353195,-0.00455386471003294,0.010790638625621796,0.02371182292699814,-0.005004752427339554,0.00901059154421091,0.024233555421233177,-0.00453102495521307,0.009192660450935364,0.024744601920247078,-0.0038758725859224796,0.009507978335022926,0.024233555421233177,-0.00453102495521307,0.009192660450935364,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.02730693109333515,-0.0020466791465878487,0.0031696553342044353,0.027386769652366638,-0.001354974345304072,0.004087267909198999,0.027386769652366638,-0.001354974345304072,0.004087267909198999,0.02730693109333515,-0.0020466791465878487,0.0031696553342044353,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.027802733704447746,-0.0004661553830374032,0.0007475826423615217,0.027806149795651436,-0.00044579707900993526,-0.0007810322567820549,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.027813347056508064,0.0004977733478881419,0.0002560840512160212,0.027806149795651436,-0.00044579707900993526,-0.0007810322567820549,0.02776275761425495,0.0004718713753391057,-0.0017190058715641499,0.027638111263513565,0.001334748463705182,-0.0016917462926357985,0.02776275761425495,0.0004718713753391057,-0.0017190058715641499,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.02673911675810814,0.0022562413942068815,-0.006021474953740835,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.02574808895587921,0.0030618479941040277,-0.00823864247649908,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.024233555421233177,-0.00453102495521307,0.009192660450935364,0.02371182292699814,-0.005004752427339554,0.00901059154421091,0.024794239550828934,-0.0045677232556045055,0.0074253692291677,0.024794239550828934,-0.0045677232556045055,0.0074253692291677,0.02371182292699814,-0.005004752427339554,0.00901059154421091,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.024794239550828934,-0.0045677232556045055,0.0074253692291677,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.02519010379910469,-0.0045927781611680984,0.005818692967295647,0.02519010379910469,-0.0045927781611680984,0.005818692967295647,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.02510441280901432,-0.005006588064134121,0.0037264463026076555,0.025674771517515182,-0.004539025016129017,-0.003474224591627717,0.02531334012746811,-0.005007909145206213,-0.0018244771054014564,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.025674771517515182,-0.004539025016129017,-0.003474224591627717,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.025348007678985596,-0.004552030470222235,-0.0052873059175908566,0.025348007678985596,-0.004552030470222235,-0.0052873059175908566,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.02490672841668129,-0.004552097991108894,-0.00707806134596467,0.02490672841668129,-0.004552097991108894,-0.00707806134596467,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.02422434650361538,-0.004993974231183529,-0.00754512706771493,0.02490672841668129,-0.004552097991108894,-0.00707806134596467,0.02422434650361538,-0.004993974231183529,-0.00754512706771493,0.024339944124221802,-0.004551667254418135,-0.008831835351884365,0.024339944124221802,-0.004551667254418135,-0.008831835351884365,0.02422434650361538,-0.004993974231183529,-0.00754512706771493,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.024339944124221802,-0.004551667254418135,-0.008831835351884365,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.023802321404218674,-0.0043862974271178246,-0.010628403164446354,0.023802321404218674,-0.0043862974271178246,-0.010628403164446354,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.02285492792725563,-0.004570691380649805,-0.012121929787099361,0.02285492792725563,-0.004570691380649805,-0.012121929787099361,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.020956112071871758,-0.004592692479491234,-0.015130252577364445,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.018182193860411644,-0.0050043067894876,-0.017685119062662125,0.018555400893092155,-0.004515547305345535,-0.01810585707426071,0.018555400893092155,-0.004515547305345535,-0.01810585707426071,0.018182193860411644,-0.0050043067894876,-0.017685119062662125,0.017228325828909874,-0.004559734836220741,-0.019313713535666466,0.017228325828909874,-0.004559734836220741,-0.019313713535666466,0.018182193860411644,-0.0050043067894876,-0.017685119062662125,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.017228325828909874,-0.004559734836220741,-0.019313713535666466,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.015764396637678146,-0.004555871244519949,-0.020531389862298965,0.015764396637678146,-0.004555871244519949,-0.020531389862298965,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.014342851005494595,-0.004592910408973694,-0.021500390022993088,0.014342851005494595,-0.004592910408973694,-0.021500390022993088,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.009362482465803623,-0.004548856057226658,-0.024138586595654488,0.0076486216858029366,-0.004554044455289841,-0.02472974732518196,0.007880233228206635,-0.0038784993812441826,-0.025296244770288467,0.007880233228206635,-0.0038784993812441826,-0.025296244770288467,0.006085833068937063,-0.003875905182212591,-0.02578846924006939,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.0038627053145319223,-0.003130233148112893,-0.026722827926278114,0.004356773570179939,-0.00226551853120327,-0.02705831453204155,0.004356773570179939,-0.00226551853120327,-0.02705831453204155,0.002425817307084799,-0.0022655064240098,-0.027299189940094948,0.0024462954606860876,-0.0016043356154114008,-0.027506889775395393,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.0024462954606860876,-0.0016043356154114008,-0.027506889775395393,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,-0.0005418122746050358,-0.0009059252915903926,-0.027755066752433777,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,-0.0005418122746050358,-0.0009059252915903926,-0.027755066752433777,-0.001481404760852456,-0.000004172175522398902,-0.02778680995106697,-0.0014461377868428826,0.000935566087719053,-0.027718912810087204,-0.001481404760852456,-0.000004172175522398902,-0.02778680995106697,-0.003381759161129594,0.000897846941370517,-0.027553368359804153,-0.007910696789622307,0.0038814330473542213,-0.025276510044932365,-0.008221324533224106,0.0031037493608891964,-0.025723805651068687,-0.009753870777785778,0.0034956629388034344,-0.02492518723011017,-0.007910696789622307,0.0038814330473542213,-0.025276510044932365,-0.009753870777785778,0.0034956629388034344,-0.02492518723011017,-0.009479920379817486,0.004349471535533667,-0.02430552802979946,-0.010994541458785534,0.004995936062186956,-0.02284792996942997,-0.01100587286055088,0.004556711763143539,-0.02341792918741703,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,-0.010994541458785534,0.004995936062186956,-0.02284792996942997,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,-0.012999292463064194,0.004985359497368336,-0.021783903241157532,-0.012999292463064194,0.004985359497368336,-0.021783903241157532,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,-0.013960055075585842,0.004999018739908934,-0.021186450496315956,-0.01542683970183134,0.004997981712222099,-0.020150890573859215,-0.01725870929658413,0.004584385082125664,-0.01923954300582409,-0.017309824004769325,0.004984854254871607,-0.01854623854160309,-0.017309824004769325,0.004984854254871607,-0.01854623854160309,-0.01725870929658413,0.004584385082125664,-0.01923954300582409,-0.018474489450454712,0.004540449474006891,-0.01814310811460018,-0.017309824004769325,0.004984854254871607,-0.01854623854160309,-0.018474489450454712,0.004540449474006891,-0.01814310811460018,-0.01879151538014412,0.004988159518688917,-0.017040859907865524,-0.01879151538014412,0.004988159518688917,-0.017040859907865524,-0.018474489450454712,0.004540449474006891,-0.01814310811460018,-0.01971086487174034,0.004568728618323803,-0.016743766143918037,-0.01879151538014412,0.004988159518688917,-0.017040859907865524,-0.01971086487174034,0.004568728618323803,-0.016743766143918037,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.01971086487174034,0.004568728618323803,-0.016743766143918037,-0.020605046302080154,0.004515965934842825,-0.015732798725366592,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.020605046302080154,0.004515965934842825,-0.015732798725366592,-0.021935276687145233,0.004563044756650925,-0.013713843189179897,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.021935276687145233,0.004563044756650925,-0.013713843189179897,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.021935276687145233,0.004563044756650925,-0.013713843189179897,-0.022847063839435577,0.004545275121927261,-0.012177339754998684,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.022847063839435577,0.004545275121927261,-0.012177339754998684,-0.023652132600545883,0.004544227384030819,-0.010531867854297161,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.023652132600545883,0.004544227384030819,-0.010531867854297161,-0.023725103586912155,0.004996120929718018,-0.008984154090285301,-0.023725103586912155,0.004996120929718018,-0.008984154090285301,-0.023652132600545883,0.004544227384030819,-0.010531867854297161,-0.024376099929213524,0.004514453466981649,-0.008815974928438663,-0.024376099929213524,0.004514453466981649,-0.008815974928438663,-0.023652132600545883,0.004544227384030819,-0.010531867854297161,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.024376099929213524,0.004514453466981649,-0.008815974928438663,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.02491067722439766,0.0038608333561569452,-0.009063403122127056,-0.02491067722439766,0.0038608333561569452,-0.009063403122127056,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.025409994646906853,0.003085459116846323,-0.009192525409162045,-0.025409994646906853,0.003085459116846323,-0.009192525409162045,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.02489498257637024,0.0026823978405445814,-0.011031581088900566,-0.025409994646906853,0.003085459116846323,-0.009192525409162045,-0.02489498257637024,0.0026823978405445814,-0.011031581088900566,-0.025786809623241425,0.0022572572343051434,-0.009297599084675312,-0.025786809623241425,0.0022572572343051434,-0.009297599084675312,-0.02489498257637024,0.0026823978405445814,-0.011031581088900566,-0.025205152109265327,0.0018422912107780576,-0.011130298487842083,-0.025786809623241425,0.0022572572343051434,-0.009297599084675312,-0.025205152109265327,0.0018422912107780576,-0.011130298487842083,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.025205152109265327,0.0018422912107780576,-0.011130298487842083,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.025807378813624382,0.00040796122630126774,-0.010382846929132938,-0.025772521272301674,-0.0008966115419752896,-0.01033692341297865,-0.025211846455931664,-0.0017971585039049387,-0.011158493347465992,-0.025985142216086388,-0.0016042385250329971,-0.009363013319671154,-0.025985142216086388,-0.0016042385250329971,-0.009363013319671154,-0.025211846455931664,-0.0017971585039049387,-0.011158493347465992,-0.025789529085159302,-0.0022654766216874123,-0.00929020531475544,-0.025789529085159302,-0.0022654766216874123,-0.00929020531475544,-0.025211846455931664,-0.0017971585039049387,-0.011158493347465992,-0.024921545758843422,-0.002668367000296712,-0.010994667187333107,-0.025789529085159302,-0.0022654766216874123,-0.00929020531475544,-0.024921545758843422,-0.002668367000296712,-0.010994667187333107,-0.02551887556910515,-0.0028959226328879595,-0.00919298455119133,-0.02551887556910515,-0.0028959226328879595,-0.00919298455119133,-0.024921545758843422,-0.002668367000296712,-0.010994667187333107,-0.0245404914021492,-0.0034857068676501513,-0.010726778768002987,-0.02551887556910515,-0.0028959226328879595,-0.00919298455119133,-0.0245404914021492,-0.0034857068676501513,-0.010726778768002987,-0.02496166154742241,-0.0037651394959539175,-0.009172885678708553,-0.02496166154742241,-0.0037651394959539175,-0.009172885678708553,-0.0245404914021492,-0.0034857068676501513,-0.010726778768002987,-0.02388397604227066,-0.0043991669081151485,-0.010416875593364239,-0.02496166154742241,-0.0037651394959539175,-0.009172885678708553,-0.02388397604227066,-0.0043991669081151485,-0.010416875593364239,-0.02450934424996376,-0.0045424653217196465,-0.00840556900948286,-0.02450934424996376,-0.0045424653217196465,-0.00840556900948286,-0.02388397604227066,-0.0043991669081151485,-0.010416875593364239,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,0.010569640435278416,-0.005007615778595209,-0.023070992901921272,0.00873312447220087,-0.004996566567569971,-0.023817099630832672,0.009362482465803623,-0.004548856057226658,-0.024138586595654488,0.009362482465803623,-0.004548856057226658,-0.024138586595654488,0.00873312447220087,-0.004996566567569971,-0.023817099630832672,0.0076486216858029366,-0.004554044455289841,-0.02472974732518196,0.007880233228206635,-0.0038784993812441826,-0.025296244770288467,0.0076486216858029366,-0.004554044455289841,-0.02472974732518196,0.006085833068937063,-0.003875905182212591,-0.02578846924006939,0.004356773570179939,-0.00226551853120327,-0.02705831453204155,0.0038627053145319223,-0.003130233148112893,-0.026722827926278114,0.002425817307084799,-0.0022655064240098,-0.027299189940094948,0.0024462954606860876,-0.0016043356154114008,-0.027506889775395393,0.002425817307084799,-0.0022655064240098,-0.027299189940094948,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,-0.001481404760852456,-0.000004172175522398902,-0.02778680995106697,-0.0039140344597399235,-0.000024434875740553252,-0.027556197717785835,-0.003381759161129594,0.000897846941370517,-0.027553368359804153,-0.003381759161129594,0.000897846941370517,-0.027553368359804153,-0.005237800534814596,0.0009220151696354151,-0.027258101850748062,-0.004392003174871206,0.0015959676820784807,-0.02726403810083866,-0.004392003174871206,0.0015959676820784807,-0.02726403810083866,-0.005237800534814596,0.0009220151696354151,-0.027258101850748062,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.004392003174871206,0.0015959676820784807,-0.02726403810083866,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.00540371797978878,0.002247048541903496,-0.02687346749007702,-0.00540371797978878,0.002247048541903496,-0.02687346749007702,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.007049479056149721,0.002547861309722066,-0.026366516947746277,-0.007049479056149721,0.002547861309722066,-0.026366516947746277,-0.008086705580353737,0.0022725665476173162,-0.026181992143392563,-0.008221324533224106,0.0031037493608891964,-0.025723805651068687,-0.009479920379817486,0.004349471535533667,-0.02430552802979946,-0.009753870777785778,0.0034956629388034344,-0.02492518723011017,-0.011372634209692478,0.0038627192843705416,-0.02393760159611702,-0.009479920379817486,0.004349471535533667,-0.02430552802979946,-0.011372634209692478,0.0038627192843705416,-0.02393760159611702,-0.01100587286055088,0.004556711763143539,-0.02341792918741703,0.0076486216858029366,-0.004554044455289841,-0.02472974732518196,0.005816344171762466,-0.004563711117953062,-0.025214076042175293,0.006085833068937063,-0.003875905182212591,-0.02578846924006939,0.006085833068937063,-0.003875905182212591,-0.02578846924006939,0.004246390424668789,-0.003892955370247364,-0.026141490787267685,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.004246390424668789,-0.003892955370247364,-0.026141490787267685,0.0038627053145319223,-0.003130233148112893,-0.026722827926278114,0.0038627053145319223,-0.003130233148112893,-0.026722827926278114,0.0019530912395566702,-0.0031266945879906416,-0.026931585744023323,0.002425817307084799,-0.0022655064240098,-0.027299189940094948,0.002425817307084799,-0.0022655064240098,-0.027299189940094948,0.0004826469230465591,-0.0022655553184449673,-0.02740246057510376,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,-0.0005418122746050358,-0.0009059252915903926,-0.027755066752433777,-0.00250986497849226,-0.0009058894938789308,-0.02764669619500637,-0.001481404760852456,-0.000004172175522398902,-0.02778680995106697,-0.001481404760852456,-0.000004172175522398902,-0.02778680995106697,-0.00250986497849226,-0.0009058894938789308,-0.02764669619500637,-0.0039140344597399235,-0.000024434875740553252,-0.027556197717785835,-0.003381759161129594,0.000897846941370517,-0.027553368359804153,-0.0039140344597399235,-0.000024434875740553252,-0.027556197717785835,-0.005237800534814596,0.0009220151696354151,-0.027258101850748062,-0.007049479056149721,0.002547861309722066,-0.026366516947746277,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.008086705580353737,0.0022725665476173162,-0.026181992143392563,-0.008221324533224106,0.0031037493608891964,-0.025723805651068687,-0.008086705580353737,0.0022725665476173162,-0.026181992143392563,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.008221324533224106,0.0031037493608891964,-0.025723805651068687,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.009753870777785778,0.0034956629388034344,-0.02492518723011017,-0.01100587286055088,0.004556711763143539,-0.02341792918741703,-0.011372634209692478,0.0038627192843705416,-0.02393760159611702,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,0.00873312447220087,-0.004996566567569971,-0.023817099630832672,0.006702333223074675,-0.004994575399905443,-0.024465244263410568,0.0076486216858029366,-0.004554044455289841,-0.02472974732518196,0.0076486216858029366,-0.004554044455289841,-0.02472974732518196,0.006702333223074675,-0.004994575399905443,-0.024465244263410568,0.005816344171762466,-0.004563711117953062,-0.025214076042175293,0.006085833068937063,-0.003875905182212591,-0.02578846924006939,0.005816344171762466,-0.004563711117953062,-0.025214076042175293,0.004246390424668789,-0.003892955370247364,-0.026141490787267685,0.002425817307084799,-0.0022655064240098,-0.027299189940094948,0.0019530912395566702,-0.0031266945879906416,-0.026931585744023323,0.0004826469230465591,-0.0022655553184449673,-0.02740246057510376,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,0.0004826469230465591,-0.0022655553184449673,-0.02740246057510376,-0.001472040661610663,-0.0016043176874518394,-0.027576180174946785,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,-0.001472040661610663,-0.0016043176874518394,-0.027576180174946785,-0.0005418122746050358,-0.0009059252915903926,-0.027755066752433777,-0.0005418122746050358,-0.0009059252915903926,-0.027755066752433777,-0.001472040661610663,-0.0016043176874518394,-0.027576180174946785,-0.00250986497849226,-0.0009058894938789308,-0.02764669619500637,-0.005237800534814596,0.0009220151696354151,-0.027258101850748062,-0.0039140344597399235,-0.000024434875740553252,-0.027556197717785835,-0.005855381488800049,0.00014426502457354218,-0.027206076309084892,-0.005237800534814596,0.0009220151696354151,-0.027258101850748062,-0.005855381488800049,0.00014426502457354218,-0.027206076309084892,-0.007253178860992193,0.0009144683135673404,-0.026793567463755608,-0.005237800534814596,0.0009220151696354151,-0.027258101850748062,-0.007253178860992193,0.0009144683135673404,-0.026793567463755608,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.007253178860992193,0.0009144683135673404,-0.026793567463755608,-0.008207190781831741,0.0015959583688527346,-0.0263680350035429,-0.006315499544143677,0.0015959528973326087,-0.026883788406848907,-0.008207190781831741,0.0015959583688527346,-0.0263680350035429,-0.008086705580353737,0.0022725665476173162,-0.026181992143392563,-0.008086705580353737,0.0022725665476173162,-0.026181992143392563,-0.00995052419602871,0.0022341744042932987,-0.02554536983370781,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.009753870777785778,0.0034956629388034344,-0.02492518723011017,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.01154409535229206,0.003290113527327776,-0.0242890864610672,-0.009753870777785778,0.0034956629388034344,-0.02492518723011017,-0.01154409535229206,0.003290113527327776,-0.0242890864610672,-0.011372634209692478,0.0038627192843705416,-0.02393760159611702,-0.011372634209692478,0.0038627192843705416,-0.02393760159611702,-0.013043045997619629,0.003862725803628564,-0.023070264607667923,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,0.005816344171762466,-0.004563711117953062,-0.025214076042175293,0.003786267712712288,-0.004501837771385908,-0.025668935850262642,0.004246390424668789,-0.003892955370247364,-0.026141490787267685,0.004246390424668789,-0.003892955370247364,-0.026141490787267685,0.0023146208841353655,-0.0038609292823821306,-0.02640697732567787,0.0038627053145319223,-0.003130233148112893,-0.026722827926278114,0.0038627053145319223,-0.003130233148112893,-0.026722827926278114,0.0023146208841353655,-0.0038609292823821306,-0.02640697732567787,0.0019530912395566702,-0.0031266945879906416,-0.026931585744023323,0.0019530912395566702,-0.0031266945879906416,-0.026931585744023323,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,0.0004826469230465591,-0.0022655553184449673,-0.02740246057510376,0.0004826469230465591,-0.0022655553184449673,-0.02740246057510376,-0.0014632290694862604,-0.0022719907574355602,-0.027365166693925858,-0.001472040661610663,-0.0016043176874518394,-0.027576180174946785,-0.00250986497849226,-0.0009058894938789308,-0.02764669619500637,-0.004440937656909227,-0.0009113790583796799,-0.027401870116591454,-0.0039140344597399235,-0.000024434875740553252,-0.027556197717785835,-0.008086705580353737,0.0022725665476173162,-0.026181992143392563,-0.008207190781831741,0.0015959583688527346,-0.0263680350035429,-0.00995052419602871,0.0022341744042932987,-0.02554536983370781,-0.011372634209692478,0.0038627192843705416,-0.02393760159611702,-0.01154409535229206,0.003290113527327776,-0.0242890864610672,-0.013043045997619629,0.003862725803628564,-0.023070264607667923,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,-0.013043045997619629,0.003862725803628564,-0.023070264607667923,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.012661189772188663,0.004546693526208401,-0.022577736526727676,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.013960055075585842,0.004999018739908934,-0.021186450496315956,0.006702333223074675,-0.004994575399905443,-0.024465244263410568,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.005816344171762466,-0.004563711117953062,-0.025214076042175293,0.005816344171762466,-0.004563711117953062,-0.025214076042175293,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.003786267712712288,-0.004501837771385908,-0.025668935850262642,0.004246390424668789,-0.003892955370247364,-0.026141490787267685,0.003786267712712288,-0.004501837771385908,-0.025668935850262642,0.0023146208841353655,-0.0038609292823821306,-0.02640697732567787,0.0004826469230465591,-0.0022655553184449673,-0.02740246057510376,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,-0.0014632290694862604,-0.0022719907574355602,-0.027365166693925858,-0.001472040661610663,-0.0016043176874518394,-0.027576180174946785,-0.0014632290694862604,-0.0022719907574355602,-0.027365166693925858,-0.0034250624012202024,-0.0016043140785768628,-0.02740226686000824,-0.001472040661610663,-0.0016043176874518394,-0.027576180174946785,-0.0034250624012202024,-0.0016043140785768628,-0.02740226686000824,-0.00250986497849226,-0.0009058894938789308,-0.02764669619500637,-0.00250986497849226,-0.0009058894938789308,-0.02764669619500637,-0.0034250624012202024,-0.0016043140785768628,-0.02740226686000824,-0.004440937656909227,-0.0009113790583796799,-0.027401870116591454,-0.0039140344597399235,-0.000024434875740553252,-0.027556197717785835,-0.004440937656909227,-0.0009113790583796799,-0.027401870116591454,-0.005855381488800049,0.00014426502457354218,-0.027206076309084892,-0.005855381488800049,0.00014426502457354218,-0.027206076309084892,-0.007323137018829584,-0.000004176270977040986,-0.026845667511224747,-0.007253178860992193,0.0009144683135673404,-0.026793567463755608,-0.007253178860992193,0.0009144683135673404,-0.026793567463755608,-0.009102015756070614,0.0008836894994601607,-0.02622923254966736,-0.008207190781831741,0.0015959583688527346,-0.0263680350035429,-0.008207190781831741,0.0015959583688527346,-0.0263680350035429,-0.009102015756070614,0.0008836894994601607,-0.02622923254966736,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.008207190781831741,0.0015959583688527346,-0.0263680350035429,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.00995052419602871,0.0022341744042932987,-0.02554536983370781,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.012486722320318222,0.0026674082037061453,-0.024201612919569016,-0.01154409535229206,0.003290113527327776,-0.0242890864610672,-0.01154409535229206,0.003290113527327776,-0.0242890864610672,-0.012486722320318222,0.0026674082037061453,-0.024201612919569016,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.01154409535229206,0.003290113527327776,-0.0242890864610672,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.013043045997619629,0.003862725803628564,-0.023070264607667923,-0.013960055075585842,0.004999018739908934,-0.021186450496315956,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.01542683970183134,0.004997981712222099,-0.020150890573859215,0.0023146208841353655,-0.0038609292823821306,-0.02640697732567787,0.0005459554377011955,-0.003895424772053957,-0.026475707069039345,0.0019530912395566702,-0.0031266945879906416,-0.026931585744023323,0.0019530912395566702,-0.0031266945879906416,-0.026931585744023323,0.0005459554377011955,-0.003895424772053957,-0.026475707069039345,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,-0.0014632290694862604,-0.0022719907574355602,-0.027365166693925858,-0.003441962879151106,-0.002273955848067999,-0.02718629315495491,-0.0034250624012202024,-0.0016043140785768628,-0.02740226686000824,-0.004440937656909227,-0.0009113790583796799,-0.027401870116591454,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.005855381488800049,0.00014426502457354218,-0.027206076309084892,-0.005855381488800049,0.00014426502457354218,-0.027206076309084892,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.007323137018829584,-0.000004176270977040986,-0.026845667511224747,-0.007253178860992193,0.0009144683135673404,-0.026793567463755608,-0.007323137018829584,-0.000004176270977040986,-0.026845667511224747,-0.009102015756070614,0.0008836894994601607,-0.02622923254966736,-0.00995052419602871,0.0022341744042932987,-0.02554536983370781,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.00995052419602871,0.0022341744042932987,-0.02554536983370781,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.010516286827623844,0.002713532419875264,-0.02510359138250351,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.012486722320318222,0.0026674082037061453,-0.024201612919569016,-0.013043045997619629,0.003862725803628564,-0.023070264607667923,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.016295883804559708,0.004202672280371189,-0.020549919456243515,-0.01542683970183134,0.004997981712222099,-0.020150890573859215,0.003786267712712288,-0.004501837771385908,-0.025668935850262642,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.001782523817382753,-0.004551922436803579,-0.02583027072250843,0.003786267712712288,-0.004501837771385908,-0.025668935850262642,0.001782523817382753,-0.004551922436803579,-0.02583027072250843,0.0023146208841353655,-0.0038609292823821306,-0.02640697732567787,0.0023146208841353655,-0.0038609292823821306,-0.02640697732567787,0.001782523817382753,-0.004551922436803579,-0.02583027072250843,0.0005459554377011955,-0.003895424772053957,-0.026475707069039345,0.0005459554377011955,-0.003895424772053957,-0.026475707069039345,-0.0006324129644781351,-0.0038547550793737173,-0.026504606008529663,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.0014632290694862604,-0.0022719907574355602,-0.027365166693925858,-0.0014632290694862604,-0.0022719907574355602,-0.027365166693925858,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.003441962879151106,-0.002273955848067999,-0.02718629315495491,-0.0034250624012202024,-0.0016043140785768628,-0.02740226686000824,-0.003441962879151106,-0.002273955848067999,-0.02718629315495491,-0.005350611172616482,-0.0017913166666403413,-0.02704499289393425,-0.0034250624012202024,-0.0016043140785768628,-0.02740226686000824,-0.005350611172616482,-0.0017913166666403413,-0.02704499289393425,-0.004440937656909227,-0.0009113790583796799,-0.027401870116591454,-0.004440937656909227,-0.0009113790583796799,-0.027401870116591454,-0.005350611172616482,-0.0017913166666403413,-0.02704499289393425,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.007323137018829584,-0.000004176270977040986,-0.026845667511224747,-0.008770854212343693,-0.00015262675879057497,-0.026410987600684166,-0.009102015756070614,0.0008836894994601607,-0.02622923254966736,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.011435387656092644,0.0013718134723603725,-0.025197088718414307,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.01542683970183134,0.004997981712222099,-0.020150890573859215,-0.016295883804559708,0.004202672280371189,-0.020549919456243515,-0.01725870929658413,0.004584385082125664,-0.01923954300582409,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,-0.0006324129644781351,-0.0038547550793737173,-0.026504606008529663,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.00014880570233799517,-0.003064532531425357,-0.02703777700662613,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.007323137018829584,-0.000004176270977040986,-0.026845667511224747,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.008770854212343693,-0.00015262675879057497,-0.026410987600684166,-0.008770854212343693,-0.00015262675879057497,-0.026410987600684166,-0.010134709998965263,-0.000004155090664426098,-0.025914326310157776,-0.009102015756070614,0.0008836894994601607,-0.02622923254966736,-0.009102015756070614,0.0008836894994601607,-0.02622923254966736,-0.010134709998965263,-0.000004155090664426098,-0.025914326310157776,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.013540119864046574,0.0021984768100082874,-0.023853491991758347,-0.012486722320318222,0.0026674082037061453,-0.024201612919569016,-0.012486722320318222,0.0026674082037061453,-0.024201612919569016,-0.013540119864046574,0.0021984768100082874,-0.023853491991758347,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.01574096642434597,0.003115034429356456,-0.021938147023320198,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.01574096642434597,0.003115034429356456,-0.021938147023320198,-0.016584785655140877,0.0037557741161435843,-0.020777789875864983,-0.014612316153943539,0.0040340120904147625,-0.021957173943519592,-0.016584785655140877,0.0037557741161435843,-0.020777789875864983,-0.016295883804559708,0.004202672280371189,-0.020549919456243515,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,0.001782523817382753,-0.004551922436803579,-0.02583027072250843,0.001782523817382753,-0.004551922436803579,-0.02583027072250843,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,-0.000130870655993931,-0.004533035214990377,-0.025912350043654442,0.001782523817382753,-0.004551922436803579,-0.02583027072250843,-0.000130870655993931,-0.004533035214990377,-0.025912350043654442,0.0005459554377011955,-0.003895424772053957,-0.026475707069039345,0.0005459554377011955,-0.003895424772053957,-0.026475707069039345,-0.000130870655993931,-0.004533035214990377,-0.025912350043654442,-0.0006324129644781351,-0.0038547550793737173,-0.026504606008529663,-0.003441962879151106,-0.002273955848067999,-0.02718629315495491,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.005285703111439943,-0.0026898495852947235,-0.02670574001967907,-0.003441962879151106,-0.002273955848067999,-0.02718629315495491,-0.005285703111439943,-0.0026898495852947235,-0.02670574001967907,-0.005350611172616482,-0.0017913166666403413,-0.02704499289393425,-0.005350611172616482,-0.0017913166666403413,-0.02704499289393425,-0.00672986451536417,-0.0020099228713661432,-0.0266665518283844,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.010134709998965263,-0.000004155090664426098,-0.025914326310157776,-0.011865931563079357,0.0006795357912778854,-0.025132140144705772,-0.010283316485583782,0.0011756547028198838,-0.025744743645191193,-0.011865931563079357,0.0006795357912778854,-0.025132140144705772,-0.011435387656092644,0.0013718134723603725,-0.025197088718414307,-0.011435387656092644,0.0013718134723603725,-0.025197088718414307,-0.011865931563079357,0.0006795357912778854,-0.025132140144705772,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.013540119864046574,0.0021984768100082874,-0.023853491991758347,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.013856077566742897,0.003129321848973632,-0.02317117527127266,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.01574096642434597,0.003115034429356456,-0.021938147023320198,-0.0006324129644781351,-0.0038547550793737173,-0.026504606008529663,-0.000130870655993931,-0.004533035214990377,-0.025912350043654442,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.005350611172616482,-0.0017913166666403413,-0.02704499289393425,-0.005285703111439943,-0.0026898495852947235,-0.02670574001967907,-0.00672986451536417,-0.0020099228713661432,-0.0266665518283844,-0.00672986451536417,-0.0020099228713661432,-0.0266665518283844,-0.008243830874562263,-0.0014052048791199923,-0.026412516832351685,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.006896618288010359,-0.0009426763863302767,-0.026890985667705536,-0.008243830874562263,-0.0014052048791199923,-0.026412516832351685,-0.008770854212343693,-0.00015262675879057497,-0.026410987600684166,-0.008770854212343693,-0.00015262675879057497,-0.026410987600684166,-0.008243830874562263,-0.0014052048791199923,-0.026412516832351685,-0.010090513154864311,-0.0009462909074500203,-0.02585715427994728,-0.008770854212343693,-0.00015262675879057497,-0.026410987600684166,-0.010090513154864311,-0.0009462909074500203,-0.02585715427994728,-0.010134709998965263,-0.000004155090664426098,-0.025914326310157776,-0.011865931563079357,0.0006795357912778854,-0.025132140144705772,-0.013627399690449238,0.000897551013622433,-0.02418648451566696,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.013627399690449238,0.000897551013622433,-0.02418648451566696,-0.01442916039377451,0.001753496122546494,-0.023501727730035782,-0.01224659476429224,0.0017796960892155766,-0.024707196280360222,-0.01442916039377451,0.001753496122546494,-0.023501727730035782,-0.013540119864046574,0.0021984768100082874,-0.023853491991758347,-0.013540119864046574,0.0021984768100082874,-0.023853491991758347,-0.01442916039377451,0.001753496122546494,-0.023501727730035782,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.01574096642434597,0.003115034429356456,-0.021938147023320198,-0.01724225841462612,0.0030935388058423996,-0.020795384421944618,-0.016584785655140877,0.0037557741161435843,-0.020777789875864983,-0.016295883804559708,0.004202672280371189,-0.020549919456243515,-0.016584785655140877,0.0037557741161435843,-0.020777789875864983,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.016295883804559708,0.004202672280371189,-0.020549919456243515,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.01725870929658413,0.004584385082125664,-0.01923954300582409,-0.01725870929658413,0.004584385082125664,-0.01923954300582409,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.018474489450454712,0.004540449474006891,-0.01814310811460018,-0.000130870655993931,-0.004533035214990377,-0.025912350043654442,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,-0.001480357488617301,-0.004576576873660088,-0.025817936286330223,-0.000130870655993931,-0.004533035214990377,-0.025912350043654442,-0.001480357488617301,-0.004576576873660088,-0.025817936286330223,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.0052549708634614944,-0.003476836485788226,-0.02626185491681099,-0.0030561736784875393,-0.003026822581887245,-0.026889462023973465,-0.0052549708634614944,-0.003476836485788226,-0.02626185491681099,-0.005285703111439943,-0.0026898495852947235,-0.02670574001967907,-0.00672986451536417,-0.0020099228713661432,-0.0266665518283844,-0.008140330202877522,-0.0022741821594536304,-0.026167726144194603,-0.008243830874562263,-0.0014052048791199923,-0.026412516832351685,-0.010134709998965263,-0.000004155090664426098,-0.025914326310157776,-0.010090513154864311,-0.0009462909074500203,-0.02585715427994728,-0.01194450818002224,-0.000036359066143631935,-0.025133851915597916,-0.010134709998965263,-0.000004155090664426098,-0.025914326310157776,-0.01194450818002224,-0.000036359066143631935,-0.025133851915597916,-0.011865931563079357,0.0006795357912778854,-0.025132140144705772,-0.011865931563079357,0.0006795357912778854,-0.025132140144705772,-0.01194450818002224,-0.000036359066143631935,-0.025133851915597916,-0.013627399690449238,0.000897551013622433,-0.02418648451566696,-0.01574096642434597,0.003115034429356456,-0.021938147023320198,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.01724225841462612,0.0030935388058423996,-0.020795384421944618,-0.016584785655140877,0.0037557741161435843,-0.020777789875864983,-0.01724225841462612,0.0030935388058423996,-0.020795384421944618,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.001480357488617301,-0.004576576873660088,-0.025817936286330223,-0.0033204162027686834,-0.00453520379960537,-0.025691961869597435,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.0023345844820141792,-0.0037428471259772778,-0.02650429494678974,-0.0033204162027686834,-0.00453520379960537,-0.025691961869597435,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.005285703111439943,-0.0026898495852947235,-0.02670574001967907,-0.0052549708634614944,-0.003476836485788226,-0.02626185491681099,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.005285703111439943,-0.0026898495852947235,-0.02670574001967907,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.00672986451536417,-0.0020099228713661432,-0.0266665518283844,-0.00672986451536417,-0.0020099228713661432,-0.0266665518283844,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.008140330202877522,-0.0022741821594536304,-0.026167726144194603,-0.008243830874562263,-0.0014052048791199923,-0.026412516832351685,-0.008140330202877522,-0.0022741821594536304,-0.026167726144194603,-0.01008146908134222,-0.0018056364497169852,-0.025656312704086304,-0.008243830874562263,-0.0014052048791199923,-0.026412516832351685,-0.01008146908134222,-0.0018056364497169852,-0.025656312704086304,-0.010090513154864311,-0.0009462909074500203,-0.02585715427994728,-0.010090513154864311,-0.0009462909074500203,-0.02585715427994728,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.01194450818002224,-0.000036359066143631935,-0.025133851915597916,-0.01194450818002224,-0.000036359066143631935,-0.025133851915597916,-0.01370252761989832,-0.0000041882190089381766,-0.024219755083322525,-0.013627399690449238,0.000897551013622433,-0.02418648451566696,-0.013627399690449238,0.000897551013622433,-0.02418648451566696,-0.014932969585061073,0.0009172412101179361,-0.023395897820591927,-0.01442916039377451,0.001753496122546494,-0.023501727730035782,-0.01442916039377451,0.001753496122546494,-0.023501727730035782,-0.014932969585061073,0.0009172412101179361,-0.023395897820591927,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.01442916039377451,0.001753496122546494,-0.023501727730035782,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.01749853603541851,0.0022648312151432037,-0.021091198548674583,-0.01724225841462612,0.0030935388058423996,-0.020795384421944618,-0.01724225841462612,0.0030935388058423996,-0.020795384421944618,-0.01864868402481079,0.003079738700762391,-0.019554655998945236,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.01864868402481079,0.003079738700762391,-0.019554655998945236,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.01819576509296894,0.0038724869955331087,-0.019259262830018997,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.018474489450454712,0.004540449474006891,-0.01814310811460018,-0.018474489450454712,0.004540449474006891,-0.01814310811460018,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.01971086487174034,0.004568728618323803,-0.016743766143918037,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,-0.0027921574655920267,-0.005003905389457941,-0.025201352313160896,-0.001480357488617301,-0.004576576873660088,-0.025817936286330223,-0.001480357488617301,-0.004576576873660088,-0.025817936286330223,-0.0027921574655920267,-0.005003905389457941,-0.025201352313160896,-0.0033204162027686834,-0.00453520379960537,-0.025691961869597435,-0.0052549708634614944,-0.003476836485788226,-0.02626185491681099,-0.006995672360062599,-0.0035133473575115204,-0.025827648118138313,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.010090513154864311,-0.0009462909074500203,-0.02585715427994728,-0.01008146908134222,-0.0018056364497169852,-0.025656312704086304,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.01194450818002224,-0.000036359066143631935,-0.025133851915597916,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.01370252761989832,-0.0000041882190089381766,-0.024219755083322525,-0.013627399690449238,0.000897551013622433,-0.02418648451566696,-0.01370252761989832,-0.0000041882190089381766,-0.024219755083322525,-0.014932969585061073,0.0009172412101179361,-0.023395897820591927,-0.01569540612399578,0.0023343442007899284,-0.022441139444708824,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.01749853603541851,0.0022648312151432037,-0.021091198548674583,-0.01724225841462612,0.0030935388058423996,-0.020795384421944618,-0.01749853603541851,0.0022648312151432037,-0.021091198548674583,-0.01864868402481079,0.003079738700762391,-0.019554655998945236,-0.01971086487174034,0.004568728618323803,-0.016743766143918037,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.020605046302080154,0.004515965934842825,-0.015732798725366592,-0.0033204162027686834,-0.00453520379960537,-0.025691961869597435,-0.005114295519888401,-0.004554033279418945,-0.025375397875905037,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.0052549708634614944,-0.003476836485788226,-0.02626185491681099,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.006995672360062599,-0.0035133473575115204,-0.025827648118138313,-0.008140330202877522,-0.0022741821594536304,-0.026167726144194603,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.009957126341760159,-0.0026679092552512884,-0.025349851697683334,-0.008140330202877522,-0.0022741821594536304,-0.026167726144194603,-0.009957126341760159,-0.0026679092552512884,-0.025349851697683334,-0.01008146908134222,-0.0018056364497169852,-0.025656312704086304,-0.01008146908134222,-0.0018056364497169852,-0.025656312704086304,-0.011389999650418758,-0.00182723521720618,-0.025088829919695854,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.01371272187680006,-0.0009058972937054932,-0.024138228967785835,-0.01370252761989832,-0.0000041882190089381766,-0.024219755083322525,-0.01370252761989832,-0.0000041882190089381766,-0.024219755083322525,-0.014970145188272,-0.000004165909103903687,-0.02345247007906437,-0.014932969585061073,0.0009172412101179361,-0.023395897820591927,-0.014932969585061073,0.0009172412101179361,-0.023395897820591927,-0.014970145188272,-0.000004165909103903687,-0.02345247007906437,-0.01617533341050148,0.00048795650945976377,-0.022620316594839096,-0.014932969585061073,0.0009172412101179361,-0.023395897820591927,-0.01617533341050148,0.00048795650945976377,-0.022620316594839096,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.018026158213615417,0.001288325642235577,-0.021032065153121948,-0.01749853603541851,0.0022648312151432037,-0.021091198548674583,-0.01749853603541851,0.0022648312151432037,-0.021091198548674583,-0.018942492082715034,0.0022468059323728085,-0.019814765080809593,-0.01864868402481079,0.003079738700762391,-0.019554655998945236,-0.01864868402481079,0.003079738700762391,-0.019554655998945236,-0.019962968304753304,0.0030959045980125666,-0.018200812861323357,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.02082011289894581,0.0038284382317215204,-0.01644274778664112,-0.020605046302080154,0.004515965934842825,-0.015732798725366592,-0.0027921574655920267,-0.005003905389457941,-0.025201352313160896,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.0033204162027686834,-0.00453520379960537,-0.025691961869597435,-0.0033204162027686834,-0.00453520379960537,-0.025691961869597435,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.005114295519888401,-0.004554033279418945,-0.025375397875905037,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.005114295519888401,-0.004554033279418945,-0.025375397875905037,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.004566468298435211,-0.003895806847140193,-0.02609241008758545,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.006995672360062599,-0.0035133473575115204,-0.025827648118138313,-0.01008146908134222,-0.0018056364497169852,-0.025656312704086304,-0.009957126341760159,-0.0026679092552512884,-0.025349851697683334,-0.011389999650418758,-0.00182723521720618,-0.025088829919695854,-0.011389999650418758,-0.00182723521720618,-0.025088829919695854,-0.012676047161221504,-0.0017974931979551911,-0.024481119588017464,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.011903553269803524,-0.0009256714256480336,-0.025077063590288162,-0.012676047161221504,-0.0017974931979551911,-0.024481119588017464,-0.01371272187680006,-0.0009058972937054932,-0.024138228967785835,-0.01370252761989832,-0.0000041882190089381766,-0.024219755083322525,-0.01371272187680006,-0.0009058972937054932,-0.024138228967785835,-0.014970145188272,-0.000004165909103903687,-0.02345247007906437,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.01617533341050148,0.00048795650945976377,-0.022620316594839096,-0.01732805371284485,0.0006018547574058175,-0.021742109209299088,-0.016139358282089233,0.0013396873837336898,-0.02249220758676529,-0.01732805371284485,0.0006018547574058175,-0.021742109209299088,-0.018026158213615417,0.001288325642235577,-0.021032065153121948,-0.01749853603541851,0.0022648312151432037,-0.021091198548674583,-0.018026158213615417,0.001288325642235577,-0.021032065153121948,-0.018942492082715034,0.0022468059323728085,-0.019814765080809593,-0.01864868402481079,0.003079738700762391,-0.019554655998945236,-0.018942492082715034,0.0022468059323728085,-0.019814765080809593,-0.019962968304753304,0.0030959045980125666,-0.018200812861323357,-0.019526910036802292,0.0038128336891531944,-0.017985932528972626,-0.019962968304753304,0.0030959045980125666,-0.018200812861323357,-0.02082011289894581,0.0038284382317215204,-0.01644274778664112,-0.020605046302080154,0.004515965934842825,-0.015732798725366592,-0.02082011289894581,0.0038284382317215204,-0.01644274778664112,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.020605046302080154,0.004515965934842825,-0.015732798725366592,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.021935276687145233,0.004563044756650925,-0.013713843189179897,-0.006995672360062599,-0.0035133473575115204,-0.025827648118138313,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.006995672360062599,-0.0035133473575115204,-0.025827648118138313,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.009809812530875206,-0.003476847894489765,-0.02492162026464939,-0.007714622188359499,-0.0030211780685931444,-0.025944190099835396,-0.009809812530875206,-0.003476847894489765,-0.02492162026464939,-0.009957126341760159,-0.0026679092552512884,-0.025349851697683334,-0.009957126341760159,-0.0026679092552512884,-0.025349851697683334,-0.011655766516923904,-0.002681457670405507,-0.02460932545363903,-0.011389999650418758,-0.00182723521720618,-0.025088829919695854,-0.011389999650418758,-0.00182723521720618,-0.025088829919695854,-0.011655766516923904,-0.002681457670405507,-0.02460932545363903,-0.012676047161221504,-0.0017974931979551911,-0.024481119588017464,-0.01371272187680006,-0.0009058972937054932,-0.024138228967785835,-0.015525487251579762,-0.0006546073127537966,-0.023059571161866188,-0.014970145188272,-0.000004165909103903687,-0.02345247007906437,-0.014970145188272,-0.000004165909103903687,-0.02345247007906437,-0.015525487251579762,-0.0006546073127537966,-0.023059571161866188,-0.01617533341050148,0.00048795650945976377,-0.022620316594839096,-0.018026158213615417,0.001288325642235577,-0.021032065153121948,-0.019474374130368233,0.001350219827145338,-0.01967718079686165,-0.018942492082715034,0.0022468059323728085,-0.019814765080809593,-0.018942492082715034,0.0022468059323728085,-0.019814765080809593,-0.02032545395195484,0.0022494771983474493,-0.01839389279484749,-0.019962968304753304,0.0030959045980125666,-0.018200812861323357,-0.019962968304753304,0.0030959045980125666,-0.018200812861323357,-0.02032545395195484,0.0022494771983474493,-0.01839389279484749,-0.02100817859172821,0.003104387316852808,-0.016985652968287468,-0.019962968304753304,0.0030959045980125666,-0.018200812861323357,-0.02100817859172821,0.003104387316852808,-0.016985652968287468,-0.02082011289894581,0.0038284382317215204,-0.01644274778664112,-0.005114295519888401,-0.004554033279418945,-0.025375397875905037,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.009957126341760159,-0.0026679092552512884,-0.025349851697683334,-0.009809812530875206,-0.003476847894489765,-0.02492162026464939,-0.011655766516923904,-0.002681457670405507,-0.02460932545363903,-0.012676047161221504,-0.0017974931979551911,-0.024481119588017464,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.01371272187680006,-0.0009058972937054932,-0.024138228967785835,-0.01371272187680006,-0.0009058972937054932,-0.024138228967785835,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.015525487251579762,-0.0006546073127537966,-0.023059571161866188,-0.015525487251579762,-0.0006546073127537966,-0.023059571161866188,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.01617533341050148,0.00048795650945976377,-0.022620316594839096,-0.01617533341050148,0.00048795650945976377,-0.022620316594839096,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.01732805371284485,0.0006018547574058175,-0.021742109209299088,-0.01732805371284485,0.0006018547574058175,-0.021742109209299088,-0.018474269658327103,0.0004850409459322691,-0.020787496119737625,-0.018026158213615417,0.001288325642235577,-0.021032065153121948,-0.018942492082715034,0.0022468059323728085,-0.019814765080809593,-0.019474374130368233,0.001350219827145338,-0.01967718079686165,-0.02032545395195484,0.0022494771983474493,-0.01839389279484749,-0.02082011289894581,0.0038284382317215204,-0.01644274778664112,-0.02100817859172821,0.003104387316852808,-0.016985652968287468,-0.02216513827443123,0.0034947998356074095,-0.015009003691375256,-0.02082011289894581,0.0038284382317215204,-0.01644274778664112,-0.02216513827443123,0.0034947998356074095,-0.015009003691375256,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.009049984626471996,-0.004544348921626806,-0.02427162416279316,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.009809812530875206,-0.003476847894489765,-0.02492162026464939,-0.011502095498144627,-0.003495728364214301,-0.02417503483593464,-0.011655766516923904,-0.002681457670405507,-0.02460932545363903,-0.011655766516923904,-0.002681457670405507,-0.02460932545363903,-0.013386962004005909,-0.002689676359295845,-0.023707326501607895,-0.012676047161221504,-0.0017974931979551911,-0.024481119588017464,-0.012676047161221504,-0.0017974931979551911,-0.024481119588017464,-0.013386962004005909,-0.002689676359295845,-0.023707326501607895,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.015525487251579762,-0.0006546073127537966,-0.023059571161866188,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.016137178987264633,-0.001153344172053039,-0.022535881027579308,-0.015525487251579762,-0.0006546073127537966,-0.023059571161866188,-0.016137178987264633,-0.001153344172053039,-0.022535881027579308,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.01732805371284485,0.0006018547574058175,-0.021742109209299088,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.018474269658327103,0.0004850409459322691,-0.020787496119737625,-0.018026158213615417,0.001288325642235577,-0.021032065153121948,-0.018474269658327103,0.0004850409459322691,-0.020787496119737625,-0.019474374130368233,0.001350219827145338,-0.01967718079686165,-0.019474374130368233,0.001350219827145338,-0.01967718079686165,-0.020616890862584114,0.0013839855091646314,-0.01846107468008995,-0.02032545395195484,0.0022494771983474493,-0.01839389279484749,-0.02032545395195484,0.0022494771983474493,-0.01839389279484749,-0.0212542861700058,0.002256240928545594,-0.017300903797149658,-0.02100817859172821,0.003104387316852808,-0.016985652968287468,-0.02100817859172821,0.003104387316852808,-0.016985652968287468,-0.0212542861700058,0.002256240928545594,-0.017300903797149658,-0.022001389414072037,0.002701914170756936,-0.0160225797444582,-0.02100817859172821,0.003104387316852808,-0.016985652968287468,-0.022001389414072037,0.002701914170756936,-0.0160225797444582,-0.02216513827443123,0.0034947998356074095,-0.015009003691375256,-0.021935276687145233,0.004563044756650925,-0.013713843189179897,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.022847063839435577,0.004545275121927261,-0.012177339754998684,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.0069304658100008965,-0.004419839940965176,-0.025090938434004784,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.009049984626471996,-0.004544348921626806,-0.02427162416279316,-0.009809812530875206,-0.003476847894489765,-0.02492162026464939,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.011502095498144627,-0.003495728364214301,-0.02417503483593464,-0.011655766516923904,-0.002681457670405507,-0.02460932545363903,-0.011502095498144627,-0.003495728364214301,-0.02417503483593464,-0.013386962004005909,-0.002689676359295845,-0.023707326501607895,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.0160683561116457,-0.0018203359795734286,-0.02239079773426056,-0.016137178987264633,-0.001153344172053039,-0.022535881027579308,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.01853901520371437,-0.00044577399967238307,-0.02073141559958458,-0.018474269658327103,0.0004850409459322691,-0.020787496119737625,-0.018474269658327103,0.0004850409459322691,-0.020787496119737625,-0.019902409985661507,0.0004830889811273664,-0.019424758851528168,-0.019474374130368233,0.001350219827145338,-0.01967718079686165,-0.02032545395195484,0.0022494771983474493,-0.01839389279484749,-0.020616890862584114,0.0013839855091646314,-0.01846107468008995,-0.0212542861700058,0.002256240928545594,-0.017300903797149658,-0.02216513827443123,0.0034947998356074095,-0.015009003691375256,-0.023230619728565216,0.003483147593215108,-0.013319199904799461,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.023230619728565216,0.003483147593215108,-0.013319199904799461,-0.02357090823352337,0.0037334347143769264,-0.012347230687737465,-0.021935397759079933,0.004158869385719299,-0.014451964758336544,-0.02357090823352337,0.0037334347143769264,-0.012347230687737465,-0.022847063839435577,0.004545275121927261,-0.012177339754998684,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.009049984626471996,-0.004544348921626806,-0.02427162416279316,-0.0113212363794446,-0.004047985188663006,-0.023798063397407532,-0.009097917005419731,-0.0039034532383084297,-0.024871746078133583,-0.0113212363794446,-0.004047985188663006,-0.023798063397407532,-0.011502095498144627,-0.003495728364214301,-0.02417503483593464,-0.011502095498144627,-0.003495728364214301,-0.02417503483593464,-0.013188960030674934,-0.0034957348834723234,-0.023297952488064766,-0.013386962004005909,-0.002689676359295845,-0.023707326501607895,-0.013386962004005909,-0.002689676359295845,-0.023707326501607895,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.0144334826618433,-0.0017941818805411458,-0.023487724363803864,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.0160683561116457,-0.0018203359795734286,-0.02239079773426056,-0.016137178987264633,-0.001153344172053039,-0.022535881027579308,-0.0160683561116457,-0.0018203359795734286,-0.02239079773426056,-0.017695654183626175,-0.0011533283395692706,-0.021334407851099968,-0.016137178987264633,-0.001153344172053039,-0.022535881027579308,-0.017695654183626175,-0.0011533283395692706,-0.021334407851099968,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.017055794596672058,-0.00043166978866793215,-0.021969756111502647,-0.017695654183626175,-0.0011533283395692706,-0.021334407851099968,-0.01853901520371437,-0.00044577399967238307,-0.02073141559958458,-0.018474269658327103,0.0004850409459322691,-0.020787496119737625,-0.01853901520371437,-0.00044577399967238307,-0.02073141559958458,-0.019902409985661507,0.0004830889811273664,-0.019424758851528168,-0.019474374130368233,0.001350219827145338,-0.01967718079686165,-0.019902409985661507,0.0004830889811273664,-0.019424758851528168,-0.020616890862584114,0.0013839855091646314,-0.01846107468008995,-0.020616890862584114,0.0013839855091646314,-0.01846107468008995,-0.021462172269821167,0.001371758058667183,-0.01746869832277298,-0.0212542861700058,0.002256240928545594,-0.017300903797149658,-0.0212542861700058,0.002256240928545594,-0.017300903797149658,-0.021462172269821167,0.001371758058667183,-0.01746869832277298,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.0212542861700058,0.002256240928545594,-0.017300903797149658,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.022001389414072037,0.002701914170756936,-0.0160225797444582,-0.022001389414072037,0.002701914170756936,-0.0160225797444582,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.02216513827443123,0.0034947998356074095,-0.015009003691375256,-0.02216513827443123,0.0034947998356074095,-0.015009003691375256,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.023230619728565216,0.003483147593215108,-0.013319199904799461,-0.022847063839435577,0.004545275121927261,-0.012177339754998684,-0.02357090823352337,0.0037334347143769264,-0.012347230687737465,-0.023652132600545883,0.004544227384030819,-0.010531867854297161,-0.009049984626471996,-0.004544348921626806,-0.02427162416279316,-0.011486340314149857,-0.004542476497590542,-0.023220613598823547,-0.0113212363794446,-0.004047985188663006,-0.023798063397407532,-0.011502095498144627,-0.003495728364214301,-0.02417503483593464,-0.0113212363794446,-0.004047985188663006,-0.023798063397407532,-0.013188960030674934,-0.0034957348834723234,-0.023297952488064766,-0.013386962004005909,-0.002689676359295845,-0.023707326501607895,-0.013188960030674934,-0.0034957348834723234,-0.023297952488064766,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.0160683561116457,-0.0018203359795734286,-0.02239079773426056,-0.017604870721697807,-0.0018171113915741444,-0.02120605856180191,-0.017695654183626175,-0.0011533283395692706,-0.021334407851099968,-0.01853901520371437,-0.00044577399967238307,-0.02073141559958458,-0.02022169716656208,-0.00040739812538959086,-0.01910577528178692,-0.019902409985661507,0.0004830889811273664,-0.019424758851528168,-0.019902409985661507,0.0004830889811273664,-0.019424758851528168,-0.021261893212795258,0.0005312616121955216,-0.017916975542902946,-0.020616890862584114,0.0013839855091646314,-0.01846107468008995,-0.020616890862584114,0.0013839855091646314,-0.01846107468008995,-0.021261893212795258,0.0005312616121955216,-0.017916975542902946,-0.021462172269821167,0.001371758058667183,-0.01746869832277298,-0.022001389414072037,0.002701914170756936,-0.0160225797444582,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.02357090823352337,0.0037334347143769264,-0.012347230687737465,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.023652132600545883,0.004544227384030819,-0.010531867854297161,-0.009049984626471996,-0.004544348921626806,-0.02427162416279316,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.011486340314149857,-0.004542476497590542,-0.023220613598823547,-0.011486340314149857,-0.004542476497590542,-0.023220613598823547,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.011813255026936531,-0.00500383460894227,-0.022436438128352165,-0.011486340314149857,-0.004542476497590542,-0.023220613598823547,-0.011813255026936531,-0.00500383460894227,-0.022436438128352165,-0.013408551923930645,-0.004592796787619591,-0.022094810381531715,-0.013408551923930645,-0.004592796787619591,-0.022094810381531715,-0.011813255026936531,-0.00500383460894227,-0.022436438128352165,-0.01332250889390707,-0.004991821013391018,-0.021592583507299423,-0.013408551923930645,-0.004592796787619591,-0.022094810381531715,-0.01332250889390707,-0.004991821013391018,-0.021592583507299423,-0.014938047155737877,-0.005008256062865257,-0.020511848852038383,-0.01779969595372677,-0.004592674784362316,-0.018740391358733177,-0.016294177621603012,-0.0050065480172634125,-0.01944595016539097,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.02026989683508873,-0.005003341007977724,-0.015267712064087391,-0.020448729395866394,-0.004565994255244732,-0.015857186168432236,-0.020448729395866394,-0.004565994255244732,-0.015857186168432236,-0.02026989683508873,-0.005003341007977724,-0.015267712064087391,-0.02170664817094803,-0.004499655682593584,-0.014223931357264519,-0.02170664817094803,-0.004499655682593584,-0.014223931357264519,-0.02026989683508873,-0.005003341007977724,-0.015267712064087391,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,-0.022953221574425697,-0.0045180609449744225,-0.012056084349751472,-0.022953221574425697,-0.0045180609449744225,-0.012056084349751472,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,-0.02388397604227066,-0.0043991669081151485,-0.010416875593364239,-0.02450934424996376,-0.0045424653217196465,-0.00840556900948286,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,-0.024494310840964317,-0.005005027633160353,-0.006627100054174662,-0.02450934424996376,-0.0045424653217196465,-0.00840556900948286,-0.024494310840964317,-0.005005027633160353,-0.006627100054174662,-0.025082431733608246,-0.004592816811054945,-0.0062516420148313046,-0.025082431733608246,-0.004592816811054945,-0.0062516420148313046,-0.024494310840964317,-0.005005027633160353,-0.006627100054174662,-0.02503197453916073,-0.0050078630447387695,-0.004160981625318527,-0.025687891989946365,-0.004712625406682491,0.0011987579055130482,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.02492367848753929,-0.005006290506571531,0.004801183007657528,-0.024357808753848076,-0.005005096551030874,0.007136035244911909,-0.02478364109992981,-0.004642884247004986,0.007180722430348396,-0.02478364109992981,-0.004642884247004986,0.007180722430348396,-0.024357808753848076,-0.005005096551030874,0.007136035244911909,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.02241753600537777,-0.0022576279006898403,0.015791550278663635,-0.021252905949950218,-0.0022551650181412697,0.01732989400625229,-0.021419599652290344,-0.001604329445399344,0.01744999550282955,-0.0215421412140131,-0.0009556791046634316,0.017521603032946587,-0.021419599652290344,-0.001604329445399344,0.01744999550282955,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.01954195648431778,-0.0002058985410258174,0.01982809416949749,-0.01822122558951378,0.000013552808923122939,0.021046707406640053,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.01822122558951378,0.000013552808923122939,0.021046707406640053,-0.01807435229420662,0.0009253178141079843,0.021082837134599686,-0.014494840055704117,0.003113874001428485,0.02279639057815075,-0.014641583897173405,0.0022874462883919477,0.023169785737991333,-0.0129701541736722,0.003059911774471402,0.023732604458928108,-0.012096026912331581,0.0034506970550864935,0.02392491325736046,-0.010878611356019974,0.003519838210195303,0.02445250190794468,-0.011192633770406246,0.004163862206041813,0.023773739114403725,-0.023510705679655075,-0.004533509258180857,0.010905066505074501,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.022582940757274628,-0.005006699822843075,0.011580824851989746,-0.023510705679655075,-0.004533509258180857,0.010905066505074501,-0.022582940757274628,-0.005006699822843075,0.011580824851989746,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.023510705679655075,-0.004533509258180857,0.010905066505074501,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.022961486130952835,-0.0035196535754948854,0.013756669126451015,-0.022961486130952835,-0.0035196535754948854,0.013756669126451015,-0.02191365323960781,-0.003491427516564727,0.015404265373945236,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.02241753600537777,-0.0022576279006898403,0.015791550278663635,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.021252905949950218,-0.0022551650181412697,0.01732989400625229,-0.021419599652290344,-0.001604329445399344,0.01744999550282955,-0.021252905949950218,-0.0022551650181412697,0.01732989400625229,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.01807435229420662,0.0009253178141079843,0.021082837134599686,-0.01822122558951378,0.000013552808923122939,0.021046707406640053,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.01807435229420662,0.0009253178141079843,0.021082837134599686,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.017158078029751778,0.0013653970090672374,0.02173173613846302,-0.017158078029751778,0.0013653970090672374,0.02173173613846302,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.015734536573290825,0.0011449940502643585,0.022834038361907005,-0.017158078029751778,0.0013653970090672374,0.02173173613846302,-0.015734536573290825,0.0011449940502643585,0.022834038361907005,-0.0156408604234457,0.0018447753973305225,0.02269553951919079,-0.014641583897173405,0.0022874462883919477,0.023169785737991333,-0.013075502589344978,0.002238714136183262,0.024110641330480576,-0.0129701541736722,0.003059911774471402,0.023732604458928108,-0.022961486130952835,-0.0035196535754948854,0.013756669126451015,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.02191365323960781,-0.003491427516564727,0.015404265373945236,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.02191365323960781,-0.003491427516564727,0.015404265373945236,-0.02094670757651329,-0.0030956710688769817,0.01708103157579899,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.02094670757651329,-0.0030956710688769817,0.01708103157579899,-0.021252905949950218,-0.0022551650181412697,0.01732989400625229,-0.021252905949950218,-0.0022551650181412697,0.01732989400625229,-0.01997487060725689,-0.00226554274559021,0.01878402940928936,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.01954195648431778,-0.0002058985410258174,0.01982809416949749,-0.01954195648431778,-0.0002058985410258174,0.01982809416949749,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.01822122558951378,0.000013552808923122939,0.021046707406640053,-0.01822122558951378,0.000013552808923122939,0.021046707406640053,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.017553091049194336,-0.0007410733378492296,0.021560756489634514,-0.01822122558951378,0.000013552808923122939,0.021046707406640053,-0.017553091049194336,-0.0007410733378492296,0.021560756489634514,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.0156408604234457,0.0018447753973305225,0.02269553951919079,-0.015734536573290825,0.0011449940502643585,0.022834038361907005,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.0156408604234457,0.0018447753973305225,0.02269553951919079,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.014641583897173405,0.0022874462883919477,0.023169785737991333,-0.014641583897173405,0.0022874462883919477,0.023169785737991333,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.013075502589344978,0.002238714136183262,0.024110641330480576,-0.0129701541736722,0.003059911774471402,0.023732604458928108,-0.013075502589344978,0.002238714136183262,0.024110641330480576,-0.011212345212697983,0.00288766180165112,0.024708757176995277,-0.0129701541736722,0.003059911774471402,0.023732604458928108,-0.011212345212697983,0.00288766180165112,0.024708757176995277,-0.012096026912331581,0.0034506970550864935,0.02392491325736046,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.021480638533830643,-0.004214135464280844,0.015048688277602196,-0.02191365323960781,-0.003491427516564727,0.015404265373945236,-0.021252905949950218,-0.0022551650181412697,0.01732989400625229,-0.02094670757651329,-0.0030956710688769817,0.01708103157579899,-0.01997487060725689,-0.00226554274559021,0.01878402940928936,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.01997487060725689,-0.00226554274559021,0.01878402940928936,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.017553091049194336,-0.0007410733378492296,0.021560756489634514,-0.01651914417743683,-0.00045174421393312514,0.02238842286169529,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.015734536573290825,0.0011449940502643585,0.022834038361907005,-0.015734536573290825,0.0011449940502643585,0.022834038361907005,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.013075502589344978,0.002238714136183262,0.024110641330480576,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.011212345212697983,0.00288766180165112,0.024708757176995277,-0.022582940757274628,-0.005006699822843075,0.011580824851989746,-0.021624160930514336,-0.005004214122891426,0.01326146349310875,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.02191365323960781,-0.003491427516564727,0.015404265373945236,-0.021480638533830643,-0.004214135464280844,0.015048688277602196,-0.020658554509282112,-0.00368312606588006,0.016833916306495667,-0.02191365323960781,-0.003491427516564727,0.015404265373945236,-0.020658554509282112,-0.00368312606588006,0.016833916306495667,-0.02094670757651329,-0.0030956710688769817,0.01708103157579899,-0.02094670757651329,-0.0030956710688769817,0.01708103157579899,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.01997487060725689,-0.00226554274559021,0.01878402940928936,-0.01997487060725689,-0.00226554274559021,0.01878402940928936,-0.018587345257401466,-0.002296093385666609,0.020142812281847,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.016658760607242584,0.00044340084423311055,0.022284692153334618,-0.01651914417743683,-0.00045174421393312514,0.02238842286169529,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.012250098399817944,0.0013497690670192242,0.024838803336024284,-0.013075502589344978,0.002238714136183262,0.024110641330480576,-0.013075502589344978,0.002238714136183262,0.024110641330480576,-0.012250098399817944,0.0013497690670192242,0.024838803336024284,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.021624160930514336,-0.005004214122891426,0.01326146349310875,-0.02064833603799343,-0.00500720739364624,0.014761589467525482,-0.022450415417551994,-0.004386932589113712,0.013269240036606789,-0.02064833603799343,-0.00500720739364624,0.014761589467525482,-0.021480638533830643,-0.004214135464280844,0.015048688277602196,-0.021480638533830643,-0.004214135464280844,0.015048688277602196,-0.020324604585766792,-0.004231813829392195,0.01655036397278309,-0.020658554509282112,-0.00368312606588006,0.016833916306495667,-0.02094670757651329,-0.0030956710688769817,0.01708103157579899,-0.020658554509282112,-0.00368312606588006,0.016833916306495667,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.01997487060725689,-0.00226554274559021,0.01878402940928936,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.018587345257401466,-0.002296093385666609,0.020142812281847,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.018587345257401466,-0.002296093385666609,0.020142812281847,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.018800225108861923,-0.0011979814153164625,0.020384738221764565,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.017553091049194336,-0.0007410733378492296,0.021560756489634514,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.014126300811767578,0.00022689667821396142,0.02398061938583851,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.021480638533830643,-0.004214135464280844,0.015048688277602196,-0.02064833603799343,-0.00500720739364624,0.014761589467525482,-0.020324604585766792,-0.004231813829392195,0.01655036397278309,-0.020658554509282112,-0.00368312606588006,0.016833916306495667,-0.020324604585766792,-0.004231813829392195,0.01655036397278309,-0.01941845566034317,-0.003884832141920924,0.018035609275102615,-0.020658554509282112,-0.00368312606588006,0.016833916306495667,-0.01941845566034317,-0.003884832141920924,0.018035609275102615,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.017553091049194336,-0.0007410733378492296,0.021560756489634514,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.017553091049194336,-0.0007410733378492296,0.021560756489634514,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.01651914417743683,-0.00045174421393312514,0.02238842286169529,-0.01651914417743683,-0.00045174421393312514,0.02238842286169529,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.014122840017080307,-0.0004492775769904256,0.023975621908903122,-0.015322281047701836,0.00017598109843675047,0.023241713643074036,-0.014122840017080307,-0.0004492775769904256,0.023975621908903122,-0.014126300811767578,0.00022689667821396142,0.02398061938583851,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.014126300811767578,0.00022689667821396142,0.02398061938583851,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.014086821116507053,0.0011327856918796897,0.02390049397945404,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.012250098399817944,0.0013497690670192242,0.024838803336024284,-0.02064833603799343,-0.00500720739364624,0.014761589467525482,-0.01954304613173008,-0.005007321946322918,0.016197603195905685,-0.020324604585766792,-0.004231813829392195,0.01655036397278309,-0.01941845566034317,-0.003884832141920924,0.018035609275102615,-0.018289532512426376,-0.003843657672405243,0.019231509417295456,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.017689881846308708,-0.0027131102979183197,0.02069602906703949,-0.018587345257401466,-0.002296093385666609,0.020142812281847,-0.018587345257401466,-0.002296093385666609,0.020142812281847,-0.017689881846308708,-0.0027131102979183197,0.02069602906703949,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.015646565705537796,-0.0017697920557111502,0.022721970453858376,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.014126300811767578,0.00022689667821396142,0.02398061938583851,-0.014122840017080307,-0.0004492775769904256,0.023975621908903122,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.020324604585766792,-0.004231813829392195,0.01655036397278309,-0.01954304613173008,-0.005007321946322918,0.016197603195905685,-0.018851224333047867,-0.004552892409265041,0.017760153859853745,-0.020324604585766792,-0.004231813829392195,0.01655036397278309,-0.018851224333047867,-0.004552892409265041,0.017760153859853745,-0.01941845566034317,-0.003884832141920924,0.018035609275102615,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.018289532512426376,-0.003843657672405243,0.019231509417295456,-0.01745353452861309,-0.003464888548478484,0.02034364640712738,-0.019356386736035347,-0.0031480854377150536,0.018836313858628273,-0.01745353452861309,-0.003464888548478484,0.02034364640712738,-0.017689881846308708,-0.0027131102979183197,0.02069602906703949,-0.017689881846308708,-0.0027131102979183197,0.02069602906703949,-0.016292450949549675,-0.002478014212101698,0.021942518651485443,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.017212092876434326,-0.0018591211410239339,0.02152462862432003,-0.016292450949549675,-0.002478014212101698,0.021942518651485443,-0.015646565705537796,-0.0017697920557111502,0.022721970453858376,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.015646565705537796,-0.0017697920557111502,0.022721970453858376,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.015713410452008247,-0.0010385913774371147,0.022879978641867638,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.014122840017080307,-0.0004492775769904256,0.023975621908903122,-0.014122840017080307,-0.0004492775769904256,0.023975621908903122,-0.012823759578168392,-0.00046612502774223685,0.024687426164746284,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.01941845566034317,-0.003884832141920924,0.018035609275102615,-0.018851224333047867,-0.004552892409265041,0.017760153859853745,-0.018289532512426376,-0.003843657672405243,0.019231509417295456,-0.017689881846308708,-0.0027131102979183197,0.02069602906703949,-0.01745353452861309,-0.003464888548478484,0.02034364640712738,-0.016080601140856743,-0.003118653781712055,0.021709581837058067,-0.017689881846308708,-0.0027131102979183197,0.02069602906703949,-0.016080601140856743,-0.003118653781712055,0.021709581837058067,-0.016292450949549675,-0.002478014212101698,0.021942518651485443,-0.015646565705537796,-0.0017697920557111502,0.022721970453858376,-0.016292450949549675,-0.002478014212101698,0.021942518651485443,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.015646565705537796,-0.0017697920557111502,0.022721970453858376,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.014122840017080307,-0.0004492775769904256,0.023975621908903122,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.012823759578168392,-0.00046612502774223685,0.024687426164746284,-0.012823759578168392,-0.00046612502774223685,0.024687426164746284,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.012450921349227428,0.0004893554141744971,0.024881698191165924,-0.01954304613173008,-0.005007321946322918,0.016197603195905685,-0.018179835751652718,-0.0050039091147482395,0.017693394795060158,-0.018851224333047867,-0.004552892409265041,0.017760153859853745,-0.018851224333047867,-0.004552892409265041,0.017760153859853745,-0.017540423199534416,-0.004552451428025961,0.019056914374232292,-0.018289532512426376,-0.003843657672405243,0.019231509417295456,-0.01745353452861309,-0.003464888548478484,0.02034364640712738,-0.018289532512426376,-0.003843657672405243,0.019231509417295456,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.01745353452861309,-0.003464888548478484,0.02034364640712738,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.016080601140856743,-0.003118653781712055,0.021709581837058067,-0.016292450949549675,-0.002478014212101698,0.021942518651485443,-0.016080601140856743,-0.003118653781712055,0.021709581837058067,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.012760656885802746,-0.0013801322784274817,0.02456805109977722,-0.012823759578168392,-0.00046612502774223685,0.024687426164746284,-0.012823759578168392,-0.00046612502774223685,0.024687426164746284,-0.012760656885802746,-0.0013801322784274817,0.02456805109977722,-0.011472869664430618,-0.0009254919132217765,0.02529372088611126,-0.012823759578168392,-0.00046612502774223685,0.024687426164746284,-0.011472869664430618,-0.0009254919132217765,0.02529372088611126,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.018851224333047867,-0.004552892409265041,0.017760153859853745,-0.018179835751652718,-0.0050039091147482395,0.017693394795060158,-0.017540423199534416,-0.004552451428025961,0.019056914374232292,-0.018289532512426376,-0.003843657672405243,0.019231509417295456,-0.017540423199534416,-0.004552451428025961,0.019056914374232292,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.016080601140856743,-0.003118653781712055,0.021709581837058067,-0.01455493550747633,-0.0031082129571586847,0.02276786044239998,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.01455493550747633,-0.0031082129571586847,0.02276786044239998,-0.013378278352320194,-0.002664263127371669,0.023746000602841377,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.013378278352320194,-0.002664263127371669,0.023746000602841377,-0.012694159522652626,-0.002283181995153427,0.02430291846394539,-0.014856833033263683,-0.002249048789963126,0.023053918033838272,-0.012694159522652626,-0.002283181995153427,0.02430291846394539,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.013980558142066002,-0.0013549434952437878,0.023908020928502083,-0.012694159522652626,-0.002283181995153427,0.02430291846394539,-0.012760656885802746,-0.0013801322784274817,0.02456805109977722,-0.018179835751652718,-0.0050039091147482395,0.017693394795060158,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.017540423199534416,-0.004552451428025961,0.019056914374232292,-0.017540423199534416,-0.004552451428025961,0.019056914374232292,-0.016096489503979683,-0.004560713656246662,0.020281769335269928,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.016080601140856743,-0.003118653781712055,0.021709581837058067,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.01455493550747633,-0.0031082129571586847,0.02276786044239998,-0.012760656885802746,-0.0013801322784274817,0.02456805109977722,-0.012694159522652626,-0.002283181995153427,0.02430291846394539,-0.011387942358851433,-0.001787766464985907,0.02512294054031372,-0.012760656885802746,-0.0013801322784274817,0.02456805109977722,-0.011387942358851433,-0.001787766464985907,0.02512294054031372,-0.011472869664430618,-0.0009254919132217765,0.02529372088611126,-0.017540423199534416,-0.004552451428025961,0.019056914374232292,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.016096489503979683,-0.004560713656246662,0.020281769335269928,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.01431311946362257,-0.003864404745399952,0.022327933460474014,-0.01455493550747633,-0.0031082129571586847,0.02276786044239998,-0.016096489503979683,-0.004560713656246662,0.020281769335269928,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.016168616712093353,-0.003859639400616288,0.021038517355918884,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.01431311946362257,-0.003864404745399952,0.022327933460474014,-0.01455493550747633,-0.0031082129571586847,0.02276786044239998,-0.01431311946362257,-0.003864404745399952,0.022327933460474014,-0.012761211954057217,-0.0034957502502948046,0.02355019375681877,-0.01455493550747633,-0.0031082129571586847,0.02276786044239998,-0.012761211954057217,-0.0034957502502948046,0.02355019375681877,-0.013378278352320194,-0.002664263127371669,0.023746000602841377,-0.016096489503979683,-0.004560713656246662,0.020281769335269928,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.013378278352320194,-0.002664263127371669,0.023746000602841377,-0.012761211954057217,-0.0034957502502948046,0.02355019375681877,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,-0.013378278352320194,-0.002664263127371669,0.023746000602841377,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,-0.012694159522652626,-0.002283181995153427,0.02430291846394539,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.01431311946362257,-0.003864404745399952,0.022327933460474014,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.01431311946362257,-0.003864404745399952,0.022327933460474014,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.012761211954057217,-0.0034957502502948046,0.02355019375681877,-0.012761211954057217,-0.0034957502502948046,0.02355019375681877,-0.011059111915528774,-0.00349572766572237,0.024396104738116264,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.01299371663480997,-0.004711502697318792,0.022200170904397964,-0.014318580739200115,-0.004529091063886881,0.02162259630858898,-0.01299371663480997,-0.004711502697318792,0.022200170904397964,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.012761211954057217,-0.0034957502502948046,0.02355019375681877,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.011059111915528774,-0.00349572766572237,0.024396104738116264,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.012059406377375126,-0.004994648974388838,0.02233288437128067,-0.01299371663480997,-0.004711502697318792,0.022200170904397964,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,-0.011059111915528774,-0.00349572766572237,0.024396104738116264,-0.01299371663480997,-0.004711502697318792,0.022200170904397964,-0.012059406377375126,-0.004994648974388838,0.02233288437128067,-0.011215552687644958,-0.004632874391973019,0.023254822939634323,-0.01299371663480997,-0.004711502697318792,0.022200170904397964,-0.011215552687644958,-0.004632874391973019,0.023254822939634323,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.012458041310310364,-0.004219428636133671,0.02307594008743763,-0.011215552687644958,-0.004632874391973019,0.023254822939634323,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,-0.012059406377375126,-0.004994648974388838,0.02233288437128067,-0.010509445331990719,-0.005004240199923515,0.023092005401849747,-0.011215552687644958,-0.004632874391973019,0.023254822939634323,-0.0013388979714363813,0.004995686933398247,0.025351857766509056,-0.0011038413504138589,0.0044304849579930305,0.026001743972301483,0.0010570627637207508,0.004999883472919464,0.025364866480231285,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.0061699203215539455,0.004506028722971678,0.025202443823218346,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.0061699203215539455,0.004506028722971678,0.025202443823218346,0.008068854920566082,0.004537845961749554,0.024622511118650436,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.008068854920566082,0.004537845961749554,0.024622511118650436,0.008724729530513287,0.0049954685382544994,0.023822883144021034,0.008724729530513287,0.0049954685382544994,0.023822883144021034,0.008068854920566082,0.004537845961749554,0.024622511118650436,0.00975545309484005,0.004512213170528412,0.024029478430747986,0.008724729530513287,0.0049954685382544994,0.023822883144021034,0.00975545309484005,0.004512213170528412,0.024029478430747986,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.00975545309484005,0.004512213170528412,0.024029478430747986,0.011181125417351723,0.004618865437805653,0.023278746753931046,0.011181125417351723,0.004618865437805653,0.023278746753931046,0.00975545309484005,0.004512213170528412,0.024029478430747986,0.01111056562513113,0.003977918066084385,0.023976273834705353,0.0121638597920537,0.0024696385953575373,0.024474430829286575,0.011164022609591484,0.0026961087714880705,0.02484060823917389,0.011477695778012276,0.0018278845818713307,0.02506593056023121,0.011477695778012276,0.0018278845818713307,0.02506593056023121,0.010411967523396015,0.0013488996773958206,0.025662090629339218,0.011528394185006618,0.0009199569467455149,0.02526877075433731,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.01058709342032671,-0.00046645713155157864,0.02572919800877571,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.01058709342032671,-0.00046645713155157864,0.02572919800877571,0.010988895781338215,-0.0013801860623061657,0.025410233065485954,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.010988895781338215,-0.0013801860623061657,0.025410233065485954,0.012250074185431004,-0.0013581340899690986,0.02483881264925003,0.012250074185431004,-0.0013581340899690986,0.02483881264925003,0.010988895781338215,-0.0013801860623061657,0.025410233065485954,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.012565495446324348,-0.0032838748302310705,0.023812221363186836,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,0.01092782523483038,-0.0039017791859805584,0.02413332276046276,-0.0011038413504138589,0.0044304849579930305,0.026001743972301483,-0.0013388979714363813,0.004995686933398247,0.025351857766509056,-0.002898699603974819,0.0045576756820082664,0.02572612091898918,-0.002898699603974819,0.0045576756820082664,0.02572612091898918,-0.0013388979714363813,0.004995686933398247,0.025351857766509056,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.002898699603974819,0.0045576756820082664,0.02572612091898918,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.0069684842601418495,0.004521741531789303,0.024977445602416992,-0.0069684842601418495,0.004521741531789303,0.024977445602416992,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.0069684842601418495,0.004521741531789303,0.024977445602416992,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.008685973472893238,0.004708949010819197,0.0242160651832819,-0.008685973472893238,0.004708949010819197,0.0242160651832819,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.010509073734283447,0.004996361210942268,0.023091541603207588,-0.008685973472893238,0.004708949010819197,0.0242160651832819,-0.010509073734283447,0.004996361210942268,0.023091541603207588,-0.011326723732054234,0.004543301183730364,0.02330051176249981,-0.011326723732054234,0.004543301183730364,0.02330051176249981,-0.010509073734283447,0.004996361210942268,0.023091541603207588,-0.013010838069021702,0.004995373077690601,0.021799461916089058,-0.011326723732054234,0.004543301183730364,0.02330051176249981,-0.013010838069021702,0.004995373077690601,0.021799461916089058,-0.013396118767559528,0.004505522083491087,0.0222192220389843,-0.013396118767559528,0.004505522083491087,0.0222192220389843,-0.013010838069021702,0.004995373077690601,0.021799461916089058,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.01622132584452629,0.004546987358480692,0.02018834464251995,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.017246799543499947,0.004998244810849428,0.018629875034093857,-0.017246799543499947,0.004998244810849428,0.018629875034093857,-0.018770314753055573,0.004995076917111874,0.017090748995542526,-0.01929677464067936,0.004512485582381487,0.017332015559077263,-0.01929677464067936,0.004512485582381487,0.017332015559077263,-0.018770314753055573,0.004995076917111874,0.017090748995542526,-0.020129112526774406,0.004568492062389851,0.016254395246505737,-0.020129112526774406,0.004568492062389851,0.016254395246505737,-0.018770314753055573,0.004995076917111874,0.017090748995542526,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.020129112526774406,0.004568492062389851,0.016254395246505737,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.021252179518342018,0.004535295069217682,0.014818455092608929,-0.021252179518342018,0.004535295069217682,0.014818455092608929,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.022240780293941498,0.004553588572889566,0.013251393102109432,-0.022240780293941498,0.004553588572889566,0.013251393102109432,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.022240780293941498,0.004553588572889566,0.013251393102109432,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.023080885410308838,0.0045357393100857735,0.011759620159864426,-0.023080885410308838,0.0045357393100857735,0.011759620159864426,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.023898005485534668,0.004675531759858131,0.009610939770936966,-0.023898005485534668,0.004675531759858131,0.009610939770936966,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.023709380999207497,0.004995865747332573,0.009018833748996258,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.023898005485534668,0.004675531759858131,0.009610939770936966,-0.025109773501753807,0.0042138914577662945,0.0075450558215379715,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.025109773501753807,0.0042138914577662945,0.0075450558215379715,-0.025991905480623245,0.003674777690321207,0.005865966435521841,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.025991905480623245,0.003674777690321207,0.005865966435521841,-0.02616669051349163,0.0030789808370172977,0.0067794304341077805,-0.02616669051349163,0.0030789808370172977,0.0067794304341077805,-0.025991905480623245,0.003674777690321207,0.005865966435521841,-0.026565125212073326,0.0030832504853606224,0.00497114984318614,-0.026938417926430702,0.0022442645858973265,0.005124878138303757,-0.026565125212073326,0.0030832504853606224,0.00497114984318614,-0.027052292600274086,0.002682457212358713,0.0031377619598060846,-0.026938417926430702,0.0022442645858973265,0.005124878138303757,-0.027052292600274086,0.002682457212358713,0.0031377619598060846,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.027595974504947662,0.0015959644224494696,0.0012311231112107635,-0.027737276628613472,0.0009408856276422739,0.0012200534110888839,-0.027737276628613472,0.0009408856276422739,0.0012200534110888839,-0.027760738506913185,0.0009172284044325352,-0.00023961452825460583,-0.027828428894281387,-0.000004171303771727253,-0.00023933258489705622,-0.027828428894281387,-0.000004171303771727253,-0.00023933258489705622,-0.027760738506913185,0.0009172284044325352,-0.00023961452825460583,-0.02776087075471878,0.0004913131124339998,-0.0017196241533383727,-0.027828428894281387,-0.000004171303771727253,-0.00023933258489705622,-0.02776087075471878,0.0004913131124339998,-0.0017196241533383727,-0.027760935947299004,-0.0004996726638637483,-0.0017185881733894348,-0.027351217344403267,-0.0017816565232351422,-0.0035239779390394688,-0.027512259781360626,-0.0009818701073527336,-0.0036873403005301952,-0.02710760198533535,-0.0013553349999710917,-0.005632611457258463,-0.027351217344403267,-0.0017816565232351422,-0.0035239779390394688,-0.02710760198533535,-0.0013553349999710917,-0.005632611457258463,-0.026985934004187584,-0.002057613804936409,-0.005256483796983957,-0.026664800941944122,-0.0026931753382086754,-0.0055132363922894,-0.026985934004187584,-0.002057613804936409,-0.005256483796983957,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.023898005485534668,0.004675531759858131,0.009610939770936966,-0.023709380999207497,0.004995865747332573,0.009018833748996258,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.023898005485534668,0.004675531759858131,0.009610939770936966,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.025109773501753807,0.0042138914577662945,0.0075450558215379715,-0.025109773501753807,0.0042138914577662945,0.0075450558215379715,-0.02565186470746994,0.004229312762618065,0.005387508310377598,-0.025991905480623245,0.003674777690321207,0.005865966435521841,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.027052292600274086,0.002682457212358713,0.0031377619598060846,-0.02738376334309578,0.0022648300509899855,0.0012281719828024507,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.02738376334309578,0.0022648300509899855,0.0012281719828024507,-0.027595974504947662,0.0015959644224494696,0.0012311231112107635,-0.027737276628613472,0.0009408856276422739,0.0012200534110888839,-0.027595974504947662,0.0015959644224494696,0.0012311231112107635,-0.027760738506913185,0.0009172284044325352,-0.00023961452825460583,-0.027760935947299004,-0.0004996726638637483,-0.0017185881733894348,-0.02776087075471878,0.0004913131124339998,-0.0017196241533383727,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.027760935947299004,-0.0004996726638637483,-0.0017185881733894348,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.027512259781360626,-0.0009818701073527336,-0.0036873403005301952,-0.026985934004187584,-0.002057613804936409,-0.005256483796983957,-0.02710760198533535,-0.0013553349999710917,-0.005632611457258463,-0.026529807597398758,-0.001802354701794684,-0.007503093220293522,-0.026985934004187584,-0.002057613804936409,-0.005256483796983957,-0.026529807597398758,-0.001802354701794684,-0.007503093220293522,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.02551887556910515,-0.0028959226328879595,-0.00919298455119133,-0.02546778880059719,-0.0035015682224184275,-0.008255831897258759,-0.02546778880059719,-0.0035015682224184275,-0.008255831897258759,-0.02551887556910515,-0.0028959226328879595,-0.00919298455119133,-0.02496166154742241,-0.0037651394959539175,-0.009172885678708553,-0.025109773501753807,0.0042138914577662945,0.0075450558215379715,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.02565186470746994,0.004229312762618065,0.005387508310377598,-0.025991905480623245,0.003674777690321207,0.005865966435521841,-0.02565186470746994,0.004229312762618065,0.005387508310377598,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.025991905480623245,0.003674777690321207,0.005865966435521841,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.026565125212073326,0.0030832504853606224,0.00497114984318614,-0.026565125212073326,0.0030832504853606224,0.00497114984318614,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.026628633961081505,0.003514426527544856,0.002697222400456667,-0.026565125212073326,0.0030832504853606224,0.00497114984318614,-0.026628633961081505,0.003514426527544856,0.002697222400456667,-0.027052292600274086,0.002682457212358713,0.0031377619598060846,-0.027595974504947662,0.0015959644224494696,0.0012311231112107635,-0.02738376334309578,0.0022648300509899855,0.0012281719828024507,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.027595974504947662,0.0015959644224494696,0.0012311231112107635,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.027760738506913185,0.0009172284044325352,-0.00023961452825460583,-0.027760738506913185,0.0009172284044325352,-0.00023961452825460583,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.027760738506913185,0.0009172284044325352,-0.00023961452825460583,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.02776087075471878,0.0004913131124339998,-0.0017196241533383727,-0.027512259781360626,-0.0009818701073527336,-0.0036873403005301952,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.027241356670856476,-0.00048554467502981424,-0.005617120768874884,-0.027512259781360626,-0.0009818701073527336,-0.0036873403005301952,-0.027241356670856476,-0.00048554467502981424,-0.005617120768874884,-0.02710760198533535,-0.0013553349999710917,-0.005632611457258463,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.026529807597398758,-0.001802354701794684,-0.007503093220293522,-0.025789529085159302,-0.0022654766216874123,-0.00929020531475544,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.025789529085159302,-0.0022654766216874123,-0.00929020531475544,-0.02551887556910515,-0.0028959226328879595,-0.00919298455119133,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.02476365491747856,0.004998254124075174,0.0055627766996622086,-0.02565186470746994,0.004229312762618065,0.005387508310377598,-0.027052292600274086,0.002682457212358713,0.0031377619598060846,-0.026628633961081505,0.003514426527544856,0.002697222400456667,-0.02699589915573597,0.0030966801568865776,0.0011240398744121194,-0.027052292600274086,0.002682457212358713,0.0031377619598060846,-0.02699589915573597,0.0030966801568865776,0.0011240398744121194,-0.02738376334309578,0.0022648300509899855,0.0012281719828024507,-0.02776087075471878,0.0004913131124339998,-0.0017196241533383727,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.02757718600332737,0.0009172229329124093,-0.0031889965757727623,-0.02776087075471878,0.0004913131124339998,-0.0017196241533383727,-0.02757718600332737,0.0009172229329124093,-0.0031889965757727623,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.02710760198533535,-0.0013553349999710917,-0.005632611457258463,-0.027241356670856476,-0.00048554467502981424,-0.005617120768874884,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.02710760198533535,-0.0013553349999710917,-0.005632611457258463,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.026529807597398758,-0.001802354701794684,-0.007503093220293522,-0.02738376334309578,0.0022648300509899855,0.0012281719828024507,-0.02699589915573597,0.0030966801568865776,0.0011240398744121194,-0.027318714186549187,0.002468632534146309,-0.00023479310038965195,-0.02738376334309578,0.0022648300509899855,0.0012281719828024507,-0.027318714186549187,0.002468632534146309,-0.00023479310038965195,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.02757718600332737,0.0009172229329124093,-0.0031889965757727623,-0.027372660115361214,0.0009300365345552564,-0.004643245134502649,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.026529807597398758,-0.001802354701794684,-0.007503093220293522,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.025985142216086388,-0.0016042385250329971,-0.009363013319671154,-0.026529807597398758,-0.001802354701794684,-0.007503093220293522,-0.025985142216086388,-0.0016042385250329971,-0.009363013319671154,-0.025789529085159302,-0.0022654766216874123,-0.00929020531475544,-0.02476365491747856,0.004998254124075174,0.0055627766996622086,-0.02557693049311638,0.004568589851260185,0.003880838630720973,-0.02565186470746994,0.004229312762618065,0.005387508310377598,-0.02565186470746994,0.004229312762618065,0.005387508310377598,-0.02557693049311638,0.004568589851260185,0.003880838630720973,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.02699589915573597,0.0030966801568865776,0.0011240398744121194,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.027318714186549187,0.002468632534146309,-0.00023479310038965195,-0.027318714186549187,0.002468632534146309,-0.00023479310038965195,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.027194105088710785,0.0026436930056661367,-0.0017356161260977387,-0.027318714186549187,0.002468632534146309,-0.00023479310038965195,-0.027194105088710785,0.0026436930056661367,-0.0017356161260977387,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.027194105088710785,0.0026436930056661367,-0.0017356161260977387,-0.02728741429746151,0.0022289566695690155,-0.002734241308644414,-0.027556046843528748,0.0018174357246607542,-0.0006864442839287221,-0.02728741429746151,0.0022289566695690155,-0.002734241308644414,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.02757718600332737,0.0009172229329124093,-0.0031889965757727623,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.027372660115361214,0.0009300365345552564,-0.004643245134502649,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.027372660115361214,0.0009300365345552564,-0.004643245134502649,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.02752380259335041,0.000015898680430836976,-0.004176701419055462,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.027241356670856476,-0.00048554467502981424,-0.005617120768874884,-0.027241356670856476,-0.00048554467502981424,-0.005617120768874884,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.02678588218986988,-0.0000041794355638558045,-0.007553101517260075,-0.027241356670856476,-0.00048554467502981424,-0.005617120768874884,-0.02678588218986988,-0.0000041794355638558045,-0.007553101517260075,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.02476365491747856,0.004998254124075174,0.0055627766996622086,-0.02511957474052906,0.004996075294911861,0.003509798552840948,-0.02557693049311638,0.004568589851260185,0.003880838630720973,-0.02557693049311638,0.004568589851260185,0.003880838630720973,-0.025815684348344803,0.004539177753031254,0.0020861744415014982,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.025815684348344803,0.004539177753031254,0.0020861744415014982,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.026288265362381935,0.0038505950942635536,0.003521196311339736,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.026628633961081505,0.003514426527544856,0.002697222400456667,-0.026628633961081505,0.003514426527544856,0.002697222400456667,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.02699589915573597,0.0030966801568865776,0.0011240398744121194,-0.02699589915573597,0.0030966801568865776,0.0011240398744121194,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.02728741429746151,0.0022289566695690155,-0.002734241308644414,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.027610985562205315,0.001292586326599121,-0.0022538467310369015,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.027372660115361214,0.0009300365345552564,-0.004643245134502649,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.02678588218986988,-0.0000041794355638558045,-0.007553101517260075,-0.026054028421640396,-0.000418920477386564,-0.009760366752743721,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.026054028421640396,-0.000418920477386564,-0.009760366752743721,-0.025772521272301674,-0.0008966115419752896,-0.01033692341297865,-0.026623493060469627,-0.0009622350917197764,-0.00787391234189272,-0.025772521272301674,-0.0008966115419752896,-0.01033692341297865,-0.025985142216086388,-0.0016042385250329971,-0.009363013319671154,-0.02557693049311638,0.004568589851260185,0.003880838630720973,-0.02511957474052906,0.004996075294911861,0.003509798552840948,-0.025815684348344803,0.004539177753031254,0.0020861744415014982,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.026514943689107895,0.0038413414731621742,-0.0006918648141436279,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.02728741429746151,0.0022289566695690155,-0.002734241308644414,-0.027016187086701393,0.002267273608595133,-0.004628262482583523,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.027372660115361214,0.0009300365345552564,-0.004643245134502649,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.02511957474052906,0.004996075294911861,0.003509798552840948,-0.025335896760225296,0.004985755775123835,0.0013831729302182794,-0.025815684348344803,0.004539177753031254,0.0020861744415014982,-0.025815684348344803,0.004539177753031254,0.0020861744415014982,-0.025887442752718925,0.004549339413642883,0.0002520201669540256,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.026494106277823448,0.0038543017581105232,0.0010512502631172538,-0.025887442752718925,0.004549339413642883,0.0002520201669540256,-0.026514943689107895,0.0038413414731621742,-0.0006918648141436279,-0.027194105088710785,0.0026436930056661367,-0.0017356161260977387,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.027194105088710785,0.0026436930056661367,-0.0017356161260977387,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.02728741429746151,0.0022289566695690155,-0.002734241308644414,-0.02728741429746151,0.0022289566695690155,-0.002734241308644414,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.027016187086701393,0.002267273608595133,-0.004628262482583523,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.026417117565870285,0.0006459482247009873,-0.008668527938425541,-0.02678588218986988,-0.0000041794355638558045,-0.007553101517260075,-0.02678588218986988,-0.0000041794355638558045,-0.007553101517260075,-0.026417117565870285,0.0006459482247009873,-0.008668527938425541,-0.026054028421640396,-0.000418920477386564,-0.009760366752743721,-0.025815684348344803,0.004539177753031254,0.0020861744415014982,-0.025335896760225296,0.004985755775123835,0.0013831729302182794,-0.025887442752718925,0.004549339413642883,0.0002520201669540256,-0.026514943689107895,0.0038413414731621742,-0.0006918648141436279,-0.02632329612970352,0.0038817666936665773,-0.0030648591928184032,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.026961738243699074,0.003175358986482024,-0.0010063586523756385,-0.02632329612970352,0.0038817666936665773,-0.0030648591928184032,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.027016187086701393,0.002267273608595133,-0.004628262482583523,-0.026738006621599197,0.0022562334779649973,-0.006026412360370159,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.026738006621599197,0.0022562334779649973,-0.006026412360370159,-0.02658378705382347,0.0015959892189130187,-0.007498118560761213,-0.027130676433444023,0.0017032504547387362,-0.005092266481369734,-0.02658378705382347,0.0015959892189130187,-0.007498118560761213,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.02702416479587555,0.0007693631923757493,-0.006476955022662878,-0.02658378705382347,0.0015959892189130187,-0.007498118560761213,-0.026417117565870285,0.0006459482247009873,-0.008668527938425541,-0.026417117565870285,0.0006459482247009873,-0.008668527938425541,-0.025807378813624382,0.00040796122630126774,-0.010382846929132938,-0.026054028421640396,-0.000418920477386564,-0.009760366752743721,-0.025335896760225296,0.004985755775123835,0.0013831729302182794,-0.025359952822327614,0.004996076691895723,-0.0006935635465197265,-0.025887442752718925,0.004549339413642883,0.0002520201669540256,-0.025887442752718925,0.004549339413642883,0.0002520201669540256,-0.025833427906036377,0.004550464916974306,-0.001664204872213304,-0.026514943689107895,0.0038413414731621742,-0.0006918648141436279,-0.026514943689107895,0.0038413414731621742,-0.0006918648141436279,-0.025833427906036377,0.004550464916974306,-0.001664204872213304,-0.02632329612970352,0.0038817666936665773,-0.0030648591928184032,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.026447826996445656,0.0030575094278901815,-0.005620816256850958,-0.027016187086701393,0.002267273608595133,-0.004628262482583523,-0.027016187086701393,0.002267273608595133,-0.004628262482583523,-0.026447826996445656,0.0030575094278901815,-0.005620816256850958,-0.026738006621599197,0.0022562334779649973,-0.006026412360370159,-0.026738006621599197,0.0022562334779649973,-0.006026412360370159,-0.026400398463010788,0.0022494099102914333,-0.00739451264962554,-0.02658378705382347,0.0015959892189130187,-0.007498118560761213,-0.026417117565870285,0.0006459482247009873,-0.008668527938425541,-0.02658378705382347,0.0015959892189130187,-0.007498118560761213,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.026417117565870285,0.0006459482247009873,-0.008668527938425541,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.025807378813624382,0.00040796122630126774,-0.010382846929132938,-0.025887442752718925,0.004549339413642883,0.0002520201669540256,-0.025359952822327614,0.004996076691895723,-0.0006935635465197265,-0.025833427906036377,0.004550464916974306,-0.001664204872213304,-0.026738006621599197,0.0022562334779649973,-0.006026412360370159,-0.026447826996445656,0.0030575094278901815,-0.005620816256850958,-0.026400398463010788,0.0022494099102914333,-0.00739451264962554,-0.02658378705382347,0.0015959892189130187,-0.007498118560761213,-0.026400398463010788,0.0022494099102914333,-0.00739451264962554,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.025833427906036377,0.004550464916974306,-0.001664204872213304,-0.025666140019893646,0.004530840087682009,-0.003534060437232256,-0.02632329612970352,0.0038817666936665773,-0.0030648591928184032,-0.02632329612970352,0.0038817666936665773,-0.0030648591928184032,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.026725968345999718,0.0031309344340115786,-0.0038561015389859676,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.026447826996445656,0.0030575094278901815,-0.005620816256850958,-0.026447826996445656,0.0030575094278901815,-0.005620816256850958,-0.025999225676059723,0.003111128229647875,-0.0073166792280972,-0.026400398463010788,0.0022494099102914333,-0.00739451264962554,-0.026400398463010788,0.0022494099102914333,-0.00739451264962554,-0.025786809623241425,0.0022572572343051434,-0.009297599084675312,-0.026051653549075127,0.0013364076148718596,-0.009378191083669662,-0.025359952822327614,0.004996076691895723,-0.0006935635465197265,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.025833427906036377,0.004550464916974306,-0.001664204872213304,-0.025833427906036377,0.004550464916974306,-0.001664204872213304,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.025666140019893646,0.004530840087682009,-0.003534060437232256,-0.02632329612970352,0.0038817666936665773,-0.0030648591928184032,-0.025666140019893646,0.004530840087682009,-0.003534060437232256,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.026447826996445656,0.0030575094278901815,-0.005620816256850958,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.025999225676059723,0.003111128229647875,-0.0073166792280972,-0.026400398463010788,0.0022494099102914333,-0.00739451264962554,-0.025999225676059723,0.003111128229647875,-0.0073166792280972,-0.025786809623241425,0.0022572572343051434,-0.009297599084675312,-0.025666140019893646,0.004530840087682009,-0.003534060437232256,-0.025335878133773804,0.004546211566776037,-0.00533287413418293,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.0255593191832304,0.003683072980493307,-0.007526497356593609,-0.025999225676059723,0.003111128229647875,-0.0073166792280972,-0.025999225676059723,0.003111128229647875,-0.0073166792280972,-0.025409994646906853,0.003085459116846323,-0.009192525409162045,-0.025786809623241425,0.0022572572343051434,-0.009297599084675312,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.02488892525434494,0.004995448049157858,-0.00487452931702137,-0.025666140019893646,0.004530840087682009,-0.003534060437232256,-0.025666140019893646,0.004530840087682009,-0.003534060437232256,-0.02488892525434494,0.004995448049157858,-0.00487452931702137,-0.025335878133773804,0.004546211566776037,-0.00533287413418293,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.025335878133773804,0.004546211566776037,-0.00533287413418293,-0.025229882448911667,0.004220680799335241,-0.007085929624736309,-0.025987161323428154,0.003838000353425741,-0.005331188440322876,-0.025229882448911667,0.004220680799335241,-0.007085929624736309,-0.0255593191832304,0.003683072980493307,-0.007526497356593609,-0.025999225676059723,0.003111128229647875,-0.0073166792280972,-0.0255593191832304,0.003683072980493307,-0.007526497356593609,-0.025409994646906853,0.003085459116846323,-0.009192525409162045,-0.02488892525434494,0.004995448049157858,-0.00487452931702137,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.025335878133773804,0.004546211566776037,-0.00533287413418293,-0.025335878133773804,0.004546211566776037,-0.00533287413418293,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.025229882448911667,0.004220680799335241,-0.007085929624736309,-0.025229882448911667,0.004220680799335241,-0.007085929624736309,-0.02491067722439766,0.0038608333561569452,-0.009063403122127056,-0.0255593191832304,0.003683072980493307,-0.007526497356593609,-0.0255593191832304,0.003683072980493307,-0.007526497356593609,-0.02491067722439766,0.0038608333561569452,-0.009063403122127056,-0.025409994646906853,0.003085459116846323,-0.009192525409162045,-0.025229882448911667,0.004220680799335241,-0.007085929624736309,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.024376099929213524,0.004514453466981649,-0.008815974928438663,-0.025229882448911667,0.004220680799335241,-0.007085929624736309,-0.024376099929213524,0.004514453466981649,-0.008815974928438663,-0.02491067722439766,0.0038608333561569452,-0.009063403122127056,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.023725103586912155,0.004996120929718018,-0.008984154090285301,-0.024376099929213524,0.004514453466981649,-0.008815974928438663,-0.010994541458785534,0.004995936062186956,-0.02284792996942997,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.01100587286055088,0.004556711763143539,-0.02341792918741703,-0.01100587286055088,0.004556711763143539,-0.02341792918741703,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.009479920379817486,0.004349471535533667,-0.02430552802979946,-0.008221324533224106,0.0031037493608891964,-0.025723805651068687,-0.007910696789622307,0.0038814330473542213,-0.025276510044932365,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.008221324533224106,0.0031037493608891964,-0.025723805651068687,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.007049479056149721,0.002547861309722066,-0.026366516947746277,-0.007049479056149721,0.002547861309722066,-0.026366516947746277,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.005152205936610699,0.0033019010443240404,-0.026401128619909286,-0.007049479056149721,0.002547861309722066,-0.026366516947746277,-0.005152205936610699,0.0033019010443240404,-0.026401128619909286,-0.00540371797978878,0.002247048541903496,-0.02687346749007702,-0.00540371797978878,0.002247048541903496,-0.02687346749007702,-0.003394689876586199,0.002249389421194792,-0.027198752388358116,-0.004392003174871206,0.0015959676820784807,-0.02726403810083866,-0.004392003174871206,0.0015959676820784807,-0.02726403810083866,-0.003394689876586199,0.002249389421194792,-0.027198752388358116,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,-0.004392003174871206,0.0015959676820784807,-0.02726403810083866,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,-0.003381759161129594,0.000897846941370517,-0.027553368359804153,-0.003381759161129594,0.000897846941370517,-0.027553368359804153,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,-0.0014461377868428826,0.000935566087719053,-0.027718912810087204,-0.001481404760852456,-0.000004172175522398902,-0.02778680995106697,-0.0014461377868428826,0.000935566087719053,-0.027718912810087204,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,0.0006050639203749597,-0.0011922671692445874,-0.027711791917681694,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.0024462954606860876,-0.0016043356154114008,-0.027506889775395393,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.00439200084656477,-0.0016043157083913684,-0.027264036238193512,0.0024462954606860876,-0.0016043356154114008,-0.027506889775395393,0.00439200084656477,-0.0016043157083913684,-0.027264036238193512,0.004356773570179939,-0.00226551853120327,-0.02705831453204155,0.004356773570179939,-0.00226551853120327,-0.02705831453204155,0.006265764124691486,-0.0022655401844531298,-0.026681067422032356,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.008031456731259823,-0.003107961732894182,-0.025787392631173134,0.007880233228206635,-0.0038784993812441826,-0.025296244770288467,0.007880233228206635,-0.0038784993812441826,-0.025296244770288467,0.009597446769475937,-0.0038530316669493914,-0.02471618726849556,0.009362482465803623,-0.004548856057226658,-0.024138586595654488,-0.009479920379817486,0.004349471535533667,-0.02430552802979946,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.0076470389030873775,0.004551278427243233,-0.024724194779992104,-0.0076470389030873775,0.004551278427243233,-0.024724194779992104,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.006482459604740143,0.004995911382138729,-0.02451256662607193,-0.0076470389030873775,0.004551278427243233,-0.024724194779992104,-0.006482459604740143,0.004995911382138729,-0.02451256662607193,-0.00586490286514163,0.004545485135167837,-0.025212442502379417,-0.00586490286514163,0.004545485135167837,-0.025212442502379417,-0.006482459604740143,0.004995911382138729,-0.02451256662607193,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.00586490286514163,0.004545485135167837,-0.025212442502379417,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.004054984077811241,0.004545210860669613,-0.025566229596734047,-0.004054984077811241,0.004545210860669613,-0.025566229596734047,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,-0.00005996941035846248,0.004467099439352751,-0.025974543765187263,-0.00005996941035846248,0.004467099439352751,-0.025974543765187263,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,0.0014804791426286101,0.004567809868603945,-0.025818349793553352,0.0014804791426286101,0.004567809868603945,-0.025818349793553352,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,0.0014804791426286101,0.004567809868603945,-0.025818349793553352,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,0.00336403283290565,0.004533335100859404,-0.025680365040898323,0.00336403283290565,0.004533335100859404,-0.025680365040898323,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,0.005398795008659363,0.004491411615163088,-0.025380626320838928,0.005398795008659363,0.004491411615163088,-0.025380626320838928,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,0.006501666735857725,0.004995479714125395,-0.024508070200681686,0.005398795008659363,0.004491411615163088,-0.025380626320838928,0.006501666735857725,0.004995479714125395,-0.024508070200681686,0.007488864008337259,0.004568077158182859,-0.024760663509368896,0.007488864008337259,0.004568077158182859,-0.024760663509368896,0.006501666735857725,0.004995479714125395,-0.024508070200681686,0.008789202198386192,0.004996693693101406,-0.023792503401637077,0.007488864008337259,0.004568077158182859,-0.024760663509368896,0.008789202198386192,0.004996693693101406,-0.023792503401637077,0.00994193460792303,0.004537981003522873,-0.023917214944958687,0.00994193460792303,0.004537981003522873,-0.023917214944958687,0.011929914355278015,0.0045497906394302845,-0.02297034114599228,0.011321227997541428,0.004039641469717026,-0.02379806712269783,0.011321227997541428,0.004039641469717026,-0.02379806712269783,0.011929914355278015,0.0045497906394302845,-0.02297034114599228,0.012981943786144257,0.0040396698750555515,-0.022934667766094208,0.011321227997541428,0.004039641469717026,-0.02379806712269783,0.012981943786144257,0.0040396698750555515,-0.022934667766094208,0.013188949786126614,0.003487392794340849,-0.023297958076000214,0.015208058059215546,0.0022568763233721256,-0.022803060710430145,0.014928746037185192,0.0031024168711155653,-0.022507693618535995,0.016617340967059135,0.0022663611453026533,-0.021789681166410446,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.016617340967059135,0.0022663611453026533,-0.021789681166410446,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.018442003056406975,0.0011449974263086915,-0.02069287747144699,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.022700894623994827,-0.0013262738939374685,-0.015862932428717613,0.0217258520424366,-0.0016043140785768628,-0.017051715403795242,0.0217258520424366,-0.0016043140785768628,-0.017051715403795242,0.022700894623994827,-0.0013262738939374685,-0.015862932428717613,0.022163160145282745,-0.0022638733498752117,-0.016127226874232292,0.022163160145282745,-0.0022638733498752117,-0.016127226874232292,0.022700894623994827,-0.0013262738939374685,-0.015862932428717613,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.022163160145282745,-0.0022638733498752117,-0.016127226874232292,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.02395741082727909,-0.002896001795306802,-0.012716492637991905,0.023208938539028168,-0.0035084187984466553,-0.013335417956113815,0.023208938539028168,-0.0035084187984466553,-0.013335417956113815,0.02395741082727909,-0.002896001795306802,-0.012716492637991905,0.023581020534038544,-0.003741783555597067,-0.012327529489994049,0.023581020534038544,-0.003741783555597067,-0.012327529489994049,0.02445119060575962,-0.003515751799568534,-0.010883971117436886,0.023802321404218674,-0.0043862974271178246,-0.010628403164446354,0.008789202198386192,0.004996693693101406,-0.023792503401637077,0.010969704948365688,0.004995402414351702,-0.022860677912831306,0.00994193460792303,0.004537981003522873,-0.023917214944958687,0.00994193460792303,0.004537981003522873,-0.023917214944958687,0.010969704948365688,0.004995402414351702,-0.022860677912831306,0.011929914355278015,0.0045497906394302845,-0.02297034114599228,0.013188949786126614,0.003487392794340849,-0.023297958076000214,0.012981943786144257,0.0040396698750555515,-0.022934667766094208,0.015082579106092453,0.003753391792997718,-0.02189541608095169,0.013188949786126614,0.003487392794340849,-0.023297958076000214,0.015082579106092453,0.003753391792997718,-0.02189541608095169,0.014928746037185192,0.0031024168711155653,-0.022507693618535995,0.014928746037185192,0.0031024168711155653,-0.022507693618535995,0.016524044796824455,0.0031062450725585222,-0.021363211795687675,0.016617340967059135,0.0022663611453026533,-0.021789681166410446,0.016617340967059135,0.0022663611453026533,-0.021789681166410446,0.016524044796824455,0.0031062450725585222,-0.021363211795687675,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.018442003056406975,0.0011449974263086915,-0.02069287747144699,0.018442003056406975,0.0011449974263086915,-0.02069287747144699,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.019133932888507843,0.000674694892950356,-0.020159954205155373,0.019133932888507843,0.000674694892950356,-0.020159954205155373,0.020606867969036102,0.0009319376549683511,-0.01860150881111622,0.019929183647036552,-0.000001957987933565164,-0.019421273842453957,0.019929183647036552,-0.000001957987933565164,-0.019421273842453957,0.020606867969036102,0.0009319376549683511,-0.01860150881111622,0.021268699318170547,0.000053465624660020694,-0.01794571243226528,0.019929183647036552,-0.000001957987933565164,-0.019421273842453957,0.021268699318170547,0.000053465624660020694,-0.01794571243226528,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.021268699318170547,0.000053465624660020694,-0.01794571243226528,0.02248573862016201,-0.0004890449927188456,-0.016366345807909966,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.02248573862016201,-0.0004890449927188456,-0.016366345807909966,0.022700894623994827,-0.0013262738939374685,-0.015862932428717613,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.024234997108578682,-0.0022559496574103832,-0.012814268469810486,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.024234997108578682,-0.0022559496574103832,-0.012814268469810486,0.02395741082727909,-0.002896001795306802,-0.012716492637991905,0.023581020534038544,-0.003741783555597067,-0.012327529489994049,0.02395741082727909,-0.002896001795306802,-0.012716492637991905,0.02445119060575962,-0.003515751799568534,-0.010883971117436886,0.011929914355278015,0.0045497906394302845,-0.02297034114599228,0.013408564031124115,0.004584469832479954,-0.022094780579209328,0.012981943786144257,0.0040396698750555515,-0.022934667766094208,0.012981943786144257,0.0040396698750555515,-0.022934667766094208,0.013408564031124115,0.004584469832479954,-0.022094780579209328,0.014975122176110744,0.004204024560749531,-0.02152964472770691,0.012981943786144257,0.0040396698750555515,-0.022934667766094208,0.014975122176110744,0.004204024560749531,-0.02152964472770691,0.015082579106092453,0.003753391792997718,-0.02189541608095169,0.014928746037185192,0.0031024168711155653,-0.022507693618535995,0.015082579106092453,0.003753391792997718,-0.02189541608095169,0.016524044796824455,0.0031062450725585222,-0.021363211795687675,0.019133932888507843,0.000674694892950356,-0.020159954205155373,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.020606867969036102,0.0009319376549683511,-0.01860150881111622,0.022700894623994827,-0.0013262738939374685,-0.015862932428717613,0.02248573862016201,-0.0004890449927188456,-0.016366345807909966,0.023481670767068863,-0.0006177174509502947,-0.014896886423230171,0.022700894623994827,-0.0013262738939374685,-0.015862932428717613,0.023481670767068863,-0.0006177174509502947,-0.014896886423230171,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.02395741082727909,-0.002896001795306802,-0.012716492637991905,0.024234997108578682,-0.0022559496574103832,-0.012814268469810486,0.02489497885107994,-0.00269075739197433,-0.01103157363831997,0.02395741082727909,-0.002896001795306802,-0.012716492637991905,0.02489497885107994,-0.00269075739197433,-0.01103157363831997,0.02445119060575962,-0.003515751799568534,-0.010883971117436886,0.010969704948365688,0.004995402414351702,-0.022860677912831306,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.011929914355278015,0.0045497906394302845,-0.02297034114599228,0.011929914355278015,0.0045497906394302845,-0.02297034114599228,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.013408564031124115,0.004584469832479954,-0.022094780579209328,0.016524044796824455,0.0031062450725585222,-0.021363211795687675,0.01761281117796898,0.0030921632423996925,-0.02047894150018692,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.01761281117796898,0.0030921632423996925,-0.02047894150018692,0.01885969564318657,0.00265998812392354,-0.01965063437819481,0.01763785257935524,0.0021186477970331907,-0.021053696051239967,0.01885969564318657,0.00265998812392354,-0.01965063437819481,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.020463375374674797,0.0015959488227963448,-0.01854727417230606,0.020606867969036102,0.0009319376549683511,-0.01860150881111622,0.020606867969036102,0.0009319376549683511,-0.01860150881111622,0.021811671555042267,0.0009948740480467677,-0.01715497300028801,0.021268699318170547,0.000053465624660020694,-0.01794571243226528,0.021268699318170547,0.000053465624660020694,-0.01794571243226528,0.021811671555042267,0.0009948740480467677,-0.01715497300028801,0.02246800996363163,0.0004514298343565315,-0.016393058001995087,0.021268699318170547,0.000053465624660020694,-0.01794571243226528,0.02246800996363163,0.0004514298343565315,-0.016393058001995087,0.02248573862016201,-0.0004890449927188456,-0.016366345807909966,0.023481670767068863,-0.0006177174509502947,-0.014896886423230171,0.02409275993704796,-0.0007236566161736846,-0.013857023790478706,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.015082579106092453,0.003753391792997718,-0.02189541608095169,0.014975122176110744,0.004204024560749531,-0.02152964472770691,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.015082579106092453,0.003753391792997718,-0.02189541608095169,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.016524044796824455,0.0031062450725585222,-0.021363211795687675,0.016524044796824455,0.0031062450725585222,-0.021363211795687675,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.01761281117796898,0.0030921632423996925,-0.02047894150018692,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.01885969564318657,0.00265998812392354,-0.01965063437819481,0.02030191197991371,0.0022648493759334087,-0.018409520387649536,0.019026141613721848,0.0017911925679072738,-0.01995128206908703,0.02030191197991371,0.0022648493759334087,-0.018409520387649536,0.020463375374674797,0.0015959488227963448,-0.01854727417230606,0.020606867969036102,0.0009319376549683511,-0.01860150881111622,0.020463375374674797,0.0015959488227963448,-0.01854727417230606,0.021811671555042267,0.0009948740480467677,-0.01715497300028801,0.02248573862016201,-0.0004890449927188456,-0.016366345807909966,0.02246800996363163,0.0004514298343565315,-0.016393058001995087,0.023481670767068863,-0.0006177174509502947,-0.014896886423230171,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.02409275993704796,-0.0007236566161736846,-0.013857023790478706,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.023605072870850563,-0.001819490920752287,-0.014236782677471638,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.024234997108578682,-0.0022559496574103832,-0.012814268469810486,0.024234997108578682,-0.0022559496574103832,-0.012814268469810486,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.025205153971910477,-0.001850625965744257,-0.011130303144454956,0.024234997108578682,-0.0022559496574103832,-0.012814268469810486,0.025205153971910477,-0.001850625965744257,-0.011130303144454956,0.02489497885107994,-0.00269075739197433,-0.01103157363831997,0.013408564031124115,0.004584469832479954,-0.022094780579209328,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.014989820308983326,0.004704209975898266,-0.020887324586510658,0.013408564031124115,0.004584469832479954,-0.022094780579209328,0.014989820308983326,0.004704209975898266,-0.020887324586510658,0.014975122176110744,0.004204024560749531,-0.02152964472770691,0.01761281117796898,0.0030921632423996925,-0.02047894150018692,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.018684403970837593,0.0035579947289079428,-0.019116494804620743,0.01761281117796898,0.0030921632423996925,-0.02047894150018692,0.018684403970837593,0.0035579947289079428,-0.019116494804620743,0.01885969564318657,0.00265998812392354,-0.01965063437819481,0.020463375374674797,0.0015959488227963448,-0.01854727417230606,0.02030191197991371,0.0022648493759334087,-0.018409520387649536,0.021670082584023476,0.0018158918246626854,-0.017030037939548492,0.020463375374674797,0.0015959488227963448,-0.01854727417230606,0.021670082584023476,0.0018158918246626854,-0.017030037939548492,0.021811671555042267,0.0009948740480467677,-0.01715497300028801,0.02246800996363163,0.0004514298343565315,-0.016393058001995087,0.02359994314610958,0.00040858983993530273,-0.014724042266607285,0.023481670767068863,-0.0006177174509502947,-0.014896886423230171,0.014975122176110744,0.004204024560749531,-0.02152964472770691,0.014989820308983326,0.004704209975898266,-0.020887324586510658,0.016551261767745018,0.004532164428383112,-0.01991979405283928,0.014975122176110744,0.004204024560749531,-0.02152964472770691,0.016551261767745018,0.004532164428383112,-0.01991979405283928,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.01885969564318657,0.00265998812392354,-0.01965063437819481,0.018684403970837593,0.0035579947289079428,-0.019116494804620743,0.020024340599775314,0.003098443616181612,-0.0181284062564373,0.01885969564318657,0.00265998812392354,-0.01965063437819481,0.020024340599775314,0.003098443616181612,-0.0181284062564373,0.02030191197991371,0.0022648493759334087,-0.018409520387649536,0.021811671555042267,0.0009948740480467677,-0.01715497300028801,0.021670082584023476,0.0018158918246626854,-0.017030037939548492,0.022966565564274788,0.001144975540228188,-0.015521563589572906,0.021811671555042267,0.0009948740480467677,-0.01715497300028801,0.022966565564274788,0.001144975540228188,-0.015521563589572906,0.02246800996363163,0.0004514298343565315,-0.016393058001995087,0.02246800996363163,0.0004514298343565315,-0.016393058001995087,0.022966565564274788,0.001144975540228188,-0.015521563589572906,0.02359994314610958,0.00040858983993530273,-0.014724042266607285,0.023481670767068863,-0.0006177174509502947,-0.014896886423230171,0.02359994314610958,0.00040858983993530273,-0.014724042266607285,0.02409275993704796,-0.0007236566161736846,-0.013857023790478706,0.02409275993704796,-0.0007236566161736846,-0.013857023790478706,0.024975493550300598,-0.0004368501831777394,-0.012244484387338161,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.014989820308983326,0.004704209975898266,-0.020887324586510658,0.014989820308983326,0.004704209975898266,-0.020887324586510658,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.016551261767745018,0.004532164428383112,-0.01991979405283928,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.016551261767745018,0.004532164428383112,-0.01991979405283928,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.01700451597571373,0.003813815535977483,-0.020377542823553085,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.018684403970837593,0.0035579947289079428,-0.019116494804620743,0.02030191197991371,0.0022648493759334087,-0.018409520387649536,0.020024340599775314,0.003098443616181612,-0.0181284062564373,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.02030191197991371,0.0022648493759334087,-0.018409520387649536,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.021670082584023476,0.0018158918246626854,-0.017030037939548492,0.021670082584023476,0.0018158918246626854,-0.017030037939548492,0.02284253016114235,0.001774494186975062,-0.015443411655724049,0.022966565564274788,0.001144975540228188,-0.015521563589572906,0.02359994314610958,0.00040858983993530273,-0.014724042266607285,0.024597588926553726,0.0003835261450149119,-0.012990189716219902,0.02409275993704796,-0.0007236566161736846,-0.013857023790478706,0.02409275993704796,-0.0007236566161736846,-0.013857023790478706,0.024597588926553726,0.0003835261450149119,-0.012990189716219902,0.024975493550300598,-0.0004368501831777394,-0.012244484387338161,0.020024340599775314,0.003098443616181612,-0.0181284062564373,0.021251074969768524,0.003094601910561323,-0.016677329316735268,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.021670082584023476,0.0018158918246626854,-0.017030037939548492,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.02284253016114235,0.001774494186975062,-0.015443411655724049,0.022966565564274788,0.001144975540228188,-0.015521563589572906,0.02284253016114235,0.001774494186975062,-0.015443411655724049,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.022966565564274788,0.001144975540228188,-0.015521563589572906,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.02359994314610958,0.00040858983993530273,-0.014724042266607285,0.02359994314610958,0.00040858983993530273,-0.014724042266607285,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.024597588926553726,0.0003835261450149119,-0.012990189716219902,0.016551261767745018,0.004532164428383112,-0.01991979405283928,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.01765858195722103,0.004997909534722567,-0.01822122186422348,0.016551261767745018,0.004532164428383112,-0.01991979405283928,0.01765858195722103,0.004997909534722567,-0.01822122186422348,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.018684403970837593,0.0035579947289079428,-0.019116494804620743,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.020362690091133118,0.003674765583127737,-0.01717548258602619,0.018684403970837593,0.0035579947289079428,-0.019116494804620743,0.020362690091133118,0.003674765583127737,-0.01717548258602619,0.020024340599775314,0.003098443616181612,-0.0181284062564373,0.020024340599775314,0.003098443616181612,-0.0181284062564373,0.020362690091133118,0.003674765583127737,-0.01717548258602619,0.021251074969768524,0.003094601910561323,-0.016677329316735268,0.02284253016114235,0.001774494186975062,-0.015443411655724049,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.023247215896844864,0.0022399844601750374,-0.014531468972563744,0.02284253016114235,0.001774494186975062,-0.015443411655724049,0.023247215896844864,0.0022399844601750374,-0.014531468972563744,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.024597588926553726,0.0003835261450149119,-0.012990189716219902,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.024880118668079376,0.0009844962041825056,-0.012293177656829357,0.024597588926553726,0.0003835261450149119,-0.012990189716219902,0.024880118668079376,0.0009844962041825056,-0.012293177656829357,0.025392694398760796,0.0004360300663392991,-0.011350639164447784,0.024597588926553726,0.0003835261450149119,-0.012990189716219902,0.025392694398760796,0.0004360300663392991,-0.011350639164447784,0.024975493550300598,-0.0004368501831777394,-0.012244484387338161,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.02032559923827648,0.004200180061161518,-0.01658068783581257,0.020362690091133118,0.003674765583127737,-0.01717548258602619,0.021251074969768524,0.003094601910561323,-0.016677329316735268,0.0223904550075531,0.0030844835564494133,-0.01512422226369381,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.02176320180296898,0.002457863185554743,-0.01654021255671978,0.0223904550075531,0.0030844835564494133,-0.01512422226369381,0.023247215896844864,0.0022399844601750374,-0.014531468972563744,0.01765858195722103,0.004997909534722567,-0.01822122186422348,0.018978184089064598,0.004999309312552214,-0.016846729442477226,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.018446186557412148,0.004231040365993977,-0.018610231578350067,0.018978184089064598,0.004999309312552214,-0.016846729442477226,0.02032559923827648,0.004200180061161518,-0.01658068783581257,0.020362690091133118,0.003674765583127737,-0.01717548258602619,0.02032559923827648,0.004200180061161518,-0.01658068783581257,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.020362690091133118,0.003674765583127737,-0.01717548258602619,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.021251074969768524,0.003094601910561323,-0.016677329316735268,0.021251074969768524,0.003094601910561323,-0.016677329316735268,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.0223904550075531,0.0030844835564494133,-0.01512422226369381,0.023247215896844864,0.0022399844601750374,-0.014531468972563744,0.024234019219875336,0.0022574004251509905,-0.012808187864720821,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.024234019219875336,0.0022574004251509905,-0.012808187864720821,0.025088779628276825,0.001460862229578197,-0.011651053093373775,0.023977268487215042,0.0013516511535272002,-0.013834941200911999,0.025088779628276825,0.001460862229578197,-0.011651053093373775,0.024880118668079376,0.0009844962041825056,-0.012293177656829357,0.0223904550075531,0.0030844835564494133,-0.01512422226369381,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.023247215896844864,0.0022399844601750374,-0.014531468972563744,0.023247215896844864,0.0022399844601750374,-0.014531468972563744,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.024234019219875336,0.0022574004251509905,-0.012808187864720821,0.018978184089064598,0.004999309312552214,-0.016846729442477226,0.020133676007390022,0.004999555181711912,-0.015441960655152798,0.02032559923827648,0.004200180061161518,-0.01658068783581257,0.0223904550075531,0.0030844835564494133,-0.01512422226369381,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.02313392050564289,0.003518463345244527,-0.01343799103051424,0.0223904550075531,0.0030844835564494133,-0.01512422226369381,0.02313392050564289,0.003518463345244527,-0.01343799103051424,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.024234019219875336,0.0022574004251509905,-0.012808187864720821,0.025063997134566307,0.002257928717881441,-0.011097674258053303,0.025088779628276825,0.001460862229578197,-0.011651053093373775,0.02032559923827648,0.004200180061161518,-0.01658068783581257,0.020133676007390022,0.004999555181711912,-0.015441960655152798,0.021476466208696365,0.004543754272162914,-0.01446009986102581,0.02032559923827648,0.004200180061161518,-0.01658068783581257,0.021476466208696365,0.004543754272162914,-0.01446009986102581,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.024234019219875336,0.0022574004251509905,-0.012808187864720821,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.025063997134566307,0.002257928717881441,-0.011097674258053303,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.021476466208696365,0.004543754272162914,-0.01446009986102581,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.021863363683223724,0.0037832879461348057,-0.015100959688425064,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.02313392050564289,0.003518463345244527,-0.01343799103051424,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.024994559586048126,0.002953103045001626,-0.010457844473421574,0.025063997134566307,0.002257928717881441,-0.011097674258053303,0.020133676007390022,0.004999555181711912,-0.015441960655152798,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.021476466208696365,0.004543754272162914,-0.01446009986102581,0.021476466208696365,0.004543754272162914,-0.01446009986102581,0.022480005398392677,0.004550098907202482,-0.012834490276873112,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.02313392050564289,0.003518463345244527,-0.01343799103051424,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.024729575961828232,0.0034667428117245436,-0.010322300717234612,0.023748600855469704,0.0030225191731005907,-0.01298157125711441,0.024729575961828232,0.0034667428117245436,-0.010322300717234612,0.024994559586048126,0.002953103045001626,-0.010457844473421574,0.021476466208696365,0.004543754272162914,-0.01446009986102581,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.022480005398392677,0.004550098907202482,-0.012834490276873112,0.022480005398392677,0.004550098907202482,-0.012834490276873112,0.023475266993045807,0.004546629264950752,-0.010930472984910011,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.023475266993045807,0.004546629264950752,-0.010930472984910011,0.02423952706158161,0.004189265891909599,-0.010050295852124691,0.02323336899280548,0.0038699025753885508,-0.012767920270562172,0.02423952706158161,0.004189265891909599,-0.010050295852124691,0.024729575961828232,0.0034667428117245436,-0.010322300717234612,0.022480005398392677,0.004550098907202482,-0.012834490276873112,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.023475266993045807,0.004546629264950752,-0.010930472984910011,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.023179225623607635,0.0049963039346039295,-0.01028949674218893,0.023475266993045807,0.004546629264950752,-0.010930472984910011,0.023958737030625343,0.004216179251670837,0.0106320446357131,0.02340041473507881,0.0038424422964453697,0.012501374818384647,0.024340609088540077,0.003518099198117852,0.01112107653170824,0.024340609088540077,0.003518099198117852,0.01112107653170824,0.02340041473507881,0.0038424422964453697,0.012501374818384647,0.02432422712445259,0.0031206300482153893,0.011749899946153164,0.02432422712445259,0.0031206300482153893,0.011749899946153164,0.02340041473507881,0.0038424422964453697,0.012501374818384647,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.02211443893611431,0.0009421281865797937,0.016793176531791687,0.022025205194950104,0.0015959353186190128,0.01667875051498413,0.021053854376077652,0.0011209661606699228,0.018062202259898186,0.021053854376077652,0.0011209661606699228,0.018062202259898186,0.020220380276441574,0.0009511189418844879,0.019029518589377403,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.020947018638253212,-0.0000041855437302729115,0.018336568027734756,0.020220380276441574,0.0009511189418844879,0.019029518589377403,0.01954192854464054,0.0001975475752260536,0.01982812024652958,0.018735257908701897,-0.0009627944673411548,0.02049068547785282,0.017239319160580635,-0.0007025680388323963,0.021816188469529152,0.01800629124045372,-0.001604312565177679,0.020955407992005348,0.01800629124045372,-0.001604312565177679,0.020955407992005348,0.017239319160580635,-0.0007025680388323963,0.021816188469529152,0.016440918669104576,-0.0013516123872250319,0.0222883690148592,0.01800629124045372,-0.001604312565177679,0.020955407992005348,0.016440918669104576,-0.0013516123872250319,0.0222883690148592,0.016352111473679543,-0.0022655040957033634,0.022011220455169678,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.014663808047771454,-0.0026811787392944098,0.02296031266450882,0.012565495446324348,-0.0032838748302310705,0.023812221363186836,0.014404677785933018,-0.003680728841573,0.02243865095078945,0.012565495446324348,-0.0032838748302310705,0.023812221363186836,0.012661543674767017,-0.0038649113848805428,0.023302271962165833,0.012661543674767017,-0.0038649113848805428,0.023302271962165833,0.01092782523483038,-0.0039017791859805584,0.02413332276046276,0.0111625324934721,-0.004552825354039669,0.023383991792798042,0.02420966699719429,0.004541607573628426,0.009196564555168152,0.02400917373597622,0.004995351191610098,0.008242725394666195,0.023080118000507355,0.004998103715479374,0.010561244562268257,0.023019280284643173,0.004561061505228281,0.011830865405499935,0.023080118000507355,0.004998103715479374,0.010561244562268257,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.023019280284643173,0.004561061505228281,0.011830865405499935,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.022117968648672104,0.004505994729697704,0.013559133745729923,0.022117968648672104,0.004505994729697704,0.013559133745729923,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.02006322517991066,0.004519038368016481,0.016417603939771652,0.02006322517991066,0.004519038368016481,0.016417603939771652,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.018875878304243088,0.004567315801978111,0.017697587609291077,0.018875878304243088,0.004567315801978111,0.017697587609291077,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.01818324625492096,0.004995543509721756,0.017689907923340797,0.018875878304243088,0.004567315801978111,0.017697587609291077,0.01818324625492096,0.004995543509721756,0.017689907923340797,0.017032627016305923,0.004998931661248207,0.018823692575097084,0.01613413356244564,0.00454886956140399,0.020256152376532555,0.017032627016305923,0.004998931661248207,0.018823692575097084,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.01613413356244564,0.00454886956140399,0.020256152376532555,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.014724520035088062,0.004584544338285923,0.021256228908896446,0.014724520035088062,0.004584544338285923,0.021256228908896446,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.011181125417351723,0.004618865437805653,0.023278746753931046,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,0.0003379708214197308,0.000969945453107357,-0.02774735912680626,0.0013466223608702421,0.0007103252573870122,-0.027756188064813614,0.0024813516065478325,-0.000017319118342129514,-0.027714764699339867,0.0013466223608702421,0.0007103252573870122,-0.027756188064813614,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.0024813516065478325,-0.000017319118342129514,-0.027714764699339867,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.0039383284747600555,-0.000004169575731793884,-0.02754179947078228,0.0039383284747600555,-0.000004169575731793884,-0.02754179947078228,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.005332258064299822,0.0006992192356847227,-0.02727741189301014,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.005332258064299822,0.0006992192356847227,-0.02727741189301014,0.006801323499530554,0.0011934502981603146,-0.026866888627409935,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.006801323499530554,0.0011934502981603146,-0.026866888627409935,0.00826733186841011,0.000457711546914652,-0.026553291827440262,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.00826733186841011,0.000457711546914652,-0.026553291827440262,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.011948900297284126,-0.000004192796950519551,-0.025130977854132652,0.011948900297284126,-0.000004192796950519551,-0.025130977854132652,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.01370247546583414,-0.000004174850801064167,-0.024219786748290062,0.01370247546583414,-0.000004174850801064167,-0.024219786748290062,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.013712658546864986,0.0008975527598522604,-0.02413826435804367,0.01370247546583414,-0.000004174850801064167,-0.024219786748290062,0.013712658546864986,0.0008975527598522604,-0.02413826435804367,0.014970147050917149,-0.000004179762981948443,-0.02345246821641922,0.014970147050917149,-0.000004179762981948443,-0.02345246821641922,0.013712658546864986,0.0008975527598522604,-0.02413826435804367,0.015294352546334267,0.0011539411498233676,-0.023124953731894493,0.014970147050917149,-0.000004179762981948443,-0.02345246821641922,0.015294352546334267,0.0011539411498233676,-0.023124953731894493,0.01618739776313305,0.0004410621477290988,-0.022614775225520134,0.00826733186841011,0.000457711546914652,-0.026553291827440262,0.006801323499530554,0.0011934502981603146,-0.026866888627409935,0.008179092779755592,0.0013508725678548217,-0.026444535702466965,0.00826733186841011,0.000457711546914652,-0.026553291827440262,0.008179092779755592,0.0013508725678548217,-0.026444535702466965,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.01618739776313305,0.0004410621477290988,-0.022614775225520134,0.015294352546334267,0.0011539411498233676,-0.023124953731894493,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.01618739776313305,0.0004410621477290988,-0.022614775225520134,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.01779128424823284,0.00043741927947849035,-0.02137632481753826,0.01779128424823284,0.00043741927947849035,-0.02137632481753826,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.018442003056406975,0.0011449974263086915,-0.02069287747144699,0.01779128424823284,0.00043741927947849035,-0.02137632481753826,0.018442003056406975,0.0011449974263086915,-0.02069287747144699,0.019133932888507843,0.000674694892950356,-0.020159954205155373,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,-0.0014461377868428826,0.000935566087719053,-0.027718912810087204,0.0003379708214197308,0.000969945453107357,-0.02774735912680626,0.0003379708214197308,0.000969945453107357,-0.02774735912680626,-0.0014461377868428826,0.000935566087719053,-0.027718912810087204,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,0.0003379708214197308,0.000969945453107357,-0.02774735912680626,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,0.0003188898554071784,0.0018240794306620955,-0.027552787214517593,0.0003188898554071784,0.0018240794306620955,-0.027552787214517593,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,-0.0014663314213976264,0.002267726231366396,-0.02736303023993969,0.0003188898554071784,0.0018240794306620955,-0.027552787214517593,-0.0014663314213976264,0.002267726231366396,-0.02736303023993969,0.0004763825854752213,0.0026964584831148386,-0.027212759479880333,0.0004763825854752213,0.0026964584831148386,-0.027212759479880333,-0.0014663314213976264,0.002267726231366396,-0.02736303023993969,-0.0010347675997763872,0.003089378122240305,-0.026997417211532593,0.0003379708214197308,0.000969945453107357,-0.02774735912680626,0.0003188898554071784,0.0018240794306620955,-0.027552787214517593,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.0003379708214197308,0.000969945453107357,-0.02774735912680626,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.0013466223608702421,0.0007103252573870122,-0.027756188064813614,0.0013466223608702421,0.0007103252573870122,-0.027756188064813614,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.005332258064299822,0.0006992192356847227,-0.02727741189301014,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.005359335336834192,0.0018093931721523404,-0.027034342288970947,0.005332258064299822,0.0006992192356847227,-0.02727741189301014,0.005359335336834192,0.0018093931721523404,-0.027034342288970947,0.006801323499530554,0.0011934502981603146,-0.026866888627409935,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.0113899577409029,0.001818880089558661,-0.025088852271437645,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.0113899577409029,0.001818880089558661,-0.025088852271437645,0.012676074169576168,0.0017891499446704984,-0.02448110282421112,0.011540121398866177,0.0008856956847012043,-0.025258097797632217,0.012676074169576168,0.0017891499446704984,-0.02448110282421112,0.013712658546864986,0.0008975527598522604,-0.02413826435804367,0.013712658546864986,0.0008975527598522604,-0.02413826435804367,0.012676074169576168,0.0017891499446704984,-0.02448110282421112,0.014416330493986607,0.001798461191356182,-0.023493491113185883,0.013712658546864986,0.0008975527598522604,-0.02413826435804367,0.014416330493986607,0.001798461191356182,-0.023493491113185883,0.015294352546334267,0.0011539411498233676,-0.023124953731894493,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.0033908411860466003,0.002265841932967305,-0.02719377540051937,0.0033892146311700344,0.0011232454562559724,-0.02752404287457466,0.0033908411860466003,0.002265841932967305,-0.02719377540051937,0.005359335336834192,0.0018093931721523404,-0.027034342288970947,0.006801323499530554,0.0011934502981603146,-0.026866888627409935,0.005359335336834192,0.0018093931721523404,-0.027034342288970947,0.006743763107806444,0.0022562651429325342,-0.0265602208673954,0.006801323499530554,0.0011934502981603146,-0.026866888627409935,0.006743763107806444,0.0022562651429325342,-0.0265602208673954,0.008179092779755592,0.0013508725678548217,-0.026444535702466965,0.008179092779755592,0.0013508725678548217,-0.026444535702466965,0.006743763107806444,0.0022562651429325342,-0.0265602208673954,0.008126281201839447,0.002249483484774828,-0.026178304105997086,0.008179092779755592,0.0013508725678548217,-0.026444535702466965,0.008126281201839447,0.002249483484774828,-0.026178304105997086,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.008126281201839447,0.002249483484774828,-0.026178304105997086,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.009955981746315956,0.00116251059807837,-0.025874746963381767,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.0113899577409029,0.001818880089558661,-0.025088852271437645,0.015294352546334267,0.0011539411498233676,-0.023124953731894493,0.014416330493986607,0.001798461191356182,-0.023493491113185883,0.015208058059215546,0.0022568763233721256,-0.022803060710430145,0.015294352546334267,0.0011539411498233676,-0.023124953731894493,0.015208058059215546,0.0022568763233721256,-0.022803060710430145,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.01685425266623497,0.0013281742576509714,-0.021966323256492615,0.015208058059215546,0.0022568763233721256,-0.022803060710430145,0.016617340967059135,0.0022663611453026533,-0.021789681166410446,0.0003188898554071784,0.0018240794306620955,-0.027552787214517593,0.0004763825854752213,0.0026964584831148386,-0.027212759479880333,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.005359335336834192,0.0018093931721523404,-0.027034342288970947,0.0033908411860466003,0.002265841932967305,-0.02719377540051937,0.005285708233714104,0.002681508893147111,-0.02670573629438877,0.005359335336834192,0.0018093931721523404,-0.027034342288970947,0.005285708233714104,0.002681508893147111,-0.02670573629438877,0.006743763107806444,0.0022562651429325342,-0.0265602208673954,0.0113899577409029,0.001818880089558661,-0.025088852271437645,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.011655754409730434,0.0026730867102742195,-0.024609345942735672,0.0113899577409029,0.001818880089558661,-0.025088852271437645,0.011655754409730434,0.0026730867102742195,-0.024609345942735672,0.012676074169576168,0.0017891499446704984,-0.02448110282421112,0.012676074169576168,0.0017891499446704984,-0.02448110282421112,0.011655754409730434,0.0026730867102742195,-0.024609345942735672,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.012676074169576168,0.0017891499446704984,-0.02448110282421112,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.014416330493986607,0.001798461191356182,-0.023493491113185883,0.014416330493986607,0.001798461191356182,-0.023493491113185883,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.015208058059215546,0.0022568763233721256,-0.022803060710430145,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.0004763825854752213,0.0026964584831148386,-0.027212759479880333,0.0023859262000769377,0.0030949574429541826,-0.026907874271273613,0.001593181281350553,0.0019774972461163998,-0.027468448504805565,0.0023859262000769377,0.0030949574429541826,-0.026907874271273613,0.0033908411860466003,0.002265841932967305,-0.02719377540051937,0.0033908411860466003,0.002265841932967305,-0.02719377540051937,0.0023859262000769377,0.0030949574429541826,-0.026907874271273613,0.003827301785349846,0.003092211438342929,-0.026736730709671974,0.0033908411860466003,0.002265841932967305,-0.02719377540051937,0.003827301785349846,0.003092211438342929,-0.026736730709671974,0.005285708233714104,0.002681508893147111,-0.02670573629438877,0.006743763107806444,0.0022562651429325342,-0.0265602208673954,0.005285708233714104,0.002681508893147111,-0.02670573629438877,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.006743763107806444,0.0022562651429325342,-0.0265602208673954,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.008126281201839447,0.002249483484774828,-0.026178304105997086,0.008126281201839447,0.002249483484774828,-0.026178304105997086,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.015208058059215546,0.0022568763233721256,-0.022803060710430145,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.014928746037185192,0.0031024168711155653,-0.022507693618535995,0.0004763825854752213,0.0026964584831148386,-0.027212759479880333,-0.0010347675997763872,0.003089378122240305,-0.026997417211532593,0.001046090736053884,0.0036414845380932093,-0.026646802201867104,0.0004763825854752213,0.0026964584831148386,-0.027212759479880333,0.001046090736053884,0.0036414845380932093,-0.026646802201867104,0.0023859262000769377,0.0030949574429541826,-0.026907874271273613,0.005285708233714104,0.002681508893147111,-0.02670573629438877,0.003827301785349846,0.003092211438342929,-0.026736730709671974,0.00525501137599349,0.0034684743732213974,-0.026261860504746437,0.005285708233714104,0.002681508893147111,-0.02670573629438877,0.00525501137599349,0.0034684743732213974,-0.026261860504746437,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.00525501137599349,0.0034684743732213974,-0.026261860504746437,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.008414153009653091,0.0034862481988966465,-0.025411173701286316,0.007669873535633087,0.0028330504428595304,-0.026052193716168404,0.008414153009653091,0.0034862481988966465,-0.025411173701286316,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.008414153009653091,0.0034862481988966465,-0.025411173701286316,0.009714777581393719,0.0034757854882627726,-0.024956051260232925,0.009886018931865692,0.0025169546715915203,-0.025454800575971603,0.009714777581393719,0.0034757854882627726,-0.024956051260232925,0.011655754409730434,0.0026730867102742195,-0.024609345942735672,0.011655754409730434,0.0026730867102742195,-0.024609345942735672,0.009714777581393719,0.0034757854882627726,-0.024956051260232925,0.011502099223434925,0.0034873613622039557,-0.024175049737095833,0.011655754409730434,0.0026730867102742195,-0.024609345942735672,0.011502099223434925,0.0034873613622039557,-0.024175049737095833,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.011502099223434925,0.0034873613622039557,-0.024175049737095833,0.013188949786126614,0.003487392794340849,-0.023297958076000214,0.013386978767812252,0.002681321930140257,-0.023707320913672447,0.013188949786126614,0.003487392794340849,-0.023297958076000214,0.014928746037185192,0.0031024168711155653,-0.022507693618535995,-0.0010347675997763872,0.003089378122240305,-0.026997417211532593,-0.0004121199017390609,0.003893704852089286,-0.026475457474589348,0.001046090736053884,0.0036414845380932093,-0.026646802201867104,0.0023859262000769377,0.0030949574429541826,-0.026907874271273613,0.001046090736053884,0.0036414845380932093,-0.026646802201867104,0.002365442691370845,0.003867098828777671,-0.0263940691947937,0.0023859262000769377,0.0030949574429541826,-0.026907874271273613,0.002365442691370845,0.003867098828777671,-0.0263940691947937,0.003827301785349846,0.003092211438342929,-0.026736730709671974,0.003827301785349846,0.003092211438342929,-0.026736730709671974,0.002365442691370845,0.003867098828777671,-0.0263940691947937,0.004560448694974184,0.0038962808903306723,-0.026087448000907898,0.003827301785349846,0.003092211438342929,-0.026736730709671974,0.004560448694974184,0.0038962808903306723,-0.026087448000907898,0.00525501137599349,0.0034684743732213974,-0.026261860504746437,0.00525501137599349,0.0034684743732213974,-0.026261860504746437,0.004560448694974184,0.0038962808903306723,-0.026087448000907898,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.008414153009653091,0.0034862481988966465,-0.025411173701286316,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.008414153009653091,0.0034862481988966465,-0.025411173701286316,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.009714777581393719,0.0034757854882627726,-0.024956051260232925,0.009714777581393719,0.0034757854882627726,-0.024956051260232925,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.011502099223434925,0.0034873613622039557,-0.024175049737095833,0.011502099223434925,0.0034873613622039557,-0.024175049737095833,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.011321227997541428,0.004039641469717026,-0.02379806712269783,0.011502099223434925,0.0034873613622039557,-0.024175049737095833,0.011321227997541428,0.004039641469717026,-0.02379806712269783,0.013188949786126614,0.003487392794340849,-0.023297958076000214,-0.0004121199017390609,0.003893704852089286,-0.026475457474589348,-0.00005996941035846248,0.004467099439352751,-0.025974543765187263,0.001046090736053884,0.0036414845380932093,-0.026646802201867104,0.001046090736053884,0.0036414845380932093,-0.026646802201867104,-0.00005996941035846248,0.004467099439352751,-0.025974543765187263,0.002365442691370845,0.003867098828777671,-0.0263940691947937,0.002365442691370845,0.003867098828777671,-0.0263940691947937,-0.00005996941035846248,0.004467099439352751,-0.025974543765187263,0.0014804791426286101,0.004567809868603945,-0.025818349793553352,0.002365442691370845,0.003867098828777671,-0.0263940691947937,0.0014804791426286101,0.004567809868603945,-0.025818349793553352,0.00336403283290565,0.004533335100859404,-0.025680365040898323,0.002365442691370845,0.003867098828777671,-0.0263940691947937,0.00336403283290565,0.004533335100859404,-0.025680365040898323,0.004560448694974184,0.0038962808903306723,-0.026087448000907898,0.004560448694974184,0.0038962808903306723,-0.026087448000907898,0.00336403283290565,0.004533335100859404,-0.025680365040898323,0.005398795008659363,0.004491411615163088,-0.025380626320838928,0.004560448694974184,0.0038962808903306723,-0.026087448000907898,0.005398795008659363,0.004491411615163088,-0.025380626320838928,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.005398795008659363,0.004491411615163088,-0.025380626320838928,0.007488864008337259,0.004568077158182859,-0.024760663509368896,0.007089863531291485,0.0036800485104322433,-0.025685762986540794,0.007488864008337259,0.004568077158182859,-0.024760663509368896,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.007488864008337259,0.004568077158182859,-0.024760663509368896,0.00994193460792303,0.004537981003522873,-0.023917214944958687,0.009194506332278252,0.003979075700044632,-0.02475864067673683,0.00994193460792303,0.004537981003522873,-0.023917214944958687,0.011321227997541428,0.004039641469717026,-0.02379806712269783,0.001173360156826675,-0.005008758511394262,0.025361094623804092,0.0005367869744077325,-0.004243436269462109,0.026204926893115044,-0.000824503309559077,-0.005006793420761824,0.025374334305524826,-0.000824503309559077,-0.005006793420761824,0.025374334305524826,0.0005367869744077325,-0.004243436269462109,0.026204926893115044,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.000824503309559077,-0.005006793420761824,0.025374334305524826,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.0024622255004942417,-0.005007488653063774,0.02526606246829033,-0.0024622255004942417,-0.005007488653063774,0.02526606246829033,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.004284583032131195,-0.005007897969335318,0.025025324895977974,-0.004284583032131195,-0.005007897969335318,0.025025324895977974,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.004757984075695276,-0.004254632163792849,0.025763332843780518,-0.004284583032131195,-0.005007897969335318,0.025025324895977974,-0.004757984075695276,-0.004254632163792849,0.025763332843780518,-0.006482751574367285,-0.004592844285070896,0.025033241137862206,-0.004757984075695276,-0.004254632163792849,0.025763332843780518,-0.0070708137936890125,-0.003888337407261133,0.02555173635482788,-0.006482751574367285,-0.004592844285070896,0.025033241137862206,-0.006482751574367285,-0.004592844285070896,0.025033241137862206,-0.0070708137936890125,-0.003888337407261133,0.02555173635482788,-0.008046681992709637,-0.004528431687504053,0.024647772312164307,-0.008046681992709637,-0.004528431687504053,0.024647772312164307,-0.0070708137936890125,-0.003888337407261133,0.02555173635482788,-0.009122513234615326,-0.003879725467413664,0.024891192093491554,-0.008046681992709637,-0.004528431687504053,0.024647772312164307,-0.009122513234615326,-0.003879725467413664,0.024891192093491554,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,0.0005367869744077325,-0.004243436269462109,0.026204926893115044,0.001173360156826675,-0.005008758511394262,0.025361094623804092,0.002850866410881281,-0.0045669469982385635,0.025730498135089874,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.006455640774220228,-0.005006019026041031,0.024554194882512093,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.0005367869744077325,-0.004243436269462109,0.026204926893115044,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,-0.0019001972395926714,-0.0032904772087931633,0.026858611032366753,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.0019001972395926714,-0.0032904772087931633,0.026858611032366753,-0.002806273056194186,-0.0034995947498828173,0.026637103408575058,-0.002300933003425598,-0.0042249420657753944,0.02612828090786934,-0.002806273056194186,-0.0034995947498828173,0.026637103408575058,-0.004757984075695276,-0.004254632163792849,0.025763332843780518,-0.004757984075695276,-0.004254632163792849,0.025763332843780518,-0.002806273056194186,-0.0034995947498828173,0.026637103408575058,-0.004751214291900396,-0.003497994039207697,0.02635941468179226,-0.004757984075695276,-0.004254632163792849,0.025763332843780518,-0.004751214291900396,-0.003497994039207697,0.02635941468179226,-0.0070708137936890125,-0.003888337407261133,0.02555173635482788,-0.0070708137936890125,-0.003888337407261133,0.02555173635482788,-0.004751214291900396,-0.003497994039207697,0.02635941468179226,-0.0069345226511359215,-0.0034849841613322496,0.02588609606027603,-0.01033216342329979,-0.004404817707836628,0.02393098920583725,-0.009122513234615326,-0.003879725467413664,0.024891192093491554,-0.011059111915528774,-0.00349572766572237,0.024396104738116264,0.0022965348325669765,-0.003910590894520283,0.026389306411147118,0.0005367869744077325,-0.004243436269462109,0.026204926893115044,0.002850866410881281,-0.0045669469982385635,0.025730498135089874,0.0022965348325669765,-0.003910590894520283,0.026389306411147118,0.002850866410881281,-0.0045669469982385635,0.025730498135089874,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.006611559074372053,-0.0038639495614916086,0.025684397667646408,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.006611559074372053,-0.0038639495614916086,0.025684397667646408,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.0075294701382517815,-0.0036387324798852205,0.025610310956835747,0.0075294701382517815,-0.0036387324798852205,0.025610310956835747,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.009148607030510902,-0.003870870918035507,0.02488885261118412,0.009148607030510902,-0.003870870918035507,0.02488885261118412,0.007639915682375431,-0.004565051756799221,0.02474098466336727,0.009125353768467903,-0.004507734905928373,0.024288160726428032,0.009148607030510902,-0.003870870918035507,0.02488885261118412,0.009125353768467903,-0.004507734905928373,0.024288160726428032,0.01092782523483038,-0.0039017791859805584,0.02413332276046276,0.01092782523483038,-0.0039017791859805584,0.02413332276046276,0.009125353768467903,-0.004507734905928373,0.024288160726428032,0.0111625324934721,-0.004552825354039669,0.023383991792798042,-0.0070708137936890125,-0.003888337407261133,0.02555173635482788,-0.0069345226511359215,-0.0034849841613322496,0.02588609606027603,-0.009122513234615326,-0.003879725467413664,0.024891192093491554,-0.009122513234615326,-0.003879725467413664,0.024891192093491554,-0.0069345226511359215,-0.0034849841613322496,0.02588609606027603,-0.009386214427649975,-0.003101594978943467,0.02534552849829197,-0.009122513234615326,-0.003879725467413664,0.024891192093491554,-0.009386214427649975,-0.003101594978943467,0.02534552849829197,-0.011059111915528774,-0.00349572766572237,0.024396104738116264,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,0.0005367869744077325,-0.004243436269462109,0.026204926893115044,0.0022965348325669765,-0.003910590894520283,0.026389306411147118,0.003626406891271472,-0.003515813499689102,0.026524681597948074,0.0022965348325669765,-0.003910590894520283,0.026389306411147118,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.003626406891271472,-0.003515813499689102,0.026524681597948074,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.004911398980766535,-0.0034539757762104273,0.02635953761637211,0.004911398980766535,-0.0034539757762104273,0.02635953761637211,0.004866833332926035,-0.004392967559397221,0.025617580860853195,0.006611559074372053,-0.0038639495614916086,0.025684397667646408,-0.002806273056194186,-0.0034995947498828173,0.026637103408575058,-0.0019001972395926714,-0.0032904772087931633,0.026858611032366753,-0.0038353968411684036,-0.002896010410040617,0.02686191163957119,-0.002806273056194186,-0.0034995947498828173,0.026637103408575058,-0.0038353968411684036,-0.002896010410040617,0.02686191163957119,-0.004751214291900396,-0.003497994039207697,0.02635941468179226,-0.004751214291900396,-0.003497994039207697,0.02635941468179226,-0.0038353968411684036,-0.002896010410040617,0.02686191163957119,-0.005730737000703812,-0.0028960159979760647,0.026522178202867508,-0.004751214291900396,-0.003497994039207697,0.02635941468179226,-0.005730737000703812,-0.0028960159979760647,0.026522178202867508,-0.0069345226511359215,-0.0034849841613322496,0.02588609606027603,-0.0069345226511359215,-0.0034849841613322496,0.02588609606027603,-0.005730737000703812,-0.0028960159979760647,0.026522178202867508,-0.007629819680005312,-0.0026912265457212925,0.026149552315473557,-0.0069345226511359215,-0.0034849841613322496,0.02588609606027603,-0.007629819680005312,-0.0026912265457212925,0.026149552315473557,-0.009386214427649975,-0.003101594978943467,0.02534552849829197,-0.011059111915528774,-0.00349572766572237,0.024396104738116264,-0.009386214427649975,-0.003101594978943467,0.02534552849829197,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,0.0019136350601911545,-0.003108010161668062,0.02695622481405735,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,0.0022965348325669765,-0.003910590894520283,0.026389306411147118,0.0019136350601911545,-0.003108010161668062,0.02695622481405735,0.0022965348325669765,-0.003910590894520283,0.026389306411147118,0.003626406891271472,-0.003515813499689102,0.026524681597948074,0.006550539284944534,-0.0030731260776519775,0.02623756229877472,0.004911398980766535,-0.0034539757762104273,0.02635953761637211,0.006611559074372053,-0.0038639495614916086,0.025684397667646408,0.006550539284944534,-0.0030731260776519775,0.02623756229877472,0.006611559074372053,-0.0038639495614916086,0.025684397667646408,0.0075294701382517815,-0.0036387324798852205,0.025610310956835747,0.008964914828538895,-0.0030598018784075975,0.025526713579893112,0.0075294701382517815,-0.0036387324798852205,0.025610310956835747,0.009148607030510902,-0.003870870918035507,0.02488885261118412,0.008964914828538895,-0.0030598018784075975,0.025526713579893112,0.009148607030510902,-0.003870870918035507,0.02488885261118412,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,0.009148607030510902,-0.003870870918035507,0.02488885261118412,0.01092782523483038,-0.0039017791859805584,0.02413332276046276,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,0.000144916630233638,-0.0022333168890327215,0.027432678267359734,-0.0011344117810949683,-0.0022911829873919487,0.02738727256655693,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,-0.0011344117810949683,-0.0022911829873919487,0.02738727256655693,-0.0019001972395926714,-0.0032904772087931633,0.026858611032366753,-0.0019001972395926714,-0.0032904772087931633,0.026858611032366753,-0.0011344117810949683,-0.0022911829873919487,0.02738727256655693,-0.0028606897685676813,-0.002243125345557928,0.027281038463115692,-0.0019001972395926714,-0.0032904772087931633,0.026858611032366753,-0.0028606897685676813,-0.002243125345557928,0.027281038463115692,-0.0038353968411684036,-0.002896010410040617,0.02686191163957119,-0.0038353968411684036,-0.002896010410040617,0.02686191163957119,-0.0028606897685676813,-0.002243125345557928,0.027281038463115692,-0.004836857784539461,-0.002268475014716387,0.02699068933725357,-0.0038353968411684036,-0.002896010410040617,0.02686191163957119,-0.004836857784539461,-0.002268475014716387,0.02699068933725357,-0.005730737000703812,-0.0028960159979760647,0.026522178202867508,-0.005730737000703812,-0.0028960159979760647,0.026522178202867508,-0.004836857784539461,-0.002268475014716387,0.02699068933725357,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.005730737000703812,-0.0028960159979760647,0.026522178202867508,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.007629819680005312,-0.0026912265457212925,0.026149552315473557,-0.009386214427649975,-0.003101594978943467,0.02534552849829197,-0.007629819680005312,-0.0026912265457212925,0.026149552315473557,-0.00956970825791359,-0.0022707749158143997,0.025696594268083572,-0.009386214427649975,-0.003101594978943467,0.02534552849829197,-0.00956970825791359,-0.0022707749158143997,0.025696594268083572,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,0.0038423778023570776,-0.002895999001339078,0.0268609207123518,0.0019136350601911545,-0.003108010161668062,0.02695622481405735,0.003626406891271472,-0.003515813499689102,0.026524681597948074,0.0038423778023570776,-0.002895999001339078,0.0268609207123518,0.003626406891271472,-0.003515813499689102,0.026524681597948074,0.004911398980766535,-0.0034539757762104273,0.02635953761637211,0.0038423778023570776,-0.002895999001339078,0.0268609207123518,0.004911398980766535,-0.0034539757762104273,0.02635953761637211,0.0057458532974123955,-0.0026580553967505693,0.026642270386219025,0.0057458532974123955,-0.0026580553967505693,0.026642270386219025,0.004911398980766535,-0.0034539757762104273,0.02635953761637211,0.006550539284944534,-0.0030731260776519775,0.02623756229877472,0.006550539284944534,-0.0030731260776519775,0.02623756229877472,0.0075294701382517815,-0.0036387324798852205,0.025610310956835747,0.008964914828538895,-0.0030598018784075975,0.025526713579893112,0.009587598033249378,-0.0026624458841979504,0.025509987026453018,0.008964914828538895,-0.0030598018784075975,0.025526713579893112,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,-0.007629819680005312,-0.0026912265457212925,0.026149552315473557,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.008552863262593746,-0.001796478871256113,0.026220684871077538,-0.007629819680005312,-0.0026912265457212925,0.026149552315473557,-0.008552863262593746,-0.001796478871256113,0.026220684871077538,-0.00956970825791359,-0.0022707749158143997,0.025696594268083572,-0.01118130050599575,-0.0026888716965913773,0.02484094351530075,-0.00956970825791359,-0.0022707749158143997,0.025696594268083572,-0.011387942358851433,-0.001787766464985907,0.02512294054031372,0.000144916630233638,-0.0022333168890327215,0.027432678267359734,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,0.0018967082723975182,-0.002282257890328765,0.027349893003702164,0.0018967082723975182,-0.002282257890328765,0.027349893003702164,-0.00003238446879549883,-0.0032983433920890093,0.02692197822034359,0.0019136350601911545,-0.003108010161668062,0.02695622481405735,0.0018967082723975182,-0.002282257890328765,0.027349893003702164,0.0019136350601911545,-0.003108010161668062,0.02695622481405735,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.0019136350601911545,-0.003108010161668062,0.02695622481405735,0.0038423778023570776,-0.002895999001339078,0.0268609207123518,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.0038423778023570776,-0.002895999001339078,0.0268609207123518,0.0057458532974123955,-0.0026580553967505693,0.026642270386219025,0.0057458532974123955,-0.0026580553967505693,0.026642270386219025,0.006550539284944534,-0.0030731260776519775,0.02623756229877472,0.007540785241872072,-0.002288335468620062,0.026354219764471054,0.007540785241872072,-0.002288335468620062,0.026354219764471054,0.006550539284944534,-0.0030731260776519775,0.02623756229877472,0.008964914828538895,-0.0030598018784075975,0.025526713579893112,0.007540785241872072,-0.002288335468620062,0.026354219764471054,0.008964914828538895,-0.0030598018784075975,0.025526713579893112,0.009587598033249378,-0.0026624458841979504,0.025509987026453018,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.009587598033249378,-0.0026624458841979504,0.025509987026453018,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,0.000144916630233638,-0.0022333168890327215,0.027432678267359734,0.0008278225432150066,-0.0013828842202201486,0.02767573669552803,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,0.000144916630233638,-0.0022333168890327215,0.027432678267359734,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,-0.0011344117810949683,-0.0022911829873919487,0.02738727256655693,-0.0011344117810949683,-0.0022911829873919487,0.02738727256655693,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,-0.0028606897685676813,-0.002243125345557928,0.027281038463115692,-0.0028606897685676813,-0.002243125345557928,0.027281038463115692,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,-0.002934308024123311,-0.0016043344512581825,0.02747444249689579,-0.0028606897685676813,-0.002243125345557928,0.027281038463115692,-0.002934308024123311,-0.0016043344512581825,0.02747444249689579,-0.004836857784539461,-0.002268475014716387,0.02699068933725357,-0.004836857784539461,-0.002268475014716387,0.02699068933725357,-0.002934308024123311,-0.0016043344512581825,0.02747444249689579,-0.0048752822913229465,-0.0016043377108871937,0.027197103947401047,-0.004836857784539461,-0.002268475014716387,0.02699068933725357,-0.0048752822913229465,-0.0016043377108871937,0.027197103947401047,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.00956970825791359,-0.0022707749158143997,0.025696594268083572,-0.008552863262593746,-0.001796478871256113,0.026220684871077538,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.00956970825791359,-0.0022707749158143997,0.025696594268083572,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.011387942358851433,-0.001787766464985907,0.02512294054031372,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.0057458532974123955,-0.0026580553967505693,0.026642270386219025,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.0057458532974123955,-0.0026580553967505693,0.026642270386219025,0.007540785241872072,-0.002288335468620062,0.026354219764471054,0.0081376563757658,-0.001847570645622909,0.02634263038635254,0.007540785241872072,-0.002288335468620062,0.026354219764471054,0.009587598033249378,-0.0026624458841979504,0.025509987026453018,0.0081376563757658,-0.001847570645622909,0.02634263038635254,0.009587598033249378,-0.0026624458841979504,0.025509987026453018,0.01103226188570261,-0.002223442541435361,0.025127368047833443,-0.002934308024123311,-0.0016043344512581825,0.02747444249689579,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,-0.0017546338494867086,-0.0006689982255920768,0.02775602415204048,-0.002934308024123311,-0.0016043344512581825,0.02747444249689579,-0.0017546338494867086,-0.0006689982255920768,0.02775602415204048,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.002934308024123311,-0.0016043344512581825,0.02747444249689579,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.0048752822913229465,-0.0016043377108871937,0.027197103947401047,-0.0048752822913229465,-0.0016043377108871937,0.027197103947401047,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.005691796541213989,-0.0009306402644142509,0.027182353660464287,-0.0048752822913229465,-0.0016043377108871937,0.027197103947401047,-0.005691796541213989,-0.0009306402644142509,0.027182353660464287,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.005691796541213989,-0.0009306402644142509,0.027182353660464287,-0.008091815747320652,-0.0009293382754549384,0.02657313086092472,-0.006757501047104597,-0.002021156018599868,0.026675987988710403,-0.008091815747320652,-0.0009293382754549384,0.02657313086092472,-0.008552863262593746,-0.001796478871256113,0.026220684871077538,-0.008552863262593746,-0.001796478871256113,0.026220684871077538,-0.008091815747320652,-0.0009293382754549384,0.02657313086092472,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.011387942358851433,-0.001787766464985907,0.02512294054031372,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.011472869664430618,-0.0009254919132217765,0.02529372088611126,0.0008278225432150066,-0.0013828842202201486,0.02767573669552803,0.000144916630233638,-0.0022333168890327215,0.027432678267359734,0.0018967082723975182,-0.002282257890328765,0.027349893003702164,0.0008278225432150066,-0.0013828842202201486,0.02767573669552803,0.0018967082723975182,-0.002282257890328765,0.027349893003702164,0.002937991637736559,-0.0016043109353631735,0.02747405506670475,0.002937991637736559,-0.0016043109353631735,0.02747405506670475,0.0018967082723975182,-0.002282257890328765,0.027349893003702164,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.002937991637736559,-0.0016043109353631735,0.02747405506670475,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.004878917243331671,-0.001604309189133346,0.027196459472179413,0.004878917243331671,-0.001604309189133346,0.027196459472179413,0.0038573527708649635,-0.0022638803347945213,0.027149152010679245,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.0081376563757658,-0.001847570645622909,0.02634263038635254,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.007540785241872072,-0.002288335468620062,0.026354219764471054,0.009706823155283928,-0.0013549365103244781,0.025939511135220528,0.0081376563757658,-0.001847570645622909,0.02634263038635254,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.009706823155283928,-0.0013549365103244781,0.025939511135220528,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.010988895781338215,-0.0013801860623061657,0.025410233065485954,0.0008278225432150066,-0.0013828842202201486,0.02767573669552803,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,-0.0009700445225462317,-0.0013473568251356483,0.027681468054652214,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,-0.0017546338494867086,-0.0006689982255920768,0.02775602415204048,-0.005691796541213989,-0.0009306402644142509,0.027182353660464287,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.008091815747320652,-0.0009293382754549384,0.02657313086092472,-0.008091815747320652,-0.0009293382754549384,0.02657313086092472,-0.008707926608622074,-0.0004953194293193519,0.02642524614930153,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.008707926608622074,-0.0004953194293193519,0.02642524614930153,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.010077775456011295,-0.001380147528834641,0.025785276666283607,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.011472869664430618,-0.0009254919132217765,0.02529372088611126,0.0019399462034925818,-0.000933632196392864,0.027703907340765,0.0008278225432150066,-0.0013828842202201486,0.02767573669552803,0.002937991637736559,-0.0016043109353631735,0.02747405506670475,0.0019399462034925818,-0.000933632196392864,0.027703907340765,0.002937991637736559,-0.0016043109353631735,0.02747405506670475,0.004078456200659275,-0.000947294058278203,0.02746759168803692,0.004078456200659275,-0.000947294058278203,0.02746759168803692,0.002937991637736559,-0.0016043109353631735,0.02747405506670475,0.004878917243331671,-0.001604309189133346,0.027196459472179413,0.004078456200659275,-0.000947294058278203,0.02746759168803692,0.004878917243331671,-0.001604309189133346,0.027196459472179413,0.006054761353880167,-0.0009323329431936145,0.027103334665298462,0.006054761353880167,-0.0009323329431936145,0.027103334665298462,0.004878917243331671,-0.001604309189133346,0.027196459472179413,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.006054761353880167,-0.0009323329431936145,0.027103334665298462,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.007827458903193474,-0.000954761344473809,0.026644404977560043,0.007827458903193474,-0.000954761344473809,0.026644404977560043,0.005884460173547268,-0.0018264097161591053,0.026938186958432198,0.0081376563757658,-0.001847570645622909,0.02634263038635254,0.007827458903193474,-0.000954761344473809,0.026644404977560043,0.0081376563757658,-0.001847570645622909,0.02634263038635254,0.009706823155283928,-0.0013549365103244781,0.025939511135220528,-0.0017546338494867086,-0.0006689982255920768,0.02775602415204048,-0.0020853732712566853,-0.0000012321689837335725,0.027762865647673607,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.0020853732712566853,-0.0000012321689837335725,0.027762865647673607,-0.0034788595512509346,0.00014427512360271066,0.027625948190689087,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.0034788595512509346,0.00014427512360271066,0.027625948190689087,-0.004986351355910301,0.00014283116615843028,0.0273940097540617,-0.003839615499600768,-0.0008919760002754629,0.02751181647181511,-0.004986351355910301,0.00014283116615843028,0.0273940097540617,-0.005691796541213989,-0.0009306402644142509,0.027182353660464287,-0.005691796541213989,-0.0009306402644142509,0.027182353660464287,-0.004986351355910301,0.00014283116615843028,0.0273940097540617,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.008091815747320652,-0.0009293382754549384,0.02657313086092472,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.008707926608622074,-0.0004953194293193519,0.02642524614930153,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,0.0008278225432150066,-0.0013828842202201486,0.02767573669552803,0.0019399462034925818,-0.000933632196392864,0.027703907340765,0.0034788602497428656,-0.00015263237582985312,0.027625948190689087,0.0019399462034925818,-0.000933632196392864,0.027703907340765,0.004078456200659275,-0.000947294058278203,0.02746759168803692,0.004986351355910301,-0.00015118846204131842,0.0273940097540617,0.004078456200659275,-0.000947294058278203,0.02746759168803692,0.006054761353880167,-0.0009323329431936145,0.027103334665298462,0.008804166689515114,-0.0004120623634662479,0.02639775350689888,0.007827458903193474,-0.000954761344473809,0.026644404977560043,0.009706823155283928,-0.0013549365103244781,0.025939511135220528,0.008804166689515114,-0.0004120623634662479,0.02639775350689888,0.009706823155283928,-0.0013549365103244781,0.025939511135220528,0.01058709342032671,-0.00046645713155157864,0.02572919800877571,0.01058709342032671,-0.00046645713155157864,0.02572919800877571,0.009706823155283928,-0.0013549365103244781,0.025939511135220528,0.010988895781338215,-0.0013801860623061657,0.025410233065485954,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,-0.0017546338494867086,-0.0006689982255920768,0.02775602415204048,-0.0017546338494867086,-0.0006689982255920768,0.02775602415204048,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,-0.0020853732712566853,-0.0000012321689837335725,0.027762865647673607,-0.008707926608622074,-0.0004953194293193519,0.02642524614930153,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.008804160170257092,0.00040370458737015724,0.02639775723218918,-0.008707926608622074,-0.0004953194293193519,0.02642524614930153,-0.008804160170257092,0.00040370458737015724,0.02639775723218918,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.010909607633948326,-0.00040591979632154107,0.0256063062697649,-0.008804160170257092,0.00040370458737015724,0.02639775723218918,-0.010587095282971859,0.00045810104347765446,0.02572919800877571,0.0020853732712566853,-0.0000071251947701966856,0.027762865647673607,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,0.0019399462034925818,-0.000933632196392864,0.027703907340765,0.0020853732712566853,-0.0000071251947701966856,0.027762865647673607,0.0019399462034925818,-0.000933632196392864,0.027703907340765,0.0034788602497428656,-0.00015263237582985312,0.027625948190689087,0.004986351355910301,-0.00015118846204131842,0.0273940097540617,0.0034788602497428656,-0.00015263237582985312,0.027625948190689087,0.004078456200659275,-0.000947294058278203,0.02746759168803692,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.004986351355910301,-0.00015118846204131842,0.0273940097540617,0.006054761353880167,-0.0009323329431936145,0.027103334665298462,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.006054761353880167,-0.0009323329431936145,0.027103334665298462,0.007827458903193474,-0.000954761344473809,0.026644404977560043,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.007827458903193474,-0.000954761344473809,0.026644404977560043,0.008804166689515114,-0.0004120623634662479,0.02639775350689888,-0.0020853732712566853,-0.0000012321689837335725,0.027762865647673607,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,-0.00193994608707726,0.0009252745658159256,0.027703907340765,-0.0020853732712566853,-0.0000012321689837335725,0.027762865647673607,-0.00193994608707726,0.0009252745658159256,0.027703907340765,-0.0034788595512509346,0.00014427512360271066,0.027625948190689087,-0.004986351355910301,0.00014283116615843028,0.0273940097540617,-0.0034788595512509346,0.00014427512360271066,0.027625948190689087,-0.004078458063304424,0.0009389367187395692,0.02746759168803692,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.004986351355910301,0.00014283116615843028,0.0273940097540617,-0.006054761353880167,0.0009239761275239289,0.027103334665298462,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.006054761353880167,0.0009239761275239289,0.027103334665298462,-0.0078274542465806,0.000946408195886761,0.026644406840205193,-0.006775636691600084,-0.00015118770534172654,0.02700704149901867,-0.0078274542465806,0.000946408195886761,0.026644406840205193,-0.008804160170257092,0.00040370458737015724,0.02639775723218918,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,0.0017546328017488122,0.0006606403621844947,0.02775602415204048,0.0017546328017488122,0.0006606403621844947,0.02775602415204048,0.00008693496783962473,-0.0004517810884863138,0.027824435383081436,0.0020853732712566853,-0.0000071251947701966856,0.027762865647673607,0.00869519542902708,0.0004798732989002019,0.026429753750562668,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.008804166689515114,-0.0004120623634662479,0.02639775350689888,0.00869519542902708,0.0004798732989002019,0.026429753750562668,0.008804166689515114,-0.0004120623634662479,0.02639775350689888,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.008804166689515114,-0.0004120623634662479,0.02639775350689888,0.01058709342032671,-0.00046645713155157864,0.02572919800877571,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,-0.0008278232999145985,0.0013745228061452508,0.02767573669552803,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,-0.0008278232999145985,0.0013745228061452508,0.02767573669552803,-0.00193994608707726,0.0009252745658159256,0.027703907340765,-0.0034788595512509346,0.00014427512360271066,0.027625948190689087,-0.00193994608707726,0.0009252745658159256,0.027703907340765,-0.004078458063304424,0.0009389367187395692,0.02746759168803692,-0.004986351355910301,0.00014283116615843028,0.0273940097540617,-0.004078458063304424,0.0009389367187395692,0.02746759168803692,-0.006054761353880167,0.0009239761275239289,0.027103334665298462,-0.008804160170257092,0.00040370458737015724,0.02639775723218918,-0.0078274542465806,0.000946408195886761,0.026644406840205193,-0.009706833399832249,0.0013465668307617307,0.02593950927257538,-0.008804160170257092,0.00040370458737015724,0.02639775723218918,-0.009706833399832249,0.0013465668307617307,0.02593950927257538,-0.010587095282971859,0.00045810104347765446,0.02572919800877571,-0.010587095282971859,0.00045810104347765446,0.02572919800877571,-0.009706833399832249,0.0013465668307617307,0.02593950927257538,-0.01098889671266079,0.0013718302361667156,0.025410233065485954,0.0017546328017488122,0.0006606403621844947,0.02775602415204048,0.0020853732712566853,-0.0000071251947701966856,0.027762865647673607,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.0020853732712566853,-0.0000071251947701966856,0.027762865647673607,0.0034788602497428656,-0.00015263237582985312,0.027625948190689087,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.0034788602497428656,-0.00015263237582985312,0.027625948190689087,0.004986351355910301,-0.00015118846204131842,0.0273940097540617,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.004986351355910301,-0.00015118846204131842,0.0273940097540617,0.0056917848996818066,0.000922284263651818,0.027182355523109436,0.0056917848996818066,0.000922284263651818,0.027182355523109436,0.004986351355910301,-0.00015118846204131842,0.0273940097540617,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.006865328643471003,0.0011692808475345373,0.026874903589487076,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.00869519542902708,0.0004798732989002019,0.026429753750562668,-0.00193994608707726,0.0009252745658159256,0.027703907340765,-0.0008278232999145985,0.0013745228061452508,0.02767573669552803,-0.0029379932675510645,0.0015959535958245397,0.02747405506670475,-0.00193994608707726,0.0009252745658159256,0.027703907340765,-0.0029379932675510645,0.0015959535958245397,0.02747405506670475,-0.004078458063304424,0.0009389367187395692,0.02746759168803692,-0.004078458063304424,0.0009389367187395692,0.02746759168803692,-0.0029379932675510645,0.0015959535958245397,0.02747405506670475,-0.0048789167776703835,0.0015959517331793904,0.027196459472179413,-0.004078458063304424,0.0009389367187395692,0.02746759168803692,-0.0048789167776703835,0.0015959517331793904,0.027196459472179413,-0.006054761353880167,0.0009239761275239289,0.027103334665298462,-0.006054761353880167,0.0009239761275239289,0.027103334665298462,-0.0048789167776703835,0.0015959517331793904,0.027196459472179413,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.006054761353880167,0.0009239761275239289,0.027103334665298462,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.0078274542465806,0.000946408195886761,0.026644406840205193,-0.0078274542465806,0.000946408195886761,0.026644406840205193,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.008137641474604607,0.0018392079509794712,0.026342637836933136,-0.0078274542465806,0.000946408195886761,0.026644406840205193,-0.008137641474604607,0.0018392079509794712,0.026342637836933136,-0.009706833399832249,0.0013465668307617307,0.02593950927257538,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,-0.0000869377181516029,0.00044342008186504245,0.027824433520436287,0.0017546328017488122,0.0006606403621844947,0.02775602415204048,0.0056917848996818066,0.000922284263651818,0.027182355523109436,0.006775632966309786,0.00014283265045378357,0.02700704149901867,0.006865328643471003,0.0011692808475345373,0.026874903589487076,0.00868480745702982,0.001325591467320919,0.0263022743165493,0.006865328643471003,0.0011692808475345373,0.026874903589487076,0.00869519542902708,0.0004798732989002019,0.026429753750562668,0.00868480745702982,0.001325591467320919,0.0263022743165493,0.00869519542902708,0.0004798732989002019,0.026429753750562668,0.010411967523396015,0.0013488996773958206,0.025662090629339218,0.010411967523396015,0.0013488996773958206,0.025662090629339218,0.00869519542902708,0.0004798732989002019,0.026429753750562668,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.010411967523396015,0.0013488996773958206,0.025662090629339218,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.011528394185006618,0.0009199569467455149,0.02526877075433731,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,-0.00014491532056126744,0.002224971540272236,0.027432674542069435,-0.0008278232999145985,0.0013745228061452508,0.02767573669552803,-0.0008278232999145985,0.0013745228061452508,0.02767573669552803,-0.00014491532056126744,0.002224971540272236,0.027432674542069435,-0.0018967021023854613,0.0022739009000360966,0.027349893003702164,-0.0008278232999145985,0.0013745228061452508,0.02767573669552803,-0.0018967021023854613,0.0022739009000360966,0.027349893003702164,-0.0029379932675510645,0.0015959535958245397,0.02747405506670475,-0.0029379932675510645,0.0015959535958245397,0.02747405506670475,-0.0018967021023854613,0.0022739009000360966,0.027349893003702164,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.0029379932675510645,0.0015959535958245397,0.02747405506670475,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.0048789167776703835,0.0015959517331793904,0.027196459472179413,-0.0048789167776703835,0.0015959517331793904,0.027196459472179413,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.008137641474604607,0.0018392079509794712,0.026342637836933136,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.00754077173769474,0.0022799798753112555,0.026354221627116203,-0.009706833399832249,0.0013465668307617307,0.02593950927257538,-0.008137641474604607,0.0018392079509794712,0.026342637836933136,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.009706833399832249,0.0013465668307617307,0.02593950927257538,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.01098889671266079,0.0013718302361667156,0.025410233065485954,0.0029343103524297476,0.001595976296812296,0.02747444249689579,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,0.0017546328017488122,0.0006606403621844947,0.02775602415204048,0.0029343103524297476,0.001595976296812296,0.02747444249689579,0.0017546328017488122,0.0006606403621844947,0.02775602415204048,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.0029343103524297476,0.001595976296812296,0.02747444249689579,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.0048752822913229465,0.0015959801385179162,0.027197103947401047,0.0048752822913229465,0.0015959801385179162,0.027197103947401047,0.0038396159652620554,0.0008836183696985245,0.02751181647181511,0.0056917848996818066,0.000922284263651818,0.027182355523109436,0.0048752822913229465,0.0015959801385179162,0.027197103947401047,0.0056917848996818066,0.000922284263651818,0.027182355523109436,0.006865328643471003,0.0011692808475345373,0.026874903589487076,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.005745834205299616,0.0026496846694499254,0.02664228156208992,-0.005884462967514992,0.0018180402694270015,0.026938190683722496,-0.005745834205299616,0.0026496846694499254,0.02664228156208992,-0.00754077173769474,0.0022799798753112555,0.026354221627116203,-0.008137641474604607,0.0018392079509794712,0.026342637836933136,-0.00754077173769474,0.0022799798753112555,0.026354221627116203,-0.009587610140442848,0.002654090989381075,0.02550998143851757,-0.008137641474604607,0.0018392079509794712,0.026342637836933136,-0.009587610140442848,0.002654090989381075,0.02550998143851757,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.00014491532056126744,0.002224971540272236,0.027432674542069435,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,0.0011343957157805562,0.002282835775986314,0.027387268841266632,0.0011343957157805562,0.002282835775986314,0.027387268841266632,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,0.002860694658011198,0.002234766958281398,0.027281038463115692,0.002860694658011198,0.002234766958281398,0.027281038463115692,0.0009700446971692145,0.0013390150852501392,0.027681464329361916,0.0029343103524297476,0.001595976296812296,0.02747444249689579,0.002860694658011198,0.002234766958281398,0.027281038463115692,0.0029343103524297476,0.001595976296812296,0.02747444249689579,0.0048368643037974834,0.002260091481730342,0.026990700513124466,0.0048368643037974834,0.002260091481730342,0.026990700513124466,0.0029343103524297476,0.001595976296812296,0.02747444249689579,0.0048752822913229465,0.0015959801385179162,0.027197103947401047,0.0048368643037974834,0.002260091481730342,0.026990700513124466,0.0048752822913229465,0.0015959801385179162,0.027197103947401047,0.0066421134397387505,0.002226804615929723,0.026616493239998817,0.0066421134397387505,0.002226804615929723,0.026616493239998817,0.0048752822913229465,0.0015959801385179162,0.027197103947401047,0.006865328643471003,0.0011692808475345373,0.026874903589487076,0.0066421134397387505,0.002226804615929723,0.026616493239998817,0.006865328643471003,0.0011692808475345373,0.026874903589487076,0.007783025037497282,0.0022884856443852186,0.02628054842352867,0.007783025037497282,0.0022884856443852186,0.02628054842352867,0.006865328643471003,0.0011692808475345373,0.026874903589487076,0.00868480745702982,0.001325591467320919,0.0263022743165493,0.007783025037497282,0.0022884856443852186,0.02628054842352867,0.00868480745702982,0.001325591467320919,0.0263022743165493,0.009547910653054714,0.0022688887547701597,0.025701431557536125,0.009547910653054714,0.0022688887547701597,0.025701431557536125,0.00868480745702982,0.001325591467320919,0.0263022743165493,0.010411967523396015,0.0013488996773958206,0.025662090629339218,0.009547910653054714,0.0022688887547701597,0.025701431557536125,0.010411967523396015,0.0013488996773958206,0.025662090629339218,0.011477695778012276,0.0018278845818713307,0.02506593056023121,0.0011343957157805562,0.002282835775986314,0.027387268841266632,0.00003237363125663251,0.00328998570330441,0.02692198008298874,-0.00014491532056126744,0.002224971540272236,0.027432674542069435,-0.00014491532056126744,0.002224971540272236,0.027432674542069435,0.00003237363125663251,0.00328998570330441,0.02692198008298874,-0.0018967021023854613,0.0022739009000360966,0.027349893003702164,-0.0018967021023854613,0.0022739009000360966,0.027349893003702164,0.00003237363125663251,0.00328998570330441,0.02692198008298874,-0.001913615851663053,0.0030996741261333227,0.026956213638186455,-0.0018967021023854613,0.0022739009000360966,0.027349893003702164,-0.001913615851663053,0.0030996741261333227,0.026956213638186455,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.001913615851663053,0.0030996741261333227,0.026956213638186455,-0.0038423785008490086,0.002887642476707697,0.02686091884970665,-0.0038573623169213533,0.0022555270697921515,0.027149150148034096,-0.0038423785008490086,0.002887642476707697,0.02686091884970665,-0.005745834205299616,0.0026496846694499254,0.02664228156208992,-0.005745834205299616,0.0026496846694499254,0.02664228156208992,-0.006550548132508993,0.0030647737439721823,0.02623755671083927,-0.00754077173769474,0.0022799798753112555,0.026354221627116203,-0.00754077173769474,0.0022799798753112555,0.026354221627116203,-0.006550548132508993,0.0030647737439721823,0.02623755671083927,-0.008064025081694126,0.0030971472151577473,0.025798756629228592,-0.00754077173769474,0.0022799798753112555,0.026354221627116203,-0.008064025081694126,0.0030971472151577473,0.025798756629228592,-0.009587610140442848,0.002654090989381075,0.02550998143851757,-0.011032278649508953,0.0022150918375700712,0.025127358734607697,-0.009587610140442848,0.002654090989381075,0.02550998143851757,-0.011212345212697983,0.00288766180165112,0.024708757176995277,0.011164022609591484,0.0026961087714880705,0.02484060823917389,0.009547910653054714,0.0022688887547701597,0.025701431557536125,0.011477695778012276,0.0018278845818713307,0.02506593056023121,-0.0038423785008490086,0.002887642476707697,0.02686091884970665,-0.001913615851663053,0.0030996741261333227,0.026956213638186455,-0.003626391524448991,0.0035074669867753983,0.026524676010012627,-0.0038423785008490086,0.002887642476707697,0.02686091884970665,-0.003626391524448991,0.0035074669867753983,0.026524676010012627,-0.004911384079605341,0.0034456083085387945,0.026359546929597855,-0.0038423785008490086,0.002887642476707697,0.02686091884970665,-0.004911384079605341,0.0034456083085387945,0.026359546929597855,-0.005745834205299616,0.0026496846694499254,0.02664228156208992,-0.005745834205299616,0.0026496846694499254,0.02664228156208992,-0.004911384079605341,0.0034456083085387945,0.026359546929597855,-0.006550548132508993,0.0030647737439721823,0.02623755671083927,-0.008064025081694126,0.0030971472151577473,0.025798756629228592,-0.009388357400894165,0.0034462863113731146,0.02511528693139553,-0.009587610140442848,0.002654090989381075,0.02550998143851757,-0.009587610140442848,0.002654090989381075,0.02550998143851757,-0.009388357400894165,0.0034462863113731146,0.02511528693139553,-0.011212345212697983,0.00288766180165112,0.024708757176995277,-0.011212345212697983,0.00288766180165112,0.024708757176995277,-0.009388357400894165,0.0034462863113731146,0.02511528693139553,-0.010878611356019974,0.003519838210195303,0.02445250190794468,0.00003237363125663251,0.00328998570330441,0.02692198008298874,0.0011343957157805562,0.002282835775986314,0.027387268841266632,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.0011343957157805562,0.002282835775986314,0.027387268841266632,0.002860694658011198,0.002234766958281398,0.027281038463115692,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.002860694658011198,0.002234766958281398,0.027281038463115692,0.0038353956770151854,0.002887653885409236,0.02686191163957119,0.0038353956770151854,0.002887653885409236,0.02686191163957119,0.002860694658011198,0.002234766958281398,0.027281038463115692,0.0048368643037974834,0.002260091481730342,0.026990700513124466,0.0038353956770151854,0.002887653885409236,0.02686191163957119,0.0048368643037974834,0.002260091481730342,0.026990700513124466,0.005730743054300547,0.002887658542022109,0.026522178202867508,0.005730743054300547,0.002887658542022109,0.026522178202867508,0.0048368643037974834,0.002260091481730342,0.026990700513124466,0.0066421134397387505,0.002226804615929723,0.026616493239998817,0.005730743054300547,0.002887658542022109,0.026522178202867508,0.0066421134397387505,0.002226804615929723,0.026616493239998817,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.0066421134397387505,0.002226804615929723,0.026616493239998817,0.007783025037497282,0.0022884856443852186,0.02628054842352867,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.007783025037497282,0.0022884856443852186,0.02628054842352867,0.00938621535897255,0.003093239851295948,0.02534552663564682,0.00938621535897255,0.003093239851295948,0.02534552663564682,0.007783025037497282,0.0022884856443852186,0.02628054842352867,0.009547910653054714,0.0022688887547701597,0.025701431557536125,0.00938621535897255,0.003093239851295948,0.02534552663564682,0.009547910653054714,0.0022688887547701597,0.025701431557536125,0.011164022609591484,0.0026961087714880705,0.02484060823917389,-0.001913615851663053,0.0030996741261333227,0.026956213638186455,0.00003237363125663251,0.00328998570330441,0.02692198008298874,-0.002296513644978404,0.003902227384969592,0.026389315724372864,-0.001913615851663053,0.0030996741261333227,0.026956213638186455,-0.002296513644978404,0.003902227384969592,0.026389315724372864,-0.003626391524448991,0.0035074669867753983,0.026524676010012627,-0.006550548132508993,0.0030647737439721823,0.02623755671083927,-0.004911384079605341,0.0034456083085387945,0.026359546929597855,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.006550548132508993,0.0030647737439721823,0.02623755671083927,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.008064025081694126,0.0030971472151577473,0.025798756629228592,-0.008064025081694126,0.0030971472151577473,0.025798756629228592,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.009388357400894165,0.0034462863113731146,0.02511528693139553,0.00280624907463789,0.0034912365954369307,0.026637105271220207,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.0038353956770151854,0.002887653885409236,0.02686191163957119,0.00280624907463789,0.0034912365954369307,0.026637105271220207,0.0038353956770151854,0.002887653885409236,0.02686191163957119,0.004751209635287523,0.0034896491561084986,0.02635940909385681,0.004751209635287523,0.0034896491561084986,0.02635940909385681,0.0038353956770151854,0.002887653885409236,0.02686191163957119,0.005730743054300547,0.002887658542022109,0.026522178202867508,0.004751209635287523,0.0034896491561084986,0.02635940909385681,0.005730743054300547,0.002887658542022109,0.026522178202867508,0.0065139057114720345,0.0035040713846683502,0.025968331843614578,0.0065139057114720345,0.0035040713846683502,0.025968331843614578,0.005730743054300547,0.002887658542022109,0.026522178202867508,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.011035850271582603,0.0034796753898262978,0.024411536753177643,0.00938621535897255,0.003093239851295948,0.02534552663564682,0.011164022609591484,0.0026961087714880705,0.02484060823917389,0.00003237363125663251,0.00328998570330441,0.02692198008298874,0.0004652576753869653,0.004227079916745424,0.026215936988592148,-0.002296513644978404,0.003902227384969592,0.026389315724372864,-0.002296513644978404,0.003902227384969592,0.026389315724372864,0.0004652576753869653,0.004227079916745424,0.026215936988592148,-0.0011038413504138589,0.0044304849579930305,0.026001743972301483,-0.003626391524448991,0.0035074669867753983,0.026524676010012627,-0.002296513644978404,0.003902227384969592,0.026389315724372864,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.003626391524448991,0.0035074669867753983,0.026524676010012627,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.004911384079605341,0.0034456083085387945,0.026359546929597855,-0.004911384079605341,0.0034456083085387945,0.026359546929597855,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.009388357400894165,0.0034462863113731146,0.02511528693139553,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.009234724566340446,0.004220681730657816,0.02453666739165783,-0.009388357400894165,0.0034462863113731146,0.02511528693139553,-0.009234724566340446,0.004220681730657816,0.02453666739165783,-0.010878611356019974,0.003519838210195303,0.02445250190794468,-0.010878611356019974,0.003519838210195303,0.02445250190794468,-0.009234724566340446,0.004220681730657816,0.02453666739165783,-0.011192633770406246,0.004163862206041813,0.023773739114403725,0.0065139057114720345,0.0035040713846683502,0.025968331843614578,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.007576527073979378,0.0031299388501793146,0.02592243254184723,0.00938621535897255,0.003093239851295948,0.02534552663564682,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.00938621535897255,0.003093239851295948,0.02534552663564682,0.011035850271582603,0.0034796753898262978,0.024411536753177643,-0.002296513644978404,0.003902227384969592,0.026389315724372864,-0.0011038413504138589,0.0044304849579930305,0.026001743972301483,-0.002898699603974819,0.0045576756820082664,0.02572612091898918,-0.002296513644978404,0.003902227384969592,0.026389315724372864,-0.002898699603974819,0.0045576756820082664,0.02572612091898918,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.0049027930945158005,0.004377212841063738,0.0256174486130476,-0.0069684842601418495,0.004521741531789303,0.024977445602416992,-0.007065030746161938,0.00384793640114367,0.02557874098420143,-0.0069684842601418495,0.004521741531789303,0.024977445602416992,-0.009234724566340446,0.004220681730657816,0.02453666739165783,0.0004652576753869653,0.004227079916745424,0.026215936988592148,0.00003237363125663251,0.00328998570330441,0.02692198008298874,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.0004652576753869653,0.004227079916745424,0.026215936988592148,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.0027529997751116753,0.004213029518723488,0.02608027681708336,0.0027529997751116753,0.004213029518723488,0.02608027681708336,0.001900204923003912,0.0032821125350892544,0.02685861475765705,0.00280624907463789,0.0034912365954369307,0.026637105271220207,0.0027529997751116753,0.004213029518723488,0.02608027681708336,0.00280624907463789,0.0034912365954369307,0.026637105271220207,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.00280624907463789,0.0034912365954369307,0.026637105271220207,0.004751209635287523,0.0034896491561084986,0.02635940909385681,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.004751209635287523,0.0034896491561084986,0.02635940909385681,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.004751209635287523,0.0034896491561084986,0.02635940909385681,0.0065139057114720345,0.0035040713846683502,0.025968331843614578,0.01111056562513113,0.003977918066084385,0.023976273834705353,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.011035850271582603,0.0034796753898262978,0.024411536753177643,0.0004652576753869653,0.004227079916745424,0.026215936988592148,0.0010570627637207508,0.004999883472919464,0.025364866480231285,-0.0011038413504138589,0.0044304849579930305,0.026001743972301483,-0.0069684842601418495,0.004521741531789303,0.024977445602416992,-0.008685973472893238,0.004708949010819197,0.0242160651832819,-0.009234724566340446,0.004220681730657816,0.02453666739165783,-0.009234724566340446,0.004220681730657816,0.02453666739165783,-0.008685973472893238,0.004708949010819197,0.0242160651832819,-0.011192633770406246,0.004163862206041813,0.023773739114403725,-0.011192633770406246,0.004163862206041813,0.023773739114403725,-0.008685973472893238,0.004708949010819197,0.0242160651832819,-0.011326723732054234,0.004543301183730364,0.02330051176249981,0.0061699203215539455,0.004506028722971678,0.025202443823218346,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.0061699203215539455,0.004506028722971678,0.025202443823218346,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.008068854920566082,0.004537845961749554,0.024622511118650436,0.008068854920566082,0.004537845961749554,0.024622511118650436,0.007070802617818117,0.003879982279613614,0.02555173821747303,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.008068854920566082,0.004537845961749554,0.024622511118650436,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.00975545309484005,0.004512213170528412,0.024029478430747986,0.00975545309484005,0.004512213170528412,0.024029478430747986,0.00913942325860262,0.003874194109812379,0.024883005768060684,0.01111056562513113,0.003977918066084385,0.023976273834705353,0.0010570627637207508,0.004999883472919464,0.025364866480231285,0.0004652576753869653,0.004227079916745424,0.026215936988592148,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.0004652576753869653,0.004227079916745424,0.026215936988592148,0.0027529997751116753,0.004213029518723488,0.02608027681708336,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.0027529997751116753,0.004213029518723488,0.02608027681708336,0.004591139033436775,0.004384057596325874,0.025668008252978325,0.01092782523483038,-0.0039017791859805584,0.02413332276046276,0.012661543674767017,-0.0038649113848805428,0.023302271962165833,0.012565495446324348,-0.0032838748302310705,0.023812221363186836,0.012565495446324348,-0.0032838748302310705,0.023812221363186836,0.013013072311878204,-0.002682871650904417,0.023933611810207367,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,0.01112255360931158,-0.0030962685123085976,0.024636615067720413,0.013013072311878204,-0.002682871650904417,0.023933611810207367,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.013013072311878204,-0.002682871650904417,0.023933611810207367,0.013108175247907639,-0.0020466605201363564,0.024170497432351112,0.01103226188570261,-0.002223442541435361,0.025127368047833443,0.013108175247907639,-0.0020466605201363564,0.024170497432351112,0.012250074185431004,-0.0013581340899690986,0.02483881264925003,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.010919184423983097,0.00037490035174414515,0.02560286410152912,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.011528394185006618,0.0009199569467455149,0.02526877075433731,0.011528394185006618,0.0009199569467455149,0.02526877075433731,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.013100625947117805,0.0018072257516905665,0.024263842031359673,0.011528394185006618,0.0009199569467455149,0.02526877075433731,0.013100625947117805,0.0018072257516905665,0.024263842031359673,0.011477695778012276,0.0018278845818713307,0.02506593056023121,0.011477695778012276,0.0018278845818713307,0.02506593056023121,0.013100625947117805,0.0018072257516905665,0.024263842031359673,0.0121638597920537,0.0024696385953575373,0.024474430829286575,0.0121638597920537,0.0024696385953575373,0.024474430829286575,0.012865421362221241,0.0031296000815927982,0.023744694888591766,0.011164022609591484,0.0026961087714880705,0.02484060823917389,0.011164022609591484,0.0026961087714880705,0.02484060823917389,0.012865421362221241,0.0031296000815927982,0.023744694888591766,0.011035850271582603,0.0034796753898262978,0.024411536753177643,0.011035850271582603,0.0034796753898262978,0.024411536753177643,0.012865421362221241,0.0031296000815927982,0.023744694888591766,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.011035850271582603,0.0034796753898262978,0.024411536753177643,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.01111056562513113,0.003977918066084385,0.023976273834705353,0.01111056562513113,0.003977918066084385,0.023976273834705353,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.011181125417351723,0.004618865437805653,0.023278746753931046,0.013108175247907639,-0.0020466605201363564,0.024170497432351112,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.012250074185431004,-0.0013581340899690986,0.02483881264925003,0.012250074185431004,-0.0013581340899690986,0.02483881264925003,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.013988562859594822,-0.0009845045860856771,0.0239820908755064,0.012250074185431004,-0.0013581340899690986,0.02483881264925003,0.013988562859594822,-0.0009845045860856771,0.0239820908755064,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.013988562859594822,-0.0009845045860856771,0.0239820908755064,0.014148775488138199,-0.0003810721973422915,0.023962484672665596,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.014148775488138199,-0.0003810721973422915,0.023962484672665596,0.014112262986600399,0.0004277713887859136,0.023982660844922066,0.012426653876900673,-0.0005000507226213813,0.024893159046769142,0.014112262986600399,0.0004277713887859136,0.023982660844922066,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.013100625947117805,0.0018072257516905665,0.024263842031359673,0.013891525566577911,0.002690231427550316,0.02342657558619976,0.0121638597920537,0.0024696385953575373,0.024474430829286575,0.0121638597920537,0.0024696385953575373,0.024474430829286575,0.013891525566577911,0.002690231427550316,0.02342657558619976,0.012865421362221241,0.0031296000815927982,0.023744694888591766,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.011181125417351723,0.004618865437805653,0.023278746753931046,0.012565495446324348,-0.0032838748302310705,0.023812221363186836,0.014663808047771454,-0.0026811787392944098,0.02296031266450882,0.013013072311878204,-0.002682871650904417,0.023933611810207367,0.013013072311878204,-0.002682871650904417,0.023933611810207367,0.014663808047771454,-0.0026811787392944098,0.02296031266450882,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.013013072311878204,-0.002682871650904417,0.023933611810207367,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.013108175247907639,-0.0020466605201363564,0.024170497432351112,0.014112262986600399,0.0004277713887859136,0.023982660844922066,0.014939379878342152,0.0010196322109550238,0.02339283563196659,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.014939379878342152,0.0010196322109550238,0.02339283563196659,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.0131712406873703,0.0007213639910332859,0.02449226751923561,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.013100625947117805,0.0018072257516905665,0.024263842031359673,0.013100625947117805,0.0018072257516905665,0.024263842031359673,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.013891525566577911,0.002690231427550316,0.02342657558619976,0.013891525566577911,0.002690231427550316,0.02342657558619976,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.012865421362221241,0.0031296000815927982,0.023744694888591766,0.012865421362221241,0.0031296000815927982,0.023744694888591766,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.014008269645273685,0.004216195084154606,0.022162994369864464,0.012410557828843594,0.004042033571749926,0.02328225038945675,0.014008269645273685,0.004216195084154606,0.022162994369864464,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.015301370993256569,-0.0013801506720483303,0.023070942610502243,0.013988562859594822,-0.0009845045860856771,0.0239820908755064,0.013988562859594822,-0.0009845045860856771,0.0239820908755064,0.015301370993256569,-0.0013801506720483303,0.023070942610502243,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.013988562859594822,-0.0009845045860856771,0.0239820908755064,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.014148775488138199,-0.0003810721973422915,0.023962484672665596,0.014148775488138199,-0.0003810721973422915,0.023962484672665596,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.01579088531434536,0.000226886200834997,0.022918425500392914,0.014148775488138199,-0.0003810721973422915,0.023962484672665596,0.01579088531434536,0.000226886200834997,0.022918425500392914,0.014112262986600399,0.0004277713887859136,0.023982660844922066,0.014112262986600399,0.0004277713887859136,0.023982660844922066,0.01579088531434536,0.000226886200834997,0.022918425500392914,0.014939379878342152,0.0010196322109550238,0.02339283563196659,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.015049503184854984,0.0026814136654138565,0.022699719294905663,0.013891525566577911,0.002690231427550316,0.02342657558619976,0.013891525566577911,0.002690231427550316,0.02342657558619976,0.015049503184854984,0.0026814136654138565,0.022699719294905663,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.014008269645273685,0.004216195084154606,0.022162994369864464,0.014724520035088062,0.004584544338285923,0.021256228908896446,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.014663808047771454,-0.0026811787392944098,0.02296031266450882,0.016352111473679543,-0.0022655040957033634,0.022011220455169678,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.016352111473679543,-0.0022655040957033634,0.022011220455169678,0.016440918669104576,-0.0013516123872250319,0.0222883690148592,0.014454861171543598,-0.0017487184377387166,0.023511845618486404,0.016440918669104576,-0.0013516123872250319,0.0222883690148592,0.015301370993256569,-0.0013801506720483303,0.023070942610502243,0.015301370993256569,-0.0013801506720483303,0.023070942610502243,0.016440918669104576,-0.0013516123872250319,0.0222883690148592,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.01579088531434536,0.000226886200834997,0.022918425500392914,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.014939379878342152,0.0010196322109550238,0.02339283563196659,0.014939379878342152,0.0010196322109550238,0.02339283563196659,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.016304727643728256,0.0017812232254073024,0.022246070206165314,0.014939379878342152,0.0010196322109550238,0.02339283563196659,0.016304727643728256,0.0017812232254073024,0.022246070206165314,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.016304727643728256,0.0017812232254073024,0.022246070206165314,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.014873022213578224,0.001831162255257368,0.02321328967809677,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.015049503184854984,0.0026814136654138565,0.022699719294905663,0.015049503184854984,0.0026814136654138565,0.022699719294905663,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.016133934259414673,0.0031138777267187834,0.021666590124368668,0.015049503184854984,0.0026814136654138565,0.022699719294905663,0.016133934259414673,0.0031138777267187834,0.021666590124368668,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.016133934259414673,0.0031138777267187834,0.021666590124368668,0.015756232663989067,0.0038744935300201178,0.02131413109600544,0.014443730004131794,0.0034786569885909557,0.022563807666301727,0.015756232663989067,0.0038744935300201178,0.02131413109600544,0.014008269645273685,0.004216195084154606,0.022162994369864464,0.014008269645273685,0.004216195084154606,0.022162994369864464,0.015756232663989067,0.0038744935300201178,0.02131413109600544,0.014724520035088062,0.004584544338285923,0.021256228908896446,0.016440918669104576,-0.0013516123872250319,0.0222883690148592,0.017239319160580635,-0.0007025680388323963,0.021816188469529152,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.017239319160580635,-0.0007025680388323963,0.021816188469529152,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.015788767486810684,-0.0004300959699321538,0.02291364222764969,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.01579088531434536,0.000226886200834997,0.022918425500392914,0.015756232663989067,0.0038744935300201178,0.02131413109600544,0.01613413356244564,0.00454886956140399,0.020256152376532555,0.014724520035088062,0.004584544338285923,0.021256228908896446,0.017239319160580635,-0.0007025680388323963,0.021816188469529152,0.018117662519216537,-0.000006015739018039312,0.021135525777935982,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.018117662519216537,-0.000006015739018039312,0.021135525777935982,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.016615742817521095,0.0007097196066752076,0.022293129935860634,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.016304727643728256,0.0017812232254073024,0.022246070206165314,0.016304727643728256,0.0017812232254073024,0.022246070206165314,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.017695212736725807,0.0029160035774111748,0.020563602447509766,0.016133934259414673,0.0031138777267187834,0.021666590124368668,0.016133934259414673,0.0031138777267187834,0.021666590124368668,0.017695212736725807,0.0029160035774111748,0.020563602447509766,0.01724480278789997,0.003852705005556345,0.02014888823032379,0.016133934259414673,0.0031138777267187834,0.021666590124368668,0.01724480278789997,0.003852705005556345,0.02014888823032379,0.015756232663989067,0.0038744935300201178,0.02131413109600544,0.015756232663989067,0.0038744935300201178,0.02131413109600544,0.01724480278789997,0.003852705005556345,0.02014888823032379,0.01613413356244564,0.00454886956140399,0.020256152376532555,0.017239319160580635,-0.0007025680388323963,0.021816188469529152,0.018735257908701897,-0.0009627944673411548,0.02049068547785282,0.018117662519216537,-0.000006015739018039312,0.021135525777935982,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.0188678577542305,0.0013827767688781023,0.020258722826838493,0.01857011206448078,0.0022683851420879364,0.020167259499430656,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.01857011206448078,0.0022683851420879364,0.020167259499430656,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.016771458089351654,0.002223339630290866,0.021717065945267677,0.01857011206448078,0.0022683851420879364,0.020167259499430656,0.017695212736725807,0.0029160035774111748,0.020563602447509766,0.01724480278789997,0.003852705005556345,0.02014888823032379,0.017854511737823486,0.004256084561347961,0.019148584455251694,0.01613413356244564,0.00454886956140399,0.020256152376532555,0.01613413356244564,0.00454886956140399,0.020256152376532555,0.017854511737823486,0.004256084561347961,0.019148584455251694,0.017032627016305923,0.004998931661248207,0.018823692575097084,0.018735257908701897,-0.0009627944673411548,0.02049068547785282,0.01947571523487568,-0.0006993469432927668,0.019843878224492073,0.018117662519216537,-0.000006015739018039312,0.021135525777935982,0.018117662519216537,-0.000006015739018039312,0.021135525777935982,0.01947571523487568,-0.0006993469432927668,0.019843878224492073,0.01954192854464054,0.0001975475752260536,0.01982812024652958,0.018117662519216537,-0.000006015739018039312,0.021135525777935982,0.01954192854464054,0.0001975475752260536,0.01982812024652958,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.018056049942970276,0.001093285740353167,0.021071916446089745,0.01954192854464054,0.0001975475752260536,0.01982812024652958,0.0188678577542305,0.0013827767688781023,0.020258722826838493,0.01857011206448078,0.0022683851420879364,0.020167259499430656,0.01901976577937603,0.00306191248819232,0.019222548231482506,0.017695212736725807,0.0029160035774111748,0.020563602447509766,0.017695212736725807,0.0029160035774111748,0.020563602447509766,0.01901976577937603,0.00306191248819232,0.019222548231482506,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.017695212736725807,0.0029160035774111748,0.020563602447509766,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.01724480278789997,0.003852705005556345,0.02014888823032379,0.01724480278789997,0.003852705005556345,0.02014888823032379,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.017854511737823486,0.004256084561347961,0.019148584455251694,0.01954192854464054,0.0001975475752260536,0.01982812024652958,0.020220380276441574,0.0009511189418844879,0.019029518589377403,0.0188678577542305,0.0013827767688781023,0.020258722826838493,0.0188678577542305,0.0013827767688781023,0.020258722826838493,0.020220380276441574,0.0009511189418844879,0.019029518589377403,0.020128348842263222,0.0015959697775542736,0.018925480544567108,0.0188678577542305,0.0013827767688781023,0.020258722826838493,0.020128348842263222,0.0015959697775542736,0.018925480544567108,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.0188678577542305,0.0013827767688781023,0.020258722826838493,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.01857011206448078,0.0022683851420879364,0.020167259499430656,0.01857011206448078,0.0022683851420879364,0.020167259499430656,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.01901976577937603,0.00306191248819232,0.019222548231482506,0.017854511737823486,0.004256084561347961,0.019148584455251694,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.018875878304243088,0.004567315801978111,0.017697587609291077,0.017854511737823486,0.004256084561347961,0.019148584455251694,0.018875878304243088,0.004567315801978111,0.017697587609291077,0.017032627016305923,0.004998931661248207,0.018823692575097084,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.02004406601190567,0.003304288722574711,0.017945431172847748,0.01901976577937603,0.00306191248819232,0.019222548231482506,0.01901976577937603,0.00306191248819232,0.019222548231482506,0.02004406601190567,0.003304288722574711,0.017945431172847748,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.020220380276441574,0.0009511189418844879,0.019029518589377403,0.021053854376077652,0.0011209661606699228,0.018062202259898186,0.020128348842263222,0.0015959697775542736,0.018925480544567108,0.020128348842263222,0.0015959697775542736,0.018925480544567108,0.021053854376077652,0.0011209661606699228,0.018062202259898186,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.020128348842263222,0.0015959697775542736,0.018925480544567108,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.020953504368662834,0.0030717954505234957,0.01708841882646084,0.019983230158686638,0.002278083935379982,0.018764479085803032,0.020953504368662834,0.0030717954505234957,0.01708841882646084,0.02004406601190567,0.003304288722574711,0.017945431172847748,0.02004406601190567,0.003304288722574711,0.017945431172847748,0.020953504368662834,0.0030717954505234957,0.01708841882646084,0.02055627480149269,0.003861181903630495,0.016743557527661324,0.02004406601190567,0.003304288722574711,0.017945431172847748,0.02055627480149269,0.003861181903630495,0.016743557527661324,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.02055627480149269,0.003861181903630495,0.016743557527661324,0.02006322517991066,0.004519038368016481,0.016417603939771652,0.01898951642215252,0.003857164178043604,0.018521085381507874,0.02006322517991066,0.004519038368016481,0.016417603939771652,0.018875878304243088,0.004567315801978111,0.017697587609291077,0.021053854376077652,0.0011209661606699228,0.018062202259898186,0.022025205194950104,0.0015959353186190128,0.01667875051498413,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.022025205194950104,0.0015959353186190128,0.01667875051498413,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.022577593103051186,0.0026820492930710316,0.015242837369441986,0.020953504368662834,0.0030717954505234957,0.01708841882646084,0.020953504368662834,0.0030717954505234957,0.01708841882646084,0.022577593103051186,0.0026820492930710316,0.015242837369441986,0.021908650174736977,0.0035097787622362375,0.015382165089249611,0.020953504368662834,0.0030717954505234957,0.01708841882646084,0.021908650174736977,0.0035097787622362375,0.015382165089249611,0.02055627480149269,0.003861181903630495,0.016743557527661324,0.02055627480149269,0.003861181903630495,0.016743557527661324,0.021908650174736977,0.0035097787622362375,0.015382165089249611,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.02055627480149269,0.003861181903630495,0.016743557527661324,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.02006322517991066,0.004519038368016481,0.016417603939771652,0.022614113986492157,0.0018332876497879624,0.01576077938079834,0.022577593103051186,0.0026820492930710316,0.015242837369441986,0.021395200863480568,0.0023203224409371614,0.01711934432387352,0.022577593103051186,0.0026820492930710316,0.015242837369441986,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.021908650174736977,0.0035097787622362375,0.015382165089249611,0.021908650174736977,0.0035097787622362375,0.015382165089249611,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.022672170773148537,0.0038766206707805395,0.013726212084293365,0.021908650174736977,0.0035097787622362375,0.015382165089249611,0.022672170773148537,0.0038766206707805395,0.013726212084293365,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.021304361522197723,0.004390601068735123,0.015018751844763756,0.022672170773148537,0.0038766206707805395,0.013726212084293365,0.022117968648672104,0.004505994729697704,0.013559133745729923,0.023352326825261116,0.003064108081161976,0.013643446378409863,0.02340041473507881,0.0038424422964453697,0.012501374818384647,0.022672170773148537,0.0038766206707805395,0.013726212084293365,0.022672170773148537,0.0038766206707805395,0.013726212084293365,0.02340041473507881,0.0038424422964453697,0.012501374818384647,0.023019280284643173,0.004561061505228281,0.011830865405499935,0.022672170773148537,0.0038766206707805395,0.013726212084293365,0.023019280284643173,0.004561061505228281,0.011830865405499935,0.022117968648672104,0.004505994729697704,0.013559133745729923,0.023080118000507355,0.004998103715479374,0.010561244562268257,0.023019280284643173,0.004561061505228281,0.011830865405499935,0.023958737030625343,0.004216179251670837,0.0106320446357131,0.023958737030625343,0.004216179251670837,0.0106320446357131,0.023019280284643173,0.004561061505228281,0.011830865405499935,0.02340041473507881,0.0038424422964453697,0.012501374818384647,0.02420966699719429,0.004541607573628426,0.009196564555168152,0.023080118000507355,0.004998103715479374,0.010561244562268257,0.023958737030625343,0.004216179251670837,0.0106320446357131,0.024233555421233177,-0.00453102495521307,0.009192660450935364,0.024794239550828934,-0.0045677232556045055,0.0074253692291677,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.02610180340707302,-0.003528629895299673,0.005888880230486393,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.026137731969356537,-0.0031011737883090973,0.006855631712824106,0.02610180340707302,-0.003528629895299673,0.005888880230486393,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.02705593779683113,-0.0026872821617871523,0.003113690996542573,0.02730693109333515,-0.0020466791465878487,0.0031696553342044353,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.02730693109333515,-0.0020466791465878487,0.0031696553342044353,0.027595974504947662,-0.0016043151263147593,0.0012311221798881888,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.027595974504947662,-0.0016043151263147593,0.0012311221798881888,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.027646953240036964,-0.0011362821096554399,0.002243415918201208,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.027802733704447746,-0.0004661553830374032,0.0007475826423615217,0.027802733704447746,-0.0004661553830374032,0.0007475826423615217,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.027806149795651436,-0.00044579707900993526,-0.0007810322567820549,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.027386266738176346,0.0009122459450736642,-0.0045748986303806305,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.02700769156217575,0.0022652579937130213,-0.0046799746342003345,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.02673911675810814,0.0022562413942068815,-0.006021474953740835,0.02673911675810814,0.0022562413942068815,-0.006021474953740835,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.02627485804259777,0.003064619144424796,-0.0063706738874316216,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.02574808895587921,0.0030618479941040277,-0.00823864247649908,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.02574808895587921,0.0030618479941040277,-0.00823864247649908,0.024729575961828232,0.0034667428117245436,-0.010322300717234612,0.025268590077757835,0.0038448248524218798,-0.00804729014635086,0.024729575961828232,0.0034667428117245436,-0.010322300717234612,0.02423952706158161,0.004189265891909599,-0.010050295852124691,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.024794239550828934,-0.0045677232556045055,0.0074253692291677,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.02537216991186142,-0.0038717619609087706,0.007681975606828928,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.02610180340707302,-0.003528629895299673,0.005888880230486393,0.02610180340707302,-0.003528629895299673,0.005888880230486393,0.0264653991907835,-0.0035016301553696394,0.004059302154928446,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.026844525709748268,-0.002492153085768223,0.005134889855980873,0.0264653991907835,-0.0035016301553696394,0.004059302154928446,0.02705593779683113,-0.0026872821617871523,0.003113690996542573,0.02730693109333515,-0.0020466791465878487,0.0031696553342044353,0.02705593779683113,-0.0026872821617871523,0.003113690996542573,0.027387958019971848,-0.0022734245285391808,0.0011670796666294336,0.02730693109333515,-0.0020466791465878487,0.0031696553342044353,0.027387958019971848,-0.0022734245285391808,0.0011670796666294336,0.027595974504947662,-0.0016043151263147593,0.0012311221798881888,0.027806149795651436,-0.00044579707900993526,-0.0007810322567820549,0.027678538113832474,-0.0006830277270637453,-0.0025881619658321142,0.02776275761425495,0.0004718713753391057,-0.0017190058715641499,0.02776275761425495,0.0004718713753391057,-0.0017190058715641499,0.027678538113832474,-0.0006830277270637453,-0.0025881619658321142,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.02776275761425495,0.0004718713753391057,-0.0017190058715641499,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.02748890407383442,0.0011752665741369128,-0.0036288455594331026,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.027386266738176346,0.0009122459450736642,-0.0045748986303806305,0.02673911675810814,0.0022562413942068815,-0.006021474953740835,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.024794239550828934,-0.0045677232556045055,0.0074253692291677,0.02519010379910469,-0.0045927781611680984,0.005818692967295647,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.02610180340707302,-0.003528629895299673,0.005888880230486393,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.0264653991907835,-0.0035016301553696394,0.004059302154928446,0.027595974504947662,-0.0016043151263147593,0.0012311221798881888,0.027387958019971848,-0.0022734245285391808,0.0011670796666294336,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.027806149795651436,-0.00044579707900993526,-0.0007810322567820549,0.027806149795651436,-0.00044579707900993526,-0.0007810322567820549,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.027678538113832474,-0.0006830277270637453,-0.0025881619658321142,0.027386266738176346,0.0009122459450736642,-0.0045748986303806305,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.027258198708295822,0.00043624237878248096,-0.005543061066418886,0.027386266738176346,0.0009122459450736642,-0.0045748986303806305,0.027258198708295822,0.00043624237878248096,-0.005543061066418886,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.025787314400076866,0.0022636973299086094,-0.00928894616663456,0.02574808895587921,0.0030618479941040277,-0.00823864247649908,0.02574808895587921,0.0030618479941040277,-0.00823864247649908,0.025787314400076866,0.0022636973299086094,-0.00928894616663456,0.024994559586048126,0.002953103045001626,-0.010457844473421574,0.02574808895587921,0.0030618479941040277,-0.00823864247649908,0.024994559586048126,0.002953103045001626,-0.010457844473421574,0.024729575961828232,0.0034667428117245436,-0.010322300717234612,0.0264653991907835,-0.0035016301553696394,0.004059302154928446,0.026716092601418495,-0.0035131301265209913,0.0017651548841968179,0.02705593779683113,-0.0026872821617871523,0.003113690996542573,0.02705593779683113,-0.0026872821617871523,0.003113690996542573,0.026716092601418495,-0.0035131301265209913,0.0017651548841968179,0.027017388492822647,-0.0030707959085702896,0.0010443743085488677,0.02705593779683113,-0.0026872821617871523,0.003113690996542573,0.027017388492822647,-0.0030707959085702896,0.0010443743085488677,0.027387958019971848,-0.0022734245285391808,0.0011670796666294336,0.027387958019971848,-0.0022734245285391808,0.0011670796666294336,0.02731435000896454,-0.002510496648028493,-0.0001937042543431744,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.026059815660119057,-0.004215798806399107,0.0029138082172721624,0.0264653991907835,-0.0035016301553696394,0.004059302154928446,0.0264653991907835,-0.0035016301553696394,0.004059302154928446,0.026059815660119057,-0.004215798806399107,0.0029138082172721624,0.026716092601418495,-0.0035131301265209913,0.0017651548841968179,0.027387958019971848,-0.0022734245285391808,0.0011670796666294336,0.027017388492822647,-0.0030707959085702896,0.0010443743085488677,0.02731435000896454,-0.002510496648028493,-0.0001937042543431744,0.02731435000896454,-0.002510496648028493,-0.0001937042543431744,0.02736937813460827,-0.0022503992076963186,-0.0016777452547103167,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.027686864137649536,-0.0013701192801818252,-0.0002703771460801363,0.02736937813460827,-0.0022503992076963186,-0.0016777452547103167,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.027678538113832474,-0.0006830277270637453,-0.0025881619658321142,0.027372658252716064,-0.0009383863070979714,-0.0046432483941316605,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.027258198708295822,0.00043624237878248096,-0.005543061066418886,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.027042748406529427,0.0013426968362182379,-0.005961816292256117,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.025985153391957283,0.0015958943404257298,-0.009362979792058468,0.026472747325897217,0.0020355889573693275,-0.007445591036230326,0.025985153391957283,0.0015958943404257298,-0.009362979792058468,0.025787314400076866,0.0022636973299086094,-0.00928894616663456,0.025787314400076866,0.0022636973299086094,-0.00928894616663456,0.025063997134566307,0.002257928717881441,-0.011097674258053303,0.024994559586048126,0.002953103045001626,-0.010457844473421574,0.02519010379910469,-0.0045927781611680984,0.005818692967295647,0.02510441280901432,-0.005006588064134121,0.0037264463026076555,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.025704240426421165,-0.004218653775751591,0.005199818406254053,0.02510441280901432,-0.005006588064134121,0.0037264463026076555,0.026059815660119057,-0.004215798806399107,0.0029138082172721624,0.027678538113832474,-0.0006830277270637453,-0.0025881619658321142,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.027372658252716064,-0.0009383863070979714,-0.0046432483941316605,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.027372658252716064,-0.0009383863070979714,-0.0046432483941316605,0.027044687420129776,-0.00044483691453933716,-0.0065026250667870045,0.02752380445599556,-0.00002424913691356778,-0.00417669489979744,0.027044687420129776,-0.00044483691453933716,-0.0065026250667870045,0.027258198708295822,0.00043624237878248096,-0.005543061066418886,0.027258198708295822,0.00043624237878248096,-0.005543061066418886,0.027044687420129776,-0.00044483691453933716,-0.0065026250667870045,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.025787314400076866,0.0022636973299086094,-0.00928894616663456,0.025985153391957283,0.0015958943404257298,-0.009362979792058468,0.025063997134566307,0.002257928717881441,-0.011097674258053303,0.026059815660119057,-0.004215798806399107,0.0029138082172721624,0.026223840191960335,-0.004208732396364212,0.0007599848904646933,0.026716092601418495,-0.0035131301265209913,0.0017651548841968179,0.027017388492822647,-0.0030707959085702896,0.0010443743085488677,0.026716092601418495,-0.0035131301265209913,0.0017651548841968179,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.027017388492822647,-0.0030707959085702896,0.0010443743085488677,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.02731435000896454,-0.002510496648028493,-0.0001937042543431744,0.02731435000896454,-0.002510496648028493,-0.0001937042543431744,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.02692769095301628,-0.003113329643383622,-0.002174928318709135,0.02731435000896454,-0.002510496648028493,-0.0001937042543431744,0.02692769095301628,-0.003113329643383622,-0.002174928318709135,0.02736937813460827,-0.0022503992076963186,-0.0016777452547103167,0.02736937813460827,-0.0022503992076963186,-0.0016777452547103167,0.027227899059653282,-0.0022646039724349976,-0.0031501876655966043,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.027227899059653282,-0.0022646039724349976,-0.0031501876655966043,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.02760697714984417,-0.0013450089609250426,-0.002204636111855507,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.027372658252716064,-0.0009383863070979714,-0.0046432483941316605,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.025754833593964577,0.0009254341712221503,-0.010362195782363415,0.025985153391957283,0.0015958943404257298,-0.009362979792058468,0.025985153391957283,0.0015958943404257298,-0.009362979792058468,0.025754833593964577,0.0009254341712221503,-0.010362195782363415,0.025088779628276825,0.001460862229578197,-0.011651053093373775,0.025985153391957283,0.0015958943404257298,-0.009362979792058468,0.025088779628276825,0.001460862229578197,-0.011651053093373775,0.025063997134566307,0.002257928717881441,-0.011097674258053303,0.02510441280901432,-0.005006588064134121,0.0037264463026076555,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.026059815660119057,-0.004215798806399107,0.0029138082172721624,0.026059815660119057,-0.004215798806399107,0.0029138082172721624,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.026223840191960335,-0.004208732396364212,0.0007599848904646933,0.026716092601418495,-0.0035131301265209913,0.0017651548841968179,0.026223840191960335,-0.004208732396364212,0.0007599848904646933,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.02736937813460827,-0.0022503992076963186,-0.0016777452547103167,0.02692769095301628,-0.003113329643383622,-0.002174928318709135,0.027227899059653282,-0.0022646039724349976,-0.0031501876655966043,0.027227899059653282,-0.0022646039724349976,-0.0031501876655966043,0.027024229988455772,-0.002271076897159219,-0.0045934575609862804,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.027372658252716064,-0.0009383863070979714,-0.0046432483941316605,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.026927608996629715,-0.0009306382271461189,-0.006757283583283424,0.027372658252716064,-0.0009383863070979714,-0.0046432483941316605,0.026927608996629715,-0.0009306382271461189,-0.006757283583283424,0.027044687420129776,-0.00044483691453933716,-0.0065026250667870045,0.027044687420129776,-0.00044483691453933716,-0.0065026250667870045,0.026927608996629715,-0.0009306382271461189,-0.006757283583283424,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.02692769095301628,-0.003113329643383622,-0.002174928318709135,0.026736002415418625,-0.003088885685428977,-0.003983118571341038,0.027227899059653282,-0.0022646039724349976,-0.0031501876655966043,0.027227899059653282,-0.0022646039724349976,-0.0031501876655966043,0.026736002415418625,-0.003088885685428977,-0.003983118571341038,0.027024229988455772,-0.002271076897159219,-0.0045934575609862804,0.026927608996629715,-0.0009306382271461189,-0.006757283583283424,0.026469459757208824,-0.0009628421394154429,-0.008354858495295048,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.026469459757208824,-0.0009628421394154429,-0.008354858495295048,0.02616043947637081,-0.0007013193098828197,-0.009396477602422237,0.026786508038640022,0.0001752783136907965,-0.007559735327959061,0.02616043947637081,-0.0007013193098828197,-0.009396477602422237,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.02616043947637081,-0.0007013193098828197,-0.009396477602422237,0.02583354152739048,-0.00018373638158664107,-0.010356294922530651,0.02644689381122589,0.0007710501668043435,-0.008532952517271042,0.02583354152739048,-0.00018373638158664107,-0.010356294922530651,0.025754833593964577,0.0009254341712221503,-0.010362195782363415,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.02537790685892105,-0.0050080022774636745,-0.00002557034167693928,0.026223840191960335,-0.004208732396364212,0.0007599848904646933,0.026223840191960335,-0.004208732396364212,0.0007599848904646933,0.02613312378525734,-0.004264429677277803,-0.0014820292126387358,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.02613312378525734,-0.004264429677277803,-0.0014820292126387358,0.02632320672273636,-0.0038833485450595617,-0.003102849470451474,0.026761945337057114,-0.003503896063193679,-0.0007379167946055532,0.02632320672273636,-0.0038833485450595617,-0.003102849470451474,0.02692769095301628,-0.003113329643383622,-0.002174928318709135,0.027024229988455772,-0.002271076897159219,-0.0045934575609862804,0.026738006621599197,-0.002264582784846425,-0.006026411894708872,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.026738006621599197,-0.002264582784846425,-0.006026411894708872,0.02658378705382347,-0.0016043409705162048,-0.00749811390414834,0.027129996567964554,-0.0017083638813346624,-0.0050994157791137695,0.02658378705382347,-0.0016043409705162048,-0.00749811390414834,0.026927608996629715,-0.0009306382271461189,-0.006757283583283424,0.026927608996629715,-0.0009306382271461189,-0.006757283583283424,0.02658378705382347,-0.0016043409705162048,-0.00749811390414834,0.026469459757208824,-0.0009628421394154429,-0.008354858495295048,0.02583354152739048,-0.00018373638158664107,-0.010356294922530651,0.025392694398760796,0.0004360300663392991,-0.011350639164447784,0.025754833593964577,0.0009254341712221503,-0.010362195782363415,0.026223840191960335,-0.004208732396364212,0.0007599848904646933,0.02537790685892105,-0.0050080022774636745,-0.00002557034167693928,0.02613312378525734,-0.004264429677277803,-0.0014820292126387358,0.02692769095301628,-0.003113329643383622,-0.002174928318709135,0.02632320672273636,-0.0038833485450595617,-0.003102849470451474,0.026736002415418625,-0.003088885685428977,-0.003983118571341038,0.026736002415418625,-0.003088885685428977,-0.003983118571341038,0.026447825133800507,-0.003065853612497449,-0.005620839539915323,0.027024229988455772,-0.002271076897159219,-0.0045934575609862804,0.027024229988455772,-0.002271076897159219,-0.0045934575609862804,0.026447825133800507,-0.003065853612497449,-0.005620839539915323,0.026738006621599197,-0.002264582784846425,-0.006026411894708872,0.026738006621599197,-0.002264582784846425,-0.006026411894708872,0.026400407776236534,-0.0022577501367777586,-0.0073944940231740475,0.02658378705382347,-0.0016043409705162048,-0.00749811390414834,0.02537790685892105,-0.0050080022774636745,-0.00002557034167693928,0.02531334012746811,-0.005007909145206213,-0.0018244771054014564,0.02613312378525734,-0.004264429677277803,-0.0014820292126387358,0.026738006621599197,-0.002264582784846425,-0.006026411894708872,0.026447825133800507,-0.003065853612497449,-0.005620839539915323,0.026400407776236534,-0.0022577501367777586,-0.0073944940231740475,0.02658378705382347,-0.0016043409705162048,-0.00749811390414834,0.026400407776236534,-0.0022577501367777586,-0.0073944940231740475,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.02658378705382347,-0.0016043409705162048,-0.00749811390414834,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.026469459757208824,-0.0009628421394154429,-0.008354858495295048,0.026469459757208824,-0.0009628421394154429,-0.008354858495295048,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.02616043947637081,-0.0007013193098828197,-0.009396477602422237,0.02613312378525734,-0.004264429677277803,-0.0014820292126387358,0.02531334012746811,-0.005007909145206213,-0.0018244771054014564,0.025674771517515182,-0.004539025016129017,-0.003474224591627717,0.02613312378525734,-0.004264429677277803,-0.0014820292126387358,0.025674771517515182,-0.004539025016129017,-0.003474224591627717,0.02632320672273636,-0.0038833485450595617,-0.003102849470451474,0.02632320672273636,-0.0038833485450595617,-0.003102849470451474,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.026736002415418625,-0.003088885685428977,-0.003983118571341038,0.026736002415418625,-0.003088885685428977,-0.003983118571341038,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.026447825133800507,-0.003065853612497449,-0.005620839539915323,0.026447825133800507,-0.003065853612497449,-0.005620839539915323,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.026400407776236534,-0.0022577501367777586,-0.0073944940231740475,0.026400407776236534,-0.0022577501367777586,-0.0073944940231740475,0.02578682079911232,-0.0022655935026705265,-0.009297577664256096,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.02616043947637081,-0.0007013193098828197,-0.009396477602422237,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.02616043947637081,-0.0007013193098828197,-0.009396477602422237,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.02583354152739048,-0.00018373638158664107,-0.010356294922530651,0.02632320672273636,-0.0038833485450595617,-0.003102849470451474,0.025674771517515182,-0.004539025016129017,-0.003474224591627717,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.026447825133800507,-0.003065853612497449,-0.005620839539915323,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.026400407776236534,-0.0022577501367777586,-0.0073944940231740475,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.02578682079911232,-0.0022655935026705265,-0.009297577664256096,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.02578682079911232,-0.0022655935026705265,-0.009297577664256096,0.025205153971910477,-0.001850625965744257,-0.011130303144454956,0.025983868166804314,-0.0016043768264353275,-0.009366439655423164,0.025205153971910477,-0.001850625965744257,-0.011130303144454956,0.025070184841752052,-0.0013322923332452774,-0.011772564612329006,0.025674771517515182,-0.004539025016129017,-0.003474224591627717,0.025348007678985596,-0.004552030470222235,-0.0052873059175908566,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.02554352581501007,-0.003884851234033704,-0.007035859394818544,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.02540999837219715,-0.003093813080340624,-0.009192512370646,0.02578682079911232,-0.0022655935026705265,-0.009297577664256096,0.025987159460783005,-0.0038463447708636522,-0.005331219173967838,0.025348007678985596,-0.004552030470222235,-0.0052873059175908566,0.02554352581501007,-0.003884851234033704,-0.007035859394818544,0.02554352581501007,-0.003884851234033704,-0.007035859394818544,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.025999218225479126,-0.0031194943003356457,-0.0073166764341294765,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.02540999837219715,-0.003093813080340624,-0.009192512370646,0.02578682079911232,-0.0022655935026705265,-0.009297577664256096,0.02540999837219715,-0.003093813080340624,-0.009192512370646,0.02489497885107994,-0.00269075739197433,-0.01103157363831997,0.02578682079911232,-0.0022655935026705265,-0.009297577664256096,0.02489497885107994,-0.00269075739197433,-0.01103157363831997,0.025205153971910477,-0.001850625965744257,-0.011130303144454956,0.025348007678985596,-0.004552030470222235,-0.0052873059175908566,0.02490672841668129,-0.004552097991108894,-0.00707806134596467,0.02554352581501007,-0.003884851234033704,-0.007035859394818544,0.02554352581501007,-0.003884851234033704,-0.007035859394818544,0.02490672841668129,-0.004552097991108894,-0.00707806134596467,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.02540999837219715,-0.003093813080340624,-0.009192512370646,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.02445119060575962,-0.003515751799568534,-0.010883971117436886,0.02540999837219715,-0.003093813080340624,-0.009192512370646,0.02445119060575962,-0.003515751799568534,-0.010883971117436886,0.02489497885107994,-0.00269075739197433,-0.01103157363831997,0.02490672841668129,-0.004552097991108894,-0.00707806134596467,0.024339944124221802,-0.004551667254418135,-0.008831835351884365,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.024339944124221802,-0.004551667254418135,-0.008831835351884365,0.023802321404218674,-0.0043862974271178246,-0.010628403164446354,0.025077035650610924,-0.0037932121194899082,-0.008785882033407688,0.023802321404218674,-0.0043862974271178246,-0.010628403164446354,0.02445119060575962,-0.003515751799568534,-0.010883971117436886,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.02285492792725563,-0.004570691380649805,-0.012121929787099361,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.020956112071871758,-0.004592692479491234,-0.015130252577364445,0.020585641264915466,-0.0042314003221690655,-0.016207339242100716,0.020956112071871758,-0.004592692479491234,-0.015130252577364445,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.020585641264915466,-0.0042314003221690655,-0.016207339242100716,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.01944790966808796,-0.004201092757284641,-0.017597058787941933,0.01944790966808796,-0.004201092757284641,-0.017597058787941933,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.018555400893092155,-0.004515547305345535,-0.01810585707426071,0.013661546632647514,-0.004206805489957333,-0.02238084375858307,0.014342851005494595,-0.004592910408973694,-0.021500390022993088,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.013661546632647514,-0.004206805489957333,-0.02238084375858307,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.011624631471931934,-0.004226991906762123,-0.0234940554946661,0.011624631471931934,-0.004226991906762123,-0.0234940554946661,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.010569640435278416,-0.005007615778595209,-0.023070992901921272,0.011624631471931934,-0.004226991906762123,-0.0234940554946661,0.010569640435278416,-0.005007615778595209,-0.023070992901921272,0.009362482465803623,-0.004548856057226658,-0.024138586595654488,0.023581020534038544,-0.003741783555597067,-0.012327529489994049,0.023802321404218674,-0.0043862974271178246,-0.010628403164446354,0.02285492792725563,-0.004570691380649805,-0.012121929787099361,0.023581020534038544,-0.003741783555597067,-0.012327529489994049,0.02285492792725563,-0.004570691380649805,-0.012121929787099361,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.020956112071871758,-0.004592692479491234,-0.015130252577364445,0.020585641264915466,-0.0042314003221690655,-0.016207339242100716,0.01944790966808796,-0.004201092757284641,-0.017597058787941933,0.018555400893092155,-0.004515547305345535,-0.01810585707426071,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.018555400893092155,-0.004515547305345535,-0.01810585707426071,0.017228325828909874,-0.004559734836220741,-0.019313713535666466,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.017228325828909874,-0.004559734836220741,-0.019313713535666466,0.017302382737398148,-0.003894191700965166,-0.02005680464208126,0.017302382737398148,-0.003894191700965166,-0.02005680464208126,0.017228325828909874,-0.004559734836220741,-0.019313713535666466,0.015764396637678146,-0.004555871244519949,-0.020531389862298965,0.017302382737398148,-0.003894191700965166,-0.02005680464208126,0.015764396637678146,-0.004555871244519949,-0.020531389862298965,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.015764396637678146,-0.004555871244519949,-0.020531389862298965,0.014342851005494595,-0.004592910408973694,-0.021500390022993088,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.014342851005494595,-0.004592910408973694,-0.021500390022993088,0.013661546632647514,-0.004206805489957333,-0.02238084375858307,0.009597446769475937,-0.0038530316669493914,-0.02471618726849556,0.011624631471931934,-0.004226991906762123,-0.0234940554946661,0.009362482465803623,-0.004548856057226658,-0.024138586595654488,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.01986745186150074,-0.0009361013653688133,-0.019386792555451393,0.019929183647036552,-0.000001957987933565164,-0.019421273842453957,0.023208938539028168,-0.0035084187984466553,-0.013335417956113815,0.023581020534038544,-0.003741783555597067,-0.012327529489994049,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.023208938539028168,-0.0035084187984466553,-0.013335417956113815,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.022194990888237953,-0.003496436169371009,-0.01497290376573801,0.022194990888237953,-0.003496436169371009,-0.01497290376573801,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.022027840837836266,-0.00420487392693758,-0.014250991865992546,0.020585641264915466,-0.0042314003221690655,-0.016207339242100716,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.020585641264915466,-0.0042314003221690655,-0.016207339242100716,0.01944790966808796,-0.004201092757284641,-0.017597058787941933,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.01944790966808796,-0.004201092757284641,-0.017597058787941933,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.016359586268663406,-0.003290998050943017,-0.021367985755205154,0.017302382737398148,-0.003894191700965166,-0.02005680464208126,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.013661546632647514,-0.004206805489957333,-0.02238084375858307,0.01385793648660183,-0.0034803578164428473,-0.022916609421372414,0.01385793648660183,-0.0034803578164428473,-0.022916609421372414,0.013661546632647514,-0.004206805489957333,-0.02238084375858307,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.013661546632647514,-0.004206805489957333,-0.02238084375858307,0.011624631471931934,-0.004226991906762123,-0.0234940554946661,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.011624631471931934,-0.004226991906762123,-0.0234940554946661,0.009597446769475937,-0.0038530316669493914,-0.02471618726849556,0.023208938539028168,-0.0035084187984466553,-0.013335417956113815,0.022194990888237953,-0.003496436169371009,-0.01497290376573801,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.022194990888237953,-0.003496436169371009,-0.01497290376573801,0.02147766575217247,-0.0030673278961330652,-0.01642751507461071,0.023071443662047386,-0.002687265397980809,-0.01446232758462429,0.02147766575217247,-0.0030673278961330652,-0.01642751507461071,0.022163160145282745,-0.0022638733498752117,-0.016127226874232292,0.022163160145282745,-0.0022638733498752117,-0.016127226874232292,0.020960388705134392,-0.002271313453093171,-0.017657235264778137,0.0217258520424366,-0.0016043140785768628,-0.017051715403795242,0.0217258520424366,-0.0016043140785768628,-0.017051715403795242,0.020960388705134392,-0.002271313453093171,-0.017657235264778137,0.020460888743400574,-0.0016043162904679775,-0.018550004810094833,0.0217258520424366,-0.0016043140785768628,-0.017051715403795242,0.020460888743400574,-0.0016043162904679775,-0.018550004810094833,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.02118087001144886,-0.0007829443202354014,-0.017983296886086464,0.020460888743400574,-0.0016043162904679775,-0.018550004810094833,0.01986745186150074,-0.0009361013653688133,-0.019386792555451393,0.019929183647036552,-0.000001957987933565164,-0.019421273842453957,0.01986745186150074,-0.0009361013653688133,-0.019386792555451393,0.018865250051021576,-0.00046613291488029063,-0.020428640767931938,0.019929183647036552,-0.000001957987933565164,-0.019421273842453957,0.018865250051021576,-0.00046613291488029063,-0.020428640767931938,0.019133932888507843,0.000674694892950356,-0.020159954205155373,0.019133932888507843,0.000674694892950356,-0.020159954205155373,0.018865250051021576,-0.00046613291488029063,-0.020428640767931938,0.01779128424823284,0.00043741927947849035,-0.02137632481753826,0.02147766575217247,-0.0030673278961330652,-0.01642751507461071,0.022194990888237953,-0.003496436169371009,-0.01497290376573801,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.02147766575217247,-0.0030673278961330652,-0.01642751507461071,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.0199882835149765,-0.0030994690023362637,-0.018176855519413948,0.0199882835149765,-0.0030994690023362637,-0.018176855519413948,0.020634667947888374,-0.0037399185821413994,-0.016794053837656975,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.0199882835149765,-0.0030994690023362637,-0.018176855519413948,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.01901601068675518,-0.003100510686635971,-0.01918356865644455,0.01901601068675518,-0.003100510686635971,-0.01918356865644455,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.018014639616012573,-0.0030935730319470167,-0.02013906091451645,0.018014639616012573,-0.0030935730319470167,-0.02013906091451645,0.01865514926612377,-0.003875562222674489,-0.01882646046578884,0.017302382737398148,-0.003894191700965166,-0.02005680464208126,0.018014639616012573,-0.0030935730319470167,-0.02013906091451645,0.017302382737398148,-0.003894191700965166,-0.02005680464208126,0.016359586268663406,-0.003290998050943017,-0.021367985755205154,0.01532883383333683,-0.003100520698353648,-0.022239550948143005,0.016359586268663406,-0.003290998050943017,-0.021367985755205154,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.01532883383333683,-0.003100520698353648,-0.022239550948143005,0.015040109865367413,-0.003874776652082801,-0.021824143826961517,0.01385793648660183,-0.0034803578164428473,-0.022916609421372414,0.012486387975513935,-0.003111656289547682,-0.023946726694703102,0.01385793648660183,-0.0034803578164428473,-0.022916609421372414,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.009791924618184566,-0.0030817959923297167,-0.02518681436777115,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.009597446769475937,-0.0038530316669493914,-0.02471618726849556,0.009791924618184566,-0.0030817959923297167,-0.02518681436777115,0.009597446769475937,-0.0038530316669493914,-0.02471618726849556,0.008031456731259823,-0.003107961732894182,-0.025787392631173134,0.008031456731259823,-0.003107961732894182,-0.025787392631173134,0.009597446769475937,-0.0038530316669493914,-0.02471618726849556,0.007880233228206635,-0.0038784993812441826,-0.025296244770288467,0.022163160145282745,-0.0022638733498752117,-0.016127226874232292,0.02147766575217247,-0.0030673278961330652,-0.01642751507461071,0.020960388705134392,-0.002271313453093171,-0.017657235264778137,0.018865250051021576,-0.00046613291488029063,-0.020428640767931938,0.017708439379930496,-0.00044616503873839974,-0.021444618701934814,0.01779128424823284,0.00043741927947849035,-0.02137632481753826,0.014173933304846287,-0.0027130581438541412,-0.023231141269207,0.01532883383333683,-0.003100520698353648,-0.022239550948143005,0.01385793648660183,-0.0034803578164428473,-0.022916609421372414,0.014173933304846287,-0.0027130581438541412,-0.023231141269207,0.01385793648660183,-0.0034803578164428473,-0.022916609421372414,0.012486387975513935,-0.003111656289547682,-0.023946726694703102,0.011248413473367691,-0.0026897573843598366,-0.02478933334350586,0.012486387975513935,-0.003111656289547682,-0.023946726694703102,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.011248413473367691,-0.0026897573843598366,-0.02478933334350586,0.011827387847006321,-0.003513788105919957,-0.024015864357352257,0.009791924618184566,-0.0030817959923297167,-0.02518681436777115,0.020960388705134392,-0.002271313453093171,-0.017657235264778137,0.01960383728146553,-0.002263982780277729,-0.01915646158158779,0.020460888743400574,-0.0016043162904679775,-0.018550004810094833,0.020460888743400574,-0.0016043162904679775,-0.018550004810094833,0.01960383728146553,-0.002263982780277729,-0.01915646158158779,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.020460888743400574,-0.0016043162904679775,-0.018550004810094833,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.01986745186150074,-0.0009361013653688133,-0.019386792555451393,0.01986745186150074,-0.0009361013653688133,-0.019386792555451393,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.018865250051021576,-0.00046613291488029063,-0.020428640767931938,0.018865250051021576,-0.00046613291488029063,-0.020428640767931938,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.017708439379930496,-0.00044616503873839974,-0.021444618701934814,0.01779128424823284,0.00043741927947849035,-0.02137632481753826,0.017708439379930496,-0.00044616503873839974,-0.021444618701934814,0.01618739776313305,0.0004410621477290988,-0.022614775225520134,0.020960388705134392,-0.002271313453093171,-0.017657235264778137,0.02147766575217247,-0.0030673278961330652,-0.01642751507461071,0.0199882835149765,-0.0030994690023362637,-0.018176855519413948,0.020960388705134392,-0.002271313453093171,-0.017657235264778137,0.0199882835149765,-0.0030994690023362637,-0.018176855519413948,0.01960383728146553,-0.002263982780277729,-0.01915646158158779,0.01960383728146553,-0.002263982780277729,-0.01915646158158779,0.0199882835149765,-0.0030994690023362637,-0.018176855519413948,0.01901601068675518,-0.003100510686635971,-0.01918356865644455,0.01960383728146553,-0.002263982780277729,-0.01915646158158779,0.01901601068675518,-0.003100510686635971,-0.01918356865644455,0.018288878723978996,-0.0023016207851469517,-0.020395392552018166,0.018288878723978996,-0.0023016207851469517,-0.020395392552018166,0.01901601068675518,-0.003100510686635971,-0.01918356865644455,0.018014639616012573,-0.0030935730319470167,-0.02013906091451645,0.018288878723978996,-0.0023016207851469517,-0.020395392552018166,0.018014639616012573,-0.0030935730319470167,-0.02013906091451645,0.016718827188014984,-0.002308101858943701,-0.021697165444493294,0.016718827188014984,-0.002308101858943701,-0.021697165444493294,0.018014639616012573,-0.0030935730319470167,-0.02013906091451645,0.016359586268663406,-0.003290998050943017,-0.021367985755205154,0.016718827188014984,-0.002308101858943701,-0.021697165444493294,0.016359586268663406,-0.003290998050943017,-0.021367985755205154,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.016359586268663406,-0.003290998050943017,-0.021367985755205154,0.01532883383333683,-0.003100520698353648,-0.022239550948143005,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.01532883383333683,-0.003100520698353648,-0.022239550948143005,0.014173933304846287,-0.0027130581438541412,-0.023231141269207,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.014173933304846287,-0.0027130581438541412,-0.023231141269207,0.012486387975513935,-0.003111656289547682,-0.023946726694703102,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.012486387975513935,-0.003111656289547682,-0.023946726694703102,0.011248413473367691,-0.0026897573843598366,-0.02478933334350586,0.009950539097189903,-0.0022425141651183367,-0.02554536610841751,0.011248413473367691,-0.0026897573843598366,-0.02478933334350586,0.009791924618184566,-0.0030817959923297167,-0.02518681436777115,0.009950539097189903,-0.0022425141651183367,-0.02554536610841751,0.009791924618184566,-0.0030817959923297167,-0.02518681436777115,0.0081432294100523,-0.0022655432112514973,-0.026169344782829285,0.0081432294100523,-0.0022655432112514973,-0.026169344782829285,0.009791924618184566,-0.0030817959923297167,-0.02518681436777115,0.008031456731259823,-0.003107961732894182,-0.025787392631173134,0.0081432294100523,-0.0022655432112514973,-0.026169344782829285,0.008031456731259823,-0.003107961732894182,-0.025787392631173134,0.006265764124691486,-0.0022655401844531298,-0.026681067422032356,0.006265764124691486,-0.0022655401844531298,-0.026681067422032356,0.008031456731259823,-0.003107961732894182,-0.025787392631173134,0.005909582134336233,-0.00319266808219254,-0.026311591267585754,0.017708439379930496,-0.00044616503873839974,-0.021444618701934814,0.01616164669394493,-0.0005012891488149762,-0.022629771381616592,0.01618739776313305,0.0004410621477290988,-0.022614775225520134,0.017588702961802483,-0.0018363321432843804,-0.02121203951537609,0.018288878723978996,-0.0023016207851469517,-0.020395392552018166,0.016718827188014984,-0.002308101858943701,-0.021697165444493294,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.014173933304846287,-0.0027130581438541412,-0.023231141269207,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.011248413473367691,-0.0026897573843598366,-0.02478933334350586,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.011248413473367691,-0.0026897573843598366,-0.02478933334350586,0.009950539097189903,-0.0022425141651183367,-0.02554536610841751,0.01960383728146553,-0.002263982780277729,-0.01915646158158779,0.018288878723978996,-0.0023016207851469517,-0.020395392552018166,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.018288878723978996,-0.0023016207851469517,-0.020395392552018166,0.017588702961802483,-0.0018363321432843804,-0.02121203951537609,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.017588702961802483,-0.0018363321432843804,-0.02121203951537609,0.017310429364442825,-0.0011527755996212363,-0.021642576903104782,0.01878056302666664,-0.001300038187764585,-0.02036195434629917,0.017310429364442825,-0.0011527755996212363,-0.021642576903104782,0.017708439379930496,-0.00044616503873839974,-0.021444618701934814,0.017708439379930496,-0.00044616503873839974,-0.021444618701934814,0.017310429364442825,-0.0011527755996212363,-0.021642576903104782,0.01616164669394493,-0.0005012891488149762,-0.022629771381616592,0.01618739776313305,0.0004410621477290988,-0.022614775225520134,0.01616164669394493,-0.0005012891488149762,-0.022629771381616592,0.014970147050917149,-0.000004179762981948443,-0.02345246821641922,0.016136569902300835,-0.0013503212248906493,-0.022493068128824234,0.017588702961802483,-0.0018363321432843804,-0.02121203951537609,0.016718827188014984,-0.002308101858943701,-0.021697165444493294,0.016136569902300835,-0.0013503212248906493,-0.022493068128824234,0.016718827188014984,-0.002308101858943701,-0.021697165444493294,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.016136569902300835,-0.0013503212248906493,-0.022493068128824234,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.015182572416961193,-0.0022832949180155993,-0.022809462621808052,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.0127352150157094,-0.001604305929504335,-0.02450457401573658,0.0127352150157094,-0.001604305929504335,-0.02450457401573658,0.013177042827010155,-0.0022645515855401754,-0.02403668873012066,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.010056695900857449,-0.0016042811330407858,-0.025719720870256424,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.009950539097189903,-0.0022425141651183367,-0.02554536610841751,0.010056695900857449,-0.0016042811330407858,-0.025719720870256424,0.009950539097189903,-0.0022425141651183367,-0.02554536610841751,0.008207196369767189,-0.0016043053474277258,-0.02636803314089775,0.008207196369767189,-0.0016043053474277258,-0.02636803314089775,0.009950539097189903,-0.0022425141651183367,-0.02554536610841751,0.0081432294100523,-0.0022655432112514973,-0.026169344782829285,0.008207196369767189,-0.0016043053474277258,-0.02636803314089775,0.0081432294100523,-0.0022655432112514973,-0.026169344782829285,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.0081432294100523,-0.0022655432112514973,-0.026169344782829285,0.006265764124691486,-0.0022655401844531298,-0.026681067422032356,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.006265764124691486,-0.0022655401844531298,-0.026681067422032356,0.00439200084656477,-0.0016043157083913684,-0.027264036238193512,0.00439200084656477,-0.0016043157083913684,-0.027264036238193512,0.006265764124691486,-0.0022655401844531298,-0.026681067422032356,0.004356773570179939,-0.00226551853120327,-0.02705831453204155,0.017310429364442825,-0.0011527755996212363,-0.021642576903104782,0.017588702961802483,-0.0018363321432843804,-0.02121203951537609,0.016136569902300835,-0.0013503212248906493,-0.022493068128824234,0.017310429364442825,-0.0011527755996212363,-0.021642576903104782,0.016136569902300835,-0.0013503212248906493,-0.022493068128824234,0.01616164669394493,-0.0005012891488149762,-0.022629771381616592,0.01362735964357853,-0.0009058862342499197,-0.02418651059269905,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.0127352150157094,-0.001604305929504335,-0.02450457401573658,0.01362735964357853,-0.0009058862342499197,-0.02418651059269905,0.0127352150157094,-0.001604305929504335,-0.02450457401573658,0.011866441927850246,-0.000906138273421675,-0.025096816942095757,0.011866441927850246,-0.000906138273421675,-0.025096816942095757,0.0127352150157094,-0.001604305929504335,-0.02450457401573658,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.011866441927850246,-0.000906138273421675,-0.025096816942095757,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.010079965926706791,-0.0009436813415959477,-0.025862209498882294,0.010079965926706791,-0.0009436813415959477,-0.025862209498882294,0.011718833819031715,-0.0018237621989101171,-0.024943692609667778,0.010056695900857449,-0.0016042811330407858,-0.025719720870256424,0.010079965926706791,-0.0009436813415959477,-0.025862209498882294,0.010056695900857449,-0.0016042811330407858,-0.025719720870256424,0.008250625804066658,-0.0009252288728021085,-0.026506274938583374,0.008250625804066658,-0.0009252288728021085,-0.026506274938583374,0.010056695900857449,-0.0016042811330407858,-0.025719720870256424,0.008207196369767189,-0.0016043053474277258,-0.02636803314089775,0.008250625804066658,-0.0009252288728021085,-0.026506274938583374,0.008207196369767189,-0.0016043053474277258,-0.02636803314089775,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.005358456633985043,-0.0008774818270467222,-0.027243779972195625,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.00439200084656477,-0.0016043157083913684,-0.027264036238193512,0.005358456633985043,-0.0008774818270467222,-0.027243779972195625,0.00439200084656477,-0.0016043157083913684,-0.027264036238193512,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.01616164669394493,-0.0005012891488149762,-0.022629771381616592,0.016136569902300835,-0.0013503212248906493,-0.022493068128824234,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.01616164669394493,-0.0005012891488149762,-0.022629771381616592,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.014970147050917149,-0.000004179762981948443,-0.02345246821641922,0.014970147050917149,-0.000004179762981948443,-0.02345246821641922,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.01370247546583414,-0.000004174850801064167,-0.024219786748290062,0.014556189067661762,-0.0011657971190288663,-0.02359679527580738,0.01362735964357853,-0.0009058862342499197,-0.02418651059269905,0.01370247546583414,-0.000004174850801064167,-0.024219786748290062,0.01370247546583414,-0.000004174850801064167,-0.024219786748290062,0.01362735964357853,-0.0009058862342499197,-0.02418651059269905,0.011948900297284126,-0.000004192796950519551,-0.025130977854132652,0.011948900297284126,-0.000004192796950519551,-0.025130977854132652,0.01362735964357853,-0.0009058862342499197,-0.02418651059269905,0.011866441927850246,-0.000906138273421675,-0.025096816942095757,0.011948900297284126,-0.000004192796950519551,-0.025130977854132652,0.011866441927850246,-0.000906138273421675,-0.025096816942095757,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.011866441927850246,-0.000906138273421675,-0.025096816942095757,0.010079965926706791,-0.0009436813415959477,-0.025862209498882294,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.010079965926706791,-0.0009436813415959477,-0.025862209498882294,0.008268889971077442,-0.00023524662537965924,-0.026560766622424126,0.008268889971077442,-0.00023524662537965924,-0.026560766622424126,0.010079965926706791,-0.0009436813415959477,-0.025862209498882294,0.008250625804066658,-0.0009252288728021085,-0.026506274938583374,0.008268889971077442,-0.00023524662537965924,-0.026560766622424126,0.008250625804066658,-0.0009252288728021085,-0.026506274938583374,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.008250625804066658,-0.0009252288728021085,-0.026506274938583374,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.006458688527345657,-0.001170537550933659,-0.026961008086800575,0.005358456633985043,-0.0008774818270467222,-0.027243779972195625,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.005358456633985043,-0.0008774818270467222,-0.027243779972195625,0.0039383284747600555,-0.000004169575731793884,-0.02754179947078228,0.0039383284747600555,-0.000004169575731793884,-0.02754179947078228,0.005358456633985043,-0.0008774818270467222,-0.027243779972195625,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.0039383284747600555,-0.000004169575731793884,-0.02754179947078228,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.0024813516065478325,-0.000017319118342129514,-0.027714764699339867,0.0024813516065478325,-0.000017319118342129514,-0.027714764699339867,0.0028983845841139555,-0.000925349653698504,-0.027612926438450813,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,0.00826733186841011,0.000457711546914652,-0.026553291827440262,0.010115501470863819,-0.000024179145839298144,-0.025922810658812523,0.008268889971077442,-0.00023524662537965924,-0.026560766622424126,0.00826733186841011,0.000457711546914652,-0.026553291827440262,0.008268889971077442,-0.00023524662537965924,-0.026560766622424126,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.005332258064299822,0.0006992192356847227,-0.02727741189301014,0.006085560191422701,-0.00007829774403944612,-0.027158452197909355,0.0039383284747600555,-0.000004169575731793884,-0.02754179947078228,0.0013466223608702421,0.0007103252573870122,-0.027756188064813614,0.0024813516065478325,-0.000017319118342129514,-0.027714764699339867,0.0004994065384380519,-0.000036384848499437794,-0.02782248705625534,-0.0010347675997763872,0.003089378122240305,-0.026997417211532593,-0.0024673398584127426,0.0034792921505868435,-0.026663288474082947,-0.0004121199017390609,0.003893704852089286,-0.026475457474589348,-0.0004121199017390609,0.003893704852089286,-0.026475457474589348,-0.0024673398584127426,0.0034792921505868435,-0.026663288474082947,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.0004121199017390609,0.003893704852089286,-0.026475457474589348,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.00005996941035846248,0.004467099439352751,-0.025974543765187263,-0.0019909266848117113,0.0015003139851614833,-0.027574287727475166,-0.003394689876586199,0.002249389421194792,-0.027198752388358116,-0.0014663314213976264,0.002267726231366396,-0.02736303023993969,-0.0014663314213976264,0.002267726231366396,-0.02736303023993969,-0.003394689876586199,0.002249389421194792,-0.027198752388358116,-0.0033012281637638807,0.0032470189034938812,-0.026728404685854912,-0.0014663314213976264,0.002267726231366396,-0.02736303023993969,-0.0033012281637638807,0.0032470189034938812,-0.026728404685854912,-0.0010347675997763872,0.003089378122240305,-0.026997417211532593,-0.0010347675997763872,0.003089378122240305,-0.026997417211532593,-0.0033012281637638807,0.0032470189034938812,-0.026728404685854912,-0.0024673398584127426,0.0034792921505868435,-0.026663288474082947,-0.0024673398584127426,0.0034792921505868435,-0.026663288474082947,-0.0033012281637638807,0.0032470189034938812,-0.026728404685854912,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.0024673398584127426,0.0034792921505868435,-0.026663288474082947,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.0021743960678577423,0.004389506299048662,-0.02596249431371689,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.004054984077811241,0.004545210860669613,-0.025566229596734047,-0.003394689876586199,0.002249389421194792,-0.027198752388358116,-0.00540371797978878,0.002247048541903496,-0.02687346749007702,-0.005152205936610699,0.0033019010443240404,-0.026401128619909286,-0.003394689876586199,0.002249389421194792,-0.027198752388358116,-0.005152205936610699,0.0033019010443240404,-0.026401128619909286,-0.0033012281637638807,0.0032470189034938812,-0.026728404685854912,-0.0033012281637638807,0.0032470189034938812,-0.026728404685854912,-0.005152205936610699,0.0033019010443240404,-0.026401128619909286,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.005152205936610699,0.0033019010443240404,-0.026401128619909286,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.00586490286514163,0.004545485135167837,-0.025212442502379417,-0.004187694285064936,0.004039659630507231,-0.026018191128969193,-0.00586490286514163,0.004545485135167837,-0.025212442502379417,-0.004054984077811241,0.004545210860669613,-0.025566229596734047,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.007910696789622307,0.0038814330473542213,-0.025276510044932365,-0.0076470389030873775,0.004551278427243233,-0.024724194779992104,-0.006183017510920763,0.0037119053304195404,-0.025895165279507637,-0.0076470389030873775,0.004551278427243233,-0.024724194779992104,-0.00586490286514163,0.004545485135167837,-0.025212442502379417,-0.009479920379817486,0.004349471535533667,-0.02430552802979946,-0.0076470389030873775,0.004551278427243233,-0.024724194779992104,-0.007910696789622307,0.0038814330473542213,-0.025276510044932365,-0.0113212363794446,-0.004047985188663006,-0.023798063397407532,-0.011486340314149857,-0.004542476497590542,-0.023220613598823547,-0.012981943786144257,-0.004048012662678957,-0.022934669628739357,-0.0113212363794446,-0.004047985188663006,-0.023798063397407532,-0.012981943786144257,-0.004048012662678957,-0.022934669628739357,-0.013188960030674934,-0.0034957348834723234,-0.023297952488064766,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.01652461849153042,-0.0027187264058738947,-0.021620918065309525,-0.0160683561116457,-0.0018203359795734286,-0.02239079773426056,-0.0160683561116457,-0.0018203359795734286,-0.02239079773426056,-0.01652461849153042,-0.0027187264058738947,-0.021620918065309525,-0.017604870721697807,-0.0018171113915741444,-0.02120605856180191,-0.017695654183626175,-0.0011533283395692706,-0.021334407851099968,-0.017604870721697807,-0.0018171113915741444,-0.02120605856180191,-0.01916503719985485,-0.0011533400975167751,-0.02002534084022045,-0.017695654183626175,-0.0011533283395692706,-0.021334407851099968,-0.01916503719985485,-0.0011533400975167751,-0.02002534084022045,-0.01853901520371437,-0.00044577399967238307,-0.02073141559958458,-0.01853901520371437,-0.00044577399967238307,-0.02073141559958458,-0.01916503719985485,-0.0011533400975167751,-0.02002534084022045,-0.02022169716656208,-0.00040739812538959086,-0.01910577528178692,-0.019902409985661507,0.0004830889811273664,-0.019424758851528168,-0.02022169716656208,-0.00040739812538959086,-0.01910577528178692,-0.021261893212795258,0.0005312616121955216,-0.017916975542902946,-0.021462172269821167,0.001371758058667183,-0.01746869832277298,-0.021261893212795258,0.0005312616121955216,-0.017916975542902946,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.021462172269821167,0.001371758058667183,-0.01746869832277298,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.02359573356807232,0.0017572642536833882,-0.014286134392023087,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.02395738661289215,0.0028876643627882004,-0.012716526165604591,-0.023230619728565216,0.003483147593215108,-0.013319199904799461,-0.023230619728565216,0.003483147593215108,-0.013319199904799461,-0.02395738661289215,0.0028876643627882004,-0.012716526165604591,-0.02357090823352337,0.0037334347143769264,-0.012347230687737465,-0.013188960030674934,-0.0034957348834723234,-0.023297952488064766,-0.012981943786144257,-0.004048012662678957,-0.022934669628739357,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.013188960030674934,-0.0034957348834723234,-0.023297952488064766,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.01652461849153042,-0.0027187264058738947,-0.021620918065309525,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.017604870721697807,-0.0018171113915741444,-0.02120605856180191,-0.017604870721697807,-0.0018171113915741444,-0.02120605856180191,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.01916503719985485,-0.0011533400975167751,-0.02002534084022045,-0.02022169716656208,-0.00040739812538959086,-0.01910577528178692,-0.01916503719985485,-0.0011533400975167751,-0.02002534084022045,-0.020542172715067863,-0.0009280298836529255,-0.01867622695863247,-0.021261893212795258,0.0005312616121955216,-0.017916975542902946,-0.02022169716656208,-0.00040739812538959086,-0.01910577528178692,-0.021580900996923447,-0.0000041695784602779895,-0.017563555389642715,-0.021261893212795258,0.0005312616121955216,-0.017916975542902946,-0.021580900996923447,-0.0000041695784602779895,-0.017563555389642715,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.023402389138936996,0.0011042730184271932,-0.014884499832987785,-0.02228364162147045,0.0018403572030365467,-0.016204312443733215,-0.023402389138936996,0.0011042730184271932,-0.014884499832987785,-0.02359573356807232,0.0017572642536833882,-0.014286134392023087,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.02359573356807232,0.0017572642536833882,-0.014286134392023087,-0.024235006421804428,0.0022476105950772762,-0.012814248912036419,-0.023071449249982834,0.0026788937393575907,-0.014462335966527462,-0.024235006421804428,0.0022476105950772762,-0.012814248912036419,-0.02395738661289215,0.0028876643627882004,-0.012716526165604591,-0.02357090823352337,0.0037334347143769264,-0.012347230687737465,-0.02395738661289215,0.0028876643627882004,-0.012716526165604591,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.011486340314149857,-0.004542476497590542,-0.023220613598823547,-0.013408551923930645,-0.004592796787619591,-0.022094810381531715,-0.012981943786144257,-0.004048012662678957,-0.022934669628739357,-0.012981943786144257,-0.004048012662678957,-0.022934669628739357,-0.013408551923930645,-0.004592796787619591,-0.022094810381531715,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.016246849671006203,-0.0035260983277112246,-0.021253259852528572,-0.014979081228375435,-0.002901052124798298,-0.022619696334004402,-0.016246849671006203,-0.0035260983277112246,-0.021253259852528572,-0.01652461849153042,-0.0027187264058738947,-0.021620918065309525,-0.017604870721697807,-0.0018171113915741444,-0.02120605856180191,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.01916503719985485,-0.0011533400975167751,-0.02002534084022045,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.020542172715067863,-0.0009280298836529255,-0.01867622695863247,-0.02022169716656208,-0.00040739812538959086,-0.01910577528178692,-0.020542172715067863,-0.0009280298836529255,-0.01867622695863247,-0.021580900996923447,-0.0000041695784602779895,-0.017563555389642715,-0.02395738661289215,0.0028876643627882004,-0.012716526165604591,-0.024235006421804428,0.0022476105950772762,-0.012814248912036419,-0.02489498257637024,0.0026823978405445814,-0.011031581088900566,-0.02395738661289215,0.0028876643627882004,-0.012716526165604591,-0.02489498257637024,0.0026823978405445814,-0.011031581088900566,-0.02436242811381817,0.003676061052829027,-0.010814868845045567,-0.01652461849153042,-0.0027187264058738947,-0.021620918065309525,-0.016246849671006203,-0.0035260983277112246,-0.021253259852528572,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.018859706819057465,-0.00266831973567605,-0.01965063437819481,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.020463375374674797,-0.0016042953357100487,-0.01854727417230606,-0.020542172715067863,-0.0009280298836529255,-0.01867622695863247,-0.020542172715067863,-0.0009280298836529255,-0.01867622695863247,-0.021528972312808037,-0.000925625441595912,-0.0175201166421175,-0.021580900996923447,-0.0000041695784602779895,-0.017563555389642715,-0.021580900996923447,-0.0000041695784602779895,-0.017563555389642715,-0.021528972312808037,-0.000925625441595912,-0.0175201166421175,-0.02246187999844551,-0.0004995572380721569,-0.016397077590227127,-0.021580900996923447,-0.0000041695784602779895,-0.017563555389642715,-0.02246187999844551,-0.0004995572380721569,-0.016397077590227127,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.023402389138936996,0.0011042730184271932,-0.014884499832987785,-0.023962486535310745,0.0009418724221177399,-0.014012226834893227,-0.02359573356807232,0.0017572642536833882,-0.014286134392023087,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.016337817534804344,-0.004235395696014166,-0.02048734948039055,-0.016246849671006203,-0.0035260983277112246,-0.021253259852528572,-0.016246849671006203,-0.0035260983277112246,-0.021253259852528572,-0.016337817534804344,-0.004235395696014166,-0.02048734948039055,-0.01739501953125,-0.0038492230232805014,-0.020027905702590942,-0.016246849671006203,-0.0035260983277112246,-0.021253259852528572,-0.01739501953125,-0.0038492230232805014,-0.020027905702590942,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.018859706819057465,-0.00266831973567605,-0.01965063437819481,-0.020299186930060387,-0.002276082755997777,-0.01841101050376892,-0.019055914133787155,-0.0018280567601323128,-0.019908757880330086,-0.020299186930060387,-0.002276082755997777,-0.01841101050376892,-0.020463375374674797,-0.0016042953357100487,-0.01854727417230606,-0.020542172715067863,-0.0009280298836529255,-0.01867622695863247,-0.020463375374674797,-0.0016042953357100487,-0.01854727417230606,-0.021528972312808037,-0.000925625441595912,-0.0175201166421175,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.02246187999844551,-0.0004995572380721569,-0.016397077590227127,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.022452855482697487,0.000634747848380357,-0.016396507620811462,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.023402389138936996,0.0011042730184271932,-0.014884499832987785,-0.023402389138936996,0.0011042730184271932,-0.014884499832987785,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.023962486535310745,0.0009418724221177399,-0.014012226834893227,-0.02359573356807232,0.0017572642536833882,-0.014286134392023087,-0.023962486535310745,0.0009418724221177399,-0.014012226834893227,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.02359573356807232,0.0017572642536833882,-0.014286134392023087,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.024235006421804428,0.0022476105950772762,-0.012814248912036419,-0.024235006421804428,0.0022476105950772762,-0.012814248912036419,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.025205152109265327,0.0018422912107780576,-0.011130298487842083,-0.024235006421804428,0.0022476105950772762,-0.012814248912036419,-0.025205152109265327,0.0018422912107780576,-0.011130298487842083,-0.02489498257637024,0.0026823978405445814,-0.011031581088900566,-0.013408551923930645,-0.004592796787619591,-0.022094810381531715,-0.014938047155737877,-0.005008256062865257,-0.020511848852038383,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.014737819321453571,-0.004027858842164278,-0.021886596456170082,-0.014938047155737877,-0.005008256062865257,-0.020511848852038383,-0.016337817534804344,-0.004235395696014166,-0.02048734948039055,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.01739501953125,-0.0038492230232805014,-0.020027905702590942,-0.01882196217775345,-0.003544839797541499,-0.018999433144927025,-0.017458435148000717,-0.0028433159459382296,-0.020802484825253487,-0.01882196217775345,-0.003544839797541499,-0.018999433144927025,-0.018859706819057465,-0.00266831973567605,-0.01965063437819481,-0.020463375374674797,-0.0016042953357100487,-0.01854727417230606,-0.020299186930060387,-0.002276082755997777,-0.01841101050376892,-0.02157893031835556,-0.0018337281653657556,-0.017139147967100143,-0.020463375374674797,-0.0016042953357100487,-0.01854727417230606,-0.02157893031835556,-0.0018337281653657556,-0.017139147967100143,-0.021528972312808037,-0.000925625441595912,-0.0175201166421175,-0.021528972312808037,-0.000925625441595912,-0.0175201166421175,-0.02157893031835556,-0.0018337281653657556,-0.017139147967100143,-0.02241763100028038,-0.0013649926986545324,-0.016241997480392456,-0.021528972312808037,-0.000925625441595912,-0.0175201166421175,-0.02241763100028038,-0.0013649926986545324,-0.016241997480392456,-0.02246187999844551,-0.0004995572380721569,-0.016397077590227127,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.02415492758154869,0.00045481178676709533,-0.013788141310214996,-0.023962486535310745,0.0009418724221177399,-0.014012226834893227,-0.023962486535310745,0.0009418724221177399,-0.014012226834893227,-0.02415492758154869,0.00045481178676709533,-0.013788141310214996,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.018859706819057465,-0.00266831973567605,-0.01965063437819481,-0.01882196217775345,-0.003544839797541499,-0.018999433144927025,-0.020037591457366943,-0.0030972384847700596,-0.018122252076864243,-0.018859706819057465,-0.00266831973567605,-0.01965063437819481,-0.020037591457366943,-0.0030972384847700596,-0.018122252076864243,-0.020299186930060387,-0.002276082755997777,-0.01841101050376892,-0.02246187999844551,-0.0004995572380721569,-0.016397077590227127,-0.02241763100028038,-0.0013649926986545324,-0.016241997480392456,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.02415492758154869,0.00045481178676709533,-0.013788141310214996,-0.02415492758154869,0.00045481178676709533,-0.013788141310214996,-0.02497548796236515,0.0004285098984837532,-0.012244493700563908,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.014938047155737877,-0.005008256062865257,-0.020511848852038383,-0.016294177621603012,-0.0050065480172634125,-0.01944595016539097,-0.016337817534804344,-0.004235395696014166,-0.02048734948039055,-0.020299186930060387,-0.002276082755997777,-0.01841101050376892,-0.020037591457366943,-0.0030972384847700596,-0.018122252076864243,-0.02139098569750786,-0.00271219783462584,-0.016827940940856934,-0.020299186930060387,-0.002276082755997777,-0.01841101050376892,-0.02139098569750786,-0.00271219783462584,-0.016827940940856934,-0.02157893031835556,-0.0018337281653657556,-0.017139147967100143,-0.02241763100028038,-0.0013649926986545324,-0.016241997480392456,-0.023199740797281265,-0.0013801371678709984,-0.015086030587553978,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.023351101204752922,-0.0002771748695522547,-0.015140017494559288,-0.023199740797281265,-0.0013801371678709984,-0.015086030587553978,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.02415492758154869,0.00045481178676709533,-0.013788141310214996,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.02497548796236515,0.0004285098984837532,-0.012244493700563908,-0.016337817534804344,-0.004235395696014166,-0.02048734948039055,-0.016294177621603012,-0.0050065480172634125,-0.01944595016539097,-0.01779969595372677,-0.004592674784362316,-0.018740391358733177,-0.016337817534804344,-0.004235395696014166,-0.02048734948039055,-0.01779969595372677,-0.004592674784362316,-0.018740391358733177,-0.01739501953125,-0.0038492230232805014,-0.020027905702590942,-0.01739501953125,-0.0038492230232805014,-0.020027905702590942,-0.01779969595372677,-0.004592674784362316,-0.018740391358733177,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.01739501953125,-0.0038492230232805014,-0.020027905702590942,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.01882196217775345,-0.003544839797541499,-0.018999433144927025,-0.02157893031835556,-0.0018337281653657556,-0.017139147967100143,-0.02139098569750786,-0.00271219783462584,-0.016827940940856934,-0.02243148349225521,-0.002264587674289942,-0.01574542187154293,-0.02157893031835556,-0.0018337281653657556,-0.017139147967100143,-0.02243148349225521,-0.002264587674289942,-0.01574542187154293,-0.02241763100028038,-0.0013649926986545324,-0.016241997480392456,-0.02241763100028038,-0.0013649926986545324,-0.016241997480392456,-0.02243148349225521,-0.002264587674289942,-0.01574542187154293,-0.023199740797281265,-0.0013801371678709984,-0.015086030587553978,-0.023199740797281265,-0.0013801371678709984,-0.015086030587553978,-0.023939015343785286,-0.00136589165776968,-0.013901148922741413,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.025055494159460068,-0.00038155107176862657,-0.012087017297744751,-0.02497548796236515,0.0004285098984837532,-0.012244493700563908,-0.02497548796236515,0.0004285098984837532,-0.012244493700563908,-0.025807378813624382,0.00040796122630126774,-0.010382846929132938,-0.025084057822823524,0.0013233460485935211,-0.011744674295186996,-0.01882196217775345,-0.003544839797541499,-0.018999433144927025,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.02079125866293907,-0.0035265872720628977,-0.016849957406520844,-0.01882196217775345,-0.003544839797541499,-0.018999433144927025,-0.02079125866293907,-0.0035265872720628977,-0.016849957406520844,-0.020037591457366943,-0.0030972384847700596,-0.018122252076864243,-0.020037591457366943,-0.0030972384847700596,-0.018122252076864243,-0.02079125866293907,-0.0035265872720628977,-0.016849957406520844,-0.02139098569750786,-0.00271219783462584,-0.016827940940856934,-0.02243148349225521,-0.002264587674289942,-0.01574542187154293,-0.023195525631308556,-0.002259701956063509,-0.014610081911087036,-0.023199740797281265,-0.0013801371678709984,-0.015086030587553978,-0.023199740797281265,-0.0013801371678709984,-0.015086030587553978,-0.023195525631308556,-0.002259701956063509,-0.014610081911087036,-0.023939015343785286,-0.00136589165776968,-0.013901148922741413,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.023939015343785286,-0.00136589165776968,-0.013901148922741413,-0.02484293282032013,-0.0011563727166503668,-0.012309852056205273,-0.024087442085146904,-0.0004912657896056771,-0.013903610408306122,-0.02484293282032013,-0.0011563727166503668,-0.012309852056205273,-0.025055494159460068,-0.00038155107176862657,-0.012087017297744751,-0.02497548796236515,0.0004285098984837532,-0.012244493700563908,-0.025055494159460068,-0.00038155107176862657,-0.012087017297744751,-0.025807378813624382,0.00040796122630126774,-0.010382846929132938,-0.02139098569750786,-0.00271219783462584,-0.016827940940856934,-0.02079125866293907,-0.0035265872720628977,-0.016849957406520844,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.02139098569750786,-0.00271219783462584,-0.016827940940856934,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.02243148349225521,-0.002264587674289942,-0.01574542187154293,-0.02243148349225521,-0.002264587674289942,-0.01574542187154293,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.023195525631308556,-0.002259701956063509,-0.014610081911087036,-0.025055494159460068,-0.00038155107176862657,-0.012087017297744751,-0.026054028421640396,-0.000418920477386564,-0.009760366752743721,-0.025807378813624382,0.00040796122630126774,-0.010382846929132938,-0.01779969595372677,-0.004592674784362316,-0.018740391358733177,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.021189045161008835,-0.003850797424092889,-0.015951568260788918,-0.02079125866293907,-0.0035265872720628977,-0.016849957406520844,-0.02079125866293907,-0.0035265872720628977,-0.016849957406520844,-0.021189045161008835,-0.003850797424092889,-0.015951568260788918,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.023195525631308556,-0.002259701956063509,-0.014610081911087036,-0.024234002456068993,-0.0022657234221696854,-0.012808239087462425,-0.023939015343785286,-0.00136589165776968,-0.013901148922741413,-0.023939015343785286,-0.00136589165776968,-0.013901148922741413,-0.024234002456068993,-0.0022657234221696854,-0.012808239087462425,-0.02484293282032013,-0.0011563727166503668,-0.012309852056205273,-0.025055494159460068,-0.00038155107176862657,-0.012087017297744751,-0.02484293282032013,-0.0011563727166503668,-0.012309852056205273,-0.025772521272301674,-0.0008966115419752896,-0.01033692341297865,-0.025055494159460068,-0.00038155107176862657,-0.012087017297744751,-0.025772521272301674,-0.0008966115419752896,-0.01033692341297865,-0.026054028421640396,-0.000418920477386564,-0.009760366752743721,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.020448729395866394,-0.004565994255244732,-0.015857186168432236,-0.01916172169148922,-0.004239306785166264,-0.017869645729660988,-0.020448729395866394,-0.004565994255244732,-0.015857186168432236,-0.021189045161008835,-0.003850797424092889,-0.015951568260788918,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.023195525631308556,-0.002259701956063509,-0.014610081911087036,-0.023195525631308556,-0.002259701956063509,-0.014610081911087036,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.024234002456068993,-0.0022657234221696854,-0.012808239087462425,-0.02484293282032013,-0.0011563727166503668,-0.012309852056205273,-0.024234002456068993,-0.0022657234221696854,-0.012808239087462425,-0.025211846455931664,-0.0017971585039049387,-0.011158493347465992,-0.02484293282032013,-0.0011563727166503668,-0.012309852056205273,-0.025211846455931664,-0.0017971585039049387,-0.011158493347465992,-0.025772521272301674,-0.0008966115419752896,-0.01033692341297865,-0.021189045161008835,-0.003850797424092889,-0.015951568260788918,-0.020448729395866394,-0.004565994255244732,-0.015857186168432236,-0.021991334855556488,-0.00388818746432662,-0.014772738330066204,-0.021189045161008835,-0.003850797424092889,-0.015951568260788918,-0.021991334855556488,-0.00388818746432662,-0.014772738330066204,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.021991334855556488,-0.00388818746432662,-0.014772738330066204,-0.02313391864299774,-0.0035268182400614023,-0.013437986373901367,-0.022384032607078552,-0.003084791824221611,-0.015142780728638172,-0.02313391864299774,-0.0035268182400614023,-0.013437986373901367,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.020448729395866394,-0.004565994255244732,-0.015857186168432236,-0.02170664817094803,-0.004499655682593584,-0.014223931357264519,-0.021991334855556488,-0.00388818746432662,-0.014772738330066204,-0.024234002456068993,-0.0022657234221696854,-0.012808239087462425,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.024921545758843422,-0.002668367000296712,-0.010994667187333107,-0.024234002456068993,-0.0022657234221696854,-0.012808239087462425,-0.024921545758843422,-0.002668367000296712,-0.010994667187333107,-0.025211846455931664,-0.0017971585039049387,-0.011158493347465992,-0.021991334855556488,-0.00388818746432662,-0.014772738330066204,-0.02170664817094803,-0.004499655682593584,-0.014223931357264519,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.021991334855556488,-0.00388818746432662,-0.014772738330066204,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.02313391864299774,-0.0035268182400614023,-0.013437986373901367,-0.02313391864299774,-0.0035268182400614023,-0.013437986373901367,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.0245404914021492,-0.0034857068676501513,-0.010726778768002987,-0.023748597130179405,-0.0030308659188449383,-0.012981579639017582,-0.0245404914021492,-0.0034857068676501513,-0.010726778768002987,-0.024921545758843422,-0.002668367000296712,-0.010994667187333107,-0.02170664817094803,-0.004499655682593584,-0.014223931357264519,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.022953221574425697,-0.0045180609449744225,-0.012056084349751472,-0.02170664817094803,-0.004499655682593584,-0.014223931357264519,-0.022953221574425697,-0.0045180609449744225,-0.012056084349751472,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.022953221574425697,-0.0045180609449744225,-0.012056084349751472,-0.02388397604227066,-0.0043991669081151485,-0.010416875593364239,-0.023277556523680687,-0.003895656205713749,-0.01265424769371748,-0.02388397604227066,-0.0043991669081151485,-0.010416875593364239,-0.0245404914021492,-0.0034857068676501513,-0.010726778768002987,-0.025688357651233673,-0.004214099608361721,-0.005249556619673967,-0.025082431733608246,-0.004592816811054945,-0.0062516420148313046,-0.02503197453916073,-0.0050078630447387695,-0.004160981625318527,-0.025688357651233673,-0.004214099608361721,-0.005249556619673967,-0.02503197453916073,-0.0050078630447387695,-0.004160981625318527,-0.025988861918449402,-0.004220485687255859,-0.0034341169521212578,-0.025988861918449402,-0.004220485687255859,-0.0034341169521212578,-0.02503197453916073,-0.0050078630447387695,-0.004160981625318527,-0.025269558653235435,-0.005007226951420307,-0.0023285874631255865,-0.025988861918449402,-0.004220485687255859,-0.0034341169521212578,-0.025269558653235435,-0.005007226951420307,-0.0023285874631255865,-0.026167484000325203,-0.004220586270093918,-0.0015814214712008834,-0.026167484000325203,-0.004220586270093918,-0.0015814214712008834,-0.025269558653235435,-0.005007226951420307,-0.0023285874631255865,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.026167484000325203,-0.004220586270093918,-0.0015814214712008834,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.025687891989946365,-0.004712625406682491,0.0011987579055130482,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.025687891989946365,-0.004712625406682491,0.0011987579055130482,-0.026105213910341263,-0.004213097970932722,0.002614283934235573,-0.026105213910341263,-0.004213097970932722,0.002614283934235573,-0.025687891989946365,-0.004712625406682491,0.0011987579055130482,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.026105213910341263,-0.004213097970932722,0.002614283934235573,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.025757698342204094,-0.004221146926283836,0.004897598642855883,-0.025757698342204094,-0.004221146926283836,0.004897598642855883,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.02492367848753929,-0.005006290506571531,0.004801183007657528,-0.025757698342204094,-0.004221146926283836,0.004897598642855883,-0.02492367848753929,-0.005006290506571531,0.004801183007657528,-0.02522376924753189,-0.004236274864524603,0.007136160042136908,-0.02522376924753189,-0.004236274864524603,0.007136160042136908,-0.02492367848753929,-0.005006290506571531,0.004801183007657528,-0.02478364109992981,-0.004642884247004986,0.007180722430348396,-0.02522376924753189,-0.004236274864524603,0.007136160042136908,-0.02478364109992981,-0.004642884247004986,0.007180722430348396,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.02478364109992981,-0.004642884247004986,0.007180722430348396,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.023510705679655075,-0.004533509258180857,0.010905066505074501,-0.02496166154742241,-0.0037651394959539175,-0.009172885678708553,-0.02450934424996376,-0.0045424653217196465,-0.00840556900948286,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.02450934424996376,-0.0045424653217196465,-0.00840556900948286,-0.025082431733608246,-0.004592816811054945,-0.0062516420148313046,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.025082431733608246,-0.004592816811054945,-0.0062516420148313046,-0.025688357651233673,-0.004214099608361721,-0.005249556619673967,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.023510705679655075,-0.004533509258180857,0.010905066505074501,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.02546778880059719,-0.0035015682224184275,-0.008255831897258759,-0.026028819382190704,-0.003460344159975648,-0.006378400605171919,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.026208844035863876,-0.002697631483897567,-0.007373779080808163,-0.026028819382190704,-0.003460344159975648,-0.006378400605171919,-0.026664800941944122,-0.0026931753382086754,-0.0055132363922894,-0.027512259781360626,-0.0009818701073527336,-0.0036873403005301952,-0.027351217344403267,-0.0017816565232351422,-0.0035239779390394688,-0.027670592069625854,-0.0011533478973433375,-0.0017121470300480723,-0.027512259781360626,-0.0009818701073527336,-0.0036873403005301952,-0.027670592069625854,-0.0011533478973433375,-0.0017121470300480723,-0.027760935947299004,-0.0004996726638637483,-0.0017185881733894348,-0.027828428894281387,-0.000004171303771727253,-0.00023933258489705622,-0.027806509286165237,-0.000004182890279480489,0.0012424010783433914,-0.027737276628613472,0.0009408856276422739,0.0012200534110888839,-0.027737276628613472,0.0009408856276422739,0.0012200534110888839,-0.027577295899391174,0.0009769632015377283,0.0031804365571588278,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.026565125212073326,0.0030832504853606224,0.00497114984318614,-0.026938417926430702,0.0022442645858973265,0.005124878138303757,-0.02616669051349163,0.0030789808370172977,0.0067794304341077805,-0.025109773501753807,0.0042138914577662945,0.0075450558215379715,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.02546778880059719,-0.0035015682224184275,-0.008255831897258759,-0.02496166154742241,-0.0037651394959539175,-0.009172885678708553,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.02546778880059719,-0.0035015682224184275,-0.008255831897258759,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.026028819382190704,-0.003460344159975648,-0.006378400605171919,-0.026028819382190704,-0.003460344159975648,-0.006378400605171919,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.026296792551875114,-0.0035187203902751207,-0.004996866919100285,-0.026296792551875114,-0.0035187203902751207,-0.004996866919100285,-0.025370778515934944,-0.004048017784953117,-0.0071480777114629745,-0.025688357651233673,-0.004214099608361721,-0.005249556619673967,-0.026296792551875114,-0.0035187203902751207,-0.004996866919100285,-0.025688357651233673,-0.004214099608361721,-0.005249556619673967,-0.02654154598712921,-0.0035095294006168842,-0.0034796474501490593,-0.02654154598712921,-0.0035095294006168842,-0.0034796474501490593,-0.025688357651233673,-0.004214099608361721,-0.005249556619673967,-0.025988861918449402,-0.004220485687255859,-0.0034341169521212578,-0.02654154598712921,-0.0035095294006168842,-0.0034796474501490593,-0.025988861918449402,-0.004220485687255859,-0.0034341169521212578,-0.026727719232439995,-0.0034912163391709328,-0.0016776901902630925,-0.026727719232439995,-0.0034912163391709328,-0.0016776901902630925,-0.025988861918449402,-0.004220485687255859,-0.0034341169521212578,-0.026167484000325203,-0.004220586270093918,-0.0015814214712008834,-0.026727719232439995,-0.0034912163391709328,-0.0016776901902630925,-0.026167484000325203,-0.004220586270093918,-0.0015814214712008834,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.026661017909646034,-0.003547338303178549,0.002108696848154068,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.026105213910341263,-0.004213097970932722,0.002614283934235573,-0.026661017909646034,-0.003547338303178549,0.002108696848154068,-0.026105213910341263,-0.004213097970932722,0.002614283934235573,-0.026302512735128403,-0.003657590365037322,0.004398217424750328,-0.026302512735128403,-0.003657590365037322,0.004398217424750328,-0.026105213910341263,-0.004213097970932722,0.002614283934235573,-0.025757698342204094,-0.004221146926283836,0.004897598642855883,-0.026302512735128403,-0.003657590365037322,0.004398217424750328,-0.025757698342204094,-0.004221146926283836,0.004897598642855883,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.025757698342204094,-0.004221146926283836,0.004897598642855883,-0.02522376924753189,-0.004236274864524603,0.007136160042136908,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.02522376924753189,-0.004236274864524603,0.007136160042136908,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.024341052398085594,-0.003515841206535697,0.01113490667194128,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.026664800941944122,-0.0026931753382086754,-0.0055132363922894,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.026985934004187584,-0.002057613804936409,-0.005256483796983957,-0.026985934004187584,-0.002057613804936409,-0.005256483796983957,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.027351217344403267,-0.0017816565232351422,-0.0035239779390394688,-0.027351217344403267,-0.0017816565232351422,-0.0035239779390394688,-0.027505487203598022,-0.001846018130891025,-0.0017206447664648294,-0.027670592069625854,-0.0011533478973433375,-0.0017121470300480723,-0.027760935947299004,-0.0004996726638637483,-0.0017185881733894348,-0.027670592069625854,-0.0011533478973433375,-0.0017121470300480723,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027760935947299004,-0.0004996726638637483,-0.0017185881733894348,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027828428894281387,-0.000004171303771727253,-0.00023933258489705622,-0.027828428894281387,-0.000004171303771727253,-0.00023933258489705622,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027806509286165237,-0.000004182890279480489,0.0012424010783433914,-0.027737276628613472,0.0009408856276422739,0.0012200534110888839,-0.027806509286165237,-0.000004182890279480489,0.0012424010783433914,-0.027577295899391174,0.0009769632015377283,0.0031804365571588278,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.027577295899391174,0.0009769632015377283,0.0031804365571588278,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.027388695627450943,0.0017993001965805888,0.0031738465186208487,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.026938417926430702,0.0022442645858973265,0.005124878138303757,-0.026938417926430702,0.0022442645858973265,0.005124878138303757,-0.026715349406003952,0.0020048387814313173,0.006567325908690691,-0.02616669051349163,0.0030789808370172977,0.0067794304341077805,-0.02616669051349163,0.0030789808370172977,0.0067794304341077805,-0.026715349406003952,0.0020048387814313173,0.006567325908690691,-0.025842053815722466,0.0027700106147676706,0.008490879088640213,-0.02616669051349163,0.0030789808370172977,0.0067794304341077805,-0.025842053815722466,0.0027700106147676706,0.008490879088640213,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.024901270866394043,0.003674780484288931,0.009485289454460144,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.023898005485534668,0.004675531759858131,0.009610939770936966,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.023080885410308838,0.0045357393100857735,0.011759620159864426,-0.027045458555221558,-0.0030646815430372953,-0.00006917475548107177,-0.026727719232439995,-0.0034912163391709328,-0.0016776901902630925,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.027045458555221558,-0.0030646815430372953,-0.00006917475548107177,-0.026369184255599976,-0.004053093027323484,0.00034248779411427677,-0.026661017909646034,-0.003547338303178549,0.002108696848154068,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.026661017909646034,-0.003547338303178549,0.002108696848154068,-0.026302512735128403,-0.003657590365037322,0.004398217424750328,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.026302512735128403,-0.003657590365037322,0.004398217424750328,-0.026578165590763092,-0.0030822993721812963,0.004941060673445463,-0.026578165590763092,-0.0030822993721812963,0.004941060673445463,-0.026302512735128403,-0.003657590365037322,0.004398217424750328,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.02599240466952324,-0.0028661107644438744,0.007861509919166565,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.024551330134272575,-0.004068668466061354,0.0096068000420928,-0.024341052398085594,-0.003515841206535697,0.01113490667194128,-0.026028819382190704,-0.003460344159975648,-0.006378400605171919,-0.026296792551875114,-0.0035187203902751207,-0.004996866919100285,-0.026664800941944122,-0.0026931753382086754,-0.0055132363922894,-0.026664800941944122,-0.0026931753382086754,-0.0055132363922894,-0.026296792551875114,-0.0035187203902751207,-0.004996866919100285,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.027351217344403267,-0.0017816565232351422,-0.0035239779390394688,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.027505487203598022,-0.001846018130891025,-0.0017206447664648294,-0.027670592069625854,-0.0011533478973433375,-0.0017121470300480723,-0.027505487203598022,-0.001846018130891025,-0.0017206447664648294,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027738461270928383,-0.0009058723808266222,0.0012883911840617657,-0.027806509286165237,-0.000004182890279480489,0.0012424010783433914,-0.027806509286165237,-0.000004182890279480489,0.0012424010783433914,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.027577295899391174,0.0009769632015377283,0.0031804365571588278,-0.027577295899391174,0.0009769632015377283,0.0031804365571588278,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.026938417926430702,0.0022442645858973265,0.005124878138303757,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.026715349406003952,0.0020048387814313173,0.006567325908690691,-0.026715349406003952,0.0020048387814313173,0.006567325908690691,-0.026384934782981873,0.0019703113939613104,0.007849004119634628,-0.025842053815722466,0.0027700106147676706,0.008490879088640213,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.026296792551875114,-0.0035187203902751207,-0.004996866919100285,-0.02654154598712921,-0.0035095294006168842,-0.0034796474501490593,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.02654154598712921,-0.0035095294006168842,-0.0034796474501490593,-0.02719227597117424,-0.002659109653905034,-0.001734793302603066,-0.02719227597117424,-0.002659109653905034,-0.001734793302603066,-0.02654154598712921,-0.0035095294006168842,-0.0034796474501490593,-0.026727719232439995,-0.0034912163391709328,-0.0016776901902630925,-0.02719227597117424,-0.002659109653905034,-0.001734793302603066,-0.026727719232439995,-0.0034912163391709328,-0.0016776901902630925,-0.027045458555221558,-0.0030646815430372953,-0.00006917475548107177,-0.027132436633110046,-0.0027053351514041424,0.0022717714309692383,-0.027045458555221558,-0.0030646815430372953,-0.00006917475548107177,-0.026661017909646034,-0.003547338303178549,0.002108696848154068,-0.027132436633110046,-0.0027053351514041424,0.0022717714309692383,-0.026661017909646034,-0.003547338303178549,0.002108696848154068,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.026549680158495903,-0.0026839396450668573,0.006083668675273657,-0.026578165590763092,-0.0030822993721812963,0.004941060673445463,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.026549680158495903,-0.0026839396450668573,0.006083668675273657,-0.02578331157565117,-0.0035400649067014456,0.007156048901379108,-0.02599240466952324,-0.0028661107644438744,0.007861509919166565,-0.024600662291049957,-0.0028960169292986393,0.011438689194619656,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.024341052398085594,-0.003515841206535697,0.01113490667194128,-0.024600662291049957,-0.0028960169292986393,0.011438689194619656,-0.024341052398085594,-0.003515841206535697,0.01113490667194128,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.024600662291049957,-0.0028960169292986393,0.011438689194619656,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.02372780628502369,-0.0028960024937987328,0.01315500121563673,-0.02372780628502369,-0.0028960024937987328,0.01315500121563673,-0.023780658841133118,-0.0036841596011072397,0.012055016122758389,-0.022961486130952835,-0.0035196535754948854,0.013756669126451015,-0.02372780628502369,-0.0028960024937987328,0.01315500121563673,-0.022961486130952835,-0.0035196535754948854,0.013756669126451015,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.02699665166437626,-0.0026861755177378654,-0.0035805213265120983,-0.02719227597117424,-0.002659109653905034,-0.001734793302603066,-0.027505487203598022,-0.001846018130891025,-0.0017206447664648294,-0.027806509286165237,-0.000004182890279480489,0.0012424010783433914,-0.027738461270928383,-0.0009058723808266222,0.0012883911840617657,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.02733476646244526,0.00047185990842990577,0.00516155268996954,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.025842053815722466,0.0027700106147676706,0.008490879088640213,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.02552427165210247,0.0034588915295898914,0.00818170327693224,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.024901270866394043,0.003674780484288931,0.009485289454460144,-0.024901270866394043,0.003674780484288931,0.009485289454460144,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.024294456467032433,0.003497496247291565,0.011256861500442028,-0.024901270866394043,0.003674780484288931,0.009485289454460144,-0.024294456467032433,0.003497496247291565,0.011256861500442028,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.024294456467032433,0.003497496247291565,0.011256861500442028,-0.023570112884044647,0.0038849262055009604,0.012099751271307468,-0.02433781325817108,0.004226337186992168,0.009752937592566013,-0.023570112884044647,0.0038849262055009604,0.012099751271307468,-0.023080885410308838,0.0045357393100857735,0.011759620159864426,-0.02719227597117424,-0.002659109653905034,-0.001734793302603066,-0.027045458555221558,-0.0030646815430372953,-0.00006917475548107177,-0.027396582067012787,-0.002308518160134554,0.0005533588700927794,-0.027396582067012787,-0.002308518160134554,0.0005533588700927794,-0.027045458555221558,-0.0030646815430372953,-0.00006917475548107177,-0.027132436633110046,-0.0027053351514041424,0.0022717714309692383,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.026578165590763092,-0.0030822993721812963,0.004941060673445463,-0.026549680158495903,-0.0026839396450668573,0.006083668675273657,-0.02593584917485714,-0.0022311292123049498,0.00892910361289978,-0.02599240466952324,-0.0028661107644438744,0.007861509919166565,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.02593584917485714,-0.0022311292123049498,0.00892910361289978,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.02525475062429905,-0.0022684496361762285,0.010669615119695663,-0.02525475062429905,-0.0022684496361762285,0.010669615119695663,-0.025258557870984077,-0.0031127729453146458,0.009584099985659122,-0.024600662291049957,-0.0028960169292986393,0.011438689194619656,-0.02525475062429905,-0.0022684496361762285,0.010669615119695663,-0.024600662291049957,-0.0028960169292986393,0.011438689194619656,-0.024424875155091286,-0.0022629539016634226,0.012456905096769333,-0.024424875155091286,-0.0022629539016634226,0.012456905096769333,-0.024600662291049957,-0.0028960169292986393,0.011438689194619656,-0.02372780628502369,-0.0028960024937987328,0.01315500121563673,-0.024424875155091286,-0.0022629539016634226,0.012456905096769333,-0.02372780628502369,-0.0028960024937987328,0.01315500121563673,-0.023480288684368134,-0.002262922702357173,0.014158102683722973,-0.023480288684368134,-0.002262922702357173,0.014158102683722973,-0.02372780628502369,-0.0028960024937987328,0.01315500121563673,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.023480288684368134,-0.002262922702357173,0.014158102683722973,-0.022411243990063667,-0.0028799341525882483,0.015323244035243988,-0.02241753600537777,-0.0022576279006898403,0.015791550278663635,-0.027505487203598022,-0.001846018130891025,-0.0017206447664648294,-0.02719227597117424,-0.002659109653905034,-0.001734793302603066,-0.027396582067012787,-0.002308518160134554,0.0005533588700927794,-0.027505487203598022,-0.001846018130891025,-0.0017206447664648294,-0.027396582067012787,-0.002308518160134554,0.0005533588700927794,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027738461270928383,-0.0009058723808266222,0.0012883911840617657,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.02750040777027607,-0.00048019486712291837,0.004188526421785355,-0.02765069715678692,0.00021057923731859773,0.003233440686017275,-0.02750040777027607,-0.00048019486712291837,0.004188526421785355,-0.02733476646244526,0.00047185990842990577,0.00516155268996954,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.02733476646244526,0.00047185990842990577,0.00516155268996954,-0.02687314711511135,0.0009173414437100291,0.006988159846514463,-0.027210325002670288,0.0013423970667645335,0.00514225522056222,-0.02687314711511135,0.0009173414437100291,0.006988159846514463,-0.026715349406003952,0.0020048387814313173,0.006567325908690691,-0.026715349406003952,0.0020048387814313173,0.006567325908690691,-0.02687314711511135,0.0009173414437100291,0.006988159846514463,-0.026384934782981873,0.0019703113939613104,0.007849004119634628,-0.023080885410308838,0.0045357393100857735,0.011759620159864426,-0.023570112884044647,0.0038849262055009604,0.012099751271307468,-0.022240780293941498,0.004553588572889566,0.013251393102109432,-0.027486583217978477,-0.0017890477320179343,0.002229382051154971,-0.027396582067012787,-0.002308518160134554,0.0005533588700927794,-0.027132436633110046,-0.0027053351514041424,0.0022717714309692383,-0.027486583217978477,-0.0017890477320179343,0.002229382051154971,-0.027132436633110046,-0.0027053351514041424,0.0022717714309692383,-0.02724853903055191,-0.0018374198116362095,0.0041411989368498325,-0.02724853903055191,-0.0018374198116362095,0.0041411989368498325,-0.027132436633110046,-0.0027053351514041424,0.0022717714309692383,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.02724853903055191,-0.0018374198116362095,0.0041411989368498325,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.0269148051738739,-0.002045762725174427,0.00557895191013813,-0.0269148051738739,-0.002045762725174427,0.00557895191013813,-0.02683393843472004,-0.002894690725952387,0.004078318364918232,-0.026549680158495903,-0.0026839396450668573,0.006083668675273657,-0.0269148051738739,-0.002045762725174427,0.00557895191013813,-0.026549680158495903,-0.0026839396450668573,0.006083668675273657,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.026549680158495903,-0.0026839396450668573,0.006083668675273657,-0.02599240466952324,-0.0028661107644438744,0.007861509919166565,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.02599240466952324,-0.0028661107644438744,0.007861509919166565,-0.02593584917485714,-0.0022311292123049498,0.00892910361289978,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027396582067012787,-0.002308518160134554,0.0005533588700927794,-0.027486583217978477,-0.0017890477320179343,0.002229382051154971,-0.02773084118962288,-0.0011727726086974144,0.00013564745313487947,-0.027486583217978477,-0.0017890477320179343,0.002229382051154971,-0.027738461270928383,-0.0009058723808266222,0.0012883911840617657,-0.027738461270928383,-0.0009058723808266222,0.0012883911840617657,-0.027486583217978477,-0.0017890477320179343,0.002229382051154971,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.026384934782981873,0.0019703113939613104,0.007849004119634628,-0.025780122727155685,0.0017968100728467107,0.009785057045519352,-0.025842053815722466,0.0027700106147676706,0.008490879088640213,-0.025842053815722466,0.0027700106147676706,0.008490879088640213,-0.025780122727155685,0.0017968100728467107,0.009785057045519352,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.023570112884044647,0.0038849262055009604,0.012099751271307468,-0.02269684337079525,0.0038755035493522882,0.013685112819075584,-0.022240780293941498,0.004553588572889566,0.013251393102109432,-0.02703794650733471,-0.0013888308312743902,0.005931172985583544,-0.02724853903055191,-0.0018374198116362095,0.0041411989368498325,-0.0269148051738739,-0.002045762725174427,0.00557895191013813,-0.02703794650733471,-0.0013888308312743902,0.005931172985583544,-0.0269148051738739,-0.002045762725174427,0.00557895191013813,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.026146676391363144,-0.0016043019713833928,0.008917556144297123,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.02593584917485714,-0.0022311292123049498,0.00892910361289978,-0.026146676391363144,-0.0016043019713833928,0.008917556144297123,-0.02593584917485714,-0.0022311292123049498,0.00892910361289978,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.02593584917485714,-0.0022311292123049498,0.00892910361289978,-0.02525475062429905,-0.0022684496361762285,0.010669615119695663,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.02525475062429905,-0.0022684496361762285,0.010669615119695663,-0.02470354177057743,-0.001405434450134635,0.012486282736063004,-0.02470354177057743,-0.001405434450134635,0.012486282736063004,-0.02525475062429905,-0.0022684496361762285,0.010669615119695663,-0.024424875155091286,-0.0022629539016634226,0.012456905096769333,-0.02470354177057743,-0.001405434450134635,0.012486282736063004,-0.024424875155091286,-0.0022629539016634226,0.012456905096769333,-0.02395210973918438,-0.00130078149959445,0.013929920271039009,-0.02395210973918438,-0.00130078149959445,0.013929920271039009,-0.024424875155091286,-0.0022629539016634226,0.012456905096769333,-0.023480288684368134,-0.002262922702357173,0.014158102683722973,-0.02395210973918438,-0.00130078149959445,0.013929920271039009,-0.023480288684368134,-0.002262922702357173,0.014158102683722973,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.023480288684368134,-0.002262922702357173,0.014158102683722973,-0.02241753600537777,-0.0022576279006898403,0.015791550278663635,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.02241753600537777,-0.0022576279006898403,0.015791550278663635,-0.021419599652290344,-0.001604329445399344,0.01744999550282955,-0.02750040777027607,-0.00048019486712291837,0.004188526421785355,-0.027235133573412895,-0.0004661138809751719,0.005645677447319031,-0.02733476646244526,0.00047185990842990577,0.00516155268996954,-0.02733476646244526,0.00047185990842990577,0.00516155268996954,-0.027235133573412895,-0.0004661138809751719,0.005645677447319031,-0.026916667819023132,0.000007683695912419353,0.00709118414670229,-0.02733476646244526,0.00047185990842990577,0.00516155268996954,-0.026916667819023132,0.000007683695912419353,0.00709118414670229,-0.02687314711511135,0.0009173414437100291,0.006988159846514463,-0.02687314711511135,0.0009173414437100291,0.006988159846514463,-0.026300203055143356,0.0008975323289632797,0.008916177786886692,-0.026384934782981873,0.0019703113939613104,0.007849004119634628,-0.026384934782981873,0.0019703113939613104,0.007849004119634628,-0.026300203055143356,0.0008975323289632797,0.008916177786886692,-0.025780122727155685,0.0017968100728467107,0.009785057045519352,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.02428377978503704,0.0026656154077500105,0.012347220443189144,-0.024294456467032433,0.003497496247291565,0.011256861500442028,-0.024294456467032433,0.003497496247291565,0.011256861500442028,-0.02428377978503704,0.0026656154077500105,0.012347220443189144,-0.02322979085147381,0.003307046601548791,0.013568826951086521,-0.024294456467032433,0.003497496247291565,0.011256861500442028,-0.02322979085147381,0.003307046601548791,0.013568826951086521,-0.023570112884044647,0.0038849262055009604,0.012099751271307468,-0.023570112884044647,0.0038849262055009604,0.012099751271307468,-0.02322979085147381,0.003307046601548791,0.013568826951086521,-0.02269684337079525,0.0038755035493522882,0.013685112819075584,-0.022240780293941498,0.004553588572889566,0.013251393102109432,-0.02269684337079525,0.0038755035493522882,0.013685112819075584,-0.021252179518342018,0.004535295069217682,0.014818455092608929,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.027486583217978477,-0.0017890477320179343,0.002229382051154971,-0.02724853903055191,-0.0018374198116362095,0.0041411989368498325,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.02724853903055191,-0.0018374198116362095,0.0041411989368498325,-0.02703794650733471,-0.0013888308312743902,0.005931172985583544,-0.026850733906030655,-0.0009125187643803656,0.007083386182785034,-0.02703794650733471,-0.0013888308312743902,0.005931172985583544,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.026850733906030655,-0.0009125187643803656,0.007083386182785034,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.026270687580108643,-0.0009439115528948605,0.008991239592432976,-0.026270687580108643,-0.0009439115528948605,0.008991239592432976,-0.026628650724887848,-0.0018177306046709418,0.007140498608350754,-0.026146676391363144,-0.0016043019713833928,0.008917556144297123,-0.026270687580108643,-0.0009439115528948605,0.008991239592432976,-0.026146676391363144,-0.0016043019713833928,0.008917556144297123,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.02353416197001934,-0.0009256121702492237,0.014733917079865932,-0.02395210973918438,-0.00130078149959445,0.013929920271039009,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.0215421412140131,-0.0009556791046634316,0.017521603032946587,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.021419599652290344,-0.001604329445399344,0.01744999550282955,-0.02750040777027607,-0.00048019486712291837,0.004188526421785355,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.027235133573412895,-0.0004661138809751719,0.005645677447319031,-0.02687314711511135,0.0009173414437100291,0.006988159846514463,-0.026916667819023132,0.000007683695912419353,0.00709118414670229,-0.026300203055143356,0.0008975323289632797,0.008916177786886692,-0.025780122727155685,0.0017968100728467107,0.009785057045519352,-0.025018030777573586,0.0017819079803302884,0.011606192216277122,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.025050675496459007,0.002878750441595912,0.010460304096341133,-0.025018030777573586,0.0017819079803302884,0.011606192216277122,-0.02428377978503704,0.0026656154077500105,0.012347220443189144,-0.02269684337079525,0.0038755035493522882,0.013685112819075584,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.021252179518342018,0.004535295069217682,0.014818455092608929,-0.027235133573412895,-0.0004661138809751719,0.005645677447319031,-0.027536563575267792,-0.0009044832549989223,0.0036379932425916195,-0.02703794650733471,-0.0013888308312743902,0.005931172985583544,-0.027235133573412895,-0.0004661138809751719,0.005645677447319031,-0.02703794650733471,-0.0013888308312743902,0.005931172985583544,-0.026850733906030655,-0.0009125187643803656,0.007083386182785034,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.02470354177057743,-0.001405434450134635,0.012486282736063004,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.02470354177057743,-0.001405434450134635,0.012486282736063004,-0.024311412125825882,-0.0004882598004769534,0.013523898087441921,-0.024311412125825882,-0.0004882598004769534,0.013523898087441921,-0.02470354177057743,-0.001405434450134635,0.012486282736063004,-0.02395210973918438,-0.00130078149959445,0.013929920271039009,-0.024311412125825882,-0.0004882598004769534,0.013523898087441921,-0.02395210973918438,-0.00130078149959445,0.013929920271039009,-0.02353416197001934,-0.0009256121702492237,0.014733917079865932,-0.022776169702410698,-0.000503171409945935,0.015972191467881203,-0.02353416197001934,-0.0009256121702492237,0.014733917079865932,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.022776169702410698,-0.000503171409945935,0.015972191467881203,-0.02267499454319477,-0.0013480157358571887,0.0159000251442194,-0.0215421412140131,-0.0009556791046634316,0.017521603032946587,-0.027235133573412895,-0.0004661138809751719,0.005645677447319031,-0.026850733906030655,-0.0009125187643803656,0.007083386182785034,-0.026916667819023132,0.000007683695912419353,0.00709118414670229,-0.026916667819023132,0.000007683695912419353,0.00709118414670229,-0.026346849277615547,-0.000004166655344306491,0.008983743377029896,-0.026300203055143356,0.0008975323289632797,0.008916177786886692,-0.026300203055143356,0.0008975323289632797,0.008916177786886692,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.025780122727155685,0.0017968100728467107,0.009785057045519352,-0.025780122727155685,0.0017968100728467107,0.009785057045519352,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.025018030777573586,0.0017819079803302884,0.011606192216277122,-0.02428377978503704,0.0026656154077500105,0.012347220443189144,-0.02332507073879242,0.002726297825574875,0.014021997340023518,-0.02322979085147381,0.003307046601548791,0.013568826951086521,-0.02269684337079525,0.0038755035493522882,0.013685112819075584,-0.02322979085147381,0.003307046601548791,0.013568826951086521,-0.02194707840681076,0.0034691663458943367,0.015373625792562962,-0.02269684337079525,0.0038755035493522882,0.013685112819075584,-0.02194707840681076,0.0034691663458943367,0.015373625792562962,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.021252179518342018,0.004535295069217682,0.014818455092608929,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.020129112526774406,0.004568492062389851,0.016254395246505737,-0.026916667819023132,0.000007683695912419353,0.00709118414670229,-0.026850733906030655,-0.0009125187643803656,0.007083386182785034,-0.026346849277615547,-0.000004166655344306491,0.008983743377029896,-0.026346849277615547,-0.000004166655344306491,0.008983743377029896,-0.026850733906030655,-0.0009125187643803656,0.007083386182785034,-0.026270687580108643,-0.0009439115528948605,0.008991239592432976,-0.026346849277615547,-0.000004166655344306491,0.008983743377029896,-0.026270687580108643,-0.0009439115528948605,0.008991239592432976,-0.025827681645751,-0.000004172757599008037,0.010371703654527664,-0.025827681645751,-0.000004172757599008037,0.010371703654527664,-0.026270687580108643,-0.0009439115528948605,0.008991239592432976,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.025827681645751,-0.000004172757599008037,0.010371703654527664,-0.0255677979439497,-0.0011340135242789984,0.010766468942165375,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.024311412125825882,-0.0004882598004769534,0.013523898087441921,-0.02353416197001934,-0.0009256121702492237,0.014733917079865932,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.02353416197001934,-0.0009256121702492237,0.014733917079865932,-0.022776169702410698,-0.000503171409945935,0.015972191467881203,-0.022199712693691254,0.0002173868560930714,0.01679520308971405,-0.022776169702410698,-0.000503171409945935,0.015972191467881203,-0.0215421412140131,-0.0009556791046634316,0.017521603032946587,-0.022199712693691254,0.0002173868560930714,0.01679520308971405,-0.0215421412140131,-0.0009556791046634316,0.017521603032946587,-0.020946994423866272,-0.000004176620677753817,0.018336597830057144,-0.020946994423866272,-0.000004176620677753817,0.018336597830057144,-0.0215421412140131,-0.0009556791046634316,0.017521603032946587,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.020946994423866272,-0.000004176620677753817,0.018336597830057144,-0.020234208554029465,-0.0011339997872710228,0.018982412293553352,-0.01954195648431778,-0.0002058985410258174,0.01982809416949749,-0.026300203055143356,0.0008975323289632797,0.008916177786886692,-0.026346849277615547,-0.000004166655344306491,0.008983743377029896,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.025018030777573586,0.0017819079803302884,0.011606192216277122,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.02428377978503704,0.0026656154077500105,0.012347220443189144,-0.02428377978503704,0.0026656154077500105,0.012347220443189144,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.02332507073879242,0.002726297825574875,0.014021997340023518,-0.02322979085147381,0.003307046601548791,0.013568826951086521,-0.02332507073879242,0.002726297825574875,0.014021997340023518,-0.02194707840681076,0.0034691663458943367,0.015373625792562962,-0.020129112526774406,0.004568492062389851,0.016254395246505737,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.01929677464067936,0.004512485582381487,0.017332015559077263,-0.02438020147383213,0.00041916020563803613,0.013406461104750633,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.024311412125825882,-0.0004882598004769534,0.013523898087441921,-0.02438020147383213,0.00041916020563803613,0.013406461104750633,-0.024311412125825882,-0.0004882598004769534,0.013523898087441921,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.022776169702410698,-0.000503171409945935,0.015972191467881203,-0.022199712693691254,0.0002173868560930714,0.01679520308971405,-0.026346849277615547,-0.000004166655344306491,0.008983743377029896,-0.025827681645751,-0.000004172757599008037,0.010371703654527664,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.024772493168711662,0.0011208890937268734,0.01248755119740963,-0.025018030777573586,0.0017819079803302884,0.011606192216277122,-0.025018030777573586,0.0017819079803302884,0.011606192216277122,-0.024772493168711662,0.0011208890937268734,0.01248755119740963,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.02332507073879242,0.002726297825574875,0.014021997340023518,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.022930733859539032,0.0022751556243747473,0.015019150450825691,-0.02332507073879242,0.002726297825574875,0.014021997340023518,-0.022930733859539032,0.0022751556243747473,0.015019150450825691,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.02332507073879242,0.002726297825574875,0.014021997340023518,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.02194707840681076,0.0034691663458943367,0.015373625792562962,-0.02194707840681076,0.0034691663458943367,0.015373625792562962,-0.020828455686569214,0.0034625818952918053,0.016864420846104622,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.020828455686569214,0.0034625818952918053,0.016864420846104622,-0.02000739984214306,0.0038303323090076447,0.017434101551771164,-0.021347930654883385,0.0040410105139017105,0.015488017350435257,-0.02000739984214306,0.0038303323090076447,0.017434101551771164,-0.01929677464067936,0.004512485582381487,0.017332015559077263,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.025827681645751,-0.000004172757599008037,0.010371703654527664,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.025602012872695923,0.0008975424570962787,0.010759362950921059,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.024772493168711662,0.0011208890937268734,0.01248755119740963,-0.024772493168711662,0.0011208890937268734,0.01248755119740963,-0.025216905400156975,-0.00013895252777729183,0.011796368286013603,-0.02438020147383213,0.00041916020563803613,0.013406461104750633,-0.02381683699786663,0.0009388732141815126,0.014275921508669853,-0.02438020147383213,0.00041916020563803613,0.013406461104750633,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.02381683699786663,0.0009388732141815126,0.014275921508669853,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.02282821759581566,0.0009239802020601928,0.015809817239642143,-0.02282821759581566,0.0009239802020601928,0.015809817239642143,-0.023378562182188034,0.000015183640243776608,0.015110720880329609,-0.022199712693691254,0.0002173868560930714,0.01679520308971405,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.022199712693691254,0.0002173868560930714,0.01679520308971405,-0.020946994423866272,-0.000004176620677753817,0.018336597830057144,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.020946994423866272,-0.000004176620677753817,0.018336597830057144,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.020946994423866272,-0.000004176620677753817,0.018336597830057144,-0.01954195648431778,-0.0002058985410258174,0.01982809416949749,-0.02194707840681076,0.0034691663458943367,0.015373625792562962,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.020828455686569214,0.0034625818952918053,0.016864420846104622,-0.01929677464067936,0.004512485582381487,0.017332015559077263,-0.02000739984214306,0.0038303323090076447,0.017434101551771164,-0.01815141551196575,0.004217565059661865,0.018931303173303604,-0.01929677464067936,0.004512485582381487,0.017332015559077263,-0.01815141551196575,0.004217565059661865,0.018931303173303604,-0.017246799543499947,0.004998244810849428,0.018629875034093857,-0.024772493168711662,0.0011208890937268734,0.01248755119740963,-0.02438020147383213,0.00041916020563803613,0.013406461104750633,-0.02381683699786663,0.0009388732141815126,0.014275921508669853,-0.02282821759581566,0.0009239802020601928,0.015809817239642143,-0.022199712693691254,0.0002173868560930714,0.01679520308971405,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.024772493168711662,0.0011208890937268734,0.01248755119740963,-0.02381683699786663,0.0009388732141815126,0.014275921508669853,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.021098677068948746,0.00269524403847754,0.01721392199397087,-0.020828455686569214,0.0034625818952918053,0.016864420846104622,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.02381683699786663,0.0009388732141815126,0.014275921508669853,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.02381683699786663,0.0009388732141815126,0.014275921508669853,-0.02282821759581566,0.0009239802020601928,0.015809817239642143,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.02282821759581566,0.0009239802020601928,0.015809817239642143,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.021041639149188995,0.0017878380604088306,0.017831813544034958,-0.021041639149188995,0.0017878380604088306,0.017831813544034958,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.020018018782138824,0.0018279379000887275,0.018953172490000725,-0.020018018782138824,0.0018279379000887275,0.018953172490000725,-0.02122044377028942,0.000950212066527456,0.017918240278959274,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.020018018782138824,0.0018279379000887275,0.018953172490000725,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.019484687596559525,0.0007683122530579567,0.019824495539069176,-0.01807435229420662,0.0009253178141079843,0.021082837134599686,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.01807435229420662,0.0009253178141079843,0.021082837134599686,-0.017158078029751778,0.0013653970090672374,0.02173173613846302,-0.023937473073601723,0.0017490014433860779,0.013727477751672268,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.022930733859539032,0.0022751556243747473,0.015019150450825691,-0.022930733859539032,0.0022751556243747473,0.015019150450825691,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.020828455686569214,0.0034625818952918053,0.016864420846104622,-0.021098677068948746,0.00269524403847754,0.01721392199397087,-0.019694795832037926,0.0030919876880943775,0.01850823312997818,-0.020828455686569214,0.0034625818952918053,0.016864420846104622,-0.019694795832037926,0.0030919876880943775,0.01850823312997818,-0.02000739984214306,0.0038303323090076447,0.017434101551771164,-0.02000739984214306,0.0038303323090076447,0.017434101551771164,-0.019694795832037926,0.0030919876880943775,0.01850823312997818,-0.018393022939562798,0.0037621466908603907,0.019205419346690178,-0.02000739984214306,0.0038303323090076447,0.017434101551771164,-0.018393022939562798,0.0037621466908603907,0.019205419346690178,-0.01815141551196575,0.004217565059661865,0.018931303173303604,-0.017246799543499947,0.004998244810849428,0.018629875034093857,-0.01815141551196575,0.004217565059661865,0.018931303173303604,-0.01622132584452629,0.004546987358480692,0.02018834464251995,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.022381536662578583,0.0014949869364500046,0.01625300943851471,-0.021041639149188995,0.0017878380604088306,0.017831813544034958,-0.017142031341791153,0.0022438562009483576,0.02140609361231327,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.017158078029751778,0.0013653970090672374,0.02173173613846302,-0.017142031341791153,0.0022438562009483576,0.02140609361231327,-0.017158078029751778,0.0013653970090672374,0.02173173613846302,-0.0156408604234457,0.0018447753973305225,0.02269553951919079,-0.022286061197519302,0.002522267634049058,0.015796799212694168,-0.021041639149188995,0.0017878380604088306,0.017831813544034958,-0.021098677068948746,0.00269524403847754,0.01721392199397087,-0.021098677068948746,0.00269524403847754,0.01721392199397087,-0.021041639149188995,0.0017878380604088306,0.017831813544034958,-0.019709333777427673,0.002454643603414297,0.018953893333673477,-0.019709333777427673,0.002454643603414297,0.018953893333673477,-0.021041639149188995,0.0017878380604088306,0.017831813544034958,-0.020018018782138824,0.0018279379000887275,0.018953172490000725,-0.019709333777427673,0.002454643603414297,0.018953893333673477,-0.020018018782138824,0.0018279379000887275,0.018953172490000725,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.019709333777427673,0.002454643603414297,0.018953893333673477,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.018338622525334358,0.0028797804843634367,0.020015517249703407,-0.018338622525334358,0.0028797804843634367,0.020015517249703407,-0.018695862963795662,0.0017997206887230277,0.020271874964237213,-0.017142031341791153,0.0022438562009483576,0.02140609361231327,-0.015850570052862167,0.002681398531422019,0.02214759960770607,-0.017142031341791153,0.0022438562009483576,0.02140609361231327,-0.0156408604234457,0.0018447753973305225,0.02269553951919079,-0.015850570052862167,0.002681398531422019,0.02214759960770607,-0.0156408604234457,0.0018447753973305225,0.02269553951919079,-0.014641583897173405,0.0022874462883919477,0.023169785737991333,-0.021098677068948746,0.00269524403847754,0.01721392199397087,-0.019709333777427673,0.002454643603414297,0.018953893333673477,-0.019694795832037926,0.0030919876880943775,0.01850823312997818,-0.019694795832037926,0.0030919876880943775,0.01850823312997818,-0.018338622525334358,0.0028797804843634367,0.020015517249703407,-0.018393022939562798,0.0037621466908603907,0.019205419346690178,-0.01815141551196575,0.004217565059661865,0.018931303173303604,-0.018393022939562798,0.0037621466908603907,0.019205419346690178,-0.01646585948765278,0.00403965637087822,0.020593006163835526,-0.01815141551196575,0.004217565059661865,0.018931303173303604,-0.01646585948765278,0.00403965637087822,0.020593006163835526,-0.01622132584452629,0.004546987358480692,0.02018834464251995,-0.019694795832037926,0.0030919876880943775,0.01850823312997818,-0.019709333777427673,0.002454643603414297,0.018953893333673477,-0.018338622525334358,0.0028797804843634367,0.020015517249703407,-0.016924234107136726,0.0032512503676116467,0.020959774032235146,-0.018338622525334358,0.0028797804843634367,0.020015517249703407,-0.017142031341791153,0.0022438562009483576,0.02140609361231327,-0.016924234107136726,0.0032512503676116467,0.020959774032235146,-0.017142031341791153,0.0022438562009483576,0.02140609361231327,-0.015850570052862167,0.002681398531422019,0.02214759960770607,-0.014494840055704117,0.003113874001428485,0.02279639057815075,-0.015850570052862167,0.002681398531422019,0.02214759960770607,-0.014641583897173405,0.0022874462883919477,0.023169785737991333,-0.018393022939562798,0.0037621466908603907,0.019205419346690178,-0.018338622525334358,0.0028797804843634367,0.020015517249703407,-0.016924234107136726,0.0032512503676116467,0.020959774032235146,-0.018393022939562798,0.0037621466908603907,0.019205419346690178,-0.016924234107136726,0.0032512503676116467,0.020959774032235146,-0.01646585948765278,0.00403965637087822,0.020593006163835526,-0.01622132584452629,0.004546987358480692,0.02018834464251995,-0.01646585948765278,0.00403965637087822,0.020593006163835526,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.01622132584452629,0.004546987358480692,0.02018834464251995,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.015984082594513893,0.0034858856815844774,0.021495619788765907,-0.016924234107136726,0.0032512503676116467,0.020959774032235146,-0.015850570052862167,0.002681398531422019,0.02214759960770607,-0.015984082594513893,0.0034858856815844774,0.021495619788765907,-0.015850570052862167,0.002681398531422019,0.02214759960770607,-0.014494840055704117,0.003113874001428485,0.02279639057815075,-0.016924234107136726,0.0032512503676116467,0.020959774032235146,-0.015984082594513893,0.0034858856815844774,0.021495619788765907,-0.01646585948765278,0.00403965637087822,0.020593006163835526,-0.01646585948765278,0.00403965637087822,0.020593006163835526,-0.015984082594513893,0.0034858856815844774,0.021495619788765907,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.013396118767559528,0.004505522083491087,0.0222192220389843,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.015984082594513893,0.0034858856815844774,0.021495619788765907,-0.014494840055704117,0.003113874001428485,0.02279639057815075,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.014494840055704117,0.003113874001428485,0.02279639057815075,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.014494840055704117,0.003113874001428485,0.02279639057815075,-0.0129701541736722,0.003059911774471402,0.023732604458928108,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.0129701541736722,0.003059911774471402,0.023732604458928108,-0.012096026912331581,0.0034506970550864935,0.02392491325736046,-0.011192633770406246,0.004163862206041813,0.023773739114403725,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.012096026912331581,0.0034506970550864935,0.02392491325736046,-0.015063444152474403,0.0039927163161337376,0.021702494472265244,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.013396118767559528,0.004505522083491087,0.0222192220389843,-0.013396118767559528,0.004505522083491087,0.0222192220389843,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.011326723732054234,0.004543301183730364,0.02330051176249981,-0.011326723732054234,0.004543301183730364,0.02330051176249981,-0.013447259552776814,0.0038780670147389174,0.022839326411485672,-0.011192633770406246,0.004163862206041813,0.023773739114403725,0.0010570627637207508,0.004999883472919464,0.025364866480231285,-0.0006204082746990025,0.004258886910974979,0.023387232795357704,-0.0013388979714363813,0.004995686933398247,0.025351857766509056,-0.0006204082746990025,0.004258886910974979,0.023387232795357704,0.000559100357349962,0.003373660147190094,0.02062210813164711,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,0.0010570627637207508,0.004999883472919464,0.025364866480231285,0.001977832056581974,0.004244854673743248,0.023262090981006622,-0.0006204082746990025,0.004258886910974979,0.023387232795357704,0.000559100357349962,0.003373660147190094,0.02062210813164711,0.001752101699821651,0.0024960748851299286,0.017240779474377632,-0.0014799716882407665,0.0026257820427417755,0.017800604924559593,-0.0010228101164102554,0.0020366322714835405,0.015108359046280384,0.001752101699821651,0.0024960748851299286,0.017240779474377632,0.0013969861902296543,0.0018839689437299967,0.01424561906605959,0.001977832056581974,0.004244854673743248,0.023262090981006622,0.0010570627637207508,0.004999883472919464,0.025364866480231285,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.001977832056581974,0.004244854673743248,0.023262090981006622,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.004650321323424578,0.004330415744334459,0.02313648723065853,0.001977832056581974,0.004244854673743248,0.023262090981006622,0.004650321323424578,0.004330415744334459,0.02313648723065853,0.003141955938190222,0.003346374724060297,0.020291948691010475,0.001752101699821651,0.0024960748851299286,0.017240779474377632,0.003141955938190222,0.003346374724060297,0.020291948691010475,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.001752101699821651,0.0024960748851299286,0.017240779474377632,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.0035375102888792753,0.002292785095050931,0.01599588617682457,0.002136669587343931,0.0015456628752872348,0.012046611867845058,0.004834317602217197,0.0020198167767375708,0.014273430220782757,0.004340010229498148,0.001527457614429295,0.011302120052278042,0.003141955938190222,0.003346374724060297,0.020291948691010475,0.004650321323424578,0.004330415744334459,0.02313648723065853,0.005432783160358667,0.003576073329895735,0.020590288564562798,0.003141955938190222,0.003346374724060297,0.020291948691010475,0.005432783160358667,0.003576073329895735,0.020590288564562798,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.004650321323424578,0.004330415744334459,0.02313648723065853,0.0026802418287843466,0.004999362863600254,0.0252467580139637,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.004834317602217197,0.0020198167767375708,0.014273430220782757,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.004340010229498148,0.001527457614429295,0.011302120052278042,0.004340010229498148,0.001527457614429295,0.011302120052278042,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.006562014576047659,0.0015464562457054853,0.010333317331969738,0.004340010229498148,0.001527457614429295,0.011302120052278042,0.006562014576047659,0.0015464562457054853,0.010333317331969738,0.0032217265106737614,0.001239728881046176,0.009212784469127655,0.004650321323424578,0.004330415744334459,0.02313648723065853,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.0071197450160980225,0.004230903927236795,0.02219519577920437,0.005432783160358667,0.003576073329895735,0.020590288564562798,0.0071197450160980225,0.004230903927236795,0.02219519577920437,0.00829985085874796,0.003771423129364848,0.020292682573199272,0.005432783160358667,0.003576073329895735,0.020590288564562798,0.00829985085874796,0.003771423129364848,0.020292682573199272,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.004834317602217197,0.0020198167767375708,0.014273430220782757,0.007061096373945475,0.0025750843342393637,0.01617828570306301,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.0071197450160980225,0.004230903927236795,0.02219519577920437,0.006062316242605448,0.004994814749807119,0.024652965366840363,0.008724729530513287,0.0049954685382544994,0.023822883144021034,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.00829985085874796,0.003771423129364848,0.020292682573199272,0.009552089497447014,0.0033590239472687244,0.018229300156235695,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.009552089497447014,0.0033590239472687244,0.018229300156235695,0.007061096373945475,0.0025750843342393637,0.01617828570306301,0.0071197450160980225,0.004230903927236795,0.02219519577920437,0.008724729530513287,0.0049954685382544994,0.023822883144021034,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.0071197450160980225,0.004230903927236795,0.02219519577920437,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.00829985085874796,0.003771423129364848,0.020292682573199272,0.007061096373945475,0.0025750843342393637,0.01617828570306301,0.009683730080723763,0.0026201738510280848,0.014969546347856522,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.009552089497447014,0.0033590239472687244,0.018229300156235695,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.006562014576047659,0.0015464562457054853,0.010333317331969738,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.009669112972915173,0.001772704184986651,0.009677707217633724,0.006562014576047659,0.0015464562457054853,0.010333317331969738,0.009669112972915173,0.001772704184986651,0.009677707217633724,0.00855956505984068,0.0014493773924186826,0.007724004331976175,0.012684695422649384,0.004996909759938717,0.02199360728263855,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.01355216559022665,0.004228278528898954,0.018953217193484306,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.01186647079885006,0.0029636623803526163,0.01504429616034031,0.009683730080723763,0.0026201738510280848,0.014969546347856522,0.009683730080723763,0.0026201738510280848,0.014969546347856522,0.01186647079885006,0.0029636623803526163,0.01504429616034031,0.01226133294403553,0.0026320982724428177,0.013005991466343403,0.009683730080723763,0.0026201738510280848,0.014969546347856522,0.01226133294403553,0.0026320982724428177,0.013005991466343403,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.005671779625117779,0.0011962023563683033,0.0073485588654875755,0.007721917703747749,0.0012135187862440944,0.005451775621622801,0.006332754623144865,0.0010451704729348421,0.003565749851986766,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.01355216559022665,0.004228278528898954,0.018953217193484306,-0.00006991785630816594,0.0009712286991998553,0.002246945397928357,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.002229203237220645,0.0009710769518278539,0.00015093962429091334,0.01186647079885006,0.0029636623803526163,0.01504429616034031,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.014200733043253422,0.0033736522309482098,0.014957524836063385,0.01186647079885006,0.0029636623803526163,0.01504429616034031,0.014200733043253422,0.0033736522309482098,0.014957524836063385,0.01226133294403553,0.0026320982724428177,0.013005991466343403,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,0.006332754623144865,0.0010451704729348421,0.003565749851986766,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.01355216559022665,0.004228278528898954,0.018953217193484306,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.014200733043253422,0.0033736522309482098,0.014957524836063385,0.01355216559022665,0.004228278528898954,0.018953217193484306,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.014628213830292225,0.004994147457182407,0.020749198272824287,0.017032627016305923,0.004998931661248207,0.018823692575097084,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.017265107482671738,0.004236981272697449,0.01567652076482773,0.014200733043253422,0.0033736522309482098,0.014957524836063385,0.01226133294403553,0.0026320982724428177,0.013005991466343403,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.012271073646843433,0.0022989914286881685,0.010928148403763771,0.00855956505984068,0.0014493773924186826,0.007724004331976175,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.007721917703747749,0.0012135187862440944,0.005451775621622801,0.017032627016305923,0.004998931661248207,0.018823692575097084,0.01818324625492096,0.004995543509721756,0.017689907923340797,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.015570447780191898,0.004262895788997412,0.017460327595472336,0.01818324625492096,0.004995543509721756,0.017689907923340797,0.017265107482671738,0.004236981272697449,0.01567652076482773,0.014200733043253422,0.0033736522309482098,0.014957524836063385,0.017265107482671738,0.004236981272697449,0.01567652076482773,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.012271073646843433,0.0022989914286881685,0.010928148403763771,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.012824755162000656,0.0020098828244954348,0.00781397707760334,0.012271073646843433,0.0022989914286881685,0.010928148403763771,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.017265107482671738,0.004236981272697449,0.01567652076482773,0.01818324625492096,0.004995543509721756,0.017689907923340797,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.017265107482671738,0.004236981272697449,0.01567652076482773,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.019260767847299576,0.004246987868100405,0.01321307010948658,0.017265107482671738,0.004236981272697449,0.01567652076482773,0.019260767847299576,0.004246987868100405,0.01321307010948658,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.019260767847299576,0.004246987868100405,0.01321307010948658,0.017343999817967415,0.003330700332298875,0.010898631066083908,0.012824755162000656,0.0020098828244954348,0.00781397707760334,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.019260767847299576,0.004246987868100405,0.01321307010948658,0.01975923404097557,0.004987899214029312,0.015934482216835022,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.017343999817967415,0.003330700332298875,0.010898631066083908,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.018710866570472717,0.003348264843225479,0.008507955819368362,0.012824755162000656,0.0020098828244954348,0.00781397707760334,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.019260767847299576,0.004246987868100405,0.01321307010948658,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.01702019013464451,0.0026585329324007034,0.005780536215752363,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.01306767575442791,0.0017499688547104597,0.0036096773110330105,0.010550940409302711,0.0013486826792359352,0.001898460672236979,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.010550940409302711,0.0013486826792359352,0.001898460672236979,0.008764101192355156,0.001210926566272974,0.003412789199501276,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.021636128425598145,0.004996093455702066,0.013273894786834717,0.023080118000507355,0.004998103715479374,0.010561244562268257,0.023080118000507355,0.004998103715479374,0.010561244562268257,0.02400917373597622,0.004995351191610098,0.008242725394666195,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.02400917373597622,0.004995351191610098,0.008242725394666195,0.022470833733677864,0.004328446928411722,0.007185501512140036,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.022470833733677864,0.004328446928411722,0.007185501512140036,0.020799290388822556,0.0040061804465949535,0.008910078555345535,0.018710866570472717,0.003348264843225479,0.008507955819368362,0.020799290388822556,0.0040061804465949535,0.008910078555345535,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.018710866570472717,0.003348264843225479,0.008507955819368362,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.01702019013464451,0.0026585329324007034,0.005780536215752363,0.01702019013464451,0.0026585329324007034,0.005780536215752363,0.017450325191020966,0.002603452652692795,0.003255089744925499,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.017450325191020966,0.002603452652692795,0.003255089744925499,0.01550293993204832,0.0021427252795547247,0.002239368623122573,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.01550293993204832,0.0021427252795547247,0.002239368623122573,0.01306767575442791,0.0017499688547104597,0.0036096773110330105,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.02029862254858017,0.003327941754832864,0.002764879260212183,0.017450325191020966,0.002603452652692795,0.003255089744925499,0.022470833733677864,0.004328446928411722,0.007185501512140036,0.022865738719701767,0.004233975894749165,0.004531135782599449,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.022865738719701767,0.004233975894749165,0.004531135782599449,0.02029862254858017,0.003327941754832864,0.002764879260212183,0.022470833733677864,0.004328446928411722,0.007185501512140036,0.02400917373597622,0.004995351191610098,0.008242725394666195,0.024883277714252472,0.004998081363737583,0.0050073959864676,0.022470833733677864,0.004328446928411722,0.007185501512140036,0.024883277714252472,0.004998081363737583,0.0050073959864676,0.022865738719701767,0.004233975894749165,0.004531135782599449,0.022865738719701767,0.004233975894749165,0.004531135782599449,0.023195141926407814,0.004226936958730221,0.002093566581606865,0.02029862254858017,0.003327941754832864,0.002764879260212183,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.005749569274485111,0.0010011018021032214,-0.0029514916241168976,0.024883277714252472,0.004998081363737583,0.0050073959864676,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.022865738719701767,0.004233975894749165,0.004531135782599449,0.01550293993204832,0.0021427252795547247,0.002239368623122573,0.017766660079360008,0.002609690185636282,0.000473235355457291,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.01550293993204832,0.0021427252795547247,0.002239368623122573,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.013604894280433655,0.0017612697556614876,0.0007229740731418133,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.005749569274485111,0.0010011018021032214,-0.0029514916241168976,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.002229203237220645,0.0009710769518278539,0.00015093962429091334,0.022865738719701767,0.004233975894749165,0.004531135782599449,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.023195141926407814,0.004226936958730221,0.002093566581606865,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.008629458956420422,0.0011994061060249805,-0.003620114177465439,0.023195141926407814,0.004226936958730221,0.002093566581606865,0.025181902572512627,0.005000249948352575,0.003185354173183441,0.025310711935162544,0.004995463881641626,0.0016400767490267754,0.023195141926407814,0.004226936958730221,0.002093566581606865,0.025310711935162544,0.004995463881641626,0.0016400767490267754,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.017766660079360008,0.002609690185636282,0.000473235355457291,0.020619738847017288,0.003370868507772684,-0.00010550150909693912,0.017780492082238197,0.0026495151687413454,-0.0023762104101479053,0.025310711935162544,0.004995463881641626,0.0016400767490267754,0.025369886308908463,0.004999013617634773,-0.000518302374985069,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.013264607638120651,0.001766190747730434,-0.003263152437284589,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.025369886308908463,0.004999013617634773,-0.000518302374985069,0.02528279274702072,0.004999289754778147,-0.0022258369717746973,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.022859716787934303,0.00418512336909771,-0.003733671735972166,0.020563043653964996,0.0034024491906166077,-0.0025488093961030245,0.02528279274702072,0.004999289754778147,-0.0022258369717746973,0.025049906224012375,0.004995165858417749,-0.003969322424381971,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.025049906224012375,0.004995165858417749,-0.003969322424381971,0.022859716787934303,0.00418512336909771,-0.003733671735972166,0.020563043653964996,0.0034024491906166077,-0.0025488093961030245,0.022859716787934303,0.00418512336909771,-0.003733671735972166,0.020383840426802635,0.0035197515971958637,-0.005523352883756161,0.020563043653964996,0.0034024491906166077,-0.0025488093961030245,0.020383840426802635,0.0035197515971958637,-0.005523352883756161,0.01852342113852501,0.002990588080137968,-0.005278073251247406,0.020563043653964996,0.0034024491906166077,-0.0025488093961030245,0.01852342113852501,0.002990588080137968,-0.005278073251247406,0.017780492082238197,0.0026495151687413454,-0.0023762104101479053,0.017780492082238197,0.0026495151687413454,-0.0023762104101479053,0.01852342113852501,0.002990588080137968,-0.005278073251247406,0.016065973788499832,0.002328484784811735,-0.003937371540814638,0.022859716787934303,0.00418512336909771,-0.003733671735972166,0.025049906224012375,0.004995165858417749,-0.003969322424381971,0.02268541231751442,0.0042730714194476604,-0.005830473266541958,0.022859716787934303,0.00418512336909771,-0.003733671735972166,0.02268541231751442,0.0042730714194476604,-0.005830473266541958,0.020383840426802635,0.0035197515971958637,-0.005523352883756161,0.016065973788499832,0.002328484784811735,-0.003937371540814638,0.01852342113852501,0.002990588080137968,-0.005278073251247406,0.01647122949361801,0.0026562532875686884,-0.00716375932097435,0.016065973788499832,0.002328484784811735,-0.003937371540814638,0.01647122949361801,0.0026562532875686884,-0.00716375932097435,0.013857349753379822,0.002033510711044073,-0.0060663348995149136,0.025049906224012375,0.004995165858417749,-0.003969322424381971,0.024673566222190857,0.004997652489691973,-0.005931389052420855,0.02268541231751442,0.0042730714194476604,-0.005830473266541958,0.02268541231751442,0.0042730714194476604,-0.005830473266541958,0.024673566222190857,0.004997652489691973,-0.005931389052420855,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.02268541231751442,0.0042730714194476604,-0.005830473266541958,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.002229203237220645,0.0009710769518278539,0.00015093962429091334,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.0005127128679305315,0.0009680219809524715,-0.0021477530244737864,0.023952802643179893,0.00499770836904645,-0.008397921919822693,0.023179225623607635,0.0049963039346039295,-0.01028949674218893,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.019048281013965607,0.0034208903089165688,-0.008293388411402702,0.017796307802200317,0.0033285997342318296,-0.010089104995131493,0.01647122949361801,0.0026562532875686884,-0.00716375932097435,0.01647122949361801,0.0026562532875686884,-0.00716375932097435,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.013857349753379822,0.002033510711044073,-0.0060663348995149136,0.013857349753379822,0.002033510711044073,-0.0060663348995149136,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.012476162984967232,0.0019970310386270285,-0.008182156831026077,0.008629458956420422,0.0011994061060249805,-0.003620114177465439,0.006616403814405203,0.0011951716151088476,-0.006489008665084839,0.005749569274485111,0.0010011018021032214,-0.0029514916241168976,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.012476162984967232,0.0019970310386270285,-0.008182156831026077,0.010148619301617146,0.0017585775349289179,-0.009046103805303574,0.002229203237220645,0.0009710769518278539,0.00015093962429091334,0.0005127128679305315,0.0009680219809524715,-0.0021477530244737864,1.862621168413625e-12,0.0010660887928679585,0.00000765462300478248,0.023179225623607635,0.0049963039346039295,-0.01028949674218893,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.020152634009718895,0.004216836299747229,-0.011612878181040287,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.010148619301617146,0.0017585775349289179,-0.009046103805303574,0.00675346190109849,0.0013493868755176663,-0.008370622992515564,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.00675346190109849,0.0013493868755176663,-0.008370622992515564,0.006616403814405203,0.0011951716151088476,-0.006489008665084839,0.017796307802200317,0.0033285997342318296,-0.010089104995131493,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.013905431143939495,0.0026568484026938677,-0.011367334984242916,0.012476162984967232,0.0019970310386270285,-0.008182156831026077,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.011769616976380348,0.0021559307351708412,-0.010408931411802769,0.012476162984967232,0.0019970310386270285,-0.008182156831026077,0.011769616976380348,0.0021559307351708412,-0.010408931411802769,0.010148619301617146,0.0017585775349289179,-0.009046103805303574,0.020152634009718895,0.004216836299747229,-0.011612878181040287,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.021912042051553726,0.004994822666049004,-0.012800249271094799,0.020133676007390022,0.004999555181711912,-0.015441960655152798,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.01614381931722164,0.0038102599792182446,-0.015007255598902702,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.020133676007390022,0.004999555181711912,-0.015441960655152798,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.020133676007390022,0.004999555181711912,-0.015441960655152798,0.018978184089064598,0.004999309312552214,-0.016846729442477226,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.01614381931722164,0.0038102599792182446,-0.015007255598902702,0.013866834342479706,0.0033758017234504223,-0.015256998129189014,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.013866834342479706,0.0033758017234504223,-0.015256998129189014,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.018978184089064598,0.004999309312552214,-0.016846729442477226,0.01765858195722103,0.004997909534722567,-0.01822122186422348,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.006616403814405203,0.0011951716151088476,-0.006489008665084839,0.00675346190109849,0.0013493868755176663,-0.008370622992515564,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.006616403814405203,0.0011951716151088476,-0.006489008665084839,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.01765858195722103,0.004997909534722567,-0.01822122186422348,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.014573147520422935,0.004191742278635502,-0.018020832911133766,0.013866834342479706,0.0033758017234504223,-0.015256998129189014,0.014573147520422935,0.004191742278635502,-0.018020832911133766,0.012037447653710842,0.00336286798119545,-0.016691772267222404,0.014573147520422935,0.004191742278635502,-0.018020832911133766,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.012971775606274605,0.004261031746864319,-0.019453827291727066,0.012971775606274605,0.004261031746864319,-0.019453827291727066,0.016116492450237274,0.0049956305883824825,-0.019585825502872467,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.012037447653710842,0.00336286798119545,-0.016691772267222404,0.012971775606274605,0.004261031746864319,-0.019453827291727066,0.009827946312725544,0.003330749226734042,-0.017959240823984146,0.007624251767992973,0.0020046881400048733,-0.012884850613772869,0.005320446565747261,0.0022567077539861202,-0.015346621163189411,0.004576017614454031,0.0017629371723160148,-0.012836857698857784,0.012971775606274605,0.004261031746864319,-0.019453827291727066,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.010963983833789825,0.004224536474794149,-0.020528804510831833,0.012971775606274605,0.004261031746864319,-0.019453827291727066,0.010963983833789825,0.004224536474794149,-0.020528804510831833,0.009827946312725544,0.003330749226734042,-0.017959240823984146,0.010963983833789825,0.004224536474794149,-0.020528804510831833,0.013467668555676937,0.004996901843696833,-0.021502532064914703,0.010969704948365688,0.004995402414351702,-0.022860677912831306,0.010963983833789825,0.004224536474794149,-0.020528804510831833,0.010969704948365688,0.004995402414351702,-0.022860677912831306,0.009084642864763737,0.004284655209630728,-0.021612044423818588,0.010963983833789825,0.004224536474794149,-0.020528804510831833,0.009084642864763737,0.004284655209630728,-0.021612044423818588,0.007871129550039768,0.0034173387102782726,-0.01920638419687748,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.007871129550039768,0.0034173387102782726,-0.01920638419687748,0.005989666562527418,0.003329362254589796,-0.019559040665626526,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.005989666562527418,0.003329362254589796,-0.019559040665626526,0.004512080457061529,0.0027762409299612045,-0.017866218462586403,0.004576017614454031,0.0017629371723160148,-0.012836857698857784,0.005320446565747261,0.0022567077539861202,-0.015346621163189411,0.001827878295443952,0.0018163536442443728,-0.01382680144160986,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.000534087244886905,0.0010314860846847296,-0.007213001139461994,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,0.0005127128679305315,0.0009680219809524715,-0.0021477530244737864,0.009084642864763737,0.004284655209630728,-0.021612044423818588,0.010969704948365688,0.004995402414351702,-0.022860677912831306,0.008789202198386192,0.004996693693101406,-0.023792503401637077,0.009084642864763737,0.004284655209630728,-0.021612044423818588,0.008789202198386192,0.004996693693101406,-0.023792503401637077,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.009084642864763737,0.004284655209630728,-0.021612044423818588,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.007871129550039768,0.0034173387102782726,-0.01920638419687748,0.007871129550039768,0.0034173387102782726,-0.01920638419687748,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.005989666562527418,0.003329362254589796,-0.019559040665626526,0.005989666562527418,0.003329362254589796,-0.019559040665626526,0.003794367890805006,0.0033978300634771585,-0.02034791372716427,0.004512080457061529,0.0027762409299612045,-0.017866218462586403,0.005320446565747261,0.0022567077539861202,-0.015346621163189411,0.004512080457061529,0.0027762409299612045,-0.017866218462586403,0.0014944656286388636,0.0022766508627682924,-0.01626715622842312,0.001827878295443952,0.0018163536442443728,-0.01382680144160986,0.000055532425903948024,0.001547565101645887,-0.012234319932758808,0.001478090649470687,0.0013720225542783737,-0.010801171883940697,0.008789202198386192,0.004996693693101406,-0.023792503401637077,0.006501666735857725,0.004995479714125395,-0.024508070200681686,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.005989666562527418,0.003329362254589796,-0.019559040665626526,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.003794367890805006,0.0033978300634771585,-0.02034791372716427,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.006501666735857725,0.004995479714125395,-0.024508070200681686,0.003914237953722477,0.0041976007632911205,-0.022876156494021416,0.001478090649470687,0.0013720225542783737,-0.010801171883940697,0.000055532425903948024,0.001547565101645887,-0.012234319932758808,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,0.001478090649470687,0.0013720225542783737,-0.010801171883940697,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,0.000534087244886905,0.0010314860846847296,-0.007213001139461994,0.006501666735857725,0.004995479714125395,-0.024508070200681686,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,0.003914237953722477,0.0041976007632911205,-0.022876156494021416,0.003914237953722477,0.0041976007632911205,-0.022876156494021416,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,0.00029427092522382736,0.004239254631102085,-0.023338880389928818,0.0014944656286388636,0.0022766508627682924,-0.01626715622842312,0.0007370526436716318,0.0029513307381421328,-0.019123712554574013,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,0.0014944656286388636,0.0022766508627682924,-0.01626715622842312,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,-0.0015611415728926659,0.0020123047288507223,-0.014923285692930222,0.0036647331435233355,0.004995732568204403,-0.02510596252977848,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,0.00029427092522382736,0.004239254631102085,-0.023338880389928818,0.000055532425903948024,0.001547565101645887,-0.012234319932758808,-0.0015611415728926659,0.0020123047288507223,-0.014923285692930222,-0.002912884345278144,0.0017411436419934034,-0.013172073289752007,0.000055532425903948024,0.001547565101645887,-0.012234319932758808,-0.002912884345278144,0.0017411436419934034,-0.013172073289752007,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,0.000534087244886905,0.0010314860846847296,-0.007213001139461994,-0.002580861561000347,0.0010872825514525175,-0.007504744920879602,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,0.00029427092522382736,0.004239254631102085,-0.023338880389928818,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,-0.003044212469831109,0.00428742403164506,-0.023264005780220032,0.00029427092522382736,0.004239254631102085,-0.023338880389928818,-0.003044212469831109,0.00428742403164506,-0.023264005780220032,-0.00020700153254438192,0.0035201627761125565,-0.021128980442881584,-0.0015611415728926659,0.0020123047288507223,-0.014923285692930222,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.0015611415728926659,0.0020123047288507223,-0.014923285692930222,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.002912884345278144,0.0017411436419934034,-0.013172073289752007,-0.0000990333646768704,0.004995341412723064,-0.025371147319674492,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.003044212469831109,0.00428742403164506,-0.023264005780220032,-0.00020700153254438192,0.0035201627761125565,-0.021128980442881584,-0.003044212469831109,0.00428742403164506,-0.023264005780220032,-0.0032317128498107195,0.0033362130634486675,-0.020248256623744965,-0.003044212469831109,0.00428742403164506,-0.023264005780220032,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.0032317128498107195,0.0033362130634486675,-0.020248256623744965,-0.003044212469831109,0.00428742403164506,-0.023264005780220032,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.0032317128498107195,0.0033362130634486675,-0.020248256623744965,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.006324268411844969,0.0033698114566504955,-0.019621677696704865,-0.003795468946918845,0.004995022900402546,-0.025087354704737663,-0.006482459604740143,0.004995911382138729,-0.02451256662607193,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,-0.006324268411844969,0.0033698114566504955,-0.019621677696704865,-0.007390541955828667,0.002969971625134349,-0.01770205795764923,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,-0.007390541955828667,0.002969971625134349,-0.01770205795764923,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.007390541955828667,0.002969971625134349,-0.01770205795764923,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.006482459604740143,0.004995911382138729,-0.02451256662607193,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.008491404354572296,0.004195652902126312,-0.021575070917606354,-0.006219557486474514,0.004228432662785053,-0.022445954382419586,-0.008491404354572296,0.004195652902126312,-0.021575070917606354,-0.006324268411844969,0.0033698114566504955,-0.019621677696704865,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.00754027534276247,0.0020098809618502855,-0.01296749897301197,-0.002580861561000347,0.0010872825514525175,-0.007504744920879602,-0.005578114651143551,0.0011969173792749643,-0.007411278784275055,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.002580861561000347,0.0010872825514525175,-0.007504744920879602,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.005578114651143551,0.0011969173792749643,-0.007411278784275055,-0.008491404354572296,0.004195652902126312,-0.021575070917606354,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.010426674038171768,0.004236883483827114,-0.02085844986140728,-0.010426674038171768,0.004236883483827114,-0.02085844986140728,-0.008789065293967724,0.004996221978217363,-0.023793166503310204,-0.010994541458785534,0.004995936062186956,-0.02284792996942997,-0.00754027534276247,0.0020098809618502855,-0.01296749897301197,-0.009794159792363644,0.001887295744381845,-0.010519974865019321,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.009160329587757587,0.001557159353978932,-0.008242498151957989,-0.005578114651143551,0.0011969173792749643,-0.007411278784275055,-0.010426674038171768,0.004236883483827114,-0.02085844986140728,-0.010994541458785534,0.004995936062186956,-0.02284792996942997,-0.012999292463064194,0.004985359497368336,-0.021783903241157532,-0.010076727718114853,0.0029678877908736467,-0.016310792416334152,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.01231671404093504,0.00298691401258111,-0.014786506071686745,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.01231671404093504,0.00298691401258111,-0.014786506071686745,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.009794159792363644,0.001887295744381845,-0.010519974865019321,-0.005578114651143551,0.0011969173792749643,-0.007411278784275055,-0.009160329587757587,0.001557159353978932,-0.008242498151957989,-0.007534657139331102,0.0012155459262430668,-0.005696560721844435,-0.012999292463064194,0.004985359497368336,-0.021783903241157532,-0.013960055075585842,0.004999018739908934,-0.021186450496315956,-0.014445770531892776,0.004228000529110432,-0.01826808974146843,-0.012999292463064194,0.004985359497368336,-0.021783903241157532,-0.014445770531892776,0.004228000529110432,-0.01826808974146843,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.014445770531892776,0.004228000529110432,-0.01826808974146843,-0.013960055075585842,0.004999018739908934,-0.021186450496315956,-0.01542683970183134,0.004997981712222099,-0.020150890573859215,-0.014445770531892776,0.004228000529110432,-0.01826808974146843,-0.01542683970183134,0.004997981712222099,-0.020150890573859215,-0.017309824004769325,0.004984854254871607,-0.01854623854160309,-0.01231671404093504,0.00298691401258111,-0.014786506071686745,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.014504682272672653,0.002986820414662361,-0.01265716552734375,-0.014445770531892776,0.004228000529110432,-0.01826808974146843,-0.017309824004769325,0.004984854254871607,-0.01854623854160309,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.017309824004769325,0.004984854254871607,-0.01854623854160309,-0.01879151538014412,0.004988159518688917,-0.017040859907865524,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.009160329587757587,0.001557159353978932,-0.008242498151957989,-0.012734616175293922,0.001987334107980132,-0.0077185072004795074,-0.010693319141864777,0.0015385147416964173,-0.005861256271600723,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.01879151538014412,0.004988159518688917,-0.017040859907865524,-0.01870000921189785,0.004174852278083563,-0.013631246984004974,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.01870000921189785,0.004174852278083563,-0.013631246984004974,-0.01727627031505108,0.003580254502594471,-0.012492746114730835,-0.007534657139331102,0.0012155459262430668,-0.005696560721844435,-0.00888753030449152,0.0012158292811363935,-0.003331679617986083,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.014504682272672653,0.002986820414662361,-0.01265716552734375,-0.01727627031505108,0.003580254502594471,-0.012492746114730835,-0.01610892452299595,0.0029785032384097576,-0.010472596623003483,-0.014504682272672653,0.002986820414662361,-0.01265716552734375,-0.01610892452299595,0.0029785032384097576,-0.010472596623003483,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.01610892452299595,0.0029785032384097576,-0.010472596623003483,-0.01448108907788992,0.002270432421937585,-0.007464217022061348,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.01448108907788992,0.002270432421937585,-0.007464217022061348,-0.012734616175293922,0.001987334107980132,-0.0077185072004795074,-0.0014530973276123405,0.0009703589021228254,-0.0015924026956781745,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,-0.002204043557867408,0.0009675921173766255,0.0005216494901105762,-0.0014530973276123405,0.0009703589021228254,-0.0015924026956781745,-0.002204043557867408,0.0009675921173766255,0.0005216494901105762,1.862621168413625e-12,0.0010660887928679585,0.00000765462300478248,-0.01879151538014412,0.004988159518688917,-0.017040859907865524,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.01870000921189785,0.004174852278083563,-0.013631246984004974,-0.01610892452299595,0.0029785032384097576,-0.010472596623003483,-0.01727627031505108,0.003580254502594471,-0.012492746114730835,-0.018217384815216064,0.003351030172780156,-0.009485426358878613,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.00788803119212389,0.0010820255847647786,-0.0006730728782713413,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,-0.01870000921189785,0.004174852278083563,-0.013631246984004974,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.02013637125492096,0.004238544963300228,-0.011760739609599113,-0.01610892452299595,0.0029785032384097576,-0.010472596623003483,-0.018217384815216064,0.003351030172780156,-0.009485426358878613,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.01610892452299595,0.0029785032384097576,-0.010472596623003483,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.01448108907788992,0.002270432421937585,-0.007464217022061348,-0.02013637125492096,0.004238544963300228,-0.011760739609599113,-0.020346902310848236,0.0049956366419792175,-0.015162755735218525,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.02013637125492096,0.004238544963300228,-0.011760739609599113,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.021185144782066345,0.004268210381269455,-0.009949513711035252,-0.018217384815216064,0.003351030172780156,-0.009485426358878613,-0.019172605127096176,0.003352772444486618,-0.007384477183222771,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.01448108907788992,0.002270432421937585,-0.007464217022061348,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.02013637125492096,0.004238544963300228,-0.011760739609599113,-0.021185144782066345,0.004268210381269455,-0.009949513711035252,-0.018217384815216064,0.003351030172780156,-0.009485426358878613,-0.018217384815216064,0.003351030172780156,-0.009485426358878613,-0.021185144782066345,0.004268210381269455,-0.009949513711035252,-0.019172605127096176,0.003352772444486618,-0.007384477183222771,-0.021185144782066345,0.004268210381269455,-0.009949513711035252,-0.02237238734960556,0.004997032694518566,-0.011974241584539413,-0.023725103586912155,0.004996120929718018,-0.008984154090285301,-0.021185144782066345,0.004268210381269455,-0.009949513711035252,-0.023725103586912155,0.004996120929718018,-0.008984154090285301,-0.022193429991602898,0.0042718625627458096,-0.007462756242603064,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.01858813501894474,0.002974380273371935,-0.004817637614905834,-0.016809862107038498,0.002454537432640791,-0.0031057316809892654,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.016809862107038498,0.002454537432640791,-0.0031057316809892654,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.00888753030449152,0.0012158292811363935,-0.003331679617986083,-0.011678455397486687,0.001514652743935585,-0.002794538624584675,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.00888753030449152,0.0012158292811363935,-0.003331679617986083,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.00788803119212389,0.0010820255847647786,-0.0006730728782713413,-0.019172605127096176,0.003352772444486618,-0.007384477183222771,-0.022193429991602898,0.0042718625627458096,-0.007462756242603064,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.019172605127096176,0.003352772444486618,-0.007384477183222771,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.01858813501894474,0.002974380273371935,-0.004817637614905834,-0.011678455397486687,0.001514652743935585,-0.002794538624584675,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.012890227138996124,0.0016392373945564032,0.0001092037491616793,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.015065263025462627,0.0020369882695376873,-0.0014236430870369077,-0.012890227138996124,0.0016392373945564032,0.0001092037491616793,-0.022193429991602898,0.0042718625627458096,-0.007462756242603064,-0.023725103586912155,0.004996120929718018,-0.008984154090285301,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.022193429991602898,0.0042718625627458096,-0.007462756242603064,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.01858813501894474,0.002974380273371935,-0.004817637614905834,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.019777238368988037,0.003144921502098441,-0.0015526574570685625,-0.01858813501894474,0.002974380273371935,-0.004817637614905834,-0.019777238368988037,0.003144921502098441,-0.0015526574570685625,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.02441156655550003,0.004999037832021713,-0.0069238170981407166,-0.02488892525434494,0.004995448049157858,-0.00487452931702137,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.021750161424279213,0.0037462785840034485,-0.0020132972858846188,-0.019777238368988037,0.003144921502098441,-0.0015526574570685625,-0.016809862107038498,0.002454537432640791,-0.0031057316809892654,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.015065263025462627,0.0020369882695376873,-0.0014236430870369077,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.02488892525434494,0.004995448049157858,-0.00487452931702137,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.02330859564244747,0.004236937500536442,-0.0007698967237956822,-0.021750161424279213,0.0037462785840034485,-0.0020132972858846188,-0.00788803119212389,0.0010820255847647786,-0.0006730728782713413,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.0078064510598778725,0.0010945235844701529,0.0018258733907714486,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.025359952822327614,0.004996076691895723,-0.0006935635465197265,-0.02330859564244747,0.004236937500536442,-0.0007698967237956822,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.019777238368988037,0.003144921502098441,-0.0015526574570685625,-0.018458329141139984,0.002802768489345908,0.0016463990323245525,-0.02330859564244747,0.004236937500536442,-0.0007698967237956822,-0.025359952822327614,0.004996076691895723,-0.0006935635465197265,-0.025335896760225296,0.004985755775123835,0.0013831729302182794,-0.02330859564244747,0.004236937500536442,-0.0007698967237956822,-0.025335896760225296,0.004985755775123835,0.0013831729302182794,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.02330859564244747,0.004236937500536442,-0.0007698967237956822,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.012890227138996124,0.0016392373945564032,0.0001092037491616793,-0.014819493517279625,0.0019860421307384968,0.001387380063533783,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.012890227138996124,0.0016392373945564032,0.0001092037491616793,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.0078064510598778725,0.0010945235844701529,0.0018258733907714486,-0.006821923423558474,0.0010833663400262594,0.00395966786891222,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.014819493517279625,0.0019860421307384968,0.001387380063533783,-0.016394633799791336,0.002362546743825078,0.0032754051499068737,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.025335896760225296,0.004985755775123835,0.0013831729302182794,-0.02511957474052906,0.004996075294911861,0.003509798552840948,-0.0078064510598778725,0.0010945235844701529,0.0018258733907714486,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.006821923423558474,0.0010833663400262594,0.00395966786891222,-0.02511957474052906,0.004996075294911861,0.003509798552840948,-0.02476365491747856,0.004998254124075174,0.0055627766996622086,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.02476365491747856,0.004998254124075174,0.0055627766996622086,-0.022495752200484276,0.004219569731503725,0.005982263945043087,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.022495752200484276,0.004219569731503725,0.005982263945043087,-0.021583745256066322,0.0037895157001912594,0.0041109006851911545,-0.016394633799791336,0.002362546743825078,0.0032754051499068737,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.015337939374148846,0.002293559955433011,0.0058043282479047775,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.015337939374148846,0.002293559955433011,0.0058043282479047775,-0.012277458794414997,0.001771264593116939,0.006027902476489544,-0.022495752200484276,0.004219569731503725,0.005982263945043087,-0.02476365491747856,0.004998254124075174,0.0055627766996622086,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.022495752200484276,0.004219569731503725,0.005982263945043087,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.0217908788472414,0.004227768629789352,0.008231858722865582,-0.015337939374148846,0.002293559955433011,0.0058043282479047775,-0.014378705061972141,0.0023214395623654127,0.008124369196593761,-0.012277458794414997,0.001771264593116939,0.006027902476489544,-0.0217908788472414,0.004227768629789352,0.008231858722865582,-0.024350039660930634,0.004999240860342979,0.007153514306992292,-0.023709380999207497,0.004995865747332573,0.009018833748996258,-0.0217908788472414,0.004227768629789352,0.008231858722865582,-0.023709380999207497,0.004995865747332573,0.009018833748996258,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.0217908788472414,0.004227768629789352,0.008231858722865582,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.01947372406721115,0.0037661725655198097,0.010043405927717686,-0.012277458794414997,0.001771264593116939,0.006027902476489544,-0.014378705061972141,0.0023214395623654127,0.008124369196593761,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.006821923423558474,0.0010833663400262594,0.00395966786891222,-0.017360059544444084,0.002952472073957324,0.00803786888718605,-0.01947372406721115,0.0037661725655198097,0.010043405927717686,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.014378705061972141,0.0023214395623654127,0.008124369196593761,-0.012767300941050053,0.0022807058412581682,0.010211324319243431,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.017360059544444084,0.002952472073957324,0.00803786888718605,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.014378705061972141,0.0023214395623654127,0.008124369196593761,-0.019790785387158394,0.004262989386916161,0.01248876377940178,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.012767300941050053,0.0022807058412581682,0.010211324319243431,-0.009758633561432362,0.0019741058349609375,0.011182153597474098,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.009758633561432362,0.0019741058349609375,0.011182153597474098,-0.008203499019145966,0.0017413829918950796,0.010751048102974892,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.008203499019145966,0.0017413829918950796,0.010751048102974892,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.0046234531328082085,0.0010218977695330977,0.0052389586344361305,-0.0005483685526996851,0.0009549413807690144,0.004985339939594269,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.0005483685526996851,0.0009549413807690144,0.004985339939594269,-0.00006991785630816594,0.0009712286991998553,0.002246945397928357,-0.019790785387158394,0.004262989386916161,0.01248876377940178,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.012767300941050053,0.0022807058412581682,0.010211324319243431,-0.012772394344210625,0.002626114757731557,0.012468362227082253,-0.009758633561432362,0.0019741058349609375,0.011182153597474098,-0.021113060414791107,0.004996470175683498,0.014091731049120426,-0.018770314753055573,0.004995076917111874,0.017090748995542526,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.0046234531328082085,0.0010218977695330977,0.0052389586344361305,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.01571330614387989,0.0042988634668290615,0.01747014746069908,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.012772394344210625,0.002626114757731557,0.012468362227082253,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.01043232623487711,0.0026199135463684797,0.014445336535573006,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.018770314753055573,0.004995076917111874,0.017090748995542526,-0.01571330614387989,0.0042988634668290615,0.01747014746069908,-0.018770314753055573,0.004995076917111874,0.017090748995542526,-0.017246799543499947,0.004998244810849428,0.018629875034093857,-0.01571330614387989,0.0042988634668290615,0.01747014746069908,-0.0046234531328082085,0.0010218977695330977,0.0052389586344361305,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,-0.0015629888512194157,0.0010452509159222245,0.007076931651681662,-0.01571330614387989,0.0042988634668290615,0.01747014746069908,-0.017246799543499947,0.004998244810849428,0.018629875034093857,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.01571330614387989,0.0042988634668290615,0.01747014746069908,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.013792712241411209,0.004234389401972294,0.01879262551665306,-0.01043232623487711,0.0026199135463684797,0.014445336535573006,-0.010926931165158749,0.0033712773583829403,0.017493396997451782,-0.008343638852238655,0.0029402312356978655,0.017169518396258354,-0.01043232623487711,0.0026199135463684797,0.014445336535573006,-0.008343638852238655,0.0029402312356978655,0.017169518396258354,-0.008083038032054901,0.0023069377057254314,0.014328151009976864,-0.014685059897601604,0.004994869232177734,0.020720697939395905,-0.013010838069021702,0.004995373077690601,0.021799461916089058,-0.013792712241411209,0.004234389401972294,0.01879262551665306,-0.013792712241411209,0.004234389401972294,0.01879262551665306,-0.011419917456805706,0.004298084881156683,0.020551711320877075,-0.010926931165158749,0.0033712773583829403,0.017493396997451782,-0.013792712241411209,0.004234389401972294,0.01879262551665306,-0.013010838069021702,0.004995373077690601,0.021799461916089058,-0.011419917456805706,0.004298084881156683,0.020551711320877075,-0.005800680723041296,0.0017539751715958118,0.01226905919611454,-0.006004499737173319,0.0023086853325366974,0.015328757464885712,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.005800680723041296,0.0017539751715958118,0.01226905919611454,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.003530745627358556,0.0015327956061810255,0.011601368896663189,-0.010926931165158749,0.0033712773583829403,0.017493396997451782,-0.011419917456805706,0.004298084881156683,0.020551711320877075,-0.008645639754831791,0.003762076376006007,0.020121335983276367,-0.010926931165158749,0.0033712773583829403,0.017493396997451782,-0.008645639754831791,0.003762076376006007,0.020121335983276367,-0.008343638852238655,0.0029402312356978655,0.017169518396258354,-0.011419917456805706,0.004298084881156683,0.020551711320877075,-0.013010838069021702,0.004995373077690601,0.021799461916089058,-0.010509073734283447,0.004996361210942268,0.023091541603207588,-0.011419917456805706,0.004298084881156683,0.020551711320877075,-0.010509073734283447,0.004996361210942268,0.023091541603207588,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.008645639754831791,0.003762076376006007,0.020121335983276367,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.006456806790083647,0.0037868404760956764,0.02100805565714836,-0.006004499737173319,0.0023086853325366974,0.015328757464885712,-0.0060035414062440395,0.002999373245984316,0.018340647220611572,-0.004014819860458374,0.0026526544243097305,0.017496798187494278,-0.006004499737173319,0.0023086853325366974,0.015328757464885712,-0.004014819860458374,0.0026526544243097305,0.017496798187494278,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.003530745627358556,0.0015327956061810255,0.011601368896663189,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,-0.008645639754831791,0.003762076376006007,0.020121335983276367,-0.006456806790083647,0.0037868404760956764,0.02100805565714836,-0.0060035414062440395,0.002999373245984316,0.018340647220611572,-0.006456806790083647,0.0037868404760956764,0.02100805565714836,-0.005541762337088585,0.0042438749223947525,0.022680170834064484,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.005541762337088585,0.0042438749223947525,0.022680170834064484,-0.004014819860458374,0.0026526544243097305,0.017496798187494278,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,-0.0014799716882407665,0.0026257820427417755,0.017800604924559593,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.0014799716882407665,0.0026257820427417755,0.017800604924559593,-0.0010228101164102554,0.0020366322714835405,0.015108359046280384,-0.005541762337088585,0.0042438749223947525,0.022680170834064484,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.003300176002085209,0.0042464579455554485,0.02312515489757061,-0.005083826836198568,0.0049967896193265915,0.024871323257684708,-0.0013388979714363813,0.004995686933398247,0.025351857766509056,-0.003300176002085209,0.0042464579455554485,0.02312515489757061,-0.003300176002085209,0.0042464579455554485,0.02312515489757061,-0.0013388979714363813,0.004995686933398247,0.025351857766509056,-0.0006204082746990025,0.004258886910974979,0.023387232795357704,0.002229203237220645,0.0009710769518278539,0.00015093962429091334,1.862621168413625e-12,0.0010660887928679585,0.00000765462300478248,-0.00006991785630816594,0.0009712286991998553,0.002246945397928357,-0.00006991785630816594,0.0009712286991998553,0.002246945397928357,1.862621168413625e-12,0.0010660887928679585,0.00000765462300478248,-0.002204043557867408,0.0009675921173766255,0.0005216494901105762,-0.0014530973276123405,0.0009703589021228254,-0.0015924026956781745,1.862621168413625e-12,0.0010660887928679585,0.00000765462300478248,0.0005127128679305315,0.0009680219809524715,-0.0021477530244737864,0.0007370526436716318,0.0029513307381421328,-0.019123712554574013,-0.00020700153254438192,0.0035201627761125565,-0.021128980442881584,-0.0032317128498107195,0.0033362130634486675,-0.020248256623744965,0.0007370526436716318,0.0029513307381421328,-0.019123712554574013,-0.0032317128498107195,0.0033362130634486675,-0.020248256623744965,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,0.0014944656286388636,0.0022766508627682924,-0.01626715622842312,-0.0015611415728926659,0.0020123047288507223,-0.014923285692930222,0.001827878295443952,0.0018163536442443728,-0.01382680144160986,0.001827878295443952,0.0018163536442443728,-0.01382680144160986,-0.0015611415728926659,0.0020123047288507223,-0.014923285692930222,0.000055532425903948024,0.001547565101645887,-0.012234319932758808,-0.0014530973276123405,0.0009703589021228254,-0.0015924026956781745,0.0005127128679305315,0.0009680219809524715,-0.0021477530244737864,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,0.000559100357349962,0.003373660147190094,0.02062210813164711,-0.0014799716882407665,0.0026257820427417755,0.017800604924559593,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,0.001752101699821651,0.0024960748851299286,0.017240779474377632,-0.0010228101164102554,0.0020366322714835405,0.015108359046280384,-0.0014799716882407665,0.0026257820427417755,0.017800604924559593,0.0013969861902296543,0.0018839689437299967,0.01424561906605959,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,-0.0010228101164102554,0.0020366322714835405,0.015108359046280384,0.000559100357349962,0.003373660147190094,0.02062210813164711,-0.0006204082746990025,0.004258886910974979,0.023387232795357704,0.001977832056581974,0.004244854673743248,0.023262090981006622,0.000559100357349962,0.003373660147190094,0.02062210813164711,0.001977832056581974,0.004244854673743248,0.023262090981006622,0.003141955938190222,0.003346374724060297,0.020291948691010475,0.001752101699821651,0.0024960748851299286,0.017240779474377632,0.000559100357349962,0.003373660147190094,0.02062210813164711,0.003141955938190222,0.003346374724060297,0.020291948691010475,0.0013969861902296543,0.0018839689437299967,0.01424561906605959,0.001752101699821651,0.0024960748851299286,0.017240779474377632,0.0035375102888792753,0.002292785095050931,0.01599588617682457,0.0013969861902296543,0.0018839689437299967,0.01424561906605959,0.0035375102888792753,0.002292785095050931,0.01599588617682457,0.004834317602217197,0.0020198167767375708,0.014273430220782757,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,0.0013969861902296543,0.0018839689437299967,0.01424561906605959,0.002136669587343931,0.0015456628752872348,0.012046611867845058,0.002136669587343931,0.0015456628752872348,0.012046611867845058,0.0013969861902296543,0.0018839689437299967,0.01424561906605959,0.004834317602217197,0.0020198167767375708,0.014273430220782757,0.00018761589308269322,0.0011860488448292017,0.009184992872178555,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,0.002136669587343931,0.0015456628752872348,0.012046611867845058,0.00018761589308269322,0.0011860488448292017,0.009184992872178555,0.002136669587343931,0.0015456628752872348,0.012046611867845058,0.0032217265106737614,0.001239728881046176,0.009212784469127655,0.0032217265106737614,0.001239728881046176,0.009212784469127655,0.002136669587343931,0.0015456628752872348,0.012046611867845058,0.004340010229498148,0.001527457614429295,0.011302120052278042,-0.0015629888512194157,0.0010452509159222245,0.007076931651681662,0.00018761589308269322,0.0011860488448292017,0.009184992872178555,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,0.00018761589308269322,0.0011860488448292017,0.009184992872178555,0.0032217265106737614,0.001239728881046176,0.009212784469127655,-0.0005483685526996851,0.0009549413807690144,0.004985339939594269,-0.0015629888512194157,0.0010452509159222245,0.007076931651681662,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,-0.0005483685526996851,0.0009549413807690144,0.004985339939594269,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,-0.00006991785630816594,0.0009712286991998553,0.002246945397928357,-0.0005483685526996851,0.0009549413807690144,0.004985339939594269,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.0035375102888792753,0.002292785095050931,0.01599588617682457,0.005876445677131414,0.0029627587646245956,0.018262425437569618,0.007061096373945475,0.0025750843342393637,0.01617828570306301,0.0035375102888792753,0.002292785095050931,0.01599588617682457,0.007061096373945475,0.0025750843342393637,0.01617828570306301,0.004834317602217197,0.0020198167767375708,0.014273430220782757,0.005432783160358667,0.003576073329895735,0.020590288564562798,0.004650321323424578,0.004330415744334459,0.02313648723065853,0.0071197450160980225,0.004230903927236795,0.02219519577920437,0.0032217265106737614,0.001239728881046176,0.009212784469127655,0.005671779625117779,0.0011962023563683033,0.0073485588654875755,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,0.0032217265106737614,0.001239728881046176,0.009212784469127655,0.006562014576047659,0.0015464562457054853,0.010333317331969738,0.005671779625117779,0.0011962023563683033,0.0073485588654875755,0.01055962685495615,0.004986456595361233,0.023080866783857346,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.00829985085874796,0.003771423129364848,0.020292682573199272,0.00829985085874796,0.003771423129364848,0.020292682573199272,0.011480067856609821,0.004226907156407833,0.020269600674510002,0.009552089497447014,0.0033590239472687244,0.018229300156235695,0.007061096373945475,0.0025750843342393637,0.01617828570306301,0.009552089497447014,0.0033590239472687244,0.018229300156235695,0.009683730080723763,0.0026201738510280848,0.014969546347856522,0.009552089497447014,0.0033590239472687244,0.018229300156235695,0.011988803744316101,0.003388363402336836,0.016868842765688896,0.009683730080723763,0.0026201738510280848,0.014969546347856522,0.006562014576047659,0.0015464562457054853,0.010333317331969738,0.00855956505984068,0.0014493773924186826,0.007724004331976175,0.005671779625117779,0.0011962023563683033,0.0073485588654875755,0.0029030791483819485,0.0010000611655414104,0.00586123438552022,0.005671779625117779,0.0011962023563683033,0.0073485588654875755,0.006332754623144865,0.0010451704729348421,0.003565749851986766,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.01226133294403553,0.0026320982724428177,0.013005991466343403,0.012271073646843433,0.0022989914286881685,0.010928148403763771,0.008084500208497047,0.00201723026111722,0.012742700055241585,0.012271073646843433,0.0022989914286881685,0.010928148403763771,0.009669112972915173,0.001772704184986651,0.009677707217633724,0.005671779625117779,0.0011962023563683033,0.0073485588654875755,0.00855956505984068,0.0014493773924186826,0.007724004331976175,0.007721917703747749,0.0012135187862440944,0.005451775621622801,0.009669112972915173,0.001772704184986651,0.009677707217633724,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.00855956505984068,0.0014493773924186826,0.007724004331976175,0.01226133294403553,0.0026320982724428177,0.013005991466343403,0.014200733043253422,0.0033736522309482098,0.014957524836063385,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.015487651340663433,0.0032045680563896894,0.012753801420331001,0.017343999817967415,0.003330700332298875,0.010898631066083908,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.009669112972915173,0.001772704184986651,0.009677707217633724,0.012271073646843433,0.0022989914286881685,0.010928148403763771,0.012824755162000656,0.0020098828244954348,0.00781397707760334,0.009669112972915173,0.001772704184986651,0.009677707217633724,0.012824755162000656,0.0020098828244954348,0.00781397707760334,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.007721917703747749,0.0012135187862440944,0.005451775621622801,0.008764101192355156,0.001210926566272974,0.003412789199501276,0.006332754623144865,0.0010451704729348421,0.003565749851986766,0.007721917703747749,0.0012135187862440944,0.005451775621622801,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.008764101192355156,0.001210926566272974,0.003412789199501276,0.019260767847299576,0.004246987868100405,0.01321307010948658,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.017343999817967415,0.003330700332298875,0.010898631066083908,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.017343999817967415,0.003330700332298875,0.010898631066083908,0.018710866570472717,0.003348264843225479,0.008507955819368362,0.008764101192355156,0.001210926566272974,0.003412789199501276,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.006332754623144865,0.0010451704729348421,0.003565749851986766,0.010680029168725014,0.0015445469180122018,0.006014283746480942,0.014066388830542564,0.0020080269314348698,0.005215739365667105,0.01306767575442791,0.0017499688547104597,0.0036096773110330105,0.020828500390052795,0.004264307674020529,0.010698685422539711,0.020799290388822556,0.0040061804465949535,0.008910078555345535,0.018710866570472717,0.003348264843225479,0.008507955819368362,0.015508081763982773,0.0025971699506044388,0.008642514236271381,0.018710866570472717,0.003348264843225479,0.008507955819368362,0.01702019013464451,0.0026585329324007034,0.005780536215752363,0.008764101192355156,0.001210926566272974,0.003412789199501276,0.010550940409302711,0.0013486826792359352,0.001898460672236979,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.006332754623144865,0.0010451704729348421,0.003565749851986766,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.004886568058282137,0.0009546884102746844,0.0015009796479716897,0.020799290388822556,0.0040061804465949535,0.008910078555345535,0.022470833733677864,0.004328446928411722,0.007185501512140036,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.01306767575442791,0.0017499688547104597,0.0036096773110330105,0.01550293993204832,0.0021427252795547247,0.002239368623122573,0.013604894280433655,0.0017612697556614876,0.0007229740731418133,0.01702019013464451,0.0026585329324007034,0.005780536215752363,0.01980971358716488,0.003380185691639781,0.005828016437590122,0.017450325191020966,0.002603452652692795,0.003255089744925499,0.01306767575442791,0.0017499688547104597,0.0036096773110330105,0.013604894280433655,0.0017612697556614876,0.0007229740731418133,0.010550940409302711,0.0013486826792359352,0.001898460672236979,0.010550940409302711,0.0013486826792359352,0.001898460672236979,0.013604894280433655,0.0017612697556614876,0.0007229740731418133,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.017450325191020966,0.002603452652692795,0.003255089744925499,0.017766660079360008,0.002609690185636282,0.000473235355457291,0.01550293993204832,0.0021427252795547247,0.002239368623122573,0.010550940409302711,0.0013486826792359352,0.001898460672236979,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.017450325191020966,0.002603452652692795,0.003255089744925499,0.02029862254858017,0.003327941754832864,0.002764879260212183,0.017766660079360008,0.002609690185636282,0.000473235355457291,0.02029862254858017,0.003327941754832864,0.002764879260212183,0.023195141926407814,0.004226936958730221,0.002093566581606865,0.020619738847017288,0.003370868507772684,-0.00010550150909693912,0.013604894280433655,0.0017612697556614876,0.0007229740731418133,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.02029862254858017,0.003327941754832864,0.002764879260212183,0.020619738847017288,0.003370868507772684,-0.00010550150909693912,0.017766660079360008,0.002609690185636282,0.000473235355457291,0.023195141926407814,0.004226936958730221,0.002093566581606865,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.020619738847017288,0.003370868507772684,-0.00010550150909693912,0.020619738847017288,0.003370868507772684,-0.00010550150909693912,0.023421011865139008,0.004272422753274441,-0.0008685517823323607,0.020563043653964996,0.0034024491906166077,-0.0025488093961030245,0.020619738847017288,0.003370868507772684,-0.00010550150909693912,0.020563043653964996,0.0034024491906166077,-0.0025488093961030245,0.017780492082238197,0.0026495151687413454,-0.0023762104101479053,0.017766660079360008,0.002609690185636282,0.000473235355457291,0.017780492082238197,0.0026495151687413454,-0.0023762104101479053,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.017780492082238197,0.0026495151687413454,-0.0023762104101479053,0.016065973788499832,0.002328484784811735,-0.003937371540814638,0.014467368833720684,0.0019119104836136103,-0.001130890566855669,0.016065973788499832,0.002328484784811735,-0.003937371540814638,0.013264607638120651,0.001766190747730434,-0.003263152437284589,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.013264607638120651,0.001766190747730434,-0.003263152437284589,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.010878319852054119,0.0013685940066352487,-0.0008503992576152086,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.008629458956420422,0.0011994061060249805,-0.003620114177465439,0.007952217012643814,0.0010854022111743689,0.00003517540972097777,0.008629458956420422,0.0011994061060249805,-0.003620114177465439,0.005749569274485111,0.0010011018021032214,-0.0029514916241168976,0.016065973788499832,0.002328484784811735,-0.003937371540814638,0.013857349753379822,0.002033510711044073,-0.0060663348995149136,0.013264607638120651,0.001766190747730434,-0.003263152437284589,0.013264607638120651,0.001766190747730434,-0.003263152437284589,0.013857349753379822,0.002033510711044073,-0.0060663348995149136,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.020383840426802635,0.0035197515971958637,-0.005523352883756161,0.02268541231751442,0.0042730714194476604,-0.005830473266541958,0.01852342113852501,0.002990588080137968,-0.005278073251247406,0.020383840426802635,0.0035197515971958637,-0.005523352883756161,0.019048281013965607,0.0034208903089165688,-0.008293388411402702,0.01852342113852501,0.002990588080137968,-0.005278073251247406,0.019048281013965607,0.0034208903089165688,-0.008293388411402702,0.01647122949361801,0.0026562532875686884,-0.00716375932097435,0.019048281013965607,0.0034208903089165688,-0.008293388411402702,0.020383840426802635,0.0035197515971958637,-0.005523352883756161,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.01647122949361801,0.0026562532875686884,-0.00716375932097435,0.017796307802200317,0.0033285997342318296,-0.010089104995131493,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.008629458956420422,0.0011994061060249805,-0.003620114177465439,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.006616403814405203,0.0011951716151088476,-0.006489008665084839,0.013857349753379822,0.002033510711044073,-0.0060663348995149136,0.012476162984967232,0.0019970310386270285,-0.008182156831026077,0.010522319003939629,0.0014914735220372677,-0.005535695236176252,0.021693238988518715,0.004290900658816099,-0.008988823741674423,0.020152634009718895,0.004216836299747229,-0.011612878181040287,0.019048281013965607,0.0034208903089165688,-0.008293388411402702,0.019048281013965607,0.0034208903089165688,-0.008293388411402702,0.020152634009718895,0.004216836299747229,-0.011612878181040287,0.017796307802200317,0.0033285997342318296,-0.010089104995131493,0.005749569274485111,0.0010011018021032214,-0.0029514916241168976,0.006616403814405203,0.0011951716151088476,-0.006489008665084839,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.017796307802200317,0.0033285997342318296,-0.010089104995131493,0.020152634009718895,0.004216836299747229,-0.011612878181040287,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.017796307802200317,0.0033285997342318296,-0.010089104995131493,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.01492801308631897,0.002584179164841771,-0.009435386396944523,0.013905431143939495,0.0026568484026938677,-0.011367334984242916,0.011769616976380348,0.0021559307351708412,-0.010408931411802769,0.013905431143939495,0.0026568484026938677,-0.011367334984242916,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.011769616976380348,0.0021559307351708412,-0.010408931411802769,0.010148619301617146,0.0017585775349289179,-0.009046103805303574,0.011769616976380348,0.0021559307351708412,-0.010408931411802769,0.009413830004632473,0.0019971688743680716,-0.011582532897591591,0.010148619301617146,0.0017585775349289179,-0.009046103805303574,0.009413830004632473,0.0019971688743680716,-0.011582532897591591,0.007301477249711752,0.0016465813387185335,-0.010617809370160103,0.010148619301617146,0.0017585775349289179,-0.009046103805303574,0.007301477249711752,0.0016465813387185335,-0.010617809370160103,0.00675346190109849,0.0013493868755176663,-0.008370622992515564,0.018325652927160263,0.0040040286257863045,-0.013307563029229641,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.01614381931722164,0.0038102599792182446,-0.015007255598902702,0.011769616976380348,0.0021559307351708412,-0.010408931411802769,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.009413830004632473,0.0019971688743680716,-0.011582532897591591,0.013905431143939495,0.0026568484026938677,-0.011367334984242916,0.015382927842438221,0.0030787938740104437,-0.012140307575464249,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.009910990484058857,0.0026106161531060934,-0.014748001471161842,0.009413830004632473,0.0019971688743680716,-0.011582532897591591,0.009413830004632473,0.0019971688743680716,-0.011582532897591591,0.009910990484058857,0.0026106161531060934,-0.014748001471161842,0.007624251767992973,0.0020046881400048733,-0.012884850613772869,0.01614381931722164,0.0038102599792182446,-0.015007255598902702,0.01729648932814598,0.004415555857121944,-0.016400432214140892,0.014573147520422935,0.004191742278635502,-0.018020832911133766,0.01614381931722164,0.0038102599792182446,-0.015007255598902702,0.014573147520422935,0.004191742278635502,-0.018020832911133766,0.013866834342479706,0.0033758017234504223,-0.015256998129189014,0.013866834342479706,0.0033758017234504223,-0.015256998129189014,0.012037447653710842,0.00336286798119545,-0.016691772267222404,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.00675346190109849,0.0013493868755176663,-0.008370622992515564,0.007301477249711752,0.0016465813387185335,-0.010617809370160103,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.009910990484058857,0.0026106161531060934,-0.014748001471161842,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.007624251767992973,0.0020046881400048733,-0.012884850613772869,0.0032966944854706526,0.0009638029732741416,-0.00458602886646986,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.000534087244886905,0.0010314860846847296,-0.007213001139461994,0.011866990476846695,0.0026226050686091185,-0.013295724056661129,0.012037447653710842,0.00336286798119545,-0.016691772267222404,0.009910990484058857,0.0026106161531060934,-0.014748001471161842,0.009413830004632473,0.0019971688743680716,-0.011582532897591591,0.007624251767992973,0.0020046881400048733,-0.012884850613772869,0.007301477249711752,0.0016465813387185335,-0.010617809370160103,0.014573147520422935,0.004191742278635502,-0.018020832911133766,0.012971775606274605,0.004261031746864319,-0.019453827291727066,0.012037447653710842,0.00336286798119545,-0.016691772267222404,0.012037447653710842,0.00336286798119545,-0.016691772267222404,0.009827946312725544,0.003330749226734042,-0.017959240823984146,0.009910990484058857,0.0026106161531060934,-0.014748001471161842,0.007301477249711752,0.0016465813387185335,-0.010617809370160103,0.007624251767992973,0.0020046881400048733,-0.012884850613772869,0.004576017614454031,0.0017629371723160148,-0.012836857698857784,0.007301477249711752,0.0016465813387185335,-0.010617809370160103,0.004576017614454031,0.0017629371723160148,-0.012836857698857784,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.009910990484058857,0.0026106161531060934,-0.014748001471161842,0.009827946312725544,0.003330749226734042,-0.017959240823984146,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.007624251767992973,0.0020046881400048733,-0.012884850613772869,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.005320446565747261,0.0022567077539861202,-0.015346621163189411,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.001478090649470687,0.0013720225542783737,-0.010801171883940697,0.000534087244886905,0.0010314860846847296,-0.007213001139461994,0.009827946312725544,0.003330749226734042,-0.017959240823984146,0.007871129550039768,0.0034173387102782726,-0.01920638419687748,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.0039981757290661335,0.001265511498786509,-0.009203344583511353,0.004576017614454031,0.0017629371723160148,-0.012836857698857784,0.001478090649470687,0.0013720225542783737,-0.010801171883940697,0.007871129550039768,0.0034173387102782726,-0.01920638419687748,0.009827946312725544,0.003330749226734042,-0.017959240823984146,0.010963983833789825,0.004224536474794149,-0.020528804510831833,0.005320446565747261,0.0022567077539861202,-0.015346621163189411,0.00763801159337163,0.0026316982693970203,-0.01616480201482773,0.004512080457061529,0.0027762409299612045,-0.017866218462586403,0.004576017614454031,0.0017629371723160148,-0.012836857698857784,0.001827878295443952,0.0018163536442443728,-0.01382680144160986,0.001478090649470687,0.0013720225542783737,-0.010801171883940697,0.006718977354466915,0.004206463694572449,-0.02222905121743679,0.003914237953722477,0.0041976007632911205,-0.022876156494021416,0.003794367890805006,0.0033978300634771585,-0.02034791372716427,0.005320446565747261,0.0022567077539861202,-0.015346621163189411,0.0014944656286388636,0.0022766508627682924,-0.01626715622842312,0.001827878295443952,0.0018163536442443728,-0.01382680144160986,0.004512080457061529,0.0027762409299612045,-0.017866218462586403,0.003794367890805006,0.0033978300634771585,-0.02034791372716427,0.0007370526436716318,0.0029513307381421328,-0.019123712554574013,0.004512080457061529,0.0027762409299612045,-0.017866218462586403,0.0007370526436716318,0.0029513307381421328,-0.019123712554574013,0.0014944656286388636,0.0022766508627682924,-0.01626715622842312,0.003794367890805006,0.0033978300634771585,-0.02034791372716427,0.003914237953722477,0.0041976007632911205,-0.022876156494021416,-0.00020700153254438192,0.0035201627761125565,-0.021128980442881584,0.003794367890805006,0.0033978300634771585,-0.02034791372716427,-0.00020700153254438192,0.0035201627761125565,-0.021128980442881584,0.0007370526436716318,0.0029513307381421328,-0.019123712554574013,0.00029427092522382736,0.004239254631102085,-0.023338880389928818,-0.00020700153254438192,0.0035201627761125565,-0.021128980442881584,0.003914237953722477,0.0041976007632911205,-0.022876156494021416,-0.002580861561000347,0.0010872825514525175,-0.007504744920879602,0.000534087244886905,0.0010314860846847296,-0.007213001139461994,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,-0.003216350683942437,0.0026242216117680073,-0.017560355365276337,-0.0032317128498107195,0.0033362130634486675,-0.020248256623744965,-0.006324268411844969,0.0033698114566504955,-0.019621677696704865,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.00754027534276247,0.0020098809618502855,-0.01296749897301197,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.002912884345278144,0.0017411436419934034,-0.013172073289752007,-0.005158437415957451,0.002150647109374404,-0.014868859201669693,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.002912884345278144,0.0017411436419934034,-0.013172073289752007,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,-0.002580861561000347,0.0010872825514525175,-0.007504744920879602,-0.0030924961902201176,0.001322884694673121,-0.01011058408766985,-0.005578114651143551,0.0011969173792749643,-0.007411278784275055,-0.006324268411844969,0.0033698114566504955,-0.019621677696704865,-0.008491404354572296,0.004195652902126312,-0.021575070917606354,-0.009326794184744358,0.0033660107292234898,-0.018353043124079704,-0.006324268411844969,0.0033698114566504955,-0.019621677696704865,-0.009326794184744358,0.0033660107292234898,-0.018353043124079704,-0.007390541955828667,0.002969971625134349,-0.01770205795764923,-0.007390541955828667,0.002969971625134349,-0.01770205795764923,-0.009326794184744358,0.0033660107292234898,-0.018353043124079704,-0.010076727718114853,0.0029678877908736467,-0.016310792416334152,-0.007390541955828667,0.002969971625134349,-0.01770205795764923,-0.010076727718114853,0.0029678877908736467,-0.016310792416334152,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.008491404354572296,0.004195652902126312,-0.021575070917606354,-0.010426674038171768,0.004236883483827114,-0.02085844986140728,-0.009326794184744358,0.0033660107292234898,-0.018353043124079704,-0.009326794184744358,0.0033660107292234898,-0.018353043124079704,-0.010426674038171768,0.004236883483827114,-0.02085844986140728,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.009326794184744358,0.0033660107292234898,-0.018353043124079704,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.010076727718114853,0.0029678877908736467,-0.016310792416334152,-0.006250446662306786,0.0015858843689784408,-0.010853045620024204,-0.009794159792363644,0.001887295744381845,-0.010519974865019321,-0.009160329587757587,0.001557159353978932,-0.008242498151957989,-0.010426674038171768,0.004236883483827114,-0.02085844986140728,-0.012999292463064194,0.004985359497368336,-0.021783903241157532,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.00754027534276247,0.0020098809618502855,-0.01296749897301197,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.009794159792363644,0.001887295744381845,-0.010519974865019321,-0.010076727718114853,0.0029678877908736467,-0.016310792416334152,-0.01231671404093504,0.00298691401258111,-0.014786506071686745,-0.008889001794159412,0.0024013586807996035,-0.014368525706231594,-0.005578114651143551,0.0011969173792749643,-0.007411278784275055,-0.007534657139331102,0.0012155459262430668,-0.005696560721844435,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.014445770531892776,0.004228000529110432,-0.01826808974146843,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.012557350099086761,0.00377852120436728,-0.017997460439801216,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.01231671404093504,0.00298691401258111,-0.014786506071686745,-0.009794159792363644,0.001887295744381845,-0.010519974865019321,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.012734616175293922,0.001987334107980132,-0.0077185072004795074,-0.009794159792363644,0.001887295744381845,-0.010519974865019321,-0.012734616175293922,0.001987334107980132,-0.0077185072004795074,-0.009160329587757587,0.001557159353978932,-0.008242498151957989,-0.01231671404093504,0.00298691401258111,-0.014786506071686745,-0.014504682272672653,0.002986820414662361,-0.01265716552734375,-0.012469600886106491,0.002341479528695345,-0.011011682450771332,-0.009160329587757587,0.001557159353978932,-0.008242498151957989,-0.010693319141864777,0.0015385147416964173,-0.005861256271600723,-0.007534657139331102,0.0012155459262430668,-0.005696560721844435,-0.01547333225607872,0.0037792532239109278,-0.015563780441880226,-0.01727627031505108,0.003580254502594471,-0.012492746114730835,-0.014504682272672653,0.002986820414662361,-0.01265716552734375,-0.007534657139331102,0.0012155459262430668,-0.005696560721844435,-0.010693319141864777,0.0015385147416964173,-0.005861256271600723,-0.00888753030449152,0.0012158292811363935,-0.003331679617986083,-0.00526362843811512,0.0010101327206939459,-0.004067057743668556,-0.00888753030449152,0.0012158292811363935,-0.003331679617986083,-0.00788803119212389,0.0010820255847647786,-0.0006730728782713413,-0.01870000921189785,0.004174852278083563,-0.013631246984004974,-0.02013637125492096,0.004238544963300228,-0.011760739609599113,-0.01727627031505108,0.003580254502594471,-0.012492746114730835,-0.01727627031505108,0.003580254502594471,-0.012492746114730835,-0.02013637125492096,0.004238544963300228,-0.011760739609599113,-0.018217384815216064,0.003351030172780156,-0.009485426358878613,-0.012734616175293922,0.001987334107980132,-0.0077185072004795074,-0.01448108907788992,0.002270432421937585,-0.007464217022061348,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.012734616175293922,0.001987334107980132,-0.0077185072004795074,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.010693319141864777,0.0015385147416964173,-0.005861256271600723,-0.010693319141864777,0.0015385147416964173,-0.005861256271600723,-0.011678455397486687,0.001514652743935585,-0.002794538624584675,-0.00888753030449152,0.0012158292811363935,-0.003331679617986083,-0.010693319141864777,0.0015385147416964173,-0.005861256271600723,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.011678455397486687,0.001514652743935585,-0.002794538624584675,-0.016491327434778214,0.002612929791212082,-0.0066886828280985355,-0.019172605127096176,0.003352772444486618,-0.007384477183222771,-0.01858813501894474,0.002974380273371935,-0.004817637614905834,-0.002789210993796587,0.000952120462898165,-0.004120853263884783,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.002204043557867408,0.0009675921173766255,0.0005216494901105762,-0.021185144782066345,0.004268210381269455,-0.009949513711035252,-0.022193429991602898,0.0042718625627458096,-0.007462756242603064,-0.019172605127096176,0.003352772444486618,-0.007384477183222771,-0.014352566562592983,0.0019937120378017426,-0.004098398610949516,-0.016809862107038498,0.002454537432640791,-0.0031057316809892654,-0.015065263025462627,0.0020369882695376873,-0.0014236430870369077,-0.011678455397486687,0.001514652743935585,-0.002794538624584675,-0.012890227138996124,0.0016392373945564032,0.0001092037491616793,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.02204117178916931,0.00398849556222558,-0.005036521703004837,-0.02516007423400879,0.004987104330211878,-0.0032981568947434425,-0.021750161424279213,0.0037462785840034485,-0.0020132972858846188,-0.015065263025462627,0.0020369882695376873,-0.0014236430870369077,-0.014819493517279625,0.0019860421307384968,0.001387380063533783,-0.012890227138996124,0.0016392373945564032,0.0001092037491616793,-0.01858813501894474,0.002974380273371935,-0.004817637614905834,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.016809862107038498,0.002454537432640791,-0.0031057316809892654,-0.00788803119212389,0.0010820255847647786,-0.0006730728782713413,-0.0078064510598778725,0.0010945235844701529,0.0018258733907714486,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.015065263025462627,0.0020369882695376873,-0.0014236430870369077,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.014819493517279625,0.0019860421307384968,0.001387380063533783,-0.021750161424279213,0.0037462785840034485,-0.0020132972858846188,-0.02330859564244747,0.004236937500536442,-0.0007698967237956822,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.021750161424279213,0.0037462785840034485,-0.0020132972858846188,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.019777238368988037,0.003144921502098441,-0.0015526574570685625,-0.019777238368988037,0.003144921502098441,-0.0015526574570685625,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.018458329141139984,0.002802768489345908,0.0016463990323245525,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.018458329141139984,0.002802768489345908,0.0016463990323245525,-0.016394633799791336,0.002362546743825078,0.0032754051499068737,-0.017827074974775314,0.0026227175258100033,-0.0009574849391356111,-0.016394633799791336,0.002362546743825078,0.0032754051499068737,-0.014819493517279625,0.0019860421307384968,0.001387380063533783,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.018458329141139984,0.002802768489345908,0.0016463990323245525,-0.018458329141139984,0.002802768489345908,0.0016463990323245525,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.016394633799791336,0.002362546743825078,0.0032754051499068737,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.010717760771512985,0.0013461036141961813,0.0008511270862072706,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.0078064510598778725,0.0010945235844701529,0.0018258733907714486,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.023179322481155396,0.0042464337311685085,0.0028189383447170258,-0.021583745256066322,0.0037895157001912594,0.0041109006851911545,-0.02071424387395382,0.003413545899093151,0.0013402552576735616,-0.021583745256066322,0.0037895157001912594,0.0041109006851911545,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.006821923423558474,0.0010833663400262594,0.00395966786891222,-0.0046234531328082085,0.0010218977695330977,0.0052389586344361305,-0.002204043557867408,0.0009675921173766255,0.0005216494901105762,-0.0050702993758022785,0.0009557430166751146,0.0005629000370390713,-0.00006991785630816594,0.0009712286991998553,0.002246945397928357,-0.016394633799791336,0.002362546743825078,0.0032754051499068737,-0.015337939374148846,0.002293559955433011,0.0058043282479047775,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.021583745256066322,0.0037895157001912594,0.0041109006851911545,-0.022495752200484276,0.004219569731503725,0.005982263945043087,-0.01948227919638157,0.0033678559120744467,0.00670615304261446,-0.021583745256066322,0.0037895157001912594,0.0041109006851911545,-0.01948227919638157,0.0033678559120744467,0.00670615304261446,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.022495752200484276,0.004219569731503725,0.005982263945043087,-0.0217908788472414,0.004227768629789352,0.008231858722865582,-0.01948227919638157,0.0033678559120744467,0.00670615304261446,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.01948227919638157,0.0033678559120744467,0.00670615304261446,-0.017360059544444084,0.002952472073957324,0.00803786888718605,-0.018682774156332016,0.002969547873362899,0.0044613187201321125,-0.017360059544444084,0.002952472073957324,0.00803786888718605,-0.015337939374148846,0.002293559955433011,0.0058043282479047775,-0.01233260240405798,0.0016465510707348585,0.003963644616305828,-0.012277458794414997,0.001771264593116939,0.006027902476489544,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.01948227919638157,0.0033678559120744467,0.00670615304261446,-0.0217908788472414,0.004227768629789352,0.008231858722865582,-0.01947372406721115,0.0037661725655198097,0.010043405927717686,-0.01948227919638157,0.0033678559120744467,0.00670615304261446,-0.01947372406721115,0.0037661725655198097,0.010043405927717686,-0.017360059544444084,0.002952472073957324,0.00803786888718605,-0.015337939374148846,0.002293559955433011,0.0058043282479047775,-0.017360059544444084,0.002952472073957324,0.00803786888718605,-0.014378705061972141,0.0023214395623654127,0.008124369196593761,-0.012277458794414997,0.001771264593116939,0.006027902476489544,-0.010882356204092503,0.0017530821496620774,0.00809906329959631,-0.009516594931483269,0.0013504575472325087,0.0049988520331680775,-0.014378705061972141,0.0023214395623654127,0.008124369196593761,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.012767300941050053,0.0022807058412581682,0.010211324319243431,-0.006821923423558474,0.0010833663400262594,0.00395966786891222,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.0046234531328082085,0.0010218977695330977,0.0052389586344361305,-0.022831300273537636,0.004987239837646484,0.01109502837061882,-0.019790785387158394,0.004262989386916161,0.01248876377940178,-0.01947372406721115,0.0037661725655198097,0.010043405927717686,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.01947372406721115,0.0037661725655198097,0.010043405927717686,-0.019790785387158394,0.004262989386916161,0.01248876377940178,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.012772394344210625,0.002626114757731557,0.012468362227082253,-0.012767300941050053,0.0022807058412581682,0.010211324319243431,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.019790785387158394,0.004262989386916161,0.01248876377940178,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.015166179277002811,0.0033372892066836357,0.01379123330116272,-0.012772394344210625,0.002626114757731557,0.012468362227082253,-0.015166179277002811,0.0033372892066836357,0.01379123330116272,-0.01647842675447464,0.0031685843132436275,0.011237336322665215,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.015166179277002811,0.0033372892066836357,0.01379123330116272,-0.017758924514055252,0.004244210664182901,0.01518403273075819,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.008203499019145966,0.0017413829918950796,0.010751048102974892,-0.006009418051689863,0.0014436369528993964,0.009793379344046116,-0.015166179277002811,0.0033372892066836357,0.01379123330116272,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.012772394344210625,0.002626114757731557,0.012468362227082253,-0.012772394344210625,0.002626114757731557,0.012468362227082253,-0.01043232623487711,0.0026199135463684797,0.014445336535573006,-0.009758633561432362,0.0019741058349609375,0.011182153597474098,-0.007510093040764332,0.0013345306506380439,0.007508244831115007,-0.006009418051689863,0.0014436369528993964,0.009793379344046116,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,-0.013792712241411209,0.004234389401972294,0.01879262551665306,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.01571330614387989,0.0042988634668290615,0.01747014746069908,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.010926931165158749,0.0033712773583829403,0.017493396997451782,-0.01043232623487711,0.0026199135463684797,0.014445336535573006,-0.009758633561432362,0.0019741058349609375,0.011182153597474098,-0.01043232623487711,0.0026199135463684797,0.014445336535573006,-0.008083038032054901,0.0023069377057254314,0.014328151009976864,-0.009758633561432362,0.0019741058349609375,0.011182153597474098,-0.008083038032054901,0.0023069377057254314,0.014328151009976864,-0.008203499019145966,0.0017413829918950796,0.010751048102974892,-0.008203499019145966,0.0017413829918950796,0.010751048102974892,-0.005800680723041296,0.0017539751715958118,0.01226905919611454,-0.006009418051689863,0.0014436369528993964,0.009793379344046116,-0.010926931165158749,0.0033712773583829403,0.017493396997451782,-0.01356971263885498,0.003390146652236581,0.015622124075889587,-0.013792712241411209,0.004234389401972294,0.01879262551665306,-0.008083038032054901,0.0023069377057254314,0.014328151009976864,-0.006004499737173319,0.0023086853325366974,0.015328757464885712,-0.005800680723041296,0.0017539751715958118,0.01226905919611454,-0.006009418051689863,0.0014436369528993964,0.009793379344046116,-0.005800680723041296,0.0017539751715958118,0.01226905919611454,-0.003530745627358556,0.0015327956061810255,0.011601368896663189,-0.006009418051689863,0.0014436369528993964,0.009793379344046116,-0.003530745627358556,0.0015327956061810255,0.011601368896663189,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,-0.008203499019145966,0.0017413829918950796,0.010751048102974892,-0.008083038032054901,0.0023069377057254314,0.014328151009976864,-0.005800680723041296,0.0017539751715958118,0.01226905919611454,-0.0046234531328082085,0.0010218977695330977,0.0052389586344361305,-0.0015629888512194157,0.0010452509159222245,0.007076931651681662,-0.0005483685526996851,0.0009549413807690144,0.004985339939594269,-0.008083038032054901,0.0023069377057254314,0.014328151009976864,-0.008343638852238655,0.0029402312356978655,0.017169518396258354,-0.006004499737173319,0.0023086853325366974,0.015328757464885712,-0.008343638852238655,0.0029402312356978655,0.017169518396258354,-0.0060035414062440395,0.002999373245984316,0.018340647220611572,-0.006004499737173319,0.0023086853325366974,0.015328757464885712,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,0.00018761589308269322,0.0011860488448292017,0.009184992872178555,-0.0015629888512194157,0.0010452509159222245,0.007076931651681662,-0.008645639754831791,0.003762076376006007,0.020121335983276367,-0.011419917456805706,0.004298084881156683,0.020551711320877075,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.008343638852238655,0.0029402312356978655,0.017169518396258354,-0.008645639754831791,0.003762076376006007,0.020121335983276367,-0.0060035414062440395,0.002999373245984316,0.018340647220611572,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.0010228101164102554,0.0020366322714835405,0.015108359046280384,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,0.00018761589308269322,0.0011860488448292017,0.009184992872178555,-0.003530745627358556,0.0015327956061810255,0.011601368896663189,-0.000854001846164465,0.0015488519566133618,0.012246574275195599,-0.0033112955279648304,0.0012048652861267328,0.008813460357487202,-0.008551071397960186,0.004986301530152559,0.02390822023153305,-0.005541762337088585,0.0042438749223947525,0.022680170834064484,-0.006456806790083647,0.0037868404760956764,0.02100805565714836,-0.0060035414062440395,0.002999373245984316,0.018340647220611572,-0.006456806790083647,0.0037868404760956764,0.02100805565714836,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,-0.0060035414062440395,0.002999373245984316,0.018340647220611572,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,-0.004014819860458374,0.0026526544243097305,0.017496798187494278,-0.004014819860458374,0.0026526544243097305,0.017496798187494278,-0.0014799716882407665,0.0026257820427417755,0.017800604924559593,-0.0036514962557703257,0.0020102832932025194,0.014583619311451912,-0.005541762337088585,0.0042438749223947525,0.022680170834064484,-0.003300176002085209,0.0042464579455554485,0.02312515489757061,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,-0.0006204082746990025,0.004258886910974979,0.023387232795357704,-0.00271595804952085,0.0033469528425484896,0.020388025790452957,-0.003300176002085209,0.0042464579455554485,0.02312515489757061,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,-0.000824503309559077,-0.005006793420761824,0.025374334305524826,-0.0024622255004942417,-0.005007488653063774,0.02526606246829033,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,-0.0024622255004942417,-0.005007488653063774,0.02526606246829033,-0.002136361552402377,-0.004104910884052515,0.022853419184684753,-0.001632424769923091,-0.0029355327133089304,0.019107220694422722,-0.0009473985992372036,-0.0033564576879143715,0.020632615312933922,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.001632424769923091,-0.0029355327133089304,0.019107220694422722,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.004001623019576073,-0.0025599398650228977,0.01731978729367256,-0.0009473985992372036,-0.0033564576879143715,0.020632615312933922,-0.002136361552402377,-0.004104910884052515,0.022853419184684753,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.002136361552402377,-0.004104910884052515,0.022853419184684753,-0.0024622255004942417,-0.005007488653063774,0.02526606246829033,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.0024622255004942417,-0.005007488653063774,0.02526606246829033,-0.004284583032131195,-0.005007897969335318,0.025025324895977974,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.006029152777045965,-0.0029645960312336683,0.018313070759177208,-0.004001623019576073,-0.0025599398650228977,0.01731978729367256,-0.003500356338918209,-0.0019314343808218837,0.014610345475375652,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.006461403798311949,-0.0016635722713544965,0.012009838595986366,-0.003500356338918209,-0.0019314343808218837,0.014610345475375652,-0.006461403798311949,-0.0016635722713544965,0.012009838595986366,-0.003925568424165249,-0.0014080151449888945,0.011479725129902363,-0.004284583032131195,-0.005007897969335318,0.025025324895977974,-0.006036086473613977,-0.005003874655812979,0.02464207448065281,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.006036086473613977,-0.005003874655812979,0.02464207448065281,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.007109199184924364,-0.003795238211750984,0.020847639068961143,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.007109199184924364,-0.003795238211750984,0.020847639068961143,-0.006029152777045965,-0.0029645960312336683,0.018313070759177208,-0.004001623019576073,-0.0025599398650228977,0.01731978729367256,-0.006029152777045965,-0.0029645960312336683,0.018313070759177208,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.007109199184924364,-0.003795238211750984,0.020847639068961143,-0.006029152777045965,-0.0029645960312336683,0.018313070759177208,-0.008268951438367367,-0.003143638139590621,0.018102124333381653,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.007109199184924364,-0.003795238211750984,0.020847639068961143,-0.00907584372907877,-0.004077293910086155,0.021000126376748085,-0.008268951438367367,-0.003143638139590621,0.018102124333381653,-0.004854306112974882,-0.001210828311741352,0.009620439261198044,-0.006461403798311949,-0.0016635722713544965,0.012009838595986366,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.00907584372907877,-0.004077293910086155,0.021000126376748085,-0.007109199184924364,-0.003795238211750984,0.020847639068961143,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.009091596119105816,-0.0020694055128842592,0.012802417390048504,-0.006461403798311949,-0.0016635722713544965,0.012009838595986366,-0.00907584372907877,-0.004077293910086155,0.021000126376748085,-0.00784062035381794,-0.00499305035918951,0.024150075390934944,-0.010509445331990719,-0.005004240199923515,0.023092005401849747,-0.008268951438367367,-0.003143638139590621,0.018102124333381653,-0.01075633242726326,-0.0037744136061519384,0.019144726917147636,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.006461403798311949,-0.0016635722713544965,0.012009838595986366,-0.009091596119105816,-0.0020694055128842592,0.012802417390048504,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.00907584372907877,-0.004077293910086155,0.021000126376748085,-0.010509445331990719,-0.005004240199923515,0.023092005401849747,-0.012059406377375126,-0.004994648974388838,0.02233288437128067,-0.00907584372907877,-0.004077293910086155,0.021000126376748085,-0.012059406377375126,-0.004994648974388838,0.02233288437128067,-0.01075633242726326,-0.0037744136061519384,0.019144726917147636,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.009091596119105816,-0.0020694055128842592,0.012802417390048504,-0.009091596119105816,-0.0020694055128842592,0.012802417390048504,-0.012800085358321667,-0.002911678748205304,0.014180065132677555,-0.01118938997387886,-0.0020679431036114693,0.010999862104654312,-0.009091596119105816,-0.0020694055128842592,0.012802417390048504,-0.01118938997387886,-0.0020679431036114693,0.010999862104654312,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.01492986734956503,-0.004308344330638647,0.018173974007368088,-0.01492986734956503,-0.004308344330638647,0.018173974007368088,-0.016435038298368454,-0.004215479828417301,0.016466151922941208,-0.01303265243768692,-0.003341857809573412,0.0159489456564188,-0.006840433459728956,-0.0010487526888027787,0.006580004468560219,-0.008731392212212086,-0.0010395782301202416,0.0035765767097473145,-0.005616783630102873,-0.0007767863571643829,0.0032518343068659306,-0.01492986734956503,-0.004308344330638647,0.018173974007368088,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.016435038298368454,-0.004215479828417301,0.016466151922941208,-0.01303265243768692,-0.003341857809573412,0.0159489456564188,-0.016435038298368454,-0.004215479828417301,0.016466151922941208,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.01303265243768692,-0.003341857809573412,0.0159489456564188,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.012800085358321667,-0.002911678748205304,0.014180065132677555,-0.012800085358321667,-0.002911678748205304,0.014180065132677555,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.01118938997387886,-0.0020679431036114693,0.010999862104654312,-0.016435038298368454,-0.004215479828417301,0.016466151922941208,-0.016068855300545692,-0.0050033447332680225,0.019653448835015297,-0.018179835751652718,-0.0050039091147482395,0.017693394795060158,-0.016435038298368454,-0.004215479828417301,0.016466151922941208,-0.018179835751652718,-0.0050039091147482395,0.017693394795060158,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.018179835751652718,-0.0050039091147482395,0.017693394795060158,-0.01954304613173008,-0.005007321946322918,0.016197603195905685,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.016435038298368454,-0.004215479828417301,0.016466151922941208,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.01662464067339897,-0.0031862445175647736,0.011266268789768219,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.01662464067339897,-0.0031862445175647736,0.011266268789768219,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.01954304613173008,-0.005007321946322918,0.016197603195905685,-0.02064833603799343,-0.00500720739364624,0.014761589467525482,-0.01662464067339897,-0.0031862445175647736,0.011266268789768219,-0.017902549356222153,-0.0031406248454004526,0.008748756721615791,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.01017159316688776,-0.0013836885336786509,0.006343101151287556,-0.01339233573526144,-0.0019260661210864782,0.006716528907418251,-0.011542013846337795,-0.0014283359050750732,0.004064740147441626,-0.01017159316688776,-0.0013836885336786509,0.006343101151287556,-0.011542013846337795,-0.0014283359050750732,0.004064740147441626,-0.008731392212212086,-0.0010395782301202416,0.0035765767097473145,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.02064833603799343,-0.00500720739364624,0.014761589467525482,-0.021624160930514336,-0.005004214122891426,0.01326146349310875,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.021624160930514336,-0.005004214122891426,0.01326146349310875,-0.02022312767803669,-0.004201882518827915,0.011407195590436459,-0.01339233573526144,-0.0019260661210864782,0.006716528907418251,-0.014363047666847706,-0.0019384208135306835,0.004489902872592211,-0.011542013846337795,-0.0014283359050750732,0.004064740147441626,-0.021624160930514336,-0.005004214122891426,0.01326146349310875,-0.022582940757274628,-0.005006699822843075,0.011580824851989746,-0.02022312767803669,-0.004201882518827915,0.011407195590436459,-0.02022312767803669,-0.004201882518827915,0.011407195590436459,-0.022582940757274628,-0.005006699822843075,0.011580824851989746,-0.02129466086626053,-0.004235655535012484,0.009505752474069595,-0.02022312767803669,-0.004201882518827915,0.011407195590436459,-0.02129466086626053,-0.004235655535012484,0.009505752474069595,-0.017902549356222153,-0.0031406248454004526,0.008748756721615791,-0.011542013846337795,-0.0014283359050750732,0.004064740147441626,-0.014363047666847706,-0.0019384208135306835,0.004489902872592211,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.02129466086626053,-0.004235655535012484,0.009505752474069595,-0.022582940757274628,-0.005006699822843075,0.011580824851989746,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.017902549356222153,-0.0031406248454004526,0.008748756721615791,-0.02129466086626053,-0.004235655535012484,0.009505752474069595,-0.019494587555527687,-0.0033279769122600555,0.006439508870244026,-0.014363047666847706,-0.0019384208135306835,0.004489902872592211,-0.017251096665859222,-0.0025187728460878134,0.00354237062856555,-0.015258162282407284,-0.0020200670696794987,0.002346294466406107,-0.008731392212212086,-0.0010395782301202416,0.0035765767097473145,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.00784679502248764,-0.0008909508469514549,0.0011289098765701056,-0.02129466086626053,-0.004235655535012484,0.009505752474069595,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.022258717566728592,-0.004265059716999531,0.0072219837456941605,-0.02129466086626053,-0.004235655535012484,0.009505752474069595,-0.022258717566728592,-0.004265059716999531,0.0072219837456941605,-0.019494587555527687,-0.0033279769122600555,0.006439508870244026,-0.02356008067727089,-0.005007830914109945,0.00945028942078352,-0.024357808753848076,-0.005005096551030874,0.007136035244911909,-0.022258717566728592,-0.004265059716999531,0.0072219837456941605,-0.016549965366721153,-0.002562901470810175,0.0064775715582072735,-0.019494587555527687,-0.0033279769122600555,0.006439508870244026,-0.017251096665859222,-0.0025187728460878134,0.00354237062856555,-0.022258717566728592,-0.004265059716999531,0.0072219837456941605,-0.024357808753848076,-0.005005096551030874,0.007136035244911909,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.022258717566728592,-0.004265059716999531,0.0072219837456941605,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.020512346178293228,-0.0034481624606996775,0.00422861659899354,-0.017251096665859222,-0.0025187728460878134,0.00354237062856555,-0.020512346178293228,-0.0034481624606996775,0.00422861659899354,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.015258162282407284,-0.0020200670696794987,0.002346294466406107,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.024357808753848076,-0.005005096551030874,0.007136035244911909,-0.02492367848753929,-0.005006290506571531,0.004801183007657528,-0.0050294408574700356,-0.0006961204926483333,0.00046144711086526513,-0.007213843986392021,-0.0008636437705717981,-0.0025154659524559975,-0.005272701382637024,-0.0007563423132523894,-0.0032867358531802893,-0.02492367848753929,-0.005006290506571531,0.004801183007657528,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.020588451996445656,-0.0033786077983677387,0.0020881923846900463,-0.020548708736896515,-0.0033346163108944893,-0.00014512191410176456,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.02331618033349514,-0.004244005307555199,0.0009257405763491988,-0.02331618033349514,-0.004244005307555199,0.0009257405763491988,-0.025211673229932785,-0.005007234867662191,0.002965259598568082,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.017643051221966743,-0.00254766084253788,-0.0014552829088643193,-0.015814876183867455,-0.0021796650253236294,-0.0033283878583461046,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.015814876183867455,-0.0021796650253236294,-0.0033283878583461046,-0.01305373664945364,-0.00165388488676399,-0.0038013493176549673,-0.02331618033349514,-0.004244005307555199,0.0009257405763491988,-0.023239273577928543,-0.004228700418025255,-0.0015774721978232265,-0.020548708736896515,-0.0033346163108944893,-0.00014512191410176456,-0.020548708736896515,-0.0033346163108944893,-0.00014512191410176456,-0.020539717748761177,-0.003378478344529867,-0.00256344024091959,-0.017643051221966743,-0.00254766084253788,-0.0014552829088643193,-0.0050294408574700356,-0.0006961204926483333,0.00046144711086526513,-0.005272701382637024,-0.0007563423132523894,-0.0032867358531802893,-0.0028150626458227634,-0.0006518856389448047,-0.0024945703335106373,-0.02331618033349514,-0.004244005307555199,0.0009257405763491988,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.023239273577928543,-0.004228700418025255,-0.0015774721978232265,-0.020548708736896515,-0.0033346163108944893,-0.00014512191410176456,-0.023239273577928543,-0.004228700418025255,-0.0015774721978232265,-0.020539717748761177,-0.003378478344529867,-0.00256344024091959,-0.023239273577928543,-0.004228700418025255,-0.0015774721978232265,-0.025381850078701973,-0.005007478408515453,-0.00021110704983584583,-0.025269558653235435,-0.005007226951420307,-0.0023285874631255865,-0.023239273577928543,-0.004228700418025255,-0.0015774721978232265,-0.025269558653235435,-0.005007226951420307,-0.0023285874631255865,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.023239273577928543,-0.004228700418025255,-0.0015774721978232265,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.020539717748761177,-0.003378478344529867,-0.00256344024091959,-0.025269558653235435,-0.005007226951420307,-0.0023285874631255865,-0.02503197453916073,-0.0050078630447387695,-0.004160981625318527,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.02503197453916073,-0.0050078630447387695,-0.004160981625318527,-0.024494310840964317,-0.005005027633160353,-0.006627100054174662,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.019462749361991882,-0.0033165409695357084,-0.006397518329322338,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.024494310840964317,-0.005005027633160353,-0.006627100054174662,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.019462749361991882,-0.0033165409695357084,-0.006397518329322338,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.011774522252380848,-0.0016550617292523384,-0.006740763783454895,-0.00915751326829195,-0.0013993397587910295,-0.007872350513935089,-0.024494310840964317,-0.005005027633160353,-0.006627100054174662,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,-0.021341202780604362,-0.004256013315171003,-0.009511497803032398,-0.022103944793343544,-0.004201652482151985,-0.007115413900464773,-0.021341202780604362,-0.004256013315171003,-0.009511497803032398,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.00915751326829195,-0.0013993397587910295,-0.007872350513935089,-0.00697226170450449,-0.0010110004805028439,-0.0058843172155320644,-0.01584279164671898,-0.0026041395030915737,-0.008386856876313686,-0.01447224523872137,-0.0025846974458545446,-0.010428469628095627,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.021341202780604362,-0.004256013315171003,-0.009511497803032398,-0.02319636009633541,-0.005004224833101034,-0.010311913676559925,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.021341202780604362,-0.004256013315171003,-0.009511497803032398,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.018859239295125008,-0.0037808578927069902,-0.011296289972960949,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.018859239295125008,-0.0037808578927069902,-0.011296289972960949,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.01584279164671898,-0.0026041395030915737,-0.008386856876313686,-0.01584279164671898,-0.0026041395030915737,-0.008386856876313686,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.01447224523872137,-0.0025846974458545446,-0.010428469628095627,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.01447224523872137,-0.0025846974458545446,-0.010428469628095627,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.018859239295125008,-0.0037808578927069902,-0.011296289972960949,-0.01736663095653057,-0.0037825291510671377,-0.013462123461067677,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.01447224523872137,-0.0025846974458545446,-0.010428469628095627,-0.012919820845127106,-0.0025909359101206064,-0.012346728704869747,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.008960295468568802,-0.0016882101772353053,-0.010443360544741154,-0.00915751326829195,-0.0013993397587910295,-0.007872350513935089,-0.00697226170450449,-0.0010110004805028439,-0.0058843172155320644,-0.00915751326829195,-0.0013993397587910295,-0.007872350513935089,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.02026989683508873,-0.005003341007977724,-0.015267712064087391,-0.018672378733754158,-0.004415434319525957,-0.014786693267524242,-0.02194317989051342,-0.004996723495423794,-0.012760658748447895,-0.018672378733754158,-0.004415434319525957,-0.014786693267524242,-0.018859239295125008,-0.0037808578927069902,-0.011296289972960949,-0.018859239295125008,-0.0037808578927069902,-0.011296289972960949,-0.018672378733754158,-0.004415434319525957,-0.014786693267524242,-0.01736663095653057,-0.0037825291510671377,-0.013462123461067677,-0.01447224523872137,-0.0025846974458545446,-0.010428469628095627,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.012919820845127106,-0.0025909359101206064,-0.012346728704869747,-0.00697226170450449,-0.0010110004805028439,-0.0058843172155320644,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,-0.005272701382637024,-0.0007563423132523894,-0.0032867358531802893,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,-0.0028150626458227634,-0.0006518856389448047,-0.0024945703335106373,-0.01736663095653057,-0.0037825291510671377,-0.013462123461067677,-0.018672378733754158,-0.004415434319525957,-0.014786693267524242,-0.016229499131441116,-0.004223704803735018,-0.016683464869856834,-0.01736663095653057,-0.0037825291510671377,-0.013462123461067677,-0.016229499131441116,-0.004223704803735018,-0.016683464869856834,-0.014470930211246014,-0.0033456867095083,-0.014655201695859432,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.014470930211246014,-0.0033456867095083,-0.014655201695859432,-0.012919820845127106,-0.0025909359101206064,-0.012346728704869747,-0.02026989683508873,-0.005003341007977724,-0.015267712064087391,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.018672378733754158,-0.004415434319525957,-0.014786693267524242,-0.0028150626458227634,-0.0006518856389448047,-0.0024945703335106373,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,-0.00006280113302636892,-0.00066617620177567,0.000001024473363031575,-0.018672378733754158,-0.004415434319525957,-0.014786693267524242,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.016229499131441116,-0.004223704803735018,-0.016683464869856834,-0.014470930211246014,-0.0033456867095083,-0.014655201695859432,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.01042410358786583,-0.0022306691389530897,-0.01263528224080801,-0.008507711812853813,-0.002231369959190488,-0.013993719592690468,-0.008960295468568802,-0.0016882101772353053,-0.010443360544741154,-0.008960295468568802,-0.0016882101772353053,-0.010443360544741154,-0.008507711812853813,-0.002231369959190488,-0.013993719592690468,-0.0066251312382519245,-0.0016584252007305622,-0.011853107251226902,-0.018647562712430954,-0.005007531493902206,-0.017221054062247276,-0.016294177621603012,-0.0050065480172634125,-0.01944595016539097,-0.016229499131441116,-0.004223704803735018,-0.016683464869856834,-0.016229499131441116,-0.004223704803735018,-0.016683464869856834,-0.016294177621603012,-0.0050065480172634125,-0.01944595016539097,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.0030521582812070847,-0.001019450486637652,-0.008722360245883465,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,-0.01042410358786583,-0.0022306691389530897,-0.01263528224080801,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.008507711812853813,-0.002231369959190488,-0.013993719592690468,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.0066251312382519245,-0.0016584252007305622,-0.011853107251226902,-0.00466276565566659,-0.0014287007506936789,-0.011305865831673145,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.00466276565566659,-0.0014287007506936789,-0.011305865831673145,-0.0030521582812070847,-0.001019450486637652,-0.008722360245883465,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.016294177621603012,-0.0050065480172634125,-0.01944595016539097,-0.014938047155737877,-0.005008256062865257,-0.020511848852038383,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.00922835897654295,-0.002950880443677306,-0.01686343178153038,-0.008507711812853813,-0.002231369959190488,-0.013993719592690468,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.014938047155737877,-0.005008256062865257,-0.020511848852038383,-0.01332250889390707,-0.004991821013391018,-0.021592583507299423,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.01332250889390707,-0.004991821013391018,-0.021592583507299423,-0.01153131015598774,-0.0037477966398000717,-0.018572090193629265,-0.008507711812853813,-0.002231369959190488,-0.013993719592690468,-0.006426409352570772,-0.002246574265882373,-0.015137672424316406,-0.0066251312382519245,-0.0016584252007305622,-0.011853107251226902,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,-0.0006177599425427616,-0.0007862423663027585,-0.006562290713191032,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,-0.00006280113302636892,-0.00066617620177567,0.000001024473363031575,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,0.0021452961955219507,-0.0006411339272744954,-0.0013368659419938922,-0.008507711812853813,-0.002231369959190488,-0.013993719592690468,-0.00922835897654295,-0.002950880443677306,-0.01686343178153038,-0.006426409352570772,-0.002246574265882373,-0.015137672424316406,-0.0066251312382519245,-0.0016584252007305622,-0.011853107251226902,-0.006426409352570772,-0.002246574265882373,-0.015137672424316406,-0.004242459312081337,-0.0019447276135906577,-0.014469634741544724,-0.0066251312382519245,-0.0016584252007305622,-0.011853107251226902,-0.004242459312081337,-0.0019447276135906577,-0.014469634741544724,-0.00466276565566659,-0.0014287007506936789,-0.011305865831673145,-0.01332250889390707,-0.004991821013391018,-0.021592583507299423,-0.011813255026936531,-0.00500383460894227,-0.022436438128352165,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.00466276565566659,-0.0014287007506936789,-0.011305865831673145,-0.004242459312081337,-0.0019447276135906577,-0.014469634741544724,-0.002234498970210552,-0.001657857559621334,-0.013406287878751755,-0.00466276565566659,-0.0014287007506936789,-0.011305865831673145,-0.002234498970210552,-0.001657857559621334,-0.013406287878751755,-0.0015742323594167829,-0.0012308256700634956,-0.01082789245992899,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.011813255026936531,-0.00500383460894227,-0.022436438128352165,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.007896996103227139,-0.004023492336273193,-0.021292293444275856,-0.006930552888661623,-0.0029417499899864197,-0.017898906022310257,-0.005512806586921215,-0.0033413039054721594,-0.019807681441307068,-0.0040924036875367165,-0.002601690823212266,-0.017437245696783066,-0.007896996103227139,-0.004023492336273193,-0.021292293444275856,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.0060271271504461765,-0.004255392123013735,-0.022569727152585983,-0.0060271271504461765,-0.004255392123013735,-0.022569727152585983,-0.009218980558216572,-0.005005104932934046,-0.02364596351981163,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.005512806586921215,-0.0033413039054721594,-0.019807681441307068,-0.0060271271504461765,-0.004255392123013735,-0.022569727152585983,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,-0.0060271271504461765,-0.004255392123013735,-0.022569727152585983,-0.004018430598080158,-0.004263965878635645,-0.02303098514676094,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,-0.0040924036875367165,-0.002601690823212266,-0.017437245696783066,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,-0.002234498970210552,-0.001657857559621334,-0.013406287878751755,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,0.0003629487764555961,-0.0019001669716089964,-0.014838227070868015,-0.0060271271504461765,-0.004255392123013735,-0.022569727152585983,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.004018430598080158,-0.004263965878635645,-0.02303098514676094,-0.002234498970210552,-0.001657857559621334,-0.013406287878751755,0.0003629487764555961,-0.0019001669716089964,-0.014838227070868015,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,-0.002234498970210552,-0.001657857559621334,-0.013406287878751755,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,-0.0015742323594167829,-0.0012308256700634956,-0.01082789245992899,-0.004018430598080158,-0.004263965878635645,-0.02303098514676094,-0.0015756351640447974,-0.003993503749370575,-0.022568292915821075,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,-0.0006177599425427616,-0.0007862423663027585,-0.006562290713191032,0.0010287771001458168,-0.0010194148635491729,-0.00916050374507904,0.00256529962643981,-0.0007948099519126117,-0.006239988375455141,-0.0006177599425427616,-0.0007862423663027585,-0.006562290713191032,0.00256529962643981,-0.0007948099519126117,-0.006239988375455141,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,-0.005489216186106205,-0.005005253478884697,-0.024769308045506477,-0.0027921574655920267,-0.005003905389457941,-0.025201352313160896,-0.004018430598080158,-0.004263965878635645,-0.02303098514676094,-0.004018430598080158,-0.004263965878635645,-0.02303098514676094,-0.0027921574655920267,-0.005003905389457941,-0.025201352313160896,-0.0015756351640447974,-0.003993503749370575,-0.022568292915821075,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,-0.0015756351640447974,-0.003993503749370575,-0.022568292915821075,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,0.0015018507838249207,-0.002557965926826,-0.01767456904053688,0.0003629487764555961,-0.0019001669716089964,-0.014838227070868015,-0.0015756351640447974,-0.003993503749370575,-0.022568292915821075,-0.0027921574655920267,-0.005003905389457941,-0.025201352313160896,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,-0.0015756351640447974,-0.003993503749370575,-0.022568292915821075,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,0.00025284363073296845,-0.004230433609336615,-0.02328461781144142,0.00025284363073296845,-0.004230433609336615,-0.02328461781144142,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,0.0026231310330331326,-0.004258180037140846,-0.02322227880358696,0.0026231310330331326,-0.004258180037140846,-0.02322227880358696,0.00009287464490626007,-0.0050033750012516975,-0.02537250518798828,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.0026231310330331326,-0.004258180037140846,-0.02322227880358696,0.00487853167578578,-0.0041420054621994495,-0.022521840408444405,0.003780221100896597,-0.0033476483076810837,-0.020246854051947594,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.005780097097158432,-0.0019547746051102877,-0.01396157406270504,0.004142590332776308,-0.001435363432392478,-0.01155447494238615,0.0026231310330331326,-0.004258180037140846,-0.02322227880358696,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.00487853167578578,-0.0041420054621994495,-0.022521840408444405,0.00487853167578578,-0.0041420054621994495,-0.022521840408444405,0.003823233535513282,-0.005003646947443485,-0.025081992149353027,0.006702333223074675,-0.004994575399905443,-0.024465244263410568,0.003780221100896597,-0.0033476483076810837,-0.020246854051947594,0.00487853167578578,-0.0041420054621994495,-0.022521840408444405,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.00487853167578578,-0.0041420054621994495,-0.022521840408444405,0.006702333223074675,-0.004994575399905443,-0.024465244263410568,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.005780097097158432,-0.0019547746051102877,-0.01396157406270504,0.00677657313644886,-0.001685211667791009,-0.011933774687349796,0.004142590332776308,-0.001435363432392478,-0.01155447494238615,0.004142590332776308,-0.001435363432392478,-0.01155447494238615,0.00677657313644886,-0.001685211667791009,-0.011933774687349796,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.00873312447220087,-0.004996566567569971,-0.023817099630832672,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.005780097097158432,-0.0019547746051102877,-0.01396157406270504,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.009229611605405807,-0.0022228704765439034,-0.013494426384568214,0.005780097097158432,-0.0019547746051102877,-0.01396157406270504,0.009229611605405807,-0.0022228704765439034,-0.013494426384568214,0.00677657313644886,-0.001685211667791009,-0.011933774687349796,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,0.0048129260540008545,-0.000764783937484026,-0.0041405572555959225,0.0044261738657951355,-0.0006889948854222894,-0.0020850771106779575,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,0.0044261738657951355,-0.0006889948854222894,-0.0020850771106779575,0.0021452961955219507,-0.0006411339272744954,-0.0013368659419938922,0.00256529962643981,-0.0007948099519126117,-0.006239988375455141,0.00627909367904067,-0.0010210678447037935,-0.0067690284922719,0.0048129260540008545,-0.000764783937484026,-0.0041405572555959225,0.00873312447220087,-0.004996566567569971,-0.023817099630832672,0.010569640435278416,-0.005007615778595209,-0.023070992901921272,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.010569640435278416,-0.005007615778595209,-0.023070992901921272,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.012709534727036953,-0.004234561696648598,-0.019544025883078575,0.00627909367904067,-0.0010210678447037935,-0.0067690284922719,0.008295824751257896,-0.0013112191809341311,-0.007907917723059654,0.008129503577947617,-0.0010343479225412011,-0.004656946752220392,0.012568133883178234,-0.005005357787013054,-0.02204565331339836,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.012709534727036953,-0.004234561696648598,-0.019544025883078575,0.012709534727036953,-0.004234561696648598,-0.019544025883078575,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.015764227136969566,-0.004241561517119408,-0.0172034353017807,0.012709534727036953,-0.004234561696648598,-0.019544025883078575,0.015764227136969566,-0.004241561517119408,-0.0172034353017807,0.01256121601909399,-0.0033330568112432957,-0.016253363341093063,0.009006831794977188,-0.0016349989455193281,-0.010037156753242016,0.01159454882144928,-0.0022281792480498552,-0.011564172804355621,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.015538607724010944,-0.0037434590049088,-0.015378315933048725,0.016085045412182808,-0.003368508769199252,-0.01296105794608593,0.01159454882144928,-0.0022281792480498552,-0.011564172804355621,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.008295824751257896,-0.0013112191809341311,-0.007907917723059654,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.010967172682285309,-0.001411254983395338,-0.005237764213234186,0.008295824751257896,-0.0013112191809341311,-0.007907917723059654,0.010967172682285309,-0.001411254983395338,-0.005237764213234186,0.008129503577947617,-0.0010343479225412011,-0.004656946752220392,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.016085045412182808,-0.003368508769199252,-0.01296105794608593,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.015695758163928986,-0.004999581258744001,-0.019944017753005028,0.018182193860411644,-0.0050043067894876,-0.017685119062662125,0.015764227136969566,-0.004241561517119408,-0.0172034353017807,0.015764227136969566,-0.004241561517119408,-0.0172034353017807,0.018182193860411644,-0.0050043067894876,-0.017685119062662125,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.015538607724010944,-0.0037434590049088,-0.015378315933048725,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.016085045412182808,-0.003368508769199252,-0.01296105794608593,0.0048129260540008545,-0.000764783937484026,-0.0041405572555959225,0.008129503577947617,-0.0010343479225412011,-0.004656946752220392,0.00774106290191412,-0.0008942449931055307,-0.001910838414914906,0.0048129260540008545,-0.000764783937484026,-0.0041405572555959225,0.00774106290191412,-0.0008942449931055307,-0.001910838414914906,0.0044261738657951355,-0.0006889948854222894,-0.0020850771106779575,0.018182193860411644,-0.0050043067894876,-0.017685119062662125,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.016085045412182808,-0.003368508769199252,-0.01296105794608593,0.017241336405277252,-0.003336596768349409,-0.011187645606696606,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.019431447610259056,-0.005006247665733099,-0.016323501244187355,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.014008864760398865,-0.0022355015389621258,-0.008522635325789452,0.01514528226107359,-0.002246561925858259,-0.0064187077805399895,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.0044261738657951355,-0.0006889948854222894,-0.0020850771106779575,0.00774106290191412,-0.0008942449931055307,-0.001910838414914906,0.005815492942929268,-0.0007292000809684396,0.0006151055567897856,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.020224597305059433,-0.004267933778464794,-0.011786560527980328,0.014008864760398865,-0.0022355015389621258,-0.008522635325789452,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.01514528226107359,-0.002246561925858259,-0.0064187077805399895,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.01514528226107359,-0.002246561925858259,-0.0064187077805399895,0.014470706693828106,-0.0019417103612795472,-0.004210121929645538,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.014470706693828106,-0.0019417103612795472,-0.004210121929645538,0.010967172682285309,-0.001411254983395338,-0.005237764213234186,0.017241336405277252,-0.003336596768349409,-0.011187645606696606,0.020224597305059433,-0.004267933778464794,-0.011786560527980328,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.017241336405277252,-0.003336596768349409,-0.011187645606696606,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.02145519107580185,-0.005005046725273132,-0.013555899262428284,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.020224597305059433,-0.004267933778464794,-0.011786560527980328,0.010967172682285309,-0.001411254983395338,-0.005237764213234186,0.014470706693828106,-0.0019417103612795472,-0.004210121929645538,0.013382754288613796,-0.0016512704314664006,-0.0022128832060843706,0.010967172682285309,-0.001411254983395338,-0.005237764213234186,0.013382754288613796,-0.0016512704314664006,-0.0022128832060843706,0.010573670268058777,-0.0012008624617010355,-0.0019610596355050802,0.020224597305059433,-0.004267933778464794,-0.011786560527980328,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.019544944167137146,-0.00334376678802073,-0.006440583150833845,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.019544944167137146,-0.00334376678802073,-0.006440583150833845,0.017556695267558098,-0.002694549970328808,-0.005186378490179777,0.0021452961955219507,-0.0006411339272744954,-0.0013368659419938922,0.0044261738657951355,-0.0006889948854222894,-0.0020850771106779575,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,0.02323116362094879,-0.005000118166208267,-0.01022572722285986,0.02422434650361538,-0.004993974231183529,-0.00754512706771493,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.02422434650361538,-0.004993974231183529,-0.00754512706771493,0.022680219262838364,-0.004240772686898708,-0.005472240969538689,0.020095765590667725,-0.0037715076468884945,-0.008864429779350758,0.022680219262838364,-0.004240772686898708,-0.005472240969538689,0.019544944167137146,-0.00334376678802073,-0.006440583150833845,0.019544944167137146,-0.00334376678802073,-0.006440583150833845,0.02014358900487423,-0.0033346633426845074,-0.004086958710104227,0.017556695267558098,-0.002694549970328808,-0.005186378490179777,0.017556695267558098,-0.002694549970328808,-0.005186378490179777,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.014470706693828106,-0.0019417103612795472,-0.004210121929645538,0.00774106290191412,-0.0008942449931055307,-0.001910838414914906,0.010573670268058777,-0.0012008624617010355,-0.0019610596355050802,0.009264111518859863,-0.0010316894622519612,0.001058043329976499,0.00774106290191412,-0.0008942449931055307,-0.001910838414914906,0.009264111518859863,-0.0010316894622519612,0.001058043329976499,0.005815492942929268,-0.0007292000809684396,0.0006151055567897856,0.02422434650361538,-0.004993974231183529,-0.00754512706771493,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.022680219262838364,-0.004240772686898708,-0.005472240969538689,0.017556695267558098,-0.002694549970328808,-0.005186378490179777,0.02014358900487423,-0.0033346633426845074,-0.004086958710104227,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.013382754288613796,-0.0016512704314664006,-0.0022128832060843706,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.01484589371830225,-0.0019001715118065476,0.00037057159352116287,0.022680219262838364,-0.004240772686898708,-0.005472240969538689,0.023102199658751488,-0.004222300369292498,-0.002874594647437334,0.02014358900487423,-0.0033346633426845074,-0.004086958710104227,0.02014358900487423,-0.0033346633426845074,-0.004086958710104227,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.013382754288613796,-0.0016512704314664006,-0.0022128832060843706,0.01484589371830225,-0.0019001715118065476,0.00037057159352116287,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.013382754288613796,-0.0016512704314664006,-0.0022128832060843706,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.010573670268058777,-0.0012008624617010355,-0.0019610596355050802,0.022680219262838364,-0.004240772686898708,-0.005472240969538689,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.023102199658751488,-0.004222300369292498,-0.002874594647437334,0.024892259389162064,-0.005003791302442551,-0.0049438802525401115,0.02531334012746811,-0.005007909145206213,-0.0018244771054014564,0.023102199658751488,-0.004222300369292498,-0.002874594647437334,0.023102199658751488,-0.004222300369292498,-0.002874594647437334,0.023245416581630707,-0.004216611385345459,-0.000642007973510772,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.01768726296722889,-0.0025581074878573418,0.00146109564229846,0.01484589371830225,-0.0019001715118065476,0.00037057159352116287,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.01768726296722889,-0.0025581074878573418,0.00146109564229846,0.023102199658751488,-0.004222300369292498,-0.002874594647437334,0.02531334012746811,-0.005007909145206213,-0.0018244771054014564,0.023245416581630707,-0.004216611385345459,-0.000642007973510772,0.023245416581630707,-0.004216611385345459,-0.000642007973510772,0.02531334012746811,-0.005007909145206213,-0.0018244771054014564,0.02537790685892105,-0.0050080022774636745,-0.00002557034167693928,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.021977517753839493,-0.003800253150984645,0.0015478157438337803,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.01768726296722889,-0.0025581074878573418,0.00146109564229846,0.023245416581630707,-0.004216611385345459,-0.000642007973510772,0.02537790685892105,-0.0050080022774636745,-0.00002557034167693928,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.023245416581630707,-0.004216611385345459,-0.000642007973510772,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.021977517753839493,-0.003800253150984645,0.0015478157438337803,0.01768726296722889,-0.0025581074878573418,0.00146109564229846,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.01858125440776348,-0.0028896385338157415,0.0040067569352686405,0.009264111518859863,-0.0010316894622519612,0.001058043329976499,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.009264111518859863,-0.0010316894622519612,0.001058043329976499,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.005815492942929268,-0.0007292000809684396,0.0006151055567897856,0.005815492942929268,-0.0007292000809684396,0.0006151055567897856,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.005395803134888411,-0.0007812190451659262,0.0037714631762355566,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.02510441280901432,-0.005006588064134121,0.0037264463026076555,0.02305750548839569,-0.004266356583684683,0.003992434591054916,0.01355759333819151,-0.0017054321942850947,0.002756610279902816,0.015814892947673798,-0.002179670613259077,0.0033437202218919992,0.01396927796304226,-0.0019547827541828156,0.0057876924984157085,0.01355759333819151,-0.0017054321942850947,0.002756610279902816,0.01396927796304226,-0.0019547827541828156,0.0057876924984157085,0.011567454785108566,-0.001436174032278359,0.004149659536778927,0.02305750548839569,-0.004266356583684683,0.003992434591054916,0.02510441280901432,-0.005006588064134121,0.0037264463026076555,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.02305750548839569,-0.004266356583684683,0.003992434591054916,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.022500429302453995,-0.004231268540024757,0.006060673855245113,0.022500429302453995,-0.004231268540024757,0.006060673855245113,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.01396927796304226,-0.0019547827541828156,0.0057876924984157085,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.011567454785108566,-0.001436174032278359,0.004149659536778927,0.019516238942742348,-0.0033413120545446873,0.006523212417960167,0.01804150827229023,-0.0031494740396738052,0.008534342981874943,0.01669052615761757,-0.0025654137134552,0.006117041222751141,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.005395803134888411,-0.0007812190451659262,0.0037714631762355566,0.005815492942929268,-0.0007292000809684396,0.0006151055567897856,0.005395803134888411,-0.0007812190451659262,0.0037714631762355566,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.024615831673145294,-0.005003099329769611,0.006186544429510832,0.02371182292699814,-0.005004752427339554,0.00901059154421091,0.01396927796304226,-0.0019547827541828156,0.0057876924984157085,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.02371182292699814,-0.005004752427339554,0.00901059154421091,0.0227354746311903,-0.005004211328923702,0.011295253410935402,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.0227354746311903,-0.005004211328923702,0.011295253410935402,0.021038420498371124,-0.004415948875248432,0.011189436540007591,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.021038420498371124,-0.004415948875248432,0.011189436540007591,0.01904067024588585,-0.003785543143749237,0.011039094999432564,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.01904067024588585,-0.003785543143749237,0.011039094999432564,0.01804150827229023,-0.0031494740396738052,0.008534342981874943,0.01804150827229023,-0.0031494740396738052,0.008534342981874943,0.016186166554689407,-0.0029497260693460703,0.01038393098860979,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.0021452961955219507,-0.0006411339272744954,-0.0013368659419938922,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,-0.00006280113302636892,-0.00066617620177567,0.000001024473363031575,0.01804150827229023,-0.0031494740396738052,0.008534342981874943,0.01904067024588585,-0.003785543143749237,0.011039094999432564,0.016186166554689407,-0.0029497260693460703,0.01038393098860979,0.0227354746311903,-0.005004211328923702,0.011295253410935402,0.021662788465619087,-0.0050035687163472176,0.013230881653726101,0.021038420498371124,-0.004415948875248432,0.011189436540007591,0.021038420498371124,-0.004415948875248432,0.011189436540007591,0.021662788465619087,-0.0050035687163472176,0.013230881653726101,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.009067624807357788,-0.0014152339426800609,0.008111678063869476,0.01061329897493124,-0.0018247644184157252,0.009883463382720947,0.008032102137804031,-0.0016466263914480805,0.010905852541327477,0.005395803134888411,-0.0007812190451659262,0.0037714631762355566,0.003339266637340188,-0.0007888789987191558,0.0057541667483747005,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,0.009067624807357788,-0.0014152339426800609,0.008111678063869476,0.008032102137804031,-0.0016466263914480805,0.010905852541327477,0.006322717294096947,-0.0013836603611707687,0.01018655113875866,0.009067624807357788,-0.0014152339426800609,0.008111678063869476,0.006322717294096947,-0.0013836603611707687,0.01018655113875866,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.014470999129116535,-0.00297190947458148,0.012804395519196987,0.012236774899065495,-0.0029558935202658176,0.014861663803458214,0.012254861183464527,-0.002406034152954817,0.011959675699472427,0.014470999129116535,-0.00297190947458148,0.012804395519196987,0.015248890034854412,-0.0036824841517955065,0.015427214093506336,0.012236774899065495,-0.0029558935202658176,0.014861663803458214,0.012254861183464527,-0.002406034152954817,0.011959675699472427,0.012236774899065495,-0.0029558935202658176,0.014861663803458214,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.01061329897493124,-0.0018247644184157252,0.009883463382720947,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.008032102137804031,-0.0016466263914480805,0.010905852541327477,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.006322717294096947,-0.0013836603611707687,0.01018655113875866,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.015379678457975388,-0.004231389611959457,0.017517928034067154,0.015248890034854412,-0.0036824841517955065,0.015427214093506336,0.015379678457975388,-0.004231389611959457,0.017517928034067154,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.01646786369383335,-0.005003908183425665,0.01930689625442028,0.015248890034854412,-0.0036824841517955065,0.015427214093506336,0.015379678457975388,-0.004231389611959457,0.017517928034067154,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.015248890034854412,-0.0036824841517955065,0.015427214093506336,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.012236774899065495,-0.0029558935202658176,0.014861663803458214,0.012236774899065495,-0.0029558935202658176,0.014861663803458214,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.0067089032381772995,-0.0019260757835581899,0.013400026597082615,0.008032102137804031,-0.0016466263914480805,0.010905852541327477,0.015379678457975388,-0.004231389611959457,0.017517928034067154,0.013309139758348465,-0.004303009249269962,0.019376985728740692,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.008032102137804031,-0.0016466263914480805,0.010905852541327477,0.0067089032381772995,-0.0019260757835581899,0.013400026597082615,0.006322717294096947,-0.0013836603611707687,0.01018655113875866,0.015379678457975388,-0.004231389611959457,0.017517928034067154,0.01646786369383335,-0.005003908183425665,0.01930689625442028,0.013309139758348465,-0.004303009249269962,0.019376985728740692,0.013309139758348465,-0.004303009249269962,0.019376985728740692,0.01646786369383335,-0.005003908183425665,0.01930689625442028,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.008670049719512463,-0.003142096335068345,0.0179514829069376,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.0067089032381772995,-0.0019260757835581899,0.013400026597082615,0.013309139758348465,-0.004303009249269962,0.019376985728740692,0.010823887772858143,-0.004209484439343214,0.020574934780597687,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.010823887772858143,-0.004209484439343214,0.020574934780597687,0.008670049719512463,-0.003142096335068345,0.0179514829069376,0.0067089032381772995,-0.0019260757835581899,0.013400026597082615,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.00451521435752511,-0.001915949396789074,0.01424325443804264,0.003339266637340188,-0.0007888789987191558,0.0057541667483747005,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,0.001190665760077536,-0.0008955022203736007,0.007889986038208008,0.003339266637340188,-0.0007888789987191558,0.0057541667483747005,0.001190665760077536,-0.0008955022203736007,0.007889986038208008,-0.00030431654886342585,-0.0007054760353639722,0.005284976214170456,0.013309139758348465,-0.004303009249269962,0.019376985728740692,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.010823887772858143,-0.004209484439343214,0.020574934780597687,0.010823887772858143,-0.004209484439343214,0.020574934780597687,0.0139759611338377,-0.005004118662327528,0.021192627027630806,0.011418096721172333,-0.005003773141652346,0.022655321285128593,0.004107223823666573,-0.0014297309098765254,0.011539344675838947,0.00451521435752511,-0.001915949396789074,0.01424325443804264,0.0019887781236320734,-0.0014313855208456516,0.012113261967897415,0.010823887772858143,-0.004209484439343214,0.020574934780597687,0.011418096721172333,-0.005003773141652346,0.022655321285128593,0.008607644587755203,-0.004261453170329332,0.021755849942564964,0.008670049719512463,-0.003142096335068345,0.0179514829069376,0.006397196091711521,-0.0033364661503583193,0.019543001428246498,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.011418096721172333,-0.005003773141652346,0.022655321285128593,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.008607644587755203,-0.004261453170329332,0.021755849942564964,0.010823887772858143,-0.004209484439343214,0.020574934780597687,0.008607644587755203,-0.004261453170329332,0.021755849942564964,0.008670049719512463,-0.003142096335068345,0.0179514829069376,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.0037328829057514668,-0.002417223062366247,0.016760418191552162,0.00451521435752511,-0.001915949396789074,0.01424325443804264,0.004107223823666573,-0.0014297309098765254,0.011539344675838947,0.0019887781236320734,-0.0014313855208456516,0.012113261967897415,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.006397196091711521,-0.0033364661503583193,0.019543001428246498,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.006436910945922136,-0.00256330450065434,0.016574155539274216,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.0037328829057514668,-0.002417223062366247,0.016760418191552162,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,0.0019887781236320734,-0.0014313855208456516,0.012113261967897415,-0.0003672491875477135,-0.0011918162927031517,0.010650508105754852,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,-0.0003672491875477135,-0.0011918162927031517,0.010650508105754852,0.001190665760077536,-0.0008955022203736007,0.007889986038208008,0.008607644587755203,-0.004261453170329332,0.021755849942564964,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.008607644587755203,-0.004261453170329332,0.021755849942564964,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.006397196091711521,-0.0033364661503583193,0.019543001428246498,0.00451521435752511,-0.001915949396789074,0.01424325443804264,0.00201544095762074,-0.0019268770702183247,0.01486612856388092,0.0019887781236320734,-0.0014313855208456516,0.012113261967897415,0.001190665760077536,-0.0008955022203736007,0.007889986038208008,-0.0003672491875477135,-0.0011918162927031517,0.010650508105754852,-0.0019101572688668966,-0.0009195085731334984,0.008132418617606163,0.00921339076012373,-0.00500464765354991,0.023647289723157883,0.006455640774220228,-0.005006019026041031,0.024554194882512093,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.006397196091711521,-0.0033364661503583193,0.019543001428246498,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,0.0037328829057514668,-0.002417223062366247,0.016760418191552162,0.0037328829057514668,-0.002417223062366247,0.016760418191552162,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,0.00201544095762074,-0.0019268770702183247,0.01486612856388092,0.006455640774220228,-0.005006019026041031,0.024554194882512093,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.0032817376777529716,-0.004238758701831102,0.02310597151517868,0.006133326329290867,-0.004254816100001335,0.022561870515346527,0.0032817376777529716,-0.004238758701831102,0.02310597151517868,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.002202963689342141,-0.0033314614556729794,0.020420091226696968,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,0.0019887781236320734,-0.0014313855208456516,0.012113261967897415,0.00201544095762074,-0.0019268770702183247,0.01486612856388092,-0.0011631855741143227,-0.001665135263465345,0.013609596528112888,0.0019887781236320734,-0.0014313855208456516,0.012113261967897415,-0.0011631855741143227,-0.001665135263465345,0.013609596528112888,-0.0003672491875477135,-0.0011918162927031517,0.010650508105754852,0.0041215261444449425,-0.0031810977961868048,0.019631627947092056,0.0032817376777529716,-0.004238758701831102,0.02310597151517868,0.002202963689342141,-0.0033314614556729794,0.020420091226696968,0.0032817376777529716,-0.004238758701831102,0.02310597151517868,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,0.002202963689342141,-0.0033314614556729794,0.020420091226696968,0.0032817376777529716,-0.004238758701831102,0.02310597151517868,0.0005087668541818857,-0.0037869869265705347,0.021984877064824104,0.002202963689342141,-0.0033314614556729794,0.020420091226696968,0.0005087668541818857,-0.0037869869265705347,0.021984877064824104,-0.0009473985992372036,-0.0033564576879143715,0.020632615312933922,0.004226816818118095,-0.005002431105822325,0.02503424882888794,0.001173360156826675,-0.005008758511394262,0.025361094623804092,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,0.0032817376777529716,-0.004238758701831102,0.02310597151517868,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,0.0005087668541818857,-0.0037869869265705347,0.021984877064824104,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,0.001173360156826675,-0.005008758511394262,0.025361094623804092,-0.000824503309559077,-0.005006793420761824,0.025374334305524826,0.00025284363073296845,-0.004230433609336615,-0.02328461781144142,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,-0.0015756351640447974,-0.003993503749370575,-0.022568292915821075,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,0.0015018507838249207,-0.002557965926826,-0.01767456904053688,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,0.0005087668541818857,-0.0037869869265705347,0.021984877064824104,0.0006745251012034714,-0.004582610446959734,0.024276254698634148,-0.002136361552402377,-0.004104910884052515,0.022853419184684753,-0.0009473985992372036,-0.0033564576879143715,0.020632615312933922,0.0005087668541818857,-0.0037869869265705347,0.021984877064824104,-0.002136361552402377,-0.004104910884052515,0.022853419184684753,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,-0.0009473985992372036,-0.0033564576879143715,0.020632615312933922,-0.001632424769923091,-0.0029355327133089304,0.019107220694422722,-0.0008240034803748131,-0.0022540539503097534,0.016467828303575516,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,-0.001632424769923091,-0.0029355327133089304,0.019107220694422722,-0.0008240034803748131,-0.0022540539503097534,0.016467828303575516,-0.001632424769923091,-0.0029355327133089304,0.019107220694422722,-0.004001623019576073,-0.0025599398650228977,0.01731978729367256,-0.003500356338918209,-0.0019314343808218837,0.014610345475375652,-0.0008240034803748131,-0.0022540539503097534,0.016467828303575516,-0.004001623019576073,-0.0025599398650228977,0.01731978729367256,-0.0011631855741143227,-0.001665135263465345,0.013609596528112888,-0.0008240034803748131,-0.0022540539503097534,0.016467828303575516,-0.003500356338918209,-0.0019314343808218837,0.014610345475375652,-0.0011631855741143227,-0.001665135263465345,0.013609596528112888,-0.003500356338918209,-0.0019314343808218837,0.014610345475375652,-0.003925568424165249,-0.0014080151449888945,0.011479725129902363,-0.0003672491875477135,-0.0011918162927031517,0.010650508105754852,-0.0011631855741143227,-0.001665135263465345,0.013609596528112888,-0.003925568424165249,-0.0014080151449888945,0.011479725129902363,-0.0019101572688668966,-0.0009195085731334984,0.008132418617606163,-0.0003672491875477135,-0.0011918162927031517,0.010650508105754852,-0.003925568424165249,-0.0014080151449888945,0.011479725129902363,-0.00030431654886342585,-0.0007054760353639722,0.005284976214170456,0.001190665760077536,-0.0008955022203736007,0.007889986038208008,-0.0019101572688668966,-0.0009195085731334984,0.008132418617606163,-0.0019101572688668966,-0.0009195085731334984,0.008132418617606163,-0.003925568424165249,-0.0014080151449888945,0.011479725129902363,-0.004854306112974882,-0.001210828311741352,0.009620439261198044,-0.0019101572688668966,-0.0009195085731334984,0.008132418617606163,-0.004854306112974882,-0.001210828311741352,0.009620439261198044,-0.004287313669919968,-0.000833534577395767,0.005956729874014854,-0.004454504232853651,-0.004203440621495247,0.022806327790021896,-0.00422856817021966,-0.003373687155544758,0.020244084298610687,-0.002136361552402377,-0.004104910884052515,0.022853419184684753,-0.003925568424165249,-0.0014080151449888945,0.011479725129902363,-0.006461403798311949,-0.0016635722713544965,0.012009838595986366,-0.004854306112974882,-0.001210828311741352,0.009620439261198044,-0.003500356338918209,-0.0019314343808218837,0.014610345475375652,-0.004001623019576073,-0.0025599398650228977,0.01731978729367256,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.00030431654886342585,-0.0007054760353639722,0.005284976214170456,-0.0019101572688668966,-0.0009195085731334984,0.008132418617606163,-0.004287313669919968,-0.000833534577395767,0.005956729874014854,-0.00030431654886342585,-0.0007054760353639722,0.005284976214170456,-0.004287313669919968,-0.000833534577395767,0.005956729874014854,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,-0.006029152777045965,-0.0029645960312336683,0.018313070759177208,-0.007109199184924364,-0.003795238211750984,0.020847639068961143,-0.008268951438367367,-0.003143638139590621,0.018102124333381653,-0.004854306112974882,-0.001210828311741352,0.009620439261198044,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.006840433459728956,-0.0010487526888027787,0.006580004468560219,-0.004854306112974882,-0.001210828311741352,0.009620439261198044,-0.006840433459728956,-0.0010487526888027787,0.006580004468560219,-0.004287313669919968,-0.000833534577395767,0.005956729874014854,-0.00907584372907877,-0.004077293910086155,0.021000126376748085,-0.01075633242726326,-0.0037744136061519384,0.019144726917147636,-0.008268951438367367,-0.003143638139590621,0.018102124333381653,-0.007071433123201132,-0.0023433282040059566,0.015353227965533733,-0.008268951438367367,-0.003143638139590621,0.018102124333381653,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.01075633242726326,-0.0037744136061519384,0.019144726917147636,-0.012059406377375126,-0.004994648974388838,0.02233288437128067,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.01075633242726326,-0.0037744136061519384,0.019144726917147636,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.012564515694975853,-0.0037682310212403536,0.01797872968018055,-0.01075633242726326,-0.0037744136061519384,0.019144726917147636,-0.012564515694975853,-0.0037682310212403536,0.01797872968018055,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.012564515694975853,-0.0037682310212403536,0.01797872968018055,-0.01303265243768692,-0.003341857809573412,0.0159489456564188,-0.01492986734956503,-0.004308344330638647,0.018173974007368088,-0.012564515694975853,-0.0037682310212403536,0.01797872968018055,-0.013960546813905239,-0.004994857124984264,0.021195976063609123,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.01118938997387886,-0.0020679431036114693,0.010999862104654312,-0.010847333818674088,-0.0016342848539352417,0.007997648790478706,-0.004287313669919968,-0.000833534577395767,0.005956729874014854,-0.005616783630102873,-0.0007767863571643829,0.0032518343068659306,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.01303265243768692,-0.003341857809573412,0.0159489456564188,-0.012800085358321667,-0.002911678748205304,0.014180065132677555,-0.010150749236345291,-0.002930022543296218,0.016247276216745377,-0.012800085358321667,-0.002911678748205304,0.014180065132677555,-0.009091596119105816,-0.0020694055128842592,0.012802417390048504,-0.004287313669919968,-0.000833534577395767,0.005956729874014854,-0.006840433459728956,-0.0010487526888027787,0.006580004468560219,-0.005616783630102873,-0.0007767863571643829,0.0032518343068659306,-0.012564515694975853,-0.0037682310212403536,0.01797872968018055,-0.01492986734956503,-0.004308344330638647,0.018173974007368088,-0.01303265243768692,-0.003341857809573412,0.0159489456564188,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.010847333818674088,-0.0016342848539352417,0.007997648790478706,-0.01017159316688776,-0.0013836885336786509,0.006343101151287556,-0.007728556636720896,-0.001399740925990045,0.009284069761633873,-0.01017159316688776,-0.0013836885336786509,0.006343101151287556,-0.006840433459728956,-0.0010487526888027787,0.006580004468560219,-0.01118938997387886,-0.0020679431036114693,0.010999862104654312,-0.015062027610838413,-0.0031482435297220945,0.013088547624647617,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.01118938997387886,-0.0020679431036114693,0.010999862104654312,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.010847333818674088,-0.0016342848539352417,0.007997648790478706,-0.006840433459728956,-0.0010487526888027787,0.006580004468560219,-0.01017159316688776,-0.0013836885336786509,0.006343101151287556,-0.008731392212212086,-0.0010395782301202416,0.0035765767097473145,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.01339233573526144,-0.0019260661210864782,0.006716528907418251,-0.010847333818674088,-0.0016342848539352417,0.007997648790478706,-0.010847333818674088,-0.0016342848539352417,0.007997648790478706,-0.01339233573526144,-0.0019260661210864782,0.006716528907418251,-0.01017159316688776,-0.0013836885336786509,0.006343101151287556,-0.018691668286919594,-0.004303252790123224,0.01429065316915512,-0.02022312767803669,-0.004201882518827915,0.011407195590436459,-0.01662464067339897,-0.0031862445175647736,0.011266268789768219,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.017902549356222153,-0.0031406248454004526,0.008748756721615791,-0.016549965366721153,-0.002562901470810175,0.0064775715582072735,-0.013611957430839539,-0.002263625618070364,0.009413158521056175,-0.016549965366721153,-0.002562901470810175,0.0064775715582072735,-0.01339233573526144,-0.0019260661210864782,0.006716528907418251,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,-0.005616783630102873,-0.0007767863571643829,0.0032518343068659306,-0.0050294408574700356,-0.0006961204926483333,0.00046144711086526513,-0.02022312767803669,-0.004201882518827915,0.011407195590436459,-0.017902549356222153,-0.0031406248454004526,0.008748756721615791,-0.01662464067339897,-0.0031862445175647736,0.011266268789768219,-0.01339233573526144,-0.0019260661210864782,0.006716528907418251,-0.016549965366721153,-0.002562901470810175,0.0064775715582072735,-0.014363047666847706,-0.0019384208135306835,0.004489902872592211,-0.005616783630102873,-0.0007767863571643829,0.0032518343068659306,-0.008731392212212086,-0.0010395782301202416,0.0035765767097473145,-0.00784679502248764,-0.0008909508469514549,0.0011289098765701056,-0.005616783630102873,-0.0007767863571643829,0.0032518343068659306,-0.00784679502248764,-0.0008909508469514549,0.0011289098765701056,-0.0050294408574700356,-0.0006961204926483333,0.00046144711086526513,-0.017902549356222153,-0.0031406248454004526,0.008748756721615791,-0.019494587555527687,-0.0033279769122600555,0.006439508870244026,-0.016549965366721153,-0.002562901470810175,0.0064775715582072735,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,-0.0050294408574700356,-0.0006961204926483333,0.00046144711086526513,-0.0028150626458227634,-0.0006518856389448047,-0.0024945703335106373,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,-0.0028150626458227634,-0.0006518856389448047,-0.0024945703335106373,-0.00006280113302636892,-0.00066617620177567,0.000001024473363031575,-0.016549965366721153,-0.002562901470810175,0.0064775715582072735,-0.017251096665859222,-0.0025187728460878134,0.00354237062856555,-0.014363047666847706,-0.0019384208135306835,0.004489902872592211,-0.011542013846337795,-0.0014283359050750732,0.004064740147441626,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.008731392212212086,-0.0010395782301202416,0.0035765767097473145,-0.019494587555527687,-0.0033279769122600555,0.006439508870244026,-0.020512346178293228,-0.0034481624606996775,0.00422861659899354,-0.017251096665859222,-0.0025187728460878134,0.00354237062856555,-0.014363047666847706,-0.0019384208135306835,0.004489902872592211,-0.015258162282407284,-0.0020200670696794987,0.002346294466406107,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.00784679502248764,-0.0008909508469514549,0.0011289098765701056,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.009245090186595917,-0.0010270847706124187,-0.0009519894374534488,-0.019494587555527687,-0.0033279769122600555,0.006439508870244026,-0.022258717566728592,-0.004265059716999531,0.0072219837456941605,-0.020512346178293228,-0.0034481624606996775,0.00422861659899354,-0.020512346178293228,-0.0034481624606996775,0.00422861659899354,-0.020588451996445656,-0.0033786077983677387,0.0020881923846900463,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.011915957555174828,-0.0013846445363014936,-0.0012876883847638965,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.020588451996445656,-0.0033786077983677387,0.0020881923846900463,-0.020512346178293228,-0.0034481624606996775,0.00422861659899354,-0.017251096665859222,-0.0025187728460878134,0.00354237062856555,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.015258162282407284,-0.0020200670696794987,0.002346294466406107,-0.00784679502248764,-0.0008909508469514549,0.0011289098765701056,-0.009245090186595917,-0.0010270847706124187,-0.0009519894374534488,-0.007213843986392021,-0.0008636437705717981,-0.0025154659524559975,-0.00784679502248764,-0.0008909508469514549,0.0011289098765701056,-0.007213843986392021,-0.0008636437705717981,-0.0025154659524559975,-0.0050294408574700356,-0.0006961204926483333,0.00046144711086526513,-0.023135026916861534,-0.004280326887965202,0.003909477964043617,-0.02331618033349514,-0.004244005307555199,0.0009257405763491988,-0.020588451996445656,-0.0033786077983677387,0.0020881923846900463,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.017643051221966743,-0.00254766084253788,-0.0014552829088643193,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.015258162282407284,-0.0020200670696794987,0.002346294466406107,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.011570710688829422,-0.001327785779722035,0.0014588885242119431,-0.011915957555174828,-0.0013846445363014936,-0.0012876883847638965,-0.009245090186595917,-0.0010270847706124187,-0.0009519894374534488,-0.020588451996445656,-0.0033786077983677387,0.0020881923846900463,-0.02331618033349514,-0.004244005307555199,0.0009257405763491988,-0.020548708736896515,-0.0033346163108944893,-0.00014512191410176456,-0.017821412533521652,-0.0025877240113914013,0.0012903165770694613,-0.020548708736896515,-0.0033346163108944893,-0.00014512191410176456,-0.017643051221966743,-0.00254766084253788,-0.0014552829088643193,-0.011915957555174828,-0.0013846445363014936,-0.0012876883847638965,-0.014853600412607193,-0.0019005407812073827,-0.00028831514646299183,-0.01305373664945364,-0.00165388488676399,-0.0038013493176549673,-0.017643051221966743,-0.00254766084253788,-0.0014552829088643193,-0.020539717748761177,-0.003378478344529867,-0.00256344024091959,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.009245090186595917,-0.0010270847706124187,-0.0009519894374534488,-0.011915957555174828,-0.0013846445363014936,-0.0012876883847638965,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.009245090186595917,-0.0010270847706124187,-0.0009519894374534488,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.007213843986392021,-0.0008636437705717981,-0.0025154659524559975,-0.017643051221966743,-0.00254766084253788,-0.0014552829088643193,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.015814876183867455,-0.0021796650253236294,-0.0033283878583461046,-0.011915957555174828,-0.0013846445363014936,-0.0012876883847638965,-0.01305373664945364,-0.00165388488676399,-0.0038013493176549673,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.020539717748761177,-0.003378478344529867,-0.00256344024091959,-0.023105904459953308,-0.004299170337617397,-0.004293326288461685,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.015814876183867455,-0.0021796650253236294,-0.0033283878583461046,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.01665204018354416,-0.0025587263517081738,-0.0061302934773266315,-0.015814876183867455,-0.0021796650253236294,-0.0033283878583461046,-0.01665204018354416,-0.0025587263517081738,-0.0061302934773266315,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.015814876183867455,-0.0021796650253236294,-0.0033283878583461046,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.01305373664945364,-0.00165388488676399,-0.0038013493176549673,-0.01305373664945364,-0.00165388488676399,-0.0038013493176549673,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.011774522252380848,-0.0016550617292523384,-0.006740763783454895,-0.01305373664945364,-0.00165388488676399,-0.0038013493176549673,-0.011774522252380848,-0.0016550617292523384,-0.006740763783454895,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.01921990141272545,-0.003074459033086896,-0.00430362718179822,-0.019462749361991882,-0.0033165409695357084,-0.006397518329322338,-0.01665204018354416,-0.0025587263517081738,-0.0061302934773266315,-0.019462749361991882,-0.0033165409695357084,-0.006397518329322338,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.01665204018354416,-0.0025587263517081738,-0.0061302934773266315,-0.007213843986392021,-0.0008636437705717981,-0.0025154659524559975,-0.009697939269244671,-0.001187496935017407,-0.004311990924179554,-0.00697226170450449,-0.0010110004805028439,-0.0058843172155320644,-0.007213843986392021,-0.0008636437705717981,-0.0025154659524559975,-0.00697226170450449,-0.0010110004805028439,-0.0058843172155320644,-0.005272701382637024,-0.0007563423132523894,-0.0032867358531802893,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.021341202780604362,-0.004256013315171003,-0.009511497803032398,-0.018859239295125008,-0.0037808578927069902,-0.011296289972960949,-0.01665204018354416,-0.0025587263517081738,-0.0061302934773266315,-0.018604854121804237,-0.003332262858748436,-0.008732981979846954,-0.01584279164671898,-0.0026041395030915737,-0.008386856876313686,-0.01665204018354416,-0.0025587263517081738,-0.0061302934773266315,-0.01584279164671898,-0.0026041395030915737,-0.008386856876313686,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.011774522252380848,-0.0016550617292523384,-0.006740763783454895,-0.01387137919664383,-0.0020397277548909187,-0.007009217049926519,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.011774522252380848,-0.0016550617292523384,-0.006740763783454895,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.00915751326829195,-0.0013993397587910295,-0.007872350513935089,-0.005272701382637024,-0.0007563423132523894,-0.0032867358531802893,-0.00697226170450449,-0.0010110004805028439,-0.0058843172155320644,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.012919820845127106,-0.0025909359101206064,-0.012346728704869747,-0.01042410358786583,-0.0022306691389530897,-0.01263528224080801,-0.011787000112235546,-0.0019404895137995481,-0.009347997605800629,-0.01042410358786583,-0.0022306691389530897,-0.01263528224080801,-0.008960295468568802,-0.0016882101772353053,-0.010443360544741154,-0.01736663095653057,-0.0037825291510671377,-0.013462123461067677,-0.014470930211246014,-0.0033456867095083,-0.014655201695859432,-0.01589394547045231,-0.00314959860406816,-0.012050427496433258,-0.00915751326829195,-0.0013993397587910295,-0.007872350513935089,-0.008960295468568802,-0.0016882101772353053,-0.010443360544741154,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.012919820845127106,-0.0025909359101206064,-0.012346728704869747,-0.014470930211246014,-0.0033456867095083,-0.014655201695859432,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.012919820845127106,-0.0025909359101206064,-0.012346728704869747,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.01042410358786583,-0.0022306691389530897,-0.01263528224080801,-0.008960295468568802,-0.0016882101772353053,-0.010443360544741154,-0.0066251312382519245,-0.0016584252007305622,-0.011853107251226902,-0.005809843074530363,-0.0011192422825843096,-0.008266930468380451,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.014470930211246014,-0.0033456867095083,-0.014655201695859432,-0.016229499131441116,-0.004223704803735018,-0.016683464869856834,-0.013956873677670956,-0.004000694025307894,-0.017837941646575928,-0.01153131015598774,-0.0037477966398000717,-0.018572090193629265,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.011390053667128086,-0.0029202355071902275,-0.015350569039583206,-0.01153131015598774,-0.0037477966398000717,-0.018572090193629265,-0.00922835897654295,-0.002950880443677306,-0.01686343178153038,-0.0028150626458227634,-0.0006518856389448047,-0.0024945703335106373,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,-0.01153131015598774,-0.0037477966398000717,-0.018572090193629265,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.00922835897654295,-0.002950880443677306,-0.01686343178153038,-0.0031999724451452494,-0.0007771531818434596,-0.005647257436066866,-0.0030521582812070847,-0.001019450486637652,-0.008722360245883465,-0.0006177599425427616,-0.0007862423663027585,-0.006562290713191032,-0.00466276565566659,-0.0014287007506936789,-0.011305865831673145,-0.0015742323594167829,-0.0012308256700634956,-0.01082789245992899,-0.0030521582812070847,-0.001019450486637652,-0.008722360245883465,-0.01332250889390707,-0.004991821013391018,-0.021592583507299423,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.01153131015598774,-0.0037477966398000717,-0.018572090193629265,-0.006930552888661623,-0.0029417499899864197,-0.017898906022310257,-0.00922835897654295,-0.002950880443677306,-0.01686343178153038,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.00922835897654295,-0.002950880443677306,-0.01686343178153038,-0.006930552888661623,-0.0029417499899864197,-0.017898906022310257,-0.006426409352570772,-0.002246574265882373,-0.015137672424316406,-0.009672650136053562,-0.003981734625995159,-0.020418060943484306,-0.007896996103227139,-0.004023492336273193,-0.021292293444275856,-0.006930552888661623,-0.0029417499899864197,-0.017898906022310257,-0.006426409352570772,-0.002246574265882373,-0.015137672424316406,-0.006930552888661623,-0.0029417499899864197,-0.017898906022310257,-0.0040924036875367165,-0.002601690823212266,-0.017437245696783066,-0.006426409352570772,-0.002246574265882373,-0.015137672424316406,-0.0040924036875367165,-0.002601690823212266,-0.017437245696783066,-0.004242459312081337,-0.0019447276135906577,-0.014469634741544724,-0.005512806586921215,-0.0033413039054721594,-0.019807681441307068,-0.006930552888661623,-0.0029417499899864197,-0.017898906022310257,-0.007896996103227139,-0.004023492336273193,-0.021292293444275856,-0.007896996103227139,-0.004023492336273193,-0.021292293444275856,-0.0060271271504461765,-0.004255392123013735,-0.022569727152585983,-0.005512806586921215,-0.0033413039054721594,-0.019807681441307068,-0.0040924036875367165,-0.002601690823212266,-0.017437245696783066,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,-0.004242459312081337,-0.0019447276135906577,-0.014469634741544724,-0.0030521582812070847,-0.001019450486637652,-0.008722360245883465,-0.0015742323594167829,-0.0012308256700634956,-0.01082789245992899,0.0010287771001458168,-0.0010194148635491729,-0.00916050374507904,-0.0030521582812070847,-0.001019450486637652,-0.008722360245883465,0.0010287771001458168,-0.0010194148635491729,-0.00916050374507904,-0.0006177599425427616,-0.0007862423663027585,-0.006562290713191032,-0.005512806586921215,-0.0033413039054721594,-0.019807681441307068,-0.003038502763956785,-0.0033387786243110895,-0.02034260705113411,-0.0040924036875367165,-0.002601690823212266,-0.017437245696783066,-0.004242459312081337,-0.0019447276135906577,-0.014469634741544724,-0.001505902037024498,-0.0024152311962097883,-0.017122594639658928,-0.002234498970210552,-0.001657857559621334,-0.013406287878751755,0.0010287771001458168,-0.0010194148635491729,-0.00916050374507904,-0.0015742323594167829,-0.0012308256700634956,-0.01082789245992899,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,0.00025284363073296845,-0.004230433609336615,-0.02328461781144142,0.0026231310330331326,-0.004258180037140846,-0.02322227880358696,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,0.003780221100896597,-0.0033476483076810837,-0.020246854051947594,0.0015018507838249207,-0.002557965926826,-0.01767456904053688,0.0015018507838249207,-0.002557965926826,-0.01767456904053688,0.003780221100896597,-0.0033476483076810837,-0.020246854051947594,0.0038850700948387384,-0.002625788561999798,-0.017573829740285873,0.0010287771001458168,-0.0010194148635491729,-0.00916050374507904,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.0010287771001458168,-0.0010194148635491729,-0.00916050374507904,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.00256529962643981,-0.0007948099519126117,-0.006239988375455141,0.0003629487764555961,-0.0019001669716089964,-0.014838227070868015,0.0015018507838249207,-0.002557965926826,-0.01767456904053688,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.0015018507838249207,-0.002557965926826,-0.01767456904053688,0.0038850700948387384,-0.002625788561999798,-0.017573829740285873,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.004142590332776308,-0.001435363432392478,-0.01155447494238615,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,0.004142590332776308,-0.001435363432392478,-0.01155447494238615,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.003780221100896597,-0.0033476483076810837,-0.020246854051947594,0.0007300758152268827,-0.003337177913635969,-0.020551439374685287,0.0026231310330331326,-0.004258180037140846,-0.02322227880358696,0.001199029153212905,-0.001370608457364142,-0.011828090064227581,0.0003629487764555961,-0.0019001669716089964,-0.014838227070868015,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.0038850700948387384,-0.002625788561999798,-0.017573829740285873,0.006132770329713821,-0.002552199177443981,-0.01661807671189308,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.002972525777295232,-0.0018630250124260783,-0.014380952343344688,0.006132770329713821,-0.002552199177443981,-0.01661807671189308,0.005780097097158432,-0.0019547746051102877,-0.01396157406270504,0.00256529962643981,-0.0007948099519126117,-0.006239988375455141,0.0048129260540008545,-0.000764783937484026,-0.0041405572555959225,0.0006465460173785686,-0.0006512385443784297,-0.003715264145284891,0.003780221100896597,-0.0033476483076810837,-0.020246854051947594,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.0038850700948387384,-0.002625788561999798,-0.017573829740285873,0.0038850700948387384,-0.002625788561999798,-0.017573829740285873,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.006132770329713821,-0.002552199177443981,-0.01661807671189308,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.007966740988194942,-0.002961141988635063,-0.017531750723719597,0.006132770329713821,-0.002552199177443981,-0.01661807671189308,0.006702333223074675,-0.004994575399905443,-0.024465244263410568,0.00873312447220087,-0.004996566567569971,-0.023817099630832672,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.006132770329713821,-0.002552199177443981,-0.01661807671189308,0.007966740988194942,-0.002961141988635063,-0.017531750723719597,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.006132770329713821,-0.002552199177443981,-0.01661807671189308,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.005780097097158432,-0.0019547746051102877,-0.01396157406270504,0.007966740988194942,-0.002961141988635063,-0.017531750723719597,0.006684162653982639,-0.003559138858690858,-0.02022150717675686,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.00627909367904067,-0.0010210678447037935,-0.0067690284922719,0.00256529962643981,-0.0007948099519126117,-0.006239988375455141,0.007966740988194942,-0.002961141988635063,-0.017531750723719597,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.010773557238280773,-0.003359421156346798,-0.01758318766951561,0.007966740988194942,-0.002961141988635063,-0.017531750723719597,0.010773557238280773,-0.003359421156346798,-0.01758318766951561,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.00677657313644886,-0.001685211667791009,-0.011933774687349796,0.009229611605405807,-0.0022228704765439034,-0.013494426384568214,0.009006831794977188,-0.0016349989455193281,-0.010037156753242016,0.00677657313644886,-0.001685211667791009,-0.011933774687349796,0.009006831794977188,-0.0016349989455193281,-0.010037156753242016,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.010036328807473183,-0.003973827231675386,-0.0202152281999588,0.012709534727036953,-0.004234561696648598,-0.019544025883078575,0.010773557238280773,-0.003359421156346798,-0.01758318766951561,0.010773557238280773,-0.003359421156346798,-0.01758318766951561,0.01256121601909399,-0.0033330568112432957,-0.016253363341093063,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.009006831794977188,-0.0016349989455193281,-0.010037156753242016,0.008295824751257896,-0.0013112191809341311,-0.007907917723059654,0.004692958667874336,-0.0011342832585796714,-0.009122983552515507,0.008295824751257896,-0.0013112191809341311,-0.007907917723059654,0.00627909367904067,-0.0010210678447037935,-0.0067690284922719,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.01256121601909399,-0.0033330568112432957,-0.016253363341093063,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.009122555144131184,-0.0025743453297764063,-0.015301442705094814,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.009229611605405807,-0.0022228704765439034,-0.013494426384568214,0.010773557238280773,-0.003359421156346798,-0.01758318766951561,0.012709534727036953,-0.004234561696648598,-0.019544025883078575,0.01256121601909399,-0.0033330568112432957,-0.016253363341093063,0.009229611605405807,-0.0022228704765439034,-0.013494426384568214,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.01159454882144928,-0.0022281792480498552,-0.011564172804355621,0.009229611605405807,-0.0022228704765439034,-0.013494426384568214,0.01159454882144928,-0.0022281792480498552,-0.011564172804355621,0.009006831794977188,-0.0016349989455193281,-0.010037156753242016,0.01256121601909399,-0.0033330568112432957,-0.016253363341093063,0.015764227136969566,-0.004241561517119408,-0.0172034353017807,0.015538607724010944,-0.0037434590049088,-0.015378315933048725,0.01256121601909399,-0.0033330568112432957,-0.016253363341093063,0.015538607724010944,-0.0037434590049088,-0.015378315933048725,0.012867551296949387,-0.0028198494110256433,-0.013660098426043987,0.009006831794977188,-0.0016349989455193281,-0.010037156753242016,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.008295824751257896,-0.0013112191809341311,-0.007907917723059654,0.00627909367904067,-0.0010210678447037935,-0.0067690284922719,0.008129503577947617,-0.0010343479225412011,-0.004656946752220392,0.0048129260540008545,-0.000764783937484026,-0.0041405572555959225,0.01159454882144928,-0.0022281792480498552,-0.011564172804355621,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.015764227136969566,-0.004241561517119408,-0.0172034353017807,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.015538607724010944,-0.0037434590049088,-0.015378315933048725,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.014008864760398865,-0.0022355015389621258,-0.008522635325789452,0.011614523828029633,-0.0017170170322060585,-0.007686926983296871,0.020224597305059433,-0.004267933778464794,-0.011786560527980328,0.017241336405277252,-0.003336596768349409,-0.011187645606696606,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.018500961363315582,-0.004300608765333891,-0.014501477591693401,0.017241336405277252,-0.003336596768349409,-0.011187645606696606,0.016085045412182808,-0.003368508769199252,-0.01296105794608593,0.008129503577947617,-0.0010343479225412011,-0.004656946752220392,0.010573670268058777,-0.0012008624617010355,-0.0019610596355050802,0.00774106290191412,-0.0008942449931055307,-0.001910838414914906,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.017241336405277252,-0.003336596768349409,-0.011187645606696606,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.013954429887235165,-0.0024528284557163715,-0.010286773554980755,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.014008864760398865,-0.0022355015389621258,-0.008522635325789452,0.008129503577947617,-0.0010343479225412011,-0.004656946752220392,0.010967172682285309,-0.001411254983395338,-0.005237764213234186,0.010573670268058777,-0.0012008624617010355,-0.0019610596355050802,0.01717192679643631,-0.0029632963705807924,-0.008751319721341133,0.017556695267558098,-0.002694549970328808,-0.005186378490179777,0.01514528226107359,-0.002246561925858259,-0.0064187077805399895,0.01514528226107359,-0.002246561925858259,-0.0064187077805399895,0.017556695267558098,-0.002694549970328808,-0.005186378490179777,0.014470706693828106,-0.0019417103612795472,-0.004210121929645538,0.019544944167137146,-0.00334376678802073,-0.006440583150833845,0.022680219262838364,-0.004240772686898708,-0.005472240969538689,0.02014358900487423,-0.0033346633426845074,-0.004086958710104227,0.0044261738657951355,-0.0006889948854222894,-0.0020850771106779575,0.005815492942929268,-0.0007292000809684396,0.0006151055567897856,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,0.014470706693828106,-0.0019417103612795472,-0.004210121929645538,0.017161615192890167,-0.002423687372356653,-0.0015796609222888947,0.013382754288613796,-0.0016512704314664006,-0.0022128832060843706,0.02014358900487423,-0.0033346633426845074,-0.004086958710104227,0.023102199658751488,-0.004222300369292498,-0.002874594647437334,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.010573670268058777,-0.0012008624617010355,-0.0019610596355050802,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.009264111518859863,-0.0010316894622519612,0.001058043329976499,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.01484589371830225,-0.0019001715118065476,0.00037057159352116287,0.01355759333819151,-0.0017054321942850947,0.002756610279902816,0.02043798565864563,-0.0033030754420906305,-0.0011151744984090328,0.023245416581630707,-0.004216611385345459,-0.000642007973510772,0.021977517753839493,-0.003800253150984645,0.0015478157438337803,0.01484589371830225,-0.0019001715118065476,0.00037057159352116287,0.01768726296722889,-0.0025581074878573418,0.00146109564229846,0.015814892947673798,-0.002179670613259077,0.0033437202218919992,0.01484589371830225,-0.0019001715118065476,0.00037057159352116287,0.015814892947673798,-0.002179670613259077,0.0033437202218919992,0.01355759333819151,-0.0017054321942850947,0.002756610279902816,0.01768726296722889,-0.0025581074878573418,0.00146109564229846,0.01858125440776348,-0.0028896385338157415,0.0040067569352686405,0.015814892947673798,-0.002179670613259077,0.0033437202218919992,0.01355759333819151,-0.0017054321942850947,0.002756610279902816,0.011567454785108566,-0.001436174032278359,0.004149659536778927,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.011848297901451588,-0.001374390791170299,0.0012788160238415003,0.011567454785108566,-0.001436174032278359,0.004149659536778927,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.021977517753839493,-0.003800253150984645,0.0015478157438337803,0.02305750548839569,-0.004266356583684683,0.003992434591054916,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.025329694151878357,-0.0050018965266644955,0.0017260542372241616,0.02305750548839569,-0.004266356583684683,0.003992434591054916,0.021977517753839493,-0.003800253150984645,0.0015478157438337803,0.015814892947673798,-0.002179670613259077,0.0033437202218919992,0.01858125440776348,-0.0028896385338157415,0.0040067569352686405,0.01669052615761757,-0.0025654137134552,0.006117041222751141,0.015814892947673798,-0.002179670613259077,0.0033437202218919992,0.01669052615761757,-0.0025654137134552,0.006117041222751141,0.01396927796304226,-0.0019547827541828156,0.0057876924984157085,0.022500429302453995,-0.004231268540024757,0.006060673855245113,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.02305750548839569,-0.004266356583684683,0.003992434591054916,0.01858125440776348,-0.0028896385338157415,0.0040067569352686405,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.019516238942742348,-0.0033413120545446873,0.006523212417960167,0.01858125440776348,-0.0028896385338157415,0.0040067569352686405,0.019516238942742348,-0.0033413120545446873,0.006523212417960167,0.01669052615761757,-0.0025654137134552,0.006117041222751141,0.019516238942742348,-0.0033413120545446873,0.006523212417960167,0.02021373063325882,-0.00331465364433825,0.003448706353083253,0.022500429302453995,-0.004231268540024757,0.006060673855245113,0.022500429302453995,-0.004231268540024757,0.006060673855245113,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.019516238942742348,-0.0033413120545446873,0.006523212417960167,0.01669052615761757,-0.0025654137134552,0.006117041222751141,0.01804150827229023,-0.0031494740396738052,0.008534342981874943,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.01669052615761757,-0.0025654137134552,0.006117041222751141,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.01396927796304226,-0.0019547827541828156,0.0057876924984157085,0.011567454785108566,-0.001436174032278359,0.004149659536778927,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.008581931702792645,-0.0010400981409475207,0.0038919211365282536,0.019516238942742348,-0.0033413120545446873,0.006523212417960167,0.02196057140827179,-0.004257268272340298,0.008043101988732815,0.01804150827229023,-0.0031494740396738052,0.008534342981874943,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.01061329897493124,-0.0018247644184157252,0.009883463382720947,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.01061329897493124,-0.0018247644184157252,0.009883463382720947,0.009067624807357788,-0.0014152339426800609,0.008111678063869476,0.011079246178269386,-0.0015238511841744184,0.006547144148498774,0.009067624807357788,-0.0014152339426800609,0.008111678063869476,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.01904067024588585,-0.003785543143749237,0.011039094999432564,0.021038420498371124,-0.004415948875248432,0.011189436540007591,0.016186166554689407,-0.0029497260693460703,0.01038393098860979,0.014470999129116535,-0.00297190947458148,0.012804395519196987,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.005395803134888411,-0.0007812190451659262,0.0037714631762355566,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.003339266637340188,-0.0007888789987191558,0.0057541667483747005,0.01904067024588585,-0.003785543143749237,0.011039094999432564,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.017375817522406578,-0.003801089245826006,0.013561406172811985,0.01904067024588585,-0.003785543143749237,0.011039094999432564,0.017375817522406578,-0.003801089245826006,0.013561406172811985,0.016186166554689407,-0.0029497260693460703,0.01038393098860979,0.016186166554689407,-0.0029497260693460703,0.01038393098860979,0.017375817522406578,-0.003801089245826006,0.013561406172811985,0.014470999129116535,-0.00297190947458148,0.012804395519196987,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.014470999129116535,-0.00297190947458148,0.012804395519196987,0.012254861183464527,-0.002406034152954817,0.011959675699472427,0.014013762585818768,-0.002282732864841819,0.008969742804765701,0.012254861183464527,-0.002406034152954817,0.011959675699472427,0.01061329897493124,-0.0018247644184157252,0.009883463382720947,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.017375817522406578,-0.003801089245826006,0.013561406172811985,0.020432965829968452,-0.004994097165763378,0.01506271306425333,0.017375817522406578,-0.003801089245826006,0.013561406172811985,0.015248890034854412,-0.0036824841517955065,0.015427214093506336,0.014470999129116535,-0.00297190947458148,0.012804395519196987,0.017375817522406578,-0.003801089245826006,0.013561406172811985,0.018609074875712395,-0.004997876472771168,0.017281226813793182,0.015248890034854412,-0.0036824841517955065,0.015427214093506336,0.01061329897493124,-0.0018247644184157252,0.009883463382720947,0.012254861183464527,-0.002406034152954817,0.011959675699472427,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.006750544998794794,-0.0010287505574524403,0.006470174062997103,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,0.003339266637340188,-0.0007888789987191558,0.0057541667483747005,0.011335114948451519,-0.00320448144339025,0.016662415117025375,0.008670049719512463,-0.003142096335068345,0.0179514829069376,0.009405477903783321,-0.0022636267822235823,0.013619634322822094,0.006322717294096947,-0.0013836603611707687,0.01018655113875866,0.0067089032381772995,-0.0019260757835581899,0.013400026597082615,0.004107223823666573,-0.0014297309098765254,0.011539344675838947,0.006322717294096947,-0.0013836603611707687,0.01018655113875866,0.004107223823666573,-0.0014297309098765254,0.011539344675838947,0.0034033365081995726,-0.001035415451042354,0.008773887529969215,0.003339266637340188,-0.0007888789987191558,0.0057541667483747005,-0.00030431654886342585,-0.0007054760353639722,0.005284976214170456,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,0.0067089032381772995,-0.0019260757835581899,0.013400026597082615,0.00451521435752511,-0.001915949396789074,0.01424325443804264,0.004107223823666573,-0.0014297309098765254,0.011539344675838947,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,-0.00006280113302636892,-0.00066617620177567,0.000001024473363031575,0.008670049719512463,-0.003142096335068345,0.0179514829069376,0.008607644587755203,-0.004261453170329332,0.021755849942564964,0.006397196091711521,-0.0033364661503583193,0.019543001428246498,0.00451521435752511,-0.001915949396789074,0.01424325443804264,0.0037328829057514668,-0.002417223062366247,0.016760418191552162,0.00201544095762074,-0.0019268770702183247,0.01486612856388092,0.0023157743271440268,-0.0006489145453087986,0.0028433569241315126,-0.00030431654886342585,-0.0007054760353639722,0.005284976214170456,-0.0023748946841806173,-0.0006476452108472586,0.002735828747972846,0.00201544095762074,-0.0019268770702183247,0.01486612856388092,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,-0.0008240034803748131,-0.0022540539503097534,0.016467828303575516,0.00201544095762074,-0.0019268770702183247,0.01486612856388092,-0.0008240034803748131,-0.0022540539503097534,0.016467828303575516,-0.0011631855741143227,-0.001665135263465345,0.013609596528112888,0.0012381182750687003,-0.0025984018575400114,0.017872488126158714,0.002202963689342141,-0.0033314614556729794,0.020420091226696968,-0.0009473985992372036,-0.0033564576879143715,0.020632615312933922],"normalized":false},"normal":{"itemSize":3,"type":"Float32Array","array":[-0.1409417986869812,-0.7585752010345459,0.6361596584320068,-0.1409417986869812,-0.7585752010345459,0.6361596584320068,-0.1409417986869812,-0.7585752010345459,0.6361596584320068,-0.17190636694431305,-0.7707138657569885,0.6135539412498474,-0.17190636694431305,-0.7707138657569885,0.6135539412498474,-0.17190636694431305,-0.7707138657569885,0.6135539412498474,-0.18596497178077698,-0.7554569840431213,0.6282529234886169,-0.18596497178077698,-0.7554569840431213,0.6282529234886169,-0.18596497178077698,-0.7554569840431213,0.6282529234886169,-0.23243208229541779,-0.7571033835411072,0.6105486750602722,-0.23243208229541779,-0.7571033835411072,0.6105486750602722,-0.23243208229541779,-0.7571033835411072,0.6105486750602722,-0.23364384472370148,-0.7671171426773071,0.597446084022522,-0.23364384472370148,-0.7671171426773071,0.597446084022522,-0.23364384472370148,-0.7671171426773071,0.597446084022522,-0.2612206041812897,-0.7584543824195862,0.597085177898407,-0.2612206041812897,-0.7584543824195862,0.597085177898407,-0.2612206041812897,-0.7584543824195862,0.597085177898407,-0.39639145135879517,-0.35576188564300537,0.84634929895401,-0.39639145135879517,-0.35576188564300537,0.84634929895401,-0.39639145135879517,-0.35576188564300537,0.84634929895401,-0.41345474123954773,0.024871068075299263,0.9101849794387817,-0.41345474123954773,0.024871068075299263,0.9101849794387817,-0.41345474123954773,0.024871068075299263,0.9101849794387817,-0.40821483731269836,0.13562598824501038,0.9027547240257263,-0.40821483731269836,0.13562598824501038,0.9027547240257263,-0.40821483731269836,0.13562598824501038,0.9027547240257263,-0.4106326401233673,0.14075501263141632,0.900871217250824,-0.4106326401233673,0.14075501263141632,0.900871217250824,-0.4106326401233673,0.14075501263141632,0.900871217250824,-0.40100908279418945,0.2727340757846832,0.8745328783988953,-0.40100908279418945,0.2727340757846832,0.8745328783988953,-0.40100908279418945,0.2727340757846832,0.8745328783988953,-0.36641937494277954,0.5091272592544556,0.7787979245185852,-0.36641937494277954,0.5091272592544556,0.7787979245185852,-0.36641937494277954,0.5091272592544556,0.7787979245185852,0.06825049966573715,-0.779628574848175,0.6225121021270752,0.06825049966573715,-0.779628574848175,0.6225121021270752,0.06825049966573715,-0.779628574848175,0.6225121021270752,0.10113739222288132,-0.7412854433059692,0.6635263562202454,0.10113739222288132,-0.7412854433059692,0.6635263562202454,0.10113739222288132,-0.7412854433059692,0.6635263562202454,0.136638343334198,-0.7560902237892151,0.6400450468063354,0.136638343334198,-0.7560902237892151,0.6400450468063354,0.136638343334198,-0.7560902237892151,0.6400450468063354,0.19619052112102509,-0.7791030406951904,0.5954055190086365,0.19619052112102509,-0.7791030406951904,0.5954055190086365,0.19619052112102509,-0.7791030406951904,0.5954055190086365,0.21716198325157166,-0.7567430138587952,0.6165878772735596,0.21716198325157166,-0.7567430138587952,0.6165878772735596,0.21716198325157166,-0.7567430138587952,0.6165878772735596,0.25601139664649963,-0.7465908527374268,0.6140522956848145,0.25601139664649963,-0.7465908527374268,0.6140522956848145,0.25601139664649963,-0.7465908527374268,0.6140522956848145,0.4906265139579773,-0.4997376799583435,0.7138262391090393,0.4906265139579773,-0.4997376799583435,0.7138262391090393,0.4906265139579773,-0.4997376799583435,0.7138262391090393,0.5206062197685242,-0.4289497435092926,0.7382216453552246,0.5206062197685242,-0.4289497435092926,0.7382216453552246,0.5206062197685242,-0.4289497435092926,0.7382216453552246,0.5956912040710449,-0.3015140891075134,0.7444737553596497,0.5956912040710449,-0.3015140891075134,0.7444737553596497,0.5956912040710449,-0.3015140891075134,0.7444737553596497,0.724463939666748,-0.041394852101802826,0.6880686283111572,0.724463939666748,-0.041394852101802826,0.6880686283111572,0.724463939666748,-0.041394852101802826,0.6880686283111572,0.7703759670257568,0.08106604218482971,0.6324152946472168,0.7703759670257568,0.08106604218482971,0.6324152946472168,0.7703759670257568,0.08106604218482971,0.6324152946472168,0.7979780435562134,0.20791707932949066,0.565686821937561,0.7979780435562134,0.20791707932949066,0.565686821937561,0.7979780435562134,0.20791707932949066,0.565686821937561,0.7840813398361206,0.34753867983818054,0.5142307281494141,0.7840813398361206,0.34753867983818054,0.5142307281494141,0.7840813398361206,0.34753867983818054,0.5142307281494141,0.7736051678657532,0.4194890558719635,0.47493577003479004,0.7736051678657532,0.4194890558719635,0.47493577003479004,0.7736051678657532,0.4194890558719635,0.47493577003479004,0.7241429686546326,0.6148958206176758,0.3122822046279907,0.7241429686546326,0.6148958206176758,0.3122822046279907,0.7241429686546326,0.6148958206176758,0.3122822046279907,0.6894943714141846,0.6710139513015747,0.2726496458053589,0.6894943714141846,0.6710139513015747,0.2726496458053589,0.6894943714141846,0.6710139513015747,0.2726496458053589,0.6394155025482178,0.7377378344535828,0.21654222905635834,0.6394155025482178,0.7377378344535828,0.21654222905635834,0.6394155025482178,0.7377378344535828,0.21654222905635834,0.5756192803382874,0.8026615977287292,0.15619485080242157,0.5756192803382874,0.8026615977287292,0.15619485080242157,0.5756192803382874,0.8026615977287292,0.15619485080242157,0.6545192003250122,0.754239559173584,0.05222266539931297,0.6545192003250122,0.754239559173584,0.05222266539931297,0.6545192003250122,0.754239559173584,0.05222266539931297,0.6330597996711731,0.7738787531852722,0.01862877607345581,0.6330597996711731,0.7738787531852722,0.01862877607345581,0.6330597996711731,0.7738787531852722,0.01862877607345581,0.6574078798294067,0.7481909394264221,-0.08958318829536438,0.6574078798294067,0.7481909394264221,-0.08958318829536438,0.6574078798294067,0.7481909394264221,-0.08958318829536438,0.6244661211967468,0.7719641923904419,-0.11879949271678925,0.6244661211967468,0.7719641923904419,-0.11879949271678925,0.6244661211967468,0.7719641923904419,-0.11879949271678925,0.6208587288856506,0.7626437544822693,-0.18140840530395508,0.6208587288856506,0.7626437544822693,-0.18140840530395508,0.6208587288856506,0.7626437544822693,-0.18140840530395508,0.6072260141372681,0.7545394897460938,-0.24889099597930908,0.6072260141372681,0.7545394897460938,-0.24889099597930908,0.6072260141372681,0.7545394897460938,-0.24889099597930908,0.9023647308349609,0.1495690792798996,-0.4041871428489685,0.9023647308349609,0.1495690792798996,-0.4041871428489685,0.9023647308349609,0.1495690792798996,-0.4041871428489685,0.9024744629859924,0.14869718253612518,-0.40426355600357056,0.9024744629859924,0.14869718253612518,-0.40426355600357056,0.9024744629859924,0.14869718253612518,-0.40426355600357056,0.9109969735145569,-0.013322776183485985,-0.41219785809516907,0.9109969735145569,-0.013322776183485985,-0.41219785809516907,0.9109969735145569,-0.013322776183485985,-0.41219785809516907,0.9101551175117493,-0.11369897425174713,-0.39835938811302185,0.9101551175117493,-0.11369897425174713,-0.39835938811302185,0.9101551175117493,-0.11369897425174713,-0.39835938811302185,0.2577679753303528,-0.7785394191741943,0.572216808795929,0.2577679753303528,-0.7785394191741943,0.572216808795929,0.2577679753303528,-0.7785394191741943,0.572216808795929,0.3467382490634918,-0.6786574721336365,0.6474538445472717,0.3467382490634918,-0.6786574721336365,0.6474538445472717,0.3467382490634918,-0.6786574721336365,0.6474538445472717,0.3903658092021942,-0.6534420847892761,0.6485583782196045,0.3903658092021942,-0.6534420847892761,0.6485583782196045,0.3903658092021942,-0.6534420847892761,0.6485583782196045,0.49073362350463867,-0.510421097278595,0.7061521410942078,0.49073362350463867,-0.510421097278595,0.7061521410942078,0.49073362350463867,-0.510421097278595,0.7061521410942078,0.5729156136512756,-0.3978421688079834,0.7165817022323608,0.5729156136512756,-0.3978421688079834,0.7165817022323608,0.5729156136512756,-0.3978421688079834,0.7165817022323608,0.6468414068222046,-0.30127981305122375,0.700590193271637,0.6468414068222046,-0.30127981305122375,0.700590193271637,0.6468414068222046,-0.30127981305122375,0.700590193271637,0.6598408222198486,-0.23207314312458038,0.7146691083908081,0.6598408222198486,-0.23207314312458038,0.7146691083908081,0.6598408222198486,-0.23207314312458038,0.7146691083908081,0.6834861636161804,-0.19185523688793182,0.7042996883392334,0.6834861636161804,-0.19185523688793182,0.7042996883392334,0.6834861636161804,-0.19185523688793182,0.7042996883392334,0.730587899684906,-0.07459826022386551,0.6787314414978027,0.730587899684906,-0.07459826022386551,0.6787314414978027,0.730587899684906,-0.07459826022386551,0.6787314414978027,0.7767975926399231,0.0635542944073677,0.6265351176261902,0.7767975926399231,0.0635542944073677,0.6265351176261902,0.7767975926399231,0.0635542944073677,0.6265351176261902,0.8021970987319946,0.20136365294456482,0.562078595161438,0.8021970987319946,0.20136365294456482,0.562078595161438,0.8021970987319946,0.20136365294456482,0.562078595161438,0.818213939666748,0.23834607005119324,0.5231796503067017,0.818213939666748,0.23834607005119324,0.5231796503067017,0.818213939666748,0.23834607005119324,0.5231796503067017,0.8139621615409851,0.2721415162086487,0.5132295489311218,0.8139621615409851,0.2721415162086487,0.5132295489311218,0.8139621615409851,0.2721415162086487,0.5132295489311218,0.7969129085540771,0.4073791205883026,0.44606301188468933,0.7969129085540771,0.4073791205883026,0.44606301188468933,0.7969129085540771,0.4073791205883026,0.44606301188468933,0.7941538691520691,0.43855050206184387,0.42070549726486206,0.7941538691520691,0.43855050206184387,0.42070549726486206,0.7941538691520691,0.43855050206184387,0.42070549726486206,0.698566734790802,0.6706699132919312,0.24941247701644897,0.698566734790802,0.6706699132919312,0.24941247701644897,0.698566734790802,0.6706699132919312,0.24941247701644897,0.6745874881744385,0.7037765979766846,0.22277843952178955,0.6745874881744385,0.7037765979766846,0.22277843952178955,0.6745874881744385,0.7037765979766846,0.22277843952178955,0.309095561504364,-0.7563766837120056,0.5765016078948975,0.309095561504364,-0.7563766837120056,0.5765016078948975,0.309095561504364,-0.7563766837120056,0.5765016078948975,0.6469384431838989,-0.30287542939186096,0.6998122334480286,0.6469384431838989,-0.30287542939186096,0.6998122334480286,0.6469384431838989,-0.30287542939186096,0.6998122334480286,0.7106621861457825,-0.18646056950092316,0.6783744692802429,0.7106621861457825,-0.18646056950092316,0.6783744692802429,0.7106621861457825,-0.18646056950092316,0.6783744692802429,0.7763347029685974,-0.07316765189170837,0.6260597705841064,0.7763347029685974,-0.07316765189170837,0.6260597705841064,0.7763347029685974,-0.07316765189170837,0.6260597705841064,0.8141860961914062,0.09975764900445938,0.5719698667526245,0.8141860961914062,0.09975764900445938,0.5719698667526245,0.8141860961914062,0.09975764900445938,0.5719698667526245,0.8300935626029968,0.31335940957069397,0.4612489938735962,0.8300935626029968,0.31335940957069397,0.4612489938735962,0.8300935626029968,0.31335940957069397,0.4612489938735962,0.794620931148529,0.5036216378211975,0.33903226256370544,0.794620931148529,0.5036216378211975,0.33903226256370544,0.794620931148529,0.5036216378211975,0.33903226256370544,0.771885335445404,0.5539987683296204,0.31189489364624023,0.771885335445404,0.5539987683296204,0.31189489364624023,0.771885335445404,0.5539987683296204,0.31189489364624023,0.30979791283607483,-0.7812349200248718,0.5419384837150574,0.30979791283607483,-0.7812349200248718,0.5419384837150574,0.30979791283607483,-0.7812349200248718,0.5419384837150574,0.40062415599823,-0.6672630906105042,0.627901554107666,0.40062415599823,-0.6672630906105042,0.627901554107666,0.40062415599823,-0.6672630906105042,0.627901554107666,0.43019968271255493,-0.6520258188247681,0.6243319511413574,0.43019968271255493,-0.6520258188247681,0.6243319511413574,0.43019968271255493,-0.6520258188247681,0.6243319511413574,0.5270697474479675,-0.5331658720970154,0.6617640852928162,0.5270697474479675,-0.5331658720970154,0.6617640852928162,0.5270697474479675,-0.5331658720970154,0.6617640852928162,0.5756876468658447,-0.46928006410598755,0.6695969104766846,0.5756876468658447,-0.46928006410598755,0.6695969104766846,0.5756876468658447,-0.46928006410598755,0.6695969104766846,0.5812434554100037,-0.4545243978500366,0.6749545335769653,0.5812434554100037,-0.4545243978500366,0.6749545335769653,0.5812434554100037,-0.4545243978500366,0.6749545335769653,0.6202036142349243,-0.4078212380409241,0.6700965166091919,0.6202036142349243,-0.4078212380409241,0.6700965166091919,0.6202036142349243,-0.4078212380409241,0.6700965166091919,0.6951031684875488,-0.3004469573497772,0.6531180143356323,0.6951031684875488,-0.3004469573497772,0.6531180143356323,0.6951031684875488,-0.3004469573497772,0.6531180143356323,0.7126843333244324,-0.20896053314208984,0.6696391105651855,0.7126843333244324,-0.20896053314208984,0.6696391105651855,0.7126843333244324,-0.20896053314208984,0.6696391105651855,0.7770177125930786,-0.07682532072067261,0.6247729659080505,0.7770177125930786,-0.07682532072067261,0.6247729659080505,0.7770177125930786,-0.07682532072067261,0.6247729659080505,0.7965391278266907,-0.07975690811872482,0.599303126335144,0.7965391278266907,-0.07975690811872482,0.599303126335144,0.7965391278266907,-0.07975690811872482,0.599303126335144,0.8468315601348877,0.14990606904029846,0.5102984309196472,0.8468315601348877,0.14990606904029846,0.5102984309196472,0.8468315601348877,0.14990606904029846,0.5102984309196472,0.8547893166542053,0.2762351334095001,0.4393511712551117,0.8547893166542053,0.2762351334095001,0.4393511712551117,0.8547893166542053,0.2762351334095001,0.4393511712551117,0.8406268358230591,0.3820335865020752,0.3839229643344879,0.8406268358230591,0.3820335865020752,0.3839229643344879,0.8406268358230591,0.3820335865020752,0.3839229643344879,0.8307233452796936,0.4050635099411011,0.3818668723106384,0.8307233452796936,0.4050635099411011,0.3818668723106384,0.8307233452796936,0.4050635099411011,0.3818668723106384,0.8134273886680603,0.4665117561817169,0.3474229872226715,0.8134273886680603,0.4665117561817169,0.3474229872226715,0.8134273886680603,0.4665117561817169,0.3474229872226715,0.7895156741142273,0.5549483299255371,0.2621016800403595,0.7895156741142273,0.5549483299255371,0.2621016800403595,0.7895156741142273,0.5549483299255371,0.2621016800403595,0.697056233882904,0.6932083964347839,0.18323412537574768,0.697056233882904,0.6932083964347839,0.18323412537574768,0.697056233882904,0.6932083964347839,0.18323412537574768,0.6617465019226074,0.7339112162590027,0.1531858891248703,0.6617465019226074,0.7339112162590027,0.1531858891248703,0.6617465019226074,0.7339112162590027,0.1531858891248703,0.3596391975879669,-0.7425536513328552,0.5650431513786316,0.3596391975879669,-0.7425536513328552,0.5650431513786316,0.3596391975879669,-0.7425536513328552,0.5650431513786316,0.6951672434806824,-0.3028590977191925,0.6519346833229065,0.6951672434806824,-0.3028590977191925,0.6519346833229065,0.6951672434806824,-0.3028590977191925,0.6519346833229065,0.7600778937339783,-0.21076808869838715,0.6147018671035767,0.7600778937339783,-0.21076808869838715,0.6147018671035767,0.7600778937339783,-0.21076808869838715,0.6147018671035767,0.8375623822212219,-0.0065149483270943165,0.5463029146194458,0.8375623822212219,-0.0065149483270943165,0.5463029146194458,0.8375623822212219,-0.0065149483270943165,0.5463029146194458,0.8333050608634949,0.05380111187696457,0.550189197063446,0.8333050608634949,0.05380111187696457,0.550189197063446,0.8333050608634949,0.05380111187696457,0.550189197063446,0.8483066558837891,0.1025003045797348,0.519489586353302,0.8483066558837891,0.1025003045797348,0.519489586353302,0.8483066558837891,0.1025003045797348,0.519489586353302,0.7821261286735535,0.5633806586265564,0.2662348449230194,0.7821261286735535,0.5633806586265564,0.2662348449230194,0.7821261286735535,0.5633806586265564,0.2662348449230194,0.44402316212654114,-0.6700803637504578,0.594840943813324,0.44402316212654114,-0.6700803637504578,0.594840943813324,0.44402316212654114,-0.6700803637504578,0.594840943813324,0.459385484457016,-0.6631495356559753,0.590929388999939,0.459385484457016,-0.6631495356559753,0.590929388999939,0.459385484457016,-0.6631495356559753,0.590929388999939,0.5019846558570862,-0.6144782304763794,0.6086278557777405,0.5019846558570862,-0.6144782304763794,0.6086278557777405,0.5019846558570862,-0.6144782304763794,0.6086278557777405,0.6401417851448059,-0.4275970160961151,0.6382626891136169,0.6401417851448059,-0.4275970160961151,0.6382626891136169,0.6401417851448059,-0.4275970160961151,0.6382626891136169,0.6707409620285034,-0.3929738402366638,0.6290296316146851,0.6707409620285034,-0.3929738402366638,0.6290296316146851,0.6707409620285034,-0.3929738402366638,0.6290296316146851,0.7340242862701416,-0.30083441734313965,0.6088570356369019,0.7340242862701416,-0.30083441734313965,0.6088570356369019,0.7340242862701416,-0.30083441734313965,0.6088570356369019,0.7599634528160095,-0.22971513867378235,0.6080184578895569,0.7599634528160095,-0.22971513867378235,0.6080184578895569,0.7599634528160095,-0.22971513867378235,0.6080184578895569,0.8381413817405701,-0.00976631511002779,0.545365571975708,0.8381413817405701,-0.00976631511002779,0.545365571975708,0.8381413817405701,-0.00976631511002779,0.545365571975708,0.8800592422485352,0.16708360612392426,0.4444982409477234,0.8800592422485352,0.16708360612392426,0.4444982409477234,0.8800592422485352,0.16708360612392426,0.4444982409477234,0.8765502572059631,0.20801517367362976,0.4340384900569916,0.8765502572059631,0.20801517367362976,0.4340384900569916,0.8765502572059631,0.20801517367362976,0.4340384900569916,0.8721470832824707,0.3223614990711212,0.3680253326892853,0.8721470832824707,0.3223614990711212,0.3680253326892853,0.8721470832824707,0.3223614990711212,0.3680253326892853,0.8536169528961182,0.432278573513031,0.29064324498176575,0.8536169528961182,0.432278573513031,0.29064324498176575,0.8536169528961182,0.432278573513031,0.29064324498176575,0.794961154460907,0.564253032207489,0.2228345423936844,0.794961154460907,0.564253032207489,0.2228345423936844,0.794961154460907,0.564253032207489,0.2228345423936844,0.7655092477798462,0.6145379543304443,0.1906270533800125,0.7655092477798462,0.6145379543304443,0.1906270533800125,0.7655092477798462,0.6145379543304443,0.1906270533800125,0.6759204268455505,0.7284685969352722,0.11164744943380356,0.6759204268455505,0.7284685969352722,0.11164744943380356,0.6759204268455505,0.7284685969352722,0.11164744943380356,0.3811873197555542,-0.7664511799812317,0.5169611573219299,0.3811873197555542,-0.7664511799812317,0.5169611573219299,0.3811873197555542,-0.7664511799812317,0.5169611573219299,0.5300536155700684,-0.6118148565292358,0.5871334671974182,0.5300536155700684,-0.6118148565292358,0.5871334671974182,0.5300536155700684,-0.6118148565292358,0.5871334671974182,0.5665091872215271,-0.5606241226196289,0.6039600968360901,0.5665091872215271,-0.5606241226196289,0.6039600968360901,0.5665091872215271,-0.5606241226196289,0.6039600968360901,0.8282095193862915,-0.14847324788570404,0.540393054485321,0.8282095193862915,-0.14847324788570404,0.540393054485321,0.8282095193862915,-0.14847324788570404,0.540393054485321,0.8789453506469727,-0.00970078632235527,0.4768237769603729,0.8789453506469727,-0.00970078632235527,0.4768237769603729,0.8789453506469727,-0.00970078632235527,0.4768237769603729,0.8846785426139832,0.14189769327640533,0.4440820813179016,0.8846785426139832,0.14189769327640533,0.4440820813179016,0.8846785426139832,0.14189769327640533,0.4440820813179016,0.8939091563224792,0.23754946887493134,0.38012710213661194,0.8939091563224792,0.23754946887493134,0.38012710213661194,0.8939091563224792,0.23754946887493134,0.38012710213661194,0.8842283487319946,0.3507084548473358,0.30845361948013306,0.8842283487319946,0.3507084548473358,0.30845361948013306,0.8842283487319946,0.3507084548473358,0.30845361948013306,0.8574556708335876,0.4253818392753601,0.2895168960094452,0.8574556708335876,0.4253818392753601,0.2895168960094452,0.8574556708335876,0.4253818392753601,0.2895168960094452,0.6856300830841064,0.7201259136199951,0.10644324868917465,0.6856300830841064,0.7201259136199951,0.10644324868917465,0.6856300830841064,0.7201259136199951,0.10644324868917465,0.37500858306884766,-0.7835049629211426,0.495467871427536,0.37500858306884766,-0.7835049629211426,0.495467871427536,0.37500858306884766,-0.7835049629211426,0.495467871427536,0.6018067002296448,-0.544157862663269,0.584568977355957,0.6018067002296448,-0.544157862663269,0.584568977355957,0.6018067002296448,-0.544157862663269,0.584568977355957,0.6118766069412231,-0.528573215007782,0.588402271270752,0.6118766069412231,-0.528573215007782,0.588402271270752,0.6118766069412231,-0.528573215007782,0.588402271270752,0.6521636247634888,-0.49196669459342957,0.5767592787742615,0.6521636247634888,-0.49196669459342957,0.5767592787742615,0.6521636247634888,-0.49196669459342957,0.5767592787742615,0.6787533164024353,-0.43801575899124146,0.5894371867179871,0.6787533164024353,-0.43801575899124146,0.5894371867179871,0.6787533164024353,-0.43801575899124146,0.5894371867179871,0.7119154930114746,-0.40759140253067017,0.5718790888786316,0.7119154930114746,-0.40759140253067017,0.5718790888786316,0.7119154930114746,-0.40759140253067017,0.5718790888786316,0.7900132536888123,-0.2510083317756653,0.5593512654304504,0.7900132536888123,-0.2510083317756653,0.5593512654304504,0.7900132536888123,-0.2510083317756653,0.5593512654304504,0.8177752494812012,-0.19625915586948395,0.5410415530204773,0.8177752494812012,-0.19625915586948395,0.5410415530204773,0.8177752494812012,-0.19625915586948395,0.5410415530204773,0.8282662630081177,-0.13645857572555542,0.5434648990631104,0.8282662630081177,-0.13645857572555542,0.5434648990631104,0.8282662630081177,-0.13645857572555542,0.5434648990631104,0.876527726650238,-0.005589361768215895,0.48131880164146423,0.876527726650238,-0.005589361768215895,0.48131880164146423,0.876527726650238,-0.005589361768215895,0.48131880164146423,0.8883343935012817,0.027747750282287598,0.4583577811717987,0.8883343935012817,0.027747750282287598,0.4583577811717987,0.8883343935012817,0.027747750282287598,0.4583577811717987,0.8706625699996948,0.4245999753475189,0.24831721186637878,0.8706625699996948,0.4245999753475189,0.24831721186637878,0.8706625699996948,0.4245999753475189,0.24831721186637878,0.8434138298034668,0.4924025237560272,0.21492508053779602,0.8434138298034668,0.4924025237560272,0.21492508053779602,0.8434138298034668,0.4924025237560272,0.21492508053779602,0.7888567447662354,0.5960189700126648,0.14988814294338226,0.7888567447662354,0.5960189700126648,0.14988814294338226,0.7888567447662354,0.5960189700126648,0.14988814294338226,0.7648077607154846,0.6335129141807556,0.11717672646045685,0.7648077607154846,0.6335129141807556,0.11717672646045685,0.7648077607154846,0.6335129141807556,0.11717672646045685,0.6733024716377258,0.7368136644363403,0.061395272612571716,0.6733024716377258,0.7368136644363403,0.061395272612571716,0.6733024716377258,0.7368136644363403,0.061395272612571716,0.4418204426765442,-0.7409349679946899,0.5057767629623413,0.4418204426765442,-0.7409349679946899,0.5057767629623413,0.4418204426765442,-0.7409349679946899,0.5057767629623413,0.4534763991832733,-0.7238885164260864,0.5199466943740845,0.4534763991832733,-0.7238885164260864,0.5199466943740845,0.4534763991832733,-0.7238885164260864,0.5199466943740845,0.5133105516433716,-0.6624720096588135,0.545566737651825,0.5133105516433716,-0.6624720096588135,0.545566737651825,0.5133105516433716,-0.6624720096588135,0.545566737651825,0.8685378432273865,-0.13634930551052094,0.47649848461151123,0.8685378432273865,-0.13634930551052094,0.47649848461151123,0.8685378432273865,-0.13634930551052094,0.47649848461151123,0.915332019329071,0.1901804506778717,0.3549627363681793,0.915332019329071,0.1901804506778717,0.3549627363681793,0.915332019329071,0.1901804506778717,0.3549627363681793,0.9209673404693604,0.2285880148410797,0.3155418336391449,0.9209673404693604,0.2285880148410797,0.3155418336391449,0.9209673404693604,0.2285880148410797,0.3155418336391449,0.9047009944915771,0.3008692264556885,0.30165162682533264,0.9047009944915771,0.3008692264556885,0.30165162682533264,0.9047009944915771,0.3008692264556885,0.30165162682533264,0.855934739112854,0.4812316298484802,0.1891874372959137,0.855934739112854,0.4812316298484802,0.1891874372959137,0.855934739112854,0.4812316298484802,0.1891874372959137,0.8476294875144958,0.5061883330345154,0.1590520441532135,0.8476294875144958,0.5061883330345154,0.1590520441532135,0.8476294875144958,0.5061883330345154,0.1590520441532135,0.534237802028656,-0.6714012026786804,0.5136246681213379,0.534237802028656,-0.6714012026786804,0.5136246681213379,0.534237802028656,-0.6714012026786804,0.5136246681213379,0.5785028338432312,-0.618105411529541,0.5322407484054565,0.5785028338432312,-0.618105411529541,0.5322407484054565,0.5785028338432312,-0.618105411529541,0.5322407484054565,0.7223207950592041,-0.43026283383369446,0.5414116978645325,0.7223207950592041,-0.43026283383369446,0.5414116978645325,0.7223207950592041,-0.43026283383369446,0.5414116978645325,0.7449300289154053,-0.40462526679039,0.5304315686225891,0.7449300289154053,-0.40462526679039,0.5304315686225891,0.7449300289154053,-0.40462526679039,0.5304315686225891,0.7685803174972534,-0.3602699339389801,0.5286681056022644,0.7685803174972534,-0.3602699339389801,0.5286681056022644,0.7685803174972534,-0.3602699339389801,0.5286681056022644,0.8267701864242554,-0.24439585208892822,0.5066772699356079,0.8267701864242554,-0.24439585208892822,0.5066772699356079,0.8267701864242554,-0.24439585208892822,0.5066772699356079,0.8687889575958252,-0.14834639430046082,0.47243958711624146,0.8687889575958252,-0.14834639430046082,0.47243958711624146,0.8687889575958252,-0.14834639430046082,0.47243958711624146,0.8737378120422363,-0.1667739301919937,0.4569122791290283,0.8737378120422363,-0.1667739301919937,0.4569122791290283,0.8737378120422363,-0.1667739301919937,0.4569122791290283,0.916032075881958,-0.019845690578222275,0.4006137549877167,0.916032075881958,-0.019845690578222275,0.4006137549877167,0.916032075881958,-0.019845690578222275,0.4006137549877167,0.9218834638595581,0.05973073095083237,0.38283538818359375,0.9218834638595581,0.05973073095083237,0.38283538818359375,0.9218834638595581,0.05973073095083237,0.38283538818359375,0.9281226396560669,0.09648533165454865,0.359553724527359,0.9281226396560669,0.09648533165454865,0.359553724527359,0.9281226396560669,0.09648533165454865,0.359553724527359,0.9198750257492065,0.3027009963989258,0.24940308928489685,0.9198750257492065,0.3027009963989258,0.24940308928489685,0.9198750257492065,0.3027009963989258,0.24940308928489685,0.906251072883606,0.35328689217567444,0.2321581393480301,0.906251072883606,0.35328689217567444,0.2321581393480301,0.906251072883606,0.35328689217567444,0.2321581393480301,0.9083019495010376,0.3668147027492523,0.2010832130908966,0.9083019495010376,0.3668147027492523,0.2010832130908966,0.9083019495010376,0.3668147027492523,0.2010832130908966,0.7956653237342834,0.5990853905677795,0.08951690047979355,0.7956653237342834,0.5990853905677795,0.08951690047979355,0.7956653237342834,0.5990853905677795,0.08951690047979355,0.4293012320995331,-0.7822312116622925,0.4514584541320801,0.4293012320995331,-0.7822312116622925,0.4514584541320801,0.4293012320995331,-0.7822312116622925,0.4514584541320801,0.5070163607597351,-0.7246307730674744,0.4667384922504425,0.5070163607597351,-0.7246307730674744,0.4667384922504425,0.5070163607597351,-0.7246307730674744,0.4667384922504425,0.6050831079483032,-0.6140891313552856,0.5067237615585327,0.6050831079483032,-0.6140891313552856,0.5067237615585327,0.6050831079483032,-0.6140891313552856,0.5067237615585327,0.645775556564331,-0.5518308877944946,0.5276897549629211,0.645775556564331,-0.5518308877944946,0.5276897549629211,0.645775556564331,-0.5518308877944946,0.5276897549629211,0.6887390613555908,-0.5104507207870483,0.5148577690124512,0.6887390613555908,-0.5104507207870483,0.5148577690124512,0.6887390613555908,-0.5104507207870483,0.5148577690124512,0.8054763674736023,-0.34755024313926697,0.4800173342227936,0.8054763674736023,-0.34755024313926697,0.4800173342227936,0.8054763674736023,-0.34755024313926697,0.4800173342227936,0.9173882007598877,-0.0622781477868557,0.39309069514274597,0.9173882007598877,-0.0622781477868557,0.39309069514274597,0.9173882007598877,-0.0622781477868557,0.39309069514274597,0.9413614869117737,0.17954415082931519,0.2856613099575043,0.9413614869117737,0.17954415082931519,0.2856613099575043,0.9413614869117737,0.17954415082931519,0.2856613099575043,0.9419153332710266,0.22787219285964966,0.2467179149389267,0.9419153332710266,0.22787219285964966,0.2467179149389267,0.9419153332710266,0.22787219285964966,0.2467179149389267,0.8685555458068848,0.4774654507637024,0.1328074187040329,0.8685555458068848,0.4774654507637024,0.1328074187040329,0.8685555458068848,0.4774654507637024,0.1328074187040329,0.8579248785972595,0.5038976073265076,0.10026025027036667,0.8579248785972595,0.5038976073265076,0.10026025027036667,0.8579248785972595,0.5038976073265076,0.10026025027036667,0.7867751717567444,0.6149638295173645,0.05295562744140625,0.7867751717567444,0.6149638295173645,0.05295562744140625,0.7867751717567444,0.6149638295173645,0.05295562744140625,0.7508528828620911,0.6596750020980835,0.032386381179094315,0.7508528828620911,0.6596750020980835,0.032386381179094315,0.7508528828620911,0.6596750020980835,0.032386381179094315,0.7448477745056152,0.6671485900878906,0.010699043981730938,0.7448477745056152,0.6671485900878906,0.010699043981730938,0.7448477745056152,0.6671485900878906,0.010699043981730938,0.6850132346153259,0.728483259677887,-0.008314677514135838,0.6850132346153259,0.728483259677887,-0.008314677514135838,0.6850132346153259,0.728483259677887,-0.008314677514135838,0.8054907321929932,-0.3480989634990692,0.4795956611633301,0.8054907321929932,-0.3480989634990692,0.4795956611633301,0.8054907321929932,-0.3480989634990692,0.4795956611633301,0.8733823299407959,-0.21724604070186615,0.43589845299720764,0.8733823299407959,-0.21724604070186615,0.43589845299720764,0.8733823299407959,-0.21724604070186615,0.43589845299720764,0.9202439785003662,-0.08750447630882263,0.3814365565776825,0.9202439785003662,-0.08750447630882263,0.3814365565776825,0.9202439785003662,-0.08750447630882263,0.3814365565776825,0.945033073425293,0.05284051224589348,0.32267695665359497,0.945033073425293,0.05284051224589348,0.32267695665359497,0.945033073425293,0.05284051224589348,0.32267695665359497,0.9528486132621765,0.09204889833927155,0.2891477942466736,0.9528486132621765,0.09204889833927155,0.2891477942466736,0.9528486132621765,0.09204889833927155,0.2891477942466736,0.9225152730941772,0.3427398204803467,0.17746856808662415,0.9225152730941772,0.3427398204803467,0.17746856808662415,0.9225152730941772,0.3427398204803467,0.17746856808662415,0.9088089466094971,0.3935106694698334,0.13862062990665436,0.9088089466094971,0.3935106694698334,0.13862062990665436,0.9088089466094971,0.3935106694698334,0.13862062990665436,0.6731923818588257,0.7386753559112549,-0.03421702980995178,0.6731923818588257,0.7386753559112549,-0.03421702980995178,0.6731923818588257,0.7386753559112549,-0.03421702980995178,0.5091643929481506,-0.7283125519752502,0.4585983455181122,0.5091643929481506,-0.7283125519752502,0.4585983455181122,0.5091643929481506,-0.7283125519752502,0.4585983455181122,0.5875530242919922,-0.6643692851066589,0.46194693446159363,0.5875530242919922,-0.6643692851066589,0.46194693446159363,0.5875530242919922,-0.6643692851066589,0.46194693446159363,0.6795135140419006,-0.5675824284553528,0.46487805247306824,0.6795135140419006,-0.5675824284553528,0.46487805247306824,0.6795135140419006,-0.5675824284553528,0.46487805247306824,0.7486212253570557,-0.4828852117061615,0.4542996883392334,0.7486212253570557,-0.4828852117061615,0.4542996883392334,0.7486212253570557,-0.4828852117061615,0.4542996883392334,0.8258507251739502,-0.35328999161720276,0.43949615955352783,0.8258507251739502,-0.35328999161720276,0.43949615955352783,0.8258507251739502,-0.35328999161720276,0.43949615955352783,0.8381378650665283,-0.33552512526512146,0.43005552887916565,0.8381378650665283,-0.33552512526512146,0.43005552887916565,0.8381378650665283,-0.33552512526512146,0.43005552887916565,0.9018329381942749,-0.21466466784477234,0.37498852610588074,0.9018329381942749,-0.21466466784477234,0.37498852610588074,0.9018329381942749,-0.21466466784477234,0.37498852610588074,0.9451899528503418,-0.05082845687866211,0.3225407004356384,0.9451899528503418,-0.05082845687866211,0.3225407004356384,0.9451899528503418,-0.05082845687866211,0.3225407004356384,0.9526519179344177,0.20370693504810333,0.225738525390625,0.9526519179344177,0.20370693504810333,0.225738525390625,0.9526519179344177,0.20370693504810333,0.225738525390625,0.9468472003936768,0.2717098593711853,0.17220382392406464,0.9468472003936768,0.2717098593711853,0.17220382392406464,0.9468472003936768,0.2717098593711853,0.17220382392406464,0.8770905137062073,0.47509101033210754,0.07071618735790253,0.8770905137062073,0.47509101033210754,0.07071618735790253,0.8770905137062073,0.47509101033210754,0.07071618735790253,0.8595103621482849,0.510030210018158,0.03333282470703125,0.8595103621482849,0.510030210018158,0.03333282470703125,0.8595103621482849,0.510030210018158,0.03333282470703125,0.7882171273231506,0.6151881814002991,-0.016043655574321747,0.7882171273231506,0.6151881814002991,-0.016043655574321747,0.7882171273231506,0.6151881814002991,-0.016043655574321747,0.4826602041721344,-0.7814335227012634,0.3954753577709198,0.4826602041721344,-0.7814335227012634,0.3954753577709198,0.4826602041721344,-0.7814335227012634,0.3954753577709198,0.5903066992759705,-0.671808660030365,0.4474495053291321,0.5903066992759705,-0.671808660030365,0.4474495053291321,0.5903066992759705,-0.671808660030365,0.4474495053291321,0.6176223158836365,-0.6542739868164062,0.43642663955688477,0.6176223158836365,-0.6542739868164062,0.43642663955688477,0.6176223158836365,-0.6542739868164062,0.43642663955688477,0.7155701518058777,-0.5416382551193237,0.44112035632133484,0.7155701518058777,-0.5416382551193237,0.44112035632133484,0.7155701518058777,-0.5416382551193237,0.44112035632133484,0.7423416972160339,-0.49982210993766785,0.4462137818336487,0.7423416972160339,-0.49982210993766785,0.4462137818336487,0.7423416972160339,-0.49982210993766785,0.4462137818336487,0.9024668335914612,-0.20316575467586517,0.3798386752605438,0.9024668335914612,-0.20316575467586517,0.3798386752605438,0.9024668335914612,-0.20316575467586517,0.3798386752605438,0.9658974409103394,0.05285366252064705,0.25347280502319336,0.9658974409103394,0.05285366252064705,0.25347280502319336,0.9658974409103394,0.05285366252064705,0.25347280502319336,0.9715232253074646,0.0936417505145073,0.2176552563905716,0.9715232253074646,0.0936417505145073,0.2176552563905716,0.9715232253074646,0.0936417505145073,0.2176552563905716,0.9596962928771973,0.2410278171300888,0.1445290893316269,0.9596962928771973,0.2410278171300888,0.1445290893316269,0.9596962928771973,0.2410278171300888,0.1445290893316269,0.9270786046981812,0.3574337363243103,0.11298901587724686,0.9270786046981812,0.3574337363243103,0.11298901587724686,0.9270786046981812,0.3574337363243103,0.11298901587724686,0.9287886023521423,0.3630741536617279,0.07435576617717743,0.9287886023521423,0.3630741536617279,0.07435576617717743,0.9287886023521423,0.3630741536617279,0.07435576617717743,0.865666389465332,0.5004338622093201,0.013698640279471874,0.865666389465332,0.5004338622093201,0.013698640279471874,0.865666389465332,0.5004338622093201,0.013698640279471874,0.6905562877655029,0.720539391040802,-0.06288740038871765,0.6905562877655029,0.720539391040802,-0.06288740038871765,0.6905562877655029,0.720539391040802,-0.06288740038871765,0.6699749231338501,0.7372786998748779,-0.08691278845071793,0.6699749231338501,0.7372786998748779,-0.08691278845071793,0.6699749231338501,0.7372786998748779,-0.08691278845071793,0.5292832255363464,-0.7492096424102783,0.398176372051239,0.5292832255363464,-0.7492096424102783,0.398176372051239,0.5292832255363464,-0.7492096424102783,0.398176372051239,0.7734577655792236,-0.48836296796798706,0.4040603041648865,0.7734577655792236,-0.48836296796798706,0.4040603041648865,0.7734577655792236,-0.48836296796798706,0.4040603041648865,0.8488473296165466,-0.35865145921707153,0.3883650004863739,0.8488473296165466,-0.35865145921707153,0.3883650004863739,0.8488473296165466,-0.35865145921707153,0.3883650004863739,0.8720335364341736,-0.32332825660705566,0.3674458861351013,0.8720335364341736,-0.32332825660705566,0.3674458861351013,0.8720335364341736,-0.32332825660705566,0.3674458861351013,0.9512139558792114,-0.09966966509819031,0.29198986291885376,0.9512139558792114,-0.09966966509819031,0.29198986291885376,0.9512139558792114,-0.09966966509819031,0.29198986291885376,0.9657013416290283,-0.05350843816995621,0.2540820240974426,0.9657013416290283,-0.05350843816995621,0.2540820240974426,0.9657013416290283,-0.05350843816995621,0.2540820240974426,0.9784365892410278,0.07294677197933197,0.19323702156543732,0.9784365892410278,0.07294677197933197,0.19323702156543732,0.9784365892410278,0.07294677197933197,0.19323702156543732,0.9779189229011536,0.14973843097686768,0.14578372240066528,0.9779189229011536,0.14973843097686768,0.14578372240066528,0.9779189229011536,0.14973843097686768,0.14578372240066528,0.9653736352920532,0.22101978957653046,0.13857881724834442,0.9653736352920532,0.22101978957653046,0.13857881724834442,0.9653736352920532,0.22101978957653046,0.13857881724834442,0.9250349998474121,0.3715825080871582,0.07897330075502396,0.9250349998474121,0.3715825080871582,0.07897330075502396,0.9250349998474121,0.3715825080871582,0.07897330075502396,0.8780057430267334,0.47864553332328796,0.002059721853584051,0.8780057430267334,0.47864553332328796,0.002059721853584051,0.8780057430267334,0.47864553332328796,0.002059721853584051,0.7979824542999268,0.6005654335021973,-0.05045133829116821,0.7979824542999268,0.6005654335021973,-0.05045133829116821,0.7979824542999268,0.6005654335021973,-0.05045133829116821,0.7649514675140381,0.6403459906578064,-0.06932714581489563,0.7649514675140381,0.6403459906578064,-0.06932714581489563,0.7649514675140381,0.6403459906578064,-0.06932714581489563,0.5287901163101196,-0.769096851348877,0.35898613929748535,0.5287901163101196,-0.769096851348877,0.35898613929748535,0.5287901163101196,-0.769096851348877,0.35898613929748535,0.6116503477096558,-0.6854968667030334,0.3949403762817383,0.6116503477096558,-0.6854968667030334,0.3949403762817383,0.6116503477096558,-0.6854968667030334,0.3949403762817383,0.7715392708778381,-0.5021517276763916,0.390603244304657,0.7715392708778381,-0.5021517276763916,0.390603244304657,0.7715392708778381,-0.5021517276763916,0.390603244304657,0.9189767837524414,-0.2385062277317047,0.31400060653686523,0.9189767837524414,-0.2385062277317047,0.31400060653686523,0.9189767837524414,-0.2385062277317047,0.31400060653686523,0.9421039819717407,-0.17132499814033508,0.2882496118545532,0.9421039819717407,-0.17132499814033508,0.2882496118545532,0.9421039819717407,-0.17132499814033508,0.2882496118545532,0.9705281257629395,0.2186465859413147,0.10133538395166397,0.9705281257629395,0.2186465859413147,0.10133538395166397,0.9705281257629395,0.2186465859413147,0.10133538395166397,0.9619700312614441,0.26504915952682495,0.06605007499456406,0.9619700312614441,0.26504915952682495,0.06605007499456406,0.9619700312614441,0.26504915952682495,0.06605007499456406,0.9281594157218933,0.37183430790901184,0.0161077082157135,0.9281594157218933,0.37183430790901184,0.0161077082157135,0.9281594157218933,0.37183430790901184,0.0161077082157135,0.9104622006416321,0.41357922554016113,0.0032810880802571774,0.9104622006416321,0.41357922554016113,0.0032810880802571774,0.9104622006416321,0.41357922554016113,0.0032810880802571774,0.8636459112167358,0.5013160705566406,-0.05289478227496147,0.8636459112167358,0.5013160705566406,-0.05289478227496147,0.8636459112167358,0.5013160705566406,-0.05289478227496147,0.8417760133743286,0.5364248752593994,-0.06050996109843254,0.8417760133743286,0.5364248752593994,-0.06050996109843254,0.8417760133743286,0.5364248752593994,-0.06050996109843254,0.5622542500495911,-0.7440993785858154,0.3608134090900421,0.5622542500495911,-0.7440993785858154,0.3608134090900421,0.5622542500495911,-0.7440993785858154,0.3608134090900421,0.6722040176391602,-0.6394633650779724,0.3731330633163452,0.6722040176391602,-0.6394633650779724,0.3731330633163452,0.6722040176391602,-0.6394633650779724,0.3731330633163452,0.6766082644462585,-0.6336116194725037,0.375150203704834,0.6766082644462585,-0.6336116194725037,0.375150203704834,0.6766082644462585,-0.6336116194725037,0.375150203704834,0.7242382764816284,-0.5832406878471375,0.3678438067436218,0.7242382764816284,-0.5832406878471375,0.3678438067436218,0.7242382764816284,-0.5832406878471375,0.3678438067436218,0.8051493763923645,-0.4790969491004944,0.3495720326900482,0.8051493763923645,-0.4790969491004944,0.3495720326900482,0.8051493763923645,-0.4790969491004944,0.3495720326900482,0.8051804900169373,-0.47904419898986816,0.3495725691318512,0.8051804900169373,-0.47904419898986816,0.3495725691318512,0.8051804900169373,-0.47904419898986816,0.3495725691318512,0.8428593277931213,-0.42745721340179443,0.3269074857234955,0.8428593277931213,-0.42745721340179443,0.3269074857234955,0.8428593277931213,-0.42745721340179443,0.3269074857234955,0.8695386648178101,-0.36975347995758057,0.32739099860191345,0.8695386648178101,-0.36975347995758057,0.32739099860191345,0.8695386648178101,-0.36975347995758057,0.32739099860191345,0.8801356554031372,-0.35621267557144165,0.3138050436973572,0.8801356554031372,-0.35621267557144165,0.3138050436973572,0.8801356554031372,-0.35621267557144165,0.3138050436973572,0.9052138924598694,-0.29848042130470276,0.30248501896858215,0.9052138924598694,-0.29848042130470276,0.30248501896858215,0.9052138924598694,-0.29848042130470276,0.30248501896858215,0.9710896015167236,-0.08743782341480255,0.22212526202201843,0.9710896015167236,-0.08743782341480255,0.22212526202201843,0.9710896015167236,-0.08743782341480255,0.22212526202201843,0.9843662977218628,0.000017772854334907606,0.1761339157819748,0.9843662977218628,0.000017772854334907606,0.1761339157819748,0.9843662977218628,0.000017772854334907606,0.1761339157819748,0.9666674733161926,0.25145578384399414,0.04820946231484413,0.9666674733161926,0.25145578384399414,0.04820946231484413,0.9666674733161926,0.25145578384399414,0.04820946231484413,0.953928530216217,0.29992663860321045,0.008023975417017937,0.953928530216217,0.29992663860321045,0.008023975417017937,0.953928530216217,0.29992663860321045,0.008023975417017937,0.7796633839607239,0.6131311655044556,-0.1272604763507843,0.7796633839607239,0.6131311655044556,-0.1272604763507843,0.7796633839607239,0.6131311655044556,-0.1272604763507843,0.7397049069404602,0.6596195101737976,-0.13318659365177155,0.7397049069404602,0.6596195101737976,-0.13318659365177155,0.7397049069404602,0.6596195101737976,-0.13318659365177155,0.9139183759689331,-0.3100619316101074,0.26194408535957336,0.9139183759689331,-0.3100619316101074,0.26194408535957336,0.9139183759689331,-0.3100619316101074,0.26194408535957336,0.9295055866241455,-0.27604442834854126,0.24457871913909912,0.9295055866241455,-0.27604442834854126,0.24457871913909912,0.9295055866241455,-0.27604442834854126,0.24457871913909912,0.9419861435890198,-0.22633254528045654,0.24786238372325897,0.9419861435890198,-0.22633254528045654,0.24786238372325897,0.9419861435890198,-0.22633254528045654,0.24786238372325897,0.9624666571617126,-0.17234158515930176,0.20965756475925446,0.9624666571617126,-0.17234158515930176,0.20965756475925446,0.9624666571617126,-0.17234158515930176,0.20965756475925446,0.9882793426513672,-0.017996516078710556,0.15159210562705994,0.9882793426513672,-0.017996516078710556,0.15159210562705994,0.9882793426513672,-0.017996516078710556,0.15159210562705994,0.9925073385238647,0.010115690529346466,0.12176575511693954,0.9925073385238647,0.010115690529346466,0.12176575511693954,0.9925073385238647,0.010115690529346466,0.12176575511693954,0.9920052886009216,0.06470128893852234,0.10834818333387375,0.9920052886009216,0.06470128893852234,0.10834818333387375,0.9920052886009216,0.06470128893852234,0.10834818333387375,0.9926247000694275,0.08373288810253143,0.08766384422779083,0.9926247000694275,0.08373288810253143,0.08766384422779083,0.9926247000694275,0.08373288810253143,0.08766384422779083,0.8386416435241699,0.5311667323112488,-0.12059038877487183,0.8386416435241699,0.5311667323112488,-0.12059038877487183,0.8386416435241699,0.5311667323112488,-0.12059038877487183,0.8070511221885681,0.5745867490768433,-0.1360834836959839,0.8070511221885681,0.5745867490768433,-0.1360834836959839,0.8070511221885681,0.5745867490768433,-0.1360834836959839,0.7182596325874329,0.6777788400650024,-0.1572227030992508,0.7182596325874329,0.6777788400650024,-0.1572227030992508,0.7182596325874329,0.6777788400650024,-0.1572227030992508,0.6669809222221375,0.7268869876861572,-0.163620725274086,0.6669809222221375,0.7268869876861572,-0.163620725274086,0.6669809222221375,0.7268869876861572,-0.163620725274086,0.6599534153938293,0.7307937145233154,-0.174361914396286,0.6599534153938293,0.7307937145233154,-0.174361914396286,0.6599534153938293,0.7307937145233154,-0.174361914396286,0.5645354986190796,-0.7637167572975159,0.31310737133026123,0.5645354986190796,-0.7637167572975159,0.31310737133026123,0.5645354986190796,-0.7637167572975159,0.31310737133026123,0.6042667627334595,-0.733188807964325,0.3119228184223175,0.6042667627334595,-0.733188807964325,0.3119228184223175,0.6042667627334595,-0.733188807964325,0.3119228184223175,0.6384435296058655,-0.6961545348167419,0.3282662630081177,0.6384435296058655,-0.6961545348167419,0.3282662630081177,0.6384435296058655,-0.6961545348167419,0.3282662630081177,0.7318314909934998,-0.6030875444412231,0.31734535098075867,0.7318314909934998,-0.6030875444412231,0.31734535098075867,0.7318314909934998,-0.6030875444412231,0.31734535098075867,0.7684494256973267,-0.5557229518890381,0.31726571917533875,0.7684494256973267,-0.5557229518890381,0.31726571917533875,0.7684494256973267,-0.5557229518890381,0.31726571917533875,0.9620934724807739,-0.19812533259391785,0.18740986287593842,0.9620934724807739,-0.19812533259391785,0.18740986287593842,0.9620934724807739,-0.19812533259391785,0.18740986287593842,0.9807946085929871,-0.13639894127845764,0.13941718637943268,0.9807946085929871,-0.13639894127845764,0.13941718637943268,0.9807946085929871,-0.13639894127845764,0.13941718637943268,0.9955291748046875,0.07735104113817215,0.05420859530568123,0.9955291748046875,0.07735104113817215,0.05420859530568123,0.9955291748046875,0.07735104113817215,0.05420859530568123,0.9889633655548096,0.14480403065681458,0.03135548159480095,0.9889633655548096,0.14480403065681458,0.03135548159480095,0.9889633655548096,0.14480403065681458,0.03135548159480095,0.9630709886550903,0.26808658242225647,-0.02497866004705429,0.9630709886550903,0.26808658242225647,-0.02497866004705429,0.9630709886550903,0.26808658242225647,-0.02497866004705429,0.9507591128349304,0.3046179711818695,-0.05714073404669762,0.9507591128349304,0.3046179711818695,-0.05714073404669762,0.9507591128349304,0.3046179711818695,-0.05714073404669762,0.9364394545555115,0.34622451663017273,-0.0566541850566864,0.9364394545555115,0.34622451663017273,-0.0566541850566864,0.9364394545555115,0.34622451663017273,-0.0566541850566864,0.9045059680938721,0.4189983904361725,-0.07943131774663925,0.9045059680938721,0.4189983904361725,-0.07943131774663925,0.9045059680938721,0.4189983904361725,-0.07943131774663925,0.6850249171257019,-0.6689823865890503,0.2884501814842224,0.6850249171257019,-0.6689823865890503,0.2884501814842224,0.6850249171257019,-0.6689823865890503,0.2884501814842224,0.8343712687492371,-0.4867081642150879,0.258727103471756,0.8343712687492371,-0.4867081642150879,0.258727103471756,0.8343712687492371,-0.4867081642150879,0.258727103471756,0.8611881732940674,-0.43957898020744324,0.25519633293151855,0.8611881732940674,-0.43957898020744324,0.25519633293151855,0.8611881732940674,-0.43957898020744324,0.25519633293151855,0.8735098242759705,-0.4215339422225952,0.2434946447610855,0.8735098242759705,-0.4215339422225952,0.2434946447610855,0.8735098242759705,-0.4215339422225952,0.2434946447610855,0.9242793321609497,-0.3232194483280182,0.20306895673274994,0.9242793321609497,-0.3232194483280182,0.20306895673274994,0.9242793321609497,-0.3232194483280182,0.20306895673274994,0.9412503242492676,-0.2910950481891632,0.17120607197284698,0.9412503242492676,-0.2910950481891632,0.17120607197284698,0.9412503242492676,-0.2910950481891632,0.17120607197284698,0.9884611964225769,0.1494452804327011,-0.02470996044576168,0.9884611964225769,0.1494452804327011,-0.02470996044576168,0.9884611964225769,0.1494452804327011,-0.02470996044576168,0.9051368236541748,0.40756526589393616,-0.12090471386909485,0.9051368236541748,0.40756526589393616,-0.12090471386909485,0.9051368236541748,0.40756526589393616,-0.12090471386909485,0.8927735686302185,0.4306228458881378,-0.132360577583313,0.8927735686302185,0.4306228458881378,-0.132360577583313,0.8927735686302185,0.4306228458881378,-0.132360577583313,0.8244783878326416,0.5387475490570068,-0.17316661775112152,0.8244783878326416,0.5387475490570068,-0.17316661775112152,0.8244783878326416,0.5387475490570068,-0.17316661775112152,0.7613583207130432,0.6143478155136108,-0.207148015499115,0.7613583207130432,0.6143478155136108,-0.207148015499115,0.7613583207130432,0.6143478155136108,-0.207148015499115,0.7105037569999695,0.6688123941421509,-0.21880201995372772,0.7105037569999695,0.6688123941421509,-0.21880201995372772,0.7105037569999695,0.6688123941421509,-0.21880201995372772,0.6838383078575134,-0.6711653470993042,0.28618577122688293,0.6838383078575134,-0.6711653470993042,0.28618577122688293,0.6838383078575134,-0.6711653470993042,0.28618577122688293,0.7737100720405579,-0.5756310820579529,0.2646157443523407,0.7737100720405579,-0.5756310820579529,0.2646157443523407,0.7737100720405579,-0.5756310820579529,0.2646157443523407,0.8071300983428955,-0.5356366634368896,0.24826262891292572,0.8071300983428955,-0.5356366634368896,0.24826262891292572,0.8071300983428955,-0.5356366634368896,0.24826262891292572,0.8802008032798767,-0.42506885528564453,0.21109968423843384,0.8802008032798767,-0.42506885528564453,0.21109968423843384,0.8802008032798767,-0.42506885528564453,0.21109968423843384,0.9806501269340515,-0.15464940667152405,0.12003672122955322,0.9806501269340515,-0.15464940667152405,0.12003672122955322,0.9806501269340515,-0.15464940667152405,0.12003672122955322,0.9933840036392212,-0.08496429771184921,0.07726072520017624,0.9933840036392212,-0.08496429771184921,0.07726072520017624,0.9933840036392212,-0.08496429771184921,0.07726072520017624,0.9942174553871155,-0.08519471436738968,0.06537265330553055,0.9942174553871155,-0.08519471436738968,0.06537265330553055,0.9942174553871155,-0.08519471436738968,0.06537265330553055,0.9993005990982056,0.0076606385409832,0.03660028427839279,0.9993005990982056,0.0076606385409832,0.03660028427839279,0.9993005990982056,0.0076606385409832,0.03660028427839279,0.9892376065254211,0.1437629610300064,-0.027223369106650352,0.9892376065254211,0.1437629610300064,-0.027223369106650352,0.9892376065254211,0.1437629610300064,-0.027223369106650352,0.9598087072372437,0.2638520300388336,-0.09565318375825882,0.9598087072372437,0.2638520300388336,-0.09565318375825882,0.9598087072372437,0.2638520300388336,-0.09565318375825882,0.9473176598548889,0.292615681886673,-0.13025085628032684,0.9473176598548889,0.292615681886673,-0.13025085628032684,0.9473176598548889,0.292615681886673,-0.13025085628032684,0.8855265974998474,0.42759770154953003,-0.18166688084602356,0.8855265974998474,0.42759770154953003,-0.18166688084602356,0.8855265974998474,0.42759770154953003,-0.18166688084602356,0.7976858019828796,0.5627206563949585,-0.21689361333847046,0.7976858019828796,0.5627206563949585,-0.21689361333847046,0.7976858019828796,0.5627206563949585,-0.21689361333847046,0.702544629573822,0.6677262187004089,-0.2461155205965042,0.702544629573822,0.6677262187004089,-0.2461155205965042,0.702544629573822,0.6677262187004089,-0.2461155205965042,0.6421882510185242,0.726647675037384,-0.24408502876758575,0.6421882510185242,0.726647675037384,-0.24408502876758575,0.6421882510185242,0.726647675037384,-0.24408502876758575,0.6310875415802002,0.7343892455101013,-0.2498018443584442,0.6310875415802002,0.7343892455101013,-0.2498018443584442,0.6310875415802002,0.7343892455101013,-0.2498018443584442,0.5866430401802063,-0.7700048089027405,0.2508837580680847,0.5866430401802063,-0.7700048089027405,0.2508837580680847,0.5866430401802063,-0.7700048089027405,0.2508837580680847,0.6018184423446655,-0.758672833442688,0.24945929646492004,0.6018184423446655,-0.758672833442688,0.24945929646492004,0.6018184423446655,-0.758672833442688,0.24945929646492004,0.7055916786193848,-0.6663774251937866,0.24100078642368317,0.7055916786193848,-0.6663774251937866,0.24100078642368317,0.7055916786193848,-0.6663774251937866,0.24100078642368317,0.9391002058982849,-0.30869558453559875,0.1509893536567688,0.9391002058982849,-0.30869558453559875,0.1509893536567688,0.9391002058982849,-0.30869558453559875,0.1509893536567688,0.9620326161384583,-0.2515449523925781,0.10591602325439453,0.9620326161384583,-0.2515449523925781,0.10591602325439453,0.9620326161384583,-0.2515449523925781,0.10591602325439453,0.9999484419822693,-0.009937950409948826,0.0021022914443165064,0.9999484419822693,-0.009937950409948826,0.0021022914443165064,0.9999484419822693,-0.009937950409948826,0.0021022914443165064,0.9994486570358276,0.020810946822166443,-0.02587258443236351,0.9994486570358276,0.020810946822166443,-0.02587258443236351,0.9994486570358276,0.020810946822166443,-0.02587258443236351,0.985503077507019,0.14513592422008514,-0.08785851299762726,0.985503077507019,0.14513592422008514,-0.08785851299762726,0.985503077507019,0.14513592422008514,-0.08785851299762726,0.8845760226249695,0.43026670813560486,-0.1799885481595993,0.8845760226249695,0.43026670813560486,-0.1799885481595993,0.8845760226249695,0.43026670813560486,-0.1799885481595993,0.8046140670776367,0.5483994483947754,-0.2277154177427292,0.8046140670776367,0.5483994483947754,-0.2277154177427292,0.8046140670776367,0.5483994483947754,-0.2277154177427292,0.6156810522079468,-0.7591943740844727,0.21109437942504883,0.6156810522079468,-0.7591943740844727,0.21109437942504883,0.6156810522079468,-0.7591943740844727,0.21109437942504883,0.5933646559715271,-0.782313346862793,0.18948441743850708,0.5933646559715271,-0.782313346862793,0.18948441743850708,0.5933646559715271,-0.782313346862793,0.18948441743850708,0.6426620483398438,-0.7470527291297913,0.16999298334121704,0.6426620483398438,-0.7470527291297913,0.16999298334121704,0.6426620483398438,-0.7470527291297913,0.16999298334121704,0.6288856863975525,-0.7672224640846252,0.12598632276058197,0.6288856863975525,-0.7672224640846252,0.12598632276058197,0.6288856863975525,-0.7672224640846252,0.12598632276058197,0.6219501495361328,-0.7784315943717957,-0.0849832072854042,0.6219501495361328,-0.7784315943717957,-0.0849832072854042,0.6219501495361328,-0.7784315943717957,-0.0849832072854042,0.6553564071655273,-0.7468562722206116,-0.11275487393140793,0.6553564071655273,-0.7468562722206116,-0.11275487393140793,0.6553564071655273,-0.7468562722206116,-0.11275487393140793,0.633545994758606,-0.7577964067459106,-0.15609011054039001,0.633545994758606,-0.7577964067459106,-0.15609011054039001,0.633545994758606,-0.7577964067459106,-0.15609011054039001,0.6113263964653015,-0.7750575542449951,-0.1598932445049286,0.6113263964653015,-0.7750575542449951,-0.1598932445049286,0.6113263964653015,-0.7750575542449951,-0.1598932445049286,0.6261833906173706,-0.7529050707817078,-0.2025546282529831,0.6261833906173706,-0.7529050707817078,-0.2025546282529831,0.6261833906173706,-0.7529050707817078,-0.2025546282529831,0.5867382884025574,-0.7805472016334534,-0.2156018167734146,0.5867382884025574,-0.7805472016334534,-0.2156018167734146,0.5867382884025574,-0.7805472016334534,-0.2156018167734146,0.6194669604301453,-0.7428783774375916,-0.25375622510910034,0.6194669604301453,-0.7428783774375916,-0.25375622510910034,0.6194669604301453,-0.7428783774375916,-0.25375622510910034,0.5994622707366943,-0.746770441532135,-0.2880606949329376,0.5994622707366943,-0.746770441532135,-0.2880606949329376,0.5994622707366943,-0.746770441532135,-0.2880606949329376,0.5391317009925842,-0.7920500040054321,-0.2863454818725586,0.5391317009925842,-0.7920500040054321,-0.2863454818725586,0.5391317009925842,-0.7920500040054321,-0.2863454818725586,0.498352974653244,-0.7868287563323975,-0.3640669882297516,0.498352974653244,-0.7868287563323975,-0.3640669882297516,0.498352974653244,-0.7868287563323975,-0.3640669882297516,0.48423290252685547,-0.7531175017356873,-0.445345401763916,0.48423290252685547,-0.7531175017356873,-0.445345401763916,0.48423290252685547,-0.7531175017356873,-0.445345401763916,0.45530474185943604,-0.7545239329338074,-0.4726427495479584,0.45530474185943604,-0.7545239329338074,-0.4726427495479584,0.45530474185943604,-0.7545239329338074,-0.4726427495479584,0.41397377848625183,-0.787074089050293,-0.45731833577156067,0.41397377848625183,-0.787074089050293,-0.45731833577156067,0.41397377848625183,-0.787074089050293,-0.45731833577156067,0.4251015782356262,-0.7454332709312439,-0.5134372711181641,0.4251015782356262,-0.7454332709312439,-0.5134372711181641,0.4251015782356262,-0.7454332709312439,-0.5134372711181641,0.3802246153354645,-0.758820116519928,-0.5287922620773315,0.3802246153354645,-0.758820116519928,-0.5287922620773315,0.3802246153354645,-0.758820116519928,-0.5287922620773315,0.3392293453216553,-0.7951511144638062,-0.5026511549949646,0.3392293453216553,-0.7951511144638062,-0.5026511549949646,0.3392293453216553,-0.7951511144638062,-0.5026511549949646,0.24362091720104218,-0.6708751320838928,-0.7004109621047974,0.24362091720104218,-0.6708751320838928,-0.7004109621047974,0.24362091720104218,-0.6708751320838928,-0.7004109621047974,0.21896547079086304,-0.556934118270874,-0.8011732697486877,0.21896547079086304,-0.556934118270874,-0.8011732697486877,0.21896547079086304,-0.556934118270874,-0.8011732697486877,0.1643402874469757,-0.43699294328689575,-0.8843243718147278,0.1643402874469757,-0.43699294328689575,-0.8843243718147278,0.1643402874469757,-0.43699294328689575,-0.8843243718147278,0.11804415285587311,-0.30093029141426086,-0.9463120698928833,0.11804415285587311,-0.30093029141426086,-0.9463120698928833,0.11804415285587311,-0.30093029141426086,-0.9463120698928833,0.06500335037708282,-0.19608092308044434,-0.9784308671951294,0.06500335037708282,-0.19608092308044434,-0.9784308671951294,0.06500335037708282,-0.19608092308044434,-0.9784308671951294,0.014078924432396889,-0.09404564648866653,-0.9954683780670166,0.014078924432396889,-0.09404564648866653,-0.9954683780670166,0.014078924432396889,-0.09404564648866653,-0.9954683780670166,-0.018871478736400604,-0.054806746542453766,-0.998318612575531,-0.018871478736400604,-0.054806746542453766,-0.998318612575531,-0.018871478736400604,-0.054806746542453766,-0.998318612575531,-0.08642461150884628,0.07501982152462006,-0.9934298396110535,-0.08642461150884628,0.07501982152462006,-0.9934298396110535,-0.08642461150884628,0.07501982152462006,-0.9934298396110535,-0.26660120487213135,0.5583411455154419,-0.7856073379516602,-0.26660120487213135,0.5583411455154419,-0.7856073379516602,-0.26660120487213135,0.5583411455154419,-0.7856073379516602,-0.2702048420906067,0.6208049058914185,-0.7359284162521362,-0.2702048420906067,0.6208049058914185,-0.7359284162521362,-0.2702048420906067,0.6208049058914185,-0.7359284162521362,-0.2983953654766083,0.7588842511177063,-0.5788392424583435,-0.2983953654766083,0.7588842511177063,-0.5788392424583435,-0.2983953654766083,0.7588842511177063,-0.5788392424583435,-0.29916805028915405,0.7755056023597717,-0.555958092212677,-0.29916805028915405,0.7755056023597717,-0.555958092212677,-0.29916805028915405,0.7755056023597717,-0.555958092212677,-0.338386595249176,0.7551769018173218,-0.5614288449287415,-0.338386595249176,0.7551769018173218,-0.5614288449287415,-0.338386595249176,0.7551769018173218,-0.5614288449287415,-0.4129057228565216,0.7751450538635254,-0.47818300127983093,-0.4129057228565216,0.7751450538635254,-0.47818300127983093,-0.4129057228565216,0.7751450538635254,-0.47818300127983093,-0.4520573318004608,0.7575551271438599,-0.47090813517570496,-0.4520573318004608,0.7575551271438599,-0.47090813517570496,-0.4520573318004608,0.7575551271438599,-0.47090813517570496,-0.4494708180427551,0.7750819325447083,-0.444099098443985,-0.4494708180427551,0.7750819325447083,-0.444099098443985,-0.4494708180427551,0.7750819325447083,-0.444099098443985,-0.48675796389579773,0.7515396475791931,-0.44525834918022156,-0.48675796389579773,0.7515396475791931,-0.44525834918022156,-0.48675796389579773,0.7515396475791931,-0.44525834918022156,-0.4845626950263977,0.7756733894348145,-0.40438809990882874,-0.4845626950263977,0.7756733894348145,-0.40438809990882874,-0.4845626950263977,0.7756733894348145,-0.40438809990882874,-0.5070402026176453,0.758773922920227,-0.4088669717311859,-0.5070402026176453,0.758773922920227,-0.4088669717311859,-0.5070402026176453,0.758773922920227,-0.4088669717311859,-0.5485498905181885,0.7453860640525818,-0.3788042962551117,-0.5485498905181885,0.7453860640525818,-0.3788042962551117,-0.5485498905181885,0.7453860640525818,-0.3788042962551117,-0.5142344236373901,0.7928594946861267,-0.3270118236541748,-0.5142344236373901,0.7928594946861267,-0.3270118236541748,-0.5142344236373901,0.7928594946861267,-0.3270118236541748,-0.5723784565925598,0.7502222061157227,-0.3309827744960785,-0.5723784565925598,0.7502222061157227,-0.3309827744960785,-0.5723784565925598,0.7502222061157227,-0.3309827744960785,-0.5921087265014648,0.7521703839302063,-0.28921791911125183,-0.5921087265014648,0.7521703839302063,-0.28921791911125183,-0.5921087265014648,0.7521703839302063,-0.28921791911125183,-0.5655303597450256,0.7841176390647888,-0.25560706853866577,-0.5655303597450256,0.7841176390647888,-0.25560706853866577,-0.5655303597450256,0.7841176390647888,-0.25560706853866577,-0.6167894005775452,0.7472809553146362,-0.2472691386938095,-0.6167894005775452,0.7472809553146362,-0.2472691386938095,-0.6167894005775452,0.7472809553146362,-0.2472691386938095,-0.6954725980758667,0.6609190702438354,-0.28196436166763306,-0.6954725980758667,0.6609190702438354,-0.28196436166763306,-0.6954725980758667,0.6609190702438354,-0.28196436166763306,-0.6861194968223572,0.6691827774047852,-0.2853671610355377,-0.6861194968223572,0.6691827774047852,-0.2853671610355377,-0.6861194968223572,0.6691827774047852,-0.2853671610355377,-0.7779329419136047,0.5512000918388367,-0.30166006088256836,-0.7779329419136047,0.5512000918388367,-0.30166006088256836,-0.7779329419136047,0.5512000918388367,-0.30166006088256836,-0.7987500429153442,0.5008118152618408,-0.33344539999961853,-0.7987500429153442,0.5008118152618408,-0.33344539999961853,-0.7987500429153442,0.5008118152618408,-0.33344539999961853,-0.8430073261260986,0.42532697319984436,-0.32929545640945435,-0.8430073261260986,0.42532697319984436,-0.32929545640945435,-0.8430073261260986,0.42532697319984436,-0.32929545640945435,-0.8625542521476746,0.36020973324775696,-0.3553154170513153,-0.8625542521476746,0.36020973324775696,-0.3553154170513153,-0.8625542521476746,0.36020973324775696,-0.3553154170513153,-0.8923553824424744,0.28712591528892517,-0.3482248783111572,-0.8923553824424744,0.28712591528892517,-0.3482248783111572,-0.8923553824424744,0.28712591528892517,-0.3482248783111572,-0.9009346961975098,0.22736351191997528,-0.3696247935295105,-0.9009346961975098,0.22736351191997528,-0.3696247935295105,-0.9009346961975098,0.22736351191997528,-0.3696247935295105,-0.9126643538475037,0.16465741395950317,-0.3740744888782501,-0.9126643538475037,0.16465741395950317,-0.3740744888782501,-0.9126643538475037,0.16465741395950317,-0.3740744888782501,-0.902582049369812,-0.22982943058013916,-0.3640386462211609,-0.902582049369812,-0.22982943058013916,-0.3640386462211609,-0.902582049369812,-0.22982943058013916,-0.3640386462211609,-0.8871813416481018,-0.30095797777175903,-0.34976187348365784,-0.8871813416481018,-0.30095797777175903,-0.34976187348365784,-0.8871813416481018,-0.30095797777175903,-0.34976187348365784,-0.8643295168876648,-0.35500338673591614,-0.3562401831150055,-0.8643295168876648,-0.35500338673591614,-0.3562401831150055,-0.8643295168876648,-0.35500338673591614,-0.3562401831150055,-0.8467127084732056,-0.4148617088794708,-0.33311769366264343,-0.8467127084732056,-0.4148617088794708,-0.33311769366264343,-0.8467127084732056,-0.4148617088794708,-0.33311769366264343,-0.8096355199813843,-0.4855451285839081,-0.32975175976753235,-0.8096355199813843,-0.4855451285839081,-0.32975175976753235,-0.8096355199813843,-0.4855451285839081,-0.32975175976753235,-0.7973196506500244,-0.5182760953903198,-0.30930742621421814,-0.7973196506500244,-0.5182760953903198,-0.30930742621421814,-0.7973196506500244,-0.5182760953903198,-0.30930742621421814,-0.7203609943389893,-0.6219154596328735,-0.30708518624305725,-0.7203609943389893,-0.6219154596328735,-0.30708518624305725,-0.7203609943389893,-0.6219154596328735,-0.30708518624305725,-0.697121262550354,-0.6664835214614868,-0.26423799991607666,-0.697121262550354,-0.6664835214614868,-0.26423799991607666,-0.697121262550354,-0.6664835214614868,-0.26423799991607666,-0.6189661026000977,-0.7460291385650635,-0.24560454487800598,-0.6189661026000977,-0.7460291385650635,-0.24560454487800598,-0.6189661026000977,-0.7460291385650635,-0.24560454487800598,0.2384878545999527,-0.7649123072624207,-0.5983582735061646,0.2384878545999527,-0.7649123072624207,-0.5983582735061646,0.2384878545999527,-0.7649123072624207,-0.5983582735061646,0.2169802337884903,-0.7519776225090027,-0.6224542260169983,0.2169802337884903,-0.7519776225090027,-0.6224542260169983,0.2169802337884903,-0.7519776225090027,-0.6224542260169983,0.1958022266626358,-0.6686626076698303,-0.7173227071762085,0.1958022266626358,-0.6686626076698303,-0.7173227071762085,0.1958022266626358,-0.6686626076698303,-0.7173227071762085,0.11263571679592133,-0.4146845042705536,-0.9029672741889954,0.11263571679592133,-0.4146845042705536,-0.9029672741889954,0.11263571679592133,-0.4146845042705536,-0.9029672741889954,0.03878667205572128,-0.30056747794151306,-0.9529716372489929,0.03878667205572128,-0.30056747794151306,-0.9529716372489929,0.03878667205572128,-0.30056747794151306,-0.9529716372489929,-0.09469489008188248,0.05770040303468704,-0.9938327074050903,-0.09469489008188248,0.05770040303468704,-0.9938327074050903,-0.09469489008188248,0.05770040303468704,-0.9938327074050903,-0.15215347707271576,0.18239696323871613,-0.9713807702064514,-0.15215347707271576,0.18239696323871613,-0.9713807702064514,-0.15215347707271576,0.18239696323871613,-0.9713807702064514,-0.1888056993484497,0.22853198647499084,-0.9550526142120361,-0.1888056993484497,0.22853198647499084,-0.9550526142120361,-0.1888056993484497,0.22853198647499084,-0.9550526142120361,-0.18640099465847015,0.275983065366745,-0.9429146647453308,-0.18640099465847015,0.275983065366745,-0.9429146647453308,-0.18640099465847015,0.275983065366745,-0.9429146647453308,-0.22310657799243927,0.3269887864589691,-0.9183146357536316,-0.22310657799243927,0.3269887864589691,-0.9183146357536316,-0.22310657799243927,0.3269887864589691,-0.9183146357536316,-0.2677835524082184,0.43150219321250916,-0.8614509105682373,-0.2677835524082184,0.43150219321250916,-0.8614509105682373,-0.2677835524082184,0.43150219321250916,-0.8614509105682373,-0.30047544836997986,0.6214966177940369,-0.7235029935836792,-0.30047544836997986,0.6214966177940369,-0.7235029935836792,-0.30047544836997986,0.6214966177940369,-0.7235029935836792,-0.30388393998146057,0.6687248349189758,-0.6785732507705688,-0.30388393998146057,0.6687248349189758,-0.6785732507705688,-0.30388393998146057,0.6687248349189758,-0.6785732507705688,0.1924886554479599,-0.6723374128341675,-0.7147800326347351,0.1924886554479599,-0.6723374128341675,-0.7147800326347351,0.1924886554479599,-0.6723374128341675,-0.7147800326347351,0.15948034822940826,-0.5738786458969116,-0.8032617568969727,0.15948034822940826,-0.5738786458969116,-0.8032617568969727,0.15948034822940826,-0.5738786458969116,-0.8032617568969727,0.1481434851884842,-0.5512802600860596,-0.821062445640564,0.1481434851884842,-0.5512802600860596,-0.821062445640564,0.1481434851884842,-0.5512802600860596,-0.821062445640564,0.09703782200813293,-0.4353170394897461,-0.8950322866439819,0.09703782200813293,-0.4353170394897461,-0.8950322866439819,0.09703782200813293,-0.4353170394897461,-0.8950322866439819,0.05092572420835495,-0.2819359004497528,-0.9580807685852051,0.05092572420835495,-0.2819359004497528,-0.9580807685852051,0.05092572420835495,-0.2819359004497528,-0.9580807685852051,-0.05475116893649101,-0.09204639494419098,-0.9942483305931091,-0.05475116893649101,-0.09204639494419098,-0.9942483305931091,-0.05475116893649101,-0.09204639494419098,-0.9942483305931091,-0.09387734532356262,-0.047449782490730286,-0.9944523572921753,-0.09387734532356262,-0.047449782490730286,-0.9944523572921753,-0.09387734532356262,-0.047449782490730286,-0.9944523572921753,-0.15525740385055542,0.09262026846408844,-0.9835225343704224,-0.15525740385055542,0.09262026846408844,-0.9835225343704224,-0.15525740385055542,0.09262026846408844,-0.9835225343704224,-0.24562403559684753,0.309751033782959,-0.9185439944267273,-0.24562403559684753,0.309751033782959,-0.9185439944267273,-0.24562403559684753,0.309751033782959,-0.9185439944267273,-0.3027012348175049,0.42204147577285767,-0.8545483350753784,-0.3027012348175049,0.42204147577285767,-0.8545483350753784,-0.3027012348175049,0.42204147577285767,-0.8545483350753784,-0.30404654145240784,0.48360124230384827,-0.8207834959030151,-0.30404654145240784,0.48360124230384827,-0.8207834959030151,-0.30404654145240784,0.48360124230384827,-0.8207834959030151,-0.3383884131908417,0.6720497012138367,-0.6586671471595764,-0.3383884131908417,0.6720497012138367,-0.6586671471595764,-0.3383884131908417,0.6720497012138367,-0.6586671471595764,0.19177564978599548,-0.7741485834121704,-0.603254497051239,0.19177564978599548,-0.7741485834121704,-0.603254497051239,0.19177564978599548,-0.7741485834121704,-0.603254497051239,0.17217811942100525,-0.7519308924674988,-0.6363604664802551,0.17217811942100525,-0.7519308924674988,-0.6363604664802551,0.17217811942100525,-0.7519308924674988,-0.6363604664802551,0.14634649455547333,-0.6672407388687134,-0.7303234934806824,0.14634649455547333,-0.6672407388687134,-0.7303234934806824,0.14634649455547333,-0.6672407388687134,-0.7303234934806824,0.04830794408917427,-0.41444212198257446,-0.9087925553321838,0.04830794408917427,-0.41444212198257446,-0.9087925553321838,0.04830794408917427,-0.41444212198257446,-0.9087925553321838,-0.007981766946613789,-0.2760874330997467,-0.9610994458198547,-0.007981766946613789,-0.2760874330997467,-0.9610994458198547,-0.007981766946613789,-0.2760874330997467,-0.9610994458198547,-0.019173208624124527,-0.22404557466506958,-0.9743899703025818,-0.019173208624124527,-0.22404557466506958,-0.9743899703025818,-0.019173208624124527,-0.22404557466506958,-0.9743899703025818,-0.05408886447548866,-0.179549440741539,-0.9822608232498169,-0.05408886447548866,-0.179549440741539,-0.9822608232498169,-0.05408886447548866,-0.179549440741539,-0.9822608232498169,-0.17114077508449554,0.07015836238861084,-0.9827454090118408,-0.17114077508449554,0.07015836238861084,-0.9827454090118408,-0.17114077508449554,0.07015836238861084,-0.9827454090118408,-0.22357355058193207,0.11277022957801819,-0.9681414365768433,-0.22357355058193207,0.11277022957801819,-0.9681414365768433,-0.22357355058193207,0.11277022957801819,-0.9681414365768433,-0.2216479629278183,0.1780502051115036,-0.9587336182594299,-0.2216479629278183,0.1780502051115036,-0.9587336182594299,-0.2216479629278183,0.1780502051115036,-0.9587336182594299,-0.2561105787754059,0.2280293107032776,-0.9393667578697205,-0.2561105787754059,0.2280293107032776,-0.9393667578697205,-0.2561105787754059,0.2280293107032776,-0.9393667578697205,-0.25109314918518066,0.29794538021087646,-0.9209673404693604,-0.25109314918518066,0.29794538021087646,-0.9209673404693604,-0.25109314918518066,0.29794538021087646,-0.9209673404693604,-0.2996266782283783,0.43085768818855286,-0.8512259125709534,-0.2996266782283783,0.43085768818855286,-0.8512259125709534,-0.2996266782283783,0.43085768818855286,-0.8512259125709534,-0.33930516242980957,0.5109144449234009,-0.7898344397544861,-0.33930516242980957,0.5109144449234009,-0.7898344397544861,-0.33930516242980957,0.5109144449234009,-0.7898344397544861,-0.33326104283332825,0.5637035965919495,-0.7557615041732788,-0.33326104283332825,0.5637035965919495,-0.7557615041732788,-0.33326104283332825,0.5637035965919495,-0.7557615041732788,-0.34314197301864624,0.6674659848213196,-0.6608651280403137,-0.34314197301864624,0.6674659848213196,-0.6608651280403137,-0.34314197301864624,0.6674659848213196,-0.6608651280403137,0.14240138232707977,-0.6717830300331116,-0.7269315123558044,0.14240138232707977,-0.6717830300331116,-0.7269315123558044,0.14240138232707977,-0.6717830300331116,-0.7269315123558044,0.10260619223117828,-0.5698233842849731,-0.8153363466262817,0.10260619223117828,-0.5698233842849731,-0.8153363466262817,0.10260619223117828,-0.5698233842849731,-0.8153363466262817,0.089798703789711,-0.5493531227111816,-0.8307511210441589,0.089798703789711,-0.5493531227111816,-0.8307511210441589,0.089798703789711,-0.5493531227111816,-0.8307511210441589,0.03253224492073059,-0.4361743628978729,-0.8992738723754883,0.03253224492073059,-0.4361743628978729,-0.8992738723754883,0.03253224492073059,-0.4361743628978729,-0.8992738723754883,-0.017272913828492165,-0.30151358246803284,-0.9533054232597351,-0.017272913828492165,-0.30151358246803284,-0.9533054232597351,-0.017272913828492165,-0.30151358246803284,-0.9533054232597351,-0.12490195780992508,-0.09759928286075592,-0.9873570203781128,-0.12490195780992508,-0.09759928286075592,-0.9873570203781128,-0.12490195780992508,-0.09759928286075592,-0.9873570203781128,-0.3135986030101776,0.30326300859451294,-0.8998262882232666,-0.3135986030101776,0.30326300859451294,-0.8998262882232666,-0.3135986030101776,0.30326300859451294,-0.8998262882232666,-0.3805711269378662,0.5638691782951355,-0.7329509854316711,-0.3805711269378662,0.5638691782951355,-0.7329509854316711,-0.3805711269378662,0.5638691782951355,-0.7329509854316711,-0.3790178894996643,0.6707158088684082,-0.6375624537467957,-0.3790178894996643,0.6707158088684082,-0.6375624537467957,-0.3790178894996643,0.6707158088684082,-0.6375624537467957,-0.3749357759952545,0.7199116945266724,-0.5840807557106018,-0.3749357759952545,0.7199116945266724,-0.5840807557106018,-0.3749357759952545,0.7199116945266724,-0.5840807557106018,0.13260546326637268,-0.7831624150276184,-0.6075132489204407,0.13260546326637268,-0.7831624150276184,-0.6075132489204407,0.13260546326637268,-0.7831624150276184,-0.6075132489204407,0.12262507528066635,-0.7505149245262146,-0.6493768095970154,0.12262507528066635,-0.7505149245262146,-0.6493768095970154,0.12262507528066635,-0.7505149245262146,-0.6493768095970154,0.09245939552783966,-0.6531552076339722,-0.7515580654144287,0.09245939552783966,-0.6531552076339722,-0.7515580654144287,0.09245939552783966,-0.6531552076339722,-0.7515580654144287,-0.016185559332370758,-0.4045599400997162,-0.9143682718276978,-0.016185559332370758,-0.4045599400997162,-0.9143682718276978,-0.016185559332370758,-0.4045599400997162,-0.9143682718276978,-0.08457837253808975,-0.30128610134124756,-0.9497753977775574,-0.08457837253808975,-0.30128610134124756,-0.9497753977775574,-0.08457837253808975,-0.30128610134124756,-0.9497753977775574,-0.08639506250619888,-0.2263358235359192,-0.9702102541923523,-0.08639506250619888,-0.2263358235359192,-0.9702102541923523,-0.08639506250619888,-0.2263358235359192,-0.9702102541923523,-0.12321491539478302,-0.18008100986480713,-0.975904107093811,-0.12321491539478302,-0.18008100986480713,-0.975904107093811,-0.12321491539478302,-0.18008100986480713,-0.975904107093811,-0.18238937854766846,-0.06238517537713051,-0.9812451601028442,-0.18238937854766846,-0.06238517537713051,-0.9812451601028442,-0.18238937854766846,-0.06238517537713051,-0.9812451601028442,-0.24482564628124237,0.07347401976585388,-0.9667791128158569,-0.24482564628124237,0.07347401976585388,-0.9667791128158569,-0.24482564628124237,0.07347401976585388,-0.9667791128158569,-0.28987252712249756,0.18102696537971497,-0.939788818359375,-0.28987252712249756,0.18102696537971497,-0.939788818359375,-0.28987252712249756,0.18102696537971497,-0.939788818359375,-0.3216521739959717,0.2248537540435791,-0.9197720885276794,-0.3216521739959717,0.2248537540435791,-0.9197720885276794,-0.3216521739959717,0.2248537540435791,-0.9197720885276794,-0.3269162178039551,0.2731837332248688,-0.9047079086303711,-0.3269162178039551,0.2731837332248688,-0.9047079086303711,-0.3269162178039551,0.2731837332248688,-0.9047079086303711,-0.37844282388687134,0.4600401520729065,-0.8032086491584778,-0.37844282388687134,0.4600401520729065,-0.8032086491584778,-0.37844282388687134,0.4600401520729065,-0.8032086491584778,-0.4040505290031433,0.5044443607330322,-0.7630720734596252,-0.4040505290031433,0.5044443607330322,-0.7630720734596252,-0.4040505290031433,0.5044443607330322,-0.7630720734596252,-0.3962390422821045,0.5412984490394592,-0.7416135668754578,-0.3962390422821045,0.5412984490394592,-0.7416135668754578,-0.3962390422821045,0.5412984490394592,-0.7416135668754578,-0.3996243476867676,0.7216107249259949,-0.5653126239776611,-0.3996243476867676,0.7216107249259949,-0.5653126239776611,-0.3996243476867676,0.7216107249259949,-0.5653126239776611,0.043027061969041824,-0.5667014718055725,-0.8227989673614502,0.043027061969041824,-0.5667014718055725,-0.8227989673614502,0.043027061969041824,-0.5667014718055725,-0.8227989673614502,0.026221128180623055,-0.544979453086853,-0.8380392789840698,0.026221128180623055,-0.544979453086853,-0.8380392789840698,0.026221128180623055,-0.544979453086853,-0.8380392789840698,-0.0854753628373146,-0.30387356877326965,-0.9488703012466431,-0.0854753628373146,-0.30387356877326965,-0.9488703012466431,-0.0854753628373146,-0.30387356877326965,-0.9488703012466431,-0.20176956057548523,-0.08945140242576599,-0.9753396511077881,-0.20176956057548523,-0.08945140242576599,-0.9753396511077881,-0.20176956057548523,-0.08945140242576599,-0.9753396511077881,-0.23244889080524445,-0.058759868144989014,-0.9708319902420044,-0.23244889080524445,-0.058759868144989014,-0.9708319902420044,-0.23244889080524445,-0.058759868144989014,-0.9708319902420044,-0.2922513484954834,0.07632128149271011,-0.9532912969589233,-0.2922513484954834,0.07632128149271011,-0.9532912969589233,-0.2922513484954834,0.07632128149271011,-0.9532912969589233,-0.3779505789279938,0.2847527265548706,-0.8809478282928467,-0.3779505789279938,0.2847527265548706,-0.8809478282928467,-0.3779505789279938,0.2847527265548706,-0.8809478282928467,-0.38121792674064636,0.34173035621643066,-0.8590071201324463,-0.38121792674064636,0.34173035621643066,-0.8590071201324463,-0.38121792674064636,0.34173035621643066,-0.8590071201324463,-0.39349275827407837,0.37229543924331665,-0.8405709862709045,-0.39349275827407837,0.37229543924331665,-0.8405709862709045,-0.39349275827407837,0.37229543924331665,-0.8405709862709045,-0.4312167167663574,0.5738359093666077,-0.6962502002716064,-0.4312167167663574,0.5738359093666077,-0.6962502002716064,-0.4312167167663574,0.5738359093666077,-0.6962502002716064,-0.4003547728061676,0.7211435437202454,-0.5653918981552124,-0.4003547728061676,0.7211435437202454,-0.5653918981552124,-0.4003547728061676,0.7211435437202454,-0.5653918981552124,0.07129357755184174,-0.7559220194816589,-0.6507681012153625,0.07129357755184174,-0.7559220194816589,-0.6507681012153625,0.07129357755184174,-0.7559220194816589,-0.6507681012153625,0.07607172429561615,-0.6727812886238098,-0.7359201312065125,0.07607172429561615,-0.6727812886238098,-0.7359201312065125,0.07607172429561615,-0.6727812886238098,-0.7359201312065125,0.04203234612941742,-0.6590747237205505,-0.7509021162986755,0.04203234612941742,-0.6590747237205505,-0.7509021162986755,0.04203234612941742,-0.6590747237205505,-0.7509021162986755,0.0010082379449158907,-0.5597295165061951,-0.8286747336387634,0.0010082379449158907,-0.5597295165061951,-0.8286747336387634,0.0010082379449158907,-0.5597295165061951,-0.8286747336387634,-0.05128192901611328,-0.45276373624801636,-0.8901545405387878,-0.05128192901611328,-0.45276373624801636,-0.8901545405387878,-0.05128192901611328,-0.45276373624801636,-0.8901545405387878,-0.08205156773328781,-0.4016602337360382,-0.9121055603027344,-0.08205156773328781,-0.4016602337360382,-0.9121055603027344,-0.08205156773328781,-0.4016602337360382,-0.9121055603027344,-0.1457301527261734,-0.30034148693084717,-0.942633330821991,-0.1457301527261734,-0.30034148693084717,-0.942633330821991,-0.1457301527261734,-0.30034148693084717,-0.942633330821991,-0.15613014996051788,-0.22834151983261108,-0.9609805345535278,-0.15613014996051788,-0.22834151983261108,-0.9609805345535278,-0.15613014996051788,-0.22834151983261108,-0.9609805345535278,-0.19786381721496582,-0.18579545617103577,-0.9624603986740112,-0.19786381721496582,-0.18579545617103577,-0.9624603986740112,-0.19786381721496582,-0.18579545617103577,-0.9624603986740112,-0.2936820387840271,0.07330931723117828,-0.9530879259109497,-0.2936820387840271,0.07330931723117828,-0.9530879259109497,-0.2936820387840271,0.07330931723117828,-0.9530879259109497,-0.3568544089794159,0.3368019163608551,-0.8713319301605225,-0.3568544089794159,0.3368019163608551,-0.8713319301605225,-0.3568544089794159,0.3368019163608551,-0.8713319301605225,-0.4283367693424225,0.7331055402755737,-0.5282837748527527,-0.4283367693424225,0.7331055402755737,-0.5282837748527527,-0.4283367693424225,0.7331055402755737,-0.5282837748527527,-0.03590322285890579,-0.543755829334259,-0.8384751081466675,-0.03590322285890579,-0.543755829334259,-0.8384751081466675,-0.03590322285890579,-0.543755829334259,-0.8384751081466675,-0.05038350820541382,-0.5120380520820618,-0.8574837446212769,-0.05038350820541382,-0.5120380520820618,-0.8574837446212769,-0.05038350820541382,-0.5120380520820618,-0.8574837446212769,-0.27904239296913147,-0.08061040937900543,-0.9568894505500793,-0.27904239296913147,-0.08061040937900543,-0.9568894505500793,-0.27904239296913147,-0.08061040937900543,-0.9568894505500793,-0.33608224987983704,0.05748015269637108,-0.9400770664215088,-0.33608224987983704,0.05748015269637108,-0.9400770664215088,-0.33608224987983704,0.05748015269637108,-0.9400770664215088,-0.3592158854007721,0.08829525113105774,-0.9290682673454285,-0.3592158854007721,0.08829525113105774,-0.9290682673454285,-0.3592158854007721,0.08829525113105774,-0.9290682673454285,-0.4320739507675171,0.3552287518978119,-0.8289299011230469,-0.4320739507675171,0.3552287518978119,-0.8289299011230469,-0.4320739507675171,0.3552287518978119,-0.8289299011230469,-0.44877392053604126,0.4242124557495117,-0.7865403294563293,-0.44877392053604126,0.4242124557495117,-0.7865403294563293,-0.44877392053604126,0.4242124557495117,-0.7865403294563293,-0.4599502384662628,0.55046546459198,-0.6967307329177856,-0.4599502384662628,0.55046546459198,-0.6967307329177856,-0.4599502384662628,0.55046546459198,-0.6967307329177856,-0.4784063994884491,0.5737956166267395,-0.6647450923919678,-0.4784063994884491,0.5737956166267395,-0.6647450923919678,-0.4784063994884491,0.5737956166267395,-0.6647450923919678,-0.4646565318107605,0.6218264698982239,-0.6304174661636353,-0.4646565318107605,0.6218264698982239,-0.6304174661636353,-0.4646565318107605,0.6218264698982239,-0.6304174661636353,0.04725511372089386,-0.792889416217804,-0.6075305938720703,0.04725511372089386,-0.792889416217804,-0.6075305938720703,0.04725511372089386,-0.792889416217804,-0.6075305938720703,0.02098901942372322,-0.7494860291481018,-0.6616872549057007,0.02098901942372322,-0.7494860291481018,-0.6616872549057007,0.02098901942372322,-0.7494860291481018,-0.6616872549057007,0.024889644235372543,-0.6766263842582703,-0.7359058260917664,0.024889644235372543,-0.6766263842582703,-0.7359058260917664,0.024889644235372543,-0.6766263842582703,-0.7359058260917664,-0.0043289619497954845,-0.6595330834388733,-0.7516629695892334,-0.0043289619497954845,-0.6595330834388733,-0.7516629695892334,-0.0043289619497954845,-0.6595330834388733,-0.7516629695892334,-0.13780243694782257,-0.4236025810241699,-0.8953051567077637,-0.13780243694782257,-0.4236025810241699,-0.8953051567077637,-0.13780243694782257,-0.4236025810241699,-0.8953051567077637,-0.15881584584712982,-0.35876232385635376,-0.9198189973831177,-0.15881584584712982,-0.35876232385635376,-0.9198189973831177,-0.15881584584712982,-0.35876232385635376,-0.9198189973831177,-0.22262634336948395,-0.2338162362575531,-0.9464499950408936,-0.22262634336948395,-0.2338162362575531,-0.9464499950408936,-0.22262634336948395,-0.2338162362575531,-0.9464499950408936,-0.3825168311595917,0.08407329767942429,-0.9201154708862305,-0.3825168311595917,0.08407329767942429,-0.9201154708862305,-0.3825168311595917,0.08407329767942429,-0.9201154708862305,-0.4004899561405182,0.1645064651966095,-0.9014130234718323,-0.4004899561405182,0.1645064651966095,-0.9014130234718323,-0.4004899561405182,0.1645064651966095,-0.9014130234718323,-0.43633905053138733,0.18883098661899567,-0.8797449469566345,-0.43633905053138733,0.18883098661899567,-0.8797449469566345,-0.43633905053138733,0.18883098661899567,-0.8797449469566345,-0.4831390976905823,0.4049992859363556,-0.7762423157691956,-0.4831390976905823,0.4049992859363556,-0.7762423157691956,-0.4831390976905823,0.4049992859363556,-0.7762423157691956,-0.4908687174320221,0.45144546031951904,-0.7451474666595459,-0.4908687174320221,0.45144546031951904,-0.7451474666595459,-0.4908687174320221,0.45144546031951904,-0.7451474666595459,-0.04455007612705231,-0.6755591034889221,-0.7359586358070374,-0.04455007612705231,-0.6755591034889221,-0.7359586358070374,-0.04455007612705231,-0.6755591034889221,-0.7359586358070374,-0.19367870688438416,-0.3587510287761688,-0.9131189584732056,-0.19367870688438416,-0.3587510287761688,-0.9131189584732056,-0.19367870688438416,-0.3587510287761688,-0.9131189584732056,-0.25199174880981445,-0.23669756948947906,-0.9383358955383301,-0.25199174880981445,-0.23669756948947906,-0.9383358955383301,-0.25199174880981445,-0.23669756948947906,-0.9383358955383301,-0.2944623827934265,-0.12273664027452469,-0.9477486610412598,-0.2944623827934265,-0.12273664027452469,-0.9477486610412598,-0.2944623827934265,-0.12273664027452469,-0.9477486610412598,-0.31532400846481323,-0.13152572512626648,-0.9398252964019775,-0.31532400846481323,-0.13152572512626648,-0.9398252964019775,-0.31532400846481323,-0.13152572512626648,-0.9398252964019775,-0.34827518463134766,-0.07304931432008743,-0.9345417022705078,-0.34827518463134766,-0.07304931432008743,-0.9345417022705078,-0.34827518463134766,-0.07304931432008743,-0.9345417022705078,-0.4472692608833313,0.18337078392505646,-0.8754001259803772,-0.4472692608833313,0.18337078392505646,-0.8754001259803772,-0.4472692608833313,0.18337078392505646,-0.8754001259803772,-0.4718416631221771,0.23733936250209808,-0.8491380214691162,-0.4718416631221771,0.23733936250209808,-0.8491380214691162,-0.4718416631221771,0.23733936250209808,-0.8491380214691162,-0.4680205285549164,0.2698431611061096,-0.8415113687515259,-0.4680205285549164,0.2698431611061096,-0.8415113687515259,-0.4680205285549164,0.2698431611061096,-0.8415113687515259,-0.4944133460521698,0.3637099266052246,-0.7894748449325562,-0.4944133460521698,0.3637099266052246,-0.7894748449325562,-0.4944133460521698,0.3637099266052246,-0.7894748449325562,-0.5177350640296936,0.5318174362182617,-0.6701645851135254,-0.5177350640296936,0.5318174362182617,-0.6701645851135254,-0.5177350640296936,0.5318174362182617,-0.6701645851135254,-0.5087688565254211,0.6287505626678467,-0.5880705714225769,-0.5087688565254211,0.6287505626678467,-0.5880705714225769,-0.5087688565254211,0.6287505626678467,-0.5880705714225769,-0.49467572569847107,0.6665785312652588,-0.557645857334137,-0.49467572569847107,0.6665785312652588,-0.557645857334137,-0.49467572569847107,0.6665785312652588,-0.557645857334137,-0.5048679113388062,0.6792966723442078,-0.5326015949249268,-0.5048679113388062,0.6792966723442078,-0.5326015949249268,-0.5048679113388062,0.6792966723442078,-0.5326015949249268,-0.021138804033398628,-0.7581307888031006,-0.6517598628997803,-0.021138804033398628,-0.7581307888031006,-0.6517598628997803,-0.021138804033398628,-0.7581307888031006,-0.6517598628997803,-0.031736940145492554,-0.6544349789619446,-0.7554517984390259,-0.031736940145492554,-0.6544349789619446,-0.7554517984390259,-0.031736940145492554,-0.6544349789619446,-0.7554517984390259,-0.11364457756280899,-0.5570555329322815,-0.8226627707481384,-0.11364457756280899,-0.5570555329322815,-0.8226627707481384,-0.11364457756280899,-0.5570555329322815,-0.8226627707481384,-0.12592922151088715,-0.5427777767181396,-0.8303818702697754,-0.12592922151088715,-0.5427777767181396,-0.8303818702697754,-0.12592922151088715,-0.5427777767181396,-0.8303818702697754,-0.14493121206760406,-0.49037420749664307,-0.8593765497207642,-0.14493121206760406,-0.49037420749664307,-0.8593765497207642,-0.14493121206760406,-0.49037420749664307,-0.8593765497207642,-0.27014225721359253,-0.2907407283782959,-0.9178741574287415,-0.27014225721359253,-0.2907407283782959,-0.9178741574287415,-0.27014225721359253,-0.2907407283782959,-0.9178741574287415,-0.39379432797431946,-0.07407253235578537,-0.9162091612815857,-0.39379432797431946,-0.07407253235578537,-0.9162091612815857,-0.39379432797431946,-0.07407253235578537,-0.9162091612815857,-0.3962681293487549,0.04568816348910332,-0.9169974327087402,-0.3962681293487549,0.04568816348910332,-0.9169974327087402,-0.3962681293487549,0.04568816348910332,-0.9169974327087402,-0.46719101071357727,0.05338909849524498,-0.8825430274009705,-0.46719101071357727,0.05338909849524498,-0.8825430274009705,-0.46719101071357727,0.05338909849524498,-0.8825430274009705,-0.550990104675293,0.4290211796760559,-0.7157867550849915,-0.550990104675293,0.4290211796760559,-0.7157867550849915,-0.550990104675293,0.4290211796760559,-0.7157867550849915,-0.5467495322227478,0.5593708753585815,-0.6230320930480957,-0.5467495322227478,0.5593708753585815,-0.6230320930480957,-0.5467495322227478,0.5593708753585815,-0.6230320930480957,-0.06555382162332535,-0.673384428024292,-0.7363803386688232,-0.06555382162332535,-0.673384428024292,-0.7363803386688232,-0.06555382162332535,-0.673384428024292,-0.7363803386688232,-0.0938538908958435,-0.6533682942390442,-0.7511998414993286,-0.0938538908958435,-0.6533682942390442,-0.7511998414993286,-0.0938538908958435,-0.6533682942390442,-0.7511998414993286,-0.20004726946353912,-0.48725828528404236,-0.850035548210144,-0.20004726946353912,-0.48725828528404236,-0.850035548210144,-0.20004726946353912,-0.48725828528404236,-0.850035548210144,-0.2198716253042221,-0.4161480665206909,-0.88231360912323,-0.2198716253042221,-0.4161480665206909,-0.88231360912323,-0.2198716253042221,-0.4161480665206909,-0.88231360912323,-0.2379363775253296,-0.4004055857658386,-0.8849077820777893,-0.2379363775253296,-0.4004055857658386,-0.8849077820777893,-0.2379363775253296,-0.4004055857658386,-0.8849077820777893,-0.3089231848716736,-0.29179462790489197,-0.9052194952964783,-0.3089231848716736,-0.29179462790489197,-0.9052194952964783,-0.3089231848716736,-0.29179462790489197,-0.9052194952964783,-0.3303665220737457,-0.21809899806976318,-0.9183086156845093,-0.3303665220737457,-0.21809899806976318,-0.9183086156845093,-0.3303665220737457,-0.21809899806976318,-0.9183086156845093,-0.39480745792388916,-0.0766463503241539,-0.9155611991882324,-0.39480745792388916,-0.0766463503241539,-0.9155611991882324,-0.39480745792388916,-0.0766463503241539,-0.9155611991882324,-0.45913931727409363,0.0709262266755104,-0.8855283856391907,-0.45913931727409363,0.0709262266755104,-0.8855283856391907,-0.45913931727409363,0.0709262266755104,-0.8855283856391907,-0.5055070519447327,0.19827775657176971,-0.8397312760353088,-0.5055070519447327,0.19827775657176971,-0.8397312760353088,-0.5055070519447327,0.19827775657176971,-0.8397312760353088,-0.5347451567649841,0.21887367963790894,-0.8161751627922058,-0.5347451567649841,0.21887367963790894,-0.8161751627922058,-0.5347451567649841,0.21887367963790894,-0.8161751627922058,-0.5373598337173462,0.28067460656166077,-0.7952774167060852,-0.5373598337173462,0.28067460656166077,-0.7952774167060852,-0.5373598337173462,0.28067460656166077,-0.7952774167060852,-0.5525561571121216,0.4264921247959137,-0.7160907983779907,-0.5525561571121216,0.4264921247959137,-0.7160907983779907,-0.5525561571121216,0.4264921247959137,-0.7160907983779907,-0.5556055903434753,0.5498318672180176,-0.6236885786056519,-0.5556055903434753,0.5498318672180176,-0.6236885786056519,-0.5556055903434753,0.5498318672180176,-0.6236885786056519,-0.5878110527992249,0.5551155805587769,-0.5884937644004822,-0.5878110527992249,0.5551155805587769,-0.5884937644004822,-0.5878110527992249,0.5551155805587769,-0.5884937644004822,-0.5348381996154785,0.6594867706298828,-0.5282284021377563,-0.5348381996154785,0.6594867706298828,-0.5282284021377563,-0.5348381996154785,0.6594867706298828,-0.5282284021377563,-0.5432364344596863,0.67908775806427,-0.49369415640830994,-0.5432364344596863,0.67908775806427,-0.49369415640830994,-0.5432364344596863,0.67908775806427,-0.49369415640830994,-0.0366845577955246,-0.7831159830093384,-0.620792806148529,-0.0366845577955246,-0.7831159830093384,-0.620792806148529,-0.0366845577955246,-0.7831159830093384,-0.620792806148529,-0.06172294542193413,-0.7540461421012878,-0.6539149284362793,-0.06172294542193413,-0.7540461421012878,-0.6539149284362793,-0.06172294542193413,-0.7540461421012878,-0.6539149284362793,-0.2007296234369278,-0.4935956597328186,-0.8462097644805908,-0.2007296234369278,-0.4935956597328186,-0.8462097644805908,-0.2007296234369278,-0.4935956597328186,-0.8462097644805908,-0.3881617784500122,-0.21360905468463898,-0.8964940309524536,-0.3881617784500122,-0.21360905468463898,-0.8964940309524536,-0.3881617784500122,-0.21360905468463898,-0.8964940309524536,-0.4610494375228882,-0.07767944782972336,-0.883967936038971,-0.4610494375228882,-0.07767944782972336,-0.883967936038971,-0.4610494375228882,-0.07767944782972336,-0.883967936038971,-0.5157214403152466,0.07445891201496124,-0.8535146713256836,-0.5157214403152466,0.07445891201496124,-0.8535146713256836,-0.5157214403152466,0.07445891201496124,-0.8535146713256836,-0.5794869661331177,0.2975996732711792,-0.7587023973464966,-0.5794869661331177,0.2975996732711792,-0.7587023973464966,-0.5794869661331177,0.2975996732711792,-0.7587023973464966,-0.6005520224571228,0.4270264208316803,-0.6760072708129883,-0.6005520224571228,0.4270264208316803,-0.6760072708129883,-0.6005520224571228,0.4270264208316803,-0.6760072708129883,-0.5847074389457703,0.6516749262809753,-0.48315322399139404,-0.5847074389457703,0.6516749262809753,-0.48315322399139404,-0.5847074389457703,0.6516749262809753,-0.48315322399139404,-0.11979243904352188,-0.6840713620185852,-0.719511091709137,-0.11979243904352188,-0.6840713620185852,-0.719511091709137,-0.11979243904352188,-0.6840713620185852,-0.719511091709137,-0.18003582954406738,-0.6084423065185547,-0.7729068398475647,-0.18003582954406738,-0.6084423065185547,-0.7729068398475647,-0.18003582954406738,-0.6084423065185547,-0.7729068398475647,-0.293836385011673,-0.42383453249931335,-0.856752336025238,-0.293836385011673,-0.42383453249931335,-0.856752336025238,-0.293836385011673,-0.42383453249931335,-0.856752336025238,-0.3177170157432556,-0.3578851819038391,-0.8780512809753418,-0.3177170157432556,-0.3578851819038391,-0.8780512809753418,-0.3177170157432556,-0.3578851819038391,-0.8780512809753418,-0.3862511217594147,-0.20829202234745026,-0.8985680341720581,-0.3862511217594147,-0.20829202234745026,-0.8985680341720581,-0.3862511217594147,-0.20829202234745026,-0.8985680341720581,-0.4599587917327881,-0.07479605823755264,-0.8847844004631042,-0.4599587917327881,-0.07479605823755264,-0.8847844004631042,-0.4599587917327881,-0.07479605823755264,-0.8847844004631042,-0.5164342522621155,0.07321900874376297,-0.8531908988952637,-0.5164342522621155,0.07321900874376297,-0.8531908988952637,-0.5164342522621155,0.07321900874376297,-0.8531908988952637,-0.5462298393249512,0.07327079772949219,-0.8344244956970215,-0.5462298393249512,0.07327079772949219,-0.8344244956970215,-0.5462298393249512,0.07327079772949219,-0.8344244956970215,-0.5597490072250366,0.14632271230220795,-0.8156412839889526,-0.5597490072250366,0.14632271230220795,-0.8156412839889526,-0.5597490072250366,0.14632271230220795,-0.8156412839889526,-0.5931428074836731,0.27465498447418213,-0.7568000555038452,-0.5931428074836731,0.27465498447418213,-0.7568000555038452,-0.5931428074836731,0.27465498447418213,-0.7568000555038452,-0.6028673052787781,0.42375749349594116,-0.6760033965110779,-0.6028673052787781,0.42375749349594116,-0.6760033965110779,-0.6028673052787781,0.42375749349594116,-0.6760033965110779,-0.599995493888855,0.5414491891860962,-0.5889295935630798,-0.599995493888855,0.5414491891860962,-0.5889295935630798,-0.599995493888855,0.5414491891860962,-0.5889295935630798,-0.5643253326416016,0.6718785166740417,-0.4797041714191437,-0.5643253326416016,0.6718785166740417,-0.4797041714191437,-0.5643253326416016,0.6718785166740417,-0.4797041714191437,-0.10032568871974945,-0.7711539268493652,-0.6286941766738892,-0.10032568871974945,-0.7711539268493652,-0.6286941766738892,-0.10032568871974945,-0.7711539268493652,-0.6286941766738892,-0.1039285734295845,-0.765910267829895,-0.6344922780990601,-0.1039285734295845,-0.765910267829895,-0.6344922780990601,-0.1039285734295845,-0.765910267829895,-0.6344922780990601,-0.16352103650569916,-0.6613341569900513,-0.7320505976676941,-0.16352103650569916,-0.6613341569900513,-0.7320505976676941,-0.16352103650569916,-0.6613341569900513,-0.7320505976676941,-0.1813601702451706,-0.628052294254303,-0.7567422389984131,-0.1813601702451706,-0.628052294254303,-0.7567422389984131,-0.1813601702451706,-0.628052294254303,-0.7567422389984131,-0.3665158152580261,-0.3580625653266907,-0.8587533831596375,-0.3665158152580261,-0.3580625653266907,-0.8587533831596375,-0.3665158152580261,-0.3580625653266907,-0.8587533831596375,-0.42029717564582825,-0.22795046865940094,-0.8782874941825867,-0.42029717564582825,-0.22795046865940094,-0.8782874941825867,-0.42029717564582825,-0.22795046865940094,-0.8782874941825867,-0.4536224603652954,-0.19281727075576782,-0.8700850605964661,-0.4536224603652954,-0.19281727075576782,-0.8700850605964661,-0.4536224603652954,-0.19281727075576782,-0.8700850605964661,-0.516507089138031,-0.0713096484541893,-0.8533084988594055,-0.516507089138031,-0.0713096484541893,-0.8533084988594055,-0.516507089138031,-0.0713096484541893,-0.8533084988594055,-0.5906047224998474,0.14436247944831848,-0.7939431667327881,-0.5906047224998474,0.14436247944831848,-0.7939431667327881,-0.5906047224998474,0.14436247944831848,-0.7939431667327881,-0.6044546365737915,0.1864197552204132,-0.7745206356048584,-0.6044546365737915,0.1864197552204132,-0.7745206356048584,-0.6044546365737915,0.1864197552204132,-0.7745206356048584,-0.6340228319168091,0.29939520359039307,-0.7130060791969299,-0.6340228319168091,0.29939520359039307,-0.7130060791969299,-0.6340228319168091,0.29939520359039307,-0.7130060791969299,-0.6466882824897766,0.425749272108078,-0.6328758001327515,-0.6466882824897766,0.425749272108078,-0.6328758001327515,-0.6466882824897766,0.425749272108078,-0.6328758001327515,-0.6375768780708313,0.549595057964325,-0.5398528575897217,-0.6375768780708313,0.549595057964325,-0.5398528575897217,-0.6375768780708313,0.549595057964325,-0.5398528575897217,-0.6082621812820435,0.6542866230010986,-0.4493620693683624,-0.6082621812820435,0.6542866230010986,-0.4493620693683624,-0.6082621812820435,0.6542866230010986,-0.4493620693683624,-0.5722343325614929,0.7193520069122314,-0.393802672624588,-0.5722343325614929,0.7193520069122314,-0.393802672624588,-0.5722343325614929,0.7193520069122314,-0.393802672624588,-0.22440403699874878,-0.6242735981941223,-0.7482815384864807,-0.22440403699874878,-0.6242735981941223,-0.7482815384864807,-0.22440403699874878,-0.6242735981941223,-0.7482815384864807,-0.2549314796924591,-0.5591971278190613,-0.7888652682304382,-0.2549314796924591,-0.5591971278190613,-0.7888652682304382,-0.2549314796924591,-0.5591971278190613,-0.7888652682304382,-0.26985782384872437,-0.5432661175727844,-0.7950085401535034,-0.26985782384872437,-0.5432661175727844,-0.7950085401535034,-0.26985782384872437,-0.5432661175727844,-0.7950085401535034,-0.29462888836860657,-0.4884539544582367,-0.8213443160057068,-0.29462888836860657,-0.4884539544582367,-0.8213443160057068,-0.29462888836860657,-0.4884539544582367,-0.8213443160057068,-0.36965447664260864,-0.3647087514400482,-0.8546011447906494,-0.36965447664260864,-0.3647087514400482,-0.8546011447906494,-0.36965447664260864,-0.3647087514400482,-0.8546011447906494,-0.40717968344688416,-0.34746217727661133,-0.844674289226532,-0.40717968344688416,-0.34746217727661133,-0.844674289226532,-0.40717968344688416,-0.34746217727661133,-0.844674289226532,-0.5174568891525269,-0.07319493591785431,-0.852573037147522,-0.5174568891525269,-0.07319493591785431,-0.852573037147522,-0.5174568891525269,-0.07319493591785431,-0.852573037147522,-0.5706111788749695,-0.008846082724630833,-0.8211727142333984,-0.5706111788749695,-0.008846082724630833,-0.8211727142333984,-0.5706111788749695,-0.008846082724630833,-0.8211727142333984,-0.6500958800315857,0.2770801782608032,-0.7075322270393372,-0.6500958800315857,0.2770801782608032,-0.7075322270393372,-0.6500958800315857,0.2770801782608032,-0.7075322270393372,-0.6491641402244568,0.4223204255104065,-0.6326384544372559,-0.6491641402244568,0.4223204255104065,-0.6326384544372559,-0.6491641402244568,0.4223204255104065,-0.6326384544372559,-0.6838142275810242,0.4276958107948303,-0.5911634564399719,-0.6838142275810242,0.4276958107948303,-0.5911634564399719,-0.6838142275810242,0.4276958107948303,-0.5911634564399719,-0.6228266954421997,0.5664278268814087,-0.5396726727485657,-0.6228266954421997,0.5664278268814087,-0.5396726727485657,-0.6228266954421997,0.5664278268814087,-0.5396726727485657,-0.1567808985710144,-0.7432859539985657,-0.6503428220748901,-0.1567808985710144,-0.7432859539985657,-0.6503428220748901,-0.1567808985710144,-0.7432859539985657,-0.6503428220748901,-0.3456743061542511,-0.48741868138313293,-0.8018306493759155,-0.3456743061542511,-0.48741868138313293,-0.8018306493759155,-0.3456743061542511,-0.48741868138313293,-0.8018306493759155,-0.47906002402305603,-0.23136836290359497,-0.8467408418655396,-0.47906002402305603,-0.23136836290359497,-0.8467408418655396,-0.47906002402305603,-0.23136836290359497,-0.8467408418655396,-0.5213485360145569,-0.18674488365650177,-0.8326597213745117,-0.5213485360145569,-0.18674488365650177,-0.8326597213745117,-0.5213485360145569,-0.18674488365650177,-0.8326597213745117,-0.5817558169364929,-0.018263112753629684,-0.813158392906189,-0.5817558169364929,-0.018263112753629684,-0.813158392906189,-0.5817558169364929,-0.018263112753629684,-0.813158392906189,-0.604941725730896,0.015995515510439873,-0.7961090207099915,-0.604941725730896,0.015995515510439873,-0.7961090207099915,-0.604941725730896,0.015995515510439873,-0.7961090207099915,-0.6423599123954773,0.12829092144966125,-0.7555892467498779,-0.6423599123954773,0.12829092144966125,-0.7555892467498779,-0.6423599123954773,0.12829092144966125,-0.7555892467498779,-0.6826475858688354,0.3029220998287201,-0.6650040149688721,-0.6826475858688354,0.3029220998287201,-0.6650040149688721,-0.6826475858688354,0.3029220998287201,-0.6650040149688721,-0.6695063710212708,0.5490427017211914,-0.5003132820129395,-0.6695063710212708,0.5490427017211914,-0.5003132820129395,-0.6695063710212708,0.5490427017211914,-0.5003132820129395,-0.6437138915061951,0.6101502180099487,-0.4618972837924957,-0.6437138915061951,0.6101502180099487,-0.4618972837924957,-0.6437138915061951,0.6101502180099487,-0.4618972837924957,-0.23153553903102875,-0.6741028428077698,-0.7014105319976807,-0.23153553903102875,-0.6741028428077698,-0.7014105319976807,-0.23153553903102875,-0.6741028428077698,-0.7014105319976807,-0.34691858291625977,-0.49150586128234863,-0.7987925410270691,-0.34691858291625977,-0.49150586128234863,-0.7987925410270691,-0.34691858291625977,-0.49150586128234863,-0.7987925410270691,-0.4272012710571289,-0.37367042899131775,-0.8233283162117004,-0.4272012710571289,-0.37367042899131775,-0.8233283162117004,-0.4272012710571289,-0.37367042899131775,-0.8233283162117004,-0.46314436197280884,-0.3406011760234833,-0.8182224631309509,-0.46314436197280884,-0.3406011760234833,-0.8182224631309509,-0.46314436197280884,-0.3406011760234833,-0.8182224631309509,-0.5349465608596802,-0.20463605225086212,-0.8197294473648071,-0.5349465608596802,-0.20463605225086212,-0.8197294473648071,-0.5349465608596802,-0.20463605225086212,-0.8197294473648071,-0.5874322652816772,-0.11990679800510406,-0.800341010093689,-0.5874322652816772,-0.11990679800510406,-0.800341010093689,-0.5874322652816772,-0.11990679800510406,-0.800341010093689,-0.6399996876716614,0.0006503197946585715,-0.7683749198913574,-0.6399996876716614,0.0006503197946585715,-0.7683749198913574,-0.6399996876716614,0.0006503197946585715,-0.7683749198913574,-0.6715250015258789,0.15393497049808502,-0.7248160243034363,-0.6715250015258789,0.15393497049808502,-0.7248160243034363,-0.6715250015258789,0.15393497049808502,-0.7248160243034363,-0.6945910453796387,0.2851557731628418,-0.660476565361023,-0.6945910453796387,0.2851557731628418,-0.660476565361023,-0.6945910453796387,0.2851557731628418,-0.660476565361023,-0.6904653310775757,0.4194160997867584,-0.5893620848655701,-0.6904653310775757,0.4194160997867584,-0.5893620848655701,-0.6904653310775757,0.4194160997867584,-0.5893620848655701,-0.7142387628555298,0.41636231541633606,-0.562588095664978,-0.7142387628555298,0.41636231541633606,-0.562588095664978,-0.7142387628555298,0.41636231541633606,-0.562588095664978,-0.697445809841156,0.5054233074188232,-0.508051872253418,-0.697445809841156,0.5054233074188232,-0.508051872253418,-0.697445809841156,0.5054233074188232,-0.508051872253418,-0.6369673013687134,0.6762019395828247,-0.3701668977737427,-0.6369673013687134,0.6762019395828247,-0.3701668977737427,-0.6369673013687134,0.6762019395828247,-0.3701668977737427,-0.18140451610088348,-0.7774604558944702,-0.6022021770477295,-0.18140451610088348,-0.7774604558944702,-0.6022021770477295,-0.18140451610088348,-0.7774604558944702,-0.6022021770477295,-0.19285939633846283,-0.7645010948181152,-0.6150961518287659,-0.19285939633846283,-0.7645010948181152,-0.6150961518287659,-0.19285939633846283,-0.7645010948181152,-0.6150961518287659,-0.31428101658821106,-0.6095407605171204,-0.7277962565422058,-0.31428101658821106,-0.6095407605171204,-0.7277962565422058,-0.31428101658821106,-0.6095407605171204,-0.7277962565422058,-0.40126579999923706,-0.48885875940322876,-0.7745985388755798,-0.40126579999923706,-0.48885875940322876,-0.7745985388755798,-0.40126579999923706,-0.48885875940322876,-0.7745985388755798,-0.5394372344017029,-0.2317439764738083,-0.809507429599762,-0.5394372344017029,-0.2317439764738083,-0.809507429599762,-0.5394372344017029,-0.2317439764738083,-0.809507429599762,-0.6408823728561401,-0.0016714103985577822,-0.7676373720169067,-0.6408823728561401,-0.0016714103985577822,-0.7676373720169067,-0.6408823728561401,-0.0016714103985577822,-0.7676373720169067,-0.6846574544906616,0.12914875149726868,-0.7173317074775696,-0.6846574544906616,0.12914875149726868,-0.7173317074775696,-0.6846574544906616,0.12914875149726868,-0.7173317074775696,-0.7276353240013123,0.2931572496891022,-0.6201657652854919,-0.7276353240013123,0.2931572496891022,-0.6201657652854919,-0.7276353240013123,0.2931572496891022,-0.6201657652854919,-0.682523250579834,0.593686044216156,-0.4262614846229553,-0.682523250579834,0.593686044216156,-0.4262614846229553,-0.682523250579834,0.593686044216156,-0.4262614846229553,-0.6726515889167786,0.6248289346694946,-0.3963944613933563,-0.6726515889167786,0.6248289346694946,-0.3963944613933563,-0.6726515889167786,0.6248289346694946,-0.3963944613933563,-0.6522024869918823,0.6596646904945374,-0.37346264719963074,-0.6522024869918823,0.6596646904945374,-0.37346264719963074,-0.6522024869918823,0.6596646904945374,-0.37346264719963074,-0.2889370620250702,-0.6657785773277283,-0.6879347562789917,-0.2889370620250702,-0.6657785773277283,-0.6879347562789917,-0.2889370620250702,-0.6657785773277283,-0.6879347562789917,-0.31467801332473755,-0.6032809019088745,-0.7328231930732727,-0.31467801332473755,-0.6032809019088745,-0.7328231930732727,-0.31467801332473755,-0.6032809019088745,-0.7328231930732727,-0.40182608366012573,-0.49120110273361206,-0.7728242874145508,-0.40182608366012573,-0.49120110273361206,-0.7728242874145508,-0.40182608366012573,-0.49120110273361206,-0.7728242874145508,-0.48781123757362366,-0.3769979178905487,-0.7873454689979553,-0.48781123757362366,-0.3769979178905487,-0.7873454689979553,-0.48781123757362366,-0.3769979178905487,-0.7873454689979553,-0.5167454481124878,-0.355918288230896,-0.7786504030227661,-0.5167454481124878,-0.355918288230896,-0.7786504030227661,-0.5167454481124878,-0.355918288230896,-0.7786504030227661,-0.5943303108215332,-0.22901414334774017,-0.7709241509437561,-0.5943303108215332,-0.22901414334774017,-0.7709241509437561,-0.5943303108215332,-0.22901414334774017,-0.7709241509437561,-0.6032693982124329,-0.15404267609119415,-0.7825195789337158,-0.6032693982124329,-0.15404267609119415,-0.7825195789337158,-0.6032693982124329,-0.15404267609119415,-0.7825195789337158,-0.636545717716217,-0.10792410373687744,-0.7636505365371704,-0.636545717716217,-0.10792410373687744,-0.7636505365371704,-0.636545717716217,-0.10792410373687744,-0.7636505365371704,-0.69034343957901,0.004431459587067366,-0.7234683036804199,-0.69034343957901,0.004431459587067366,-0.7234683036804199,-0.69034343957901,0.004431459587067366,-0.7234683036804199,-0.7176340222358704,0.15671351552009583,-0.6785590648651123,-0.7176340222358704,0.15671351552009583,-0.6785590648651123,-0.7176340222358704,0.15671351552009583,-0.6785590648651123,-0.7305265665054321,0.2890705466270447,-0.6186833381652832,-0.7305265665054321,0.2890705466270447,-0.6186833381652832,-0.7305265665054321,0.2890705466270447,-0.6186833381652832,-0.7502435445785522,0.2891363799571991,-0.5945878624916077,-0.7502435445785522,0.2891363799571991,-0.5945878624916077,-0.7502435445785522,0.2891363799571991,-0.5945878624916077,-0.7442116737365723,0.36219003796577454,-0.5612195134162903,-0.7442116737365723,0.36219003796577454,-0.5612195134162903,-0.7442116737365723,0.36219003796577454,-0.5612195134162903,-0.7274240255355835,0.4784959554672241,-0.4918290078639984,-0.7274240255355835,0.4784959554672241,-0.4918290078639984,-0.7274240255355835,0.4784959554672241,-0.4918290078639984,-0.7313120365142822,0.5057238936424255,-0.4576309323310852,-0.7313120365142822,0.5057238936424255,-0.4576309323310852,-0.7313120365142822,0.5057238936424255,-0.4576309323310852,-0.6701730489730835,0.6660580039024353,-0.327467143535614,-0.6701730489730835,0.6660580039024353,-0.327467143535614,-0.6701730489730835,0.6660580039024353,-0.327467143535614,-0.2891274392604828,-0.684711217880249,-0.669011116027832,-0.2891274392604828,-0.684711217880249,-0.669011116027832,-0.2891274392604828,-0.684711217880249,-0.669011116027832,-0.3678646683692932,-0.6034166216850281,-0.7075054049491882,-0.3678646683692932,-0.6034166216850281,-0.7075054049491882,-0.3678646683692932,-0.6034166216850281,-0.7075054049491882,-0.44645509123802185,-0.4899405837059021,-0.7487562894821167,-0.44645509123802185,-0.4899405837059021,-0.7487562894821167,-0.44645509123802185,-0.4899405837059021,-0.7487562894821167,-0.5945107340812683,-0.23027533292770386,-0.770409107208252,-0.5945107340812683,-0.23027533292770386,-0.770409107208252,-0.5945107340812683,-0.23027533292770386,-0.770409107208252,-0.6948851943016052,-0.008426747284829617,-0.7190713286399841,-0.6948851943016052,-0.008426747284829617,-0.7190713286399841,-0.6948851943016052,-0.008426747284829617,-0.7190713286399841,-0.7342802882194519,0.13031050562858582,-0.6662217974662781,-0.7342802882194519,0.13031050562858582,-0.6662217974662781,-0.7342802882194519,0.13031050562858582,-0.6662217974662781,-0.7522662878036499,0.16143321990966797,-0.6387760043144226,-0.7522662878036499,0.16143321990966797,-0.6387760043144226,-0.7522662878036499,0.16143321990966797,-0.6387760043144226,-0.7709344625473022,0.362959086894989,-0.5233743786811829,-0.7709344625473022,0.362959086894989,-0.5233743786811829,-0.7709344625473022,0.362959086894989,-0.5233743786811829,-0.677227795124054,0.6600549221038818,-0.3250998258590698,-0.677227795124054,0.6600549221038818,-0.3250998258590698,-0.677227795124054,0.6600549221038818,-0.3250998258590698,-0.26681023836135864,-0.7402047514915466,-0.6171783804893494,-0.26681023836135864,-0.7402047514915466,-0.6171783804893494,-0.26681023836135864,-0.7402047514915466,-0.6171783804893494,-0.2655321955680847,-0.7784968018531799,-0.5687137246131897,-0.2655321955680847,-0.7784968018531799,-0.5687137246131897,-0.2655321955680847,-0.7784968018531799,-0.5687137246131897,-0.3174362778663635,-0.7535480856895447,-0.5756731033325195,-0.3174362778663635,-0.7535480856895447,-0.5756731033325195,-0.3174362778663635,-0.7535480856895447,-0.5756731033325195,-0.3170353174209595,-0.7682784199714661,-0.5560905933380127,-0.3170353174209595,-0.7682784199714661,-0.5560905933380127,-0.3170353174209595,-0.7682784199714661,-0.5560905933380127,-0.3556937277317047,-0.760482907295227,-0.5432750582695007,-0.3556937277317047,-0.760482907295227,-0.5432750582695007,-0.3556937277317047,-0.760482907295227,-0.5432750582695007,-0.42715826630592346,-0.7829914093017578,-0.45217275619506836,-0.42715826630592346,-0.7829914093017578,-0.45217275619506836,-0.42715826630592346,-0.7829914093017578,-0.45217275619506836,-0.4995775818824768,-0.7613250017166138,-0.41328728199005127,-0.4995775818824768,-0.7613250017166138,-0.41328728199005127,-0.4995775818824768,-0.7613250017166138,-0.41328728199005127,-0.5429202318191528,-0.7448298931121826,-0.3878995180130005,-0.5429202318191528,-0.7448298931121826,-0.3878995180130005,-0.5429202318191528,-0.7448298931121826,-0.3878995180130005,-0.525359570980072,-0.7761964201927185,-0.3485921323299408,-0.525359570980072,-0.7761964201927185,-0.3485921323299408,-0.525359570980072,-0.7761964201927185,-0.3485921323299408,-0.5688198208808899,-0.7683279514312744,-0.2934553921222687,-0.5688198208808899,-0.7683279514312744,-0.2934553921222687,-0.5688198208808899,-0.7683279514312744,-0.2934553921222687,-0.6066524386405945,-0.7398714423179626,-0.29079747200012207,-0.6066524386405945,-0.7398714423179626,-0.29079747200012207,-0.6066524386405945,-0.7398714423179626,-0.29079747200012207,-0.5725274682044983,-0.7946520447731018,-0.20184226334095,-0.5725274682044983,-0.7946520447731018,-0.20184226334095,-0.5725274682044983,-0.7946520447731018,-0.20184226334095,-0.641383171081543,-0.7438205480575562,-0.18803848326206207,-0.641383171081543,-0.7438205480575562,-0.18803848326206207,-0.641383171081543,-0.7438205480575562,-0.18803848326206207,-0.6258071064949036,-0.7677944302558899,-0.1373213231563568,-0.6258071064949036,-0.7677944302558899,-0.1373213231563568,-0.6258071064949036,-0.7677944302558899,-0.1373213231563568,-0.6109756231307983,-0.7909699082374573,0.0327942781150341,-0.6109756231307983,-0.7909699082374573,0.0327942781150341,-0.6109756231307983,-0.7909699082374573,0.0327942781150341,-0.6308705806732178,-0.7605956196784973,0.15328572690486908,-0.6308705806732178,-0.7605956196784973,0.15328572690486908,-0.6308705806732178,-0.7605956196784973,0.15328572690486908,-0.6200127005577087,-0.7551745176315308,0.21282801032066345,-0.6200127005577087,-0.7551745176315308,0.21282801032066345,-0.6200127005577087,-0.7551745176315308,0.21282801032066345,-0.760091245174408,-0.300954669713974,0.5759232044219971,-0.760091245174408,-0.300954669713974,0.5759232044219971,-0.760091245174408,-0.300954669713974,0.5759232044219971,-0.740964412689209,-0.21038322150707245,0.6377387046813965,-0.740964412689209,-0.21038322150707245,0.6377387046813965,-0.740964412689209,-0.21038322150707245,0.6377387046813965,-0.6813316345214844,0.04275363311171532,0.7307252287864685,-0.6813316345214844,0.04275363311171532,0.7307252287864685,-0.6813316345214844,0.04275363311171532,0.7307252287864685,-0.668551504611969,0.0783887505531311,0.7395229339599609,-0.668551504611969,0.0783887505531311,0.7395229339599609,-0.668551504611969,0.0783887505531311,0.7395229339599609,-0.46074071526527405,0.4320858120918274,0.7752546668052673,-0.46074071526527405,0.4320858120918274,0.7752546668052673,-0.46074071526527405,0.4320858120918274,0.7752546668052673,-0.3479378819465637,0.5944291949272156,0.7249780893325806,-0.3479378819465637,0.5944291949272156,0.7249780893325806,-0.3479378819465637,0.5944291949272156,0.7249780893325806,-0.5858858227729797,-0.7644054293632507,0.269113689661026,-0.5858858227729797,-0.7644054293632507,0.269113689661026,-0.5858858227729797,-0.7644054293632507,0.269113689661026,-0.603559672832489,-0.73199462890625,0.3160688579082489,-0.603559672832489,-0.73199462890625,0.3160688579082489,-0.603559672832489,-0.73199462890625,0.3160688579082489,-0.6621304750442505,-0.6686276793479919,0.3384084105491638,-0.6621304750442505,-0.6686276793479919,0.3384084105491638,-0.6621304750442505,-0.6686276793479919,0.3384084105491638,-0.6818647384643555,-0.6199784278869629,0.38818448781967163,-0.6818647384643555,-0.6199784278869629,0.38818448781967163,-0.6818647384643555,-0.6199784278869629,0.38818448781967163,-0.716076672077179,-0.5211766362190247,0.46433719992637634,-0.716076672077179,-0.5211766362190247,0.46433719992637634,-0.716076672077179,-0.5211766362190247,0.46433719992637634,-0.7232763767242432,-0.4198833107948303,0.5482420921325684,-0.7232763767242432,-0.4198833107948303,0.5482420921325684,-0.7232763767242432,-0.4198833107948303,0.5482420921325684,-0.7080356478691101,-0.2993701100349426,0.6395803689956665,-0.7080356478691101,-0.2993701100349426,0.6395803689956665,-0.7080356478691101,-0.2993701100349426,0.6395803689956665,-0.631393313407898,0.07111039012670517,0.7721953988075256,-0.631393313407898,0.07111039012670517,0.7721953988075256,-0.631393313407898,0.07111039012670517,0.7721953988075256,-0.6146455407142639,0.1333923041820526,0.7774428725242615,-0.6146455407142639,0.1333923041820526,0.7774428725242615,-0.6146455407142639,0.1333923041820526,0.7774428725242615,-0.5895270705223083,0.1560455709695816,0.7925323843955994,-0.5895270705223083,0.1560455709695816,0.7925323843955994,-0.5895270705223083,0.1560455709695816,0.7925323843955994,-0.5727667808532715,0.2322605699300766,0.7861255407333374,-0.5727667808532715,0.2322605699300766,0.7861255407333374,-0.5727667808532715,0.2322605699300766,0.7861255407333374,-0.45783689618110657,0.41955867409706116,0.7838085889816284,-0.45783689618110657,0.41955867409706116,0.7838085889816284,-0.45783689618110657,0.41955867409706116,0.7838085889816284,-0.6538140177726746,-0.6249881386756897,0.42651739716529846,-0.6538140177726746,-0.6249881386756897,0.42651739716529846,-0.6538140177726746,-0.6249881386756897,0.42651739716529846,-0.6955797672271729,-0.49731960892677307,0.5184998512268066,-0.6955797672271729,-0.49731960892677307,0.5184998512268066,-0.6955797672271729,-0.49731960892677307,0.5184998512268066,-0.7204834818840027,-0.42477431893348694,0.5481517314910889,-0.7204834818840027,-0.42477431893348694,0.5481517314910889,-0.7204834818840027,-0.42477431893348694,0.5481517314910889,-0.722780704498291,-0.27667903900146484,0.6332746744155884,-0.722780704498291,-0.27667903900146484,0.6332746744155884,-0.722780704498291,-0.27667903900146484,0.6332746744155884,-0.6965770125389099,-0.1243157833814621,0.7066300511360168,-0.6965770125389099,-0.1243157833814621,0.7066300511360168,-0.6965770125389099,-0.1243157833814621,0.7066300511360168,-0.6680534482002258,-0.08467039465904236,0.7392804026603699,-0.6680534482002258,-0.08467039465904236,0.7392804026603699,-0.6680534482002258,-0.08467039465904236,0.7392804026603699,-0.6666767597198486,-0.08592402935028076,0.74037766456604,-0.6666767597198486,-0.08592402935028076,0.74037766456604,-0.6666767597198486,-0.08592402935028076,0.74037766456604,-0.6188002228736877,-0.01283263973891735,0.7854435443878174,-0.6188002228736877,-0.01283263973891735,0.7854435443878174,-0.6188002228736877,-0.01283263973891735,0.7854435443878174,-0.5272710919380188,0.23234432935714722,0.8173134922981262,-0.5272710919380188,0.23234432935714722,0.8173134922981262,-0.5272710919380188,0.23234432935714722,0.8173134922981262,-0.5084223747253418,0.2726309299468994,0.8168102502822876,-0.5084223747253418,0.2726309299468994,0.8168102502822876,-0.5084223747253418,0.2726309299468994,0.8168102502822876,-0.48652830719947815,0.28818485140800476,0.8247663974761963,-0.48652830719947815,0.28818485140800476,0.8247663974761963,-0.48652830719947815,0.28818485140800476,0.8247663974761963,-0.4074278771877289,0.4244975447654724,0.8085817098617554,-0.4074278771877289,0.4244975447654724,0.8085817098617554,-0.4074278771877289,0.4244975447654724,0.8085817098617554,-0.38851141929626465,0.48282885551452637,0.7848153114318848,-0.38851141929626465,0.48282885551452637,0.7848153114318848,-0.38851141929626465,0.48282885551452637,0.7848153114318848,-0.6695273518562317,-0.6098126173019409,0.42410120368003845,-0.6695273518562317,-0.6098126173019409,0.42410120368003845,-0.6695273518562317,-0.6098126173019409,0.42410120368003845,-0.6815096735954285,-0.42472872138023376,0.5959447026252747,-0.6815096735954285,-0.42472872138023376,0.5959447026252747,-0.6815096735954285,-0.42472872138023376,0.5959447026252747,-0.678469717502594,-0.27493220567703247,0.6812424063682556,-0.678469717502594,-0.27493220567703247,0.6812424063682556,-0.678469717502594,-0.27493220567703247,0.6812424063682556,-0.6237673759460449,-0.00671856664121151,0.7815811634063721,-0.6237673759460449,-0.00671856664121151,0.7815811634063721,-0.6237673759460449,-0.00671856664121151,0.7815811634063721,-0.5652409791946411,0.10382262617349625,0.8183664083480835,-0.5652409791946411,0.10382262617349625,0.8183664083480835,-0.5652409791946411,0.10382262617349625,0.8183664083480835,-0.5386878252029419,0.12156262993812561,0.8336893320083618,-0.5386878252029419,0.12156262993812561,0.8336893320083618,-0.5386878252029419,0.12156262993812561,0.8336893320083618,-0.40398553013801575,0.40296491980552673,0.8212277293205261,-0.40398553013801575,0.40296491980552673,0.8212277293205261,-0.40398553013801575,0.40296491980552673,0.8212277293205261,-0.5644418001174927,-0.7596004009246826,0.3231292963027954,-0.5644418001174927,-0.7596004009246826,0.3231292963027954,-0.5644418001174927,-0.7596004009246826,0.3231292963027954,-0.6330333948135376,-0.6123192310333252,0.4736388921737671,-0.6330333948135376,-0.6123192310333252,0.4736388921737671,-0.6330333948135376,-0.6123192310333252,0.4736388921737671,-0.6661575436592102,-0.542182981967926,0.5121245980262756,-0.6661575436592102,-0.542182981967926,0.5121245980262756,-0.6661575436592102,-0.542182981967926,0.5121245980262756,-0.6732190847396851,-0.4364229440689087,0.5969179272651672,-0.6732190847396851,-0.4364229440689087,0.5969179272651672,-0.6732190847396851,-0.4364229440689087,0.5969179272651672,-0.6745992302894592,-0.2811497151851654,0.6825472712516785,-0.6745992302894592,-0.2811497151851654,0.6825472712516785,-0.6745992302894592,-0.2811497151851654,0.6825472712516785,-0.5817323327064514,0.0035219681449234486,0.8133726119995117,-0.5817323327064514,0.0035219681449234486,0.8133726119995117,-0.5817323327064514,0.0035219681449234486,0.8133726119995117,-0.4633801281452179,0.2629345953464508,0.8462531566619873,-0.4633801281452179,0.2629345953464508,0.8462531566619873,-0.4633801281452179,0.2629345953464508,0.8462531566619873,-0.4209885001182556,0.3079727292060852,0.8531832098960876,-0.4209885001182556,0.3079727292060852,0.8531832098960876,-0.4209885001182556,0.3079727292060852,0.8531832098960876,-0.5561362504959106,-0.7489446401596069,0.36026978492736816,-0.5561362504959106,-0.7489446401596069,0.36026978492736816,-0.5561362504959106,-0.7489446401596069,0.36026978492736816,-0.5662060379981995,-0.7316405177116394,0.3796220123767853,-0.5662060379981995,-0.7316405177116394,0.3796220123767853,-0.5662060379981995,-0.7316405177116394,0.3796220123767853,-0.6231285333633423,-0.623363733291626,0.4723648428916931,-0.6231285333633423,-0.623363733291626,0.4723648428916931,-0.6231285333633423,-0.623363733291626,0.4723648428916931,-0.630443811416626,-0.5427035689353943,0.5549895167350769,-0.630443811416626,-0.5427035689353943,0.5549895167350769,-0.630443811416626,-0.5427035689353943,0.5549895167350769,-0.6422157287597656,-0.4117569923400879,0.6465409994125366,-0.6422157287597656,-0.4117569923400879,0.6465409994125366,-0.6422157287597656,-0.4117569923400879,0.6465409994125366,-0.6341118216514587,-0.28158581256866455,0.7201469540596008,-0.6341118216514587,-0.28158581256866455,0.7201469540596008,-0.6341118216514587,-0.28158581256866455,0.7201469540596008,-0.6270148754119873,-0.21542634069919586,0.7486278414726257,-0.6270148754119873,-0.21542634069919586,0.7486278414726257,-0.6270148754119873,-0.21542634069919586,0.7486278414726257,-0.5260944962501526,0.09765033423900604,0.844801127910614,-0.5260944962501526,0.09765033423900604,0.844801127910614,-0.5260944962501526,0.09765033423900604,0.844801127910614,-0.5489889979362488,-0.7260493636131287,0.4140814542770386,-0.5489889979362488,-0.7260493636131287,0.4140814542770386,-0.5489889979362488,-0.7260493636131287,0.4140814542770386,-0.5937919020652771,-0.623945951461792,0.5080379843711853,-0.5937919020652771,-0.623945951461792,0.5080379843711853,-0.5937919020652771,-0.623945951461792,0.5080379843711853,-0.6259416937828064,-0.5491185784339905,0.5537741184234619,-0.6259416937828064,-0.5491185784339905,0.5537741184234619,-0.6259416937828064,-0.5491185784339905,0.5537741184234619,-0.5920370817184448,-0.20574523508548737,0.7792053818702698,-0.5920370817184448,-0.20574523508548737,0.7792053818702698,-0.5920370817184448,-0.20574523508548737,0.7792053818702698,-0.592054009437561,-0.1495741903781891,0.7918961644172668,-0.592054009437561,-0.1495741903781891,0.7918961644172668,-0.592054009437561,-0.1495741903781891,0.7918961644172668,-0.5552549958229065,-0.068060003221035,0.8288906216621399,-0.5552549958229065,-0.068060003221035,0.8288906216621399,-0.5552549958229065,-0.068060003221035,0.8288906216621399,-0.5475898385047913,-0.07194256037473679,0.8336482644081116,-0.5475898385047913,-0.07194256037473679,0.8336482644081116,-0.5475898385047913,-0.07194256037473679,0.8336482644081116,-0.5253041386604309,-0.008976975455880165,0.8508672118186951,-0.5253041386604309,-0.008976975455880165,0.8508672118186951,-0.5253041386604309,-0.008976975455880165,0.8508672118186951,-0.48325785994529724,0.09801007062196732,0.8699746131896973,-0.48325785994529724,0.09801007062196732,0.8699746131896973,-0.48325785994529724,0.09801007062196732,0.8699746131896973,-0.46382468938827515,0.15177099406719208,0.8728300333023071,-0.46382468938827515,0.15177099406719208,0.8728300333023071,-0.46382468938827515,0.15177099406719208,0.8728300333023071,-0.5394722819328308,-0.732532799243927,0.4151691198348999,-0.5394722819328308,-0.732532799243927,0.4151691198348999,-0.5394722819328308,-0.732532799243927,0.4151691198348999,-0.5859154462814331,-0.5732024908065796,0.5728368163108826,-0.5859154462814331,-0.5732024908065796,0.5728368163108826,-0.5859154462814331,-0.5732024908065796,0.5728368163108826,-0.6107000112533569,-0.4489873945713043,0.652269721031189,-0.6107000112533569,-0.4489873945713043,0.652269721031189,-0.6107000112533569,-0.4489873945713043,0.652269721031189,-0.6044472455978394,-0.354187935590744,0.7135786414146423,-0.6044472455978394,-0.354187935590744,0.7135786414146423,-0.6044472455978394,-0.354187935590744,0.7135786414146423,-0.5843055844306946,-0.22208857536315918,0.7805534601211548,-0.5843055844306946,-0.22208857536315918,0.7805534601211548,-0.5843055844306946,-0.22208857536315918,0.7805534601211548,-0.4725683629512787,-0.008931403048336506,0.8812487721443176,-0.4725683629512787,-0.008931403048336506,0.8812487721443176,-0.4725683629512787,-0.008931403048336506,0.8812487721443176,-0.5226262211799622,-0.7283074259757996,0.44320419430732727,-0.5226262211799622,-0.7283074259757996,0.44320419430732727,-0.5226262211799622,-0.7283074259757996,0.44320419430732727,-0.5518400073051453,-0.6721126437187195,0.49369746446609497,-0.5518400073051453,-0.6721126437187195,0.49369746446609497,-0.5518400073051453,-0.6721126437187195,0.49369746446609497,-0.5774074792861938,-0.5354112386703491,0.6163890361785889,-0.5774074792861938,-0.5354112386703491,0.6163890361785889,-0.5774074792861938,-0.5354112386703491,0.6163890361785889,-0.5906546711921692,-0.4872015416622162,0.643243134021759,-0.5906546711921692,-0.4872015416622162,0.643243134021759,-0.5906546711921692,-0.4872015416622162,0.643243134021759,-0.5809163451194763,-0.37562862038612366,0.7221075892448425,-0.5809163451194763,-0.37562862038612366,0.7221075892448425,-0.5809163451194763,-0.37562862038612366,0.7221075892448425,-0.5631590485572815,-0.3233495056629181,0.7604584693908691,-0.5631590485572815,-0.3233495056629181,0.7604584693908691,-0.5631590485572815,-0.3233495056629181,0.7604584693908691,-0.5272075533866882,-0.22525177896022797,0.8193374276161194,-0.5272075533866882,-0.22525177896022797,0.8193374276161194,-0.5272075533866882,-0.22525177896022797,0.8193374276161194,-0.5242862105369568,-0.14499980211257935,0.8391061425209045,-0.5242862105369568,-0.14499980211257935,0.8391061425209045,-0.5242862105369568,-0.14499980211257935,0.8391061425209045,-0.4804120361804962,0.009148001670837402,0.8769951462745667,-0.4804120361804962,0.009148001670837402,0.8769951462745667,-0.4804120361804962,0.009148001670837402,0.8769951462745667,-0.5305576324462891,-0.6664491295814514,0.5237882137298584,-0.5305576324462891,-0.6664491295814514,0.5237882137298584,-0.5305576324462891,-0.6664491295814514,0.5237882137298584,-0.549633264541626,-0.4899594783782959,0.6766409873962402,-0.549633264541626,-0.4899594783782959,0.6766409873962402,-0.549633264541626,-0.4899594783782959,0.6766409873962402,-0.5553202629089355,-0.44018763303756714,0.7055879235267639,-0.5553202629089355,-0.44018763303756714,0.7055879235267639,-0.5553202629089355,-0.44018763303756714,0.7055879235267639,-0.5366620421409607,-0.3537079095840454,0.7660838961601257,-0.5366620421409607,-0.3537079095840454,0.7660838961601257,-0.5366620421409607,-0.3537079095840454,0.7660838961601257,-0.5104289054870605,-0.27731066942214966,0.8139785528182983,-0.5104289054870605,-0.27731066942214966,0.8139785528182983,-0.5104289054870605,-0.27731066942214966,0.8139785528182983,-0.4772006869316101,-0.13973216712474823,0.8676142692565918,-0.4772006869316101,-0.13973216712474823,0.8676142692565918,-0.4772006869316101,-0.13973216712474823,0.8676142692565918,-0.4323446452617645,-0.014609698206186295,0.90159010887146,-0.4323446452617645,-0.014609698206186295,0.90159010887146,-0.4323446452617645,-0.014609698206186295,0.90159010887146,-0.4727236330509186,-0.767731249332428,0.4325748682022095,-0.4727236330509186,-0.767731249332428,0.4325748682022095,-0.4727236330509186,-0.767731249332428,0.4325748682022095,-0.517900288105011,-0.6763707399368286,0.5237383246421814,-0.517900288105011,-0.6763707399368286,0.5237383246421814,-0.517900288105011,-0.6763707399368286,0.5237383246421814,-0.5122261047363281,-0.6186437606811523,0.5957382321357727,-0.5122261047363281,-0.6186437606811523,0.5957382321357727,-0.5122261047363281,-0.6186437606811523,0.5957382321357727,-0.5229264497756958,-0.5372140407562256,0.6617772579193115,-0.5229264497756958,-0.5372140407562256,0.6617772579193115,-0.5229264497756958,-0.5372140407562256,0.6617772579193115,-0.5057674646377563,-0.4375706613063812,0.7434589266777039,-0.5057674646377563,-0.4375706613063812,0.7434589266777039,-0.5057674646377563,-0.4375706613063812,0.7434589266777039,-0.47308748960494995,-0.14613302052021027,0.8688114285469055,-0.47308748960494995,-0.14613302052021027,0.8688114285469055,-0.47308748960494995,-0.14613302052021027,0.8688114285469055,-0.446002334356308,-0.14611993730068207,0.8830236792564392,-0.446002334356308,-0.14611993730068207,0.8830236792564392,-0.446002334356308,-0.14611993730068207,0.8830236792564392,-0.42958807945251465,-0.0756550058722496,0.8998502492904663,-0.42958807945251465,-0.0756550058722496,0.8998502492904663,-0.42958807945251465,-0.0756550058722496,0.8998502492904663,-0.46092304587364197,-0.7551382780075073,0.46617183089256287,-0.46092304587364197,-0.7551382780075073,0.46617183089256287,-0.46092304587364197,-0.7551382780075073,0.46617183089256287,-0.4906633794307709,-0.6589905619621277,0.5700709223747253,-0.4906633794307709,-0.6589905619621277,0.5700709223747253,-0.4906633794307709,-0.6589905619621277,0.5700709223747253,-0.5131315588951111,-0.4280128479003906,0.7439764142036438,-0.5131315588951111,-0.4280128479003906,0.7439764142036438,-0.5131315588951111,-0.4280128479003906,0.7439764142036438,-0.4788850247859955,-0.42417681217193604,0.7685981392860413,-0.4788850247859955,-0.42417681217193604,0.7685981392860413,-0.4788850247859955,-0.42417681217193604,0.7685981392860413,-0.47503265738487244,-0.33586305379867554,0.813351035118103,-0.47503265738487244,-0.33586305379867554,0.813351035118103,-0.47503265738487244,-0.33586305379867554,0.813351035118103,-0.47848594188690186,-0.3142933249473572,0.8199211955070496,-0.47848594188690186,-0.3142933249473572,0.8199211955070496,-0.47848594188690186,-0.3142933249473572,0.8199211955070496,-0.4611663222312927,-0.2810574173927307,0.8416248559951782,-0.4611663222312927,-0.2810574173927307,0.8416248559951782,-0.4611663222312927,-0.2810574173927307,0.8416248559951782,-0.4248732924461365,-0.7809541821479797,0.4578135907649994,-0.4248732924461365,-0.7809541821479797,0.4578135907649994,-0.4248732924461365,-0.7809541821479797,0.4578135907649994,-0.4860744774341583,-0.6636993885040283,0.5685372948646545,-0.4860744774341583,-0.6636993885040283,0.5685372948646545,-0.4860744774341583,-0.6636993885040283,0.5685372948646545,-0.46897926926612854,-0.5616186261177063,0.6816471815109253,-0.46897926926612854,-0.5616186261177063,0.6816471815109253,-0.46897926926612854,-0.5616186261177063,0.6816471815109253,-0.43053653836250305,-0.2833026051521301,0.8569585680961609,-0.43053653836250305,-0.2833026051521301,0.8569585680961609,-0.43053653836250305,-0.2833026051521301,0.8569585680961609,-0.4203658401966095,-0.21594859659671783,0.8812824487686157,-0.4203658401966095,-0.21594859659671783,0.8812824487686157,-0.4203658401966095,-0.21594859659671783,0.8812824487686157,-0.43360424041748047,-0.7455316185951233,0.5061322450637817,-0.43360424041748047,-0.7455316185951233,0.5061322450637817,-0.43360424041748047,-0.7455316185951233,0.5061322450637817,-0.47720199823379517,-0.5509164929389954,0.6846672892570496,-0.47720199823379517,-0.5509164929389954,0.6846672892570496,-0.47720199823379517,-0.5509164929389954,0.6846672892570496,-0.43289393186569214,-0.6814753413200378,0.5900797843933105,-0.43289393186569214,-0.6814753413200378,0.5900797843933105,-0.43289393186569214,-0.6814753413200378,0.5900797843933105,-0.43259865045547485,-0.6544707417488098,0.6201019287109375,-0.43259865045547485,-0.6544707417488098,0.6201019287109375,-0.43259865045547485,-0.6544707417488098,0.6201019287109375,-0.4306047856807709,-0.5527663826942444,0.7134625911712646,-0.4306047856807709,-0.5527663826942444,0.7134625911712646,-0.4306047856807709,-0.5527663826942444,0.7134625911712646,-0.4347629249095917,-0.4991568624973297,0.7495488524436951,-0.4347629249095917,-0.4991568624973297,0.7495488524436951,-0.4347629249095917,-0.4991568624973297,0.7495488524436951,-0.37974250316619873,-0.7640560865402222,0.5215494632720947,-0.37974250316619873,-0.7640560865402222,0.5215494632720947,-0.37974250316619873,-0.7640560865402222,0.5215494632720947,-0.39597851037979126,-0.47843828797340393,0.7837716341018677,-0.39597851037979126,-0.47843828797340393,0.7837716341018677,-0.39597851037979126,-0.47843828797340393,0.7837716341018677,-0.4035899043083191,-0.44432416558265686,0.7998069524765015,-0.4035899043083191,-0.44432416558265686,0.7998069524765015,-0.4035899043083191,-0.44432416558265686,0.7998069524765015,-0.3773413598537445,-0.7663236260414124,0.5199630856513977,-0.3773413598537445,-0.7663236260414124,0.5199630856513977,-0.3773413598537445,-0.7663236260414124,0.5199630856513977,-0.38424643874168396,-0.6704105734825134,0.6347475647926331,-0.38424643874168396,-0.6704105734825134,0.6347475647926331,-0.38424643874168396,-0.6704105734825134,0.6347475647926331,-0.39348578453063965,-0.613524317741394,0.6846582293510437,-0.39348578453063965,-0.613524317741394,0.6846582293510437,-0.39348578453063965,-0.613524317741394,0.6846582293510437,-0.3881205916404724,-0.4893399775028229,0.7809666395187378,-0.3881205916404724,-0.4893399775028229,0.7809666395187378,-0.3881205916404724,-0.4893399775028229,0.7809666395187378,-0.34329327940940857,-0.7641252875328064,0.5461339950561523,-0.34329327940940857,-0.7641252875328064,0.5461339950561523,-0.34329327940940857,-0.7641252875328064,0.5461339950561523,-0.364555686712265,-0.6986976265907288,0.6155654191970825,-0.364555686712265,-0.6986976265907288,0.6155654191970825,-0.364555686712265,-0.6986976265907288,0.6155654191970825,-0.3520554304122925,-0.6117326021194458,0.7084067463874817,-0.3520554304122925,-0.6117326021194458,0.7084067463874817,-0.3520554304122925,-0.6117326021194458,0.7084067463874817,-0.3142421245574951,-0.7905534505844116,0.525620698928833,-0.3142421245574951,-0.7905534505844116,0.525620698928833,-0.3142421245574951,-0.7905534505844116,0.525620698928833,-0.3368695080280304,-0.6282021403312683,0.7013422846794128,-0.3368695080280304,-0.6282021403312683,0.7013422846794128,-0.3368695080280304,-0.6282021403312683,0.7013422846794128,-0.3106188476085663,-0.7531764507293701,0.5798630118370056,-0.3106188476085663,-0.7531764507293701,0.5798630118370056,-0.3106188476085663,-0.7531764507293701,0.5798630118370056,-0.3281916677951813,-0.7235352396965027,0.6072784066200256,-0.3281916677951813,-0.7235352396965027,0.6072784066200256,-0.3281916677951813,-0.7235352396965027,0.6072784066200256,-0.32219892740249634,-0.6860395669937134,0.6523323059082031,-0.32219892740249634,-0.6860395669937134,0.6523323059082031,-0.32219892740249634,-0.6860395669937134,0.6523323059082031,-0.27993059158325195,-0.7785281538963318,0.561722993850708,-0.27993059158325195,-0.7785281538963318,0.561722993850708,-0.27993059158325195,-0.7785281538963318,0.561722993850708,-0.004888949450105429,0.7536717057228088,0.6572328805923462,-0.004888949450105429,0.7536717057228088,0.6572328805923462,-0.004888949450105429,0.7536717057228088,0.6572328805923462,0.11084078997373581,0.7723909020423889,0.6254011392593384,0.11084078997373581,0.7723909020423889,0.6254011392593384,0.11084078997373581,0.7723909020423889,0.6254011392593384,0.13179956376552582,0.7533247470855713,0.6443063616752625,0.13179956376552582,0.7533247470855713,0.6443063616752625,0.13179956376552582,0.7533247470855713,0.6443063616752625,0.1809152215719223,0.7521642446517944,0.6336550116539001,0.1809152215719223,0.7521642446517944,0.6336550116539001,0.1809152215719223,0.7521642446517944,0.6336550116539001,0.1864815056324005,0.7789341807365417,0.5987371206283569,0.1864815056324005,0.7789341807365417,0.5987371206283569,0.1864815056324005,0.7789341807365417,0.5987371206283569,0.22874900698661804,0.7521161437034607,0.6180576682090759,0.22874900698661804,0.7521161437034607,0.6180576682090759,0.22874900698661804,0.7521161437034607,0.6180576682090759,0.24255461990833282,0.7697626948356628,0.5904512405395508,0.24255461990833282,0.7697626948356628,0.5904512405395508,0.24255461990833282,0.7697626948356628,0.5904512405395508,0.258237361907959,0.7586157917976379,0.598176896572113,0.258237361907959,0.7586157917976379,0.598176896572113,0.258237361907959,0.7586157917976379,0.598176896572113,0.2972216010093689,0.6878951787948608,0.6621627807617188,0.2972216010093689,0.6878951787948608,0.6621627807617188,0.2972216010093689,0.6878951787948608,0.6621627807617188,0.39172670245170593,0.36114072799682617,0.846243143081665,0.39172670245170593,0.36114072799682617,0.846243143081665,0.39172670245170593,0.36114072799682617,0.846243143081665,0.39853963255882263,0.22111110389232635,0.8900987505912781,0.39853963255882263,0.22111110389232635,0.8900987505912781,0.39853963255882263,0.22111110389232635,0.8900987505912781,0.41320914030075073,-0.02641734480857849,0.9102529287338257,0.41320914030075073,-0.02641734480857849,0.9102529287338257,0.41320914030075073,-0.02641734480857849,0.9102529287338257,0.4078597128391266,-0.13582724332809448,0.9028850793838501,0.4078597128391266,-0.13582724332809448,0.9028850793838501,0.4078597128391266,-0.13582724332809448,0.9028850793838501,0.4105997085571289,-0.1415434628725052,0.9007625579833984,0.4105997085571289,-0.1415434628725052,0.9007625579833984,0.4105997085571289,-0.1415434628725052,0.9007625579833984,0.401010125875473,-0.2727341651916504,0.8745323419570923,0.401010125875473,-0.2727341651916504,0.8745323419570923,0.401010125875473,-0.2727341651916504,0.8745323419570923,0.3568575084209442,-0.5555216073989868,0.7510315775871277,0.3568575084209442,-0.5555216073989868,0.7510315775871277,0.3568575084209442,-0.5555216073989868,0.7510315775871277,-0.04943056404590607,0.7447140216827393,0.6655505895614624,-0.04943056404590607,0.7447140216827393,0.6655505895614624,-0.04943056404590607,0.7447140216827393,0.6655505895614624,-0.07739094644784927,0.7924973368644714,0.6049451231956482,-0.07739094644784927,0.7924973368644714,0.6049451231956482,-0.07739094644784927,0.7924973368644714,0.6049451231956482,-0.10304226726293564,0.7528075575828552,0.6501253843307495,-0.10304226726293564,0.7528075575828552,0.6501253843307495,-0.10304226726293564,0.7528075575828552,0.6501253843307495,-0.15035206079483032,0.7423512935638428,0.6529232263565063,-0.15035206079483032,0.7423512935638428,0.6529232263565063,-0.15035206079483032,0.7423512935638428,0.6529232263565063,-0.1660977154970169,0.7906160354614258,0.5893537402153015,-0.1660977154970169,0.7906160354614258,0.5893537402153015,-0.1660977154970169,0.7906160354614258,0.5893537402153015,-0.18703792989253998,0.7691882252693176,0.6110370755195618,-0.18703792989253998,0.7691882252693176,0.6110370755195618,-0.18703792989253998,0.7691882252693176,0.6110370755195618,-0.2416750192642212,0.7712119221687317,0.5889188647270203,-0.2416750192642212,0.7712119221687317,0.5889188647270203,-0.2416750192642212,0.7712119221687317,0.5889188647270203,-0.2586614489555359,0.7484694719314575,0.6106453537940979,-0.2586614489555359,0.7484694719314575,0.6106453537940979,-0.2586614489555359,0.7484694719314575,0.6106453537940979,-0.28850698471069336,0.7780593633651733,0.5580210089683533,-0.28850698471069336,0.7780593633651733,0.5580210089683533,-0.28850698471069336,0.7780593633651733,0.5580210089683533,-0.31773948669433594,0.748587429523468,0.5819438099861145,-0.31773948669433594,0.748587429523468,0.5819438099861145,-0.31773948669433594,0.748587429523468,0.5819438099861145,-0.35620591044425964,0.753585696220398,0.5524725317955017,-0.35620591044425964,0.753585696220398,0.5524725317955017,-0.35620591044425964,0.753585696220398,0.5524725317955017,-0.39559972286224365,0.779324471950531,0.48595690727233887,-0.39559972286224365,0.779324471950531,0.48595690727233887,-0.39559972286224365,0.779324471950531,0.48595690727233887,-0.4723036587238312,0.748196005821228,0.4659740924835205,-0.4723036587238312,0.748196005821228,0.4659740924835205,-0.4723036587238312,0.748196005821228,0.4659740924835205,-0.4984975755214691,0.7559442520141602,0.42432111501693726,-0.4984975755214691,0.7559442520141602,0.42432111501693726,-0.4984975755214691,0.7559442520141602,0.42432111501693726,-0.4799419343471527,0.7929795980453491,0.3752853274345398,-0.4799419343471527,0.7929795980453491,0.3752853274345398,-0.4799419343471527,0.7929795980453491,0.3752853274345398,-0.516376793384552,0.7643353939056396,0.3861946761608124,-0.516376793384552,0.7643353939056396,0.3861946761608124,-0.516376793384552,0.7643353939056396,0.3861946761608124,-0.5625237226486206,0.742564857006073,0.3635447323322296,-0.5625237226486206,0.742564857006073,0.3635447323322296,-0.5625237226486206,0.742564857006073,0.3635447323322296,-0.5363996624946594,0.7868720889091492,0.305135577917099,-0.5363996624946594,0.7868720889091492,0.305135577917099,-0.5363996624946594,0.7868720889091492,0.305135577917099,-0.5640819072723389,0.7659227252006531,0.3085029125213623,-0.5640819072723389,0.7659227252006531,0.3085029125213623,-0.5640819072723389,0.7659227252006531,0.3085029125213623,-0.6056968569755554,0.745243489742279,0.27882516384124756,-0.6056968569755554,0.745243489742279,0.27882516384124756,-0.6056968569755554,0.745243489742279,0.27882516384124756,-0.5687509179115295,0.7855454087257385,0.24380485713481903,-0.5687509179115295,0.7855454087257385,0.24380485713481903,-0.5687509179115295,0.7855454087257385,0.24380485713481903,-0.6592288017272949,0.7170336246490479,0.22645126283168793,-0.6592288017272949,0.7170336246490479,0.22645126283168793,-0.6592288017272949,0.7170336246490479,0.22645126283168793,-0.7703970670700073,0.6014127135276794,0.21163910627365112,-0.7703970670700073,0.6014127135276794,0.21163910627365112,-0.7703970670700073,0.6014127135276794,0.21163910627365112,-0.7989711761474609,0.5621019005775452,0.2137441635131836,-0.7989711761474609,0.5621019005775452,0.2137441635131836,-0.7989711761474609,0.5621019005775452,0.2137441635131836,-0.8303090333938599,0.5259852409362793,0.18419107794761658,-0.8303090333938599,0.5259852409362793,0.18419107794761658,-0.8303090333938599,0.5259852409362793,0.18419107794761658,-0.8938950300216675,0.42425239086151123,0.14478063583374023,-0.8938950300216675,0.42425239086151123,0.14478063583374023,-0.8938950300216675,0.42425239086151123,0.14478063583374023,-0.9245414137840271,0.3575534224510193,0.13182874023914337,-0.9245414137840271,0.3575534224510193,0.13182874023914337,-0.9245414137840271,0.3575534224510193,0.13182874023914337,-0.9744998216629028,0.20882229506969452,0.08211864531040192,-0.9744998216629028,0.20882229506969452,0.08211864531040192,-0.9744998216629028,0.20882229506969452,0.08211864531040192,-0.9972019791603088,0.07326614111661911,0.014841056428849697,-0.9972019791603088,0.07326614111661911,0.014841056428849697,-0.9972019791603088,0.07326614111661911,0.014841056428849697,-0.9970927238464355,0.07325020432472229,-0.020989183336496353,-0.9970927238464355,0.07325020432472229,-0.020989183336496353,-0.9970927238464355,0.07325020432472229,-0.020989183336496353,-0.9989604353904724,0.000016936344763962552,-0.04558490216732025,-0.9989604353904724,0.000016936344763962552,-0.04558490216732025,-0.9989604353904724,0.000016936344763962552,-0.04558490216732025,-0.9615294933319092,-0.22562174499034882,-0.15670298039913177,-0.9615294933319092,-0.22562174499034882,-0.15670298039913177,-0.9615294933319092,-0.22562174499034882,-0.15670298039913177,-0.9543165564537048,-0.2516292333602905,-0.16112887859344482,-0.9543165564537048,-0.2516292333602905,-0.16112887859344482,-0.9543165564537048,-0.2516292333602905,-0.16112887859344482,-0.9035241007804871,-0.3674299716949463,-0.2205432951450348,-0.9035241007804871,-0.3674299716949463,-0.2205432951450348,-0.9035241007804871,-0.3674299716949463,-0.2205432951450348,-0.6169824004173279,0.7575257420539856,0.213277667760849,-0.6169824004173279,0.7575257420539856,0.213277667760849,-0.6169824004173279,0.7575257420539856,0.213277667760849,-0.6460391283035278,0.7323107123374939,0.21530093252658844,-0.6460391283035278,0.7323107123374939,0.21530093252658844,-0.6460391283035278,0.7323107123374939,0.21530093252658844,-0.7530092597007751,0.6288567185401917,0.19369103014469147,-0.7530092597007751,0.6288567185401917,0.19369103014469147,-0.7530092597007751,0.6288567185401917,0.19369103014469147,-0.9301238656044006,0.3576914668083191,0.08322534710168839,-0.9301238656044006,0.3576914668083191,0.08322534710168839,-0.9301238656044006,0.3576914668083191,0.08322534710168839,-0.9507603049278259,0.3019564747810364,0.06983707845211029,-0.9507603049278259,0.3019564747810364,0.06983707845211029,-0.9507603049278259,0.3019564747810364,0.06983707845211029,-0.9774876832962036,0.2106337547302246,0.012297704815864563,-0.9774876832962036,0.2106337547302246,0.012297704815864563,-0.9774876832962036,0.2106337547302246,0.012297704815864563,-0.9953783750534058,-0.00003568498505046591,-0.09603112936019897,-0.9953783750534058,-0.00003568498505046591,-0.09603112936019897,-0.9953783750534058,-0.00003568498505046591,-0.09603112936019897,-0.9918702840805054,-0.0650998204946518,-0.10933982580900192,-0.9918702840805054,-0.0650998204946518,-0.10933982580900192,-0.9918702840805054,-0.0650998204946518,-0.10933982580900192,-0.9339709877967834,-0.2804321050643921,-0.22148552536964417,-0.9339709877967834,-0.2804321050643921,-0.22148552536964417,-0.9339709877967834,-0.2804321050643921,-0.22148552536964417,-0.9065123200416565,-0.3574395477771759,-0.22466054558753967,-0.9065123200416565,-0.3574395477771759,-0.22466054558753967,-0.9065123200416565,-0.3574395477771759,-0.22466054558753967,-0.8361964225769043,-0.48026973009109497,-0.2647952437400818,-0.8361964225769043,-0.48026973009109497,-0.2647952437400818,-0.8361964225769043,-0.48026973009109497,-0.2647952437400818,-0.8018649220466614,-0.5208084583282471,-0.2928672730922699,-0.8018649220466614,-0.5208084583282471,-0.2928672730922699,-0.8018649220466614,-0.5208084583282471,-0.2928672730922699,-0.6637867093086243,0.7278802990913391,0.17198076844215393,-0.6637867093086243,0.7278802990913391,0.17198076844215393,-0.6637867093086243,0.7278802990913391,0.17198076844215393,-0.7831940650939941,0.6047921180725098,0.14433841407299042,-0.7831940650939941,0.6047921180725098,0.14433841407299042,-0.7831940650939941,0.6047921180725098,0.14433841407299042,-0.8111022710800171,0.5666449069976807,0.1450054794549942,-0.8111022710800171,0.5666449069976807,0.1450054794549942,-0.8111022710800171,0.5666449069976807,0.1450054794549942,-0.8339365124702454,0.5374698042869568,0.12520454823970795,-0.8339365124702454,0.5374698042869568,0.12520454823970795,-0.8339365124702454,0.5374698042869568,0.12520454823970795,-0.8579803109169006,0.4997733235359192,0.11872802674770355,-0.8579803109169006,0.4997733235359192,0.11872802674770355,-0.8579803109169006,0.4997733235359192,0.11872802674770355,-0.9530483484268188,0.30244192481040955,0.015086226165294647,-0.9530483484268188,0.30244192481040955,0.015086226165294647,-0.9530483484268188,0.30244192481040955,0.015086226165294647,-0.9744870066642761,0.22437329590320587,0.005623370874673128,-0.9744870066642761,0.22437329590320587,0.005623370874673128,-0.9744870066642761,0.22437329590320587,0.005623370874673128,-0.9780938625335693,0.20529212057590485,-0.03446115553379059,-0.9780938625335693,0.20529212057590485,-0.03446115553379059,-0.9780938625335693,0.20529212057590485,-0.03446115553379059,-0.9869203567504883,0.15494507551193237,-0.04450097307562828,-0.9869203567504883,0.15494507551193237,-0.04450097307562828,-0.9869203567504883,0.15494507551193237,-0.04450097307562828,-0.9827657341957092,-0.09043850004673004,-0.16122180223464966,-0.9827657341957092,-0.09043850004673004,-0.16122180223464966,-0.9827657341957092,-0.09043850004673004,-0.16122180223464966,-0.9736970067024231,-0.146625816822052,-0.17439939081668854,-0.9736970067024231,-0.146625816822052,-0.17439939081668854,-0.9736970067024231,-0.146625816822052,-0.17439939081668854,-0.8913862705230713,-0.3594495952129364,-0.27609142661094666,-0.8913862705230713,-0.3594495952129364,-0.27609142661094666,-0.8913862705230713,-0.3594495952129364,-0.27609142661094666,-0.8648186922073364,-0.4148801565170288,-0.28277748823165894,-0.8648186922073364,-0.4148801565170288,-0.28277748823165894,-0.8648186922073364,-0.4148801565170288,-0.28277748823165894,-0.663947582244873,0.727685272693634,0.17218513786792755,-0.663947582244873,0.727685272693634,0.17218513786792755,-0.663947582244873,0.727685272693634,0.17218513786792755,-0.8719600439071655,0.48378339409828186,0.07509632408618927,-0.8719600439071655,0.48378339409828186,0.07509632408618927,-0.8719600439071655,0.48378339409828186,0.07509632408618927,-0.901492714881897,0.42820850014686584,0.06283532828092575,-0.901492714881897,0.42820850014686584,0.06283532828092575,-0.901492714881897,0.42820850014686584,0.06283532828092575,-0.9881035685539246,0.12702050805091858,-0.08670175820589066,-0.9881035685539246,0.12702050805091858,-0.08670175820589066,-0.9881035685539246,0.12702050805091858,-0.08670175820589066,-0.9925216436386108,0.05857546627521515,-0.10709573328495026,-0.9925216436386108,0.05857546627521515,-0.10709573328495026,-0.9925216436386108,0.05857546627521515,-0.10709573328495026,-0.9618027806282043,-0.1437574326992035,-0.23295727372169495,-0.9618027806282043,-0.1437574326992035,-0.23295727372169495,-0.9618027806282043,-0.1437574326992035,-0.23295727372169495,-0.9468326568603516,-0.21229182183742523,-0.24174389243125916,-0.9468326568603516,-0.21229182183742523,-0.24174389243125916,-0.9468326568603516,-0.21229182183742523,-0.24174389243125916,-0.9052537083625793,0.42445170879364014,0.018878504633903503,-0.9052537083625793,0.42445170879364014,0.018878504633903503,-0.9052537083625793,0.42445170879364014,0.018878504633903503,-0.9407325983047485,0.33910617232322693,0.005411090329289436,-0.9407325983047485,0.33910617232322693,0.005411090329289436,-0.9407325983047485,0.33910617232322693,0.005411090329289436,-0.98610520362854,0.09267529100179672,-0.13786940276622772,-0.98610520362854,0.09267529100179672,-0.13786940276622772,-0.98610520362854,0.09267529100179672,-0.13786940276622772,-0.9260528087615967,-0.2339758574962616,-0.2961103618144989,-0.9260528087615967,-0.2339758574962616,-0.2961103618144989,-0.9260528087615967,-0.2339758574962616,-0.2961103618144989,-0.9061322212219238,-0.3007986545562744,-0.2973964512348175,-0.9061322212219238,-0.3007986545562744,-0.2973964512348175,-0.9061322212219238,-0.3007986545562744,-0.2973964512348175,-0.6635721325874329,0.7362339496612549,0.13278387486934662,-0.6635721325874329,0.7362339496612549,0.13278387486934662,-0.6635721325874329,0.7362339496612549,0.13278387486934662,-0.7337744832038879,0.6697071194648743,0.11431287974119186,-0.7337744832038879,0.6697071194648743,0.11431287974119186,-0.7337744832038879,0.6697071194648743,0.11431287974119186,-0.8915210962295532,0.45297276973724365,0.0024335060734301805,-0.8915210962295532,0.45297276973724365,0.0024335060734301805,-0.8915210962295532,0.45297276973724365,0.0024335060734301805,-0.9030115008354187,0.42889168858528137,-0.024948060512542725,-0.9030115008354187,0.42889168858528137,-0.024948060512542725,-0.9030115008354187,0.42889168858528137,-0.024948060512542725,-0.9309441447257996,0.36349037289619446,-0.03489504009485245,-0.9309441447257996,0.36349037289619446,-0.03489504009485245,-0.9309441447257996,0.36349037289619446,-0.03489504009485245,-0.93815016746521,0.3419358730316162,-0.05435197800397873,-0.93815016746521,0.3419358730316162,-0.05435197800397873,-0.93815016746521,0.3419358730316162,-0.05435197800397873,-0.9530336856842041,0.2956739068031311,-0.0656023696064949,-0.9530336856842041,0.2956739068031311,-0.0656023696064949,-0.9530336856842041,0.2956739068031311,-0.0656023696064949,-0.9604507088661194,0.24467580020427704,-0.13292217254638672,-0.9604507088661194,0.24467580020427704,-0.13292217254638672,-0.9604507088661194,0.24467580020427704,-0.13292217254638672,-0.9793528318405151,0.06406233459711075,-0.19173921644687653,-0.9793528318405151,0.06406233459711075,-0.19173921644687653,-0.9793528318405151,0.06406233459711075,-0.19173921644687653,-0.9787876605987549,0.0306018628180027,-0.2025790959596634,-0.9787876605987549,0.0306018628180027,-0.2025790959596634,-0.9787876605987549,0.0306018628180027,-0.2025790959596634,-0.9740954637527466,0.013938775286078453,-0.2257072478532791,-0.9740954637527466,0.013938775286078453,-0.2257072478532791,-0.9740954637527466,0.013938775286078453,-0.2257072478532791,-0.9655664563179016,-0.08085578680038452,-0.24727249145507812,-0.9655664563179016,-0.08085578680038452,-0.24727249145507812,-0.9655664563179016,-0.08085578680038452,-0.24727249145507812,-0.6304274201393127,0.7686308026313782,0.10848044604063034,-0.6304274201393127,0.7686308026313782,0.10848044604063034,-0.6304274201393127,0.7686308026313782,0.10848044604063034,-0.7289356589317322,0.6791787147521973,0.08584355562925339,-0.7289356589317322,0.6791787147521973,0.08584355562925339,-0.7289356589317322,0.6791787147521973,0.08584355562925339,-0.7556266188621521,0.6518732309341431,0.06395057588815689,-0.7556266188621521,0.6518732309341431,0.06395057588815689,-0.7556266188621521,0.6518732309341431,0.06395057588815689,-0.7771854996681213,0.6258316040039062,0.06570849567651749,-0.7771854996681213,0.6258316040039062,0.06570849567651749,-0.7771854996681213,0.6258316040039062,0.06570849567651749,-0.8307408690452576,0.5547018647193909,0.04664214700460434,-0.8307408690452576,0.5547018647193909,0.04664214700460434,-0.8307408690452576,0.5547018647193909,0.04664214700460434,-0.8333841562271118,0.552649199962616,0.007047000341117382,-0.8333841562271118,0.552649199962616,0.007047000341117382,-0.8333841562271118,0.552649199962616,0.007047000341117382,-0.9557682275772095,0.2671278417110443,-0.1230841726064682,-0.9557682275772095,0.2671278417110443,-0.1230841726064682,-0.9557682275772095,0.2671278417110443,-0.1230841726064682,-0.9652754664421082,0.22624057531356812,-0.1306079775094986,-0.9652754664421082,0.22624057531356812,-0.1306079775094986,-0.9652754664421082,0.22624057531356812,-0.1306079775094986,-0.9507901072502136,-0.05932987853884697,-0.30410200357437134,-0.9507901072502136,-0.05932987853884697,-0.30410200357437134,-0.9507901072502136,-0.05932987853884697,-0.30410200357437134,-0.9323703646659851,-0.1556464433670044,-0.32628151774406433,-0.9323703646659851,-0.1556464433670044,-0.32628151774406433,-0.9323703646659851,-0.1556464433670044,-0.32628151774406433,-0.9301801919937134,-0.1690152883529663,-0.3258812129497528,-0.9301801919937134,-0.1690152883529663,-0.3258812129497528,-0.9301801919937134,-0.1690152883529663,-0.3258812129497528,-0.6483608484268188,0.7577442526817322,0.07383684813976288,-0.6483608484268188,0.7577442526817322,0.07383684813976288,-0.6483608484268188,0.7577442526817322,0.07383684813976288,-0.8316857814788818,0.5552161335945129,0.005813974887132645,-0.8316857814788818,0.5552161335945129,0.005813974887132645,-0.8316857814788818,0.5552161335945129,0.005813974887132645,-0.9456360936164856,0.2983841598033905,-0.12938019633293152,-0.9456360936164856,0.2983841598033905,-0.12938019633293152,-0.9456360936164856,0.2983841598033905,-0.12938019633293152,-0.962255597114563,0.18550285696983337,-0.19913047552108765,-0.962255597114563,0.18550285696983337,-0.19913047552108765,-0.962255597114563,0.18550285696983337,-0.19913047552108765,-0.6311804056167603,0.7732766270637512,0.06045205518603325,-0.6311804056167603,0.7732766270637512,0.06045205518603325,-0.6311804056167603,0.7732766270637512,0.06045205518603325,-0.7341784238815308,0.6781792044639587,0.03248080983757973,-0.7341784238815308,0.6781792044639587,0.03248080983757973,-0.7341784238815308,0.6781792044639587,0.03248080983757973,-0.7510496377944946,0.6602331399917603,0.0040694777853786945,-0.7510496377944946,0.6602331399917603,0.0040694777853786945,-0.7510496377944946,0.6602331399917603,0.0040694777853786945,-0.8687911033630371,0.48875564336776733,-0.07949754595756531,-0.8687911033630371,0.48875564336776733,-0.07949754595756531,-0.8687911033630371,0.48875564336776733,-0.07949754595756531,-0.8947541117668152,0.4358091950416565,-0.0973932147026062,-0.8947541117668152,0.4358091950416565,-0.0973932147026062,-0.8947541117668152,0.4358091950416565,-0.0973932147026062,-0.9032416939735413,0.4117150604724884,-0.12101657688617706,-0.9032416939735413,0.4117150604724884,-0.12101657688617706,-0.9032416939735413,0.4117150604724884,-0.12101657688617706,-0.959412157535553,0.0804770365357399,-0.27028095722198486,-0.959412157535553,0.0804770365357399,-0.27028095722198486,-0.959412157535553,0.0804770365357399,-0.27028095722198486,-0.9492511749267578,-0.0011847146088257432,-0.3145167827606201,-0.9492511749267578,-0.0011847146088257432,-0.3145167827606201,-0.9492511749267578,-0.0011847146088257432,-0.3145167827606201,-0.6572041511535645,0.753119945526123,0.029883630573749542,-0.6572041511535645,0.753119945526123,0.029883630573749542,-0.6572041511535645,0.753119945526123,0.029883630573749542,-0.8166494965553284,0.5743942260742188,-0.0561690516769886,-0.8166494965553284,0.5743942260742188,-0.0561690516769886,-0.8166494965553284,0.5743942260742188,-0.0561690516769886,-0.8420289754867554,0.533765435218811,-0.07798504829406738,-0.8420289754867554,0.533765435218811,-0.07798504829406738,-0.8420289754867554,0.533765435218811,-0.07798504829406738,-0.9217625856399536,0.34018638730049133,-0.18608330190181732,-0.9217625856399536,0.34018638730049133,-0.18608330190181732,-0.9217625856399536,0.34018638730049133,-0.18608330190181732,-0.9325184226036072,0.28279194235801697,-0.22458432614803314,-0.9325184226036072,0.28279194235801697,-0.22458432614803314,-0.9325184226036072,0.28279194235801697,-0.22458432614803314,-0.9476050734519958,0.22626785933971405,-0.22549377381801605,-0.9476050734519958,0.22626785933971405,-0.22549377381801605,-0.9476050734519958,0.22626785933971405,-0.22549377381801605,-0.9473986029624939,0.16879475116729736,-0.2719268798828125,-0.9473986029624939,0.16879475116729736,-0.2719268798828125,-0.9473986029624939,0.16879475116729736,-0.2719268798828125,-0.940715491771698,0.026009080931544304,-0.3381980359554291,-0.940715491771698,0.026009080931544304,-0.3381980359554291,-0.940715491771698,0.026009080931544304,-0.3381980359554291,-0.6344834566116333,0.7728553414344788,0.011190470308065414,-0.6344834566116333,0.7728553414344788,0.011190470308065414,-0.6344834566116333,0.7728553414344788,0.011190470308065414,-0.7346228957176208,0.6781715154647827,-0.020309370011091232,-0.7346228957176208,0.6781715154647827,-0.020309370011091232,-0.7346228957176208,0.6781715154647827,-0.020309370011091232,-0.7532628774642944,0.6558418869972229,-0.04966232553124428,-0.7532628774642944,0.6558418869972229,-0.04966232553124428,-0.7532628774642944,0.6558418869972229,-0.04966232553124428,-0.8848646879196167,0.4383421540260315,-0.157704159617424,-0.8848646879196167,0.4383421540260315,-0.157704159617424,-0.8848646879196167,0.4383421540260315,-0.157704159617424,-0.8919251561164856,0.4144938290119171,-0.1807330995798111,-0.8919251561164856,0.4144938290119171,-0.1807330995798111,-0.8919251561164856,0.4144938290119171,-0.1807330995798111,-0.9268367290496826,0.2966200113296509,-0.23019635677337646,-0.9268367290496826,0.2966200113296509,-0.23019635677337646,-0.9268367290496826,0.2966200113296509,-0.23019635677337646,-0.9362390637397766,0.19546031951904297,-0.2919789254665375,-0.9362390637397766,0.19546031951904297,-0.2919789254665375,-0.9362390637397766,0.19546031951904297,-0.2919789254665375,-0.9278439283370972,0.13295182585716248,-0.34846702218055725,-0.9278439283370972,0.13295182585716248,-0.34846702218055725,-0.9278439283370972,0.13295182585716248,-0.34846702218055725,-0.6650776267051697,0.7465497851371765,-0.018308518454432487,-0.6650776267051697,0.7465497851371765,-0.018308518454432487,-0.6650776267051697,0.7465497851371765,-0.018308518454432487,-0.876876950263977,0.4281754195690155,-0.2185235619544983,-0.876876950263977,0.4281754195690155,-0.2185235619544983,-0.876876950263977,0.4281754195690155,-0.2185235619544983,-0.9057245850563049,0.30145207047462463,-0.297976016998291,-0.9057245850563049,0.30145207047462463,-0.297976016998291,-0.9057245850563049,0.30145207047462463,-0.297976016998291,-0.7264946699142456,0.683371901512146,-0.07216846942901611,-0.7264946699142456,0.683371901512146,-0.07216846942901611,-0.7264946699142456,0.683371901512146,-0.07216846942901611,-0.8094932436943054,0.5723023414611816,-0.13111330568790436,-0.8094932436943054,0.5723023414611816,-0.13111330568790436,-0.8094932436943054,0.5723023414611816,-0.13111330568790436,-0.8252460956573486,0.5437405705451965,-0.1526930183172226,-0.8252460956573486,0.5437405705451965,-0.1526930183172226,-0.8252460956573486,0.5437405705451965,-0.1526930183172226,-0.8769753575325012,0.4280110001564026,-0.2184508889913559,-0.8769753575325012,0.4280110001564026,-0.2184508889913559,-0.8769753575325012,0.4280110001564026,-0.2184508889913559,-0.9118128418922424,0.2878657579421997,-0.29279786348342896,-0.9118128418922424,0.2878657579421997,-0.29279786348342896,-0.9118128418922424,0.2878657579421997,-0.29279786348342896,-0.6272523999214172,0.77715665102005,-0.050813011825084686,-0.6272523999214172,0.77715665102005,-0.050813011825084686,-0.6272523999214172,0.77715665102005,-0.050813011825084686,-0.650956928730011,0.7562248110771179,-0.06617499887943268,-0.650956928730011,0.7562248110771179,-0.06617499887943268,-0.650956928730011,0.7562248110771179,-0.06617499887943268,-0.7403436899185181,0.6609598398208618,-0.12256968021392822,-0.7403436899185181,0.6609598398208618,-0.12256968021392822,-0.7403436899185181,0.6609598398208618,-0.12256968021392822,-0.8105744123458862,0.5515139698982239,-0.19698117673397064,-0.8105744123458862,0.5515139698982239,-0.19698117673397064,-0.8105744123458862,0.5515139698982239,-0.19698117673397064,-0.861569344997406,0.42603591084480286,-0.27602845430374146,-0.861569344997406,0.42603591084480286,-0.27602845430374146,-0.861569344997406,0.42603591084480286,-0.27602845430374146,-0.7301381230354309,0.6711428761482239,-0.12831805646419525,-0.7301381230354309,0.6711428761482239,-0.12831805646419525,-0.7301381230354309,0.6711428761482239,-0.12831805646419525,-0.8107215762138367,0.551323413848877,-0.19690880179405212,-0.8107215762138367,0.551323413848877,-0.19690880179405212,-0.8107215762138367,0.551323413848877,-0.19690880179405212,-0.8610814213752747,0.42683297395706177,-0.2763194143772125,-0.8610814213752747,0.42683297395706177,-0.2763194143772125,-0.8610814213752747,0.42683297395706177,-0.2763194143772125,-0.6382210850715637,0.762556254863739,-0.105743408203125,-0.6382210850715637,0.762556254863739,-0.105743408203125,-0.6382210850715637,0.762556254863739,-0.105743408203125,-0.6449902653694153,0.7559446692466736,-0.11196045577526093,-0.6449902653694153,0.7559446692466736,-0.11196045577526093,-0.6449902653694153,0.7559446692466736,-0.11196045577526093,-0.7258412837982178,0.6670908331871033,-0.1677621752023697,-0.7258412837982178,0.6670908331871033,-0.1677621752023697,-0.7258412837982178,0.6670908331871033,-0.1677621752023697,-0.7589370608329773,0.6222689151763916,-0.19182293117046356,-0.7589370608329773,0.6222689151763916,-0.19182293117046356,-0.7589370608329773,0.6222689151763916,-0.19182293117046356,-0.8090653419494629,0.5264152884483337,-0.26134300231933594,-0.8090653419494629,0.5264152884483337,-0.26134300231933594,-0.8090653419494629,0.5264152884483337,-0.26134300231933594,-0.6241361498832703,0.7679235935211182,-0.1440398395061493,-0.6241361498832703,0.7679235935211182,-0.1440398395061493,-0.6241361498832703,0.7679235935211182,-0.1440398395061493,-0.6600120663642883,0.7304566502571106,-0.17554789781570435,-0.6600120663642883,0.7304566502571106,-0.17554789781570435,-0.6600120663642883,0.7304566502571106,-0.17554789781570435,-0.7313438057899475,0.6403934359550476,-0.23458993434906006,-0.7313438057899475,0.6403934359550476,-0.23458993434906006,-0.731343805
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment